Skip to content

Commit 3ab7123

Browse files
deploy: c03a1eb
1 parent 6393c38 commit 3ab7123

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5874,7 +5874,7 @@ <h1>
58745874
<!---->
58755875

58765876

5877-
<div id="tcc2026-theory-cnf-coreb-expcfp-0" class="conf THEORY CNF COREB EXPCFP " data-conf-date="November 10-13" data-conf-year="2026">
5877+
<div id="tcc2026-theory-cnf-coreb-0" class="conf THEORY CNF COREB " data-conf-date="November 10-13" data-conf-year="2026">
58785878
<div class="row">
58795879
<div class="col-xs-12 col-sm-6">
58805880
<a class="conf-title" href="https://tcc.iacr.org/2026/" target="_blank">TCC 2026</a>
@@ -5925,13 +5925,13 @@ <h1>
59255925
Deadline:
59265926

59275927
<span class="deadline-time">
5928-
2025-05-19 23:59
5928+
2026-05-19 23:59
59295929
</span>
59305930
<div class="meta">
59315931

59325932

59335933
<span class="conf-comment">
5934-
Notification - August 28.
5934+
Notification - August 20. Co-located with FOCS 2026
59355935
</span>
59365936
</div>
59375937
</div>

static/js/main.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4031,7 +4031,7 @@ $(function() {
40314031

40324032
// TCC 2026
40334033

4034-
var rawDeadlines = ["2025-05-19 23:59"] || [];
4034+
var rawDeadlines = ["2026-05-19 23:59"] || [];
40354035
if (rawDeadlines.constructor !== Array) {
40364036
rawDeadlines = [rawDeadlines];
40374037
}
@@ -4086,13 +4086,13 @@ $(function() {
40864086
}
40874087
}
40884088
}
4089-
$('#tcc2026-theory-cnf-coreb-expcfp-0 .timer').countdown(confDeadline.toDate(), make_update_countdown_fn(confDeadline));
4089+
$('#tcc2026-theory-cnf-coreb-0 .timer').countdown(confDeadline.toDate(), make_update_countdown_fn(confDeadline));
40904090
// check if date has passed, add 'past' class to it
40914091
if (moment() - confDeadline > 0) {
4092-
$('#tcc2026-theory-cnf-coreb-expcfp-0').addClass('past');
4092+
$('#tcc2026-theory-cnf-coreb-0').addClass('past');
40934093
}
4094-
$('#tcc2026-theory-cnf-coreb-expcfp-0 .deadline-time').html(confDeadline.local().format('D MMM YYYY, h:mm:ss a'));
4095-
deadlineByConf["tcc2026-theory-cnf-coreb-expcfp-0"] = confDeadline;
4094+
$('#tcc2026-theory-cnf-coreb-0 .deadline-time').html(confDeadline.local().format('D MMM YYYY, h:mm:ss a'));
4095+
deadlineByConf["tcc2026-theory-cnf-coreb-0"] = confDeadline;
40964096
}
40974097
} else {
40984098
// TODO: hide the conf_id ?

0 commit comments

Comments
 (0)