-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathteaching.html
executable file
·229 lines (165 loc) · 8.7 KB
/
teaching.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
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
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<meta name="description" content="">
<meta name="keywords" content="">
<meta name="author" content="">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<title>Teaching - H. Montanelli</title>
<!--
Template 2085 Neuron
https://www.tooplate.com/view/2085-neuron
-->
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/all.css">
<link rel="stylesheet" href="css/magnific-popup.css">
<!-- Main css -->
<link rel="stylesheet" href="css/style.css">
<link href="https://fonts.googleapis.com/css?family=Lora|Merriweather:300,400" rel="stylesheet">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-108246943-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-108246943-1');
</script>
</head>
<body>
<!-- PRE LOADER -->
<div class="preloader">
<div class="sk-spinner sk-spinner-wordpress">
<span class="sk-inner-circle"></span>
</div>
</div>
<!-- Navigation section -->
<div class="navbar navbar-default navbar-static-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="icon icon-bar"></span>
<span class="icon icon-bar"></span>
<span class="icon icon-bar"></span>
</button>
<a href="index.html" class="navbar-brand">H. Montanelli</a>
</div>
<div class="collapse navbar-collapse">
<ul class="nav navbar-nav navbar-right">
<li><a href="about.html">About</a></li>
<li><a href="blog.html">Blog</a></li>
<li><a href="publications.html">Publications</a></li>
<li><a href="research.html">Research</a></li>
<li><a href="students.html">Students</a></li>
<li><a href="talks.html">Talks</a></li>
<li class="active"><a href="teaching.html">Teaching</a></li>
<li><a href="https://www.paypal.com/donate/?hosted_button_id=UCLCSJLFL433E"><b>Donate</b></a></li>
</ul>
</div>
</div>
</div>
<!-- Home Section -->
<section id="home" class="main-about parallax-section">
<div class="overlay"></div>
<div class="container">
<div class="row">
<div class="col-md-12 col-sm-12">
<h1>Teaching</h1>
</div>
</div>
</div>
</section>
<!-- About Section -->
<section id="about">
<div class="container">
<div class="row">
<div class="col-md-offset-1 col-md-10 col-sm-12">
<h3>École Polytechnique</h3>
<h4>2024–2025</h4>
<p><a href="https://synapses.polytechnique.fr/catalogue/2024-2025/ue/5109/APM-43035-EP-optimisation-et-controle">APM 43035</a> — Optimization & Control (TA)</p>
<p><a href="https://synapses.polytechnique.fr/catalogue/2024-2025/ue/19745/APM-52009-EP-machine-learning-for-scientific-computing-and-numerical-analysis">APM 52009</a> — Machine Learning for Scientific Computing and Numerical Analysis (Lecturer)</p>
<p><a href="https://synapses.polytechnique.fr/catalogue/2024-2025/ue/5148/APM-41012-EP-introduction-a-l-analyse-numerique-des-fondements-mathematiques-a-l-experimentation-avec-jupyter">APM 41012</a> — Introduction to Numerical Analysis (TA)</p>
<h4>2023–2024</h4>
<p>MAP 435 — Optimization & Control (TA)</p>
<p>MAP 472A — Mathematical Modelling Through Experiments (TA)</p>
</div>
<div class="col-md-offset-1 col-md-10 col-sm-12">
<hr class="solid">
<h3>ENSTA Paris</h3>
<h4>2023–2024</h4>
<p>STA 101 — Introduction to Statistics (TA)</p>
<p>PRB 101 — Introduction to Probability (TA)</p>
<p>AO 102 — Dynamical Systems: Stability & Control (TA)</p>
</div>
<div class="col-md-offset-1 col-md-10 col-sm-12">
<hr class="solid">
<h3>Columbia University</h3>
<h4>2018–2019</h4>
<p>APMA E4301 — Numerical Methods for PDEs (Lecturer)</p>
<p>APMA E2000 — Multivariable Calculus For Engineers (Lecturer)</p>
</div>
<div class="col-md-offset-1 col-md-10 col-sm-12">
<hr class="solid">
<h3>University of Oxford</h3>
<h4>2016–2017</h4>
<p>B6.2 — Numerical Solution of Differential Equations II (TA)</p>
<p>C6.3 — Approximation of Functions (TA)</p>
<p>Scientific Computing with MATLAB for MSc Students (Lecturer)</p>
<h4>2015–2016</h4>
<p>B6.2 — Numerical Solution of Differential Equations II (TA)</p>
<p>Scientific Computing for DPhil Students II (TA)</p>
<p>Scientific Computing for DPhil Students I (TA)</p>
<p>B6.1 — Numerical Solution of Differential Equations I (TA)</p>
<h4>2014–2015</h4>
<p>C6.3 — Approximation of Functions (TA)</p>
<h4>2013–2014</h4>
<p>B6.2 — Numerical Solution of Differential Equations II (TA)</p>
<p>C6.1 — Numerical Linear Algebra (TA)</p>
</div>
</div>
</div>
</section>
<!-- Footer Section -->
<footer>
<div class="container">
<div class="row">
<div class="col-md-4 col-md-offset-1 col-sm-6">
<h3>Contact</h3>
<p style="color:white"><i class="fa fa-send-o"></i>[email protected]</p><br>
<a href="https://www.inria.fr/en"><img src="/images/inria.png" class="img-responsive"></a>
</div>
<div class="col-md-4 col-md-offset-1 col-sm-6">
<h3 style="opacity:0;">Contact</h3>
<p style="color:white">Copyright © 2024 Hadrien Montanelli</p><br>
<a href="https://www.ip-paris.fr/en"><img src="/images/polytechnique.png" class="img-responsive"></a>
</div>
<div class="clearfix col-md-12 col-sm-12">
<hr style="color:white;">
</div>
<div class="col-md-12 col-sm-12">
<ul class="social-icon">
<li><a href="https://github.com/Hadrien-Montanelli" class="fa-brands fa-github" style="font-size:30px;color:white"></a></li>
<li><a href="https://scholar.google.com/citations?user=Bjmkfe8AAAAJ&hl=en&oi=sra/" class="fa-brands fa-google" style="font-size:30px;color:white"></a></li>
<li><a href="https://www.linkedin.com/in/hadrien-montanelli/" class="fa-brands fa-linkedin" style="font-size:30px;color:white"></a></li>
<li><a href="https://orcid.org/0009-0005-1742-9828" class="fa-brands fa-orcid" style="font-size:30px;color:white"></a></li>
<li><a href="https://twitter.com/drmontanelli" class="fa-brands fa-x-twitter" style="font-size:30px;color:white;"></a></li>
</ul>
</div>
</div>
</div>
</footer>
<!-- Back top -->
<a href="#back-top" class="go-top"><i class="fa fa-angle-up"></i></a>
<!-- SCRIPTS -->
<script src="js/jquery.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/particles.min.js"></script>
<script src="js/app.js"></script>
<script src="js/jquery.parallax.js"></script>
<script src="js/smoothscroll.js"></script>
<script src="js/custom.js"></script>
<script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
<script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
</body>
</html>