-
Notifications
You must be signed in to change notification settings - Fork 0
/
Resume.R
42 lines (36 loc) · 2.35 KB
/
Resume.R
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
# Make a resume with VisualResume
# Francesca Mancini
# 15/04/2017
source("VisualResume_modtext.R")
VisualResume(
titles.left = c("Francesca Mancini",
"Ecological modeller",
"*Built with love in R using the VisualResume package: www.ndphillips.github.io/VisualResume"),
titles.left.cex = c(3, 2.5, 1),
titles.right.cex = c(3, 2.5, 2),
titles.right = c("https://francescamancini.github.io",
"@Frances_Mancini"),
timeline.labels = c("Education", "Work and other cool things"),
timeline = data.frame(title = c("La Sapienza University", "Cardigan Bay Marine Wildlife Centre",
"University of Aberdeen", "University of Aberdeen",
"Study Group", "CEH"),
sub = c("Undergraduate Student", "Research Assistant", "MRes Student",
"PhD. Student", "Group Leader", "Research Associate"),
start = c(2008.7, 2013.1, 2013.7, 2014.8, 2017.1, 2018.8),
end = c(2012.2, 2013.7, 2014.7, 2018.8, 2018.1, 2019),
side = c(1, 0, 1, 1, 0, 0)),
milestones = data.frame(title = c("BSC", "MRes", "PhD"),
sub = c("Biology", "Marine and Fisheries Ecology", "Ecology"),
year = c(2012, 2014.7, 2018.8)),
events = data.frame(year = c(2014.7, 2016, 2017, 2017.3),
title = c("Won Lindsay Laird Prize for academic achievement",
"Won prize for best talk at Young Researchers Using Statistics Symposium",
"Mancini, F., Coghill, G.M., Lusseau, D. (2017). Using qualitative models to define sustainable \n management for the commons in data-poor conditions. Env.Sci.&Pol., 67, 52-60",
"Launched Aberdeen Study Group")),
interests = list("coding" = c(rep("R", 30), rep("Git", 10), rep("html", 2), rep("Python", 2)),
"statistics" = c(rep("GLMs", 10), rep("GAMs", 10), rep("Time Series", 3), rep("Spatial Analysis",5)),
"leadership" = c(rep("Motivation", 30), rep("Decision Making", 5), rep("Creativity", 20)),
"Teaching" = c(rep("Coding", 20), rep("Statistics", 20), rep("Ecology",30))),
year.steps = 1
)