-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmguide.php
47 lines (40 loc) · 3.52 KB
/
mguide.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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>K-12: Choosing a Standards-Based Mathematics Curriculum</title>
<link href="css/second.css" rel="stylesheet" type="text/css" media="screen">
</head>
<body>
<div id="container">
<div id="header">
<h1>Welcome to The K-12 Mathematics Curriculum Center</h1>
</div>
<?php include 'includes/navigation.inc'; ?>
<div id="maincontent">
<img src="images/pubslogo.gif" alt="Publications" width="70" height="55" class="sectionlogo">
<h1>Publications</h1>
<img src="images/3squares.gif" width="100" height="35" class ="bigsquares" alt="Squares" title="Squares">
<h2>Choosing a Standards-Based Mathematics Curriculum</h2>
<p>by Lynn T. Goldsmith, June Mark, and Ilene Kantrov</p>
<p><span class="title">Choosing a Standards-Based Mathematics Curriculum</span> is a guide for the selection and implementation of instructional materials based on the NCTM Standards. This guide is intended for use by assistant superintendents, curriculum coordinators, mathematics supervisors, lead teachers, department heads, and other educators responsible for the curriculum review and selection process within a district. This 182-page guide describes a process for considering and reviewing standards-based mathematics programs and raises questions and issues for readers to consider in their own processes, such as setting appropriate evaluation criteria, assessing district needs and resources, piloting materials before selection, and planning professional development and teacher support to facilitate implementation.</p>
<p>
To view excerpts from the guide, click below (Adobe Acrobat required):
<ul>
<li><a href="pdf/guide-to.pdf" target="_blank">Table of Contents</a></li>
<li><a href="pdf/gchp1.pdf" target="_blank">Chapter 1: What Is a <span class="title">Standards</span>-Based Curriculum?</a></li>
<li><a href="pdf/gchp2.pdf" target="_blank">Chapter 2: Getting Started: The “Big Ideas” of the Selection and Implementation Process</a></li>
<li><a href="pdf/gchp6.pdf" target="_blank">Chapter 6: Developing and Applying Selection Criteria</a></li>
<li><a href="pdf/gchp9.pdf" target="_blank">Chapter 9: Teacher Support</a></li>
<li><a href="pdf/gchp11.pdf" target="_blank">Chapter 11: Implementation Rollout</a></li>
<li><a href="pdf/guide-se.pdf" target="_blank">Appendix: Sample Selection Criteria</a></li>
</ul>
</p><br />
<p><span class="title">Choosing a Standards-Based Mathematics Curriculum</span> is
available from Heinemann, Inc.<!--, at a cost of $24 (plus shipping and handling). </p>
<p>--> To order, please call Heinemann, Inc., at (800) 793-2154 or visit their website at <a href="http://books.heinemann.com/products/E00163.aspx" target="_blank">www.heinemann.com</a>, where you can receive a 10% discount for ordering online. </p>
</div>
<?php include 'includes/footer.inc'; ?>
</div>
</body>
</html>