Skip to content

Project Registration

  • Format: individual projects (small class size)
  • Project proposal presentation: 2026-04-21 (Week 8) — midterm replacement
  • Registration deadline: 2026-04-20 (the day before Week 8 class)
  • How to register: Add your project information to this file via PR

Edit this file (src/content/docs/capstone/teams.md) and add your entry to the “Registered Projects” section below, then submit a PR.

### Project [Number]: [Project Title]
| Field | Value |
|-------|-------|
| Student ID | 2023xxxx |
| Name | Hong Gildong |
| One-line summary | (e.g., Agent that takes pytest failure logs and produces fix commits) |
| GitHub repository | https://github.com/... |
| Proposal | capstone/projects/2023xxxx/proposal.md |
capstone/projects/[student-id]/
├── proposal.md # Project proposal (Week 8, required)
├── design.md # Architecture design (Week 13)
├── progress-week14.md # Interim progress report (Week 14)
├── README.md # Final project documentation (Week 15)
├── report.md # Final report (Week 15)
├── links.md # External links for slides + demo video (Week 15)
└── src/ # Source code

links.md template (slides and demo video as external URLs):

# Project External Links
## Presentation slides
- URL: https://... <!-- Google Slides / shared PDF / Figma, etc. -->
- Format: Google Slides
- Access: Anyone with the link
## Demo video
- URL: https://... <!-- YouTube unlisted / Google Drive, etc. -->
- Length: N minutes N seconds
- Access: Anyone with the link

.gitignore blocks *.pdf and *.mp4, so these files cannot be committed directly. Host them externally and record the URLs here.

Projects will be added here after registration.


Instructor Approval: Project topics are finalized after feedback during the Week 8 proposal presentation.

Writing Guide: See the Project Proposal Writing Guide. The standard template ensures consistency and specificity.