Skip to content

Commit

Permalink
Website
Browse files Browse the repository at this point in the history
  • Loading branch information
keurcien committed Feb 17, 2017
1 parent ed7842c commit db84c19
Show file tree
Hide file tree
Showing 15 changed files with 171 additions and 108 deletions.
30 changes: 11 additions & 19 deletions CV.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -4,39 +4,31 @@ title: "Curriculum Vitae"

----

## Skills

**Fields**
Machine learning, data vizualisation, bioinformatics, statistical modelling

**Computer science**
Statistics, Machine learning, Population Genetics

**Computational skills**

R, python, C/C++, Cuda, OpenMP/MPI, OpenGL, Matlab, SQL, Latex, ruby
R, C/C++, Matlab, Python, Latex

**Languages**

- French: mother tong
- English: good working knowledge
- spanish: medium working knowledge
- French: native
- English: fluent
- Chinese: fluent
- Italian: basic

----

## Education

**2014 - 2017 ** PhD student, Univ. Grenoble Alpes

**2011 - 2014 ** Grenoble-INP, ENSIMAG
**2014 - 2017 ** Ph.D Student, TIMC-IMAG, France

**2008 - 2011 ** Classe preparatoire aux grandes écoles MP*
**2010 - 2014 ** Ecole Normale Supérieure de Cachan, France

**June 2009 ** Scientific baccalareate
**2008 - 2011 ** Classe préparatoire aux grandes écoles MP*, Lycée Saint-Louis

----

## Professional experience

**Oct 2014 - 2017 ** PhD student, Univ. Grenoble Alpes

**Feb - Aug 2014** Research internship, Dassault Systèmes

**Jul - Aug 2013 ** R&D internship, Inria grenoble
46 changes: 19 additions & 27 deletions CV.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@
<script src="site_libs/bootstrap-3.3.5/js/bootstrap.min.js"></script>
<script src="site_libs/bootstrap-3.3.5/shim/html5shiv.min.js"></script>
<script src="site_libs/bootstrap-3.3.5/shim/respond.min.js"></script>
<script src="site_libs/navigation-1.1/tabsets.js"></script>
<link href="site_libs/highlightjs-1.1/textmate.css" rel="stylesheet" />
<script src="site_libs/highlightjs-1.1/highlight.js"></script>

<link rel="icon" type="image/png" href="images/favicon.png" />

Expand All @@ -38,10 +41,6 @@
</script>

<style type="text/css">code{white-space: pre;}</style>
<link rel="stylesheet"
href="site_libs/highlight/textmate.css"
type="text/css" />
<script src="site_libs/highlight/highlight.js"></script>
<style type="text/css">
pre:not([class]) {
background-color: white;
Expand Down Expand Up @@ -84,7 +83,7 @@
}
</style>

<link rel="stylesheet" href="css/site.css" type="text/css" />
<link rel="stylesheet" href="css\site.css" type="text/css" />

</head>

Expand Down Expand Up @@ -117,7 +116,6 @@
<div class="container-fluid main-container">

