Skip to content
Noah Spahn edited this page Mar 3, 2026 · 3 revisions

CS4012-Research wiki!

We are researching vulnerability remediation tactics by reading papers and experimenting with code as we learn through the practice of Agile.

We are learning to communicate as a team, in person and in writing.

graph LR
  A[Backlog] --> B[In Progress]
  B --> C{Review}
  C -->|Pass| D[Done]
  C -->|Fail| B
Loading
sequenceDiagram
    participant Student
    participant GitHub_Wiki
    Student->>GitHub_Wiki: Request Page
    GitHub_Wiki-->>Student: Render Markdown
Loading
gantt
    title Agile Project Schedule
    section Sprint 1
    Requirements Research :a1, 2026-03-01, 3d
    Wiki Setup             :after a1, 3d
Loading

Clone this wiki locally