Skip to content

behavioral-data/behavioral-data.github.io

Repository files navigation

Behavioral Data Science Site

This is the website of our academic research group at UW CSE. It is based on the template provided by the Allan Lab at Leiden University.

Modifying this Site

This website is powered by Jekyll and some Bootstrap. To work on the site, clone this repo. If you want to preview your changes before committing them (recommended) you will need to install Jekyll and run a local server in your root directory with jekyll serve.

Jerkyll Installation M1 Mac

If you are having trouble installing Jerkyll on your m1 mac check out this script which automatically installs it for you.

Worked for Ken 04192023 M1 Mac

Ran the below in the root project folder

gem install bundler jekyl
bundle install
bundle exec jekyll serve

Adding a Member

Run python add_person.py from the root directory, and follow the prompts as they come up.

Adding a publication

Use add_pub.py from the root directory.

Adding a News Item

News items should be manually edited in the _data/news.yml collection.

Contibuting your changes

Since the site is hosted with github pages, anything in the master branch is live (in production). When you make changes, create a new branch and make a pull request (tutorial here). If there aren't any common problems then maybe soon anyone from bdata will be able to merge with master, but for now we'll limit it.

Copyright Allan Lab. Code released under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published