-
Notifications
You must be signed in to change notification settings - Fork 14
/
template.qmd
167 lines (154 loc) · 6.22 KB
/
template.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
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
---
title: Untitled
format:
modern2-cv-pdf: default
author: David Schoch
cvfont: raleway #texlive fonts like raleway,fetamont,gillius,comfortaa
cvcolor:
main: B83B5E
accent: 6A2C70
jobtitle: Team Lead "Transparent Social Analytics"
sidebar:
image: portrait.jpg
bullets:
- Konstanz, Germany
- german
- married
sections:
- name: Skills
items:
- text: R
exp:
text: "10+ yrs."
num: 1
- text: Python
exp:
text: "2 yrs."
num: 0.2
- text: JavaScript
exp:
text: "4 yrs."
num: 0.4
- text: Lua
exp:
text: "1 yr."
num: 0.1
- text: Rmarkdown
exp:
text: "6 yrs."
num: 0.6
- text: Quarto
exp:
text: "1 yr."
num: 0.1
- text: Data Analysis
exp:
text: "9 years"
num: 0.9
- text: Web Scraping
exp:
text: "8 yrs."
num: 0.8
- text: Web Development
exp:
text: "8 years"
num: 0.8
- name: Tools
items:
- Git
- RStudio
- VS Code
- Terminal
- name: Education
items:
- text: "Ph.D. Computer Science"
inst: "University of Konstanz"
time: "09/2012 - 11/2015"
details: "Thesis: Positional Approach for Network Centrality"
- text: "Businessmathematics (Dipl.)"
inst: "Karlsruhe Institute of Technology"
time: "10/2006 - 07/2012"
details: "Thesis: Modularity Maximization"
- name: Contact
items:
- icon: map-marker
text: Konstanz, Germany
- icon: phone
text: "+XX XXXX XXXX"
- icon: envelope
text: [email protected]
- icon: home
text: mr.schochastics.net
href: https://mr.schochastics.net
- icon: github
text: schochastics
href: https://github.com/schochastics
- icon: twitter
text: schochastics
href: https://twitter.com/schochastics
execute:
echo: false
---
```{r}
#| label: cvevents
cvevents <- function(tbl, when, what, where, descr) {
command_start <- "\\cvevent"
tbl[[where]] <- gsub("\n", " \\\\newline ", tbl[[where]])
res <- paste0(
command_start, "{", tbl[[when]], "}",
"{", tbl[[what]], "}",
"{", tbl[[where]], "}",
"{", tbl[[descr]], "}"
)
cat(res, sep = "\n\n\n")
}
cvproj <- function(tbl,what,role,items){
command_start <- "\\cvproj"
res <- paste0(
command_start, "{", tbl[[what]], "}",
"{", tbl[[role]], "}",
"{", sapply(tbl[[items]], function(x)paste0(x,collapse = ", ")), "}"
)
cat(res, sep = "\n\n\n")
}
```
# Summary
Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.
# Experience
```{r}
#| label: experience
#| output: asis
tibble::tribble(
~role, ~institution, ~dates, ~details,
"Team Lead for Transparent Social Analytics", "Department of Computational Social Science\nGESIS - Leibniz Institute for the Social Sciences", "03/2022 - Present", "I am coordinating a project to build an Open Science platform with reusable code and tutorials to analyze digital behaviour data. I am also doing research on Open Science practices and I implement tools to enhance reproducibility and make methods accessible in R",
"Presidential Fellow", "Sociology Department\nUniversity of Manchester", "09/2018 - 02/2022",
"I did research on Disinformation on Social Media which involved the analysis of large scale and unstructured data sets with R and Bash",
"Post Doctoral Researcher", "Chair of Social Networks\nETH Zurich", "11/2017 - 08/2018", "I developed new methods to analyze social networks and I gathered and analyzed large datsets from Social Media APIs",
"Post Doctoral Researcher", "Department of Computer \\& Information Science\nUniversity of Konstanz", "10/2015 - 10/2017", "I developed new methods to analyze social networks and scraped, harmonized, and analyzed a large corpus of football data",
"Ph.D. Candidate", "Department of Computer \\& Information Science\nUniversity of Konstanz", "11/2012 - 09/2015", "I developed new methods to analyze social networks and implemented these methods in R packages using R and C++"
) |>
cvevents(when = "dates", what = "role", where = "institution", descr = "details")
```
# Projects
See my [github profile](https://github.com/schochastics) for a comprehensive list of open source projects.
```{r}
#| label: proj
#| output: asis
tibble::tribble(
~what, ~role, ~items,
"R packages", "Creator and Maintainer", c("edgebundle", "graphlayouts", "levelnet", "netrankr", "netUtils", "networkdata", "PSAWR", "roughnet", "roughsf", "rtoot", "Rtumblr", "signnet", "snahelper", "webbotparseR", "webtrackR"),
"R packages", "Contributor", c("backbone", "ggraph", "multigraphr", "netropy", "rang", "rgraph6"),
"Quarto extensions", "Creator and Maintainer",
c("Academicons (shortcodes)", "Blackboard (revealjs theme)", "sketchy (html theme)", "share buttons (filter)", "nutshell (filter)", "quartocities (website template)", "quartocv (cv templates)"),
"soccerverse.com (football analytics website)", "Creator and Maintainer",
c(
"Manual and automated gathering of football results around the world",
"Harmonizing data (e.g. club names and managers)",
"Implementation of ranking algorithms",
"Predicting of league tables and matchforecasting",
"Uses R, JavaScript, HTML, and CSS",
"around 1000 visitors/month"
)
) |>
cvproj(what = "what", role = "role", items = "items")
```