gephi-plugins icon indicating copy to clipboard operation
gephi-plugins copied to clipboard

SemanticWebImport plugin update

Open ErwanDemairy opened this issue 2 years ago • 2 comments

New plugin or plugin update?

  • [X] New Plugin
  • [ ] Update

What is the purpose of this plugin?

The purpose of the SemanticWebImport plugin is to allow to build a graph in Gephi from local or remote semantic data. More details can be found at https://seinecle.github.io/gephi-tutorials/generated-html/semantic-web-importer-en.html .

How to test your plugin in Gephi?

  1. launch gephi with the plugin installed.
  2. click on "new project".
  3. select the "Semantic Web Import" tab: 3.1 select the tab "Configurations"; 3.2 click on the button "Set Configuration" (with the drop-list to its right indicating "Humans"). It should add: - three resource files in the "Driver" tab; - one "construct" expression in the "Query" tab.
  4. click on the "Run" button at the bottom of the "Semantic Web Import" window.
  5. it should create a graph of 170 nodes and 256 edges.

Checklist before submission

  • [X] Did you merged with the master branch to get the latest updates?
  • [X] Did you build and test the plugin successfully locally?
  • [X] Did you include metadata (e.g. plugin author, license) in the pom.xml file
  • [X] Did you make sure NOT to include any unecessary files in your PR?
  • [ ] Did you write unit tests to test your plugin functionalities?
    • Corese (the semantic web engine embedded) is tested, but the gui of the plugin is tested only by hand until now.

ErwanDemairy avatar Apr 04 '23 16:04 ErwanDemairy

Hello, I think I have followed the procedure described at https://github.com/gephi/gephi-plugins#submit-a-plugin. Am I missing something in order to have my plugin reviewed? Best regards

ErwanDemairy avatar May 03 '23 17:05 ErwanDemairy

hello I suppose @mbastian is busy?

seinecle avatar Jun 15 '23 08:06 seinecle