diff --git a/src/components/federal-agencies/__snapshots__/about-page.test.js.snap b/src/components/federal-agencies/__snapshots__/about-page.test.js.snap index 239faf6e..bfbd6062 100644 --- a/src/components/federal-agencies/__snapshots__/about-page.test.js.snap +++ b/src/components/federal-agencies/__snapshots__/about-page.test.js.snap @@ -81,6 +81,9 @@ exports[`components - AboutPage - InventoryCode render should render correctly 1 schema={Object {}} url="/assets/data/schema.json" /> +
diff --git a/src/components/federal-agencies/html/compliance/data-assets-ai.html b/src/components/federal-agencies/html/compliance/data-assets-ai.html new file mode 100644 index 00000000..d1fd48a3 --- /dev/null +++ b/src/components/federal-agencies/html/compliance/data-assets-ai.html @@ -0,0 +1,138 @@ +
+

Source Code Considerations for AI R&D Models

+

+ Consistent with the + Executive Order on Maintaining American Leadership in Artificial Intelligence (EO 13859), agencies are directed to improve source code inventory documentation (i.e., agency code.json) + to enable discovery and usability of source code AI models. +

+ + + + + + + + + + + + + + + + + + + + + + + + + +
Field NameTags
Data TypeArray
Definition + An array of keywords that will be helpful in discovering and searching for the release. +
RequiredAlways
AI R&D Guidance + Agencies shall include the keyword of usg-artificial-intelligence for all + source code determined to support AI R&D. Other keywords can be developed and used as + appropriate and coordinated with standard data tagging available on + resources.data.gov. +
+ + + + + + + + + + + + + + + + + + + + + + + + + +
Field NameContact
Data TypeObject
DefinitionPoint of contact information for the release.
RequiredAlways
AI R&D Guidance + Be sure to identify and include domain experts and their contact information who can + discuss the model with interested AI researchers. If not the same as the domain expert, + Agencies shall also identify an expert and their contact information who can discuss + restrictions or controls on the model. +
+ + + + + + + + + + + + + + + + + + + + + + + + + +
Field NameexemptionText
Data TypeString or Null
Definition + If an exemption is listed in the usageType field, this field should include a + one or two sentence justification for the exemption used. +
RequiredNo
AI R&D Guidance + Agencies shall describe how researchers may be able to access + governmentWideReuse or exempt data. +
+ + + + + + + + + + + + + + + + + + + + + + + + + +
Field NamerelatedCode
Data TypeArray
Definition + An array of affiliated government repositories that may be a part of the same project. For + example, relatedCode for code-gov-front-end would include + code-gov-api and code-gov-client. +
RequiredNo
AI R&D GuidanceAgencies shall describe related models and code.
+
diff --git a/src/components/federal-agencies/inventory-code/inventory-code.container.js b/src/components/federal-agencies/inventory-code/inventory-code.container.js index 5e48c4d0..e4bd8485 100644 --- a/src/components/federal-agencies/inventory-code/inventory-code.container.js +++ b/src/components/federal-agencies/inventory-code/inventory-code.container.js @@ -31,6 +31,7 @@ class InventoryCodeContainer extends Component {
+
diff --git a/styles/theme/_uswds-theme-custom-styles.scss b/styles/theme/_uswds-theme-custom-styles.scss index 6362a32a..8aa13b60 100644 --- a/styles/theme/_uswds-theme-custom-styles.scss +++ b/styles/theme/_uswds-theme-custom-styles.scss @@ -137,3 +137,6 @@ html { } } } +code { + background-color: rgba(0, 0, 0, 0.05); +}