# Presentations

Two types of presentations are often given at conferences, oral and poster.

## Oral Presentation

The oral presentation is provided in a lecture setting where you present slides to a large audience for 10 - 15 minutes followed by questions. Although your interaction with the audience is limited, it gives you an opportunity to appeal your work to the research community and sometimes leads them to contact you later for more discussions.

### Cover Page

The cover page must include the followings:

* Title (in a large font)
* Venue (e.g., CS385: Research Practicum - Emory University)
* Location (e.g., Atlanta, GA, USA) and date
* Authors and their affiliations (e.g., Jinho D. Choi - Department of Computer Science, Emory University)


---

# 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/presentations.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.
