diff --git a/public/index.html b/public/index.html
index d436148f6076bc51364cf55c4fd5dd2323e6152d..b4a4da6c1427078145a6c50b14c1d0f7c61c3ae5 100644
--- a/public/index.html
+++ b/public/index.html
@@ -414,6 +414,7 @@
   <script src="js/language.js"></script>
   <script src="js/add_content.js"></script>
   <script src="js/add_paper.js"></script>
+  <script src="js/parse_json_to_bib.js"></script>
   
   <!-- search library -->
   <script src="https://cdn.jsdelivr.net/npm/fuse.js/dist/fuse.js"></script>
diff --git a/readme.md b/readme.md
index 0e2f8cbe32953151cac227e00d71c6f550446844..beeb9bcfdd967be72d743ca7e84f50648ca5a2f7 100644
--- a/readme.md
+++ b/readme.md
@@ -26,4 +26,4 @@ Website for Geoinformatic Research Group (Prof. Coors)
 ### Tasks for Sabo:
 - After Sushant had updated and added the "PDF_Link" to the citation sheet, you would have to update the script to convert "Sheet1.xlsx to the paper.json format" and correct the "pdf" key pair.
 - Get in touch with Sushant regarding the issue you found on the citation sheet.
-- XLS Citation sheet to BIBTEX
\ No newline at end of file
+- JSON to BIBTEX. [public/js/parse_json_to_bib.js](public/js/parse_json_to_bib.js)
\ No newline at end of file