{% extends "core_components/site_base.html" %} {% block tabtitle %} Simmate {% endblock %} {% block banner %} {% include "core_components/header.html"%} {% endblock %} {% block body %}

Third-Party Data

Explore some of the most popular material databases and immediately jump to the provider's website for more data

{% for workflow_type, workflow_description in workflows_metadata.items %}
{{ workflow_type }}

{{ workflow_description }}

About
{% endfor %}
{% endblock %}