-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
166 lines (152 loc) · 7.38 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Paul Deveau</title>
<meta property="og:type" content="website" />
<meta name="description" content="Personnal webpage of Paul Deveau,PhD">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/default.css">
<link rel="stylesheet" href="css/fonts.css">
</head>
<body>
<div class="container" id="header-wrapper">
<div class="title" id="header">
<h2>Paul Deveau, PhD</h2>
<h2 style="color:white">Data scientist at Quinten</h2>
</div>
</div>
<div class="menu">
<div class="a" id="menu-wrapper">
<ul class="nav nav-pills">
<li class="active">
<a href="#Home" data-toggle="tab"><b>Home</b></a>
</li>
<li><a href="#Resume" data-toggle="tab"><b>Resume</b></a>
</li>
<li><a href="blog/index.html"><b>Blog</b></a></li>
</ul>
</div>
</div>
<div class="jumbotron">
<div class="container" id="wrapper">
<div class="tab-content">
<div class="tab-pane active fade in" id="Home">
<p> Welcome to my personnal webpage. </p>
<p> You can find my resume, publications, and a link to my blog with code related posts.</p>
</div>
<div class="tab-pane fade" id="Resume">
<div class="container-fluid">
<div class="row">
<div class="col-md-9 col-sm12">
<br>
<h3>Professional experience</h3>
<br>
<ul>
<li><b>Data Scientist Consultant</b>, Quinten, <em>September 2017 - </em></li>
<ul>
<li>Technical expert on machine learning;</li>
<li>Consulting missions include analyses for pharmaceutical companies and digital coaching;</li>
<li>Mentoring a PhD student;</li>
<li>Involved in the recruiting process.</li>
</ul>
<br>
<li><b>PhD Candidate</b>, Institut Curie,<em>September 2014 - June 2017</em></li>
Subject: <em>Clonal evolution in neuroblastoma</em>
<ul>
<li>Analysis of whole genome sequences (40TB of fat-data);</li>
<li>Development of a clustering algorithm, <a href="https://github.com/DeveauP/QuantumClone"><b>QuantumClone</b></a>,
associated publication: <a href="https://academic.oup.com/bioinformatics/advance-article/doi/10.1093/bioinformatics/bty016/4802225"><em>QuantumClone: clonal assessment of functional mutations in cancer based on a genotype-aware method for clonal reconstruction </em></a>;</li>
<li>Development of a statistical enrichment library <a href="https://github.com/sysbio-curie/ACSNMineR"><b>ACSNMineR</b></a>, associated publication <a href="https://journal.r-project.org/archive/2016/RJ-2016-047/index.html"><em></em></a>;</li>
<li>Teaching biology, bachelor level at Université d'Orsay</li>
<li>Participation to conferences: oral talks at ANR2016, HitSeq2015 and ABS4NGS2015; poster presentations at ISMB2015.</li>
</ul>
<br>
<li><b>Seasonal lecturer</b>, ESTP, <em>2014</em></li>
Teaching fluid dynamics
<br>
<li><b>Intern</b>, Institut Imagine, <em>September 2013 - June 2014</em></li>
Subject: <em>Genetic predisposition to mycobacterial infections</em>, associated publication: <a href="https://www.ncbi.nlm.nih.gov/pubmed/26304966"><em>Human TYK2 deficiency: Mycobacterial and viral infections without hyper-IgE syndrome.</em></a>
<br>
<li><b>Intern</b>, Stowers Institute, <em>April 2013 - July 2013</em></li>
Subject: <em>Study of hematopoietic stem cells using an inducible miRNA system.</em>
<br>
<li><b>Lycée Camille Claudel</b>, Volunteer teacher, <em>September 2014 - June 2017</em> </li>
</ul>
<hr>
<h3>Education</h3>
<br>
<ul>
<li>PhD in Oncology, <b>Université d'Orsay</b>,<em>2017</em> </li>
<li>Masters degree, Interface biology, <b>Ecole Polytechnique</b>,<em>2014</em> </li>
<li>Masters degree, BioMedical Engineering, <b> Université Paris Descartes</b>,<em>2014</em> </li>
<li>Engineering degree, <b>Ecole Polytechnique</b>,<em>2013</em></li>
</ul>
</div>
<div class="col-md-3 col-sm12">
<br>
<h3>Skills</h3>
<h4>Computer science</h4>
<ul>
<li><b>R:</b> Advanced</li>
<li><b>Python:</b> Advanced</li>
<li><b>Bash/Shell:</b> Intermediate</li>
<li><b>JavaScript:</b> Basics</li>
<li><b>Machine learning:</b> Advanced</li>
<li><b>Data visualization:</b> Advanced</li>
<li><b>Continuous integration:</b> Advanced</li>
</ul>
<br>
<h4>Languages</h4>
<ul>
<li><b>French:</b> Native</li>
<li><b>English:</b> Fluent</li>
<li><b>Spanish:</b> Intermediate</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="container" id="footer">
Contact me by
<span title="My LinkedIn profile">
<a href="https://fr.linkedin.com/in/deveaupaul/en" style="color:white"=>LinkedIn
<img src="https://static.licdn.com/scds/common/u/images/logos/linkedin/logo-in-win8-tile-144_v1.png" style="width:30px"> </a>
</span>, or check my work on
<span title="Follow me on github">
<a href="https://github.com/DeveauP/" style="color:white">
Github,
<img src="https://github.com/fluidicon.png" style="width:30px">
</a>
</span> or on
<a href="http://stackoverflow.com/users/5779570/deveaup" style="color:white">
<span title = "Question and Answers on programming">Stack Overflow </span>
<img src="http://stackoverflow.com/users/flair/5779570.png" width="104" height="29" alt="Stack Overflow profile" title="Stack Overflow profile">
</a>
</div>
<!--- Google analytics --->
<script>
(function(i, s, o, g, r, a, m) {
i['GoogleAnalyticsObject'] = r;
i[r] = i[r] || function() {
(i[r].q = i[r].q || []).push(arguments)
}, i[r].l = 1 * new Date();
a = s.createElement(o),
m = s.getElementsByTagName(o)[0];
a.async = 1;
a.src = g;
m.parentNode.insertBefore(a, m)
})(window, document, 'script', 'https://www.google-analytics.com/analytics.js', 'ga');
ga('create', 'UA-81847941-1', 'auto');
ga('send', 'pageview');
</script>
</body>
<!-- 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="js/bootstrap.min.js"></script>
</html>