Commit 32ac9721 authored by Traboulsi's avatar Traboulsi
Browse files

Update public/js/paperfilter.js

parent acc45664
Pipeline #8789 passed with stage
in 10 seconds
......@@ -41,6 +41,7 @@ function filter(year){
console.log("filter")
// Start loading/adding the paper content to the page here .....
if (year == "2020"){
document.getElementById("nextblock").style.display = "block"
for (var j = 0; j < jsonContent.length; j++) {
var filterString = jsonContent[j].item.conference.date.toString()
if ( filterString.includes('2020') || jsonContent[j].item.journal.year == 2020) {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment