BASIS+ is an internal USGS system used for managing budget and allocation for science projects and other USGS activities. BASIS+ summary information is harvested and aggregated into ScienceBase to support discovery and planning for science in the organization. BASIS+ information access is limited to USGS employees.Much of the BASIS+ information is integrated into the ScienceBase Item Core Model with the remainder contained within the following schema.
Properties
Property | Type | Description | Example |
---|---|---|---|
className | String | discriminator used by the system to identity the extension type | "gov.sciencebase.catalog.item.facet.BASISPlusFacet" |
annualGuidance type program fiveYearGoal | List<BASISPlusAnnualGuidance> | A collection of annual guidance statements. String type, String program, String fiveYearGoal | type: "Primary" program: "Science Support" fiveYearGoal: "Publish Research" |
products | List<String> | A collection of strings representing citations for planned or completed products. String product | product: "citation 1" product: "citation 2" |
narratives type content | List<BASISPlusNarrative> | String type, String content | type: "Objectives" content: "1. Get Research, 2. Get Published" |
Example
{ narratives: [ { content: "test narrative content", type: "test narrative type" } ], annualGuidance: [ { fiveYearGoal: "test guidance 5yr goal", program: "test guidance program", type: "test guidance type" } ], products: [ "test product" ], className: "gov.sciencebase.catalog.item.facet.BASISPlusFacet" }