-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
281 lines (242 loc) · 12.4 KB
/
index.html
File metadata and controls
281 lines (242 loc) · 12.4 KB
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
<!DOCTYPE html>
<!-- Author: Loic Verlingue, Valentin Charvet 2018 Nesrine Yahmed 2019-->
<html>
<head>
<meta charset="utf-8">
<title>DITEP data science group</title>
<meta name="description" content="Data science and machine learning for anti-cancer drug devellopment">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<meta property="og:image" content="/docs/signature.png">
<link rel="image_src" type="image/jpeg" href="/docs/signature.png">
<!--
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<link rel="icon" href="/favicon.ico" type="image/x-icon">
<link href="/lib/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Catamaran:100,200,300,400,500,600,700,800,900" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Muli" rel="stylesheet">
<link rel="stylesheet" href="/lib/font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" href="/lib/simple-line-icons/css/simple-line-icons.css">
<link href="/css/theme.css" rel="stylesheet"><script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js">
<link rel="stylesheet" href="css/main.css" type="text/css">-->
<link rel="stylesheet" href="css/bootstrap.css" type="text/css">
<!--<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
-->
</script>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<!--<script src="/js/analytics.js"></script>-->
</head>
<body style="background-image: url('docs/bg.jpg'); ">
<header>
<nav class="navbar navbar-expand-md navbar-dark fixed-top bg-dark">
<div class="collapse navbar-collapse">
<ul class="navbar-nav mr-auto">
<li class="nav-item active">
<a class="page-scroll" href="#projects"><h7>Projects</h7></a>
</li>
<li class="nav-item active">
<a class="page-scroll" href="#people"><h7>People</h7></a>
</li>
<li class="nav-item active">
<a class="page-scroll" href="#volunteering"><h7>Volunteering</h7></a>
</li>
<li class="nav-item active">
<a class="page-scroll" href="https://github.com/DITEP" onclick="window.open(this.href);return false"><h7>Github</h7></a>
</li>
<li class="nav-item active">
<a class="page-scroll" href="https://www.gustaveroussy.fr/fr/ditep" onclick="window.open(this.href);return false"><h7>About us</h7></a>
</li>
<li class="nav-item active">
<a class="page-scroll" href="#contact"><h7>Contact</h7></a>
</li>
<div style="position:relative;">
<li class="nav-item active">
<a class="page-scroll" href="https://www.gustaveroussy.fr/" onclick="window.open(this.href);return false"><h7>Gustave Roussy</h7></a>
</li>
</div>
</ul>
</div>
</nav>
</header>
<section id="header">
<div class="container">
<div class="row">
<div class="col-lg-8">
<img src="docs/ditep1.jpg" width="150%">
</div>
</section>
<section class="features" id="projects">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<div align="left" class="section-heading"><h1>Discover our projects</h1>
<p class="text-muted"></p>
<hr>
</div>
</div>
</div>
<div id="myCarousel" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#myCarousel" data-slide-to="0" class=""></li>
<li data-target="#myCarousel" data-slide-to="1" class=""></li>
<li data-target="#myCarousel" data-slide-to="2" class="active"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item">
<svg class="bd-placeholder-img" width="100%" height="100%" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMidYMid slice" focusable="false" role="img"><rect width="100%" height="100%" fill="rgba(0,0,0,0.6)"></rect></svg>
<div class="container">
<div class="carousel-caption text-left">
<a href="https://loicverlingue.github.io/DeepIO/" onclick="window.open(this.href);return false"><h1 style="color:#DB5500;">DeepIO</h1></a>
<p>Deep Learning for targeted immunotherapies</p>
</div>
</div>
</div>
<div class="carousel-item">
<svg class="bd-placeholder-img" width="100%" height="100%" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMidYMid slice" focusable="false" role="img"><rect width="100%" height="100%" fill="rgba(0,0,0,0.6)"></rect></svg>
<div class="container">
<div class="carousel-caption text-left">
<div>
<a href="https://github.com/DITEP/RESOLVED2" onclick="window.open(this.href);return false"><h1 style="color:#509EA0;">RESOLVED2</h1></a>
<p>Improving the go/no go decision in drug development.</p></div>
<a style="float:right; color:white;" href="https://resolved2.000webhostapp.com/" onclick="window.open(this.href);return false">Use the online tool.</a>
</div>
</div>
</div>
<div class="carousel-item active">
<svg class="bd-placeholder-img" width="100%" height="100%" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMidYMid slice" focusable="false" role="img"><rect width="100%" height="100%" fill="rgba(0,0,0,0.6)"></rect></svg>
<div class="container">
<div class="carousel-caption text-left">
<a href="https://github.com/DITEP/clinical-toolkit" onclick="window.open(this.href);return false"><h1 style="color:#AD0564;">Processing Toolbox</h1></a>
<p>Preprocessing of clinical databases in Python, contains various features to handle text and categorical with scikit-learn compatible API.</p>
</div>
</div>
</div>
</div>
<a class="carousel-control-prev" href="#myCarousel" 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="#myCarousel" 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>
</section>
<section class="gray features" id="people">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<div align="left" class="section-heading"><h1>Meet the group</h1></div>
</div>
</div>
<div class="polaroid">
<img src="img/LoicVerlingue.png" alt="Loic" style="width:100%">
<div class="container">
<a href="https://www.linkedin.com/in/loic-verlingue-9634549b/" onclick="window.open(this.href);return false">
<h4 class="compact-title" style="font-size:20px;">Loic Verlingue</h4>
</a>
<p class="compact-subtitle"style="font-size:14px;">MD PhDc at Gustave Roussy</p>
</div>
</div>
<div class="polaroid">
<img src="img/ValentinCharvet.jpeg" alt="Valentin" style="width:100%">
<div class="container">
<a href="https://twitter.com/valentincharV" onclick="window.open(this.href);return false">
<h4 class="compact-title" style="font-size:20px;">Valentin Charvet</h4></a>
<p class="compact-subtitle" style="font-size:14px;">MS Student - Data Science</p>
</div>
</div>
<div class="polaroid">
<img src="img/LeoColmet-Daage.jpg" alt="Leo" style="width:100%">
<div class="container">
<a href="https://www.linkedin.com/in/leo-colmet-daage/" onclick="window.open(this.href);return false">
<h4 class="compact-title" style="font-size:20px;">Leo Colmet Daage</h4></a>
<p class="compact-subtitle" style="font-size:14px;">Senior Bioinformamtician</p>
</div>
</div>
<div class="polaroid">
<img src="img/EnricoSartor.jpg" alt="Enrico" style="width:100%">
<div class="container">
<a href="https://www.linkedin.com/in/enrico-sartor-707a0613a/" onclick="window.open(this.href);return false">
<h4 class="compact-title" style="font-size:20px;">Enrico Sartor</h4></a>
<p class="compact-subtitle" style="font-size:14px;">AI student at CentraleSuppelec</p>
</div>
</div>
<div class="polaroid">
<img src="img/GuillaumeBeinse.png" alt="Guillaume" style="width:100%">
<div class="container">
<h4 class="compact-title" style="font-size:20px;">Guillaume Beinse</h4>
<p class="compact-subtitle" style="font-size:14px;">MD at Gustave Roussy</p>
</div>
</div>
<div class="polaroid">
<img src="img/NesrineYahmed.jpg" alt="Nesrine" style="width:100%">
<div class="container">
<a href="https://www.linkedin.com/in/nesrineyahmed/" onclick="window.open(this.href);return false">
<h4 class="compact-title" style="font-size:20px;">Nesrine Yahmed</h4></a>
<p class="compact-subtitle" style="font-size:14px;">Telecommunication student at INSAT</p>
</div>
</div>
<div class="polaroid">
<img src="img/HichemAloui.jpg" alt="Hichem" style="width:100%">
<div class="container">
<a href="https://www.linkedin.com/in/hichem-aloui/" onclick="window.open(this.href);return false">
<h4 class="compact-title" style="font-size:20px;">Hichem Aloui</h4></a>
<p class="compact-subtitle" style="font-size:14px;">Telecommunication student at INSAT</p>
</div>
</div>
</div>
</section>
<br style="clear:both" />
<section class="features" id="volunteering">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<div align="left" class="section-heading"><h1>Volunteering</h1>
</div>
</div>
</div>
<p align="left" style="font-weight:bold;"> By working with our group, you will:</p>
<div class="row">
<div class="col-lg-6">
<img src="img/v1.png" height="100px" style="border-radius: 50%;"/>
<p><strong>Work on motivating subjects that can benefit to patients.</strong></p>
</div>
<div class="col-lg-6">
<img src="img/v2.png" height="100px" style="border-radius: 50%;"/>
<p><strong>Learn, adapt or develop cool tools from data science, NLP or machine/deep learning.</strong></p>
</div>
<div class="col-lg-6">
<img src="img/v3.jpg" height="100px" style="border-radius: 50%;"/>
<p><strong>Learn cutting edge methodologies in phase 1 clinical trials.</strong></p>
</div>
<div class="col-lg-6">
<img src="img/v4.jpg" height="100px" style="border-radius: 50%;"/>
<p><strong>Meet a great team dedicated to ealry drug development for cancer.</strong></p>
</div>
</div>
</div>
</div>
</section>
<footer>
<div style="display:inline-block; float:left; text-align:left; margin-left:6px;">
<h11>DITEP</h11>
<h6>Département d'Innovation Thérapeutique et d'Essais Précoces</h6>
<h6>contact: loic.verlingues@gustaveroussy.fr </h6>
</div>
<div style="display:inline-block; float:right;text-align:right; margin-right:6px;">
<h22>Gustave Roussy </h22>
<h6>Drug development center</h6>
<h6>114 Rue Edouard Vaillant, 94800 Villejuif</h6>
</div>
</footer>
</script>
<script src="/js/theme.js"></script>
</body>
</html>