Platform Quickstart (End User)
This guide describes the typical end-user flow for the Biosimulant platform UI.
Platform access and features may vary (private beta). If you’re looking for the public, stable path today, use the B‑Simulant library docs instead: B‑Simulant Library.
Step 1: Create an Account
If accounts are enabled for your instance:
- Open the platform in your browser
- Click Sign Up
- Create your account and verify your email (if required)
Some instances allow browsing without an account, but require sign-in to run simulations or save projects.
Step 2: Browse Models
- Click Models in the navigation bar
- Use the search bar to find models by name or keyword
- Filter by:
- Source (BioModels, ModelDB, NeuroML-DB, CellML)
- Standard (SBML, NeuroML, CellML, NMODL, ONNX)
- Species (e.g., Human, Mouse, E. coli)
- Tags (metabolism, signaling, neural)
Step 3: View Model Details
Click on any model to see:
- Description: What the model represents
- Parameters: Configurable inputs
- Species: Variables in the model
- Reactions: Biochemical processes
- References: Associated publications
Step 4: Run a Simulation
- From the model detail page, click Run Simulation
- Configure the simulation:
- Duration: How long to simulate (e.g., 100 seconds)
- Steps: Number of output points
- Parameters: Override default values if needed
- Click Start Run
The simulation runs in the background. You can navigate away and return to check the status (if run history is enabled).
Step 5: View Results
Once the simulation completes:
- Click View Results or navigate to Runs
- See time-series plots of all species
- Download results as CSV or JSON
- Compare multiple runs side by side
What’s Next?
Now that you’ve run your first simulation, explore more:
- Your First Simulation - Detailed walkthrough
- Browse Models Tutorial - Advanced search techniques
- Analyze Results - Deep dive into visualization
- B-Simulant Library - Run simulations locally with Python
- Model Composition - Combine multiple models