# Task: Create `week2.html` from `week-template.html` with Embedded Programming content ## Context - Repo already contains `week-template.html`. Use it as the base. - Create a new page for **Week 2 — Embedded Programming**. - Fill required sections; keep placeholders where info is unknown. - Pull **group** and **individual** assignment details from the official class page. - Add a **Helpful Documentation** section summarizing the slide deck and linking to Google Slides + local downloads. - Fill the **Individual Assignment** section with the reaction-time “ReactionAge” project (details below). - Respect the note: keep links to external papers; **do not** embed PDFs in the page. Local PDFs may live in `week2/gripstrength` and `week2/reactiontime` for reference but shouldn’t be embedded. ## Sources to use 1) Class page (assignments): - https://academy.cba.mit.edu/classes/embedded_programming/index.html → Extract the **group** and **individual** assignment requirements (wording may be tightened/condensed, but must be accurate). 2) Slides for “Helpful Documentation”: - https://docs.google.com/presentation/d/1yi74tyA7pndkprdBvipFG7vPN_mt5oaKWDUpzZvqBeQ/edit?slide=id.p#slide=id.p - Provide: (a) a short summary, (b) a link to the Google Slides deck, and (c) links to local downloads (`week2/docs/*.ppt`, `week2/docs/*.pdf`). - If Google Slides isn’t accessible from the environment, just summarize briefly based on local context and keep the links (don’t block the task). 3) ReactionAge project details (Individual Assignment content): - PLOS ONE paper: https://journals.plos.org/plosone/article?id=10.1371/journal.pone.0189598 - Repo: https://github.com/saleemaldajani/reaction-timer-saleemaldajani - Related papers (link only, don’t embed PDFs): - https://www.nature.com/articles/s41514-024-00167-z - https://www.sciencedirect.com/science/article/pii/S1877705817319239?ref=pdf_download&fr=RR-2&rr=9810d1d3fe618fab - https://pmc.ncbi.nlm.nih.gov/articles/PMC8599604/ - Local assets (OK to reference, don’t embed PDFs): - `week2/reactiontime/` (PDFs for reference only, not embedded) - `week2/gripstrength/` (PDFs for reference only, not embedded) - Add an **image** `week2/images/rxntimevsage.png` showing the model concept (with proper caption + citation to the PLOS ONE paper). If no image exists yet, insert an `` with that path and leave it as a placeholder. ## Files to create/edit - **Create** `week2.html` at the repo root (or same directory as Week 1). - **Ensure** directories exist (create if missing): - `week2/docs/` (for optional local downloads links) - `week2/images/` (for `rxntimevsage.png`) - `week2/reactiontime/` and `week2/gripstrength/` (reference PDFs; do not embed) - Do **not** modify `week1.html`. Use `week-template.html` as a base. ## Page metadata - ``: `Week 2 · HTMAA 2025 · Embedded Programming` - Header title: `Week 2` - Header subtitle: `Embedded Programming · HTMAA 2025` - Keep the same styling/CSS classes as the template. ## Sections to include (match template structure) - Intro & Goals - Assignments (Group + Individual ReactionAge) - Tools & Materials - Week Highlights - Training Documentation - Helpful Documentation (Slides) - Design Files - Reflections & Learnings - Contributions - Ethical AI Use ## Acceptance criteria - `week2.html` exists and renders with identical styling to `week-template.html`. - Contains **Intro**, **Goals**, **Assignments** (with Group + Individual), **Tools & Materials**, **Week Highlights** (with `rxntimevsage.png` placeholder), **Training Documentation**, **Helpful Documentation** (slide summary + links), **Design Files**, **Reflections**, **Contributions**, **Ethical AI Use**. - Assignment text accurately reflects the class page (concise). - ReactionAge plan present, clear, and actionable. - External papers are linked (no embedded PDFs). - Local download links (PDF/PPT) are present under Helpful Documentation (even if files are not yet added). - No console errors; page validates in a modern browser.