-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathteaching.html
250 lines (182 loc) · 14.1 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
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
<!DOCTYPE html>
<html lang="en">
<head>
<title>Vania Marangozova</title>
<!-- Meta -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Responsive HTML5 Resume/CV Template for Developers">
<meta name="author" content="Xiaoying Riley at 3rd Wave Media">
<!-- Google Font -->
<link href='https://fonts.googleapis.com/css?family=Roboto:400,500,400italic,300italic,300,500italic,700,700italic,900,900italic' rel='stylesheet' type='text/css'>
<!-- FontAwesome JS-->
<script defer src="assets/fontawesome/js/all.min.js"></script>
<!-- Global CSS -->
<link rel="stylesheet" href="assets/plugins/bootstrap/css/bootstrap.min.css">
<!-- Theme CSS -->
<link id="theme-style" rel="stylesheet" href="assets/css/orbit-1.css">
<link id="theme-style" rel="stylesheet" href="assets/css/va.css">
</head>
<body>
<div class="wrapper mt-lg-5">
<div class="sidebar-wrapper">
<div class="profile-container">
<img class="profile" src="assets/images/vania-2021-modified.png" alt="" height="180"/>
<h1 class="name">Vania Marangozova</h1>
<h3 class="tagline">Associate Professor UGA</h3>
</div><!--//profile-container-->
<div class="menu-container container-block">
<ul class="list-unstyled contact-list">
<li><i class="fa fa-home"></i><a href="index.html">Home</a></li>
<li><i class="fa fa-book" aria-hidden="true"></i><a href="#LSDM">LSDM, M2 MOSIG</a></li>
<li><i class="fa fa-book" aria-hidden="true"></i><a href="#AD">AD, Polytech</a></li>
<li><i class="fa fa-book" aria-hidden="true"></i><a href="#cse">CSE-PP, M1 Info</a></li>
<li><i class="fa fa-book" aria-hidden="true"></i><a href="#nachos">Projet système, M1 Info</a></li>
<li><i class="fa fa-book" aria-hidden="true"></i><a href="#SR">SR, L3 Info</a></li>
<li><i class="fa fa-book" aria-hidden="true"></i><a href="#TLE">TLE, M2 GI</a></li>
<li><i class="fa fa-book" aria-hidden="true"></i><a href="#IDS">IDS, M1 Info et MOSIG</a></li>
</ul>
</div>
<!--//main menu container-->
<div class="contact-container container-block">
<h2 class="container-block-title">Contact</h2>
<ul class="list-unstyled contact-list">
<li class="email"><i class="fa-solid fa-envelope"></i>[email protected]</a></li>
<li class="phone"><i class="fa-solid fa-phone"></i>+33 4 57 42 15 27</a></li>
<li class="address"><i class="fa fa-building"></i> Bâtiment IMAG <br />
700, Avenue Centrale <br />
38400, St Martin d'Heres <br />
Office 307 <br /></li>
</ul>
</div><!--//contact-container-->
</div><!--//sidebar-wrapper-->
<div class="main-wrapper">
<!--//section LSDM -------------------------------------------------------------------------------------------------->
<section class="section summary-section">
<h2 class="section-title" id="LSDM"><span class="icon-holder"><i class="fa fa-book" aria-hidden="true"></i>
</span>Large Scale Data Management</h2>
<!-- TAG --->
<p><span class="badge text-bg-secondary">#DistributedSystems</span>
<span class="badge text-bg-warning">M2 MOSIG</span>
</p>
<div class="summary">
<p> Big Data: Foundations and Tools </p>
</div>
<ul>
<li><a href="teaching-docs/lsdm/introduction.pdf">1. Introduction (lecture)</a> </li>
<li><a href="teaching-docs/lsdm/mapreduce.pdf">2. MapReduce and Hadoop (lecture) <a/></li>
<li><a href="teaching-docs/lsdm/3_spark.pdf">3. Spark (lecture) <a/></li>
<li>3. Spark Lab</li>
<ul>
<li><a href="teaching-docs/lsdm/spark_lab/install_spark_linux.pdf">Install Spark on Linux<a/></li>
<li><a href="teaching-docs/lsdm/spark_lab/install_spark_docker.pdf">Install Spark in a Docker Container<a/></li>
<li><a href="https://cloud.univ-grenoble-alpes.fr/s/3sXNAbxHRGy3RKH">Provided Code<a/></li>
<li><a href="teaching-docs/lsdm/spark_lab/lab_spark_intro.pdf">Lab Description<a/></li>
</ul>
<li><a href="teaching-docs/lsdm/lab2_spark.pdf">3.5 Spark Project<a/</li>
<li><a href="teaching-docs/lsdm/streaming.pdf">4. Stream Processing (lecture)<a/</li>
<li><a href="teaching-docs/lsdm/nosql.pdf">4 NoSQL (lecture)<a/</li>
<li><a href="teaching-docs/lsdm/lab_neo4j.pdf">4.5 Neo4j Lab (Graph Databases)<a/</li>
<li>5. Streaming Lab (Kafka & Spark Streaming)</li>
<ul>
<li><a href="teaching-docs/lsdm/kafka_lab/lab_kafka.pdf">Lab Description<a/></li>
<li><a href="teaching-docs/lsdm/kafka_lab/provided_code.tar.gz">Provided Code<a/></li>
</ul>
<li><a href="teaching-docs/lsdm/6_column-storage.pdf">6 Column Storage (lecture)<a/</li>
</ul>
<h4 class="section-title" id="LSDM"><Exam subjects</h4>
<ul>
<li><a href="teaching-docs/lsdm/LSDM_2021_2022.pdf">Exam sample<a/</li>
</ul>
</section>
<!--//section AD -------------------------------------------------------------------------------------------------->
<section class="section summary-section">
<h2 class="section-title" id="AD"><span class="icon-holder"><i class="fa fa-book" aria-hidden="true"></i>
</span>Algorithmique Distribuée</h2>
<!-- TAG --->
<p><span class="badge text-bg-secondary">#DistributedSystems</span>
<span class="badge text-bg-warning">RICM4, Polytech'Grenoble</span>
</p>
<div class="summary">
<p> Foundations of failure-free distributed algorithms : model, syntax, scalar clocks, wave algorithms, state computation. Simulation with the Sinalgo tool. </p>
</div>
<a class="badge text-bg-info" href="https://www-verimag.imag.fr/~altisen/APD/">Lien vers la page du cours</a>
<a class="badge text-bg-info" href="https://im2ag-moodle.univ-grenoble-alpes.fr/course/view.php?id=529">Lien vers Moodle pour les rendus de devoirs</a>
</section>
<!--//section CSE -------------------------------------------------------------------------------------------------->
<section class="section summary-section">
<h2 class="section-title" id="cse"><span class="icon-holder"><i class="fa fa-book" aria-hidden="true"></i>
</span>Conception des Systèmes d'Exploitation et Programmation Concurrente</h2>
<p>
<span class="badge text-bg-secondary">#OperatingdSystems</span>
<span class="badge text-bg-warning">M1 Informatique, UFR IM2AG</span>
</p>
<div class="summary">
<p> Principles of operating system management, with a focus on memory management, process management, file systems, concurrency & synchronization. </p>
</div>
<a class="badge text-bg-info" href="https://im2ag-moodle.univ-grenoble-alpes.fr/course/view.php?id=104">Lien vers la page du cours sur Moodle</a>
</section>
<!--//section Projet systeme -------------------------------------------------------------------------------------------------->
<section class="section summary-section">
<h2 class="section-title" id="nachos"><span class="icon-holder"><i class="fa fa-book" aria-hidden="true"></i>
</span>Projet de programmation système/OS Programming Project</h2>
<p>
<span class="badge text-bg-secondary">#OperatingdSystems</span>
<span class="badge text-bg-warning">M1 Informatique, M1 MOSIG, UFR IM2AG</span>
</p>
<div class="summary">
<p> One-month, full-time programming project during which students program the management systems (processes and threads, memory allocation, file system management and network communications) of an operating sysytem. We are using the NachOS system even if it has been a while that we are planning to move forward. </p>
</div>
<a class="badge text-bg-info" href="https://im2ag-moodle.univ-grenoble-alpes.fr/course/view.php?id=126">Lien vers la page du cours sur Moodle</a>
</section>
<!--//section Systèmes et Réseaux -------------------------------------------------------------------------------------------------->
<section class="section summary-section">
<h2 class="section-title" id="SR"><span class="icon-holder"><i class="fa fa-book" aria-hidden="true"></i>
</span>Systèmes et Réseaux</h2>
<p>
<span class="badge text-bg-secondary">#OperatingdSystems</span>
<span class="badge text-bg-warning">L3 Informatique, UFR IM2AG</span>
</p>
<div class="summary">
<p> Introducing the user side of teh story : operating system's user interface (processes, signals, pipes) and introduction to networks (protocols, DNS, notions of reliability, bandwidth, latency, socket programming)</p>
</div>
<a class="badge text-bg-info" href="https://im2ag-moodle.univ-grenoble-alpes.fr/course/view.php?id=258">Lien vers la page du cours sur Moodle</a>
</section>
<!--//section DLE -------------------------------------------------------------------------------------------------->
<section class="section summary-section">
<h2 class="section-title" id="TLE"><span class="icon-holder"><i class="fa fa-book" aria-hidden="true"></i>
</span> Traitement de données à grande échelle</h2>
<p>
<span class="badge text-bg-secondary">#DistributedSystems</span>
<span class="badge text-bg-warning">M2 GI, UFR IM2AG</span>
</p>
<div class="summary">
<p> Introducing the big data problem and the Hadoop and SPARK frameworks. </p>
</div>
<a class="badge text-bg-info" href="https://im2ag-moodle.univ-grenoble-alpes.fr/course/view.php?id=382">Lien vers la page du cours sur Moodle</a>
</section>
<!--//section IDS -------------------------------------------------------------------------------------------------->
<section class="section summary-section">
<h2 class="section-title" id="IDS"><span class="icon-holder"><i class="fa fa-book" aria-hidden="true"></i>
</span>Introduction to Distributed SYstems</h2>
<p>
<span class="badge text-bg-secondary">#DistributedSystems</span>
<span class="badge text-bg-warning">M1 Informatique et MOSIG, UFR IM2AG</span>
</p>
<div class="summary">
<p> Teaching the foundations of distributed systems spanning the notions of architecture (client-server, P2P, till cloud), protocol, infrastructure, communication paradigms and algorithms. </p>
</div>
<a class="badge text-bg-info" href="https://im2ag-moodle.univ-grenoble-alpes.fr/course/view.php?id=333">Lien vers la page du cours sur Moodle</a>
</section>
</div> <!-- main ------------------------->
</div>
<!------------------------- FOOTER ------------------------------------------------------------------------------------->
<footer class="footer">
<div class="text-center">
<!--/* This template is free as long as you keep the footer attribution link. If you'd like to use the template without the attribution link, you can buy the commercial license via our website: themes.3rdwavemedia.com Thank you for your support. :) */-->
<small class="copyright">Designed with <i class="fa-solid fa-heart"></i> by <a href="http://themes.3rdwavemedia.com" target="_blank">Xiaoying Riley</a> for developers</small>
</div><!--//container-->
</footer><!--//footer-->
</body>
</html>