Difference between revisions of "Termination Portal"

From Termination-Portal.org
Jump to navigationJump to search
Line 21: Line 21:
 
   addfirstcategorydate=true
 
   addfirstcategorydate=true
 
</dpl>
 
</dpl>
 
=News=
 
<dpl>
 
  category=News
 
  shownamespace=false
 
  count=10
 
  ordermethod=lastedit
 
  order=descending
 
  mode=userformat
 
  includepage={News}:text:date:author:caption
 
  listseparators=,\n{|border="1"\n|colspan="4" align="center"|\n===[[%PAGE%|%TITLE%]]===\n|-\n|,\n|},
 
</dpl>
 
 
<dpl>
 
  category=News
 
  shownamespace=false
 
  count=10
 
  ordermethod=lastedit
 
  order=descending
 
</dpl>
 
 
<dpl>
 
  category=News
 
  count=10
 
  ordermethod=lastedit
 
  order=descending
 
  includepage ={News}:text:date:author:caption
 
  format      =,,\n,
 
  table      =border=1,Title,Text,Date,Author,Caption
 
  tablerow    =|%%,|%%,|%%,|%%
 
</dpl>
 
 
http://semeb.com/dpldemo/index.php?title=Format#format
 
 
New namespaces have to be added in LocalSettings.php BEFORE the corresponding articles are created!
 

Revision as of 17:35, 29 March 2008

Welcome

Termination is a fundamental topic in computer science. While classical results state the undecidability of various termination problems, automated methods have successfully been developed that prove termination or non-termination in practical cases. Research in termination analysis offers many challenges both in theory (mathematical logic, proof theory) and practice (software development, formal methods).

This portal aims to provide the research community with up-to-date information about the field of termination analysis. The main sections are People (information about researchers in termination analysis), News (information about events and new publications), Tools (information about tools for automated termination analysis), and References (publications related to termination analysis). Additionally, the portal provide information about past and future workshops and competitions.

Recent News

<dpl>

 category=News
 shownamespace=false
 count=10
 ordermethod=lastedit
 order=descending
 addfirstcategorydate=true

</dpl>