<?xml version='1.0'?>
<rss xmlns:admin='http://webns.net/mvcb/'
     version='2.0'
     xmlns:sy='http://purl.org/rss/1.0/modules/syndication/'
     xmlns:dc='http://purl.org/dc/elements/1.1/'
     xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#'>
  <channel>
    <title>Paul's Web Pages</title>
    <link>http://paul.luon.net</link>
    <description>Trying to figure it all out</description>
    <dc:language>en-us</dc:language>
    <dc:creator>Jekyll</dc:creator>
    <dc:date>2013-01-05T21:21:00+01:00</dc:date>
    <dc:license>http://creativecommons.org/licenses/by-sa/3.0/nl/</dc:license>
    <admin:generatorAgent rdf:resource='http://jekyllrb.com'/>
    <sy:updatePeriod>hourly</sy:updatePeriod>
    <sy:updateFrequency>1</sy:updateFrequency>
    <sy:updateBase>2000-01-01T12:00+00:00</sy:updateBase>
  
    
    <item>
      <title>Master Project Take 2 and 3</title>
      <link>http://paul.luon.net/journal/2007/05/30/master-project-take-2-and-3</link>
      
      <guid isPermaLink='false'>life/study/MasterProjectTake23@http://paul.luon.net/journal</guid>
      
      <dc:subject>life</dc:subject><dc:subject>study</dc:subject><dc:subject>debian-planet</dc:subject><dc:subject>master-project</dc:subject><dc:subject>math</dc:subject>
      <dc:creator>Paul van Tilburg</dc:creator>
      <dc:date>2007-05-30T00:00:00+02:00</dc:date>
      <description>&lt;p&gt;I just realised that I forgot to post about take 2, so I&amp;#8217;ll combine it
with this post about take 3.  The past five months I&amp;#8217;ve been busy with
examining the effect of restriction on &lt;acronym title=&quot;Calculus of Communicating Systems&quot;&gt;&lt;span class=&quot;caps&quot;&gt;CCS&lt;/span&gt;&lt;/acronym&gt;
with parallelism.  We decided to do this in two steps.  First (take 2) we
considered interleaving of actions, and then (take 3) we added
communication.  The case with only interleaving of actions went smoothly;
it worked out as a nice extension of the case without parallelism. 
However, when we looked at the case with interleaving and communication,
it started to become troubling.  I ran into all kind of complications and
the risk of failure I described in a &lt;a href=&quot;/journal/life/study/MasterProjectTake1.html&quot;&gt;previous
post&lt;/a&gt; seemed to come true.
However, I think we managed quite well to catch a large part of
the problems and describe them, and also offer possible solutions.
In the end, I&amp;#8217;m quite happy of the result.&lt;/p&gt;
&lt;p&gt;So, today I can present the final version of my &lt;a href=&quot;/writings/reports/TUE-WIN-EqBaseCCS_Res.pdf&quot;&gt;Master&amp;#8217;s
Thesis&lt;/a&gt;: &amp;#8220;Finite Equational
Bases for &lt;span class=&quot;caps&quot;&gt;CCS&lt;/span&gt; with Restriction&amp;#8221;.  Yay!  I have just submitted it for
reproduction.  The final presentation of my project will take place June
5, 2007 at 10:00 in the main building of the university, HG 6.29.  If
you&amp;#8217;re interested and are able to attend, consider yourself invited.
I want to thank Bas Luttik for his large amount of feedback, clear
explanations and guidance, without him the project wouldn&amp;#8217;t have worked
out as well as it did now.&lt;/p&gt;
&lt;p&gt;Almost finished, 6 days remaining&amp;#8230;&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Master Project - Take 1</title>
      <link>http://paul.luon.net/journal/2006/09/20/master-project---take-1</link>
      
      <guid isPermaLink='false'>life/study/MasterProjectTake1@http://paul.luon.net/journal</guid>
      
      <dc:subject>life</dc:subject><dc:subject>study</dc:subject><dc:subject>debian-planet</dc:subject><dc:subject>master-project</dc:subject><dc:subject>math</dc:subject>
      <dc:creator>Paul van Tilburg</dc:creator>
      <dc:date>2006-09-20T00:00:00+02:00</dc:date>
      <description>&lt;p&gt;Today I have effectively started with my Master Project!  I have been
been at it for a few days already in the past weeks though, but now I&amp;#8217;m
sitting on my own spot working on some proofs.&lt;/p&gt;
&lt;p&gt;So, what am I actually doing?  Well that&amp;#8217;s still hard to put in words
yet and it also requires some &lt;a href=&quot;http://en.wikipedia.org/wiki/Process_algebra&quot;&gt;process algebra&lt;/a&gt; and general math
prior knowledge, but I&amp;#8217;ll try.&lt;/p&gt;
&lt;p&gt;My graduation supervisor is &lt;a href=&quot;http://www.win.tue.nl/~luttik/&quot;&gt;Bas Luttik&lt;/a&gt;
and in July he co-published a
&lt;a href=&quot;http://www.win.tue.nl/~luttik/Papers/EqBaseCCS_short.pdf&quot;&gt;paper&lt;/a&gt; on
defining a finite equational base (a set of equations from which all
others can be derived) for a specific process algebra called 
&lt;acronym title=&quot;Calculus of Communicating Systems&quot;&gt;&lt;span class=&quot;caps&quot;&gt;CCS&lt;/span&gt;&lt;/acronym&gt;.  This paper used a specific
subset of
&lt;a href=&quot;http://en.wikipedia.org/wiki/Calculus_of_Communicating_Systems&quot;&gt;&lt;span class=&quot;caps&quot;&gt;CCS&lt;/span&gt;&lt;/a&gt;,
namely without restriction (hiding) and relabelling.
Restriction is an operator of the process algebra to block certain
actions of happening, relabelling is an operator to replace actions by
other actions.&lt;/p&gt;
&lt;p&gt;Take 1 of my project is to try to consider this algebra &lt;em&gt;with restriction&lt;/em&gt; 
and finding a new equational base and proof that either it
works or it can not be done.  This is a risky assignment because it can
lead to:  we have tried but haven&amp;#8217;t gotten either results.  The short
period to come will entail considering &lt;span class=&quot;caps&quot;&gt;CCS&lt;/span&gt; with restriction but 
&lt;em&gt;without concurrency&lt;/em&gt; to drastically reduce the cases to be considered. 
If we succeed, we&amp;#8217;ll continue with &lt;span class=&quot;caps&quot;&gt;CCS&lt;/span&gt; with restriction and concurrency. 
If we do not succeed it&amp;#8217;s quite possible we&amp;#8217;ll change my project
assignment.&lt;/p&gt;
&lt;p&gt;More to come!&lt;/p&gt;</description>
    </item>
    
  </channel>
</rss>
