forked from cayek/cayek.github.io_archive
-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.Rmd
48 lines (39 loc) · 1.9 KB
/
index.Rmd
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
---
title: "Keurcien Luu"
output:
html_document:
toc_float: false
includes:
before_body: [include_header.html, include_header_navpage.html]
---
```{js}
$("#rStudioHeader").removeClass("alwaysShrunk");
$("#pageContent").removeClass("standardPadding");
```
<!--html_preserve-->
<div id="homeContent">
<div class="band full blue first rightText">
<div class="bandContent vCenter">
<div class="blurb">
<div class="tagline">Hi I'm Keurcien Luu.</div>
<div>PhD Student, Université Grenoble Alpes.</div>
</div>
</div>
</div>
<div class="band full gray1 second leftText">
<div class="bandContent vCenter">
<div class=row">
<div class="col-md-6">
<p> I am currently a Ph.D student at TIMC-IMAG, in Grenoble (France). I work in the field of statistics in population genetics. I graduated from the Ecole Normale Supérieure de Cachan (France) with a major in Mathematics. I have a particular interest in understanding how mathematics can contribute to solving real world problems and that led me to enroll in a Masters in Mathematics Applied to Biology. I have had the chance to work on diverse subjects (shape analysis, image segmentation, population genetics) and in different contexts (Chinese University of Hong Kong, CMLA, General Electric Healthcare, TIMC-IMAG), making all these experiences unique and very enriching. And as coding has become central in applied mathematics, I have taken advantage of these internships to develop good computational skills (R, C++, Python). I am looking for a new challenge where mathematics, coding, biology and data science fit together.
</div>
<div class="col-md-6">
<div id="lowerbottom">
<center>
<img class="imageTwo" src="images/profile_pic.jpg"/>
</center>
</div>
</div>
</div>
</div>
</div>
<!--/html_preserve-->