https://github.com/Inist-CNRS/lodex
Raw File
Tip revision: 37323cdb35d38682c6e0cd243ec77dc9ab87d67f authored by Nicolas Thouvenin on 16 August 2023, 13:11:21 UTC
12.55.5
Tip revision: 37323cd
config.json
{
    "username": "admin",
    "password": "secret",
    "userAuth": {
        "username": "user",
        "password": "secret"
    },
    "#pluginsAPI": "http://lodex-extended:31976",
    "pluginsURL": "https://raw.githubusercontent.com/Inist-CNRS/lodex-extended/v7.10.1/public/",
    "enrichmentBatchSize": 10,
    "routinesCache": false,
    "routines": [
        "all-documents",
        "classif-by",
        "close-by",
        "count-all",
        "count-by-fields",
        "cross-by",
        "decompose-by",
        "distance-with",
        "distinct-alpha-2-alpha3-from",
        "distinct-alpha-3-alpha2-from",
        "distinct-alpha-3-ISO3166-1-from",
        "distinct-alpha-3-ISO639-from",
        "distinct-by-field",
        "distinct-by",
        "distinct-ISO3166-1-alpha2-from",
        "distinct-ISO3166-1-alpha3-from",
        "distribute-by-date",
        "distribute-by-decadal",
        "distribute-by-interval",
        "filter",
        "get-fields",
        "graph-by",
        "group-and-sum-with",
        "hello-world",
        "istex-facet",
        "labeled-resources",
        "pairing-with",
        "percentage-of",
        "refs",
        "select-by",
        "sitemap",
        "sparql-query",
        "sub-resources-asterplot",
        "sub-resources-co-occurrences",
        "syndication-from",
        "syndication",
        "total-of",
        "tree-by",
        "unwind-by"
    ],
    "loaders": [
        "csv",
        "csv-semicolon",
        "csv-comma",
        "tsv",
        "tsv-double-quotes",
        "tsv-wos",
        "rdf",
        "skos",
        "json",
        "json-conditor",
        "json-import",
        "json-istex",
        "json-lodex",
        "json-wordpress",
        "json-datacite",
        "json-inspirehep",
        "json-optimized",
        "json-lines",
        "rss",
        "atom",
        "mods",
        "tei",
        "tei-persee",
        "xml",
        "corpus",
        "zip",
        "doi-list"
    ],
    "exporters": [
        "csv",
        "tsv",
        "jsonallvalue"
    ],
    "datasetClass": "http://test.fr/datasetClass",
    "schemeForDatasetLink": "http://www.w3.org/2004/02/skos/core#inScheme",
    "exportDataset": "true",
    "collectionClass": "",
    "istexQuery": {
        "labels": [
            "Cette ressource dans ISTEX"
        ],
        "linked": "categories.inist",
        "context": {
            "categories.inist": "istex:subjectInist",
            "link": "dcterms:isPartOf"
        }
    },
    "sparqlEndpoints": [
        "https://lod.abes.fr/sparql",
        "http://data.persee.fr/sparql/",
        "https://data.istex.fr/sparql/",
        "http://data.bnf.fr/sparql",
        "http://dbpedia.org/sparql",
        "http://fr.dbpedia.org/sparql",
        "https://query.wikidata.org/sparql",
        "http://www.lotico.com:3030/lotico/sparql"
    ],
    "front": {
        "breadcrumb": [],
        "menu": [
            {
                "label": {
                    "en": "Home",
                    "fr": "Accueil"
                },
                "icon": "faHome",
                "position": "left",
                "role": "home"
            },
            {
                "label": {
                    "en": "Graphs",
                    "fr": "Graphiques"
                },
                "icon": "faChartArea",
                "position": "left",
                "role": "graphs"
            },
            {
                "label": {
                    "en": "Search",
                    "fr": "Recherche"
                },
                "icon": "faSearch",
                "position": "left",
                "role": "search"
            },
            {
                "label": {
                    "en": "Admin",
                    "fr": "Admin"
                },
                "icon": "faCogs",
                "position": "advanced",
                "role": "admin"
            },
            {
                "label": {
                    "en": "Sign in",
                    "fr": "Connexion"
                },
                "icon": "faSignInAlt",
                "position": "advanced",
                "role": "sign-in"
            },
            {
                "label": {
                    "en": "Sign out",
                    "fr": "Déconnexion"
                },
                "icon": "faSignOutAlt",
                "position": "advanced",
                "role": "sign-out"
            }
        ],
        "advancedMenuButton": {
            "label": {
                "en": "More",
                "fr": "Voir Plus"
            },
            "icon": "faBars"
        },
        "PDFExportOptions": {
            "display": false,
            "maxSize": 100,
            "logo": "",
            "title": {
                "en": "Published dataset",
                "fr": "Données publiées"
            },
            "footer": {
                "en": "Footer",
                "fr": "Pied de page"
            },
            "highlightColor": "#00ade9"
        },
        "maxCheckAllFacetsValue": {
            "dataset": 60,
            "search": 200
        },
        "multilingual": false
    }
}
back to top