-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.Rmd
58 lines (53 loc) · 1.99 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
49
50
51
52
53
54
55
56
57
58
---
title: "Darwin Del Castillo"
image: "images/my-picture.png"
links:
- label: "<i class='fab fa-github fa-lg'></i>"
url: "https://github.com/ddelcastillof"
- label: "<i class='fab fa-twitter fa-lg'></i>"
url: "https://twitter.com/justpvalues"
- label: "<i class='fab fa-linkedin fa-lg'></i>"
url: "https://www.linkedin.com/in/ddelcastillof/"
- label: "<i class='fab fa-google-scholar fa-lg'></i>"
url: "https://scholar.google.com/citations?user=iNdNU5QAAAAJ"
- label: "<i class='fab fa-orcid fa-lg'></i>"
url: "https://orcid.org/0000-0002-8609-0312"
- label: "<i class='far fa-envelope fa-lg'></i>"
url: "mailto:ddelcast@uw.edu"
base_url: https://www.darwindelcastillo.com
twitter:
creator: "@justpvalues"
site: "@justpvalues"
site: distill::distill_website
output:
postcards::trestles
---
```{r setup}
#| name: setup
#| message: FALSE
#| warning: FALSE
#| include: FALSE
source(file.path("R", "functions.R"))
library(distilltools)
library(metathis)
meta() |>
meta_description(
"The personal website of Darwin Del Castillo"
) |>
meta_name("github-repo" = "ddelcastillof/darwindelcastillo") |>
meta_viewport() |>
meta_social(
### title = "jhelvy.com",
### url = "https://jhelvy.com/",
### image = "https://jhelvy.com/images/helveston.png",
image_alt = "A photo of Darwin Del Castillo",
og_type = "website",
og_author = c("Darwin Del Castillo"),
twitter_card_type = "summary",
twitter_creator = "@justpvalues"
)
```
<div style="text-align: justify; hyphens: auto;">
Welcome to my new site\
I am a Peruvian physician-scientist, epidemiologist, data analyst, musician, gamer, and a Master in Public Health candidate at University of Washington, Seattle in the [Department of Global Health](https://globalhealth.washington.edu/). My research focus is to understand the link between adverse experiences during pregnancy, the perinatal period, and infancy, and the development of cardiometabolic diseases during youth and young adulthood.
</div>