dragoman 0.3.5

DOI redirection and content negotiation server
{
  "app.description": "where scholarly metadata come together",
  "bibliography.title": "Bibliography",
  "bibliography.placeholder": "Enter an 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.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"
}