Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/substance/scientist-pandoc
A minimal document authoring solution for scientists, based on Pandoc Markdown
https://github.com/substance/scientist-pandoc
Last synced: about 2 months ago
JSON representation
A minimal document authoring solution for scientists, based on Pandoc Markdown
- Host: GitHub
- URL: https://github.com/substance/scientist-pandoc
- Owner: substance
- License: other
- Created: 2013-09-17T20:45:12.000Z (over 11 years ago)
- Default Branch: 0.1.x
- Last Pushed: 2013-09-18T16:38:27.000Z (over 11 years ago)
- Last Synced: 2024-04-15T12:47:32.989Z (9 months ago)
- Size: 652 KB
- Stars: 1
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Lens
**eLife Lens** provides a novel way of looking at content on the web. It is designed to make life easier for researchers, reviewers, authors and readers. For example, have you tried to look at a figure in an online article, while at the same time trying to see what the author says about the figure, jumping all around the article, losing track of what you were looking for in the first place? The reason for this is that most online research articles are published in a fixed digital version of the original paper. With eLife Lens, we take full advantage of the internet’s flexibility.
For a demo and more information see: http://lens.elifesciences.org
Lens is composed of some independent modules. Those are:
- The [Lens Article Format](http://github.com/elifesciences/lens-article) is a JSON based document model designed for representing scientific content. It features basic content types such as paragraphs, headings, and various figure types such as images, tables and videos complete with captions and cross-references.
- The [Lens Reader](http://github.com/elifesciences/lens-reader) is the implementation of the article reader, it can be embedded into any page
- The [Lens Outline](http://github.com/elifesciences/lens-outline) is the visual document map we are using in Lens. It can be used independently.Prequisites:
- Node.js >= 0.8.x
- Pandoc 1.10.x (for on the fly document generation)### Install and run locally
$ git clone https://github.com/elifesciences/lens-sandbox
$ cd lens-sandbox
$ substance --update
$ substanceFor for detailed install instructions and how to contribute see the manual [here](https://github.com/elifesciences/lens-manual/blob/master/manual.md).
### Roadmap
The Roadmap is covered on the [project wiki](https://github.com/elifesciences/lens/wiki/Product-Roadmap)