-
Notifications
You must be signed in to change notification settings - Fork 0
/
resume.json
133 lines (133 loc) · 2.42 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
{
"basics": {
"name": "Brancen Gregory",
"label": "Researcher, Programmer, Designer, Analyst",
"picture": "",
"email": "brancengregory@gmail.com",
"phone": "(918) 497-7776",
"website": "brancengregory.com",
"summary": "",
"location": {
"address": "",
"postalCode": "",
"city": "Tulsa",
"countryCode": "US",
"region": "Oklahoma"
},
"profiles": [
{
"network": "Github",
"username": "brancengregory",
"url": "https://github.com"
},
{
"network": "LinkedIn",
"username": "brancengregory",
"url": "https://linkedin.com"
}
]
},
"work": [
{
"name": "Muskogee (Creek) Nation Department of Health",
"location": "Sapulpa, OK",
"description": "",
"position": "Data Analyst - SBIRT",
"url": "",
"startDate": "01/2018",
"endDate": "Current",
"summary": "",
"highlights": [
"",
""
]
},
{
"name": "University of Tulsa School of Law"
}
],
"volunteer": [
{
"organization": "Green Country DSA",
"position": "Member/Organizer",
"url": "https://greencountrydsa.github.io",
"startDate": "2017-12-15",
"endDate": "Current",
"summary": "",
"highlights": [
"Created and manage blog"
]
}
],
"education": [
{
"institution": "University of Tulsa",
"area": "Economics",
"studyType": "Bachelor of Science",
"startDate": "08/2012",
"endDate": "05/2017",
"gpa": "",
"courses": [
"Statistics for Engineers",
"Econometrics"
]
}
],
"skills": [
{
"name": "Web Development",
"level": "Proficient",
"keywords": [
"HTML",
"CSS",
"Javascript"
]
}
],
"languages": [
{
"language": "English",
"fluency": "Native Speaker"
}
],
"interests": [
{
"name": "Books",
"keywords": [
"Science Fiction",
"History"
]
}
],
"references": [
{
"name": "",
"reference": ""
}
],
"projects": [
{
"name": "CDC Vital Statistics",
"description": "R scripts to parse and analyze mortality data",
"highlights": [
"Produced analysis of alcohol related mortality by race"
],
"keywords": [
"CDC", "Vital Statistics", "Mortality", "R", "Health Data"
],
"startDate": "2018-02",
"endDate": "Current",
"url": "https://github.com/brancengregory/cdc-mortality.git",
"roles": [
"Analyst"
],
"entity": "Muskogee (Creek) Nation",
"type": "toolkit"
}
],
"meta": {
"canonical": "",
"versions": "",
"lastModified": ""
}
}