This page (revision-1) was last changed on 20-Apr-2024 11:53 by UnknownAuthor

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
20-Apr-2024 11:53 1 KB UnknownAuthor

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 1 added 40 lines
[{PageViewPlugin}]
[Jspwiki plugin], [Cytoscape], [Abstract information], [Braincopy library], [Products]
[{TableOfContents}]
!!!Introduction
|Do you know cytoscape.js? It is a great javascript library of network diagram drawing provided with MIT licence. About Cytoscape, please refer my study -> [Cytoscape]. This plugin for JSPWiki can provide network diagram of Wiki site. Just visiting test page should be easier to get Image of this plugin.
[{Image src='Cytoscape Plugin/cyroscape_eg1.jpg' width='400'}]
[{Image src='Cytoscape Plugin/cyroscape_eg2.jpg' width='400'}]
!!!Installation
#Download necessary jar files ([Cytoscape Plugin/cytoscape-plugin-0.9.4.jar], [Braincopy library/braincopy-0.7.3.jar]) and put them into your JSPWiki's WEB-INF/lib directory.
#restart tomcat
!!!Usage
Place the following line anywhere in a JSPWiki page.
{{{
[{CytoscapePlugin ...}]
}}}
!!Parameters
;page:...default is KM_TOP(should be modified)
;depth:...default is 3
Heres an example of how the above image was created:
{{{
[{CytoscapePlugin}]
}}}
usage example: [Cytoscape-Plugin Test]
You can check source code on [GitHub] site: [https://github.com/tateshitah/jspwiki-cytoscope-plugin]
!!!Solved Issues
*[Issue 1 during cytoscape plugin Dev]
!!!Future works and Known Issues
*Jump to the page with right click the node. -> done!
*re-draw the network diagram with single click the node which will be centre node.-> done!