-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdata.json
More file actions
139 lines (139 loc) · 4.3 KB
/
data.json
File metadata and controls
139 lines (139 loc) · 4.3 KB
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
{
"profile": {
"title": "Student · Data Enthusiast · Builder",
"location": "Lexington, MA"
},
"about": {
"paragraphs": [
"I am a high school student passionate about data-driven decision making and modern web development.",
"I enjoy designing polished experiences while building practical tools with Python and web technologies."
],
"interests": [
{
"label": "Data Science",
"icon": "fa-solid fa-chart-line",
"color": "blue"
},
{
"label": "Product Design",
"icon": "fa-solid fa-palette",
"color": "purple"
},
{
"label": "Engineering",
"icon": "fa-solid fa-code",
"color": "green"
}
]
},
"now": {
"learning": "Advanced Python, statistics, and interface systems",
"building": "Portfolio experiments and lightweight full-stack tools",
"reading": "Product design and quantitative research articles",
"goal": "Ship polished projects that combine utility with thoughtful UX"
},
"skills": [
{
"category": "Languages",
"items": [
{
"name": "Python",
"icon": "fa-brands fa-python",
"color": "blue"
},
{
"name": "JavaScript",
"icon": "fa-brands fa-js",
"color": "yellow"
},
{
"name": "SQL",
"icon": "fa-solid fa-database",
"color": "green"
}
]
},
{
"category": "Frameworks",
"items": [
{
"name": "Flask",
"icon": "fa-solid fa-flask",
"color": "gray"
},
{
"name": "SCSS",
"icon": "fa-brands fa-sass",
"color": "pink"
},
{
"name": "Pandas",
"icon": "fa-solid fa-table",
"color": "teal"
}
]
}
],
"awards": [
{
"title": "AP Scholar",
"description": "Recognized for strong performance across AP coursework.",
"link": "https://apstudents.collegeboard.org/awards-recognitions/ap-scholar-award"
},
{
"title": "School STEM Distinction",
"description": "Acknowledged for sustained contribution to STEM-focused projects.",
"link": "https://www.lexingtonma.org/lhs/"
}
],
"projects": [
{
"title": "Urban Scaling",
"description": "Analyzing how city size correlates with economic and social indicators.",
"link": "https://github.com/BarryS27",
"tags": [
"Python",
"Data Analysis",
"Visualization"
],
"image": "https://images.unsplash.com/photo-1477959858617-67f85cf4f1df?w=1200&h=800&fit=crop",
"color": "blue"
},
{
"title": "uTerm-Lite",
"description": "A streamlined market dashboard with watchlists and chart snapshots.",
"link": "https://github.com/BarryS27",
"tags": [
"Flask",
"Finance",
"Frontend"
],
"image": "https://images.unsplash.com/photo-1460925895917-afdab827c52f?w=1200&h=800&fit=crop",
"color": "purple"
},
{
"title": "NVDA Analysis",
"description": "A concise exploratory notebook on NVIDIA performance and market context.",
"link": "https://github.com/BarryS27",
"tags": [
"Pandas",
"Research",
"Storytelling"
],
"image": "https://images.unsplash.com/photo-1550751827-4bd374c3f58b?w=1200&h=800&fit=crop",
"color": "green"
}
],
"seo": {
"title": "Barry's Portfolio",
"description": "Bairu Song - High school student at Lexington High School passionate about data-driven decision making and modern web development.",
"author": "Bairu Song",
"canonical": "https://barrys27.github.io",
"og_title": "Bairu Song | High School Student · Data Enthusiast",
"og_description": "Student at Lexington High passionate about data-driven decision making, Python development, and minimalist iOS design principles.",
"og_image": "https://barrys27.github.io/static/images/og-card.png",
"twitter_title": "Bairu Song | High School Student · Data Enthusiast",
"twitter_description": "Student at Lexington High passionate about data-driven decision making, Python development, and minimalist iOS design principles.",
"twitter_image": "https://barrys27.github.io/static/images/og-card.png"
}
}