-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathteaching.html
92 lines (71 loc) · 3.33 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
<!DOCTYPE HTML>
<!--
Editorial by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>JB Courbot - Teaching</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper">
<!-- Main -->
<div id="main">
<div class="inner">
<!-- Header -->
<!-- Content -->
<section>
<header class="main">
<h1>Teaching</h1>
</header>
Since 2018 I mainly teach at the <a href = "https://www.fst.uha.fr/">Faculté des Sciences et Techniques</a> in the EEA cursus:
<ul>
<li>C++ : basis and obiect-oriented programming (3rd year Licence)</li>
<li>Introduction to networks and graph optimization (1st year Master). Some resources are available <a href="http://gretsi.fr/ressources-pedagogiques/algorithmes-sur-graphes-m1-cm-et-td/"> online</a> (in French). </li>
<li>Inter-process communication (1st year Master)</li>
<li>Data analysis (3rd year Licence)</li>
<li>Optimisation techniques (1st year Master)</li>
</ul>
And also at the <a href="https://www.fma.uha.fr/"> Faculté de Marketing et d'Agroscience </a> within UHA also:
<ul>
<li>"Biostatistics" in the 1st year of the <a href = "https://www.fma.uha.fr/formations/masters/master-sciences-de-la-vigne-et-du-vin-parcours-viticulture-et-environnement/">"Viticulture and Environment"</a> master. Some resources are available <a href="http://gretsi.fr/ressources-pedagogiques/cours-de-statistiques-debutant-pour-biologistes-m1/"> online</a> (in French).</li>
<li>"Advanced statistics" in the 1st year of the <a href = "https://www.fma.uha.fr/formations/masters/master-sciences-de-la-vigne-et-du-vin-svv-parcours-franco-allemand-viticulture-et-oenologie/">"Viticulture and oenology"</a> franch-german master.</li>
</ul>
I also teach in the <a href = "https://www.master-iriv.fr/m2/parcours-id"> master 2 IRIV </a> at Télécom Physique Strasbourg a course entitled "Advanced tools in image processing" on Bayesian and Markov inference.
</section>
</div>
</div>
<!-- Sidebar -->
<div id="sidebar">
<div class="inner">
<!-- Menu -->
<nav id="menu">
<header class="major">
<h2>Menu</h2>
</header>
<ul>
<li><a href="index.html">Homepage</a></li>
<li><a href="publications.html">Publications</a></li>
<li><a href="teaching.html">Teaching</a></li>
</ul>
</nav>
<!-- Footer -->
<footer id="footer">
<p class="copyright">© J.-B. Courbot.</p>
</footer>
</div>
</div>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>