Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 962 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 962 Bytes

Software Engineering at Montreal (SE@MTL) Website

This website is forked from Project Pages. It uses jekyll, and is hosted by github pages.

Contribute

Please make pull requests to contribute events or members. For all other concerns, use the issue tracker.

To add a new event

Create a Markdown page under the _posts folder.

Note that in the metadata for a post, event_date is the actual date for the event, while date is the date that the post will be made visible on the website.

Add a new member

Add the member to the members.yml file in the _data folder.

Producing a visualization of attendee keywords

There is a Jupyter notebook for producing keyword visualization from the spreadsheet of attendee RSVPs. Instructions are included in the notebook itself.