-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathresearch.qmd
100 lines (62 loc) · 2.3 KB
/
research.qmd
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
---
title: "Research"
description: I lead interdisciplinary research that explores relationships between technological change and factors that shape it, such as consumer behavior, market dynamics, and policy. I apply a systems engineering perspective to better understand these relationships and to inform policy, with an emphasis on accelerating transitions to cleaner technologies. I have expertise in choice modeling, survey design, programming in R, China, and the global electric vehicle industry.
preview: images/lab/john_helveston.png
execute:
echo: false
message: false
warning: false
format: html
toc: true
toc-location: left
---
<!-- Remove margin under list items -->
<style>
ol {
margin-bottom: 5px;
}
p {
margin: 5px 0 0 0;
}
</style>
```{r setup}
source("_common.R")
# Update local copy of "pubs" Google sheet
# write_csv(get_pubs(), here::here('content', 'pubs.csv'))
# Get local copy of pubs
# pubs <- read_csv(here::here('content', 'pubs.csv'))
# Get pubs from Google sheet
pubs <- get_pubs()
```
<center>
[View my full CV here](cv.qmd)
`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")))`
<br>
<u>Underline</u> indicates advisee; * graduate student, **undergraduate student
</center>
<br>
## Refereed (Peer-Reviewed) Journal Articles
`r make_pub_list(pubs, "peer_reviewed")`
## Refereed Articles in Conference Proceedings
`r make_pub_list(pubs, "conference")`
## Working Papers & Papers Under Review
`r make_pub_list(pubs, "working")`
## Magazine Publications
`r make_pub_list(pubs, "magazine")`
## Books and Book Chapters
`r make_pub_list(pubs, "book")`
## Magazine Publications
`r make_pub_list(pubs, "magazine")`
## Opinion Editorials
`r make_pub_list(pubs, "oped")`
## Other
`r make_pub_list(pubs, "other")`
## Theses
`r make_pub_list(pubs, "theses")`
## Student Theses
<aside>Theses by students advised by Helveston</aside>
`r make_pub_list(pubs, "theses_student")`
## Software
`r make_pub_list(pubs, "software")`
## Media Coverage
`r make_media_list()`