Add basic text and structure for site

main
rebuilt 3 years ago
parent 4f2339709f
commit f617238594

@ -0,0 +1,2 @@
class AboutController < ApplicationController
end

@ -0,0 +1,2 @@
class HomeController < ApplicationController
end

@ -0,0 +1,2 @@
class QpaController < ApplicationController
end

@ -0,0 +1,2 @@
class SqmController < ApplicationController
end

@ -0,0 +1,3 @@
class TeamController < ApplicationController
def index; end
end

@ -0,0 +1,2 @@
module AboutHelper
end

@ -0,0 +1,2 @@
module HomeHelper
end

@ -0,0 +1,2 @@
module QpaHelper
end

@ -0,0 +1,2 @@
module SqmHelper
end

@ -0,0 +1,2 @@
module TeamHelper
end

@ -0,0 +1,53 @@
<!-- Header-->
<header class="bg-dark py-5">
<div class="container px-5">
<div class="row gx-5 justify-content-center">
<div class="col-lg-6">
<div class="text-center my-5">
<h1 class="display-5 fw-bolder text-white mb-2">About</h1>
<div class="d-grid gap-3 d-sm-flex justify-content-sm-center">
</div>
</div>
</div>
</div>
</div>
</header>
<!-- About content-->
<div class="container px-5 text-center">
<div class="row gx-5 justify-content-center">
<div class="col-lg-8 mt-5">
<h1 class="page-header-ui-title mb-3">Education Commonwealth Project</h1>
<p class="page-header-ui-text">The Education Commonwealth Project (ECP) at the University of Massachusetts Lowell is guided by the belief that better school quality data can help identify and respond to inequities in students school experiences and that real-world assessments of student learning can enable a greater diversity of students to demonstrate their proficiency. Funded by the Massachusetts State Legislature, ECP offers public school districts across the state a new approach to evaluating school quality and student learning. The School Quality Measures data dashboard and Quality Performance Assessments have already been successfully piloted by the Massachusetts Consortium for Innovative Education Assessment (MCIEA), and with financial backing from Massachusetts State Legislature, they are now being made available on a free and open-source basis.
</p>
<p class="page-header-ui-text">In place of standardized tests like the MCAS, Quality Performance Assessments emphasize teacher-generated, curriculum-embedded methods to evaluate students deeper mastery of content and skills. And seeking to challenge and expand the existing accountability system, the School Quality Measures framework reflects the full scope of what schools do, while also collecting a broader range of data for determining school progress. </p>
<a class="text-decoration-none" href="#!">
Read More here
<i class="bi bi-arrow-right"></i>
</a>
</div>
<div class="col-lg-8 mt-5">
<h1 class="page-header-ui-title mb-3">History</h1>
<p class="page-header-ui-text">The Education Commonwealth Project is an extension of the <%= link_to "Massachusetts Consortium for Innovative Education Assessment (MCIEA)", "https://www.mciea.org/" %>. Formed in 2016 with support from the Massachusetts State Legislature, MCIEA is a partnership of eight public school districtsAttleboro, Boston, Lowell, Milford, Revere, Somerville, Wareham, Winchesterand their local teacher unions. The eight MCIEA districts have worked together since 2016, with support from the University of Massachusetts Lowell and the Center for Collaborative Education, to create fairer and more accurate pictures of students and schools. The consortium is co-governed by the superintendents and teachers union presidents in recognition of the benefits to such partnerships. </p>
</div>
<div class="col-lg-8 mt-5">
<h1 class="page-header-ui-title mb-3">Mission</h1>
<p class="page-header-ui-text">The mission of ECP is to provide districts with the opportunity to adopt the innovative assessment and accountability tools developed by MCIEA. We seek to increase knowledge among school community members about these alternative measurements, build school and district capacity for employing them, and further develop a system that might be adopted across the Commonwealth. In doing so, ECP strives to advance educational assessment that is more valid, more democratic, and more equitable than the current accountability system powered chiefly by a single set of standardized tests. Districts may choose to join MCIEA, or use one or both of the tools independently and tailored to their specific needs.
ECP will partner with any Massachusetts public school district, provided that administrators, educators, and community members are meaningfully engaged. Working with ECP can be as simple as having a conversation with our team about assessment. But we also offer the following full range of resources on a free and open-source basis:
</p>
<ul class="list-group">
<li class="list-group-item">Field-tested student and educator perception surveys and support for using those surveys</li>
<li class="list-group-item">Field-tested performance assessments for classroom use, and support for their adoption</li>
<li class="list-group-item">Support for building a school quality framework or adapting the School Quality Measures framework</li>
<li class="list-group-item">Support for building school-wide performance tasks to assess student learning</li>
<li class="list-group-item">Leveraging existing administrative data in new ways</li>
<li class="list-group-item">Developing team-oriented “walkthroughs” as measures of school performance and use of curriculum-embedded performance assessments</li>
<li class="list-group-item">Protocols for data use in PLCs or other school improvement efforts, as well as for the creation and administration of high quality performance assessments and reliable scoring of student work</li>
<li class="list-group-item">A state-of-the-art data dashboard that can be customized for school or district needs</li>
<li class="list-group-item">Engagement with families and community members around school quality and performance assessment</li>
</ul>
</div>
</div>
</div>

