In order to edit the website, you should ignore most .html files except the main index.html
The site is setup with jekyll and github actions. So when you edit the appropriate .yml or .md files, they will be converted to .html
The config.yml file contains the basic information and configuration for the site (theme, title, etc.)
In _pages you will find folders for the different pages (team, software, etc.). Edit the .md file, not the .html file
Note: Ignore the _pages/team and _pages/projects folder (see below)
To change Team Members, edit _data/team.yml
To change Projects, edit _data/projects.yml
Conference entries are managed through _pages/conferences/index.md.
- Open
_pages/conferences/index.md. - Find the correct year section (for example
## 2026). - Add the conference under either:
### Oral Presentations### Poster Presentations
- Format each entry as:
- without a separate page:
1. **ISMRM 2026:** **Author A, Author B, & Author C.** *Presentation Title.*
- with a separate page:
1. **ISMRM 2026:** [**Author A & Author B.** *Presentation Title.*](/conferences/conference-lastname/)
- without a separate page:
Create a new folder inside _pages/conferences/ if more detail is available for that presentation, such as:
- abstract text
- poster content
- figures/images
- session details
- acknowledgements or references
The structure should look like:
_pages/
conferences/
index.md
conference-lastname/
index.md
figure1.png
figure2.png