-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresearch.php
36 lines (27 loc) · 2.55 KB
/
research.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
<!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: Research</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/researchlogo.gif" alt="Research" width="161" height="28" class="sectionlogo">
<h1>Research</h1>
<img src="images/3squares.gif" width="100" height="35" class ="bigsquares" alt="Squares" title="Squares"><br /><br />
<p>The K–12 Mathematics Curriculum Center has been working on two projects relating to the selection and implementation of mathematics textbooks:</p>
<h4><span class="bold"><a href="curriculum.php">The Mathematics Instructional Materials Study at EDC</a></span></h4>
<p>EDC was funded by the NSF to engage in a mixed-methods study of 10–12 school districts’ implementation of elementary mathematics instructional materials. This research project builds on earlier work and will look specifically at the relationships between district and school level support for implementation and the effects on use and student outcomes. <a href="curriculum.php">Learn more about this implementation project.</a></p>
<h4><span class="bold"><a href="use.php">Effective Use of Mathematics Instructional Materials</a></span></h4>
<p>This applied research study sought to investigate mathematics textbook selection, with particular attention to the decisions curriculum leaders make as they navigate the selection process and the key factors affecting these decisions. Given this era of accountability it is not surprising that state standards and tests were highly influential in crafting an initial set of materials for consideration. Additionally, we found that the context in which decisions are made is also critical. <!--However, there are many openings in the process for curriculum leaders to influence the process.--> <a href="use.php">Learn more about this textbook selection project.</a></p>
</div>
<?php include 'includes/footer.inc'; ?>
</div>
</body>
</html>