-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinitiatives.html
332 lines (279 loc) · 16.9 KB
/
initiatives.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Swasth → Other Initiatives</title>
<link rel="stylesheet" href="css/other.css">
<link rel="stylesheet" href="css/video-style.css">
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-0JP87V33R5"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-0JP87V33R5');
</script>
</head>
<body>
<!--
Header
-->
<header>
<div class="row row-a">
<div class="col col-a">
<figure class="logo">
<a href="home.html"><img src="images/logo.png" alt="Logo"></a>
</figure>
</div>
<div class="col col-b">
<nav class="menu">
<ul>
<li><a href="home.html">HOME</a></li>
<li>
<a href="javascript:void(0)">ABOUT <i class="bx bx-chevron-down"></i></a>
<ul>
<li><a href="vision-and-mission.html">VISION & MISSION</a></li>
<li><a href="history.html">HISTORY</a></li>
<li><a href="team.html">TEAM</a></li>
<li><a href="partners.html">PARTNERS</a></li>
<li><a href="volunteers.html">VOLUNTEERS</a></li>
</ul>
</li>
<li><a href="health-claims-exchange.html">HCX</a></li>
<li><a href="covid-relief.html">COVID RELIEF</a></li>
<li><a href="initiatives.html" class="active">OTHER INITIATIVES</i></a></li>
<li><a href="how-we-work.html">HOW WE WORK</a></li>
<li>
<a href="javascript:void(0)">GET INVOLVED <i class="bx bx-chevron-down"></i></a>
<ul>
<li><a href="support-our-work.html">SUPPORT OUR WORK</a></li>
<li><a href="partner-with-us.html">PARTNER WITH US</a></li>
<li><a href="volunteer-with-us.html">VOLUNTEER WITH US</a></li>
<li><a href="career.html">CAREERS</a></li>
</ul>
</li>
</ul>
</nav>
</div>
<div class="col col-c">
<form class="search-form">
<input type="search" placeholder="Search..." id="search">
<button type="submit"><i class='bx bx-search'></i></button>
</form>
</div>
<div class="col col-d">
<div class="hamburger" onclick="openOffCanvasMenu()">
<span></span>
<span></span>
<span></span>
</div>
<div class="overlay" id="off-canvas-menu">
<a href="javascript:void(0)" class="close" onclick="closeOffCanvasMenu()">×</a>
<nav>
<ul>
<li><a href="home.html">HOME</a></li>
<li>
<a href="javascript:void(0)">ABOUT <i class="bx bx-chevron-down"></i></a>
<ul>
<li><a href="vision-and-mission.html">VISION & MISSION</a></li>
<li><a href="history.html">HISTORY</a></li>
<li><a href="team.html">TEAM</a></li>
<li><a href="partners.html">PARTNERS</a></li>
<li><a href="volunteers.html">VOLUNTEERS</a></li>
</ul>
</li>
<li><a href="health-claims-exchange.html">HCX</a></li>
<li><a href="covid-relief.html">COVID RELIEF</a></li>
<li><a href="initiatives.html" class="active">OTHER INITIATIVES</i></a></li>
<li><a href="how-we-work.html">HOW WE WORK</a></li>
<li>
<a href="javascript:void(0)">GET INVOLVED <i class="bx bx-chevron-down"></i></a>
<ul>
<li><a href="support-our-work.html">SUPPORT OUR WORK</a></li>
<li><a href="partner-with-us.html">PARTNER WITH US</a></li>
<li><a href="volunteer-with-us.html">VOLUNTEER WITH US</a></li>
<li><a href="career.html">CAREERS</a></li>
</ul>
<li><a href="newsroom.html">NEWSROOM</a></li>
</li>
</ul>
</nav>
</div>
</div>
</div>
</header>
<!--
Main
-->
<main>
<section id="a">
<div class="row row-a">
<div class="col col-a">
<h1><span>Other</span> <span>Initiatives</span></h1>
<p><span>The</span> <span>principle</span> <span>of</span> <span>collaboration</span> <span>guides</span> <span>all</span> <span>of</span> <span>Swasth’s </span> <span>workstreams.</span> <span>In</span> <span>association</span> <span>with</span> <span>think</span> <span>tanks</span> <span>and</span> <span>academic</span> <span>institutions,</span> <span>we</span> <span>endeavour</span> <span>to</span> <span>bring</span> <span>attention</span> <span>to</span> <span>crucial</span><span> research</span> <span>and</span> <span>new </span> <span>innovations</span> <span>in</span> <span>the</span> <span>field.</span></p>
</div>
</div>
</section>
<section id="e">
<div class="row row-a">
<div class="col col-a">
<!-- <h2><small>LANCET</small></h2>-->
<h2>RESEARCH WORK</h2>
<hr>
</div>
</div>
<div class="row row-b">
<div class="col col-a">
<p>Access to quality primary care is a crucial aspect of Swasth's vision of Universal Health Care. The road to achieving UHC necessitates active consultations with involved stakeholders, including those providing this care: the doctors. Swasth is collaborating with the <a href="https://www.citizenshealth.in/"><b style="font-size: 2rem;color: #eb6f2d;">Lancet Citizens' Commission</b> </a> to conduct a pan-India Survey on <b>Physicians’ Perceptions of their Practice, Motivation, and Roles: implications for health system reforms in India towards achieving universal health coverage (UHC)</b>. As the nodal institute for disseminating the survey, we hope to gain insights from atleast 3,000 Allopathic, Ayurvedic, and Homeopathic physicians practising in public and private settings, across all levels of care.</p>
<!-- <div class="explore-button"><a href="#">Explore</a></div> -->
<div style="display:flex; align-items:center;">
<img src="images/lancet-citizens-commission.png" alt="Citizen Comission" width="150" style="border-right:2px solid var(--h)">
<img src="images/harvard.png" alt="Harvard" width="350">
</div>
</div>
<div class="col col-b">
<figure>
<img src="images/research-work.png" alt="">
</figure>
</div>
</div>
</section>
<section id="f">
<div class="row row-a">
<div class="col col-a">
<h2>ALL HANDS CALLS</h2>
<hr>
</div>
</div>
<div class="row row-b">
<div class="col col-a">
<p>Every month, Swasth hosts All Hands Calls as a virtual platform for interesctoral knowledge-sharing, showcasing innovations in the healthcare field, and exchange of ideas. We share key programmatic updates, hear from our ground partners and have knowledge nuggest sessions from field experts. Speakers have included Anurag Kumar, Malti Jaswal, Dr. Anant Bhan. Dr. Gapandeep Kang, Geetha Manjunath, Jishnu Das, Dr. Anand Bang, and Kiran Anandampilai. Till date, the All Hands Calls have been attended by over 1800 participants from 80+ organisations.</p>
</div>
</div>
<div class="row row-c">
<div class="col col-a">
<!-- video playist code-->
<div class="container">
<div class="main-video-container">
<embed src="https://www.youtube.com/embed/EsHt06ozCC4" loop controls class="main-video">
</div>
<div class="video-list-container">
<div class="list active">
<embed style="width: 200px; height: 100px;" src="https://www.youtube.com/embed/EsHt06ozCC4" loop controls class="list-video"><br>
<h3 style="font-size: 15px; margin-top: 0px!important;" class="list-title">All Hands Call September'22: Invest4Wellness by Swasti, with Shankar AG</h3>
</div>
<div class="list">
<embed style="width: 200px; height: 100px;" src="https://www.youtube.com/embed/cqcvy6Q70sc" loop controls class="list-video">
<h3 style="font-size: 15px; margin-top: 0px!important;" class="list-title">All Hands Call August'22: Health Insurance for India's Missing Middle</h3>
</div>
<div class="list">
<embed style="width: 200px; height: 100px;" src="https://www.youtube.com/embed/rhEt9CYVLcY" loop controls class="list-video">
<h3 style="font-size: 15px; margin-top: 0px!important;"class="list-title">All Hands Call 18th July: Value Based Care</h3>
</div>
<div class="list">
<embed style="width: 200px; height: 100px;" src="https://www.youtube.com/embed/en-cJrAjqPI" loop controls class="list-video">
<h3 style="font-size: 15px; margin-top: 0px!important;"class="list-title">Swasth All Hands 20th June: MedTech</h3>
</div>
<div class="list">
<embed style="width: 200px; height: 100px;" src="https://www.youtube.com/embed/qjXQ-51b8Ck" loop controls class="list-video">
<h3 style="font-size: 15px; margin-top: 0px!important;"class="list-title">All Hands 16th May: HCX Update and Noora Health's Patient and Caregiver Education with Dr Arjun</h3>
</div>
<div class="list">
<embed style="width: 200px; height: 100px;" src="https://www.youtube.com/embed/Z2lNiyyzpsk" loop controls class="list-video">
<h3 style="font-size: 15px; margin-top: 0px!important;" class="list-title">Swasth All Hands Call 18/4/22: Swasth + ACT Impact Assessment Update and SAMRIDH Introduction</h3>
</div>
<div class="list">
<embed style="width: 200px; height: 100px;" src="https://www.youtube.com/embed/OIjRVlhR034" loop controls class="list-video">
<h3 style="font-size: 15px; margin-top: 0px!important;"class="list-title">Swasth All Hands Call 21st March 2022: PATH PHC Tech Challenge Showcase, Part 2 of 2</h3>
</div>
<div class="list">
<embed style="width: 200px; height: 100px;" src="https://www.youtube.com/embed/iQJh-pKnJHQ" loop controls class="list-video">
<h3 style="font-size: 15px; margin-top: 0px!important;"class="list-title">Swasth All Hands Call 21/2/22: PATH PHC Tech Challenge Winners (Part 1 of 2)</h3>
</div>
<div class="list">
<embed style="width: 200px; height: 100px;" src="https://www.youtube.com/embed/09hZTCARc5E" loop controls class="list-video">
<h3 style="font-size: 15px; margin-top: 0px!important;" class="list-title">Swasth All Hands 17/01/2022</h3>
</div>
<div class="list">
<embed style="width: 200px; height: 100px;" src="https://www.youtube.com/embed/KucF5VTP5F8" loop controls class="list-video">
<h3 style="font-size: 15px; margin-top: 0px!important;" class="list-title">Swasth All Hands Call 20/12/2021</h3>
</div>
<div class="list">
<embed style="width: 200px; height: 100px;" src="https://www.youtube.com/embed/kd7tmGIGyK0" loop controls class="list-video">
<h3 style="font-size: 15px; margin-top: 0px!important;" class="list-title">Swasth All Hands Call 15/11/2021</h3>
</div>
<div class="list">
<embed style="width: 200px; height: 100px;" src="https://www.youtube.com/embed/jU_Wgz7I_4A" loop controls class="list-video">
<h3 style="font-size: 15px; margin-top: 0px!important;" class="list-title">Swasth All Hands Call 18/10/2021</h3>
</div>
<div class="list">
<embed style="width: 200px; height: 100px;" src="https://www.youtube.com/embed/QcGIFG61-l8" loop controls class="list-video">
<h3 style="font-size: 15px; margin-top: 0px!important;" class="list-title">Swasth All Hands Call 20/09/2021</h3>
</div>
<div class="list">
<embed style="width: 200px; height: 100px;" src="https://www.youtube.com/embed/R32J1eF1fzU" loop controls class="list-video">
<h3 style="font-size: 15px; margin-top: 0px!important;" class="list-title">Swasth All Hands Call March 2021</h3>
</div>
<div class="list">
<embed style="width: 200px; height: 100px;" src="https://www.youtube.com/embed/3jebbfx8-8I" loop controls class="list-video">
<h3 style="font-size: 15px; margin-top: 0px!important;" class="list-title">Swasth All Hands Call 16/08/2021</h3>
</div>
<div class="list">
<embed style="width: 200px; height: 100px;" src="https://www.youtube.com/embed/6lmBWRou5Og" loop controls class="list-video">
<h3 style="font-size: 15px; margin-top: 0px!important;" class="list-title">Swasth All Hands Call 19/07/2021</h3>
</div>
<div class="list">
<embed style="width: 200px; height: 100px;" src="https://www.youtube.com/embed/ReUNY8vUC3Q" loop controls class="list-video">
<h3 style="font-size: 15px; margin-top: 0px!important;" class="list-title">Swasth All Hands Call 5/7/2021</h3>
</div>
</div>
</div>
<!-- code end-->
<div class="explore-button"><a href="https://www.youtube.com/playlist?list=PLsADMny5M77tiN6FwIzEziJxv6Q6eN4Ih">View Previous Call</a></div>
</div>
</div>
</section>
</main>
<!--
Footer
-->
<footer>
<div class="row row-a">
<div class="col col-a">
<figure class="logo">
<a href="#"><img src="images/Swasth-inverted-logo.png" alt="Logo"></a>
</figure>
<p class="copyright-desktop">Copyright@2023</p>
</div>
<div class="col col-b">
<h2>Quick Links</h2>
<ul>
<li><a href="home.html">HOME</a></li>
<li><a href="health-claims-exchange.html">HCX</a></li>
<li><a href="newsroom.html">NEWSROOM</a></li>
</ul>
</div>
<div class="col col-c">
<h2>Social Links</h2>
<ul>
<li><a href="https://www.facebook.com/swasthorg/" target="_blank"><i class="bx bxl-facebook"></i> FACEBOOK</a></li>
<li><a href="https://twitter.com/swasthorg/" target="_blank"><i class="bx bxl-twitter"></i> TWITTER</a></li>
<li><a href="https://www.linkedin.com/company/swasthorg/" target="_blank"><i class="bx bxl-linkedin"></i> LINKEDIN</a></li>
</ul>
</div>
<div class="col col-d">
<h2>Contact Information</h2>
<p>No. 881, 6th Cross, Koramangala Club Road, 6th Block, Koramangala, Bangalore, Karnataka-560095</p>
<p class="copyright-mobile">Copyright@2023</p>
</div>
</div>
</footer>
<script src="https://code.jquery.com/jquery-3.6.4.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/swiper@9/swiper-bundle.min.js"></script>
<script src="js/header.js"></script>
<script src="js/covid-relief.js"></script>
<script src="js/videoscript.js"></script>
</body>
</html>