Skip to content

Commit

Permalink
#11 - Add main conference papers
Browse files Browse the repository at this point in the history
- Add projections for main paper
  • Loading branch information
jcklie committed Oct 30, 2020
1 parent 5e92c44 commit 76c5b10
Show file tree
Hide file tree
Showing 3 changed files with 5,268 additions and 3 deletions.
5,267 changes: 5,266 additions & 1 deletion sitedata/papers_projection.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion static/js/paper_vis.js
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ const start = (track) => {
d3.json('serve_papers_projection.json')
]
if (track != "All tracks") {
loadfiles.push(d3.json("track_" + track + ".json"));
loadfiles.push(d3.json("track_main_" + track + ".json"));
} else {
trackhighlight =[];
}
Expand Down
2 changes: 1 addition & 1 deletion templates/papers_vis.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<link rel="stylesheet" href="static/css/typeahead.css" />
<link rel="stylesheet" href="static/css/paper_vis.css" />

<script src="https://cdn.jsdelivr.net/npm/d3@5/dist/d3.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/d3/6.2.0/d3.min.js"></script>
{#
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/handlebars.min.js" integrity="sha256-/PJBs6QWvXijOFIX04kZpLb6ZtSQckdOIavLWKKOgXU=" crossorigin="anonymous"></script>
#}
Expand Down

0 comments on commit 76c5b10

Please sign in to comment.