diff --git a/_data/contributors.yml b/_data/contributors.yml index 1f197a8c..d41641d3 100644 --- a/_data/contributors.yml +++ b/_data/contributors.yml @@ -175,6 +175,29 @@ in diverse scenarios. Previously I worked on improving the lookup of template specialization decls in clang modules. mentors: Vassil Vassilev + + +- name: Isaac Morales Santana + info: "GSoC 2024 Contributor" + photo: Isaac.jpg + email: isaacmoralessantana@gmail.com + github: "https://github.com/imorlxs" + active: 1 + linkedin: "https://www.linkedin.com/in/isaac-morales-santana-724280203/" + education: "Computer Engineering, University of Granada, Spain" + projects: + - title: "Improving performance of BioDynaMo using ROOT C++ Modules" + status: Ongoing + description: | + The ROOT is a framework for data processing, born at CERN, at the heart of the research on high-energy physics. Every day, thousands of physicists use ROOT applications to analyze their data or to perform simulations. The ROOT software framework is foundational for the HEP ecosystem, providing capabilities such as IO, a C++ interpreter, GUI, and math libraries. It uses object-oriented concepts and build-time modules to layer between components. We believe additional layering formalisms will benefit ROOT and its users. + + BioDynaMo is an agent-based simulation platform that enables users to perform simulations of previously unachievable scale and complexity, making it possible to tackle challenging scientific research questions. The project has a wide range of applications in cancer research, epidemiology, and social sciences. + + BioDynaMo incorporates ROOT for several crucial functionalities such as statistical analysis, random number generation, C++-based Jupyter notebooks, and IO. Some features rely on efficient reflection information about BioDynaMo’s and user-defined C++ classes. This project is about improving the performance of the reflection system by upgrading to C++ modules. + + proposal: /assets/docs/Isaac_Morales-Proposal_2024.pdf + mentors: Vassil Vassilev, Lukas Breitwieser, Tobias Duswal and Fons Rademakers + - name: "This could be you!" photo: rock.jpg @@ -215,6 +238,7 @@ education: MPhil Advanced Computer Science, University of Cambridge (2018) + ################################################################################ # 2023 # ################################################################################ diff --git a/_pages/team/isaac-morales.md b/_pages/team/isaac-morales.md new file mode 100644 index 00000000..2341c2e1 --- /dev/null +++ b/_pages/team/isaac-morales.md @@ -0,0 +1,10 @@ +--- +title: "Compiler Research - Team - Isaac Morales" +layout: gridlay +excerpt: "Compiler Research: Team members" +sitemap: false +permalink: /team/IsaacMoralesSantana +email: isaacmoralessantana@gmail.com +--- + +{% include team-profile.html %} diff --git a/assets/docs/Isaac_Morales-Proposal_2024.pdf b/assets/docs/Isaac_Morales-Proposal_2024.pdf new file mode 100644 index 00000000..99356714 Binary files /dev/null and b/assets/docs/Isaac_Morales-Proposal_2024.pdf differ diff --git a/images/team/Isaac.jpg b/images/team/Isaac.jpg new file mode 100644 index 00000000..223099a1 Binary files /dev/null and b/images/team/Isaac.jpg differ