<?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>CyberTube &#187; Related works</title>
	<atom:link href="http://blog.soton.ac.uk/cybertube/category/related-works/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.soton.ac.uk/cybertube</link>
	<description>Social network driven development blog</description>
	<lastBuildDate>Fri, 27 May 2011 15:12:48 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.1</generator>
<cloud domain='blog.soton.ac.uk' port='80' path='/cybertube/?rsscloud=notify' registerProcedure='' protocol='http-post' />
		<item>
		<title>Future Developments</title>
		<link>http://blog.soton.ac.uk/cybertube/2011/05/27/future-developments/</link>
		<comments>http://blog.soton.ac.uk/cybertube/2011/05/27/future-developments/#comments</comments>
		<pubDate>Fri, 27 May 2011 14:55:15 +0000</pubDate>
		<dc:creator>Tolias</dc:creator>
				<category><![CDATA[Project]]></category>
		<category><![CDATA[Related works]]></category>

		<guid isPermaLink="false">http://blog.soton.ac.uk/cybertube/?p=618</guid>
		<description><![CDATA[Our aim is to make this project a commercial product. To achieve this, firstly we have to improve the client side providing better user experience. At the moment has been implemented using multiple static pages. Further development might be to provide a single page static page where all the user dialogs will appear in the [...]]]></description>
			<content:encoded><![CDATA[<p>Our aim is to make this project a commercial product. To achieve this, firstly we have to improve the client side providing better user experience. At the moment has been implemented using multiple static pages. Further development might be to provide a single page static page where all the user dialogs will appear in the pages this will enable a the provision of a better user experience with  smooth transitions from dialog to dialog.</p>
<p>In terms of the technology we need to optimize our servlet algorithm by providing simultaneous (using Java threads) requests to social network APIs eliminating in that way the latency. Further improvement is to provide a buffer for each request for example the last 20 movie searches can be cashed on the servlet so in case the same query-string is requested again then the will return the information directly without making the request to the third party. This happens frequently because the user type a name on the search bar and the presses the backspace to correct it. The string after pressing the backspace is the string had previously requested.</p>
<p>We consider vital the integration of you system with foursquare because our system is mostly targeted foursquare type of users.  This kind of integration will have benefit all parties (user, Facebook and MovieIt) because the user gets better recommendation (from MovieIt) and badges (from foursquare) the Foursquare and MovieIt will  get information from the user activity the former for places and the later to provide better recommendation.</p>
<p>Finally there is a need of automatic composition, integration, and execution of Web Services. We can achieve this by extending our system to use Semantic Web Services based on RESTfull Web Services. This Semantic web technology will facilitate integration of other systems without ours gaining in that way more information for other sources and therefore more value.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.soton.ac.uk/cybertube/2011/05/27/future-developments/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Growth, data managment, and more</title>
		<link>http://blog.soton.ac.uk/cybertube/2011/05/15/growth-data-managment-and-more/</link>
		<comments>http://blog.soton.ac.uk/cybertube/2011/05/15/growth-data-managment-and-more/#comments</comments>
		<pubDate>Sun, 15 May 2011 10:29:26 +0000</pubDate>
		<dc:creator>Hamid</dc:creator>
				<category><![CDATA[Related works]]></category>

		<guid isPermaLink="false">http://blog.soton.ac.uk/cybertube/?p=334</guid>
		<description><![CDATA[Thanks to the astonishing growth of the internet, having millions of users is no longer a dream for new applications.  It used to take applications years to get more than a hundred thousand users, let alone millions. But nowadays it’s not very unusual for applications to attract millions of users in couple of months (or [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_335" class="wp-caption alignleft" style="width: 310px"><a href="http://blog.soton.ac.uk/cybertube/files/2011/05/growth-chart-300x299.jpg"><img class="size-full wp-image-335" src="http://blog.soton.ac.uk/cybertube/files/2011/05/growth-chart-300x299.jpg" alt="Growth rate" width="300" height="299" /></a><p class="wp-caption-text">Growth rate ( Image taken from venturebeat.com )</p></div>
<p>Thanks to the astonishing growth of the internet, having millions of users is no longer a dream for new applications.  It used to take applications years to get more than a hundred thousand users, let alone millions. But nowadays it’s not very unusual for applications to attract millions of users in couple of months (or even in a few days).  So that, being prepared for this huge number of users and having an effective structure for dealing with this large numbers is essential for designing social applications. After all, nothing kills an application’s growth more than being down for a couple of days (or even a few hours).</p>
<p>Therefore we have designed our application with the scalability issue in mind.  Scalability issues that we have considered are in two categories of technical issues and development issues.</p>
<p>The main issue that we have investigated in the technical issue is the issue of database. We have decided that MySQL is an effective DBMS for starting the application and gaining the first few thousands users. However, we are aware that as our user base grow beyond those numbers, MySQL becomes less suitable. Therefore we have decided to move from Relation database management solutions to database systems which offer eventual consistency, at that time.</p>
<p>The development issue that we have considered is that when we attract  more users to our system, we would need more programmers to work on the application and develop it. Therefore we have used standard development techniques in order to minimise the effort the new programmer’s effort to get to know the system.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.soton.ac.uk/cybertube/2011/05/15/growth-data-managment-and-more/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The next generation of social networks</title>
		<link>http://blog.soton.ac.uk/cybertube/2011/04/20/the-next-generation-of-social-networks/</link>
		<comments>http://blog.soton.ac.uk/cybertube/2011/04/20/the-next-generation-of-social-networks/#comments</comments>
		<pubDate>Wed, 20 Apr 2011 08:21:24 +0000</pubDate>
		<dc:creator>Hamid</dc:creator>
				<category><![CDATA[Related works]]></category>
		<category><![CDATA[interest graph]]></category>
		<category><![CDATA[purchase]]></category>
		<category><![CDATA[social network]]></category>
		<category><![CDATA[trust]]></category>

		<guid isPermaLink="false">http://blog.soton.ac.uk/cybertube/?p=245</guid>
		<description><![CDATA[Om Malik (senior writer for Forbes.com, Red Herring and Business 2.0), in his recent blog post, explains his views on the next generation of social networks. He predicts that, in the future,  there will be lots of specific social graphs, instead of one big social graph.  He explains that  our friends are not necessarily the best [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_246" class="wp-caption alignleft" style="width: 310px"><a href="http://blog.soton.ac.uk/cybertube/files/2011/04/398-interest-graph-thumb-460x346-94108.jpg"><img class="size-medium wp-image-246" src="http://blog.soton.ac.uk/cybertube/files/2011/04/398-interest-graph-thumb-460x346-94108-300x225.jpg" alt="Interest graph" width="300" height="225" /></a><p class="wp-caption-text">Interest Graph( From Interest Graph( Picture by ShinyShiny.tv)</p></div>
<p><a href="http://gigaom.com/author/om/">Om Malik</a> (senior writer for Forbes.com, Red Herring and Business 2.0), in his recent <a href="http://gigaom.com/2011/04/19/so-what-comes-after-social-commerce/">blog post</a>, explains his views on the next generation of social networks.<br />
He predicts that, in the future,  there will be lots of specific social graphs, instead of one big social graph.  He explains that  our friends are not necessarily the best source of recommendations in all aspects. We might have a friend that we really like his/her taste in music, but we don&#8217;t like his/her sense in movies.</p>
<p>Therefore he suggests that the next generation of social applications are those that build their interest-oriented networks on top of large social networks. Furthermore, he thinks that these kind of networks have more potential for making purchases happen (something which social networks advertising is not currently very good at, in compare with other online industries such as search engine advertising).</p>
<blockquote><p>For entrepreneurs, I believe there are opportunities to create unique experiences around the concept of “interest graphs” that can be built off the backs of uber-networks such as Facebook and Twitter. These networks can help find the right kind of audience to build a viable channel for new commerce experience. (Om Malik)</p></blockquote>
<p>Our movie application (MovieIt) has been built on the very same idea. Users in our application have the opportunity to choose the people they want to follow, and connect with the ones they trust, instead of following all their friends.  Furthermore,our application has a large potential for making purchases happen ( which in our application is buying cinema tickets).</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.soton.ac.uk/cybertube/2011/04/20/the-next-generation-of-social-networks/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Project open discussion</title>
		<link>http://blog.soton.ac.uk/cybertube/2011/03/19/project-open-discussion/</link>
		<comments>http://blog.soton.ac.uk/cybertube/2011/03/19/project-open-discussion/#comments</comments>
		<pubDate>Sat, 19 Mar 2011 12:35:11 +0000</pubDate>
		<dc:creator>Kristina Koysina</dc:creator>
				<category><![CDATA[Related works]]></category>
		<category><![CDATA[Critics]]></category>
		<category><![CDATA[idea evaluation]]></category>
		<category><![CDATA[recommendation systems]]></category>
		<category><![CDATA[System functionality]]></category>

		<guid isPermaLink="false">http://blog.soton.ac.uk/cybertube/?p=204</guid>
		<description><![CDATA[Last week we ran an open discussion of our project. The focus group of four people critically evaluated our idea and expressed their opinions how to extend and improve proposed system. Invited reviewers considered presented suggestion tool from different points of view: starting from required functionality and technical details and ending with social, legal and [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.soton.ac.uk/cybertube/files/2011/03/project_discussion.jpg"><img class="alignleft size-full wp-image-205" src="http://blog.soton.ac.uk/cybertube/files/2011/03/project_discussion.jpg" alt="Project discussion" width="316" height="278" /></a>Last week we ran an open discussion of our project. The focus group of four people critically evaluated our idea and expressed their opinions how to extend and improve proposed system. Invited reviewers considered presented suggestion tool from different points of view: starting from required functionality and technical details and ending with social, legal and economic aspects. Below is a short description of the most interesting ideas and critics expressed during the meeting.</p>
<p><span id="more-204"></span></p>
<p><strong>Critics</strong></p>
<ol>
<li>No ways to receive profit (possibly project is not attractive for real world investors);</li>
<li>Security and ethical issues (How much information about user preferences and visited places it should expose? Possibly, some users would like to hide information about visited places and who was with them at this time.)  ! However, these drawbacks are intrinsic to all social networks.</li>
</ol>
<p><strong>Suggestions</strong></p>
<ol>
<li>In order to improve the quality of recommendations system should memorize and analyze user’s preferences (notice what friends you follow more often, how you replied on received notifications: liked it or disliked, how you rated suggested movies and cinemas, etc.).  Benefits of this “tastes history”:<br />
- more personalized recommendations;<br />
- than longer user exploits an application than more relevant suggestions it delivers (extension to trust-based algorithm).</li>
<li>System should support reversing scenario: user is entering the place (cinema, for example) and application provides suggestions what are the best options to watch in this place. (“Here I am. What should I see?”)</li>
<li>It is possible that you and your friend have completely different tastes in movies, so making a group of friends with similar tastes was suggested. (We can also have a list of friends and rank them)</li>
<li>System should stimulate best contributors (discounts in cinemas, for example).</li>
<li>System should provide an opportunity to invite friends on future events (tag your friend if you want to go and watch a movie together).</li>
<li>System should be highly responsive.</li>
<li>System should be extensible.</li>
<li>Developers should think about ways, features which might be interesting for potential investors (advertisement, online movie purchases, etc.)</li>
</ol>
<p>As we discussed the system should not depend on Facebook or Twitter. Twitter is just a better way to get people and twit our friends.</p>
<p>Legal issues was another topic in our discussion. As we mentioned before the system allows its users to post their comments and reviews about cinemas. According to cinema policy, cinema can respond to user comments and asks to remove unfair reviews.</p>
<p>Geo locations, business part of the system and reliability were other concepts of our discussion.</p>
<p><strong>Summary </strong></p>
<p>Considering results of the discussion we can conclude that our “potential users”/reviewers were interested in proposed system and admitted that they would like to use such kind of suggestion tool. However, they pointed out that even though system has a social value it might be unnoticed by investors as it doesn’t provide good capabilities for receiving profit.</p>
<p>Finally, we would like to thank our “critics” for their system evaluation and suggestions. We have found this session very useful and got very good ideas about future concept evolvement. Moreover, we are going adjust our system functionality according to the received feedback and include some presented above suggestions in our application functionality list.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.soton.ac.uk/cybertube/2011/03/19/project-open-discussion/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Survey</title>
		<link>http://blog.soton.ac.uk/cybertube/2011/03/08/survey/</link>
		<comments>http://blog.soton.ac.uk/cybertube/2011/03/08/survey/#comments</comments>
		<pubDate>Tue, 08 Mar 2011 20:16:48 +0000</pubDate>
		<dc:creator>foroogh</dc:creator>
				<category><![CDATA[Related works]]></category>

		<guid isPermaLink="false">http://blog.soton.ac.uk/cybertube/?p=183</guid>
		<description><![CDATA[http://www.eSurveysPro.com/Survey.aspx?id=b9cb2f32-a7f9-4b70-ac7d-bbaef09f247c As mentioned before, our proposed system is a movie recommendation system that tells its users what movies to watch and also who has suggested that movie. It also suggests its users the best place for them to watch the movie using geo-location info. Another feature of our system is that it lets its users [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.eSurveysPro.com/Survey.aspx?id=b9cb2f32-a7f9-4b70-ac7d-bbaef09f247c">http://www.eSurveysPro.com/Survey.aspx?id=b9cb2f32-a7f9-4b70-ac7d-bbaef09f247c</a></p>
<p>As mentioned before, our proposed system is a movie recommendation system that tells its users what movies to watch and also who has suggested that movie. It also suggests its users the best place for them to watch the movie using geo-location info. Another feature of our system is that it lets its users to know who from their friends might be interested in watching the movie.</p>
<p>In order to estimate the usability of our system, we conducted a survey to check other people`s opinions about our system. What the results show, encourage us to work harder on our system.</p>
<p>About 30 people took part in our survey. 94% of them are interested in watching movies. 42.31% of them prefer to watch a movie with other people at social places and 33.33% of them prefer cinema instead of home or any other places. 59.26% of them go to the movies with their friends. Internet is the best way for 59.26% of them to choose a movie to watch and 25.93% of them use their friend recommendations. More than 95% of them show interest in telling or recommending their favourite movies to their friends. Almost all of them have Facebook accounts and more than half of them want to use Facebook as a way to tell their friends about the movies they have watched and enjoyed. Some of them use their mobile phones to search for a movie or cinema. More than 80% believe that the location of the cinema is very important for them and they want to tell their friends about the location and quality of the cinema they have been to.  </p>
<p>To check the results click on the rest of this entry&#8230;</p>
<p><span id="more-183"></span></p>
<table border="0" cellspacing="10" cellpadding="0" bgcolor="#dddddd">
<tbody>
<tr>
<td> Page 1. A Survey</td>
</tr>
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td colspan="2">     1. Are you interested in watching movies?</td>
<td align="center" valign="middle" bgcolor="#eeeeee">% of<br />
 Respondents </td>
<td align="center" valign="middle" bgcolor="#eeeeee">Number of<br />
 Respondents </td>
</tr>
<tr valign="middle" bgcolor="#dddddd">
<td align="right">
<table border="0" cellspacing="2" cellpadding="2">
<tbody>
<tr>
<td align="right">Yes</td>
</tr>
</tbody>
</table>
</td>
<td> </td>
<td align="center">96.15%</td>
<td align="center">25</td>
</tr>
<tr valign="middle" bgcolor="#eeeeee">
<td align="right">
<table border="0" cellspacing="2" cellpadding="2">
<tbody>
<tr>
<td align="right">No</td>
</tr>
</tbody>
</table>
</td>
<td> </td>
<td align="center">3.85%</td>
<td align="center">1</td>
</tr>
<tr>
<td align="left"><a href="QuestionChart.aspx?surveyID=140337&amp;questionID=18216"></a></td>
<td colspan="2" align="right">Number of respondents</td>
<td align="center">26</td>
</tr>
<tr>
<td colspan="3" align="right">Number of respondents who skipped this question</td>
<td align="center">1</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td colspan="2">     2. How do you prefer to watch a movie?</td>
<td align="center" valign="middle" bgcolor="#eeeeee">% of<br />
 Respondents </td>
<td align="center" valign="middle" bgcolor="#eeeeee">Number of<br />
 Respondents </td>
</tr>
<tr valign="middle" bgcolor="#dddddd">
<td align="right">
<table border="0" cellspacing="2" cellpadding="2">
<tbody>
<tr>
<td align="right">Alone at home</td>
</tr>
</tbody>
</table>
</td>
<td> </td>
<td align="center">19.23%</td>
<td align="center">5</td>
</tr>
<tr valign="middle" bgcolor="#eeeeee">
<td align="right">
<table border="0" cellspacing="2" cellpadding="2">
<tbody>
<tr>
<td align="right">With other people at social places</td>
</tr>
</tbody>
</table>
</td>
<td> </td>
<td align="center">42.31%</td>
<td align="center">11</td>
</tr>
<tr valign="middle" bgcolor="#dddddd">
<td align="right">
<table border="0" cellspacing="2" cellpadding="2">
<tbody>
<tr>
<td align="right">No differenece</td>
</tr>
</tbody>
</table>
</td>
<td> </td>
<td align="center">38.46%</td>
<td align="center">10</td>
</tr>
<tr>
<td align="left"><a href="QuestionChart.aspx?surveyID=140337&amp;questionID=18202"></a></td>
<td colspan="2" align="right">Number of respondents</td>
<td align="center">26</td>
</tr>
<tr>
<td colspan="3" align="right">Number of respondents who skipped this question</td>
<td align="center">1</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td colspan="2">     3. How often do you go to the movies?</td>
<td align="center" valign="middle" bgcolor="#eeeeee">% of<br />
 Respondents </td>
<td align="center" valign="middle" bgcolor="#eeeeee">Number of<br />
 Respondents </td>
</tr>
<tr valign="middle" bgcolor="#dddddd">
<td align="right">
<table border="0" cellspacing="2" cellpadding="2">
<tbody>
<tr>
<td align="right">Once or twice a week</td>
</tr>
</tbody>
</table>
</td>
<td> </td>
<td align="center">14.81%</td>
<td align="center">4</td>
</tr>
<tr valign="middle" bgcolor="#eeeeee">
<td align="right">
<table border="0" cellspacing="2" cellpadding="2">
<tbody>
<tr>
<td align="right">Once or Twice a month</td>
</tr>
</tbody>
</table>
</td>
<td> </td>
<td align="center">18.52%</td>
<td align="center">5</td>
</tr>
<tr valign="middle" bgcolor="#dddddd">
<td align="right">
<table border="0" cellspacing="2" cellpadding="2">
<tbody>
<tr>
<td align="right">Once or twice every few months</td>
</tr>
</tbody>
</table>
</td>
<td> </td>
<td align="center">29.63%</td>
<td align="center">8</td>
</tr>
<tr valign="middle" bgcolor="#eeeeee">
<td align="right">
<table border="0" cellspacing="2" cellpadding="2">
<tbody>
<tr>
<td align="right">Rarely</td>
</tr>
</tbody>
</table>
</td>
<td> </td>
<td align="center">37.04%</td>
<td align="center">10</td>
</tr>
<tr>
<td align="left"><a href="QuestionChart.aspx?surveyID=140337&amp;questionID=18206"></a></td>
<td colspan="2" align="right">Number of respondents</td>
<td align="center">27</td>
</tr>
<tr>
<td colspan="3" align="right">Number of respondents who skipped this question</td>
<td align="center">0</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td colspan="2">     4. How do you choose a movie to watch?</td>
<td align="center" valign="middle" bgcolor="#eeeeee">% of<br />
 Respondents </td>
<td align="center" valign="middle" bgcolor="#eeeeee">Number of<br />
 Respondents </td>
</tr>
<tr valign="middle" bgcolor="#dddddd">
<td align="right">
<table border="0" cellspacing="2" cellpadding="2">
<tbody>
<tr>
<td align="right">Internet</td>
</tr>
</tbody>
</table>
</td>
<td> </td>
<td align="center">59.26%</td>
<td align="center">16</td>
</tr>
<tr valign="middle" bgcolor="#eeeeee">
<td align="right">
<table border="0" cellspacing="2" cellpadding="2">
<tbody>
<tr>
<td align="right">TV commercial</td>
</tr>
</tbody>
</table>
</td>
<td> </td>
<td align="center">14.81%</td>
<td align="center">4</td>
</tr>
<tr valign="middle" bgcolor="#dddddd">
<td align="right">
<table border="0" cellspacing="2" cellpadding="2">
<tbody>
<tr>
<td align="right">Friend recommendation</td>
</tr>
</tbody>
</table>
</td>
<td> </td>
<td align="center">25.93%</td>
<td align="center">7</td>
</tr>
<tr>
<td align="left"><a href="QuestionChart.aspx?surveyID=140337&amp;questionID=18207"></a></td>
<td colspan="2" align="right">Number of respondents</td>
<td align="center">27</td>
</tr>
<tr>
<td colspan="3" align="right">Number of respondents who skipped this question</td>
<td align="center">0</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td colspan="2">     5. Do you want to tell your friends about what you have watched in cinema?</td>
<td align="center" valign="middle" bgcolor="#eeeeee">% of<br />
 Respondents </td>
<td align="center" valign="middle" bgcolor="#eeeeee">Number of<br />
 Respondents </td>
</tr>
<tr valign="middle" bgcolor="#dddddd">
<td align="right">
<table border="0" cellspacing="2" cellpadding="2">
<tbody>
<tr>
<td align="right">Yes</td>
</tr>
</tbody>
</table>
</td>
<td> </td>
<td align="center">96.30%</td>
<td align="center">26</td>
</tr>
<tr valign="middle" bgcolor="#eeeeee">
<td align="right">
<table border="0" cellspacing="2" cellpadding="2">
<tbody>
<tr>
<td align="right">No</td>
</tr>
</tbody>
</table>
</td>
<td> </td>
<td align="center">3.70%</td>
<td align="center">1</td>
</tr>
<tr>
<td align="left"><a href="QuestionChart.aspx?surveyID=140337&amp;questionID=18209"></a></td>
<td colspan="2" align="right">Number of respondents</td>
<td align="center">27</td>
</tr>
<tr>
<td colspan="3" align="right">Number of respondents who skipped this question</td>
<td align="center">0</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td colspan="2">     6. Do you want to suggest a movie to a friend?</td>
<td align="center" valign="middle" bgcolor="#eeeeee">% of<br />
 Respondents </td>
<td align="center" valign="middle" bgcolor="#eeeeee">Number of<br />
 Respondents </td>
</tr>
<tr valign="middle" bgcolor="#dddddd">
<td align="right">
<table border="0" cellspacing="2" cellpadding="2">
<tbody>
<tr>
<td align="right">Yes</td>
</tr>
</tbody>
</table>
</td>
<td> </td>
<td align="center">95.83%</td>
<td align="center">23</td>
</tr>
<tr valign="middle" bgcolor="#eeeeee">
<td align="right">
<table border="0" cellspacing="2" cellpadding="2">
<tbody>
<tr>
<td align="right">No</td>
</tr>
</tbody>
</table>
</td>
<td> </td>
<td align="center">4.17%</td>
<td align="center">1</td>
</tr>
<tr>
<td align="left"><a href="QuestionChart.aspx?surveyID=140337&amp;questionID=18217"></a></td>
<td colspan="2" align="right">Number of respondents</td>
<td align="center">24</td>
</tr>
<tr>
<td colspan="3" align="right">Number of respondents who skipped this question</td>
<td align="center">3</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td colspan="2">     7. Do you have a Facebook account?</td>
<td align="center" valign="middle" bgcolor="#eeeeee">% of<br />
 Respondents </td>
<td align="center" valign="middle" bgcolor="#eeeeee">Number of<br />
 Respondents </td>
</tr>
<tr valign="middle" bgcolor="#dddddd">
<td align="right">
<table border="0" cellspacing="2" cellpadding="2">
<tbody>
<tr>
<td align="right">Yes</td>
</tr>
</tbody>
</table>
</td>
<td> </td>
<td align="center">96.30%</td>
<td align="center">26</td>
</tr>
<tr valign="middle" bgcolor="#eeeeee">
<td align="right">
<table border="0" cellspacing="2" cellpadding="2">
<tbody>
<tr>
<td align="right">No</td>
</tr>
</tbody>
</table>
</td>
<td> </td>
<td align="center">3.70%</td>
<td align="center">1</td>
</tr>
<tr>
<td align="left"><a href="QuestionChart.aspx?surveyID=140337&amp;questionID=18213"></a></td>
<td colspan="2" align="right">Number of respondents</td>
<td align="center">27</td>
</tr>
<tr>
<td colspan="3" align="right">Number of respondents who skipped this question</td>
<td align="center">0</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td colspan="2">     8. Are you interested in using Facebook as a way of recommending movies to your friends or using your friend`s recommendations?</td>
<td align="center" valign="middle" bgcolor="#eeeeee">% of<br />
 Respondents </td>
<td align="center" valign="middle" bgcolor="#eeeeee">Number of<br />
 Respondents </td>
</tr>
<tr valign="middle" bgcolor="#dddddd">
<td align="right">
<table border="0" cellspacing="2" cellpadding="2">
<tbody>
<tr>
<td align="right">Yes</td>
</tr>
</tbody>
</table>
</td>
<td> </td>
<td align="center">55.56%</td>
<td align="center">15</td>
</tr>
<tr valign="middle" bgcolor="#eeeeee">
<td align="right">
<table border="0" cellspacing="2" cellpadding="2">
<tbody>
<tr>
<td align="right">No</td>
</tr>
</tbody>
</table>
</td>
<td> </td>
<td align="center">44.44%</td>
<td align="center">12</td>
</tr>
<tr>
<td align="left"><a href="QuestionChart.aspx?surveyID=140337&amp;questionID=18215"></a></td>
<td colspan="2" align="right">Number of respondents</td>
<td align="center">27</td>
</tr>
<tr>
<td colspan="3" align="right">Number of respondents who skipped this question</td>
<td align="center">0</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td colspan="2">     9. Do you use your mobile phone as a way of searching for movies or cinemas?</td>
<td align="center" valign="middle" bgcolor="#eeeeee">% of<br />
 Respondents </td>
<td align="center" valign="middle" bgcolor="#eeeeee">Number of<br />
 Respondents </td>
</tr>
<tr valign="middle" bgcolor="#dddddd">
<td align="right">
<table border="0" cellspacing="2" cellpadding="2">
<tbody>
<tr>
<td align="right">Yes</td>
</tr>
</tbody>
</table>
</td>
<td> </td>
<td align="center">14.81%</td>
<td align="center">4</td>
</tr>
<tr valign="middle" bgcolor="#eeeeee">
<td align="right">
<table border="0" cellspacing="2" cellpadding="2">
<tbody>
<tr>
<td align="right">No</td>
</tr>
</tbody>
</table>
</td>
<td> </td>
<td align="center">85.19%</td>
<td align="center">23</td>
</tr>
<tr>
<td align="left"><a href="QuestionChart.aspx?surveyID=140337&amp;questionID=18214"></a></td>
<td colspan="2" align="right">Number of respondents</td>
<td align="center">27</td>
</tr>
<tr>
<td colspan="3" align="right">Number of respondents who skipped this question</td>
<td align="center">0</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td colspan="2">     10. Is the location of the cinema which shows your favourite movie important for you?</td>
<td align="center" valign="middle" bgcolor="#eeeeee">% of<br />
 Respondents </td>
<td align="center" valign="middle" bgcolor="#eeeeee">Number of<br />
 Respondents </td>
</tr>
<tr valign="middle" bgcolor="#dddddd">
<td align="right">
<table border="0" cellspacing="2" cellpadding="2">
<tbody>
<tr>
<td align="right">Yes</td>
</tr>
</tbody>
</table>
</td>
<td> </td>
<td align="center">81.48%</td>
<td align="center">22</td>
</tr>
<tr valign="middle" bgcolor="#eeeeee">
<td align="right">
<table border="0" cellspacing="2" cellpadding="2">
<tbody>
<tr>
<td align="right">No</td>
</tr>
</tbody>
</table>
</td>
<td> </td>
<td align="center">18.52%</td>
<td align="center">5</td>
</tr>
<tr>
<td align="left"><a href="QuestionChart.aspx?surveyID=140337&amp;questionID=18211"></a></td>
<td colspan="2" align="right">Number of respondents</td>
<td align="center">27</td>
</tr>
<tr>
<td colspan="3" align="right">Number of respondents who skipped this question</td>
<td align="center">0</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td colspan="2">     11. Do you want to tell your friends about the cinemas you have been to?</td>
<td align="center" valign="middle" bgcolor="#eeeeee">% of<br />
 Respondents </td>
<td align="center" valign="middle" bgcolor="#eeeeee">Number of<br />
 Respondents </td>
</tr>
<tr valign="middle" bgcolor="#dddddd">
<td align="right">
<table border="0" cellspacing="2" cellpadding="2">
<tbody>
<tr>
<td align="right">Yes</td>
</tr>
</tbody>
</table>
</td>
<td> </td>
<td align="center">70.37%</td>
<td align="center">19</td>
</tr>
<tr valign="middle" bgcolor="#eeeeee">
<td align="right">
<table border="0" cellspacing="2" cellpadding="2">
<tbody>
<tr>
<td align="right">No</td>
</tr>
</tbody>
</table>
</td>
<td> </td>
<td align="center">29.63%</td>
<td align="center">8</td>
</tr>
<tr>
<td align="left"><a href="QuestionChart.aspx?surveyID=140337&amp;questionID=18212"></a></td>
<td colspan="2" align="right">Number of respondents</td>
<td align="center">27</td>
</tr>
<tr>
<td colspan="3" align="right">Number of respondents who skipped this question</td>
<td align="center">0</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td colspan="2">     12. Any comment?</td>
<td align="center" valign="middle" bgcolor="#eeeeee">% of<br />
 Respondents </td>
<td align="center" valign="middle" bgcolor="#eeeeee">Number of<br />
 Respondents </td>
</tr>
<tr valign="middle" bgcolor="#dddddd">
<td>
<table border="0" cellspacing="2" cellpadding="2">
<tbody>
<tr>
<td align="left"> </td>
<td align="left"><a href="SummaryReportDetail.aspx?questionID=18251&amp;surveyID=140337"></a></td>
<td align="right">Other (Specify)</td>
</tr>
</tbody>
</table>
</td>
<td> </td>
<td align="center">100.00%</td>
<td align="center">9</td>
</tr>
<tr>
<td align="left"><a href="QuestionChart.aspx?surveyID=140337&amp;questionID=18251"></a></td>
<td colspan="2" align="right">Number of respondents</td>
<td align="center">9</td>
</tr>
<tr>
<td colspan="3" align="right">Number of respondents who skipped this question</td>
<td align="center">18</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://blog.soton.ac.uk/cybertube/2011/03/08/survey/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Existing applications</title>
		<link>http://blog.soton.ac.uk/cybertube/2011/02/21/existing-applications/</link>
		<comments>http://blog.soton.ac.uk/cybertube/2011/02/21/existing-applications/#comments</comments>
		<pubDate>Mon, 21 Feb 2011 00:12:38 +0000</pubDate>
		<dc:creator>foroogh</dc:creator>
				<category><![CDATA[Related works]]></category>

		<guid isPermaLink="false">http://blog.soton.ac.uk/cybertube/?p=83</guid>
		<description><![CDATA[Dozens of movie recommendation engines and applications exist. Some require little or no input before they give you titles, while others want to find out exactly what your interests are. Some examples of these engines and applications are mentioned below. - Jinni: Jinni is a Taste Engine. It looks at film through the lens of [...]]]></description>
			<content:encoded><![CDATA[<p>Dozens of movie recommendation engines and applications exist. Some require little or no input before they give you titles, while others want to find out exactly what your interests are. Some examples of these engines and applications are mentioned below.</p>
<p>- Jinni: Jinni is a Taste Engine. It looks at film through the lens of what makes you love or hate anything you watch. With a Taste Engine, you don&#8217;t search by what you&#8217;re looking for, you search by what you like. And recommendations are based on analysing your preferences, not statistics. Registration is required for social networking aspects of sites.</p>
<p><a href="http://blog.soton.ac.uk/cybertube/files/2011/02/12.png"></a><a href="http://blog.soton.ac.uk/cybertube/files/2011/02/13.png"><img class="aligncenter size-full wp-image-86" src="http://blog.soton.ac.uk/cybertube/files/2011/02/13.png" alt="" width="646" height="449" /></a><span id="more-83"></span></p>
<p>- Tastekid: We input a film we like and it returns results that offer similar action to our favorites.</p>
<p><a href="http://blog.soton.ac.uk/cybertube/files/2011/02/2.png"><img class="aligncenter size-full wp-image-89" src="http://blog.soton.ac.uk/cybertube/files/2011/02/2.png" alt="" width="524" height="315" /></a></p>
<p>- Filmaster Blog: It is a free and open film recommendation API. The API enables external programmers to create independent services or apps using our data and algorithms, it allows to easily integrate any website with Filmaster by presenting our content like reviews and film recommendations.<br />
Filmaster Mobile recommends you films to watch in local cinemas and TV. Wherever you are you can check-in to screenings and shows, meet film buffs with similar interests in your area and tell your friends what you&#8217;re watching. It&#8217;s local, mobile and based on personalized recommendations. In a nutshell: Foursquare for film.</p>
<p>- Filxup: Filxup is a movie recommendation app built for iPhone. Flixup claims itself to be the best source of what movies people are talking about on Twitter. The app measures people sentiment pertaining to a particular movie and decides if the movie is liked by twitter users.</p>
<p><a href="http://blog.soton.ac.uk/cybertube/files/2011/02/3.png"></a><a href="http://blog.soton.ac.uk/cybertube/files/2011/02/4.png"><img class="aligncenter size-full wp-image-95" src="http://blog.soton.ac.uk/cybertube/files/2011/02/4.png" alt="" width="476" height="228" /></a></p>
<p>- Faves for facebook: Favebook helps us to discover our friends&#8217; favorite items and recommendations &#8211; with a few simple taps. Recommendations on You Tube, Wikipedia, Google, Amazon, and other websites can be also checked out. And best of all, Favebook tell us the most popular items in your Facebook friends&#8217; profile.</p>
<p><a href="http://blog.soton.ac.uk/cybertube/files/2011/02/5.png"><img class="aligncenter size-full wp-image-96" src="http://blog.soton.ac.uk/cybertube/files/2011/02/5.png" alt="" width="337" height="228" /></a></p>
<p>- Movies Now: Movies now helps us find movies that are playing around us. We can also browse showtimes plying around us within next 2 hours in a list organized by the most convenient movie for you to get to. We can also purchase our movie tickets anywhere on the go.</p>
<p><a href="http://blog.soton.ac.uk/cybertube/files/2011/02/6.png"><img class="aligncenter size-full wp-image-97" src="http://blog.soton.ac.uk/cybertube/files/2011/02/6.png" alt="" width="369" height="228" /></a></p>
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr style="text-align: center">
<td width="154" valign="top"><strong>Name</strong></td>
<td width="154" valign="top"><strong>Facebook</strong></td>
<td width="154" valign="top"><strong>Recommender   System</strong></td>
<td width="154" valign="top"><strong>Geo   location</strong></td>
</tr>
<tr style="text-align: center">
<td width="154" valign="top"><strong>Cybertube</strong></td>
<td width="154" valign="top">+</td>
<td width="154" valign="top">+</td>
<td width="154" valign="top">+</td>
</tr>
<tr style="text-align: center">
<td width="154" valign="top"><strong>Jinni</strong></td>
<td width="154" valign="top">-</td>
<td width="154" valign="top">+</td>
<td width="154" valign="top">-</td>
</tr>
<tr style="text-align: center">
<td width="154" valign="top"><strong>Tastekid</strong></td>
<td width="154" valign="top">-</td>
<td width="154" valign="top">+</td>
<td width="154" valign="top">-</td>
</tr>
<tr style="text-align: center">
<td width="154" valign="top"><strong>Filmaster</strong></td>
<td width="154" valign="top">-</td>
<td width="154" valign="top">+</td>
<td width="154" valign="top">+</td>
</tr>
<tr style="text-align: center">
<td width="154" valign="top"><strong>Flixup</strong></td>
<td width="154" valign="top">-</td>
<td width="154" valign="top">+</td>
<td width="154" valign="top">-</td>
</tr>
<tr style="text-align: center">
<td width="154" valign="top">
<p style="text-align: left"><strong>Faves   For Facebook</strong></p>
</td>
<td width="154" valign="top">+</td>
<td width="154" valign="top">+</td>
<td width="154" valign="top">-</td>
</tr>
<tr style="text-align: center">
<td width="154" valign="top">
<p style="text-align: left"><strong>Movies   Now</strong></p>
</td>
<td width="154" valign="top">-</td>
<td width="154" valign="top">-</td>
<td width="154" valign="top">+</td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://blog.soton.ac.uk/cybertube/2011/02/21/existing-applications/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Literature survey (part 1)</title>
		<link>http://blog.soton.ac.uk/cybertube/2011/02/18/literature-survey/</link>
		<comments>http://blog.soton.ac.uk/cybertube/2011/02/18/literature-survey/#comments</comments>
		<pubDate>Fri, 18 Feb 2011 23:57:43 +0000</pubDate>
		<dc:creator>Kristina Koysina</dc:creator>
				<category><![CDATA[Related works]]></category>
		<category><![CDATA[collaborative filtering]]></category>
		<category><![CDATA[location systems]]></category>
		<category><![CDATA[non-participation and under-contribution]]></category>
		<category><![CDATA[presentation methods]]></category>
		<category><![CDATA[recommender systems]]></category>
		<category><![CDATA[social networks infrastructure]]></category>
		<category><![CDATA[trust-based recommendation systems]]></category>

		<guid isPermaLink="false">http://blog.soton.ac.uk/cybertube/?p=31</guid>
		<description><![CDATA[Our area of interests is focused on geo-based recommendation systems which exploit relations between users in social networks. In order to evaluate, adjust and extend our initial idea we performed a survey looking for both commercial products and academic researchers related to these topics. However, this post is devoted entirely to academic works. In our investigation we focused, first of all, on location-based recommendation systems on top of social networks, suggestion algorithms exploiting social network relations and the level of trust in recommendation systems and trust factors. Furthermore, we considered materials about the level of anonymity and privacy issues in social networks, legal issues with user-generated content,  social and economic impact of recommendation systems.]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.soton.ac.uk/cybertube/files/2011/02/colorful-books.jpg"><img class="alignleft size-full wp-image-37" src="http://blog.soton.ac.uk/cybertube/files/2011/02/colorful-books.jpg" alt="Literature survey" width="256" height="230" /></a>Our area of interests is focused on geo-based recommendation systems which exploit relations between users in social networks. In order to evaluate, adjust and extend our initial idea we performed a survey looking for both commercial products and academic researchers related to these topics. However, this post is devoted entirely to academic works. In our investigation we focused, first of all, on location-based recommendation systems on top of social networks, suggestion algorithms exploiting social network relations and the level of trust in recommendation systems and trust factors. Furthermore, we considered materials about the level of anonymity and privacy issues in social networks, legal issues with user-generated content,  social and economic impact of recommendation systems.</p>
<p><span id="more-31"></span></p>
<p><strong>Recommendation systems and algorithms</strong></p>
<p>The growing need of a good suggestion tool in the web of data boosted the development of different sorts of recommendation algorithms. Most popular and widely used are collaborative filtering (CF) and item to item recommendations. The first one suggests items exploiting the similarity between users when the second one provides recommendations measuring the similarity between items. To some extent both algorithms work quite well and produce good quality suggestions, however, they suffer from the number of limitations as impossibility to include new items which were not rated in the final suggestion list or take into account recently registered users. In order to overcome these drawbacks authors of [1] research proposed to use standard recommendation algorithms in conjunction with social networks infrastructure. They considered what suggestion algorithm can benefit from being used within the social network and their answer is definitely – collaborative filtering as it can consume existing information of user profile. However, researches stress that the pure CF recommendation based on the measurement of resemblance among all system users is less trust-worthy than the suggestion made by friend or family member. In the other words, paper proposes to utilize classical CF approach, physical (user location, time and environment) and social (interests, friend’s lists, etc.) contexts of user profiles in order to provide more precise and trust-worthy suggestions to users of mobile devices. Research team developed live demo and ran a set of tests which confirmed high effectiveness of proposed solution.</p>
<p>Some ideas expressed in a previous research were reflected by Chinese researcher Lixin Zhou [2] who also considered trust as a powerful tool for enhancing the effectiveness of any recommendation system. In order to provide precise recommendations he proposed to exploit Social Network Analysis technique which allows to extract valuable information from connections between users and recommend items with a reference to a friends list. In support to his proposal a prototype of trust-based recommendation system was developed. However, research paper doesn’t provide any empirical data which could prove the effectiveness of a new method in comparison with a standard CF.</p>
<p>Next research [3]  utilizes the Facebook Social Network infrastructure and API’s provided by third party web sites like <a href="http://www.maxmind.com/" target="_blank">www.maxmind.com</a> for geo location information, <a href="http://www.last.fm/" target="_blank">www.last.fm</a> for events gathering in order to make event recommendation based on the content that events (Content Based Method) have and the rating that users assign to them (Collaborative Method). Based on this information the system is able to make recommendation to a Facebook user and also suggest friend that might be interested in attending the selected event.</p>
<p>In addition to described above works [4] and [5] also consider benefits from using CF in conjunction with social networks infrastructure and trust weight and provide evidences of its successful use.</p>
<p><strong>Recommendation quality factors: contribution and participation</strong></p>
<p>Another interesting aspect which affects the quality of recommendations is the willing of social community to contribute and participate. “Social comparison and contributions to online communities (the MovieLens study case)” paper [6] raises questions about &#8220;under-contribution&#8221; and &#8220;non-participation&#8221; of social network members. Current study revealed that in content-sharing systems, for example, 25% of users share 98% of the content while the rest (75%) only consumes. This state-of-art creates a serious problem for recommendation systems as they rely heavily on user’s ratings and reviews in order to provide high quality recommendations. In follows researches questioned what can motivate community members to contribute? Results of a study showed that after notifying users about their social network behavior and the level of participation “passive” users show higher level of contribution (530% increase) while “active” users slow down their activity (62% decrease).</p>
<p><strong>Presentation logic</strong></p>
<p>The last paper in the current survey set considers the effect of a suggested items presentation on user’s persuasion and satisfaction. In the other words, researches focused on presentation logic of recommended items: they tested different presentation methods as N-items lists,  structured overview and recommendation modality (i.e. simple text, combination of text and image, and combination of text and video). Empirical evaluation of different methods revealed that the most efficient presentation modes are structured overview and recommendation modality (text + video or text + image).</p>
<div id="attachment_65" class="wp-caption aligncenter" style="width: 490px"><a href="http://blog.soton.ac.uk/cybertube/files/2011/02/2.jpg"><img class="size-full wp-image-65" src="http://blog.soton.ac.uk/cybertube/files/2011/02/2.jpg" alt="Structured overview " width="480" height="283" /></a><p class="wp-caption-text">Structured overview </p></div>
<div id="attachment_66" class="wp-caption aligncenter" style="width: 506px"><a href="http://blog.soton.ac.uk/cybertube/files/2011/02/3.jpg"><img class="size-full wp-image-66  " src="http://blog.soton.ac.uk/cybertube/files/2011/02/3.jpg" alt="Text plus image and text plus video presentation modes" width="496" height="274" /></a><p class="wp-caption-text">Text plus image and text plus video presentation modes</p></div>
<p><strong>Summary</strong></p>
<p>Considering collected information we can conclude:</p>
<ol>
<li>The use of a social networks infrastructure (relations between users, profile information and location data) in coherence with standard recommender algorithms allows to provide more qualitative and trust-worthy suggestions;</li>
<li>In order to support recommendation systems we need a high level of participation (reports about social activity and comparison with other users are needed);</li>
<li>Presentation logic plays an important role in user’s persuasion and satisfaction;</li>
</ol>
<p>Features which might be useful in our project</p>
<ol>
<li>The use of social networks infrastructure for recommendations;</li>
<li>Reports about social activity and the level of contribution;</li>
<li>The use of structured overviews or modality methods for recommended items presentation.</li>
</ol>
<p><strong>What’s next?</strong></p>
<p>In this post we considered works related to recommender algorithms on top of social networks and factors which have an influence on the quality of suggestions as presentation methods and the level of participation. In the next post devoted to literature survey we will cover topics as geo location systems in social networks, the level of anonymity and privacy issues, legal issues with user-generated content and social and economic impact of recommendation systems.</p>
<p><strong>References</strong></p>
<ol>
<li>W. Woerndl, G. Groh,<em> &#8220;Utilizing Physical and Social Context to Improve Recommender Systems&#8221;</em>, IEEE/WIC/ACM International Conferences on Web Intelligence and Intelligent Agent Technology, 2007.</li>
<li>L. Zhou, <em>&#8220;Trust Based Recommendation System with Social Network Analysis&#8221;</em>,  Information Engineering and Computer Science International Conference, 2009.</li>
<li>Kayaalp, M. Ozyer, T. Ozyer, S.T., <em>&#8220;A Collaborative and Content Based Event Recommendation System Integrated with Data Collection Scrapers and Services at a Social Networking Site&#8221;</em>, International Conference on Advances in Social Network Analysis and Mining, 2009.</li>
<li>Zhang, Ruiquan Sun, Baohui Kang, Wei Zhu, Tingshao, <em>&#8220;GLOSS: A Social Networks-Based Recommender System&#8221;</em>, 5th International Conference on Pervasive Computing and Applications (ICPCA), 2010.</li>
<li>Faqing Wu; Liang He; Weiwei Xia; Lei Ren, <em>&#8220;A collaborative filtering algorithm based on Users&#8217; Partial Similarity&#8221;</em>, 10th International Conference on Control, Automation, Robotics and Vision, 2008.</li>
<li>Y.F. Chen, M. Harper, J. Konstan, S.X. Li, <em>&#8220;Social Comparisons and Contributions to Online Communities:<br />
A Field Experiment on MovieLens&#8221;</em>, Ph.D. Thesis, University of Minnesota, 2009.</li>
<li>T. Nanou, G. Lekakos, K. Fouskas,<em> &#8220;The effects of recommendations’ presentation on persuasion and satisfaction in a movie recommender system&#8221;</em>, vol.16 Multimedia Intelligent Services and Technologies,  2010.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://blog.soton.ac.uk/cybertube/2011/02/18/literature-survey/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
