Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 844 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 844 Bytes

OpenJournal

OpenJournal is an online community united around the concept of sharing, discussing, collaborating on and improving academic papers.

Installation

pip install -e .

Running

python main.py

Developing

Stack

OpenJournal was built using a modified version of Waltz running over web.py. The database (which will be replaced with a more stable solution) is currently LazyDB, a wrapper over the shelve flatfile db.

How can I help?

Todo

  • Map over all papers and add a 'submission' time field
  • Add databasing (other than LazyDB)
  • Implement search over papers (whoosh?)
  • PDF semantic analyzer (decompose into search terms)
  • Network with some schools re: partnerships
  • Additional details at michaelkarpeles.com/#openjournal