<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>GigaOM &#187; Science</title>
	<atom:link href="http://gigaom.com/tag/science/feed/" rel="self" type="application/rss+xml" />
	<link>http://gigaom.com</link>
	<description></description>
	<lastBuildDate>Sat, 18 May 2013 21:01:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='gigaom.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://0.gravatar.com/blavatar/0db8f6557d022075dbbf010c54d46d93?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>GigaOM &#187; Science</title>
		<link>http://gigaom.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://gigaom.com/osd.xml" title="GigaOM" />
	<atom:link rel='hub' href='http://gigaom.com/?pushpress=hub'/>
		<item>
		<title>Black box software: a problem for science that extends to big data</title>
		<link>http://gigaom.com/2013/05/16/black-box-software-a-problem-for-science-that-extends-to-big-data-2/</link>
		<comments>http://gigaom.com/2013/05/16/black-box-software-a-problem-for-science-that-extends-to-big-data-2/#comments</comments>
		<pubDate>Thu, 16 May 2013 18:00:44 +0000</pubDate>
		<dc:creator>Amanda Alvarez</dc:creator>
				<category><![CDATA[big data analytics]]></category>
		<category><![CDATA[data science]]></category>
		<category><![CDATA[ecology]]></category>
		<category><![CDATA[Science]]></category>
		<category><![CDATA[scientific computing]]></category>

		<guid isPermaLink="false">http://gigaom.com/?p=646192</guid>
		<description><![CDATA[Blind trust in black box, or click-and-run, software is a growing problem in science, and the concern extends to big data and high performance computing.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=646192&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>You probably don’t need to know how a calculator makes two plus two equal four, or how your favorite smartphone app works, but the way the background software is implemented can make a big difference to the output. Slight rounding errors or slow load times in these cases might be annoying, but when you scale up to big data modeling, for instance, you might want to take a closer look at the software running your calculations before you click go.</p>
<p>Blind trust in black box, or click-and-run, software is a growing problem in science, according to a <a href="http://www.sciencemag.org/lookup/doi/10.1126/science.1231535">commentary published Thursday in the journal <i>Science</i></a>, and the concern extends beyond formal research to other domains that use high performance computing.</p>
<p>The researchers who addressed the “troubling trend in scientific software use” were motivated by a growing unease that the abundance of powerful software is letting scientists derive answers without a thorough understanding of what the software is doing. Software snafus have been responsible for some high-profile <a href="http://www.ligo-wa.caltech.edu/~michael.landry/calibration/S5/getsignright.pdf">data misinterpretations and retractions</a>.</p>
<p>This wouldn’t normally cause a blip on the average citizen’s radar, but now a lot of these scientific conclusions have real-world implications, from climate modeling and weather forecasting to high volume financial trading. In any domain using big data, misplaced trust in the power of software can be problematic, particularly when the decision makers don’t know what the software they are using is doing, said lead author Lucas Joppa of Microsoft Research.</p>
<p>So what does ecology have to do with any of this? Joppa is an ecologist by training, and works on computational techniques in that field that may also have applications for big data more broadly. He and his colleagues surveyed scientists in a sub-field of ecology &#8212; species distribution modeling (SDM) &#8212; to find out how they choose software and how well they understand its inner workings.</p>
<p>“Lots of SDM techniques are only available as computational methods, but there is a lot of discourse going on in the literature about whether the methods themselves are correct,” said Joppa. Scientists use SDM to forecast where plants and animals will be in the future given current numbers, known habitats, and climate change. It’s a niche area of research, but the disquieting survey results should be noted in any domain where forecasting is done by plugging data into software.</p>
<p>Only 8 percent of the more than 400 scientists who responded had validated their modeling software against other methods. “The number speaks for itself,” said Joppa. “The real crux of the problem is the results from software being published in a peer-reviewed journal, versus the software itself having been peer-reviewed,” which is rare. Software packages, whether proprietary or not, are often black box systems that can’t be opened and inspected. Even if you can get under the proverbial hood, like with open source software, said Joppa, most people will still have no idea what they are looking at, or how to judge its quality.</p>
<p><img  alt="catch 22" src="http://gigaom2.files.wordpress.com/2013/05/91201888.jpg?w=347&#038;h=231" width="347" height="231" class="alignleft" /></p>
<p>To top it all off, having confidence in what your software is doing results in a massive computational catch-22: how do you know the software is giving you the right answer, if you can’t get the answer without running the software? The level of confusion over what algorithms are doing in the SDM field is illustrated by a debate over <a href="http://methodsblog.wordpress.com/2013/02/20/some-big-news-about-maxent/">which of two statistical techniques is superior</a>. It turns out, Joppa explained, that the two techniques were mathematically equivalent, but the ways they were implemented in software resulted in big predictive differences.</p>
<p>This sort of mix-up isn’t surprising given the messy nature of software development (if you can even call it that) in research environments. Joppa lauded efforts like Software Carpentry that teach scientists basic software fundamentals for better programming, and said the days of getting a doctorate by merely pushing a button are over.</p>
<p>“Scientists themselves can learn a bare minimum of software engineering,” said Joppa. On the flip side, he said computer science students should have more exposure to scientific methods. “People with traditional software engineering training become uncomfortable with the way scientists want to work with software, where the design and specs are constantly changing. The way that scientific software is built is fundamentally different from consumer apps.”</p>
<p>Developers of scientific software, like MathWorks or SAS, may want to watch this space. If Joppa’s suggestions are implemented, journals may start requiring that even proprietary software be opened up for inspection and peer-review. Nearly half of the surveyed ecologists report using free statistical language R as their primary software, so maybe there is hope yet, both for open, inspectable code, and for computational science becoming more accessible while yielding trustworthy, high impact results.</p>
<br />  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=646192&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" /><p><a href="http://pubads.g.doubleclick.net/gampad/jump?iu=/1008864/GigaOM_RSS_300x250&#038;sz=300x250&#038;c=636236"><img src="http://pubads.g.doubleclick.net/gampad/ad?iu=/1008864/GigaOM_RSS_300x250&#038;sz=300x250&#038;c=636236" /></a></p><p><strong>Related research and analysis from GigaOM Pro:</strong><br />Subscriber content. <a href="http://pro.gigaom.com/?utm_source=data&utm_medium=editorial&utm_campaign=auto3&utm_term=646192+black-box-software-a-problem-for-science-that-extends-to-big-data-2&utm_content=neuroamanda">Sign up for a free trial</a>.</p><ul><li><a href="http://pro.gigaom.com/2012/12/sector-roadmap-health-care-and-big-data-in-2012/?utm_source=data&utm_medium=editorial&utm_campaign=auto3&utm_term=646192+black-box-software-a-problem-for-science-that-extends-to-big-data-2&utm_content=neuroamanda">Health care and big data in 2012</a></li><li><a href="http://pro.gigaom.com/2012/05/the-importance-of-putting-the-u-and-i-in-visualization/?utm_source=data&utm_medium=editorial&utm_campaign=auto3&utm_term=646192+black-box-software-a-problem-for-science-that-extends-to-big-data-2&utm_content=neuroamanda">The importance of putting the U and I in visualization</a></li><li><a href="http://pro.gigaom.com/2012/05/pervasive-software-retools-for-cloud-big-data-will-it-be-heard/?utm_source=data&utm_medium=editorial&utm_campaign=auto3&utm_term=646192+black-box-software-a-problem-for-science-that-extends-to-big-data-2&utm_content=neuroamanda">Pervasive Software retools for cloud, big data: will it be heard?</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://gigaom.com/2013/05/16/black-box-software-a-problem-for-science-that-extends-to-big-data-2/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:thumbnail url="http://gigaom2.files.wordpress.com/2013/05/146799217.jpg?w=150" />
		<media:content url="http://gigaom2.files.wordpress.com/2013/05/146799217.jpg?w=150" medium="image">
			<media:title type="html">black box</media:title>
		</media:content>

		<media:content url="http://2.gravatar.com/avatar/e37323b74d1f383817d82c9f906b7bcf?s=96&#38;d=retro&#38;r=PG" medium="image">
			<media:title type="html">neuroamanda</media:title>
		</media:content>

		<media:content url="http://gigaom2.files.wordpress.com/2013/05/91201888.jpg?w=708" medium="image">
			<media:title type="html">catch 22</media:title>
		</media:content>
	</item>
		<item>
		<title>Infographic: the periodic table of smartphones</title>
		<link>http://gigaom.com/2013/02/04/the-periodic-table-of-smartphones/</link>
		<comments>http://gigaom.com/2013/02/04/the-periodic-table-of-smartphones/#comments</comments>
		<pubDate>Tue, 05 Feb 2013 07:39:49 +0000</pubDate>
		<dc:creator>Om Malik</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Environment]]></category>
		<category><![CDATA[rare earth elements]]></category>
		<category><![CDATA[Rare earth minerals]]></category>
		<category><![CDATA[Science]]></category>

		<guid isPermaLink="false">http://gigaom.com/?p=607364</guid>
		<description><![CDATA[Apple's iPhone and other smartphones are full of rare earth minerals China is one of the biggest producers (and consumers) of these rare earth minerals, which are becoming such hot commodities that entrepreneurs and investors are thinking about mining the moon for them. <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=607364&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>CNET <a href="http://www.scientificamerican.com/article.cfm?id=digging-for-rare-earths-the-mines-w-2012-09">has a detailed report</a> on the mining of rare earth minerals (also called rare earth elements) and created this infographic that shows how they are being used inside the iPhone (and also other smartphones.) And that is why I thought this graphic was worth sharing &#8212; so at least we know what is being used and where. Rare earth metals <a href="http://gigaom.com/2009/09/01/beyond-lithium-what-the-rare-earth-squeeze-means-for-hybrid-cars/">are likely to</a> <a href="http://gigaom.com/2011/07/05/no-easy-road-for-mining-rare-earth-elements/">be a major source of contention</a> <a href="http://gigaom.com/2011/04/04/for-powerset-founder-moon-is-money/">in coming years</a>. China is a <a href="http://gigaom.com/2011/07/05/no-easy-road-for-mining-rare-earth-elements/">major supplier</a> of these minerals. (via <a href="http://www.coolinfographics.com/blog/2013/2/4/the-periodic-table-of-iphones.html?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed%3A+CoolInfographics+%28Cool+Infographics%29">Randy Krum</a>)</p>
<div class="wp-caption aligncenter" style="width: 620px"><a href="http://www.scientificamerican.com/article.cfm?id=digging-for-rare-earths-the-mines-w-2012-09"><img alt="" src="http://i.i.com.com/cnwk.1d/i/tim/2012/09/25/Elemental-table_610x2186.jpg" width="610" height="2186" class="" /></a><p class="wp-caption-text">The Periodic Table of iPhone: Rare earth metals and how they are used inside smartphones</p></div>
<br />  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=607364&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" /><p><a href="http://pubads.g.doubleclick.net/gampad/jump?iu=/1008864/GigaOM_RSS_300x250&#038;sz=300x250&#038;c=686708"><img src="http://pubads.g.doubleclick.net/gampad/ad?iu=/1008864/GigaOM_RSS_300x250&#038;sz=300x250&#038;c=686708" /></a></p><p><strong>Related research and analysis from GigaOM Pro:</strong><br />Subscriber content. <a href="http://pro.gigaom.com/?utm_source=tech&utm_medium=editorial&utm_campaign=auto3&utm_term=607364+the-periodic-table-of-smartphones&utm_content=om">Sign up for a free trial</a>.</p><ul><li><a href="http://pro.gigaom.com/2012/10/the-state-of-cross-platform-measurement-across-tv-online-and-social/?utm_source=tech&utm_medium=editorial&utm_campaign=auto3&utm_term=607364+the-periodic-table-of-smartphones&utm_content=om">The state of cross-platform media measurement</a></li><li><a href="http://pro.gigaom.com/2012/08/how-emerging-technologies-are-influencing-collaboration/?utm_source=tech&utm_medium=editorial&utm_campaign=auto3&utm_term=607364+the-periodic-table-of-smartphones&utm_content=om">How emerging technologies will influence collaboration</a></li><li><a href="http://pro.gigaom.com/2012/07/the-wearable-computing-market-a-global-analysis/?utm_source=tech&utm_medium=editorial&utm_campaign=auto3&utm_term=607364+the-periodic-table-of-smartphones&utm_content=om">Analyzing the wearable computing market</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://gigaom.com/2013/02/04/the-periodic-table-of-smartphones/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:thumbnail url="http://gigaom2.files.wordpress.com/2013/02/rareearthschina.jpg?w=150" />
		<media:content url="http://gigaom2.files.wordpress.com/2013/02/rareearthschina.jpg?w=150" medium="image">
			<media:title type="html">rareearthschina</media:title>
		</media:content>

		<media:content url="http://2.gravatar.com/avatar/89c6ff98059617751fcf312690965fa0?s=96&#38;d=retro&#38;r=PG" medium="image">
			<media:title type="html">om</media:title>
		</media:content>

		<media:content url="http://i.i.com.com/cnwk.1d/i/tim/2012/09/25/Elemental-table_610x2186.jpg" medium="image" />
	</item>
		<item>
		<title>No one might remember your silly Facebook photo, but that silly status could live forever</title>
		<link>http://gigaom.com/2013/01/16/no-one-might-remember-your-silly-facebook-photo-but-that-silly-status-could-live-forever/</link>
		<comments>http://gigaom.com/2013/01/16/no-one-might-remember-your-silly-facebook-photo-but-that-silly-status-could-live-forever/#comments</comments>
		<pubDate>Wed, 16 Jan 2013 22:07:11 +0000</pubDate>
		<dc:creator>Eliza Kern</dc:creator>
				<category><![CDATA[Facebook]]></category>
		<category><![CDATA[language]]></category>
		<category><![CDATA[mind-ready]]></category>
		<category><![CDATA[photos]]></category>
		<category><![CDATA[Science]]></category>
		<category><![CDATA[search capabilities]]></category>
		<category><![CDATA[social media]]></category>

		<guid isPermaLink="false">http://gigaom.com/?p=601890</guid>
		<description><![CDATA[Trying to write something that people will remember? Maybe you should consider a short and sweet Facebook status update, rather than posting a photo or more formal text. A new study found that your status updates are more memorable than you might think.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=601890&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Sure you&#8217;ve heard that a photo is worth a thousand words &#8212; but that might not be true when it comes to Facebook.</p>
<p><a href="http://www.futurity.org/top-stories/we-forget-a-face-but-not-a-facebook-post/" target="_blank">A new study</a> has found that people who were shown a Facebook status update and then a sentence from a book were 1.5 times more likely to remember the status update. And users who were shown a status update and a photo of a person&#8217;s face were 2.5 times more likely to remember the text than the photo. While much of the focus in social media is centered on photos right now, the research validates the idea that status updates can have real staying power with our brains, <a href="http://www.futurity.org/top-stories/we-forget-a-face-but-not-a-facebook-post/" target="_blank">because we recognize it as something closer to actual human speech</a>.</p>
<p>The study, conducted by researchers from the UK and U.S. and published in the <a href="http://www.springer.com/psychology/cognitive+psychology/journal/13421" target="_blank">Memory and Cognition journal</a>, found that text written for Facebook updates fell into the category of &#8220;mind-ready&#8221; information, meaning our brains more easily took in the text and committed it to memory because of its conversational, unedited nature that&#8217;s more like human speech. And in a second test, they found that it wasn&#8217;t just the gossipy nature of Facebook that had an impact &#8212; conversational tweets or online comments had a similar effect. (So maybe all those grammar-challenged updates from your friends aren&#8217;t as awful as you thought, as long as they sound like something your friends would say.)</p>
<p>In other words, <a href="https://www.facebook.com/zuck/posts/10100479541975831" target="_blank">you&#8217;re more likely to remember this</a>:</p>
<blockquote id="quote-i-updated-my-grillin"><p>&#8220;I updated my grilling app, iGrill, today and it now has Facebook integration that lets you see what other people are grilling right now around the world. Awesome. I&#8217;m making a Fred&#8217;s steak.&#8221;</p></blockquote>
<p>Than this:</p>
<p><a href="http://gigaom.com/2012/10/04/after-1-billion-users-whats-next-for-facebook/0424_facebook_630x420/" rel="attachment wp-att-569822"><img  alt="0424_facebook_630x420" src="http://gigaom2.files.wordpress.com/2012/10/0424_facebook_630x420.jpeg?w=708"   class="aligncenter size-full wp-image-569822" /></a></p>
<p>But aside from giving you a pass on your Facebook grammar, the study has implications for almost everyone using the platform. The researchers noted that Facebook is <a href="http://link.springer.com/article/10.3758/s13421-012-0281-6?no-access=true" target="_blank">updated more than 30 million times an hour</a>. As the company works to build out its search capabilities and give you access to all the text and information posted from your friends, it&#8217;s worth noting that the text &#8212; and not just the photos that Facebook is known for &#8212; has real value. And that advertisers and marketers posting content on the platform should think closely about what resonates.</p>
<p>Aka, we should totes wr8te 4 actual people, bro.</p>
<br />  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=601890&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" /><p><a href="http://pubads.g.doubleclick.net/gampad/jump?iu=/1008864/GigaOM_RSS_300x250&#038;sz=300x250&#038;c=541588"><img src="http://pubads.g.doubleclick.net/gampad/ad?iu=/1008864/GigaOM_RSS_300x250&#038;sz=300x250&#038;c=541588" /></a></p><p><strong>Related research and analysis from GigaOM Pro:</strong><br />Subscriber content. <a href="http://pro.gigaom.com/?utm_source=tech&utm_medium=editorial&utm_campaign=auto3&utm_term=601890+no-one-might-remember-your-silly-facebook-photo-but-that-silly-status-could-live-forever&utm_content=elizakern">Sign up for a free trial</a>.</p><ul><li><a href="http://pro.gigaom.com/2012/12/social-2013-the-enterprise-strikes-back/?utm_source=tech&utm_medium=editorial&utm_campaign=auto3&utm_term=601890+no-one-might-remember-your-silly-facebook-photo-but-that-silly-status-could-live-forever&utm_content=elizakern">Social 2013: The enterprise strikes back</a></li><li><a href="http://pro.gigaom.com/2012/11/sector-roadmap-crowd-labor-platforms-in-2012/?utm_source=tech&utm_medium=editorial&utm_campaign=auto3&utm_term=601890+no-one-might-remember-your-silly-facebook-photo-but-that-silly-status-could-live-forever&utm_content=elizakern">Examining the rise of crowd labor platforms in 2012</a></li><li><a href="http://pro.gigaom.com/2012/10/social-third-quarter-2012-analysis-and-outlook/?utm_source=tech&utm_medium=editorial&utm_campaign=auto3&utm_term=601890+no-one-might-remember-your-silly-facebook-photo-but-that-silly-status-could-live-forever&utm_content=elizakern">Social third-quarter 2012: analysis and outlook</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://gigaom.com/2013/01/16/no-one-might-remember-your-silly-facebook-photo-but-that-silly-status-could-live-forever/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:thumbnail url="http://gigaom2.files.wordpress.com/2013/01/forget.jpg?w=150" />
		<media:content url="http://gigaom2.files.wordpress.com/2013/01/forget.jpg?w=150" medium="image">
			<media:title type="html">forget</media:title>
		</media:content>

		<media:content url="http://2.gravatar.com/avatar/bd7905cba2440e49d86bd328573730f7?s=96&#38;d=retro&#38;r=PG" medium="image">
			<media:title type="html">elizakern</media:title>
		</media:content>

		<media:content url="http://gigaom2.files.wordpress.com/2012/10/0424_facebook_630x420.jpeg" medium="image">
			<media:title type="html">0424_facebook_630x420</media:title>
		</media:content>
	</item>
		<item>
		<title>Open-access research &#8216;catastrophic&#8217; for Reed Elsevier</title>
		<link>http://paidcontent.org/2012/09/10/open-access-research-catastrophic-for-reed-elsevier/</link>
		<comments>http://paidcontent.org/2012/09/10/open-access-research-catastrophic-for-reed-elsevier/#comments</comments>
		<pubDate>Mon, 10 Sep 2012 09:43:40 +0000</pubDate>
		<dc:creator>Robert Andrews</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[academic]]></category>
		<category><![CDATA[journals]]></category>
		<category><![CDATA[research]]></category>
		<category><![CDATA[Science]]></category>

		<guid isPermaLink="false">http://paidcontent.org/?p=217507</guid>
		<description><![CDATA[Government plans to make publicly-funded research available for free online will be great for citizens but terrible news for journal publishers. One could lose up to 60 percent of its profits, an analyst warns.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=560915&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Moves to make publicly-funded research available for free online could be disastrous for academic publisher Reed Elsevier and its shareholders, investors have been warned.</p>
<p>In July, three <a href="http://paidcontent.org/2012/07/16/a-victory-for-science-as-britain-opens-research-up/">UK education research councils</a> and the European Commission announced stipulations that future research partly funded by taxpayers &#8211; much of which is currently published through subscription journals &#8211; must be made more open-access. The UK government has <a href="http://paidcontent.org/2012/05/03/science-research-may-be-freed-from-journals-unhealthy-paywalls/">labelled research &#8220;paywalls&#8221; &#8220;deeply unhealthy&#8221;</a>, and wants to free up availability.</p>
<p><a href="https://www.bernsteinresearch.com">Berstein Research</a>&#8216;s Claudio Aspesi writes in a research note:</p>
<blockquote id="quote-it-could-drive-the-p"><p>&#8220;It could <strong>drive the profitability of the journal business of Elsevier down by as much as 60%</strong>&#8230;</p>
<p>&#8220;Elsevier journal <strong>revenues would be under significant threat</strong> because the article processing charges it would earn for many of its publications are unlikely to prove anywhere near what the company needs to be revenue neutral&#8230;</p>
<p>&#8220;We think the <strong>risk posed to the Elsevier business model is substantial</strong>. We believe investors are underestimating the disruption that both the EC and even the UK policies could pose to the business model of Elsevier&#8230;</p>
<p>&#8220;A collapse of the profitability of Elsevier <strong>would be catastrophic</strong> for Reed Elsevier.&#8221;</p></blockquote>
<p>Reed Elsevier&#8217;s share price has gone on rising through the recent announcements due to healthy recent results&#8230;</p>
<p><a href="http://ycharts.com/companies/RUK/chart#series=calc:price,type:company,id:RUK&amp;maxPoints=400&amp;zoom=ytd&amp;format=real"><img src="http://media.ycharts.com/charts/673f5b6993dae7b143d09750d8ff2b45.png" alt="RUK Chart" class="" /></a></p>
<p>Open-access models may be largely confined to the UK unless Europe forces member states to adopt similar policies. But, with the U.S. also planning similar moves, the publishers will need to adapt.</p>
<p>In May, science minister <a href="http://paidcontent.org/2012/05/03/science-research-may-be-freed-from-journals-unhealthy-paywalls/">David Willets told journal publishers</a> gathered at a Publishers Association conference:</p>
<blockquote id="quote-%e2%80%9ci-realise-t2"><p>“I realise this move to open access presents a challenge and opportunity for your industry, as you have historically received funding by charging for access to a publication,” Willetts told publishers.</p>
<p>“Nevertheless, that funding model is surely going to have to change … <strong>To try to preserve the old model is the wrong battle to fight</strong>. Look at how the music industry lost out by trying to criminalise a generation of young people for file sharing.”</p></blockquote>
<p>Many researchers were already <a href="http://paidcontent.org/2012/02/06/419-academics-revolt-against-elseviers-journal-pricing/">revolting</a> against health and science journal publisher Reed Elsevier for selling <em>bundles</em> of journals containing their work, rather than individual journals, to libraries. Tens of thousands of people signed a <a href="http://thecostofknowledge.com/">petition</a>.</p>
<p>Alongside Elsevier in the Reed Elsevier stable is <em>Variety</em> publisher RBI. Bernstein thinks Reed Elesvier, which aborted a planned RBI disposal during the worst of the downturn, should break itself up but that it is more likely to retain an RBI that continues to down-size itself.</p>
<p><em><strong>Disclosure</strong>: Reed Elsevier is an investor in paidContent parent GigaOM through its Reed Ventures arm.</em></p>
<br />  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=560915&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" /><p><a href="http://pubads.g.doubleclick.net/gampad/jump?iu=/1008864/GigaOM_RSS_300x250&#038;sz=300x250&#038;c=227459"><img src="http://pubads.g.doubleclick.net/gampad/ad?iu=/1008864/GigaOM_RSS_300x250&#038;sz=300x250&#038;c=227459" /></a></p><p><strong>Related research and analysis from GigaOM Pro:</strong><br />Subscriber content. <a href="http://pro.gigaom.com/?utm_source=media&utm_medium=editorial&utm_campaign=auto3&utm_term=560915+open-access-research-catastrophic-for-reed-elsevier&utm_content=robertandrews">Sign up for a free trial</a>.</p><ul><li><a href="http://pro.gigaom.com/2011/12/facebooks-tactical-retreat-on-privacy/?utm_source=media&utm_medium=editorial&utm_campaign=auto3&utm_term=560915+open-access-research-catastrophic-for-reed-elsevier&utm_content=robertandrews">Facebook&#8217;s tactical retreat on privacy</a></li><li><a href="http://pro.gigaom.com/2010/12/google-and-the-ghost-of-silicon-valley-past/?utm_source=media&utm_medium=editorial&utm_campaign=auto3&utm_term=560915+open-access-research-catastrophic-for-reed-elsevier&utm_content=robertandrews">Google and the Ghost of Silicon Valley Past</a></li><li><a href="http://pro.gigaom.com/2010/05/newnet-market-overview-q1-2010/?utm_source=media&utm_medium=editorial&utm_campaign=auto3&utm_term=560915+open-access-research-catastrophic-for-reed-elsevier&utm_content=robertandrews">NewNet Market Overview, Q1 2010</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://paidcontent.org/2012/09/10/open-access-research-catastrophic-for-reed-elsevier/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
	
		<media:thumbnail url="http://gigaompaidcontent.files.wordpress.com/2012/05/shutterstock_95587381.jpg?w=150" />
		<media:content url="http://gigaompaidcontent.files.wordpress.com/2012/05/shutterstock_95587381.jpg?w=150" medium="image">
			<media:title type="html">Science researchers amazed at discovery in research lab</media:title>
		</media:content>

		<media:content url="http://0.gravatar.com/avatar/9c4c8cc928020ba6394032bbb3b4bd02?s=96&#38;d=retro&#38;r=PG" medium="image">
			<media:title type="html">robertandrews</media:title>
		</media:content>

		<media:content url="http://media.ycharts.com/charts/673f5b6993dae7b143d09750d8ff2b45.png" medium="image">
			<media:title type="html">RUK Chart</media:title>
		</media:content>
	</item>
		<item>
		<title>Disruptive science service Mendeley passes 100m API calls</title>
		<link>http://gigaom.com/2012/08/22/disruptive-science-service-mendeley-passes-100m-api-calls/</link>
		<comments>http://gigaom.com/2012/08/22/disruptive-science-service-mendeley-passes-100m-api-calls/#comments</comments>
		<pubDate>Wed, 22 Aug 2012 15:30:14 +0000</pubDate>
		<dc:creator>Bobbie Johnson</dc:creator>
				<category><![CDATA[analytics product]]></category>
		<category><![CDATA[open science]]></category>
		<category><![CDATA[Science]]></category>
		<category><![CDATA[science startup]]></category>
		<category><![CDATA[social network]]></category>
		<category><![CDATA[Victor Henning]]></category>

		<guid isPermaLink="false">http://gigaom.com/?p=555719</guid>
		<description><![CDATA[A year after opening its API, Mendeley — the document manager and social network for scientists — has seen a blossoming of apps that hook into its system... often in innovative ways. Now it's looking to the future.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=555719&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>A couple of weeks ago we reported some fresh moves by <a href="http://www.mendeley.com">Mendeley</a>, the London-based science startup, to use some of its big data to <a href="http://gigaom.com/europe/mendeley-injects-some-pace-into-academia-with-fast-big-data/">provide an exciting new analytics product for researchers</a>. Now the service says it&#8217;s ramping another aspect of its business — a science data API that is already hitting landmark numbers.</p>
<p>Co-founder and CEO Victor Henning told me that the company&#8217;s API, which offers other services access to its trove of millions of scientific documents, has just surpassed 100 million calls each month. A year after launching the service — which provides access to the information stored in around 65 million scientific papers, documents and files in Mendeley&#8217;s databases — the site has around 240 apps that employ it, and is now seeing growth rocket. And that growth, he said, comes through the increasing popularity of those apps, not through any new, specific effort on its own part.</p>
<p>Henning highlighted a few of the projects which are creating the bulk of that traffic, including some interesting examples of the benefit opening up some data can have on what is, traditionally, quite a closed market.</p>
<p>For example, <a href="http://readermeter.org/">Readermeter.org</a> and <a href="http://total-impact.org/">Total Impact</a> are both services that measure how much impact a particular scientific paper or author has by analyzing how much and how widely the work is read. Meanwhile productivity app <a href="http://hojoki.com/">Hojoki</a> integrates with Mendeley, pulling updates in alongside other services to create a personalized newsfeed for you. </p>
<p><a href="http://gigaom2.files.wordpress.com/2011/05/genome.jpg"><img src="http://gigaom2.files.wordpress.com/2011/05/genome.jpg?w=300&#038;h=201" alt="" title="genome" width="300" height="201"  class="alignleft size-medium wp-image-351329" /></a>Perhaps most interesting of all is <a href="http://opensnp.org/">OpenSNP</a>, a project that allows people to share their genomic data with each other. It&#8217;s using Mendeley to help users cross reference the data they are finding out about their own genetic makeup with the latest scientific research as a way of understanding what&#8217;s going on in their bodies. If that&#8217;s not mind-blowing, I don&#8217;t know what is.</p>
<p>Henning says this is all part of a move to opening up science. </p>
<p>Next up? Wary of <a href="http://gigaom.com/2012/08/20/twitter-at-the-crossroads-growing-up-is-hard-to-do/">Twitter&#8217;s recent API troubles</a>, Henning says that Mendeley wants to enable as many third party apps as possible, and has no plans to force money out of them — instead focusing on paid accounts and secondary services <a href="http://gigaom.com/europe/mendeley-injects-some-pace-into-academia-with-fast-big-data/">like its institutional dashboard</a>.</p>
<p>&#8220;In academia, everything revolves around journals — but everything is behind a paywall, only available to universities who pay expensive subscriptions, and without APIs or other ways to access the data,&#8221; he said. &#8220;People see the importance of this [Mendeley's API] for opening up science.&#8221;</p>
<p>&#8220;We want to keep growing the ecosystem, get apps talking to each other and get more integration with the Mendeley experience&#8221; he adds. &#8220;But we don&#8217;t intend to monetize the apps.&#8221;</p>
<br />  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=555719&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" /><p><a href="http://pubads.g.doubleclick.net/gampad/jump?iu=/1008864/GigaOM_RSS_300x250&#038;sz=300x250&#038;c=934870"><img src="http://pubads.g.doubleclick.net/gampad/ad?iu=/1008864/GigaOM_RSS_300x250&#038;sz=300x250&#038;c=934870" /></a></p><p><strong>Related research and analysis from GigaOM Pro:</strong><br />Subscriber content. <a href="http://pro.gigaom.com/?utm_source=europe&utm_medium=editorial&utm_campaign=auto3&utm_term=555719+disruptive-science-service-mendeley-passes-100m-api-calls&utm_content=bobbiejohnson">Sign up for a free trial</a>.</p><ul><li><a href="http://pro.gigaom.com/2011/12/facebooks-tactical-retreat-on-privacy/?utm_source=europe&utm_medium=editorial&utm_campaign=auto3&utm_term=555719+disruptive-science-service-mendeley-passes-100m-api-calls&utm_content=bobbiejohnson">Facebook&#8217;s tactical retreat on privacy</a></li><li><a href="http://pro.gigaom.com/2013/01/the-2013-task-management-tools-market/?utm_source=europe&utm_medium=editorial&utm_campaign=auto3&utm_term=555719+disruptive-science-service-mendeley-passes-100m-api-calls&utm_content=bobbiejohnson">The 2013 task management tools market</a></li><li><a href="http://pro.gigaom.com/2012/12/connected-consumer-2013-how-2012-laid-the-groundwork-for-change/?utm_source=europe&utm_medium=editorial&utm_campaign=auto3&utm_term=555719+disruptive-science-service-mendeley-passes-100m-api-calls&utm_content=bobbiejohnson">How consumer media will change in 2013</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://gigaom.com/2012/08/22/disruptive-science-service-mendeley-passes-100m-api-calls/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:thumbnail url="http://gigaom2.files.wordpress.com/2012/08/victorhenningmendeley.jpg?w=150" />
		<media:content url="http://gigaom2.files.wordpress.com/2012/08/victorhenningmendeley.jpg?w=150" medium="image">
			<media:title type="html">victorhenningmendeley</media:title>
		</media:content>

		<media:content url="http://0.gravatar.com/avatar/6e5c23eccd5022fef0059f01c98c2ea4?s=96&#38;d=retro&#38;r=PG" medium="image">
			<media:title type="html">bobbiejohnson</media:title>
		</media:content>

		<media:content url="http://gigaom2.files.wordpress.com/2011/05/genome.jpg?w=300" medium="image">
			<media:title type="html">genome</media:title>
		</media:content>
	</item>
		<item>
		<title>A victory for science as Britain opens research up</title>
		<link>http://paidcontent.org/2012/07/16/a-victory-for-science-as-britain-opens-research-up/</link>
		<comments>http://paidcontent.org/2012/07/16/a-victory-for-science-as-britain-opens-research-up/#comments</comments>
		<pubDate>Mon, 16 Jul 2012 14:54:42 +0000</pubDate>
		<dc:creator>Bobbie Johnson</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[David Willetts]]></category>
		<category><![CDATA[Europe]]></category>
		<category><![CDATA[Great Britain]]></category>
		<category><![CDATA[internet radicals]]></category>
		<category><![CDATA[mathew ingram]]></category>
		<category><![CDATA[open access]]></category>
		<category><![CDATA[publishing]]></category>
		<category><![CDATA[research]]></category>
		<category><![CDATA[Science]]></category>
		<category><![CDATA[science publisher]]></category>
		<category><![CDATA[The Guardian]]></category>
		<category><![CDATA[Timothy Gowers]]></category>
		<category><![CDATA[UK]]></category>

		<guid isPermaLink="false">http://paidcontent.org/?p=213993</guid>
		<description><![CDATA[The controversial world of paywalled academic publishing has been hit by a major shift, with the British government saying it will make open access to scientific research a condition of public funding by 2014.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=542901&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><a href="http://paidcontent.org/2012/07/16/a-victory-for-science-as-britain-opens-research-up/mad-scientist/" rel="attachment wp-att-202420"><img src="http://gigaompaidcontent.files.wordpress.com/2012/04/mad-scientist-o.jpg?w=300&#038;h=199" alt="" title="mad scientist" width="300" height="199"  class="alignright size-medium wp-image-202420" /></a>Here&#8217;s a quiz question for you. What&#8217;s public and private at the same time? </p>
<p>The answer: scientific research. </p>
<p>More specifically, large amounts of scientific work is funded by government agencies — <a href="http://gigaom.com/2011/08/30/so-when-does-academic-publishing-get-disrupted/">yet the results end up hidden behind paywalls</a>. Money from the public purse is used to pay academics to undertake investigation and write up the results, before academic journals take over copyright and sell access to the work for profit. Citizens are effectively being asked to pay twice for any information: first to fund the research, then to access it.</p>
<p>Over the last few years, <a href="http://gigaom.com/2011/10/31/why-the-world-of-scientific-research-needs-to-be-disrupted/">a growing movement</a> has been pointing out this illogical situation and campaigning for what&#8217;s known as <a href="http://en.wikipedia.org/wiki/Open_access">&#8220;open access&#8221;</a>: unfettered availability to research that&#8217;s funded by the public purse. And on Monday that movement appears to have won a significant victory, with the British government announcing that it would make open access a condition of any public funding in future.</p>
<p>Science minister David Willetts <a href="http://news.bis.gov.uk/Press-Releases/Government-to-open-up-publicly-funded-research-67d1d.aspx">said in an announcement</a> that the new system would be implemented by 2014, meaning that any research that uses public money could no longer be locked away.</p>
<blockquote id="quote-%e2%80%9cremoving-pa"><p>“Removing paywalls that surround taxpayer funded research will have real economic and social benefits. It will allow academics and businesses to develop and commercialise their research more easily and herald a new era of academic discovery. This development will provide exciting new opportunities and keep the UK at the forefront of global research to drive innovation and growth.”</p></blockquote>
<p>This may be one of the most significant victories for the open movement so far — and advocates will certainly be hoping that other governments, <a href="http://www.guardian.co.uk/science/blog/2012/may/22/us-petition-open-access-publishing">including the U.S.</a>, follow suit sooner rather than later.</p>
<p>It&#8217;s all part of a sea change happening in science towards openness, a move that&#8217;s taking place in large part because of the internet.</p>
<p><img alt="" src="http://gigaom2.files.wordpress.com/2011/04/45249090_260cb53b10_z.png?w=300&#038;h=200" title="index files"  width="300" height="200" class="alignleft" />Just as the net has disrupted other industries, so it&#8217;s starting to make science more collaborative, more accessible and more democratic. My colleague Mathew Ingram has <a href="http://gigaom.com/2012/02/22/why-do-we-need-academic-journals-in-the-first-place/">documented</a> much of this <a href="http://gigaom.com/2012/02/22/why-do-we-need-academic-journals-in-the-first-place/">conversation</a>, and I&#8217;ve written about it before too, talking to startups like <a href="http://gigaom.com/2012/02/22/how-researchgate-plans-to-turn-science-upside-down/">ResearchGate</a>, which is trying to turn the stuffy world of research upside down by helping scientists collaborate.</p>
<p>And last year <a href="http://www.guardian.co.uk/education/2011/may/22/open-science-shared-research-internet">I covered the story of open science</a>, talking about the work of Timothy Gowers, a mathematician at the University of Cambridge who has been one of the lightning rods for openness.</p>
<blockquote id="quote-there-are-many-inter2"><p>There are many interpretations of what open science means, with different motivations across different disciplines. Some are driven by the backlash against corporate-funded science, with its profit-driven research agenda. Others are internet radicals who take the &#8220;information wants to be free&#8221; slogan literally. Others want to make important discoveries more likely to happen. But for all their differences, the ambition remains roughly the same: to try and revolutionise the way research is performed by unlocking it and making it more public.</p></blockquote>
<p>Gowers later <a href="http://gowers.wordpress.com/2012/01/21/elsevier-my-part-in-its-downfall/">led a boycott against the publisher Elsevier</a> which drew in some 12,000 academics, who all objected to the company&#8217;s approach.</p>
<p>So, after all that, a victory — if a relatively small one.</p>
<p>Before anyone gets too excited, however, it&#8217;s also worth noting that this change is not without pain. As <a href="http://www.guardian.co.uk/science/blog/2012/may/22/us-petition-open-access-publishing"><em>The Guardian</em> notes</a>, this process itself doesn&#8217;t come free — and may eat into already-strapped science budgets.</p>
<blockquote id="quote-though-many-academic3"><p>Though many academics will welcome the announcement, some scientists contacted by the Guardian were dismayed that the cost of the transition, which could reach £50m a year, must be covered by the existing science budget and that no new money would be found to fund the process. That could lead to less research and fewer valuable papers being published.</p></blockquote>
<p><em><strong>Disclosure: </strong>Reed Elsevier, the parent company of science publisher Elsevier, is an investor in GigaOmniMedia, the company that publishes GigaOM.</p>
<p>Scientist photograph copyright <a href="http://www.shutterstock.com/pic-69927469/stock-photo-crazy-scientist-handling-explosive-concoction.html?src=p-74098498">Shutterstock / damicoangie</a></em></p>
<br />  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=542901&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" /><p><a href="http://pubads.g.doubleclick.net/gampad/jump?iu=/1008864/GigaOM_RSS_300x250&#038;sz=300x250&#038;c=182973"><img src="http://pubads.g.doubleclick.net/gampad/ad?iu=/1008864/GigaOM_RSS_300x250&#038;sz=300x250&#038;c=182973" /></a></p><p><strong>Related research and analysis from GigaOM Pro:</strong><br />Subscriber content. <a href="http://pro.gigaom.com/?utm_source=media&utm_medium=editorial&utm_campaign=auto3&utm_term=542901+a-victory-for-science-as-britain-opens-research-up&utm_content=bobbiejohnson">Sign up for a free trial</a>.</p><ul><li><a href="http://pro.gigaom.com/2010/12/google-and-the-ghost-of-silicon-valley-past/?utm_source=media&utm_medium=editorial&utm_campaign=auto3&utm_term=542901+a-victory-for-science-as-britain-opens-research-up&utm_content=bobbiejohnson">Google and the Ghost of Silicon Valley Past</a></li><li><a href="http://pro.gigaom.com/2011/12/will-cloud-computing-push-the-bric-market-to-the-front/?utm_source=media&utm_medium=editorial&utm_campaign=auto3&utm_term=542901+a-victory-for-science-as-britain-opens-research-up&utm_content=bobbiejohnson">Will cloud computing push the BRIC market to the front?</a></li><li><a href="http://pro.gigaom.com/2011/12/facebooks-tactical-retreat-on-privacy/?utm_source=media&utm_medium=editorial&utm_campaign=auto3&utm_term=542901+a-victory-for-science-as-britain-opens-research-up&utm_content=bobbiejohnson">Facebook&#8217;s tactical retreat on privacy</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://paidcontent.org/2012/07/16/a-victory-for-science-as-britain-opens-research-up/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:thumbnail url="http://gigaompaidcontent.files.wordpress.com/2012/04/mad-scientist-o.jpg?w=150" />
		<media:content url="http://gigaompaidcontent.files.wordpress.com/2012/04/mad-scientist-o.jpg?w=150" medium="image">
			<media:title type="html">mad scientist</media:title>
		</media:content>

		<media:content url="http://0.gravatar.com/avatar/6e5c23eccd5022fef0059f01c98c2ea4?s=96&#38;d=retro&#38;r=PG" medium="image">
			<media:title type="html">bobbiejohnson</media:title>
		</media:content>

		<media:content url="http://gigaompaidcontent.files.wordpress.com/2012/04/mad-scientist-o.jpg?w=300" medium="image">
			<media:title type="html">mad scientist</media:title>
		</media:content>

		<media:content url="http://gigaom2.files.wordpress.com/2011/04/45249090_260cb53b10_z.png" medium="image">
			<media:title type="html">index files</media:title>
		</media:content>
	</item>
		<item>
		<title>Something&#8217;s gotta give when big data meets broadband</title>
		<link>http://gigaom.com/2012/07/05/somethings-gotta-give-when-big-data-meets-broadband/</link>
		<comments>http://gigaom.com/2012/07/05/somethings-gotta-give-when-big-data-meets-broadband/#comments</comments>
		<pubDate>Thu, 05 Jul 2012 18:00:14 +0000</pubDate>
		<dc:creator>Stacey Higginbotham</dc:creator>
				<category><![CDATA[aspera]]></category>
		<category><![CDATA[Broadband]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[IBM]]></category>
		<category><![CDATA[LSST]]></category>
		<category><![CDATA[Science]]></category>

		<guid isPermaLink="false">http://gigaom.com/?p=539659</guid>
		<description><![CDATA[Somewhere in the mountains of Chile scientists want to build a telescope capable of taking roughly 1,400 photos daily of the night sky consisting of 6 gigabytes of information each. But getting all that data off the mountain will require better broadband and smarter algorithms.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=539659&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Somewhere in the mountains of Chile scientists want to build a telescope capable of taking roughly 1,400 photos of the night sky consisting of 6 gigabytes of information each. The <a href="http://www.lsst.org/lsst/">Large Synoptic Survey Telescope</a>, which is up for funding this month, would result in several hundreds of petabytes of processed data each year. This month the National Science Board will decide if it should fund the next phase of LSST to build that data-generating telescope.</p>
<p><a href="http://gigaom2.files.wordpress.com/2012/07/imagesimcolor-half-e1341504945637.jpg"><img  title="ImageSimColor-half" src="http://gigaom2.files.wordpress.com/2012/07/imagesimcolor-half-e1341504945637.jpg?w=708" alt=""   class="aligncenter size-full wp-image-539745" /></a><br />
Scientists aren&#8217;t worried about storing or processing all data, according to an <a href="http://www.smartplanet.com/blog/thinking-tech/space-the-big-data-frontier/12180">article written by Mari Silbey for <del datetime="2012-07-05T20:29:27+00:00">A Smarter Planet</del>SmartPlanet</a>. Instead they&#8217;re worried about shipping that data from Chile to everyplace else it will be wanted. Basically it&#8217;s not a big data issue, it&#8217;s a broadband issue.</p>
<p>The proposed telescope would take two photos of the night sky every 60 seconds and then process all of those 6 gigabyte images during the 12 hours of daylight it isn&#8217;t snapping pics. The project plans to release annual data analysis reports which include the highest resolution photos for the broader scientific community, but that data will run into multiple petabytes of information each year. From the post:</p>
<blockquote><p>The new synoptic telescope is being built on Cerro Pachon, a mountain in Chile, but the images it collects will be transported nightly to North America and up to the National Center for Supercomputing Applications (NCSA) at the University of Illinois at Urbana-Champaign. That will require a huge amount of bandwidth, and bandwidth is increasingly a scarce resource in our data-hungry world.</p>
<p>Moore’s law observes that computing power doubles every one and a half to two years. However, bandwidth isn’t on course to increase at nearly the same pace. And that, says Borne, is a problem: &#8220;The number one big data challenge in my mind is the bandwidth problem; it’s just having a pipe big enough to move data fast enough to whatever end-user application there is.</p></blockquote>
<p><a href="http://gigaom2.files.wordpress.com/2012/07/sites_centers-half.jpg"><img  title="sites_centers-half" src="http://gigaom2.files.wordpress.com/2012/07/sites_centers-half.jpg?w=708" alt=""   class="aligncenter size-full wp-image-539744" /></a>The solution is both fatter and faster pipes over which to transmit such data. The post lists solutions like <a href="https://www.globusonline.org/">Globus Online</a> and the <a href="http://gigaom.com/broadband/its-about-time-u-s-almost-gets-serious-about-broadband-buildout/">U.S. government&#8217;s Project Ignite</a> that will make building new networks easier, but there are also some technological solutions such as the special file transfer protocol used by <a href="http://gigaom.com/2011/03/23/munson-aspera-hanafi-alloy/">Aspera</a> that could help. But other than fatter or faster pipes, is a solution that is perhaps more promising both for science and for business use &#8212; better algorithms to reduce the data sent. From the post:</p>
<blockquote><p>The way algorithms help minimize the bandwidth issue of distributed data is by reducing the amount of information that needs to be transported for study. For instance, instead of transferring an entire set of raw data, scientists can employ relatively simple algorithms to reduce data to a more manageable size. Algorithms can separate signal from noise, eliminate duplicate data, index information, and catalog where change occurs. Any of these data subsets are inherently smaller and therefore easier to transport than the raw data from which they emerge.</p></blockquote>
<p>So maybe it&#8217;s a method of deduplicating data before it travels over the congested networks or maybe it&#8217;s a form of pre-processing on site that can reduce the unnecessary data or at least group data into different cohorts so scientists can pick only the data sets that are relevant to their research.</p>
<p>This astronomy project isn&#8217;t the only one dealing with an influx of data. I&#8217;ve covered the <a href="http://gigaom.com/2012/04/01/systems-to-handle-big-data-might-be-this-generations-moon-landing/">proposed Square Kilometre Array radio antenna project</a> that aims to look all the way back to the creation of the universe as another example of where we&#8217;re going to have to rethink how we handle data &#8212; although the SKA folks are worried about the processing and storage of what they estimate will be about 300 to 1,500 Petabytes of data each year.</p>
<p>But as researchers encounter these roadblocks &#8212; or bandwidth bottlenecks &#8212; the solutions they and the computer science industry come up with will also help enterprises filter through their own big data. For example, algorithms that are designed to detect outliers as a way to clean up irrelevant data might be tweaked to help detect fraud at financial institutions, according to the post. Really, anything that helps people parse and analyze their huge stores of data will be welcome, especially given how much hope everyone from government watchdogs to marketers have in the promise of big data.</p>
<p><em>Images courtesy of the <a href="http://www.lsst.org/lsst/gallery/site">LSST project</a>. </em></p>
<br />  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=539659&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" /><p><a href="http://pubads.g.doubleclick.net/gampad/jump?iu=/1008864/GigaOM_RSS_300x250&#038;sz=300x250&#038;c=887557"><img src="http://pubads.g.doubleclick.net/gampad/ad?iu=/1008864/GigaOM_RSS_300x250&#038;sz=300x250&#038;c=887557" /></a></p><p><strong>Related research and analysis from GigaOM Pro:</strong><br />Subscriber content. <a href="http://pro.gigaom.com/?utm_source=tech&utm_medium=editorial&utm_campaign=auto3&utm_term=539659+somethings-gotta-give-when-big-data-meets-broadband&utm_content=shigginbotham">Sign up for a free trial</a>.</p><ul><li><a href="http://pro.gigaom.com/2011/11/dissecting-the-data-5-issues-for-our-digital-future/?utm_source=tech&utm_medium=editorial&utm_campaign=auto3&utm_term=539659+somethings-gotta-give-when-big-data-meets-broadband&utm_content=shigginbotham">Dissecting the data: 5 issues for our digital future</a></li><li><a href="http://pro.gigaom.com/2012/12/how-direct-access-solutions-can-speed-up-cloud-adoption/?utm_source=tech&utm_medium=editorial&utm_campaign=auto3&utm_term=539659+somethings-gotta-give-when-big-data-meets-broadband&utm_content=shigginbotham">How direct-access solutions can speed up cloud adoption</a></li><li><a href="http://pro.gigaom.com/2012/05/the-importance-of-putting-the-u-and-i-in-visualization/?utm_source=tech&utm_medium=editorial&utm_campaign=auto3&utm_term=539659+somethings-gotta-give-when-big-data-meets-broadband&utm_content=shigginbotham">The importance of putting the U and I in visualization</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://gigaom.com/2012/07/05/somethings-gotta-give-when-big-data-meets-broadband/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:thumbnail url="http://gigaom2.files.wordpress.com/2012/07/imagesimcolor-half-e1341504945637.jpg?w=150" />
		<media:content url="http://gigaom2.files.wordpress.com/2012/07/imagesimcolor-half-e1341504945637.jpg?w=150" medium="image">
			<media:title type="html">ImageSimColor-half</media:title>
		</media:content>

		<media:content url="http://1.gravatar.com/avatar/aee37121e18bf76bb9fee4494bab237a?s=96&#38;d=retro&#38;r=PG" medium="image">
			<media:title type="html">shigginbotham</media:title>
		</media:content>

		<media:content url="http://gigaom2.files.wordpress.com/2012/07/imagesimcolor-half-e1341504945637.jpg" medium="image">
			<media:title type="html">ImageSimColor-half</media:title>
		</media:content>

		<media:content url="http://gigaom2.files.wordpress.com/2012/07/sites_centers-half.jpg" medium="image">
			<media:title type="html">sites_centers-half</media:title>
		</media:content>
	</item>
		<item>
		<title>Science research may be freed from journals&#8217; &#8216;unhealthy&#8217; paywalls</title>
		<link>http://paidcontent.org/2012/05/03/science-research-may-be-freed-from-journals-unhealthy-paywalls/</link>
		<comments>http://paidcontent.org/2012/05/03/science-research-may-be-freed-from-journals-unhealthy-paywalls/#comments</comments>
		<pubDate>Thu, 03 May 2012 10:58:13 +0000</pubDate>
		<dc:creator>Robert Andrews</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[academic journals]]></category>
		<category><![CDATA[Academic publishing]]></category>
		<category><![CDATA[Copyright]]></category>
		<category><![CDATA[Europe]]></category>
		<category><![CDATA[government]]></category>
		<category><![CDATA[legal]]></category>
		<category><![CDATA[Science]]></category>
		<category><![CDATA[UK]]></category>

		<guid isPermaLink="false">http://paidcontent.org/?p=207663</guid>
		<description><![CDATA[The UK government has told academic journal publishers it will make freely available online the publicly-funded research they currently charge for, labelling "paywalls" "deeply unhealthy".<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=517256&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><a href="http://paidcontent.org/2012/05/03/science-research-may-be-freed-from-journals-unhealthy-paywalls/shutterstock_95587381/" rel="attachment wp-att-207664"><img  title="Science researchers amazed at discovery in research lab" src="http://gigaompaidcontent.files.wordpress.com/2012/05/shutterstock_95587381.jpg?w=300&#038;h=200" alt="" width="300" height="200" class="alignleft size-medium wp-image-207664" /></a>The UK government has told academic journal publishers it will make freely available online the publicly-funded research they currently charge for, labelling &#8220;paywalls&#8221; &#8220;deeply unhealthy&#8221;.</p>
<p>The news will prove unpopular with academic publishers, which license and peer-review researchers&#8217; work and charge libraries to make it available.</p>
<blockquote id="quote-as-taxpayers-put-the"><p>&#8220;As taxpayers put their money towards intellectual enquiry, they cannot be barred from then accessing it,&#8221; science minister David Willetts said in a speech to the Publishers Association on Wednesday (<a href="http://www.bis.gov.uk/news/speeches/david-willetts-public-access-to-research">transcript</a>).</p>
<p>&#8220;They should not be kept outside with their noses pressed to the window – whilst, inside, the academic community produces research in an exclusive space.&#8221;</p></blockquote>
<p>A <a href="http://www.bis.gov.uk/cst/business/subgroups">group</a> led by Dame Janet Finch will shortly advise the government on how to accomplish Willett&#8217;s aims online. But Willetts revealed it is likely to moot a &#8220;green&#8221; option, which would see <strong>journal publishers granted a short exclusive window</strong> on publishing publicly-funded research, and a &#8220;gold&#8221; option, under which the research would be openly available from the start.</p>
<blockquote id="quote-i-realise-this-move-2"><p><a href="http://paidcontent.org/2012/05/03/science-research-may-be-freed-from-journals-unhealthy-paywalls/david-willetts/" rel="attachment wp-att-207668"><img  title="David Willetts" src="http://gigaompaidcontent.files.wordpress.com/2012/05/4624547316_9fb7da38c0.jpg?w=300&#038;h=199" alt="" width="300" height="199" class="alignright size-medium wp-image-207668" /></a>&#8220;I realise <strong>this move to open access presents a challenge and opportunity for your industry</strong>, as you have historically received funding by charging for access to a publication,&#8221; Willetts told publishers.</p>
<p>&#8220;Nevertheless, that funding model is surely going to have to change &#8230; <strong>To try to preserve the old model is the wrong battle to fight</strong>. Look at how the music industry lost out by trying to criminalise a generation of young people for file sharing.&#8221;</p></blockquote>
<p>Many researchers were already <a href="http://paidcontent.org/2012/02/06/419-academics-revolt-against-elseviers-journal-pricing/">revolting</a> against health and science journal publisher Reed Elsevier for selling <em>bundles</em> of journals containing their work, rather than individual journals, to libraries. Over 11,000 people have signed a <a href="http://thecostofknowledge.com/">petition</a>.</p>
<p>Wresting exclusivity away from journal publishers could destroy some of their business value.</p>
<p>The UK is currently creating a portal, Gateway To Research, to provide links to published publicly-funded research and some of the data sets which underpin them. Jimmy Wales is advising on format standards.</p>
<p>Willetts acknowledged journals provide an important peer-review role but revealed himself to be an apparent opponent of publishers charging for content online:</p>
<blockquote id="quote-perhaps-i-might-spea3"><p>&#8220;Perhaps I might speak from the experience of writing my own book, The Pinch, on fairness between the generations.</p>
<p>&#8220;It was <strong>very frustrating to track down an article and then find it hidden behind a pay wall</strong>. That meant it was freely accessible to a professional in an academic institution, but not to me as an independent writer.</p>
<p>&#8220;<strong>That creates a barrier between the academic community and the rest of us</strong>, which is deeply unhealthy.&#8221;</p></blockquote>
<p>The UK government is aligned with the European Commission, which has previously said it wants to see more free access to publicly-funded research and more open data, and claims the US Committee on Economic Development is moving in the same direction.</p>
<p>International consensus on the moves would be important else UK researchers could find themselves giving away their research to the world online whilst having to pay to access research from other countries, Willetts said.</p>
<p>&nbsp;</p>
<p style="padding-left:30px;"><em>Disclosure: Reed Elsevier Ventures is an investor in GigaOM, the publisher of paidContent.</em></p>
<br />  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=517256&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" /><p><a href="http://pubads.g.doubleclick.net/gampad/jump?iu=/1008864/GigaOM_RSS_300x250&#038;sz=300x250&#038;c=852656"><img src="http://pubads.g.doubleclick.net/gampad/ad?iu=/1008864/GigaOM_RSS_300x250&#038;sz=300x250&#038;c=852656" /></a></p><p><strong>Related research and analysis from GigaOM Pro:</strong><br />Subscriber content. <a href="http://pro.gigaom.com/?utm_source=media&utm_medium=editorial&utm_campaign=auto3&utm_term=517256+science-research-may-be-freed-from-journals-unhealthy-paywalls&utm_content=robertandrews">Sign up for a free trial</a>.</p><ul><li><a href="http://pro.gigaom.com/2010/12/google-and-the-ghost-of-silicon-valley-past/?utm_source=media&utm_medium=editorial&utm_campaign=auto3&utm_term=517256+science-research-may-be-freed-from-journals-unhealthy-paywalls&utm_content=robertandrews">Google and the Ghost of Silicon Valley Past</a></li><li><a href="http://pro.gigaom.com/2012/04/newnet-q1-advertising-commerce-and-discovery-dominate/?utm_source=media&utm_medium=editorial&utm_campaign=auto3&utm_term=517256+science-research-may-be-freed-from-journals-unhealthy-paywalls&utm_content=robertandrews">Social media in Q1: commerce and discovery dominated</a></li><li><a href="http://pro.gigaom.com/2012/04/connected-consumer-q1-controversy-courtrooms-and-the-cloud/?utm_source=media&utm_medium=editorial&utm_campaign=auto3&utm_term=517256+science-research-may-be-freed-from-journals-unhealthy-paywalls&utm_content=robertandrews">Controversy, courtrooms and the cloud in Q1</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://paidcontent.org/2012/05/03/science-research-may-be-freed-from-journals-unhealthy-paywalls/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:thumbnail url="http://gigaompaidcontent.files.wordpress.com/2012/05/shutterstock_95587381.jpg?w=150" />
		<media:content url="http://gigaompaidcontent.files.wordpress.com/2012/05/shutterstock_95587381.jpg?w=150" medium="image">
			<media:title type="html">Science researchers amazed at discovery in research lab</media:title>
		</media:content>

		<media:content url="http://0.gravatar.com/avatar/9c4c8cc928020ba6394032bbb3b4bd02?s=96&#38;d=retro&#38;r=PG" medium="image">
			<media:title type="html">robertandrews</media:title>
		</media:content>

		<media:content url="http://gigaompaidcontent.files.wordpress.com/2012/05/shutterstock_95587381.jpg?w=300" medium="image">
			<media:title type="html">Science researchers amazed at discovery in research lab</media:title>
		</media:content>

		<media:content url="http://gigaompaidcontent.files.wordpress.com/2012/05/4624547316_9fb7da38c0.jpg?w=300" medium="image">
			<media:title type="html">David Willetts</media:title>
		</media:content>
	</item>
		<item>
		<title>Straight outta Stanford, Bina wants to remake genome analysis</title>
		<link>http://gigaom.com/2012/04/30/straight-outta-stanford-bina-wants-to-remake-genome-analysis/</link>
		<comments>http://gigaom.com/2012/04/30/straight-outta-stanford-bina-wants-to-remake-genome-analysis/#comments</comments>
		<pubDate>Tue, 01 May 2012 00:45:44 +0000</pubDate>
		<dc:creator>Derrick Harris</dc:creator>
				<category><![CDATA[appistry]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[big data]]></category>
		<category><![CDATA[Bina Technologies]]></category>
		<category><![CDATA[DNAnexus]]></category>
		<category><![CDATA[Genomics]]></category>
		<category><![CDATA[high-performance computing]]></category>
		<category><![CDATA[humane genome]]></category>
		<category><![CDATA[research]]></category>
		<category><![CDATA[Science]]></category>

		<guid isPermaLink="false">http://gigaom.com/?p=515950</guid>
		<description><![CDATA[Bina Technologies emerged from stealth mode last week and is bringing an Apple-like business model to genomics. The company relies on its Bina Box to make genome analysis faster than ever before possible without the benefit of having a supercomputer and a research network on hand. <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=515950&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><a href="http://gigaom2.files.wordpress.com/2012/04/dna-sculpture.jpg"><img  title="dna sculpture" src="http://gigaom2.files.wordpress.com/2012/04/dna-sculpture.jpg?w=300&#038;h=269" alt="" width="300" height="269" class="alignleft size-medium wp-image-516125" /></a>The advent of the $1,000 genome is bound to revolutionize researchers&#8217; understanding of human health, but ever-lower prices on DNA sequencing are only half the battle. Researchers <a href="http://gigaom.com/cloud/as-genomics-pushes-big-data-limits-cloud-could-save-the-day/">also need to analyze the raw data that comes off sequencing machines</a>, which can range between many gigabytes to terabytes and can cost well more than the sequencing itself. That&#8217;s why a collection of startups are trying to stake their claims as essential parts of the genomics ecosystem by ensuring that analysis doesn&#8217;t become the bottleneck that slows progress.</p>
<h2>Domain expertise, statistics and HPC, unite!</h2>
<p>The latest is <a href="http://www.binatechnologies.com/">Bina Technologies</a>, which just emerged from stealth mode last week and is bringing an Apple-like business model to genomics. The company, which grew out of a research project at Stanford University, relies on its Bina Box appliance to make genome analysis faster than typically possible <a href="http://gigaom.com/cloud/fighting-cancer-at-100-gigabits-per-second/">without the benefit of having a supercomputer and a research network on hand</a>.</p>
<p>According to Bina CEO Narges Bani Asadi, who co-founded the company while completing her Ph.D. at Stanford, the appliance came about as part of a mission to solve a disconnect among the stakeholders in cancer research. Improving the analysis of cancer data required input from medical researchers, statisticians and high-performance computing experts, &#8220;but people are not speaking even the same language,&#8221; she said. While they&#8217;re all headed in the same direction, their paths rarely converge to harness peak velocity.</p>
<p><a href="http://gigaom2.files.wordpress.com/2012/04/bina_box_01.jpg"><img  title="bina_box_01" src="http://gigaom2.files.wordpress.com/2012/04/bina_box_01.jpg?w=300&#038;h=170" alt="" width="300" height="170" class="alignright size-medium wp-image-516123" /></a>Bani Asadi and her team solved that problem by developing a system that merged the three areas into one. With Bina, researchers can develop analysis pipelines that are optimized at both the algorithmic and silicon levels to run optimally across a mix of CPUs, GPUs and FPGAs, all of which are present within the purpose-built box. Applications are getting what they need in order to perform their best, and Bina says results can be processed 10 to 100 times faster (hours instead of days) than running jobs on the Amazon Web Services cloud, which has proven very popular for genomics workloads <a href="http://gigaom.com/cloud/amazon-gets-graphic-with-cloud-gpu-instances/">thanks to its supercomputer-like performance</a>.</p>
<p>That being said, a chart Bina uses to illustrate the performance difference compares the Bina Box to a single eight-core AWS instance rather than a cluster of those high-performance instances.</p>
<h2>The Apple analogy</h2>
<p>Bani Asadi answers the inevitable question of whether research centers will want to special appliances instead of using the cloud or generic servers by pointing to Apple. That company&#8217;s devices and computers can be a little more expensive and more difficult to tinker with than alternatives, but they&#8217;re also designed specifically with Apple&#8217;s operating system and applications in mind. It&#8217;s an analogy other companies, <a href="http://gigaom.com/cloud/ex-nasa-cto-builds-cloud-dream-team-launches-nebula/">such as cloud computing startup Nebula</a>, also use to justify their appliance-based businesses.</p>
<p>Not that Bina dismisses the cloud. If Bina&#8217;s software is the Mac OS to the Bina Box&#8217;s iMac, the Bina Cloud is the company&#8217;s iCloud. Once the box processes the raw sequencing data and compresses it into a smaller volume (up to 1,000 times smaller), the data is shipped to the Bina Cloud where it&#8217;s stored and can be easily accessed and shared. Actually, Bani Asadi said that&#8217;s where the most-innovative research likely will take place. While Bina&#8217;s appliance handles the necessary first steps of  genome analysis (e.g., determining how it&#8217;s unique), it&#8217;s the resulting data sets that are accessible by doctors, specialists and others to really make sense of it all.</p>
<p><a href="http://gigaom2.files.wordpress.com/2012/04/bina_process_01.jpg"><img  title="bina_process_01" src="http://gigaom2.files.wordpress.com/2012/04/bina_process_01.jpg?w=708" alt=""   class="aligncenter size-full wp-image-516124" /></a></p>
<p>Presumably, Bina is referring to companies such as DNAnexus when it compares its solution to entirely cloud-based approaches. DNAnexus is another Silicon Valley startup trying to democratize genome analysis, <a href="http://gigaom.com/cloud/dnanexus-cloudant-biotech-deals/">relying on the processing power and centralized nature of the cloud</a> to serve as a platform for analyzing and collaborating on DNA data. Another startup, St. Louis-based Appistry, has taken a somewhat different approach, <a href="http://gigaom.com/2012/03/22/appistry-structure-data-2012/">building its own high-powered cloud service</a> and developing its own algorithms specially designed for genome analysis.</p>
<h2>In the end, it&#8217;s all about the data</h2>
<p>Regardless of which approach a researcher takes to solving the problem of sequenced genome data (they all have unique benefits), the underlying trend driving innovation is the deluge of genome data itself. Bani Asadi said the biggest difference now compared with past efforts to analyze health data is that we have so much available. There are 30,000 fully sequenced genomes available right now, and some predict there will be 10 million in five years.</p>
<p>That means researchers can study DNA at a much more-granular level the previously possible, Bani Asadi said, and they can analyze findings across huge data sets to identify previously undetectable patterns. Especially with cancer, she said, each case is relatively unique, shaped by many conditions and factors. If we&#8217;re going to make significant progress on treating it, we&#8217;ll need to know exactly what&#8217;s going on in any given case and how similar cases have played out. The more data, the more accurate the diagnosis and treatment.</p>
<p><em>Feature image <a href="http://www.geograph.org.uk/photo/2848513">courtesy of Keith Edkins</a>.</em></p>
<br />  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=515950&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" /><p><a href="http://pubads.g.doubleclick.net/gampad/jump?iu=/1008864/GigaOM_RSS_300x250&#038;sz=300x250&#038;c=605118"><img src="http://pubads.g.doubleclick.net/gampad/ad?iu=/1008864/GigaOM_RSS_300x250&#038;sz=300x250&#038;c=605118" /></a></p><p><strong>Related research and analysis from GigaOM Pro:</strong><br />Subscriber content. <a href="http://pro.gigaom.com/?utm_source=cloud&utm_medium=editorial&utm_campaign=auto3&utm_term=515950+straight-outta-stanford-bina-wants-to-remake-genome-analysis&utm_content=dharrisstructure">Sign up for a free trial</a>.</p><ul><li><a href="http://pro.gigaom.com/2012/05/the-importance-of-putting-the-u-and-i-in-visualization/?utm_source=cloud&utm_medium=editorial&utm_campaign=auto3&utm_term=515950+straight-outta-stanford-bina-wants-to-remake-genome-analysis&utm_content=dharrisstructure">The importance of putting the U and I in visualization</a></li><li><a href="http://pro.gigaom.com/2012/01/infrastructure-q4-big-data-gets-bigger-and-saas-startups-shine/?utm_source=cloud&utm_medium=editorial&utm_campaign=auto3&utm_term=515950+straight-outta-stanford-bina-wants-to-remake-genome-analysis&utm_content=dharrisstructure">Infrastructure Q4: Big data gets bigger and SaaS startups shine</a></li><li><a href="http://pro.gigaom.com/2011/11/dissecting-the-data-5-issues-for-our-digital-future/?utm_source=cloud&utm_medium=editorial&utm_campaign=auto3&utm_term=515950+straight-outta-stanford-bina-wants-to-remake-genome-analysis&utm_content=dharrisstructure">Dissecting the data: 5 issues for our digital future</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://gigaom.com/2012/04/30/straight-outta-stanford-bina-wants-to-remake-genome-analysis/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:thumbnail url="http://gigaom2.files.wordpress.com/2012/04/dna-sculpture.jpg?w=150" />
		<media:content url="http://gigaom2.files.wordpress.com/2012/04/dna-sculpture.jpg?w=150" medium="image">
			<media:title type="html">dna sculpture</media:title>
		</media:content>

		<media:content url="http://0.gravatar.com/avatar/9e48ffa0913f65c577727457dd63023f?s=96&#38;d=retro&#38;r=PG" medium="image">
			<media:title type="html">dharrisstructure</media:title>
		</media:content>

		<media:content url="http://gigaom2.files.wordpress.com/2012/04/dna-sculpture.jpg?w=300" medium="image">
			<media:title type="html">dna sculpture</media:title>
		</media:content>

		<media:content url="http://gigaom2.files.wordpress.com/2012/04/bina_box_01.jpg?w=300" medium="image">
			<media:title type="html">bina_box_01</media:title>
		</media:content>

		<media:content url="http://gigaom2.files.wordpress.com/2012/04/bina_process_01.jpg" medium="image">
			<media:title type="html">bina_process_01</media:title>
		</media:content>
	</item>
		<item>
		<title>How federal money will spur a new breed of big data</title>
		<link>http://gigaom.com/2012/03/29/how-federal-money-will-change-the-face-of-big-data/</link>
		<comments>http://gigaom.com/2012/03/29/how-federal-money-will-change-the-face-of-big-data/#comments</comments>
		<pubDate>Thu, 29 Mar 2012 22:16:55 +0000</pubDate>
		<dc:creator>Derrick Harris</dc:creator>
				<category><![CDATA[Academia]]></category>
		<category><![CDATA[appistry]]></category>
		<category><![CDATA[big data]]></category>
		<category><![CDATA[DARPA]]></category>
		<category><![CDATA[Department of Defense]]></category>
		<category><![CDATA[DoE]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[federal government]]></category>
		<category><![CDATA[genetics]]></category>
		<category><![CDATA[Genome]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Hadoop]]></category>
		<category><![CDATA[high-performance computing]]></category>
		<category><![CDATA[IBM]]></category>
		<category><![CDATA[research]]></category>
		<category><![CDATA[Science]]></category>
		<category><![CDATA[supercomputers]]></category>

		<guid isPermaLink="false">http://gigaom.com/?p=505263</guid>
		<description><![CDATA[By pumping hundreds of millions of dollars into big data research and development, the Obama administration thinks it can push the current state of the art well beyond what's possible today, and into entirely new research areas. It's a noble goal, but also a necessary one. <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=505263&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><a href="http://gigaom2.files.wordpress.com/2012/03/istock_000001007494xsmall1.jpg"><img  title="istock_000001007494xsmall" src="http://gigaom2.files.wordpress.com/2012/03/istock_000001007494xsmall1.jpg?w=708" alt=""   class="alignleft size-full wp-image-505339" /></a>If you think Hadoop and the current ecosystem of big data tools are great, &#8220;you ain&#8217;t seen nothing yet,&#8221; to quote Bachman Turner Overdrive. By <a href="http://gigaom.com/cloud/obamas-big-data-plans-lots-of-cash-and-lots-of-open-data/">pumping hundreds of millions of dollars a year into big data research and development</a>, the Obama administration thinks it can push the current state of the art well beyond what&#8217;s possible today, and into entirely new research areas.</p>
<p>It&#8217;s a noble goal, but also a necessary one. Big data does have the potential to change our lives, but to get there it&#8217;s going to take more than <a href="http://gigaom.com/cloud/heres-another-big-data-startup-from-team-yahoo/">startups created to feed us better advertisements</a>.</p>
<h2>Consumer data is easy to get, and profitable</h2>
<p>It&#8217;s not fair to call the current state of big data problematic, but it is largely focused on profit-centric technologies and techniques. That&#8217;s because as companies &#8212; especially those in the web world &#8212; realized the value they could derive from advanced data analytics, they began investing huge amounts of money in developing cutting-edge techniques for doing so. For the first time in a long time, <a href="http://gigaom.com/cloud/how-business-taught-scientists-about-big-data/">industry is now leading the academic and scientific research communities</a> when it comes to technological advances.</p>
<p>As Brenda Dietrich, IBM Fellow and vice president for business analytics for IBM Software (and former VP of IBM&#8217;s mathematical sciences division), explained to me, universities are still doing good research, but students are leaving to work at companies like Google and Facebook as soon as their graduate or Ph.D. studies are complete, often times beforehand. Research begun in universities is <a href="http://googleresearch.blogspot.com/2012/03/excellent-papers-for-2011.html">continued in commercial settings</a>, generally with commercial interests guiding its direction.</p>
<p>And this commercial focus isn&#8217;t ideal for everyone. For example, Sultan Meghji, vice president of product strategy at Appistry, told me that many of his company&#8217;s government- and intelligence-sector customers aren&#8217;t getting what they expected out of Hadoop, and they&#8217;re looking for alternative platforms. Hadoop might well be the platform of choice for large web and commercial applications &#8212; indeed, it&#8217;s where most of those companies&#8217; big data investments are going &#8212; but it has its limitations.</p>
<h2>Enter federal dollars for big data</h2>
<p>However, as John Holdren, assistant to the president and director of White House Office of Science and Technology Policy, noted <a href="http://live.science360.gov/bigdata/">during a White House press conference</a> on Thursday afternoon, the Obama administration realized several months ago that it was seriously under-investing in big data as a strategic differentiator for the United States. He was followed by leaders from six government agencies explaining how they intend to invest their considerable resources to remedy this under-investment. That means everything from the Department of Defense, DARPA and the Department of Energy developing new techniques for storage and management, to the U.S. Geological Survey and the National Science Foundation using big data to change the way we research everything from climate science to educational techniques.</p>
<p>How&#8217;s it going to do all this, apart from agencies simply ramping up their own efforts? Doling out money to researchers. As Zach Lemnios, Assistant Secretary of Defense for Research &amp; Engineering for the Department of Defense, put it, &#8220;We need your ideas.&#8221;</p>
<p>IBM&#8217;s Deitrich thinks increased availability of government grants can play a major role in keeping researchers in academic and scientific settings rather than bolting for big companies and big paychecks. Grants can help steer research away from targeted advertising and toward areas that will &#8220;be good … for mankind at large,&#8221; she said.</p>
<div id="attachment_505340" class="wp-caption alignright" style="width: 310px"><a href="http://gigaom2.files.wordpress.com/2012/03/genomes.jpg"><img  title="genomes" src="http://gigaom2.files.wordpress.com/2012/03/genomes.jpg?w=300&#038;h=199" alt="" width="300" height="199" class="size-medium wp-image-505340" /></a><p class="wp-caption-text">The 1,000 Genomes Project data is now freely available to researchers on Amazon's cloud.</p></div>
<p>Additionally, she said, academic researchers have been somewhat limited in what they can do because they haven&#8217;t always had easy access to meaningful data sets. With the government now pushing to open its own data sets, and as well as for collaborative research among different scientific disciplines, she thinks there&#8217;s a real opportunity for researchers to do conduct better experiments.</p>
<p>During the press conference, Department of Energy Office of Science Director William Brinkman expressed his agency&#8217;s need for better personnel to program its fleet of supercomputers. &#8220;Our challenge is not high-performance computing,&#8221; he said, &#8220;it&#8217;s high-performance people.&#8221; As my colleague Stacey Higginbotham has noted in the past, the ranks of Silicon Valley companies are deep with people <a href="http://gigaom.com/cloud/supercomputings-problem-isnt-power-its-software/">who might be able to bring their parallel-programming prowess to supercomputing centers</a> if the right incentives were in place.</p>
<h2>Self-learning systems, a storage revolution and a cure for cancer?</h2>
<p>As anyone who follows the history of technology knows, government agencies have been responsible for a large percentage of innovation over the past half century, taking credit for no less than the Internet itself. &#8220;You can track every interesting technology in the last 25 years to government spending over the past 50 years,&#8221; Appistry&#8217;s Meghji said.</p>
<p>Now, the government wants to turn its brainpower and money to big data. As part of its new, roughly $100-million XDATA program, DARPA Deputy Director Kaigham &#8220;Ken&#8221; Gabriel said his agency &#8220;seek[s] the equivalent of radar and overhead imagery for big data&#8221; so it can locate a single byte among an ocean of data. The DOE&#8217;s Brinkman talked about the importance of being able to store and visualize the staggering amounts of data generated daily by supercomputers, or by the second from CERN&#8217;s Large Hadron Collider.</p>
<p>IBM&#8217;s Dietrich also has an idea for how DARPA and the DOE might spend their big data allocations. &#8220;When one is doing certain types of analytics,&#8221; she explained, &#8220;you&#8217;re not looking at single threads of data, you tend to be pulling in multiple threads.&#8221; This makes previous storage technologies designed to make the most-accessed data the easiest to access somewhat obsolete. Instead, she said, researchers should be looking into how to store data in a manner that takes into account the other data sets typically accessed and analyzed along with any given set. &#8220;To my knowledge,&#8221; she said, &#8220;no one is looking seriously at that.&#8221;</p>
<p>Not surprisingly given his company&#8217;s large focus on genetic analysis, Appistry&#8217;s Meghji is particularly excited about the government promising more money and resources in that field. For one, he said, the Chinese government&#8217;s <a href="http://gigaom.com/cloud/supercomputings-problem-isnt-power-its-software/">Beijing Genomics Institute</a> probably accounts for anywhere between 25 and 50 percent of the genetics innovation right now,  and &#8220;to see the U.S. compete directly with the Chinese government is very gratifying.&#8221;</p>
<p>But he&#8217;s also excited about the possibility of seeing big data turned to areas in genetics other than cancer research &#8212; which <a href="http://gigaom.com/cloud/fighting-cancer-at-100-gigabits-per-second/">is presently a very popular pastime</a> &#8212; and generally toward advances in real-time data processing. He said the DoD and intelligence agencies are typically two to four years ahead of the rest of the world in terms of big data, and increased spending across government and science will help everyone else catch up. &#8220;It&#8217;s all about not just reacting to things you see,&#8221; he said, &#8220;but being proactive.&#8221;</p>
<p><a href="http://gigaom2.files.wordpress.com/2012/03/obama.jpg"><img  title="obama" src="http://gigaom2.files.wordpress.com/2012/03/obama.jpg?w=300&#038;h=200" alt="" width="300" height="200" class="size-medium wp-image-505336 alignright" /></a>Indeed, the DoD has some seriously ambitious plans in place. Assistant Secretary Lemnios explained during the press conference how previous defense research has led to technologies such as IBM&#8217;s Watson system and Apple&#8217;s Siri that are becoming part of our everyday lives. Its latest quest: utilize big data techniques to create autonomous systems that can adapt to and act on new data inputs in real time, but that know enough to know when they need to invite human input on decision-making. Scary, but cool.</p>
<br />  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=505263&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" /><p><a href="http://pubads.g.doubleclick.net/gampad/jump?iu=/1008864/GigaOM_RSS_300x250&#038;sz=300x250&#038;c=957401"><img src="http://pubads.g.doubleclick.net/gampad/ad?iu=/1008864/GigaOM_RSS_300x250&#038;sz=300x250&#038;c=957401" /></a></p><p><strong>Related research and analysis from GigaOM Pro:</strong><br />Subscriber content. <a href="http://pro.gigaom.com/?utm_source=cloud&utm_medium=editorial&utm_campaign=auto3&utm_term=505263+how-federal-money-will-change-the-face-of-big-data&utm_content=dharrisstructure">Sign up for a free trial</a>.</p><ul><li><a href="http://pro.gigaom.com/2012/03/a-near-term-outlook-for-big-data/?utm_source=cloud&utm_medium=editorial&utm_campaign=auto3&utm_term=505263+how-federal-money-will-change-the-face-of-big-data&utm_content=dharrisstructure">A near-term outlook for big data</a></li><li><a href="http://pro.gigaom.com/2011/11/dissecting-the-data-5-issues-for-our-digital-future/?utm_source=cloud&utm_medium=editorial&utm_campaign=auto3&utm_term=505263+how-federal-money-will-change-the-face-of-big-data&utm_content=dharrisstructure">Dissecting the data: 5 issues for our digital future</a></li><li><a href="http://pro.gigaom.com/2011/03/defining-hadoop-the-players-technologies-and-challenges-of-2011/?utm_source=cloud&utm_medium=editorial&utm_campaign=auto3&utm_term=505263+how-federal-money-will-change-the-face-of-big-data&utm_content=dharrisstructure">Defining Hadoop: the Players, Technologies and Challenges of 2011</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://gigaom.com/2012/03/29/how-federal-money-will-change-the-face-of-big-data/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:thumbnail url="http://gigaom2.files.wordpress.com/2012/03/obama.jpg?w=150" />
		<media:content url="http://gigaom2.files.wordpress.com/2012/03/obama.jpg?w=150" medium="image">
			<media:title type="html">obama</media:title>
		</media:content>

		<media:content url="http://0.gravatar.com/avatar/9e48ffa0913f65c577727457dd63023f?s=96&#38;d=retro&#38;r=PG" medium="image">
			<media:title type="html">dharrisstructure</media:title>
		</media:content>

		<media:content url="http://gigaom2.files.wordpress.com/2012/03/istock_000001007494xsmall1.jpg" medium="image">
			<media:title type="html">istock_000001007494xsmall</media:title>
		</media:content>

		<media:content url="http://gigaom2.files.wordpress.com/2012/03/genomes.jpg?w=300" medium="image">
			<media:title type="html">genomes</media:title>
		</media:content>

		<media:content url="http://gigaom2.files.wordpress.com/2012/03/obama.jpg?w=300" medium="image">
			<media:title type="html">obama</media:title>
		</media:content>
	</item>
	</channel>
</rss>
