Skip to content

Commit

Permalink
Add YANS2024 awards
Browse files Browse the repository at this point in the history
  • Loading branch information
porink0424 committed Sep 9, 2024
1 parent 28d1043 commit 244a852
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 7 deletions.
1 change: 1 addition & 0 deletions app/_constants/link.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export const LINK = {
SHIKAKUTIMES: 'https://shikakutimes.jp/',
DCC: 'https://github.com/porink0424/dcc',
YANS_2023_LINK: 'https://twitter.com/yans_official/status/1697173190198587895',
YANS_2024_LINK: 'https://x.com/yans_official/status/1831294210328404262',
BENESSE: 'https://github.com/porink0424/benesse_hackathon',
HANDBALL_LINK:
'https://www.handball.or.jp/uploaded_file/game/doc/56/teams/%E5%B9%B3%E6%88%9029%E5%B9%B4%E5%BA%A6%E7%AC%AC41%E5%9B%9E%E5%85%A8%E5%9B%BD%E9%AB%98%E7%AD%89%E5%AD%A6%E6%A0%A1%E3%83%8F%E3%83%B3%E3%83%89%E3%83%9C%E3%83%BC%E3%83%AB%E9%81%B8%E6%8A%9C%E5%A4%A7%E4%BC%9A%E3%80%80%E5%87%BA%E5%A0%B4%E6%A0%A1%E4%B8%80%E8%A6%A7.pdf',
Expand Down
25 changes: 18 additions & 7 deletions app/_contents/SectionExperiences.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -243,9 +243,9 @@ export const SECTION_EXPERIENCES = {
educationalProjects: {
[LANGUAGES.EN]: [
{
title: '100 Program Alumni Mentor (5th period)',
period: '2024/01 ~ 2024/03',
content: `I was a finalist in the 1st period of [100 Program](${LINK.HUNDRED_PROGRAM}) and worked as an alumni mentor in the 5th period.`,
title: '100 Program Alumni Mentor (5th & 6th period)',
period: '',
content: `I was a finalist in the 1st period of [100 Program](${LINK.HUNDRED_PROGRAM}) and worked as an alumni mentor in the 5th & 6th period.`,
},
{
title: 'Teaching Assistant for "Complexity Theory Exercise"',
Expand All @@ -260,9 +260,9 @@ export const SECTION_EXPERIENCES = {
],
[LANGUAGES.JP]: [
{
title: '100 Program アラムナイ・メンター',
period: '2024/01 ~ 2024/03',
content: `[100 Program](${LINK.HUNDRED_PROGRAM})の1期ファイナリストであり、5期ではアラムナイ・メンターとして活動しました。`,
title: '100 Program 5期・6期アラムナイ・メンター',
period: '',
content: `[100 Program](${LINK.HUNDRED_PROGRAM})の1期ファイナリストであり、5期、6期ではアラムナイ・メンターとして活動しました。`,
},
{
title: '計算量理論演習のTA',
Expand All @@ -278,11 +278,17 @@ export const SECTION_EXPERIENCES = {
},
hackathon: {
[LANGUAGES.EN]: [
{
title:
'The 19th Symposium of Young Researcher Association for NLP Studies (YANS) 2024 (Excellence Award Winner)',
period: '2024/09',
content: `At YANS2024, I participated in a senryu generation hackathon using GPT-4o-mini. I won the Excellence Award for the second year in a row. [(link)](${LINK.YANS_2024_LINK})`,
},
{
title:
"The 18th Symposium of Young Researcher Association for NLP Studies (YANS) 2023 (Excellence Award & Jury's Special Award Winner)",
period: '2023/08',
content: `At YANS2023, we participated in a hackathon to develop a web application using the OpenAI API. We won two awards, the Excellence Award and the Jury's Special Award. [(link)](${LINK.YANS_2023_LINK})`,
content: `At YANS2023, I participated in a hackathon to develop a web application using the OpenAI API. We won two awards, the Excellence Award and the Jury's Special Award. [(link)](${LINK.YANS_2023_LINK})`,
},
{
title: 'Benesse EdTech Hackathon (Audience Award Winner)',
Expand All @@ -291,6 +297,11 @@ export const SECTION_EXPERIENCES = {
},
],
[LANGUAGES.JP]: [
{
title: 'NLP若手の会(YANS)2024ハッカソン(優秀賞)',
period: '2024/09',
content: `YANS2024において、GPT-4o-miniを用いた川柳生成ハッカソンに参加しました。去年に引き続き、優秀賞をいただきました。[(リンク)](${LINK.YANS_2024_LINK})`,
},
{
title: 'NLP若手の会(YANS)2023ハッカソン(優秀賞・審査員特別賞)',
period: '2023/08',
Expand Down

0 comments on commit 244a852

Please sign in to comment.