Skip to content

Commit 5d4f3c4

Browse files
authored
GSoC 2025 biodynamo introduction blog and contributor profile (#294)
1 parent 7156006 commit 5d4f3c4

5 files changed

+108
-0
lines changed

_data/contributors.yml

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,40 @@
262262
proposal: /assets/docs/Aditya_Pandey_GSoC2025.pdf
263263
mentors: Martin Vassilev, Jonas Rembser, Fons Rademakers, Vassil Vassilev
264264

265+
- name: Salvador de la Torre Gonzalez
266+
info: "Google Summer of Code 2025 Contributor"
267+
photo: salva_de_la_torre_gonzalez.jpg
268+
269+
github: "https://github.com/salva24"
270+
linkedin: "https://www.linkedin.com/in/salva-de-la-torre-gonzalez-7299b6335/"
271+
education: "Mathematics and Computer Engineering, University of Seville, Spain"
272+
active: 1
273+
projects:
274+
- title: "Agent-Based Simulation of CAR-T Cell Therapy Using BioDynaMo"
275+
status: Ongoing
276+
description: |
277+
Chimeric Antigen Receptor T-cell (CAR-T) therapy has shown great promise
278+
in treating hematological cancers by harnessing the immune system to target
279+
and eliminate tumor cells. However, its effectiveness in solid tumors remains
280+
limited due to challenges such as poor T-cell infiltration, immune suppression,
281+
and T-cell exhaustion. This project aims to develop a scalable, agent-based
282+
simulation of CAR-T therapy using BioDynaMo, a high-performance, open-source
283+
biological simulation platform. The simulation will model key aspects of CAR-T
284+
dynamics, including T-cell migration, tumor cell engagement, and the influence
285+
of microenvironmental factors like hypoxia, regulatory T-cells, and
286+
immunosuppressive cytokines. By simulating various tumor types, including solid
287+
tumors and leukemias, the model will explore treatment variables such as CAR-T
288+
dosage, timing of administration, and combination strategies like checkpoint
289+
inhibitors and cytokine support. The project will deliver a complete and
290+
well-documented BioDynaMo-based simulation modeling CAR-T cell therapy,
291+
custom analysis scripts for visualizing tumor regression and evaluating CAR-T
292+
efficacy, performance benchmarking across therapeutic strategies, and a detailed
293+
report summarizing insights and future directions. This approach will provide
294+
valuable insights for optimizing CAR-T therapies, particularly in complex tumor
295+
microenvironments.
296+
proposal: /assets/docs/de_la_torre_gonzalez_salvador_proposal_gsoc_2025.pdf
297+
mentors: Vassil Vassilev, Lukas Breitwieser
298+
265299
- name: "This could be you!"
266300
photo: rock.jpg
267301
info: See <a href="/careers">openings</a> for more info

_pages/team/salvador-delatorre.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: "Compiler Research - Team - Salvador de la Torre Gonzalez"
3+
layout: gridlay
4+
excerpt: "Compiler Research: Team members"
5+
sitemap: false
6+
permalink: /team/SalvadorDeLaTorreGonzalez
7+
8+
---
9+
10+
{% include team-profile.html %}
Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
---
2+
title: "Agent-Based Simulation of CAR-T Cell Therapy Using BioDynaMo"
3+
layout: post
4+
excerpt: "This GSoC 2025 project, Agent-Based Simulation of CAR-T Cell Therapy, aims to develop a BioDynaMo-based model to simulate CAR-T cell dynamics and interactions. The goal is to provide researchers with a tool to evaluate therapy efficacy and identify strategies to enhance treatment outcomes."
5+
sitemap: true
6+
author: Salvador de la Torre Gonzalez
7+
permalink: blogs/gsoc25_salvador_introduction_blog/
8+
banner_image: /images/blog/gsoc-banner.png
9+
date: 2025-05-14
10+
tags: gsoc BioDynaMo c++
11+
---
12+
13+
### Introduction
14+
15+
I am Salvador de la Torre Gonzalez, a Mathematics and Computer Engineering student from the University of Seville, and a Google Summer of Code 2025 contributor who will be working on "Agent-Based Simulation of CAR-T Cell Therapy Using BioDynaMo project.
16+
17+
**Mentors**: Vassil Vassilev, Lukas Breitwieser
18+
19+
### Briefly about CAR-T Cell Therapy and BioDynaMo
20+
21+
Chimeric Antigen Receptor T-cell (**CAR-T**) therapy is a promising immunotherapy that reprograms a patient’s T-cells to recognize and eliminate cancer cells. While CAR-T has achieved remarkable success in blood cancers, its efficacy in solid tumors remains limited due to factors such as poor T-cell infiltration, immune suppression, and T-cell exhaustion.
22+
23+
This project will be built on **BioDynaMo**, an open-source, high-performance simulation engine for large-scale agent-based biological modeling. BioDynaMo provides an efficient framework for modeling cellular dynamics and complex microenvironments at scale, making it ideally suited for simulating CAR-T therapies under diverse tumor conditions.
24+
25+
The simulation will capture essential components of CAR-T behavior, including T-cell migration, tumor cell engagement, and the influence
26+
of microenvironmental factors like hypoxia, regulatory T-cells, and immunosuppressive cytokines. The goal is not only to provide the simulation, but also custom analysis scripts for visualizing and testing how therapy parameters influence treatment outcomes.
27+
28+
### Why I Chose This Project
29+
30+
This project represents an exciting opportunity to apply my dual academic background in mathematics and computer engineering to a highly impactful domain: cancer immunotherapy.
31+
32+
My interest in oncology and CAR-T treatments deepened significantly after attending a course on Mathematical Modeling and Data Analysis in Oncology, taught by researchers from the Mathematical Oncology Laboratory" ([MôLAB](https://molab.es/)) team at the University of Cádiz. During this course, I was introduced to the fundamentals of immunotherapy and CAR-T cell dynamics, and became fascinated by the potential of mathematical and computational tools to contribute to this area.
33+
34+
I believe that building a scalable, open-source simulation of CAR-T therapy can become a valuable resource for scientists and clinicians worldwide, helping them to better understand and optimize treatment strategies considering the complex landscape of solid tumors.
35+
36+
### Implementation Details and Plans
37+
38+
This project will develop a scalable agent-based simulation of CAR-T therapy using BioDynaMo. The simulation will include:
39+
40+
- T-cell migration, proliferation, and tumor cell killing,
41+
- Simulation of both solid tumors and hematological cancers,
42+
- Modeling of tumor microenvironment components such as:
43+
- Hypoxia,
44+
- Regulatory T-cells,
45+
- Immunosuppressive cytokines,
46+
- Development of custom scripts for:
47+
- Visualizing tumor progression/regression,
48+
- Quantifying CAR-T efficacy,
49+
- Exploration of therapy strategies including:
50+
- CAR-T dosage and administration timing,
51+
- Performance benchmarking for different therapeutic scenarios.
52+
53+
A modular architecture will ensure that the simulation is extensible and reusable in future studies. Insights gained from these simulations will be summarized in a comprehensive report including replication of real data and comparison between treatment strategy results.
54+
55+
### Conclusion
56+
57+
By building a BioDynaMo-based model of CAR-T cell therapy, we aim to provide a flexible and high-performance tool for exploring treatment strategies in complex tumor environments. This is really valuable work for the community since it could help identify conditions that enhance CAR-T efficacy, contributing to improved design of immunotherapies.
58+
59+
60+
### Related Links
61+
62+
- [Project Description](https://hepsoftwarefoundation.org/gsoc/2025/proposal_BioDynamo-CART.html)
63+
- [BioDynaMo Repository](https://github.com/BioDynaMo/biodynamo)
64+
- [My GitHub Profile](https://github.com/salva24)
Binary file not shown.
173 KB
Loading

0 commit comments

Comments
 (0)