Grants are imported from the institutional Grant system (COEUS in the case of JHU). They are associated with the Grant’s PIs via their User records. Users of PASS can assign the Grants associated with them to Submissions.
Field | Type | Description |
---|---|---|
id* | URI | Unique Grant URI (autogenerated) |
awardNumber* | String | Award number from funder |
awardStatus | Enum (see list below) | Status of award |
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* | DateTime | Date the grant was awarded |
startDate | DateTime | Date the grant started |
endDate | DateTime | Date the grant ended |
primaryFunder* | URI | URI of the Funder that is the original source of the funds. This will often be the same as directFunder. |
directFunder* | URI | URI of the funding organization from which funds are directly received. This will often be the same as primaryFunder. |
pi* | URI | URI of the User who is the Principal investigator |
coPis | List[URI] | List of URIs of the [User] who are the co-principal investigators |
*required
Properties automatically generated by the system are documented in System Properties. These are not available to client tools by default.
Status options for grant
Value | Description |
---|---|
active | Grant currently active |
pre_award | Award not yet received |
terminated | Grant period is complete |