├── README.md ├── paper-list.json ├── readme.template ├── scripts ├── add_papers.py ├── add_papers.sh ├── add_papers_minimal.sh └── create_readme.py └── todo.txt /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kumarkrishna/paper-spray/HEAD/README.md -------------------------------------------------------------------------------- /paper-list.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kumarkrishna/paper-spray/HEAD/paper-list.json -------------------------------------------------------------------------------- /readme.template: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kumarkrishna/paper-spray/HEAD/readme.template -------------------------------------------------------------------------------- /scripts/add_papers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kumarkrishna/paper-spray/HEAD/scripts/add_papers.py -------------------------------------------------------------------------------- /scripts/add_papers.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kumarkrishna/paper-spray/HEAD/scripts/add_papers.sh -------------------------------------------------------------------------------- /scripts/add_papers_minimal.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kumarkrishna/paper-spray/HEAD/scripts/add_papers_minimal.sh -------------------------------------------------------------------------------- /scripts/create_readme.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kumarkrishna/paper-spray/HEAD/scripts/create_readme.py -------------------------------------------------------------------------------- /todo.txt: -------------------------------------------------------------------------------- 1 | --------------------------------------------------------------------------------