@ -0,0 +1,127 @@
<!-- Header-->
<header class="bg-dark py-5">
<div class="container px-5">
<div class="row gx-5 justify-content-center">
<div class="col-lg-6">
<div class="text-center my-5">
<h1 class="display-5 fw-bolder text-white mb-2">Education Commonwealth Project</h1>
<div class="d-grid gap-3 d-sm-flex justify-content-sm-center">
</div>
</div>
</div>
</div>
</div>
</header>
<!-- Features section-->
<section class="py-5 border-bottom" id="features">
<div class="container px-5 my-5">
<div class="row gx-5">
<div class="col-lg-4 mb-5 mb-lg-0">
<div class="feature bg-primary bg-gradient text-white rounded-3 mb-3"><i class="bi bi-building"></i></div>
<h2 class="h4 fw-bolder">About ECP</h2>
<p>The Education Commonwealth Project (ECP) works to support assessments of student learning and school
progress that are more valid, democratic, and holistic than traditional test-based school measurement.
ECP offers free and open-source resources for public schools and districts seeking to develop alternative
approaches to measurement and accountability.</p>
<%# <a class="text-decoration-none" href="#!"> %>
<%# Call to action %>
<%# <i class="bi bi-arrow-right"></i> %>
<%# </a> %>
</div>
<div class="col-lg-4 mb-5 mb-lg-0">
<div class="feature bg-primary bg-gradient text-white rounded-3 mb-3"><i class="bi bi-collection"></i></div>
<h2 class="h4 fw-bolder">School Quality Measures Project</h2>
<p>The School Quality Measures project (SQM) moves beyond test scores to reimagine how we understand and measure
school quality. From implementing new data sources, like student and teacher surveys, to visualizing data in
new ways that go beyond ranking and rating, the SQM team is here to support Massachusetts districts as they work
to assemble a fuller and more accurate portrait of their schools.</p>
<%# <a class="text-decoration-none" href="#!"> %>
<%# Call to action %>
<%# <i class="bi bi-arrow-right"></i> %>
<%# </a> %>
</div>
<div class="col-lg-4">
<div class="feature bg-primary bg-gradient text-white rounded-3 mb-3"><i class="bi bi-toggles2"></i></div>
<h2 class="h4 fw-bolder">Quality Performance Assessment</h2>
<p>The Quality Performance Assessment (QPA) project moves beyond testing a narrow range of knowledge in
one moment of time to rethink how we assess student learning. By providing examples of high quality
performance assessments, a toolkit of protocols, and guidance, the QPA team seeks to provide a model
for reimagining state assessment in Massachusetts and beyond. </p>
<%# <a class="text-decoration-none" href="#!"> %>
<%# Call to action %>
<%# <i class="bi bi-arrow-right"></i> %>
<%# </a> %>
</div>
</div>
</div>
</section>
<!-- Contact section-->
<section class="bg-light py-5">
<div class="container px-5 my-5 px-5">
<div class="text-center mb-5">
<div class="feature bg-primary bg-gradient text-white rounded-3 mb-3"><i class="bi bi-envelope"></i></div>
<h2 class="fw-bolder">Get in touch</h2>
<p class="lead mb-0">We'd love to hear from you</p>
</div>
<div class="row gx-5 justify-content-center">
<div class="col-lg-6">
<!-- * * * * * * * * * * * * * * *-->
<!-- * * SB Forms Contact Form * *-->
<!-- * * * * * * * * * * * * * * *-->
<!-- This form is pre-integrated with SB Forms.-->
<!-- To make this form functional, sign up at-->
<!-- https://startbootstrap.com/solution/contact-forms-->
<!-- to get an API token!-->
<form id="contactForm" data-sb-form-api-token="8495ab6d-c9ab-43f4-9e22-4203c4481357">
<!-- Name input-->
<div class="form-floating mb-3">
<input class="form-control" id="name" type="text" placeholder="Enter your name..." data-sb-validations="required" />
<label for="name">Full name</label>
<div class="invalid-feedback" data-sb-feedback="name:required">A name is required.</div>
</div>
<!-- Email address input-->
<div class="form-floating mb-3">
<input class="form-control" id="email" type="email" placeholder="name@example.com" data-sb-validations="required,email" />
<label for="email">Email address</label>
<div class="invalid-feedback" data-sb-feedback="email:required">An email is required.</div>
<div class="invalid-feedback" data-sb-feedback="email:email">Email is not valid.</div>
</div>
<!-- Phone number input-->
<div class="form-floating mb-3">
<input class="form-control" id="phone" type="tel" placeholder="(123) 456-7890" data-sb-validations="required" />
<label for="phone">Phone number</label>
<div class="invalid-feedback" data-sb-feedback="phone:required">A phone number is required.</div>
</div>
<!-- Message input-->
<div class="form-floating mb-3">
<textarea class="form-control" id="message" type="text" placeholder="Enter your message here..." style="height: 10rem" data-sb-validations="required"></textarea>
<label for="message">Message</label>
<div class="invalid-feedback" data-sb-feedback="message:required">A message is required.</div>
</div>
<!-- Submit success message-->
<!---->
<!-- This is what your users will see when the form-->
<!-- has successfully submitted-->
<div class="d-none" id="submitSuccessMessage">
<div class="text-center mb-3">
<div class="fw-bolder">Form submission successful!</div>
To activate this form, sign up at
<br />
<a href="https://startbootstrap.com/solution/contact-forms">https://startbootstrap.com/solution/contact-forms</a>
</div>
</div>
<!-- Submit error message-->
<!---->
<!-- This is what your users will see when there is-->
<!-- an error submitting the form-->
<div class="d-none" id="submitErrorMessage"><div class="text-center text-danger mb-3">Error sending message!</div></div>
<!-- Submit Button-->
<div class="d-grid"><button class="btn btn-primary btn-lg disabled" id="submitButton" type="submit">Submit</button></div>
</form>
</div>
</div>
</div>
</section>

