-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
313 lines (290 loc) · 16.2 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
<!DOCTYPE HTML>
<html>
<head>
<title>HIV SUCCESS</title>
<link rel="shortcut icon" type="image/x-icon" href="images/HIV Success Icon + Ribbon_mini.png" />
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-483Y66X3X1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-483Y66X3X1');
</script>
</head>
<body class="is-preload">
<!--Menu-->
<section id="sidebar">
<div class="inner">
<nav>
<ul>
<li><a href="index.html" class="smooth-scroll-middle">Overview</a></li>
<li><a href="cohorts.html" class="smooth-scroll-middle">Cohorts</a></li>
<li><a href="data.html" class="smooth-scroll-middle">Data</a></li>
<li><a href="conferences.html" class="smooth-scroll-middle">Conferences</a></li>
<li><a href="opportunities.html" class="smooth-scroll-middle">Opportunities</a></li>
<li><a href="funding.html" class="smooth-scroll-middle">Pilot Funding</a></li>
<!--<li><a href="mentoring.html" class="smooth-scroll-middle">Mentoring</a></li>-->
<!--<li><a href="tools.html" class="smooth-scroll-middle">Tools</a></li>-->
<li><a href="publications.html" class="smooth-scroll-middle">Publications</a></li>
<li><a href="members.html" class="smooth-scroll-middle">HIV SUCCESS Members</a></li>
<li><a href="http://internal.hivsuccess.uw.edu/" class="smooth-scroll-middle">Internal</a></li>
</ul>
</nav>
</div>
</section>
<section id="hambagaMenu" role="navigation">
<div id="menuToggle">
<!-- A fake / hidden checkbox is used as click reciever, so you can use the :checked selector on it. -->
<input type="checkbox" />
<!-- Some spans to act as a hamburger. They are acting like a real hamburger, not that McDonalds stuff. -->
<span></span>
<span></span>
<span></span>
<!-- Too bad the menu has to be inside of the button but hey, it's pure CSS magic. -->
<ul id="menu">
<li><a href="index.html" class="smooth-scroll-middle" style="text-decoration: none;">Overview</a></li>
<li><a href="cohorts.html" class="smooth-scroll-middle" style="text-decoration: none;">Cohorts</a></li>
<li><a href="data.html" class="smooth-scroll-middle" style="text-decoration: none;">Data</a></li>
<li><a href="conferences.html" class="smooth-scroll-middle" style="text-decoration: none;">Conferences</a></li>
<li><a href="opportunities.html" class="smooth-scroll-middle" style="text-decoration: none;">Opportunities</a></li>
<li><a href="funding.html" class="smooth-scroll-middle" style="text-decoration: none;">Pilot Funding</a></li>
<!--<li><a href="mentoring.html" class="smooth-scroll-middle" style="text-decoration: none;">Mentoring</a></li>-->
<!--<li><a href="tools.html" class="smooth-scroll-middle" style="text-decoration: none;">Tools</a></li>-->
<li><a href="publications.html" class="smooth-scroll-middle" style="text-decoration: none;">Publications</a></li>
<li><a href="members.html" class="smooth-scroll-middle" style="text-decoration: none;">HIV SUCCESS Members</a></li>
<li><a href="http://internal.hivsuccess.uw.edu/" class="smooth-scroll-middle" style="text-decoration: none;">Internal</a></li>
</ul>
</div>
</section>
<!-- Wrapper -->
<div id="wrapper" class="divided">
<!--<section class="banner style3 orient-right content-align-right image-position-left onload-image-fade-in onload-content-fade-right">
<div class="content">
<h1>HIV and Aging Research Consortium</h1>
</div>
<div class="image">
<img src="images/HIV_ AGING_Logo_Final.png" alt="" />
</div>
</section>-->
<!-- Five -->
<section class="wrapper style1 align-left">
<div style="height: 4em;"></div>
<div class="inner">
<span class="image fit">
<img src="images/HIV SUCCESS Text Logo_color.png" alt="HIV SUCCESS: HIV & Substance Use Cohort Coordinating Center"></span>
</div>
<!--Carosel -->
<div class="gallery style2 medium">
<!-- Background Image
<article>
<a href="images/IMAGE" class="image">
<img src="images/IMAGE" alt="" />
</a>
<div class="caption">
<p style="CONTENT</p>
<ul class="actions fixed">
<li><a href="LINK" class="button" target="_blank">Details</a></li>
</ul>
</div>
</article>
-->
<!-- Horizontal Image
<article>
<div class="caption">
<p style="font-size: 1.25em;">
<span class="image left"><img src="images/IMAGE" alt="" /></span>
<br>CONTENT<br><br>
<a href="LINK" class="button" target="_blank">Details</a>
</p>
</div>
</article>
-->
<article>
<a href="images/HIV_Ribbon_hands.jpg" class="image">
<img src="images/Two_Men.jpg" alt="" />
</a>
<!--<div class="caption">
<p style="font-size: 2.25em;">New 2023 RFA for the HIV/Aging Pilot Program released</p>
<ul class="actions fixed">
<li><a href="funding.html" class="button" target="_blank">Details</a></li>
</ul>
</div>-->
</article>
<article>
<a href="images/cells.webp" class="image">
<img src="images/cells.webp" alt="" />
</a>
<div class="caption">
<p style="font-size: 2.25em;">HIV SUCCESS has a new working group focused on inflammatory biomarkers</p>
<!--<ul class="actions fixed">
<li><a href="LINK" class="button" target="_blank">Details</a></li>
</ul>-->
</div>
</article>
<article>
<a href="images/man_woman.jpeg" class="image">
<img src="images/man_woman.jpeg" alt="" />
</a>
<!--<div class="caption">
<p style="font-size: 2.25em;">New 2023 RFA for the HIV/Aging Pilot Program released</p>
<ul class="actions fixed">
<li><a href="funding.html" class="button" target="_blank">Details</a></li>
</ul>
</div>-->
</article>
<article>
<a href="images/HIV Viron.webp" class="image">
<img src="images/HIV Viron.webp" alt="" />
</a>
<div class="caption">
<p style="font-size: 2.25em;">HIV SUCCESS works toward Ending the HIV Epidemic.</p>
<ul class="actions fixed">
<li><a href="https://www.hiv.gov/" class="button" target="_blank">Learn More</a></li>
</ul>
</div>
</article>
</div>
<div class="inner">
<p>The purpose of the HIV and Substance Use Cohort Coordinating Center (CC) for Emerging and High Impact Scientific Cross Cohort Studies: (HIV SUCCESS) is to advance knowledge and address crucial unanswered questions on the intertwining HIV and substance use epidemics and related syndemics through dynamically combining data across National Institute on Drug Abuse (NIDA) and other HIV cohorts and coordinating people, data, analytics, training, and emerging priorities.</p>
<p>Our goals are to:</p>
<ul>
<li>Develop a state-of-the-art scientific agenda to address critical research questions can that support public health, healthcare and interventions that result in human health and well-being</li>
<li>Support cutting edge research with respect to HIV and substance use
<li>Expand our understanding of the impact of substance use on human health and well-being, HIV acquisition and outcomes, and unique challenges related to substance use in vulnerable subpopulations</li>
<li>Accelerate scientific capacity through supporting future generations of HIV and substance use scientists through our mentoring activities</li>
<li>Expand the capacity for scientific discovery on HIV and substance use through bringing together data from unique substance use and HIV-risk cohorts to provide robust sample sizes and greater geographic representation driven by the top researchers focusing on substance use and HIV</li>
</ul>
</div>
</section>
<!-- One
<section class="banner style2 orient-center content-align-center image-position-right fullscreen onload-image-fade-in onload-content-fade-right">
<div class="content" style="width: 90%;">
<div style="display: flex;">
<img src="images/CFAR_logo.png" alt="" style="height: 3em; margin: 1em;"/>
<img src="images/CNICS_Logo.png" alt="" style="height: 3em; margin: 1em;"/>
<img src="images/OAIC_National.png" alt="" style="height: 3em; margin: 1em;"/>
<img src="images/NSCLogo.gif" alt="" style="height: 3em; margin: 1em;"/>
</div>
<h1>HIV and Aging Research Consortium</h1>
<span style="text-align: left;">
<p>People living with HIV (PLWH) in the United States and other well-resourced health settings are living near normal life spans due to effective antiretroviral therapy (ART), which has dramatically reduced mortality. Despite this success, PLWH experience high rates of chronic aging-related health conditions and functional decline at ages 10-15 years younger than uninfected populations, including cardiovascular disease (CVD), diabetes, renal and liver disease, certain malignancies, and cognitive decline. </p>
<p>Driven by a common goal to help support healthier aging among PLWH, the HIV and Aging Research Consortium (HARC) brings together experts from HIV and Geroscience to:</p>
<ol>
<li>identify mechanisms that lead to chronic disease, premature morbidity, functional decline and geriatric syndromes in PLWH;</li>
<li>discover markers of the aging process in PLWH; and</li>
<li>explore interventions to prevent and slow premature aging in PLWH.</li>
</ol>
<p>Supported by the National Institute of Aging (NIA), HARC focuses on building infrastructure for and scientific expertise in HIV-Aging and developing a new generation of HIV-geroscientist through mentoring. Support and expertise is provided through collaboration between leading centers for HIV and Geroscience in the US including:</p>
<ul>
<li><a href="https://www.niaid.nih.gov/research/centers-aids-research">Centers for AIDS Research (CFAR)</a></li>
<li>Claude D. Pepper Older Americans Independence Centers (OAICs)</li>
<li><a href="https://www.nia.nih.gov/research/dgcg/claude-d-pepper-older-americans-independence-centers-oaicshttps://www.nia.nih.gov/research/dab/nathan-shock-centers-excellence">Nathan Shock Centers of Excellence (NSC)</a></li>
<li>Evelyn F. McKnight Brain Institute (MBI)</li>
</ul>
<p><i>To find out more about these centers, please follow the links to the coordinating sites. For more information about local sites, please select “Complete Listing of Local Sites” at the top of the page.</i></p>
</span>
<ul class="actions stacked">
<li><a href="#first" class="button big wide smooth-scroll-middle">Get Started</a></li>
</ul>
</div>
<div class="image">
<img src="images/hands_temp.jpg" alt="" />
</div>
</section>-->
<!-- Two -->
<!--<section class="spotlight style1 orient-right content-align-center image-position-center onscroll-image-fade-in" id="first">
<div class="content">
<h1 id="News">News</h1>
<p>Coming Soon</p>
<div class="items style1 medium onscroll-fade-in">
<section>
<h3>News.</h3>
<p>Exciting updates on HIV-aging research, collaborating centers activities, and more.</p>
<a href="index.html#News" class="button big wide smooth-scroll-middle">Read More</a>
</section>
<section>
<h3>Collaborating Center Links.</h3>
<p>A complete list of local sites for the OAIC, CFAR, MBI and NSC with weblinks.</p>
<a href="collaborating.html" class="button big wide smooth-scroll-middle">Read More</a>
</section>
<section>
<h3>Meetings and Conferences.</h3>
<p>Upcoming meetings and conferences that may be of interest to researchers working on aging in PLWH.</p>
<a href="meetings.html" class="button big wide smooth-scroll-middle">Read More</a>
</section>
<section>
<h3>HARC Pilot Funding.</h3>
<p>Details on our current pilot funding opportunity.</p>
<a href="funding.html" class="button big wide smooth-scroll-middle">Read More</a>
</section>
<section>
<h3>Other Career Development and Pilot Funding Opportunities.</h3>
<p>Details of upcoming funding opportunities for pilot grants and career development awards focusing on the intersection of HIV and aging.</p>
<a href="opportunities.html" class="button big wide smooth-scroll-middle">Read More</a>
</section>
<section>
<h3>Publications.</h3>
<p>Key publications in HIV and aging for those exploring this area of research.</p>
<a href="publications.html" class="button big wide smooth-scroll-middle">Read More</a>
</section>
</div>
</div>
</section> -->
<!-- Three -->
<section class="spotlight style1 orient-right content-align-left image-position-center onscroll-image-fade-in">
<div class="content">
<h2 id="News">News and Announcements</h2>
<p>Coming Soon</p>
</div>
<!--<div class="image">
<img src="images/dave-hoefler-kkug85VGWss-unsplash.jpg" alt="" />
</div>-->
</section>
<!-- Seven -->
<section class="wrapper style1 align-center">
<div class="inner medium">
<h2>Questions? Comments? Looking to connect with researchers in Substance Use and/or HIV?</h2>
<h3><a href="mailto:[email protected]"><u><br/>contact us</u></a> at [email protected]</h3>
<!--<form method="post" action="#">
<div class="fields">
<div class="field half">
<label for="name">Name</label>
<input type="text" name="name" id="name" value="" />
</div>
<div class="field half">
<label for="email">Email</label>
<input type="email" name="email" id="email" value="" />
</div>
<div class="field">
<label for="message">Message</label>
<textarea name="message" id="message" rows="6"></textarea>
</div>
</div>
<ul class="actions special">
<li><input type="submit" name="submit" id="submit" value="Send Message" /></li>
</ul>
</form>-->
</div>
</section>
<!-- Footer -->
<footer class="wrapper style1 align-center" style="background: linear-gradient(90deg, #990091 7.2%, #F00 50.84%, #F6C949 96.41%); color: #ffffff;">
<div class="inner">
<p>© <script>document.write( new Date().getFullYear() );</script> CIRG.</p>
</div>
</footer>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>