Difference between revisions of "Termination Portal"

From Termination-Portal.org
Jump to navigationJump to search
m (formatting)
(48 intermediate revisions by 7 users not shown)
Line 1: Line 1:
=Termination Portal=
+
<!---'''The Termination Portal is moving.'''  Editing has been disabled for everyone to avoid data loss.
 +
----
 +
--->
 +
 
 +
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
 
This portal aims to provide the research community with up-to-date information about the field
 
of termination analysis.
 
of termination analysis.
 +
The main sections are [[:Category:People|People]] (information about researchers in termination analysis),
 +
[[:Category:News|News]] (information about events and new publications),
 +
[[:Category:Tools|Tools]] (information about tools for automated termination analysis), and
 +
[[:Category:Bibtex|References]] (publications related to termination analysis).
 +
Additionally, the portal provides information about past and future [[WST|workshops]] and [[Termination Competition|competitions]].
  
The main sections are:
+
Have [[Suggestions]] to improve this web resource?
* [[:Category:People|People]]: information about researchers in termination analysis
+
- How to [[Contribute]].
* [[:Category:News|News]]: information about events and new publications
 
* [[:Category:Tools|Tools]]: information about tools for automated termination analysis
 
 
 
Additionally, the portal provide links for past and future workshops and competitions.
 
  
=News=
+
=Recent News=
<dpl>
+
* [[Termination Competition 2022]]
 +
<DynamicPageList>
 
   category=News
 
   category=News
 
   shownamespace=false
 
   shownamespace=false
Line 18: Line 25:
 
   ordermethod=lastedit
 
   ordermethod=lastedit
 
   order=descending
 
   order=descending
  mode=userformat
+
   includepage={News}:date:text
   includepage={News}:text:date:author:caption
+
   format      =,,\n,
   listseparators=,\n{|border="1"\n|colspan="4" align="center"|\n===[[%PAGE%|%TITLE%]]===\n|-\n|,\n|},
+
  table      =class="wikitable",Caption,Date,Text
</dpl>
+
  tablerow    =|%%
 +
</DynamicPageList>
 +
Older news entries can be found on the [[:Category:News|news page]].
  
http://semeb.com/dpldemo/index.php?title=Format#format
+
<!--
 
+
=New Publications=
New namespaces have to be added in LocalSettings.php BEFORE the corresponding articles are created!
+
<DynamicPageList>
 +
  category=BibtexNews
 +
  shownamespace=false
 +
  count=10
 +
  ordermethod=lastedit
 +
  order=descending
 +
  includepage=%1[100]
 +
  format     =,,\n,
 +
  table      =class="wikitable",Name,Content
 +
  tablerow    =|%%
 +
</DynamicPageList>
 +
-->

Revision as of 01:09, 15 June 2022


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 provides information about past and future workshops and competitions.

Have Suggestions to improve this web resource? - How to Contribute.

Recent News

Older news entries can be found on the news page.