<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.ercim.eu/wg/MLQA/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Flemming</id>
	<title>ERCIM Working Group MLQA - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.ercim.eu/wg/MLQA/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Flemming"/>
	<link rel="alternate" type="text/html" href="https://wiki.ercim.eu/wg/MLQA/index.php/Special:Contributions/Flemming"/>
	<updated>2026-04-04T05:28:27Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.6</generator>
	<entry>
		<id>https://wiki.ercim.eu/wg/MLQA/index.php?title=Abstracts_FLoC_2010&amp;diff=301</id>
		<title>Abstracts FLoC 2010</title>
		<link rel="alternate" type="text/html" href="https://wiki.ercim.eu/wg/MLQA/index.php?title=Abstracts_FLoC_2010&amp;diff=301"/>
		<updated>2010-08-14T12:45:02Z</updated>

		<summary type="html">&lt;p&gt;Flemming: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
==Bernhard Steffen. From the How to the What: Static Analysis via Model Checking. See [http://wiki.ercim.eu/wg/MLQA/images/5/51/MLQA-BS.pdf slides] here.==&lt;br /&gt;
&lt;br /&gt;
Conceptually comparing the notions of Static Analysis and Model&lt;br /&gt;
Checking is delicate. Where are the technical differences, in&lt;br /&gt;
the use of logics, abstract interpretation, refinement techniques,&lt;br /&gt;
fixpoint computation? Or rather in their pragmatics: the one is fast&lt;br /&gt;
but often returns &#039;don&#039;t know&#039;, whereas the other may not terminate at&lt;br /&gt;
all (cf. Patrick Cousot)? It is hard to agree on a borderline,&lt;br /&gt;
and, in fact, earlier recongnized differences vanish as we go.&lt;br /&gt;
This is a good sign, as it shows that syngery already happens here,&lt;br /&gt;
as is also witnessed by the existence of conferences like VMCAI.&lt;br /&gt;
The talk will therefore present a personal view, and a success&lt;br /&gt;
story based on this understanding.&lt;br /&gt;
&lt;br /&gt;
==Flemming Nielson. Model Checking is Static Analysis of Modal Logic. See [http://wiki.ercim.eu/wg/MLQA/images/4/4b/MLQA_2010_MCisSA.pdf slides] here.==&lt;br /&gt;
&lt;br /&gt;
Flow Logic is an approach to the static analysis of programs that has been developed for functional, imperative and object-oriented programming languages and for concurrent, distributed, mobile and cryptographic process calculi. It is often implemented using an efficient differential worklist based solver (the Succinct Solver) working on contraints presented in a stratified version of Alternation-free Least Fixed Point Logic (ALFP).&lt;br /&gt;
&lt;br /&gt;
In this talk we show how to deal with modal logics; to be specific we show how to deal with modal logics in the families CTL, ACTL and alternation-free modal mu calculus. We prove that we obtain an exact characterisation of the semantics of formulae in the modal logics and that we remain within stratified ALFP. The computational complexity of model checking by means of static analysis is as for classical approaches to model checking.&lt;br /&gt;
&lt;br /&gt;
Together with the work of Steffen et al this allows us to conclude that the problems of model checking and static analysis are reducible to each other in many cases. This provides further motivation for transferring methods and techniques between these two approaches to verifying and validating programs and systems.&lt;br /&gt;
&lt;br /&gt;
This is joint work with Hanne Riis Nielson, Fyuyan Zhang and Piotr Filipiuk.&lt;br /&gt;
&lt;br /&gt;
==Marta Kwiatkowska. Quantitative Abstraction Refinement. See [http://wiki.ercim.eu/wg/MLQA/images/9/96/Marta-mlqa10.pdf slides] here.==&lt;br /&gt;
&lt;br /&gt;
Probabilistic model checking has established itself as a valuable technique for formal modelling and analysis of systems that exhibit stochastic behaviour. It has been used to study quantitative properties of a wide range of systems, from randomised communication protocols to biological signalling pathways. In practice, however, scalability quickly becomes a major issue and, for large or even infinite-state systems, abstraction is an essential tool. What is needed are automated and efficient methods for constructing such abstractions.&lt;br /&gt;
&lt;br /&gt;
In non-probabilistic model checking, this is often done using counterexample-guided abstraction-refinement (CEGAR), which takes a simple, coarse abstraction and then repeatedly refines it until it is amenable to model checking. This talk describes recent and ongoing work on quantitative abstraction-refinement techniques, which can be used to automate the process of building abstractions for probabilistic models. This has already been applied to probabilistic verification of software and of real-time systems, where abstraction is essential.&lt;br /&gt;
&lt;br /&gt;
==Joost-Pieter Katoen. Invariant Generation for Probabilistic Programs. See [http://wiki.ercim.eu/wg/MLQA/images/e/ee/Mlqa10_joost-pieter.pdf slides] here.==&lt;br /&gt;
&lt;br /&gt;
Model checking probabilistic programs, typically represented as&lt;br /&gt;
Markov decision processes, is en vogue.  Abstraction-refinement&lt;br /&gt;
techniques (a la CEGAR) have been developed and parametric model&lt;br /&gt;
checking approaches have recently been suggested.  Prototypical&lt;br /&gt;
tools support these techniques.   Their usage for programs whose&lt;br /&gt;
invariants are quantitative, i.e., arithmetic expressions in the&lt;br /&gt;
program variables, is however limited.  An alternative is to re-&lt;br /&gt;
sort to static analysis techniques.&lt;br /&gt;
&lt;br /&gt;
We present a constraint-based method for automatically generating quantitative invariants for probabilistic programs.  We show how&lt;br /&gt;
it can be used, in combination with proof-based methods, to verify properties of probabilistic programs that cannot be analysed by&lt;br /&gt;
any of currently existing probabilistic model checkers.  To our&lt;br /&gt;
knowledge, this is the first automated method for quantitative-&lt;br /&gt;
invariant generation.&lt;br /&gt;
&lt;br /&gt;
(Joint work with Larissa Meinicke, Annabelle McIver and Carroll&lt;br /&gt;
Morgan.)&lt;br /&gt;
&lt;br /&gt;
==Arie Gurfinkel. Partial Models and Software Model-Checking. See [http://wiki.ercim.eu/wg/MLQA/images/5/52/Gurfinkel_mlqa2010_6up.pdf slides] here.==&lt;br /&gt;
&lt;br /&gt;
Partial models combine necessary and possible behaviours in a single&lt;br /&gt;
model. Since they encode both over- and under-approximation&lt;br /&gt;
of the behavior of the underlying system into a single model, they&lt;br /&gt;
allow both verification and falsification of a broad class of properties.&lt;br /&gt;
Thus, they are a natural choice for abstraction in model-checking.&lt;br /&gt;
&lt;br /&gt;
Yasm is the first symbolic software model-checker to integrate partial models&lt;br /&gt;
with the Counterexample-Guided Abstraction Refinement (CEGAR) framework.&lt;br /&gt;
Yasm can prove and disprove temporal logic properties with equal effectiveness, and its performance is comparable to standard over-approximating model-checkers.  &lt;br /&gt;
&lt;br /&gt;
In this talk, we describe the types of partial models used by Yasm&lt;br /&gt;
and highlight some of our recent developments in software model-checking, including proving non-termination (i.e., finding counterexamples to liveness properties) and reasoning about recursive programs.&lt;br /&gt;
&lt;br /&gt;
==Orna Grumberg. The 2-valued and the 3-Valued Abstraction-Refinement Frameworks in Model Checking.==&lt;br /&gt;
&lt;br /&gt;
Model checking is a widely used technique for automatic verification of hardware and software systems.  Significant amount of research in model checking is devoted to extending its scope to larger and even infinite-state systems.&lt;br /&gt;
&#039;&#039;Abstraction&#039;&#039; is one of the most successful approaches for doing so. It hides some of the irrelevant details of the system, thus resulting in a small (abstract) model whose correct behavior can be checked. Sometimes the abstraction is too coarse and a desired property cannot be checked on the abstract model. In this case, the abstract model is &#039;&#039;refined&#039;&#039; by adding some of the hidden details back.&lt;br /&gt;
&lt;br /&gt;
In this talk we present two different frameworks for abstraction-refinement in model checking: The 2-valued (CEGAR) and the 3-valued (TVAR) frameworks. We will describe the abstract models and the type of properties that can be verified with those abstractions. We will also show when refinement is needed.&lt;br /&gt;
Finally, we will mention some applications of TVAR and try to convince that it is most useful.&lt;br /&gt;
&lt;br /&gt;
==David Monniaux. Policy iteration for static analysis.==&lt;br /&gt;
&lt;br /&gt;
Static analysis by abstract interpretation has traditionally computed&lt;br /&gt;
over-approximations of least fixed points (loops or recursive functions)&lt;br /&gt;
using Kleene iteration accelerated by widening operators. In recent&lt;br /&gt;
years, techniques inspired from game theory have been applied to&lt;br /&gt;
fixpoint problems in certain abstract domains: min-policy iterations (E.&lt;br /&gt;
Goubault&#039;s group) and max-policy iterations (H. Seidl&#039;s group). We shall&lt;br /&gt;
outline these techniques.&lt;br /&gt;
&lt;br /&gt;
Finally, we shall discuss recent results, obtained with T. Gawlitza,&lt;br /&gt;
about the computation of least fixed points from succinct&lt;br /&gt;
representations of programs, giving the same precision as explicitly&lt;br /&gt;
distinguishing all program paths but with the same exponential&lt;br /&gt;
complexity as the coarse analysis that merges program paths (a naive&lt;br /&gt;
approach would incur double exponential complexity). The succinct&lt;br /&gt;
representation is exploited through SMT-solving.&lt;br /&gt;
&lt;br /&gt;
We would appreciate insights for possible applications of such&lt;br /&gt;
techniques to succinct representations of e.g. probabilistic systems.&lt;br /&gt;
&lt;br /&gt;
==Michael Huth. From validating quantitative models to generating valid ones. See [http://wiki.ercim.eu/wg/MLQA/images/b/b6/HuthMLQA10Talk.pdf slides] here.==&lt;br /&gt;
&lt;br /&gt;
Verification techniques for quantitative systems typically require a system model as object of their investigations. Probabilistic model checking is a representative example of this successful approach.&lt;br /&gt;
&lt;br /&gt;
However, emerging needs and constraints of quantitative systems no longer allow for, or benefit from, a complete decoupling of the development of a system from its a posteriori verification.&lt;br /&gt;
&lt;br /&gt;
We paint a somewhat personal picture of what this may mean in terms of challenges and opportunities for those who research the construction of valid quantitative systems.&lt;br /&gt;
&lt;br /&gt;
Go back to [[MLQA 2010|MLQA meeting at FLoC 2010]]&lt;/div&gt;</summary>
		<author><name>Flemming</name></author>
	</entry>
	<entry>
		<id>https://wiki.ercim.eu/wg/MLQA/index.php?title=MLQA_2010&amp;diff=300</id>
		<title>MLQA 2010</title>
		<link rel="alternate" type="text/html" href="https://wiki.ercim.eu/wg/MLQA/index.php?title=MLQA_2010&amp;diff=300"/>
		<updated>2010-08-14T12:10:57Z</updated>

		<summary type="html">&lt;p&gt;Flemming: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The second annual meeting of the MLQA working group took place on Friday July 9&#039;th 2010 as part of FLoC 2010 in Edinburgh (Scotland). The theme of the meeting was:&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Static Analysis versus Model Checking&#039;&#039;&#039;: similarities, differences, synergies&lt;br /&gt;
&lt;br /&gt;
The event consisted of a number of &#039;&#039;&#039;invited talks&#039;&#039;&#039;, a [[Poster Session at MLQA 2010|&#039;&#039;&#039;poster session&#039;&#039;&#039;]] and a &#039;&#039;&#039;business meeting&#039;&#039;&#039;. The purpose of invited talks was to cover some of  the historical developments, survey the links established, establish state-of-the-art, identify the problems still worth pursuing and give a perspective on the implications and (novel) applications that can be foreseen. At the poster session mainly the recent research of the participants and the work in progress was being presented. The long-lasting aim of the meeting was to lay the foundations for future research collaborations on challenging research problems.&lt;br /&gt;
&lt;br /&gt;
--------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
See [http://wiki.ercim.eu/wg/MLQA/images/2/27/Handout.pdf &#039;&#039;&#039;Handout&#039;&#039;&#039;] of the meeting and [http://wiki.ercim.eu/wg/MLQA/images/a/a5/MLQA_2010_Minutes.pdf &#039;&#039;&#039;Minutes&#039;&#039;&#039;] from the business meeting. See [[Poster Session at MLQA 2010]].&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Programme for Friday, July 9&#039;th 2010&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
(You can see the abstracts and slides of the talks by clicking on the talk titles).&lt;br /&gt;
&lt;br /&gt;
Friday 9.00-10.00&lt;br /&gt;
&lt;br /&gt;
* Bernhard Steffen. [[Abstracts FLoC 2010#Bernhard Steffen. From the How to the What: Static Analysis via Model Checking. See slides here.| From the How to the What: Static Analysis via Model Checking.]]&lt;br /&gt;
* Flemming Nielson. [[Abstracts FLoC 2010#Flemming Nielson. Model Checking is Static Analysis of Modal Logic. See slides here.|Model Checking is Static Analysis of Modal Logic.]]&lt;br /&gt;
&lt;br /&gt;
Friday 10.00-10.30&lt;br /&gt;
&lt;br /&gt;
* Coffee &amp;amp; Poster Session&lt;br /&gt;
&lt;br /&gt;
Friday 10.30-12.30&lt;br /&gt;
&lt;br /&gt;
* Marta Kwiatkowska. [[Abstracts FLoC 2010#Marta Kwiatkowska. Quantitative Abstraction Refinement. See slides here.|Quantitative Abstraction Refinement.]]&lt;br /&gt;
* Joost-Pieter Katoen. [[Abstracts FLoC 2010#Joost-Pieter Katoen. Invariant Generation for Probabilistic Programs. See slides here.|Invariant Generation for Probabilistic Programs.]]&lt;br /&gt;
* Arie Gurfinkel. [[Abstracts FLoC 2010#Marsha Chechik and Arie Gurfinkel. Partial Models and Software Model-Checking. See slides here.|Partial Models and Software Model-Checking.]]&lt;br /&gt;
* Orna Grumberg. [[Abstracts FLoC 2010#Orna Grumberg. The 2-valued and the 3-Valued Abstraction-Refinement Frameworks in Model Checking.|The 2-valued and the 3-Valued Abstraction-Refinement Frameworks in Model Checking.]]&lt;br /&gt;
&lt;br /&gt;
Friday 12.30-14.00&lt;br /&gt;
&lt;br /&gt;
* Lunch&lt;br /&gt;
&lt;br /&gt;
Friday 14.00-15.00&lt;br /&gt;
&lt;br /&gt;
* David Monniaux. [[Abstracts FLoC 2010#David Monniaux. Policy iteration for static analysis.|Policy iteration for static analysis.]]&lt;br /&gt;
* Michael Huth. [[Abstracts FLoC 2010#Michael Huth. From validating quantitative models to generating valid ones. See slides here.|From validating quantitative models to generating valid ones.]]&lt;br /&gt;
&lt;br /&gt;
Friday 15.00-15.30&lt;br /&gt;
&lt;br /&gt;
* Coffee &amp;amp; Poster Session&lt;br /&gt;
&lt;br /&gt;
Friday 15.30-17.00&lt;br /&gt;
&lt;br /&gt;
* MLQA Business Meeting (open to all attendees) about the future of MLQA and future research collaborations. See [http://wiki.ercim.eu/wg/MLQA/images/a/a5/MLQA_2010_Minutes.pdf &#039;&#039;&#039;Minutes&#039;&#039;&#039;] taken during the meeting.&lt;/div&gt;</summary>
		<author><name>Flemming</name></author>
	</entry>
	<entry>
		<id>https://wiki.ercim.eu/wg/MLQA/index.php?title=Main_Page&amp;diff=234</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.ercim.eu/wg/MLQA/index.php?title=Main_Page&amp;diff=234"/>
		<updated>2010-07-14T11:03:15Z</updated>

		<summary type="html">&lt;p&gt;Flemming: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== ERCIM Working Group on Models and Logics for Quantitative Analysis (MLQA) ==&lt;br /&gt;
&lt;br /&gt;
[[Image:Image002.png|frame]] Models and Logics for Quantitative Analysis are seen as comprising process models analysed using logics for quantitative properties. More specifically, we will&lt;br /&gt;
&lt;br /&gt;
# consider process models formally described by transition systems, automata or process calculi,&lt;br /&gt;
# consider logics for expressing stochastic and continuous properties as well as discrete ones,&lt;br /&gt;
# focus on algorithms, theory and tools, and&lt;br /&gt;
# study applications with particular emphasis on embedded systems and service oriented systems but will aim at treating also IT guided workflow systems and biological systems.&lt;br /&gt;
 &lt;br /&gt;
The MLQA home page: http://wiki.ercim.eu/wg/MLQA&lt;br /&gt;
&lt;br /&gt;
The goal of this working group is to create a venue for knowledge sharing in this exciting area, for creating a network also for young researchers, for sharing tools developed within the field, for discussing research directions, and eventually to formulate a European project or network on formal quantitative analysis.&lt;br /&gt;
 &lt;br /&gt;
The working group will be open also to researchers outside of ERCIM (and outside of Europe).&lt;br /&gt;
&lt;br /&gt;
== Past events ==&lt;br /&gt;
&lt;br /&gt;
[[July 2010: MLQA meeting at FLoC 2010, Edinburgh]] (9&#039;th July, 2010)&lt;br /&gt;
&lt;br /&gt;
[[March 2009: Kick-Off meeting in York]] (28&#039;th March 2009)&lt;/div&gt;</summary>
		<author><name>Flemming</name></author>
	</entry>
	<entry>
		<id>https://wiki.ercim.eu/wg/MLQA/index.php?title=Group_Activities&amp;diff=233</id>
		<title>Group Activities</title>
		<link rel="alternate" type="text/html" href="https://wiki.ercim.eu/wg/MLQA/index.php?title=Group_Activities&amp;diff=233"/>
		<updated>2010-07-14T11:02:50Z</updated>

		<summary type="html">&lt;p&gt;Flemming: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Upcoming events ==&lt;br /&gt;
&lt;br /&gt;
2011: Annual Meeting (details to be posted later)&lt;br /&gt;
&lt;br /&gt;
== Past events ==&lt;br /&gt;
&lt;br /&gt;
[[July 2010: MLQA meeting at FLoC 2010, Edinburgh]] (9&#039;th July, 2010)&lt;br /&gt;
&lt;br /&gt;
[[March 2009: Kick-Off meeting in York]] (28&#039;th March 2009)&lt;br /&gt;
&lt;br /&gt;
== Related events ==&lt;br /&gt;
&lt;br /&gt;
The QAPL workshop at ETAPS in Paphos,  27-28 March, 2010:&lt;br /&gt;
http://qav.comlab.ox.ac.uk/qapl10/&lt;br /&gt;
&lt;br /&gt;
The QAPL summer school in Bertinoro, 21-26 June, 2010:&lt;br /&gt;
http://www.sti.uniurb.it/events/sfm10qapl/&lt;/div&gt;</summary>
		<author><name>Flemming</name></author>
	</entry>
	<entry>
		<id>https://wiki.ercim.eu/wg/MLQA/index.php?title=List_of_Group_Members&amp;diff=232</id>
		<title>List of Group Members</title>
		<link rel="alternate" type="text/html" href="https://wiki.ercim.eu/wg/MLQA/index.php?title=List_of_Group_Members&amp;diff=232"/>
		<updated>2010-07-14T11:01:08Z</updated>

		<summary type="html">&lt;p&gt;Flemming: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Individual Memberships ==&lt;br /&gt;
&lt;br /&gt;
The group is open to all interested -- please sign up as indicated under Contact in the leftmost column.&lt;br /&gt;
&lt;br /&gt;
== Chair and Steering Committee ==&lt;br /&gt;
&lt;br /&gt;
At the MLQA 2010 Meeting the attendees elected a Chair that reports to ERCIM and a Steering Committee to ensure that the many good suggestions from the meeting be put into action.&lt;br /&gt;
&lt;br /&gt;
* Flemming Nielson (Chair)&lt;br /&gt;
* Diego Latella&lt;br /&gt;
* Joost-Pieter Katoen&lt;br /&gt;
* Herbert Wiklicky&lt;br /&gt;
* Erik de Vink&lt;br /&gt;
* Catuscia Palamidessi&lt;br /&gt;
&lt;br /&gt;
== Proposing Institutions ==&lt;br /&gt;
&lt;br /&gt;
At present the following institutions, that are members of the national organisations taking part in ERCIM, support the MLQA working group (in alphabetical order and just one contact person per site):&lt;br /&gt;
&lt;br /&gt;
* CNR (Italy) / Diego Latella&lt;br /&gt;
* CWI (Holland) / Jan Rutten&lt;br /&gt;
* INRIA (France) / Catuscia Palamidessi&lt;br /&gt;
* Oxford University (England) / Marta Kwiatkowska&lt;br /&gt;
* RWTH Aachen University (Germany) / Joost-Pieter Katoen&lt;br /&gt;
* Technical University of Berlin (Germany) / Uwe Nestmann&lt;br /&gt;
* Technical University of Denmark / Flemming Nielson&lt;br /&gt;
* Trinity College (Ireland) / Matthew Hennessy&lt;br /&gt;
* Universita’ di Firenze (Italy) / Rocco De Nicola&lt;br /&gt;
* University of Trento (Italy) / Paola Quaglia&lt;br /&gt;
* University of Edinburgh (Scotland) / Stephen Gilmore&lt;br /&gt;
* Universität des Saarlandes (Germany) / Holger Hermanns&lt;br /&gt;
* University of Aalborg (Denmark) / Kim Guldstrand Larsen&lt;/div&gt;</summary>
		<author><name>Flemming</name></author>
	</entry>
	<entry>
		<id>https://wiki.ercim.eu/wg/MLQA/index.php?title=List_of_Group_Members&amp;diff=231</id>
		<title>List of Group Members</title>
		<link rel="alternate" type="text/html" href="https://wiki.ercim.eu/wg/MLQA/index.php?title=List_of_Group_Members&amp;diff=231"/>
		<updated>2010-07-14T11:00:39Z</updated>

		<summary type="html">&lt;p&gt;Flemming: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Individual Memberships ==&lt;br /&gt;
&lt;br /&gt;
The group is open to all interested -- please sign up as indicated under Contact in the leftmost column.&lt;br /&gt;
&lt;br /&gt;
== Proposing Institutions ==&lt;br /&gt;
&lt;br /&gt;
At present the following institutions, that are members of the national organisations taking part in ERCIM, support the MLQA working group (in alphabetical order and just one contact person per site):&lt;br /&gt;
&lt;br /&gt;
* CNR (Italy) / Diego Latella&lt;br /&gt;
* CWI (Holland) / Jan Rutten&lt;br /&gt;
* INRIA (France) / Catuscia Palamidessi&lt;br /&gt;
* Oxford University (England) / Marta Kwiatkowska&lt;br /&gt;
* RWTH Aachen University (Germany) / Joost-Pieter Katoen&lt;br /&gt;
* Technical University of Berlin (Germany) / Uwe Nestmann&lt;br /&gt;
* Technical University of Denmark / Flemming Nielson&lt;br /&gt;
* Trinity College (Ireland) / Matthew Hennessy&lt;br /&gt;
* Universita’ di Firenze (Italy) / Rocco De Nicola&lt;br /&gt;
* University of Trento (Italy) / Paola Quaglia&lt;br /&gt;
* University of Edinburgh (Scotland) / Stephen Gilmore&lt;br /&gt;
* Universität des Saarlandes (Germany) / Holger Hermanns&lt;br /&gt;
* University of Aalborg (Denmark) / Kim Guldstrand Larsen&lt;br /&gt;
&lt;br /&gt;
== Chair and Steering Committee ==&lt;br /&gt;
&lt;br /&gt;
At the MLQA 2010 Meeting the attendees elected a Chair that reports to ERCIM and a Steering Committee to ensure that the many good suggestions from the meeting be put into action.&lt;br /&gt;
&lt;br /&gt;
* Flemming Nielson (Chair)&lt;br /&gt;
* Diego Latella&lt;br /&gt;
* Joost-Pieter Katoen&lt;br /&gt;
* Herbert Wiklicky&lt;br /&gt;
* Erik de Vink&lt;br /&gt;
* Catuscia Palamidessi&lt;/div&gt;</summary>
		<author><name>Flemming</name></author>
	</entry>
	<entry>
		<id>https://wiki.ercim.eu/wg/MLQA/index.php?title=Steering_Committee&amp;diff=230</id>
		<title>Steering Committee</title>
		<link rel="alternate" type="text/html" href="https://wiki.ercim.eu/wg/MLQA/index.php?title=Steering_Committee&amp;diff=230"/>
		<updated>2010-07-14T10:58:49Z</updated>

		<summary type="html">&lt;p&gt;Flemming: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;At the MLQA 2010 Meeting the attendees elected a Chair that reports to ERCIM and a Steering Committee to ensure that the many good suggestions from the meeting be put into action.&lt;br /&gt;
== Chair of MLQA ==&lt;br /&gt;
* Flemming Nielson &lt;br /&gt;
== Steering Committee ==&lt;br /&gt;
* Flemming Nielson (Chair)&lt;br /&gt;
* Diego Latella&lt;br /&gt;
* Joost-Pieter Katoen&lt;br /&gt;
* Herbert Wiklicky&lt;br /&gt;
* Erik de Vink&lt;br /&gt;
* Catuscia Palamidessi&lt;/div&gt;</summary>
		<author><name>Flemming</name></author>
	</entry>
	<entry>
		<id>https://wiki.ercim.eu/wg/MLQA/index.php?title=Steering_Committee&amp;diff=229</id>
		<title>Steering Committee</title>
		<link rel="alternate" type="text/html" href="https://wiki.ercim.eu/wg/MLQA/index.php?title=Steering_Committee&amp;diff=229"/>
		<updated>2010-07-14T10:57:06Z</updated>

		<summary type="html">&lt;p&gt;Flemming: New page: At the MLQA 2010 Meeting the attendees elected a Chair that reports to ERCIM: Flemming Nielson  The attendees also elected a Steering Committee to ensure that the many good suggestions fro...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;At the MLQA 2010 Meeting the attendees elected a Chair that reports to ERCIM:&lt;br /&gt;
Flemming Nielson &lt;br /&gt;
The attendees also elected a Steering Committee to ensure that the many good suggestions from the meeting be put into action:&lt;br /&gt;
Flemming Nielson (Chair)&lt;br /&gt;
Diego Latella&lt;br /&gt;
Joost-Pieter Katoen&lt;br /&gt;
Herbert Wiklicky&lt;br /&gt;
Erik de Vink&lt;br /&gt;
Catuscia Palamidessi&lt;/div&gt;</summary>
		<author><name>Flemming</name></author>
	</entry>
	<entry>
		<id>https://wiki.ercim.eu/wg/MLQA/index.php?title=MediaWiki:Sidebar&amp;diff=228</id>
		<title>MediaWiki:Sidebar</title>
		<link rel="alternate" type="text/html" href="https://wiki.ercim.eu/wg/MLQA/index.php?title=MediaWiki:Sidebar&amp;diff=228"/>
		<updated>2010-07-14T10:54:56Z</updated>

		<summary type="html">&lt;p&gt;Flemming: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* navigation&lt;br /&gt;
** mainpage|Main Page&lt;br /&gt;
** Introduction|Introduction&lt;br /&gt;
** Research Topics|Research Topics&lt;br /&gt;
** List of Group Members|Members&lt;br /&gt;
** Steering Committee|Steering Committee&lt;br /&gt;
** Group Activities|Group Activities&lt;br /&gt;
** Contact|Contact&lt;br /&gt;
** Press|Press&lt;br /&gt;
&lt;br /&gt;
* Wiki&lt;br /&gt;
** recentchanges-url|recentchanges&lt;br /&gt;
** helppage|help&lt;/div&gt;</summary>
		<author><name>Flemming</name></author>
	</entry>
	<entry>
		<id>https://wiki.ercim.eu/wg/MLQA/index.php?title=MLQA_2010&amp;diff=127</id>
		<title>MLQA 2010</title>
		<link rel="alternate" type="text/html" href="https://wiki.ercim.eu/wg/MLQA/index.php?title=MLQA_2010&amp;diff=127"/>
		<updated>2010-03-10T09:31:49Z</updated>

		<summary type="html">&lt;p&gt;Flemming: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The second annual meeting of the MLQA working group will take place on &#039;&#039;&#039;Friday July 9&#039;th 2010&#039;&#039;&#039; as part of FLoC 2010 in Edinburgh (Scotland). The theme of the meeting is:&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Static Analysis versus Model Checking&#039;&#039;&#039;: similarities, differences, synergies&lt;br /&gt;
&lt;br /&gt;
The aim is to create a vibrant event consisting mainly of a number of invited talks that will cover some of  the historical developments, survey the links established, establish state-of-the-art, identify the problems still worth pursuing and give a perspective on the implications and (novel) applications that can be foreseen. &lt;br /&gt;
&lt;br /&gt;
We should also like to lay the foundations for future research collaborations on challenging research problems. As part of this there will be a poster session; instructions for how to submit posters will be forthcoming.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Draft Programme for Friday, July 9&#039;th 2010&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Friday 9.00-10.00&lt;br /&gt;
&lt;br /&gt;
* Bernhard Steffen (on performing static analysis by doing model checking)&lt;br /&gt;
* Flemming Nielson (on performing model checking by doing static analysis)&lt;br /&gt;
&lt;br /&gt;
Friday 10.00-10.30&lt;br /&gt;
&lt;br /&gt;
* Coffee &amp;amp; Poster Session&lt;br /&gt;
&lt;br /&gt;
Friday 10.30-12.30&lt;br /&gt;
&lt;br /&gt;
* Marta Kwiatkowska (on quantitative model checking)&lt;br /&gt;
* Joost-Pieter Katoen (on quantitative model checking)&lt;br /&gt;
* Marsha Chechik / Arie Gurfinkel (on the use of abstraction in model checking)&lt;br /&gt;
* Orna Grumberg (on the use of abstraction in model checking)&lt;br /&gt;
&lt;br /&gt;
Friday 12.30-14.00&lt;br /&gt;
&lt;br /&gt;
* Lunch&lt;br /&gt;
&lt;br /&gt;
Friday 14.00-15.00&lt;br /&gt;
&lt;br /&gt;
* David Monniaux (on operations research in static analysis and model checking)&lt;br /&gt;
* Michael Huth (on modelling and analysing control of access and risk)&lt;br /&gt;
&lt;br /&gt;
Friday 15.00-15.30&lt;br /&gt;
&lt;br /&gt;
* Coffee &amp;amp; Poster Session&lt;br /&gt;
&lt;br /&gt;
Friday 15.30-17.00&lt;br /&gt;
&lt;br /&gt;
* MLQA Business Meeting (open to all attendees) about the future of MLQA and future research collaborations&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Registration for the meeting&#039;&#039;&#039; should be part of registering for FLoC; I am told that the registration fees are likely to be: &lt;br /&gt;
* Early Academic 70.00, Early Student 42.00&lt;br /&gt;
* Regular Academic 100.00, Regular Student 58.00&lt;br /&gt;
* Late Academic 115.00,  Late Student 66.00&lt;br /&gt;
All prices are in UK Pounds.&lt;/div&gt;</summary>
		<author><name>Flemming</name></author>
	</entry>
	<entry>
		<id>https://wiki.ercim.eu/wg/MLQA/index.php?title=MLQA_2010&amp;diff=126</id>
		<title>MLQA 2010</title>
		<link rel="alternate" type="text/html" href="https://wiki.ercim.eu/wg/MLQA/index.php?title=MLQA_2010&amp;diff=126"/>
		<updated>2010-03-10T09:31:21Z</updated>

		<summary type="html">&lt;p&gt;Flemming: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The second annual meeting of the MLQA working group will take place on &#039;&#039;&#039;July 9&#039;th 2010&#039;&#039;&#039; as part of FLoC 2010 in Edinburgh (Scotland). The theme of the meeting is:&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Static Analysis versus Model Checking&#039;&#039;&#039;: similarities, differences, synergies&lt;br /&gt;
&lt;br /&gt;
The aim is to create a vibrant event consisting mainly of a number of invited talks that will cover some of  the historical developments, survey the links established, establish state-of-the-art, identify the problems still worth pursuing and give a perspective on the implications and (novel) applications that can be foreseen. &lt;br /&gt;
&lt;br /&gt;
We should also like to lay the foundations for future research collaborations on challenging research problems. As part of this there will be a poster session; instructions for how to submit posters will be forthcoming.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Draft Programme for July 9&#039;th&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Friday 9.00-10.00&lt;br /&gt;
&lt;br /&gt;
* Bernhard Steffen (on performing static analysis by doing model checking)&lt;br /&gt;
* Flemming Nielson (on performing model checking by doing static analysis)&lt;br /&gt;
&lt;br /&gt;
Friday 10.00-10.30&lt;br /&gt;
&lt;br /&gt;
* Coffee &amp;amp; Poster Session&lt;br /&gt;
&lt;br /&gt;
Friday 10.30-12.30&lt;br /&gt;
&lt;br /&gt;
* Marta Kwiatkowska (on quantitative model checking)&lt;br /&gt;
* Joost-Pieter Katoen (on quantitative model checking)&lt;br /&gt;
* Marsha Chechik / Arie Gurfinkel (on the use of abstraction in model checking)&lt;br /&gt;
* Orna Grumberg (on the use of abstraction in model checking)&lt;br /&gt;
&lt;br /&gt;
Friday 12.30-14.00&lt;br /&gt;
&lt;br /&gt;
* Lunch&lt;br /&gt;
&lt;br /&gt;
Friday 14.00-15.00&lt;br /&gt;
&lt;br /&gt;
* David Monniaux (on operations research in static analysis and model checking)&lt;br /&gt;
* Michael Huth (on modelling and analysing control of access and risk)&lt;br /&gt;
&lt;br /&gt;
Friday 15.00-15.30&lt;br /&gt;
&lt;br /&gt;
* Coffee &amp;amp; Poster Session&lt;br /&gt;
&lt;br /&gt;
Friday 15.30-17.00&lt;br /&gt;
&lt;br /&gt;
* MLQA Business Meeting (open to all attendees) about the future of MLQA and future research collaborations&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Registration for the meeting&#039;&#039;&#039; should be part of registering for FLoC; I am told that the registration fees are likely to be: &lt;br /&gt;
* Early Academic 70.00, Early Student 42.00&lt;br /&gt;
* Regular Academic 100.00, Regular Student 58.00&lt;br /&gt;
* Late Academic 115.00,  Late Student 66.00&lt;br /&gt;
All prices are in UK Pounds.&lt;/div&gt;</summary>
		<author><name>Flemming</name></author>
	</entry>
	<entry>
		<id>https://wiki.ercim.eu/wg/MLQA/index.php?title=MLQA_2010&amp;diff=125</id>
		<title>MLQA 2010</title>
		<link rel="alternate" type="text/html" href="https://wiki.ercim.eu/wg/MLQA/index.php?title=MLQA_2010&amp;diff=125"/>
		<updated>2010-03-10T09:29:44Z</updated>

		<summary type="html">&lt;p&gt;Flemming: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The second annual meeting of the MLQA working group will take place on &#039;&#039;&#039;July 9&#039;th 2010&#039;&#039;&#039; as part of FLoC 2010 in Edinburgh (Scotland). The theme of the meeting is:&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Static Analysis versus Model Checking&#039;&#039;&#039;: similarities, differences, synergies&lt;br /&gt;
&lt;br /&gt;
The aim is to create a vibrant event consisting mainly of a number of invited talks that will cover some of  the historical developments, survey the links established, establish state-of-the-art, identify the problems still worth pursuing and give a perspective on the implications and (novel) applications that can be foreseen. &lt;br /&gt;
&lt;br /&gt;
We should also like to lay the foundations for future research collaborations on challenging research problems. As part of this there will be a poster session; instructions for how to submit posters will be forthcoming.&lt;br /&gt;
&lt;br /&gt;
&#039;Draft Programme&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Friday 9.00-10.00 (July 9&#039;th)&lt;br /&gt;
&lt;br /&gt;
* Bernhard Steffen (on performing static analysis by doing model checking)&lt;br /&gt;
* Flemming Nielson (on performing model checking by doing static analysis)&lt;br /&gt;
&lt;br /&gt;
Friday 10.00-10.30 (July 9&#039;th) / Draft Programme&lt;br /&gt;
&lt;br /&gt;
* Coffee &amp;amp; Poster Session&lt;br /&gt;
&lt;br /&gt;
Friday 10.30-12.30 (July 9&#039;th) / Draft Programme&lt;br /&gt;
&lt;br /&gt;
* Marta Kwiatkowska (on quantitative model checking)&lt;br /&gt;
* Joost-Pieter Katoen (on quantitative model checking)&lt;br /&gt;
* Marsha Chechik / Arie Gurfinkel (on the use of abstraction in model checking)&lt;br /&gt;
* Orna Grumberg (on the use of abstraction in model checking)&lt;br /&gt;
&lt;br /&gt;
Friday 12.30-14.00 (July 9&#039;th) / Draft Programme&lt;br /&gt;
&lt;br /&gt;
* Lunch&lt;br /&gt;
&lt;br /&gt;
Friday 14.00-15.00 (July 9&#039;th) / Draft Programme&lt;br /&gt;
&lt;br /&gt;
* David Monniaux (on operations research in static analysis and model checking)&lt;br /&gt;
* Michael Huth (on modelling and analysing control of access and risk)&lt;br /&gt;
&lt;br /&gt;
Friday 15.00-15.30 (July 9&#039;th) / Draft Programme&lt;br /&gt;
&lt;br /&gt;
* Coffee &amp;amp; Poster Session&lt;br /&gt;
&lt;br /&gt;
Friday 15.30-17.00 (July 9&#039;th) / Draft Programme&lt;br /&gt;
&lt;br /&gt;
* MLQA Business Meeting (open to all attendees) about the future of MLQA and future research collaborations&lt;br /&gt;
&lt;br /&gt;
Registration for the meeting should be part of registering for FLoC; I am told that the registration fees are likely to be: &lt;br /&gt;
* Early Academic 70.00, Early Student 42.00&lt;br /&gt;
* Regular Academic 100.00, Regular Student 58.00&lt;br /&gt;
* Late Academic 115.00,  Late Student 66.00&lt;br /&gt;
All prices are in UK Pounds.&lt;/div&gt;</summary>
		<author><name>Flemming</name></author>
	</entry>
	<entry>
		<id>https://wiki.ercim.eu/wg/MLQA/index.php?title=MLQA_2010&amp;diff=124</id>
		<title>MLQA 2010</title>
		<link rel="alternate" type="text/html" href="https://wiki.ercim.eu/wg/MLQA/index.php?title=MLQA_2010&amp;diff=124"/>
		<updated>2010-03-10T09:27:22Z</updated>

		<summary type="html">&lt;p&gt;Flemming: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The second annual meeting of the MLQA working group will take place on July 9&#039;th 2010 as part of FLoC 2010 in Edinburgh (Scotland). The theme of the meeting is:&lt;br /&gt;
&lt;br /&gt;
* Static Analysis versus Model Checking: similarities, differences, synergies&lt;br /&gt;
&lt;br /&gt;
The aim is to create a vibrant event consisting mainly of a number of invited talks that will cover some of  the historical developments, survey the links established, establish state-of-the-art, identify the problems still worth pursuing and give a perspective on the implications and (novel) applications that can be foreseen. &lt;br /&gt;
&lt;br /&gt;
We should also like to lay the foundations for future research collaborations on challenging research problems. As part of this there will be a poster session; instructions for how to submit posters will be forthcoming.&lt;br /&gt;
&lt;br /&gt;
Friday 9.00-10.00 (July 9&#039;th) / Draft Programme&lt;br /&gt;
&lt;br /&gt;
* Bernhard Steffen (on performing static analysis by doing model checking)&lt;br /&gt;
* Flemming Nielson (on performing model checking by doing static analysis)&lt;br /&gt;
&lt;br /&gt;
Friday 10.00-10.30 (July 9&#039;th) / Draft Programme&lt;br /&gt;
&lt;br /&gt;
* Coffee &amp;amp; Poster Session&lt;br /&gt;
&lt;br /&gt;
Friday 10.30-12.30 (July 9&#039;th) / Draft Programme&lt;br /&gt;
&lt;br /&gt;
* Marta Kwiatkowska (on quantitative model checking)&lt;br /&gt;
* Joost-Pieter Katoen (on quantitative model checking)&lt;br /&gt;
* Marsha Chechik / Arie Gurfinkel (on the use of abstraction in model checking)&lt;br /&gt;
* Orna Grumberg (on the use of abstraction in model checking)&lt;br /&gt;
&lt;br /&gt;
Friday 12.30-14.00 (July 9&#039;th) / Draft Programme&lt;br /&gt;
&lt;br /&gt;
* Lunch&lt;br /&gt;
&lt;br /&gt;
Friday 14.00-15.00 (July 9&#039;th) / Draft Programme&lt;br /&gt;
&lt;br /&gt;
* David Monniaux (on operations research in static analysis and model checking)&lt;br /&gt;
* Michael Huth (on modelling and analysing control of access and risk)&lt;br /&gt;
&lt;br /&gt;
Friday 15.00-15.30 (July 9&#039;th) / Draft Programme&lt;br /&gt;
&lt;br /&gt;
* Coffee &amp;amp; Poster Session&lt;br /&gt;
&lt;br /&gt;
Friday 15.30-17.00 (July 9&#039;th) / Draft Programme&lt;br /&gt;
&lt;br /&gt;
* MLQA Business Meeting (open to all attendees) about the future of MLQA and future research collaborations&lt;br /&gt;
&lt;br /&gt;
Registration for the meeting should be part of registering for FLoC; I am told that the registration fees are likely to be: &lt;br /&gt;
* Early Academic 70.00, Early Student 42.00&lt;br /&gt;
* Regular Academic 100.00, Regular Student 58.00&lt;br /&gt;
* Late Academic 115.00,  Late Student 66.00&lt;br /&gt;
All prices are in UK Pounds.&lt;/div&gt;</summary>
		<author><name>Flemming</name></author>
	</entry>
	<entry>
		<id>https://wiki.ercim.eu/wg/MLQA/index.php?title=MLQA_2010&amp;diff=123</id>
		<title>MLQA 2010</title>
		<link rel="alternate" type="text/html" href="https://wiki.ercim.eu/wg/MLQA/index.php?title=MLQA_2010&amp;diff=123"/>
		<updated>2010-03-10T09:25:22Z</updated>

		<summary type="html">&lt;p&gt;Flemming: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The second annual meeting of the MLQA working group will take place on July 9&#039;th 2010 as part of FLoC 2010 in Edinburgh (Scotland). The theme of the meeting is:&lt;br /&gt;
&lt;br /&gt;
* Static Analysis versus Model Checking: similarities, differences, synergies&lt;br /&gt;
&lt;br /&gt;
The aim is to create a vibrant event consisting mainly of a number of invited talks that will cover some of  the historical developments, survey the links established, establish state-of-the-art, identify the problems still worth pursuing and give a perspective on the implications and (novel) applications that can be foreseen. &lt;br /&gt;
&lt;br /&gt;
We should also like to lay the foundations for future research collaborations on challenging research problems. As part of this there will be a poster session; instructions for how to submit posters will be forthcoming.&lt;br /&gt;
&lt;br /&gt;
Friday 9.00-10.00 / Draft Programme&lt;br /&gt;
&lt;br /&gt;
* Bernhard Steffen (on performing static analysis by doing model checking)&lt;br /&gt;
* Flemming Nielson (on performing model checking by doing static analysis)&lt;br /&gt;
&lt;br /&gt;
Friday 10.00-10.30 / Draft Programme&lt;br /&gt;
&lt;br /&gt;
* Coffee &amp;amp; Poster Session&lt;br /&gt;
&lt;br /&gt;
Friday 10.30-12.30 / Draft Programmme&lt;br /&gt;
&lt;br /&gt;
* Marta Kwiatkowska (on quantitative model checking)&lt;br /&gt;
* Joost-Pieter Katoen (on quantitative model checking)&lt;br /&gt;
* Marsha Chechik / Arie Gurfinkel (on the use of abstraction in model checking)&lt;br /&gt;
* Orna Grumberg (on the use of abstraction in model checking)&lt;br /&gt;
&lt;br /&gt;
Friday 12.30-14.00 / Draft Programme&lt;br /&gt;
&lt;br /&gt;
* Lunch&lt;br /&gt;
&lt;br /&gt;
Friday 14.00-15.00 / Draft Programme&lt;br /&gt;
&lt;br /&gt;
* David Monniaux (on operations research in static analysis and model checking)&lt;br /&gt;
* Michael Huth (on modelling and analysing control of access and risk)&lt;br /&gt;
&lt;br /&gt;
Friday 15.00-15.30 / Draft Programme&lt;br /&gt;
&lt;br /&gt;
* Coffee &amp;amp; Poster Session&lt;br /&gt;
&lt;br /&gt;
Friday 15.30-17.00 / Draft Programme&lt;br /&gt;
&lt;br /&gt;
* MLQA Business Meeting (open to all attendees) about the future of MLQA and future research collaborations&lt;br /&gt;
&lt;br /&gt;
Registration for the meeting should be part of registering for FLoC; I am told that the registration fees are likely to be: &lt;br /&gt;
* Early Academic 70.00, Early Student 42.00&lt;br /&gt;
* Regular Academic 100.00, Regular Student 58.00&lt;br /&gt;
* Late Academic 115.00,  Late Student 66.00&lt;br /&gt;
All prices are in UK Pounds.&lt;/div&gt;</summary>
		<author><name>Flemming</name></author>
	</entry>
	<entry>
		<id>https://wiki.ercim.eu/wg/MLQA/index.php?title=MLQA_2010&amp;diff=122</id>
		<title>MLQA 2010</title>
		<link rel="alternate" type="text/html" href="https://wiki.ercim.eu/wg/MLQA/index.php?title=MLQA_2010&amp;diff=122"/>
		<updated>2010-03-10T09:21:03Z</updated>

		<summary type="html">&lt;p&gt;Flemming: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The second annual meeting of the MLQA working group will take place on July 9&#039;th 2010 as part of FLoC 2010 in Edinburgh (Scotland). The theme of the meeting is:&lt;br /&gt;
&lt;br /&gt;
* Static Analysis versus Model Checking: similarities, differences, synergies&lt;br /&gt;
&lt;br /&gt;
The aim is to create a vibrant event consisting mainly of a number of invited talks that will cover some of  the historical developments, survey the links established, establish state-of-the-art, identify the problems still worth pursuing and give a perspective on the implications and (novel) applications that can be foreseen. &lt;br /&gt;
&lt;br /&gt;
We should also like to lay the foundations for future research collaborations on challenging research problems.&lt;br /&gt;
&lt;br /&gt;
The draft programme is as follows:&lt;br /&gt;
&lt;br /&gt;
Friday 9.00-10.00&lt;br /&gt;
&lt;br /&gt;
* Bernhard Steffen (on performing static analysis by doing model checking)&lt;br /&gt;
* Flemming Nielson (on performing model checking by doing static analysis)&lt;br /&gt;
&lt;br /&gt;
* Marta Kwiatkowska (on quantitative model checking)&lt;br /&gt;
* Joost-Pieter Katoen (on quantitative model checking)&lt;br /&gt;
&lt;br /&gt;
* Marsha Chechik / Arie Gurfinkel (on the use of abstraction in model checking)&lt;br /&gt;
* Orna Grumberg (on the use of abstraction in model checking)&lt;br /&gt;
&lt;br /&gt;
* David Monniaux (on operations research in static analysis and model checking)&lt;br /&gt;
* Michael Huth (on modelling and analysing control of access and risk)&lt;br /&gt;
&lt;br /&gt;
On top of which we will have:&lt;br /&gt;
&lt;br /&gt;
* MLQA Business Meeting (open to all attendees) about the future of MLQA&lt;br /&gt;
&lt;br /&gt;
It will also be possible for attendees to present their own work, either in a poster session or by short 1-slide presentations; the format has not yet been decided.&lt;br /&gt;
&lt;br /&gt;
Registration for the meeting should be part of registering for FLoC; I am told that the registration fees are likely to be: &lt;br /&gt;
* Early Academic 70.00, Early Student 42.00&lt;br /&gt;
* Regular Academic 100.00, Regular Student 58.00&lt;br /&gt;
* Late Academic 115.00,  Late Student 66.00&lt;br /&gt;
All prices are in UK Pounds.&lt;br /&gt;
&lt;br /&gt;
The meeting is likely to start at 9am and to finish around 5pm or 6pm.&lt;/div&gt;</summary>
		<author><name>Flemming</name></author>
	</entry>
	<entry>
		<id>https://wiki.ercim.eu/wg/MLQA/index.php?title=MLQA_2010&amp;diff=121</id>
		<title>MLQA 2010</title>
		<link rel="alternate" type="text/html" href="https://wiki.ercim.eu/wg/MLQA/index.php?title=MLQA_2010&amp;diff=121"/>
		<updated>2010-02-17T08:09:30Z</updated>

		<summary type="html">&lt;p&gt;Flemming: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The second annual meeting of the MLQA working group will take place on July 9&#039;th 2010 as part of FLoC 2010 in Edinburgh (Scotland). The theme of the meeting is:&lt;br /&gt;
&lt;br /&gt;
* Static Analysis versus Model Checking: similarities, differences, synergies&lt;br /&gt;
&lt;br /&gt;
The aim is to create a vibrant event consisting mainly of a number of invited talks that will cover some of  the historical developments, survey the links established, establish state-of-the-art, identify the problems still worth pursuing and give a perspective on the implications and (novel) applications that can be foreseen.&lt;br /&gt;
&lt;br /&gt;
The following list of presentations have been confirmed (but titles are tentative):&lt;br /&gt;
&lt;br /&gt;
* Bernhard Steffen (on performing static analysis by doing model checking)&lt;br /&gt;
* Flemming Nielson (on performing model checking by doing static analysis)&lt;br /&gt;
&lt;br /&gt;
* Marta Kwiatkowska (on quantitative model checking)&lt;br /&gt;
* Joost-Pieter Katoen (on quantitative model checking)&lt;br /&gt;
&lt;br /&gt;
* Marsha Chechik / Arie Gurfinkel (on the use of abstraction in model checking)&lt;br /&gt;
* Orna Grumberg (on the use of abstraction in model checking)&lt;br /&gt;
&lt;br /&gt;
* David Monniaux (on operations research in static analysis and model checking)&lt;br /&gt;
* Michael Huth (on modelling and analysing control of access and risk)&lt;br /&gt;
&lt;br /&gt;
On top of which we will have:&lt;br /&gt;
&lt;br /&gt;
* MLQA Business Meeting (open to all attendees) about the future of MLQA&lt;br /&gt;
&lt;br /&gt;
It will also be possible for attendees to present their own work, either in a poster session or by short 1-slide presentations; the format has not yet been decided.&lt;br /&gt;
&lt;br /&gt;
Registration for the meeting should be part of registering for FLoC; I am told that the registration fees are likely to be: &lt;br /&gt;
* Early Academic 70.00, Early Student 42.00&lt;br /&gt;
* Regular Academic 100.00, Regular Student 58.00&lt;br /&gt;
* Late Academic 115.00,  Late Student 66.00&lt;br /&gt;
All prices are in UK Pounds.&lt;br /&gt;
&lt;br /&gt;
The meeting is likely to start at 9am and to finish around 5pm or 6pm.&lt;/div&gt;</summary>
		<author><name>Flemming</name></author>
	</entry>
	<entry>
		<id>https://wiki.ercim.eu/wg/MLQA/index.php?title=MLQA_2010&amp;diff=120</id>
		<title>MLQA 2010</title>
		<link rel="alternate" type="text/html" href="https://wiki.ercim.eu/wg/MLQA/index.php?title=MLQA_2010&amp;diff=120"/>
		<updated>2010-02-17T08:05:42Z</updated>

		<summary type="html">&lt;p&gt;Flemming: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The second annual meeting of the MLQA working group will take place on July 9&#039;th 2010 as part of FLoC 2010 in Edinburgh (Scotland). The theme of the meeting is:&lt;br /&gt;
&lt;br /&gt;
* Static Analysis versus Model Checking: similarities, differences, synergies&lt;br /&gt;
&lt;br /&gt;
The aim is to create a vibrant event consisting mainly of a number of invited talks that will cover some of  the historical developments, survey the links established, establish state-of-the-art, identify the problems still worth pursuing and give a perspective on the implications and (novel) applications that can be foreseen.&lt;br /&gt;
&lt;br /&gt;
The following list of presentations have been confirmed (but titles are tentative):&lt;br /&gt;
&lt;br /&gt;
* Bernhard Steffen (on performing static analysis by doing model checking)&lt;br /&gt;
* Flemming Nielson (on performing model checking by doing static analysis)&lt;br /&gt;
&lt;br /&gt;
* Marta Kwiatkowska (on quantitative model checking)&lt;br /&gt;
* Joost-Pieter Katoen (on quantitative model checking)&lt;br /&gt;
&lt;br /&gt;
* Marsha Chechik / Arie Gurfinkel (on the use of abstraction in model checking)&lt;br /&gt;
* Orna Grumberg (on the use of abstraction in model checking)&lt;br /&gt;
&lt;br /&gt;
* David Monniaux (on operations research in static analysis and model checking)&lt;br /&gt;
* Michael Huth (on modelling and analysing control of access and risk)&lt;br /&gt;
&lt;br /&gt;
On top of which we will have:&lt;br /&gt;
&lt;br /&gt;
* MLQA Business Meeting (open to all attendees) about the future of MLQA&lt;br /&gt;
&lt;br /&gt;
It will also be possible for attendees to present their own work, either in a poster session or by short 1-slide presentations; the format has not yet been decided.&lt;br /&gt;
&lt;br /&gt;
Registration for the meeting should be part of registering for FLoC; I am told that the registration fees are likely to be: &lt;br /&gt;
* Early Academic 70.00, Early Student 42.00&lt;br /&gt;
* Regular Academic 100.00, Regular Student 58.00&lt;br /&gt;
* Late Academic 115.00,  Late Student 66.00&lt;br /&gt;
All prices are in UK Pounds.&lt;/div&gt;</summary>
		<author><name>Flemming</name></author>
	</entry>
	<entry>
		<id>https://wiki.ercim.eu/wg/MLQA/index.php?title=MLQA_2010&amp;diff=119</id>
		<title>MLQA 2010</title>
		<link rel="alternate" type="text/html" href="https://wiki.ercim.eu/wg/MLQA/index.php?title=MLQA_2010&amp;diff=119"/>
		<updated>2010-01-22T13:01:43Z</updated>

		<summary type="html">&lt;p&gt;Flemming: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The second annual meeting of the MLQA working group will take place on July 9&#039;th 2010 as part of FLoC 2010 in Edinburgh (Scotland). The theme of the meeting is:&lt;br /&gt;
&lt;br /&gt;
* Static Analysis versus Model Checking: similarities, differences, synergies&lt;br /&gt;
&lt;br /&gt;
The aim is to create a vibrant event consisting mainly of a number of invited talks that will cover some of  the historical developments, survey the links established, establish state-of-the-art, identify the problems still worth pursuing and give a perspective on the implications and (novel) applications that can be foreseen.&lt;br /&gt;
&lt;br /&gt;
The following list of presentations have been confirmed (but titles are tentative):&lt;br /&gt;
&lt;br /&gt;
* Bernhard Steffen (on performing static analysis by doing model checking)&lt;br /&gt;
* Flemming Nielson (on performing model checking by doing static analysis)&lt;br /&gt;
&lt;br /&gt;
* Marta Kwiatkowska (on quantitative model checking)&lt;br /&gt;
* Joost-Pieter Katoen (on quantitative model checking)&lt;br /&gt;
&lt;br /&gt;
* Marsha Chechik / Arie Gurfinkel (on the use of abstraction in model checking)&lt;br /&gt;
* Orna Grumberg (on the use of abstraction in model checking)&lt;br /&gt;
&lt;br /&gt;
* David Monniaux (on operations research in static analysis and model checking)&lt;br /&gt;
* Michael Huth (on modelling and analysing control of access and risk)&lt;br /&gt;
&lt;br /&gt;
On top of which we will have:&lt;br /&gt;
&lt;br /&gt;
* MLQA Business Meeting (open to all attendees) about the future of MLQA&lt;br /&gt;
&lt;br /&gt;
It will also be possible for attendees to present their own work, either in a poster session or by short 1-slide presentations; the format has not yet been decided.&lt;/div&gt;</summary>
		<author><name>Flemming</name></author>
	</entry>
	<entry>
		<id>https://wiki.ercim.eu/wg/MLQA/index.php?title=MLQA_2010&amp;diff=115</id>
		<title>MLQA 2010</title>
		<link rel="alternate" type="text/html" href="https://wiki.ercim.eu/wg/MLQA/index.php?title=MLQA_2010&amp;diff=115"/>
		<updated>2010-01-12T07:27:52Z</updated>

		<summary type="html">&lt;p&gt;Flemming: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The second annual meeting of the MLQA working group will take place on July 9&#039;th 2010 as part of FLoC 2010 in Edinburgh (Scotland). The theme of the meeting is:&lt;br /&gt;
&lt;br /&gt;
* Static Analysis versus Model Checking: similarities, differences, synergies&lt;br /&gt;
&lt;br /&gt;
The aim is to create a vibrant event consisting mainly of a number of invited talks that will cover some of  the historical developments, survey the links established, establish state-of-the-art, identify the problems still worth pursuing and give a perspective on the implications and (novel) applications that can be foreseen.&lt;br /&gt;
&lt;br /&gt;
The following list of presentations have been confirmed (but titles are tentative):&lt;br /&gt;
&lt;br /&gt;
* Bernhard Steffen (on performing static analysis by doing model checking)&lt;br /&gt;
* Flemming Nielson (on performing model checking by doing static analysis)&lt;br /&gt;
&lt;br /&gt;
* Marta Kwiatkowska (on quantitative model checking)&lt;br /&gt;
* Joost-Pieter Katoen (on quantitative model checking)&lt;br /&gt;
&lt;br /&gt;
* Marsha Chechik / Arie Gurfinkel (on the use of abstraction in model checking)&lt;br /&gt;
* Orna Grumberg (on the use of abstraction in model checking)&lt;br /&gt;
&lt;br /&gt;
* David Monniaux (on operations research in static analysis and model checking)&lt;br /&gt;
* Michael Huth (on modelling and analysing control of access and risk)&lt;br /&gt;
&lt;br /&gt;
It will also be possible for attendees to present their own work, either in a poster session or by short 1-slide presentations; the format has not yet been decided.&lt;/div&gt;</summary>
		<author><name>Flemming</name></author>
	</entry>
	<entry>
		<id>https://wiki.ercim.eu/wg/MLQA/index.php?title=MLQA_2010&amp;diff=114</id>
		<title>MLQA 2010</title>
		<link rel="alternate" type="text/html" href="https://wiki.ercim.eu/wg/MLQA/index.php?title=MLQA_2010&amp;diff=114"/>
		<updated>2010-01-12T07:27:03Z</updated>

		<summary type="html">&lt;p&gt;Flemming: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The second annual meeting of the MLQA working group will take place on July 9&#039;th 2010 as part of FLoC 2010 in Edinburgh (Scotland). The theme of the meeting is:&lt;br /&gt;
&lt;br /&gt;
* Static Analysis versus Model Checking: similarities, differences, synergies&lt;br /&gt;
&lt;br /&gt;
The aim is to create a vibrant event consisting mainly of a number of invited talks that will cover some of  the historical developments, survey the links established, establish state-of-the-art, identify the problems still worth pursuing and give a perspective on the implications and (novel) applications that can be foreseen.&lt;br /&gt;
&lt;br /&gt;
The following list of presentations have been confirmed (but titles are tentative):&lt;br /&gt;
&lt;br /&gt;
* Bernhard Steffen (on performing static analysis by doing model checking)&lt;br /&gt;
* Flemming Nielson (on performing model checking by doing static analysis)&lt;br /&gt;
&lt;br /&gt;
* Marta Kwiatkowska (on quantitative model checking)&lt;br /&gt;
* Joost-Pieter Katoen (on quantitative model checking)&lt;br /&gt;
&lt;br /&gt;
* Marsha Chechik / Arie Gurfinkel (on the use of abstraction in model checking)&lt;br /&gt;
* Orna Grumberg (on the use of abstraction in model checking)&lt;br /&gt;
&lt;br /&gt;
* David Monniaux (on operations research in static analysis and model checking)&lt;br /&gt;
* Michael Huth (on modelling and analysing control of access and risk)&lt;br /&gt;
&lt;br /&gt;
It will also be possible for attendees to present their own work, either as a poster session or by short 5-minute presentations.&lt;/div&gt;</summary>
		<author><name>Flemming</name></author>
	</entry>
	<entry>
		<id>https://wiki.ercim.eu/wg/MLQA/index.php?title=MLQA_2010&amp;diff=113</id>
		<title>MLQA 2010</title>
		<link rel="alternate" type="text/html" href="https://wiki.ercim.eu/wg/MLQA/index.php?title=MLQA_2010&amp;diff=113"/>
		<updated>2010-01-12T07:26:32Z</updated>

		<summary type="html">&lt;p&gt;Flemming: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The second annual meeting of the MLQA working group will take place on July 9&#039;th 2010 as part of FLoC 2010 in Edinburgh (Scotland). The theme of the meeting is:&lt;br /&gt;
&lt;br /&gt;
* Static Analysis versus Model Checking: similarities, differences, synergies&lt;br /&gt;
&lt;br /&gt;
The aim is to create a vibrant event consisting mainly of a number of invited talks that will cover some of  the historical developments, survey the links established, establish state-of-the-art, identify the problems still worth pursuing and give a perspective on the implications and (novel) applications that can be foreseen.&lt;br /&gt;
&lt;br /&gt;
The following incomplete list of presentations have been confirmed so far (but titles are tentative):&lt;br /&gt;
&lt;br /&gt;
* Bernhard Steffen (on performing static analysis by doing model checking)&lt;br /&gt;
* Flemming Nielson (on performing model checking by doing static analysis)&lt;br /&gt;
&lt;br /&gt;
* Marta Kwiatkowska (on quantitative model checking)&lt;br /&gt;
* Joost-Pieter Katoen (on quantitative model checking)&lt;br /&gt;
&lt;br /&gt;
* Marsha Chechik / Arie Gurfinkel (on the use of abstraction in model checking)&lt;br /&gt;
* Orna Grumberg (on the use of abstraction in model checking)&lt;br /&gt;
&lt;br /&gt;
* David Monniaux (on operations research in static analysis and model checking)&lt;br /&gt;
* Michael Huth (on modelling and analysing control of access and risk)&lt;br /&gt;
&lt;br /&gt;
It will also be possible for attendees to present their own work, either as a poster session or by short 5-minute presentations.&lt;/div&gt;</summary>
		<author><name>Flemming</name></author>
	</entry>
	<entry>
		<id>https://wiki.ercim.eu/wg/MLQA/index.php?title=MLQA_2010&amp;diff=112</id>
		<title>MLQA 2010</title>
		<link rel="alternate" type="text/html" href="https://wiki.ercim.eu/wg/MLQA/index.php?title=MLQA_2010&amp;diff=112"/>
		<updated>2010-01-11T07:52:22Z</updated>

		<summary type="html">&lt;p&gt;Flemming: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The second annual meeting of the MLQA working group will take place on July 9&#039;th 2010 as part of FLoC 2010 in Edinburgh (Scotland). The theme of the meeting is:&lt;br /&gt;
&lt;br /&gt;
* Static Analysis versus Model Checking: similarities, differences, synergies&lt;br /&gt;
&lt;br /&gt;
The aim is to create a vibrant event consisting mainly of a number of invited talks that will cover some of  the historical developments, survey the links established, establish state-of-the-art, identify the problems still worth pursuing and give a perspective on the implications and (novel) applications that can be foreseen.&lt;br /&gt;
&lt;br /&gt;
The following incomplete list of presentations have been confirmed so far (but titles are tentative):&lt;br /&gt;
&lt;br /&gt;
* Bernhard Steffen (on performing static analysis by doing model checking)&lt;br /&gt;
* Flemming Nielson (on performing model checking by doing static analysis)&lt;br /&gt;
&lt;br /&gt;
* Marta Kwiatkowska (on quantitative model checking)&lt;br /&gt;
* Joost-Pieter Katoen (on quantitative model checking)&lt;br /&gt;
&lt;br /&gt;
* Marsha Chechik / Arie Gurfinkel (on the use of abstraction in model checking)&lt;br /&gt;
* Orna Grumberg (on the use of abstraction in model checking)&lt;br /&gt;
&lt;br /&gt;
It will also be possible for attendees to present their own work, either as a poster session or by short 5-minute presentations.&lt;/div&gt;</summary>
		<author><name>Flemming</name></author>
	</entry>
	<entry>
		<id>https://wiki.ercim.eu/wg/MLQA/index.php?title=MLQA_2010&amp;diff=111</id>
		<title>MLQA 2010</title>
		<link rel="alternate" type="text/html" href="https://wiki.ercim.eu/wg/MLQA/index.php?title=MLQA_2010&amp;diff=111"/>
		<updated>2010-01-10T10:47:18Z</updated>

		<summary type="html">&lt;p&gt;Flemming: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The second annual meeting of the MLQA working group will take place on July 9&#039;th 2010 as part of FLoC 2010 in Edinburgh (Scotland). The theme of the meeting is:&lt;br /&gt;
&lt;br /&gt;
* Static Analysis versus Model Checking: similarities, differences, synergies&lt;br /&gt;
&lt;br /&gt;
The aim is to create a vibrant event consisting mainly of a number of invited talks that will cover some of  the historical developments, survey the links established, establish state-of-the-art, identify the problems still worth pursuing and give a perspective on the implications and (novel) applications that can be foreseen.&lt;br /&gt;
&lt;br /&gt;
The following incomplete list of presentations have been confirmed so far (but titles are tentative):&lt;br /&gt;
&lt;br /&gt;
* Bernhard Steffen (on performing static analysis by doing model checking)&lt;br /&gt;
* Flemming Nielson (on performing model checking by doing static analysis)&lt;br /&gt;
&lt;br /&gt;
* Marta Kwiatkowska (on quantitative model checking)&lt;br /&gt;
* Joost-Pieter Katoen (on quantitative model checking)&lt;br /&gt;
&lt;br /&gt;
* Marsha Chechik / Arie Gurfinkel (on the use of abstraction in model checking)&lt;br /&gt;
&lt;br /&gt;
It will also be possible for attendees to present their own work, either as a poster session or by short 5-minute presentations.&lt;/div&gt;</summary>
		<author><name>Flemming</name></author>
	</entry>
	<entry>
		<id>https://wiki.ercim.eu/wg/MLQA/index.php?title=MLQA_2010&amp;diff=110</id>
		<title>MLQA 2010</title>
		<link rel="alternate" type="text/html" href="https://wiki.ercim.eu/wg/MLQA/index.php?title=MLQA_2010&amp;diff=110"/>
		<updated>2010-01-10T10:44:48Z</updated>

		<summary type="html">&lt;p&gt;Flemming: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The second annual meeting of the MLQA working group will take place on July 9&#039;th 2010 as part of FLoC 2010 in Edinburgh (Scotland). The theme of the meeting is:&lt;br /&gt;
&lt;br /&gt;
Static Analysis versus Model Checking: similarities, differences, synergies&lt;br /&gt;
&lt;br /&gt;
The aim is to create a vibrant event consisting mainly of a number of invited talks that will cover some of  the historical developments, survey the links established, establish state-of-the-art, identify the problems still worth pursuing and give a perspective on the implications and (novel) applications that can be foreseen.&lt;br /&gt;
&lt;br /&gt;
The following presentations have been confirmed so far (but titles are tentative):&lt;br /&gt;
&lt;br /&gt;
Bernhard Steffen (on performing static analysis by doing model checking)&lt;br /&gt;
Flemming Nielson (on performing model checking by doing static analysis)&lt;br /&gt;
&lt;br /&gt;
Marta Kwiatkowska (on quantitative model checking)&lt;br /&gt;
Joost-Pieter Katoen (on quantitative model checking)&lt;br /&gt;
&lt;br /&gt;
Marsha Chechik / Arie Gurfinkel (on the use of abstraction in model checking)&lt;/div&gt;</summary>
		<author><name>Flemming</name></author>
	</entry>
	<entry>
		<id>https://wiki.ercim.eu/wg/MLQA/index.php?title=MediaWiki:Sidebar&amp;diff=107</id>
		<title>MediaWiki:Sidebar</title>
		<link rel="alternate" type="text/html" href="https://wiki.ercim.eu/wg/MLQA/index.php?title=MediaWiki:Sidebar&amp;diff=107"/>
		<updated>2009-12-17T08:19:26Z</updated>

		<summary type="html">&lt;p&gt;Flemming: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* navigation&lt;br /&gt;
** mainpage|Main Page&lt;br /&gt;
** Introduction|Introduction&lt;br /&gt;
** Research Topics|Research Topics&lt;br /&gt;
** List of Group Members|Members&lt;br /&gt;
** Group Activities|Group Activities&lt;br /&gt;
** Contact|Contact&lt;br /&gt;
** Press|Press&lt;br /&gt;
&lt;br /&gt;
* Wiki&lt;br /&gt;
** recentchanges-url|recentchanges&lt;br /&gt;
** helppage|help&lt;/div&gt;</summary>
		<author><name>Flemming</name></author>
	</entry>
	<entry>
		<id>https://wiki.ercim.eu/wg/MLQA/index.php?title=MediaWiki:Sidebar&amp;diff=104</id>
		<title>MediaWiki:Sidebar</title>
		<link rel="alternate" type="text/html" href="https://wiki.ercim.eu/wg/MLQA/index.php?title=MediaWiki:Sidebar&amp;diff=104"/>
		<updated>2009-12-16T12:47:17Z</updated>

		<summary type="html">&lt;p&gt;Flemming: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* navigation&lt;br /&gt;
** Introduction|Introduction&lt;br /&gt;
** Research Topics|Research Topics&lt;br /&gt;
** List of Group Members|Members&lt;br /&gt;
** Group Activities|Group Activities&lt;br /&gt;
** Contact|Contact&lt;br /&gt;
** Press|Press&lt;br /&gt;
&lt;br /&gt;
* Wiki&lt;br /&gt;
** recentchanges-url|recentchanges&lt;br /&gt;
** helppage|help&lt;/div&gt;</summary>
		<author><name>Flemming</name></author>
	</entry>
	<entry>
		<id>https://wiki.ercim.eu/wg/MLQA/index.php?title=Group_Activities&amp;diff=103</id>
		<title>Group Activities</title>
		<link rel="alternate" type="text/html" href="https://wiki.ercim.eu/wg/MLQA/index.php?title=Group_Activities&amp;diff=103"/>
		<updated>2009-12-01T15:12:12Z</updated>

		<summary type="html">&lt;p&gt;Flemming: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Upcoming events ==&lt;br /&gt;
&lt;br /&gt;
[[July 2010: MLQA meeting at FLoC 2010, Edinburgh]] (9&#039;th July, 2010)&lt;br /&gt;
&lt;br /&gt;
== Past events ==&lt;br /&gt;
&lt;br /&gt;
[[March 2009: Kick-Off meeting in York]] (28&#039;th March 2009)&lt;br /&gt;
&lt;br /&gt;
== Related events ==&lt;br /&gt;
&lt;br /&gt;
The QAPL workshop at ETAPS in Paphos,  27-28 March, 2010:&lt;br /&gt;
http://qav.comlab.ox.ac.uk/qapl10/&lt;br /&gt;
&lt;br /&gt;
The QAPL summer school in Bertinoro, 21-26 June, 2010:&lt;br /&gt;
http://www.sti.uniurb.it/events/sfm10qapl/&lt;/div&gt;</summary>
		<author><name>Flemming</name></author>
	</entry>
	<entry>
		<id>https://wiki.ercim.eu/wg/MLQA/index.php?title=Contact&amp;diff=102</id>
		<title>Contact</title>
		<link rel="alternate" type="text/html" href="https://wiki.ercim.eu/wg/MLQA/index.php?title=Contact&amp;diff=102"/>
		<updated>2009-12-01T15:10:08Z</updated>

		<summary type="html">&lt;p&gt;Flemming: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Mailing list==&lt;br /&gt;
A mailing list has been established for this working group with the homepage:&lt;br /&gt;
https://lists.ercim.org/wws/info/wg-mlqa-alert.&lt;br /&gt;
The purpose of the mailing list is to spread information concerning MLQA activities to all interested persons.&lt;br /&gt;
&lt;br /&gt;
You can add yourself as a subscriber in the following way:&lt;br /&gt;
# Login into the webpage https://lists.ercim.org/wws/info/wg-mlqa-alert by inputing your e-mail and password. If you are new to the list, click on the &amp;quot;First login ?&amp;quot;-link on the left menu, input your e-mail and click on &amp;quot;Send me my password&amp;quot; button. You will receive the password by the e-mail.&lt;br /&gt;
# Click on the &amp;quot;Subscribe&amp;quot;-link in the menu on the left.&lt;br /&gt;
&lt;br /&gt;
You can remove your subscription in the following way:&lt;br /&gt;
# Login into https://lists.ercim.org/wws/info/wg-mlqa-alert.&lt;br /&gt;
# Click on the &amp;quot;Unsubscribe&amp;quot;-link in the menu on the left.&lt;br /&gt;
&lt;br /&gt;
You can post a message to the mailing list by sending it first to &amp;lt;mlqa(at)imm.dtu.dk&amp;gt;. The moderators of the mailing list will post it to the whole mailing list.&lt;br /&gt;
&lt;br /&gt;
==Contact person==&lt;br /&gt;
Professor Flemming Nielson, DTU Informatics &amp;lt;mlqa(at)imm.dtu.dk&amp;gt;&lt;/div&gt;</summary>
		<author><name>Flemming</name></author>
	</entry>
	<entry>
		<id>https://wiki.ercim.eu/wg/MLQA/index.php?title=List_of_Group_Members&amp;diff=101</id>
		<title>List of Group Members</title>
		<link rel="alternate" type="text/html" href="https://wiki.ercim.eu/wg/MLQA/index.php?title=List_of_Group_Members&amp;diff=101"/>
		<updated>2009-12-01T15:09:41Z</updated>

		<summary type="html">&lt;p&gt;Flemming: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Individual Memberships ==&lt;br /&gt;
&lt;br /&gt;
The group is open to all interested -- please sign up as indicated under Contact in the leftmost column.&lt;br /&gt;
&lt;br /&gt;
== Proposing Institutions ==&lt;br /&gt;
&lt;br /&gt;
At present the following institutions, that are members of the national organisations taking part in ERCIM, support the MLQA working group (in alphabetical order and just one contact person per site):&lt;br /&gt;
&lt;br /&gt;
* CNR (Italy) / Diego Latella&lt;br /&gt;
* CWI (Holland) / Jan Rutten&lt;br /&gt;
* INRIA (France) / Catuscia Palamidessi&lt;br /&gt;
* Oxford University (England) / Marta Kwiatkowska&lt;br /&gt;
* RWTH Aachen University (Germany) / Joost-Pieter Katoen&lt;br /&gt;
* Technical University of Berlin (Germany) / Uwe Nestmann&lt;br /&gt;
* Technical University of Denmark / Flemming Nielson&lt;br /&gt;
* Trinity College (Ireland) / Matthew Hennessy&lt;br /&gt;
* Universita’ di Firenze (Italy) / Rocco De Nicola&lt;br /&gt;
* University of Trento (Italy) / Paola Quaglia&lt;br /&gt;
* University of Edinburgh (Scotland) / Stephen Gilmore&lt;br /&gt;
* Universität des Saarlandes (Germany) / Holger Hermanns&lt;br /&gt;
* University of Aalborg (Denmark) / Kim Guldstrand Larsen&lt;/div&gt;</summary>
		<author><name>Flemming</name></author>
	</entry>
	<entry>
		<id>https://wiki.ercim.eu/wg/MLQA/index.php?title=MLQA_2010&amp;diff=100</id>
		<title>MLQA 2010</title>
		<link rel="alternate" type="text/html" href="https://wiki.ercim.eu/wg/MLQA/index.php?title=MLQA_2010&amp;diff=100"/>
		<updated>2009-12-01T15:06:54Z</updated>

		<summary type="html">&lt;p&gt;Flemming: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The next MLQA meeting will take place on July 9&#039;th 2010 as part of FLoC 2010 in Edinburgh; details to be provided after Christmas.&lt;/div&gt;</summary>
		<author><name>Flemming</name></author>
	</entry>
	<entry>
		<id>https://wiki.ercim.eu/wg/MLQA/index.php?title=Group_Activities&amp;diff=99</id>
		<title>Group Activities</title>
		<link rel="alternate" type="text/html" href="https://wiki.ercim.eu/wg/MLQA/index.php?title=Group_Activities&amp;diff=99"/>
		<updated>2009-12-01T15:05:30Z</updated>

		<summary type="html">&lt;p&gt;Flemming: /* Upcoming events */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Upcoming events ==&lt;br /&gt;
&lt;br /&gt;
[[July 2010: MLQA meeting at FLoC 2010, Edinburgh]] (9&#039;th July, 2010)&lt;br /&gt;
&lt;br /&gt;
== Past events ==&lt;br /&gt;
&lt;br /&gt;
[[March 2009: Kick-Off meeting in York]] (28&#039;th March 2009)&lt;/div&gt;</summary>
		<author><name>Flemming</name></author>
	</entry>
	<entry>
		<id>https://wiki.ercim.eu/wg/MLQA/index.php?title=Group_Activities&amp;diff=98</id>
		<title>Group Activities</title>
		<link rel="alternate" type="text/html" href="https://wiki.ercim.eu/wg/MLQA/index.php?title=Group_Activities&amp;diff=98"/>
		<updated>2009-12-01T15:04:49Z</updated>

		<summary type="html">&lt;p&gt;Flemming: /* Past events */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Upcoming events ==&lt;br /&gt;
&lt;br /&gt;
[[July 2010: MLQA meeting at FLoC 2010, Edinburgh]]&lt;br /&gt;
&lt;br /&gt;
== Past events ==&lt;br /&gt;
&lt;br /&gt;
[[March 2009: Kick-Off meeting in York]] (28&#039;th March 2009)&lt;/div&gt;</summary>
		<author><name>Flemming</name></author>
	</entry>
	<entry>
		<id>https://wiki.ercim.eu/wg/MLQA/index.php?title=Group_Activities&amp;diff=97</id>
		<title>Group Activities</title>
		<link rel="alternate" type="text/html" href="https://wiki.ercim.eu/wg/MLQA/index.php?title=Group_Activities&amp;diff=97"/>
		<updated>2009-12-01T15:04:31Z</updated>

		<summary type="html">&lt;p&gt;Flemming: /* Past events */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Upcoming events ==&lt;br /&gt;
&lt;br /&gt;
[[July 2010: MLQA meeting at FLoC 2010, Edinburgh]]&lt;br /&gt;
&lt;br /&gt;
== Past events ==&lt;br /&gt;
&lt;br /&gt;
[[March 2009: Kick-Off meeting in York]] (29. March 2009)&lt;/div&gt;</summary>
		<author><name>Flemming</name></author>
	</entry>
	<entry>
		<id>https://wiki.ercim.eu/wg/MLQA/index.php?title=Group_Activities&amp;diff=96</id>
		<title>Group Activities</title>
		<link rel="alternate" type="text/html" href="https://wiki.ercim.eu/wg/MLQA/index.php?title=Group_Activities&amp;diff=96"/>
		<updated>2009-12-01T15:04:13Z</updated>

		<summary type="html">&lt;p&gt;Flemming: /* Past events */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Upcoming events ==&lt;br /&gt;
&lt;br /&gt;
[[July 2010: MLQA meeting at FLoC 2010, Edinburgh]]&lt;br /&gt;
&lt;br /&gt;
== Past events ==&lt;br /&gt;
&lt;br /&gt;
[[March 2009: Kick-Off meeting in York] (29. March 2009)]&lt;/div&gt;</summary>
		<author><name>Flemming</name></author>
	</entry>
	<entry>
		<id>https://wiki.ercim.eu/wg/MLQA/index.php?title=Group_Activities&amp;diff=95</id>
		<title>Group Activities</title>
		<link rel="alternate" type="text/html" href="https://wiki.ercim.eu/wg/MLQA/index.php?title=Group_Activities&amp;diff=95"/>
		<updated>2009-12-01T15:03:34Z</updated>

		<summary type="html">&lt;p&gt;Flemming: /* Past events */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Upcoming events ==&lt;br /&gt;
&lt;br /&gt;
[[July 2010: MLQA meeting at FLoC 2010, Edinburgh]]&lt;br /&gt;
&lt;br /&gt;
== Past events ==&lt;br /&gt;
&lt;br /&gt;
[[March 2009: Kick-Off meeting in York (March 28, 2009)]]&lt;/div&gt;</summary>
		<author><name>Flemming</name></author>
	</entry>
	<entry>
		<id>https://wiki.ercim.eu/wg/MLQA/index.php?title=Group_Activities&amp;diff=94</id>
		<title>Group Activities</title>
		<link rel="alternate" type="text/html" href="https://wiki.ercim.eu/wg/MLQA/index.php?title=Group_Activities&amp;diff=94"/>
		<updated>2009-12-01T15:02:59Z</updated>

		<summary type="html">&lt;p&gt;Flemming: /* Past events */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Upcoming events ==&lt;br /&gt;
&lt;br /&gt;
[[July 2010: MLQA meeting at FLoC 2010, Edinburgh]]&lt;br /&gt;
&lt;br /&gt;
== Past events ==&lt;br /&gt;
&lt;br /&gt;
[[28.March 2009: Kick-Off meeting in York]]&lt;/div&gt;</summary>
		<author><name>Flemming</name></author>
	</entry>
	<entry>
		<id>https://wiki.ercim.eu/wg/MLQA/index.php?title=Press&amp;diff=79</id>
		<title>Press</title>
		<link rel="alternate" type="text/html" href="https://wiki.ercim.eu/wg/MLQA/index.php?title=Press&amp;diff=79"/>
		<updated>2009-11-06T15:09:32Z</updated>

		<summary type="html">&lt;p&gt;Flemming: New page: This page is temporarily blank.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page is temporarily blank.&lt;/div&gt;</summary>
		<author><name>Flemming</name></author>
	</entry>
	<entry>
		<id>https://wiki.ercim.eu/wg/MLQA/index.php?title=MediaWiki:Sidebar&amp;diff=78</id>
		<title>MediaWiki:Sidebar</title>
		<link rel="alternate" type="text/html" href="https://wiki.ercim.eu/wg/MLQA/index.php?title=MediaWiki:Sidebar&amp;diff=78"/>
		<updated>2009-11-06T15:08:55Z</updated>

		<summary type="html">&lt;p&gt;Flemming: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* navigation&lt;br /&gt;
** mainpage|Introduction&lt;br /&gt;
** Research Topics|Research Topics&lt;br /&gt;
** List of Group Members|Members&lt;br /&gt;
** Group Activities|Group Activities&lt;br /&gt;
** Contact|Contact&lt;br /&gt;
** Press|Press&lt;br /&gt;
&lt;br /&gt;
* Wiki&lt;br /&gt;
** recentchanges-url|recentchanges&lt;br /&gt;
** helppage|help&lt;/div&gt;</summary>
		<author><name>Flemming</name></author>
	</entry>
</feed>