From d5aaa2e677601a172c34df0a925565ee2d946ad4 Mon Sep 17 00:00:00 2001 From: Joe TS Dell <thunyathep.s@outlook.com> Date: Tue, 27 Apr 2021 12:58:18 +0200 Subject: [PATCH] up --- public/index.html | 1 + readme.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/public/index.html b/public/index.html index d436148..b4a4da6 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 0e2f8cb..beeb9bc 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 -- GitLab