From ec723902920662f58b4a189694946c89e8a89936 Mon Sep 17 00:00:00 2001 From: davidkim1 Date: Tue, 3 Oct 2023 13:35:33 -0400 Subject: [PATCH 1/3] added David's bio --- db/people.yml | 34 +++++++++++++++++++++++++++++++--- pre-commit | 9 +++++++++ 2 files changed, 40 insertions(+), 3 deletions(-) create mode 100644 pre-commit diff --git a/db/people.yml b/db/people.yml index db6958e6..355beaad 100644 --- a/db/people.yml +++ b/db/people.yml @@ -1055,10 +1055,25 @@ cyshi: position: scientist dbrady: active: true - aka: [] + aka: + - David Kim + - DK + - David (Spanish pronunciation) avatar: "https://github.com/davidkim1.png" - bio: bio - education: [] + bio: + - David is from Venezuela and is Half Korean. He enjoys making products that people can use. + he majored in Applied Math in college after having studied Computer Science for and Math for + two years. He is currently working on a network and platform both to let your friends now when + you are available to hangout and to find events to go to with your friends. This network/platform + offers an AI bot that can recommend activities and places according to past experiences recorded + on the app and group preferences such as vegan, coffee, free, expensive, etc. + education: + - begin_year: 2021 + begin_month: 9 + degree: BA in Applied Mathematics + institution: Columbia University + end_year: 2023 + end_month: 5 email: "dk3202@columbia.edu" employment: - begin_date: 2023-09-24 @@ -1068,6 +1083,19 @@ dbrady: group: bg advisor: sbillinge status: undergrad + - begin_date: 2021-07-24 + end_date: Present + organization: Gigi Technologies Ltd. + position: CEO + - begin_date: 2022-05-04 + end_date: 2022-09-05 + organization: Boston Venture Studio + position: Software Engineer & Product Manager Intern + - begin_date: 2020-06-06 + end_date: 2024-08-21 + organization: Liberty Mutual Insurance + position: Software Engineer Intern + group: Financial Services github_id: "davidkim1" grp_mtg_active: true name: David Kim Brady diff --git a/pre-commit b/pre-commit new file mode 100644 index 00000000..3582be2f --- /dev/null +++ b/pre-commit @@ -0,0 +1,9 @@ +#!/bin/sh + +branch="$(git rev-parse --abbrev-ref HEAD)" + +if [ "$branch" = "main" ]; then +echo "You can't commit directly to the branch main" +exit 1 +fi + From 34e79f6660dc6921768266d9e5d1a36455abbf40 Mon Sep 17 00:00:00 2001 From: davidkim1 Date: Tue, 3 Oct 2023 16:31:27 -0400 Subject: [PATCH 2/3] adding david --- db/people.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/db/people.yml b/db/people.yml index 355beaad..c4dd6c9f 100644 --- a/db/people.yml +++ b/db/people.yml @@ -1060,8 +1060,7 @@ dbrady: - DK - David (Spanish pronunciation) avatar: "https://github.com/davidkim1.png" - bio: - - David is from Venezuela and is Half Korean. He enjoys making products that people can use. + bio: David is from Venezuela and is Half Korean. He enjoys making products that people can use. he majored in Applied Math in college after having studied Computer Science for and Math for two years. He is currently working on a network and platform both to let your friends now when you are available to hangout and to find events to go to with your friends. This network/platform @@ -1084,7 +1083,6 @@ dbrady: advisor: sbillinge status: undergrad - begin_date: 2021-07-24 - end_date: Present organization: Gigi Technologies Ltd. position: CEO - begin_date: 2022-05-04 From 436fe08b8b5f771e2b264aad3dd65541cf693662 Mon Sep 17 00:00:00 2001 From: davidkim1 Date: Tue, 3 Oct 2023 16:32:06 -0400 Subject: [PATCH 3/3] adding david --- pre-commit | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 pre-commit diff --git a/pre-commit b/pre-commit deleted file mode 100644 index 3582be2f..00000000 --- a/pre-commit +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh - -branch="$(git rev-parse --abbrev-ref HEAD)" - -if [ "$branch" = "main" ]; then -echo "You can't commit directly to the branch main" -exit 1 -fi -