-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcv.json
More file actions
152 lines (152 loc) · 4.13 KB
/
Copy pathcv.json
File metadata and controls
152 lines (152 loc) · 4.13 KB
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
145
146
147
148
149
150
151
152
{
"basics": {
"name": "Your Sidebar Name",
"email": "none@example.org",
"phone": "",
"website": "https://academicpages.github.io",
"summary": "Currently employed at Red Brick University. Short biography for the left-hand sidebar",
"location": {
"address": "",
"postalCode": "",
"city": "Earth",
"countryCode": "US",
"region": ""
},
"profiles": [
{
"network": "Google Scholar",
"username": "",
"url": "https://scholar.google.com/citations?user=PS_CX0AAAAAJ"
},
{
"network": "ORCID",
"username": "",
"url": "https://orcid.org/yourorcidurl"
},
{
"network": "GitHub",
"username": "academicpages",
"url": "https://github.com/academicpages"
}
]
},
"work": [],
"education": [
{
"institution": "GitHub University",
"area": "Ph.D in Version Control Theory",
"studyType": "",
"startDate": "",
"endDate": "2018",
"gpa": null,
"courses": []
},
{
"institution": "GitHub University",
"area": "M.S. in Jekyll",
"studyType": "",
"startDate": "",
"endDate": "2014",
"gpa": null,
"courses": []
},
{
"institution": "GitHub University",
"area": "B.S. in GitHub",
"studyType": "",
"startDate": "",
"endDate": "2012",
"gpa": null,
"courses": []
}
],
"skills": [],
"languages": [],
"interests": [],
"references": [],
"publications": [
{
"name": "Paper Title Number 1",
"publisher": "Journal 1",
"releaseDate": "2009-10-01",
"website": "https://academicpages.github.io/files/paper1.pdf",
"summary": "This paper is about the number 1. The number 2 is left for future work."
},
{
"name": "Paper Title Number 2",
"publisher": "Journal 1",
"releaseDate": "2010-10-01",
"website": "https://academicpages.github.io/files/paper2.pdf",
"summary": "This paper is about the number 2. The number 3 is left for future work."
},
{
"name": "Paper Title Number 3",
"publisher": "Journal 1",
"releaseDate": "2015-10-01",
"website": "https://academicpages.github.io/files/paper3.pdf",
"summary": "This paper is about the number 3. The number 4 is left for future work."
},
{
"name": "Paper Title Number 4",
"publisher": "GitHub Journal of Bugs",
"releaseDate": "2024-02-17",
"website": "https://academicpages.github.io/files/paper3.pdf",
"summary": "This paper is about fixing template issue #693."
}
],
"presentations": [
{
"name": "Talk 1 on Relevant Topic in Your Field",
"event": "UC San Francisco, Department of Testing",
"date": "2012-03-01",
"location": "San Francisco, CA, USA",
"description": ""
},
{
"name": "Tutorial 1 on Relevant Topic in Your Field",
"event": "UC-Berkeley Institute for Testing Science",
"date": "2013-03-01",
"location": "Berkeley, CA, USA",
"description": ""
},
{
"name": "Talk 2 on Relevant Topic in Your Field",
"event": "London School of Testing",
"date": "2014-02-01",
"location": "London, UK",
"description": ""
},
{
"name": "Conference Proceeding talk 3 on Relevant Topic in Your Field",
"event": "Testing Institute of America 2014 Annual Conference",
"date": "2014-03-01",
"location": "Los Angeles, CA, USA",
"description": ""
}
],
"teaching": [
{
"course": "Teaching experience 1",
"institution": "University 1, Department",
"date": "2014-01-01",
"role": "Undergraduate course",
"description": ""
},
{
"course": "Teaching experience 2",
"institution": "University 1, Department",
"date": "2015-01-01",
"role": "Workshop",
"description": ""
}
],
"portfolio": [
{
"name": "Portfolio item number 1",
"category": "portfolio",
"date": "",
"url": "",
"description": "Short description of portfolio item number 1<br/><img src='/images/500x300.png'>"
}
]
}