# HW3: Team Promotion

## Selection

1. Form a group of 2-3 members for your team project.
2. Navigate to \[People] in Canvas, type "**Team**" in the search bar, and add your team members to the same group.

## Promotion

1. Make team promotion slides for a 5 minutes presentation, including the following:
   * An overview of your project
   * The motivation behind your project and its broad impact
   * Key contributions and the novelty of your project
   * Proposed methods, such as algorithms, models, and data
   * Anticipated challenges and expected results
   * Weekly plans that outline individual responsibilities
2. Submit the slides as a PDF file to **PT1: Team Promotion** on Canvas.

## Report

1. Sign up for an [Overleaf](https://www.overleaf.com) account with your Emory email address. This will grant you access to the [Professional Plan](https://www.overleaf.com/user/subscription/plans) once you verify your email address in the [Account Settings](https://www.overleaf.com/user/settings).
2. Login to Overleaf and duplicate [this project](https://www.overleaf.com/read/srdcwktzjhkc#91ad9d) by clicking \[Menu] at the top-right corner and selecting "Copy Project".
3. Name your project as `CS371-Lastname1_Lastname2_Lastname3` (replace the last names with your team members' in alphabetical order).
4. Provide a high-level title that reflects your potential team project.
5. Update the author information with your details and add additional authors if needed.
6. Share the Overleaf project with your teammates and instructors, granting them "Can Edit" permissions (refer to the instructor information in the [syllabus](/ai-research-practicum/overview/syllabus.md)).
7. Export your paper as a PDF file and submit it to **HW3: Team & Topic Selection** on Canvas.
8. Provide the URL of your Overleaf project as a comment in **HW3: Team & Topic Selection**.

{% hint style="info" %}
LaTeX is widely regarded as the gold standard for writing scientific articles in many fields, including computer science. In this course, you will be required to use LaTeX to write your research papers. If you are not already familiar with LaTeX, it is essential that you review the [LaTeX Guidelines](/ai-research-practicum/supplementary/latex-guidelines.md) and take the time to become comfortable with its usage.
{% endhint %}

## Rubric

* **Selection** (0.5 points): Was the team formed by the deadline?
* **Presentation** (2 points): Do the slides clearly and comprehensively describe the proposed task?
* **Report** (0.5 points): Does the report have a compelling title and accurate author information?


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://emory.gitbook.io/ai-research-practicum/assignments/hw3-team-promotion.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
