jtauber / online-reader

framework and tools for statically-generated and dynamic online reading environments

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NOTE: The vue.js-based online reading environment has been broken off as deep-reader. Early prototypes as well as static-generation code remain here.

online-reader

At the moment, this is mostly an attempt to generalise one-off prototypes of Greek New Testament reading environments I've previously built over the last 11 years or so into code for generating those prototypes with arbitrary text (appropriately annotated).

There are, however, also early experiments with vue.js for more dynamic, modular readers.

The best place to start is the various prototypes that statically generate HTML, demos of which are linked to below.

The goal is for this project to be the basis for lots of different types of online and mobile reading environments with multiple technology architectures. This ranges in feature scope from basic ebook-style reading to a rich, modular platform for parallel texts, linguistic annotation, and integrated language learning tools.

I'm working, in particular, with texts and annotations from https://github.com/biblicalhumanities and https://github.com/perseusdl but this project is potentially much more general than that, and I'm interested in collaborating with anyone interested in online reading environments.

Statically-generated prototypes

These are all programmatically generated so, even though the demos are sometimes only for a single verse, chapter, or book, they can be run on arbitrary texts with appropriate annotation.

Interlinears for arbitrary verse using Berean interlinear

Demo (John 3.16): plain hover toggle frequency

Code: /prototypes/berean-interlinear/

Paginated verses of MorphGNT with toggled interlinear analysis

Demo: John 2.1

Code: /prototypes/paginated-morphgnt-interlinear/

Complete MorphGNT SBLGNT with analysis, one page per book with chapter nav

Demo: MorphGNT SBLGNT

Code: /prototypes/sblgnt-web/

Paginated Perseus 4 (alternative pagination styling; no additional annotation)

Demo: Herodotus Book 2

Code: /prototypes/static-paginated-perseus4/

Toggle controls to change styling of text and morphology-based colouring

Demo: 2 John

Code: /prototypes/toggle-controls/

About

framework and tools for statically-generated and dynamic online reading environments

License:MIT License


Languages

Language:HTML 67.0%Language:Vue 20.3%Language:Python 9.2%Language:CSS 2.8%Language:XSLT 0.4%Language:JavaScript 0.2%Language:Shell 0.1%