You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 6, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: src/main/java/gov/osti/services/Metadata.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -375,7 +375,7 @@ Upon approval, any DOI related identifiers of the type "IsNewVersionOf" or "IsPr
375
375
DOE CODE Metadata
376
376
===============
377
377
A DOE CODE metadata Object is expressed as a JSON entity. Each of the fields making up the entity are defined below, and an example record is provided in JSON format.
378
-
A full JSON example is [provided below.](#json_example)
378
+
A full JSON example is [provided below](#json_example).
379
379
380
380
## Metadata Field Information
381
381
@@ -385,11 +385,11 @@ A full JSON example is [provided below.](#json_example)
385
385
| accessibility | This refers to how the source of the project type is accessed; must be one of "OS" (open source), "ON" (open source, not public), "CS" (closed source, site hosted), or "CO" (closed source, OSTI hosted) |
386
386
| repository_link | If the software project is available via public hosting service, such as github.com, bitbucket.org, etc. the public repository URL should be provided here. |
387
387
| landing_page | If the project is not available via open source hosting site, provide a URL describing the project and contact information for obtaining binary or source |
388
-
| developers | An array of Objects, providing information about a project's developers or creators. Array order determines display order. Fields are [specified below.](#persons_fields) |
389
-
| contributors | An array of information about project contributors. Fields are [specified below.](#persons_fields). Contributors must specify a [type of contribution](#contributor_types) made to the project. |
390
-
| sponsoring_organizations | (Array) Information about the project sponsoring organizations, including any funding identifier information. Fields are [specified below.](#organization_fields) |
391
-
| contributing_organizations | (Array) Information about any contributing organizations providing support for the software project. Fields are [specified below.](#organization_fields) As with contributors, organizations must specify a [type of contribution](#contributor_types). |
392
-
| research_organizations | (Array) Information about organizations providing research information for the project. Fields are [specified below.](#organization_fields) |
388
+
| developers | An array of Objects, providing information about a project's developers or creators. Array order determines display order. Fields are [specified below](#persons_fields). |
389
+
| contributors | An array of information about project contributors. Fields are [specified below](#persons_fields). Contributors must specify a [type of contribution](#contributor_types) made to the project. |
390
+
| sponsoring_organizations | (Array) Information about the project sponsoring organizations, including any funding identifier information. Fields are [specified below](#organization_fields). |
391
+
| contributing_organizations | (Array) Information about any contributing organizations providing support for the software project. Fields are [specified below](#organization_fields). As with contributors, organizations must specify a [type of contribution](#contributor_types). |
392
+
| research_organizations | (Array) Information about organizations providing research information for the project. Fields are [specified below](#organization_fields). |
393
393
| related_identifiers | (Array) Any related links, such as DOIs to published works, additional versions, or documentation information relevant to the software project. |
394
394
| description | An abstract about the software project. |
395
395
| programming_languages | (Array) Any programming language used on the software project. |
0 commit comments