This repository has been archived by the owner on Jan 29, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
196 lines (186 loc) · 6.62 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
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
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
<!doctype html>
<html class="no-js home" lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>OpenTrials</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="apple-touch-icon" href="apple-touch-icon.png">
<!-- Place favicon.ico in the root directory -->
<link rel="stylesheet" href="css/main.css">
<script src="js/vendor/modernizr-2.8.3.min.js"></script>
</head>
<body>
<div class="page">
<header class="site-header">
<div>
<a class="logo">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 67.14 131.79"><path class="a" d="M33.57,0A33.61,33.61,0,0,0,0,33.58L0.1,98.21H0a33.57,33.57,0,1,0,67.14,0V33.57A33.61,33.61,0,0,0,33.57,0ZM59.24,50.16H51.37l0-16.48A17.61,17.61,0,0,0,33.83,16.09H33.37A17.61,17.61,0,0,0,15.78,33.68l0,32.21h43.4V98.21A25.66,25.66,0,0,1,8,100.53l-0.1-67A25.35,25.35,0,0,1,33.37,8.18h0.46A25.35,25.35,0,0,1,59.29,33.57Z"/><circle class="a" cx="33.57" cy="98.08" r="3.92"/><rect class="a" x="31.58" y="100.12" width="3.98" height="7.96"/></svg>
<span class="title">
OpenTrials
</span>
<span class="tagline">
All the Data, on All the Trials, Linked
</span>
</a>
<a class="show-menu" href="#menu">
<span class="top-bar"></span>
<span class="middle-bar"></span>
<span class="bottom-bar"></span>
</a>
<nav>
<ul class="user-nav">
<li>
<a>
<img src="https://secure.gravatar.com/avatar/679cd9ae2110a6b20c3c74ac6a6af97d.jpg?s=44" /> Sam Smith
</a>
<ul>
<li>
<a><span class="number">1</span> Following </a>
</li>
<li class="logout">
<a>Logout</a>
</li>
</ul>
</li>
</ul>
<a href="./" class="search">
Search
</a>
<ul class="main-nav">
<li>
<a>
About
</a>
</li>
<li>
<a>
Patients
</a>
</li>
<li>
<a>
Researchers
</a>
</li>
<li>
<a>
Transparency
</a>
</li>
</ul>
</nav>
</div>
</header>
<section class="main">
<form>
<header>
<h1>All the data, on all the trials</h1>
<p>
OpenTrials is a linked database for all the available information, on every trial ever conducted, with rankings for transparency and more. It is built and updated with your help.
</p>
</header>
<fieldset class="search-bar">
<input type="search" placeholder="Find a trial" />
<button type="submit" name="search"><span>Search</span></button>
</fieldset>
<a class="toggle-advanced">Advanced search</a>
<fieldset class="advanced">
<div>
<label for="filters_condition">Condition:</label>
<input autocomplete="off" name="filter[condition]" value="" id="filters_condition" data-lookup="condition" placeholder="Search in trial conditions" type="text">
</div>
<div>
<label for="filters_intervention">Intervention:</label>
<input type="text" placeholder="Search in trial interventions" data-lookup="intervention" id="filters_intervention" value="" name="filter[intervention]" autocomplete="off">
</div>
<div>
<label for="filters_sex">Sex:</label>
<div class="select">
<select id="filters_sex" name="filter[sex]">
<option value="">Any</option>
<option value="none">None</option>
<option value="male">Male</option>
<option value="female">Female</option>
<option value="both">Both</option>
</select>
</div>
</div>
<div>
<label for="filters_country">Country:</label>
<input type="text" placeholder="Search by country" id="filters_country" value="" name="filter[country]">
</div>
<div>
<label for="filters_source">Source:</label>
<input type="text" placeholder="Search by source title" id="filters_source" value="" name="filter[source]">
</div>
<div class="sample-size">
<label for="filters_sample_size">Sample size:</label>
<div>
<input type="text" placeholder="from" id="filters_sample_size" value="" name="filter[sampleSize][min]">
</div>
<div>
<input type="text" placeholder="to" value="" name="filter[sampleSize][max]">
</div>
</div>
<button type="submit" name="advanced_search"><span>Search</span></button>
</fieldset>
</form>
</section>
<footer class="site-footer">
<div>
<a href="https://okfn.org/" class="footer-logo" rel="external">
<img alt="Open Knowledge" src="img/ok-logo.png">
</a>
<hr />
<a class="cc" href="http://creativecommons.org/licenses/by/4.0/" rel="external">
<span class="cc-by">CC BY</span>
</a>
</div>
</footer>
</div>
<nav id="menu">
<ul>
<li>
<a>
About
</a>
</li>
<li>
<a>
Patients
</a>
</li>
<li>
<a>
Researchers
</a>
</li>
<li>
<a>
Transparency
</a>
</li>
<li>
<a href="./">
Search
</a>
</li>
<li class="mm-divider">Sam Smith</li>
<li>
<a>
<span class="number">1</span> Following
</a>
</li>
<li>
<a>Logout</a>
</li>
</ul>
</nav>
<script src="https://code.jquery.com/jquery-1.12.0.min.js"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.12.0.min.js"><\/script>')</script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
</body>
</html>