@ -1,8 +1,14 @@
<!DOCTYPE html>
<html>
<head>
<title>EcpOrg</title>
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>EdCommonwealth</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Favicon-->
<link rel="icon" type="image/x-icon" href="assets/favicon.ico">
<!-- Bootstrap icons-->
<link href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.4.1/font/bootstrap-icons.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<%= csrf_meta_tags %>
<%= csp_meta_tag %>
@ -11,6 +17,37 @@
</head>
<body>
<!-- Responsive navbar-->
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<div class="container px-5">
<a class="navbar-brand" href="/">EdCommonwealth</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation"><span class="navbar-toggler-icon"></span></button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ms-auto mb-2 mb-lg-0">
<li class="nav-item"><%= link_to "Home", root_path, class: "nav-link active" %></li>
<li class="nav-item"><%= link_to "School Quality Measures", sqm_index_path, class: "nav-link" %></li>
<li class="nav-item"><%= link_to "Quality Performance Assessment", qpa_index_path, class: "nav-link" %></li>
<li class="nav-item"><%= link_to "Team", team_index_path, class: "nav-link" %></li>
<li class="nav-item"><%= link_to "About", about_index_path, class: "nav-link" %></li>
</ul>
</div>
</div>
</nav>
<%= yield %>
<!-- Footer-->
<footer class="py-5 bg-dark">
<div class="container px-5"><p class="m-0 text-center text-white">Copyright &copy; ECP 2022</p></div>
</footer>
<!-- Bootstrap core JS-->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"></script>
<!-- Core theme JS-->
<script src="js/scripts.js"></script>
<!-- * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *-->
<!-- * * SB Forms JS * *-->
<!-- * * Activate your form at https://startbootstrap.com/solution/contact-forms * *-->
<!-- * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *-->
<script src="https://cdn.startbootstrap.com/sb-forms-latest.js"></script>
</body>
</html>

