Skip to content

Commit 53bd5b2

Browse files
committed
add vis
1 parent 0cc113b commit 53bd5b2

File tree

2 files changed

+65
-2
lines changed

2 files changed

+65
-2
lines changed

data/conf.json

Lines changed: 64 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26537,7 +26537,7 @@
2653726537
"website": "https://ieeevis.org/",
2653826538
"proceedings": "https://ieeexplore.ieee.org/xpl/conhome/1001944/all-proceedings",
2653926539
"second_track_name": "",
26540-
"note": "I"
26540+
"note": "InfoVis, SciVis, VAST."
2654126541
},
2654226542
"yearly_data": [
2654326543
{
@@ -26602,6 +26602,69 @@
2660226602
"num_acc": 120,
2660326603
"num_sub": 479
2660426604
}
26605+
},
26606+
{
26607+
"year": 2017,
26608+
"ordinal": "28th",
26609+
"location": "Phoenix, USA",
26610+
"main_track": {
26611+
"num_acc": 99,
26612+
"num_sub": 467
26613+
}
26614+
},
26615+
{
26616+
"year": 2016,
26617+
"ordinal": "27th",
26618+
"location": "Baltimore, USA",
26619+
"main_track": {
26620+
"num_acc": 100,
26621+
"num_sub": 448
26622+
}
26623+
},
26624+
{
26625+
"year": 2015,
26626+
"ordinal": "26th",
26627+
"location": "Chicago, USA",
26628+
"main_track": {
26629+
"num_acc": 104,
26630+
"num_sub": 460
26631+
}
26632+
},
26633+
{
26634+
"year": 2014,
26635+
"ordinal": "25th",
26636+
"location": "Paris, France",
26637+
"main_track": {
26638+
"num_acc": 111,
26639+
"num_sub": 480
26640+
}
26641+
},
26642+
{
26643+
"year": 2013,
26644+
"ordinal": "24th",
26645+
"location": "Atlanta, USA",
26646+
"main_track": {
26647+
"num_acc": 101,
26648+
"num_sub": 402
26649+
}
26650+
},
26651+
{
26652+
"year": 2012,
26653+
"ordinal": "23rd",
26654+
"location": "Seattle, USA",
26655+
"main_track": {
26656+
"num_acc": 97,
26657+
"num_sub": 379
26658+
}
26659+
},
26660+
{
26661+
"year": 2011,
26662+
"ordinal": "22nd",
26663+
"location": "Providence, Rhode Island, USA",
26664+
"main_track": {
26665+
"num_acc": 93,
26666+
"num_sub": 366
26667+
}
2660526668
}
2660626669
]
2660726670
},

src/js/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ document.addEventListener('DOMContentLoaded', (event) => {
169169
cards += `
170170
<div class="conf-card">
171171
<div class="conf-card-title">Acceptance Rate</div>
172-
<div class="conf-card-desc">Average acceptance rate in recent ${yearsToConsider} confrence: ${recentAccRate.toFixed(2)}%</div>
172+
<div class="conf-card-desc">Average acceptance rate in recent ${yearsToConsider} confrences: ${recentAccRate.toFixed(2)}%</div>
173173
</div>
174174
`;
175175
}

0 commit comments

Comments
 (0)