Newer
Older
web-services / www-home / index.html
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">

<head>
    <meta charset="UTF-8">
    <title>OpenAPI - Web Services Inist-CNRS</title>
    <link rel="stylesheet" type="text/css" href="./swagger-ui@4.15.5/swagger-ui.css">
</head>

<body>

    <div id="swagger-ui"></div>
    <script src="./swagger-ui@4.15.5/swagger-ui-standalone-preset.js"></script>
    <script src="./swagger-ui@4.15.5/swagger-ui-bundle.js"></script>

    <script>
        window.onload = function () {
            // Build a system
            const ui = SwaggerUIBundle({
                urls: [
                    { url: "https://address-kit.services.inist.fr", name: "address-kit - Informations sur des adresses d'affiliations" },
                    { url: "https://affiliation-rnsr.services.inist.fr/", name: "affiliation-rnsr - Recherche d'identifiants RNSR" },
                    { url: "https://affiliations-tools.services.inist.fr", name: "affiliations-tools - Structuration & enrichissements d'affiliations" },
                    { url: "https://ark-tools.services.inist.fr/", name: "ark-tools - Services autour des identifiants ARK" },
                    { url: "https://authors-tools.services.inist.fr", name: "authors-tools - Outils sur les auteurs" },
                    { url: "https://biblio-tools.services.inist.fr/", name: "biblio-tools - Outils pour références bibliographiques" },
                    { url: "https://domains-classifier.services.inist.fr/", name: "domains-classifier - Classification en domaines scientifiques" },
                    { url: "https://hal-classifier.services.inist.fr", name: "hal-classifier - Classification HAL" },
                    { url: "https://irc3-species.services.inist.fr", name: "irc3-species - IRC3 espèces animales" },
                    { url: "https://loterre-resolvers.services.inist.fr", name: "loterre-resolvers - Résolveurs pour des terminologies Loterre" },
                    { url: "https://mapping-tools.services.inist.fr/", name: "mapping-tools - Utilisation de tables de correspondance" },
                    { url: "https://ner-tagger.services.inist.fr", name: "ner-tagger - Détection d'entités nommées" },
                    { url: "https://nlp-tools2.services.inist.fr/", name: "nlp-tools2 - Outils de NLP" },
                    { url: "https://terms-extraction.services.inist.fr", name: "terms-extraction - Extraction de termes" },
                    { url: "https://nlp-tools-2.services.inist.fr", name: "nlp-tools - Bibliotheques de composants NLP" },                ],
                queryConfigEnabled: true,
                dom_id: '#swagger-ui',
                deepLinking: true,
                presets: [
                    SwaggerUIBundle.presets.apis,
                    SwaggerUIStandalonePreset
                ],
                plugins: [
                    SwaggerUIBundle.plugins.DownloadUrl
                ],
                layout: "StandaloneLayout",
            })
            window.ui = ui
        }
    </script>
</body>

</html>