Skip to content

790gradml/gradML

Folders and files

NameName
Last commit message
Last commit date

Latest commit

cb110ee · Mar 5, 2025
Aug 19, 2024
Jun 22, 2023
Jun 17, 2023
Aug 29, 2024
Dec 9, 2024
Sep 4, 2024
Sep 3, 2024
Dec 13, 2024
Dec 2, 2024
Nov 19, 2024
Sep 7, 2024
Sep 13, 2024
Sep 5, 2024
Dec 18, 2024
Jul 8, 2023
Sep 10, 2023
Oct 17, 2024
Jun 16, 2023
Dec 12, 2024
Jul 17, 2024
Mar 5, 2025
Jul 17, 2024
Jul 1, 2023
Sep 26, 2023
Jun 12, 2023
Aug 18, 2024
Aug 18, 2024
Sep 4, 2024
Oct 10, 2024
Aug 29, 2024
Jun 22, 2023
Aug 29, 2024
Jun 23, 2023
Sep 7, 2024
Aug 19, 2024
Jul 17, 2024
Jul 17, 2024
Jun 15, 2023
Jun 15, 2023

Repository files navigation

Grad ML

Source code for https://gradml.mit.edu

Documentations for:

Jagdeep's Guide for Adding HWs & Lectures

Step 1: Add Asset Files

Add hw pdfs or lecture slide/notes to assets\homeworks or assets\lectures respectively.

Step 2: Edit Card

Make a copy of the card _homeworks\hw0.md or _lectures\lecture1.md for your new hw/lecture.

For Homeworks

  • title, release_date, due_date are required fields.
  • The other fields will show to be released if not provided.
  • Use relative paths to link assets.
  • Note that the sorting of homeworks is based on release_date

For Lectures

  • title and id are required fields
  • lecture_n should have id: n (used for sorting)
  • The other fields will show to be released if not provided.
  • Use relative paths to link assets.

Step 3: Publish

By default, only the first n hws and m lectures are displayed on the homeworks and lectures pages. To increase this number (and publish a new hw/lecture) navigate to main\homeworks.md or main\lectures.md and increase the limit_value variable.