diff --git a/public/js/parse_json_to_bib.js b/public/js/parse_json_to_bib.js
new file mode 100644
index 0000000000000000000000000000000000000000..c1f567fb472ec7e7fe28ba0c34ee97a00d8a1842
--- /dev/null
+++ b/public/js/parse_json_to_bib.js
@@ -0,0 +1,3 @@
+var json_to_bib = function (json_content) {
+    // Sabo Add Script here
+}
\ No newline at end of file
diff --git a/public/js/search.js b/public/js/search.js
index 77a34bbec2f1208c17e03133ecf4c8cc2fa6d94f..d3d7670e7ce311d31407aad4b3a7ea3312988a4f 100644
--- a/public/js/search.js
+++ b/public/js/search.js
@@ -109,8 +109,9 @@ $(document).ready(function () {
         //Do something
     }
 
+    json_to_bib(stuff_paper)
 
-
+    
     var userLang = navigator.language || navigator.userLanguage;
     console.log("The language is: " + userLang);
     if (userLang.includes("de")) {