Difference between revisions of "Termination Portal"

From Termination-Portal.org
Jump to navigationJump to search
 
(87 intermediate revisions by 7 users not shown)
Line 1: Line 1:
=Adding Stuff=
+
<!---'''The Termination Portal is moving.''' Editing has been disabled for everyone to avoid data loss.
Please add yourself to the list of users in the termination community!
+
----
<createarticle>
+
--->
  type=createarticle
 
prefix=People:
 
preload=Template:AddPerson
 
default=Firstname Lastname
 
buttonlabel=Create Person
 
align=left
 
</createarticle>
 
  
Add a news entry!
+
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.
<createarticle>
+
Research in termination analysis offers many challenges both in theory (mathematical logic, proof theory) and practice (software development, formal methods).
type=createarticle
 
prefix=News:
 
preload=Template:AddNews
 
default=News Caption
 
buttonlabel=Create News Entry
 
align=left
 
</createarticle>
 
  
=News=
+
This portal aims to provide the research community with up-to-date information about the field
<dpl>
+
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]].
 +
 
 +
Have [[Suggestions]] to improve this web resource?
 +
- How to [[Contribute]].
 +
 
 +
=Recent News=
 +
* [[Termination Competition 2024]]
 +
* [[Termination Competition 2023]]
 +
* [[19th International Workshop on Termination]]
 +
* [[Termination Competition 2022]]
 +
<DynamicPageList>
 
   category=News
 
   category=News
 
   shownamespace=false
 
   shownamespace=false
Line 27: Line 28:
 
   ordermethod=lastedit
 
   ordermethod=lastedit
 
   order=descending
 
   order=descending
  mode=userformat
+
   includepage={News}:date:text
   includepage={News}:text:date:author:caption
+
   format     =,,\n,
   format=,{| class="wikitable"\n,\n|-\n[[%PAGE%|%TITLE%]],,\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>
 +
-->

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.