From c38539fffa1cdcaf05d414dd22f27655cc8ef46b Mon Sep 17 00:00:00 2001 From: Mridul Seth Date: Sat, 9 Oct 2021 14:39:13 +0200 Subject: DOC: Add links to proposals for completed projects --- doc/developer/projects.rst | 34 +++++++++++++++++++++++++++++----- 1 file changed, 29 insertions(+), 5 deletions(-) diff --git a/doc/developer/projects.rst b/doc/developer/projects.rst index 40e7e353..e27cbe5d 100644 --- a/doc/developer/projects.rst +++ b/doc/developer/projects.rst @@ -63,17 +63,41 @@ Implement the VF2++ Graph Isomorphism Algorithm Completed Projects ================== -- `Louvain community detection algorithm`_ (GSoC 2021) -- `Asadpour algorithm for directed travelling salesman problem`_ (GSoC 2021) -- Pedagogical notebook: `Directed acyclic graphs and topological sort`_ (GSoC 2021) -- Pedagogical notebook: `Graph assortativity`_ (GSoC 2021) -- Pedagogical notebook: `Network flow analysis and Dinitz algorithm`_ (GSoC 2021) +- `Louvain community detection algorithm`_ + - Program: Google Summer of Code 2021 + - Contributor: `@z3y50n `__ + - Link to Proposal: `GSoC 2021: Community Detection Algorithms `__ + +- `Asadpour algorithm for directed travelling salesman problem`_ + - Program: Google Summer of Code 2021 + - Contributor: `@mjschwenne `__ + - Link to Proposal: `GSoC 2021: Asadpour algorithm `__ + +- Pedagogical notebook: `Directed acyclic graphs and topological sort`_ + - Program: Google Summer of Code 2021 + - Contributor: `@vdshk `__ + +- Pedagogical notebooks: `Graph assortativity`_ & `Network flow analysis and Dinitz algorithm`_ + - Program: Google Summer of Code 2021 + - Contributor: `@harshal-dupare `__ + +- Add On system for NetworkX: `NetworkX-Metis`_ + - Program: Google Summer of Code 2015 + - Contributor: `@OrkoHunter `__ + - Link to Proposal: `GSoC 2015: Add On System for NetworkX `__ + +- `NetworkX 2.0 API`_ + - Program: Google Summer of Code 2015 + - Contributor: `@MridulS `__ + - Link to Proposal: `GSoC 2015: NetworkX 2.0 API `__ .. _`Louvain community detection algorithm`: https://github.com/networkx/networkx/pull/4929 .. _`Asadpour algorithm for directed travelling salesman problem`: https://github.com/networkx/networkx/pull/4740 .. _`Directed acyclic graphs and topological sort`: https://github.com/networkx/nx-guides/pull/44 .. _`Graph assortativity`: https://github.com/networkx/nx-guides/pull/42 .. _`Network flow analysis and Dinitz algorithm`: https://github.com/networkx/nx-guides/pull/46 +.. _`NetworkX-Metis`: https://github.com/networkx/networkx-metis +.. _`NetworkX 2.0 API`: https://networkx.org/documentation/latest/release/migration_guide_from_1.x_to_2.0.html .. Project Idea Template -- cgit v1.2.1