-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
167 lines (148 loc) · 8.73 KB
/
index.html
File metadata and controls
167 lines (148 loc) · 8.73 KB
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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>Quentin Malé Homepage</title>
<meta name="keywords" content="" />
<meta name="description" content="" />
<link href="default.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" charset="utf-8">
function get_user_name() {
// This script finds the user name from the url and then replaces "IhrBenutzername" with the user name.
if (document.getElementsByTagName("pre")[0] && (document.getElementsByTagName("pre")[0]["className"].indexOf("username") == 0) ) {
path = window.location.pathname;
if (path.indexOf("/student/") == 0) {
user_name = path.substring(9);
} else {
user_name = path.substring(2);
}
user_name = user_name.substring(0,user_name.indexOf("/"));
user_name = user_name + "/";
pre_user = document.getElementsByTagName("pre")[0].firstChild.nodeValue;
pre_user = pre_user.replace(/IhrBenutzername\//g, user_name);
document.getElementsByTagName("pre")[0].firstChild.nodeValue = pre_user;
}
}
</script>
</head>
<body onload="get_user_name()">
<div id="header">
<h1>Quentin Malé</h1>
<h2><a href = "main.pdf" style="font-size: 20px;">Download CV</a> <a href = "mailto: qmale@seas.harvard.edu" style="font-size: 20px;">Send Email</a></h2>
<h2> </h2>
</div>
<div id="menu">
<ul>
<li><a href="./" onFocus="if(this.blur)this.blur()">Home</a></li>
<li><a href="research_works/" onFocus="if(this.blur)this.blur()">Research works</a></li>
<li><a href="publications/" onFocus="if(this.blur)this.blur()">Publications</a></li>
<li><a href="codes/" onFocus="if(this.blur)this.blur()">Codes</a></li>
<li><a href="data/" onFocus="if(this.blur)this.blur()">Data</a></li>
<li><a href="teaching/" onFocus="if(this.blur)this.blur()">Teaching</a></li>
<li><a href="student_projects/" onFocus="if(this.blur)this.blur()">Student projects</a></li>
<li><a href="gallery/" onFocus="if(this.blur)this.blur()">Gallery</a></li>
</ul>
</div>
<div id="content">
<div id="columnA">
<h8>
My research develops novel <b>computational methods for multiphysics phenomena</b>, leveraging high-performance
computing and machine learning to push the limits of simulation and modeling. It
unites physics, machine learning and large-scale computation to advance <b>science and engineering
in energy and complex flow systems</b>.
<br>
</h8>
<!--
<h8> Interests: turbulent reacting flows; multiphysics computations; high performance computing.</h8>
-->
<!--
<ul>
<li><a href="private">Geschützter Bereich</a> (Benutzername und Passwort erforderlich)</li>
<li><a href="download">Download Bereich</a></li>
</ul>
-->
<img src="graphical_abstract.png" alt="" style="width:780px">
<br>
<hr width="50%">
<p>Here you will find information about my current and past research work.
The <a href="research_works/">research works</a> section illustrates my main scientific contributions.
The <a href="publications/">publications</a> section lists journal publications, which give more details about the research work.
The <a href="codes/">codes</a> and <a href="data/">data</a> sections present shared computational codes and data, respectively.
The <a href="student_projects/">student projects</a> section links to student projects that I could offer and supervise. </p>
<!--
<img src="DSC_0426_blured_wframe.jpg" alt="" style="margin-left:10px;float:right;width:410px">
-->
<h7> Present appointment </h7>
<p>
<b>2025 onward</b> I am currently a postdoctoral researcher at Harvard University, <a href="https://cse-lab.seas.harvard.edu">CSElab</a>.
I am mainly working on the development of novel methods from machine learning to model subgrid-scale features in large eddy simulation.
</p>
<br>
<h7> Past appointment </h7>
<p>
<b>2024</b> I was an established researcher at ETH Zürich.
I mainly worked as part of the SNSF/ANR PRCI ''Joint Experimental and Numerical Study of Hydrogen Plasma-Assisted Combustion'' (JETHPAC) project, for which I wrote the proposal with my project partners.
The JETHPAC project investigated plasma-controlled ignition in lean hydrogen-air mixtures. It was a multidisciplinary project combining experiments and High Performance Computing (HPC).
The development of plasma-controlled ignition for hydrogen helps to control the energy conversion of this carbon-free fuel, and thus move towards sustainable energy systems.
I also supported HPC for scientific computations in my host laboratory (<a href="https://caps.ethz.ch">CAPS</a>, ETH Zürich).
</p>
<p>
<b>2021 - 2024</b> I was a postdoctoral researcher in the <a href="https://caps.ethz.ch">CAPS</a> laboratory of ETH Zürich.
I mainly worked on a joint experimental/computational project (ERC <a href="https://cordis.europa.eu/project/id/820091">TORCH</a>) to investigate the physics of sequential flame stabilization in sequential burners using non-equilibrium plasma.
I combined modeling and High Performance Computing (HPC) to study the physical phenomena associated with plasma-controlled aerothermochemistry.
I also supported the research group of the <a href="https://caps.ethz.ch">CAPS</a> laboratory on HPC aspects.
</p>
<p>
<b>2017 - 2020</b> I was a PhD student at <a href="https://cerfacs.fr">CERFACS</a>, under the guidance of Prof. Dr. Thierry Poinsot and Dr. Olivier Vermorel. During my Ph.D. work, I studied turbulent jet ignition concept to enable lean-burn strategies in reciprocal engines.
For this, I used a wide range of numerical simulation tools including kinetically detailed Direct Numerical Simulation (DNS), Large Eddy Simulation (LES) and reduced order modelling.
I also developed automatic remeshing strategies needed to cope with cell deformation in moving mesh computations. This includes remeshing, interpolation and load-balancing.
</p>
<!--
<p>Quentin completed his Ph.D. at <a href="https://cerfacs.fr">CERFACS</a> in December 2020, under the guidance of Prof. Dr. Thierry Poinsot and Dr. Olivier Vermorel. During his Ph.D. work, Quentin studied pre-chamber ignition concept to enable lean-burn strategies in internal combustion engines. For this, he used a wide range of numerical simulation tools including kinetically detailed Direct Numerical Simulation (DNS), Large Eddy Simulation (LES) and zero-dimensional modelling. Shortly after, Quentin joined the <a href="https://caps.ethz.ch">CAPS</a> laboratory of Prof. Dr. Nicolas Noiray, ETH Zürich, as a postdoctoral researcher. He is now mainly working on a joint experimental/computational project (ERC <a href="https://cordis.europa.eu/project/id/820091">TORCH</a>) to investigate the physics of sequential flame stabilization in sequential burners using Non-Equilibrium Plasma (NEP).</p>
-->
<!--
<p> Eine Anleitungen zur Erstellung von HTML Dokumenten, zur Web-Programmierung
und weiteres mehr, finden Sie unter
<a href="http://www.id.ethz.ch/services/list/stud_homepage">Homepage für Studierende</a>.
<br/>Bitte beachten Sie bei der Erstellung von Web-Inhalten die
<a href="http://www.id.ethz.ch/documentation/rechtliches">rechtlichen Rahmenbedingungen.</a></p>
<p>Viel Spass beim Gestalten Ihrer persönlichen Homepage!</p>
<p>Bei unüberwindlichen Problemen hilft der <a href="https://helpdesk-anfrage.ethz.ch/">Support</a> gerne weiter.</p>
<hr/>
<p>Folgende Dateien und Verzeichnisse wurden für Sie erzeugt:</p>
<pre class="username">IhrBenutzername/homepage - Verzeichnis in dem sich Ihre Webseiten befinden.
IhrBenutzername/homepage/index.html - diese Datei
IhrBenutzername/homepage/private - Passwortgeschützter Bereich
IhrBenutzername/homepage/private/.htaccess.n - Datei mit der Zugangsregelung
IhrBenutzername/homepage/download - Download Zone
</pre>
-->
</div>
<!--
<div class="row">
<div class="column">
some text here
</div>
<div class="column">
<img src="myself.jpg" alt="" style="width:50px">
</div>
</div>
-->
<!--
<div class="section">
<div class="text">
<p>
bla bla bla bla
</div>
<img src="myself.jpg" alt="" />
</p>
</div>
-->
<div style="clear: both;"> </div>
</div>
<div id="footer">
<!-- <p>Designed by <a href="http://www.freecsstemplates.org" class="link1">Free CSS Templates</a></p> -->
</div>
</body>
</html>