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
- Host: GitHub
- URL: https://github.com/cannylab/cannylab.github.io
- Owner: CannyLab
- Created: 2018-10-02T23:58:50.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-04-12T05:22:56.000Z (about 2 years ago)
- Last Synced: 2023-04-12T06:48:39.771Z (about 2 years ago)
- Language: CSS
- Size: 9.29 MB
- Stars: 1
- Watchers: 12
- Forks: 4
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Cannylab Website Portal
=========================[](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.