You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/locales/en-US/index.ts
+42-12Lines changed: 42 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -1,18 +1,20 @@
1
1
exportconstmain={
2
2
title: {developer: "Developer",name: "Dohyun Ko | 고도현"},
3
3
introduction:
4
-
"As a third-year frontend developer, I strive to write maintainable code. Working at a startup, I gained diverse experience in frontend, backend, infrastructure, and AI, and I have also interned at an AI research lab. I am currently spending the summer session at UC Berkeley. My goal is to 'take the road not taken,' always embracing various challenges.",
4
+
"As a third-year frontend developer, I strive to write maintainable code. Working at a startup, I gained diverse experience in frontend, backend, infrastructure, and AI, and I have also interned at an AI research lab. My goal is to 'take the road not taken,' always embracing various challenges.",
5
5
current: {
6
6
organizations: [
7
7
{
8
8
name: "GIST Student Association Infoteam",
9
+
isImportant: true,
9
10
color: "#EB6263",
10
11
url: "https://introduce.gistory.me/",
11
12
job: "Information Member and Leader for 2024-second half",
12
13
startedAt: "2022-09",
13
14
projects: [
14
15
{
15
16
name: "AMS Frontend",
17
+
isImportant: false,
16
18
startedAt: "2022-11",
17
19
endedAt: "2023-02",
18
20
description:
@@ -22,15 +24,17 @@ export const main = {
22
24
},
23
25
{
24
26
name: "Ziggle Frontend",
27
+
isImportant: true,
25
28
url: "https://github.com/gsainfoteam/ziggle-fe",
26
29
startedAt: "2023-04",
27
30
description:
28
-
"Developing the frontend of Ziggle, GIST's integrated notification system.",
29
-
whatIDid: ["Frontend development"],
31
+
"Developing the frontend of Ziggle, GIST's integrated notification platform.",
"Conducting development exchanges and sessions at Wing.",
@@ -83,6 +89,7 @@ export const main = {
83
89
experiences: [
84
90
{
85
91
name: "GIST Data Science Lab",
92
+
isImportant: true,
86
93
color: "#b509ac",
87
94
url: "https://sundong.kim/members/",
88
95
job: "Intern",
@@ -91,15 +98,16 @@ export const main = {
91
98
projects: [
92
99
{
93
100
name: "O2ARC 3.0",
101
+
isImportant: true,
94
102
url: "https://o2arc.com/",
95
103
startedAt: "2024-01",
96
104
endedAt: "2024-05",
97
105
description:
98
106
"Developed and maintained version 3.0 of O2ARC, a tool for collecting human solutions data for ARC problems. Authored a demo paper on the development and data analysis, which was submitted to IJCAI 2024.",
99
107
whatIDid: [
100
-
"Frontend development",
101
-
"Backend development",
102
-
"UX design",
108
+
"Overall frontend and the grid manipulation logic development",
109
+
"Backend API development",
110
+
"UX design to enhance the quality of collected user data",
0 commit comments