> ## Documentation Index
> Fetch the complete documentation index at: https://aegean.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Course Logistics (Spring 2026)

> Office hours, grading policies, and communication channels for Introduction to AI.

## Class Schedule

### In-Person Sections

| Institution | Course Code     | Schedule               | Location                       |
| ----------- | --------------- | ---------------------- | ------------------------------ |
| NJIT        | CS370           | Tues, 6:00pm-8:30pm    | CKB-223                        |
| NYU         | CS-GY-6613/4613 | Fridays, 5:00pm-7:30pm | Brooklyn Metrotech 2, Room 801 |

### Online Section

| Institution | Course Code      | Schedule               | Location |
| ----------- | ---------------- | ---------------------- | -------- |
| NYU         | CS-GY-6613-INET2 | Fridays, 3:00pm-4:30pm | Zoom     |

## Communication

<Card title="Discord" icon="discord" href="https://discord.gg">
  Primary channel for all communication and questions related to lectures and projects. Please install Discord on your smartphones as well. Info has been sent via Canvas/Brightspace.
</Card>

### Support

Use the Discord ticketing system for:

* Grading issues
* Private matters requiring staff or professor response

All tickets are private between student and staff/professor.

## Office Hours

There are regular office hours held by TAs - check Discord for schedule. There are also on-demand office hours coordinated via Discord:

1. Direct message the professor to arrange a 30-minute slot
2. Once agreed, send a [Google Calendar invitation](https://support.google.com/meet/answer/9302870?hl=en\&co=GENIE.Platform%3DDesktop) with Google Meet info (no Zoom please)
3. Include in your invitation the questions/issues you want to discuss so we can have a productive meeting

## Grading

| Component   | Weight |
| ----------- | ------ |
| Assignments | 30%    |
| Midterm     | 20%    |
| Final       | 30%    |
| Project     | 20%    |

### Late Policy

* Assignments submitted within 24 hours of the deadline: 10% penalty
* Assignments submitted within 48 hours of the deadline: 25% penalty
* No submissions accepted after 48 hours without prior approval - health related issues must be directed to the University and never sent to the staff.

## Staff

### Instructor

Pantelis Monogioudis, Ph.D.

### Teaching Assistants

They have introduced themselves on Discord - here is the list.

| Course           | TA                             |
| ---------------- | ------------------------------ |
| CS370            | Zhenduo Wang                   |
| CS-GY-6613/4613  | Uttam Singh and Kushagra Yadav |
| CS-GY-6613-INET2 | Swapnil Sharma                 |

## Academic Integrity

All submitted work must be your own. You may discuss concepts with classmates, but all code and written work must be completed independently unless explicitly stated otherwise.

Use of AI assistants (e.g., ChatGPT, Claude, GitHub Copilot) is permitted for learning and debugging, but you must:

1. Understand all code you submit
2. Be able to explain your solutions
3. Cite any AI-assisted portions

## Required Tools

* Python 3.11+
* Docker
* Git/GitHub
* VS Code (recommended) or your preferred IDE
* Hugging Face account

See the [Development Environment Guide](/aiml-common/resources/environment/index) for setup instructions.

***

<Callout icon="pen-to-square" iconType="regular">
  [Edit this page on GitHub](https://github.com/aegean-ai/eaia/edit/main/src/courses/ai/logistics/index.mdx) or [file an issue](https://github.com/aegean-ai/eaia/issues/new/choose).
</Callout>
