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

Add ethical issues section to project details #2432

Closed
briri opened this issue Mar 16, 2020 · 1 comment
Closed

Add ethical issues section to project details #2432

briri opened this issue Mar 16, 2020 · 1 comment
Assignees
Labels
effort-small less than 1/2 day of dev time maDMP machine-actionable DMPs mvp plans

Comments

@briri
Copy link
Contributor

briri commented Mar 16, 2020

The RDA common metadata standard for DMPs provides the following fields new fields:

{ 
  "dmp": {
    "ethical_issues_exist": "yes",
    "ethical_issues_description": "We will collect personal information from human test subjects. This data should be anonymized prior to publication and preservation.",
    "ethical_issues_report": "https://dmproadmap.org/path/to/my/ethical_compliance_report.pdf"
  }
}

We need to determine how best to capture this information within a DMP. I can see 2 possible solutions:

  • As fields on the Project Details page (see screenshot).
    • The data in the common standard is at a high level so I think this may be a good place to record the information
  • As a question type/format that can be added to a template.
    • The common standard only requires the ethical_issues_exist flag to be present, and the default if 'unknown', so any templates that do not use this new question type would still be compliant.
    • We could make use of the conditional question logic: user tics the ethical_issues_exist box and the description and report fields get displayed

Screen Shot 2020-03-16 at 2 25 37 PM

Regardless of which route we take, we will need to come up with appropriate labels and tooltip text that will help researchers understand what type of information they should provide.

@briri briri added plans effort-small less than 1/2 day of dev time maDMP machine-actionable DMPs labels Mar 16, 2020
@briri briri self-assigned this Mar 17, 2020
@briri
Copy link
Contributor Author

briri commented Mar 17, 2020

will drop the new columns from the plans table. Placing this back into Pending was it will rely on the conditional question code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
effort-small less than 1/2 day of dev time maDMP machine-actionable DMPs mvp plans
Projects
None yet
Development

No branches or pull requests

2 participants