<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://infovis-wiki.net/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=UE-InfoVis08-10</id>
	<title>InfoVis:Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://infovis-wiki.net/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=UE-InfoVis08-10"/>
	<link rel="alternate" type="text/html" href="https://infovis-wiki.net/wiki/Special:Contributions/UE-InfoVis08-10"/>
	<updated>2026-06-21T20:06:38Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.45.3</generator>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Internet_Relay_Chat&amp;diff=19272</id>
		<title>Internet Relay Chat</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Internet_Relay_Chat&amp;diff=19272"/>
		<updated>2008-05-07T07:46:46Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis08-10: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Author ==&lt;br /&gt;
&lt;br /&gt;
*[[Mutton%2C_Paul|Paul Mutton]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Short description ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Internet Relay Chat (IRC) is a system, which is used by two or more persons in order to collaborate and chat in real-time from anywhere in the world.&#039;&#039;&#039; &amp;lt;br/&amp;gt;&lt;br /&gt;
IRC users can not only send messages directly between each other, but also join a set of channels (formed by users with a common interest) and send messages that all users in the channel can see.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The aim of this paper is to describe a method of inferring the social network of several IRC users in a channel and producing visualizations of the resulting data.&lt;br /&gt;
&lt;br /&gt;
* The first step of the method is the &amp;quot;&#039;&#039;&#039;Social Network Analysis&#039;&#039;&#039;&amp;quot;. It consists in measuring the relationships and flows between users and entities. These results come from an IRC robot. It permits to monitor a channel and to carry out a heuristic analysis of events.&lt;br /&gt;
&lt;br /&gt;
* The second step is the &amp;quot;&#039;&#039;&#039;Visualization of the Social network&#039;&#039;&#039;&amp;quot;. In fact, a representation of this mathematical analysis allows to determine and see easily different facts of the Social Network. So in order to visualize the social network, there are several stages to do:&lt;br /&gt;
&lt;br /&gt;
:*The first one is called &amp;quot;&#039;&#039;&#039;Inferring the Social Network&#039;&#039;&#039;&amp;quot;. We have to infer the approximate mathematical representation to obtain a social network derived from the heuristics. There is a lot of methods to infer relationships in the graph: &amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
::*Monitoring occurrences of direct addressing (specification of the user nickname) &amp;lt;br/&amp;gt;&lt;br /&gt;
::*Temporal Proximity (determination of question/response and so the link between two users by analysing the time between the messages) &amp;lt;br/&amp;gt;&lt;br /&gt;
::*Temporal Density (determination of a conversation between two users by examining the messages frequency and their author) &amp;lt;br/&amp;gt;&lt;br /&gt;
::*Monitoring Private Messages: not a valid method (Ethical problem and problem of user presence in many channels) &amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:*The second stage is &amp;quot;&#039;&#039;&#039;Examining the Inferred Social Network&#039;&#039;&#039;&amp;quot;, that is to say to calculate results and draw conclusions with the help of the graph theoretic structure. Then, it&#039;s very practical to deduce conclusions like: the most active user, disconnected social networks...&lt;br /&gt;
&lt;br /&gt;
:*The third stage is &amp;quot;&#039;&#039;&#039;Creation of the Visualization&#039;&#039;&#039;&amp;quot; (Drawing Social Networks). It represents which relationships are present and their strength. According to the obtained results, we can make modifications to have the most legible graph : either by using a two or three-Dimensions Visualization or by choosing between the several graph drawing method:The spring embedder or the Modified Spring Embedder Force Model or by limiting the distance of the disconnected networks having used the m-limited Force Model...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Once the visualization was improved, &#039;&#039;&#039;it reveals the structure of the social network and highlights connectivity, clustering and strengths of relationships between users&#039;&#039;&#039;. We also only have to interpret the graph.&lt;br /&gt;
&lt;br /&gt;
Each time that the robot is appealed, it draws a diagram. If the IRC bot stores several sequences, an animation of the evolution of the social network can be obtained after having pieced these together. However it is possible as well to draw a new state of the network from the last stored nodes.&lt;br /&gt;
&lt;br /&gt;
With the same way than in the real life, the bot reduces the weightings of the edges during a relationship is deteriorating because of an prolonged inactivity between the concerned people. Indeed if someone doesn&#039;t have anymore activity, he will disappear of the diagram after a while.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Figures ==&lt;br /&gt;
&lt;br /&gt;
This figure represents the interface of a typical IRC client (with annotations):&lt;br /&gt;
&lt;br /&gt;
[[Image:GUI_IRC_annotation.jpg|center|450px|GUI_IRC_annotation.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
A simple social network is modelling by a graph with nodes and edges linked together, which represent respectively users and users relationship.&lt;br /&gt;
&lt;br /&gt;
[[Image:Simple_Social_Network_annotation.jpg|center|280px|Simple_Social_Network_annotation.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
After a short time in the channel #java, we can notice than one of the user &amp;quot;The_Vulture&amp;quot; is like an essential piece of the puzzle: it means that he is in the center of the diagram and of the network as a result. He is linked closely and directly or not to some people, he impacts on the network configuration as well.&lt;br /&gt;
&lt;br /&gt;
[[Image:Channel_Java_TheVulture.jpg|center|Channel_Java_TheVulture.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In this figure it is clear that some newcomers like &amp;quot;lars_g&amp;quot; for example stole the central place from &amp;quot;The_Vulture&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
[[Image:Channel_Java_lars.jpg|center|450px|Channel_Java_lars.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Two disconnected social networks are represented in the following figure. The smallest network is constituted by three users who are communicating exclusively each other. The other one, apparently not interested in the three other users, is well-balanced and thanks to the m-limited alteration don&#039;t produce a too large diagram.&lt;br /&gt;
&lt;br /&gt;
[[Image:Channel_disconnected.jpg|center|450px|Channel_disconnected.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In case of a too big number of participants, it is not absolutely necessary to draw the edges between the node. It is indeed easy to evaluate the importance of relationships by judging the proximity of these nodes as it is shown in this figure.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Channel_disconnected_noedges.jpg|center|450px|Channel_disconnected_noedges.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Important Citations ==&lt;br /&gt;
&lt;br /&gt;
{{Quotation|Internet relay chat is a system that allows groups of people to collaborate and chat from anywhere in the world. Clearly defined by several RFC documents, it is arguably the most standard real-time chat system currently in use. This work describes a method of inferring the social network of a group of IRC users in a channel. An IRC bot is used to monitor a channel and perform a heuristic analysis of events to create a mathematical approximation of the social network. From this, the bot can produce a visualization of the inferred social network on demand. These visualizations reveal the structure of the social network, highlighting connectivity, clustering and strengths of relationships between users. Animated output allows viewers to see the evolution of the social network over time. Some novel ideas for future work are discussed, showing other useful applications of this system.| [Paul Mutton, 2004]}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Quotation|Visualization of social networks is important, as it allows the viewer to determine facts about nodes and relationships between nodes more rapidly than examining the raw mathematical model.| [Paul Mutton, 2004]}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Quotation|It must be noted that the accuracy of these approximations is very subjective by nature and that the social network derived from the heuristics can be no more than a good guess. However, in practice, we find that the results are generally good.| [Paul Mutton, 2004]}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Quotation|Before we visualize the inferred social network, it is possible to calculate results and draw conclusions by examining the graph theoretic structure.| [Paul Mutton, 2004]}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Quotation|The accuracy of the social network diagrams is a subjective matter. Casual testing has shown participants to be happy with the output, often agreeing with whatthey interpret from the diagrams.| [Paul Mutton, 2004]}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{FloatingQuote|The bot can produce drawings and animations of these social network diagrams on demand.| [Paul Mutton, 2004]}}&lt;br /&gt;
== Suitable Datatypes ==&lt;br /&gt;
The appropriated datatypes are some diagrams or designed graphics which can be used to create an animation.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Evaluation ==&lt;br /&gt;
Advantages:&lt;br /&gt;
*Integrating this application in an existing IRC client may allow users to filter irrelevant messages.&lt;br /&gt;
*Defining some settings, the configuration of this bot in some very busy channels could be used by participants like a personal spam filter.&lt;br /&gt;
*Establishing links between people on the personal homepage of each user&lt;br /&gt;
*Using of inferred social networksfor &amp;quot;Char Circles&amp;quot;&lt;br /&gt;
*Showing to users the channels having the same interests than his interests &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Disadvantages:&lt;br /&gt;
*Application written in pure Java so that it could be altered&lt;br /&gt;
*Complexity of some driagrams containing edges when the network is very big&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
[Mutton P.] [http://ieeexplore.ieee.org/search/wrapper.jsp?arnumber=1320122  Inferring and visualizing social networks on Internet relay chat.] In: &#039;&#039;Information Visualization, 2004. IV 2004. Eigth International Conference on Information Visualisation&#039;&#039;, pages 35-43, Canterbury, United Kingdom, 14-16 July 2004.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Evaluation Reference ==&lt;br /&gt;
[Mutton P.] [http://ieeexplore.ieee.org/search/wrapper.jsp?arnumber=1320122  Inferring and visualizing social networks on Internet relay chat.] In: &#039;&#039;Information Visualization, 2004. IV 2004. Eigth International Conference on Information Visualisation&#039;&#039;, pages 35-43, Canterbury, United Kingdom, 14-16 July 2004.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Techniques]]&lt;/div&gt;</summary>
		<author><name>UE-InfoVis08-10</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Internet_Relay_Chat&amp;diff=19271</id>
		<title>Internet Relay Chat</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Internet_Relay_Chat&amp;diff=19271"/>
		<updated>2008-05-07T07:43:19Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis08-10: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Author ==&lt;br /&gt;
&lt;br /&gt;
*[[Mutton%2C_Paul|Paul Mutton]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Short description ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Internet Relay Chat (IRC) is a system, which is used by two or more persons in order to collaborate and chat in real-time from anywhere in the world.&#039;&#039;&#039; &amp;lt;br/&amp;gt;&lt;br /&gt;
IRC users can not only send messages directly between each other, but also join a set of channels (formed by users with a common interest) and send messages that all users in the channel can see.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The aim of this paper is to describe a method of inferring the social network of several IRC users in a channel and producing visualizations of the resulting data.&lt;br /&gt;
&lt;br /&gt;
* The first step of the method is the &amp;quot;&#039;&#039;&#039;Social Network Analysis&#039;&#039;&#039;&amp;quot;. It consists in measuring the relationships and flows between users and entities. These results come from an IRC robot. It permits to monitor a channel and to carry out a heuristic analysis of events.&lt;br /&gt;
&lt;br /&gt;
* The second step is the &amp;quot;&#039;&#039;&#039;Visualization of the Social network&#039;&#039;&#039;&amp;quot;. In fact, a representation of this mathematical analysis allows to determine and see easily different facts of the Social Network. So in order to visualize the social network, there are several stages to do:&lt;br /&gt;
&lt;br /&gt;
:*The first one is called &amp;quot;&#039;&#039;&#039;Inferring the Social Network&#039;&#039;&#039;&amp;quot;. We have to infer the approximate mathematical representation to obtain a social network derived from the heuristics. There is a lot of methods to infer relationships in the graph: &amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
::*Monitoring occurrences of direct addressing (specification of the user nickname) &amp;lt;br/&amp;gt;&lt;br /&gt;
::*Temporal Proximity (determination of question/response and so the link between two users by analysing the time between the messages) &amp;lt;br/&amp;gt;&lt;br /&gt;
::*Temporal Density (determination of a conversation between two users by examining the messages frequency and their author) &amp;lt;br/&amp;gt;&lt;br /&gt;
::*Monitoring Private Messages: not a valid method (Ethical problem and problem of user presence in many channels) &amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:*The second stage is &amp;quot;&#039;&#039;&#039;Examining the Inferred Social Network&#039;&#039;&#039;&amp;quot;, that is to say to calculate results and draw conclusions with the help of the graph theoretic structure. Then, it&#039;s very practical to deduce conclusions like: the most active user, disconnected social networks...&lt;br /&gt;
&lt;br /&gt;
:*The third stage is &amp;quot;&#039;&#039;&#039;Creation of the Visualization&#039;&#039;&#039;&amp;quot; (Drawing Social Networks). It represents which relationships are present and their strength. According to the obtained results, we can make modifications to have the most legible graph : either by using a two or three-Dimensions Visualization or by choosing between the several graph drawing method:The spring embedder or the Modified Spring Embedder Force Model or by limiting the distance of the disconnected networks having used the m-limited Force Model...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Once the visualization was improved, &#039;&#039;&#039;it reveals the structure of the social network and highlights connectivity, clustering and strengths of relationships between users&#039;&#039;&#039;. We also only have to interpret the graph.&lt;br /&gt;
&lt;br /&gt;
Each time that the robot is appealed, it draws a diagram. If the IRC bot stores several sequences, an animation of the evolution of the social network can be obtained after having pieced these together. However it is possible as well to draw a new state of the network from the last stored nodes.&lt;br /&gt;
&lt;br /&gt;
With the same way than in the real life, the bot reduces the weightings of the edges during a relationship is deteriorating because of an prolonged inactivity between the concerned people. Indeed if someone doesn&#039;t have anymore activity, he will disappear of the diagram after a while.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Figures ==&lt;br /&gt;
&lt;br /&gt;
This figure represents the interface of a typical IRC client (with annotations):&lt;br /&gt;
&lt;br /&gt;
[[Image:GUI_IRC_annotation.jpg|center|450px|GUI_IRC_annotation.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
A simple social network is modelling by a graph with nodes and edges linked together, which represent respectively users and users relationship.&lt;br /&gt;
&lt;br /&gt;
[[Image:Simple_Social_Network_annotation.jpg|center|280px|Simple_Social_Network_annotation.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
After a short time in the channel #java, we can notice than one of the user &amp;quot;The_Vulture&amp;quot; is like an essential piece of the puzzle: it means that he is in the center of the diagram and of the network as a result. He is linked closely and directly or not to some people, he impacts on the network configuration as well.&lt;br /&gt;
&lt;br /&gt;
[[Image:Channel_Java_TheVulture.jpg|center|Channel_Java_TheVulture.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In this figure it is clear that some newcomers like &amp;quot;lars_g&amp;quot; for example stole the central place from &amp;quot;The_Vulture&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
[[Image:Channel_Java_lars.jpg|center|450px|Channel_Java_lars.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Two disconnected social networks are represented in the following figure. The smallest network is constituted by three users who are communicating exclusively each other. The other one, apparently not interested in the three other users, is well-balanced and thanks to the m-limited alteration don&#039;t produce a too large diagram.&lt;br /&gt;
&lt;br /&gt;
[[Image:Channel_disconnected.jpg|center|450px|Channel_disconnected.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In case of a too big number of participants, it is not absolutely necessary to draw the edges between the node. It is indeed easy to evaluate the importance of relationships by judging the proximity of these nodes as it is shown in this figure.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Channel_disconnected_noedges.jpg|center|450px|Channel_disconnected_noedges.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Important Citations ==&lt;br /&gt;
&lt;br /&gt;
{{Quotation|Internet relay chat is a system that allows groups of people to collaborate and chat from anywhere in the world. Clearly defined by several RFC documents, it is arguably the most standard real-time chat system currently in use. This work describes a method of inferring the social network of a group of IRC users in a channel. An IRC bot is used to monitor a channel and perform a heuristic analysis of events to create a mathematical approximation of the social network. From this, the bot can produce a visualization of the inferred social network on demand. These visualizations reveal the structure of the social network, highlighting connectivity, clustering and strengths of relationships between users. Animated output allows viewers to see the evolution of the social network over time. Some novel ideas for future work are discussed, showing other useful applications of this system.| [Paul Mutton, 2004]}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Quotation|Visualization of social networks is important, as it allows the viewer to determine facts about nodes and relationships between nodes more rapidly than examining the raw mathematical model.| [Paul Mutton, 2004]}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Quotation|It must be noted that the accuracy of these approximations is very subjective by nature and that the social network derived from the heuristics can be no more than a good guess. However, in practice, we find that the results are generally good.| [Paul Mutton, 2004]}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Quotation|Before we visualize the inferred social network, it is possible to calculate results and draw conclusions by examining the graph theoretic structure.| [Paul Mutton, 2004]}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Quotation|The accuracy of the social network diagrams is a subjective matter. Casual testing has shown participants to be happy with the output, often agreeing with whatthey interpret from the diagrams.| [Paul Mutton, 2004]}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{FloatingQuote|The bot can produce drawings and animations of these social network diagrams on demand.| [Paul Mutton, 2004]}}&lt;br /&gt;
== Suitable Datatypes ==&lt;br /&gt;
The appropriated datatypes are some diagrams or designed graphics which can be used to create an animation.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Evaluation ==&lt;br /&gt;
Advantages:&lt;br /&gt;
*Integrating this application in an existing IRC client may allow users to filter irrelevant messages.&lt;br /&gt;
*Defining some settings, the configuration of this bot in some very busy channels could be used by participants like a personal spam filter.&lt;br /&gt;
*Establishing links between people on the personal homepage of each user&lt;br /&gt;
*Using of inferred social networksfor &amp;quot;Char Circles&amp;quot;&lt;br /&gt;
*Showing to users the channels having the same interests than his interests &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Disadvantages:&lt;br /&gt;
*application written in pure Java so that it could be altered&lt;br /&gt;
*Complexity of some driagrams containing edges when the network is very big&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
[Mutton P.] [http://ieeexplore.ieee.org/search/wrapper.jsp?arnumber=1320122  Inferring and visualizing social networks on Internet relay chat.] In: &#039;&#039;Information Visualization, 2004. IV 2004. Eigth International Conference on Information Visualisation&#039;&#039;, pages 35-43, Canterbury, United Kingdom, 14-16 July 2004.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Evaluation Reference ==&lt;br /&gt;
[Mutton P.] [http://ieeexplore.ieee.org/search/wrapper.jsp?arnumber=1320122  Inferring and visualizing social networks on Internet relay chat.] In: &#039;&#039;Information Visualization, 2004. IV 2004. Eigth International Conference on Information Visualisation&#039;&#039;, pages 35-43, Canterbury, United Kingdom, 14-16 July 2004.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Techniques]]&lt;/div&gt;</summary>
		<author><name>UE-InfoVis08-10</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Mutton,_Paul&amp;diff=19270</id>
		<title>Mutton, Paul</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Mutton,_Paul&amp;diff=19270"/>
		<updated>2008-05-07T07:42:12Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis08-10: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:PictMutton.jpg|right|Paul Mutton]]&lt;br /&gt;
==General informations==&lt;br /&gt;
&lt;br /&gt;
Mr Paul James Mutton was born the 20th December 1979.&lt;br /&gt;
&lt;br /&gt;
He&#039;s living in Near Bath (United Kingdom).&lt;br /&gt;
&lt;br /&gt;
==Domain of work==&lt;br /&gt;
Paul Mutton is working about the IRC (Internet Relay Chat) framework and several other Java programs.&lt;br /&gt;
He started his PhD at the [http://www.kent.ac.uk/ University of Kent] in September 2001 where his main research area was &#039;&#039;&#039;Graph drawing&#039;&#039;&#039; under the supervision of Dr Peter Rodgers.&lt;br /&gt;
&lt;br /&gt;
==Resume==&lt;br /&gt;
===School===&lt;br /&gt;
*2001: Graduation at the University of Kent at Canterbury with first class honours in Computer Science (BSc Hons).&lt;br /&gt;
&lt;br /&gt;
*2001: Sun Certified Programmer for the Java 2 Platform 1.2.&lt;br /&gt;
&lt;br /&gt;
*2005: Submission of the Ph.D. thesis &#039;&#039;Force-directed Layout of Diagrams&#039;&#039; in Computer Science at the University of Kent.&lt;br /&gt;
&lt;br /&gt;
===Professional experience (from 1998)===&lt;br /&gt;
*Work for Marley Extrusions&#039; central accounts and payroll (3 months).&lt;br /&gt;
*Work in Marley Extrusions&#039; MIS department (2 months). Intranet site development and writing an Excel VBA application.&lt;br /&gt;
*Win of a competition to redesign the University of Kent&#039;s Computer Science website.&lt;br /&gt;
*Win of Philips sponsored prize for Software Engineering 2000.&lt;br /&gt;
*Development of the i-scream distributed central monitoring system (September 2000).&lt;br /&gt;
*Work for the University of Kent: creation of a framework for network testing in Java.&lt;br /&gt;
*Win of the 2001 Institution Prize from the Institution of Electrical Engineers.&lt;br /&gt;
*Assisting radio show production at Ashford Hospital Broadcasting Service (18 months).&lt;br /&gt;
*Publication of the popular PircBot Java IRC API, and other open source programs.&lt;br /&gt;
*Elected as a Full Member of the Chartered Institute of Journalists.&lt;br /&gt;
&lt;br /&gt;
===Skills===&lt;br /&gt;
*Java classes supervision for undergraduate and postgraduate students.&lt;br /&gt;
*Knowledge of SQL and relational database design gained in an e-commerce environment.&lt;br /&gt;
*Comprehension and use of specification languages like UML.&lt;br /&gt;
*Strong skills concerning HTML, Perl, VRML, ASP, PHP, Java and web-based languages.&lt;br /&gt;
*Ability and facility to write clear and understandable documentation.&lt;br /&gt;
*Significant faculties for accomodation to quickly learn new concepts and languages&lt;br /&gt;
&lt;br /&gt;
===Books===&lt;br /&gt;
:As author:&lt;br /&gt;
*[Mutton, 2004] Paul Mutton, &#039;&#039;IRC Hacks&#039;&#039;, O&#039;Reilly, August 2004. [[http://www.amazon.com/IRC-Hacks-anglais-Paul-Mutton/dp/059600687X/ref=sr_1_1?ie=UTF8&amp;amp;s=english-books&amp;amp;qid=1209493066&amp;amp;sr=8-1]].&lt;br /&gt;
:As contributor:&lt;br /&gt;
*[Calishain et al., 2004] Tara Calishain &amp;amp; Rael Dornfest, &#039;&#039;Google Hacks&#039;&#039;, 2nd Edition, O&#039;Reilly, December 2004. [[http://www.amazon.com/Google-Hacks-Tara-Calishain/dp/0596008570/ref=sr_1_3?ie=UTF8&amp;amp;s=english-books&amp;amp;qid=1209493219&amp;amp;sr=1-3]]&lt;br /&gt;
&lt;br /&gt;
===Sports and Hobbies===&lt;br /&gt;
*He plays several sports like table tennis with a local league level and ten-pin bowling, basketball, cycling and trampolining with a recreational level.&lt;br /&gt;
*He spend a lot of time managing his own photography business which offers its service for each kind of event.&lt;br /&gt;
&lt;br /&gt;
==External Links==&lt;br /&gt;
Link of website: [http://www.jibble.org/cv.php Personal Homepage]&amp;lt;br \&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Contact informations==&lt;br /&gt;
&lt;br /&gt;
Email adress: [mailto:paul@jibble.org paul@jibble.org]&lt;br /&gt;
&lt;br /&gt;
Phone: +44 (0)20 7558 8800&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Persons]]&lt;/div&gt;</summary>
		<author><name>UE-InfoVis08-10</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Mutton,_Paul&amp;diff=19269</id>
		<title>Mutton, Paul</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Mutton,_Paul&amp;diff=19269"/>
		<updated>2008-05-07T07:40:25Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis08-10: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:PictMutton.jpg|right|Paul Mutton]]&lt;br /&gt;
==General informations==&lt;br /&gt;
&lt;br /&gt;
Mr Paul James Mutton was born the 20th December 1979.&lt;br /&gt;
&lt;br /&gt;
He&#039;s living in Near Bath (United Kingdom).&lt;br /&gt;
&lt;br /&gt;
==Domain of work==&lt;br /&gt;
Paul Mutton is working about the IRC (Internet Relay Chat) framework and several other Java programs.&lt;br /&gt;
He started his PhD at the [http://www.kent.ac.uk/ University of Kent] in September 2001 where his main research area was &#039;&#039;&#039;Graph drawing&#039;&#039;&#039; under the supervision of Dr Peter Rodgers.&lt;br /&gt;
&lt;br /&gt;
==Resume==&lt;br /&gt;
===School===&lt;br /&gt;
*2001: Graduation at the University of Kent at Canterbury with first class honours in Computer Science (BSc Hons).&lt;br /&gt;
&lt;br /&gt;
*2001: Sun Certified Programmer for the Java 2 Platform 1.2.&lt;br /&gt;
&lt;br /&gt;
*2005: Submission of the Ph.D. thesis &#039;&#039;Force-directed Layout of Diagrams&#039;&#039; in Computer Science at the University of Kent.&lt;br /&gt;
&lt;br /&gt;
===Professional experience (from 1998)===&lt;br /&gt;
*Work for Marley Extrusions&#039; central accounts and payroll (3 months).&lt;br /&gt;
*Work in Marley Extrusions&#039; MIS department (2 months). Intranet site development and writing an Excel VBA application.&lt;br /&gt;
*Win of a competition to redesign the University of Kent&#039;s Computer Science website.&lt;br /&gt;
*Win of Philips sponsored prize for Software Engineering 2000.&lt;br /&gt;
*Development of the i-scream distributed central monitoring system (September 2000).&lt;br /&gt;
*Work for the University of Kent: creation of a framework for network testing in Java.&lt;br /&gt;
*Win of the 2001 Institution Prize from the Institution of Electrical Engineers.&lt;br /&gt;
*Assisting radio show production at Ashford Hospital Broadcasting Service (18 months).&lt;br /&gt;
*Publication of the popular PircBot Java IRC API, and other open source programs.&lt;br /&gt;
*Elected as a Full Member of the Chartered Institute of Journalists.&lt;br /&gt;
&lt;br /&gt;
===Skills===&lt;br /&gt;
*Java classes supervision for undergraduate and postgraduate students.&lt;br /&gt;
*Knowledge of SQL and relational database design gained in an e-commerce environment.&lt;br /&gt;
*Comprehension and use of specification languages like UML.&lt;br /&gt;
*Strong skills concerning HTML, Perl, VRML, ASP, PHP, Java and web-based languages.&lt;br /&gt;
*Ability and facility to write clear and understandable documentation.&lt;br /&gt;
*Significant faculties for accomodation to quickly learn new concepts and languages&lt;br /&gt;
&lt;br /&gt;
===Books===&lt;br /&gt;
:As author:&lt;br /&gt;
*[Mutton, 2004] Paul Mutton, &#039;&#039;IRC Hacks&#039;&#039;, O&#039;Reilly, August 2004. [[http://www.amazon.com/IRC-Hacks-anglais-Paul-Mutton/dp/059600687X/ref=sr_1_1?ie=UTF8&amp;amp;s=english-books&amp;amp;qid=1209493066&amp;amp;sr=8-1]].&lt;br /&gt;
:As contributor:&lt;br /&gt;
*[Calishain et al., 2004] Tara Calishain &amp;amp; Rael Dornfest, &#039;&#039;Google Hacks&#039;&#039;, 2nd Edition, O&#039;Reilly, December 2004. [[http://www.amazon.com/Google-Hacks-Tara-Calishain/dp/0596008570/ref=sr_1_3?ie=UTF8&amp;amp;s=english-books&amp;amp;qid=1209493219&amp;amp;sr=1-3]]&lt;br /&gt;
&lt;br /&gt;
===Sports and Hobbies===&lt;br /&gt;
*He plays several sports like table tennis with a local league level and ten-pin bowling, basketball, cycling and trampolining with a recreational level.&lt;br /&gt;
*He spend a lot of time managing his own photography business which offers its service for each kind of event.&lt;br /&gt;
&lt;br /&gt;
==External Links==&lt;br /&gt;
Link of website: [http://www.jibble.org/cv.php Personal Homepage]&amp;lt;br \&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Contact informations==&lt;br /&gt;
&lt;br /&gt;
Email adress: [mailto:paul@jibble.org paul@jibble.org]&lt;br /&gt;
&lt;br /&gt;
Phone: +44 (0)20 7558 8800&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Persons]]&lt;/div&gt;</summary>
		<author><name>UE-InfoVis08-10</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=File:Simple_Social_Network_annotation.jpg&amp;diff=19268</id>
		<title>File:Simple Social Network annotation.jpg</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=File:Simple_Social_Network_annotation.jpg&amp;diff=19268"/>
		<updated>2008-05-07T07:39:56Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis08-10: New page: == Summary ==  == Copyright status ==  == Source == [Mutton P.] Inferring and visualizing social networks on Internet relay chat. In: Information Visualization, 2004. IV 2004. Eigth Intern...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
&lt;br /&gt;
== Copyright status ==&lt;br /&gt;
&lt;br /&gt;
== Source ==&lt;br /&gt;
[Mutton P.] Inferring and visualizing social networks on Internet relay chat. In: Information Visualization, 2004. IV 2004. Eigth International Conference on Information Visualisation, pages 35-43, Canterbury, United Kingdom, 14-16 July 2004.&lt;/div&gt;</summary>
		<author><name>UE-InfoVis08-10</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Internet_Relay_Chat&amp;diff=19267</id>
		<title>Internet Relay Chat</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Internet_Relay_Chat&amp;diff=19267"/>
		<updated>2008-05-06T23:08:52Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis08-10: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Author ==&lt;br /&gt;
&lt;br /&gt;
*[[Mutton%2C_Paul|Paul Mutton]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Short description ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Internet Relay Chat (IRC) is a system, which is used by two or more persons in order to collaborate and chat in real-time from anywhere in the world.&#039;&#039;&#039; &amp;lt;br/&amp;gt;&lt;br /&gt;
IRC users can not only send messages directly between each other, but also join a set of channels (formed by users with a common interest) and send messages that all users in the channel can see.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The aim of this paper is to describe a method of inferring the social network of several IRC users in a channel and producing visualizations of the resulting data.&lt;br /&gt;
&lt;br /&gt;
* The first step of the method is the &amp;quot;&#039;&#039;&#039;Social Network Analysis&#039;&#039;&#039;&amp;quot;. It consists in measuring the relationships and flows between users and entities. These results come from an IRC robot. It permits to monitor a channel and to carry out a heuristic analysis of events.&lt;br /&gt;
&lt;br /&gt;
* The second step is the &amp;quot;&#039;&#039;&#039;Visualization of the Social network&#039;&#039;&#039;&amp;quot;. In fact, a representation of this mathematical analysis allows to determine and see easily different facts of the Social Network. So in order to visualize the social network, there are several stages to do:&lt;br /&gt;
&lt;br /&gt;
:*The first one is called &amp;quot;&#039;&#039;&#039;Inferring the Social Network&#039;&#039;&#039;&amp;quot;. We have to infer the approximate mathematical representation to obtain a social network derived from the heuristics. There is a lot of methods to infer relationships in the graph: &amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
::*Monitoring occurrences of direct addressing (specification of the user nickname) &amp;lt;br/&amp;gt;&lt;br /&gt;
::*Temporal Proximity (determination of question/response and so the link between two users by analysing the time between the messages) &amp;lt;br/&amp;gt;&lt;br /&gt;
::*Temporal Density (determination of a conversation between two users by examining the messages frequency and their author) &amp;lt;br/&amp;gt;&lt;br /&gt;
::*Monitoring Private Messages: not a valid method (Ethical problem and problem of user presence in many channels) &amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:*The second stage is &amp;quot;&#039;&#039;&#039;Examining the Inferred Social Network&#039;&#039;&#039;&amp;quot;, that is to say to calculate results and draw conclusions with the help of the graph theoretic structure. Then, it&#039;s very practical to deduce conclusions like: the most active user, disconnected social networks...&lt;br /&gt;
&lt;br /&gt;
:*The third stage is &amp;quot;&#039;&#039;&#039;Creation of the Visualization&#039;&#039;&#039;&amp;quot; (Drawing Social Networks). It represents which relationships are present and their strength. According to the obtained results, we can make modifications to have the most legible graph : either by using a two or three-Dimensions Visualization or by choosing between the several graph drawing method:The spring embedder or the Modified Spring Embedder Force Model or by limiting the distance of the disconnected networks having used the m-limited Force Model...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Once the visualization was improved, &#039;&#039;&#039;it reveals the structure of the social network and highlights connectivity, clustering and strengths of relationships between users&#039;&#039;&#039;. We also only have to interpret the graph.&lt;br /&gt;
&lt;br /&gt;
Each time that the robot is appealed, it draws a diagram. If the IRC bot stores several sequences, an animation of the evolution of the social network can be obtained after having pieced these together. However it is possible as well to draw a new state of the network from the last stored nodes.&lt;br /&gt;
&lt;br /&gt;
With the same way than in the real life, the bot reduces the weightings of the edges during a relationship is deteriorating because of an prolonged inactivity between the concerned people. Indeed if someone doesn&#039;t have anymore activity, he will disappear of the diagram after a while.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Figures ==&lt;br /&gt;
&lt;br /&gt;
This figure represents the interface of a typical IRC client (with annotations):&lt;br /&gt;
&lt;br /&gt;
[[Image:GUI_IRC_annotation.jpg|center|450px|GUI_IRC_annotation.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
A simple social network is modelling by a graph with nodes and edges linked together, which represent respectively users and users relationship.&lt;br /&gt;
&lt;br /&gt;
[[Image:Simple_Social_Network.jpg|center|Simple_Social_Network.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
After a short time in the channel #java, we can notice than one of the user &amp;quot;The_Vulture&amp;quot; is like an essential piece of the puzzle: it means that he is in the center of the diagram and of the network as a result. He is linked closely and directly or not to some people, he impacts on the network configuration as well.&lt;br /&gt;
&lt;br /&gt;
[[Image:Channel_Java_TheVulture.jpg|center|Channel_Java_TheVulture.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In this figure it is clear that some newcomers like &amp;quot;lars_g&amp;quot; for example stole the central place from &amp;quot;The_Vulture&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
[[Image:Channel_Java_lars.jpg|center|450px|Channel_Java_lars.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Two disconnected social networks are represented in the following figure. The smallest network is constituted by three users who are communicating exclusively each other. The other one, apparently not interested in the three other users, is well-balanced and thanks to the m-limited alteration don&#039;t produce a too large diagram.&lt;br /&gt;
&lt;br /&gt;
[[Image:Channel_disconnected.jpg|center|450px|Channel_disconnected.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In case of a too big number of participants, it is not absolutely necessary to draw the edges between the node. It is indeed easy to evaluate the importance of relationships by judging the proximity of these nodes as it is shown in this figure.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Channel_disconnected_noedges.jpg|center|450px|Channel_disconnected_noedges.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Important Citations ==&lt;br /&gt;
&lt;br /&gt;
{{Quotation|Internet relay chat is a system that allows groups of people to collaborate and chat from anywhere in the world. Clearly defined by several RFC documents, it is arguably the most standard real-time chat system currently in use. This work describes a method of inferring the social network of a group of IRC users in a channel. An IRC bot is used to monitor a channel and perform a heuristic analysis of events to create a mathematical approximation of the social network. From this, the bot can produce a visualization of the inferred social network on demand. These visualizations reveal the structure of the social network, highlighting connectivity, clustering and strengths of relationships between users. Animated output allows viewers to see the evolution of the social network over time. Some novel ideas for future work are discussed, showing other useful applications of this system.| [Paul Mutton, 2004]}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Quotation|Visualization of social networks is important, as it allows the viewer to determine facts about nodes and relationships between nodes more rapidly than examining the raw mathematical model.| [Paul Mutton, 2004]}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Quotation|It must be noted that the accuracy of these approximations is very subjective by nature and that the social network derived from the heuristics can be no more than a good guess. However, in practice, we find that the results are generally good.| [Paul Mutton, 2004]}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Quotation|Before we visualize the inferred social network, it is possible to calculate results and draw conclusions by examining the graph theoretic structure.| [Paul Mutton, 2004]}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Quotation|The accuracy of the social network diagrams is a subjective matter. Casual testing has shown participants to be happy with the output, often agreeing with whatthey interpret from the diagrams.| [Paul Mutton, 2004]}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{FloatingQuote|The bot can produce drawings and animations of these social network diagrams on demand.| [Paul Mutton, 2004]}}&lt;br /&gt;
== Suitable Datatypes ==&lt;br /&gt;
The appropriated datatypes are some diagrams or designed graphics which can be used to create an animation.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Evaluation ==&lt;br /&gt;
Advantages:&lt;br /&gt;
*Integrating this application in an existing IRC client may allow users to filter irrelevant messages.&lt;br /&gt;
*Defining some settings, the configuration of this bot in some very busy channels could be used by participants like a personal spam filter.&lt;br /&gt;
*Establishing links between people on the personal homepage of each user&lt;br /&gt;
*Using of inferred social networksfor &amp;quot;Char Circles&amp;quot;&lt;br /&gt;
*Showing to users the channels having the same interests than his interests &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Disadvantages:&lt;br /&gt;
*application written in pure Java so that it could be altered&lt;br /&gt;
*Complexity of some driagrams containing edges when the network is very big&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
[Mutton P.] [http://ieeexplore.ieee.org/search/wrapper.jsp?arnumber=1320122  Inferring and visualizing social networks on Internet relay chat.] In: &#039;&#039;Information Visualization, 2004. IV 2004. Eigth International Conference on Information Visualisation&#039;&#039;, pages 35-43, Canterbury, United Kingdom, 14-16 July 2004.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Evaluation Reference ==&lt;br /&gt;
[Mutton P.] [http://ieeexplore.ieee.org/search/wrapper.jsp?arnumber=1320122  Inferring and visualizing social networks on Internet relay chat.] In: &#039;&#039;Information Visualization, 2004. IV 2004. Eigth International Conference on Information Visualisation&#039;&#039;, pages 35-43, Canterbury, United Kingdom, 14-16 July 2004.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Techniques]]&lt;/div&gt;</summary>
		<author><name>UE-InfoVis08-10</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Internet_Relay_Chat&amp;diff=19266</id>
		<title>Internet Relay Chat</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Internet_Relay_Chat&amp;diff=19266"/>
		<updated>2008-05-06T22:50:18Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis08-10: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Author ==&lt;br /&gt;
&lt;br /&gt;
*[[Mutton%2C_Paul|Paul Mutton]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Short description ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Internet Relay Chat (IRC) is a system, which is used by two or more persons in order to collaborate and chat in real-time from anywhere in the world.&#039;&#039;&#039; &amp;lt;br/&amp;gt;&lt;br /&gt;
IRC users can not only send messages directly between each other, but also join a set of channels (formed by users with a common interest) and send messages that all users in the channel can see.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The aim of this paper is to describe a method of inferring the social network of several IRC users in a channel and producing visualizations of the resulting data.&lt;br /&gt;
&lt;br /&gt;
* The first step of the method is the &amp;quot;&#039;&#039;&#039;Social Network Analysis&#039;&#039;&#039;&amp;quot;. It consists in measuring the relationships and flows between users and entities. These results come from an IRC robot. It permits to monitor a channel and to carry out a heuristic analysis of events.&lt;br /&gt;
&lt;br /&gt;
* The second step is the &amp;quot;&#039;&#039;&#039;Visualization of the Social network&#039;&#039;&#039;&amp;quot;. In fact, a representation of this mathematical analysis allows to determine and see easily different facts of the Social Network. So in order to visualize the social network, there are several stages to do:&lt;br /&gt;
&lt;br /&gt;
:*The first one is called &amp;quot;&#039;&#039;&#039;Inferring the Social Network&#039;&#039;&#039;&amp;quot;. We have to infer the approximate mathematical representation to obtain a social network derived from the heuristics. There is a lot of methods to infer relationships in the graph: &amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
::*Monitoring occurrences of direct addressing (specification of the user nickname) &amp;lt;br/&amp;gt;&lt;br /&gt;
::*Temporal Proximity (determination of question/response and so the link between two users by analysing the time between the messages) &amp;lt;br/&amp;gt;&lt;br /&gt;
::*Temporal Density (determination of a conversation between two users by examining the messages frequency and their author) &amp;lt;br/&amp;gt;&lt;br /&gt;
::*Monitoring Private Messages: not a valid method (Ethical problem and problem of user presence in many channels) &amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:*The second stage is &amp;quot;&#039;&#039;&#039;Examining the Inferred Social Network&#039;&#039;&#039;&amp;quot;, that is to say to calculate results and draw conclusions with the help of the graph theoretic structure. Then, it&#039;s very practical to deduce conclusions like: the most active user, disconnected social networks...&lt;br /&gt;
&lt;br /&gt;
:*The third stage is &amp;quot;&#039;&#039;&#039;Creation of the Visualization&#039;&#039;&#039;&amp;quot; (Drawing Social Networks). It represents which relationships are present and their strength. According to the obtained results, we can make modifications to have the most legible graph : either by using a two or three-Dimensions Visualization or by choosing between the several graph drawing method:The spring embedder or the Modified Spring Embedder Force Model or by limiting the distance of the disconnected networks having used the m-limited Force Model...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Once the visualization was improved, &#039;&#039;&#039;it reveals the structure of the social network and highlights connectivity, clustering and strengths of relationships between users&#039;&#039;&#039;. We also only have to interpret the graph.&lt;br /&gt;
&lt;br /&gt;
Each time that the robot is appealed, it draws a diagram. If the IRC bot stores several sequences, an animation of the evolution of the social network can be obtained after having pieced these together. However it is possible as well to draw a new state of the network from the last stored nodes.&lt;br /&gt;
&lt;br /&gt;
With the same way than in the real life, the bot reduces the weightings of the edges during a relationship is deteriorating because of an prolonged inactivity between the concerned people. Indeed if someone doesn&#039;t have anymore activity, he will disappear of the diagram after a while.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Figures ==&lt;br /&gt;
&lt;br /&gt;
This figure represents the interface of a typical IRC client (with annotations):&lt;br /&gt;
&lt;br /&gt;
[[Image:GUI_IRC_annotation.jpg|center|GUI_IRC_annotation.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
A simple social network is modelling by a graph with nodes and edges linked together, which represent respectively users and users relationship.&lt;br /&gt;
&lt;br /&gt;
[[Image:Simple_Social_Network.jpg|center|Simple_Social_Network.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
After a short time in the channel #java, we can notice than one of the user &amp;quot;The_Vulture&amp;quot; is like an essential piece of the puzzle: it means that he is in the center of the diagram and of the network as a result. He is linked closely and directly or not to some people, he impacts on the network configuration as well.&lt;br /&gt;
&lt;br /&gt;
[[Image:Channel_Java_TheVulture.jpg|center|Channel_Java_TheVulture.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In this figure it is clear that some newcomers like &amp;quot;lars_g&amp;quot; for example stole the central place from &amp;quot;The_Vulture&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
[[Image:Channel_Java_lars.jpg|center|Channel_Java_lars.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Two disconnected social networks are represented in the following figure. The smallest network is constituted by three users who are communicating exclusively each other. The other one, apparently not interested in the three other users, is well-balanced and thanks to the m-limited alteration don&#039;t produce a too large diagram.&lt;br /&gt;
&lt;br /&gt;
[[Image:Channel_disconnected.jpg|center|Channel_disconnected.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In case of a too big number of participants, it is not absolutely necessary to draw the edges between the node. It is indeed easy to evaluate the importance of relationships by judging the proximity of these nodes as it is shown in this figure.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Channel_disconnected_noedges.jpg|center|Channel_disconnected_noedges.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Important Citations ==&lt;br /&gt;
&lt;br /&gt;
{{Quotation|Internet relay chat is a system that allows groups of people to collaborate and chat from anywhere in the world. Clearly defined by several RFC documents, it is arguably the most standard real-time chat system currently in use. This work describes a method of inferring the social network of a group of IRC users in a channel. An IRC bot is used to monitor a channel and perform a heuristic analysis of events to create a mathematical approximation of the social network. From this, the bot can produce a visualization of the inferred social network on demand. These visualizations reveal the structure of the social network, highlighting connectivity, clustering and strengths of relationships between users. Animated output allows viewers to see the evolution of the social network over time. Some novel ideas for future work are discussed, showing other useful applications of this system.| [Paul Mutton, 2004]}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Quotation|Visualization of social networks is important, as it allows the viewer to determine facts about nodes and relationships between nodes more rapidly than examining the raw mathematical model.| [Paul Mutton, 2004]}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Quotation|It must be noted that the accuracy of these approximations is very subjective by nature and that the social network derived from the heuristics can be no more than a good guess. However, in practice, we find that the results are generally good.| [Paul Mutton, 2004]}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Quotation|Before we visualize the inferred social network, it is possible to calculate results and draw conclusions by examining the graph theoretic structure.| [Paul Mutton, 2004]}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Quotation|The accuracy of the social network diagrams is a subjective matter. Casual testing has shown participants to be happy with the output, often agreeing with whatthey interpret from the diagrams.| [Paul Mutton, 2004]}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Suitable Datatypes ==&lt;br /&gt;
The appropriated datatypes are some diagrams or designed graphics.&lt;br /&gt;
&lt;br /&gt;
== Evaluation ==&lt;br /&gt;
Advantages:&lt;br /&gt;
*Integrating this application in an existing IRC client may allow users to filter irrelevant messages.&lt;br /&gt;
*Defining some settings, the configuration of this bot in some very busy channels could be used by participants like a personal spam filter.&lt;br /&gt;
*Establishing links between people on the personal homepage of each user&lt;br /&gt;
&lt;br /&gt;
Disadvantages:&lt;br /&gt;
*application written in pure Java so that it could be altered&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
[Mutton P.] [http://ieeexplore.ieee.org/search/wrapper.jsp?arnumber=1320122  Inferring and visualizing social networks on Internet relay chat.] In: &#039;&#039;Information Visualization, 2004. IV 2004. Eigth International Conference on Information Visualisation&#039;&#039;, pages 35-43, Canterbury, United Kingdom, 14-16 July 2004.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Evaluation Reference ==&lt;br /&gt;
[Mutton P.] [http://ieeexplore.ieee.org/search/wrapper.jsp?arnumber=1320122  Inferring and visualizing social networks on Internet relay chat.] In: &#039;&#039;Information Visualization, 2004. IV 2004. Eigth International Conference on Information Visualisation&#039;&#039;, pages 35-43, Canterbury, United Kingdom, 14-16 July 2004.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Techniques]]&lt;/div&gt;</summary>
		<author><name>UE-InfoVis08-10</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Mutton,_Paul&amp;diff=19265</id>
		<title>Mutton, Paul</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Mutton,_Paul&amp;diff=19265"/>
		<updated>2008-05-06T22:39:45Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis08-10: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:PictMutton.jpg|right|Paul Mutton]]&lt;br /&gt;
==General informations:==&lt;br /&gt;
&lt;br /&gt;
Mr Paul James Mutton was born the 20th December 1979.&lt;br /&gt;
&lt;br /&gt;
He&#039;s living in Near Bath (United Kingdom).&lt;br /&gt;
&lt;br /&gt;
==Domain of work:==&lt;br /&gt;
Paul Mutton is working about the IRC (Internet Relay Chat) framework and several other Java programs.&lt;br /&gt;
He started his PhD at the [http://www.kent.ac.uk/ University of Kent] in September 2001 where his main research area was &#039;&#039;&#039;Graph drawing&#039;&#039;&#039; under the supervision of Dr Peter Rodgers.&lt;br /&gt;
&lt;br /&gt;
==Resume:==&lt;br /&gt;
===School:===&lt;br /&gt;
*2001: Graduation at the University of Kent at Canterbury with first class honours in Computer Science (BSc Hons).&lt;br /&gt;
&lt;br /&gt;
*2001: Sun Certified Programmer for the Java 2 Platform 1.2.&lt;br /&gt;
&lt;br /&gt;
*2005: Submission of the Ph.D. thesis &#039;&#039;Force-directed Layout of Diagrams&#039;&#039; in Computer Science at the University of Kent.&lt;br /&gt;
&lt;br /&gt;
===Professional experience (from 1998):===&lt;br /&gt;
*Work for Marley Extrusions&#039; central accounts and payroll (3 months).&lt;br /&gt;
*Work in Marley Extrusions&#039; MIS department (2 months). Intranet site development and writing an Excel VBA application.&lt;br /&gt;
*Win of a competition to redesign the University of Kent&#039;s Computer Science website.&lt;br /&gt;
*Win of Philips sponsored prize for Software Engineering 2000.&lt;br /&gt;
*Development of the i-scream distributed central monitoring system (September 2000).&lt;br /&gt;
*Work for the University of Kent: creation of a framework for network testing in Java.&lt;br /&gt;
*Win of the 2001 Institution Prize from the Institution of Electrical Engineers.&lt;br /&gt;
*Assisting radio show production at Ashford Hospital Broadcasting Service (18 months).&lt;br /&gt;
*Publication of the popular PircBot Java IRC API, and other open source programs.&lt;br /&gt;
*Elected as a Full Member of the Chartered Institute of Journalists.&lt;br /&gt;
&lt;br /&gt;
===Skills:===&lt;br /&gt;
*Java classes supervision for undergraduate and postgraduate students.&lt;br /&gt;
*Knowledge of SQL and relational database design gained in an e-commerce environment.&lt;br /&gt;
*Comprehension and use of specification languages like UML.&lt;br /&gt;
*Strong skills concerning HTML, Perl, VRML, ASP, PHP, Java and web-based languages.&lt;br /&gt;
*Ability and facility to write clear and understandable documentation.&lt;br /&gt;
*Significant faculties for accomodation to quickly learn new concepts and languages&lt;br /&gt;
&lt;br /&gt;
===Books:===&lt;br /&gt;
:As author:&lt;br /&gt;
*[Mutton, 2004] Paul Mutton, &#039;&#039;IRC Hacks&#039;&#039;, O&#039;Reilly, August 2004. [[http://www.amazon.com/IRC-Hacks-anglais-Paul-Mutton/dp/059600687X/ref=sr_1_1?ie=UTF8&amp;amp;s=english-books&amp;amp;qid=1209493066&amp;amp;sr=8-1]].&lt;br /&gt;
:As contributor:&lt;br /&gt;
*[Calishain et al., 2004] Tara Calishain &amp;amp; Rael Dornfest, &#039;&#039;Google Hacks&#039;&#039;, 2nd Edition, O&#039;Reilly, December 2004. [[http://www.amazon.com/Google-Hacks-Tara-Calishain/dp/0596008570/ref=sr_1_3?ie=UTF8&amp;amp;s=english-books&amp;amp;qid=1209493219&amp;amp;sr=1-3]]&lt;br /&gt;
&lt;br /&gt;
===Sports and Hobbies:===&lt;br /&gt;
*He plays several sports like table tennis with a local league level and ten-pin bowling, basketball, cycling and trampolining with a recreational level.&lt;br /&gt;
*He spend a lot of time managing his own photography business which offers its service for each kind of event.&lt;br /&gt;
&lt;br /&gt;
==External Links:==&lt;br /&gt;
Link of website: [http://www.jibble.org/cv.php Personal Homepage]&amp;lt;br \&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Contact informations:==&lt;br /&gt;
&lt;br /&gt;
Email adress: [mailto:paul@jibble.org paul@jibble.org]&lt;br /&gt;
&lt;br /&gt;
Phone: +44 (0)20 7558 8800&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Persons]]&lt;/div&gt;</summary>
		<author><name>UE-InfoVis08-10</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=File:GUI_IRC_annotation.jpg&amp;diff=19264</id>
		<title>File:GUI IRC annotation.jpg</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=File:GUI_IRC_annotation.jpg&amp;diff=19264"/>
		<updated>2008-05-06T22:22:07Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis08-10: New page: == Summary ==  == Copyright status ==  == Source == [Mutton P.] Inferring and visualizing social networks on Internet relay chat. In: Information Visualization, 2004. IV 2004. Eigth Intern...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
&lt;br /&gt;
== Copyright status ==&lt;br /&gt;
&lt;br /&gt;
== Source ==&lt;br /&gt;
[Mutton P.] Inferring and visualizing social networks on Internet relay chat. In: Information Visualization, 2004. IV 2004. Eigth International Conference on Information Visualisation, pages 35-43, Canterbury, United Kingdom, 14-16 July 2004.&lt;/div&gt;</summary>
		<author><name>UE-InfoVis08-10</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Internet_Relay_Chat&amp;diff=19262</id>
		<title>Internet Relay Chat</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Internet_Relay_Chat&amp;diff=19262"/>
		<updated>2008-05-06T16:58:56Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis08-10: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Author ==&lt;br /&gt;
&lt;br /&gt;
*[[Mutton%2C_Paul|Paul Mutton]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Short description ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Internet Relay Chat (IRC) is a system, which is used by two or more persons in order to collaborate and chat in real-time from anywhere in the world.&#039;&#039;&#039; &amp;lt;br/&amp;gt;&lt;br /&gt;
IRC users can not only send messages directly between each other, but also join a set of channels (formed by users with a common interest) and send messages that all users in the channel can see.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The aim of this paper is to describe a method of inferring the social network of several IRC users in a channel and producing visualizations of the resulting data.&lt;br /&gt;
&lt;br /&gt;
* The first step of the method is the &amp;quot;&#039;&#039;&#039;Social Network Analysis&#039;&#039;&#039;&amp;quot;. It consists in measuring the relationships and flows between users and entities. These results come from an IRC robot. It permits to monitor a channel and to carry out a heuristic analysis of events.&lt;br /&gt;
&lt;br /&gt;
* The second step is the &amp;quot;&#039;&#039;&#039;Visualization of the Social network&#039;&#039;&#039;&amp;quot;. In fact, a representation of this mathematical analysis allows to determine and see easily different facts of the Social Network. So in order to visualize the social network, there are several stages to do:&lt;br /&gt;
&lt;br /&gt;
:*The first one is called &amp;quot;&#039;&#039;&#039;Inferring the Social Network&#039;&#039;&#039;&amp;quot;. We have to infer the approximate mathematical representation to obtain a social network derived from the heuristics. There is a lot of methods to infer relationships in the graph: &amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
::*Monitoring occurrences of direct addressing (specification of the user nickname) &amp;lt;br/&amp;gt;&lt;br /&gt;
::*Temporal Proximity (determination of question/response and so the link between two users by analysing the time between the messages) &amp;lt;br/&amp;gt;&lt;br /&gt;
::*Temporal Density (determination of a conversation between two users by examining the messages frequency and their author) &amp;lt;br/&amp;gt;&lt;br /&gt;
::*Monitoring Private Messages: not a valid method (Ethical problem and problem of user presence in many channels) &amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:*The second stage is &amp;quot;&#039;&#039;&#039;Examining the Inferred Social Network&#039;&#039;&#039;&amp;quot;, that is to say to calculate results and draw conclusions with the help of the graph theoretic structure. Then, it&#039;s very practical to deduce conclusions like: the most active user, disconnected social networks...&lt;br /&gt;
&lt;br /&gt;
:*The third stage is &amp;quot;&#039;&#039;&#039;Creation of the Visualization&#039;&#039;&#039;&amp;quot; (Drawing Social Networks). It represents which relationships are present and their strength. According to the obtained results, we can make modifications to have the most legible graph : either by using a two or three-Dimensions Visualization or by choosing between the several graph drawing method:The spring embedder or the Modified Spring Embedder Force Model or by limiting the distance of the disconnected networks having used the m-limited Force Model...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Once the visualization was improved, &#039;&#039;&#039;it reveals the structure of the social network and highlights connectivity, clustering and strengths of relationships between users&#039;&#039;&#039;. We also only have to interpret the graph.&lt;br /&gt;
&lt;br /&gt;
Each time that the robot is appealed, it draws a diagram. If the IRC bot stores several sequences, an animation of the evolution of the social network can be obtained after having pieced these together. However it is possible as well to draw a new state of the network from the last stored nodes.&lt;br /&gt;
&lt;br /&gt;
With the same way than in the real life, the bot reduces the weightings of the edges during a relationship is deteriorating because of an prolonged inactivity between the concerned people. Indeed if someone doesn&#039;t have anymore activity, he will disappear of the diagram after a while.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Figures ==&lt;br /&gt;
&lt;br /&gt;
This figure represents the interface of a typical IRC client (with annotations):&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
A simple social network is modelling by a graph with nodes and edges linked together, which represent respectively users and users relationship.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
After a short time in the channel #java, we can notice than one of the user &amp;quot;The_Vulture&amp;quot; is like an essential piece of the puzzle: it means that he is in the center of the diagram and of the network as a result. He is linked closely and directly or not to some people, he impacts on the network configuration as well.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In this figure it is clear that some newcomers like &amp;quot;lars_g&amp;quot; for example stole the central place from &amp;quot;The_Vulture&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Two disconnected social networks are represented in the following figure. The smallest network is constituted by three users who are communicating exclusively each other. The other one, apparently not interested in the three other users, is well-balanced and thanks to the m-limited alteration don&#039;t produce a too large diagram.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In case of a too big number of participants, it is not absolutely necessary to draw the edges between the node. It is indeed easy to evaluate the importance of relationships by judging the proximity of these nodes as it is shown in this figure.&lt;br /&gt;
&lt;br /&gt;
== Important Citations ==&lt;br /&gt;
&lt;br /&gt;
{{Quotation|Internet relay chat is a system that allows groups of people to collaborate and chat from anywhere in the world. Clearly defined by several RFC documents, it is arguably the most standard real-time chat system currently in use. This work describes a method of inferring the social network of a group of IRC users in a channel. An IRC bot is used to monitor a channel and perform a heuristic analysis of events to create a mathematical approximation of the social network. From this, the bot can produce a visualization of the inferred social network on demand. These visualizations reveal the structure of the social network, highlighting connectivity, clustering and strengths of relationships between users. Animated output allows viewers to see the evolution of the social network over time. Some novel ideas for future work are discussed, showing other useful applications of this system.| [Paul Mutton, 2004]}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Quotation|Visualization of social networks is important, as it allows the viewer to determine facts about nodes and relationships between nodes more rapidly than examining the raw mathematical model.| [Paul Mutton, 2004]}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Quotation|It must be noted that the accuracy of these approximations is very subjective by nature and that the social network derived from the heuristics can be no more than a good guess. However, in practice, we find that the results are generally good.| [Paul Mutton, 2004]}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Quotation|Before we visualize the inferred social network, it is possible to calculate results and draw conclusions by examining the graph theoretic structure.| [Paul Mutton, 2004]}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Quotation|The accuracy of the social network diagrams is a subjective matter. Casual testing has shown participants to be happy with the output, often agreeing with whatthey interpret from the diagrams.| [Paul Mutton, 2004]}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Suitable Datatypes ==&lt;br /&gt;
The appropriated datatypes are some diagrams or designed graphics.&lt;br /&gt;
&lt;br /&gt;
== Evaluation ==&lt;br /&gt;
Advantages:&lt;br /&gt;
*Integrating this application in an existing IRC client may allow users to filter irrelevant messages.&lt;br /&gt;
*Defining some settings, the configuration of this bot in some very busy channels could be used by participants like a personal spam filter.&lt;br /&gt;
*Establishing links between people on the personal homepage of each user&lt;br /&gt;
&lt;br /&gt;
Disadvantages:&lt;br /&gt;
*application written in pure Java so that it could be altered&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
[Mutton P.] [http://ieeexplore.ieee.org/search/wrapper.jsp?arnumber=1320122  Inferring and visualizing social networks on Internet relay chat.] In: &#039;&#039;Information Visualization, 2004. IV 2004. Eigth International Conference on Information Visualisation&#039;&#039;, pages 35-43, Canterbury, United Kingdom, 14-16 July 2004.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Evaluation Reference ==&lt;br /&gt;
[Mutton P.] [http://ieeexplore.ieee.org/search/wrapper.jsp?arnumber=1320122  Inferring and visualizing social networks on Internet relay chat.] In: &#039;&#039;Information Visualization, 2004. IV 2004. Eigth International Conference on Information Visualisation&#039;&#039;, pages 35-43, Canterbury, United Kingdom, 14-16 July 2004.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Techniques]]&lt;/div&gt;</summary>
		<author><name>UE-InfoVis08-10</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Internet_Relay_Chat&amp;diff=19261</id>
		<title>Internet Relay Chat</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Internet_Relay_Chat&amp;diff=19261"/>
		<updated>2008-05-06T16:54:12Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis08-10: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Author ==&lt;br /&gt;
&lt;br /&gt;
*[[Mutton%2C_Paul|Paul Mutton]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Short description ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Internet Relay Chat (IRC) is a system, which is used by two or more persons in order to collaborate and chat in real-time from anywhere in the world.&#039;&#039;&#039; &amp;lt;br/&amp;gt;&lt;br /&gt;
IRC users can not only send messages directly between each other, but also join a set of channels (formed by users with a common interest) and send messages that all users in the channel can see.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The aim of this paper is to describe a method of inferring the social network of several IRC users in a channel and producing visualizations of the resulting data.&lt;br /&gt;
&lt;br /&gt;
* The first step of the method is the &amp;quot;&#039;&#039;&#039;Social Network Analysis&#039;&#039;&#039;&amp;quot;. It consists in measuring the relationships and flows between users and entities. These results come from an IRC robot. It permits to monitor a channel and to carry out a heuristic analysis of events.&lt;br /&gt;
&lt;br /&gt;
* The second step is the &amp;quot;&#039;&#039;&#039;Visualization of the Social network&#039;&#039;&#039;&amp;quot;. In fact, a representation of this mathematical analysis allows to determine and see easily different facts of the Social Network. So in order to visualize the social network, there are several stages to do:&lt;br /&gt;
&lt;br /&gt;
:*The first one is called &amp;quot;&#039;&#039;&#039;Inferring the Social Network&#039;&#039;&#039;&amp;quot;. We have to infer the approximate mathematical representation to obtain a social network derived from the heuristics. There is a lot of methods to infer relationships in the graph: &amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
::*Monitoring occurrences of direct addressing (specification of the user nickname) &amp;lt;br/&amp;gt;&lt;br /&gt;
::*Temporal Proximity (determination of question/response and so the link between two users by analysing the time between the messages) &amp;lt;br/&amp;gt;&lt;br /&gt;
::*Temporal Density (determination of a conversation between two users by examining the messages frequency and their author) &amp;lt;br/&amp;gt;&lt;br /&gt;
::*Monitoring Private Messages: not a valid method (Ethical problem and problem of user presence in many channels) &amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:*The second stage is &amp;quot;&#039;&#039;&#039;Examining the Inferred Social Network&#039;&#039;&#039;&amp;quot;, that is to say to calculate results and draw conclusions with the help of the graph theoretic structure. Then, it&#039;s very practical to deduce conclusions like: the most active user, disconnected social networks...&lt;br /&gt;
&lt;br /&gt;
:*The third stage is &amp;quot;&#039;&#039;&#039;Creation of the Visualization&#039;&#039;&#039;&amp;quot; (Drawing Social Networks). It represents which relationships are present and their strength. According to the obtained results, we can make modifications to have the most legible graph : either by using a two or three-Dimensions Visualization or by choosing between the several graph drawing method:The spring embedder or the Modified Spring Embedder Force Model or by limiting the distance of the disconnected networks having used the m-limited Force Model...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Once the visualization was improved, &#039;&#039;&#039;it reveals the structure of the social network and highlights connectivity, clustering and strengths of relationships between users&#039;&#039;&#039;. We also only have to interpret the graph.&lt;br /&gt;
&lt;br /&gt;
Each time that the robot is appealed, it draws a diagram. If the IRC bot stores several sequences, an animation of the evolution of the social network can be obtained after having pieced these together. However it is possible as well to draw a new state of the network from the last stored nodes.&lt;br /&gt;
&lt;br /&gt;
With the same way than in the real life, the bot reduces the weightings of the edges during a relationship is deteriorating because of an prolonged inactivity between the concerned people. Indeed if someone doesn&#039;t have anymore activity, he will disappear of the diagram after a while.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Figures ==&lt;br /&gt;
&lt;br /&gt;
This figure represents the interface of a typical IRC client (with annotations):&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
A simple social network is modelling by a graph with nodes and edges linked together, which represent respectively users and users relationship.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
After a short time in the channel #java, we can notice than one of the user &amp;quot;The_Vulture&amp;quot; is like an essential piece of the puzzle: it means that he is in the center of the diagram and of the network as a result. He is linked closely and directly or not to some people, he impacts on the network configuration as well.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In this figure it is clear that some newcomers like &amp;quot;lars_g&amp;quot; for example stole the central place from &amp;quot;The_Vulture&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Two disconnected social networks are represented in the following figure. The smallest network is constituted by three users who are communicating exclusively each other. The other one, apparently not interested in the three other users, is well-balanced and thanks to the m-limited alteration don&#039;t produce a too large diagram.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In case of a too big number of participants, it is not absolutely necessary to draw the edges between the node. It is indeed easy to evaluate the importance of relationships by judging the proximity of these nodes as it is shown in this figure.&lt;br /&gt;
&lt;br /&gt;
== Important Citations ==&lt;br /&gt;
&lt;br /&gt;
{{Quotation|Internet relay chat is a system that allows groups of people to collaborate and chat from anywhere in the world. Clearly defined by several RFC documents, it is arguably the most standard real-time chat system currently in use. This work describes a method of inferring the social network of a group of IRC users in a channel. An IRC bot is used to monitor a channel and perform a heuristic analysis of events to create a mathematical approximation of the social network. From this, the bot can produce a visualization of the inferred social network on demand. These visualizations reveal the structure of the social network, highlighting connectivity, clustering and strengths of relationships between users. Animated output allows viewers to see the evolution of the social network over time. Some novel ideas for future work are discussed, showing other useful applications of this system.| [Paul Mutton, 2004]}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Quotation|Visualization of social networks is important, as it allows the viewer to determine facts about nodes and relationships between nodes more rapidly than examining the raw mathematical model.| [Paul Mutton, 2004]}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Quotation|It must be noted that the accuracy of these approximations is very subjective by nature and that the social network derived from the heuristics can be no more than a good guess. However, in practice, we find that the results are generally good.| [Paul Mutton, 2004]}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Quotation|Before we visualize the inferred social network, it is possible to calculate results and draw conclusions by examining the graph theoretic structure.| [Paul Mutton, 2004]}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Quotation|The accuracy of the social network diagrams is a subjective matter. Casual testing has shown participants to be happy with the output, often agreeing with whatthey interpret from the diagrams.| [Paul Mutton, 2004]}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Suitable Datatypes ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Evaluation ==&lt;br /&gt;
&lt;br /&gt;
Advantages:&lt;br /&gt;
*Integrating this application in an existing IRC client may allow users to filter irrelevant messages.&lt;br /&gt;
*Defining some settings, the configuration of this bot in some very busy channels could be used by participants like a personal spam filter.&lt;br /&gt;
*Establishing links between people on the personal homepage of each user&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Disadvantages:&lt;br /&gt;
*application written in pure Java so that it could be altered&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
[Mutton P.] [http://ieeexplore.ieee.org/search/wrapper.jsp?arnumber=1320122  Inferring and visualizing social networks on Internet relay chat.] In: &#039;&#039;Information Visualization, 2004. IV 2004. Eigth International Conference on Information Visualisation&#039;&#039;, pages 35-43, Canterbury, United Kingdom, 14-16 July 2004.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Evaluation Reference ==&lt;br /&gt;
[Mutton P.] [http://ieeexplore.ieee.org/search/wrapper.jsp?arnumber=1320122  Inferring and visualizing social networks on Internet relay chat.] In: &#039;&#039;Information Visualization, 2004. IV 2004. Eigth International Conference on Information Visualisation&#039;&#039;, pages 35-43, Canterbury, United Kingdom, 14-16 July 2004.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Techniques]]&lt;/div&gt;</summary>
		<author><name>UE-InfoVis08-10</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=File:Channel_disconnected_noedges.jpg&amp;diff=19260</id>
		<title>File:Channel disconnected noedges.jpg</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=File:Channel_disconnected_noedges.jpg&amp;diff=19260"/>
		<updated>2008-05-06T16:50:25Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis08-10: New page: == Summary ==  == Copyright status ==  == Source == [Mutton P.] Inferring and visualizing social networks on Internet relay chat. In: Information Visualization, 2004. IV 2004. Eigth Intern...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
&lt;br /&gt;
== Copyright status ==&lt;br /&gt;
&lt;br /&gt;
== Source ==&lt;br /&gt;
[Mutton P.] Inferring and visualizing social networks on Internet relay chat. In: Information Visualization, 2004. IV 2004. Eigth International Conference on Information Visualisation, pages 35-43, Canterbury, United Kingdom, 14-16 July 2004.&lt;/div&gt;</summary>
		<author><name>UE-InfoVis08-10</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=File:Channel_disconnected.jpg&amp;diff=19259</id>
		<title>File:Channel disconnected.jpg</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=File:Channel_disconnected.jpg&amp;diff=19259"/>
		<updated>2008-05-06T16:49:14Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis08-10: New page: == Summary ==  == Copyright status ==  == Source == [Mutton P.] Inferring and visualizing social networks on Internet relay chat. In: Information Visualization, 2004. IV 2004. Eigth Intern...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
&lt;br /&gt;
== Copyright status ==&lt;br /&gt;
&lt;br /&gt;
== Source ==&lt;br /&gt;
[Mutton P.] Inferring and visualizing social networks on Internet relay chat. In: Information Visualization, 2004. IV 2004. Eigth International Conference on Information Visualisation, pages 35-43, Canterbury, United Kingdom, 14-16 July 2004.&lt;/div&gt;</summary>
		<author><name>UE-InfoVis08-10</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=File:Channel_Java_lars.jpg&amp;diff=19258</id>
		<title>File:Channel Java lars.jpg</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=File:Channel_Java_lars.jpg&amp;diff=19258"/>
		<updated>2008-05-06T16:48:19Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis08-10: New page: == Summary ==  == Copyright status ==  == Source == [Mutton P.] Inferring and visualizing social networks on Internet relay chat. In: Information Visualization, 2004. IV 2004. Eigth Intern...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
&lt;br /&gt;
== Copyright status ==&lt;br /&gt;
&lt;br /&gt;
== Source ==&lt;br /&gt;
[Mutton P.] Inferring and visualizing social networks on Internet relay chat. In: Information Visualization, 2004. IV 2004. Eigth International Conference on Information Visualisation, pages 35-43, Canterbury, United Kingdom, 14-16 July 2004.&lt;/div&gt;</summary>
		<author><name>UE-InfoVis08-10</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=File:Channel_Java_TheVulture.jpg&amp;diff=19257</id>
		<title>File:Channel Java TheVulture.jpg</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=File:Channel_Java_TheVulture.jpg&amp;diff=19257"/>
		<updated>2008-05-06T16:46:44Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis08-10: New page: == Summary ==  == Copyright status ==  == Source == [Mutton P.] Inferring and visualizing social networks on Internet relay chat. In: Information Visualization, 2004. IV 2004. Eigth Intern...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
&lt;br /&gt;
== Copyright status ==&lt;br /&gt;
&lt;br /&gt;
== Source ==&lt;br /&gt;
[Mutton P.] Inferring and visualizing social networks on Internet relay chat. In: Information Visualization, 2004. IV 2004. Eigth International Conference on Information Visualisation, pages 35-43, Canterbury, United Kingdom, 14-16 July 2004.&lt;/div&gt;</summary>
		<author><name>UE-InfoVis08-10</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=File:Simple_Social_Network.jpg&amp;diff=19256</id>
		<title>File:Simple Social Network.jpg</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=File:Simple_Social_Network.jpg&amp;diff=19256"/>
		<updated>2008-05-06T16:32:58Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis08-10: New page: == Summary ==  == Copyright status ==  == Source == [Mutton P.] Inferring and visualizing social networks on Internet relay chat. In: Information Visualization, 2004. IV 2004. Eigth Intern...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
&lt;br /&gt;
== Copyright status ==&lt;br /&gt;
&lt;br /&gt;
== Source ==&lt;br /&gt;
[Mutton P.] Inferring and visualizing social networks on Internet relay chat. In: Information Visualization, 2004. IV 2004. Eigth International Conference on Information Visualisation, pages 35-43, Canterbury, United Kingdom, 14-16 July 2004.&lt;/div&gt;</summary>
		<author><name>UE-InfoVis08-10</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Internet_Relay_Chat&amp;diff=19253</id>
		<title>Internet Relay Chat</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Internet_Relay_Chat&amp;diff=19253"/>
		<updated>2008-05-06T14:10:38Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis08-10: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Author ==&lt;br /&gt;
&lt;br /&gt;
*[[Mutton%2C_Paul|Paul Mutton]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Short description ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Internet Relay Chat (IRC) is a system, which is used by two or more persons in order to collaborate and chat in real-time from anywhere in the world.&#039;&#039;&#039; &amp;lt;br/&amp;gt;&lt;br /&gt;
IRC users can not only send messages directly between each other, but also join a set of channels (formed by users with a common interest) and send messages that all users in the channel can see.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The aim of this paper is to describe a method of inferring the social network of several IRC users in a channel and producing visualizations of the resulting data.&lt;br /&gt;
&lt;br /&gt;
* The first step of the method is the &amp;quot;&#039;&#039;&#039;Social Network Analysis&#039;&#039;&#039;&amp;quot;. It consists in measuring the relationships and flows between users and entities. These results come from an IRC robot. It permits to monitor a channel and to carry out a heuristic analysis of events.&lt;br /&gt;
&lt;br /&gt;
* The second step is the &amp;quot;&#039;&#039;&#039;Visualization of the Social network&#039;&#039;&#039;&amp;quot;. In fact, a representation of this mathematical analysis allows to determine and see easily differents facts of the Social Network. So in order to visualize the social network, there are several stages to do:&lt;br /&gt;
&lt;br /&gt;
:*The first one is called &amp;quot;&#039;&#039;&#039;Inferring the Social Network&#039;&#039;&#039;&amp;quot;. We have to infer the approximate mathematical representation to obtain a social network derived from the heuristics. There is a lot of methods to infer relationships in the graph: &amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
::*Monitoring occurrences of direct addressing (specification of the user nickname) &amp;lt;br/&amp;gt;&lt;br /&gt;
::*Temporal Proximity (determination of question/response and so the link between two users by analysing the time between the messages) &amp;lt;br/&amp;gt;&lt;br /&gt;
::*Temporal Density (determination of a conversation between two users by examining the messages frequency and their author) &amp;lt;br/&amp;gt;&lt;br /&gt;
::*Monitoring Private Messages: not a valid method (Ethical problem and problem of user presence in many channels) &amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:*The second stage is &amp;quot;&#039;&#039;&#039;Examining the Inferred Social Network&#039;&#039;&#039;&amp;quot;, that is to say to calculate results and draw conclusions with the help of the graph theoretic structure. Then, it&#039;s very practical to deduce conclusions like: the most active user, disconnected social networks...&lt;br /&gt;
&lt;br /&gt;
:*The third stage is &amp;quot;&#039;&#039;&#039;Creation of the Visualization&#039;&#039;&#039;&amp;quot; (Drawing Social Networks). It represents which relationships are present and their strength. According to the obtained results, we can make modifications to have the most legible graph : either by using a two or three-Dimensions Visualization or by choosing between the several graph drawing method:The spring embedder or the Modified Spring Embedder Force Model or by limiting the distance of the disconnected networks having used the m-limited Force Model...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Once the visualization was improved, &#039;&#039;&#039;it reveals the structure of the social network and highlights connectivity, clustering and strengths of relationships between users&#039;&#039;&#039;. We also only have to interpret the graph.&lt;br /&gt;
&lt;br /&gt;
Each time that the robot is invocated, it draws a diagram. If the IRC bot stores several sequences, an animation of the evolution of the social network can be obtained after having pieced these together. However it is possible as well to draw a new state of the network from the last stored nodes.&lt;br /&gt;
&lt;br /&gt;
With the same way than in the real life, the bot reduces the weightings of the edges during a relationship is deteriorating because of an prolonged inactivity between the concerned people. Indeed if someone doesn&#039;t have anymore activity, he will disappear of the diagram after a while.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Figures ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Important Citations ==&lt;br /&gt;
&lt;br /&gt;
{{Quotation|Internet relay chat is a system that allows groups of people to collaborate and chat from anywhere in the world. Clearly defined by several RFC documents, it is arguably the most standard real-time chat system currently in use. This work describes a method of inferring the social network of a group of IRC users in a channel. An IRC bot is used to monitor a channel and perform a heuristic analysis of events to create a mathematical approximation of the social network. From this, the bot can produce a visualization of the inferred social network on demand. These visualizations reveal the structure of the social network, highlighting connectivity, clustering and strengths of relationships between users. Animated output allows viewers to see the evolution of the social network over time. Some novel ideas for future work are discussed, showing other useful applications of this system.| [Paul Mutton, 2004]}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Quotation|Visualization of social networks is important, as it allows the viewer to determine facts about nodes and relationships between nodes more rapidly than examining the raw mathematical model.| [Paul Mutton, 2004]}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Quotation|It must be noted that the accuracy of these approximations is very subjective by nature and that the social network derived from the heuristics can be no more than a good guess. However, in practice, we find that the results are generally good.| [Paul Mutton, 2004]}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Quotation|Before we visualize the inferred social network, it is possible to calculate results and draw conclusions by examining the graph theoretic structure.| [Paul Mutton, 2004]}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Quotation|The accuracy of the social network diagrams is a subjective matter. Casual testing has shown participants to be happy with the output, often agreeing with whatthey interpret from the diagrams.| [Paul Mutton, 2004]}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Suitable Datatypes ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Evaluation ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
[Mutton P.] [http://ieeexplore.ieee.org/search/wrapper.jsp?arnumber=1320122  Inferring and visualizing social networks on Internet relay chat.] In: &#039;&#039;Information Visualization, 2004. IV 2004. Eigth International Conference on Information Visualisation&#039;&#039;, pages 35-43, Canterbury, United Kingdom, 14-16 July 2004.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Evaluation Reference ==&lt;br /&gt;
[Mutton P.] [http://ieeexplore.ieee.org/search/wrapper.jsp?arnumber=1320122  Inferring and visualizing social networks on Internet relay chat.] In: &#039;&#039;Information Visualization, 2004. IV 2004. Eigth International Conference on Information Visualisation&#039;&#039;, pages 35-43, Canterbury, United Kingdom, 14-16 July 2004.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Techniques]]&lt;/div&gt;</summary>
		<author><name>UE-InfoVis08-10</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Internet_Relay_Chat&amp;diff=19252</id>
		<title>Internet Relay Chat</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Internet_Relay_Chat&amp;diff=19252"/>
		<updated>2008-05-06T13:52:06Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis08-10: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Author ==&lt;br /&gt;
&lt;br /&gt;
*[[Mutton%2C_Paul|Paul Mutton]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Short description ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Figures ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Important Citations ==&lt;br /&gt;
&lt;br /&gt;
{{Quotation|Internet relay chat is a system that allows groups of people to collaborate and chat from anywhere in the world. Clearly defined by several RFC documents, it is arguably the most standard real-time chat system currently in use. This work describes a method of inferring the social network of a group of IRC users in a channel. An IRC bot is used to monitor a channel and perform a heuristic analysis of events to create a mathematical approximation of the social network. From this, the bot can produce a visualization of the inferred social network on demand. These visualizations reveal the structure of the social network, highlighting connectivity, clustering and strengths of relationships between users. Animated output allows viewers to see the evolution of the social network over time. Some novel ideas for future work are discussed, showing other useful applications of this system.| [Paul Mutton, 2004]}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Quotation|Visualization of social networks is important, as it allows the viewer to determine facts about nodes and relationships between nodes more rapidly than examining the raw mathematical model.| [Paul Mutton, 2004]}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Quotation|It must be noted that the accuracy of these approximations is very subjective by nature and that the social network derived from the heuristics can be no more than a good guess. However, in practice, we find that the results are generally good.| [Paul Mutton, 2004]}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Quotation|Before we visualize the inferred social network, it is possible to calculate results and draw conclusions by examining the graph theoretic structure.| [Paul Mutton, 2004]}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Quotation|The accuracy of the social network diagrams is a subjective matter. Casual testing has shown participants to be happy with the output, often agreeing with whatthey interpret from the diagrams.| [Paul Mutton, 2004]}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Suitable Datatypes ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Evaluation ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
[Mutton P.] [http://ieeexplore.ieee.org/search/wrapper.jsp?arnumber=1320122  Inferring and visualizing social networks on Internet relay chat.] In: &#039;&#039;Information Visualization, 2004. IV 2004. Eigth International Conference on Information Visualisation&#039;&#039;, pages 35-43, Canterbury, United Kingdom, 14-16 July 2004.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Evaluation Reference ==&lt;br /&gt;
[Mutton P.] [http://ieeexplore.ieee.org/search/wrapper.jsp?arnumber=1320122  Inferring and visualizing social networks on Internet relay chat.] In: &#039;&#039;Information Visualization, 2004. IV 2004. Eigth International Conference on Information Visualisation&#039;&#039;, pages 35-43, Canterbury, United Kingdom, 14-16 July 2004.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Techniques]]&lt;/div&gt;</summary>
		<author><name>UE-InfoVis08-10</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Internet_Relay_Chat&amp;diff=19239</id>
		<title>Internet Relay Chat</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Internet_Relay_Chat&amp;diff=19239"/>
		<updated>2008-05-04T10:14:17Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis08-10: New page: == Author ==  *Paul Mutton &amp;lt;br/&amp;gt;   == Short description ==   == Figures ==   == Important Citations ==   == Suitable Datatypes ==   == Evaluation ==   == References ==  ...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Author ==&lt;br /&gt;
&lt;br /&gt;
*[[Mutton%2C_Paul|Paul Mutton]] &amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Short description ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Figures ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Important Citations ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Suitable Datatypes ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Evaluation ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Evaluation Reference ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Techniques]]&lt;/div&gt;</summary>
		<author><name>UE-InfoVis08-10</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Mutton,_Paul&amp;diff=19166</id>
		<title>Mutton, Paul</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Mutton,_Paul&amp;diff=19166"/>
		<updated>2008-04-29T18:40:04Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis08-10: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:PictMutton.jpg|right|Paul Mutton]]&lt;br /&gt;
==General informations:==&lt;br /&gt;
&lt;br /&gt;
Mr Paul James Mutton was born the 20th December 1979.&lt;br /&gt;
&lt;br /&gt;
He&#039;s living in Near Bath (United Kingdom).&lt;br /&gt;
&lt;br /&gt;
==Domain of work:==&lt;br /&gt;
Paul Mutton is working about the IRC (Internet Relay Chat) framework and several other Java programs.&lt;br /&gt;
He started his PhD at the [http://www.kent.ac.uk/ University of Kent] in September 2001 where his main research area was &#039;&#039;&#039;Graph drawing&#039;&#039;&#039; under the supervision of Dr Peter Rodgers.&lt;br /&gt;
&lt;br /&gt;
==Resume:==&lt;br /&gt;
===School:===&lt;br /&gt;
*2001: Graduation at the University of Kent at Canterbury with first class honours in Computer Science (BSc Hons).&lt;br /&gt;
&lt;br /&gt;
*2001: Sun Certified Programmer for the Java 2 Platform 1.2.&lt;br /&gt;
&lt;br /&gt;
*2005: Submission of the Ph.D. thesis &#039;&#039;Force-directed Layout of Diagrams&#039;&#039; in Computer Science at the University of Kent.&lt;br /&gt;
&lt;br /&gt;
===Professional experience (from 1998):===&lt;br /&gt;
*Work for Marley Extrusions&#039; central accounts and payroll (3 months).&lt;br /&gt;
*Work in Marley Extrusions&#039; MIS department (2 months). Intranet site development and writing an Excel VBA application.&lt;br /&gt;
*Win of a competition to redesign the University of Kent&#039;s Computer Science website.&lt;br /&gt;
*Win of Philips sponsored prize for Software Engineering 2000.&lt;br /&gt;
*Development of the i-scream distributed central monitoring system (September 2000).&lt;br /&gt;
*Work for the University of Kent: creation of a framework for network testing in Java.&lt;br /&gt;
*Win of the 2001 Institution Prize from the Institution of Electrical Engineers.&lt;br /&gt;
*Assisting radio show production at Ashford Hospital Broadcasting Service (18 months).&lt;br /&gt;
*Publication of the popular PircBot Java IRC API, and other open source programs.&lt;br /&gt;
*Elected as a Full Member of the Chartered Institute of Journalists.&lt;br /&gt;
&lt;br /&gt;
===Skills:===&lt;br /&gt;
*Java classes supervision for undergraduate and postgraduate students.&lt;br /&gt;
*Knowledge of SQL and relational database design gained in an e-commerce environment.&lt;br /&gt;
*Comprehension and use of specification languages like UML.&lt;br /&gt;
*Strong skills concerning HTML, Perl, VRML, ASP, PHP, Java and web-based languages.&lt;br /&gt;
*Ability and facility to write clear and understandable documentation.&lt;br /&gt;
*Significant faculties for accomodation to quickly learn new concepts and languages&lt;br /&gt;
&lt;br /&gt;
===Books:===&lt;br /&gt;
:As author:&lt;br /&gt;
*[Mutton, 2004] Paul Mutton, &#039;&#039;IRC Hacks&#039;&#039;, O&#039;Reilly, August 2004. [[http://www.amazon.com/IRC-Hacks-anglais-Paul-Mutton/dp/059600687X/ref=sr_1_1?ie=UTF8&amp;amp;s=english-books&amp;amp;qid=1209493066&amp;amp;sr=8-1]].&lt;br /&gt;
:As contributor:&lt;br /&gt;
*[Calishain et al., 2004] Tara Calishain &amp;amp; Rael Dornfest, &#039;&#039;Google Hacks&#039;&#039;, 2nd Edition, O&#039;Reilly, December 2004. [[http://www.amazon.com/Google-Hacks-Tara-Calishain/dp/0596008570/ref=sr_1_3?ie=UTF8&amp;amp;s=english-books&amp;amp;qid=1209493219&amp;amp;sr=1-3]]&lt;br /&gt;
&lt;br /&gt;
===Sports and Hobbies:===&lt;br /&gt;
*He plays several sports like table tennis with a local league level and ten-pin bowling, basketball, cycling and trampolining with a recreational level.&lt;br /&gt;
*He spend a lot of time managing his own photography business which offers its service for each kind of event.&lt;br /&gt;
&lt;br /&gt;
==External Links:==&lt;br /&gt;
Link of website: [http://www.jibble.org/cv.php Personal Homepage]&amp;lt;br \&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Contact informations:==&lt;br /&gt;
&lt;br /&gt;
Email adress: paul@jibble.org&lt;br /&gt;
&lt;br /&gt;
Phone: +44 (0)20 7558 8800&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Persons]]&lt;/div&gt;</summary>
		<author><name>UE-InfoVis08-10</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Mutton,_Paul&amp;diff=19161</id>
		<title>Mutton, Paul</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Mutton,_Paul&amp;diff=19161"/>
		<updated>2008-04-29T18:29:25Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis08-10: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:PictMutton.jpg|right|Paul Mutton]]&lt;br /&gt;
==General informations:==&lt;br /&gt;
&lt;br /&gt;
Mr Paul James Mutton was born the 20th December 1979.&lt;br /&gt;
&lt;br /&gt;
He&#039;s living in Near Bath (United Kingdom).&lt;br /&gt;
&lt;br /&gt;
==Domain of work:==&lt;br /&gt;
Paul Mutton is working about the IRC (Internet Relay Chat) framework and several other Java programs.&lt;br /&gt;
He started his PhD at the [http://www.kent.ac.uk/ University of Kent] in September 2001 where his main research area was &#039;&#039;&#039;Graph drawing&#039;&#039;&#039; under the supervision of Dr Peter Rodgers.&lt;br /&gt;
&lt;br /&gt;
==Resume:==&lt;br /&gt;
===School:===&lt;br /&gt;
*2001: Graduation at the University of Kent at Canterbury with first class honours in Computer Science (BSc Hons).&lt;br /&gt;
&lt;br /&gt;
*2001: Sun Certified Programmer for the Java 2 Platform 1.2.&lt;br /&gt;
&lt;br /&gt;
*2005: Submission of the Ph.D. thesis &#039;&#039;Force-directed Layout of Diagrams&#039;&#039; in Computer Science at the University of Kent.&lt;br /&gt;
&lt;br /&gt;
===Professional experience (from 1998):===&lt;br /&gt;
*Work for Marley Extrusions&#039; central accounts and payroll (3 months).&lt;br /&gt;
*Work in Marley Extrusions&#039; MIS department (2 months). Intranet site development and writing an Excel VBA application.&lt;br /&gt;
*Win of a competition to redesign the University of Kent&#039;s Computer Science website.&lt;br /&gt;
*Win of Philips sponsored prize for Software Engineering 2000.&lt;br /&gt;
*Development of the i-scream distributed central monitoring system (September 2000).&lt;br /&gt;
*Work for the University of Kent: creation of a framework for network testing in Java.&lt;br /&gt;
*Win of the 2001 Institution Prize from the Institution of Electrical Engineers.&lt;br /&gt;
*Assisting radio show production at Ashford Hospital Broadcasting Service (18 months).&lt;br /&gt;
*Publication of the popular PircBot Java IRC API, and other open source programs.&lt;br /&gt;
*Elected as a Full Member of the Chartered Institute of Journalists.&lt;br /&gt;
&lt;br /&gt;
===Skills:===&lt;br /&gt;
*Java classes supervision for undergraduate and postgraduate students.&lt;br /&gt;
*Knowledge of SQL and relational database design gained in an e-commerce environment.&lt;br /&gt;
*Comprehension and use of specification languages like UML.&lt;br /&gt;
*Strong skills concerning HTML, Perl, VRML, ASP, PHP, Java and web-based languages.&lt;br /&gt;
*Ability and facility to write clear and understandable documentation.&lt;br /&gt;
*Significant faculties for accomodation to quickly learn new concepts and languages&lt;br /&gt;
&lt;br /&gt;
===Books and publications:===&lt;br /&gt;
:As author:&lt;br /&gt;
*[Mutton, 2004] Paul Mutton, &#039;&#039;IRC Hacks&#039;&#039;, O&#039;Reilly, August 2004. [[http://www.amazon.com/IRC-Hacks-anglais-Paul-Mutton/dp/059600687X/ref=sr_1_1?ie=UTF8&amp;amp;s=english-books&amp;amp;qid=1209493066&amp;amp;sr=8-1]].&lt;br /&gt;
:As contributor:&lt;br /&gt;
*[Calishain et al., 2004] Tara Calishain &amp;amp; Rael Dornfest, &#039;&#039;Google Hacks&#039;&#039;, 2nd Edition, O&#039;Reilly, December 2004. [[http://www.amazon.com/Google-Hacks-Tara-Calishain/dp/0596008570/ref=sr_1_3?ie=UTF8&amp;amp;s=english-books&amp;amp;qid=1209493219&amp;amp;sr=1-3]]&lt;br /&gt;
&lt;br /&gt;
==External Links:==&lt;br /&gt;
Link of website: [http://www.jibble.org/cv.php Personal Homepage]&amp;lt;br \&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Contact informations:==&lt;br /&gt;
&lt;br /&gt;
Email adress: paul@jibble.org&lt;br /&gt;
&lt;br /&gt;
Phone: +44 (0)20 7558 8800&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Persons]]&lt;/div&gt;</summary>
		<author><name>UE-InfoVis08-10</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Mutton,_Paul&amp;diff=19160</id>
		<title>Mutton, Paul</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Mutton,_Paul&amp;diff=19160"/>
		<updated>2008-04-29T18:28:26Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis08-10: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:PictMutton.jpg|right|Paul Mutton]]&lt;br /&gt;
==General informations:==&lt;br /&gt;
&lt;br /&gt;
Mr Paul James Mutton was born the 20th December 1979.&lt;br /&gt;
&lt;br /&gt;
He&#039;s living in Near Bath (United Kingdom).&lt;br /&gt;
&lt;br /&gt;
==Domain of work:==&lt;br /&gt;
Paul Mutton is working about the IRC (Internet Relay Chat) framework and several other Java programs.&lt;br /&gt;
He started his PhD at the [http://www.kent.ac.uk/ University of Kent] in September 2001 where his main research area was &#039;&#039;&#039;Graph drawing&#039;&#039;&#039; under the supervision of Dr Peter Rodgers.&lt;br /&gt;
&lt;br /&gt;
==Resume:==&lt;br /&gt;
===School:===&lt;br /&gt;
*2001: Graduation at the University of Kent at Canterbury with first class honours in Computer Science (BSc Hons).&lt;br /&gt;
&lt;br /&gt;
*2001: Sun Certified Programmer for the Java 2 Platform 1.2.&lt;br /&gt;
&lt;br /&gt;
*2005: Submission of the Ph.D. thesis &#039;&#039;Force-directed Layout of Diagrams&#039;&#039; in Computer Science at the University of Kent.&lt;br /&gt;
&lt;br /&gt;
===Professional experience (from 1998):===&lt;br /&gt;
*Work for Marley Extrusions&#039; central accounts and payroll (3 months).&lt;br /&gt;
*Work in Marley Extrusions&#039; MIS department (2 months). Intranet site development and writing an Excel VBA application.&lt;br /&gt;
*Win of a competition to redesign the University of Kent&#039;s Computer Science website.&lt;br /&gt;
*Win of Philips sponsored prize for Software Engineering 2000.&lt;br /&gt;
*Development of the i-scream distributed central monitoring system (September 2000).&lt;br /&gt;
*Work for the University of Kent: creation of a framework for network testing in Java.&lt;br /&gt;
*Win of the 2001 Institution Prize from the Institution of Electrical Engineers.&lt;br /&gt;
*Assisting radio show production at Ashford Hospital Broadcasting Service (18 months).&lt;br /&gt;
*Publication of the popular PircBot Java IRC API, and other open source programs.&lt;br /&gt;
*Elected as a Full Member of the Chartered Institute of Journalists.&lt;br /&gt;
&lt;br /&gt;
===Skills:===&lt;br /&gt;
*Java classes supervision for undergraduate and postgraduate students.&lt;br /&gt;
*Knowledge of SQL and relational database design gained in an e-commerce environment.&lt;br /&gt;
*Comprehension and use of specification languages like UML.&lt;br /&gt;
*Strong skills concerning HTML, Perl, VRML, ASP, PHP, Java and web-based languages.&lt;br /&gt;
*Ability and facility to write clear and understandable documentation.&lt;br /&gt;
*Significant faculties for accomodation to quickly learn new concepts and languages&lt;br /&gt;
&lt;br /&gt;
===Books and publications:===&lt;br /&gt;
:As author&lt;br /&gt;
*[Mutton, 2004] Paul Mutton, &#039;&#039;IRC Hacks&#039;&#039;, O&#039;Reilly, August 2004. [[http://www.amazon.com/IRC-Hacks-anglais-Paul-Mutton/dp/059600687X/ref=sr_1_1?ie=UTF8&amp;amp;s=english-books&amp;amp;qid=1209493066&amp;amp;sr=8-1]].&lt;br /&gt;
:As contributor&lt;br /&gt;
*[Calishain et al., 2004] Tara Calishain &amp;amp; Rael Dornfest, &#039;&#039;Google Hacks&#039;&#039;, 2nd Edition, O&#039;Reilly, December 2004. [[http://www.amazon.com/Google-Hacks-Tara-Calishain/dp/0596008570/ref=sr_1_3?ie=UTF8&amp;amp;s=english-books&amp;amp;qid=1209493219&amp;amp;sr=1-3]]&lt;br /&gt;
&lt;br /&gt;
==External Links:==&lt;br /&gt;
Link of website: [http://www.jibble.org/cv.php Personal Homepage]&amp;lt;br \&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Contact informations:==&lt;br /&gt;
&lt;br /&gt;
Email adress: paul@jibble.org&lt;br /&gt;
&lt;br /&gt;
Phone: +44 (0)20 7558 8800&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Persons]]&lt;/div&gt;</summary>
		<author><name>UE-InfoVis08-10</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Mutton,_Paul&amp;diff=19156</id>
		<title>Mutton, Paul</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Mutton,_Paul&amp;diff=19156"/>
		<updated>2008-04-29T18:13:44Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis08-10: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:PictMutton.jpg|right|Paul Mutton]]&lt;br /&gt;
==General informations:==&lt;br /&gt;
&lt;br /&gt;
Mr Paul James Mutton was born the 20th December 1979.&lt;br /&gt;
&lt;br /&gt;
He&#039;s living in Near Bath (United Kingdom).&lt;br /&gt;
&lt;br /&gt;
==Domain of work:==&lt;br /&gt;
Paul Mutton is working about the IRC (Internet Relay Chat) framework and several other Java programs.&lt;br /&gt;
He started his PhD at the [http://www.kent.ac.uk/ University of Kent] in September 2001 where his main research area was &#039;&#039;&#039;Graph drawing&#039;&#039;&#039; under the supervision of Dr Peter Rodgers.&lt;br /&gt;
&lt;br /&gt;
==Resume:==&lt;br /&gt;
===School:===&lt;br /&gt;
*2001: Graduation at the University of Kent at Canterbury with first class honours in Computer Science (BSc Hons).&lt;br /&gt;
&lt;br /&gt;
*2001: Sun Certified Programmer for the Java 2 Platform 1.2.&lt;br /&gt;
&lt;br /&gt;
*2005: Submission of the Ph.D. thesis &#039;&#039;Force-directed Layout of Diagrams&#039;&#039; in Computer Science at the University of Kent.&lt;br /&gt;
&lt;br /&gt;
===Professional experience (from 1998):===&lt;br /&gt;
*Work for Marley Extrusions&#039; central accounts and payroll (3 months).&lt;br /&gt;
*Work in Marley Extrusions&#039; MIS department (2 months). Intranet site development and writing an Excel VBA application.&lt;br /&gt;
*Win of a competition to redesign the University of Kent&#039;s Computer Science website.&lt;br /&gt;
*Win of Philips sponsored prize for Software Engineering 2000.&lt;br /&gt;
*Development of the i-scream distributed central monitoring system (September 2000).&lt;br /&gt;
*Work for the University of Kent: creation of a framework for network testing in Java.&lt;br /&gt;
*Win of the 2001 Institution Prize from the Institution of Electrical Engineers.&lt;br /&gt;
*Assisting radio show production at Ashford Hospital Broadcasting Service (18 months).&lt;br /&gt;
*Publication of the popular PircBot Java IRC API, and other open source programs.&lt;br /&gt;
*Elected as a Full Member of the Chartered Institute of Journalists.&lt;br /&gt;
&lt;br /&gt;
===Skills:===&lt;br /&gt;
*Java classes supervision for undergraduate and postgraduate students.&lt;br /&gt;
*Knowledge of SQL and relational database design gained in an e-commerce environment.&lt;br /&gt;
*Comprehension and use of specification languages like UML.&lt;br /&gt;
*Strong skills concerning HTML, Perl, VRML, ASP, PHP, Java and web-based languages.&lt;br /&gt;
*Ability and facility to write clear and understandable documentation.&lt;br /&gt;
*Significant faculties for accomodation to quickly learn new concepts and languages&lt;br /&gt;
&lt;br /&gt;
===Books and publications:===&lt;br /&gt;
*[Mutton, 2004]&#039;&#039;IRC Hacks&#039;&#039;. Paul Mutton. 432 pages. ISBN 059600687X. O&#039;Reilly, August 2004. [[http://www.jibble.org/irchacks/]].&lt;br /&gt;
&lt;br /&gt;
==External Links:==&lt;br /&gt;
Link of website: [http://www.jibble.org/cv.php Personal Homepage]&amp;lt;br \&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Contact informations:==&lt;br /&gt;
&lt;br /&gt;
Email adress: paul@jibble.org&lt;br /&gt;
&lt;br /&gt;
Phone: +44 (0)20 7558 8800&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Persons]]&lt;/div&gt;</summary>
		<author><name>UE-InfoVis08-10</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Mutton,_Paul&amp;diff=19152</id>
		<title>Mutton, Paul</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Mutton,_Paul&amp;diff=19152"/>
		<updated>2008-04-29T17:59:58Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis08-10: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:PictMutton.jpg|right|Paul Mutton]]&lt;br /&gt;
==General informations:==&lt;br /&gt;
&lt;br /&gt;
Mr Paul James Mutton was born the 20th December 1979.&lt;br /&gt;
&lt;br /&gt;
He&#039;s living in Near Bath (United Kingdom).&lt;br /&gt;
&lt;br /&gt;
==Domain of work:==&lt;br /&gt;
Paul Mutton is working about the IRC (Internet Relay Chat) framework and several other Java programs.&lt;br /&gt;
He started his PhD at the [http://www.kent.ac.uk/ University of Kent] in September 2001 where his main research area was &#039;&#039;Graph drawing&#039;&#039; under the supervision of Dr Peter Rodgers.&lt;br /&gt;
&lt;br /&gt;
==Resume:==&lt;br /&gt;
===School:===&lt;br /&gt;
*2001: Graduation at the University of Kent at Canterbury with first class honours in Computer Science (BSc Hons).&lt;br /&gt;
&lt;br /&gt;
*2001: Sun Certified Programmer for the Java 2 Platform 1.2.&lt;br /&gt;
&lt;br /&gt;
*2005: Submission of the Ph.D. thesis &#039;&#039;Force-directed Layout of Diagrams&#039;&#039; in Computer Science at the University of Kent.&lt;br /&gt;
&lt;br /&gt;
===Professional experience:(from 1998)===&lt;br /&gt;
*Work for Marley Extrusions&#039; central accounts and payroll (3 months).&lt;br /&gt;
*Work in Marley Extrusions&#039; MIS department (2 months). Intranet site development and writing an Excel VBA application.&lt;br /&gt;
*Win of a competition to redesign the University of Kent&#039;s Computer Science website.&lt;br /&gt;
*Win of Philips sponsored prize for Software Engineering 2000.&lt;br /&gt;
*Development of the i-scream distributed central monitoring system (September 2000).&lt;br /&gt;
*Work for the University of Kent: creation of a framework for network testing in Java.&lt;br /&gt;
*Win of the 2001 Institution Prize from the Institution of Electrical Engineers.&lt;br /&gt;
*Assisting radio show production at Ashford Hospital Broadcasting Service (18 months).&lt;br /&gt;
*Publication of the popular PircBot Java IRC API, and other open source programs.&lt;br /&gt;
*Elected as a Full Member of the Chartered Institute of Journalists.&lt;br /&gt;
&lt;br /&gt;
==Skills:==&lt;br /&gt;
*Java classes supervision for undergraduate and postgraduate students.&lt;br /&gt;
*Knowledge of SQL and relational database design gained in an e-commerce environment.&lt;br /&gt;
*Comprehension and use of specification languages like UML.&lt;br /&gt;
*Strong skills concerning HTML, Perl, VRML, ASP, PHP, Java and web-based languages.&lt;br /&gt;
*Ability and facility to write clear and understandable documentation.&lt;br /&gt;
*Significant faculties for accomodation to quickly learn new concepts and languages&lt;br /&gt;
&lt;br /&gt;
==External Links:==&lt;br /&gt;
Link of website: [http://www.jibble.org/cv.php Personal Homepage]&amp;lt;br \&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Contact informations:==&lt;br /&gt;
&lt;br /&gt;
Email adress: paul@jibble.org&lt;br /&gt;
&lt;br /&gt;
Phone: +44 (0)20 7558 8800&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Persons]]&lt;/div&gt;</summary>
		<author><name>UE-InfoVis08-10</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Mutton,_Paul&amp;diff=19148</id>
		<title>Mutton, Paul</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Mutton,_Paul&amp;diff=19148"/>
		<updated>2008-04-29T17:25:59Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis08-10: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:PictMutton.jpg|right|Paul Mutton]]&lt;br /&gt;
==General informations:==&lt;br /&gt;
&lt;br /&gt;
Mr Paul James Mutton was born the 20th December 1979.&lt;br /&gt;
&lt;br /&gt;
He&#039;s living in Near Bath (United Kingdom).&lt;br /&gt;
&lt;br /&gt;
==Domain of work:==&lt;br /&gt;
Paul Mutton is working about the IRC (Internet Relay Chat) framework and several other Java programs.&lt;br /&gt;
He started his PhD at the [http://www.kent.ac.uk/ University of Kent] in September 2001 where his main research area was &#039;graph drawing&#039; under the supervision of Dr Peter Rodgers.&lt;br /&gt;
&lt;br /&gt;
==CV:==&lt;br /&gt;
===School:===&lt;br /&gt;
*2001: Graduation at the University of Kent at Canterbury with first class honours in Computer Science (BSc Hons).&lt;br /&gt;
&lt;br /&gt;
*2001: Sun Certified Programmer for the Java 2 Platform 1.2.&lt;br /&gt;
&lt;br /&gt;
*2005: Submission of the Ph.D. thesis &#039;&#039;Force-directed Layout of Diagrams&#039;&#039; in Computer Science at the University of Kent.&lt;br /&gt;
&lt;br /&gt;
===Professional experience:(from 1998)===&lt;br /&gt;
*Work for Marley Extrusions&#039; central accounts and payroll (3 months).&lt;br /&gt;
*Work in Marley Extrusions&#039; MIS department (2 months). Intranet site development and writing an Excel VBA application.&lt;br /&gt;
*Win of a competition to redesign the University of Kent&#039;s Computer Science website.&lt;br /&gt;
*Win of Philips sponsored prize for Software Engineering 2000.&lt;br /&gt;
*Development of the i-scream distributed central monitoring system (September 2000).&lt;br /&gt;
*Work for the University of Kent: creation of a framework for network testing in Java.&lt;br /&gt;
*Win of the 2001 Institution Prize from the Institution of Electrical Engineers.&lt;br /&gt;
*Assisting radio show production at Ashford Hospital Broadcasting Service (18 months).&lt;br /&gt;
*Publication of the popular PircBot Java IRC API, and other open source programs.&lt;br /&gt;
*Elected as a Full Member of the Chartered Institute of Journalists.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==External Links:==&lt;br /&gt;
Link of website: [http://www.jibble.org/cv.php Personal Homepage]&amp;lt;br \&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Contact informations:==&lt;br /&gt;
&lt;br /&gt;
Email adress: paul@jibble.org&lt;br /&gt;
&lt;br /&gt;
Phone: +44 (0)20 7558 8800&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Persons]]&lt;/div&gt;</summary>
		<author><name>UE-InfoVis08-10</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Mutton,_Paul&amp;diff=19144</id>
		<title>Mutton, Paul</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Mutton,_Paul&amp;diff=19144"/>
		<updated>2008-04-29T16:46:51Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis08-10: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:PictMutton.jpg|right|Paul Mutton]]&lt;br /&gt;
==General informations:==&lt;br /&gt;
&lt;br /&gt;
Mr Paul James Mutton was born the 20th December 1979.&lt;br /&gt;
&lt;br /&gt;
He&#039;s living in Near Bath (United Kingdom).&lt;br /&gt;
&lt;br /&gt;
==Domain of work:==&lt;br /&gt;
Paul Mutton is working about the IRC (Internet Relay Chat) framework and several other Java programs.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==CV:==&lt;br /&gt;
===School:===&lt;br /&gt;
*2001: Graduation at the University of Kent at Canterbury with first class honours in Computer Science (BSc Hons).&lt;br /&gt;
&lt;br /&gt;
*2001: Sun Certified Programmer for the Java 2 Platform 1.2.&lt;br /&gt;
&lt;br /&gt;
*2005: Submission of the Ph.D. thesis &#039;&#039;Force-directed Layout of Diagrams&#039;&#039; in Computer Science at the University of Kent.&lt;br /&gt;
&lt;br /&gt;
===Professional experience:(from 1998)===&lt;br /&gt;
*Work for Marley Extrusions&#039; central accounts and payroll (3 months).&lt;br /&gt;
*Work in Marley Extrusions&#039; MIS department (2 months). Intranet site development and writing an Excel VBA application.&lt;br /&gt;
*Win of a competition to redesign the University of Kent&#039;s Computer Science website.&lt;br /&gt;
*Win of Philips sponsored prize for Software Engineering 2000.&lt;br /&gt;
*Development of the i-scream distributed central monitoring system (September 2000).&lt;br /&gt;
*Work for the University of Kent: creation of a framework for network testing in Java.&lt;br /&gt;
*Win of the 2001 Institution Prize from the Institution of Electrical Engineers.&lt;br /&gt;
*Assisting radio show production at Ashford Hospital Broadcasting Service (18 months).&lt;br /&gt;
*Publication of the popular PircBot Java IRC API, and other open source programs.&lt;br /&gt;
*Elected as a Full Member of the Chartered Institute of Journalists.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==External Links:==&lt;br /&gt;
Link of website: [http://www.jibble.org/cv.php Personal Homepage]&amp;lt;br \&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Contact informations:==&lt;br /&gt;
&lt;br /&gt;
Email adress: paul@jibble.org&lt;br /&gt;
&lt;br /&gt;
Phone: +44 (0)20 7558 8800&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Persons]]&lt;/div&gt;</summary>
		<author><name>UE-InfoVis08-10</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Mutton,_Paul&amp;diff=19143</id>
		<title>Mutton, Paul</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Mutton,_Paul&amp;diff=19143"/>
		<updated>2008-04-29T16:46:09Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis08-10: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==General informations:==&lt;br /&gt;
&lt;br /&gt;
Mr Paul James Mutton was born the 20th December 1979.&lt;br /&gt;
&lt;br /&gt;
He&#039;s living in Near Bath (United Kingdom).&lt;br /&gt;
&lt;br /&gt;
[[Image:PictMutton.jpg|right|Paul Mutton]]&lt;br /&gt;
&lt;br /&gt;
==Domain of work:==&lt;br /&gt;
Paul Mutton is working about the IRC (Internet Relay Chat) framework and several other Java programs.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==CV:==&lt;br /&gt;
===School:===&lt;br /&gt;
*2001: Graduation at the University of Kent at Canterbury with first class honours in Computer Science (BSc Hons).&lt;br /&gt;
&lt;br /&gt;
*2001: Sun Certified Programmer for the Java 2 Platform 1.2.&lt;br /&gt;
&lt;br /&gt;
*2005: Submission of the Ph.D. thesis &#039;&#039;Force-directed Layout of Diagrams&#039;&#039; in Computer Science at the University of Kent.&lt;br /&gt;
&lt;br /&gt;
===Professional experience:(from 1998)===&lt;br /&gt;
*Work for Marley Extrusions&#039; central accounts and payroll (3 months).&lt;br /&gt;
*Work in Marley Extrusions&#039; MIS department (2 months). Intranet site development and writing an Excel VBA application.&lt;br /&gt;
*Win of a competition to redesign the University of Kent&#039;s Computer Science website.&lt;br /&gt;
*Win of Philips sponsored prize for Software Engineering 2000.&lt;br /&gt;
*Development of the i-scream distributed central monitoring system (September 2000).&lt;br /&gt;
*Work for the University of Kent: creation of a framework for network testing in Java.&lt;br /&gt;
*Win of the 2001 Institution Prize from the Institution of Electrical Engineers.&lt;br /&gt;
*Assisting radio show production at Ashford Hospital Broadcasting Service (18 months).&lt;br /&gt;
*Publication of the popular PircBot Java IRC API, and other open source programs.&lt;br /&gt;
*Elected as a Full Member of the Chartered Institute of Journalists.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==External Links:==&lt;br /&gt;
Link of website: [http://www.jibble.org/cv.php Personal Homepage]&amp;lt;br \&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Contact informations:==&lt;br /&gt;
&lt;br /&gt;
Email adress: paul@jibble.org&lt;br /&gt;
&lt;br /&gt;
Phone: +44 (0)20 7558 8800&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Persons]]&lt;/div&gt;</summary>
		<author><name>UE-InfoVis08-10</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=File:PictMutton.jpg&amp;diff=19142</id>
		<title>File:PictMutton.jpg</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=File:PictMutton.jpg&amp;diff=19142"/>
		<updated>2008-04-29T16:23:32Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis08-10: Picture of Paul Mutton
Computer science at Kent&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
Picture of Paul Mutton&lt;br /&gt;
Computer science at Kent&lt;br /&gt;
== Copyright status ==&lt;br /&gt;
&lt;br /&gt;
== Source ==&lt;br /&gt;
http://www.cs.kent.ac.uk/news/2004/PaulMutton/pjm2.jpg&lt;/div&gt;</summary>
		<author><name>UE-InfoVis08-10</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=File:Pjm2.jpg&amp;diff=19141</id>
		<title>File:Pjm2.jpg</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=File:Pjm2.jpg&amp;diff=19141"/>
		<updated>2008-04-29T16:08:21Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis08-10: New page: == Summary ==  == Copyright status ==  == Source == http://images.ask.com/fr?q=paul+mutton&amp;amp;desturi=http%3A%2F%2Fwww.cs.kent.ac.uk%2Fnews%2F2004%2FPaulMutton%2F&amp;amp;fm=i&amp;amp;ac=24&amp;amp;ftURI=http%3A%2F%...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
&lt;br /&gt;
== Copyright status ==&lt;br /&gt;
&lt;br /&gt;
== Source ==&lt;br /&gt;
http://images.ask.com/fr?q=paul+mutton&amp;amp;desturi=http%3A%2F%2Fwww.cs.kent.ac.uk%2Fnews%2F2004%2FPaulMutton%2F&amp;amp;fm=i&amp;amp;ac=24&amp;amp;ftURI=http%3A%2F%2Fimages.ask.com%2Ffr%3Fq%3Dpaul%2Bmutton%26desturi%3Dhttp%253A%252F%252Fwww.cs.kent.ac.uk%252Fnews%252F2004%252FPaulMutton%252F%26imagesrc%3Dhttp%253A%252F%252Fwww.cs.kent.ac.uk%252Fnews%252F2004%252FPaulMutton%252Fpjm2.jpg%26thumbsrc%3Dhttp%253A%252F%252F65.214.37.88%252Fts%253Ft%253D7393134288275540966%26o%3D0%26l%3Ddir%26thumbuselocalisedstatic%3Dfalse%26fn%3Dpjm2.jpg%26imagewidth%3D150%26imageheight%3D195%26fs%3D3%26ft%3Djpg%26f%3D2%26fm%3Di%26ftbURI%3Dhttp%253A%252F%252Fpictures.ask.com%252Fpictures%253Fq%253Dpaul%252Bmutton%2526page%253D1%2526o%253D0%2526l%253Ddir%2526pstart%253D0&amp;amp;qt=0&lt;/div&gt;</summary>
		<author><name>UE-InfoVis08-10</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Mutton,_Paul&amp;diff=19140</id>
		<title>Mutton, Paul</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Mutton,_Paul&amp;diff=19140"/>
		<updated>2008-04-29T15:01:42Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis08-10: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==General informations:==&lt;br /&gt;
&lt;br /&gt;
Mr Paul James Mutton was born the 20th December 1979.&lt;br /&gt;
&lt;br /&gt;
He&#039;s living in Near Bath (United Kingdom).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Domain of work:==&lt;br /&gt;
Paul Mutton is working about the IRC (Internet Relay Chat) framework and several other Java programs.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==CV:==&lt;br /&gt;
===School:===&lt;br /&gt;
*2001: Graduation at the University of Kent at Canterbury with first class honours in Computer Science (BSc Hons).&lt;br /&gt;
&lt;br /&gt;
*2001: Sun Certified Programmer for the Java 2 Platform 1.2.&lt;br /&gt;
&lt;br /&gt;
*2005: Submission of the Ph.D. thesis &#039;&#039;Force-directed Layout of Diagrams&#039;&#039; in Computer Science at the University of Kent.&lt;br /&gt;
&lt;br /&gt;
===Professional experience:(from 1998)===&lt;br /&gt;
*Work for Marley Extrusions&#039; central accounts and payroll (3 months).&lt;br /&gt;
*Work in Marley Extrusions&#039; MIS department (2 months). Intranet site development and writing an Excel VBA application.&lt;br /&gt;
*Win of a competition to redesign the University of Kent&#039;s Computer Science website.&lt;br /&gt;
*Win of Philips sponsored prize for Software Engineering 2000.&lt;br /&gt;
*Development of the i-scream distributed central monitoring system (September 2000).&lt;br /&gt;
*Work for the University of Kent: creation of a framework for network testing in Java.&lt;br /&gt;
*Win of the 2001 Institution Prize from the Institution of Electrical Engineers.&lt;br /&gt;
*Assisting radio show production at Ashford Hospital Broadcasting Service (18 months).&lt;br /&gt;
*Publication of the popular PircBot Java IRC API, and other open source programs.&lt;br /&gt;
*Elected as a Full Member of the Chartered Institute of Journalists.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==External Links:==&lt;br /&gt;
Link of website: [http://www.jibble.org/cv.php Personal Homepage]&amp;lt;br \&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Contact informations:==&lt;br /&gt;
&lt;br /&gt;
Email adress: paul@jibble.org&lt;br /&gt;
&lt;br /&gt;
Phone: +44 (0)20 7558 8800&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Persons]]&lt;/div&gt;</summary>
		<author><name>UE-InfoVis08-10</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Mutton,_Paul&amp;diff=19137</id>
		<title>Mutton, Paul</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Mutton,_Paul&amp;diff=19137"/>
		<updated>2008-04-29T13:59:04Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis08-10: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==General informations:==&lt;br /&gt;
&lt;br /&gt;
Mr Paul James Mutton was born the 20th December 1979.&lt;br /&gt;
&lt;br /&gt;
He&#039;s living in Near Bath (United Kingdom).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Domain of work:==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Professional Experience:==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Contact informations:==&lt;br /&gt;
&lt;br /&gt;
Email adress: paul@jibble.org&lt;br /&gt;
&lt;br /&gt;
Phone: +44 (0)20 7558 8800&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Persons]]&lt;/div&gt;</summary>
		<author><name>UE-InfoVis08-10</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Mutton,_Paul&amp;diff=19136</id>
		<title>Mutton, Paul</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Mutton,_Paul&amp;diff=19136"/>
		<updated>2008-04-29T13:55:57Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis08-10: New page: Category:&amp;lt;PERSONS&amp;gt;  ==General informations:==  Mr Paul James Mutton was born the 20th December 1979.  He&amp;#039;s living in Near Bath (United Kingdom).   ==Domain of work:==   ==Professional ...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:&amp;lt;PERSONS&amp;gt;]]&lt;br /&gt;
&lt;br /&gt;
==General informations:==&lt;br /&gt;
&lt;br /&gt;
Mr Paul James Mutton was born the 20th December 1979.&lt;br /&gt;
&lt;br /&gt;
He&#039;s living in Near Bath (United Kingdom).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Domain of work:==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Professional Experience:==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Contact informations:==&lt;br /&gt;
&lt;br /&gt;
Email adress: paul@jibble.org&lt;br /&gt;
&lt;br /&gt;
Phone: +44 (0)20 7558 8800&lt;/div&gt;</summary>
		<author><name>UE-InfoVis08-10</name></author>
	</entry>
</feed>