-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
92 lines (80 loc) · 4.4 KB
/
index.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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
<!DOCTYPE html>
<html>
<head>
<title>Marc T. Henry de Frahan</title>
<link rel="stylesheet" href="style.css">
<meta name="keywords" content="Marc T., Marc, M.T., Henry de Frahan">
</head>
<body>
<div class="mainwrapper">
<div class="maintitle"><span class="maintitle">Marc T. Henry de Frahan</span></div>
<div class="subtitle"><span class="subtitle">Computational Scientist, National Renewable Energy Laboratory<br>Ph.D., University of Michigan</span></div>
<div class="menu">
<p style="margin-bottom: 1.em">
<a href="index.html" title="Return to the homepage" id="logo">
<img src="./pics/marchdf.jpg" alt="picture of me" width="200"/></a></p>
<p style="margin-bottom: 1.5em;">
<span class="large"><a href="about.html">About me</a></span><br>
<span class="gray">education, skills, activities</span></p>
<p style="margin-bottom: 1.5em;">
<span class="large"><a href="gallery.html">Gallery</a></span><br>
<span class="gray">videos and pictures</span></p>
<p style="margin-bottom: 1.5em;">
<span class="large"><a href="links.html">Links</a></span><br>
<span class="gray">other websites</span></p>
</div>
<div class="maintext">
<p>
I am a computational scientist at the National Renewable Energy<br>
Laboratory working on next-generation wind farms and<br>
reacting flow technologies.</p>
<p>
I received a Ph.D. in the Mechanical Engineering department<br>
at the University of Michigan. My work focused on <br>
applying computational resources to solving problems<br>
in high-energy density physics, plasma physics, combustion,<br>
biomedical engineering, climate modeling, and aeronautics.</p>
<p>
Together with Brandon Patterson and Erika Lazar, <br>
I published a children's book about my Ph.D. research.<br>
<a href="https://www.amazon.com/Brooke-Bubble-Breaks-Brandon-Patterson/dp/0692116281/ref=sr_1_1?ie=UTF8&qid=1533916331&sr=8-1&keywords=brooke+bubble&dpID=516xq18j75L&preST=_SX258_BO1,204,203,200_QL70_&dpSrc=srch"><span style="text-decoration: underline;">Get the book</span></a> and <a href="http://brookebubble.weebly.com"><span style="text-decoration: underline;">check out our website!</span></a></p>
<!-- <p style="margin-bottom:2em;"> -->
<!-- <video width="380" controls autoplay loop> -->
<!-- <source src="./video/shckdrp/density.mp4" type="video/mp4"> -->
<!-- <source src="./video/shckdrp/density.ogg" type="video/ogg"> -->
<!-- <object data="./video/shckdrp/density.mp4" width="320" height="240"> -->
<!-- <embed src="./video/shckdrp/density.swf" width="320" height="240"> -->
<!-- </object> -->
<!-- </video> -->
<!-- </p> -->
<p style="margin-bottom:1em;">
My research interests lie at the intersection of three fields:</p>
<p>
<span class="blue">></span> High-performance computing<br>
<span class="white">></span> <span class="smallgray">multi-GPU implementations, performance portability</span></p>
<p>
<span class="blue">></span> Advanced numerical methods<br>
<span class="white">></span> <span class="smallgray">discontinuous Galerkin, finite volume, adaptive mesh refinement</span></p>
<p>
<span class="blue">></span> Computational fluid dynamics<br>
<span class="white">></span> <span class="smallgray">wind turbines and farms, reacting flows, interfacial instabilities,</span><br>
<span class="white">></span> <span class="smallgray">shocks, turbulence, multiphase flows, cavitation, bubble dynamics</span></p>
<p style="margin-bottom: 1em;">
I am always looking for new collaborations and ideas.<br>
Please feel welcome to contact me!</p>
<p style="margin-bottom: 4em;">
<a href="http://scholar.google.com/citations?user=STlyQNwAAAAJ">Google Scholar</a>
<span class="blue"> | </span>
<a href="https://github.com/marchdf">GitHub</a>
<span class="blue"> | </span>
<a href="http://www.linkedin.com/in/marchdf/">LinkedIn</a>
</p>
<p style="margin-bottom: 0em; margin-left:23.0em;">
<span class="small">
<span class="black"><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>
</body>
</html>