@ -0,0 +1,80 @@
<!-- Header-->
<header class="bg-dark py-5">
<div class="container px-5">
<div class="row gx-5 justify-content-center">
<div class="col-lg-6">
<div class="text-center my-5">
<h1 class="display-5 fw-bolder text-white mb-2">Quality Performance Assessment</h1>
<div class="d-grid gap-3 d-sm-flex justify-content-sm-center">
</div>
</div>
</div>
</div>
</div>
</header>
<!-- QPA -->
<div class="container px-5 text-center">
<div class="row gx-5 justify-content-center">
<div class="col-lg-8 mt-5">
<h1 class="page-header-ui-title mb-3 mt-5">What is QPA?</h1>
<p>The Quality Performance Assessment (QPA) project moves beyond testing a narrow range of knowledge in one moment of time to rethink how we assess student learning. Through creating teacher-generated, standards-based, curriculum-embedded, and equity-minded performance assessments, a greater diversity of students are able to demonstrate what they know and a wider range of knowledge and skills can be assessed. By providing examples of high quality performance assessments, a toolkit of protocols, and guidance, the QPA team seeks to provide a model for reimagining state assessment in Massachusetts and beyond. </p>
<h1 class="page-header-ui-title mt-5">Why QPA?</h1>
<p>Over the past twenty years, MCAS, the statewide assessment in Massachusetts, has done little to close persistent score disparities by race, income, language, and disability. Additionally, MCAS has had significant negative impacts by narrowing the curriculum and losing valuable learning time to low-quality test preparation, particularly in school districts with high percentages of students from historically marginalized groups. The use of standardized tests within rigid accountability systems has led to increased inequality in schools, as these measures are consistently correlated with socioeconomic factors and race..</p>
<h1 class="mt-5"> QPA is designed to address these shortcomings by: </h1>
<h2>Focusing on what is most important for students to learn </h2>
<p>Assessments should test what is most important. Performance tasks provide opportunities for students to demonstrate their knowledge and skills in multiple ways. High-quality, authentic performance tasks are rich assessment experiences that engage students in meaningful writing, oral presentations, synthesis, analysis, reasoning, problem solving, collaborative teamwork. QPAs are better suited than traditional standardized tests for preparing students to tackle the kinds of tasks they will encounter in college, the workplace, and as citizens. </p>
<h2>Embedding assessment in the learning process </h2>
<p>Performance tasks are the culmination of curriculum units that enable students to demonstrate what they know and can do. They are an extension of learning as students apply their acquired knowledge and skills in a real-world setting.</p>
<h2>Enabling a greater diversity of students to demonstrate what they know, fostering anti-racism proficiency</h2>
<p>With the increasing diversity of students in our public schools, well designed performance assessments provide opportunities to showcase the knowledge and skills of historically marginalized groups and cultivate skills for all students such as critical consciousness and anti-racism. </p>
<h2>Giving teachers and parents a more timely and complete portrayal of student learning</h2>
<p>Performance tasks provide rich information to facilitate immediate feedback on what a student knows and can do. This data enables teachers to address learning gaps in more timely ways. A portfolio of student work derived from performance assessments within and across academic years provides an in-depth view of how student learning is progressing over time and how knowledge is building towards proficiency of content standards and skills. </p>
<h1 class="mt-5">What QPA Resources Do We Provide? </h1>
<ul class="list-group">
<li class="list-group-item">Information about and access to the MCIEA Performance Assessment Task Bank</li>
<li class="list-group-item">Tools and protocols that can be used to design high quality performance tasks</li>
<li class="list-group-item">Research and briefs on performance assessment</li>
</ul>
<p>
<a class="text-decoration-none" href="#!">
Read More About MCIEAs Free Performance Assessment Task Bank
<i class="bi bi-arrow-right"></i>
</a>
</p>
<p>
<a class="text-decoration-none" href="#!">
Read More About Free QPA tools and protocols
<i class="bi bi-arrow-right"></i>
</a>
</p>
<p>
<a class="text-decoration-none" href="#!">
Read the Research on QPA
<i class="bi bi-arrow-right"></i>
</a>
</p>
<p>
<a class="text-decoration-none" href="#!">
Speak with a Member of the QPA Team
<i class="bi bi-arrow-right"></i>
</a>
</p>
</div>
</div>
</div>

