gephi / gephi-plugins

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

SemanticWebImport plugin update #300

Open ErwanDemairy opened 1 year ago

ErwanDemairy commented 1 year ago

New plugin or 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

ErwanDemairy commented 1 year ago

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

seinecle commented 1 year ago

hello I suppose @mbastian is busy?