-
Notifications
You must be signed in to change notification settings - Fork 109
Themes
We consulted on the DMP themes last year and iterated these down from 29 to 14. You can see the revised list of themes and new joint DCC and UC3 guidance here. We have also done a mapping to explain how themes have been merged which you can find below. This will be useful when editing your guidance.
PDF of themes available in the roadmap docs repo
Theme | DCC & UC3 Guidance |
---|---|
DATA DESCRIPTION |
|
DATA FORMAT |
|
DATA VOLUME |
|
DATA COLLECTION |
|
METADATA & DOCUMENTATION |
|
ETHICS & PRIVACY |
|
INTELLECTUAL PROPERTY RIGHTS |
|
STORAGE & SECURITY |
|
DATA SHARING |
|
DATA REPOSITORY |
|
PRESERVATION |
|
ROLES & RESPONSIBILITIES |
|
BUDGET |
|
RELATED POLICIES |
|
old theme | new theme | Explanation of change |
---|---|---|
ID | none | theme deleted |
Project description | none | theme deleted |
Data type | none | theme deleted - concept rolled into Data description |
Existing data | none | theme deleted - concept rolled into Data description |
Relationship to existing data | none | theme deleted - concept rolled into Data description |
Data quality | none | theme deleted - concept rolled into Data collection |
Documentation | none | theme deleted - concept rolled into Metadata & Documentation |
Discovery by users | none | theme deleted - concept rolled into Metadata & Documentation |
Data security | none | theme deleted - concept rolled into Storage & security |
Data selection | none | theme deleted - concept rolled into Preservation |
Period of preservation | none | theme deleted - concept rolled into Preservation |
Expected reuse | none | theme deleted - concept rolled into Data sharing |
Timeframe for data sharing | none | theme deleted - concept rolled into Data sharing |
Restrictions on data sharing | none | theme deleted - concept rolled into Data sharing |
Managed access procedures | none | theme deleted - concept rolled into Data sharing |
Related policies | Related policies | theme retained - associated guidance shortened |
Data description | Data description | theme retained - associated guidance shortened |
Data format | Data format | theme retained - associated guidance shortened |
Data volumes | Data volume | theme retained - name changed & associated guidance shortened |
Data capture methods | Data collection | theme retained - name changed & associated guidance shortened |
Metadata | Metadata & documentation | theme retained - name changed & associated guidance shortened |
Ethical issues | Ethics & privacy | theme retained - name changed & associated guidance shortened |
IPR ownership and licensing | Intellectual Property Rights | theme retained - name changed & associated guidance shortened |
Storage and backup | Storage & security | theme retained - name changed & associated guidance shortened |
Preservation plan | Preservation | theme retained - name changed & associated guidance shortened |
Data repository | Data repository | theme retained - associated guidance shortened |
Method for data sharing | Data sharing | theme retained - name changed & associated guidance shortened |
Responsibilities | Roles & responsibilities | theme retained - name changed & associated guidance shortened |
Resourcing | Budget | theme retained - name changed & associated guidance shortened |
29 themes have become 14. Most of this has been done by merging concepts as noted below. 2 themes have been deleted completely (ID and project description) and 13 have been deleted via merging into broader concepts as noted below. 14 themes have been retained, sometimes with name changes to encompass broader concepts.
New theme | Old theme names encompassed in this revised version |
---|---|
Data description | Data description, Existing data, Relationship to existing data and Data type (4 to 1) |
Data collection | Data capture methods and Data quality (2 to 1) |
Metadata & documentation | Metadata, Documentation, and Discovery by users (3 to 1) |
Storage & security | Storage and backup, and Data security (2 to 1) |
Preservation | Preservation plan, Data selection, and Period of preservation (3 to 1) |
Data sharing | Method for data sharing, Expected reuse, Timeframe for data sharing, Restrictions on data sharing, and Managed access procedures (5 to 1) |
8 additional themes were retained without merging other concepts into them. Their names sometimes changed. These are:
- Related polcies
- Data format
- Data volume
- Ethics & privacy
- Intellectual Property Rights
- Data repository
- Roles & responsibilities
- Budget
The above theme mapping table is reflected in the upgrade rake tasks which can be run to migrate from the old theme structure to the newest themes. These can be found in lib/tasks/upgrade.rake:
- Remove deprecated Themes
rake upgrade:theme_delete_deprecated
- Create new Theme list
rake upgrade:theme_new_themes
- Transform existing Themes and their associations into new Theme list
rake upgrade:theme_transform
- Delete migrated Themes and their associations
rake upgrade:theme_remove_migrated
- Deduplicate multiple associations resulting from Theme merges
rake upgrade:theme_deduplicate_questions
- Warning: Make sure there are no items of guidance with multiple themes before the following step!
- Concatenate Guidance which refers to the same Theme as a result of merges
rake upgrade:single_guidance_for_theme
- Home
- About
- Development roadmap
- Releases
- Themes
- Google Analytics
- Get involved
- Translations
- Developer guide