-
Notifications
You must be signed in to change notification settings - Fork 0
/
teaching.html
71 lines (55 loc) · 2.46 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
<!--
0. Do whatever you want with this file.
-->
<html>
<head>
<meta charset="utf-8"/>
<title>Teaching - Damien Rouhling</title>
<link href="static/style.css" type="text/css" rel="stylesheet"/>
</head>
<body>
<header>
<div id="logo">
<h1>Damien Rouhling</h1>
</div>
<nav>
<div id="bar"><ul><li><a href="index.html">Home</a></li><li><a href="research.html">Research</a></li><li class="current"><a href="teaching.html">Teaching</a></li></ul></div>
</nav>
</header>
<section>
<h1 id="Status">Status</h1>
<p>I am a <a href='https://en.wikipedia.org/wiki/Agr%C3%A9gation'>professeur agrégé</a> in
mathematics. In the past, the French Ministry of Education temporarily released
me from my teaching obligations and let me do research in computer science. I am
now teaching computer science in <a href='https://en.wikipedia.org/wiki/Classe_pr%C3%A9paratoire_aux_grandes_%C3%A9coles'>Classes préparatoires aux grandes
écoles</a>.</p>
<p>I also passed the "qualification", a mandatory qualification to apply for
lecturer positions.</p>
<h1 id="Past-teaching">Past teaching</h1>
<h3 id="2020-2021">2020 - 2021</h3>
<ul><li><strong>Computer science in the CPGE tracks MPSI, MP/MP*, PCSI and PSI</strong> at Lycée
Victor Hugo Besançon</li></ul>
<h3 id="2018-2019">2018 - 2019</h3>
<ul><li><p><strong>C programming language</strong>: lab sessions at IUT R&T Sophia Antipolis</p>
</li><li><p><strong>Fourier analysis</strong>: supervisor and exercise sessions at IUT R&T Sophia
Antipolis</p>
</li><li><p><strong>Complements in applied analysis</strong>: lab sessions at IUT R&T Sophia Antipolis</p>
</li></ul>
<h3 id="2017-2018">2017 - 2018</h3>
<ul><li><p><strong>C programming language</strong>: lab sessions at IUT R&T Sophia Antipolis</p>
</li><li><p><strong>Fourier analysis</strong>: supervisor and exercise sessions at IUT R&T Sophia
Antipolis</p>
</li></ul>
<h3 id="2016-2017">2016 - 2017</h3>
<ul><li><p><strong>C programming language</strong>: lab sessions at IUT R&T Sophia Antipolis</p>
</li><li><p><strong>Integral and differential calculus</strong>: exercise sessions at IUT R&T Sophia
Antipolis</p>
</li><li><p><strong>Fourier analysis</strong>: exercise sessions at IUT R&T Sophia Antipolis</p>
</li></ul>
</section>
<footer>
<a href="http://dev.isomorphis.me/stone">Stone λ-powered</a>
<p>Last modified: 2021/07/13</p>
</footer>
</body>
</html>