For the complete documentation index, see llms.txt. This page is also available as Markdown.

Populate metadata

Dataset metadata

The following fields are available to be populated on a dataset overview:

Abstract

The abstract is limited to 256 characters and will show up in previews and search results for the dataset. This should be a concise, high-level summary of this dataset.

Provenance

This section is intended to display information about where this dataset came from and how it came to be in its current form. Redivis will auto-populate fields where possible but you can add additional information or override it. More detail is available on the DOIs and provenance page.

Supporting files

Files of any type and up to 100MB can be uploaded to the dataset page where anyone with access can download them. These should not contain any data for this dataset, as access to them is managed separately.

Links

Links can be added with display names to direct someone to another URL with more information.

License

This is where you can add the license information about your dataset's redistribution policies. If this data is governed by a common redistribution license you can select it here from the menu of standard licenses. If you want to reference a license that isn't listed here you can include the link, or upload a custom license. This will be displayed on the dataset front page to let others know how they can use your data. This information will be included on the dataset's DOI.

Do you think a common license is missing? Contact us to let us know what you'd like to see here.

Funding

If this dataset was funded by an institution you'd like to recognize, this is the section where you can include information about funder(s). You'll need the funding organization's name and ROR, as well as an award number if applicable. You can add multiple funders to each dataset. This information will be included on the dataset's DOI.

Contact

This section should be used to let someone viewing this dataset know how to get in touch if there is any issue or question.

Custom sections

You can create documentation sections with their own titles and assign them custom access levels.

By default, all dataset documentation is visible to anyone with overview access to the dataset. However, there may be some content in the documentation that is sensitive — for example, information about named variables that would require metadata access.

To protect this information you can create a custom documentation section with a more restrictive access level. Users without the appropriate level of access will only see a placeholder for that section of the documentation.

Tags

In addition to documentation, you may add up to 25 tags to your dataset, which will help researchers discover and understand the dataset.

Other metadata

Additionally, information about the dataset's size and temporal range will be automatically computed from the metadata on its tables. Additional table documentation, as well as the variable metadata, will be indexed and surfaced as part of the dataset discovery process.

Variable metadata

Redivis determines variable names and types during data upload. Additionally, it will automatically parse certain metadata based on the uploaded file format:

  • SAS (.sas7bdat): labels

  • Stata (.dta): labels and value labels

  • SPSS (.sav): labels and value labels

For other file types (e.g., csv), you will need to augment the metadata directly. To apply metadata in bulk, you can upload a file containing metadata information directly from your computer. This file can either be a CSV or JSON.

Is your metadata stuck in a PDF? We're truly sorry — if you can, please let the data provider know that it is essential that they provide metadata in a machine-readable format; hopefully in time this will change.

While you can just upload the PDF to the dataset's documentation, you'll be doing your researchers a huge service if you can add structured metadata to the variables. That might mean some manual copying and pasting from the PDF, or you could consider the various (and imperfect) online PDF to CSV conversion tools, or this python library.

If you don't have the bandwidth, consider asking for your researchers to contribute by making them a dataset editor.

CSV metadata format

The CSV should be formatted without a header, with each row corresponding to a variable, with column 1 as the name, 2 as the label, 3 as the description. If the variable doesn't have a label or description, leave these columns empty.

For example:

JSON metadata format

When uploading a JSON file, specify the name, label, description, and valueLabels using the appropriately named attributes in the object corresponding to each variable. If the variable doesn't have a label, description, or value labels, you don't need to include these attributes.

For example:

To upload value labels in bulk, you must use the JSON format. We no longer support bulk upload of value labels via CSV.

Last updated

Was this helpful?