-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
executable file
·562 lines (496 loc) · 26.5 KB
/
index.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
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<title>LASTIG</title>
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom fonts for this template -->
<link href="vendor/fontawesome-free/css/all.min.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Varela+Round" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Nunito:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/grayscale.css" rel="stylesheet">
<link href="https://gitcdn.github.io/bootstrap-toggle/2.2.2/css/bootstrap-toggle.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-select@1.13.9/dist/css/bootstrap-select.min.css">
<script src="js/papaparse.min.js"></script>
<script src="js/people.js"></script>
<script src="js/news.js"></script>
<script src="js/recruiting.js"></script>
<script src="js/carousel.js"></script>
<!-- Fenêtre PopUp ajouté par Lâmân [23/09/2020] -->
<script src="https://code.jquery.com/jquery-1.12.0.min.js"></script>
<script type='text/javascript'>
$(document).ready(function () {
$('#myModal').modal('show');
});
</script>
</head>
<body id="page-top" onload="displayRecruiting();displayPeople();displayNews();displayCarousel();" class="fr">
<!-- Teste de PopUp provisoire [Lâmân - 23/09/2020] -->
<!--div class="modal fade" id="myModal" tabindex="-1" aria-hidden="true" data-show="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<p align="center" style="color:red; font-size:24px">
<b>JOURNÉES DE LA RECHERCHE IGN</b>
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><b>×</b></button>
</p>
</div>
<div class="modal-body">
<p align="center" style="color:black"><b>
<img alt="JR-2020" src="http://recherche.ign.fr/jr/jr20/images/BannierePASS_JR_2020_WEB_600x280.png">
</p>
<p align="center" style="color:black; font-size:18px"><br><b>
<a taget="blank" href="http://recherche.ign.fr/jr/jr20/livret/B_J_Rechercher2020_Livretcourt_Prog_A5_WEB_DIFF.PDF">
→ PROGRAMME ←</a>
   
