diff --git a/docs/index.html b/docs/index.html index e30effe31..7d2478305 100644 --- a/docs/index.html +++ b/docs/index.html @@ -466,5 +466,5 @@ diff --git a/docs/js/pubs.js b/docs/js/pubs.js index 21b7e9f0b..8cbb09c3a 100644 --- a/docs/js/pubs.js +++ b/docs/js/pubs.js @@ -156,8 +156,8 @@ function getMenu(content) { const pubdiv = document.getElementById("publications"); if (pubdiv) { let menu = getMenu("menuholder"); - //const url = "https://api.archives-ouvertes.fr/search/FAUST" - const url = "https://api.archives-ouvertes.fr/search/index?q=FAUST" + const url = "https://api.archives-ouvertes.fr/search/FAUST" + //const url = "https://api.archives-ouvertes.fr/search/index?q=FAUST" const options = "indent=true&wt=json&rows=2000&fl=*&sort=publicationDateY_i%20desc"; getPublications(url + "?" + options) .then((result) => { display(result, pubdiv, menu); }) diff --git a/docs/sitemap.xml.gz b/docs/sitemap.xml.gz index ab2c1ef1a..99c5161c0 100644 Binary files a/docs/sitemap.xml.gz and b/docs/sitemap.xml.gz differ diff --git a/mkdocs/docs/js/pubs.js b/mkdocs/docs/js/pubs.js index 21b7e9f0b..8cbb09c3a 100644 --- a/mkdocs/docs/js/pubs.js +++ b/mkdocs/docs/js/pubs.js @@ -156,8 +156,8 @@ function getMenu(content) { const pubdiv = document.getElementById("publications"); if (pubdiv) { let menu = getMenu("menuholder"); - //const url = "https://api.archives-ouvertes.fr/search/FAUST" - const url = "https://api.archives-ouvertes.fr/search/index?q=FAUST" + const url = "https://api.archives-ouvertes.fr/search/FAUST" + //const url = "https://api.archives-ouvertes.fr/search/index?q=FAUST" const options = "indent=true&wt=json&rows=2000&fl=*&sort=publicationDateY_i%20desc"; getPublications(url + "?" + options) .then((result) => { display(result, pubdiv, menu); })