> For the complete documentation index, see [llms.txt](https://ismms-md-program.gitbook.io/medical-student-handbook/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ismms-md-program.gitbook.io/medical-student-handbook/academic-information-and-resources/nexus-learning.md).

# Nexus Learning

Nexus Learning offers a vibrant mix of non-credit courses designed especially for first- and second-year medical students at the Icahn School of Medicine. These classes go beyond the required curriculum, giving students the chance to deepen their medical knowledge, explore the humanities and sciences, and gain valuable new skills and perspectives to enhance their journey as future physicians.&#x20;

Whether you're diving into a subject you're passionate about or trying something completely new, Nexus Learning is your opportunity to grow intellectually and connect with peers and faculty who share your interests.&#x20;

Though not for academic credit, students are highly encouraged to take at least one Nexus course. Completion of a course (based on each course director’s minimum participation requirements) can be documented in your student portfolio. No grades, no academic pressure—just a meaningful opportunity to explore new ideas and enrich your medical education in a supportive environment.&#x20;

## Nexus FAQs for Participants

**How do I create a new Nexus course?**&#x20;

Start by reaching out to Dr. Vasundhara Singh to discuss your idea. If approved, you’ll draft a syllabus and submit the course via [Formstack](https://mountsinai.formstack.com/forms/nexus_course_submission) for inclusion in the upcoming semester catalog.&#x20;

**Are Nexus courses in person or online?**&#x20;

Nexus courses can be:&#x20;

* In-person&#x20;
* On Zoom&#x20;
* Or hybrid&#x20;

Your course listing will indicate the format.&#x20;

**I'm an M1 or M2—how do I register?**&#x20;

Just sign up through Empower. No approval needed. Once you're registered, you’ll be added to the course’s Blackboard Org, where your course director will post all the details. \
📌 \[Click [here](https://mtsinai.sharepoint.com/:w:/s/CurricularAffairs/Ed_sQNdRbVxPmchlkTTIBmgBzx0LKdTsH91gvXAvYJ9f4g?e=63Ndd4) for registration instructions]&#x20;

**Can I take two Nexus courses that overlap in time?**&#x20;

Yes—with some conditions:&#x20;

* You need permission from both course directors.&#x20;
* One course will need to add you manually to the roster.&#x20;
* You may have to make up missed content asynchronously.&#x20;

**I’m not an M1 or M2, but I want to take a Nexus course—can I?**&#x20;

Yes. Students, faculty, housestaff, or staff across the Mount Sinai Health System can participate if the course coordinator and faculty approve. \
✅ Only M1s and M2s can register through Empower. \
📩 Others should email the course director/coordinator to be manually added to the Blackboard Org.&#x20;

Will a Nexus course show up on my transcript or MSPE?&#x20;

No. Since Nexus courses are not for credit, they don’t appear on transcripts or the MSPE. \
🎓 However, if you complete a course and meet its participation requirements, you can and should include it on your CV or ERAS application.&#x20;

**📧 Who to Contact**&#x20;

* General Questions: <Nexus.Learning@mssm.edu>&#x20;
* Director of Electives & Nexus: Dr. Vasundhara Singh - <vasundhara.singh@mountsinai.org>&#x20;
* Electives & Site Coordinator: Juliette Wertz - <juliette.wertz@mssm.edu>&#x20;

## Nexus FAQs for Course Coordinators and Faculty

**I’m interested in creating a new Nexus course. What’s the first step?**&#x20;

Start by reaching out to Dr. Singh to discuss your course idea. She will provide final review and approval. After that, you’ll draft a syllabus and complete the Formstack for the corresponding semester, including all catalogue information.&#x20;

**I’m a student who wants to create a course. Do I need a faculty mentor?**&#x20;

Yes. While many Nexus courses are student-led, every course must have a faculty mentor. If you don’t have someone in mind, Dr. Singh can help connect you.&#x20;

**Can Nexus courses be held in-person or over Zoom?**&#x20;

Yes, courses may be in-person or on Zoom. Due to limited on-campus space, priority for room reservations goes to required courses. Hybrid formats are also an option.&#x20;

**How do I reserve space on Annenberg 12 or 13?**&#x20;

Use this form: [Annenberg 12 and 13 Floor Room Request Form](https://form.jotform.com/243445982853064)

**Is there a faculty guide for Nexus course requirements?**&#x20;

There is no formal guide. Nexus Learning gives course leaders a great deal of flexibility. After meeting with Dr. Singh, you’ll set the course expectations—such as attendance, participation, or assignments. Each course is unique, and many are fully coordinated and taught by students with faculty acting as mentors. Final approval still comes from Dr. Singh.&#x20;

**Can individuals outside of medical school (e.g. nurses, master’s students, physical therapists) take Nexus courses?**&#x20;

Most courses are designed for M1 and M2 students, but anyone from the Mount Sinai Health System—students, staff, housestaff, or faculty—may participate at the discretion of the course coordinator and/or faculty. Only M1s and M2s can register through Empower. Since Nexus is not for credit, formal registration isn’t required.&#x20;

**If participants outside M1/M2 can’t register through Empower, how can they join?**&#x20;

Coordinators can manually add participants to Blackboard if they have a Sinai email and Bb login. If Blackboard isn’t being used, coordinators can keep a manual roster and communicate by email.&#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://ismms-md-program.gitbook.io/medical-student-handbook/academic-information-and-resources/nexus-learning.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.
