-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathindex.html
254 lines (222 loc) · 12 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
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
<!DOCTYPE html>
<html lang="en" ng-app="FAIRmetricsApp">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-139510646-1"></script>
<meta name="google-site-verification" content="k1pqg4o4PytSQk0THpZ6NGBX8ORqtpXYxCZ4PoKOcEc" />
<meta charset="UTF-8">
<title>The FAIR Maturity Evaluation Service</title>
<link rel="shortcut icon" href="assets/img/favicon.png" type="image/x-icon">
<link rel="icon" href="assets/img/favicon.png" type="image/x-icon">
<link rel="stylesheet" href="lib/unused/sandstorm.min.css">
<link rel="stylesheet" href="app.css">
<link rel="stylesheet" href="lib/angular-material.min.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.2/css/all.css"
integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr"
crossorigin="anonymous">
<script type="text/javascript" src="lib/jquery.js"></script>
<script type="text/javascript" src="lib/bootstrap.min.js"></script>
<script type="text/javascript" src="lib/Chart.min.js"></script>
<script type="text/javascript" src="lib/angular.js"></script>
<script type="text/javascript" src="lib/angular-route.min.js"></script>
<script type="text/javascript" src="lib/angular-aria.min.js"></script>
<script type="text/javascript" src="lib/angular-animate.min.js"></script>
<script type="text/javascript" src="lib/angular-messages.min.js"></script>
<script type="text/javascript" src="lib/angular-material.js"></script>
<script type="text/javascript" src="lib/angular-ui-router.min.js"></script>
<script type="text/javascript" src="lib/angular-chart.min.js"></script>
<script type="text/javascript" src="scripts/loader.js"></script>
<script type="text/javascript" src="scripts/controllers/configCtrl.js"></script>
<script type="text/javascript" src="scripts/controllers/graphCtrl.js"></script>
<script type="text/javascript" src="scripts/controllers/requestCtrl.js"></script>
<script type="text/javascript" src="scripts/controllers/creatorCtrl.js"></script>
<script type="text/javascript" src="main.js"></script>
</head>
<body ng-controller="configCtrl as Config">
<div class="" ng-controller="mainCtrl as searcher">
<script type="application/ld+json" ng-if="current_path == '/'">
{
"@context": [
"http://schema.org/",
{
"swap": "http://www.w3.org/2000/10/swap/pim/doc#"
}
],
"identifier": "https://w3id.org/AmIFAIR",
"@type": "WebApplication",
"name": "FAIR Evaluator",
"applicationCategory": "Quality Control Test",
"operatingSystem": "Any",
"url": "https://w3id.org/AmIFAIR",
"mainEntity": "https://w3id.org/AmIFAIR",
"codeRepository": "https://github.com/FAIRsharing/FAIR-Maturity-FrontEnd",
"license": "https://opensource.org/licenses/MIT",
"description": "The human interface to the FAIR Evaluator. This front-end provides access to the registration of Maturity Indicator tests, as well as the execution of collections of those tests on a digital resource to determine its FAIR Maturity",
"keywords": "FAIR Data, Evaluation, Quality Control, Findable, Accessible, Interoperable, Reusable, Interfaces",
"sourceOrganization": [{
"@type": "Organization",
"name": "CBGP UPM-INIA",
"address": "Centro de Biotecnología y Genómica de Plantas UPM – INIA Parque Científico y Tecnológico de la U.P.M. Campus de Montegancedo Autopista M-40, Km 38 - 28223 Pozuelo de Alarcón (Madrid)",
"logo": "http://www.cbgp.upm.es/images/cbgp_logo1.png",
"parentOrganization": {
"@type": "Organization",
"name": "Universidad Politecnica de Madrid & INIA"
}},
{
"@type": "Organization",
"name": "University of Oxford"
}],
"author": [{
"@type": "Person",
"name": "Dominique Batista",
"familyName": "Batista",
"givenName": "Dominique",
"@id": "http://orcid.org/0000-0002-2109-489X",
"jobTitle": "Research Software and Knowledge Engineer"
},
{
"@type": "Person",
"@id": "http://orcid.org/0000-0001-6960-357X",
"name": "Mark D Wilkinson",
"email": "[email protected]",
"familyName": "Wilkinson",
"givenName": "Mark Denis",
"honorificPrefix": "Dr.",
"jobTitle": "BBVA-UPM Industry Chair on ..."
},
{
"@type":"Person",
"@id": "http://orcid.org/0000-0001-9833-8031",
"name": "Mario Prieto"
},
{
"@type":"Person",
"@id": "http://orcid.org/0000-0003-2687-1982",
"name": "Peter McQuilton"
},
{
"@type":"Person",
"@id": "http://orcid.org/0000-0001-9853-5668",
"name": "Philippe Rocca-Serra"
},
{
"@type":"Person",
"@id": "http://orcid.org/0000-0001-5306-5690",
"name": "Susanna-Assunta Sansone"
},
{
"@type":"Person",
"@id": "http://orcid.org/0000-0001-8888-635X",
"name": "Erik Schultes"
},
{
"@type":"Person",
"@id": "http://orcid.org/0000-0002-1164-1351",
"name": "Luiz Olavo Bonino da Silva Santos"
},
{
"@type":"Person",
"@id": "http://orcid.org/0000-0003-4727-9435",
"name": "Michel Dumontier"
}
]
}
</script>
<!-- NAV BAR TOP -->
<nav class="navTop navbar navbar-expand-lg fixed-top navbar-dark bg-primary navbar-transparent navbar-dark bg-primary">
<img class="siteLogo" src="assets/img/fairmetrics.png">
<a class="navbar-brand" href="#/!">FAIR Evaluation Services</a>
<button class="navbar-toggler" type="button"
data-toggle="collapse"
data-target="#navbarColor01"
aria-controls="navbarColor01"
aria-expanded="false"
aria-label="Toggle navigation"
id="menuBurgerButton">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarColor01">
<ul class="navbar-nav mr-auto">
<li class="nav-item">
<a class="nav-link" href="#/!">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#!evaluations">Evaluations</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" data-toggle="dropdown" href="" role="button" aria-haspopup="true" aria-expanded="false">MI Tests</a>
<div class="dropdown-menu" x-placement="bottom-start" style="position: absolute; transform: translate3d(0px, 37px, 0px); top: 0px; left: 0px; will-change: transform;">
<a class="dropdown-item" href="#!metrics">Browse</a>
<a class="dropdown-item" href="#!metric/new">Register</a>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" data-toggle="dropdown" href="" role="button" aria-haspopup="true" aria-expanded="false">Collections</a>
<div class="dropdown-menu" x-placement="bottom-start" style="position: absolute; transform: translate3d(0px, 37px, 0px); top: 0px; left: 0px; will-change: transform;">
<a class="dropdown-item" href="#!collections">Browse</a>
<a class="dropdown-item " href="#!collection/new">Register</a>
<a class="dropdown-item"
href="#!collections/new/evaluate">
Run test
</a>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="#!about">About Us</a>
</li>
</ul>
<form class="form-inline my-2 my-lg-0" ng-submit="goToSearches(terms)">
<input class="form-control mr-sm-2"
type="text"
placeholder="Search tests and collections"
ng-model="terms">
<div class="btn btn-secondary my-2 my-sm-0" ng-click="goToSearches(terms)">
<a class="" href="">Search</a>
</div>
</form>
</div>
</nav>
<div class="splash">
<div class="container">
<div class="row">
<div class="col-lg-12">
<h1>FAIR Evaluation Services</h1>
<hr>
<span class="subtitle">Resources and guidelines to assess the FAIRness of digital resources.</span>
<!--<div id="social">
<span>
<a class="github-button" href="https://github.com/FAIRMetrics/Metrics/subscription" data-size="large" data-show-count="true" aria-label="Watch FAIRMetrics/Metrics on GitHub">Watch</a>
<a class="github-button" href="https://github.com/FAIRMetrics/Metrics/fork" data-icon="octicon-repo-forked" data-size="large" data-show-count="true" aria-label="Fork FAIRMetrics/Metrics on GitHub">Fork</a>
<a class="github-button" href="https://github.com/FAIRMetrics/Metrics" data-icon="octicon-star" data-size="large" data-show-count="true" aria-label="Star FAIRMetrics/Metrics on GitHub">Star</a>
</span>
</div>
-->
</div>
</div>
</div>
</div>
<div class="maintenance" ng-if="maintenance">
<div class="message">
<i class="fa fa-exclamation-triangle" aria-hidden="true"></i>
<b class="underline">PLEASE NOTE:</b> The Evaluator will be taken offline for a short time.
Thank you!
</div>
</div>
<div class="weRBack" ng-if="weRBack">
<div class="message">
We are online ! If you notice any unexpected failures in the tests, please report them to [email protected]
</div>
</div>
<!-- MAIN -->
<div ng-view></div>
<!-- FOOTER -->
<nav class="footer navbar navbar-expand-lg fixed-bottom navbar-dark bg-primary navbar-transparent navbar-dark bg-primary">
<p> This application is driven by the <a href="https://github.com/FAIRMetrics" target="_blank">FAIRmetrics</a>
and the <a href="https://sansonegroup.eng.ox.ac.uk/" target="_blank">FAIRsharing</a> groups.
We recognize the support of the DBCLS BioHackathon series during which much of the back-end code was prototyped.
Licensed under <a href="https://github.com/FAIRsharing/FAIR-Maturity-FrontEnd/blob/master/LICENSE" target="_blank"> MIT</a>.
</p>
</nav>
</div>
</body>
</html>