📖
Eclipse PASS Documentation
PASS Documentation - DEV
PASS Documentation - DEV
  • Welcome to the Public Access Submission System (PASS) Documentation
  • PASS Welcome Guide
    • Research Submission Overview
    • PASS at JHU
    • PASS Demonstrations at Conferences
    • Technology Stack
    • PASS Architecture
    • Latest Release
    • Setup and Run PASS Locally
    • Collaboration with Other Institutions
    • Contributing to PASS
  • Community
    • Developer Guidelines
    • PASS Roadmap
    • Release Notes
  • Developer Documentation
    • Use Cases
    • PASS Core
      • Authentication & Authorization
      • API
        • DOI API
        • File API
        • Metadata Schema API
        • Policy API
        • User API
      • Model
        • Deposit
        • File
        • Funder
        • Grant
        • Journal
        • Policy
        • Publication
        • Repository
        • RepositoryCopy
        • Submission
        • SubmissionEvent
        • User
    • PASS UI
    • Data Loaders
      • Grant Loader
      • Journal Loader
      • NIHMS Loader
    • Deposit Services
      • Knowledge Needed / Skills Inventory
      • Technologies Utilized
      • Model
      • Statuses
      • Business Logic
      • Assemblers
      • Configuration
      • Next Steps / Institution Configuration
    • Notification Services
      • Knowledge Needed / Skills Inventory
      • Technologies Utilized
      • Model
      • Business Logic
      • Template
      • Dispatch
      • Configuration
      • Next Steps / Institution Configuration
    • PASS Acceptance Testing
    • PASS Docker
      • Testing InvenioRDM
    • Release
      • Automated Release
  • PASS Infrastructure
    • CI/CD
    • Code Quality Analysis
      • Code Coverage
    • Deployment
      • GitHub CI/CD
    • Operations/Production
      • Knowledge Needed / Skills Inventory
      • Technologies Utilized
      • PASS Design & AWS Architecture
      • AWS Cost Estimates
      • PASS Versioning
      • How to Deploy
      • Monitoring
      • Data Loaders
      • Data & Backups
      • Eclipse Operations
      • Next Steps / Institution Configuration
Powered by GitBook
On this page

Developer Documentation

PreviousRelease NotesNextUse Cases

Last updated 6 months ago

The PASS Developer Documentation encompasses all aspects of PASS required to understand and contribute to the PASS development. The main areas of PASS Development are PASS Core, PASS UI, Data Loaders, Deposit Services, Notification Services, and Acceptance Tests. All of these components work together to bring together a comprehensive system to disseminate research to their proper repositories. Each of these modules has a distinct role, such as managing data ingestion, handling user interactions, automating data transformations, and making deposits to their intended downstream repository. In all, these components interact to create an efficient workflow that supports research dissemination in various institutional and federal compliance scenarios.

The Data Loaders handle data ingestion from external systems like PubMed Central, NIH, FIBI (JHU Grant Management System), transforming grant, journal, and manuscript submission data into a standardized format within PASS. Deposit Services then manage the packaging and transfer of these submissions to downstream repositories such as Pubmed Central and institutional repositories. Notification Services provide alerts and updates to relevant stakeholders based on submission workflows and events. This modular structure, built primarily using Java and Spring Boot, allows for flexibility and extensibility in accommodating different institutional requirements and third-party integrations.

The developer documentation also details the technical setup, configuration, and deployment of each PASS component, including environment-specific configurations, database setup, authentication management, and integration with cloud services provided by AWS. PASS utilizes RESTful APIs for data access and manipulation, while its microservices communicate asynchronously using message queues to support scalable and distributed deployments. By following a modular and loosely-coupled architecture, PASS is able to evolve rapidly, incorporating new compliance requirements and enhancing repository deposit capabilities across academic and research institutions.

Table of Contents:

Use cases
PASS Core
PASS UI
Data Loaders
Deposit Services
Notification Services
Pass Acceptance Testing
PASS Docker
Release