<?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=PKlinka</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=PKlinka"/>
	<link rel="alternate" type="text/html" href="https://infovis-wiki.net/wiki/Special:Contributions/PKlinka"/>
	<updated>2026-04-04T11:33:06Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.42.6</generator>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=PacificVis_2011&amp;diff=25228</id>
		<title>PacificVis 2011</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=PacificVis_2011&amp;diff=25228"/>
		<updated>2010-12-01T08:17:10Z</updated>

		<summary type="html">&lt;p&gt;PKlinka: Reverted edits by 89.134.46.133 (Talk); changed back to last version by Iwolf&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;*&#039;&#039;&#039;Title&#039;&#039;&#039;: IEEE Pacific Visualization Symposium 2011&lt;br /&gt;
*&#039;&#039;&#039;Date:&#039;&#039;&#039; March 1-4, 2011&lt;br /&gt;
*&#039;&#039;&#039;Location:&#039;&#039;&#039; [[wikipedia:Hong Kong|Hong Kong]]&lt;br /&gt;
*&#039;&#039;&#039;Proceedings Publisher:&#039;&#039;&#039; IEEE&lt;br /&gt;
*&#039;&#039;&#039;Homepage:&#039;&#039;&#039; http://i.cs.hku.hk/~pvis2011/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Paper Submission Deadline:&#039;&#039;&#039; September 24, 2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Conferences]]&lt;/div&gt;</summary>
		<author><name>PKlinka</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Patterns:Filter&amp;diff=25212</id>
		<title>Patterns:Filter</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Patterns:Filter&amp;diff=25212"/>
		<updated>2010-11-30T08:16:09Z</updated>

		<summary type="html">&lt;p&gt;PKlinka: Reverted edits by 46.98.24.96 (Talk); changed back to last version by PKlinka&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| align=&amp;quot;right&amp;quot;&lt;br /&gt;
 | __TOC__&lt;br /&gt;
 |}&lt;br /&gt;
== Summary ==&lt;br /&gt;
A need to reduce the number of visual objects displayed on the screen or to assist the user in finding and focusing on specific items of interest.&lt;br /&gt;
&lt;br /&gt;
== Category ==&lt;br /&gt;
Interaction&lt;br /&gt;
&lt;br /&gt;
== Context ==&lt;br /&gt;
The current view displays items that may be irrelevant to the user&#039;s current task.&lt;br /&gt;
&lt;br /&gt;
== Problem ==&lt;br /&gt;
How to reduce the number of visual objects displayed or assist the user&lt;br /&gt;
in finding and focusing on specific items of interest.&lt;br /&gt;
&lt;br /&gt;
== Forces ==&lt;br /&gt;
* Need to find specific items&lt;br /&gt;
* May need to maintain the context of those items found&lt;br /&gt;
* Large number of items in view, many of which are irrelevant to the current task&lt;br /&gt;
== Solution ==&lt;br /&gt;
&#039;&#039;&#039;Filter out some of the displayed items.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Filtering facilities can help to reduce the number of data items&lt;br /&gt;
displayed to those of specific interest to the user and their current task.&lt;br /&gt;
This helps to reduce the visual complexity of the display. Typically&lt;br /&gt;
widgets such as sliders, buttons, menus, etc., are attached to different&lt;br /&gt;
attributes of the data. Manipulating these controls to specify the desired&lt;br /&gt;
attribute values should cause a rapid update of the main display. This&lt;br /&gt;
relates to [[Patterns:Dynamic Queries|Dynamic Queries]]. The choice of which attributes to allow the&lt;br /&gt;
user to filter by may be determined from the task analysis stage.&lt;br /&gt;
One potential problem with filtering is that because items are removed&lt;br /&gt;
from the display, the context of the remaining items may be lost. One&lt;br /&gt;
solution is to change a visual feature of the surviving items e.g. colour,&lt;br /&gt;
rather than removing those that don’t pass the filter. In effect making the&lt;br /&gt;
relevant items more salient. This means that the surviving items context&lt;br /&gt;
is preserved but the visual complexity of the display stays high. In&lt;br /&gt;
addition altering a visual feature in such a way may alter or lose the&lt;br /&gt;
meaning of the associated data value.&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
* Film Finder&amp;lt;ref&amp;gt;Ahlberg, C., Shneiderman, B. (1994). Visual information seeking: tight coupling of dynamic&lt;br /&gt;
query filters with starfield displays. In: Human Factors and Computing Systems. Boston,&lt;br /&gt;
USA, 24-28 April 1994. pp 313-317.&amp;lt;/ref&amp;gt;&lt;br /&gt;
[[Image:filmfinder.png|150px|thumb|Film Finder]]&lt;br /&gt;
* [http://www.cs.umd.edu/hcil/lifelines/ LifeLines]&amp;lt;ref&amp;gt;Plaisant, C. et al. (1996). LifeLines : Visualizing Personal Histories. In: Conference on&lt;br /&gt;
Human Factors in Computing Systems. Vancouver, British Columbia, Canada, 13-18 April&lt;br /&gt;
1996. pp 221-227.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Related Patterns ==&lt;br /&gt;
* [[Patterns:Context-Maintained Filter|Context-Maintained Filter]]&lt;br /&gt;
* [[Patterns:Reduction Filter|Reduction Filter]]&lt;br /&gt;
* [[Patterns:Dynamic Queries|Dynamic Queries]]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
See also: Wilkins, B., (2003). “MELD: A Pattern Supported Methodology for Visualisation Design”, PhD Dissertation, University of Birmingham, UK.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Patterns]]&lt;/div&gt;</summary>
		<author><name>PKlinka</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Category:Publications&amp;diff=25145</id>
		<title>Category:Publications</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Category:Publications&amp;diff=25145"/>
		<updated>2010-11-18T08:15:30Z</updated>

		<summary type="html">&lt;p&gt;PKlinka: Reverted edits by Uwicawit (Talk); changed back to last version by PKlinka&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{RecentPublications}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Top level]]&lt;/div&gt;</summary>
		<author><name>PKlinka</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Patterns:Filter&amp;diff=24919</id>
		<title>Patterns:Filter</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Patterns:Filter&amp;diff=24919"/>
		<updated>2010-11-10T09:38:09Z</updated>

		<summary type="html">&lt;p&gt;PKlinka: Reverted edits by 85.158.41.148 (Talk); changed back to last version by Thatbrock&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| align=&amp;quot;right&amp;quot;&lt;br /&gt;
 | __TOC__&lt;br /&gt;
 |}&lt;br /&gt;
== Summary ==&lt;br /&gt;
A need to reduce the number of visual objects displayed on the screen or to assist the user in finding and focusing on specific items of interest.&lt;br /&gt;
&lt;br /&gt;
== Category ==&lt;br /&gt;
Interaction&lt;br /&gt;
&lt;br /&gt;
== Context ==&lt;br /&gt;
The current view displays items that may be irrelevant to the user&#039;s current task.&lt;br /&gt;
&lt;br /&gt;
== Problem ==&lt;br /&gt;
How to reduce the number of visual objects displayed or assist the user&lt;br /&gt;
in finding and focusing on specific items of interest.&lt;br /&gt;
&lt;br /&gt;
== Forces ==&lt;br /&gt;
* Need to find specific items&lt;br /&gt;
* May need to maintain the context of those items found&lt;br /&gt;
* Large number of items in view, many of which are irrelevant to the current task&lt;br /&gt;
== Solution ==&lt;br /&gt;
&#039;&#039;&#039;Filter out some of the displayed items.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Filtering facilities can help to reduce the number of data items&lt;br /&gt;
displayed to those of specific interest to the user and their current task.&lt;br /&gt;
This helps to reduce the visual complexity of the display. Typically&lt;br /&gt;
widgets such as sliders, buttons, menus, etc., are attached to different&lt;br /&gt;
attributes of the data. Manipulating these controls to specify the desired&lt;br /&gt;
attribute values should cause a rapid update of the main display. This&lt;br /&gt;
relates to [[Patterns:Dynamic Queries|Dynamic Queries]]. The choice of which attributes to allow the&lt;br /&gt;
user to filter by may be determined from the task analysis stage.&lt;br /&gt;
One potential problem with filtering is that because items are removed&lt;br /&gt;
from the display, the context of the remaining items may be lost. One&lt;br /&gt;
solution is to change a visual feature of the surviving items e.g. colour,&lt;br /&gt;
rather than removing those that don’t pass the filter. In effect making the&lt;br /&gt;
relevant items more salient. This means that the surviving items context&lt;br /&gt;
is preserved but the visual complexity of the display stays high. In&lt;br /&gt;
addition altering a visual feature in such a way may alter or lose the&lt;br /&gt;
meaning of the associated data value.&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
* Film Finder&amp;lt;ref&amp;gt;Ahlberg, C., Shneiderman, B. (1994). Visual information seeking: tight coupling of dynamic&lt;br /&gt;
query filters with starfield displays. In: Human Factors and Computing Systems. Boston,&lt;br /&gt;
USA, 24-28 April 1994. pp 313-317.&amp;lt;/ref&amp;gt;&lt;br /&gt;
[[Image:filmfinder.png|150px|thumb|Film Finder]]&lt;br /&gt;
* [http://www.cs.umd.edu/hcil/lifelines/ LifeLines]&amp;lt;ref&amp;gt;Plaisant, C. et al. (1996). LifeLines : Visualizing Personal Histories. In: Conference on&lt;br /&gt;
Human Factors in Computing Systems. Vancouver, British Columbia, Canada, 13-18 April&lt;br /&gt;
1996. pp 221-227.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Related Patterns ==&lt;br /&gt;
* [[Patterns:Context-Maintained Filter|Context-Maintained Filter]]&lt;br /&gt;
* [[Patterns:Reduction Filter|Reduction Filter]]&lt;br /&gt;
* [[Patterns:Dynamic Queries|Dynamic Queries]]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
See also: Wilkins, B., (2003). “MELD: A Pattern Supported Methodology for Visualisation Design”, PhD Dissertation, University of Birmingham, UK.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Patterns]]&lt;/div&gt;</summary>
		<author><name>PKlinka</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Template:News&amp;diff=24914</id>
		<title>Template:News</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Template:News&amp;diff=24914"/>
		<updated>2010-11-09T09:58:32Z</updated>

		<summary type="html">&lt;p&gt;PKlinka: Reverted edits by 92.249.84.146 (Talk); changed back to last version by Mhohl&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!-- Start new stories below, newest at top! Keep in mind to write an article in the News-Category for every topic using the corresponding headline as title and link it here. --&amp;gt;&lt;br /&gt;
