Skip to content

Commit acade4e

Browse files
authored
[gsoc25] Add BioDynamo project and related proposal (#1667)
1 parent 955278a commit acade4e

File tree

3 files changed

+66
-0
lines changed

3 files changed

+66
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
project: BioDynamo
3+
layout: default
4+
logo: BioDynamo-logo.png
5+
description: |
6+
The Biology Dynamics Modeller [BioDynamo](https://www.biodynamo.org/home-page) is an open source, agent-based, simulation software that was originally designed to simulate the behaviour of billions of cells. Agent-based modelling (ABM) is a powerful methodology for studying complex systems in biology, epidemiology, economics, social sciences, medicine and more. BioDynaMo is a software platform to easily create, run, and visualise 3D agent-based simulations. BioDynamo allows users to reuse, adapt, or create modules that represents a specific biological behavior or entity. The core of the platform is written in C++ and is highly optimized to harness the computational power of modern hardware.
7+
8+
summary: |
9+
[BioDynamo](https://www.biodynamo.org/developer-guide/documentation) is an agent-based, simulation software that is designed to simulate the behaviour of biological entities.
10+
---
11+
12+
{% include gsoc_project.ext %}
13+
Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
---
2+
title: Agent-Based Simulation of CAR-T Cell Therapy Using BioDynaMo
3+
layout: gsoc_proposal
4+
project: BioDynamo
5+
year: 2025
6+
difficulty: medium
7+
duration: 350
8+
mentor_avail: June-October
9+
organization:
10+
- CERN
11+
- CompRes
12+
---
13+
14+
## Description
15+
16+
Chimeric Antigen Receptor T-cell (CAR-T) therapy has revolutionized cancer treatment by harnessing the immune system to target and destroy tumor cells. While CAR-T has demonstrated success in blood cancers, its effectiveness in solid tumors remains limited due to challenges such as poor tumor infiltration, immune suppression, and T-cell exhaustion. To improve therapy outcomes, computational modeling is essential for optimizing treatment parameters, predicting failures, and testing novel interventions. However, existing models of CAR-T behavior are often overly simplistic or computationally expensive, making them impractical for large-scale simulations.
17+
18+
This project aims to develop a scalable agent-based simulation of CAR-T therapy using BioDynaMo, an open-source high-performance biological simulation platform. By modeling T-cell migration, tumor engagement, and microenvironmental factors, we will investigate key treatment variables such as dosage, administration timing, and combination therapies. The simulation will allow researchers to explore how tumor microenvironment suppression (e.g., regulatory T-cells, hypoxia, immunosuppressive cytokines) affects CAR-T efficacy and what strategies such as checkpoint inhibitors or cytokine support can improve outcomes.
19+
20+
The final deliverable will be a fully documented, reproducible BioDynaMo simulation, along with analysis tools for visualizing treatment dynamics. The model will provide insights into the optimal CAR-T cell dosing, tumor penetration efficiency, and factors influencing therapy resistance. This project will serve as a foundation for in silico testing of immunotherapies, reducing the need for costly and time-consuming laboratory experiments while accelerating the development of more effective cancer treatments.
21+
22+
## Expected plan of work:
23+
24+
- Phase 1: Initial Setup & Simple T-cell Dynamics
25+
- Phase 2: Advanced CAR-T Cell Behavior & Tumor Interaction
26+
- Phase 3: Integration of Immunosuppressive Factors & Data Visualization
27+
28+
29+
## Expected deliverables
30+
31+
* A fully documented BioDynaMo simulation of CAR-T therapy.
32+
* Analysis scripts for visualizing tumor reduction and CAR-T efficacy.
33+
* Performance benchmarks comparing different treatment strategies.
34+
* A research-style report summarizing findings.
35+
36+
37+
## Requirements
38+
39+
* C++ (for BioDynaMo simulations)
40+
* Agent-based modeling (understanding immune dynamics)
41+
* Basic immunology & cancer biology (optional but helpful)
42+
* Data visualization (Python, Matplotlib, Seaborn)
43+
44+
## Mentors
45+
* [Vassil Vassilev](mailto:vvasilev@cern.ch)
46+
* [Lukas Breitwieser](mailto:lukas.johannes.breitwieser@cern.ch)
47+
48+
## Links
49+
* [Mapping CAR T-Cell Design Space Using Agent-Based Models](https://www.frontiersin.org/journals/molecular-biosciences/articles/10.3389/fmolb.2022.849363/full)
50+
* [BioDynaMo: A Modular Platform for High-Performance Agent-Based Simulation](https://cds.cern.ch/record/2800211?ln=en)
51+
* [Computational Modeling of Chimeric Antigen Receptor (CAR) T-Cell Therapy of a Binary Model of Antigen Receptors in Breast Cancer](https://ieeexplore.ieee.org/document/9669393)
52+
* [Investigating Two Modes of Cancer-Associated Antigen Presentation in CAR T-Cell Therapy Using Agent-Based Modeling](https://www.mdpi.com/2073-4409/11/19/3165)
53+
* [BioDynaMo: Cutting-Edge Software Helps Battle Cancer](https://home.cern/news/news/knowledge-sharing/biodynamo-cutting-edge-software-helps-battle-cancer)

images/BioDynamo-logo.png

111 KB
Loading

0 commit comments

Comments
 (0)