Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fferegrino/mybib

My bibliography in neo4j
https://github.com/fferegrino/mybib

neo4j python research-paper

Last synced: 21 days ago
JSON representation

My bibliography in neo4j

Awesome Lists containing this project

README

        

# MyBib

Keep track of your bibliography using Neo4j. With a simple user interface add research papers from their BibTex citations, query them and link them together.

## Deploy to Heroku:

Simply follow the [steps outlined here](https://devcenter.heroku.com/articles/getting-started-with-python#deploy-the-app), but instead of cloning their source code, clone this repository instead (`https://github.com/fferegrino/mybib.git`).

You'll also need a running instance of Neo4j, I used [GrapheneDB](https://elements.heroku.com/addons/graphenedb), which is free and easy to install into your recently created Heroku app.

After deployment, there are two configurations that you must set in order to interact with your app: `MYBIB_USER` and `MYBIB_PASS`, these values will be used for authentication.