GithubHelp home page GithubHelp logo

typesetio / converters Goto Github PK

View Code? Open in Web Editor NEW
0.0 3.0 0.0 9 KB

Converters & API for PDF to JATS XML, Word to JATS XML, PDF to PubMed XML, Word to PubMed XML, PDF to SciELO XML, Word to SciELO XML, and others

Home Page: https://www.typeset.io/for-publishers/convert/word-to-jats-xml/

jats-xml word-to-jats pdf-to-jats converters scielo-xml redalyc-xml crossref-xml pubmed-xml

converters's Introduction

Typeset Public Converters and API

Preamble

The Typeset Converter is a variety of tools and APIs that allow journals and academic publishers to convert:

Meta

Support

Check our twitter feeds at TypesetIO. Write to us at [email protected]

Privacy

We also have a privacy policy.

Etiquette

We have provided certain public, open, and free converters for all.

And we don't want to unnecessarily burden developers (or ourselves) with requests overloading that chokes our production system. For that to work, we ask that you be polite and try not to do anything that will take the public converters down or otherwise make it unusable for others.

Specifically, we encourage the following polite behaviour:

  • Don't run the conversion of the same file multiple times.
  • If the conversion fails, that's fine. Please hold on for few hours. These are public systems.
  • The feature set in the Public converters is limited. For instance, you would not see a perfect XML generation or data would be missing. This is expected.
  • If you want a complete accurate production - ready conversion, we recommend our Typeset Publisher Solution.

More reliable service is priority

  • report problems and/or ask questions on our issue tracker.
  • We reserve the right to impose rate limits and/or to block clients that are disrupting the public service.

Frequently anticipated questions on the Public converters:

Q: Will you spam me with marketing info once you have our contact info?

A: No. We will only use it to contact you about problems with your generated XML, if you have any.

Q: Does the contact info have to be a real name?

A: No. As long as somebody actually receives and pays attention to email at the address, it can be pseudo-anonymous, or whatever.

Public Converters Rate limits

Our Public Converters version has rate limits. You can do conversion for 2 files in a day after which you will be blocked. From time to time we need to impose rate limits to ensure that the free converter is usable by all.

Use for production services

What if you want to use our API for a production service.

Well, good news. Write us an email to "[email protected]" and someone from our Sales team will reach out to you within 24 hours. Our Premium Service level offering is known as Typeset Publisher Solution. This service provides you with access to high quality conversion within seconds.

Authorization token for Typeset Publisher Solution

When you sign up for the Publisher Solution, you will be issued an API token and also provided access to a Publisher Account. The Publisher Account can only be accessed by you and your Editorial Team.

Converter API overview

  • RESTFUL API.
  • Results returned in JSON.
  • Support for both HTTP and HTTPS

Encode your URLs. The example mentioned below is for JATS XML to PDF conversion.

Using the URL:

`https://api.typeset.io/convert/jats-xml-to-pdf/?token=32190dnfasd-09123nkl

Note that the token is fake here, and would not work, if you tried. Once we onboard you as part of the Typeset Publisher Solution, you would be provided with a real token.

Will return the following result:

{
  status: "ok",
  message-type: "jats-xml-to-pdf",
  message-version: "1.0.0",
  message: {
    status: "success",
    details: {
      id: "1lasdf-213",
      label: "JATS XML to PDF",
      input_file: "determination-of-arti-23-infra.pdf",
      output_file: "determination-of-arti-23-infra.xml",
      metadata: {
          updated_at: "27-09-2020,
          publisher_name: "NAER journal"
      }
    }
  }
}

Result types

All results are returned in JSON in the following form:

  • Singletons (Singletons are single results.)
  • Headers-only (quickly determine "existence" of a singleton)
  • Lists (contains multiple entries)

The mime-type for API results is application/vnd.typeset-api-message+json

converters's People

Contributors

shanukus98765 avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.