This repository has been archived by the owner on Sep 10, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 13
/
example.json
132 lines (132 loc) · 4.2 KB
/
example.json
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
{
"Name": "Name Lastname",
"Title": "Professional Title",
"Contact": {
"Phone": "phone number",
"Address": "home address",
"Email": "example@email.com",
"Webpage": {
"Name": "webpage",
"URL": "https://eff.org"
},
"Linkedin": {
"Name": "username",
"URL": "https://linkedin.com/"
},
"Github": {
"Name": "username",
"URL": "https://github.com/"
}
},
"Summary": "Introduction paragraph, who are you, what motivates you and what are you looking for",
"Sections": [
{
"Name": "Education",
"Entries": [
{
"What": "Name of education program #1",
"Where": "Institution name #1",
"When": "Date #1 - Date #2",
"Description": "GPA: X.X/4.0. Relevant courses: Course #1, Course #2, Course #3"
},
{
"What": "Name of education program #2",
"Where": "Institution name #2",
"When": "Date #1 - Date #2",
"Description": "GPA: X.X/10. Something relevant about the program"
}
]
},
{
"Name": "Experience",
"Entries": [
{
"What": "Work Title #1",
"Where": "Company or institution name, department #1",
"When": "Date #1 - Present",
"Location": "City #1, State #1",
"Details": [
"Detailed explanation about the work you did there #1",
"Detailed explanation about the work you did there #2",
"Really long and detailed explanation about the work you did there, explaining what you achieved and how did you achieved that, what obstacles you overcame and how it made you a better professional in your field of expertise"
]
},
{
"What": "Work Title #2",
"When": "Date #3 - Date #4",
"Details": [
"Detailed explanation about the work you did there #3",
"Detailed explanation about the work you did there #4"
]
},
{
"What": "Work Title #2",
"Where": "Company or institution name, department #2",
"When": "Date #1 - Date #2",
"Location": "City #2, State #2",
"Details": [
"Detailed explanation about the work you did there #1",
"Detailed explanation about the work you did there #2",
"Really long and detailed explanation about the work you did there, explaining what you achieved and how did you achieved that, what obstacles you overcame and how it made you a better professional in your field of expertise"
]
}
]
},
{
"Name": "Projects",
"Entries": [
{
"What": "Project #1",
"URL": "https://github.com/",
"Description": "Description of the project",
"Details": [
"Detailed explanation about the project goal or implementation #1",
"Detailed explanation about the project goal or implementation #2"
]
},
{
"What": "Project #2",
"URL": "https://github.com/",
"Description": "Description of the project",
"Details": [
"Detailed explanation about the project goal or implementation #1",
"Detailed explanation about the project goal or implementation #2"
]
}
]
},
{
"Name": "Skills",
"Entries": [
{
"What": "Competences",
"Description": "Competence #1, Competence #2, Competence #3, Competence #4"
},
{
"What": "Software",
"Description": "Software #1, Software #2, Software #3"
}
]
},
{
"Name": "Honors, grants and awards",
"Entries": [
{
"Description": "General overview of the honors, grands and awards you have received along your career",
"Details": [
"Award name #1 (Date #1)",
"Award name #2 (Date #2)"
]
}
]
},
{
"Name": "References",
"Entries": [
{
"Description": "Description of how the recruiter can contact your references to verify your resume and skills or to talk about how was your past work at a company"
}
]
}
]
}