-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pull in science theme, in-press refs support from integration into re…
…l/1.0.X
- Loading branch information
Showing
30 changed files
with
5,673 additions
and
370 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,129 @@ | ||
{ | ||
"_schema": "https://data.nist.gov/od/dm/nerdm-schema/v0.6#", | ||
"topic": [ | ||
{ | ||
"scheme": "https://data.nist.gov/od/dm/nist-themes-forensics/v1.0", | ||
"tag": "Forensics: Biometrics", | ||
"@type": "Concept" | ||
}, | ||
{ | ||
"scheme": "https://data.nist.gov/od/dm/nist-themes/v1.1", | ||
"tag": "Information Technology: Biometrics", | ||
"@type": "Concept" | ||
} | ||
], | ||
"keyword": [ | ||
"latent", | ||
"biometrics", | ||
"forensics" | ||
], | ||
"_extensionSchemas": [ | ||
"https://data.nist.gov/od/dm/nerdm-schema/pub/v0.6#/definitions/PublicDataResource", | ||
"https://data.nist.gov/od/dm/nerdm-schema/agg/v0.1#/definitions/ScienceTheme" | ||
], | ||
"landingPage": "https://www.nist.gov/itl/iad/image-group", | ||
"title": "NIST Research in Biometric forensics.", | ||
"theme": [ | ||
"Information Technology: Biometrics", | ||
"Forensics: Biometrics" | ||
], | ||
"version": "1.0.0", | ||
"programCode": [ | ||
"006:045" | ||
], | ||
"@context": [ | ||
"https://data.nist.gov/od/dm/nerdm-pub-context.jsonld", | ||
{ | ||
"@base": "ark:/88434/mds991122" | ||
} | ||
], | ||
"description": [ | ||
"This is Biometrics research projects collection. There are many different projects are created here." | ||
], | ||
"bureauCode": [ | ||
"006:55" | ||
], | ||
"contactPoint": { | ||
"hasEmail": "mailto:[email protected]", | ||
"fn": "NIST Biometrics Group" | ||
}, | ||
"accessLevel": "public", | ||
"@id": "ark:/88434/mds991122", | ||
"publisher": { | ||
"name": "National Institute of Standards and Technology", | ||
"@type": "org:Organization" | ||
}, | ||
"doi": "doi:10.18434/T4/1502474", | ||
"license": "https://www.nist.gov/open/license", | ||
"language": [ | ||
"en" | ||
], | ||
"modified": "2022-02-15 12:01:02", | ||
"ediid": "ark:/88434/mds991122", | ||
"versionHistory": [ | ||
{ | ||
"issued": "2021-12-31", | ||
"version": "1.0.0", | ||
"@id": "ark:/88434/mds991122", | ||
"location": "https://data.nist.gov/od/id/ark:/88434/mds991122", | ||
"description": "initial release" | ||
} | ||
], | ||
"@type": [ | ||
"nrda: ScienceTheme", | ||
"nrdp: PublicDataResource" | ||
], | ||
"facilitators": [ | ||
{ | ||
"familyName": "Fiumara", | ||
"affiliation": [ | ||
{ | ||
"@type": "org:Organization", | ||
"title": "NIST Forensics division" | ||
} | ||
], | ||
"givenName": "Gregory", | ||
"@type": "foaf:Person", | ||
"fn": "Greg Fiumara", | ||
"jobTitle": "PI" | ||
} | ||
], | ||
"creators": [ | ||
{ | ||
"familyName": "Brady", | ||
"affiliation": [ | ||
{ | ||
"@type": "org:Organization", | ||
"title": "NIST Forensics division" | ||
} | ||
], | ||
"givenName": "Mary", | ||
"@type": "foaf:Person", | ||
"fn": "Mary Brady" | ||
} | ||
], | ||
"components": [ | ||
{ | ||
"@type": [ | ||
"nrda:DynamicResourceSet", | ||
"nrdp:SearchPage" | ||
], | ||
"_extensionSchemas": [ | ||
"https://data.nist.gov/od/dm/nerdm-schema/agg/v0.1#/definitions/DynamicResourceSet" | ||
], | ||
"searchURL": "/rmm/records?isPartOf.@id=ark:/88434/mds991122", | ||
"accessURL": "https://data.nist.gov/sdp/#/search?q=isPartOf.@id%3Dark:/88434/mds991122", | ||
"title": "Biometrics Data Collection" | ||
} | ||
], | ||
"isPartOf": [ | ||
{ | ||
"title": "NIST Forensics Research Data", | ||
"@id": "ark:/88434/mds9911", | ||
"@type": [ | ||
"nrda:Aggregation", | ||
"nrdp:PublicDataResource" | ||
] | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,123 @@ | ||
{ | ||
"_schema": "https://data.nist.gov/od/dm/nerdm-schema/v0.6#", | ||
"topic": [ | ||
{ | ||
"scheme": "https://data.nist.gov/od/dm/nist-themes-forensics/v1.0", | ||
"tag": "Forensics: DNA and biological evidence", | ||
"@type": "Concept" | ||
} | ||
], | ||
"keyword": [ | ||
"forensics", | ||
"dna" | ||
], | ||
"_extensionSchemas": [ | ||
"https://data.nist.gov/od/dm/nerdm-schema/pub/v0.6#/definitions/PublicDataResource", | ||
"https://data.nist.gov/od/dm/nerdm-schema/agg/v0.1#/definitions/ScienceTheme" | ||
], | ||
"landingPage": "https://www.nist.gov/itl/iad/image-group", | ||
"title": "NIST Research in DNA and biological evidence.", | ||
"theme": [ | ||
"Forensics:DNA and biological evidence" | ||
], | ||
"version": "1.0.0", | ||
"programCode": [ | ||
"006:045" | ||
], | ||
"@context": [ | ||
"https://data.nist.gov/od/dm/nerdm-pub-context.jsonld", | ||
{ | ||
"@base": "ark:/88434/mds991133" | ||
} | ||
], | ||
"description": [ | ||
"DNA is a complex molecule that contains the instructions for building and maintaining the bodies of humans and other organisms. With the exception of red blood cells, every cell in your body has DNA. And with the exception of identical twins, everyone’s DNA is different. If someone leaves blood, semen or other biological material at a crime scene, scientists can use it as DNA evidence and create a DNA profile, or genetic fingerprint of that person. That profile can be used to search a DNA database for a possible suspect, to associate a suspect with evidence left at a crime scene, or to link two crimes that may have been committed by the same person." | ||
], | ||
"bureauCode": [ | ||
"006:55" | ||
], | ||
"contactPoint": { | ||
"hasEmail": "mailto:[email protected]", | ||
"fn": "NIST DNA research Group" | ||
}, | ||
"accessLevel": "public", | ||
"@id": "ark:/88434/mds991122", | ||
"publisher": { | ||
"name": "National Institute of Standards and Technology", | ||
"@type": "org:Organization" | ||
}, | ||
"doi": "doi:10.18434/T4/1502474", | ||
"license": "https://www.nist.gov/open/license", | ||
"language": [ | ||
"en" | ||
], | ||
"modified": "2022-01-01 12:01:02", | ||
"ediid": "ark:/88434/mds991122", | ||
"versionHistory": [ | ||
{ | ||
"issued": "2021-12-31", | ||
"version": "1.0.0", | ||
"@id": "ark:/88434/mds991122", | ||
"location": "https://data.nist.gov/od/id/ark:/88434/mds991122", | ||
"description": "initial release" | ||
} | ||
], | ||
"@type": [ | ||
"nrda:ScienceTheme", | ||
"nrdp:PublicDataResource" | ||
], | ||
"facilitators": [ | ||
{ | ||
"familyName": "Fiumara", | ||
"affiliation": [ | ||
{ | ||
"@type": "org:Organization", | ||
"title": "NIST Forensics division" | ||
} | ||
], | ||
"givenName": "Gregory", | ||
"@type": "foaf:Person", | ||
"fn": "Greg Fiumara", | ||
"jobTitle": "PI" | ||
} | ||
], | ||
"creators": [ | ||
{ | ||
"familyName": "Brady", | ||
"affiliation": [ | ||
{ | ||
"@type": "org:Organization", | ||
"title": "NIST Forensics division" | ||
} | ||
], | ||
"givenName": "Mary", | ||
"@type": "foaf:Person", | ||
"fn": "Mary Brady", | ||
"jobTitle": "PI" | ||
} | ||
], | ||
"components": [ | ||
{ | ||
"@type": [ | ||
"nrda:DynamicResourceSet", | ||
"nrdp:SearchPage" | ||
], | ||
"_extensionSchemas": [ | ||
"https://data.nist.gov/od/dm/nerdm-schema/agg/v0.1#/definitions/DynamicResourceSet" | ||
], | ||
"searchURL": "/rmm/records?isPartOf.@id=ark:/88434/mds991133", | ||
"accessURL": "https://data.nist.gov/sdp/#/search?q=isPartOf.@id%3Dark:/88434/mds991133", | ||
"title": "DNA and Biological Evidence data collection" | ||
} | ||
], | ||
"isPartOf": [ | ||
{ | ||
"title": "Forensics Data Collection", | ||
"@id": "ark:/88434/mds9911", | ||
"@type": [ | ||
"nrda:Aggregation", | ||
"nrdp:PublicDataResource" | ||
] | ||
} | ||
] | ||
} |
Oops, something went wrong.