Transition from Lowell to ECP. Update text and links to reflect the new Organization.

pull/1/head
rebuilt 3 years ago
parent 10bf7177e4
commit 5e88c8be1b

@ -22,7 +22,7 @@ class TeacherSurveyPresenter < DataItemPresenter
def descriptions_and_availability
if @measure_id == '1B-i'
return [DataAvailability.new('1B-i', 'Items available upon request to Lowell Public Schools.',
return [DataAvailability.new('1B-i', 'Items available upon request to ECP',
true)]
end

@ -16,7 +16,7 @@ module Sftp
puts filename
sftp.file.open(filepath(path:, filename:), 'r') do |f|
StudentLoader.from_file(file: f, rules: [Rule::SkipNonLowellSchools])
StudentLoader.from_file(file: f, rules: [])
end
end
end

@ -21,22 +21,22 @@
<%= turbo_frame_tag "schools" do %>
<div class="d-flex">
<% if District.count > 1 %>
<div class="row">
<%= f.select :district, @districts,
{include_blank: "Select a District", selected: params[:district] } , {id: "district-dropdown", class: "form-select", hidden: @districts.count == 1} %>
<div class="row">
<%= f.select :district, @districts,
{include_blank: "Select a District", selected: params[:district] } , {id: "district-dropdown", class: "form-select", hidden: @districts.count == 1} %>
</div>
<% end %>
<div>
<%= f.select :school, @schools,
{include_blank: "Select a School", selected: params[:school]}, { id: "school-dropdown", class: "form-select mx-3"} if @schools %>
</div>
<div>
<%= f.select :school, @schools,
{include_blank: "Select a School", selected: params[:school]}, { id: "school-dropdown", class: "form-select mx-3"} if @schools %>
</div>
<% if @school.present? %>
<%= link_to "Go", district_school_overview_index_path(@district, @school, {year: @year} ), class: "mx-4 btn btn-secondary" , data: {turbo_frame: "_top"} %>
<% else %>
<%= button_to "Go", "/", class: "mx-4 btn btn-secondary" , data: {turbo_frame: "_top"}, disabled: true %>
<% end %>
<% if @school.present? %>
<%= link_to "Go", district_school_overview_index_path(@district, @school, {year: @year} ), class: "mx-4 btn btn-secondary" , data: {turbo_frame: "_top"} %>
<% else %>
<%= button_to "Go", "/", class: "mx-4 btn btn-secondary" , data: {turbo_frame: "_top"}, disabled: true %>
<% end %>
</div>
<% end %>
@ -61,17 +61,16 @@
</div>
<div class="col-lg-7">
<h2 class="mb-4">School Quality Measures Framework</h2>
<p>Through a Research-Practice Partnership between Lowell Public Schools (LPS) and the University of Massachusetts - Lowell (UML), the Holistic Assessment for Lowell Schools (HALS) project is reimagining how we measure the quality of LPS schools and the learning experiences of our students. </p>
<p>Starting in the 2022-2023 school year, LPS convened a team of educational leaders and teachers to build off of Lowell's long-time engagement with the Massachusetts Consortium for Innovative Education Assessment (MCIEA). In the upcoming years, the HALS dashboard will operate as a space for Lowell school and district leaders to customize school quality measurement to their specific needs and continuous improvement goals. </p>
<p>The HALS school quality measurement framework retains the five-category structure of the MCIEA framework. The framework has been built around multiple measures, which include academic, social-emotional, and school culture indicators, in order to piece together a fairer and more comprehensive picture of school performance. It consists of five major categories. </p>
<p> Through a strand of work led by professor Jack Schneider at the University of Massachusetts Lowell and a team of researchers, ECP is reimagining how we measure the quality of our schools and the learning experiences of our students. </p>
<p> Specifically, ECP is the dissemination arm of the School Quality Measures framework developed by the eight original districts of the Massachusetts Consortium for Innovative Education Assessment (MCIEA). MCIEA sought input from stakeholders in each consortium district to build a school quality framework that reflects what the public wants to know about their schools. </p>
<p> The framework has been built around multiple measures, which include academic, social-emotional, and school culture indicators, in order to piece together a fairer and more comprehensive picture of school performance. It consists of five major categories. </p>
<div id="landing-accordion" class="accordion mt-6">
<% @categories.each do |category| %>
<div class="accordion-item">
<h3 class="accordion-header" id="<%= category.slug %>-header">
<button class="accordion-button sub-header-4 collapsed" data-bs-toggle="collapse" data-bs-target="#<%= category.slug %>-item" aria-expanded="false" aria-controls="<%= category.slug %>-item">
<i class="<%= category.icon_class %> fa-lg fa-fw me-3 <%= category.icon_color_class %>"></i> <%= category.name %>
</button>
</button>
</h3>
<div id="<%= category.slug %>-item" class="accordion-collapse collapse" aria-labelledby="<%= category.slug %>-header" data-bs-parent="#landing-accordion">
<div class="accordion-body">
@ -88,8 +87,8 @@
<div class="bg-color-blue text-center py-11">
<div class="about-mciea">
<h2 class="mb-4">About HALS</h2>
<p>Lowell Public Schools (LPS) was an inaugural member of the Massachusetts Consortium for Innovative Education Assessment (MCIEA) when it launched in 2016. The Holistic Assessment for Lowell Schools (HALS) dashboard builds on Lowell's work with MCIEA. Made possible by a Research-Practice Partnership between LPS and the School of Education at University of Massachusetts - Lowell, the HALS project will develop new approaches to school quality measurement and online data display, providing context-embedded data for LPS schools. </p>
<a href="https://www.uml.edu/news/stories/2022/education-lowell-grant.aspx" target="_blank" class="btn btn-secondary mt-4">Learn More</a>
<h2 class="mb-4">About ECP</h2>
<p>Based at the University of Massachusetts - Lowell, ECP seeks to improve the way student learning and school quality are assessed, advancing a valid, democratic, and equitable approach to assessment and accountability. ECP works to accomplish this through free dissemination of the tools designed and piloted within MCIEA. This includes the School Quality Measures (SQM) framework, surveys, and an open-source data dashboard. It also includes the Quality Performance Assessment (QPA) Task Bank, along with accompanying tools and practices. ECP will provide no-cost assistance to Massachusetts public schools and districts interested in SQM or QPA work. ECP also allows schools and districts to move at their own pace and customize their pathway. Partnership with ECP can lead to a district choosing to join MCIEA.</p>
<a href="https://www.edcommonwealth.org/" target="_blank" class="btn btn-secondary mt-4">Learn More</a>
</div>
</div>

@ -7,7 +7,7 @@
</div>
<div class="modal-body">
<p> Were unable to display results for the selected school and school year. </p>
<p> Youre welcome to <a target="_blank" href="https://www.mciea.org/contact.html">contact Lowell Public Schools</a> for more information</p>
<p> Youre welcome to <a target="_blank" href="https://www.edcommonwealth.org/contacts">contact ECP</a> for more information</p>
</div>
</div>
</div>

@ -12,7 +12,7 @@
<li> Teacher and student survey response rates below 25% </li>
</ul>
<p> You may continue to explore the structure of the HALS School Quality Measures Framework, but we recommend selecting a different school and/or a different school year for the best experience.</p>
<p> Youre also welcome to contact <a target="_blank" href="mailto: peter_piazza@uml.edu">UMass-Lowell staff</a> to help ensure this school has data for you to review next year.</p>
<p> Youre also welcome to contact <a target="_blank" href="https://www.edcommonwealth.org/contacts">ECP staff</a> to help ensure this school has data for you to review next year.</p>
</div>
</div>
</div>

@ -1,4 +1,5 @@
<footer class="d-flex justify-content-center">
<p class="footer-item">Copyright © 2022</p>
<%= link_to "Lowell" , "https://www.lowell.k12.ma.us/" , class: "footer-item footer-link", target: "_blank" %>
<p class="footer-item">Copyright © 2023</p>
<%= link_to "ECP" , "https://www.edcommonwealth.org/" , class: "footer-item footer-link", target: "_blank" %>
<%= link_to "Contact Us" , "https://www.edcommonwealth.org/contacts" , class: "footer-item footer-link", target: "_blank" %>
</footer>

@ -2,7 +2,7 @@
<div class="container">
<div class="row py-4 justify-content-between align-items-center">
<div class="col d-flex justify-content-start align-items-center">
<%= link_to image_tag('sqm_logo.png', alt: 'School Quality Measures Dashboard', class: 'height-56'), welcome_path, class: 'me-7' %>
<%= link_to image_tag('logo.svg', alt: 'School Quality Measures Dashboard', size: "100x100"), welcome_path, class: 'me-7' %>
<a class="sub-header-3 link me-4 <%= link_weight(path: 'overview') %>" href="<%= link_to_overview(district: @district, school: @school, academic_year: @academic_year) %>">Overview</a>
<a class="sub-header-3 link me-4 <%= link_weight(path: 'browse') %>" href="<%= link_to_browse(district: @district, school: @school, academic_year: @academic_year) %>">Browse</a>
<a class="sub-header-3 link <%= link_weight(path: 'analyze') %>" href="<%= link_to_analyze(district: @district, school: @school, academic_year: @academic_year) %>">Analyze</a>

@ -1,31 +1,31 @@
<html>
<head>
<title>HALS</title>
<link href="https://fonts.googleapis.com/css?family=Bitter:400,600,700" rel="stylesheet" type="text/css"/>
<link href="https://fonts.googleapis.com/css?family=Cabin:400,600,700" rel="stylesheet" type="text/css"/>
<%= stylesheet_link_tag 'sqm', media: 'all', 'data-turbo-track': 'reload' %>
<%= stylesheet_link_tag 'welcome', media: 'all', 'data-turbo-track': 'reload' %>
<%= javascript_include_tag 'application', 'data-turbo-track': 'reload' %>
<%= render partial: 'layouts/google_analytics', locals: { google_analytics_id: @google_analytics_id } %>
<%= render partial: 'layouts/hotjar', locals: { hotjar_id: @hotjar_id } %>
</head>
<body>
<head>
<title>HALS</title>
<link href="https://fonts.googleapis.com/css?family=Bitter:400,600,700" rel="stylesheet" type="text/css"/>
<link href="https://fonts.googleapis.com/css?family=Cabin:400,600,700" rel="stylesheet" type="text/css"/>
<%= stylesheet_link_tag 'sqm', media: 'all', 'data-turbo-track': 'reload' %>
<%= stylesheet_link_tag 'welcome', media: 'all', 'data-turbo-track': 'reload' %>
<%= javascript_include_tag 'application', 'data-turbo-track': 'reload' %>
<%= render partial: 'layouts/google_analytics', locals: { google_analytics_id: @google_analytics_id } %>
<%= render partial: 'layouts/hotjar', locals: { hotjar_id: @hotjar_id } %>
</head>
<body>
<header>
<div class="container">
<div class="row py-4 justify-content-between align-items-center">
<div class="col d-flex justify-content-start align-items-center">
<%= link_to image_tag('sqm_logo.png', alt: 'School Quality Measures Dashboard', class: 'height-56'), welcome_path, class: 'me-7' %>
<header>
<div class="container">
<div class="row py-4 justify-content-between align-items-center">
<div class="col d-flex justify-content-start align-items-center">
<%= link_to image_tag('logo.svg', alt: 'School Quality Measures Dashboard', size: "200x200"), welcome_path, class: 'me-7' %>
</div>
</div>
</div>
</div>
</div>
</header>
</header>
<%= yield %>
<%= yield %>
<div>
<%= render partial: 'layouts/footer' %>
</div>
<div>
<%= render partial: 'layouts/footer' %>
</div>
</body>
</body>
</html>

Loading…
Cancel
Save