-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·468 lines (448 loc) · 28.1 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
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<meta name="description" content="">
<meta name="author" content="">
<title>Ringful Health</title>
<!-- Bootstrap Core CSS -->
<link href="assets/css/bootstrap/bootstrap.min.css" rel="stylesheet" type="text/css">
<!-- Retina.js - Load first for faster HQ mobile images. -->
<script src="assets/js/plugins/retina/retina.min.js"></script>
<!-- Font Awesome -->
<link href="assets/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<!-- Default Fonts -->
<link href='http://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Raleway:400,100,200,300,600,500,700,800,900' rel='stylesheet' type='text/css'>
<!-- Modern Style Fonts (Include these is you are using body.modern!) -->
<link href='http://fonts.googleapis.com/css?family=Montserrat:400,700' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Cardo:400,400italic,700' rel='stylesheet' type='text/css'>
<!-- Vintage Style Fonts (Include these if you are using body.vintage!) -->
<link href='http://fonts.googleapis.com/css?family=Sanchez:400italic,400' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Cardo:400,400italic,700' rel='stylesheet' type='text/css'>
<!-- Plugin CSS -->
<link href="assets/css/plugins/owl-carousel/owl.carousel.css" rel="stylesheet" type="text/css">
<link href="assets/css/plugins/owl-carousel/owl.theme.css" rel="stylesheet" type="text/css">
<link href="assets/css/plugins/owl-carousel/owl.transitions.css" rel="stylesheet" type="text/css">
<link href="assets/css/plugins/magnific-popup.css" rel="stylesheet" type="text/css">
<link href="assets/css/plugins/background.css" rel="stylesheet" type="text/css">
<link href="assets/css/plugins/animate.css" rel="stylesheet" type="text/css">
<!-- Vitality Theme CSS -->
<!-- Uncomment the color scheme you want to use. -->
<!-- <link href="assets/css/vitality-red.css" rel="stylesheet" type="text/css"> -->
<!-- <link href="assets/css/vitality-aqua.css" rel="stylesheet" type="text/css"> -->
<!-- <link href="assets/css/vitality-blue.css" rel="stylesheet" type="text/css"> -->
<link href="assets/css/vitality-green.css" rel="stylesheet" type="text/css">
<!-- <link href="assets/css/vitality-orange.css" rel="stylesheet" type="text/css"> -->
<!-- <link href="assets/css/vitality-pink.css" rel="stylesheet" type="text/css"> -->
<!-- <link href="assets/css/vitality-purple.css" rel="stylesheet" type="text/css"> -->
<!-- <link href="assets/css/vitality-tan.css" rel="stylesheet" type="text/css"> -->
<!-- <link href="assets/css/vitality-turquoise.css" rel="stylesheet" type="text/css"> -->
<!-- <link href="assets/css/vitality-yellow.css" rel="stylesheet" type="text/css"> -->
<style>
#nt-title-container {
background: #F2F2F2;
}
#nt-title {
}
#nt-title li {
font-size: 28px;
color: #4E4E4E;
white-space: nowrap;
list-style: none;
overflow: hidden;
text-overflow: ellipsis;
}
</style>
<!-- IE8 support for HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
<![endif]-->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-68955430-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<!-- Alternate Body Classes: .modern and .vintage -->
<body id="page-top">
<!-- Navigation -->
<!-- Note: navbar-default and navbar-inverse are both supported with this theme. -->
<nav class="navbar navbar-inverse navbar-fixed-top navbar-expanded">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand page-scroll" href="#page-top">
<img src="assets/img/logo.png" class="img-responsive" style="margin-top:9px;" alt="">
</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li class="hidden">
<a class="page-scroll" href="#page-top"></a>
</li>
<li>
<a class="page-scroll" href="#services">Services</a>
</li>
<li>
<a class="page-scroll" href="#products">Products</a>
</li>
<li>
<a class="page-scroll" href="#team">Team</a>
</li>
<li>
<a class="page-scroll" href="#customers">Customers</a>
</li>
<li>
<a class="page-scroll" href="#contact">Contact</a>
</li>
<li>
<a href="https://gist.github.com/juntao/4caaa2acc4010a2dc1d07cc6776ada49#file-ringful_jobs-md">Jobs</a>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container -->
</nav>
<header style="background-image: url('assets/img/stock/austin_skyline_web.jpg');">
<div class="intro-content">
<div class="brand-name hidden-xs hidden-sm">Ringful Health</div>
<div class="brand-name visible-xs-block visible-sm-block"> </div>
<hr class="colored">
<!-- <div class="brand-name-subtext" style="background-color:#1691D9;padding-top:10px;padding-bottom:10px" onclick="window.open('http://ringfulhealth.myshopify.com');">Check your purchase</div> -->
</div>
<div class="scroll-down">
<a class="btn page-scroll" href="#services"><i class="fa fa-angle-down fa-fw"></i></a>
</div>
</header>
<!-- the ticker -->
<!--
<div id="nt-title-container">
<ul id="nt-title">
<li>If you have purchased face masks or other products from the online store, <a href="http://ringfulhealth.myshopify.com">check the status of your order here</a>.</li>
</ul>
</div>
-->
<!--
<div id="nt-title-container" class="hidden-xs">
<ul id="nt-title">
<li>
<b>Meet us</b> on Oct 27 – 29 in Seattle for the <a href="http://walsghcenter.com/nih2015/">NIH SBIR / STTR conference!</a>
</li>
<li>
<b>Meet us</b> on Oct 31 - Nov 4 in Chicago for the <a href="http://www.apha.org/annualmeeting">American Public Health Association Annual Meeting!</a>
</li>
<li>
<b>Meet us</b> on Nov 8 - 11 in Washington DC for the <a href="http://www.mhealthsummit.org/">HIMSS Connected Health Conference</a>
</li>
</ul>
</div>
-->
<section id="services">
<div class="container-fluid">
<div class="row text-center">
<div class="col-lg-12 wow fadeIn">
<h1>Services</h1>
<p style="width:75%;margin:auto;padding-bottom:20px">
Ringful Health helps you realize your vision of digital health.
We provide custom digital health solutions that fit your organization's needs. Those custom solutions can
optionally leverage our <a class="page-scroll" href="#products">Shared Medical Decisions</a> and <a class="page-scroll" href="#products">Medication Analytics</a> services to expedite the development process.
We support cutting-edge research and work with some of the most prestigious medical research organizations in the world.
We are leading experts in health data analytics, decision support, and mobile / web usability, for both public audiences
and HIPAA-secure clinical environments.
</p>
<p><a href="#contact" class="btn btn-outline-dark page-scroll">Get in touch to see how we can help!</a></p>
<hr class="colored">
</div>
</div>
<div class="row text-center content-row">
<div class="col-md-4 col-sm-6 wow fadeIn" data-wow-delay=".2s">
<div class="about-content">
<h3>Healthcare Providers</h3>
<p>
For hospitals and clinics, we help you improve healthcare outcomes, patient satisfaction,
and reimbursement rates without disrupting workflows.
Our solutions engage patients and clinicians
before, during, and after the clinical encounter. They are designed to take advantage of performance-based
reimbursement codes and are fully integrated into providers' EMR / PM systems. Our analytics solutions
provide easy-to-understand dashboards to keep track of your important quality / population health metrics.
</p>
</div>
</div>
<div class="col-md-4 col-sm-6 wow fadeIn" data-wow-delay=".4s">
<div class="about-content">
<h3>Researchers</h3>
<p>
For researchers, we help you design, implement, and pilot novel solutions to advance
your research agenda. We have strong expertise in collaborating with academics to develop
research proposals, as well as in running already-funded projects and clinical studies.
We work with qualified institutions and non-profits to pursue grants.
We can support proposal development at our risk and consider projects of any size or duration.
Our research interests include clinical decision support, medication adherence,
Ecological Momentary Assessment data collection and analysis, and consumer engagement to
reduce risky behavior and prevent illness progression.
</p>
</div>
</div>
<div class="col-md-4 col-sm-6 wow fadeIn" data-wow-delay=".6s">
<div class="about-content">
<h3>Insurers & Payors</h3>
<p>
For payors, our solutions engage your network clinicians and members in order to
improve outcome, reduce cost, and achieve your quality measures.
We can provide tailor-made tools using the principles of shared decision making
to help clinicians and patients implement behaviors that prioritize
key quality measures within cost-effective workflows. We also provide payors with
analytics tools to keep track of how changes to quality metrics and
reimbursement structure impact patient care.
</p>
</div>
</div>
</div>
</div>
</section>
<section id="products" class="bg-gray">
<div class="container text-center wow fadeIn">
<div class="row text-center content-row">
<div class="col-lg-12 wow fadeIn">
<h1>Products</h1>
<hr class="colored">
</div>
</div>
<div class="row text-center content-row">
<div class="col-md-6 col-sm-6 wow fadeIn" data-wow-delay=".2s">
<div class="about-content">
<h3>Shared medical decisions</h3>
<p>
The best medical decisions are always made by clinicians and patients together.
The clinician would take into account patient preference,
behavior / lifestyle, and Patient-Reported Outcome (PRO).
The patient would understand clinician recommendations and adhere to them.
Our Shared Medical Decisions platform connects the clinicians and patients to increase adherence and satisfaction.
Our customizable platform can support shared medical decisions in a variety of reimbursable services,
such as medication reconciliation, smoking cessation referral, and substance abuse early intervention.
</p>
<!-- <p><a href="#" class="btn btn-outline-dark">Learn more</a></p> -->
</div>
</div>
<div class="col-md-6 col-sm-6 wow fadeIn" data-wow-delay=".4s">
<div class="about-content">
<h3>Medication Analytics as a Service</h3>
<p>
Ringful Health provides a cloud-based medication informatics service that can be easily integrated into your EMR or
other health IT products. Our "Medication API" supports advanced web services such as, medication lookup; prescription parsing;
detection of equivalent medications, overlapping ingredients, and interactions in a list; medication reconciliation; and
natural language matching between patient intent and evidence-based content. This cloud-based API is used in our
Shared Medical Decision product, as well as in our client projects.
</p>
<!-- <p><a href="#" class="btn btn-outline-dark">Learn more</a></p> -->
</div>
</div>
</div>
</div>
</section>
<!--
<section id="team" class="testimonials">
<div class="container wow fadeIn">
<h2>Team</h2>
<hr class="colored">
<div class="row">
<div class="col-lg-10 col-lg-offset-1">
<div class="testimonials-carousel">
<div class="item">
<div class="row">
<div class="col-lg-12">
<p class="lead">Michael Yuan, PhD | CEO</p>
<p class="quote">Dr. Yuan is a recognized expert in mobile and Internet software development. He published 5 books and over 40 articles in this area. Michael has extensive experience managing startup teams, building developer communities, and delivering consumer software. Prior to Ringful, Michael worked in product and technology leadership roles in JBoss, Red Hat, and eZee.</p>
<div class="testimonial-info">
<div class="testimonial-img">
<img src="assets/img/people/michaelyuan.png" class="img-circle img-responsive" alt="">
</div>
<a href="http://www.michaelyuan.com/"><i class="fa fa-globe fa-fw fa-2x"></i></a>
<a href="mailto:[email protected]"><i class="fa fa-envelope fa-fw fa-2x"></i></a>
<a href="https://www.linkedin.com/in/myuan"><i class="fa fa-linkedin fa-fw fa-2x"></i></a>
</div>
</div>
</div>
</div>
<div class="item">
<div class="row">
<div class="col-lg-12">
<p class="lead">Kim Johnson | COO</p>
<p class="quote">Mr. Johnson has over 25 years in senior management positions with media and technology companies including Primestar Partners which grew from a start-up operation to over $1 Billion in annual service revenues. His expertise includes building scalable service operations, distribution strategy, and deploying consumer electronics technologies.</p>
<div class="testimonial-info">
<div class="testimonial-img">
<img src="assets/img/people/kimjohnson.jpg" class="img-circle img-responsive" alt="">
</div>
<a href="mailto:[email protected]"><i class="fa fa-envelope fa-fw fa-2x"></i></a>
<a href="https://www.linkedin.com/in/kimjohnsonaustin"><i class="fa fa-linkedin fa-fw fa-2x"></i></a>
</div>
</div>
</div>
</div>
<div class="item">
<div class="row">
<div class="col-lg-12">
<p class="lead">Ivelin Ivanov | Co-founder, Engineering</p>
<p class="quote">Ivelin is an active member of the HIT community, severing on the board of directors of HIMSS Austin. Ivelin brings 15 years of international software development and product management experience. Ivelin has 7 years of experience with leading software architecture and design at established companies such as Red Hat Inc., JBoss Inc., and BMC Software Inc. Throughout his professional career, Ivelin has bootstrapped 4 and joined 3 early stage technology companies, most recently JBoss and Mobicents. He is a recognized contributor and project leader in the Open Source Software community.</p>
<div class="testimonial-info">
<div class="testimonial-img">
<img src="assets/img/people/ivelinivanov.jpg" class="img-circle img-responsive" alt="">
</div>
<a href="mailto:[email protected]"><i class="fa fa-envelope fa-fw fa-2x"></i></a>
</div>
</div>
</div>
</div>
<div class="item">
<div class="row">
<div class="col-lg-12">
<p class="lead">Emily Hébert, MPH | Research</p>
<p class="quote">Emily is a doctoral candidate in Health Promotion and Behavioral Sciences at the University of Texas School of Public Health. Her research interests include the use of web and mobile technology for health promotion and education, ecological momentary assessment methods, and tobacco use prevention.</p>
<div class="testimonial-info">
<a href="mailto:[email protected]"><i class="fa fa-envelope fa-fw fa-2x"></i></a>
</div>
</div>
</div>
</div>
<div class="item">
<div class="row">
<div class="col-lg-12">
<p class="lead">Ju Long, PhD | Research</p>
<p class="quote"></p>
<div class="testimonial-info">
<a href="mailto:[email protected]"><i class="fa fa-envelope fa-fw fa-2x"></i></a>
<a href="https://www.linkedin.com/pub/ju-long/12/a4b/810"><i class="fa fa-linkedin fa-fw fa-2x"></i></a>
</div>
</div>
</div>
</div>
<div class="item">
<div class="row">
<div class="col-lg-12">
<p class="lead">Elizabeth Vandewater, PhD | Research</p>
<p class="quote"></p>
<div class="testimonial-info">
<div class="testimonial-img">
<img src="assets/img/people/elizabethvandewater.jpg" class="img-circle img-responsive" alt="">
</div>
<a href="mailto:[email protected]"><i class="fa fa-envelope fa-fw fa-2x"></i></a>
<a href="https://www.linkedin.com/pub/elizabeth-a-vandewater/b/511/733"><i class="fa fa-linkedin fa-fw fa-2x"></i></a>
</div>
</div>
</div>
</div>
<div class="item">
<div class="row">
<div class="col-lg-12">
<p class="lead">Kayla Riggs | Business Development</p>
<p class="quote">Kayla manages a variety of projects inside Ringful Health, especially projects with non-profit organizations. She works to expand the areas of business that Ringful explores and coordinate the development of these projects. Kayla graduated from the McCombs School of Business at The University of Texas at Austin. She is currently working toward her medical degree at the University of Texas Medical School at Houston.</p>
<div class="testimonial-info">
<a href="mailto:[email protected]"><i class="fa fa-envelope fa-fw fa-2x"></i></a>
<a href="https://www.linkedin.com/pub/kayla-riggs/21/b27/4ba"><i class="fa fa-linkedin fa-fw fa-2x"></i></a>
</div>
</div>
</div>
</div>
<div class="item">
<div class="row">
<div class="col-lg-12">
<p class="lead">Moyosore Sogaolu | Engineering</p>
<p class="quote"></p>
<div class="testimonial-info">
<div class="testimonial-img">
<img src="assets/img/people/moyosoresogaolu.jpg" class="img-circle img-responsive" alt="">
</div>
<a href="http://sogaolumoyosore.net/"><i class="fa fa-globe fa-fw fa-2x"></i></a>
<a href="mailto:[email protected]"><i class="fa fa-envelope fa-fw fa-2x"></i></a>
<a href="https://www.linkedin.com/pub/moyosore-sogaolu/6a/783/34a"><i class="fa fa-linkedin fa-fw fa-2x"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
-->
<section id="customers">
<div class="container text-center wow fadeIn">
<h2>Customers & Pilot Sites</h2>
<hr class="colored">
<img class="img-responsive" style="margin:auto" src="assets/img/customers-logos-bw.png" alt="">
</div>
</section>
<footer id="contact" class="footer" style="background-image: url('assets/img/stock/austin_bluebonnet_web_dark.jpg')">
<div class="container text-center">
<!--
<div class="row">
<div class="col-md-4 contact-details">
<h4><i class="fa fa-phone"></i> Call or Text</h4>
<p>(415) 894-2578</p>
</div>
<div class="col-md-4 contact-details">
<h4><i class="fa fa-map-marker"></i> Mail</h4>
<p>7401 West Slaughter Lane
<br/>Suite 5076
<br/>Austin, TX 78739, USA</p>
</div>
<div class="col-md-4 contact-details">
<h4><i class="fa fa-envelope"></i> Email</h4>
<p><a href="mailto:[email protected]">[email protected]</a>
</p>
</div>
</div>
-->
<div class="row social">
<div class="col-lg-12">
<ul class="list-inline">
<li><a href="https://twitter.com/ringful"><i class="fa fa-twitter fa-fw fa-2x"></i></a>
</li>
<li><a href="https://www.linkedin.com/company/ringful-health"><i class="fa fa-linkedin fa-fw fa-2x"></i></a>
</li>
</ul>
</div>
</div>
<div class="row copyright">
<div class="col-lg-12">
<p class="small">© 2015 Ringful Health</p>
</div>
</div>
</div>
</footer>
<!-- Core Scripts -->
<script src="assets/js/jquery.js"></script>
<script src="assets/js/bootstrap/bootstrap.min.js"></script>
<!-- Plugin Scripts -->
<script src="assets/js/plugins/jquery.easing.min.js"></script>
<script src="assets/js/plugins/classie.js"></script>
<script src="assets/js/plugins/cbpAnimatedHeader.js"></script>
<script src="assets/js/plugins/owl-carousel/owl.carousel.js"></script>
<script src="assets/js/plugins/jquery.magnific-popup/jquery.magnific-popup.min.js"></script>
<script src="assets/js/plugins/background/core.js"></script>
<script src="assets/js/plugins/background/transition.js"></script>
<script src="assets/js/plugins/background/background.js"></script>
<script src="assets/js/plugins/jquery.mixitup.js"></script>
<script src="assets/js/plugins/wow/wow.min.js"></script>
<script src="assets/js/contact_me.js"></script>
<script src="assets/js/plugins/jqBootstrapValidation.js"></script>
<!-- news ticker -->
<script src="assets/js/jquery.newsTicker.min.js"></script>
<!-- Vitality Theme Scripts -->
<script src="assets/js/vitality.js"></script>
</body>
</html>