forked from alshedivat/al-folio
-
Notifications
You must be signed in to change notification settings - Fork 1
/
cv.yml
97 lines (88 loc) · 2.63 KB
/
cv.yml
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
# - title: General Information
# type: map
# contents:
# - name: Full Name
# value: Albert Einstein
# - name: Date of Birth
# value: 14th March 1879
# - name: Languages
# value: English, German
# - title: Education
# type: time_table
# contents:
# - title: PhD
# institution: University of Zurich, Zurich, Switzerland
# year: 1905
# description:
# - Description 1.
# - Description 2.
# - title: Description 3.
# contents:
# - Sub-description 1.
# - Sub-description 2.
# - title: Federal teaching diploma
# institution: Eidgenössische Technische Hochschule, Zurich, Switzerland
# year: 1900
# description:
# - Description 1.
# - Description 2.
# - title: Experience
# type: time_table
# contents:
# - title: Professor of Theoretical Physics
# institution: Institute for Advanced Study, Princeton University
# year: 1933 - 1955
# description:
# - Description 1.
# - Description 2.
# - title: Description 3.
# contents:
# - Sub-description 1.
# - Sub-description 2.
# - title: Visiting Professor
# institution: California Institute of Technology, Pasadena, California, US
# year: 1933
# description:
# - Description 1.
# - Description 2.
# - title: Director
# institution: Kaiser Wilhelm Institute for Physics, Berlin, Germany.
# year: 1917-1933
# - title: Professor of Theoretical Physics
# institution: Karl-Ferdinand University, Prague, Czechoslovakia
# year: 1911 - 1917
# description:
# - title: Associate Professor of Theoretical Physics
# institution: University of Zurich, Zurich, Switzerland
# year: 1909 - 1911
# - title: Open Source Projects
# type: time_table
# contents:
# - title: <a href="https://github.com/alshedivat/al-folio">al-folio</a>
# year: 2015-now
# description: A beautiful, simple, clean, and responsive Jekyll theme for academics.
# - title: Honors and Awards
# type: time_table
# contents:
# - year: 1921
# items:
# - Nobel Prize in Physics
# - Matteucci Medal
# - year: 2029
# items:
# - Max Planck Medal
# - title: Academic Interests
# type: nested_list
# contents:
# - title: Topic 1.
# items:
# - Description 1.
# - Description 2.
# - title: Topic 2.
# items:
# - Description 1.
# - Description 2.
# - title: Other Interests
# type: list
# contents:
# - <u>Hobbies:</u> Hobby 1, Hobby 2, etc.