<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Gephi</title>
	<atom:link href="http://gephi.org/feed/" rel="self" type="application/rss+xml" />
	<link>https://gephi.org</link>
	<description>graph exploration and manipulation</description>
	<lastBuildDate>Thu, 02 Feb 2012 10:30:44 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Gephi meet-up #4 in Berlin</title>
		<link>https://gephi.org/2012/gephi-meet-up-4-in-berlin/</link>
		<comments>https://gephi.org/2012/gephi-meet-up-4-in-berlin/#comments</comments>
		<pubDate>Thu, 02 Feb 2012 10:30:44 +0000</pubDate>
		<dc:creator>Sebastien Heymann</dc:creator>
				<category><![CDATA[Community]]></category>
		<category><![CDATA[Events]]></category>
		<category><![CDATA[berlin]]></category>
		<category><![CDATA[meetup]]></category>

		<guid isPermaLink="false">https://gephi.org/?p=4776</guid>
		<description><![CDATA[[ February 16, 2012; 6:00 pm to 8:00 pm. ] Information Epidemics with Gephi by Dmitry Paranyushkin / Nodus Labs

Large groups of people can drastically change their opinion, adopt a completely unexpected trend, come out to protest on a square, adopt a certain ideology, have an amazing time at a party, or start using a certain product on mass scale. While all these social phenomena [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-3533" title="Gephi User Group" src="/wp-content/uploads/2011/04/user-group_small.png" alt="" width="259" height="61" /><b>Information Epidemics with Gephi by Dmitry Paranyushkin / <a href="http://noduslabs.com/">Nodus Labs</a></b></p>
<p>Large groups of people can drastically change their opinion, adopt a completely unexpected trend, come out to protest on a square, adopt a certain ideology, have an amazing time at a party, or start using a certain product on mass scale. While all these social phenomena are diverse, one thing in common is that they involve information dissemination that happens in a synchronized way, evoking a certain response from the population at once.</p>
<p>In this workshop I will demonstrate how epidemic theories from network science can be used to study information contagion and trend/rumor propagation (so-called information cascades). We will use real examples from Facebook and Twitter, as well as Gephi software to visualise the sample data.</p>
<p>You will learn what groups to target when planning effective marketing campaigns, how promote your news to the top of the feed on Facebook, generate and seed trends in social networks. You will also find out how information becomes viral and what one can do in order to increase the message’s contagious potential.</p>
<p>The workshop will be held in English and German.</p>
<p><b>To sign up: <a href="http://workshopinformationepidemics-eorg.eventbrite.com/">workshopinformationepidemics-eorg.eventbrite.com</a></p>
<p>Date: 16th of February, from 6:00 PM to 8:00 PM<br />
Place: betahaus, 19-20 Prinzessinnenstr (U8: Moritzplatz), 4th floor Arena hall<br />
</b></p>
         ]]></content:encoded>
			<wfw:commentRss>https://gephi.org/2012/gephi-meet-up-4-in-berlin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Introducing the Gephi Plugins Bootcamp</title>
		<link>https://gephi.org/2012/introducing-the-gephi-plugins-bootcamp/</link>
		<comments>https://gephi.org/2012/introducing-the-gephi-plugins-bootcamp/#comments</comments>
		<pubDate>Thu, 12 Jan 2012 07:44:51 +0000</pubDate>
		<dc:creator>Mathieu Bastian</dc:creator>
				<category><![CDATA[Announcement]]></category>
		<category><![CDATA[bootcamp]]></category>
		<category><![CDATA[developer]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[toolkit]]></category>

		<guid isPermaLink="false">https://gephi.org/?p=4679</guid>
		<description><![CDATA[We&#8217;re happy to announce a new tool for the community today: the Gephi Plugins Bootcamp. The bootcamp is a large set of plug-in examples to guide developers create Gephi plugins easily.
Gephi&#8217;s vision focuses on the platform and we want developers to be creative and successful. Gephi is built in a way it can be easily extended [...]]]></description>
			<content:encoded><![CDATA[<p>We&#8217;re happy to announce a new tool for the community today: the <a href="https://github.com/gephi/gephi-plugins-bootcamp" target="_blank">Gephi Plugins Bootcamp</a>. The bootcamp is a large set of <strong>plug-in examples</strong> to guide developers create Gephi plugins easily.</p>
<p>Gephi&#8217;s vision focuses on the platform and we want developers to be creative and successful. Gephi is built in a way it can be easily extended with <a href="/plugins">plug-ins</a> (layout, filters, io, preview, &#8230;) but it&#8217;s not always easy to know where to start. The bootcamp addresses this need and provide the <strong>environment</strong> and the <strong>examples</strong> to get started.</p>
<p>Want to create a new layout? The <a href="https://github.com/gephi/gephi-plugins-bootcamp/blob/master/LayoutPluginExample/src/org/gephi/plugins/example/layout/GridLayout.java">Grid Layout</a> example shows how to read the graph and to change coordinates. A new filter? A new exporter? Check out the <a href="https://github.com/gephi/gephi-plugins-bootcamp/blob/master/ExportPluginExample/src/org/gephi/plugins/example/exporter/JPGExporter.java">JPGExporter</a> or the <a href="https://github.com/gephi/gephi-plugins-bootcamp/blob/master/ExportPluginExample/src/org/gephi/plugins/example/exporter/SQLiteDatabaseExporter.java">SQLite exporter</a> examples. Below is the complete list of examples and we&#8217;ll add more soon upon requests.</p>
<p><strong><img class="alignnone size-full wp-image-2203" title="arrow" src="https://gephi.org/wp-content/uploads/2010/03/orange_arrow.gif" alt="" width="12" height="12" />Checkout the code on <a href="https://github.com/gephi/gephi-plugins-bootcamp" target="_blank"><strong>GitHub</strong></a>. </strong></p>
<p><strong></strong>The README file contains the instructions to get the code and to run the examples.</p>
<h3>Layout</h3>
<table style="text-align: left;" border="0" cellpadding="2">
<tbody>
<tr style="background-color: #eeeeee;">
<td width="100"><a href="https://gephi.org/wp-content/uploads/2012/01/grid_layout.png"><img class="alignnone size-thumbnail wp-image-4696" style="border-image: initial; border: 1px solid grey;" title="Grid Layout Example" src="https://gephi.org/wp-content/uploads/2012/01/grid_layout-100x100.png" alt="" width="100" height="100" /></a></td>
<td style="padding-left: 10px; font-weight: bold; line-height: 200%;"><a href="https://github.com/gephi/gephi-plugins-bootcamp/tree/master/LayoutPluginExample/src/org/gephi/plugins/example/layout" target="_blank">Grid Layout</a><br />
<span style="font-weight: normal;">Place all nodes in a simple grid. Users can configure the size of the area and the speed.<br />
</span></td>
</tr>
<tr style="background-color: #eeeeee;">
<td><a href="https://gephi.org/wp-content/uploads/2012/01/grid_layout_sorted.png"><img class="alignnone size-thumbnail wp-image-4697" style="border-image: initial; border: 1px solid grey;" title="Sorted Grid Layout Example" src="https://gephi.org/wp-content/uploads/2012/01/grid_layout_sorted-100x100.png" alt="" width="100" height="100" /></a></td>
<td style="padding-left: 10px; font-weight: bold; line-height: 200%;"><a href="https://github.com/gephi/gephi-plugins-bootcamp/tree/master/LayoutPluginExample/src/org/gephi/plugins/example/layout">Sorted Grid Layout</a><br />
<span style="font-weight: normal;">Same example as Grid Layout but users can sort nodes using an attribute column.<br />
</span></td>
</tr>
</tbody>
</table>
<h3>Filter</h3>
<table style="text-align: left;" border="0" cellpadding="2">
<tbody>
<tr style="background-color: #eeeeee;">
<td width="100"><a href="https://gephi.org/wp-content/uploads/2012/01/transform_undirected.png"><img class="alignnone size-thumbnail wp-image-4737" style="border-image: initial; border: 1px solid grey;" title="Transform to Undirected Example" src="https://gephi.org/wp-content/uploads/2012/01/transform_undirected-100x100.png" alt="" width="100" height="100" /></a></td>
<td style="padding-left: 10px; font-weight: bold; line-height: 200%;"><a href="https://github.com/gephi/gephi-plugins-bootcamp/tree/master/FilterPluginExample/src/org/gephi/plugins/example/filter" target="_blank">Transform to Undirected</a><br />
<span style="font-weight: normal;">Edge filter to remove mutual edges in a directed graph.<br />
</span></td>
</tr>
<tr style="background-color: #eeeeee;">
<td><a href="https://gephi.org/wp-content/uploads/2012/01/top_nodes_filter.png"><img class="alignnone size-thumbnail wp-image-4699" style="border-image: initial; border: 1px solid grey;" title="Top Nodes Filter" src="https://gephi.org/wp-content/uploads/2012/01/top_nodes_filter-100x100.png" alt="" width="100" height="100" /></a></td>
<td style="padding-left: 10px; font-weight: bold; line-height: 200%;"><a href="https://github.com/gephi/gephi-plugins-bootcamp/tree/master/FilterPluginExample/src/org/gephi/plugins/example/filter" target="_blank">Top nodes</a><br />
<span style="font-weight: normal;">Keep the top K nodes using an attribute column.<br />
</span></td>
</tr>
<tr style="background-color: #eeeeee;">
<td><a href="https://gephi.org/wp-content/uploads/2012/01/filter_edge_crossing.png"><img class="alignnone size-thumbnail wp-image-4698" style="border-image: initial; border: 1px solid grey;" title="Filter Edge Crossing Example" src="https://gephi.org/wp-content/uploads/2012/01/filter_edge_crossing-100x100.png" alt="" width="100" height="100" /></a></td>
<td style="padding-left: 10px; font-weight: bold; line-height: 200%;"><a href="https://github.com/gephi/gephi-plugins-bootcamp/tree/master/FilterPluginExample/src/org/gephi/plugins/example/filter" target="_blank">Remove Edge Crossing</a><br />
<span style="font-weight: normal;">Example of a complex filter implementation which removes edges until no crossing occurs.<br />
</span></td>
</tr>
</tbody>
</table>
<h3>Tool</h3>
<table style="text-align: left;" border="0" cellpadding="2">
<tbody>
<tr style="background-color: #eeeeee;">
<td width="100"><a href="https://gephi.org/wp-content/uploads/2012/01/tool_find.png"><img class="alignnone size-thumbnail wp-image-4700" style="border-image: initial; border: 1px solid grey;" title="FInd with Autocomplete" src="https://gephi.org/wp-content/uploads/2012/01/tool_find-100x88.png" alt="" width="100" height="88" /></a></td>
<td style="padding-left: 10px; font-weight: bold; line-height: 200%;"><a href="https://github.com/gephi/gephi-plugins-bootcamp/tree/master/ToolPluginExample/src/org/gephi/plugins/example/tool" target="_blank">Find with autocomplete</a><br />
<span style="font-weight: normal;">Tool with a autocomplete text field to find any node based on labels and zoom by it.<br />
</span></td>
</tr>
<tr style="background-color: #eeeeee;">
<td><a href="https://gephi.org/wp-content/uploads/2012/01/tool_add_nodes.png"><img class="alignnone size-thumbnail wp-image-4701" style="border-image: initial; border: 1px solid grey;" title="Add Nodes example" src="https://gephi.org/wp-content/uploads/2012/01/tool_add_nodes-100x100.png" alt="" width="100" height="100" /></a></td>
<td style="padding-left: 10px; font-weight: bold; line-height: 200%;"><a href="https://github.com/gephi/gephi-plugins-bootcamp/tree/master/ToolPluginExample/src/org/gephi/plugins/example/tool" target="_blank">Add Nodes</a><br />
<span style="font-weight: normal;">Listen to mouse clicks and adds nodes. Also adds edges if selecting other nodes.<br />
</span></td>
</tr>
</tbody>
</table>
<h3>Export</h3>
<table style="text-align: left;" border="0" cellpadding="2">
<tbody>
<tr style="background-color: #eeeeee;">
<td width="100"><a href="https://gephi.org/wp-content/uploads/2012/01/jpg-export.png"><img class="alignnone size-thumbnail wp-image-4734" style="border-image: initial; border: 1px solid grey;" title="jpg export" src="https://gephi.org/wp-content/uploads/2012/01/jpg-export-100x100.png" alt="" width="100" height="100" /></a></td>
<td style="padding-left: 10px; font-weight: bold; line-height: 200%;"><a href="https://github.com/gephi/gephi-plugins-bootcamp/tree/master/ExportPluginExample/src/org/gephi/plugins/example/exporter" target="_blank">JPG Export</a><br />
<span style="font-weight: normal;">Vectorial export to the JPG image format. Contains a settings panel to set the width and height.<br />
</span></td>
</tr>
<tr style="background-color: #eeeeee;">
<td><a href="https://gephi.org/wp-content/uploads/2012/01/sqlite_export.png"><img class="alignnone size-thumbnail wp-image-4735" style="border-image: initial; border: 1px solid grey;" title="sqlite_export" src="https://gephi.org/wp-content/uploads/2012/01/sqlite_export-100x100.png" alt="" width="100" height="100" /></a></td>
<td style="padding-left: 10px; font-weight: bold; line-height: 200%;"><a href="https://github.com/gephi/gephi-plugins-bootcamp/tree/master/ExportPluginExample/src/org/gephi/plugins/example/exporter" target="_blank">SQLite Database Export</a><br />
<span style="font-weight: normal;">Current graph export to a SQLite Database file. A new sub-menu is added in the Export menu and an example of a custom exporter is shown.<br />
</span></td>
</tr>
</tbody>
</table>
<h3>Preview</h3>
<table style="text-align: left;" border="0" cellpadding="2">
<tbody>
<tr style="background-color: #eeeeee;">
<td width="100"><a href="https://gephi.org/wp-content/uploads/2012/01/highlight_mutual_edges.png"><img class="alignnone size-thumbnail wp-image-4702" style="border-image: initial; border: 1px solid grey;" title="Highlight mutual edges example" src="https://gephi.org/wp-content/uploads/2012/01/highlight_mutual_edges-100x100.png" alt="" width="100" height="100" /></a></td>
<td style="padding-left: 10px; font-weight: bold; line-height: 200%;"><a href="https://github.com/gephi/gephi-plugins-bootcamp/tree/master/PreviewPluginExample/src/org/gephi/plugins/example/preview" target="_blank">Highlight Mutual Edges</a><br />
<span style="font-weight: normal;">Colors differently mutual edges. Overwrites and extends the default edge renderer.<br />
</span></td>
</tr>
<tr style="background-color: #eeeeee;">
<td><a href="https://gephi.org/wp-content/uploads/2012/01/glow_effect.png"><img class="alignnone size-thumbnail wp-image-4703" style="border-image: initial; border: 1px solid grey;" title="Glow Renderer example" src="https://gephi.org/wp-content/uploads/2012/01/glow_effect-100x100.png" alt="" width="100" height="100" /></a></td>
<td style="padding-left: 10px; font-weight: bold; line-height: 200%;"><a href="https://github.com/gephi/gephi-plugins-bootcamp/tree/master/PreviewPluginExample/src/org/gephi/plugins/example/preview" target="_blank">Glow Renderer</a><br />
<span style="font-weight: normal;">Adds a new renderer for node items which draws a glow effect around nodes.<br />
</span></td>
</tr>
<tr style="background-color: #eeeeee;">
<td><a href="https://gephi.org/wp-content/uploads/2012/01/z-ordering.png"><img class="alignnone size-thumbnail wp-image-4704" style="border-image: initial; border: 1px solid grey;" title="Z-Ordering Example" src="https://gephi.org/wp-content/uploads/2012/01/z-ordering-100x100.png" alt="" width="100" height="100" /></a></td>
<td style="padding-left: 10px; font-weight: bold; line-height: 200%;"><a href="https://github.com/gephi/gephi-plugins-bootcamp/tree/master/PreviewPluginExample/src/org/gephi/plugins/example/preview" target="_blank">Node Z-ordering</a><br />
<span style="font-weight: normal;">Extends the default node builder by reordering the node items by size or any number columns. Also shows how to create complex Preview UI.<br />
</span></td>
</tr>
</tbody>
</table>
<h3>Importer</h3>
<table style="text-align: left;" border="0" cellpadding="2">
<tbody>
<tr style="background-color: #eeeeee;">
<td width="100"><a href="https://gephi.org/wp-content/uploads/2012/01/matrix_example.png"><img class="alignnone size-thumbnail wp-image-4705" style="border-image: initial; border: 1px solid grey;" title="Matrix import example" src="https://gephi.org/wp-content/uploads/2012/01/matrix_example-100x100.png" alt="" width="100" height="100" /></a></td>
<td style="padding-left: 10px; font-weight: bold; line-height: 200%;"><a href="https://github.com/gephi/gephi-plugins-bootcamp/tree/master/ImportPluginExample/src/org/gephi/plugins/example/importer" target="_blank">Matrix Market File Importer</a><br />
<span style="font-weight: normal;">File importer for the Matrix Market format. Large set of matrix file examples on <a href="http://www2.research.att.com/~yifanhu/GALLERY/GRAPHS/index.html">Yifan Hu’s gallery</a>.<br />
</span></td>
</tr>
</tbody>
</table>
<h3>Statistics</h3>
<table style="text-align: left;" border="0" cellpadding="2">
<tbody>
<tr style="background-color: #eeeeee;">
<td width="100"><a href="https://gephi.org/wp-content/uploads/2012/01/self_loop_count.png"><img class="alignnone size-thumbnail wp-image-4706" style="border-image: initial; border: 1px solid grey;" title="Count Self Loop example" src="https://gephi.org/wp-content/uploads/2012/01/self_loop_count-100x100.png" alt="" width="100" height="100" /></a></td>
<td style="padding-left: 10px; font-weight: bold; line-height: 200%;"><a href="https://github.com/gephi/gephi-plugins-bootcamp/tree/master/StatisticsPluginExample/src/org/gephi/plugins/example/statistics" target="_blank">Count Self-Loop</a><br />
<span style="font-weight: normal;">Example of a statistics result at the global level. Simply counts the number of self-loop edges in the graph.<br />
</span></td>
</tr>
<tr style="background-color: #eeeeee;">
<td width="100"><a href="https://gephi.org/wp-content/uploads/2012/01/avg_euclidean_dist.png"><img class="alignnone size-thumbnail wp-image-4707" style="border-image: initial; border: 1px solid grey;" title="Average Euclidean Distance Example" src="https://gephi.org/wp-content/uploads/2012/01/avg_euclidean_dist-100x100.png" alt="" width="100" height="100" /></a></td>
<td style="padding-left: 10px; font-weight: bold; line-height: 200%;"><a href="https://github.com/gephi/gephi-plugins-bootcamp/tree/master/StatisticsPluginExample/src/org/gephi/plugins/example/statistics" target="_blank">Average Euclidean Distance</a><br />
<span style="font-weight: normal;">Example of a per-node calculation. For a given node it calculates the average distance to others.<br />
</span></td>
</tr>
</tbody>
</table>
<h3>Plugins sub-menu</h3>
<table style="text-align: left;" border="0" cellpadding="2">
<tbody>
<tr style="background-color: #eeeeee;">
<td width="100"><a href="https://gephi.org/wp-content/uploads/2012/01/submenus.png"><img class="alignnone size-thumbnail wp-image-4708" style="border-image: initial; border: 1px solid grey;" title="Submenus Example" src="https://gephi.org/wp-content/uploads/2012/01/submenus-100x89.png" alt="" width="100" height="89" /></a></td>
<td style="padding-left: 10px; font-weight: bold; line-height: 200%;"><a href="https://github.com/gephi/gephi-plugins-bootcamp/tree/master/PluginsSubMenuExample/src/org/gephi/plugins/example/submenu" target="_blank">Test action</a><br />
<span style="font-weight: normal;">Simple action which displays a message and a dialog.<br />
</span></td>
</tr>
<tr style="background-color: #eeeeee;">
<td width="100"><a href="https://gephi.org/wp-content/uploads/2012/01/remove_self_loops.png"><img class="alignnone size-thumbnail wp-image-4728" style="border-image: initial; border: 1px solid grey;" title="Remove Self Loop Example" src="https://gephi.org/wp-content/uploads/2012/01/remove_self_loops-100x100.png" alt="" width="100" height="100" /></a></td>
<td style="padding-left: 10px; font-weight: bold; line-height: 200%;"><a href="https://github.com/gephi/gephi-plugins-bootcamp/tree/master/PluginsSubMenuExample/src/org/gephi/plugins/example/submenu" target="_blank">Remove self loops</a><br />
<span style="font-weight: normal;">Action which accesses the graph and removes self-loops, if any.<br />
</span></td>
</tr>
<tr style="background-color: #eeeeee;">
<td width="100"><a href="https://gephi.org/wp-content/uploads/2012/01/progress.png"><img class="alignnone size-thumbnail wp-image-4729" style="border-image: initial; border: 1px solid grey;" title="Progress Example" src="https://gephi.org/wp-content/uploads/2012/01/progress-100x100.png" alt="" width="100" height="100" /></a></td>
<td style="padding-left: 10px; font-weight: bold; line-height: 200%;"><a href="https://github.com/gephi/gephi-plugins-bootcamp/tree/master/PluginsSubMenuExample/src/org/gephi/plugins/example/submenu" target="_blank">Using Progress and Cancel</a><br />
<span style="font-weight: normal;">Action which creates a long task and executes it with progress and cancel support.<br />
</span></td>
</tr>
</tbody>
</table>
<h3>Execute at startup</h3>
<table style="text-align: left;" border="0" cellpadding="2">
<tbody>
<tr style="background-color: #eeeeee;">
<td width="100"><a href="https://gephi.org/wp-content/uploads/2012/01/ui_ready.png"><img class="alignnone size-thumbnail wp-image-4730" style="border-image: initial; border: 1px solid grey;" title="UI Ready Example" src="https://gephi.org/wp-content/uploads/2012/01/ui_ready-100x100.png" alt="" width="100" height="100" /></a></td>
<td style="padding-left: 10px; font-weight: bold; line-height: 200%;"><a href="https://github.com/gephi/gephi-plugins-bootcamp/tree/master/ExecuteAtStartupExample/src/org/gephi/plugins/example/startup" target="_blank">When UI is ready</a><br />
<span style="font-weight: normal;">Do something when the UI finished loading.<br />
</span></td>
</tr>
<tr style="background-color: #eeeeee;">
<td width="100"><a href="https://gephi.org/wp-content/uploads/2012/01/workspace_events.png"><img class="alignnone size-thumbnail wp-image-4731" style="border-image: initial; border: 1px solid grey;" title="workspace_events" src="https://gephi.org/wp-content/uploads/2012/01/workspace_events-100x100.png" alt="" width="100" height="100" /></a></td>
<td style="padding-left: 10px; font-weight: bold; line-height: 200%;"><a href="https://github.com/gephi/gephi-plugins-bootcamp/tree/master/ExecuteAtStartupExample/src/org/gephi/plugins/example/startup" target="_blank">Workspace select events</a><br />
<span style="font-weight: normal;">Do something when a workspace is selected.<br />
</span></td>
</tr>
</tbody>
</table>
<h3>Processor</h3>
<table style="text-align: left;" border="0" cellpadding="2">
<tbody>
<tr style="background-color: #eeeeee;">
<td width="100"><a href="https://gephi.org/wp-content/uploads/2012/01/initial_position.png"><img class="alignnone size-thumbnail wp-image-4710" style="border-image: initial; border: 1px solid grey;" title="Initial Position Processor Example" src="https://gephi.org/wp-content/uploads/2012/01/initial_position-100x100.png" alt="" width="100" height="100" /></a></td>
<td style="padding-left: 10px; font-weight: bold; line-height: 200%;"><a href="https://github.com/gephi/gephi-plugins-bootcamp/tree/master/ProcessorPluginExample/src/org/gephi/plugins/example/processor" target="_blank">Initial Position</a><br />
<span style="font-weight: normal;">Set up the nodes&#8217; initial position always the same. It calculates a hash with all nodes so the X/Y position is randomized always in the same way.<br />
</span></td>
</tr>
</tbody>
</table>
<h3>Panels</h3>
<table style="text-align: left;" border="0" cellpadding="2">
<tbody>
<tr style="background-color: #eeeeee;">
<td width="100"><a href="https://gephi.org/wp-content/uploads/2012/01/simple_panel.png"><img class="alignnone size-thumbnail wp-image-4709" style="border-image: initial; border: 1px solid grey;" title="Panel Example" src="https://gephi.org/wp-content/uploads/2012/01/simple_panel-100x100.png" alt="" width="100" height="100" /></a></td>
<td style="padding-left: 10px; font-weight: bold; line-height: 200%;"><a href="https://github.com/gephi/gephi-plugins-bootcamp/tree/master/NewModulePanelPluginExample/src/org/gephi/plugins/example/panel" target="_blank">New panel</a><br />
<span style="font-weight: normal;">Example of a new panel plugin set up at the layout position.<br />
</span></td>
</tr>
</tbody>
</table>
<p>If you have any questions please send an email to the <strong>gephi-plugins [at] lists.gephi.org</strong> mailing list or stop by on the <a href="http://forum.gephi.org">forum</a>.</p>
         ]]></content:encoded>
			<wfw:commentRss>https://gephi.org/2012/introducing-the-gephi-plugins-bootcamp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gephi meet-up #3 in Berlin</title>
		<link>https://gephi.org/2011/gephi-meet-up-3-in-berlin/</link>
		<comments>https://gephi.org/2011/gephi-meet-up-3-in-berlin/#comments</comments>
		<pubDate>Tue, 06 Dec 2011 12:54:55 +0000</pubDate>
		<dc:creator>Sebastien Heymann</dc:creator>
				<category><![CDATA[Community]]></category>
		<category><![CDATA[Events]]></category>
		<category><![CDATA[berlin]]></category>
		<category><![CDATA[meetup]]></category>

		<guid isPermaLink="false">https://gephi.org/?p=4669</guid>
		<description><![CDATA[[ December 7, 2011; 6:00 pm to 8:00 pm. 6:00 pm to 8:00 pm. ] Text Network Analysis with Gephi by Dmitry Paranyushkin / Nodus Labs

In this workshop we will demonstrate a novel method for text network analysis using Gephi graph visualization software. Unlike other topic modelling methods (latent semantic network analysis, LDA) our approach takes into account the structural properties of text network in order to identify the clusters [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-3533" title="Gephi User Group" src="/wp-content/uploads/2011/04/user-group_small.png" alt="" width="259" height="61" /><b>Text Network Analysis with Gephi by Dmitry Paranyushkin / <a href="http://noduslabs.com/">Nodus Labs</a></b></p>
<p>In this workshop we will demonstrate a novel method for text network analysis using Gephi graph visualization software. Unlike other topic modelling methods (latent semantic network analysis, LDA) our approach takes into account the structural properties of text network in order to identify the clusters for meaning circulation and the most influential concepts within the text. You will learn how to create graph network representations of texts and perform their comparative quantitive and qualitative analysis. The method can be especially useful for quick text summarization and group sentiment profiling.</p>
<h3>What It Can Be Used For:</h3>
<p>– Identifying the most influential concepts and topics within a text.<br />
– Comparing different texts together, especially what strategy a text uses to “push” a certain agenda.<br />
– Group sentiment analysis: find the terms that unite any group together<br />
– Quick text summary and overview (can be especially useful for studying or law text)</p>
<p>If you’d like to participate you can send us a short text (200 to 300 words) to info at noduslabs dot com describing your interests and current occupations. We will create text graphs both for participants and the whole group and see how they relate to one another (see the image attached). This may also be useful for you to meet other like-minded individuals at betahaus or find the people who could complement your cognitive map with their knowledge.</p>
<p><b>To sign up: <a href="http://workshopnoduslabs1.eventbrite.com/">workshopnoduslabs1.eventbrite.com</a></p>
<p>Date: 7th of December, Wednesday, 18.00 to 20.00<br />
Place: betahaus, 19-20 Prinzessinnenstr (U8: Moritzplatz), 4th floor Arena hall</p>
<p>We highly recommend you to bring your laptop with you and pre-install Gephi graph visualization software on your computer (works on Mac, PC, Linux).</b></p>
         ]]></content:encoded>
			<wfw:commentRss>https://gephi.org/2011/gephi-meet-up-3-in-berlin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gephi adds Neo4j graph database support, screencast</title>
		<link>https://gephi.org/2011/gephi-adds-neo4j-graph-database-support-screencast/</link>
		<comments>https://gephi.org/2011/gephi-adds-neo4j-graph-database-support-screencast/#comments</comments>
		<pubDate>Tue, 15 Nov 2011 16:59:23 +0000</pubDate>
		<dc:creator>Mathieu Bastian</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[neo4j]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">https://gephi.org/?p=4649</guid>
		<description><![CDATA[Neo4j is a powerful, award-wining graph database written in Java. It can store billions of nodes and relationships and allows very fast query/traversal. We release today a new version of the Neo4j Plugin supporting the latest 1.5 version of Neo4j. In Gephi, go to Tools &#62; Plugins to install the plug-in.
The plugin let you visualize [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://neo4j.org/">Neo4j</a> is a powerful, award-wining graph database written in Java. It can store billions of nodes and relationships and allows very fast query/traversal. We release today a new version of the <a href="https://gephi.org/plugins/neo4j-graph-database-support/">Neo4j Plugin</a> supporting the latest 1.5 version of Neo4j. In Gephi, go to <strong>Tools &gt; Plugins</strong> to install the plug-in.</p>
<p>The plugin let you visualize a graph stored in a Neo4j database and play with it. Features include <strong>full import</strong>, <strong>traversal</strong>, <strong>filter</strong>, <strong>export</strong> and <strong>lazy loading</strong>.</p>
<p>&nbsp;</p>
<p><iframe src="http://player.vimeo.com/video/31823202?title=0&amp;portrait=0" width="640" height="384" frameborder="0"></iframe><br />
<a href="http://vimeo.com/31823202">Neo4j Integration into Gephi</a> from <a href="http://vimeo.com/gephi">gephi</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
<p>The plug-in is <strong>officially</strong> supported by the Neo4j team and is open to contribution! The code is hosted on <strong><a href="https://github.com/gephi/gephi-plugins/tree/neo4j-plugin">GitHub</a></strong>.</p>
<p>If you have suggestions please send them our way, we would love to hear your feedback! The <a href="http://forum.gephi.org">forum</a> is the best place for that.</p>
         ]]></content:encoded>
			<wfw:commentRss>https://gephi.org/2011/gephi-adds-neo4j-graph-database-support-screencast/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gephi migrates to GitHub</title>
		<link>https://gephi.org/2011/gephi-migrates-to-github/</link>
		<comments>https://gephi.org/2011/gephi-migrates-to-github/#comments</comments>
		<pubDate>Sat, 12 Nov 2011 18:49:24 +0000</pubDate>
		<dc:creator>Mathieu Bastian</dc:creator>
				<category><![CDATA[Announcement]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[developer]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[github]]></category>
		<category><![CDATA[toolkit]]></category>

		<guid isPermaLink="false">https://gephi.org/?p=4630</guid>
		<description><![CDATA[We are happy to announce we finished the migration of our code from Launchpad to GitHub. All the code and bugs have been successfully transfered with the complete history. We can now profit from the best platform out-there and use Git, the fastest revision control system.
We hope you&#8217;ll find GitHub faster and easier to use [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-medium wp-image-4631" title="Github logo" src="https://gephi.org/wp-content/uploads/2011/11/github_logov6-300x135.png" alt="" width="126" height="57" />We are happy to announce we finished the migration of our code from <a href="https://launchpad.net/gephi">Launchpad</a> to <a href="https://github.com/gephi/">GitHub</a>. All the code and bugs have been successfully transfered with the complete history. We can now profit from the best platform out-there and use <a href="http://git-scm.com/">Git</a>, the fastest revision control system.</p>
<p>We hope you&#8217;ll find <a href="https://github.com/gephi/"><strong>GitHub</strong></a> faster and easier to use than Launchpad. The team is already appreciating how easy it is to report <a href="https://github.com/gephi/gephi/issues">issues</a> and work together on the code. GitHub has more than <a href="https://github.com/blog/936-one-million">a million users</a> and will make the project more visible and ease external contributions.</p>
<p>Technically, we migrated our <a href="https://code.launchpad.net/gephi">branches</a> from Bazaar to Git (thanks to <a href="http://github.com/termie/git-bzr-ng">git-bzr</a>) so the history is entirely kept. We also moved all our <a href="https://bugs.launchpad.net/gephi">bugs</a> with a simple <a href="https://github.com/termie/lp2gh/blob/master/docs/moving_issues.rst">script</a>. We are still working on the details. If you see something wrong or missing on GitHub, please contact us or create an issue on GitHub. If you had some branches on Launchpad, you can find them on the GitHub <a href="https://github.com/gephi/gephi-launchpad-branches/branches">repository</a>. Let us know if you have questions. Contributors simply fork the repository and get started. We updated the documentation on the wiki. Consult the <a href="http://wiki.gephi.org/index.php/Gephi_Developer_Handbook">Developer Handbook</a>.</p>
<h3>Checkout code</h3>
<p>Run<br />
<code>git clone git://github.com/gephi/gephi.git</code></p>
<h3>Report issues</h3>
<p>Simply go to the <a href="https://github.com/gephi/gephi/issues">Issues</a> tab.</p>
<h3>Build in one step</h3>
<p>Simply run <code>ant</code> at the root of the repository to build Gephi. The executable are located in the dist folder.</p>
<p>We made some improvements on the building process. Previously, Netbeans was required to build Gephi. We now integrates the platform directly in the source code so it&#8217;s not necessary anymore. It&#8217;s literally a one step process.</p>
<p><strong>Please let us know your feedbacks and questions as usual on the <a href="http://forum.gephi.org">forum</a>.</strong></p>
         ]]></content:encoded>
			<wfw:commentRss>https://gephi.org/2011/gephi-migrates-to-github/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Next Gephi Workshop at Stanford</title>
		<link>https://gephi.org/2011/next-gephi-workshop-at-stanford/</link>
		<comments>https://gephi.org/2011/next-gephi-workshop-at-stanford/#comments</comments>
		<pubDate>Sat, 29 Oct 2011 03:04:36 +0000</pubDate>
		<dc:creator>Sebastien Heymann</dc:creator>
				<category><![CDATA[Community]]></category>
		<category><![CDATA[Events]]></category>

		<guid isPermaLink="false">https://gephi.org/?p=4600</guid>
		<description><![CDATA[[ November 11, 2011; 11:00 am to 12:00 pm. ] Elijah Meeks, digital humanities specialist and Gephi expert (see the video below), will be holding an Intro to Gephi workshop at Stanford University in Meyer Library 220 (also known as the Flex Classroom) at 11AM on Friday, November 11th. The entrance is free.

]]></description>
			<content:encoded><![CDATA[<p><a href="http://dhs.stanford.edu/">Elijah Meeks</a>, digital humanities specialist and Gephi expert (see the video below), will be holding an <a href="https://dhs.stanford.edu/tools/yet-another-gephi-workshop/">Intro to Gephi workshop</a> at Stanford University in Meyer Library 220 (also known as the Flex Classroom) at 11AM on Friday, November 11th. The entrance is free.</p>
<p><iframe width="560" height="315" src="http://www.youtube.com/embed/PIFmjhK2Qao" frameborder="0" allowfullscreen></iframe></p>
         ]]></content:encoded>
			<wfw:commentRss>https://gephi.org/2011/next-gephi-workshop-at-stanford/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Gephi Toolkit release, based on 0.8 beta</title>
		<link>https://gephi.org/2011/new-gephi-toolkit-release-based-on-0-8-beta/</link>
		<comments>https://gephi.org/2011/new-gephi-toolkit-release-based-on-0-8-beta/#comments</comments>
		<pubDate>Mon, 17 Oct 2011 08:59:22 +0000</pubDate>
		<dc:creator>Mathieu Bastian</dc:creator>
				<category><![CDATA[Announcement]]></category>
		<category><![CDATA[toolkit]]></category>

		<guid isPermaLink="false">https://gephi.org/?p=4586</guid>
		<description><![CDATA[A new release of the Gephi Toolkit arrived, based on the 0.8 beta version. Download the latest package, including Javadoc and demos by clicking on the link below.

It includes all features and bugfixes the 0.8 beta version has. Check out the Release Notes
Demos available on the Toolkit Portal have been adapted when necessary and tested. [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-medium wp-image-3209" title="Gephi Toolkit on Truthy" src="/wp-content/uploads/2010/10/toolkitarticleexample1-300x211.png" alt="" width="156" height="108" />A new release of the <a href="/toolkit">Gephi Toolkit</a> arrived, based on the <a href="gephi-0-8-beta-released/">0.8 beta</a> version. Download the latest package, including Javadoc and demos by clicking on the link below.</p>
<p><a href="http://launchpad.net/gephi/toolkit/toolkit-0.8.2497/+download/gephi-toolkit-0.8.2497-all.zip"><img class="alignnone size-full wp-image-2658" title="Download Gephi Toolkit" src="/wp-content/uploads/2010/06/download-toolkit.png" alt="" width="168" height="44" /></a></p>
<p>It includes <strong>all features</strong> and <strong>bugfixes</strong> the 0.8 beta version has. Check out the <a href="https://wiki.gephi.org/index.php/Toolkit_Releases">Release Notes</a></p>
<p>Demos available on the <a href="https://wiki.gephi.org/index.php/Toolkit_portal">Toolkit Portal</a> have been adapted when necessary and tested. If you are interested in using plug-ins from the Toolkit, checkout <a href="https://wiki.gephi.org/index.php/How_to_use_Gephi_plug-ins_with_the_Gephi_Toolkit">How to use plug-ins with the Toolkit</a>.</p>
<p>One of the exciting new feature released in the 0.8 beta is the new Preview. Because it has been completely rewritten with a much simpler and powerful API it&#8217;s now possible to reuse the Processing-based applet in other applications. You can now reproduce the zoom-and-pan experience in Gephi&#8217;s Preview tab in other Java applications easily. Checkout this <a href="https://wiki.gephi.org/index.php/Toolkit_-_Reuse_the_Preview_Applet">demo</a> to learn more.</p>
<p><img class="alignnone size-full wp-image-4587" title="Reuse Preview in Java applications" src="/wp-content/uploads/2011/10/Screen-shot-2011-10-16-at-7.45.39-PM.png" alt="" width="472" height="427" /></p>
<p>Links you may be interested:</p>
<ul>
<li><a href="http://www.slideshare.net/gephi/gephi-toolkit-tutorialtoolkit">Gephi Toolkit Tutorial</a> (updated with new Ranking and Preview)</li>
<li><a href="https://forum.gephi.org/viewtopic.php?t=476">Tips to use the Gephi Toolkit with other JVM languages</a></li>
</ul>
         ]]></content:encoded>
			<wfw:commentRss>https://gephi.org/2011/new-gephi-toolkit-release-based-on-0-8-beta/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>&#8220;Everything looks like a graph, but almost nothing should ever be drawn as one.&#8221;</title>
		<link>https://gephi.org/2011/everything-looks-like-a-graph-but-almost-nothing-should-ever-be-drawn-as-one/</link>
		<comments>https://gephi.org/2011/everything-looks-like-a-graph-but-almost-nothing-should-ever-be-drawn-as-one/#comments</comments>
		<pubDate>Wed, 12 Oct 2011 20:52:46 +0000</pubDate>
		<dc:creator>Sebastien Heymann</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[communication]]></category>
		<category><![CDATA[infovis]]></category>
		<category><![CDATA[opinion]]></category>
		<category><![CDATA[research]]></category>
		<category><![CDATA[visualization]]></category>

		<guid isPermaLink="false">http://gephi.org/?p=4444</guid>
		<description><![CDATA[
I get scratched with this statement made by Ben Fry in the book ‘Visualizing Data‘ (2008). Although I have a great respect for Ben Fry&#8217;s work and his position may have evolve since then, I want to moderate this statement so that data explorers like danbri can make their own opinion.
Ben Fry in ‘Visualizing Data‘:
Graphs [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full" style="border: 5px solid #cccccc;" title="Sébastien picture" src="/wp-content/uploads/2009/04/seb.jpg" alt="" width="80" height="80" />
<p class="reclame" style="text-align: left; font-weight: normal; font-size:11px;">I get scratched with this statement made by Ben Fry in the book ‘Visualizing Data‘ (2008). Although I have a great respect for Ben Fry&#8217;s work and his position may have evolve since then, I want to moderate this statement so that data explorers like <a href="http://danbri.org/words/2011/10/11/720">danbri</a> can make their own opinion.</p>
<p><a href="http://twitter.com/#!/ben_fry">Ben Fry</a> in <a href="http://www.amazon.com/Visualizing-Data-Explaining-Processing-Environment/dp/0596514557">‘Visualizing Data‘</a>:</p>
<blockquote><p>Graphs can be a powerful way to represent relationships between data, but they are also a very abstract concept, which means that they run the danger of meaning something only to the creator of the graph. Often, simply showing the structure of the data says very little about what it actually means, even though it’s a perfectly accurate means of representing the data. Everything looks like a graph, but almost nothing should ever be drawn as one.</p>
<p>There is a tendency when using graphs to become smitten with one’s own data. Even though a graph of a few hundred nodes quickly becomes unreadable, it is often satisfying for the creator because the resulting figure is elegant and complex and may be subjectively beautiful, and the notion that the creator’s data is “complex” fits just fine with the creator’s own interpretation of it. Graphs have a tendency of making a data set look sophisticated and important, without having solved the problem of enlightening the viewer.
</p></blockquote>
<p>I totally disagree. Look at this simple plot:</p>
<p><img src="/wp-content/uploads/2011/10/pareto_convergence_r050a01.png" alt="" title="" width="175" height="150" /></p>
<p>Can anyone tell me how, simply showing this plot, one is enlightened if I don&#8217;t tell how it was done, and what is interesting to look at? It however appears very simple: only one curve, something that you are used to see since the time you discovered this kind of drawing in primary school. And even if I give some insights on how I made it and the context of the work, I&#8217;m still, as the creator, the only one able to deeply understand the information that can be extracted because I know the process that built the underlying data. To criticize my conclusions, you will need to learn as much as I did and you will need to get the same data and apply the same manipulations. Depending on the curation, reformatting, filtering or whatever the algorithms you used to capture, extract and use some data, each action has an impact on the meaning carried on by the data. <strong>Graph visualization is no exception, and is like any plot except that you can&#8217;t hide the structural complexity</strong> without explicit filtering.</p>
<p>Let&#8217;s enumerate all the <strong>dimensions</strong> used in a graph visualization: x+y coordinates, size of nodes, color of nodes, thickness of edges. Well, it is not easy to read on 5 dimensions. But is the “simple” plot a better deal? You have x+y coordinates, so 2 dimensions only (we might also have used colors and dot sizes as well, and get 4 dimensions). So you might think that you and your readers can interpret it easily and reliably. You are all wrong because of the hidden dimension: <strong>scaling</strong>. </p>
<p>Here you see a plot in a log-lin scale, that mean the y-axis is in a logarithm scale, while the x-axis is in a normal scale. I found this <strong>visual pattern</strong> interesting on these data because of my research question, because I understand the meaning on the process that made them, and because I found it in this particular scale. Plotted in lin-lin scale, I can find less information. Or maybe should I use a cumulative function to plot my data? Maybe an inverse cumulative? Etc. An exploration of both data and projection techniques is required. </p>
<p>By doing one projection, I focus on something very particular on the data, and I still need other plots and statistical tests a) to decide whether it supports an hypothesis I have in mind, or b) if I can find something new, something unexpected. The <strong>distortion of vision</strong> is therefore at the same time an issue and a tool to better dig inside the data. I could also make very wrong conclusions, even on analyzing this simple drawing, so why external readers should be more protected this way? There is a balance to find between a drawing that <strong>looks simple</strong> to read so conclusions appear obvious (even if they are not and you might be wrong), and the opposite one that <strong>looks too complex</strong> to read so little conclusions will be made, if any. Hence this is a fallacy to argue that graphs are meaningful only for their creator, because it is the case for any plot taken solely, and it is a hard job to enter into the work of somebody else anyway.</p>
<p>So graph visualization is not naturally worse compared to any data drawing: we just don&#8217;t teach how to read them in primary school. Do you remember the first time you saw a plot? I guess you find it really abstract. Most of the people don&#8217;t really know what to look at on a graph, and produce visualizations that don&#8217;t show something in particular. I personally think that it is a good thing, because put in context graph visualization is very young compared to other data drawings, and <strong>a language of networks</strong> that combine layout algorithms and visual variables is still in the making. Moreover, after meeting and discussing with people publishing such visuals, it seems that they already use it in a pragmatic way: by showing their complexity, graphs communicate to the reader that a) data might contain interesting information (“so please, read until the end!”), b) they made things and propose some findings but it was hard and many other things could be done (“hey, let&#8217;s try by yourself!”). It is useless to discover the secrets of the universe if nobody listen to you. Before enlightening the viewer, one should <strong>attract the viewer</strong> enough so that he/she will take the time to read, and graphs are useful for that need.</p>
<p>But drawing graphs as graphs is not only useful to communicate. Their primary use for researchers is exploratory analysis when the study is not focused on the sole structure of the data, but when <strong>elements in context matter</strong> because you have a prior knowledge on them, and your questions are related to another perspectives (say, sociology). I take the example of our work at <a href="http://medialab.sciences-po.fr/controversies/">Sciences-Po</a>, where we teach the mapping of controversies to students that will become the future decision makers of companies or public policies. Part of the controversies in the public space are expressed on the Web. The dynamics of the discussions and the hyperlink structure of the Web makes this field particularly hard to investigate. We successfully use graph visualization of websites to help the students to orientate in this space, to assist and justify the classification of websites, and to assert the position of the actors of a controversy. This is just one case among others where there is currently <strong>no viable alternative</strong> to graph drawing and it&#8217;s synoptical property (see the whole without reduction of data).</p>
<p>Finally, the different <strong>usages</strong> of graph drawing are growing as it becomes mainstream and more people are acculturated. I trust on the people to innovate and progressively learn how to read and extract information. Just practice.</p>
         ]]></content:encoded>
			<wfw:commentRss>https://gephi.org/2011/everything-looks-like-a-graph-but-almost-nothing-should-ever-be-drawn-as-one/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Gephi 0.8 beta released</title>
		<link>https://gephi.org/2011/gephi-0-8-beta-released/</link>
		<comments>https://gephi.org/2011/gephi-0-8-beta-released/#comments</comments>
		<pubDate>Tue, 04 Oct 2011 17:08:16 +0000</pubDate>
		<dc:creator>Mathieu Bastian</dc:creator>
				<category><![CDATA[Announcement]]></category>
		<category><![CDATA[0.8]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[release]]></category>

		<guid isPermaLink="false">http://gephi.org/?p=4386</guid>
		<description><![CDATA[The latest beta version of Gephi has been released, download it for Windows, Mac OS and Linux platforms. This release focus on new features for both users and developers, and the new license unlocks opportunities for business. The Ranking and Preview modules have been completely rewritten in a modular way and can be now extended [...]]]></description>
			<content:encoded><![CDATA[<p>The latest beta version of Gephi has been released, <a title="Download" href="/users/download/"><strong>download</strong></a> it for Windows, Mac OS and Linux platforms. This release focus on new features for both users and developers, and the new license unlocks opportunities for business. The Ranking and Preview modules have been completely rewritten in a modular way and can be now extended with plug-ins! Preview can now be extended in many ways, for instance group shapes or edge bundling. Moreover, continuous progress have been made on the dynamic network support and we release today the last big part: statistics over time, available from the Statistics module when the network is dynamic. Thanks to users who reported bugs, it&#8217;s the only way to fix them.</p>
<p>The team will now start developing the 0.9 version of Gephi (please consider joining us!) and integrate the latest <a href="/users/gsoc">Google Summer of Code</a> projects, including a new <a href="/2011/gsoc-mid-term-a-new-timeline/">timeline</a>. We are also willing to help as much as possible <a href="/plugins/">plug-ins</a> developers to get things done and improve documentation. We want to leverage the new Preview and will help newcomers to get started.</p>
<p>Because it&#8217;s a major release, changes <strong>are not deployed through the AutoUpdate</strong>, you need to download and install the new version. Plug-ins also need to be checked for compatibility. They will reappear on the Plugin Center in the coming days, as they are verified. Thanks for your patience.</p>
<p><img class="alignnone size-full wp-image-2203" title="arrow" src="/wp-content/uploads/2010/03/orange_arrow.gif" alt="" width="12" height="12" />Consult the <a href="https://wiki.gephi.org/index.php/Gephi_Releases#Gephi_0.8beta_.28Oct_03_2011.29">release notes</a> and the new <a href="/docs/api">Javadoc</a> for more information.</p>
<h3>Features highlight</h3>
<table style="background: #eeeeee; margin-top: 15px;" border="0" cellspacing="5" cellpadding="0">
<tbody>
<tr>
<td><img class="alignnone size-thumbnail wp-image-4387" style="border: 1px solid grey;" title="Ranking Auto Apply" src="/wp-content/uploads/2011/10/ranking_auto_apply-100x100.png" alt="" width="100" height="100" /></td>
<td valign="top"><strong>Dynamic Ranking</strong></p>
<p>Ranking now works with <strong>dynamic networks</strong> and it&#8217;s easy! When manipulating a dynamic network with the Timeline simply enable the &#8216;Auto Apply&#8217; and the color/size is updated in <strong>real-time</strong>. To import a dynamic node size simply import a regular dynamic column in your GEXF and select it in Ranking like before.</td>
</tr>
<tr>
<td><img class="alignnone size-thumbnail wp-image-4388" style="border: 1px solid grey;" title="PNG Export" src="/wp-content/uploads/2011/10/preview_opacity-100x100.png" alt="" width="100" height="100" /></td>
<td valign="top"><strong>PNG Export</strong></p>
<p>A new powerful <strong>PNG export</strong> has been added to the existing PDF and SVG export. One can create high-resolution network images with all the customization available in Preview. You can even create <strong>transparent</strong> background images!</td>
</tr>
<tr>
<td><img class="alignnone size-thumbnail wp-image-4389" style="border: 1px solid grey;" title="New Preview" src="/wp-content/uploads/2011/10/text_outline-100x100.png" alt="" width="100" height="100" /></td>
<td valign="top"><strong>New Preview</strong></p>
<p>Major effort to completely rewrite the Preview module in a modular way. One can now create plug-ins for Preview! The new Preview includes new <strong>opacity</strong> options, a <strong>text outline</strong>, <strong>radius</strong> (customize edge start/end points) and a simplified list of properties.</td>
</tr>
<tr>
<td><img class="alignnone size-thumbnail wp-image-4390" style="border: 1px solid grey;" title="Dynamic Metrics" src="/wp-content/uploads/2011/10/dynamic_metrics-e1317622476247-100x100.png" alt="" width="100" height="100" /></td>
<td valign="top"><strong>Dynamic Metrics</strong></p>
<p>New dynamic metrics in the Statistics module: <strong>Dynamic Degree</strong>, <strong>Dynamic Node Count</strong>, <strong>Dynamic Edge Count</strong> and <strong>Dynamic Clustering Coefficient</strong>. Dynamic metrics are executed on a dynamic network and allow to analyze how network properties evolve over time.</td>
</tr>
</tbody>
</table>
<h3>New And Noteworthy</h3>
<p>* Data Lab node merging<br />
* ForceAtlas2 layout algorithm, with multi-thread option<br />
* Node and Edge transparency in Preview<br />
* Edge labels on curved edges in Preview<br />
* Text outline now in Preview<br />
* Database importer now supports time columns (start &amp; end)<br />
* DL Export (Thanks to Taras Klaskovsky)<br />
* GML Export (Thanks to Taras Klaskovsky)<br />
* NET Export (Thanks to Daniel Bernardes)<br />
* K-core filter<br />
* Inter and Intra partition filter<br />
* Now supports <a href="http://www.sqlite.org/">SQLite</a> databases<br />
* Display the number of layout iterations in status bar when ended<br />
* Recent Palette in Ranking<br />
* Weighted degree now also for directed graphs</p>
<h3>New localization (Go to Tools &gt; Languages)</h3>
<p>* Portuguese (Brazilian) (Thanks to Célio Faria Jr)<br />
* Japanese (Thanks to Siro Kida and Koji Chono)</p>
<h3>Performance</h3>
<p>* Memory starvation manager, warns the user before running out of memory<br />
* Less memory usage with attributes</p>
<h3>Bug fixes</h3>
<p>* Timeline need more precision when dealing with dates <a href="https://bugs.launchpad.net/gephi/+bug/521937">(bug 521937)</a><br />
* Exception on range slider <a href="https://bugs.launchpad.net/gephi/+bug/541808">(bug 541808)</a><br />
* Inconsistent label data from Overview to Preview <a href="https://bugs.launchpad.net/gephi/+bug/660204">(bug 660204)</a><br />
* Statistics: sub-optimal modularity <a href="https://bugs.launchpad.net/gephi/+bug/727701">(bug 727701)</a><br />
* Timeline cann&#8217;t drag if the two sliders moved to the left <a href="https://bugs.launchpad.net/gephi/+bug/745476">(bug 745476)</a><br />
* Missing Polish characters when exporting to pdf <a href="https://bugs.launchpad.net/gephi/+bug/746740">(bug 746740)</a><br />
* Edge selection color is not correct on OSX <a href="https://bugs.launchpad.net/gephi/+bug/752300">(bug 752300)</a><br />
* Workspace name truncated, hard to read <a href="https://bugs.launchpad.net/gephi/+bug/758578">(bug 758578)</a><br />
* Average degree cannot be switched to directed / undirected <a href="https://bugs.launchpad.net/gephi/+bug/760454">(bug 760454)</a><br />
* Window-&gt;Favorites appears in 0.8 alpha <a href="https://bugs.launchpad.net/gephi/+bug/764494">(bug 764494)</a><br />
* Disable &#8216;directed&#8217; on metric settings if the graph is undirected <a href="https://bugs.launchpad.net/gephi/+bug/771318">(bug 771318)</a><br />
* Timeline does not work (exception) <a href="https://bugs.launchpad.net/gephi/+bug/774455">(bug 774455)</a><br />
* Layout properties can&#8217;t be saved in a language and loaded in another language <a href="https://bugs.launchpad.net/gephi/+bug/783637">(bug 783637)</a><br />
* Preview: edge label not shown <a href="https://bugs.launchpad.net/gephi/+bug/783868">(bug 783868)</a><br />
* Possible memory leak on Dynamic Range Filter <a href="https://bugs.launchpad.net/gephi/+bug/784606">(bug 784606)</a><br />
* Edge attributes not saved in .gephi project file <a href="https://bugs.launchpad.net/gephi/+bug/785268">(bug 785268)</a><br />
* Data Lab: Exception when selecting only one column for merging <a href="https://bugs.launchpad.net/gephi/+bug/785269">(bug 785269)</a><br />
* Data Lab Import Spreadsheet should not ignore parallel edges <a href="https://bugs.launchpad.net/gephi/+bug/785635">(bug 785635)</a><br />
* Data Laboratory: wrong edge type created (mutual instead of directed) <a href="https://bugs.launchpad.net/gephi/+bug/787401">(bug 787401)</a><br />
* Data Lab: impossible to edit time intervals in a date format <a href="https://bugs.launchpad.net/gephi/+bug/793163">(bug 793163)</a><br />
* Spelling of Proportionnal <a href="https://bugs.launchpad.net/gephi/+bug/794358">(bug 794358)</a><br />
* Graphics errors when JOGL installed as a JRE/JDK extension <a href="https://bugs.launchpad.net/gephi/+bug/799545">(bug 799545)</a><br />
* NPE if source/target is empty in GEXF import <a href="https://bugs.launchpad.net/gephi/+bug/799574">(bug 799574)</a><br />
* Toolkit can&#8217;t open .gephi files <a href="https://bugs.launchpad.net/gephi/+bug/802101">(bug 802101)</a><br />
* Resizing edge sizes changes edge weight values <a href="https://bugs.launchpad.net/gephi/+bug/803763">(bug 803763)</a><br />
* Preview does not use node label settings from overview tab <a href="https://bugs.launchpad.net/gephi/+bug/805763">(bug 805763)</a><br />
* Data Lab &#8216;Import Spreadsheet&#8217; dialogue should accept other file types than .csv <a href="https://bugs.launchpad.net/gephi/+bug/806798">(bug 806798)</a><br />
* Edge weights not imported from CSV matrix <a href="https://bugs.launchpad.net/gephi/+bug/808078">(bug 808078)</a><br />
* Preview tab: no option to switch off node borders? <a href="https://bugs.launchpad.net/gephi/+bug/808606">(bug 808606)</a><br />
* Gephi runs out of memory without warning the user <a href="https://bugs.launchpad.net/gephi/+bug/811373">(bug 811373)</a><br />
* Counter-intuitive filename in Data export dialog <a href="https://bugs.launchpad.net/gephi/+bug/814178">(bug 814178)</a><br />
* NullPointerException when creating newProjects too quickly <a href="https://bugs.launchpad.net/gephi/+bug/817170">(bug 817170)</a><br />
* Nodes and edges Id attribute dictionary is not properly created when loading a .gephi file <a href="https://bugs.launchpad.net/gephi/+bug/818181">(bug 818181)</a><br />
* Database driver doesn&#8217;t persist in Edge List Database import UI <a href="https://bugs.launchpad.net/gephi/+bug/822316">(bug 822316)</a><br />
* NodeEqualNumberFilter does not work <a href="https://bugs.launchpad.net/gephi/+bug/823038">(bug 823038)</a><br />
* Gephi does not build on JDK 7 <a href="https://bugs.launchpad.net/gephi/+bug/823543">(bug 823543)</a><br />
* SVG node, edge export should include relevant node IDs as classes <a href="https://bugs.launchpad.net/gephi/+bug/827706">(bug 827706)</a><br />
* Import Spreadsheet: need to trim column names <a href="https://bugs.launchpad.net/gephi/+bug/829956">(bug 829956)</a><br />
* Layout list not sorted by name <a href="https://bugs.launchpad.net/gephi/+bug/830149">(bug 830149)</a><br />
* In/Out degree metric is computed on the main graph instead of the visible graph <a href="https://bugs.launchpad.net/gephi/+bug/830752">(bug 830752)</a><br />
* Layout is not giving the algorithm&#8217;s number of iterations <a href="https://bugs.launchpad.net/gephi/+bug/831782">(bug 831782)</a><br />
* Banner height issues, need a fixed height <a href="https://bugs.launchpad.net/gephi/+bug/834400">(bug 834400)</a><br />
* NPE when running ClusteringCoefficient on a filtered graph <a href="https://bugs.launchpad.net/gephi/+bug/852799">(bug 852799)</a><br />
* Missing node properties from dot file <a href="https://bugs.launchpad.net/gephi/+bug/855410">(bug 855410)</a><br />
* &#8216;The value column doesn&#8217;t exist&#8217; error when opening a gephi file <a href="https://bugs.launchpad.net/gephi/+bug/857595">(bug 857595)</a><br />
* Import fails for NET (Pajek) file with position/color data <a href="https://bugs.launchpad.net/gephi/+bug/860825">(bug 860825)</a><br />
* GEXF export referes to v1.1 schema, should be v1.2 schema <a href="https://bugs.launchpad.net/gephi/+bug/864484">(bug 864484)</a></p>
<h3>New Plug-ins documentation</h3>
<p>Checkout the documentation for the newly created Preview module: <a href="https://wiki.gephi.org/index.php/HowTo_write_a_preview_renderer">HowTo write a Preview Renderer</a>. Learn also <a href="http://wiki.gephi.org/index.php/HowTo_extend_data_laboratory_features">how to extend the Data Laboratory features</a> in a new tutorial.</p>
<h3>New license</h3>
<p>Gephi is now released in the dual license <a href="http://www.opensource.org/licenses/CDDL-1.0">CDDL</a> + <a href="http://www.gnu.org/licenses/gpl.html">GNU GPLv3</a>. We abandon the GNU AGPL to offer new opportunities to reuse and integrate parts of Gephi in a full Open Source way. The dual license system means the possibility to choose to apply either the CDDL or the GNU GPLv3 when Gephi source code is integrated to a derivative work. When modified, original files of Gephi should always be published publicly so that the community benefit from the improvements. However, the CDDL license does not require to publish the whole work, so <strong>you can build commercial applications for free</strong> using Gephi source code!<br />
The CDDL is a license created by Sun and approved by the Open Source Initiative. It is business-friendly. Read the <a href="/about/legal/faq/">Legal FAQs</a> to learn more, and ask questions on the <a href="https://forum.gephi.org/viewforum.php?f=35">forum</a>.</p>
<h3>Contribute</h3>
<p>It&#8217;s fun to contribute to an open-source project! <a href="/users/contribute/">Contribute</a> whatever the time you can give: few minutes to  report a bug, some hours to fix one or to translate the user interface or more to create a plug-in. If you&#8217;re a student and looking for cool and challenging semester projects check out the <a href="https://wiki.gephi.org/index.php/Gephi_Student_Program">Gephi Student Program</a> or <a href="mailto:contact@gephi.org">contact us</a>.</p>
<p><strong>Do Gephi technologies matter for your research or business?</strong> You can support us by <a href="http://pledgie.com/campaigns/13977">donating</a> to the <a href="http://consortium.gephi.org/">Gephi Consortium</a>, or becoming a member to have an impact on our roadmap.</p>
<p>Feel free to <a href="mailto:contact@gephi.org">reach to us</a> if you are willing to organize events (meetups, workshops, hackathon, etc.), we will support them.</p>
         ]]></content:encoded>
			<wfw:commentRss>https://gephi.org/2011/gephi-0-8-beta-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>First Gephi Plugin Developers Workshop on October, 6</title>
		<link>https://gephi.org/2011/first-gephi-plugin-developers-workshop-on-october-6/</link>
		<comments>https://gephi.org/2011/first-gephi-plugin-developers-workshop-on-october-6/#comments</comments>
		<pubDate>Mon, 26 Sep 2011 15:09:43 +0000</pubDate>
		<dc:creator>Mathieu Bastian</dc:creator>
				<category><![CDATA[Announcement]]></category>
		<category><![CDATA[Events]]></category>
		<category><![CDATA[bay area]]></category>
		<category><![CDATA[developer]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[toolkit]]></category>
		<category><![CDATA[workshop]]></category>

		<guid isPermaLink="false">http://gephi.org/?p=4277</guid>
		<description><![CDATA[[ October 6, 2011; 7:00 pm; ] 

This is an announcement for the first Gephi Plugins Developers Workshop October 6, 2011 in Mountain View, California. Come and learn how to write your first Gephi plugin and ask questions. The workshop is organized by Mathieu Bastian, Gephi Architect and will be gratefully hosted by IMVU.

Gephi is a modular software and can be extended [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-4278" title="gephi workshop" src="/wp-content/uploads/2011/09/gephi-workshop.jpg" alt="" width="125" height="125" /></p>
<p>This is an announcement for the first Gephi Plugins Developers Workshop <strong>October 6, 2011</strong> in <strong>Mountain View, California</strong>. Come and learn how to write your first Gephi plugin and ask questions. The workshop is organized by <strong>Mathieu Bastian</strong>, Gephi Architect and will be gratefully hosted by <a href="http://www.imvu.com">IMVU</a>.</p>
<p>Gephi is a modular software and can be extended with plug-ins. Plug-ins can add new features like layout, filters, metrics, data sources, etc. or modify existing features. Gephi is written in Java so anything that can be used in Java can be packaged as a Gephi plug-in! Visit the <a href="http://wiki.gephi.org/index.php/Plugins_portal">Plugins Portal</a> on the wiki and follow the tutorials to get started.</p>
<p>The workshop will start with a presentation of Gephi&#8217;s architecture and the different types of plugins that can be written with examples. Details about <a href="/docs/api/">Gephi&#8217;s APIs</a>, code examples and best practices will be presented in an interactive &#8220;live coding&#8221; way. The <a href="http://gephi.org/toolkit">Gephi Toolkit</a> will also be covered in details. The second part of the workshop will be dedicated to help individuals with their projects and answer questions.</p>
<p>Some of the best projects using or extending Gephi are developed in the Silicon Valley and we are looking forward helping the developer community. Please don&#8217;t hesitate to send us <a href="contact@gephi.org">your ideas</a> to maximize efficiency.</p>
<p class="reclame" style="text-align: left; font-weight: normal; font-size: 11px;"><img class="alignnone size-full wp-image-2203" title="arrow" src="/wp-content/uploads/2010/03/orange_arrow.gif" alt="" width="12" height="12" /><a href="http://www.meetup.com/gephi-sf-bay-area/events/34844102/"><strong>RSVP here</strong></a></p>
         ]]></content:encoded>
			<wfw:commentRss>https://gephi.org/2011/first-gephi-plugin-developers-workshop-on-october-6/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

