-
Notifications
You must be signed in to change notification settings - Fork 1
/
participate.php
77 lines (77 loc) · 5.69 KB
/
participate.php
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
<?php
$pagename = 'Participate';
include("template-top.php");
?>
<div id="content" class="row">
<div class="columns">
<h1><?php echo $pagename; ?></h1>
<p>Help us overcome diabetes one step at a time. If you are interested in participating in the Diabetes Wellness & Prevention Coalition, please contact us.</p>
<div class="row panel">
<div class="column small-12">
<h2 id="pac">Patient Advisory Council (PAC)</h2>
<p>The PAC meets monthly to advocate for patient-driven lifestyle change and empower people with diabetes or at risk for diabetes. The PAC works to make sure that Diabetes Wellness & Prevention Center programs and activities are centered on true patient needs. To participate in the PAC, or for more information, please contact:</p>
<div class="row">
<div class="columns medium-6">
<figure class="bio">
<img src="images/ruthie-tate.jpg" alt="Picture of Ruthie Tate"/>
<figcaption>
<strong>Ruthie Tate, Co‑Chair</strong><br/>(901) 849‑4561<br /><a href="mailto:[email protected]">[email protected]</a>
</figcaption>
</div>
<div class="columns medium-6">
</figure>
<figure class="bio">
<img src="images/douglass-hall.jpg" alt="Picture of Douglass Hall"/>
<figcaption>
<strong>Douglass Hall, Co‑Chair</strong><br/>(901) 644‑9698<br /><a href="mailto:[email protected]">[email protected]</a>
</figcaption>
</figure>
</div>
</div>
</div>
<div class="columns right text-right">
<p>Go to: <a href="#cac">CAC</a> | <a href="#plc">PLC</a> | <a href="#steering">Steering</a></p>
</div>
</div>
<div class="row panel">
<div class="column small-12">
<h2 id="cac">Community Advisory Council (CAC)</h2>
<p>The CAC meets quarterly to make sure Diabetes Wellness & Prevention Center programs help address true community needs and take full advantage of existing community resources. The CAC also works to spread and share successful Coalition programs with other people and communities working to overcome diabetes one step at a time. To participate, or for more information, please contact:</p>
<ul>
<li>Delois Broady, Co‑Chair – <a href="mailto:[email protected]">[email protected]</a></li>
<li>Phebe Mclin, Co‑Chair – <a href="mailto:[email protected]">[email protected]</a> </li>
</ul>
</div>
<div class="columns right text-right">
<p>Go to: <a href="#pac">PAC</a> | <a href="#plc">PLC</a> | <a href="#steering">Steering</a></p>
</div>
</div>
<div class="row panel">
<div class="column small-12">
<h2 id="plc">Provider Learning Collaborative (PLC)</h2>
<p>The PLC meets bi-monthly to work together through the Whitehaven DWPC to improve diabetes care and promote wellness for people with diabetes or at risk for diabetes and its many complications in the Whitehaven area. Through the PLC, providers learn and share: 1) best practices in diabetes care; 2) practice data on diabetes care performance; 3) diabetes practice improvement methods; and 4) ways to identify and overcome barriers to best diabetes care. To participate, or for more information, please contact:</p>
<ul>
<li>Dr. Stanley Dowell, Co‑Chair – <a href="mailto:[email protected]">[email protected]</a><br /> or: Eileen Thomas – <a href="mailto:[email protected]">[email protected]</a></li>
<li>Dr. Helmut Steinberg, Co‑Chair – <a href="mailto:[email protected]">[email protected]</a>, (901) 448‑5240</li>
</ul>
</div>
<div class="columns right text-right">
<p>Go to: <a href="#pac">PAC</a> | <a href="#cac">CAC</a> | <a href="#steering">Steering</a></p>
</div>
</div>
<div class="row panel">
<div class="column small-12">
<h2 id="steering">Steering Committee</h2>
<p>The Steering Committee meets quarterly to oversee, direct, and help implement the programs and activities of the Diabetes Wellness and Prevention Center. To participate, or for more information, please contact:</p>
<ul>
<li>Dr. James Robinson, Co‑Chair – <a href="mailto:[email protected]">[email protected]</a><br /> or: Sibyl Meyers-Williams – <a href="mailto:[email protected]">Sibyl.Meyers‑[email protected]</a> , (901) 516‑3081</li>
<li>Dr. Jim Bailey, Co‑Chair – <a href="mailto:[email protected]">[email protected]</a>, (901) 448‑2475</li>
</ul>
</div>
<div class="columns right text-right">
<p>Go to: <a href="#pac">PAC</a> | <a href="#cac">CAC</a> | <a href="#plc">PLC</a></p>
</div>
</div>
</div>
</div>
<?php include("template-bottom.php"); ?>