Skip to content

elifesciences/enhanced-preprints-encoda

Repository files navigation

Enhanced Preprints encoda server

This project contains a light http wrapper around the stencila encoda library, to be used as a standalone microservice in the EPP import pipeline.

docker compose up

Convert JATS to json with api

cat [LOCATION OF JATS XML] | curl -X POST --data @- http://localhost:3000/

Convert JATS to json with api target a specific encoda version

cat [LOCATION OF JATS XML] | curl -X POST -H "Accept: application/vnd.elife.encoda.v1.0.1+json" --data @- http://localhost:3000/

About

A lightweight micro service wrapper around encode

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors 4

  •  
  •  
  •  
  •