Skip to content

Commit

Permalink
Merge pull request #36 from itellaetxe/gsoc2024_inigo
Browse files Browse the repository at this point in the history
[DOC] Adds Iñigo's Community Bonding Period Blog 48a18b6
  • Loading branch information
github-actions[bot] committed May 29, 2024
1 parent ca29860 commit 3a49868
Show file tree
Hide file tree
Showing 43 changed files with 3,305 additions and 315 deletions.
40 changes: 40 additions & 0 deletions _sources/posts/2024/2024_05_27_Inigo_week_0.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
Community Bonding Period Summary and first impressions
======================================================

.. post:: May 27 2024
:author: Iñigo Tellaetxe
:tags: google
:category: gsoc


About Iñigo
~~~~~~~~~~~
Hi everyone! I am Iñigo Tellaetxe Elorriaga, BSc in Biomedical Engineering and MSc in Biomedical Technologies in Mondragon Unibertsitatea, Basque Country. I am a first year PhD student in the Computational Neuroimaging Laboratory in the Biobizkaia Health Research Institute, also in the Basque Country. In the lab, our main paradigm is brain connectivity, so I am familiar with diffusion MRI and tractography. My main lines of research are brain aging, age modelling, and neurorehabilitation, all in the presence of neurodegenerative diseases and acute brain injuries.
As of my programming skills, I am mainly a Python developer and I am one of the main contributors to the `ageml <https://github.com/compneurobilbao/ageml>`__ library, which we are developing at our lab as part of my PhD thesis.
I also worked in the industry as a research engineer in the field of medical computer vision for Cyber Surgery, developing new methods to generate synthetic CT images from MRI for reducing ionizing radiation in spinal surgery patients, using generative diffusion models.
I have been using DIPY for a while now for my research and other projects, so I am obviously really excited to contribute to the project this summer.

How did I get involved with DIPY
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
My `thesis supervisor <https://github.com/erramuzpe>`__, who was a professor at my master's and also a participant and mentor in other editions, told me about GSoC. As a person that has been naturally attracted to research and open science I got really interested in open source software. I was also lucky enough to meet `@drombas <https://github.com/drombas>`__, who took part in GSoC in 2021 with DIPY. He told me about his work and encouraged me to participate in DIPY, as he positively valued his experience.
After starting my PhD, I saw the perfect opportunity to contribute to the organization and potentially also to my research field. That is why I wanted to fuse tractography with age modelling in the context of Alzheimer's Disease.

What I did this week and in the Community Bonding Period
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
During this period, I had the opportunity to meet the other GSoC participants in the organization and my mentors. It was perfect to learn about how we should contribute to DIPY aside from our project and to get up and running with the environment, the coding style guidelines, and the community guidelines.

