dragoman 0.4.9

Server for scholarly metadata in commonmeta format stored in a SQLite database.
{
  "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.delete_entry": "Delete entry",
  "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. Press ⌘K (Ctrl-K on Windows/Linux) to focus the search bar from anywhere on the page.",
  "docs.saved.title": "History & Bookmarks",
  "docs.saved.intro": "Click the clock icon in the menu bar or press ⌘Y (Ctrl-Y on Windows/Linux) to open the History & Bookmarks panel. The History tab lists your recently visited works, persons, and organizations in reverse chronological order. Click the + button on any history entry to save it to Bookmarks, or click + directly on any card while browsing. The Bookmarks tab shows all saved items and lets you export them in BibTeX, Commonmeta, or other formats, copy them to the clipboard, or clear the list. History and bookmarks are stored in your browser and persist across sessions.",
  "docs.shortcuts.title": "Keyboard Shortcuts",
  "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.version_item": "version",
  "bibliography.versions_item": "versions",
  "bibliography.references_heading": "References",
  "bibliography.works_heading": "Works",
  "bibliography.citations_heading": "Citations",
  "bibliography.versions_heading": "Versions",
  "bibliography.funded_by": "Research funded by",
  "bibliography.go": "Go",
  "bibliography.loading": "Loading",
  "bibliography.no_results": "No results found for",
  "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",
  "person.affiliations": "Affiliations",
  "person.affiliation_started": "Started",
  "person.affiliation_ended": "Ended at",
  "org.additional_names": "Also known as",
  "org.location": "Location",
  "org.relations": "Relations",
  "org.website": "Website",
  "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"
}