<?php
include ("head.php");
$inputNumber = 2;
include ("menu.php");
?>
  <div class="colmask rightmenu">
      <div class="colleft">
	<div class="col1">
	  <!-- Column 1 start -->
	  <h1>Call for Papers</h1>
	  <a href="topics"></a><h2>Topics</h2>
	  <p>Topics include, but are not limited to:</p>
	  <ul>
	  <li>Formal, semi-formal and informal models for argumentation</li>
 	  <li>Dialogue based on argumentation</li>
 	  <li>Strategies in argumentation</li>
 	  <li>Argumentation and game theory</li>
	  <li>Argumentation and probability</li>
 	  <li>Argumentation and narrative</li>
 	  <li>Analogical argumentation</li>
	  <li>Computational properties of argumentation</li>
 	  <li>Reasoning about action and time with argumentation</li>
 	  <li>Decision making based on argumentation</li>
 	  <li>Argumentation in agent and multi-agent systems</li>
 	  <li>Argumentation for coordination and coalition formation</li>
 	  <li>Argumentation-based negotiation</li>
 	  <li>Argumentation, trust and reputation</li>
	  <li>Argumentation and human-computer interaction</li>
 	  <li>Systems for learning through argument</li>
 	  <li>Implementation of argumentation systems</li>
 	  <li>Tools for supporting argumentation</li>
	  </ul>

	  <a name="specialtrack"></a><h2>Special Track: Innovative
	  Applications</h2>
	  <p>
	   Next to papers about theoretical results (in the conference's regular track), 
	   we encourage the submission of original papers about innovative applications, 
	   e.g., in law, medicine, e-democracy, risk assessment, intelligent user 
	   interfaces, recommender systems. Innovative applications papers will be 
	   assessed in an equally rigorous reviewing procedure as regular track 
	   papers. 
	   </p>

	  <a name="demonstrations"></a><h2>Demonstrations</h2>
	  <p> As in the previous edition, a session will be organized for the demonstration 
	   of innovative working applications and tools. Systems of interest include 
	    (but are not limited to):</p>
	    <ul>
		<li>Innovative applications in law, medicine, e-democracy,
		risk assessment, intelligent user interfaces, recommender
		systems</li>
		<li>Argumentation-based reasoners</li>
		<li>Systems for generating arguments from knowledge bases</li>
		<li>Systems for editing, presenting and judging arguments and counterarguments</li>
		<li>Collaborative and social systems based on argumentation</li>
		<li>Simulations of dialogue-based argumentation</li>
		<li>Argumentation-based agents and multi-agent systems</li>
		<li>Decision support systems based on argumentation</li>
	    </ul>
	    <p>
    	    All those intending to demonstrate a system can notify the
	    demonstrations coordinator (Adam Wyner). Where a demonstration is not
	    connected to a paper in a track, a two page extended abstract about
	    the system can be submitted for review (deadline two weeks after
	    regular track and innovative applications track papers). Accepted
	    extended abstracts will be published in the conference proceedings.
	    For those demonstrations that are connected to a paper in the standard
	    track or innovative applications track, no separate statement about
	    the demonstration should be submitted.
	    </p>

	  <a name="submissions"></a><h2>Submissions</h2>
	  <p>We invite submission of original and unpublished work. Parallel submission 
	   to journals or other conferences or workshops with published proceedings is 
	    not permitted.</p>
	    <p>Paper submission will be managed through <a
	  href="http://www.easychair.org/conferences/?conf=comma2012">EasyChair</a>
	  and will be open between March 1 and March 30. You can indicate the submission
	  category:</p>
	  <ul>
		<li>Regular track papers (max. 12 pages)</li>
		<li>Innovative applications track papers (max. 12 pages)</li>
		<li>Demonstration extended abstract (max. 2 pages)</li>
	 </ul>
	  <p>Authors should prepare their submission following
	    the <a href="http://www.iospress.nl/service/authors/latex-and-word-tools-for-book-authors/">instructions
	      by IOS Press</a>.</p>
	  <?php
	     include ("finalpapers.php");
	     ?>
	  <a name="proceedings"></a><h2>Proceedings</h2>
	  <p>
	  The proceedings for the conference will be published by IOS Press in
	  the "Frontiers in Artificial Intelligence and Applications" series.
	  The length of regular track and innovative applications track papers
	  should not exceed 12 pages, the length of demonstration extended
	  abstracts should not exceed 2 pages.
	  </p>
	  <a name="studentpaper"></a><h2>Best Student Paper Award</h2>
	  <p><b>Congratulations to the Best Student Paper Award winners!</b></p>
	  <p><em>Picking the Right Expert to Make a Debate Uncontroversial</em><br>
	      by Dionysios Kontarinis, Elise Bonzon, Nicolas Maudet and Pavlos Moraitis</p>
	  <p>(Best Student Paper Award kindly sponsored by <a href="http://www.taylorandfrancis.com/">Taylor &amp; Francis</a>).
	  </p>
	  <h2>Call for Papers standalone version</h2>
	  <p>A text version of the CFP can be downloaded <a href="cfp.txt">here</a>.</p>
	  <!-- Column 1 end -->
	</div>
       <div class="col2">
         <!-- Column 2 start -->
	 <?php
	 include ("rightcolumn.php");
	 ?>
         <!-- Column 2 end -->
       </div>
   </div>
</div>
<?php
include ("footer.php"); 
?>
