-
Notifications
You must be signed in to change notification settings - Fork 9
/
schedule-fr.html
99 lines (98 loc) · 2.61 KB
/
schedule-fr.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
---
layout: default
title: Schedule
permalink: /fr/schedule/
redirect_from:
- /schedule-fr .html
---
<div class="table-responsive">
<table class="table table-hover table-bordered">
<thead>
<colgroup>
<col class="col-sm-1">
<col class="col-sm-3">
<col class="col-sm-3">
<col class="col-sm-3">
</colgroup>
<tr>
<th class="active">Heures</th>
<th class="active">Piste A<br>Salle principale (4<sup>e</sup> étage)</th>
<th class="active">Piste B<br>Salle principale (5<sup>e</sup> étage)</th>
<th class="active">Piste C<br>Salle principale (4<sup>te</sup> étage)</th>
</tr>
</thead>
<tbody>
<tr>
<th > 8h30 - 9h00</th>
<td colspan="3" class="text-center">Inscriptions et accueil des participants</td>
</tr>
<tr>
<th > 9h00 - 9h10</th>
<td colspan="3" class="text-center">Mot de bienvenue et détails de la journée</td>
</tr>
<tr>
<th > 9h10 - 10h00 </th>
<td colspan="3" class="text-center"><a href="/panel/">Discussion du groupe ouvert (panel)</a></td>
</tr>
<tr>
<th >10h00 - 10h15</th>
<td colspan="3" class="text-center">Pause-contacts</td>
</tr>
<tr>
<th >10h15 - 11h00</th>
<td><a href="/fr/presentations/">Conférence</a></td>
<td><a href="/fr/presentations/">Conférence</a></td>
<td>Conférence collaboratibve</td>
</tr>
<tr>
<th >11h00 - 11h15</th>
<td colspan="3" class="text-center">Pause-contacts</td>
</tr>
<tr>
<th >11h15 - 12h00</th>
<td><a href="/presentations/">Conférence</a></td>
<td><a href="/presentations/">Conférence</a></td>
<td>Conférence collaborative</td>
</tr>
<tr>
<th >12h00 - 13h00</th>
<td colspan="3" class="text-center">Diner</td>
</tr>
<tr>
<th >13h00 - 13h45</th>
<td><a href="/presentations/">Conférence</a></td>
<td><a href="/presentations/">Conférence</a></td>
<td>Conférence collaborative</td>
</tr>
<tr>
<th >13h45 - 13h00</th>
<td colspan="3" class="text-center">Pause-contacts</td>
</tr>
<tr>
<th >14h00 - 14h45</th>
<td><a href="/presentations/">Conférence</a></td>
<td><a href="/presentations/">Conférence</a></td>
<td>Conférence collaborative</td>
</tr>
<tr>
<th >14h45 - 15h00</th>
<td colspan="3" class="text-center">Pause-contacts</td>
</tr>
<tr>
<th >15h00 - 15h45</th>
<td colspan="3" class="text-center">Keynotes</td>
</tr>
<tr>
<th >15h45 - 16h00</th>
<td colspan="3" class="text-center">Mot de la fin</td>
</tr>
<tr>
<th >16h00 - 17h00</th>
<td colspan="3" class="text-center">Réception et réseautage</td>
</tr>
</tbody>
<tfoot>
<p>Les conférences collaboratives seront confirmées à 10h00 le samedi. Les participants voteront sur les sujets proposés lors de l'inscription (8h30 à 9h00).</p>
</tfoot>
</table>
</div>