Difference between revisions of "Termination Portal"

From Termination-Portal.org
Jump to navigationJump to search
 
 
(101 intermediate revisions by 8 users not shown)
Line 1: Line 1:
<big>'''MediaWiki has been successfully installed.'''</big>
+
<!---'''The Termination Portal is moving.''' Editing has been disabled for everyone to avoid data loss.
 +
----
 +
--->
  
Consult the [http://meta.wikimedia.org/wiki/Help:Contents User's Guide] for information on using the wiki software.
+
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).
  
== Getting started ==
+
This portal aims to provide the research community with up-to-date information about the field
 +
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]].
  
* [http://www.mediawiki.org/wiki/Manual:Configuration_settings Configuration settings list]
+
Have [[Suggestions]] to improve this web resource?
* [http://www.mediawiki.org/wiki/Manual:FAQ MediaWiki FAQ]
+
- How to [[Contribute]].
* [http://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]
+
 
 +
=Recent News=
 +
* [[Termination Competition 2024]]
 +
* [[Termination Competition 2023]]
 +
* [[19th International Workshop on Termination]]
 +
* [[Termination Competition 2022]]
 +
<DynamicPageList>
 +
  category=News
 +
  shownamespace=false
 +
  count=10
 +
  ordermethod=lastedit
 +
  order=descending
 +
  includepage={News}:date:text
 +
  format      =,,\n,
 +
  table      =class="wikitable",Caption,Date,Text
 +
  tablerow    =|%%
 +
</DynamicPageList>
 +
Older news entries can be found on the [[:Category:News|news page]].
 +
 
 +
<!--
 +
=New Publications=
 +
<DynamicPageList>
 +
  category=BibtexNews
 +
  shownamespace=false
 +
  count=10
 +
  ordermethod=lastedit
 +
  order=descending
 +
  includepage=%1[100]
 +
  format      =,,\n,
 +
  table      =class="wikitable",Name,Content
 +
  tablerow    =|%%
 +
</DynamicPageList>
 +
-->

Latest revision as of 13:37, 16 January 2024


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.