Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
51 changes: 37 additions & 14 deletions lang/en/docs/index.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,38 @@
Mat3ra is a platform for materials modeling from the atoms up. This documentation explains how to use the platform to
design new materials and predict their properties using physics-based and AI/ML models powered by cloud HPC.
Mat3ra.com offers a comprehensive high-performance computing (HPC) solution in
the cloud with a special focus on materials simulation for both academia and
industry. We offer an intuitive web interface for designing new materials,
managing workflows, running simulations, and organizing results and data in a
more collaborative, accessible, and efficient way.

Certainly, the command line interface (CLI) will remain a powerful choice among
the advanced HPC users, so not only do we offer SSH connection to our platform,
but we also offer a web terminal feature that can be used from any web browser
on any device without the need for an SSH client or terminal application.

Finally, we offer API access to our platform that allows integrating our
platform features with other tools and applications, including access from
within the Python Jupyter Notebook, a popular tool among data scientists and
machine learning engineers.

We are here to be part of your journey to accelerate your R&D on materials
design and discovery in the AI/ML era. This documentation explains how you can
use our platform to design new materials and simulate their properties using
physics-based and AI/ML models powered by cloud HPC.

!!!note "Migrating to the New Platform (Q4 2025)"
Existing users: see [Migrating to the New Platform](migrating-to-new-platform.md) for timelines and guidance.
Existing users: see [Migrating to the New Platform](
migrating-to-new-platform.md) for timelines and guidance.


## How to use this documentation

The left sidebar is the global table of contents. Click any top-level item to
expand sections. For a high-level tour of major features, see
[Content highlights](getting-started/content-highlights.md).

Please use the search box at the top to quickly find specific topics across the
documentation.


## Quick start

Expand Down Expand Up @@ -34,19 +64,12 @@ design new materials and predict their properties using physics-based and AI/ML
- **Workflows**: [Overview](workflows/overview.md) · [Designer](workflow-designer/overview.md)
- **REST API**: [Overview](rest-api/overview.md)

## Searching

Use the search box at the top to quickly find specific topics across the documentation.

## How this site is organized

The left sidebar is the global table of contents. Click any top-level item to expand sections. For a high-level tour of
major features, see [Content highlights](getting-started/content-highlights.md).

## Support

We respond to support requests within 24 hours during working hours (Pacific Time). See
[Help & Support](other/support.md) for ways to get assistance.
We respond to support requests within 24 hours during working hours (Pacific
Time). See [Help & Support](other/support.md) for ways to get assistance.

!!! tip "Help us improve"
If something is missing or unclear, please open the [Help & Support](other/support.md) page and get in touch.
If something is missing or unclear, please open the [Help & Support](
other/support.md) page and get in touch.
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ plugins:
bibliography_template: "{{author}} ({{year}}). {{title}}. {{journal}}. {{volume}}. {{pages}}."

nav:
- Home: index.md
- Home: index.md
- Migrating to New Platform: migrating-to-new-platform.md

# INTRODUCTION
Expand Down