diff --git a/public/content/citation_cleaned.xlsx b/public/content/citation_cleaned.xlsx
index 1c05d1b33e3465a44646ffac6684ea808b4ff079..c57984d27b2a6965d43fd53710250c716827f2f3 100644
Binary files a/public/content/citation_cleaned.xlsx and b/public/content/citation_cleaned.xlsx differ
diff --git a/public/img/Wuerstle_2019_01.jpg b/public/img/Wuerstle_2019_01.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..9327e83f0ed9b78adc1aea936a0766a0b8c0fab5
Binary files /dev/null and b/public/img/Wuerstle_2019_01.jpg differ
diff --git a/public/js/citationSheetParse.js b/public/js/citationSheetParse.js
index d755f03f1270f728d27e48f172c2ddb0af917d63..1c1a7dd99f2d1a5c78afcf24ea2a9ca0bb758d88 100644
--- a/public/js/citationSheetParse.js
+++ b/public/js/citationSheetParse.js
@@ -165,6 +165,7 @@ xmlHttpRequest.onload = function (e) {
                 addpaper(jsonContent[j]);
                 //Do something
             }
+            document.getElementById("papercount").innerHTML = "1 - 6"  + " (" + jsonContent.length + ")";
         }
     }
     //console.log(jsonContent);