-
Notifications
You must be signed in to change notification settings - Fork 6
Support evidence source
#172
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
Closed
Closed
Changes from all commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
7b9b3c7
add _source fields
mccalluc 48e2669
add special cases for tests
mccalluc 26d667a
stub out evidence_sources
mccalluc e1ac3ad
more informative error message
mccalluc 335844f
check referential integrity
mccalluc df4233a
allow incomplete records
mccalluc 581439f
merge
mccalluc 92e102a
merge
mccalluc 48b7390
add an explanation
mccalluc 1c66ebf
typo
mccalluc 36e6c8c
merge
mccalluc 35aad33
merge
mccalluc File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 |
|---|---|---|
|
|
@@ -4,53 +4,87 @@ tier: 3 | |
| deployment: | ||
| basic: | ||
| # Tier 1: | ||
| name_source: 'example' | ||
| name: '' | ||
| data_curators_source: 'example' | ||
| data_curators: | ||
| - 'U.S. Census Bureau' # Fill in correct value. | ||
| intended_use_source: 'example' | ||
| intended_use: '' | ||
| data_product_type_source: 'example' | ||
| data_product_type: 'Summary statistics' # Fill in correct value. | ||
| data_product_region_source: 'example' | ||
| data_product_region: '' | ||
| description_source: 'example' | ||
| description: '' | ||
| publication_date_source: 'example' | ||
| publication_date: '1900-01-01' # Fill in correct value. | ||
| data_product_sector_source: 'example' | ||
| data_product_sector: 'Technology' # Fill in correct value. | ||
|
|
||
| # Tiers 2 and 3: | ||
| dp_variant: | ||
| variant_name_source: 'example' | ||
| variant_name: Pure DP # Fill in correct value. | ||
| data_domain_source: 'example' | ||
| data_domain: '' # Tier 3 | ||
| unprotected_quantities_source: 'example' | ||
| unprotected_quantities: '' # Tier 3 | ||
|
|
||
| privacy_loss: | ||
| privacy_unit_source: 'example' | ||
| privacy_unit: '' | ||
| privacy_unit_details_source: 'example' | ||
| privacy_unit_details: '' | ||
| privacy_parameters_source: 'example' | ||
| privacy_parameters: # Fill in correct value, and remove others | ||
| epsilon: 1.0 | ||
| delta: 1.0e-10 | ||
| rho: 1.0 | ||
| privacy_parameters_details_source: 'example' | ||
| privacy_parameters_details: '' | ||
|
|
||
| deployment_model: | ||
| model_name_source: 'example' | ||
| model_name: Central # Fill in correct value. | ||
| model_name_details_source: 'example' | ||
| model_name_details: '' | ||
| actors_source: 'example' | ||
| actors: '' | ||
| release_type_source: 'example' | ||
| release_type: Many releases # Fill in correct value. | ||
| release_type_details_source: 'example' | ||
| release_type_details: '' | ||
| data_source_type_source: 'example' | ||
| data_source_type: Static # Fill in correct value. | ||
| data_source_type_details_source: 'example' | ||
| data_source_type_details: '' | ||
| access_type_source: 'example' | ||
| access_type: Non-interactive # Fill in correct value. | ||
| access_type_details_source: 'example' | ||
| access_type_details: '' | ||
|
|
||
| accounting: | ||
| post_processing_source: 'example' | ||
| post_processing: '' # Tier 3 | ||
| composition_source: 'example' | ||
| composition: '' # Tier 3 | ||
|
|
||
| implementation: | ||
| preprocessing_and_hyperparameter_tuning_source: 'example' | ||
| preprocessing_and_hyperparameter_tuning: '' # Tier 3 | ||
| mechanisms_source: 'example' | ||
| mechanisms: '' # Tier 3 | ||
| justification_source: 'example' | ||
| justification: '' # Tier 3 | ||
|
|
||
| administrative: | ||
| sources: '' # white papers | ||
| evidence_sources: | ||
| example: | ||
| url: 'http://example.com' # Fill in correct value | ||
| title: 'Example' # Fill in correct value | ||
| base: 'Peer-reviewed publication' | ||
|
Comment on lines
+83
to
+87
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This is a bibliography, and there is referential integrity enforced by the python tests. |
||
| notes: '' # other extra information | ||
| registry_authors: | ||
| - '' # Fill in correct value. | ||
This file contains hidden or 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
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Look at bibtex and see if others look particularly useful, and align names.
And compare with dublin core?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
want to valid, confirm that exists, and check recency.