@ -0,0 +1,72 @@
<!-- Header-->
<header class="bg-dark py-5">
<div class="container px-5">
<div class="row gx-5 justify-content-center">
<div class="col-lg-6">
<div class="text-center my-5">
<h1 class="display-5 fw-bolder text-white mb-2">School Quality Measures</h1>
<div class="d-grid gap-3 d-sm-flex justify-content-sm-center">
</div>
</div>
</div>
</div>
</div>
</header>
<!-- SQM -->
<div class="container px-5 text-center">
<div class="row gx-5 justify-content-center">
<div class="col-lg-8 mt-5">
<h1 class="page-header-ui-title mb-3 mt-5">What is SQM?</h1>
<p> The School Quality Measures project (SQM) moves beyond test scores to reimagine how we understand and measure school quality. By drawing on a broad set of measures that includes social-emotional indicators, school culture indicators, and opportunity-to-learn indicators, SQM offers communities tools and practices that better reflect the full range of what schools do. From implementing new data sources, like student and teacher surveys, to visualizing data in new ways that go beyond ranking and rating, the SQM team is here to support Massachusetts districts as they work to assemble a fuller and more accurate portrait of their schools.</p>
<h1 class="page-header-ui-title mt-5">Why SQM?</h1>
<p>Traditional measurement and accountability systems, which rely heavily on standardized tests, have been plagued by a host of unintended consequences like teaching-to-the-test and the narrowing of educational aims. Moreover, such systems have been largely ineffective at advancing equity and supporting the work of school improvement. </p>
<h1 class="mt-5">SQM is designed to address these shortcomings by:</h1>
<h2>Aligning assessment with public values</h2>
<p>The SQM approach includes a wide range of indicators aligned with the domains of school quality that Americans value and that research supports. By assessing the many things that schools do, the SQM system seeks to honor and sustain the full mission of public schools. </p>
<h2>Drawing on multiple measures of school quality </h2>
<p>SQM includes 34 indicators of school quality, seeking to paint a more accurate and valid picture of school performance. By using multiple measures SQM moves beyond the narrow and overly simplistic notion of “good” and “bad” schools that drives inequity and dominates the contemporary education policy debate.</p>
<h2>Breaking the link between school measurement and social inequity</h2>
<p>Research shows that test scores are closely linked to demographics, such as student race and socio-economic status. To rely on test scores as the primary measures of school quality, then, is to reinforce existing inequities. SQM seeks to break the relationship between school quality measurement and educational inequity by offering a system of measurement that is not skewed by racial bias. </p>
<h2>Embracing human decision making </h2>
<p>SQM encourages inclusive, democratic deliberation and is rooted in the belief that educators and community members should be empowered to make meaningful decisions about their schools. Rather than rating and ranking schools like traditional accountability systems, SQM visualizes school quality data on a publicly accessible dashboard and ECP staff support school communities in sense-making of data. </p>
<h1 class="mt-5">What SQM Resources Do We Provide?</h1>
<p>
<a class="text-decoration-none" href="#!">
Read more about SQM's Free-and-Open SQM Data Dashboard here
<i class="bi bi-arrow-right"></i>
</a>
</p>
<p>
<a class="text-decoration-none" href="#!">
See our Measures Menu Here
<i class="bi bi-arrow-right"></i>
</a>
</p>
<p>
<a class="text-decoration-none" href="#!">
Read the Research on SQM
<i class="bi bi-arrow-right"></i>
</a>
</p>
<p>
<a class="text-decoration-none" href="#!">
Speak with a Member of the SQM Team
<i class="bi bi-arrow-right"></i>
</a>
</p>
</div>
</div>
</div>

