Editing Dataverse

Jump to navigation Jump to search

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.

Latest revision Your text
Line 1: Line 1:
{{Infobox tool
+
{{Infobox_tool
|purpose=The Dataverse is an open source web application to share, preserve, cite, explore and analyze research data.
+
|purpose=The Dataverse is an open source ([https://github.com/IQSS/dataverse.org code is available on GitHub]) web application to share, preserve, cite, explore and analyze research data.
 +
|image=
 
|homepage=http://dataverse.org/
 
|homepage=http://dataverse.org/
|sourcecode=https://github.com/IQSS/dataverse
+
|license=
|license=Apache License, Version 2.0
+
|platforms=
|function=Active Data Storage, Managing Active Research Data, Preservation System, Storage
 
|content=Research Data
 
}}
 
{{Infobox tool details
 
|ohloh_id=Dataverse
 
 
}}
 
}}
 +
 +
<!-- Delete the Categories that do not apply -->
 +
[[Category:Active Data Storage]]
 +
[[Category:Preservation System]]
 +
[[Category:Managing Active Research Data]]
 +
[[Category:Storage]]
 +
[[Category:Research Data]]
 +
 +
 
= Description =
 
= Description =
'Dataverse' is an open source ([https://github.com/IQSS/dataverse code is available on GitHub]) web application to share, preserve, cite, explore and analyze research data. It facilitates making data available to others, and allows you to replicate others' work ([http://dataverse.org/about/ see their About page]). Researchers, data authors, publishers, data distributors, and affiliated institutions all receive appropriate credit via a data citation with a persistent identifier (DOI, or Handle).
+
'Dataverse' is an open source ([https://github.com/IQSS/dataverse.org code is available on GitHub]) web application to share, preserve, cite, explore and analyze research data. It facilitates making data available to others, and allows you to replicate others' work ([http://dataverse.org/about/see their About page]). Researchers, data authors, publishers, data distributors, and affiliated institutions all receive appropriate credit via a data citation with a persistent identifier (DOI, or Handle).
  
 
A Dataverse repository hosts multiple dataverses ([http://guides.dataverse.org/en/4.0/_images/Dataverse-Diagram.png see diagram]). Each dataverse contains dataset(s) or other dataverses, and each dataset contains descriptive metadata and data files (including documentation and code that accompany the data - [http://guides.dataverse.org/en/4.0/_images/DatasetDiagram.png see diagram]).  
 
A Dataverse repository hosts multiple dataverses ([http://guides.dataverse.org/en/4.0/_images/Dataverse-Diagram.png see diagram]). Each dataverse contains dataset(s) or other dataverses, and each dataset contains descriptive metadata and data files (including documentation and code that accompany the data - [http://guides.dataverse.org/en/4.0/_images/DatasetDiagram.png see diagram]).  
 
 
====Provider====
 
====Provider====
 
Institute for Quantitative Social Science at Harvard University, along with many collaborators and contributors worldwide.
 
Institute for Quantitative Social Science at Harvard University, along with many collaborators and contributors worldwide.
 
 
====Licensing and cost====
 
====Licensing and cost====
 
[http://www.apache.org/licenses/LICENSE-2.0.html Apache 2 License] &ndash; free.
 
[http://www.apache.org/licenses/LICENSE-2.0.html Apache 2 License] &ndash; free.
+
====Development activity====
 +
Version 4.0 was released in April 2015. The current version (in December 2015) is 4.2.2.
 +
The software is continually development, as revealed by an active [https://github.com/IQSS/dataverse/issues issues] tracking page. &nbsp;The project is Harvard-sponsored, and appears to have support for the foreseeable future.
 
====Platform and interoperability====
 
====Platform and interoperability====
 
The Dataverse makes use of the following components: Java Server Faces; Enterprise Java Beans; PostgreSQL; Solr; and R and Zelig.
 
The Dataverse makes use of the following components: Java Server Faces; Enterprise Java Beans; PostgreSQL; Solr; and R and Zelig.
Prerequisites for installation include Oracle JDK or OpenJDK, a &ldquo;virgin&rdquo; installation of Glassfish Version 4.1+, preferably as part of the NetBeans Web Development bundle, PostgreSQL Version 9.3+, and R.
+
Prerequisites for installation include Oracle JDK or OpenJDK 1.7.x, a &ldquo;virgin&rdquo; installation of Glassfish Version 4.1+, preferably as part of the NetBeans Web Development bundle, PostgreSQL Version 9.3+, and R.
 
The software was designed to integrate reCAPTCHA, Google Analystics, ImageMagick, Shibboleth, and DOI registration via EZID if the installer so wishes.
 
The software was designed to integrate reCAPTCHA, Google Analystics, ImageMagick, Shibboleth, and DOI registration via EZID if the installer so wishes.
 
The Dataverse currently has [http://guides.dataverse.org/en/latest/api/index.html multiple open APIs available], which allow for searching, depositing and accessing data.
 
The Dataverse currently has [http://guides.dataverse.org/en/latest/api/index.html multiple open APIs available], which allow for searching, depositing and accessing data.
 
 
====Functional notes====
 
====Functional notes====
 
Dataverses can be configured for multiple levels of access (at the dataverse, dataset and file level).
 
Dataverses can be configured for multiple levels of access (at the dataverse, dataset and file level).
 
Dataverse will accept any format, but will give full support to tabular data or fits file data (astronomy format). SPSS, STATA, R and csv are the preferred formats; data in these formats will be eligible for subsettable features, multiple formats for download, and a Universal Numerical Fingerprint (UNF). These files will be eligible for subsetting and pre-defined measurements.
 
Dataverse will accept any format, but will give full support to tabular data or fits file data (astronomy format). SPSS, STATA, R and csv are the preferred formats; data in these formats will be eligible for subsettable features, multiple formats for download, and a Universal Numerical Fingerprint (UNF). These files will be eligible for subsetting and pre-defined measurements.
 
Dataverse has the capability to register DOIs from EZID, which allows the repository to assign persistent identifiers to data sets.
 
Dataverse has the capability to register DOIs from EZID, which allows the repository to assign persistent identifiers to data sets.
 
 
====Documentation and user support====
 
====Documentation and user support====
 
The website contains extensive software documentation, including user, installer, and developer [http://guides.dataverse.org/en/latest/ guides]. &nbsp;A [https://groups.google.com/forum/#!forum/dataverse-community Users google group] appears to be reasonably active, along with a specific support email address.
 
The website contains extensive software documentation, including user, installer, and developer [http://guides.dataverse.org/en/latest/ guides]. &nbsp;A [https://groups.google.com/forum/#!forum/dataverse-community Users google group] appears to be reasonably active, along with a specific support email address.
 
 
====Usability====
 
====Usability====
 
The Dataverse software provides a web-based interface for both administrators and users.
 
The Dataverse software provides a web-based interface for both administrators and users.
 
The package includes an installer, which is run through the command line; basic install is designed to be very quick. Comfort with command-line interface and general systems knowledge appear to be crucial for configuration and installation of any add-ons.
 
The package includes an installer, which is run through the command line; basic install is designed to be very quick. Comfort with command-line interface and general systems knowledge appear to be crucial for configuration and installation of any add-ons.
 
 
====Expertise required====
 
====Expertise required====
 
To take full advantage of the archival management features in the software, users should have a firm grasp on the metadata expectations for their field.
 
To take full advantage of the archival management features in the software, users should have a firm grasp on the metadata expectations for their field.
 
 
====Standards compliance====
 
====Standards compliance====
 
The software supports numerous metadata standards, including DDI, Dublin Core, Data Cite, Virtual Observatory (for astronomy), ISA-Tab (for biomedical). Each dataset is also given a data citation with a persistent global unique identifier that is in compliance with DataCite and the [https://www.force11.org/group/joint-declaration-data-citation-principles-final Joint Declaration of Data Citation Principles].
 
The software supports numerous metadata standards, including DDI, Dublin Core, Data Cite, Virtual Observatory (for astronomy), ISA-Tab (for biomedical). Each dataset is also given a data citation with a persistent global unique identifier that is in compliance with DataCite and the [https://www.force11.org/group/joint-declaration-data-citation-principles-final Joint Declaration of Data Citation Principles].
 
 
====Influence and take-up====
 
====Influence and take-up====
 
Current installations include
 
Current installations include
Line 57: Line 56:
 
*[https://heidata.uni-heidelberg.de/dvn/ HeiDATA - Heidelberg University]
 
*[https://heidata.uni-heidelberg.de/dvn/ HeiDATA - Heidelberg University]
 
*[http://opendata.uit.no/dvn/ UiT Open Research Data - UiT The Arctic University of Norway]
 
*[http://opendata.uit.no/dvn/ UiT Open Research Data - UiT The Arctic University of Norway]
+
 
 
= User Experiences =
 
= User Experiences =
+
 
 
+
 
 
= Development Activity =
 
= Development Activity =
<!-- Provide *evidence* of development activity of the tool. For example, RSS feeds for code issues or commits. -->
+
 
Version 4.0 was released in April 2015. The current version (in December 2015) is 4.2.2.
+
{{Infobox_tool_details
The software is continually development, as revealed by an active [https://github.com/IQSS/dataverse/issues issues] tracking page. &nbsp;The project is Harvard-sponsored, and appears to have support for the foreseeable future.
+
|ohloh_id=Dataverse
All development activity is visible on GitHub: http://github.com/IQSS/dataverse/commits
+
}}
 
 
=== Release Feed ===
 
Below the last 3 release feeds:
 
<rss max=3>https://github.com/IQSS/dataverse/releases.atom</rss>
 
 
 
 
=== Activity Feed ===
 
Below the last 5 commits:
 
<rss max=5>https://github.com/IQSS/dataverse/commits/master.atom</rss>
 

Please note that all contributions to COPTR are considered to be released under the Attribution-ShareAlike 3.0 Unported (see COPTR:Copyrights for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource. Do not submit copyrighted work without permission!

To edit this page, please answer the question that appears below (more info):

Cancel Editing help (opens in new window)