-
Notifications
You must be signed in to change notification settings - Fork 0
/
1-introduction.html
167 lines (143 loc) · 5.02 KB
/
1-introduction.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
<!doctype html>
<html lang="fr">
<head>
<meta charset="utf-8">
<title>Introduction -- M2 ATAL -- « Insertion professionnelle »</title>
<meta name="author" content="Fabien Poulard">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="reveal.js-3.8.0/css/reset.css">
<link rel="stylesheet" href="reveal.js-3.8.0/css/reveal.css">
<link rel="stylesheet" href="reveal.js-3.8.0/css/theme/black.css" id="theme">
<!-- Theme used for syntax highlighting of code -->
<link rel="stylesheet" href="reveal.js-3.8.0/lib/css/monokai.css">
<!-- Printing and PDF exports -->
<script>
var link = document.createElement( 'link' );
link.rel = 'stylesheet';
link.type = 'text/css';
link.href = window.location.search.match( /print-pdf/gi ) ? 'reveal.js-3.8.0/css/print/pdf.css' : 'reveal.js-3.8.0/css/print/paper.css';
document.getElementsByTagName( 'head' )[0].appendChild( link );
</script>
<!--[if lt IE 9]>
<script src="lib/js/html5shiv.js"></script>
<![endif]-->
<body>
<div class="reveal">
<!-- Any section element inside of this container is displayed as a slide -->
<div class="slides">
<section>
<h1>Introduction</h1>
<p>
<small>Par <a href="http://www.fabienpoulard.info">Fabien Poulard</a> / <a href="http://twitter.com/grdscarabe">@grdscarabe</a> / <a href="http://www.easiware.com">easiware</a></small>
</p>
<p>
<small>M2 ATAL -- « Insertion professionnelle »</small>
</p>
</section>
<section>
<section>
<h2>À propos de moi...</h2>
<ul>
<li>Formation universitaire (Université de Nantes) : Doctorat TAL</li>
<li>Fondateur de Dictanova, éditeur SaaS analyse sémantique de la voix du client</li>
<li>Racheté par easiware (éditeur CRM)</li>
</ul>
</section>
<section>
<h2>À propos de vous... au Mans</h2>
<ul>
<li>Thibault Prouteau</li>
<li>Martin Lebourdais</li>
<li>Valentin Pelloin</li>
<li>Titouan Teyssier</li>
<li>Florian Sebille</li>
<li>Thibault Brocherieux</li>
<li>Serhi Matvienko</li>
</ul>
</section>
<section>
<h2>À propos de vous... à Nantes (1/2)</h2>
<ul>
<li>Adrien Bazoge</li>
<li>Axel Rambaud</li>
<li>Cédric Duval</li>
<li>Eva Guegano</li>
<li>Maelle Brassier</li>
<li>Matthias Goulley</li>
<li>Maxime Loizon</li>
</ul>
</section>
<section>
<h2>À propos de vous... à Nantes (2/2)</h2>
<ul>
<li>Solene Catella</li>
<li>Thomas Fonteneau</li>
<li>Timothée Poulain</li>
<li>Carol Couillerot</li>
<li>Samy Gascoin-Fontaine</li>
<li>Med Reda Marzouk</li>
</ul>
</section>
</section>
<section>
<section>
<h2>Vos attentes vis-à-vis du module ?</h2>
</section>
<section>
<h2>Objectifs du module</h2>
<ul>
<li>Compléter votre formation théorique avec des outils indispensables en environnement professionnel</li>
<li>Vous donner quelques pistes pour le futur</li>
<li>Vous confronter à un projet "complet"</li>
</ul>
</section>
</section>
<section>
<section>
<h2>Intervenants</h2>
<ul>
<li>Damien, CTO Dictanova</li>
<li>Marion, Scrum Master</li>
<li>Joseph, ingénieur R&D</li>
<li>Franck, dev senior</li>
</ul>
</section>
<section>
<h2>Contenu du module</h2>
<ul>
<li>Présentation du projet (moi)</li>
<li>Votre futur après l’ATAL (moi)</li>
<li>Orientation client (moi)</li>
<li>Méthodologie agile (Marion)</li>
<li>Outillage collaboration (Franck)</li>
<li>Qualité logicielle (Damien)</li>
<li>Industrialisation d’un prototype et évaluation (Joseph)</li>
</ul>
</section>
</section>
</div>
</div>
<script src="reveal.js-3.8.0/js/reveal.js"></script>
<script>
// More info https://github.com/hakimel/reveal.js#configuration
Reveal.initialize({
controls: true,
progress: true,
center: true,
hash: true,
transition: 'slide', // none/fade/slide/convex/concave/zoom
// More info https://github.com/hakimel/reveal.js#dependencies
dependencies: [
{ src: 'reveal.js-3.8.0/plugin/markdown/marked.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
{ src: 'reveal.js-3.8.0/plugin/markdown/markdown.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
{ src: 'reveal.js-3.8.0/plugin/highlight/highlight.js', async: true },
{ src: 'reveal.js-3.8.0/plugin/search/search.js', async: true },
{ src: 'reveal.js-3.8.0/plugin/zoom-js/zoom.js', async: true },
{ src: 'reveal.js-3.8.0/plugin/notes/notes.js', async: true }
]
});
</script>
</body>
</html>