<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>JamSession - Intelligent Interactive Environments At Your Service</title>
	<atom:link href="http://lidetjamsession.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://lidetjamsession.wordpress.com</link>
	<description>LIDET - Laboratory of Interactivity and Digital Entertainment Technology</description>
	<lastBuildDate>Fri, 17 Jun 2011 20:55:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='lidetjamsession.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>JamSession - Intelligent Interactive Environments At Your Service</title>
		<link>http://lidetjamsession.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://lidetjamsession.wordpress.com/osd.xml" title="JamSession - Intelligent Interactive Environments At Your Service" />
	<atom:link rel='hub' href='http://lidetjamsession.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Software</title>
		<link>http://lidetjamsession.wordpress.com/2010/02/05/software/</link>
		<comments>http://lidetjamsession.wordpress.com/2010/02/05/software/#comments</comments>
		<pubDate>Fri, 05 Feb 2010 22:16:01 +0000</pubDate>
		<dc:creator>lidet</dc:creator>
				<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://lidetjamsession.wordpress.com/?p=15</guid>
		<description><![CDATA[A rather simple (yet functional) PROLOG interpreter for JamSession has been implemented and used to build some demos and initial experiments. The interpreter has been developed using LPA PROLOG, but we believe it should not be difficult to use in any other good quality interpreter/compiler (such as, for example, SWI-PROLOG or CIAO-PROLOG). The PROLOG interpreter [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lidetjamsession.wordpress.com&amp;blog=11871477&amp;post=15&amp;subd=lidetjamsession&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>A rather simple (yet functional) PROLOG interpreter for JamSession has been implemented and used to build some demos and initial experiments. The interpreter has been developed using LPA PROLOG, but we believe it should not be difficult to use in any other good quality interpreter/compiler (such as, for example, SWI-PROLOG or CIAO-PROLOG).</p>
<p>The PROLOG interpreter can be found <a href="http://www.ime.usp.br/~fcs/LIDET/jsManager.zip">here</a>.</p>
<p>A slightly more sophisticated PROLOG interpreter for JamSession has been implemented and used to build some further demos. The most relevant new feature is that JamSession now can cope with Linda style concurrency. More precisely, we can now have several protocols running concurrently and sharing the same worlds and agents. The interpreter has been implemented using SWI-PROLOG extended with the TSPL package, and assumes that worlds and global specifications of predicates are going to stay on a tuple space implemented using SQLSPACES, which has been implemented at the University of Duisburg-Essen (Germany). In our experiments, we have simulated the utilisation of JamSession in a local environment.</p>
<p>SQLSPACES can be found <a href="http://sqlspaces.collide.info/index.html">here</a>. You need to install it in order to use this implementation of JamSession. You will also need the TSPL package, which can be found <a href="http://sqlspaces.collide.info/prolog.html">here</a>.</p>
<p>SWI-PROLOG can be found <a href="http://www.swi-prolog.org/">here</a>.</p>
<p>JamSession v0.2 can be found <a href="http://www.ime.usp.br/~fcs/LIDET/jsManager0.2.zip">here</a>. In this file you shall find four PROLOG source code files:</p>
<ol>
<li>jstuplesstart.pl &#8211; this file contains the specification of a simple set of worlds and agents, to try the program with a very simple example. It assumes that a tuple space is available on localhost, and uploads the worlds, agents and predicate specifications.</li>
<li>jsmanager20tu.pl &#8211; this file contains the implementation of the JamSession architecture.</li>
<li>tspl.pl &#8211; this file has been copied from the SQLSPACES website (see above), and implements the interface for SWI-PROLOG with SQLSPACES.</li>
<li>examplejs20tu.pl &#8211; this file contains a very simple protocol that is compatible with jstuplesstart.pl.</li>
</ol>
<p>All files must be at the same folder for the example to run. You need to start a tuple space on localhost, then load and run jstuplesstart.pl, and then load and run examplejs20tu.pl. When you evaluate the protocol that is available at examplejs20tu.pl, it makes agents migrate and triggers the appropriate predicates and (if they belong to the protocol) auxiliary protocols. Try the protocol twice and see how it changes its behaviour as agents are moved accross worlds.</p>
<p>Ary Fagundes Bressane Neto has successfully completed his MSc on June 2010. His work focuses on the construction of interactive affective agents with personality and emotions. His dissertation (in Portuguese) can be found <a href="http://www.ime.usp.br/~fcs/LIDET/bressane.pdf">here</a>. If you want to use the code that has been developed by Ary, it can be found <a href="http://www.ime.usp.br/~fcs/LIDET/affective.zip">here</a>.</p>
<p>The most recent (and most complete) version of JamSession can be found <a href="http://www.ime.usp.br/~fcs/LIDET/JamSession.zip">here</a>. It has been implemented using F# as a programming language, and it has been tested as standalone installation, as a distributed installation in a local network and as a distributed installation such that public services (such as the management of agents and sites) are located in the cloud (in our case, using the Microsoft Azure cloud platform). This implementation contains some simple demos, and some pre-fabricated predicates to test these demos. Watch this space for further tools to use JamSession more flexibly and easily!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lidetjamsession.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lidetjamsession.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lidetjamsession.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lidetjamsession.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lidetjamsession.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lidetjamsession.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lidetjamsession.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lidetjamsession.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lidetjamsession.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lidetjamsession.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lidetjamsession.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lidetjamsession.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lidetjamsession.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lidetjamsession.wordpress.com/15/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lidetjamsession.wordpress.com&amp;blog=11871477&amp;post=15&amp;subd=lidetjamsession&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lidetjamsession.wordpress.com/2010/02/05/software/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1dce2d749134f4fcf1e7a653958d61f5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">lidet</media:title>
		</media:content>
	</item>
		<item>
		<title>Recent publications</title>
		<link>http://lidetjamsession.wordpress.com/2010/02/05/recent-publications/</link>
		<comments>http://lidetjamsession.wordpress.com/2010/02/05/recent-publications/#comments</comments>
		<pubDate>Fri, 05 Feb 2010 21:16:44 +0000</pubDate>
		<dc:creator>lidet</dc:creator>
				<category><![CDATA[Publications]]></category>

		<guid isPermaLink="false">http://lidetjamsession.wordpress.com/?p=4</guid>
		<description><![CDATA[Additional publications can be found at the LIDET main page (http://lidet.wordpress.com). Here you can find some specific publications that are particularly relevant for the JamSession initiative: Knowledge-based Interaction Protocols for Intelligent Interactive Environments (2010 &#8211; revised). JamSession &#8211; Knowledge Based Interaction Protocols for Intelligent Interactive Environments (2010). Governmental Virtual Institutions (2009) &#8211; final version has been [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lidetjamsession.wordpress.com&amp;blog=11871477&amp;post=4&amp;subd=lidetjamsession&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Additional publications can be found at the LIDET main page (<a href="http://lidet.wordpress.com">http://lidet.wordpress.com</a>).</p>
<p>Here you can find some specific publications that are particularly relevant for the JamSession initiative:</p>
<ul>
<li><a href="http://www.ime.usp.br/~fcs/LIDET/JamSession2.pdf">Knowledge-based Interaction Protocols for Intelligent Interactive Environments (2010 &#8211; revised).</a></li>
<li><a href="http://www.ime.usp.br/~fcs/LIDET/jsJournal.pdf">JamSession &#8211; Knowledge Based Interaction Protocols for Intelligent Interactive Environments (2010).</a></li>
<li><a href="http://www.ime.usp.br/~fcs/LIDET/Poster-GVI.pdf">Governmental Virtual Institutions (2009)</a> &#8211; final version has been published as short paper at International Conference on Electronic Governance (Colombia, 2009).</li>
<li><a href="http://www.ime.usp.br/~fcs/LIDET/57730533.pdf">Synthetic Characters With Personality and Emotion (2009)</a> &#8211; final version has been published as short paper at Intelligent Virtual Agents (Netherlands, 2009).</li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lidetjamsession.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lidetjamsession.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lidetjamsession.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lidetjamsession.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lidetjamsession.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lidetjamsession.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lidetjamsession.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lidetjamsession.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lidetjamsession.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lidetjamsession.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lidetjamsession.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lidetjamsession.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lidetjamsession.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lidetjamsession.wordpress.com/4/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lidetjamsession.wordpress.com&amp;blog=11871477&amp;post=4&amp;subd=lidetjamsession&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lidetjamsession.wordpress.com/2010/02/05/recent-publications/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1dce2d749134f4fcf1e7a653958d61f5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">lidet</media:title>
		</media:content>
	</item>
	</channel>
</rss>