<!-- tabsets -->
<script src="site_libs/navigation-1.1/tabsets.js"></script>
<script>
$(document).ready(function () {
window.buildTabsets("TOC");
Expand Down Expand Up @@ -180,33 +178,24 @@ <h1 class="title toc-ignore">Curriculum Vitae</h1>


<hr />
<div id="skills" class="section level2">
<h2>Skills</h2>
<p><strong>Fields</strong><br />
Machine learning, data vizualisation, bioinformatics, statistical modelling</p>
<p><strong>Computer science</strong></p>
<p>R, python, C/C++, Cuda, OpenMP/MPI, OpenGL, Matlab, SQL, Latex, ruby</p>
<p><strong>Fields</strong></p>
<p>Statistics, Machine learning, Population Genetics</p>
<p><strong>Computational skills</strong></p>
<p>R, C/C++, Matlab, Python, Latex</p>
<p><strong>Languages</strong></p>
<ul>
<li>French: mother tong</li>
<li>English: good working knowledge</li>
<li>spanish: medium working knowledge</li>
<li>French: native</li>
<li>English: fluent</li>
<li>Chinese: fluent</li>
<li>Italian: basic</li>
</ul>
<hr />
</div>
<div id="education" class="section level2">
<h2>Education</h2>
<p><strong>2014 - 2017 </strong> PhD student, Univ. Grenoble Alpes</p>
<p><strong>2011 - 2014 </strong> Grenoble-INP, ENSIMAG</p>
<p><strong>2008 - 2011 </strong> Classe preparatoire aux grandes écoles MP*</p>
<p><strong>June 2009 </strong> Scientific baccalareate</p>
<p><strong>2014 - 2017 </strong> Ph.D Student, TIMC-IMAG, France</p>
<p><strong>2010 - 2014 </strong> Ecole Normale Supérieure de Cachan, France</p>
<p><strong>2008 - 2011 </strong> Classe préparatoire aux grandes écoles MP*, Lycée Saint-Louis</p>
<hr />
</div>
<div id="professional-experience" class="section level2">
<h2>Professional experience</h2>
<p><strong>Oct 2014 - 2017 </strong> PhD student, Univ. Grenoble Alpes</p>
<p><strong>Feb - Aug 2014</strong> Research internship, Dassault Systèmes</p>
<p><strong>Jul - Aug 2013 </strong> R&amp;D internship, Inria grenoble</p>
</div>

</div> <!-- articleBandContent -->
Expand All @@ -230,8 +219,11 @@ <h2>Professional experience</h2>
<script>

// add bootstrap table styles to pandoc tables
$(document).ready(function () {
function bootstrapStylePandocTables() {
$('tr.header').parent('thead').parent('table').addClass('table table-condensed');
}
$(document).ready(function () {
bootstrapStylePandocTables();
});


Expand Down
4 changes: 2 additions & 2 deletions about.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
title: "About This Website"
---

### Cedits
### Credits
This website is a fork of the <a href="https://github.com/rstudio/rmarkdown/tree/gh-pages">Rmarkdown</a> website. Html pages are build with Rmarkdown.
The blog is build with knitr and jekyll.
The blog is built with knitr and jekyll.
21 changes: 11 additions & 10 deletions about.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@
<script src="site_libs/bootstrap-3.3.5/js/bootstrap.min.js"></script>
<script src="site_libs/bootstrap-3.3.5/shim/html5shiv.min.js"></script>
<script src="site_libs/bootstrap-3.3.5/shim/respond.min.js"></script>
<script src="site_libs/navigation-1.1/tabsets.js"></script>
<link href="site_libs/highlightjs-1.1/textmate.css" rel="stylesheet" />
<script src="site_libs/highlightjs-1.1/highlight.js"></script>

<link rel="icon" type="image/png" href="images/favicon.png" />

Expand All @@ -38,10 +41,6 @@
</script>

<style type="text/css">code{white-space: pre;}</style>
<link rel="stylesheet"
href="site_libs/highlight/textmate.css"
type="text/css" />
<script src="site_libs/highlight/highlight.js"></script>
<style type="text/css">
pre:not([class]) {
background-color: white;
Expand Down Expand Up @@ -84,7 +83,7 @@
}
</style>

<link rel="stylesheet" href="css/site.css" type="text/css" />
<link rel="stylesheet" href="css\site.css" type="text/css" />

</head>

Expand Down Expand Up @@ -117,7 +116,6 @@
<div class="container-fluid main-container">

<!-- tabsets -->
<script src="site_libs/navigation-1.1/tabsets.js"></script>
<script>
$(document).ready(function () {
window.buildTabsets("TOC");
Expand Down Expand Up @@ -179,9 +177,9 @@ <h1 class="title toc-ignore">About This Website</h1>
</div>


<div id="cedits" class="section level3">
<h3>Cedits</h3>
<p>This website is a fork of the <a href="https://github.com/rstudio/rmarkdown/tree/gh-pages">Rmarkdown</a> website. Html pages are build with Rmarkdown. The blog is build with knitr and jekyll.</p>
<div id="credits" class="section level3">
<h3>Credits</h3>
<p>This website is a fork of the <a href="https://github.com/rstudio/rmarkdown/tree/gh-pages">Rmarkdown</a> website. Html pages are build with Rmarkdown. The blog is built with knitr and jekyll.</p>
</div>

</div> <!-- articleBandContent -->
Expand All @@ -205,8 +203,11 @@ <h3>Cedits</h3>
<script>

// add bootstrap table styles to pandoc tables
$(document).ready(function () {
function bootstrapStylePandocTables() {
$('tr.header').parent('thead').parent('table').addClass('table table-condensed');
}
$(document).ready(function () {
bootstrapStylePandocTables();
});


Expand Down
9 changes: 6 additions & 3 deletions index.Rmd
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Kevin Caye"
title: "Keurcien Luu"
output:
html_document:
toc_float: false
Expand All @@ -20,7 +20,7 @@ $("#pageContent").removeClass("standardPadding");
<div class="band full blue first rightText">
<div class="bandContent vCenter">
<div class="blurb">
<div class="tagline">Hi I'm Kevin Caye.</div>
<div class="tagline">Hi I'm Keurcien Luu.</div>
<div>PhD Student, Université Grenoble Alpes.</div>
</div>
</div>
Expand All @@ -32,7 +32,10 @@ $("#pageContent").removeClass("standardPadding");

<div class="col-md-6">
<p>
I am a Ph.D. student in the fields of statistics and genetics. I develop models and algorithms to help biologists analyse their data. I especially work on methods used to find genes associated with environmental pressures.
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.



</p>
<p>
My Ph.D. is supervised by Olivier François (TIMC-IMAG), Olivier Michel (GIPSA-lab) and Jean-Luc Bosson (TIMC-IMAG). My Ph.D. is supported by the LabEx PERSYVAL-Lab.
Expand Down
26 changes: 15 additions & 11 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,17 @@



<title>Kevin Caye</title>
<title>Keurcien Luu</title>

<script src="site_libs/jquery-1.11.3/jquery.min.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link href="site_libs/bootstrap-3.3.5/css/cosmo.min.css" rel="stylesheet" />
<script src="site_libs/bootstrap-3.3.5/js/bootstrap.min.js"></script>
<script src="site_libs/bootstrap-3.3.5/shim/html5shiv.min.js"></script>
<script src="site_libs/bootstrap-3.3.5/shim/respond.min.js"></script>
<script src="site_libs/navigation-1.1/tabsets.js"></script>
<link href="site_libs/highlightjs-1.1/textmate.css" rel="stylesheet" />
<script src="site_libs/highlightjs-1.1/highlight.js"></script>

<link rel="icon" type="image/png" href="images/favicon.png" />

Expand All @@ -38,10 +41,6 @@
</script>

<style type="text/css">code{white-space: pre;}</style>
<link rel="stylesheet"
href="site_libs/highlight/textmate.css"
type="text/css" />
<script src="site_libs/highlight/highlight.js"></script>
<style type="text/css">
pre:not([class]) {
background-color: white;
Expand Down Expand Up @@ -84,7 +83,7 @@
}
</style>

<link rel="stylesheet" href="css/site.css" type="text/css" />
<link rel="stylesheet" href="css\site.css" type="text/css" />

</head>

Expand Down Expand Up @@ -117,7 +116,6 @@
<div class="container-fluid main-container">

<!-- tabsets -->
<script src="site_libs/navigation-1.1/tabsets.js"></script>
<script>
$(document).ready(function () {
window.buildTabsets("TOC");
Expand Down Expand Up @@ -183,7 +181,7 @@



<h1 class="title toc-ignore">Kevin Caye</h1>
<h1 class="title toc-ignore">Keurcien Luu</h1>

</div>

Expand All @@ -198,7 +196,7 @@ <h1 class="title toc-ignore">Kevin Caye</h1>
<div class="band full blue first rightText">
<div class="bandContent vCenter">
<div class="blurb">
<div class="tagline">Hi I'm Kevin Caye.</div>
<div class="tagline">Hi I'm Keurcien Luu.</div>
<div>PhD Student, Université Grenoble Alpes.</div>
</div>
</div>
Expand All @@ -210,7 +208,10 @@ <h1 class="title toc-ignore">Kevin Caye</h1>

<div class="col-md-6">
<p>
I am a Ph.D. student in the fields of statistics and genetics. I develop models and algorithms to help biologists analyse their data. I especially work on methods used to find genes associated with environmental pressures.
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.



</p>
<p>
My Ph.D. is supervised by Olivier François (TIMC-IMAG), Olivier Michel (GIPSA-lab) and Jean-Luc Bosson (TIMC-IMAG). My Ph.D. is supported by the LabEx PERSYVAL-Lab.
Expand Down Expand Up @@ -250,8 +251,11 @@ <h1 class="title toc-ignore">Kevin Caye</h1>
<script>

// add bootstrap table styles to pandoc tables
$(document).ready(function () {
function bootstrapStylePandocTables() {
$('tr.header').parent('thead').parent('table').addClass('table table-condensed');
}
$(document).ready(function () {
bootstrapStylePandocTables();
});


Expand Down
2 changes: 1 addition & 1 deletion cayek.github.io.Rproj → keurcien.github.io.Rproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ UseSpacesForTab: Yes
NumSpacesForTab: 2
Encoding: UTF-8

RnwWeave: knitr
RnwWeave: Sweave
LaTeX: pdfLaTeX

BuildType: Website
15 changes: 8 additions & 7 deletions publications.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@
<script src="site_libs/bootstrap-3.3.5/js/bootstrap.min.js"></script>
<script src="site_libs/bootstrap-3.3.5/shim/html5shiv.min.js"></script>
<script src="site_libs/bootstrap-3.3.5/shim/respond.min.js"></script>
<script src="site_libs/navigation-1.1/tabsets.js"></script>
<link href="site_libs/highlightjs-1.1/textmate.css" rel="stylesheet" />
<script src="site_libs/highlightjs-1.1/highlight.js"></script>

<link rel="icon" type="image/png" href="images/favicon.png" />

Expand All @@ -38,10 +41,6 @@
</script>

<style type="text/css">code{white-space: pre;}</style>
<link rel="stylesheet"
href="site_libs/highlight/textmate.css"
type="text/css" />
<script src="site_libs/highlight/highlight.js"></script>
<style type="text/css">
pre:not([class]) {
background-color: white;
Expand Down Expand Up @@ -84,7 +83,7 @@
}
</style>

<link rel="stylesheet" href="css/site.css" type="text/css" />
<link rel="stylesheet" href="css\site.css" type="text/css" />

</head>

Expand Down Expand Up @@ -117,7 +116,6 @@
<div class="container-fluid main-container">

<!-- tabsets -->
<script src="site_libs/navigation-1.1/tabsets.js"></script>
<script>
$(document).ready(function () {
window.buildTabsets("TOC");
Expand Down Expand Up @@ -220,8 +218,11 @@ <h3>TESS3: fast inference of spatial population structure and genome scans for s
<script>

// add bootstrap table styles to pandoc tables
$(document).ready(function () {
function bootstrapStylePandocTables() {
$('tr.header').parent('thead').parent('table').addClass('table table-condensed');
}
$(document).ready(function () {
bootstrapStylePandocTables();
});


Expand Down
Loading

0 comments on commit db84c19

Please sign in to comment.