-
Notifications
You must be signed in to change notification settings - Fork 0
Add DOE Genesis Mission overview page #45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| @@ -0,0 +1,234 @@ | ||||||||||||||||||||||||||
| # DOE Genesis Mission Value Sets | ||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||
| The U.S. Department of Energy's [Genesis Mission](https://www.energy.gov/genesis) defines | ||||||||||||||||||||||||||
| 26 national science and technology challenges spanning clean energy, advanced computing, | ||||||||||||||||||||||||||
| manufacturing, earth systems, and national security. This project provides standardized | ||||||||||||||||||||||||||
| value sets (enums with ontology mappings) that support data interoperability across | ||||||||||||||||||||||||||
| these challenge areas. | ||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||
| The 19 schema modules below cover topics from grid modernization and fusion energy to | ||||||||||||||||||||||||||
| quantum computing and autonomous laboratories. Each enum is mapped to established | ||||||||||||||||||||||||||
| ontologies wherever possible, enabling integration with broader scientific data ecosystems. | ||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||
| ## Coverage Summary | ||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||
| | Domain | Schema | Enums | Ontologies | | ||||||||||||||||||||||||||
| |--------|--------|------:|------------| | ||||||||||||||||||||||||||
| | [Energy and Grid](#energy-and-grid) | grid, subsurface_energy | 6 | OEO, ENVO, CHEBI | | ||||||||||||||||||||||||||
| | [Nuclear](#nuclear) | fusion, nuclear_cleanup, nuclear_forensics | 8 | CHEBI, NCIT, CHMO, ENVO | | ||||||||||||||||||||||||||
| | [Earth Science](#earth-science) | subsurface, hydrogeology, remote_sensing, water_resources | 12 | ENVO, PATO, CHEBI, OBI | | ||||||||||||||||||||||||||
| | [Computing](#computing) | data_centers, microelectronics, quantum | 6 | Brick, CHEBI, NCIT | | ||||||||||||||||||||||||||
| | [Industry](#industry) | manufacturing, construction, unconventional_resources | 7 | OBI, CHMO, ENVO, Brick | | ||||||||||||||||||||||||||
|
Comment on lines
+17
to
+21
|
||||||||||||||||||||||||||
| | [Materials and Physics](#materials-and-physics) | computational_materials, particle_physics | 5 | NCIT, CHEBI, PATO, SWO | | ||||||||||||||||||||||||||
| | [Bioprocessing and Labs](#bioprocessing-and-labs) | biomanufacturing, autonomous_labs | 6 | OBI, CHEBI, NCIT, BAO | | ||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||
| --- | ||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||
| ## Energy and Grid | ||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||
| Grid modernization and subsurface energy are central to the Genesis challenges on | ||||||||||||||||||||||||||
| decarbonization and energy security. These value sets standardize terminology for | ||||||||||||||||||||||||||
| grid components, storage technologies, and subsurface resources. | ||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||
| ### Enums | ||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||
| - [GridComponentType](../elements/GridComponentType.md) -- transmission lines, transformers, substations, inverters | ||||||||||||||||||||||||||
| - [GridEnergyStorageType](../elements/GridEnergyStorageType.md) -- battery chemistries, pumped hydro, hydrogen storage | ||||||||||||||||||||||||||
| - [GridManagementStrategyType](../elements/GridManagementStrategyType.md) -- demand response, load balancing, virtual power plants | ||||||||||||||||||||||||||
| - [SubsurfaceEnergyResourceType](../elements/SubsurfaceEnergyResourceType.md) -- geothermal, oil, gas hydrate reservoirs | ||||||||||||||||||||||||||
| - [SubsurfaceStorageType](../elements/SubsurfaceStorageType.md) -- CCS, underground hydrogen, compressed air | ||||||||||||||||||||||||||
| - [ReservoirCharacterizationMethodType](../elements/ReservoirCharacterizationMethodType.md) -- well tests, seismic, core analysis | ||||||||||||||||||||||||||
|
Comment on lines
+35
to
+40
|
||||||||||||||||||||||||||
| - [GridComponentType](../elements/GridComponentType.md) -- transmission lines, transformers, substations, inverters | |
| - [GridEnergyStorageType](../elements/GridEnergyStorageType.md) -- battery chemistries, pumped hydro, hydrogen storage | |
| - [GridManagementStrategyType](../elements/GridManagementStrategyType.md) -- demand response, load balancing, virtual power plants | |
| - [SubsurfaceEnergyResourceType](../elements/SubsurfaceEnergyResourceType.md) -- geothermal, oil, gas hydrate reservoirs | |
| - [SubsurfaceStorageType](../elements/SubsurfaceStorageType.md) -- CCS, underground hydrogen, compressed air | |
| - [ReservoirCharacterizationMethodType](../elements/ReservoirCharacterizationMethodType.md) -- well tests, seismic, core analysis | |
| - `GridComponentType` -- transmission lines, transformers, substations, inverters | |
| - `GridEnergyStorageType` -- battery chemistries, pumped hydro, hydrogen storage | |
| - `GridManagementStrategyType` -- demand response, load balancing, virtual power plants | |
| - `SubsurfaceEnergyResourceType` -- geothermal, oil, gas hydrate reservoirs | |
| - `SubsurfaceStorageType` -- CCS, underground hydrogen, compressed air | |
| - `ReservoirCharacterizationMethodType` -- well tests, seismic, core analysis |
Copilot
AI
Feb 21, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In the Computing example mappings, ParticleAcceleratorType is referenced even though it isn’t listed in the Computing enums and (more importantly) doesn’t exist in the current schema sources, so this row is likely a copy/paste error and will become a dead link/invalid example.
| | SYNCHROTRON | ParticleAcceleratorType | NCIT:C48205 | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The text states the overview covers “19 schema modules” and that each listed enum is mapped, but none of the referenced Genesis-specific enums (e.g., GridComponentType, FusionConfinementType, DataCenterCoolingType) exist anywhere in the current schema sources under src/valuesets/schema (or the merged docs schema), so these links won’t have corresponding generated pages and will render as dead links.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@copilot open a new pull request to apply changes based on this feedback