This repository has been archived by the owner on Jan 14, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdata.json
139 lines (139 loc) · 3.65 KB
/
data.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
{
"experience": [
[
{
"employer": "Arizona State University UASP",
"date": "August 2018 - August 2021",
"title": "Subject Area Tutor"
}
],
[
{
"employer": "Viasat",
"date": "May 2019 - August 2019",
"title": "IT Software Engineering Intern"
},
{
"employer": "Viasat",
"date": "May 2020 - August 2020",
"title": "IT Software Engineering Intern"
},
{
"employer": "Viasat",
"date": "May 2021 - August 2021",
"title": "Software Engineering Intern"
},
{
"employer": "Viasat",
"date": "August 2021 - Present",
"title": "Software Technician"
}
]
],
"software-projects": [
{
"title": "Pixel Shelf",
"link": "/pixel-shelf",
"img": {
"src": "/images/pixel-shelf.jpg",
"alt": "Pixel Shelf Logo"
}
},
{
"title": "Starbit",
"link": "/starbit",
"img": {
"src": "/images/starbit.jpg",
"alt": "Starbit Logo"
}
},
{
"title": "RosalinaBot",
"link": "/rosalina-bot",
"img": {
"src": "/images/rosalina-bot.jpg",
"alt": "RosalinaBot Icon"
}
},
{
"title": "Akihabara Simulation",
"link": "/akihabara-simulation",
"img": {
"src": "/images/akihabara-simulation.jpg",
"alt": "Unity Simulation of Akihabara"
}
},
{
"title": "Happy Key",
"link": "https://itunes.apple.com/us/app/happy-grader-keyboard/id965705471?ls=1&mt=8",
"img": {
"src": "/images/happy-key.jpg",
"alt": "Happy Key Logo"
}
}
],
"diy-projects": [
{
"title": "Starbits Coffee Mug",
"link": "/starbits-coffee",
"img": {
"src": "/images/starbits-coffee.jpg",
"alt": "Starbits Coffee Logo"
}
},
{
"title": "amiibo Display",
"link": "/amiibo-display",
"img": {
"src": "/images/amiibo-display.jpg",
"alt": "amiibo Display"
}
},
{
"title": "Robin Player 2 amiibo",
"link": "/robin-amiibo",
"img": {
"src": "/images/robin-player-2.jpg",
"alt": "Robin Player 2 amiibo"
}
}
],
"links": [
{
"title": "Nanzan University Global Chit-Chat",
"date": "May 18, 2021",
"link": "https://twitter.com/nanzan_coil/status/1394896437968707584?s=20",
"publisher": "Nanzan University COIL"
},
{
"title": "Online s’mores and more: Returning 2020 interns find a changed world",
"date": "August 14, 2020",
"link": "https://corpblog.viasat.com/viasat-virtual-interns-2/",
"publisher": "Inside Viasat"
},
{
"title": "Study Abroad Reflection",
"date": "June 30, 2020",
"link": "https://engineering.asu.edu/new-study-abroad/alexander-baratti/",
"publisher": "Ira A. Fulton Schools of Engineering @ ASU"
},
{
"title": "Examining and Evaluating the Window of Intervention in Autonomous Vehicles",
"date": "May 2020",
"link": "https://repository.asu.edu/items/56234",
"publisher": "Barrett, the Honors College @ ASU"
},
{
"title": "Career academies offer pathway to the 'real world'",
"date": "March 1, 2015",
"link": "https://carlsbad.org/Career-academies-offer-pathway-to-the-real-world/",
"publisher": "Carlsbad Chamber of Commerce"
},
{
"title": "Wiz kids win big",
"date": "November 2, 2011",
"link": "https://www.sandiegouniontribune.com/sdut-carlsbad-wiz-kids-win-big-2011nov02-story.html",
"publisher": "The San Diego Union Tribune"
}
]
}