-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
74 lines (63 loc) · 3.59 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>open Guidelines</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header>
<h1>open Guidelines</h1>
<p>Clinical practice guidelines</p>
<p class="view"><a href="https://github.com/guidelines/guidelines.github.io">View source files on GitHub</a></p>
</header>
<section>
<h3>Available guidelines and prediction rules</h3>
<ul>
<li><a href="https://openrules.github.io/opencpu-launch.htm?https://openrules.ocpu.io/home/www/statins_for_cvd.html">Probability of cardiovascular event in 10 years</a> (using New Pooled Cohort ASCVD Risk Equations)</li>
<li><a href="https://openrules.ocpu.io/home/www/pulmnodule.html">Probability of cancer in a lung nodule</a> (with link to ACCP 2013 guidelines for evaluating pulmonary nodules)</li>
<li><a href="https://guidelines.github.io/preop/cardiac-eval.html">ACC/AHA preop cardiac evaluation</a></li>
<li><a href="https://guidelines.github.io/anticoagulation/ACCP.%202012%20Anticoagulation%20guidelines%20-%20periprocedure.html#">ACCP periprocedure anticoagulation</a>
<ul>
<li><a href="https://guidelines.github.io/anticoagulation/periprocedure-calendar.html">Periprocedure anticoagulation calendar</a></li>
</ul>
</li>
</ul>
<h3>Rationale</h3>
<p>Text pending.</p>
<h3>
<a id="authors-and-contributors" class="anchor" href="#authors-and-contributors" aria-hidden="true"><span class="octicon octicon-link"></span></a>Authors and Contributors</h3>
<p>You can <a href="https://github.com/blog/821" class="user-mention">@mention</a> a GitHub username to generate a link to their profile. For example: In 2007, Chris Wanstrath (<a href="https://github.com/defunkt" class="user-mention">@defunkt</a>), PJ Hyett (<a href="https://github.com/pjhyett" class="user-mention">@pjhyett</a>), and Tom Preston-Werner (<a href="https://github.com/mojombo" class="user-mention">@mojombo</a>) founded GitHub.</p>
</section>
<footer>
<p>This project is maintained by <a href="http://guidelines.github.io/">open Guidelines</a></p>
<p><small>Hosted on GitHub Pages — Theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p>
<script>
//For gh-pages
//Page history and edit
var pagename = location.pathname.split('/').slice(-1);
if (pagename.toString().length < 1){pagename = "index.html"}
document.write("<div style='text-align:center'><a href='https://github.com/guidelines/guidelines.github.io/blob/master/" + pagename + "'>Edit this page</a> - <a href='https://github.com/guidelines/guidelines.github.io/commits/master/" + pagename + "'>Page history</a></div>")
</script>
</footer>
</div>
<script src="javascripts/scale.fix.js"></script>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-56740469-1");
pageTracker._trackPageview();
} catch(err) {}
</script>
</body>
</html>