<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/rss2full.xsl" type="text/xsl" media="screen"?><?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/itemcontent.css" type="text/css" media="screen"?><rss 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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>dennogumi.org</title>
	
	<link>http://www.dennogumi.org</link>
	<description>On the web since 1999</description>
	<pubDate>Sun, 02 Nov 2008 14:15:20 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
	<language>en</language>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/dennogumi" type="application/rss+xml" /><item>
		<title>The plague of cross-database annotations</title>
		<link>http://feeds.feedburner.com/~r/dennogumi/~3/439985529/the-plague-of-cross-database-annotations</link>
		<comments>http://www.dennogumi.org/2008/11/the-plague-of-cross-database-annotations#comments</comments>
		<pubDate>Sun, 02 Nov 2008 14:15:20 +0000</pubDate>
		<dc:creator>Einar</dc:creator>
		
		<category><![CDATA[Science]]></category>

		<category><![CDATA[annotation]]></category>

		<category><![CDATA[database]]></category>

		<category><![CDATA[microarray]]></category>

		<guid isPermaLink="false">http://www.dennogumi.org/?p=470</guid>
		<description><![CDATA[Recently I had to annotate a large (10,000+) number of genes identified by Entrez Gene IDs. My goal was to avoid &#8220;annotation files&#8221; (basically CSV files) that a part of wet lab group likes, because I wanted to stay up-to-date without having to remember to update them. So the obvious solution was to use a [...]]]></description>
			<content:encoded><![CDATA[<p>Recently I had to annotate a large (10,000+) number of genes identified by Entrez Gene IDs. My goal was to avoid &#8220;annotation files&#8221; (basically CSV files) that a part of wet lab group likes, because I wanted to stay up-to-date without having to remember to update them. So the obvious solution was to use a service available on the web, and in an automated way. For reference, I just tried to attach gene symbol, gene name, chromosome and cytoband.<br />
I tried many services:</p>
<ul>
<li><strong><a href="http://genome.ucsc.edu">UCSC Genome Browser</a></strong>: it has a MySQL server but it&#8217;s rather slow and I did not want to clog it up. Using their tables and .sql files I managed to get a first shot at annotation, but about 2,000 genes were without annotation!</li>
<li><strong><a href="http://www.ncbi.nlm.nih.gov/sites/entrez?db=gene">NCBI&#8217;s own Entrez Gene</a></strong>: This needs EUtils, and in Biopython there is not a parser for Entrez Gene XML entries. I had to scrap the idea because I did not have time.</li>
<li><strong><a href="http://www.ensembl.org">Ensembl</a></strong>: I decided to use the <a href="http://www.biomart.org">Biomart</a> service, through Rpy. There were missing genes, and sometimes the IDs were &#8220;converted&#8221; in something else (I  had no time to figure out what was happening). Also some perfectly valid genes (in Entrez Gene) were not present in Ensembl.</li>
</ul>
<p>In the end I just grabbed <a href="http://www.bioconductor.org/packages/2.3/data/annotation/html/org.Hs.eg.db.html">Bioconductor&#8217;s &#8220;org.Hs.eg.db&#8221; package </a>and used its sqlite gene database (from Entrez Gene) to annotate the list, with only 97 missing IDs (mostly genes that had changed identifiers). However, this effort revealed a problem:<em>the annotations are not consistent between databases</em>. This is a real pain when doing microarray-based analysis, because you often have large number of genes and perceived lack of annotation might get lead to a number of them getting discarded. </p>
<p>I thought the situation was better than this. If I annotate genes in different databases with the same ID, I expect to get identical results. I mean, it&#8217;s not like Gene or Ensembl have little resources&#8230; or am I wrong?</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/dennogumi?a=wq1XN"><img src="http://feeds.feedburner.com/~f/dennogumi?i=wq1XN" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/dennogumi?a=sfBan"><img src="http://feeds.feedburner.com/~f/dennogumi?i=sfBan" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/dennogumi/~4/439985529" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.dennogumi.org/2008/11/the-plague-of-cross-database-annotations/feed</wfw:commentRss>
		<feedburner:origLink>http://www.dennogumi.org/2008/11/the-plague-of-cross-database-annotations</feedburner:origLink></item>
		<item>
		<title>Alternatives to Kubuntu for the Eee PC?</title>
		<link>http://feeds.feedburner.com/~r/dennogumi/~3/428904662/alternatives-to-kubuntu-for-the-eee-pc</link>
		<comments>http://www.dennogumi.org/2008/10/alternatives-to-kubuntu-for-the-eee-pc#comments</comments>
		<pubDate>Wed, 22 Oct 2008 20:07:36 +0000</pubDate>
		<dc:creator>Einar</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<category><![CDATA[distribution]]></category>

		<category><![CDATA[kubuntu]]></category>

		<guid isPermaLink="false">http://www.dennogumi.org/?p=468</guid>
		<description><![CDATA[Currently I have Kubuntu 8.04 (Hardy) installed on my Eee PC. Version 8.10, the Intrepid Ibex, is due on October 30th. However, I will not install it. The reason is that Kubuntu developers intentionally disabled the zoom function, and I have three activities on this machine. How come I&#8217;m supposed to use them? Also, space [...]]]></description>
			<content:encoded><![CDATA[<p>Currently I have Kubuntu 8.04 (Hardy) installed on my Eee PC. Version 8.10, the Intrepid Ibex, is due on October 30th. However, I will not install it. The reason is that Kubuntu developers <a href="http://forum.kde.org/showthread.php?tid=7671&#038;page=1" title="Check near the end of the page">intentionally disabled the zoom function</a>, and I have three activities on this machine. How come I&#8217;m supposed to use them? Also, space is pretty tight so install a build environment just to remove one patch seems overkill.<br />
So, I&#8217;m moving away from it. Do you know any recent, EeePC and KDE friendly distro?</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/dennogumi?a=nijGM"><img src="http://feeds.feedburner.com/~f/dennogumi?i=nijGM" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/dennogumi?a=Vlzqm"><img src="http://feeds.feedburner.com/~f/dennogumi?i=Vlzqm" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/dennogumi/~4/428904662" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.dennogumi.org/2008/10/alternatives-to-kubuntu-for-the-eee-pc/feed</wfw:commentRss>
		<feedburner:origLink>http://www.dennogumi.org/2008/10/alternatives-to-kubuntu-for-the-eee-pc</feedburner:origLink></item>
		<item>
		<title>DataMatrix page up</title>
		<link>http://feeds.feedburner.com/~r/dennogumi/~3/418845099/datamatrix-page-up</link>
		<comments>http://www.dennogumi.org/2008/10/datamatrix-page-up#comments</comments>
		<pubDate>Sun, 12 Oct 2008 20:14:14 +0000</pubDate>
		<dc:creator>Einar</dc:creator>
		
		<category><![CDATA[General]]></category>

		<category><![CDATA[Linux]]></category>

		<category><![CDATA[datamatrix]]></category>

		<category><![CDATA[programming]]></category>

		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://www.dennogumi.org/?p=466</guid>
		<description><![CDATA[Ok, ok&#8230; my definition of &#8220;tomorrow&#8221; is not like what most people use, apparently. Although I took quite a while, now there is a static page on DataMatrix. There you will find a summary of wht I wrote in my other blog posts regarding this module. Of course, it will be kept up-to-date should I [...]]]></description>
			<content:encoded><![CDATA[<p>Ok, ok&#8230; my definition of &#8220;tomorrow&#8221; is not like what most people use, apparently. Although I took quite a while, now <a href="http://www.dennogumi.org/projects-2/datamatrix">there is a static page on DataMatrix</a>. There you will find a summary of wht I wrote in my other blog posts regarding this module. Of course, it will be kept up-to-date should I release a new version.</p>
<p>Aside that, I put a contact form on this blog. It may be useful for reports that aren&#8217;t directly related to the posts.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/dennogumi?a=ihgtM"><img src="http://feeds.feedburner.com/~f/dennogumi?i=ihgtM" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/dennogumi?a=4Ft7m"><img src="http://feeds.feedburner.com/~f/dennogumi?i=4Ft7m" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/dennogumi/~4/418845099" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.dennogumi.org/2008/10/datamatrix-page-up/feed</wfw:commentRss>
		<feedburner:origLink>http://www.dennogumi.org/2008/10/datamatrix-page-up</feedburner:origLink></item>
		<item>
		<title>Posting from KOrganizer</title>
		<link>http://feeds.feedburner.com/~r/dennogumi/~3/404490930/posting-from-korganizer</link>
		<comments>http://www.dennogumi.org/2008/09/posting-from-korganizer#comments</comments>
		<pubDate>Sat, 20 Sep 2008 03:46:00 +0000</pubDate>
		<dc:creator>Einar</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.dennogumi.org/2008/09/posting-from-korganizer</guid>
		<description><![CDATA[Following the instruction from Mike Arthur&#8217;s post on planetkde, I tried posting on dennogumi.org from KOrganizer (KDE 4.1.1). Lo and behold, it works! It&#8217;s always better to use an application rather than a clunky web user interface&#8230;
]]></description>
			<content:encoded><![CDATA[<p>Following the instruction from Mike Arthur&#8217;s post on planetkde, I tried posting on dennogumi.org from KOrganizer (KDE 4.1.1). Lo and behold, it works! It&#8217;s always better to use an application rather than a clunky web user interface&#8230;</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/dennogumi?a=DJDPL"><img src="http://feeds.feedburner.com/~f/dennogumi?i=DJDPL" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/dennogumi?a=7PQkl"><img src="http://feeds.feedburner.com/~f/dennogumi?i=7PQkl" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/dennogumi/~4/404490930" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.dennogumi.org/2008/09/posting-from-korganizer/feed</wfw:commentRss>
		<feedburner:origLink>http://www.dennogumi.org/2008/09/posting-from-korganizer</feedburner:origLink></item>
		<item>
		<title>DataMatrix 0.5</title>
		<link>http://feeds.feedburner.com/~r/dennogumi/~3/397501117/datamatrix-05</link>
		<comments>http://www.dennogumi.org/2008/09/datamatrix-05#comments</comments>
		<pubDate>Fri, 19 Sep 2008 19:54:58 +0000</pubDate>
		<dc:creator>Einar</dc:creator>
		
		<category><![CDATA[General]]></category>

		<category><![CDATA[Linux]]></category>

		<category><![CDATA[Science]]></category>

		<category><![CDATA[datamatrix]]></category>

		<category><![CDATA[programming]]></category>

		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://www.dennogumi.org/?p=451</guid>
		<description><![CDATA[At last, since it&#8217;s been like ages, I decided to put out a new version of DataMatrix. For those who haven&#8217;t seen my previous post, DataMatrix is a Pythonic implementation of R&#8217;s data.frame. It enables you to manipulate a text file by columns or rows, to your liking, using a dictionary-like syntax. 
In this new [...]]]></description>
			<content:encoded><![CDATA[<p>At last, since it&#8217;s been like ages, I decided to put out a new version of DataMatrix. For those who haven&#8217;t seen my previous post, DataMatrix is a Pythonic implementation of <a href="http://stat.ethz.ch/R-manual/R-patched/library/base/html/data.frame.html">R&#8217;s data.frame</a>. It enables you to manipulate a text file by columns or rows, to your liking, using a dictionary-like syntax. </p>
<p>In this new version there have been a few improvements and correction to a couple bugs (for example saveMatrix did not really save) and the start (only a stub at the moment) of an append function to add more columns (I&#8217;ll also think about a function to add rows).</p>
<p>DataMatrix is licensed under the GNU GPL, version 2 only. You can download <a href="http://www.dennogumi.org/files/datamatrix-0.5.win32.exe">the installer</a> (Windows) or <a href="http://www.dennogumi.org/files/datamatrix-0.5.tar.gz">the source distribution</a> (Linux and other *nixes). The only requirement is Python 2.5 or later installed on your system.</p>
<p> The README currently is a stub, but you can <a href="http://www.dennogumi.org/files/datamatrix.html">browse the pydoc generated documentation</a>, which details how to instantiate and use DataMatrix objects (or <a href="http://www.dennogumi.org/2008/06/dataframes-in-python-datamatrix">you can turn to my older post</a>). </p>
<p>Also, since git is the new &#8220;cool feature of the day&#8221;, DataMatrix is is hosted on github&#8217;s repository, and you can grab the source with </p>
<pre name="code" class="cpp">

git clone git://github.com/cswegger/datamatrix.git
</pre>
<p>Comments and suggestions are welcome. I&#8217;ll be putting a static page on DataMatrix tomorrow, if time permits.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/dennogumi?a=jkPqL"><img src="http://feeds.feedburner.com/~f/dennogumi?i=jkPqL" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/dennogumi?a=qG1Kl"><img src="http://feeds.feedburner.com/~f/dennogumi?i=qG1Kl" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/dennogumi/~4/397501117" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.dennogumi.org/2008/09/datamatrix-05/feed</wfw:commentRss>
		<feedburner:origLink>http://www.dennogumi.org/2008/09/datamatrix-05</feedburner:origLink></item>
		<item>
		<title>New PC, at last</title>
		<link>http://feeds.feedburner.com/~r/dennogumi/~3/396632640/new-pc-at-last</link>
		<comments>http://www.dennogumi.org/2008/09/new-pc-at-last#comments</comments>
		<pubDate>Sat, 13 Sep 2008 21:24:35 +0000</pubDate>
		<dc:creator>Einar</dc:creator>
		
		<category><![CDATA[General]]></category>

		<category><![CDATA[Final Fantasy XI]]></category>

		<category><![CDATA[hardware]]></category>

		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.dennogumi.org/?p=448</guid>
		<description><![CDATA[All right, it didn&#8217;t quite turn out as I had expected. This post wasn&#8217;t &#8220;soon&#8221;as I predicted originally. The reason? The fact that the video card I bought died after three days of usage, and getting a replacement took a while. Finally though, I have a functional system. It&#8217;s a Core 2 Duo CPU (7200) [...]]]></description>
			<content:encoded><![CDATA[<p>All right, it didn&#8217;t quite turn out as I had expected. This post wasn&#8217;t &#8220;soon&#8221;as I predicted originally. The reason? The fact that the video card I bought died after three days of usage, and getting a replacement took a while. Finally though, I have a functional system. It&#8217;s a Core 2 Duo CPU (7200) with 2 Gb of RAM and an ATI Radeon 3870 HD video card. </p>
<p>I installed Linux on it, of course, but instead of Kubuntu I gave <a href="http://en.opensuse.org" title="openSUSE">openSUSE</a> a try. It&#8217;s quite polished, although I had to go through some hoops to enable font hinting, especially in Firefox (not that I use that browser a lot, but I still need it for some things). I&#8217;ll be keeping Kubuntu on the Eee, as there&#8217;s a larger community for customization. </p>
<p>With this PC, I can do a few things, such as trying out FFXI on WINE and also try out some web application using the <a href="http://www.djangoproject.com" title="The Django project">Django framework</a>. </p>
<p>By the way, if you have seen some downtime in this blog it&#8217;s due to the absolutely awful Wordpress upgrades I attempted, and mostly Wordpress&#8217;s fault anyway.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/dennogumi?a=YkylL"><img src="http://feeds.feedburner.com/~f/dennogumi?i=YkylL" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/dennogumi?a=nbqxl"><img src="http://feeds.feedburner.com/~f/dennogumi?i=nbqxl" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/dennogumi/~4/396632640" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.dennogumi.org/2008/09/new-pc-at-last/feed</wfw:commentRss>
		<feedburner:origLink>http://www.dennogumi.org/2008/09/new-pc-at-last</feedburner:origLink></item>
		<item>
		<title>I’m back</title>
		<link>http://feeds.feedburner.com/~r/dennogumi/~3/396632641/im-back-2</link>
		<comments>http://www.dennogumi.org/2008/08/im-back-2#comments</comments>
		<pubDate>Wed, 27 Aug 2008 19:00:42 +0000</pubDate>
		<dc:creator>Einar</dc:creator>
		
		<category><![CDATA[General]]></category>

		<category><![CDATA[Final Fantasy XI]]></category>

		<category><![CDATA[holidays]]></category>

		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://www.dennogumi.org/?p=442</guid>
		<description><![CDATA[Sadly (for me) I&#8217;m back from the holidays. For those of you who wondered why the updates on Japan stopped: when I got back to Tokyo I didn&#8217;t have an Internet connection, so I had no means to update. The whole holiday was a blast, though, and we&#8217;re considering getting back in two years.
Aside from [...]]]></description>
			<content:encoded><![CDATA[<p>Sadly (for me) I&#8217;m back from the holidays. For those of you who wondered why the updates on Japan stopped: when I got back to Tokyo I didn&#8217;t have an Internet connection, so I had no means to update. The whole holiday was a blast, though, and we&#8217;re considering getting back in two years.</p>
<p>Aside from that, work has picked up a really fast pace immediately (why on Earth journals don&#8217;t accept LaTeX-produced PDFs?) and I expect a round of meetings and planning to start soon to plan the next three months. I had a poster accepted at <a href="http://www.eccb2008.org">the ECCB 2008 conference</a>, but the steep fees (1200 euro for flight, registration and lodging) made me reconsider. Better luck next time, I guess.</p>
<p>On other fronts, I read that <a href="http://forums.ffxiclopedia.org/viewtopic.php?f=1&#038;t=14827">FFXI can run on WINE now</a>. I&#8217;ll be sure to try it once I finish preparing my new PC (I&#8217;ll write about it soon).</p>
<p>That&#8217;s all for now.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/dennogumi?a=vwbpL"><img src="http://feeds.feedburner.com/~f/dennogumi?i=vwbpL" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/dennogumi?a=EtMVl"><img src="http://feeds.feedburner.com/~f/dennogumi?i=EtMVl" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/dennogumi/~4/396632641" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.dennogumi.org/2008/08/im-back-2/feed</wfw:commentRss>
		<feedburner:origLink>http://www.dennogumi.org/2008/08/im-back-2</feedburner:origLink></item>
		<item>
		<title>Japan - Day 6</title>
		<link>http://feeds.feedburner.com/~r/dennogumi/~3/396632642/japan-day-6</link>
		<comments>http://www.dennogumi.org/2008/08/japan-day-6#comments</comments>
		<pubDate>Fri, 08 Aug 2008 11:54:24 +0000</pubDate>
		<dc:creator>Einar</dc:creator>
		
		<category><![CDATA[General]]></category>

		<category><![CDATA[Japan]]></category>

		<category><![CDATA[travel]]></category>

		<guid isPermaLink="false">http://www.dennogumi.org/?p=440</guid>
		<description><![CDATA[Today we went to Nar, site of the first capital of Japan, especially to see the Todaiji Temple, designated as a World Heritage site by UNESCO. We used an express train to get to Nara and then a bus to get to the Todaiji itself (actually it&#8217;s a quick walk, I just didn&#8217;t know the [...]]]></description>
			<content:encoded><![CDATA[<p>Today we went to Nar, site of the first capital of Japan, especially to see the Todaiji Temple, designated as a World Heritage site by UNESCO. We used an express train to get to Nara and then a bus to get to the Todaiji itself (actually it&#8217;s a quick walk, I just didn&#8217;t know the distance was so short). The temple lies inside the <em>Nara-koen</em>, or Nara park, which is famous for its 1200 tame sacred deers.</p>
<p>There are <em>lots</em> of them. Everywhere. Literally. As they&#8217;re tame, they approach people and aren&#8217;t really scared (save for the younger ones). You&#8217;ll see some photos of them in the gallery. After that, I got to see the Daibutsu (BIG BUDDHA, for NRK). It&#8217;s a <strong>huge</strong> statue of the Buddha, in bronze and gold. Along with that, we paid a visit to the Nara Museum (1200 yen - ick) to see an exhibition on the thirty-three shrine pilgrimage in Japan. Nice exhibits, just a little short for the price.</p>
<p>The afternoon was spent looking for electronics at the BIC CAMERA store near the Kyoto station. Tomorrow we&#8217;re back to Tokyo - last two days of shopping before going back to Italy. The gallery has been updated, as usual.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/dennogumi?a=gEVQL"><img src="http://feeds.feedburner.com/~f/dennogumi?i=gEVQL" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/dennogumi?a=qHHol"><img src="http://feeds.feedburner.com/~f/dennogumi?i=qHHol" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/dennogumi/~4/396632642" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.dennogumi.org/2008/08/japan-day-6/feed</wfw:commentRss>
		<feedburner:origLink>http://www.dennogumi.org/2008/08/japan-day-6</feedburner:origLink></item>
		<item>
		<title>Japan - Day 5</title>
		<link>http://feeds.feedburner.com/~r/dennogumi/~3/396632643/japan-day-5</link>
		<comments>http://www.dennogumi.org/2008/08/japan-day-5#comments</comments>
		<pubDate>Thu, 07 Aug 2008 12:51:28 +0000</pubDate>
		<dc:creator>Einar</dc:creator>
		
		<category><![CDATA[Anime]]></category>

		<category><![CDATA[General]]></category>

		<category><![CDATA[Japan]]></category>

		<category><![CDATA[travel]]></category>

		<guid isPermaLink="false">http://www.dennogumi.org/?p=438</guid>
		<description><![CDATA[It&#8217;s been a hot day here in Kyoto. And I don&#8217;t mean lame second meanings, just that the temperature was really over the top. As a consequence, we changed our plans: we were supposed to visit the so-called &#8220;path of the philosophy&#8221; but instead we set for Nijo Castle. Nijo Castle was the Kyoto residence [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been a <strong>hot</strong> day here in Kyoto. And I don&#8217;t mean lame second meanings, just that the temperature was really over the top. As a consequence, we changed our plans: we were supposed to visit the so-called &#8220;path of the philosophy&#8221; but instead we set for Nijo Castle. Nijo Castle was the Kyoto residence of Ieyasu Tokugawa (I suspect to tell the emperor who was the <em>real</em> person in power) and it can be visited. The palace and its surroundings are truly magnificient.</p>
<p>After that we stopped for lunch in the Kyoto Station, a rather controversial piece of architecture built in the ninieties of the last century. I can say it&#8217;s huge, and filled with stores and even a hotel(!).</p>
<p>In the afternoon, we went gain for shopping, targeting the local Animate, Gamers, and Melon Books stores. My brother snatched up a non-H, FFXI-related dojinshi from Melonbooks, and I grabbed a limited edition of Aquaplus&#8217;s latest PS3 title, <em>Tears to Tiara </em>(photos coming up tomorrow). Tomorrow, we&#8217;ll be (weather permitting) heading for Nara to view the Todaiji Temple. That will be our last day in the Kansai region, as the day after that we&#8217;ll return to Tokyo via <em>shinkansen</em>. New photos have been uploaded to the gallery, of course.</p>
<p>By the way, I managed to view <em>Slayers Revolution</em> last night on TV Tokyo, and here is the obligatory photo:</p>
<p style="text-align: center;"><a href="http://www.dennogumi.org/wpg2?g2_itemId=895"><img title="img_0128.jpg" src="http://www.dennogumi.org/gallery2/main.php?g2_view=core.DownloadItem&amp;g2_itemId=896&amp;g2_GALLERYSID=00deaa1ced93dda30a5dd7862dff22cd" alt="img_0128.jpg" width="150" height="150" /></a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/dennogumi?a=iH5vL"><img src="http://feeds.feedburner.com/~f/dennogumi?i=iH5vL" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/dennogumi?a=r3FIl"><img src="http://feeds.feedburner.com/~f/dennogumi?i=r3FIl" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/dennogumi/~4/396632643" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.dennogumi.org/2008/08/japan-day-5/feed</wfw:commentRss>
		<feedburner:origLink>http://www.dennogumi.org/2008/08/japan-day-5</feedburner:origLink></item>
		<item>
		<title>Japan - Day 3 and 4</title>
		<link>http://feeds.feedburner.com/~r/dennogumi/~3/396632644/japan-day-3-and-4</link>
		<comments>http://www.dennogumi.org/2008/08/japan-day-3-and-4#comments</comments>
		<pubDate>Thu, 07 Aug 2008 12:14:28 +0000</pubDate>
		<dc:creator>Einar</dc:creator>
		
		<category><![CDATA[General]]></category>

		<category><![CDATA[Japan]]></category>

		<category><![CDATA[travel]]></category>

		<guid isPermaLink="false">http://www.dennogumi.org/?p=436</guid>
		<description><![CDATA[I was too tired to write an entry yesterday, so I&#8217;ll just sum things up here. Yesterday we went to Nikko, home of the Rinnoji Temple, the Toshogu Shrine and the Futarasan Shrine. We decided to visit it to see the tomb of Ieyasu Tokugawa. We took the Tobu Railways SPACIA train to Nikko then [...]]]></description>
			<content:encoded><![CDATA[<p>I was too tired to write an entry yesterday, so I&#8217;ll just sum things up here. Yesterday we went to Nikko, home of the Rinnoji Temple, the Toshogu Shrine and the Futarasan Shrine. We decided to visit it to see the tomb of Ieyasu Tokugawa. We took the Tobu Railways SPACIA train to Nikko then used a special pass I had bought beforehand online (the World Heritage Pass) to see the places. Nice nature and architecture, and I saw three large statues of Buddha (three BIG BUDDHA, right NRK?) in the Rinnoji temple. The Toshogu shrine was also magnificient, although the famous <em>Nemuri-neko </em>(sleeping cat) was extremely small, almost unnoticeable. Rain caught us in the afternoon so we went back to Tokyo.</p>
<p>Today instead we transferred by Shinkansen to Kyoto (very fast trip) and settled in the new hotel here (definitely larger, although I have to access the net from a lobby). Tomorrow we&#8217;ll go for some sightseeing in the morning and shopping in the afternoon (Gamers and Melon Books have branches here, near the hotel even).</p>
<p>New photos have been put up in the gallery.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/dennogumi?a=gULML"><img src="http://feeds.feedburner.com/~f/dennogumi?i=gULML" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/dennogumi?a=Wymol"><img src="http://feeds.feedburner.com/~f/dennogumi?i=Wymol" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/dennogumi/~4/396632644" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.dennogumi.org/2008/08/japan-day-3-and-4/feed</wfw:commentRss>
		<feedburner:origLink>http://www.dennogumi.org/2008/08/japan-day-3-and-4</feedburner:origLink></item>
	</channel>
</rss><!-- Dynamic Page Served (once) in 0.899 seconds --><!-- Cached page served by WP-Super-Cache -->
