Skip to content
This repository was archived by the owner on Oct 6, 2023. It is now read-only.

Commit e3270fd

Browse files
author
sowerstl
committed
Fixed minor .md layout issues.
1 parent caccdc4 commit e3270fd

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/main/java/gov/osti/services/Metadata.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ Upon approval, any DOI related identifiers of the type "IsNewVersionOf" or "IsPr
375375
DOE CODE Metadata
376376
===============
377377
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).
379379
380380
## Metadata Field Information
381381
@@ -385,11 +385,11 @@ A full JSON example is [provided below.](#json_example)
385385
| 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) |
386386
| 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. |
387387
| 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). |
393393
| related_identifiers | (Array) Any related links, such as DOIs to published works, additional versions, or documentation information relevant to the software project. |
394394
| description | An abstract about the software project. |
395395
| programming_languages | (Array) Any programming language used on the software project. |

0 commit comments

Comments
 (0)