📖
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
  • Model Objects
  • Model Diagram
  • Notes
  • Identifiers
  • DateTime attributes
  1. Developer Documentation
  2. PASS Core

Model

PreviousUser APINextDeposit

Last updated 6 months ago

The PASS data model is represented using .

Model Objects

  • : An attempt to push a publication to a repository.

  • : File being sent to a repository.

  • : The sponsor of a grant.

  • : Associates an award at the insitution with funders and principal investigators.

  • : The journal of a publication

  • : The institutional requirements to publish to certain repositories.

  • : The publication being sent to a repository

  • : The destination of a deposit

  • : A publication in a repository.

  • : The submission of a publication to a set of repositories.

  • : An event performed by a user on a submission.

  • : A PASS user.

Model Diagram

Notes

Identifiers

An object is uniquely identified by a tuple consisting of its id attribute and its type.

DateTime attributes

DateTime attributes are strings formatted as per the Java DateTimeFormatter with pattern yyyy-MM-dd'T'HH:mm:ss.SSSX.

JSON API
Deposit
File
Funder
Grant
Journal
Policy
Publication
Repository
RepositoryCopy
Submission
SubmissionEvent
User
Data Model Diagram
Data Model Diagram