&amp;lt;!-- HOW TO ENTER NEWS:                                                                            --&amp;gt;&lt;br /&gt;
&amp;lt;!--                                                                                                               --&amp;gt;&lt;br /&gt;
&amp;lt;!-- 1) Insert a story headline below (including the current date).                  --&amp;gt;&lt;br /&gt;
&amp;lt;!--     Format:                                                                                              --&amp;gt;&lt;br /&gt;
&amp;lt;!--     *[[2009-01-26: Parsons Journal for Information Mapping (PJIM) Call for Papers and Projects]]                                                           --&amp;gt;&lt;br /&gt;
&amp;lt;!--     Example:  *[[2005-06-20: InfoVis:Wiki upgrades to MediaWiki 1.4.5]] --&amp;gt;&lt;br /&gt;
&amp;lt;!-- 2) &amp;quot;Save page&amp;quot;                                                                                         --&amp;gt;&lt;br /&gt;
&amp;lt;!-- 3) Click newly created Wiki link (red) and edit the text of your entry       --&amp;gt;&lt;br /&gt;
&amp;lt;!-- 4) Assign TWO categories to your entry (News + Archive)                       --&amp;gt;&lt;br /&gt;
&amp;lt;!--    4.1) [[Category:News]] (without this, it won&#039;t appear in the RSS feed)   --&amp;gt;&lt;br /&gt;
&amp;lt;!--    4.2) [[Category:YEAR/MONTH]] (this is important forthe archive)        --&amp;gt; &lt;br /&gt;
&amp;lt;!--           Example: [[Category:2005/06]]   --&amp;gt;&lt;br /&gt;
*[[2010-10-25: CFP: Making visible the invisible: Data Visualisation in Art, Design and Science Collaborations  (Dec. 6th 2010, UK)]]&lt;br /&gt;
*[[2010-10-05: Job: Professor and Senior Lecturer in Computing at Northumbria University]]&lt;br /&gt;
*[[2010-09-02: CFP: Special Issue on Information Visualization: State of the Field and New Research Directions]]&lt;br /&gt;
*[[2010-08-19 Job: PhD Position in Visual Analytics for Network Security]]&lt;br /&gt;
*[[2010-08-09: Job: Interaction Designer (InfoVis) for energy consumption research project (FH Potsdam, Berlin, Germany)]]&lt;br /&gt;
*[[2010-07-08: CFP: Visual Analytics in Health Care Workshop 2010]]&lt;br /&gt;
*[[2010-07-07: CFP: Test wikipedia 2010]] &lt;br /&gt;
*[[2010-06-25: CFP: InfoVis Discovery Exhibition @ VisWeek 2010]] &lt;br /&gt;
*[[2010-06-22: CFP: Intelligent Data Analysis in bioMedicine And Pharmacology (IDAMAP 2010)]]&lt;br /&gt;
*[[2010-06-16: Master by Research in the Area of Visual Analytics (London, UK)]]&lt;br /&gt;
*[[2009-16-10: CFP: ACM Symposium on Software Visualization (SoftVis&#039;10) - Posters and Tool Demos]]&lt;br /&gt;
*[[2010-06-09: Open Position - Visualization Researchers and Interns - Microsoft Research Asia (Beijing, China)]]&lt;br /&gt;
*[[2010-06-01: Open Position - Visualization Research Scientist - Agilent Technologies (Santa Clara, CA, USA]]&lt;br /&gt;
*[[2010-05-25: Job: Seeking PROCESSING expert to program interactive information visualizations (Babson College, MA, USA)]]&lt;br /&gt;
*[[2010-05-09: CFP: VAKD @ ICDM 2010]]&lt;br /&gt;
*[[2010-05-07: Job: Assistant/Associate Professor in HCI and Visualization, VBI at Virginia Tech]]&lt;br /&gt;
*[[2010-04-30: Job: PhD Position Available with Clique SRC in Graph Visualization, UCD Dublin]]&lt;br /&gt;
*[[2010-03-25: CFP: ACM Transactions on Intelligent Systems and Technology (ACM TIST) Special Issue on Intelligent Visual Interfaces for Text Analysis]]&lt;br /&gt;
*[[2010-03-22: Kasper Hornbæk announced to deliver the keynote at BELIV&#039;10 on April 10, 2010]]&lt;br /&gt;
*[[2010-02-16: CFP: VAST @ VisWeek 2010]]&lt;br /&gt;
*[[2010-01-28: CFP: 4th Int Symposium on Info Vis in Biomedical Informatics (IVBI)]]&lt;br /&gt;
*[[2010-01-28: Job: Summer internship at i2, Cambridge UK]]&lt;br /&gt;
*[[2009-12-23: CFP: Arts / Humanities / Complex Networks - a Leonardo satellite symposium at NetSci2010]]&lt;br /&gt;
*[[2009-12-16: CFP: IEEE Symposium on Software Visualization (SoftVis&#039;10)]]&lt;br /&gt;
*[[2009-11-16: Visual Analytics and Privacy: request for opinions / information / collaboration]]&lt;br /&gt;
*[[2009-11-11: Flex Based Data Analysis and Visualization Component Released]]&lt;br /&gt;
*[[2009-11-10: CFP: EMBO Workshop on Visualizing Biological Data (VizBi)]]&lt;br /&gt;
*[[2009-10-01: CFP: GeoVA(t) - Geospatial Visual Analytics: Focus on Time (workshop and special issue)]]&lt;br /&gt;
*[[2009-09-22: Information Visualization of Media Art Archives]]&lt;br /&gt;
*[[2009-08-31: Research Position at University of Konstanz, Germany]]&lt;br /&gt;
*[[2009-08-22: CFP: Workshop on Visual Analytics in Software Engineering]]&lt;br /&gt;
*[[2009-08-21: ]] Deadline extention till 21st of August: 3rd Nokia Ubimedia MindTrek Awards Competition&lt;br /&gt;
*[[2009-07-01: Workshop: Announcement, VisWeek Workshop on Collaborative Visualization on Interactive Surfaces]]&lt;br /&gt;
*[[2009-06-23: Job: Post-Doctoral Fellowship in Geo Visual Analytics, Memorial University, Canada]]&lt;br /&gt;
*[[2009-06-16: Job Offer: 1-2 Years Engineer Position to Design Java Interfaces for Interoperability between InfoVis Toolkits (data model, IO, Layout, etc.), INRIA, Paris, France]]&lt;br /&gt;
*[[2009-06-10: Job Offer: PhD candidate fo the research project VIENA (Visual Enterprise Network Analytics), Danube University Krems, Austria]]&lt;br /&gt;
*[[2009-06-03: Job Offer: Postdoc in Relational and Multivariate Information Visualization, Groningen, the Netherlands]]&lt;br /&gt;
*[[2009-05-19: CFP: InfoVis Discovery Exhibition]] &lt;br /&gt;
*[[2009-04-01: Web-based study on visual search]]&lt;br /&gt;
*[[2009-03-31: Job: 2 PhD and 1 PostDoc position at INRIA Bordeaux, France]]&lt;br /&gt;
*[[2009-03-03: Job: Post-Doctoral Fellowship in Geo Visual Analytics, Memorial University, Canada]]&lt;br /&gt;
*[[2009-02-27: Job: Summer internship at i2, Cambridge UK]]&lt;br /&gt;
*[[2009-02-21: CFP: VizSec 2009 Workshop on Visualization for Cyber Security]]&lt;br /&gt;
*[[2009-02-04: Job Offer: Information Visualization Researcher, New York, USA]]&lt;br /&gt;
*[[2009-01-26: Job Offer: PhD Position in Information Visualization, Växjö University, Sweden, and TU Kaiserslautern, Germany]]&lt;br /&gt;
*[[2009-01-10: WikIT, a wiki on information mapping, is now open]]&lt;br /&gt;
*[[2008-12-19: Job: Postdoc in Visual Perception, Delft University of Technology, The Netherlands]]&lt;br /&gt;
*[[2008-12-19: Job: PostDoc/PhD position in Visualization and Analysis of Analytical Data, Vienna Univ. of Technology, Austria]]&lt;br /&gt;
*[[2008-12-18: CFP: Information Visualization in Biomedical Informatics at IV&#039;09 - July 15, 2009, Barcelona, Spain]]&lt;br /&gt;
*[[2008-12-17: CFP for Special Session on Visualization and Collaboration at CTS&#039;09]]&lt;br /&gt;
*[[2008-12-15: Job Offer: PostDoc in Visualization at University of Bergen, Norway]]&lt;br /&gt;
*[[2008-12-15: What Jobs Are There in Data Visualization?]]&lt;br /&gt;
*[[2008-12-11: 1st International Symposium Information Visualization Evaluation (IVE) Call for Papers]]&lt;br /&gt;
*[[2008-12-04: Job Offer: Data Analysis and Visual Analytics Ph.D. Fellowships at UNC Charlotte and Georgia Tech]]&lt;br /&gt;
*[[2008-12-03: Job Offer: visual and algorithmic analysis of movement and event data, Univ. Bonn]]&lt;br /&gt;
*[[2008-11-27: Job Offer: University of Milan is seeking two PhD students]]&lt;br /&gt;
*[[2009-10-14: Parsons Journal for Information Mapping (PJIM): Call for Papers and Projects]]&lt;br /&gt;
*[[2008-10-21: Live coverage of VisWeek 2008]]&lt;br /&gt;
*[[2008-10-20: CFP: Workshop on Collaborative Information Visualization On Interactive Surfaces]]&lt;br /&gt;
*[[2008-10-20: 14 Misconceptions About Charts and Graphs]]&lt;br /&gt;
*[[2008-10-17: Presentation of Eric Rodenbeck, &amp;quot;information Visualization Is A Medium&amp;quot;]]&lt;br /&gt;
*[[2008-10-14: WET: The Website Exploration Tool demo still available at www.infovis.net]]&lt;br /&gt;
*[[2008-10-10: BirdEye: visual analytics API under development]]&lt;br /&gt;
*[[2008-10-09: Open Position: Visualization Research Scientist at Agilent Laboratories]]&lt;br /&gt;
*[[2008-10-02: Job Offer: PhD position in Collaborative Visual Analytics]] &lt;br /&gt;
*[[2008-09-03: Job Offer: Tenure-Track Position in Interactive Visual Media at Arizona State University]]&lt;br /&gt;
[[Image:Ogawa08codeswarm.png|right|100px]]&lt;br /&gt;
*[[2008-08-26: code_swarm - Dynamic visualization of Open Source Software project evolution]]&lt;br /&gt;
*[[2008-07-21: Visual Thinking Taxonomy v5.0]]&lt;br /&gt;
*[[2008-07-17: Job Offer: Full Professor of (Scientific) Visualisation at University of Vienna]]&lt;br /&gt;
[[Image:Ivda_fish-image_web.jpg|right|100px]]&lt;br /&gt;
*[[2008-07-03: New educational program on &amp;quot;Interactive Visualization and Data Analysis&amp;quot;]]&lt;br /&gt;
*[[2008-06-23: IEEE VisWeek 2008 - 2nd Call for participation]]&lt;br /&gt;
*[[2008-06-20: VizSec 2008 - Call for Posters and Demonstrations]]&lt;br /&gt;
*[[2008-06-09: IEEE VisWeek 2008 - Call for Student Volunteers]]&lt;br /&gt;
*[[2008-06-06: PhD position &amp;quot;An interactive personal assistant for document visualization during meetings&amp;quot; at IDIAP Research Institute, Martigny, Switzerland]]&lt;br /&gt;
*[[2008-06-03: Seminar on Interactive Visualization and Data Analysis (in German) at Danube University Krems, Austria]]&lt;br /&gt;
*[[2008-06-03: Job Offer: PhD Position in Information Visualization, Växjö University, Sweden, and TU Kaiserslautern, Germany]]&lt;br /&gt;
*[[2008-05-27: Four 4(!) open PhD Fellowship Positions]], [http://www.ii.UiB.no/vis/ www.ii.UiB.no/vis], application deadline June 10th, 2008&lt;br /&gt;
*[[2008-05-20: Open Position: Designer / Developer for Interactive Visualizations - June 14th 2008]]&lt;br /&gt;
*[[2008-05-12: ICAART 2009: Full Paper Submission: July 22 , 2008]] &lt;br /&gt;
*[[2008-04-22: Doctoral Positions at Fraunhofer IAIS]] &lt;br /&gt;
*[[2008-06-15: Interactive Visualization for Computational Linguistics Tutorial at ACL/HLT &#039;08]]&lt;br /&gt;
*[[2008-04-10: CFP: VizSEC 2008 Update]] &lt;br /&gt;
*[[2008-03-17: Vis, InfoVis, VAST 2008 Abstract Deadline is coming up]]&lt;br /&gt;
*[[2008-03-14: Review Volunteering for Vis, InfoVis, VAST]]&lt;br /&gt;
*[[2008-03-10: CFP: Special Issue of IEEE Computer Graphics and Applications (CG&amp;amp;A) on Visual Analytics Evaluation]]&lt;br /&gt;
*[[2008-03-10: VAST Challenge 2008 announced]]&lt;br /&gt;
*[[2008-03-10: SEMVAST: New Resource on Visual Analytics Evaluation]]&lt;br /&gt;
*[[2008-03-06: CFP: Geospatial Visual Analytics, Workshop and Special Issue of the CaGIS journal]] &lt;br /&gt;
*[[2008-03-06: Call for Participation: Interactive Visual Exploration of Electronic Health Records Workshop]]&lt;br /&gt;
*[[2008-03-05: BIOSTEC 2009: Full Paper Submission: June 27, 2008]]&lt;br /&gt;
*[[2008-03-03: Bergen Job Offer: PhD Fellowship in MedVis]]&lt;br /&gt;
*[[2008-02-20: InfoVis:Wiki will be temporarily down for maintenance today]]&lt;br /&gt;
*[[2008-02-06: New book &amp;quot;Visualization for Information Retrieval&amp;quot; by Jin Zhang]]&lt;br /&gt;
*[[2008-01-19: New issue of Inf@Vis! (infovis.net) on &amp;quot;Intelligent Legends&amp;quot; available]]&lt;br /&gt;
*[[2008-01-19: Job Offer: Tenured faculty position in HCI at the University of Zurich]]&lt;br /&gt;
*[[2008-01-16: Assistant Professor in New Media Technology; MODUL University Vienna, Austria]]&lt;br /&gt;
*[[2008-01-16: Job Offer: PhD Position in Information Visualization, Växjö University, Sweden, and TU Kaiserslautern, Germany]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[:Category:News|&#039;&#039;&#039;News Archive...&#039;&#039;&#039;]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.infovis-wiki.net/index.php?title=Special:Newsfeed&amp;amp;feed=rss News as RSS feed]&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;small&amp;gt;[[InfoVis:Wiki_RSS_Feeds|List of all available RSS feeds]]&amp;lt;/small&amp;gt;&lt;/div&gt;</summary>
		<author><name>PKlinka</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Mazza,_Riccardo&amp;diff=24837</id>
		<title>Mazza, Riccardo</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Mazza,_Riccardo&amp;diff=24837"/>
		<updated>2010-10-27T07:28:56Z</updated>

		<summary type="html">&lt;p&gt;PKlinka: Reverted edits by 118.142.70.2 (Talk); changed back to last version by Markus&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:MazzaRiccardo.jpg]]&lt;br /&gt;
&amp;lt;br \&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;University of Lugano &amp;lt;BR \&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
Facluty of Communication Sciences&amp;lt;BR \&amp;gt;&lt;br /&gt;
Facluty of Informatics&amp;lt;BR \&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Academic Grade ==&lt;br /&gt;
&lt;br /&gt;
Ph.D in Communication Sciences, Universita della Sivzzera Italiana/ University of Lugano (Switzerland). Title of the dissertation „Using Information Visualisation to Facilitate Instructors in Web-based Distance Education“ Promoted in June 2004&amp;lt;br \&amp;gt;&lt;br /&gt;
&amp;lt;br \&amp;gt;&lt;br /&gt;
Graduated in Computer Science, University of Pisa, 1997&amp;lt;br \&amp;gt;&lt;br /&gt;
&amp;lt;br \&amp;gt;&lt;br /&gt;
Postgraduate specialisation in Information Technologies, Centro Cefriel - Milano, 1997&amp;lt;br \&amp;gt;&lt;br /&gt;
&amp;lt;br \&amp;gt;&lt;br /&gt;
[http://www.inf.unisi.ch/assistants/mazza/Web_area/Curriculum/curriculum_completo_en.pdf CV]&lt;br /&gt;
&lt;br /&gt;
== Current Employment ==&lt;br /&gt;
 &lt;br /&gt;
&#039;&#039;Universitá della Svizzera Italiana/ University of Lugano&#039;&#039;, faculty of Communication Sciences: PostDoc researcher and teaching assistant&amp;lt;br \&amp;gt;&lt;br /&gt;
&#039;&#039;Universitá della Svizzera Italiana/ University of Lugano&#039;&#039;, faculty of Informatics: PostDoc teaching assistant&amp;lt;br \&amp;gt;&lt;br /&gt;
&#039;&#039;Telos Internet Solutions SAGL&#039;&#039;, founding partner&lt;br /&gt;
&lt;br /&gt;
== Research Interest ==&lt;br /&gt;
&lt;br /&gt;
Information Visualization&amp;lt;br \&amp;gt;&lt;br /&gt;
Student modelling and external graphical representations in distance education&lt;br /&gt;
&lt;br /&gt;
== Current Research Projects ==&lt;br /&gt;
&lt;br /&gt;
[http://www.istituti.usilu.net/mazzar/Projects/Peng/index.html PENG - Personalized News Content Programming]&amp;lt;br \&amp;gt;&lt;br /&gt;
[http://www.peng-project.org/ Official Peng Project Homepage]&amp;lt;br \&amp;gt;&amp;lt;br \&amp;gt;&lt;br /&gt;
[http://www.istituti.usilu.net/mazzar/Projects/Viz_ch/index.html Viz.ch]&amp;lt;br \&amp;gt;&lt;br /&gt;
[http://www.istituti.usilu.net/mazzar/Projects/PF/index.html The Fundamental Programming Modules]&lt;br /&gt;
&lt;br /&gt;
== List of Publications ==&lt;br /&gt;
&lt;br /&gt;
Because there are so many publications of Riccardo Mazza, you can find the full list [http://www.istituti.usilu.net/mazzar/papers.htm here.]&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Awards ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2004 - Best Alternate Tracks Paper Award&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
Riccardo Mazza, Vania Dimitrova. Visualising Student Tracking Data to Support Instructors in&lt;br /&gt;
Web-Based Distance Education. In: 13th International World Wide Web Conference (WWW 2004) -&lt;br /&gt;
Educational Track. New York May 17-22.&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;1998 - “1st Silicon-Cray Award”&#039;&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
supported by Silicon Graphics Italia &amp;amp; Cray Research. Special mention for the work with title: &amp;quot;Un sistema per il riconoscimento di comandi gestuali&amp;quot;.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== External Links==&lt;br /&gt;
&lt;br /&gt;
[http://www.inf.unisi.ch/assistants/mazza/ Personal Homepage]&amp;lt;br \&amp;gt;&lt;br /&gt;
[http://www.unisi.ch/ University of Lugano]&amp;lt;br \&amp;gt;&lt;br /&gt;
[http://www.di.unipi.it/ University of Pisa]&amp;lt;br \&amp;gt;&lt;br /&gt;
[http://www.cefriel.it/ Centro Cefriel - Milano]&amp;lt;br \&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Persons]]&lt;/div&gt;</summary>
		<author><name>PKlinka</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=2007-02-15:_New_issue_of_Inf@Vis!_(infovis.net)_on_%22InfoVis_Diagram%22_available&amp;diff=24608</id>
		<title>2007-02-15: New issue of Inf@Vis! (infovis.net) on &quot;InfoVis Diagram&quot; available</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=2007-02-15:_New_issue_of_Inf@Vis!_(infovis.net)_on_%22InfoVis_Diagram%22_available&amp;diff=24608"/>
		<updated>2010-09-01T07:35:43Z</updated>

		<summary type="html">&lt;p&gt;PKlinka: Reverted edits by 118.69.226.73 (Talk); changed back to last version by Iwolf&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The new issue of Inf@Vis! (The digital magazine of InfoVis.net) on &#039;&#039;&#039;InfoVis Diagram&#039;&#039;&#039; is the second part of the analysis of the process of Information Visualization which leads from data to understanding:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Engelhardt07infovis-diagram.gif|right|thumb|300px|The Infovis diagram.&amp;lt;br&amp;gt;[Dürsteler, 2007]]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Quotation|In this issue we describe the diagram for the process of Information Visualisation as seen by Yuri Engelhardt and the author after a series of discussions about its nature and the process that leads from Data to Understanding.|[Dürsteler, 2007]}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Full article: http://www.infovis.net/printMag.php?num=187&amp;amp;lang=2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
[Dürsteler, 2007] Juan C. Dürsteler, [http://www.infovis.net/printMag.php?num=187&amp;amp;lang=2 InfoVis Diagram], Inf@Vis! (The digital magazine of InfoVis.net), Created at: Feb. 12, 2007, Retrieved at: Feb. 15, 2007, http://www.infovis.net/printMag.php?num=187&amp;amp;lang=2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:News]][[Category:2007/02]]&lt;/div&gt;</summary>
		<author><name>PKlinka</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Category:Publications&amp;diff=24576</id>
		<title>Category:Publications</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Category:Publications&amp;diff=24576"/>
		<updated>2010-08-17T07:08:54Z</updated>

		<summary type="html">&lt;p&gt;PKlinka: Reverted edits by 62.23.136.36 (Talk); changed back to last version by PKlinka&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{RecentPublications}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Top level]]&lt;/div&gt;</summary>
		<author><name>PKlinka</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Kerren,_A.,_Ebert,_A._and_Meyer_J._(Eds.):_Human-centered_Visualization_Environments,_volume_4417_of_LNCS_Tutorial,_Springer,_2007&amp;diff=24574</id>
		<title>Kerren, A., Ebert, A. and Meyer J. (Eds.): Human-centered Visualization Environments, volume 4417 of LNCS Tutorial, Springer, 2007</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Kerren,_A.,_Ebert,_A._and_Meyer_J._(Eds.):_Human-centered_Visualization_Environments,_volume_4417_of_LNCS_Tutorial,_Springer,_2007&amp;diff=24574"/>
		<updated>2010-08-17T07:06:43Z</updated>

		<summary type="html">&lt;p&gt;PKlinka: Reverted edits by 62.23.136.36 (Talk); changed back to last version by Kerren&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:LNCS4417-small.gif|thumb|left|[Springer, 2007]]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Type:&amp;lt;/b&amp;gt; Softcover&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;Editors:&amp;lt;/b&amp;gt; [[Kerren, Andreas|Andreas Kerren]], [[Ebert, Achim|Achim Ebert]], and [[Meyer, Jörg|Jörg Meyer]]&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;Pages:&amp;lt;/b&amp;gt; 403&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;Publisher:&amp;lt;/b&amp;gt; Springer&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;Publication Date:&amp;lt;/b&amp;gt; July 2007&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;Series:&amp;lt;/b&amp;gt; Volume 4417 of LNCS Tutorial&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This tutorial book features an augmented selection of the material presented at the GI-Dagstuhl Research Seminar on Human-Centered Visualization Environments, HCVE 2006, held in Dagstuhl Castle, Germany in March 2006. It presents eight tutorial lectures that are the thoroughly cross-reviewed and revised versions of the summaries and findings presented and discussed at the seminar. After an introduction to human-centered visualization environments, the book shows the fundamental principles and methods in that area, such as human-centered aspects, interacting with visualizations, visual representations, as well as challenges and unsolved problems. The book also includes lectures on domain-specific visualization describing geographic visualization, algorithm animation, and biomedical information visualization. [Springer, 2007]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{ISBN|978-3-540-71948-9}}&lt;br /&gt;
&lt;br /&gt;
== Table of Contents ==&lt;br /&gt;
&lt;br /&gt;
*Preface&lt;br /&gt;
*List of Contributors&lt;br /&gt;
*1 Introduction to Human-Centered Visualization Environments (A. Kerren, A. Ebert, and J. Meyer)&lt;br /&gt;
*2 Human-Centered Aspects (O. Kulyk, R. Kosara, J. Urquiza, and I. Wassink)&lt;br /&gt;
**2.1 Human-Centered Approach&lt;br /&gt;
**2.2 Usability in Human-Centered Design&lt;br /&gt;
***2.2.1 Defining Usability&lt;br /&gt;
***2.2.2 Evaluating Usability&lt;br /&gt;
***2.2.3 Improving Usability&lt;br /&gt;
***2.2.4 Usability and Information Overload&lt;br /&gt;
**2.3 User Aims and Requirements&lt;br /&gt;
***2.3.1 Characteristics of Good Visualizations and User Interfaces&lt;br /&gt;
***2.3.2 Essential Elements of Successful Visualization&lt;br /&gt;
***2.3.3 Dimensions in Visualization&lt;br /&gt;
***2.3.4 Steps in Visualization Design&lt;br /&gt;
***2.3.5 The Design Cycle&lt;br /&gt;
***2.3.6 User Analysis&lt;br /&gt;
***2.3.7 User Requirements&lt;br /&gt;
***2.3.8 Task Analysis&lt;br /&gt;
***2.3.9 Task Modeling&lt;br /&gt;
***2.3.10 Designing for and with Users&lt;br /&gt;
**2.4 Evaluation of Visualization Environments&lt;br /&gt;
***2.4.1 Human-Centered Evaluation in Visualization Practice&lt;br /&gt;
***2.4.2 Evaluation Methods&lt;br /&gt;
***2.4.3 Designing Experiments&lt;br /&gt;
***2.4.4 Challenges in Evaluation of Collaborative Visualization Environments&lt;br /&gt;
**2.5 User Studies and a Science of Visualization&lt;br /&gt;
***2.5.1 Survey of Information Visualization Studies&lt;br /&gt;
***2.5.2 The Future of User Studies&lt;br /&gt;
**2.6 Chapter Notes&lt;br /&gt;
*3 Interacting with Visualizations (W. Fikkert, M. D’Ambros, T. Bierz, and T.J. Jankun-Kelly)&lt;br /&gt;
**3.1 Interaction&lt;br /&gt;
***3.1.1 Describing Interaction&lt;br /&gt;
***3.1.2 Defining Interaction&lt;br /&gt;
**3.2 Influences of Display Technologies&lt;br /&gt;
***3.2.1 Survey of Display Technologies&lt;br /&gt;
***3.2.2 Scales of Interaction&lt;br /&gt;
***3.2.3 Display Interaction Modalities and Media&lt;br /&gt;
***3.2.4 Interfaces and Usability for Novel Displays&lt;br /&gt;
***3.2.5 Display Device Challenges in Visualization&lt;br /&gt;
**3.3 Multimodal Interaction&lt;br /&gt;
***3.3.1 Unimodality Versus Multimodality&lt;br /&gt;
***3.3.2 Issues to Deal with in Multimodal Interaction&lt;br /&gt;
***3.3.3 Myths of Multimodality&lt;br /&gt;
***3.3.4 Survey of Enabling Technologies&lt;br /&gt;
***3.3.5 Overview of Approaches to Multimodal Interaction&lt;br /&gt;
***3.3.6 Enabling Multimodal Interaction&lt;br /&gt;
**3.4 Visualizations in Multi-party Environments&lt;br /&gt;
***3.4.1 Collaborating with Visualizations&lt;br /&gt;
***3.4.2 Models for Distributed Collaborative Visualization&lt;br /&gt;
***3.4.3 Evaluation Criteria&lt;br /&gt;
***3.4.4 Survey of Collaborative Visualization Systems&lt;br /&gt;
***3.4.5 Challenges for Multi-party Visualizations&lt;br /&gt;
**3.5 Chapter Notes&lt;br /&gt;
*4 Visual Representations (C. Görg, M. Pohl, E. Qeli, and K. Xu)&lt;br /&gt;
**4.1 Perceptual and Cognitive Issues&lt;br /&gt;
***4.1.1 The Visualization Process&lt;br /&gt;
***4.1.2 Types of Data&lt;br /&gt;
***4.1.3 Preattentive Processing&lt;br /&gt;
**4.2 Information Visualization Criteria and Metaphors&lt;br /&gt;
***4.2.1 Information Visualization Criteria&lt;br /&gt;
***4.2.2 Metaphors&lt;br /&gt;
**4.3 Multivariate Visualization Techniques&lt;br /&gt;
***4.3.1 Low-Dimensional Data Visualization&lt;br /&gt;
***4.3.2 Multidimensional Data Visualization&lt;br /&gt;
***4.3.3 Usability Issues on Multidimensional Data Visualization&lt;br /&gt;
**4.4 Graphs and Trees&lt;br /&gt;
***4.4.1 Applications&lt;br /&gt;
***4.4.2 Background&lt;br /&gt;
***4.4.3 Aesthetics vs. Graph Readability&lt;br /&gt;
***4.4.4 Layout vs. Graph Readability&lt;br /&gt;
***4.4.5 Large Graphs&lt;br /&gt;
***4.4.6 Integrated Graph Drawing&lt;br /&gt;
***4.4.7 Labeling of Graphs&lt;br /&gt;
**4.5 Multiple Views&lt;br /&gt;
***4.5.1 Classification&lt;br /&gt;
***4.5.2 The Design of Multiple Views&lt;br /&gt;
***4.5.3 Interaction&lt;br /&gt;
***4.5.4 Comparison with Integrated Views&lt;br /&gt;
**4.6 Chapter Notes&lt;br /&gt;
*5 Challenges and Unsolved Problems (R.S. Laramee, R. Kosara)&lt;br /&gt;
**5.1 Classification of Future Challenges and Unsolved Problems in Human-Centered Visualization&lt;br /&gt;
***5.1.1 Human-Centered Challenges&lt;br /&gt;
***5.1.2 Technical Challenges&lt;br /&gt;
***5.1.3 Financial Challenges&lt;br /&gt;
**5.2 Chapter Notes&lt;br /&gt;
*6 Geographic Visualization (M. Nöllenburg)&lt;br /&gt;
**6.1 Goals of Geovisualization&lt;br /&gt;
**6.2 Driving Forces of Geovisualization&lt;br /&gt;
**6.3 Cognitive Aspects&lt;br /&gt;
***6.3.1 Visual Thinking&lt;br /&gt;
***6.3.2 Graphic Variables&lt;br /&gt;
**6.4 Visualization Methods and Techniques&lt;br /&gt;
***6.4.1 Geospatial Data&lt;br /&gt;
***6.4.2 2D Cartographic Visualization&lt;br /&gt;
***6.4.3 3D Cartographic Visualization&lt;br /&gt;
***6.4.4 Visual Data Mining Tools&lt;br /&gt;
***6.4.5 Animation&lt;br /&gt;
***6.4.6 Spatio-Temporal Visualization&lt;br /&gt;
***6.4.7 Interactive User Interfaces&lt;br /&gt;
***6.4.8 Combining Visual and Computational Exploration&lt;br /&gt;
**6.5 Geovisualization Tools&lt;br /&gt;
**6.6 Usability of Geovisualization Systems&lt;br /&gt;
***6.6.1 Involving Users in the Design of Geovisualizations&lt;br /&gt;
***6.6.2 Results from User Studies&lt;br /&gt;
***6.6.3 Geovisualization to Support Group Work&lt;br /&gt;
**6.7 Chapter Notes&lt;br /&gt;
*7 Algorithm Animation (A. Moreno)&lt;br /&gt;
**7.1 Overview&lt;br /&gt;
**7.2 Users of Algorithm Animation&lt;br /&gt;
**7.3 Taxonomies for Algorithm Animation Tools&lt;br /&gt;
**7.4 Review of Tools and Their Evaluations&lt;br /&gt;
***7.4.1 Concept Keyboards for Algorithm Visualization&lt;br /&gt;
***7.4.2 Matrix and MatrixPro&lt;br /&gt;
***7.4.3 Alvis and Alvis Live!&lt;br /&gt;
***7.4.4 Alice&lt;br /&gt;
***7.4.5 Jeliot 3/Jeliot 2000&lt;br /&gt;
***7.4.6 JHAVÉ&lt;br /&gt;
***7.4.7 WinHipe&lt;br /&gt;
***7.4.8 User Studies Compilation&lt;br /&gt;
**7.5 Chapter Notes&lt;br /&gt;
*8 Biomedical Information Visualization (M. Lungu, K. Xu)&lt;br /&gt;
**8.1 Phylogenetic Tree Visualization&lt;br /&gt;
***8.1.1 Small Trees – Working in Euclidean Space&lt;br /&gt;
***8.1.2 Large Trees – Using Focus and Context&lt;br /&gt;
***8.1.3 Very Large Trees – Hyperbolic 3D Space&lt;br /&gt;
***8.1.4 Discussion and Further Reading&lt;br /&gt;
**8.2 Sequence Alignment&lt;br /&gt;
***8.2.1 Sequence Logos&lt;br /&gt;
***8.2.2 Editing and Visualizing Sequence Alignment: Jalview&lt;br /&gt;
***8.2.3 Vista: Online Visualization of DNA Alignment&lt;br /&gt;
***8.2.4 Sequence Walkers&lt;br /&gt;
***8.2.5 Dot Plots&lt;br /&gt;
***8.2.6 Arc Diagrams&lt;br /&gt;
***8.2.7 Discussion and Further Reading&lt;br /&gt;
**8.3 Biochemical Network Analysis&lt;br /&gt;
***8.3.1 Cytoscape&lt;br /&gt;
***8.3.2 Biochemical Pathway Analysis&lt;br /&gt;
***8.3.3 Layout for Large Biochemical Networks: LGL&lt;br /&gt;
***8.3.4 Discussion and Further Reading&lt;br /&gt;
**8.4 Microarray Data Visualization&lt;br /&gt;
***8.4.1 TreeView&lt;br /&gt;
***8.4.2 Hierarchical Clustering Explorer&lt;br /&gt;
***8.4.3 Evaluation of Microarray Visualization Tools&lt;br /&gt;
**8.5 Medical Records Visualization&lt;br /&gt;
***8.5.1 LifeLines: Visualizing Patient Temporal Data&lt;br /&gt;
***8.5.2 The Cube: Multidimensional Analysis of Medical Records&lt;br /&gt;
***8.5.3 Visualizing Medical Practice Guidelines and Protocols&lt;br /&gt;
**8.6 Chapter Notes&lt;br /&gt;
*Bibliography&lt;br /&gt;
*Author Index&lt;br /&gt;
*Index&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
[Springer, 2007] Book description page [http://www.springer.com/dal/home/generic/search/results?SGWID=1-40109-22-173738796-0]&lt;br /&gt;
&lt;br /&gt;
[[Category:Books]]&lt;/div&gt;</summary>
		<author><name>PKlinka</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=2008-04-10:_CFP:_VizSEC_2008_Update&amp;diff=24566</id>
		<title>2008-04-10: CFP: VizSEC 2008 Update</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=2008-04-10:_CFP:_VizSEC_2008_Update&amp;diff=24566"/>
		<updated>2010-08-11T10:33:19Z</updated>

		<summary type="html">&lt;p&gt;PKlinka: Reverted edits by 80.228.117.150 (Talk); changed back to last version by PKlinka&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==[[VizSEC_2008]]==&lt;br /&gt;
===Workshop on Visualization for Cyber Security===&lt;br /&gt;
===September 15, 2008   /   Cambridge, MA USA===&lt;br /&gt;
====In conjunction with RAID 2008====&lt;br /&gt;
====http://vizsec.org/workshop2008/====&lt;br /&gt;
&lt;br /&gt;
The full and short paper deadline for VizSec has been extended:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;April 21, 2008&#039;&#039;&#039; : Deadline for full paper submission&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;May 19, 2008&#039;&#039;&#039; : Deadline for short paper submissions&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;July 18, 2008&#039;&#039;&#039; : Deadline for poster and demo abstracts&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The Keynote speaker at VizSec will be [http://vizsec.org/workshop2008/www.cs.umd.edu/~ben/ Ben Shneiderman], speaking on the topic Information Forensics: Harnessing visualization to support discovery. Ben Shneiderman is a Professor in the Department of Computer Science, Founding Director (1983-2000) of the Human-Computer Interaction Laboratory, and Member of the Institute for Advanced Computer Studies at the University of Maryland at College Park. He was made a Fellow of the ACM in 1997, elected a Fellow of the American Association for the Advancement of Science in 2001, and received the ACM CHI (Computer Human Interaction) Lifetime Achievement Award in 2001.&lt;br /&gt;
&lt;br /&gt;
Full and short papers will be published by Springer Lecture Notes in Computer Science (LNCS) in the VizSec 2008 Proceedings.&lt;br /&gt;
Formatting and submission instructions are on the web site: http://vizsec.org/workshop2008&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:News]]&lt;br /&gt;
[[Category:2008/04]]&lt;/div&gt;</summary>
		<author><name>PKlinka</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Mazza,_R.:_Introduction_to_Information_Visualization,_Springer-Verlag,_London,_2009&amp;diff=24563</id>
		<title>Mazza, R.: Introduction to Information Visualization, Springer-Verlag, London, 2009</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Mazza,_R.:_Introduction_to_Information_Visualization,_Springer-Verlag,_London,_2009&amp;diff=24563"/>
		<updated>2010-08-10T07:19:03Z</updated>

		<summary type="html">&lt;p&gt;PKlinka: Repaired Broken Link&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;b&amp;gt;Type:&amp;lt;/b&amp;gt; Book/Paperback&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;Author:&amp;lt;/b&amp;gt; [[Mazza, Riccardo]] &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;Pages:&amp;lt;/b&amp;gt; 139&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;Publisher:&amp;lt;/b&amp;gt; Springer&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;Publication Date:&amp;lt;/b&amp;gt; 2009&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{ISBN|1848002181}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Books]]&lt;/div&gt;</summary>
		<author><name>PKlinka</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=2008-04-10:_CFP:_VizSEC_2008_Update&amp;diff=24562</id>
		<title>2008-04-10: CFP: VizSEC 2008 Update</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=2008-04-10:_CFP:_VizSEC_2008_Update&amp;diff=24562"/>
		<updated>2010-08-10T07:00:38Z</updated>

		<summary type="html">&lt;p&gt;PKlinka: Reverted edits by 86.96.226.25 (Talk); changed back to last version by 71.245.156.81&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==[[VizSEC_2008]]==&lt;br /&gt;
===Workshop on Visualization for Cyber Security===&lt;br /&gt;
===September 15, 2008   /   Cambridge, MA USA===&lt;br /&gt;
====In conjunction with RAID 2008====&lt;br /&gt;
====http://vizsec.org/workshop2008/====&lt;br /&gt;
&lt;br /&gt;
The full and short paper deadline for VizSec has been extended:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;April 21, 2008&#039;&#039;&#039; : Deadline for full paper submission&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;May 19, 2008&#039;&#039;&#039; : Deadline for short paper submissions&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;July 18, 2008&#039;&#039;&#039; : Deadline for poster and demo abstracts&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The Keynote speaker at VizSec will be [http://vizsec.org/workshop2008/www.cs.umd.edu/~ben/ Ben Shneiderman], speaking on the topic Information Forensics: Harnessing visualization to support discovery. Ben Shneiderman is a Professor in the Department of Computer Science, Founding Director (1983-2000) of the Human-Computer Interaction Laboratory, and Member of the Institute for Advanced Computer Studies at the University of Maryland at College Park. He was made a Fellow of the ACM in 1997, elected a Fellow of the American Association for the Advancement of Science in 2001, and received the ACM CHI (Computer Human Interaction) Lifetime Achievement Award in 2001.&lt;br /&gt;
&lt;br /&gt;
Full and short papers will be published by Springer Lecture Notes in Computer Science (LNCS) in the VizSec 2008 Proceedings.&lt;br /&gt;
Formatting and submission instructions are on the web site: http://vizsec.org/workshop2008&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:News]]&lt;br /&gt;
[[Category:2008/04]]&lt;/div&gt;</summary>
		<author><name>PKlinka</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=2008-10-20:_CFP:_Workshop_on_Collaborative_Information_Visualization_On_Interactive_Surfaces&amp;diff=24548</id>
		<title>2008-10-20: CFP: Workshop on Collaborative Information Visualization On Interactive Surfaces</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=2008-10-20:_CFP:_Workshop_on_Collaborative_Information_Visualization_On_Interactive_Surfaces&amp;diff=24548"/>
		<updated>2010-08-04T07:03:47Z</updated>

		<summary type="html">&lt;p&gt;PKlinka: Reverted edits by 89.21.229.88 (Talk); changed back to last version by Iwolf&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;For more details, check our CFP: [[CIVIS_2009]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:News]][[Category:2008/10]]&lt;/div&gt;</summary>
		<author><name>PKlinka</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=User:UE-InfoVis0809_0126631&amp;diff=24517</id>
		<title>User:UE-InfoVis0809 0126631</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=User:UE-InfoVis0809_0126631&amp;diff=24517"/>
		<updated>2010-07-28T06:59:44Z</updated>

		<summary type="html">&lt;p&gt;PKlinka: Reverted edits by 68.96.30.25 (Talk); changed back to last version by PKlinka&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Mag. Eva Maria Karall&amp;lt;/b&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;Studium:&amp;lt;/b&amp;gt; Masterstudium Informatik&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
[[Image:Eva_Karall.jpg|Das bin ich: Eva Karall]]&lt;/div&gt;</summary>
		<author><name>PKlinka</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Category:Glossary&amp;diff=24516</id>
		<title>Category:Glossary</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Category:Glossary&amp;diff=24516"/>
		<updated>2010-07-28T06:58:06Z</updated>

		<summary type="html">&lt;p&gt;PKlinka: Reverted edits by 113.53.231.119 (Talk); changed back to last version by Iwolf&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Related Glossaries ===&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;[http://www.usabilityfirst.com/glossary/main.cgi Usability Glossary]&#039;&#039;&#039; (Extensive glossary of terms in Usability, HCI, Visualization, User Interface Design, and many more.)&lt;br /&gt;
*&#039;&#039;&#039;[http://www.infovis.net/printRec.php?rec=glosario&amp;amp;lang=2 infovis.net Glossary]&#039;&#039;&#039;&lt;br /&gt;
*&#039;&#039;&#039;[http://www.wiley.com/college/busin/icmis/oakman/outline/glossary/glossary.htm The Computer Triangle]&#039;&#039;&#039; (Glossary of the book &amp;quot;The Computer Triangle&amp;quot; by Robert L. Oakman, University of South Carolina, 1996)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Or simply use [http://www.google.com Google] and enter:&#039;&#039; &#039;&#039;&#039;define:&amp;lt;term&amp;gt;&#039;&#039;&#039; &#039;&#039;(e.g. &amp;quot;define:information visualization&amp;quot;)&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[Category:Top level]]&lt;/div&gt;</summary>
		<author><name>PKlinka</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Category:Publications&amp;diff=24510</id>
		<title>Category:Publications</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Category:Publications&amp;diff=24510"/>
		<updated>2010-07-27T07:01:42Z</updated>

		<summary type="html">&lt;p&gt;PKlinka: Reverted edits by 85.105.226.50 (Talk); changed back to last version by PKlinka&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{RecentPublications}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Top level]]&lt;/div&gt;</summary>
		<author><name>PKlinka</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Category:Publications&amp;diff=24480</id>
		<title>Category:Publications</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Category:Publications&amp;diff=24480"/>
		<updated>2010-07-08T12:08:38Z</updated>

		<summary type="html">&lt;p&gt;PKlinka: Reverted edits by 86.96.226.20 (Talk); changed back to last version by Iwolf&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{RecentPublications}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Top level]]&lt;/div&gt;</summary>
		<author><name>PKlinka</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=2005-07-21:_%22In_The_News%22_-_Interactive_Visualization_of_Google_News&amp;diff=24434</id>
		<title>2005-07-21: &quot;In The News&quot; - Interactive Visualization of Google News</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=2005-07-21:_%22In_The_News%22_-_Interactive_Visualization_of_Google_News&amp;diff=24434"/>
		<updated>2010-06-18T10:30:03Z</updated>

		<summary type="html">&lt;p&gt;PKlinka: Reverted edits by 81.227.80.57 (Talk); changed back to last version by Iwolf&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Apart from the well known [http://www.marumushi.com/apps/newsmap/newsmap.cfm Newsmap] visualization that utilizes [[Treemap|Treemaps]] to present the current distribution of [http://news.google.com/ Google News] topics, another very interesting visualization exists: &#039;&#039;&#039;[http://news.stamen.com/ In The News]&#039;&#039;&#039; is the title of Michal Migurski&#039;s interactive Flash application that was posted already a year ago:&lt;br /&gt;
:http://news.stamen.com/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In contrast to [http://www.marumushi.com/apps/newsmap/newsmap.cfm Newsmap] that only shows current news, &#039;&#039;&#039;[http://news.stamen.com/ In The News]&#039;&#039;&#039; adds temporal aspects via presenting the history of news topics over time. Thus, it allows for interactive exploration of the development of news topics over time. &lt;br /&gt;
&lt;br /&gt;
[[Image:In_the_news.gif|none|thumb|800px|In The News (Google News visualization)&amp;lt;br&amp;gt;[Migurski, 2004] Michal Migurski, In The News. Created at: June 9, 2004. Retrieved at: July 21, 2005. http://news.stamen.com/]]&lt;br /&gt;
&lt;br /&gt;
*One week worth of news is represented in rows on the display. &lt;br /&gt;
*A single news topic is represented as &#039;&#039;color chip&#039;&#039; whereas the size of a chip denotes its relative importance on that day. &lt;br /&gt;
*Color is used to show whether an item has gained or lost importance relative to the previous day. &lt;br /&gt;
*When selecting a news topic, the corresponding &#039;&#039;color chips&#039;&#039; are highlighted and a small bar graph showing the topic&#039;s performance over the last month is shown below the main visualization. &lt;br /&gt;
*If a new topic is selected, another small bar graph is added while keeping the history of the last five selected topics visible and allowing for their comparison. &lt;br /&gt;
*Furthermore, news topics can be searched and lists of &#039;&#039;Top Names&#039;&#039;, &#039;&#039;Top Gainers&#039;&#039;, and &#039;&#039;Top Losers&#039;&#039; are provided.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The different views are very well coordinated and smooth transitions are provided, which adds to the coherent picture of the whole application making it an excellent example for a highly interactive exploration tool for time-oriented abstract data. And even nicer, the source code is available and released under a Creative Commons License.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;via &#039;&#039;&#039;[http://www.sendung.de/ sendung.de]&#039;&#039;&#039; blog&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
[Migurski, 2004] Michal Migurski, In The News. Created at: June 9, 2004. Retrieved at: July 21, 2005. http://news.stamen.com/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:News]][[Category:2005/07]]&lt;/div&gt;</summary>
		<author><name>PKlinka</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Heer,_Jeffrey&amp;diff=24431</id>
		<title>Heer, Jeffrey</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Heer,_Jeffrey&amp;diff=24431"/>
		<updated>2010-06-18T07:05:26Z</updated>

		<summary type="html">&lt;p&gt;PKlinka: Reverted edits by 62.23.136.36 (Talk); changed back to last version by 171.64.66.13&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039; Jeffrey Heer &#039;&#039;&#039; is an Assistant Professor of Computer Science at Stanford University, where he researches information visualization, human-computer interaction, and social computing. He has led and/or advised the development of the [[Prefuse]] (Java), Flare (Flash), and Protovis (JavaScript) visualization toolkits.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
&lt;br /&gt;
*[http://hci.stanford.edu/jheer Jeffrey Heer&#039;s Home Page]&lt;br /&gt;
*[http://prefuse.org the prefuse toolkit]&lt;br /&gt;
*[http://flare.prefuse.org the flare toolkit]&lt;br /&gt;
*[http://protovis.org the protovis toolkit]&lt;br /&gt;
[[Category:Persons]]&lt;/div&gt;</summary>
		<author><name>PKlinka</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=2008-12-18:_CFP:_Information_Visualization_in_Biomedical_Informatics_at_IV%2709_-_July_15,_2009,_Barcelona,_Spain&amp;diff=24355</id>
		<title>2008-12-18: CFP: Information Visualization in Biomedical Informatics at IV&#039;09 - July 15, 2009, Barcelona, Spain</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=2008-12-18:_CFP:_Information_Visualization_in_Biomedical_Informatics_at_IV%2709_-_July_15,_2009,_Barcelona,_Spain&amp;diff=24355"/>
		<updated>2010-05-10T13:38:15Z</updated>

		<summary type="html">&lt;p&gt;PKlinka: Reverted edits by 62.24.105.115 (Talk); changed back to last version by 198.182.205.254&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;EXTENDED! Paper Submission Deadline: MARCH 16, 2009&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;*****************************************************************************************************************&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;  3rd International Symposium of Information Visualization in Biomedical Informatics (IVBI)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;*****************************************************************************************************************&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;July 15, 2009  *  BARCELONA  *  SPAIN&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
===Publication of proceedings===&lt;br /&gt;
Proceedings will be published by the IEEE Computer Society, with ISBN number, and to be indexed by IEEE Xplore and other major bibliographical search engines.&lt;br /&gt;
&lt;br /&gt;
===Call for papers and participation===&lt;br /&gt;
The International Symposium of Information Visualization in Biomedical Informatics (IVBi) is a forum for the presentation of original papers in information visualization theory and applications to biomedical biomedical and biomolecular data and processes. The symposium covers all aspects of visualization and issues affecting interaction with large and complex data sets. We encourage the submission of papers covering new techniques, old techniques applied in novel ways, new methods, interesting applications and in-depth surveys. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Example topics include, but are not limited to: &lt;br /&gt;
&lt;br /&gt;
* Array data (mRNA, exon, CGH, etc.) design and analysis &lt;br /&gt;
* Biomolecular data and networks, phylogeny&lt;br /&gt;
* Nucleotide and protein sequence alignment and search &lt;br /&gt;
* Protein structure, function, sequence analysis&lt;br /&gt;
* Signaling pathways, biochemical networks &lt;br /&gt;
* Genetic sequence analysis, comparison and alignment networks &lt;br /&gt;
* Gene regulation, expression, identification and network&lt;br /&gt;
* DNA, RNA structure, function, sequence analysis&lt;br /&gt;
* Biochemical and cellular simulations and models &lt;br /&gt;
* High-performance computing and parallel rendering&lt;br /&gt;
* Structural, functional and comparative genomics&lt;br /&gt;
* Biomarkers&lt;br /&gt;
* Neuroscience and physiology &lt;br /&gt;
* Drug design&lt;br /&gt;
* Computer aided diagnosis&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
Examples of visualization topics include, but are not limited to:&lt;br /&gt;
&lt;br /&gt;
* Interaction with data sets, human factors &lt;br /&gt;
* Data exploration using classical and novel approaches&lt;br /&gt;
* Visualization and databases&lt;br /&gt;
* Linking literature and semantics in pathway visualizations &lt;br /&gt;
* Volume and flow visualization&lt;br /&gt;
* Annotation and labeling &lt;br /&gt;
* Overview and detail presentation of predictive or uncertain data &lt;br /&gt;
* Comparative Methods / User studies / Surveys &lt;br /&gt;
* Identification of correlated and anomalous relationships in disparate data sets &lt;br /&gt;
&lt;br /&gt;
===Important dates===&lt;br /&gt;
25 February 2009 Submission of papers through online submission system &lt;br /&gt;
&lt;br /&gt;
25 April 2009 Submission of camera-ready (accepted submissions)&lt;br /&gt;
&lt;br /&gt;
15 July 2009 Symposium&lt;br /&gt;
&lt;br /&gt;
===Instructions for Authors===&lt;br /&gt;
Reviewing is applied to all submitted papers. Authors are invited to upload full original papers to the conference online submission system by February 25, 2009.  Electronic submissions (PDF) are recommended and should be formatted according to the instructions for papers at http://www.graphicslink.co.uk/IV09/PAPERS.htm. The final manuscripts for full papers are expected to be no more than 6 pages - up to 4 excess pages may be purchased and is set by publisher at 25 GBP per page. With the camera ready paper submission for publication, you agree to pay the registration fee (or reduced registration fee if your registration form is received on or before the early registration date) and published papers must be presented by at least one of the authors.   &lt;br /&gt;
&lt;br /&gt;
===For more information===&lt;br /&gt;
Symposium URL: http://www.graphicslink.co.uk/IV09/IVbm.htm&lt;br /&gt;
&lt;br /&gt;
IV 2009 URL:   http://www.graphicslink.co.uk/IV09/ &lt;br /&gt;
&lt;br /&gt;
For any other information, please contact the symposium co-chairs: Urska Cvek (ucvek@lsus.edu) at LSUS &amp;amp; LSUHSC-S, Marjan Trutschl (mtrutsch@lsus.edu) at LSUS &amp;amp; LSUHSC-S or Georges Grinstein (grinstei@cs.uml.edu) at UML.&lt;br /&gt;
&lt;br /&gt;
[[Category:News]]&lt;br /&gt;
[[Category:2008/12]]&lt;/div&gt;</summary>
		<author><name>PKlinka</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Goodall,_John&amp;diff=24353</id>
		<title>Goodall, John</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Goodall,_John&amp;diff=24353"/>
		<updated>2010-05-10T13:35:06Z</updated>

		<summary type="html">&lt;p&gt;PKlinka: Reverted edits by 193.171.79.65 (Talk); changed back to last version by Iwolf&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;John Goodall&lt;br /&gt;
Research Scientist&lt;br /&gt;
Secure Decisions division of Applied Visions, Inc.&lt;br /&gt;
&lt;br /&gt;
http://vizsec.org/johng/&lt;br /&gt;
&lt;br /&gt;
[[Category:Persons]]&lt;/div&gt;</summary>
		<author><name>PKlinka</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Visualization_Design_Patterns&amp;diff=24352</id>
		<title>Visualization Design Patterns</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Visualization_Design_Patterns&amp;diff=24352"/>
		<updated>2010-05-10T13:34:07Z</updated>

		<summary type="html">&lt;p&gt;PKlinka: Reverted edits by 193.171.69.65 (Talk); changed back to last version by PKlinka&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| align=&amp;quot;right&amp;quot; | __TOC__ |}&lt;br /&gt;
== Overview ==&lt;br /&gt;
For any design discipline, including Information and Scientific Visualization, there are design problems within the domain that tend to arise, time and again. Although effective solutions may be known, they are not helpful unless that knowledge is coherently structured and communicated to colleagues. Without good structure, design knowledge may be disparate and disjointed, and relationships among solutions may not be apparent.  Without good communication, designers who are unaware of solutions may be forced to ‘reinvent the wheel’, wasting unnecessary effort on a problem that has already been solved by others. Some means of capturing and codifying solutions to Information Visualisation design problems would be useful for those engaged in practice. The Visualization Design Patterns described here have been proposed for this purpose. &lt;br /&gt;
&lt;br /&gt;
== Foundational Patterns ==&lt;br /&gt;
&lt;br /&gt;
These patterns are the building blocks of Visualizations. They are more &amp;quot;reference patterns&amp;quot; than true &amp;quot;design patterns&amp;quot;. Visualization designers will assume they are a given component of visualization design. The patterns are included to provide a common technical lexicon, to build a &#039;&#039;lingua franca&#039;&#039; used throughout the language, to encourage communications between novices and experts, and to facilitate a discussion of pros and cons.&lt;br /&gt;
&lt;br /&gt;
=== &#039;&#039;&#039;Visualization Architecture&#039;&#039;&#039; ===&lt;br /&gt;
* [[Patterns:Visualization|Visualization]]&lt;br /&gt;
&lt;br /&gt;
=== &#039;&#039;&#039;Interaction Patterns&#039;&#039;&#039; ===&lt;br /&gt;
User intent-based categories of interaction techniques &amp;lt;ref&amp;gt;Yi, J. S., Kang, Y. A., Stasko, J., &amp;amp; Jacko, J. A. (2007). [http://doi.ieeecomputersociety.org/10.1109/TVCG.2007.70605 Toward a Deeper Understanding of the Role of Interaction in Information Visualization.] IEEE Transactions on Visualization and Computer Graphics (TVCG), 13(6). Presented in InfoVis 2007, Sacramento, California, October 28 - November 1, 1224-1231.  (see also [http://vgtc.org/wpmu/infovis07/?p=28 Toward a Deeper Understanding of the Role of Interaction in Information Visualization (presentation)])&amp;lt;/ref&amp;gt;&lt;br /&gt;
* Reconfigure: show me a different arrangement&lt;br /&gt;
* Encode: show me a different representation&lt;br /&gt;
* Filter: show me something conditionally&lt;br /&gt;
** [[Patterns:Filter|Filter]]&lt;br /&gt;
** [[Patterns:Dynamic Queries|Dynamic Queries]]&lt;br /&gt;
** [[Patterns:Context-maintained Filter|Context-maintained Filter]]&lt;br /&gt;
** [[Patterns:Reduction Filter|Reduction Filter]]&lt;br /&gt;
* Abstract/Elaborate: show me more or less detail&lt;br /&gt;
** [[Patterns:Overview|Overview]]&lt;br /&gt;
** [[Patterns:Details-on-demand|Details-on-demand]]&lt;br /&gt;
* Connect: show me related items&lt;br /&gt;
** [[Patterns:Brushing|Brushing]]&lt;br /&gt;
* Explore: show me something else&lt;br /&gt;
** [[Patterns:Navigation|Navigation]]&lt;br /&gt;
** [[Patterns:Navigation Box|Navigation Box]]&lt;br /&gt;
** [[Patterns:Spatial Navigation|Spatial Navigation]]&lt;br /&gt;
** [[Patterns:Click-n-Drag|Click-n-Drag]]&lt;br /&gt;
** [[Patterns:Teleportation|Teleportation]]&lt;br /&gt;
* Select: mark something as interesting&lt;br /&gt;
** [[Patterns:Single Direct Selection|Single Direct Selection]]&lt;br /&gt;
** [[Patterns:Multiple Direct Selection|Multiple Direct Selection]]&lt;br /&gt;
** [[Patterns:Bounding Box|Bounding Box]]&lt;br /&gt;
** [[Patterns:Single Direct Selection+Keyboard|Single Direct Selection+Keyboard]]&lt;br /&gt;
** [[Patterns:Bounding Box+Keyboard|Bounding Box+Keyboard]]&lt;br /&gt;
* Other&lt;br /&gt;
** [[Patterns:Direct Manipulation|Direct Manipulation]]&lt;br /&gt;
** [[Patterns:Smooth Transitions|Smooth Transitions]]&lt;br /&gt;
** [[Patterns:2D Navigational Model|2D Navigational Model]]&lt;br /&gt;
** [[Patterns:3D Navigational Model|3D Navigational Model]]&lt;br /&gt;
** [[Patterns:NAFS Model|NAFS Model]]&lt;br /&gt;
&lt;br /&gt;
See also: [http://en.wikipedia.org/wiki/Interaction_design_pattern Interaction Design Patterns (wikipedia article)]&lt;br /&gt;
&lt;br /&gt;
=== &#039;&#039;&#039;Display Rendering Patterns&#039;&#039;&#039; ===&lt;br /&gt;
&lt;br /&gt;
* [[Patterns:Appropriate Visual Objects|Appropriate Visual Objects]]&lt;br /&gt;
* [[Patterns:Level of Detail|Level of Detail]]&lt;br /&gt;
* [[Patterns:2d Representation|2d Representation]]&lt;br /&gt;
* [[Patterns:3d Representation|3d Representation]]&lt;br /&gt;
* [[Patterns:Reference Context|Reference Context]]&lt;br /&gt;
* [[Patterns:Redundant Encoding|Redundant Encoding]]&lt;br /&gt;
* [[Patterns:Small Multiples|Small Multiples]]&lt;br /&gt;
* [[Patterns:Datatips|Datatips]]&lt;br /&gt;
* [[Patterns:Legends|Legends]]&lt;br /&gt;
* [[Patterns:Visual Separation|Visual Separation]]&lt;br /&gt;
* [[Patterns:Familiar Organizational Device|Familiar Organizational Device]]&lt;br /&gt;
* [[Patterns:Non-Familiar Organizational Device|Non-Familiar Organizational Device]]&lt;br /&gt;
&lt;br /&gt;
== Programming Patterns ==&lt;br /&gt;
These are patterns related to the backend programming of visualization systems. They are organised according to the Model-View-Controller approach, though other organizational systems may also be appropriate.&lt;br /&gt;
&lt;br /&gt;
Heer and Agrawala&#039;s paper &#039;&#039;Software Design Patterns for Information Visualization&#039;&#039;&amp;lt;ref name=&amp;quot;soft&amp;quot;&amp;gt;see Heer, J. &amp;amp; Agrawala, M., 2006. [http://vis.berkeley.edu/papers/infovis_design_patterns/ Software Design Patterns for Information Visualization]. IEEE TRANSACTIONS ON VISUALIZATION AND COMPUTER GRAPHICS, 12(5), p.853.&amp;lt;/ref&amp;gt; provides a useful overview of software design patterns specific to infovis tasks.&lt;br /&gt;
&lt;br /&gt;
=== Data Modelling and Management ===&lt;br /&gt;
* [[Patterns:Reference Model|Reference Model]]&amp;lt;ref name=&amp;quot;soft&amp;quot;/&amp;gt;&lt;br /&gt;
* [[Patterns:Data Column|Data Column]]&amp;lt;ref name=&amp;quot;soft&amp;quot;/&amp;gt;&lt;br /&gt;
* [[Patterns:Cascaded Table|Cascaded Table]]&lt;br /&gt;
* [[Patterns:Relational Graph|Relational Graph]]&lt;br /&gt;
* [[Patterns:Proxy Tuple|Proxy Tuple]]&lt;br /&gt;
* [[Patterns:Expression|Expression]]&lt;br /&gt;
=== View ===&lt;br /&gt;
* [[Patterns:Camera|Camera]]&lt;br /&gt;
* [[Patterns:Dynamic Query Binding|Dynamic Query Binding]]&lt;br /&gt;
=== Controller ===&lt;br /&gt;
* [[Patterns:Scheduler|Scheduler]]&lt;br /&gt;
* [[Patterns:Operator|Operator]]&lt;br /&gt;
* [[Renderer]]&lt;br /&gt;
* [[Production Rule]]&lt;br /&gt;
&lt;br /&gt;
== Development Patterns ==&lt;br /&gt;
These patterns relate to the systems development lifecycle and to the activities involved in implementing and testing software.&lt;br /&gt;
=== Diagnosis ===&lt;br /&gt;
For techniques used during the design process to evaluate coding and design-time decisions.&lt;br /&gt;
=== Evaluation and Testing ===&lt;br /&gt;
Quality Assurance, Evaluation, and Usability testing methods to close the feedback loop during the development lifecycle.&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&amp;lt;div class=&amp;quot;references-small&amp;quot;&amp;gt; &amp;lt;references/&amp;gt; &amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Patterns]]&lt;/div&gt;</summary>
		<author><name>PKlinka</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Siebenhandl,_Karin&amp;diff=24351</id>
		<title>Siebenhandl, Karin</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Siebenhandl,_Karin&amp;diff=24351"/>
		<updated>2010-05-10T13:33:07Z</updated>

		<summary type="html">&lt;p&gt;PKlinka: Reverted edits by 193.171.69.65 (Talk); changed back to last version by UE-InfoVis08-01&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Persons]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:siebenhandl_karin__119x178.jpg|119x178px|right|Karin Siebenhandl]]&lt;br /&gt;
&lt;br /&gt;
Ph.d in Landscape Architecture and Planning (2004), studied at University of Natural Resources and Applied Life Sciences in Vienna&lt;br /&gt;
&lt;br /&gt;
== Current ==&lt;br /&gt;
&lt;br /&gt;
2002 - at [http://www.donau-uni.ac.at/en/index.php Danube University Krems]&lt;br /&gt;
&lt;br /&gt;
* Leader of [http://www.donau-uni.ac.at/de/department/wissenkommunikation/forschung/index.php KnowComm Research Team](in the department of Knowledge and Communication Management) &lt;br /&gt;
* Project manager in research and consulting projects&lt;br /&gt;
* Course Director of postgraduate Course “Traffic telematics” &lt;br /&gt;
&lt;br /&gt;
== In Past (e.g) ==&lt;br /&gt;
&lt;br /&gt;
* 1997- 2002 Technical Assistant at Austrian Federal Railways Company, landscape planning and environmental safety&lt;br /&gt;
* 1995-1997 Contract for work and services at several engineering consultants (traffic management and – planning)&lt;br /&gt;
&lt;br /&gt;
== Research Interests ==&lt;br /&gt;
&lt;br /&gt;
* Perspectives on sustainable technology design &lt;br /&gt;
* Information design&lt;br /&gt;
* Usability and applications of traffic telematics&lt;br /&gt;
* Gender and IT&lt;br /&gt;
&lt;br /&gt;
== Projects ==&lt;br /&gt;
&lt;br /&gt;
* MUTIK: Multiplikatorinnen in der IT Welt, 2002-2004 (Country of Lower Austria), EQUAL &lt;br /&gt;
* [http://www.sitcom-project.eu SITCOM: Simulation IT Carriers for Women, 2004-2006, Socrates (Minerva) project]&lt;br /&gt;
* Gender Coordination for [http://www.prolixproject.org PROLIX], 2005-2009, 6th Framework, EU&lt;br /&gt;
* Coordinator of [http://www.advance-project.eu ADVANCE], Science and Society, 2006-2008, 6th Framework, EU&lt;br /&gt;
* Contribution to Work package 2 of [http://www.insafety-eu.org Insafety], 2006-2008, 6th Framework, EU &lt;br /&gt;
&lt;br /&gt;
== Selected Publications ==&lt;br /&gt;
&lt;br /&gt;
Karin Siebenhandl has numerous international publications, of which here mentioned only few selected ones. For more complete list, see [http://www.donau-uni.ac.at/de/universitaet/whois/00688/index.php Karin Siebenhandl&#039;s Home Page (in German)]&lt;br /&gt;
&lt;br /&gt;
* Siebenhandl, Karin; Risku, Hanna; Brugger, Christof &amp;amp; Simlinger, Peter: Evaluating the comprehensibility of visualized information for the Trans-European Road Network (TERN) as part of the EU Project [http://www.insafety-eu.org IN-SAFETY]: INfrastructure and SAFETY. In: Proceedings of the International Conference Road Safety and Simulation 2007, November 7-9, 2007, Rome, Italy.  &lt;br /&gt;
&lt;br /&gt;
* Siebenhandl, Karin; Risku, Hanna; Brugger, Christof &amp;amp; Simlinger, Peter: Evaluating the Comprehensibility of Visualized Information for the Trans-European Road Network (TERN). In: Proceedings of the 20th Enhanced Safety of Vehicles Conference, June 18-21, 2007, Lyon, France. &lt;br /&gt;
&lt;br /&gt;
* Karin Siebenhandl (2005): Usability Report, [http://www.sitcom-project.eu/ SITCOM]: Simulating IT-Careers for Women, 114444-CP-1-2004-1-AT-Minerva-MPP.&lt;br /&gt;
&lt;br /&gt;
* Sabine Zauchner, Karin Siebenhandl (2006): A Game for Girls - The Development of an Interactive Career Platform in: D. Grabe &amp;amp; L. Zimmermann (Eds.), Multimedia Applications in Education, Conference Proceedings, MAPEC, Graz.&lt;br /&gt;
&lt;br /&gt;
== External Links ==&lt;br /&gt;
&lt;br /&gt;
[http://www.donau-uni.ac.at/de/universitaet/whois/00688/index.php Karin Siebenhandl&#039;s Home Page. (In German)]&lt;br /&gt;
&lt;br /&gt;
[http://www.donau-uni.ac.at/de/universitaet/whois/00688/index.php List Of Publications - See Home Page. (In German)]&lt;br /&gt;
&lt;br /&gt;
[http://www.donau-uni.ac.at/de/department/wissenkommunikation/forschung/index.php Danube University Krems - Department for Knowledge and Communication Management – KnowComm Research Team. (In German)] &lt;br /&gt;
&lt;br /&gt;
[http://www.advance-project.eu ADVANCE project: Supporting Women in scientific careers]&lt;br /&gt;
&lt;br /&gt;
[http://www.insafety-eu.org In-Safety: INfrastructure and SAFETY]&lt;br /&gt;
&lt;br /&gt;
[http://www.prolixproject.org PROLIX: Process-oriented Learning and Information eXachange]&lt;/div&gt;</summary>
		<author><name>PKlinka</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Visualization_Design_Patterns&amp;diff=24293</id>
		<title>Visualization Design Patterns</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Visualization_Design_Patterns&amp;diff=24293"/>
		<updated>2010-03-29T07:09:27Z</updated>

		<summary type="html">&lt;p&gt;PKlinka: Reverted edits by 128.46.19.56 (Talk); changed back to last version by Yijisoo&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| align=&amp;quot;right&amp;quot; | __TOC__ |}&lt;br /&gt;
== Overview ==&lt;br /&gt;
For any design discipline, including Information and Scientific Visualization, there are design problems within the domain that tend to arise, time and again. Although effective solutions may be known, they are not helpful unless that knowledge is coherently structured and communicated to colleagues. Without good structure, design knowledge may be disparate and disjointed, and relationships among solutions may not be apparent.  Without good communication, designers who are unaware of solutions may be forced to ‘reinvent the wheel’, wasting unnecessary effort on a problem that has already been solved by others. Some means of capturing and codifying solutions to Information Visualisation design problems would be useful for those engaged in practice. The Visualization Design Patterns described here have been proposed for this purpose. &lt;br /&gt;
&lt;br /&gt;
== Foundational Patterns ==&lt;br /&gt;
&lt;br /&gt;
These patterns are the building blocks of Visualizations. They are more &amp;quot;reference patterns&amp;quot; than true &amp;quot;design patterns&amp;quot;. Visualization designers will assume they are a given component of visualization design. The patterns are included to provide a common technical lexicon, to build a &#039;&#039;lingua franca&#039;&#039; used throughout the language, to encourage communications between novices and experts, and to facilitate a discussion of pros and cons.&lt;br /&gt;
&lt;br /&gt;
=== &#039;&#039;&#039;Visualization Architecture&#039;&#039;&#039; ===&lt;br /&gt;
* [[Patterns:Visualization|Visualization]]&lt;br /&gt;
&lt;br /&gt;
=== &#039;&#039;&#039;Interaction Patterns&#039;&#039;&#039; ===&lt;br /&gt;
User intent-based categories of interaction techniques &amp;lt;ref&amp;gt;Yi, J. S., Kang, Y. A., Stasko, J., &amp;amp; Jacko, J. A. (2007). [http://doi.ieeecomputersociety.org/10.1109/TVCG.2007.70605 Toward a Deeper Understanding of the Role of Interaction in Information Visualization.] IEEE Transactions on Visualization and Computer Graphics (TVCG), 13(6). Presented in InfoVis 2007, Sacramento, California, October 28 - November 1, 1224-1231.  (see also [http://vgtc.org/wpmu/infovis07/?p=28 Toward a Deeper Understanding of the Role of Interaction in Information Visualization (presentation)])&amp;lt;/ref&amp;gt;&lt;br /&gt;
* Reconfigure: show me a different arrangement&lt;br /&gt;
* Encode: show me a different representation&lt;br /&gt;
* Filter: show me something conditionally&lt;br /&gt;
** [[Patterns:Filter|Filter]]&lt;br /&gt;
** [[Patterns:Dynamic Queries|Dynamic Queries]]&lt;br /&gt;
** [[Patterns:Context-maintained Filter|Context-maintained Filter]]&lt;br /&gt;
** [[Patterns:Reduction Filter|Reduction Filter]]&lt;br /&gt;
* Abstract/Elaborate: show me more or less detail&lt;br /&gt;
** [[Patterns:Overview|Overview]]&lt;br /&gt;
** [[Patterns:Details-on-demand|Details-on-demand]]&lt;br /&gt;
* Connect: show me related items&lt;br /&gt;
** [[Patterns:Brushing|Brushing]]&lt;br /&gt;
* Explore: show me something else&lt;br /&gt;
** [[Patterns:Navigation|Navigation]]&lt;br /&gt;
** [[Patterns:Navigation Box|Navigation Box]]&lt;br /&gt;
** [[Patterns:Spatial Navigation|Spatial Navigation]]&lt;br /&gt;
** [[Patterns:Click-n-Drag|Click-n-Drag]]&lt;br /&gt;
** [[Patterns:Teleportation|Teleportation]]&lt;br /&gt;
* Select: mark something as interesting&lt;br /&gt;
** [[Patterns:Single Direct Selection|Single Direct Selection]]&lt;br /&gt;
** [[Patterns:Multiple Direct Selection|Multiple Direct Selection]]&lt;br /&gt;
** [[Patterns:Bounding Box|Bounding Box]]&lt;br /&gt;
** [[Patterns:Single Direct Selection+Keyboard|Single Direct Selection+Keyboard]]&lt;br /&gt;
** [[Patterns:Bounding Box+Keyboard|Bounding Box+Keyboard]]&lt;br /&gt;
* Other&lt;br /&gt;
** [[Patterns:Direct Manipulation|Direct Manipulation]]&lt;br /&gt;
** [[Patterns:Smooth Transitions|Smooth Transitions]]&lt;br /&gt;
** [[Patterns:2D Navigational Model|2D Navigational Model]]&lt;br /&gt;
** [[Patterns:3D Navigational Model|3D Navigational Model]]&lt;br /&gt;
** [[Patterns:NAFS Model|NAFS Model]]&lt;br /&gt;
&lt;br /&gt;
See also: [http://en.wikipedia.org/wiki/Interaction_design_pattern Interaction Design Patterns (wikipedia article)]&lt;br /&gt;
&lt;br /&gt;
=== &#039;&#039;&#039;Display Rendering Patterns&#039;&#039;&#039; ===&lt;br /&gt;
&lt;br /&gt;
* [[Patterns:Appropriate Visual Objects|Appropriate Visual Objects]]&lt;br /&gt;
* [[Patterns:Level of Detail|Level of Detail]]&lt;br /&gt;
* [[Patterns:2d Representation|2d Representation]]&lt;br /&gt;
* [[Patterns:3d Representation|3d Representation]]&lt;br /&gt;
* [[Patterns:Reference Context|Reference Context]]&lt;br /&gt;
* [[Patterns:Redundant Encoding|Redundant Encoding]]&lt;br /&gt;
* [[Patterns:Small Multiples|Small Multiples]]&lt;br /&gt;
* [[Patterns:Datatips|Datatips]]&lt;br /&gt;
* [[Patterns:Legends|Legends]]&lt;br /&gt;
* [[Patterns:Visual Separation|Visual Separation]]&lt;br /&gt;
* [[Patterns:Familiar Organizational Device|Familiar Organizational Device]]&lt;br /&gt;
* [[Patterns:Non-Familiar Organizational Device|Non-Familiar Organizational Device]]&lt;br /&gt;
&lt;br /&gt;
== Programming Patterns ==&lt;br /&gt;
These are patterns related to the backend programming of visualization systems. They are organised according to the Model-View-Controller approach, though other organizational systems may also be appropriate.&lt;br /&gt;
&lt;br /&gt;
Heer and Agrawala&#039;s paper &#039;&#039;Software Design Patterns for Information Visualization&#039;&#039;&amp;lt;ref name=&amp;quot;soft&amp;quot;&amp;gt;see Heer, J. &amp;amp; Agrawala, M., 2006. [http://vis.berkeley.edu/papers/infovis_design_patterns/ Software Design Patterns for Information Visualization]. IEEE TRANSACTIONS ON VISUALIZATION AND COMPUTER GRAPHICS, 12(5), p.853.&amp;lt;/ref&amp;gt; provides a useful overview of software design patterns specific to infovis tasks.&lt;br /&gt;
&lt;br /&gt;
=== Data Modelling and Management ===&lt;br /&gt;
* [[Patterns:Reference Model|Reference Model]]&amp;lt;ref name=&amp;quot;soft&amp;quot;/&amp;gt;&lt;br /&gt;
* [[Patterns:Data Column|Data Column]]&amp;lt;ref name=&amp;quot;soft&amp;quot;/&amp;gt;&lt;br /&gt;
* [[Patterns:Cascaded Table|Cascaded Table]]&lt;br /&gt;
* [[Patterns:Relational Graph|Relational Graph]]&lt;br /&gt;
* [[Patterns:Proxy Tuple|Proxy Tuple]]&lt;br /&gt;
* [[Patterns:Expression|Expression]]&lt;br /&gt;
=== View ===&lt;br /&gt;
* [[Patterns:Camera|Camera]]&lt;br /&gt;
* [[Patterns:Dynamic Query Binding|Dynamic Query Binding]]&lt;br /&gt;
=== Controller ===&lt;br /&gt;
* [[Patterns:Scheduler|Scheduler]]&lt;br /&gt;
* [[Patterns:Operator|Operator]]&lt;br /&gt;
* [[Renderer]]&lt;br /&gt;
* [[Production Rule]]&lt;br /&gt;
&lt;br /&gt;
== Development Patterns ==&lt;br /&gt;
These patterns relate to the systems development lifecycle and to the activities involved in implementing and testing software.&lt;br /&gt;
=== Diagnosis ===&lt;br /&gt;
For techniques used during the design process to evaluate coding and design-time decisions.&lt;br /&gt;
=== Evaluation and Testing ===&lt;br /&gt;
Quality Assurance, Evaluation, and Usability testing methods to close the feedback loop during the development lifecycle.&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&amp;lt;div class=&amp;quot;references-small&amp;quot;&amp;gt; &amp;lt;references/&amp;gt; &amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Patterns]]&lt;/div&gt;</summary>
		<author><name>PKlinka</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Social_Network_Generation&amp;diff=24251</id>
		<title>Social Network Generation</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Social_Network_Generation&amp;diff=24251"/>
		<updated>2010-03-02T10:27:59Z</updated>

		<summary type="html">&lt;p&gt;PKlinka: Reverted edits by 118.97.67.227 (Talk); changed back to last version by Jean-Daniel Fekete&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This wiki page is under construction...&lt;br /&gt;
&lt;br /&gt;
Research work and images have been realised by Nathalie Henry and Jean-Daniel Fekete, using MatrixExplorer, built with the Infovis Toolkit.&lt;br /&gt;
&lt;br /&gt;
== Social Network Characterization == &lt;br /&gt;
&lt;br /&gt;
Social networks involve persons or groups called actors and relationship between them, with a lot of variety in the kind of actors and relationships.  As described in Wasserman and Faust, actors can be people, subgroups, organizations or collectivities; relations may be friendship (relationships), interactions, communications, transactions, movement or kinship.  However, the nature of actors and relations does not really matter: we focus on their structure.  We can classify the social networks studied in the literature in three categories:&lt;br /&gt;
* Tree-like are trees with additional links forming cycles with a specified probability. This category includes genealogy data and very sparse graphs such as Sexually-Transmitted Disease (STD) transmission patterns.  We call them “almost trees” because they have are mostly acyclic and nodes have very few parents.&lt;br /&gt;
* Almost complete graphs are complete graphs with missing relations. For example, data about trade between countries, cities or companies are almost complete graphs.  They are interesting to study as valued graphs; since they usually carry values on their edges.&lt;br /&gt;
* Small-world networks (also scale-free or power-law degree-distribution networks) have been studied intensely since they were first described in Watts and Strogatz.  They defined them as graphs with three properties: power-law degree distribution, high clustering coefficient and small average shortest path.  They are locally dense (sparse with dense sub-graphs).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Three methods exist to select datasets for assessing the quality of analysis systems in the context of social networks: selecting one or two real datasets hoping they are representative, selecting several datasets or generating random datasets with well-known characteristics shared by social networks.  With this last method, one should generate datasets with a controlled set of properties and evaluate the systems knowing the properties in advance.  It should then eliminate biases linked to a particular dataset and eases the replication of experiments.  Unfortunately, while generating tree-like and almost-complete graphs is relatively straightforward, generating graphs with a small-world network structure is still a research topic for computer scientists and physicists.  This page shows the results of popular and available network generators.  In light of the real social networks we present in the [[#Real Social Networks]], we consider them unsuitable for evaluations since users can easily notice their artifical nature.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Issues on Social Network Generation for Evaluating Visualizations ==&lt;br /&gt;
&lt;br /&gt;
Watts and Strogatz first described in (Watts, D. J. and S. H. Strogatz (1998). &amp;quot;Collective dynamics of &#039;small-world&#039; networks.&amp;quot; Nature 393: 440 - 442)  the concept of small-world networks.  They formalized these networks as graphs with three properties: power-law degree distribution, high clustering coefficient and small average shortest path.  In the same paper they propose a basic model fitting these properties consisting in a grid (fixed local neighborhood) with additional links simulating some unexpected relations support to the six degrees of separation discovered by Milgram (Milgram, S. (1967). &amp;quot;The small world problem.&amp;quot; Psychology Today: 60-67). Barabási and Albert proposed an incremental model to improve it (Barabási, A.-L. and R. Albert (1999). &amp;quot;Emergence of Scaling in Random Networks.&amp;quot; Science 286(5439): 509 - 512.&lt;br /&gt;
).  Since Watts and Strogatz’ model, several have been proposed each generating networks with one or two of the described properties (power-law) but none combine the three of them.&lt;br /&gt;
&lt;br /&gt;
Here are some results of available generators present in the JUNG package. Let&#039;s note that for each network generated we only keep the biggest component.  Generators present in Pajek[http://vlado.fmf.uni-lj.si/pub/networks/pajek/] and Geomi[http://www.cs.usyd.edu.au/~visual/valacon/geomi/] are incremental scale-free networks generators such as the Barabasi and Albert model.&lt;br /&gt;
&lt;br /&gt;
=== About datasets and representations ===&lt;br /&gt;
&lt;br /&gt;
* All datasets are downloadable in GraphMl format.&lt;br /&gt;
* Node-Link diagrams are ordered with the linLog algorithm of Andreas Noack [Graph Drawing 2005] (with edge-repulsion coefficient of 2.5f). &lt;br /&gt;
* Matrices are shown both with the initial order (middle image) and reordered with the TSP-Based algorithm (right image) described by Henry and Fekete [Infovis 2006].&lt;br /&gt;
&lt;br /&gt;
=== Small-World Generators ===&lt;br /&gt;
&lt;br /&gt;
WattsBetaSmallWorldGenerator&lt;br /&gt;
&lt;br /&gt;
Parameters:&lt;br /&gt;
&#039;&#039;&#039;numVertices&#039;&#039;&#039; (the number of nodes in the ring lattice), &#039;&#039;&#039;beta&#039;&#039;&#039; (the probability of an edge being rewired randomly; the proportion of randomly rewired edges in a graph) and &#039;&#039;&#039;degree&#039;&#039;&#039;( the number of edges connected to each vertex; the local neighborhood size). Degree must be even.&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|  Parameters and Resulting Graph characteristics&lt;br /&gt;
|-&lt;br /&gt;
| graphs || W1 ||W2|| W3 || W4 ||W5 ||W6||W7||W8||W9||W10||W11||W12&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
|&#039;&#039;&#039;numVertices&#039;&#039;&#039;||47||47||47||47||47||47||47||47||47||47||47||&#039;&#039;&#039;94&#039;&#039;&#039;&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
|&#039;&#039;&#039;beta&#039;&#039;&#039;||&#039;&#039;&#039;0.1&#039;&#039;&#039;||&#039;&#039;&#039;0.3&#039;&#039;&#039;||&#039;&#039;&#039;0.5&#039;&#039;&#039;||&#039;&#039;&#039;0.7&#039;&#039;&#039;||&#039;&#039;&#039;0.9&#039;&#039;&#039;||0.3||0.3||0.3||0.3||&#039;&#039;&#039;0.7&#039;&#039;&#039;||&#039;&#039;&#039;0.1&#039;&#039;&#039;||0.1 &lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
|&#039;&#039;&#039;degree&#039;&#039;&#039;||6||6||6||6||6||&#039;&#039;&#039;2&#039;&#039;&#039;||&#039;&#039;&#039;4&#039;&#039;&#039;||&#039;&#039;&#039;8&#039;&#039;&#039;||&#039;&#039;&#039;10&#039;&#039;&#039;||&#039;&#039;&#039;4&#039;&#039;&#039;||&#039;&#039;&#039;8&#039;&#039;&#039;||8&lt;br /&gt;
|-&lt;br /&gt;
|numVertices||47||47||47||47||47||47||47||47||47||47||47||94&lt;br /&gt;
|-&lt;br /&gt;
|numEdges||282||282||282||282||282||94||188||376||470||188||376||752&lt;br /&gt;
|-&lt;br /&gt;
|components||1||1||1||1||1||2||1||1||1||1||1||1&lt;br /&gt;
|- style=&amp;quot;background:#FFFFCC&amp;quot;&lt;br /&gt;
|density||0.36||0.36||0.36||0.36||0.36||0.21||0.29||0.41||0.46||0.29||0.41||&#039;&#039;&#039;0.29&#039;&#039;&#039;&lt;br /&gt;
|-style=&amp;quot;background:#FFFFCC&amp;quot;&lt;br /&gt;
|clusteringCoefficient||0.51||0.25||0.15||0.09||0.12||0.23||0.25||0.32||0.38||0.07||0.53||&#039;&#039;&#039;0.52&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|diameter||6||4||4||4||4||-||6||4||3||5||5||6&lt;br /&gt;
|-&lt;br /&gt;
|averageShortestDistance||2.97||2.4||2.32||2.3||2.29||-||3.24||2.15||1.98||2.83||2.56||3.15&lt;br /&gt;
|-&lt;br /&gt;
|minDegree||5||4||4||3||4||1||2||5||8||2||7||6&lt;br /&gt;
|-&lt;br /&gt;
|maxDegree||8||9||9||9||9||4||6||10||13||8||10||10&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
W1 [http://insitu.lri.fr/~nhenry/socnets/wsmallworld/wSmallWorld_47_0.1_6.xml SmallWorld_47_0.1_6.xml]&lt;br /&gt;
&lt;br /&gt;
[[image:wSmallWorld_47_0.1_6.JPG|150px]]&lt;br /&gt;
[[image:wSmallWorldMInit_47_0.1_6.PNG|165px]]&lt;br /&gt;
[[image:wSmallWorldM_47_0.1_6.JPG|165px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
W2 [http://insitu.lri.fr/~nhenry/socnets/wsmallworld/wSmallWorld_47_0.3_6.xml SmallWorld_47_0.3_6.xml]&lt;br /&gt;
&lt;br /&gt;
[[image:wSmallWorld_47_0.3_6.JPG|150px]]&lt;br /&gt;
[[image:wSmallWorldMInit_47_0.3_6.PNG|165px]]&lt;br /&gt;
[[image:wSmallWorldM_47_0.3_6.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
W3 [http://insitu.lri.fr/~nhenry/socnets/wsmallworld/wSmallWorld_47_0.5_6.xml SmallWorld_47_0.5_6.xml]&lt;br /&gt;
&lt;br /&gt;
[[image:wSmallWorld_47_0.5_6.JPG|150px]]&lt;br /&gt;
[[image:wSmallWorldMInit_47_0.5_6.PNG|165px]]&lt;br /&gt;
[[image:wSmallWorldM_47_0.5_6.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
W4  [http://insitu.lri.fr/~nhenry/socnets/wsmallworld/wSmallWorld_47_0.7_6.xml SmallWorld_47_0.7_6.xml]&lt;br /&gt;
&lt;br /&gt;
[[image:wSmallWorld_47_0.7_6.JPG|150px]]&lt;br /&gt;
[[image:wSmallWorldMInit_47_0.7_6.PNG|165px]]&lt;br /&gt;
[[image:wSmallWorldM_47_0.7_6.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
W5 [http://insitu.lri.fr/~nhenry/socnets/wsmallworld/wSmallWorld_47_0.9_6.xml SmallWorld_47_0.9_6.xml]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[image:wSmallWorld_47_0.9_6.JPG|150px]]&lt;br /&gt;
[[image:WSmallWorldMInit_47_0.9_6.PNG|165px]]&lt;br /&gt;
[[image:WSmallWorldM_47_0.9_6.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
W6  [http://insitu.lri.fr/~nhenry/socnets/wsmallworld/wSmallWorld_47_0.3_2.xml SmallWorld_47_0.3_2.xml]&lt;br /&gt;
&lt;br /&gt;
[[image:wSmallWorld_47_0.3_2.JPG|150px]]&lt;br /&gt;
[[image:WSmallWorldMInit_47_0.3_2.PNG|165px]]&lt;br /&gt;
[[image:WSmallWorldM_47_0.3_2.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
W7 [http://insitu.lri.fr/~nhenry/socnets/wsmallworld/wSmallWorld_47_0.3_4.xml SmallWorld_47_0.3_4.xml]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[image:wSmallWorld_47_0.3_4.JPG|150px]]&lt;br /&gt;
[[image:WSmallWorldMInit_47_0.3_4.PNG|165px]]&lt;br /&gt;
[[image:WSmallWorldM_47_0.3_4.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
W8 [http://insitu.lri.fr/~nhenry/socnets/wsmallworld/wSmallWorld_47_0.3_8.xml SmallWorld_47_0.3_8.xml]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[image:wSmallWorld_47_0.3_8.JPG|150px]]&lt;br /&gt;
[[image:WSmallWorldMInit_47_0.3_8.PNG|165px]]&lt;br /&gt;
[[image:WSmallWorldM_47_0.3_8.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
W9 [http://insitu.lri.fr/~nhenry/socnets/wsmallworld/wSmallWorld_47_0.3_10.xml SmallWorld_47_0.3_10.xml] &lt;br /&gt;
&lt;br /&gt;
[[image:wSmallWorld_47_0.3_10.JPG|150px]]&lt;br /&gt;
[[image:WSmallWorldMInit_47_0.3_10.PNG|165px]]&lt;br /&gt;
[[image:WSmallWorldM_47_0.3_10.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
W10 [http://insitu.lri.fr/~nhenry/socnets/wsmallworld/wSmallWorld_47_0.7_4.xml SmallWorld_47_0.7_4.xml] &lt;br /&gt;
&lt;br /&gt;
[[image:wSmallWorld_47_0.7_4.JPG|150px]]&lt;br /&gt;
[[image:wSmallWorldMInit_47_0.7_4.PNG|165px]]&lt;br /&gt;
[[image:wSmallWorldM_47_0.7_4.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
W11 [http://insitu.lri.fr/~nhenry/socnets/wsmallworld/wSmallWorld_47_0.1_8.xml SmallWorld_47_0.1_8.xml] &lt;br /&gt;
&lt;br /&gt;
[[image:wSmallWorld_47_0.1_8.JPG|150px]]&lt;br /&gt;
[[image:wSmallWorldMInit_47_0.1_8.PNG|165px]]&lt;br /&gt;
[[image:wSmallWorldM_47_0.1_8.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
W12 [http://insitu.lri.fr/~nhenry/socnets/wsmallworld/wSmallWorld_94_0.1_8.xml SmallWorld_94_0.1_8.xml] &lt;br /&gt;
&lt;br /&gt;
[[image:wSmallWorld_94_0.1_8.JPG|150px]]&lt;br /&gt;
[[image:wSmallWorldMInit_94_0.1_8.PNG|165px]]&lt;br /&gt;
[[image:wSmallWorldM_94_0.1_8.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
KleinbergSmallWorldGenerator&lt;br /&gt;
&lt;br /&gt;
Parameters:&#039;&#039;&#039;latticeSize&#039;&#039;&#039; (the lattice size (length of row or column dimension)) and &#039;&#039;&#039;clusteringExponent&#039;&#039;&#039; (the clustering exponent parameter).&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|  Parameters and Resulting Graph characteristics&lt;br /&gt;
|-&lt;br /&gt;
| graphs || W1 ||W2|| W3 || W4 ||W5 ||W6||W7||W8||W9||W10||W11&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
|&#039;&#039;&#039;latticeSize&#039;&#039;&#039; || 7 || 7 || 7 || 7 || 7 || 7 || 7 || &#039;&#039;&#039;10&#039;&#039;&#039; || &#039;&#039;&#039;10&#039;&#039;&#039; || &#039;&#039;&#039;10&#039;&#039;&#039; || &#039;&#039;&#039;10&#039;&#039;&#039;&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
|&#039;&#039;&#039;clusteringExponent&#039;&#039;&#039; ||&#039;&#039;&#039;0.1&#039;&#039;&#039; || &#039;&#039;&#039;0.5&#039;&#039;&#039; || &#039;&#039;&#039;1&#039;&#039;&#039;|| &#039;&#039;&#039;2&#039;&#039;&#039; || &#039;&#039;&#039;2.5&#039;&#039;&#039; || &#039;&#039;&#039;4&#039;&#039;&#039; || &#039;&#039;&#039;8&#039;&#039;&#039; || &#039;&#039;&#039;2&#039;&#039;&#039; || &#039;&#039;&#039;4&#039;&#039;&#039; || &#039;&#039;&#039;8&#039;&#039;&#039; || &#039;&#039;&#039;12&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|numVertices || 49 || 49 || 49 || 49 || 49 || 49 || 49 || 100 || 100 || 100 || 100&lt;br /&gt;
|-&lt;br /&gt;
|numEdges || 490 || 490 || 490 || 490 || 490 || 490 || 490 || 1000 || 1000 || 1000 || 1000&lt;br /&gt;
|-&lt;br /&gt;
|components || 1 || 1 || 1 || 1 || 1 || 1 || 1 || 1 || 1 || 1 || 1&lt;br /&gt;
|- style=&amp;quot;background:#FFFFCC&amp;quot;&lt;br /&gt;
|density || 0.45 || 0.45 || 0.45 || 0.45 || 0.45 || 0.45 || 0.45 || 0.32 || 0.32 || 0.32 || 0.32&lt;br /&gt;
|-style=&amp;quot;background:#FFFFCC&amp;quot;&lt;br /&gt;
|clusteringCoefficient || 0.08 || 0.09 || 0.14 || 0.19 || 0.19 || 0.26 || 0.32 || 0.18 || 0.23 || 0.32 || 0.33&lt;br /&gt;
|-&lt;br /&gt;
|diameter || 4 || 4 || 4 || 4 || 4 || 5 || 5 || 5 || 6 || 7 || 7&lt;br /&gt;
|-&lt;br /&gt;
|averageShortestDistance || 2.38 || 2.36 || 2.37 || 2.44 || 2.48 || 2.54 || 2.73 || 3.1 || 3.57 || 3.65 || 3.68&lt;br /&gt;
|-&lt;br /&gt;
|minDegree || 9 || 9 || 9 || 9 || 9 || 9 || 9 || 9 || 9 || 9 || 9&lt;br /&gt;
|-&lt;br /&gt;
|maxDegree || 14 || 12 || 13 || 12 || 12 || 13 || 12 || 13 || 13 || 14 || 12&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
W1 [http://insitu.lri.fr/~nhenry/socnets/ksmallworld/kSmallWorld_49_0.1.xml SmallWorld_49_0.1.xml] &lt;br /&gt;
&lt;br /&gt;
[[image:kSmallWorld_49_0.1.PNG|150px]]&lt;br /&gt;
[[image:kSmallWorldMInit_49_0.1.PNG|165px]]&lt;br /&gt;
[[image:kSmallWorldM_49_0.1.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
W2 [http://insitu.lri.fr/~nhenry/socnets/ksmallworld/kSmallWorld_49_0.5.xml SmallWorld_49_0.5.xml] &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[image:kSmallWorld_49_0.5.PNG|150px]]&lt;br /&gt;
[[image:kSmallWorldMInit_49_0.5.PNG|165px]]&lt;br /&gt;
[[image:kSmallWorldM_49_0.5.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
W3 [http://insitu.lri.fr/~nhenry/socnets/ksmallworld/kSmallWorld_49_1.0.xml SmallWorld_49_1.0.xml] &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[image:kSmallWorld_49_1.0.PNG|150px]]&lt;br /&gt;
[[image:kSmallWorldMInit_49_1.0.PNG|165px]]&lt;br /&gt;
[[image:kSmallWorldM_49_1.0.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
W4 [http://insitu.lri.fr/~nhenry/socnets/ksmallworld/kSmallWorld_49_2.0.xml SmallWorld_49_2.0.xml] &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[image:kSmallWorld_49_2.0.PNG|150px]]&lt;br /&gt;
[[image:kSmallWorldMInit_49_2.0.PNG|165px]]&lt;br /&gt;
[[image:kSmallWorldM_49_2.0.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
W5 [http://insitu.lri.fr/~nhenry/socnets/ksmallworld/kSmallWorld_49_2.5.xml SmallWorld_49_2.5.xml] &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[image:kSmallWorld_49_2.5.PNG|150px]]&lt;br /&gt;
[[image:kSmallWorldMInit_49_2.5.PNG|165px]]&lt;br /&gt;
[[image:kSmallWorldM_49_2.5.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
W6 [http://insitu.lri.fr/~nhenry/socnets/ksmallworld/kSmallWorld_49_4.0.xml SmallWorld_49_4.0.xml] &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[image:kSmallWorld_49_4.0.PNG|150px]]&lt;br /&gt;
[[image:kSmallWorldMInit_49_4.0.PNG|165px]]&lt;br /&gt;
[[image:kSmallWorldM_49_4.0.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
W7  [http://insitu.lri.fr/~nhenry/socnets/ksmallworld/kSmallWorld_49_8.0.xml SmallWorld_49_8.0.xml] &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[image:kSmallWorld_49_8.0.PNG|150px]]&lt;br /&gt;
[[image:kSmallWorldMInit_49_8.0.PNG|165px]]&lt;br /&gt;
[[image:kSmallWorldM_49_8.0.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
W8  [http://insitu.lri.fr/~nhenry/socnets/ksmallworld/kSmallWorld_100_2.0.xml SmallWorld_100_2.0.xml] &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[image:kSmallWorld_100_2.0.PNG|150px]]&lt;br /&gt;
[[image:kSmallWorldMInit_100_2.0.PNG|165px]]&lt;br /&gt;
[[image:kSmallWorldM_100_2.0.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
W9 [http://insitu.lri.fr/~nhenry/socnets/ksmallworld/kSmallWorld_100_4.0.xml SmallWorld_100_4.0.xml] &lt;br /&gt;
&lt;br /&gt;
[[image:kSmallWorld_100_4.0.PNG|150px]]&lt;br /&gt;
[[image:kSmallWorldMInit_100_4.0.PNG|165px]]&lt;br /&gt;
[[image:kSmallWorldM_100_4.0.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
W10 [http://insitu.lri.fr/~nhenry/socnets/ksmallworld/kSmallWorld_100_8.0.xml SmallWorld_100_8.0.xml]&lt;br /&gt;
&lt;br /&gt;
[[image:kSmallWorld_100_8.0.PNG|150px]]&lt;br /&gt;
[[image:kSmallWorldMInit_100_8.0.PNG|165px]]&lt;br /&gt;
[[image:kSmallWorldM_100_8.0.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
W11 [http://insitu.lri.fr/~nhenry/socnets/ksmallworld/kSmallWorld_100_12.0.xml SmallWorld_100_12.0.xml] &lt;br /&gt;
&lt;br /&gt;
[[image:kSmallWorld_100_12.0.PNG|150px]]&lt;br /&gt;
[[image:kSmallWorldMInit_100_12.0.PNG|165px]]&lt;br /&gt;
[[image:kSmallWorldM_100_12.0.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
=== Scale-Free Networks Generator ===&lt;br /&gt;
&lt;br /&gt;
BarabasiAlbertGenerator&lt;br /&gt;
&lt;br /&gt;
Parameters: &#039;&#039;&#039;init_vertices&#039;&#039;&#039; (number of vertices that the graph should start with), &#039;&#039;&#039;numEdgesToAttach&#039;&#039;&#039; (the number of edges that should be attached from the new vertex to pre-existing vertices at each time step) and &#039;&#039;&#039;numSteps&#039;&#039;&#039; (number of time steps).  init_vertices must be superior or equal to numEdgesToAttach.&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|  Parameters and Resulting Graph characteristics&lt;br /&gt;
|-&lt;br /&gt;
| graphs || W1 ||W2|| W3 || W4 ||W5 ||W6||W7||W8 &lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
|&#039;&#039;&#039;init_vertices&#039;&#039;&#039;||4||4||4||4||2||2||2||4&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
|&#039;&#039;&#039;numEdgesToAttach&#039;&#039;&#039;||2||2||2||1||1||1||2||4&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
|&#039;&#039;&#039;numSteps&#039;&#039;&#039;||10||50||100|| 100||100||50||50||50&lt;br /&gt;
|-&lt;br /&gt;
|numVertices||14||53||104|| 80||76||51||52||54&lt;br /&gt;
|-&lt;br /&gt;
|numEdges||40||200||400||158||150||100||200||400&lt;br /&gt;
|-&lt;br /&gt;
|components||1||1||1||1||1||1||1||1&lt;br /&gt;
|- style=&amp;quot;background:#FFFFCC&amp;quot;&lt;br /&gt;
|density||0.45||0.27||0.19||0.16||0.16||0.2||0.27||0.37&lt;br /&gt;
|-style=&amp;quot;background:#FFFFCC&amp;quot;&lt;br /&gt;
|clusteringCoefficient||0.15||0.2||0.07||0.51||0.51||0.66||0.16||0.23&lt;br /&gt;
|-&lt;br /&gt;
|diameter||4||6||6||11||14||8||5||4&lt;br /&gt;
|-&lt;br /&gt;
|averageShortestDistance||2.24||2.81||3.18||5.26||5.7||3.74||2.8||2.15&lt;br /&gt;
|-&lt;br /&gt;
|minDegree||2||1||2||1||1||1||2||4&lt;br /&gt;
|-&lt;br /&gt;
|maxDegree||5||16||19||8||12||16||17||26&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
W1 [http://insitu.lri.fr/~nhenry/socnets/bascalefree/baScaleFree_4_2_10.xml ScaleFree_4_2_10.xml] &lt;br /&gt;
&lt;br /&gt;
[[image:baScaleFree_4_2_10.PNG|150px]]&lt;br /&gt;
[[image:baScaleFreeMInit_4_2_10.PNG|165px]]&lt;br /&gt;
[[image:baScaleFreeM_4_2_10.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
W2 [http://insitu.lri.fr/~nhenry/socnets/bascalefree/baScaleFree_4_2_50.xml ScaleFree_4_2_50.xml] &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[image:baScaleFree_4_2_50.PNG|150px]]&lt;br /&gt;
[[image:baScaleFreeMInit_4_2_50.PNG|165px]]&lt;br /&gt;
[[image:baScaleFreeM_4_2_50.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
W3 [http://insitu.lri.fr/~nhenry/socnets/bascalefree/baScaleFree_4_2_100.xml ScaleFree_4_2_100.xml] &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[image:baScaleFree_4_2_100.PNG|150px]]&lt;br /&gt;
[[image:baScaleFreeMInit_4_2_100.PNG|165px]]&lt;br /&gt;
[[image:baScaleFreeM_4_2_100.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
W4 [http://insitu.lri.fr/~nhenry/socnets/bascalefree/baScaleFree_4_1_100.xml ScaleFree_4_1_100.xml] &lt;br /&gt;
&lt;br /&gt;
[[image:baScaleFree_4_1_100.PNG|150px]]&lt;br /&gt;
[[image:baScaleFreeMInit_4_1_100.PNG|165px]]&lt;br /&gt;
[[image:baScaleFreeM_4_1_100.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
W5 [http://insitu.lri.fr/~nhenry/socnets/bascalefree/baScaleFree_2_1_100.xml  ScaleFree_2_1_100.xml] &lt;br /&gt;
&lt;br /&gt;
[[image:baScaleFree_2_1_100.PNG|150px]]&lt;br /&gt;
[[image:baScaleFreeMInit_2_1_100.PNG|165px]]&lt;br /&gt;
[[image:baScaleFreeM_2_1_100.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
W6 [http://insitu.lri.fr/~nhenry/socnets/bascalefree/baScaleFree_2_1_50.xml ScaleFree_2_1_50.xml]&lt;br /&gt;
&lt;br /&gt;
[[image:baScaleFree_2_1_50.PNG|150px]]&lt;br /&gt;
[[image:baScaleFreeMInit_2_1_50.PNG|165px]]&lt;br /&gt;
[[image:baScaleFreeM_2_1_50.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
W7 [http://insitu.lri.fr/~nhenry/socnets/bascalefree/baScaleFree_2_2_50.xml ScaleFree_2_2_50.xml]&lt;br /&gt;
&lt;br /&gt;
[[image:baScaleFree_2_2_50.PNG|150px]]&lt;br /&gt;
[[image:baScaleFreeMInit_2_2_50.PNG|165px]]&lt;br /&gt;
[[image:baScaleFreeM_2_2_50.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
W8 [http://insitu.lri.fr/~nhenry/socnets/bascalefree/baScaleFree_4_4_50.xml ScaleFree_4_4_50.xml]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[image:baScaleFree_4_4_50.PNG|150px]]&lt;br /&gt;
[[image:baScaleFreeMInit_4_4_50.PNG|165px]]&lt;br /&gt;
[[image:baScaleFreeM_4_4_50.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
EppsteinPowerLawGenerator&lt;br /&gt;
&lt;br /&gt;
Parameters: &#039;&#039;&#039;numVertices&#039;&#039;&#039; (the number of vertices for the generated graph), &#039;&#039;&#039;numEdges&#039;&#039;&#039; (the number of edges the generated graph will have, should be Theta(numVertices)) and &#039;&#039;&#039;r&#039;&#039;&#039; (the model parameter).&lt;br /&gt;
&lt;br /&gt;
== Real Social Networks ==&lt;br /&gt;
&lt;br /&gt;
Here is a panel of undirected networks issued from scientific articles, benchmarks or contests.  Social network visualization or analysis tools provide also some real datasets: Pajek [http://vlado.fmf.uni-lj.si/pub/networks/data/] and UCINet [http://vlado.fmf.uni-lj.si/pub/networks/data/UciNet/UciData.htm].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Small-World ===&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|  Parameters and Resulting Graph characteristics for Co-Authoring Networks&lt;br /&gt;
|Name ||Team Collaboration (with external collaborators)||Infovis component 1 ||Infovis component 2 || Infovis component 3||Infovis component 4&lt;br /&gt;
|-style=&amp;quot;background:lightgrey&amp;quot;&lt;br /&gt;
|&#039;&#039;&#039;Source&#039;&#039;&#039;||Collected ||Contest||Contest||Contest||Contest&lt;br /&gt;
|-&lt;br /&gt;
|numNodes||146||135||48||47||32&lt;br /&gt;
|-&lt;br /&gt;
|numEdges||540||321||91||114||109&lt;br /&gt;
|-&lt;br /&gt;
|components||1||1||1||1||1&lt;br /&gt;
|-style=&amp;quot;background:#FFFFCC&amp;quot;&lt;br /&gt;
|density||0.16||0.13||0.2||0.23||0.33&lt;br /&gt;
|-style=&amp;quot;background:#FFFFCC&amp;quot;&lt;br /&gt;
|clusteringCoefficient||0.91||0.82||0.79||0.83||0.81&lt;br /&gt;
|-&lt;br /&gt;
|diameter||4||11||7||10||6&lt;br /&gt;
|-&lt;br /&gt;
|averageShortestDistance||2.65||4.4||3.71||3.84||2.6&lt;br /&gt;
|-&lt;br /&gt;
|minDegree||1||1||1||1||1&lt;br /&gt;
|-&lt;br /&gt;
|maxDegree||57||22||11||15||15&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
TeamCollaborationExternal [http://insitu.lri.fr/~nhenry/socnets/realsmallworld/teamCollaborationExternalAnonym.xml TeamCollaborationExternal.xml]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[image: teamCollaborationExternal.PNG|150px]]&lt;br /&gt;
[[image: teamCollaborationExternalMInit.PNG|165px]]&lt;br /&gt;
[[image: teamCollaborationExternalM.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
Infovis Component 1 [http://insitu.lri.fr/~nhenry/socnets/realsmallworld/ivComp1.xml ivComp1.xml]&lt;br /&gt;
&lt;br /&gt;
[[image: ivComp1.PNG|150px]]&lt;br /&gt;
[[image: ivComp1MInit.PNG|165px]]&lt;br /&gt;
[[image: ivComp1M.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
Infovis Component 2 [http://insitu.lri.fr/~nhenry/socnets/realsmallworld/ivComp2.xml ivComp2.xml]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[image: ivComp2.PNG|150px]]&lt;br /&gt;
[[image: ivComp2MInit.PNG|165px]]&lt;br /&gt;
[[image: ivComp2M.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
Infovis Component 3 [http://insitu.lri.fr/~nhenry/socnets/realsmallworld/ivComp3.xml ivComp3.xml]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[image: ivComp3.PNG|150px]]&lt;br /&gt;
[[image: ivComp3MInit.PNG|165px]]&lt;br /&gt;
[[image: ivComp3M.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
Infovis Component 4 [http://insitu.lri.fr/~nhenry/socnets/realsmallworld/ivComp4.xml ivComp4.xml]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[image: ivComp4.PNG|150px]]&lt;br /&gt;
[[image: ivComp4MInit.PNG|165px]]&lt;br /&gt;
[[image: ivComp4M.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
=== Tree-like ===&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|  Parameters and Resulting Graph characteristics for Genealogy and Virus Transmission&lt;br /&gt;
|Name ||genealogy||MSTTransmission1||MSTTransmission2||HIVTransmission&lt;br /&gt;
|-style=&amp;quot;background:lightgrey&amp;quot;&lt;br /&gt;
|&#039;&#039;&#039;Source&#039;&#039;&#039;||Pajek||Article [http://sextrans.bmjjournals.com/cgi/content/abstract/80/4/280]||Article[http://sextrans.bmjjournals.com/cgi/content/abstract/80/4/280]||Article [http://sti.bmjjournals.com/cgi/content/abstract/78/suppl_1/i159]&lt;br /&gt;
|-&lt;br /&gt;
|numVertices||242||38||84||243&lt;br /&gt;
|-&lt;br /&gt;
|numEdges||510||78||182||514&lt;br /&gt;
|-&lt;br /&gt;
|components||1||1||1||1&lt;br /&gt;
|-style=&amp;quot;background:#FFFFCC&amp;quot;&lt;br /&gt;
|density||0.09||0.23||0.16||0.09&lt;br /&gt;
|-style=&amp;quot;background:#FFFFCC&amp;quot;&lt;br /&gt;
|clusteringCoefficient||0.66||0.53||0.52||0.65&lt;br /&gt;
|-&lt;br /&gt;
|diameter||11||10||9||23&lt;br /&gt;
|-&lt;br /&gt;
|averageShortestDistance||5.78||4.42||4.31||8.27&lt;br /&gt;
|-&lt;br /&gt;
|minDegree||1||1||1||1&lt;br /&gt;
|-&lt;br /&gt;
|maxDegree||14||7||17||20&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Gondola Genealogy [http://insitu.lri.fr/~nhenry/socnets/realtreelike/GondolaGen.xml GondolaGen.xml]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[image: gondolaGen.PNG|150px]]&lt;br /&gt;
[[image: gondolaGenMInit.PNG|165px]]&lt;br /&gt;
[[image: gondolaGenM.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
MSTTransmission 1 [http://insitu.lri.fr/~nhenry/socnets/realtreelike/Mst1.xml Mst1.xml]&lt;br /&gt;
&lt;br /&gt;
[[image: mst1.PNG|150px]]&lt;br /&gt;
[[image: mst1MInit.PNG|165px]]&lt;br /&gt;
[[image: mst1M.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
MSTTransmission 2 [http://insitu.lri.fr/~nhenry/socnets/realtreelike/Mst2.xml Mst2.xml]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[image: mst2.PNG|150px]]&lt;br /&gt;
[[image: mst2MInit.PNG|165px]]&lt;br /&gt;
[[image: mst2M.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
HIV Transmission [http://insitu.lri.fr/~nhenry/socnets/realtreelike/Hiv.xml Hiv.xml]&lt;br /&gt;
&lt;br /&gt;
[[image: hiv.PNG|150px]]&lt;br /&gt;
[[image: hivMInit.PNG|165px]]&lt;br /&gt;
[[image: hivM.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
=== Almost Complete Graphs ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|  Parameters and Resulting Graph characteristics for Email Communication within a research lab.&lt;br /&gt;
|-&lt;br /&gt;
|Name||emailDay per person||emailWeek per person||emailMonth  per person||emailYear per person||emailDay per team||emailWeek per team||emailMonth per team||emailYear per team&lt;br /&gt;
|-style=&amp;quot;background:lightgrey&amp;quot;&lt;br /&gt;
|&#039;&#039;&#039;Source&#039;&#039;&#039;||Collected||Collected||Collected||Collected||Collected||Collected||Collected||Collected&lt;br /&gt;
|-&lt;br /&gt;
|numVertices||134||200||242||447||30||33||35||42&lt;br /&gt;
|-&lt;br /&gt;
|numEdges||442||1676||3514||11462||183||410||564||980&lt;br /&gt;
|-&lt;br /&gt;
|components||1||1||1||1||1||1||1||1&lt;br /&gt;
|-style=&amp;quot;background:#FFFFCC&amp;quot;&lt;br /&gt;
|density||0.16||0.2||0.24||0.24||0.45||0.61||0.68||0.75&lt;br /&gt;
|-style=&amp;quot;background:#FFFFCC&amp;quot;&lt;br /&gt;
|clusteringCoefficient||0.52||0.55||0.62||0.71||0.62||0.78||0.83||0.84&lt;br /&gt;
|-&lt;br /&gt;
|diameter||9||7||6||6||5||3||3||3&lt;br /&gt;
|-&lt;br /&gt;
|averageShortestDistance||4.29||2.92||2.52||2.42||2.17||1.71||1.57||1.45&lt;br /&gt;
|-&lt;br /&gt;
|minDegree||1||1||1||1||1||1||1||3&lt;br /&gt;
|-&lt;br /&gt;
|maxDegree||15||51||86||195||16||26||34||40&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Email exchange per person during a day [http://insitu.lri.fr/~nhenry/socnets/realalmostcomplete/emailDay.xml emailDay.xml]&lt;br /&gt;
&lt;br /&gt;
[[image: emailDay.PNG|150px]]&lt;br /&gt;
[[image: emailDayMInit.PNG|165px]]&lt;br /&gt;
[[image: emailDayM.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
Email exchange per person during a week [http://insitu.lri.fr/~nhenry/socnets/realalmostcomplete/emailWeek.xml emailWeek.xml]&lt;br /&gt;
&lt;br /&gt;
[[image: emailWeek.PNG|150px]]&lt;br /&gt;
[[image: emailWeekMInit.PNG|165px]]&lt;br /&gt;
[[image: emailWeekM.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
Email exchange per person during a month [http://insitu.lri.fr/~nhenry/socnets/realalmostcomplete/emailMonth.xml emailMonth.xml]&lt;br /&gt;
&lt;br /&gt;
[[image: emailMonth.PNG|150px]]&lt;br /&gt;
[[image: emailMonthMInit.PNG|165px]]&lt;br /&gt;
[[image: emailMonthM.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
Email exchange per person during a year [http://insitu.lri.fr/~nhenry/socnets/realalmostcomplete/emailYear.xml emailYear.xml]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[image: emailYear.PNG|150px]]&lt;br /&gt;
[[image: emailYearMInit.PNG|165px]]&lt;br /&gt;
[[image: emailYearM.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
Email exchange per research group during a day  [http://insitu.lri.fr/~nhenry/socnets/realalmostcomplete/emailGDay.xml emailGDay.xml]&lt;br /&gt;
&lt;br /&gt;
[[image: emailGDay.PNG|150px]]&lt;br /&gt;
[[image: emailGDayMInit.PNG|165px]]&lt;br /&gt;
[[image: emailGDayM.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
Number of email coded with link width in the nodelink, edge color in the matrix&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
[[image: emailGDayS.PNG|150px]]&lt;br /&gt;
[[image: emailGDayMC.PNG|165px]] &lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Email exchange per research group during a week&lt;br /&gt;
[http://insitu.lri.fr/~nhenry/socnets/realalmostcomplete/emailGWeek.xml emailGWeek.xml]&lt;br /&gt;
&lt;br /&gt;
[[image: emailGWeek.PNG|150px]]&lt;br /&gt;
[[image: emailGWeekMInit.PNG|165px]]&lt;br /&gt;
[[image: emailGWeekM.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
Number of email coded with link width in the nodelink, edge color in the matrix&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
[[image: emailGWeekS.PNG|150px]]&lt;br /&gt;
[[image: emailGWeekMC.PNG|165px]]&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Email exchange per research group during a month&lt;br /&gt;
[http://insitu.lri.fr/~nhenry/socnets/realalmostcomplete/emailGMonth.xml emailGMonth.xml]&lt;br /&gt;
&lt;br /&gt;
[[image: emailGMonth.PNG|150px]]&lt;br /&gt;
[[image: emailGMonthMInit.PNG|165px]]&lt;br /&gt;
[[image: emailGMonthM.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
Number of email coded with link width in the nodelink, edge color in the matrix&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
[[image: emailGMonthS.PNG|150px]]&lt;br /&gt;
[[image: emailGMonthMC.PNG|150px]]&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Email exchange per research group during a year&lt;br /&gt;
[http://insitu.lri.fr/~nhenry/socnets/realalmostcomplete/emailGYear.xml emailGYear.xml]&lt;br /&gt;
&lt;br /&gt;
[[image: emailGYear.PNG|150px]]&lt;br /&gt;
[[image: emailGYearMInit.PNG|165px]]&lt;br /&gt;
[[image: emailGYearM.PNG|165px]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
Number of email coded with link width in the nodelink, edge color in the matrix&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
[[image: emailGYearS.PNG|150px]]&lt;br /&gt;
[[image: emailGYearMC.PNG|165px]]&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
[[Category:Datasets]]&lt;br /&gt;
[[Category:Coffee Room]]&lt;br /&gt;
[[Category:Methods]]&lt;/div&gt;</summary>
		<author><name>PKlinka</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Template:Conferences&amp;diff=24173</id>
		<title>Template:Conferences</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Template:Conferences&amp;diff=24173"/>
		<updated>2010-02-01T12:09:00Z</updated>

		<summary type="html">&lt;p&gt;PKlinka: Removed conferences from startpage before Oktober 09 for better overview&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!-- PLEASE SORT EVENT ENTRIES ASCENDING BY DATE --&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
 &lt;br /&gt;
*[[CENTERIS2009]]: October 7-9, 2009, Ofir, Portugal, Conference on ENTERprise Information Systems.&lt;br /&gt;
*[[IFIP 13.6]]: October 7-8, 2009, Pune, India, Human Work Interaction Design 2009, Working Conference on Usability in Social, Cultural and Organizational Contexts.&lt;br /&gt;
*[[AIGA]]: October 8-11, 2009, Memphis, TN, USA, Design Conference.&lt;br /&gt;
*[[IEEE Information Visualization]]: October 11-16, 2009, Atlantic City, USA.&lt;br /&gt;
*[[IEEE Visualization]]: October 11-16, 2009, Atlantic City, USA.&lt;br /&gt;
*[[VAST 2009]]: October 11-16, 2009, Atlantic City, USA, IEEE Symposium on Visual Analytics Science and Technology.&lt;br /&gt;
*[[SEACUBE&#039;09]]: October 12-14, 2009, St. Petersburg, Russia, International Workshop on Sensing and Acting in Ubiquitous Environments.&lt;br /&gt;
*[[DECIS 2009]]: October 13-14, 2009, Delft, the Netherlands, Human Factors Event 2009. &lt;br /&gt;
*[[DPPI09]]: October 13-16, 2009, Compiègne, France, Designing Pleasurable Products and Interfaces.&lt;br /&gt;
*[[ID Symposium 2009]]: October 16, 2009, Stuttgart, Germany, 8th Symposium on Informationdesign: Efficient Information with Interactive Infographics &lt;br /&gt;
*[[ICOVACS 2009]]: October 19-21, 2009, Louisville, KY,  International Conference on Value Chain Sustainability.&lt;br /&gt;
*[[ISMAR 2009]]: October 19-21, 2009, Orlando, Florida, USA.&lt;br /&gt;
*[[Human Factors and Ergonomics Society 53rd Annual Meeting]]: October 19-23, 2009, San Antonio, Texas.&lt;br /&gt;
*[[ICEBE 2009]]: October 21-23, 2009, Macau, China.&lt;br /&gt;
*[[BITs 7th Annual Congress of International Drug Discovery Science and Technology]]: October 22-25, 2009, Shanghai, China.&lt;br /&gt;
*[[WikiSym 2009]]: October 25-27, 2009, Orlando, Florida, USA,  The 5th International Symposium on Wikis and Open Collaboration.&lt;br /&gt;
*[[ASSETS 2009]]: October 26-28, 2009, Pittsburgh, PA, USA, Eleventh International ACM SIGACCESS Conference on Computers and Accessibility.&lt;br /&gt;
*[[ACM 2009]]: October 26-28, 2009, Berkeley, USA, Creativity and Cognition 2009. &lt;br /&gt;
*[[CEE-SECR 2009]]: October 28-29, 2009, Moscow, Russia, The 5th Central and Eastern European Software Engineering Conference in Russia 2009.&lt;br /&gt;
*[[ACE 2009 and DIMEA 2009]]: October 29-31, 2009, Athens, Greece.&lt;br /&gt;
*[[CoVis 2009]]: October, 2009. Atlantic City, NJ, USA. Workshop on &#039;&#039;&#039;Collaborative Visualization on Interactive Surfaces.&#039;&#039;&#039;&lt;br /&gt;
*[[Dust or Magic: The Ninth Annual Children&#039;s New Media Design Institute]]: November 1-3, 2009, Lambertville (NYC), NJ USA.&lt;br /&gt;
*[[VIEW Conference 2009]]: November 4-7, 2009, Turin, Italy. &lt;br /&gt;
*[[ICITST-2009]] November 9-12, 2009, London, UK, The 4th International Conference for Internet Technology and Secured Transactions.&lt;br /&gt;
*[[CLIHC and LA-WEB 09]]: November 9-11, 2009, Merida, Yucatan, 4th. Latin American Conference on Human-computer Interaction.&lt;br /&gt;
*[[Visualizar&#039;09]]: November 12-27, 2009, Medialab-Prado, Madrid, Spain, International Workshop-Seminar on Public Data Visualization.&lt;br /&gt;
*[[VASE 2009]]: November 16, 2009, Auckland, New Zealand. Workshop on Visual Analytics in Software Engineering&lt;br /&gt;
*[[VRST 2009]]: November 18-20, 2009, Kyoto, Japan, The 16th ACM Symposium on Virtual Reality and Software Technology.&lt;br /&gt;
*[[AmI 2009]]: November 18-21, 2009, Salzburg, Austria.&lt;br /&gt;
*[[OZCHI 2009]]: November 23-27, 2009, Melbourne, Australia.&lt;br /&gt;
*[[DICTA2009]]: December 1-3, 2009, Melbourne, Australia, Digital Image Computing - Techniques and Applications.&lt;br /&gt;
*[[TEI&#039;10]]: January 25-27, 2010, Cambridge, MA, USA, Conference on Tangible, Embedded, and Embodied Interaction.&lt;br /&gt;
*[[IxD10]]: February 4-7, 2010, Savannah, GA, USA, Interaction 2010.&lt;br /&gt;
*[[CSCW 2010]]: February 6-10, 2010, Savannah, GA, USA.&lt;br /&gt;
*[[IUI 2010]]: February 7-10, 2010, Hong Kong, China, International Conference on &#039;&#039;&#039;Intelligent User Interfaces&#039;&#039;&#039;.&lt;br /&gt;
*[[2010 International Conference on Intelligent User Interfaces]]: February 7-10, 2010, Hong Kong, China.  &lt;br /&gt;
*[[PacificVis 2010]]: March 2-5, 2010, Taipei, Taiwan, 3rd IEEE Pacific Visualization Symposium. &lt;br /&gt;
*[[IEEE ICACC 2010]]: March 27-29, 2010, Shenyang, P.R.China, The 2nd IEEE International Conference on Advanced Computer Control(ICACC 2010). &lt;br /&gt;
*[[CSEDU 2010]]: April 07-10, 2010, Valencia, Spain - International Conference on Computer Supported Education.&lt;br /&gt;
*[[WEBIST 2010]]: April 07-10, 2010, Valencia, Spain - International Conference on Web Information Systems and Technologies.&lt;br /&gt;
*[[CHI 2010]]: April 10-15, 2010, Atlanta, Georgia, USA.&lt;br /&gt;
*[[Arts / Humanities / Complex Networks]]: May 10, 2010, Boston, MA, USA. &#039;&#039;&#039;Arts | Humanities | Complex Networks - a Leonardo satellite symposium at NetSci2010&#039;&#039;&#039;.&lt;br /&gt;
*[[GeoVA(t)2010]]: May 11, 2010, Guimarães, Portugal. Workshop &#039;&#039;&#039;Geospatial Visual Analytics: Focus on Time&#039;&#039;&#039;.&lt;br /&gt;
*[[AVI 2010]]: May 26-28, 2010, Roma, Italy, International Working Conference on &#039;&#039;&#039;Advanced Visual Interfaces&#039;&#039;&#039;. &lt;br /&gt;
*[[SG 2010]]: June 24-26, 2010, Banff, Canada, 10th International Symposium of Smart Graphics&lt;br /&gt;
*[[EuroHaptics 2010]]: July 8-10, 2010, Amsterdam, The Netherlands.&lt;br /&gt;
*[[IVBi 2010]]: July 27, 2010, London, UK, 4th Int Symposium on Information Visualization in Biomedical Informatics.&lt;br /&gt;
*[[NordiCHI 2010]]: October 16–20, Reykjavik, Iceland, Sixth Nordic Conference on &#039;&#039;&#039;Human-Computer Interaction&#039;&#039;&#039;.&lt;br /&gt;
*[[World Usability Day 2010]]: November 11, 2010,  Everywhere.&lt;br /&gt;
*[[GRAPP 2010]]: May 17-21, 2010, Angers, France.&lt;br /&gt;
*[[IVAPP 2010]]: May 17-21, 2010, Angers, France.&lt;br /&gt;
*[[IMAGAPP 2010]]: May 17-21, 2010, Angers, France.&lt;br /&gt;
*[[VISAPP 2010]]: May 17-21, 2010, Angers, France.&lt;br /&gt;
*[[VISIGRAPP 2010]]: May 17-21, 2010, Angers, France.&lt;/div&gt;</summary>
		<author><name>PKlinka</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=WORKSHOP_ON_PARALLEL_COORDINATES&amp;diff=21902</id>
		<title>WORKSHOP ON PARALLEL COORDINATES</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=WORKSHOP_ON_PARALLEL_COORDINATES&amp;diff=21902"/>
		<updated>2009-09-07T09:03:21Z</updated>

		<summary type="html">&lt;p&gt;PKlinka: Added WORKSHOP ON PARALLEL COORDINATES&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;*&#039;&#039;&#039;Title&#039;&#039;&#039;: Visual Multidimensional Geometry and its Applications&lt;br /&gt;
*&#039;&#039;&#039;Date:&#039;&#039;&#039; September 9, 2009, 13h-17h&lt;br /&gt;
*&#039;&#039;&#039;Location:&#039;&#039;&#039;  CAB G11, [[wikipedia:ETH Zurich|ETH Zurich]], [[wikipedia:Switzerland|Switzerland]]&lt;br /&gt;
*&#039;&#039;&#039;Homepage:&#039;&#039;&#039; http://www.ite.ethz.ch/ParallelCoordinates&lt;br /&gt;
&lt;br /&gt;
[[Category:Conferences]]&lt;/div&gt;</summary>
		<author><name>PKlinka</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Template:Conferences&amp;diff=21901</id>
		<title>Template:Conferences</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Template:Conferences&amp;diff=21901"/>
		<updated>2009-09-07T08:58:09Z</updated>

		<summary type="html">&lt;p&gt;PKlinka: Added WORKSHOP ON PARALLEL COORDINATES&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!-- PLEASE SORT EVENT ENTRIES ASCENDING BY DATE --&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
*[[The Second International Conference on the Applications of Digital Information]]: August 4-6, 2009, London, UK.&lt;br /&gt;
*[[ICCSIT 2009]]:  August 8-11, 2009, Beijing, China, The 2nd IEEE International Conference on Computer Science and Information Technology 2009.&lt;br /&gt;
*[[INTERACT 2009]]: August 24, 2009, Uppsala, Sweden, Twelfth IFIP conference on &#039;&#039;&#039;Human-Computer Interaction&#039;&#039;&#039;.&lt;br /&gt;
*[[DEGAS&#039;2009]]: August 24, 2009, Uppsala, Sweden, Workshop on Design and Evaluation of e-Government.&lt;br /&gt;
*[[International Workshop on &#039;Innovation for an Inclusive Future&#039;]]: August 24-28, 2009, Uppsala, Sweden.&lt;br /&gt;
*[[Argentine Symposium on Artificial Intelligence]]: August 24-25, 2009, Mar del Plata, Argentina.&lt;br /&gt;
*[[Workshop Touch Affordances]]: August 25, 2009, Uppsala, Sweden.&lt;br /&gt;
*[[ASSE&#039;09]]: August 27-28, 2009, Mar del Plata, Argentina, 10th Argentine Symposium on Software Engineering.&lt;br /&gt;
*[[Copenhagen Design Week 2009]]: August 27 - September 6, 2009, Copenhagen, Denmark.&lt;br /&gt;
*[[Nordes 2009]]:  August 30 - September 1, 2009, Oslo, Norway, Design Conference: Engaging Artefacts.&lt;br /&gt;
*[[MaRK09]]: September 01,2009, Atlanta, USA, Second International Workshop on Managing Requirements Knowledge.&lt;br /&gt;
*[[HCI 2009]]:  Sep 1-5, 2009, Churchill College Cambridge, UK, 23rd BCS conference on &#039;&#039;&#039;Human Computer Interaction&#039;&#039;&#039;.&lt;br /&gt;
*[[ISWC 2009]]: September 4-7, 2009,  Linz, Austria, International Symposium on &#039;&#039;&#039;Wearable Computers&#039;&#039;&#039;.&lt;br /&gt;
*[[Mensch und Computer 2009]]: September 6-9, 2009, Berlin, Germany.&lt;br /&gt;
*[[TAMODIA 2009]]:  September 7-8, 2009, Cambridge, United Kingdom.&lt;br /&gt;
*[[ECSCW09]]: September 7-11, 2009, Vienna, Austria, ECSCW09 Conference.&lt;br /&gt;
*[[INTERACCIÓN 09]]: September 7-9, 2009, Barcelona, Spain.&lt;br /&gt;
*[[WORKSHOP ON PARALLEL COORDINATES]]: September 9, 2009, ETH Zurich, Switzerland, Visual Multidimensional Geometry and its Applications.&lt;br /&gt;
*[[HAID&#039;09]]: September 10-11, 2009, Dresden, Germany, 4th International Workshop on Haptic and Audio Interaction.&lt;br /&gt;
*[[11th International Conference on Engineering and Product Design Education]]: September 10-11, 2009, Brighton, UK.&lt;br /&gt;
*[[MIRW 2009]]: September 15, 2009. Bonn, Germany. 4th International Workshop on &#039;&#039;&#039;Mobile Interaction with the Real World&#039;&#039;&#039;.&lt;br /&gt;
*[[CRIWG 2009]]: September 13-17, 2009, Peso da Régua, Douro, Portuga, 15th Collaboration Researchers&#039; International Workshop.&lt;br /&gt;
*[[IVA 2009]]: September 14-16, 2009, Amsterdam, The Netherlands, 9th International Conference on Intelligent Virtual Agents. &lt;br /&gt;
*[[MobileHCI 2009]]: September 15-18, 2009, Bonn, Germany. &lt;br /&gt;
*[[Mobile Interaction with the Real World 2009]]: September 15, 2009, Bonn, Germany.&lt;br /&gt;
*[[IDEA 2009]]: September 15-16, 2009, Toronto, Ontario, Canada, The annual Information Architecture Institute Conference.&lt;br /&gt;
*[[EuroSSC 2009]]: September 16-18, 2009, Guildford, UK.&lt;br /&gt;
*[[IEEE Visual Languages and Human-Centric Computing]]: September 20-24, 2009, Corvallis, Oregon.&lt;br /&gt;
*[[Stephen Few&#039;s 2009 West Coast Visual Business Intelligence Workshop]]: September 29 - October 1, 2009, San Francisco, CA, USA.&lt;br /&gt;
*[[Archibots 2009 - A Workshop on Architectural Robotics]]: September 30, 2009, Orlando, Florida.&lt;br /&gt;
*[[ACM Academic MindTrek 2009]]: September 30 - October 2, 2009, Tampere, Finland, Everyday Life in the Ubiquitous Area.&lt;br /&gt;
*[[3rd Nokia Ubimedia MindTrek Awards Competition]]: September 30 - October 2, 2009, Tampere, Finland, 7.000 Euros Award Sum.&lt;br /&gt;
*[[Ubicomp 2009]]: September 30 - October 3, 2009, Orlando, Florida. &lt;br /&gt;
*[[CENTERIS2009]]: October 7-9, 2009, Ofir, Portugal, Conference on ENTERprise Information Systems.&lt;br /&gt;
*[[IFIP 13.6]]: October 7-8, 2009, Pune, India, Human Work Interaction Design 2009, Working Conference on Usability in Social, Cultural and Organizational Contexts.&lt;br /&gt;
*[[AIGA]]: October 8-11, 2009, Memphis, TN, USA, Design Conference.&lt;br /&gt;
*[[IEEE Information Visualization]]: October 11-16, 2009, Atlantic City, USA.&lt;br /&gt;
*[[IEEE Visualization]]: October 11-16, 2009, Atlantic City, USA.&lt;br /&gt;
*[[VAST 2009]]: October 11-16, 2009, Atlantic City, USA, IEEE Symposium on Visual Analytics Science and Technology.&lt;br /&gt;
*[[SEACUBE&#039;09]]: October 12-14, 2009, St. Petersburg, Russia, International Workshop on Sensing and Acting in Ubiquitous Environments.&lt;br /&gt;
*[[DECIS 2009]]: October 13-14, 2009, Delft, the Netherlands, Human Factors Event 2009. &lt;br /&gt;
*[[DPPI09]]: October 13-16, 2009, Compiègne, France, Designing Pleasurable Products and Interfaces. &lt;br /&gt;
*[[ICOVACS 2009]]: October 19-21, 2009, Louisville, KY,  International Conference on Value Chain Sustainability.&lt;br /&gt;
*[[ISMAR 2009]]: October 19-21, 2009, Orlando, Florida, USA.&lt;br /&gt;
*[[Human Factors and Ergonomics Society 53rd Annual Meeting]]: October 19-23, 2009, San Antonio, Texas.&lt;br /&gt;
*[[ICEBE 2009]]: October 21-23, 2009, Macau, China.&lt;br /&gt;
*[[BITs 7th Annual Congress of International Drug Discovery Science and Technology]]: October 22-25, 2009, Shanghai, China.&lt;br /&gt;
*[[WikiSym 2009]]: October 25-27, 2009, Orlando, Florida, USA,  The 5th International Symposium on Wikis and Open Collaboration.&lt;br /&gt;
*[[ASSETS 2009]]: October 26-28, 2009, Pittsburgh, PA, USA, Eleventh International ACM SIGACCESS Conference on Computers and Accessibility.&lt;br /&gt;
*[[ACM 2009]]: October 26-28, 2009, Berkeley, USA, Creativity and Cognition 2009. &lt;br /&gt;
*[[CEE-SECR 2009]]: October 28-29, 2009, Moscow, Russia, The 5th Central and Eastern European Software Engineering Conference in Russia 2009.&lt;br /&gt;
*[[ACE 2009 and DIMEA 2009]]: October 29-31, 2009, Athens, Greece.&lt;br /&gt;
*[[CoVis 2009]]: October, 2009. Atlantic City, NJ, USA. Workshop on &#039;&#039;&#039;Collaborative Visualization on Interactive Surfaces.&#039;&#039;&#039;&lt;br /&gt;
*[[Dust or Magic: The Ninth Annual Children&#039;s New Media Design Institute]]: November 1-3, 2009, Lambertville (NYC), NJ USA.&lt;br /&gt;
*[[VIEW Conference 2009]]: November 4-7, 2009, Turin, Italy. &lt;br /&gt;
*[[ICITST-2009]] November 9-12, 2009, London, UK, The 4th International Conference for Internet Technology and Secured Transactions.&lt;br /&gt;
*[[CLIHC and LA-WEB 09]]: November 9-11, 2009, Merida, Yucatan, 4th. Latin American Conference on Human-computer Interaction.&lt;br /&gt;
*[[Visualizar&#039;09]]: November 12-27, 2009, Medialab-Prado, Madrid, Spain, International Workshop-Seminar on Public Data Visualization.&lt;br /&gt;
*[[VASE 2009]]: November 16, 2009, Auckland, New Zealand. Workshop on Visual Analytics in Software Engineering&lt;br /&gt;
*[[VRST 2009]]: November 18-20, 2009, Kyoto, Japan, The 16th ACM Symposium on Virtual Reality and Software Technology.&lt;br /&gt;
*[[AmI 2009]]: November 18-21, 2009, Salzburg, Austria.&lt;br /&gt;
*[[OZCHI 2009]]: November 23-27, 2009, Melbourne, Australia.&lt;br /&gt;
*[[DICTA2009]]: December 1-3, 2009, Melbourne, Australia, Digital Image Computing - Techniques and Applications.&lt;br /&gt;
*[[TEI&#039;10]]: January 25-27, 2010, Cambridge, MA, USA, Conference on Tangible, Embedded, and Embodied Interaction.&lt;br /&gt;
*[[IxD10]]: February 4-7, 2010, Savannah, GA, USA, Interaction 2010.&lt;br /&gt;
*[[CSCW 2010]]: February 6-10, 2010, Savannah, GA, USA.&lt;br /&gt;
*[[IUI 2010]]: February 7-10, 2010, Hong Kong, China, International Conference on &#039;&#039;&#039;Intelligent User Interfaces&#039;&#039;&#039;.&lt;br /&gt;
*[[2010 International Conference on Intelligent User Interfaces]]: February 7-10, 2010, Hong Kong, China.  &lt;br /&gt;
*[[PacificVis 2010]]: March 2-5, 2010, Taipei, Taiwan, 3rd IEEE Pacific Visualization Symposium. &lt;br /&gt;
*[[CSEDU 2010]]: April 07-10, 2010, Valencia, Spain - International Conference on Computer Supported Education.&lt;br /&gt;
*[[WEBIST 2010]]: April 07-10, 2010, Valencia, Spain - International Conference on Web Information Systems and Technologies.&lt;br /&gt;
*[[CHI 2010]]: April 10-15, 2010, Atlanta, Georgia, USA.&lt;br /&gt;
*[[AVI 2010]]: May 26-28, 2010, Roma, Italy, International Working Conference on &#039;&#039;&#039;Advanced Visual Interfaces&#039;&#039;&#039;. &lt;br /&gt;
*[[EuroHaptics 2010]]: July 8-10, 2010, Amsterdam, The Netherlands.&lt;br /&gt;
*[[NordiCHI 2010]]: October 16–20, Reykjavik, Iceland, Sixth Nordic Conference on &#039;&#039;&#039;Human-Computer Interaction&#039;&#039;&#039;.&lt;br /&gt;
*[[World Usability Day 2010]]: November 11, 2010,  Everywhere.&lt;/div&gt;</summary>
		<author><name>PKlinka</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Template:Conferences&amp;diff=21900</id>
		<title>Template:Conferences</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Template:Conferences&amp;diff=21900"/>
		<updated>2009-09-07T08:57:30Z</updated>

		<summary type="html">&lt;p&gt;PKlinka: Added WORKSHOP ON PARALLEL COORDINATES&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!-- PLEASE SORT EVENT ENTRIES ASCENDING BY DATE --&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
*[[The Second International Conference on the Applications of Digital Information]]: August 4-6, 2009, London, UK.&lt;br /&gt;
*[[ICCSIT 2009]]:  August 8-11, 2009, Beijing, China, The 2nd IEEE International Conference on Computer Science and Information Technology 2009.&lt;br /&gt;
*[[INTERACT 2009]]: August 24, 2009, Uppsala, Sweden, Twelfth IFIP conference on &#039;&#039;&#039;Human-Computer Interaction&#039;&#039;&#039;.&lt;br /&gt;
*[[DEGAS&#039;2009]]: August 24, 2009, Uppsala, Sweden, Workshop on Design and Evaluation of e-Government.&lt;br /&gt;
*[[International Workshop on &#039;Innovation for an Inclusive Future&#039;]]: August 24-28, 2009, Uppsala, Sweden.&lt;br /&gt;
*[[Argentine Symposium on Artificial Intelligence]]: August 24-25, 2009, Mar del Plata, Argentina.&lt;br /&gt;
*[[Workshop Touch Affordances]]: August 25, 2009, Uppsala, Sweden.&lt;br /&gt;
*[[ASSE&#039;09]]: August 27-28, 2009, Mar del Plata, Argentina, 10th Argentine Symposium on Software Engineering.&lt;br /&gt;
*[[Copenhagen Design Week 2009]]: August 27 - September 6, 2009, Copenhagen, Denmark.&lt;br /&gt;
*[[Nordes 2009]]:  August 30 - September 1, 2009, Oslo, Norway, Design Conference: Engaging Artefacts.&lt;br /&gt;
*[[MaRK09]]: September 01,2009, Atlanta, USA, Second International Workshop on Managing Requirements Knowledge.&lt;br /&gt;
*[[HCI 2009]]:  Sep 1-5, 2009, Churchill College Cambridge, UK, 23rd BCS conference on &#039;&#039;&#039;Human Computer Interaction&#039;&#039;&#039;.&lt;br /&gt;
*[[ISWC 2009]]: September 4-7, 2009,  Linz, Austria, International Symposium on &#039;&#039;&#039;Wearable Computers&#039;&#039;&#039;.&lt;br /&gt;
*[[Mensch und Computer 2009]]: September 6-9, 2009, Berlin, Germany.&lt;br /&gt;
*[[TAMODIA 2009]]:  September 7-8, 2009, Cambridge, United Kingdom.&lt;br /&gt;
*[[ECSCW09]]: September 7-11, 2009, Vienna, Austria, ECSCW09 Conference.&lt;br /&gt;
*[[INTERACCIÓN 09]]: September 7-9, 2009, Barcelona, Spain.&lt;br /&gt;
*[[WORKSHOP ON PARALLEL COORDINATES]]: September 9, 2009, ETH Zurich, Switzerland.&lt;br /&gt;
*[[HAID&#039;09]]: September 10-11, 2009, Dresden, Germany, 4th International Workshop on Haptic and Audio Interaction.&lt;br /&gt;
*[[11th International Conference on Engineering and Product Design Education]]: September 10-11, 2009, Brighton, UK.&lt;br /&gt;
*[[MIRW 2009]]: September 15, 2009. Bonn, Germany. 4th International Workshop on &#039;&#039;&#039;Mobile Interaction with the Real World&#039;&#039;&#039;.&lt;br /&gt;
*[[CRIWG 2009]]: September 13-17, 2009, Peso da Régua, Douro, Portuga, 15th Collaboration Researchers&#039; International Workshop.&lt;br /&gt;
*[[IVA 2009]]: September 14-16, 2009, Amsterdam, The Netherlands, 9th International Conference on Intelligent Virtual Agents. &lt;br /&gt;
*[[MobileHCI 2009]]: September 15-18, 2009, Bonn, Germany. &lt;br /&gt;
*[[Mobile Interaction with the Real World 2009]]: September 15, 2009, Bonn, Germany.&lt;br /&gt;
*[[IDEA 2009]]: September 15-16, 2009, Toronto, Ontario, Canada, The annual Information Architecture Institute Conference.&lt;br /&gt;
*[[EuroSSC 2009]]: September 16-18, 2009, Guildford, UK.&lt;br /&gt;
*[[IEEE Visual Languages and Human-Centric Computing]]: September 20-24, 2009, Corvallis, Oregon.&lt;br /&gt;
*[[Stephen Few&#039;s 2009 West Coast Visual Business Intelligence Workshop]]: September 29 - October 1, 2009, San Francisco, CA, USA.&lt;br /&gt;
*[[Archibots 2009 - A Workshop on Architectural Robotics]]: September 30, 2009, Orlando, Florida.&lt;br /&gt;
*[[ACM Academic MindTrek 2009]]: September 30 - October 2, 2009, Tampere, Finland, Everyday Life in the Ubiquitous Area.&lt;br /&gt;
*[[3rd Nokia Ubimedia MindTrek Awards Competition]]: September 30 - October 2, 2009, Tampere, Finland, 7.000 Euros Award Sum.&lt;br /&gt;
*[[Ubicomp 2009]]: September 30 - October 3, 2009, Orlando, Florida. &lt;br /&gt;
*[[CENTERIS2009]]: October 7-9, 2009, Ofir, Portugal, Conference on ENTERprise Information Systems.&lt;br /&gt;
*[[IFIP 13.6]]: October 7-8, 2009, Pune, India, Human Work Interaction Design 2009, Working Conference on Usability in Social, Cultural and Organizational Contexts.&lt;br /&gt;
*[[AIGA]]: October 8-11, 2009, Memphis, TN, USA, Design Conference.&lt;br /&gt;
*[[IEEE Information Visualization]]: October 11-16, 2009, Atlantic City, USA.&lt;br /&gt;
*[[IEEE Visualization]]: October 11-16, 2009, Atlantic City, USA.&lt;br /&gt;
*[[VAST 2009]]: October 11-16, 2009, Atlantic City, USA, IEEE Symposium on Visual Analytics Science and Technology.&lt;br /&gt;
*[[SEACUBE&#039;09]]: October 12-14, 2009, St. Petersburg, Russia, International Workshop on Sensing and Acting in Ubiquitous Environments.&lt;br /&gt;
*[[DECIS 2009]]: October 13-14, 2009, Delft, the Netherlands, Human Factors Event 2009. &lt;br /&gt;
*[[DPPI09]]: October 13-16, 2009, Compiègne, France, Designing Pleasurable Products and Interfaces. &lt;br /&gt;
*[[ICOVACS 2009]]: October 19-21, 2009, Louisville, KY,  International Conference on Value Chain Sustainability.&lt;br /&gt;
*[[ISMAR 2009]]: October 19-21, 2009, Orlando, Florida, USA.&lt;br /&gt;
*[[Human Factors and Ergonomics Society 53rd Annual Meeting]]: October 19-23, 2009, San Antonio, Texas.&lt;br /&gt;
*[[ICEBE 2009]]: October 21-23, 2009, Macau, China.&lt;br /&gt;
*[[BITs 7th Annual Congress of International Drug Discovery Science and Technology]]: October 22-25, 2009, Shanghai, China.&lt;br /&gt;
*[[WikiSym 2009]]: October 25-27, 2009, Orlando, Florida, USA,  The 5th International Symposium on Wikis and Open Collaboration.&lt;br /&gt;
*[[ASSETS 2009]]: October 26-28, 2009, Pittsburgh, PA, USA, Eleventh International ACM SIGACCESS Conference on Computers and Accessibility.&lt;br /&gt;
*[[ACM 2009]]: October 26-28, 2009, Berkeley, USA, Creativity and Cognition 2009. &lt;br /&gt;
*[[CEE-SECR 2009]]: October 28-29, 2009, Moscow, Russia, The 5th Central and Eastern European Software Engineering Conference in Russia 2009.&lt;br /&gt;
*[[ACE 2009 and DIMEA 2009]]: October 29-31, 2009, Athens, Greece.&lt;br /&gt;
*[[CoVis 2009]]: October, 2009. Atlantic City, NJ, USA. Workshop on &#039;&#039;&#039;Collaborative Visualization on Interactive Surfaces.&#039;&#039;&#039;&lt;br /&gt;
*[[Dust or Magic: The Ninth Annual Children&#039;s New Media Design Institute]]: November 1-3, 2009, Lambertville (NYC), NJ USA.&lt;br /&gt;
*[[VIEW Conference 2009]]: November 4-7, 2009, Turin, Italy. &lt;br /&gt;
*[[ICITST-2009]] November 9-12, 2009, London, UK, The 4th International Conference for Internet Technology and Secured Transactions.&lt;br /&gt;
*[[CLIHC and LA-WEB 09]]: November 9-11, 2009, Merida, Yucatan, 4th. Latin American Conference on Human-computer Interaction.&lt;br /&gt;
*[[Visualizar&#039;09]]: November 12-27, 2009, Medialab-Prado, Madrid, Spain, International Workshop-Seminar on Public Data Visualization.&lt;br /&gt;
*[[VASE 2009]]: November 16, 2009, Auckland, New Zealand. Workshop on Visual Analytics in Software Engineering&lt;br /&gt;
*[[VRST 2009]]: November 18-20, 2009, Kyoto, Japan, The 16th ACM Symposium on Virtual Reality and Software Technology.&lt;br /&gt;
*[[AmI 2009]]: November 18-21, 2009, Salzburg, Austria.&lt;br /&gt;
*[[OZCHI 2009]]: November 23-27, 2009, Melbourne, Australia.&lt;br /&gt;
*[[DICTA2009]]: December 1-3, 2009, Melbourne, Australia, Digital Image Computing - Techniques and Applications.&lt;br /&gt;
*[[TEI&#039;10]]: January 25-27, 2010, Cambridge, MA, USA, Conference on Tangible, Embedded, and Embodied Interaction.&lt;br /&gt;
*[[IxD10]]: February 4-7, 2010, Savannah, GA, USA, Interaction 2010.&lt;br /&gt;
*[[CSCW 2010]]: February 6-10, 2010, Savannah, GA, USA.&lt;br /&gt;
*[[IUI 2010]]: February 7-10, 2010, Hong Kong, China, International Conference on &#039;&#039;&#039;Intelligent User Interfaces&#039;&#039;&#039;.&lt;br /&gt;
*[[2010 International Conference on Intelligent User Interfaces]]: February 7-10, 2010, Hong Kong, China.  &lt;br /&gt;
*[[PacificVis 2010]]: March 2-5, 2010, Taipei, Taiwan, 3rd IEEE Pacific Visualization Symposium. &lt;br /&gt;
*[[CSEDU 2010]]: April 07-10, 2010, Valencia, Spain - International Conference on Computer Supported Education.&lt;br /&gt;
*[[WEBIST 2010]]: April 07-10, 2010, Valencia, Spain - International Conference on Web Information Systems and Technologies.&lt;br /&gt;
*[[CHI 2010]]: April 10-15, 2010, Atlanta, Georgia, USA.&lt;br /&gt;
*[[AVI 2010]]: May 26-28, 2010, Roma, Italy, International Working Conference on &#039;&#039;&#039;Advanced Visual Interfaces&#039;&#039;&#039;. &lt;br /&gt;
*[[EuroHaptics 2010]]: July 8-10, 2010, Amsterdam, The Netherlands.&lt;br /&gt;
*[[NordiCHI 2010]]: October 16–20, Reykjavik, Iceland, Sixth Nordic Conference on &#039;&#039;&#039;Human-Computer Interaction&#039;&#039;&#039;.&lt;br /&gt;
*[[World Usability Day 2010]]: November 11, 2010,  Everywhere.&lt;/div&gt;</summary>
		<author><name>PKlinka</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=2009-08-31:_Research_Position_at_University_of_Konstanz,_Germany&amp;diff=21897</id>
		<title>2009-08-31: Research Position at University of Konstanz, Germany</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=2009-08-31:_Research_Position_at_University_of_Konstanz,_Germany&amp;diff=21897"/>
		<updated>2009-08-31T09:34:30Z</updated>

		<summary type="html">&lt;p&gt;PKlinka: Added Categories&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=&#039;&#039;&#039;JOB OFFER  No.  2009 / 121&#039;&#039;&#039;=&lt;br /&gt;
 &lt;br /&gt;
The University of Konstanz is one of the nine Universities of Excellence in the Federal Republic of Germany.&lt;br /&gt;
The department of Computer and Information Science at the University of Konstanz is seeking a highly-qualified applicant for a&lt;br /&gt;
 &lt;br /&gt;
==&#039;&#039;&#039;Research Position&#039;&#039;&#039;==&lt;br /&gt;
&#039;&#039;&#039;(Salary Scale 13 TV-L / 50 %)&#039;&#039;&#039;&lt;br /&gt;
 &lt;br /&gt;
in a DFG-funded research project. The position is available beginning at the earliest opportunity for a duration up to 36 months.&lt;br /&gt;
 &lt;br /&gt;
The position is part of a new research project with the focus to develop new interaction concepts for Design and Meeting Rooms. More information about the project is available:&lt;br /&gt;
[http://hci.uni-konstanz.de/index.php?a=research&amp;amp;b=projects&amp;amp;c=16371895&amp;amp;lang=en Here]&lt;br /&gt;
 &lt;br /&gt;
More information about the research group Human-Computer Interaction is available:&lt;br /&gt;
[http://hci.uni-konstanz.de Here]&lt;br /&gt;
 &lt;br /&gt;
==Required qualifications:==&lt;br /&gt;
 &lt;br /&gt;
The successful candidate must have a Diploma or Master degree in a related field (e. g. Information Engineering, Computer Science, Media Informatics, Interaction Design, Information Science).&lt;br /&gt;
 &lt;br /&gt;
==The candidate should have one or more experiences within the following areas:==&lt;br /&gt;
 &lt;br /&gt;
*Human-Computer Interaction and Interaction Design&lt;br /&gt;
*Computer Supported Collaborative Work (CSCW)&lt;br /&gt;
*Design and development of intuitive graphical user interfaces (specifically for creative design tools in multimodal collaboration environments)&lt;br /&gt;
*Programming languages (specifically C#, WPF and Java).&lt;br /&gt;
 &lt;br /&gt;
Motivation for active participation in research, academics and administration as well as interdisci-plinary teamwork is an important prerequisite.&lt;br /&gt;
 &lt;br /&gt;
&#039;&#039;&#039;Opportunity will be given for the preparation of a doctoral thesis.&#039;&#039;&#039;&lt;br /&gt;
 &lt;br /&gt;
The University of Konstanz is an equal opportunity employer and tries to increase the number of women in research and teaching.&lt;br /&gt;
 &lt;br /&gt;
The University of Konstanz encourages disabled persons who will be given preference if appropriately qualified to apply (contact to the representative of disabled persons:&lt;br /&gt;
phone +49 (0) 7531 / 88 - 3725).&lt;br /&gt;
 &lt;br /&gt;
The University of Konstanz has been certified by the Hertie Foundation to be a family-friendly institution. The University is committed to further the compatibility of work and family life.&lt;br /&gt;
 &lt;br /&gt;
Applications including the &#039;&#039;&#039;reference number 2009 / 121 are accepted until September 30th, 2009&#039;&#039;&#039; to Prof. Dr. Harald Reiterer, Department of Computer and Information Science, University of Konstanz, Box D 73, 78457 Konstanz, Germany.&lt;br /&gt;
 &lt;br /&gt;
For further information, please visit [http://hci.uni-konstanz.de University of Konstanz] and contact Prof. Dr. Reiterer, Tel. +49 (0) 7531 / 88 -3704 or  Harald.Reiterer@uni-konstanz.de .&lt;br /&gt;
 &lt;br /&gt;
sgd. Gehrmann&lt;br /&gt;
 &lt;br /&gt;
  &lt;br /&gt;
--&lt;br /&gt;
Jens Gerken&lt;br /&gt;
&lt;br /&gt;
Human-Computer Interaction Group&lt;br /&gt;
&lt;br /&gt;
[http://hci.uni-konstanz.de/staff/gerken http://hci.uni-konstanz.de/staff/gerken]&lt;br /&gt;
&lt;br /&gt;
University of Konstanz, 78464 Konstanz, Germany&lt;br /&gt;
&lt;br /&gt;
Room D203, Phone: +49-7531-88-3748&lt;br /&gt;
&lt;br /&gt;
[[Category:Jobs]]&lt;br /&gt;
[[Category:2009/08]]&lt;/div&gt;</summary>
		<author><name>PKlinka</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=2009-08-31:_Research_Position_at_University_of_Konstanz,_Germany&amp;diff=21896</id>
		<title>2009-08-31: Research Position at University of Konstanz, Germany</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=2009-08-31:_Research_Position_at_University_of_Konstanz,_Germany&amp;diff=21896"/>
		<updated>2009-08-31T09:33:36Z</updated>

		<summary type="html">&lt;p&gt;PKlinka: New Research Position at University of Konstanz, Germany&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=&#039;&#039;&#039;JOB OFFER  No.  2009 / 121&#039;&#039;&#039;=&lt;br /&gt;
 &lt;br /&gt;
The University of Konstanz is one of the nine Universities of Excellence in the Federal Republic of Germany.&lt;br /&gt;
The department of Computer and Information Science at the University of Konstanz is seeking a highly-qualified applicant for a&lt;br /&gt;
 &lt;br /&gt;
==&#039;&#039;&#039;Research Position&#039;&#039;&#039;==&lt;br /&gt;
&#039;&#039;&#039;(Salary Scale 13 TV-L / 50 %)&#039;&#039;&#039;&lt;br /&gt;
 &lt;br /&gt;
in a DFG-funded research project. The position is available beginning at the earliest opportunity for a duration up to 36 months.&lt;br /&gt;
 &lt;br /&gt;
The position is part of a new research project with the focus to develop new interaction concepts for Design and Meeting Rooms. More information about the project is available:&lt;br /&gt;
[http://hci.uni-konstanz.de/index.php?a=research&amp;amp;b=projects&amp;amp;c=16371895&amp;amp;lang=en Here]&lt;br /&gt;
 &lt;br /&gt;
More information about the research group Human-Computer Interaction is available:&lt;br /&gt;
[http://hci.uni-konstanz.de Here]&lt;br /&gt;
 &lt;br /&gt;
==Required qualifications:==&lt;br /&gt;
 &lt;br /&gt;
The successful candidate must have a Diploma or Master degree in a related field (e. g. Information Engineering, Computer Science, Media Informatics, Interaction Design, Information Science).&lt;br /&gt;
 &lt;br /&gt;
==The candidate should have one or more experiences within the following areas:==&lt;br /&gt;
 &lt;br /&gt;
*Human-Computer Interaction and Interaction Design&lt;br /&gt;
*Computer Supported Collaborative Work (CSCW)&lt;br /&gt;
*Design and development of intuitive graphical user interfaces (specifically for creative design tools in multimodal collaboration environments)&lt;br /&gt;
*Programming languages (specifically C#, WPF and Java).&lt;br /&gt;
 &lt;br /&gt;
Motivation for active participation in research, academics and administration as well as interdisci-plinary teamwork is an important prerequisite.&lt;br /&gt;
 &lt;br /&gt;
&#039;&#039;&#039;Opportunity will be given for the preparation of a doctoral thesis.&#039;&#039;&#039;&lt;br /&gt;
 &lt;br /&gt;
The University of Konstanz is an equal opportunity employer and tries to increase the number of women in research and teaching.&lt;br /&gt;
 &lt;br /&gt;
The University of Konstanz encourages disabled persons who will be given preference if appropriately qualified to apply (contact to the representative of disabled persons:&lt;br /&gt;
phone +49 (0) 7531 / 88 - 3725).&lt;br /&gt;
 &lt;br /&gt;
The University of Konstanz has been certified by the Hertie Foundation to be a family-friendly institution. The University is committed to further the compatibility of work and family life.&lt;br /&gt;
 &lt;br /&gt;
Applications including the &#039;&#039;&#039;reference number 2009 / 121 are accepted until September 30th, 2009&#039;&#039;&#039; to Prof. Dr. Harald Reiterer, Department of Computer and Information Science, University of Konstanz, Box D 73, 78457 Konstanz, Germany.&lt;br /&gt;
 &lt;br /&gt;
For further information, please visit [http://hci.uni-konstanz.de University of Konstanz] and contact Prof. Dr. Reiterer, Tel. +49 (0) 7531 / 88 -3704 or  Harald.Reiterer@uni-konstanz.de .&lt;br /&gt;
 &lt;br /&gt;
sgd. Gehrmann&lt;br /&gt;
 &lt;br /&gt;
  &lt;br /&gt;
--&lt;br /&gt;
Jens Gerken&lt;br /&gt;
&lt;br /&gt;
Human-Computer Interaction Group&lt;br /&gt;
&lt;br /&gt;
[http://hci.uni-konstanz.de/staff/gerken http://hci.uni-konstanz.de/staff/gerken]&lt;br /&gt;
&lt;br /&gt;
University of Konstanz, 78464 Konstanz, Germany&lt;br /&gt;
&lt;br /&gt;
Room D203, Phone: +49-7531-88-3748&lt;/div&gt;</summary>
		<author><name>PKlinka</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Template:News&amp;diff=21895</id>
		<title>Template:News</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Template:News&amp;diff=21895"/>
		<updated>2009-08-31T09:22:08Z</updated>

		<summary type="html">&lt;p&gt;PKlinka: New Research Position at University of Konstanz, Germany&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!-- Start new stories below, newest at top! Keep in mind to write an article in the News-Category for every topic using the corresponding headline as title and link it here. --&amp;gt;&lt;br /&gt;
&amp;lt;!-- HOW TO ENTER NEWS:                                                                            --&amp;gt;&lt;br /&gt;
&amp;lt;!--                                                                                                               --&amp;gt;&lt;br /&gt;
&amp;lt;!-- 1) Insert a story headline below (including the current date).                  --&amp;gt;&lt;br /&gt;
&amp;lt;!--     Format:                                                                                              --&amp;gt;&lt;br /&gt;
&amp;lt;!--     *[[2009-01-26: Parsons Journal for Information Mapping (PJIM) Call for Papers and Projects]]                                                           --&amp;gt;&lt;br /&gt;
&amp;lt;!--     Example:  *[[2005-06-20: InfoVis:Wiki upgrades to MediaWiki 1.4.5]] --&amp;gt;&lt;br /&gt;
&amp;lt;!-- 2) &amp;quot;Save page&amp;quot;                                                                                         --&amp;gt;&lt;br /&gt;
&amp;lt;!-- 3) Click newly created Wiki link (red) and edit the text of your entry       --&amp;gt;&lt;br /&gt;
&amp;lt;!-- 4) Assign TWO categories to your entry (News + Archive)                       --&amp;gt;&lt;br /&gt;
&amp;lt;!--    4.1) [[Category:News]] (without this, it won&#039;t appear in the RSS feed)   --&amp;gt;&lt;br /&gt;
&amp;lt;!--    4.2) [[Category:YEAR/MONTH]] (this is important forthe archive)        --&amp;gt; &lt;br /&gt;
&amp;lt;!--           Example: [[Category:2005/06]]   --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*[[2009-08-31: Research Position at University of Konstanz, Germany]]&lt;br /&gt;
*[[2009-08-22: CFP: Workshop on Visual Analytics in Software Engineering]]&lt;br /&gt;
*[[2009-08-21: ]] Deadline extention till 21st of August: 3rd Nokia Ubimedia MindTrek Awards Competition&lt;br /&gt;
*[[2009-07-01: Workshop: Announcement, VisWeek Workshop on Collaborative Visualization on Interactive Surfaces]]&lt;br /&gt;
*[[2009-06-23: Job: Post-Doctoral Fellowship in Geo Visual Analytics, Memorial University, Canada]]&lt;br /&gt;
*[[2009-06-16: Job Offer: 1-2 Years Engineer Position to Design Java Interfaces for Interoperability between InfoVis Toolkits (data model, IO, Layout, etc.), INRIA, Paris, France]]&lt;br /&gt;
*[[2009-06-10: Job Offer: PhD candidate fo the research project VIENA (Visual Enterprise Network Analytics), Danube University Krems, Austria]]&lt;br /&gt;
*[[2009-06-03: Job Offer: Postdoc in Relational and Multivariate Information Visualization, Groningen, the Netherlands]]&lt;br /&gt;
*[[2009-05-19: CFP: InfoVis Discovery Exhibition]] &lt;br /&gt;
*[[2009-04-01: Web-based study on visual search]]&lt;br /&gt;
*[[2009-03-31: Job: 2 PhD and 1 PostDoc position at INRIA Bordeaux, France]]&lt;br /&gt;
*[[2009-03-03: Job: Post-Doctoral Fellowship in Geo Visual Analytics, Memorial University, Canada]]&lt;br /&gt;
*[[2009-02-27: Job: Summer internship at i2, Cambridge UK]]&lt;br /&gt;
*[[2009-02-21: CFP: VizSec 2009 Workshop on Visualization for Cyber Security]]&lt;br /&gt;
*[[2009-02-04: Job Offer: Information Visualization Researcher, New York, USA]]&lt;br /&gt;
*[[2009-01-26: Job Offer: PhD Position in Information Visualization, Växjö University, Sweden, and TU Kaiserslautern, Germany]]&lt;br /&gt;
*[[2009-01-10: WikIT, a wiki on information mapping, is now open]]&lt;br /&gt;
*[[2008-12-19: Job: Postdoc in Visual Perception, Delft University of Technology, The Netherlands]]&lt;br /&gt;
*[[2008-12-19: Job: PostDoc/PhD position in Visualization and Analysis of Analytical Data, Vienna Univ. of Technology, Austria]]&lt;br /&gt;
*[[2008-12-18: CFP: Information Visualization in Biomedical Informatics at IV&#039;09 - July 15, 2009, Barcelona, Spain]]&lt;br /&gt;
*[[2008-12-17: CFP for Special Session on Visualization and Collaboration at CTS&#039;09]]&lt;br /&gt;
*[[2008-12-15: Job Offer: PostDoc in Visualization at University of Bergen, Norway]]&lt;br /&gt;
*[[2008-12-15: What Jobs Are There in Data Visualization?]]&lt;br /&gt;
*[[2008-12-11: 1st International Symposium Information Visualization Evaluation (IVE) Call for Papers]]&lt;br /&gt;
*[[2008-12-04: Job Offer: Data Analysis and Visual Analytics Ph.D. Fellowships at UNC Charlotte and Georgia Tech]]&lt;br /&gt;
*[[2008-12-03: Job Offer: visual and algorithmic analysis of movement and event data, Univ. Bonn]]&lt;br /&gt;
*[[2008-11-27: Job Offer: University of Milan is seeking two PhD students]]&lt;br /&gt;
*[[2008-10-27: Parsons Journal for Information Mapping (PJIM): Call for Papers and Projects]]&lt;br /&gt;
*[[2008-10-21: Live coverage of VisWeek 2008]]&lt;br /&gt;
*[[2008-10-20: CFP: Workshop on Collaborative Information Visualization On Interactive Surfaces]]&lt;br /&gt;
*[[2008-10-20: 14 Misconceptions About Charts and Graphs]]&lt;br /&gt;
*[[2008-10-17: Presentation of Eric Rodenbeck, &amp;quot;information Visualization Is A Medium&amp;quot;]]&lt;br /&gt;
*[[2008-10-14: WET: The Website Exploration Tool demo still available at www.infovis.net]]&lt;br /&gt;
*[[2008-10-10: BirdEye: visual analytics API under development]]&lt;br /&gt;
*[[2008-10-09: Open Position: Visualization Research Scientist at Agilent Laboratories]]&lt;br /&gt;
*[[2008-10-02: Job Offer: PhD position in Collaborative Visual Analytics]] &lt;br /&gt;
*[[2008-09-03: Job Offer: Tenure-Track Position in Interactive Visual Media at Arizona State University]]&lt;br /&gt;
[[Image:Ogawa08codeswarm.png|right|100px]]&lt;br /&gt;
*[[2008-08-26: code_swarm - Dynamic visualization of Open Source Software project evolution]]&lt;br /&gt;
*[[2008-07-21: Visual Thinking Taxonomy v5.0]]&lt;br /&gt;
*[[2008-07-17: Job Offer: Full Professor of (Scientific) Visualisation at University of Vienna]]&lt;br /&gt;
[[Image:Ivda_fish-image_web.jpg|right|100px]]&lt;br /&gt;
*[[2008-07-03: New educational program on &amp;quot;Interactive Visualization and Data Analysis&amp;quot;]]&lt;br /&gt;
*[[2008-06-23: IEEE VisWeek 2008 - 2nd Call for participation]]&lt;br /&gt;
*[[2008-06-20: VizSec 2008 - Call for Posters and Demonstrations]]&lt;br /&gt;
*[[2008-06-09: IEEE VisWeek 2008 - Call for Student Volunteers]]&lt;br /&gt;
*[[2008-06-06: PhD position &amp;quot;An interactive personal assistant for document visualization during meetings&amp;quot; at IDIAP Research Institute, Martigny, Switzerland]]&lt;br /&gt;
*[[2008-06-03: Seminar on Interactive Visualization and Data Analysis (in German) at Danube University Krems, Austria]]&lt;br /&gt;
*[[2008-06-03: Job Offer: PhD Position in Information Visualization, Växjö University, Sweden, and TU Kaiserslautern, Germany]]&lt;br /&gt;
*[[2008-05-27: Four 4(!) open PhD Fellowship Positions]], [http://www.ii.UiB.no/vis/ www.ii.UiB.no/vis], application deadline June 10th, 2008&lt;br /&gt;
*[[2008-05-20: Open Position: Designer / Developer for Interactive Visualizations - June 14th 2008]]&lt;br /&gt;
*[[2008-05-12: ICAART 2009: Full Paper Submission: July 22 , 2008]] &lt;br /&gt;
*[[2008-04-22: Doctoral Positions at Fraunhofer IAIS]] &lt;br /&gt;
*[[2008-06-15: Interactive Visualization for Computational Linguistics Tutorial at ACL/HLT &#039;08]]&lt;br /&gt;
*[[2008-04-10: CFP: VizSEC 2008 Update]] &lt;br /&gt;
*[[2008-03-17: Vis, InfoVis, VAST 2008 Abstract Deadline is coming up]]&lt;br /&gt;
*[[2008-03-14: Review Volunteering for Vis, InfoVis, VAST]]&lt;br /&gt;
*[[2008-03-10: CFP: Special Issue of IEEE Computer Graphics and Applications (CG&amp;amp;A) on Visual Analytics Evaluation]]&lt;br /&gt;
*[[2008-03-10: VAST Challenge 2008 announced]]&lt;br /&gt;
*[[2008-03-10: SEMVAST: New Resource on Visual Analytics Evaluation]]&lt;br /&gt;
*[[2008-03-06: CFP: Geospatial Visual Analytics, Workshop and Special Issue of the CaGIS journal]] &lt;br /&gt;
*[[2008-03-06: Call for Participation: Interactive Visual Exploration of Electronic Health Records Workshop]]&lt;br /&gt;
*[[2008-03-05: BIOSTEC 2009: Full Paper Submission: June 27, 2008]]&lt;br /&gt;
*[[2008-03-03: Bergen Job Offer: PhD Fellowship in MedVis]]&lt;br /&gt;
*[[2008-02-20: InfoVis:Wiki will be temporarily down for maintenance today]]&lt;br /&gt;
*[[2008-02-06: New book &amp;quot;Visualization for Information Retrieval&amp;quot; by Jin Zhang]]&lt;br /&gt;
*[[2008-01-19: New issue of Inf@Vis! (infovis.net) on &amp;quot;Intelligent Legends&amp;quot; available]]&lt;br /&gt;
*[[2008-01-19: Job Offer: Tenured faculty position in HCI at the University of Zurich]]&lt;br /&gt;
*[[2008-01-16: Assistant Professor in New Media Technology; MODUL University Vienna, Austria]]&lt;br /&gt;
*[[2008-01-16: Job Offer: PhD Position in Information Visualization, Växjö University, Sweden, and TU Kaiserslautern, Germany]]&lt;br /&gt;
*[[2007-12-31: CFP:Symposium on Information Visualization in Biomedical Informatics]]&lt;br /&gt;
*[[2007-12-27: CFP: Computer Graphics International Conference; Special Issue: The Visual Computer]]&lt;br /&gt;
*[[2007-12-21: CFP: VizSEC 2008 Workshop on Visualization for Cyber Security]] &lt;br /&gt;
*[[2007-12-18: Draft Classification headings for InfoVis]]&lt;br /&gt;
[[Image:Heer07flare.png|right|100px]]&lt;br /&gt;
*[[2007-12-05: United Nations Office at Geneva: Centre for Advanced Visual Analytics]]&lt;br /&gt;
*[[2007-12-05: flare: A new prefuse-based visualization toolkit for ActionScript and the Adobe Flash Player]]&lt;br /&gt;
*[[2007-11-22: CFP: GeoVisualization of Dynamics, Movement and Change, Workshop and Special Issue of the Information Visualization journal]] &lt;br /&gt;
*[[2007-11-09: Job Offer: Post-Doc Position Available at the University of Calgary]]&lt;br /&gt;
*[[2007-11-09: CFP: Visualization and Collaboration, Special Session to be held at The 2008 International Symposium on Collaborative Technologies and Systems]]&lt;br /&gt;
*[[2007-11-09: Job Offer: PhD position in InfoVis and adaptive eLearning technologies, University of Lugano, Switzerland]]&lt;br /&gt;
*[[2007-10-31: Job Offer: Research and Teaching Position, Danube University Krems, Austria]]&lt;br /&gt;
*[[2007-10-30: CFP: Visualization for Decision Making, Information Sharing, and Collaboration (ISCRAM 2008)]]&lt;br /&gt;
*[[2007-10-27: Skyrails: Social Network Visualisation System]]&lt;br /&gt;
*[[2007-10-18: InfoVis:Wiki and VizPatterns Merger]]&lt;br /&gt;
*[[2007-10-08: Job Offer: PhD Position in Information Visualization, Växjö University, Sweden]]&lt;br /&gt;
*[[2007-09-26: Research Fellow in Visualization (2 positions), Bergen, Norway]]&lt;br /&gt;
*[[2007-09-24: Job Offers: Researchers and PhD Candidates, Info Viz (Information Landscapes), Vienna, Austria]]&lt;br /&gt;
*[[2007-09-20: VizPatterns.org Wiki announces a new resource for Visualization Design Patterns]]&lt;br /&gt;
*[[2005-09-18: IEEE OnAV08 Call for Papers (Intl. Workshop on Ontology Alignment and Visualization)]]&lt;br /&gt;
*[[2007-09-12: InfoVis:Wiki RSS feeds now working properly!]]&lt;br /&gt;
*[[2007-09-11: IEEE CG&amp;amp;A Call for Papers - Special issue on &amp;quot;Mobile Graphics&amp;quot;, July-August 2008]]&lt;br /&gt;
*[[2007-09-10: Post-doc job offer in &amp;quot;Visual Analytics&amp;quot; at INRIA / Paris, France]]&lt;br /&gt;
*[[2007-09-07: System upgrade and new server for the InfoVis:Wiki]]&lt;br /&gt;
*[[2007-09-05: Job Offer: KTP associate in Information Visualisation (Oxford, UK)]]&lt;br /&gt;
*[[2007-08-31: InfoVis:Wiki will be upgraded and moved during the upcoming week]]&lt;br /&gt;
*[[2007-08-30: InfoVis job opportunities in HealthCare at Humana Innovation Center]]&lt;br /&gt;
*[[2007-08-30: InfoVis job opportunities at IBM China Research Lab]]&lt;br /&gt;
*[[2007-08-21: Open-source interface to search, browse, and data-mine image collections]]&lt;br /&gt;
*[[2007-08-01: Oculus Info Inc hiring information visualization experts]]&lt;br /&gt;
* 2007-07-24: [[BIOSTEC 2008]] - Deadline Position papers: 10 September, 2007&lt;br /&gt;
*[[2007-07-19: IJGIS Special issue Geovisual analytics for spatial decision support]]&lt;br /&gt;
*[[2007-07-10: Job Offer: KTP associate in Information Visualisation (Oxford, UK)]]&lt;br /&gt;
*[[2007-07-03: Review of visualization techniques for temporal information]] &lt;br /&gt;
*[[2007-06-28: Job offer: Researcher/Lecturer in Information Vizualization (Vienna, Austria)]]&lt;br /&gt;
*[[2007-06-25: Inforgraphics For The SEO Confused]]&lt;br /&gt;
*2007-06-22: [http://www.biostec.org/ BIOSTEC 2008]: Full paper submission ends at June, 27 of 2007&lt;br /&gt;
*[[2007-06-17: searchCrystal, a search visualization toolset, is available at www.searchcrystal.com]]&lt;br /&gt;
*[[2007-06-06: PhD Scholarships at University Konstanz (Germany)]]&lt;br /&gt;
*[[2007-06-05: Post-Doctoral position in GeoVisualization at the giCentre, City University]] &lt;br /&gt;
*[[2007-06-01: Postdoctoral position in information visualization at Stony Brook University]]&lt;br /&gt;
*[[2007-05-18: Post-doctorate Research Position in Information Visualization]]&lt;br /&gt;
*[[2007-05-18: Do you know the difference between good and bad graph designs?]]&lt;br /&gt;
*[[2007-05-07: Anonymous editing disallowed on InfoVis:Wiki due to SPAM]] &lt;br /&gt;
*[[2007-04-20: Review of the newly released Tableau 3.0 by Stephen Few]]&lt;br /&gt;
*[[2007-04-19: Funded PhD position in InfoVis at Napier University, Edinburgh, UK]]&lt;br /&gt;
*[[2007-04-16: Historic Information Graphics literature review by Aaron Marcus]]&lt;br /&gt;
*[[2007-03-10: &amp;quot;ShoppingPath&amp;quot;: novel Shopping Visualization Tool]]&lt;br /&gt;
*[[2007-03-02: Google Custom Search Engine for Data Visualization]]&lt;br /&gt;
[[Image:Lengler07periodic-table.jpg|right|75px]]&lt;br /&gt;
*[[2007-02-28: A Periodic Table of Visualization Methods]]&lt;br /&gt;
*[[2007-02-28: &amp;quot;visual-literacy.org&amp;quot;: An E-Learning Tutorial on Visualization for Communication, Engineering and Business]]&lt;br /&gt;
[[Image:Manyeyes07logo.jpg|right|75px]]&lt;br /&gt;
*[[2007-02-19: &amp;quot;Many Eyes&amp;quot;: New web application for shared visualization and discovery by Martin Wattenberg et al.]]&lt;br /&gt;
[[Image:Engelhardt07infovis-diagram.gif|right|100px]]&lt;br /&gt;
*[[2007-02-15: New issue of Inf@Vis! (infovis.net) on &amp;quot;InfoVis Diagram&amp;quot; available]]&lt;br /&gt;
*[[2007-01-22: JavaOne Online Learning Resource on &amp;quot;NetBeans IDE Common Framework for Information Visualization&amp;quot;]]&lt;br /&gt;
*[[2007-01-11: New issue of Inf@Vis! (infovis.net) on &amp;quot;Diagrams for Visualisation&amp;quot; available]]&lt;br /&gt;
*[[2006-12-07: New issue of Inf@Vis! (infovis.net) on &amp;quot;Exploratory Search&amp;quot; available]]&lt;br /&gt;
*[[2006-12-06: Research and Teaching Position at Danube University Krems, Austria]]&lt;br /&gt;
*[[2006-12-06: Is There Science in Visualization?]]&lt;br /&gt;
*[[2006-12-04: &amp;quot;Discovering the Unexpected&amp;quot; - Call for Papers: Visual Analytics in IEEE CG&amp;amp;A]]&lt;br /&gt;
*[[2006-11-29: Stephen Few comments on InfoVis 2006 conference]]&lt;br /&gt;
*[[2006-11-13: Presentation of InfoVis:Wiki at Wikiposium 2006]]&lt;br /&gt;
*[[2006-10-30: New release of XmdvTool is available (7.0)]]   &lt;br /&gt;
*[[2006-10-23: New issue of Inf@Vis! (infovis.net) on &amp;quot;Colour guidelines&amp;quot; available]]&lt;br /&gt;
*[[2006-09-28: InfoVis&#039;06 Papers on the Web ]]   &lt;br /&gt;
*[[2006-09-28: Job offer: 4 Research Positions in Visualization &amp;amp; Semantic Systems at Graz University of Technology and Vienna University of Economics and Business Administration, Austria]]&lt;br /&gt;
*[[2006-09-20: New issue of Inf@Vis! (infovis.net) on &amp;quot;Colour Usage&amp;quot; available]]&lt;br /&gt;
*[[2006-08-28: &amp;quot;Simplicity - the art of complexity&amp;quot; is the theme of this years Ars Electronica Festival in Linz, Austria]]&lt;br /&gt;
*[[2006-08-01: Job openings at IBM T, J. Watson: Research Staff Member]]&lt;br /&gt;
*[[2006-07-24: Post-doc job offer at for &amp;quot;Interactive and Visual Graph Mining&amp;quot; at INRIA / Bordeaux, France]]&lt;br /&gt;
*[[2006-06-27: Post-Doc /  PhD Position at MPI Tuebingen]]&lt;br /&gt;
*[[2006-06-02: Ph.D. Fellowships in Visual Analytics available at Worcester Polytechnic Institute Computer Science Department]]&lt;br /&gt;
*[[2006-05-29: Oculus Info Inc hiring information visualization experts]]&lt;br /&gt;
[[Image:Aharef06websitegraph.png|right|100px]]&lt;br /&gt;
*[[2006-05-29: Websites as graphs]]&lt;br /&gt;
[[Image:Offenhuber06semaspace.jpg|right|100px]]&lt;br /&gt;
*[[2006-05-24: SemaSpace - Graph editor for large knowledge networks]]&lt;br /&gt;
*[[2006-05-21: Junk Charts - New Blog on chart junk]]&lt;br /&gt;
*[[2006-05-15: Open Lecture on &amp;quot;Complexity and Infoviz&amp;quot;, Design Faculty of Polietcnico di Milano. Milan, Italy]]&lt;br /&gt;
*[[2006-04-24: Open Research and Teaching Assistant/PhD Candidate position at Danube University Krems, Austria]]&lt;br /&gt;
*[[2006-04-20: Call for Papers - C&amp;amp;G Special Issue on Visual Analytics]]&lt;br /&gt;
*[[2006-04-19: &amp;quot;The Surest Path to Visual Discovery&amp;quot; - Article by Stephen Few illustrating the Visual Information Seeking Mantra]]&lt;br /&gt;
*[[2006-04-18: New issue of Inf@Vis! (infovis.net) on &amp;quot;Visualising Time&amp;quot; available]]&lt;br /&gt;
[[Image:Google06finance.png|right|100px]]&lt;br /&gt;
*[[2006-03-27: Google Finance - Interactive Flash graphs to explore stock price data]]&lt;br /&gt;
[[Image:Smartmoney06marketradar.gif|right|100px]]&lt;br /&gt;
*[[2006-03-27: Market Radar: interactive data visualization of historical stock prices at SmartMoney.com]]&lt;br /&gt;
*[[2006-03-21: Post-doctoral position at CNRS, LaBRI, Bordeaux, France]]&lt;br /&gt;
*[[2006-03-20: Webcast by Ben Shneiderman on Information Exploration]]&lt;br /&gt;
*[[2006-03-15: Information Visualization Post-Doc and Summer Internship Positions at INRIA (France)]]&lt;br /&gt;
*[[2006-03-14: Article on Chart Junk: &amp;quot;Ice Age, or How to Avoid Frightening your Readers by Hiding the Key Data Point&amp;quot;]]&lt;br /&gt;
*[[2006-03-10: Visual Information Expert Workshop]]&lt;br /&gt;
*[[2006-03-08: The new book &amp;quot;Beautiful Evidence&amp;quot; by E. Tufte will be available soon]]&lt;br /&gt;
*[[2006-03-06: Article on &amp;quot;Visual Analytics&amp;quot; in current issue of IEEE Computer Graphics and Applications]]&lt;br /&gt;
*[[2006-02-26: Submission Deadline of IV06 has been extended to March 20, 2006]]&lt;br /&gt;
*[[2006-02-16: New issue of Inf@Vis! (infovis.net) on &amp;quot;Preattentive Processing&amp;quot; available]]&lt;br /&gt;
[[Image:Carden06travel time tube map.png|right|100px]]&lt;br /&gt;
*[[2006-01-25: Travel Time Tube Map]]&lt;br /&gt;
*[[2006-01-17: IEEE Information Visualization Symposium Proceedings will appear as an issue of IEEE Transactions on Visualization and Computer Graphics (TVCG)]]&lt;br /&gt;
*[[2006-01-11: Article on &amp;quot;Visualizing Spreadsheets&amp;quot; in DMReview magazine]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[:Category:News|&#039;&#039;&#039;News Archive...&#039;&#039;&#039;]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.infovis-wiki.net/index.php?title=Special:Newsfeed&amp;amp;feed=rss News as RSS feed]&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;small&amp;gt;[[InfoVis:Wiki_RSS_Feeds|List of all available RSS feeds]]&amp;lt;/small&amp;gt;&lt;/div&gt;</summary>
		<author><name>PKlinka</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=NordiCHI_2010&amp;diff=21894</id>
		<title>NordiCHI 2010</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=NordiCHI_2010&amp;diff=21894"/>
		<updated>2009-08-31T08:57:25Z</updated>

		<summary type="html">&lt;p&gt;PKlinka: Added NordiCHI 2010&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;*&#039;&#039;&#039;Title&#039;&#039;&#039;: Sixth Nordic Conference on &#039;&#039;&#039;Human-Computer Interaction&#039;&#039;&#039;&lt;br /&gt;
*&#039;&#039;&#039;Date:&#039;&#039;&#039; October 16–20, 2010&lt;br /&gt;
*&#039;&#039;&#039;Location:&#039;&#039;&#039; [[wikipedia:Reykjavik|Reykjavik]], [[wikipedia:Iceland|Iceland]]&lt;br /&gt;
*&#039;&#039;&#039;Homepage:&#039;&#039;&#039; http://www.nordichi.org/2010 &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Long papers:&#039;&#039;&#039; April 16, 2010&lt;br /&gt;
*&#039;&#039;&#039;Workshops and tutorials:&#039;&#039;&#039; April 30, 2010&lt;br /&gt;
*&#039;&#039;&#039;Short papers:&#039;&#039;&#039; July 16, 2010&lt;br /&gt;
*&#039;&#039;&#039;Doctorial consortium:&#039;&#039;&#039; August 6, 2010&lt;br /&gt;
&lt;br /&gt;
[[Category:Conferences]]&lt;/div&gt;</summary>
		<author><name>PKlinka</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Template:Conferences&amp;diff=21893</id>
		<title>Template:Conferences</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Template:Conferences&amp;diff=21893"/>
		<updated>2009-08-31T08:52:23Z</updated>

		<summary type="html">&lt;p&gt;PKlinka: Added NordiCHI 2010&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!-- PLEASE SORT EVENT ENTRIES ASCENDING BY DATE --&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
*[[The Second International Conference on the Applications of Digital Information]]: August 4-6, 2009, London, UK.&lt;br /&gt;
*[[ICCSIT 2009]]:  August 8-11, 2009, Beijing, China, The 2nd IEEE International Conference on Computer Science and Information Technology 2009.&lt;br /&gt;
*[[INTERACT 2009]]: August 24, 2009, Uppsala, Sweden, Twelfth IFIP conference on &#039;&#039;&#039;Human-Computer Interaction&#039;&#039;&#039;.&lt;br /&gt;
*[[DEGAS&#039;2009]]: August 24, 2009, Uppsala, Sweden, Workshop on Design and Evaluation of e-Government.&lt;br /&gt;
*[[International Workshop on &#039;Innovation for an Inclusive Future&#039;]]: August 24-28, 2009, Uppsala, Sweden.&lt;br /&gt;
*[[Argentine Symposium on Artificial Intelligence]]: August 24-25, 2009, Mar del Plata, Argentina.&lt;br /&gt;
*[[Workshop Touch Affordances]]: August 25, 2009, Uppsala, Sweden.&lt;br /&gt;
*[[ASSE&#039;09]]: August 27-28, 2009, Mar del Plata, Argentina, 10th Argentine Symposium on Software Engineering.&lt;br /&gt;
*[[Copenhagen Design Week 2009]]: August 27 - September 6, 2009, Copenhagen, Denmark.&lt;br /&gt;
*[[Nordes 2009]]:  August 30 - September 1, 2009, Oslo, Norway, Design Conference: Engaging Artefacts.&lt;br /&gt;
*[[MaRK09]]: September 01,2009, Atlanta, USA, Second International Workshop on Managing Requirements Knowledge.&lt;br /&gt;
*[[HCI 2009]]:  Sep 1-5, 2009, Churchill College Cambridge, UK, 23rd BCS conference on &#039;&#039;&#039;Human Computer Interaction&#039;&#039;&#039;.&lt;br /&gt;
*[[ISWC 2009]]: September 4-7, 2009,  Linz, Austria, International Symposium on &#039;&#039;&#039;Wearable Computers&#039;&#039;&#039;.&lt;br /&gt;
*[[Mensch und Computer 2009]]: September 6-9, 2009, Berlin, Germany.&lt;br /&gt;
*[[TAMODIA 2009]]:  September 7-8, 2009, Cambridge, United Kingdom.&lt;br /&gt;
*[[ECSCW09]]: September 7-11, 2009, Vienna, Austria, ECSCW09 Conference.&lt;br /&gt;
*[[INTERACCIÓN 09]]: September 7-9, 2009, Barcelona, Spain. &lt;br /&gt;
*[[HAID&#039;09]]: September 10-11, 2009, Dresden, Germany, 4th International Workshop on Haptic and Audio Interaction.&lt;br /&gt;
*[[11th International Conference on Engineering and Product Design Education]]: September 10-11, 2009, Brighton, UK.&lt;br /&gt;
*[[MIRW 2009]]: September 15, 2009. Bonn, Germany. 4th International Workshop on &#039;&#039;&#039;Mobile Interaction with the Real World&#039;&#039;&#039;.&lt;br /&gt;
*[[CRIWG 2009]]: September 13-17, 2009, Peso da Régua, Douro, Portuga, 15th Collaboration Researchers&#039; International Workshop.&lt;br /&gt;
*[[IVA 2009]]: September 14-16, 2009, Amsterdam, The Netherlands, 9th International Conference on Intelligent Virtual Agents. &lt;br /&gt;
*[[MobileHCI 2009]]: September 15-18, 2009, Bonn, Germany. &lt;br /&gt;
*[[Mobile Interaction with the Real World 2009]]: September 15, 2009, Bonn, Germany.&lt;br /&gt;
*[[IDEA 2009]]: September 15-16, 2009, Toronto, Ontario, Canada, The annual Information Architecture Institute Conference.&lt;br /&gt;
*[[EuroSSC 2009]]: September 16-18, 2009, Guildford, UK.&lt;br /&gt;
*[[IEEE Visual Languages and Human-Centric Computing]]: September 20-24, 2009, Corvallis, Oregon.&lt;br /&gt;
*[[Stephen Few&#039;s 2009 West Coast Visual Business Intelligence Workshop]]: September 29 - October 1, 2009, San Francisco, CA, USA.&lt;br /&gt;
*[[Archibots 2009 - A Workshop on Architectural Robotics]]: September 30, 2009, Orlando, Florida.&lt;br /&gt;
*[[ACM Academic MindTrek 2009]]: September 30 - October 2, 2009, Tampere, Finland, Everyday Life in the Ubiquitous Area.&lt;br /&gt;
*[[3rd Nokia Ubimedia MindTrek Awards Competition]]: September 30 - October 2, 2009, Tampere, Finland, 7.000 Euros Award Sum.&lt;br /&gt;
*[[Ubicomp 2009]]: September 30 - October 3, 2009, Orlando, Florida. &lt;br /&gt;
*[[CENTERIS2009]]: October 7-9, 2009, Ofir, Portugal, Conference on ENTERprise Information Systems.&lt;br /&gt;
*[[IFIP 13.6]]: October 7-8, 2009, Pune, India, Human Work Interaction Design 2009, Working Conference on Usability in Social, Cultural and Organizational Contexts.&lt;br /&gt;
*[[AIGA]]: October 8-11, 2009, Memphis, TN, USA, Design Conference.&lt;br /&gt;
*[[IEEE Information Visualization]]: October 11-16, 2009, Atlantic City, USA.&lt;br /&gt;
*[[IEEE Visualization]]: October 11-16, 2009, Atlantic City, USA.&lt;br /&gt;
*[[VAST 2009]]: October 11-16, 2009, Atlantic City, USA, IEEE Symposium on Visual Analytics Science and Technology.&lt;br /&gt;
*[[SEACUBE&#039;09]]: October 12-14, 2009, St. Petersburg, Russia, International Workshop on Sensing and Acting in Ubiquitous Environments.&lt;br /&gt;
*[[DECIS 2009]]: October 13-14, 2009, Delft, the Netherlands, Human Factors Event 2009. &lt;br /&gt;
*[[DPPI09]]: October 13-16, 2009, Compiègne, France, Designing Pleasurable Products and Interfaces. &lt;br /&gt;
*[[ICOVACS 2009]]: October 19-21, 2009, Louisville, KY,  International Conference on Value Chain Sustainability.&lt;br /&gt;
*[[ISMAR 2009]]: October 19-21, 2009, Orlando, Florida, USA.&lt;br /&gt;
*[[Human Factors and Ergonomics Society 53rd Annual Meeting]]: October 19-23, 2009, San Antonio, Texas.&lt;br /&gt;
*[[ICEBE 2009]]: October 21-23, 2009, Macau, China.&lt;br /&gt;
*[[BITs 7th Annual Congress of International Drug Discovery Science and Technology]]: October 22-25, 2009, Shanghai, China.&lt;br /&gt;
*[[WikiSym 2009]]: October 25-27, 2009, Orlando, Florida, USA,  The 5th International Symposium on Wikis and Open Collaboration.&lt;br /&gt;
*[[ASSETS 2009]]: October 26-28, 2009, Pittsburgh, PA, USA, Eleventh International ACM SIGACCESS Conference on Computers and Accessibility.&lt;br /&gt;
*[[ACM 2009]]: October 26-28, 2009, Berkeley, USA, Creativity and Cognition 2009. &lt;br /&gt;
*[[CEE-SECR 2009]]: October 28-29, 2009, Moscow, Russia, The 5th Central and Eastern European Software Engineering Conference in Russia 2009.&lt;br /&gt;
*[[ACE 2009 and DIMEA 2009]]: October 29-31, 2009, Athens, Greece.&lt;br /&gt;
*[[CoVis 2009]]: October, 2009. Atlantic City, NJ, USA. Workshop on &#039;&#039;&#039;Collaborative Visualization on Interactive Surfaces.&#039;&#039;&#039;&lt;br /&gt;
*[[Dust or Magic: The Ninth Annual Children&#039;s New Media Design Institute]]: November 1-3, 2009, Lambertville (NYC), NJ USA.&lt;br /&gt;
*[[VIEW Conference 2009]]: November 4-7, 2009, Turin, Italy. &lt;br /&gt;
*[[ICITST-2009]] November 9-12, 2009, London, UK, The 4th International Conference for Internet Technology and Secured Transactions.&lt;br /&gt;
*[[CLIHC and LA-WEB 09]]: November 9-11, 2009, Merida, Yucatan, 4th. Latin American Conference on Human-computer Interaction.&lt;br /&gt;
*[[Visualizar&#039;09]]: November 12-27, 2009, Medialab-Prado, Madrid, Spain, International Workshop-Seminar on Public Data Visualization.&lt;br /&gt;
*[[VASE 2009]]: November 16, 2009, Auckland, New Zealand. Workshop on Visual Analytics in Software Engineering&lt;br /&gt;
*[[VRST 2009]]: November 18-20, 2009, Kyoto, Japan, The 16th ACM Symposium on Virtual Reality and Software Technology.&lt;br /&gt;
*[[AmI 2009]]: November 18-21, 2009, Salzburg, Austria.&lt;br /&gt;
*[[OZCHI 2009]]: November 23-27, 2009, Melbourne, Australia.&lt;br /&gt;
*[[DICTA2009]]: December 1-3, 2009, Melbourne, Australia, Digital Image Computing - Techniques and Applications.&lt;br /&gt;
*[[TEI&#039;10]]: January 25-27, 2010, Cambridge, MA, USA, Conference on Tangible, Embedded, and Embodied Interaction.&lt;br /&gt;
*[[IxD10]]: February 4-7, 2010, Savannah, GA, USA, Interaction 2010.&lt;br /&gt;
*[[CSCW 2010]]: February 6-10, 2010, Savannah, GA, USA.&lt;br /&gt;
*[[IUI 2010]]: February 7-10, 2010, Hong Kong, China, International Conference on &#039;&#039;&#039;Intelligent User Interfaces&#039;&#039;&#039;.&lt;br /&gt;
*[[2010 International Conference on Intelligent User Interfaces]]: February 7-10, 2010, Hong Kong, China.  &lt;br /&gt;
*[[PacificVis 2010]]: March 2-5, 2010, Taipei, Taiwan, 3rd IEEE Pacific Visualization Symposium. &lt;br /&gt;
*[[CSEDU 2010]]: April 07-10, 2010, Valencia, Spain - International Conference on Computer Supported Education.&lt;br /&gt;
*[[WEBIST 2010]]: April 07-10, 2010, Valencia, Spain - International Conference on Web Information Systems and Technologies.&lt;br /&gt;
*[[CHI 2010]]: April 10-15, 2010, Atlanta, Georgia, USA.&lt;br /&gt;
*[[AVI 2010]]: May 26-28, 2010, Roma, Italy, International Working Conference on &#039;&#039;&#039;Advanced Visual Interfaces&#039;&#039;&#039;. &lt;br /&gt;
*[[EuroHaptics 2010]]: July 8-10, 2010, Amsterdam, The Netherlands.&lt;br /&gt;
*[[NordiCHI 2010]]: October 16–20, Reykjavik, Iceland, Sixth Nordic Conference on &#039;&#039;&#039;Human-Computer Interaction&#039;&#039;&#039;.&lt;br /&gt;
*[[World Usability Day 2010]]: November 11, 2010,  Everywhere.&lt;/div&gt;</summary>
		<author><name>PKlinka</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=IUI_2010&amp;diff=21892</id>
		<title>IUI 2010</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=IUI_2010&amp;diff=21892"/>
		<updated>2009-08-31T08:38:23Z</updated>

		<summary type="html">&lt;p&gt;PKlinka: Added IUI 2010&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;*&#039;&#039;&#039;Title&#039;&#039;&#039;: International Conference on &#039;&#039;&#039;Intelligent User Interfaces&#039;&#039;&#039;&lt;br /&gt;
*&#039;&#039;&#039;Date:&#039;&#039;&#039; February 7-10, 2010&lt;br /&gt;
*&#039;&#039;&#039;Location:&#039;&#039;&#039; [[wikipedia:Hong Kong|Hong Kong]], [[wikipedia:China|China]]&lt;br /&gt;
*&#039;&#039;&#039;Homepage:&#039;&#039;&#039; http://www.iuiconf.org/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Long/Short Papers Submission Deadline:&#039;&#039;&#039; September 25, 2009&lt;br /&gt;
*&#039;&#039;&#039;Long/Short Paper Final Acceptance:&#039;&#039;&#039; November 23, 2009&lt;br /&gt;
*&#039;&#039;&#039;Regular Demo Proposal:&#039;&#039;&#039; November 30, 2009&lt;br /&gt;
*&#039;&#039;&#039;All Camera Ready:&#039;&#039;&#039; December 11, 2009&lt;br /&gt;
*&#039;&#039;&#039;Late-Breaking Demo Proposal:&#039;&#039;&#039; January 18, 2010&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Conferences]]&lt;/div&gt;</summary>
		<author><name>PKlinka</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=AVI_2010&amp;diff=21891</id>
		<title>AVI 2010</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=AVI_2010&amp;diff=21891"/>
		<updated>2009-08-31T08:27:03Z</updated>

		<summary type="html">&lt;p&gt;PKlinka: Changed wrong link&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;*&#039;&#039;&#039;Title&#039;&#039;&#039;: International Working Conference on &#039;&#039;&#039;Advanced Visual Interfaces&#039;&#039;&#039;&lt;br /&gt;
*&#039;&#039;&#039;Date:&#039;&#039;&#039; May 26-28, 2010&lt;br /&gt;
*&#039;&#039;&#039;Location:&#039;&#039;&#039; [[wikipedia:Rome|Roma]], [[wikipedia:Italy|Italy]]&lt;br /&gt;
*&#039;&#039;&#039;Proceedings Publisher:&#039;&#039;&#039; ACM&lt;br /&gt;
*&#039;&#039;&#039;Homepage:&#039;&#039;&#039; http://www.dis.uniroma1.it/~avi2010/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Abstract submission deadline:&#039;&#039;&#039; December 14, 2009&lt;br /&gt;
*&#039;&#039;&#039;Paper submission deadline:&#039;&#039;&#039; December 21, 2009&lt;br /&gt;
*&#039;&#039;&#039;Acceptance notification:&#039;&#039;&#039; February 15, 2010&lt;br /&gt;
*&#039;&#039;&#039;Abstract submission deadline:&#039;&#039;&#039; March 15, 2010&lt;br /&gt;
&lt;br /&gt;
[[Category:Conferences]]&lt;/div&gt;</summary>
		<author><name>PKlinka</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Template:Conferences&amp;diff=21890</id>
		<title>Template:Conferences</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Template:Conferences&amp;diff=21890"/>
		<updated>2009-08-31T08:26:23Z</updated>

		<summary type="html">&lt;p&gt;PKlinka: Added IUI 2010&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!-- PLEASE SORT EVENT ENTRIES ASCENDING BY DATE --&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
*[[The Second International Conference on the Applications of Digital Information]]: August 4-6, 2009, London, UK.&lt;br /&gt;
*[[ICCSIT 2009]]:  August 8-11, 2009, Beijing, China, The 2nd IEEE International Conference on Computer Science and Information Technology 2009.&lt;br /&gt;
*[[INTERACT 2009]]: August 24, 2009, Uppsala, Sweden, Twelfth IFIP conference on &#039;&#039;&#039;Human-Computer Interaction&#039;&#039;&#039;.&lt;br /&gt;
*[[DEGAS&#039;2009]]: August 24, 2009, Uppsala, Sweden, Workshop on Design and Evaluation of e-Government.&lt;br /&gt;
*[[International Workshop on &#039;Innovation for an Inclusive Future&#039;]]: August 24-28, 2009, Uppsala, Sweden.&lt;br /&gt;
*[[Argentine Symposium on Artificial Intelligence]]: August 24-25, 2009, Mar del Plata, Argentina.&lt;br /&gt;
*[[Workshop Touch Affordances]]: August 25, 2009, Uppsala, Sweden.&lt;br /&gt;
*[[ASSE&#039;09]]: August 27-28, 2009, Mar del Plata, Argentina, 10th Argentine Symposium on Software Engineering.&lt;br /&gt;
*[[Copenhagen Design Week 2009]]: August 27 - September 6, 2009, Copenhagen, Denmark.&lt;br /&gt;
*[[Nordes 2009]]:  August 30 - September 1, 2009, Oslo, Norway, Design Conference: Engaging Artefacts.&lt;br /&gt;
*[[MaRK09]]: September 01,2009, Atlanta, USA, Second International Workshop on Managing Requirements Knowledge.&lt;br /&gt;
*[[HCI 2009]]:  Sep 1-5, 2009, Churchill College Cambridge, UK, 23rd BCS conference on &#039;&#039;&#039;Human Computer Interaction&#039;&#039;&#039;.&lt;br /&gt;
*[[ISWC 2009]]: September 4-7, 2009,  Linz, Austria, International Symposium on &#039;&#039;&#039;Wearable Computers&#039;&#039;&#039;.&lt;br /&gt;
*[[Mensch und Computer 2009]]: September 6-9, 2009, Berlin, Germany.&lt;br /&gt;
*[[TAMODIA 2009]]:  September 7-8, 2009, Cambridge, United Kingdom.&lt;br /&gt;
*[[ECSCW09]]: September 7-11, 2009, Vienna, Austria, ECSCW09 Conference.&lt;br /&gt;
*[[INTERACCIÓN 09]]: September 7-9, 2009, Barcelona, Spain. &lt;br /&gt;
*[[HAID&#039;09]]: September 10-11, 2009, Dresden, Germany, 4th International Workshop on Haptic and Audio Interaction.&lt;br /&gt;
*[[11th International Conference on Engineering and Product Design Education]]: September 10-11, 2009, Brighton, UK.&lt;br /&gt;
*[[MIRW 2009]]: September 15, 2009. Bonn, Germany. 4th International Workshop on &#039;&#039;&#039;Mobile Interaction with the Real World&#039;&#039;&#039;.&lt;br /&gt;
*[[CRIWG 2009]]: September 13-17, 2009, Peso da Régua, Douro, Portuga, 15th Collaboration Researchers&#039; International Workshop.&lt;br /&gt;
*[[IVA 2009]]: September 14-16, 2009, Amsterdam, The Netherlands, 9th International Conference on Intelligent Virtual Agents. &lt;br /&gt;
*[[MobileHCI 2009]]: September 15-18, 2009, Bonn, Germany. &lt;br /&gt;
*[[Mobile Interaction with the Real World 2009]]: September 15, 2009, Bonn, Germany.&lt;br /&gt;
*[[IDEA 2009]]: September 15-16, 2009, Toronto, Ontario, Canada, The annual Information Architecture Institute Conference.&lt;br /&gt;
*[[EuroSSC 2009]]: September 16-18, 2009, Guildford, UK.&lt;br /&gt;
*[[IEEE Visual Languages and Human-Centric Computing]]: September 20-24, 2009, Corvallis, Oregon.&lt;br /&gt;
*[[Stephen Few&#039;s 2009 West Coast Visual Business Intelligence Workshop]]: September 29 - October 1, 2009, San Francisco, CA, USA.&lt;br /&gt;
*[[Archibots 2009 - A Workshop on Architectural Robotics]]: September 30, 2009, Orlando, Florida.&lt;br /&gt;
*[[ACM Academic MindTrek 2009]]: September 30 - October 2, 2009, Tampere, Finland, Everyday Life in the Ubiquitous Area.&lt;br /&gt;
*[[3rd Nokia Ubimedia MindTrek Awards Competition]]: September 30 - October 2, 2009, Tampere, Finland, 7.000 Euros Award Sum.&lt;br /&gt;
*[[Ubicomp 2009]]: September 30 - October 3, 2009, Orlando, Florida. &lt;br /&gt;
*[[CENTERIS2009]]: October 7-9, 2009, Ofir, Portugal, Conference on ENTERprise Information Systems.&lt;br /&gt;
*[[IFIP 13.6]]: October 7-8, 2009, Pune, India, Human Work Interaction Design 2009, Working Conference on Usability in Social, Cultural and Organizational Contexts.&lt;br /&gt;
*[[AIGA]]: October 8-11, 2009, Memphis, TN, USA, Design Conference.&lt;br /&gt;
*[[IEEE Information Visualization]]: October 11-16, 2009, Atlantic City, USA.&lt;br /&gt;
*[[IEEE Visualization]]: October 11-16, 2009, Atlantic City, USA.&lt;br /&gt;
*[[VAST 2009]]: October 11-16, 2009, Atlantic City, USA, IEEE Symposium on Visual Analytics Science and Technology.&lt;br /&gt;
*[[SEACUBE&#039;09]]: October 12-14, 2009, St. Petersburg, Russia, International Workshop on Sensing and Acting in Ubiquitous Environments.&lt;br /&gt;
*[[DECIS 2009]]: October 13-14, 2009, Delft, the Netherlands, Human Factors Event 2009. &lt;br /&gt;
*[[DPPI09]]: October 13-16, 2009, Compiègne, France, Designing Pleasurable Products and Interfaces. &lt;br /&gt;
*[[ICOVACS 2009]]: October 19-21, 2009, Louisville, KY,  International Conference on Value Chain Sustainability.&lt;br /&gt;
*[[ISMAR 2009]]: October 19-21, 2009, Orlando, Florida, USA.&lt;br /&gt;
*[[Human Factors and Ergonomics Society 53rd Annual Meeting]]: October 19-23, 2009, San Antonio, Texas.&lt;br /&gt;
*[[ICEBE 2009]]: October 21-23, 2009, Macau, China.&lt;br /&gt;
*[[BITs 7th Annual Congress of International Drug Discovery Science and Technology]]: October 22-25, 2009, Shanghai, China.&lt;br /&gt;
*[[WikiSym 2009]]: October 25-27, 2009, Orlando, Florida, USA,  The 5th International Symposium on Wikis and Open Collaboration.&lt;br /&gt;
*[[ASSETS 2009]]: October 26-28, 2009, Pittsburgh, PA, USA, Eleventh International ACM SIGACCESS Conference on Computers and Accessibility.&lt;br /&gt;
*[[ACM 2009]]: October 26-28, 2009, Berkeley, USA, Creativity and Cognition 2009. &lt;br /&gt;
*[[CEE-SECR 2009]]: October 28-29, 2009, Moscow, Russia, The 5th Central and Eastern European Software Engineering Conference in Russia 2009.&lt;br /&gt;
*[[ACE 2009 and DIMEA 2009]]: October 29-31, 2009, Athens, Greece.&lt;br /&gt;
*[[CoVis 2009]]: October, 2009. Atlantic City, NJ, USA. Workshop on &#039;&#039;&#039;Collaborative Visualization on Interactive Surfaces.&#039;&#039;&#039;&lt;br /&gt;
*[[Dust or Magic: The Ninth Annual Children&#039;s New Media Design Institute]]: November 1-3, 2009, Lambertville (NYC), NJ USA.&lt;br /&gt;
*[[VIEW Conference 2009]]: November 4-7, 2009, Turin, Italy. &lt;br /&gt;
*[[ICITST-2009]] November 9-12, 2009, London, UK, The 4th International Conference for Internet Technology and Secured Transactions.&lt;br /&gt;
*[[CLIHC and LA-WEB 09]]: November 9-11, 2009, Merida, Yucatan, 4th. Latin American Conference on Human-computer Interaction.&lt;br /&gt;
*[[Visualizar&#039;09]]: November 12-27, 2009, Medialab-Prado, Madrid, Spain, International Workshop-Seminar on Public Data Visualization.&lt;br /&gt;
*[[VASE 2009]]: November 16, 2009, Auckland, New Zealand. Workshop on Visual Analytics in Software Engineering&lt;br /&gt;
*[[VRST 2009]]: November 18-20, 2009, Kyoto, Japan, The 16th ACM Symposium on Virtual Reality and Software Technology.&lt;br /&gt;
*[[AmI 2009]]: November 18-21, 2009, Salzburg, Austria.&lt;br /&gt;
*[[OZCHI 2009]]: November 23-27, 2009, Melbourne, Australia.&lt;br /&gt;
*[[DICTA2009]]: December 1-3, 2009, Melbourne, Australia, Digital Image Computing - Techniques and Applications.&lt;br /&gt;
*[[TEI&#039;10]]: January 25-27, 2010, Cambridge, MA, USA, Conference on Tangible, Embedded, and Embodied Interaction.&lt;br /&gt;
*[[IxD10]]: February 4-7, 2010, Savannah, GA, USA, Interaction 2010.&lt;br /&gt;
*[[CSCW 2010]]: February 6-10, 2010, Savannah, GA, USA.&lt;br /&gt;
*[[IUI 2010]]: February 7-10, 2010, Hong Kong, China, International Conference on &#039;&#039;&#039;Intelligent User Interfaces&#039;&#039;&#039;.&lt;br /&gt;
*[[2010 International Conference on Intelligent User Interfaces]]: February 7-10, 2010, Hong Kong, China.  &lt;br /&gt;
*[[PacificVis 2010]]: March 2-5, 2010, Taipei, Taiwan, 3rd IEEE Pacific Visualization Symposium. &lt;br /&gt;
*[[CSEDU 2010]]: April 07-10, 2010, Valencia, Spain - International Conference on Computer Supported Education.&lt;br /&gt;
*[[WEBIST 2010]]: April 07-10, 2010, Valencia, Spain - International Conference on Web Information Systems and Technologies.&lt;br /&gt;
*[[CHI 2010]]: April 10-15, 2010, Atlanta, Georgia, USA.&lt;br /&gt;
*[[AVI 2010]]: May 26-28, 2010, Roma, Italy, International Working Conference on &#039;&#039;&#039;Advanced Visual Interfaces&#039;&#039;&#039;. &lt;br /&gt;
*[[EuroHaptics 2010]]: July 8-10, 2010, Amsterdam, The Netherlands.&lt;br /&gt;
*[[World Usability Day 2010]]: November 11, 2010,  Everywhere.&lt;/div&gt;</summary>
		<author><name>PKlinka</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=AVI_2010&amp;diff=21889</id>
		<title>AVI 2010</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=AVI_2010&amp;diff=21889"/>
		<updated>2009-08-31T08:18:39Z</updated>

		<summary type="html">&lt;p&gt;PKlinka: Added AVI 2010&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;*&#039;&#039;&#039;Title&#039;&#039;&#039;: International Working Conference on &#039;&#039;&#039;Advanced Visual Interfaces&#039;&#039;&#039;&lt;br /&gt;
*&#039;&#039;&#039;Date:&#039;&#039;&#039; May 26-28, 2010&lt;br /&gt;
*&#039;&#039;&#039;Location:&#039;&#039;&#039; [[wikipedia:Rome|Roma]], [[wikipedia:Italy|Italy]]&lt;br /&gt;
*&#039;&#039;&#039;Proceedings Publisher:&#039;&#039;&#039; ACM&lt;br /&gt;
*&#039;&#039;&#039;Homepage:&#039;&#039;&#039; http://hci.uniroma1.it/avi2008/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Abstract submission deadline:&#039;&#039;&#039; December 14, 2009&lt;br /&gt;
*&#039;&#039;&#039;Paper submission deadline:&#039;&#039;&#039; December 21, 2009&lt;br /&gt;
*&#039;&#039;&#039;Acceptance notification:&#039;&#039;&#039; February 15, 2010&lt;br /&gt;
*&#039;&#039;&#039;Abstract submission deadline:&#039;&#039;&#039; March 15, 2010&lt;br /&gt;
&lt;br /&gt;
[[Category:Conferences]]&lt;/div&gt;</summary>
		<author><name>PKlinka</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Template:Conferences&amp;diff=21888</id>
		<title>Template:Conferences</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Template:Conferences&amp;diff=21888"/>
		<updated>2009-08-31T08:14:22Z</updated>

		<summary type="html">&lt;p&gt;PKlinka: Added AVI 2010&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!-- PLEASE SORT EVENT ENTRIES ASCENDING BY DATE --&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
*[[The Second International Conference on the Applications of Digital Information]]: August 4-6, 2009, London, UK.&lt;br /&gt;
*[[ICCSIT 2009]]:  August 8-11, 2009, Beijing, China, The 2nd IEEE International Conference on Computer Science and Information Technology 2009.&lt;br /&gt;
*[[INTERACT 2009]]: August 24, 2009, Uppsala, Sweden, Twelfth IFIP conference on &#039;&#039;&#039;Human-Computer Interaction&#039;&#039;&#039;.&lt;br /&gt;
*[[DEGAS&#039;2009]]: August 24, 2009, Uppsala, Sweden, Workshop on Design and Evaluation of e-Government.&lt;br /&gt;
*[[International Workshop on &#039;Innovation for an Inclusive Future&#039;]]: August 24-28, 2009, Uppsala, Sweden.&lt;br /&gt;
*[[Argentine Symposium on Artificial Intelligence]]: August 24-25, 2009, Mar del Plata, Argentina.&lt;br /&gt;
*[[Workshop Touch Affordances]]: August 25, 2009, Uppsala, Sweden.&lt;br /&gt;
*[[ASSE&#039;09]]: August 27-28, 2009, Mar del Plata, Argentina, 10th Argentine Symposium on Software Engineering.&lt;br /&gt;
*[[Copenhagen Design Week 2009]]: August 27 - September 6, 2009, Copenhagen, Denmark.&lt;br /&gt;
*[[Nordes 2009]]:  August 30 - September 1, 2009, Oslo, Norway, Design Conference: Engaging Artefacts.&lt;br /&gt;
*[[MaRK09]]: September 01,2009, Atlanta, USA, Second International Workshop on Managing Requirements Knowledge.&lt;br /&gt;
*[[HCI 2009]]:  Sep 1-5, 2009, Churchill College Cambridge, UK, 23rd BCS conference on &#039;&#039;&#039;Human Computer Interaction&#039;&#039;&#039;.&lt;br /&gt;
*[[ISWC 2009]]: September 4-7, 2009,  Linz, Austria, International Symposium on &#039;&#039;&#039;Wearable Computers&#039;&#039;&#039;.&lt;br /&gt;
*[[Mensch und Computer 2009]]: September 6-9, 2009, Berlin, Germany.&lt;br /&gt;
*[[TAMODIA 2009]]:  September 7-8, 2009, Cambridge, United Kingdom.&lt;br /&gt;
*[[ECSCW09]]: September 7-11, 2009, Vienna, Austria, ECSCW09 Conference.&lt;br /&gt;
*[[INTERACCIÓN 09]]: September 7-9, 2009, Barcelona, Spain. &lt;br /&gt;
*[[HAID&#039;09]]: September 10-11, 2009, Dresden, Germany, 4th International Workshop on Haptic and Audio Interaction.&lt;br /&gt;
*[[11th International Conference on Engineering and Product Design Education]]: September 10-11, 2009, Brighton, UK.&lt;br /&gt;
*[[MIRW 2009]]: September 15, 2009. Bonn, Germany. 4th International Workshop on &#039;&#039;&#039;Mobile Interaction with the Real World&#039;&#039;&#039;.&lt;br /&gt;
*[[CRIWG 2009]]: September 13-17, 2009, Peso da Régua, Douro, Portuga, 15th Collaboration Researchers&#039; International Workshop.&lt;br /&gt;
*[[IVA 2009]]: September 14-16, 2009, Amsterdam, The Netherlands, 9th International Conference on Intelligent Virtual Agents. &lt;br /&gt;
*[[MobileHCI 2009]]: September 15-18, 2009, Bonn, Germany. &lt;br /&gt;
*[[Mobile Interaction with the Real World 2009]]: September 15, 2009, Bonn, Germany.&lt;br /&gt;
*[[IDEA 2009]]: September 15-16, 2009, Toronto, Ontario, Canada, The annual Information Architecture Institute Conference.&lt;br /&gt;
*[[EuroSSC 2009]]: September 16-18, 2009, Guildford, UK.&lt;br /&gt;
*[[IEEE Visual Languages and Human-Centric Computing]]: September 20-24, 2009, Corvallis, Oregon.&lt;br /&gt;
*[[Stephen Few&#039;s 2009 West Coast Visual Business Intelligence Workshop]]: September 29 - October 1, 2009, San Francisco, CA, USA.&lt;br /&gt;
*[[Archibots 2009 - A Workshop on Architectural Robotics]]: September 30, 2009, Orlando, Florida.&lt;br /&gt;
*[[ACM Academic MindTrek 2009]]: September 30 - October 2, 2009, Tampere, Finland, Everyday Life in the Ubiquitous Area.&lt;br /&gt;
*[[3rd Nokia Ubimedia MindTrek Awards Competition]]: September 30 - October 2, 2009, Tampere, Finland, 7.000 Euros Award Sum.&lt;br /&gt;
*[[Ubicomp 2009]]: September 30 - October 3, 2009, Orlando, Florida. &lt;br /&gt;
*[[CENTERIS2009]]: October 7-9, 2009, Ofir, Portugal, Conference on ENTERprise Information Systems.&lt;br /&gt;
*[[IFIP 13.6]]: October 7-8, 2009, Pune, India, Human Work Interaction Design 2009, Working Conference on Usability in Social, Cultural and Organizational Contexts.&lt;br /&gt;
*[[AIGA]]: October 8-11, 2009, Memphis, TN, USA, Design Conference.&lt;br /&gt;
*[[IEEE Information Visualization]]: October 11-16, 2009, Atlantic City, USA.&lt;br /&gt;
*[[IEEE Visualization]]: October 11-16, 2009, Atlantic City, USA.&lt;br /&gt;
*[[VAST 2009]]: October 11-16, 2009, Atlantic City, USA, IEEE Symposium on Visual Analytics Science and Technology.&lt;br /&gt;
*[[SEACUBE&#039;09]]: October 12-14, 2009, St. Petersburg, Russia, International Workshop on Sensing and Acting in Ubiquitous Environments.&lt;br /&gt;
*[[DECIS 2009]]: October 13-14, 2009, Delft, the Netherlands, Human Factors Event 2009. &lt;br /&gt;
*[[DPPI09]]: October 13-16, 2009, Compiègne, France, Designing Pleasurable Products and Interfaces. &lt;br /&gt;
*[[ICOVACS 2009]]: October 19-21, 2009, Louisville, KY,  International Conference on Value Chain Sustainability.&lt;br /&gt;
*[[ISMAR 2009]]: October 19-21, 2009, Orlando, Florida, USA.&lt;br /&gt;
*[[Human Factors and Ergonomics Society 53rd Annual Meeting]]: October 19-23, 2009, San Antonio, Texas.&lt;br /&gt;
*[[ICEBE 2009]]: October 21-23, 2009, Macau, China.&lt;br /&gt;
*[[BITs 7th Annual Congress of International Drug Discovery Science and Technology]]: October 22-25, 2009, Shanghai, China.&lt;br /&gt;
*[[WikiSym 2009]]: October 25-27, 2009, Orlando, Florida, USA,  The 5th International Symposium on Wikis and Open Collaboration.&lt;br /&gt;
*[[ASSETS 2009]]: October 26-28, 2009, Pittsburgh, PA, USA, Eleventh International ACM SIGACCESS Conference on Computers and Accessibility.&lt;br /&gt;
*[[ACM 2009]]: October 26-28, 2009, Berkeley, USA, Creativity and Cognition 2009. &lt;br /&gt;
*[[CEE-SECR 2009]]: October 28-29, 2009, Moscow, Russia, The 5th Central and Eastern European Software Engineering Conference in Russia 2009.&lt;br /&gt;
*[[ACE 2009 and DIMEA 2009]]: October 29-31, 2009, Athens, Greece.&lt;br /&gt;
*[[CoVis 2009]]: October, 2009. Atlantic City, NJ, USA. Workshop on &#039;&#039;&#039;Collaborative Visualization on Interactive Surfaces.&#039;&#039;&#039;&lt;br /&gt;
*[[Dust or Magic: The Ninth Annual Children&#039;s New Media Design Institute]]: November 1-3, 2009, Lambertville (NYC), NJ USA.&lt;br /&gt;
*[[VIEW Conference 2009]]: November 4-7, 2009, Turin, Italy. &lt;br /&gt;
*[[ICITST-2009]] November 9-12, 2009, London, UK, The 4th International Conference for Internet Technology and Secured Transactions.&lt;br /&gt;
*[[CLIHC and LA-WEB 09]]: November 9-11, 2009, Merida, Yucatan, 4th. Latin American Conference on Human-computer Interaction.&lt;br /&gt;
*[[Visualizar&#039;09]]: November 12-27, 2009, Medialab-Prado, Madrid, Spain, International Workshop-Seminar on Public Data Visualization.&lt;br /&gt;
*[[VASE 2009]]: November 16, 2009, Auckland, New Zealand. Workshop on Visual Analytics in Software Engineering&lt;br /&gt;
*[[VRST 2009]]: November 18-20, 2009, Kyoto, Japan, The 16th ACM Symposium on Virtual Reality and Software Technology.&lt;br /&gt;
*[[AmI 2009]]: November 18-21, 2009, Salzburg, Austria.&lt;br /&gt;
*[[OZCHI 2009]]: November 23-27, 2009, Melbourne, Australia.&lt;br /&gt;
*[[DICTA2009]]: December 1-3, 2009, Melbourne, Australia, Digital Image Computing - Techniques and Applications.&lt;br /&gt;
*[[TEI&#039;10]]: January 25-27, 2010, Cambridge, MA, USA, Conference on Tangible, Embedded, and Embodied Interaction.&lt;br /&gt;
*[[IxD10]]: February 4-7, 2010, Savannah, GA, USA, Interaction 2010.&lt;br /&gt;
*[[CSCW 2010]]: February 6-10, 2010, Savannah, GA, USA.&lt;br /&gt;
*[[2010 International Conference on Intelligent User Interfaces]]: February 7-10, 2010, Hong Kong, China.  &lt;br /&gt;
*[[PacificVis 2010]]: March 2-5, 2010, Taipei, Taiwan, 3rd IEEE Pacific Visualization Symposium. &lt;br /&gt;
*[[CSEDU 2010]]: April 07-10, 2010, Valencia, Spain - International Conference on Computer Supported Education.&lt;br /&gt;
*[[WEBIST 2010]]: April 07-10, 2010, Valencia, Spain - International Conference on Web Information Systems and Technologies.&lt;br /&gt;
*[[CHI 2010]]: April 10-15, 2010, Atlanta, Georgia, USA.&lt;br /&gt;
*[[AVI 2010]]: May 26-28, 2010, Roma, Italy, International Working Conference on &#039;&#039;&#039;Advanced Visual Interfaces&#039;&#039;&#039;. &lt;br /&gt;
*[[EuroHaptics 2010]]: July 8-10, 2010, Amsterdam, The Netherlands.&lt;br /&gt;
*[[World Usability Day 2010]]: November 11, 2010,  Everywhere.&lt;/div&gt;</summary>
		<author><name>PKlinka</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Visualizar%2709&amp;diff=21887</id>
		<title>Visualizar&#039;09</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Visualizar%2709&amp;diff=21887"/>
		<updated>2009-08-31T08:06:39Z</updated>

		<summary type="html">&lt;p&gt;PKlinka: Added Visualizar&amp;#039;09&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;*&#039;&#039;&#039;Title&#039;&#039;&#039;: International Workshop-Seminar on Public Data Visualization&lt;br /&gt;
*&#039;&#039;&#039;Date:&#039;&#039;&#039; November 12 - 27, 2009&lt;br /&gt;
*&#039;&#039;&#039;Location:&#039;&#039;&#039; Medialab-Prado, [[wikipedia:Madrid|Madrid]], [[wikipedia:Spain|Spain]]&lt;br /&gt;
*&#039;&#039;&#039;Homepage:&#039;&#039;&#039; http://medialab-prado.es/visualizar&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Deadline for projects and papers:&#039;&#039;&#039; October 5, 2009&lt;br /&gt;
*&#039;&#039;&#039;Call for collaborators:&#039;&#039;&#039; October 16 - November 11, 2009&lt;br /&gt;
&lt;br /&gt;
[[Category:Conferences]]&lt;/div&gt;</summary>
		<author><name>PKlinka</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Template:Conferences&amp;diff=21886</id>
		<title>Template:Conferences</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Template:Conferences&amp;diff=21886"/>
		<updated>2009-08-31T08:02:18Z</updated>

		<summary type="html">&lt;p&gt;PKlinka: Added Visualizar&amp;#039;09&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!-- PLEASE SORT EVENT ENTRIES ASCENDING BY DATE --&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
*[[The Second International Conference on the Applications of Digital Information]]: August 4-6, 2009, London, UK.&lt;br /&gt;
*[[ICCSIT 2009]]:  August 8-11, 2009, Beijing, China, The 2nd IEEE International Conference on Computer Science and Information Technology 2009.&lt;br /&gt;
*[[INTERACT 2009]]: August 24, 2009, Uppsala, Sweden, Twelfth IFIP conference on &#039;&#039;&#039;Human-Computer Interaction&#039;&#039;&#039;.&lt;br /&gt;
*[[DEGAS&#039;2009]]: August 24, 2009, Uppsala, Sweden, Workshop on Design and Evaluation of e-Government.&lt;br /&gt;
*[[International Workshop on &#039;Innovation for an Inclusive Future&#039;]]: August 24-28, 2009, Uppsala, Sweden.&lt;br /&gt;
*[[Argentine Symposium on Artificial Intelligence]]: August 24-25, 2009, Mar del Plata, Argentina.&lt;br /&gt;
*[[Workshop Touch Affordances]]: August 25, 2009, Uppsala, Sweden.&lt;br /&gt;
*[[ASSE&#039;09]]: August 27-28, 2009, Mar del Plata, Argentina, 10th Argentine Symposium on Software Engineering.&lt;br /&gt;
*[[Copenhagen Design Week 2009]]: August 27 - September 6, 2009, Copenhagen, Denmark.&lt;br /&gt;
*[[Nordes 2009]]:  August 30 - September 1, 2009, Oslo, Norway, Design Conference: Engaging Artefacts.&lt;br /&gt;
*[[MaRK09]]: September 01,2009, Atlanta, USA, Second International Workshop on Managing Requirements Knowledge.&lt;br /&gt;
*[[HCI 2009]]:  Sep 1-5, 2009, Churchill College Cambridge, UK, 23rd BCS conference on &#039;&#039;&#039;Human Computer Interaction&#039;&#039;&#039;.&lt;br /&gt;
*[[ISWC 2009]]: September 4-7, 2009,  Linz, Austria, International Symposium on &#039;&#039;&#039;Wearable Computers&#039;&#039;&#039;.&lt;br /&gt;
*[[Mensch und Computer 2009]]: September 6-9, 2009, Berlin, Germany.&lt;br /&gt;
*[[TAMODIA 2009]]:  September 7-8, 2009, Cambridge, United Kingdom.&lt;br /&gt;
*[[ECSCW09]]: September 7-11, 2009, Vienna, Austria, ECSCW09 Conference.&lt;br /&gt;
*[[INTERACCIÓN 09]]: September 7-9, 2009, Barcelona, Spain. &lt;br /&gt;
*[[HAID&#039;09]]: September 10-11, 2009, Dresden, Germany, 4th International Workshop on Haptic and Audio Interaction.&lt;br /&gt;
*[[11th International Conference on Engineering and Product Design Education]]: September 10-11, 2009, Brighton, UK.&lt;br /&gt;
*[[MIRW 2009]]: September 15, 2009. Bonn, Germany. 4th International Workshop on &#039;&#039;&#039;Mobile Interaction with the Real World&#039;&#039;&#039;.&lt;br /&gt;
*[[CRIWG 2009]]: September 13-17, 2009, Peso da Régua, Douro, Portuga, 15th Collaboration Researchers&#039; International Workshop.&lt;br /&gt;
*[[IVA 2009]]: September 14-16, 2009, Amsterdam, The Netherlands, 9th International Conference on Intelligent Virtual Agents. &lt;br /&gt;
*[[MobileHCI 2009]]: September 15-18, 2009, Bonn, Germany. &lt;br /&gt;
*[[Mobile Interaction with the Real World 2009]]: September 15, 2009, Bonn, Germany.&lt;br /&gt;
*[[IDEA 2009]]: September 15-16, 2009, Toronto, Ontario, Canada, The annual Information Architecture Institute Conference.&lt;br /&gt;
*[[EuroSSC 2009]]: September 16-18, 2009, Guildford, UK.&lt;br /&gt;
*[[IEEE Visual Languages and Human-Centric Computing]]: September 20-24, 2009, Corvallis, Oregon.&lt;br /&gt;
*[[Stephen Few&#039;s 2009 West Coast Visual Business Intelligence Workshop]]: September 29 - October 1, 2009, San Francisco, CA, USA.&lt;br /&gt;
*[[Archibots 2009 - A Workshop on Architectural Robotics]]: September 30, 2009, Orlando, Florida.&lt;br /&gt;
*[[ACM Academic MindTrek 2009]]: September 30 - October 2, 2009, Tampere, Finland, Everyday Life in the Ubiquitous Area.&lt;br /&gt;
*[[3rd Nokia Ubimedia MindTrek Awards Competition]]: September 30 - October 2, 2009, Tampere, Finland, 7.000 Euros Award Sum.&lt;br /&gt;
*[[Ubicomp 2009]]: September 30 - October 3, 2009, Orlando, Florida. &lt;br /&gt;
*[[CENTERIS2009]]: October 7-9, 2009, Ofir, Portugal, Conference on ENTERprise Information Systems.&lt;br /&gt;
*[[IFIP 13.6]]: October 7-8, 2009, Pune, India, Human Work Interaction Design 2009, Working Conference on Usability in Social, Cultural and Organizational Contexts.&lt;br /&gt;
*[[AIGA]]: October 8-11, 2009, Memphis, TN, USA, Design Conference.&lt;br /&gt;
*[[IEEE Information Visualization]]: October 11-16, 2009, Atlantic City, USA.&lt;br /&gt;
*[[IEEE Visualization]]: October 11-16, 2009, Atlantic City, USA.&lt;br /&gt;
*[[VAST 2009]]: October 11-16, 2009, Atlantic City, USA, IEEE Symposium on Visual Analytics Science and Technology.&lt;br /&gt;
*[[SEACUBE&#039;09]]: October 12-14, 2009, St. Petersburg, Russia, International Workshop on Sensing and Acting in Ubiquitous Environments.&lt;br /&gt;
*[[DECIS 2009]]: October 13-14, 2009, Delft, the Netherlands, Human Factors Event 2009. &lt;br /&gt;
*[[DPPI09]]: October 13-16, 2009, Compiègne, France, Designing Pleasurable Products and Interfaces. &lt;br /&gt;
*[[ICOVACS 2009]]: October 19-21, 2009, Louisville, KY,  International Conference on Value Chain Sustainability.&lt;br /&gt;
*[[ISMAR 2009]]: October 19-21, 2009, Orlando, Florida, USA.&lt;br /&gt;
*[[Human Factors and Ergonomics Society 53rd Annual Meeting]]: October 19-23, 2009, San Antonio, Texas.&lt;br /&gt;
*[[ICEBE 2009]]: October 21-23, 2009, Macau, China.&lt;br /&gt;
*[[BITs 7th Annual Congress of International Drug Discovery Science and Technology]]: October 22-25, 2009, Shanghai, China.&lt;br /&gt;
*[[WikiSym 2009]]: October 25-27, 2009, Orlando, Florida, USA,  The 5th International Symposium on Wikis and Open Collaboration.&lt;br /&gt;
*[[ASSETS 2009]]: October 26-28, 2009, Pittsburgh, PA, USA, Eleventh International ACM SIGACCESS Conference on Computers and Accessibility.&lt;br /&gt;
*[[ACM 2009]]: October 26-28, 2009, Berkeley, USA, Creativity and Cognition 2009. &lt;br /&gt;
*[[CEE-SECR 2009]]: October 28-29, 2009, Moscow, Russia, The 5th Central and Eastern European Software Engineering Conference in Russia 2009.&lt;br /&gt;
*[[ACE 2009 and DIMEA 2009]]: October 29-31, 2009, Athens, Greece.&lt;br /&gt;
*[[CoVis 2009]]: October, 2009. Atlantic City, NJ, USA. Workshop on &#039;&#039;&#039;Collaborative Visualization on Interactive Surfaces.&#039;&#039;&#039;&lt;br /&gt;
*[[Dust or Magic: The Ninth Annual Children&#039;s New Media Design Institute]]: November 1-3, 2009, Lambertville (NYC), NJ USA.&lt;br /&gt;
*[[VIEW Conference 2009]]: November 4-7, 2009, Turin, Italy. &lt;br /&gt;
*[[ICITST-2009]] November 9-12, 2009, London, UK, The 4th International Conference for Internet Technology and Secured Transactions.&lt;br /&gt;
*[[CLIHC and LA-WEB 09]]: November 9-11, 2009, Merida, Yucatan, 4th. Latin American Conference on Human-computer Interaction.&lt;br /&gt;
*[[Visualizar&#039;09]]: November 12-27, 2009, Medialab-Prado, Madrid, Spain, International Workshop-Seminar on Public Data Visualization.&lt;br /&gt;
*[[VASE 2009]]: November 16, 2009, Auckland, New Zealand. Workshop on Visual Analytics in Software Engineering&lt;br /&gt;
*[[VRST 2009]]: November 18-20, 2009, Kyoto, Japan, The 16th ACM Symposium on Virtual Reality and Software Technology.&lt;br /&gt;
*[[AmI 2009]]: November 18-21, 2009, Salzburg, Austria.&lt;br /&gt;
*[[OZCHI 2009]]: November 23-27, 2009, Melbourne, Australia.&lt;br /&gt;
*[[DICTA2009]]: December 1-3, 2009, Melbourne, Australia, Digital Image Computing - Techniques and Applications.&lt;br /&gt;
*[[TEI&#039;10]]: January 25-27, 2010, Cambridge, MA, USA, Conference on Tangible, Embedded, and Embodied Interaction.&lt;br /&gt;
*[[IxD10]]: February 4-7, 2010, Savannah, GA, USA, Interaction 2010.&lt;br /&gt;
*[[CSCW 2010]]: February 6-10, 2010, Savannah, GA, USA.&lt;br /&gt;
*[[2010 International Conference on Intelligent User Interfaces]]: February 7-10, 2010, Hong Kong, China.  &lt;br /&gt;
*[[PacificVis 2010]]: March 2-5, 2010, Taipei, Taiwan, 3rd IEEE Pacific Visualization Symposium. &lt;br /&gt;
*[[CSEDU 2010]]: April 07-10, 2010, Valencia, Spain - International Conference on Computer Supported Education.&lt;br /&gt;
*[[WEBIST 2010]]: April 07-10, 2010, Valencia, Spain - International Conference on Web Information Systems and Technologies.&lt;br /&gt;
*[[CHI 2010]]: April 10-15, 2010, Atlanta, Georgia, USA.&lt;br /&gt;
*[[EuroHaptics 2010]]: July 8-10, 2010, Amsterdam, The Netherlands.&lt;br /&gt;
*[[World Usability Day 2010]]: November 11, 2010,  Everywhere.&lt;/div&gt;</summary>
		<author><name>PKlinka</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=PacificVis_2010&amp;diff=21885</id>
		<title>PacificVis 2010</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=PacificVis_2010&amp;diff=21885"/>
		<updated>2009-08-31T07:56:15Z</updated>

		<summary type="html">&lt;p&gt;PKlinka: Added PacificVis 2010&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;*&#039;&#039;&#039;Title&#039;&#039;&#039;: 3rd IEEE Pacific Visualization Symposium&lt;br /&gt;
*&#039;&#039;&#039;Date:&#039;&#039;&#039; March 2 to 5, 2010&lt;br /&gt;
*&#039;&#039;&#039;Location:&#039;&#039;&#039; [[wikipedia:Taipei|Taipei]], [[wikipedia:Taiwan|Taiwan]]&lt;br /&gt;
*&#039;&#039;&#039;Homepage:&#039;&#039;&#039; http://graphics.csie.ntu.edu.tw/pvis2010/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Paper Submission Deadline:&#039;&#039;&#039; September 25, 2009, 11:59pm (PST)&lt;br /&gt;
*&#039;&#039;&#039;Notification of acceptance:&#039;&#039;&#039; November 13, 2009&lt;br /&gt;
*&#039;&#039;&#039;Camera-ready papers due:&#039;&#039;&#039; December 4, 2009&lt;br /&gt;
*&#039;&#039;&#039;Symposium:&#039;&#039;&#039; March 2-5, 2010&lt;br /&gt;
&lt;br /&gt;
[[Category:Conferences]]&lt;/div&gt;</summary>
		<author><name>PKlinka</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Template:Conferences&amp;diff=21884</id>
		<title>Template:Conferences</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Template:Conferences&amp;diff=21884"/>
		<updated>2009-08-31T07:51:44Z</updated>

		<summary type="html">&lt;p&gt;PKlinka: Added PacificVis 2010&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!-- PLEASE SORT EVENT ENTRIES ASCENDING BY DATE --&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
*[[The Second International Conference on the Applications of Digital Information]]: August 4-6, 2009, London, UK.&lt;br /&gt;
*[[ICCSIT 2009]]:  August 8-11, 2009, Beijing, China, The 2nd IEEE International Conference on Computer Science and Information Technology 2009.&lt;br /&gt;
*[[INTERACT 2009]]: August 24, 2009, Uppsala, Sweden, Twelfth IFIP conference on &#039;&#039;&#039;Human-Computer Interaction&#039;&#039;&#039;.&lt;br /&gt;
*[[DEGAS&#039;2009]]: August 24, 2009, Uppsala, Sweden, Workshop on Design and Evaluation of e-Government.&lt;br /&gt;
*[[International Workshop on &#039;Innovation for an Inclusive Future&#039;]]: August 24-28, 2009, Uppsala, Sweden.&lt;br /&gt;
*[[Argentine Symposium on Artificial Intelligence]]: August 24-25, 2009, Mar del Plata, Argentina.&lt;br /&gt;
*[[Workshop Touch Affordances]]: August 25, 2009, Uppsala, Sweden.&lt;br /&gt;
*[[ASSE&#039;09]]: August 27-28, 2009, Mar del Plata, Argentina, 10th Argentine Symposium on Software Engineering.&lt;br /&gt;
*[[Copenhagen Design Week 2009]]: August 27 - September 6, 2009, Copenhagen, Denmark.&lt;br /&gt;
*[[Nordes 2009]]:  August 30 - September 1, 2009, Oslo, Norway, Design Conference: Engaging Artefacts.&lt;br /&gt;
*[[MaRK09]]: September 01,2009, Atlanta, USA, Second International Workshop on Managing Requirements Knowledge.&lt;br /&gt;
*[[HCI 2009]]:  Sep 1-5, 2009, Churchill College Cambridge, UK, 23rd BCS conference on &#039;&#039;&#039;Human Computer Interaction&#039;&#039;&#039;.&lt;br /&gt;
*[[ISWC 2009]]: September 4-7, 2009,  Linz, Austria, International Symposium on &#039;&#039;&#039;Wearable Computers&#039;&#039;&#039;.&lt;br /&gt;
*[[Mensch und Computer 2009]]: September 6-9, 2009, Berlin, Germany.&lt;br /&gt;
*[[TAMODIA 2009]]:  September 7-8, 2009, Cambridge, United Kingdom.&lt;br /&gt;
*[[ECSCW09]]: September 7-11, 2009, Vienna, Austria, ECSCW09 Conference.&lt;br /&gt;
*[[INTERACCIÓN 09]]: September 7-9, 2009, Barcelona, Spain. &lt;br /&gt;
*[[HAID&#039;09]]: September 10-11, 2009, Dresden, Germany, 4th International Workshop on Haptic and Audio Interaction.&lt;br /&gt;
*[[11th International Conference on Engineering and Product Design Education]]: September 10-11, 2009, Brighton, UK.&lt;br /&gt;
*[[MIRW 2009]]: September 15, 2009. Bonn, Germany. 4th International Workshop on &#039;&#039;&#039;Mobile Interaction with the Real World&#039;&#039;&#039;.&lt;br /&gt;
*[[CRIWG 2009]]: September 13-17, 2009, Peso da Régua, Douro, Portuga, 15th Collaboration Researchers&#039; International Workshop.&lt;br /&gt;
*[[IVA 2009]]: September 14-16, 2009, Amsterdam, The Netherlands, 9th International Conference on Intelligent Virtual Agents. &lt;br /&gt;
*[[MobileHCI 2009]]: September 15-18, 2009, Bonn, Germany. &lt;br /&gt;
*[[Mobile Interaction with the Real World 2009]]: September 15, 2009, Bonn, Germany.&lt;br /&gt;
*[[IDEA 2009]]: September 15-16, 2009, Toronto, Ontario, Canada, The annual Information Architecture Institute Conference.&lt;br /&gt;
*[[EuroSSC 2009]]: September 16-18, 2009, Guildford, UK.&lt;br /&gt;
*[[IEEE Visual Languages and Human-Centric Computing]]: September 20-24, 2009, Corvallis, Oregon.&lt;br /&gt;
*[[Stephen Few&#039;s 2009 West Coast Visual Business Intelligence Workshop]]: September 29 - October 1, 2009, San Francisco, CA, USA.&lt;br /&gt;
*[[Archibots 2009 - A Workshop on Architectural Robotics]]: September 30, 2009, Orlando, Florida.&lt;br /&gt;
*[[ACM Academic MindTrek 2009]]: September 30 - October 2, 2009, Tampere, Finland, Everyday Life in the Ubiquitous Area.&lt;br /&gt;
*[[3rd Nokia Ubimedia MindTrek Awards Competition]]: September 30 - October 2, 2009, Tampere, Finland, 7.000 Euros Award Sum.&lt;br /&gt;
*[[Ubicomp 2009]]: September 30 - October 3, 2009, Orlando, Florida. &lt;br /&gt;
*[[CENTERIS2009]]: October 7-9, 2009, Ofir, Portugal, Conference on ENTERprise Information Systems.&lt;br /&gt;
*[[IFIP 13.6]]: October 7-8, 2009, Pune, India, Human Work Interaction Design 2009, Working Conference on Usability in Social, Cultural and Organizational Contexts.&lt;br /&gt;
*[[AIGA]]: October 8-11, 2009, Memphis, TN, USA, Design Conference.&lt;br /&gt;
*[[IEEE Information Visualization]]: October 11-16, 2009, Atlantic City, USA.&lt;br /&gt;
*[[IEEE Visualization]]: October 11-16, 2009, Atlantic City, USA.&lt;br /&gt;
*[[VAST 2009]]: October 11-16, 2009, Atlantic City, USA, IEEE Symposium on Visual Analytics Science and Technology.&lt;br /&gt;
*[[SEACUBE&#039;09]]: October 12-14, 2009, St. Petersburg, Russia, International Workshop on Sensing and Acting in Ubiquitous Environments.&lt;br /&gt;
*[[DECIS 2009]]: October 13-14, 2009, Delft, the Netherlands, Human Factors Event 2009. &lt;br /&gt;
*[[DPPI09]]: October 13-16, 2009, Compiègne, France, Designing Pleasurable Products and Interfaces. &lt;br /&gt;
*[[ICOVACS 2009]]: October 19-21, 2009, Louisville, KY,  International Conference on Value Chain Sustainability.&lt;br /&gt;
*[[ISMAR 2009]]: October 19-21, 2009, Orlando, Florida, USA.&lt;br /&gt;
*[[Human Factors and Ergonomics Society 53rd Annual Meeting]]: October 19-23, 2009, San Antonio, Texas.&lt;br /&gt;
*[[ICEBE 2009]]: October 21-23, 2009, Macau, China.&lt;br /&gt;
*[[BITs 7th Annual Congress of International Drug Discovery Science and Technology]]: October 22-25, 2009, Shanghai, China.&lt;br /&gt;
*[[WikiSym 2009]]: October 25-27, 2009, Orlando, Florida, USA,  The 5th International Symposium on Wikis and Open Collaboration.&lt;br /&gt;
*[[ASSETS 2009]]: October 26-28, 2009, Pittsburgh, PA, USA, Eleventh International ACM SIGACCESS Conference on Computers and Accessibility.&lt;br /&gt;
*[[ACM 2009]]: October 26-28, 2009, Berkeley, USA, Creativity and Cognition 2009. &lt;br /&gt;
*[[CEE-SECR 2009]]: October 28-29, 2009, Moscow, Russia, The 5th Central and Eastern European Software Engineering Conference in Russia 2009.&lt;br /&gt;
*[[ACE 2009 and DIMEA 2009]]: October 29-31, 2009, Athens, Greece.&lt;br /&gt;
*[[CoVis 2009]]: October, 2009. Atlantic City, NJ, USA. Workshop on &#039;&#039;&#039;Collaborative Visualization on Interactive Surfaces.&#039;&#039;&#039;&lt;br /&gt;
*[[Dust or Magic: The Ninth Annual Children&#039;s New Media Design Institute]]: November 1-3, 2009, Lambertville (NYC), NJ USA.&lt;br /&gt;
*[[VIEW Conference 2009]]: November 4-7, 2009, Turin, Italy. &lt;br /&gt;
*[[ICITST-2009]] November 9-12, 2009, London, UK, The 4th International Conference for Internet Technology and Secured Transactions.&lt;br /&gt;
*[[CLIHC and LA-WEB 09]]: November 9-11, 2009, Merida, Yucatan, 4th. Latin American Conference on Human-computer Interaction.&lt;br /&gt;
*[[VASE 2009]]: November 16, 2009, Auckland, New Zealand. Workshop on Visual Analytics in Software Engineering&lt;br /&gt;
*[[VRST 2009]]: November 18-20, 2009, Kyoto, Japan, The 16th ACM Symposium on Virtual Reality and Software Technology.&lt;br /&gt;
*[[AmI 2009]]: November 18-21, 2009, Salzburg, Austria.&lt;br /&gt;
*[[OZCHI 2009]]: November 23-27, 2009, Melbourne, Australia.&lt;br /&gt;
*[[DICTA2009]]: December 1-3, 2009, Melbourne, Australia, Digital Image Computing - Techniques and Applications.&lt;br /&gt;
*[[TEI&#039;10]]: January 25-27, 2010, Cambridge, MA, USA, Conference on Tangible, Embedded, and Embodied Interaction.&lt;br /&gt;
*[[IxD10]]: February 4-7, 2010, Savannah, GA, USA, Interaction 2010.&lt;br /&gt;
*[[CSCW 2010]]: February 6-10, 2010, Savannah, GA, USA.&lt;br /&gt;
*[[2010 International Conference on Intelligent User Interfaces]]: February 7-10, 2010, Hong Kong, China.  &lt;br /&gt;
*[[PacificVis 2010]]: March 2-5, 2010, Taipei, Taiwan, 3rd IEEE Pacific Visualization Symposium. &lt;br /&gt;
*[[CSEDU 2010]]: April 07-10, 2010, Valencia, Spain - International Conference on Computer Supported Education.&lt;br /&gt;
*[[WEBIST 2010]]: April 07-10, 2010, Valencia, Spain - International Conference on Web Information Systems and Technologies.&lt;br /&gt;
*[[CHI 2010]]: April 10-15, 2010, Atlanta, Georgia, USA.&lt;br /&gt;
*[[EuroHaptics 2010]]: July 8-10, 2010, Amsterdam, The Netherlands.&lt;br /&gt;
*[[World Usability Day 2010]]: November 11, 2010,  Everywhere.&lt;/div&gt;</summary>
		<author><name>PKlinka</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Template_talk:Edit&amp;diff=21883</id>
		<title>Template talk:Edit</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Template_talk:Edit&amp;diff=21883"/>
		<updated>2009-08-31T07:45:40Z</updated>

		<summary type="html">&lt;p&gt;PKlinka: Deleted Spam&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>PKlinka</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=World_Usability_Day_2010&amp;diff=21800</id>
		<title>World Usability Day 2010</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=World_Usability_Day_2010&amp;diff=21800"/>
		<updated>2009-07-27T08:57:24Z</updated>

		<summary type="html">&lt;p&gt;PKlinka: Added World Usability Day 2010&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;*&#039;&#039;&#039;Title&#039;&#039;&#039;: World Usability Day 2010&lt;br /&gt;
*&#039;&#039;&#039;Date:&#039;&#039;&#039; November 11, 2010&lt;br /&gt;
*&#039;&#039;&#039;Location:&#039;&#039;&#039; Everywhere&lt;br /&gt;
*&#039;&#039;&#039;Homepage:&#039;&#039;&#039; http://www.worldusabilityday.org/ &lt;br /&gt;
&lt;br /&gt;
[[Category:Conferences]]&lt;/div&gt;</summary>
		<author><name>PKlinka</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Template:Conferences&amp;diff=21799</id>
		<title>Template:Conferences</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Template:Conferences&amp;diff=21799"/>
		<updated>2009-07-27T08:55:49Z</updated>

		<summary type="html">&lt;p&gt;PKlinka: Added World Usability Day 2010&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!-- PLEASE SORT EVENT ENTRIES ASCENDING BY DATE --&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
*[[VDA 2009]]  January 18-22, 2009, San Jose, California, USA, Conference on &#039;&#039;&#039;Visualization and Data Analysis&#039;&#039;&#039;. &lt;br /&gt;
*[[GeoViz Hamburg ]]: March 3-5, 2009, HafenCity University Hamburg, Germany. Workshop of the ICA Commission on Geovisualization.&lt;br /&gt;
*[[PacificVis 2009]]: April 20-23, 2009, Beijing, China. IEEE Pacific &#039;&#039;&#039;Visualization Symposium&#039;&#039;&#039; 2009.&lt;br /&gt;
*[[Stephen Few&#039;s 2009 Central U.S. Visual Business Intelligence Workshop]]: April 21-23, 2009, Austin, TX, USA.&lt;br /&gt;
*[[CTS 2009]]: May 18-22, 2009, Baltimore, Maryland, USA, International Symposium on &#039;&#039;&#039;Collaborative Technologies and Systems&#039;&#039;&#039;, Special Session on Visualization and Collaboration, 2009.&lt;br /&gt;
*[[Smartgraphics 2009]]: May 28-30, 2009, Salamanca, Spain. International Symposium on &#039;&#039;&#039;Smart Graphics&#039;&#039;&#039; 2009. &lt;br /&gt;
*[[Stephen Few&#039;s 2009 East Coast Visual Business Intelligence Workshop]]: June 2-4, 2009, Boston, MA, USA.&lt;br /&gt;
*[[VAKD09]]: June 28, 2009, Paris, France, Workshop on Visual Analytics and Knowledge Discovery.&lt;br /&gt;
*[[IV09]]: July 14-17, 2009, Barcelona, Spain. 13th International Conference on &#039;&#039;&#039;Information Visualisation&#039;&#039;&#039;.&lt;br /&gt;
*[[SOUPS 2009]]: July 15-17, 2009, Symposium on Usable Privacy and Security.&lt;br /&gt;
*[[HCII 2009]]: July 19-24, 2009. San Diego, California, USA. International Conference on &#039;&#039;&#039;Human-Computer Interaction&#039;&#039;&#039;.&lt;br /&gt;
*[[1st IEEE &#039;Accessing the Future&#039; Conference]]: July 20-21, 2009, Boston, Massachusetts, USA.&lt;br /&gt;
*[[NDT2009]]: July 28-31 2009, Ostrava, Czech Republic, First International Conference on Networked Digital Technologies.&lt;br /&gt;
*[[The Second International Conference on the Applications of Digital Information]]: August 4-6, 2009, London, UK.&lt;br /&gt;
*[[ICCSIT 2009]]:  August 8-11, 2009, Beijing, China, The 2nd IEEE International Conference on Computer Science and Information Technology 2009.&lt;br /&gt;
*[[INTERACT 2009]]: August 24, 2009, Uppsala, Sweden, Twelfth IFIP conference on &#039;&#039;&#039;Human-Computer Interaction&#039;&#039;&#039;.&lt;br /&gt;
*[[DEGAS&#039;2009]]: August 24, 2009, Uppsala, Sweden, Workshop on Design and Evaluation of e-Government.&lt;br /&gt;
*[[International Workshop on &#039;Innovation for an Inclusive Future&#039;]]: August 24-28, 2009, Uppsala, Sweden.&lt;br /&gt;
*[[Argentine Symposium on Artificial Intelligence]]: August 24-25, 2009, Mar del Plata, Argentina.&lt;br /&gt;
*[[Workshop Touch Affordances]]: August 25, 2009, Uppsala, Sweden.&lt;br /&gt;
*[[ASSE&#039;09]]: August 27-28, 2009, Mar del Plata, Argentina, 10th Argentine Symposium on Software Engineering.&lt;br /&gt;
*[[Copenhagen Design Week 2009]]: August 27 - September 6, 2009, Copenhagen, Denmark.&lt;br /&gt;
*[[Nordes 2009]]:  August 30 - September 1, 2009, Oslo, Norway, Design Conference: Engaging Artefacts.&lt;br /&gt;
*[[MaRK09]]: September 01,2009, Atlanta, USA, Second International Workshop on Managing Requirements Knowledge.&lt;br /&gt;
*[[HCI 2009]]:  Sep 1-5, 2009, Churchill College Cambridge, UK, 23rd BCS conference on &#039;&#039;&#039;Human Computer Interaction&#039;&#039;&#039;.&lt;br /&gt;
*[[ISWC 2009]]: September 4-7, 2009,  Linz, Austria, International Symposium on &#039;&#039;&#039;Wearable Computers&#039;&#039;&#039;.&lt;br /&gt;
*[[Mensch und Computer 2009]]: September 6-9, 2009, Berlin, Germany.&lt;br /&gt;
*[[TAMODIA 2009]]:  September 7-8, 2009, Cambridge, United Kingdom.&lt;br /&gt;
*[[ECSCW09]]: September 7-11, 2009, Vienna, Austria, ECSCW09 Conference.&lt;br /&gt;
*[[INTERACCIÓN 09]]: September 7-9, 2009, Barcelona, Spain. &lt;br /&gt;
*[[HAID&#039;09]]: September 10-11, 2009, Dresden, Germany, 4th International Workshop on Haptic and Audio Interaction.&lt;br /&gt;
*[[11th International Conference on Engineering and Product Design Education]]: September 10-11, 2009, Brighton, UK.&lt;br /&gt;
*[[CRIWG 2009]]: September 13-17, 2009, Peso da Régua, Douro, Portuga, 15th Collaboration Researchers&#039; International Workshop.&lt;br /&gt;
*[[IVA 2009]]: September 14-16, 2009, Amsterdam, The Netherlands, 9th International Conference on Intelligent Virtual Agents. &lt;br /&gt;
*[[MobileHCI 2009]]: September 15-18, 2009, Bonn, Germany. &lt;br /&gt;
*[[Mobile Interaction with the Real World 2009]]: September 15, 2009, Bonn, Germany.&lt;br /&gt;
*[[IDEA 2009]]: September 15-16, 2009, Toronto, Ontario, Canada, The annual Information Architecture Institute Conference.&lt;br /&gt;
*[[EuroSSC 2009]]: September 16-18, 2009, Guildford, UK.&lt;br /&gt;
*[[IEEE Visual Languages and Human-Centric Computing]]: September 20-24, 2009, Corvallis, Oregon.&lt;br /&gt;
*[[Stephen Few&#039;s 2009 West Coast Visual Business Intelligence Workshop]]: September 29 - October 1, 2009, San Francisco, CA, USA.&lt;br /&gt;
*[[Archibots 2009 - A Workshop on Architectural Robotics]]: September 30, 2009, Orlando, Florida.&lt;br /&gt;
*[[ACM Academic MindTrek 2009]]: September 30 - October 2, 2009, Tampere, Finland, Everyday Life in the Ubiquitous Area.&lt;br /&gt;
*[[3rd Nokia Ubimedia MindTrek Awards Competition]]: September 30 - October 2, 2009, Tampere, Finland, 7.000 Euros Award Sum.&lt;br /&gt;
*[[Ubicomp 2009]]: September 30 - October 3, 2009, Orlando, Florida. &lt;br /&gt;
*[[CENTERIS2009]]: October 7-9, 2009, Ofir, Portugal, Conference on ENTERprise Information Systems.&lt;br /&gt;
*[[IFIP 13.6]]: October 7-8, 2009, Pune, India, Human Work Interaction Design 2009, Working Conference on Usability in Social, Cultural and Organizational Contexts.&lt;br /&gt;
*[[AIGA]]: October 8-11, 2009, Memphis, TN, USA, Design Conference.&lt;br /&gt;
*[[IEEE Information Visualization]]: October 11-16, 2009, Atlantic City, USA.&lt;br /&gt;
*[[IEEE Visualization]]: October 11-16, 2009, Atlantic City, USA.&lt;br /&gt;
*[[VAST 2009]]: October 11-16, 2009, Atlantic City, USA, IEEE Symposium on Visual Analytics Science and Technology.&lt;br /&gt;
*[[SEACUBE&#039;09]]: October 12-14, 2009, St. Petersburg, Russia, International Workshop on Sensing and Acting in Ubiquitous Environments.&lt;br /&gt;
*[[DECIS 2009]]: October 13-14, 2009, Delft, the Netherlands, Human Factors Event 2009. &lt;br /&gt;
*[[DPPI09]]: October 13-16, 2009, Compiègne, France, Designing Pleasurable Products and Interfaces. &lt;br /&gt;
*[[ICOVACS 2009]]: October 19-21, 2009, Louisville, KY,  International Conference on Value Chain Sustainability.&lt;br /&gt;
*[[ISMAR 2009]]: October 19-21, 2009, Orlando, Florida, USA.&lt;br /&gt;
*[[Human Factors and Ergonomics Society 53rd Annual Meeting]]: October 19-23, 2009, San Antonio, Texas.&lt;br /&gt;
*[[ICEBE 2009]]: October 21-23, 2009, Macau, China.&lt;br /&gt;
*[[BITs 7th Annual Congress of International Drug Discovery Science and Technology]]: October 22-25, 2009, Shanghai, China.&lt;br /&gt;
*[[WikiSym 2009]]: October 25-27, 2009, Orlando, Florida, USA,  The 5th International Symposium on Wikis and Open Collaboration.&lt;br /&gt;
*[[ASSETS 2009]]: October 26-28, 2009, Pittsburgh, PA, USA, Eleventh International ACM SIGACCESS Conference on Computers and Accessibility.&lt;br /&gt;
*[[ACM 2009]]: October 26-28, 2009, Berkeley, USA, Creativity and Cognition 2009. &lt;br /&gt;
*[[CEE-SECR 2009]]: October 28-29, 2009, Moscow, Russia, The 5th Central and Eastern European Software Engineering Conference in Russia 2009.&lt;br /&gt;
*[[ACE 2009 and DIMEA 2009]]: October 29-31, 2009, Athens, Greece.&lt;br /&gt;
*[[CoVis 2009]]: October, 2009. Atlantic City, NJ, USA. Workshop on &#039;&#039;&#039;Collaborative Visualization on Interactive Surfaces.&#039;&#039;&#039;&lt;br /&gt;
*[[Dust or Magic: The Ninth Annual Children&#039;s New Media Design Institute]]: November 1-3, 2009, Lambertville (NYC), NJ USA.&lt;br /&gt;
*[[VIEW Conference 2009]]: November 4-7, 2009, Turin, Italy. &lt;br /&gt;
*[[ICITST-2009]] November 9-12, 2009, London, UK, The 4th International Conference for Internet Technology and Secured Transactions.&lt;br /&gt;
*[[CLIHC and LA-WEB 09]]: November 9-11, 2009, Merida, Yucatan, 4th. Latin American Conference on Human-computer Interaction.&lt;br /&gt;
*[[VRST 2009]]: November 18-20, 2009, Kyoto, Japan, The 16th ACM Symposium on Virtual Reality and Software Technology.&lt;br /&gt;
*[[AmI 2009]]: November 18-21, 2009, Salzburg, Austria.&lt;br /&gt;
*[[OZCHI 2009]]: November 23-27, 2009, Melbourne, Australia.&lt;br /&gt;
*[[DICTA2009]]: December 1-3, 2009, Melbourne, Australia, Digital Image Computing - Techniques and Applications.&lt;br /&gt;
*[[TEI&#039;10]]: January 25-27, 2010, Cambridge, MA, USA, Conference on Tangible, Embedded, and Embodied Interaction.&lt;br /&gt;
*[[IxD10]]: February 4-7, 2010, Savannah, GA, USA, Interaction 2010.&lt;br /&gt;
*[[CSCW 2010]]: February 6-10, 2010, Savannah, GA, USA.&lt;br /&gt;
*[[2010 International Conference on Intelligent User Interfaces]]: February 7-10, 2010, Hong Kong, China.  &lt;br /&gt;
*[[CSEDU 2010]]: April 07-10, 2010, Valencia, Spain - International Conference on Computer Supported Education.&lt;br /&gt;
*[[WEBIST 2010]]: April 07-10, 2010, Valencia, Spain - International Conference on Web Information Systems and Technologies.&lt;br /&gt;
*[[CHI 2010]]: April 10-15, 2010, Atlanta, Georgia, USA.&lt;br /&gt;
*[[EuroHaptics 2010]]: July 8-10, 2010, Amsterdam, The Netherlands.&lt;br /&gt;
*[[World Usability Day 2010]]: November 11, 2010,  Everywhere.&lt;/div&gt;</summary>
		<author><name>PKlinka</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=EuroHaptics_2010&amp;diff=21798</id>
		<title>EuroHaptics 2010</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=EuroHaptics_2010&amp;diff=21798"/>
		<updated>2009-07-27T08:53:22Z</updated>

		<summary type="html">&lt;p&gt;PKlinka: Added EuroHaptics 2010&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;*&#039;&#039;&#039;Title&#039;&#039;&#039;: EuroHaptics 2010&lt;br /&gt;
*&#039;&#039;&#039;Date:&#039;&#039;&#039; July 8-10, 2010&lt;br /&gt;
*&#039;&#039;&#039;Location:&#039;&#039;&#039; [[wikipedia:Amsterdam|Amsterdam]], [[wikipedia:Netherlands|The Netherlands]]´&lt;br /&gt;
*&#039;&#039;&#039;Homepage:&#039;&#039;&#039; http://www.eurohaptics2010.org &lt;br /&gt;
&lt;br /&gt;
[[Category:Conferences]]&lt;/div&gt;</summary>
		<author><name>PKlinka</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Template:Conferences&amp;diff=21797</id>
		<title>Template:Conferences</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Template:Conferences&amp;diff=21797"/>
		<updated>2009-07-27T08:51:15Z</updated>

		<summary type="html">&lt;p&gt;PKlinka: Added EuroHaptics 2010&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!-- PLEASE SORT EVENT ENTRIES ASCENDING BY DATE --&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
*[[VDA 2009]]  January 18-22, 2009, San Jose, California, USA, Conference on &#039;&#039;&#039;Visualization and Data Analysis&#039;&#039;&#039;. &lt;br /&gt;
*[[GeoViz Hamburg ]]: March 3-5, 2009, HafenCity University Hamburg, Germany. Workshop of the ICA Commission on Geovisualization.&lt;br /&gt;
*[[PacificVis 2009]]: April 20-23, 2009, Beijing, China. IEEE Pacific &#039;&#039;&#039;Visualization Symposium&#039;&#039;&#039; 2009.&lt;br /&gt;
*[[Stephen Few&#039;s 2009 Central U.S. Visual Business Intelligence Workshop]]: April 21-23, 2009, Austin, TX, USA.&lt;br /&gt;
*[[CTS 2009]]: May 18-22, 2009, Baltimore, Maryland, USA, International Symposium on &#039;&#039;&#039;Collaborative Technologies and Systems&#039;&#039;&#039;, Special Session on Visualization and Collaboration, 2009.&lt;br /&gt;
*[[Smartgraphics 2009]]: May 28-30, 2009, Salamanca, Spain. International Symposium on &#039;&#039;&#039;Smart Graphics&#039;&#039;&#039; 2009. &lt;br /&gt;
*[[Stephen Few&#039;s 2009 East Coast Visual Business Intelligence Workshop]]: June 2-4, 2009, Boston, MA, USA.&lt;br /&gt;
*[[VAKD09]]: June 28, 2009, Paris, France, Workshop on Visual Analytics and Knowledge Discovery.&lt;br /&gt;
*[[IV09]]: July 14-17, 2009, Barcelona, Spain. 13th International Conference on &#039;&#039;&#039;Information Visualisation&#039;&#039;&#039;.&lt;br /&gt;
*[[SOUPS 2009]]: July 15-17, 2009, Symposium on Usable Privacy and Security.&lt;br /&gt;
*[[HCII 2009]]: July 19-24, 2009. San Diego, California, USA. International Conference on &#039;&#039;&#039;Human-Computer Interaction&#039;&#039;&#039;.&lt;br /&gt;
*[[1st IEEE &#039;Accessing the Future&#039; Conference]]: July 20-21, 2009, Boston, Massachusetts, USA.&lt;br /&gt;
*[[NDT2009]]: July 28-31 2009, Ostrava, Czech Republic, First International Conference on Networked Digital Technologies.&lt;br /&gt;
*[[The Second International Conference on the Applications of Digital Information]]: August 4-6, 2009, London, UK.&lt;br /&gt;
*[[ICCSIT 2009]]:  August 8-11, 2009, Beijing, China, The 2nd IEEE International Conference on Computer Science and Information Technology 2009.&lt;br /&gt;
*[[INTERACT 2009]]: August 24, 2009, Uppsala, Sweden, Twelfth IFIP conference on &#039;&#039;&#039;Human-Computer Interaction&#039;&#039;&#039;.&lt;br /&gt;
*[[DEGAS&#039;2009]]: August 24, 2009, Uppsala, Sweden, Workshop on Design and Evaluation of e-Government.&lt;br /&gt;
*[[International Workshop on &#039;Innovation for an Inclusive Future&#039;]]: August 24-28, 2009, Uppsala, Sweden.&lt;br /&gt;
*[[Argentine Symposium on Artificial Intelligence]]: August 24-25, 2009, Mar del Plata, Argentina.&lt;br /&gt;
*[[Workshop Touch Affordances]]: August 25, 2009, Uppsala, Sweden.&lt;br /&gt;
*[[ASSE&#039;09]]: August 27-28, 2009, Mar del Plata, Argentina, 10th Argentine Symposium on Software Engineering.&lt;br /&gt;
*[[Copenhagen Design Week 2009]]: August 27 - September 6, 2009, Copenhagen, Denmark.&lt;br /&gt;
*[[Nordes 2009]]:  August 30 - September 1, 2009, Oslo, Norway, Design Conference: Engaging Artefacts.&lt;br /&gt;
*[[MaRK09]]: September 01,2009, Atlanta, USA, Second International Workshop on Managing Requirements Knowledge.&lt;br /&gt;
*[[HCI 2009]]:  Sep 1-5, 2009, Churchill College Cambridge, UK, 23rd BCS conference on &#039;&#039;&#039;Human Computer Interaction&#039;&#039;&#039;.&lt;br /&gt;
*[[ISWC 2009]]: September 4-7, 2009,  Linz, Austria, International Symposium on &#039;&#039;&#039;Wearable Computers&#039;&#039;&#039;.&lt;br /&gt;
*[[Mensch und Computer 2009]]: September 6-9, 2009, Berlin, Germany.&lt;br /&gt;
*[[TAMODIA 2009]]:  September 7-8, 2009, Cambridge, United Kingdom.&lt;br /&gt;
*[[ECSCW09]]: September 7-11, 2009, Vienna, Austria, ECSCW09 Conference.&lt;br /&gt;
*[[INTERACCIÓN 09]]: September 7-9, 2009, Barcelona, Spain. &lt;br /&gt;
*[[HAID&#039;09]]: September 10-11, 2009, Dresden, Germany, 4th International Workshop on Haptic and Audio Interaction.&lt;br /&gt;
*[[11th International Conference on Engineering and Product Design Education]]: September 10-11, 2009, Brighton, UK.&lt;br /&gt;
*[[CRIWG 2009]]: September 13-17, 2009, Peso da Régua, Douro, Portuga, 15th Collaboration Researchers&#039; International Workshop.&lt;br /&gt;
*[[IVA 2009]]: September 14-16, 2009, Amsterdam, The Netherlands, 9th International Conference on Intelligent Virtual Agents. &lt;br /&gt;
*[[MobileHCI 2009]]: September 15-18, 2009, Bonn, Germany. &lt;br /&gt;
*[[Mobile Interaction with the Real World 2009]]: September 15, 2009, Bonn, Germany.&lt;br /&gt;
*[[IDEA 2009]]: September 15-16, 2009, Toronto, Ontario, Canada, The annual Information Architecture Institute Conference.&lt;br /&gt;
*[[EuroSSC 2009]]: September 16-18, 2009, Guildford, UK.&lt;br /&gt;
*[[IEEE Visual Languages and Human-Centric Computing]]: September 20-24, 2009, Corvallis, Oregon.&lt;br /&gt;
*[[Stephen Few&#039;s 2009 West Coast Visual Business Intelligence Workshop]]: September 29 - October 1, 2009, San Francisco, CA, USA.&lt;br /&gt;
*[[Archibots 2009 - A Workshop on Architectural Robotics]]: September 30, 2009, Orlando, Florida.&lt;br /&gt;
*[[ACM Academic MindTrek 2009]]: September 30 - October 2, 2009, Tampere, Finland, Everyday Life in the Ubiquitous Area.&lt;br /&gt;
*[[3rd Nokia Ubimedia MindTrek Awards Competition]]: September 30 - October 2, 2009, Tampere, Finland, 7.000 Euros Award Sum.&lt;br /&gt;
*[[Ubicomp 2009]]: September 30 - October 3, 2009, Orlando, Florida. &lt;br /&gt;
*[[CENTERIS2009]]: October 7-9, 2009, Ofir, Portugal, Conference on ENTERprise Information Systems.&lt;br /&gt;
*[[IFIP 13.6]]: October 7-8, 2009, Pune, India, Human Work Interaction Design 2009, Working Conference on Usability in Social, Cultural and Organizational Contexts.&lt;br /&gt;
*[[AIGA]]: October 8-11, 2009, Memphis, TN, USA, Design Conference.&lt;br /&gt;
*[[IEEE Information Visualization]]: October 11-16, 2009, Atlantic City, USA.&lt;br /&gt;
*[[IEEE Visualization]]: October 11-16, 2009, Atlantic City, USA.&lt;br /&gt;
*[[VAST 2009]]: October 11-16, 2009, Atlantic City, USA, IEEE Symposium on Visual Analytics Science and Technology.&lt;br /&gt;
*[[SEACUBE&#039;09]]: October 12-14, 2009, St. Petersburg, Russia, International Workshop on Sensing and Acting in Ubiquitous Environments.&lt;br /&gt;
*[[DECIS 2009]]: October 13-14, 2009, Delft, the Netherlands, Human Factors Event 2009. &lt;br /&gt;
*[[DPPI09]]: October 13-16, 2009, Compiègne, France, Designing Pleasurable Products and Interfaces. &lt;br /&gt;
*[[ICOVACS 2009]]: October 19-21, 2009, Louisville, KY,  International Conference on Value Chain Sustainability.&lt;br /&gt;
*[[ISMAR 2009]]: October 19-21, 2009, Orlando, Florida, USA.&lt;br /&gt;
*[[Human Factors and Ergonomics Society 53rd Annual Meeting]]: October 19-23, 2009, San Antonio, Texas.&lt;br /&gt;
*[[ICEBE 2009]]: October 21-23, 2009, Macau, China.&lt;br /&gt;
*[[BITs 7th Annual Congress of International Drug Discovery Science and Technology]]: October 22-25, 2009, Shanghai, China.&lt;br /&gt;
*[[WikiSym 2009]]: October 25-27, 2009, Orlando, Florida, USA,  The 5th International Symposium on Wikis and Open Collaboration.&lt;br /&gt;
*[[ASSETS 2009]]: October 26-28, 2009, Pittsburgh, PA, USA, Eleventh International ACM SIGACCESS Conference on Computers and Accessibility.&lt;br /&gt;
*[[ACM 2009]]: October 26-28, 2009, Berkeley, USA, Creativity and Cognition 2009. &lt;br /&gt;
*[[CEE-SECR 2009]]: October 28-29, 2009, Moscow, Russia, The 5th Central and Eastern European Software Engineering Conference in Russia 2009.&lt;br /&gt;
*[[ACE 2009 and DIMEA 2009]]: October 29-31, 2009, Athens, Greece.&lt;br /&gt;
*[[CoVis 2009]]: October, 2009. Atlantic City, NJ, USA. Workshop on &#039;&#039;&#039;Collaborative Visualization on Interactive Surfaces.&#039;&#039;&#039;&lt;br /&gt;
*[[Dust or Magic: The Ninth Annual Children&#039;s New Media Design Institute]]: November 1-3, 2009, Lambertville (NYC), NJ USA.&lt;br /&gt;
*[[VIEW Conference 2009]]: November 4-7, 2009, Turin, Italy. &lt;br /&gt;
*[[ICITST-2009]] November 9-12, 2009, London, UK, The 4th International Conference for Internet Technology and Secured Transactions.&lt;br /&gt;
*[[CLIHC and LA-WEB 09]]: November 9-11, 2009, Merida, Yucatan, 4th. Latin American Conference on Human-computer Interaction.&lt;br /&gt;
*[[VRST 2009]]: November 18-20, 2009, Kyoto, Japan, The 16th ACM Symposium on Virtual Reality and Software Technology.&lt;br /&gt;
*[[AmI 2009]]: November 18-21, 2009, Salzburg, Austria.&lt;br /&gt;
*[[OZCHI 2009]]: November 23-27, 2009, Melbourne, Australia.&lt;br /&gt;
*[[DICTA2009]]: December 1-3, 2009, Melbourne, Australia, Digital Image Computing - Techniques and Applications.&lt;br /&gt;
*[[TEI&#039;10]]: January 25-27, 2010, Cambridge, MA, USA, Conference on Tangible, Embedded, and Embodied Interaction.&lt;br /&gt;
*[[IxD10]]: February 4-7, 2010, Savannah, GA, USA, Interaction 2010.&lt;br /&gt;
*[[CSCW 2010]]: February 6-10, 2010, Savannah, GA, USA.&lt;br /&gt;
*[[2010 International Conference on Intelligent User Interfaces]]: February 7-10, 2010, Hong Kong, China.  &lt;br /&gt;
*[[CSEDU 2010]]: April 07-10, 2010, Valencia, Spain - International Conference on Computer Supported Education.&lt;br /&gt;
*[[WEBIST 2010]]: April 07-10, 2010, Valencia, Spain - International Conference on Web Information Systems and Technologies.&lt;br /&gt;
*[[CHI 2010]]: April 10-15, 2010, Atlanta, Georgia, USA.&lt;br /&gt;
*[[EuroHaptics 2010]]: July 8-10, 2010, Amsterdam, The Netherlands.&lt;/div&gt;</summary>
		<author><name>PKlinka</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Template:Conferences&amp;diff=21790</id>
		<title>Template:Conferences</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Template:Conferences&amp;diff=21790"/>
		<updated>2009-07-23T13:01:40Z</updated>

		<summary type="html">&lt;p&gt;PKlinka: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!-- PLEASE SORT EVENT ENTRIES ASCENDING BY DATE --&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
*[[VDA 2009]]  January 18-22, 2009, San Jose, California, USA, Conference on &#039;&#039;&#039;Visualization and Data Analysis&#039;&#039;&#039;. &lt;br /&gt;
*[[GeoViz Hamburg ]]: March 3-5, 2009, HafenCity University Hamburg, Germany. Workshop of the ICA Commission on Geovisualization.&lt;br /&gt;
*[[PacificVis 2009]]: April 20-23, 2009, Beijing, China. IEEE Pacific &#039;&#039;&#039;Visualization Symposium&#039;&#039;&#039; 2009.&lt;br /&gt;
*[[Stephen Few&#039;s 2009 Central U.S. Visual Business Intelligence Workshop]]: April 21-23, 2009, Austin, TX, USA.&lt;br /&gt;
*[[CTS 2009]]: May 18-22, 2009, Baltimore, Maryland, USA, International Symposium on &#039;&#039;&#039;Collaborative Technologies and Systems&#039;&#039;&#039;, Special Session on Visualization and Collaboration, 2009.&lt;br /&gt;
*[[Smartgraphics 2009]]: May 28-30, 2009, Salamanca, Spain. International Symposium on &#039;&#039;&#039;Smart Graphics&#039;&#039;&#039; 2009. &lt;br /&gt;
*[[Stephen Few&#039;s 2009 East Coast Visual Business Intelligence Workshop]]: June 2-4, 2009, Boston, MA, USA.&lt;br /&gt;
*[[VAKD09]]: June 28, 2009, Paris, France, Workshop on Visual Analytics and Knowledge Discovery.&lt;br /&gt;
*[[IV09]]: July 14-17, 2009, Barcelona, Spain. 13th International Conference on &#039;&#039;&#039;Information Visualisation&#039;&#039;&#039;.&lt;br /&gt;
*[[SOUPS 2009]]: July 15-17, 2009, Symposium on Usable Privacy and Security.&lt;br /&gt;
*[[HCII 2009]]: July 19-24, 2009. San Diego, California, USA. International Conference on &#039;&#039;&#039;Human-Computer Interaction&#039;&#039;&#039;.&lt;br /&gt;
*[[1st IEEE &#039;Accessing the Future&#039; Conference]]: July 20-21, 2009, Boston, Massachusetts, USA.&lt;br /&gt;
*[[NDT2009]]: July 28-31 2009, Ostrava, Czech Republic, First International Conference on Networked Digital Technologies.&lt;br /&gt;
*[[The Second International Conference on the Applications of Digital Information]]: August 4-6, 2009, London, UK.&lt;br /&gt;
*[[ICCSIT 2009]]:  August 8-11, 2009, Beijing, China, The 2nd IEEE International Conference on Computer Science and Information Technology 2009.&lt;br /&gt;
*[[INTERACT 2009]]: August 24, 2009, Uppsala, Sweden, Twelfth IFIP conference on &#039;&#039;&#039;Human-Computer Interaction&#039;&#039;&#039;.&lt;br /&gt;
*[[DEGAS&#039;2009]]: August 24, 2009, Uppsala, Sweden, Workshop on Design and Evaluation of e-Government.&lt;br /&gt;
*[[International Workshop on &#039;Innovation for an Inclusive Future&#039;]]: August 24-28, 2009, Uppsala, Sweden.&lt;br /&gt;
*[[Argentine Symposium on Artificial Intelligence]]: August 24-25, 2009, Mar del Plata, Argentina.&lt;br /&gt;
*[[Workshop Touch Affordances]]: August 25, 2009, Uppsala, Sweden.&lt;br /&gt;
*[[ASSE&#039;09]]: August 27-28, 2009, Mar del Plata, Argentina, 10th Argentine Symposium on Software Engineering.&lt;br /&gt;
*[[Copenhagen Design Week 2009]]: August 27 - September 6, 2009, Copenhagen, Denmark.&lt;br /&gt;
*[[Nordes 2009]]:  August 30 - September 1, 2009, Oslo, Norway, Design Conference: Engaging Artefacts.&lt;br /&gt;
*[[MaRK09]]: September 01,2009, Atlanta, USA, Second International Workshop on Managing Requirements Knowledge.&lt;br /&gt;
*[[HCI 2009]]:  Sep 1-5, 2009, Churchill College Cambridge, UK, 23rd BCS conference on &#039;&#039;&#039;Human Computer Interaction&#039;&#039;&#039;.&lt;br /&gt;
*[[ISWC 2009]]: September 4-7, 2009,  Linz, Austria, International Symposium on &#039;&#039;&#039;Wearable Computers&#039;&#039;&#039;.&lt;br /&gt;
*[[Mensch und Computer 2009]]: September 6-9, 2009, Berlin, Germany.&lt;br /&gt;
*[[TAMODIA 2009]]:  September 7-8, 2009, Cambridge, United Kingdom.&lt;br /&gt;
*[[ECSCW09]]: September 7-11, 2009, Vienna, Austria, ECSCW09 Conference.&lt;br /&gt;
*[[INTERACCIÓN 09]]: September 7-9, 2009, Barcelona, Spain. &lt;br /&gt;
*[[HAID&#039;09]]: September 10-11, 2009, Dresden, Germany, 4th International Workshop on Haptic and Audio Interaction.&lt;br /&gt;
*[[11th International Conference on Engineering and Product Design Education]]: September 10-11, 2009, Brighton, UK.&lt;br /&gt;
*[[CRIWG 2009]]: September 13-17, 2009, Peso da Régua, Douro, Portuga, 15th Collaboration Researchers&#039; International Workshop.&lt;br /&gt;
*[[IVA 2009]]: September 14-16, 2009, Amsterdam, The Netherlands, 9th International Conference on Intelligent Virtual Agents. &lt;br /&gt;
*[[MobileHCI 2009]]: September 15-18, 2009, Bonn, Germany. &lt;br /&gt;
*[[Mobile Interaction with the Real World 2009]]: September 15, 2009, Bonn, Germany.&lt;br /&gt;
*[[IDEA 2009]]: September 15-16, 2009, Toronto, Ontario, Canada, The annual Information Architecture Institute Conference.&lt;br /&gt;
*[[EuroSSC 2009]]: September 16-18, 2009, Guildford, UK.&lt;br /&gt;
*[[IEEE Visual Languages and Human-Centric Computing]]: September 20-24, 2009, Corvallis, Oregon.&lt;br /&gt;
*[[Stephen Few&#039;s 2009 West Coast Visual Business Intelligence Workshop]]: September 29 - October 1, 2009, San Francisco, CA, USA.&lt;br /&gt;
*[[Archibots 2009 - A Workshop on Architectural Robotics]]: September 30, 2009, Orlando, Florida.&lt;br /&gt;
*[[ACM Academic MindTrek 2009]]: September 30 - October 2, 2009, Tampere, Finland, Everyday Life in the Ubiquitous Area.&lt;br /&gt;
*[[3rd Nokia Ubimedia MindTrek Awards Competition]]: September 30 - October 2, 2009, Tampere, Finland, 7.000 Euros Award Sum.&lt;br /&gt;
*[[Ubicomp 2009]]: September 30 - October 3, 2009, Orlando, Florida. &lt;br /&gt;
*[[CENTERIS2009]]: October 7-9, 2009, Ofir, Portugal, Conference on ENTERprise Information Systems.&lt;br /&gt;
*[[IFIP 13.6]]: October 7-8, 2009, Pune, India, Human Work Interaction Design 2009, Working Conference on Usability in Social, Cultural and Organizational Contexts.&lt;br /&gt;
*[[AIGA]]: October 8-11, 2009, Memphis, TN, USA, Design Conference.&lt;br /&gt;
*[[IEEE Information Visualization]]: October 11-16, 2009, Atlantic City, USA.&lt;br /&gt;
*[[IEEE Visualization]]: October 11-16, 2009, Atlantic City, USA.&lt;br /&gt;
*[[VAST 2009]]: October 11-16, 2009, Atlantic City, USA, IEEE Symposium on Visual Analytics Science and Technology.&lt;br /&gt;
*[[SEACUBE&#039;09]]: October 12-14, 2009, St. Petersburg, Russia, International Workshop on Sensing and Acting in Ubiquitous Environments.&lt;br /&gt;
*[[DECIS 2009]]: October 13-14, 2009, Delft, the Netherlands, Human Factors Event 2009. &lt;br /&gt;
*[[DPPI09]]: October 13-16, 2009, Compiègne, France, Designing Pleasurable Products and Interfaces. &lt;br /&gt;
*[[ICOVACS 2009]]: October 19-21, 2009, Louisville, KY,  International Conference on Value Chain Sustainability.&lt;br /&gt;
*[[ISMAR 2009]]: October 19-21, 2009, Orlando, Florida, USA.&lt;br /&gt;
*[[Human Factors and Ergonomics Society 53rd Annual Meeting]]: October 19-23, 2009, San Antonio, Texas.&lt;br /&gt;
*[[ICEBE 2009]]: October 21-23, 2009, Macau, China.&lt;br /&gt;
*[[BITs 7th Annual Congress of International Drug Discovery Science and Technology]]: October 22-25, 2009, Shanghai, China.&lt;br /&gt;
*[[WikiSym 2009]]: October 25-27, 2009, Orlando, Florida, USA,  The 5th International Symposium on Wikis and Open Collaboration.&lt;br /&gt;
*[[ASSETS 2009]]: October 26-28, 2009, Pittsburgh, PA, USA, Eleventh International ACM SIGACCESS Conference on Computers and Accessibility.&lt;br /&gt;
*[[ACM 2009]]: October 26-28, 2009, Berkeley, USA, Creativity and Cognition 2009. &lt;br /&gt;
*[[CEE-SECR 2009]]: October 28-29, 2009, Moscow, Russia, The 5th Central and Eastern European Software Engineering Conference in Russia 2009.&lt;br /&gt;
*[[ACE 2009 and DIMEA 2009]]: October 29-31, 2009, Athens, Greece.&lt;br /&gt;
*[[CoVis 2009]]: October, 2009. Atlantic City, NJ, USA. Workshop on &#039;&#039;&#039;Collaborative Visualization on Interactive Surfaces.&#039;&#039;&#039;&lt;br /&gt;
*[[Dust or Magic: The Ninth Annual Children&#039;s New Media Design Institute]]: November 1-3, 2009, Lambertville (NYC), NJ USA.&lt;br /&gt;
*[[VIEW Conference 2009]]: November 4-7, 2009, Turin, Italy. &lt;br /&gt;
*[[ICITST-2009]] November 9-12, 2009, London, UK, The 4th International Conference for Internet Technology and Secured Transactions.&lt;br /&gt;
*[[CLIHC and LA-WEB 09]]: November 9-11, 2009, Merida, Yucatan, 4th. Latin American Conference on Human-computer Interaction.&lt;br /&gt;
*[[VRST 2009]]: November 18-20, 2009, Kyoto, Japan, The 16th ACM Symposium on Virtual Reality and Software Technology.&lt;br /&gt;
*[[AmI 2009]]: November 18-21, 2009, Salzburg, Austria.&lt;br /&gt;
*[[OZCHI 2009]]: November 23-27, 2009, Melbourne, Australia.&lt;br /&gt;
*[[DICTA2009]]: December 1-3, 2009, Melbourne, Australia, Digital Image Computing - Techniques and Applications.&lt;br /&gt;
*[[TEI&#039;10]]: January 25-27, 2010, Cambridge, MA, USA, Conference on Tangible, Embedded, and Embodied Interaction.&lt;br /&gt;
*[[IxD10]]: February 4-7, 2010, Savannah, GA, USA, Interaction 2010.&lt;br /&gt;
*[[CSCW 2010]]: February 6-10, 2010, Savannah, GA, USA.&lt;br /&gt;
*[[2010 International Conference on Intelligent User Interfaces]]: February 7-10, 2010, Hong Kong, China.  &lt;br /&gt;
*[[CSEDU 2010]]: April 07-10, 2010, Valencia, Spain - International Conference on Computer Supported Education.&lt;br /&gt;
*[[WEBIST 2010]]: April 07-10, 2010, Valencia, Spain - International Conference on Web Information Systems and Technologies.&lt;br /&gt;
*[[CHI 2010]]: April 10-15, 2010, Atlanta, Georgia, USA.&lt;/div&gt;</summary>
		<author><name>PKlinka</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=CHI_2010&amp;diff=21789</id>
		<title>CHI 2010</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=CHI_2010&amp;diff=21789"/>
		<updated>2009-07-23T12:58:39Z</updated>

		<summary type="html">&lt;p&gt;PKlinka: Added CHI 2010&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
*&#039;&#039;&#039;Title&#039;&#039;&#039;: CHI 2010 Conference&lt;br /&gt;
*&#039;&#039;&#039;Date:&#039;&#039;&#039; July 15-17, 2009&lt;br /&gt;
*&#039;&#039;&#039;Location:&#039;&#039;&#039; [[wikipedia:Atlanta|Atlanta]], [[wikipedia:Georgia (U.S. state)|Georgia]], [[wikipedia:USA|USA]]&lt;br /&gt;
*&#039;&#039;&#039;Homepage:&#039;&#039;&#039; http://chi2010.org &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Workshop proposals due - http://www.chi2010.org/authors/cfp-workshops.html :&#039;&#039;&#039; 17 July 2009&lt;br /&gt;
*&#039;&#039;&#039;Papers and Notes Due - http://www.chi2010.org/authors/cfp-papers.html :&#039;&#039;&#039; 17 September 2009&lt;br /&gt;
*&#039;&#039;&#039;Case Studies Due - http://www.chi2010.org/authors/cfp-case-studies.html :&#039;&#039;&#039; 3 October 2009&lt;br /&gt;
*&#039;&#039;&#039; Panels http://www.chi2010.org/authors/cfp-panels.html :&#039;&#039;&#039; 9 October 2009&lt;br /&gt;
&lt;br /&gt;
[[Category:Conferences]]&lt;/div&gt;</summary>
		<author><name>PKlinka</name></author>
	</entry>
</feed>