> For the complete documentation index, see [llms.txt](https://scaproduction.depaul.edu/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://scaproduction.depaul.edu/welcome-and-news/closures-and-holiday-schedule.md).

# Closures & Holiday Schedule

### 2025-2026

**Equipment Centers:**\
Equipment Centers will open **only** for ***Anytime Project*** reservations during **the first week of each quarter**.

**Independent Study Projects:**\
Independent Study project reservations open on the first day of each quarter. Reservations may only be made for dates beginning in the second week of the quarter.

**Stages:**\
Stages are closed to all projects during the first week of each quarter, including the first Saturday.

**Closures:** During inventory, no equipment or stage reservations will be available.                      December 9–19, 2025                                                                                                                                             <mark style="color:red;">**March 23–28, 2026 (Spring Break)**</mark>

**Production Office Closures:** December 15-19, 2025

**University Holidays and Breaks:**                                                                                                                  Thanksgiving: November 26–30, 2025                                                                                                                      St. Vincent Day and Holiday Break: December 22, 2025–January 1, 2026                                                Martin Luther King Jr. Day: January 19, 2026                                                                                                      Good Friday and Easter: April 3–5, 2026                                                                                                     Memorial Day: May 25, 2026                                                                                                                             Juneteenth: June 19, 2026

#### **Summer Hours and Announcements**&#x20;

**Cage Equipment Center Summer Hours of Operation Mon-Fri 9:00am - 5:00pm starting June 15th**

**Cinespace Summer Hours of Operation Monday-Friday 9:00am - 5:00pm starting June 15th**

<mark style="color:red;">**\*Temporary Shack Closure at Cinespace 6/12-6/21\***</mark>&#x20;

Due to building repair work at Cinespace, the Shack (Cinespace Grip and Electric Equipment Center) will be closed beginning **Friday, June 12, at the end of the day**, and will reopen on **Monday, June 22**.

During this time, there will be **no staff in the space and no G\&E equipment operations**. We apologize for any inconvenience this may cause.

**Stage and Camera Vault operations will continue as normal** during the closure, following summer hours: **Monday–Friday, 9:00 a.m.–5:00 p.m.**

&#x20;


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://scaproduction.depaul.edu/welcome-and-news/closures-and-holiday-schedule.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
