Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 489 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 489 Bytes

Website for Neural Reckoning group

http://neural-reckoning.org

Install GraphViz https://graphviz.org/

Create an environment with

conda create --name nrweb python=3 jinja2 pillow wordcloud
conda activate nrweb
pip install tweepy diskcache semanticscholar pyyaml

Create a file twitter_secrets.py with api_key = '...' and api_secret_key = '...'. Do not commit this file!

Edit .yaml files in people, papers, software.

Run generate_html.py.