forked from robjhyndman/CV
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathRobHyndman_2page.Rmd
More file actions
267 lines (230 loc) · 9.89 KB
/
RobHyndman_2page.Rmd
File metadata and controls
267 lines (230 loc) · 9.89 KB
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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
---
name: Rob J Hyndman
address: "Department of Econometrics & Business Statistics,\\tabularnewline Monash University, VIC 3800, Australia."
www: robjhyndman.com
phone: +61 3 9905 5141
email: "Rob.Hyndman@monash.edu"
twitter: robjhyndman
github: robjhyndman
date: "`r format(Sys.time(), '%B %Y')`"
headcolor: "000088"
csl: numeric-apa-cv.csl
keep_md: yes
output:
vitae::hyndman:
includes:
before_body:
- \titleformat*{\section}{\color{headcolor}\normalsize\sf\bfseries}
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = FALSE, warning = FALSE, message = FALSE, cache = TRUE)
library(tidyverse)
library(vitae)
library(gcite)
library(RefManageR)
library(fuzzyjoin)
source("functions.R")
source("mybibstyle.R")
```
```{r Rpackages}
# Find installed or CRAN packages with Hyndman as an author
rjhpkgs <- c(find_rjh_packages(),
# Now add github-only packages
"addb",
"anomalous",
"compenginets",
"cricketdata",
"fasster",
"MEFM",
"MonashEBSTemplates",
"oddwater",
"ozbabynames",
"rcademy",
"tscompdata",
"tsdl"
) %>%
unique() %>%
sort()
downloads <- map_dfr(rjhpkgs, cran_downloads) %>%
mutate(month = tsibble::yearmonth(month))
since2015 <- downloads %>%
filter(month >= tsibble::yearmonth("2015 Jan"))
# Write bib file
#write_packages_bib(rjhpkgs, file="Rpackages.bib")
```
```{r bibfiles}
# Read any bib files
pubs <- bibliography_entries("rjhpubs.bib")
reports <- bibliography_entries("rjhreports.bib")
packages <- bibliography_entries("Rpackages.bib")
```
# Education and qualifications
```{r degrees, results='asis'}
tribble(
~Year, ~Degree, ~Institution,
1988, "B.Sc.(Hons)", "University of Melbourne",
1992, "Ph.D.", "University of Melbourne",
2000, "A.Stat.", "Statistical Society of Australia"
) %>%
baretable()
```
# Current positions
```{r employment, results='asis'}
tribble(
~Start, ~End, ~Position,
1985, 1992, "\\textbf{Statistical consultant}, Department of Statistics, University of Melbourne",
1993, 1994, "\\textbf{Lecturer}, Department of Statistics, University of Melbourne",
1995, 1996, "\\textbf{Lecturer}, Department of Mathematics and Statistics, Monash University",
1997, 1998, "\\textbf{Senior Lecturer}, Department of Mathematics and Statistics, Monash University",
1998, 1998, "\\textbf{Visiting Professor}, Department of Statistics, Colorado State University",
1998, 2000, "\\textbf{Senior Lecturer}, Department of Econometrics \\& Business Statistics, Monash University",
2001, 2003, "\\textbf{Associate Professor}, Department of Econometrics \\& Business Statistics, Monash University",
2002, 2002, "\\textbf{Visiting Senior Research Fellow}, Mathematical Sciences Institute, Australian National University",
2003, NA, "\\textbf{Professor}, Department of Econometrics \\& Business Statistics, Monash University",
2019, NA, "\\textbf{Head}, Department of Econometrics \\& Business Statistics, Monash University",
2016, 2016, "\\textbf{KNAW Visiting Professor}, TU/Eindhoven, Netherlands",
) %>%
arrange(-Start) %>%
filter(is.na(End)) %>%
mutate(End = replace_na(End, "")) %>%
mutate(Years = if_else(End == Start,
as.character(Start),
paste(Start, "--", End, sep = ""),
paste(Start, "--", End, sep = ""))) %>%
select(Years, Position) %>%
baretable()
```
# Selected awards and honours
```{r awards, results='asis'}
awards <- tribble(
~Year, ~Award,
2010, "HP Innovation Research Award",
2008, "Vice-Chancellor's award for postgraduate supervisor of the year, Monash University",
2007, "Moran Medal for Statistical Science, Australian Academy of Science",
2005, "Elected member of the International Statistical Institute",
) %>%
baretable()
```
# Teaching and mentoring
* In each of 2018, 2019 and 2020, student evaluations for "Applied forecasting for business and economics" gave an average rating for my teaching above 4.8 out of 5, while all students in 2018 rated "Advanced statistical modelling" at 5 out of 5. (I did not teach the latter subject in 2019 and 2020.)
* I currently supervise five PhD students and two post-doctoral research fellows. I have previously supervised another 27 PhD students and 3 Masters students.
* I am author of an innovative textbook with George Athanasopoulos entitled *Forecasting: principles and practice* ([`OTexts.org/fpp2/`](https://OTexts.org/fpp2)) which is available online and free of charge. The website has an average of over 20000 pageviews per day.
* I publish the [*Hyndsight*](https://robjhyndman.com/hyndsight) blog on research issues which receives an average of about 2000 pageviews per day.
# Editorial boards
```{r positions, results='asis'}
tribble(
~Start, ~End, ~Position,
2011, NA, "\\textbf{Editor}, \\textit{Journal of Statistical Software}",
2001, 2004, "\\textbf{Associate Editor}, \\textit{International Journal of Forecasting}",
2019, NA, "\\textbf{Associate Editor}, \\textit{International Journal of Forecasting}",
2005, 2018, "\\textbf{Editor-in-Chief}, \\textit{International Journal of Forecasting}",
2001, 2004, "\\textbf{Theory and Methods Editor}, \\emph{Australian \\& New Zealand Journal of Statistics}",
1996, 2001, "\\textbf{Book Review Editor}, \\emph{Australian Journal of Statistics}",
) %>%
mutate(End = replace_na(End, "")) %>%
mutate(Year = paste(Start, "--", End, sep = "")) %>%
select(Year, Position) %>%
baretable()
```
# Research Grants
```{r grants}
grants <- read_csv("Grant_income.csv")
sumgrants <- grants %>%
pull(Amount) %>%
c(100000) %>%
sum(na.rm=TRUE)
```
I have acquired (in most cases jointly) about $`r sprintf("%2.1f", sumgrants/1e6)` million in external research grants since 2000.
# Public lectures
* Belz lecture, *Forecasting and the importance of being uncertain*, Statistical Society of Australia, Melbourne, Oct 2006.
* Knibbs lecture, *Population forecasting and the importance of being uncertain*, Statistical Society of Australia, Canberra, Nov 2007.
* Invited speaker, *Forecasting functional time series*, Australian Frontiers of Science, Canberra, Feb 2008.
* Yahoo Big Thinkers lecture, *Exploring the boundaries of predictability: what can we forecast, and when should we give up?*, California, Jun 2015.
# Keynote addresses
* Keynote speaker, *Extreme Forecasting*, International Symposium on Forecasting, Hong Kong, Jun 2009.
* Keynote speaker, *Man vs Wild Data*, Young Statisticians Conference, Melbourne, Feb 2013.
* Keynote speaker, *Forecasting without forecasters*, International Symposium on Forecasting, Seoul, Jun 2013.
* Keynote speaker, *Automatic time series forecasting*, "New Trends on Intelligent Systems and Soft Computing 2014", Granada, Spain, Feb 2014.
* Keynote speaker, *Challenges in forecasting peak electricity demand*, Energy Forum, Valais, Switzerland, June 2014.
* Keynote speaker, *Forecasting big time series data using R*, Chinese R conference, Nanchang, Oct 2015.
* Keynote speaker, *Forecasting large collections of related time series*, German Statistical Week, Augsburg, Sep 2016.
* Keynote speaker, *Visualizing and forecasting big time series data*, ICML Time Series Workshop, Sydney, Aug 2017.
* Keynote speaker, Beijing Workshop on Forecasting, Nov 2017.
* Keynote speaker, *10 years of forecast reconciliation*, International Symposium on Forecasting, Oct 2020.
# Conference organization
* General Chair, International Symposium on Forecasting, 2017
* Program Chair, International Symposium on Forecasting, 2012.
* Program Co-Chair, International Symposium on Forecasting, 2004.
# R packages
I have coauthored `r length(rjhpkgs)` R packages as a result of my research. There have been over `r round(sum(since2015$count)/1e6)` million downloads of my packages since 2015 (to `r format(Sys.time(), "%e %B %Y")`).
# Selected books
```{r books}
bibliography_entries("all_my_papers_ref.bib") %>%
filter(id %in% c("fpp2","MWH3","expsmooth08")) %>%
arrange(issued, author$family)
```
# Selected papers
\enlargethispage*{1.3cm}
```{r GScholar, include=FALSE}
if(file.exists("gspapers.rds")) {
gspapers <- readRDS("gspapers.rds")
} else {
# Grab all citation info, 100 per call
gspapers1 <- gcite_url(
url = "https://scholar.google.com.au/citations?user=vamErfkAAAAJ&hl=en",
cstart = 0, pagesize = 100
) %>%
gcite_papers()
gspapers2 <- gcite_url(
url = "https://scholar.google.com.au/citations?user=vamErfkAAAAJ&hl=en",
cstart = 100, pagesize = 100
) %>%
gcite_papers()
gspapers3 <- gcite_url(
url = "https://scholar.google.com.au/citations?user=vamErfkAAAAJ&hl=en",
cstart = 200, pagesize = 100
) %>%
gcite_papers()
gspapers <- bind_rows(gspapers1, gspapers2, gspapers3) %>%
as_tibble()
saveRDS(gspapers, "gspapers.rds")
}
```
```{r bibfile, include=FALSE, dependson='GScholar'}
# Read bib file
rjhpubs <- ReadBib("all_my_papers_ref.bib", check = "error")
# Join two tables using fuzzy matching on titles
rjhtbl <- rjhpubs %>%
as.data.frame() %>%
rownames_to_column("key") %>%
as_tibble() %>%
stringdist_join(gspapers, by = "title", ignore_case=TRUE) %>%
rename(title = title.x) %>%
mutate(year = as.integer(year)) %>%
select(key, bibtype, title, author, year, n_citations)
```
```{r bestten, include=FALSE, dependson='bibfile'}
bestten <- tibble(
key=c("smartmeterhts","mint","HF10","DHS11","hierarchical",
"VHNC10","HK06","HK08","HKSG02","HF96",
"ijf25","HU07","HDR96","gefcom2014",
"HBG96","HB08","tscv","temporal-hierarchies")
) %>%
left_join(rjhtbl, by='key') %>%
arrange(-year) %>%
mutate(author = str_replace(author, "~", " "))
```
```{r, echo=FALSE, results='asis', dependson='bestten'}
for(j in seq(NROW(bestten))) {
k <- bestten[j,] %>% pull(key)
cat(j)
cat(". ")
print(rjhpubs[k, ])
cat("\\emph{[Citations: ", filter(rjhtbl, key==k) %>% pull(n_citations), "]}.",sep="")
cat("\n\n")
}
cat("\\vspace*{0.2cm}\\par\\mbox{}\\hfill{\\emph{[Citations from Google Scholar on",
format(Sys.time(), "%e %B %Y"),
"]}}",
sep="")
```