-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcontribute.html
More file actions
174 lines (153 loc) · 4.89 KB
/
contribute.html
File metadata and controls
174 lines (153 loc) · 4.89 KB
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
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
<!DOCTYPE html>
<html lang="en">
<head>
<title>Using GitHub for openMetaAnalysis</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<style>
.wrapper
{
width: 860px;
margin-top: 0px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
}
//Menu from http://codepen.io/philhoyt/pen/ujHzd
#primary_nav_wrap
{
margin-top:15px
}
#primary_nav_wrap ul
{
list-style:none;
position:relative;
float:left;
margin:0;
padding:0
}
#primary_nav_wrap ul a
{
display:block;
background-color:#6DC6E7;
color:#FFFFFF;
text-decoration:none;
font-weight:bold;
//font-weight:700;
//font-size:12px;
line-height:32px;
padding:0 15px;
//font-family:"HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif
}
#primary_nav_wrap ul li
{
position:relative;
float:left;
margin:0;
padding:0
}
#primary_nav_wrap ul li.current-menu-item
{
background:#0022B4;
color:#FFFFFF;
}
#primary_nav_wrap ul a:hover
{
background:#0022B4;
color:#FFFFFF;
}
#primary_nav_wrap ul ul
{
display:none;
position:absolute;
top:100%;
left:0;
background-color:#6DC6E7;
color:#FFFFFF;
padding:0
}
#primary_nav_wrap ul ul li
{
float:none;
width:200px
}
#primary_nav_wrap ul ul a
{
line-height:120%;
padding:10px 15px;
}
#primary_nav_wrap ul ul ul
{
top:0;
left:100%
}
#primary_nav_wrap ul li:hover > ul
{
display:block
}
</style>
</head>
<body>
<!--
http://jquery-csv.googlecode.com/git/examples/basic-usage.html
http://jquery-csv.googlecode.com/git/examples/flot.html -> seems best and most stable without reticulating spines error
http://code.google.com/p/jquery-csv/wiki/API -> instructions
-->
<div class="wrapper">
<div class="page-header">
<div style="color:#0022B4">
<h1>openMetaAnalysis: <span style="font-size:50%">collaborative and continuous</span></h1>
</div>
<nav id="primary_nav_wrap">
<ul id="menu">
<li class="listitem"><a href="http://openmetaanalysis.github.io/" class="menuitem">Home</a></li>
<li class="listitem"><a href="#" class="menuitem">Editors</a>
<ul>
<li><a href="opencpu-launch.htm?https://openmetaanalysis.ocpu.io/home/www/editor.html" class="menuitem">Intervention</a></li>
<li><a href="opencpu-launch.htm?https://openmetaanalysis.ocpu.io/home/www/editor.html#instruct" class="menuitem">Intervention (instructional)</a></li>
<li><a href="opencpu-launch.htm?https://openmetaanalysis.ocpu.io/home/www/editor-dx.html" class="menuitem">Diagnosis</a></li>
<li class="listitem"><a href="https://openmetaanalysis.ocpu.io/home/www/arrows.html" class="menuitem">Arrows Plot</a></li>
</ul>
</li>
<li class="listitem"><a href="http://openmetaanalysis.github.io/methods.html" class="menuitem">Methods</a></li>
<li class="listitem"><a href="http://openmetaanalysis.github.io/new.html" class="menuitem">Create a new review</a></li>
<li class="listitem"><a href="http://openmetaanalysis.github.io/update.html" class="menuitem">Improve/update an existing review</a></li>
</ul>
</nav>
</div>
<div style="clear:both"> </div>
<h1 style="color:#0022B4">Contribute to improveent of OpenMetaAnalyss</h1>
<div>See more at <a href="http://www.mozillascience.org/projects/jstirnaman-openMetaAnalysis.github.io">Mozilla Science Lab</a></div>
<h3>To revise the methods of openMetaAnalysis</h3>
<ul>
<li>To revise the methods or display of <a href="https://github.com/openMetaAnalysis/home/">openMetaAnalysis</a> itself:
<ul>
<li>Edit any of the <a href="https://github.com/openMetaAnalysis/home/">repository files for openMetaAnalysis</a> to improve the display and method of analysis.</li>
<li>Please see <a href="https://github.com/openMetaAnalysis/openMetaAnalysis.github.io/issues">open issues</a></li>
</ul>
</li>
</ul>
<h3>To cite or re-use content or document your contributions for scholarly credit</h3>
<ul><li><a href="https://github.com/openMetaAnalysis/openMetaAnalysis.github.io/blob/master/reusing.MD">Details, including citing for your own scholarly credit</a></li></ul>
<div> </div>
<script>
//For gh-pages
//Page history and edit
var pagename = location.pathname.split('/').slice(-1);
if (pagename.toString().length < 1){pagename = "index.html"}
document.write("<div style='text-align:center'><a href='https://github.com/openMetaAnalysis/openMetaAnalysis.github.io/blob/master/" + pagename + "'>Edit this page</a> - <a href='https://github.com/openMetaAnalysis/openMetaAnalysis.github.io/commits/master/" + pagename + "'>Page history</a></div>")
</script>
</div>
<script src="javascripts/scale.fix.js"></script>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-56740469-1");
pageTracker._trackPageview();
} catch(err) {}
</script>
</body>
</html>