Skip to content

Commit

Permalink
Merge pull request #65 from deka27/blog-last
Browse files Browse the repository at this point in the history
DOC: Week12_Blog 4a7528c
  • Loading branch information
github-actions[bot] committed Aug 21, 2024
1 parent 1b8d68e commit 422997a
Show file tree
Hide file tree
Showing 109 changed files with 2,790 additions and 843 deletions.
78 changes: 78 additions & 0 deletions _sources/posts/2024/2024_08_19_kaustav_week_12.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
My Journey Continues: Week 12 Progress with DIPY
================================================

.. post:: August 19, 2024
:author: Kaustav
:tags: google
:category: gsoc

Hello everyone! We've reached Week 12, the final week of my GSoC journey with DIPY. It's been an incredible experience, and I'm excited to share my progress and reflections from this week.

Dockerfile Creation and Deployment
----------------------------------

This week, I focused on creating a Dockerfile for DIPY, along with build and push shell scripts. This task was crucial for improving our continuous integration processes and making DIPY more accessible to users who prefer containerized environments.

The Dockerfile creation process involved carefully selecting the right base image and ensuring all necessary dependencies were included. The build script automates the Docker image creation process, while the push script facilitates easy deployment to our container registry.

While working on this, I encountered some challenges related to package versions and compatibility. However, through careful testing and configuration adjustments, I was able to resolve these issues and create a functional Dockerfile.

You can view the progress of this work here: https://github.com/dipy/dipy/pull/3322

Tutorial Fixes Progress
-----------------------

I've made significant progress on fixing up the tutorials. This ongoing task involves updating and improving various DIPY tutorials to ensure they're up-to-date, clear, and fully functional. I've been working through the tutorials systematically, making necessary adjustments and improvements.

Check out the tutorial fixes PR here: https://github.com/dipy/dipy/pull/3306

Addressing Missed Keyword Arguments
-----------------------------------

In a separate PR, I addressed an important issue related to missed keyword arguments in several function calls. These weren't updated during the initial implementation of keyword arguments. The affected functions include:

* ``get_fname``
* ``get_sphere``
* ``gradient_table``

This PR was crucial as these missed keyword arguments were not detected during the initial testing phase, potentially leading to issues in related functionalities. By adding the necessary keyword arguments to these function calls, we've ensured proper execution and improved the overall robustness of our codebase.

You can review this PR here: https://github.com/dipy/dipy/pull/3324

Preparing for Project Conclusion
--------------------------------

As this is the final week of GSoC, I've been focusing on wrapping up my project:

1. **Final Project Report**: I've started preparing the final project report, which will summarize all the work done during my GSoC period, the challenges faced, and the solutions implemented.

2. **Final Presentation**: I'm also working on a presentation that will showcase the key achievements and learnings from my GSoC experience with DIPY.

Reflections and Gratitude
-------------------------

As I near the end of this incredible journey, I'm filled with gratitude for the DIPY community, my amazing mentor `Serge Koudoro <https://github.com/skoudoro>`_, and everyone who has supported me throughout this process. The guidance and support I've received have been invaluable, helping me grow as a developer and contributor to open-source software.

I am really grateful to my fellow GSoC teammates:

* `Iñigo Tellaetxe Elorriaga <https://github.com/itellaetxe>`_
* `Robin Roy <https://github.com/robinroy03>`_
* `Wachiou BOURAIMA <https://github.com/WassCodeur>`_

Their amazing support has been crucial throughout this journey.

This experience has not only improved my technical skills but also taught me the importance of community collaboration in open-source projects. I'm truly thankful for the opportunity to have been part of this amazing team.

Next Steps
----------

In the coming days, my priorities will be:

1. Finalizing and submitting the project report

Final Thoughts
--------------

As I reflect on my GSoC journey with DIPY, I'm amazed at how much I've learned and grown. This experience has reinforced my passion for neuroimaging and open-source development. I'm excited to see how my contributions will help future DIPY users and developers.

Thank you all for your support throughout this journey. I look forward to sharing my final presentation and continuing to be part of the DIPY community!
89 changes: 81 additions & 8 deletions blog.html
Original file line number Diff line number Diff line change
Expand Up @@ -804,6 +804,12 @@ <h3>
<ul>


<li>
<a href="posts/2024/2024_08_19_kaustav_week_12.html">
19 August - My Journey Continues: Week 12 Progress with DIPY
</a>
</li>

<li>
<a href="posts/2024/2024_08_12_kaustav_week_11.html">
12 August - My Journey Continues: Week 11 Progress with DIPY
Expand All @@ -828,12 +834,6 @@ <h3>
</a>
</li>

<li>
<a href="posts/2024/2024_07_29_kaustav_week_9.html">
29 July - My Journey Continues: Week 9 Progress with DIPY
</a>
</li>

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


<li>
<a href="blog/category/gsoc.html">gsoc (66)</a>
<a href="blog/category/gsoc.html">gsoc (67)</a>
</li>


Expand Down Expand Up @@ -894,7 +894,7 @@ <h3>


<li>
<a href="blog/2024.html">2024 (25)</a>
<a href="blog/2024.html">2024 (26)</a>
</li>


Expand Down Expand Up @@ -1005,6 +1005,79 @@ <h1>
</h1>


