{% extends "base.html" %} {% block title %}Configuration — MOSAIC{% endblock %} {% block content %}

Configuration

General
API Keys
Unpaywall
Enabled Sources
{% set src_cfg = cfg.get('sources', {}) %} {% for cfg_key, label in [ ('arxiv', 'arXiv'), ('semantic_scholar', 'Semantic Scholar'), ('sciencedirect', 'ScienceDirect'), ('doaj', 'DOAJ'), ('europepmc', 'Europe PMC'), ('openalex', 'OpenAlex'), ('base', 'BASE'), ('core', 'CORE'), ('springer_api', 'Springer Nature'), ('springer', 'Springer (browser)'), ('nasa_ads', 'NASA ADS'), ('ieee', 'IEEE Xplore'), ('zenodo', 'Zenodo'), ('crossref', 'Crossref'), ('dblp', 'DBLP'), ('hal', 'HAL'), ('pubmed', 'PubMed'), ('pmc', 'PubMed Central'), ('biorxiv', 'bioRxiv/medRxiv'), ] %} {% endfor %}
{% endblock %}