Skip to content

Commit 15b7809

Browse files
committed
add features page and incorporate it into the home page
1 parent dbc85f9 commit 15b7809

3 files changed

Lines changed: 232 additions & 0 deletions

File tree

content/_index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ title = ''
77

88
## Open source research data repository software
99

10+
Publish your data and get academic credit. Join a [community](community) of researchers, data scientists, and data curators.
11+
12+
The Dataverse software has an extensive set of [features](features), such as support for the [FAIR Data Principles](https://doi.org/10.1038/sdata.2016.18). Try them out on our [demo server](#try-the-dataverse-software).
13+
1014
[![Dozens of Dataverse community members](/braga.jpg)](community/events/community-meetings)
1115

1216
*The 2023 [Dataverse Community Meeting](community/events/community-meetings) in Braga, Portugal. [Join us](community/events/community-meetings) in 2025!*

content/features.md

Lines changed: 225 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,225 @@
1+
+++
2+
title = 'Features'
3+
+++
4+
5+
You are very welcome to try the Dataverse software at https://demo.dataverse.org or (for the brave of heart) https://beta.dataverse.org! The demo server runs our latest [release](https://github.com/IQSS/dataverse/releases) while the beta server runs unreleased software just merged [on GitHub](https://github.com/IQSS/dataverse).🚀
6+
7+
## Support for FAIR Data Principles
8+
9+
Findable, Accessible, Interoperable, Reusable.
10+
[More information](https://scholar.harvard.edu/mercecrosas/presentations/fair-guiding-principles-implementation-dataverse)
11+
12+
## Data citation for datasets and files
13+
14+
EndNote XML, RIS, or BibTeX format at the dataset or file level.
15+
[More information](https://guides.dataverse.org/en/latest/user/find-use-data.html#cite-data)
16+
17+
## OAI-PMH (Harvesting)
18+
19+
Gather and expose metadata from and to other systems using standardized metadata formats: Dublin Core, Data Document Initiative (DDI), OpenAIRE, etc.
20+
[More information](https://guides.dataverse.org/en/latest/admin/dashboard.html#harvesting)
21+
22+
## APIs for interoperability and custom integrations
23+
24+
Search API, Data Deposit (SWORD) API, Data Access API, Metrics API, Migration API, etc.
25+
[More information](https://guides.dataverse.org/en/latest/api)
26+
27+
## API client libraries
28+
29+
Interact with Dataverse APIs from Python, R, Javascript, Java, and Ruby
30+
[More information](https://guides.dataverse.org/en/latest/api/client-libraries.html)
31+
32+
## DataCite integration
33+
34+
DOIs are reserved, and when datasets are published, their metadata is published to DataCite.
35+
[More information](https://guides.dataverse.org/en/latest/admin/integrations.html#discoverability)
36+
37+
## Login via Shibboleth
38+
39+
Single Sign On (SSO) using your institution's credentials.
40+
[More information](https://guides.dataverse.org/en/latest/installation/shibboleth.html)
41+
42+
## Login via ORCID, Google, GitHub, or Microsoft
43+
44+
Log in using popular OAuth2 providers.
45+
[More information](https://guides.dataverse.org/en/latest/installation/oauth2.html)
46+
47+
## Login via OpenID Connect (OIDC)
48+
49+
Log in using your institution's identity provider or a third party.
50+
[More information](https://guides.dataverse.org/en/latest/installation/oidc.html)
51+
52+
## Internationalization
53+
54+
The Dataverse software has been translated into multiple languages.
55+
[More information](https://guides.dataverse.org/en/latest/installation/config.html#internationalization)
56+
57+
## Versioning
58+
59+
History of changes to datasets and files are preserved.
60+
[More information](https://guides.dataverse.org/en/latest/user/dataset-management.html#dataset-versions)
61+
62+
## Restricted files
63+
64+
Control who can download files and choose whether or not to enable a "Request Access" button.
65+
[More information](https://guides.dataverse.org/en/latest/user/dataset-management.html#restricted-files-terms-of-access)
66+
67+
## Embargo
68+
69+
Make content inaccessible until an embargo end date.
70+
[More information](https://guides.dataverse.org/en/latest/user/dataset-management.html#embargoes)
71+
72+
## Custom licenses
73+
74+
CC0 by default but add as many standard licenses as you like or create your own.
75+
[More information](https://guides.dataverse.org/en/latest/installation/config.html#license-config)
76+
77+
## Custom terms of use
78+
79+
Custom terms of use can be used in place of a license or disabled by an administrator.
80+
[More information](https://guides.dataverse.org/en/latest/user/dataset-management.html#terms)
81+
82+
## Publishing workflow support
83+
84+
Datasets start as drafts and can be submitted for review before publication.
85+
[More information](https://guides.dataverse.org/en/latest/user/dataverse-management.html#roles-permissions)
86+
87+
## File hierarchy
88+
89+
Users are able to control dataset file hierarchy and directory structure.
90+
[More information](https://guides.dataverse.org/en/latest/user/dataset-management.html#file-path)
91+
92+
## File previews
93+
94+
A preview is available for text, tabular, image, audio, video, and geospatial files.
95+
[More information](https://guides.dataverse.org/en/latest/user/dataset-management.html#file-previews)
96+
97+
## Preview and analysis of tabular files
98+
99+
Data Explorer allows for searching, charting and cross tabulation analysis
100+
[More information](https://guides.dataverse.org/en/latest/admin/external-tools.html#inventory-of-external-tools)
101+
102+
## Usage statistics and metrics
103+
104+
Download counters, support for Make Data Count.
105+
[More information](https://guides.dataverse.org/en/latest/admin/make-data-count.html)
106+
107+
## Guestbook
108+
109+
Optionally collect data about who is downloading the files from your datasets.
110+
[More information](https://guides.dataverse.org/en/latest/user/dataverse-management.html#dataset-guestbooks)
111+
112+
## Fixity checks for files
113+
114+
MD5, SHA-1, SHA-256, SHA-512, UNF.
115+
[More information](https://guides.dataverse.org/en/latest/installation/config.html#filefixitychecksumalgorithm)
116+
117+
## File download in R and TSV format
118+
119+
Proprietary tabular formats are converted into RData and TSV.
120+
[More information](https://guides.dataverse.org/en/latest/user/tabulardataingest/index.html)
121+
122+
## Faceted search
123+
124+
Facets are data driven and customizable per collection.
125+
[More information](https://guides.dataverse.org/en/latest/user/find-use-data.html#finding-data)
126+
127+
## Customization of collections
128+
129+
Each personal or organizational collection can be customized and branded.
130+
[More information](https://guides.dataverse.org/en/latest/user/dataverse-management.html#theme)
131+
132+
## Private URL
133+
134+
Create a URL for reviewers to view an unpublished (and optionally anonymized) dataset.
135+
[More information](https://guides.dataverse.org/en/latest/user/dataset-management.html#private-url-to-review-unpublished-dataset)
136+
137+
## Widgets
138+
139+
Embed listings of data in external websites.
140+
[More information](https://guides.dataverse.org/en/latest/user/dataverse-management.html#widgets)
141+
142+
## Notifications
143+
144+
In app and email notifications for access requests, requests for review, etc.
145+
[More information](https://guides.dataverse.org/en/latest/user/account.html#notifications)
146+
147+
## Schema.org JSON-LD
148+
149+
Used by Google Dataset Search and other services for discoverability.
150+
[More information](https://guides.dataverse.org/en/latest/user/dataset-management.html#supported-metadata)
151+
152+
## External tools
153+
154+
Enable additional features not built in to the Dataverse software.
155+
[More information](https://guides.dataverse.org/en/latest/installation/external-tools.html)
156+
157+
## External vocabulary
158+
159+
Let users pick from external vocabularies (provided via API/SKOSMOS) when filling in metadata.
160+
[More information](https://guides.dataverse.org/en/latest/admin/metadatacustomization.html#using-external-vocabulary-services)
161+
162+
## Dropbox integration
163+
164+
Upload files stored on Dropbox.
165+
[More information](https://guides.dataverse.org/en/latest/admin/integrations.html#dropbox)
166+
167+
## GitHub integration
168+
169+
A GitHub Action is available to upload files from GitHub to a dataset.
170+
[More information](https://guides.dataverse.org/en/latest/admin/integrations.html#github)
171+
172+
## Integration with Jupyter notebooks
173+
174+
Datasets can be opened in Binder to run code in Jupyter notebooks, RStudio, and other computation environments.
175+
[More information](https://guides.dataverse.org/en/latest/admin/integrations.html#binder)
176+
177+
## User management
178+
179+
Dashboard for common user-related tasks.
180+
[More information](https://guides.dataverse.org/en/latest/admin/dashboard.html#users)
181+
182+
## Curation status labels
183+
184+
Let curators mark datasets with a status label customized to your needs.
185+
[More information](https://guides.dataverse.org/en/latest/installation/config.html#allowedcurationlabels)
186+
187+
## Branding
188+
189+
Your installation can be branded with a custom homepage, header, footer, CSS, etc.
190+
[More information](https://guides.dataverse.org/en/latest/installation/config.html#branding-your-installation)
191+
192+
## Backend storage on S3 or Swift
193+
194+
Choose between filesystem or object storage, configurable per collection and per dataset.
195+
[More information](https://guides.dataverse.org/en/latest/installation/config.html#file-storage-using-a-local-filesystem-and-or-swift-and-or-object-stores)
196+
197+
## Direct upload and download for S3
198+
199+
After a permission check, files can pass freely and directly between a client computer and S3.
200+
[More information](https://guides.dataverse.org/en/latest/developers/big-data-support.html#s3-direct-upload-and-download)
201+
202+
## Export data in BagIt format
203+
204+
For preservation, bags can be sent to the local filesystem, Duraclound, and Google Cloud.
205+
[More information](https://guides.dataverse.org/en/latest/installation/config.html#bagit-export)
206+
207+
## Post-publication automation (workflows)
208+
209+
Allow publication of a dataset to kick off external processes and integrations.
210+
[More information](https://guides.dataverse.org/en/latest/developers/workflows.html)
211+
212+
## Pull header metadata from Astronomy (FITS) files
213+
214+
Dataset metadata prepopulated from FITS file metadata.
215+
[More information](https://guides.dataverse.org/en/latest/user/dataset-management.html#astronomy-fits)
216+
217+
## Provenance
218+
219+
Upload standard W3C provenance files or enter free text instead.
220+
[More information](https://guides.dataverse.org/en/latest/user/dataset-management.html#data-provenance)
221+
222+
## Auxiliary files for data files
223+
224+
Each data file can have any number of auxiliary files for documentation or other purposes (experimental).
225+
[More information](https://guides.dataverse.org/en/latest/developers/aux-file-support.html)

hugo.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ menu:
1010
- name: Community
1111
url: /community/
1212
weight: 20
13+
- name: Features
14+
url: /features/
15+
weight: 25
1316
- name: Demo
1417
url: /#try-the-dataverse-software
1518
weight: 30

0 commit comments

Comments
 (0)