<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta>
      <journal-title-group>
        <journal-title>AT</journal-title>
      </journal-title-group>
    </journal-meta>
    <article-meta>
      <title-group>
        <article-title>Towards Community Browsing for Shared Experiences: The WeBrowse System?</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Matthew Yee-King</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Roberto Confalonieri</string-name>
          <email>roberto.confalonieri@irit.fr</email>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Dave de Jonge</string-name>
          <email>davedejonge@iiia.csic.es</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Nardine Osman</string-name>
          <email>nardine@iiia.csic.es</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Katina Hazelden</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Leila Amgoud</string-name>
          <email>amgoud@irit.fr</email>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Henri Prade</string-name>
          <email>prade@irit.fr</email>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Carles Sierra</string-name>
          <email>sierra@iiia.csic.es</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Mark d'Inverno</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Articial Intelligence Research Institute (IIIA-CSIC) Campus de la Universitat Auto`noma de Barcelona 08193 Bellaterra</institution>
          ,
          <addr-line>Catalonia</addr-line>
          ,
          <country country="ES">Spain</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Dept. of Computing</institution>
          ,
          <addr-line>Goldsmiths</addr-line>
          ,
          <institution>University of London</institution>
          ,
          <addr-line>London SE14 6NW</addr-line>
          ,
          <country country="UK">United Kingdom</country>
        </aff>
        <aff id="aff2">
          <label>2</label>
          <institution>Institut de Recherche en Informatique Toulouse (IRIT) Universite`</institution>
          <addr-line>Paul Sabatier 118 Route de Narbonne 31062 Toulouse Cedex 9</addr-line>
          ,
          <country country="FR">France</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2012</year>
      </pub-date>
      <volume>15</volume>
      <fpage>15</fpage>
      <lpage>16</lpage>
      <abstract>
        <p>We introduce the new concept of community browsing: a group of people browsing the web together and simultaneously. Community browsing is part of the broader notion of shared experience, where individuals share the experience of an event. We have developed a prototype of a mobile application that enables community browsing, and involves new technologies such as a peer-topeer Electronic Institution and bipolar preference aggregation.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1 Introduction</title>
      <p>
        Cultural institutions such as museums have been placed under financial pressure by
the current European economic crisis [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ], making it more difficult to physically visit
them. It is therefore interesting to see whether we can exploit mobile devices and social
networks to enrich and encourage the experience of cultural artifacts online.
      </p>
      <p>In this paper we report on ongoing work on enabling community browsing. We
describe an application for community browsing that uses intelligent agents to aggregate
the preferences of the individual users into community decisions, and an electronic
institution to enforce the norms of the community onto the agents.
Community browsing means that members of a community browse the web
simultaneously in a synchronised way. All users see the same things at the same time and
know they are doing so. Actions impacting the community need to be agreed upon
by the community members and individual decisions are aggregated into community
decisions.</p>
      <p>We have developed an iOS application called WeBrowse that allows community
browsing of an image database. Each member of the community starts an instance of
WeBrowse on its own mobile device and joins the community session. During the
session images from a database are displayed to the users, one by one. All users always see
the same image at the same time. Each image is accompanied by a set of tags describing
the image. Every user can express his opinion about the displayed image, by indicating
for each tag whether he likes it or not. An intelligent software agent then collects the
opinions of every user for every tag of the image, and aggregates them into a ‘collective
opinion’ about the image. This information is then used by the database to select the
next image to display.</p>
      <p>
        We have implemented WeBrowse around an Electronic Institution (EI) [
        <xref ref-type="bibr" rid="ref1 ref5">1, 5</xref>
        ].
Electronic Institutions make it possible to develop programs according to a new paradigm,
in which tasks are executed by independent agents. The EI ensures that the agents
behave according to the norms that are defined for the application. A difference with the
existing work on EI however, is that our EI is implemented as a peer-to-peer system
rather than a centralized system.
      </p>
      <p>
        In order to aggregate the opinions of the users and determine which image to display
next, we apply a possibilistic bipolar representation model as described in [
        <xref ref-type="bibr" rid="ref2 ref3">2, 3</xref>
        ]. This
aggregation function assigns a weight to each tag associated with the current image.
These weights are then used to rank the images in the database, according to their tags.
The image with highest rank is returned as the next image to the community [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ].
      </p>
      <p>We have performed some initial user trials with the application, which indicated that
the system indeed enhances the social experience of its users.
3</p>
    </sec>
    <sec id="sec-2">
      <title>Acknowledgments</title>
      <p>This work is supported by CHIST-ERA project ACE.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Arcos</surname>
            ,
            <given-names>J.L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Esteva</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Noriega</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <article-title>Rodr´ıguez-</article-title>
          <string-name>
            <surname>Aguilar</surname>
            ,
            <given-names>J.A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sierra</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          :
          <article-title>Engineering open environments with electronic institutions</article-title>
          .
          <source>Engineering Applications of Artificial Intelligence</source>
          <volume>18</volume>
          (
          <issue>2</issue>
          ),
          <fpage>191</fpage>
          -
          <lpage>204</lpage>
          (
          <year>2005</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Benferhat</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dubois</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kaci</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Prade</surname>
          </string-name>
          , H.:
          <article-title>Bipolar possibility theory in preference modeling: Representation, fusion and optimal solutions</article-title>
          .
          <source>Information Fusion</source>
          <volume>7</volume>
          (
          <issue>1</issue>
          ),
          <fpage>135</fpage>
          -
          <lpage>150</lpage>
          (
          <year>2006</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Casali</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Godo</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sierra</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          :
          <article-title>A graded BDI agent model to represent and reason about preferences</article-title>
          .
          <source>Artificial Intelligence</source>
          <volume>175</volume>
          (
          <issue>7-8</issue>
          ),
          <fpage>1468</fpage>
          -
          <lpage>1478</lpage>
          (
          <year>2011</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4. De Calme`s,
          <string-name>
            <given-names>M.</given-names>
            ,
            <surname>Dubois</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            ,
            <surname>Hullermeier</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            ,
            <surname>Prade</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            ,
            <surname>Sedes</surname>
          </string-name>
          ,
          <string-name>
            <surname>F.</surname>
          </string-name>
          :
          <article-title>Flexibility and fuzzy casebased evaluation in querying: an illustration in an experimental setting</article-title>
          .
          <source>Int. Journal Uncertainty, Fuzziness and Knowledge-Based Systems 11(1)</source>
          ,
          <fpage>43</fpage>
          -
          <lpage>66</lpage>
          (
          <year>2003</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>d'Inverno</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Luck</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Noriega</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <article-title>Rodr´ıguez-</article-title>
          <string-name>
            <surname>Aguilar</surname>
            ,
            <given-names>J.A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sierra</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          :
          <article-title>Communicating open systems</article-title>
          .
          <source>Artificial Intelligence</source>
          (In Print,
          <year>2012</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>Newman</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tourle</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          :
          <article-title>The Impact of cuts on UK museums A report for the Museums Association (July) (</article-title>
          <year>2011</year>
          )
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>