<?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>SemanticMetadata.net &#187; Web2.0</title>
	<atom:link href="http://www.semanticmetadata.net/category/web20/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.semanticmetadata.net</link>
	<description></description>
	<lastBuildDate>Wed, 07 Jul 2010 07:31:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Less than 20% of Flickr images tagged &#8230;</title>
		<link>http://www.semanticmetadata.net/2008/07/03/less-than-20-of-flickr-images-tagged/</link>
		<comments>http://www.semanticmetadata.net/2008/07/03/less-than-20-of-flickr-images-tagged/#comments</comments>
		<pubDate>Thu, 03 Jul 2008 12:42:59 +0000</pubDate>
		<dc:creator>Mathias Lux</dc:creator>
				<category><![CDATA[Tagging]]></category>
		<category><![CDATA[Web2.0]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[flickr]]></category>
		<category><![CDATA[Imaging]]></category>
		<category><![CDATA[stats]]></category>

		<guid isPermaLink="false">http://www.semanticmetadata.net/2008/07/03/less-than-20-of-flickr-images-tagged/</guid>
		<description><![CDATA[While writing a scientific paper on tag recommendation I checked &#8211; just out of curiosity &#8211; the share of images tagged by their uploaders on Flickr. I found out that 4 out of five images are untagged and that less than 15% of images have 2 or more tags. My method and detailed results: In [...]]]></description>
			<content:encoded><![CDATA[<p>While writing a scientific paper on tag recommendation I checked &#8211; just out of curiosity &#8211; the share of images tagged by their uploaders on <a href="http://flickr.com">Flickr</a>. I found out that 4 out of five images are untagged and that less than 15% of images have 2 or more tags.</p>
<p>My method and detailed results: In general one would need a random sample for such an investigation, but a truly random sample is hard to obtain without access to the data base. Therefore I just grabbed 20,004 images from the RSS feed for recent uploads and counted the number of tagged images. Easy enough I also computed the confidence interval:</p>
<ul>
<li>In my sample 3,650 images were tagged with at least one tag, that makes p1=18.25%</li>
<ul>
<li> With alpha=0.99 p1 is in [16.84, 19.66].</li>
<li>That leaves more than 4 out of 5 images untagged.</li>
</ul>
<li>Also in my sample 2,628 images were tagged with at least two tags, that makes p2=13,14%</li>
<ul>
<li>With alpha=0.99 p2 is in [11.9, 14.37].</li>
<li>That means that less than 15% of the images images have more than one tag.</li>
</ul>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.semanticmetadata.net/2008/07/03/less-than-20-of-flickr-images-tagged/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Image Mosaics with Ajax</title>
		<link>http://www.semanticmetadata.net/2008/04/16/image-mosaics-with-ajax/</link>
		<comments>http://www.semanticmetadata.net/2008/04/16/image-mosaics-with-ajax/#comments</comments>
		<pubDate>Wed, 16 Apr 2008 10:43:45 +0000</pubDate>
		<dc:creator>Mathias Lux</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Imaging]]></category>
		<category><![CDATA[Lire]]></category>
		<category><![CDATA[LireDemo]]></category>
		<category><![CDATA[Web2.0]]></category>
		<category><![CDATA[ajax]]></category>

		<guid isPermaLink="false">http://www.semanticmetadata.net/2008/04/16/image-mosaics-with-ajax/</guid>
		<description><![CDATA[Did you ever think image mosaics in a web application are something that can only be rendered on server side? Well a very interesting post gives an example for the generation of image mosaics with JavaScript and Ajax. The authors employs a JavaScript binary file reader and uses the raw values from greyscale BMPs to [...]]]></description>
			<content:encoded><![CDATA[<p>Did you ever think image mosaics in a web application are something that can only be rendered on server side? Well a <a href="http://nagoon97.wordpress.com/2008/04/09/ajax-mosaic-builder/">very interesting post</a> gives an example for the generation of image mosaics with JavaScript and Ajax. The authors employs a JavaScript binary file reader and uses the raw values from greyscale BMPs to find the mosaic. The approach for mosaic creation is simply yet effective: The overall luminance of an image is taken as &#8220;single value descriptor&#8221; and single pixels are substituted by very small BMPs.</p>
<p><strong>Related Links:</strong></p>
<ul>
<li><a href="http://nagoon97.wordpress.com/2008/04/09/ajax-mosaic-builder/">Ajax mosaic builder</a> &#8211; The blog entry describing the Ajax way of mosaic creation</li>
<li><a href="http://www.semanticmetadata.net/lire/">Lire Demo</a> &#8211; The offline way for image mosaic creation (also featuring colored images and formats different from BMP)</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.semanticmetadata.net/2008/04/16/image-mosaics-with-ajax/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Del.icio.us Tag Co-Occurrence Demo App</title>
		<link>http://www.semanticmetadata.net/2008/02/23/delicious-tag-co-occurrence/</link>
		<comments>http://www.semanticmetadata.net/2008/02/23/delicious-tag-co-occurrence/#comments</comments>
		<pubDate>Sat, 23 Feb 2008 09:00:46 +0000</pubDate>
		<dc:creator>Mathias Lux</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Tagging]]></category>
		<category><![CDATA[Web2.0]]></category>
		<category><![CDATA[del.icio.us]]></category>
		<category><![CDATA[folksonomy]]></category>
		<category><![CDATA[funstuff]]></category>
		<category><![CDATA[lsa]]></category>

		<guid isPermaLink="false">http://www.semanticmetadata.net/2008/02/23/delicious-tag-co-occurrence/</guid>
		<description><![CDATA[You might all know del.icio.us, the social bookmarking service. As I use this a lot and also did some research in this direction recently (see e.g. here) I wanted to try out more Within my preparations for the Multimedia Information Systems course this semester I checked in how far LSA (latent semantic analysis) can be [...]]]></description>
			<content:encoded><![CDATA[<p>You might all know <a href="http://del.icio.us">del.icio.us</a>, the social bookmarking service. As I use this a lot and also did some research in this direction recently (see e.g. <a href="http://www.uni-weimar.de/medien/webis/research/tir/tir-07/proceedings/lux07-aspects-of-broad-folksonomies.pdf">here</a>) I wanted to try out more <img src='http://www.semanticmetadata.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Within my preparations for the Multimedia Information Systems course this semester I checked in how far LSA (latent semantic analysis) can be applied to tags and made also a small demo application. The demo fetches the RSS feed from a given user name (leave the name field blank for random names, separate multiple names by commas) and computes a co-occurrence matrix after a latent semantic analysis. Note that only the last ~30 entries are in the feed. You might then select a tag from the combo box and find the related ones.</p>
<p>The tool can be accessed via Java Web Start <a href="http://www.semanticmetadata.net/webstart/folksonomy/launch.jnlp">here</a>. Drop me a line whether you like it or not.</p>
<p><strong>Related links:</strong></p>
<ul>
<li><a href="http://www.semanticmetadata.net/webstart/folksonomy/launch.jnlp">Start the demo application</a> (Java Web Start)</li>
<li><a href="http://math.nist.gov/javanumerics/jama/">Jama</a> Matrix Library</li>
<li><a href="http://en.wikipedia.org/wiki/Latent_semantic_analysis">LSA</a> on Wikipedia</li>
<li><a href="http://www.jgoodies.com/freeware/looks/">JGoodies Looks</a> &#8211; used to male it looking good <img src='http://www.semanticmetadata.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.semanticmetadata.net/2008/02/23/delicious-tag-co-occurrence/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Presenting MPEG-4 AVC / H.264 Videos on the Web with Flash 9</title>
		<link>http://www.semanticmetadata.net/2008/02/07/presenting-mpeg-4-avc-h264-videos-on-the-web-with-flash-9/</link>
		<comments>http://www.semanticmetadata.net/2008/02/07/presenting-mpeg-4-avc-h264-videos-on-the-web-with-flash-9/#comments</comments>
		<pubDate>Thu, 07 Feb 2008 10:17:18 +0000</pubDate>
		<dc:creator>Mathias Lux</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Multimedia]]></category>
		<category><![CDATA[Web2.0]]></category>
		<category><![CDATA[YouTube]]></category>
		<category><![CDATA[video flash multimedia h.264 mpeg avc]]></category>

		<guid isPermaLink="false">http://www.semanticmetadata.net/2008/02/07/presenting-mpeg-4-avc-h264-videos-on-the-web-with-flash-9/</guid>
		<description><![CDATA[While Adobe Flash (former Macromedia Flash) managed to take the top position of WWW based tools for watching video it was stuck with these flv video files for a long time. With version 9 now H.264 (or AVC as it is called in context of MPEG-4) encoded videos are supported along with popular container formats [...]]]></description>
			<content:encoded><![CDATA[<p>While <a href="http://www.adobe.com">Adobe Flash</a> (former Macromedia Flash) managed to take the top position of WWW based tools for watching video it was stuck with these <a href="http://en.wikipedia.org/wiki/Flash_Video">flv video files</a> for a long time. With version 9 now <a href="http://en.wikipedia.org/wiki/H.264">H.264</a> (or AVC as it is called in context of MPEG-4) encoded videos are supported along with popular container formats like mp4, <a href="http://en.wikipedia.org/wiki/.mov#QuickTime_file_format">mov</a> or <a href="http://en.wikipedia.org/wiki/3gp">3gp</a>. Or in short words: Flash can now play iPod and PSP videos.</p>
<p>Now for the meat: How to get your AVC files into a web page?</p>
<ul>
<li><a href="http://www.semanticmetadata.net/wp-content/uploads/2008/02/ipod-extension-mediacoder.png" title="ipod-extension-mediacoder.png"><img src="http://www.semanticmetadata.net/wp-content/uploads/2008/02/ipod-extension-mediacoder.thumbnail.png" alt="ipod-extension-mediacoder.png" align="right" border="0" hspace="4" vspace="4" /></a>Encode your video file. Use <a href="http://mediacoder.sourceforge.net/">MediaCoder</a> or any other tool to create an iPod or PSP compatible video. Take care that you select <strong>AVC</strong> for your target codec. It&#8217;s called <em>MPEG-4 AVC</em> in the PSP as well as in the iPod extension of Mediacoder for example (see screenshot).</li>
<li>Download the <a href="http://www.jeroenwijering.com/?item=JW_FLV_Media_Player">FLV Mediaplayer</a> and <a href="http://www.7-zip.org">unzip</a> it somewhere.</li>
<li>Create a website where your video should be played and move the FLV Mediaplayer along with associated files and the video in a subdirectory of the page&#8217;s directory.</li>
<li>Use the <a href="http://www.jeroenwijering.com/?page=wizard">setup wizard</a> to create the code for embedding your player.
<ul>
<li>Select &#8220;Mediaplayer with a single FLV&#8221;</li>
<li>Source: [relative subdirectory]/mediaplayer.flv</li>
<li>Fill in width &amp; height (you chose it in your encoding tool)</li>
<li>Put down the path to the .mp4 file</li>
</ul>
</li>
<li>Copy the resulting code to your web page and test it in a browser</li>
</ul>
<p>That&#8217;s the easiest way to present a video. More sophisticated methods include streaming or configuring the player with JavaScript. You can also add playlists, show a logo and jump to timepoints.</p>
<p><strong>Related Links</strong></p>
<ul>
<li> Here is also a tutorial on <a href="http://www.jeroenwijering.com/?item=Embedding_Flash">how to embed the mediaplayer on your page<br />
</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.semanticmetadata.net/2008/02/07/presenting-mpeg-4-avc-h264-videos-on-the-web-with-flash-9/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Report from Barcamp Senza Confini</title>
		<link>http://www.semanticmetadata.net/2008/02/05/report-from-barcamp-senza-confini/</link>
		<comments>http://www.semanticmetadata.net/2008/02/05/report-from-barcamp-senza-confini/#comments</comments>
		<pubDate>Tue, 05 Feb 2008 08:42:28 +0000</pubDate>
		<dc:creator>Mathias Lux</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Web2.0]]></category>
		<category><![CDATA[barcamp talk fun web2.0 socialsoftware]]></category>

		<guid isPermaLink="false">http://www.semanticmetadata.net/2008/02/05/report-from-barcamp-senza-confini/</guid>
		<description><![CDATA[I already blogged about my presentation at the barcamp, but here is a followup report on the first day: The first glance at the registration desk showed that this was organized perfectly. The welcome session started well scheduled and was moderated by Georg Holzer. Right after that Monika Meurer talked about running a blog for [...]]]></description>
			<content:encoded><![CDATA[<p>I already blogged about my presentation at the barcamp, but here is a followup report on the first day: The first glance at the registration desk showed that this was organized perfectly. The welcome session started well scheduled and was moderated by <a href="http://www.georgholzer.at/">Georg Holzer</a>. Right after that <a href="http://www.soisses.at">Monika Meurer</a> talked about running a blog for a living. She and Achim Meurer had a whole lot of knowledge to share on this topic (see for instance <a href="http://www.almstudio.at">here</a> and <a href="http://mactipp.bullsfield-studio.de/">here</a>). After Monika&#8217;s talk I did my own presentation and went to lunch.</p>
<p>The afternoon started for me with the <a href="http://www.wikiquiz.at/">WikiQuiz</a> presentation of Andreas Augustin. This is a collaborative game supporting user generated as well as semi-automatically generated questions for a Trivial Pursuit style game. After that I talked to a whole lot of people while drinking coffee and missed some sessions. I got back onto track right time for seeing <a href="http://www.zemanta.com">Zemanta</a>, a machine learning based tool for blog post link, image and tag recommendations. The tool is impressive, but also the startup story was fascinating. The Zemanta guys talked about <a href="http://www.seedcamp.com/">Seedcamps</a> and venture capitalists, things &amp; concepts far away from my current environment <img src='http://www.semanticmetadata.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>After that some more discussion followed and the last two tracks were the Flex Intro from <a href="http://www.trinitec.at/">Trinitec</a> and the Lightning Talk session, where each presenter only had 3 minutes to perform.</p>
<p><strong>Related links:</strong></p>
<ul>
<li><a href="http://heinz.typepad.com/lostandfound/2008/02/zurck-vom-barca.html">Zurück vom Barcamp Senza Confini</a></li>
<li> <a href="http://mgratzer.topmind.at/2008/02/02/barcamp-senza-confini-day-1/">       BarCamp Senza Confini Day 1</a></li>
<li> <a href="http://www.jurecuhalev.com/blog/2008/02/03/lessons-learned-at-barcamp-klagenfurt/">Lessons learned at Barcamp Klagenfurt</a></li>
<li><a href="http://zerokspot.com/weblog/1005/"> BarCamp Senza Confini 2008: 2nd day</a></li>
<li> <a href="http://www.bindestrich.net/2008/02/04/barcamp-senza-confini-ruckblick/">Barcamp Senza Confini Rückblick</a></li>
<li><a href="http://www.dchris.net/pano/barcampsenzaconfini/barcamp_1.html">360° picture of the participants</a></li>
<li><a href="http://www.flickr.com/search/?w=all&amp;q=barcampsenzaconfini&amp;m=tags">Flickr photos from the barcamp</a></li>
<li>&#8230; and <a href="http://www.barcamp.at/BarCamp_Senza_Confini_2008">more</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.semanticmetadata.net/2008/02/05/report-from-barcamp-senza-confini/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>My Presentation @ Barcamp Senza Confini</title>
		<link>http://www.semanticmetadata.net/2008/02/02/my-presentation-barcamp-senza-confini/</link>
		<comments>http://www.semanticmetadata.net/2008/02/02/my-presentation-barcamp-senza-confini/#comments</comments>
		<pubDate>Sat, 02 Feb 2008 20:17:28 +0000</pubDate>
		<dc:creator>Mathias Lux</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Conference]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Social Software]]></category>
		<category><![CDATA[Web2.0]]></category>
		<category><![CDATA[barcamp klagenfurt presentation]]></category>

		<guid isPermaLink="false">http://www.semanticmetadata.net/2008/02/02/my-presentation-barcamp-senza-confini/</guid>
		<description><![CDATA[Today the barcamp senza confini started. The organization was a charm, everything went perfect (kudos go to Georg Holzer and the whole team). The first day was great and I heard of a lot of interesting ideas and talked to a lot of interesting people. For myself I chose a short slot and I did [...]]]></description>
			<content:encoded><![CDATA[<p>Today the barcamp senza confini started. The organization was a charm, everything went perfect (kudos go to <a href="http://www.georgholzer.at/blog/">Georg Holzer</a> and the <a href="http://www.barcamp.at/BarCamp_Senza_Confini_2008">whole team</a>). The first day was great and I heard of a lot of interesting ideas and talked to a lot of interesting people. For myself I chose a short slot and I did the presentation on &#8220;Popularity, Power Laws and Interestingness&#8221; mentioned in the last post. Although a bit technical I hope I managed to describe some basic concepts as well as my idea. However for later review, here are my slides:<br />
<center></p>
<div style="width:425px;text-align:left" id="__ss_250545"><object style="margin:0px" width="425" height="355"><param name="movie" value="http://static.slideshare.net/swf/ssplayer2.swf?doc=power-laws-popularity-and-interestingness-1201983209881159-3"/><param name="allowFullScreen" value="true"/><param name="allowScriptAccess" value="always"/><embed src="http://static.slideshare.net/swf/ssplayer2.swf?doc=power-laws-popularity-and-interestingness-1201983209881159-3" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="355"></embed></object>
<div style="font-size:11px;font-family:tahoma,arial;height:26px;padding-top:2px;"><a href="http://www.slideshare.net/?src=embed"><img src="http://static.slideshare.net/swf/logo_embd.png" style="border:0px none;margin-bottom:-5px" alt="SlideShare"/></a> | <a href="http://www.slideshare.net/dermotte/power-laws-popularity-and-interestingness?src=embed" title="View 'Power Laws Popularity And Interestingness' on SlideShare">View</a> | <a href="http://www.slideshare.net/upload?src=embed">Upload your own</a></div>
</div>
<p></center></p>
]]></content:encoded>
			<wfw:commentRss>http://www.semanticmetadata.net/2008/02/02/my-presentation-barcamp-senza-confini/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Barcamp Feb. &#8217;08: Possible Topics</title>
		<link>http://www.semanticmetadata.net/2007/12/17/barcamp-feb-08-possible-topics/</link>
		<comments>http://www.semanticmetadata.net/2007/12/17/barcamp-feb-08-possible-topics/#comments</comments>
		<pubDate>Mon, 17 Dec 2007 08:09:58 +0000</pubDate>
		<dc:creator>Mathias Lux</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Social Software]]></category>
		<category><![CDATA[Web2.0]]></category>
		<category><![CDATA[barcamp topics klagenfurt wisdom stupidity]]></category>

		<guid isPermaLink="false">http://www.semanticmetadata.net/2007/12/17/barcamp-feb-08-possible-topics/</guid>
		<description><![CDATA[Barcamp in Klagenfurt takes place on Feb. 2nd-3rd 8th 2008. That means to me: Time to think about possible topics. As I had some lively discussions about Wikipedia lately and my last Barcamp talk was about wisdom of the crowds I&#8217;ve got several ideas in this direction: Who&#8217;s right? Case James Surowiecki vs. Scott Adams [...]]]></description>
			<content:encoded><![CDATA[<p>Barcamp in Klagenfurt takes place on Feb. 2nd-3rd <strike>8th</strike> 2008. That means to me: Time to think about possible topics. As I had some lively discussions about Wikipedia lately and my last Barcamp talk was about wisdom of the crowds I&#8217;ve got several ideas in this direction:</p>
<ul>
<li><strong>Who&#8217;s right? Case James Surowiecki vs. <a href="http://www.dilbert.com">Scott Adams</a></strong> &#8230; While Surowiecki wrote a book about the <em>&#8220;Wisdom of the Crowds&#8221;</em> Scott Adams said: &#8220;<em>You cannot underestimate general stupidity</em>&#8220;.</li>
<li><strong>Wisdom of the Krauts: Is the German Wikipedia better?</strong> Some always say the Germans are better at generating truthful content. This would be a shoot-out <img src='http://www.semanticmetadata.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </li>
<li><strong>My Internet is always right or &#8220;The Citing of the Herds&#8221;</strong> &#8230; Why you should should not rely on the internet as single information source. Unlike the intuitive bet this is not (only) aimed at Wikipedia, but includes also Google Scholar, Springerlink, ACM and Computer.org.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.semanticmetadata.net/2007/12/17/barcamp-feb-08-possible-topics/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Video on the Web: Who is Who?</title>
		<link>http://www.semanticmetadata.net/2007/12/06/video-on-the-web-who-is-who/</link>
		<comments>http://www.semanticmetadata.net/2007/12/06/video-on-the-web-who-is-who/#comments</comments>
		<pubDate>Thu, 06 Dec 2007 08:13:39 +0000</pubDate>
		<dc:creator>Mathias Lux</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Multimedia]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[Web2.0]]></category>
		<category><![CDATA[YouTube]]></category>
		<category><![CDATA[video youtube internet usage stats web streaming]]></category>

		<guid isPermaLink="false">http://www.semanticmetadata.net/2007/12/06/video-on-the-web-who-is-who/</guid>
		<description><![CDATA[Searching for statistics on video usage on the internet I found rather interesting stats for web based video usage at comscore. In their latest press release focusing on video stats they state that in the U.S. 28.3 % of watched videos in September 2007 are delivered by Google sites (mainly YouTube). Some other facts from [...]]]></description>
			<content:encoded><![CDATA[<p>Searching for statistics on video usage on the internet I found rather interesting stats for web based video usage at comscore. In their <a href="http://www.comscore.com/press/release.asp?press=1929">latest press release</a> focusing on video stats they state that in the U.S. 28.3 % of watched videos in September 2007 are delivered by Google sites (mainly <a href="http://www.youtube.com">YouTube</a>).</p>
<p>Some other facts from the press release: In September 2007 9 billions of videos were watched by internet users in the U.S. 3 of 4 U.S. internet users watched at least 1 online video and they watched 181 minutes in average.</p>
<p>While this is surely interesting I&#8217;d like to see some figures from other areas and countries too.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.semanticmetadata.net/2007/12/06/video-on-the-web-who-is-who/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Talk, AIM and ICQ</title>
		<link>http://www.semanticmetadata.net/2007/12/05/google-talk-aim-and-icq/</link>
		<comments>http://www.semanticmetadata.net/2007/12/05/google-talk-aim-and-icq/#comments</comments>
		<pubDate>Wed, 05 Dec 2007 09:40:39 +0000</pubDate>
		<dc:creator>Mathias Lux</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Web2.0]]></category>

		<guid isPermaLink="false">http://www.semanticmetadata.net/2007/12/05/google-talk-aim-and-icq/</guid>
		<description><![CDATA[Google announced lately that their messenger built into the GMail web interface supports AIM. No words of ICQ there, but be assured it works fine As AIM is somewhat related to ICQ (I&#8217;ll spare you the details) you can just use your ICQ # and password and it works fine. Meebo won&#8217;t like this as [...]]]></description>
			<content:encoded><![CDATA[<p>Google <a href="http://googleblog.blogspot.com/2007/12/gmail-3-aim.html">announced lately</a> that their messenger built into the GMail web interface supports AIM. No words of ICQ there, but be assured it works fine <img src='http://www.semanticmetadata.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  As AIM is <em>somewhat related</em> to ICQ (I&#8217;ll spare you the details) you can just use your ICQ # and password and it works fine. <a href="http://wwwl.meebo.com/">Meebo</a> won&#8217;t like this as half of its functions are now integrated in GMail. Have fun chatting!</p>
<p><a href="http://www.semanticmetadata.net/wp-content/uploads/2007/12/aim-icq2.png" title="aim-icq2.png"><img src="http://www.semanticmetadata.net/wp-content/uploads/2007/12/aim-icq2.thumbnail.png" alt="aim-icq2.png" align="right" border="0" /></a>Update:  How to use the new feature? Use Settings -&gt; Chat &#8220;<span class="GaVz0" id="1etv">Sign into a different AIM account&#8221; or the &#8220;Options&#8221; combo box in the chat window (see also screenshot, the AIM icon denotes an AIM contact). </span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.semanticmetadata.net/2007/12/05/google-talk-aim-and-icq/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>CfP: Special Issue on Communities and Media Computing</title>
		<link>http://www.semanticmetadata.net/2007/11/26/cfp-special-issue-on-communities-and-media-computing/</link>
		<comments>http://www.semanticmetadata.net/2007/11/26/cfp-special-issue-on-communities-and-media-computing/#comments</comments>
		<pubDate>Mon, 26 Nov 2007 14:53:57 +0000</pubDate>
		<dc:creator>Mathias Lux</dc:creator>
				<category><![CDATA[CfP]]></category>
		<category><![CDATA[Multimedia]]></category>
		<category><![CDATA[Web2.0]]></category>
		<category><![CDATA[cfp paper publication research journal submission]]></category>

		<guid isPermaLink="false">http://www.semanticmetadata.net/2007/11/26/cfp-special-issue-on-communities-and-media-computing/</guid>
		<description><![CDATA[With the emergence of large scale social network communities such as flickr, myspace and youtube, we are witnessing media use and production on an unprecedented scale. The purpose of this special issue is to address the technical challenges that emerge through the use of media in large user communities. Communities who use media as part [...]]]></description>
			<content:encoded><![CDATA[<p>With the emergence of large scale social network communities such as flickr, myspace and youtube, we are witnessing media use and production on an unprecedented scale. The purpose of this special issue is to address the  technical challenges that emerge through the use of media in large user communities. Communities who use media as part of a network can impact content analysis (e.g. detection of emergent semantics), multimedia systems (e.g. network optimization due to knowledge of relationships among people) and application research (e.g. novel group authoring). Ubiquitous use of multimedia can also impact the way communities form. We believe that a systematic analysis of community-generated media will reveal new insights about how people interact – social dynamics, the evolution of topics and trends, groups and communities. We believe that the research can reveal new synergies between multimedia content, systems and application research areas and computational social analysis.  The focus of this special issue shall be novel computational aspects of shared media among multiple people</p>
<p><span id="more-253"></span><br />
The IEEE Transactions on Multimedia invites submissions to a special issue on Communities and Media Computing. Topics of interests include, but are not limited to, the following:</p>
<ul>
<li>Personalized, community-aware multimedia annotation and analysis</li>
<li>Modeling personal and collective context, as well as knowledge</li>
<li>Models for evolutionary community and knowledge dynamics</li>
<li>User interfaces for community-based media computing</li>
<li>Emergence of new semantics – frameworks for discovery</li>
<li>Fundamental issues relating to concept learnability and concept scalability.</li>
<li>Community centric multimedia services and applications</li>
<li>Fundamental system challenges due to very large scale media collectives, including encoding and peer-to-peer distribution</li>
<li>Structure of social networks and its influence on information dissemination</li>
<li>Understanding real-world social network and communities based on multimedia understanding or communication analysis</li>
</ul>
<p><strong>Schedule:</strong></p>
<ul>
<li>Manuscript submission deadline: May 15th, 2008</li>
<li>Final acceptance notification: October 1st, 2008</li>
<li>Final manuscript due: December 1st, 2008</li>
<li>Publication date: April 2009</li>
</ul>
<p><strong>Submission procedure: </strong></p>
<p>Authors should prepare manuscripts according to the Information for Authors as published at <a href="http://www.ieee.org/organizations/society/sp/tmm/infotmm.html">www.ieee.org/organizations/society/sp/tmm/infotmm.html</a>. Note that mandatory overlength page charges and color charges will apply. Manuscripts should be submitted electronically through the online IEEE manuscript submission system at <a href="http://tmmieee.manuscriptcentral.com/">http://tmmieee.manuscriptcentral.com/</a>. When selecting a manuscript type, authors must click on Special Issue on Communities and Media Computing. Authors should follow the instructions for the IEEE Transactions on Multimedia and indicate in the Comments to the Editor-in-Chief that the manuscript is submitted for publication in the Special Issue on Communities and Media Computing. A completed copyright form is required to be signed and faxed to 1-732-562-8905 at the time of submission. Please indicate the manuscript number on the top of the page.</p>
<p>Updated information of this call can be found at: <a href="http://ame2.asu.edu/faculty/hs/tmm_cfp.html">http://ame2.asu.edu/faculty/hs/tmm_cfp.html</a></p>
<p>Guest Editors:</p>
<ul>
<li>Hari Sundaram &#8211; Arts and Media Engineering Arizona State University &#8211; <a href="mailto:hari.sundaram@asu.edu">hari.sundaram@asu.edu</a></li>
<li>Lexing Xie &#8211; IBM T J Watson Research Center &#8211; <a href="mailto:xlx@us.ibm.com">xlx@us.ibm.com</a></li>
<li>Ching-Yung Lin &#8211; IBM T J Watson Research Center &#8211; <a href="mailto:chingyung@us.ibm.com">chingyung@us.ibm.com</a></li>
</ul>
<p>[Received via SIGMM mailing list ...]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.semanticmetadata.net/2007/11/26/cfp-special-issue-on-communities-and-media-computing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
