Skip to content

Using Terarium

Terarium supports your scientific decision making by helping you organize, refine, and communicate the results of your modeling processes. You can:

  • Gather existing knowledge.
  • Break down complex scientific operations into separate, easy-to-configure tasks.
  • Create reproducible visual representations of how your resources, processes, and results chain together.

How Terarium represents your modeling work

The following concepts describe how Terarium organizes your modeling work to help you manage, visualize, and run scientific processes.

  • Project


    A workspace for storing modeling resources, organizing workflows, and recording and sharing results.

    Creating a project

  • Resource


    Scientific knowledge—models, datasets, or documents (PDF)—used to build workflows and extract insights.

    Gathering resources

  • Workflow


    A visual canvas for building and capturing your modeling processes. Workflows show how resources move between different operators to produce results.

    Building scientific modeling workflows

  • Operator


    A part of a workflow that performs tasks like data transformation or simulation.

    Using the library of operators

Creating a project

Create a project for a problem you want to model and then:

  • Upload existing models, datasets, and documents to build a library of relevant knowledge.
  • Visually construct different modeling workflows to transform the resources and test different models.

The overview of a COVID-19 project. The Resources panel (left) provides access to your library of models, datasets, and documents. Build new visual workflows to extract knowledge from and build on your resources.
Create a project
  1. On the Home page, do one of the following actions:
    • To start from scratch, click New project.
    • To find a project to copy, search My projects or Public projects and then click Menu > Copy.
    • To upload a project, click Upload project and drag in or browse to the location of your .project file.
  2. In the new project, edit the overview to capture your goals and save results over time.

Gathering resources

Use the Resources panel to upload and access your models, datasets, and documents.

Note

You can also add resources by:

  • Copying them from other projects.
  • Creating them using Terarium's library of operators.
Upload resources
  1. Do one of the following actions:
    • Drag your files into the Resources panel.
    • Click Upload and then click open a file browser to navigate to the location of the files you want to add.
  2. Click Upload.

    Note

    To view a resource, click its title in the Resources panel.

Building scientific modeling workflows

Create a workflow to visually build your modeling processes. Each box is a resource or an operator that handles a task like transformation and simulation. Chain their outputs and inputs to:

  • Recreate, reuse, and modify existing models and datasets to suit your modeling needs.
  • Rapidly create scenarios and interventions by configuring, validating, calibrating, and optimizing models.

Create a workflow
  1. In the Workflows section of the Resource panel, click New.
  2. Select a template, fill out the required fields, and then click Create.
  3. Use the canvas to customize your workflow:

    • Drag in models, datasets, or documents from the Resources panel.
    • Right-click on the canvas to add operators.
    • Connect resources and operators by clicking the source input and followed by the output destination. Labels show you the types of resources and operators you can connect.

Using the library of operators

Terarium's operators support various ways for you to configure complex scientific tasks. For example, you can drill down to access:

  • A guided wizard for quickly configuring common settings.
  • A notebook for direct coding.
  • An integrated AI assistant for creating and refining code even if you don't have any programming experience.
Use a Terarium operator
  1. Make sure you've connected all the required inputs.
  2. Click Open on the operator node.
  3. Switch to the Wizard or Notebook view depending on your preference.

    Note

    Any changes you make in the Wizard view are automatically translated into code in the Notebook view.