Skip to content

Commit

Permalink
2024 icpc asia pacific championship
Browse files Browse the repository at this point in the history
  • Loading branch information
justiceHui committed Dec 26, 2023
1 parent 77241c4 commit 3fd29b2
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 3 deletions.
5 changes: 4 additions & 1 deletion _data/award/2023.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,17 @@

- name: 2023 ICPC Asia Seoul Regional Contest
type: ICPC
advance_important: 2024 ICPC Asia Pacific Championship
scoreboard: http://static.icpckorea.net/2023/regional/scoreboard/
awardlist: http://static.icpckorea.net/2023/2023_award_result.pdf
team:
- name: PS akgwi
rank: 5
award: 은상
award: 은상, △
member: edenooo, jhnah917, kyo20111
- name: happihappi
rank: 25
award:
member: chorogchip, egod1537, jhs030526
- name: wookje.dance
rank: 48
Expand Down
27 changes: 27 additions & 0 deletions _data/award/2024.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
- name: 2022 ICPC World Finals
type: ICPC
teamlist: https://icpc.global/worldfinals/teams
team:
- name: LongestPathToWF
award: WF 진출
member: aeren, edenooo, kyo20111

- name: 2023 ICPC World Finals
type: ICPC
teamlist: https://icpc.global/worldfinals/teams
team:
- name: NLP
award: WF 진출
member: chansol, jhnah917, lobo_prix

- name: 2024 ICPC Asia Pacific Championship
type: ICPC
advance_important: 2024 ICPC World Finals
teamlist: http://139.59.249.46/teams/
team:
- name: PS akgwi
award: 플레이오프 진출
member: edenooo, jhnah917, kyo20111
- name: happihappi
award: 플레이오프 진출
member: chorogchip, egod1537, jhs030526
3 changes: 3 additions & 0 deletions _includes/award-table.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ <h3>{{ contest.name }}</h3>
{% if contest.awardlist %}
<li><a href = "{{ contest.awardlist }}">수상자 명단</a></li>
{% endif %}
{% if contest.teamlist %}
<li><a href = "{{ contest.teamlist }}">참가 팀 목록</a></li>
{% endif %}
{% if contest.interview %}
<li><a href = "{{ contest.interview }}">인터뷰</a></li>
{% endif %}
Expand Down
5 changes: 3 additions & 2 deletions awards.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

<div id="award-btn-group" class="btn-group" style="font-size: 1.1rem; margin-bottom: 2rem;"></div>

{% include award-table.html id='award-2024' award=site.data.award.2024 %}
{% include award-table.html id='award-2023' award=site.data.award.2023 %}
{% include award-table.html id='award-2022' award=site.data.award.2022 %}
{% include award-table.html id='award-2021' award=site.data.award.2021 %}
Expand Down Expand Up @@ -54,8 +55,8 @@ <h3>~ 2015 ICPC 성적</h3>
</style>

<script>
const history_list = ['2023', '2022', '2021', '2020', '2019', '2018', '2017', '2016', 'prev'];
const history_text = ['2023년', '2022년', '2021년', '2020년', '2019년', '2018년', '2017년', '2016년', '2015년 이전'];
const history_list = ['2024', '2023', '2022', '2021', '2020', '2019', '2018', '2017', '2016', 'prev'];
const history_text = ['2024년', '2023년', '2022년', '2021년', '2020년', '2019년', '2018년', '2017년', '2016년', '2015년 이전'];
let btn_group = document.getElementById('award-btn-group');

let btn = [], div = [];
Expand Down

0 comments on commit 3fd29b2

Please sign in to comment.