-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlinks.html
46 lines (40 loc) · 1.86 KB
/
links.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<!DOCTYPE html>
<html>
<head>
<title>Marc T. Henry de Frahan | Links</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="mainwrapper">
<div class="maintitle"><span class="maintitle">Links</span></div>
<div class="subtitle"><span class="subtitle">to relevant websites</span></div>
<div class="menu">
<p style="margin-bottom: 0.8em;">
<span class="gray"><a href="index.html">Home</a></span>
</p>
<p style="margin-bottom: 0.8em;">
<span class="gray"><a href="about.html">About me</a></span>
</p>
<p style="margin-bottom: 0.8em;">
<span class="gray"><a href="gallery.html">Gallery</a></span>
</p>
<p style="margin-bottom: 0.8em;">
<span class="black"><a href="links.html">Links</a></span>
</p>
</div>
<div class="maintext">
<p><a href="https://www.nrel.gov/research/staff/marc-henrydefrahan.html">About me at NREL</a><br><span class="gray">Personal NREL page</span></p>
<p><a href="https://www.nrel.gov/computational-science/">NREL Computational Science</a><br><span class="gray">Directorate website</span></p>
<p><a href="http://www-personal.umich.edu/~ejohnsen/home.html">Scientific Computing and Flow Physics Laboratory</a><br><span class="gray">Ph.D. research lab</span></p>
<p><a href="https://hdl.handle.net/2027.42/133458">Ph.D. thesis</a><br><span class="gray">Mechanical Engineering, Univeristy of Michigan, 2016</span></p>
<p><a href="./docs/ms_thesis.pdf">M.S. thesis</a><br><span class="gray">Applied Mathematics, Universite Catholique de Louvain, 2011</span></p>
<p style="margin-bottom: 0em; margin-top: 4em; margin-left:23.0em;">
<span class="small">
<span class="gray"><a href="index.html">Home</a></span><span class="blue"> | </span>
<span class="gray"><a href="./docs/cv.pdf" target="_blank">CV</a></span>
</span>
</p>
</div>
</div>
</body>
</html>