Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added .DS_Store
Binary file not shown.
1 change: 1 addition & 0 deletions about.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ <h1>ICLR Open Review Papers</h1>
<a style='float:right' href='?conf=iclr2018'>ICLR 2018</a>
<a style='float:right' href='?conf=iclr2019'>ICLR 2019</a>
<a style='float:right' href='?conf=iclr2020'>ICLR 2020</a>
<a style='float:right' href='?conf=iclr2021'>ICLR 2021</a>
</div>
<h3> Horace He</h3>
<h3>Cornell 2020</h3>
Expand Down
1 change: 1 addition & 0 deletions charts.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ <h1>ICLR 2018 Open Review Papers</h1>
<a style='float:right' href='?conf=iclr2018'>ICLR 2018</a>
<a style='float:right' href='?conf=iclr2019'>ICLR 2019</a>
<a style='float:right' href='?conf=iclr2020'>ICLR 2020</a>
<a style='float:right' href='?conf=iclr2021'>ICLR 2021</a>
</div>

<div id="histogram"></div>
Expand Down
Binary file added data/.DS_Store
Binary file not shown.
95,130 changes: 95,130 additions & 0 deletions data/iclr2021.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ <h1>ICLR2018 Open Review Explorer</h1>
<a style='float:right' href='?conf=iclr2018'>ICLR 2018</a>
<a style='float:right' href='?conf=iclr2019'>ICLR 2019</a>
<a style='float:right' href='?conf=iclr2020'>ICLR 2020</a>
<a style='float:right' href='?conf=iclr2021'>ICLR 2021</a>
</div>

<div id="demo">
Expand Down
2 changes: 1 addition & 1 deletion js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ let request = new XMLHttpRequest();

let conference = getParameterByName('conf');
if (!conference) {
conference = 'iclr2020';
conference = 'iclr2021';
}
document.querySelector('h1').textContent = `${conference.toUpperCase()} Open Review Explorer`
console.log(`${conference}.json`)
Expand Down