<?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>The Aust Gate &#187; letters</title>
	<atom:link href="http://austgate.co.uk/tags/letters/feed/" rel="self" type="application/rss+xml" />
	<link>http://austgate.co.uk</link>
	<description>Open Knowledge and Literature</description>
	<lastBuildDate>Mon, 23 Jan 2012 18:10:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Finding and mapping influences</title>
		<link>http://austgate.co.uk/2011/03/finding-and-mapping-influences/</link>
		<comments>http://austgate.co.uk/2011/03/finding-and-mapping-influences/#comments</comments>
		<pubDate>Wed, 16 Mar 2011 18:49:12 +0000</pubDate>
		<dc:creator>iain_emsley</dc:creator>
				<category><![CDATA[Text Mining]]></category>
		<category><![CDATA[letters]]></category>
		<category><![CDATA[open_correspondence]]></category>
		<category><![CDATA[rdf]]></category>

		<guid isPermaLink="false">http://austgate.co.uk/?p=307</guid>
		<description><![CDATA[The awesome Jonathan Gray posted an intriguing question on his blog about mapping influence in intellectual history. What he is trying to do is to map the possible routes of influence between people. In his case, it is philosophers; in mine, authors. One of the driving ideas behind the Open Correspondence RDF was to begin [...]]]></description>
			<content:encoded><![CDATA[<p>The awesome Jonathan Gray posted an intriguing question on his blog about <a title="Jonathan Gray on mapping intellectual history and influence" href="http://jonathangray.org/2011/02/20/who-read-what-mapping-influence-in-intellectual-history/" target="_blank">mapping influence in intellectual history</a>. What he is trying to do is to map the possible routes of influence between people. In his case, it is philosophers; in mine, authors.</p>
<p>One of the driving ideas behind the <a title="Open Correspondence RDF schema" href="http://www.opencorrespondence.org/schema" target="_blank">Open Correspondence RDF</a> was to begin identifying the people to whom Dickens wrote about books. Out of this I would like to create some visualisations of the data. You could possibly do this for the places, for example track his letters for one of the US tours.</p>
<p>But back to the original question. I believe this can be done (as I&#8217;ve been working on the XML issues) using Python&#8217;s rdflib. The major issue would be to get this working across version 2.4 and 3 so that any released code would be cross-platform.</p>
<p>Jonathan: as an open call, I&#8217;d love to work with you on this.</p>
]]></content:encoded>
			<wfw:commentRss>http://austgate.co.uk/2011/03/finding-and-mapping-influences/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A change to the Letters project</title>
		<link>http://austgate.co.uk/2010/03/a-change-to-the-letters-project/</link>
		<comments>http://austgate.co.uk/2010/03/a-change-to-the-letters-project/#comments</comments>
		<pubDate>Sun, 28 Mar 2010 11:19:55 +0000</pubDate>
		<dc:creator>iain_emsley</dc:creator>
				<category><![CDATA[Open Knowledge]]></category>
		<category><![CDATA[projects]]></category>
		<category><![CDATA[Text Mining]]></category>
		<category><![CDATA[letters]]></category>

		<guid isPermaLink="false">http://austgate.co.uk/?p=145</guid>
		<description><![CDATA[During the previously blogged dinner with Ben and Rufus, we talked about the nascent work on the letters project. Both have &#8220;encouraged&#8221; me (it didn&#8217;t take too much persuasion, it must be said) to move the project to the Open Knowledge Foundation and to port it to Python with a Redis backend rather than the [...]]]></description>
			<content:encoded><![CDATA[<p>During the previously blogged dinner with Ben and Rufus, we talked about the nascent work on the letters project. Both have &#8220;encouraged&#8221; me (it didn&#8217;t take too much persuasion, it must be said) to move the project to the Open Knowledge Foundation and to port it to Python with a Redis backend rather than the current PHP/MySQL set up. I hope that the move will be complete soon.</p>
]]></content:encoded>
			<wfw:commentRss>http://austgate.co.uk/2010/03/a-change-to-the-letters-project/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Update on the Letters of Dickens</title>
		<link>http://austgate.co.uk/2009/11/update-on-the-letters-of-dickens/</link>
		<comments>http://austgate.co.uk/2009/11/update-on-the-letters-of-dickens/#comments</comments>
		<pubDate>Sun, 22 Nov 2009 10:54:54 +0000</pubDate>
		<dc:creator>iain_emsley</dc:creator>
				<category><![CDATA[Information Retrieval]]></category>
		<category><![CDATA[Open Knowledge]]></category>
		<category><![CDATA[letters]]></category>

		<guid isPermaLink="false">http://austgate.co.uk/?p=102</guid>
		<description><![CDATA[Just started on a new version of the Dickens letters which I&#8217;m trying to improve before adding in further volumes of text and other authors. I&#8217;ve refactored some of the code to remove some of the cruft and obsolescence. I&#8217;ve also been working on the rdf so that I can build up the RDFa links [...]]]></description>
			<content:encoded><![CDATA[<p>Just started on a new version of the Dickens letters which I&#8217;m trying to improve before adding in further volumes of text and other authors.</p>
<p>I&#8217;ve refactored some of the code to remove some of the cruft and obsolescence. I&#8217;ve also been working on the rdf so that I can build up the RDFa links for each letter.</p>
<p>This will be linked to the full text search  of the letter text that I&#8217;m going to explore using MySQL (which appears to be Xapian like in some parts). It is only going to be  a first stop as I think that further processing might well be needed to make the links more explicit and the search more relevant. Might well look into increasing the search possibilities for finding letters.</p>
<p>In the future, I&#8217;m going to look into annotation bits and pieces and software.</p>
]]></content:encoded>
			<wfw:commentRss>http://austgate.co.uk/2009/11/update-on-the-letters-of-dickens/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Letters of Charles Dickens website</title>
		<link>http://austgate.co.uk/2009/09/letters-of-charles-dickens-website/</link>
		<comments>http://austgate.co.uk/2009/09/letters-of-charles-dickens-website/#comments</comments>
		<pubDate>Fri, 18 Sep 2009 20:39:31 +0000</pubDate>
		<dc:creator>iain_emsley</dc:creator>
				<category><![CDATA[Information Retrieval]]></category>
		<category><![CDATA[Text Mining]]></category>
		<category><![CDATA[charles dickens]]></category>
		<category><![CDATA[letters]]></category>

		<guid isPermaLink="false">http://austgate.co.uk/?p=94</guid>
		<description><![CDATA[I&#8217;ve finally posted the first draft of the Dickens website here: http://austgate.co.uk/dickens/index.php?author=Dickens.  The idea is that it will allow users to derive networks across the a variety of Victorian authors as and when I can develop the datasets. I&#8217;ve also been developing a small text ontology to add to the Friend of a Friend (FOAF)  [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve finally posted the first draft of the Dickens website here: <a title="Letters of Dickens website" href="http://austgate.co.uk/dickens/index.php?author=Dickens" target="_blank">http://austgate.co.uk/dickens/index.php?author=Dickens</a>.  The idea is that it will allow users to derive networks across the a variety of Victorian authors as and when I can develop the datasets.</p>
<p>I&#8217;ve also been developing a small text ontology to add to the <a title="Friend of a Friend project" href="http://www.foaf-project.org/" target="_blank">Friend of a Friend</a> (FOAF)  and <a title="Dublin Core ontology" href="http://dublincore.org/" target="_blank">Dublin Core </a>(DC) ontologies. I&#8217;ll post details later. The database schema is still under development but I hope to get that change done soon so that I can get on with the XML changes.</p>
]]></content:encoded>
			<wfw:commentRss>http://austgate.co.uk/2009/09/letters-of-charles-dickens-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

