diff --git a/lang/en/docs/index.md b/lang/en/docs/index.md index 7b083c4c..d8162cfa 100644 --- a/lang/en/docs/index.md +++ b/lang/en/docs/index.md @@ -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 @@ -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. diff --git a/mkdocs.yml b/mkdocs.yml index 19f8c917..e5e70c5f 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -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