forked from SavinaRoja/OpenAccess_EPUB
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
31 lines (25 loc) · 1.22 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
OpenAccess_EPUB is a project I started with the goal of bringing OpenAccess(OA)
journal content into the world of ePub publishing. Right now it has focused
extensively on PLoS and provides very decent conversion from their internal
XML format (Journal Publishing Tag Set 2.0)
Though the program currently only works for PLoS publications, I hope to soon
begin developing the project for use with Frontiers. They use Journal
Publishing Tag Set 1.0.
Getting Started
---------------
Nicer documentation for users wishing to use the program is on the wiki:
https://github.com/SavinaRoja/OpenAccess_EPUB/wiki
OpenAccess_EPUB is a CLI tool implemented in Python to convert PLoS articles
to EPUB. The user can indicate the desired content in three ways: path to
local file, PLoS URL, or Digital Object Identifier (DOI).
From the program directory, try:
python main.py -i path/to/local/PLoS_xml_file
How to Contribute
-----------------
If you would like to contribute to the project, there are many ways to do so.
If you know Python and would like to assist in development, contact me and we
can discuss collaboration. Feedback regarding bugs, presentation, formatting,
and accessibility are all quite valuable.
Author
------
Paul Barton (SavinaRoja)