-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFlorian_Wuennemann.Rmd
170 lines (138 loc) · 5.31 KB
/
Florian_Wuennemann.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
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
---
headcolor: 00785c
name: Florian
surname: Wünnemann
position: "Postdoctoral researcher"
address: "Im Neuenheimer Feld 130, 69120 Heidelberg, Germany"
phone: +49 15773482357
www: florianwuennemann.com
email: "[email protected]"
twitter: flowuenne
github: flowuenne
linkedin: florian-wünnemann-322357189
# date: "`r format(Sys.time(), '%B %Y')`"
aboutme: "Bioinformatics researcher with 5 years of postdoctoral experience in biomedical research at the intersection of data production, processing and analysis for omics technologies."
docname: Curriculum Vitae
output:
vitae::awesomecv:
keep_tex: false
always_allow_html: yes
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = FALSE, warning = FALSE, message = FALSE)
options(tinytex.verbose = FALSE)
library(vitae)
library(tibble)
library(glue)
library(fontawesome)
library(here)
```
\faIcon{chart-bar} Research experience
============================
```{r, research_experience}
readr::read_csv(here("./data/experience.csv")) %>%
as_tibble() %>%
detailed_entries(what = position,
when = glue::glue("{start} - {end}"),
with = institution,
where = where,
why = description)
```
\faIcon{university} Education
============================
```{r, education}
library(tibble)
readr::read_csv(here("./data/education.csv")) %>%
vitae::detailed_entries(what = degree,
when = glue("{start} - {end}"),
with = institution,
where = where,
why = details)
```
\faIcon{laptop-code} Computational skills
============================
- **General**: GWAS analysis, Exome/Genome variant calling, Plink, image analysis (Fiji, Napari, QuPath), basic bash scripting, creation of Galaxy tools and wrappers, setup of https://spatialomics.usegalaxy.eu/
- **Containerization & High-Performance Computing (HPC)**: Docker, Singularity, Nextflow pipeline creation and execution, SLURM, PBS, Virtual machine (VM) management
- **R**: Rshiny application development, Rmarkdown, OMICS data analysis (RNA-seq, single-cell OMICS, spatial OMICS)
- **Python**: Basic computer vision applications, single-cell & spatial OMICS analysis, bioconda, biocontainers
\newpage
\faIcon{laptop} Hackathons
============================
```{r, hackathons}
readr::read_csv(here("./data/hackathons.csv")) %>%
detailed_entries(with = title,
what = project,
when = glue::glue("{start} - {end}"),
where = location)
```
\faIcon{dollar-sign} Funding History
============================
```{r, funding}
readr::read_csv(here("./data/scholarships.csv")) %>%
detailed_entries(what = scholarship,
when = glue::glue("{start} - {end}"))
```
\faIcon{award} Honors and Awards
============================
```{r, awards}
tribble(~time, ~award, ~place,
"2021/06","Poster prize: Prix Fonds de recherche du Québec (FRQS) (Recherche fondamentale doctorale / Postdoc)","Montreal,Canada",
"2019/06","Best oral presentation award, 22nd Montreal Heart Institute research day","Montreal,Canada",
"2017/05","Best oral presentation award, 32nd student congress at the CHU Sainte-Justine","Montreal, Canada",
"2016/05","Markwald award for best oral presentation, Weinstein Cardiovascular Development and Regeneration Conference 2016","Durham, USA") %>%
brief_entries(what = award,
when = time,
with = place)
```
\faIcon{scroll} Publications
============================
For a full list of all my scientific publications, please see my Google scholar profile:
[https://scholar.google.de/citations?user=WsGy_hkAAAAJ&hl=de](https://scholar.google.de/citations?user=WsGy_hkAAAAJ&hl=de)
\faIcon{paper-plane} Invited Presentations
============================
```{r invited_presentations}
readr::read_csv(here("./data/presentations.csv")) %>%
subset(type == "Invited") %>%
detailed_entries(with = conference,
when = glue::glue("{start} - {end}"),
what = title,
where = location)
```
\faIcon{file-powerpoint} Presentations
============================
```{r presentations}
readr::read_csv(here("./data/presentations.csv")) %>%
subset(type == "Oral") %>%
detailed_entries(with = conference,
when = glue::glue("{start} - {end}"),
what = title,
where = location)
```
\faIcon{chalkboard-teacher} Poster presentations
============================
```{r}
readr::read_csv(here("./data/presentations.csv")) %>%
subset(type == "Poster") %>%
detailed_entries(with = conference,
when = glue::glue("{start} - {end}"),
what = title, where = location)
```
<!-- \faIcon{scroll} Preprints -->
<!-- ============================ -->
<!-- ```{r} -->
<!-- library(dplyr) -->
<!-- bibliography_entries(here("./data/preprint_references.bib")) %>% -->
<!-- arrange(desc(issued)) -->
<!-- ``` -->
<!-- \faIcon{scroll} Publications -->
<!-- ============================ -->
<!-- ```{r} -->
<!-- library(dplyr) -->
<!-- bibliography_entries(here("./test.bib")) %>% -->
<!-- arrange(desc(issued)) -->
<!-- ``` -->
\faIcon{language} Languages
============================
- German (mother-language)
- English (fluent)
- French (fluent)