Skip to content

xraymemory/openjournal

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

OpenJournal is an open community for sharing and discussing academic papers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%