Skip to content
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

pdr-rpa: add config for mds2-2419 and mds2-2420 #60

Open
wants to merge 1 commit into
base: integration
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions pdr-rpa/pdr-rpa-request/src/assets/datasets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,22 @@ datasets:
- You agree to acknowledge the Nail to Nail Fingerprint Capture Challenge in any publication of results generated using the data from NIST Special Database 302.
requiresApproval: true
formTemplate: no-disclaimer
- name: SRM 2970 Vitamin D Metabolites in Frozen Human Serum (25-Hydroxyvitamin D2 High Level) Data
ediid: ark:/88434/mds2-2420
description: "Electronic files containing certified values and their uncertainties, and the data used to assign those values."
url: https://data.nist.gov/od/id/mds2-2420
terms:
- You agree to not redistribute, republish, or share outside of the organization the data provided through this interface.
requiresApproval: false
formTemplate: srm-product
- name: SRM 2969 Vitamin D Metabolites in Frozen Human Serum (Total 25-Hydroxyvitamin D Low Level) Data
ediid: ark:/88434/mds2-2419
description: "SRM 2969 Electronic files containing certified values and their uncertainties, and the data used to assign those values."
url: https://data.nist.gov/od/id/mds2-2419
terms:
- You agree to not redistribute, republish, or share outside of the organization the data provided through this interface.
requiresApproval: false
formTemplate: srm-product
- name: NIST Reseach Dataset (version 1)
ediid: 849E1CC6FBE2C4C7E053B3570681FE987034
description: NIST Special Database 18 is being distributed for use in development and testing of automated mugshot identification systems. The database consists of a total of 3248 images of variable size using PNG formatting with metadata TXT files corresponding to each per image. There are images of 1573 individuals (cases) 1495 male and 78 female. The database contains both <a href=https://www.nist.gov/property-fieldsection/faceimg>front and side</a> (profile) views when available. Separating front views and profiles, there are 131 cases with two or more front views and 1418 with only one front view. Profiles have 89 cases with two or more profiles and 1268 with only one profile. Cases with both fronts and profiles have 89 cases with two or more of both fronts and profiles, 27 with two or more fronts and one profile, and 1217 with only one front and one profile.<br><br>This NIST Special Database has the following features:<ul><li>3248 segmented 8-bit gray scale mugshot images (varying sizes) of 1573 individuals</li><li>1333 cases with both front and profile views (see statistics above)</li><li>131 cases with two or more front views and 89 cases with two or more profiles</li><li>images scanned at 19.7 pixels per mm</li></ul><br><br>Suitable for automated mugshot identification research, the database can be used for:<ul><li>algorithm development</li><li>system training and testing</li></ul>
Expand Down Expand Up @@ -178,6 +194,15 @@ formTemplates:
- I acknowledge that all requests are reviewed by a NIST employee or other individual acting on behalf of NIST. I represent that I have provided all requested information. I understand that if I have not provided all information I will not receive the dataset.
blockedEmails: []
blockedCountries: []
- id: srm-product
disclaimers:
- The data and readme files are specific to the SRM NIST product. NIST does not guarantee the accuracy or completeness of the information. The only official source for specific values and uncertainties is the certificate, information sheet, or report.
agreements:
- I agree to the defined terms and conditions of this dataset.
- I have read and understood the disclaimer set out above.
- I acknowledge that all requests are reviewed by a NIST employee or other individual acting on behalf of NIST. I represent that I have provided all requested information. I understand that if I have not provided all information I will not receive the dataset.
blockedEmails: []
blockedCountries: []
- id: no-disclaimer
disclaimers:
agreements:
Expand Down