-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.Rmd
59 lines (55 loc) · 2.24 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
59
---
title: "John Paul Helveston"
image: "images/lab/john_helveston_circle.png"
links:
- label: 'CV'
url: "https://github.com/jhelvy/cv/blob/main/cv-jph.pdf"
- label: '<i class="fab fa-github fa-lg"></i>'
url: "https://github.com/jhelvy"
- label: '<i class="fab fa-mastodon fa-lg"></i>'
url: "https://fediscience.org/\\@jhelvy"
- label: '<i class="fab fa-twitter fa-lg"></i>'
url: "https://twitter.com/JohnHelveston"
- label: '<i class="fab fa-linkedin fa-lg"></i>'
url: "https://www.linkedin.com/in/jhelvy/"
- label: '<i class="ai ai-google-scholar fa-lg"></i>'
url: "https://scholar.google.com/citations?user=DY2D56IAAAAJ"
- label: '<i class="ai ai-researchgate fa-lg"></i>'
url: "https://www.researchgate.net/profile/John_Helveston"
- label: '<i class="ai ai-orcid fa-lg"></i>'
url: "https://orcid.org/0000-0002-2657-9191"
- label: '<i class="fa fa-rss"></i>'
url: "blog.xml"
base_url: https://www.jhelvy.com
preview: images/helveston.png
favicon: images/favicon.ico
twitter:
creator: "@JohnHelveston"
site: "@JohnHelveston"
site: distill::distill_website
output:
postcards::trestles
---
```{r setup, message=FALSE, warning=FALSE, include=FALSE}
source(file.path("R", "functions.R"))
library(distilltools)
library(metathis)
meta() %>%
meta_description(
"The personal website of John Paul Helveston"
) %>%
meta_name("github-repo" = "jhelvy/jhelvy_distill") %>%
meta_viewport() %>%
meta_social(
title = "jhelvy.com",
url = "https://jhelvy.com/",
image = "https://jhelvy.com/images/helveston.png",
image_alt = "A photo of John Paul Helveston",
og_type = "website",
og_author = c("John Paul Helveston"),
twitter_card_type = "summary",
twitter_creator = "@JohnHelveston"
)
```
### Welcome to my personal website!
I am a researcher, engineer, choice modeler, [`r make_icon("fab fa-r-project")`](https://www.r-project.org/about.html) developer, musician, swing dancer, and an Assistant Professor at George Washington University in the [Department of Engineering Management and Systems Engineering](https://www.emse.seas.gwu.edu/). I study technological change with a focus on accelerating the transition to low-carbon technologies like electric vehicles and renewable energy technologies.