Nilay Pochhi
Aug 13, 2018 • 1 min read

GSoC Completion Post

The GSoC 2018 coding period is about to end. This post summarizes my journey throughout the period.

GSoC Proposal

You can find my GSoC proposal here and the link to the project repository here.

Code

The final massive PR is still undergoing a review and once we fix the linting issues it’ll get merged.

Finished, unfinished and future goals

Most of the goals that were proposed have been reached. NetworkX.rb supports following algorithms:

There was one algorithm, Network Simplex, in my proposal which I haven’t implemented. I plan to do it soon.

The GSoC goals though reached, are missing many algorithms like assortativity finding etc. which are important for analysis of complex networks. I’m also thinking of including a visualization/interative tool which may be useful for community as it would make the library language agnostic i.e. one would not require the knowledge of Ruby language to model networks and perfom analysis on it.

Acknowledgements

I would like to express my sincere gratitude to my mentor, Athitya, who answered my every question patiently and gave me ample opportunities to perform the job and encouraged, even when I was lagging behind in my GSoC timeline. I’d like to thank the entire SciRuby community for giving me this opportunity and exposing me to the world of Opensource development. I’d like to keep contributing to SciRuby community and introduce first timers to the world of FOSS.

Post by: Nilay Pochhi