Improved version of the Blocks & Chains Bibliography from https://github.com/kernoelpanic/blockchainbib
- Python3.6 Flask backend server
- Parsing blockchain.bib using python bibtexparser (https://github.com/sciunto-org/python-bibtexparser)
- Serving resulting JSON file via REST API
- AngularJS 1.5 frontend
- Basic functionality as in original version
- List all papers
- Order by title, author, year
- Link to PDF
- Retrieve .bib entry
- Search by X (title, author, bibtexID, year, ... basically everything)
- Improved UI
- Basic functionality as in original version
- Install python 3.6
- Install pip:
sudo apt-get install python3-pip
- Install flask and other dependencies:
sudo pip install flask flask_cors bibtexparser
- Go to root folder
- Run:
python3
orpython app.py
- Authentication via gitlab
- Submit new paper
- Admin interface (initially)
- Anonymous user proposal (optional - perhaps github pull request is better for this)
- Add tags
- Add comments
- Paging
Alexei Zamyatin ([email protected])
Credits for original blockchainbib go to Aljosha Judmayer ([email protected])
This Blockchain Bibliography is maintained by SBA Research and the Imperial College London Centre for Cryptocurrency Research and Engieneering (IC3RE)