![]() |
#1 |
OpenAccess_EPUB Dev.
![]() Posts: 6
Karma: 10
Join Date: Oct 2011
Device: Kindle
|
Converting PLoS Articles to ePub : OpenAccess_EPUB
I am developing a program called OpenAccess_EPUB which takes PLoS Journal articles as input to automatically generate fully-compliant ePub files. For readers who don't know, PLoS stands for the Public Library of Science and is the largest publisher of OpenAccess (free to anyone, anywhere) scientific research. You can read more about them here: http://www.plos.org/
This is an important project for a number of reasons, not the least of which is the fact that ePub is an excellent format for increasing the accessibility of written material for those with disabilities. I wanted to bring my project to the attention of those in the MobileRead community that would like to help improve OpenAccess_EPUB and the accessibility of scientific journalism. Though assistance in programming (Python) would be lovely, as this project proceeds I need input on many different levels to make the most of this effort. Whether you are an expert in an area of digital publishing/accessibility technology and can offer insight or critique, or you merely want to read some articles and submit bug reports, I welcome your contributions and discussion. I'd like to open discussion here on the forum and if you are interested, please visit https://github.com/SavinaRoja/OpenAccess_EPUB which is where I am hosting the code. |
![]() |
![]() |
![]() |
#2 |
Junior Member
![]() Posts: 2
Karma: 10
Join Date: May 2012
Device: Bookeen Cybook Odyssey
|
It is a very interesting program.
You surely know about this project by Martin Fenner: http://blogs.plos.org/mfenner/2011/0...8230;-is-epub/ I am available for testing any beta version and helping you to improve this program. I'll stay intent on news about it. |
![]() |
![]() |
Advert | |
|
![]() |
#3 |
Junior Member
![]() Posts: 1
Karma: 10
Join Date: Jun 2012
Device: sony prs t1
|
Hi,
I'm very interested in your project too. Keep going! |
![]() |
![]() |
![]() |
#4 |
Junior Member
![]() Posts: 1
Karma: 10
Join Date: Aug 2012
Device: Kindle keyboard 3G
|
Hi,
This is really great. I had a few problems initially as I am behind a firewall. I needed to add the proxy to the main.py: proxy = urllib2.ProxyHandler({'http': 'my.uni.cache.info:8080'}) opener = urllib2.build_opener(proxy) urllib2.install_opener(opener) It might be good to add a command line argument wehere you can specify the proxy. The output looks really good but I would like to suggest an improvement. It would be really good if there was a shaded box around the image and the figure legend like on the PloS website as this will make it easier to differentiate the text legend from the main text. Great stuff. |
![]() |
![]() |
![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Converting academic PDF journal articles for Kindle | zarbiya123 | Calibre | 12 | 12-13-2011 10:06 PM |
Converting scholarly articles | totob | Recipes | 4 | 09-02-2011 02:57 PM |
Save original when converting epub to epub? | fitzhugh | Conversion | 18 | 07-28-2011 12:29 AM |
Wikipedia articles -> ePub | Stinger | Kobo Reader | 5 | 06-07-2010 09:26 PM |
Wikipedia articles to epub? | Prospect | Workshop | 6 | 12-04-2009 10:40 AM |