This is the website for our lab in the Department of Neuroscience at the University of Pennsylvania.
This website is built with Jekyll. It is derived from the great template provided by the Allan Lab, at Leiden University, and the fork written by Eric Daoud.
Our favicon is from Icons8.
If you want to build the website locally, first install Jekyll.
On a Mac you can do that with the following commands:
brew install ruby
gem install bundler jekyll
Clone this repository, then install the dependencies:
bundle install
Run the local webserver with:
bundle exec jekyll serve
Otherwise, committing to this repository will automatically rebuild the website and push it to our subdomain.
Add new lab members by modifying team_members.yml
.
Add new publications by modifying publist.yml
.
Add new news items by modifying news.yml
.
Make sure to copy the format used for the existing items.
We used Bootstrap for designing the website. Feel free to modify either the _pages or the _layouts components.