@ -0,0 +1,114 @@
<!-- Header-->
<header class="bg-dark py-5">
<div class="container px-5">
<div class="row gx-5 justify-content-center">
<div class="col-lg-6">
<div class="text-center my-5">
<h1 class="display-5 fw-bolder text-white mb-2">Team</h1>
<div class="d-grid gap-3 d-sm-flex justify-content-sm-center">
</div>
</div>
</div>
</div>
</div>
</header>
<!-- Team members-->
<div class="container px-5 text-center">
<div class="row gx-5 justify-content-center">
<div class="col-lg-8 mt-5">
<h1 class="page-header-ui-title mb-3">The ECP Team</h1>
<div class="row mb-5">
<div class="card bg-light border-0 h-100">
<div class="card-body text-center p-4 p-lg-5 pt-0 pt-lg-0">
<div class="feature bg-primary bg-gradient text-white rounded-3 mb-4 mt-n4"><i class="bi bi-card-heading"></i></div>
<h2 class="fs-4 fw-bold">Ashley Carey</h2>
<h3 class="fs-4">Title</h3>
<p class="mb-0">Ashley Carey is a doctoral candidate at the University of Massachusetts Lowell and a former Lawrence High School art teacher. She joins ECP with practical and research experience related to school measurement and accountability. During her time at MCIEA, Ashley worked with teachers, school leaders, and district administrators, to help build their capacity for engaging with and understanding a broad range of data. As an affiliate of the Beyond Test Scores Project, she collaborates on research projects that examine the role of educational accountability, including its relationship to racial and socioeconomic inequality. Ashley also works as an adjunct instructor at Merrimack College, where she teaches in the department of Human Development & Community Engagement. </p>
</div>
</div>
</div>
<div class="row mb-5">
<div class="card bg-light border-0 h-100">
<div class="card-body text-center p-4 p-lg-5 pt-0 pt-lg-0">
<div class="feature bg-primary bg-gradient text-white rounded-3 mb-4 mt-n4"><i class="bi bi-card-heading"></i></div>
<h2 class="fs-4 fw-bold">Dan French</h2>
<h3 class="fs-4">Senior Fellow, Quality Performance Assessments</h3>
<p class="mb-0">Dan French co-leads performance assessment work within ECP. He was formerly executive director of Center for Collaborative Education, a nonprofit dedicated to assist public school districts to create equity-minded schools that provide quality education to every student. In this role, he co-founded the Massachusetts Consortium for Innovative Education Assessment, a model of assessing school quality and student learning that can serve as an alternative to the current biased MA education accountability system. Prior, Dan was director of curriculum & instruction at Massachusetts Department of Elementary and Secondary Education, before leaving in protest of the agencys move toward a single, high stakes standardized graduation test. He started his education career as a teacher of students with special needs. Dan received his doctorate from UMass Amherst.</p>
</div>
</div>
</div>
<div class="row mb-5">
<div class="card bg-light border-0 h-100">
<div class="card-body text-center p-4 p-lg-5 pt-0 pt-lg-0">
<div class="feature bg-primary bg-gradient text-white rounded-3 mb-4 mt-n4"><i class="bi bi-card-heading"></i></div>
<h2 class="fs-4 fw-bold">Akira Harper</h2>
<h3 class="fs-4">Title</h3>
<p class="mb-0"></p>
</div>
</div>
</div>
<div class="row mb-5">
<div class="card bg-light border-0 h-100">
<div class="card-body text-center p-4 p-lg-5 pt-0 pt-lg-0">
<div class="feature bg-primary bg-gradient text-white rounded-3 mb-4 mt-n4"><i class="bi bi-card-heading"></i></div>
<h2 class="fs-4 fw-bold">Nelson Jovel</h2>
<h3 class="fs-4">Software Engineer Lead</h3>
<p class="mb-0">Nelson Jovel has previously worked as a teacher for <%= link_to "Summerbridge", "https://www.breakthroughcollaborative.org/" %>; a summer school program for under-resourced students. He also worked at Woodside Priory School assisting students residing at the school through the boarding program. Nelson Jovel is the lead developer of the <%= link_to "School Quality Measures Dashboard", "https://mciea-dashboard.herokuapp.com/welcome" %> for MCIEA. He is also the developer on the project to customize the School Quality Measures Dashboard for the district of Lowell.</p>
</div>
</div>
</div>
<div class="row mb-5">
<div class="card bg-light border-0 h-100">
<div class="card-body text-center p-4 p-lg-5 pt-0 pt-lg-0">
<div class="feature bg-primary bg-gradient text-white rounded-3 mb-4 mt-n4"><i class="bi bi-card-heading"></i></div>
<h2 class="fs-4 fw-bold">Susan Lyons</h2>
<h3 class="fs-4">Technical Advisor, Quality Performance Assessments</h3>
<p class="mb-0">Dr. Susan Lyons is the owner and Principal Consultant at <%= link_to "Lyons Assessment Consulting", "https://www.lyonsassessmentconsulting.com/" %>. Her firm is a leader in supporting innovation in educational assessment and school accountability, working closely with clients across the country to transform traditional assessment systems to better serve all students. Dr. Lyons began her career in the classroom as a seventh-grade math teacher in Quito, Ecuador. In addition to her consulting work, Dr. Lyons is a part-time faculty member at Boston College and is the Executive Director of a non-profit organization dedicated to advancing gender and racial equity in the field of educational measurement, <%= link_to "Women in Measurement", "https://womeninmeasurement.org/" %>.</p>
</div>
</div>
</div>
<div class="row mb-5">
<div class="card bg-light border-0 h-100">
<div class="card-body text-center p-4 p-lg-5 pt-0 pt-lg-0">
<div class="feature bg-primary bg-gradient text-white rounded-3 mb-4 mt-n4"><i class="bi bi-card-heading"></i></div>
<h2 class="fs-4 fw-bold">Karalyn McGovern</h2>
<h3 class="fs-4">Title</h3>
<p class="mb-0"></p>
</div>
</div>
</div>
<div class="row mb-5">
<div class="card bg-light border-0 h-100">
<div class="card-body text-center p-4 p-lg-5 pt-0 pt-lg-0">
<div class="feature bg-primary bg-gradient text-white rounded-3 mb-4 mt-n4"><i class="bi bi-card-heading"></i></div>
<h2 class="fs-4 fw-bold">Peter Piazza</h2>
<h3 class="fs-4">Director of School Quality Measures</h3>
<p class="mb-0"> Peter Piazza is the Director of the School Quality Measures project at the Education Commonwealth Project. He formerly led school quality measure work at the Massachusetts Consortium for Innovative Educational Assessment, a coalition of public K-12 districts piloting a non-test-based form of school quality measurement. He completed a post-doctoral fellowship at Penn States Center for Education and Civil Rights, and he writes about race and school integration at the School Diversity Notebook blog, an affiliate of the National Coalition on School Diversity. Peter is also an adjunct instructor in the Leadership in Schooling Ed.D. program at the University of Massachusetts - Lowell. He earned his Ph.D. in Curriculum and Instruction from Boston College in 2015. </p>
</div>
</div>
</div>
<div class="row mb-5">
<div class="card bg-light border-0 h-100">
<div class="card-body text-center p-4 p-lg-5 pt-0 pt-lg-0">
<div class="feature bg-primary bg-gradient text-white rounded-3 mb-4 mt-n4"><i class="bi bi-card-heading"></i></div>
<h2 class="fs-4 fw-bold">Jack Schneider</h2>
<h3 class="fs-4">Title</h3>
<p class="mb-0"></p>
</div>
</div>
</div>
<div class="row mb-5">
<div class="card bg-light border-0 h-100">
<div class="card-body text-center p-4 p-lg-5 pt-0 pt-lg-0">
<div class="feature bg-primary bg-gradient text-white rounded-3 mb-4 mt-n4"><i class="bi bi-card-heading"></i></div>
<h2 class="fs-4 fw-bold">Julie Spencer-Robinson</h2>
<h3 class="fs-4">Title</h3>
<p class="mb-0">Julie Spencer-Robinson is Director of Engagement at the Education Commonwealth Project. She recently earned her Ph.D. in Educational Policy, Research, and Administration from the University of Massachusetts Amherst. Julie worked for 25 years as a public middle and high school teacher, and was also president of the Northampton Association of School Employees. She currently serves as an elected trustee of Smith Vocational and Agricultural High School, as a board member of the Collaborative for Educational Services, and on the Vocational Technical Education Advisory Council to the Massachusetts Board of Elementary and Secondary Education.</p>
</div>
</div>
</div>
</div>
</div>
</div>

@ -1,6 +1,9 @@
Rails.application.routes.draw do
# Define your application routes per the DSL in https://guides.rubyonrails.org/routing.html
resources :team, only: :index
resources :about, only: :index
resources :sqm, only: :index
resources :qpa, only: :index
# Defines the root path route ("/")
# root "articles#index"
root 'home#index'
end

Loading…
Cancel
Save