Skip to content

Neural-Systems-Lab/lab-website

Repository files navigation

on-push on-pull-request on-schedule

Neural Systems Lab's Website

current website (not yet published to cse server) neural.cs.washington.edu 🚀

Setup

After cloning this repo, run the following commands to preview the website locally:

  1. Install Docker
  2. Make sure Docker is running, and run ./.docker/run.sh
  3. Click the base URL shown in the terminal.

Adding a member

Add a firstname-lastname.md file in the _members folder. Place the photo under images/people/lastname.jpg. An example:

---
name: Preston Jiang
image: images/people/jiang.jpeg
role: phd
description: PhD Student, Computer Science & Engineering
links:
  home-page: https://lpjiang97.github.io/
---

Note: name, image, role, and description fields must exist. When you provide a home-page under links, the website will redirect to that page when you click on the member's profile. If you don't have a personal website, you can further update your md page to include more information. For example,

---
name: Preston Jiang
image: images/people/jiang.jpeg
role: phd
description: PhD Student, Computer Science & Engineering
links:
  email: [email protected]
  google-scholar: B706p2YAAAAJ
  twitter: lpjiang97
  github: lpjiang97
---

## Bio
(include more info using standard markdown)

If graduated :(

Add group: alum to the frontmatter.

Adding a press article

Add a YYYY-MM-DD-title.md file in the _press folder. Use tags to add relevant keywords. An example:

---
title: "To Be Energy-Efficient, Brains Predict Their Perceptions"
tags: 
  - predictive coding
---
Raj's predictive coding theory is discussed in this [Quanta article](https://www.quantamagazine.org/to-be-energy-efficient-brains-predict-their-perceptions-20211115/).

Adding a news snippet

Add a YYYY-MM-DD-title.md file in the _news folder. An example:

---
title: Welcome, Dr. Shuchen Wu!
tags: 
  - news
---
Shuchen Wu joins the lab as a Shanahan Postdoctoral Fellow. Welcome!

About

Lab website

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 9