Skip to content

Commit

Permalink
update prof xp and section order
Browse files Browse the repository at this point in the history
  • Loading branch information
KevCaz committed Nov 7, 2023
1 parent 6cb34c4 commit 8a11639
Show file tree
Hide file tree
Showing 4 changed files with 59 additions and 52 deletions.
6 changes: 3 additions & 3 deletions pagedown/css/extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
--pagedjs-margin-right: .7in !important;
--pagedjs-margin-left: .7in !important;
--pagedjs-margin-top: .7in !important;
--pagedjs-margin-bottom: 1in !important;
--pagedjs-margin-bottom: 0.8in !important;
}

.pagedjs_page {
Expand Down Expand Up @@ -65,7 +65,7 @@ a:hover {
}

.details_container {
margin-bottom: 3.4rem;
margin-bottom: 0.5rem;
}

h3 {
Expand All @@ -80,7 +80,7 @@ h3, h4, h5, p {
.main_title h1 {
margin-top: 0in;
margin-bottom: 0.1in;
font-size: 2.8em;
font-size: 2.6em;
}

.main_title h3 {
Expand Down
5 changes: 1 addition & 4 deletions pagedown/data/en/perso_details.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
- name: nationality
icon: flag
value: French
- name: nationality2
icon: flag
value: Canadian permanent resident
value: French / Canadian permanent resident
- name: lang_mom
icon: language
value: "French: native speaker"
Expand Down
16 changes: 12 additions & 4 deletions pagedown/data/en/prof_xp.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,22 @@
- role: "Co-founder of inSileco Inc."
- role: Researcher
date: "07/2023--present"
where: Great Lakes Fishery Commission, Guelph, ON, Canada
desc: |
Work on the research project "Forecasting fisheries productivity responses to management options under multiple stressors in the Great Lakes".
did:
- Work on predicting interactions strength from time series

- role: Data scientist
date: "10/2020--present"
where: Montreal, QC, Canada
where: inSileco, Montreal, QC, Canada
desc: |
A consulting company that supports academics and governments with data challenges and develops data science workshops and micro scientific applications.
Co-founded a consulting company that supports academics and governments with data challenges and develops data science workshops and micro scientific applications.
did:
- Was contracted by DFO Halifax to develop a Shiny application that allows for the creation of reproducible reports. A first version of the application with the core features has been delivered in a first contract. A second contract has recently been signed to add new features to the application
- Was contracted by DFO Halifax and Environment and Climate Change Canada to develop and present workshops on using R as a Geographic Information system (GIS) and on reproducible research
- Developed 2 chapters of a course that introduces students to spatial data science (université TÉLUQ) and handled the deployment of online materials (bookdown)

- role: Data scientists
- role: Data scientist
date: "02/2022--07/2023"
where: "Omnimed, Cookshire, QC, Canada"
desc: |
Expand Down
84 changes: 43 additions & 41 deletions pagedown/template_main_en.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ output:
css: ["default-fonts", "default-page", "default", "css/extra.css", "css/fonts.css"]
---


```{r setup, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
Expand All @@ -21,18 +20,19 @@ options(htmltools.dir.version = FALSE, htmltools.preserve.raw = FALSE)
```




<div class="details_container">

<div class="main_title">
<h1> Kevin Cazelles </h1>
</div>

<div class="left details font95 width60">

<div class="main_title">
<h1> Kevin Cazelles </h1>
<h3> `r rfa("chevron-right")` Data scientist trained as a theoretical and computational ecologist</h3>
<h3> `r rfa("chevron-right")` Data scientist trained as a theoretical and computational ecologist</h3>
</div>

In my compagny I develop computational tools to help academics and governments solve data problems.
In my compagny I develop computational tools to help academics, governments and small buinesses solve data problems.
In my research, I use algebra, analysis, probability, statistics, data science and computational science to study ecological networks and how global change affects them in order to conserve ecosystem functions and biodiversity that are essential to our good health and well being.

</div>
Expand All @@ -42,7 +42,8 @@ In my research, I use algebra, analysis, probability, statistics, data science a

```{R perso_details, echo = FALSE, results = "asis"}
insert_perso_details()
```
```

</div>


Expand All @@ -53,25 +54,26 @@ insert_perso_details()
<div class="left sections_container width100">



## `r rfa("graduation-cap")` Education
## `r rfa("briefcase")` Professional experience

<hr>

```{R edu, echo = FALSE, results = "asis"}
insert_education()

```{R xp, echo = FALSE, results = "asis"}
insert_xp()
```


## `r rfa("briefcase")` Professional experience
## `r rfa("graduation-cap")` Education

<hr>


```{R xp, echo = FALSE, results = "asis"}
insert_xp()
```{R edu, echo = FALSE, results = "asis"}
insert_education()
```



## `r rfa("tachometer-alt")` Computational Skills

<hr>
Expand Down Expand Up @@ -165,8 +167,6 @@ insert_reports()
insert_popu()
```



### Editorial and review activities

```{R reviewer, echo = FALSE, results = "asis"}
Expand All @@ -175,6 +175,32 @@ insert_reviewer()




## `r rfa("bullhorn")` Presentations

<hr>

### Talks

```{R talks, echo = FALSE, results = "asis"}
insert_talks()
```

### Seminars

```{R seminars, echo = FALSE, results = "asis"}
insert_sems()
```

### Posters

```{R posters, echo = FALSE, results = "asis"}
insert_posters()
```




## `r rfa("code")` Software

<hr>
Expand All @@ -183,7 +209,6 @@ This section includes a subset of my contributions to open-source software. If y

<br>


### `r rfa("r-project")` packages

<div class="font90">
Expand Down Expand Up @@ -232,29 +257,6 @@ insert_man()



## `r rfa("bullhorn")` Presentations

<hr>


### Talks

```{R talks, echo = FALSE, results = "asis"}
insert_talks()
```

### Seminars

```{R seminars, echo = FALSE, results = "asis"}
insert_sems()
```

### Posters

```{R posters, echo = FALSE, results = "asis"}
insert_posters()
```



## `r rfa("search-dollar")` Grants and awards
Expand Down

0 comments on commit 8a11639

Please sign in to comment.