<?php
include ("head.php");
$inputNumber = 1;
include ("menu.php");
?>
  <div class="colmask rightmenu">
      <div class="colleft">
	<div class="col1">
	  <!-- Column 1 start -->
	  <div class="photos">
	    <a  href="photos/comma2012-17.jpg"><img
		   src="photos/comma2012-small-17.jpg" alt="Group Photo" ></a>
		      <a 
		   href="photos/comma2012-22.jpg"><img
		   src="photos/comma2012-small-22.jpg" alt="Karlskirche" ></a>
	  <br>
	  </div>
	  <a name="overview"></a><h1>Overview</h1>
	  Argumentation is an important and exciting research topic in Artificial
	  Intelligence, with a broad spectrum of research activities ranging from theory
	  to applications. The International Conference on Computational Models of
	  Argument (<a href="http://www.comma-conf.org/">COMMA</a>) 
	  is a regular forum for presentation and exchange of the
	  latest research results related to computational aspects of argumentation.
	  After the successful editions in 
	  Liverpool (<a href ="http://comma06.csc.liv.ac.uk">COMMA 2006</a>),
	  Toulouse (<a href ="http://www.irit.fr/comma08/">COMMA 2008</a>),
	  and Desenzano del Garda (<a href ="http://www.ing.unibs.it/comma2010/">COMMA 2010</a>), COMMA 2012  will be held in Vienna,
	  Austria, at Vienna University of Technology.
	  <h2><a href="registration.php">Registration</a></h2>
	  <?php
	  include ("invited.php");
	  ?>
	  <h2>Co-located Events as part of the <a
	  href="http://www.vcla.at/events/vienna-logic-weeks_2012/">Vienna
	  Logic Weeks 2012</a></h2>
	  <ul>
	    <li><a href="http://reasoningweb.org/2012/">8th Reasoning Web Summer School</a> from September 03-08,
	    2012</li>
	    <li><a href="http://www.rr-conference.org/RR2012/">6th
	    International Conference on Web Reasoning and Rule Systems</a> from September 10-12, 2012</li>
    	    <!--<li><a href="http://www.dexa.org/">23rd International Conference on Database and Expert Systems
	    Applications (DEXA 2012)</a> from September 03-07, 2012</li> -->
	    <li><a href="http://www.dbai.tuwien.ac.at/event/datalog-2.0/">2nd Datalog 2.0 Workshop</a> from September 11-13, 2012</li>
	  </ul>
	  <!-- Column 1 end -->
	</div>
       <div class="col2">
         <!-- Column 2 start -->
	 <?php
	 include ("rightcolumn.php");
	 ?>
         <!-- Column 2 end -->
       </div>
   </div>
</div>
<?php
include ("footer.php"); 
?>
