Foley Lab
Foley Lab Website Content Guide
Foley Lab Website Content Guide
Most updates now happen by adding or editing small Markdown files.
Add a person
- Create a new file in
_people/. - Copy one of the existing files and update:
namerolestatusascurrentoralumniimageemailresearch_focuseducation
- Add a short paragraph below the front matter.
Add a publication
- Create a new file in
_publications/. - Include:
titledatejournalauthorsexternal_urltoc_figureabstract
- Optionally add extra notes or highlights below the front matter.
Add a news item
- Create a new file in
_news/. - Include:
titledateimage
- Write the news item body below the front matter.
Add images
- Put images in
images/. - Reference them as
/images/filename.pngin front matter.
Research tools
- The tools page lives at
tools.md. - Front-end behavior for widgets lives in
assets/js/research-tools.js. - Styling for the redesign lives in
assets/css/foleylab.css. - Future calculation logic can be dropped into the existing widget handlers without changing the page structure.