gephi / gephi-plugins

Repository for Gephi Plugins maintained by the team. Each plugin has it's branch.
270 stars 620 forks source link

BoundingDiameters #201

Closed alexkeizer closed 5 years ago

alexkeizer commented 5 years ago

We have written a gephi plugin implementing the BoundingDiameters algorithm for fast calculation of network diameter and radius. See the papers referenced in the README file for details on the algorithm.

eduramiba commented 5 years ago

Hi Alex, Finally your plugin is merged and should be available soon. Thank you very much for the effort and the patience for this to be merged.

I made some small corrections to your code, so please be sure to merge the following pull request into your codebase so you can later update the plugin: alexiooo#1

eduramiba commented 5 years ago

Your plugin is now available at https://gephi.org/plugins and in Gephi - Tools - Plugins menu

alexkeizer commented 5 years ago

Hey Eduardo,

We noticed some issues: The link for the source from within Gephi leads to a 404 page, the correct link should be https://github.com/gephi/gephi-plugins/tree/bounding-diameters-plugin

The Gephi Marketplace only lists 'T. Oosterhoorn' as author, instead of all six of us (C. Deve, B. Honig, A. Keizer, S. Lin, D. Nieuwenhuizen, T. Oosterhoorn)

Can these be fixed or how would we fix them?

eduramiba commented 5 years ago

Hi Alex, I will correct it, I guess it's not handling multiple author tags correctly.