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

<channel>
	<title>Arthur Lugtigheid</title>
	<atom:link href="http://arthur.is.verweg.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://arthur.is.verweg.com</link>
	<description>No-one's around - no need to fake it</description>
	<pubDate>Fri, 10 Oct 2008 14:40:29 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
	<language>en</language>
			<item>
		<title>Reading files with headers into matlab</title>
		<link>http://arthur.is.verweg.com/2008/07/02/reading-files-with-headers-into-matlab/</link>
		<comments>http://arthur.is.verweg.com/2008/07/02/reading-files-with-headers-into-matlab/#comments</comments>
		<pubDate>Wed, 02 Jul 2008 14:58:48 +0000</pubDate>
		<dc:creator>Arthur</dc:creator>
		
		<category><![CDATA[Matlab]]></category>

		<guid isPermaLink="false">http://arthur.is.verweg.com/?p=26</guid>
		<description><![CDATA[A very nice and quick way to read text files into the matlab workspace..]]></description>
			<content:encoded><![CDATA[<p>Here's a handy code sniplet that enables you to read a file with columns of data with headers into MATLAB:</p>
<pre class="matlab"><ol><li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #0000FF;">function</span> importfile<span style="color: #080;">&#40;</span>filename<span style="color: #080;">&#41;</span></div></li><li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div></li><li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #228B22;">% import the file</span></div></li><li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">newdata = importdata<span style="color: #080;">&#40;</span>filename<span style="color: #080;">&#41;</span>;</div></li><li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div></li><li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #228B22;">% create new variables in the base workspace from these fields</span></div></li><li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">vars = <a href="http://www.mathworks.com/access/helpdesk/help/techdoc/ref/fieldnames.html"><span style="color: #0000FF;">fieldnames</span></a><span style="color: #080;">&#40;</span>newdata<span style="color: #080;">&#41;</span>;</div></li><li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #0000FF;">for</span> <a href="http://www.mathworks.com/access/helpdesk/help/techdoc/ref/i.html"><span style="color: #0000FF;">i</span></a>=<span style="color: #33f;">1</span>:<a href="http://www.mathworks.com/access/helpdesk/help/techdoc/ref/length.html"><span style="color: #0000FF;">length</span></a><span style="color: #080;">&#40;</span>vars<span style="color: #080;">&#41;</span>,</div></li><li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">    assignin<span style="color: #080;">&#40;</span>'<span style="color:#A020F0;">base</span>', vars<span style="color: #080;">&#123;</span><a href="http://www.mathworks.com/access/helpdesk/help/techdoc/ref/i.html"><span style="color: #0000FF;">i</span></a><span style="color: #080;">&#125;</span>, newdata.<span style=""><span style="color: #080;">&#40;</span>vars</span><span style="color: #080;">&#123;</span><a href="http://www.mathworks.com/access/helpdesk/help/techdoc/ref/i.html"><span style="color: #0000FF;">i</span></a><span style="color: #080;">&#125;</span><span style="color: #080;">&#41;</span><span style="color: #080;">&#41;</span>;</div></li><li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #0000FF;">end</span></div></li></ol></pre>
<p>This will give you three variables in your workspace:</p>
<ul>
<li>colheaders: a list of all the variable names, extracted from the header</li>
<li>data: a matrix with all your data in it</li>
<li>textdata: essentially the same thing as colheaders</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://arthur.is.verweg.com/2008/07/02/reading-files-with-headers-into-matlab/feed/</wfw:commentRss>
		</item>
		<item>
		<title>JANE: Journal Author Name Estimator</title>
		<link>http://arthur.is.verweg.com/2008/01/31/jane-journal-author-name-estimator/</link>
		<comments>http://arthur.is.verweg.com/2008/01/31/jane-journal-author-name-estimator/#comments</comments>
		<pubDate>Thu, 31 Jan 2008 22:22:07 +0000</pubDate>
		<dc:creator>Arthur</dc:creator>
		
		<category><![CDATA[Academic]]></category>

		<guid isPermaLink="false">http://arthur.is.verweg.com/2008/01/31/jane-journal-author-name-estimator/</guid>
		<description><![CDATA["Have you recently written a paper, but you're not sure to which journal you should submit it? Or are you an editor, and do you need to find reviewers for a particular paper? Jane can help!"
From: http://biosemantics.org/jane/ 
]]></description>
			<content:encoded><![CDATA[<p>"Have you recently written a paper, but you're not sure to which journal you should submit it? Or are you an editor, and do you need to find reviewers for a particular paper? Jane can help!"</p>
<p>From: <a href="http://biosemantics.org/jane/" title="JANE: Journal author name estimator">http://biosemantics.org/jane/ </a></p>
]]></content:encoded>
			<wfw:commentRss>http://arthur.is.verweg.com/2008/01/31/jane-journal-author-name-estimator/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Some people have real problems..</title>
		<link>http://arthur.is.verweg.com/2008/01/15/some-people-have-real-problems/</link>
		<comments>http://arthur.is.verweg.com/2008/01/15/some-people-have-real-problems/#comments</comments>
		<pubDate>Tue, 15 Jan 2008 01:51:13 +0000</pubDate>
		<dc:creator>Arthur</dc:creator>
		
		<category><![CDATA[Music]]></category>

		<guid isPermaLink="false">http://arthur.is.verweg.com/2008/01/15/some-people-have-real-problems/</guid>
		<description><![CDATA[That's the title of the (for me) long awaited new CD of the wonderful singer Sia Furler. Some of you might know her from her excellent work for Zero 7 or maybe even from her previous album "Colour the small one". This new album certainly does not disappoint.. In fact.. it's great! Although I have [...]]]></description>
			<content:encoded><![CDATA[<p>That's the title of the (for me) long awaited new CD of the wonderful singer <a href="http://www.siamusic.net">Sia Furler</a>. Some of you might know her from her excellent work for Zero 7 or maybe even from her previous album "Colour the small one". This new album certainly does not disappoint.. In fact.. it's great! Although I have to admit it seems to be less electronic and more poppy than previous work. But hey, it works for me!</p>
<p>My favorites? "Electric Bird", "Day too soon", "Button" (the hidden track) and "The girl you lost to cocaine". So what are you waiting for? Go and get that album (or listen to <a href="http://www.amazon.com/Some-People-Have-Real-Problems/dp/B0010DJ1VA/ref=pd_bbs_sr_1?ie=UTF8&amp;s=music&amp;qid=1197653844&amp;sr=8-1" target="_blank">the previews on Amazon</a>).</p>
<p>Alternatively, watch the <a href="http://uk.youtube.com/results?search_query=sia+kcrw+2007">KCRW2007 live sessions</a> (big thanks to <a href="http://milov.nl">Milo</a> for the link).</p>
<p>Also, new CD by Goldfrapp incoming soon! W00t~? Oh the joy..</p>
]]></content:encoded>
			<wfw:commentRss>http://arthur.is.verweg.com/2008/01/15/some-people-have-real-problems/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Macbook Pro Wishlist</title>
		<link>http://arthur.is.verweg.com/2008/01/12/macbook-pro-wishlist/</link>
		<comments>http://arthur.is.verweg.com/2008/01/12/macbook-pro-wishlist/#comments</comments>
		<pubDate>Sat, 12 Jan 2008 11:51:58 +0000</pubDate>
		<dc:creator>Arthur</dc:creator>
		
		<category><![CDATA[Apple]]></category>

		<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://arthur.is.verweg.com/2008/01/12/macbook-pro-wishlist/</guid>
		<description><![CDATA[So, there's been a lot of rumors concerning the Apple Macbook Pro, which is due for renewal.  A lot of rumors and patent applications point in the direction of some sort of multi-touch integration - a technology already used by Apple in the iPod Touch and the iPhone. Other rumors point to a sub-notebook, [...]]]></description>
			<content:encoded><![CDATA[<p>So, there's been a lot of rumors concerning the Apple Macbook Pro, which is due for renewal.  A lot of rumors and patent applications point in the direction of some sort of multi-touch integration - a technology already used by Apple in the iPod Touch and the iPhone. Other rumors point to a sub-notebook, meaning they will probably reintroduce the 12-inch Macbook Pro and sacrifice the optical drive for a thiner model. Many people believe that these changes will be announced at the MacWorld 2008 convention this tuesday.</p>
<p>But I don't really care about all that.. For me, these new features would just be nice bonuses.. I work with OpenGL a lot and I just want to be able to do that on my laptop - something I think the Macbook Pro can do just fine. However, if I would have to make a list of upgrades, that list would be the following:</p>
<ol>
<li>Upgraded CPU (2.6 Penryn CPU's standard in new models, maybe?)</li>
<li>Upgraded video memory (512MB would be splendid)</li>
</ol>
<p>I'm gonna be disappointed if none of these make it in the new model. <strike>But then again, I'd buy a new MacBook Pro anyway...</strike></p>
<p>Fingers crossed and creditcard at the ready! <img src='http://arthur.is.verweg.com/-wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><strong>Update</strong>: There's some new rumors on a new apple notebook called "MacBook Air" - a new model that apparently is completely wireless (or so people are suggesting). I'm not sure how it compares to the current models, but it doesn't make much sense to introduce a 3rd model now that they have a top-end and a lower-end model in production. Only 22 more hours, and we'll know, I guess...</p>
<p><strong>Post MWSF Update:</strong> Not a happy bunny. Not happy at all.</p>
]]></content:encoded>
			<wfw:commentRss>http://arthur.is.verweg.com/2008/01/12/macbook-pro-wishlist/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Looking back: 2007</title>
		<link>http://arthur.is.verweg.com/2007/12/21/looking-back-2007/</link>
		<comments>http://arthur.is.verweg.com/2007/12/21/looking-back-2007/#comments</comments>
		<pubDate>Fri, 21 Dec 2007 16:17:54 +0000</pubDate>
		<dc:creator>Arthur</dc:creator>
		
		<category><![CDATA[Academic]]></category>

		<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://arthur.is.verweg.com/2007/12/21/looking-back-2007/</guid>
		<description><![CDATA[I think I can safely say that 2007 was a very good year for me, especially in academic regards. I finished my master degree in psychology in September.  In April, I applied for a studentship for a PhD at the University of Birmingham, got accepted and started that this October! And as a consequence, [...]]]></description>
			<content:encoded><![CDATA[<p>I think I can safely say that 2007 was a very good year for me, especially in academic regards. I finished my master degree in psychology in September.  In April, I applied for a studentship for a PhD at the University of Birmingham, got accepted and started that this October! And as a consequence, I also moved from the Netherlands to the UK.</p>
<p>So far, I'm quite enjoying myself as a PhD student - it's hard work, but it's very rewarding and I get to work with some of the best people in the field. I'm quite eager to see what next year will bring me! As for new years resolutions, I'd think my main one would be to get my first article published or at the very least submitted. Furthermore, I want to visit conferences, meet new people, and talk about the research I'm doing. In that respect I think I'll be up for a treat next year!</p>
<p>But, enough science talk. Tomorrow I'll fly back home to the Netherlands and enjoy two weeks of "rest". Quite looking forward to seeing my parents and my cat Floris again. Leaves me one last thing to do: <strong>I'd like to wish everyone a very happy Christmas and all the best for the new year</strong>!</p>
]]></content:encoded>
			<wfw:commentRss>http://arthur.is.verweg.com/2007/12/21/looking-back-2007/feed/</wfw:commentRss>
		</item>
		<item>
		<title>A note on my e-mail address..</title>
		<link>http://arthur.is.verweg.com/2007/12/09/notice-e-mail/</link>
		<comments>http://arthur.is.verweg.com/2007/12/09/notice-e-mail/#comments</comments>
		<pubDate>Sun, 09 Dec 2007 17:28:13 +0000</pubDate>
		<dc:creator>Arthur</dc:creator>
		
		<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://arthur.is.verweg.com/2007/12/09/urgent-notice/</guid>
		<description><![CDATA[I have been the victim of some prick using my email address in a spam run, due to which I started receiving about 20 emails per minute from various spam filters and/or mail servers, saying:

Message you sent blocked by our bulk email filter,
Undelivered Mail Returned to Sender,
 Delivery Notification: Delivery has failed, or
Returned mail: see [...]]]></description>
			<content:encoded><![CDATA[<p>I have been the victim of some prick using my email address in a spam run, due to which I started receiving about 20 emails per minute from various spam filters and/or mail servers, saying:</p>
<ul>
<li><em>Message you sent blocked by our bulk email filter</em>,</li>
<li><em>Undelivered Mail Returned to Sender</em>,</li>
<li><em> Delivery Notification: Delivery has failed</em>, or</li>
<li><em>Returned mail: see transcript for details.</em></li>
</ul>
<p>I was forced to filter out all these messages with procmail, using quite a rigid filter (cheers Ruben). As a consequence, there is a possibility that all email <strong>not directly addressed to me </strong>is deleted without further notice. If you are in doubt, or if you've sent me an email lately and you haven't received a reply - please send me an email on my gmail account, for which my usename is my last name.</p>
]]></content:encoded>
			<wfw:commentRss>http://arthur.is.verweg.com/2007/12/09/notice-e-mail/feed/</wfw:commentRss>
		</item>
		<item>
		<title>And the beat goes on..</title>
		<link>http://arthur.is.verweg.com/2007/12/04/and-the-beat-goes-on/</link>
		<comments>http://arthur.is.verweg.com/2007/12/04/and-the-beat-goes-on/#comments</comments>
		<pubDate>Tue, 04 Dec 2007 22:22:02 +0000</pubDate>
		<dc:creator>Arthur</dc:creator>
		
		<category><![CDATA[Academic]]></category>

		<category><![CDATA[Music]]></category>

		<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://arthur.is.verweg.com/2007/12/04/and-the-beat-goes-on/</guid>
		<description><![CDATA[Originally sung by Sonny &#38; Cher in 1967, then covered by Buddy Rich (you can only watch the video if you register, because Americans don't like 50's clips of women "fighting" in their underwear), whose version was then slightly remixed into the 1998 version I'm talking about: The All Seeing I, which was originally made [...]]]></description>
			<content:encoded><![CDATA[<p>Originally sung by <a href="http://youtube.com/watch?v=RGc9comHypk&amp;feature=related">Sonny &amp; Cher</a> in 1967, then covered by <a href="http://youtube.com/watch?v=keDrgBDRmzA">Buddy Rich</a> (you can only watch the video if you register, because Americans don't like 50's clips of women "fighting" in their underwear), whose version was then slightly remixed into the 1998 version I'm talking about: <a href="http://youtube.com/watch?v=Tuy1LwJWv_c">The All Seeing I</a>, which was originally made for <a href="http://youtube.com/watch?v=_7l-8t7ZaJs&amp;feature=related">Britney Spears</a> (is she actually singing "blah blah" at 0:31?). However, the album version of the <em>All Seeing I</em> still rocks - it's amazing how this song stood the test of time. And as a bonus: the video clip is very, very cool as well!</p>
<p>And, well..  There's other versions of this as well. There's a clip of a band called the Screamers, <a href="http://youtube.com/watch?v=FKXgV655tlc&amp;feature=related">performing it live</a>, their "singer" screaming the song (I'm guessing that's where they got their name from). If anyone knows another version, please let me know. I'd be very interested to hear it.</p>
<p>Still one of my favorite songs: <a href="http://youtube.com/watch?v=Tuy1LwJWv_c">(And) the beat goes on - The All Seeing I.</a></p>
<p><small>The PhD is going well, I think - First experiment should be up and running before I leave for Christmas the 22nd. And I've been working on some new designs again, expect to see this website change soon. Again.</small></p>
]]></content:encoded>
			<wfw:commentRss>http://arthur.is.verweg.com/2007/12/04/and-the-beat-goes-on/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Yarrrr, harrrrr..</title>
		<link>http://arthur.is.verweg.com/2007/09/19/yarrrr-harrrrr/</link>
		<comments>http://arthur.is.verweg.com/2007/09/19/yarrrr-harrrrr/#comments</comments>
		<pubDate>Wed, 19 Sep 2007 16:09:12 +0000</pubDate>
		<dc:creator>Arthur</dc:creator>
		
		<category><![CDATA[Academic]]></category>

		<category><![CDATA[Events]]></category>

		<category><![CDATA[Personal]]></category>

		<category><![CDATA[master]]></category>

		<category><![CDATA[pirate]]></category>

		<guid isPermaLink="false">http://arthur.is.verweg.com/2007/09/19/yarrrr-harrrrr/</guid>
		<description><![CDATA[In case you missed it, today is "international talk like a pirate day":

 http://cristgaming.com/pirate.swf
http://www.pyrats.net/watch-movie.html

And in other news: Today will be t' day that you will forever remember as t' day that I finished me Master o' biological and cognitive psychology! And… Only 12 days port until I start in Birmin'ham!
]]></description>
			<content:encoded><![CDATA[<p>In case you missed it, today is "<a href="http://www.talklikeapirate.com/">international talk like a pirate day</a>":</p>
<ul>
<li><a href="http://cristgaming.com/pirate.swf"> http://cristgaming.com/pirate.swf</a></li>
<li><a href="http://www.pyrats.net/watch-movie.html">http://www.pyrats.net/watch-movie.html</a></li>
</ul>
<p>And in other news: Today will be t' day that you will forever remember as t' day that I finished me Master o' biological and cognitive psychology! And… Only 12 days port until I start in Birmin'ham!</p>
]]></content:encoded>
			<wfw:commentRss>http://arthur.is.verweg.com/2007/09/19/yarrrr-harrrrr/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Pushing up the daisies</title>
		<link>http://arthur.is.verweg.com/2007/07/27/pushing-up-the-daisies/</link>
		<comments>http://arthur.is.verweg.com/2007/07/27/pushing-up-the-daisies/#comments</comments>
		<pubDate>Fri, 27 Jul 2007 09:19:45 +0000</pubDate>
		<dc:creator>Arthur</dc:creator>
		
		<category><![CDATA[TV series]]></category>

		<category><![CDATA[Upcoming]]></category>

		<guid isPermaLink="false">http://arthur.is.verweg.com/2007/07/27/pushing-up-the-daisies/</guid>
		<description><![CDATA[There's a new series coming this fall; Pushing Daisies. Now here's one to look out for - produced by the same team as "Big Fish", this series has it all; a very nice plot, snappy dialogues and a general Timburtonesque mystical style.
Plot, taken from Wikipedia:
Pushing Daisies is a "forensic fairy tale" that focuses on Ned, [...]]]></description>
			<content:encoded><![CDATA[<p>There's a new series coming this fall; <a href="http://abc.go.com/fallpreview/pushingdaisies/">Pushing</a> <a href="http://www.imdb.com/title/tt0925266/">Daisies</a>. Now here's one to look out for - produced by the same team as "Big Fish", this series has it all; a very nice plot, snappy dialogues and a general Timburtonesque mystical style.</p>
<p>Plot, <a href="http://en.wikipedia.org/wiki/Pushing_Daisies">taken from Wikipedia</a>:</p>
<blockquote><p><em>Pushing Daisies</em> is a "forensic fairy tale" that focuses on Ned, a pie maker with a mysterious ability to make the dead briefly live again. The gift is not without its complications, as if he touches this being once again, they'll be dead permanently. If he doesn't touch them at all within sixty seconds, they continue, but someone other than the deceased will die. It's a gift that he puts in good use to help a private investigator friend, Emerson Cod and his childhood spirit, the once dead Charlotte "Chuck" Charles.</p></blockquote>
<p>First episode on TV: October 3rd, 2007. Leaked pilot now available from the interweb.</p>
<p>(And thanks to <a href="http://webtwee.net">Bob</a> for the tip)</p>
]]></content:encoded>
			<wfw:commentRss>http://arthur.is.verweg.com/2007/07/27/pushing-up-the-daisies/feed/</wfw:commentRss>
		</item>
		<item>
		<title>A simple adaptive staircase toolbox for Matlab</title>
		<link>http://arthur.is.verweg.com/2007/07/22/a-simple-adaptive-staircase-toolbox-for-matlab/</link>
		<comments>http://arthur.is.verweg.com/2007/07/22/a-simple-adaptive-staircase-toolbox-for-matlab/#comments</comments>
		<pubDate>Sun, 22 Jul 2007 13:16:02 +0000</pubDate>
		<dc:creator>Arthur</dc:creator>
		
		<category><![CDATA[Academic]]></category>

		<category><![CDATA[Matlab]]></category>

		<guid isPermaLink="false">http://arthur.is.verweg.com/2007/07/22/a-simple-adaptive-staircase-toolbox-for-matlab/</guid>
		<description><![CDATA[Today, I'm publishing a small toolbox for Matlab which enables you to run simple adaptive staircase procedures. Its theoretical basics can be found in Levitt's 1971 influential article titled "Transformed up-down methods in psychoacoustics". Its code flow is inspired on code previously written by Dirk Beer.
More information about the toolbox itself can be found on [...]]]></description>
			<content:encoded><![CDATA[<p>Today, I'm publishing a <a href="http://arthur.is.verweg.com/projects/staircase/">small toolbox for Matlab</a> which enables you to run simple adaptive staircase procedures. Its theoretical basics can be found in Levitt's 1971 influential article titled "<a href="http://www.ncbi.nlm.nih.gov/sites/entrez?cmd=Retrieve&amp;db=PubMed&amp;list_uids=5541744&amp;dopt=Citation">Transformed up-down methods in psychoacoustics</a>". Its code flow is inspired on code previously written by <a href="http://psy.ucsd.edu/~rdbeer/">Dirk Beer</a>.</p>
<p>More information about the toolbox itself can be found on <a href="http://arthur.is.verweg.com/projects/staircase/">the project page</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://arthur.is.verweg.com/2007/07/22/a-simple-adaptive-staircase-toolbox-for-matlab/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
