dragoman 0.3.15

Server for scholarly metadata in commonmeta format stored in a SQLite database.
{
  "app.description": "where scholarly metadata come together",
  "bibliography.title": "Bibliography",
  "bibliography.placeholder": "Enter search term or identifier",
  "bibliography.export": "Export",
  "bibliography.copy": "Copy",
  "bibliography.copied": "Copied",
  "bibliography.delete": "Delete",
  "bibliography.copy_citation": "Copy citation",
  "bibliography.copy_doi": "Copy DOI",
  "bibliography.delete_entry": "Delete entry",
  "bibliography.random": "Random ID",
  "bibliography.published": "published",
  "bibliography.in": "in",
  "bibliography.version": "version",
  "bibliography.license": "Distributed under the terms of the",
  "format.citation": "Formatted Citation",
  "docs.formats.title": "Supported Metadata Formats",
  "docs.database.title": "Local PID Database",
  "docs.database.intro": "The local sqlite database of scholarly metadata includes scholarly works from Crossref and DataCite, researchers from ORCID, and research organizations from ROR. When a PID is in the database, identifiers are resolved locally without a network request, otherwise metadata are fetched via APIs and stored locally for future requests.",
  "docs.search.title": "Search",
  "docs.search.intro": "Start typing in the search bar to find works, people, or organizations by title, name, or keyword/subject. A typeahead dropdown shows matching results grouped by type — click a result or press Enter to navigate to it, or press escape to cancel the search.",
  "docs.saved.title": "Saved Items",
  "docs.saved.intro": "Click the + button on any work, person, or organization card to add it to your saved list. Saved items are stored in your browser and persist across sessions. Use the Export or Copy buttons at the top of the saved list to export them in BibTeX, Commonmeta, or other formats.",
  "docs.usage.title": "DOI Resolution",
  "docs.doi_resolution.intro": "Redirect a DOI to the URL registered for it. Either click the link in the bibliography or send a DOI as the URL path to the server:",
  "docs.content_negotiation.title": "Content Negotiation",
  "docs.content_negotiation.intro": "Get metadata in a specific format by either clicking the export or copy links at the bottom of the bibliography, or sending a DOI as the URL path to the server together with an <code>Accept</code> header or using the <code>?format=</code> query parameter. The server will respond with the requested format if supported, or redirect to the URL registered for it if not.",
  "docs.content_negotiation.bibtex_label": "Example — fetch BibTeX for a PLOS Computational Biology article:",
  "docs.content_negotiation.format_param_label": "Use <code>?format=</code> instead of an <code>Accept</code> header:",
  "docs.content_negotiation.citation_style_label": "For formatted citations, pass the citation style and locale via the <code>Accept</code> header (style defaults to <code>apa</code>, locale to <code>en-US</code>):",
  "docs.content_negotiation.query_params_label": "Or use query parameters:",
  "docs.content_negotiation.multiple_types_label": "Multiple content types with <code>q=</code> weights are supported per <a href=\"https://www.rfc-editor.org/rfc/rfc7231#section-5.3.2\" target=\"_blank\" rel=\"noreferrer\">RFC 7231</a>:",
  "footer.copyright": "All IDs and metadata provided under the <a href=\"https://creativecommons.org/publicdomain/zero/1.0/\" target=\"_blank\" rel=\"noreferrer\">Creative Commons CC0 1.0 Universal Public Domain Dedication</a>. Built with <a href=\"https://codeberg.org/front-matter/dragoman\" target=\"_blank\" rel=\"noreferrer\">dragoman</a> and <a href=\"https://codeberg.org/front-matter/commonmeta-rs\" target=\"_blank\" rel=\"noreferrer\">commonmeta-rs</a> by <a href=\"https://front-matter.de\" target=\"_blank\" rel=\"noreferrer\">Front Matter</a>, software provided under an <a href=\"https://opensource.org/license/mit\" target=\"_blank\" rel=\"noreferrer\">MIT license</a>.",
  "bibliography.reference": "reference",
  "bibliography.references": "references",
  "bibliography.citation": "citation",
  "bibliography.citations": "citations",
  "bibliography.and": "and",
  "bibliography.references_heading": "References",
  "bibliography.works_heading": "Works",
  "bibliography.citations_heading": "Citations",
  "bibliography.funded_by": "Research funded by",
  "bibliography.go": "Go",
  "entity.country": "Country",
  "entity.person": "Person",
  "entity.organization": "Organization",
  "person.given_name": "Given name",
  "person.family_name": "Family name",
  "person.additional_names": "Also known as",
  "org.acronym": "Acronym",
  "org.additional_names": "Also known as",
  "org.location": "Location",
  "org.identifiers": "Identifiers",
  "org.relations": "Relations",
  "org.website": "Website",
  "org.wikipedia": "Wikipedia",
  "org.funder_id": "Crossref Funder ID",
  "org.isni": "ISNI",
  "org.wikidata": "Wikidata",
  "org.rel_parent": ".input {$count :integer}\n.match $count\none {{Parent}}\n* {{Parents}}",
  "org.rel_child": ".input {$count :integer}\n.match $count\none {{Child}}\n* {{Children}}",
  "org.rel_related": "Related",
  "org.types": "Organization Types",
  "org.works": ".input {$count :integer}\n.match $count\none {{{$count} work}}\n* {{{$count} works}}",
  "org.type.education": "Education",
  "org.type.funder": "Funder",
  "org.type.healthcare": "Healthcare",
  "org.type.company": "Company",
  "org.type.archive": "Archive",
  "org.type.nonprofit": "Nonprofit",
  "org.type.government": "Government",
  "org.type.facility": "Facility",
  "org.type.other": "Other"
}