CS 6001: Game Theory and Algorithmic Mechanism Design
Course Project -- Proposal and Report Templates
=================================================

This archive has two standalone LaTeX files:

  proposal.tex   -- use this for your project proposal (due Sep 27, 2026,
                     submitted via a private Piazza post to the Instructors,
                     naming all group members)
  report.tex     -- use this for your final project report, at the end
                     of the semester

Both files compile on their own with a plain

    pdflatex proposal.tex
    pdflatex report.tex

No extra .sty files or .bib compilation step is needed -- references
are written directly as a simple \begin{thebibliography}...\end{thebibliography}
block in each file, so pdflatex alone is enough (no bibtex/biber run
required).

How to use:
  1. Copy the relevant file, fill in every placeholder in [square
     brackets] (title, author names, roll numbers, theme, dates,
     content), and delete the instructional comments at the top.
  2. Keep the section structure -- it matches what the evaluation
     expects to see. You may add subsections within a section if
     useful, but please do not remove the required sections
     (Individual Contributions in particular is required in the
     report).
  3. Compile to PDF and submit the PDF (source .tex optional, unless
     asked for separately).

Questions: post on Piazza rather than emailing the Instructor/TAs
directly.
