> For the complete documentation index, see [llms.txt](https://docs.eclipse-pass.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.eclipse-pass.org/welcome-guide/pass-at-jhu.md).

# PASS at JHU

Since its inception in 2018, PASS at Johns Hopkins University (JHU) has been a vehicle for research submission and compliance. In 2023, we proudly introduced our 1.0 release, featuring a major overhaul of our back-end architecture. This update introduced a robust and well-defined API, streamlined our release process, aligned dependencies, and restructured components for easier system management. Designed to fit the needs of the Office of Science and Technology [memo ](https://www.whitehouse.gov/wp-content/uploads/2022/08/08-2022-OSTP-Public-Access-Memo.pdf)and aligns with JHU’s own Open Access Policy, PASS ensures that all JHU researchers can effortlessly publish their work to JHU's institutional repository, [JScholarship](https://provost.jhu.edu/faqs/what-is-jscholarship/).

Beyond meeting JHU’s requirements, PASS at JHU facilitates submissions to PubMed Central through the [NIH Manuscript Submission](https://www.nihms.nih.gov/) (NIHMS) system. Looking ahead, we’re excited to expand our support to additional repositories, such as NSF. Take a look at our [PASS Roadmap](https://github.com/eclipse-pass/pass-documentation/blob/main/welcome-guide/pass-roadmap.md) article for a glimpse into the future features and enhancements in the pipeline.

Architecturally, PASS is built on Amazon Web Services and leverages a Java Spring Boot web application paired with a REST API for seamless core service integration. While we’ve chosen AWS for its reliability and scalability, it’s essential to note that PASS’s flexibility allows it to thrive on various platforms. For an in-depth look at our system’s blueprint, we invite you to explore our [Deployment Architecture](/welcome-guide/deployment-architecture.md) article.


---

# 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://docs.eclipse-pass.org/welcome-guide/pass-at-jhu.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.
