This repository has been archived by the owner on Aug 8, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
312 lines (233 loc) · 12.9 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
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
<!DOCTYPE html>
<html lang="en"><head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="../../favicon.ico">
<title>Project Crucible</title>
<!-- custom css -->
<!-- Font Awesome CSS -->
<link href="http://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<!-- Bootstrap core CSS -->
<link href="assets/bootstrap/css/bootstrap.css" rel="stylesheet">
<link href="assets/css/custom bootstrap.css" rel="stylesheet">
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<link href="../../assets/css/ie10-viewport-bug-workaround.css" rel="stylesheet">
<!-- Just for debugging purposes. Don't actually copy these 2 lines! -->
<!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<script src="../../assets/js/ie-emulation-modes-warning.js"></script>
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<!-- Custom styles for this template -->
<link href="assets/bootstrap/css/carousel.css" rel="stylesheet">
<link href="assets/css/custom.css" rel="stylesheet">
</head>
<!-- NAVBAR
================================================== -->
<body>
<div class='half-block'>
</div>
<header>
<div class="navbar-header navbar-fixed-top">
<button class="navbar-toggle collapsed" type="button" data-toggle="collapse" data-target=".bs-navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a href="/" class="navbar-brand">CRUCIBLE</a>
<nav class="collapse navbar-collapse">
<ul class="nav navbar-nav pull-right">
<!-- {{#if session.isAuthenticated}}
<li>{{#link-to 'users.index' classNames="navButton"}}Dashboard{{/link-to}}</li>
<li>{{#link-to 'servers.index' classNames="navButton"}}Servers{{/link-to}}</li>
<li><a href="#" class="navButton" {{action 'invalidateSession'}}>Logout</a></li>
{{else}}
-->
<li><a href="/" class="navButton">Server Test</a></li>
<li><a href="/" class="navButton">Leader Board</a></li>
<li><a href="mailto:[email protected]?subject=Crucible" class="navButton">Contact Us</a></li>
<!-- <li><a href="/users/login" class="navButton" {{action 'openLoginModal'}}>Login</a></li>
{{/if}}
--> </ul>
</nav>
</div>
</header>
<div class='spacer'>
</div>
<div class='container' id='mission'>
<div class="row">
<div class="col-lg-10 col-lg-offset-1">
<h2 id='miss'><strong>Mission Statement:</strong></h2>
<p>Crucible provides comprehensive, efficient, and automated testing for the FHIR specification. Crucible identifies and helps resolve issues for seamless interoperability. Crucible's goal is to help implementers succeed with FHIR.</p>
</div><!-- /.col-lg-4 -->
</div>
</div>
<div class='container content'>
<!--header>
<div class='navbar-header'>
<nav class="navbar navbar-primary navbar-fixed-top" id='topBar'>
<a href="/" class="navbar-brand">CRUCIBLE</a>
</div>
<ul class="nav navbar-nav pull-right">
<li><a href="mailto:[email protected]?subject=Crucible" class="navButton"><span class='glyphicon glyphicon-envelope' aria-hidden="true"></span> Contact Us</a></li>
</ul>
</div>
</nav>
</div>
</header>
<!-- Carousel
================================================== -->
<div id="myCarousel" class="carousel slide" data-ride="carousel">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#myCarousel" data-slide-to="0" class="active"></li>
<li data-target="#myCarousel" data-slide-to="1"></li>
<li data-target="#myCarousel" data-slide-to="2"></li>
</ol>
<!-- Wrapper for Slides -->
<div class="carousel-inner" role="listbox">
<div class="item active">
<img class="first-slide" src="assets/images/mitre.png" alt="First slide">
<div class="carousel-caption">
<h1>Welcome to Project Crucible</h1>
<p>Project Crucible is a FHIR server testing tool developed by a consortium of FHIR developers lead by MITRE Corporation</p>
<p><a class="btn btn-lg btn-warning" href="https://www.mitre.org" role="button">Learn more</a></p>
</div>
</div>
<div class="item">
<img class="second-slide" src="assets/images/server2a.png" alt="Second slide">
<div class="carousel-caption">
<h1>Test FHIR Server Now</h1>
<p>Select the button below to start the Crucible FHIR server testing tool</p>
<p><a class="btn btn-lg btn-warning" href="https://projectcrucible.org" role="button">Get Started!</a></p>
</div>
</div>
<div class="item">
<img class="third-slide" src="assets/images/interop11.png" alt="Third slide">
<div class="carousel-caption">
<h1>What is FHIR?</h1>
<p>FHIR is the latest standard in healthcare records for improved interoperability</p>
<p><a class="btn btn-lg btn-warning" href="https://www.hl7.org/fhir/overview.html" role="button">Learn more about FHIR</a></p>
</div>
</div>
<!--div class="item">
<img class="forth-slide" src="assets/images/flogol.png" alt="Forth slide">
<div class="carousel-caption">
<h1>FHIR Leaderboard</h1>
<p>Check out the top 10 performing FHIR servers</p>
<p><a class="btn btn-lg btn-primary" href="#" role="button">Learn more about FHIR</a></p>
</div>
</div>
</div>
<!-- Controls -->
<a class="left carousel-control" href="#myCarousel" role="button" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#myCarousel" role="button" data-slide="next">
<span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div><!-- /.carousel -->
<!-- Marketing messaging and featurettes
================================================== -->
<!-- Wrap the rest of the page in another container to center all the content. -->
<h1 class='main-title'>
3 easy steps gets you going...
</h1>
<div class="container marketing">
<!-- Three columns of text below the carousel -->
<div class="row">
<div class="col-lg-4">
<i class="fa fa-database fa-5x"></i> <i class="fa fa-database fa-5x"></i> <i class="fa fa-database fa-5x"></i>
<h2><strong>Step 1:</strong> Select a server</h2>
<p>There are several public FHIR servers to choose from. Don’t see your server, simply enter its URL. More FHIR servers are coming online as FHIR adoption continues to grow.</p>
</div><!-- /.col-lg-4 -->
<div class="col-lg-4">
<i class="fa fa-check-square-o fa-5x"></i>
<h2><strong>Step 2:</strong> Select tests</h2>
<p>There are over 200 test suites to choose from with a total of more than 2000 FHIR tests. Choose one or choose them all! Crucible efficiently runs them and reveals the results.</p>
</div><!-- /.col-lg-4 -->
<div class="col-lg-4">
<i class="fa fa-eye fa-5x"></i>
<h2><strong>Step 3:</strong> View results</h2>
<p>See where the server succeeded and failed. The starburst visualization shows how the test results align across the FHIR specification providing a clear picture of where a server is strong, as well as area for improvement. </p>
</div><!-- /.col-lg-4 -->
</div><!-- /.row -->
</div>
<div class='container'>
<div class='row col-lg-6 col-md-offset-3'
<div class='btn' style='padding:60px 0 0 0';>
<button type="button" class="btn btn-primary btn-block btn-lg" href="https://projectcrucible.org">Get Started!</button>
</div>
</div>
<!--/div>
<!-- START THE FEATURETTES -->
<hr class="featurette-divider">
<div class="row featurette">
<div class="col-md-7">
<h2 class="featurette-heading">Choose from public Crucible partner servers. <span class="text-muted">Add your own.</span></h2>
<p class="lead">There are several public FHIR servers that are being actively tested by Crucible to choose from. Pick one or all of them to test. Don’t see your server, simply enter its URL. More FHIR servers are coming as FHIR adoption grows. Once your server has been added, Crucible will regularly rerun the full suite of tests automatically, so you’ll always have the latest results available.</p>
</div>
<div class="col-md-5">
<img class="featurette-image img-responsive center-block" data-src="holder.js/500x500/auto" alt="500x500" src="assets/images/ss.jpg" data-holder-rendered="true">
</div>
</div>
<hr class="featurette-divider">
<div class="row featurette">
<div class="col-md-7 col-md-push-5">
<h2 class="featurette-heading">Isolate a specific test or run them all. <span class="text-muted">See for yourself.</span></h2>
<p class="lead">There are several FHIR servers to choose from. Pick one or pick them all to test. Don’t see your server, simply enter its URL. More FHIR servers are coming as FHIR adoption grows.</p>
</div>
<div class="col-md-5 col-md-pull-7">
<img class="featurette-image img-responsive center-block" data-src="holder.js/500x500/auto" alt="500x500" src="assets/images/st.jpg" data-holder-rendered="true">
</div>
</div>
<hr class="featurette-divider">
<div class="row featurette">
<div class="col-md-7">
<h2 class="featurette-heading">Voila! <span class="text-muted">See the results.</span></h2>
<p class="lead">The test results show you what passed and what failed with a detailed analysis. You can see results graphically, summarized, or drill down for specifics.</p>
</div>
<div class="col-md-5">
<img class="featurette-image img-responsive center-block" data-src="holder.js/500x500/auto" alt="500x500" src="assets/images/ts.jpg" data-holder-rendered="true">
</div>
</div>
<!-- /END THE FEATURETTES -->
<!--/div>
<!-- FOOTER -->
<footer class='footer'>
<nav class='navbar foot'>
<div class='container'>
<img class='fologo' src="assets/images/logo.png">
<ul class="nav navbar-nav pull-right">
<li><a class='navButton f' href="https://www.mitre.org/index.cfm" target='_blank'>2016 MITRE Corporation, Inc.</a></li>
<li><a class='navButton f' href="http://www.apache.org/licenses/LICENSE-2.0" target='_blank'>Apache License 2.0</a></li>
<li><a class='navButton f' href="https://www.hl7.org/index.cfm" target='_blank'>HL7</a></li>
<li><a class='navButton f' href="https://www.cms.gov/Regulations-and-Guidance/Legislation/EHRIncentivePrograms" target='_blank'>Meaningful Use</a></li>
<li><a class='navButton f' href="https://github.com/fhir-crucible/" target='_blank'><i class="fa fa-github"></i> Github</a></li>
</ul>
</div>
</nav>
</footer>
</div>
<!--/div>
</div><!-- /.container -->
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery.min.js"><\/script>')</script>
<script src="assets/bootstrap/js/bootstrap.min.js"></script>
<!-- Just to make our placeholder images work. Don't actually copy the next line! -->
<script src="../../assets/js/vendor/holder.min.js"></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script src="../../assets/js/ie10-viewport-bug-workaround.js"></script>
<svg xmlns="http://www.w3.org/2000/svg" width="500" height="500" viewBox="0 0 500 500" preserveAspectRatio="none" style="display: none; visibility: hidden; position: absolute; top: -100%; left: -100%;"><defs><style type="text/css"></style></defs><text x="0" y="25" style="font-weight:bold;font-size:25pt;font-family:Arial, Helvetica, Open Sans, sans-serif">500x500</text></svg></body></html>