forked from pascalpoizat/pascalpoizat.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
264 lines (187 loc) · 8.28 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<meta name="description" content="Professor<br/> Université Paris Nanterre<br/> LIP6 (Sorbonne Université, CNRS)
">
<meta name="author" content="Pascal Poizat">
<title>pascal.poizat</title>
<!-- Bootstrap -->
<link rel="stylesheet" href="/css/main.css">
<!-- OLD TODO : remove
<link rel="canonical" href="http://pascalpoizat.github.io/">
-->
<link rel="canonical" href="http://pascalpoizat.github.io/">
<!-- Font Awesome -->
<link rel="stylesheet" href="/font-awesome-4.5.0/css/font-awesome.min.css">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<!-- management of blocked Javascript -->
<noscript>
<style> .ifjavascript {
display: none
} </style>
</noscript>
</head>
<body>
<nav class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar"
aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="/index.html">pascal.poizat</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li class="active">
<a class="navbar-link" href="/index.html">home</a>
</li>
<li >
<a class="navbar-link" href="/teaching/">teaching</a>
</li>
<li >
<a class="navbar-link" href="/research/">research</a>
</li>
<li >
<a class="navbar-link" href="/duties/">duties</a>
</li>
<li >
<a class="navbar-link" href="/bio/">bio</a>
</li>
<li >
<a class="navbar-link" href="/blog/">blog</a>
</li>
<li >
<a class="navbar-link" href="/contact/">contact</a>
</li>
<!--
<li>
<a class="navbar-link" href="/index.html#contact">contact</a>
</li>
-->
</ul>
</div><!--/.nav-collapse -->
</div>
</nav>
<div class="jumbotron">
<div class="container">
<div class="row">
<div class="col-sm-3">
<div class="media personal-picture"><img src=images/pascalpoizat.jpg alt="personal picture"/></div>
</div>
<div class="col-sm-9">
<h3>Professor | Professeur des universités</h3>
<p class="lead">
Dr HDR<a href="https://en.wikipedia.org/wiki/Habilitation">*</a><br/>
Université Paris Nanterre<br/>
LIP6 (Sorbonne Université, CNRS)
</p>
</div>
</div> <!-- information row -->
<div class="row text-center">
<hr class="light">
<div class="col-sm-4">
<h4><strong>Teaching</strong></h4>
<p class="text-muted">
Software engineering<br/>
Software development<br/>
<br/>
</p>
<a href="teaching">
<button class="btn btn-primary">learn more <i class="fa fa-chevron-circle-right"></i>
</button>
</a>
</div>
<div class="col-sm-4">
<h4><strong>Research</strong></h4>
<p class="text-muted">
Software engineering<br/>
Formal methods<br/>
Business processes<br/>
Service-based systems
</p>
<a href="research">
<button class="btn btn-primary">learn more <i class="fa fa-chevron-circle-right"></i>
</button>
</a>
</div>
<div class="col-sm-4">
<h4><strong>Duties</strong></h4>
<p class="text-muted">
Dep. Dir. of the Math & CS Dept.<br/>
U.PN CS Consultative Committee<br/>
U.PN Digital Experts Commission<br/>
</p>
<a href="duties">
<button class="btn btn-primary">learn more <i class="fa fa-chevron-circle-right"></i>
</button>
</a>
</div>
</div> <!-- abstracts row -->
</div> <!-- container -->
</div>
<div class="navbar navbar-default navbar-bottom">
<div class="container">
<h4>pascal.poizat</h4>
<div class="row">
<div class="col-md-4">
<p>Professor<br/> Université Paris Nanterre<br/> LIP6 (Sorbonne Université, CNRS)
</p>
</div>
<div class="col-md-3">
<p>
<a href="mailto:firstname.lastname@lip6.fr">
firstname.lastname@lip6.fr
</a><br/>
<a href="mailto:firstname.lastname@parisnanterre.fr">
firstname.lastname@parisnanterre.fr
</a>
</p>
</div>
<div class="col-md-3">
<p>
<i class="fa fa-github-alt"></i>
<a href="https://github.com/pascalpoizat">
pascalpoizat
</a><br/>
<i class="fa fa-twitter"></i>
<a href="https://twitter.com/pascalpoizat">
pascalpoizat
</a><br/>
</p>
</div>
</div>
<div class="footer-col-wrapper">
<div class="footer-col-thanks">
<p>
pages made with <a href="http://jekyllrb.com">Jekyll</a>,
<a class="button" href="http://github.com/pascalpoizat/pascalpoizat.github.io">
<button class="btn btn-xs btn-primary"><i
class="fa fa-download"></i> get source code
</button>
</a>
</p>
</div>
</div>
</div>
</div>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="/javascripts/bootstrap.min.js"></script>
</body>
</html>