-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
289 lines (243 loc) · 11.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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-124121007-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-124121007-1');
</script>
<meta charset="utf-8">
<title>UW FHIR Interest Group</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta content="" name="keywords">
<meta content="" name="description">
<!-- Facebook Opengraph integration: https://developers.facebook.com/docs/sharing/opengraph -->
<meta property="og:title" content="">
<meta property="og:image" content="">
<meta property="og:url" content="">
<meta property="og:site_name" content="">
<meta property="og:description" content="">
<!-- Twitter Cards integration: https://dev.twitter.com/cards/ -->
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="">
<meta name="twitter:title" content="">
<meta name="twitter:description" content="">
<meta name="twitter:image" content="">
<!-- Favicon -->
<link href="img/favicon.ico" rel="icon">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Raleway:400,500,700|Roboto:400,900" rel="stylesheet">
<!-- Bootstrap CSS File -->
<link href="lib/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Libraries CSS Files -->
<!-- <link href="lib/font-awesome/css/font-awesome.min.css" rel="stylesheet"> -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.1.0/css/all.css" integrity="sha384-lKuwvrZot6UHsBSfcMvOkWwlCMgc0TaWr+30HWe3a4ltaBwTZhyTEggF5tJv8tbt"
crossorigin="anonymous">
<!-- Main Stylesheet File -->
<link href="css/style.css" rel="stylesheet">
<!-- =======================================================
Theme Name: Bell
Theme URL: https://bootstrapmade.com/bell-free-bootstrap-4-template/
Author: BootstrapMade.com
Author URL: https://bootstrapmade.com
======================================================= -->
</head>
<body>
<!-- Page Content
================================================== -->
<!-- Navigation Bar-->
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<a class="navbar-brand" href="#">UW FHIR</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto">
<li class="nav-item active">
<a class="nav-link" href="/">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="/tutorials/">Tutorials</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Workshops
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="/workshops/2020/">2020 UW FHIR Conference</a>
<a class="dropdown-item" href="/workshops/2018/">2018 UW FHIR Workshop</a>
</li>
</ul>
</div>
</nav>
<!-- Hero -->
<section class="hero">
<div class="container text-center">
<h1>UW FHIR<sup style="font-size: 0.3em; vertical-align: super;">®</sup> Interest Group</h1>
<div class="tagline">
<div id='location'>University of Washington, Seattle</div>
</div>
<div class="row">
<div class="col-lg-4">
<div class="card">
<div class="card-body">
<h2 class="card-title" style="color: black;">Previous Events</h2>
<p class="card-text">Checkout our previous workshops and meetups</p>
</div>
<div class="btn-group-vertical">
<a href="/workshops/2020/" class="btn-cards"><img class="align-self-center" style='max-width: 60%; background-color: #fff; margin-bottom: 10px;' src="img/logos/2020 conference.png"><br />2020 FHIR Conference</a>
<a href="https://www.meetup.com/Seattle-on-FHIR/events/past/" target="_blank" class="btn-cards">Seattle on FHIR meetups</a>
<a href="/workshops/2018/" class="btn-cards">2018 FHIR Workshop</a>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="card logo-container rounded">
<div class="card-body">
<h2 class="card-title" style="color: black;">Upcoming Events</h2>
<!--<p class="card-text">Join us once a month for the Seattle on FHIR Meetup</p>-->
</div>
<div class="btn-group-vertical">
<a href="https://www.meetup.com/Seattle-on-FHIR/events/past/" target="_blank" class="btn-cards">Join us once a month for the Seattle on FHIR Meetup</a>
</div>
<!--<a target='_blank' style="background-color: #fff;" href='https://www.meetup.com/Seattle-on-FHIR/'>
<img class="align-self-center" style='max-width: 60%; background-color: #fff; margin-bottom: 10px;' src="img/logos/Meetup_logo.png">
</a>-->
</div>
</div>
<div class="col-lg-4">
<div class="card logo-container rounded">
<div class="card-body">
<h2 class="card-title" style="color: black;">Resources</h2>
<p class="card-text">New to FHIR? We have resources to get your started!</p>
</div>
<div class="btn-group-vertical">
<a href="https://www.hl7.org/fhir/overview.html" target="_blank" class="btn-cards">What is FHIR?</a>
<a href="/workshops/2018/#agenda" class="btn-cards">Conference Talks and Slides</a>
<a href="/tutorials" class="btn-cards">FHIR Tutorials</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div id='downArrow' class='text-center'><i class="fas fa-angle-down"></i></div>
</section>
<!-- /Hero -->
<!-- About -->
<section class="about" id="about">
<div class="container text-center">
<h2>About the UW FHIR<sup style="font-size: 0.6em;">®</sup> Interest Group</h2>
<div class='about-section'>
<h3>Who We Are</h3>
<p style="text-align:center;">
We are a group of UW students and faculty interested in the HL7 FHIR® standard as well as the surrounding technologies of SMART on FHIR, CDS Hooks, and Bulk FHIR Query.
We organize tutorials and workshops and are currently the organizers for the <a href="https://www.meetup.com/Seattle-on-FHIR/">Seattle on FHIR Meetup</a> group that brings
together students, researchers, industry professionals, and clinicians
to discuss FHIR, showcase new applications, and collaborate on new projects.
</p>
<br><br>
<h3>Get Involved</h3>
<p style="text-align:center;">
Want to get involved? Join us once a month for the <a href="https://www.meetup.com/Seattle-on-FHIR/">Seattle on FHIR Meetup</a>. If you're new to FHIR, we have a collection
of <a href="/tutorials/">FHIR and SMART on FHIR tutorials</a> as well as conference talks from our <a href="/workshops/2018/">2018 UW FHIR Workshop</a>.
</p>
</div>
</section>
<section class="sponsors container" id="sponsors">
<div class="row logo-strip justify-content-center">
<div class="col-lg-2">
<a target='_blank' href='http://www.washington.edu/' class="logo-container rounded">
<img class="align-self-center" style='max-width: 250px;' src="../../img/logos/uw.png">
</a>
</div>
<div class="col-lg-2">
<a target='_blank' href='https://www.iths.org/' class="logo-container rounded">
<img class="align-self-center" style='max-width: 250px;' src="../../img/logos/iths.png">
</a>
</div>
<div class="col-lg-3">
<a target='_blank' href='https://ctsa.ncats.nih.gov/cd2h/' class="logo-container rounded">
<img class="align-self-center" src="../../img/logos/cd2h.png">
</a>
</div>
<div class="col-lg-3">
<a target='_blank' href='https://nursing.uw.edu/' class="logo-container rounded">
<img class="align-self-center" src="../../img/logos/uw-son.png">
</a>
</div>
<div class="col-lg-2">
<a target='_blank' href='https://www.cirg.washington.edu/' class="logo-container rounded">
<img class="align-self-center" style='max-width: 128px;' src="../../img/logos/cirg.png">
</a>
</div>
</div>
</div>
<div class="row justify-content-center" style="text-align: center;">
<footer class='col-lg-8 col-sm-12'>HL7® and FHIR® are registered trademarks of Health Level Seven International. The use of these trademarks
do not constitute a product endorsement by HL7.</footer>
</div>
</section>
<section id="contact">
<div class="container">
<div class="row">
<div class="col-md-12 text-center">
<h2 class="section-title"><a href='https://forms.gle/HKbj5axwBKRPWtgN7'>Contact Us!</a></h2>
</div>
</div>
<!-- <div class="row justify-content-center">
<div class="col-lg-4 col-md-4">
<div class="info fhir-contacts">
<p><a href='https://forms.gle/HKbj5axwBKRPWtgN7'><i class="fa fa-envelope"></i>here</a></p>
</div>
</div>
</div>
</div>-->
</section>
<footer class="site-footer">
<div class="bottom">
<div class="container">
<div class="row">
<div class="col-lg-6 col-xs-12 text-lg-left text-center">
<p class="copyright-text">
© BELL Theme
</p>
<div class="credits">
<!--
All the links in the footer should remain intact.
You can delete the links only if you purchased the pro version.
Licensing information: https://bootstrapmade.com/license/
Purchase the pro version with working PHP/AJAX contact form: https://bootstrapmade.com/buy/?theme=Bell
-->
Designed by <a href="https://bootstrapmade.com/">BootstrapMade</a>
</div>
</div>
</div>
</div>
</div>
</footer>
<a class="scrolltop" href="#"><span class="fa fa-angle-up"></span></a>
<!-- Vue.js -->
<script src="https://cdn.jsdelivr.net/npm/vue/dist/vue.js"></script>
<!-- Required JavaScript Libraries -->
<script src="lib/jquery/jquery.min.js"></script>
<script src="lib/jquery/jquery-migrate.min.js"></script>
<script src="lib/superfish/hoverIntent.js"></script>
<script src="lib/superfish/superfish.min.js"></script>
<script src="lib/tether/js/tether.min.js"></script>
<script src="lib/stellar/stellar.min.js"></script>
<script src="lib/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="lib/counterup/counterup.min.js"></script>
<script src="lib/waypoints/waypoints.min.js"></script>
<script src="lib/easing/easing.js"></script>
<script src="lib/stickyjs/sticky.js"></script>
<script src="lib/parallax/parallax.js"></script>
<script src="lib/lockfixed/lockfixed.min.js"></script>
<!-- Template Specisifc Custom Javascript File -->
<script src="js/custom.js"></script>
</body>
</html>