Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/DMPRoadmap/roadmap
DCC/UC3 collaboration for a data management planning tool
https://github.com/DMPRoadmap/roadmap
cdl data-management data-management-plan data-management-planning dcc dmp dmponline dmptool ruby ruby-on-rails uc3
Last synced: about 1 month ago
JSON representation
DCC/UC3 collaboration for a data management planning tool
- Host: GitHub
- URL: https://github.com/DMPRoadmap/roadmap
- Owner: DMPRoadmap
- License: mit
- Created: 2016-05-11T22:01:32.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2024-10-17T13:50:46.000Z (3 months ago)
- Last Synced: 2024-10-19T14:57:14.985Z (3 months ago)
- Topics: cdl, data-management, data-management-plan, data-management-planning, dcc, dmp, dmponline, dmptool, ruby, ruby-on-rails, uc3
- Language: Ruby
- Size: 76.7 MB
- Stars: 104
- Watchers: 24
- Forks: 110
- Open Issues: 292
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- jimsghstars - DMPRoadmap/roadmap - DCC/UC3 collaboration for a data management planning tool (Ruby)
README
## DMP Roadmap
[![Actions Status](https://github.com/DMPRoadmap/roadmap/workflows/Brakeman/badge.svg)](https://github.com/DMPRoadmap/roadmap/actions)
[![Actions Status](https://github.com/DMPRoadmap/roadmap/workflows/Rubocop/badge.svg)](https://github.com/DMPRoadmap/roadmap/actions)
[![Actions Status](https://github.com/DMPRoadmap/roadmap/workflows/ESLint/badge.svg)](https://github.com/DMPRoadmap/roadmap/actions)
[![Actions Status](https://github.com/DMPRoadmap/roadmap/workflows/Tests%20-%20PostgreSQL/badge.svg)](https://github.com/DMPRoadmap/roadmap/actions)
[![Actions Status](https://github.com/DMPRoadmap/roadmap/workflows/Tests%20-%20MySQL/badge.svg)](https://github.com/DMPRoadmap/roadmap/actions)DMP Roadmap is a Data Management Planning tool. Management and development of DMP Roadmap is jointly provided by the Digital Curation Centre (DCC), http://www.dcc.ac.uk/, and the University of California Curation Center (UC3), http://www.cdlib.org/services/uc3/.
The tool has four main functions:
1. To help create and maintain different versions of Data Management Plans;
2. To provide useful guidance on data management issues and how to meet research funders' requirements;
3. To export attractive and useful plans in a variety of formats;
4. To allow collaborative work when creating Data Management Plans.Click here for the latest [releases](https://github.com/DMPRoadmap/roadmap/releases/).
#### Installation
See the [Installation Guide](https://github.com/DMPRoadmap/roadmap/wiki/Installation) on the Wiki.#### Troubleshooting
See the [Troubleshooting Guide](https://github.com/DMPRoadmap/roadmap/wiki/Troubleshooting) on the Wiki.#### Support
Issues should be reported here on [Github Issues](https://github.com/DMPRoadmap/roadmap/issues)
Please be advised though that we can only provide limited support for your local installations.
Any security patches and bugfixes will be applied to the most recent version, and we will endeavour to support migrations to the current release.#### Contributing
If you would like to contribute to the project. Please follow these steps to submit a contribution:
* Comment on the Github issue (or create one if one does not exist) and let us know that you're working on it.
* Fork the project (if you have not already) or rebase your fork so that it is up to date with the current repository's '_**development**_' branch
* Create a new branch in your fork. This will ensure that you are able to work at your own pace and continue to pull in any updates made to this project.
* Make your changes in the new branch
* When you have finished your work, make sure that your version of the '_**development**_' branch is still up to date with this project. Then merge your new branch into your '_**development**_' branch.
* Then create a new Pull Request (PR) from your branch to this project's '_**development**_' branch in GitHub
* The project team will then review your PR and communicate with you to convey any additional changes that would ensure that your work adheres to our guidelines.See the [Contribution Guide](https://github.com/DMPRoadmap/roadmap/blob/development/CONTRIBUTING.md) on the Wiki for more details.
#### License
The DMP Roadmap project uses the MIT License.foobar