dataverse
dataverse copied to clipboard
Open source research data repository software
In the developer's guide it recommended to use Docker container for those using windows https://guides.dataverse.org/en/latest/developers/windows.html#. Although it does not always work. At least I was not able to run Dataverse...
**Which issue(s) this PR closes**: Closes #2622 **Additional documentation**: For documentation of the release note, we propose to list this issue in the milestones of the next relaese.md for the...
**What this PR does / why we need it**: It replaces a method that did a string comparison on the class name of an `Object` parameter to determine what to...
**What this PR does / why we need it**: This replaces a few comparisons of object types through their class's names with type comparisons using `instanceof` in tests. **Which issue(s)...
One of our TDR institutional liaisons has a researcher asking if she can assign a DataCite DOI to a dataverse. The dataverse has several datasets within it with their own...
**What steps does it take to reproduce the issue?** 1. As a superuser or curator, navigate to a (sub-)dataverse which has user groups with multiple members. 2. Click Edit and...
**What steps does it take to reproduce the issue?** * When does this issue occur? When we run script https://guides.dataverse.org/en/latest/_downloads/7e1b7e580244f61d2ac2de279759d154/counter_weekly.sh * Which page(s) does it occurs on? None * What...
**Overview of the Feature Request** Extend the `addDataverse` API endpoint to support sending values for the input level list and facet list, allowing these properties to be included in the...
**What this PR does / why we need it**: This pr adds new doi provider - CrossRef. Implemented logic was mostly inspired by other providers such as DataCite and PermaLink....
**What this PR does / why we need it**: Modifies the display so that datasets which were updated in version 5.10 to have "Terms of Use" that actually indicate that...