<div class="section ablog-post">
<h2 class="ablog-post-title">
<a href="posts/2024/2024_08_19_kaustav_week_12.html">My Journey Continues: Week 12 Progress with DIPY</a>
</h2>
<ul class="ablog-archive">
<li>


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

19 August 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/kaustav.html">Kaustav</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>Hello everyone! We’ve reached Week 12, the final week of my GSoC journey with DIPY. It’s been an incredible experience, and I’m excited to share my progress and reflections from this week.</p>
</p>

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

<div class="section ablog-post">
<h2 class="ablog-post-title">
<a href="posts/2024/2024_08_12_kaustav_week_11.html">My Journey Continues: Week 11 Progress with DIPY</a>
Expand Down
16 changes: 8 additions & 8 deletions blog/2015.html
Original file line number Diff line number Diff line change
Expand Up @@ -806,6 +806,12 @@ <h3>
<ul>


<li>
<a href="../posts/2024/2024_08_19_kaustav_week_12.html">
19 August - My Journey Continues: Week 12 Progress with DIPY
</a>
</li>

<li>
<a href="../posts/2024/2024_08_12_kaustav_week_11.html">
12 August - My Journey Continues: Week 11 Progress with DIPY
Expand All @@ -830,12 +836,6 @@ <h3>
</a>
</li>

<li>
<a href="../posts/2024/2024_07_29_kaustav_week_9.html">
29 July - My Journey Continues: Week 9 Progress with DIPY
</a>
</li>

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


<li>
<a href="category/gsoc.html">gsoc (66)</a>
<a href="category/gsoc.html">gsoc (67)</a>
</li>


Expand Down Expand Up @@ -896,7 +896,7 @@ <h3>


<li>
<a href="2024.html">2024 (25)</a>
<a href="2024.html">2024 (26)</a>
</li>


Expand Down
16 changes: 8 additions & 8 deletions blog/2016.html
Original file line number Diff line number Diff line change
Expand Up @@ -806,6 +806,12 @@ <h3>
<ul>


<li>
<a href="../posts/2024/2024_08_19_kaustav_week_12.html">
19 August - My Journey Continues: Week 12 Progress with DIPY
</a>
</li>

<li>
<a href="../posts/2024/2024_08_12_kaustav_week_11.html">
12 August - My Journey Continues: Week 11 Progress with DIPY
Expand All @@ -830,12 +836,6 @@ <h3>
</a>
</li>

<li>
<a href="../posts/2024/2024_07_29_kaustav_week_9.html">
29 July - My Journey Continues: Week 9 Progress with DIPY
</a>
</li>

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


<li>
<a href="category/gsoc.html">gsoc (66)</a>
<a href="category/gsoc.html">gsoc (67)</a>
</li>


Expand Down Expand Up @@ -896,7 +896,7 @@ <h3>


<li>
<a href="2024.html">2024 (25)</a>
<a href="2024.html">2024 (26)</a>
</li>


Expand Down
16 changes: 8 additions & 8 deletions blog/2018.html
Original file line number Diff line number Diff line change
Expand Up @@ -806,6 +806,12 @@ <h3>
<ul>


<li>
<a href="../posts/2024/2024_08_19_kaustav_week_12.html">
19 August - My Journey Continues: Week 12 Progress with DIPY
</a>
</li>

<li>
<a href="../posts/2024/2024_08_12_kaustav_week_11.html">
12 August - My Journey Continues: Week 11 Progress with DIPY
Expand All @@ -830,12 +836,6 @@ <h3>
</a>
</li>

<li>
<a href="../posts/2024/2024_07_29_kaustav_week_9.html">
29 July - My Journey Continues: Week 9 Progress with DIPY
</a>
</li>

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


<li>
<a href="category/gsoc.html">gsoc (66)</a>
<a href="category/gsoc.html">gsoc (67)</a>
</li>


Expand Down Expand Up @@ -896,7 +896,7 @@ <h3>


<li>
<a href="2024.html">2024 (25)</a>
<a href="2024.html">2024 (26)</a>
</li>


Expand Down
16 changes: 8 additions & 8 deletions blog/2020.html
Original file line number Diff line number Diff line change
Expand Up @@ -806,6 +806,12 @@ <h3>
<ul>


<li>
<a href="../posts/2024/2024_08_19_kaustav_week_12.html">
19 August - My Journey Continues: Week 12 Progress with DIPY
</a>
</li>

<li>
<a href="../posts/2024/2024_08_12_kaustav_week_11.html">
12 August - My Journey Continues: Week 11 Progress with DIPY
Expand All @@ -830,12 +836,6 @@ <h3>
</a>
</li>

<li>
<a href="../posts/2024/2024_07_29_kaustav_week_9.html">
29 July - My Journey Continues: Week 9 Progress with DIPY
</a>
</li>

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


<li>
<a href="category/gsoc.html">gsoc (66)</a>
<a href="category/gsoc.html">gsoc (67)</a>
</li>


Expand Down Expand Up @@ -896,7 +896,7 @@ <h3>


<li>
<a href="2024.html">2024 (25)</a>
<a href="2024.html">2024 (26)</a>
</li>


Expand Down
Loading

0 comments on commit 422997a

Please sign in to comment.