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

https://github.com/cannylab/cannylab.github.io

CannyLab Website
https://github.com/cannylab/cannylab.github.io

Last synced: 2 months ago
JSON representation

CannyLab Website

Awesome Lists containing this project

README

        

Cannylab Website Portal
=========================

[![Build Status](https://travis-ci.org/CannyLab/cannylab.github.io.svg?branch=master)](https://travis-ci.org/cannylab/cannylab.github.io)

Simple website portal based on https://github.com/square/square.github.io

Development
-----------

### Run the site locally
```bash
gem install bundler # first time only
bundle install # first time only
bundle exec jekyll serve
```

### To update the papers page
1. Run the python script `generate_paper_html.py` in the root folder to generate a "papers.html" page.
2. Commit the new "papers.html" page to the repository.

Adding a Project
-----------

Here are the steps to add projects, datasets or other content:

1. Open the index.html file. There are two clearly marked sections for adding list items for datasets and projects
2. Fill out the template:
```html


```
3. Add any required images to the `repo_images` folder.