Briefly, the objective of my project is to implement a new feature to generate synthetic tractograms in DIPY, being able to specify the "age" and the clinical status (healthy or Alzheimer's Disease affected) of the requested tractogram.

I talked with my mentors and we agreed on the first tasks to carry out. Jon Haitz provided me with the data he used to train his AutoEncoder (AE) network. These are 2 datasets: Tractoinferno and FiberCup.
I forked the Tractolearn repo and translated his AE architecture from PyTorch to TensorFlow. I updated the Dockerfile in my fork and created a working Docker image of the repo to run experiments in the DIPC cluster when the experiments phase starts.
I also started writing the training loop for the AE, this is WIP.

What is coming up next week
~~~~~~~~~~~~~~~~~~~~~~~~~~~
I will work on finishing the training loop for the AE and make an experiment in which I overfit the model with a small dataset. This is useful to check whether the loss and the training objective are correctly defined.
After this, I could continue to launch bigger training sessions with the full dataset.


Did I get stuck anywhere
~~~~~~~~~~~~~~~~~~~~~~~~
I got a bit stuck with reproducing the Tractolearn environment locally and making the Dockerfile work, but I solved it by updating the Dockerfile. The local environment problem was solved installing a missing system dependency, `liblapack-dev`.
76 changes: 76 additions & 0 deletions blog.html
Original file line number Diff line number Diff line change
Expand Up @@ -884,6 +884,82 @@ <h2 class="ablog-post-title">
<hr/>
</div>

<div class="section ablog-post">
<h2 class="ablog-post-title">
<a href="posts/2024/2024_05_27_Inigo_week_0.html">Community Bonding Period Summary and first impressions</a>
</h2>
<ul class="ablog-archive">
<li>


<i class="fa fa-calendar"></i>

27 May 2024

</li>
<div class="ablog-sidebar-item ablog__postcard2">


<li id="ablog-sidebar-item author ablog__author">
<span>

<i class="fa-fw fa fa-user"></i>

</span>


<a href="blog/author/inigo-tellaetxe.html">Iñigo Tellaetxe</a>



</li>




<li id="ablog-sidebar-item category ablog__category">
<span>

<i class="fa-fw fa fa-folder-open"></i>

</span>


<a href="blog/category/gsoc.html">gsoc</a>



</li>


<li id="ablog-sidebar-item tags ablog__tags">
<span>


<i class="fa-fw fa fa-tag"></i>

</span>


<a href="blog/tag/google.html">google</a>



</li>


</div>
</ul>
<p class="ablog-post-excerpt"><p>Hi everyone! I am Iñigo Tellaetxe Elorriaga, BSc in Biomedical Engineering and MSc in Biomedical Technologies in Mondragon Unibertsitatea, Basque Country. I am a first year PhD student in the Computational Neuroimaging Laboratory in the Biobizkaia Health Research Institute, also in the Basque Country. In the lab, our main paradigm is brain connectivity, so I am familiar with diffusion MRI and tractography. My main lines of research are brain aging, age modelling, and neurorehabilitation, all in the presence of neurodegenerative diseases and acute brain injuries.
As of my programming skills, I am mainly a Python developer and I am one of the main contributors to the <a class="reference external" href="https://github.com/compneurobilbao/ageml">ageml</a> library, which we are developing at our lab as part of my PhD thesis.
I also worked in the industry as a research engineer in the field of medical computer vision for Cyber Surgery, developing new methods to generate synthetic CT images from MRI for reducing ionizing radiation in spinal surgery patients, using generative diffusion models.
I have been using DIPY for a while now for my research and other projects, so I am obviously really excited to contribute to the project this summer.</p>
</p>

<p class="ablog-post-expand"><a href="posts/2024/2024_05_27_Inigo_week_0.html"><em>Read more ...</em></a></p>
<hr/>
</div>

<div class="section ablog-post">
<h2 class="ablog-post-title">
<a href="posts/2023/2023_08_28_Shilpi_Week14.html">Doing Final Touch-Ups: Week 14</a>
Expand Down
16 changes: 8 additions & 8 deletions blog/2023.html
Original file line number Diff line number Diff line change
Expand Up @@ -764,6 +764,12 @@ <h3>
</a>
</li>

<li>
<a href="../posts/2024/2024_05_27_Inigo_week_0.html">
27 May - Community Bonding Period Summary and first impressions
</a>
</li>

<li>
<a href="../posts/2023/2023_08_28_Shilpi_Week14.html">
28 August - Doing Final Touch-Ups: Week 14
Expand All @@ -782,12 +788,6 @@ <h3>
</a>
</li>

<li>
<a href="../posts/2023/2023_08_15_Shilpi_week12.html">
15 August - Week12: Making Test Functions Work
</a>
</li>

</ul>
</div>
</div>
Expand All @@ -814,7 +814,7 @@ <h3>


<li>
<a href="category/gsoc.html">gsoc (24)</a>
<a href="category/gsoc.html">gsoc (25)</a>
</li>


Expand All @@ -830,7 +830,7 @@ <h3>


<li>
<a href="2024.html">2024 (1)</a>
<a href="2024.html">2024 (2)</a>
</li>


Expand Down
92 changes: 84 additions & 8 deletions blog/2024.html
Original file line number Diff line number Diff line change
Expand Up @@ -764,6 +764,12 @@ <h3>
</a>
</li>

<li>
<a href="../posts/2024/2024_05_27_Inigo_week_0.html">
27 May - Community Bonding Period Summary and first impressions
</a>
</li>

<li>
<a href="../posts/2023/2023_08_28_Shilpi_Week14.html">
28 August - Doing Final Touch-Ups: Week 14
Expand All @@ -782,12 +788,6 @@ <h3>
</a>
</li>

<li>
<a href="../posts/2023/2023_08_15_Shilpi_week12.html">
15 August - Week12: Making Test Functions Work
</a>
</li>

</ul>
</div>
</div>
Expand All @@ -814,7 +814,7 @@ <h3>


<li>
<a href="category/gsoc.html">gsoc (24)</a>
<a href="category/gsoc.html">gsoc (25)</a>
</li>


Expand All @@ -830,7 +830,7 @@ <h3>


<li>
<a href="#">2024 (1)</a>
<a href="#">2024 (2)</a>
</li>


Expand Down Expand Up @@ -980,6 +980,82 @@ <h2 class="ablog-post-title">
<hr/>
</div>

<div class="section ablog-post">
<h2 class="ablog-post-title">
<a href="../posts/2024/2024_05_27_Inigo_week_0.html">Community Bonding Period Summary and first impressions</a>
</h2>
<ul class="ablog-archive">
<li>


<i class="fa fa-calendar"></i>

27 May 2024

</li>
<div class="ablog-sidebar-item ablog__postcard2">


<li id="ablog-sidebar-item author ablog__author">
<span>

<i class="fa-fw fa fa-user"></i>

</span>


<a href="author/inigo-tellaetxe.html">Iñigo Tellaetxe</a>



</li>




<li id="ablog-sidebar-item category ablog__category">
<span>

<i class="fa-fw fa fa-folder-open"></i>

</span>


<a href="category/gsoc.html">gsoc</a>



</li>


<li id="ablog-sidebar-item tags ablog__tags">
<span>


<i class="fa-fw fa fa-tag"></i>

</span>


<a href="tag/google.html">google</a>



</li>


</div>
</ul>
<p class="ablog-post-excerpt"><p>Hi everyone! I am Iñigo Tellaetxe Elorriaga, BSc in Biomedical Engineering and MSc in Biomedical Technologies in Mondragon Unibertsitatea, Basque Country. I am a first year PhD student in the Computational Neuroimaging Laboratory in the Biobizkaia Health Research Institute, also in the Basque Country. In the lab, our main paradigm is brain connectivity, so I am familiar with diffusion MRI and tractography. My main lines of research are brain aging, age modelling, and neurorehabilitation, all in the presence of neurodegenerative diseases and acute brain injuries.
As of my programming skills, I am mainly a Python developer and I am one of the main contributors to the <a class="reference external" href="https://github.com/compneurobilbao/ageml">ageml</a> library, which we are developing at our lab as part of my PhD thesis.
I also worked in the industry as a research engineer in the field of medical computer vision for Cyber Surgery, developing new methods to generate synthetic CT images from MRI for reducing ionizing radiation in spinal surgery patients, using generative diffusion models.
I have been using DIPY for a while now for my research and other projects, so I am obviously really excited to contribute to the project this summer.</p>
</p>

<p class="ablog-post-expand"><a href="../posts/2024/2024_05_27_Inigo_week_0.html"><em>Read more ...</em></a></p>
<hr/>
</div>


</div>

Expand Down
28 changes: 20 additions & 8 deletions blog/archive.html
Original file line number Diff line number Diff line change
Expand Up @@ -757,6 +757,12 @@ <h3>
</a>
</li>

<li>
<a href="../posts/2024/2024_05_27_Inigo_week_0.html">
27 May - Community Bonding Period Summary and first impressions
</a>
</li>

<li>
<a href="../posts/2023/2023_08_28_Shilpi_Week14.html">
28 August - Doing Final Touch-Ups: Week 14
Expand All @@ -775,12 +781,6 @@ <h3>
</a>
</li>

<li>
<a href="../posts/2023/2023_08_15_Shilpi_week12.html">
15 August - Week12: Making Test Functions Work
</a>
</li>

</ul>
</div>
</div>
Expand All @@ -807,7 +807,7 @@ <h3>


<li>
<a href="category/gsoc.html">gsoc (24)</a>
<a href="category/gsoc.html">gsoc (25)</a>
</li>


Expand All @@ -823,7 +823,7 @@ <h3>


<li>
<a href="2024.html">2024 (1)</a>
<a href="2024.html">2024 (2)</a>
</li>


Expand Down Expand Up @@ -907,6 +907,18 @@ <h2>
</p>
</div>

<div class="section ablog__catalog_post">
<p>

27 May 2024

-
<a href="../posts/2024/2024_05_27_Inigo_week_0.html"
>Community Bonding Period Summary and first impressions</a
>
</p>
</div>

</div>


Expand Down
Loading

0 comments on commit 3a49868

Please sign in to comment.