Researcher profile

Eran Agmon

Eran Agmon contributes to research discovery and scholarly infrastructure.

ResearcherAffiliation not importedOpen to collaborate

Trust snapshot

Quick read

Trust 13 - Baseline
2works
0followers
3topics
4close collaborators

Actions

Decide how to stay connected

Follow researcher0

Research graph

See the researcher in context

Open full explorer

Inspect adjacent work, topics, institutions and collaborators without jumping out to a separate graph page.

Building this graph slice

BZPEER is loading the nearby papers, people, topics and institutions for this page.

Published work

2 published item(s)

preprint2025arXiv

Process Bigraphs and the Architecture of Compositional Systems Biology

Building multiscale biological models requires integrating independently developed submodels, which involves sharing variables and coordinating execution. Most existing tools focus on isolated mechanisms and numerical methods, but rarely specify model interfaces: which variables are read or written, how they are translated, or how updates are synchronized. We present Process Bigraphs, a framework for composing and simulating multiscale biological models. Process Bigraphs generalize architectural principles from the Vivarium software into a shared specification that defines process interfaces, hierarchical data structures, composition patterns, and orchestration patterns. The paper describes the organization of the framework and explains how it improves model clarity, reuse, and extensibility; formal definitions are provided in the Supplementary Materials. We introduce Vivarium 2.0 as an open-source implementation of the Process Bigraph framework and demonstrate its utility with Spatio-Flux, a standalone library for microbial ecosystem simulations that integrate kinetic ODEs, dynamic flux balance analysis, and spatial processes. We conclude by discussing implications for emerging standards in multiscale modeling. Availability and implementation: Vivarium 2.0 is an open-source suite of libraries including: (1) bigraph-schema for hierarchical, JSON-based data typing; (2) process-bigraph for defining process interfaces and executing composite simulations; (3) bigraph-viz for interactive visualization of system structure and data flow; and (4) spatio-flux, the reference application used in this work. Detailed descriptions are provided in the Supplementary Materials. All software is available at https://github.com/vivarium-collective

preprint2022arXiv

BioSimulators: a central registry of simulation engines and services for recommending specific tools

Computational models have great potential to accelerate bioscience, bioengineering, and medicine. However, it remains challenging to reproduce and reuse simulations, in part, because the numerous formats and methods for simulating various subsystems and scales remain siloed by different software tools. For example, each tool must be executed through a distinct interface. To help investigators find and use simulation tools, we developed BioSimulators (https://biosimulators.org), a central registry of the capabilities of simulation tools and consistent Python, command-line, and containerized interfaces to each version of each tool. The foundation of BioSimulators is standards, such as CellML, SBML, SED-ML, and the COMBINE archive format, and validation tools for simulation projects and simulation tools that ensure these standards are used consistently. To help modelers find tools for particular projects, we have also used the registry to develop recommendation services. We anticipate that BioSimulators will help modelers exchange, reproduce, and combine simulations.