-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathclinicalhiv.html
executable file
·160 lines (98 loc) · 5.51 KB
/
clinicalhiv.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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Jessie K. Edwards </title>
<meta name="description" content="Jessie K. Edwards">
<meta name="keywords" content="epidemiology, causal inference, measurement error, hiv">
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<meta name="author" content="jess edwards">
<link rel="icon" type="image/png" href="img/icon.png" />
<!--Style-->
<link rel="stylesheet" href="css/reset.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/style-responsive.css">
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<!--Preloader-->
<div class="preloader" id="preloader">
<div class="item">
<div class="spinner">
</div>
</div>
</div>
<div class="opacity-nav">
<div class="menu-index" id="buttons" style="z-index:999999">
<i class="fa fa-close"></i>
</div>
<ul class="menu-fullscreen">
<li><a class="ajax-link" href="single.html">Home</a></li>
<li><a class="ajax-link" href="about.html">About</a></li>
<li><a class="ajax-link" href="https://scholar.google.hr/citations?hl=en&user=lzLjpw4AAAAJ&view_op=list_works&sortby=pubdate">Publications</a></li>
<li><a class="ajax-link" href="code.html">Code</a></li>
</ul>
</div>
<!--Header-->
<header id="fullscreen">
<div class="logo" id="full"><a class="ajax-link" href="index.html">Jessie K. Edwards</a></div>
<div class="menu-index" id="button">
<i class="fa fa-bars"></i>
</div>
</header>
<div class="clear"></div>
<!--Content-->
<div class="content" id="ajax-content">
<div class="text-intro">
<h1>Clinical HIV</h1>
<div class="one-column">
<p>Relevant publications</p>
</div>
<div class="two-column">
<h2>Does the effect of delaying therapy vary by age?</h2>
<p> Edwards JK, Cole SR, Westreich D, et al. Age at entry into care, timing of antiretroviral therapy initiation, and 10-year mortality among HIV-seropositive adults in the United States. Clin Infect Dis. 2015;In press. </p> <br></br>
<h2> Visualizing treatment response</h2>
<p> Edwards JK, Cole SR, Martin J, et al. Dynamic visual display of treatment response in HIV-infected adults. Clin Infect Dis. 2015:civ262–.<a href="http://cid.oxfordjournals.org/content/early/2015/04/14/cid.civ262.short"> Paper </a> <a href="http://edwardsjk.github.io/temp/movie.mp4 "> Movie </a> </p> <br></br>
<h2> Methodological issues in HIV research</h2>
<p> Edwards JK, Cole SR, Adimora A, Fine J, Martin J, Eron J. Illustration of a measure to combine viral suppression and viral rebound in studies of HIV therapy. J Acquir Immune Defic Syndr. 2014;68(2):241–244. <a href="http://journals.lww.com/jaids/Abstract/2015/02010/Illustration_of_a_Measure_to_Combine_Viral.19.aspx"> Paper </a> </p>
<p> Edwards JK, Cole SR, Westreich D, et al. Loss to clinic and five-year mortality among HIV-infected antiretroviral therapy initiators. PLoS One. 2014;9(7):6–11. <a href="http://journals.plos.org/plosone/article?id=10.1371/journal.pone.0102305"> Paper </a> </p>
<br></br>
<h2> Disparities in survival among HIV-infected patients</h2>
<p> Lesko CR, Cole SR, Miller WC, et al. Ten-year Survival by Race/Ethnicity and Sex Among Treated, HIV-infected Adults in the United States. Clin Infect Dis. 2015;60(11):civ183–.<a href="http://cid.oxfordjournals.org/content/60/11/1700.short"> Paper </a> </p>
</div>
</div>
</div>
<!--Home Sidebar-->
<div id="ajax-sidebar"></div>
<!--Footer-->
<footer>
<div class="footer-margin">
<div class="social-footer">
<a title="Twitter" href="https://twitter.com/edwardsjk"><img src="img/glyphicons_social_31_twitter.png"/></a>
<a title="GitHub" href="https://github.com/edwardsjk"><img src="img/glyphicons_social_21_github.png"/></a>
<a title="E-Mail" href="mailto:[email protected]"><img src="img/glyphicons_social_39_e-mail.png"/></a>
</div>
<div class="copyright">Website design template by Thomsoon.com.</div>
</div>
</footer>
<!--Scripts-->
<script src="js/jquery.min.js"></script>
<script src="js/jquery.easing.min.js"></script>
<script src="js/modernizr.custom.42534.js" type="text/javascript"></script>
<script src="js/jquery.waitforimages.js" type="text/javascript"></script>
<script src="js/typed.js" type="text/javascript"></script>
<script src="js/masonry.pkgd.min.js" type="text/javascript"></script>
<script src="js/imagesloaded.pkgd.min.js" type="text/javascript"></script>
<script src="js/jquery.jkit.1.2.16.min.js"></script>
<script src="js/script.js" type="text/javascript"></script>
<script>
$('#button, #buttons').on('click', function() {
$( ".opacity-nav" ).fadeToggle( "slow", "linear" );
// Animation complete.
});
</script>
</body>
</html>