forked from ropensci-archive/reproducibility-guide
-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
executable file
·142 lines (112 loc) · 4.91 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
---
layout: default
---
<div id="hello">
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 centered">
<h1>Reproducibility in Science</h1>
<h2>A Guide to enhancing reproducibility in scientific results and writing</h2>
</div><!-- /col-lg-8 -->
</div><!-- /row -->
</div> <!-- /container -->
</div><!-- /hello -->
<div id="green">
<div class="container">
<div class="col-lg-8 col-lg-offset-2">
<div class="row">
<h2>ABOUT</h2>
<p>In every field of science, scientists are increasingly using electronic tools, from collecting their data to publishing their results. With the increase in computational tools comes the advantage of reproducibility at an extent not previously possible. Unfortunately, reproducibility of results is actually becoming increasingly more difficult, owing to the variety of ways of approaching analysis and incapability of data structures and file types. This is a guide to make scientific research more easily communicated and performed by using tools that promote reproducibility.</p>
<p>While technology increasingly evolves, so do best practices in using these technologies. If you have already written something that you believe fits well here, consider submitting to part of a section or creating an entirely new section for your work. Contribution to the guide is highly encouraged by collaboration through Github.</p>
<br/>
<br/>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row centered mt grid">
<h2>SECTIONS</h2>
<div class="mt"></div>
<div class="col-xs-4">
<H3>Introduction</H3>
<a href="{{ site.baseurl }}/sections/introduction/"><img src="{{ site.baseurl }}/assets/img/05.jpg" height = 225 alt=""></a>
</div>
<div class="col-xs-4">
<H3>Tools</H3>
<a href="{{ site.baseurl }}/sections/tools/"><img src="{{ site.baseurl }}/assets/img/02.jpg" height = 225 alt=""></a>
</div>
<div class="col-xs-4">
<H3>Questions Checklist</H3>
<a href="{{ site.baseurl }}/sections/checklist"><img src="{{ site.baseurl }}/assets/img/11.png" height = 225 alt=""></a>
</div>
</div>
<div class="row centered mt grid">
<div class="mt"></div>
<div class="col-xs-4">
<H3>How to Share Data with a Statistician</H3>
<a href="{{ site.baseurl }}/sections/dataSharing"><img src="{{ site.baseurl }}/assets/img/10.png" height = 225 alt=""></a>
</div>
<div class="col-xs-4">
<H3>Project Metadata</H3>
<a href="{{ site.baseurl }}/sections/metaData"><img src="{{ site.baseurl }}/assets/img/04.jpg" height = 225 alt=""></a>
</div>
<div class="col-xs-4">
<H3>Guidelines to Writing Code</H3>
<a href="{{ site.baseurl }}/sections/writingCode"><img src="{{ site.baseurl }}/assets/img/07.png" height = 225 alt=""></a>
</div>
</div>
<div class="row centered mt grid">
<div class="mt"></div>
<div class="col-xs-4">
<H3>Work Flows</H3>
<a href="{{ site.baseurl }}/sections/workflows"><img src="{{ site.baseurl }}/assets/img/06.jpg" height = 225 alt=""></a>
</div>
<div class="col-xs-4">
<H3>Data Storage</H3>
<a href="{{ site.baseurl }}/sections/dataStorage/"><img src="{{ site.baseurl }}/assets/img/03.jpg" height = 225 alt=""></a>
</div>
<div class="col-xs-4">
<H3>Copyright Licensing</H3>
<a href="{{ site.baseurl }}/sections/copyrightLicensing"><img src="{{ site.baseurl }}/assets/img/12.png" height = 225 alt=""></a>
</div>
</div>
<div class="row centered mt grid">
<div class="mt"></div>
<div class="col-xs-4">
<H3>Further Reading</H3>
<a href="{{ site.baseurl }}/sections/references"><img src="{{ site.baseurl }}/assets/img/01.jpg" height = 225 alt=""></a>
</div>
<div class="row mt centered">
<div class="col-lg-7 col-lg-offset-1 mt">
<p class="lead">Want to contribute, but are new to collaborating through Github? Try our guide!</p>
</div>
<div class="col-lg-3 mt">
<p><a href= "{{ site.baseurl}}/sections/collaborationGuide/"><button type="button" class="btn btn-theme btn-lg">Collaboration Guide</button></a></p>
</div>
</div>
</div>
</div>
<div id="skills">
<div class="container">
<div class="row centered">
<h3>Made Possible by</h3>
<div class="col-lg-3 mt">
</div>
<div class="col-lg-3 mt">
<a href="http://ropensci.org"><img src="http://i.imgur.com/TTnpSYS.png" alt="" width = "200"></a>
</div>
<div class="col-lg-3 mt">
<h1><b><a href="{{ site.baseurl }}/contributors">Contributors</a></b></h1>
</div>
<div class="col-lg-3 mt">
</div>
</div><!-- /row -->
</div><!-- /container -->
</div><!-- /skills -->
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="assets/js/bootstrap.js"></script>
</body>
</html>