This is the code for the site available at http://centerforopenscience.org.
To install and build.
# A virtualenvironment is recommended
$ pip install -r requirements.txt
# Build static files and serves on debugging server at localhost:5001
$ python main.py