forked from anaashrafi/home
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfigurations.json
48 lines (48 loc) · 1.81 KB
/
configurations.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
{
"backgroundType": "gradient",
"plainBackgroundMode": "daylight",
"gradientColors": "#E73C7E, #23A6D5, #23D5AB, #893FA6",
"FirstName": "Spencer",
"MiddleName": "",
"LastName": "Frazier",
"devDesc": "Pursuing practical AI value alignment methods and forward looking human-centered AI solutions",
"icons": [
{
"id": 0,
"image": "fa-github",
"url": "https://github.com/spencerfrazier",
"style": "socialicons"
},
{
"id": 1,
"image": "fa-twitter",
"url": "https://www.twitter.com/spencerfrazier",
"style": "socialicons"
},
{
"id": 2,
"image": "fa-linkedin",
"url": "https://www.linkedin.com/in/spencer-frazier-ai",
"style": "socialicons"
},
{
"id": 3,
"image": "fa-readme",
"url": "https://scholar.google.com/citations?user=VePWgDkAAAAJ&hl=en",
"style": "socialicons"
}
],
"aboutHeading": "About Me",
"showInstaProfilePic": false,
"instaLink": "https://www.instagram.com/",
"instaUsername": "no-insta",
"instaQuerry": "/?__a=1",
"aboutDescription": "Previously I founded a company acquired for $1b+ dollars (Drizly by Uber) and worked at Lockheed Martin on various R&D projects. I've also created or consulted for a variety of mobile application startups. I am currently an Intelligent Systems PhD Candidate ABD at Georgia Tech, focusing on practical AI value alignment. I work with large scale language models on a daily basis. I am passionate about steering the development of complex systems toward more ethical, equitable outcomes.",
"projectHeading": "Recent Public Commits",
"gitHubLink": "https://api.github.com/users/",
"gitHubUsername": "spencerfrazier",
"gitHubQuerry": "/repos?sort=updated&direction=desc",
"projectsLength": 2,
"showNavigationbar": true,
"showBlog": false
}