📖
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
  1. Developer Documentation
  2. PASS Core
  3. Model

Grant

PreviousFunderNextJournal

Last updated 6 months ago

Grants are imported from the institutional Grant system (FIBI in the case of JHU). They are associated with the Grant's PIs via their records. Users of PASS can assign the Grants associated with them to .

Field
Type
Description

id*

String

Autogenerated identifier of object

awardNumber*

String

Award number from funder

awardStatus

String

localKey

String

A local key assigned to the Grant within the researcher's institution to support matching between PASS and a local system. The value is in the form of : domain:type:value. For a grant at JHU, an example would be"johnshopkins.edu:grant:8675309"

projectName*

String

Title of the research project

awardDate*

String

DateTime the grant was awarded

startDate

String

DateTime the grant started

endDate

String

DateTime the grant ended

Relationship
Type
Target
Description

primaryFunder*

To One

Funder that is the original source of the funds. This will often be the same as directFunder.

directFunder*

To One

Funding organization from which funds are directly received. This will often be the same as primaryFunder.

pi*

To One

User who is the Principal investigator

coPis

To Many

Users who are the co-principal investigators

*required

Status options

Status options for grant

Value
Description

active

Grant currently active

pre_award

Award not yet received

terminated

Grant period is complete

Status of award ()

[]

User
Submissions
Funder
Funder
User
User
see list below