Skip to content

Commit d6091c7

Browse files
committed
removed author and affliation columns for consistency
1 parent 805f6d0 commit d6091c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

assets/js/table.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ function convert() {
1313
let jsonFile = conference + "/" + year + "_DATA.json";
1414

1515
// Ignore these columns to render the table
16-
let coltoIgnore = ["Keywords or Approach", "Conference", "Year", "Benchmark Setup", "Experimental Results", "Keywords", "Benchmarks", "Number", "Unnamed: 11"];
16+
let coltoIgnore = ["Keywords or Approach", "Conference", "Year", "Benchmark Setup", "Experimental Results", "Keywords", "Benchmarks", "Number", "Unnamed: 11", "First and Last Author Affiliations", "Authors"];
1717

1818
// Fetch the JSON data from the file
1919
fetch(jsonFile)

0 commit comments

Comments
 (0)