Skip to content

Commit ec68bcf

Browse files
authored
Merge pull request #2901 from chenyuan99/parent-feature-#2883
feat: add json cv page and related scripts
2 parents 89773fc + 5ca2d65 commit ec68bcf

File tree

9 files changed

+1276
-0
lines changed

9 files changed

+1276
-0
lines changed

Diff for: _data/cv.json

+152
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,152 @@
1+
{
2+
"basics": {
3+
"name": "Your Sidebar Name",
4+
"email": "[email protected]",
5+
"phone": "",
6+
"website": "https://academicpages.github.io",
7+
"summary": "Currently employed at Red Brick University. Short biography for the left-hand sidebar",
8+
"location": {
9+
"address": "",
10+
"postalCode": "",
11+
"city": "Earth",
12+
"countryCode": "US",
13+
"region": ""
14+
},
15+
"profiles": [
16+
{
17+
"network": "Google Scholar",
18+
"username": "",
19+
"url": "https://scholar.google.com/citations?user=PS_CX0AAAAAJ"
20+
},
21+
{
22+
"network": "ORCID",
23+
"username": "",
24+
"url": "http://orcid.org/yourorcidurl"
25+
},
26+
{
27+
"network": "GitHub",
28+
"username": "academicpages",
29+
"url": "https://github.com/academicpages"
30+
}
31+
]
32+
},
33+
"work": [],
34+
"education": [
35+
{
36+
"institution": "GitHub University",
37+
"area": "Ph.D in Version Control Theory",
38+
"studyType": "",
39+
"startDate": "",
40+
"endDate": "2018",
41+
"gpa": null,
42+
"courses": []
43+
},
44+
{
45+
"institution": "GitHub University",
46+
"area": "M.S. in Jekyll",
47+
"studyType": "",
48+
"startDate": "",
49+
"endDate": "2014",
50+
"gpa": null,
51+
"courses": []
52+
},
53+
{
54+
"institution": "GitHub University",
55+
"area": "B.S. in GitHub",
56+
"studyType": "",
57+
"startDate": "",
58+
"endDate": "2012",
59+
"gpa": null,
60+
"courses": []
61+
}
62+
],
63+
"skills": [],
64+
"languages": [],
65+
"interests": [],
66+
"references": [],
67+
"publications": [
68+
{
69+
"name": "Paper Title Number 1",
70+
"publisher": "Journal 1",
71+
"releaseDate": "2009-10-01",
72+
"website": "http://academicpages.github.io/files/paper1.pdf",
73+
"summary": "This paper is about the number 1. The number 2 is left for future work."
74+
},
75+
{
76+
"name": "Paper Title Number 2",
77+
"publisher": "Journal 1",
78+
"releaseDate": "2010-10-01",
79+
"website": "http://academicpages.github.io/files/paper2.pdf",
80+
"summary": "This paper is about the number 2. The number 3 is left for future work."
81+
},
82+
{
83+
"name": "Paper Title Number 3",
84+
"publisher": "Journal 1",
85+
"releaseDate": "2015-10-01",
86+
"website": "http://academicpages.github.io/files/paper3.pdf",
87+
"summary": "This paper is about the number 3. The number 4 is left for future work."
88+
},
89+
{
90+
"name": "Paper Title Number 4",
91+
"publisher": "GitHub Journal of Bugs",
92+
"releaseDate": "2024-02-17",
93+
"website": "http://academicpages.github.io/files/paper3.pdf",
94+
"summary": "This paper is about fixing template issue #693."
95+
}
96+
],
97+
"presentations": [
98+
{
99+
"name": "Talk 1 on Relevant Topic in Your Field",
100+
"event": "UC San Francisco, Department of Testing",
101+
"date": "2012-03-01",
102+
"location": "San Francisco, CA, USA",
103+
"description": ""
104+
},
105+
{
106+
"name": "Tutorial 1 on Relevant Topic in Your Field",
107+
"event": "UC-Berkeley Institute for Testing Science",
108+
"date": "2013-03-01",
109+
"location": "Berkeley, CA, USA",
110+
"description": ""
111+
},
112+
{
113+
"name": "Talk 2 on Relevant Topic in Your Field",
114+
"event": "London School of Testing",
115+
"date": "2014-02-01",
116+
"location": "London, UK",
117+
"description": ""
118+
},
119+
{
120+
"name": "Conference Proceeding talk 3 on Relevant Topic in Your Field",
121+
"event": "Testing Institute of America 2014 Annual Conference",
122+
"date": "2014-03-01",
123+
"location": "Los Angeles, CA, USA",
124+
"description": ""
125+
}
126+
],
127+
"teaching": [
128+
{
129+
"course": "Teaching experience 1",
130+
"institution": "University 1, Department",
131+
"date": "2014-01-01",
132+
"role": "Undergraduate course",
133+
"description": ""
134+
},
135+
{
136+
"course": "Teaching experience 2",
137+
"institution": "University 1, Department",
138+
"date": "2015-01-01",
139+
"role": "Workshop",
140+
"description": ""
141+
}
142+
],
143+
"portfolio": [
144+
{
145+
"name": "Portfolio item number 1",
146+
"category": "portfolio",
147+
"date": "",
148+
"url": "",
149+
"description": "Short description of portfolio item number 1<br/><img src='/images/500x300.png'>"
150+
}
151+
]
152+
}

Diff for: _data/navigation.yml

+3
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,8 @@ main:
2323
- title: "CV"
2424
url: /cv/
2525

26+
- title: "JSON CV"
27+
url: /cv-json/
28+
2629
- title: "Guide"
2730
url: /markdown/

0 commit comments

Comments
 (0)