8dcd6555f44645cd…
Created Jun 15, 202614 fields1 collection using this schema
Labels
No labels yet.
Fields
| Name | Type | Info |
|---|---|---|
| status | string | |
| end_date | string | |
| start_date | string | |
| grant_title | string | |
| internal_id | string | |
| budget_notes | string | private |
| indirect_rate | number | |
| annual_directs | number | |
| funding_source | string | |
| department_share | number | private |
| external_award_id | string | |
| internal_priority | string | private |
| investigator_name | string | |
| investigator_orcid | string |
JSON Schema
{
"type": "object",
"title": "Funding Record",
"required": [
"internal_id",
"investigator_name",
"grant_title"
],
"properties": {
"status": {
"type": "string",
"description": "active / pending / expired / declined"
},
"end_date": {
"type": "string",
"description": "Grant end date"
},
"start_date": {
"type": "string",
"description": "Grant start date"
},
"grant_title": {
"type": "string",
"description": "Grant or project title"
},
"internal_id": {
"type": "string",
"description": "Department internal tracking ID"
},
"budget_notes": {
"type": "string",
"private": true,
"description": "Internal budget notes"
},
"indirect_rate": {
"type": "number",
"description": "Institutional overhead rate (e.g. 0.56 for 56%)"
},
"annual_directs": {
"type": "number",
"description": "Direct costs per year in USD"
},
"funding_source": {
"type": "string",
"description": "Funding source: NIH / NSF / Internal / Industry"
},
"department_share": {
"type": "number",
"private": true,
"description": "Department revenue share in USD"
},
"external_award_id": {
"type": "string",
"description": "NIH project number if applicable"
},
"internal_priority": {
"type": "string",
"private": true,
"description": "Department priority: high / medium / low"
},
"investigator_name": {
"type": "string",
"description": "Principal investigator name"
},
"investigator_orcid": {
"type": "string",
"description": "Investigator ORCID"
}
},
"description": "Internal department grant/funding tracking record."
}Used by 1 collection
Full hash:8dcd6555f44645cd4ff6dd2e244c4fedf0414f34f5a354451c7b68914f14d8b9
ID:821c50a0-35a2-43f2-ad2a-2a393da2444f