User:Piton: Difference between revisions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
<html> | |||
<head> | |||
<title>Denver Child Readiness</title> | |||
<style type="text/css"> | |||
span.foldopened { color: white; font-size: xx-small; | |||
border-width: 1; font-family: monospace; padding: 0em 0.25em 0em 0.25em; background: #e0e0e0; | |||
VISIBILITY: visible; | |||
cursor:pointer; } | |||
span.foldclosed { color: #666666; font-size: xx-small; | |||
border-width: 1; font-family: monospace; padding: 0em 0.25em 0em 0.25em; background: #e0e0e0; | |||
VISIBILITY: hidden; | |||
cursor:pointer; } | |||
span.foldspecial { color: #666666; font-size: xx-small; border-style: none solid solid none; | |||
border-color: #CCCCCC; border-width: 1; font-family: sans-serif; padding: 0em 0.1em 0em 0.1em; background: #e0e0e0; | |||
cursor:pointer; } | |||
li { list-style: none; } | |||
span.l { color: red; font-weight: bold; } | |||
a:link {text-decoration: none; color: black; } | |||
a:visited {text-decoration: none; color: black; } | |||
a:active {text-decoration: none; color: black; } | |||
a:hover {text-decoration: none; color: black; background: #eeeee0; } | |||
</style> | |||
<!-- ^ Position is not set to relative / absolute here because of Mozilla --> | |||
</head> | |||
<body> | |||
<script language="JavaScript"> | |||
// Here we implement folding. It works fine with MSIE5.5, MSIE6.0 and | |||
// Mozilla 0.9.6. | |||
if (document.layers) { | |||
//Netscape 4 specific code | |||
pre = 'document.'; | |||
post = ''; } | |||
if (document.getElementById) { | |||
//Netscape 6 specific code | |||
pre = 'document.getElementById("'; | |||
post = '").style'; } | |||
if (document.all) { | |||
//IE4+ specific code | |||
pre = 'document.all.'; | |||
post = '.style'; } | |||
function layer_exists(layer) { | |||
try { | |||
eval(pre + layer + post); | |||
return true; } | |||
catch (error) { | |||
return false; }} | |||
function show_layer(layer) { | |||
eval(pre + layer + post).position = 'relative'; | |||
eval(pre + layer + post).visibility = 'visible'; } | |||
function hide_layer(layer) { | |||
eval(pre + layer + post).visibility = 'hidden'; | |||
eval(pre + layer + post).position = 'absolute'; } | |||
function hide_folder(folder) { | |||
hide_folding_layer(folder) | |||
show_layer('show'+folder); | |||
scrollBy(0,0); // This is a work around to make it work in Browsers (Explorer, Mozilla) | |||
} | |||
function show_folder(folder) { | |||
// Precondition: all subfolders are folded | |||
show_layer('hide'+folder); | |||
hide_layer('show'+folder); | |||
show_layer('fold'+folder); | |||
scrollBy(0,0); // This is a work around to make it work in Browsers (Explorer, Mozilla) | |||
var i; | |||
for (i=1; layer_exists('fold'+folder+'_'+i); ++i) { | |||
show_layer('show'+folder+'_'+i); } | |||
} | |||
function show_folder_completely(folder) { | |||
// Precondition: all subfolders are folded | |||
show_layer('hide'+folder); | |||
hide_layer('show'+folder); | |||
show_layer('fold'+folder); | |||
scrollBy(0,0); // This is a work around to make it work in Browsers (Explorer, Mozilla) | |||
var i; | |||
for (i=1; layer_exists('fold'+folder+'_'+i); ++i) { | |||
show_folder_completely(folder+'_'+i); } | |||
} | |||
function hide_folding_layer(folder) { | |||
var i; | |||
for (i=1; layer_exists('fold'+folder+'_'+i); ++i) { | |||
hide_folding_layer(folder+'_'+i); } | |||
hide_layer('hide'+folder); | |||
hide_layer('show'+folder); | |||
hide_layer('fold'+folder); | |||
scrollBy(0,0); // This is a work around to make it work in Browsers (Explorer, Mozilla) | |||
} | |||
function fold_document() { | |||
var i; | |||
var folder = '1'; | |||
for (i=1; layer_exists('fold'+folder+'_'+i); ++i) { | |||
hide_folder(folder+'_'+i); } | |||
} | |||
function unfold_document() { | |||
var i; | |||
var folder = '1'; | |||
for (i=1; layer_exists('fold'+folder+'_'+i); ++i) { | |||
show_folder_completely(folder+'_'+i); } | |||
} | |||
</script> | |||
<SPAN class=foldspecial onclick="fold_document()">All +</SPAN> | |||
<SPAN class=foldspecial onclick="unfold_document()">All -</SPAN> | |||
<p>Denver Child Readiness | |||
<ul><li>Existing Assessment Tools | |||
<ul><li>OMNI Institute | |||
</li> | |||
<li>Mile High United Way | |||
</li> | |||
</ul> | |||
</li> | |||
<li>Domains | |||
<ul><li><span id="show1_1" class="foldclosed" onClick="show_folder('1_1')" style="POSITION: absolute">+</span> <span id="hide1_1" class="foldopened" onClick="hide_folder('1_1')">-</Span> | |||
Cross Domain | |||
<ul id="fold1_1" style="POSITION: relative; VISIBILITY: visible;"><li><span id="show1_1_1" class="foldclosed" onClick="show_folder('1_1_1')" style="POSITION: absolute">+</span> <span id="hide1_1_1" class="foldopened" onClick="hide_folder('1_1_1')">-</Span> | |||
<a href="http://www.smartstartcolorado.org/" target="_blank"><span class=l>~</span> Smart Start Colorado | |||
</a> | |||
<ul id="fold1_1_1" style="POSITION: relative; VISIBILITY: visible;"><li><p>About: | |||
<br> | |||
Smart Start Colorado is a statewide alliance of early childhood partnerships building a comprehensive system for young children and their families. That comprehensive early childhood system results in young children being ready for school and ready for life and encompasses: | |||
<br> | |||
<br> | |||
* Early care and education | |||
<br> | |||
* Health | |||
<br> | |||
* Mental health | |||
<br> | |||
* And family support | |||
<p><a href="http://www.smartstartcolorado.org/about/system_defined.html" target="_blank"><span class=l>~</span> <img src="sys_def_Img.gif"> | |||
</a> | |||
<p> Comprehensive Goals | |||
<br> | |||
1. Program Quality and Standards: Services and supports provided for all children and their families will be high quality, standards-driven and developmentally appropriate. | |||
<br> | |||
2. Program Availability: The early childhood system has the capacity to provide accessible services and supports for all children and their families. | |||
<br> | |||
3. Parent and Family Engagement: All parents and families are partners in the early childhood system. | |||
<br> | |||
4. Professional and Workforce Development: The early childhood system ensures integrated and formalized ongoing professional and workforce development. | |||
<br> | |||
5. Public Engagement: The public understands the importance of, places a high priority on and promotes the early childhood system. | |||
<br> | |||
6. Accountability: The early childhood system is accountable for children's readiness for school and life. | |||
<br> | |||
7. Organizational Structure: The early childhood system has formally established governance and administrative structures at the state and local levels. 8. Funding and Finance The early childhood system has adequate, sustainable and flexible funding and resources from a broad array of public and private partners. | |||
</li> | |||
</ul> | |||
</li> | |||
</ul> | |||
</li> | |||
<li><span id="show1_2" class="foldclosed" onClick="show_folder('1_2')" style="POSITION: absolute">+</span> <span id="hide1_2" class="foldopened" onClick="hide_folder('1_2')">-</Span> | |||
Education | |||
<ul id="fold1_2" style="POSITION: relative; VISIBILITY: visible;"><li><span id="show1_2_1" class="foldclosed" onClick="show_folder('1_2_1')" style="POSITION: absolute">+</span> <span id="hide1_2_1" class="foldopened" onClick="hide_folder('1_2_1')">-</Span> | |||
Denver Preschool | |||
<ul id="fold1_2_1" style="POSITION: relative; VISIBILITY: visible;"><li><span id="show1_2_1_1" class="foldclosed" onClick="show_folder('1_2_1_1')" style="POSITION: absolute">+</span> <span id="hide1_2_1_1" class="foldopened" onClick="hide_folder('1_2_1_1')">-</Span> | |||
Denver Public Schools | |||
<ul id="fold1_2_1_1" style="POSITION: relative; VISIBILITY: visible;"><li>Will Lee-Ashley, WILL_LEE-ASHLEY@dpsk12.org, 720-423-3526 | |||
</li> | |||
<li>Andrew Robinson, Andrew_Robinson@dpsk12.org | |||
</li> | |||
</ul> | |||
</li> | |||
<li><span id="show1_2_1_2" class="foldclosed" onClick="show_folder('1_2_1_2')" style="POSITION: absolute">+</span> <span id="hide1_2_1_2" class="foldopened" onClick="hide_folder('1_2_1_2')">-</Span> | |||
<a href="http://www.denverpreschoolprogram.com/" target="_blank"><span class=l>~</span> Denver Preschool Program | |||
</a> | |||
<ul id="fold1_2_1_2" style="POSITION: relative; VISIBILITY: visible;"><li><p>About: The Denver Preschool Program, approved by voters in November 2006, provides parents with a tuition credit to use at the preschool of their choice. It will be open and voluntary for all Denver four-year-olds and will include all licensed preschool providers who agree to participate in a quality improvement system. | |||
<p>Pam Harris | |||
<p>James Mejia | |||
</li> | |||
</ul> | |||
</li> | |||
</ul> | |||
</li> | |||
<li>Registered Child Care (center care, home care, FFN networks) | |||
</li> | |||
<li>Kindergarten instrument to assess school readiness | |||
</li> | |||
<li>Head Start | |||
</li> | |||
<li><span id="show1_2_2" class="foldclosed" onClick="show_folder('1_2_2')" style="POSITION: absolute">+</span> <span id="hide1_2_2" class="foldopened" onClick="hide_folder('1_2_2')">-</Span> | |||
<a href="http://www.iik.org/incredible_years/" target="_blank"><span class=l>~</span> Incredible Years | |||
</a> | |||
<ul id="fold1_2_2" style="POSITION: relative; VISIBILITY: visible;"><li><p>About: The Incredible Years programs are a cost-effective, community-empowerment model that fit into a framework of services and systems, supporting the healthy development of young children and adding further strength to a community's support for families. The series has three distinct programs that work together to achieve outstanding outcomes: | |||
<br> | |||
* Skill Building for Children: "Dinosaur School" is presented with puppetry (including two life-sized child puppets, a wide-eyed Dinosaur and timid turtle) in a 15-20 minute large group circle time with the entire classroom 2-3 times a week. It is followed by a 15-20 minute small group activity. "Dinosaur School" provides children with special attention and tools that help build skills in anger management, problem solving, emotional competence, empathy and developing friendships. | |||
<br> | |||
* Skill Building for Parents: Groups are offered weekly for 12-14 weeks. The goals of the group are to offer parents support and additional information in strengthening parenting skills that promote the parent - child relationship, build social competence, reduce behavior problems and promote school readiness. Modalities of learning include the collaborative process, group discussion, video vignettes, role-play and home activities. | |||
<br> | |||
* Skill Building for Teachers: Video-based training, modeling and guided practice provide teachers with proven classroom management strategies, including the effective use of teacher attention, praise and encouragement that promote academic success in the classroom. | |||
<p>Jessica Spencer, at (303)839-1808 ext. 100 or email jspencer@iik.org | |||
<p><img src="Incredible Years 2007 Map.gif"> | |||
</li> | |||
</ul> | |||
</li> | |||
</ul> | |||
</li> | |||
<li><span id="show1_3" class="foldclosed" onClick="show_folder('1_3')" style="POSITION: absolute">+</span> <span id="hide1_3" class="foldopened" onClick="hide_folder('1_3')">-</Span> | |||
<span style="font-family: SansSerif, sans-serif; font-weight: bold; ">Health</span> | |||
<ul id="fold1_3" style="POSITION: relative; VISIBILITY: visible;"><li> Home Visiting/Family Support/Parent Counseling (e.g., Healthy Start) | |||
</li> | |||
<li> Immunization, Lead Screening | |||
</li> | |||
<li>Medicaid, SCHIP, Early Periodic Screening Diagnosis and Treatment (EPSDT) | |||
</li> | |||
<li>Individuals with Disabilities Education Act (IDEA) services | |||
</li> | |||
<li><a href="http://www.iik.org/nurse_family_partnership/index.php" target="_blank"><span class=l>~</span> Nurse Family Partnership | |||
</a> | |||
<ul><li><p>About: Nurse-Family Partnership attacks the problems of poverty by providing nurses to visit low-income, first-time mothers at least twice a month from early pregnancy until their children’s second birthdays. These nurses teach the fundamentals of good parenting, offer encouragement and mentoring to new mothers, and consistently monitor the health and well-being of the child. | |||
<p>Georgette McMichae, gmcmichael@nursefamilypartnership.org, (303) 327-4258 | |||
<p><img src="NFP Map 0708.gif"> | |||
</li> | |||
</ul> | |||
</li> | |||
</ul> | |||
</li> | |||
<li>Economic Stability | |||
</li> | |||
<li>Stable Families | |||
<ul><li>Foster Care/Child Protective Services | |||
</li> | |||
</ul> | |||
</li> | |||
</ul> | |||
</li> | |||
<li><span id="show1_4" class="foldclosed" onClick="show_folder('1_4')" style="POSITION: absolute">+</span> <span id="hide1_4" class="foldopened" onClick="hide_folder('1_4')">-</Span> | |||
Background Data | |||
<ul id="fold1_4" style="POSITION: relative; VISIBILITY: visible;"><li>U.S. Census Bureau | |||
</li> | |||
<li>Co. Dept Public Health and Environment Vital Statistics | |||
<ul><li>Detail: Census Block Group | |||
</li> | |||
<li>Extent: Statewide | |||
</li> | |||
<li><span id="show1_4_1" class="foldclosed" onClick="show_folder('1_4_1')" style="POSITION: absolute">+</span> <span id="hide1_4_1" class="foldopened" onClick="hide_folder('1_4_1')">-</Span> | |||
Key Fields | |||
<ul id="fold1_4_1" style="POSITION: relative; VISIBILITY: visible;"><li>Total Births | |||
</li> | |||
<li>Mother's Level of Education | |||
</li> | |||
<li>Mother's Age | |||
</li> | |||
<li>Prenatal Care | |||
</li> | |||
<li>Mother Race / Ethnicity | |||
</li> | |||
</ul> | |||
</li> | |||
</ul> | |||
</li> | |||
<li>Denver Public Schools | |||
</li> | |||
</ul> | |||
</li> | |||
<li><span id="show1_5" class="foldclosed" onClick="show_folder('1_5')" style="POSITION: absolute">+</span> <span id="hide1_5" class="foldopened" onClick="hide_folder('1_5')">-</Span> | |||
Existing Scans | |||
<ul id="fold1_5" style="POSITION: relative; VISIBILITY: visible;"><li>Community Information Guide, Fall 2006 | |||
<ul><li>Source: Metro Denver Bright Beginnings | |||
</li> | |||
<li>Extent: Metro Denver | |||
</li> | |||
<li><span id="show1_5_1" class="foldclosed" onClick="show_folder('1_5_1')" style="POSITION: absolute">+</span> <span id="hide1_5_1" class="foldopened" onClick="hide_folder('1_5_1')">-</Span> | |||
Contents | |||
<ul id="fold1_5_1" style="POSITION: relative; VISIBILITY: visible;"><li>Adoption/Foster Care | |||
</li> | |||
<li>Adult Education | |||
</li> | |||
<li>Breastfeeding | |||
</li> | |||
<li>Child Educations | |||
</li> | |||
<li>Community Centers | |||
</li> | |||
<li>Counseling Mental Health | |||
</li> | |||
<li>Development | |||
</li> | |||
<li>Domestic Violence | |||
</li> | |||
<li>Drugs & Alcohol | |||
</li> | |||
<li>Emergency Services | |||
</li> | |||
<li>Family Support | |||
</li> | |||
<li>Fatherhood | |||
</li> | |||
<li>Financial | |||
</li> | |||
<li>Home Visitation | |||
</li> | |||
<li>Housing / Shelter | |||
</li> | |||
<li>Jobs | |||
</li> | |||
<li>Legal | |||
</li> | |||
<li>Libraries | |||
</li> | |||
<li>Medical | |||
</li> | |||
<li>Nutrition | |||
</li> | |||
<li>Parent Educations | |||
</li> | |||
<li>Play | |||
</li> | |||
<li>Postpartum Issues | |||
</li> | |||
<li>Pregnancy Services | |||
</li> | |||
<li>Safety | |||
</li> | |||
<li>Support | |||
</li> | |||
<li>Teen Services | |||
</li> | |||
<li>Tobacco Prevention | |||
</li> | |||
</ul> | |||
</li> | |||
</ul> | |||
</li> | |||
</ul> | |||
</li> | |||
<li><span id="show1_6" class="foldclosed" onClick="show_folder('1_6')" style="POSITION: absolute">+</span> <span id="hide1_6" class="foldopened" onClick="hide_folder('1_6')">-</Span> | |||
Partners | |||
<ul id="fold1_6" style="POSITION: relative; VISIBILITY: visible;"><li><a href="http://www.cde.state.co.us/early/early.htm#ECC" target="_blank"><span class=l>~</span> Colorado Early Childhood Councils | |||
</a> | |||
<ul><li><p>About: Since 1997, through the action of the Colorado General Assembly, 17 Consolidated Child Care Pilot (Pilots) communities in 30 of Colorado's counties are working to build a quality early childhood system through the collaboration of local partners. The Pilots are charged with the creation of a "seamless delivery system of early care and education services" that: | |||
<br> | |||
* Ensures collaboration among public and private stakeholders; | |||
<br> | |||
* Responds to the needs of working parents; | |||
<br> | |||
* Enhances child care quality; and | |||
<br> | |||
* Consolidates funding sources to create an early childhood system. | |||
<br> | |||
<br> | |||
The Pilots have become a vital component in the process of developing an Early Childhood system for the State of Colorado. In addition, to early care and education their focus includes: school readiness, health care, mental health, and family support. Much has been learned from the Pilots and they are now called Early Childhood Councils. | |||
<p>Kim Stokka, stokka_k@cde.state.co.us, 303.866.6536 | |||
<p>Jenna Davis, davis_j@cde.state.co.us, 303-866-6606 | |||
</li> | |||
</ul> | |||
</li> | |||
<li>Piton Foundation | |||
<ul><li>Lisa Roy, lroy@piton.org, 303-825-6246 | |||
</li> | |||
</ul> | |||
</li> | |||
<li><a href="http://www.makingconnectionsdenver.org/" target="_blank"><span class=l>~</span> Making Connections / Early Excellence | |||
</a> | |||
<ul><li>Josh Lazaroff, JLazaroff@mcdenver.org, 720-891-4920 | |||
</li> | |||
<li>Zulema Inai, zinai@mcdenver.org, 720-891-4920 | |||
</li> | |||
</ul> | |||
</li> | |||
<li>Mosiac Project | |||
<ul><li>Steven Poole, SPoole@tchden.org | |||
</li> | |||
</ul> | |||
</li> | |||
</ul> | |||
</li> | |||
</ul><SCRIPT language=JavaScript> | |||
fold_document(); | |||
</SCRIPT> | |||
</body> | |||
</html> | |||
<mm>[[ChildReadinessScan.mm]]</mm> | <mm>[[ChildReadinessScan.mm]]</mm> |
Revision as of 20:00, 21 November 2007
<html> <head> <title>Denver Child Readiness</title> <style type="text/css">
span.foldopened { color: white; font-size: xx-small; border-width: 1; font-family: monospace; padding: 0em 0.25em 0em 0.25em; background: #e0e0e0; VISIBILITY: visible; cursor:pointer; }
span.foldclosed { color: #666666; font-size: xx-small; border-width: 1; font-family: monospace; padding: 0em 0.25em 0em 0.25em; background: #e0e0e0; VISIBILITY: hidden; cursor:pointer; }
span.foldspecial { color: #666666; font-size: xx-small; border-style: none solid solid none; border-color: #CCCCCC; border-width: 1; font-family: sans-serif; padding: 0em 0.1em 0em 0.1em; background: #e0e0e0; cursor:pointer; }
li { list-style: none; }
span.l { color: red; font-weight: bold; }
a:link {text-decoration: none; color: black; } a:visited {text-decoration: none; color: black; } a:active {text-decoration: none; color: black; } a:hover {text-decoration: none; color: black; background: #eeeee0; }
</style> </head> <body>
<script language="JavaScript">
// Here we implement folding. It works fine with MSIE5.5, MSIE6.0 and // Mozilla 0.9.6.
if (document.layers) { //Netscape 4 specific code pre = 'document.'; post = ; } if (document.getElementById) { //Netscape 6 specific code pre = 'document.getElementById("'; post = '").style'; } if (document.all) { //IE4+ specific code pre = 'document.all.'; post = '.style'; }
function layer_exists(layer) {
try { eval(pre + layer + post); return true; } catch (error) { return false; }}
function show_layer(layer) {
eval(pre + layer + post).position = 'relative'; eval(pre + layer + post).visibility = 'visible'; }
function hide_layer(layer) {
eval(pre + layer + post).visibility = 'hidden'; eval(pre + layer + post).position = 'absolute'; }
function hide_folder(folder) {
hide_folding_layer(folder) show_layer('show'+folder);
scrollBy(0,0); // This is a work around to make it work in Browsers (Explorer, Mozilla)
}
function show_folder(folder) {
// Precondition: all subfolders are folded
show_layer('hide'+folder); hide_layer('show'+folder); show_layer('fold'+folder);
scrollBy(0,0); // This is a work around to make it work in Browsers (Explorer, Mozilla)
var i; for (i=1; layer_exists('fold'+folder+'_'+i); ++i) { show_layer('show'+folder+'_'+i); }
} function show_folder_completely(folder) {
// Precondition: all subfolders are folded
show_layer('hide'+folder); hide_layer('show'+folder); show_layer('fold'+folder);
scrollBy(0,0); // This is a work around to make it work in Browsers (Explorer, Mozilla)
var i; for (i=1; layer_exists('fold'+folder+'_'+i); ++i) { show_folder_completely(folder+'_'+i); }
}
function hide_folding_layer(folder) {
var i; for (i=1; layer_exists('fold'+folder+'_'+i); ++i) { hide_folding_layer(folder+'_'+i); }
hide_layer('hide'+folder); hide_layer('show'+folder); hide_layer('fold'+folder);
scrollBy(0,0); // This is a work around to make it work in Browsers (Explorer, Mozilla)
}
function fold_document() {
var i; var folder = '1'; for (i=1; layer_exists('fold'+folder+'_'+i); ++i) { hide_folder(folder+'_'+i); }
}
function unfold_document() {
var i; var folder = '1'; for (i=1; layer_exists('fold'+folder+'_'+i); ++i) { show_folder_completely(folder+'_'+i); }
}
</script> All + All -
Denver Child Readiness
- Existing Assessment Tools
- OMNI Institute
- Mile High United Way
- Domains
- + -
Cross Domain
- + -
<a href="http://www.smartstartcolorado.org/" target="_blank">~ Smart Start Colorado
</a>
About:
Smart Start Colorado is a statewide alliance of early childhood partnerships building a comprehensive system for young children and their families. That comprehensive early childhood system results in young children being ready for school and ready for life and encompasses:
* Early care and education
* Health
* Mental health
* And family support<a href="http://www.smartstartcolorado.org/about/system_defined.html" target="_blank">~ <img src="sys_def_Img.gif"> </a>
Comprehensive Goals
1. Program Quality and Standards: Services and supports provided for all children and their families will be high quality, standards-driven and developmentally appropriate.
2. Program Availability: The early childhood system has the capacity to provide accessible services and supports for all children and their families.
3. Parent and Family Engagement: All parents and families are partners in the early childhood system.
4. Professional and Workforce Development: The early childhood system ensures integrated and formalized ongoing professional and workforce development.
5. Public Engagement: The public understands the importance of, places a high priority on and promotes the early childhood system.
6. Accountability: The early childhood system is accountable for children's readiness for school and life.
7. Organizational Structure: The early childhood system has formally established governance and administrative structures at the state and local levels. 8. Funding and Finance The early childhood system has adequate, sustainable and flexible funding and resources from a broad array of public and private partners.
- + -
<a href="http://www.smartstartcolorado.org/" target="_blank">~ Smart Start Colorado
</a>
- + -
Education
- + -
Denver Preschool
- + -
Denver Public Schools
- Will Lee-Ashley, WILL_LEE-ASHLEY@dpsk12.org, 720-423-3526
- Andrew Robinson, Andrew_Robinson@dpsk12.org
- + -
<a href="http://www.denverpreschoolprogram.com/" target="_blank">~ Denver Preschool Program
</a>
About: The Denver Preschool Program, approved by voters in November 2006, provides parents with a tuition credit to use at the preschool of their choice. It will be open and voluntary for all Denver four-year-olds and will include all licensed preschool providers who agree to participate in a quality improvement system.
Pam Harris
James Mejia
- + -
Denver Public Schools
- Registered Child Care (center care, home care, FFN networks)
- Kindergarten instrument to assess school readiness
- Head Start
- + -
<a href="http://www.iik.org/incredible_years/" target="_blank">~ Incredible Years
</a>
About: The Incredible Years programs are a cost-effective, community-empowerment model that fit into a framework of services and systems, supporting the healthy development of young children and adding further strength to a community's support for families. The series has three distinct programs that work together to achieve outstanding outcomes:
- Skill Building for Children: "Dinosaur School" is presented with puppetry (including two life-sized child puppets, a wide-eyed Dinosaur and timid turtle) in a 15-20 minute large group circle time with the entire classroom 2-3 times a week. It is followed by a 15-20 minute small group activity. "Dinosaur School" provides children with special attention and tools that help build skills in anger management, problem solving, emotional competence, empathy and developing friendships.
- Skill Building for Parents: Groups are offered weekly for 12-14 weeks. The goals of the group are to offer parents support and additional information in strengthening parenting skills that promote the parent - child relationship, build social competence, reduce behavior problems and promote school readiness. Modalities of learning include the collaborative process, group discussion, video vignettes, role-play and home activities.
- Skill Building for Teachers: Video-based training, modeling and guided practice provide teachers with proven classroom management strategies, including the effective use of teacher attention, praise and encouragement that promote academic success in the classroom.
Jessica Spencer, at (303)839-1808 ext. 100 or email jspencer@iik.org
<img src="Incredible Years 2007 Map.gif">
- + -
Denver Preschool
- + -
Health
- Home Visiting/Family Support/Parent Counseling (e.g., Healthy Start)
- Immunization, Lead Screening
- Medicaid, SCHIP, Early Periodic Screening Diagnosis and Treatment (EPSDT)
- Individuals with Disabilities Education Act (IDEA) services
- <a href="http://www.iik.org/nurse_family_partnership/index.php" target="_blank">~ Nurse Family Partnership
</a>
About: Nurse-Family Partnership attacks the problems of poverty by providing nurses to visit low-income, first-time mothers at least twice a month from early pregnancy until their children’s second birthdays. These nurses teach the fundamentals of good parenting, offer encouragement and mentoring to new mothers, and consistently monitor the health and well-being of the child.
Georgette McMichae, gmcmichael@nursefamilypartnership.org, (303) 327-4258
<img src="NFP Map 0708.gif">
- Economic Stability
- Stable Families
- Foster Care/Child Protective Services
- + -
Cross Domain
- + -
Background Data
- U.S. Census Bureau
- Co. Dept Public Health and Environment Vital Statistics
- Detail: Census Block Group
- Extent: Statewide
- + -
Key Fields
- Total Births
- Mother's Level of Education
- Mother's Age
- Prenatal Care
- Mother Race / Ethnicity
- Denver Public Schools
- + -
Existing Scans
- Community Information Guide, Fall 2006
- Source: Metro Denver Bright Beginnings
- Extent: Metro Denver
- + -
Contents
- Adoption/Foster Care
- Adult Education
- Breastfeeding
- Child Educations
- Community Centers
- Counseling Mental Health
- Development
- Domestic Violence
- Drugs & Alcohol
- Emergency Services
- Family Support
- Fatherhood
- Financial
- Home Visitation
- Housing / Shelter
- Jobs
- Legal
- Libraries
- Medical
- Nutrition
- Parent Educations
- Play
- Postpartum Issues
- Pregnancy Services
- Safety
- Support
- Teen Services
- Tobacco Prevention
- Community Information Guide, Fall 2006
- + -
Partners
- <a href="http://www.cde.state.co.us/early/early.htm#ECC" target="_blank">~ Colorado Early Childhood Councils
</a>
About: Since 1997, through the action of the Colorado General Assembly, 17 Consolidated Child Care Pilot (Pilots) communities in 30 of Colorado's counties are working to build a quality early childhood system through the collaboration of local partners. The Pilots are charged with the creation of a "seamless delivery system of early care and education services" that:
- Ensures collaboration among public and private stakeholders;
- Responds to the needs of working parents;
- Enhances child care quality; and
- Consolidates funding sources to create an early childhood system.
The Pilots have become a vital component in the process of developing an Early Childhood system for the State of Colorado. In addition, to early care and education their focus includes: school readiness, health care, mental health, and family support. Much has been learned from the Pilots and they are now called Early Childhood Councils.Kim Stokka, stokka_k@cde.state.co.us, 303.866.6536
Jenna Davis, davis_j@cde.state.co.us, 303-866-6606
- Piton Foundation
- Lisa Roy, lroy@piton.org, 303-825-6246
- <a href="http://www.makingconnectionsdenver.org/" target="_blank">~ Making Connections / Early Excellence
</a>
- Josh Lazaroff, JLazaroff@mcdenver.org, 720-891-4920
- Zulema Inai, zinai@mcdenver.org, 720-891-4920
- Mosiac Project
- Steven Poole, SPoole@tchden.org
- <a href="http://www.cde.state.co.us/early/early.htm#ECC" target="_blank">~ Colorado Early Childhood Councils
</a>
<SCRIPT language=JavaScript>
fold_document(); </SCRIPT> </body> </html>
<mm>ChildReadinessScan.mm</mm>