current website (not yet published to cse server) neural.cs.washington.edu 🚀
After cloning this repo, run the following commands to preview the website locally:
- Install Docker
- Make sure Docker is running, and run
./.docker/run.sh
- Click the base URL shown in the terminal.
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)
Add group: alum
to the frontmatter.
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/).
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!