> For the complete documentation index, see [llms.txt](https://ismms-gs.gitbook.io/graduate-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-gs.gitbook.io/graduate-student-handbook/chapter-2-1/md-phd-program/program-requirements.md).

# Program Requirements

The MSTP curriculum at the Icahn School of Medicine at Mount Sinai integrates the core requirements of both the MD and PhD programs, along with MSTP-specific activities designed to support the development of physician-scientist competencies.&#x20;

**MD Program Requirements**&#x20;

* Students follow either the Legacy Curriculum (for cohorts matriculated prior to 2024) or the ASCEND Curriculum (2024 onward), each with defined policies for academic standing, graduation, progression, remediation, and completion of licensing exams (USMLE Step 1 and Step 2). MSTP-specific modifications to the ASCEND progression and exam policies ensure alignment with dual-degree training timelines.&#x20;
* Scholarly project, electives, and remediation policies are adapted to ensure integration with MSTP training requirements.&#x20;

**PhD Program Requirements**&#x20;

* Students must satisfy all graduate school academic requirements, including coursework, dissertation research, thesis proposal defense, and dissertation deposit. Progress is monitored through the Graduate School of Biomedical Sciences standards for academic standing, satisfactory **progress, and professionalism.**&#x20;

**MD-PhD Program Requirements** \
In addition to completing MD and PhD milestones, MSTP students must participate in program-specific training activities that foster research excellence, clinical readiness, leadership, and career development:&#x20;

* **MSTP TREK Academy** (orientation and early professional development)&#x20;
  * **MSTP Survival Skills**
  * **Leadership Colloquium** (skills-building series)&#x20;
  * **iBiology Build Your Research Community**
  * **MSTP Networking/TREKTracker** (research community development)&#x20;
* **Biomedical Sciences (BMS) for MD-PhD** (graduate coursework aligned with MD curriculum)&#x20;
* **MSTP Horizons** (career planning and transitions support)&#x20;
* **Annual MD-PhD Retreat** (community building and research presentations)&#x20;
* **Medical Scientist Grand Rounds (MSGR)** (clinical-research integration seminars)&#x20;
* **MSTP Individual Development Plan (IDP)** (annual career planning and mentoring reviews)&#x20;
* **Transition Activities** (Transition from MD to PhD, Mentor-Mentee Compact, Transition from PhD to MD)&#x20;
* **Clinical Skills Maintenance** (MD-PhD Clinical Refresher during PhD phase)&#x20;
* **MSTP Graduation Exit Survey** (program feedback and outcomes tracking)&#x20;

This integrated curriculum ensures that MSTP students are fully prepared for leadership roles in biomedical research and clinical medicine, while maintaining rigorous standards across both degree pathways.&#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-gs.gitbook.io/graduate-student-handbook/chapter-2-1/md-phd-program/program-requirements.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.
