forked from liantze/AltaCV
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdata.yml
126 lines (126 loc) · 4.03 KB
/
data.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
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
colorscheme:
name: black # You can set color by name
tagline: '#8F0D0D' # Or hex code
headingrule: '#E7D192'
subheading: '#8F0D0D'
accent: '#8F0D0D'
emphasis: '#2E2E2E'
body: '#666666'
personalinfo:
name: Your Name Here
tagline: Your Position or Tagline Here
photo: Globe_High.png
email: [email protected]
phone: 000-00-0000
mailaddress: Åddrésş, Street, 00000 Cóuntry
location: location, COUNTRY
homepage: www.homepage.com
twitter: '@twitterhandle'
linkedin: your_id
github: your_id
column-1:
- events: # Each section is named as plural of its items
heading: Experience # The heading used for the section; without heading the default is the type of section
items:
- event: # Each item is indexed with numbers
title: Job Title 1
org: Company 1
time: Month 20XX -- Ongoing
location: Location
description:
- Job description 1
- Job description 2
- event:
title: Job Title 2
org: Company 2
time: Month 20XX -- Ongoing
location: Location
description:
- Job description 1
- Job description 2
- events:
heading: Projects
items:
- event:
title: Project 1
org: Funding agency/institution
location: Location
description:
- Detail 1
- Detail 2
- event:
title: Project 2
org: Funding agency/institution
time: Project duration
location: Location
description: A short abstract would also work.
column-2: # There are two columns
- quote:
heading: My Life Philosophy
quote: Something smart or heartfelt, preferably in one sentence.
- achievements:
heading: Most Proud of
items:
- achievement:
icon: \faTrophy
title: Fantastic Achievement
description: and some details about it
- achievement:
icon: \faHeartbeat
title: Another achievement
description: more details about it of course
- achievement:
icon: \faHeartbeat
title: Another achievement
description: more details about it of course
- badges:
heading: Strengths
items:
- Hard-working
- Eye for detail
- br
- Motivator \& Leader
- dividertag
- C++
- Embedded Systems
- br
- Statistical Analysis
- scales:
heading: Languages
divider: no
items:
English: 5
Spanish: 4
German: 3
- events:
heading: Education
items:
- event:
title: Ph.D.\ in Your Discipline
org: Your University
time: Sept 2002 -- June 2006
description: 'Thesis title: Wonderful Research'
- event:
title: M.Sc.\ in Your Discipline
org: Your University
time: Sept 2001 -- June 2002
- event:
title: B.Sc.\ in Your Discipline
org: Stanford University
time: Sept 1998 -- June 2001
- referees:
items:
- referee:
name: Prof.\ Alpha Beta
institute: Institute
email: [email protected]
addresses:
- Address Line 1
- Address line 2
- referee:
name: Prof.\ Gamma Delta
institute: Institute
email: [email protected]
addresses:
- Address Line 1
- Address line 2