<!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 />
    <article-meta>
      <title-group>
        <article-title>AVResearcher: Exploring Audiovisual Metadata</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Bouke Huurnink</string-name>
          <email>bhuurnink@beeldengeluid.nl</email>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Jasmijn van Gorp</string-name>
          <email>j.vangorp@uu.nl</email>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Amit Bronner</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Bart de Goede</string-name>
          <email>bart@dispectu.com</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Marc Bron</string-name>
          <email>m.m.bron@uva.nl</email>
          <xref ref-type="aff" rid="aff3">3</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Justin Wees</string-name>
          <email>justin@dispectu.com</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Dispectu</institution>
          ,
          <addr-line>Julianaweg 61, Wijk aan Zee</addr-line>
          ,
          <country country="NL">The Netherlands</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Nederlands Instituut voor, Beeld en Geluid</institution>
          ,
          <addr-line>Sumatralaan 45, Hilversum</addr-line>
          ,
          <country country="NL">The Netherlands</country>
        </aff>
        <aff id="aff2">
          <label>2</label>
          <institution>TViT, Utrecht University</institution>
          ,
          <addr-line>Muntstraat 2A, Utrecht</addr-line>
          ,
          <country country="NL">The Netherlands</country>
        </aff>
        <aff id="aff3">
          <label>3</label>
          <institution>University of Amsterdam</institution>
          ,
          <addr-line>Science Park 904, Amsterdam</addr-line>
          ,
          <country country="NL">The Netherlands</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>In this demonstration we present AVResearcher, a prototype aimed at allowing media researchers to explore metadata associated with large numbers of audiovisual broadcasts. It allows them to compare and contrast the characteristics of search results for two topics, across time and in terms of content. Broadcasts can be searched and compared not only on the basis of traditional catalog descriptions, but also in terms of spoken content (subtitles), and social chatter (tweets associated with broadcasts). AVResearcher is a new and ongoing valorisation project at the Netherlands Institute for Sound and Vision.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. INTRODUCTION</title>
      <p>In this demonstration we present AVResearcher, a
prototype aimed at allowing media researchers to explore the
professional, content-based, and social metadata associated
with a collection of hundreds of thousands of broadcasts.
With the continuous online production and storage of
audiovisual broadcasts, a challenge for media researchers has
arisen. There is a large amount of archival metadata about
broadcasts becoming available. In addition, metadata from
additional sources is becoming available. For example, the
Netherlands Institute for Sound and Vision has over 960,000
catalog entries, and has an archive of subtitles for a subset of
television broadcasts going back to 1989. In addition,
members of the public write about broadcasts on Twitter, in the
Netherlands sometimes amounting to tens of thousand of
tweets for an individual program. Our prototype addresses
this challenge, allowing media researchers to examine the
metadata characteristics of sets of broadcast results.</p>
      <p>
        AVResearcher is based on the Media Researchers Data
Exploration Suite (MeRDES) [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ], which was developed speci
cally to support media studies researchers to explore
audiovisual catalog entries. In addition to the professional catalog
entries supported by MeRDES, AVResearcher allows media
researchers to explore social chatter in the form of tweets,
and spoken content in the form of subtitles. In addition,
the code of AVResearcher has been completely rewritten
for improved speed and scalability. It is a new valorisation
project at the Netherlands Institute for Sound and Vision,
and as such is under active development. It is undergoing
iterative development using Agile methods: user feedback
is used to determine the requirements and their
prioritisation for each iteration. After the second iteration has been
accepted the prototype will be made available to media
professionals through an online portal of the archive. At DIR
2013 we will present the current version of the software.
2.
      </p>
    </sec>
    <sec id="sec-2">
      <title>AVRESEARCHER SYSTEM</title>
      <p>An overview of the AVResearcher system is given in
Figure 1. Here we brie y summarize the system in terms of the
underlying data set, architecture, and visualization.</p>
      <p>Data Set Catalog descriptions of the broadcasts are
obtained from the archive of the Netherlands Institute for
Sound and Vision: at the time of writing the collection
consists of just over 960,000 broadcasts. Subtitles are obtained
through an agreement with the Netherlands public
broadcasters from November 2012 onwards. In the future we also
plan to incorporate a legacy database of subtitles dating
back to December 1989. Tweets about programs also date
from November 2012 onwards. They are obtained using the
Twitter Streaming API1: we monitor a collection of o cial
hashtags for 25 Dutch television shows, obtained from the
website http://hekjeplekje.nl. If a tweet occurs during a
television broadcast, it is associated with that broadcast.</p>
      <p>Architecture Data for television broadcasts is collected
from the three di erent sources: catalog entries maintained
by the archive, subtitles obtained from the Netherlands
Public Broadcasting system, and tweets from Twitter. The data
is stored and indexed for use by an open-source search
system.2 The user interface is made available on the web-server.
Users can interact with the interface over a secure network
connection.</p>
      <p>Visualization The AVResearcher interface, shown in
Figure 2, allows users to issue two search queries and compare
the results side-by-side. For each query the user can view:
The number of broadcasts containing the query terms
on a timeline. The hits for each query are visualised
on the same timeline, and given a di erent color. This
1https://dev.twitter.com/docs/api
2We use the ElasticSearch search engine, http://
elasticsearch.org, which scales to our needs.
allows researchers to see how two given topics
(represented by queries) have evolved over time.</p>
      <p>Term clouds of frequently occurring terms in the
results, divided into facets from the catalog entries
(genres, channels, producers, keywords, and people), as
well as words frequently occurring in subtitles and tweets.
The list of search results used to generate the timeline
and term cloud. When users click a search result they
can see more details for that particular broadcast.</p>
    </sec>
    <sec id="sec-3">
      <title>CONCLUSION</title>
      <p>AVResearcher is a prototype that addresses the problem of
exploring di erent kinds of broadcast metadata on a large
scale. It allows media studies researchers to explore and
compare metadata for two di erent topics in a collection
of hundreds of thousands of broadcasts. It includes
subtitles and tweets, as well as professional catalog data, and in
this way allows media studies researchers to explore spoken
content and social chatter about broadcasts. The system is
under active development, and will be used to perform user
studies aimed at improving archival access. At DIR 2013 we
will present the current version of the prototype.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>M.</given-names>
            <surname>Bron</surname>
          </string-name>
          ,
          <string-name>
            <surname>J. van Gorp</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Nack</surname>
          </string-name>
          , M. de Rijke, and S. de Leeuw.
          <article-title>A subjunctive exploratory search interface to support media studies researchers</article-title>
          .
          <source>In SIGIR '12: 35th international ACM SIGIR conference on Research and development in information retrieval,</source>
          , pages
          <fpage>425</fpage>
          {
          <fpage>434</fpage>
          ,
          <string-name>
            <surname>Portland</surname>
          </string-name>
          , Oregon,
          <year>2012</year>
          . ACM, ACM.
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>