Skip to content

Commit 5c52692

Browse files
committed
[ncpc2023] update sitetable
1 parent 6d8b521 commit 5c52692

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ defaults:
77
- scope:
88
path: "ncpc2023"
99
values:
10-
lastUpdate: "2023-09-24"
10+
lastUpdate: "2023-09-25"
1111

1212
kramdown:
1313
parse_block_html: true

_data/ncpc2023sites.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@
9494
contact: Brigt Håvardstun
9595
email: 'Brigt.Havardstun student.uib.no'
9696
confirmed: true
97+
url: https://contest.ii.uib.no/ncpc/2023/
9798
extra_contacts:
9899
- name: Torstein Strømme
99100
email: 'Torstein.Stromme uib.no'
@@ -150,4 +151,5 @@
150151
- name : Umeå University
151152
contact: Tomas Forsman
152153
email: 'stric cs.umu.se'
153-
confirmed: false
154+
confirmed: false
155+
declined: true

ncpc2023/site_table.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,13 @@
3131
</div>
3232
{% endfor %}
3333
</td>
34-
<td>{% if uni.confirmed %} ✅ Confirmed {% else %} Pending Confirmation {% endif %} </td>
34+
<td>{% if uni.confirmed %}
35+
✅ Confirmed
36+
{% elsif uni.declined %}
37+
Not organizing this year
38+
{% else %}
39+
Pending Confirmation
40+
{% endif %}</td>
3541
</tr>
3642
{% endfor %}
3743
{% endfor %}

0 commit comments

Comments
 (0)