<a taget="blank" href="https://livee.com/app/session_user_register.php?ChatSessionID=674431&LanguageID=1">
→ INSCRIPTIONS ←</a>
</b></p>
</div>
</div>
</div>
</div-->
<!-- Navigation -->
<nav class="navbar navbar-expand-lg navbar-light fixed-top" id="mainNav">
<div class="container">
<a class="navbar-brand js-scroll-trigger" href="#page-top"><img src="img/lastig1.svg" width="auto" height="80"></a>
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
Menu
<i class="fas fa-bars"></i>
</button>
<div class="row">
<select class="selectpicker ml-5" data-width="fit" id="select-lang">
<option data-content='<span class="flag-icon flag-icon-us"></span>'>English</option>
<option data-content='<span class="flag-icon flag-icon-fr"></span>'>Français</option>
</select>
</div>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link js-scroll-trigger lang-en" href="#intro" lang="en">Home</a>
<a class="nav-link js-scroll-trigger lang-fr" href="#intro" lang="fr">Accueil</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger lang-en" href="#about" lang="en">About</a>
<a class="nav-link js-scroll-trigger lang-fr" href="#about" lang="fr">Présentation</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger lang-en" href="#news" lang="en">News</a>
<a class="nav-link js-scroll-trigger lang-fr" href="#news" lang="fr">Actualités</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger lang-en" href="#teams" lang="en">Teams</a>
<a class="nav-link js-scroll-trigger lang-fr" href="#teams" lang="fr">Equipes</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger lang-en" href="#recruiting" lang="en">Recruiting</a>
<a class="nav-link js-scroll-trigger lang-fr" href="#recruiting" lang="fr">Offres</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger lang-en" href="#people" lang="en">People</a>
<a class="nav-link js-scroll-trigger lang-fr" href="#people" lang="fr">Personnel</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Header -->
<!-- header class="masthead" id="intro">
<div class="container d-flex h-100 align-items-center">
<div class="mx-auto text-center">
<h1 class="mx-auto my-0 text-uppercase">LASTIG</h1>
<h2 class="text-white-50 mx-auto mt-2 mb-5 lang-en">Lab on Geographic Information Science for sustainable development and smart cities</h2>
<a href="#about" class="btn btn-primary js-scroll-trigger lang-en">Learn more</a>
<h2 class="text-white-50 mx-auto mt-2 mb-5 lang-fr">Laboratoire en sciences de l'information géographique pour la ville intelligente et les territoires durables</h2>
<a href="#about" class="btn btn-primary js-scroll-trigger lang-fr">En savoir plus</a>
</div>
</div>
</header -->
<div style="width: 100%; height: 100%; background: #337AB7;">
<br><br><br><br>
</div>
<div style="width: 100%; height: 100%;">
<br><br>
</div>
<!-- ===================== CAROUSEL === modif LLGRD 30/08/2021 === BEGIN ===================== -->
<div class="container-fluid d-flex h-100 align-items-center">
<div class="row">
<div class="col-sm">
<div id="carousel-container" class="carousel slide" data-ride="carousel" style="width: 100%; text-align: center">
<ol class="carousel-indicators" id="carousel-indicators">
</ol>
<div class="carousel-inner" id="carousel-inner">
</div>
<a class="carousel-control-prev" href="#carousel-container" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carousel-container" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
<div class="col-sm">
<h4 class="lang-en">
<b>The LASTIG research focuses <br> on Geographic Information sciences.</b> <br>
————————————————<br>
It covers the complete lifecycle of geospatial data
from their capture to their visualisation, including modelling, integration & analysis.
</h4>
<h4 class="lang-fr">
<b>Le LASTIG mène des recherches en<br>
Sciences de l'Information Géographique.</b> <br>
————————————————<br>
Cela recouvre tous les champs liés aux données géospatiales, de leur acquisition
à leur diffusion, que ce soit la modélisation, l'intégration ou encore l'analyse.
</h4>
</div>
</div>
</div>
<!-- ===================== CAROUSEL === modif LLGRD 30/08/2021 === END ===================== -->
<!-- About Section -->
<section id="about" class="section section-padded">
<div class="container">
<!-- div class="row text-center title">
<div class="col-lg-8 mx-auto mb-5">
<h2 class="lang-en">UMR LASTIG</h2>
<h2 class="lang-fr">UMR LASTIG</h2>
</div>
</div -->
<!--div class="text-center pad-bot40">
<img src="img/lastig.jpeg" alt="lastig team"/>
</div-->
<!-- div class="pad-bot40 pad-top40"></div -->
<div class="panel panel-primary">
<div class="panel-heading lang-en">The LASTIG lab</div>
<div class="panel-heading lang-fr">Le LASTIG </div>
<div class="panel-body lang-fr">
Le LASTIG (LAboratoire en Sciences et Technologies de l'Information Géographique pour la ville intelligente
et les territoires durables) mène des recherches finalisées en sciences et techniques de l’information géographique.
Les recherches de l’unité couvrent l’ensemble du cycle de vie de la donnée géographique ou spatiale, de son acquisition
à sa visualisation, en passant par sa modélisation, son intégration et son analyse.
Prenant la suite du précédent projet d’unité, le LASTIG s’intéresse particulièrement aux référentiels géographiques
spatiotemporels qui sont au coeur des missions de l’IGN.
<br><br>Le LASTIG a trois tutelles : l'<a href="https://www.univ-gustave-eiffel.fr/recherche/composantes-de-recherche/">Université Gustave Eiffel (UGE)</a>, l'IGN-ENSG,
et l'<a href="https://www.eivp-paris.fr/">Ecole d’ingénieurs de la ville de Paris (EIVP)</a>.
<br><br>L'UMR LASTIG est actuellement dirigée par
<a href="/clement-mallet/">Clément Mallet</a>,
<a href="/sidonie-christophe/">Sidonie Christophe</a> et
<a href="/Ana-Maria-Raimond-homepage/">Ana-Maria Raimond</a>.
<br><br>Le LASTIG est composé de <a href="#teams">quatre équipes de recherche</a>: ACTE, GEOVIS, MEIG, STRUDEL.
<br><br>L'évaluation Hcéres du LASTIG est disponible en téléchargement <a href="https://raw.githubusercontent.com/umrlastig/lastig_data/master/pdf/HCERES_rapport_final.pdf">ici</a>.
</div>
<div class="panel-body lang-en">
The LASTIG lab research domain is Geographic Information sciences.
The research from LASTIG covers the complete lifecycle of spatial data from the capture to the visualisation,
including modelling, integration and analysis of spatial data.
To follow the previous research project of the lab, the LASTIG is particularly interested in spatio-temporal reference data,
as IGN, the French national mapping agency is one of the supervisors of the lab.
<br><br>The LASTIG lab is supervised by three administrations/universities:
<a href="https://www.univ-gustave-eiffel.fr/recherche/composantes-de-recherche/"> Gustave Eiffel University (UGE)</a>, IGN-ENSG, and
the <a href="https://www.eivp-paris.fr/">Engineering school for the city of Paris (EIVP)</a>.
<br><br>The LASTIG lab is run by the direction team:
<a href="/clement-mallet/">Clément Mallet </a> (director),
<a href="/sidonie-christophe/">Sidonie Christophe </a> (co-director) and
<a href="/Ana-Maria-Raimond-homepage/">Ana-Maria Raimond </a> (co-director).
<br><br>The LASTIG lab is composed of <a href="#teams">four research teams</a>: <a href="/acte/">ACTE</a>, <a href="/geovis/">GEOVIS</a>, <a href="/meig/">MEIG</a>, <a href="/strudel/">STRUDEL</a>.
<br><br>The Hcéres evaluation report of LASTIG (in French) can be downloaded <a href="https://raw.githubusercontent.com/umrlastig/lastig_data/master/pdf/HCERES_rapport_final.pdf">here</a>.
</div>
</div>
<div class="pad-bot40 pad-top40"></div>
<div class="panel panel-success">
<div class="panel-heading lang-en">History of LASTIG lab</div>
<div class="panel-heading lang-fr">Historique du LASTIG</div>
<div class="panel-body lang-fr">
L'unité de recherche en sciences de l'information géographique de l'IGN
(SRSIG, Service de recherche en sciences de l'information géographique) a pris le nom de
LaSTIG (laboratoire en sciences et technologies de l'information géographique) en 2015.
Cette unité regroupait le service de recherche en sciences de l'information géographique (SRSIG) de l'IGN,
des enseignants chercheurs de l'Université Paris Est Marne la Vallée et de l'Ecole Nationale des Sciences Géographiques.
Elle a été évaluée par l'AERES sous le nom Service de recherche de l'IGN en <a href="http://www.aeres-evaluation.fr/Etablissements/Institut-geographique-national-IGN">2010</a> et en
<a href="http://recherche.ign.fr/doc/RapportEvaluationAERES2013_SR-IGN.pdf">2012</a>.
La dernière évolution a eu lieu au cours de l'année 2018 avec l'intégration de l'ancienne équipe de géodésie LAREG à
l'<a href="http://www.ipgp.fr/fr/umr-7154-ums-3454">UMR IPGP</a>, et le projet de création d'une nouvelle UMR LASTIG
regroupant les chercheurs des anciennes équipes COGIT, LOEMI et MATIS.
<br><br> Direction 2018-2021:
<a href="https://micmac.ensg.eu/index.php/Marc_Pierrot-Deseilligny">Marc-Pierrot Desseilligny</a>,
<a href="plf-homepage">Pierre-Louis Frison</a>,
<a href="guillaume-touya">Guillaume Touya</a>.
<br> Direction 2010-2018: <a href="benedicte-bucher">Bénédicte Bucher</a>.
</div>
<div class="panel-body lang-en">
The research laboratory on geographical information science from IGN changed its name to
LASTIG (Laboratoire en Sciences et Technologies de l'Information Géographique) in 2015.
This lab used to gather researchers from the research department of IGN, from Université Paris Est Marne la Vallée,
and from ENSG Géomatique school.
The lab was evaluated by AERES with the name "Service de recherche de l'IGN" in <a href="http://www.aeres-evaluation.fr/Etablissements/Institut-geographique-national-IGN">2010</a> and in <a href="http://recherche.ign.fr/doc/RapportEvaluationAERES2013_SR-IGN.pdf">2012</a>. Finally, in 2018, the research team on geodesy, called LAREG, joined another lab, <a href="http://www.ipgp.fr/fr/umr-7154-ums-3454">UMR IPGP</a>,
and the remaining researchers decided to create a new LASTIG lab gathering and mixing the old research teams COGIT, LOEMI, and MATIS.
<br><br> Lab Head and Vice-Heads 2018-2021:
<a href="https://micmac.ensg.eu/index.php/Marc_Pierrot-Deseilligny">Marc-Pierrot Desseilligny</a>,
<a href="plf-homepage">Pierre-Louis Frison</a>,
<a href="guillaume-touya">Guillaume Touya</a>.
<br> Lab Head 2010-2018:<a href="benedicte-bucher">Bénédicte Bucher</a>.
</div>
</div>
</div>
</section>
<!-- News Section -->
<section id="news" class="section section-padded">
<div class="container">
<div class="row text-center title">
<div class="col-lg-8 mx-auto mb-5">
<h2 class="lang-en">News</h2>
<h2 class="lang-fr">Actualités</h2>
</div>
</div>
<div class="pad-bot40 pad-top40"></div>
<div class="panel panel-primary">
<div class="panel-heading lang-en">Newsfeed</div>
<div class="panel-heading lang-fr">Fil d'infos </div>
<div class="panel-body" id="news-container">
</div>
</div>
</div>
</div>
</section>
<section id="teams" class="section section-padded">
<div class="container">
<div class="row text-center title">
<div class="col-lg-8 mx-auto mb-5">
<h2 class="lang-en">Research teams</h2>
<h2 class="lang-fr">Equipes de recherche</h2>
</div>
</div>
<div class="row services">
<div class="col-md-3">
<div class="service">
<div class="icon-holder">
<img src="img/icons/logo_acte_1280.png" alt="" class="icon" />
</div>
<h4 class="heading">ACTE</h4>
<p class="description lang-en"><a href="https://umrlastig.github.io/acte/">Data Acquisition and Processing</a></p>
<p class="description lang-fr"><a href="https://umrlastig.github.io/acte/">Acquisition et traitements</a></p>
</div>
</div>
<div class="col-md-3">
<div class="service">
<div class="icon-holder">
<img src="img/icons/logo_meig_1280.png" alt="" class="icon" />
</div>
<h4 class="heading">MEIG</h4>
<p class="description lang-en"><a href="https://umrlastig.github.io/meig/">Mediation and Enrichment of Geographic Information</a></p>
<p class="description lang-fr"><a href="https://umrlastig.github.io/meig/">Médiation et enrichissement de l'information géographique</a></p>
</div>
</div>
<div class="col-md-3">
<div class="service">
<div class="icon-holder">
<img src="img/icons/logo_strudel_1280.png" alt="" class="icon" />
</div>
<h4 class="heading">STRUDEL</h4>
<p class="description lang-en"><a href="https://umrlastig.github.io/strudel/">Spatio-Temporal Structures for Spatial Analysis</a></p>
<p class="description lang-fr"><a href="https://umrlastig.github.io/strudel/">Structures spatio-temporelles pour l’analyse des territoires</a></p>
</div>
</div>
<div class="col-md-3">
<div class="service">
<div class="icon-holder">
<img src="img/icons/logo_geovis_1280.png" alt="" class="icon" />
</div>
<h4 class="heading">GEOVIS</h4>
<p class="description lang-en"><a href="https://umrlastig.github.io/geovis/">Geovisualisation, Interaction, and Immersion</a></p>
<p class="description lang-fr"><a href="https://umrlastig.github.io/geovis/">Géovisualisation, interaction, et immersion</a></p>
</div>
</div>
<!-- div class="col-md-3">
<div class="service">
<div class="icon-holder">
<img src="img/icons/logo_scales_team_150.png" alt="" class="icon" />
</div>
<h4 class="heading">SCALES</h4>
<p class="description lang-en"><a href="https://umrlastig.github.io/scales/">Multi-Scale Modelling and Abstraction</a></p>
<p class="description lang-fr"><a href="https://umrlastig.github.io/scales/">Modélisation, et abstraction multi-échelle</a></p>
</div>
</div-->
</div>
</div>
<div class="cut cut-bottom"></div>
</section>
<section id="recruiting" class="section gray-bg">
<div class="container">
<div class="row title text-center">
<div class="col-lg-8 mx-auto">
<h2 class="margin-top lang-en">Recruiting</h2>
<h4 class="mt-2 mb-5 lang-en">Job offers (PhD, post-doc, internship, permanent position)</h4>
<h2 class="margin-top lang-fr">Offres d'emploi</h2>
<h4 class="mt-2 mb-5 lang-fr">Offres d'emploi (thèse, post-doc, stage, poste permanent)</h4>
</div>
</div>
<!-- ========================================================================================== -->
<!-- Chercheur -->
<div class="row title text-center">
<div class="col-lg-8 mx-auto">
<h3 class="mt-2 mb-5 lang-en">Researcher:</h3>
<h3 class="mt-2 mb-5 lang-fr">Chercheur:</h3>
</div>
</div>
<div class="row list-group" id="researcher-offers">
<h5 class="mt-2 mb-5 lang-en" style='padding-left:48px;font-style: italic;'>no offer at the moment</h5>
<h5 class="mt-2 mb-5 lang-fr" style='padding-left:48px;font-style: italic;'>aucune offre en ce moment</h5>
</div>
<!-- ========================================================================================== -->
<!-- Enseignant chercheur -->
<div class="row title text-center">
<div class="col-lg-8 mx-auto">
<h3 class="mt-2 mb-5 lang-en">Lecturer:</h3>
<h3 class="mt-2 mb-5 lang-fr">Enseignant-chercheur/Maître de Conférences:</h3>
</div>
</div>
<div class="row list-group" id="ec-offers">
<h5 class="mt-2 mb-5 lang-en" style='padding-left:48px;font-style: italic;'>no offer at the moment</h5>
<h5 class="mt-2 mb-5 lang-fr" style='padding-left:48px;font-style: italic;'>aucune offre en ce moment</h5>
</div>
<!-- ========================================================================================== -->
<!-- Thèses -->
<div class="row title text-center" style="padding-top:36px;">
<div class="col-lg-8 mx-auto">
<h3 class="mt-2 mb-5 lang-en">PhD offers:</h3>
<h3 class="mt-2 mb-5 lang-fr">Thèses:</h3>
</div>
</div>
<div class="row list-group" id="phd-offers">
<h5 class="mt-2 mb-5 lang-en" style='padding-left:48px;font-style: italic;'>no PhD offer at the moment</h5>
<h5 class="mt-2 mb-5 lang-fr" style='padding-left:48px;font-style: italic;'>aucune offre de thèse en ce moment</h5>
</div>
<!-- ========================================================================================== -->
<!-- Ingénieurs -->
<div class="row title text-center" style="padding-top:36px;">
<div class="col-lg-8 mx-auto">
<h3 class="mt-2 mb-5 lang-en">Engineers:</h3>
<h3 class="mt-2 mb-5 lang-fr">Ingénieurs:</h3>
</div>
</div>
<div class="row list-group" id="inge-offers">
<h5 class="mt-2 mb-5 lang-en" style='padding-left:48px;font-style: italic;'>no engineer position at the moment</h5>
<h5 class="mt-2 mb-5 lang-fr" style='padding-left:48px;font-style: italic;'>aucune offre d'ingénieur en ce moment</h5>
</div>
<!-- ========================================================================================== -->
<!-- Postdoc -->
<div class="row title text-center" style="padding-top:36px;">
<div class="col-lg-8 mx-auto">
<h3 class="mt-2 mb-5 lang-en">Post-doc positions:</h3>
<h3 class="mt-2 mb-5 lang-fr">Post-doc:</h3>
</div>
</div>
<div class="row list-group" id="postdoc-offers">
<h5 class="mt-2 mb-5 lang-en" style='padding-left:48px;font-style: italic;'>no PhD post-doc at the moment</h5>
<h5 class="mt-2 mb-5 lang-fr" style='padding-left:48px;font-style: italic;'>aucune offre de post-doc en ce moment</h5>
</div>
<!-- ========================================================================================== -->
<!-- Stages -->
<div class="row title text-center" style="padding-top:36px;">
<div class="col-lg-8 mx-auto">
<h3 class="mt-2 mb-5 lang-en">Internships:</h3>
<h3 class="mt-2 mb-5 lang-fr">Stages:</h3>
</div>
</div>
<h5 class="mt-2 mb-2 lang-en">ACTE team:</h5>
<h5 class="mt-2 mb-2 lang-fr">équipe ACTE:</h5>
<div class="list-group" id="intern-acte">
<h5 class="light muted lang-en" style='padding-left:48px;font-style: italic;'>no internship offer in this team at the moment</h5>
<h5 class="light muted lang-fr" style='padding-left:48px;font-style: italic;'>aucune offre dans cette équipe en ce moment</h5>
</div>
<h5 class="mt-2 mb-2 lang-en">MEIG team:</h5>
<h5 class="mt-2 mb-2 lang-fr">équipe MEIG:</h5>
<div class="list-group" id="intern-meig">
<h5 class="light muted lang-en" style='padding-left:48px;font-style: italic;'>no internship offer in this team at the moment</h5>
<h5 class="light muted lang-fr" style='padding-left:48px;font-style: italic;'>aucune offre dans cette équipe en ce moment</h5>
</div>
<h5 class="mt-2 mb-2 lang-en">STRUDEL team:</h5>
<h5 class="mt-2 mb-2 lang-fr">équipe STRUDEL:</h5>
<div class="list-group" id="intern-strudel">
<h5 class="light muted lang-en" style='padding-left:48px;font-style: italic;'>no internship offer in this team at the moment</h5>
<h5 class="light muted lang-fr" style='padding-left:48px;font-style: italic;'>aucune offre dans cette équipe en ce moment</h5>
</div>
<h5 class="mt-2 mb-2 lang-en">GEOVIS team:</h5>
<h5 class="mt-2 mb-2 lang-fr">équipe GEOVIS:</h5>
<div class="list-group" id="intern-geovis">
<h5 class="light muted lang-en" style='padding-left:48px;font-style: italic;'>no internship offer in this team at the moment</h5>
<h5 class="light muted lang-fr" style='padding-left:48px;font-style: italic;'>aucune offre dans cette équipe en ce moment</h5>
</div>
</div>
</section>
<section id="people" class="section gray-bg">
<div class="container" id="people-container">
<div class="row title text-center">
<div class="col-lg-8 mx-auto">
<h2 class="margin-top lang-en">Permanent Members</h2>
<h2 class="margin-top lang-fr">Personnel Permanent</h2>
</div>
</div>
</div>
<div class="container" id="people-container-2">
<div class="row title text-center">
<div class="col-lg-8 mx-auto">
<h2 class="margin-top lang-en">Fixed-Term Contract Members</h2>
<h2 class="margin-top lang-fr">Personnel en CDD</h2>
</div>
</div>
</div>
</section>
<!-- Contact Section -->
<section class="contact-section bg-black">
<div class="container">
<div class="row">
<img src="img/icons/logo_ign_ensg.png" class="col-md-3" alt="...">
<img src="img/icons/logo_uge.png" class="col-md-3" alt="...">
<img src="img/icons/logo_eivp.jpg" class="col-md-3" alt="...">
</div>
<div class="row">
<div class="col-md-4 mb-3 mb-md-0">
<div class="card py-4 h-100">
<div class="card-body text-center">
<i class="fas fa-map-marked-alt text-primary mb-2"></i>
<h4 class="text-uppercase m-0">Address</h4>
<hr class="my-4">
<div class="small text-black-50">73 Avenue de Paris, 94165 Saint-Mandé</div>
<div class="small text-black-50">6-8 Avenue Blaise Pascal, 77420 Champs-sur-Marne</div>
<div class="small text-black-50">80 Rue Rebeval, 75019 Paris</div>
</div>
</div>
</div>
</div>
<div class="social d-flex justify-content-center">
<a href="https://www.youtube.com/channel/UCpVokwKUh9S4pqZ4cd-GTCQ" class="mx-2">
<i class="fab fa-youtube"></i>
</a>
<a href="https://github.com/umrlastig" class="mx-2">
<i class="fab fa-github"></i>
</a>
</div>
</div>
</section>
<!-- Footer -->
<footer class="bg-black small text-center text-white-50">
<div class="container">
<p>© LASTIG CC BY-SA</a></p>
</div>
</footer>
<!-- Bootstrap core JavaScript -->
<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- Plugin JavaScript -->
<script src="vendor/jquery-easing/jquery.easing.min.js"></script>
<!-- Custom scripts for this template -->
<script src="js/main.js"></script>
<script src="js/grayscale.js"></script>
<script src="https://gitcdn.github.io/bootstrap-toggle/2.2.2/js/bootstrap-toggle.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap-select@1.13.9/dist/js/bootstrap-select.min.js"></script>
</body>
</html>