<?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/"
	>

<channel>
	<title>Open Images &#187; News</title>
	<atom:link href="http://www.openimages.eu/blog/category/news/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.openimages.eu/blog</link>
	<description>An Open Content Video Platform under Development</description>
	<lastBuildDate>Fri, 13 Jan 2012 11:04:54 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Open Images videos enriched with Open Data</title>
		<link>http://www.openimages.eu/blog/2012/01/13/open-images-videos-enriched-with-open-data/</link>
		<comments>http://www.openimages.eu/blog/2012/01/13/open-images-videos-enriched-with-open-data/#comments</comments>
		<pubDate>Fri, 13 Jan 2012 10:55:57 +0000</pubDate>
		<dc:creator>Evelien Wolda</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.openimages.eu/blog/?p=260</guid>
		<description><![CDATA[For Sound and Vision, in the context of the Dutch Open Data initiative “Nederland opent Data” (The Netherlands Opens Data), I created the basis for the demo that is described in this post. The demo shows how you can play a video in an enriched context, by linking open data sources to terms that are [...]]]></description>
			<content:encoded><![CDATA[<p>For Sound and Vision, in the context of the Dutch Open Data initiative “<a href="http://www.nederlandopentdata.nl" target="_blank">Nederland opent Data</a>” (The Netherlands Opens Data), I created the basis for the demo that is described in this post. <a href="http://mash.openbeelden.nl/apps/openbeelden/51207/" target="_blank">The demo</a> shows how you can play a video in an enriched context, by linking open data sources to terms that are found in speech transcripts rendered from videos. For the <a href="http://www.hackdeoverheid.nl/2011/10/code-camping-amsterdam/" target="_blank">Code Camping event</a>, organized by <a href="http://www.opencultuurdata.nl/" target="_blank">Open Cultuur Data</a> (Open Cultural Data) I extended the demo with newly linked data sets.</p>
<p><strong>Basics</strong><br />
The starting point for this demo application was the reuse and linking of data sets to <a href="http://openbeelden.nl/feeds/oai/?verb=ListRecords&amp;metadataPrefix=oai_dc&amp;set=beeldengeluid" target="_blank">the Open Images collection</a>, which contains more than 1,500 freely (re)usable videos containing mostly old news items from the ‘20 throughout the ‘80. All of these videos are published using <a href="http://creativecommons.org/licenses/" target="_blank">Creative Commons licences</a>.</p>
<p>The basis for the application lies in the use of the speech transcripts, which were generated by using automatic speech recognition (ASR) software (from <a href="http://www.x-mi.nl/home.html" target="_blank">X-MI</a>) on these videos.</p>
<p>The main idea for the demonstration is to contextualise videos while they’re being watched, in order to provide the user with fun, interesting and unexpected background information about the things that are spoken in the video.</p>
<p><img class="alignnone size-medium wp-image-263" title="Demo-Open-Beelden-Open-Cultuur-Data" src="http://www.openimages.eu/blog/wp-content/uploads/2012/01/Demo-Open-Beelden-Open-Cultuur-Data-300x151.png" alt="Demo-Open-Beelden-Open-Cultuur-Data" width="300" height="151" /></p>
<p>For example: when Philip Bloemendal (the presenter of the news items) &#8211; in a video titled: ‘Large parts of Holland completely snowed in’ &#8211; talks about: ‘(&#8230;) but on several places in Drenthe there (&#8230;)’, next to the video, several blocks of information about <a href="http://en.wikipedia.org/wiki/Drenthe" target="_blank">Drenthe</a> (a province in The Netherlands) are shown. Each of these information blocks gets its data from a specific open data source. For the first prototype the data sources used were (amongst others): <a href="http://code.google.com/intl/nl/apis/maps/index.html" target="_blank">Google Maps</a> and <a href="http://www.wikipedia.org/" target="_blank">Wikipedia</a>. To illustrate this some more: in the example where ‘Drenthe’ was recognized as a concept, the Wikipedia block shows an article about Drenthe; in the Google Maps block the map is zoomed in on the province of Drenthe in The Netherlands.</p>
<p>For the Code Camping event, organized by ‘Hack de Overheid’ (Hack the government), I added two new data sets to the demo: the collections from the <a href="http://www.rijksmuseum.nl/?lang=en" target="_blank">Rijksmuseum</a> and the <a href="http://www.amsterdammuseum.nl/en" target="_blank">Amsterdam Museum</a>.</p>
<p><strong>How it all works</strong><br />
As mentioned, the main building blocks for this demo are the <a href="http://www.openimages.eu/users/beeldengeluid.en" target="_blank">Open Images videos</a> and the corresponding speech transcripts that are used to link the words that are spoken (in the video) to an exact time code. (Note: Automatic speech recognition software is not perfect, which means that not every word in a speech transcript will exactly match the actual words that were spoken).</p>
<p><em>Step 1</em><br />
Because not every word in a sentence is particularly interesting, the first step is to filter out <a href="http://en.wikipedia.org/wiki/Stop_words" target="_blank">stop words</a> from the speech transcript, such as: articles, prepositions and verb modifiers.</p>
<p><em>Step 2</em><br />
In the second step, a script is run on the remaining words to sort them by ‘importance’. Importance in this matter is calculated by combining a preset word score (coming from a special lexicon) with the frequency the word is spoken. In this way, words with a high score and a high frequency will end up high in the list.</p>
<p><em>Step 3</em><br />
After sorting, the words are used, in order of importance, as query input for the <a href="http://thedatahub.org/dataset/gemeenschappelijke-thesaurus-audiovisuele-archieven" target="_blank">GTAA thesaurus</a> (used by Sound and Vision) and also for <a href="http://www.freebase.com" target="_blank">Freebase</a>. The latter is a Google service and offers a big collection of interrelated concepts, containing descriptions from a large variety of domains. Freebase can be seen as an extensive thesaurus containing information from a large number of areas of expertise.</p>
<p>When, after querying, the GTAA or Freebase webservice yields a concept, it is put in a list of candidates. After processing all the words, this list is filtered using a very simple disambiguation algorithm (i.e. whenever the yielded concept is comprised of more than one word, it is taken out of the list).</p>
<p><em>Step 4</em><br />
In step 4, each of the GTAA and Freebase concepts from the list of candidates is used for querying the open data webservices, which are:</p>
<ol>
<li> Google Maps (only queried for location type concepts)</li>
<li> Wikipedia</li>
<li> <a href="http://www.amsterdammuseum.nl/en/node/306" target="_blank">Amsterdam Museum</a></li>
<li> <a href="http://www.rijksmuseum.nl/api" target="_blank">Rijksmuseum</a></li>
</ol>
<p>Each result returned, will be linked to the time code of the (spoken) word from the speech transcript that was used to find the eventual information.</p>
<p>(For those interested: the collection from the Amsterdam Museum has three different end-points: Adlib, OAI-PMH and SPARQL. For this demo, I used the latter, because, unlike OAI-PMH, it does not require to be harvested and indexed before it can be queried. In any case I thought it was a good idea to play around again with the Semantic Web and refresh my SPARQL skills. For the Rijksmuseum, I first harvested the collection from OAI-PMH and then indexed it with SOLR. This way the collection can be searched using Lucene queries.</p>
<p><em>Step 5</em><br />
The last step was to send back the time-coded contextdata back to the browser. I do this by using a <a href="http://json.org" target="_blank">JSON </a>object, which in turn I use as input for <a href="http://popcornjs.org" target="_blank">Popcorn.js</a> to generate events. These events are linked to an <a href="http://dev.w3.org/html5/spec/Overview.html" target="_blank">HTML5</a> video player and make sure the right (context) information is shown in the different blocks/panels in the user interface.</p>
<p>Because the processing of these five steps takes around 15-20 seconds per video, I store all of the results in .json files. When opening the demo these files are loaded instead of fetching the data live from the web.</p>
<p><strong>There is still a lot to do</strong><br />
The demo shows what can be done by using concept detection (a.k.a. <a href="http://en.wikipedia.org/wiki/Named-entity_recognition" target="_blank">Named Entity Recognition</a>) in combination with open data sources. For several aspects however (significant) improvements can be made:</p>
<p><i>Better concept detection</i><br />
The concept detection as described in this demo could be improved much more. For instance, concepts that comprise of more than one word are not recognized, e.g.: ‘Amsterdam Museum’ now yields two concepts, ‘Amsterdam’ and ‘Museum’, but the actual concept ‘Amsterdam Museum’ is not found.<br />
Moreover, specific Named Entity Recognition (NER) services like <a href="http://dbpedia.org/spotlight" target="_blank">DBpedia Spotlight</a> should be investigated (having good results for English) in order to improve results. For Dutch however, it seems it’s an ongoing search for a decent (open source) solution.</p>
<p><i>Selection of relevant sources for the user</i><br />
Concerning the relevance of the ‘context information’ that is currently shown to the user, there is still much to think about how to make the best selection of data sources. For instance: why somebody who is watching a video about ‘<a href="http://openimages.eu/media/563/Nederlands_oudste_stoomgemaal_exit.en" target="_blank">Holland&#8217;s oldest steam-powered pumping station</a>’ would be interested in ‘<a href="http://www.rijksmuseum.nl/collectie/zoeken/asset.jsp?id=BK-1953-65-A" target="_blank">Hens chalice from the Company of Nine</a>’ (found on the basis of the word ‘Gorinchem’, which is a town in The Netherlands) is something to think about.</p>
<p><i>Optimizing Popcorn.js usage</i><br />
The demo was made with an older version of Popcorn.js (v0.7) and therefore doesn’t make full usage of all of the latest features and <a href="http://popcornjs.org/popcorn-docs/plugins/" target="_blank">plugins</a> Popcorn.js has to offer. Future releases of the demo will incorporate the newest version (currently v1.1.1).</p>
<p>In any case the demo does show how speech transcripts of videos can be combined with open data sources and how this can enable (mutual) contextualisation of these sources. For the ‘Nederland opent Data project’ this demo will be further enhanced. Any progress of this will be reported here!</p>
<p><a href="https://twitter.com/#!/jacobjanblom" target="_blank">Jaap Blom</a> | Software engineer | R&amp;D department, <a href="http://www.beeldengeluid.nl/en" target="_blank">Netherlands Institute for Sound and Vision</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.openimages.eu/blog/2012/01/13/open-images-videos-enriched-with-open-data/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Reach of Open Images content increased by reuse on Wikipedia</title>
		<link>http://www.openimages.eu/blog/2011/08/25/reach-of-open-images-content-increased-by-reuse-on-wikipedia/</link>
		<comments>http://www.openimages.eu/blog/2011/08/25/reach-of-open-images-content-increased-by-reuse-on-wikipedia/#comments</comments>
		<pubDate>Thu, 25 Aug 2011 13:10:06 +0000</pubDate>
		<dc:creator>Evelien Wolda</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Open Images]]></category>
		<category><![CDATA[open video]]></category>
		<category><![CDATA[Wikimedia Commons]]></category>
		<category><![CDATA[Wikipedia]]></category>

		<guid isPermaLink="false">http://www.openimages.eu/blog/?p=236</guid>
		<description><![CDATA[Access to the audiovisual content on Open Images is provided under Creative Commons licences. These licenses facilitate the reuse of content in different ways. One of the possible ways media from Open Images can be reused is on Wikipedia. For this purpose the videos on Open Images are transferred to Wikimedia Commons, the online repository [...]]]></description>
			<content:encoded><![CDATA[<p>Access to the audiovisual content on Open Images is provided under <a href="http://creativecommons.org/licenses/">Creative Commons</a> licences. These licenses facilitate the reuse of content in different ways. One of the possible ways media from Open Images can be reused is on Wikipedia. For this purpose the videos on Open Images are transferred to <a href="http://commons.wikimedia.org/">Wikimedia Commons</a>, the online repository where freely licensed media files used for Wikimedia projects like Wikipedia are stored. In the beginning this was done manually, but in the meantime this process has been automated through the <a href="http://www.openimages.eu/api.en">Open Images API</a>. Currently, there are <a href="http://commons.wikimedia.org/wiki/Category:Media_from_Open_Beelden">more than 1500</a> media items from Open Images available on Wikimedia Commons. This means that Open Images is responsible for about 15% of the <a href="http://commons.wikimedia.org/wiki/Commons:MIME_type_statistics">total amount of videos</a>, which makes Open Images the <a href="http://commons.wikimedia.org/wiki/Category:Videos_by_source">largest supplier</a> of videos on Wikimedia Commons.</p>
<p>The Wikipedia community uses the videos from Open Images to enrich the entries on the Wikipedia. For instance, the English article on the &#8216;<a href="http://en.wikipedia.org/wiki/Elfstedentocht">Elfstedentocht</a>&#8216; has a video of the Elfstedentocht of 1954:</p>
<p style="text-align: center;"><a href="http://en.wikipedia.org/wiki/Elfstedentocht"><img class="size-full wp-image-237 aligncenter" title="A video from Open Images on the Wikipedia lemma 'Elfstedentocht'" src="http://www.openimages.eu/blog/wp-content/uploads/2011/08/Elfstedentocht.png" alt="A video from Open Images on the Wikipedia lemma 'Elfstedentocht'" width="441" height="145" /></a></p>
<p>Besides the reuse of complete videos, derivative works (such as screenshots) are also used. These are then for example employed in articles on famous people, for instance in this article on Dutch politician <a href="http://en.wikipedia.org/wiki/Pieter_Oud">Pieter Oud</a>:</p>
<p style="text-align: center;"><a href="http://en.wikipedia.org/wiki/Pieter_Oud"><img class="size-full wp-image-238 aligncenter" title="A screenshot used as photo on the lemma &quot;Pieter Oud'" src="http://www.openimages.eu/blog/wp-content/uploads/2011/08/PieterOudEn.png" alt="A screenshot used as photo on the lemma &quot;Pieter Oud'" width="450" height="168" /></a></p>
<p><strong>3 million views</strong><br />
The reach of Open Images content on Wikipedia turns out to be substantial. In May 2011 the Wikipedia articles with media items from Open Images were viewed <a href="http://toolserver.org/~magnus/baglama.php?group=Media+from+Open+Beelden&amp;date=201105">more than 3 million times</a>. This is almost three times as much as the <a href="http://toolserver.org/~magnus/baglama.php?group=Media+from+Open+Beelden&amp;date=201012">number of views in December 2010</a>. Noteworthy is that the majority of the views are not on the Dutch Wikipedia, even though most of the videos on Open Images have Dutch subjects and are in Dutch. Of the 3 million views a mere 880,000 were on the Dutch language Wikipedia. The remaining 2.2 million views were on Wikipedias in different languages. The five Wikipedias where articles with Open Images content got the most views in May 2011 were:</p>
<ol>
<li>the <a href="http://en.wikipedia.org/wiki/">English</a> Wikipedia</li>
<li>the <a href="http://nl.wikipedia.org/wiki/">Dutch</a> Wikipedia</li>
<li>the <a href="http://fr.wikipedia.org/wiki/">French</a> Wikipedia</li>
<li>the <a href="http://pt.wikipedia.org/wiki/">Portuegese</a> Wikipedia</li>
<li>the <a href="http://ja.wikipedia.org/wiki/">Japanese</a> Wikipedia</li>
</ol>
<p>More than 850 articles on the different Wikipedias make use of content from Open Images.</p>
<p>The article with the most views in May 2011 was <a href="http://en.wikipedia.org/wiki/Mother%27s_Day">Mother&#8217;s Day</a> on the English Wikipedia, which was viewed almost 1.5 million views. The <a href="http://www.openbeelden.nl/media/27164/Moederdag">video</a> used in this article is used on several Wikipedia sites. Besides the English and the <a href="http://nl.wikipedia.org/wiki/Moederdag">Dutch</a> Wikipedia, it is also used on for example the <a href="http://bo.wikipedia.org/wiki/%E0%BD%A8%E0%BC%8B%E0%BD%98%E0%BD%A0%E0%BD%B2%E0%BC%8B%E0%BD%91%E0%BD%B4%E0%BD%A6%E0%BC%8B%E0%BD%86%E0%BD%BA%E0%BD%93%E0%BC%8D">Tibetan</a> and <a href="http://fa.wikipedia.org/wiki/%D8%B1%D9%88%D8%B2_%D9%85%D8%A7%D8%AF%D8%B1">Persian</a> Wikipedia. The Wikipedia articles containing Open Images media with the most views in May 2011 were:</p>
<ol>
<li><a href="http://en.wikipedia.org/wiki/Mother%27s_Day">Mother&#8217;s Day</a> (EN) 1,445,756 views</li>
<li><a href="http://en.wikipedia.org/wiki/AFC_Ajax">AFC Ajax</a> (EN) 121,322 views</li>
<li><a href="http://nl.wikipedia.org/wiki/AFC_Ajax">AFC Ajax</a> (NL) 111,190 views</li>
<li><a href="http://en.wikipedia.org/wiki/Billy_Graham">Billy Graham</a> (EN) 94,485 views</li>
<li><a href="http://en.wikipedia.org/wiki/Giro_d%27Italia">Giro d&#8217;Italia</a> (EN) 73,055 views</li>
</ol>
<p><strong> Conclusion</strong><br />
These statistics demonstrate that offering their material under a free license certainly has an added value for cultural heritage institutions. For the cultural heritage field it is a sound strategyfor opening up their collections to a large audience. It also gives the (internet) community a chance to enrich their projects with historic images.  This reuse is of course not restricted to Wikipedia. By offering collections under a free license they turn into a rich source for (re)use fora large number of cultural, educational and creative purposes.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.openimages.eu/blog/2011/08/25/reach-of-open-images-content-increased-by-reuse-on-wikipedia/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Open Images prize for best Wiki Loves Monuments video</title>
		<link>http://www.openimages.eu/blog/2011/08/15/open-images-prize-for-best-wiki-loves-monuments-video/</link>
		<comments>http://www.openimages.eu/blog/2011/08/15/open-images-prize-for-best-wiki-loves-monuments-video/#comments</comments>
		<pubDate>Mon, 15 Aug 2011 11:21:26 +0000</pubDate>
		<dc:creator>Evelien Wolda</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[open video]]></category>
		<category><![CDATA[Wiki Loves Monuments]]></category>
		<category><![CDATA[Wikimedia Commons]]></category>
		<category><![CDATA[Wikipedia]]></category>

		<guid isPermaLink="false">http://www.openimages.eu/blog/?p=229</guid>
		<description><![CDATA[At the moment Wikipedia articles don’t contain a lot of videos (less than 0,1% of all files on Wikimedia Commons are video files). Open Images would like to change this. Therefore, most videos from Open Images are already automatically mirrored to Wikimedia Commons. To stimulate users to use more video on Wikipedia, Open Images will [...]]]></description>
			<content:encoded><![CDATA[<p><img alt="" src="http://upload.wikimedia.org/wikipedia/commons/thumb/f/f3/LUSITANA_WLM_2011_d.svg/200px-LUSITANA_WLM_2011_d.svg.png" title="Wiki Loves Monuments (maker: Lusitana)" class="alignright" width="200" height="230" />At the moment Wikipedia articles don’t contain a lot of videos (less than 0,1% of all files on Wikimedia Commons are video files). Open Images would like to change this. Therefore, most videos from Open Images are already automatically mirrored to <a href="http://commons.wikimedia.org/wiki/Open_beelden">Wikimedia Commons</a>. To stimulate users to use more video on Wikipedia, Open Images will be handing out a special video prize. The maker of the best video uploaded as part of Wiki Loves Monuments will be awarded a 2 year Premium subscription to Spotify, or alternatively an Amazon gift voucher.</p>
<p>Wiki Loves Monuments is a contest organised by Wikimedia, the movement behind Wikipedia. To be eligible for the video prize participants have to upload a video of one or more monuments to Wikipedia in September. The rules are:</p>
<ul>
<li> Self made and self uploaded</li>
<li> Uploaded in September 2011</li>
<li> Freely licensed</li>
<li> Feature one or more monuments</li>
</ul>
<p>So be creative and enter the contest! The people of <a href="http://www.videoonwikipedia.com/">Video on Wikipedia</a> have a howto explaining <a href="http://www.videoonwikipedia.com/howto.html">how to post a video to Wikipedia</a>. More information on Wiki Loves Monuments can be found on <a href="http://www.wikilovesmonuments.eu/">their website</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.openimages.eu/blog/2011/08/15/open-images-prize-for-best-wiki-loves-monuments-video/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Open Images 2011: more content providers, more functionality and expanding reuse on Wikipedia</title>
		<link>http://www.openimages.eu/blog/2011/03/03/looking-back-on-2010/</link>
		<comments>http://www.openimages.eu/blog/2011/03/03/looking-back-on-2010/#comments</comments>
		<pubDate>Thu, 03 Mar 2011 13:23:04 +0000</pubDate>
		<dc:creator>Maarten Brinkerink</dc:creator>
				<category><![CDATA[Content]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[ArtTube]]></category>
		<category><![CDATA[mw2011]]></category>
		<category><![CDATA[OAI-PMH]]></category>
		<category><![CDATA[open video]]></category>
		<category><![CDATA[OPENCITY]]></category>
		<category><![CDATA[Picture War Monuments]]></category>
		<category><![CDATA[Wikimedia Commons]]></category>
		<category><![CDATA[Wikipedia]]></category>

		<guid isPermaLink="false">http://www.openimages.eu/blog/?p=207</guid>
		<description><![CDATA[With this blog post we look back on the past year. How did Open Images contribute to an open collection of audiovisual material and stimulate the reuse of it?
Hundreds of Items Added to the Platform
In 2010 we have uploaded hundreds of interesting items to the platform from the historical newsreel collection of the Netherlands Institute [...]]]></description>
			<content:encoded><![CDATA[<p>With this blog post we look back on the past year. How did <a href="http://www.openimages.eu/">Open Images</a> contribute to an open collection of audiovisual material and stimulate the reuse of it?</p>
<p><strong>Hundreds of Items Added to the Platform</strong></p>
<p>In 2010 we have uploaded hundreds of interesting items to the platform from the historical newsreel collection of the <a href="http://www.openbeelden.nl/users/beeldengeluid">Netherlands Institute for Sound and Vision</a>, reaching the milestone of a thousand items available on the platform on the <a href="http://www.pia.gov.ph/wdavh2010/">UNESCO World Day for Audio Visual Heritage</a> in October. In our selection procedure some themes received special attention; <a href="http://www.openimages.eu/blog/2011/02/17/sport-in-the-picture/">sports</a>, <a href="http://www.openimages.eu/blog/2011/02/16/performing-arts-in-the-netherlands-performing-artists-throughout-the-years/">performing arts</a>, <a href="http://www.openimages.eu/blog/2011/02/01/father-winter/">winter</a>, <a href="http://www.openimages.eu/blog/2010/04/27/remarkable-technologies-and-innovations/">technology</a>, and <a href="http://www.openimages.eu/blog/2010/03/24/indonesia-on-open-images/">Indonesia</a>.</p>
<p>This year the Sound and Vision was not the only contributor of content to the platform. Other wonderful additions to <em>Open Images</em> were done by the <a href="http://www.openbeelden.nl/users/eye%20film%20instituut%20nederland">EYE Film Institute Netherlands</a>, the <a href="http://www.openbeelden.nl/users/instituut_voor_netwerkcultuur">Institute for Network Cultures</a> and the <a href="http://www.openbeelden.nl/users/4en5mei">Dutch National Committee May 4th and 5th</a>.</p>
<p><strong>API Launched</strong></p>
<p>In September Open Images launched its open <a href="http://www.openimages.eu/api">API</a>. Items published on the platform and their descriptions (metadata) and are accessible through an <a href="http://www.openarchives.org/pmh/">Open Archives Initiative Protocol for Metadata Harvesting</a> (OAI-PMH). This enables third parties to retrieve the stored metadata and media files in a structured way, making it easy to reuse material from the platform in their own applications (for example to create a <a href="https://secure.wikimedia.org/wikipedia/en/wiki/Mashup_%28web_application_hybrid%29">mashup</a>).</p>
<p><strong>Video on Wikipedia</strong></p>
<p>Since the start of the project, <em>Open Images</em> has contributed its audiovisual content to <a href="https://secure.wikimedia.org/wikipedia/commons/wiki/Main_Page">Wikimedia Commons</a> to enable reuse of video on <a href="http://www.wikipedia.org">Wikipedia</a>, for instance to ‘illustrate’ an article.</p>
<p>At first the ‘donation’ to Wikimedia Commons was a manual process, but in 2010 – in collaboration with <a href="http://nl.wikimedia.org/wiki/Hoofdpagina">Wikimedia Netherlands</a> – we were able to fully automate this process, thanks to the <em>Open Images</em> API. As a <a href="https://secure.wikimedia.org/wikipedia/commons/wiki/Category:Media_from_Open_Beelden">result</a> <em>Open Images</em> is now responsible for almost 12% of the video content available on Wikimedia Commons, hence being one of the biggest contributors of video that is reusable on Wikipedia.</p>
<p>We are getting more and more insight in the impact of the availability of <em>Open Images</em> material through Wikimedia Commons. We’ve learned that a large proportion is used to enrich over 550 entries on Wikipedia with related audiovisual content. In December 2010, these entries were <a href="http://toolserver.org/~magnus/baglama.php?group=Media+from+Open+Beelden&amp;date=201012">viewed nearly 1.2 million times</a>. This shows the great potential for the cultural heritage sector to collaborate with the Wikimedia Foundation to reach new and greater audiences within a meaningful context.</p>
<p><strong>New Projects Reusing Open Images</strong></p>
<p>When <em>Open Images</em> was launched in 2009 the material was almost immediately reused within several projects, including the <a href="http://eeuwvandestad.nl/archives/8352">OPEN CITY</a> audiovisual archive of urban life from the Dutch public broadcaster VPRO and the <a href="http://arttube.boijmans.nl/en">ArtTube</a> video platform about art and design from the Boijmans Van Beuningen Museum in Rotterdam.</p>
<p>In 2010, tens of projects, small and large, were added to the list. Among them <a href="http://itunes.apple.com/nl/app/oorlogsmonumenten-in-beeld/id393876266">Picture War Monuments</a>, a location-aware iPhone app that enriches the on-site visit to war monuments with audiovisual heritage, including newsreel footage and oral history video material on the Second World War available through <em>Open Images</em>. Another notable initiative was <a href="http://www.beeldinkaart.nl/">Image on a Map</a> (‘Beeld in kaart’), a Google Maps mashup for the educational sector in the Netherlands combining several (educational) video sources – including <em>Open Images</em> – within a map interface. With this interface users are able to filter results based on subject (geography or history), location and time period.</p>
<p><strong>What’s Next?</strong></p>
<p>In 2011 the <em>Open Images</em> platform will receive a major update, with both functional and visual improvements. Part of this update is the realisation of portal functionality, allowing third party content providers to build and manage their own entrance to the platform (think: http://partner.openimages.eu). This will, for example, allow them to highlight their own contributions to the platform and to design their presence on the platform according to their own wishes and branding.</p>
<p>The platform functionality is part of a larger campaign we are organising to attract more third party content keepers to contribute to an even larger and more diverse offering of open audiovisual content through <em>Open Images</em>. This campaign will focus on public broadcasters, regional and local archives and broadcasters, institutional archives and business archives.</p>
<p>Finally, we would proudly like to mention our nomination for the <a href="https://conference.archimuse.com/mw2011/best/innovative_experimental/open_images_the_open_min">Museums and the Web &#8211; Best of the Web Award 2011</a> in the category ‘Innovative / Experimental’.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.openimages.eu/blog/2011/03/03/looking-back-on-2010/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>First EUscreen International Conference on Content Selection Policy and Contextualisation</title>
		<link>http://www.openimages.eu/blog/2010/08/11/first-euscreen-international-conference-on-content-selection-policy-and-contextualisation/</link>
		<comments>http://www.openimages.eu/blog/2010/08/11/first-euscreen-international-conference-on-content-selection-policy-and-contextualisation/#comments</comments>
		<pubDate>Wed, 11 Aug 2010 13:08:49 +0000</pubDate>
		<dc:creator>Maarten Brinkerink</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[conference]]></category>
		<category><![CDATA[europeana]]></category>
		<category><![CDATA[euscreen]]></category>
		<category><![CDATA[open content]]></category>

		<guid isPermaLink="false">http://www.openimages.eu/blog/?p=156</guid>
		<description><![CDATA[
EUscreen started in October 2009 as a three-year project funded by  the European Commission’s eContentplus programme. Over the project’s  duration more than 30,000 items representing Europe’s television  heritage (videos, photographs, articles) will be made available online  through a freely accessible multilingual portal. As part of the project Open Images will function [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.euscreen.eu"><img class="alignnone size-medium wp-image-163" title="logo" src="http://www.openimages.eu/blog/wp-content/uploads/2010/08/logo-300x96.jpg" alt="logo" width="300" height="96" /></a></p>
<p><a href="http://www.euscreen.eu">EUscreen</a> started in October 2009 as a three-year project funded by  the European Commission’s eContentplus programme. Over the project’s  duration more than 30,000 items representing Europe’s television  heritage (videos, photographs, articles) will be made available online  through a freely accessible multilingual portal. As part of the project <a href="http://www.openimages.eu/">Open Images</a> will function as a platform for European broadcasters to experiment with <a href="http://en.wikipedia.org/wiki/Open_content">open content</a> distribution of television heritage.</p>
<p>The portal will be  launched in 2011 and will be directly connected to Europeana. The  EUscreen consortium is co-ordinated by University of Utrecht and  consists of 28 partners (comprising audiovisual archives, research  institutions, technology providers and Europeana) from 19 different  European countries. In October the project will organize its first international conference:</p>
<blockquote><p>Date: 7-8 October 2010.<br />
Location: Casa del Cinema. Largo Marcello Mastroianni 1, Rome, Italy.</p>
<p>EUscreen has organized a two-day conference on content selection policies and contextualisation in the audiovisual domain, to be held in Rome on October 7 and 8 2010. The conference will focus on contextualisation of audiovisual material, especially in the academic field. The conference programme is still under construction, but the first day includes a plenary session focussing on contextualisation of audiovisual material with keynotes and presentations of use cases. The second day comprises two workshops: one on European IPR legislations in the audiovisual sector and the impact on the exploitation of audiovisual and television archives, and one on best practices and guidelines for digitising audiovisual heritage. Attendance at the conference is free but online registration is required.</p>
<p>See <a href="http://www.euscreen.eu">www.euscreen.eu</a> for more information on the final programme and for registration.</p>
<p>Confirmed speakers</p>
<p>•	Prof. Andrew Hoskins, Professor of Cultural Studies at Nottingham University on media, digitization and memory.<br />
•	Dr. Lilian Landes, scientific co-ordinator of the recensio.net project at Bavaria State Library on creating a European Open Access infrastructure for historical reviews.<br />
•	Dr. Alec Badenoch, from Utrecht University on Making Europe, virtual exhibits on European cultural heritage.<br />
•	Johan Söderberg, lecturer and filmmaker from Sweden on using and reusing archival material in his works, like the series “Read my lips”.<br />
•	Dr. Tibor Hirsch, from Film Studies at ELTE University on using digitized material in a creative way to help students understanding the language of film and television.<br />
•	Dr. Andreas Fickers, from the Art and Social Sciences at Maastricht University on audiovisual source critique in the age of the web 2.0.<br />
•	Peter B. Kaufman, President and executive producer of Intelligent Television. He is also the author of “Marketing Culture in the Digital Age: A Report on New Business Collaborations between Libraries, Museums, Archives, and Commercial Companies”.<br />
•	Prof. John Ellis, Professor of Media at Royal Holloway – University of London.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.openimages.eu/blog/2010/08/11/first-euscreen-international-conference-on-content-selection-policy-and-contextualisation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Open Video Conference Report</title>
		<link>http://www.openimages.eu/blog/2009/07/14/open-video-conference-report/</link>
		<comments>http://www.openimages.eu/blog/2009/07/14/open-video-conference-report/#comments</comments>
		<pubDate>Tue, 14 Jul 2009 13:24:38 +0000</pubDate>
		<dc:creator>Maarten Brinkerink</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[open video]]></category>
		<category><![CDATA[Open Video Alliance]]></category>
		<category><![CDATA[Open Video Conference]]></category>
		<category><![CDATA[report]]></category>

		<guid isPermaLink="false">http://openimages.eu/blog/?p=95</guid>
		<description><![CDATA[
The first Open Video Conference was held at NYU Law School on June 19-20. Eminent speakers and practitioners shared their thoughts on the emerging open video movement. The impressive line-up included: Matt Mason (author of The Pirate’s Dilemma), Yochai Benkler and Jonathan Zittrain (both Harvard Law School), Xeni Jardin (Boing Boing), Peter Kaufman (Intelligent Television), [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://openimages.eu/blog/wp-content/uploads/2009/07/img_7253small.jpg"><img class="alignnone size-medium wp-image-96" title="img_7253small" src="http://openimages.eu/blog/wp-content/uploads/2009/07/img_7253small-300x179.jpg" alt="" width="300" height="179" /></a></p>
<p>The first Open Video Conference was held at NYU Law School on June 19-20. Eminent speakers and practitioners shared their thoughts on the emerging open video movement. The impressive line-up included: Matt Mason (author of The Pirate’s Dilemma), Yochai Benkler and Jonathan Zittrain (both Harvard Law School), Xeni Jardin (Boing Boing), Peter Kaufman (Intelligent Television), Mike Hudack (blip.tv) and Christopher Blizzard (Mozilla Corporation). The conference was put on by Kaltura, Yale Internet Society Project, Participatory Culture Foundation, iCommons and the Open Video Alliance, in partnership with Mozilla, Red Hat, Creative Commons, Level 3, Akamai and many more. <em>Open Images</em> was also actively involved, as Sound and Vision and Kennisland hosted a session “Audiovisual Archives” that investigated how memory institutions could provide access their holdings in a way that enables creative reuse.<br />
<span id="more-95"></span>Open Video is a broad-based movement of video creators, content distributors, technologists, academics, filmmakers, entrepreneurs, activists, remixers, and many others. From the conference announcement:</p>
<blockquote><p>When most folks think of “open,” they think of open source and open codecs. They’re right—but there’s more to Open Video than open codecs. Open Video is the growing movement for transparency, interoperability, and further decentralization in online video. These qualities provide more fertile ground for independent producers, bottom-up innovation, and greater protection for free speech online.</p></blockquote>
<p><a href="http://www.benkler.org/">Yochai Benkler</a>, Professor of Harvard Law School and Faculty Co-Director, Berkman Center for Internet and Society, delivered the opening keynote. He mentioned how “the smartest, most creative people never work for the same companies; open innovation platforms allow innovation to speed up.” His talk evidenced how distributed action and innovation is key to both business innovation (and technologic and/or legal restrictions aren’t) as well as a more participatory and democratic public sphere. It provided a good backdrop for discussions in the sessions that followed.</p>
<p><strong>Some conference highlights</strong></p>
<p>[1] Later this year Wikipedia will release new functionality that allows the easy inclusion of video in Wikipedia later this year. The Mediawiki software will feature a new button labelled <a href="http://metavid.org/blog/2009/03/27/add-media-wizard-and-firefogg-on-test-wikimediaorg/">Add Media</a>. Users can search through open repositories (initially Internet Archive, Wikimedia Commons and Metavid) containing and drag chosen portions into Wikipedia articles. Further down the road, Wikipedia will include more repositories, and also provide tools to edit the clips within the Wikipedia website, comparable with the way it is currently done with text. Considering the influential position of Wikipedia (the only non-profit website in the top-10 of most-visited sites), it is safe to predict this will mean a great push in strengthening the role of video within the collaborative production and sharing of knowledge online. This is one important platform where an open video infrastructure and an active user base will come together.</p>
<p>[2] Chris Blizzard from Mozilla was applauded as he showcased some innovative features on Firefox 3.5. The release of <a href="http://www.mozilla.com/en-US/firefox/upgrade.html">Firefox 3.5</a> will come with HTML 5 support, which allows video to be embedded into the Web page without needing to install plug-ins. When asked what type of content Open Video will enable, Blizzard answered, &#8220;The killer app for Open Video will come once the environment is created. Mozilla won’t create it.” 300 million people are using Firefox, so this is indeed a big step forward towards open video. Although this is indeed an important breakthrough, the open video ecosystem is not quite there yet. On the second day of the conference the HTML5 and &lt;video&gt; Working Group described some of the current issues with the actual implementation and adoption of the HTML5 specification. Because there is no universal approach yet – Chrome, Firefox and Safari all differ in their approach and Internet Explorer seems reluctant to even adopt HTML5 any time soon – this severely hinders HTML5 &lt;video&gt; being an actual standard for video on the web.</p>
<p>[3] Developers from the <a href="http://www.p2p-next.org/">P2P Next consortium</a> showcased the Swarmplayer, which is capable of streaming live video in true 4th generation P2P style using a zero-server approach. This could be a real breakthrough in the way broadcasting is delivered. With Swarmplayer technology viewers help serving videos in a peer-to-peer fashion, hence reducing or even removing the need for a central server solution.</p>
<p>[4] In a fascinating talk, Matt Mason, author of <a href="http://thepiratesdilemma.com/">The Pirate’s Dilemma</a> described how industries could innovate when they not only compete with pirates, but also think about novel ways to work with them. He made a convincing argument by putting the concept of ‘piracy’ in a historical context uncovering the importance of piracy for the establishment of many powerful industries (Hollywood) and even countries (USA). He concluded with the advice that “one of the best ways to grow your business is to give pirates the space to do things you can’t do or don’t think of.&#8221; His book (including many examples) can be downloaded from: http://thepiratesdilemma.com/</p>
<p>[5] During his talk How to Make a Political Remix Video Jonathan McIntosh premiered his short film <a href="http://www.youtube.com/watch?v=RZwM3GvaTRM">Buffy vs. Edward (Twilight Remixed)</a>. Apart from being an enjoyable, his video is primarily a statement about what constitutes ‘fair-use’ of copyrighted works. This important wake-up-call for filmmakers shows that open video doesn’t necessarily conflict with “all rights reserved”, but that it is also a matter of actively claiming the freedoms that the law already grants citizens (of the United States). Since its premiere the movie has gone ‘viral’ and claims over a million views.</p>
<p><strong>Session on “Audiovisual Archives”</strong></p>
<p>The break out session focused on a couple of key questions that we found influence how successful the networked archive will be in establishing themselves as a key node in media consumption; and how memory institutions will continue to serve as care keepers and storytellers of our mediated past.<br />
Audiovisual archives across the globe are engaged in large-scale migration programmes. An important driver behind the investments related to these programmes is the physical state of the analogue carriers; the films, the tapes, the optical discs and so on. Migration is a way to preserve the information on these physical carriers and securing access for future generations, a key mission of these institutions. However, migration also opens the door to the establishment of the networked archive; where material can be made available online to an infinitely large audience. Different services can be built with this ever-growing resource, such as specialized services for education, video on demand, and access through portals such as YouTube and Blip.tv. Also, as viewing has shifted away from television and onto the Internet, the public interest in access to archive resources online has exploded. Some collection owners go a step further and allow their material to be downloaded so everyone can truly engage with the material and use it as building blocks for new productions. Back in 2003, the BBC coined the term “the creative archive” and entities across the globe are bringing this concept to life. Archive.org is another one of the leading examples.</p>
<p>The session addressed two topics in particular:</p>
<p>[1] The first is related to access and licenses. In the case of Archive.org, many videos are in the public domain. But in many cases, holdings are still copyrighted and their exploitations rights belong to their respective owners (archives rarely own the material they hold). Creative Commons is a suitable model to distribute in-copyright heritage content and allowing certain freedoms (“some rights reserved”). But what are the incentives for memory institutions and public broadcasters to adopt open licenses? And how can archives support such a transition? Is there a moral obligation for memory institutions and public broadcasters to provide open access?</p>
<p>[2] The second is related to business models. In providing different access routes, we might ask how free access and traditional revenue streams (i.e. footage sales) can coincide in a new economic eco-system for broadcasters? Can access fund preservation? Should it? When do producers have an interest in ensuring long term access to the materials they create? (e.g. PBS in the US has an educational mission, the more people see it, the better PBS is doing its job)</p>
<p><strong>Cases and discussion<br />
</strong></p>
<p>Moeed Ahmad from Al Jazeera, the first independent Arabic news channel in the world talked about the Al <a href="http://cc.aljazeera.net/">Jazeera’s Creative Commons Repository</a> launched earlier this year. This repository provides access to broadcast quality Gaza conflicts, released under the ‘Creative Commons 3.0 Attribution’ license that allows for commercial and non-commercial use. This means that news outlets, filmmakers and bloggers will be able to easily share, remix, subtitle or reuse our footage. The only obligation that comes with this ‘free’ reuse of the material is that Al Jazeera gets attributed. This has been an enormous success for Al Jazeera in terms of reputation, getting more exposure for their material and even attracting commercial leads.</p>
<p>Maarten Brinkerink (Netherlands Institute for Sound and Vision) talked about the <a href="http://www.openimages.eu/">Open Images</a> project that will make a corpus of Dutch audiovisual heritage available under a Creative Commons license. Open Images (www.openimages.eu, to launch in September) is an open media platform to stimulate (creative) reuse of archive material by adopting an open infrastructure and Creative Commons licensing. Open Images combines open technology with a curated selection of freely licensed audiovisual heritage and – hopefully – community engagement, to fully explore the possibilities of open video.</p>
<p>Nan Rubin project director of the <a href="http://www.thirteen.org/ptvdigitalarchive/">Preserving Digital Public Television</a> project at CHANNEL 13 was the third speaker. One of the aims of this project is to secure investments in digital preservation in order exploit public broadcasting well into the future. She also talked about the American Archive project and how US-based broadcasters are trying to offer access to their holdings online.</p>
<p>Sara Chapman is Executive Director of the <a href="http://www.mediaburn.org/">Media Burn Independent Video Archive</a>, an online repository for four decades of nonfiction video work by independent producers. She focussed on the ways in which her organization has broadened their strategies for making online video accessible to a wide audience. Media Burn uses other platforms (including YouTube and many others) to promote their institutional website.</p>
<p><strong>Summary</strong></p>
<p>As mentioned in the introduction, the Open Video Conference covered a wide number of topics, from the nitty-gritty world of metadata interoperability, democratization and journalism, interests of commercial players, to novel ways of production and the role the ‘pirates’ are playing. Although many industrial players where present in the programme, some notable absentees included Microsoft and agencies such as MPAA. If open video is to driven by a movement (cf. Benkler speech), than this movement will operated from the ‘bottom up’; showing the advantage of for instance HTML5, open video codecs, Creative Commons, fair use and so on to a wide audience on the web. Wide, omnipresent adaptation of these essential building blocks by practitioners (consumers, web developers) will eventually force large industrial entities that are still clinging on to closed and proprietary systems to change their current practices and eventually embrace the concept of open video. This might sound overly positive but the main message the Open Video Conference send out to the word is the fact that open video is maturing in a stunning pace. In a short time a great variety of initiatives across the globe have been working to offer alternatives for the closed practices. The chain from production to distribution no longer depends on proprietary software, more and more content is being offered under open licenses. It is the combination of ‘brands’ like Creative Commons, Firefox, Linux, EFF, Wikipedia, OGG, VLC, P2P and so on that manages to offer an alternative ecosystem in which innovation and creativity (but also business opportunities) will be able to flourish.</p>
<p>For further reading the <a href="http://openvideoconference.org/press/">conference website</a> provides a good overview of press coverage of the event.</p>
<p><em>Johan Oomen and Maarten Brinkerink</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.openimages.eu/blog/2009/07/14/open-video-conference-report/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nationaal Archief publishes photos on Flickr The Commons</title>
		<link>http://www.openimages.eu/blog/2008/10/30/nationaal-archief-publishes-photos-on-flickr-the-commons/</link>
		<comments>http://www.openimages.eu/blog/2008/10/30/nationaal-archief-publishes-photos-on-flickr-the-commons/#comments</comments>
		<pubDate>Thu, 30 Oct 2008 08:58:50 +0000</pubDate>
		<dc:creator>Geert Wissink</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Flickr]]></category>
		<category><![CDATA[Flickr The Commons]]></category>
		<category><![CDATA[Images for the Future]]></category>
		<category><![CDATA[National Archive]]></category>
		<category><![CDATA[open content]]></category>
		<category><![CDATA[participation]]></category>
		<category><![CDATA[photography]]></category>

		<guid isPermaLink="false">http://openimages.eu/blog/?p=30</guid>
		<description><![CDATA[The National Archive (Nationaal Archief), the largest Dutch archive, has put a selection of their collection on Flickr The Commons . It&#8217;s the first Dutch heritage institution to join Flickr The Commons, a project intitiated by the US Library of Congress and international photo-sharing website Flickr. 

Click here for the pictures on Flickr The Commons
Parts [...]]]></description>
			<content:encoded><![CDATA[<p><strong>The National Archive (<a href="http://www.nationaalarchief.nl/">Nationaal Archief</a>), the largest Dutch archive, has put a selection of their collection on <a href="http://www.flickr.com/commons">Flickr The Commons</a> . It&#8217;s the first Dutch heritage institution to join Flickr The Commons, a project intitiated by the <a href="http://www.loc.gov/index.html">US Library of Congress</a> and international photo-sharing website Flickr. </strong></p>
<p><a title="Go to the Flickr page" href="http://www.flickr.com/photos/nationaalarchief"><img src="http://research.imagesforthefuture.org/wp-content/uploads/2008/10/nb3-nationaalarchiefflickr.jpg" border="0" alt="nb3-nationaalarchiefflickr.jpg" width="359" height="79" /></a></p>
<p><a href="http://www.flickr.com/photos/nationaalarchief">Click here for the pictures on Flickr The Commons</a></p>
<p>Parts of the special collection ‘Labour Inspectorate’, digitized in the <a href="http://www.imagesforthefuture.org">Images for the Future</a> framework, are placed onto the Flickr website. Users are invited to add tags and comments to the photos. As a result of the new collaboration between the National Archive and <a href="http://www.spaarnestadphoto.nl/">Spaarnestad Photo</a>, photographs of this archive have been added to the Flickr collection as well.</p>
<p>On the 4th November, there is a seminar about the value of social tagging, with among others, delegates from Flickr and the National Maritime Museum. In the first two days, the photo&#8217;s have been viewed over 300.000 times and more than 400 comments have been added.</p>
<p>The Nationaal Archive is proud to be a member of <a href="http://www.flickr.com/commons">The Commons on Flickr</a>. Photographs of the Nationaal Archive that are part of the Commons on Flickr have &#8220;no known copyright restrictons&#8221;, this means that there are no copyright restrictions on the works designated, either because the Nationaal Archief owns the copyright of the photographs and authorizes others to use the work without restrictions, or because the copyright may have expired.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.openimages.eu/blog/2008/10/30/nationaal-archief-publishes-photos-on-flickr-the-commons/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

