Skip to content

Commit 0c538a2

Browse files
authored
Merge pull request #1066 from kotatsugame/add_genocon2021
Add genocon2021
2 parents 738438a + 5315e01 commit 0c538a2

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

atcoder-problems-frontend/public/static_data/backend/hidden_contests.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,12 @@
3333
"duration_second": 10800,
3434
"title": "技術室奥プログラミングコンテスト#6 Day1",
3535
"rate_change": "-"
36-
}
36+
},
37+
{
38+
"id": "genocon2021",
39+
"start_epoch_second": 1629720000,
40+
"duration_second": 2429940,
41+
"title": "ゲノコン2021 ー DNA配列解析チャレンジ",
42+
"rate_change": "-"
43+
}
3744
]

atcoder-problems-frontend/src/utils/ContestClassifier.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ export const classifyContest = (contest: Contest): ContestCategory => {
7272
) ||
7373
/(^future-meets-you-contest|^hokudai-hitachi)/.exec(contest.id) ||
7474
[
75+
"genocon2021",
7576
"stage0-2021",
7677
"caddi2019",
7778
"pakencamp-2019-day2",

0 commit comments

Comments
 (0)