<?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>Toine Bogers</title>
	<atom:link href="http://itlab.dbit.dk/~toine/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://itlab.dbit.dk/~toine</link>
	<description>Search, browsing, and recommendation</description>
	<lastBuildDate>Thu, 10 Mar 2011 22:39:20 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Making PGF/TikZ work together with gnuplot on Mac OS X</title>
		<link>http://itlab.dbit.dk/~toine/?p=557</link>
		<comments>http://itlab.dbit.dk/~toine/?p=557#comments</comments>
		<pubDate>Thu, 10 Mar 2011 22:38:32 +0000</pubDate>
		<dc:creator>Toine</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://itlab.dbit.dk/~toine/?p=557</guid>
		<description><![CDATA[I was recently made aware of a brilliant plotting module for LaTeX called PGF/TikZ, which I wanted to try for myself. Luckily, TexShop already comes with PGF and TikZ pre-installed. However, many of the code examples where mathematical functions need to be plotted require Gnuplot. Thankfully, Gnuplot is easy to install on Mac OS X, [...]]]></description>
			<content:encoded><![CDATA[<p>I was recently made aware of a brilliant plotting module for LaTeX called <a href="http://www.texample.net/tikz/">PGF/TikZ</a>, which I wanted to try for myself. Luckily, TexShop already comes with PGF and TikZ pre-installed. However, many of the code examples where mathematical functions need to be plotted require Gnuplot. Thankfully, <a href="http://www.gnuplot.info/">Gnuplot</a> is easy to install on Mac OS X, so I compiled and installed Gnuplot v4.4, patchlevel 3.</p>
<p>That didn&#8217;t solve the problem on my Mac (which runs Snow Leopard 10.6.5 with version 2.33 of TexShop 2.33. The standard PGF/TikZ installation that comes with TexShop insists on calling Gnuplot with the &#8220;set terminal table&#8221; command, which won&#8217;t work out of the box. </p>
<p>According to some quick googling, installing Gnuplot using Fink seems to alleviate the problem. However, an even easier solution is editing one of the PGF files that handles the Gnuplot calls. To do this edit the <strong>pgfmoduleplot.code.tex</strong> file in the following location:</p>
<div class="terminal">
/usr/local/texlive/2009/texmf-dist/tex/generic/pgf/modules/
</div>
<p>The year (&#8216;2009&#8242;) could differ on different installations. In this file, go to line 288 and remove the word &#8216;terminal&#8217; from the following line</p>
<div class="terminal">
\xdef\pgf@gnuplot@head#1{set terminal table; set output &#8220;#1.table&#8221;; set format &#8220;%.5f&#8221;}
</div>
<p>so it reads</p>
<div class="terminal">
\xdef\pgf@gnuplot@head#1{set table; set output &#8220;#1.table&#8221;; set format &#8220;%.5f&#8221;}
</div>
<p>Now everything should work just fine!</p>
]]></content:encoded>
			<wfw:commentRss>http://itlab.dbit.dk/~toine/?feed=rss2&amp;p=557</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Article accepted for the IJEC journal</title>
		<link>http://itlab.dbit.dk/~toine/?p=354</link>
		<comments>http://itlab.dbit.dk/~toine/?p=354#comments</comments>
		<pubDate>Mon, 04 Oct 2010 12:34:11 +0000</pubDate>
		<dc:creator>Toine</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://itlab.dbit.dk/~toine/?p=354</guid>
		<description><![CDATA[Good news today: our article &#8216;Fusing Recommendations for Social Bookmarking Websites&#8217; has been accepted for publication in the International Journal for Electronic Commerce in a special issue on Mining Social Media. Here is the abstract of the article:
Social bookmarking websites are rapidly growing in popularity. Recommender systems, a promising remedy to the information overload accompanying [...]]]></description>
			<content:encoded><![CDATA[<p>Good news today: our article &#8216;Fusing Recommendations for Social Bookmarking Websites&#8217; has been accepted for publication in the <a href="http://www.gvsu.edu/business/ijec/" target="_blank">International Journal for Electronic Commerce</a> in a special issue on Mining Social Media. Here is the abstract of the article:</p>
<blockquote><p>Social bookmarking websites are rapidly growing in popularity. Recommender systems, a promising remedy to the information overload accompanying the explosive growth in content, are designed to identify which unseen content might be of interest to a particular user, based on his or her past preferences. Most previous work in recommendation for social bookmarking suffers from a lack of comparisons between the different available approaches. In this article, we address this issue by comparing and evaluating eight recommendation approaches on four data sets from two domains. We find that approaches that use tag overlap and metadata provide better results for social bookmarking data sets than the transaction patterns that are used traditionally in recommender systems research. In addition, we investigate how to fuse together different recommendation approaches to further improve recommendation accuracy. We find that fusing recommendations can indeed produce significant improvements in recommendation accuracy. We also find that it is often better to combine approaches that use different data representations, such as tags and metadata, than it is to combine approaches that only vary in the algorithms they use. The best results are obtained when both of these aspects of the recommendation task are varied in the fusion process. Our findings can be used to improve the quality of recommendations not only on social bookmarking websites, but conceivably also on websites that offer annotated commercial content.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://itlab.dbit.dk/~toine/?feed=rss2&amp;p=354</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RecSys 2010</title>
		<link>http://itlab.dbit.dk/~toine/?p=187</link>
		<comments>http://itlab.dbit.dk/~toine/?p=187#comments</comments>
		<pubDate>Mon, 02 Aug 2010 13:47:46 +0000</pubDate>
		<dc:creator>Toine</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://itlab.dbit.dk/~toine/?p=187</guid>
		<description><![CDATA[Two of my papers got accepted for workshops at this year&#8217;s RecSys conference to take place in Barcelona from September 26-30:

Movie Recommendation using Random Walks over the Contextual Graph was accepted for the  CARS 2010 workshop on context-aware recommender systems
dataTEL &#8211; Issues and Considerations regarding Sharable Data Sets for Recommender Systems in Technology Enhanced Learning was [...]]]></description>
			<content:encoded><![CDATA[<p>Two of my papers got accepted for workshops at this year&#8217;s <a href="http://recsys.acm.org/2010/" target="_blank">RecSys conference </a>to take place in Barcelona from September 26-30:</p>
<ul>
<li><em>Movie Recommendation using Random Walks over the Contextual Graph</em> was accepted for the  <a href="http://ids.csom.umn.edu/faculty/gedas/cars2010/" target="_blank">CARS 2010 workshop</a> on context-aware recommender systems</li>
<li><em>dataTEL &#8211; Issues and Considerations regarding Sharable Data Sets for Recommender Systems in Technology Enhanced Learning</em> was accepted for the <a href="http://adenu.ia.uned.es/workshops/recsystel2010/" target="_blank">RecSysTEL workshop</a>. It&#8217;s joint effort with <a href="http://elgg.ou.nl/hdr/" target="_blank">Hendrik Drachsler</a> and nine other papers, describing the best practices for collecting social bookmarking data sets for technology-enhanced learning applications</li>
</ul>
<p>This means I&#8217;ll be going to RecSys for the fifth year in a row. Previous editions were held in Bilbao, Minneapolis, Lausanne, and New York. This year&#8217;s edition in Barcelona promises to be another great installment!</p>
]]></content:encoded>
			<wfw:commentRss>http://itlab.dbit.dk/~toine/?feed=rss2&amp;p=187</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Workshop on context-aware movie recommendation</title>
		<link>http://itlab.dbit.dk/~toine/?p=165</link>
		<comments>http://itlab.dbit.dk/~toine/?p=165#comments</comments>
		<pubDate>Fri, 23 Apr 2010 06:43:11 +0000</pubDate>
		<dc:creator>Toine</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[movie recommendation]]></category>
		<category><![CDATA[recommender systems]]></category>
		<category><![CDATA[workshop]]></category>

		<guid isPermaLink="false">http://itlab.dbit.dk/~toine/wordpress-blog/?p=165</guid>
		<description><![CDATA[Recently, the organizers of ACM Recommender Systems 2010 announced which workshops will held together with the main conference. One of the more exciting workshops is the Challenge on Context-aware Movie Recommendation (CAMRa2010), of which I serve on the programme committee. This workshop focuses on identifying contextual features in datasets and generating context-aware movie recommendations. They [...]]]></description>
			<content:encoded><![CDATA[<p>Recently, the organizers of <a href="http://recsys.acm.org/2010/" target="_blank">ACM Recommender Systems 2010</a> announced which workshops will held together with the main conference. One of the more exciting workshops is the <a href="http://www.dai-labor.de/camra2010/" target="_blank">Challenge on Context-aware Movie Recommendation (CAMRa2010)</a>, of which I serve on the programme committee. This workshop focuses on identifying contextual features in datasets and generating context-aware movie recommendations. They are also releasing two <a title="Datasets" href="http://www.dai-labor.de/camra2010/datasets/" target="_self">data sets</a> for the challenge, one from <a title="Moviepilot" href="http://www.moviepilot.com/" target="_blank">Moviepilot</a> and one from <a title="Filmtipset" href="http://www.filmtipset.se/" target="_blank">Filmtipset</a>, and they are running three very interesting recommendation tasks.</p>
]]></content:encoded>
			<wfw:commentRss>http://itlab.dbit.dk/~toine/?feed=rss2&amp;p=165</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
