Publishing and Discovery Guides

Walk through MDF workflows to share your datasets and uncover material science resources tailored to your research.

Publish Data

Follow these steps to publish your materials science data with MDF.

1

Sign up and Join

Create a free Globus account to get started with MDF publishing.

After registration, join the MDF Globus group to unlock publishing capabilities.

2

Prepare Your Data

Organize your data in open, standard formats for maximum accessibility.

Upload from local storage, Globus endpoints, or Google Drive.

Review dataset best practices.

3

Submit for Publishing

Submit your prepared dataset through our guided publishing interface to mint a DOI and make it discoverable.

Note:

If your data is structured and ready to be loaded into a DataFrame with Python, check out Foundry-ML datasets on MDF. These are structured ML-ready datasets that can be accessed programmatically.

Video Tutorials

Quickstart Videos

Discover Data

Learn how to find and access materials science datasets through MDF.

Web Interface

Browse published datasets through a web user interface. You can search, discover, and download data just using our website.

Accessing data is as easy as:

  1. Click the "Get Data" button on the dataset page for the data you're interested in. This will take you to the data on Globus. We use Globus to transfer data. You don't need a Globus account to access and download data!
  2. Select the checkbox next to the file you want to download. Only one file at a time! And no folders.
  3. Click the "Download" button.

Programmatic Interface

Explore datasets through a Python interface either with MDF Forge or Foundry-ML.

What's the difference?

Foundry-ML

Datasets have a required structure that allows them to loaded into usable Python formats immediately. To use Foundry-ML, follow the steps for loading data from any of our example notebooks, documentation, or a specific dataset's page.

MDF Forge

Allows you to load datasets programmatically, but the datasets aren't configured to be used in a Python environment right away. If you'd like to use them in a Python environment, that may require a little more work on your end since we don't have a required structure for those datasets. To use MDF Forge, check out the documentation or the GitHub Repo.