-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathresearch.Rmd
83 lines (54 loc) · 1.94 KB
/
research.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
---
title: "Research"
description: I study how consumers, firms, markets, and policy affect technological change, with a focus on accelerating the transition to low-carbon technologies like electric vehicles and renewable energy technologies. I have expertise in choice modeling, programming in R, and the global electric vehicle industry.
output:
distill::distill_article:
toc: true
css:
- css/jhelvy.css
- css/small-spacing.css
twitter:
creator: "@JohnHelveston"
base_url: https://www.jhelvy.com
preview: images/lab/john_helveston.png
---
<!-- Remove margin under list items -->
<style>
d-article ol {
margin-bottom: 5px;
}
</style>
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = FALSE)
source(file.path("R", "functions.R"))
pubs <- get_pubs()
```
<center>
`r gscholar_stats("https://scholar.google.com/citations?user=DY2D56IAAAAJ")`
</center>
`r aside_center("Source: Google Scholar")`
<center>
`r htmltools::HTML(paste0(icon_link(icon = "ai ai-google-scholar", text = "Google Scholar", url = "https://scholar.google.com/citations?user=DY2D56IAAAAJ"), icon_link(icon = "ai ai-orcid", text = "ORCID", url = "https://orcid.org/0000-0002-2657-9191"), icon_link(icon = "ai ai-researchgate", text = "Research Gate", url = "https://www.researchgate.net/profile/John_Helveston")))`
</center>
<br>
## Peer-Reviewed Publications
<aside>*indicates student advised by Helveston</aside>
`r make_pub_list(pubs, "peer_reviewed")`
## Working Papers & Papers Under Review
`r make_pub_list(pubs, "working")`
## Conference Publications
`r make_pub_list(pubs, "conference")`
## Magazine Publications
`r make_pub_list(pubs, "magazine")`
## Books / Book Chapters
`r make_pub_list(pubs, "book")`
## Theses
`r make_pub_list(pubs, "theses")`
## Opinion Editorials
`r make_pub_list(pubs, "oped")`
## Other Publications
`r make_pub_list(pubs, "other")`
## Software
`r make_pub_list(pubs, "software")`
## Media Coverage
`r make_media_list()`