<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="fr">
	<id>http://os-vps418.infomaniak.ch:1250/mediawiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Cferr</id>
	<title>Wiki du LAMA (UMR 5127) - Contributions [fr]</title>
	<link rel="self" type="application/atom+xml" href="http://os-vps418.infomaniak.ch:1250/mediawiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Cferr"/>
	<link rel="alternate" type="text/html" href="http://os-vps418.infomaniak.ch:1250/mediawiki/index.php/Sp%C3%A9cial:Contributions/Cferr"/>
	<updated>2026-05-21T06:25:51Z</updated>
	<subtitle>Contributions</subtitle>
	<generator>MediaWiki 1.39.4</generator>
	<entry>
		<id>http://os-vps418.infomaniak.ch:1250/mediawiki/index.php?title=INFO606-TP2-2010-2011&amp;diff=5179</id>
		<title>INFO606-TP2-2010-2011</title>
		<link rel="alternate" type="text/html" href="http://os-vps418.infomaniak.ch:1250/mediawiki/index.php?title=INFO606-TP2-2010-2011&amp;diff=5179"/>
		<updated>2011-03-17T15:52:26Z</updated>

		<summary type="html">&lt;p&gt;Cferr : /* Description de la base à modéliser */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Sujet du TP2 d&#039;[[INFO606]] en 2010/2011.&lt;br /&gt;
&lt;br /&gt;
==Description de la base à modéliser==&lt;br /&gt;
&lt;br /&gt;
Le SUMO (Service Universitaire de Mutualisation des Ordinateurs) gère un grand&lt;br /&gt;
parc de machines à disposition des étudiants, enseignants et personnels de&lt;br /&gt;
l&#039;Université.&lt;br /&gt;
&lt;br /&gt;
Chaque machine est identifiée par un nom réseau. Lors de l&#039;installation d&#039;une&lt;br /&gt;
machine, on relève les données pertinentes pour la gestion du réseau et des&lt;br /&gt;
logiciels: adresse MAC, architecture (ia32, ia64, sparc, powerpc), fréquence&lt;br /&gt;
du processeur (en MHz), taille de la mémoire vive (en Mio) et taille du disque&lt;br /&gt;
dur (en Gio). Un serveur DHCP associe à une adresse MAC une adresse IP sur le&lt;br /&gt;
réseau (certaines adresses MAC peuvent ne pas être référencées).&lt;br /&gt;
&lt;br /&gt;
Sur chaque machine est installé un système d&#039;exploitation (ou&lt;br /&gt;
plusieurs).  Chaque système a un nom et une version, une architecture&lt;br /&gt;
d&#039;accueil et des besoins matériels minimaux (fréquence, mémoire et&lt;br /&gt;
disque dur). Un système ne peut être installé que sur une machine ayant une architecture adéquate, c&#039;est-à-dire avec au moins les&lt;br /&gt;
ressources matérielles minimales. Certains systèmes sont propriétaires&lt;br /&gt;
et payants : il faut alors acheter des licences pour avoir le droit de&lt;br /&gt;
les installer. Le nombre d&#039;installations d&#039;un système payant&lt;br /&gt;
doit être inférieur au nombre de licences dont on dispose.&lt;br /&gt;
&lt;br /&gt;
Chaque machine peut être mise à disposition dans une salle, identifiée par &lt;br /&gt;
un nom et un bâtiment (par exemple &amp;lt;tt&amp;gt;59B&amp;lt;/tt&amp;gt;, bâtiment &amp;lt;tt&amp;gt;Maurienne&amp;lt;/tt&amp;gt;).&lt;br /&gt;
Pour chaque salle, on donne l&#039;indication de l&#039;étage où elle se trouve. &lt;br /&gt;
Par ailleurs, le nombre de prises Ethernet est limité pour&lt;br /&gt;
chaque salle : on ne peut pas connecter plus de machines que ce qu&#039;il y a de&lt;br /&gt;
prises.&lt;br /&gt;
&lt;br /&gt;
==Travail à réaliser==&lt;br /&gt;
&lt;br /&gt;
Vous traiterez les trois parties suivantes dans un compte-rendu que vous ferez parvenir à votre responsable de TP.&lt;br /&gt;
&lt;br /&gt;
===Partie 1: Modèle de données===&lt;br /&gt;
&lt;br /&gt;
On propose la collection de relations suivante (les clefs sont en majuscules):&lt;br /&gt;
&lt;br /&gt;
  Systeme (IDENT_SYS, nom, version, edition, arch, freq_min, mem_min, dd_min, payant)&lt;br /&gt;
  Licence (NUM_CONTRAT, pour_sys, nb_licences)&lt;br /&gt;
  Machine (NOM_MACH, adr_mac, arch, freq_proc, taille_mem, taille_dd)&lt;br /&gt;
  Installation (NOM_MACH, IDENT_SYS)&lt;br /&gt;
  Dhcp (ADR_MAC, adr_ip)&lt;br /&gt;
  Salle (NOM_SALLE, BATIMENT, etage, nb_eth)&lt;br /&gt;
  Emplacement (NOM_MACH, nom_salle, batiment)&lt;br /&gt;
&lt;br /&gt;
# Guidés par la description du modèle, retrouvez le (ou plutôt un) schéma EA qui se traduit en cette collection de relations.&lt;br /&gt;
# Cette collection est-elle en 1FN, en 2FN , en 3FN ? Justifiez votre réponse.&lt;br /&gt;
# Identifiez, parmi les attributs de ces relations, ceux qui sont des références à des clés étrangères.&lt;br /&gt;
&lt;br /&gt;
===Partie 2: Observation des scripts===&lt;br /&gt;
&lt;br /&gt;
Les fichiers SQL de création de la base de données vous sont fournis [https://espaces-collaboratifs.grenet.fr/share/page/site/udslststic3tr/documentlibrary#filter=path|/Info606-Bases-de-Donnees/TPs/TP2/Scripts-SQL&amp;amp;page=1 ici pour les TR], [https://espaces-collaboratifs.grenet.fr/share/page/site/udslstmass3/documentlibrary#filter=path|/Info606-Bases-de-Donnees/TPs/TP2/Scripts-SQL&amp;amp;page=1 ici pour les Mass].&lt;br /&gt;
La base de donnée est hébergée sur le serveur &amp;lt;tt&amp;gt;eco.univ-savoie.fr&amp;lt;/tt&amp;gt; sur lequel vous pouvez vous connecter à travers le protocole SSH:&lt;br /&gt;
consultez à cet effet la page [[INFO606-TP|Consignes générales pour les TP]].&lt;br /&gt;
Dans la création des tables de la base, apparaissent les instructions SQL suivantes:&lt;br /&gt;
&lt;br /&gt;
  constraint systeme_arch_valide check (arch in (&#039;IA32&#039;, &#039;IA64&#039;, &#039;PowerPC&#039;, &#039;SPARC&#039;))&lt;br /&gt;
  constraint salle_cle primary key (nom_salle, batiment)&lt;br /&gt;
  constraint emplacement_ref_salle foreign key (nom_salle, batiment) references salle(nom_salle, batiment)&lt;br /&gt;
&lt;br /&gt;
# Que signifient-elles ? Que permettent-elles de représenter ? &lt;br /&gt;
# Quels sont les index qui ont été créés automatiquement par le SGBD sur cette base et pourquoi ? Vous consulterez la table système &amp;lt;tt&amp;gt;pg_indexes&amp;lt;/tt&amp;gt; pour répondre à cette question. &lt;br /&gt;
# Comment crée-t-on les utilisateurs et leur alloue-t-on des droits sur les tables ? Qui a actuellement des droits (et lesquels) sur les tables de la base &amp;lt;tt&amp;gt;TP-BD-L3-2010-2011&amp;lt;/tt&amp;gt; ? Fouillez dans les tables système pour répondre à cette question.&lt;br /&gt;
&lt;br /&gt;
===Partie 3: Requêtes===&lt;br /&gt;
&lt;br /&gt;
En préalable à cette partie, nous vous demanderons de compléter la&lt;br /&gt;
base fournie de manière à ce que vous disposiez d&#039;un jeu de tests&lt;br /&gt;
suffisant pour vérifier vos requêtes. Vous fournirez les requêtes&lt;br /&gt;
nécessaires à l&#039;insertion de n-uplets dans les tables ou à la&lt;br /&gt;
modification des n-uplets existants.&lt;br /&gt;
&lt;br /&gt;
Pour la suite, il vous est demandé de donner l&#039;expression &#039;&#039;&#039;en algèbre relationnelle et SQL&#039;&#039;&#039; des requêtes qui suivent, à exprimer&lt;br /&gt;
sur le schéma relationnel et la base correspondante, qui vous sont fournis&lt;br /&gt;
aujourd&#039;hui. &lt;br /&gt;
&lt;br /&gt;
# Liste des machines de l&#039;architecture &amp;lt;tt&amp;gt;IA32&amp;lt;/tt&amp;gt;.&lt;br /&gt;
# Listes des machines sur lesquelles le système &amp;lt;tt&amp;gt;WIN-XP-PRO-IA64&amp;lt;/tt&amp;gt; est installé.&lt;br /&gt;
# Liste des machines sur lesquelles est installé un Windows pour architecture &amp;lt;tt&amp;gt;IA64&amp;lt;/tt&amp;gt;.&lt;br /&gt;
# Listes des machines dans la réserve (celles qui ne sont dans aucune salle).&lt;br /&gt;
# Combien de licences pour &amp;lt;tt&amp;gt;WIN-XP-PRO-IA32&amp;lt;/tt&amp;gt; sont-elles utilisées ?&lt;br /&gt;
# Combien de licences pour Windows XP sur architecture &amp;lt;tt&amp;gt;IA32&amp;lt;/tt&amp;gt; (toutes éditions confondues) sont-elles disponibles ?&lt;br /&gt;
# Listes des systèmes payants, pour lesquels il n&#039;y a plus de licence disponible.&lt;br /&gt;
# Quels systèmes sont installables sur la machine &amp;lt;tt&amp;gt;barbatruc&amp;lt;/tt&amp;gt; avec les licences disponibles ?&lt;br /&gt;
# Sur quelles machines de la réserve peut-on installer &amp;lt;tt&amp;gt;UBUNTU-DESKTOP-8.10-IA32&amp;lt;/tt&amp;gt; ?&lt;br /&gt;
# Quel est le système le plus &amp;quot;gourmand&amp;quot; en mémoire vive (celui qui en demande le plus pour fonctionner) ? Ecrire cette requête en algèbre relationnelle puis en SQL &#039;&#039;&#039;SANS AVOIR RECOURS&#039;&#039;&#039; aux primitives de calcul (max notamment) introduites par &amp;lt;tt&amp;gt;SQL&amp;lt;/tt&amp;gt;.&lt;br /&gt;
# Quelles sont les salles dans lesquelles on pourra trouver des machines avec des systèmes windows et d&#039;autres avec des systèmes Ubuntu ?&lt;br /&gt;
# Quelles sont les salles dans lesquelles toutes les machines sont installées sous Ubuntu ?&lt;br /&gt;
# Quelles sont les salles dans lesquelles aucune machine n&#039;est installée sous Ubuntu ?&lt;br /&gt;
# Quelles sont les machines sur lesquelles sont installés tous les systèmes dont dispose l&#039;Université ?&lt;br /&gt;
# Quelle est la salle ayant la configuration la plus hétérogène (il s&#039;agit de la salle qui comporte la plus grande variété de systèmes installés sur ses machines) ?&lt;br /&gt;
# Pour chaque salle, indiquez son nom et le nombre de systèmes différents installés sur les machines qui l&#039;occupent.&lt;br /&gt;
# Pour chaque salle, indiquez le nombre de prises Ethernet libres.&lt;br /&gt;
# Dans quelles salles peut-on encore ajouter une machine ?&lt;br /&gt;
# Listez les adresses IP attribuées par le serveur DHCP.&lt;br /&gt;
# Listez les machines auxquelles le serveur DHCP attribue une adresse, mais qui sont dans la réserve et pas dans une salle.&lt;/div&gt;</summary>
		<author><name>Cferr</name></author>
	</entry>
	<entry>
		<id>http://os-vps418.infomaniak.ch:1250/mediawiki/index.php?title=INFO606-TP2-2010-2011&amp;diff=5178</id>
		<title>INFO606-TP2-2010-2011</title>
		<link rel="alternate" type="text/html" href="http://os-vps418.infomaniak.ch:1250/mediawiki/index.php?title=INFO606-TP2-2010-2011&amp;diff=5178"/>
		<updated>2011-03-17T15:50:38Z</updated>

		<summary type="html">&lt;p&gt;Cferr : /* Partie 3: Requêtes */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Sujet du TP2 d&#039;[[INFO606]] en 2010/2011.&lt;br /&gt;
&lt;br /&gt;
==Description de la base à modéliser==&lt;br /&gt;
&lt;br /&gt;
Le SUMO (Service Universitaire de Mutualisation des Ordinateurs) gère un grand&lt;br /&gt;
parc de machines à disposition des étudiants, enseignants et personnels de&lt;br /&gt;
l&#039;Université.&lt;br /&gt;
&lt;br /&gt;
Chaque machine est identifiée par un nom réseau. Lors de l&#039;installation d&#039;une&lt;br /&gt;
machine, on relève les données pertinentes pour la gestion du réseau et des&lt;br /&gt;
logiciels: adresse MAC, architecture (ia32, ia64, sparc, powerpc), fréquence&lt;br /&gt;
du processeur (en MHz), taille de la mémoire vive (en Mio) et taille du disque&lt;br /&gt;
dur (en Gio). Un serveur DHCP associe à une adresse MAC une adresse IP sur le&lt;br /&gt;
réseau (certaines adresses MAC peuvent ne pas être référencées).&lt;br /&gt;
&lt;br /&gt;
Sur chaque machine est installé un système d&#039;exploitation (ou&lt;br /&gt;
plusieurs).  Chaque système a un nom et une version, une architecture&lt;br /&gt;
d&#039;accueil et des besoins matériels minimaux (fréquence, mémoire et&lt;br /&gt;
disque dur). Un système ne peut être installé que sur une machine&lt;br /&gt;
deayant une architecture adéquate, c&#039;est-à-dire avec au moins les&lt;br /&gt;
ressources matérielles minimales. Certains systèmes sont propriétaires&lt;br /&gt;
et payants : il faut alors acheter des licences pour avoir le droit de&lt;br /&gt;
les installer. Le nombre d&#039;installations d&#039;un système payant&lt;br /&gt;
doit être inférieur au nombre de licences dont on dispose.&lt;br /&gt;
&lt;br /&gt;
Chaque machine peut être mise à disposition dans une salle, identifiée par &lt;br /&gt;
un nom et un bâtiment (par exemple &amp;lt;tt&amp;gt;59B&amp;lt;/tt&amp;gt;, bâtiment &amp;lt;tt&amp;gt;Maurienne&amp;lt;/tt&amp;gt;).&lt;br /&gt;
Pour chaque salle, on donne l&#039;indication de l&#039;étage où elle se trouve. &lt;br /&gt;
Par ailleurs, le nombre de prises Ethernet est limité pour&lt;br /&gt;
chaque salle : on ne peut pas connecter plus de machines que ce qu&#039;il y a de&lt;br /&gt;
prises.&lt;br /&gt;
&lt;br /&gt;
==Travail à réaliser==&lt;br /&gt;
&lt;br /&gt;
Vous traiterez les trois parties suivantes dans un compte-rendu que vous ferez parvenir à votre responsable de TP.&lt;br /&gt;
&lt;br /&gt;
===Partie 1: Modèle de données===&lt;br /&gt;
&lt;br /&gt;
On propose la collection de relations suivante (les clefs sont en majuscules):&lt;br /&gt;
&lt;br /&gt;
  Systeme (IDENT_SYS, nom, version, edition, arch, freq_min, mem_min, dd_min, payant)&lt;br /&gt;
  Licence (NUM_CONTRAT, pour_sys, nb_licences)&lt;br /&gt;
  Machine (NOM_MACH, adr_mac, arch, freq_proc, taille_mem, taille_dd)&lt;br /&gt;
  Installation (NOM_MACH, IDENT_SYS)&lt;br /&gt;
  Dhcp (ADR_MAC, adr_ip)&lt;br /&gt;
  Salle (NOM_SALLE, BATIMENT, etage, nb_eth)&lt;br /&gt;
  Emplacement (NOM_MACH, nom_salle, batiment)&lt;br /&gt;
&lt;br /&gt;
# Guidés par la description du modèle, retrouvez le (ou plutôt un) schéma EA qui se traduit en cette collection de relations.&lt;br /&gt;
# Cette collection est-elle en 1FN, en 2FN , en 3FN ? Justifiez votre réponse.&lt;br /&gt;
# Identifiez, parmi les attributs de ces relations, ceux qui sont des références à des clés étrangères.&lt;br /&gt;
&lt;br /&gt;
===Partie 2: Observation des scripts===&lt;br /&gt;
&lt;br /&gt;
Les fichiers SQL de création de la base de données vous sont fournis [https://espaces-collaboratifs.grenet.fr/share/page/site/udslststic3tr/documentlibrary#filter=path|/Info606-Bases-de-Donnees/TPs/TP2/Scripts-SQL&amp;amp;page=1 ici pour les TR], [https://espaces-collaboratifs.grenet.fr/share/page/site/udslstmass3/documentlibrary#filter=path|/Info606-Bases-de-Donnees/TPs/TP2/Scripts-SQL&amp;amp;page=1 ici pour les Mass].&lt;br /&gt;
La base de donnée est hébergée sur le serveur &amp;lt;tt&amp;gt;eco.univ-savoie.fr&amp;lt;/tt&amp;gt; sur lequel vous pouvez vous connecter à travers le protocole SSH:&lt;br /&gt;
consultez à cet effet la page [[INFO606-TP|Consignes générales pour les TP]].&lt;br /&gt;
Dans la création des tables de la base, apparaissent les instructions SQL suivantes:&lt;br /&gt;
&lt;br /&gt;
  constraint systeme_arch_valide check (arch in (&#039;IA32&#039;, &#039;IA64&#039;, &#039;PowerPC&#039;, &#039;SPARC&#039;))&lt;br /&gt;
  constraint salle_cle primary key (nom_salle, batiment)&lt;br /&gt;
  constraint emplacement_ref_salle foreign key (nom_salle, batiment) references salle(nom_salle, batiment)&lt;br /&gt;
&lt;br /&gt;
# Que signifient-elles ? Que permettent-elles de représenter ? &lt;br /&gt;
# Quels sont les index qui ont été créés automatiquement par le SGBD sur cette base et pourquoi ? Vous consulterez la table système &amp;lt;tt&amp;gt;pg_indexes&amp;lt;/tt&amp;gt; pour répondre à cette question. &lt;br /&gt;
# Comment crée-t-on les utilisateurs et leur alloue-t-on des droits sur les tables ? Qui a actuellement des droits (et lesquels) sur les tables de la base &amp;lt;tt&amp;gt;TP-BD-L3-2010-2011&amp;lt;/tt&amp;gt; ? Fouillez dans les tables système pour répondre à cette question.&lt;br /&gt;
&lt;br /&gt;
===Partie 3: Requêtes===&lt;br /&gt;
&lt;br /&gt;
En préalable à cette partie, nous vous demanderons de compléter la&lt;br /&gt;
base fournie de manière à ce que vous disposiez d&#039;un jeu de tests&lt;br /&gt;
suffisant pour vérifier vos requêtes. Vous fournirez les requêtes&lt;br /&gt;
nécessaires à l&#039;insertion de n-uplets dans les tables ou à la&lt;br /&gt;
modification des n-uplets existants.&lt;br /&gt;
&lt;br /&gt;
Pour la suite, il vous est demandé de donner l&#039;expression &#039;&#039;&#039;en algèbre relationnelle et SQL&#039;&#039;&#039; des requêtes qui suivent, à exprimer&lt;br /&gt;
sur le schéma relationnel et la base correspondante, qui vous sont fournis&lt;br /&gt;
aujourd&#039;hui. &lt;br /&gt;
&lt;br /&gt;
# Liste des machines de l&#039;architecture &amp;lt;tt&amp;gt;IA32&amp;lt;/tt&amp;gt;.&lt;br /&gt;
# Listes des machines sur lesquelles le système &amp;lt;tt&amp;gt;WIN-XP-PRO-IA64&amp;lt;/tt&amp;gt; est installé.&lt;br /&gt;
# Liste des machines sur lesquelles est installé un Windows pour architecture &amp;lt;tt&amp;gt;IA64&amp;lt;/tt&amp;gt;.&lt;br /&gt;
# Listes des machines dans la réserve (celles qui ne sont dans aucune salle).&lt;br /&gt;
# Combien de licences pour &amp;lt;tt&amp;gt;WIN-XP-PRO-IA32&amp;lt;/tt&amp;gt; sont-elles utilisées ?&lt;br /&gt;
# Combien de licences pour Windows XP sur architecture &amp;lt;tt&amp;gt;IA32&amp;lt;/tt&amp;gt; (toutes éditions confondues) sont-elles disponibles ?&lt;br /&gt;
# Listes des systèmes payants, pour lesquels il n&#039;y a plus de licence disponible.&lt;br /&gt;
# Quels systèmes sont installables sur la machine &amp;lt;tt&amp;gt;barbatruc&amp;lt;/tt&amp;gt; avec les licences disponibles ?&lt;br /&gt;
# Sur quelles machines de la réserve peut-on installer &amp;lt;tt&amp;gt;UBUNTU-DESKTOP-8.10-IA32&amp;lt;/tt&amp;gt; ?&lt;br /&gt;
# Quel est le système le plus &amp;quot;gourmand&amp;quot; en mémoire vive (celui qui en demande le plus pour fonctionner) ? Ecrire cette requête en algèbre relationnelle puis en SQL &#039;&#039;&#039;SANS AVOIR RECOURS&#039;&#039;&#039; aux primitives de calcul (max notamment) introduites par &amp;lt;tt&amp;gt;SQL&amp;lt;/tt&amp;gt;.&lt;br /&gt;
# Quelles sont les salles dans lesquelles on pourra trouver des machines avec des systèmes windows et d&#039;autres avec des systèmes Ubuntu ?&lt;br /&gt;
# Quelles sont les salles dans lesquelles toutes les machines sont installées sous Ubuntu ?&lt;br /&gt;
# Quelles sont les salles dans lesquelles aucune machine n&#039;est installée sous Ubuntu ?&lt;br /&gt;
# Quelles sont les machines sur lesquelles sont installés tous les systèmes dont dispose l&#039;Université ?&lt;br /&gt;
# Quelle est la salle ayant la configuration la plus hétérogène (il s&#039;agit de la salle qui comporte la plus grande variété de systèmes installés sur ses machines) ?&lt;br /&gt;
# Pour chaque salle, indiquez son nom et le nombre de systèmes différents installés sur les machines qui l&#039;occupent.&lt;br /&gt;
# Pour chaque salle, indiquez le nombre de prises Ethernet libres.&lt;br /&gt;
# Dans quelles salles peut-on encore ajouter une machine ?&lt;br /&gt;
# Listez les adresses IP attribuées par le serveur DHCP.&lt;br /&gt;
# Listez les machines auxquelles le serveur DHCP attribue une adresse, mais qui sont dans la réserve et pas dans une salle.&lt;/div&gt;</summary>
		<author><name>Cferr</name></author>
	</entry>
	<entry>
		<id>http://os-vps418.infomaniak.ch:1250/mediawiki/index.php?title=INFO606-TP2-2010-2011&amp;diff=5177</id>
		<title>INFO606-TP2-2010-2011</title>
		<link rel="alternate" type="text/html" href="http://os-vps418.infomaniak.ch:1250/mediawiki/index.php?title=INFO606-TP2-2010-2011&amp;diff=5177"/>
		<updated>2011-03-17T15:49:30Z</updated>

		<summary type="html">&lt;p&gt;Cferr : /* Partie 2: Observation des scripts */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Sujet du TP2 d&#039;[[INFO606]] en 2010/2011.&lt;br /&gt;
&lt;br /&gt;
==Description de la base à modéliser==&lt;br /&gt;
&lt;br /&gt;
Le SUMO (Service Universitaire de Mutualisation des Ordinateurs) gère un grand&lt;br /&gt;
parc de machines à disposition des étudiants, enseignants et personnels de&lt;br /&gt;
l&#039;Université.&lt;br /&gt;
&lt;br /&gt;
Chaque machine est identifiée par un nom réseau. Lors de l&#039;installation d&#039;une&lt;br /&gt;
machine, on relève les données pertinentes pour la gestion du réseau et des&lt;br /&gt;
logiciels: adresse MAC, architecture (ia32, ia64, sparc, powerpc), fréquence&lt;br /&gt;
du processeur (en MHz), taille de la mémoire vive (en Mio) et taille du disque&lt;br /&gt;
dur (en Gio). Un serveur DHCP associe à une adresse MAC une adresse IP sur le&lt;br /&gt;
réseau (certaines adresses MAC peuvent ne pas être référencées).&lt;br /&gt;
&lt;br /&gt;
Sur chaque machine est installé un système d&#039;exploitation (ou&lt;br /&gt;
plusieurs).  Chaque système a un nom et une version, une architecture&lt;br /&gt;
d&#039;accueil et des besoins matériels minimaux (fréquence, mémoire et&lt;br /&gt;
disque dur). Un système ne peut être installé que sur une machine&lt;br /&gt;
deayant une architecture adéquate, c&#039;est-à-dire avec au moins les&lt;br /&gt;
ressources matérielles minimales. Certains systèmes sont propriétaires&lt;br /&gt;
et payants : il faut alors acheter des licences pour avoir le droit de&lt;br /&gt;
les installer. Le nombre d&#039;installations d&#039;un système payant&lt;br /&gt;
doit être inférieur au nombre de licences dont on dispose.&lt;br /&gt;
&lt;br /&gt;
Chaque machine peut être mise à disposition dans une salle, identifiée par &lt;br /&gt;
un nom et un bâtiment (par exemple &amp;lt;tt&amp;gt;59B&amp;lt;/tt&amp;gt;, bâtiment &amp;lt;tt&amp;gt;Maurienne&amp;lt;/tt&amp;gt;).&lt;br /&gt;
Pour chaque salle, on donne l&#039;indication de l&#039;étage où elle se trouve. &lt;br /&gt;
Par ailleurs, le nombre de prises Ethernet est limité pour&lt;br /&gt;
chaque salle : on ne peut pas connecter plus de machines que ce qu&#039;il y a de&lt;br /&gt;
prises.&lt;br /&gt;
&lt;br /&gt;
==Travail à réaliser==&lt;br /&gt;
&lt;br /&gt;
Vous traiterez les trois parties suivantes dans un compte-rendu que vous ferez parvenir à votre responsable de TP.&lt;br /&gt;
&lt;br /&gt;
===Partie 1: Modèle de données===&lt;br /&gt;
&lt;br /&gt;
On propose la collection de relations suivante (les clefs sont en majuscules):&lt;br /&gt;
&lt;br /&gt;
  Systeme (IDENT_SYS, nom, version, edition, arch, freq_min, mem_min, dd_min, payant)&lt;br /&gt;
  Licence (NUM_CONTRAT, pour_sys, nb_licences)&lt;br /&gt;
  Machine (NOM_MACH, adr_mac, arch, freq_proc, taille_mem, taille_dd)&lt;br /&gt;
  Installation (NOM_MACH, IDENT_SYS)&lt;br /&gt;
  Dhcp (ADR_MAC, adr_ip)&lt;br /&gt;
  Salle (NOM_SALLE, BATIMENT, etage, nb_eth)&lt;br /&gt;
  Emplacement (NOM_MACH, nom_salle, batiment)&lt;br /&gt;
&lt;br /&gt;
# Guidés par la description du modèle, retrouvez le (ou plutôt un) schéma EA qui se traduit en cette collection de relations.&lt;br /&gt;
# Cette collection est-elle en 1FN, en 2FN , en 3FN ? Justifiez votre réponse.&lt;br /&gt;
# Identifiez, parmi les attributs de ces relations, ceux qui sont des références à des clés étrangères.&lt;br /&gt;
&lt;br /&gt;
===Partie 2: Observation des scripts===&lt;br /&gt;
&lt;br /&gt;
Les fichiers SQL de création de la base de données vous sont fournis [https://espaces-collaboratifs.grenet.fr/share/page/site/udslststic3tr/documentlibrary#filter=path|/Info606-Bases-de-Donnees/TPs/TP2/Scripts-SQL&amp;amp;page=1 ici pour les TR], [https://espaces-collaboratifs.grenet.fr/share/page/site/udslstmass3/documentlibrary#filter=path|/Info606-Bases-de-Donnees/TPs/TP2/Scripts-SQL&amp;amp;page=1 ici pour les Mass].&lt;br /&gt;
La base de donnée est hébergée sur le serveur &amp;lt;tt&amp;gt;eco.univ-savoie.fr&amp;lt;/tt&amp;gt; sur lequel vous pouvez vous connecter à travers le protocole SSH:&lt;br /&gt;
consultez à cet effet la page [[INFO606-TP|Consignes générales pour les TP]].&lt;br /&gt;
Dans la création des tables de la base, apparaissent les instructions SQL suivantes:&lt;br /&gt;
&lt;br /&gt;
  constraint systeme_arch_valide check (arch in (&#039;IA32&#039;, &#039;IA64&#039;, &#039;PowerPC&#039;, &#039;SPARC&#039;))&lt;br /&gt;
  constraint salle_cle primary key (nom_salle, batiment)&lt;br /&gt;
  constraint emplacement_ref_salle foreign key (nom_salle, batiment) references salle(nom_salle, batiment)&lt;br /&gt;
&lt;br /&gt;
# Que signifient-elles ? Que permettent-elles de représenter ? &lt;br /&gt;
# Quels sont les index qui ont été créés automatiquement par le SGBD sur cette base et pourquoi ? Vous consulterez la table système &amp;lt;tt&amp;gt;pg_indexes&amp;lt;/tt&amp;gt; pour répondre à cette question. &lt;br /&gt;
# Comment crée-t-on les utilisateurs et leur alloue-t-on des droits sur les tables ? Qui a actuellement des droits (et lesquels) sur les tables de la base &amp;lt;tt&amp;gt;TP-BD-L3-2010-2011&amp;lt;/tt&amp;gt; ? Fouillez dans les tables système pour répondre à cette question.&lt;br /&gt;
&lt;br /&gt;
===Partie 3: Requêtes===&lt;br /&gt;
&lt;br /&gt;
En préalable à cette partie, nous vous demanderons de compléter la&lt;br /&gt;
base fournie de manière à ce que vous disposiez d&#039;un jeu de tests&lt;br /&gt;
suffisant pour vérifier vos requêtes. Vous fournirez les requêtes&lt;br /&gt;
nécessaires à l&#039;insertion de n-uplets dans les tables ou à la&lt;br /&gt;
modification des n-uplets existants.&lt;br /&gt;
&lt;br /&gt;
Pour la suite, il vous est demandé de donner l&#039;expression &#039;&#039;&#039;en algèbre relationnelle et SQL&#039;&#039;&#039; des requêtes qui suivent, à exprimer&lt;br /&gt;
sur le schéma relationnel et la base correspondante, qui vous sont fournis&lt;br /&gt;
aujourd&#039;hui. &lt;br /&gt;
&lt;br /&gt;
# Liste des machines de l&#039;architecture &amp;lt;tt&amp;gt;IA32&amp;lt;/tt&amp;gt;.&lt;br /&gt;
# Listes des machines sur lesquelles le système &amp;lt;tt&amp;gt;WIN-XP-PRO-IA64&amp;lt;/tt&amp;gt; est installé.&lt;br /&gt;
# Liste des machines sur lesquelles est installé un Windows pour architecture &amp;lt;tt&amp;gt;IA64&amp;lt;/tt&amp;gt;.&lt;br /&gt;
# Listes des machines dans la réserve (celles qui ne sont dans aucune salle).&lt;br /&gt;
# Combien de licences pour &amp;lt;tt&amp;gt;WIN-XP-PRO-IA32&amp;lt;/tt&amp;gt; sont-elles utilisées ?&lt;br /&gt;
# Combien de licences pour Windows XP sur architecture &amp;lt;tt&amp;gt;IA32&amp;lt;/tt&amp;gt; (toutes éditions confondues) sont-elles disponibles ?&lt;br /&gt;
# Listes des systèmes payants, pour lesquels il n&#039;y a plus de licence disponible.&lt;br /&gt;
# Quels systèmes sont installables sur la machine &amp;lt;tt&amp;gt;barbatruc&amp;lt;/tt&amp;gt; avec les licences disponibles ?&lt;br /&gt;
# Sur quelles machines de la réserve peut-on installer &amp;lt;tt&amp;gt;UBUNTU-DESKTOP-8.10-IA32&amp;lt;/tt&amp;gt; ?&lt;br /&gt;
# Quel est le système le plus &amp;quot;gourmand&amp;quot; en mémoire vive (celui qui en demande le plus pour fonctionner) ? Ecrire cette requête en algèbre et calcul relationnels, puis en SQL &#039;&#039;&#039;SANS AVOIR RECOURS&#039;&#039;&#039; aux primitives de calcul (max notamment) introduites par &amp;lt;tt&amp;gt;SQL&amp;lt;/tt&amp;gt;.&lt;br /&gt;
# Quelles sont les salles dans lesquelles on pourra trouver des machines avec des systèmes windows et d&#039;autres avec des systèmes Ubuntu ?&lt;br /&gt;
# Quelles sont les salles dans lesquelles toutes les machines sont installées sous Ubuntu ?&lt;br /&gt;
# Quelles sont les salles dans lesquelles aucune machine n&#039;est installée sous Ubuntu ?&lt;br /&gt;
# Quelles sont les machines sur lesquelles sont installés tous les systèmes dont dispose l&#039;Université ?&lt;br /&gt;
# Quelle est la salle ayant la configuration la plus hétérogène (il s&#039;agit de la salle qui comporte la plus grande variété de systèmes installés sur ses machines) ?&lt;br /&gt;
# Pour chaque salle, indiquez son nom et le nombre de systèmes différents installés sur les machines qui l&#039;occupent.&lt;br /&gt;
# Pour chaque salle, indiquez le nombre de prises Ethernet libres.&lt;br /&gt;
# Dans quelles salles peut-on encore ajouter une machine ?&lt;br /&gt;
# Listez les adresses IP attribuées par le serveur DHCP.&lt;br /&gt;
# Listez les machines auxquelles le serveur DHCP attribue une adresse, mais qui sont dans la réserve et pas dans une salle.&lt;/div&gt;</summary>
		<author><name>Cferr</name></author>
	</entry>
	<entry>
		<id>http://os-vps418.infomaniak.ch:1250/mediawiki/index.php?title=INFO606-TP2-2010-2011&amp;diff=5175</id>
		<title>INFO606-TP2-2010-2011</title>
		<link rel="alternate" type="text/html" href="http://os-vps418.infomaniak.ch:1250/mediawiki/index.php?title=INFO606-TP2-2010-2011&amp;diff=5175"/>
		<updated>2011-03-16T00:46:28Z</updated>

		<summary type="html">&lt;p&gt;Cferr : /* Partie 3: Requêtes */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Sujet du TP2 d&#039;[[INFO606]] en 2010/2011.&lt;br /&gt;
&lt;br /&gt;
==Description de la base à modéliser==&lt;br /&gt;
&lt;br /&gt;
Le SUMO (Service Universitaire de Mutualisation des Ordinateurs) gère un grand&lt;br /&gt;
parc de machines à disposition des étudiants, enseignants et personnels de&lt;br /&gt;
l&#039;Université.&lt;br /&gt;
&lt;br /&gt;
Chaque machine est identifiée par un nom réseau. Lors de l&#039;installation d&#039;une&lt;br /&gt;
machine, on relève les données pertinentes pour la gestion du réseau et des&lt;br /&gt;
logiciels: adresse MAC, architecture (ia32, ia64, sparc, powerpc), fréquence&lt;br /&gt;
du processeur (en MHz), taille de la mémoire vive (en Mio) et taille du disque&lt;br /&gt;
dur (en Gio). Un serveur DHCP associe à une adresse MAC une adresse IP sur le&lt;br /&gt;
réseau (certaines adresses MAC peuvent ne pas être référencées).&lt;br /&gt;
&lt;br /&gt;
Sur chaque machine est installé un système d&#039;exploitation (ou&lt;br /&gt;
plusieurs).  Chaque système a un nom et une version, une architecture&lt;br /&gt;
d&#039;accueil et des besoins matériels minimaux (fréquence, mémoire et&lt;br /&gt;
disque dur). Un système ne peut être installé que sur une machine&lt;br /&gt;
deayant une architecture adéquate, c&#039;est-à-dire avec au moins les&lt;br /&gt;
ressources matérielles minimales. Certains systèmes sont propriétaires&lt;br /&gt;
et payants : il faut alors acheter des licences pour avoir le droit de&lt;br /&gt;
les installer. Le nombre d&#039;installations d&#039;un système payant&lt;br /&gt;
doit être inférieur au nombre de licences dont on dispose.&lt;br /&gt;
&lt;br /&gt;
Chaque machine peut être mise à disposition dans une salle, identifiée par &lt;br /&gt;
un nom et un bâtiment (par exemple &amp;lt;tt&amp;gt;59B&amp;lt;/tt&amp;gt;, bâtiment &amp;lt;tt&amp;gt;Maurienne&amp;lt;/tt&amp;gt;).&lt;br /&gt;
Pour chaque salle, on donne l&#039;indication de l&#039;étage où elle se trouve. &lt;br /&gt;
Par ailleurs, le nombre de prises Ethernet est limité pour&lt;br /&gt;
chaque salle : on ne peut pas connecter plus de machines que ce qu&#039;il y a de&lt;br /&gt;
prises.&lt;br /&gt;
&lt;br /&gt;
==Travail à réaliser==&lt;br /&gt;
&lt;br /&gt;
Vous traiterez les trois parties suivantes dans un compte-rendu que vous ferez parvenir à votre responsable de TP.&lt;br /&gt;
&lt;br /&gt;
===Partie 1: Modèle de données===&lt;br /&gt;
&lt;br /&gt;
On propose la collection de relations suivante (les clefs sont en majuscules):&lt;br /&gt;
&lt;br /&gt;
  Systeme (IDENT_SYS, nom, version, edition, arch, freq_min, mem_min, dd_min, payant)&lt;br /&gt;
  Licence (NUM_CONTRAT, pour_sys, nb_licences)&lt;br /&gt;
  Machine (NOM_MACH, adr_mac, arch, freq_proc, taille_mem, taille_dd)&lt;br /&gt;
  Installation (NOM_MACH, IDENT_SYS)&lt;br /&gt;
  Dhcp (ADR_MAC, adr_ip)&lt;br /&gt;
  Salle (NOM_SALLE, BATIMENT, etage, nb_eth)&lt;br /&gt;
  Emplacement (NOM_MACH, nom_salle, batiment)&lt;br /&gt;
&lt;br /&gt;
# Guidés par la description du modèle, retrouvez le (ou plutôt un) schéma EA qui se traduit en cette collection de relations.&lt;br /&gt;
# Cette collection est-elle en 1FN, en 2FN , en 3FN ? Justifiez votre réponse.&lt;br /&gt;
# Identifiez, parmi les attributs de ces relations, ceux qui sont des références à des clés étrangères.&lt;br /&gt;
&lt;br /&gt;
===Partie 2: Observation des scripts===&lt;br /&gt;
&lt;br /&gt;
Les fichiers SQL de création de la base de données vous sont fournis [https://espaces-collaboratifs.grenet.fr/share/page/site/udslststic3tr/documentlibrary#filter=path|/Info606-Bases-de-Donnees/TPs/TP2/Scripts-SQL&amp;amp;page=1 ici].&lt;br /&gt;
La base de donnée est hébergée sur le serveur &amp;lt;tt&amp;gt;eco.univ-savoie.fr&amp;lt;/tt&amp;gt; sur lequel vous pouvez vous connecter à travers le protocole SSH:&lt;br /&gt;
consultez à cet effet la page [[INFO606-TP|Consignes générales pour les TP]].&lt;br /&gt;
Dans la création des tables de la base, apparaissent les instructions SQL suivantes:&lt;br /&gt;
&lt;br /&gt;
  constraint systeme_arch_valide check (arch in (&#039;IA32&#039;, &#039;IA64&#039;, &#039;PowerPC&#039;, &#039;SPARC&#039;))&lt;br /&gt;
  constraint salle_cle primary key (nom_salle, batiment)&lt;br /&gt;
  constraint emplacement_ref_salle foreign key (nom_salle, batiment) references salle(nom_salle, batiment)&lt;br /&gt;
&lt;br /&gt;
# Que signifient-elles ? Que permettent-elles de représenter ? &lt;br /&gt;
# Quels sont les index qui ont été créés automatiquement par le SGBD sur cette base et pourquoi ? Vous consulterez la table système &amp;lt;tt&amp;gt;pg_indexes&amp;lt;/tt&amp;gt; pour répondre à cette question. &lt;br /&gt;
# Comment crée-t-on les utilisateurs et leur alloue-t-on des droits sur les tables ? Qui a actuellement des droits (et lesquels) sur les tables de la base &amp;lt;tt&amp;gt;TP-BD-L3-2010-2011&amp;lt;/tt&amp;gt; ? Fouillez dans les tables système pour répondre à cette question.&lt;br /&gt;
&lt;br /&gt;
===Partie 3: Requêtes===&lt;br /&gt;
&lt;br /&gt;
En préalable à cette partie, nous vous demanderons de compléter la&lt;br /&gt;
base fournie de manière à ce que vous disposiez d&#039;un jeu de tests&lt;br /&gt;
suffisant pour vérifier vos requêtes. Vous fournirez les requêtes&lt;br /&gt;
nécessaires à l&#039;insertion de n-uplets dans les tables ou à la&lt;br /&gt;
modification des n-uplets existants.&lt;br /&gt;
&lt;br /&gt;
Pour la suite, il vous est demandé de donner l&#039;expression &#039;&#039;&#039;en algèbre relationnelle et SQL&#039;&#039;&#039; des requêtes qui suivent, à exprimer&lt;br /&gt;
sur le schéma relationnel et la base correspondante, qui vous sont fournis&lt;br /&gt;
aujourd&#039;hui. &lt;br /&gt;
&lt;br /&gt;
# Liste des machines de l&#039;architecture &amp;lt;tt&amp;gt;IA32&amp;lt;/tt&amp;gt;.&lt;br /&gt;
# Listes des machines sur lesquelles le système &amp;lt;tt&amp;gt;WIN-XP-PRO-IA64&amp;lt;/tt&amp;gt; est installé.&lt;br /&gt;
# Liste des machines sur lesquelles est installé un Windows pour architecture &amp;lt;tt&amp;gt;IA64&amp;lt;/tt&amp;gt;.&lt;br /&gt;
# Listes des machines dans la réserve (celles qui ne sont dans aucune salle).&lt;br /&gt;
# Combien de licences pour &amp;lt;tt&amp;gt;WIN-XP-PRO-IA32&amp;lt;/tt&amp;gt; sont-elles utilisées ?&lt;br /&gt;
# Combien de licences pour Windows XP sur architecture &amp;lt;tt&amp;gt;IA32&amp;lt;/tt&amp;gt; (toutes éditions confondues) sont-elles disponibles ?&lt;br /&gt;
# Listes des systèmes payants, pour lesquels il n&#039;y a plus de licence disponible.&lt;br /&gt;
# Quels systèmes sont installables sur la machine &amp;lt;tt&amp;gt;barbatruc&amp;lt;/tt&amp;gt; avec les licences disponibles ?&lt;br /&gt;
# Sur quelles machines de la réserve peut-on installer &amp;lt;tt&amp;gt;UBUNTU-DESKTOP-8.10-IA32&amp;lt;/tt&amp;gt; ?&lt;br /&gt;
# Quel est le système le plus &amp;quot;gourmand&amp;quot; en mémoire vive (celui qui en demande le plus pour fonctionner) ? Ecrire cette requête en algèbre et calcul relationnels, puis en SQL &#039;&#039;&#039;SANS AVOIR RECOURS&#039;&#039;&#039; aux primitives de calcul (max notamment) introduites par &amp;lt;tt&amp;gt;SQL&amp;lt;/tt&amp;gt;.&lt;br /&gt;
# Quelles sont les salles dans lesquelles on pourra trouver des machines avec des systèmes windows et d&#039;autres avec des systèmes Ubuntu ?&lt;br /&gt;
# Quelles sont les salles dans lesquelles toutes les machines sont installées sous Ubuntu ?&lt;br /&gt;
# Quelles sont les salles dans lesquelles aucune machine n&#039;est installée sous Ubuntu ?&lt;br /&gt;
# Quelles sont les machines sur lesquelles sont installés tous les systèmes dont dispose l&#039;Université ?&lt;br /&gt;
# Quelle est la salle ayant la configuration la plus hétérogène (il s&#039;agit de la salle qui comporte la plus grande variété de systèmes installés sur ses machines) ?&lt;br /&gt;
# Pour chaque salle, indiquez son nom et le nombre de systèmes différents installés sur les machines qui l&#039;occupent.&lt;br /&gt;
# Pour chaque salle, indiquez le nombre de prises Ethernet libres.&lt;br /&gt;
# Dans quelles salles peut-on encore ajouter une machine ?&lt;br /&gt;
# Listez les adresses IP attribuées par le serveur DHCP.&lt;br /&gt;
# Listez les machines auxquelles le serveur DHCP attribue une adresse, mais qui sont dans la réserve et pas dans une salle.&lt;/div&gt;</summary>
		<author><name>Cferr</name></author>
	</entry>
	<entry>
		<id>http://os-vps418.infomaniak.ch:1250/mediawiki/index.php?title=INFO606-TP2-2010-2011&amp;diff=5174</id>
		<title>INFO606-TP2-2010-2011</title>
		<link rel="alternate" type="text/html" href="http://os-vps418.infomaniak.ch:1250/mediawiki/index.php?title=INFO606-TP2-2010-2011&amp;diff=5174"/>
		<updated>2011-03-16T00:45:40Z</updated>

		<summary type="html">&lt;p&gt;Cferr : /* Partie 3: Requêtes */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Sujet du TP2 d&#039;[[INFO606]] en 2010/2011.&lt;br /&gt;
&lt;br /&gt;
==Description de la base à modéliser==&lt;br /&gt;
&lt;br /&gt;
Le SUMO (Service Universitaire de Mutualisation des Ordinateurs) gère un grand&lt;br /&gt;
parc de machines à disposition des étudiants, enseignants et personnels de&lt;br /&gt;
l&#039;Université.&lt;br /&gt;
&lt;br /&gt;
Chaque machine est identifiée par un nom réseau. Lors de l&#039;installation d&#039;une&lt;br /&gt;
machine, on relève les données pertinentes pour la gestion du réseau et des&lt;br /&gt;
logiciels: adresse MAC, architecture (ia32, ia64, sparc, powerpc), fréquence&lt;br /&gt;
du processeur (en MHz), taille de la mémoire vive (en Mio) et taille du disque&lt;br /&gt;
dur (en Gio). Un serveur DHCP associe à une adresse MAC une adresse IP sur le&lt;br /&gt;
réseau (certaines adresses MAC peuvent ne pas être référencées).&lt;br /&gt;
&lt;br /&gt;
Sur chaque machine est installé un système d&#039;exploitation (ou&lt;br /&gt;
plusieurs).  Chaque système a un nom et une version, une architecture&lt;br /&gt;
d&#039;accueil et des besoins matériels minimaux (fréquence, mémoire et&lt;br /&gt;
disque dur). Un système ne peut être installé que sur une machine&lt;br /&gt;
deayant une architecture adéquate, c&#039;est-à-dire avec au moins les&lt;br /&gt;
ressources matérielles minimales. Certains systèmes sont propriétaires&lt;br /&gt;
et payants : il faut alors acheter des licences pour avoir le droit de&lt;br /&gt;
les installer. Le nombre d&#039;installations d&#039;un système payant&lt;br /&gt;
doit être inférieur au nombre de licences dont on dispose.&lt;br /&gt;
&lt;br /&gt;
Chaque machine peut être mise à disposition dans une salle, identifiée par &lt;br /&gt;
un nom et un bâtiment (par exemple &amp;lt;tt&amp;gt;59B&amp;lt;/tt&amp;gt;, bâtiment &amp;lt;tt&amp;gt;Maurienne&amp;lt;/tt&amp;gt;).&lt;br /&gt;
Pour chaque salle, on donne l&#039;indication de l&#039;étage où elle se trouve. &lt;br /&gt;
Par ailleurs, le nombre de prises Ethernet est limité pour&lt;br /&gt;
chaque salle : on ne peut pas connecter plus de machines que ce qu&#039;il y a de&lt;br /&gt;
prises.&lt;br /&gt;
&lt;br /&gt;
==Travail à réaliser==&lt;br /&gt;
&lt;br /&gt;
Vous traiterez les trois parties suivantes dans un compte-rendu que vous ferez parvenir à votre responsable de TP.&lt;br /&gt;
&lt;br /&gt;
===Partie 1: Modèle de données===&lt;br /&gt;
&lt;br /&gt;
On propose la collection de relations suivante (les clefs sont en majuscules):&lt;br /&gt;
&lt;br /&gt;
  Systeme (IDENT_SYS, nom, version, edition, arch, freq_min, mem_min, dd_min, payant)&lt;br /&gt;
  Licence (NUM_CONTRAT, pour_sys, nb_licences)&lt;br /&gt;
  Machine (NOM_MACH, adr_mac, arch, freq_proc, taille_mem, taille_dd)&lt;br /&gt;
  Installation (NOM_MACH, IDENT_SYS)&lt;br /&gt;
  Dhcp (ADR_MAC, adr_ip)&lt;br /&gt;
  Salle (NOM_SALLE, BATIMENT, etage, nb_eth)&lt;br /&gt;
  Emplacement (NOM_MACH, nom_salle, batiment)&lt;br /&gt;
&lt;br /&gt;
# Guidés par la description du modèle, retrouvez le (ou plutôt un) schéma EA qui se traduit en cette collection de relations.&lt;br /&gt;
# Cette collection est-elle en 1FN, en 2FN , en 3FN ? Justifiez votre réponse.&lt;br /&gt;
# Identifiez, parmi les attributs de ces relations, ceux qui sont des références à des clés étrangères.&lt;br /&gt;
&lt;br /&gt;
===Partie 2: Observation des scripts===&lt;br /&gt;
&lt;br /&gt;
Les fichiers SQL de création de la base de données vous sont fournis [https://espaces-collaboratifs.grenet.fr/share/page/site/udslststic3tr/documentlibrary#filter=path|/Info606-Bases-de-Donnees/TPs/TP2/Scripts-SQL&amp;amp;page=1 ici].&lt;br /&gt;
La base de donnée est hébergée sur le serveur &amp;lt;tt&amp;gt;eco.univ-savoie.fr&amp;lt;/tt&amp;gt; sur lequel vous pouvez vous connecter à travers le protocole SSH:&lt;br /&gt;
consultez à cet effet la page [[INFO606-TP|Consignes générales pour les TP]].&lt;br /&gt;
Dans la création des tables de la base, apparaissent les instructions SQL suivantes:&lt;br /&gt;
&lt;br /&gt;
  constraint systeme_arch_valide check (arch in (&#039;IA32&#039;, &#039;IA64&#039;, &#039;PowerPC&#039;, &#039;SPARC&#039;))&lt;br /&gt;
  constraint salle_cle primary key (nom_salle, batiment)&lt;br /&gt;
  constraint emplacement_ref_salle foreign key (nom_salle, batiment) references salle(nom_salle, batiment)&lt;br /&gt;
&lt;br /&gt;
# Que signifient-elles ? Que permettent-elles de représenter ? &lt;br /&gt;
# Quels sont les index qui ont été créés automatiquement par le SGBD sur cette base et pourquoi ? Vous consulterez la table système &amp;lt;tt&amp;gt;pg_indexes&amp;lt;/tt&amp;gt; pour répondre à cette question. &lt;br /&gt;
# Comment crée-t-on les utilisateurs et leur alloue-t-on des droits sur les tables ? Qui a actuellement des droits (et lesquels) sur les tables de la base &amp;lt;tt&amp;gt;TP-BD-L3-2010-2011&amp;lt;/tt&amp;gt; ? Fouillez dans les tables système pour répondre à cette question.&lt;br /&gt;
&lt;br /&gt;
===Partie 3: Requêtes===&lt;br /&gt;
&lt;br /&gt;
En préalable à cette partie, nous vous demanderons de compléter la&lt;br /&gt;
base fournie de manière à ce que vous disposiez d&#039;un jeu de tests&lt;br /&gt;
suffisant pour vérifier vos requêtes. Vous fournirez les requêtes&lt;br /&gt;
nécessaires à l&#039;insertion de n-uplets dans les tables ou à la&lt;br /&gt;
modification des n-uplets existants.&lt;br /&gt;
&lt;br /&gt;
Pour la suite, il vous est demandé de donner l&#039;expression &#039;&#039;&#039;en algèbre&lt;br /&gt;
relationnelle et SQL&#039;&#039;&#039; des requêtes qui suivent, à exprimer&lt;br /&gt;
sur le schéma relationnel et la base correspondante, qui vous sont fournis&lt;br /&gt;
aujourd&#039;hui. &lt;br /&gt;
&lt;br /&gt;
# Liste des machines de l&#039;architecture &amp;lt;tt&amp;gt;IA32&amp;lt;/tt&amp;gt;.&lt;br /&gt;
# Listes des machines sur lesquelles le système &amp;lt;tt&amp;gt;WIN-XP-PRO-IA64&amp;lt;/tt&amp;gt; est installé.&lt;br /&gt;
# Liste des machines sur lesquelles est installé un Windows pour architecture &amp;lt;tt&amp;gt;IA64&amp;lt;/tt&amp;gt;.&lt;br /&gt;
# Listes des machines dans la réserve (celles qui ne sont dans aucune salle).&lt;br /&gt;
# Combien de licences pour &amp;lt;tt&amp;gt;WIN-XP-PRO-IA32&amp;lt;/tt&amp;gt; sont-elles utilisées ?&lt;br /&gt;
# Combien de licences pour Windows XP sur architecture &amp;lt;tt&amp;gt;IA32&amp;lt;/tt&amp;gt; (toutes éditions confondues) sont-elles disponibles ?&lt;br /&gt;
# Listes des systèmes payants, pour lesquels il n&#039;y a plus de licence disponible.&lt;br /&gt;
# Quels systèmes sont installables sur la machine &amp;lt;tt&amp;gt;barbatruc&amp;lt;/tt&amp;gt; avec les licences disponibles ?&lt;br /&gt;
# Sur quelles machines de la réserve peut-on installer &amp;lt;tt&amp;gt;UBUNTU-DESKTOP-8.10-IA32&amp;lt;/tt&amp;gt; ?&lt;br /&gt;
# Quel est le système le plus &amp;quot;gourmand&amp;quot; en mémoire vive (celui qui en demande le plus pour fonctionner) ? Ecrire cette requête en algèbre et calcul relationnels, puis en SQL &#039;&#039;&#039;SANS AVOIR RECOURS&#039;&#039;&#039; aux primitives de calcul (max notamment) introduites par &amp;lt;tt&amp;gt;SQL&amp;lt;/tt&amp;gt;.&lt;br /&gt;
# Quelles sont les salles dans lesquelles on pourra trouver des machines avec des systèmes windows et d&#039;autres avec des systèmes Ubuntu ?&lt;br /&gt;
# Quelles sont les salles dans lesquelles toutes les machines sont installées sous Ubuntu ?&lt;br /&gt;
# Quelles sont les salles dans lesquelles aucune machine n&#039;est installée sous Ubuntu ?&lt;br /&gt;
# Quelles sont les machines sur lesquelles sont installés tous les systèmes dont dispose l&#039;Université ?&lt;br /&gt;
# Quelle est la salle ayant la configuration la plus hétérogène (il s&#039;agit de la salle qui comporte la plus grande variété de systèmes installés sur ses machines) ?&lt;br /&gt;
# Pour chaque salle, indiquez son nom et le nombre de systèmes différents installés sur les machines qui l&#039;occupent.&lt;br /&gt;
# Pour chaque salle, indiquez le nombre de prises Ethernet libres.&lt;br /&gt;
# Dans quelles salles peut-on encore ajouter une machine ?&lt;br /&gt;
# Listez les adresses IP attribuées par le serveur DHCP.&lt;br /&gt;
# Listez les machines auxquelles le serveur DHCP attribue une adresse, mais qui sont dans la réserve et pas dans une salle.&lt;/div&gt;</summary>
		<author><name>Cferr</name></author>
	</entry>
	<entry>
		<id>http://os-vps418.infomaniak.ch:1250/mediawiki/index.php?title=INFO606-TP2-2010-2011&amp;diff=5173</id>
		<title>INFO606-TP2-2010-2011</title>
		<link rel="alternate" type="text/html" href="http://os-vps418.infomaniak.ch:1250/mediawiki/index.php?title=INFO606-TP2-2010-2011&amp;diff=5173"/>
		<updated>2011-03-16T00:39:43Z</updated>

		<summary type="html">&lt;p&gt;Cferr : /* Partie 2: Observation des scripts */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Sujet du TP2 d&#039;[[INFO606]] en 2010/2011.&lt;br /&gt;
&lt;br /&gt;
==Description de la base à modéliser==&lt;br /&gt;
&lt;br /&gt;
Le SUMO (Service Universitaire de Mutualisation des Ordinateurs) gère un grand&lt;br /&gt;
parc de machines à disposition des étudiants, enseignants et personnels de&lt;br /&gt;
l&#039;Université.&lt;br /&gt;
&lt;br /&gt;
Chaque machine est identifiée par un nom réseau. Lors de l&#039;installation d&#039;une&lt;br /&gt;
machine, on relève les données pertinentes pour la gestion du réseau et des&lt;br /&gt;
logiciels: adresse MAC, architecture (ia32, ia64, sparc, powerpc), fréquence&lt;br /&gt;
du processeur (en MHz), taille de la mémoire vive (en Mio) et taille du disque&lt;br /&gt;
dur (en Gio). Un serveur DHCP associe à une adresse MAC une adresse IP sur le&lt;br /&gt;
réseau (certaines adresses MAC peuvent ne pas être référencées).&lt;br /&gt;
&lt;br /&gt;
Sur chaque machine est installé un système d&#039;exploitation (ou&lt;br /&gt;
plusieurs).  Chaque système a un nom et une version, une architecture&lt;br /&gt;
d&#039;accueil et des besoins matériels minimaux (fréquence, mémoire et&lt;br /&gt;
disque dur). Un système ne peut être installé que sur une machine&lt;br /&gt;
deayant une architecture adéquate, c&#039;est-à-dire avec au moins les&lt;br /&gt;
ressources matérielles minimales. Certains systèmes sont propriétaires&lt;br /&gt;
et payants : il faut alors acheter des licences pour avoir le droit de&lt;br /&gt;
les installer. Le nombre d&#039;installations d&#039;un système payant&lt;br /&gt;
doit être inférieur au nombre de licences dont on dispose.&lt;br /&gt;
&lt;br /&gt;
Chaque machine peut être mise à disposition dans une salle, identifiée par &lt;br /&gt;
un nom et un bâtiment (par exemple &amp;lt;tt&amp;gt;59B&amp;lt;/tt&amp;gt;, bâtiment &amp;lt;tt&amp;gt;Maurienne&amp;lt;/tt&amp;gt;).&lt;br /&gt;
Pour chaque salle, on donne l&#039;indication de l&#039;étage où elle se trouve. &lt;br /&gt;
Par ailleurs, le nombre de prises Ethernet est limité pour&lt;br /&gt;
chaque salle : on ne peut pas connecter plus de machines que ce qu&#039;il y a de&lt;br /&gt;
prises.&lt;br /&gt;
&lt;br /&gt;
==Travail à réaliser==&lt;br /&gt;
&lt;br /&gt;
Vous traiterez les trois parties suivantes dans un compte-rendu que vous ferez parvenir à votre responsable de TP.&lt;br /&gt;
&lt;br /&gt;
===Partie 1: Modèle de données===&lt;br /&gt;
&lt;br /&gt;
On propose la collection de relations suivante (les clefs sont en majuscules):&lt;br /&gt;
&lt;br /&gt;
  Systeme (IDENT_SYS, nom, version, edition, arch, freq_min, mem_min, dd_min, payant)&lt;br /&gt;
  Licence (NUM_CONTRAT, pour_sys, nb_licences)&lt;br /&gt;
  Machine (NOM_MACH, adr_mac, arch, freq_proc, taille_mem, taille_dd)&lt;br /&gt;
  Installation (NOM_MACH, IDENT_SYS)&lt;br /&gt;
  Dhcp (ADR_MAC, adr_ip)&lt;br /&gt;
  Salle (NOM_SALLE, BATIMENT, etage, nb_eth)&lt;br /&gt;
  Emplacement (NOM_MACH, nom_salle, batiment)&lt;br /&gt;
&lt;br /&gt;
# Guidés par la description du modèle, retrouvez le (ou plutôt un) schéma EA qui se traduit en cette collection de relations.&lt;br /&gt;
# Cette collection est-elle en 1FN, en 2FN , en 3FN ? Justifiez votre réponse.&lt;br /&gt;
# Identifiez, parmi les attributs de ces relations, ceux qui sont des références à des clés étrangères.&lt;br /&gt;
&lt;br /&gt;
===Partie 2: Observation des scripts===&lt;br /&gt;
&lt;br /&gt;
Les fichiers SQL de création de la base de données vous sont fournis [https://espaces-collaboratifs.grenet.fr/share/page/site/udslststic3tr/documentlibrary#filter=path|/Info606-Bases-de-Donnees/TPs/TP2/Scripts-SQL&amp;amp;page=1 ici].&lt;br /&gt;
La base de donnée est hébergée sur le serveur &amp;lt;tt&amp;gt;eco.univ-savoie.fr&amp;lt;/tt&amp;gt; sur lequel vous pouvez vous connecter à travers le protocole SSH:&lt;br /&gt;
consultez à cet effet la page [[INFO606-TP|Consignes générales pour les TP]].&lt;br /&gt;
Dans la création des tables de la base, apparaissent les instructions SQL suivantes:&lt;br /&gt;
&lt;br /&gt;
  constraint systeme_arch_valide check (arch in (&#039;IA32&#039;, &#039;IA64&#039;, &#039;PowerPC&#039;, &#039;SPARC&#039;))&lt;br /&gt;
  constraint salle_cle primary key (nom_salle, batiment)&lt;br /&gt;
  constraint emplacement_ref_salle foreign key (nom_salle, batiment) references salle(nom_salle, batiment)&lt;br /&gt;
&lt;br /&gt;
# Que signifient-elles ? Que permettent-elles de représenter ? &lt;br /&gt;
# Quels sont les index qui ont été créés automatiquement par le SGBD sur cette base et pourquoi ? Vous consulterez la table système &amp;lt;tt&amp;gt;pg_indexes&amp;lt;/tt&amp;gt; pour répondre à cette question. &lt;br /&gt;
# Comment crée-t-on les utilisateurs et leur alloue-t-on des droits sur les tables ? Qui a actuellement des droits (et lesquels) sur les tables de la base &amp;lt;tt&amp;gt;TP-BD-L3-2010-2011&amp;lt;/tt&amp;gt; ? Fouillez dans les tables système pour répondre à cette question.&lt;br /&gt;
&lt;br /&gt;
===Partie 3: Requêtes===&lt;br /&gt;
&lt;br /&gt;
En préalable à cette partie, nous vous demanderons de compléter la&lt;br /&gt;
base fournie de manière à ce que vous disposiez d&#039;un jeu de tests&lt;br /&gt;
suffisant pour vérifier vos requêtes. Vous fournirez les requêtes&lt;br /&gt;
nécessaires à l&#039;insertion de n-uplets dans les tables ou à la&lt;br /&gt;
modification des n-uplets existants.&lt;br /&gt;
&lt;br /&gt;
Pour la suite, il vous est demandé de donner l&#039;expression en algèbre&lt;br /&gt;
relationnelle et SQL des requêtes qui suivent, à exprimer&lt;br /&gt;
sur le schéma relationnel et la base correspondante, qui vous sont fournis&lt;br /&gt;
aujourd&#039;hui. &lt;br /&gt;
&lt;br /&gt;
# Liste des machines de l&#039;architecture &amp;lt;tt&amp;gt;IA32&amp;lt;/tt&amp;gt;.&lt;br /&gt;
# Listes des machines sur lesquelles le système &amp;lt;tt&amp;gt;WIN-XP-PRO-IA64&amp;lt;/tt&amp;gt; est installé.&lt;br /&gt;
# Liste des machines sur lesquelles est installé un Windows pour architecture &amp;lt;tt&amp;gt;IA64&amp;lt;/tt&amp;gt;.&lt;br /&gt;
# Listes des machines dans la réserve (celles qui ne sont dans aucune salle).&lt;br /&gt;
# Combien de licences pour &amp;lt;tt&amp;gt;WIN-XP-PRO-IA32&amp;lt;/tt&amp;gt; sont-elles utilisées ?&lt;br /&gt;
# Combien de licences pour Windows XP sur architecture &amp;lt;tt&amp;gt;IA32&amp;lt;/tt&amp;gt; (toutes éditions confondues) sont-elles disponibles ?&lt;br /&gt;
# Listes des systèmes payants, pour lesquels il n&#039;y a plus de licence disponible.&lt;br /&gt;
# Quels systèmes sont installables sur la machine &amp;lt;tt&amp;gt;barbatruc&amp;lt;/tt&amp;gt; avec les licences disponibles ?&lt;br /&gt;
# Sur quelles machines de la réserve peut-on installer &amp;lt;tt&amp;gt;UBUNTU-DESKTOP-8.10-IA32&amp;lt;/tt&amp;gt; ?&lt;br /&gt;
# Quel est le système le plus &amp;quot;gourmand&amp;quot; en mémoire vive (celui qui en demande le plus pour fonctionner) ? Ecrire cette requête en algèbre et calcul relationnels, puis en SQL SANS AVOIR RECOURS aux primitives de calcul (max notamment) introduites par &amp;lt;tt&amp;gt;SQL&amp;lt;/tt&amp;gt;.&lt;br /&gt;
# Quelles sont les salles dans lesquelles on pourra trouver des machines avec des systèmes windows et d&#039;autres avec des systèmes Ubuntu ?&lt;br /&gt;
# Quelles sont les salles dans lesquelles toutes les machines sont installées sous Ubuntu ?&lt;br /&gt;
# Quelles sont les salles dans lesquelles aucune machine n&#039;est installée sous Ubuntu ?&lt;br /&gt;
# Quelles sont les machines sur lesquelles sont installés tous les systèmes dont dispose l&#039;Université ?&lt;br /&gt;
# Quelle est la salle ayant la configuration la plus hétérogène (il s&#039;agit de la salle qui comporte la plus grande variété de systèmes installés sur ses machines) ?&lt;br /&gt;
# Pour chaque salle, indiquez son nom et le nombre de systèmes différents installés sur les machines qui l&#039;occupent.&lt;br /&gt;
# Pour chaque salle, indiquez le nombre de prises Ethernet libres.&lt;br /&gt;
# Dans quelles salles peut-on encore ajouter une machine ?&lt;br /&gt;
# Listez les adresses IP attribuées par le serveur DHCP.&lt;br /&gt;
# Listez les machines auxquelles le serveur DHCP attribue une adresse, mais qui sont dans la réserve et pas dans une salle.&lt;/div&gt;</summary>
		<author><name>Cferr</name></author>
	</entry>
	<entry>
		<id>http://os-vps418.infomaniak.ch:1250/mediawiki/index.php?title=INFO606-TP2-2010-2011&amp;diff=5172</id>
		<title>INFO606-TP2-2010-2011</title>
		<link rel="alternate" type="text/html" href="http://os-vps418.infomaniak.ch:1250/mediawiki/index.php?title=INFO606-TP2-2010-2011&amp;diff=5172"/>
		<updated>2011-03-16T00:37:32Z</updated>

		<summary type="html">&lt;p&gt;Cferr : /* Partie 2: Observation des scripts */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Sujet du TP2 d&#039;[[INFO606]] en 2010/2011.&lt;br /&gt;
&lt;br /&gt;
==Description de la base à modéliser==&lt;br /&gt;
&lt;br /&gt;
Le SUMO (Service Universitaire de Mutualisation des Ordinateurs) gère un grand&lt;br /&gt;
parc de machines à disposition des étudiants, enseignants et personnels de&lt;br /&gt;
l&#039;Université.&lt;br /&gt;
&lt;br /&gt;
Chaque machine est identifiée par un nom réseau. Lors de l&#039;installation d&#039;une&lt;br /&gt;
machine, on relève les données pertinentes pour la gestion du réseau et des&lt;br /&gt;
logiciels: adresse MAC, architecture (ia32, ia64, sparc, powerpc), fréquence&lt;br /&gt;
du processeur (en MHz), taille de la mémoire vive (en Mio) et taille du disque&lt;br /&gt;
dur (en Gio). Un serveur DHCP associe à une adresse MAC une adresse IP sur le&lt;br /&gt;
réseau (certaines adresses MAC peuvent ne pas être référencées).&lt;br /&gt;
&lt;br /&gt;
Sur chaque machine est installé un système d&#039;exploitation (ou&lt;br /&gt;
plusieurs).  Chaque système a un nom et une version, une architecture&lt;br /&gt;
d&#039;accueil et des besoins matériels minimaux (fréquence, mémoire et&lt;br /&gt;
disque dur). Un système ne peut être installé que sur une machine&lt;br /&gt;
deayant une architecture adéquate, c&#039;est-à-dire avec au moins les&lt;br /&gt;
ressources matérielles minimales. Certains systèmes sont propriétaires&lt;br /&gt;
et payants : il faut alors acheter des licences pour avoir le droit de&lt;br /&gt;
les installer. Le nombre d&#039;installations d&#039;un système payant&lt;br /&gt;
doit être inférieur au nombre de licences dont on dispose.&lt;br /&gt;
&lt;br /&gt;
Chaque machine peut être mise à disposition dans une salle, identifiée par &lt;br /&gt;
un nom et un bâtiment (par exemple &amp;lt;tt&amp;gt;59B&amp;lt;/tt&amp;gt;, bâtiment &amp;lt;tt&amp;gt;Maurienne&amp;lt;/tt&amp;gt;).&lt;br /&gt;
Pour chaque salle, on donne l&#039;indication de l&#039;étage où elle se trouve. &lt;br /&gt;
Par ailleurs, le nombre de prises Ethernet est limité pour&lt;br /&gt;
chaque salle : on ne peut pas connecter plus de machines que ce qu&#039;il y a de&lt;br /&gt;
prises.&lt;br /&gt;
&lt;br /&gt;
==Travail à réaliser==&lt;br /&gt;
&lt;br /&gt;
Vous traiterez les trois parties suivantes dans un compte-rendu que vous ferez parvenir à votre responsable de TP.&lt;br /&gt;
&lt;br /&gt;
===Partie 1: Modèle de données===&lt;br /&gt;
&lt;br /&gt;
On propose la collection de relations suivante (les clefs sont en majuscules):&lt;br /&gt;
&lt;br /&gt;
  Systeme (IDENT_SYS, nom, version, edition, arch, freq_min, mem_min, dd_min, payant)&lt;br /&gt;
  Licence (NUM_CONTRAT, pour_sys, nb_licences)&lt;br /&gt;
  Machine (NOM_MACH, adr_mac, arch, freq_proc, taille_mem, taille_dd)&lt;br /&gt;
  Installation (NOM_MACH, IDENT_SYS)&lt;br /&gt;
  Dhcp (ADR_MAC, adr_ip)&lt;br /&gt;
  Salle (NOM_SALLE, BATIMENT, etage, nb_eth)&lt;br /&gt;
  Emplacement (NOM_MACH, nom_salle, batiment)&lt;br /&gt;
&lt;br /&gt;
# Guidés par la description du modèle, retrouvez le (ou plutôt un) schéma EA qui se traduit en cette collection de relations.&lt;br /&gt;
# Cette collection est-elle en 1FN, en 2FN , en 3FN ? Justifiez votre réponse.&lt;br /&gt;
# Identifiez, parmi les attributs de ces relations, ceux qui sont des références à des clés étrangères.&lt;br /&gt;
&lt;br /&gt;
===Partie 2: Observation des scripts===&lt;br /&gt;
&lt;br /&gt;
Les fichiers SQL de création de la base de données vous sont fournis [https://espaces-collaboratifs.grenet.fr/share/page/site/udslststic3tr/documentlibrary#filter=path|/Info606-Bases-de-Donnees/TPs/TP2/Scripts-SQL&amp;amp;page=1 ici].&lt;br /&gt;
La base de donnée est hébergée sur le serveur &amp;lt;tt&amp;gt;eco.univ-savoie.fr&amp;lt;/tt&amp;gt; sur lequel vous pouvez vous connecter à travers le protocole SSH:&lt;br /&gt;
consultez à cet effet la page [http://eco.univ-savoie.fr/~sfa/Utilisation_PostgreSQL_-_TP_BD.html Utilisation d&#039;un serveur POSTGRESQL] sur la machine &amp;lt;tt&amp;gt;eco&amp;lt;/tt&amp;gt;.&lt;br /&gt;
Dans la création des tables de la base, apparaissent les instructions SQL suivantes:&lt;br /&gt;
&lt;br /&gt;
  constraint systeme_arch_valide check (arch in (&#039;IA32&#039;, &#039;IA64&#039;, &#039;PowerPC&#039;, &#039;SPARC&#039;))&lt;br /&gt;
  constraint salle_cle primary key (nom_salle, batiment)&lt;br /&gt;
  constraint emplacement_ref_salle foreign key (nom_salle, batiment) references salle(nom_salle, batiment)&lt;br /&gt;
&lt;br /&gt;
# Que signifient-elles ? Que permettent-elles de représenter ? &lt;br /&gt;
# Quels sont les index qui ont été créés automatiquement par le SGBD sur cette base et pourquoi ? Vous consulterez la table système &amp;lt;tt&amp;gt;pg_indexes&amp;lt;/tt&amp;gt; pour répondre à cette question. &lt;br /&gt;
# Comment crée-t-on les utilisateurs et leur alloue-t-on des droits sur les tables ? Qui a actuellement des droits (et lesquels) sur les tables de la base &amp;lt;tt&amp;gt;TP-BD-L3-2010-2011&amp;lt;/tt&amp;gt; ? Fouillez dans les tables système pour répondre à cette question.&lt;br /&gt;
&lt;br /&gt;
===Partie 3: Requêtes===&lt;br /&gt;
&lt;br /&gt;
En préalable à cette partie, nous vous demanderons de compléter la&lt;br /&gt;
base fournie de manière à ce que vous disposiez d&#039;un jeu de tests&lt;br /&gt;
suffisant pour vérifier vos requêtes. Vous fournirez les requêtes&lt;br /&gt;
nécessaires à l&#039;insertion de n-uplets dans les tables ou à la&lt;br /&gt;
modification des n-uplets existants.&lt;br /&gt;
&lt;br /&gt;
Pour la suite, il vous est demandé de donner l&#039;expression en algèbre&lt;br /&gt;
relationnelle et SQL des requêtes qui suivent, à exprimer&lt;br /&gt;
sur le schéma relationnel et la base correspondante, qui vous sont fournis&lt;br /&gt;
aujourd&#039;hui. &lt;br /&gt;
&lt;br /&gt;
# Liste des machines de l&#039;architecture &amp;lt;tt&amp;gt;IA32&amp;lt;/tt&amp;gt;.&lt;br /&gt;
# Listes des machines sur lesquelles le système &amp;lt;tt&amp;gt;WIN-XP-PRO-IA64&amp;lt;/tt&amp;gt; est installé.&lt;br /&gt;
# Liste des machines sur lesquelles est installé un Windows pour architecture &amp;lt;tt&amp;gt;IA64&amp;lt;/tt&amp;gt;.&lt;br /&gt;
# Listes des machines dans la réserve (celles qui ne sont dans aucune salle).&lt;br /&gt;
# Combien de licences pour &amp;lt;tt&amp;gt;WIN-XP-PRO-IA32&amp;lt;/tt&amp;gt; sont-elles utilisées ?&lt;br /&gt;
# Combien de licences pour Windows XP sur architecture &amp;lt;tt&amp;gt;IA32&amp;lt;/tt&amp;gt; (toutes éditions confondues) sont-elles disponibles ?&lt;br /&gt;
# Listes des systèmes payants, pour lesquels il n&#039;y a plus de licence disponible.&lt;br /&gt;
# Quels systèmes sont installables sur la machine &amp;lt;tt&amp;gt;barbatruc&amp;lt;/tt&amp;gt; avec les licences disponibles ?&lt;br /&gt;
# Sur quelles machines de la réserve peut-on installer &amp;lt;tt&amp;gt;UBUNTU-DESKTOP-8.10-IA32&amp;lt;/tt&amp;gt; ?&lt;br /&gt;
# Quel est le système le plus &amp;quot;gourmand&amp;quot; en mémoire vive (celui qui en demande le plus pour fonctionner) ? Ecrire cette requête en algèbre et calcul relationnels, puis en SQL SANS AVOIR RECOURS aux primitives de calcul (max notamment) introduites par &amp;lt;tt&amp;gt;SQL&amp;lt;/tt&amp;gt;.&lt;br /&gt;
# Quelles sont les salles dans lesquelles on pourra trouver des machines avec des systèmes windows et d&#039;autres avec des systèmes Ubuntu ?&lt;br /&gt;
# Quelles sont les salles dans lesquelles toutes les machines sont installées sous Ubuntu ?&lt;br /&gt;
# Quelles sont les salles dans lesquelles aucune machine n&#039;est installée sous Ubuntu ?&lt;br /&gt;
# Quelles sont les machines sur lesquelles sont installés tous les systèmes dont dispose l&#039;Université ?&lt;br /&gt;
# Quelle est la salle ayant la configuration la plus hétérogène (il s&#039;agit de la salle qui comporte la plus grande variété de systèmes installés sur ses machines) ?&lt;br /&gt;
# Pour chaque salle, indiquez son nom et le nombre de systèmes différents installés sur les machines qui l&#039;occupent.&lt;br /&gt;
# Pour chaque salle, indiquez le nombre de prises Ethernet libres.&lt;br /&gt;
# Dans quelles salles peut-on encore ajouter une machine ?&lt;br /&gt;
# Listez les adresses IP attribuées par le serveur DHCP.&lt;br /&gt;
# Listez les machines auxquelles le serveur DHCP attribue une adresse, mais qui sont dans la réserve et pas dans une salle.&lt;/div&gt;</summary>
		<author><name>Cferr</name></author>
	</entry>
	<entry>
		<id>http://os-vps418.infomaniak.ch:1250/mediawiki/index.php?title=INFO606_:_Bases_de_donn%C3%A9es&amp;diff=5171</id>
		<title>INFO606 : Bases de données</title>
		<link rel="alternate" type="text/html" href="http://os-vps418.infomaniak.ch:1250/mediawiki/index.php?title=INFO606_:_Bases_de_donn%C3%A9es&amp;diff=5171"/>
		<updated>2011-03-16T00:34:51Z</updated>

		<summary type="html">&lt;p&gt;Cferr : &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Quelques documents pour les TP d&#039;INFO 606:&lt;br /&gt;
&lt;br /&gt;
* [[INFO606-TP|Consignes générales pour les TP]]&lt;br /&gt;
* [[INFO606-TP2-2010-2011|Sujet du TP2]]&lt;/div&gt;</summary>
		<author><name>Cferr</name></author>
	</entry>
	<entry>
		<id>http://os-vps418.infomaniak.ch:1250/mediawiki/index.php?title=INFO606_:_Bases_de_donn%C3%A9es&amp;diff=5170</id>
		<title>INFO606 : Bases de données</title>
		<link rel="alternate" type="text/html" href="http://os-vps418.infomaniak.ch:1250/mediawiki/index.php?title=INFO606_:_Bases_de_donn%C3%A9es&amp;diff=5170"/>
		<updated>2011-03-16T00:31:29Z</updated>

		<summary type="html">&lt;p&gt;Cferr : &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Quelques documents pour les TP d&#039;INFO 606:&lt;br /&gt;
&lt;br /&gt;
* [[INFO606-TP|Consignes générales pour les TP]]&lt;br /&gt;
* [[INFO606-TP2-2010-2011|Sujet du TP2]]&lt;br /&gt;
% * [[INFO606-TP2|Sujet du TP2]]&lt;br /&gt;
* [http://eco.univ-savoie.fr/~cferr/TP2/Exemple-Trigger.pdf Un document sur les triggers]&lt;/div&gt;</summary>
		<author><name>Cferr</name></author>
	</entry>
	<entry>
		<id>http://os-vps418.infomaniak.ch:1250/mediawiki/index.php?title=INFO606_:_Bases_de_donn%C3%A9es&amp;diff=5169</id>
		<title>INFO606 : Bases de données</title>
		<link rel="alternate" type="text/html" href="http://os-vps418.infomaniak.ch:1250/mediawiki/index.php?title=INFO606_:_Bases_de_donn%C3%A9es&amp;diff=5169"/>
		<updated>2011-03-16T00:27:38Z</updated>

		<summary type="html">&lt;p&gt;Cferr : &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Quelques documents pour les TP d&#039;INFO 606:&lt;br /&gt;
&lt;br /&gt;
* [[INFO606-TP|Consignes générales pour les TP]]&lt;br /&gt;
* [[INFO606-TP2-2010-2011|Sujet du TP2]]&lt;br /&gt;
* [[INFO606-TP2|Sujet du TP2]]&lt;br /&gt;
* [http://eco.univ-savoie.fr/~cferr/TP2/Exemple-Trigger.pdf Un document sur les triggers]&lt;/div&gt;</summary>
		<author><name>Cferr</name></author>
	</entry>
	<entry>
		<id>http://os-vps418.infomaniak.ch:1250/mediawiki/index.php?title=INFO606-TP2&amp;diff=5168</id>
		<title>INFO606-TP2</title>
		<link rel="alternate" type="text/html" href="http://os-vps418.infomaniak.ch:1250/mediawiki/index.php?title=INFO606-TP2&amp;diff=5168"/>
		<updated>2011-03-16T00:23:48Z</updated>

		<summary type="html">&lt;p&gt;Cferr : a déplacé INFO606-TP2 vers INFO606-TP2-2008-2009&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[INFO606-TP2-2008-2009]]&lt;/div&gt;</summary>
		<author><name>Cferr</name></author>
	</entry>
	<entry>
		<id>http://os-vps418.infomaniak.ch:1250/mediawiki/index.php?title=INFO606-TP2-2008-2009&amp;diff=5167</id>
		<title>INFO606-TP2-2008-2009</title>
		<link rel="alternate" type="text/html" href="http://os-vps418.infomaniak.ch:1250/mediawiki/index.php?title=INFO606-TP2-2008-2009&amp;diff=5167"/>
		<updated>2011-03-16T00:23:48Z</updated>

		<summary type="html">&lt;p&gt;Cferr : a déplacé INFO606-TP2 vers INFO606-TP2-2008-2009&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Sujet du TP2 d&#039;[[INFO606]] en 2008/2009.&lt;br /&gt;
&lt;br /&gt;
==Modalités==&lt;br /&gt;
&lt;br /&gt;
A réaliser par groupes de 4 étudiants (2 binômes), lors des 2 séances de TP restant.&lt;br /&gt;
&lt;br /&gt;
Faites valider vos schémas EA et les schémas relationnels correspondants (3FN, MLD) par votre enseignant de TP avant implantation de la base.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;TP à rendre le 30 avril 2009.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==Enoncé du problème==&lt;br /&gt;
&lt;br /&gt;
« Tel-sans-fil » est une société fournissant des services dans le domaine de la&lt;br /&gt;
téléphonie mobile. Les principaux services fournis sont l’appel depuis un&lt;br /&gt;
portable, qui peut également être fourni (achat ou location), et l’envoi de&lt;br /&gt;
SMS. Elle gère 3 millions de clients en France; la plupart dispose&lt;br /&gt;
d’abonnements de type « forfait » ou « appel libre ».&lt;br /&gt;
&lt;br /&gt;
Un abonnement de type « forfait » est mensuel: il consiste en un paiement fixe&lt;br /&gt;
qui donne droit à un temps donné de communication (par exemple 15 € par mois&lt;br /&gt;
pour une heure d’appel); une fois le temps d’appel écoulé, l’abonné a la&lt;br /&gt;
possibilité de réapprovisionner son compte en effectuant un virement par carte&lt;br /&gt;
bancaire, directement depuis son téléphone si celui-ci est équipé d’un lecteur&lt;br /&gt;
de carte bancaire, en composant le numéro du service de réapprovisionnement&lt;br /&gt;
(utilisation de son mot de passe), ou depuis le site internet de la société.&lt;br /&gt;
Les temps d’appel sont ensuite décomptés à raison d’un coût donné par seconde.&lt;br /&gt;
Il s’agit là d’un forfait « fixe ». Une autre formule existe (dite « forfait&lt;br /&gt;
libre »), qui ne nécessite pas d’intervention pour réapprovisionnement de la&lt;br /&gt;
part de l’abonné: son droit à appel est maintenu une fois le forfait épuisé et&lt;br /&gt;
une procédure de retrait sur son compte bancaire est automatiquement mise en&lt;br /&gt;
place. Un SMS est envoyé à tout abonné qui arrive à épuisement de son forfait&lt;br /&gt;
pour le prévenir. Pour les abonnés de type « forfait libre », un SMS est&lt;br /&gt;
également envoyé chaque mois pour indiquer la consommation totale du mois&lt;br /&gt;
courant, en temps et en coût, à la date anniversaire du contrat. Un forfait&lt;br /&gt;
court en effet depuis tel jour un mois donné jusqu’au même jour le mois suivant&lt;br /&gt;
(par exemple, depuis le 15 du mois jusqu’au 15 du mois suivant).&lt;br /&gt;
&lt;br /&gt;
Pour les abonnements de type « appel libre », il n’y a pas de coût forfaitaire:&lt;br /&gt;
chaque appel est décompté en fonction de sa durée et le paiement peut être&lt;br /&gt;
effectué ou bien par prélèvement automatiquement sur le compte bancaire de la&lt;br /&gt;
personne tous les mois (abonnement « appel libre »), ou bien par une&lt;br /&gt;
intervention explicite de la personne qui procèdera à des rechargements de son&lt;br /&gt;
compte - client chez « tel-sans-fil » par carte bancaire (abonnement « appel&lt;br /&gt;
libre contrôlé »).&lt;br /&gt;
&lt;br /&gt;
Les abonnements donnent accès à des services qui vont être gratuits ou payants&lt;br /&gt;
en fonction de l’abonnement. En cas de service payant, la facturation est ou&lt;br /&gt;
bien forfaitaire (un coût fixe pour tout appel au service en question), ou bien&lt;br /&gt;
au prorata du temps passé sur le service (tant d’euros par seconde de&lt;br /&gt;
connexion).&lt;br /&gt;
&lt;br /&gt;
Cette société vous confie aujourd’hui la réalisation de sa base de données.&lt;br /&gt;
Celle-ci doit permettre:&lt;br /&gt;
* à « Tel-sans-fil » de  retrouver les informations sur un client (coordonnées certes mais aussi nature de l’abonnement, type de portable utilisé, …), d’assurer le suivi des communications et d’établir les factures mensuellement, de communiquer avec les clients par envois de SMS ou encore d’établir des statistiques en vue d’améliorer les services offerts. Pour ce dernier besoin, une analyse des comportements des clients est à prévoir en fonction de leur nature (utilisateur « business » versus utilisateur « loisir » notamment) ;&lt;br /&gt;
* à ses clients de consulter la liste des appels entrants et sortants sur le mois en cours sur le site internet de la société, d’effectuer un réapprovisionnement de son compte ou encore d’avoir accès aux services proposés par la société (donc aux informations de la base) directement depuis leur portable, en composant le numéro du service (ex : suivi des temps de communication et demande du temps restant, en cas d’abonnement par forfait ou en cas de réapprovisionnement volontaire du compte; accès à la messagerie, ...). Si le client fait appel à un service directement depuis son portable, il recevra ou bien une reponse vocale instantanée sur son portable, ou bien un SMS dans les 20 secondes au maximum qui suivent son appel. Il a la possibilité, pour certains services et en fonction de son type d&#039;abonnement, de choisir le moyen par lequel il sera prévenu (message vocal ou SMS). Cela est par exemple le cas pour le service donnant le temps restant de communication.&lt;br /&gt;
&lt;br /&gt;
==Travail à réaliser==&lt;br /&gt;
&lt;br /&gt;
Il vous est demandé :&lt;br /&gt;
# de construire un schéma entités-associations correspondant aux besoins de modélisation exprimés ci-dessus;&lt;br /&gt;
# de proposer une collection de relations en 3FN correspondant à votre modèle. Vous préciserez les clés des entités avant d&#039;en dégager une collection de relations en forme quelconque qui sera transformée en une collection en 3FN. Vous utiliserez pour cela l&#039;une ou l&#039;autre des méthodes synthétique ou par décomposition en explicitant les différentes étapes du processus de normalisation (présentez les schémas de relations en 1FN puis 2FN puis 3FN);&lt;br /&gt;
# de proposer un MLD à partir de la collection en 3FN obtenue ci dessus. Pour cela, vous analyserez les besoins en transactions et interrogations. Vous identifierez notamment les acteurs impliqués, leurs droits sur les différentes données et analyserez la fréquence, la complexité et la performance des requêtes sur le schéma 3FN initial. Intéressez-vous principalement aux requêtes fréquentes et nécessitant un temps de réponse immédiat. Evaluer le coût de ces requêtes et proposez des optimisations sur la collection de relations en 3FN pour le réduire;&lt;br /&gt;
# de reprendre les scripts de création de la base TP1 et de les modifier afin de créer votre propre base, correspondant au MLD proposé (préfixez votre base par : tpInfo606_nombinome1_nombinome2). Vous pourrez, pour simuler la quantité importante de données, envisager de créer automatiquement des n-uplets (par exemple les comptes des clients - génération automatique des N° d&#039;appel - ou encore les appels : N° appelant, N° appelé, durée de l&#039;appel);&lt;br /&gt;
# de créer les utilisateurs, les droits associés ainsi que les principales requêtes répondant aux besoins;&lt;br /&gt;
# d&#039;écrire si besoin des Triggers pour vérifier des contraintes d&#039;intégrité ou pour mettre à jour automatiquement certaines données de la base en fonction d&#039;autres. Pour cela, vous vous inspirerez des exemples qui vous sont donnés dans le document qui complète ce sujet.  Vous verifierez notamment que les numéros de téléphone des appels sont corrects (ex : qu&#039;ils commencent bien par 06 pour un numéro de portable en France ou +33 pour un numéro français).&lt;br /&gt;
&lt;br /&gt;
A titre indicatif, voici une liste de requêtes qui pourraient être formulées&lt;br /&gt;
sur la base, en plus des considérations évoquées ci-dessus. Il est à noter que&lt;br /&gt;
le résultat de certaines de ces requêtes à destination de l&#039;abonné pourra être&lt;br /&gt;
transmis soit par SMS, soit oralement après synthèse vocale, après appel de&lt;br /&gt;
l&#039;abonné qui est alors en ligne, soit via une interface web, l&#039;abonné ayant&lt;br /&gt;
alors accédé au service de suivi de son compte chez Tel-sans-fil. Des temps&lt;br /&gt;
d&#039;accès rapides à l&#039;information sont de fait requis (instantanés, en fait).&lt;br /&gt;
Pour les traitements statistiques et d&#039;aide à l&#039;exploitation commerciale, des&lt;br /&gt;
temps plus longs sont acceptables. Par ailleurs, le nombre moyen d&#039;appels par&lt;br /&gt;
jour à partir d&#039;un téléphone portable est de 10.&lt;br /&gt;
&lt;br /&gt;
# Liste des caractéristiques des abonnés disposant d’un « forfait libre »&lt;br /&gt;
# Caractéristiques des abonnés de type «business » (coordonnées, type d’abonnement)&lt;br /&gt;
# Qui a accès à la fois au service de réapprovisionnement en ligne des comptes et à celui d’envoi de SMS ?&lt;br /&gt;
# Qui n’utilise jamais les SMS ?&lt;br /&gt;
# Quels sont les clients ayant un abonnement de type « forfait libre » qui ont utilisé tous les services proposés dans le cadre de cet abonnement ?&lt;br /&gt;
# Pour qui le service de redirection des appels est-il gratuit ?&lt;br /&gt;
# Consultation à une date donnée par le client de numéro 06 66 66 66 66 des appels entrants.&lt;br /&gt;
# Demande, par ce même client, de son temps restant de communication (il dispose d’un abonnement par forfait).&lt;br /&gt;
# Quel est le service qui a le plus de succès pour chacun des types d’abonnements ?&lt;br /&gt;
# Demande, par un client disposant d’un abonnement de type « appel libre », du coût total actuel des communications qu’il a passées, depuis qu&#039;il est abonné chez &amp;quot;Tel-sans-fil&amp;quot; et depuis le début du mois.&lt;br /&gt;
# Qui a un comportement qualifié de « prudent » ? On qualifiera de « prudent » un comportement qui consiste à appeler le service « temps de communication restant » (N° 555) pour les forfaits ou « coût des appels depuis le début du mois » (N° 666) pour les formules « appel libre » souvent, c’est-à-dire au moins une fois tous les 10 appels.&lt;br /&gt;
# Tel-sans-fil souhaite lancer une formule promotionnelle pour les appels du week-end. Elle veut pour cela cibler les abonnés ayant un usage de leur telephone plus important le week-end que la semaine. A qui, parmi ses trois millions de clients, doit-elle envoyer le message promotionnel ?&lt;/div&gt;</summary>
		<author><name>Cferr</name></author>
	</entry>
	<entry>
		<id>http://os-vps418.infomaniak.ch:1250/mediawiki/index.php?title=INFO606-TP&amp;diff=5166</id>
		<title>INFO606-TP</title>
		<link rel="alternate" type="text/html" href="http://os-vps418.infomaniak.ch:1250/mediawiki/index.php?title=INFO606-TP&amp;diff=5166"/>
		<updated>2011-03-16T00:22:12Z</updated>

		<summary type="html">&lt;p&gt;Cferr : /* Pour les TP */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Cette page décrit la procédure pour mettre en oeuvre les TP de base de données ([[INFO606]]).&lt;br /&gt;
&lt;br /&gt;
Remarque : les TP se font sous un environnement Linux + PostgreSQL&lt;br /&gt;
&lt;br /&gt;
==Se connecter sur le serveur de données==&lt;br /&gt;
&lt;br /&gt;
le serveur de BD est installé sur la machine &amp;lt;tt&amp;gt;ECO&amp;lt;/tt&amp;gt;. La procédure est la suivante (sous Linux):&lt;br /&gt;
&lt;br /&gt;
# ouverture d&#039;un terminal sur votre machine ;&lt;br /&gt;
# connexion sur &amp;lt;tt&amp;gt;ECO&amp;lt;/tt&amp;gt; (par la commande &amp;lt;tt&amp;gt;ssh -l &amp;lt;em&amp;gt;votrelogin&amp;lt;/em&amp;gt; eco&amp;lt;/tt&amp;gt; - vérifiez que vous avez bien accès à votre compte par la commande &amp;lt;tt&amp;gt;pwd&amp;lt;/tt&amp;gt;) ;&lt;br /&gt;
# création d&#039;un répertoire (spécial &amp;quot;base de données&amp;quot; !) dans lequel vous allez :&lt;br /&gt;
#* créer vos scripts SQL ;&lt;br /&gt;
#* lancer l&#039;interpréteur de commandes SQL (&amp;lt;tt&amp;gt;psql&amp;lt;/tt&amp;gt;).&lt;br /&gt;
&lt;br /&gt;
==Créer une base==&lt;br /&gt;
&lt;br /&gt;
pour créer une base de données, vous devez utiliser la ligne de commande. &lt;br /&gt;
Ne cherchez pas la base dans un de vos répertoires, elle est gérée par le serveur de données dans un répertoire protégé.&lt;br /&gt;
&lt;br /&gt;
* Sur le serveur &amp;lt;tt&amp;gt;ECO&amp;lt;/tt&amp;gt;, tapez :&lt;br /&gt;
  createdb -U &amp;lt;em&amp;gt;votreloginPostGRESQL&amp;lt;/em&amp;gt; -W &amp;lt;em&amp;gt;nombase&amp;lt;/em&amp;gt;&lt;br /&gt;
* donnez le mot de passe comme demandé ;&lt;br /&gt;
* votre base est créée.&lt;br /&gt;
&lt;br /&gt;
==Exploiter une base==&lt;br /&gt;
&lt;br /&gt;
une fois votre base créée, vous disposez de nombreux moyens pour accéder à&lt;br /&gt;
celle-ci : interpréteur en ligne, outils graphiques, programmes PHP, etc... Le&lt;br /&gt;
plus simple est d&#039;utiliser l&#039;interpréteur de commandes SQL : &amp;lt;tt&amp;gt;psql&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Sur le serveur ECO, placez vous dans le répertoire où se trouvent les scripts SQL à utiliser (ce n&#039;est pas obligatoire mais cela évite de taper le chemin complet d&#039;accès aux scripts).&lt;br /&gt;
* Lancez alors la commande : &lt;br /&gt;
  psql -U votreloginPostGRESQL -W nombase&lt;br /&gt;
* Donnez le mot de passe à l&#039;invite du prompt.&lt;br /&gt;
* À l&#039;affichage du prompt &amp;lt;tt&amp;gt;&amp;lt;em&amp;gt;nombase&amp;lt;/em&amp;gt; =#&amp;lt;/tt&amp;gt; , vous pouvez :&lt;br /&gt;
** soit saisir une commande sql (&amp;lt;tt&amp;gt;select&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;insert&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;drop&amp;lt;/tt&amp;gt;, ...) en terminant la ligne par le caractère &amp;lt;q&amp;gt;&amp;lt;tt&amp;gt;;&amp;lt;/tt&amp;gt;&amp;lt;/q&amp;gt;;&lt;br /&gt;
** soit saisir une commande interne (&amp;lt;tt&amp;gt;\?&amp;lt;/tt&amp;gt; pour avoir la liste des commandes internes).&lt;br /&gt;
* Les commandes internes les plus utiles :&lt;br /&gt;
** &amp;lt;tt&amp;gt;\i &amp;lt;em&amp;gt;nomfichier&amp;lt;/em&amp;gt;&amp;lt;/tt&amp;gt; : exécuter un fichier de commandes sql&lt;br /&gt;
** &amp;lt;tt&amp;gt;\?&amp;lt;/tt&amp;gt; : liste des commandes internes&lt;br /&gt;
&lt;br /&gt;
==Pour les TP==&lt;br /&gt;
&lt;br /&gt;
Pour les TP, nous vous conseillons :&lt;br /&gt;
* d&#039;éditer via &amp;lt;tt&amp;gt;xemacs&amp;lt;/tt&amp;gt; tous les scripts sql (requêtes , etc...) que vous souhaitez soumettre;&lt;br /&gt;
* d&#039;ouvrir une connexion SSH sur &amp;lt;tt&amp;gt;eco&amp;lt;/tt&amp;gt;, de lancer &amp;lt;tt&amp;gt;psql&amp;lt;/tt&amp;gt; sur la base de travail, et de soumettre vos scripts avec la commande interne &amp;lt;tt&amp;gt;\i&amp;lt;/tt&amp;gt;;&lt;br /&gt;
* d&#039;avoir toujours un navigateur ouvert sur la doc : [http://www.postgresql.org/docs/8.3/interactive/sql-commands.html Doc SQL en ligne].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Pour le TP1, le nom de la base est &amp;lt;tt&amp;gt;TP-BD-L3-2010-2011&amp;lt;/tt&amp;gt;. Attention: &amp;lt;strong&amp;gt;cette base est utilisée en commun par tous les groupes&amp;lt;/strong&amp;gt;.&lt;/div&gt;</summary>
		<author><name>Cferr</name></author>
	</entry>
	<entry>
		<id>http://os-vps418.infomaniak.ch:1250/mediawiki/index.php?title=INFO606-TP2-2010-2011&amp;diff=5165</id>
		<title>INFO606-TP2-2010-2011</title>
		<link rel="alternate" type="text/html" href="http://os-vps418.infomaniak.ch:1250/mediawiki/index.php?title=INFO606-TP2-2010-2011&amp;diff=5165"/>
		<updated>2011-03-15T23:47:40Z</updated>

		<summary type="html">&lt;p&gt;Cferr : /* Partie 3: Requêtes */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Sujet du TP2 d&#039;[[INFO606]] en 2010/2011.&lt;br /&gt;
&lt;br /&gt;
==Description de la base à modéliser==&lt;br /&gt;
&lt;br /&gt;
Le SUMO (Service Universitaire de Mutualisation des Ordinateurs) gère un grand&lt;br /&gt;
parc de machines à disposition des étudiants, enseignants et personnels de&lt;br /&gt;
l&#039;Université.&lt;br /&gt;
&lt;br /&gt;
Chaque machine est identifiée par un nom réseau. Lors de l&#039;installation d&#039;une&lt;br /&gt;
machine, on relève les données pertinentes pour la gestion du réseau et des&lt;br /&gt;
logiciels: adresse MAC, architecture (ia32, ia64, sparc, powerpc), fréquence&lt;br /&gt;
du processeur (en MHz), taille de la mémoire vive (en Mio) et taille du disque&lt;br /&gt;
dur (en Gio). Un serveur DHCP associe à une adresse MAC une adresse IP sur le&lt;br /&gt;
réseau (certaines adresses MAC peuvent ne pas être référencées).&lt;br /&gt;
&lt;br /&gt;
Sur chaque machine est installé un système d&#039;exploitation (ou&lt;br /&gt;
plusieurs).  Chaque système a un nom et une version, une architecture&lt;br /&gt;
d&#039;accueil et des besoins matériels minimaux (fréquence, mémoire et&lt;br /&gt;
disque dur). Un système ne peut être installé que sur une machine&lt;br /&gt;
deayant une architecture adéquate, c&#039;est-à-dire avec au moins les&lt;br /&gt;
ressources matérielles minimales. Certains systèmes sont propriétaires&lt;br /&gt;
et payants : il faut alors acheter des licences pour avoir le droit de&lt;br /&gt;
les installer. Le nombre d&#039;installations d&#039;un système payant&lt;br /&gt;
doit être inférieur au nombre de licences dont on dispose.&lt;br /&gt;
&lt;br /&gt;
Chaque machine peut être mise à disposition dans une salle, identifiée par &lt;br /&gt;
un nom et un bâtiment (par exemple &amp;lt;tt&amp;gt;59B&amp;lt;/tt&amp;gt;, bâtiment &amp;lt;tt&amp;gt;Maurienne&amp;lt;/tt&amp;gt;).&lt;br /&gt;
Pour chaque salle, on donne l&#039;indication de l&#039;étage où elle se trouve. &lt;br /&gt;
Par ailleurs, le nombre de prises Ethernet est limité pour&lt;br /&gt;
chaque salle : on ne peut pas connecter plus de machines que ce qu&#039;il y a de&lt;br /&gt;
prises.&lt;br /&gt;
&lt;br /&gt;
==Travail à réaliser==&lt;br /&gt;
&lt;br /&gt;
Vous traiterez les trois parties suivantes dans un compte-rendu que vous ferez parvenir à votre responsable de TP.&lt;br /&gt;
&lt;br /&gt;
===Partie 1: Modèle de données===&lt;br /&gt;
&lt;br /&gt;
On propose la collection de relations suivante (les clefs sont en majuscules):&lt;br /&gt;
&lt;br /&gt;
  Systeme (IDENT_SYS, nom, version, edition, arch, freq_min, mem_min, dd_min, payant)&lt;br /&gt;
  Licence (NUM_CONTRAT, pour_sys, nb_licences)&lt;br /&gt;
  Machine (NOM_MACH, adr_mac, arch, freq_proc, taille_mem, taille_dd)&lt;br /&gt;
  Installation (NOM_MACH, IDENT_SYS)&lt;br /&gt;
  Dhcp (ADR_MAC, adr_ip)&lt;br /&gt;
  Salle (NOM_SALLE, BATIMENT, etage, nb_eth)&lt;br /&gt;
  Emplacement (NOM_MACH, nom_salle, batiment)&lt;br /&gt;
&lt;br /&gt;
# Guidés par la description du modèle, retrouvez le (ou plutôt un) schéma EA qui se traduit en cette collection de relations.&lt;br /&gt;
# Cette collection est-elle en 1FN, en 2FN , en 3FN ? Justifiez votre réponse.&lt;br /&gt;
# Identifiez, parmi les attributs de ces relations, ceux qui sont des références à des clés étrangères.&lt;br /&gt;
&lt;br /&gt;
===Partie 2: Observation des scripts===&lt;br /&gt;
&lt;br /&gt;
Les fichiers SQL de création de la base de données vous sont fournis [http://www.lama.univ-savoie.fr/~vaux/ens/INFO-606/TP1 ici].&lt;br /&gt;
La base de donnée est hébergée sur le serveur &amp;lt;tt&amp;gt;eco.univ-savoie.fr&amp;lt;/tt&amp;gt; sur lequel vous pouvez vous connecter à travers le protocole SSH:&lt;br /&gt;
consultez à cet effet la page [http://eco.univ-savoie.fr/~sfa/Utilisation_PostgreSQL_-_TP_BD.html Utilisation d&#039;un serveur POSTGRESQL] sur la machine &amp;lt;tt&amp;gt;eco&amp;lt;/tt&amp;gt;.&lt;br /&gt;
Dans la création des tables de la base, apparaissent les instructions SQL suivantes:&lt;br /&gt;
&lt;br /&gt;
  constraint systeme_arch_valide check (arch in (&#039;IA32&#039;, &#039;IA64&#039;, &#039;PowerPC&#039;, &#039;SPARC&#039;))&lt;br /&gt;
  constraint salle_cle primary key (nom_salle, batiment)&lt;br /&gt;
  constraint emplacement_ref_salle foreign key (nom_salle, batiment) references salle(nom_salle, batiment)&lt;br /&gt;
&lt;br /&gt;
# Que signifient-elles ? Que permettent-elles de représenter ? &lt;br /&gt;
# Quels sont les index qui ont été créés automatiquement par le SGBD sur cette base et pourquoi ? Vous consulterez la table système &amp;lt;tt&amp;gt;pg_indexes&amp;lt;/tt&amp;gt; pour répondre à cette question. &lt;br /&gt;
# Comment crée-t-on les utilisateurs et leur alloue-t-on des droits sur les tables ? Qui a actuellement des droits (et lesquels) sur les tables de la base &amp;lt;tt&amp;gt;TP-BD-L3-2010-2011&amp;lt;/tt&amp;gt; ? Fouillez dans les tables système pour répondre à cette question.&lt;br /&gt;
&lt;br /&gt;
===Partie 3: Requêtes===&lt;br /&gt;
&lt;br /&gt;
En préalable à cette partie, nous vous demanderons de compléter la&lt;br /&gt;
base fournie de manière à ce que vous disposiez d&#039;un jeu de tests&lt;br /&gt;
suffisant pour vérifier vos requêtes. Vous fournirez les requêtes&lt;br /&gt;
nécessaires à l&#039;insertion de n-uplets dans les tables ou à la&lt;br /&gt;
modification des n-uplets existants.&lt;br /&gt;
&lt;br /&gt;
Pour la suite, il vous est demandé de donner l&#039;expression en algèbre&lt;br /&gt;
relationnelle et SQL des requêtes qui suivent, à exprimer&lt;br /&gt;
sur le schéma relationnel et la base correspondante, qui vous sont fournis&lt;br /&gt;
aujourd&#039;hui. &lt;br /&gt;
&lt;br /&gt;
# Liste des machines de l&#039;architecture &amp;lt;tt&amp;gt;IA32&amp;lt;/tt&amp;gt;.&lt;br /&gt;
# Listes des machines sur lesquelles le système &amp;lt;tt&amp;gt;WIN-XP-PRO-IA64&amp;lt;/tt&amp;gt; est installé.&lt;br /&gt;
# Liste des machines sur lesquelles est installé un Windows pour architecture &amp;lt;tt&amp;gt;IA64&amp;lt;/tt&amp;gt;.&lt;br /&gt;
# Listes des machines dans la réserve (celles qui ne sont dans aucune salle).&lt;br /&gt;
# Combien de licences pour &amp;lt;tt&amp;gt;WIN-XP-PRO-IA32&amp;lt;/tt&amp;gt; sont-elles utilisées ?&lt;br /&gt;
# Combien de licences pour Windows XP sur architecture &amp;lt;tt&amp;gt;IA32&amp;lt;/tt&amp;gt; (toutes éditions confondues) sont-elles disponibles ?&lt;br /&gt;
# Listes des systèmes payants, pour lesquels il n&#039;y a plus de licence disponible.&lt;br /&gt;
# Quels systèmes sont installables sur la machine &amp;lt;tt&amp;gt;barbatruc&amp;lt;/tt&amp;gt; avec les licences disponibles ?&lt;br /&gt;
# Sur quelles machines de la réserve peut-on installer &amp;lt;tt&amp;gt;UBUNTU-DESKTOP-8.10-IA32&amp;lt;/tt&amp;gt; ?&lt;br /&gt;
# Quel est le système le plus &amp;quot;gourmand&amp;quot; en mémoire vive (celui qui en demande le plus pour fonctionner) ? Ecrire cette requête en algèbre et calcul relationnels, puis en SQL SANS AVOIR RECOURS aux primitives de calcul (max notamment) introduites par &amp;lt;tt&amp;gt;SQL&amp;lt;/tt&amp;gt;.&lt;br /&gt;
# Quelles sont les salles dans lesquelles on pourra trouver des machines avec des systèmes windows et d&#039;autres avec des systèmes Ubuntu ?&lt;br /&gt;
# Quelles sont les salles dans lesquelles toutes les machines sont installées sous Ubuntu ?&lt;br /&gt;
# Quelles sont les salles dans lesquelles aucune machine n&#039;est installée sous Ubuntu ?&lt;br /&gt;
# Quelles sont les machines sur lesquelles sont installés tous les systèmes dont dispose l&#039;Université ?&lt;br /&gt;
# Quelle est la salle ayant la configuration la plus hétérogène (il s&#039;agit de la salle qui comporte la plus grande variété de systèmes installés sur ses machines) ?&lt;br /&gt;
# Pour chaque salle, indiquez son nom et le nombre de systèmes différents installés sur les machines qui l&#039;occupent.&lt;br /&gt;
# Pour chaque salle, indiquez le nombre de prises Ethernet libres.&lt;br /&gt;
# Dans quelles salles peut-on encore ajouter une machine ?&lt;br /&gt;
# Listez les adresses IP attribuées par le serveur DHCP.&lt;br /&gt;
# Listez les machines auxquelles le serveur DHCP attribue une adresse, mais qui sont dans la réserve et pas dans une salle.&lt;/div&gt;</summary>
		<author><name>Cferr</name></author>
	</entry>
	<entry>
		<id>http://os-vps418.infomaniak.ch:1250/mediawiki/index.php?title=INFO606-TP2-2010-2011&amp;diff=5164</id>
		<title>INFO606-TP2-2010-2011</title>
		<link rel="alternate" type="text/html" href="http://os-vps418.infomaniak.ch:1250/mediawiki/index.php?title=INFO606-TP2-2010-2011&amp;diff=5164"/>
		<updated>2011-03-15T23:46:33Z</updated>

		<summary type="html">&lt;p&gt;Cferr : /* Partie 2: Observation des scripts */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Sujet du TP2 d&#039;[[INFO606]] en 2010/2011.&lt;br /&gt;
&lt;br /&gt;
==Description de la base à modéliser==&lt;br /&gt;
&lt;br /&gt;
Le SUMO (Service Universitaire de Mutualisation des Ordinateurs) gère un grand&lt;br /&gt;
parc de machines à disposition des étudiants, enseignants et personnels de&lt;br /&gt;
l&#039;Université.&lt;br /&gt;
&lt;br /&gt;
Chaque machine est identifiée par un nom réseau. Lors de l&#039;installation d&#039;une&lt;br /&gt;
machine, on relève les données pertinentes pour la gestion du réseau et des&lt;br /&gt;
logiciels: adresse MAC, architecture (ia32, ia64, sparc, powerpc), fréquence&lt;br /&gt;
du processeur (en MHz), taille de la mémoire vive (en Mio) et taille du disque&lt;br /&gt;
dur (en Gio). Un serveur DHCP associe à une adresse MAC une adresse IP sur le&lt;br /&gt;
réseau (certaines adresses MAC peuvent ne pas être référencées).&lt;br /&gt;
&lt;br /&gt;
Sur chaque machine est installé un système d&#039;exploitation (ou&lt;br /&gt;
plusieurs).  Chaque système a un nom et une version, une architecture&lt;br /&gt;
d&#039;accueil et des besoins matériels minimaux (fréquence, mémoire et&lt;br /&gt;
disque dur). Un système ne peut être installé que sur une machine&lt;br /&gt;
deayant une architecture adéquate, c&#039;est-à-dire avec au moins les&lt;br /&gt;
ressources matérielles minimales. Certains systèmes sont propriétaires&lt;br /&gt;
et payants : il faut alors acheter des licences pour avoir le droit de&lt;br /&gt;
les installer. Le nombre d&#039;installations d&#039;un système payant&lt;br /&gt;
doit être inférieur au nombre de licences dont on dispose.&lt;br /&gt;
&lt;br /&gt;
Chaque machine peut être mise à disposition dans une salle, identifiée par &lt;br /&gt;
un nom et un bâtiment (par exemple &amp;lt;tt&amp;gt;59B&amp;lt;/tt&amp;gt;, bâtiment &amp;lt;tt&amp;gt;Maurienne&amp;lt;/tt&amp;gt;).&lt;br /&gt;
Pour chaque salle, on donne l&#039;indication de l&#039;étage où elle se trouve. &lt;br /&gt;
Par ailleurs, le nombre de prises Ethernet est limité pour&lt;br /&gt;
chaque salle : on ne peut pas connecter plus de machines que ce qu&#039;il y a de&lt;br /&gt;
prises.&lt;br /&gt;
&lt;br /&gt;
==Travail à réaliser==&lt;br /&gt;
&lt;br /&gt;
Vous traiterez les trois parties suivantes dans un compte-rendu que vous ferez parvenir à votre responsable de TP.&lt;br /&gt;
&lt;br /&gt;
===Partie 1: Modèle de données===&lt;br /&gt;
&lt;br /&gt;
On propose la collection de relations suivante (les clefs sont en majuscules):&lt;br /&gt;
&lt;br /&gt;
  Systeme (IDENT_SYS, nom, version, edition, arch, freq_min, mem_min, dd_min, payant)&lt;br /&gt;
  Licence (NUM_CONTRAT, pour_sys, nb_licences)&lt;br /&gt;
  Machine (NOM_MACH, adr_mac, arch, freq_proc, taille_mem, taille_dd)&lt;br /&gt;
  Installation (NOM_MACH, IDENT_SYS)&lt;br /&gt;
  Dhcp (ADR_MAC, adr_ip)&lt;br /&gt;
  Salle (NOM_SALLE, BATIMENT, etage, nb_eth)&lt;br /&gt;
  Emplacement (NOM_MACH, nom_salle, batiment)&lt;br /&gt;
&lt;br /&gt;
# Guidés par la description du modèle, retrouvez le (ou plutôt un) schéma EA qui se traduit en cette collection de relations.&lt;br /&gt;
# Cette collection est-elle en 1FN, en 2FN , en 3FN ? Justifiez votre réponse.&lt;br /&gt;
# Identifiez, parmi les attributs de ces relations, ceux qui sont des références à des clés étrangères.&lt;br /&gt;
&lt;br /&gt;
===Partie 2: Observation des scripts===&lt;br /&gt;
&lt;br /&gt;
Les fichiers SQL de création de la base de données vous sont fournis [http://www.lama.univ-savoie.fr/~vaux/ens/INFO-606/TP1 ici].&lt;br /&gt;
La base de donnée est hébergée sur le serveur &amp;lt;tt&amp;gt;eco.univ-savoie.fr&amp;lt;/tt&amp;gt; sur lequel vous pouvez vous connecter à travers le protocole SSH:&lt;br /&gt;
consultez à cet effet la page [http://eco.univ-savoie.fr/~sfa/Utilisation_PostgreSQL_-_TP_BD.html Utilisation d&#039;un serveur POSTGRESQL] sur la machine &amp;lt;tt&amp;gt;eco&amp;lt;/tt&amp;gt;.&lt;br /&gt;
Dans la création des tables de la base, apparaissent les instructions SQL suivantes:&lt;br /&gt;
&lt;br /&gt;
  constraint systeme_arch_valide check (arch in (&#039;IA32&#039;, &#039;IA64&#039;, &#039;PowerPC&#039;, &#039;SPARC&#039;))&lt;br /&gt;
  constraint salle_cle primary key (nom_salle, batiment)&lt;br /&gt;
  constraint emplacement_ref_salle foreign key (nom_salle, batiment) references salle(nom_salle, batiment)&lt;br /&gt;
&lt;br /&gt;
# Que signifient-elles ? Que permettent-elles de représenter ? &lt;br /&gt;
# Quels sont les index qui ont été créés automatiquement par le SGBD sur cette base et pourquoi ? Vous consulterez la table système &amp;lt;tt&amp;gt;pg_indexes&amp;lt;/tt&amp;gt; pour répondre à cette question. &lt;br /&gt;
# Comment crée-t-on les utilisateurs et leur alloue-t-on des droits sur les tables ? Qui a actuellement des droits (et lesquels) sur les tables de la base &amp;lt;tt&amp;gt;TP-BD-L3-2010-2011&amp;lt;/tt&amp;gt; ? Fouillez dans les tables système pour répondre à cette question.&lt;br /&gt;
&lt;br /&gt;
===Partie 3: Requêtes===&lt;br /&gt;
&lt;br /&gt;
En préalable à cette partie, nous vous demanderons de compléter la&lt;br /&gt;
base fournie de manière à ce que vous disposiez d&#039;un jeu de tests&lt;br /&gt;
suffisant pour vérifier vos requêtes. Vous fournirez les requêtes&lt;br /&gt;
nécessaires à l&#039;insertion de n-uplets dans les tables ou à la&lt;br /&gt;
modification des n-uplets existants.&lt;br /&gt;
&lt;br /&gt;
Pour la suite, il vous est demandé de donner l&#039;expression en algèbre&lt;br /&gt;
relationnelle, calcul relationnel et SQL des requêtes qui suivent, à exprimer&lt;br /&gt;
sur le schéma relationnel et la base correspondante, qui vous sont fournis&lt;br /&gt;
aujourd&#039;hui. &lt;br /&gt;
&lt;br /&gt;
# Liste des machines de l&#039;architecture &amp;lt;tt&amp;gt;IA32&amp;lt;/tt&amp;gt;.&lt;br /&gt;
# Listes des machines sur lesquelles le système &amp;lt;tt&amp;gt;WIN-XP-PRO-IA64&amp;lt;/tt&amp;gt; est installé.&lt;br /&gt;
# Liste des machines sur lesquelles est installé un Windows pour architecture &amp;lt;tt&amp;gt;IA64&amp;lt;/tt&amp;gt;.&lt;br /&gt;
# Listes des machines dans la réserve (celles qui ne sont dans aucune salle).&lt;br /&gt;
# Combien de licences pour &amp;lt;tt&amp;gt;WIN-XP-PRO-IA32&amp;lt;/tt&amp;gt; sont-elles utilisées ?&lt;br /&gt;
# Combien de licences pour Windows XP sur architecture &amp;lt;tt&amp;gt;IA32&amp;lt;/tt&amp;gt; (toutes éditions confondues) sont-elles disponibles ?&lt;br /&gt;
# Listes des systèmes payants, pour lesquels il n&#039;y a plus de licence disponible.&lt;br /&gt;
# Quels systèmes sont installables sur la machine &amp;lt;tt&amp;gt;barbatruc&amp;lt;/tt&amp;gt; avec les licences disponibles ?&lt;br /&gt;
# Sur quelles machines de la réserve peut-on installer &amp;lt;tt&amp;gt;UBUNTU-DESKTOP-8.10-IA32&amp;lt;/tt&amp;gt; ?&lt;br /&gt;
# Quel est le système le plus &amp;quot;gourmand&amp;quot; en mémoire vive (celui qui en demande le plus pour fonctionner) ? Ecrire cette requête en algèbre et calcul relationnels, puis en SQL SANS AVOIR RECOURS aux primitives de calcul (max notamment) introduites par &amp;lt;tt&amp;gt;SQL&amp;lt;/tt&amp;gt;.&lt;br /&gt;
# Quelles sont les salles dans lesquelles on pourra trouver des machines avec des systèmes windows et d&#039;autres avec des systèmes Ubuntu ?&lt;br /&gt;
# Quelles sont les salles dans lesquelles toutes les machines sont installées sous Ubuntu ?&lt;br /&gt;
# Quelles sont les salles dans lesquelles aucune machine n&#039;est installée sous Ubuntu ?&lt;br /&gt;
# Quelles sont les machines sur lesquelles sont installés tous les systèmes dont dispose l&#039;Université ?&lt;br /&gt;
# Quelle est la salle ayant la configuration la plus hétérogène (il s&#039;agit de la salle qui comporte la plus grande variété de systèmes installés sur ses machines) ?&lt;br /&gt;
# Pour chaque salle, indiquez son nom et le nombre de systèmes différents installés sur les machines qui l&#039;occupent.&lt;br /&gt;
# Pour chaque salle, indiquez le nombre de prises Ethernet libres.&lt;br /&gt;
# Dans quelles salles peut-on encore ajouter une machine ?&lt;br /&gt;
# Listez les adresses IP attribuées par le serveur DHCP.&lt;br /&gt;
# Listez les machines auxquelles le serveur DHCP attribue une adresse, mais qui sont dans la réserve et pas dans une salle.&lt;/div&gt;</summary>
		<author><name>Cferr</name></author>
	</entry>
	<entry>
		<id>http://os-vps418.infomaniak.ch:1250/mediawiki/index.php?title=INFO606-TP2-2010-2011&amp;diff=5163</id>
		<title>INFO606-TP2-2010-2011</title>
		<link rel="alternate" type="text/html" href="http://os-vps418.infomaniak.ch:1250/mediawiki/index.php?title=INFO606-TP2-2010-2011&amp;diff=5163"/>
		<updated>2011-03-15T23:44:43Z</updated>

		<summary type="html">&lt;p&gt;Cferr : /* Partie 1: Modèle de données */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Sujet du TP2 d&#039;[[INFO606]] en 2010/2011.&lt;br /&gt;
&lt;br /&gt;
==Description de la base à modéliser==&lt;br /&gt;
&lt;br /&gt;
Le SUMO (Service Universitaire de Mutualisation des Ordinateurs) gère un grand&lt;br /&gt;
parc de machines à disposition des étudiants, enseignants et personnels de&lt;br /&gt;
l&#039;Université.&lt;br /&gt;
&lt;br /&gt;
Chaque machine est identifiée par un nom réseau. Lors de l&#039;installation d&#039;une&lt;br /&gt;
machine, on relève les données pertinentes pour la gestion du réseau et des&lt;br /&gt;
logiciels: adresse MAC, architecture (ia32, ia64, sparc, powerpc), fréquence&lt;br /&gt;
du processeur (en MHz), taille de la mémoire vive (en Mio) et taille du disque&lt;br /&gt;
dur (en Gio). Un serveur DHCP associe à une adresse MAC une adresse IP sur le&lt;br /&gt;
réseau (certaines adresses MAC peuvent ne pas être référencées).&lt;br /&gt;
&lt;br /&gt;
Sur chaque machine est installé un système d&#039;exploitation (ou&lt;br /&gt;
plusieurs).  Chaque système a un nom et une version, une architecture&lt;br /&gt;
d&#039;accueil et des besoins matériels minimaux (fréquence, mémoire et&lt;br /&gt;
disque dur). Un système ne peut être installé que sur une machine&lt;br /&gt;
deayant une architecture adéquate, c&#039;est-à-dire avec au moins les&lt;br /&gt;
ressources matérielles minimales. Certains systèmes sont propriétaires&lt;br /&gt;
et payants : il faut alors acheter des licences pour avoir le droit de&lt;br /&gt;
les installer. Le nombre d&#039;installations d&#039;un système payant&lt;br /&gt;
doit être inférieur au nombre de licences dont on dispose.&lt;br /&gt;
&lt;br /&gt;
Chaque machine peut être mise à disposition dans une salle, identifiée par &lt;br /&gt;
un nom et un bâtiment (par exemple &amp;lt;tt&amp;gt;59B&amp;lt;/tt&amp;gt;, bâtiment &amp;lt;tt&amp;gt;Maurienne&amp;lt;/tt&amp;gt;).&lt;br /&gt;
Pour chaque salle, on donne l&#039;indication de l&#039;étage où elle se trouve. &lt;br /&gt;
Par ailleurs, le nombre de prises Ethernet est limité pour&lt;br /&gt;
chaque salle : on ne peut pas connecter plus de machines que ce qu&#039;il y a de&lt;br /&gt;
prises.&lt;br /&gt;
&lt;br /&gt;
==Travail à réaliser==&lt;br /&gt;
&lt;br /&gt;
Vous traiterez les trois parties suivantes dans un compte-rendu que vous ferez parvenir à votre responsable de TP.&lt;br /&gt;
&lt;br /&gt;
===Partie 1: Modèle de données===&lt;br /&gt;
&lt;br /&gt;
On propose la collection de relations suivante (les clefs sont en majuscules):&lt;br /&gt;
&lt;br /&gt;
  Systeme (IDENT_SYS, nom, version, edition, arch, freq_min, mem_min, dd_min, payant)&lt;br /&gt;
  Licence (NUM_CONTRAT, pour_sys, nb_licences)&lt;br /&gt;
  Machine (NOM_MACH, adr_mac, arch, freq_proc, taille_mem, taille_dd)&lt;br /&gt;
  Installation (NOM_MACH, IDENT_SYS)&lt;br /&gt;
  Dhcp (ADR_MAC, adr_ip)&lt;br /&gt;
  Salle (NOM_SALLE, BATIMENT, etage, nb_eth)&lt;br /&gt;
  Emplacement (NOM_MACH, nom_salle, batiment)&lt;br /&gt;
&lt;br /&gt;
# Guidés par la description du modèle, retrouvez le (ou plutôt un) schéma EA qui se traduit en cette collection de relations.&lt;br /&gt;
# Cette collection est-elle en 1FN, en 2FN , en 3FN ? Justifiez votre réponse.&lt;br /&gt;
# Identifiez, parmi les attributs de ces relations, ceux qui sont des références à des clés étrangères.&lt;br /&gt;
&lt;br /&gt;
===Partie 2: Observation des scripts===&lt;br /&gt;
&lt;br /&gt;
Les fichiers SQL de création de la base de données vous sont fournis [http://www.lama.univ-savoie.fr/~vaux/ens/INFO-606/TP1 ici].&lt;br /&gt;
La base de donnée est hébergée sur le serveur &amp;lt;tt&amp;gt;eco.univ-savoie.fr&amp;lt;/tt&amp;gt; sur lequel vous pouvez vous connecter à travers le protocole SSH:&lt;br /&gt;
consultez à cet effet la page [http://eco.univ-savoie.fr/~sfa/Utilisation_PostgreSQL_-_TP_BD.html Utilisation d&#039;un serveur POSTGRESQL] sur la machine &amp;lt;tt&amp;gt;eco&amp;lt;/tt&amp;gt;.&lt;br /&gt;
Dans la création des tables de la base, apparaissent les instructions SQL suivantes:&lt;br /&gt;
&lt;br /&gt;
  constraint systeme_arch_valide check (arch in (&#039;IA32&#039;, &#039;IA64&#039;, &#039;PowerPC&#039;, &#039;SPARC&#039;))&lt;br /&gt;
  constraint salle_cle primary key (nom_salle, batiment)&lt;br /&gt;
  constraint emplacement_ref_salle foreign key (nom_salle, batiment) references salle(nom_salle, batiment)&lt;br /&gt;
&lt;br /&gt;
# Que signifient-elles ? Que permettent-elles de représenter ? &lt;br /&gt;
# Quels sont les index qui ont été créés automatiquement par le SGBD sur cette base et pourquoi ? Vous consulterez la table système &amp;lt;tt&amp;gt;pg_indexes&amp;lt;/tt&amp;gt; pour répondre à cette question. &lt;br /&gt;
# Comment crée-t-on les utilisateurs et leur alloue-t-on des droits sur les tables ? Qui a actuellement des droits (et lesquels) sur les tables de la base &amp;lt;tt&amp;gt;TP1-BD-L3-2008-2009&amp;lt;/tt&amp;gt; ? Fouillez dans les tables système pour répondre à cette question.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note: &#039;&#039;&#039; Il y a une erreur mineure dans la requête de création de la&lt;br /&gt;
table &amp;lt;tt&amp;gt;licence&amp;lt;/tt&amp;gt;: l&#039;attribut &amp;lt;tt&amp;gt;ident_sys&amp;lt;/tt&amp;gt; devient &amp;lt;tt&amp;gt;pour_sys&amp;lt;/tt&amp;gt;. &lt;br /&gt;
Les requêtes d&#039;insertion doivent être modifiées en conséquence (c&#039;est le cas dans les scripts fournis).&lt;br /&gt;
&lt;br /&gt;
===Partie 3: Requêtes===&lt;br /&gt;
&lt;br /&gt;
En préalable à cette partie, nous vous demanderons de compléter la&lt;br /&gt;
base fournie de manière à ce que vous disposiez d&#039;un jeu de tests&lt;br /&gt;
suffisant pour vérifier vos requêtes. Vous fournirez les requêtes&lt;br /&gt;
nécessaires à l&#039;insertion de n-uplets dans les tables ou à la&lt;br /&gt;
modification des n-uplets existants.&lt;br /&gt;
&lt;br /&gt;
Pour la suite, il vous est demandé de donner l&#039;expression en algèbre&lt;br /&gt;
relationnelle, calcul relationnel et SQL des requêtes qui suivent, à exprimer&lt;br /&gt;
sur le schéma relationnel et la base correspondante, qui vous sont fournis&lt;br /&gt;
aujourd&#039;hui. &lt;br /&gt;
&lt;br /&gt;
# Liste des machines de l&#039;architecture &amp;lt;tt&amp;gt;IA32&amp;lt;/tt&amp;gt;.&lt;br /&gt;
# Listes des machines sur lesquelles le système &amp;lt;tt&amp;gt;WIN-XP-PRO-IA64&amp;lt;/tt&amp;gt; est installé.&lt;br /&gt;
# Liste des machines sur lesquelles est installé un Windows pour architecture &amp;lt;tt&amp;gt;IA64&amp;lt;/tt&amp;gt;.&lt;br /&gt;
# Listes des machines dans la réserve (celles qui ne sont dans aucune salle).&lt;br /&gt;
# Combien de licences pour &amp;lt;tt&amp;gt;WIN-XP-PRO-IA32&amp;lt;/tt&amp;gt; sont-elles utilisées ?&lt;br /&gt;
# Combien de licences pour Windows XP sur architecture &amp;lt;tt&amp;gt;IA32&amp;lt;/tt&amp;gt; (toutes éditions confondues) sont-elles disponibles ?&lt;br /&gt;
# Listes des systèmes payants, pour lesquels il n&#039;y a plus de licence disponible.&lt;br /&gt;
# Quels systèmes sont installables sur la machine &amp;lt;tt&amp;gt;barbatruc&amp;lt;/tt&amp;gt; avec les licences disponibles ?&lt;br /&gt;
# Sur quelles machines de la réserve peut-on installer &amp;lt;tt&amp;gt;UBUNTU-DESKTOP-8.10-IA32&amp;lt;/tt&amp;gt; ?&lt;br /&gt;
# Quel est le système le plus &amp;quot;gourmand&amp;quot; en mémoire vive (celui qui en demande le plus pour fonctionner) ? Ecrire cette requête en algèbre et calcul relationnels, puis en SQL SANS AVOIR RECOURS aux primitives de calcul (max notamment) introduites par &amp;lt;tt&amp;gt;SQL&amp;lt;/tt&amp;gt;.&lt;br /&gt;
# Quelles sont les salles dans lesquelles on pourra trouver des machines avec des systèmes windows et d&#039;autres avec des systèmes Ubuntu ?&lt;br /&gt;
# Quelles sont les salles dans lesquelles toutes les machines sont installées sous Ubuntu ?&lt;br /&gt;
# Quelles sont les salles dans lesquelles aucune machine n&#039;est installée sous Ubuntu ?&lt;br /&gt;
# Quelles sont les machines sur lesquelles sont installés tous les systèmes dont dispose l&#039;Université ?&lt;br /&gt;
# Quelle est la salle ayant la configuration la plus hétérogène (il s&#039;agit de la salle qui comporte la plus grande variété de systèmes installés sur ses machines) ?&lt;br /&gt;
# Pour chaque salle, indiquez son nom et le nombre de systèmes différents installés sur les machines qui l&#039;occupent.&lt;br /&gt;
# Pour chaque salle, indiquez le nombre de prises Ethernet libres.&lt;br /&gt;
# Dans quelles salles peut-on encore ajouter une machine ?&lt;br /&gt;
# Listez les adresses IP attribuées par le serveur DHCP.&lt;br /&gt;
# Listez les machines auxquelles le serveur DHCP attribue une adresse, mais qui sont dans la réserve et pas dans une salle.&lt;/div&gt;</summary>
		<author><name>Cferr</name></author>
	</entry>
	<entry>
		<id>http://os-vps418.infomaniak.ch:1250/mediawiki/index.php?title=INFO606-TP2-2010-2011&amp;diff=5162</id>
		<title>INFO606-TP2-2010-2011</title>
		<link rel="alternate" type="text/html" href="http://os-vps418.infomaniak.ch:1250/mediawiki/index.php?title=INFO606-TP2-2010-2011&amp;diff=5162"/>
		<updated>2011-03-15T23:34:57Z</updated>

		<summary type="html">&lt;p&gt;Cferr : /* Partie 2: Observation des scripts */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Sujet du TP2 d&#039;[[INFO606]] en 2010/2011.&lt;br /&gt;
&lt;br /&gt;
==Description de la base à modéliser==&lt;br /&gt;
&lt;br /&gt;
Le SUMO (Service Universitaire de Mutualisation des Ordinateurs) gère un grand&lt;br /&gt;
parc de machines à disposition des étudiants, enseignants et personnels de&lt;br /&gt;
l&#039;Université.&lt;br /&gt;
&lt;br /&gt;
Chaque machine est identifiée par un nom réseau. Lors de l&#039;installation d&#039;une&lt;br /&gt;
machine, on relève les données pertinentes pour la gestion du réseau et des&lt;br /&gt;
logiciels: adresse MAC, architecture (ia32, ia64, sparc, powerpc), fréquence&lt;br /&gt;
du processeur (en MHz), taille de la mémoire vive (en Mio) et taille du disque&lt;br /&gt;
dur (en Gio). Un serveur DHCP associe à une adresse MAC une adresse IP sur le&lt;br /&gt;
réseau (certaines adresses MAC peuvent ne pas être référencées).&lt;br /&gt;
&lt;br /&gt;
Sur chaque machine est installé un système d&#039;exploitation (ou&lt;br /&gt;
plusieurs).  Chaque système a un nom et une version, une architecture&lt;br /&gt;
d&#039;accueil et des besoins matériels minimaux (fréquence, mémoire et&lt;br /&gt;
disque dur). Un système ne peut être installé que sur une machine&lt;br /&gt;
deayant une architecture adéquate, c&#039;est-à-dire avec au moins les&lt;br /&gt;
ressources matérielles minimales. Certains systèmes sont propriétaires&lt;br /&gt;
et payants : il faut alors acheter des licences pour avoir le droit de&lt;br /&gt;
les installer. Le nombre d&#039;installations d&#039;un système payant&lt;br /&gt;
doit être inférieur au nombre de licences dont on dispose.&lt;br /&gt;
&lt;br /&gt;
Chaque machine peut être mise à disposition dans une salle, identifiée par &lt;br /&gt;
un nom et un bâtiment (par exemple &amp;lt;tt&amp;gt;59B&amp;lt;/tt&amp;gt;, bâtiment &amp;lt;tt&amp;gt;Maurienne&amp;lt;/tt&amp;gt;).&lt;br /&gt;
Pour chaque salle, on donne l&#039;indication de l&#039;étage où elle se trouve. &lt;br /&gt;
Par ailleurs, le nombre de prises Ethernet est limité pour&lt;br /&gt;
chaque salle : on ne peut pas connecter plus de machines que ce qu&#039;il y a de&lt;br /&gt;
prises.&lt;br /&gt;
&lt;br /&gt;
==Travail à réaliser==&lt;br /&gt;
&lt;br /&gt;
Vous traiterez les trois parties suivantes dans un compte-rendu que vous ferez parvenir à votre responsable de TP.&lt;br /&gt;
&lt;br /&gt;
===Partie 1: Modèle de données===&lt;br /&gt;
&lt;br /&gt;
On propose la collection de relations suivante (les clefs sont en majuscules):&lt;br /&gt;
&lt;br /&gt;
  Systeme (IDENT_SYS, nom, version, edition, arch, freq_min, mem_min, dd_min, payant)&lt;br /&gt;
  Licence (NUM_CONTRAT, ident_sys, nb_licences)&lt;br /&gt;
  Machine (NOM_MACH, adr_mac, arch, freq_proc, taille_mem, taille_dd)&lt;br /&gt;
  Installation (NOM_MACH, IDENT_SYS)&lt;br /&gt;
  Dhcp (ADR_MAC, adr_ip)&lt;br /&gt;
  Salle (NOM_SALLE, BATIMENT, etage, nb_eth)&lt;br /&gt;
  Emplacement (NOM_MACH, nom_salle, batiment)&lt;br /&gt;
&lt;br /&gt;
# Guidés par la description du modèle, retrouvez le (ou plutôt un) schéma EA qui se traduit en cette collection de relations.&lt;br /&gt;
# Cette collection est-elle en 1FN, en 2FN , en 3FN ? Justifiez votre réponse.&lt;br /&gt;
# Identifiez parmi les attributs de ces relations lesquels sont des références à des clés étrangères.&lt;br /&gt;
&lt;br /&gt;
===Partie 2: Observation des scripts===&lt;br /&gt;
&lt;br /&gt;
Les fichiers SQL de création de la base de données vous sont fournis [http://www.lama.univ-savoie.fr/~vaux/ens/INFO-606/TP1 ici].&lt;br /&gt;
La base de donnée est hébergée sur le serveur &amp;lt;tt&amp;gt;eco.univ-savoie.fr&amp;lt;/tt&amp;gt; sur lequel vous pouvez vous connecter à travers le protocole SSH:&lt;br /&gt;
consultez à cet effet la page [http://eco.univ-savoie.fr/~sfa/Utilisation_PostgreSQL_-_TP_BD.html Utilisation d&#039;un serveur POSTGRESQL] sur la machine &amp;lt;tt&amp;gt;eco&amp;lt;/tt&amp;gt;.&lt;br /&gt;
Dans la création des tables de la base, apparaissent les instructions SQL suivantes:&lt;br /&gt;
&lt;br /&gt;
  constraint systeme_arch_valide check (arch in (&#039;IA32&#039;, &#039;IA64&#039;, &#039;PowerPC&#039;, &#039;SPARC&#039;))&lt;br /&gt;
  constraint salle_cle primary key (nom_salle, batiment)&lt;br /&gt;
  constraint emplacement_ref_salle foreign key (nom_salle, batiment) references salle(nom_salle, batiment)&lt;br /&gt;
&lt;br /&gt;
# Que signifient-elles ? Que permettent-elles de représenter ? &lt;br /&gt;
# Quels sont les index qui ont été créés automatiquement par le SGBD sur cette base et pourquoi ? Vous consulterez la table système &amp;lt;tt&amp;gt;pg_indexes&amp;lt;/tt&amp;gt; pour répondre à cette question. &lt;br /&gt;
# Comment crée-t-on les utilisateurs et leur alloue-t-on des droits sur les tables ? Qui a actuellement des droits (et lesquels) sur les tables de la base &amp;lt;tt&amp;gt;TP1-BD-L3-2008-2009&amp;lt;/tt&amp;gt; ? Fouillez dans les tables système pour répondre à cette question.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note: &#039;&#039;&#039; Il y a une erreur mineure dans la requête de création de la&lt;br /&gt;
table &amp;lt;tt&amp;gt;licence&amp;lt;/tt&amp;gt;: l&#039;attribut &amp;lt;tt&amp;gt;ident_sys&amp;lt;/tt&amp;gt; devient &amp;lt;tt&amp;gt;pour_sys&amp;lt;/tt&amp;gt;. &lt;br /&gt;
Les requêtes d&#039;insertion doivent être modifiées en conséquence (c&#039;est le cas dans les scripts fournis).&lt;br /&gt;
&lt;br /&gt;
===Partie 3: Requêtes===&lt;br /&gt;
&lt;br /&gt;
En préalable à cette partie, nous vous demanderons de compléter la&lt;br /&gt;
base fournie de manière à ce que vous disposiez d&#039;un jeu de tests&lt;br /&gt;
suffisant pour vérifier vos requêtes. Vous fournirez les requêtes&lt;br /&gt;
nécessaires à l&#039;insertion de n-uplets dans les tables ou à la&lt;br /&gt;
modification des n-uplets existants.&lt;br /&gt;
&lt;br /&gt;
Pour la suite, il vous est demandé de donner l&#039;expression en algèbre&lt;br /&gt;
relationnelle, calcul relationnel et SQL des requêtes qui suivent, à exprimer&lt;br /&gt;
sur le schéma relationnel et la base correspondante, qui vous sont fournis&lt;br /&gt;
aujourd&#039;hui. &lt;br /&gt;
&lt;br /&gt;
# Liste des machines de l&#039;architecture &amp;lt;tt&amp;gt;IA32&amp;lt;/tt&amp;gt;.&lt;br /&gt;
# Listes des machines sur lesquelles le système &amp;lt;tt&amp;gt;WIN-XP-PRO-IA64&amp;lt;/tt&amp;gt; est installé.&lt;br /&gt;
# Liste des machines sur lesquelles est installé un Windows pour architecture &amp;lt;tt&amp;gt;IA64&amp;lt;/tt&amp;gt;.&lt;br /&gt;
# Listes des machines dans la réserve (celles qui ne sont dans aucune salle).&lt;br /&gt;
# Combien de licences pour &amp;lt;tt&amp;gt;WIN-XP-PRO-IA32&amp;lt;/tt&amp;gt; sont-elles utilisées ?&lt;br /&gt;
# Combien de licences pour Windows XP sur architecture &amp;lt;tt&amp;gt;IA32&amp;lt;/tt&amp;gt; (toutes éditions confondues) sont-elles disponibles ?&lt;br /&gt;
# Listes des systèmes payants, pour lesquels il n&#039;y a plus de licence disponible.&lt;br /&gt;
# Quels systèmes sont installables sur la machine &amp;lt;tt&amp;gt;barbatruc&amp;lt;/tt&amp;gt; avec les licences disponibles ?&lt;br /&gt;
# Sur quelles machines de la réserve peut-on installer &amp;lt;tt&amp;gt;UBUNTU-DESKTOP-8.10-IA32&amp;lt;/tt&amp;gt; ?&lt;br /&gt;
# Quel est le système le plus &amp;quot;gourmand&amp;quot; en mémoire vive (celui qui en demande le plus pour fonctionner) ? Ecrire cette requête en algèbre et calcul relationnels, puis en SQL SANS AVOIR RECOURS aux primitives de calcul (max notamment) introduites par &amp;lt;tt&amp;gt;SQL&amp;lt;/tt&amp;gt;.&lt;br /&gt;
# Quelles sont les salles dans lesquelles on pourra trouver des machines avec des systèmes windows et d&#039;autres avec des systèmes Ubuntu ?&lt;br /&gt;
# Quelles sont les salles dans lesquelles toutes les machines sont installées sous Ubuntu ?&lt;br /&gt;
# Quelles sont les salles dans lesquelles aucune machine n&#039;est installée sous Ubuntu ?&lt;br /&gt;
# Quelles sont les machines sur lesquelles sont installés tous les systèmes dont dispose l&#039;Université ?&lt;br /&gt;
# Quelle est la salle ayant la configuration la plus hétérogène (il s&#039;agit de la salle qui comporte la plus grande variété de systèmes installés sur ses machines) ?&lt;br /&gt;
# Pour chaque salle, indiquez son nom et le nombre de systèmes différents installés sur les machines qui l&#039;occupent.&lt;br /&gt;
# Pour chaque salle, indiquez le nombre de prises Ethernet libres.&lt;br /&gt;
# Dans quelles salles peut-on encore ajouter une machine ?&lt;br /&gt;
# Listez les adresses IP attribuées par le serveur DHCP.&lt;br /&gt;
# Listez les machines auxquelles le serveur DHCP attribue une adresse, mais qui sont dans la réserve et pas dans une salle.&lt;/div&gt;</summary>
		<author><name>Cferr</name></author>
	</entry>
	<entry>
		<id>http://os-vps418.infomaniak.ch:1250/mediawiki/index.php?title=INFO606-TP2-2010-2011&amp;diff=5161</id>
		<title>INFO606-TP2-2010-2011</title>
		<link rel="alternate" type="text/html" href="http://os-vps418.infomaniak.ch:1250/mediawiki/index.php?title=INFO606-TP2-2010-2011&amp;diff=5161"/>
		<updated>2011-03-15T23:33:53Z</updated>

		<summary type="html">&lt;p&gt;Cferr : /* Partie 2: Observation des scripts */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Sujet du TP2 d&#039;[[INFO606]] en 2010/2011.&lt;br /&gt;
&lt;br /&gt;
==Description de la base à modéliser==&lt;br /&gt;
&lt;br /&gt;
Le SUMO (Service Universitaire de Mutualisation des Ordinateurs) gère un grand&lt;br /&gt;
parc de machines à disposition des étudiants, enseignants et personnels de&lt;br /&gt;
l&#039;Université.&lt;br /&gt;
&lt;br /&gt;
Chaque machine est identifiée par un nom réseau. Lors de l&#039;installation d&#039;une&lt;br /&gt;
machine, on relève les données pertinentes pour la gestion du réseau et des&lt;br /&gt;
logiciels: adresse MAC, architecture (ia32, ia64, sparc, powerpc), fréquence&lt;br /&gt;
du processeur (en MHz), taille de la mémoire vive (en Mio) et taille du disque&lt;br /&gt;
dur (en Gio). Un serveur DHCP associe à une adresse MAC une adresse IP sur le&lt;br /&gt;
réseau (certaines adresses MAC peuvent ne pas être référencées).&lt;br /&gt;
&lt;br /&gt;
Sur chaque machine est installé un système d&#039;exploitation (ou&lt;br /&gt;
plusieurs).  Chaque système a un nom et une version, une architecture&lt;br /&gt;
d&#039;accueil et des besoins matériels minimaux (fréquence, mémoire et&lt;br /&gt;
disque dur). Un système ne peut être installé que sur une machine&lt;br /&gt;
deayant une architecture adéquate, c&#039;est-à-dire avec au moins les&lt;br /&gt;
ressources matérielles minimales. Certains systèmes sont propriétaires&lt;br /&gt;
et payants : il faut alors acheter des licences pour avoir le droit de&lt;br /&gt;
les installer. Le nombre d&#039;installations d&#039;un système payant&lt;br /&gt;
doit être inférieur au nombre de licences dont on dispose.&lt;br /&gt;
&lt;br /&gt;
Chaque machine peut être mise à disposition dans une salle, identifiée par &lt;br /&gt;
un nom et un bâtiment (par exemple &amp;lt;tt&amp;gt;59B&amp;lt;/tt&amp;gt;, bâtiment &amp;lt;tt&amp;gt;Maurienne&amp;lt;/tt&amp;gt;).&lt;br /&gt;
Pour chaque salle, on donne l&#039;indication de l&#039;étage où elle se trouve. &lt;br /&gt;
Par ailleurs, le nombre de prises Ethernet est limité pour&lt;br /&gt;
chaque salle : on ne peut pas connecter plus de machines que ce qu&#039;il y a de&lt;br /&gt;
prises.&lt;br /&gt;
&lt;br /&gt;
==Travail à réaliser==&lt;br /&gt;
&lt;br /&gt;
Vous traiterez les trois parties suivantes dans un compte-rendu que vous ferez parvenir à votre responsable de TP.&lt;br /&gt;
&lt;br /&gt;
===Partie 1: Modèle de données===&lt;br /&gt;
&lt;br /&gt;
On propose la collection de relations suivante (les clefs sont en majuscules):&lt;br /&gt;
&lt;br /&gt;
  Systeme (IDENT_SYS, nom, version, edition, arch, freq_min, mem_min, dd_min, payant)&lt;br /&gt;
  Licence (NUM_CONTRAT, ident_sys, nb_licences)&lt;br /&gt;
  Machine (NOM_MACH, adr_mac, arch, freq_proc, taille_mem, taille_dd)&lt;br /&gt;
  Installation (NOM_MACH, IDENT_SYS)&lt;br /&gt;
  Dhcp (ADR_MAC, adr_ip)&lt;br /&gt;
  Salle (NOM_SALLE, BATIMENT, etage, nb_eth)&lt;br /&gt;
  Emplacement (NOM_MACH, nom_salle, batiment)&lt;br /&gt;
&lt;br /&gt;
# Guidés par la description du modèle, retrouvez le (ou plutôt un) schéma EA qui se traduit en cette collection de relations.&lt;br /&gt;
# Cette collection est-elle en 1FN, en 2FN , en 3FN ? Justifiez votre réponse.&lt;br /&gt;
# Identifiez parmi les attributs de ces relations lesquels sont des références à des clés étrangères.&lt;br /&gt;
&lt;br /&gt;
===Partie 2: Observation des scripts===&lt;br /&gt;
&lt;br /&gt;
Les fichiers SQL de création de la base de données vous sont fournis [http://www.lama.univ-savoie.fr/~vaux/ens/INFO-606/TP1 ici].&lt;br /&gt;
La base de donnée est hébergée sur le serveur &amp;lt;tt&amp;gt;eco.univ-savoie.fr&amp;lt;/tt&amp;gt; sur lequel vous pouvez vous connecter à travers le protocole SSH:&lt;br /&gt;
consultez à cet effet la page [http://eco.univ-savoie.fr/~cferr/Utilisation_PostgreSQL_-_TP_BD.html Utilisation d&#039;un serveur POSTGRESQL] sur la machine &amp;lt;tt&amp;gt;eco&amp;lt;/tt&amp;gt;.&lt;br /&gt;
Dans la création des tables de la base, apparaissent les instructions SQL suivantes:&lt;br /&gt;
&lt;br /&gt;
  constraint systeme_arch_valide check (arch in (&#039;IA32&#039;, &#039;IA64&#039;, &#039;PowerPC&#039;, &#039;SPARC&#039;))&lt;br /&gt;
  constraint salle_cle primary key (nom_salle, batiment)&lt;br /&gt;
  constraint emplacement_ref_salle foreign key (nom_salle, batiment) references salle(nom_salle, batiment)&lt;br /&gt;
&lt;br /&gt;
# Que signifient-elles ? Que permettent-elles de représenter ? &lt;br /&gt;
# Quels sont les index qui ont été créés automatiquement par le SGBD sur cette base et pourquoi ? Vous consulterez la table système &amp;lt;tt&amp;gt;pg_indexes&amp;lt;/tt&amp;gt; pour répondre à cette question. &lt;br /&gt;
# Comment crée-t-on les utilisateurs et leur alloue-t-on des droits sur les tables ? Qui a actuellement des droits (et lesquels) sur les tables de la base &amp;lt;tt&amp;gt;TP1-BD-L3-2008-2009&amp;lt;/tt&amp;gt; ? Fouillez dans les tables système pour répondre à cette question.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note: &#039;&#039;&#039; Il y a une erreur mineure dans la requête de création de la&lt;br /&gt;
table &amp;lt;tt&amp;gt;licence&amp;lt;/tt&amp;gt;: l&#039;attribut &amp;lt;tt&amp;gt;ident_sys&amp;lt;/tt&amp;gt; devient &amp;lt;tt&amp;gt;pour_sys&amp;lt;/tt&amp;gt;. &lt;br /&gt;
Les requêtes d&#039;insertion doivent être modifiées en conséquence (c&#039;est le cas dans les scripts fournis).&lt;br /&gt;
&lt;br /&gt;
===Partie 3: Requêtes===&lt;br /&gt;
&lt;br /&gt;
En préalable à cette partie, nous vous demanderons de compléter la&lt;br /&gt;
base fournie de manière à ce que vous disposiez d&#039;un jeu de tests&lt;br /&gt;
suffisant pour vérifier vos requêtes. Vous fournirez les requêtes&lt;br /&gt;
nécessaires à l&#039;insertion de n-uplets dans les tables ou à la&lt;br /&gt;
modification des n-uplets existants.&lt;br /&gt;
&lt;br /&gt;
Pour la suite, il vous est demandé de donner l&#039;expression en algèbre&lt;br /&gt;
relationnelle, calcul relationnel et SQL des requêtes qui suivent, à exprimer&lt;br /&gt;
sur le schéma relationnel et la base correspondante, qui vous sont fournis&lt;br /&gt;
aujourd&#039;hui. &lt;br /&gt;
&lt;br /&gt;
# Liste des machines de l&#039;architecture &amp;lt;tt&amp;gt;IA32&amp;lt;/tt&amp;gt;.&lt;br /&gt;
# Listes des machines sur lesquelles le système &amp;lt;tt&amp;gt;WIN-XP-PRO-IA64&amp;lt;/tt&amp;gt; est installé.&lt;br /&gt;
# Liste des machines sur lesquelles est installé un Windows pour architecture &amp;lt;tt&amp;gt;IA64&amp;lt;/tt&amp;gt;.&lt;br /&gt;
# Listes des machines dans la réserve (celles qui ne sont dans aucune salle).&lt;br /&gt;
# Combien de licences pour &amp;lt;tt&amp;gt;WIN-XP-PRO-IA32&amp;lt;/tt&amp;gt; sont-elles utilisées ?&lt;br /&gt;
# Combien de licences pour Windows XP sur architecture &amp;lt;tt&amp;gt;IA32&amp;lt;/tt&amp;gt; (toutes éditions confondues) sont-elles disponibles ?&lt;br /&gt;
# Listes des systèmes payants, pour lesquels il n&#039;y a plus de licence disponible.&lt;br /&gt;
# Quels systèmes sont installables sur la machine &amp;lt;tt&amp;gt;barbatruc&amp;lt;/tt&amp;gt; avec les licences disponibles ?&lt;br /&gt;
# Sur quelles machines de la réserve peut-on installer &amp;lt;tt&amp;gt;UBUNTU-DESKTOP-8.10-IA32&amp;lt;/tt&amp;gt; ?&lt;br /&gt;
# Quel est le système le plus &amp;quot;gourmand&amp;quot; en mémoire vive (celui qui en demande le plus pour fonctionner) ? Ecrire cette requête en algèbre et calcul relationnels, puis en SQL SANS AVOIR RECOURS aux primitives de calcul (max notamment) introduites par &amp;lt;tt&amp;gt;SQL&amp;lt;/tt&amp;gt;.&lt;br /&gt;
# Quelles sont les salles dans lesquelles on pourra trouver des machines avec des systèmes windows et d&#039;autres avec des systèmes Ubuntu ?&lt;br /&gt;
# Quelles sont les salles dans lesquelles toutes les machines sont installées sous Ubuntu ?&lt;br /&gt;
# Quelles sont les salles dans lesquelles aucune machine n&#039;est installée sous Ubuntu ?&lt;br /&gt;
# Quelles sont les machines sur lesquelles sont installés tous les systèmes dont dispose l&#039;Université ?&lt;br /&gt;
# Quelle est la salle ayant la configuration la plus hétérogène (il s&#039;agit de la salle qui comporte la plus grande variété de systèmes installés sur ses machines) ?&lt;br /&gt;
# Pour chaque salle, indiquez son nom et le nombre de systèmes différents installés sur les machines qui l&#039;occupent.&lt;br /&gt;
# Pour chaque salle, indiquez le nombre de prises Ethernet libres.&lt;br /&gt;
# Dans quelles salles peut-on encore ajouter une machine ?&lt;br /&gt;
# Listez les adresses IP attribuées par le serveur DHCP.&lt;br /&gt;
# Listez les machines auxquelles le serveur DHCP attribue une adresse, mais qui sont dans la réserve et pas dans une salle.&lt;/div&gt;</summary>
		<author><name>Cferr</name></author>
	</entry>
	<entry>
		<id>http://os-vps418.infomaniak.ch:1250/mediawiki/index.php?title=INFO606-TP2-2010-2011&amp;diff=5160</id>
		<title>INFO606-TP2-2010-2011</title>
		<link rel="alternate" type="text/html" href="http://os-vps418.infomaniak.ch:1250/mediawiki/index.php?title=INFO606-TP2-2010-2011&amp;diff=5160"/>
		<updated>2011-03-15T23:30:14Z</updated>

		<summary type="html">&lt;p&gt;Cferr : &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Sujet du TP2 d&#039;[[INFO606]] en 2010/2011.&lt;br /&gt;
&lt;br /&gt;
==Description de la base à modéliser==&lt;br /&gt;
&lt;br /&gt;
Le SUMO (Service Universitaire de Mutualisation des Ordinateurs) gère un grand&lt;br /&gt;
parc de machines à disposition des étudiants, enseignants et personnels de&lt;br /&gt;
l&#039;Université.&lt;br /&gt;
&lt;br /&gt;
Chaque machine est identifiée par un nom réseau. Lors de l&#039;installation d&#039;une&lt;br /&gt;
machine, on relève les données pertinentes pour la gestion du réseau et des&lt;br /&gt;
logiciels: adresse MAC, architecture (ia32, ia64, sparc, powerpc), fréquence&lt;br /&gt;
du processeur (en MHz), taille de la mémoire vive (en Mio) et taille du disque&lt;br /&gt;
dur (en Gio). Un serveur DHCP associe à une adresse MAC une adresse IP sur le&lt;br /&gt;
réseau (certaines adresses MAC peuvent ne pas être référencées).&lt;br /&gt;
&lt;br /&gt;
Sur chaque machine est installé un système d&#039;exploitation (ou&lt;br /&gt;
plusieurs).  Chaque système a un nom et une version, une architecture&lt;br /&gt;
d&#039;accueil et des besoins matériels minimaux (fréquence, mémoire et&lt;br /&gt;
disque dur). Un système ne peut être installé que sur une machine&lt;br /&gt;
deayant une architecture adéquate, c&#039;est-à-dire avec au moins les&lt;br /&gt;
ressources matérielles minimales. Certains systèmes sont propriétaires&lt;br /&gt;
et payants : il faut alors acheter des licences pour avoir le droit de&lt;br /&gt;
les installer. Le nombre d&#039;installations d&#039;un système payant&lt;br /&gt;
doit être inférieur au nombre de licences dont on dispose.&lt;br /&gt;
&lt;br /&gt;
Chaque machine peut être mise à disposition dans une salle, identifiée par &lt;br /&gt;
un nom et un bâtiment (par exemple &amp;lt;tt&amp;gt;59B&amp;lt;/tt&amp;gt;, bâtiment &amp;lt;tt&amp;gt;Maurienne&amp;lt;/tt&amp;gt;).&lt;br /&gt;
Pour chaque salle, on donne l&#039;indication de l&#039;étage où elle se trouve. &lt;br /&gt;
Par ailleurs, le nombre de prises Ethernet est limité pour&lt;br /&gt;
chaque salle : on ne peut pas connecter plus de machines que ce qu&#039;il y a de&lt;br /&gt;
prises.&lt;br /&gt;
&lt;br /&gt;
==Travail à réaliser==&lt;br /&gt;
&lt;br /&gt;
Vous traiterez les trois parties suivantes dans un compte-rendu que vous ferez parvenir à votre responsable de TP.&lt;br /&gt;
&lt;br /&gt;
===Partie 1: Modèle de données===&lt;br /&gt;
&lt;br /&gt;
On propose la collection de relations suivante (les clefs sont en majuscules):&lt;br /&gt;
&lt;br /&gt;
  Systeme (IDENT_SYS, nom, version, edition, arch, freq_min, mem_min, dd_min, payant)&lt;br /&gt;
  Licence (NUM_CONTRAT, ident_sys, nb_licences)&lt;br /&gt;
  Machine (NOM_MACH, adr_mac, arch, freq_proc, taille_mem, taille_dd)&lt;br /&gt;
  Installation (NOM_MACH, IDENT_SYS)&lt;br /&gt;
  Dhcp (ADR_MAC, adr_ip)&lt;br /&gt;
  Salle (NOM_SALLE, BATIMENT, etage, nb_eth)&lt;br /&gt;
  Emplacement (NOM_MACH, nom_salle, batiment)&lt;br /&gt;
&lt;br /&gt;
# Guidés par la description du modèle, retrouvez le (ou plutôt un) schéma EA qui se traduit en cette collection de relations.&lt;br /&gt;
# Cette collection est-elle en 1FN, en 2FN , en 3FN ? Justifiez votre réponse.&lt;br /&gt;
# Identifiez parmi les attributs de ces relations lesquels sont des références à des clés étrangères.&lt;br /&gt;
&lt;br /&gt;
===Partie 2: Observation des scripts===&lt;br /&gt;
&lt;br /&gt;
Les fichiers SQL de création de la base de données vous sont fournis [http://www.lama.univ-savoie.fr/~vaux/ens/INFO-606/TP1 ici].&lt;br /&gt;
La base de donnée est hébergée sur le serveur &amp;lt;tt&amp;gt;eco.univ-savoie.fr&amp;lt;/tt&amp;gt; sur lequel vous pouvez vous connecter à travers le protocole SSH:&lt;br /&gt;
consultez à cet effet la page [http://eco.univ-savoie.fr/~cferr/Utilisation_PostgreSQL_-_TP_BD.html Utilisation d&#039;un serveur POSTGRESQL] sur la machine &amp;lt;tt&amp;gt;eco&amp;lt;/tt&amp;gt;.&lt;br /&gt;
Dans la création des tables de la base, apparaissent les instructions SQL suivantes:&lt;br /&gt;
&lt;br /&gt;
  constraint systeme_arch_valide check (arch in (&#039;IA32&#039;, &#039;IA64&#039;, &#039;PowerPC&#039;, &#039;SPARC&#039;))&lt;br /&gt;
  constraint salle_cle primary key (nom_salle, batiment)&lt;br /&gt;
  constraint emplacement_ref_salle foreign key (nom_salle, batiment) references salle(nom_salle, batiment)&lt;br /&gt;
&lt;br /&gt;
# Que signifient-elles ? Que permettent-elles de représenter ? &lt;br /&gt;
# Utilisez la commande &amp;lt;tt&amp;gt;\dS&amp;lt;/tt&amp;gt; pour visualiser la liste des tables système. Parmi ces tables, il existe une table &amp;lt;tt&amp;gt;pg_indexes&amp;lt;/tt&amp;gt; dont nous vous demandons de visualiser le contenu. A quoi correspond ce contenu ? de quoi s&#039;agit-il ? Faites le lien avec les tables de la base que vous avez à manipuler.&lt;br /&gt;
# Comment crée-t-on les utilisateurs et leur alloue-t-on des droits sur les tables ? Qui a actuellement des droits (et lesquels) sur les tables de la base &amp;lt;tt&amp;gt;TP1-BD-L3-2008-2009&amp;lt;/tt&amp;gt; ? Fouillez dans les tables système pour répondre à cette question.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note: &#039;&#039;&#039; Il y a une erreur mineure dans la requête de création de la&lt;br /&gt;
table &amp;lt;tt&amp;gt;licence&amp;lt;/tt&amp;gt;: l&#039;attribut &amp;lt;tt&amp;gt;ident_sys&amp;lt;/tt&amp;gt; devient &amp;lt;tt&amp;gt;pour_sys&amp;lt;/tt&amp;gt;. &lt;br /&gt;
Les requêtes d&#039;insertion doivent être modifiées en conséquence (c&#039;est le cas dans les scripts fournis).&lt;br /&gt;
&lt;br /&gt;
===Partie 3: Requêtes===&lt;br /&gt;
&lt;br /&gt;
En préalable à cette partie, nous vous demanderons de compléter la&lt;br /&gt;
base fournie de manière à ce que vous disposiez d&#039;un jeu de tests&lt;br /&gt;
suffisant pour vérifier vos requêtes. Vous fournirez les requêtes&lt;br /&gt;
nécessaires à l&#039;insertion de n-uplets dans les tables ou à la&lt;br /&gt;
modification des n-uplets existants.&lt;br /&gt;
&lt;br /&gt;
Pour la suite, il vous est demandé de donner l&#039;expression en algèbre&lt;br /&gt;
relationnelle, calcul relationnel et SQL des requêtes qui suivent, à exprimer&lt;br /&gt;
sur le schéma relationnel et la base correspondante, qui vous sont fournis&lt;br /&gt;
aujourd&#039;hui. &lt;br /&gt;
&lt;br /&gt;
# Liste des machines de l&#039;architecture &amp;lt;tt&amp;gt;IA32&amp;lt;/tt&amp;gt;.&lt;br /&gt;
# Listes des machines sur lesquelles le système &amp;lt;tt&amp;gt;WIN-XP-PRO-IA64&amp;lt;/tt&amp;gt; est installé.&lt;br /&gt;
# Liste des machines sur lesquelles est installé un Windows pour architecture &amp;lt;tt&amp;gt;IA64&amp;lt;/tt&amp;gt;.&lt;br /&gt;
# Listes des machines dans la réserve (celles qui ne sont dans aucune salle).&lt;br /&gt;
# Combien de licences pour &amp;lt;tt&amp;gt;WIN-XP-PRO-IA32&amp;lt;/tt&amp;gt; sont-elles utilisées ?&lt;br /&gt;
# Combien de licences pour Windows XP sur architecture &amp;lt;tt&amp;gt;IA32&amp;lt;/tt&amp;gt; (toutes éditions confondues) sont-elles disponibles ?&lt;br /&gt;
# Listes des systèmes payants, pour lesquels il n&#039;y a plus de licence disponible.&lt;br /&gt;
# Quels systèmes sont installables sur la machine &amp;lt;tt&amp;gt;barbatruc&amp;lt;/tt&amp;gt; avec les licences disponibles ?&lt;br /&gt;
# Sur quelles machines de la réserve peut-on installer &amp;lt;tt&amp;gt;UBUNTU-DESKTOP-8.10-IA32&amp;lt;/tt&amp;gt; ?&lt;br /&gt;
# Quel est le système le plus &amp;quot;gourmand&amp;quot; en mémoire vive (celui qui en demande le plus pour fonctionner) ? Ecrire cette requête en algèbre et calcul relationnels, puis en SQL SANS AVOIR RECOURS aux primitives de calcul (max notamment) introduites par &amp;lt;tt&amp;gt;SQL&amp;lt;/tt&amp;gt;.&lt;br /&gt;
# Quelles sont les salles dans lesquelles on pourra trouver des machines avec des systèmes windows et d&#039;autres avec des systèmes Ubuntu ?&lt;br /&gt;
# Quelles sont les salles dans lesquelles toutes les machines sont installées sous Ubuntu ?&lt;br /&gt;
# Quelles sont les salles dans lesquelles aucune machine n&#039;est installée sous Ubuntu ?&lt;br /&gt;
# Quelles sont les machines sur lesquelles sont installés tous les systèmes dont dispose l&#039;Université ?&lt;br /&gt;
# Quelle est la salle ayant la configuration la plus hétérogène (il s&#039;agit de la salle qui comporte la plus grande variété de systèmes installés sur ses machines) ?&lt;br /&gt;
# Pour chaque salle, indiquez son nom et le nombre de systèmes différents installés sur les machines qui l&#039;occupent.&lt;br /&gt;
# Pour chaque salle, indiquez le nombre de prises Ethernet libres.&lt;br /&gt;
# Dans quelles salles peut-on encore ajouter une machine ?&lt;br /&gt;
# Listez les adresses IP attribuées par le serveur DHCP.&lt;br /&gt;
# Listez les machines auxquelles le serveur DHCP attribue une adresse, mais qui sont dans la réserve et pas dans une salle.&lt;/div&gt;</summary>
		<author><name>Cferr</name></author>
	</entry>
	<entry>
		<id>http://os-vps418.infomaniak.ch:1250/mediawiki/index.php?title=INFO606-TP1-2008-2009&amp;diff=5159</id>
		<title>INFO606-TP1-2008-2009</title>
		<link rel="alternate" type="text/html" href="http://os-vps418.infomaniak.ch:1250/mediawiki/index.php?title=INFO606-TP1-2008-2009&amp;diff=5159"/>
		<updated>2011-03-15T23:22:50Z</updated>

		<summary type="html">&lt;p&gt;Cferr : a déplacé INFO606-TP1-2008-2009 vers INFO606-TP2-2010-2011&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[INFO606-TP2-2010-2011]]&lt;/div&gt;</summary>
		<author><name>Cferr</name></author>
	</entry>
	<entry>
		<id>http://os-vps418.infomaniak.ch:1250/mediawiki/index.php?title=INFO606-TP2-2010-2011&amp;diff=5158</id>
		<title>INFO606-TP2-2010-2011</title>
		<link rel="alternate" type="text/html" href="http://os-vps418.infomaniak.ch:1250/mediawiki/index.php?title=INFO606-TP2-2010-2011&amp;diff=5158"/>
		<updated>2011-03-15T23:22:50Z</updated>

		<summary type="html">&lt;p&gt;Cferr : a déplacé INFO606-TP1-2008-2009 vers INFO606-TP2-2010-2011&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Sujet du TP1 d&#039;[[INFO606]] en 2008/2009.&lt;br /&gt;
&lt;br /&gt;
==Description de la base à modéliser==&lt;br /&gt;
&lt;br /&gt;
Le SUMO (Service Universitaire de Mutualisation des Ordinateurs) gère un grand&lt;br /&gt;
parc de machines à disposition des étudiants, enseignants et personnels de&lt;br /&gt;
l&#039;Université.&lt;br /&gt;
&lt;br /&gt;
Chaque machine est identifiée par un nom réseau. Lors de l&#039;installation d&#039;une&lt;br /&gt;
machine, on relève les données pertinentes pour la gestion du réseau et des&lt;br /&gt;
logiciels: adresse MAC, architecture (ia32, ia64, sparc, powerpc), fréquence&lt;br /&gt;
du processeur (en MHz), taille de la mémoire vive (en Mio) et taille du disque&lt;br /&gt;
dur (en Gio). Un serveur DHCP associe à une adresse MAC une adresse IP sur le&lt;br /&gt;
réseau (certaines adresses MAC peuvent ne pas être référencées).&lt;br /&gt;
&lt;br /&gt;
Sur chaque machine est installé un système d&#039;exploitation (ou&lt;br /&gt;
plusieurs).  Chaque système a un nom et une version, une architecture&lt;br /&gt;
d&#039;accueil et des besoins matériels minimaux (fréquence, mémoire et&lt;br /&gt;
disque dur). Un système ne peut être installé que sur une machine&lt;br /&gt;
deayant une architecture adéquate, c&#039;est-à-dire avec au moins les&lt;br /&gt;
ressources matérielles minimales. Certains systèmes sont propriétaires&lt;br /&gt;
et payants : il faut alors acheter des licences pour avoir le droit de&lt;br /&gt;
les installer. Le nombre d&#039;installations d&#039;un système payant&lt;br /&gt;
doit être inférieur au nombre de licences dont on dispose.&lt;br /&gt;
&lt;br /&gt;
Chaque machine peut être mise à disposition dans une salle, identifiée par &lt;br /&gt;
un nom et un bâtiment (par exemple &amp;lt;tt&amp;gt;59B&amp;lt;/tt&amp;gt;, bâtiment &amp;lt;tt&amp;gt;Maurienne&amp;lt;/tt&amp;gt;).&lt;br /&gt;
Pour chaque salle, on donne l&#039;indication de l&#039;étage où elle se trouve. &lt;br /&gt;
Par ailleurs, le nombre de prises Ethernet est limité pour&lt;br /&gt;
chaque salle : on ne peut pas connecter plus de machines que ce qu&#039;il y a de&lt;br /&gt;
prises.&lt;br /&gt;
&lt;br /&gt;
==Travail à réaliser==&lt;br /&gt;
&lt;br /&gt;
Vous traiterez les trois parties suivantes dans un compte-rendu que vous ferez parvenir à votre responsable de TP.&lt;br /&gt;
&lt;br /&gt;
===Partie 1: Modèle de données===&lt;br /&gt;
&lt;br /&gt;
On propose la collection de relations suivante (les clefs sont en majuscules):&lt;br /&gt;
&lt;br /&gt;
  Systeme (IDENT_SYS, nom, version, edition, arch, freq_min, mem_min, dd_min, payant)&lt;br /&gt;
  Licence (NUM_CONTRAT, ident_sys, nb_licences)&lt;br /&gt;
  Machine (NOM_MACH, adr_mac, arch, freq_proc, taille_mem, taille_dd)&lt;br /&gt;
  Installation (NOM_MACH, IDENT_SYS)&lt;br /&gt;
  Dhcp (ADR_MAC, adr_ip)&lt;br /&gt;
  Salle (NOM_SALLE, BATIMENT, etage, nb_eth)&lt;br /&gt;
  Emplacement (NOM_MACH, nom_salle, batiment)&lt;br /&gt;
&lt;br /&gt;
# Guidés par la description du modèle, retrouvez le (ou plutôt un) schéma EA qui se traduit en cette collection de relations.&lt;br /&gt;
# Cette collection est-elle en 1FN, en 2FN , en 3FN ? Justifiez votre réponse.&lt;br /&gt;
# Identifiez parmi les attributs de ces relations lesquels sont des références à des clés étrangères.&lt;br /&gt;
&lt;br /&gt;
===Partie 2: Observation des scripts===&lt;br /&gt;
&lt;br /&gt;
Les fichiers SQL de création de la base de données vous sont fournis [http://www.lama.univ-savoie.fr/~vaux/ens/INFO-606/TP1 ici].&lt;br /&gt;
La base de donnée est hébergée sur le serveur &amp;lt;tt&amp;gt;eco.univ-savoie.fr&amp;lt;/tt&amp;gt; sur lequel vous pouvez vous connecter à travers le protocole SSH:&lt;br /&gt;
consultez à cet effet la page [http://eco.univ-savoie.fr/~cferr/Utilisation_PostgreSQL_-_TP_BD.html Utilisation d&#039;un serveur POSTGRESQL] sur la machine &amp;lt;tt&amp;gt;eco&amp;lt;/tt&amp;gt;.&lt;br /&gt;
Dans la création des tables de la base, apparaissent les instructions SQL suivantes:&lt;br /&gt;
&lt;br /&gt;
  constraint systeme_arch_valide check (arch in (&#039;IA32&#039;, &#039;IA64&#039;, &#039;PowerPC&#039;, &#039;SPARC&#039;))&lt;br /&gt;
  constraint salle_cle primary key (nom_salle, batiment)&lt;br /&gt;
  constraint emplacement_ref_salle foreign key (nom_salle, batiment) references salle(nom_salle, batiment)&lt;br /&gt;
&lt;br /&gt;
# Que signifient-elles ? Que permettent-elles de représenter ? &lt;br /&gt;
# Utilisez la commande &amp;lt;tt&amp;gt;\dS&amp;lt;/tt&amp;gt; pour visualiser la liste des tables système. Parmi ces tables, il existe une table &amp;lt;tt&amp;gt;pg_indexes&amp;lt;/tt&amp;gt; dont nous vous demandons de visualiser le contenu. A quoi correspond ce contenu ? de quoi s&#039;agit-il ? Faites le lien avec les tables de la base que vous avez à manipuler.&lt;br /&gt;
# Comment crée-t-on les utilisateurs et leur alloue-t-on des droits sur les tables ? Qui a actuellement des droits (et lesquels) sur les tables de la base &amp;lt;tt&amp;gt;TP1-BD-L3-2008-2009&amp;lt;/tt&amp;gt; ? Fouillez dans les tables système pour répondre à cette question.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note: &#039;&#039;&#039; Il y a une erreur mineure dans la requête de création de la&lt;br /&gt;
table &amp;lt;tt&amp;gt;licence&amp;lt;/tt&amp;gt;: l&#039;attribut &amp;lt;tt&amp;gt;ident_sys&amp;lt;/tt&amp;gt; devient &amp;lt;tt&amp;gt;pour_sys&amp;lt;/tt&amp;gt;. &lt;br /&gt;
Les requêtes d&#039;insertion doivent être modifiées en conséquence (c&#039;est le cas dans les scripts fournis).&lt;br /&gt;
&lt;br /&gt;
===Partie 3: Requêtes===&lt;br /&gt;
&lt;br /&gt;
En préalable à cette partie, nous vous demanderons de compléter la&lt;br /&gt;
base fournie de manière à ce que vous disposiez d&#039;un jeu de tests&lt;br /&gt;
suffisant pour vérifier vos requêtes. Vous fournirez les requêtes&lt;br /&gt;
nécessaires à l&#039;insertion de n-uplets dans les tables ou à la&lt;br /&gt;
modification des n-uplets existants.&lt;br /&gt;
&lt;br /&gt;
Pour la suite, il vous est demandé de donner l&#039;expression en algèbre&lt;br /&gt;
relationnelle, calcul relationnel et SQL des requêtes qui suivent, à exprimer&lt;br /&gt;
sur le schéma relationnel et la base correspondante, qui vous sont fournis&lt;br /&gt;
aujourd&#039;hui. &lt;br /&gt;
&lt;br /&gt;
# Liste des machines de l&#039;architecture &amp;lt;tt&amp;gt;IA32&amp;lt;/tt&amp;gt;.&lt;br /&gt;
# Listes des machines sur lesquelles le système &amp;lt;tt&amp;gt;WIN-XP-PRO-IA64&amp;lt;/tt&amp;gt; est installé.&lt;br /&gt;
# Liste des machines sur lesquelles est installé un Windows pour architecture &amp;lt;tt&amp;gt;IA64&amp;lt;/tt&amp;gt;.&lt;br /&gt;
# Listes des machines dans la réserve (celles qui ne sont dans aucune salle).&lt;br /&gt;
# Combien de licences pour &amp;lt;tt&amp;gt;WIN-XP-PRO-IA32&amp;lt;/tt&amp;gt; sont-elles utilisées ?&lt;br /&gt;
# Combien de licences pour Windows XP sur architecture &amp;lt;tt&amp;gt;IA32&amp;lt;/tt&amp;gt; (toutes éditions confondues) sont-elles disponibles ?&lt;br /&gt;
# Listes des systèmes payants, pour lesquels il n&#039;y a plus de licence disponible.&lt;br /&gt;
# Quels systèmes sont installables sur la machine &amp;lt;tt&amp;gt;barbatruc&amp;lt;/tt&amp;gt; avec les licences disponibles ?&lt;br /&gt;
# Sur quelles machines de la réserve peut-on installer &amp;lt;tt&amp;gt;UBUNTU-DESKTOP-8.10-IA32&amp;lt;/tt&amp;gt; ?&lt;br /&gt;
# Quel est le système le plus &amp;quot;gourmand&amp;quot; en mémoire vive (celui qui en demande le plus pour fonctionner) ? Ecrire cette requête en algèbre et calcul relationnels, puis en SQL SANS AVOIR RECOURS aux primitives de calcul (max notamment) introduites par &amp;lt;tt&amp;gt;SQL&amp;lt;/tt&amp;gt;.&lt;br /&gt;
# Quelles sont les salles dans lesquelles on pourra trouver des machines avec des systèmes windows et d&#039;autres avec des systèmes Ubuntu ?&lt;br /&gt;
# Quelles sont les salles dans lesquelles toutes les machines sont installées sous Ubuntu ?&lt;br /&gt;
# Quelles sont les salles dans lesquelles aucune machine n&#039;est installée sous Ubuntu ?&lt;br /&gt;
# Quelles sont les machines sur lesquelles sont installés tous les systèmes dont dispose l&#039;Université ?&lt;br /&gt;
# Quelle est la salle ayant la configuration la plus hétérogène (il s&#039;agit de la salle qui comporte la plus grande variété de systèmes installés sur ses machines) ?&lt;br /&gt;
# Pour chaque salle, indiquez son nom et le nombre de systèmes différents installés sur les machines qui l&#039;occupent.&lt;br /&gt;
# Pour chaque salle, indiquez le nombre de prises Ethernet libres.&lt;br /&gt;
# Dans quelles salles peut-on encore ajouter une machine ?&lt;br /&gt;
# Listez les adresses IP attribuées par le serveur DHCP.&lt;br /&gt;
# Listez les machines auxquelles le serveur DHCP attribue une adresse, mais qui sont dans la réserve et pas dans une salle.&lt;/div&gt;</summary>
		<author><name>Cferr</name></author>
	</entry>
	<entry>
		<id>http://os-vps418.infomaniak.ch:1250/mediawiki/index.php?title=INFO606-TP1&amp;diff=4713</id>
		<title>INFO606-TP1</title>
		<link rel="alternate" type="text/html" href="http://os-vps418.infomaniak.ch:1250/mediawiki/index.php?title=INFO606-TP1&amp;diff=4713"/>
		<updated>2010-03-23T00:46:03Z</updated>

		<summary type="html">&lt;p&gt;Cferr : a déplacé INFO606-TP1 vers INFO606-TP1-2008-2009&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[INFO606-TP1-2008-2009]]&lt;/div&gt;</summary>
		<author><name>Cferr</name></author>
	</entry>
	<entry>
		<id>http://os-vps418.infomaniak.ch:1250/mediawiki/index.php?title=INFO606-TP2-2010-2011&amp;diff=4712</id>
		<title>INFO606-TP2-2010-2011</title>
		<link rel="alternate" type="text/html" href="http://os-vps418.infomaniak.ch:1250/mediawiki/index.php?title=INFO606-TP2-2010-2011&amp;diff=4712"/>
		<updated>2010-03-23T00:46:03Z</updated>

		<summary type="html">&lt;p&gt;Cferr : a déplacé INFO606-TP1 vers INFO606-TP1-2008-2009&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Sujet du TP1 d&#039;[[INFO606]] en 2008/2009.&lt;br /&gt;
&lt;br /&gt;
==Description de la base à modéliser==&lt;br /&gt;
&lt;br /&gt;
Le SUMO (Service Universitaire de Mutualisation des Ordinateurs) gère un grand&lt;br /&gt;
parc de machines à disposition des étudiants, enseignants et personnels de&lt;br /&gt;
l&#039;Université.&lt;br /&gt;
&lt;br /&gt;
Chaque machine est identifiée par un nom réseau. Lors de l&#039;installation d&#039;une&lt;br /&gt;
machine, on relève les données pertinentes pour la gestion du réseau et des&lt;br /&gt;
logiciels: adresse MAC, architecture (ia32, ia64, sparc, powerpc), fréquence&lt;br /&gt;
du processeur (en MHz), taille de la mémoire vive (en Mio) et taille du disque&lt;br /&gt;
dur (en Gio). Un serveur DHCP associe à une adresse MAC une adresse IP sur le&lt;br /&gt;
réseau (certaines adresses MAC peuvent ne pas être référencées).&lt;br /&gt;
&lt;br /&gt;
Sur chaque machine est installé un système d&#039;exploitation (ou&lt;br /&gt;
plusieurs).  Chaque système a un nom et une version, une architecture&lt;br /&gt;
d&#039;accueil et des besoins matériels minimaux (fréquence, mémoire et&lt;br /&gt;
disque dur). Un système ne peut être installé que sur une machine&lt;br /&gt;
deayant une architecture adéquate, c&#039;est-à-dire avec au moins les&lt;br /&gt;
ressources matérielles minimales. Certains systèmes sont propriétaires&lt;br /&gt;
et payants : il faut alors acheter des licences pour avoir le droit de&lt;br /&gt;
les installer. Le nombre d&#039;installations d&#039;un système payant&lt;br /&gt;
doit être inférieur au nombre de licences dont on dispose.&lt;br /&gt;
&lt;br /&gt;
Chaque machine peut être mise à disposition dans une salle, identifiée par &lt;br /&gt;
un nom et un bâtiment (par exemple &amp;lt;tt&amp;gt;59B&amp;lt;/tt&amp;gt;, bâtiment &amp;lt;tt&amp;gt;Maurienne&amp;lt;/tt&amp;gt;).&lt;br /&gt;
Pour chaque salle, on donne l&#039;indication de l&#039;étage où elle se trouve. &lt;br /&gt;
Par ailleurs, le nombre de prises Ethernet est limité pour&lt;br /&gt;
chaque salle : on ne peut pas connecter plus de machines que ce qu&#039;il y a de&lt;br /&gt;
prises.&lt;br /&gt;
&lt;br /&gt;
==Travail à réaliser==&lt;br /&gt;
&lt;br /&gt;
Vous traiterez les trois parties suivantes dans un compte-rendu que vous ferez parvenir à votre responsable de TP.&lt;br /&gt;
&lt;br /&gt;
===Partie 1: Modèle de données===&lt;br /&gt;
&lt;br /&gt;
On propose la collection de relations suivante (les clefs sont en majuscules):&lt;br /&gt;
&lt;br /&gt;
  Systeme (IDENT_SYS, nom, version, edition, arch, freq_min, mem_min, dd_min, payant)&lt;br /&gt;
  Licence (NUM_CONTRAT, ident_sys, nb_licences)&lt;br /&gt;
  Machine (NOM_MACH, adr_mac, arch, freq_proc, taille_mem, taille_dd)&lt;br /&gt;
  Installation (NOM_MACH, IDENT_SYS)&lt;br /&gt;
  Dhcp (ADR_MAC, adr_ip)&lt;br /&gt;
  Salle (NOM_SALLE, BATIMENT, etage, nb_eth)&lt;br /&gt;
  Emplacement (NOM_MACH, nom_salle, batiment)&lt;br /&gt;
&lt;br /&gt;
# Guidés par la description du modèle, retrouvez le (ou plutôt un) schéma EA qui se traduit en cette collection de relations.&lt;br /&gt;
# Cette collection est-elle en 1FN, en 2FN , en 3FN ? Justifiez votre réponse.&lt;br /&gt;
# Identifiez parmi les attributs de ces relations lesquels sont des références à des clés étrangères.&lt;br /&gt;
&lt;br /&gt;
===Partie 2: Observation des scripts===&lt;br /&gt;
&lt;br /&gt;
Les fichiers SQL de création de la base de données vous sont fournis [http://www.lama.univ-savoie.fr/~vaux/ens/INFO-606/TP1 ici].&lt;br /&gt;
La base de donnée est hébergée sur le serveur &amp;lt;tt&amp;gt;eco.univ-savoie.fr&amp;lt;/tt&amp;gt; sur lequel vous pouvez vous connecter à travers le protocole SSH:&lt;br /&gt;
consultez à cet effet la page [http://eco.univ-savoie.fr/~cferr/Utilisation_PostgreSQL_-_TP_BD.html Utilisation d&#039;un serveur POSTGRESQL] sur la machine &amp;lt;tt&amp;gt;eco&amp;lt;/tt&amp;gt;.&lt;br /&gt;
Dans la création des tables de la base, apparaissent les instructions SQL suivantes:&lt;br /&gt;
&lt;br /&gt;
  constraint systeme_arch_valide check (arch in (&#039;IA32&#039;, &#039;IA64&#039;, &#039;PowerPC&#039;, &#039;SPARC&#039;))&lt;br /&gt;
  constraint salle_cle primary key (nom_salle, batiment)&lt;br /&gt;
  constraint emplacement_ref_salle foreign key (nom_salle, batiment) references salle(nom_salle, batiment)&lt;br /&gt;
&lt;br /&gt;
# Que signifient-elles ? Que permettent-elles de représenter ? &lt;br /&gt;
# Utilisez la commande &amp;lt;tt&amp;gt;\dS&amp;lt;/tt&amp;gt; pour visualiser la liste des tables système. Parmi ces tables, il existe une table &amp;lt;tt&amp;gt;pg_indexes&amp;lt;/tt&amp;gt; dont nous vous demandons de visualiser le contenu. A quoi correspond ce contenu ? de quoi s&#039;agit-il ? Faites le lien avec les tables de la base que vous avez à manipuler.&lt;br /&gt;
# Comment crée-t-on les utilisateurs et leur alloue-t-on des droits sur les tables ? Qui a actuellement des droits (et lesquels) sur les tables de la base &amp;lt;tt&amp;gt;TP1-BD-L3-2008-2009&amp;lt;/tt&amp;gt; ? Fouillez dans les tables système pour répondre à cette question.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note: &#039;&#039;&#039; Il y a une erreur mineure dans la requête de création de la&lt;br /&gt;
table &amp;lt;tt&amp;gt;licence&amp;lt;/tt&amp;gt;: l&#039;attribut &amp;lt;tt&amp;gt;ident_sys&amp;lt;/tt&amp;gt; devient &amp;lt;tt&amp;gt;pour_sys&amp;lt;/tt&amp;gt;. &lt;br /&gt;
Les requêtes d&#039;insertion doivent être modifiées en conséquence (c&#039;est le cas dans les scripts fournis).&lt;br /&gt;
&lt;br /&gt;
===Partie 3: Requêtes===&lt;br /&gt;
&lt;br /&gt;
En préalable à cette partie, nous vous demanderons de compléter la&lt;br /&gt;
base fournie de manière à ce que vous disposiez d&#039;un jeu de tests&lt;br /&gt;
suffisant pour vérifier vos requêtes. Vous fournirez les requêtes&lt;br /&gt;
nécessaires à l&#039;insertion de n-uplets dans les tables ou à la&lt;br /&gt;
modification des n-uplets existants.&lt;br /&gt;
&lt;br /&gt;
Pour la suite, il vous est demandé de donner l&#039;expression en algèbre&lt;br /&gt;
relationnelle, calcul relationnel et SQL des requêtes qui suivent, à exprimer&lt;br /&gt;
sur le schéma relationnel et la base correspondante, qui vous sont fournis&lt;br /&gt;
aujourd&#039;hui. &lt;br /&gt;
&lt;br /&gt;
# Liste des machines de l&#039;architecture &amp;lt;tt&amp;gt;IA32&amp;lt;/tt&amp;gt;.&lt;br /&gt;
# Listes des machines sur lesquelles le système &amp;lt;tt&amp;gt;WIN-XP-PRO-IA64&amp;lt;/tt&amp;gt; est installé.&lt;br /&gt;
# Liste des machines sur lesquelles est installé un Windows pour architecture &amp;lt;tt&amp;gt;IA64&amp;lt;/tt&amp;gt;.&lt;br /&gt;
# Listes des machines dans la réserve (celles qui ne sont dans aucune salle).&lt;br /&gt;
# Combien de licences pour &amp;lt;tt&amp;gt;WIN-XP-PRO-IA32&amp;lt;/tt&amp;gt; sont-elles utilisées ?&lt;br /&gt;
# Combien de licences pour Windows XP sur architecture &amp;lt;tt&amp;gt;IA32&amp;lt;/tt&amp;gt; (toutes éditions confondues) sont-elles disponibles ?&lt;br /&gt;
# Listes des systèmes payants, pour lesquels il n&#039;y a plus de licence disponible.&lt;br /&gt;
# Quels systèmes sont installables sur la machine &amp;lt;tt&amp;gt;barbatruc&amp;lt;/tt&amp;gt; avec les licences disponibles ?&lt;br /&gt;
# Sur quelles machines de la réserve peut-on installer &amp;lt;tt&amp;gt;UBUNTU-DESKTOP-8.10-IA32&amp;lt;/tt&amp;gt; ?&lt;br /&gt;
# Quel est le système le plus &amp;quot;gourmand&amp;quot; en mémoire vive (celui qui en demande le plus pour fonctionner) ? Ecrire cette requête en algèbre et calcul relationnels, puis en SQL SANS AVOIR RECOURS aux primitives de calcul (max notamment) introduites par &amp;lt;tt&amp;gt;SQL&amp;lt;/tt&amp;gt;.&lt;br /&gt;
# Quelles sont les salles dans lesquelles on pourra trouver des machines avec des systèmes windows et d&#039;autres avec des systèmes Ubuntu ?&lt;br /&gt;
# Quelles sont les salles dans lesquelles toutes les machines sont installées sous Ubuntu ?&lt;br /&gt;
# Quelles sont les salles dans lesquelles aucune machine n&#039;est installée sous Ubuntu ?&lt;br /&gt;
# Quelles sont les machines sur lesquelles sont installés tous les systèmes dont dispose l&#039;Université ?&lt;br /&gt;
# Quelle est la salle ayant la configuration la plus hétérogène (il s&#039;agit de la salle qui comporte la plus grande variété de systèmes installés sur ses machines) ?&lt;br /&gt;
# Pour chaque salle, indiquez son nom et le nombre de systèmes différents installés sur les machines qui l&#039;occupent.&lt;br /&gt;
# Pour chaque salle, indiquez le nombre de prises Ethernet libres.&lt;br /&gt;
# Dans quelles salles peut-on encore ajouter une machine ?&lt;br /&gt;
# Listez les adresses IP attribuées par le serveur DHCP.&lt;br /&gt;
# Listez les machines auxquelles le serveur DHCP attribue une adresse, mais qui sont dans la réserve et pas dans une salle.&lt;/div&gt;</summary>
		<author><name>Cferr</name></author>
	</entry>
	<entry>
		<id>http://os-vps418.infomaniak.ch:1250/mediawiki/index.php?title=INFO606-TP&amp;diff=4711</id>
		<title>INFO606-TP</title>
		<link rel="alternate" type="text/html" href="http://os-vps418.infomaniak.ch:1250/mediawiki/index.php?title=INFO606-TP&amp;diff=4711"/>
		<updated>2010-03-23T00:42:09Z</updated>

		<summary type="html">&lt;p&gt;Cferr : /* Pour les TP */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Cette page décrit la procédure pour mettre en oeuvre les TP de base de données ([[INFO606]]).&lt;br /&gt;
&lt;br /&gt;
Remarque : les TP se font sous un environnement Linux + PostgreSQL&lt;br /&gt;
&lt;br /&gt;
==Se connecter sur le serveur de données==&lt;br /&gt;
&lt;br /&gt;
le serveur de BD est installé sur la machine &amp;lt;tt&amp;gt;ECO&amp;lt;/tt&amp;gt;. La procédure est la suivante (sous Linux):&lt;br /&gt;
&lt;br /&gt;
# ouverture d&#039;un terminal sur votre machine ;&lt;br /&gt;
# connexion sur &amp;lt;tt&amp;gt;ECO&amp;lt;/tt&amp;gt; (par la commande &amp;lt;tt&amp;gt;ssh -l &amp;lt;em&amp;gt;votrelogin&amp;lt;/em&amp;gt; eco&amp;lt;/tt&amp;gt; - vérifiez que vous avez bien accès à votre compte par la commande &amp;lt;tt&amp;gt;pwd&amp;lt;/tt&amp;gt;) ;&lt;br /&gt;
# création d&#039;un répertoire (spécial &amp;quot;base de données&amp;quot; !) dans lequel vous allez :&lt;br /&gt;
#* créer vos scripts SQL ;&lt;br /&gt;
#* lancer l&#039;interpréteur de commandes SQL (&amp;lt;tt&amp;gt;psql&amp;lt;/tt&amp;gt;).&lt;br /&gt;
&lt;br /&gt;
==Créer une base==&lt;br /&gt;
&lt;br /&gt;
pour créer une base de données, vous devez utiliser la ligne de commande. &lt;br /&gt;
Ne cherchez pas la base dans un de vos répertoires, elle est gérée par le serveur de données dans un répertoire protégé.&lt;br /&gt;
&lt;br /&gt;
* Sur le serveur &amp;lt;tt&amp;gt;ECO&amp;lt;/tt&amp;gt;, tapez :&lt;br /&gt;
  createdb -U &amp;lt;em&amp;gt;votreloginPostGRESQL&amp;lt;/em&amp;gt; -W &amp;lt;em&amp;gt;nombase&amp;lt;/em&amp;gt;&lt;br /&gt;
* donnez le mot de passe comme demandé ;&lt;br /&gt;
* votre base est créée.&lt;br /&gt;
&lt;br /&gt;
==Exploiter une base==&lt;br /&gt;
&lt;br /&gt;
une fois votre base créée, vous disposez de nombreux moyens pour accéder à&lt;br /&gt;
celle-ci : interpréteur en ligne, outils graphiques, programmes PHP, etc... Le&lt;br /&gt;
plus simple est d&#039;utiliser l&#039;interpréteur de commandes SQL : &amp;lt;tt&amp;gt;psql&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Sur le serveur ECO, placez vous dans le répertoire où se trouvent les scripts SQL à utiliser (ce n&#039;est pas obligatoire mais cela évite de taper le chemin complet d&#039;accès aux scripts).&lt;br /&gt;
* Lancez alors la commande : &lt;br /&gt;
  psql -U votreloginPostGRESQL -W nombase&lt;br /&gt;
* Donnez le mot de passe à l&#039;invite du prompt.&lt;br /&gt;
* À l&#039;affichage du prompt &amp;lt;tt&amp;gt;&amp;lt;em&amp;gt;nombase&amp;lt;/em&amp;gt; =#&amp;lt;/tt&amp;gt; , vous pouvez :&lt;br /&gt;
** soit saisir une commande sql (&amp;lt;tt&amp;gt;select&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;insert&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;drop&amp;lt;/tt&amp;gt;, ...) en terminant la ligne par le caractère &amp;lt;q&amp;gt;&amp;lt;tt&amp;gt;;&amp;lt;/tt&amp;gt;&amp;lt;/q&amp;gt;;&lt;br /&gt;
** soit saisir une commande interne (&amp;lt;tt&amp;gt;\?&amp;lt;/tt&amp;gt; pour avoir la liste des commandes internes).&lt;br /&gt;
* Les commandes internes les plus utiles :&lt;br /&gt;
** &amp;lt;tt&amp;gt;\i &amp;lt;em&amp;gt;nomfichier&amp;lt;/em&amp;gt;&amp;lt;/tt&amp;gt; : exécuter un fichier de commandes sql&lt;br /&gt;
** &amp;lt;tt&amp;gt;\?&amp;lt;/tt&amp;gt; : liste des commandes internes&lt;br /&gt;
&lt;br /&gt;
==Pour les TP==&lt;br /&gt;
&lt;br /&gt;
Pour les TP, nous vous conseillons :&lt;br /&gt;
* d&#039;éditer via &amp;lt;tt&amp;gt;xemacs&amp;lt;/tt&amp;gt; tous les scripts sql (requêtes , etc...) que vous souhaitez soumettre;&lt;br /&gt;
* d&#039;ouvrir une connexion SSH sur &amp;lt;tt&amp;gt;eco&amp;lt;/tt&amp;gt;, de lancer &amp;lt;tt&amp;gt;psql&amp;lt;/tt&amp;gt; sur la base de travail, et de soumettre vos scripts avec la commande interne &amp;lt;tt&amp;gt;\i&amp;lt;/tt&amp;gt;;&lt;br /&gt;
* d&#039;avoir toujours un navigateur ouvert sur la doc : [http://www.postgresql.org/docs/8.3/interactive/sql-commands.html Doc SQL en ligne].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Pour le TP1, le nom de la base est &amp;lt;tt&amp;gt;TP1-BD-L3-2009-2010&amp;lt;/tt&amp;gt;. Attention: &amp;lt;strong&amp;gt;cette base est utilisée en commun par tous les groupes&amp;lt;/strong&amp;gt;.&lt;/div&gt;</summary>
		<author><name>Cferr</name></author>
	</entry>
	<entry>
		<id>http://os-vps418.infomaniak.ch:1250/mediawiki/index.php?title=Selected_Competitors_to_CSCL_Workshop_on_Adaptation&amp;diff=4163</id>
		<title>Selected Competitors to CSCL Workshop on Adaptation</title>
		<link rel="alternate" type="text/html" href="http://os-vps418.infomaniak.ch:1250/mediawiki/index.php?title=Selected_Competitors_to_CSCL_Workshop_on_Adaptation&amp;diff=4163"/>
		<updated>2009-05-08T11:28:44Z</updated>

		<summary type="html">&lt;p&gt;Cferr : &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;big&amp;gt;[http://www.lama.univ-savoie.fr/wiki/index.php?title=CSCL_Workshop_Challenge_on_Adaptation Competitive Challenge on Adapting Activities Modeled by CSCL Scripts]&amp;lt;/big&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;[http://www.isls.org/CSCL2009/Pre-Conference7.htm Workshop] at [http://www.isls.org/CSCL2009/welcome.htm CSCL&#039;2009] - Monday, June 8th, 2009.&amp;lt;/big&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The table below provides the list of engaged competitors. They will present their solution and make a demonstration during the workshop. Submitted proposals can be [http://ld.pentila.com/ateliers/cscl-2009-workshop/applyingforcompetitorrols/ accessed on line].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;TABLE WIDTH=909 BORDER=1 CELLPADDING=2 CELLSPACING=3&amp;gt;&lt;br /&gt;
          &amp;lt;TR&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=115&amp;gt;&lt;br /&gt;
			&amp;lt;H4 CLASS=&amp;quot;western&amp;quot; ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;FONT FACE=&amp;quot;Arial&amp;quot;&amp;gt;&amp;lt;FONT SIZE=2 STYLE=&amp;quot;font-size: 11pt&amp;quot;&amp;gt;&amp;lt;I&amp;gt;Who&amp;lt;/I&amp;gt;&amp;lt;/FONT&amp;gt;&amp;lt;/FONT&amp;gt;&amp;lt;/H4&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=107&amp;gt;&lt;br /&gt;
			&amp;lt;H4 CLASS=&amp;quot;western&amp;quot; ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;FONT FACE=&amp;quot;Arial&amp;quot;&amp;gt;&amp;lt;FONT SIZE=2 STYLE=&amp;quot;font-size: 11pt&amp;quot;&amp;gt;&amp;lt;I&amp;gt;Institution&amp;lt;/I&amp;gt;&amp;lt;/FONT&amp;gt;&amp;lt;/FONT&amp;gt;&amp;lt;/H4&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=92&amp;gt;&lt;br /&gt;
			&amp;lt;H4 CLASS=&amp;quot;western&amp;quot; ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;FONT FACE=&amp;quot;Arial&amp;quot;&amp;gt;&amp;lt;FONT SIZE=2 STYLE=&amp;quot;font-size: 11pt&amp;quot;&amp;gt;&amp;lt;I&amp;gt;Language&amp;lt;/I&amp;gt;&amp;lt;/FONT&amp;gt;&amp;lt;/FONT&amp;gt;&amp;lt;/H4&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=90&amp;gt;&lt;br /&gt;
			&amp;lt;H4 CLASS=&amp;quot;western&amp;quot; ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;FONT FACE=&amp;quot;Arial&amp;quot;&amp;gt;&amp;lt;FONT SIZE=2 STYLE=&amp;quot;font-size: 11pt&amp;quot;&amp;gt;&amp;lt;I&amp;gt;Tools&amp;lt;/I&amp;gt;&amp;lt;/FONT&amp;gt;&amp;lt;/FONT&amp;gt;&amp;lt;/H4&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=79&amp;gt;&lt;br /&gt;
			&amp;lt;H4 CLASS=&amp;quot;western&amp;quot; ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;FONT FACE=&amp;quot;Arial&amp;quot;&amp;gt;&amp;lt;FONT SIZE=2 STYLE=&amp;quot;font-size: 11pt&amp;quot;&amp;gt;&amp;lt;I&amp;gt;Case &amp;lt;/I&amp;gt;&amp;lt;/FONT&amp;gt;&amp;lt;/FONT&amp;gt;&lt;br /&gt;
			&amp;lt;/H4&amp;gt;&lt;br /&gt;
			&amp;lt;H4 CLASS=&amp;quot;western&amp;quot; ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;FONT FACE=&amp;quot;Arial&amp;quot;&amp;gt;&amp;lt;FONT SIZE=2 STYLE=&amp;quot;font-size: 11pt&amp;quot;&amp;gt;&amp;lt;I&amp;gt;study&amp;lt;/I&amp;gt;&amp;lt;/FONT&amp;gt;&amp;lt;/FONT&amp;gt;&amp;lt;/H4&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=80&amp;gt;&lt;br /&gt;
			&amp;lt;H4 CLASS=&amp;quot;western&amp;quot; ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;FONT FACE=&amp;quot;Arial&amp;quot;&amp;gt;&amp;lt;FONT SIZE=2 STYLE=&amp;quot;font-size: 11pt&amp;quot;&amp;gt;&amp;lt;I&amp;gt;Predef&amp;lt;/I&amp;gt;&amp;lt;/FONT&amp;gt;&amp;lt;/FONT&amp;gt;&amp;lt;/H4&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;H4 CLASS=&amp;quot;western&amp;quot; ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;FONT FACE=&amp;quot;Arial&amp;quot;&amp;gt;&amp;lt;FONT SIZE=2 STYLE=&amp;quot;font-size: 11pt&amp;quot;&amp;gt;&amp;lt;I&amp;gt;adaptation&amp;lt;/I&amp;gt;&amp;lt;/FONT&amp;gt;&amp;lt;/FONT&amp;gt;&amp;lt;/H4&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=83&amp;gt;&lt;br /&gt;
			&amp;lt;H4 LANG=&amp;quot;en-GB&amp;quot; CLASS=&amp;quot;western&amp;quot; ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;FONT FACE=&amp;quot;Arial&amp;quot;&amp;gt;&amp;lt;FONT SIZE=2 STYLE=&amp;quot;font-size: 11pt&amp;quot;&amp;gt;&amp;lt;I&amp;gt;On the&lt;br /&gt;
			fly&amp;lt;/I&amp;gt;&amp;lt;/FONT&amp;gt;&amp;lt;/FONT&amp;gt;&amp;lt;/H4&amp;gt;&lt;br /&gt;
			&amp;lt;P LANG=&amp;quot;en-GB&amp;quot; ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Learning&lt;br /&gt;
						&amp;lt;/P&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;P LANG=&amp;quot;en-GB&amp;quot; ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;flow&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P LANG=&amp;quot;en-GB&amp;quot; ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&amp;lt;BR&amp;gt;&lt;br /&gt;
			&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=89&amp;gt;&lt;br /&gt;
			&amp;lt;H4 LANG=&amp;quot;en-GB&amp;quot; CLASS=&amp;quot;western&amp;quot; ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;FONT FACE=&amp;quot;Arial&amp;quot;&amp;gt;&amp;lt;FONT SIZE=2 STYLE=&amp;quot;font-size: 11pt&amp;quot;&amp;gt;&amp;lt;I&amp;gt;On the&lt;br /&gt;
			fly&amp;lt;/I&amp;gt;&amp;lt;/FONT&amp;gt;&amp;lt;/FONT&amp;gt;&amp;lt;/H4&amp;gt;&lt;br /&gt;
			&amp;lt;P LANG=&amp;quot;en-GB&amp;quot; ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Operation.&lt;br /&gt;
						&amp;lt;/P&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;P LANG=&amp;quot;en-GB&amp;quot; ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Data&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=92&amp;gt;&lt;br /&gt;
			&amp;lt;H4 LANG=&amp;quot;en-GB&amp;quot; CLASS=&amp;quot;western&amp;quot; ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;FONT FACE=&amp;quot;Arial&amp;quot;&amp;gt;&amp;lt;FONT SIZE=2 STYLE=&amp;quot;font-size: 11pt&amp;quot;&amp;gt;&amp;lt;I&amp;gt;On the&lt;br /&gt;
			fly&amp;lt;/I&amp;gt;&amp;lt;/FONT&amp;gt;&amp;lt;/FONT&amp;gt;&amp;lt;/H4&amp;gt;&lt;br /&gt;
			&amp;lt;P LANG=&amp;quot;en-GB&amp;quot; ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Scenario&lt;br /&gt;
						&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P LANG=&amp;quot;en-GB&amp;quot; ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Modification&amp;lt;/P&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;P LANG=&amp;quot;en-GB&amp;quot; ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&amp;lt;BR&amp;gt;&lt;br /&gt;
			&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
	&amp;lt;/TR&amp;gt;&lt;br /&gt;
	&amp;lt;TR&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=115&amp;gt;&lt;br /&gt;
			&amp;lt;P LANG=&amp;quot;en-GB&amp;quot; STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Brasher Andrew&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P LANG=&amp;quot;en-GB&amp;quot; STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Conole Gr&amp;amp;aacute;inne&amp;lt;/P&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;P LANG=&amp;quot;en-GB&amp;quot; STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;McAndrew,&lt;br /&gt;
			Patrick &lt;br /&gt;
			&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=107&amp;gt;&lt;br /&gt;
			&amp;lt;P LANG=&amp;quot;en-GB&amp;quot; STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;The Open&lt;br /&gt;
			University,&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P LANG=&amp;quot;en-GB&amp;quot; STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt; UK&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=92&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Visual representation&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=90&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;CompendiumLD and OER&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=79&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;TD WIDTH=80&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=83&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=89&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/P&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=92&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
	&amp;lt;/TR&amp;gt;&lt;br /&gt;
	&amp;lt;TR&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=115&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Caeiro  Rodr&amp;amp;iacute;guez&lt;br /&gt;
			Manuel&amp;lt;/P&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=107&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;University of Vigo&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Spain&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=92&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;PoEML&amp;lt;/P&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=90&amp;gt;&lt;br /&gt;
			&amp;lt;P LANG=&amp;quot;en-GB&amp;quot; STYLE=&amp;quot;border: none; padding: 0cm; font-weight: medium&amp;quot;&amp;gt;&lt;br /&gt;
			A proprietary LMS with a user interface inspired by Moodle. &lt;br /&gt;
			&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=79&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;TD WIDTH=80&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=83&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=89&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/P&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=92&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
	&amp;lt;/TR&amp;gt;&lt;br /&gt;
	&amp;lt;TR&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=115&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Dalziel James&amp;lt;/P&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=107&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt; Macquarie University &amp;amp;amp;&lt;br /&gt;
			LAMS Foundation&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt; Sydney,  Australia&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;TD WIDTH=92&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Lams LD&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=90&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Lams V2.2&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=79&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=80&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=83&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=89&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=92&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
	&amp;lt;/TR&amp;gt;&lt;br /&gt;
	&amp;lt;TR&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=115&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Harrer Andreas&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=107&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Catholic University&lt;br /&gt;
			Eichst&amp;amp;auml;tt-Ingolstadt&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Eichst&amp;amp;auml;tt, Germany&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;TD WIDTH=92&amp;gt;&lt;br /&gt;
			&amp;lt;H1 STYLE=&amp;quot;border: none; padding: 0cm; font-weight: medium&amp;quot;&amp;gt;&amp;lt;FONT SIZE=3&amp;gt;MoCoLADe&amp;lt;/FONT&amp;gt;&amp;lt;/H1&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=90&amp;gt;&lt;br /&gt;
			&amp;lt;H1 STYLE=&amp;quot;border: none; padding: 0cm; font-weight: medium&amp;quot;&amp;gt;&amp;lt;FONT SIZE=3&amp;gt;&amp;lt;SPAN LANG=&amp;quot;en-GB&amp;quot;&amp;gt;MoCoLADe&amp;lt;/SPAN&amp;gt;&amp;lt;/FONT&amp;gt;&lt;br /&gt;
			&amp;lt;FONT SIZE=3&amp;gt;&amp;lt;SPAN LANG=&amp;quot;en-GB&amp;quot;&amp;gt;simulate [and potentially&lt;br /&gt;
			Coppercore engine&amp;lt;/SPAN&amp;gt;&amp;lt;/FONT&amp;gt;&amp;lt;/H1&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;TD WIDTH=79&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=80&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=83&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=89&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=92&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;[X]&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
	&amp;lt;/TR&amp;gt;&lt;br /&gt;
&lt;br /&gt;
	&amp;lt;TR&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=115&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Karakostas Anastasios &lt;br /&gt;
			&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Demetriadis  Stavros&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=107&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Aristotle University of&lt;br /&gt;
			Thessaloniki,&amp;lt;/P&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt; Thessaloniki Greece&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=92&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;UML&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=90&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;LAMS&amp;lt;/P&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=79&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=80&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=83&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=89&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=92&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
&lt;br /&gt;
	&amp;lt;/TR&amp;gt;&lt;br /&gt;
	&amp;lt;TR&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=115&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Miao Yongwu&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=107&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Open University of the&lt;br /&gt;
			Netherlands&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Heerlen, The Netherlands&amp;lt;/P&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=92&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;IMS-LD&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=90&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;TENCompetence Project&lt;br /&gt;
			Infrastructure&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=79&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=80&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=83&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=89&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=92&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&amp;lt;BR&amp;gt;&lt;br /&gt;
			&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
&lt;br /&gt;
	&amp;lt;/TR&amp;gt;&lt;br /&gt;
	&amp;lt;TR&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=115 HEIGHT=132&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Ouari Salim&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Ferraris Christine&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Lejeune Anne&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;TD WIDTH=107&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Universit&amp;amp;eacute; de Savoie&lt;br /&gt;
			&amp;amp;amp; LIG&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Chamb&amp;amp;eacute;ry &amp;amp;amp;  &lt;br /&gt;
			Grenoble,  France&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;TD WIDTH=92&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;LDL&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=90&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;LDI&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=79&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=80&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=83&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=89&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=92&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
	&amp;lt;/TR&amp;gt;&lt;br /&gt;
	&amp;lt;TR&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=115 HEIGHT=187&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Perez-Sanagust&amp;amp;iacute;n Mar,&lt;br /&gt;
						&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Hernandez-Leo Davinia, &lt;br /&gt;
			&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Griffiths David&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=107&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;University Pompeu Fabra,&lt;br /&gt;
			T&amp;amp;agrave;nger &amp;amp;amp; University of Bolton&amp;lt;/P&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Barcelona, Spain &amp;amp;amp;&lt;br /&gt;
			Bolton,  United Kingdom&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=92&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;IMS-LD&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=90&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;P LANG=&amp;quot;en-GB&amp;quot; STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Sled Runtime&lt;br /&gt;
			player and Widget Server&lt;br /&gt;
			(http://www.tencompetence.org/ldruntime/).&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=79&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=80&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=83&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=89&amp;gt;&lt;br /&gt;
			&amp;lt;P LANG=&amp;quot;en-GB&amp;quot; ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P LANG=&amp;quot;en-GB&amp;quot; ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;(not&lt;br /&gt;
			mentioned explicitly in the form but explained in the &amp;amp;laquo;&amp;amp;nbsp;how&amp;amp;nbsp;&amp;amp;raquo;&lt;br /&gt;
&lt;br /&gt;
			part) &lt;br /&gt;
			&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=92&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
	&amp;lt;/TR&amp;gt;&lt;br /&gt;
	&amp;lt;TR&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=115&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Santos Olga C. &lt;br /&gt;
			&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;margin-bottom: 0cm; border: none; padding: 0cm&amp;quot;&amp;gt;Bay&amp;amp;oacute;n&lt;br /&gt;
			Alberto&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;margin-bottom: 0cm; border: none; padding: 0cm&amp;quot;&amp;gt;&amp;lt;BR&amp;gt;&lt;br /&gt;
			&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;margin-bottom: 0cm; border: none; padding: 0cm&amp;quot;&amp;gt;Boticario&lt;br /&gt;
			Jesus G.         &lt;br /&gt;
			&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;margin-bottom: 0cm; border: none; padding: 0cm&amp;quot;&amp;gt;&amp;lt;BR&amp;gt;&lt;br /&gt;
			&amp;lt;/P&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;margin-bottom: 0cm; border: none; padding: 0cm&amp;quot;&amp;gt;Couchet &lt;br /&gt;
			Jorge&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;margin-bottom: 0cm; border: none; padding: 0cm&amp;quot;&amp;gt;&amp;lt;BR&amp;gt;&lt;br /&gt;
			&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;margin-bottom: 0cm; border: none; padding: 0cm&amp;quot;&amp;gt;Raffenne&lt;br /&gt;
			Emmanuelle&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;margin-bottom: 0cm; border: none; padding: 0cm&amp;quot;&amp;gt;&amp;lt;BR&amp;gt;&lt;br /&gt;
			&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Granado Jorge&amp;lt;/P&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=107&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;aDeNu Research Group, UNED.&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Madrid, Spain&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=92&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;IMS-LD&amp;lt;/P&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=90&amp;gt;&lt;br /&gt;
			&amp;lt;P LANG=&amp;quot;en-GB&amp;quot; STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;The IMS-LD&lt;br /&gt;
			player of dotLRN + other developments.&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=79&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=80&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=83&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=89&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;TD WIDTH=92&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
	&amp;lt;/TR&amp;gt;&lt;br /&gt;
	&amp;lt;TR&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=115&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Zarraonandia Telmo&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;TD WIDTH=107&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Universidad Carlos III de&lt;br /&gt;
			Madrid&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;margin-left: 0cm; margin-right: -0.16cm; border: none; padding: 0cm&amp;quot;&amp;gt;&lt;br /&gt;
			Legan&amp;amp;eacute;s (Madrid) Espa&amp;amp;ntilde;a&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=92&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;IMS-LD&amp;lt;/P&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=90&amp;gt;&lt;br /&gt;
			&amp;lt;P LANG=&amp;quot;en-GB&amp;quot; STYLE=&amp;quot;border: none; padding: 0cm; font-weight: medium&amp;quot;&amp;gt;&lt;br /&gt;
			extension of the Coppercore&amp;amp;nbsp; IMS Learning Player &lt;br /&gt;
			&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=79&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=80&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=83&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=89&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=92&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
	&amp;lt;/TR&amp;gt;&lt;br /&gt;
&amp;lt;/TABLE&amp;gt;&lt;br /&gt;
&amp;lt;P CLASS=&amp;quot;msonormal&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/P&amp;gt;&lt;/div&gt;</summary>
		<author><name>Cferr</name></author>
	</entry>
	<entry>
		<id>http://os-vps418.infomaniak.ch:1250/mediawiki/index.php?title=Selected_Competitors_to_CSCL_Workshop_on_Adaptation&amp;diff=4162</id>
		<title>Selected Competitors to CSCL Workshop on Adaptation</title>
		<link rel="alternate" type="text/html" href="http://os-vps418.infomaniak.ch:1250/mediawiki/index.php?title=Selected_Competitors_to_CSCL_Workshop_on_Adaptation&amp;diff=4162"/>
		<updated>2009-05-08T10:54:39Z</updated>

		<summary type="html">&lt;p&gt;Cferr : &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;big&amp;gt;[http://www.lama.univ-savoie.fr/wiki/index.php?title=CSCL_Workshop_Challenge_on_Adaptation Competitive Challenge on Adapting Activities Modeled by CSCL Scripts]&amp;lt;/big&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;[http://www.isls.org/CSCL2009/Pre-Conference7.htm Workshop] at [http://www.isls.org/CSCL2009/welcome.htm CSCL&#039;2009] - Monday, June 8th, 2009.&amp;lt;/big&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The table below provides the list of engaged competitors. They will present their solution and make a demonstration during the workshop. Submitted proposals can be accessed on line by clicking on the link attached to each competitor.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;TABLE WIDTH=909 BORDER=1 CELLPADDING=2 CELLSPACING=3&amp;gt;&lt;br /&gt;
          &amp;lt;TR&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=115&amp;gt;&lt;br /&gt;
			&amp;lt;H4 CLASS=&amp;quot;western&amp;quot; ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;FONT FACE=&amp;quot;Arial&amp;quot;&amp;gt;&amp;lt;FONT SIZE=2 STYLE=&amp;quot;font-size: 11pt&amp;quot;&amp;gt;&amp;lt;I&amp;gt;Who&amp;lt;/I&amp;gt;&amp;lt;/FONT&amp;gt;&amp;lt;/FONT&amp;gt;&amp;lt;/H4&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=107&amp;gt;&lt;br /&gt;
			&amp;lt;H4 CLASS=&amp;quot;western&amp;quot; ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;FONT FACE=&amp;quot;Arial&amp;quot;&amp;gt;&amp;lt;FONT SIZE=2 STYLE=&amp;quot;font-size: 11pt&amp;quot;&amp;gt;&amp;lt;I&amp;gt;Institution&amp;lt;/I&amp;gt;&amp;lt;/FONT&amp;gt;&amp;lt;/FONT&amp;gt;&amp;lt;/H4&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=92&amp;gt;&lt;br /&gt;
			&amp;lt;H4 CLASS=&amp;quot;western&amp;quot; ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;FONT FACE=&amp;quot;Arial&amp;quot;&amp;gt;&amp;lt;FONT SIZE=2 STYLE=&amp;quot;font-size: 11pt&amp;quot;&amp;gt;&amp;lt;I&amp;gt;Language&amp;lt;/I&amp;gt;&amp;lt;/FONT&amp;gt;&amp;lt;/FONT&amp;gt;&amp;lt;/H4&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=90&amp;gt;&lt;br /&gt;
			&amp;lt;H4 CLASS=&amp;quot;western&amp;quot; ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;FONT FACE=&amp;quot;Arial&amp;quot;&amp;gt;&amp;lt;FONT SIZE=2 STYLE=&amp;quot;font-size: 11pt&amp;quot;&amp;gt;&amp;lt;I&amp;gt;Tools&amp;lt;/I&amp;gt;&amp;lt;/FONT&amp;gt;&amp;lt;/FONT&amp;gt;&amp;lt;/H4&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=79&amp;gt;&lt;br /&gt;
			&amp;lt;H4 CLASS=&amp;quot;western&amp;quot; ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;FONT FACE=&amp;quot;Arial&amp;quot;&amp;gt;&amp;lt;FONT SIZE=2 STYLE=&amp;quot;font-size: 11pt&amp;quot;&amp;gt;&amp;lt;I&amp;gt;Case &amp;lt;/I&amp;gt;&amp;lt;/FONT&amp;gt;&amp;lt;/FONT&amp;gt;&lt;br /&gt;
			&amp;lt;/H4&amp;gt;&lt;br /&gt;
			&amp;lt;H4 CLASS=&amp;quot;western&amp;quot; ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;FONT FACE=&amp;quot;Arial&amp;quot;&amp;gt;&amp;lt;FONT SIZE=2 STYLE=&amp;quot;font-size: 11pt&amp;quot;&amp;gt;&amp;lt;I&amp;gt;study&amp;lt;/I&amp;gt;&amp;lt;/FONT&amp;gt;&amp;lt;/FONT&amp;gt;&amp;lt;/H4&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=80&amp;gt;&lt;br /&gt;
			&amp;lt;H4 CLASS=&amp;quot;western&amp;quot; ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;FONT FACE=&amp;quot;Arial&amp;quot;&amp;gt;&amp;lt;FONT SIZE=2 STYLE=&amp;quot;font-size: 11pt&amp;quot;&amp;gt;&amp;lt;I&amp;gt;Predef&amp;lt;/I&amp;gt;&amp;lt;/FONT&amp;gt;&amp;lt;/FONT&amp;gt;&amp;lt;/H4&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;H4 CLASS=&amp;quot;western&amp;quot; ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;FONT FACE=&amp;quot;Arial&amp;quot;&amp;gt;&amp;lt;FONT SIZE=2 STYLE=&amp;quot;font-size: 11pt&amp;quot;&amp;gt;&amp;lt;I&amp;gt;adaptation&amp;lt;/I&amp;gt;&amp;lt;/FONT&amp;gt;&amp;lt;/FONT&amp;gt;&amp;lt;/H4&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=83&amp;gt;&lt;br /&gt;
			&amp;lt;H4 LANG=&amp;quot;en-GB&amp;quot; CLASS=&amp;quot;western&amp;quot; ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;FONT FACE=&amp;quot;Arial&amp;quot;&amp;gt;&amp;lt;FONT SIZE=2 STYLE=&amp;quot;font-size: 11pt&amp;quot;&amp;gt;&amp;lt;I&amp;gt;On the&lt;br /&gt;
			fly&amp;lt;/I&amp;gt;&amp;lt;/FONT&amp;gt;&amp;lt;/FONT&amp;gt;&amp;lt;/H4&amp;gt;&lt;br /&gt;
			&amp;lt;P LANG=&amp;quot;en-GB&amp;quot; ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Learning&lt;br /&gt;
						&amp;lt;/P&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;P LANG=&amp;quot;en-GB&amp;quot; ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;flow&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P LANG=&amp;quot;en-GB&amp;quot; ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&amp;lt;BR&amp;gt;&lt;br /&gt;
			&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=89&amp;gt;&lt;br /&gt;
			&amp;lt;H4 LANG=&amp;quot;en-GB&amp;quot; CLASS=&amp;quot;western&amp;quot; ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;FONT FACE=&amp;quot;Arial&amp;quot;&amp;gt;&amp;lt;FONT SIZE=2 STYLE=&amp;quot;font-size: 11pt&amp;quot;&amp;gt;&amp;lt;I&amp;gt;On the&lt;br /&gt;
			fly&amp;lt;/I&amp;gt;&amp;lt;/FONT&amp;gt;&amp;lt;/FONT&amp;gt;&amp;lt;/H4&amp;gt;&lt;br /&gt;
			&amp;lt;P LANG=&amp;quot;en-GB&amp;quot; ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Operation.&lt;br /&gt;
						&amp;lt;/P&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;P LANG=&amp;quot;en-GB&amp;quot; ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Data&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=92&amp;gt;&lt;br /&gt;
			&amp;lt;H4 LANG=&amp;quot;en-GB&amp;quot; CLASS=&amp;quot;western&amp;quot; ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;FONT FACE=&amp;quot;Arial&amp;quot;&amp;gt;&amp;lt;FONT SIZE=2 STYLE=&amp;quot;font-size: 11pt&amp;quot;&amp;gt;&amp;lt;I&amp;gt;On the&lt;br /&gt;
			fly&amp;lt;/I&amp;gt;&amp;lt;/FONT&amp;gt;&amp;lt;/FONT&amp;gt;&amp;lt;/H4&amp;gt;&lt;br /&gt;
			&amp;lt;P LANG=&amp;quot;en-GB&amp;quot; ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Scenario&lt;br /&gt;
						&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P LANG=&amp;quot;en-GB&amp;quot; ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Modification&amp;lt;/P&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;P LANG=&amp;quot;en-GB&amp;quot; ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&amp;lt;BR&amp;gt;&lt;br /&gt;
			&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
	&amp;lt;/TR&amp;gt;&lt;br /&gt;
	&amp;lt;TR&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=115&amp;gt;&lt;br /&gt;
			&amp;lt;P LANG=&amp;quot;en-GB&amp;quot; STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Brasher Andrew&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P LANG=&amp;quot;en-GB&amp;quot; STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Conole Gr&amp;amp;aacute;inne&amp;lt;/P&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;P LANG=&amp;quot;en-GB&amp;quot; STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;McAndrew,&lt;br /&gt;
			Patrick &lt;br /&gt;
			&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=107&amp;gt;&lt;br /&gt;
			&amp;lt;P LANG=&amp;quot;en-GB&amp;quot; STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;The Open&lt;br /&gt;
			University,&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P LANG=&amp;quot;en-GB&amp;quot; STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt; UK&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=92&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Visual representation&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=90&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;CompendiumLD and OER&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=79&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;TD WIDTH=80&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=83&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=89&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/P&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=92&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
	&amp;lt;/TR&amp;gt;&lt;br /&gt;
	&amp;lt;TR&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=115&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Caeiro  Rodr&amp;amp;iacute;guez&lt;br /&gt;
			Manuel&amp;lt;/P&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=107&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;University of Vigo&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Spain&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=92&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;PoEML&amp;lt;/P&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=90&amp;gt;&lt;br /&gt;
			&amp;lt;P LANG=&amp;quot;en-GB&amp;quot; STYLE=&amp;quot;border: none; padding: 0cm; font-weight: medium&amp;quot;&amp;gt;&lt;br /&gt;
			A proprietary LMS with a user interface inspired by Moodle. &lt;br /&gt;
			&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=79&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;TD WIDTH=80&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=83&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=89&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/P&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=92&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
	&amp;lt;/TR&amp;gt;&lt;br /&gt;
	&amp;lt;TR&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=115&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Dalziel James&amp;lt;/P&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=107&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt; Macquarie University &amp;amp;amp;&lt;br /&gt;
			LAMS Foundation&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt; Sydney,  Australia&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;TD WIDTH=92&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Lams LD&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=90&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Lams V2.2&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=79&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=80&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=83&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=89&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=92&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
	&amp;lt;/TR&amp;gt;&lt;br /&gt;
	&amp;lt;TR&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=115&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Harrer Andreas&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=107&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Catholic University&lt;br /&gt;
			Eichst&amp;amp;auml;tt-Ingolstadt&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Eichst&amp;amp;auml;tt, Germany&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;TD WIDTH=92&amp;gt;&lt;br /&gt;
			&amp;lt;H1 STYLE=&amp;quot;border: none; padding: 0cm; font-weight: medium&amp;quot;&amp;gt;&amp;lt;FONT SIZE=3&amp;gt;MoCoLADe&amp;lt;/FONT&amp;gt;&amp;lt;/H1&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=90&amp;gt;&lt;br /&gt;
			&amp;lt;H1 STYLE=&amp;quot;border: none; padding: 0cm; font-weight: medium&amp;quot;&amp;gt;&amp;lt;FONT SIZE=3&amp;gt;&amp;lt;SPAN LANG=&amp;quot;en-GB&amp;quot;&amp;gt;MoCoLADe&amp;lt;/SPAN&amp;gt;&amp;lt;/FONT&amp;gt;&lt;br /&gt;
			&amp;lt;FONT SIZE=3&amp;gt;&amp;lt;SPAN LANG=&amp;quot;en-GB&amp;quot;&amp;gt;simulate [and potentially&lt;br /&gt;
			Coppercore engine&amp;lt;/SPAN&amp;gt;&amp;lt;/FONT&amp;gt;&amp;lt;/H1&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;TD WIDTH=79&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=80&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=83&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=89&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=92&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;[X]&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
	&amp;lt;/TR&amp;gt;&lt;br /&gt;
&lt;br /&gt;
	&amp;lt;TR&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=115&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Karakostas Anastasios &lt;br /&gt;
			&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Demetriadis  Stavros&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=107&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Aristotle University of&lt;br /&gt;
			Thessaloniki,&amp;lt;/P&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt; Thessaloniki Greece&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=92&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;UML&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=90&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;LAMS&amp;lt;/P&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=79&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=80&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=83&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=89&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=92&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
&lt;br /&gt;
	&amp;lt;/TR&amp;gt;&lt;br /&gt;
	&amp;lt;TR&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=115&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Miao Yongwu&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=107&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Open University of the&lt;br /&gt;
			Netherlands&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Heerlen, The Netherlands&amp;lt;/P&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=92&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;IMS-LD&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=90&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;TENCompetence Project&lt;br /&gt;
			Infrastructure&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=79&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=80&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=83&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=89&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=92&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&amp;lt;BR&amp;gt;&lt;br /&gt;
			&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
&lt;br /&gt;
	&amp;lt;/TR&amp;gt;&lt;br /&gt;
	&amp;lt;TR&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=115 HEIGHT=132&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Ouari Salim&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Ferraris Christine&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Lejeune Anne&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;TD WIDTH=107&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Universit&amp;amp;eacute; de Savoie&lt;br /&gt;
			&amp;amp;amp; LIG&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Chamb&amp;amp;eacute;ry &amp;amp;amp;  &lt;br /&gt;
			Grenoble,  France&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;TD WIDTH=92&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;LDL&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=90&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;LDI&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=79&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=80&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=83&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=89&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=92&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
	&amp;lt;/TR&amp;gt;&lt;br /&gt;
	&amp;lt;TR&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=115 HEIGHT=187&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Perez-Sanagust&amp;amp;iacute;n Mar,&lt;br /&gt;
						&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Hernandez-Leo Davinia, &lt;br /&gt;
			&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Griffiths David&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=107&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;University Pompeu Fabra,&lt;br /&gt;
			T&amp;amp;agrave;nger &amp;amp;amp; University of Bolton&amp;lt;/P&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Barcelona, Spain &amp;amp;amp;&lt;br /&gt;
			Bolton,  United Kingdom&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=92&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;IMS-LD&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=90&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;P LANG=&amp;quot;en-GB&amp;quot; STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Sled Runtime&lt;br /&gt;
			player and Widget Server&lt;br /&gt;
			(http://www.tencompetence.org/ldruntime/).&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=79&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=80&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=83&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=89&amp;gt;&lt;br /&gt;
			&amp;lt;P LANG=&amp;quot;en-GB&amp;quot; ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P LANG=&amp;quot;en-GB&amp;quot; ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;(not&lt;br /&gt;
			mentioned explicitly in the form but explained in the &amp;amp;laquo;&amp;amp;nbsp;how&amp;amp;nbsp;&amp;amp;raquo;&lt;br /&gt;
&lt;br /&gt;
			part) &lt;br /&gt;
			&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=92&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
	&amp;lt;/TR&amp;gt;&lt;br /&gt;
	&amp;lt;TR&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=115&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Santos Olga C. &lt;br /&gt;
			&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;margin-bottom: 0cm; border: none; padding: 0cm&amp;quot;&amp;gt;Bay&amp;amp;oacute;n&lt;br /&gt;
			Alberto&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;margin-bottom: 0cm; border: none; padding: 0cm&amp;quot;&amp;gt;&amp;lt;BR&amp;gt;&lt;br /&gt;
			&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;margin-bottom: 0cm; border: none; padding: 0cm&amp;quot;&amp;gt;Boticario&lt;br /&gt;
			Jesus G.         &lt;br /&gt;
			&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;margin-bottom: 0cm; border: none; padding: 0cm&amp;quot;&amp;gt;&amp;lt;BR&amp;gt;&lt;br /&gt;
			&amp;lt;/P&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;margin-bottom: 0cm; border: none; padding: 0cm&amp;quot;&amp;gt;Couchet &lt;br /&gt;
			Jorge&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;margin-bottom: 0cm; border: none; padding: 0cm&amp;quot;&amp;gt;&amp;lt;BR&amp;gt;&lt;br /&gt;
			&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;margin-bottom: 0cm; border: none; padding: 0cm&amp;quot;&amp;gt;Raffenne&lt;br /&gt;
			Emmanuelle&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;margin-bottom: 0cm; border: none; padding: 0cm&amp;quot;&amp;gt;&amp;lt;BR&amp;gt;&lt;br /&gt;
			&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Granado Jorge&amp;lt;/P&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=107&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;aDeNu Research Group, UNED.&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Madrid, Spain&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=92&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;IMS-LD&amp;lt;/P&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=90&amp;gt;&lt;br /&gt;
			&amp;lt;P LANG=&amp;quot;en-GB&amp;quot; STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;The IMS-LD&lt;br /&gt;
			player of dotLRN + other developments.&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=79&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=80&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=83&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=89&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;TD WIDTH=92&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
	&amp;lt;/TR&amp;gt;&lt;br /&gt;
	&amp;lt;TR&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=115&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Zarraonandia Telmo&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;TD WIDTH=107&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Universidad Carlos III de&lt;br /&gt;
			Madrid&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;margin-left: 0cm; margin-right: -0.16cm; border: none; padding: 0cm&amp;quot;&amp;gt;&lt;br /&gt;
			Legan&amp;amp;eacute;s (Madrid) Espa&amp;amp;ntilde;a&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=92&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;IMS-LD&amp;lt;/P&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=90&amp;gt;&lt;br /&gt;
			&amp;lt;P LANG=&amp;quot;en-GB&amp;quot; STYLE=&amp;quot;border: none; padding: 0cm; font-weight: medium&amp;quot;&amp;gt;&lt;br /&gt;
			extension of the Coppercore&amp;amp;nbsp; IMS Learning Player &lt;br /&gt;
			&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=79&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=80&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=83&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=89&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=92&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
	&amp;lt;/TR&amp;gt;&lt;br /&gt;
&amp;lt;/TABLE&amp;gt;&lt;br /&gt;
&amp;lt;P CLASS=&amp;quot;msonormal&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/P&amp;gt;&lt;/div&gt;</summary>
		<author><name>Cferr</name></author>
	</entry>
	<entry>
		<id>http://os-vps418.infomaniak.ch:1250/mediawiki/index.php?title=Selected_Competitors_to_CSCL_Workshop_on_Adaptation&amp;diff=4161</id>
		<title>Selected Competitors to CSCL Workshop on Adaptation</title>
		<link rel="alternate" type="text/html" href="http://os-vps418.infomaniak.ch:1250/mediawiki/index.php?title=Selected_Competitors_to_CSCL_Workshop_on_Adaptation&amp;diff=4161"/>
		<updated>2009-05-08T10:52:37Z</updated>

		<summary type="html">&lt;p&gt;Cferr : &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;big&amp;gt;[http://www.lama.univ-savoie.fr/wiki/index.php?title=CSCL_Workshop_Challenge_on_Adaptation Competitive Challenge on Adapting Activities Modeled by CSCL Scripts]&amp;lt;/big&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;[http://www.isls.org/CSCL2009/Pre-Conference7.htm Workshop] at [http://www.isls.org/CSCL2009/welcome.htm CSCL&#039;2009] - Monday, June 8th, 2009.&amp;lt;/big&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The table below provides the list of engaged competitors. They will present their solution and make a demonstration during the workshop. Submitted proposals can be consulted by clicking on the link attached to each competitor.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;TABLE WIDTH=909 BORDER=1 CELLPADDING=2 CELLSPACING=3&amp;gt;&lt;br /&gt;
          &amp;lt;TR&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=115&amp;gt;&lt;br /&gt;
			&amp;lt;H4 CLASS=&amp;quot;western&amp;quot; ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;FONT FACE=&amp;quot;Arial&amp;quot;&amp;gt;&amp;lt;FONT SIZE=2 STYLE=&amp;quot;font-size: 11pt&amp;quot;&amp;gt;&amp;lt;I&amp;gt;Who&amp;lt;/I&amp;gt;&amp;lt;/FONT&amp;gt;&amp;lt;/FONT&amp;gt;&amp;lt;/H4&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=107&amp;gt;&lt;br /&gt;
			&amp;lt;H4 CLASS=&amp;quot;western&amp;quot; ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;FONT FACE=&amp;quot;Arial&amp;quot;&amp;gt;&amp;lt;FONT SIZE=2 STYLE=&amp;quot;font-size: 11pt&amp;quot;&amp;gt;&amp;lt;I&amp;gt;Institution&amp;lt;/I&amp;gt;&amp;lt;/FONT&amp;gt;&amp;lt;/FONT&amp;gt;&amp;lt;/H4&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=92&amp;gt;&lt;br /&gt;
			&amp;lt;H4 CLASS=&amp;quot;western&amp;quot; ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;FONT FACE=&amp;quot;Arial&amp;quot;&amp;gt;&amp;lt;FONT SIZE=2 STYLE=&amp;quot;font-size: 11pt&amp;quot;&amp;gt;&amp;lt;I&amp;gt;Language&amp;lt;/I&amp;gt;&amp;lt;/FONT&amp;gt;&amp;lt;/FONT&amp;gt;&amp;lt;/H4&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=90&amp;gt;&lt;br /&gt;
			&amp;lt;H4 CLASS=&amp;quot;western&amp;quot; ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;FONT FACE=&amp;quot;Arial&amp;quot;&amp;gt;&amp;lt;FONT SIZE=2 STYLE=&amp;quot;font-size: 11pt&amp;quot;&amp;gt;&amp;lt;I&amp;gt;Tools&amp;lt;/I&amp;gt;&amp;lt;/FONT&amp;gt;&amp;lt;/FONT&amp;gt;&amp;lt;/H4&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=79&amp;gt;&lt;br /&gt;
			&amp;lt;H4 CLASS=&amp;quot;western&amp;quot; ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;FONT FACE=&amp;quot;Arial&amp;quot;&amp;gt;&amp;lt;FONT SIZE=2 STYLE=&amp;quot;font-size: 11pt&amp;quot;&amp;gt;&amp;lt;I&amp;gt;Case &amp;lt;/I&amp;gt;&amp;lt;/FONT&amp;gt;&amp;lt;/FONT&amp;gt;&lt;br /&gt;
			&amp;lt;/H4&amp;gt;&lt;br /&gt;
			&amp;lt;H4 CLASS=&amp;quot;western&amp;quot; ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;FONT FACE=&amp;quot;Arial&amp;quot;&amp;gt;&amp;lt;FONT SIZE=2 STYLE=&amp;quot;font-size: 11pt&amp;quot;&amp;gt;&amp;lt;I&amp;gt;study&amp;lt;/I&amp;gt;&amp;lt;/FONT&amp;gt;&amp;lt;/FONT&amp;gt;&amp;lt;/H4&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=80&amp;gt;&lt;br /&gt;
			&amp;lt;H4 CLASS=&amp;quot;western&amp;quot; ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;FONT FACE=&amp;quot;Arial&amp;quot;&amp;gt;&amp;lt;FONT SIZE=2 STYLE=&amp;quot;font-size: 11pt&amp;quot;&amp;gt;&amp;lt;I&amp;gt;Predef&amp;lt;/I&amp;gt;&amp;lt;/FONT&amp;gt;&amp;lt;/FONT&amp;gt;&amp;lt;/H4&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;H4 CLASS=&amp;quot;western&amp;quot; ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;FONT FACE=&amp;quot;Arial&amp;quot;&amp;gt;&amp;lt;FONT SIZE=2 STYLE=&amp;quot;font-size: 11pt&amp;quot;&amp;gt;&amp;lt;I&amp;gt;adaptation&amp;lt;/I&amp;gt;&amp;lt;/FONT&amp;gt;&amp;lt;/FONT&amp;gt;&amp;lt;/H4&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=83&amp;gt;&lt;br /&gt;
			&amp;lt;H4 LANG=&amp;quot;en-GB&amp;quot; CLASS=&amp;quot;western&amp;quot; ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;FONT FACE=&amp;quot;Arial&amp;quot;&amp;gt;&amp;lt;FONT SIZE=2 STYLE=&amp;quot;font-size: 11pt&amp;quot;&amp;gt;&amp;lt;I&amp;gt;On the&lt;br /&gt;
			fly&amp;lt;/I&amp;gt;&amp;lt;/FONT&amp;gt;&amp;lt;/FONT&amp;gt;&amp;lt;/H4&amp;gt;&lt;br /&gt;
			&amp;lt;P LANG=&amp;quot;en-GB&amp;quot; ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Learning&lt;br /&gt;
						&amp;lt;/P&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;P LANG=&amp;quot;en-GB&amp;quot; ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;flow&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P LANG=&amp;quot;en-GB&amp;quot; ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&amp;lt;BR&amp;gt;&lt;br /&gt;
			&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=89&amp;gt;&lt;br /&gt;
			&amp;lt;H4 LANG=&amp;quot;en-GB&amp;quot; CLASS=&amp;quot;western&amp;quot; ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;FONT FACE=&amp;quot;Arial&amp;quot;&amp;gt;&amp;lt;FONT SIZE=2 STYLE=&amp;quot;font-size: 11pt&amp;quot;&amp;gt;&amp;lt;I&amp;gt;On the&lt;br /&gt;
			fly&amp;lt;/I&amp;gt;&amp;lt;/FONT&amp;gt;&amp;lt;/FONT&amp;gt;&amp;lt;/H4&amp;gt;&lt;br /&gt;
			&amp;lt;P LANG=&amp;quot;en-GB&amp;quot; ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Operation.&lt;br /&gt;
						&amp;lt;/P&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;P LANG=&amp;quot;en-GB&amp;quot; ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Data&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=92&amp;gt;&lt;br /&gt;
			&amp;lt;H4 LANG=&amp;quot;en-GB&amp;quot; CLASS=&amp;quot;western&amp;quot; ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;FONT FACE=&amp;quot;Arial&amp;quot;&amp;gt;&amp;lt;FONT SIZE=2 STYLE=&amp;quot;font-size: 11pt&amp;quot;&amp;gt;&amp;lt;I&amp;gt;On the&lt;br /&gt;
			fly&amp;lt;/I&amp;gt;&amp;lt;/FONT&amp;gt;&amp;lt;/FONT&amp;gt;&amp;lt;/H4&amp;gt;&lt;br /&gt;
			&amp;lt;P LANG=&amp;quot;en-GB&amp;quot; ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Scenario&lt;br /&gt;
						&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P LANG=&amp;quot;en-GB&amp;quot; ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Modification&amp;lt;/P&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;P LANG=&amp;quot;en-GB&amp;quot; ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&amp;lt;BR&amp;gt;&lt;br /&gt;
			&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
	&amp;lt;/TR&amp;gt;&lt;br /&gt;
	&amp;lt;TR&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=115&amp;gt;&lt;br /&gt;
			&amp;lt;P LANG=&amp;quot;en-GB&amp;quot; STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Brasher Andrew&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P LANG=&amp;quot;en-GB&amp;quot; STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Conole Gr&amp;amp;aacute;inne&amp;lt;/P&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;P LANG=&amp;quot;en-GB&amp;quot; STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;McAndrew,&lt;br /&gt;
			Patrick &lt;br /&gt;
			&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=107&amp;gt;&lt;br /&gt;
			&amp;lt;P LANG=&amp;quot;en-GB&amp;quot; STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;The Open&lt;br /&gt;
			University,&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P LANG=&amp;quot;en-GB&amp;quot; STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt; UK&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=92&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Visual representation&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=90&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;CompendiumLD and OER&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=79&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;TD WIDTH=80&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=83&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=89&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/P&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=92&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
	&amp;lt;/TR&amp;gt;&lt;br /&gt;
	&amp;lt;TR&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=115&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Caeiro  Rodr&amp;amp;iacute;guez&lt;br /&gt;
			Manuel&amp;lt;/P&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=107&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;University of Vigo&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Spain&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=92&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;PoEML&amp;lt;/P&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=90&amp;gt;&lt;br /&gt;
			&amp;lt;P LANG=&amp;quot;en-GB&amp;quot; STYLE=&amp;quot;border: none; padding: 0cm; font-weight: medium&amp;quot;&amp;gt;&lt;br /&gt;
			A proprietary LMS with a user interface inspired by Moodle. &lt;br /&gt;
			&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=79&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;TD WIDTH=80&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=83&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=89&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/P&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=92&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
	&amp;lt;/TR&amp;gt;&lt;br /&gt;
	&amp;lt;TR&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=115&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Dalziel James&amp;lt;/P&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=107&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt; Macquarie University &amp;amp;amp;&lt;br /&gt;
			LAMS Foundation&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt; Sydney,  Australia&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;TD WIDTH=92&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Lams LD&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=90&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Lams V2.2&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=79&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=80&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=83&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=89&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=92&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
	&amp;lt;/TR&amp;gt;&lt;br /&gt;
	&amp;lt;TR&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=115&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Harrer Andreas&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=107&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Catholic University&lt;br /&gt;
			Eichst&amp;amp;auml;tt-Ingolstadt&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Eichst&amp;amp;auml;tt, Germany&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;TD WIDTH=92&amp;gt;&lt;br /&gt;
			&amp;lt;H1 STYLE=&amp;quot;border: none; padding: 0cm; font-weight: medium&amp;quot;&amp;gt;&amp;lt;FONT SIZE=3&amp;gt;MoCoLADe&amp;lt;/FONT&amp;gt;&amp;lt;/H1&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=90&amp;gt;&lt;br /&gt;
			&amp;lt;H1 STYLE=&amp;quot;border: none; padding: 0cm; font-weight: medium&amp;quot;&amp;gt;&amp;lt;FONT SIZE=3&amp;gt;&amp;lt;SPAN LANG=&amp;quot;en-GB&amp;quot;&amp;gt;MoCoLADe&amp;lt;/SPAN&amp;gt;&amp;lt;/FONT&amp;gt;&lt;br /&gt;
			&amp;lt;FONT SIZE=3&amp;gt;&amp;lt;SPAN LANG=&amp;quot;en-GB&amp;quot;&amp;gt;simulate [and potentially&lt;br /&gt;
			Coppercore engine&amp;lt;/SPAN&amp;gt;&amp;lt;/FONT&amp;gt;&amp;lt;/H1&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;TD WIDTH=79&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=80&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=83&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=89&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=92&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;[X]&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
	&amp;lt;/TR&amp;gt;&lt;br /&gt;
&lt;br /&gt;
	&amp;lt;TR&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=115&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Karakostas Anastasios &lt;br /&gt;
			&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Demetriadis  Stavros&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=107&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Aristotle University of&lt;br /&gt;
			Thessaloniki,&amp;lt;/P&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt; Thessaloniki Greece&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=92&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;UML&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=90&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;LAMS&amp;lt;/P&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=79&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=80&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=83&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=89&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=92&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
&lt;br /&gt;
	&amp;lt;/TR&amp;gt;&lt;br /&gt;
	&amp;lt;TR&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=115&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Miao Yongwu&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=107&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Open University of the&lt;br /&gt;
			Netherlands&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Heerlen, The Netherlands&amp;lt;/P&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=92&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;IMS-LD&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=90&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;TENCompetence Project&lt;br /&gt;
			Infrastructure&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=79&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=80&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=83&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=89&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=92&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&amp;lt;BR&amp;gt;&lt;br /&gt;
			&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
&lt;br /&gt;
	&amp;lt;/TR&amp;gt;&lt;br /&gt;
	&amp;lt;TR&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=115 HEIGHT=132&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Ouari Salim&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Ferraris Christine&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Lejeune Anne&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;TD WIDTH=107&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Universit&amp;amp;eacute; de Savoie&lt;br /&gt;
			&amp;amp;amp; LIG&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Chamb&amp;amp;eacute;ry &amp;amp;amp;  &lt;br /&gt;
			Grenoble,  France&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;TD WIDTH=92&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;LDL&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=90&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;LDI&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=79&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=80&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=83&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=89&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=92&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
	&amp;lt;/TR&amp;gt;&lt;br /&gt;
	&amp;lt;TR&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=115 HEIGHT=187&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Perez-Sanagust&amp;amp;iacute;n Mar,&lt;br /&gt;
						&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Hernandez-Leo Davinia, &lt;br /&gt;
			&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Griffiths David&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=107&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;University Pompeu Fabra,&lt;br /&gt;
			T&amp;amp;agrave;nger &amp;amp;amp; University of Bolton&amp;lt;/P&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Barcelona, Spain &amp;amp;amp;&lt;br /&gt;
			Bolton,  United Kingdom&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=92&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;IMS-LD&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=90&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;P LANG=&amp;quot;en-GB&amp;quot; STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Sled Runtime&lt;br /&gt;
			player and Widget Server&lt;br /&gt;
			(http://www.tencompetence.org/ldruntime/).&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=79&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=80&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=83&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=89&amp;gt;&lt;br /&gt;
			&amp;lt;P LANG=&amp;quot;en-GB&amp;quot; ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P LANG=&amp;quot;en-GB&amp;quot; ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;(not&lt;br /&gt;
			mentioned explicitly in the form but explained in the &amp;amp;laquo;&amp;amp;nbsp;how&amp;amp;nbsp;&amp;amp;raquo;&lt;br /&gt;
&lt;br /&gt;
			part) &lt;br /&gt;
			&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=92&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
	&amp;lt;/TR&amp;gt;&lt;br /&gt;
	&amp;lt;TR&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=115&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Santos Olga C. &lt;br /&gt;
			&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;margin-bottom: 0cm; border: none; padding: 0cm&amp;quot;&amp;gt;Bay&amp;amp;oacute;n&lt;br /&gt;
			Alberto&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;margin-bottom: 0cm; border: none; padding: 0cm&amp;quot;&amp;gt;&amp;lt;BR&amp;gt;&lt;br /&gt;
			&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;margin-bottom: 0cm; border: none; padding: 0cm&amp;quot;&amp;gt;Boticario&lt;br /&gt;
			Jesus G.         &lt;br /&gt;
			&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;margin-bottom: 0cm; border: none; padding: 0cm&amp;quot;&amp;gt;&amp;lt;BR&amp;gt;&lt;br /&gt;
			&amp;lt;/P&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;margin-bottom: 0cm; border: none; padding: 0cm&amp;quot;&amp;gt;Couchet &lt;br /&gt;
			Jorge&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;margin-bottom: 0cm; border: none; padding: 0cm&amp;quot;&amp;gt;&amp;lt;BR&amp;gt;&lt;br /&gt;
			&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;margin-bottom: 0cm; border: none; padding: 0cm&amp;quot;&amp;gt;Raffenne&lt;br /&gt;
			Emmanuelle&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;margin-bottom: 0cm; border: none; padding: 0cm&amp;quot;&amp;gt;&amp;lt;BR&amp;gt;&lt;br /&gt;
			&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Granado Jorge&amp;lt;/P&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=107&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;aDeNu Research Group, UNED.&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Madrid, Spain&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=92&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;IMS-LD&amp;lt;/P&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=90&amp;gt;&lt;br /&gt;
			&amp;lt;P LANG=&amp;quot;en-GB&amp;quot; STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;The IMS-LD&lt;br /&gt;
			player of dotLRN + other developments.&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=79&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=80&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=83&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=89&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;TD WIDTH=92&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
	&amp;lt;/TR&amp;gt;&lt;br /&gt;
	&amp;lt;TR&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=115&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Zarraonandia Telmo&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;TD WIDTH=107&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Universidad Carlos III de&lt;br /&gt;
			Madrid&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;margin-left: 0cm; margin-right: -0.16cm; border: none; padding: 0cm&amp;quot;&amp;gt;&lt;br /&gt;
			Legan&amp;amp;eacute;s (Madrid) Espa&amp;amp;ntilde;a&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=92&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;IMS-LD&amp;lt;/P&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=90&amp;gt;&lt;br /&gt;
			&amp;lt;P LANG=&amp;quot;en-GB&amp;quot; STYLE=&amp;quot;border: none; padding: 0cm; font-weight: medium&amp;quot;&amp;gt;&lt;br /&gt;
			extension of the Coppercore&amp;amp;nbsp; IMS Learning Player &lt;br /&gt;
			&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=79&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=80&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=83&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=89&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=92&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
	&amp;lt;/TR&amp;gt;&lt;br /&gt;
&amp;lt;/TABLE&amp;gt;&lt;br /&gt;
&amp;lt;P CLASS=&amp;quot;msonormal&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/P&amp;gt;&lt;/div&gt;</summary>
		<author><name>Cferr</name></author>
	</entry>
	<entry>
		<id>http://os-vps418.infomaniak.ch:1250/mediawiki/index.php?title=Selected_Competitors_to_CSCL_Workshop_on_Adaptation&amp;diff=4160</id>
		<title>Selected Competitors to CSCL Workshop on Adaptation</title>
		<link rel="alternate" type="text/html" href="http://os-vps418.infomaniak.ch:1250/mediawiki/index.php?title=Selected_Competitors_to_CSCL_Workshop_on_Adaptation&amp;diff=4160"/>
		<updated>2009-05-08T10:46:22Z</updated>

		<summary type="html">&lt;p&gt;Cferr : &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;big&amp;gt;[http://www.lama.univ-savoie.fr/wiki/index.php?title=CSCL_Workshop_Challenge_on_Adaptation Competitive Challenge on Adapting Activities Modeled by CSCL Scripts]&amp;lt;/big&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;[http://www.isls.org/CSCL2009/Pre-Conference7.htm Workshop] at [http://www.isls.org/CSCL2009/welcome.htm CSCL&#039;2009] - Monday, June 8th, 2009.&amp;lt;/big&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;TABLE WIDTH=909 BORDER=1 CELLPADDING=2 CELLSPACING=3&amp;gt;&lt;br /&gt;
          &amp;lt;TR&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=115&amp;gt;&lt;br /&gt;
			&amp;lt;H4 CLASS=&amp;quot;western&amp;quot; ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;FONT FACE=&amp;quot;Arial&amp;quot;&amp;gt;&amp;lt;FONT SIZE=2 STYLE=&amp;quot;font-size: 11pt&amp;quot;&amp;gt;&amp;lt;I&amp;gt;Who&amp;lt;/I&amp;gt;&amp;lt;/FONT&amp;gt;&amp;lt;/FONT&amp;gt;&amp;lt;/H4&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=107&amp;gt;&lt;br /&gt;
			&amp;lt;H4 CLASS=&amp;quot;western&amp;quot; ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;FONT FACE=&amp;quot;Arial&amp;quot;&amp;gt;&amp;lt;FONT SIZE=2 STYLE=&amp;quot;font-size: 11pt&amp;quot;&amp;gt;&amp;lt;I&amp;gt;Institution&amp;lt;/I&amp;gt;&amp;lt;/FONT&amp;gt;&amp;lt;/FONT&amp;gt;&amp;lt;/H4&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=92&amp;gt;&lt;br /&gt;
			&amp;lt;H4 CLASS=&amp;quot;western&amp;quot; ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;FONT FACE=&amp;quot;Arial&amp;quot;&amp;gt;&amp;lt;FONT SIZE=2 STYLE=&amp;quot;font-size: 11pt&amp;quot;&amp;gt;&amp;lt;I&amp;gt;Language&amp;lt;/I&amp;gt;&amp;lt;/FONT&amp;gt;&amp;lt;/FONT&amp;gt;&amp;lt;/H4&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=90&amp;gt;&lt;br /&gt;
			&amp;lt;H4 CLASS=&amp;quot;western&amp;quot; ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;FONT FACE=&amp;quot;Arial&amp;quot;&amp;gt;&amp;lt;FONT SIZE=2 STYLE=&amp;quot;font-size: 11pt&amp;quot;&amp;gt;&amp;lt;I&amp;gt;Tools&amp;lt;/I&amp;gt;&amp;lt;/FONT&amp;gt;&amp;lt;/FONT&amp;gt;&amp;lt;/H4&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=79&amp;gt;&lt;br /&gt;
			&amp;lt;H4 CLASS=&amp;quot;western&amp;quot; ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;FONT FACE=&amp;quot;Arial&amp;quot;&amp;gt;&amp;lt;FONT SIZE=2 STYLE=&amp;quot;font-size: 11pt&amp;quot;&amp;gt;&amp;lt;I&amp;gt;Case &amp;lt;/I&amp;gt;&amp;lt;/FONT&amp;gt;&amp;lt;/FONT&amp;gt;&lt;br /&gt;
			&amp;lt;/H4&amp;gt;&lt;br /&gt;
			&amp;lt;H4 CLASS=&amp;quot;western&amp;quot; ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;FONT FACE=&amp;quot;Arial&amp;quot;&amp;gt;&amp;lt;FONT SIZE=2 STYLE=&amp;quot;font-size: 11pt&amp;quot;&amp;gt;&amp;lt;I&amp;gt;study&amp;lt;/I&amp;gt;&amp;lt;/FONT&amp;gt;&amp;lt;/FONT&amp;gt;&amp;lt;/H4&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=80&amp;gt;&lt;br /&gt;
			&amp;lt;H4 CLASS=&amp;quot;western&amp;quot; ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;FONT FACE=&amp;quot;Arial&amp;quot;&amp;gt;&amp;lt;FONT SIZE=2 STYLE=&amp;quot;font-size: 11pt&amp;quot;&amp;gt;&amp;lt;I&amp;gt;Predef&amp;lt;/I&amp;gt;&amp;lt;/FONT&amp;gt;&amp;lt;/FONT&amp;gt;&amp;lt;/H4&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;H4 CLASS=&amp;quot;western&amp;quot; ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;FONT FACE=&amp;quot;Arial&amp;quot;&amp;gt;&amp;lt;FONT SIZE=2 STYLE=&amp;quot;font-size: 11pt&amp;quot;&amp;gt;&amp;lt;I&amp;gt;adaptation&amp;lt;/I&amp;gt;&amp;lt;/FONT&amp;gt;&amp;lt;/FONT&amp;gt;&amp;lt;/H4&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=83&amp;gt;&lt;br /&gt;
			&amp;lt;H4 LANG=&amp;quot;en-GB&amp;quot; CLASS=&amp;quot;western&amp;quot; ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;FONT FACE=&amp;quot;Arial&amp;quot;&amp;gt;&amp;lt;FONT SIZE=2 STYLE=&amp;quot;font-size: 11pt&amp;quot;&amp;gt;&amp;lt;I&amp;gt;On the&lt;br /&gt;
			fly&amp;lt;/I&amp;gt;&amp;lt;/FONT&amp;gt;&amp;lt;/FONT&amp;gt;&amp;lt;/H4&amp;gt;&lt;br /&gt;
			&amp;lt;P LANG=&amp;quot;en-GB&amp;quot; ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Learning&lt;br /&gt;
						&amp;lt;/P&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;P LANG=&amp;quot;en-GB&amp;quot; ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;flow&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P LANG=&amp;quot;en-GB&amp;quot; ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&amp;lt;BR&amp;gt;&lt;br /&gt;
			&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=89&amp;gt;&lt;br /&gt;
			&amp;lt;H4 LANG=&amp;quot;en-GB&amp;quot; CLASS=&amp;quot;western&amp;quot; ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;FONT FACE=&amp;quot;Arial&amp;quot;&amp;gt;&amp;lt;FONT SIZE=2 STYLE=&amp;quot;font-size: 11pt&amp;quot;&amp;gt;&amp;lt;I&amp;gt;On the&lt;br /&gt;
			fly&amp;lt;/I&amp;gt;&amp;lt;/FONT&amp;gt;&amp;lt;/FONT&amp;gt;&amp;lt;/H4&amp;gt;&lt;br /&gt;
			&amp;lt;P LANG=&amp;quot;en-GB&amp;quot; ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Operation.&lt;br /&gt;
						&amp;lt;/P&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;P LANG=&amp;quot;en-GB&amp;quot; ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Data&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=92&amp;gt;&lt;br /&gt;
			&amp;lt;H4 LANG=&amp;quot;en-GB&amp;quot; CLASS=&amp;quot;western&amp;quot; ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;FONT FACE=&amp;quot;Arial&amp;quot;&amp;gt;&amp;lt;FONT SIZE=2 STYLE=&amp;quot;font-size: 11pt&amp;quot;&amp;gt;&amp;lt;I&amp;gt;On the&lt;br /&gt;
			fly&amp;lt;/I&amp;gt;&amp;lt;/FONT&amp;gt;&amp;lt;/FONT&amp;gt;&amp;lt;/H4&amp;gt;&lt;br /&gt;
			&amp;lt;P LANG=&amp;quot;en-GB&amp;quot; ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Scenario&lt;br /&gt;
						&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P LANG=&amp;quot;en-GB&amp;quot; ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Modification&amp;lt;/P&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;P LANG=&amp;quot;en-GB&amp;quot; ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&amp;lt;BR&amp;gt;&lt;br /&gt;
			&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
	&amp;lt;/TR&amp;gt;&lt;br /&gt;
	&amp;lt;TR&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=115&amp;gt;&lt;br /&gt;
			&amp;lt;P LANG=&amp;quot;en-GB&amp;quot; STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Brasher Andrew&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P LANG=&amp;quot;en-GB&amp;quot; STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Conole Gr&amp;amp;aacute;inne&amp;lt;/P&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;P LANG=&amp;quot;en-GB&amp;quot; STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;McAndrew,&lt;br /&gt;
			Patrick &lt;br /&gt;
			&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=107&amp;gt;&lt;br /&gt;
			&amp;lt;P LANG=&amp;quot;en-GB&amp;quot; STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;The Open&lt;br /&gt;
			University,&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P LANG=&amp;quot;en-GB&amp;quot; STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt; UK&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=92&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Visual representation&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=90&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;CompendiumLD and OER&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=79&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;TD WIDTH=80&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=83&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=89&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/P&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=92&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
	&amp;lt;/TR&amp;gt;&lt;br /&gt;
	&amp;lt;TR&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=115&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Caeiro  Rodr&amp;amp;iacute;guez&lt;br /&gt;
			Manuel&amp;lt;/P&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=107&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;University of Vigo&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Spain&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=92&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;PoEML&amp;lt;/P&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=90&amp;gt;&lt;br /&gt;
			&amp;lt;P LANG=&amp;quot;en-GB&amp;quot; STYLE=&amp;quot;border: none; padding: 0cm; font-weight: medium&amp;quot;&amp;gt;&lt;br /&gt;
			A proprietary LMS with a user interface inspired by Moodle. &lt;br /&gt;
			&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=79&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;TD WIDTH=80&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=83&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=89&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/P&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=92&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
	&amp;lt;/TR&amp;gt;&lt;br /&gt;
	&amp;lt;TR&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=115&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Dalziel James&amp;lt;/P&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=107&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt; Macquarie University &amp;amp;amp;&lt;br /&gt;
			LAMS Foundation&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt; Sydney,  Australia&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;TD WIDTH=92&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Lams LD&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=90&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Lams V2.2&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=79&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=80&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=83&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=89&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=92&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
	&amp;lt;/TR&amp;gt;&lt;br /&gt;
	&amp;lt;TR&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=115&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Harrer Andreas&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=107&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Catholic University&lt;br /&gt;
			Eichst&amp;amp;auml;tt-Ingolstadt&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Eichst&amp;amp;auml;tt, Germany&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;TD WIDTH=92&amp;gt;&lt;br /&gt;
			&amp;lt;H1 STYLE=&amp;quot;border: none; padding: 0cm; font-weight: medium&amp;quot;&amp;gt;&amp;lt;FONT SIZE=3&amp;gt;MoCoLADe&amp;lt;/FONT&amp;gt;&amp;lt;/H1&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=90&amp;gt;&lt;br /&gt;
			&amp;lt;H1 STYLE=&amp;quot;border: none; padding: 0cm; font-weight: medium&amp;quot;&amp;gt;&amp;lt;FONT SIZE=3&amp;gt;&amp;lt;SPAN LANG=&amp;quot;en-GB&amp;quot;&amp;gt;MoCoLADe&amp;lt;/SPAN&amp;gt;&amp;lt;/FONT&amp;gt;&lt;br /&gt;
			&amp;lt;FONT SIZE=3&amp;gt;&amp;lt;SPAN LANG=&amp;quot;en-GB&amp;quot;&amp;gt;simulate [and potentially&lt;br /&gt;
			Coppercore engine&amp;lt;/SPAN&amp;gt;&amp;lt;/FONT&amp;gt;&amp;lt;/H1&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;TD WIDTH=79&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=80&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=83&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=89&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=92&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;[X]&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
	&amp;lt;/TR&amp;gt;&lt;br /&gt;
&lt;br /&gt;
	&amp;lt;TR&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=115&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Karakostas Anastasios &lt;br /&gt;
			&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Demetriadis  Stavros&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=107&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Aristotle University of&lt;br /&gt;
			Thessaloniki,&amp;lt;/P&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt; Thessaloniki Greece&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=92&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;UML&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=90&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;LAMS&amp;lt;/P&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=79&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=80&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=83&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=89&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=92&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
&lt;br /&gt;
	&amp;lt;/TR&amp;gt;&lt;br /&gt;
	&amp;lt;TR&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=115&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Miao Yongwu&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=107&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Open University of the&lt;br /&gt;
			Netherlands&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Heerlen, The Netherlands&amp;lt;/P&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=92&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;IMS-LD&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=90&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;TENCompetence Project&lt;br /&gt;
			Infrastructure&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=79&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=80&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=83&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=89&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=92&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&amp;lt;BR&amp;gt;&lt;br /&gt;
			&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
&lt;br /&gt;
	&amp;lt;/TR&amp;gt;&lt;br /&gt;
	&amp;lt;TR&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=115 HEIGHT=132&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Ouari Salim&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Ferraris Christine&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Lejeune Anne&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;TD WIDTH=107&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Universit&amp;amp;eacute; de Savoie&lt;br /&gt;
			&amp;amp;amp; LIG&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Chamb&amp;amp;eacute;ry &amp;amp;amp;  &lt;br /&gt;
			Grenoble,  France&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;TD WIDTH=92&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;LDL&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=90&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;LDI&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=79&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=80&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=83&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=89&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=92&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
	&amp;lt;/TR&amp;gt;&lt;br /&gt;
	&amp;lt;TR&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=115 HEIGHT=187&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Perez-Sanagust&amp;amp;iacute;n Mar,&lt;br /&gt;
						&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Hernandez-Leo Davinia, &lt;br /&gt;
			&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Griffiths David&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=107&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;University Pompeu Fabra,&lt;br /&gt;
			T&amp;amp;agrave;nger &amp;amp;amp; University of Bolton&amp;lt;/P&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Barcelona, Spain &amp;amp;amp;&lt;br /&gt;
			Bolton,  United Kingdom&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=92&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;IMS-LD&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=90&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;P LANG=&amp;quot;en-GB&amp;quot; STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Sled Runtime&lt;br /&gt;
			player and Widget Server&lt;br /&gt;
			(http://www.tencompetence.org/ldruntime/).&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=79&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=80&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=83&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=89&amp;gt;&lt;br /&gt;
			&amp;lt;P LANG=&amp;quot;en-GB&amp;quot; ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P LANG=&amp;quot;en-GB&amp;quot; ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;(not&lt;br /&gt;
			mentioned explicitly in the form but explained in the &amp;amp;laquo;&amp;amp;nbsp;how&amp;amp;nbsp;&amp;amp;raquo;&lt;br /&gt;
&lt;br /&gt;
			part) &lt;br /&gt;
			&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=92&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
	&amp;lt;/TR&amp;gt;&lt;br /&gt;
	&amp;lt;TR&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=115&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Santos Olga C. &lt;br /&gt;
			&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;margin-bottom: 0cm; border: none; padding: 0cm&amp;quot;&amp;gt;Bay&amp;amp;oacute;n&lt;br /&gt;
			Alberto&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;margin-bottom: 0cm; border: none; padding: 0cm&amp;quot;&amp;gt;&amp;lt;BR&amp;gt;&lt;br /&gt;
			&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;margin-bottom: 0cm; border: none; padding: 0cm&amp;quot;&amp;gt;Boticario&lt;br /&gt;
			Jesus G.         &lt;br /&gt;
			&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;margin-bottom: 0cm; border: none; padding: 0cm&amp;quot;&amp;gt;&amp;lt;BR&amp;gt;&lt;br /&gt;
			&amp;lt;/P&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;margin-bottom: 0cm; border: none; padding: 0cm&amp;quot;&amp;gt;Couchet &lt;br /&gt;
			Jorge&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;margin-bottom: 0cm; border: none; padding: 0cm&amp;quot;&amp;gt;&amp;lt;BR&amp;gt;&lt;br /&gt;
			&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;margin-bottom: 0cm; border: none; padding: 0cm&amp;quot;&amp;gt;Raffenne&lt;br /&gt;
			Emmanuelle&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;margin-bottom: 0cm; border: none; padding: 0cm&amp;quot;&amp;gt;&amp;lt;BR&amp;gt;&lt;br /&gt;
			&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Granado Jorge&amp;lt;/P&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=107&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;aDeNu Research Group, UNED.&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Madrid, Spain&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=92&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;IMS-LD&amp;lt;/P&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=90&amp;gt;&lt;br /&gt;
			&amp;lt;P LANG=&amp;quot;en-GB&amp;quot; STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;The IMS-LD&lt;br /&gt;
			player of dotLRN + other developments.&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=79&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=80&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=83&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=89&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;TD WIDTH=92&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
	&amp;lt;/TR&amp;gt;&lt;br /&gt;
	&amp;lt;TR&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=115&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Zarraonandia Telmo&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;TD WIDTH=107&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Universidad Carlos III de&lt;br /&gt;
			Madrid&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;margin-left: 0cm; margin-right: -0.16cm; border: none; padding: 0cm&amp;quot;&amp;gt;&lt;br /&gt;
			Legan&amp;amp;eacute;s (Madrid) Espa&amp;amp;ntilde;a&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=92&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;IMS-LD&amp;lt;/P&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=90&amp;gt;&lt;br /&gt;
			&amp;lt;P LANG=&amp;quot;en-GB&amp;quot; STYLE=&amp;quot;border: none; padding: 0cm; font-weight: medium&amp;quot;&amp;gt;&lt;br /&gt;
			extension of the Coppercore&amp;amp;nbsp; IMS Learning Player &lt;br /&gt;
			&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=79&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=80&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=83&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=89&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=92&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
	&amp;lt;/TR&amp;gt;&lt;br /&gt;
&amp;lt;/TABLE&amp;gt;&lt;br /&gt;
&amp;lt;P CLASS=&amp;quot;msonormal&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/P&amp;gt;&lt;/div&gt;</summary>
		<author><name>Cferr</name></author>
	</entry>
	<entry>
		<id>http://os-vps418.infomaniak.ch:1250/mediawiki/index.php?title=Selected_Competitors_to_CSCL_Workshop_on_Adaptation&amp;diff=4159</id>
		<title>Selected Competitors to CSCL Workshop on Adaptation</title>
		<link rel="alternate" type="text/html" href="http://os-vps418.infomaniak.ch:1250/mediawiki/index.php?title=Selected_Competitors_to_CSCL_Workshop_on_Adaptation&amp;diff=4159"/>
		<updated>2009-05-08T10:41:08Z</updated>

		<summary type="html">&lt;p&gt;Cferr : &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;TABLE WIDTH=909 BORDER=1 CELLPADDING=2 CELLSPACING=3&amp;gt;&lt;br /&gt;
          &amp;lt;TR&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=115&amp;gt;&lt;br /&gt;
			&amp;lt;H4 CLASS=&amp;quot;western&amp;quot; ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;FONT FACE=&amp;quot;Arial&amp;quot;&amp;gt;&amp;lt;FONT SIZE=2 STYLE=&amp;quot;font-size: 11pt&amp;quot;&amp;gt;&amp;lt;I&amp;gt;Who&amp;lt;/I&amp;gt;&amp;lt;/FONT&amp;gt;&amp;lt;/FONT&amp;gt;&amp;lt;/H4&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=107&amp;gt;&lt;br /&gt;
			&amp;lt;H4 CLASS=&amp;quot;western&amp;quot; ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;FONT FACE=&amp;quot;Arial&amp;quot;&amp;gt;&amp;lt;FONT SIZE=2 STYLE=&amp;quot;font-size: 11pt&amp;quot;&amp;gt;&amp;lt;I&amp;gt;Institution&amp;lt;/I&amp;gt;&amp;lt;/FONT&amp;gt;&amp;lt;/FONT&amp;gt;&amp;lt;/H4&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=92&amp;gt;&lt;br /&gt;
			&amp;lt;H4 CLASS=&amp;quot;western&amp;quot; ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;FONT FACE=&amp;quot;Arial&amp;quot;&amp;gt;&amp;lt;FONT SIZE=2 STYLE=&amp;quot;font-size: 11pt&amp;quot;&amp;gt;&amp;lt;I&amp;gt;Language&amp;lt;/I&amp;gt;&amp;lt;/FONT&amp;gt;&amp;lt;/FONT&amp;gt;&amp;lt;/H4&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=90&amp;gt;&lt;br /&gt;
			&amp;lt;H4 CLASS=&amp;quot;western&amp;quot; ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;FONT FACE=&amp;quot;Arial&amp;quot;&amp;gt;&amp;lt;FONT SIZE=2 STYLE=&amp;quot;font-size: 11pt&amp;quot;&amp;gt;&amp;lt;I&amp;gt;Tools&amp;lt;/I&amp;gt;&amp;lt;/FONT&amp;gt;&amp;lt;/FONT&amp;gt;&amp;lt;/H4&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=79&amp;gt;&lt;br /&gt;
			&amp;lt;H4 CLASS=&amp;quot;western&amp;quot; ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;FONT FACE=&amp;quot;Arial&amp;quot;&amp;gt;&amp;lt;FONT SIZE=2 STYLE=&amp;quot;font-size: 11pt&amp;quot;&amp;gt;&amp;lt;I&amp;gt;Case &amp;lt;/I&amp;gt;&amp;lt;/FONT&amp;gt;&amp;lt;/FONT&amp;gt;&lt;br /&gt;
			&amp;lt;/H4&amp;gt;&lt;br /&gt;
			&amp;lt;H4 CLASS=&amp;quot;western&amp;quot; ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;FONT FACE=&amp;quot;Arial&amp;quot;&amp;gt;&amp;lt;FONT SIZE=2 STYLE=&amp;quot;font-size: 11pt&amp;quot;&amp;gt;&amp;lt;I&amp;gt;study&amp;lt;/I&amp;gt;&amp;lt;/FONT&amp;gt;&amp;lt;/FONT&amp;gt;&amp;lt;/H4&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=80&amp;gt;&lt;br /&gt;
			&amp;lt;H4 CLASS=&amp;quot;western&amp;quot; ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;FONT FACE=&amp;quot;Arial&amp;quot;&amp;gt;&amp;lt;FONT SIZE=2 STYLE=&amp;quot;font-size: 11pt&amp;quot;&amp;gt;&amp;lt;I&amp;gt;Predef&amp;lt;/I&amp;gt;&amp;lt;/FONT&amp;gt;&amp;lt;/FONT&amp;gt;&amp;lt;/H4&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;H4 CLASS=&amp;quot;western&amp;quot; ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;FONT FACE=&amp;quot;Arial&amp;quot;&amp;gt;&amp;lt;FONT SIZE=2 STYLE=&amp;quot;font-size: 11pt&amp;quot;&amp;gt;&amp;lt;I&amp;gt;adaptation&amp;lt;/I&amp;gt;&amp;lt;/FONT&amp;gt;&amp;lt;/FONT&amp;gt;&amp;lt;/H4&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=83&amp;gt;&lt;br /&gt;
			&amp;lt;H4 LANG=&amp;quot;en-GB&amp;quot; CLASS=&amp;quot;western&amp;quot; ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;FONT FACE=&amp;quot;Arial&amp;quot;&amp;gt;&amp;lt;FONT SIZE=2 STYLE=&amp;quot;font-size: 11pt&amp;quot;&amp;gt;&amp;lt;I&amp;gt;On the&lt;br /&gt;
			fly&amp;lt;/I&amp;gt;&amp;lt;/FONT&amp;gt;&amp;lt;/FONT&amp;gt;&amp;lt;/H4&amp;gt;&lt;br /&gt;
			&amp;lt;P LANG=&amp;quot;en-GB&amp;quot; ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Learning&lt;br /&gt;
						&amp;lt;/P&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;P LANG=&amp;quot;en-GB&amp;quot; ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;flow&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P LANG=&amp;quot;en-GB&amp;quot; ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&amp;lt;BR&amp;gt;&lt;br /&gt;
			&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=89&amp;gt;&lt;br /&gt;
			&amp;lt;H4 LANG=&amp;quot;en-GB&amp;quot; CLASS=&amp;quot;western&amp;quot; ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;FONT FACE=&amp;quot;Arial&amp;quot;&amp;gt;&amp;lt;FONT SIZE=2 STYLE=&amp;quot;font-size: 11pt&amp;quot;&amp;gt;&amp;lt;I&amp;gt;On the&lt;br /&gt;
			fly&amp;lt;/I&amp;gt;&amp;lt;/FONT&amp;gt;&amp;lt;/FONT&amp;gt;&amp;lt;/H4&amp;gt;&lt;br /&gt;
			&amp;lt;P LANG=&amp;quot;en-GB&amp;quot; ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Operation.&lt;br /&gt;
						&amp;lt;/P&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;P LANG=&amp;quot;en-GB&amp;quot; ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Data&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=92&amp;gt;&lt;br /&gt;
			&amp;lt;H4 LANG=&amp;quot;en-GB&amp;quot; CLASS=&amp;quot;western&amp;quot; ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;FONT FACE=&amp;quot;Arial&amp;quot;&amp;gt;&amp;lt;FONT SIZE=2 STYLE=&amp;quot;font-size: 11pt&amp;quot;&amp;gt;&amp;lt;I&amp;gt;On the&lt;br /&gt;
			fly&amp;lt;/I&amp;gt;&amp;lt;/FONT&amp;gt;&amp;lt;/FONT&amp;gt;&amp;lt;/H4&amp;gt;&lt;br /&gt;
			&amp;lt;P LANG=&amp;quot;en-GB&amp;quot; ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Scenario&lt;br /&gt;
						&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P LANG=&amp;quot;en-GB&amp;quot; ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Modification&amp;lt;/P&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;P LANG=&amp;quot;en-GB&amp;quot; ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&amp;lt;BR&amp;gt;&lt;br /&gt;
			&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
	&amp;lt;/TR&amp;gt;&lt;br /&gt;
	&amp;lt;TR&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=115&amp;gt;&lt;br /&gt;
			&amp;lt;P LANG=&amp;quot;en-GB&amp;quot; STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Brasher Andrew&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P LANG=&amp;quot;en-GB&amp;quot; STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Conole Gr&amp;amp;aacute;inne&amp;lt;/P&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;P LANG=&amp;quot;en-GB&amp;quot; STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;McAndrew,&lt;br /&gt;
			Patrick &lt;br /&gt;
			&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=107&amp;gt;&lt;br /&gt;
			&amp;lt;P LANG=&amp;quot;en-GB&amp;quot; STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;The Open&lt;br /&gt;
			University,&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P LANG=&amp;quot;en-GB&amp;quot; STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt; UK&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=92&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Visual representation&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=90&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;CompendiumLD and OER&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=79&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;TD WIDTH=80&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=83&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=89&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/P&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=92&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
	&amp;lt;/TR&amp;gt;&lt;br /&gt;
	&amp;lt;TR&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=115&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Caeiro  Rodr&amp;amp;iacute;guez&lt;br /&gt;
			Manuel&amp;lt;/P&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=107&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;University of Vigo&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Spain&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=92&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;PoEML&amp;lt;/P&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=90&amp;gt;&lt;br /&gt;
			&amp;lt;P LANG=&amp;quot;en-GB&amp;quot; STYLE=&amp;quot;border: none; padding: 0cm; font-weight: medium&amp;quot;&amp;gt;&lt;br /&gt;
			A proprietary LMS with a user interface inspired by Moodle. &lt;br /&gt;
			&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=79&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;TD WIDTH=80&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=83&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=89&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/P&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=92&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
	&amp;lt;/TR&amp;gt;&lt;br /&gt;
	&amp;lt;TR&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=115&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Dalziel James&amp;lt;/P&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=107&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt; Macquarie University &amp;amp;amp;&lt;br /&gt;
			LAMS Foundation&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt; Sydney,  Australia&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;TD WIDTH=92&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Lams LD&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=90&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Lams V2.2&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=79&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=80&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=83&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=89&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=92&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
	&amp;lt;/TR&amp;gt;&lt;br /&gt;
	&amp;lt;TR&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=115&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Harrer Andreas&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=107&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Catholic University&lt;br /&gt;
			Eichst&amp;amp;auml;tt-Ingolstadt&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Eichst&amp;amp;auml;tt, Germany&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;TD WIDTH=92&amp;gt;&lt;br /&gt;
			&amp;lt;H1 STYLE=&amp;quot;border: none; padding: 0cm; font-weight: medium&amp;quot;&amp;gt;&amp;lt;FONT SIZE=3&amp;gt;MoCoLADe&amp;lt;/FONT&amp;gt;&amp;lt;/H1&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=90&amp;gt;&lt;br /&gt;
			&amp;lt;H1 STYLE=&amp;quot;border: none; padding: 0cm; font-weight: medium&amp;quot;&amp;gt;&amp;lt;FONT SIZE=3&amp;gt;&amp;lt;SPAN LANG=&amp;quot;en-GB&amp;quot;&amp;gt;MoCoLADe&amp;lt;/SPAN&amp;gt;&amp;lt;/FONT&amp;gt;&lt;br /&gt;
			&amp;lt;FONT SIZE=3&amp;gt;&amp;lt;SPAN LANG=&amp;quot;en-GB&amp;quot;&amp;gt;simulate [and potentially&lt;br /&gt;
			Coppercore engine&amp;lt;/SPAN&amp;gt;&amp;lt;/FONT&amp;gt;&amp;lt;/H1&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;TD WIDTH=79&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=80&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=83&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=89&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=92&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;[X]&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
	&amp;lt;/TR&amp;gt;&lt;br /&gt;
&lt;br /&gt;
	&amp;lt;TR&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=115&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Karakostas Anastasios &lt;br /&gt;
			&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Demetriadis  Stavros&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=107&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Aristotle University of&lt;br /&gt;
			Thessaloniki,&amp;lt;/P&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt; Thessaloniki Greece&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=92&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;UML&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=90&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;LAMS&amp;lt;/P&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=79&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=80&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=83&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=89&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=92&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
&lt;br /&gt;
	&amp;lt;/TR&amp;gt;&lt;br /&gt;
	&amp;lt;TR&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=115&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Miao Yongwu&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=107&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Open University of the&lt;br /&gt;
			Netherlands&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Heerlen, The Netherlands&amp;lt;/P&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=92&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;IMS-LD&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=90&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;TENCompetence Project&lt;br /&gt;
			Infrastructure&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=79&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=80&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=83&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=89&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=92&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&amp;lt;BR&amp;gt;&lt;br /&gt;
			&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
&lt;br /&gt;
	&amp;lt;/TR&amp;gt;&lt;br /&gt;
	&amp;lt;TR&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=115 HEIGHT=132&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Ouari Salim&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Ferraris Christine&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Lejeune Anne&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;TD WIDTH=107&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Universit&amp;amp;eacute; de Savoie&lt;br /&gt;
			&amp;amp;amp; LIG&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Chamb&amp;amp;eacute;ry &amp;amp;amp;  &lt;br /&gt;
			Grenoble,  France&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;TD WIDTH=92&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;LDL&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=90&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;LDI&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=79&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=80&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=83&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=89&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=92&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
	&amp;lt;/TR&amp;gt;&lt;br /&gt;
	&amp;lt;TR&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=115 HEIGHT=187&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Perez-Sanagust&amp;amp;iacute;n Mar,&lt;br /&gt;
						&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Hernandez-Leo Davinia, &lt;br /&gt;
			&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Griffiths David&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=107&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;University Pompeu Fabra,&lt;br /&gt;
			T&amp;amp;agrave;nger &amp;amp;amp; University of Bolton&amp;lt;/P&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Barcelona, Spain &amp;amp;amp;&lt;br /&gt;
			Bolton,  United Kingdom&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=92&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;IMS-LD&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=90&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;P LANG=&amp;quot;en-GB&amp;quot; STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Sled Runtime&lt;br /&gt;
			player and Widget Server&lt;br /&gt;
			(http://www.tencompetence.org/ldruntime/).&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=79&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=80&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=83&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=89&amp;gt;&lt;br /&gt;
			&amp;lt;P LANG=&amp;quot;en-GB&amp;quot; ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P LANG=&amp;quot;en-GB&amp;quot; ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;(not&lt;br /&gt;
			mentioned explicitly in the form but explained in the &amp;amp;laquo;&amp;amp;nbsp;how&amp;amp;nbsp;&amp;amp;raquo;&lt;br /&gt;
&lt;br /&gt;
			part) &lt;br /&gt;
			&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=92&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
	&amp;lt;/TR&amp;gt;&lt;br /&gt;
	&amp;lt;TR&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=115&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Santos Olga C. &lt;br /&gt;
			&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;margin-bottom: 0cm; border: none; padding: 0cm&amp;quot;&amp;gt;Bay&amp;amp;oacute;n&lt;br /&gt;
			Alberto&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;margin-bottom: 0cm; border: none; padding: 0cm&amp;quot;&amp;gt;&amp;lt;BR&amp;gt;&lt;br /&gt;
			&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;margin-bottom: 0cm; border: none; padding: 0cm&amp;quot;&amp;gt;Boticario&lt;br /&gt;
			Jesus G.         &lt;br /&gt;
			&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;margin-bottom: 0cm; border: none; padding: 0cm&amp;quot;&amp;gt;&amp;lt;BR&amp;gt;&lt;br /&gt;
			&amp;lt;/P&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;margin-bottom: 0cm; border: none; padding: 0cm&amp;quot;&amp;gt;Couchet &lt;br /&gt;
			Jorge&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;margin-bottom: 0cm; border: none; padding: 0cm&amp;quot;&amp;gt;&amp;lt;BR&amp;gt;&lt;br /&gt;
			&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;margin-bottom: 0cm; border: none; padding: 0cm&amp;quot;&amp;gt;Raffenne&lt;br /&gt;
			Emmanuelle&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;margin-bottom: 0cm; border: none; padding: 0cm&amp;quot;&amp;gt;&amp;lt;BR&amp;gt;&lt;br /&gt;
			&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Granado Jorge&amp;lt;/P&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=107&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;aDeNu Research Group, UNED.&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Madrid, Spain&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=92&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;IMS-LD&amp;lt;/P&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=90&amp;gt;&lt;br /&gt;
			&amp;lt;P LANG=&amp;quot;en-GB&amp;quot; STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;The IMS-LD&lt;br /&gt;
			player of dotLRN + other developments.&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=79&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=80&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=83&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=89&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;TD WIDTH=92&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
	&amp;lt;/TR&amp;gt;&lt;br /&gt;
	&amp;lt;TR&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=115&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Zarraonandia Telmo&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;TD WIDTH=107&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Universidad Carlos III de&lt;br /&gt;
			Madrid&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;margin-left: 0cm; margin-right: -0.16cm; border: none; padding: 0cm&amp;quot;&amp;gt;&lt;br /&gt;
			Legan&amp;amp;eacute;s (Madrid) Espa&amp;amp;ntilde;a&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=92&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;IMS-LD&amp;lt;/P&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=90&amp;gt;&lt;br /&gt;
			&amp;lt;P LANG=&amp;quot;en-GB&amp;quot; STYLE=&amp;quot;border: none; padding: 0cm; font-weight: medium&amp;quot;&amp;gt;&lt;br /&gt;
			extension of the Coppercore&amp;amp;nbsp; IMS Learning Player &lt;br /&gt;
			&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=79&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=80&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=83&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=89&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=92&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
	&amp;lt;/TR&amp;gt;&lt;br /&gt;
&amp;lt;/TABLE&amp;gt;&lt;br /&gt;
&amp;lt;P CLASS=&amp;quot;msonormal&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/P&amp;gt;&lt;/div&gt;</summary>
		<author><name>Cferr</name></author>
	</entry>
	<entry>
		<id>http://os-vps418.infomaniak.ch:1250/mediawiki/index.php?title=Selected_Competitors_to_CSCL_Workshop_on_Adaptation&amp;diff=4158</id>
		<title>Selected Competitors to CSCL Workshop on Adaptation</title>
		<link rel="alternate" type="text/html" href="http://os-vps418.infomaniak.ch:1250/mediawiki/index.php?title=Selected_Competitors_to_CSCL_Workshop_on_Adaptation&amp;diff=4158"/>
		<updated>2009-05-08T10:37:02Z</updated>

		<summary type="html">&lt;p&gt;Cferr : &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;TABLE WIDTH=909 BORDER=1 CELLPADDING=2 CELLSPACING=3&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=115&amp;gt;&lt;br /&gt;
			&amp;lt;H4 CLASS=&amp;quot;western&amp;quot; ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;FONT FACE=&amp;quot;Arial&amp;quot;&amp;gt;&amp;lt;FONT SIZE=2 STYLE=&amp;quot;font-size: 11pt&amp;quot;&amp;gt;&amp;lt;I&amp;gt;Who&amp;lt;/I&amp;gt;&amp;lt;/FONT&amp;gt;&amp;lt;/FONT&amp;gt;&amp;lt;/H4&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=107&amp;gt;&lt;br /&gt;
			&amp;lt;H4 CLASS=&amp;quot;western&amp;quot; ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;FONT FACE=&amp;quot;Arial&amp;quot;&amp;gt;&amp;lt;FONT SIZE=2 STYLE=&amp;quot;font-size: 11pt&amp;quot;&amp;gt;&amp;lt;I&amp;gt;Institution&amp;lt;/I&amp;gt;&amp;lt;/FONT&amp;gt;&amp;lt;/FONT&amp;gt;&amp;lt;/H4&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=92&amp;gt;&lt;br /&gt;
			&amp;lt;H4 CLASS=&amp;quot;western&amp;quot; ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;FONT FACE=&amp;quot;Arial&amp;quot;&amp;gt;&amp;lt;FONT SIZE=2 STYLE=&amp;quot;font-size: 11pt&amp;quot;&amp;gt;&amp;lt;I&amp;gt;Language&amp;lt;/I&amp;gt;&amp;lt;/FONT&amp;gt;&amp;lt;/FONT&amp;gt;&amp;lt;/H4&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=104&amp;gt;&lt;br /&gt;
			&amp;lt;H4 CLASS=&amp;quot;western&amp;quot; ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;FONT FACE=&amp;quot;Arial&amp;quot;&amp;gt;&amp;lt;FONT SIZE=2 STYLE=&amp;quot;font-size: 11pt&amp;quot;&amp;gt;&amp;lt;I&amp;gt;Tools&amp;lt;/I&amp;gt;&amp;lt;/FONT&amp;gt;&amp;lt;/FONT&amp;gt;&amp;lt;/H4&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=79&amp;gt;&lt;br /&gt;
			&amp;lt;H4 CLASS=&amp;quot;western&amp;quot; ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;FONT FACE=&amp;quot;Arial&amp;quot;&amp;gt;&amp;lt;FONT SIZE=2 STYLE=&amp;quot;font-size: 11pt&amp;quot;&amp;gt;&amp;lt;I&amp;gt;Case &amp;lt;/I&amp;gt;&amp;lt;/FONT&amp;gt;&amp;lt;/FONT&amp;gt;&lt;br /&gt;
			&amp;lt;/H4&amp;gt;&lt;br /&gt;
			&amp;lt;H4 CLASS=&amp;quot;western&amp;quot; ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;FONT FACE=&amp;quot;Arial&amp;quot;&amp;gt;&amp;lt;FONT SIZE=2 STYLE=&amp;quot;font-size: 11pt&amp;quot;&amp;gt;&amp;lt;I&amp;gt;study&amp;lt;/I&amp;gt;&amp;lt;/FONT&amp;gt;&amp;lt;/FONT&amp;gt;&amp;lt;/H4&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=80&amp;gt;&lt;br /&gt;
			&amp;lt;H4 CLASS=&amp;quot;western&amp;quot; ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;FONT FACE=&amp;quot;Arial&amp;quot;&amp;gt;&amp;lt;FONT SIZE=2 STYLE=&amp;quot;font-size: 11pt&amp;quot;&amp;gt;&amp;lt;I&amp;gt;Predef&amp;lt;/I&amp;gt;&amp;lt;/FONT&amp;gt;&amp;lt;/FONT&amp;gt;&amp;lt;/H4&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;H4 CLASS=&amp;quot;western&amp;quot; ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;FONT FACE=&amp;quot;Arial&amp;quot;&amp;gt;&amp;lt;FONT SIZE=2 STYLE=&amp;quot;font-size: 11pt&amp;quot;&amp;gt;&amp;lt;I&amp;gt;adaptation&amp;lt;/I&amp;gt;&amp;lt;/FONT&amp;gt;&amp;lt;/FONT&amp;gt;&amp;lt;/H4&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=83&amp;gt;&lt;br /&gt;
			&amp;lt;H4 LANG=&amp;quot;en-GB&amp;quot; CLASS=&amp;quot;western&amp;quot; ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;FONT FACE=&amp;quot;Arial&amp;quot;&amp;gt;&amp;lt;FONT SIZE=2 STYLE=&amp;quot;font-size: 11pt&amp;quot;&amp;gt;&amp;lt;I&amp;gt;On the&lt;br /&gt;
			fly&amp;lt;/I&amp;gt;&amp;lt;/FONT&amp;gt;&amp;lt;/FONT&amp;gt;&amp;lt;/H4&amp;gt;&lt;br /&gt;
			&amp;lt;P LANG=&amp;quot;en-GB&amp;quot; ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Learning&lt;br /&gt;
						&amp;lt;/P&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;P LANG=&amp;quot;en-GB&amp;quot; ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;flow&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P LANG=&amp;quot;en-GB&amp;quot; ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&amp;lt;BR&amp;gt;&lt;br /&gt;
			&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=89&amp;gt;&lt;br /&gt;
			&amp;lt;H4 LANG=&amp;quot;en-GB&amp;quot; CLASS=&amp;quot;western&amp;quot; ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;FONT FACE=&amp;quot;Arial&amp;quot;&amp;gt;&amp;lt;FONT SIZE=2 STYLE=&amp;quot;font-size: 11pt&amp;quot;&amp;gt;&amp;lt;I&amp;gt;On the&lt;br /&gt;
			fly&amp;lt;/I&amp;gt;&amp;lt;/FONT&amp;gt;&amp;lt;/FONT&amp;gt;&amp;lt;/H4&amp;gt;&lt;br /&gt;
			&amp;lt;P LANG=&amp;quot;en-GB&amp;quot; ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Operation.&lt;br /&gt;
						&amp;lt;/P&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;P LANG=&amp;quot;en-GB&amp;quot; ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Data&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=92&amp;gt;&lt;br /&gt;
			&amp;lt;H4 LANG=&amp;quot;en-GB&amp;quot; CLASS=&amp;quot;western&amp;quot; ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;FONT FACE=&amp;quot;Arial&amp;quot;&amp;gt;&amp;lt;FONT SIZE=2 STYLE=&amp;quot;font-size: 11pt&amp;quot;&amp;gt;&amp;lt;I&amp;gt;On the&lt;br /&gt;
			fly&amp;lt;/I&amp;gt;&amp;lt;/FONT&amp;gt;&amp;lt;/FONT&amp;gt;&amp;lt;/H4&amp;gt;&lt;br /&gt;
			&amp;lt;P LANG=&amp;quot;en-GB&amp;quot; ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Scenario&lt;br /&gt;
						&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P LANG=&amp;quot;en-GB&amp;quot; ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Modification&amp;lt;/P&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;P LANG=&amp;quot;en-GB&amp;quot; ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&amp;lt;BR&amp;gt;&lt;br /&gt;
			&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
	&amp;lt;/TR&amp;gt;&lt;br /&gt;
	&amp;lt;TR&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=115&amp;gt;&lt;br /&gt;
			&amp;lt;P LANG=&amp;quot;en-GB&amp;quot; STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Brasher Andrew&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P LANG=&amp;quot;en-GB&amp;quot; STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Conole Gr&amp;amp;aacute;inne&amp;lt;/P&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;P LANG=&amp;quot;en-GB&amp;quot; STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;McAndrew,&lt;br /&gt;
			Patrick &lt;br /&gt;
			&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=107&amp;gt;&lt;br /&gt;
			&amp;lt;P LANG=&amp;quot;en-GB&amp;quot; STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;The Open&lt;br /&gt;
			University,&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P LANG=&amp;quot;en-GB&amp;quot; STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt; UK&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=92&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Visual representation&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=104&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;CompendiumLD and OER&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=79&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;TD WIDTH=80&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=83&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=89&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/P&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=92&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
	&amp;lt;/TR&amp;gt;&lt;br /&gt;
	&amp;lt;TR&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=115&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Caeiro  Rodr&amp;amp;iacute;guez&lt;br /&gt;
			Manuel&amp;lt;/P&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=107&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;University of Vigo&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Spain&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=92&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;PoEML&amp;lt;/P&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=104&amp;gt;&lt;br /&gt;
			&amp;lt;P LANG=&amp;quot;en-GB&amp;quot; STYLE=&amp;quot;border: none; padding: 0cm; font-weight: medium&amp;quot;&amp;gt;&lt;br /&gt;
			A proprietary LMS with a user interface inspired by Moodle. &lt;br /&gt;
			&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=79&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;TD WIDTH=80&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=83&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=89&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/P&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=92&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
	&amp;lt;/TR&amp;gt;&lt;br /&gt;
	&amp;lt;TR&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=115&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Dalziel James&amp;lt;/P&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=107&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt; Macquarie University &amp;amp;amp;&lt;br /&gt;
			LAMS Foundation&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt; Sydney,  Australia&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;TD WIDTH=92&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Lams LD&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=104&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Lams V2.2&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=79&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=80&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=83&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=89&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=92&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
	&amp;lt;/TR&amp;gt;&lt;br /&gt;
	&amp;lt;TR&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=115&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Harrer Andreas&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=107&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Catholic University&lt;br /&gt;
			Eichst&amp;amp;auml;tt-Ingolstadt&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Eichst&amp;amp;auml;tt, Germany&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;TD WIDTH=92&amp;gt;&lt;br /&gt;
			&amp;lt;H1 STYLE=&amp;quot;border: none; padding: 0cm; font-weight: medium&amp;quot;&amp;gt;&amp;lt;FONT SIZE=3&amp;gt;MoCoLADe&amp;lt;/FONT&amp;gt;&amp;lt;/H1&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=104&amp;gt;&lt;br /&gt;
			&amp;lt;H1 STYLE=&amp;quot;border: none; padding: 0cm; font-weight: medium&amp;quot;&amp;gt;&amp;lt;FONT SIZE=3&amp;gt;&amp;lt;SPAN LANG=&amp;quot;en-GB&amp;quot;&amp;gt;MoCoLADe&amp;lt;/SPAN&amp;gt;&amp;lt;/FONT&amp;gt;&lt;br /&gt;
			&amp;lt;FONT SIZE=3&amp;gt;&amp;lt;SPAN LANG=&amp;quot;en-GB&amp;quot;&amp;gt;simulate [and potentially&lt;br /&gt;
			Coppercore engine&amp;lt;/SPAN&amp;gt;&amp;lt;/FONT&amp;gt;&amp;lt;/H1&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;TD WIDTH=79&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=80&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=83&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=89&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=92&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;[X]&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
	&amp;lt;/TR&amp;gt;&lt;br /&gt;
&lt;br /&gt;
	&amp;lt;TR&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=115&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Karakostas Anastasios &lt;br /&gt;
			&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Demetriadis  Stavros&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=107&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Aristotle University of&lt;br /&gt;
			Thessaloniki,&amp;lt;/P&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt; Thessaloniki Greece&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=92&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;UML&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=104&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;LAMS&amp;lt;/P&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=79&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=80&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=83&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=89&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=92&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
&lt;br /&gt;
	&amp;lt;/TR&amp;gt;&lt;br /&gt;
	&amp;lt;TR&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=115&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Miao Yongwu&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=107&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Open University of the&lt;br /&gt;
			Netherlands&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Heerlen, The Netherlands&amp;lt;/P&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=92&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;IMS-LD&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=104&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;TENCompetence Project&lt;br /&gt;
			Infrastructure&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=79&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=80&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=83&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=89&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=92&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&amp;lt;BR&amp;gt;&lt;br /&gt;
			&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
&lt;br /&gt;
	&amp;lt;/TR&amp;gt;&lt;br /&gt;
	&amp;lt;TR&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=115 HEIGHT=132&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Ouari Salim&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Ferraris Christine&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Lejeune Anne&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;TD WIDTH=107&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Universit&amp;amp;eacute; de Savoie&lt;br /&gt;
			&amp;amp;amp; LIG&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Chamb&amp;amp;eacute;ry &amp;amp;amp;  &lt;br /&gt;
			Grenoble,  France&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;TD WIDTH=92&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;LDL&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=104&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;LDI&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=79&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=80&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=83&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=89&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=92&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
	&amp;lt;/TR&amp;gt;&lt;br /&gt;
	&amp;lt;TR&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=115 HEIGHT=187&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Perez-Sanagust&amp;amp;iacute;n Mar,&lt;br /&gt;
						&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Hernandez-Leo Davinia, &lt;br /&gt;
			&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Griffiths David&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=107&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;University Pompeu Fabra,&lt;br /&gt;
			T&amp;amp;agrave;nger &amp;amp;amp; University of Bolton&amp;lt;/P&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Barcelona, Spain &amp;amp;amp;&lt;br /&gt;
			Bolton,  United Kingdom&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=92&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;IMS-LD&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=104&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;P LANG=&amp;quot;en-GB&amp;quot; STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Sled Runtime&lt;br /&gt;
			player and Widget Server&lt;br /&gt;
			(http://www.tencompetence.org/ldruntime/).&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=79&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=80&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=83&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=89&amp;gt;&lt;br /&gt;
			&amp;lt;P LANG=&amp;quot;en-GB&amp;quot; ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P LANG=&amp;quot;en-GB&amp;quot; ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;(not&lt;br /&gt;
			mentioned explicitly in the form but explained in the &amp;amp;laquo;&amp;amp;nbsp;how&amp;amp;nbsp;&amp;amp;raquo;&lt;br /&gt;
&lt;br /&gt;
			part) &lt;br /&gt;
			&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=92&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
	&amp;lt;/TR&amp;gt;&lt;br /&gt;
	&amp;lt;TR&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=115&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Santos Olga C. &lt;br /&gt;
			&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;margin-bottom: 0cm; border: none; padding: 0cm&amp;quot;&amp;gt;Bay&amp;amp;oacute;n&lt;br /&gt;
			Alberto&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;margin-bottom: 0cm; border: none; padding: 0cm&amp;quot;&amp;gt;&amp;lt;BR&amp;gt;&lt;br /&gt;
			&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;margin-bottom: 0cm; border: none; padding: 0cm&amp;quot;&amp;gt;Boticario&lt;br /&gt;
			Jesus G.         &lt;br /&gt;
			&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;margin-bottom: 0cm; border: none; padding: 0cm&amp;quot;&amp;gt;&amp;lt;BR&amp;gt;&lt;br /&gt;
			&amp;lt;/P&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;margin-bottom: 0cm; border: none; padding: 0cm&amp;quot;&amp;gt;Couchet &lt;br /&gt;
			Jorge&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;margin-bottom: 0cm; border: none; padding: 0cm&amp;quot;&amp;gt;&amp;lt;BR&amp;gt;&lt;br /&gt;
			&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;margin-bottom: 0cm; border: none; padding: 0cm&amp;quot;&amp;gt;Raffenne&lt;br /&gt;
			Emmanuelle&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;margin-bottom: 0cm; border: none; padding: 0cm&amp;quot;&amp;gt;&amp;lt;BR&amp;gt;&lt;br /&gt;
			&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Granado Jorge&amp;lt;/P&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=107&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;aDeNu Research Group, UNED.&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Madrid, Spain&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=92&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;IMS-LD&amp;lt;/P&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=104&amp;gt;&lt;br /&gt;
			&amp;lt;P LANG=&amp;quot;en-GB&amp;quot; STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;The IMS-LD&lt;br /&gt;
			player of dotLRN + other developments.&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=79&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=80&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=83&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=89&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;TD WIDTH=92&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
	&amp;lt;/TR&amp;gt;&lt;br /&gt;
	&amp;lt;TR&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=115&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Zarraonandia Telmo&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;TD WIDTH=107&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Universidad Carlos III de&lt;br /&gt;
			Madrid&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;margin-left: 0cm; margin-right: -0.16cm; border: none; padding: 0cm&amp;quot;&amp;gt;&lt;br /&gt;
			Legan&amp;amp;eacute;s (Madrid) Espa&amp;amp;ntilde;a&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=92&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;IMS-LD&amp;lt;/P&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=104&amp;gt;&lt;br /&gt;
			&amp;lt;P LANG=&amp;quot;en-GB&amp;quot; STYLE=&amp;quot;border: none; padding: 0cm; font-weight: medium&amp;quot;&amp;gt;&lt;br /&gt;
			extension of the Coppercore&amp;amp;nbsp; IMS Learning Player &lt;br /&gt;
			&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=79&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=80&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=83&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=89&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=92&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
	&amp;lt;/TR&amp;gt;&lt;br /&gt;
&amp;lt;/TABLE&amp;gt;&lt;br /&gt;
&amp;lt;P CLASS=&amp;quot;msonormal&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/P&amp;gt;&lt;/div&gt;</summary>
		<author><name>Cferr</name></author>
	</entry>
	<entry>
		<id>http://os-vps418.infomaniak.ch:1250/mediawiki/index.php?title=Selected_Competitors_to_CSCL_Workshop_on_Adaptation&amp;diff=4157</id>
		<title>Selected Competitors to CSCL Workshop on Adaptation</title>
		<link rel="alternate" type="text/html" href="http://os-vps418.infomaniak.ch:1250/mediawiki/index.php?title=Selected_Competitors_to_CSCL_Workshop_on_Adaptation&amp;diff=4157"/>
		<updated>2009-05-08T10:34:22Z</updated>

		<summary type="html">&lt;p&gt;Cferr : &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;BODY LANG=&amp;quot;es-ES&amp;quot; TEXT=&amp;quot;#000000&amp;quot; DIR=&amp;quot;LTR&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;H2 CLASS=&amp;quot;western&amp;quot; STYLE=&amp;quot;margin-left: 1cm; margin-right: 1cm; margin-top: 0cm; margin-bottom: 0.18cm&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;FONT FACE=&amp;quot;Arial&amp;quot;&amp;gt;&amp;lt;FONT SIZE=4&amp;gt;&amp;lt;I&amp;gt;Table of selected competitors&amp;lt;/I&amp;gt;&amp;lt;/FONT&amp;gt;&amp;lt;/FONT&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&amp;lt;/H2&amp;gt;&lt;br /&gt;
&amp;lt;TABLE WIDTH=909 BORDER=1 CELLPADDING=2 CELLSPACING=3&amp;gt;&lt;br /&gt;
	&amp;lt;COL WIDTH=115&amp;gt;&lt;br /&gt;
	&amp;lt;COL WIDTH=107&amp;gt;&lt;br /&gt;
	&amp;lt;COL WIDTH=92&amp;gt;&lt;br /&gt;
&lt;br /&gt;
	&amp;lt;COL WIDTH=104&amp;gt;&lt;br /&gt;
	&amp;lt;COL WIDTH=79&amp;gt;&lt;br /&gt;
	&amp;lt;COL WIDTH=80&amp;gt;&lt;br /&gt;
	&amp;lt;COL WIDTH=83&amp;gt;&lt;br /&gt;
	&amp;lt;COL WIDTH=89&amp;gt;&lt;br /&gt;
	&amp;lt;COL WIDTH=92&amp;gt;&lt;br /&gt;
	&amp;lt;TR&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=115&amp;gt;&lt;br /&gt;
			&amp;lt;H4 CLASS=&amp;quot;western&amp;quot; ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;FONT FACE=&amp;quot;Arial&amp;quot;&amp;gt;&amp;lt;FONT SIZE=2 STYLE=&amp;quot;font-size: 11pt&amp;quot;&amp;gt;&amp;lt;I&amp;gt;Who&amp;lt;/I&amp;gt;&amp;lt;/FONT&amp;gt;&amp;lt;/FONT&amp;gt;&amp;lt;/H4&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=107&amp;gt;&lt;br /&gt;
			&amp;lt;H4 CLASS=&amp;quot;western&amp;quot; ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;FONT FACE=&amp;quot;Arial&amp;quot;&amp;gt;&amp;lt;FONT SIZE=2 STYLE=&amp;quot;font-size: 11pt&amp;quot;&amp;gt;&amp;lt;I&amp;gt;Institution&amp;lt;/I&amp;gt;&amp;lt;/FONT&amp;gt;&amp;lt;/FONT&amp;gt;&amp;lt;/H4&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=92&amp;gt;&lt;br /&gt;
			&amp;lt;H4 CLASS=&amp;quot;western&amp;quot; ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;FONT FACE=&amp;quot;Arial&amp;quot;&amp;gt;&amp;lt;FONT SIZE=2 STYLE=&amp;quot;font-size: 11pt&amp;quot;&amp;gt;&amp;lt;I&amp;gt;Language&amp;lt;/I&amp;gt;&amp;lt;/FONT&amp;gt;&amp;lt;/FONT&amp;gt;&amp;lt;/H4&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=104&amp;gt;&lt;br /&gt;
			&amp;lt;H4 CLASS=&amp;quot;western&amp;quot; ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;FONT FACE=&amp;quot;Arial&amp;quot;&amp;gt;&amp;lt;FONT SIZE=2 STYLE=&amp;quot;font-size: 11pt&amp;quot;&amp;gt;&amp;lt;I&amp;gt;Tools&amp;lt;/I&amp;gt;&amp;lt;/FONT&amp;gt;&amp;lt;/FONT&amp;gt;&amp;lt;/H4&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=79&amp;gt;&lt;br /&gt;
			&amp;lt;H4 CLASS=&amp;quot;western&amp;quot; ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;FONT FACE=&amp;quot;Arial&amp;quot;&amp;gt;&amp;lt;FONT SIZE=2 STYLE=&amp;quot;font-size: 11pt&amp;quot;&amp;gt;&amp;lt;I&amp;gt;Case &amp;lt;/I&amp;gt;&amp;lt;/FONT&amp;gt;&amp;lt;/FONT&amp;gt;&lt;br /&gt;
			&amp;lt;/H4&amp;gt;&lt;br /&gt;
			&amp;lt;H4 CLASS=&amp;quot;western&amp;quot; ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;FONT FACE=&amp;quot;Arial&amp;quot;&amp;gt;&amp;lt;FONT SIZE=2 STYLE=&amp;quot;font-size: 11pt&amp;quot;&amp;gt;&amp;lt;I&amp;gt;study&amp;lt;/I&amp;gt;&amp;lt;/FONT&amp;gt;&amp;lt;/FONT&amp;gt;&amp;lt;/H4&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=80&amp;gt;&lt;br /&gt;
			&amp;lt;H4 CLASS=&amp;quot;western&amp;quot; ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;FONT FACE=&amp;quot;Arial&amp;quot;&amp;gt;&amp;lt;FONT SIZE=2 STYLE=&amp;quot;font-size: 11pt&amp;quot;&amp;gt;&amp;lt;I&amp;gt;Predef&amp;lt;/I&amp;gt;&amp;lt;/FONT&amp;gt;&amp;lt;/FONT&amp;gt;&amp;lt;/H4&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;H4 CLASS=&amp;quot;western&amp;quot; ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;FONT FACE=&amp;quot;Arial&amp;quot;&amp;gt;&amp;lt;FONT SIZE=2 STYLE=&amp;quot;font-size: 11pt&amp;quot;&amp;gt;&amp;lt;I&amp;gt;adaptation&amp;lt;/I&amp;gt;&amp;lt;/FONT&amp;gt;&amp;lt;/FONT&amp;gt;&amp;lt;/H4&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=83&amp;gt;&lt;br /&gt;
			&amp;lt;H4 LANG=&amp;quot;en-GB&amp;quot; CLASS=&amp;quot;western&amp;quot; ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;FONT FACE=&amp;quot;Arial&amp;quot;&amp;gt;&amp;lt;FONT SIZE=2 STYLE=&amp;quot;font-size: 11pt&amp;quot;&amp;gt;&amp;lt;I&amp;gt;On the&lt;br /&gt;
			fly&amp;lt;/I&amp;gt;&amp;lt;/FONT&amp;gt;&amp;lt;/FONT&amp;gt;&amp;lt;/H4&amp;gt;&lt;br /&gt;
			&amp;lt;P LANG=&amp;quot;en-GB&amp;quot; ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Learning&lt;br /&gt;
						&amp;lt;/P&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;P LANG=&amp;quot;en-GB&amp;quot; ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;flow&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P LANG=&amp;quot;en-GB&amp;quot; ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&amp;lt;BR&amp;gt;&lt;br /&gt;
			&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=89&amp;gt;&lt;br /&gt;
			&amp;lt;H4 LANG=&amp;quot;en-GB&amp;quot; CLASS=&amp;quot;western&amp;quot; ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;FONT FACE=&amp;quot;Arial&amp;quot;&amp;gt;&amp;lt;FONT SIZE=2 STYLE=&amp;quot;font-size: 11pt&amp;quot;&amp;gt;&amp;lt;I&amp;gt;On the&lt;br /&gt;
			fly&amp;lt;/I&amp;gt;&amp;lt;/FONT&amp;gt;&amp;lt;/FONT&amp;gt;&amp;lt;/H4&amp;gt;&lt;br /&gt;
			&amp;lt;P LANG=&amp;quot;en-GB&amp;quot; ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Operation.&lt;br /&gt;
						&amp;lt;/P&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;P LANG=&amp;quot;en-GB&amp;quot; ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Data&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=92&amp;gt;&lt;br /&gt;
			&amp;lt;H4 LANG=&amp;quot;en-GB&amp;quot; CLASS=&amp;quot;western&amp;quot; ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;FONT FACE=&amp;quot;Arial&amp;quot;&amp;gt;&amp;lt;FONT SIZE=2 STYLE=&amp;quot;font-size: 11pt&amp;quot;&amp;gt;&amp;lt;I&amp;gt;On the&lt;br /&gt;
			fly&amp;lt;/I&amp;gt;&amp;lt;/FONT&amp;gt;&amp;lt;/FONT&amp;gt;&amp;lt;/H4&amp;gt;&lt;br /&gt;
			&amp;lt;P LANG=&amp;quot;en-GB&amp;quot; ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Scenario&lt;br /&gt;
						&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P LANG=&amp;quot;en-GB&amp;quot; ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Modification&amp;lt;/P&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;P LANG=&amp;quot;en-GB&amp;quot; ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&amp;lt;BR&amp;gt;&lt;br /&gt;
			&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
	&amp;lt;/TR&amp;gt;&lt;br /&gt;
	&amp;lt;TR&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=115&amp;gt;&lt;br /&gt;
			&amp;lt;P LANG=&amp;quot;en-GB&amp;quot; STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Brasher Andrew&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P LANG=&amp;quot;en-GB&amp;quot; STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Conole Gr&amp;amp;aacute;inne&amp;lt;/P&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;P LANG=&amp;quot;en-GB&amp;quot; STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;McAndrew,&lt;br /&gt;
			Patrick &lt;br /&gt;
			&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=107&amp;gt;&lt;br /&gt;
			&amp;lt;P LANG=&amp;quot;en-GB&amp;quot; STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;The Open&lt;br /&gt;
			University,&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P LANG=&amp;quot;en-GB&amp;quot; STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt; UK&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=92&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Visual representation&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=104&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;CompendiumLD and OER&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=79&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;TD WIDTH=80&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=83&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=89&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/P&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=92&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
	&amp;lt;/TR&amp;gt;&lt;br /&gt;
	&amp;lt;TR&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=115&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Caeiro  Rodr&amp;amp;iacute;guez&lt;br /&gt;
			Manuel&amp;lt;/P&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=107&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;University of Vigo&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Spain&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=92&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;PoEML&amp;lt;/P&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=104&amp;gt;&lt;br /&gt;
			&amp;lt;P LANG=&amp;quot;en-GB&amp;quot; STYLE=&amp;quot;border: none; padding: 0cm; font-weight: medium&amp;quot;&amp;gt;&lt;br /&gt;
			A proprietary LMS with a user interface inspired by Moodle. &lt;br /&gt;
			&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=79&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;TD WIDTH=80&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=83&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=89&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/P&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=92&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
	&amp;lt;/TR&amp;gt;&lt;br /&gt;
	&amp;lt;TR&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=115&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Dalziel James&amp;lt;/P&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=107&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt; Macquarie University &amp;amp;amp;&lt;br /&gt;
			LAMS Foundation&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt; Sydney,  Australia&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;TD WIDTH=92&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Lams LD&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=104&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Lams V2.2&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=79&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=80&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=83&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=89&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=92&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
	&amp;lt;/TR&amp;gt;&lt;br /&gt;
	&amp;lt;TR&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=115&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Harrer Andreas&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=107&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Catholic University&lt;br /&gt;
			Eichst&amp;amp;auml;tt-Ingolstadt&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Eichst&amp;amp;auml;tt, Germany&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;TD WIDTH=92&amp;gt;&lt;br /&gt;
			&amp;lt;H1 STYLE=&amp;quot;border: none; padding: 0cm; font-weight: medium&amp;quot;&amp;gt;&amp;lt;FONT SIZE=3&amp;gt;MoCoLADe&amp;lt;/FONT&amp;gt;&amp;lt;/H1&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=104&amp;gt;&lt;br /&gt;
			&amp;lt;H1 STYLE=&amp;quot;border: none; padding: 0cm; font-weight: medium&amp;quot;&amp;gt;&amp;lt;FONT SIZE=3&amp;gt;&amp;lt;SPAN LANG=&amp;quot;en-GB&amp;quot;&amp;gt;MoCoLADe&amp;lt;/SPAN&amp;gt;&amp;lt;/FONT&amp;gt;&lt;br /&gt;
			&amp;lt;FONT SIZE=3&amp;gt;&amp;lt;SPAN LANG=&amp;quot;en-GB&amp;quot;&amp;gt;simulate [and potentially&lt;br /&gt;
			Coppercore engine&amp;lt;/SPAN&amp;gt;&amp;lt;/FONT&amp;gt;&amp;lt;/H1&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;TD WIDTH=79&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=80&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=83&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=89&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=92&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;[X]&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
	&amp;lt;/TR&amp;gt;&lt;br /&gt;
&lt;br /&gt;
	&amp;lt;TR&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=115&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Karakostas Anastasios &lt;br /&gt;
			&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Demetriadis  Stavros&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=107&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Aristotle University of&lt;br /&gt;
			Thessaloniki,&amp;lt;/P&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt; Thessaloniki Greece&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=92&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;UML&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=104&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;LAMS&amp;lt;/P&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=79&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=80&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=83&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=89&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=92&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
&lt;br /&gt;
	&amp;lt;/TR&amp;gt;&lt;br /&gt;
	&amp;lt;TR&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=115&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Miao Yongwu&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=107&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Open University of the&lt;br /&gt;
			Netherlands&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Heerlen, The Netherlands&amp;lt;/P&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=92&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;IMS-LD&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=104&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;TENCompetence Project&lt;br /&gt;
			Infrastructure&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=79&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=80&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=83&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=89&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=92&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&amp;lt;BR&amp;gt;&lt;br /&gt;
			&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
&lt;br /&gt;
	&amp;lt;/TR&amp;gt;&lt;br /&gt;
	&amp;lt;TR&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=115 HEIGHT=132&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Ouari Salim&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Ferraris Christine&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Lejeune Anne&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;TD WIDTH=107&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Universit&amp;amp;eacute; de Savoie&lt;br /&gt;
			&amp;amp;amp; LIG&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Chamb&amp;amp;eacute;ry &amp;amp;amp;  &lt;br /&gt;
			Grenoble,  France&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;TD WIDTH=92&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;LDL&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=104&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;LDI&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=79&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=80&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=83&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=89&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=92&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
	&amp;lt;/TR&amp;gt;&lt;br /&gt;
	&amp;lt;TR&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=115 HEIGHT=187&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Perez-Sanagust&amp;amp;iacute;n Mar,&lt;br /&gt;
						&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Hernandez-Leo Davinia, &lt;br /&gt;
			&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Griffiths David&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=107&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;University Pompeu Fabra,&lt;br /&gt;
			T&amp;amp;agrave;nger &amp;amp;amp; University of Bolton&amp;lt;/P&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Barcelona, Spain &amp;amp;amp;&lt;br /&gt;
			Bolton,  United Kingdom&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=92&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;IMS-LD&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=104&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;P LANG=&amp;quot;en-GB&amp;quot; STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Sled Runtime&lt;br /&gt;
			player and Widget Server&lt;br /&gt;
			(http://www.tencompetence.org/ldruntime/).&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=79&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=80&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=83&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=89&amp;gt;&lt;br /&gt;
			&amp;lt;P LANG=&amp;quot;en-GB&amp;quot; ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P LANG=&amp;quot;en-GB&amp;quot; ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;(not&lt;br /&gt;
			mentioned explicitly in the form but explained in the &amp;amp;laquo;&amp;amp;nbsp;how&amp;amp;nbsp;&amp;amp;raquo;&lt;br /&gt;
&lt;br /&gt;
			part) &lt;br /&gt;
			&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=92&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
	&amp;lt;/TR&amp;gt;&lt;br /&gt;
	&amp;lt;TR&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=115&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Santos Olga C. &lt;br /&gt;
			&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;margin-bottom: 0cm; border: none; padding: 0cm&amp;quot;&amp;gt;Bay&amp;amp;oacute;n&lt;br /&gt;
			Alberto&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;margin-bottom: 0cm; border: none; padding: 0cm&amp;quot;&amp;gt;&amp;lt;BR&amp;gt;&lt;br /&gt;
			&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;margin-bottom: 0cm; border: none; padding: 0cm&amp;quot;&amp;gt;Boticario&lt;br /&gt;
			Jesus G.         &lt;br /&gt;
			&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;margin-bottom: 0cm; border: none; padding: 0cm&amp;quot;&amp;gt;&amp;lt;BR&amp;gt;&lt;br /&gt;
			&amp;lt;/P&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;margin-bottom: 0cm; border: none; padding: 0cm&amp;quot;&amp;gt;Couchet &lt;br /&gt;
			Jorge&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;margin-bottom: 0cm; border: none; padding: 0cm&amp;quot;&amp;gt;&amp;lt;BR&amp;gt;&lt;br /&gt;
			&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;margin-bottom: 0cm; border: none; padding: 0cm&amp;quot;&amp;gt;Raffenne&lt;br /&gt;
			Emmanuelle&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;margin-bottom: 0cm; border: none; padding: 0cm&amp;quot;&amp;gt;&amp;lt;BR&amp;gt;&lt;br /&gt;
			&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Granado Jorge&amp;lt;/P&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=107&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;aDeNu Research Group, UNED.&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Madrid, Spain&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=92&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;IMS-LD&amp;lt;/P&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=104&amp;gt;&lt;br /&gt;
			&amp;lt;P LANG=&amp;quot;en-GB&amp;quot; STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;The IMS-LD&lt;br /&gt;
			player of dotLRN + other developments.&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=79&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=80&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=83&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=89&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;TD WIDTH=92&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
	&amp;lt;/TR&amp;gt;&lt;br /&gt;
	&amp;lt;TR&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=115&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Zarraonandia Telmo&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;TD WIDTH=107&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;Universidad Carlos III de&lt;br /&gt;
			Madrid&amp;lt;/P&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;margin-left: 0cm; margin-right: -0.16cm; border: none; padding: 0cm&amp;quot;&amp;gt;&lt;br /&gt;
			Legan&amp;amp;eacute;s (Madrid) Espa&amp;amp;ntilde;a&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=92&amp;gt;&lt;br /&gt;
			&amp;lt;P STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;IMS-LD&amp;lt;/P&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=104&amp;gt;&lt;br /&gt;
			&amp;lt;P LANG=&amp;quot;en-GB&amp;quot; STYLE=&amp;quot;border: none; padding: 0cm; font-weight: medium&amp;quot;&amp;gt;&lt;br /&gt;
			extension of the Coppercore&amp;amp;nbsp; IMS Learning Player &lt;br /&gt;
			&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=79&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=80&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=83&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=89&amp;gt;&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;TD WIDTH=92&amp;gt;&lt;br /&gt;
			&amp;lt;P ALIGN=CENTER STYLE=&amp;quot;border: none; padding: 0cm&amp;quot;&amp;gt;X&amp;lt;/P&amp;gt;&lt;br /&gt;
		&amp;lt;/TD&amp;gt;&lt;br /&gt;
	&amp;lt;/TR&amp;gt;&lt;br /&gt;
&amp;lt;/TABLE&amp;gt;&lt;br /&gt;
&amp;lt;P CLASS=&amp;quot;msonormal&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/P&amp;gt;&lt;br /&gt;
&amp;lt;/BODY&amp;gt;&lt;br /&gt;
&amp;lt;/HTML&amp;gt;&lt;/div&gt;</summary>
		<author><name>Cferr</name></author>
	</entry>
	<entry>
		<id>http://os-vps418.infomaniak.ch:1250/mediawiki/index.php?title=CSCL_Workshop_Challenge_on_Adaptation&amp;diff=4156</id>
		<title>CSCL Workshop Challenge on Adaptation</title>
		<link rel="alternate" type="text/html" href="http://os-vps418.infomaniak.ch:1250/mediawiki/index.php?title=CSCL_Workshop_Challenge_on_Adaptation&amp;diff=4156"/>
		<updated>2009-05-08T10:29:18Z</updated>

		<summary type="html">&lt;p&gt;Cferr : &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;big&amp;gt;Competitive Challenge on Adapting Activities Modeled by CSCL Scripts&amp;lt;/big&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;[http://www.isls.org/CSCL2009/Pre-Conference7.htm Workshop] at [http://www.isls.org/CSCL2009/welcome.htm CSCL&#039;2009] - Monday, June 8th, 2009.&amp;lt;/big&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Call for &amp;quot;modeling solutions&amp;quot; closed.&#039;&#039;&#039;&lt;br /&gt;
* The  [http://www.lama.univ-savoie.fr/wiki/index.php/Selected_Competitors_to_CSCL_Workshop_on_Adaptation competitors] have been selected.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;h2&amp;gt;Program and Organizing committee&amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;[mailto:Christine.Ferraris@univ-savoie.fr Christine Ferraris], [mailto:Laurence.Vignollet@univ-savoie.fr Laurence Vignollet], [mailto:Christian.martel@univ-savoie.fr Christian Martel], Scenarios Team, Syscom, Université de Savoie, France&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[mailto:andreas.harrer@ku-eichstaett.de Andreas Harrer], Catholic University Eichstätt-Ingolstadt, Germany&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[mailto:yannis@yllera.tel.uva.es Yannis  Dimitriadis], GSIC, University of Valladolid, Spain,&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;Contact: [mailto:Christine.Ferraris@univ-savoie.fr Christine Ferraris]&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Theme and Goals of the workshop&amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Both the Learning Design community and  the CSCL scripting community are working on the problem of modeling learning  activities. The idea is to build a formal description of such activities  (called a script, or a scenario, or a sequence, or a learning design) that a  computer will be able to read and interpret in order to automatically generate  the CSCL environment that will support the execution of the corresponding  activity. Researchers of these communities have thus proposed and developed  models, languages, methodologies and tools to support this approach.&lt;br /&gt;
&lt;br /&gt;
A script is written in a given language  (for example IMS-LD, LDL, the collaborative scripting language, etc.) and  transformed in an activity running on an existing virtual learning environment.  Thus the activity is strictly running according to what is described in the  script: it cannot deviate as it is scaffolded by a computer process. The  problem then is the following: how can it be adapted to events that may occur  in the activity. Indeed, learning activities are continuously evolving whilst  they are running. Teachers always have to adapt the situation to the learners’  reactions and to external events. Some may have been planned and the teacher  knows how to react; some may be unpredictable and the teacher has to imagine a  way to adapt.&lt;br /&gt;
&lt;br /&gt;
The theme of this workshop is the  adaptation of activities modeled by CSCL scripts according to what is happening  in the activity. The issues to deal with include the following:&lt;br /&gt;
      &amp;lt;ul&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;Can adaptation be taken into  account in the scripting approach?&amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;What are the models and  languages required to do that adaptation? &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;Do the currently existing  models, languages and supporting tools handle this problem? &amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;li&amp;gt;Which concepts do these  currently existing models, languages and supporting tools propose for that? &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;How can adaptation be handled? &amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;p&amp;gt;These issues may be considered in both  the case of foreseen events (adaptation is specified within the script) and the case of unforeseen events (there is nothing in the script to define how to  react). &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;adaptation&#039;&#039;&#039; problem raises another problem: the &#039;&#039;&#039;&#039;observation&#039;&#039;&#039;&#039; one. The workshop will also deal with this problem issue: how can an activity  be observed while it is going on? Are concepts dedicated to observation needed  in the script models? What currently exists to support observation within scripting approaches? Which models? Which tools?&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Format of the workshop: a challenge with one benchmark scenario&amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;p&amp;gt;The workshop is defined as a kind of  competition gathering teams that will have to work on the design of a [[CSCL_Workshop_Challenge_on_Adaptation#The_proposed_case_study|common case study]] (a given learning activity which will serve as a benchmark) dealing  with the issues mentioned above. Two kinds of participants are expected: &amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;ul&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;&#039;&#039;&#039;&#039;&#039;“competitors”&#039;&#039;&#039;&#039;&#039;, who will be  engaged in the challenge,&amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;&#039;&#039;&#039;&#039;&#039;“attendees”&#039;&#039;&#039;&#039;&#039;, who will be able  to look at the concrete competitors’ solutions, to get hands-on experience with  these solutions and to discuss further requirements with the competitors.&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;/ul&amp;gt;&lt;br /&gt;
      &amp;lt;p&amp;gt;It is open to any academic or industrial  e-learning researcher, e-learning designer or e-learning practitioner in CSCL.  It will allow confronting the various solutions and models, approaches and  tools through modeling experiences of collaborative learning activities,  considering the adaptation and observation problems, starting from a real  situation to be modeled and ending at the corresponding implemented activity. &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Planned activities&amp;lt;/h2&amp;gt;&lt;br /&gt;
      &lt;br /&gt;
&amp;lt;h3&amp;gt;Pre-workshop – call for &amp;quot;modeling solutions&amp;quot;&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
A [[CSCL_Workshop_Challenge_on_Adaptation#The_proposed_case_study| &amp;quot;challenge”]],  i.e. a scenario that should be modeled by the different competitors, has been issued. Potential contributors  (future competitors) are expected to submit an initial text describing briefly their solution approach and the issues tackled in the solution for a short reviewing  process to select competitors. &lt;br /&gt;
&lt;br /&gt;
The selected competitors are expected to prepare a solution to the challenge for the workshop event.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;During the workshop (one full day)&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;ul&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;Presentation of the  competitors’ solution and discussion during the morning session;&amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;Open space in the afternoon for  the participants to test the solutions and play with them. This will be  followed by a concluding session, summarizing and comparing the approaches, and  identifying further ToDos for the field.&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;/ul&amp;gt;&lt;br /&gt;
      &lt;br /&gt;
&amp;lt;h3&amp;gt;Post-workshop&amp;lt;/h3&amp;gt;&lt;br /&gt;
      &amp;lt;p&amp;gt;The competitors&#039; solutions will be  collected into a technical report on “adaptation for CSCL scripts” and  published at least in the web. We are currently considering a publication for a  special issue of a journal.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Submission procedure and deadlines ==&lt;br /&gt;
&lt;br /&gt;
Potential contributors (future competitors) are expected to submit a text describing briefly their solution approach (planned modeling technique to be used, intended CSCL tools, adaptation approach) and the issues tackled in the solution. A [http://ldl.pentila.com/ateliers/cscl-2009-workshop/cscl-2009-competitive-challenge-workshop-submission-form_final.doc/download template] is provided to help the contributors provide the expected information.&lt;br /&gt;
&lt;br /&gt;
As we want competitors to have time in preparing the solution and not to be overbooked with writing tasks, &#039;&#039;&#039;the required description is voluntarily short&#039;&#039;&#039;. The final decision to be engaged as a competitor in the workshop will be taken on the basis of the description submitted. &lt;br /&gt;
&lt;br /&gt;
If you want to apply as a competitor, please fill the form in and send it to [mailto:Christine.Ferraris@univ-savoie.fr Christine Ferraris] no later than &#039;&#039;&#039;April 6th&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Notification for acceptance as a competitor will be sent by &#039;&#039;&#039;April the 10th&#039;&#039;&#039; (deadline for early registration for CSCL is April the 20th).&lt;br /&gt;
&lt;br /&gt;
== The proposed case study ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Preamble ===&lt;br /&gt;
&lt;br /&gt;
A case study to be modeled as well as potential issues related to the adaptation and observation problems are proposed to potential contributors (future competitors). The issues are described below and illustrated in relation to the case study. Of course, contributors are not expected to consider all the issues and to provide solutions for all of them. Contributors are neither obliged to consider the listed issues as a restrictive list. &lt;br /&gt;
&lt;br /&gt;
The same holds for the case study. It is proposed as an example which facilitates the description of the adaptation issues (as they can be easily situated within this example) and it may serve as a means to facilitate the comparison of the contributors’ proposals. Contributors are free to adapt it and even to use whatever case study they want (please indicate this in your submission). &lt;br /&gt;
&lt;br /&gt;
=== Rough description of the case study ===&lt;br /&gt;
&lt;br /&gt;
The activity to model is made of two parts: an individual work part (quiz part) followed by a collaborative one (discussion part). In the first one, learners are working individually on answering to some questions related to a theme they have collectively chosen at the begin of the activity (among a list of predefined ones, for example in the ecology domain, “waste sorting”, “water”, “biodiversity”, “renewable energies”). Their progression from one question to the other depends on the correctness of the answer provided. When they have all answered the last question, they are allowed to begin to discuss together and with the teacher about the theme and the answers they have provided.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== The adaptation issues to deal with ==&lt;br /&gt;
&lt;br /&gt;
The context in which we consider the adaptation problem is the following: an activity corresponding to the scenario given above is running. This means at least that:&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
  &amp;lt;li&amp;gt;the operationalization/instanciation data have been settled:&lt;br /&gt;
  &amp;lt;ul&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;a group of participants has been registered to be involved in that activity. They are identified and known. Roles have been attributed to them so that they can play the scenario through these roles;&lt;br /&gt;
    &amp;lt;li&amp;gt;the resources and services required have been selected and are available;&lt;br /&gt;
  &amp;lt;/ul&amp;gt;&lt;br /&gt;
  &amp;lt;li&amp;gt;the activity has begun;&lt;br /&gt;
  &amp;lt;li&amp;gt;there is someone (a teacher for example) who has the means of observing the activity and being aware of what is going on.&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Adaptation issues to be considered by contributors may include but are not restricted to the [[CSCL_Workshop_Challenge_on_Adaptation#Predefined_adaptation|predefined]] and [[CSCL_Workshop_Challenge_on_Adaptation#Adaptation_.E2.80.9Con_the_fly.E2.80.9D|&amp;quot;on the fly&amp;quot;]]  adaptation. This is detailed in what follows.&lt;br /&gt;
&lt;br /&gt;
=== Predefined adaptation ===&lt;br /&gt;
&lt;br /&gt;
This is the case for foreseen events (adaptation is specified within the script)&lt;br /&gt;
&lt;br /&gt;
==== Adaptation of the learning flow ====&lt;br /&gt;
&lt;br /&gt;
The learning flow may not be the same for all the actors involved in the activity, even if they have the same role. It may also depend on what happens while the activity is going on. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example in the case study:&#039;&#039;&#039; In the case study, there are at least two examples of predefined adaptation of the learning flow. The first one concerns the choice of the theme by the group of students at the beginning of the activity. The questions presented to them will depend on that theme. That means that, when preparing the activity, the scenario designer will have to define several sets of questions and to define to which theme each of these sets is related. Once the theme is chosen by the students, the associated set of questions will automatically be selected.&lt;br /&gt;
&lt;br /&gt;
The answer-dependent progression from one question to another is the second example. It also has to be considered in advance and predefined by the scenario designer.&lt;br /&gt;
&lt;br /&gt;
=== Adaptation “on the fly” ===&lt;br /&gt;
&lt;br /&gt;
This is the case for unforeseen events (there is nothing in the script to define how to react). We have considered 3 situations in which adaptation « on the fly » may occur. &lt;br /&gt;
&lt;br /&gt;
==== (1) Adaptation of the learning flow without modifying the scenario ====&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example in the case study:&#039;&#039;&#039; The students have chosen the theme to work on. They are currently involved in the quiz part of the scenario. Imagine that one of the students involved in the activity is late. He is still pondering on the first question whereas the other students are on the last one. The teacher then decides to let him forget about this first question and the intermediary ones and directly deal with the last one. The concerned student will thus “jump” from question 1 directly to last question.&lt;br /&gt;
&lt;br /&gt;
==== (2) Modification of the operationalisation/instanciation data ====&lt;br /&gt;
&lt;br /&gt;
This data is the one that is settled during the operationalization/instanciation phase, i.e. the data refers at least to the persons participating in the activity and the required resources (learning objects and services). They can be considered as the contextualization parameters. They are necessary to transform a scenario into an actual running activity. Modifying this data is at least a matter of:&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
  &amp;lt;li&amp;gt;modifying the participants currently involved in an ongoing activity (suppressing one of them - for example because s/he moved house and s/he now goes to a new school -, adding a new participant, or changing the distribution of roles, ...)&lt;br /&gt;
  &amp;lt;li&amp;gt;modifying the resources put at the participants&#039; disposal&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example in the case study:&#039;&#039;&#039; The activity has begun. The students have chosen a theme and are currently answering to the questions. Imagine that a new student, Gerry, wants to join this group. What about adding him to this ongoing activity whereas he was not supposed at all to participate? Two cases could be distinguished: the one where the students are currently answering to the questions (they are in the quiz part of the scenario) and the one where they have finished the quiz part and are currently involved in the discussion part.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Note that this situation is different from the previous one[[CSCL_Workshop_Challenge_on_Adaptation#.281.29_Adaptation_of_the_learning_flow_without_modifying_the_scenario | (Situation (1) described above)]]. In this case, the student to be added as a participant to the activity was not supposed to participate. In the previous one, he is a member of the group; he is involved in the activity; he is just late in doing the work.&lt;br /&gt;
&lt;br /&gt;
==== (3) Modification of the scenario ====&lt;br /&gt;
&lt;br /&gt;
Some events occurring within an ongoing activity may lead to the modification of the scenario itself.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example in the case study:&#039;&#039;&#039; The students are currently involved in the discussion part of the activity. The teacher has the opportunity of inviting an expert of the theme to the discussion. He thinks this will be of a great interest for the students. To do that, he has to modify the scenario in order to add a new role (the “expert” one) and the means for this expert to join the discussion and participate to it.  Also, he has to allocate this role to the expert he knows.&lt;br /&gt;
&lt;br /&gt;
== The related observation problems ==&lt;br /&gt;
&lt;br /&gt;
A proposal for different purposes of observation:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Observation to be used by the engine for pre-defined adaptation: e.g. the selection of topic and answers to questions&lt;br /&gt;
&amp;lt;li&amp;gt;Observation to be used by a moderator during the learning experience (on-the-fly adaptation): e.g. obeservation of the progress state of students, composition of groups (maybe a dropout or latecomer)&lt;br /&gt;
&amp;lt;li&amp;gt;Observation to be used by analyst (a posteriori for research / evaluation): e.g. were there situations of “Conflict/disagreement” in the discussion?&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;/div&gt;</summary>
		<author><name>Cferr</name></author>
	</entry>
	<entry>
		<id>http://os-vps418.infomaniak.ch:1250/mediawiki/index.php?title=CSCL_Workshop_Challenge_on_Adaptation&amp;diff=4155</id>
		<title>CSCL Workshop Challenge on Adaptation</title>
		<link rel="alternate" type="text/html" href="http://os-vps418.infomaniak.ch:1250/mediawiki/index.php?title=CSCL_Workshop_Challenge_on_Adaptation&amp;diff=4155"/>
		<updated>2009-05-08T10:28:12Z</updated>

		<summary type="html">&lt;p&gt;Cferr : &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;big&amp;gt;Competitive Challenge on Adapting Activities Modeled by CSCL Scripts&amp;lt;/big&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;[http://www.isls.org/CSCL2009/Pre-Conference7.htm Workshop] at [http://www.isls.org/CSCL2009/welcome.htm CSCL&#039;2009] - Monday, June 8th, 2009.&amp;lt;/big&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Call for &amp;quot;modeling solutions&amp;quot; closed.&#039;&#039;&#039;&lt;br /&gt;
* The  [http://www.lama.univ-savoie.fr/wiki/index.php/CSCL_Workshop_Challenge_on_Adaptation/Selected_Competitors_to_CSCL_Workshop_on_Adaptation competitors] have been selected.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;h2&amp;gt;Program and Organizing committee&amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;[mailto:Christine.Ferraris@univ-savoie.fr Christine Ferraris], [mailto:Laurence.Vignollet@univ-savoie.fr Laurence Vignollet], [mailto:Christian.martel@univ-savoie.fr Christian Martel], Scenarios Team, Syscom, Université de Savoie, France&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[mailto:andreas.harrer@ku-eichstaett.de Andreas Harrer], Catholic University Eichstätt-Ingolstadt, Germany&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[mailto:yannis@yllera.tel.uva.es Yannis  Dimitriadis], GSIC, University of Valladolid, Spain,&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;Contact: [mailto:Christine.Ferraris@univ-savoie.fr Christine Ferraris]&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Theme and Goals of the workshop&amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Both the Learning Design community and  the CSCL scripting community are working on the problem of modeling learning  activities. The idea is to build a formal description of such activities  (called a script, or a scenario, or a sequence, or a learning design) that a  computer will be able to read and interpret in order to automatically generate  the CSCL environment that will support the execution of the corresponding  activity. Researchers of these communities have thus proposed and developed  models, languages, methodologies and tools to support this approach.&lt;br /&gt;
&lt;br /&gt;
A script is written in a given language  (for example IMS-LD, LDL, the collaborative scripting language, etc.) and  transformed in an activity running on an existing virtual learning environment.  Thus the activity is strictly running according to what is described in the  script: it cannot deviate as it is scaffolded by a computer process. The  problem then is the following: how can it be adapted to events that may occur  in the activity. Indeed, learning activities are continuously evolving whilst  they are running. Teachers always have to adapt the situation to the learners’  reactions and to external events. Some may have been planned and the teacher  knows how to react; some may be unpredictable and the teacher has to imagine a  way to adapt.&lt;br /&gt;
&lt;br /&gt;
The theme of this workshop is the  adaptation of activities modeled by CSCL scripts according to what is happening  in the activity. The issues to deal with include the following:&lt;br /&gt;
      &amp;lt;ul&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;Can adaptation be taken into  account in the scripting approach?&amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;What are the models and  languages required to do that adaptation? &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;Do the currently existing  models, languages and supporting tools handle this problem? &amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;li&amp;gt;Which concepts do these  currently existing models, languages and supporting tools propose for that? &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;How can adaptation be handled? &amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;p&amp;gt;These issues may be considered in both  the case of foreseen events (adaptation is specified within the script) and the case of unforeseen events (there is nothing in the script to define how to  react). &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;adaptation&#039;&#039;&#039; problem raises another problem: the &#039;&#039;&#039;&#039;observation&#039;&#039;&#039;&#039; one. The workshop will also deal with this problem issue: how can an activity  be observed while it is going on? Are concepts dedicated to observation needed  in the script models? What currently exists to support observation within scripting approaches? Which models? Which tools?&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Format of the workshop: a challenge with one benchmark scenario&amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;p&amp;gt;The workshop is defined as a kind of  competition gathering teams that will have to work on the design of a [[CSCL_Workshop_Challenge_on_Adaptation#The_proposed_case_study|common case study]] (a given learning activity which will serve as a benchmark) dealing  with the issues mentioned above. Two kinds of participants are expected: &amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;ul&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;&#039;&#039;&#039;&#039;&#039;“competitors”&#039;&#039;&#039;&#039;&#039;, who will be  engaged in the challenge,&amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;&#039;&#039;&#039;&#039;&#039;“attendees”&#039;&#039;&#039;&#039;&#039;, who will be able  to look at the concrete competitors’ solutions, to get hands-on experience with  these solutions and to discuss further requirements with the competitors.&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;/ul&amp;gt;&lt;br /&gt;
      &amp;lt;p&amp;gt;It is open to any academic or industrial  e-learning researcher, e-learning designer or e-learning practitioner in CSCL.  It will allow confronting the various solutions and models, approaches and  tools through modeling experiences of collaborative learning activities,  considering the adaptation and observation problems, starting from a real  situation to be modeled and ending at the corresponding implemented activity. &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Planned activities&amp;lt;/h2&amp;gt;&lt;br /&gt;
      &lt;br /&gt;
&amp;lt;h3&amp;gt;Pre-workshop – call for &amp;quot;modeling solutions&amp;quot;&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
A [[CSCL_Workshop_Challenge_on_Adaptation#The_proposed_case_study| &amp;quot;challenge”]],  i.e. a scenario that should be modeled by the different competitors, has been issued. Potential contributors  (future competitors) are expected to submit an initial text describing briefly their solution approach and the issues tackled in the solution for a short reviewing  process to select competitors. &lt;br /&gt;
&lt;br /&gt;
The selected competitors are expected to prepare a solution to the challenge for the workshop event.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;During the workshop (one full day)&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;ul&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;Presentation of the  competitors’ solution and discussion during the morning session;&amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;Open space in the afternoon for  the participants to test the solutions and play with them. This will be  followed by a concluding session, summarizing and comparing the approaches, and  identifying further ToDos for the field.&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;/ul&amp;gt;&lt;br /&gt;
      &lt;br /&gt;
&amp;lt;h3&amp;gt;Post-workshop&amp;lt;/h3&amp;gt;&lt;br /&gt;
      &amp;lt;p&amp;gt;The competitors&#039; solutions will be  collected into a technical report on “adaptation for CSCL scripts” and  published at least in the web. We are currently considering a publication for a  special issue of a journal.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Submission procedure and deadlines ==&lt;br /&gt;
&lt;br /&gt;
Potential contributors (future competitors) are expected to submit a text describing briefly their solution approach (planned modeling technique to be used, intended CSCL tools, adaptation approach) and the issues tackled in the solution. A [http://ldl.pentila.com/ateliers/cscl-2009-workshop/cscl-2009-competitive-challenge-workshop-submission-form_final.doc/download template] is provided to help the contributors provide the expected information.&lt;br /&gt;
&lt;br /&gt;
As we want competitors to have time in preparing the solution and not to be overbooked with writing tasks, &#039;&#039;&#039;the required description is voluntarily short&#039;&#039;&#039;. The final decision to be engaged as a competitor in the workshop will be taken on the basis of the description submitted. &lt;br /&gt;
&lt;br /&gt;
If you want to apply as a competitor, please fill the form in and send it to [mailto:Christine.Ferraris@univ-savoie.fr Christine Ferraris] no later than &#039;&#039;&#039;April 6th&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Notification for acceptance as a competitor will be sent by &#039;&#039;&#039;April the 10th&#039;&#039;&#039; (deadline for early registration for CSCL is April the 20th).&lt;br /&gt;
&lt;br /&gt;
== The proposed case study ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Preamble ===&lt;br /&gt;
&lt;br /&gt;
A case study to be modeled as well as potential issues related to the adaptation and observation problems are proposed to potential contributors (future competitors). The issues are described below and illustrated in relation to the case study. Of course, contributors are not expected to consider all the issues and to provide solutions for all of them. Contributors are neither obliged to consider the listed issues as a restrictive list. &lt;br /&gt;
&lt;br /&gt;
The same holds for the case study. It is proposed as an example which facilitates the description of the adaptation issues (as they can be easily situated within this example) and it may serve as a means to facilitate the comparison of the contributors’ proposals. Contributors are free to adapt it and even to use whatever case study they want (please indicate this in your submission). &lt;br /&gt;
&lt;br /&gt;
=== Rough description of the case study ===&lt;br /&gt;
&lt;br /&gt;
The activity to model is made of two parts: an individual work part (quiz part) followed by a collaborative one (discussion part). In the first one, learners are working individually on answering to some questions related to a theme they have collectively chosen at the begin of the activity (among a list of predefined ones, for example in the ecology domain, “waste sorting”, “water”, “biodiversity”, “renewable energies”). Their progression from one question to the other depends on the correctness of the answer provided. When they have all answered the last question, they are allowed to begin to discuss together and with the teacher about the theme and the answers they have provided.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== The adaptation issues to deal with ==&lt;br /&gt;
&lt;br /&gt;
The context in which we consider the adaptation problem is the following: an activity corresponding to the scenario given above is running. This means at least that:&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
  &amp;lt;li&amp;gt;the operationalization/instanciation data have been settled:&lt;br /&gt;
  &amp;lt;ul&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;a group of participants has been registered to be involved in that activity. They are identified and known. Roles have been attributed to them so that they can play the scenario through these roles;&lt;br /&gt;
    &amp;lt;li&amp;gt;the resources and services required have been selected and are available;&lt;br /&gt;
  &amp;lt;/ul&amp;gt;&lt;br /&gt;
  &amp;lt;li&amp;gt;the activity has begun;&lt;br /&gt;
  &amp;lt;li&amp;gt;there is someone (a teacher for example) who has the means of observing the activity and being aware of what is going on.&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Adaptation issues to be considered by contributors may include but are not restricted to the [[CSCL_Workshop_Challenge_on_Adaptation#Predefined_adaptation|predefined]] and [[CSCL_Workshop_Challenge_on_Adaptation#Adaptation_.E2.80.9Con_the_fly.E2.80.9D|&amp;quot;on the fly&amp;quot;]]  adaptation. This is detailed in what follows.&lt;br /&gt;
&lt;br /&gt;
=== Predefined adaptation ===&lt;br /&gt;
&lt;br /&gt;
This is the case for foreseen events (adaptation is specified within the script)&lt;br /&gt;
&lt;br /&gt;
==== Adaptation of the learning flow ====&lt;br /&gt;
&lt;br /&gt;
The learning flow may not be the same for all the actors involved in the activity, even if they have the same role. It may also depend on what happens while the activity is going on. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example in the case study:&#039;&#039;&#039; In the case study, there are at least two examples of predefined adaptation of the learning flow. The first one concerns the choice of the theme by the group of students at the beginning of the activity. The questions presented to them will depend on that theme. That means that, when preparing the activity, the scenario designer will have to define several sets of questions and to define to which theme each of these sets is related. Once the theme is chosen by the students, the associated set of questions will automatically be selected.&lt;br /&gt;
&lt;br /&gt;
The answer-dependent progression from one question to another is the second example. It also has to be considered in advance and predefined by the scenario designer.&lt;br /&gt;
&lt;br /&gt;
=== Adaptation “on the fly” ===&lt;br /&gt;
&lt;br /&gt;
This is the case for unforeseen events (there is nothing in the script to define how to react). We have considered 3 situations in which adaptation « on the fly » may occur. &lt;br /&gt;
&lt;br /&gt;
==== (1) Adaptation of the learning flow without modifying the scenario ====&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example in the case study:&#039;&#039;&#039; The students have chosen the theme to work on. They are currently involved in the quiz part of the scenario. Imagine that one of the students involved in the activity is late. He is still pondering on the first question whereas the other students are on the last one. The teacher then decides to let him forget about this first question and the intermediary ones and directly deal with the last one. The concerned student will thus “jump” from question 1 directly to last question.&lt;br /&gt;
&lt;br /&gt;
==== (2) Modification of the operationalisation/instanciation data ====&lt;br /&gt;
&lt;br /&gt;
This data is the one that is settled during the operationalization/instanciation phase, i.e. the data refers at least to the persons participating in the activity and the required resources (learning objects and services). They can be considered as the contextualization parameters. They are necessary to transform a scenario into an actual running activity. Modifying this data is at least a matter of:&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
  &amp;lt;li&amp;gt;modifying the participants currently involved in an ongoing activity (suppressing one of them - for example because s/he moved house and s/he now goes to a new school -, adding a new participant, or changing the distribution of roles, ...)&lt;br /&gt;
  &amp;lt;li&amp;gt;modifying the resources put at the participants&#039; disposal&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example in the case study:&#039;&#039;&#039; The activity has begun. The students have chosen a theme and are currently answering to the questions. Imagine that a new student, Gerry, wants to join this group. What about adding him to this ongoing activity whereas he was not supposed at all to participate? Two cases could be distinguished: the one where the students are currently answering to the questions (they are in the quiz part of the scenario) and the one where they have finished the quiz part and are currently involved in the discussion part.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Note that this situation is different from the previous one[[CSCL_Workshop_Challenge_on_Adaptation#.281.29_Adaptation_of_the_learning_flow_without_modifying_the_scenario | (Situation (1) described above)]]. In this case, the student to be added as a participant to the activity was not supposed to participate. In the previous one, he is a member of the group; he is involved in the activity; he is just late in doing the work.&lt;br /&gt;
&lt;br /&gt;
==== (3) Modification of the scenario ====&lt;br /&gt;
&lt;br /&gt;
Some events occurring within an ongoing activity may lead to the modification of the scenario itself.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example in the case study:&#039;&#039;&#039; The students are currently involved in the discussion part of the activity. The teacher has the opportunity of inviting an expert of the theme to the discussion. He thinks this will be of a great interest for the students. To do that, he has to modify the scenario in order to add a new role (the “expert” one) and the means for this expert to join the discussion and participate to it.  Also, he has to allocate this role to the expert he knows.&lt;br /&gt;
&lt;br /&gt;
== The related observation problems ==&lt;br /&gt;
&lt;br /&gt;
A proposal for different purposes of observation:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Observation to be used by the engine for pre-defined adaptation: e.g. the selection of topic and answers to questions&lt;br /&gt;
&amp;lt;li&amp;gt;Observation to be used by a moderator during the learning experience (on-the-fly adaptation): e.g. obeservation of the progress state of students, composition of groups (maybe a dropout or latecomer)&lt;br /&gt;
&amp;lt;li&amp;gt;Observation to be used by analyst (a posteriori for research / evaluation): e.g. were there situations of “Conflict/disagreement” in the discussion?&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;/div&gt;</summary>
		<author><name>Cferr</name></author>
	</entry>
	<entry>
		<id>http://os-vps418.infomaniak.ch:1250/mediawiki/index.php?title=CSCL_Workshop_Challenge_on_Adaptation&amp;diff=4154</id>
		<title>CSCL Workshop Challenge on Adaptation</title>
		<link rel="alternate" type="text/html" href="http://os-vps418.infomaniak.ch:1250/mediawiki/index.php?title=CSCL_Workshop_Challenge_on_Adaptation&amp;diff=4154"/>
		<updated>2009-05-08T10:25:00Z</updated>

		<summary type="html">&lt;p&gt;Cferr : &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;big&amp;gt;Competitive Challenge on Adapting Activities Modeled by CSCL Scripts&amp;lt;/big&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;[http://www.isls.org/CSCL2009/Pre-Conference7.htm Workshop] at [http://www.isls.org/CSCL2009/welcome.htm CSCL&#039;2009] - Monday, June 8th, 2009.&amp;lt;/big&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Call for &amp;quot;modeling solutions&amp;quot; closed.&#039;&#039;&#039;&lt;br /&gt;
* The  [[CSCL_Workshop_Challenge_on_Adaptation/Selected_Competitors_to_CSCL_Workshop_on_Adaptation| competitors]] have been selected.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;h2&amp;gt;Program and Organizing committee&amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;[mailto:Christine.Ferraris@univ-savoie.fr Christine Ferraris], [mailto:Laurence.Vignollet@univ-savoie.fr Laurence Vignollet], [mailto:Christian.martel@univ-savoie.fr Christian Martel], Scenarios Team, Syscom, Université de Savoie, France&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[mailto:andreas.harrer@ku-eichstaett.de Andreas Harrer], Catholic University Eichstätt-Ingolstadt, Germany&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[mailto:yannis@yllera.tel.uva.es Yannis  Dimitriadis], GSIC, University of Valladolid, Spain,&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;Contact: [mailto:Christine.Ferraris@univ-savoie.fr Christine Ferraris]&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Theme and Goals of the workshop&amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Both the Learning Design community and  the CSCL scripting community are working on the problem of modeling learning  activities. The idea is to build a formal description of such activities  (called a script, or a scenario, or a sequence, or a learning design) that a  computer will be able to read and interpret in order to automatically generate  the CSCL environment that will support the execution of the corresponding  activity. Researchers of these communities have thus proposed and developed  models, languages, methodologies and tools to support this approach.&lt;br /&gt;
&lt;br /&gt;
A script is written in a given language  (for example IMS-LD, LDL, the collaborative scripting language, etc.) and  transformed in an activity running on an existing virtual learning environment.  Thus the activity is strictly running according to what is described in the  script: it cannot deviate as it is scaffolded by a computer process. The  problem then is the following: how can it be adapted to events that may occur  in the activity. Indeed, learning activities are continuously evolving whilst  they are running. Teachers always have to adapt the situation to the learners’  reactions and to external events. Some may have been planned and the teacher  knows how to react; some may be unpredictable and the teacher has to imagine a  way to adapt.&lt;br /&gt;
&lt;br /&gt;
The theme of this workshop is the  adaptation of activities modeled by CSCL scripts according to what is happening  in the activity. The issues to deal with include the following:&lt;br /&gt;
      &amp;lt;ul&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;Can adaptation be taken into  account in the scripting approach?&amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;What are the models and  languages required to do that adaptation? &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;Do the currently existing  models, languages and supporting tools handle this problem? &amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;li&amp;gt;Which concepts do these  currently existing models, languages and supporting tools propose for that? &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;How can adaptation be handled? &amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;p&amp;gt;These issues may be considered in both  the case of foreseen events (adaptation is specified within the script) and the case of unforeseen events (there is nothing in the script to define how to  react). &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;adaptation&#039;&#039;&#039; problem raises another problem: the &#039;&#039;&#039;&#039;observation&#039;&#039;&#039;&#039; one. The workshop will also deal with this problem issue: how can an activity  be observed while it is going on? Are concepts dedicated to observation needed  in the script models? What currently exists to support observation within scripting approaches? Which models? Which tools?&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Format of the workshop: a challenge with one benchmark scenario&amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;p&amp;gt;The workshop is defined as a kind of  competition gathering teams that will have to work on the design of a [[CSCL_Workshop_Challenge_on_Adaptation#The_proposed_case_study|common case study]] (a given learning activity which will serve as a benchmark) dealing  with the issues mentioned above. Two kinds of participants are expected: &amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;ul&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;&#039;&#039;&#039;&#039;&#039;“competitors”&#039;&#039;&#039;&#039;&#039;, who will be  engaged in the challenge,&amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;&#039;&#039;&#039;&#039;&#039;“attendees”&#039;&#039;&#039;&#039;&#039;, who will be able  to look at the concrete competitors’ solutions, to get hands-on experience with  these solutions and to discuss further requirements with the competitors.&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;/ul&amp;gt;&lt;br /&gt;
      &amp;lt;p&amp;gt;It is open to any academic or industrial  e-learning researcher, e-learning designer or e-learning practitioner in CSCL.  It will allow confronting the various solutions and models, approaches and  tools through modeling experiences of collaborative learning activities,  considering the adaptation and observation problems, starting from a real  situation to be modeled and ending at the corresponding implemented activity. &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Planned activities&amp;lt;/h2&amp;gt;&lt;br /&gt;
      &lt;br /&gt;
&amp;lt;h3&amp;gt;Pre-workshop – call for &amp;quot;modeling solutions&amp;quot;&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
A [[CSCL_Workshop_Challenge_on_Adaptation#The_proposed_case_study| &amp;quot;challenge”]],  i.e. a scenario that should be modeled by the different competitors, has been issued. Potential contributors  (future competitors) are expected to submit an initial text describing briefly their solution approach and the issues tackled in the solution for a short reviewing  process to select competitors. &lt;br /&gt;
&lt;br /&gt;
The selected competitors are expected to prepare a solution to the challenge for the workshop event.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;During the workshop (one full day)&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;ul&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;Presentation of the  competitors’ solution and discussion during the morning session;&amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;Open space in the afternoon for  the participants to test the solutions and play with them. This will be  followed by a concluding session, summarizing and comparing the approaches, and  identifying further ToDos for the field.&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;/ul&amp;gt;&lt;br /&gt;
      &lt;br /&gt;
&amp;lt;h3&amp;gt;Post-workshop&amp;lt;/h3&amp;gt;&lt;br /&gt;
      &amp;lt;p&amp;gt;The competitors&#039; solutions will be  collected into a technical report on “adaptation for CSCL scripts” and  published at least in the web. We are currently considering a publication for a  special issue of a journal.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Submission procedure and deadlines ==&lt;br /&gt;
&lt;br /&gt;
Potential contributors (future competitors) are expected to submit a text describing briefly their solution approach (planned modeling technique to be used, intended CSCL tools, adaptation approach) and the issues tackled in the solution. A [http://ldl.pentila.com/ateliers/cscl-2009-workshop/cscl-2009-competitive-challenge-workshop-submission-form_final.doc/download template] is provided to help the contributors provide the expected information.&lt;br /&gt;
&lt;br /&gt;
As we want competitors to have time in preparing the solution and not to be overbooked with writing tasks, &#039;&#039;&#039;the required description is voluntarily short&#039;&#039;&#039;. The final decision to be engaged as a competitor in the workshop will be taken on the basis of the description submitted. &lt;br /&gt;
&lt;br /&gt;
If you want to apply as a competitor, please fill the form in and send it to [mailto:Christine.Ferraris@univ-savoie.fr Christine Ferraris] no later than &#039;&#039;&#039;April 6th&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Notification for acceptance as a competitor will be sent by &#039;&#039;&#039;April the 10th&#039;&#039;&#039; (deadline for early registration for CSCL is April the 20th).&lt;br /&gt;
&lt;br /&gt;
== The proposed case study ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Preamble ===&lt;br /&gt;
&lt;br /&gt;
A case study to be modeled as well as potential issues related to the adaptation and observation problems are proposed to potential contributors (future competitors). The issues are described below and illustrated in relation to the case study. Of course, contributors are not expected to consider all the issues and to provide solutions for all of them. Contributors are neither obliged to consider the listed issues as a restrictive list. &lt;br /&gt;
&lt;br /&gt;
The same holds for the case study. It is proposed as an example which facilitates the description of the adaptation issues (as they can be easily situated within this example) and it may serve as a means to facilitate the comparison of the contributors’ proposals. Contributors are free to adapt it and even to use whatever case study they want (please indicate this in your submission). &lt;br /&gt;
&lt;br /&gt;
=== Rough description of the case study ===&lt;br /&gt;
&lt;br /&gt;
The activity to model is made of two parts: an individual work part (quiz part) followed by a collaborative one (discussion part). In the first one, learners are working individually on answering to some questions related to a theme they have collectively chosen at the begin of the activity (among a list of predefined ones, for example in the ecology domain, “waste sorting”, “water”, “biodiversity”, “renewable energies”). Their progression from one question to the other depends on the correctness of the answer provided. When they have all answered the last question, they are allowed to begin to discuss together and with the teacher about the theme and the answers they have provided.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== The adaptation issues to deal with ==&lt;br /&gt;
&lt;br /&gt;
The context in which we consider the adaptation problem is the following: an activity corresponding to the scenario given above is running. This means at least that:&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
  &amp;lt;li&amp;gt;the operationalization/instanciation data have been settled:&lt;br /&gt;
  &amp;lt;ul&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;a group of participants has been registered to be involved in that activity. They are identified and known. Roles have been attributed to them so that they can play the scenario through these roles;&lt;br /&gt;
    &amp;lt;li&amp;gt;the resources and services required have been selected and are available;&lt;br /&gt;
  &amp;lt;/ul&amp;gt;&lt;br /&gt;
  &amp;lt;li&amp;gt;the activity has begun;&lt;br /&gt;
  &amp;lt;li&amp;gt;there is someone (a teacher for example) who has the means of observing the activity and being aware of what is going on.&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Adaptation issues to be considered by contributors may include but are not restricted to the [[CSCL_Workshop_Challenge_on_Adaptation#Predefined_adaptation|predefined]] and [[CSCL_Workshop_Challenge_on_Adaptation#Adaptation_.E2.80.9Con_the_fly.E2.80.9D|&amp;quot;on the fly&amp;quot;]]  adaptation. This is detailed in what follows.&lt;br /&gt;
&lt;br /&gt;
=== Predefined adaptation ===&lt;br /&gt;
&lt;br /&gt;
This is the case for foreseen events (adaptation is specified within the script)&lt;br /&gt;
&lt;br /&gt;
==== Adaptation of the learning flow ====&lt;br /&gt;
&lt;br /&gt;
The learning flow may not be the same for all the actors involved in the activity, even if they have the same role. It may also depend on what happens while the activity is going on. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example in the case study:&#039;&#039;&#039; In the case study, there are at least two examples of predefined adaptation of the learning flow. The first one concerns the choice of the theme by the group of students at the beginning of the activity. The questions presented to them will depend on that theme. That means that, when preparing the activity, the scenario designer will have to define several sets of questions and to define to which theme each of these sets is related. Once the theme is chosen by the students, the associated set of questions will automatically be selected.&lt;br /&gt;
&lt;br /&gt;
The answer-dependent progression from one question to another is the second example. It also has to be considered in advance and predefined by the scenario designer.&lt;br /&gt;
&lt;br /&gt;
=== Adaptation “on the fly” ===&lt;br /&gt;
&lt;br /&gt;
This is the case for unforeseen events (there is nothing in the script to define how to react). We have considered 3 situations in which adaptation « on the fly » may occur. &lt;br /&gt;
&lt;br /&gt;
==== (1) Adaptation of the learning flow without modifying the scenario ====&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example in the case study:&#039;&#039;&#039; The students have chosen the theme to work on. They are currently involved in the quiz part of the scenario. Imagine that one of the students involved in the activity is late. He is still pondering on the first question whereas the other students are on the last one. The teacher then decides to let him forget about this first question and the intermediary ones and directly deal with the last one. The concerned student will thus “jump” from question 1 directly to last question.&lt;br /&gt;
&lt;br /&gt;
==== (2) Modification of the operationalisation/instanciation data ====&lt;br /&gt;
&lt;br /&gt;
This data is the one that is settled during the operationalization/instanciation phase, i.e. the data refers at least to the persons participating in the activity and the required resources (learning objects and services). They can be considered as the contextualization parameters. They are necessary to transform a scenario into an actual running activity. Modifying this data is at least a matter of:&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
  &amp;lt;li&amp;gt;modifying the participants currently involved in an ongoing activity (suppressing one of them - for example because s/he moved house and s/he now goes to a new school -, adding a new participant, or changing the distribution of roles, ...)&lt;br /&gt;
  &amp;lt;li&amp;gt;modifying the resources put at the participants&#039; disposal&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example in the case study:&#039;&#039;&#039; The activity has begun. The students have chosen a theme and are currently answering to the questions. Imagine that a new student, Gerry, wants to join this group. What about adding him to this ongoing activity whereas he was not supposed at all to participate? Two cases could be distinguished: the one where the students are currently answering to the questions (they are in the quiz part of the scenario) and the one where they have finished the quiz part and are currently involved in the discussion part.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Note that this situation is different from the previous one[[CSCL_Workshop_Challenge_on_Adaptation#.281.29_Adaptation_of_the_learning_flow_without_modifying_the_scenario | (Situation (1) described above)]]. In this case, the student to be added as a participant to the activity was not supposed to participate. In the previous one, he is a member of the group; he is involved in the activity; he is just late in doing the work.&lt;br /&gt;
&lt;br /&gt;
==== (3) Modification of the scenario ====&lt;br /&gt;
&lt;br /&gt;
Some events occurring within an ongoing activity may lead to the modification of the scenario itself.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example in the case study:&#039;&#039;&#039; The students are currently involved in the discussion part of the activity. The teacher has the opportunity of inviting an expert of the theme to the discussion. He thinks this will be of a great interest for the students. To do that, he has to modify the scenario in order to add a new role (the “expert” one) and the means for this expert to join the discussion and participate to it.  Also, he has to allocate this role to the expert he knows.&lt;br /&gt;
&lt;br /&gt;
== The related observation problems ==&lt;br /&gt;
&lt;br /&gt;
A proposal for different purposes of observation:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Observation to be used by the engine for pre-defined adaptation: e.g. the selection of topic and answers to questions&lt;br /&gt;
&amp;lt;li&amp;gt;Observation to be used by a moderator during the learning experience (on-the-fly adaptation): e.g. obeservation of the progress state of students, composition of groups (maybe a dropout or latecomer)&lt;br /&gt;
&amp;lt;li&amp;gt;Observation to be used by analyst (a posteriori for research / evaluation): e.g. were there situations of “Conflict/disagreement” in the discussion?&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;/div&gt;</summary>
		<author><name>Cferr</name></author>
	</entry>
	<entry>
		<id>http://os-vps418.infomaniak.ch:1250/mediawiki/index.php?title=CSCL_Workshop_Challenge_on_Adaptation&amp;diff=4153</id>
		<title>CSCL Workshop Challenge on Adaptation</title>
		<link rel="alternate" type="text/html" href="http://os-vps418.infomaniak.ch:1250/mediawiki/index.php?title=CSCL_Workshop_Challenge_on_Adaptation&amp;diff=4153"/>
		<updated>2009-05-08T10:19:45Z</updated>

		<summary type="html">&lt;p&gt;Cferr : &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;big&amp;gt;Competitive Challenge on Adapting Activities Modeled by CSCL Scripts&amp;lt;/big&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;[http://www.isls.org/CSCL2009/Pre-Conference7.htm Workshop] at [http://www.isls.org/CSCL2009/welcome.htm CSCL&#039;2009] - Monday, June 8th, 2009.&amp;lt;/big&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Call for &amp;quot;modeling solutions&amp;quot; closed.&#039;&#039;&#039;&lt;br /&gt;
* If you want to apply as a [[CSCL_Workshop_Challenge_on_Adaptation#Format_of_the_workshop:_a_challenge_with_one_benchmark_scenario| competitor]], please fill the [http://ldl.pentila.com/ateliers/cscl-2009-workshop/cscl-2009-competitive-challenge-workshop-submission-form_final.doc/download form] describing your solution and send it to [mailto:Christine.Ferraris@univ-savoie.fr Christine Ferraris]&lt;br /&gt;
* deadline &#039;&#039;&#039;April the 6th&#039;&#039;&#039;. Note that this deadline has been settled to be compatible with CSCL early registration deadline; so late contributions will be considered.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;h2&amp;gt;Program and Organizing committee&amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;[mailto:Christine.Ferraris@univ-savoie.fr Christine Ferraris], [mailto:Laurence.Vignollet@univ-savoie.fr Laurence Vignollet], [mailto:Christian.martel@univ-savoie.fr Christian Martel], Scenarios Team, Syscom, Université de Savoie, France&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[mailto:andreas.harrer@ku-eichstaett.de Andreas Harrer], Catholic University Eichstätt-Ingolstadt, Germany&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[mailto:yannis@yllera.tel.uva.es Yannis  Dimitriadis], GSIC, University of Valladolid, Spain,&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;Contact: [mailto:Christine.Ferraris@univ-savoie.fr Christine Ferraris]&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Theme and Goals of the workshop&amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Both the Learning Design community and  the CSCL scripting community are working on the problem of modeling learning  activities. The idea is to build a formal description of such activities  (called a script, or a scenario, or a sequence, or a learning design) that a  computer will be able to read and interpret in order to automatically generate  the CSCL environment that will support the execution of the corresponding  activity. Researchers of these communities have thus proposed and developed  models, languages, methodologies and tools to support this approach.&lt;br /&gt;
&lt;br /&gt;
A script is written in a given language  (for example IMS-LD, LDL, the collaborative scripting language, etc.) and  transformed in an activity running on an existing virtual learning environment.  Thus the activity is strictly running according to what is described in the  script: it cannot deviate as it is scaffolded by a computer process. The  problem then is the following: how can it be adapted to events that may occur  in the activity. Indeed, learning activities are continuously evolving whilst  they are running. Teachers always have to adapt the situation to the learners’  reactions and to external events. Some may have been planned and the teacher  knows how to react; some may be unpredictable and the teacher has to imagine a  way to adapt.&lt;br /&gt;
&lt;br /&gt;
The theme of this workshop is the  adaptation of activities modeled by CSCL scripts according to what is happening  in the activity. The issues to deal with include the following:&lt;br /&gt;
      &amp;lt;ul&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;Can adaptation be taken into  account in the scripting approach?&amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;What are the models and  languages required to do that adaptation? &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;Do the currently existing  models, languages and supporting tools handle this problem? &amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;li&amp;gt;Which concepts do these  currently existing models, languages and supporting tools propose for that? &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;How can adaptation be handled? &amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;p&amp;gt;These issues may be considered in both  the case of foreseen events (adaptation is specified within the script) and the case of unforeseen events (there is nothing in the script to define how to  react). &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;adaptation&#039;&#039;&#039; problem raises another problem: the &#039;&#039;&#039;&#039;observation&#039;&#039;&#039;&#039; one. The workshop will also deal with this problem issue: how can an activity  be observed while it is going on? Are concepts dedicated to observation needed  in the script models? What currently exists to support observation within scripting approaches? Which models? Which tools?&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Format of the workshop: a challenge with one benchmark scenario&amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;p&amp;gt;The workshop is defined as a kind of  competition gathering teams that will have to work on the design of a [[CSCL_Workshop_Challenge_on_Adaptation#The_proposed_case_study|common case study]] (a given learning activity which will serve as a benchmark) dealing  with the issues mentioned above. Two kinds of participants are expected: &amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;ul&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;&#039;&#039;&#039;&#039;&#039;“competitors”&#039;&#039;&#039;&#039;&#039;, who will be  engaged in the challenge,&amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;&#039;&#039;&#039;&#039;&#039;“attendees”&#039;&#039;&#039;&#039;&#039;, who will be able  to look at the concrete competitors’ solutions, to get hands-on experience with  these solutions and to discuss further requirements with the competitors.&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;/ul&amp;gt;&lt;br /&gt;
      &amp;lt;p&amp;gt;It is open to any academic or industrial  e-learning researcher, e-learning designer or e-learning practitioner in CSCL.  It will allow confronting the various solutions and models, approaches and  tools through modeling experiences of collaborative learning activities,  considering the adaptation and observation problems, starting from a real  situation to be modeled and ending at the corresponding implemented activity. &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Planned activities&amp;lt;/h2&amp;gt;&lt;br /&gt;
      &lt;br /&gt;
&amp;lt;h3&amp;gt;Pre-workshop – call for &amp;quot;modeling solutions&amp;quot;&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
A [[CSCL_Workshop_Challenge_on_Adaptation#The_proposed_case_study| &amp;quot;challenge”]],  i.e. a scenario that should be modeled by the different competitors, has been issued. Potential contributors  (future competitors) are expected to submit an initial text describing briefly their solution approach and the issues tackled in the solution for a short reviewing  process to select competitors. &lt;br /&gt;
&lt;br /&gt;
The selected competitors are expected to prepare a solution to the challenge for the workshop event.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;During the workshop (one full day)&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;ul&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;Presentation of the  competitors’ solution and discussion during the morning session;&amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;Open space in the afternoon for  the participants to test the solutions and play with them. This will be  followed by a concluding session, summarizing and comparing the approaches, and  identifying further ToDos for the field.&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;/ul&amp;gt;&lt;br /&gt;
      &lt;br /&gt;
&amp;lt;h3&amp;gt;Post-workshop&amp;lt;/h3&amp;gt;&lt;br /&gt;
      &amp;lt;p&amp;gt;The competitors&#039; solutions will be  collected into a technical report on “adaptation for CSCL scripts” and  published at least in the web. We are currently considering a publication for a  special issue of a journal.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Submission procedure and deadlines ==&lt;br /&gt;
&lt;br /&gt;
Potential contributors (future competitors) are expected to submit a text describing briefly their solution approach (planned modeling technique to be used, intended CSCL tools, adaptation approach) and the issues tackled in the solution. A [http://ldl.pentila.com/ateliers/cscl-2009-workshop/cscl-2009-competitive-challenge-workshop-submission-form_final.doc/download template] is provided to help the contributors provide the expected information.&lt;br /&gt;
&lt;br /&gt;
As we want competitors to have time in preparing the solution and not to be overbooked with writing tasks, &#039;&#039;&#039;the required description is voluntarily short&#039;&#039;&#039;. The final decision to be engaged as a competitor in the workshop will be taken on the basis of the description submitted. &lt;br /&gt;
&lt;br /&gt;
If you want to apply as a competitor, please fill the form in and send it to [mailto:Christine.Ferraris@univ-savoie.fr Christine Ferraris] no later than &#039;&#039;&#039;April 6th&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Notification for acceptance as a competitor will be sent by &#039;&#039;&#039;April the 10th&#039;&#039;&#039; (deadline for early registration for CSCL is April the 20th).&lt;br /&gt;
&lt;br /&gt;
== The proposed case study ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Preamble ===&lt;br /&gt;
&lt;br /&gt;
A case study to be modeled as well as potential issues related to the adaptation and observation problems are proposed to potential contributors (future competitors). The issues are described below and illustrated in relation to the case study. Of course, contributors are not expected to consider all the issues and to provide solutions for all of them. Contributors are neither obliged to consider the listed issues as a restrictive list. &lt;br /&gt;
&lt;br /&gt;
The same holds for the case study. It is proposed as an example which facilitates the description of the adaptation issues (as they can be easily situated within this example) and it may serve as a means to facilitate the comparison of the contributors’ proposals. Contributors are free to adapt it and even to use whatever case study they want (please indicate this in your submission). &lt;br /&gt;
&lt;br /&gt;
=== Rough description of the case study ===&lt;br /&gt;
&lt;br /&gt;
The activity to model is made of two parts: an individual work part (quiz part) followed by a collaborative one (discussion part). In the first one, learners are working individually on answering to some questions related to a theme they have collectively chosen at the begin of the activity (among a list of predefined ones, for example in the ecology domain, “waste sorting”, “water”, “biodiversity”, “renewable energies”). Their progression from one question to the other depends on the correctness of the answer provided. When they have all answered the last question, they are allowed to begin to discuss together and with the teacher about the theme and the answers they have provided.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== The adaptation issues to deal with ==&lt;br /&gt;
&lt;br /&gt;
The context in which we consider the adaptation problem is the following: an activity corresponding to the scenario given above is running. This means at least that:&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
  &amp;lt;li&amp;gt;the operationalization/instanciation data have been settled:&lt;br /&gt;
  &amp;lt;ul&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;a group of participants has been registered to be involved in that activity. They are identified and known. Roles have been attributed to them so that they can play the scenario through these roles;&lt;br /&gt;
    &amp;lt;li&amp;gt;the resources and services required have been selected and are available;&lt;br /&gt;
  &amp;lt;/ul&amp;gt;&lt;br /&gt;
  &amp;lt;li&amp;gt;the activity has begun;&lt;br /&gt;
  &amp;lt;li&amp;gt;there is someone (a teacher for example) who has the means of observing the activity and being aware of what is going on.&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Adaptation issues to be considered by contributors may include but are not restricted to the [[CSCL_Workshop_Challenge_on_Adaptation#Predefined_adaptation|predefined]] and [[CSCL_Workshop_Challenge_on_Adaptation#Adaptation_.E2.80.9Con_the_fly.E2.80.9D|&amp;quot;on the fly&amp;quot;]]  adaptation. This is detailed in what follows.&lt;br /&gt;
&lt;br /&gt;
=== Predefined adaptation ===&lt;br /&gt;
&lt;br /&gt;
This is the case for foreseen events (adaptation is specified within the script)&lt;br /&gt;
&lt;br /&gt;
==== Adaptation of the learning flow ====&lt;br /&gt;
&lt;br /&gt;
The learning flow may not be the same for all the actors involved in the activity, even if they have the same role. It may also depend on what happens while the activity is going on. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example in the case study:&#039;&#039;&#039; In the case study, there are at least two examples of predefined adaptation of the learning flow. The first one concerns the choice of the theme by the group of students at the beginning of the activity. The questions presented to them will depend on that theme. That means that, when preparing the activity, the scenario designer will have to define several sets of questions and to define to which theme each of these sets is related. Once the theme is chosen by the students, the associated set of questions will automatically be selected.&lt;br /&gt;
&lt;br /&gt;
The answer-dependent progression from one question to another is the second example. It also has to be considered in advance and predefined by the scenario designer.&lt;br /&gt;
&lt;br /&gt;
=== Adaptation “on the fly” ===&lt;br /&gt;
&lt;br /&gt;
This is the case for unforeseen events (there is nothing in the script to define how to react). We have considered 3 situations in which adaptation « on the fly » may occur. &lt;br /&gt;
&lt;br /&gt;
==== (1) Adaptation of the learning flow without modifying the scenario ====&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example in the case study:&#039;&#039;&#039; The students have chosen the theme to work on. They are currently involved in the quiz part of the scenario. Imagine that one of the students involved in the activity is late. He is still pondering on the first question whereas the other students are on the last one. The teacher then decides to let him forget about this first question and the intermediary ones and directly deal with the last one. The concerned student will thus “jump” from question 1 directly to last question.&lt;br /&gt;
&lt;br /&gt;
==== (2) Modification of the operationalisation/instanciation data ====&lt;br /&gt;
&lt;br /&gt;
This data is the one that is settled during the operationalization/instanciation phase, i.e. the data refers at least to the persons participating in the activity and the required resources (learning objects and services). They can be considered as the contextualization parameters. They are necessary to transform a scenario into an actual running activity. Modifying this data is at least a matter of:&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
  &amp;lt;li&amp;gt;modifying the participants currently involved in an ongoing activity (suppressing one of them - for example because s/he moved house and s/he now goes to a new school -, adding a new participant, or changing the distribution of roles, ...)&lt;br /&gt;
  &amp;lt;li&amp;gt;modifying the resources put at the participants&#039; disposal&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example in the case study:&#039;&#039;&#039; The activity has begun. The students have chosen a theme and are currently answering to the questions. Imagine that a new student, Gerry, wants to join this group. What about adding him to this ongoing activity whereas he was not supposed at all to participate? Two cases could be distinguished: the one where the students are currently answering to the questions (they are in the quiz part of the scenario) and the one where they have finished the quiz part and are currently involved in the discussion part.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Note that this situation is different from the previous one[[CSCL_Workshop_Challenge_on_Adaptation#.281.29_Adaptation_of_the_learning_flow_without_modifying_the_scenario | (Situation (1) described above)]]. In this case, the student to be added as a participant to the activity was not supposed to participate. In the previous one, he is a member of the group; he is involved in the activity; he is just late in doing the work.&lt;br /&gt;
&lt;br /&gt;
==== (3) Modification of the scenario ====&lt;br /&gt;
&lt;br /&gt;
Some events occurring within an ongoing activity may lead to the modification of the scenario itself.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example in the case study:&#039;&#039;&#039; The students are currently involved in the discussion part of the activity. The teacher has the opportunity of inviting an expert of the theme to the discussion. He thinks this will be of a great interest for the students. To do that, he has to modify the scenario in order to add a new role (the “expert” one) and the means for this expert to join the discussion and participate to it.  Also, he has to allocate this role to the expert he knows.&lt;br /&gt;
&lt;br /&gt;
== The related observation problems ==&lt;br /&gt;
&lt;br /&gt;
A proposal for different purposes of observation:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Observation to be used by the engine for pre-defined adaptation: e.g. the selection of topic and answers to questions&lt;br /&gt;
&amp;lt;li&amp;gt;Observation to be used by a moderator during the learning experience (on-the-fly adaptation): e.g. obeservation of the progress state of students, composition of groups (maybe a dropout or latecomer)&lt;br /&gt;
&amp;lt;li&amp;gt;Observation to be used by analyst (a posteriori for research / evaluation): e.g. were there situations of “Conflict/disagreement” in the discussion?&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;/div&gt;</summary>
		<author><name>Cferr</name></author>
	</entry>
	<entry>
		<id>http://os-vps418.infomaniak.ch:1250/mediawiki/index.php?title=INFO606-TP2-2010-2011&amp;diff=4101</id>
		<title>INFO606-TP2-2010-2011</title>
		<link rel="alternate" type="text/html" href="http://os-vps418.infomaniak.ch:1250/mediawiki/index.php?title=INFO606-TP2-2010-2011&amp;diff=4101"/>
		<updated>2009-03-29T21:49:12Z</updated>

		<summary type="html">&lt;p&gt;Cferr : /* Partie 2: Observation des scripts */ faute de frappe&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Sujet du TP1 d&#039;[[INFO606]] en 2008/2009.&lt;br /&gt;
&lt;br /&gt;
==Description de la base à modéliser==&lt;br /&gt;
&lt;br /&gt;
Le SUMO (Service Universitaire de Mutualisation des Ordinateurs) gère un grand&lt;br /&gt;
parc de machines à disposition des étudiants, enseignants et personnels de&lt;br /&gt;
l&#039;Université.&lt;br /&gt;
&lt;br /&gt;
Chaque machine est identifiée par un nom réseau. Lors de l&#039;installation d&#039;une&lt;br /&gt;
machine, on relève les données pertinentes pour la gestion du réseau et des&lt;br /&gt;
logiciels: adresse MAC, architecture (ia32, ia64, sparc, powerpc), fréquence&lt;br /&gt;
du processeur (en MHz), taille de la mémoire vive (en Mio) et taille du disque&lt;br /&gt;
dur (en Gio). Un serveur DHCP associe à une adresse MAC une adresse IP sur le&lt;br /&gt;
réseau (certaines adresses MAC peuvent ne pas être référencées).&lt;br /&gt;
&lt;br /&gt;
Sur chaque machine est installé un système d&#039;exploitation (ou&lt;br /&gt;
plusieurs).  Chaque système a un nom et une version, une architecture&lt;br /&gt;
d&#039;accueil et des besoins matériels minimaux (fréquence, mémoire et&lt;br /&gt;
disque dur). Un système ne peut être installé que sur une machine&lt;br /&gt;
deayant une architecture adéquate, c&#039;est-à-dire avec au moins les&lt;br /&gt;
ressources matérielles minimales. Certains systèmes sont propriétaires&lt;br /&gt;
et payants : il faut alors acheter des licences pour avoir le droit de&lt;br /&gt;
les installer. Le nombre d&#039;installations d&#039;un système payant&lt;br /&gt;
doit être inférieur au nombre de licences dont on dispose.&lt;br /&gt;
&lt;br /&gt;
Chaque machine peut être mise à disposition dans une salle, identifiée par son&lt;br /&gt;
numéro.  Les informations sur les salles indiquent le bâtiment et l&#039;étage où&lt;br /&gt;
elles se trouvent. Par ailleurs, le nombre de prises Ethernet est limité pour&lt;br /&gt;
chaque salle : on ne peut pas connecter plus de machines que ce qu&#039;il y a de&lt;br /&gt;
prises.&lt;br /&gt;
&lt;br /&gt;
==Travail à réaliser==&lt;br /&gt;
&lt;br /&gt;
Vous traiterez les trois parties suivantes dans un compte-rendu que vous ferez parvenir à votre responsable de TP.&lt;br /&gt;
&lt;br /&gt;
===Partie 1: Modèle de données===&lt;br /&gt;
&lt;br /&gt;
On propose la collection de relations suivante (les clefs sont en majuscules):&lt;br /&gt;
&lt;br /&gt;
  Systeme (IDENT_SYS, nom, version, edition, arch, freq_min, mem_min, dd_min, payant)&lt;br /&gt;
  Licence (NUM_CONTRAT, ident_sys, nb_licences)&lt;br /&gt;
  Machine (NOM_MACH, adr_mac, arch, freq_proc, taille_mem, taille_dd)&lt;br /&gt;
  Installation (NOM_MACH, IDENT_SYS)&lt;br /&gt;
  Dhcp (ADR_MAC, adr_ip)&lt;br /&gt;
  Salle (NOM_SALLE, BATIMENT, etage, nb_eth)&lt;br /&gt;
  Emplacement (NOM_MACH, nom_salle, batiment)&lt;br /&gt;
&lt;br /&gt;
# Guidés par la description du modèle, retrouvez le (ou plutôt un) schéma EA qui se traduit en cette collection de relations.&lt;br /&gt;
# Cette collection est-elle en 1FN, en 2FN , en 3FN ? Justifiez votre réponse.&lt;br /&gt;
# Identifiez parmi les attributs de ces relations lesquels sont des références à des clés étrangères.&lt;br /&gt;
&lt;br /&gt;
===Partie 2: Observation des scripts===&lt;br /&gt;
&lt;br /&gt;
Les fichiers SQL de création de la base de données vous sont fournis [http://www.lama.univ-savoie.fr/~vaux/ens/INFO-606/TP1 ici].&lt;br /&gt;
La base de donnée est hébergée sur le serveur &amp;lt;tt&amp;gt;eco.univ-savoie.fr&amp;lt;/tt&amp;gt; sur lequel vous pouvez vous connecter à travers le protocole SSH:&lt;br /&gt;
consultez à cet effet la page [http://eco.univ-savoie.fr/~cferr/Utilisation_PostgreSQL_-_TP_BD.html Utilisation d&#039;un serveur POSTGRESQL] sur la machine &amp;lt;tt&amp;gt;eco&amp;lt;/tt&amp;gt;.&lt;br /&gt;
Dans la création des tables de la base, apparaissent les instructions SQL suivantes:&lt;br /&gt;
&lt;br /&gt;
  constraint systeme_arch_valide check (arch in (&#039;IA32&#039;, &#039;IA64&#039;, &#039;PowerPC&#039;, &#039;SPARC&#039;))&lt;br /&gt;
  constraint salle_cle primary key (nom_salle, batiment)&lt;br /&gt;
  constraint emplacement_ref_salle foreign key (nom_salle, batiment) references salle(nom_salle, batiment)&lt;br /&gt;
&lt;br /&gt;
# Que signifient-elles ? Que permettent-elles de représenter ? &lt;br /&gt;
# Utilisez la commande &amp;lt;tt&amp;gt;\dS&amp;lt;/tt&amp;gt; pour visualiser la liste des tables système. Parmi ces tables, il existe une table &amp;lt;tt&amp;gt;pg_indexes&amp;lt;/tt&amp;gt; dont nous vous demandons de visualiser le contenu. A quoi correspond ce contenu ? de quoi s&#039;agit-il ? Faites le lien avec les tables de la base que vous avez à manipuler.&lt;br /&gt;
# Comment crée-t-on les utilisateurs et leur alloue-t-on des droits sur les tables ? Qui a actuellement des droits (et lesquels) sur les tables de la base &amp;lt;tt&amp;gt;TP1-BD-L3-2008-2009&amp;lt;/tt&amp;gt; ? Fouillez dans les tables système pour répondre à cette question.&lt;br /&gt;
&lt;br /&gt;
===Partie 3: Requêtes===&lt;br /&gt;
&lt;br /&gt;
En préalable à cette partie, nous vous demanderons de compléter la&lt;br /&gt;
base fournie de manière à ce que vous disposiez d&#039;un jeu de tests&lt;br /&gt;
suffisant pour vérifier vos requêtes. Vous fournirez les requêtes&lt;br /&gt;
nécessaires à l&#039;insertion de n-uplets dans les tables ou à la&lt;br /&gt;
modification des n-uplets existants.&lt;br /&gt;
&lt;br /&gt;
Pour la suite, il vous est demandé de donner l&#039;expression en algèbre&lt;br /&gt;
relationnelle, calcul relationnel et SQL des requêtes qui suivent, à exprimer&lt;br /&gt;
sur le schéma relationnel et la base correspondante, qui vous sont fournis&lt;br /&gt;
aujourd&#039;hui. &lt;br /&gt;
&lt;br /&gt;
# Liste des machines de l&#039;architecture &amp;lt;tt&amp;gt;IA32&amp;lt;/tt&amp;gt;.&lt;br /&gt;
# Listes des machines sur lesquelles le système &amp;lt;tt&amp;gt;WIN-XP-PRO-IA64&amp;lt;/tt&amp;gt; est installé.&lt;br /&gt;
# Liste des machines sur lesquelles est installé un Windows pour architecture &amp;lt;tt&amp;gt;IA64&amp;lt;/tt&amp;gt;.&lt;br /&gt;
# Listes des machines dans la réserve (celles qui ne sont dans aucune salle).&lt;br /&gt;
# Combien de licences pour &amp;lt;tt&amp;gt;WIN-XP-PRO-IA32&amp;lt;/tt&amp;gt; sont-elles utilisées ?&lt;br /&gt;
# Combien de licences pour Windows XP sur architecture &amp;lt;tt&amp;gt;IA32&amp;lt;/tt&amp;gt; (toutes éditions confondues) sont-elles disponibles ?&lt;br /&gt;
# Listes des systèmes payants, pour lesquels il n&#039;y a plus de licence disponible.&lt;br /&gt;
# Quels systèmes sont installables sur la machine &amp;lt;tt&amp;gt;barbatruc&amp;lt;/tt&amp;gt; avec les licences disponibles ?&lt;br /&gt;
# Sur quelles machines de la réserve peut-on installer &amp;lt;tt&amp;gt;UBUNTU-DESKTOP-8.10-IA32&amp;lt;/tt&amp;gt; ?&lt;br /&gt;
# Quel est le système le plus &amp;quot;gourmand&amp;quot; en mémoire vive (celui qui en demande le plus pour fonctionner) ? Ecrire cette requête en algèbre et calcul relationnels, puis en SQL SANS AVOIR RECOURS aux primitives de calcul (max notamment) introduites par &amp;lt;tt&amp;gt;SQL&amp;lt;/tt&amp;gt;.&lt;br /&gt;
# Quelles sont les salles dans lesquelles on pourra trouver des machines avec des systèmes windows et d&#039;autres avec des systèmes Ubuntu ?&lt;br /&gt;
# Quelles sont les salles dans lesquelles toutes les machines sont installées sous Ubuntu ?&lt;br /&gt;
# Quelles sont les salles dans lesquelles aucune machine n&#039;est installée sous Ubuntu ?&lt;br /&gt;
# Quelles sont les machines sur lesquelles sont installés tous les systèmes dont dispose l&#039;Université ?&lt;br /&gt;
# Quelle est la salle ayant la configuration la plus hétérogène (il s&#039;agit de la salle qui comporte la plus grande variété de systèmes installés sur ses machines) ?&lt;br /&gt;
# Pour chaque salle, indiquez son nom et le nombre de systèmes différents installés sur les machines qui l&#039;occupent.&lt;br /&gt;
# Pour chaque salle, indiquez le nombre de prises Ethernet libres.&lt;br /&gt;
# Dans quelles salles peut-on encore ajouter une machine ?&lt;br /&gt;
# Listez les adresses IP attribuées par le serveur DHCP.&lt;br /&gt;
# Listez les machines auxquelles le serveur DHCP attribue une adresse, mais qui sont dans la réserve et pas dans une salle.&lt;/div&gt;</summary>
		<author><name>Cferr</name></author>
	</entry>
	<entry>
		<id>http://os-vps418.infomaniak.ch:1250/mediawiki/index.php?title=INFO606-TP2-2010-2011&amp;diff=4100</id>
		<title>INFO606-TP2-2010-2011</title>
		<link rel="alternate" type="text/html" href="http://os-vps418.infomaniak.ch:1250/mediawiki/index.php?title=INFO606-TP2-2010-2011&amp;diff=4100"/>
		<updated>2009-03-29T21:46:15Z</updated>

		<summary type="html">&lt;p&gt;Cferr : &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Sujet du TP1 d&#039;[[INFO606]] en 2008/2009.&lt;br /&gt;
&lt;br /&gt;
==Description de la base à modéliser==&lt;br /&gt;
&lt;br /&gt;
Le SUMO (Service Universitaire de Mutualisation des Ordinateurs) gère un grand&lt;br /&gt;
parc de machines à disposition des étudiants, enseignants et personnels de&lt;br /&gt;
l&#039;Université.&lt;br /&gt;
&lt;br /&gt;
Chaque machine est identifiée par un nom réseau. Lors de l&#039;installation d&#039;une&lt;br /&gt;
machine, on relève les données pertinentes pour la gestion du réseau et des&lt;br /&gt;
logiciels: adresse MAC, architecture (ia32, ia64, sparc, powerpc), fréquence&lt;br /&gt;
du processeur (en MHz), taille de la mémoire vive (en Mio) et taille du disque&lt;br /&gt;
dur (en Gio). Un serveur DHCP associe à une adresse MAC une adresse IP sur le&lt;br /&gt;
réseau (certaines adresses MAC peuvent ne pas être référencées).&lt;br /&gt;
&lt;br /&gt;
Sur chaque machine est installé un système d&#039;exploitation (ou&lt;br /&gt;
plusieurs).  Chaque système a un nom et une version, une architecture&lt;br /&gt;
d&#039;accueil et des besoins matériels minimaux (fréquence, mémoire et&lt;br /&gt;
disque dur). Un système ne peut être installé que sur une machine&lt;br /&gt;
deayant une architecture adéquate, c&#039;est-à-dire avec au moins les&lt;br /&gt;
ressources matérielles minimales. Certains systèmes sont propriétaires&lt;br /&gt;
et payants : il faut alors acheter des licences pour avoir le droit de&lt;br /&gt;
les installer. Le nombre d&#039;installations d&#039;un système payant&lt;br /&gt;
doit être inférieur au nombre de licences dont on dispose.&lt;br /&gt;
&lt;br /&gt;
Chaque machine peut être mise à disposition dans une salle, identifiée par son&lt;br /&gt;
numéro.  Les informations sur les salles indiquent le bâtiment et l&#039;étage où&lt;br /&gt;
elles se trouvent. Par ailleurs, le nombre de prises Ethernet est limité pour&lt;br /&gt;
chaque salle : on ne peut pas connecter plus de machines que ce qu&#039;il y a de&lt;br /&gt;
prises.&lt;br /&gt;
&lt;br /&gt;
==Travail à réaliser==&lt;br /&gt;
&lt;br /&gt;
Vous traiterez les trois parties suivantes dans un compte-rendu que vous ferez parvenir à votre responsable de TP.&lt;br /&gt;
&lt;br /&gt;
===Partie 1: Modèle de données===&lt;br /&gt;
&lt;br /&gt;
On propose la collection de relations suivante (les clefs sont en majuscules):&lt;br /&gt;
&lt;br /&gt;
  Systeme (IDENT_SYS, nom, version, edition, arch, freq_min, mem_min, dd_min, payant)&lt;br /&gt;
  Licence (NUM_CONTRAT, ident_sys, nb_licences)&lt;br /&gt;
  Machine (NOM_MACH, adr_mac, arch, freq_proc, taille_mem, taille_dd)&lt;br /&gt;
  Installation (NOM_MACH, IDENT_SYS)&lt;br /&gt;
  Dhcp (ADR_MAC, adr_ip)&lt;br /&gt;
  Salle (NOM_SALLE, BATIMENT, etage, nb_eth)&lt;br /&gt;
  Emplacement (NOM_MACH, nom_salle, batiment)&lt;br /&gt;
&lt;br /&gt;
# Guidés par la description du modèle, retrouvez le (ou plutôt un) schéma EA qui se traduit en cette collection de relations.&lt;br /&gt;
# Cette collection est-elle en 1FN, en 2FN , en 3FN ? Justifiez votre réponse.&lt;br /&gt;
# Identifiez parmi les attributs de ces relations lesquels sont des références à des clés étrangères.&lt;br /&gt;
&lt;br /&gt;
===Partie 2: Observation des scripts===&lt;br /&gt;
&lt;br /&gt;
Les fichiers SQL de création de la base de données vous sont fournis [http://www.lama.univ-savoie.fr/~vaux/ens/INFO-606/TP1 ici].&lt;br /&gt;
La base de donnée est hébergée sur le serveur &amp;lt;tt&amp;gt;eco.univ-savoie.fr&amp;lt;/tt&amp;gt; sur lequel vous pouvez vous connecter à travers le protocole SSH:&lt;br /&gt;
consultez à cet effet la page [http://eco.univ-savoie.fr/~cferr/Utilisation_PostgreSQL_-_TP_BD.html Utilisation d&#039;un serveur POSTGRESQL] sur la machine &amp;lt;tt&amp;gt;eco&amp;lt;/tt&amp;gt;.&lt;br /&gt;
Dans la création des tables de la base, apparaissent les instructions SQL suivantes:&lt;br /&gt;
&lt;br /&gt;
  constraint systeme_arch_valide check (arch in (&#039;IA32&#039;, &#039;IA64&#039;, &#039;PowerPC&#039;, &#039;SPARC&#039;))&lt;br /&gt;
  constraint salle_cle primary key (nom_salle, batiment)&lt;br /&gt;
  constraint emplacement_ref_salle foreign key (nom_salle, batiment) references salle(nom_salle, batiment)&lt;br /&gt;
&lt;br /&gt;
# Que signifient-elles ? Que permettent-elles de représenter ? &lt;br /&gt;
# Utilisez la commande &amp;lt;tt&amp;gt;\dS&amp;lt;/tt&amp;gt; pour visulaliser la liste des tables système. Parmi ces tables, il existe une table &amp;lt;tt&amp;gt;pg_indexes&amp;lt;/tt&amp;gt; dont nous vous demandons de visualiser le contenu. A quoi correspond ce contenu ? de quoi s&#039;agit-il ? Faites le lien avec les tables de la base que vous avez à manipuler.&lt;br /&gt;
# Comment crée-t-on les utilisateurs et leur alloue-t-on des droits sur les tables ? Qui a actuellement des droits (et lesquels) sur les tables de la base &amp;lt;tt&amp;gt;TP1-BD-L3-2008-2009&amp;lt;/tt&amp;gt; ? Fouillez dans les tables système pour répondre à cette question.&lt;br /&gt;
&lt;br /&gt;
===Partie 3: Requêtes===&lt;br /&gt;
&lt;br /&gt;
En préalable à cette partie, nous vous demanderons de compléter la&lt;br /&gt;
base fournie de manière à ce que vous disposiez d&#039;un jeu de tests&lt;br /&gt;
suffisant pour vérifier vos requêtes. Vous fournirez les requêtes&lt;br /&gt;
nécessaires à l&#039;insertion de n-uplets dans les tables ou à la&lt;br /&gt;
modification des n-uplets existants.&lt;br /&gt;
&lt;br /&gt;
Pour la suite, il vous est demandé de donner l&#039;expression en algèbre&lt;br /&gt;
relationnelle, calcul relationnel et SQL des requêtes qui suivent, à exprimer&lt;br /&gt;
sur le schéma relationnel et la base correspondante, qui vous sont fournis&lt;br /&gt;
aujourd&#039;hui. &lt;br /&gt;
&lt;br /&gt;
# Liste des machines de l&#039;architecture &amp;lt;tt&amp;gt;IA32&amp;lt;/tt&amp;gt;.&lt;br /&gt;
# Listes des machines sur lesquelles le système &amp;lt;tt&amp;gt;WIN-XP-PRO-IA64&amp;lt;/tt&amp;gt; est installé.&lt;br /&gt;
# Liste des machines sur lesquelles est installé un Windows pour architecture &amp;lt;tt&amp;gt;IA64&amp;lt;/tt&amp;gt;.&lt;br /&gt;
# Listes des machines dans la réserve (celles qui ne sont dans aucune salle).&lt;br /&gt;
# Combien de licences pour &amp;lt;tt&amp;gt;WIN-XP-PRO-IA32&amp;lt;/tt&amp;gt; sont-elles utilisées ?&lt;br /&gt;
# Combien de licences pour Windows XP sur architecture &amp;lt;tt&amp;gt;IA32&amp;lt;/tt&amp;gt; (toutes éditions confondues) sont-elles disponibles ?&lt;br /&gt;
# Listes des systèmes payants, pour lesquels il n&#039;y a plus de licence disponible.&lt;br /&gt;
# Quels systèmes sont installables sur la machine &amp;lt;tt&amp;gt;barbatruc&amp;lt;/tt&amp;gt; avec les licences disponibles ?&lt;br /&gt;
# Sur quelles machines de la réserve peut-on installer &amp;lt;tt&amp;gt;UBUNTU-DESKTOP-8.10-IA32&amp;lt;/tt&amp;gt; ?&lt;br /&gt;
# Quel est le système le plus &amp;quot;gourmand&amp;quot; en mémoire vive (celui qui en demande le plus pour fonctionner) ? Ecrire cette requête en algèbre et calcul relationnels, puis en SQL SANS AVOIR RECOURS aux primitives de calcul (max notamment) introduites par &amp;lt;tt&amp;gt;SQL&amp;lt;/tt&amp;gt;.&lt;br /&gt;
# Quelles sont les salles dans lesquelles on pourra trouver des machines avec des systèmes windows et d&#039;autres avec des systèmes Ubuntu ?&lt;br /&gt;
# Quelles sont les salles dans lesquelles toutes les machines sont installées sous Ubuntu ?&lt;br /&gt;
# Quelles sont les salles dans lesquelles aucune machine n&#039;est installée sous Ubuntu ?&lt;br /&gt;
# Quelles sont les machines sur lesquelles sont installés tous les systèmes dont dispose l&#039;Université ?&lt;br /&gt;
# Quelle est la salle ayant la configuration la plus hétérogène (il s&#039;agit de la salle qui comporte la plus grande variété de systèmes installés sur ses machines) ?&lt;br /&gt;
# Pour chaque salle, indiquez son nom et le nombre de systèmes différents installés sur les machines qui l&#039;occupent.&lt;br /&gt;
# Pour chaque salle, indiquez le nombre de prises Ethernet libres.&lt;br /&gt;
# Dans quelles salles peut-on encore ajouter une machine ?&lt;br /&gt;
# Listez les adresses IP attribuées par le serveur DHCP.&lt;br /&gt;
# Listez les machines auxquelles le serveur DHCP attribue une adresse, mais qui sont dans la réserve et pas dans une salle.&lt;/div&gt;</summary>
		<author><name>Cferr</name></author>
	</entry>
	<entry>
		<id>http://os-vps418.infomaniak.ch:1250/mediawiki/index.php?title=CSCL_Workshop_Challenge_on_Adaptation&amp;diff=4099</id>
		<title>CSCL Workshop Challenge on Adaptation</title>
		<link rel="alternate" type="text/html" href="http://os-vps418.infomaniak.ch:1250/mediawiki/index.php?title=CSCL_Workshop_Challenge_on_Adaptation&amp;diff=4099"/>
		<updated>2009-03-29T21:34:32Z</updated>

		<summary type="html">&lt;p&gt;Cferr : &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;big&amp;gt;Competitive Challenge on Adapting Activities Modeled by CSCL Scripts&amp;lt;/big&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;[http://www.isls.org/CSCL2009/Pre-Conference7.htm Workshop] at [http://www.isls.org/CSCL2009/welcome.htm CSCL&#039;2009] - Monday, June 8th, 2009.&amp;lt;/big&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Call for &amp;quot;modeling solutions&amp;quot; open.&#039;&#039;&#039;&lt;br /&gt;
* If you want to apply as a [[CSCL_Workshop_Challenge_on_Adaptation#Format_of_the_workshop:_a_challenge_with_one_benchmark_scenario| competitor]], please fill the [http://ldl.pentila.com/ateliers/cscl-2009-workshop/cscl-2009-competitive-challenge-workshop-submission-form_final.doc/download form] describing your solution and send it to [mailto:Christine.Ferraris@univ-savoie.fr Christine Ferraris]&lt;br /&gt;
* deadline &#039;&#039;&#039;April the 6th&#039;&#039;&#039;. Note that this deadline has been settled to be compatible with CSCL early registration deadline; so late contributions will be considered.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;h2&amp;gt;Program and Organizing committee&amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;[mailto:Christine.Ferraris@univ-savoie.fr Christine Ferraris], [mailto:Laurence.Vignollet@univ-savoie.fr Laurence Vignollet], [mailto:Christian.martel@univ-savoie.fr Christian Martel], Scenarios Team, Syscom, Université de Savoie, France&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[mailto:andreas.harrer@ku-eichstaett.de Andreas Harrer], Catholic University Eichstätt-Ingolstadt, Germany&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[mailto:yannis@yllera.tel.uva.es Yannis  Dimitriadis], GSIC, University of Valladolid, Spain,&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;Contact: [mailto:Christine.Ferraris@univ-savoie.fr Christine Ferraris]&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Theme and Goals of the workshop&amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Both the Learning Design community and  the CSCL scripting community are working on the problem of modeling learning  activities. The idea is to build a formal description of such activities  (called a script, or a scenario, or a sequence, or a learning design) that a  computer will be able to read and interpret in order to automatically generate  the CSCL environment that will support the execution of the corresponding  activity. Researchers of these communities have thus proposed and developed  models, languages, methodologies and tools to support this approach.&lt;br /&gt;
&lt;br /&gt;
A script is written in a given language  (for example IMS-LD, LDL, the collaborative scripting language, etc.) and  transformed in an activity running on an existing virtual learning environment.  Thus the activity is strictly running according to what is described in the  script: it cannot deviate as it is scaffolded by a computer process. The  problem then is the following: how can it be adapted to events that may occur  in the activity. Indeed, learning activities are continuously evolving whilst  they are running. Teachers always have to adapt the situation to the learners’  reactions and to external events. Some may have been planned and the teacher  knows how to react; some may be unpredictable and the teacher has to imagine a  way to adapt.&lt;br /&gt;
&lt;br /&gt;
The theme of this workshop is the  adaptation of activities modeled by CSCL scripts according to what is happening  in the activity. The issues to deal with include the following:&lt;br /&gt;
      &amp;lt;ul&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;Can adaptation be taken into  account in the scripting approach?&amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;What are the models and  languages required to do that adaptation? &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;Do the currently existing  models, languages and supporting tools handle this problem? &amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;li&amp;gt;Which concepts do these  currently existing models, languages and supporting tools propose for that? &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;How can adaptation be handled? &amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;p&amp;gt;These issues may be considered in both  the case of foreseen events (adaptation is specified within the script) and the case of unforeseen events (there is nothing in the script to define how to  react). &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;adaptation&#039;&#039;&#039; problem raises another problem: the &#039;&#039;&#039;&#039;observation&#039;&#039;&#039;&#039; one. The workshop will also deal with this problem issue: how can an activity  be observed while it is going on? Are concepts dedicated to observation needed  in the script models? What currently exists to support observation within scripting approaches? Which models? Which tools?&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Format of the workshop: a challenge with one benchmark scenario&amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;p&amp;gt;The workshop is defined as a kind of  competition gathering teams that will have to work on the design of a [[CSCL_Workshop_Challenge_on_Adaptation#The_proposed_case_study|common case study]] (a given learning activity which will serve as a benchmark) dealing  with the issues mentioned above. Two kinds of participants are expected: &amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;ul&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;&#039;&#039;&#039;&#039;&#039;“competitors”&#039;&#039;&#039;&#039;&#039;, who will be  engaged in the challenge,&amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;&#039;&#039;&#039;&#039;&#039;“attendees”&#039;&#039;&#039;&#039;&#039;, who will be able  to look at the concrete competitors’ solutions, to get hands-on experience with  these solutions and to discuss further requirements with the competitors.&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;/ul&amp;gt;&lt;br /&gt;
      &amp;lt;p&amp;gt;It is open to any academic or industrial  e-learning researcher, e-learning designer or e-learning practitioner in CSCL.  It will allow confronting the various solutions and models, approaches and  tools through modeling experiences of collaborative learning activities,  considering the adaptation and observation problems, starting from a real  situation to be modeled and ending at the corresponding implemented activity. &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Planned activities&amp;lt;/h2&amp;gt;&lt;br /&gt;
      &lt;br /&gt;
&amp;lt;h3&amp;gt;Pre-workshop – call for &amp;quot;modeling solutions&amp;quot;&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
A [[CSCL_Workshop_Challenge_on_Adaptation#The_proposed_case_study| &amp;quot;challenge”]],  i.e. a scenario that should be modeled by the different competitors, has been issued. Potential contributors  (future competitors) are expected to submit an initial text describing briefly their solution approach and the issues tackled in the solution for a short reviewing  process to select competitors. &lt;br /&gt;
&lt;br /&gt;
The selected competitors are expected to prepare a solution to the challenge for the workshop event.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;During the workshop (one full day)&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;ul&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;Presentation of the  competitors’ solution and discussion during the morning session;&amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;Open space in the afternoon for  the participants to test the solutions and play with them. This will be  followed by a concluding session, summarizing and comparing the approaches, and  identifying further ToDos for the field.&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;/ul&amp;gt;&lt;br /&gt;
      &lt;br /&gt;
&amp;lt;h3&amp;gt;Post-workshop&amp;lt;/h3&amp;gt;&lt;br /&gt;
      &amp;lt;p&amp;gt;The competitors&#039; solutions will be  collected into a technical report on “adaptation for CSCL scripts” and  published at least in the web. We are currently considering a publication for a  special issue of a journal.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Submission procedure and deadlines ==&lt;br /&gt;
&lt;br /&gt;
Potential contributors (future competitors) are expected to submit a text describing briefly their solution approach (planned modeling technique to be used, intended CSCL tools, adaptation approach) and the issues tackled in the solution. A [http://ldl.pentila.com/ateliers/cscl-2009-workshop/cscl-2009-competitive-challenge-workshop-submission-form_final.doc/download template] is provided to help the contributors provide the expected information.&lt;br /&gt;
&lt;br /&gt;
As we want competitors to have time in preparing the solution and not to be overbooked with writing tasks, &#039;&#039;&#039;the required description is voluntarily short&#039;&#039;&#039;. The final decision to be engaged as a competitor in the workshop will be taken on the basis of the description submitted. &lt;br /&gt;
&lt;br /&gt;
If you want to apply as a competitor, please fill the form in and send it to [mailto:Christine.Ferraris@univ-savoie.fr Christine Ferraris] no later than &#039;&#039;&#039;April 6th&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Notification for acceptance as a competitor will be sent by &#039;&#039;&#039;April the 10th&#039;&#039;&#039; (deadline for early registration for CSCL is April the 20th).&lt;br /&gt;
&lt;br /&gt;
== The proposed case study ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Preamble ===&lt;br /&gt;
&lt;br /&gt;
A case study to be modeled as well as potential issues related to the adaptation and observation problems are proposed to potential contributors (future competitors). The issues are described below and illustrated in relation to the case study. Of course, contributors are not expected to consider all the issues and to provide solutions for all of them. Contributors are neither obliged to consider the listed issues as a restrictive list. &lt;br /&gt;
&lt;br /&gt;
The same holds for the case study. It is proposed as an example which facilitates the description of the adaptation issues (as they can be easily situated within this example) and it may serve as a means to facilitate the comparison of the contributors’ proposals. Contributors are free to adapt it and even to use whatever case study they want (please indicate this in your submission). &lt;br /&gt;
&lt;br /&gt;
=== Rough description of the case study ===&lt;br /&gt;
&lt;br /&gt;
The activity to model is made of two parts: an individual work part (quiz part) followed by a collaborative one (discussion part). In the first one, learners are working individually on answering to some questions related to a theme they have collectively chosen at the begin of the activity (among a list of predefined ones, for example in the ecology domain, “waste sorting”, “water”, “biodiversity”, “renewable energies”). Their progression from one question to the other depends on the correctness of the answer provided. When they have all answered the last question, they are allowed to begin to discuss together and with the teacher about the theme and the answers they have provided.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== The adaptation issues to deal with ==&lt;br /&gt;
&lt;br /&gt;
The context in which we consider the adaptation problem is the following: an activity corresponding to the scenario given above is running. This means at least that:&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
  &amp;lt;li&amp;gt;the operationalization/instanciation data have been settled:&lt;br /&gt;
  &amp;lt;ul&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;a group of participants has been registered to be involved in that activity. They are identified and known. Roles have been attributed to them so that they can play the scenario through these roles;&lt;br /&gt;
    &amp;lt;li&amp;gt;the resources and services required have been selected and are available;&lt;br /&gt;
  &amp;lt;/ul&amp;gt;&lt;br /&gt;
  &amp;lt;li&amp;gt;the activity has begun;&lt;br /&gt;
  &amp;lt;li&amp;gt;there is someone (a teacher for example) who has the means of observing the activity and being aware of what is going on.&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Adaptation issues to be considered by contributors may include but are not restricted to the [[CSCL_Workshop_Challenge_on_Adaptation#Predefined_adaptation|predefined]] and [[CSCL_Workshop_Challenge_on_Adaptation#Adaptation_.E2.80.9Con_the_fly.E2.80.9D|&amp;quot;on the fly&amp;quot;]]  adaptation. This is detailed in what follows.&lt;br /&gt;
&lt;br /&gt;
=== Predefined adaptation ===&lt;br /&gt;
&lt;br /&gt;
This is the case for foreseen events (adaptation is specified within the script)&lt;br /&gt;
&lt;br /&gt;
==== Adaptation of the learning flow ====&lt;br /&gt;
&lt;br /&gt;
The learning flow may not be the same for all the actors involved in the activity, even if they have the same role. It may also depend on what happens while the activity is going on. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example in the case study:&#039;&#039;&#039; In the case study, there are at least two examples of predefined adaptation of the learning flow. The first one concerns the choice of the theme by the group of students at the beginning of the activity. The questions presented to them will depend on that theme. That means that, when preparing the activity, the scenario designer will have to define several sets of questions and to define to which theme each of these sets is related. Once the theme is chosen by the students, the associated set of questions will automatically be selected.&lt;br /&gt;
&lt;br /&gt;
The answer-dependent progression from one question to another is the second example. It also has to be considered in advance and predefined by the scenario designer.&lt;br /&gt;
&lt;br /&gt;
=== Adaptation “on the fly” ===&lt;br /&gt;
&lt;br /&gt;
This is the case for unforeseen events (there is nothing in the script to define how to react). We have considered 3 situations in which adaptation « on the fly » may occur. &lt;br /&gt;
&lt;br /&gt;
==== (1) Adaptation of the learning flow without modifying the scenario ====&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example in the case study:&#039;&#039;&#039; The students have chosen the theme to work on. They are currently involved in the quiz part of the scenario. Imagine that one of the students involved in the activity is late. He is still pondering on the first question whereas the other students are on the last one. The teacher then decides to let him forget about this first question and the intermediary ones and directly deal with the last one. The concerned student will thus “jump” from question 1 directly to last question.&lt;br /&gt;
&lt;br /&gt;
==== (2) Modification of the operationalisation/instanciation data ====&lt;br /&gt;
&lt;br /&gt;
This data is the one that is settled during the operationalization/instanciation phase, i.e. the data refers at least to the persons participating in the activity and the required resources (learning objects and services). They can be considered as the contextualization parameters. They are necessary to transform a scenario into an actual running activity. Modifying this data is at least a matter of:&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
  &amp;lt;li&amp;gt;modifying the participants currently involved in an ongoing activity (suppressing one of them - for example because s/he moved house and s/he now goes to a new school -, adding a new participant, or changing the distribution of roles, ...)&lt;br /&gt;
  &amp;lt;li&amp;gt;modifying the resources put at the participants&#039; disposal&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example in the case study:&#039;&#039;&#039; The activity has begun. The students have chosen a theme and are currently answering to the questions. Imagine that a new student, Gerry, wants to join this group. What about adding him to this ongoing activity whereas he was not supposed at all to participate? Two cases could be distinguished: the one where the students are currently answering to the questions (they are in the quiz part of the scenario) and the one where they have finished the quiz part and are currently involved in the discussion part.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Note that this situation is different from the previous one[[CSCL_Workshop_Challenge_on_Adaptation#.281.29_Adaptation_of_the_learning_flow_without_modifying_the_scenario | (Situation (1) described above)]]. In this case, the student to be added as a participant to the activity was not supposed to participate. In the previous one, he is a member of the group; he is involved in the activity; he is just late in doing the work.&lt;br /&gt;
&lt;br /&gt;
==== (3) Modification of the scenario ====&lt;br /&gt;
&lt;br /&gt;
Some events occurring within an ongoing activity may lead to the modification of the scenario itself.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example in the case study:&#039;&#039;&#039; The students are currently involved in the discussion part of the activity. The teacher has the opportunity of inviting an expert of the theme to the discussion. He thinks this will be of a great interest for the students. To do that, he has to modify the scenario in order to add a new role (the “expert” one) and the means for this expert to join the discussion and participate to it.  Also, he has to allocate this role to the expert he knows.&lt;br /&gt;
&lt;br /&gt;
== The related observation problems ==&lt;br /&gt;
&lt;br /&gt;
A proposal for different purposes of observation:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Observation to be used by the engine for pre-defined adaptation: e.g. selection of topic and answers to questions&lt;br /&gt;
&amp;lt;li&amp;gt;Observation to be used by a moderator during the learning experience (on-the-fly adaptation): e.g. progress state of students, composition of groups (maybe a dropout or latecomer)&lt;br /&gt;
&amp;lt;li&amp;gt;Observation to be used by analyst (a posteriori for research / evaluation): e.g. were there situations of “Conflict/disagreement” in the discussion?&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;/div&gt;</summary>
		<author><name>Cferr</name></author>
	</entry>
	<entry>
		<id>http://os-vps418.infomaniak.ch:1250/mediawiki/index.php?title=CSCL_Workshop_Challenge_on_Adaptation&amp;diff=4063</id>
		<title>CSCL Workshop Challenge on Adaptation</title>
		<link rel="alternate" type="text/html" href="http://os-vps418.infomaniak.ch:1250/mediawiki/index.php?title=CSCL_Workshop_Challenge_on_Adaptation&amp;diff=4063"/>
		<updated>2009-03-18T09:22:45Z</updated>

		<summary type="html">&lt;p&gt;Cferr : &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;big&amp;gt;Competitive Challenge on Adapting Activities Modeled by CSCL Scripts&amp;lt;/big&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;[http://www.isls.org/CSCL2009/Pre-Conference7.htm Workshop] at [http://www.isls.org/CSCL2009/welcome.htm CSCL&#039;2009] - Monday, June 8th, 2009.&amp;lt;/big&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Call for &amp;quot;modeling solutions&amp;quot; open.&#039;&#039;&#039;&lt;br /&gt;
* If you want to apply as a [[CSCL_Workshop_Challenge_on_Adaptation#Format_of_the_workshop:_a_challenge_with_one_benchmark_scenario| competitor]], please fill the [http://ldl.pentila.com/ateliers/cscl-2009-workshop/cscl-2009-competitive-challenge-workshop-submission-form_final.doc/download form] describing your solution and send it to [mailto:Christine.Ferraris@univ-savoie.fr Christine Ferraris]&lt;br /&gt;
* deadline &#039;&#039;&#039;April the 6th&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;h2&amp;gt;Program and Organizing committee&amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;[mailto:Christine.Ferraris@univ-savoie.fr Christine Ferraris], [mailto:Laurence.Vignollet@univ-savoie.fr Laurence Vignollet], [mailto:Christian.martel@univ-savoie.fr Christian Martel], Scenarios Team, Syscom, Université de Savoie, France&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[mailto:andreas.harrer@ku-eichstaett.de Andreas Harrer], Catholic University Eichstätt-Ingolstadt, Germany&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[mailto:yannis@yllera.tel.uva.es Yannis  Dimitriadis], GSIC, University of Valladolid, Spain,&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;Contact: [mailto:Christine.Ferraris@univ-savoie.fr Christine Ferraris]&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Theme and Goals of the workshop&amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Both the Learning Design community and  the CSCL scripting community are working on the problem of modeling learning  activities. The idea is to build a formal description of such activities  (called a script, or a scenario, or a sequence, or a learning design) that a  computer will be able to read and interpret in order to automatically generate  the CSCL environment that will support the execution of the corresponding  activity. Researchers of these communities have thus proposed and developed  models, languages, methodologies and tools to support this approach.&lt;br /&gt;
&lt;br /&gt;
A script is written in a given language  (for example IMS-LD, LDL, the collaborative scripting language, etc.) and  transformed in an activity running on an existing virtual learning environment.  Thus the activity is strictly running according to what is described in the  script: it cannot deviate as it is scaffolded by a computer process. The  problem then is the following: how can it be adapted to events that may occur  in the activity. Indeed, learning activities are continuously evolving whilst  they are running. Teachers always have to adapt the situation to the learners’  reactions and to external events. Some may have been planned and the teacher  knows how to react; some may be unpredictable and the teacher has to imagine a  way to adapt.&lt;br /&gt;
&lt;br /&gt;
The theme of this workshop is the  adaptation of activities modeled by CSCL scripts according to what is happening  in the activity. The issues to deal with include the following:&lt;br /&gt;
      &amp;lt;ul&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;Can adaptation be taken into  account in the scripting approach?&amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;What are the models and  languages required to do that adaptation? &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;Do the currently existing  models, languages and supporting tools handle this problem? &amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;li&amp;gt;Which concepts do these  currently existing models, languages and supporting tools propose for that? &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;How can adaptation be handled? &amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;p&amp;gt;These issues may be considered in both  the case of foreseen events (adaptation is specified within the script) and the case of unforeseen events (there is nothing in the script to define how to  react). &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;adaptation&#039;&#039;&#039; problem raises another problem: the &#039;&#039;&#039;&#039;observation&#039;&#039;&#039;&#039; one. The workshop will also deal with this problem issue: how can an activity  be observed while it is going on? Are concepts dedicated to observation needed  in the script models? What currently exists to support observation within scripting approaches? Which models? Which tools?&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Format of the workshop: a challenge with one benchmark scenario&amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;p&amp;gt;The workshop is defined as a kind of  competition gathering teams that will have to work on the design of a [[CSCL_Workshop_Challenge_on_Adaptation#The_proposed_case_study|common case study]] (a given learning activity which will serve as a benchmark) dealing  with the issues mentioned above. Two kinds of participants are expected: &amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;ul&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;&#039;&#039;&#039;&#039;&#039;“competitors”&#039;&#039;&#039;&#039;&#039;, who will be  engaged in the challenge,&amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;&#039;&#039;&#039;&#039;&#039;“attendees”&#039;&#039;&#039;&#039;&#039;, who will be able  to look at the concrete competitors’ solutions, to get hands-on experience with  these solutions and to discuss further requirements with the competitors.&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;/ul&amp;gt;&lt;br /&gt;
      &amp;lt;p&amp;gt;It is open to any academic or industrial  e-learning researcher, e-learning designer or e-learning practitioner in CSCL.  It will allow confronting the various solutions and models, approaches and  tools through modeling experiences of collaborative learning activities,  considering the adaptation and observation problems, starting from a real  situation to be modeled and ending at the corresponding implemented activity. &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Planned activities&amp;lt;/h2&amp;gt;&lt;br /&gt;
      &lt;br /&gt;
&amp;lt;h3&amp;gt;Pre-workshop – call for &amp;quot;modeling solutions&amp;quot;&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
A [[CSCL_Workshop_Challenge_on_Adaptation#The_proposed_case_study| &amp;quot;challenge”]],  i.e. a scenario that should be modeled by the different competitors, has been issued. Potential contributors  (future competitors) are expected to submit an initial text describing briefly their solution approach and the issues tackled in the solution for a short reviewing  process to select competitors. &lt;br /&gt;
&lt;br /&gt;
The selected competitors are expected to prepare a solution to the challenge for the workshop event.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;During the workshop (one full day)&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;ul&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;Presentation of the  competitors’ solution and discussion during the morning session;&amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;Open space in the afternoon for  the participants to test the solutions and play with them. This will be  followed by a concluding session, summarizing and comparing the approaches, and  identifying further ToDos for the field.&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;/ul&amp;gt;&lt;br /&gt;
      &lt;br /&gt;
&amp;lt;h3&amp;gt;Post-workshop&amp;lt;/h3&amp;gt;&lt;br /&gt;
      &amp;lt;p&amp;gt;The competitors&#039; solutions will be  collected into a technical report on “adaptation for CSCL scripts” and  published at least in the web. We are currently considering a publication for a  special issue of a journal.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Submission procedure and deadlines ==&lt;br /&gt;
&lt;br /&gt;
Potential contributors (future competitors) are expected to submit a text describing briefly their solution approach (planned modeling technique to be used, intended CSCL tools, adaptation approach) and the issues tackled in the solution. A [http://ldl.pentila.com/ateliers/cscl-2009-workshop/cscl-2009-competitive-challenge-workshop-submission-form_final.doc/download template] is provided to help the contributors provide the expected information.&lt;br /&gt;
&lt;br /&gt;
As we want competitors to have time in preparing the solution and not to be overbooked with writing tasks, &#039;&#039;&#039;the required description is voluntarily short&#039;&#039;&#039;. The final decision to be engaged as a competitor in the workshop will be taken on the basis of the description submitted. &lt;br /&gt;
&lt;br /&gt;
If you want to apply as a competitor, please fill the form in and send it to [mailto:Christine.Ferraris@univ-savoie.fr Christine Ferraris] no later than &#039;&#039;&#039;April 6th&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Notification for acceptance as a competitor will be sent by &#039;&#039;&#039;April the 10th&#039;&#039;&#039; (deadline for early registration for CSCL is April the 20th).&lt;br /&gt;
&lt;br /&gt;
== The proposed case study ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Preamble ===&lt;br /&gt;
&lt;br /&gt;
A case study to be modeled as well as potential issues related to the adaptation and observation problems are proposed to potential contributors (future competitors). The issues are described below and illustrated in relation to the case study. Of course, contributors are not expected to consider all the issues and to provide solutions for all of them. Contributors are neither obliged to consider the listed issues as a restrictive list. &lt;br /&gt;
&lt;br /&gt;
The same holds for the case study. It is proposed as an example which facilitates the description of the adaptation issues (as they can be easily situated within this example) and it may serve as a means to facilitate the comparison of the contributors’ proposals. Contributors are free to adapt it and even to use whatever case study they want (please indicate this in your submission). &lt;br /&gt;
&lt;br /&gt;
=== Rough description of the case study ===&lt;br /&gt;
&lt;br /&gt;
The activity to model is made of two parts: an individual work part (quiz part) followed by a collaborative one (discussion part). In the first one, learners are working individually on answering to some questions related to a theme they have collectively chosen at the begin of the activity (among a list of predefined ones, for example in the ecology domain, “waste sorting”, “water”, “biodiversity”, “renewable energies”). Their progression from one question to the other depends on the correctness of the answer provided. When they have all answered the last question, they are allowed to begin to discuss together and with the teacher about the theme and the answers they have provided.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== The adaptation issues to deal with ==&lt;br /&gt;
&lt;br /&gt;
The context in which we consider the adaptation problem is the following: an activity corresponding to the scenario given above is running. This means at least that:&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
  &amp;lt;li&amp;gt;the operationalization/instanciation data have been settled:&lt;br /&gt;
  &amp;lt;ul&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;a group of participants has been registered to be involved in that activity. They are identified and known. Roles have been attributed to them so that they can play the scenario through these roles;&lt;br /&gt;
    &amp;lt;li&amp;gt;the resources and services required have been selected and are available;&lt;br /&gt;
  &amp;lt;/ul&amp;gt;&lt;br /&gt;
  &amp;lt;li&amp;gt;the activity has begun;&lt;br /&gt;
  &amp;lt;li&amp;gt;there is someone (a teacher for example) who has the means of observing the activity and being aware of what is going on.&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Adaptation issues to be considered by contributors may include but are not restricted to the [[CSCL_Workshop_Challenge_on_Adaptation#Predefined_adaptation|predefined]] and [[CSCL_Workshop_Challenge_on_Adaptation#Adaptation_.E2.80.9Con_the_fly.E2.80.9D|&amp;quot;on the fly&amp;quot;]]  adaptation. This is detailed in what follows.&lt;br /&gt;
&lt;br /&gt;
=== Predefined adaptation ===&lt;br /&gt;
&lt;br /&gt;
This is the case for foreseen events (adaptation is specified within the script)&lt;br /&gt;
&lt;br /&gt;
==== Adaptation of the learning flow ====&lt;br /&gt;
&lt;br /&gt;
The learning flow may not be the same for all the actors involved in the activity, even if they have the same role. It may also depend on what happens while the activity is going on. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example in the case study:&#039;&#039;&#039; In the case study, there are at least two examples of predefined adaptation of the learning flow. The first one concerns the choice of the theme by the group of students at the beginning of the activity. The questions presented to them will depend on that theme. That means that, when preparing the activity, the scenario designer will have to define several sets of questions and to define to which theme each of these sets is related. Once the theme is chosen by the students, the associated set of questions will automatically be selected.&lt;br /&gt;
&lt;br /&gt;
The answer-dependent progression from one question to another is the second example. It also has to be considered in advance and predefined by the scenario designer.&lt;br /&gt;
&lt;br /&gt;
=== Adaptation “on the fly” ===&lt;br /&gt;
&lt;br /&gt;
This is the case for unforeseen events (there is nothing in the script to define how to react). We have considered 3 situations in which adaptation « on the fly » may occur. &lt;br /&gt;
&lt;br /&gt;
==== (1) Adaptation of the learning flow without modifying the scenario ====&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example in the case study:&#039;&#039;&#039; The students have chosen the theme to work on. They are currently involved in the quiz part of the scenario. Imagine that one of the students involved in the activity is late. He is still pondering on the first question whereas the other students are on the last one. The teacher then decides to let him forget about this first question and the intermediary ones and directly deal with the last one. The concerned student will thus “jump” from question 1 directly to last question.&lt;br /&gt;
&lt;br /&gt;
==== (2) Modification of the operationalisation/instanciation data ====&lt;br /&gt;
&lt;br /&gt;
This data is the one that is settled during the operationalization/instanciation phase, i.e. the data refers at least to the persons participating in the activity and the required resources (learning objects and services). They can be considered as the contextualization parameters. They are necessary to transform a scenario into an actual running activity. Modifying this data is at least a matter of:&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
  &amp;lt;li&amp;gt;modifying the participants currently involved in an ongoing activity (suppressing one of them - for example because s/he moved house and s/he now goes to a new school -, adding a new participant, or changing the distribution of roles, ...)&lt;br /&gt;
  &amp;lt;li&amp;gt;modifying the resources put at the participants&#039; disposal&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example in the case study:&#039;&#039;&#039; The activity has begun. The students have chosen a theme and are currently answering to the questions. Imagine that a new student, Gerry, wants to join this group. What about adding him to this ongoing activity whereas he was not supposed at all to participate? Two cases could be distinguished: the one where the students are currently answering to the questions (they are in the quiz part of the scenario) and the one where they have finished the quiz part and are currently involved in the discussion part.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Note that this situation is different from the previous one[[CSCL_Workshop_Challenge_on_Adaptation#.281.29_Adaptation_of_the_learning_flow_without_modifying_the_scenario | (Situation (1) described above)]]. In this case, the student to be added as a participant to the activity was not supposed to participate. In the previous one, he is a member of the group; he is involved in the activity; he is just late in doing the work.&lt;br /&gt;
&lt;br /&gt;
==== (3) Modification of the scenario ====&lt;br /&gt;
&lt;br /&gt;
Some events occurring within an ongoing activity may lead to the modification of the scenario itself.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example in the case study:&#039;&#039;&#039; The students are currently involved in the discussion part of the activity. The teacher has the opportunity of inviting an expert of the theme to the discussion. He thinks this will be of a great interest for the students. To do that, he has to modify the scenario in order to add a new role (the “expert” one) and the means for this expert to join the discussion and participate to it.  Also, he has to allocate this role to the expert he knows.&lt;br /&gt;
&lt;br /&gt;
== The related observation problems ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;To be completed&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
A proposal for different purposes of observation:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Observation to be used by the engine for pre-defined adaptation: e.g. selection of topic and answers to questions&lt;br /&gt;
&amp;lt;li&amp;gt;Observation to be used by a moderator during the learning experience (on-the-fly adaptation): e.g. progress state of students, composition of groups (maybe a dropout or latecomer)&lt;br /&gt;
&amp;lt;li&amp;gt;Observation to be used by analyst (a posteriori for research / evaluation): e.g. were there situations of “Conflict/disagreement” in the discussion?&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;/div&gt;</summary>
		<author><name>Cferr</name></author>
	</entry>
	<entry>
		<id>http://os-vps418.infomaniak.ch:1250/mediawiki/index.php?title=CSCL_Workshop_Challenge_on_Adaptation&amp;diff=4062</id>
		<title>CSCL Workshop Challenge on Adaptation</title>
		<link rel="alternate" type="text/html" href="http://os-vps418.infomaniak.ch:1250/mediawiki/index.php?title=CSCL_Workshop_Challenge_on_Adaptation&amp;diff=4062"/>
		<updated>2009-03-18T09:18:57Z</updated>

		<summary type="html">&lt;p&gt;Cferr : &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;big&amp;gt;Competitive Challenge on Adapting Activities Modeled by CSCL Scripts&amp;lt;/big&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;[http://www.isls.org/CSCL2009/Pre-Conference7.htm Workshop] at [http://www.isls.org/CSCL2009/welcome.htm CSCL&#039;2009] - Monday, June 8th, 2009.&amp;lt;/big&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Call for &amp;quot;modeling solutions&amp;quot; open.&#039;&#039;&#039;&lt;br /&gt;
* If you want to apply as a [[CSCL_Workshop_Challenge_on_Adaptation#Format__of_the_workshop:_a_challenge_with_one_benchmark_scenario|competitor]], please fill the [http://ldl.pentila.com/ateliers/cscl-2009-workshop/cscl-2009-competitive-challenge-workshop-submission-form_final.doc/download form] describing your solution and send it to [mailto:Christine.Ferraris@univ-savoie.fr Christine Ferraris]&lt;br /&gt;
* deadline &#039;&#039;&#039;April the 6th&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;h2&amp;gt;Program and Organizing committee&amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;[mailto:Christine.Ferraris@univ-savoie.fr Christine Ferraris], [mailto:Laurence.Vignollet@univ-savoie.fr Laurence Vignollet], [mailto:Christian.martel@univ-savoie.fr Christian Martel], Scenarios Team, Syscom, Université de Savoie, France&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[mailto:andreas.harrer@ku-eichstaett.de Andreas Harrer], Catholic University Eichstätt-Ingolstadt, Germany&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[mailto:yannis@yllera.tel.uva.es Yannis  Dimitriadis], GSIC, University of Valladolid, Spain,&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;Contact: [mailto:Christine.Ferraris@univ-savoie.fr Christine Ferraris]&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Theme and Goals of the workshop&amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Both the Learning Design community and  the CSCL scripting community are working on the problem of modeling learning  activities. The idea is to build a formal description of such activities  (called a script, or a scenario, or a sequence, or a learning design) that a  computer will be able to read and interpret in order to automatically generate  the CSCL environment that will support the execution of the corresponding  activity. Researchers of these communities have thus proposed and developed  models, languages, methodologies and tools to support this approach.&lt;br /&gt;
&lt;br /&gt;
A script is written in a given language  (for example IMS-LD, LDL, the collaborative scripting language, etc.) and  transformed in an activity running on an existing virtual learning environment.  Thus the activity is strictly running according to what is described in the  script: it cannot deviate as it is scaffolded by a computer process. The  problem then is the following: how can it be adapted to events that may occur  in the activity. Indeed, learning activities are continuously evolving whilst  they are running. Teachers always have to adapt the situation to the learners’  reactions and to external events. Some may have been planned and the teacher  knows how to react; some may be unpredictable and the teacher has to imagine a  way to adapt.&lt;br /&gt;
&lt;br /&gt;
The theme of this workshop is the  adaptation of activities modeled by CSCL scripts according to what is happening  in the activity. The issues to deal with include the following:&lt;br /&gt;
      &amp;lt;ul&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;Can adaptation be taken into  account in the scripting approach?&amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;What are the models and  languages required to do that adaptation? &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;Do the currently existing  models, languages and supporting tools handle this problem? &amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;li&amp;gt;Which concepts do these  currently existing models, languages and supporting tools propose for that? &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;How can adaptation be handled? &amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;p&amp;gt;These issues may be considered in both  the case of foreseen events (adaptation is specified within the script) and the case of unforeseen events (there is nothing in the script to define how to  react). &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;adaptation&#039;&#039;&#039; problem raises another problem: the &#039;&#039;&#039;&#039;observation&#039;&#039;&#039;&#039; one. The workshop will also deal with this problem issue: how can an activity  be observed while it is going on? Are concepts dedicated to observation needed  in the script models? What currently exists to support observation within scripting approaches? Which models? Which tools?&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Format  of the workshop: a challenge with one benchmark scenario&amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;p&amp;gt;The workshop is defined as a kind of  competition gathering teams that will have to work on the design of a [[CSCL_Workshop_Challenge_on_Adaptation#The_proposed_case_study|common case study]] (a given learning activity which will serve as a benchmark) dealing  with the issues mentioned above. Two kinds of participants are expected: &amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;ul&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;&#039;&#039;&#039;&#039;&#039;“competitors”&#039;&#039;&#039;&#039;&#039;, who will be  engaged in the challenge,&amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;&#039;&#039;&#039;&#039;&#039;“attendees”&#039;&#039;&#039;&#039;&#039;, who will be able  to look at the concrete competitors’ solutions, to get hands-on experience with  these solutions and to discuss further requirements with the competitors.&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;/ul&amp;gt;&lt;br /&gt;
      &amp;lt;p&amp;gt;It is open to any academic or industrial  e-learning researcher, e-learning designer or e-learning practitioner in CSCL.  It will allow confronting the various solutions and models, approaches and  tools through modeling experiences of collaborative learning activities,  considering the adaptation and observation problems, starting from a real  situation to be modeled and ending at the corresponding implemented activity. &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Planned activities&amp;lt;/h2&amp;gt;&lt;br /&gt;
      &lt;br /&gt;
&amp;lt;h3&amp;gt;Pre-workshop – call for &amp;quot;modeling solutions&amp;quot;&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
A [[CSCL_Workshop_Challenge_on_Adaptation#The_proposed_case_study| &amp;quot;challenge”]],  i.e. a scenario that should be modeled by the different competitors, has been issued. Potential contributors  (future competitors) are expected to submit an initial text describing briefly their solution approach and the issues tackled in the solution for a short reviewing  process to select competitors. &lt;br /&gt;
&lt;br /&gt;
The selected competitors are expected to prepare a solution to the challenge for the workshop event.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;During the workshop (one full day)&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;ul&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;Presentation of the  competitors’ solution and discussion during the morning session;&amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;Open space in the afternoon for  the participants to test the solutions and play with them. This will be  followed by a concluding session, summarizing and comparing the approaches, and  identifying further ToDos for the field.&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;/ul&amp;gt;&lt;br /&gt;
      &lt;br /&gt;
&amp;lt;h3&amp;gt;Post-workshop&amp;lt;/h3&amp;gt;&lt;br /&gt;
      &amp;lt;p&amp;gt;The competitors&#039; solutions will be  collected into a technical report on “adaptation for CSCL scripts” and  published at least in the web. We are currently considering a publication for a  special issue of a journal.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Submission procedure and deadlines ==&lt;br /&gt;
&lt;br /&gt;
Potential contributors (future competitors) are expected to submit a text describing briefly their solution approach (planned modeling technique to be used, intended CSCL tools, adaptation approach) and the issues tackled in the solution. A [http://ldl.pentila.com/ateliers/cscl-2009-workshop/cscl-2009-competitive-challenge-workshop-submission-form_final.doc/download template] is provided to help the contributors provide the expected information.&lt;br /&gt;
&lt;br /&gt;
As we want competitors to have time in preparing the solution and not to be overbooked with writing tasks, &#039;&#039;&#039;the required description is voluntarily short&#039;&#039;&#039;. The final decision to be engaged as a competitor in the workshop will be taken on the basis of the description submitted. &lt;br /&gt;
&lt;br /&gt;
If you want to apply as a competitor, please fill the form in and send it to [mailto:Christine.Ferraris@univ-savoie.fr Christine Ferraris] no later than &#039;&#039;&#039;April 6th&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Notification for acceptance as a competitor will be sent by &#039;&#039;&#039;April the 10th&#039;&#039;&#039; (deadline for early registration for CSCL is April the 20th).&lt;br /&gt;
&lt;br /&gt;
== The proposed case study ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Preamble ===&lt;br /&gt;
&lt;br /&gt;
A case study to be modeled as well as potential issues related to the adaptation and observation problems are proposed to potential contributors (future competitors). The issues are described below and illustrated in relation to the case study. Of course, contributors are not expected to consider all the issues and to provide solutions for all of them. Contributors are neither obliged to consider the listed issues as a restrictive list. &lt;br /&gt;
&lt;br /&gt;
The same holds for the case study. It is proposed as an example which facilitates the description of the adaptation issues (as they can be easily situated within this example) and it may serve as a means to facilitate the comparison of the contributors’ proposals. Contributors are free to adapt it and even to use whatever case study they want (please indicate this in your submission). &lt;br /&gt;
&lt;br /&gt;
=== Rough description of the case study ===&lt;br /&gt;
&lt;br /&gt;
The activity to model is made of two parts: an individual work part (quiz part) followed by a collaborative one (discussion part). In the first one, learners are working individually on answering to some questions related to a theme they have collectively chosen at the begin of the activity (among a list of predefined ones, for example in the ecology domain, “waste sorting”, “water”, “biodiversity”, “renewable energies”). Their progression from one question to the other depends on the correctness of the answer provided. When they have all answered the last question, they are allowed to begin to discuss together and with the teacher about the theme and the answers they have provided.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== The adaptation issues to deal with ==&lt;br /&gt;
&lt;br /&gt;
The context in which we consider the adaptation problem is the following: an activity corresponding to the scenario given above is running. This means at least that:&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
  &amp;lt;li&amp;gt;the operationalization/instanciation data have been settled:&lt;br /&gt;
  &amp;lt;ul&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;a group of participants has been registered to be involved in that activity. They are identified and known. Roles have been attributed to them so that they can play the scenario through these roles;&lt;br /&gt;
    &amp;lt;li&amp;gt;the resources and services required have been selected and are available;&lt;br /&gt;
  &amp;lt;/ul&amp;gt;&lt;br /&gt;
  &amp;lt;li&amp;gt;the activity has begun;&lt;br /&gt;
  &amp;lt;li&amp;gt;there is someone (a teacher for example) who has the means of observing the activity and being aware of what is going on.&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Adaptation issues to be considered by contributors may include but are not restricted to the [[CSCL_Workshop_Challenge_on_Adaptation#Predefined_adaptation|predefined]] and [[CSCL_Workshop_Challenge_on_Adaptation#Adaptation_.E2.80.9Con_the_fly.E2.80.9D|&amp;quot;on the fly&amp;quot;]]  adaptation. This is detailed in what follows.&lt;br /&gt;
&lt;br /&gt;
=== Predefined adaptation ===&lt;br /&gt;
&lt;br /&gt;
This is the case for foreseen events (adaptation is specified within the script)&lt;br /&gt;
&lt;br /&gt;
==== Adaptation of the learning flow ====&lt;br /&gt;
&lt;br /&gt;
The learning flow may not be the same for all the actors involved in the activity, even if they have the same role. It may also depend on what happens while the activity is going on. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example in the case study:&#039;&#039;&#039; In the case study, there are at least two examples of predefined adaptation of the learning flow. The first one concerns the choice of the theme by the group of students at the beginning of the activity. The questions presented to them will depend on that theme. That means that, when preparing the activity, the scenario designer will have to define several sets of questions and to define to which theme each of these sets is related. Once the theme is chosen by the students, the associated set of questions will automatically be selected.&lt;br /&gt;
&lt;br /&gt;
The answer-dependent progression from one question to another is the second example. It also has to be considered in advance and predefined by the scenario designer.&lt;br /&gt;
&lt;br /&gt;
=== Adaptation “on the fly” ===&lt;br /&gt;
&lt;br /&gt;
This is the case for unforeseen events (there is nothing in the script to define how to react). We have considered 3 situations in which adaptation « on the fly » may occur. &lt;br /&gt;
&lt;br /&gt;
==== (1) Adaptation of the learning flow without modifying the scenario ====&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example in the case study:&#039;&#039;&#039; The students have chosen the theme to work on. They are currently involved in the quiz part of the scenario. Imagine that one of the students involved in the activity is late. He is still pondering on the first question whereas the other students are on the last one. The teacher then decides to let him forget about this first question and the intermediary ones and directly deal with the last one. The concerned student will thus “jump” from question 1 directly to last question.&lt;br /&gt;
&lt;br /&gt;
==== (2) Modification of the operationalisation/instanciation data ====&lt;br /&gt;
&lt;br /&gt;
This data is the one that is settled during the operationalization/instanciation phase, i.e. the data refers at least to the persons participating in the activity and the required resources (learning objects and services). They can be considered as the contextualization parameters. They are necessary to transform a scenario into an actual running activity. Modifying this data is at least a matter of:&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
  &amp;lt;li&amp;gt;modifying the participants currently involved in an ongoing activity (suppressing one of them - for example because s/he moved house and s/he now goes to a new school -, adding a new participant, or changing the distribution of roles, ...)&lt;br /&gt;
  &amp;lt;li&amp;gt;modifying the resources put at the participants&#039; disposal&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example in the case study:&#039;&#039;&#039; The activity has begun. The students have chosen a theme and are currently answering to the questions. Imagine that a new student, Gerry, wants to join this group. What about adding him to this ongoing activity whereas he was not supposed at all to participate? Two cases could be distinguished: the one where the students are currently answering to the questions (they are in the quiz part of the scenario) and the one where they have finished the quiz part and are currently involved in the discussion part.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Note that this situation is different from the previous one[[CSCL_Workshop_Challenge_on_Adaptation#.281.29_Adaptation_of_the_learning_flow_without_modifying_the_scenario | (Situation (1) described above)]]. In this case, the student to be added as a participant to the activity was not supposed to participate. In the previous one, he is a member of the group; he is involved in the activity; he is just late in doing the work.&lt;br /&gt;
&lt;br /&gt;
==== (3) Modification of the scenario ====&lt;br /&gt;
&lt;br /&gt;
Some events occurring within an ongoing activity may lead to the modification of the scenario itself.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example in the case study:&#039;&#039;&#039; The students are currently involved in the discussion part of the activity. The teacher has the opportunity of inviting an expert of the theme to the discussion. He thinks this will be of a great interest for the students. To do that, he has to modify the scenario in order to add a new role (the “expert” one) and the means for this expert to join the discussion and participate to it.  Also, he has to allocate this role to the expert he knows.&lt;br /&gt;
&lt;br /&gt;
== The related observation problems ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;To be completed&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
A proposal for different purposes of observation:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Observation to be used by the engine for pre-defined adaptation: e.g. selection of topic and answers to questions&lt;br /&gt;
&amp;lt;li&amp;gt;Observation to be used by a moderator during the learning experience (on-the-fly adaptation): e.g. progress state of students, composition of groups (maybe a dropout or latecomer)&lt;br /&gt;
&amp;lt;li&amp;gt;Observation to be used by analyst (a posteriori for research / evaluation): e.g. were there situations of “Conflict/disagreement” in the discussion?&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;/div&gt;</summary>
		<author><name>Cferr</name></author>
	</entry>
	<entry>
		<id>http://os-vps418.infomaniak.ch:1250/mediawiki/index.php?title=CSCL_Workshop_Challenge_on_Adaptation&amp;diff=4061</id>
		<title>CSCL Workshop Challenge on Adaptation</title>
		<link rel="alternate" type="text/html" href="http://os-vps418.infomaniak.ch:1250/mediawiki/index.php?title=CSCL_Workshop_Challenge_on_Adaptation&amp;diff=4061"/>
		<updated>2009-03-18T09:17:51Z</updated>

		<summary type="html">&lt;p&gt;Cferr : &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;big&amp;gt;Competitive Challenge on Adapting Activities Modeled by CSCL Scripts&amp;lt;/big&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;[http://www.isls.org/CSCL2009/Pre-Conference7.htm Workshop] at [http://www.isls.org/CSCL2009/welcome.htm CSCL&#039;2009] - Monday, June 8th, 2009.&amp;lt;/big&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Call for &amp;quot;modeling solutions&amp;quot; open.&#039;&#039;&#039;&lt;br /&gt;
* If you want to apply as a [[CSCL_Workshop_Challenge_on_Adaptation#Format__of_the_workshop:_a_challenge_with_one_benchmark_scenario |competitor]], please fill the [http://ldl.pentila.com/ateliers/cscl-2009-workshop/cscl-2009-competitive-challenge-workshop-submission-form_final.doc/download form] describing your solution and send it to [mailto:Christine.Ferraris@univ-savoie.fr Christine Ferraris]&lt;br /&gt;
* deadline &#039;&#039;&#039;April the 6th&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;h2&amp;gt;Program and Organizing committee&amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;[mailto:Christine.Ferraris@univ-savoie.fr Christine Ferraris], [mailto:Laurence.Vignollet@univ-savoie.fr Laurence Vignollet], [mailto:Christian.martel@univ-savoie.fr Christian Martel], Scenarios Team, Syscom, Université de Savoie, France&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[mailto:andreas.harrer@ku-eichstaett.de Andreas Harrer], Catholic University Eichstätt-Ingolstadt, Germany&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[mailto:yannis@yllera.tel.uva.es Yannis  Dimitriadis], GSIC, University of Valladolid, Spain,&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;Contact: [mailto:Christine.Ferraris@univ-savoie.fr Christine Ferraris]&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Theme and Goals of the workshop&amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Both the Learning Design community and  the CSCL scripting community are working on the problem of modeling learning  activities. The idea is to build a formal description of such activities  (called a script, or a scenario, or a sequence, or a learning design) that a  computer will be able to read and interpret in order to automatically generate  the CSCL environment that will support the execution of the corresponding  activity. Researchers of these communities have thus proposed and developed  models, languages, methodologies and tools to support this approach.&lt;br /&gt;
&lt;br /&gt;
A script is written in a given language  (for example IMS-LD, LDL, the collaborative scripting language, etc.) and  transformed in an activity running on an existing virtual learning environment.  Thus the activity is strictly running according to what is described in the  script: it cannot deviate as it is scaffolded by a computer process. The  problem then is the following: how can it be adapted to events that may occur  in the activity. Indeed, learning activities are continuously evolving whilst  they are running. Teachers always have to adapt the situation to the learners’  reactions and to external events. Some may have been planned and the teacher  knows how to react; some may be unpredictable and the teacher has to imagine a  way to adapt.&lt;br /&gt;
&lt;br /&gt;
The theme of this workshop is the  adaptation of activities modeled by CSCL scripts according to what is happening  in the activity. The issues to deal with include the following:&lt;br /&gt;
      &amp;lt;ul&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;Can adaptation be taken into  account in the scripting approach?&amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;What are the models and  languages required to do that adaptation? &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;Do the currently existing  models, languages and supporting tools handle this problem? &amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;li&amp;gt;Which concepts do these  currently existing models, languages and supporting tools propose for that? &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;How can adaptation be handled? &amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;p&amp;gt;These issues may be considered in both  the case of foreseen events (adaptation is specified within the script) and the case of unforeseen events (there is nothing in the script to define how to  react). &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;adaptation&#039;&#039;&#039; problem raises another problem: the &#039;&#039;&#039;&#039;observation&#039;&#039;&#039;&#039; one. The workshop will also deal with this problem issue: how can an activity  be observed while it is going on? Are concepts dedicated to observation needed  in the script models? What currently exists to support observation within scripting approaches? Which models? Which tools?&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Format  of the workshop: a challenge with one benchmark scenario&amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;p&amp;gt;The workshop is defined as a kind of  competition gathering teams that will have to work on the design of a [[CSCL_Workshop_Challenge_on_Adaptation#The_proposed_case_study|common case study]] (a given learning activity which will serve as a benchmark) dealing  with the issues mentioned above. Two kinds of participants are expected: &amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;ul&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;&#039;&#039;&#039;&#039;&#039;“competitors”&#039;&#039;&#039;&#039;&#039;, who will be  engaged in the challenge,&amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;&#039;&#039;&#039;&#039;&#039;“attendees”&#039;&#039;&#039;&#039;&#039;, who will be able  to look at the concrete competitors’ solutions, to get hands-on experience with  these solutions and to discuss further requirements with the competitors.&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;/ul&amp;gt;&lt;br /&gt;
      &amp;lt;p&amp;gt;It is open to any academic or industrial  e-learning researcher, e-learning designer or e-learning practitioner in CSCL.  It will allow confronting the various solutions and models, approaches and  tools through modeling experiences of collaborative learning activities,  considering the adaptation and observation problems, starting from a real  situation to be modeled and ending at the corresponding implemented activity. &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Planned activities&amp;lt;/h2&amp;gt;&lt;br /&gt;
      &lt;br /&gt;
&amp;lt;h3&amp;gt;Pre-workshop – call for &amp;quot;modeling solutions&amp;quot;&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
A [[CSCL_Workshop_Challenge_on_Adaptation#The_proposed_case_study| &amp;quot;challenge”]],  i.e. a scenario that should be modeled by the different competitors, has been issued. Potential contributors  (future competitors) are expected to submit an initial text describing briefly their solution approach and the issues tackled in the solution for a short reviewing  process to select competitors. &lt;br /&gt;
&lt;br /&gt;
The selected competitors are expected to prepare a solution to the challenge for the workshop event.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;During the workshop (one full day)&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;ul&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;Presentation of the  competitors’ solution and discussion during the morning session;&amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;Open space in the afternoon for  the participants to test the solutions and play with them. This will be  followed by a concluding session, summarizing and comparing the approaches, and  identifying further ToDos for the field.&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;/ul&amp;gt;&lt;br /&gt;
      &lt;br /&gt;
&amp;lt;h3&amp;gt;Post-workshop&amp;lt;/h3&amp;gt;&lt;br /&gt;
      &amp;lt;p&amp;gt;The competitors&#039; solutions will be  collected into a technical report on “adaptation for CSCL scripts” and  published at least in the web. We are currently considering a publication for a  special issue of a journal.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Submission procedure and deadlines ==&lt;br /&gt;
&lt;br /&gt;
Potential contributors (future competitors) are expected to submit a text describing briefly their solution approach (planned modeling technique to be used, intended CSCL tools, adaptation approach) and the issues tackled in the solution. A [http://ldl.pentila.com/ateliers/cscl-2009-workshop/cscl-2009-competitive-challenge-workshop-submission-form_final.doc/download template] is provided to help the contributors provide the expected information.&lt;br /&gt;
&lt;br /&gt;
As we want competitors to have time in preparing the solution and not to be overbooked with writing tasks, &#039;&#039;&#039;the required description is voluntarily short&#039;&#039;&#039;. The final decision to be engaged as a competitor in the workshop will be taken on the basis of the description submitted. &lt;br /&gt;
&lt;br /&gt;
If you want to apply as a competitor, please fill the form in and send it to [mailto:Christine.Ferraris@univ-savoie.fr Christine Ferraris] no later than &#039;&#039;&#039;April 6th&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Notification for acceptance as a competitor will be sent by &#039;&#039;&#039;April the 10th&#039;&#039;&#039; (deadline for early registration for CSCL is April the 20th).&lt;br /&gt;
&lt;br /&gt;
== The proposed case study ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Preamble ===&lt;br /&gt;
&lt;br /&gt;
A case study to be modeled as well as potential issues related to the adaptation and observation problems are proposed to potential contributors (future competitors). The issues are described below and illustrated in relation to the case study. Of course, contributors are not expected to consider all the issues and to provide solutions for all of them. Contributors are neither obliged to consider the listed issues as a restrictive list. &lt;br /&gt;
&lt;br /&gt;
The same holds for the case study. It is proposed as an example which facilitates the description of the adaptation issues (as they can be easily situated within this example) and it may serve as a means to facilitate the comparison of the contributors’ proposals. Contributors are free to adapt it and even to use whatever case study they want (please indicate this in your submission). &lt;br /&gt;
&lt;br /&gt;
=== Rough description of the case study ===&lt;br /&gt;
&lt;br /&gt;
The activity to model is made of two parts: an individual work part (quiz part) followed by a collaborative one (discussion part). In the first one, learners are working individually on answering to some questions related to a theme they have collectively chosen at the begin of the activity (among a list of predefined ones, for example in the ecology domain, “waste sorting”, “water”, “biodiversity”, “renewable energies”). Their progression from one question to the other depends on the correctness of the answer provided. When they have all answered the last question, they are allowed to begin to discuss together and with the teacher about the theme and the answers they have provided.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== The adaptation issues to deal with ==&lt;br /&gt;
&lt;br /&gt;
The context in which we consider the adaptation problem is the following: an activity corresponding to the scenario given above is running. This means at least that:&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
  &amp;lt;li&amp;gt;the operationalization/instanciation data have been settled:&lt;br /&gt;
  &amp;lt;ul&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;a group of participants has been registered to be involved in that activity. They are identified and known. Roles have been attributed to them so that they can play the scenario through these roles;&lt;br /&gt;
    &amp;lt;li&amp;gt;the resources and services required have been selected and are available;&lt;br /&gt;
  &amp;lt;/ul&amp;gt;&lt;br /&gt;
  &amp;lt;li&amp;gt;the activity has begun;&lt;br /&gt;
  &amp;lt;li&amp;gt;there is someone (a teacher for example) who has the means of observing the activity and being aware of what is going on.&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Adaptation issues to be considered by contributors may include but are not restricted to the [[CSCL_Workshop_Challenge_on_Adaptation#Predefined_adaptation|predefined]] and [[CSCL_Workshop_Challenge_on_Adaptation#Adaptation_.E2.80.9Con_the_fly.E2.80.9D|&amp;quot;on the fly&amp;quot;]]  adaptation. This is detailed in what follows.&lt;br /&gt;
&lt;br /&gt;
=== Predefined adaptation ===&lt;br /&gt;
&lt;br /&gt;
This is the case for foreseen events (adaptation is specified within the script)&lt;br /&gt;
&lt;br /&gt;
==== Adaptation of the learning flow ====&lt;br /&gt;
&lt;br /&gt;
The learning flow may not be the same for all the actors involved in the activity, even if they have the same role. It may also depend on what happens while the activity is going on. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example in the case study:&#039;&#039;&#039; In the case study, there are at least two examples of predefined adaptation of the learning flow. The first one concerns the choice of the theme by the group of students at the beginning of the activity. The questions presented to them will depend on that theme. That means that, when preparing the activity, the scenario designer will have to define several sets of questions and to define to which theme each of these sets is related. Once the theme is chosen by the students, the associated set of questions will automatically be selected.&lt;br /&gt;
&lt;br /&gt;
The answer-dependent progression from one question to another is the second example. It also has to be considered in advance and predefined by the scenario designer.&lt;br /&gt;
&lt;br /&gt;
=== Adaptation “on the fly” ===&lt;br /&gt;
&lt;br /&gt;
This is the case for unforeseen events (there is nothing in the script to define how to react). We have considered 3 situations in which adaptation « on the fly » may occur. &lt;br /&gt;
&lt;br /&gt;
==== (1) Adaptation of the learning flow without modifying the scenario ====&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example in the case study:&#039;&#039;&#039; The students have chosen the theme to work on. They are currently involved in the quiz part of the scenario. Imagine that one of the students involved in the activity is late. He is still pondering on the first question whereas the other students are on the last one. The teacher then decides to let him forget about this first question and the intermediary ones and directly deal with the last one. The concerned student will thus “jump” from question 1 directly to last question.&lt;br /&gt;
&lt;br /&gt;
==== (2) Modification of the operationalisation/instanciation data ====&lt;br /&gt;
&lt;br /&gt;
This data is the one that is settled during the operationalization/instanciation phase, i.e. the data refers at least to the persons participating in the activity and the required resources (learning objects and services). They can be considered as the contextualization parameters. They are necessary to transform a scenario into an actual running activity. Modifying this data is at least a matter of:&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
  &amp;lt;li&amp;gt;modifying the participants currently involved in an ongoing activity (suppressing one of them - for example because s/he moved house and s/he now goes to a new school -, adding a new participant, or changing the distribution of roles, ...)&lt;br /&gt;
  &amp;lt;li&amp;gt;modifying the resources put at the participants&#039; disposal&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example in the case study:&#039;&#039;&#039; The activity has begun. The students have chosen a theme and are currently answering to the questions. Imagine that a new student, Gerry, wants to join this group. What about adding him to this ongoing activity whereas he was not supposed at all to participate? Two cases could be distinguished: the one where the students are currently answering to the questions (they are in the quiz part of the scenario) and the one where they have finished the quiz part and are currently involved in the discussion part.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Note that this situation is different from the previous one[[CSCL_Workshop_Challenge_on_Adaptation#.281.29_Adaptation_of_the_learning_flow_without_modifying_the_scenario | (Situation (1) described above)]]. In this case, the student to be added as a participant to the activity was not supposed to participate. In the previous one, he is a member of the group; he is involved in the activity; he is just late in doing the work.&lt;br /&gt;
&lt;br /&gt;
==== (3) Modification of the scenario ====&lt;br /&gt;
&lt;br /&gt;
Some events occurring within an ongoing activity may lead to the modification of the scenario itself.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example in the case study:&#039;&#039;&#039; The students are currently involved in the discussion part of the activity. The teacher has the opportunity of inviting an expert of the theme to the discussion. He thinks this will be of a great interest for the students. To do that, he has to modify the scenario in order to add a new role (the “expert” one) and the means for this expert to join the discussion and participate to it.  Also, he has to allocate this role to the expert he knows.&lt;br /&gt;
&lt;br /&gt;
== The related observation problems ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;To be completed&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
A proposal for different purposes of observation:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Observation to be used by the engine for pre-defined adaptation: e.g. selection of topic and answers to questions&lt;br /&gt;
&amp;lt;li&amp;gt;Observation to be used by a moderator during the learning experience (on-the-fly adaptation): e.g. progress state of students, composition of groups (maybe a dropout or latecomer)&lt;br /&gt;
&amp;lt;li&amp;gt;Observation to be used by analyst (a posteriori for research / evaluation): e.g. were there situations of “Conflict/disagreement” in the discussion?&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;/div&gt;</summary>
		<author><name>Cferr</name></author>
	</entry>
	<entry>
		<id>http://os-vps418.infomaniak.ch:1250/mediawiki/index.php?title=CSCL_Workshop_Challenge_on_Adaptation&amp;diff=4060</id>
		<title>CSCL Workshop Challenge on Adaptation</title>
		<link rel="alternate" type="text/html" href="http://os-vps418.infomaniak.ch:1250/mediawiki/index.php?title=CSCL_Workshop_Challenge_on_Adaptation&amp;diff=4060"/>
		<updated>2009-03-18T09:15:53Z</updated>

		<summary type="html">&lt;p&gt;Cferr : &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;big&amp;gt;Competitive Challenge on Adapting Activities Modeled by CSCL Scripts&amp;lt;/big&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;[http://www.isls.org/CSCL2009/Pre-Conference7.htm Workshop] at [http://www.isls.org/CSCL2009/welcome.htm CSCL&#039;2009] - Monday, June 8th, 2009.&amp;lt;/big&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Call for &amp;quot;modeling solutions&amp;quot; open.&#039;&#039;&#039;&lt;br /&gt;
* If you want to apply as a [[CSCL_Workshop_Challenge_on_Adaptation#Format__of_the_workshop:_a_challenge_with_one_benchmark_scenario |competitor], please fill the [http://ldl.pentila.com/ateliers/cscl-2009-workshop/cscl-2009-competitive-challenge-workshop-submission-form_final.doc/download form] describing your solution and send it to [mailto:Christine.Ferraris@univ-savoie.fr Christine Ferraris]&lt;br /&gt;
* deadline &#039;&#039;&#039;April the 6th&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;h2&amp;gt;Program and Organizing committee&amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;[mailto:Christine.Ferraris@univ-savoie.fr Christine Ferraris], [mailto:Laurence.Vignollet@univ-savoie.fr Laurence Vignollet], [mailto:Christian.martel@univ-savoie.fr Christian Martel], Scenarios Team, Syscom, Université de Savoie, France&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[mailto:andreas.harrer@ku-eichstaett.de Andreas Harrer], Catholic University Eichstätt-Ingolstadt, Germany&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[mailto:yannis@yllera.tel.uva.es Yannis  Dimitriadis], GSIC, University of Valladolid, Spain,&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;Contact: [mailto:Christine.Ferraris@univ-savoie.fr Christine Ferraris]&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Theme and Goals of the workshop&amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Both the Learning Design community and  the CSCL scripting community are working on the problem of modeling learning  activities. The idea is to build a formal description of such activities  (called a script, or a scenario, or a sequence, or a learning design) that a  computer will be able to read and interpret in order to automatically generate  the CSCL environment that will support the execution of the corresponding  activity. Researchers of these communities have thus proposed and developed  models, languages, methodologies and tools to support this approach.&lt;br /&gt;
&lt;br /&gt;
A script is written in a given language  (for example IMS-LD, LDL, the collaborative scripting language, etc.) and  transformed in an activity running on an existing virtual learning environment.  Thus the activity is strictly running according to what is described in the  script: it cannot deviate as it is scaffolded by a computer process. The  problem then is the following: how can it be adapted to events that may occur  in the activity. Indeed, learning activities are continuously evolving whilst  they are running. Teachers always have to adapt the situation to the learners’  reactions and to external events. Some may have been planned and the teacher  knows how to react; some may be unpredictable and the teacher has to imagine a  way to adapt.&lt;br /&gt;
&lt;br /&gt;
The theme of this workshop is the  adaptation of activities modeled by CSCL scripts according to what is happening  in the activity. The issues to deal with include the following:&lt;br /&gt;
      &amp;lt;ul&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;Can adaptation be taken into  account in the scripting approach?&amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;What are the models and  languages required to do that adaptation? &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;Do the currently existing  models, languages and supporting tools handle this problem? &amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;li&amp;gt;Which concepts do these  currently existing models, languages and supporting tools propose for that? &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;How can adaptation be handled? &amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;p&amp;gt;These issues may be considered in both  the case of foreseen events (adaptation is specified within the script) and the case of unforeseen events (there is nothing in the script to define how to  react). &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;adaptation&#039;&#039;&#039; problem raises another problem: the &#039;&#039;&#039;&#039;observation&#039;&#039;&#039;&#039; one. The workshop will also deal with this problem issue: how can an activity  be observed while it is going on? Are concepts dedicated to observation needed  in the script models? What currently exists to support observation within scripting approaches? Which models? Which tools?&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Format  of the workshop: a challenge with one benchmark scenario&amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;p&amp;gt;The workshop is defined as a kind of  competition gathering teams that will have to work on the design of a [[CSCL_Workshop_Challenge_on_Adaptation#The_proposed_case_study|common case study]] (a given learning activity which will serve as a benchmark) dealing  with the issues mentioned above. Two kinds of participants are expected: &amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;ul&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;&#039;&#039;&#039;&#039;&#039;“competitors”&#039;&#039;&#039;&#039;&#039;, who will be  engaged in the challenge,&amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;&#039;&#039;&#039;&#039;&#039;“attendees”&#039;&#039;&#039;&#039;&#039;, who will be able  to look at the concrete competitors’ solutions, to get hands-on experience with  these solutions and to discuss further requirements with the competitors.&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;/ul&amp;gt;&lt;br /&gt;
      &amp;lt;p&amp;gt;It is open to any academic or industrial  e-learning researcher, e-learning designer or e-learning practitioner in CSCL.  It will allow confronting the various solutions and models, approaches and  tools through modeling experiences of collaborative learning activities,  considering the adaptation and observation problems, starting from a real  situation to be modeled and ending at the corresponding implemented activity. &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Planned activities&amp;lt;/h2&amp;gt;&lt;br /&gt;
      &lt;br /&gt;
&amp;lt;h3&amp;gt;Pre-workshop – call for &amp;quot;modeling solutions&amp;quot;&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
A [[CSCL_Workshop_Challenge_on_Adaptation#The_proposed_case_study| &amp;quot;challenge”]],  i.e. a scenario that should be modeled by the different competitors, has been issued. Potential contributors  (future competitors) are expected to submit an initial text describing briefly their solution approach and the issues tackled in the solution for a short reviewing  process to select competitors. &lt;br /&gt;
&lt;br /&gt;
The selected competitors are expected to prepare a solution to the challenge for the workshop event.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;During the workshop (one full day)&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;ul&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;Presentation of the  competitors’ solution and discussion during the morning session;&amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;Open space in the afternoon for  the participants to test the solutions and play with them. This will be  followed by a concluding session, summarizing and comparing the approaches, and  identifying further ToDos for the field.&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;/ul&amp;gt;&lt;br /&gt;
      &lt;br /&gt;
&amp;lt;h3&amp;gt;Post-workshop&amp;lt;/h3&amp;gt;&lt;br /&gt;
      &amp;lt;p&amp;gt;The competitors&#039; solutions will be  collected into a technical report on “adaptation for CSCL scripts” and  published at least in the web. We are currently considering a publication for a  special issue of a journal.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Submission procedure and deadlines ==&lt;br /&gt;
&lt;br /&gt;
Potential contributors (future competitors) are expected to submit a text describing briefly their solution approach (planned modeling technique to be used, intended CSCL tools, adaptation approach) and the issues tackled in the solution. A [http://ldl.pentila.com/ateliers/cscl-2009-workshop/cscl-2009-competitive-challenge-workshop-submission-form_final.doc/download template] is provided to help the contributors provide the expected information.&lt;br /&gt;
&lt;br /&gt;
As we want competitors to have time in preparing the solution and not to be overbooked with writing tasks, &#039;&#039;&#039;the required description is voluntarily short&#039;&#039;&#039;. The final decision to be engaged as a competitor in the workshop will be taken on the basis of the description submitted. &lt;br /&gt;
&lt;br /&gt;
If you want to apply as a competitor, please fill the form in and send it to [mailto:Christine.Ferraris@univ-savoie.fr Christine Ferraris] no later than &#039;&#039;&#039;April 6th&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Notification for acceptance as a competitor will be sent by &#039;&#039;&#039;April the 10th&#039;&#039;&#039; (deadline for early registration for CSCL is April the 20th).&lt;br /&gt;
&lt;br /&gt;
== The proposed case study ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Preamble ===&lt;br /&gt;
&lt;br /&gt;
A case study to be modeled as well as potential issues related to the adaptation and observation problems are proposed to potential contributors (future competitors). The issues are described below and illustrated in relation to the case study. Of course, contributors are not expected to consider all the issues and to provide solutions for all of them. Contributors are neither obliged to consider the listed issues as a restrictive list. &lt;br /&gt;
&lt;br /&gt;
The same holds for the case study. It is proposed as an example which facilitates the description of the adaptation issues (as they can be easily situated within this example) and it may serve as a means to facilitate the comparison of the contributors’ proposals. Contributors are free to adapt it and even to use whatever case study they want (please indicate this in your submission). &lt;br /&gt;
&lt;br /&gt;
=== Rough description of the case study ===&lt;br /&gt;
&lt;br /&gt;
The activity to model is made of two parts: an individual work part (quiz part) followed by a collaborative one (discussion part). In the first one, learners are working individually on answering to some questions related to a theme they have collectively chosen at the begin of the activity (among a list of predefined ones, for example in the ecology domain, “waste sorting”, “water”, “biodiversity”, “renewable energies”). Their progression from one question to the other depends on the correctness of the answer provided. When they have all answered the last question, they are allowed to begin to discuss together and with the teacher about the theme and the answers they have provided.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== The adaptation issues to deal with ==&lt;br /&gt;
&lt;br /&gt;
The context in which we consider the adaptation problem is the following: an activity corresponding to the scenario given above is running. This means at least that:&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
  &amp;lt;li&amp;gt;the operationalization/instanciation data have been settled:&lt;br /&gt;
  &amp;lt;ul&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;a group of participants has been registered to be involved in that activity. They are identified and known. Roles have been attributed to them so that they can play the scenario through these roles;&lt;br /&gt;
    &amp;lt;li&amp;gt;the resources and services required have been selected and are available;&lt;br /&gt;
  &amp;lt;/ul&amp;gt;&lt;br /&gt;
  &amp;lt;li&amp;gt;the activity has begun;&lt;br /&gt;
  &amp;lt;li&amp;gt;there is someone (a teacher for example) who has the means of observing the activity and being aware of what is going on.&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Adaptation issues to be considered by contributors may include but are not restricted to the [[CSCL_Workshop_Challenge_on_Adaptation#Predefined_adaptation|predefined]] and [[CSCL_Workshop_Challenge_on_Adaptation#Adaptation_.E2.80.9Con_the_fly.E2.80.9D|&amp;quot;on the fly&amp;quot;]]  adaptation. This is detailed in what follows.&lt;br /&gt;
&lt;br /&gt;
=== Predefined adaptation ===&lt;br /&gt;
&lt;br /&gt;
This is the case for foreseen events (adaptation is specified within the script)&lt;br /&gt;
&lt;br /&gt;
==== Adaptation of the learning flow ====&lt;br /&gt;
&lt;br /&gt;
The learning flow may not be the same for all the actors involved in the activity, even if they have the same role. It may also depend on what happens while the activity is going on. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example in the case study:&#039;&#039;&#039; In the case study, there are at least two examples of predefined adaptation of the learning flow. The first one concerns the choice of the theme by the group of students at the beginning of the activity. The questions presented to them will depend on that theme. That means that, when preparing the activity, the scenario designer will have to define several sets of questions and to define to which theme each of these sets is related. Once the theme is chosen by the students, the associated set of questions will automatically be selected.&lt;br /&gt;
&lt;br /&gt;
The answer-dependent progression from one question to another is the second example. It also has to be considered in advance and predefined by the scenario designer.&lt;br /&gt;
&lt;br /&gt;
=== Adaptation “on the fly” ===&lt;br /&gt;
&lt;br /&gt;
This is the case for unforeseen events (there is nothing in the script to define how to react). We have considered 3 situations in which adaptation « on the fly » may occur. &lt;br /&gt;
&lt;br /&gt;
==== (1) Adaptation of the learning flow without modifying the scenario ====&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example in the case study:&#039;&#039;&#039; The students have chosen the theme to work on. They are currently involved in the quiz part of the scenario. Imagine that one of the students involved in the activity is late. He is still pondering on the first question whereas the other students are on the last one. The teacher then decides to let him forget about this first question and the intermediary ones and directly deal with the last one. The concerned student will thus “jump” from question 1 directly to last question.&lt;br /&gt;
&lt;br /&gt;
==== (2) Modification of the operationalisation/instanciation data ====&lt;br /&gt;
&lt;br /&gt;
This data is the one that is settled during the operationalization/instanciation phase, i.e. the data refers at least to the persons participating in the activity and the required resources (learning objects and services). They can be considered as the contextualization parameters. They are necessary to transform a scenario into an actual running activity. Modifying this data is at least a matter of:&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
  &amp;lt;li&amp;gt;modifying the participants currently involved in an ongoing activity (suppressing one of them - for example because s/he moved house and s/he now goes to a new school -, adding a new participant, or changing the distribution of roles, ...)&lt;br /&gt;
  &amp;lt;li&amp;gt;modifying the resources put at the participants&#039; disposal&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example in the case study:&#039;&#039;&#039; The activity has begun. The students have chosen a theme and are currently answering to the questions. Imagine that a new student, Gerry, wants to join this group. What about adding him to this ongoing activity whereas he was not supposed at all to participate? Two cases could be distinguished: the one where the students are currently answering to the questions (they are in the quiz part of the scenario) and the one where they have finished the quiz part and are currently involved in the discussion part.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Note that this situation is different from the previous one[[CSCL_Workshop_Challenge_on_Adaptation#.281.29_Adaptation_of_the_learning_flow_without_modifying_the_scenario | (Situation (1) described above)]]. In this case, the student to be added as a participant to the activity was not supposed to participate. In the previous one, he is a member of the group; he is involved in the activity; he is just late in doing the work.&lt;br /&gt;
&lt;br /&gt;
==== (3) Modification of the scenario ====&lt;br /&gt;
&lt;br /&gt;
Some events occurring within an ongoing activity may lead to the modification of the scenario itself.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example in the case study:&#039;&#039;&#039; The students are currently involved in the discussion part of the activity. The teacher has the opportunity of inviting an expert of the theme to the discussion. He thinks this will be of a great interest for the students. To do that, he has to modify the scenario in order to add a new role (the “expert” one) and the means for this expert to join the discussion and participate to it.  Also, he has to allocate this role to the expert he knows.&lt;br /&gt;
&lt;br /&gt;
== The related observation problems ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;To be completed&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
A proposal for different purposes of observation:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Observation to be used by the engine for pre-defined adaptation: e.g. selection of topic and answers to questions&lt;br /&gt;
&amp;lt;li&amp;gt;Observation to be used by a moderator during the learning experience (on-the-fly adaptation): e.g. progress state of students, composition of groups (maybe a dropout or latecomer)&lt;br /&gt;
&amp;lt;li&amp;gt;Observation to be used by analyst (a posteriori for research / evaluation): e.g. were there situations of “Conflict/disagreement” in the discussion?&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;/div&gt;</summary>
		<author><name>Cferr</name></author>
	</entry>
	<entry>
		<id>http://os-vps418.infomaniak.ch:1250/mediawiki/index.php?title=CSCL_Workshop_Challenge_on_Adaptation&amp;diff=4059</id>
		<title>CSCL Workshop Challenge on Adaptation</title>
		<link rel="alternate" type="text/html" href="http://os-vps418.infomaniak.ch:1250/mediawiki/index.php?title=CSCL_Workshop_Challenge_on_Adaptation&amp;diff=4059"/>
		<updated>2009-03-18T09:14:45Z</updated>

		<summary type="html">&lt;p&gt;Cferr : &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;big&amp;gt;Competitive Challenge on Adapting Activities Modeled by CSCL Scripts&amp;lt;/big&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;[http://www.isls.org/CSCL2009/Pre-Conference7.htm Workshop] at [http://www.isls.org/CSCL2009/welcome.htm CSCL&#039;2009] - Monday, June 8th, 2009.&amp;lt;/big&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Call for &amp;quot;modeling solutions&amp;quot; open.&#039;&#039;&#039;&lt;br /&gt;
* If you want to apply as a [[http://www.lama.univ-savoie.fr/wiki/index.php/CSCL_Workshop_Challenge_on_Adaptation#Format__of_the_workshop:_a_challenge_with_one_benchmark_scenario | competitor], please fill the [http://ldl.pentila.com/ateliers/cscl-2009-workshop/cscl-2009-competitive-challenge-workshop-submission-form_final.doc/download form] describing your solution and send it to [mailto:Christine.Ferraris@univ-savoie.fr Christine Ferraris]&lt;br /&gt;
* deadline &#039;&#039;&#039;April the 6th&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;h2&amp;gt;Program and Organizing committee&amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;[mailto:Christine.Ferraris@univ-savoie.fr Christine Ferraris], [mailto:Laurence.Vignollet@univ-savoie.fr Laurence Vignollet], [mailto:Christian.martel@univ-savoie.fr Christian Martel], Scenarios Team, Syscom, Université de Savoie, France&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[mailto:andreas.harrer@ku-eichstaett.de Andreas Harrer], Catholic University Eichstätt-Ingolstadt, Germany&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[mailto:yannis@yllera.tel.uva.es Yannis  Dimitriadis], GSIC, University of Valladolid, Spain,&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;Contact: [mailto:Christine.Ferraris@univ-savoie.fr Christine Ferraris]&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Theme and Goals of the workshop&amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Both the Learning Design community and  the CSCL scripting community are working on the problem of modeling learning  activities. The idea is to build a formal description of such activities  (called a script, or a scenario, or a sequence, or a learning design) that a  computer will be able to read and interpret in order to automatically generate  the CSCL environment that will support the execution of the corresponding  activity. Researchers of these communities have thus proposed and developed  models, languages, methodologies and tools to support this approach.&lt;br /&gt;
&lt;br /&gt;
A script is written in a given language  (for example IMS-LD, LDL, the collaborative scripting language, etc.) and  transformed in an activity running on an existing virtual learning environment.  Thus the activity is strictly running according to what is described in the  script: it cannot deviate as it is scaffolded by a computer process. The  problem then is the following: how can it be adapted to events that may occur  in the activity. Indeed, learning activities are continuously evolving whilst  they are running. Teachers always have to adapt the situation to the learners’  reactions and to external events. Some may have been planned and the teacher  knows how to react; some may be unpredictable and the teacher has to imagine a  way to adapt.&lt;br /&gt;
&lt;br /&gt;
The theme of this workshop is the  adaptation of activities modeled by CSCL scripts according to what is happening  in the activity. The issues to deal with include the following:&lt;br /&gt;
      &amp;lt;ul&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;Can adaptation be taken into  account in the scripting approach?&amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;What are the models and  languages required to do that adaptation? &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;Do the currently existing  models, languages and supporting tools handle this problem? &amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;li&amp;gt;Which concepts do these  currently existing models, languages and supporting tools propose for that? &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;How can adaptation be handled? &amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;p&amp;gt;These issues may be considered in both  the case of foreseen events (adaptation is specified within the script) and the case of unforeseen events (there is nothing in the script to define how to  react). &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;adaptation&#039;&#039;&#039; problem raises another problem: the &#039;&#039;&#039;&#039;observation&#039;&#039;&#039;&#039; one. The workshop will also deal with this problem issue: how can an activity  be observed while it is going on? Are concepts dedicated to observation needed  in the script models? What currently exists to support observation within scripting approaches? Which models? Which tools?&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Format  of the workshop: a challenge with one benchmark scenario&amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;p&amp;gt;The workshop is defined as a kind of  competition gathering teams that will have to work on the design of a [[CSCL_Workshop_Challenge_on_Adaptation#The_proposed_case_study|common case study]] (a given learning activity which will serve as a benchmark) dealing  with the issues mentioned above. Two kinds of participants are expected: &amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;ul&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;&#039;&#039;&#039;&#039;&#039;“competitors”&#039;&#039;&#039;&#039;&#039;, who will be  engaged in the challenge,&amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;&#039;&#039;&#039;&#039;&#039;“attendees”&#039;&#039;&#039;&#039;&#039;, who will be able  to look at the concrete competitors’ solutions, to get hands-on experience with  these solutions and to discuss further requirements with the competitors.&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;/ul&amp;gt;&lt;br /&gt;
      &amp;lt;p&amp;gt;It is open to any academic or industrial  e-learning researcher, e-learning designer or e-learning practitioner in CSCL.  It will allow confronting the various solutions and models, approaches and  tools through modeling experiences of collaborative learning activities,  considering the adaptation and observation problems, starting from a real  situation to be modeled and ending at the corresponding implemented activity. &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Planned activities&amp;lt;/h2&amp;gt;&lt;br /&gt;
      &lt;br /&gt;
&amp;lt;h3&amp;gt;Pre-workshop – call for &amp;quot;modeling solutions&amp;quot;&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
A [[CSCL_Workshop_Challenge_on_Adaptation#The_proposed_case_study| &amp;quot;challenge”]],  i.e. a scenario that should be modeled by the different competitors, has been issued. Potential contributors  (future competitors) are expected to submit an initial text describing briefly their solution approach and the issues tackled in the solution for a short reviewing  process to select competitors. &lt;br /&gt;
&lt;br /&gt;
The selected competitors are expected to prepare a solution to the challenge for the workshop event.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;During the workshop (one full day)&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;ul&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;Presentation of the  competitors’ solution and discussion during the morning session;&amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;Open space in the afternoon for  the participants to test the solutions and play with them. This will be  followed by a concluding session, summarizing and comparing the approaches, and  identifying further ToDos for the field.&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;/ul&amp;gt;&lt;br /&gt;
      &lt;br /&gt;
&amp;lt;h3&amp;gt;Post-workshop&amp;lt;/h3&amp;gt;&lt;br /&gt;
      &amp;lt;p&amp;gt;The competitors&#039; solutions will be  collected into a technical report on “adaptation for CSCL scripts” and  published at least in the web. We are currently considering a publication for a  special issue of a journal.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Submission procedure and deadlines ==&lt;br /&gt;
&lt;br /&gt;
Potential contributors (future competitors) are expected to submit a text describing briefly their solution approach (planned modeling technique to be used, intended CSCL tools, adaptation approach) and the issues tackled in the solution. A [http://ldl.pentila.com/ateliers/cscl-2009-workshop/cscl-2009-competitive-challenge-workshop-submission-form_final.doc/download template] is provided to help the contributors provide the expected information.&lt;br /&gt;
&lt;br /&gt;
As we want competitors to have time in preparing the solution and not to be overbooked with writing tasks, &#039;&#039;&#039;the required description is voluntarily short&#039;&#039;&#039;. The final decision to be engaged as a competitor in the workshop will be taken on the basis of the description submitted. &lt;br /&gt;
&lt;br /&gt;
If you want to apply as a competitor, please fill the form in and send it to [mailto:Christine.Ferraris@univ-savoie.fr Christine Ferraris] no later than &#039;&#039;&#039;April 6th&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Notification for acceptance as a competitor will be sent by &#039;&#039;&#039;April the 10th&#039;&#039;&#039; (deadline for early registration for CSCL is April the 20th).&lt;br /&gt;
&lt;br /&gt;
== The proposed case study ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Preamble ===&lt;br /&gt;
&lt;br /&gt;
A case study to be modeled as well as potential issues related to the adaptation and observation problems are proposed to potential contributors (future competitors). The issues are described below and illustrated in relation to the case study. Of course, contributors are not expected to consider all the issues and to provide solutions for all of them. Contributors are neither obliged to consider the listed issues as a restrictive list. &lt;br /&gt;
&lt;br /&gt;
The same holds for the case study. It is proposed as an example which facilitates the description of the adaptation issues (as they can be easily situated within this example) and it may serve as a means to facilitate the comparison of the contributors’ proposals. Contributors are free to adapt it and even to use whatever case study they want (please indicate this in your submission). &lt;br /&gt;
&lt;br /&gt;
=== Rough description of the case study ===&lt;br /&gt;
&lt;br /&gt;
The activity to model is made of two parts: an individual work part (quiz part) followed by a collaborative one (discussion part). In the first one, learners are working individually on answering to some questions related to a theme they have collectively chosen at the begin of the activity (among a list of predefined ones, for example in the ecology domain, “waste sorting”, “water”, “biodiversity”, “renewable energies”). Their progression from one question to the other depends on the correctness of the answer provided. When they have all answered the last question, they are allowed to begin to discuss together and with the teacher about the theme and the answers they have provided.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== The adaptation issues to deal with ==&lt;br /&gt;
&lt;br /&gt;
The context in which we consider the adaptation problem is the following: an activity corresponding to the scenario given above is running. This means at least that:&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
  &amp;lt;li&amp;gt;the operationalization/instanciation data have been settled:&lt;br /&gt;
  &amp;lt;ul&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;a group of participants has been registered to be involved in that activity. They are identified and known. Roles have been attributed to them so that they can play the scenario through these roles;&lt;br /&gt;
    &amp;lt;li&amp;gt;the resources and services required have been selected and are available;&lt;br /&gt;
  &amp;lt;/ul&amp;gt;&lt;br /&gt;
  &amp;lt;li&amp;gt;the activity has begun;&lt;br /&gt;
  &amp;lt;li&amp;gt;there is someone (a teacher for example) who has the means of observing the activity and being aware of what is going on.&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Adaptation issues to be considered by contributors may include but are not restricted to the [[CSCL_Workshop_Challenge_on_Adaptation#Predefined_adaptation|predefined]] and [[CSCL_Workshop_Challenge_on_Adaptation#Adaptation_.E2.80.9Con_the_fly.E2.80.9D|&amp;quot;on the fly&amp;quot;]]  adaptation. This is detailed in what follows.&lt;br /&gt;
&lt;br /&gt;
=== Predefined adaptation ===&lt;br /&gt;
&lt;br /&gt;
This is the case for foreseen events (adaptation is specified within the script)&lt;br /&gt;
&lt;br /&gt;
==== Adaptation of the learning flow ====&lt;br /&gt;
&lt;br /&gt;
The learning flow may not be the same for all the actors involved in the activity, even if they have the same role. It may also depend on what happens while the activity is going on. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example in the case study:&#039;&#039;&#039; In the case study, there are at least two examples of predefined adaptation of the learning flow. The first one concerns the choice of the theme by the group of students at the beginning of the activity. The questions presented to them will depend on that theme. That means that, when preparing the activity, the scenario designer will have to define several sets of questions and to define to which theme each of these sets is related. Once the theme is chosen by the students, the associated set of questions will automatically be selected.&lt;br /&gt;
&lt;br /&gt;
The answer-dependent progression from one question to another is the second example. It also has to be considered in advance and predefined by the scenario designer.&lt;br /&gt;
&lt;br /&gt;
=== Adaptation “on the fly” ===&lt;br /&gt;
&lt;br /&gt;
This is the case for unforeseen events (there is nothing in the script to define how to react). We have considered 3 situations in which adaptation « on the fly » may occur. &lt;br /&gt;
&lt;br /&gt;
==== (1) Adaptation of the learning flow without modifying the scenario ====&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example in the case study:&#039;&#039;&#039; The students have chosen the theme to work on. They are currently involved in the quiz part of the scenario. Imagine that one of the students involved in the activity is late. He is still pondering on the first question whereas the other students are on the last one. The teacher then decides to let him forget about this first question and the intermediary ones and directly deal with the last one. The concerned student will thus “jump” from question 1 directly to last question.&lt;br /&gt;
&lt;br /&gt;
==== (2) Modification of the operationalisation/instanciation data ====&lt;br /&gt;
&lt;br /&gt;
This data is the one that is settled during the operationalization/instanciation phase, i.e. the data refers at least to the persons participating in the activity and the required resources (learning objects and services). They can be considered as the contextualization parameters. They are necessary to transform a scenario into an actual running activity. Modifying this data is at least a matter of:&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
  &amp;lt;li&amp;gt;modifying the participants currently involved in an ongoing activity (suppressing one of them - for example because s/he moved house and s/he now goes to a new school -, adding a new participant, or changing the distribution of roles, ...)&lt;br /&gt;
  &amp;lt;li&amp;gt;modifying the resources put at the participants&#039; disposal&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example in the case study:&#039;&#039;&#039; The activity has begun. The students have chosen a theme and are currently answering to the questions. Imagine that a new student, Gerry, wants to join this group. What about adding him to this ongoing activity whereas he was not supposed at all to participate? Two cases could be distinguished: the one where the students are currently answering to the questions (they are in the quiz part of the scenario) and the one where they have finished the quiz part and are currently involved in the discussion part.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Note that this situation is different from the previous one[[CSCL_Workshop_Challenge_on_Adaptation#.281.29_Adaptation_of_the_learning_flow_without_modifying_the_scenario | (Situation (1) described above)]]. In this case, the student to be added as a participant to the activity was not supposed to participate. In the previous one, he is a member of the group; he is involved in the activity; he is just late in doing the work.&lt;br /&gt;
&lt;br /&gt;
==== (3) Modification of the scenario ====&lt;br /&gt;
&lt;br /&gt;
Some events occurring within an ongoing activity may lead to the modification of the scenario itself.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example in the case study:&#039;&#039;&#039; The students are currently involved in the discussion part of the activity. The teacher has the opportunity of inviting an expert of the theme to the discussion. He thinks this will be of a great interest for the students. To do that, he has to modify the scenario in order to add a new role (the “expert” one) and the means for this expert to join the discussion and participate to it.  Also, he has to allocate this role to the expert he knows.&lt;br /&gt;
&lt;br /&gt;
== The related observation problems ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;To be completed&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
A proposal for different purposes of observation:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Observation to be used by the engine for pre-defined adaptation: e.g. selection of topic and answers to questions&lt;br /&gt;
&amp;lt;li&amp;gt;Observation to be used by a moderator during the learning experience (on-the-fly adaptation): e.g. progress state of students, composition of groups (maybe a dropout or latecomer)&lt;br /&gt;
&amp;lt;li&amp;gt;Observation to be used by analyst (a posteriori for research / evaluation): e.g. were there situations of “Conflict/disagreement” in the discussion?&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;/div&gt;</summary>
		<author><name>Cferr</name></author>
	</entry>
	<entry>
		<id>http://os-vps418.infomaniak.ch:1250/mediawiki/index.php?title=CSCL_Workshop_Challenge_on_Adaptation&amp;diff=4058</id>
		<title>CSCL Workshop Challenge on Adaptation</title>
		<link rel="alternate" type="text/html" href="http://os-vps418.infomaniak.ch:1250/mediawiki/index.php?title=CSCL_Workshop_Challenge_on_Adaptation&amp;diff=4058"/>
		<updated>2009-03-18T09:13:28Z</updated>

		<summary type="html">&lt;p&gt;Cferr : &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;big&amp;gt;Competitive Challenge on Adapting Activities Modeled by CSCL Scripts&amp;lt;/big&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;[http://www.isls.org/CSCL2009/Pre-Conference7.htm Workshop] at [http://www.isls.org/CSCL2009/welcome.htm CSCL&#039;2009] - Monday, June 8th, 2009.&amp;lt;/big&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Call for &amp;quot;modeling solutions&amp;quot; open.&#039;&#039;&#039;&lt;br /&gt;
* If you want to apply as a competitor, please fill the [http://ldl.pentila.com/ateliers/cscl-2009-workshop/cscl-2009-competitive-challenge-workshop-submission-form_final.doc/download form] describing your solution and send it to [mailto:Christine.Ferraris@univ-savoie.fr Christine Ferraris]&lt;br /&gt;
* deadline &#039;&#039;&#039;April the 6th&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;h2&amp;gt;Program and Organizing committee&amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;[mailto:Christine.Ferraris@univ-savoie.fr Christine Ferraris], [mailto:Laurence.Vignollet@univ-savoie.fr Laurence Vignollet], [mailto:Christian.martel@univ-savoie.fr Christian Martel], Scenarios Team, Syscom, Université de Savoie, France&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[mailto:andreas.harrer@ku-eichstaett.de Andreas Harrer], Catholic University Eichstätt-Ingolstadt, Germany&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[mailto:yannis@yllera.tel.uva.es Yannis  Dimitriadis], GSIC, University of Valladolid, Spain,&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;Contact: [mailto:Christine.Ferraris@univ-savoie.fr Christine Ferraris]&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Theme and Goals of the workshop&amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Both the Learning Design community and  the CSCL scripting community are working on the problem of modeling learning  activities. The idea is to build a formal description of such activities  (called a script, or a scenario, or a sequence, or a learning design) that a  computer will be able to read and interpret in order to automatically generate  the CSCL environment that will support the execution of the corresponding  activity. Researchers of these communities have thus proposed and developed  models, languages, methodologies and tools to support this approach.&lt;br /&gt;
&lt;br /&gt;
A script is written in a given language  (for example IMS-LD, LDL, the collaborative scripting language, etc.) and  transformed in an activity running on an existing virtual learning environment.  Thus the activity is strictly running according to what is described in the  script: it cannot deviate as it is scaffolded by a computer process. The  problem then is the following: how can it be adapted to events that may occur  in the activity. Indeed, learning activities are continuously evolving whilst  they are running. Teachers always have to adapt the situation to the learners’  reactions and to external events. Some may have been planned and the teacher  knows how to react; some may be unpredictable and the teacher has to imagine a  way to adapt.&lt;br /&gt;
&lt;br /&gt;
The theme of this workshop is the  adaptation of activities modeled by CSCL scripts according to what is happening  in the activity. The issues to deal with include the following:&lt;br /&gt;
      &amp;lt;ul&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;Can adaptation be taken into  account in the scripting approach?&amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;What are the models and  languages required to do that adaptation? &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;Do the currently existing  models, languages and supporting tools handle this problem? &amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;li&amp;gt;Which concepts do these  currently existing models, languages and supporting tools propose for that? &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;How can adaptation be handled? &amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;p&amp;gt;These issues may be considered in both  the case of foreseen events (adaptation is specified within the script) and the case of unforeseen events (there is nothing in the script to define how to  react). &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;adaptation&#039;&#039;&#039; problem raises another problem: the &#039;&#039;&#039;&#039;observation&#039;&#039;&#039;&#039; one. The workshop will also deal with this problem issue: how can an activity  be observed while it is going on? Are concepts dedicated to observation needed  in the script models? What currently exists to support observation within scripting approaches? Which models? Which tools?&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Format  of the workshop: a challenge with one benchmark scenario&amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;p&amp;gt;The workshop is defined as a kind of  competition gathering teams that will have to work on the design of a [[CSCL_Workshop_Challenge_on_Adaptation#The_proposed_case_study|common case study]] (a given learning activity which will serve as a benchmark) dealing  with the issues mentioned above. Two kinds of participants are expected: &amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;ul&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;&#039;&#039;&#039;&#039;&#039;“competitors”&#039;&#039;&#039;&#039;&#039;, who will be  engaged in the challenge,&amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;&#039;&#039;&#039;&#039;&#039;“attendees”&#039;&#039;&#039;&#039;&#039;, who will be able  to look at the concrete competitors’ solutions, to get hands-on experience with  these solutions and to discuss further requirements with the competitors.&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;/ul&amp;gt;&lt;br /&gt;
      &amp;lt;p&amp;gt;It is open to any academic or industrial  e-learning researcher, e-learning designer or e-learning practitioner in CSCL.  It will allow confronting the various solutions and models, approaches and  tools through modeling experiences of collaborative learning activities,  considering the adaptation and observation problems, starting from a real  situation to be modeled and ending at the corresponding implemented activity. &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Planned activities&amp;lt;/h2&amp;gt;&lt;br /&gt;
      &lt;br /&gt;
&amp;lt;h3&amp;gt;Pre-workshop – call for &amp;quot;modeling solutions&amp;quot;&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
A [[CSCL_Workshop_Challenge_on_Adaptation#The_proposed_case_study| &amp;quot;challenge”]],  i.e. a scenario that should be modeled by the different competitors, has been issued. Potential contributors  (future competitors) are expected to submit an initial text describing briefly their solution approach and the issues tackled in the solution for a short reviewing  process to select competitors. &lt;br /&gt;
&lt;br /&gt;
The selected competitors are expected to prepare a solution to the challenge for the workshop event.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;During the workshop (one full day)&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;ul&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;Presentation of the  competitors’ solution and discussion during the morning session;&amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;Open space in the afternoon for  the participants to test the solutions and play with them. This will be  followed by a concluding session, summarizing and comparing the approaches, and  identifying further ToDos for the field.&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;/ul&amp;gt;&lt;br /&gt;
      &lt;br /&gt;
&amp;lt;h3&amp;gt;Post-workshop&amp;lt;/h3&amp;gt;&lt;br /&gt;
      &amp;lt;p&amp;gt;The competitors&#039; solutions will be  collected into a technical report on “adaptation for CSCL scripts” and  published at least in the web. We are currently considering a publication for a  special issue of a journal.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Submission procedure and deadlines ==&lt;br /&gt;
&lt;br /&gt;
Potential contributors (future competitors) are expected to submit a text describing briefly their solution approach (planned modeling technique to be used, intended CSCL tools, adaptation approach) and the issues tackled in the solution. A [http://ldl.pentila.com/ateliers/cscl-2009-workshop/cscl-2009-competitive-challenge-workshop-submission-form_final.doc/download template] is provided to help the contributors provide the expected information.&lt;br /&gt;
&lt;br /&gt;
As we want competitors to have time in preparing the solution and not to be overbooked with writing tasks, &#039;&#039;&#039;the required description is voluntarily short&#039;&#039;&#039;. The final decision to be engaged as a competitor in the workshop will be taken on the basis of the description submitted. &lt;br /&gt;
&lt;br /&gt;
If you want to apply as a competitor, please fill the form in and send it to [mailto:Christine.Ferraris@univ-savoie.fr Christine Ferraris] no later than &#039;&#039;&#039;April 6th&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Notification for acceptance as a competitor will be sent by &#039;&#039;&#039;April the 10th&#039;&#039;&#039; (deadline for early registration for CSCL is April the 20th).&lt;br /&gt;
&lt;br /&gt;
== The proposed case study ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Preamble ===&lt;br /&gt;
&lt;br /&gt;
A case study to be modeled as well as potential issues related to the adaptation and observation problems are proposed to potential contributors (future competitors). The issues are described below and illustrated in relation to the case study. Of course, contributors are not expected to consider all the issues and to provide solutions for all of them. Contributors are neither obliged to consider the listed issues as a restrictive list. &lt;br /&gt;
&lt;br /&gt;
The same holds for the case study. It is proposed as an example which facilitates the description of the adaptation issues (as they can be easily situated within this example) and it may serve as a means to facilitate the comparison of the contributors’ proposals. Contributors are free to adapt it and even to use whatever case study they want (please indicate this in your submission). &lt;br /&gt;
&lt;br /&gt;
=== Rough description of the case study ===&lt;br /&gt;
&lt;br /&gt;
The activity to model is made of two parts: an individual work part (quiz part) followed by a collaborative one (discussion part). In the first one, learners are working individually on answering to some questions related to a theme they have collectively chosen at the begin of the activity (among a list of predefined ones, for example in the ecology domain, “waste sorting”, “water”, “biodiversity”, “renewable energies”). Their progression from one question to the other depends on the correctness of the answer provided. When they have all answered the last question, they are allowed to begin to discuss together and with the teacher about the theme and the answers they have provided.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== The adaptation issues to deal with ==&lt;br /&gt;
&lt;br /&gt;
The context in which we consider the adaptation problem is the following: an activity corresponding to the scenario given above is running. This means at least that:&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
  &amp;lt;li&amp;gt;the operationalization/instanciation data have been settled:&lt;br /&gt;
  &amp;lt;ul&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;a group of participants has been registered to be involved in that activity. They are identified and known. Roles have been attributed to them so that they can play the scenario through these roles;&lt;br /&gt;
    &amp;lt;li&amp;gt;the resources and services required have been selected and are available;&lt;br /&gt;
  &amp;lt;/ul&amp;gt;&lt;br /&gt;
  &amp;lt;li&amp;gt;the activity has begun;&lt;br /&gt;
  &amp;lt;li&amp;gt;there is someone (a teacher for example) who has the means of observing the activity and being aware of what is going on.&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Adaptation issues to be considered by contributors may include but are not restricted to the [[CSCL_Workshop_Challenge_on_Adaptation#Predefined_adaptation|predefined]] and [[CSCL_Workshop_Challenge_on_Adaptation#Adaptation_.E2.80.9Con_the_fly.E2.80.9D|&amp;quot;on the fly&amp;quot;]]  adaptation. This is detailed in what follows.&lt;br /&gt;
&lt;br /&gt;
=== Predefined adaptation ===&lt;br /&gt;
&lt;br /&gt;
This is the case for foreseen events (adaptation is specified within the script)&lt;br /&gt;
&lt;br /&gt;
==== Adaptation of the learning flow ====&lt;br /&gt;
&lt;br /&gt;
The learning flow may not be the same for all the actors involved in the activity, even if they have the same role. It may also depend on what happens while the activity is going on. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example in the case study:&#039;&#039;&#039; In the case study, there are at least two examples of predefined adaptation of the learning flow. The first one concerns the choice of the theme by the group of students at the beginning of the activity. The questions presented to them will depend on that theme. That means that, when preparing the activity, the scenario designer will have to define several sets of questions and to define to which theme each of these sets is related. Once the theme is chosen by the students, the associated set of questions will automatically be selected.&lt;br /&gt;
&lt;br /&gt;
The answer-dependent progression from one question to another is the second example. It also has to be considered in advance and predefined by the scenario designer.&lt;br /&gt;
&lt;br /&gt;
=== Adaptation “on the fly” ===&lt;br /&gt;
&lt;br /&gt;
This is the case for unforeseen events (there is nothing in the script to define how to react). We have considered 3 situations in which adaptation « on the fly » may occur. &lt;br /&gt;
&lt;br /&gt;
==== (1) Adaptation of the learning flow without modifying the scenario ====&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example in the case study:&#039;&#039;&#039; The students have chosen the theme to work on. They are currently involved in the quiz part of the scenario. Imagine that one of the students involved in the activity is late. He is still pondering on the first question whereas the other students are on the last one. The teacher then decides to let him forget about this first question and the intermediary ones and directly deal with the last one. The concerned student will thus “jump” from question 1 directly to last question.&lt;br /&gt;
&lt;br /&gt;
==== (2) Modification of the operationalisation/instanciation data ====&lt;br /&gt;
&lt;br /&gt;
This data is the one that is settled during the operationalization/instanciation phase, i.e. the data refers at least to the persons participating in the activity and the required resources (learning objects and services). They can be considered as the contextualization parameters. They are necessary to transform a scenario into an actual running activity. Modifying this data is at least a matter of:&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
  &amp;lt;li&amp;gt;modifying the participants currently involved in an ongoing activity (suppressing one of them - for example because s/he moved house and s/he now goes to a new school -, adding a new participant, or changing the distribution of roles, ...)&lt;br /&gt;
  &amp;lt;li&amp;gt;modifying the resources put at the participants&#039; disposal&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example in the case study:&#039;&#039;&#039; The activity has begun. The students have chosen a theme and are currently answering to the questions. Imagine that a new student, Gerry, wants to join this group. What about adding him to this ongoing activity whereas he was not supposed at all to participate? Two cases could be distinguished: the one where the students are currently answering to the questions (they are in the quiz part of the scenario) and the one where they have finished the quiz part and are currently involved in the discussion part.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Note that this situation is different from the previous one[[CSCL_Workshop_Challenge_on_Adaptation#.281.29_Adaptation_of_the_learning_flow_without_modifying_the_scenario | (Situation (1) described above)]]. In this case, the student to be added as a participant to the activity was not supposed to participate. In the previous one, he is a member of the group; he is involved in the activity; he is just late in doing the work.&lt;br /&gt;
&lt;br /&gt;
==== (3) Modification of the scenario ====&lt;br /&gt;
&lt;br /&gt;
Some events occurring within an ongoing activity may lead to the modification of the scenario itself.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example in the case study:&#039;&#039;&#039; The students are currently involved in the discussion part of the activity. The teacher has the opportunity of inviting an expert of the theme to the discussion. He thinks this will be of a great interest for the students. To do that, he has to modify the scenario in order to add a new role (the “expert” one) and the means for this expert to join the discussion and participate to it.  Also, he has to allocate this role to the expert he knows.&lt;br /&gt;
&lt;br /&gt;
== The related observation problems ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;To be completed&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
A proposal for different purposes of observation:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Observation to be used by the engine for pre-defined adaptation: e.g. selection of topic and answers to questions&lt;br /&gt;
&amp;lt;li&amp;gt;Observation to be used by a moderator during the learning experience (on-the-fly adaptation): e.g. progress state of students, composition of groups (maybe a dropout or latecomer)&lt;br /&gt;
&amp;lt;li&amp;gt;Observation to be used by analyst (a posteriori for research / evaluation): e.g. were there situations of “Conflict/disagreement” in the discussion?&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;/div&gt;</summary>
		<author><name>Cferr</name></author>
	</entry>
	<entry>
		<id>http://os-vps418.infomaniak.ch:1250/mediawiki/index.php?title=CSCL_Workshop_Challenge_on_Adaptation&amp;diff=4057</id>
		<title>CSCL Workshop Challenge on Adaptation</title>
		<link rel="alternate" type="text/html" href="http://os-vps418.infomaniak.ch:1250/mediawiki/index.php?title=CSCL_Workshop_Challenge_on_Adaptation&amp;diff=4057"/>
		<updated>2009-03-18T09:11:43Z</updated>

		<summary type="html">&lt;p&gt;Cferr : &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;big&amp;gt;Competitive Challenge on Adapting Activities Modeled by CSCL Scripts&amp;lt;/big&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;[http://www.isls.org/CSCL2009/Pre-Conference7.htm Workshop] at [http://www.isls.org/CSCL2009/welcome.htm CSCL&#039;2009] - Monday, June 8th, 2009.&amp;lt;/big&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Call for &amp;quot;modeling solutions&amp;quot; open.&#039;&#039;&#039;&lt;br /&gt;
* please fill the [http://ldl.pentila.com/ateliers/cscl-2009-workshop/cscl-2009-competitive-challenge-workshop-submission-form_final.doc/download form] describing your solution and send it to [mailto:Christine.Ferraris@univ-savoie.fr Christine Ferraris]&lt;br /&gt;
* deadline &#039;&#039;&#039;April the 6th&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;h2&amp;gt;Program and Organizing committee&amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;[mailto:Christine.Ferraris@univ-savoie.fr Christine Ferraris], [mailto:Laurence.Vignollet@univ-savoie.fr Laurence Vignollet], [mailto:Christian.martel@univ-savoie.fr Christian Martel], Scenarios Team, Syscom, Université de Savoie, France&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[mailto:andreas.harrer@ku-eichstaett.de Andreas Harrer], Catholic University Eichstätt-Ingolstadt, Germany&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[mailto:yannis@yllera.tel.uva.es Yannis  Dimitriadis], GSIC, University of Valladolid, Spain,&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;Contact: [mailto:Christine.Ferraris@univ-savoie.fr Christine Ferraris]&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Theme and Goals of the workshop&amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Both the Learning Design community and  the CSCL scripting community are working on the problem of modeling learning  activities. The idea is to build a formal description of such activities  (called a script, or a scenario, or a sequence, or a learning design) that a  computer will be able to read and interpret in order to automatically generate  the CSCL environment that will support the execution of the corresponding  activity. Researchers of these communities have thus proposed and developed  models, languages, methodologies and tools to support this approach.&lt;br /&gt;
&lt;br /&gt;
A script is written in a given language  (for example IMS-LD, LDL, the collaborative scripting language, etc.) and  transformed in an activity running on an existing virtual learning environment.  Thus the activity is strictly running according to what is described in the  script: it cannot deviate as it is scaffolded by a computer process. The  problem then is the following: how can it be adapted to events that may occur  in the activity. Indeed, learning activities are continuously evolving whilst  they are running. Teachers always have to adapt the situation to the learners’  reactions and to external events. Some may have been planned and the teacher  knows how to react; some may be unpredictable and the teacher has to imagine a  way to adapt.&lt;br /&gt;
&lt;br /&gt;
The theme of this workshop is the  adaptation of activities modeled by CSCL scripts according to what is happening  in the activity. The issues to deal with include the following:&lt;br /&gt;
      &amp;lt;ul&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;Can adaptation be taken into  account in the scripting approach?&amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;What are the models and  languages required to do that adaptation? &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;Do the currently existing  models, languages and supporting tools handle this problem? &amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;li&amp;gt;Which concepts do these  currently existing models, languages and supporting tools propose for that? &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;How can adaptation be handled? &amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;p&amp;gt;These issues may be considered in both  the case of foreseen events (adaptation is specified within the script) and the case of unforeseen events (there is nothing in the script to define how to  react). &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;adaptation&#039;&#039;&#039; problem raises another problem: the &#039;&#039;&#039;&#039;observation&#039;&#039;&#039;&#039; one. The workshop will also deal with this problem issue: how can an activity  be observed while it is going on? Are concepts dedicated to observation needed  in the script models? What currently exists to support observation within scripting approaches? Which models? Which tools?&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Format  of the workshop: a challenge with one benchmark scenario&amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;p&amp;gt;The workshop is defined as a kind of  competition gathering teams that will have to work on the design of a [[CSCL_Workshop_Challenge_on_Adaptation#The_proposed_case_study|common case study]] (a given learning activity which will serve as a benchmark) dealing  with the issues mentioned above. Two kinds of participants are expected: &amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;ul&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;&#039;&#039;&#039;&#039;&#039;“competitors”&#039;&#039;&#039;&#039;&#039;, who will be  engaged in the challenge,&amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;&#039;&#039;&#039;&#039;&#039;“attendees”&#039;&#039;&#039;&#039;&#039;, who will be able  to look at the concrete competitors’ solutions, to get hands-on experience with  these solutions and to discuss further requirements with the competitors.&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;/ul&amp;gt;&lt;br /&gt;
      &amp;lt;p&amp;gt;It is open to any academic or industrial  e-learning researcher, e-learning designer or e-learning practitioner in CSCL.  It will allow confronting the various solutions and models, approaches and  tools through modeling experiences of collaborative learning activities,  considering the adaptation and observation problems, starting from a real  situation to be modeled and ending at the corresponding implemented activity. &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Planned activities&amp;lt;/h2&amp;gt;&lt;br /&gt;
      &lt;br /&gt;
&amp;lt;h3&amp;gt;Pre-workshop – call for &amp;quot;modeling solutions&amp;quot;&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
A [[CSCL_Workshop_Challenge_on_Adaptation#The_proposed_case_study| &amp;quot;challenge”]],  i.e. a scenario that should be modeled by the different competitors, has been issued. Potential contributors  (future competitors) are expected to submit an initial text describing briefly their solution approach and the issues tackled in the solution for a short reviewing  process to select competitors. &lt;br /&gt;
&lt;br /&gt;
The selected competitors are expected to prepare a solution to the challenge for the workshop event.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;During the workshop (one full day)&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;ul&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;Presentation of the  competitors’ solution and discussion during the morning session;&amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;Open space in the afternoon for  the participants to test the solutions and play with them. This will be  followed by a concluding session, summarizing and comparing the approaches, and  identifying further ToDos for the field.&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;/ul&amp;gt;&lt;br /&gt;
      &lt;br /&gt;
&amp;lt;h3&amp;gt;Post-workshop&amp;lt;/h3&amp;gt;&lt;br /&gt;
      &amp;lt;p&amp;gt;The competitors&#039; solutions will be  collected into a technical report on “adaptation for CSCL scripts” and  published at least in the web. We are currently considering a publication for a  special issue of a journal.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Submission procedure and deadlines ==&lt;br /&gt;
&lt;br /&gt;
Potential contributors (future competitors) are expected to submit a text describing briefly their solution approach (planned modeling technique to be used, intended CSCL tools, adaptation approach) and the issues tackled in the solution. A [http://ldl.pentila.com/ateliers/cscl-2009-workshop/cscl-2009-competitive-challenge-workshop-submission-form_final.doc/download template] is provided to help the contributors provide the expected information.&lt;br /&gt;
&lt;br /&gt;
As we want competitors to have time in preparing the solution and not to be overbooked with writing tasks, &#039;&#039;&#039;the required description is voluntarily short&#039;&#039;&#039;. The final decision to be engaged as a competitor in the workshop will be taken on the basis of the description submitted. &lt;br /&gt;
&lt;br /&gt;
If you want to apply as a competitor, please fill the form in and send it to [mailto:Christine.Ferraris@univ-savoie.fr Christine Ferraris] no later than &#039;&#039;&#039;April 6th&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Notification for acceptance as a competitor will be sent by &#039;&#039;&#039;April the 10th&#039;&#039;&#039; (deadline for early registration for CSCL is April the 20th).&lt;br /&gt;
&lt;br /&gt;
== The proposed case study ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Preamble ===&lt;br /&gt;
&lt;br /&gt;
A case study to be modeled as well as potential issues related to the adaptation and observation problems are proposed to potential contributors (future competitors). The issues are described below and illustrated in relation to the case study. Of course, contributors are not expected to consider all the issues and to provide solutions for all of them. Contributors are neither obliged to consider the listed issues as a restrictive list. &lt;br /&gt;
&lt;br /&gt;
The same holds for the case study. It is proposed as an example which facilitates the description of the adaptation issues (as they can be easily situated within this example) and it may serve as a means to facilitate the comparison of the contributors’ proposals. Contributors are free to adapt it and even to use whatever case study they want (please indicate this in your submission). &lt;br /&gt;
&lt;br /&gt;
=== Rough description of the case study ===&lt;br /&gt;
&lt;br /&gt;
The activity to model is made of two parts: an individual work part (quiz part) followed by a collaborative one (discussion part). In the first one, learners are working individually on answering to some questions related to a theme they have collectively chosen at the begin of the activity (among a list of predefined ones, for example in the ecology domain, “waste sorting”, “water”, “biodiversity”, “renewable energies”). Their progression from one question to the other depends on the correctness of the answer provided. When they have all answered the last question, they are allowed to begin to discuss together and with the teacher about the theme and the answers they have provided.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== The adaptation issues to deal with ==&lt;br /&gt;
&lt;br /&gt;
The context in which we consider the adaptation problem is the following: an activity corresponding to the scenario given above is running. This means at least that:&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
  &amp;lt;li&amp;gt;the operationalization/instanciation data have been settled:&lt;br /&gt;
  &amp;lt;ul&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;a group of participants has been registered to be involved in that activity. They are identified and known. Roles have been attributed to them so that they can play the scenario through these roles;&lt;br /&gt;
    &amp;lt;li&amp;gt;the resources and services required have been selected and are available;&lt;br /&gt;
  &amp;lt;/ul&amp;gt;&lt;br /&gt;
  &amp;lt;li&amp;gt;the activity has begun;&lt;br /&gt;
  &amp;lt;li&amp;gt;there is someone (a teacher for example) who has the means of observing the activity and being aware of what is going on.&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Adaptation issues to be considered by contributors may include but are not restricted to the [[CSCL_Workshop_Challenge_on_Adaptation#Predefined_adaptation|predefined]] and [[CSCL_Workshop_Challenge_on_Adaptation#Adaptation_.E2.80.9Con_the_fly.E2.80.9D|&amp;quot;on the fly&amp;quot;]]  adaptation. This is detailed in what follows.&lt;br /&gt;
&lt;br /&gt;
=== Predefined adaptation ===&lt;br /&gt;
&lt;br /&gt;
This is the case for foreseen events (adaptation is specified within the script)&lt;br /&gt;
&lt;br /&gt;
==== Adaptation of the learning flow ====&lt;br /&gt;
&lt;br /&gt;
The learning flow may not be the same for all the actors involved in the activity, even if they have the same role. It may also depend on what happens while the activity is going on. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example in the case study:&#039;&#039;&#039; In the case study, there are at least two examples of predefined adaptation of the learning flow. The first one concerns the choice of the theme by the group of students at the beginning of the activity. The questions presented to them will depend on that theme. That means that, when preparing the activity, the scenario designer will have to define several sets of questions and to define to which theme each of these sets is related. Once the theme is chosen by the students, the associated set of questions will automatically be selected.&lt;br /&gt;
&lt;br /&gt;
The answer-dependent progression from one question to another is the second example. It also has to be considered in advance and predefined by the scenario designer.&lt;br /&gt;
&lt;br /&gt;
=== Adaptation “on the fly” ===&lt;br /&gt;
&lt;br /&gt;
This is the case for unforeseen events (there is nothing in the script to define how to react). We have considered 3 situations in which adaptation « on the fly » may occur. &lt;br /&gt;
&lt;br /&gt;
==== (1) Adaptation of the learning flow without modifying the scenario ====&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example in the case study:&#039;&#039;&#039; The students have chosen the theme to work on. They are currently involved in the quiz part of the scenario. Imagine that one of the students involved in the activity is late. He is still pondering on the first question whereas the other students are on the last one. The teacher then decides to let him forget about this first question and the intermediary ones and directly deal with the last one. The concerned student will thus “jump” from question 1 directly to last question.&lt;br /&gt;
&lt;br /&gt;
==== (2) Modification of the operationalisation/instanciation data ====&lt;br /&gt;
&lt;br /&gt;
This data is the one that is settled during the operationalization/instanciation phase, i.e. the data refers at least to the persons participating in the activity and the required resources (learning objects and services). They can be considered as the contextualization parameters. They are necessary to transform a scenario into an actual running activity. Modifying this data is at least a matter of:&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
  &amp;lt;li&amp;gt;modifying the participants currently involved in an ongoing activity (suppressing one of them - for example because s/he moved house and s/he now goes to a new school -, adding a new participant, or changing the distribution of roles, ...)&lt;br /&gt;
  &amp;lt;li&amp;gt;modifying the resources put at the participants&#039; disposal&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example in the case study:&#039;&#039;&#039; The activity has begun. The students have chosen a theme and are currently answering to the questions. Imagine that a new student, Gerry, wants to join this group. What about adding him to this ongoing activity whereas he was not supposed at all to participate? Two cases could be distinguished: the one where the students are currently answering to the questions (they are in the quiz part of the scenario) and the one where they have finished the quiz part and are currently involved in the discussion part.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Note that this situation is different from the previous one[[CSCL_Workshop_Challenge_on_Adaptation#.281.29_Adaptation_of_the_learning_flow_without_modifying_the_scenario | (Situation (1) described above)]]. In this case, the student to be added as a participant to the activity was not supposed to participate. In the previous one, he is a member of the group; he is involved in the activity; he is just late in doing the work.&lt;br /&gt;
&lt;br /&gt;
==== (3) Modification of the scenario ====&lt;br /&gt;
&lt;br /&gt;
Some events occurring within an ongoing activity may lead to the modification of the scenario itself.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example in the case study:&#039;&#039;&#039; The students are currently involved in the discussion part of the activity. The teacher has the opportunity of inviting an expert of the theme to the discussion. He thinks this will be of a great interest for the students. To do that, he has to modify the scenario in order to add a new role (the “expert” one) and the means for this expert to join the discussion and participate to it.  Also, he has to allocate this role to the expert he knows.&lt;br /&gt;
&lt;br /&gt;
== The related observation problems ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;To be completed&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
A proposal for different purposes of observation:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Observation to be used by the engine for pre-defined adaptation: e.g. selection of topic and answers to questions&lt;br /&gt;
&amp;lt;li&amp;gt;Observation to be used by a moderator during the learning experience (on-the-fly adaptation): e.g. progress state of students, composition of groups (maybe a dropout or latecomer)&lt;br /&gt;
&amp;lt;li&amp;gt;Observation to be used by analyst (a posteriori for research / evaluation): e.g. were there situations of “Conflict/disagreement” in the discussion?&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;/div&gt;</summary>
		<author><name>Cferr</name></author>
	</entry>
	<entry>
		<id>http://os-vps418.infomaniak.ch:1250/mediawiki/index.php?title=CSCL_Workshop_Challenge_on_Adaptation&amp;diff=4056</id>
		<title>CSCL Workshop Challenge on Adaptation</title>
		<link rel="alternate" type="text/html" href="http://os-vps418.infomaniak.ch:1250/mediawiki/index.php?title=CSCL_Workshop_Challenge_on_Adaptation&amp;diff=4056"/>
		<updated>2009-03-18T09:09:49Z</updated>

		<summary type="html">&lt;p&gt;Cferr : &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;big&amp;gt;Competitive Challenge on Adapting Activities Modeled by CSCL Scripts&amp;lt;/big&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;Workshop at [http://www.isls.org/CSCL2009/welcome.htm CSCL&#039;2009] - Monday, June 8th, 2009.[http://www.isls.org/CSCL2009/Pre-Conference7.htm]&amp;lt;/big&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Call for &amp;quot;modeling solutions&amp;quot; open.&#039;&#039;&#039;&lt;br /&gt;
* please fill the [http://ldl.pentila.com/ateliers/cscl-2009-workshop/cscl-2009-competitive-challenge-workshop-submission-form_final.doc/download form] describing your solution and send it to [mailto:Christine.Ferraris@univ-savoie.fr Christine Ferraris]&lt;br /&gt;
* deadline &#039;&#039;&#039;April the 6th&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;h2&amp;gt;Program and Organizing committee&amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;[mailto:Christine.Ferraris@univ-savoie.fr Christine Ferraris], [mailto:Laurence.Vignollet@univ-savoie.fr Laurence Vignollet], [mailto:Christian.martel@univ-savoie.fr Christian Martel], Scenarios Team, Syscom, Université de Savoie, France&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[mailto:andreas.harrer@ku-eichstaett.de Andreas Harrer], Catholic University Eichstätt-Ingolstadt, Germany&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[mailto:yannis@yllera.tel.uva.es Yannis  Dimitriadis], GSIC, University of Valladolid, Spain,&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;Contact: [mailto:Christine.Ferraris@univ-savoie.fr Christine Ferraris]&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Theme and Goals of the workshop&amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Both the Learning Design community and  the CSCL scripting community are working on the problem of modeling learning  activities. The idea is to build a formal description of such activities  (called a script, or a scenario, or a sequence, or a learning design) that a  computer will be able to read and interpret in order to automatically generate  the CSCL environment that will support the execution of the corresponding  activity. Researchers of these communities have thus proposed and developed  models, languages, methodologies and tools to support this approach.&lt;br /&gt;
&lt;br /&gt;
A script is written in a given language  (for example IMS-LD, LDL, the collaborative scripting language, etc.) and  transformed in an activity running on an existing virtual learning environment.  Thus the activity is strictly running according to what is described in the  script: it cannot deviate as it is scaffolded by a computer process. The  problem then is the following: how can it be adapted to events that may occur  in the activity. Indeed, learning activities are continuously evolving whilst  they are running. Teachers always have to adapt the situation to the learners’  reactions and to external events. Some may have been planned and the teacher  knows how to react; some may be unpredictable and the teacher has to imagine a  way to adapt.&lt;br /&gt;
&lt;br /&gt;
The theme of this workshop is the  adaptation of activities modeled by CSCL scripts according to what is happening  in the activity. The issues to deal with include the following:&lt;br /&gt;
      &amp;lt;ul&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;Can adaptation be taken into  account in the scripting approach?&amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;What are the models and  languages required to do that adaptation? &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;Do the currently existing  models, languages and supporting tools handle this problem? &amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;li&amp;gt;Which concepts do these  currently existing models, languages and supporting tools propose for that? &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;How can adaptation be handled? &amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;p&amp;gt;These issues may be considered in both  the case of foreseen events (adaptation is specified within the script) and the case of unforeseen events (there is nothing in the script to define how to  react). &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;adaptation&#039;&#039;&#039; problem raises another problem: the &#039;&#039;&#039;&#039;observation&#039;&#039;&#039;&#039; one. The workshop will also deal with this problem issue: how can an activity  be observed while it is going on? Are concepts dedicated to observation needed  in the script models? What currently exists to support observation within scripting approaches? Which models? Which tools?&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Format  of the workshop: a challenge with one benchmark scenario&amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;p&amp;gt;The workshop is defined as a kind of  competition gathering teams that will have to work on the design of a [[CSCL_Workshop_Challenge_on_Adaptation#The_proposed_case_study|common case study]] (a given learning activity which will serve as a benchmark) dealing  with the issues mentioned above. Two kinds of participants are expected: &amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;ul&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;&#039;&#039;&#039;&#039;&#039;“competitors”&#039;&#039;&#039;&#039;&#039;, who will be  engaged in the challenge,&amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;&#039;&#039;&#039;&#039;&#039;“attendees”&#039;&#039;&#039;&#039;&#039;, who will be able  to look at the concrete competitors’ solutions, to get hands-on experience with  these solutions and to discuss further requirements with the competitors.&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;/ul&amp;gt;&lt;br /&gt;
      &amp;lt;p&amp;gt;It is open to any academic or industrial  e-learning researcher, e-learning designer or e-learning practitioner in CSCL.  It will allow confronting the various solutions and models, approaches and  tools through modeling experiences of collaborative learning activities,  considering the adaptation and observation problems, starting from a real  situation to be modeled and ending at the corresponding implemented activity. &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Planned activities&amp;lt;/h2&amp;gt;&lt;br /&gt;
      &lt;br /&gt;
&amp;lt;h3&amp;gt;Pre-workshop – call for &amp;quot;modeling solutions&amp;quot;&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
A [[CSCL_Workshop_Challenge_on_Adaptation#The_proposed_case_study| &amp;quot;challenge”]],  i.e. a scenario that should be modeled by the different competitors, has been issued. Potential contributors  (future competitors) are expected to submit an initial text describing briefly their solution approach and the issues tackled in the solution for a short reviewing  process to select competitors. &lt;br /&gt;
&lt;br /&gt;
The selected competitors are expected to prepare a solution to the challenge for the workshop event.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;During the workshop (one full day)&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;ul&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;Presentation of the  competitors’ solution and discussion during the morning session;&amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;Open space in the afternoon for  the participants to test the solutions and play with them. This will be  followed by a concluding session, summarizing and comparing the approaches, and  identifying further ToDos for the field.&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;/ul&amp;gt;&lt;br /&gt;
      &lt;br /&gt;
&amp;lt;h3&amp;gt;Post-workshop&amp;lt;/h3&amp;gt;&lt;br /&gt;
      &amp;lt;p&amp;gt;The competitors&#039; solutions will be  collected into a technical report on “adaptation for CSCL scripts” and  published at least in the web. We are currently considering a publication for a  special issue of a journal.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Submission procedure and deadlines ==&lt;br /&gt;
&lt;br /&gt;
Potential contributors (future competitors) are expected to submit a text describing briefly their solution approach (planned modeling technique to be used, intended CSCL tools, adaptation approach) and the issues tackled in the solution. A [http://ldl.pentila.com/ateliers/cscl-2009-workshop/cscl-2009-competitive-challenge-workshop-submission-form_final.doc/download template] is provided to help the contributors provide the expected information.&lt;br /&gt;
&lt;br /&gt;
As we want competitors to have time in preparing the solution and not to be overbooked with writing tasks, &#039;&#039;&#039;the required description is voluntarily short&#039;&#039;&#039;. The final decision to be engaged as a competitor in the workshop will be taken on the basis of the description submitted. &lt;br /&gt;
&lt;br /&gt;
If you want to apply as a competitor, please fill the form in and send it to [mailto:Christine.Ferraris@univ-savoie.fr Christine Ferraris] no later than &#039;&#039;&#039;April 6th&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Notification for acceptance as a competitor will be sent by &#039;&#039;&#039;April the 10th&#039;&#039;&#039; (deadline for early registration for CSCL is April the 20th).&lt;br /&gt;
&lt;br /&gt;
== The proposed case study ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Preamble ===&lt;br /&gt;
&lt;br /&gt;
A case study to be modeled as well as potential issues related to the adaptation and observation problems are proposed to potential contributors (future competitors). The issues are described below and illustrated in relation to the case study. Of course, contributors are not expected to consider all the issues and to provide solutions for all of them. Contributors are neither obliged to consider the listed issues as a restrictive list. &lt;br /&gt;
&lt;br /&gt;
The same holds for the case study. It is proposed as an example which facilitates the description of the adaptation issues (as they can be easily situated within this example) and it may serve as a means to facilitate the comparison of the contributors’ proposals. Contributors are free to adapt it and even to use whatever case study they want (please indicate this in your submission). &lt;br /&gt;
&lt;br /&gt;
=== Rough description of the case study ===&lt;br /&gt;
&lt;br /&gt;
The activity to model is made of two parts: an individual work part (quiz part) followed by a collaborative one (discussion part). In the first one, learners are working individually on answering to some questions related to a theme they have collectively chosen at the begin of the activity (among a list of predefined ones, for example in the ecology domain, “waste sorting”, “water”, “biodiversity”, “renewable energies”). Their progression from one question to the other depends on the correctness of the answer provided. When they have all answered the last question, they are allowed to begin to discuss together and with the teacher about the theme and the answers they have provided.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== The adaptation issues to deal with ==&lt;br /&gt;
&lt;br /&gt;
The context in which we consider the adaptation problem is the following: an activity corresponding to the scenario given above is running. This means at least that:&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
  &amp;lt;li&amp;gt;the operationalization/instanciation data have been settled:&lt;br /&gt;
  &amp;lt;ul&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;a group of participants has been registered to be involved in that activity. They are identified and known. Roles have been attributed to them so that they can play the scenario through these roles;&lt;br /&gt;
    &amp;lt;li&amp;gt;the resources and services required have been selected and are available;&lt;br /&gt;
  &amp;lt;/ul&amp;gt;&lt;br /&gt;
  &amp;lt;li&amp;gt;the activity has begun;&lt;br /&gt;
  &amp;lt;li&amp;gt;there is someone (a teacher for example) who has the means of observing the activity and being aware of what is going on.&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Adaptation issues to be considered by contributors may include but are not restricted to the [[CSCL_Workshop_Challenge_on_Adaptation#Predefined_adaptation|predefined]] and [[CSCL_Workshop_Challenge_on_Adaptation#Adaptation_.E2.80.9Con_the_fly.E2.80.9D|&amp;quot;on the fly&amp;quot;]]  adaptation. This is detailed in what follows.&lt;br /&gt;
&lt;br /&gt;
=== Predefined adaptation ===&lt;br /&gt;
&lt;br /&gt;
This is the case for foreseen events (adaptation is specified within the script)&lt;br /&gt;
&lt;br /&gt;
==== Adaptation of the learning flow ====&lt;br /&gt;
&lt;br /&gt;
The learning flow may not be the same for all the actors involved in the activity, even if they have the same role. It may also depend on what happens while the activity is going on. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example in the case study:&#039;&#039;&#039; In the case study, there are at least two examples of predefined adaptation of the learning flow. The first one concerns the choice of the theme by the group of students at the beginning of the activity. The questions presented to them will depend on that theme. That means that, when preparing the activity, the scenario designer will have to define several sets of questions and to define to which theme each of these sets is related. Once the theme is chosen by the students, the associated set of questions will automatically be selected.&lt;br /&gt;
&lt;br /&gt;
The answer-dependent progression from one question to another is the second example. It also has to be considered in advance and predefined by the scenario designer.&lt;br /&gt;
&lt;br /&gt;
=== Adaptation “on the fly” ===&lt;br /&gt;
&lt;br /&gt;
This is the case for unforeseen events (there is nothing in the script to define how to react). We have considered 3 situations in which adaptation « on the fly » may occur. &lt;br /&gt;
&lt;br /&gt;
==== (1) Adaptation of the learning flow without modifying the scenario ====&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example in the case study:&#039;&#039;&#039; The students have chosen the theme to work on. They are currently involved in the quiz part of the scenario. Imagine that one of the students involved in the activity is late. He is still pondering on the first question whereas the other students are on the last one. The teacher then decides to let him forget about this first question and the intermediary ones and directly deal with the last one. The concerned student will thus “jump” from question 1 directly to last question.&lt;br /&gt;
&lt;br /&gt;
==== (2) Modification of the operationalisation/instanciation data ====&lt;br /&gt;
&lt;br /&gt;
This data is the one that is settled during the operationalization/instanciation phase, i.e. the data refers at least to the persons participating in the activity and the required resources (learning objects and services). They can be considered as the contextualization parameters. They are necessary to transform a scenario into an actual running activity. Modifying this data is at least a matter of:&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
  &amp;lt;li&amp;gt;modifying the participants currently involved in an ongoing activity (suppressing one of them - for example because s/he moved house and s/he now goes to a new school -, adding a new participant, or changing the distribution of roles, ...)&lt;br /&gt;
  &amp;lt;li&amp;gt;modifying the resources put at the participants&#039; disposal&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example in the case study:&#039;&#039;&#039; The activity has begun. The students have chosen a theme and are currently answering to the questions. Imagine that a new student, Gerry, wants to join this group. What about adding him to this ongoing activity whereas he was not supposed at all to participate? Two cases could be distinguished: the one where the students are currently answering to the questions (they are in the quiz part of the scenario) and the one where they have finished the quiz part and are currently involved in the discussion part.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Note that this situation is different from the previous one[[CSCL_Workshop_Challenge_on_Adaptation#.281.29_Adaptation_of_the_learning_flow_without_modifying_the_scenario | (Situation (1) described above)]]. In this case, the student to be added as a participant to the activity was not supposed to participate. In the previous one, he is a member of the group; he is involved in the activity; he is just late in doing the work.&lt;br /&gt;
&lt;br /&gt;
==== (3) Modification of the scenario ====&lt;br /&gt;
&lt;br /&gt;
Some events occurring within an ongoing activity may lead to the modification of the scenario itself.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example in the case study:&#039;&#039;&#039; The students are currently involved in the discussion part of the activity. The teacher has the opportunity of inviting an expert of the theme to the discussion. He thinks this will be of a great interest for the students. To do that, he has to modify the scenario in order to add a new role (the “expert” one) and the means for this expert to join the discussion and participate to it.  Also, he has to allocate this role to the expert he knows.&lt;br /&gt;
&lt;br /&gt;
== The related observation problems ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;To be completed&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
A proposal for different purposes of observation:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Observation to be used by the engine for pre-defined adaptation: e.g. selection of topic and answers to questions&lt;br /&gt;
&amp;lt;li&amp;gt;Observation to be used by a moderator during the learning experience (on-the-fly adaptation): e.g. progress state of students, composition of groups (maybe a dropout or latecomer)&lt;br /&gt;
&amp;lt;li&amp;gt;Observation to be used by analyst (a posteriori for research / evaluation): e.g. were there situations of “Conflict/disagreement” in the discussion?&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;/div&gt;</summary>
		<author><name>Cferr</name></author>
	</entry>
	<entry>
		<id>http://os-vps418.infomaniak.ch:1250/mediawiki/index.php?title=CSCL_Workshop_Challenge_on_Adaptation&amp;diff=4055</id>
		<title>CSCL Workshop Challenge on Adaptation</title>
		<link rel="alternate" type="text/html" href="http://os-vps418.infomaniak.ch:1250/mediawiki/index.php?title=CSCL_Workshop_Challenge_on_Adaptation&amp;diff=4055"/>
		<updated>2009-03-18T09:06:00Z</updated>

		<summary type="html">&lt;p&gt;Cferr : /* Submission procedure and deadlines */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;big&amp;gt;Competitive Challenge on Adapting Activities Modeled by CSCL Scripts&amp;lt;/big&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;Workshop at [http://www.isls.org/CSCL2009/welcome.htm CSCL&#039;2009] - Monday, June 8th, 2009.&amp;lt;/big&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Call for &amp;quot;modeling solutions&amp;quot; open.&#039;&#039;&#039;&lt;br /&gt;
* please fill the [http://ldl.pentila.com/ateliers/cscl-2009-workshop/cscl-2009-competitive-challenge-workshop-submission-form_final.doc/download form] describing your solution and send it to [mailto:Christine.Ferraris@univ-savoie.fr Christine Ferraris]&lt;br /&gt;
* deadline &#039;&#039;&#039;April the 6th&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;h2&amp;gt;Program and Organizing committee&amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;[mailto:Christine.Ferraris@univ-savoie.fr Christine Ferraris], [mailto:Laurence.Vignollet@univ-savoie.fr Laurence Vignollet], [mailto:Christian.martel@univ-savoie.fr Christian Martel], Scenarios Team, Syscom, Université de Savoie, France&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[mailto:andreas.harrer@ku-eichstaett.de Andreas Harrer], Catholic University Eichstätt-Ingolstadt, Germany&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[mailto:yannis@yllera.tel.uva.es Yannis  Dimitriadis], GSIC, University of Valladolid, Spain,&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;Contact: [mailto:Christine.Ferraris@univ-savoie.fr Christine Ferraris]&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Theme and Goals of the workshop&amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Both the Learning Design community and  the CSCL scripting community are working on the problem of modeling learning  activities. The idea is to build a formal description of such activities  (called a script, or a scenario, or a sequence, or a learning design) that a  computer will be able to read and interpret in order to automatically generate  the CSCL environment that will support the execution of the corresponding  activity. Researchers of these communities have thus proposed and developed  models, languages, methodologies and tools to support this approach.&lt;br /&gt;
&lt;br /&gt;
A script is written in a given language  (for example IMS-LD, LDL, the collaborative scripting language, etc.) and  transformed in an activity running on an existing virtual learning environment.  Thus the activity is strictly running according to what is described in the  script: it cannot deviate as it is scaffolded by a computer process. The  problem then is the following: how can it be adapted to events that may occur  in the activity. Indeed, learning activities are continuously evolving whilst  they are running. Teachers always have to adapt the situation to the learners’  reactions and to external events. Some may have been planned and the teacher  knows how to react; some may be unpredictable and the teacher has to imagine a  way to adapt.&lt;br /&gt;
&lt;br /&gt;
The theme of this workshop is the  adaptation of activities modeled by CSCL scripts according to what is happening  in the activity. The issues to deal with include the following:&lt;br /&gt;
      &amp;lt;ul&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;Can adaptation be taken into  account in the scripting approach?&amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;What are the models and  languages required to do that adaptation? &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;Do the currently existing  models, languages and supporting tools handle this problem? &amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;li&amp;gt;Which concepts do these  currently existing models, languages and supporting tools propose for that? &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;How can adaptation be handled? &amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;p&amp;gt;These issues may be considered in both  the case of foreseen events (adaptation is specified within the script) and the case of unforeseen events (there is nothing in the script to define how to  react). &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;adaptation&#039;&#039;&#039; problem raises another problem: the &#039;&#039;&#039;&#039;observation&#039;&#039;&#039;&#039; one. The workshop will also deal with this problem issue: how can an activity  be observed while it is going on? Are concepts dedicated to observation needed  in the script models? What currently exists to support observation within scripting approaches? Which models? Which tools?&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Format  of the workshop: a challenge with one benchmark scenario&amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;p&amp;gt;The workshop is defined as a kind of  competition gathering teams that will have to work on the design of a [[CSCL_Workshop_Challenge_on_Adaptation#The_proposed_case_study|common case study]] (a given learning activity which will serve as a benchmark) dealing  with the issues mentioned above. Two kinds of participants are expected: &amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;ul&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;&#039;&#039;&#039;&#039;&#039;“competitors”&#039;&#039;&#039;&#039;&#039;, who will be  engaged in the challenge,&amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;&#039;&#039;&#039;&#039;&#039;“attendees”&#039;&#039;&#039;&#039;&#039;, who will be able  to look at the concrete competitors’ solutions, to get hands-on experience with  these solutions and to discuss further requirements with the competitors.&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;/ul&amp;gt;&lt;br /&gt;
      &amp;lt;p&amp;gt;It is open to any academic or industrial  e-learning researcher, e-learning designer or e-learning practitioner in CSCL.  It will allow confronting the various solutions and models, approaches and  tools through modeling experiences of collaborative learning activities,  considering the adaptation and observation problems, starting from a real  situation to be modeled and ending at the corresponding implemented activity. &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Planned activities&amp;lt;/h2&amp;gt;&lt;br /&gt;
      &lt;br /&gt;
&amp;lt;h3&amp;gt;Pre-workshop – call for &amp;quot;modeling solutions&amp;quot;&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
A [[CSCL_Workshop_Challenge_on_Adaptation#The_proposed_case_study| &amp;quot;challenge”]],  i.e. a scenario that should be modeled by the different competitors, has been issued. Potential contributors  (future competitors) are expected to submit an initial text describing briefly their solution approach and the issues tackled in the solution for a short reviewing  process to select competitors. &lt;br /&gt;
&lt;br /&gt;
The selected competitors are expected to prepare a solution to the challenge for the workshop event.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;During the workshop (one full day)&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;ul&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;Presentation of the  competitors’ solution and discussion during the morning session;&amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;Open space in the afternoon for  the participants to test the solutions and play with them. This will be  followed by a concluding session, summarizing and comparing the approaches, and  identifying further ToDos for the field.&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;/ul&amp;gt;&lt;br /&gt;
      &lt;br /&gt;
&amp;lt;h3&amp;gt;Post-workshop&amp;lt;/h3&amp;gt;&lt;br /&gt;
      &amp;lt;p&amp;gt;The competitors&#039; solutions will be  collected into a technical report on “adaptation for CSCL scripts” and  published at least in the web. We are currently considering a publication for a  special issue of a journal.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Submission procedure and deadlines ==&lt;br /&gt;
&lt;br /&gt;
Potential contributors (future competitors) are expected to submit a text describing briefly their solution approach (planned modeling technique to be used, intended CSCL tools, adaptation approach) and the issues tackled in the solution. A [http://ldl.pentila.com/ateliers/cscl-2009-workshop/cscl-2009-competitive-challenge-workshop-submission-form_final.doc/download template] is provided to help the contributors provide the expected information.&lt;br /&gt;
&lt;br /&gt;
As we want competitors to have time in preparing the solution and not to be overbooked with writing tasks, &#039;&#039;&#039;the required description is voluntarily short&#039;&#039;&#039;. The final decision to be engaged as a competitor in the workshop will be taken on the basis of the description submitted. &lt;br /&gt;
&lt;br /&gt;
If you want to apply as a competitor, please fill the form in and send it to [mailto:Christine.Ferraris@univ-savoie.fr Christine Ferraris] no later than &#039;&#039;&#039;April 6th&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Notification for acceptance as a competitor will be sent by &#039;&#039;&#039;April the 10th&#039;&#039;&#039; (deadline for early registration for CSCL is April the 20th).&lt;br /&gt;
&lt;br /&gt;
== The proposed case study ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Preamble ===&lt;br /&gt;
&lt;br /&gt;
A case study to be modeled as well as potential issues related to the adaptation and observation problems are proposed to potential contributors (future competitors). The issues are described below and illustrated in relation to the case study. Of course, contributors are not expected to consider all the issues and to provide solutions for all of them. Contributors are neither obliged to consider the listed issues as a restrictive list. &lt;br /&gt;
&lt;br /&gt;
The same holds for the case study. It is proposed as an example which facilitates the description of the adaptation issues (as they can be easily situated within this example) and it may serve as a means to facilitate the comparison of the contributors’ proposals. Contributors are free to adapt it and even to use whatever case study they want (please indicate this in your submission). &lt;br /&gt;
&lt;br /&gt;
=== Rough description of the case study ===&lt;br /&gt;
&lt;br /&gt;
The activity to model is made of two parts: an individual work part (quiz part) followed by a collaborative one (discussion part). In the first one, learners are working individually on answering to some questions related to a theme they have collectively chosen at the begin of the activity (among a list of predefined ones, for example in the ecology domain, “waste sorting”, “water”, “biodiversity”, “renewable energies”). Their progression from one question to the other depends on the correctness of the answer provided. When they have all answered the last question, they are allowed to begin to discuss together and with the teacher about the theme and the answers they have provided.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== The adaptation issues to deal with ==&lt;br /&gt;
&lt;br /&gt;
The context in which we consider the adaptation problem is the following: an activity corresponding to the scenario given above is running. This means at least that:&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
  &amp;lt;li&amp;gt;the operationalization/instanciation data have been settled:&lt;br /&gt;
  &amp;lt;ul&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;a group of participants has been registered to be involved in that activity. They are identified and known. Roles have been attributed to them so that they can play the scenario through these roles;&lt;br /&gt;
    &amp;lt;li&amp;gt;the resources and services required have been selected and are available;&lt;br /&gt;
  &amp;lt;/ul&amp;gt;&lt;br /&gt;
  &amp;lt;li&amp;gt;the activity has begun;&lt;br /&gt;
  &amp;lt;li&amp;gt;there is someone (a teacher for example) who has the means of observing the activity and being aware of what is going on.&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Adaptation issues to be considered by contributors may include but are not restricted to the [[CSCL_Workshop_Challenge_on_Adaptation#Predefined_adaptation|predefined]] and [[CSCL_Workshop_Challenge_on_Adaptation#Adaptation_.E2.80.9Con_the_fly.E2.80.9D|&amp;quot;on the fly&amp;quot;]]  adaptation. This is detailed in what follows.&lt;br /&gt;
&lt;br /&gt;
=== Predefined adaptation ===&lt;br /&gt;
&lt;br /&gt;
This is the case for foreseen events (adaptation is specified within the script)&lt;br /&gt;
&lt;br /&gt;
==== Adaptation of the learning flow ====&lt;br /&gt;
&lt;br /&gt;
The learning flow may not be the same for all the actors involved in the activity, even if they have the same role. It may also depend on what happens while the activity is going on. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example in the case study:&#039;&#039;&#039; In the case study, there are at least two examples of predefined adaptation of the learning flow. The first one concerns the choice of the theme by the group of students at the beginning of the activity. The questions presented to them will depend on that theme. That means that, when preparing the activity, the scenario designer will have to define several sets of questions and to define to which theme each of these sets is related. Once the theme is chosen by the students, the associated set of questions will automatically be selected.&lt;br /&gt;
&lt;br /&gt;
The answer-dependent progression from one question to another is the second example. It also has to be considered in advance and predefined by the scenario designer.&lt;br /&gt;
&lt;br /&gt;
=== Adaptation “on the fly” ===&lt;br /&gt;
&lt;br /&gt;
This is the case for unforeseen events (there is nothing in the script to define how to react). We have considered 3 situations in which adaptation « on the fly » may occur. &lt;br /&gt;
&lt;br /&gt;
==== (1) Adaptation of the learning flow without modifying the scenario ====&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example in the case study:&#039;&#039;&#039; The students have chosen the theme to work on. They are currently involved in the quiz part of the scenario. Imagine that one of the students involved in the activity is late. He is still pondering on the first question whereas the other students are on the last one. The teacher then decides to let him forget about this first question and the intermediary ones and directly deal with the last one. The concerned student will thus “jump” from question 1 directly to last question.&lt;br /&gt;
&lt;br /&gt;
==== (2) Modification of the operationalisation/instanciation data ====&lt;br /&gt;
&lt;br /&gt;
This data is the one that is settled during the operationalization/instanciation phase, i.e. the data refers at least to the persons participating in the activity and the required resources (learning objects and services). They can be considered as the contextualization parameters. They are necessary to transform a scenario into an actual running activity. Modifying this data is at least a matter of:&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
  &amp;lt;li&amp;gt;modifying the participants currently involved in an ongoing activity (suppressing one of them - for example because s/he moved house and s/he now goes to a new school -, adding a new participant, or changing the distribution of roles, ...)&lt;br /&gt;
  &amp;lt;li&amp;gt;modifying the resources put at the participants&#039; disposal&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example in the case study:&#039;&#039;&#039; The activity has begun. The students have chosen a theme and are currently answering to the questions. Imagine that a new student, Gerry, wants to join this group. What about adding him to this ongoing activity whereas he was not supposed at all to participate? Two cases could be distinguished: the one where the students are currently answering to the questions (they are in the quiz part of the scenario) and the one where they have finished the quiz part and are currently involved in the discussion part.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Note that this situation is different from the previous one[[CSCL_Workshop_Challenge_on_Adaptation#.281.29_Adaptation_of_the_learning_flow_without_modifying_the_scenario | (Situation (1) described above)]]. In this case, the student to be added as a participant to the activity was not supposed to participate. In the previous one, he is a member of the group; he is involved in the activity; he is just late in doing the work.&lt;br /&gt;
&lt;br /&gt;
==== (3) Modification of the scenario ====&lt;br /&gt;
&lt;br /&gt;
Some events occurring within an ongoing activity may lead to the modification of the scenario itself.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example in the case study:&#039;&#039;&#039; The students are currently involved in the discussion part of the activity. The teacher has the opportunity of inviting an expert of the theme to the discussion. He thinks this will be of a great interest for the students. To do that, he has to modify the scenario in order to add a new role (the “expert” one) and the means for this expert to join the discussion and participate to it.  Also, he has to allocate this role to the expert he knows.&lt;br /&gt;
&lt;br /&gt;
== The related observation problems ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;To be completed&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
A proposal for different purposes of observation:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Observation to be used by the engine for pre-defined adaptation: e.g. selection of topic and answers to questions&lt;br /&gt;
&amp;lt;li&amp;gt;Observation to be used by a moderator during the learning experience (on-the-fly adaptation): e.g. progress state of students, composition of groups (maybe a dropout or latecomer)&lt;br /&gt;
&amp;lt;li&amp;gt;Observation to be used by analyst (a posteriori for research / evaluation): e.g. were there situations of “Conflict/disagreement” in the discussion?&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;/div&gt;</summary>
		<author><name>Cferr</name></author>
	</entry>
	<entry>
		<id>http://os-vps418.infomaniak.ch:1250/mediawiki/index.php?title=CSCL_Workshop_Challenge_on_Adaptation&amp;diff=4054</id>
		<title>CSCL Workshop Challenge on Adaptation</title>
		<link rel="alternate" type="text/html" href="http://os-vps418.infomaniak.ch:1250/mediawiki/index.php?title=CSCL_Workshop_Challenge_on_Adaptation&amp;diff=4054"/>
		<updated>2009-03-18T09:03:24Z</updated>

		<summary type="html">&lt;p&gt;Cferr : &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;big&amp;gt;Competitive Challenge on Adapting Activities Modeled by CSCL Scripts&amp;lt;/big&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;Workshop at [http://www.isls.org/CSCL2009/welcome.htm CSCL&#039;2009] - Monday, June 8th, 2009.&amp;lt;/big&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Call for &amp;quot;modeling solutions&amp;quot; open.&#039;&#039;&#039;&lt;br /&gt;
* please fill the [http://ldl.pentila.com/ateliers/cscl-2009-workshop/cscl-2009-competitive-challenge-workshop-submission-form_final.doc/download form] describing your solution and send it to [mailto:Christine.Ferraris@univ-savoie.fr Christine Ferraris]&lt;br /&gt;
* deadline &#039;&#039;&#039;April the 6th&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;h2&amp;gt;Program and Organizing committee&amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;[mailto:Christine.Ferraris@univ-savoie.fr Christine Ferraris], [mailto:Laurence.Vignollet@univ-savoie.fr Laurence Vignollet], [mailto:Christian.martel@univ-savoie.fr Christian Martel], Scenarios Team, Syscom, Université de Savoie, France&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[mailto:andreas.harrer@ku-eichstaett.de Andreas Harrer], Catholic University Eichstätt-Ingolstadt, Germany&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[mailto:yannis@yllera.tel.uva.es Yannis  Dimitriadis], GSIC, University of Valladolid, Spain,&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;Contact: [mailto:Christine.Ferraris@univ-savoie.fr Christine Ferraris]&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Theme and Goals of the workshop&amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Both the Learning Design community and  the CSCL scripting community are working on the problem of modeling learning  activities. The idea is to build a formal description of such activities  (called a script, or a scenario, or a sequence, or a learning design) that a  computer will be able to read and interpret in order to automatically generate  the CSCL environment that will support the execution of the corresponding  activity. Researchers of these communities have thus proposed and developed  models, languages, methodologies and tools to support this approach.&lt;br /&gt;
&lt;br /&gt;
A script is written in a given language  (for example IMS-LD, LDL, the collaborative scripting language, etc.) and  transformed in an activity running on an existing virtual learning environment.  Thus the activity is strictly running according to what is described in the  script: it cannot deviate as it is scaffolded by a computer process. The  problem then is the following: how can it be adapted to events that may occur  in the activity. Indeed, learning activities are continuously evolving whilst  they are running. Teachers always have to adapt the situation to the learners’  reactions and to external events. Some may have been planned and the teacher  knows how to react; some may be unpredictable and the teacher has to imagine a  way to adapt.&lt;br /&gt;
&lt;br /&gt;
The theme of this workshop is the  adaptation of activities modeled by CSCL scripts according to what is happening  in the activity. The issues to deal with include the following:&lt;br /&gt;
      &amp;lt;ul&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;Can adaptation be taken into  account in the scripting approach?&amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;What are the models and  languages required to do that adaptation? &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;Do the currently existing  models, languages and supporting tools handle this problem? &amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;li&amp;gt;Which concepts do these  currently existing models, languages and supporting tools propose for that? &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;How can adaptation be handled? &amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;p&amp;gt;These issues may be considered in both  the case of foreseen events (adaptation is specified within the script) and the case of unforeseen events (there is nothing in the script to define how to  react). &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;adaptation&#039;&#039;&#039; problem raises another problem: the &#039;&#039;&#039;&#039;observation&#039;&#039;&#039;&#039; one. The workshop will also deal with this problem issue: how can an activity  be observed while it is going on? Are concepts dedicated to observation needed  in the script models? What currently exists to support observation within scripting approaches? Which models? Which tools?&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Format  of the workshop: a challenge with one benchmark scenario&amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;p&amp;gt;The workshop is defined as a kind of  competition gathering teams that will have to work on the design of a [[CSCL_Workshop_Challenge_on_Adaptation#The_proposed_case_study|common case study]] (a given learning activity which will serve as a benchmark) dealing  with the issues mentioned above. Two kinds of participants are expected: &amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;ul&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;&#039;&#039;&#039;&#039;&#039;“competitors”&#039;&#039;&#039;&#039;&#039;, who will be  engaged in the challenge,&amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;&#039;&#039;&#039;&#039;&#039;“attendees”&#039;&#039;&#039;&#039;&#039;, who will be able  to look at the concrete competitors’ solutions, to get hands-on experience with  these solutions and to discuss further requirements with the competitors.&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;/ul&amp;gt;&lt;br /&gt;
      &amp;lt;p&amp;gt;It is open to any academic or industrial  e-learning researcher, e-learning designer or e-learning practitioner in CSCL.  It will allow confronting the various solutions and models, approaches and  tools through modeling experiences of collaborative learning activities,  considering the adaptation and observation problems, starting from a real  situation to be modeled and ending at the corresponding implemented activity. &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Planned activities&amp;lt;/h2&amp;gt;&lt;br /&gt;
      &lt;br /&gt;
&amp;lt;h3&amp;gt;Pre-workshop – call for &amp;quot;modeling solutions&amp;quot;&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
A [[CSCL_Workshop_Challenge_on_Adaptation#The_proposed_case_study| &amp;quot;challenge”]],  i.e. a scenario that should be modeled by the different competitors, has been issued. Potential contributors  (future competitors) are expected to submit an initial text describing briefly their solution approach and the issues tackled in the solution for a short reviewing  process to select competitors. &lt;br /&gt;
&lt;br /&gt;
The selected competitors are expected to prepare a solution to the challenge for the workshop event.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;During the workshop (one full day)&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;ul&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;Presentation of the  competitors’ solution and discussion during the morning session;&amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;Open space in the afternoon for  the participants to test the solutions and play with them. This will be  followed by a concluding session, summarizing and comparing the approaches, and  identifying further ToDos for the field.&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;/ul&amp;gt;&lt;br /&gt;
      &lt;br /&gt;
&amp;lt;h3&amp;gt;Post-workshop&amp;lt;/h3&amp;gt;&lt;br /&gt;
      &amp;lt;p&amp;gt;The competitors&#039; solutions will be  collected into a technical report on “adaptation for CSCL scripts” and  published at least in the web. We are currently considering a publication for a  special issue of a journal.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Submission procedure and deadlines ==&lt;br /&gt;
&lt;br /&gt;
Potential contributors (future competitors) are expected to submit a text describing briefly their solution approach (planned modeling technique to be used, intended CSCL tools, adaptation approach) and the issues tackled in the solution. A [http://ldl.pentila.com/ateliers/cscl-2009-workshop/cscl-2009-competitive-challenge-workshop-submission-form_final.doc/download template] is provided to help the contributors provide the expected information.&lt;br /&gt;
&lt;br /&gt;
As we want competitors to have time in preparing the solution and not to be overbooked with writing tasks, &#039;&#039;&#039;the required description is voluntarily short&#039;&#039;&#039;. The final decision to be engaged as a competitor in the workshop will be taken on the basis of the description submitted. &lt;br /&gt;
&lt;br /&gt;
If you want to apply as a competitor, please fill the form in and send it to christine.ferraris@univ-savoie.fr no later than &#039;&#039;&#039;April 6th&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Notification for acceptance as a competitor will be sent by &#039;&#039;&#039;April the 10th&#039;&#039;&#039; (deadline for early registration for CSCL is April the 20th).&lt;br /&gt;
&lt;br /&gt;
== The proposed case study ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Preamble ===&lt;br /&gt;
&lt;br /&gt;
A case study to be modeled as well as potential issues related to the adaptation and observation problems are proposed to potential contributors (future competitors). The issues are described below and illustrated in relation to the case study. Of course, contributors are not expected to consider all the issues and to provide solutions for all of them. Contributors are neither obliged to consider the listed issues as a restrictive list. &lt;br /&gt;
&lt;br /&gt;
The same holds for the case study. It is proposed as an example which facilitates the description of the adaptation issues (as they can be easily situated within this example) and it may serve as a means to facilitate the comparison of the contributors’ proposals. Contributors are free to adapt it and even to use whatever case study they want (please indicate this in your submission). &lt;br /&gt;
&lt;br /&gt;
=== Rough description of the case study ===&lt;br /&gt;
&lt;br /&gt;
The activity to model is made of two parts: an individual work part (quiz part) followed by a collaborative one (discussion part). In the first one, learners are working individually on answering to some questions related to a theme they have collectively chosen at the begin of the activity (among a list of predefined ones, for example in the ecology domain, “waste sorting”, “water”, “biodiversity”, “renewable energies”). Their progression from one question to the other depends on the correctness of the answer provided. When they have all answered the last question, they are allowed to begin to discuss together and with the teacher about the theme and the answers they have provided.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== The adaptation issues to deal with ==&lt;br /&gt;
&lt;br /&gt;
The context in which we consider the adaptation problem is the following: an activity corresponding to the scenario given above is running. This means at least that:&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
  &amp;lt;li&amp;gt;the operationalization/instanciation data have been settled:&lt;br /&gt;
  &amp;lt;ul&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;a group of participants has been registered to be involved in that activity. They are identified and known. Roles have been attributed to them so that they can play the scenario through these roles;&lt;br /&gt;
    &amp;lt;li&amp;gt;the resources and services required have been selected and are available;&lt;br /&gt;
  &amp;lt;/ul&amp;gt;&lt;br /&gt;
  &amp;lt;li&amp;gt;the activity has begun;&lt;br /&gt;
  &amp;lt;li&amp;gt;there is someone (a teacher for example) who has the means of observing the activity and being aware of what is going on.&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Adaptation issues to be considered by contributors may include but are not restricted to the [[CSCL_Workshop_Challenge_on_Adaptation#Predefined_adaptation|predefined]] and [[CSCL_Workshop_Challenge_on_Adaptation#Adaptation_.E2.80.9Con_the_fly.E2.80.9D|&amp;quot;on the fly&amp;quot;]]  adaptation. This is detailed in what follows.&lt;br /&gt;
&lt;br /&gt;
=== Predefined adaptation ===&lt;br /&gt;
&lt;br /&gt;
This is the case for foreseen events (adaptation is specified within the script)&lt;br /&gt;
&lt;br /&gt;
==== Adaptation of the learning flow ====&lt;br /&gt;
&lt;br /&gt;
The learning flow may not be the same for all the actors involved in the activity, even if they have the same role. It may also depend on what happens while the activity is going on. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example in the case study:&#039;&#039;&#039; In the case study, there are at least two examples of predefined adaptation of the learning flow. The first one concerns the choice of the theme by the group of students at the beginning of the activity. The questions presented to them will depend on that theme. That means that, when preparing the activity, the scenario designer will have to define several sets of questions and to define to which theme each of these sets is related. Once the theme is chosen by the students, the associated set of questions will automatically be selected.&lt;br /&gt;
&lt;br /&gt;
The answer-dependent progression from one question to another is the second example. It also has to be considered in advance and predefined by the scenario designer.&lt;br /&gt;
&lt;br /&gt;
=== Adaptation “on the fly” ===&lt;br /&gt;
&lt;br /&gt;
This is the case for unforeseen events (there is nothing in the script to define how to react). We have considered 3 situations in which adaptation « on the fly » may occur. &lt;br /&gt;
&lt;br /&gt;
==== (1) Adaptation of the learning flow without modifying the scenario ====&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example in the case study:&#039;&#039;&#039; The students have chosen the theme to work on. They are currently involved in the quiz part of the scenario. Imagine that one of the students involved in the activity is late. He is still pondering on the first question whereas the other students are on the last one. The teacher then decides to let him forget about this first question and the intermediary ones and directly deal with the last one. The concerned student will thus “jump” from question 1 directly to last question.&lt;br /&gt;
&lt;br /&gt;
==== (2) Modification of the operationalisation/instanciation data ====&lt;br /&gt;
&lt;br /&gt;
This data is the one that is settled during the operationalization/instanciation phase, i.e. the data refers at least to the persons participating in the activity and the required resources (learning objects and services). They can be considered as the contextualization parameters. They are necessary to transform a scenario into an actual running activity. Modifying this data is at least a matter of:&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
  &amp;lt;li&amp;gt;modifying the participants currently involved in an ongoing activity (suppressing one of them - for example because s/he moved house and s/he now goes to a new school -, adding a new participant, or changing the distribution of roles, ...)&lt;br /&gt;
  &amp;lt;li&amp;gt;modifying the resources put at the participants&#039; disposal&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example in the case study:&#039;&#039;&#039; The activity has begun. The students have chosen a theme and are currently answering to the questions. Imagine that a new student, Gerry, wants to join this group. What about adding him to this ongoing activity whereas he was not supposed at all to participate? Two cases could be distinguished: the one where the students are currently answering to the questions (they are in the quiz part of the scenario) and the one where they have finished the quiz part and are currently involved in the discussion part.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Note that this situation is different from the previous one[[CSCL_Workshop_Challenge_on_Adaptation#.281.29_Adaptation_of_the_learning_flow_without_modifying_the_scenario | (Situation (1) described above)]]. In this case, the student to be added as a participant to the activity was not supposed to participate. In the previous one, he is a member of the group; he is involved in the activity; he is just late in doing the work.&lt;br /&gt;
&lt;br /&gt;
==== (3) Modification of the scenario ====&lt;br /&gt;
&lt;br /&gt;
Some events occurring within an ongoing activity may lead to the modification of the scenario itself.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example in the case study:&#039;&#039;&#039; The students are currently involved in the discussion part of the activity. The teacher has the opportunity of inviting an expert of the theme to the discussion. He thinks this will be of a great interest for the students. To do that, he has to modify the scenario in order to add a new role (the “expert” one) and the means for this expert to join the discussion and participate to it.  Also, he has to allocate this role to the expert he knows.&lt;br /&gt;
&lt;br /&gt;
== The related observation problems ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;To be completed&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
A proposal for different purposes of observation:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Observation to be used by the engine for pre-defined adaptation: e.g. selection of topic and answers to questions&lt;br /&gt;
&amp;lt;li&amp;gt;Observation to be used by a moderator during the learning experience (on-the-fly adaptation): e.g. progress state of students, composition of groups (maybe a dropout or latecomer)&lt;br /&gt;
&amp;lt;li&amp;gt;Observation to be used by analyst (a posteriori for research / evaluation): e.g. were there situations of “Conflict/disagreement” in the discussion?&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;/div&gt;</summary>
		<author><name>Cferr</name></author>
	</entry>
	<entry>
		<id>http://os-vps418.infomaniak.ch:1250/mediawiki/index.php?title=CSCL_Workshop_Challenge_on_Adaptation&amp;diff=4053</id>
		<title>CSCL Workshop Challenge on Adaptation</title>
		<link rel="alternate" type="text/html" href="http://os-vps418.infomaniak.ch:1250/mediawiki/index.php?title=CSCL_Workshop_Challenge_on_Adaptation&amp;diff=4053"/>
		<updated>2009-03-18T09:02:58Z</updated>

		<summary type="html">&lt;p&gt;Cferr : &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;big&amp;gt;Competitive Challenge on Adapting Activities Modeled by CSCL Scripts&amp;lt;/big&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;Workshop at [http://www.isls.org/CSCL2009/welcome.htm CSCL&#039;2009] - Monday, June 8th, 2009.&amp;lt;/big&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Call for &amp;quot;modeling solutions&amp;quot; open.&#039;&#039;&lt;br /&gt;
* please fill the [http://ldl.pentila.com/ateliers/cscl-2009-workshop/cscl-2009-competitive-challenge-workshop-submission-form_final.doc/download form] describing your solution and send it to [mailto:Christine.Ferraris@univ-savoie.fr Christine Ferraris]&lt;br /&gt;
* deadline &#039;&#039;April the 6th&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;h2&amp;gt;Program and Organizing committee&amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;[mailto:Christine.Ferraris@univ-savoie.fr Christine Ferraris], [mailto:Laurence.Vignollet@univ-savoie.fr Laurence Vignollet], [mailto:Christian.martel@univ-savoie.fr Christian Martel], Scenarios Team, Syscom, Université de Savoie, France&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[mailto:andreas.harrer@ku-eichstaett.de Andreas Harrer], Catholic University Eichstätt-Ingolstadt, Germany&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[mailto:yannis@yllera.tel.uva.es Yannis  Dimitriadis], GSIC, University of Valladolid, Spain,&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;Contact: [mailto:Christine.Ferraris@univ-savoie.fr Christine Ferraris]&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Theme and Goals of the workshop&amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Both the Learning Design community and  the CSCL scripting community are working on the problem of modeling learning  activities. The idea is to build a formal description of such activities  (called a script, or a scenario, or a sequence, or a learning design) that a  computer will be able to read and interpret in order to automatically generate  the CSCL environment that will support the execution of the corresponding  activity. Researchers of these communities have thus proposed and developed  models, languages, methodologies and tools to support this approach.&lt;br /&gt;
&lt;br /&gt;
A script is written in a given language  (for example IMS-LD, LDL, the collaborative scripting language, etc.) and  transformed in an activity running on an existing virtual learning environment.  Thus the activity is strictly running according to what is described in the  script: it cannot deviate as it is scaffolded by a computer process. The  problem then is the following: how can it be adapted to events that may occur  in the activity. Indeed, learning activities are continuously evolving whilst  they are running. Teachers always have to adapt the situation to the learners’  reactions and to external events. Some may have been planned and the teacher  knows how to react; some may be unpredictable and the teacher has to imagine a  way to adapt.&lt;br /&gt;
&lt;br /&gt;
The theme of this workshop is the  adaptation of activities modeled by CSCL scripts according to what is happening  in the activity. The issues to deal with include the following:&lt;br /&gt;
      &amp;lt;ul&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;Can adaptation be taken into  account in the scripting approach?&amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;What are the models and  languages required to do that adaptation? &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;Do the currently existing  models, languages and supporting tools handle this problem? &amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;li&amp;gt;Which concepts do these  currently existing models, languages and supporting tools propose for that? &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;How can adaptation be handled? &amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;p&amp;gt;These issues may be considered in both  the case of foreseen events (adaptation is specified within the script) and the case of unforeseen events (there is nothing in the script to define how to  react). &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;adaptation&#039;&#039;&#039; problem raises another problem: the &#039;&#039;&#039;&#039;observation&#039;&#039;&#039;&#039; one. The workshop will also deal with this problem issue: how can an activity  be observed while it is going on? Are concepts dedicated to observation needed  in the script models? What currently exists to support observation within scripting approaches? Which models? Which tools?&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Format  of the workshop: a challenge with one benchmark scenario&amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;p&amp;gt;The workshop is defined as a kind of  competition gathering teams that will have to work on the design of a [[CSCL_Workshop_Challenge_on_Adaptation#The_proposed_case_study|common case study]] (a given learning activity which will serve as a benchmark) dealing  with the issues mentioned above. Two kinds of participants are expected: &amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;ul&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;&#039;&#039;&#039;&#039;&#039;“competitors”&#039;&#039;&#039;&#039;&#039;, who will be  engaged in the challenge,&amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;&#039;&#039;&#039;&#039;&#039;“attendees”&#039;&#039;&#039;&#039;&#039;, who will be able  to look at the concrete competitors’ solutions, to get hands-on experience with  these solutions and to discuss further requirements with the competitors.&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;/ul&amp;gt;&lt;br /&gt;
      &amp;lt;p&amp;gt;It is open to any academic or industrial  e-learning researcher, e-learning designer or e-learning practitioner in CSCL.  It will allow confronting the various solutions and models, approaches and  tools through modeling experiences of collaborative learning activities,  considering the adaptation and observation problems, starting from a real  situation to be modeled and ending at the corresponding implemented activity. &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Planned activities&amp;lt;/h2&amp;gt;&lt;br /&gt;
      &lt;br /&gt;
&amp;lt;h3&amp;gt;Pre-workshop – call for &amp;quot;modeling solutions&amp;quot;&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
A [[CSCL_Workshop_Challenge_on_Adaptation#The_proposed_case_study| &amp;quot;challenge”]],  i.e. a scenario that should be modeled by the different competitors, has been issued. Potential contributors  (future competitors) are expected to submit an initial text describing briefly their solution approach and the issues tackled in the solution for a short reviewing  process to select competitors. &lt;br /&gt;
&lt;br /&gt;
The selected competitors are expected to prepare a solution to the challenge for the workshop event.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;During the workshop (one full day)&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;ul&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;Presentation of the  competitors’ solution and discussion during the morning session;&amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;Open space in the afternoon for  the participants to test the solutions and play with them. This will be  followed by a concluding session, summarizing and comparing the approaches, and  identifying further ToDos for the field.&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;/ul&amp;gt;&lt;br /&gt;
      &lt;br /&gt;
&amp;lt;h3&amp;gt;Post-workshop&amp;lt;/h3&amp;gt;&lt;br /&gt;
      &amp;lt;p&amp;gt;The competitors&#039; solutions will be  collected into a technical report on “adaptation for CSCL scripts” and  published at least in the web. We are currently considering a publication for a  special issue of a journal.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Submission procedure and deadlines ==&lt;br /&gt;
&lt;br /&gt;
Potential contributors (future competitors) are expected to submit a text describing briefly their solution approach (planned modeling technique to be used, intended CSCL tools, adaptation approach) and the issues tackled in the solution. A [http://ldl.pentila.com/ateliers/cscl-2009-workshop/cscl-2009-competitive-challenge-workshop-submission-form_final.doc/download template] is provided to help the contributors provide the expected information.&lt;br /&gt;
&lt;br /&gt;
As we want competitors to have time in preparing the solution and not to be overbooked with writing tasks, &#039;&#039;&#039;the required description is voluntarily short&#039;&#039;&#039;. The final decision to be engaged as a competitor in the workshop will be taken on the basis of the description submitted. &lt;br /&gt;
&lt;br /&gt;
If you want to apply as a competitor, please fill the form in and send it to christine.ferraris@univ-savoie.fr no later than &#039;&#039;&#039;April 6th&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Notification for acceptance as a competitor will be sent by &#039;&#039;&#039;April the 10th&#039;&#039;&#039; (deadline for early registration for CSCL is April the 20th).&lt;br /&gt;
&lt;br /&gt;
== The proposed case study ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Preamble ===&lt;br /&gt;
&lt;br /&gt;
A case study to be modeled as well as potential issues related to the adaptation and observation problems are proposed to potential contributors (future competitors). The issues are described below and illustrated in relation to the case study. Of course, contributors are not expected to consider all the issues and to provide solutions for all of them. Contributors are neither obliged to consider the listed issues as a restrictive list. &lt;br /&gt;
&lt;br /&gt;
The same holds for the case study. It is proposed as an example which facilitates the description of the adaptation issues (as they can be easily situated within this example) and it may serve as a means to facilitate the comparison of the contributors’ proposals. Contributors are free to adapt it and even to use whatever case study they want (please indicate this in your submission). &lt;br /&gt;
&lt;br /&gt;
=== Rough description of the case study ===&lt;br /&gt;
&lt;br /&gt;
The activity to model is made of two parts: an individual work part (quiz part) followed by a collaborative one (discussion part). In the first one, learners are working individually on answering to some questions related to a theme they have collectively chosen at the begin of the activity (among a list of predefined ones, for example in the ecology domain, “waste sorting”, “water”, “biodiversity”, “renewable energies”). Their progression from one question to the other depends on the correctness of the answer provided. When they have all answered the last question, they are allowed to begin to discuss together and with the teacher about the theme and the answers they have provided.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== The adaptation issues to deal with ==&lt;br /&gt;
&lt;br /&gt;
The context in which we consider the adaptation problem is the following: an activity corresponding to the scenario given above is running. This means at least that:&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
  &amp;lt;li&amp;gt;the operationalization/instanciation data have been settled:&lt;br /&gt;
  &amp;lt;ul&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;a group of participants has been registered to be involved in that activity. They are identified and known. Roles have been attributed to them so that they can play the scenario through these roles;&lt;br /&gt;
    &amp;lt;li&amp;gt;the resources and services required have been selected and are available;&lt;br /&gt;
  &amp;lt;/ul&amp;gt;&lt;br /&gt;
  &amp;lt;li&amp;gt;the activity has begun;&lt;br /&gt;
  &amp;lt;li&amp;gt;there is someone (a teacher for example) who has the means of observing the activity and being aware of what is going on.&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Adaptation issues to be considered by contributors may include but are not restricted to the [[CSCL_Workshop_Challenge_on_Adaptation#Predefined_adaptation|predefined]] and [[CSCL_Workshop_Challenge_on_Adaptation#Adaptation_.E2.80.9Con_the_fly.E2.80.9D|&amp;quot;on the fly&amp;quot;]]  adaptation. This is detailed in what follows.&lt;br /&gt;
&lt;br /&gt;
=== Predefined adaptation ===&lt;br /&gt;
&lt;br /&gt;
This is the case for foreseen events (adaptation is specified within the script)&lt;br /&gt;
&lt;br /&gt;
==== Adaptation of the learning flow ====&lt;br /&gt;
&lt;br /&gt;
The learning flow may not be the same for all the actors involved in the activity, even if they have the same role. It may also depend on what happens while the activity is going on. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example in the case study:&#039;&#039;&#039; In the case study, there are at least two examples of predefined adaptation of the learning flow. The first one concerns the choice of the theme by the group of students at the beginning of the activity. The questions presented to them will depend on that theme. That means that, when preparing the activity, the scenario designer will have to define several sets of questions and to define to which theme each of these sets is related. Once the theme is chosen by the students, the associated set of questions will automatically be selected.&lt;br /&gt;
&lt;br /&gt;
The answer-dependent progression from one question to another is the second example. It also has to be considered in advance and predefined by the scenario designer.&lt;br /&gt;
&lt;br /&gt;
=== Adaptation “on the fly” ===&lt;br /&gt;
&lt;br /&gt;
This is the case for unforeseen events (there is nothing in the script to define how to react). We have considered 3 situations in which adaptation « on the fly » may occur. &lt;br /&gt;
&lt;br /&gt;
==== (1) Adaptation of the learning flow without modifying the scenario ====&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example in the case study:&#039;&#039;&#039; The students have chosen the theme to work on. They are currently involved in the quiz part of the scenario. Imagine that one of the students involved in the activity is late. He is still pondering on the first question whereas the other students are on the last one. The teacher then decides to let him forget about this first question and the intermediary ones and directly deal with the last one. The concerned student will thus “jump” from question 1 directly to last question.&lt;br /&gt;
&lt;br /&gt;
==== (2) Modification of the operationalisation/instanciation data ====&lt;br /&gt;
&lt;br /&gt;
This data is the one that is settled during the operationalization/instanciation phase, i.e. the data refers at least to the persons participating in the activity and the required resources (learning objects and services). They can be considered as the contextualization parameters. They are necessary to transform a scenario into an actual running activity. Modifying this data is at least a matter of:&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
  &amp;lt;li&amp;gt;modifying the participants currently involved in an ongoing activity (suppressing one of them - for example because s/he moved house and s/he now goes to a new school -, adding a new participant, or changing the distribution of roles, ...)&lt;br /&gt;
  &amp;lt;li&amp;gt;modifying the resources put at the participants&#039; disposal&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example in the case study:&#039;&#039;&#039; The activity has begun. The students have chosen a theme and are currently answering to the questions. Imagine that a new student, Gerry, wants to join this group. What about adding him to this ongoing activity whereas he was not supposed at all to participate? Two cases could be distinguished: the one where the students are currently answering to the questions (they are in the quiz part of the scenario) and the one where they have finished the quiz part and are currently involved in the discussion part.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Note that this situation is different from the previous one[[CSCL_Workshop_Challenge_on_Adaptation#.281.29_Adaptation_of_the_learning_flow_without_modifying_the_scenario | (Situation (1) described above)]]. In this case, the student to be added as a participant to the activity was not supposed to participate. In the previous one, he is a member of the group; he is involved in the activity; he is just late in doing the work.&lt;br /&gt;
&lt;br /&gt;
==== (3) Modification of the scenario ====&lt;br /&gt;
&lt;br /&gt;
Some events occurring within an ongoing activity may lead to the modification of the scenario itself.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example in the case study:&#039;&#039;&#039; The students are currently involved in the discussion part of the activity. The teacher has the opportunity of inviting an expert of the theme to the discussion. He thinks this will be of a great interest for the students. To do that, he has to modify the scenario in order to add a new role (the “expert” one) and the means for this expert to join the discussion and participate to it.  Also, he has to allocate this role to the expert he knows.&lt;br /&gt;
&lt;br /&gt;
== The related observation problems ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;To be completed&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
A proposal for different purposes of observation:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Observation to be used by the engine for pre-defined adaptation: e.g. selection of topic and answers to questions&lt;br /&gt;
&amp;lt;li&amp;gt;Observation to be used by a moderator during the learning experience (on-the-fly adaptation): e.g. progress state of students, composition of groups (maybe a dropout or latecomer)&lt;br /&gt;
&amp;lt;li&amp;gt;Observation to be used by analyst (a posteriori for research / evaluation): e.g. were there situations of “Conflict/disagreement” in the discussion?&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;/div&gt;</summary>
		<author><name>Cferr</name></author>
	</entry>
	<entry>
		<id>http://os-vps418.infomaniak.ch:1250/mediawiki/index.php?title=CSCL_Workshop_Challenge_on_Adaptation&amp;diff=4052</id>
		<title>CSCL Workshop Challenge on Adaptation</title>
		<link rel="alternate" type="text/html" href="http://os-vps418.infomaniak.ch:1250/mediawiki/index.php?title=CSCL_Workshop_Challenge_on_Adaptation&amp;diff=4052"/>
		<updated>2009-03-18T09:00:20Z</updated>

		<summary type="html">&lt;p&gt;Cferr : &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;big&amp;gt;Competitive Challenge on Adapting Activities Modeled by CSCL Scripts&amp;lt;/big&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;Workshop at [http://www.isls.org/CSCL2009/welcome.htm CSCL&#039;2009] - Monday, June 8th, 2009.&amp;lt;/big&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Call for &amp;quot;modeling solutions&amp;quot; open.&#039;&#039;&lt;br /&gt;
* please fill the form and send it to [mailto:Christine.Ferraris@univ-savoie.fr Christine Ferraris]&lt;br /&gt;
* deadline &#039;&#039;April the 6th&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;h2&amp;gt;Program and Organizing committee&amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;[mailto:Christine.Ferraris@univ-savoie.fr Christine Ferraris], [mailto:Laurence.Vignollet@univ-savoie.fr Laurence Vignollet], [mailto:Christian.martel@univ-savoie.fr Christian Martel], Scenarios Team, Syscom, Université de Savoie, France&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[mailto:andreas.harrer@ku-eichstaett.de Andreas Harrer], Catholic University Eichstätt-Ingolstadt, Germany&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[mailto:yannis@yllera.tel.uva.es Yannis  Dimitriadis], GSIC, University of Valladolid, Spain,&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;Contact: [mailto:Christine.Ferraris@univ-savoie.fr Christine Ferraris]&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Theme and Goals of the workshop&amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Both the Learning Design community and  the CSCL scripting community are working on the problem of modeling learning  activities. The idea is to build a formal description of such activities  (called a script, or a scenario, or a sequence, or a learning design) that a  computer will be able to read and interpret in order to automatically generate  the CSCL environment that will support the execution of the corresponding  activity. Researchers of these communities have thus proposed and developed  models, languages, methodologies and tools to support this approach.&lt;br /&gt;
&lt;br /&gt;
A script is written in a given language  (for example IMS-LD, LDL, the collaborative scripting language, etc.) and  transformed in an activity running on an existing virtual learning environment.  Thus the activity is strictly running according to what is described in the  script: it cannot deviate as it is scaffolded by a computer process. The  problem then is the following: how can it be adapted to events that may occur  in the activity. Indeed, learning activities are continuously evolving whilst  they are running. Teachers always have to adapt the situation to the learners’  reactions and to external events. Some may have been planned and the teacher  knows how to react; some may be unpredictable and the teacher has to imagine a  way to adapt.&lt;br /&gt;
&lt;br /&gt;
The theme of this workshop is the  adaptation of activities modeled by CSCL scripts according to what is happening  in the activity. The issues to deal with include the following:&lt;br /&gt;
      &amp;lt;ul&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;Can adaptation be taken into  account in the scripting approach?&amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;What are the models and  languages required to do that adaptation? &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;Do the currently existing  models, languages and supporting tools handle this problem? &amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;li&amp;gt;Which concepts do these  currently existing models, languages and supporting tools propose for that? &amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;How can adaptation be handled? &amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;p&amp;gt;These issues may be considered in both  the case of foreseen events (adaptation is specified within the script) and the case of unforeseen events (there is nothing in the script to define how to  react). &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;adaptation&#039;&#039;&#039; problem raises another problem: the &#039;&#039;&#039;&#039;observation&#039;&#039;&#039;&#039; one. The workshop will also deal with this problem issue: how can an activity  be observed while it is going on? Are concepts dedicated to observation needed  in the script models? What currently exists to support observation within scripting approaches? Which models? Which tools?&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Format  of the workshop: a challenge with one benchmark scenario&amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;p&amp;gt;The workshop is defined as a kind of  competition gathering teams that will have to work on the design of a [[CSCL_Workshop_Challenge_on_Adaptation#The_proposed_case_study|common case study]] (a given learning activity which will serve as a benchmark) dealing  with the issues mentioned above. Two kinds of participants are expected: &amp;lt;/p&amp;gt;&lt;br /&gt;
      &amp;lt;ul&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;&#039;&#039;&#039;&#039;&#039;“competitors”&#039;&#039;&#039;&#039;&#039;, who will be  engaged in the challenge,&amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;&#039;&#039;&#039;&#039;&#039;“attendees”&#039;&#039;&#039;&#039;&#039;, who will be able  to look at the concrete competitors’ solutions, to get hands-on experience with  these solutions and to discuss further requirements with the competitors.&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;/ul&amp;gt;&lt;br /&gt;
      &amp;lt;p&amp;gt;It is open to any academic or industrial  e-learning researcher, e-learning designer or e-learning practitioner in CSCL.  It will allow confronting the various solutions and models, approaches and  tools through modeling experiences of collaborative learning activities,  considering the adaptation and observation problems, starting from a real  situation to be modeled and ending at the corresponding implemented activity. &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Planned activities&amp;lt;/h2&amp;gt;&lt;br /&gt;
      &lt;br /&gt;
&amp;lt;h3&amp;gt;Pre-workshop – call for &amp;quot;modeling solutions&amp;quot;&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
A [[CSCL_Workshop_Challenge_on_Adaptation#The_proposed_case_study| &amp;quot;challenge”]],  i.e. a scenario that should be modeled by the different competitors, has been issued. Potential contributors  (future competitors) are expected to submit an initial text describing briefly their solution approach and the issues tackled in the solution for a short reviewing  process to select competitors. &lt;br /&gt;
&lt;br /&gt;
The selected competitors are expected to prepare a solution to the challenge for the workshop event.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;During the workshop (one full day)&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;ul&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;Presentation of the  competitors’ solution and discussion during the morning session;&amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;Open space in the afternoon for  the participants to test the solutions and play with them. This will be  followed by a concluding session, summarizing and comparing the approaches, and  identifying further ToDos for the field.&amp;lt;/li&amp;gt;&lt;br /&gt;
      &amp;lt;/ul&amp;gt;&lt;br /&gt;
      &lt;br /&gt;
&amp;lt;h3&amp;gt;Post-workshop&amp;lt;/h3&amp;gt;&lt;br /&gt;
      &amp;lt;p&amp;gt;The competitors&#039; solutions will be  collected into a technical report on “adaptation for CSCL scripts” and  published at least in the web. We are currently considering a publication for a  special issue of a journal.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Submission procedure and deadlines ==&lt;br /&gt;
&lt;br /&gt;
Potential contributors (future competitors) are expected to submit a text describing briefly their solution approach (planned modeling technique to be used, intended CSCL tools, adaptation approach) and the issues tackled in the solution. A [http://ldl.pentila.com/ateliers/cscl-2009-workshop/cscl-2009-competitive-challenge-workshop-submission-form_final.doc/download template] is provided to help the contributors provide the expected information.&lt;br /&gt;
&lt;br /&gt;
As we want competitors to have time in preparing the solution and not to be overbooked with writing tasks, &#039;&#039;&#039;the required description is voluntarily short&#039;&#039;&#039;. The final decision to be engaged as a competitor in the workshop will be taken on the basis of the description submitted. &lt;br /&gt;
&lt;br /&gt;
If you want to apply as a competitor, please fill the form in and send it to christine.ferraris@univ-savoie.fr no later than &#039;&#039;&#039;April 6th&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Notification for acceptance as a competitor will be sent by &#039;&#039;&#039;April the 10th&#039;&#039;&#039; (deadline for early registration for CSCL is April the 20th).&lt;br /&gt;
&lt;br /&gt;
== The proposed case study ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Preamble ===&lt;br /&gt;
&lt;br /&gt;
A case study to be modeled as well as potential issues related to the adaptation and observation problems are proposed to potential contributors (future competitors). The issues are described below and illustrated in relation to the case study. Of course, contributors are not expected to consider all the issues and to provide solutions for all of them. Contributors are neither obliged to consider the listed issues as a restrictive list. &lt;br /&gt;
&lt;br /&gt;
The same holds for the case study. It is proposed as an example which facilitates the description of the adaptation issues (as they can be easily situated within this example) and it may serve as a means to facilitate the comparison of the contributors’ proposals. Contributors are free to adapt it and even to use whatever case study they want (please indicate this in your submission). &lt;br /&gt;
&lt;br /&gt;
=== Rough description of the case study ===&lt;br /&gt;
&lt;br /&gt;
The activity to model is made of two parts: an individual work part (quiz part) followed by a collaborative one (discussion part). In the first one, learners are working individually on answering to some questions related to a theme they have collectively chosen at the begin of the activity (among a list of predefined ones, for example in the ecology domain, “waste sorting”, “water”, “biodiversity”, “renewable energies”). Their progression from one question to the other depends on the correctness of the answer provided. When they have all answered the last question, they are allowed to begin to discuss together and with the teacher about the theme and the answers they have provided.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== The adaptation issues to deal with ==&lt;br /&gt;
&lt;br /&gt;
The context in which we consider the adaptation problem is the following: an activity corresponding to the scenario given above is running. This means at least that:&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
  &amp;lt;li&amp;gt;the operationalization/instanciation data have been settled:&lt;br /&gt;
  &amp;lt;ul&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;a group of participants has been registered to be involved in that activity. They are identified and known. Roles have been attributed to them so that they can play the scenario through these roles;&lt;br /&gt;
    &amp;lt;li&amp;gt;the resources and services required have been selected and are available;&lt;br /&gt;
  &amp;lt;/ul&amp;gt;&lt;br /&gt;
  &amp;lt;li&amp;gt;the activity has begun;&lt;br /&gt;
  &amp;lt;li&amp;gt;there is someone (a teacher for example) who has the means of observing the activity and being aware of what is going on.&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Adaptation issues to be considered by contributors may include but are not restricted to the [[CSCL_Workshop_Challenge_on_Adaptation#Predefined_adaptation|predefined]] and [[CSCL_Workshop_Challenge_on_Adaptation#Adaptation_.E2.80.9Con_the_fly.E2.80.9D|&amp;quot;on the fly&amp;quot;]]  adaptation. This is detailed in what follows.&lt;br /&gt;
&lt;br /&gt;
=== Predefined adaptation ===&lt;br /&gt;
&lt;br /&gt;
This is the case for foreseen events (adaptation is specified within the script)&lt;br /&gt;
&lt;br /&gt;
==== Adaptation of the learning flow ====&lt;br /&gt;
&lt;br /&gt;
The learning flow may not be the same for all the actors involved in the activity, even if they have the same role. It may also depend on what happens while the activity is going on. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example in the case study:&#039;&#039;&#039; In the case study, there are at least two examples of predefined adaptation of the learning flow. The first one concerns the choice of the theme by the group of students at the beginning of the activity. The questions presented to them will depend on that theme. That means that, when preparing the activity, the scenario designer will have to define several sets of questions and to define to which theme each of these sets is related. Once the theme is chosen by the students, the associated set of questions will automatically be selected.&lt;br /&gt;
&lt;br /&gt;
The answer-dependent progression from one question to another is the second example. It also has to be considered in advance and predefined by the scenario designer.&lt;br /&gt;
&lt;br /&gt;
=== Adaptation “on the fly” ===&lt;br /&gt;
&lt;br /&gt;
This is the case for unforeseen events (there is nothing in the script to define how to react). We have considered 3 situations in which adaptation « on the fly » may occur. &lt;br /&gt;
&lt;br /&gt;
==== (1) Adaptation of the learning flow without modifying the scenario ====&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example in the case study:&#039;&#039;&#039; The students have chosen the theme to work on. They are currently involved in the quiz part of the scenario. Imagine that one of the students involved in the activity is late. He is still pondering on the first question whereas the other students are on the last one. The teacher then decides to let him forget about this first question and the intermediary ones and directly deal with the last one. The concerned student will thus “jump” from question 1 directly to last question.&lt;br /&gt;
&lt;br /&gt;
==== (2) Modification of the operationalisation/instanciation data ====&lt;br /&gt;
&lt;br /&gt;
This data is the one that is settled during the operationalization/instanciation phase, i.e. the data refers at least to the persons participating in the activity and the required resources (learning objects and services). They can be considered as the contextualization parameters. They are necessary to transform a scenario into an actual running activity. Modifying this data is at least a matter of:&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
  &amp;lt;li&amp;gt;modifying the participants currently involved in an ongoing activity (suppressing one of them - for example because s/he moved house and s/he now goes to a new school -, adding a new participant, or changing the distribution of roles, ...)&lt;br /&gt;
  &amp;lt;li&amp;gt;modifying the resources put at the participants&#039; disposal&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example in the case study:&#039;&#039;&#039; The activity has begun. The students have chosen a theme and are currently answering to the questions. Imagine that a new student, Gerry, wants to join this group. What about adding him to this ongoing activity whereas he was not supposed at all to participate? Two cases could be distinguished: the one where the students are currently answering to the questions (they are in the quiz part of the scenario) and the one where they have finished the quiz part and are currently involved in the discussion part.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Note that this situation is different from the previous one[[CSCL_Workshop_Challenge_on_Adaptation#.281.29_Adaptation_of_the_learning_flow_without_modifying_the_scenario | (Situation (1) described above)]]. In this case, the student to be added as a participant to the activity was not supposed to participate. In the previous one, he is a member of the group; he is involved in the activity; he is just late in doing the work.&lt;br /&gt;
&lt;br /&gt;
==== (3) Modification of the scenario ====&lt;br /&gt;
&lt;br /&gt;
Some events occurring within an ongoing activity may lead to the modification of the scenario itself.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example in the case study:&#039;&#039;&#039; The students are currently involved in the discussion part of the activity. The teacher has the opportunity of inviting an expert of the theme to the discussion. He thinks this will be of a great interest for the students. To do that, he has to modify the scenario in order to add a new role (the “expert” one) and the means for this expert to join the discussion and participate to it.  Also, he has to allocate this role to the expert he knows.&lt;br /&gt;
&lt;br /&gt;
== The related observation problems ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;To be completed&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
A proposal for different purposes of observation:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Observation to be used by the engine for pre-defined adaptation: e.g. selection of topic and answers to questions&lt;br /&gt;
&amp;lt;li&amp;gt;Observation to be used by a moderator during the learning experience (on-the-fly adaptation): e.g. progress state of students, composition of groups (maybe a dropout or latecomer)&lt;br /&gt;
&amp;lt;li&amp;gt;Observation to be used by analyst (a posteriori for research / evaluation): e.g. were there situations of “Conflict/disagreement” in the discussion?&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;/div&gt;</summary>
		<author><name>Cferr</name></author>
	</entry>
</feed>