<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://termination-portal.org/mediawiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Hzantema</id>
	<title>Termination-Portal.org - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="http://termination-portal.org/mediawiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Hzantema"/>
	<link rel="alternate" type="text/html" href="http://termination-portal.org/wiki/Special:Contributions/Hzantema"/>
	<updated>2026-04-16T19:11:12Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.34.2</generator>
	<entry>
		<id>http://termination-portal.org/mediawiki/index.php?title=Termination_Competition_Platform&amp;diff=691</id>
		<title>Termination Competition Platform</title>
		<link rel="alternate" type="text/html" href="http://termination-portal.org/mediawiki/index.php?title=Termination_Competition_Platform&amp;diff=691"/>
		<updated>2008-11-25T11:48:22Z</updated>

		<summary type="html">&lt;p&gt;Hzantema: /* Wishlist: Query Interface */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Note = &lt;br /&gt;
&lt;br /&gt;
There is (will be) a well-defined process of making design decisions w.r.t. the Termination Competition Execution and Presentation Platform (via mailing list, steering committee), and then the Host decides on implementation.&lt;br /&gt;
&lt;br /&gt;
For features that have run through this process, the [http://dev.aspsimon.org/bugzilla/buglist.cgi?bug_file_loc=&amp;amp;bug_file_loc_type=allwordssubstr&amp;amp;bug_id=&amp;amp;bug_status=NEW&amp;amp;bug_status=ASSIGNED&amp;amp;bug_status=REOPENED termcomp Bugzilla] is the right place for bug reports.&lt;br /&gt;
&lt;br /&gt;
Below here, we just collect some ideas for later consideration.&lt;br /&gt;
&lt;br /&gt;
= Wishlist: Query Interface =&lt;br /&gt;
&lt;br /&gt;
The idea is to provide a web interface for queries over the results data base(s).&lt;br /&gt;
We aim for flexibility, but will start with some simple prototype.&lt;br /&gt;
Please list here some typical queries that you would want to execute.&lt;br /&gt;
&lt;br /&gt;
* what problems were solved in srs-standard, but not in srs-standard-certified?&lt;br /&gt;
* what are the problems that were solved in (insert category here)-2008 but not in 2007 (yes, we plan to import earlier competition results into the data base)?&lt;br /&gt;
* what is the problem/tool in (insert category here) with the longest/shortest proof (file size)/execution time?&lt;br /&gt;
&lt;br /&gt;
* what are the problems that generate a coq timeout for some tool?&lt;br /&gt;
* what is the average size of the (xml|coq) files generated by a given tool?&lt;br /&gt;
* what are the (problems|results) that are (solved|certified) by all the tools in some set of tools?&lt;br /&gt;
&lt;br /&gt;
* here is a [http://color.loria.fr/comp.html result presentation for Color in certified categories] that Frederic built &amp;quot;by hand&amp;quot; (?) The query interface should automatically produce such or and similar charts.&lt;br /&gt;
&lt;br /&gt;
what might also be helpful: can you name a web site with some configurable query functionality&lt;br /&gt;
that you think is especially well-designed and worth learning from?&lt;br /&gt;
&lt;br /&gt;
Christian Sternagel: I would also like to be able to query the problem data base and not only the results data base(s). (J.W.: there is a [http://colo5-c703.uibk.ac.at:8080/termcomp/tpdb/tpsearch.seam query interface for tpdb] already. what features are missing? C.S.: Since it is currently not working, it is merely a placeholder for a query interface.)&lt;br /&gt;
&lt;br /&gt;
Missing features:&lt;br /&gt;
&lt;br /&gt;
* give me all problems from 2007 that are left linear/overlapping/dummy SRSs/... (i.e., properties of problems)&lt;br /&gt;
* boolean combination of properties&lt;br /&gt;
* wild cards&lt;br /&gt;
* give results statistics for parts of a category, e.g., only selected subdirectories&lt;/div&gt;</summary>
		<author><name>Hzantema</name></author>
		
	</entry>
	<entry>
		<id>http://termination-portal.org/mediawiki/index.php?title=Outermost&amp;diff=675</id>
		<title>Outermost</title>
		<link rel="alternate" type="text/html" href="http://termination-portal.org/mediawiki/index.php?title=Outermost&amp;diff=675"/>
		<updated>2008-11-07T16:02:59Z</updated>

		<summary type="html">&lt;p&gt;Hzantema: /* Problem selection */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page is to record the current status of the proposed Outermost Strategy Category of the Termination Competition. &lt;br /&gt;
&lt;br /&gt;
The first installation of this event is planned for November 4, 2008.&lt;br /&gt;
&lt;br /&gt;
== Overview of the Event ==&lt;br /&gt;
&lt;br /&gt;
It is a  challenging topic to automatically prove&lt;br /&gt;
termination of term rewriting with respect to outermost rewriting strategy.&lt;br /&gt;
This strategy is especially interesting since it establishes the basis of&lt;br /&gt;
lazy programming languages as Haskell, Miranda or Clean&lt;br /&gt;
where programming with infinite structures is common practice and&lt;br /&gt;
therefore full termination (with respect to an arbitrary strategy) cannot be expected.&lt;br /&gt;
&lt;br /&gt;
* Hans Zantema:&lt;br /&gt;
&lt;br /&gt;
We should decide whether we take ground or open. For instance,&lt;br /&gt;
&lt;br /&gt;
    f(x,a)      -&amp;gt; f(x,b)&lt;br /&gt;
    b           -&amp;gt; a&lt;br /&gt;
    f(a,x)      -&amp;gt; a&lt;br /&gt;
    f(b,x)      -&amp;gt; a&lt;br /&gt;
    f(f(x,y),z) -&amp;gt; a&lt;br /&gt;
&lt;br /&gt;
is ground outermost terminating (when restricting to symbols occurring in the TRS), but not outermost terminating if we allow open terms or allowed to extend the signature. Since the open variant is more robust (it does not change by extending the signature) I propose to allow open terms in the definition of outermost termination, by which the above example is NOT outermost terminating.&lt;br /&gt;
&lt;br /&gt;
== Problem selection ==&lt;br /&gt;
&lt;br /&gt;
* René Thiemann suggests:&lt;br /&gt;
&lt;br /&gt;
All TRSs where full termination has not already been proven. If there is a special category of &amp;quot;interesting&amp;quot; outermost-examples then I suggest to add all non-terminating TRSs to this category. The reason is that these examples are interesting since only provers which are aware of the outermost-strategy can solve these examples. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Hans Zantema:&lt;br /&gt;
&lt;br /&gt;
I agree with Joerg that apart from these TRSs where full termination has not already been proven special TRSs with outermost strategy should be considered. Giving both of these subcategories equal weight is OK with me. The main point to be done now is to extend the present list of only 6 TRSs in TPDB with outermost strategy.  A competiton does not make sense before this list has some reasonable size and content.&lt;br /&gt;
&lt;br /&gt;
A proposal for 50 new examples is found in http://www.win.tue.nl/~hzantema/ex.zip. It is my intension to submit these. If you have remarks, or suggestions for extensions, please let me know.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Joerg Endrullis:&lt;br /&gt;
&lt;br /&gt;
Yes, I will add some more examples to the outermost category. Unfortunately the search in the termination competition interface does not work. Searching for outermost examples yields always the empty result, such that one cannot see which examples are already there.&lt;br /&gt;
&lt;br /&gt;
== Scoring ==&lt;br /&gt;
&lt;br /&gt;
* Joerg Endrullis suggests:&lt;br /&gt;
&lt;br /&gt;
If we use all TRSs where full termination has not already been proven,&lt;br /&gt;
then these examples will dominate the outermost category.&lt;br /&gt;
However this is no problem, since a balance can be reached by&lt;br /&gt;
choosing an appropriate scoring.&lt;br /&gt;
&lt;br /&gt;
I would suggest to split the score.&lt;br /&gt;
That is, give 50 points for the tool that proves&lt;br /&gt;
most of the examples with &amp;quot;STRATEGY OUTERMOST&amp;quot; terminating,&lt;br /&gt;
and 50 points for the tool that proves most&lt;br /&gt;
of the &amp;quot;TRSs where full termination has  not already been proven&amp;quot;&lt;br /&gt;
to be outermost terminating.&lt;br /&gt;
The non-winning tools get in both categories&lt;br /&gt;
50 * (number of problems solved) / (number of problems solved by winner).&lt;br /&gt;
Thus in theory a tool winning both categories obtains 100 points.&lt;br /&gt;
&lt;br /&gt;
* comment on Joerg's proposal (by René):&lt;br /&gt;
&lt;br /&gt;
If the idea of a splitting is applied then I would count every valid answer for the &amp;quot;interesting&amp;quot; examples and not only the YES-answers.&lt;br /&gt;
&lt;br /&gt;
== Participants ==&lt;br /&gt;
&lt;br /&gt;
insert your name here if you intend to participate. &lt;br /&gt;
&lt;br /&gt;
* AProVE-team&lt;br /&gt;
* Olivier Fissore, Isabelle Gnaedig, Hélène Kirchner (Cariboo)&lt;br /&gt;
* Matthias Raffelsieper, Hans Zantema&lt;br /&gt;
* Christian Sternagel and Rene Thiemann (TTT2)&lt;br /&gt;
* Joerg Endrullis (Jambox)&lt;br /&gt;
* Johannes Waldmann (Matchbox), but will need more time&lt;/div&gt;</summary>
		<author><name>Hzantema</name></author>
		
	</entry>
	<entry>
		<id>http://termination-portal.org/mediawiki/index.php?title=Outermost&amp;diff=674</id>
		<title>Outermost</title>
		<link rel="alternate" type="text/html" href="http://termination-portal.org/mediawiki/index.php?title=Outermost&amp;diff=674"/>
		<updated>2008-11-07T16:00:50Z</updated>

		<summary type="html">&lt;p&gt;Hzantema: /* Scoring */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page is to record the current status of the proposed Outermost Strategy Category of the Termination Competition. &lt;br /&gt;
&lt;br /&gt;
The first installation of this event is planned for November 4, 2008.&lt;br /&gt;
&lt;br /&gt;
== Overview of the Event ==&lt;br /&gt;
&lt;br /&gt;
It is a  challenging topic to automatically prove&lt;br /&gt;
termination of term rewriting with respect to outermost rewriting strategy.&lt;br /&gt;
This strategy is especially interesting since it establishes the basis of&lt;br /&gt;
lazy programming languages as Haskell, Miranda or Clean&lt;br /&gt;
where programming with infinite structures is common practice and&lt;br /&gt;
therefore full termination (with respect to an arbitrary strategy) cannot be expected.&lt;br /&gt;
&lt;br /&gt;
* Hans Zantema:&lt;br /&gt;
&lt;br /&gt;
We should decide whether we take ground or open. For instance,&lt;br /&gt;
&lt;br /&gt;
    f(x,a)      -&amp;gt; f(x,b)&lt;br /&gt;
    b           -&amp;gt; a&lt;br /&gt;
    f(a,x)      -&amp;gt; a&lt;br /&gt;
    f(b,x)      -&amp;gt; a&lt;br /&gt;
    f(f(x,y),z) -&amp;gt; a&lt;br /&gt;
&lt;br /&gt;
is ground outermost terminating (when restricting to symbols occurring in the TRS), but not outermost terminating if we allow open terms or allowed to extend the signature. Since the open variant is more robust (it does not change by extending the signature) I propose to allow open terms in the definition of outermost termination, by which the above example is NOT outermost terminating.&lt;br /&gt;
&lt;br /&gt;
== Problem selection ==&lt;br /&gt;
&lt;br /&gt;
* René Thiemann suggests:&lt;br /&gt;
&lt;br /&gt;
All TRSs where full termination has not already been proven. If there is a special category of &amp;quot;interesting&amp;quot; outermost-examples then I suggest to add all non-terminating TRSs to this category. The reason is that these examples are interesting since only provers which are aware of the outermost-strategy can solve these examples. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Hans Zantema:&lt;br /&gt;
&lt;br /&gt;
I agree with Joerg that apart from these TRSs where full termination has not already been proven special TRSs with outermost strategy should be considered. Giving both of these subcategories equal weight is OK with me. The main point to be done now is to extend the present list of only 6 TRSs in TPDB with outermost strategy. I intend to submit some new systems; I hope other participants will do that too. A competiton does not make sense before this list has some reasonable size and content.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Joerg Endrullis:&lt;br /&gt;
&lt;br /&gt;
Yes, I will add some more examples to the outermost category. Unfortunately the search in the termination competition interface does not work. Searching for outermost examples yields always the empty result, such that one cannot see which examples are already there.&lt;br /&gt;
&lt;br /&gt;
== Scoring ==&lt;br /&gt;
&lt;br /&gt;
* Joerg Endrullis suggests:&lt;br /&gt;
&lt;br /&gt;
If we use all TRSs where full termination has not already been proven,&lt;br /&gt;
then these examples will dominate the outermost category.&lt;br /&gt;
However this is no problem, since a balance can be reached by&lt;br /&gt;
choosing an appropriate scoring.&lt;br /&gt;
&lt;br /&gt;
I would suggest to split the score.&lt;br /&gt;
That is, give 50 points for the tool that proves&lt;br /&gt;
most of the examples with &amp;quot;STRATEGY OUTERMOST&amp;quot; terminating,&lt;br /&gt;
and 50 points for the tool that proves most&lt;br /&gt;
of the &amp;quot;TRSs where full termination has  not already been proven&amp;quot;&lt;br /&gt;
to be outermost terminating.&lt;br /&gt;
The non-winning tools get in both categories&lt;br /&gt;
50 * (number of problems solved) / (number of problems solved by winner).&lt;br /&gt;
Thus in theory a tool winning both categories obtains 100 points.&lt;br /&gt;
&lt;br /&gt;
* comment on Joerg's proposal (by René):&lt;br /&gt;
&lt;br /&gt;
If the idea of a splitting is applied then I would count every valid answer for the &amp;quot;interesting&amp;quot; examples and not only the YES-answers.&lt;br /&gt;
&lt;br /&gt;
== Participants ==&lt;br /&gt;
&lt;br /&gt;
insert your name here if you intend to participate. &lt;br /&gt;
&lt;br /&gt;
* AProVE-team&lt;br /&gt;
* Olivier Fissore, Isabelle Gnaedig, Hélène Kirchner (Cariboo)&lt;br /&gt;
* Matthias Raffelsieper, Hans Zantema&lt;br /&gt;
* Christian Sternagel and Rene Thiemann (TTT2)&lt;br /&gt;
* Joerg Endrullis (Jambox)&lt;br /&gt;
* Johannes Waldmann (Matchbox), but will need more time&lt;/div&gt;</summary>
		<author><name>Hzantema</name></author>
		
	</entry>
	<entry>
		<id>http://termination-portal.org/mediawiki/index.php?title=Outermost&amp;diff=673</id>
		<title>Outermost</title>
		<link rel="alternate" type="text/html" href="http://termination-portal.org/mediawiki/index.php?title=Outermost&amp;diff=673"/>
		<updated>2008-11-07T15:51:31Z</updated>

		<summary type="html">&lt;p&gt;Hzantema: /* Overview of the Event */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page is to record the current status of the proposed Outermost Strategy Category of the Termination Competition. &lt;br /&gt;
&lt;br /&gt;
The first installation of this event is planned for November 4, 2008.&lt;br /&gt;
&lt;br /&gt;
== Overview of the Event ==&lt;br /&gt;
&lt;br /&gt;
It is a  challenging topic to automatically prove&lt;br /&gt;
termination of term rewriting with respect to outermost rewriting strategy.&lt;br /&gt;
This strategy is especially interesting since it establishes the basis of&lt;br /&gt;
lazy programming languages as Haskell, Miranda or Clean&lt;br /&gt;
where programming with infinite structures is common practice and&lt;br /&gt;
therefore full termination (with respect to an arbitrary strategy) cannot be expected.&lt;br /&gt;
&lt;br /&gt;
* Hans Zantema:&lt;br /&gt;
&lt;br /&gt;
We should decide whether we take ground or open. For instance,&lt;br /&gt;
&lt;br /&gt;
    f(x,a)      -&amp;gt; f(x,b)&lt;br /&gt;
    b           -&amp;gt; a&lt;br /&gt;
    f(a,x)      -&amp;gt; a&lt;br /&gt;
    f(b,x)      -&amp;gt; a&lt;br /&gt;
    f(f(x,y),z) -&amp;gt; a&lt;br /&gt;
&lt;br /&gt;
is ground outermost terminating (when restricting to symbols occurring in the TRS), but not outermost terminating if we allow open terms or allowed to extend the signature. Since the open variant is more robust (it does not change by extending the signature) I propose to allow open terms in the definition of outermost termination, by which the above example is NOT outermost terminating.&lt;br /&gt;
&lt;br /&gt;
== Problem selection ==&lt;br /&gt;
&lt;br /&gt;
* René Thiemann suggests:&lt;br /&gt;
&lt;br /&gt;
All TRSs where full termination has not already been proven. If there is a special category of &amp;quot;interesting&amp;quot; outermost-examples then I suggest to add all non-terminating TRSs to this category. The reason is that these examples are interesting since only provers which are aware of the outermost-strategy can solve these examples. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Hans Zantema:&lt;br /&gt;
&lt;br /&gt;
I agree with Joerg that apart from these TRSs where full termination has not already been proven special TRSs with outermost strategy should be considered. Giving both of these subcategories equal weight is OK with me. The main point to be done now is to extend the present list of only 6 TRSs in TPDB with outermost strategy. I intend to submit some new systems; I hope other participants will do that too. A competiton does not make sense before this list has some reasonable size and content.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Joerg Endrullis:&lt;br /&gt;
&lt;br /&gt;
Yes, I will add some more examples to the outermost category. Unfortunately the search in the termination competition interface does not work. Searching for outermost examples yields always the empty result, such that one cannot see which examples are already there.&lt;br /&gt;
&lt;br /&gt;
== Scoring ==&lt;br /&gt;
&lt;br /&gt;
*&lt;br /&gt;
* Joerg Endrullis suggests:&lt;br /&gt;
&lt;br /&gt;
If we use all TRSs where full termination has not already been proven,&lt;br /&gt;
then these examples will dominate the outermost category.&lt;br /&gt;
However this is no problem, since a balance can be reached by&lt;br /&gt;
choosing an appropriate scoring.&lt;br /&gt;
&lt;br /&gt;
I would suggest to split the score.&lt;br /&gt;
That is, give 50 points for the tool that proves&lt;br /&gt;
most of the examples with &amp;quot;STRATEGY OUTERMOST&amp;quot; terminating,&lt;br /&gt;
and 50 points for the tool that proves most&lt;br /&gt;
of the &amp;quot;TRSs where full termination has  not already been proven&amp;quot;&lt;br /&gt;
to be outermost terminating.&lt;br /&gt;
The non-winning tools get in both categories&lt;br /&gt;
50 * (number of problems solved) / (number of problems solved by winner).&lt;br /&gt;
Thus in theory a tool winning both categories obtains 100 points.&lt;br /&gt;
&lt;br /&gt;
* comment on Joerg's proposal (by René):&lt;br /&gt;
&lt;br /&gt;
If the idea of a splitting is applied then I would count every valid answer for the &amp;quot;interesting&amp;quot; examples and not only the YES-answers.&lt;br /&gt;
&lt;br /&gt;
== Participants ==&lt;br /&gt;
&lt;br /&gt;
insert your name here if you intend to participate. &lt;br /&gt;
&lt;br /&gt;
* AProVE-team&lt;br /&gt;
* Olivier Fissore, Isabelle Gnaedig, Hélène Kirchner (Cariboo)&lt;br /&gt;
* Matthias Raffelsieper, Hans Zantema&lt;br /&gt;
* Christian Sternagel and Rene Thiemann (TTT2)&lt;br /&gt;
* Joerg Endrullis (Jambox)&lt;br /&gt;
* Johannes Waldmann (Matchbox), but will need more time&lt;/div&gt;</summary>
		<author><name>Hzantema</name></author>
		
	</entry>
	<entry>
		<id>http://termination-portal.org/mediawiki/index.php?title=Outermost&amp;diff=660</id>
		<title>Outermost</title>
		<link rel="alternate" type="text/html" href="http://termination-portal.org/mediawiki/index.php?title=Outermost&amp;diff=660"/>
		<updated>2008-11-03T09:33:33Z</updated>

		<summary type="html">&lt;p&gt;Hzantema: /* Problem selection */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page is to record the current status of the proposed Outermost Strategy Category of the Termination Competition. &lt;br /&gt;
&lt;br /&gt;
The first installation of this event is planned for November 4, 2008.&lt;br /&gt;
&lt;br /&gt;
== Overview of the Event ==&lt;br /&gt;
&lt;br /&gt;
It is a  challenging topic to automatically prove&lt;br /&gt;
termination of term rewriting with respect to outermost rewriting strategy.&lt;br /&gt;
This strategy is especially interesting since it establishes the basis of&lt;br /&gt;
lazy programming languages as Haskell, Miranda or Clean&lt;br /&gt;
where programming with infinite structures is common practice and&lt;br /&gt;
therefore full termination (with respect to an arbitrary strategy) cannot be expected.&lt;br /&gt;
&lt;br /&gt;
== Problem selection ==&lt;br /&gt;
&lt;br /&gt;
* René Thiemann suggests:&lt;br /&gt;
&lt;br /&gt;
all TRSs where full termination has not already been proven.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Hans Zantema:&lt;br /&gt;
&lt;br /&gt;
I agree with Joerg that apart from these TRSs where full termination has not already been proven special TRSs with outermost strategy should be considered. Giving both of these subcategories equal weight is OK with me. The main point to be done now is to extend the present list of only 6 TRSs in TPDB with outermost strategy. I intend to submit some new systems; I hope other participants will do that too. A competiton does not make sense before this list has some reasonable size and content.&lt;br /&gt;
&lt;br /&gt;
== Scoring ==&lt;br /&gt;
&lt;br /&gt;
*&lt;br /&gt;
* Joerg Endrullis suggests:&lt;br /&gt;
&lt;br /&gt;
If we use all TRSs where full termination has not already been proven,&lt;br /&gt;
then these examples will dominate the outermost category.&lt;br /&gt;
However this is no problem, since a balance can be reached by&lt;br /&gt;
choosing an appropriate scoring.&lt;br /&gt;
&lt;br /&gt;
I would suggest to split the score.&lt;br /&gt;
That is, give 50 points for the tool that proves&lt;br /&gt;
most of the examples with &amp;quot;STRATEGY OUTERMOST&amp;quot; terminating,&lt;br /&gt;
and 50 points for the tool that proves most&lt;br /&gt;
of the &amp;quot;TRSs where full termination has  not already been proven&amp;quot;&lt;br /&gt;
to be outermost terminating.&lt;br /&gt;
The non-winning tools get in both categories&lt;br /&gt;
50 * (number of problems solved) / (number of problems solved by winner).&lt;br /&gt;
Thus in theory a tool winning both categories obtains 100 points.&lt;br /&gt;
&lt;br /&gt;
== Participants ==&lt;br /&gt;
&lt;br /&gt;
insert your name here if you intend to participate. &lt;br /&gt;
&lt;br /&gt;
*&lt;br /&gt;
* Olivier Fissore, Isabelle Gnaedig, Hélène Kirchner (Cariboo)&lt;br /&gt;
* Matthias Raffelsieper, Hans Zantema&lt;br /&gt;
* Rene Thiemann (TTT)&lt;br /&gt;
* Joerg Endrullis (Jambox)&lt;br /&gt;
* Johannes Waldmann (Matchbox), but will need more time&lt;/div&gt;</summary>
		<author><name>Hzantema</name></author>
		
	</entry>
	<entry>
		<id>http://termination-portal.org/mediawiki/index.php?title=People:Hans_Zantema&amp;diff=659</id>
		<title>People:Hans Zantema</title>
		<link rel="alternate" type="text/html" href="http://termination-portal.org/mediawiki/index.php?title=People:Hans_Zantema&amp;diff=659"/>
		<updated>2008-11-03T09:21:49Z</updated>

		<summary type="html">&lt;p&gt;Hzantema: New page: &amp;lt;!--        Please fill in the data so that you can be added to some default        categories and a simple user page can be created. You may extend        that user page yourself after th...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!--&lt;br /&gt;
       Please fill in the data so that you can be added to some default&lt;br /&gt;
       categories and a simple user page can be created. You may extend&lt;br /&gt;
       that user page yourself after the following code block.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Person&lt;br /&gt;
|firstname=Hans&lt;br /&gt;
|middlenames=&lt;br /&gt;
|lastname=Zantema&lt;br /&gt;
|titles=prof dr&lt;br /&gt;
|email=h.zantema@tue.nl&lt;br /&gt;
|homepage=www.win.tue.nl/~hzantema&lt;br /&gt;
|country=The Netherlands&lt;br /&gt;
|university=Technische Universiteit Eindhoven / Radboud Universiteit Nijmegen&lt;br /&gt;
|department=computer science&lt;br /&gt;
|role=Professor&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- If you want to add some personal data to your userpage, you can do so after this comment. --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Hzantema</name></author>
		
	</entry>
</feed>