-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresume.json
157 lines (157 loc) · 5.35 KB
/
resume.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
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
{
"displayOrder": [
"shortBio",
"projects",
"work",
"education",
"awards",
"volunteer",
"social"
],
"hideDesignedBy": false,
"personal": {
"name": "John Doe",
"title": "Software Developer",
"email": "johndoe@email.com",
"phone": "123-456-7890",
"websites": [
{
"network": "linkedin",
"label": "johndoe",
"url": "https://www.linkedin.com/in/johndoe"
},
{
"network": "github",
"label": "johndoe",
"url": "https://github.com/johndoe"
}
],
"shortBio": "Hello! I am John Doe. I make stuff. Here's some of it.",
"location": "Delaware",
"profiles": [
{
"network": "Twitter",
"url": "http://twitter.com/johndoe"
},
{
"network": "github",
"url": "http://github.com/johndoe"
},
{
"network": "linkedin",
"url": "https://www.linkedin.com/in/johndoe"
}
]
},
"work": [
{
"employer": "ABC Company",
"location": "Newark, DE",
"title": "Software Engineer",
"website": "http://google.com",
"dates": "July 2014 - Present",
"highlights": []
},
{
"employer": "DEF Company",
"location": "Newark, DE",
"title": "Software Developer",
"website": "",
"dates": "January 2012 - June 2014",
"highlights": [
"Implemented new APIs",
"Integrated and tested existing C++ libraries with the Google Testing Framework",
"Improved functionality in the backend as well as the frontend of the system",
"Technologies used: C++, SQL, PHP, ExtJS, Unix"
]
},
{
"employer": "University of Delaware",
"location": "Newark, DE",
"title": "Research Assistant",
"website": "http://google.com",
"dates": "September 2010 - December 2011",
"highlights": [
"Worked on Model and Simulation of DRAM-PCM Dual Architecture with Dr. Chengmo Yang",
"Developed simulators for various parts of the architecture",
"Integrated different algorithms",
"Tested the algorithms and analyzed the results",
"Presented research findings at research seminar"
]
}
],
"volunteer": [
{
"organization": "Volunteer Org #1",
"location": "Newark, DE",
"title": "Volunteer",
"website": "",
"dates": "December 2015",
"highlights": ["highlight", "highlight"]
},
{
"organization": "Volunteer Org #2",
"location": "Newark, DE",
"title": "Volunteer",
"website": "https://www.udel.edu/",
"dates": "November 2015",
"highlights": []
},
{
"organization": "Volunteer Org #3",
"location": "Newark, DE",
"title": "Volunteer",
"website": "https://www.udel.edu/",
"dates": "November 2015",
"highlights": ["highlight", "highlight"]
}
],
"education": [
{
"institution": "University of Delaware",
"major": "Computer Engineering",
"degree": "Master of Science",
"graduationDate": "Fall 2020"
}
],
"projectSections": [
{
"title": "Backend",
"projects": [
{
"title": "Project with long paragraph description",
"link": "https://github.com/johndoe/rep.git",
"thumbnail": "https://raw.githubusercontent.com/johndoe/portfolio-generator/master/screenshot.PNG",
"description": "This was a project to develop a backend API for a weather application. It involved creating endpoints for the different weather data to be returned to the application frontend, using technologies like Node.js and Express. I also implemented various features like caching and authentication to improve performance and security. This was a challenging project that allowed me to gain a lot of experience with backend development."
},
{
"title": "Project with no thumbnail",
"link": "https://github.com/johndoe",
"description": "This project is about doing something awesome! Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean commodo, neque non vestibulum consequat, elit elit feugiat elit, vel rhoncus ante purus at sapien. Ut bibendum urna vitae erat pharetra, in porttitor dolor ultrices. Sed quis massa a arcu bibendum suscipit vitae at odio."
},
{
"title": "Project with no link",
"thumbnail": "https://raw.githubusercontent.com/johndoe/portfolio-generator/master/screenshot.PNG",
"description": "This was another interesting project I worked on. It involved creating a backend for a messaging application that allowed users to send messages to each other in real-time. The backend was built using technologies like Node.js, Express, and Socket.io, and it required a lot of coordination between the frontend and backend teams to ensure everything worked seamlessly. It was a great experience that taught me a lot about teamwork and communication."
}
]
}
],
"awards": [
{
"title": "Award Name",
"date": "November 2015",
"awarder": "Awarding Organization",
"summary": "Description of the award and what it was for"
},
{
"title": "Another Award",
"date": "December 2014",
"awarder": "Awarding Organization",
"summary": "Description of the award and what it was for"
}
],
"settings": {
"enableDownload": true
}
}