forked from robjhyndman/CV
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
RobHyndman_1page.Rmd
153 lines (136 loc) · 3.21 KB
/
RobHyndman_1page.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
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
---
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
output:
vitae::hyndman:
keep_tex: yes
header-includes:
- \geometry{left=1.8cm,right=1.8cm,top=1.9cm,bottom=1.4cm}
- \usepackage{graphicx}
- \graphicspath{{~}}
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = FALSE, warning = FALSE, message = FALSE, cache = FALSE)
library(tidyverse)
library(RefManageR)
library(vitae)
source("functions.R")
```
```{r Rpackages, eval=FALSE}
# Construct bib file for R packages
source("Rpackages.R")
write_packages_bib(
pkglist = c(
"addb",
"anomalous",
"bfast",
"binb",
"compenginets",
"cricketdata",
"demography",
"eechidna",
"emma",
"expsmooth",
"fable",
"fabletools",
"feasts",
"fds",
"fma",
"forecast",
"fpp",
"fpp2",
"fpp3",
"ftsa",
"gratis",
"gravitas",
"hdrcde",
"hts",
"Mcomp",
"MEFM",
"MonashEBSTemplates",
"oddstream",
"oddwater",
"ozbabynames",
#"ozdata",
"rainbow",
"rmarkdown",
"robets",
"seer",
"smoothAPC",
"stR",
"stray",
"sugrrants",
"thief",
"tscompdata",
"tsdl",
"tsfeatures",
"tsibble",
"tsibbledata",
"vitae"),
file="Rpackages.bib")
```
```{r bibfiles}
# Read any bib files
pubs <- ReadBib("rjhpubs.bib", check = FALSE)
reports <- ReadBib("rjhreports.bib", check = FALSE)
packages <- ReadBib("Rpackages.bib", check = FALSE)
```
# 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,
2003, NA, "\\textbf{Professor}, Department of Econometrics \\& Business Statistics, Monash University",
2019, NA, "\\textbf{Head}, Department of Econometrics \\& Business Statistics, Monash University",
) %>%
arrange(-Start) %>%
mutate(End = replace_na(End, "")) %>%
mutate(Years = paste(Start, "--", End, sep = "")) %>%
select(Years, Position) %>%
baretable()
```
```{r publist}
# Find editorials
editorials <- c(
"hyndman2015new",
"hyndman2015change",
"IJFeditorial13",
"tourismeditorial11",
"IJFeditorial10b",
"IJFeditorial10a",
"IJFeditorial06",
"IJFeditorial05"
)
```
\newcommand{\bibfont}{\normalfont\fontsize{10}{11.7}\sffamily}
# Books (since 2018)
```{r books}
bibliography_entries("rjhpubs.bib") %>%
filter(type == "book", issued > 2015) %>%
arrange(issued, author$family)
```
# Research papers (since 2018)
```{r research-papers}
# Normal articles excluding editorials
bibliography_entries("rjhpubs.bib") %>%
filter(type == "article-journal", !(id %in% editorials), issued >= 2018) %>%
arrange(issued, author$family)
```
\thispagestyle{empty}\vspace*{-.31cm}\hspace*{14.5cm}\includegraphics[width=4cm]{Sig}\vspace*{-2cm}