dragoman 0.2.2

DOI redirection and content negotiation server
{
  "app.description": "convert scholarly metadata to a variety of formats",
  "bibliography.title": "Bibliography",
  "bibliography.placeholder": "Enter a DOI…",
  "bibliography.add": "Add",
  "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",
  "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>:"
}