-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtemplate.qmd
145 lines (113 loc) · 4.02 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
---
title: YAAC-CV
format:
quarto-yaac-pdf:
classoption: localFont, alternative, red, 10pt, compact, showLinks
firstname: William
lastname: Gosset
tagline: Brewmaster and Student
#linkedin: optional linkedin username
website-name: quarto.org # optional website name
website-address: quarto.org # optional website address
github: github #optional github username
smartphone: 1-(234)-567-8901
email: [email protected]
address: Guinness Brewery · Park Royal · London NW10 7RR, UK
#infos: optional additional info
photo: resources/William_Sealy_Gosset # optional photo
date: last-modified
nocite: '@*'
bibliography: "peer_bib.bib"
csl: apa-cv.csl
---
Established scientist working on experimental design and small sample statistics
with an applied focus on agricultural and brewery research experiments. Lorem
ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget
dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient
montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque
eu, pretium quis, sem. Nulla consequat massa quis enim.
<!--
Use the class `.sectiontitle` to format first level headings
Use .fa<Font> to insert a fontawesome icon, a list of
icons are included: http://mirrors.ctan.org/fonts/fontawesome5/doc/fontawesome5.pdf
-->
# Skills {.sectiontitle .faTasks}
<!--
The yaac document class provides a `keywords` environment.
The easiest way to use it right now is to enter skills in latex code blocks.
-->
```{=latex}
\begin{keywords}
\keywordsentry{Brewing}{Barley, Chemistry, Stouts}
\keywordsentry{Statistics}{Experimental Design, Uncertainty, t-distribution}
\end{keywords}
```
# Experience {.sectiontitle .faSuitcase}
<!--The yaac document class provides an `experiences` environment: -->
```{=latex}
\begin{experiences}
\experience
{enddate} {position title}{organization}{location}
{startdate} {
\begin{itemize}
\item I did amazing stuff
\item I did more amazing stuff
\item Here are some KPIs
\item Did I mention I did amazing things
\end{itemize}
}
{quarto,python,R,latex}
\emptySeparator
\experience
{1935} {Experimental Brewer}{Guinness and Son}{Dublin}
{1899} {
\begin{itemize}
\item Design experiments
\item Develop practical stat methods
\end{itemize}
}
{quarto,python,R,latex}
\end{experiences}
```
# Education {.sectiontitle .faGraduationCap}
```{=latex}
\begin{scholarship}
\scholarshipentry{1899}
{Mathematics and Chemistry, New College Oxford}
\end{scholarship}
```
# Selected Peer-Reviewed Publications {.sectiontitle .faFile}
:::{#refs}
:::
# Software Projects {.sectiontitle .faLaptop}
```{=latex}
\begin{projects}
\project
{quarto}{2020 - current}
{\github{quarto-dev/quarto-cli} \website{https://quarto.org}{https://quarto.org}}
{Open-source scientific and technical publishing system built on Pandoc.}
{R,Python,Julia,Observable,\LaTeX}
\project
{YAAC Another Awesome CV}{2013 - 2018}
{\github{darwiin/yaac-another-awesome-cv} \website{https://www.overleaf.com/latex/templates/awesome-source-cv/wrdjtkkytqcw}{Template sur Overleaf}}
{Template \LaTeX pour Curiculum Vitæ utilisant les icônes \href{https://fontawesome.com}{Font Awesome} et la police de caractère \href{https://fonts.google.com/specimen/Source+Sans+Pro}{Adobe Source Sans Pro}. YAAC Another Awesome CV a d'abord été créé comme un template simple pour CV à vocation technologique.}
{\LaTeX,Sublime Text}
\end{projects}
```
# References {.sectiontitle .faQuoteLeft}
```{=latex}
\begin{referees}
\referee
{Jerzy Neyman}
{Pofessor}
{University College}
{+687 987 654}
\referee
{Karl Pearson}
{Professor}
{Gresham College}
{+687 987 654}
\end{referees}
```