<?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>Open Plaques blog</title>
	<atom:link href="http://blog.openplaques.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.openplaques.org</link>
	<description>A project to collect and open up data about plaques and the people they commemorate</description>
	<lastBuildDate>Mon, 27 May 2013 10:44:58 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Family trees</title>
		<link>http://blog.openplaques.org/2013/05/family-trees/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=family-trees</link>
		<comments>http://blog.openplaques.org/2013/05/family-trees/#comments</comments>
		<pubDate>Mon, 27 May 2013 10:44:58 +0000</pubDate>
		<dc:creator>Jez Nicholson</dc:creator>
				<category><![CDATA[Project information]]></category>

		<guid isPermaLink="false">http://blog.openplaques.org/?p=2242</guid>
		<description><![CDATA[The more the number of plaques on Open Plaques system grows, the more that features emerge. Right from the start we realised that we couldn&#8217;t design the perfect data model as we didn&#8217;t know exactly what the system would turn &#8230; <a href="http://blog.openplaques.org/2013/05/family-trees/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>The more the number of plaques on Open Plaques system grows, the more that features emerge. Right from the start we realised that we couldn&#8217;t design the perfect data model as we didn&#8217;t know exactly what the system would turn into. Fortunately (or cleverly) we have modelled most of our data structures as &#8216;triples&#8217;, i.e. rather than being directly connected, two main tables generally have a connecting table between them, e.g. person -> person-role -> role.</p>
<p>When we collected roles like &#8216;wife of Nelson Mandela&#8217; I realised that there could be a special type of role that connects two people. Because of our data model, it wasn&#8217;t very difficult to add a &#8216;related person&#8217; to the person-role table which is used for special &#8216;relationship&#8217; roles. Thus we now have the role &#8216;wife&#8217; which we can say &#8216;of Nelson Mandela&#8217;.</p>
<p>As the number of relations between people mentioned on plaques has grown (especially royalty) I have been working on presenting a more family tree-like view. This is fairly basic at the moment, as I plan to get the information displayed before making it beautiful.</p>
<p><a href="http://openplaques.org/people/2121"><img src="http://blog.openplaques.org/wp-content/uploads/2013/05/Historical-plaques-about-Charles-I-of-England.png" alt="Historical plaques about Charles I of England" width="908" height="332" class="aligncenter size-full wp-image-2243" /></a></p>
<p>Special &#8216;relationship&#8217; roles are currently family based: father, mother, son, daughter, husband, wife.</p>
<p>We have also started with &#8216;band member&#8217;.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.openplaques.org/2013/05/family-trees/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Keeping it simple vs Keeping it open</title>
		<link>http://blog.openplaques.org/2013/05/keeping-it-simple-vs-keeping-it-open/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=keeping-it-simple-vs-keeping-it-open</link>
		<comments>http://blog.openplaques.org/2013/05/keeping-it-simple-vs-keeping-it-open/#comments</comments>
		<pubDate>Sun, 26 May 2013 13:19:24 +0000</pubDate>
		<dc:creator>Jez Nicholson</dc:creator>
				<category><![CDATA[Project information]]></category>

		<guid isPermaLink="false">http://blog.openplaques.org/?p=2237</guid>
		<description><![CDATA[I had a query about how to affect the order in which photos are displayed on the plaque page which spurred me on to make some more functionality visible to all users. Photographs on Open Plaques can be classified by &#8230; <a href="http://blog.openplaques.org/2013/05/keeping-it-simple-vs-keeping-it-open/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>I had a query about how to affect the order in which photos are displayed on the plaque page which spurred me on to make some more functionality visible to all users.</p>
<p>Photographs on Open Plaques can be classified by &#8216;shot&#8217;, e.g. a close-up or an establishing shot. We then display the closest shot as the primary image (as an aside, there was a discussion over whether to have the closest or the furthest away. The close-up won as the viewer can read the words.). This was not at all obvious to the normal user as it was a feature hidden away for admins.</p>
<p>I have loosened the security and updated the UI to allow anyone to edit the shot classification. It is under the &#8216;Your photo. How to edit it&#8217; link.</p>
<p><a href="http://openplaques.org/plaques/9140/photos"><img src="http://blog.openplaques.org/wp-content/uploads/2013/05/Photos-of-the-Alexis-Soyer-green-plaque-in-London.png" alt="Photos of the Alexis Soyer green plaque in London" width="817" height="298" class="aligncenter size-full wp-image-2238" /></a></p>
<p>The design of the Open Plaques interface is a constant balance of hiding away the complexities from the visiting public and exposing functionality for the more involved user. Our general practise is to trial features for admin users first, then move them into general use afterwards. We didn&#8217;t really want to have different classes of edit permissions, but for the purposes of keeping it simple it has been the quickest way.</p>
<p>The other alternative is that more detailed controls are hidden under sub-pages. I think that ultimately this is the way it will/should go.</p>
<p>Finally, there is always the spectre of spam. Some fields are deliberately only editable by admin users, as we have to avoid being taken over by spammers.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.openplaques.org/2013/05/keeping-it-simple-vs-keeping-it-open/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Letters after your name</title>
		<link>http://blog.openplaques.org/2012/09/new-feature-letters-after-your-name/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=new-feature-letters-after-your-name</link>
		<comments>http://blog.openplaques.org/2012/09/new-feature-letters-after-your-name/#comments</comments>
		<pubDate>Sat, 15 Sep 2012 16:32:39 +0000</pubDate>
		<dc:creator>Jez Nicholson</dc:creator>
				<category><![CDATA[Project information]]></category>
		<category><![CDATA[new feature]]></category>
		<category><![CDATA[roles]]></category>

		<guid isPermaLink="false">http://blog.openplaques.org/?p=2220</guid>
		<description><![CDATA[I released an enhancement on the site today to distinguish honourary titles and awards (aka &#8220;letters after your name&#8221;). Honourary titles are displayed as prefixes to a name and awards are shown as abbreviations as a suffix. So, for example, &#8230; <a href="http://blog.openplaques.org/2012/09/new-feature-letters-after-your-name/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>I released an enhancement on the site today to distinguish honourary titles and awards (aka &#8220;letters after your name&#8221;). Honourary titles are displayed as prefixes to a name and awards are shown as abbreviations as a suffix. So, for example, on Open Plaques <a title="Sir Adrian Boult on Open Plaques" href="http://openplaques.org/people/598">Adrian Boult</a> has roles of &#8220;Sir&#8221;, &#8220;<a title="list of Companions of Honour on Open Plaques" href="http://openplaques.org/roles/ch">Companion of Honour</a>&#8221; and &#8220;conductor&#8221;. This system now realises that the first two are special roles and displays the individual&#8217;s full name as &#8220;Sir Adrian Boult CH&#8221;.</p>
<p>Admins are able to edit roles to set an abbreviation and a role type to make a role &#8216;special&#8217;.</p>
<p>I have updated some roles to be more specific so that we don&#8217;t bias the site towards one particular country, e.g. &#8220;Prime Minister&#8221; is now &#8220;Prime Minister of the United Kingdom&#8221;.</p>
<p>Personal-Roles can have dates set on them and I plan to display these on the role pages, so, continuing the example above, we will soon be able to generate a list of Prime Ministers of the United Kingdom and the dates when they served.</p>
<p>Today&#8217;s change was quite small, but just an example of how the site is being constantly worked on.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.openplaques.org/2012/09/new-feature-letters-after-your-name/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Reclaiming plaques for the people: art raids the archives</title>
		<link>http://blog.openplaques.org/2012/09/reclaiming-plaques-for-the-people-art-raids-the-archives/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=reclaiming-plaques-for-the-people-art-raids-the-archives</link>
		<comments>http://blog.openplaques.org/2012/09/reclaiming-plaques-for-the-people-art-raids-the-archives/#comments</comments>
		<pubDate>Tue, 04 Sep 2012 21:37:48 +0000</pubDate>
		<dc:creator>Deirdre Molloy</dc:creator>
				<category><![CDATA[Art and Culture]]></category>
		<category><![CDATA[Events]]></category>
		<category><![CDATA[art]]></category>
		<category><![CDATA[art projects]]></category>
		<category><![CDATA[artists]]></category>
		<category><![CDATA[census]]></category>
		<category><![CDATA[community]]></category>
		<category><![CDATA[cultural data]]></category>
		<category><![CDATA[Danny Coope]]></category>
		<category><![CDATA[E17 Art Trail]]></category>
		<category><![CDATA[edmonton]]></category>
		<category><![CDATA[local history]]></category>
		<category><![CDATA[london]]></category>
		<category><![CDATA[walthamstow]]></category>

		<guid isPermaLink="false">http://blog.openplaques.org/?p=2134</guid>
		<description><![CDATA[When people talk about historical plaques and markers, who should get one, why they matter and what they&#8217;re ultimately for; things can get heated. And not just because there&#8217;s very long waiting lists on most of the bigger plaque schemes &#8230; <a href="http://blog.openplaques.org/2012/09/reclaiming-plaques-for-the-people-art-raids-the-archives/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>When people talk about historical plaques and markers, who should get one, why they matter and what they&#8217;re ultimately for; things can get heated. And not just because there&#8217;s very long waiting lists on most of the bigger plaque schemes and people sometimes disagree &#8211; or are plain disappointed &#8211; about the final decisions.</p>
<p>More fundamentally than that, some dispute the very notion of celebrating influential people in the first place &#8211; the cornerstone criteria that most <a title="Open Plaques website list of organisations erecting plaques" href="http://openplaques.org/organisations">plaque schemes</a> hinge on &#8211; and challenge the interpretations of history by means of which figures from the past are portrayed and elevated.</p>
<p>Art initiatives around plaques frequently seem in-step with this iconoclastic ethos; taking the plaques back for the people as it were. I&#8217;ve written about <a title="Blue plaque art action in SW15 - 18th May 2011 blog post" href="http://blog.openplaques.org/2011/05/blue-plaque-art-action-in-sw15/">two</a> <a title="Peer Plaques community voices writ large18th July 2012 blog post" href="http://blog.openplaques.org/2012/07/peer-plaques-community-voices-writ-large/">such</a> projects before, and now here&#8217;s a third one! Each has its own unique twist on reclaiming plaques for everyday public life. But this is the first one that&#8217;s really about time-travelling.</p>
<p><a href="http://blog.openplaques.org/wp-content/uploads/2012/09/ErnestHind_DannyCoope_2011.jpg"><img class="aligncenter size-full wp-image-2180" title="Ernest Hind photo copyright Danny Coope on Flickr" src="http://blog.openplaques.org/wp-content/uploads/2012/09/ErnestHind_DannyCoope_2011.jpg" alt="Ernest Hind apprentice pianoforte maker from Halifax lodged at No 1 when houses still stood here in 1901 photo copyright of Danny Coope on Flickr" width="533" height="800" /></a>In two incarnations in 2011 and 2012, artist <a title="Danny Coope's website" href="http://www.dannycoope.co.uk/">Danny Coope</a> mined the history of lives lived in north London by playing with the opportunities yielded by what&#8217;s fashionably known as &#8216;big data&#8217;. How? First, he homed in on a street &#8211; Grosvenor Park Road in Walthamstow for the <a title="Street of Blue Plaques by Danny Coope at East 17 Art Trail 2011 webpage" href="http://www.dannycoope.co.uk/blue_plaques.html">E17 Festival Art Trail</a> in September 2011, and Fore Street in Edmonton for the <a title="Make Yorself At Home project website" href="http://www.makeyourselfathome.org.uk/welcome/">Make Yourself at Home</a> project that ran April-May 2012. Then he combed through and re-used data from 1911 and earlier censuses (<a title="1841 - 1911 digitised census records on the UK National Archives website" href="http://www.nationalarchives.gov.uk/records/census-records.htm">available online</a>) for place-based factual storytelling through the temporary installation of plaques.</p>
<p>Coope cast an artist&#8217;s curatorial eye on archival sources and twigged that mass availability of the occupations of residents and their dates of residence corresponded neatly with what we&#8217;re used to seeing on UK blue plaques. Placed on the relevant buildings, some changed much in style and function in the intervening century and some erased completely, these missives re-animated the past. So far, so familiar&#8230;</p>
<p>What sets these particular plaques apart and lifts them out of the ordinary is the impact of <em>time itself</em> on what we read into the minutiae. While some of the jobs are still common, if not at least still abiding in nooks and crannies of the working world &#8211; I reckon there&#8217;s still a few <a title="William Calver tea taster lived here in 1891 Flickr image" href="http://www.flickr.com/photos/dick_turnip/6133530804/">tea tasters</a> and<a title="William Lowry stenographer at the Stocke Exchange lived here in 1901" href="http://www.flickr.com/photos/dick_turnip/6137555954/"> stenographers</a> walking among us &#8211; many are unfamiliar enough to raise eyebrows and set us wondering about what that person&#8217;s life was like back then.</p>
<p><a href="http://blog.openplaques.org/wp-content/uploads/2012/09/HenryPearse_DannyCoope_2012.jpg"><img class="aligncenter size-full wp-image-2146" title="Henry Pearce military military gymnastic instructor by Danny Coope" src="http://blog.openplaques.org/wp-content/uploads/2012/09/HenryPearse_DannyCoope_2012.jpg" alt="Henry Pearce military gymnastic instructor in Fore St  Edmonton courtesy of Danny Coope on Flickr" width="480" height="640" /></a>This is an era of &#8216;farriers&#8217;, &#8216;pewterers&#8217;, &#8216;whip socket makers&#8217; and even an &#8216;ostrich feather curler&#8217;; alongside which we find a &#8216;Briarwood pipe maker&#8217;, an &#8216;ivory turner&#8217;, a &#8216;mangler&#8217; and the improbably sci-fi comic book sounding &#8216;<a title="Arthur Pearse Xylonite Factory boy lived here 1911" href="http://www.flickr.com/photos/dick_turnip/6137552474/">Xylonite factory boy</a>&#8216; (which led me to discover the Hale End <a title="British Xyonite Company - industrial history" href="http://www.gracesguide.co.uk/British_Xylonite_Co">British Xylonite Company</a>, a moreish slice of industrial history).</p>
<p>The occasional &#8216;significant&#8217; role you&#8217;d find on traditional plaques does pop up &#8211; <a title="Frederick Bremer builder of Britain's first motor car lived  and worked here from 1911 until 1926 Flickr plaque image" href="http://www.flickr.com/photos/dick_turnip/6137002315/">Frederick Bremer</a>, builder of Britain&#8217;s first motor car, lived in Grovesnor Park Road for instance and has a <a title="Frederick Bremer Wikipedia entry" href="http://en.wikipedia.org/wiki/Frederick_Bremer">Wikipedia entry</a>. But largely it&#8217;s the bygone occupations, curios, and the huge variety that make the series so intriguing. It&#8217;s cosmopolitan London undoubtedly, but not as we know it.</p>
<p>More scientific data analysis (aka &#8220;<a title="What Is Distant Reading - New Tork Times 24th June 2011" href="http://www.nytimes.com/2011/06/26/books/review/the-mechanic-muse-what-is-distant-reading.html?pagewanted=all">distant reading</a>&#8220;) of these two boroughs&#8217; surnames from a cultural or historical point of view could tell us things we might not know (as Ted Underwood <a title="Where to start with text mining by Ted Underwood 14th August 2012" href="http://tedunderwood.wordpress.com/2012/08/14/where-to-start-with-text-mining/">explains</a>), but Coope&#8217;s MO is resolutely microscopic and subjective. He doesn&#8217;t deal in grand narratives or empirically grounded patterns. The results are quite transporting.</p>
<p>It&#8217;s worth remembering that Coope&#8217;s creative premise would be stillborn if it weren&#8217;t for the standard criteria of the long-running plaque schemes. There&#8217;d be nothing to debunk, zilch to compare it with. You can&#8217;t have a revolution if there&#8217;s nothing to revolt against.</p>
<p>Equally, while we may put faith in discovery of previously unknown pattens, clusters and connections drawn from digitally enabled macro analysis, projects such as Coope&#8217;s prove there&#8217;s endless mileage to artistic license. Non-standardised approaches to finding meaning in datasets can still bring the past to life in new ways too. One approach doesn&#8217;t negate or supplant the other.</p>
<p>Just as many of the vinyl plaques to early film industry entrepreneurs in the shop windows of &#8216;<a title="Flicker Alley plaques reveal innovaiton hub of early British film industry - 23 December 2011 post" href="http://blog.openplaques.org/2011/12/flicker-alley-plaques-reveal-innovation-hub-of-early-british-film-industry/">Flicker Alley</a>&#8216; in central London have lingered on more than two years after the festival they were put up for, so most of the 2011 plaques are still in place on Grovesnor Park Rd. Present day locals have adopted their residential ancestors and let them stay a while longer than fleeting. It will be great to see more technology-led projects with the same impact. It&#8217;s so much easier for people to relate to other people than to bond with macro insights.</p>
<p><a href="http://blog.openplaques.org/wp-content/uploads/2012/09/CarlFaust_DannyCoope_2011.jpg"><img class="aligncenter size-full wp-image-2182" title="Carl Faust by Danny Coope on Flickr" src="http://blog.openplaques.org/wp-content/uploads/2012/09/CarlFaust_DannyCoope_2011.jpg" alt="Carl Faust Russian merchant &amp; importer lived here at Hawthorn Villa in 1871 photo copyright of Danny Coope on Flickr" width="533" height="800" /></a></p>
<p>But it&#8217;s still worth asking if Coope&#8217;s creative filtering of the archives, and locating of data &#8216;in the wild&#8217; is evidence of broader trends. Every time census data is released there&#8217;s a huge flurry of excitement and activity amongst historians, archivists and of course genealogists; some stories hit the news headlines, and endless footprints are left in subsequent journals and books. Do modern digitised records make the impact of such public data greater &#8211; is there any real democratisation or marked shifts happening?</p>
<p>My knowledge is equally anecdotal&#8230; so what do you reckon? The <a title="Open Plaques website" href="http://openplaques.org/">Open Plaques</a> project is all about <a title="How to contribute to Open Plaques" href="http://openplaques.org/contribute">public input</a>. How do you think we should remember and celebrate the everyday? What other great sources of local history remain untapped, and un-digitised for that matter? What&#8217;s your take on reclaiming plaques and places for the people and surfacing some stories while you&#8217;re at it?</p>
<p>After all, as Coope&#8217;s work shows, not only the &#8220;great and good&#8221; are interesting. It also proves data is a powerful resource, especially in creative contexts and in public spaces. To give data about the past its due &#8211; what else should we be doing with it?</p>
<p>&#8211;</p>
<p>IMAGE CREDITS: The photographs of Ernest Hind and Carl Faust&#8217;s plaques are copyright of Danny Coope 2011. The photograph of Henry Pearce&#8217;s plaque was taken in 2012 by Danny Coope and is Creative Commons 2.0 Generic (CC BY-NC-ND 2.0) licensed.</p>
<p>The full set of each of Danny Coope&#8217;s Flickr photograhps of his plaque projects can be found at the following places for <a title="Street of Blue Plaques Walthamstow E17 Art Trail in London 2011 - a set by Danny Coope on Flickr" href="http://www.flickr.com/photos/dick_turnip/sets/72157627457529573/">Walthamstow</a> (2011) and <a title="Street of Blue Plaques Edmonton in London 2012 - a set by Danny Coope on Flickr" href="http://www.flickr.com/photos/dick_turnip/sets/72157629730621636/">Edmonton</a> (2012). The <a title="East 17 Art Trail website" href="http://www.e17arttrail.co.uk/">E17 Art Trail </a>festival is on again this year, 1st &#8211; 16th September.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.openplaques.org/2012/09/reclaiming-plaques-for-the-people-art-raids-the-archives/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Peer Plaques: community voices writ large</title>
		<link>http://blog.openplaques.org/2012/07/peer-plaques-community-voices-writ-large/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=peer-plaques-community-voices-writ-large</link>
		<comments>http://blog.openplaques.org/2012/07/peer-plaques-community-voices-writ-large/#comments</comments>
		<pubDate>Wed, 18 Jul 2012 21:56:56 +0000</pubDate>
		<dc:creator>Deirdre Molloy</dc:creator>
				<category><![CDATA[Art and Culture]]></category>
		<category><![CDATA[art]]></category>
		<category><![CDATA[art projects]]></category>
		<category><![CDATA[artists]]></category>
		<category><![CDATA[Burnley]]></category>
		<category><![CDATA[Burnley Public Art Project]]></category>
		<category><![CDATA[collaboration]]></category>
		<category><![CDATA[community]]></category>
		<category><![CDATA[engagement]]></category>
		<category><![CDATA[Kevin Carter]]></category>
		<category><![CDATA[participation]]></category>
		<category><![CDATA[Peer Plaques]]></category>
		<category><![CDATA[regeneration]]></category>

		<guid isPermaLink="false">http://blog.openplaques.org/?p=2026</guid>
		<description><![CDATA[Speakers&#8217; Corner in Hyde Park, London, was once the symbolic epicentre of free speech, a concept mirrored in city and town public squares wherever people were entitled to speak their mind or insisted on doing so. Nowadays the web with &#8230; <a href="http://blog.openplaques.org/2012/07/peer-plaques-community-voices-writ-large/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p><a title="Speakers Corner Wikipedia entry" href="http://en.wikipedia.org/wiki/Speakers%27_Corner">Speakers&#8217; Corner</a> in Hyde Park, London, was once the symbolic epicentre of free speech, a concept mirrored in city and town public squares wherever people were entitled to speak their mind or insisted on doing so. Nowadays the web with its low-to-no-cost publishing tools and reach is painted by some as the best forum yet for posing that question asked by people across time: <a title="The Web is a Customer Service Medium by Paul Ford  6th January 2011" href="http://www.ftrain.com/wwic.html">why wasn&#8217;t I consulted</a>? But never mind the internet, what about plaques themselves as public feedback mechanisms?</p>
<p>Shrugging off the mantle of news bulletins and potted biographies from the past, an art project staged in 2008 cast a series of plaques spread over three streets as a loosely joined public platform for sharing present-day thoughts, located beyond normal consultative channels and boundaries.</p>
<p>Peer Plaques, in the town of Burnley, Lancashire, featured a selection of quotes from residents in response to the question:  &#8220;<em>What is your first thought when you think about your neighbourhood?&#8221;</em></p>
<p>The blue markers, in this context, worked like a material analogue to what technologist and author <a title="David Weinberger Wikipedia entrry" href="http://en.wikipedia.org/wiki/David_Weinberger">David Weinberger</a> described (in his 2002 book <a title="Small Pieces Loosely Joined by David Weinberger book preface" href="http://www.smallpieces.com/content/preface.html">Small Pieces Loosely Joined</a>), as the distributed web of hyperlinked documents that upended the top-down and one-way media paradigm which had dominated the pre-web era.</p>
<p><a href="http://blog.openplaques.org/wp-content/uploads/2012/07/Burnley_afford_6402.jpg"><img class="aligncenter size-full wp-image-2037" title="PeerPlaques_01_BurnleyPublicArtProject" src="http://blog.openplaques.org/wp-content/uploads/2012/07/Burnley_afford_6402.jpg" alt="Peer Plaques from Burnley Public Art Project by co-lab and civic architects" width="480" height="640" /></a><em></em></p>
<p>One of three artworks commissioned by Burnley Borough Council under the Burnley Public Art Project, Peer Plaques was the outcome of a two-year residency in which an artist-architect team made up of media artist <a title="co-lab art projects" href="http://www.co-lab.org/commissions/">Kevin Carter</a> and <a title="civic Architects website" href="http://www.civic.org.uk/">civic Architects</a> facilitated discussion with locals about the present and future effects of regeneration &#8211; specifically Housing Market Renewal (HMR) in Burnley. Various concepts were evolved by the team from this process, but as economic issues bore down on the <a title="PublicArt Online Housing Case Studies - Burnley Elevate Artist Injection" href="http://www.publicartonline.org.uk/casestudies/housing/burnley/description.php">overall project</a>,  Peer Plaques became the focal point for the project to deliver.</p>
<p>A reversal on the (albeit not universally adhered to) norm of plaques focusing &#8216;objectively&#8217; on &#8216;notable&#8217; folks of yore and deeds of &#8216;historic&#8217; import; the project foregrounded ordinary people&#8217;s views, sharing their opinions about their area and some stories about how they got there. The inscriptions were uncompromisingly subjective, spoken from direct experience.</p>
<p>The final outcome saw plaques installed on the very same boarded-up houses in three of Burnley’s terraced housing regeneration areas that had been targeted for regeneration but had yet to be demolished.</p>
<p>Forming a visible counterpoint to the media gauze of shiny, redevelopment happy-speak, these location-based bulletins were shooting from the hip. At street level, officially sanctioned history and PR airbrushing were nowhere to be seen&#8230;</p>
<p><a href="http://blog.openplaques.org/wp-content/uploads/2012/07/Burnley_street_500.jpg"><img class="aligncenter size-full wp-image-2042" title="PeerPlaques_02_BurnleyPublicArtProject" src="http://blog.openplaques.org/wp-content/uploads/2012/07/Burnley_street_500.jpg" alt="Peer Plaques from Burnley Public Art Project by co-lab and civic architects 2008" width="500" height="375" /></a>Not only was the strategy and progress-based language that framed official communications in press releases and the local media notably absent, an eerie quality also pervaded the plaques and their contents when seen in situ. They were at once unconventional and familiar, transmitting messages immediate and ghostly.</p>
<p>In unison they were a pointed reminder that culture and history are made up of multiple contested viewpoints; how could you possibly harmonise them into one anodyne and uncomplicated narrative? In turn the quotes are evidence that history started not only within living memory but a second ago.</p>
<p>While the answers themselves range from strident local pride and unexpected reveries to complaints and demands, another interesting detail is that the myriad perspectives voiced through the plaques also root and convey themselves in different time contexts: retrospective, present, and future-tense. They encompass an ambiguous mention of the local skate park, an upbeat anecdote of a move over from Northern Ireland, and even ambivalence about having an opinion at all.</p>
<p><a href="http://blog.openplaques.org/wp-content/uploads/2012/07/Burnley_coner_500.jpg"><img class="aligncenter size-full wp-image-2065" title="PeerPlaques_03_BurnleyPublicArtProject" src="http://blog.openplaques.org/wp-content/uploads/2012/07/Burnley_coner_500.jpg" alt="Peer Plaques Burnley Public Art Project 2008" width="500" height="375" /></a>In terms of the sum meaning, the comments can&#8217;t be separated from the physical backdrop &#8211; the speakers no longer occupy the spaces; the terrace houses are empty shells ready to be bulldozed, a stark reminder of changing times. No wonder the oral testimonies proffered by the plaques look back and forward and feel disembodied when there&#8217;s soon to be no &#8216;here&#8217; here.</p>
<p>Regeneration is typically styled as a grand plan, offering individualised hope (in this case) in the form of a little castle to call their own for everyone, but the plaques reveal this isn&#8217;t an unqualified good. The question remains: what does regeneration do to local attachments, to patterns and reference points that have been established? The narratives of the residents come from a transition zone where instability reigns and shared memory, already fragile, is about to be overwritten in the most literal of terms.</p>
<p>It&#8217;s not uncommon to get the sense that regeneration is largely done <em>to</em> people not with them; but the cross-currents of meaning uncovered when local voices can be heard unfiltered suggest a different approach might follow if more priority was given to the intrinsic value of being consulted. In the interim, we&#8217;re left to ponder in whose image, and from whose point of view is reality being re-modelled?</p>
<p>&#8211;</p>
<p>Thanks to <a title="co-lab art projects" href="http://www.co-lab.org/commissions/index.html">co-lab</a> media artist Kevin Carter and <a title="civic Architects public art projects" href="http://www.civic.org.uk/publicart">civic Architects</a>, who have shared the photographs of the plaques with <a title="Open Plaques website" href="http://openplaques.org/">Open Plaques</a> under a Creative Commons license. Some of the plaques no longer exist as the area has undergone phased redevelopment. We aim to act as an online archive and point of reference for lost plaques as well as those due to be removed.</p>
<p>See <a title="Peer Plaques in Hargher Street south west Burnley on Google Street View" href="http://maps.google.co.uk/maps?q=Hargher+Street,+Burnley,+UK&amp;hl=en&amp;ll=53.787228,-2.265673&amp;spn=0.008215,0.021522&amp;sll=53.783843,-2.233529&amp;sspn=0.016431,0.043044&amp;t=h&amp;hnear=Hargher+St,+Burnley+BB11+4,+United+Kingdom&amp;z=16&amp;layer=c&amp;cbll=53.78681,-2.265488&amp;panoid=jVxIPULEWtyzPBb2wIuQvw&amp;cbp=12,98.08,,0,10.05">two</a> <a title="Peer Plaques on Hurtley Street in Burnley on Google Street View" href="http://maps.google.co.uk/maps?q=Hurtley+Street,+burnley&amp;hl=en&amp;ll=53.801833,-2.236839&amp;spn=0.000516,0.001345&amp;sll=53.800651,-4.064941&amp;sspn=8.415571,22.038574&amp;t=h&amp;doflg=ptk&amp;hnear=Hurtley+St,+Burnley+BB10+1,+United+Kingdom&amp;z=20&amp;layer=c&amp;cbll=53.801833,-2.236839&amp;panoid=iOpGDTINwZ6VGScXPAAFNA&amp;cbp=12,314.36,,0,0.99">views</a> of the streets on Google Street View, and the Peer Plaques on <a title="Burnely Public Art Project Peer Plaques on Flickr" href="http://www.flickr.com/photos/11928089@N04/sets/72157604008841364/">Flickr</a> and <a title="Burnely Public Art Project Peer Plaques on Open Plaques" href="http://openplaques.org/organisations/burnley_public_art_project">Open Plaques</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.openplaques.org/2012/07/peer-plaques-community-voices-writ-large/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linked Open Data and Open Plaques</title>
		<link>http://blog.openplaques.org/2012/04/linked-open-data-and-open-plaques/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=linked-open-data-and-open-plaques</link>
		<comments>http://blog.openplaques.org/2012/04/linked-open-data-and-open-plaques/#comments</comments>
		<pubDate>Wed, 18 Apr 2012 12:12:36 +0000</pubDate>
		<dc:creator>Richard Light</dc:creator>
				<category><![CDATA[Project information]]></category>
		<category><![CDATA[British Museum]]></category>
		<category><![CDATA[cultural data]]></category>
		<category><![CDATA[cultural heritage]]></category>
		<category><![CDATA[dbpedia]]></category>
		<category><![CDATA[digital heritage]]></category>
		<category><![CDATA[glam]]></category>
		<category><![CDATA[linked data]]></category>
		<category><![CDATA[linked open data]]></category>
		<category><![CDATA[lod]]></category>
		<category><![CDATA[lodlam]]></category>
		<category><![CDATA[open data]]></category>
		<category><![CDATA[RDF]]></category>
		<category><![CDATA[semantic web]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://blog.openplaques.org/?p=1995</guid>
		<description><![CDATA[I&#8217;ve been quietly exploring the Linked Data world for some time, and thinking about how cultural heritage information might play in that space. On the face of it, we don&#8217;t have the type of information which is readily expressed as &#8230; <a href="http://blog.openplaques.org/2012/04/linked-open-data-and-open-plaques/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>I&#8217;ve been quietly exploring the <a title="LinkedData.org website" href="http://linkeddata.org/">Linked Data</a> world for some time, and thinking about how cultural heritage information might play in that space.</p>
<p>On the face of it, we don&#8217;t have the type of information which is readily expressed as assertions, i.e. simple statements of &#8220;fact&#8221;, such as you find in <a title="About dbpedia" href="http://dbpedia.org/About">dbpedia</a>. There&#8217;s lots of uncertainty, lots of imprecision (&#8220;provenance: Asia&#8221; &#8211; give me a break!), and many &#8211; sometimes conflicting &#8211; opinions about the history of material culture.</p>
<p>However, I think that there is also enough hard data to make the exercise worthwhile. I think, too, that we can usefully represent the uncertainty and imprecision as <a title="Linked data Wikipedia entry" href="http://en.wikipedia.org/wiki/Linked_data">Linked Data</a>, though the resulting RDF may be a little more complex than the sets of simplistic triples which you tend to find, for example, in dbpedia.</p>
<p><a href="http://blog.openplaques.org/wp-content/uploads/2012/04/lod-datasets_2009-07-14_cropped.png"><img class="aligncenter size-full wp-image-2017" src="http://blog.openplaques.org/wp-content/uploads/2012/04/lod-datasets_2009-07-14_cropped.png" alt="Linking Open Data cloud diagram by Richard Cyganiak and Anja Jentzsch http://lod-cloud.net/" width="707" height="526" /></a>[image: Linking Open Data cloud diagram, by Richard Cyganiak and Anja Jentzsch. http://lod-cloud.net/ ]</p>
<p>One thing I think we do need is some common points of reference. At present, the standard way of publishing say a museum collection as Linked Data is to invent a set of URLs for the collection objects (which is fine and necessary), but then to do the same for all related entities, such as people and places. Thus the British Museum Linked Data has:</p>
<p><a title="British Museum linked data collection object related entities identifier for Vardanes II" href="http://collection.britishmuseum.org/id/person-institution/100221">http://collection.britishmuseum.org/id/person-institution/100221</a></p>
<p>&#8230;which is the identifier for the person Vardanes II. This URL is fine, but it is specific to the BM&#8217;s database. I assume he is the same Vardanes II who is described in:</p>
<p><a title="Vardanes II of Parathia Wikipedia entry" href="http://en.wikipedia.org/wiki/Vardanes_II_of_Parthia">http://en.wikipedia.org/wiki/Vardanes_II_of_Parthia</a></p>
<p>but there is nothing in the BM Linked Data to confirm (or refute) this.</p>
<p>One thing which I think we need in the cultural heritage field is a single Linked Data authority resource for personal identity. This authority should contain enough information about each person to allow automated processes to calculate the likelihood that two people are actually the same individual. Key facts would be name(s), and date and place of birth and death. [Sticking to dead people avoids Data Protection and libel issues ] Other potentially useful facts could be added: titles, gender, nationality, occupation, etc. However, the goal would <strong>not</strong> be to build an encyclopaedia of personal data, but just to have enough facts about each person to allow identity matching.</p>
<p>I&#8217;ve grabbed the 150,000 or so person entries from <a title="About dbpedia" href="http://dbpedia.org/About">dbpedia</a> which have dates of birth and death, and set them up as a stand-alone database. Having done this, I wanted to use the personal information in the <a title="About Open Plaques data webpage" href="http://openplaques.org/about/data">Open Plaques</a> data for a comparison test, to see how straightforward this sort of automated matching might be. I thought that there should be quite a big overlap between the sort of people who are considered noteworthy enough to be in Wikipedia, and those considered worthy of plaques.</p>
<p>Extracting the <a title="A to Z of people on Open Plaques" href="http://openplaques.org/people/a-z/a">personal information</a> from Open Plaques was my first challenge. I had found biographical details in the XML for plaques, but it was presented as escaped CDATA &#8211; not useful for my purposes. After a conversation about this with <a title="Open Plaques blog posts by Jez Nicholson" href="http://blog.openplaques.org/author/jez-nicholson/">Jez Nicholson</a>, nicely structured XML person authority data appeared as though by magic.</p>
<p>There is also an XML &#8220;index&#8221; which lists all the people who are represented in Open Plaques. I used this index in an XSLT transform, which grabbed all the records it mentioned and put them into a single source XML document (well, two: the XLST ran out of memory so the job had to be split into two chunks). In the process my transform reported 9 Open Plaques URLs in the index which didn&#8217;t point to a real resource &#8211; useful error-checking.</p>
<p>&#8220;But&#8221; I hear you say &#8220;surely Open Plaques&#8217; XML outputs aren&#8217;t &#8216;proper&#8217; Linked Data?&#8221;. Here is part of an example:</p>
<pre>   &lt;?xml version="1.0" encoding="UTF-8"?&gt;
   &lt;openplaques  uri=<a href="http://openplaques.org/people/2166">"http://openplaques.org/people/2166"</a>&gt;
      &lt;person  uri=<a href="http://openplaques.org/people/2166">"http://openplaques.org/people/2166"</a>updated_at="2011-06-27T12:28:39Z"&gt;
        &lt;name&gt;Joe Meek&lt;/name&gt;
        &lt;surname&gt;Meek&lt;/surname&gt;
        &lt;born&gt;
          &lt;in&gt;1929&lt;/in&gt;
          &lt;at  uri=<a href="http://openplaques.org/locations/3448">"http://openplaques.org/locations/3448"</a>&gt;
            &lt;address&gt;1 Market Square, Newent, United Kingdom&lt;/address&gt;
            &lt;geo
reference_system="WGS84"latitude="51.9302"longitude="-2.40467"/&gt;
          &lt;/at&gt;
        &lt;/born&gt;</pre>
<p>This isn&#8217;t RDF. However, from my point of view it is just as good, because it has the two attributes I need:</p>
<p>* it is machine-processible, so I can select data, transform it, analyse it</p>
<p>* it uses persistent <a title="Dereferenceable Uniform Resource Identifier entry on Wikipedia" href="http://en.wikipedia.org/wiki/Dereferenceable_Uniform_Resource_Identifier">dereferenceable</a> URLs to identify the concepts it is describing, so I can grab any related material I&#8217;m interested in. (You need either to stick &#8216;.xml&#8217; on the end, or make an HTTP request where you specify that it&#8217;s an XML response that you want. Either way, you can use the standard XML document() function to access related resources.)</p>
<p>I now have a Modes data file containing just over 3,500 person records, and I&#8217;m all set to try my comparison with dbpedia. I&#8217;ll let you know how I get on.</p>
<p>&#8211;</p>
<p><strong>About Richard Light</strong></p>
<p>Richard has worked in the cultural heritage information retrieval field for over 30 years. A founding staff member of the Museum Documentation Association (now <a title="Collections Trust website" href="http://www.collectionstrust.org.uk/">Collections Trust</a>) from 1977 to 1991, he helped develop the current UK museum standards framework.</p>
<p>Since then as a freelancer Richard has additionally specialised in markup technologies as they impact cultural heritage information resources. With a particular interest in the potential of Linked Data techniques for cultural heritage, he has provided assistance to widely-used classification schemes (UDC, BLISS, SHIC, Israel Museum) in their attempts to move towards a Linked Data (SKOS) manifestation. Further posts on his <a title="Richard Light's XML museums and linked data blog" href="http://light.demon.co.uk/wordpress/">XML, museums and linked data blog</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.openplaques.org/2012/04/linked-open-data-and-open-plaques/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Digital co-op treasure hunt maps Manchester&#8217;s history</title>
		<link>http://blog.openplaques.org/2012/03/digital-co-op-treasure-hunt-maps-manchesters-history/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=digital-co-op-treasure-hunt-maps-manchesters-history</link>
		<comments>http://blog.openplaques.org/2012/03/digital-co-op-treasure-hunt-maps-manchesters-history/#comments</comments>
		<pubDate>Wed, 21 Mar 2012 11:45:33 +0000</pubDate>
		<dc:creator>Deirdre Molloy</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Alison Uttley]]></category>
		<category><![CDATA[case studies]]></category>
		<category><![CDATA[cities]]></category>
		<category><![CDATA[cocreation]]></category>
		<category><![CDATA[cocuration]]></category>
		<category><![CDATA[collaboration]]></category>
		<category><![CDATA[coop]]></category>
		<category><![CDATA[cooperation]]></category>
		<category><![CDATA[cooperative movement]]></category>
		<category><![CDATA[coops]]></category>
		<category><![CDATA[Creative Commons]]></category>
		<category><![CDATA[crowdsourcing]]></category>
		<category><![CDATA[Culture Hack North]]></category>
		<category><![CDATA[digital archaeology]]></category>
		<category><![CDATA[digital heritage]]></category>
		<category><![CDATA[digital history]]></category>
		<category><![CDATA[Doris Speed]]></category>
		<category><![CDATA[engagement]]></category>
		<category><![CDATA[events 2012]]></category>
		<category><![CDATA[Flickr]]></category>
		<category><![CDATA[Frank Kingdon Ward]]></category>
		<category><![CDATA[games]]></category>
		<category><![CDATA[gaming]]></category>
		<category><![CDATA[geolocation]]></category>
		<category><![CDATA[geotagging]]></category>
		<category><![CDATA[Histonauts]]></category>
		<category><![CDATA[Histonauts2]]></category>
		<category><![CDATA[history]]></category>
		<category><![CDATA[Jim Ralley]]></category>
		<category><![CDATA[location]]></category>
		<category><![CDATA[locative media]]></category>
		<category><![CDATA[machinetags]]></category>
		<category><![CDATA[Manchester]]></category>
		<category><![CDATA[Manchester Archives]]></category>
		<category><![CDATA[Manchester Histories Festival]]></category>
		<category><![CDATA[Manchester University]]></category>
		<category><![CDATA[mapping]]></category>
		<category><![CDATA[maps]]></category>
		<category><![CDATA[material culture]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[objects]]></category>
		<category><![CDATA[open data]]></category>
		<category><![CDATA[participation]]></category>
		<category><![CDATA[pervasive games]]></category>
		<category><![CDATA[place]]></category>
		<category><![CDATA[play]]></category>
		<category><![CDATA[public archaeology]]></category>
		<category><![CDATA[qr codes]]></category>
		<category><![CDATA[Robert Donat]]></category>
		<category><![CDATA[Robert Owen]]></category>
		<category><![CDATA[social objects]]></category>
		<category><![CDATA[The Big Art People]]></category>
		<category><![CDATA[treasure hunt]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[urban archaeology]]></category>

		<guid isPermaLink="false">http://blog.openplaques.org/?p=1925</guid>
		<description><![CDATA[Open Plaques resources are explicitly geared for re-use by others, taking on new forms beyond the main website in related apps and ebooks. This was taken a step further when our (current) list of 145 plaques in Manchester was brought &#8230; <a href="http://blog.openplaques.org/2012/03/digital-co-op-treasure-hunt-maps-manchesters-history/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p><strong>Open Plaques resources are explicitly geared for re-use by others, taking on new forms beyond the main website in related apps and ebooks. This was taken a step further when our (current) list of 145 plaques in Manchester was brought to life and updated dynamically in the Histonauts2 event, part of a 10-day history festival in Manchester. I caught up with Histonauts co-ordinator and director of The Big Art People Jim Ralley to find out more&#8230;</strong></p>
<p>But first, the inscription from one of the plaques they photographed and contributed, which seems apt in the circumstances:</p>
<blockquote><p><a title="Robert Owen Wikipedia entry" href="http://en.wikipedia.org/wiki/Robert_Owen">&#8220;Robert Owen</a> 1771 &#8211; 1858. Welsh entrepreneur and social reformer whose ideas formed the basis of the world-wide co-operative movement. Lived and worked in Manchester for 12 years working first in a business on this site. c.1786.&#8221; [See the <a title="Robert Owen Manchester plaque on Open Plaques" href="http://openplaques.org/plaques/788">plaque here</a>]</p></blockquote>
<p><em>Q: Histonauts2 was a 2-day urban quest that happened as part of the city-wide <a title="Manchester Histories Festival website" href="http://www.manchesterhistoriesfestival.org.uk/">Manchester Histories Festival</a> that ran from 24th February to 4th March 2012. How did you fit into the programme &#8211; was there a particular theme or ethos in the Festival that you synched with?</em></p>
<p><a title="Histonauts2 website" href="https://sites.google.com/site/histonauts2/">Histonauts2</a> was part of a wider <a title="CRESC Centre for Research on Socio-Cultural Change website" href="http://www.cresc.ac.uk/">CRESC</a>-funded research project run by the Institute for Cultural Practices (ICP at the University of Manchester) called <a title="Mapping Manchester page on Institute for Cultural Practices at University of Manchester website" href="http://www.arts.manchester.ac.uk/icp/news/mmxii-mapping-manchester/">MMXII: Mapping Manchester</a>. As well as designing and running the game, the ICP also mapped the Manchester Histories Festival <a title="Google Map of Manchester Histories Festival programme events" href="https://sites.google.com/site/histonauts2/home">programme</a>, and held a summit that brought together groups and organisations from the North West that were doing work with mapping or interested in mapping.</p>
<p>The game complemented the ethos of the <a title="Manchester Histories Festival website" href="http://www.manchesterhistoriesfestival.org.uk/">MHF</a>. It’s about getting people actively engaged in history, encouraging them to walk around the city and notice things that they might normally ignore. We pitched the idea to Claire Turner the Festival Director and she was really excited about it. In fact we ended up borrowing a phrase from their <a title="About us page on Manchester Histories Festival website" href="http://www.manchesterhistoriesfestival.org.uk/information/about/whatsismhf">About Us</a> page: “revealing the hidden histories from across Greater Manchester.”</p>
<p><a href="http://blog.openplaques.org/wp-content/uploads/2012/03/FrankKIngdonWard_histonauts_500.jpg"><img class="aligncenter size-full wp-image-1933" title="Frank Kingdon Ward plaque photo courtesy of Histonauts2" src="http://blog.openplaques.org/wp-content/uploads/2012/03/FrankKIngdonWard_histonauts_500.jpg" alt="Frank Kingdon Ward plaque photo courtesy of Histonauts2" width="500" height="375" /></a></p>
<p><em>Q: I&#8217;ve seen Histonauts described as &#8216;urban archeology&#8217;, and also as a digital treasure hunt. Are these fair descriptions and how would you pitch it to a newcomer?</em></p>
<p>I think they are fair descriptions. The archaeology metaphor translates really neatly across from physical to digital. Archaeologists dig down through the strata of the Earth to reveal the layers of time, whilst our players were digitally adding layers of meaning to buildings, locations, and objects in the physical world.</p>
<p>We love the idea that you could take an object in a museum or archive and digitally replace it in the location it was originally discovered. In a way it’s like reverse archaeology!</p>
<p><em>Q: The inclusion of <a title="Open Plaques website" href="http://openplaques.org">Open Plaques</a> data in the quest came together at the last minute &#8211; two days before the event &#8211; through a brief exchange on Twitter. Can you recap what data of ours you referred to and how you included it in the game?</em></p>
<p>I saw Frankie Roberto of Open Plaques talk at <a title="Culture Hack North website" href="http://culturehacknorth.co.uk/">Culture Hack North</a> in Leeds, and when one of our players took a photo of a blue plaque I was suddenly reminded of Open Plaques. The potential for collaboration was obvious. We focused on the plaques in Manchester that <a title="List of currently unphotographed Manchester plaques on Open Plaques" href="http://openplaques.org/places/gb/areas/manchester/unphotographed">hadn’t yet been photographed</a>, aiming to document as many of them as possible in a day. Getting photographs was included as a Daily Mission, which proved to be a really effective way of keeping players engaged and interested in the game.</p>
<p><a href="http://blog.openplaques.org/wp-content/uploads/2012/03/RobertDonat_histonauts_500.jpg"><img class="aligncenter size-full wp-image-1934" title="Robert Donat plaque photo courtesy of histonauts2" src="http://blog.openplaques.org/wp-content/uploads/2012/03/RobertDonat_histonauts_500.jpg" alt="Robert Donat plaque photo courtesy of histonauts2" width="500" height="375" /></a></p>
<p><em>Q: Did our &#8216;<a title="Open Plaques open data policy and data information webpage" href="http://openplaques.org/about/data">open data</a>&#8216; policy function as an enabler to speeding up decision-making following your initial thought that Open Plaques resources could be used, or didn&#8217;t that come into it?</em></p>
<p>It definitely influenced our decision to partner with Open Plaques. We’d had minor issues before with players trying to link to non-<a title="Creative Commons website" href="http://creativecommons.org/">Creative Commons</a> images on Flickr, et cetera, so we were keen to work with open images / data as much as possible.</p>
<p>Of course we’re also committed to keeping all of our data open. Once we’ve had the chance to clean up everything we’ll share the GoogleDocs and Fusion Tables for everyone to play with.</p>
<p><em><a href="http://blog.openplaques.org/wp-content/uploads/2012/03/Histonauts_icon_2403.jpg"><img class="alignright size-full wp-image-1959" title="Histonauts2 mascot courtesy of Histonauts" src="http://blog.openplaques.org/wp-content/uploads/2012/03/Histonauts_icon_2403.jpg" alt="Histonauts2 mascot courtesy of Histonauts" width="240" height="240" /></a>Q: Apart from free, easy and pre-mapped access to the data, what was the main attraction of using the plaques?</em></p>
<p>The Daily Missions were flexible, and often changed in direct response to the kinds of things that the players had been uncovering. The plaques were perfect objects for engagement. They are the kind of thing that people walk past every day without noticing but that are really rich in content and historical significance.</p>
<p>Having them <a title="Mapped list of Manchester plaques on Open Plaques" href="http://openplaques.org/places/gb/areas/manchester">already mapped</a> also added a slightly different element to the game. Previous missions specified themes but not locations, and had players finding whatever they could on their walks around the city. This was far more of a targeted hunt.</p>
<p><em>Q: What other data or objects did you use as &#8216;treasure&#8217; and how were they incorporated?</em></p>
<p>*checks the hashtag archive* We asked players to find road names with historical significance, seek out the birth dates of buildings, take up-to-date versions of photos from <a title="Manchester Archives Plus Flickr account" href="http://www.flickr.com/people/manchesterarchiveplus/">Manchester Archives Plus</a>, find places related to Manchester’s rich musical heritage, find other players (identified by their badges), and to document MHF events.</p>
<p><em>Q: What were the mechanics, rules and objectives of the game?</em></p>
<p>The timescale and resources were such that we had to design a game that didn’t require much maintenance. We wanted players to have both intrinsic and extrinsic motivations for continuing the game, so there were points given for each secret history ‘uncovered’, with the promise of a prize at the end.</p>
<p>To shape the intrinsic reward mechanism I used the <a title="nef New Economics Foundation 5 Ways to Wellbeing project website" href="http://neweconomics.org/projects/five-ways-well-being">nef 5 Ways to Wellbeing</a><br />
model, ensuring that over the 10 days the players were encouraged to Connect, Be Active, Take Notice, Keep Learning, and Give. [The rules and intsructions are <a title="Histonauts 2 the rules of the game webpage" href="https://sites.google.com/site/histonauts2/rules-of-the-game">here</a>].</p>
<p><a href="http://blog.openplaques.org/wp-content/uploads/2012/03/AlisonUttley_histonauts_480.jpg"><img class="aligncenter" title="Alison Uttley plaque photo courtesy of histonauts" src="http://blog.openplaques.org/wp-content/uploads/2012/03/AlisonUttley_histonauts_480.jpg" alt="Alison Uttley plaque photo courtesy of histonauts" width="480" height="640" /></a><br />
<em>Q: What tools did you use to communicate with the participants, and to co-ordinate the content gathered in the digital treasure hunt. Was there any cost to these? What web services and devices did the players need to have?</em></p>
<p>We had to use web tools that were freely available to all, and that people were familiar with. <a title="Google Docs homepage" href="https://docs.google.com/">Google Docs</a> were useful for player signup, and I used a Google Site to collate all of the information, which was stored on Google Spreadsheets and Fusion Tables. Daily Missions and nightly rankings were sent out via email and Twitter, and the combination of photos and geo-location meant that <a title="Histonauts2 participants Twitter list" href="http://twitter.com/#%21/UniCityCulture/histonauts2/members">Twitter</a> (for easy web and mobile access) was really the easiest and most familiar way for players to get content to us.</p>
<p><em>Q: How many people took part and who were they? Did everyone have the same level of involvement or was there scope for varying degrees of commitment? How was success judged?</em></p>
<p>We had 39 players sign up, and 17 actually contribute secret histories via Twitter. We’re planning to send a survey round to all of the participants very soon, to get an idea of the kind of people who played. But anecdotally we know that there was a fairly wide range, from history PhD students to chartered accountants.</p>
<p>In terms of commitment, the top 3 players contributed the vast majority of secret histories, almost twice as many as the other 14 active players combined.</p>
<blockquote class="twitter-tweet"><p>15 Plaques found today for @<a href="https://twitter.com/openplaques">openplaques</a> &#8211; that&#8217;s 20% of all the plaques with missing images in Manchester! <a href="https://twitter.com/search/%2523outstandingwork">#outstandingwork</a></p>
<p>&mdash; UniverCityCulture (@UniCityCulture) <a href="https://twitter.com/UniCityCulture/status/174270521591087104" data-datetime="2012-02-27T23:11:44+00:00">February 27, 2012</a></p></blockquote>
<p><script src="//platform.twitter.com/widgets.js" charset="utf-8"></script></p>
<p><em>Q: How did it all pan out and what feedback did you get from the players at the time and afterwards?</em></p>
<p>It went amazingly well. Far better than we could have anticipated, and with very little publicity or lead-in time. Again, we haven’t had time to properly collate the email and Twitter feedback yet, but it was all really positive with people saying that they’d learned loads and had fun doing it.</p>
<p><em>Q: Histonauts has happened once before. When and where was that? Was the format the same or have you evolved it much?</em></p>
<p>Histonauts2 is actually the 3rd game that we’ve run as part of the UniverCityCulture pilot research project. The previous two were more traditional hunts/challenges using QR codes placed at historically interesting locations around the University of Manchester campus. This time wanted to evolve the game to be a little looser, not always restricting players to a predefined set of locations.</p>
<p>The games have all been really successful, and we’re keen to evolve the concept further and have been in talks with the MHF about designing a massive ARG (alternate reality game) for the 2014 festival. We’re secretly incredibly excited about the prospect of a longer R&amp;D period, larger resources, more partner organisations, and hundreds or thousands of participants!</p>
<blockquote class="twitter-tweet"><p>Shout out to all the <a href="https://twitter.com/search/%2523histonauts2">#histonauts2</a> who hunted down unphotographed Manchester plaques @<a href="https://twitter.com/mcrhistfest">mcrhistfest</a> 2day (@<a href="https://twitter.com/UniCityCulture">UniCityCulture</a>) <a href="http://t.co/vaaAwMlj" title="http://bit.ly/wfoGo6">bit.ly/wfoGo6</a></p>
<p>&mdash; Open Plaques (@openplaques) <a href="https://twitter.com/openplaques/status/174275240556371968" data-datetime="2012-02-27T23:30:29+00:00">February 27, 2012</a></p></blockquote>
<p><script src="//platform.twitter.com/widgets.js" charset="utf-8"></script></p>
<p><em>Q: Where did you first get the idea from, any particular inspirations? Does it continue in the lineage of any other &#8216;pervasive games&#8217;, and how does it depart from or build upon them?</em></p>
<p>​I’ve wanted to try my hand at game design ever since I heard about <a title="Jane McGonigal personal website" href="http://janemcgonigal.com/">Jane McGonigal</a>’s <a title="World Without Oil by Jane McGonigal website" href="http://www.worldwithoutoil.org/">World Without Oil</a> back in 2007. The opportunity came with the first phase of this research project, and since then the idea has grown and evolved and been influenced by countless other projects.</p>
<p>The UniverCityCulture project started after seeing this <a title="Harvard teams up with Foursquare for collegiate checkins - Mashable 12th January 2010" href="http://mashable.com/2010/01/12/harvard-foursquare/">Mashable article</a> on Harvard’s collaboration with Foursquare, and drew inspiration from <a title="Historypin website" href="http://www.historypin.com/">Historypin</a>, <a title="scvngr" href="http://www.scvngr.com/">scvngr</a>, the <a title="Google Maps Mania blog" href="http://googlemapsmania.blogspot.co.uk/">Google Maps Mania</a> blog,<a title="Larkin About website" href="http://www.larkinabout.net/homepage.html"> Larkin’ About</a>, <a title="Decoding Art on Manchester Galleries website" href="http://www.manchestergalleries.org/decodingart/artworks">Decoding Art</a>, and many more projects that we’ve found or been sent via Twitter. The whole process has been iterative and always responsive to changing demands and technologies. We already have a Histonauts3 tentatively planned for Freshers’ Week in September this year.</p>
<p><em>Q: Returning to the whole public-cum-digital archaeology concept, do you think the hidden or at least unmapped raw materials of the city&#8217;s past hold out a lot of untapped promise for further ventures?</em></p>
<p>I think Histonauts2 specifically and <a href="http://www.manchesterhistoriesfestival.org.uk/" title="Manchester Histories Festival website">Manchester Histories Festival</a> in general has shown that there’s a huge appetite for history and heritage in Manchester, and that people want to play an active part in documenting, uncovering, and creating that history.</p>
<p>Great crowdsourced projects like Open Plaques and Wikipedia work because they bring people together doing hard, meaningful work, and making a genuine contribution to the body of knowledge around a particular subject through co-creation.</p>
<p>Jane McGonigal talks about an ‘epic meaning’ behind any game that drives engagement and participation. Perhaps the aim for the next couple of games will be this more ‘serious play’. Play with purpose.</p>
<p><a href="http://blog.openplaques.org/wp-content/uploads/2012/03/DorisSpeed_histonauts_500.jpg"><img class="aligncenter size-full wp-image-1944" title="Doris Speed of Coronation Street plaque photo courtesy of histonauts" src="http://blog.openplaques.org/wp-content/uploads/2012/03/DorisSpeed_histonauts_500.jpg" alt="Doris Speed of Coronation Street plaque photo courtesy of histonauts" width="500" height="375" /></a></p>
<p><em>Q: With the material world as your primary focus here &#8211; as opposed to relying on augmented reality for primary stimulus and counterposing physical / virtual layers &#8211; do you see digital technologies and media primarily as aids to discovery and documenting of public space, or more than that, have the two worlds actually merged?</em></p>
<p>I think we’re quite happy to accept the idea of things (locations, groups, businesses, movements) existing both physically and digitally and those two areas not necessarily being temporally or spatially defined or aligned. Good and useful digital technologies just allow us to do the same things we ever did faster, better, and with more people. It’s my hope that the more mobile they become, the more they will provide a route to actual human interaction. Now that we’re not chained to desktops any more we should be able to meet and talk and do things together, either facilitated by digital tech or not.</p>
<p><em>Q: What are the main creative and cultural opportunities that you see now and on the horizon for digitally enhanced collaborative history, mapping, annotation, and the like? Is the public&#8217;s role and the way things can be done in this space noticeably shifting?</em></p>
<p>Obviously the widespread adoption of smartphones makes this kind of work far easier. I really like the Historypin app and the way you can blend old photos with what you see through your phone’s camera. I love the <a href="http://www.nwfa.mmu.ac.uk/mcrtimemachinev4.html" title="NWFA North West Film Archive Time Machine app webpage">NWFA Time Machine app</a> too, it makes really simple and clever use of archive footage with geolocation.</p>
<p><em>Q: There&#8217;s a broader academic and research backdrop to this, with a number of organisations and partners in the mix. Could you clarify and briefly outline how this jigsaw puzzle fits together?</em></p>
<p>It’s wonderfully confusing. The <a title="The Institute for Cultural Practices ICP blog" href="http://culturalpractice.wordpress.com/">Institute for Cultural Practices</a> (ICP) is part of the School of Arts, Histories and Cultures (SAHC) at the University of Manchester.</p>
<p>I recently graduated from the ICP MA programme in Arts Management. But my real job is as Director of <a title="The Big Art People tumblr website" href="http://thebigartpeople.tumblr.com/">The Big Art People</a> (tBAP), an arts organisation that works with academic, arts, heritage, corporate, and community partners. We’ve worked with the ICP on a number of projects, and as an official University supplier we provide research assistance and project management services.</p>
<p>So the first QR hunt game, Campus Obscura, was funded from the SAHC retention fund, aiming to engage students with the history of the campus. The second QR hunt game, Histonauts, was with Larkin’ About and Contact Theatre, and was really just a bit of fun and a chance to test some new game mechanics.</p>
<p>The third game, <a title="Histonauts2 website" href="https://sites.google.com/site/histonauts2/">Histonauts2</a> was part of the MMXII: Mapping Manchester project that I mentioned at the start. We’ve also got a couple more games on the way that we’ll hopefully be announcing soon!</p>
<p>&#8211;</p>
<p>Thanks to <a href="http://twitter.com/bigart_jim" title="BigArt Jim on Twitter">Jim Ralley</a> and all the histonauts2 organisers and participants for contributing to Open Plaques whilst exploring their city&#8217;s past. See all the plaques they added plus other photos from the Festival in this <a title="UniCityCulture histonauts2 photoset on Flickr" href="http://www.flickr.com/photos/unicityculture/sets/72157629105733024">Flickr set</a>.</p>
<p>If you would like to use our data for a game, history tour, education project or any other purpose, we&#8217;d love to <a title="Contact page and email details for Open Plaques" href="http://openplaques.org/contact">hear</a> from you. See our <a title="About Open Plaques webpage" href="http://openplaques.org/about">About</a> and <a title="About Open Plaques data webpage" href="http://openplaques.org/about/data">Data</a> pages.</p>
<p>[<strong>IMAGE CREDITS:</strong> The plaque photographs above were contributed to Open Plaques by Histonauts2 players thanks to Creative Commons licensing and <a href="http://blog.openplaques.org/2010/07/openplaques-org-has-an-official-flickr-machinetag/" title="Open Plaques has an official Flickr machinetag blog post">Flickr machinetags</a>. The mascot is courtesy of Histonauts / The Big Art People]</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.openplaques.org/2012/03/digital-co-op-treasure-hunt-maps-manchesters-history/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Plaques at risk: heritage today gone tomorrow?</title>
		<link>http://blog.openplaques.org/2012/03/plaques-at-risk-heritage-today-gone-tomorrow/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=plaques-at-risk-heritage-today-gone-tomorrow</link>
		<comments>http://blog.openplaques.org/2012/03/plaques-at-risk-heritage-today-gone-tomorrow/#comments</comments>
		<pubDate>Tue, 13 Mar 2012 13:24:03 +0000</pubDate>
		<dc:creator>Deirdre Molloy</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[People]]></category>
		<category><![CDATA[arson]]></category>
		<category><![CDATA[black culture]]></category>
		<category><![CDATA[Black history]]></category>
		<category><![CDATA[Boolean algebra]]></category>
		<category><![CDATA[Boolean logic]]></category>
		<category><![CDATA[computing]]></category>
		<category><![CDATA[conservation]]></category>
		<category><![CDATA[Cork]]></category>
		<category><![CDATA[fire]]></category>
		<category><![CDATA[George Boole]]></category>
		<category><![CDATA[heritage]]></category>
		<category><![CDATA[heritage crime]]></category>
		<category><![CDATA[Ireland]]></category>
		<category><![CDATA[Islington]]></category>
		<category><![CDATA[Islington Council]]></category>
		<category><![CDATA[Keskidee]]></category>
		<category><![CDATA[listed buildings]]></category>
		<category><![CDATA[literacy]]></category>
		<category><![CDATA[london]]></category>
		<category><![CDATA[Luke Howard]]></category>
		<category><![CDATA[mathematics]]></category>
		<category><![CDATA[metal theft]]></category>
		<category><![CDATA[meterology]]></category>
		<category><![CDATA[Miles Coverdale]]></category>
		<category><![CDATA[Myles Coverdale]]></category>
		<category><![CDATA[namer of clouds]]></category>
		<category><![CDATA[Peoples Plaques]]></category>
		<category><![CDATA[plaque theft]]></category>
		<category><![CDATA[preservation]]></category>
		<category><![CDATA[public culture]]></category>
		<category><![CDATA[science]]></category>
		<category><![CDATA[Tottenham]]></category>
		<category><![CDATA[York]]></category>

		<guid isPermaLink="false">http://blog.openplaques.org/?p=1861</guid>
		<description><![CDATA[We&#8217;re used to thinking historical plaques tell us about the past. There&#8217;s clearly no disputing this. That said, whilst working on Open Plaques I&#8217;ve gradually come to realise that the converse is equally true. They&#8217;re also about the here and &#8230; <a href="http://blog.openplaques.org/2012/03/plaques-at-risk-heritage-today-gone-tomorrow/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>We&#8217;re used to thinking historical plaques tell us about the past. There&#8217;s clearly no disputing this. That said, whilst working on Open Plaques I&#8217;ve gradually come to realise that the converse is equally true. They&#8217;re also about the here and now, and our shared future. This shift in perspective has been brought home to me lately by the circumstances facing four plaques &#8211; and the works commemorated through them &#8211; in the UK and Ireland.</p>
<p>No one expects plaques to be around forever. English Heritage &#8211; with a focus on preservation and the long-term &#8211; say their currently manufactured <a title="English Heritage blue plaques London scheme" href="http://www.english-heritage.org.uk/discover/blue-plaques/">plaques for London</a> are estimated to remain in good condition for at least 100 years. But quite apart from the longevity guaranteed by their materials, some plaques suddenly disappear, while others exist on a knife-edge in fragile circumstances&#8230;</p>
<p><strong>Case 1: George Boole &#8211; Cork, Ireland</strong></p>
<p><a href="http://blog.openplaques.org/wp-content/uploads/2012/03/GeorgeBoole_WalkCork_Feb12.jpg"><img class="aligncenter size-full wp-image-1862" title="George Boole plaque in Cork by John Collins of Walk Cork" src="http://blog.openplaques.org/wp-content/uploads/2012/03/GeorgeBoole_WalkCork_Feb12.jpg" alt="George Boole plaque in Cork by John Collins of Walk Cork" width="500" height="375" /></a></p>
<p>Not a household name granted, but you may have heard of Boolean algebra or indeed <em>Boolean logic</em> &#8211; the theory that underpins all digital computing. In short, if it wasn&#8217;t for mathematician and scientist <a title="George Boole Wikipedia entry" href="http://en.wikipedia.org/wiki/George_Boole">George Boole</a> (born in <a title="George Boole plaque at 3 Pttergate Lincoln on Open Plaques" href="http://openplaques.org/plaques/7674">Lincoln, England</a> and resident of Cork city in Ireland from 1849 when he became Professor of Mathematics at University College Cork until his death in 1864) &#8211; you might not be reading this, nor I writing here. Humankind may have not landed on the moon. I could go on&#8230;</p>
<p>The father of modern computing&#8217;s former home in Cork where <a title="George Boole plaque at 5 Grenville Place Cork on Open Plaques" href="http://openplaques.org/plaques/1531">this plaque</a> is situated has been neglected for many years. Then in February 2012, despite being on the Cork City <a title="Cork City Council register of protected structures downloadable as PDF documents" href="http://www.corkcity.ie/services/planningdevelopment/builtheritageconservationandarchaeology/recordofprotectedstructures/">register of protected structures</a> (which means that, by rights, it cannot be demolished) the building has been put up for sale to developers. Yes <em>those developers</em> &#8211; the commercial entities who build private housing, car-parks, shopping centres and suchlike.</p>
<p>Cork science lecturer and blogger Eoin Lettice has the <a title="For sale - Ireland's scientific heritage by Eoin Lettice" href="http://www.communicatescience.eu/2012/02/for-sale-irelands-scientific-heritage.html">full story</a> on his Communicate Science blog, and is assiduoulsy tracking the treatment of Boole&#8217;s home and scientific heritage in previous and no doubt <a title="Eoin Lettice blog posts on George Boole" href="http://www.communicatescience.eu/search/label/George%20Boole">future posts</a>. The question posed in his blog remains unanswered &#8211; is Irish heritage now for sale to the highest bidder?</p>
<p><strong>Case 2: Miles Coverdale &#8211; York Minster, York<br />
</strong></p>
<p><a href="http://blog.openplaques.org/wp-content/uploads/2012/03/MilesCoverdale_LeMonde1_500.jpg"><img class="aligncenter size-full wp-image-1866" title="Miles Coverdale plaque in York by LeMonde1 on Flickr" src="http://blog.openplaques.org/wp-content/uploads/2012/03/MilesCoverdale_LeMonde1_500.jpg" alt="Miles Coverdale plaque in York by LeMonde1 on Flickr" width="500" height="334" /></a>The spread of literacy beyond the priviledged few in Britain was due in part to the translation of the Bible from Latin into English, and under Cromwell this became a material reality within reach of the masses, even if they couldn&#8217;t all fully avail of it. For that, in large part, we have Bishop of Exeter <a title="Myles Coverdale Wikipedia entry" href="http://en.wikipedia.org/wiki/Myles_Coverdale">Miles Coverdale</a> (1488-1569) to thank.</p>
<p><a title="Miles Coverdale plaque at York Minster on Open Plaques" href="http://openplaques.org/plaques/9180">This plaque</a> &#8211; marking the former site of York Minster Library where copies of Coverdale&#8217;s translations of the Bible and the Book Of Common Prayer were kept until 1820 &#8211; has met an even more drastic fate. It was <a title="York Minster bronze plaque thefts 'disgraceful'  on BBC News website 19th October 2011" href="http://www.bbc.co.uk/news/uk-england-york-north-yorkshire-15368769">recently stolen</a>, yet another loss in the spate of plaque thefts sweeping the UK and elsewhere whereby metal markers are swiped by criminals who sell them on for scrap and the objects are melted down and recycled.</p>
<p>Credit goes to <a title="HistoryNeedsYou on Twitter" href="http://twitter.com/HistoryNeedsYou">@HistoryNeedsYou</a> for alerting us to the Coverdale case. Other headline-grabbing thefts apart from plaques have included the massive Barabara Hepworth scuplture &#8216;Two Forms (Divided Circle)&#8217; valued at £500,000 <a title="Barbara Hepworth sculpture stolen from Dulwich Park on BBC News website 20th December 2011" href="http://www.bbc.co.uk/news/uk-england-london-16266378">taken overnight</a> from Dulwich Park in south London on 19th December 2011.</p>
<p>It&#8217;s no exaggeration to say this crime-wave is literally destroying public culture. But should all metal-based art and markers in public spaces now be put under lock and guard; and if not, what is the right response? Perhaps <a title="Barbara Hepworth Sculpture Stolen From Dulwich Park story in The Londonist 20th December 2011" href="http://londonist.com/2011/12/barbara-hepworth-sculpture-stolen-from-dulwich-park.php">The Londonist</a> or some other publication with bite and an active community of readers could host a public discussion on this. We urgently need some workable ideas.</p>
<p><strong>Case 3: Luke Howard &#8211; Tottenham, London</strong></p>
<p><a href="http://blog.openplaques.org/wp-content/uploads/2012/03/LukeHoward_JaneParker2_500.jpg"><img class="aligncenter size-full wp-image-1898" title="Luke Howard plaque at 7 Bruce Grove London with permission of Jane Parker who retains full copyright" src="http://blog.openplaques.org/wp-content/uploads/2012/03/LukeHoward_JaneParker2_500.jpg" alt="Luke Howard plaque at 7 Bruce Grove London with permission of Jane Parker who retains full copyright" width="500" height="375" /></a><a href="http://blog.openplaques.org/wp-content/uploads/2012/03/LukeHoward_HelenDuffet_Oct09.jpg"><br />
</a><a title="Luke Howard Wikipedia entry" href="http://en.wikipedia.org/wiki/Luke_Howard">Luke Howard</a> is one of those characters surfaced by our project whom I&#8217;d never heard of before, but even before realising his plaque was at risk he was already ingrained in the Open Plaques team&#8217;s collective memory by way of his delightful <a title="Roles on Open Plaques beginning with N" href="http://openplaques.org/roles/a-z/n">role</a> &#8211; &#8216;namer of clouds&#8217;. The home of this key figure in the history of meterology has seen better times.</p>
<p><a title="Luke Howard plaque in Bruce Grove London on Open Plaques" href="http://openplaques.org/plaques/190">His plaque</a> was put up by English Heritage but the building at 7 Bruce Grove, in North London is in a sorry state. The bigger picture revealed when it was photographed in 2009 shows it surrounded by hoardings with part of the roof missing and the structure in <a title="Photo of building surrounded by hoardings in 2009 by Helen Duftett" href="http://www.flickr.com/photos/helenduffett/4075107230/">general disrepair</a>. We don&#8217;t have the full story with this one, but maybe this blog post will help unearth it.</p>
<p>What this case shows is that getting a plaque &#8211; even one on a <em>listed building</em> as the <a title="Google Streeview of Luke Howard listed building at 7 Bruce Grove taken in July 2008" href="http://maps.google.co.uk/maps?q=7+bruce+grove+n17+6ra&amp;hl=en&amp;ll=51.594735,-0.07051&amp;spn=0.006825,0.01929&amp;hnear=7+Bruce+Grove,+London+N17+6RA,+United+Kingdom&amp;gl=uk&amp;t=m&amp;z=16&amp;layer=c&amp;cbll=51.59484,-0.070625&amp;panoid=xkLdKc5FhCFXNxOvehalmQ&amp;cbp=12,234.61,,0,-18.82">sign visible on Google Streetview</a> proves &#8211; is still no guarantee that a building will be maintained and looked after. Maybe there is work going on to restore it&#8230; we will see what transpires.</p>
<p><strong>Case 4: The Keskidee building &#8211; Islington, London</strong></p>
<p><a href="http://blog.openplaques.org/wp-content/uploads/2012/03/Keskidee_unveiling_April11.jpg"><img class="aligncenter size-full wp-image-1891" title="The Keskidee plaque unveiling in Islington 7th April 2011" src="http://blog.openplaques.org/wp-content/uploads/2012/03/Keskidee_unveiling_April11.jpg" alt="The Keskidee plaque unveiling in Islington 7th April 2011" width="500" height="352" /></a>On 7th April 2011 this building <a title="The Keskidee plaque in Islington on Open Plaques" href="http://openplaques.org/plaques/8241">received the plaque</a> that it had been nominated for, and then <a title="The Keskidee plaque listing on the Heritage Services area of Islington Borough Council website" href="http://www.islington.gov.uk/leisure/heritage/heritage_borough/bor_plaques/recent_plaques/keskideeplaque.asp">voted for</a>, by the public in the annual <a title="Islington People's Plaques webpage" href="http://www.islington.gov.uk/Leisure/heritage/heritage_borough/bor_plaques/peoplesplaques.asp">Islington People&#8217;s Plaques</a> scheme run by the Borough Council. It was the site of Britain&#8217;s first ever arts and cultural centre for the black community opened in 1971, and also played a starring role as the location in which the video for Bob Marley&#8217;s song &#8216;Is This Love&#8217; was filmed in 1978.</p>
<p>The contrast of the happy celebrations pictured above at the unveiling with the turn of events exactly 11 months later last week couldn&#8217;t be starker. Islington Council Heritage Services contacted us on Friday to alert us to the <a title="Bob Marleys Is This Love church destroyed by fire BBC News 9th March 2012" href="http://www.bbc.co.uk/news/uk-england-london-17309600">news</a> that the building commemorated in this plaque had been <a title="Fire rips through pioneering back arts centre Islington Tribune news story 9th March 2012" href="http://www.islingtontribune.com/news/2012/mar/fire-rips-through-pioneering-black-arts-venue-where-bob-marley-shot-love-video">gutted in a fire [pictures]</a> on Thursday 8th March. The plaque, remarkably, remains intact and unscathed on the exterior front wall, but the building itself is largely a shell. What caused the blaze isn&#8217;t yet determined.</p>
<p>You can see a clip of the Bob Marley video shot inside and see more prictures of the building after the blaze in the <a title="Islington church used by Bob Marley in music video goes up in flames Islington Gazette 9th March 2012" href="http://www.islingtongazette.co.uk/news/islington_church_used_by_bob_marley_in_music_video_goes_up_in_flames_1_1232620">Islington Gazzette news story</a>. We <a title="The Peoples plaques of Islington blog post and Soundcloud audio interview" href="http://blog.openplaques.org/2011/11/the-peoples-plaques-of-islington/">interviewed</a> two of the council&#8217;s Heritage Services team late last year about the scheme, now in its third year. The People&#8217;s Plaques initiative continues to flourish, with <a title="Islington Peoples Plaques 2012 public voting webpage" href="http://www.islington.gov.uk/Leisure/heritage/heritage_borough/bor_plaques/peoplesplaques.asp?extra=4">global voting now open</a> for 2012&#8242;s shortlist until 10th April, despite the harsh reversal of fortune for built heritage revealed in this plaque&#8217;s story.</p>
<p><strong>The next chapter&#8230;</strong></p>
<p>What exactly has or will happen to each of these four plaques and heritage flashpoints remains uncertain. The cases illustrate how public heritage depends not only on effective planning controls and preservation funds, but also on a social contract (for want of a better term) that allows them to be public in the first place.</p>
<p>Any number of parties can break or threaten that contract &#8211; as we have seen. The moot question is whether we&#8217;re collectively resigned to attacks on and erosion of public history, or whether we can do anything re-animate, support and defend it. Do we perhaps need to re-frame how we think about and sustain the whole concept of heritage?</p>
<p>If you know of any plaques at risk &#8211; or that have already disappeared &#8211; let us know here in the comments, by <a title="Contact page and email details for Open Plaques" href="http://openplaques.org/contact">email</a> or via <a title="Open Plaques on Twitter" href="http://twitter.com/openplaques">Twitter</a>. Equally, if you have photographs of missing plaques, please consider donating them to our online collection, which in such unfortunate cases, is also a digital archive.</p>
<p>&#8211;</p>
<p>[<strong>PHOTO CREDITS</strong>: With thanks and acknowledgement to the following - Boole by <a title="John Collins Walk Cork website" href="http://walkcork.ie/">John Collins</a>; Coverdale by <a title="Le Monde1 Flickr photostream" href="http://www.flickr.com/photos/31068574@N05/">Le Monde1</a> on Flickr (full copyright retained); Howard by <a title="janeslondon Flickr profile" href="http://www.flickr.com/people/janepbr/">Jane Parker</a> on Flickr (full copyright retained); Keskidee by <a title="Islington Borough Council Plaques overview page" href="http://www.islington.gov.uk/Leisure/heritage/heritage_borough/bor_plaques/default.asp">Islington Borough Heritage Services</a>]</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.openplaques.org/2012/03/plaques-at-risk-heritage-today-gone-tomorrow/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Plaques for fictional characters</title>
		<link>http://blog.openplaques.org/2012/03/plaques-for-fictional-characters/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=plaques-for-fictional-characters</link>
		<comments>http://blog.openplaques.org/2012/03/plaques-for-fictional-characters/#comments</comments>
		<pubDate>Fri, 09 Mar 2012 10:39:48 +0000</pubDate>
		<dc:creator>Frankie Roberto</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[People]]></category>
		<category><![CDATA[animation]]></category>
		<category><![CDATA[Arthur Conan Doyle]]></category>
		<category><![CDATA[books]]></category>
		<category><![CDATA[cartoons]]></category>
		<category><![CDATA[characters]]></category>
		<category><![CDATA[Charles Dickens]]></category>
		<category><![CDATA[cinema]]></category>
		<category><![CDATA[comedy]]></category>
		<category><![CDATA[David Bowie]]></category>
		<category><![CDATA[Edwin Drood]]></category>
		<category><![CDATA[fictional]]></category>
		<category><![CDATA[film]]></category>
		<category><![CDATA[Harry Corbett]]></category>
		<category><![CDATA[James Joyce]]></category>
		<category><![CDATA[Leopold Bloom]]></category>
		<category><![CDATA[Mickey Mouse]]></category>
		<category><![CDATA[Minnie Mouse]]></category>
		<category><![CDATA[movies]]></category>
		<category><![CDATA[Mr Tope]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[novels]]></category>
		<category><![CDATA[puppets]]></category>
		<category><![CDATA[Sherlock Holmes]]></category>
		<category><![CDATA[Sooty]]></category>
		<category><![CDATA[TV]]></category>
		<category><![CDATA[Ulysses]]></category>
		<category><![CDATA[Ziggy Stardust]]></category>

		<guid isPermaLink="false">http://blog.openplaques.org/?p=1842</guid>
		<description><![CDATA[The news yesterday that there will soon be a plaque for Ziggy Stardust has prompted the Guardian to ask: which other fictional characters also merit a plaque? &#8220;Plaques to commemorate fictional characters are increasingly popular: Lara Croft, Harry Potter and Sherlock &#8230; <a href="http://blog.openplaques.org/2012/03/plaques-for-fictional-characters/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>The <a href="http://www.bbc.co.uk/news/entertainment-arts-17298014" title="Ziggy Stardust anniversary to be marked by plaque BBC News 8th March 2012">news yesterday</a> that there will soon be a <a href="http://openplaques.org/plaques/9529">plaque for Ziggy Stardust</a> has prompted the Guardian to ask: <a href="http://www.guardian.co.uk/commentisfree/2012/mar/08/fictional-characters-ziggy-stardust-plaque">which other fictional characters also merit a plaque?</a></p>
<blockquote>
<p><a href="http://blog.openplaques.org/wp-content/uploads/2012/03/Sherlock_EastDean_500.jpg"><img src="http://blog.openplaques.org/wp-content/uploads/2012/03/Sherlock_EastDean_500.jpg" alt="Sherlock Holmes plaque East Dean in England" title="Sherlock Holmes plaque East Dean in England" width="500" height="377" class="aligncenter size-full wp-image-1847" /></a></p>
<p>&#8220;Plaques to commemorate fictional characters are increasingly popular: Lara Croft, Harry Potter and Sherlock Holmes all have their own. We&#8217;d like to hear readers&#8217; suggestions for who to add to the list and where their plaque should go.&#8221;</p></blockquote>
<p>Any ideas? Paddington Bear? Del Boy? James Bond?</p>
<p>We already have several fictional characters featured in Open Plaques&#8217; expanding collection of 6,500 historic markers and members of public can <a href="http://openplaques.org/contribute" title="Contribute new plaque listings and information to the Open Plaques website">add more</a>. Film, TV, book and comedy characters all feature. Here&#8217;s a few&#8230;</p>
<p><a href="http://openplaques.org/plaques/3266" title="Sherlock Holmes plaque in East Dean Sussex">Sherlock Holmes</a> (books, TV, films) &#8211; London, East Dean and Switzerland</p>
<p><a href="http://openplaques.org/plaques/8677" title="Leopold Bloom from the James Joyce novel Ulysses in Dublin">Leopold Bloom</a> (from James Joyce&#8217;s novel Ulysses) &#8211; Portobello, Dublin</p>
<p><a href="http://openplaques.org/plaques/1277" title="Mickey and Minnie Mouse plaque in Hastings">Mickey and Minnie Mouse</a> (movie stars) &#8211; holidayed in Hastings, Sussex</p>
<p><a href="http://openplaques.org/plaques/8536" title="Mr Tope a Charles Dickens character plaque in Rochester">Mr. Tope</a> (chief verger of the cathedral in &#8216;The Mystery of Edwin Drood&#8217; by Charles Dickens) &#8211; Rochester, Kent</p>
<p><a href="http://openplaques.org/plaques/3310" title="Sooty and Harry Corbett plaque at North Pier in Blackpool">Sooty</a> (TV puppet legend) and Harry Corbett &#8211; North Pier, Blackpool</p>
<p>Who&#8217;s on your fictional wishlist?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.openplaques.org/2012/03/plaques-for-fictional-characters/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hack The Plaque</title>
		<link>http://blog.openplaques.org/2012/03/hack-the-plaque/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=hack-the-plaque</link>
		<comments>http://blog.openplaques.org/2012/03/hack-the-plaque/#comments</comments>
		<pubDate>Mon, 05 Mar 2012 07:50:52 +0000</pubDate>
		<dc:creator>Jez Nicholson</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[cult]]></category>
		<category><![CDATA[digital culture]]></category>
		<category><![CDATA[hackday]]></category>

		<guid isPermaLink="false">http://blog.openplaques.org/?p=1817</guid>
		<description><![CDATA[Announcement We&#8217;re very pleased to announce that @openplaques will be attending the Culture Code Hack in Newcastle on 24th/25th March 2012 as a &#8216;cultural organisation with data to provide&#8217;. We will be represented by Lead Developer Jez Nicholson @jnicho02. By &#8230; <a href="http://blog.openplaques.org/2012/03/hack-the-plaque/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<h2>Announcement</h2>
<p><a href="http://blog.openplaques.org/wp-content/uploads/2012/03/CultureCode_logo.jpg"><img class="alignright size-full wp-image-1991" title="Culture Code logo" src="http://blog.openplaques.org/wp-content/uploads/2012/03/CultureCode_logo.jpg" alt="Culture Code logo" width="500" height="94" /></a>We&#8217;re very pleased to announce that <a title="openplaques on Twitter" href="http://twitter.com/openplaques">@openplaques</a> will be attending the <a title="Culture Code Hack" href="http://lanyrd.com/2012/the-culturecode-hack/">Culture Code Hack in Newcastle on 24th/25th March 2012</a> as a &#8216;cultural organisation with <a title="About Open Plaques data webpage" href="http://openplaques.org/about/data">data</a> to provide&#8217;.</p>
<p>We will be represented by Lead Developer Jez Nicholson <a title="Jez Nicholson on Twitter" href="http://twitter.com/jnicho02">@jnicho02</a>. By day, Jez is Head of Technology at Argyll Environmental, but by night he builds the code behind the Open Plaques platform. He is not alone in this endeavour, as we have a small multi-disciplinary team of developers.</p>
<h2>What is Open Plaques?</h2>
<p>For the uninitiated, <a title="Open Plaques website" href="http://openplaques.org/">Open Plaques</a> is a co-curation platform used to create and refine a central record of commemorative plaques throughout the world.</p>
<h2>Born Free</h2>
<p>A key aim of the project is to use and create <a title="About Open Plaques data webpage" href="http://openplaques.org/about/data">open data</a>. Right from the beginning we wanted to explore being &#8216;open&#8217; and took the brave decision to release the data under a <a href="http://www.opendatacommons.org/licenses/pddl/summary/">Public Domain Dedication and License 1.0</a>. Historical plaques by their very nature are objects in the public domain, so creating a platform to collect them with the public &#8211; and for the collected data to be available for the broadest possible public use &#8211; seemed an obvious premise to start from.</p>
<h2>Joining The Dots</h2>
<p>All of the photos on Open Plaques come from other sites (mostly Flickr and Wikimedia Commons). We do this by tagging photos with the corresponding plaque id and then linking to them. In this way we &#8216;join the dots&#8217; in the internet rather than try to corner the information market. It also means we link and collaborate with big communities that already exist, instead of trying to replicate or compete with them. This also helps our contributors, as many of them are already using or familiar with and trust in these larger platforms.</p>
<h2>The Museum In The Street</h2>
<p>Those little historical markers we see every day dotted around our landscape are physical and symbolic portholes through time, anchoring past events to a physical place in the present. But our experience of them is largely fleeting, easily forgotten. They&#8217;re a very public representation of what and whom our culture chooses to value (NB: anyone can put up a plaque if they get the building owner&#8217;s permission and can pay for the plaque&#8217;s manufacture). What if each encapsulated story was instantly accessible &#8211; on your smartphone for example &#8211; with its backstory and context linked? How would our experience of places and history change if we could knit these objects in the material world together with the fabric of the web?</p>
<h2>Hack The Plaque</h2>
<p>The <a title="About Open Plaques data webpage" href="http://openplaques.org/about/data">data</a> is easy to get to. We have designed the system to be RESTful and most pages have XML and JSON views. In plain English that means that the URLS of the site are simple, sensible and should make sense to humans and that if you add .xml or .json to the address you will see the same thing but as data.</p>
<p>Hacking isn&#8217;t all about programming and data though. Think of it as taking raw materials and playing with them to create something new, be it a concept, a design, a software application, an artwork. This isn&#8217;t &#8216;work&#8217;&#8230; you&#8217;re not trying to build a new business&#8230; the only limit is our imaginations. Here are a few things that people have already done with plaques and with our data:</p>
<h3>OpenPlaques itself</h3>
<p>The team came together at Yahoo! OpenHack 2009. We&#8217;ve since held an <a title="Open Plaques Open Day blog posts" href="http://blog.openplaques.org/tag/open-plaques-open-day/">Open Plaques Open Day</a> where interested parties came along and helped redesign the user experience of the site.</p>
<h3>Ian Ozsvald&#8217;s AI Challenge</h3>
<p>A programming challenge to build <a href="http://blog.aicookbook.com/2010/07/automatic-plaque-transcription-using-python-work-in-progress/">Optical Character Reading (OCR) software that can read the words off of a plaque</a>. Ian is writing a book about artificial intelligence and also runs a group for AI programmers. OCR is mostly used to read documents. Reading words in the street is more difficult as there are reflections, angles, curved surfaces, etc.</p>
<h3>Blue Plaque Cycle Tours</h3>
<p><a href="http://www.bikeminded.org/events/blue-plaque/">BikeMinded</a> and <a href="http://betterbybike.org.uk/discover-bristol-ride-bristol-blue-plaques">BetterByBike</a> both run cycle tours of blue plaques that are very popular.</p>
<h3>The Street of Blue Plaques &#8211; part of the E17 Arts Trail festival</h3>
<p>In September 2011 Danny Coope took information from 19th century censuses and created a series of <a href="http://e17arttrail.blogspot.com/2011/09/who-lived-in-house-like-this-by-danny.html">blue plaques celebrating some ordinary former residents of Grosvenor Park Road</a>, Walthamstow.</p>
<h3>Southampton ECS Web Team Blue Plaque Generator</h3>
<p>Christopher Gutteridge went to the Open Data Hack Day in Oxford and wrote a <a href="http://blogs.ecs.soton.ac.uk/webteam/2010/12/05/blue-plaque/">blue plaque generator</a> that finds a piece of historical information from dbpedia about your location and creates a blue plaque for it.</p>
<h3>History Hack Day, The Guardian offices, 2011</h3>
<p>At http://historyhackday.org/ a number of the hacks used our data. Tom Morris wrote a <a title="History Hackday by Tom Morris" href="http://blog.openplaques.org/2011/01/history-hack-day/">guest blog post</a> for us about it.</p>
<h3>Data exchange with Aimer Media for an upcoming e-book</h3>
<p>Aimer Media came to us to discuss the work they are doing for a Plaques of London e-book. They decided to do a data exchange with us where they donated their list of 1800 London plaques and we would add Open Plaques ids to their list and add any missing ones to our database. In response, we built a matcher that works with spreadsheet lists loaded into Google Docs.</p>
<h2>Some ideas</h2>
<ul>
<li>A heatmap of plaques in London connected to property prices. Do famous people live in expensive houses?</li>
<li>A tweetbot that responds to questions about plaques by finding them in the database.</li>
<li>UX designs for sifting through 20,000 blue plaque photos from Wikimedia Commons.</li>
<li>Generating printable maps that Councils could publish on their own web sites.</li>
<li>A web site where people can nominate subjects and donate money to have a plaque erected.</li>
<li>An analysis of whom/what is chosen to be commemorated and how it has changed over time. In the 50&#8242;s it was all classical composers, now it is authors, actors and footballers?</li>
<li>Plaque spotting games</li>
</ul>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.openplaques.org/2012/03/hack-the-plaque/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
