Skip to content

McGill-NLP/barbados-workshop-2026

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Barbados Workshop 2026

Clone of Barbados Workshop 2024.

Updating the Participant List

Download the CSV from here. Run the following command:

python3 scripts/load_participant.py \
    --input_file data/participant.csv \
    --output_file participant.html

This script checks whether an image exists in assets/participants for each participant. Each image should use the naming scheme {first_name}_{last_name}.* where first_name and last_name are all lowercase (and correspond to a record in the CSV). Last names consisting of multiple words are delimited by -.

Build

GitHub pages points to the main branch. Any new commits to this branch will trigger a deployment.

About

Workshop on AI for Science

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published