<?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>Alejandro Giacometti &#187; Blog</title>
	<atom:link href="http://alejandrogiacometti.com/category/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://alejandrogiacometti.com</link>
	<description></description>
	<lastBuildDate>Tue, 08 May 2012 20:11:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>TEDxJuanDeFuca Stan Ruecker Rich Prospect Browsing</title>
		<link>http://alejandrogiacometti.com/2011/06/tedxjuandefuca-stan-ruecker-rich-prospect-browsing/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=tedxjuandefuca-stan-ruecker-rich-prospect-browsing</link>
		<comments>http://alejandrogiacometti.com/2011/06/tedxjuandefuca-stan-ruecker-rich-prospect-browsing/#comments</comments>
		<pubDate>Thu, 02 Jun 2011 17:26:18 +0000</pubDate>
		<dc:creator>Alejandro Giacometti</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[bubblelines]]></category>
		<category><![CDATA[clarissa]]></category>
		<category><![CDATA[dynamic table of contexts]]></category>
		<category><![CDATA[Stan Ruecker]]></category>
		<category><![CDATA[ted]]></category>
		<category><![CDATA[texttiles]]></category>

		<guid isPermaLink="false">http://alejandrogiacometti.com/?p=1518</guid>
		<description><![CDATA[Stan gave a TEDx talk in Juan De Fuca about Bubblelines, the Dynamic Table of Contexts, and Texttiles. The youtube video was published yesterday.]]></description>
			<content:encoded><![CDATA[<p>Stan gave a TEDx talk in Juan De Fuca about Bubblelines, the Dynamic Table of Contexts, and Texttiles. The youtube video was published yesterday.</p>
<p><object width="1022" height="600"><param name="movie" value="http://www.youtube.com/v/Nd2h9U_H0n8?version=3"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/Nd2h9U_H0n8?version=3" type="application/x-shockwave-flash" width="1022" height="600" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://alejandrogiacometti.com/2011/06/tedxjuandefuca-stan-ruecker-rich-prospect-browsing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Day of DH 2011</title>
		<link>http://alejandrogiacometti.com/2011/03/day-of-dh-2011/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=day-of-dh-2011</link>
		<comments>http://alejandrogiacometti.com/2011/03/day-of-dh-2011/#comments</comments>
		<pubDate>Tue, 22 Mar 2011 16:52:29 +0000</pubDate>
		<dc:creator>Alejandro Giacometti</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[d3.js]]></category>
		<category><![CDATA[dayofdh]]></category>
		<category><![CDATA[dh]]></category>
		<category><![CDATA[digital humanities]]></category>
		<category><![CDATA[timeline]]></category>
		<category><![CDATA[visualisation]]></category>
		<category><![CDATA[visualization]]></category>

		<guid isPermaLink="false">http://alejandrogiacometti.com/?p=1437</guid>
		<description><![CDATA[I’m in the middle of writing a paper, and I needed a distraction. This year’s Day of DH was last week. I have been playing with the data for the past couple of days. Also, I was curious about the D3.js visualisation library, released by Mike Bostocks, the guy of protovis fame. So, I wrote a [...]]]></description>
			<content:encoded><![CDATA[<p>I’m in the middle of writing a paper, and I needed a distraction. This year’s <a href="http://tapor.ualberta.ca/taporwiki/index.php/Day_in_the_Life_of_the_Digital_Humanities_2011">Day of DH</a> was last week. I have been playing with the data for the past couple of days. Also, I was curious about the <code><a href="http://mbostock.github.com/d3/">D3.js</a></code> visualisation library, released by <a href="http://bost.ocks.org/mike/">Mike Bostocks</a>, the guy of <code><a href="http://vis.stanford.edu/protovis/">protovis</a></code> fame. So, I wrote a visualisation using the library and the RSS feed of the Day of DH blogs.</p>
<p>It contains two timelines: the first one displays all the posts, and the second one displays a subset. The subset is marked on the first timeline in blue. The two small grey handles control the extremes of the subset; drag them to limit or expand the selection. Each post is represented by a blue bubble. The size of the bubble changes according to the number of words in the post. If you hover the mouse over a bubble, the title and author of the post will appear. Also, the post will be marked in orange (in both timelines, if the post is within the selection).</p>
<p><strong>Note:</strong> <em>This visualisation is experimental. It takes advantage of some fairly new technology, which is, unfortunately, not available in legacy browsers, including every version of Internet Explorer.</em></p>
<div class="wp-caption " style="width:1024px;" > <iframe width="940px" height="500pxpx" frameborder="0" scrolling="no" marginwidth="0" marginheight="0" src="http://vis.giacometti.me/embed/dayofdh_timeline"></iframe><p class="wp-caption-text"></p></div>
<p>After a bit of experimentation, and some head banging, I am very excited about the <code>D3.js</code> library. Most of the headaches were due to the lack of documentation. It is a fairly new project; so the headaches were knowingly self inflicted. The declarative nature of the library makes sense, once you get used to it.</p>
<p>I recommend reading through the tutorials. I spent too much time fighting with the transitions, until I re-read the tutorial and I understood them better.</p>
<h2>Update</h2>
<p>Today I reloaded the data to include the latest posts. Some people updated the first “Hello World” post, created by default by WordPress. So I created a second visualisation which uses the updated time rather than the published time for the posts. Take a look:<br />
<div class="wp-caption " style="width:1024px;" > <iframe width="940px" height="500pxpx" frameborder="0" scrolling="no" marginwidth="0" marginheight="0" src="http://vis.giacometti.me/embed/day_of_dh_timeline_updated"></iframe><p class="wp-caption-text"></p></div></p>
]]></content:encoded>
			<wfw:commentRss>http://alejandrogiacometti.com/2011/03/day-of-dh-2011/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Upgrade Thesis</title>
		<link>http://alejandrogiacometti.com/2010/11/upgrade-thesis/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=upgrade-thesis</link>
		<comments>http://alejandrogiacometti.com/2010/11/upgrade-thesis/#comments</comments>
		<pubDate>Fri, 26 Nov 2010 13:53:19 +0000</pubDate>
		<dc:creator>Alejandro Giacometti</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[phd]]></category>
		<category><![CDATA[research]]></category>
		<category><![CDATA[thesis]]></category>
		<category><![CDATA[transfer]]></category>
		<category><![CDATA[word-cloud]]></category>
		<category><![CDATA[wordle]]></category>

		<guid isPermaLink="false">http://alejandrogiacometti.com/?p=783</guid>
		<description><![CDATA[Last friday, I had the transfer VIVA for to upgrade from MPhil to PhD student. My project consists of designing a phantom test to evaluate image processing methods on multi-spectral images of Palimpsestic documents. The examiners were Prof. Daniel Alexander from CMIC and Simon Mahony from the UCLDH, they had some very insightful comments and [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_785" class="wp-caption alignleft" style="width: 1034px"><a href="http://alejandrogiacometti.com/wp-content/uploads/2010/11/word-cloud.png"><img class="size-large wp-image-785" title="word-cloud" src="http://alejandrogiacometti.com/wp-content/uploads/2010/11/word-cloud-1024x422.png" alt="Transfer Thesis Word Cloud" width="1024" height="422" /></a><p class="wp-caption-text">Transfer Thesis Wordle</p></div>
<p>Last friday, I had the transfer VIVA for to upgrade from MPhil to PhD student. My project consists of designing a phantom test to evaluate image processing methods on multi-spectral images of Palimpsestic documents. The examiners were <a href="http://www.cs.ucl.ac.uk/staff/d.alexander/">Prof. Daniel Alexander</a> from <abbr title="Centre for Medical Image Computing"><a href="http://cmic.cs.ucl.ac.uk/">CMIC</a></abbr> and <a href="http://www.ucl.ac.uk/infostudies/simon-mahony/">Simon Mahony</a> from the <abbr title="Centre for Digital Humanities"><a href="http://www.ucl.ac.uk/dh/">UCLDH</a></abbr>, they had some very insightful comments and suggestions. It is great finishing this phase of my research project.</p>
]]></content:encoded>
			<wfw:commentRss>http://alejandrogiacometti.com/2010/11/upgrade-thesis/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Amateur Digitisation</title>
		<link>http://alejandrogiacometti.com/2010/09/amateur-digitisation/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=amateur-digitisation</link>
		<comments>http://alejandrogiacometti.com/2010/09/amateur-digitisation/#comments</comments>
		<pubDate>Mon, 27 Sep 2010 16:37:53 +0000</pubDate>
		<dc:creator>Alejandro Giacometti</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[amateur]]></category>
		<category><![CDATA[cluj]]></category>
		<category><![CDATA[digital image]]></category>
		<category><![CDATA[digital surrogate]]></category>
		<category><![CDATA[digitisation]]></category>
		<category><![CDATA[fagaras]]></category>
		<category><![CDATA[manuscript]]></category>
		<category><![CDATA[Romania]]></category>
		<category><![CDATA[transylvania]]></category>

		<guid isPermaLink="false">http://www.alejandrogiacometti.com/?p=701</guid>
		<description><![CDATA[While on holiday in Cluj, Romania, I embarked on a small digitisation project. My girlfriend, Ruxandra, is from Cluj, and her family still lives here. Within their  library, her parents have kept this manuscript for about 60 years. The book was found in Făgăraş, a mountain town near the Carpathians between Sibiu and Braşov. Ruxandra’s [...]]]></description>
			<content:encoded><![CDATA[<p>While on holiday in Cluj, Romania, I embarked on a small digitisation project. My girlfriend, Ruxandra, is from Cluj, and her family still lives here. Within their  library, her parents have kept this manuscript for about 60 years. The book was found in Făgăraş, a mountain town near the Carpathians between Sibiu and Braşov. Ruxandra’s grandfather was an orthodox priest in Făgăraş. Sometime in the 1950’s he found the book hidden on top of a beam of an old wooden house about to be demolished.</p>
<div class="wp-caption alignnone" style="width: 1034px"> <a title="spine by Janrito Karamazov, on Flickr" href="http://www.flickr.com/photos/janrito/5030285836/"><img src="http://farm5.static.flickr.com/4108/5030285836_a878065d51_b.jpg" alt="spine" width="1024" height="685" /></a><p class="wp-caption-text">The spine is falling apart.</p></div>
<p>The manuscript is not in terrible condition, but it does have some problems. The spine is falling apart, and the cover is almost loose.</p>
<div class="wp-caption alignnone" style="width: 1034px"><a title="damaged page detail by Janrito Karamazov, on Flickr" href="http://www.flickr.com/photos/janrito/5030283872/"><img src="http://farm5.static.flickr.com/4086/5030283872_7842b3f64a_b.jpg" alt="damaged page detail" width="1024" height="685" /></a><p class="wp-caption-text">Damaged page detail</p></div>
<p>Some of the pages are eaten by moths. I was told that the manuscript was sprayed with <a href="http://en.wikipedia.org/wiki/Formaldehyde">Formol</a> in order to stop the banquet.</p>
<div class="wp-caption alignnone" style="width: 1034px"><a title="writing by Janrito Karamazov, on Flickr" href="http://www.flickr.com/photos/janrito/5029663163/"><img src="http://farm5.static.flickr.com/4088/5029663163_821e37eb07_b.jpg" alt="" width="1024" height="685" /></a><p class="wp-caption-text">Romanian writing in cyrillic alphabet</p></div>
<p>I am not an expert in the subject, so I cannot tell how old this manuscript is. There are some facts that might indicate that it is at least a few hundred years old. The text is written by hand, on two colour inks, red and black. It is written on paper, not animal skin. Also, even though it is in Romanian, the text is in cyrillic alphabet. Romania has used the cyrillic alphabet in the past, but they write in the Roman alphabet since the middle of the XIX century. The content of the manuscript appears to be religious.</p>
<p>Ruxandra’s mother, Mariana, speaks both Romanian and Russian. More than academic interest, the book has some sentimental value to her, it was her father who gave her this book. She wants to transcribe the manuscript. I have offered her to find (or build) a simple tool to help her do this.</p>
<div id="attachment_709" class="wp-caption alignnone" style="width: 1034px"><a href="http://www.alejandrogiacometti.com/wp-content/uploads/2010/09/IMGP4773-1.jpg"><img class="size-full wp-image-709" title="Manuscript Text" src="http://www.alejandrogiacometti.com/wp-content/uploads/2010/09/IMGP4773-1.jpg" alt="" width="1024" height="685" /></a><p class="wp-caption-text">A page from the new digital fagarasian manuscript</p></div>
<p>I spent the day imaging every page of the manuscript. I only had a camera and a window as a source of light. I used a polystyrene board as a table. I didn’t have a tripod, or a colour calibration target. In short, it was a very amateur digitisation project. But I got good high resolution images of every page. And I must say it is very pretty.</p>
<p>I have some more shots of the book in a <a title="Fagaras Manuscript Image Flickr set" href="http://www.flickr.com/photos/janrito/sets/72157625045751730/">flickr set</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://alejandrogiacometti.com/2010/09/amateur-digitisation/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Ignite London: the Archimedes Palimpsest</title>
		<link>http://alejandrogiacometti.com/2010/06/ignite-london-the-archimedes-palimpsest/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=ignite-london-the-archimedes-palimpsest</link>
		<comments>http://alejandrogiacometti.com/2010/06/ignite-london-the-archimedes-palimpsest/#comments</comments>
		<pubDate>Fri, 25 Jun 2010 12:46:20 +0000</pubDate>
		<dc:creator>Alejandro Giacometti</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://www.alejandrogiacometti.com/?p=581</guid>
		<description><![CDATA[Ignite London » Blog Archive » Fave video friday mmmm Archimedes Palimpsest.]]></description>
			<content:encoded><![CDATA[<p><a href="http://ignitelondon.net/archives/212">Ignite London » Blog Archive » Fave video friday mmmm Archimedes Palimpsest</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://alejandrogiacometti.com/2010/06/ignite-london-the-archimedes-palimpsest/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>James Murdoch is the Protector of the Creative Class</title>
		<link>http://alejandrogiacometti.com/2010/05/james-murdoch-is-the-protector-of-the-creative-class/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=james-murdoch-is-the-protector-of-the-creative-class</link>
		<comments>http://alejandrogiacometti.com/2010/05/james-murdoch-is-the-protector-of-the-creative-class/#comments</comments>
		<pubDate>Fri, 21 May 2010 14:37:08 +0000</pubDate>
		<dc:creator>Alejandro Giacometti</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[james murdoch]]></category>
		<category><![CDATA[media]]></category>
		<category><![CDATA[News Corporation]]></category>
		<category><![CDATA[Newscorp]]></category>
		<category><![CDATA[Public Media]]></category>
		<category><![CDATA[UCL Centre for Digital Humanities]]></category>
		<category><![CDATA[UCLDH]]></category>

		<guid isPermaLink="false">http://www.alejandrogiacometti.com/?p=536</guid>
		<description><![CDATA[James Murdoch gave a speech yesterday at the opening of the UCL Centre for Digital Humanities. There was no question period. He managed to give a speech in a setting where about 99% of the audience fundamentally disagreed with him. His father was present, so maybe it was 98%. He set the tone early on: [...]]]></description>
			<content:encoded><![CDATA[<p>James Murdoch gave a <a href="http://paidcontent.co.uk/article/419-james-murdoch-lecture-celebrating-copyrights-300th-birthday/">speech</a> yesterday at the opening of the <a href="http://www.ucl.ac.uk/dh/">UCL Centre for Digital Humanities</a>. There was no question period. He managed to give a speech in a setting where about 99% of the audience fundamentally disagreed with him. His father was present, so maybe it was 98%. He set the tone early on:</p>
<blockquote><p>[T]he consensus that the free flow of information not only can, but must, literally, be free.</p></blockquote>
<p>However, he <em>ignored</em> the actual consensus; not that information must be offered free of charge, but that information itself must not be packaged with burdensome conditions or in proprietary formats that limit the way in which it can be used. Examples of such limiting factors include digital rights management (DRM) software, proprietary word processing formats, Flash, etc.. The actual argument here is that the consumers of information should freely enjoy it in the way that they choose and not in the manner prescribed by its distributors. He also criticises the way that this argument is presented:</p>
<blockquote><p>I am struck by the number of commentators who switch seamlessly from one strongly moral argument in favour of free content as being good for society: to another which seems to me to be completely immoral: saying that we can’t stop people distributing content without permission, so we may as well give everyone the right to do so.</p></blockquote>
<p>James Murdoch is conveniently obfuscating a valid argument for information being offered in an open format by equating it with a shallow defence of piracy in order to make his rather poor claim that he is part of the creative class. James Murdoch wants to be seen as the representative of the creative class. He wants to be seen as the one looking out for authors and the way in which they can earn a living through their work. He argues that if we want to continue to reap the benefits of the global network, the wide-spread distribution of all human knowledge, and its effect in transforming society, then we need to secure the future of knowledge creation. James Murdoch claims that he – or Newscorp – is doing just that.</p>
<p>In the process, he attacked the British Library’s plans for digitising its newspaper archive. His antagonism to publicly funded institutions like the BBC and, yesterday, the British Library, is well known. He claims that it is not possible for these institutions to care about the rights of the author because they are not motivated by a bottom line. In other words, James Murdoch claims that since the BBC or the British Library are not profiting from the work that they distribute, they are disinterested in paying for new works to be created.</p>
<p>It is disingenuous to take the position of a defender of creativity and then claim that you can only care about creativity if you make money from it. But I understand the quality and quantity of work could diminish if creators cannot pay the bills (although this is not clear nowadays). James Murdoch did mention the statute of Anne, which introduced copyrights, and therefore a way for creators to become independent and live off their own work. Yet publicly funded institutions including the BBC, the British Library, and many universities do provide a path for creators to subsist on their work. If James Murdoch really represented the <em>creative sector</em> he would acknowledge this.</p>
<blockquote><p>We are one of the largest employers of journalists and editors, and maintain an incomparable range of foreign correspondents, contributors and bureaux in all sorts of places.</p></blockquote>
<p>The issue here is that Newscorp is not the creator of the work, it is the distributor. He is part of an industry in decline. The web has not stifled creativity. Creativity has expanded incredibly, specifically because the distribution of creative works has been made so easy and cheap. James Murdoch is in the business of paying for works to be done and then selling them to people that otherwise would not be able to see them. Interestingly, his <em>modus operandi</em> has some parallels with patronage. The business model is disappearing very quickly because the number of people that are not able to access creative works is shrinking very rapidly. The group of creative people who want to depend on people like James Murdoch to distribute their works is also shrinking.</p>
<p>James Murdoch is unhappy because he is being squeezed out of the creative process, and he is whining about it. It is also true that the current system does not account for a truly wide-spread, sustainable way to fund some creative works, like large projects of investigative journalism. Although there are some methods that have been successful recently like <a href="http://www.propublica.org/">ProPublica</a>’s non-profit model. And as much as James Murdoch hates it, there is still public media. On the other hand, investigative journalism has been in trouble even before the web. Private media has been producing much more <em>analysis</em> and <em>info-tainment</em> than investigative journalism.</p>
]]></content:encoded>
			<wfw:commentRss>http://alejandrogiacometti.com/2010/05/james-murdoch-is-the-protector-of-the-creative-class/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>e-Research on Texts &amp; Images</title>
		<link>http://alejandrogiacometti.com/2010/05/e-research-on-texts-images/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=e-research-on-texts-images</link>
		<comments>http://alejandrogiacometti.com/2010/05/e-research-on-texts-images/#comments</comments>
		<pubDate>Tue, 11 May 2010 09:52:05 +0000</pubDate>
		<dc:creator>Alejandro Giacometti</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[British Academy]]></category>
		<category><![CDATA[conference]]></category>
		<category><![CDATA[london]]></category>
		<category><![CDATA[report]]></category>

		<guid isPermaLink="false">http://www.alejandrogiacometti.com/?p=478</guid>
		<description><![CDATA[I am at the British Academy attending a workshop organised by the Oxford e-Research Centre. Introduction to the Colloquium Mike Brady, Oxford &#38; Alan Bowman Oxford Alan Bowman introduced the workshop by summarising the work that is happening in e-research. He explained the main issues and objectives of the discipline. Mike Brady remarked on the [...]]]></description>
			<content:encoded><![CDATA[<p>I am at the <a title="British Academy" href="http://www.britac.ac.uk/">British Academy</a> attending a workshop organised by the <a title="Oxford e-research Centre" href="http://www.oerc.ox.ac.uk/">Oxford e-Research Centre</a>.</p>
<h2>Introduction to the Colloquium</h2>
<h3><a href="http://www.robots.ox.ac.uk/~jmb/">Mike Brady</a>, <a title="University of Oxford" href="http://www.ox.ac.uk/">Oxford</a> &amp; <a href="http://www.classics.ox.ac.uk/faculty/directory/buscard.asp?IDno=78">Alan Bowman</a> <a title="University of Oxford" href="http://www.ox.ac.uk/">Oxford</a></h3>
<p>Alan Bowman introduced the workshop by summarising the work that is happening in e-research. He explained the main issues and objectives of the discipline.</p>
<p>Mike Brady remarked on the difficulty of making sense of ancient documents given their condition. He talked about advances in imaging in medical technology over the past 20 years, and development in distributed computing in recent years. He commended the work on developing support tools for people who work with images, clinicians or historians. He also stressed the importance of development of computational models for the analysis of those images. He ended by saying that there are very little difference in the way that intellectual scholarship is developed in the sciences and the humanities.</p>
<p><span id="more-478"></span></p>
<h2>New Image Capture Techniques for Analysing text</h2>
<h3><a href="http://www.oerc.ox.ac.uk/people/segolene-tarte">Ségolène Tartre</a>, <a title="University of Oxford" href="http://www.ox.ac.uk/">Oxford</a></h3>
<p>Ségolène Tartre talked about her work support systems for papyrologists. She has designed a model for the intellectual processes that occur while interpretation is being performed. This model tries tu capture transition from signal to meaning and the individual steps in between.</p>
<p>She also remarked on the similarities in difficulties in feature detection for both the technology and the palaeographers. She explained how using image analysis in the Fourier space can model is similar to the human eye. The human eye is very good at identifying features. This features are much more apparent to the computer in the Fourier space. She concluded highlighting oscillations between mutability, perception and interpretation, characters and features, engineers and papyrologists.</p>
<h3><a href="http://www.cch.kcl.ac.uk/legacy/tmp/department.html#st33">Simon Tanner</a>, <a title="Kings College London" href="http://www.kcl.ac.uk/">KCL</a></h3>
<p>Simon Tanner is concerned with getting from an object, to an image of an object, to the interpretation. He focused on the value of having a good image in the first place. A good image can be used with even very basic tools to provide a sufficient resource for humanities scholars. He talked about a variety of technology to generate good images, improve them, or simplify them.</p>
<p>He introduced his work with the <a href="http://en.wikipedia.org/wiki/Dead_Sea_Scrolls">Dead Sea Scrolls</a>. The interesting issue from the humanities perspective is finding differences in the text from each other or established copies. He showed images of the thousands of pieces that are part of the collection. These images are from the original imaging project done during the 1960’s, when they took many images with the technology available at the time, including black and white and infrared.</p>
<p>He remarked on the technological shortcomings and the conditions in which these images where acquired. He also explained the difficulties in imaging these scrolls: some of them are quite small, there are too many pieces, the pieces are not necessarily in any meaningful order, and there are many which have text on both sides. Even so, much valuable work has been done from those original images.</p>
<p>The new initiative by the <a title="Israel Antiquities Authority" href="http://www.antiquities.org.il/">IAA</a> is concerned with better conserving the scrolls, provide a long-term resource for scholars and offer better, unified documentation. Dr. Tanner was involved in a pilot project for making new images under this initiative. They will include color, multi-spectral and infrared images.</p>
<p>The project is using spectroscopy mainly for conservation purposes. The multi-spectral images provide them with information about the water content of the scrolls. There is also the possibility of assessing the damage on the scrolls, following some research done at <a title="University of California, Irvine" href="http://www.uci.edu/">UC Irvine</a>. They found that while the reflectance of the parchment and background changed with the spectra, the ink usually stayed the same.</p>
<h4>Discussion</h4>
<h3><a href="http://www.southampton.ac.uk/archaeology/profiles/earl.html">Graeme Earl</a>, <a title="Southampton University" href="http://www.southampton.ac.uk/">Southampton</a></h3>
<p>Graeme Earl talked about RTI, a technique to capture images by varying the position of the lighting to map the surface of an object. They are working in developing and refining this technique.  He is also working on imaging the Herculaneum scrolls and wall painting, Vindolanda Tablets, and ceramic surfaces. They are able to produce very high resolution images from this process. Further using various image processing algorithms with the captured data they can simulate different lighting conditions in a virtual environment, and 2 or 3 dimensional reproductions.</p>
<h3><a href="http://www.classics.ox.ac.uk/faculty/directory/buscard.asp?IDno=77">Dirk Obbink</a>, <a title="University of Oxford" href="http://www.ox.ac.uk/">Oxford</a></h3>
<p>Dirk Obbink is developing <em>crowd-sourcing</em> applications to help with archeology efforts to classify papyri, collect and correct text from the objects. The pilot study has already about 10,000 users, which range from school students to professional archaeologists.</p>
<h2>A Virtual Research Environment for the Humanities</h2>
<h3><a href="http://www.oerc.ox.ac.uk/people/john-pybus">John Pybus</a>, <a title="University of Oxford" href="http://www.ox.ac.uk/">Oxford</a> &amp; <a href="http://www.csad.ox.ac.uk/CSAD/Staff.html">Charles Crowther</a>, <a title="University of Oxford" href="http://www.ox.ac.uk/">Oxford</a></h3>
<p>John Pybus talked about their work in building a virtual reality environment for the humanities. He stressed the unique requirements of collaboration tools from scholars in the humanities, the need to re-use existing software. John has already worked in developing a virtual collaborative environment for ancient documents to allow researchers to collaborate. They introduced the new follow-up project that focuses on annotation and context.</p>
<p>Charles Crowther showed some of the traditional ways in which researchers use annotations. They want to replicate this use of contextual information. Their system focuses on a principal viewing space, and an annotating space.</p>
<p>John Pybus gave a small summary of the technical features of the systems. The annotating environment is web-based so it works across different computers systems. It also supports standard formats for data distributions, like RDF, allowing <em>meta-data</em> to be used for other projects. They also are working on supporting some image processing functions within the virtual environment, the processing would be done by a national grid computing system, which would then send them back and link them to the virtual environment.</p>
<p>Plans for the future include integrating their environment into <a href="http://code.google.com/apis/opensocial/">OpenSocial</a>/<a title="Google Gadgets" href="http://www.google.com/ig/directory?synd=open">Google Gadgets</a>. They also are looking at online education environments, which have similar approaches, like the <a href="https://weblearn.ox.ac.uk/portal">Oxford Weblearn Service</a> and <a href="http://sakaiproject.org/">Sakai</a>.</p>
<h3><a href="http://www.arts-humanities.net/blog/dotporter">Dot Porter</a>, <a title="Digital Humanities Observatory" href="http://dho.ie/">DHO</a></h3>
<p>Dot Porter talked about <a title="Text-Image Linking Environment" href="http://mith.info/tile/,">TILE</a> and how the motivation for this project. TILE is a tool for digital editing and publishing images. It uses standard data formats from <a title="Text Encoding Initiative" href="http://www.tei-c.org/index.xml,">TEI</a>. She showed a few examples of TILE displaying digital reproductions, linked with transcribed text.</p>
<p>Their objective was to create a tool that would be used in a variety of disciplines. They have partners who are helping with testing. They have also been reached by a series of research groups interested in the project. They have attempted to incorporate their needs into TILE. these include annotation of graphics and their relationship to the text, automatic marking of text boxes. They use a variety of materials as test cases, including comic books, maps, and ancient manuscripts.</p>
<p>Work in the future includes semi-automated creation fo links, annotation of an area with controlled vocabulary, application of editorial annotations to any area, support for linking in non-horizontal areas, and linking between non-contiguous areas.</p>
<p>Additionaly TILE provides a range of options to include external functionality. It can be extended, it allows for a variety of output formats, and it is simple to set up, it can be deployed externally.</p>
<h4>Discussion</h4>
<p>TILE wants to be a framework for building modules and collaboration. It does not want to be another system without users.</p>
<p>The digital world has brought us together to think about the process that we go through within our scholarship. TILE is an example of a framework that tries to leave traces of that framework for future use. This sort of framework does not exist in the paper and pencil world. Often we go back to our work and do not recall how we arrived at the conclussions that we did. It seems like the fact that the digital worlds has made us aware of that.</p>
<p>Even in the digital world the documentation tends to be of the results, rather than the processes.</p>
<p>New researchers work digitally more naturally. They are also quicker to adopt new technology.</p>
<h2>Specific Support Tools for e-Research in the Humanities</h2>
<h3><a href="http://www.ucl.ac.uk/infostudies/melissa-terras/">Melissa Terras</a>, <a title="University College London" href="http://www.ucl.ac.uk/">UCL</a> &amp; <a href="http://www.roued.com/e-doc/?page_id=2">Henriette Roued-Cunliffe</a>, <a title="University of Oxford" href="http://www.ox.ac.uk/">Oxford</a></h3>
<p>Melissa Terras is developing a system for assisting the reading of ancient documents. Her work is based on previous research on the Vindolanda Tablets and stylus text. She stressed that the objective must be to <em>assist</em> experts in reading and interpreting these documents and not replace them. The focus of current work has been on presenting documents that have already been read and interpreted. They display reproductions, transcriptions, and translations. But these systems are not aiding the process of reading, transcriptions, and interpretation. To do that you need to understand the process of reading these texts.</p>
<p>They have developed a computer model of this process that can be understood by a computer. The problem is that experts are notoriously bad at explaining how they approach reading a text. The process involved a lot of uncertainty, they needed to find a way of expressing this in a way that a computer might understand. The process is also non-linear, experts go through a states back and forth until settling in a conclusion. They have discovered, though, that the struggle is recognising the features, and not the grammar or interpretation. This is the area where a computer might be helpful in the process.</p>
<p><em>Objective</em>:</p>
<ul>
<li>Provide suggestions into the recognition of features</li>
<li>Recording the hypothesis and the changes along the process</li>
</ul>
<p>Henriette Roued-Cunliffe talked about the prototype of decision support system that they have built: <a href="http://cairo.csad.ox.ac.uk/vto/index.php/about/appello-web-service">APPELLO</a>. She explains that the computer must do the things that humans find difficult, remembering, searching, accessing other experts knowledge, and enabling collaboration. APPELLO reads any <a href="http://epidoc.sourceforge.net/">EpiDoc</a> encoded collection and provides a searching interface for a variety of features. It provides a framework for presenting the collections like the Vindolanda tablets interactively. It is designed as a <a href="http://en.wikipedia.org/wiki/Representational_State_Transfer">RESTful</a>, which is a standard that can be coupled with other web services.</p>
<p>Future work includes including it in <a title="Google Gadgets" href="http://www.google.com/ig/directory?synd=open">Google Gadgets</a> or as an HTML Add-on. They also want to include it into a decision support system.</p>
<h3><a href="http://homepages.nyu.edu/~te20/">Tom Elliot</a>, <a title="New York University" href="http://www.nyu.edu/">NYU</a></h3>
<p>Tom Elliot works at the <a title="Institute for Study of the Ancient World]" href="http://www.nyu.edu/isaw/">ISAW</a> at NYU. He looks at the web as an environment that already includes collaboration and publications, it encompasses a virtual environment for research. Technologies in the web are still in an experimental stage, where the concepts are still not standard or understood. He is interested in how this environment is disrupting and changing scholarship. He has witnesses a shift towards more collaboration.</p>
<p>Their focus is in using services that are already available, and making it work for them. For example, they hold a large collection of images and <em>meta-data</em> in Flickr. They intend to develop their own interface, but they were interested in distributing their material earlier rather than later.</p>
<p>They are also developing some tools of their own, using primary and secondary material. The primary concern with this is to make their material citable, the ability for the material to be cited. He argues that this is a principal academic function.</p>
<p>Scholars have a responsibility to arrange for failure. They also need to be open, make their material available. <a href="http://www.w3.org/Provider/Style/URI">Cool URI</a>s is an initiative to provide URI’s that are sensible for the material. They should mask mechanisms, avoid file types and over-all, be stable. For example <a href="http://pleiades.stoa.org/">Pleiades</a>. They are also striving to work with <a href="http://wiki.okfn.org/OpenDataLicensing">open data licences</a> and providing ways to allow revisions.</p>
<p>He demos, <a href="http://papyri.info/">papyri.info</a>. A search engine developed to provide resources for papyrological research. It is currently undergoing a major revision. They are focusing on making it more document centric rather than collection centric. They are also breaking up the monolithic nature of the application and providing an API. They are releasing their own interface as open source software.</p>
<h4>Discussion</h4>
<p>Wikipedia has a lot of crap, do you have a system to editorialise content.</p>
<p><strong>TE</strong>: Yes, but we are providing the interface, it is the people who finally use it the ones who are going to need to check for quality.</p>
<p>It is a pleasant surprise that Tom Elliot’s work incorporates the ideas of the semantic web, open-source, and open-licensing.</p>
<p>VRE is quite a good name, but it gives the idea of a close box. The purpose of these projects are more to train people into using these resources.</p>
<p><em>There are very few people that can build interfaces, why is this important?</em></p>
<p>The ability to do so is important in itself. Also, this allows for our data to be used in a different way, without locking the use of it in a very idiosyncratic way.</p>
<h2>Summary and Panel Discussion</h2>
<h3><a href="http://www.oerc.ox.ac.uk/people/david-robey">David Robey</a>, <a title="University of Oxford" href="http://www.ox.ac.uk/">Oxford</a>, <a href="http://www.cossac.org/people/johnfox">John Fox</a>, <a title="University of Oxford" href="http://www.ox.ac.uk/">Oxford</a>; <a href="http://www.soton.ac.uk/~dder/">David de Roure</a>, <a title="Southampton University" href="http://www.southampton.ac.uk/">Southampton</a> &amp; <a href="http://www.comlab.ox.ac.uk/annamaria.carusi/">Annamaria Carusi</a>, <a title="University of Oxford" href="http://www.ox.ac.uk/">Oxford</a></h3>
<p>David de Roure talks about his involvement with VREs, and specifically a project designed for social scientists to share their methods. He remarks on the commonality of processes across disciplines. He likes that the research today focused on the issues of the humanities, and it is quite sophisticated. He finds that the most significant development within computer science in relation to e-Research is the increase in participation. It is very important to share the processes and methods not only data. “By sharing methods we are sharing know-how, expertise, etc… this is very significant”</p>
<p>Annamaria Carusi thinks that if methodologies is understanding processes, humanities expertise could prove very valuable. Traditions of critique in the humanities can help us understand the agency behind processes. It can also bring some aid at analysing what kinds of disciplines are brought together in these processes. Humanities interprets and brings to the surface the nuances of the interconnection of the way we are doing things. She argues that we must also be aware of the non-neutrality of our abstractions, they are only useful. We must be aware of this non-neutrality.</p>
<p>John Fox summarizes the talks given today, and shares some of his impressions about each one.</p>
<p>He also talked about MOLGEN, a system developed in the 70’s and 80’s that was similar to what was talked about today. It was a decision support system but in the area fo genetics. It was concerned about providing a centralised resource for research. It mirrored the interest in preserving the processes and decisions.</p>
<p>John concludes by noting that we are beginning to see discussions about any topic be very common over the internet, and the question becomes how do we manage uncertainty?</p>
<h4>End of Day 1</h4>
<h2>Broader Implications of Digital Technologies for Research in the Humanities</h2>
<h3>Data Mining for Historians – <a href="http://www.shef.ac.uk/history/staff/robert_shoemaker.html">Robert Shoemaker</a>, <a title="The University of Sheffield" href="http://www.shef.ac.uk/">Sheffield</a></h3>
<p>Robert Shoemaker showed us his data-mining project <a href="http://londonlives.org/hrionline/index.php">London Lives</a>. He is interested in ways to find his way through data in a way that can be understood. He contrasts this with popular commercial search engines that make it easy to find popular results through a proprietary ranking algorithm.</p>
<p>He also shows us <a href="http://www.history.ac.uk/connectedhistories/">Connected Histories</a>, a new search engine, that additionally provides some natural language processing capabilities. It allows users to search through a variety of distributed documents about British History.</p>
<p>He introduced <a href="https://addons.mozilla.org/en-US/firefox/addon/75085/?src=oftenusedwith">Scrutiny</a>, a <a href="http://www.mozilla.com/en-US/firefox/firefox.html">Firefox</a> extension that helps researchers by recognising entities within research data. It allows researchers find relevant data easier.</p>
<p>The last project he talked about is <a href="http://criminalintent.org/">Data Mining with Criminal Intent</a> a project developed by a large international collaborative team. It includes <a title="Optical Character Recognition" href="http://en.wikipedia.org/wiki/Optical_character_recognition">OCR</a> and plugs in to available tools like <a href="http://www.zotero.org/">Zotero</a>, and <a href="http://portal.tapor.ca/portal/portal">TAPor</a> including <a href="http://hermeneuti.ca/voyeur">Voyeur</a>. It searchers through the data of the <a href="http://www.oldbaileyonline.org/">Old Bailey Proceedings</a>.</p>
<p>He concludes by saying that data-mining allows researchers to explore collections in new ways, in order to discover new features.</p>
<h3>New Directions in e-Science for the Arts and Humanities – <a href="http://www.kcl.ac.uk/iss/cerch/about/staff/dunn">Stuart Dunn</a>, <a title="Kings College London" href="http://www.kcl.ac.uk/">KCL</a> &amp; <a href="http://www.kcl.ac.uk/iss/cerch/about/staff/blanke">Tobias Blanke</a>, <a title="Kings College London" href="http://www.kcl.ac.uk/">KCL</a></h3>
<p>Stuart Dunn works at the <a title="Arts &amp; Humanities e-Science Support Centre" href="http://www.ahessc.ac.uk/">AHESSC</a>. He is concerned with data deluge: large sets of distributed, fuzzy data that is constantly being produced. He argues that while this is still the case in e-Science, the world is moving towards cloud computing.</p>
<p>He reiterated yesterdays interest in process. He highlighted reconstructions as an example of this, and argued that these are of an educational nature.</p>
<p>He showed the <a href="http://www.sussex.ac.uk/mfm/showcase/mippproject">Motion in Place Platform</a> which was developed to document the motion traces in dance performances. He was inspired by this project, and how it can be transfered to archaeology, and how excavations are conducted.</p>
<p>He is also interested in the behaviour of visitors in galleries and museums. They have developed a piece of software to track the movements of visitors. The original interest was in the concept of exhibitions as happenings.</p>
<p>Finally, he talked about the difficulty of dealing with fuzzy data in <a title="Geographic information system" href="http://en.wikipedia.org/wiki/Geographic_information_system,">GIS</a>. Geoparsers can deal with references that point to a specific point in the map, like names of places or coordinates. Descriptions of the environment, which indicate a location are not very well handled. They are trying to find ways to feed additional information from external databases in order to help the geoparser become a more useful tool.</p>
<p>He also described <a href="http://www.kcl.ac.uk/iss/cerch/projects/completed/laquat">LaQuAT</a>, a tool developed to bring together diverse resources that are already available, and provide researchers a way to cross-query them.</p>
<p>He concluded by arguing that e-Science and Digital Humanities are very diverse areas. Bringing together projects and resources is important. It will help researchers documenting the process, linking resources, and developing new research questions.</p>
<h3>Data Resources, Sustainability &amp; Infrastructure – <a href="http://www.jisc.ac.uk/contactus/staff/alastairdunning.aspx">Alastair Dunning</a>, <a title="Joint Information Systems Committee" href="http://www.jisc.ac.uk/">JISC</a>; <a href="http://www.oerc.ox.ac.uk/people/david-robey">David Robey</a>, <a title="University of Oxford" href="http://www.ox.ac.uk/">Oxford</a> &amp; <a href="http://www.kcl.ac.uk/iss/cerch/about/staff/hughes">Lorna Hughes</a>, <a title="Kings College London" href="http://www.kcl.ac.uk/">KCL</a></h3>
<p>Alastair Dunning introduced JISC research sources in mass digitisation, digital resources, digital collections, and variety of others. He stressed the importance of all these resource made available to the public, which are changing the way researchers work. This resources have been release despite technical and copyright problems. However, there is still a lot of work to do. Several disciplines are not covered by current digitisation efforts, plenty of resources are under-utilised, or unsustainable, and many are too spread. Further, there is less digitisation funding available.</p>
<p>Future funding will concentrate on international research and data-mining. They also want to improve usage, <em>meta-data</em> availability, and usability. Opening up data via APIs or other Web2.0 initiatives will be also encouraged. Content creation is still the centre of attention: UK special collections, advancing teaching needs, stimulating the economy, and building communities.</p>
<p>David Robey talked about <a title="Arts &amp; Humanities Research Council" href="http://www.ahrc.ac.uk/">AHRC</a> funding past progress and objectives. The focus of the AHRC is very narrow, yet it has still funded a significant number of digital projects.</p>
<p>He stressed that we need e-infrastructure that is visible, sustainable, follow standards and are usable. Building sustainable resources is difficult, securing funding in the long term is the main issue. Making the resources standard, however, helps accessibility and visibility, which may help funding.</p>
<p>He highlighted the AHRC-EPSRC-JISC Arts &amp; Humanities e-Science Initiative which has funded a variety of projects, workshops in a wide variety of subjects, methods and technologies. He discouraged the concentration of new research findings, arguing that it takes some time for new technology to show its influence.</p>
<p>He concluded emphasising that if AHRC wants to get their investment’s worth in research funding, they need to create and encourage the creation of the minimum standard of e-Infrastructure.</p>
<p>Lorna Hughes talked about , a comprehensive knowledge-base for methods and resources in digital humanities. Their aim is to bring together a variety of resources and knowledge about digital humanities in combination with the related communities, computing science departments, museums, etc. and showcase that interdisciplinarity. The limited funding has forced to re-visit the original objectives of the project. The main purpose is to bring visibility to the discipline, to show how it <em>has</em> changed research in arts and humanities, to provide evidence of digital humanities.</p>
<p>She also stressed the importance of visibility of individual projects. Usage and cross-disciplinarity is seen as a larger benefit. Funding ends in 2010, she hopes is that the resource can survive after that.</p>
<p><em>Alan Bowman concluded the colloquium by thanking the British Academy and the attendees.</em></p>
<h4>End of Day 2</h4>
]]></content:encoded>
			<wfw:commentRss>http://alejandrogiacometti.com/2010/05/e-research-on-texts-images/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Radiolab on Digital Humanities</title>
		<link>http://alejandrogiacometti.com/2010/05/radiolab-on-digital-humanities/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=radiolab-on-digital-humanities</link>
		<comments>http://alejandrogiacometti.com/2010/05/radiolab-on-digital-humanities/#comments</comments>
		<pubDate>Thu, 06 May 2010 10:07:55 +0000</pubDate>
		<dc:creator>Alejandro Giacometti</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[digital humanities]]></category>
		<category><![CDATA[podcast]]></category>
		<category><![CDATA[radiolab]]></category>
		<category><![CDATA[text analysis]]></category>
		<category><![CDATA[wnyc]]></category>

		<guid isPermaLink="false">http://www.alejandrogiacometti.com/?p=471</guid>
		<description><![CDATA[[W]ords serve as a window into aging brains…a window that may someday help pinpoint very early warning signs for Alzheimer’s disease and dementia - Vanishing Words — Radiolab]]></description>
			<content:encoded><![CDATA[<blockquote><p>[W]ords serve as a window into aging brains…a window that may someday help pinpoint very early warning signs for Alzheimer’s disease and dementia</p>
<p>- <a title="Vanishing Words" href="http://blogs.wnyc.org/radiolab/2010/05/05/vanishing-words/">Vanishing Words</a> — Radiolab</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://alejandrogiacometti.com/2010/05/radiolab-on-digital-humanities/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Day of DH</title>
		<link>http://alejandrogiacometti.com/2010/03/day-of-dh/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=day-of-dh</link>
		<comments>http://alejandrogiacometti.com/2010/03/day-of-dh/#comments</comments>
		<pubDate>Fri, 19 Mar 2010 13:03:29 +0000</pubDate>
		<dc:creator>Alejandro Giacometti</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[dayofdh]]></category>
		<category><![CDATA[dh]]></category>
		<category><![CDATA[digital humanities]]></category>

		<guid isPermaLink="false">http://www.alejandrogiacometti.com/?p=431</guid>
		<description><![CDATA[Yesterday I took part of Day in the Life of the Digital Humanities 2010. You can read my entries, or browse the most recent posts. The project is a digital publication that aims to answer the question: What does a digital humanist do? It is an interesting way of taking a snapshot of the community [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday I took part of <a href="http://tapor.ualberta.ca/taporwiki/index.php/Day_in_the_Life_of_the_Digital_Humanities_2010">Day in the Life of the Digital Humanities 2010</a>. You can read <a href="http://ra.tapor.ualberta.ca/~dayofdh2010/alejandrogiacometti">my entries</a>, or browse the most <a href="http://ra.tapor.ualberta.ca/~dayofdh2010/">recent posts</a>.</p>
<p>The project is a digital publication that aims to answer the question: What does a digital humanist do? It is an interesting way of taking a snapshot of the community at a specific point in time. This is the second Day of DH, the first one was last year. I really hope this project continues to be carried out. I would like to see the evolution of DH in 10 years.</p>
<div class="wp-caption alignnone" style="width: 950px"><a title="Oasis, Everyware by Janrito Karamazov, on Flickr" href="http://www.flickr.com/photos/janrito/4443374305/"><img title="Oasis, Everyware" src="http://farm3.static.flickr.com/2747/4443374305_4c97dfcf86_b.jpg" alt="Oasis, Everyware" width="940" /></a><p class="wp-caption-text">Oasis, Everyware</p></div>
<p>I also took some pictures and wrote about the <a title="Decode at the Victoria &amp; Albert Museum" href="http://www.vam.ac.uk/microsites/decode/">decode</a> exhibit at the Victoria &amp; Albert Museum.</p>
]]></content:encoded>
			<wfw:commentRss>http://alejandrogiacometti.com/2010/03/day-of-dh/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Presidential Appointment</title>
		<link>http://alejandrogiacometti.com/2010/03/presidential-appointment/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=presidential-appointment</link>
		<comments>http://alejandrogiacometti.com/2010/03/presidential-appointment/#comments</comments>
		<pubDate>Mon, 08 Mar 2010 13:26:07 +0000</pubDate>
		<dc:creator>Alejandro Giacometti</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://www.alejandrogiacometti.com/?p=429</guid>
		<description><![CDATA[I will be serving on the Recovery Independent Advisory Panel. This Panel advises The Recovery Accountability and Transparency Board, whose job is to track and explain $787 billion in recovery stimulus funds: Edward Tufte via Ask E.T.: Edward Tufte Presidential Appointment. Tufte is brilliant at presenting quantitative information in a way that it can be [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p>I will be serving on the Recovery Independent Advisory Panel. This Panel advises The Recovery Accountability and Transparency Board, whose job is to track and explain $787 billion in recovery stimulus funds:</p>
<p><cite>Edward Tufte via <a href="http://www.edwardtufte.com/bboard/q-and-a-fetch-msg?msg_id=0003e0&amp;topic_id=1#">Ask E.T.: Edward Tufte Presidential Appointment</a>.</cite></p></blockquote>
<p>Tufte is brilliant at presenting quantitative information in a way that it can be understood and appreciated. It will be exciting to see what comes out of this appointment.</p>
]]></content:encoded>
			<wfw:commentRss>http://alejandrogiacometti.com/2010/03/presidential-appointment/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 1.682 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-05-20 06:00:22 -->

