-
Notifications
You must be signed in to change notification settings - Fork 4
/
template.qmd
116 lines (105 loc) · 2.44 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
---
title: "Albert Einstein's CV"
author:
firstname: Albert
lastname: Einstein
address: "Rämistrasse 101, CH-8092 Zürich, Switzerland, Zürich"
position: "Research Physicist ・ Professor"
contacts:
- icon: fa envelope
text: ae@example.com
url: "mailto:ae@example.com"
- icon: assets/icon/bi-house-fill.svg
text: example.com
url: https://example.com
- icon: fa brands orcid
text: 0000-0000-0000-0000
url: https://orcid.org/0000-0000-0000-0000
- icon: fa brands github
text: GitHub
url: https://github.com/example
- icon: fa brands linkedin
text: LinkedIn
url: https://linkedin.com/in/example
- icon: fa brands x-twitter
text: twitter
url: https://twitter.com/example
format: awesomecv-typst
---
## Education
```{=typst}
#resume-entry(
title: "Ph.D. in Physics",
location: "Zürich, Switzerland",
date: "1905",
description: "University of Zürich",
)
#resume-entry(
title: "Master of Science",
location: "Zürich, Switzerland",
date: "1896 - 1900",
description: "ETH",
)
```
## Publications
```{=typst}
#resume-entry(
title: "On the Electrodynamics of Moving Bodies",
location: " Annalen der Physik",
date: "September 1905"
)
#resume-entry(
title: "On the motion of small particles suspended in liquids at rest required by the molecular-kinetic theory of heat",
location: " Annalen der Physik",
date: "July 1905"
)
```
## Work Experience
```{=typst}
#resume-entry(
title: "Associate Professor",
location: "Zürich, Switzerland",
date: "1909 - 1911",
description: "University of Zürich"
)
#resume-entry(
title: "Junior Professor",
location: "Bern, Switzerland",
date: "1908 - 1909",
description: "University of Bern"
)
#resume-entry(
title: "Technical Assistant",
location: "Bern, Switzerland",
date: "1902 - 1908",
description: "Federal Patent Office"
)
```
## Awards
```{=typst}
#resume-entry(
title: "Nobel Prize in Physics",
location: "Stockholm, Sweden",
date: "1921",
description: "For his services to"
)
#resume-item[
- Theoritical Physics
- Discovery of the law of the photoelectric effect
]
```
## Skills
```{=typst}
#resume-entry(
title: "Languages",
description: "German (Native), English (Fluent), French (Intermediate)"
)
#resume-entry(
title: "Programming Languages",
description: "Python, C++, Fortran"
)
#resume-entry(
title: "Markup Languages",
description: "Typst, Quarto, LaTeX"
)
```