<?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>AlunSalt &#187; Research</title>
	<atom:link href="http://alunsalt.com/tag/research/feed/" rel="self" type="application/rss+xml" />
	<link>http://alunsalt.com</link>
	<description>Ancient Science and the Science of Ancient Things</description>
	<lastBuildDate>Thu, 09 May 2013 11:02:20 +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>Re-thinking Mendeley</title>
		<link>http://alunsalt.com/2010/08/16/re-thinking-mendeley/</link>
		<comments>http://alunsalt.com/2010/08/16/re-thinking-mendeley/#comments</comments>
		<pubDate>Mon, 16 Aug 2010 14:21:36 +0000</pubDate>
		<dc:creator>Alun</dc:creator>
				<category><![CDATA[Digital Academia]]></category>
		<category><![CDATA[Mendeley]]></category>
		<category><![CDATA[Research]]></category>
		<category><![CDATA[Writing]]></category>

		<guid isPermaLink="false">http://alunsalt.com/?p=3959</guid>
		<description><![CDATA[I’ve got a blog post I’d like to finish here, but it needs time for me to sit down and write it properly. One of the things that has eaten my time instead is looking over Mendeley. In the past I haven’t used it because I haven’t had a need for it. I already have [...]]]></description>
				<content:encoded><![CDATA[<p><a href="http://www.mendeley.com/"><img src="http://i0.wp.com/alunsalt.com/wp-content/uploads/2010/08/mendeley.png?resize=150%2C149" alt="" title="mendeley" class="alignright size-full wp-image-3960" data-recalc-dims="1" /></a>I’ve got a blog post I’d like to finish here, but it needs time for me to sit down and write it properly. One of the things that has eaten my time instead is looking over <a href="http://www.mendeley.com/">Mendeley</a>. In the past I haven’t used it because I haven’t had a need for it. I already have accounts on <a href="http://www.zotero.org/">Zotero</a>, <a href="http://www.citeulike.org/">CiteULike</a> and I have a copy of Papers for my PDFs. I think this could change as I’ve been working with Mendeley accounts for <a href="http://aobblog.com/">AoBBlog</a>.</p>
<p>If you visit <a href="http://aobblog.com/">AoBBlog</a> you’ll see a <a href="http://aobbblog.com/bibliographies/">Bibliographies</a> option on the menu bar, and dropping down from that four options. Three of these are shared collections and Pollination is curated by David Frost, the managing editor of the Annals of Botany. These are all administered at Mendeley. I’ve set up Arabidopsis, Ecology and Nutrition as shared collections so that when people who know more about Arabidopsis etc. than me sign up, they can keep the bibliography up-to-date. The reason you can see it on the website and not have to guess which AoB staff member is keeping the collection on Mendeley is that <a href="http://dev.mendeley.com/">Mendeley now has an API</a>, allowing me to pull data out of the site. There’s also <a href="http://wordpress.org/extend/plugins/mendeleyplugin/">a WordPress plugin for Mendeley</a> and that’s how I’ve been able to put something quickly on the web rather than try to delve into <a href="http://www.json.org/">JSON</a> myself.</p>
<p>So why care?<span id="more-3959"></span></p>
<p>About a year ago I put together a list of archaeology articles in <a href="http://www.plosone.org/">PLoS ONE</a> for someone. Recently <a href="http://scienceblogs.com/aardvarchaeology/2010/08/old_armenian_shoe_raises_hope.php">Martin Rundkvist has also had a look at Archaeology in PLoS ONE</a>. Now if I’d thought to make the PLoS papers I’d found a collection, then I could create a page for the bibliography, or else just drop it in below. Being able to add papers to Mendeley with one click and using the API would mean that you’d be getting the latest version whenever you visited the page, rather than the mid-2010 version. Handling shared collections is a bit more problematic at the moment, but in the near future a small group of people could make their references public on a collaborative project.</p>
<p>There are some problems. The API is new, and it’s not possible to pull all the data out of Mendeley yet. Page numbers are the most obvious missing data. There’s also a limited query rate, 150 queries an hour. This may rise in the future but for now it means you’ll have to cache results. It’s awkward but it’s not inherently a bad thing. Cached data are usually much faster, and it’s not like references will need much updating once they’re in a cache. A paper isn’t going to cease being published in Antiquity in 2003 and be published in AJA 2005, unless you’ve entered the data incorrectly. Tags and related papers are the attributes that are most likely to change and even these could often be updated on a weekly or monthly basis.</p>
<p>I’ll concede merely listing papers, even if it’s an automatically updated list, might not sound that exciting, so try this.</p>
<p>WordPress allows you to set up custom content types, and one of those types could be <em>references</em>. When the API is fully working you’ll be able to use it to populate you database with references from Mendeley. Mendeley in turn works with Zotero and CiteULike, so you could use these services to update your WordPress bibliographic database through Mendeley. Additionally these references need not be yours, they could be your contacts so you’re getting help from your personal research network. You can then write a plugin that will work using shortcodes so you can include references in posts or pages in a format like [ref-JonesH2009a]. The plugin formats the short code into the reference style that you want and includes the bibliography formatted in the right style at the bottom of the post. Then you can use <a href="http://anthologize.org/">Anthologize</a> to render it into the format you want. It could turn WordPress into a social academic research environment. To take it further, you can make the blog private for members for collaborative research, or practice open research, however you want to do it. All of this would be accessible from anywhere with an internet connection.</p>
<p>It’s not possible <em>yet</em>, but it could be less than a year away. Personally, I think a tool where I can write drafts and which can ask me “Have you considered these additional papers?” when I add a citation would be extremely useful.</p>
<p>As a reality check I don’t yet have the skills with JSON or AJAX to write all of such a plugin myself but it’s not beyond my ability to learn given enough time.</p>
]]></content:encoded>
			<wfw:commentRss>http://alunsalt.com/2010/08/16/re-thinking-mendeley/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>East is East?</title>
		<link>http://alunsalt.com/2009/11/19/east-is-east/</link>
		<comments>http://alunsalt.com/2009/11/19/east-is-east/#comments</comments>
		<pubDate>Thu, 19 Nov 2009 13:11:33 +0000</pubDate>
		<dc:creator>Alun</dc:creator>
				<category><![CDATA[Digital Academia]]></category>
		<category><![CDATA[Politics]]></category>
		<category><![CDATA[Science]]></category>
		<category><![CDATA[The Past]]></category>
		<category><![CDATA[Ancient History]]></category>
		<category><![CDATA[Archaeoastronomy]]></category>
		<category><![CDATA[Archaeology]]></category>
		<category><![CDATA[Greek]]></category>
		<category><![CDATA[Research]]></category>
		<category><![CDATA[Research Blogging]]></category>
		<category><![CDATA[Temples]]></category>

		<guid isPermaLink="false">http://alunsalt.com/?p=3292</guid>
		<description><![CDATA[I’m not planning to blog a lot on the Astronomical Orientation of Ancient Greek Temples as is openly accessible. Your comments are going to carry a lot more weight there than here. But I’ll try and keep track of what other people are saying elsewhere. I’m expecting this to be the first paper of a [...]]]></description>
				<content:encoded><![CDATA[<p><a href="http://dx.plos.org/10.1371/journal.pone.0007903"><img src="http://i1.wp.com/alunsalt.com/wp-content/uploads/2009/11/title.jpg?resize=600%2C400" alt="Astronomical Orientation of Ancient Greek Temples" title="Astronomical Orientation of Greek Temples" class="aligncenter size-full wp-image-3293" data-recalc-dims="1" /></a></p>
<p><span style="float: right; padding: 5px;"><a href="http://www.researchblogging.org"><img alt="ResearchBlogging.org" src="http://i2.wp.com/www.researchblogging.org/public/citation_icons/rb2_large_gray.png" style="border:0;" data-recalc-dims="1"/></a></span>I’m not planning to blog a lot on <a href="http://dx.plos.org/10.1371/journal.pone.0007903">the Astronomical Orientation of Ancient Greek Temples</a> as is openly accessible. Your comments are going to carry a lot more weight there than here. But I’ll try and keep track of what other people are saying elsewhere. I’m expecting this to be the first paper of a developing argument, so I’ll need to see what people identify as problems and address them. There’s two comments in the Times today which I think neatly highlight one of the issues. One is from <a href="http://www.timesonline.co.uk/tol/news/environment/article6922248.ece">Efrosyni Boutsikas</a> and the other from <a href="http://entertainment.timesonline.co.uk/tol/arts_and_entertainment/visual_arts/article6922195.ece">Mary Beard</a>.</p>
<p>Boutsikas’ objection is interesting. I wanted a comparison data set to examine for Greece and the only one I know of that’s published is Retallack’s in Antiquity. To be honest it’s not entirely fair to use Retallack’s data as he wasn’t that concerned with astronomy. Instead he was looking at geomorphology, and <a href="http://alunsalt.com/2008/11/10/growing-gods/">I think he has some really interesting results</a>. Now Boutsikas has her own survey, which she did specifically with archaeoastronomy in mind. That’s why I’m interested when she says of 107 temples in Greece only 58% faced east. <span class="pullquote">That might cause me some problems and here’s why</span>.</p>
<p>First we need three variables. <em>n</em> is the number of temples. That’s 107. <em>p</em> is the probability and event will happen, and <em>q</em> the probability it won’t. <em>p+q</em> = 1 because something has to either happen or not happen. So what value is <em>p</em>? It depends on what Boutsikas means by east. If she means the eastern half of the horizon, then <em>p</em> is 0.5 and so is <em>q</em>. By pure chance we’d expect <em>np</em> temples to face east. That’s 53.5. In her survey 62 temples faced east. That’s more than chance, so I’m right yes? Not so fast.</p>
<p>There’s never going to be exactly 53.5 temples facing east. Around 19 times out of twenty 20 there’ll be 53.5 plus or minus two standard deviations. If you want the chance of a false positive to be lower than 1 in a 100, then you need 53.5 plus or minus three standard deviations. The standard deviation (σ) for this kind of distribution is calculated by the formula:
<div align="center">σ = √<em>npq</em></div>
<p>If we want the one in twenty confidence that means</p>
<div align="center">σ = √(107 × 0.5 × 0.5) = 5.2</div>
<p>So 19 times out of 20 you might expect to find between 43.1 and 63.9 temples facing east. The result of 62 is inside this range, so there’s nothing significant. How do I explain that? I’m not sure I can. I can’t say what time period her temples come from. If she’s looked at Bronze Age sites and Roman sites in Greece then we’re not comparing like with like and it’s possible that when we compare temples built in the archaic and classical periods as they were in Sicily then we’ll have more of a match. <span class="pullquote">Another possibility is that I’m simply wrong</span>.</p>
<p>But this depends on Boutsikas meaning <em>eastern half of the horizon</em> when she says east. I use different definitions of east for different tests and make clear which are which in the paper because it makes a difference. If Boutsikas has put her temples into four categories, north, east, south and west, then east means <em>eastern quarter of the sky</em> and the equations turn out differently.</p>
<div align="center"><em>np</em> = 107 × 0.25 = 26.75 temples<br />
σ = √(107 × 0.25 × 0.75) = 4.48</div>
<p>If east is the eastern quarter then 19 times out of twenty at most we would expect at most 35.71 temples. By chance there’s be over 40.19 temples in the sample less than 1 time out of 100. 62 temples would be over seven standard deviations away from the expected result. If that’s by chance it’s an amazing freak result. It means I can’t respond to Boutsikas’s claims until I can see the data to analyse, so I know what <em>east</em> means. She might have proven my paper wrong, or else proven it very right. How can that be when only just over half of the temples face east?</p>
<p>Imagine you’re at a casino. Someone is spinning the roulette wheel. Half the time it lands on the numbers 0–9 and the other half it lands on another number. It doesn’t matter than you can’t predict exactly where the next ball will land. In the long term that casino will lose money because something is affecting the wheel. <span class="pullquote">This isn’t about having a hard and fast law for astronomical alignments</span>. It’s about whether or not a significant number of temples are aligned to the sun. If you’re going say that there is or isn’t a significant number, first you have to know what a <em>significant number</em> would look like. Typically in the social sciences that would <em>np </em>+/- 2σ. I prefer <em>np</em> +/- 3σ because I’m making claims which people might not be comfortable with, so it’s reasonable I should provide stronger evidence.</p>
<p>If I am right that doesn’t mean Boutsikas’ and Retallack’s surveys can be junked. In fact it means the opposite. In Retallack’s case he’s showing there’s a clear correlation between the dedication of a temple and the soil type it’s built in. Now if there’s a general rule that Greek temples face east, the temples which don’t become more interesting because then you can ask “<em>What’s special about those temples? Why were they built that way?</em>” It’s the same for Boutsikas’ data. If there’s nothing special about the alignments then temples which don’t face east are nothing special. If, using this method, her data shows a tendency for eastern alignments then she has a data set with plenty of interesting temples that could tell us something about Greek religion. For instance it could highlight where a local cult was doing something special that you wouldn’t find elsewhere in Greece.</p>
<p>Clearly Boutsikas’ objection is serious and I’ll need to consider it carefully, but in this case it could be a case of cross-wired. I don’t think she’d seen my article when she talked to the Times because I hadn’t emailed it to her till last night. We’ve both been working on similar topics and so could have come to the same conclusions. If we been talking with each other then there could have been a bit of friction if we saw <em>our</em> ideas in each other’s theses. She’s been put on the spot reacting to a paper which she probably hasn’t read, but <span class="pullquote">she’s clearly an expert in the subject because of her own research</span>. She’ll go where her research takes her and I’ll go with mine. The reporter has picked up on that confusion. Does that leave him in the dog house? Definitely not.</p>
<p>I’m really pleased with the way Mark Henderson has written this up. It’s not his job to preach my wonderfulness, it’s to report on how this research fits in with other research. Getting the quotes from Efrosyni Boutsikas was brilliant because it shows there’s currently two models which come to opposite conclusions. As we both publish more those models will get fleshed out and adapt. Which one will be accepted? Hers? Mine? Some kind of hybrid, or even neither? It’s not just about getting the right answer. At the moment we might not even agree on what the right answer will look like. Which brings me to Mary Beard’s piece.</p>
<p>I think it’s great commentary. I think she’s spot on when she rejects the idea of a modern astronomy in the ancient world. I would quibble with her rejecting astronomy for the rhythms of day and night. That sounds astronomical to me and <a href="http://alunsalt.com/2009/11/18/alcman-and-the-cosmos-of-sparta-by-gloria-ferrari/">there’s also evidence the seasons were important</a>. I think she might be trying to emphasise the importance of cosmological features, in the sense of natural order, rather than strict observation. The only real puzzle is that she’s saying that there’s it’s obvious that Greek temples align east-west when in the column next to her Efrosyni Boutsikas is saying they obviously don’t. This is a bit of an interdisciplinary gap.</p>
<p>From the outside you might expect archaeologists and classicists to talk to each other. They’re dealing with the same people in the same time period. In reality this doesn’t always happen. A few years back the Roman Archaeology Conference, the big conference for Roman archaeologists held once every couple of years was scheduled opposite the Classical Association conference. The two sides don’t always talk to each other. In the past few years Boutsikas has been publishing on her work. Ioannis Liritzis and Helena Vassiliou have been arguing that Greek temples were aligned towards or away from aurorae or stars. This is having no impact amongst classicists. Equally I can’t just turn around and say “Greek temples tended to face east” because all the researchers who disagree could ask “How do you know?” <span class="pullquote"><em>It’s obvious</em> doesn’t work as an academic response</span>, even though I agree with Mary Beard. I don’t imagine that would be her response in an academic forum. But what she’s done is she’s very helpfully shown that if I want to talk to classicists then show why I think I have something to talk about.</p>
<p>That’s why I’ve had to write this paper. I want to write more, but the first question anyone can ask is “How do you know that’s not just a chance result?” That’s why I developed this method. I wanted something simple and effective. The reason I put it in PLoS One is that it also has to be accessible. I’m planning to write more articles for specialist journals, but people reading those will need access to my data and my methodology. That needs to be available to classicists, archaeologists, astronomers and anyone else with an interest.</p>
<p>You can <a href="http://dx.plos.org/10.1371/journal.pone.0007903">read the original research for free</a> and download it at PLoS One. If you leave comments there then they’ll be seen by everyone else who examines the paper. If you’d like to blog about the paper there’s <a href="http://www.flickr.com/photos/alun/sets/72157622666021209/">a collection of photos from Sicily at Flickr</a> with a Creative Commons licence.</p>
<p><span class="Z3988" title="ctx_ver=Z39.88-2004&#038;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&#038;rft.jtitle=PLoS+ONE&#038;rft_id=info%3Adoi%2F10.1371%2Fjournal.pone.0007903&#038;rfr_id=info%3Asid%2Fresearchblogging.org&#038;rft.atitle=The+Astronomical+Orientation+of+Ancient+Greek+Temples&#038;rft.issn=1932-6203&#038;rft.date=2009&#038;rft.volume=4&#038;rft.issue=11&#038;rft.spage=0&#038;rft.epage=&#038;rft.artnum=http%3A%2F%2Fdx.plos.org%2F10.1371%2Fjournal.pone.0007903&#038;rft.au=Salt%2C+A.&#038;rfe_dat=bpr3.included=1;bpr3.tags=Anthropology%2CAstronomy%2CArchaeology+Archaeoastronomy+History">Salt, A. (2009). The Astronomical Orientation of Ancient Greek Temples <span style="font-style: italic;">PLoS ONE, 4</span> (11) DOI: <a rev="review" href="http://dx.doi.org/10.1371/journal.pone.0007903">10.1371/journal.pone.0007903</a></span></p>
]]></content:encoded>
			<wfw:commentRss>http://alunsalt.com/2009/11/19/east-is-east/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Why PLoS?</title>
		<link>http://alunsalt.com/2009/11/19/why-plos/</link>
		<comments>http://alunsalt.com/2009/11/19/why-plos/#comments</comments>
		<pubDate>Thu, 19 Nov 2009 09:46:06 +0000</pubDate>
		<dc:creator>Alun</dc:creator>
				<category><![CDATA[Digital Academia]]></category>
		<category><![CDATA[Politics]]></category>
		<category><![CDATA[Science]]></category>
		<category><![CDATA[The Past]]></category>
		<category><![CDATA[Ancient History]]></category>
		<category><![CDATA[Archaeoastronomy]]></category>
		<category><![CDATA[Archaeology]]></category>
		<category><![CDATA[Greek]]></category>
		<category><![CDATA[Publishing]]></category>
		<category><![CDATA[Research]]></category>
		<category><![CDATA[Sicily]]></category>
		<category><![CDATA[Temples]]></category>

		<guid isPermaLink="false">http://alunsalt.com/?p=2910</guid>
		<description><![CDATA[I’ve published a paper with PLoS One which should be out today. The most common question I’ve been asked so far is: Why there? I’m applying for jobs in Archaeology and Ancient History, so why would I want to publish in an online journal that hardly anyone in those fields has heard of? Surely publishing [...]]]></description>
				<content:encoded><![CDATA[<p>I’ve <a href="http://dx.plos.org/10.1371/journal.pone.0007903">published a paper with PLoS One</a> which should be out today. The most common question I’ve been asked so far is: Why there?  I’m applying for jobs in Archaeology and Ancient History, so why would I want to publish in an online journal that hardly anyone in those fields has heard of? Surely publishing in one of the big journals would be better? Here’s a few reasons.</p>
<ol>
<li><strong>It’s fast.</strong><br />
The paper was submitted on the 8th of September and I got the acceptance, subject to revisions on the 30th of September. I wouldn’t be quite so happy if it had been rejected, but you have to be prepared for that. The faster there’s a decision the quicker you can work on the revisions or else re-write for another journal. The rapid response means that I can cite the data in this paper in other papers immediately rather than delaying writing about further work.</li>
<li><strong>It’s accessible.</strong><br />
Research might be interdisciplinary, but not so many journals are. For this paper the alternatives would be publication in specialist archaeoastronomy, classics, archaeology or astronomy journals. I can do that and will do that in the future, but writing for those journals means writing for those specific audiences. If they’re subscription-based they also lock out a large proportion of the potential audience. If an astronomer is in a university without a classics department then it’s going to be hard for him to get a copy of the paper. Likewise many universities don’t carry archaeoastronomy journals. PLoS One gives me a platform to introduce the work and then I can publish tailored articles developing ideas in the specialist journals.</li>
<li><strong>It opens conversation.</strong><br />
You can comment on the paper. So too can anyone else. This is particularly handy for interdisciplinary work. I’m hoping the conversation doesn’t end with this one paper. The article-based metrics will included some of citation search. Hopefully in a couple of years people reading <em>this</em> paper will be able to see where they can find criticisms and developments in other papers. That’s amazingly useful for interdisciplinary work where subsequent papers could be in journals in a variety of disciplines.</li>
</ol>
<p>I’ve decided some form of open-access is essential for interdisciplinary work. The paper stands or falls on whether or not the binomial distribution is the right tool for the task. That means for academic honesty I have to submit it to a journal where the I can be reasonably sure it will be scrutinised by people familiar with basic statistics. Scientists might laugh at that as the mathematics in the paper is very simple. I think any classicist could follow it, but some could quite reasonably be wary of it. Is it statistical sleight-of-hand? They can read any comments left by statisticians or astronomers and judge how confident they should be in the findings. Likewise people unfamiliar with the Greek material can read the classicists’ and archaeologists’ comments and see if the human aspect of the research is sound.</p>
<p>It’s also important for me because I might learn something, and indeed I did. This is a better paper post-review than it was when I submitted it. I’ve re-thought how I process some of the data and that will have a positive on the next project I do.</p>
<p>After going through the process I’m impressed with PLoS. I think I hit every bump in the submission process, most of it due to the ordering of the paper being different to how I would normally write it. Still, the everyone was very helpful along the way. If you’re a recent PhD or grad student with a need to put out some publications, I’d recommend publishing with PLoS One. Of course I’m writing this <em>before</em> I’ve seen how the paper has been received, so you can check on my article metrics yourself to see if it’s being read or else sunk into obscurity.</p>
]]></content:encoded>
			<wfw:commentRss>http://alunsalt.com/2009/11/19/why-plos/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Now qualified to talk to lagomorphs about the sky</title>
		<link>http://alunsalt.com/2009/09/15/now-qualified-to-talk-to-lagomorphs-about-the-sky/</link>
		<comments>http://alunsalt.com/2009/09/15/now-qualified-to-talk-to-lagomorphs-about-the-sky/#comments</comments>
		<pubDate>Tue, 15 Sep 2009 09:26:36 +0000</pubDate>
		<dc:creator>Alun</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[The Past]]></category>
		<category><![CDATA[Photos]]></category>
		<category><![CDATA[Research]]></category>

		<guid isPermaLink="false">http://alunsalt.com/?p=2937</guid>
		<description><![CDATA[Creating Collective Identities through Astronomy, a thesis about time and space. Passed by Prof. Giulio Magli (Dipartimento di Matematica, Politecnico di Milano) and Prof. Graham Shipley (School of Archaeology and Ancient History, University of Leicester). Coming soon to an open access research archive near you. If you live near Leicester. Update: Lagomorph, the family of [...]]]></description>
				<content:encoded><![CDATA[<p><img src="http://i2.wp.com/alunsalt.com/wp-content/uploads/2009/09/photo.jpg?resize=600%2C450" alt="photo" title="photo" class="aligncenter size-full wp-image-2948" data-recalc-dims="1" /></p>
<p><em>Creating Collective Identities through Astronomy</em>, a thesis about time and space. Passed by Prof. Giulio Magli (Dipartimento di Matematica, Politecnico di Milano) and Prof. Graham Shipley (School of Archaeology and Ancient History, University of Leicester). Coming soon to an open access research archive near you. If you live near Leicester.</p>
<div align="center"><object width="480" height="385"><param name="movie" value="http://www.youtube-nocookie.com/v/ZLXOO9PnnMQ&#038;hl=en&#038;fs=1&#038;rel=0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube-nocookie.com/v/ZLXOO9PnnMQ&#038;hl=en&#038;fs=1&#038;rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="385"></embed></object></div>
<p>Update: Lagomorph, the family of animals that includes pikas, hares and pesky wabbits.</p>
]]></content:encoded>
			<wfw:commentRss>http://alunsalt.com/2009/09/15/now-qualified-to-talk-to-lagomorphs-about-the-sky/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Crowdsourcing Fieldwork: A Neuroarchaeology Project?</title>
		<link>http://alunsalt.com/2009/09/11/crowdsourcing-fieldwork-a-neuroarchaeology-project/</link>
		<comments>http://alunsalt.com/2009/09/11/crowdsourcing-fieldwork-a-neuroarchaeology-project/#comments</comments>
		<pubDate>Fri, 11 Sep 2009 19:45:39 +0000</pubDate>
		<dc:creator>Alun</dc:creator>
				<category><![CDATA[Digital Academia]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Science]]></category>
		<category><![CDATA[The Past]]></category>
		<category><![CDATA[Ancient History]]></category>
		<category><![CDATA[Archaeology]]></category>
		<category><![CDATA[Biology]]></category>
		<category><![CDATA[Museums]]></category>
		<category><![CDATA[Neuroarchaeology]]></category>
		<category><![CDATA[Neurohistory]]></category>
		<category><![CDATA[Neuroscience]]></category>
		<category><![CDATA[Reception]]></category>
		<category><![CDATA[Research]]></category>

		<guid isPermaLink="false">http://alunsalt.com/?p=2917</guid>
		<description><![CDATA[This is a development of an idea I had last year after reading a post by Christina on a visit to the National Museum in Copenhagen. In short most museums I go to seem to have much darker galleries for prehistoric material that classical material. That has to have a psychological effect, but does it [...]]]></description>
				<content:encoded><![CDATA[<div id="attachment_2919"  class="wp-caption module image aligncenter" style="width: 600px;"><img class="size-full wp-image-2919" title="neuroarch" src="http://i0.wp.com/alunsalt.com/wp-content/uploads/2009/09/neuroarch.jpg?resize=600%2C450" alt="How should an exhibit be lit?" data-recalc-dims="1" /><p class="wp-caption-text">How should an exhibit be lit?</p></div>
<p>This is a development of <a href="http://alunsalt.com/2008/06/12/illuminating-the-past-2/">an idea I had last year</a> after reading a post by Christina on<a href="http://lilleven.blogspot.com/2008/06/sun-disc-chariot.html"> a visit to the National Museum in Copenhagen</a>. In short most museums I go to seem to have much darker galleries for prehistoric material that classical material. That has to have a psychological effect, but does it also have a physiological effect? Is the difference in light enough that there’s a difference feeling to observing prehistoric material to classical material because of the room and not the content? You could also ask similar questions of European and Rest of the World exhibits. Are African exhibits in more dimly lit rooms, and if so what does this say about ‘world museums’.</p>
<p>It should be an easy enough question to answer; simply visit a range of museums in exotic locations with a light-meter and then number-crunch to find the answer. That’s not very efficient though. It means arranging permissions, travelling to the museums, and logging the data. It could take three or four days in terms of travel to some places to log 50 numbers. When it comes to number crunching more is better so is there a way round this? I suppose I could hire people to wander round museums for me with lightmeters, but that would be expensive and my bank is already experimenting with new shades of red to print my balance. It’d be handy if I could just find the data I want lying around the net somewhere. Regular readers will know I’ve been thinking about Flickr’s API a lot, and they won’t be surprised to hear that’s where I might have found the answer. A lot of people have been taking photos in museums and I think they could help.</p>
<p>It might sound bleeding obvious that all of Flickr’s photos were taken with a camera, but in the case of digital cameras Flickr can also store a lot more data. Attached to a lot of the photos is EXIF data. If you visit a photo <a href="http://www.flickr.com/photos/alun/3909420636/">like this one</a>, you’ll see there’s a more properties link on the right side of the page. That takes you to <a href="http://www.flickr.com/photos/alun/3909420636/meta/">a page like this one</a>. It tells you the ISO setting, aperture and shutter speed for a photo. ((Usually — HDR photos won’t because the have multiple exposures)) If the camera is automatic then it will pick what it thinks are the best settings. The camera is set to manual, then the photographer is still probably going to choose what it thinks are the best settings. Therefore this gives a way to calculate relative changes in light.</p>
<p>For example ISO settings come from the days when people used film for photos. ISO 200 would react to light one ‘stop’ faster than ISO 100. ISO 400 was one stop faster than ISO 200 and two than ISO 100. So the ISO setting will let us calculate how many stops down the film speed is. The aperture is an odd scale because it relates to the size of the aperture of the lens relative to the focal length. But it can be calculated, f/22 is a stop up from  f/16 and f/11 is another stop down and so on. The same can be said for shutter speed You can go from 1/800 to 1/400 to 1/200 and so on.</p>
<p>Therefore, if you fix a datum you can measure how many stops up or down from that datum a photo is from the EXIF data. This is related to the light in the image and the camera lens looking into a gallery or display is a proxy for the human eye. It’s not perfect, you’d want a lot of photos but one thing Flickr has is a LOT of photos. It also has the API, which makes it very easy to transfer the relevant meta-data into a database for interrogation.</p>
<p>One reason I’m interested in doing this project is that I have no idea what the result would be. It could be emphatic, ambiguous or show that I have a very selective memory when it comes to lighting. It might sound obvious that you’d want to research something you don’t know the answer to, but to gain funding you have to show a likelihood of a positive outcome — or that the methodology is at least sound. I don’t know if this is the case, so the project won’t attract funding, but the API makes it cheap. Certainly cheaper than flying on budget airlines round Europe.</p>
<p>In terms of publication it seems like a good fit for Internet Archaeology.<a href="http://intarch.ac.uk/journal/issue25/editorial25.html"> Internet Archaeology is moving in steps towards open access.</a> Given the… umm… <em>eccentric</em> attitude the AHRC takes to digital media, and the current economic climate that’s a difficult move they’re making. The fact they are moving to Open Access makes it one of the most attractive venues to publish in academic archaeology. In this instance a database which can link back to the source files at Flickr would fit neatly into their hyperlink-friendly model. A bit of ingenuity with the SQL queries and database fields and it should be possible to make it a useful application for further research.</p>
<p>The biggest problem I see at the moment is whether or not estimating relative light levels from the ISO, aperture and shutter speed will be enough to distinguish between genuine differences in lighting. There are other non-trivial questions. If photos are of the exhibits rather than the galleries, then will the artificial light negate any measurable differences? It would certainly lose darkness in the peripheral vision. How do I gather the data? Can I pull it straight from the EXIF files from any photo on the site, but would this be reasonable if the photo itself is set to copyright? Would setting up a Flickr group for the project and trying to herd in volunteers, or sticking to CC licenced photos be better?</p>
<p>I think I could probably set up a small-scale test of this over the autumn and then take it from there, Still, it would be helpful if someone could spot all the flaws in this plan for me, rather than leaving me to stumble into them, so feel free to leave your comments below.</p>
]]></content:encoded>
			<wfw:commentRss>http://alunsalt.com/2009/09/11/crowdsourcing-fieldwork-a-neuroarchaeology-project/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Starlight Expressed</title>
		<link>http://alunsalt.com/2009/08/05/starlight-expressed/</link>
		<comments>http://alunsalt.com/2009/08/05/starlight-expressed/#comments</comments>
		<pubDate>Wed, 05 Aug 2009 13:16:58 +0000</pubDate>
		<dc:creator>Alun</dc:creator>
				<category><![CDATA[Science]]></category>
		<category><![CDATA[The Past]]></category>
		<category><![CDATA[Ancient Greece]]></category>
		<category><![CDATA[Ancient History]]></category>
		<category><![CDATA[Archaeoastronomy]]></category>
		<category><![CDATA[Archaeology]]></category>
		<category><![CDATA[Italy]]></category>
		<category><![CDATA[Religion]]></category>
		<category><![CDATA[Research]]></category>
		<category><![CDATA[Sicily]]></category>
		<category><![CDATA[Statistics]]></category>
		<category><![CDATA[Temples]]></category>
		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://alunsalt.com/?p=2803</guid>
		<description><![CDATA[This very briefly introduces the statistical method I used to analyse the Greek temples of Sicily for astronomical alignments. It’ll be the basis for a paper On the Orientations of Greek Temples in Sicily. The whole thesis will be made available later via Open Access some way or another. I would say via the British [...]]]></description>
				<content:encoded><![CDATA[<div align="center"><embed src="http://blip.tv/play/gYNUgZaaewI" type="application/x-shockwave-flash" width="480" height="390" allowscriptaccess="always" allowfullscreen="true"></embed></div>
<p>This very briefly introduces the statistical method I used to analyse the Greek temples of Sicily for astronomical alignments. It’ll be the basis for a paper <em>On the Orientations of Greek Temples in Sicily</em>. The whole thesis will be made available later via Open Access some way or another. I would say via the British Library’s EThOS system, but I’ve had no luck with that.</p>
]]></content:encoded>
			<wfw:commentRss>http://alunsalt.com/2009/08/05/starlight-expressed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Astronomy and the Oracle of Delphi</title>
		<link>http://alunsalt.com/2009/08/05/astronomy-and-the-oracle-of-delphi/</link>
		<comments>http://alunsalt.com/2009/08/05/astronomy-and-the-oracle-of-delphi/#comments</comments>
		<pubDate>Wed, 05 Aug 2009 12:54:33 +0000</pubDate>
		<dc:creator>Alun</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Science]]></category>
		<category><![CDATA[The Past]]></category>
		<category><![CDATA[Ancient Greece]]></category>
		<category><![CDATA[Ancient History]]></category>
		<category><![CDATA[Archaeoastronomy]]></category>
		<category><![CDATA[Archaeology]]></category>
		<category><![CDATA[Astronomy]]></category>
		<category><![CDATA[Religion]]></category>
		<category><![CDATA[Research]]></category>
		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://alunsalt.com/?p=2794</guid>
		<description><![CDATA[This is (what I hope is) the final version of the Delphi presentation. It briefly covers the ground that formed the basis for Knowing when to consult the oracle at Delphi. There’s more unpublished material, but rather than trying to produce Delphi II, I’m going to make it part of the forthcoming Calendrical Calibration paper.]]></description>
				<content:encoded><![CDATA[<div align="center"><embed src="http://blip.tv/play/gYNU8ORDjaVx" type="application/x-shockwave-flash" width="640" height="390" allowscriptaccess="always" allowfullscreen="true"></embed></div>
<p>This is (what I hope is) the final version of the Delphi presentation. It briefly covers the ground that formed the basis for <a href="http://antiquity.ac.uk/ant/079/ant0790564.htm">Knowing when to consult the oracle at Delphi</a>. There’s more unpublished material, but rather than trying to produce Delphi II, I’m going to make it part of the forthcoming Calendrical Calibration paper.</p>
]]></content:encoded>
			<wfw:commentRss>http://alunsalt.com/2009/08/05/astronomy-and-the-oracle-of-delphi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
