-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathabout.Rmd
60 lines (46 loc) · 1.97 KB
/
about.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
---
title: "Christian A. Gebhard"
image: "resources/pixelart2.png"
links:
- label: '<i class="fab fa-mastodon fa-lg"></i>'
url: "https://scicomm.xyz/\\@basepair"
- label: '<i class="fab fa-twitter fa-lg"></i>'
url: "https://twitter.com/c_gebhard"
- label: '<i class="fab fa-github fa-lg"></i>'
url: "https://github.com/nucleic-acid"
- label: '<i class="fa fa-rss"></i>'
url: blog.xml
- label: '`r fontawesome::fa("fab fa-orcid")`'
url: "https://orcid.org/0000-0002-8792-565X"
output:
postcards::trestles
---
```{r load_packages, message=FALSE, warning=FALSE, include=FALSE}
library("fontawesome")
library("distilltools")
```
## `r fa("book")` About
I'm a medical doctor specializing in human genetics. Apart from that, I'm interested in open and reproducible research, data analysis and data visualization. This is my personal blog, where I like to share my views on topics, I'm excited about: statistics, exploring open data and the intersection of science communication, data visualization and informative illustrations. I enjoy using Rmarkdown to create documents or reports, R and Python and dealing with layout and typography.
When I'm not counseling or diving into datasets, I love taking photos, reading popular scientific astronomy books, listening to science podcasts and music.
<div class = "about-block">
## `r fa("heart")` Interests
- Human Genetics
- Data Analysis / Statistics / Data-Visualization
- Typography / Photography
- Astronomy
</div>
<div class = "about-block">
## `r fa("graduation-cap")` Education
- **Specializing in Human Genetics / Genetic Counseling**, since 2019
- **Clinical Rotation**, 2018 - 2019
*Paediatrics*
- **Medical Doctorate**, 2018
*Ludwig-Maximilians-University Munich*
- **MD Degree / State Examination**, 2017
*Technical University Munich*
</div>
<!-- <div class="distill-site-nav distill-site-footer"> -->
<!-- ```{r, echo=FALSE} -->
<!-- htmltools::includeHTML("_footer.html") -->
<!-- ``` -->
<!-- </div> -->