diff --git a/content/dataset.html b/content/dataset.html index 6aa2ae8c..40b36fb7 100644 --- a/content/dataset.html +++ b/content/dataset.html @@ -16,7 +16,6 @@ draft: false - diff --git a/content/publications.html b/content/publications.html index 2e3fb60b..0e430885 100644 --- a/content/publications.html +++ b/content/publications.html @@ -10,7 +10,6 @@ draft: false - diff --git a/static/js/getPublis.js b/static/js/getPublis.js deleted file mode 100644 index acd05875..00000000 --- a/static/js/getPublis.js +++ /dev/null @@ -1,7 +0,0 @@ -async function getPublis() { - const text = await getTextFromFileUrlAsync("/data/publis/index.yaml") - const myYaml=jsyaml.load(text); - myYaml.sets= ((myYaml.sets===null) ? new Map() : new Map(Object.entries(myYaml.sets))); - myYaml.others=((myYaml.others===null) ? new Map() : new Map(Object.entries(myYaml.others))); - return myYaml -} \ No newline at end of file