-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
77 lines (69 loc) · 4.42 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>About</title>
<link rel="stylesheet" href="/theme/css/main.css">
<link href="/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="RunMyCode Development Atom Feed" />
<!--[if IE]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body id="index" class="home">
<header id="banner" class="body">
<h1><a href="/">RunMyCode Development </a></h1>
<nav><ul>
<li><a href="/">About</a></li>
</ul></nav>
</header><!-- /#banner -->
<section id="content" class="body">
<h1 class="entry-title">About</h1>
<p>Computational methods are an intrinsic part of modern science, and the
scientific publishing infrastructure has not kept pace with modern methods.
Journals provide archiving for supporting materials documents that textually
describe the methods used for articles, but do not provide support for
archiving materials used in modern research. As a result the audience of the
research must rely on the technical savvy of the authors. Authors roll their
own solutions to archive computational methods and results. Since there are no
good conventions to follow, these materials are packaged in unusable and
idiosyncratic ways. The current standard practices, which follow from the lack
of a publishing infrastructure, do not make it a reasonable expectation that
these materials should be provided. As a result the audience of the research
must also rely on the cultural savvy of the authors. This state of affairs has
contributed to the ongoing credibility gap in science.
<a href="http://www.runmycode.org/">RunMyCode</a> is a modern platform that works with
authors and journals to provide an infrastructure to help bridge this gap.
<a href="http://papers.ssrn.com/abstract=2147710">1</a>.</p>
<p>[1] Stodden, V., Hurlin, C. & Perignon, C. <em>RunMyCode.Org: A Novel
Dissemination and Collaboration Platform for Executing Published Computational
Results</em>. (Social Science Research Network, 2012). at
<a href="http://papers.ssrn.com/abstract=2147710">http://papers.ssrn.com/abstract=2147710</a></p>
</section>
<section id="extras" class="body">
<div class="blogroll">
<h2>blogroll</h2>
<ul>
<li><a href="http://runmycode.org/">RunMyCode</a></li>
<li><a href="http://wiki.stodden.net/Main_Page">Reproducible Research Wiki</a></li>
<li><a href="http://blog.reproducibleresearch.org/">Reproducible Research Blog</a></li>
<li><a href="http://openscienceframework.org/">Open Science Framework</a></li>
<li><a href="http://www.centerforopenscience.org/">Center for Open Science</a></li>
</ul>
</div><!-- /.blogroll -->
<div class="social">
<h2>social</h2>
<ul>
<li><a href="/feeds/all.atom.xml" type="application/atom+xml" rel="alternate">atom feed</a></li>
<li><a href="http://twitter.com/victoriastodden">twitter</a></li>
<li><a href="http://github.com/runmycode">github</a></li>
</ul>
</div><!-- /.social -->
</section><!-- /#extras -->
<footer id="contentinfo" class="body">
<address id="about" class="vcard body">
Proudly powered by <a href="http://getpelican.com/">Pelican</a>, which takes great advantage of <a href="http://python.org">Python</a>.
</address><!-- /#about -->
<p>The theme is by <a href="http://coding.smashingmagazine.com/2009/08/04/designing-a-html-5-layout-from-scratch/">Smashing Magazine</a>, thanks!</p>
</footer><!-- /#contentinfo -->
</body>
</html>