Skip to content

docs: update resources and assignments links - #110

Open
chayan-bit wants to merge 2 commits into
dsgiitr:masterfrom
chayan-bit:update-resources-assignments
Open

docs: update resources and assignments links#110
chayan-bit wants to merge 2 commits into
dsgiitr:masterfrom
chayan-bit:update-resources-assignments

Conversation

@chayan-bit

Copy link
Copy Markdown

Summary

Updates _pages/resources.md with the current set of lecture resources and assignments.

  • Resources: Git & Bash, PS-0, PS-1, LA-0, LA-1, ML-0, ML-1, ML-2, DL-0, DL-2
  • Assignments: Git & Bash, PS-0, PS-1, LA, ML, DL
  • Each entry is now just the link plus a one-line description; the older long-form prose sections were removed.

Notes

  • LA-0 and LA-1 were supplied with the same HackMD URL. Kept verbatim, but one of them is probably wrong and worth a second look.
  • The PS-1 assignment link was supplied with a trailing /edit; dropped so visitors land on the read view instead of the editor.

Test plan

  • bundle exec jekyll serve and confirm /resources/ renders both sections
  • Click through all 16 links and verify each HackMD doc is publicly viewable

Replace the resources and assignments listings with the current
Git & Bash, PS, LA, ML and DL links, each with a one-line description.
Copilot AI lite review requested due to automatic review settings August 13, 2026 02:57

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the site’s documentation/content pages to reflect current course resources and assignments, while also making small membership-page formatting updates.

Changes:

  • Refresh /resources/ with an updated, condensed list of lecture resources and assignment links.
  • Tidy HTML formatting in the team page and add a new Y26 member card.
  • Normalize formatting in the Y26 Parambrata member profile page.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.

File Description
_pages/resources.md Replaces older long-form sections with a concise list of updated resources + assignments links.
_pages/about.md Minor HTML formatting cleanup and adds a new Y26 member card entry.
_members/y26/parambrata.md Markdown formatting cleanup (italics + spacing) for the member profile.
Suppressed comments (1)

_pages/about.md:240

  • This new card links to resources that don't exist in the repo: assets/images/members/y26/chayan_aggarwal.jpg is missing (so it will always fall back to the placeholder) and there is no member page with permalink /members/chayan_aggarwal (so the name link will 404). Please add the missing image + member page, or update the paths to match existing files/pages.
      <div class="member-card">
        <img src="{{ site.baseurl }}/assets/images/members/y26/chayan_aggarwal.jpg" alt="Chayan Aggarwal" onerror="this.src='{{ site.baseurl }}/assets/images/placeholder.jpeg';">
        <h3><a href="{{ site.baseurl }}/members/chayan_aggarwal">Chayan Aggarwal</a></h3>
      </div>

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment thread _pages/resources.md
Comment on lines +17 to +19
[<span style="color:blue;">LA-0</span>](https://hackmd.io/@1hF6KBx_RzSqdNlwAfCfIg/H1wXrstt-e) : Introduction to linear algebra.

[<span style="color:blue;">Prob-Stats 2</span>](https://drive.google.com/file/d/1pZ4H1ZvW_c12bXdQzIadp-s7HW9BI7OF/view?usp=drive_link)
[<span style="color:blue;">LA-1</span>](https://hackmd.io/@1hF6KBx_RzSqdNlwAfCfIg/H1wXrstt-e) : Advanced linear algebra and optimisation.
Comment thread _pages/about.md
Comment on lines +107 to 111
<div class="member-card">
<img src="{{ site.baseurl }}/assets/images/members/y24/abhinav.png" alt="Abhinav Kumar"
onerror="this.src='{{ site.baseurl }}/assets/images/placeholder.jpeg';">
<h3><a href="{{ site.baseurl }}/members/abhinavkumar">Abhinav Kumar</a></h3>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants