Skip to content

Commit ed6e00e

Browse files
authored
Merge pull request #114 from code4policy/bugs
fix errors
2 parents 26d0614 + 0b66999 commit ed6e00e

6 files changed

Lines changed: 37 additions & 44 deletions

File tree

impacts.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
</head>
1414
<body>
1515
<!-- Disclaimer Banner -->
16-
<div class="disclaim-banner"><img src="images/logo_white_red.svg" alt="City of Boston" class="banner-logo"><span class="banner-text">This is not an official City of Boston website. This is an academic project created by Harvard Kennedy School students</span></div>
16+
<div class="disclaim-banner"><img src="images/logo_white_red.svg" alt="City of Boston" class="banner-logo"><span class="banner-text">This is not an official City of Boston website. This is an academic project created by Harvard Kennedy School students.</span></div>
1717
<header class="top-header">
1818
<div class="header-inner">
1919
<img src="images/logo.svg" alt="City of Boston" class="site-logo">

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<link href="styles/styles.css" rel="stylesheet" />
1010
</head>
1111
<body>
12-
<div class="disclaim-banner"><img src="images/logo_white_red.svg" alt="City of Boston" class="banner-logo"><span class="banner-text">This is not an official City of Boston website. This is an academic project created by Harvard Kennedy School students</span></div>
12+
<div class="disclaim-banner"><img src="images/logo_white_red.svg" alt="City of Boston" class="banner-logo"><span class="banner-text">This is not an official City of Boston website. This is an academic project created by Harvard Kennedy School students.</span></div>
1313
<header class="top-header">
1414
<div class="header-inner">
1515
<img src="images/logo.svg" alt="City of Boston" class="site-logo">

method.html

Lines changed: 32 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<link href="styles/styles.css" rel="stylesheet" />
1010
</head>
1111
<body>
12-
<div class="disclaim-banner"><img src="images/logo_white_red.svg" alt="City of Boston" class="banner-logo"><span class="banner-text">This is not an official City of Boston website. This is an academic project created by Harvard Kennedy School students</span></div>
12+
<div class="disclaim-banner"><img src="images/logo_white_red.svg" alt="City of Boston" class="banner-logo"><span class="banner-text">This is not an official City of Boston website. This is an academic project created by Harvard Kennedy School students.</span></div>
1313
<header class="top-header">
1414
<div class="header-inner">
1515
<img src="images/logo.svg" alt="City of Boston" class="site-logo">
@@ -106,45 +106,38 @@ <h4>Calculations</h4>
106106
</div>
107107

108108

109-
<h2>Pre-Post Effect of PAYT Within a 5-year Time Period</h2>
109+
<h2>Pre-Post Effect of PAYT Within a 5-year Time Period</h2>
110+
110111
<strong>Step 1:</strong> Merge data sources to obtain key information
111-
<ul>
112-
<li>Data sources include the Massachusetts Department of Environmental Protection's Municipal Solid Waste and Recycling surveys from 2009 to 2024, inclusive; the Massachusetts Department of Revenue's Divison of Local Services; and the Massachusetts Department of Environmental Protection's spreadsheet, "Massachusetts Municipalities with PAYT Programs, June 2025".</li>
113-
<li>Key information: PAYT adoption year, years pre- and post-PAYT adoption, number of households enrolled in each municipality's trash system, annual tonnage disposed per household.</li>
114-
</ul>
115-
</li>
116-
<li>
117-
<strong>Step 2:</strong> Generate annual tons of waste disposed per household
118-
<ul>
119-
<li>Tons per household are calculated by dividing the municipality's total annual disposal tonnage by the number of households served by the PAYT program.</li>
120-
<li>Tons per household standardizes our metric, as larger municipalities will dispose of more total trash than smaller municipalities.</li>
121-
</ul>
122-
</li>
123-
<li>
124-
<strong>Step 3:</strong> Remove records that would distort the "normal trash" comparison
125-
<ul>
126-
<li>Keep only rows of data in which bulky waste is excluded.</li>
127-
<li>Exclude years that did not record yearly tonnage.</li>
128-
</ul>
129-
</li>
130-
<li>
131-
<strong>Step 4:</strong> Identify the longest pre- and post-period for parallel trends
132-
<ul>
133-
<li>Filter data to contain municipalities with data 5 years before implementing PAYT through 5 years after implementing PAYT.</li>
134-
<li>If one town has 20 years of data and another has 3 years, comparisons may not follow parallel trends; therefore, we may not conclude that adopting PAYT had a statistically significant result.</li>
135-
</ul>
136-
</li>
137-
<li>
138-
<strong>Step 5:</strong> Select Harvard, Chicopee, Heath, Hinsdale, and Peru
139-
</li>
140-
<li>
141-
<strong>Step 6:</strong> Create a time series chart
142-
<ul>
143-
<li><strong>IMPORTANT NOTE:</strong> Our time of adoption begins at -1 (the adoption year); Year 0 is the implementation year; Year 1 is one year after implementation.</li>
144-
</ul>
145-
</li>
146-
</div>
147-
</div>
112+
<ul>
113+
<li>Data sources include the Massachusetts Department of Environmental Protection's Municipal Solid Waste and Recycling surveys from 2009 to 2024, inclusive; the Massachusetts Department of Revenue's Division of Local Services; and the Massachusetts Department of Environmental Protection's spreadsheet, "Massachusetts Municipalities with PAYT Programs, June 2025".</li>
114+
<li>Key information: PAYT adoption year, years pre- and post-PAYT adoption, number of households enrolled in each municipality's trash system, annual tonnage disposed per household.</li>
115+
</ul>
116+
117+
<strong>Step 2:</strong> Generate annual tons of waste disposed per household
118+
<ul>
119+
<li>Tons per household are calculated by dividing the municipality's total annual disposal tonnage by the number of households served by the PAYT program.</li>
120+
<li>Tons per household standardizes our metric, as larger municipalities will dispose of more total trash than smaller municipalities.</li>
121+
</ul>
122+
123+
<strong>Step 3:</strong> Remove records that would distort the "normal trash" comparison
124+
<ul>
125+
<li>Keep only rows of data in which bulky waste is excluded.</li>
126+
<li>Exclude years that did not record yearly tonnage.</li>
127+
</ul>
128+
129+
<strong>Step 4:</strong> Identify the longest pre- and post-period for parallel trends
130+
<ul>
131+
<li>Filter data to contain municipalities with data 5 years before implementing PAYT through 5 years after implementing PAYT.</li>
132+
<li>If one town has 20 years of data and another has 3 years, comparisons may not follow parallel trends; therefore, we may not conclude that adopting PAYT had a statistically significant result.</li>
133+
</ul>
134+
135+
<strong>Step 5:</strong> Select Harvard, Chicopee, Heath, Hinsdale, and Peru
136+
137+
<strong>Step 6:</strong> Create a time series chart
138+
<ul>
139+
<li><strong>IMPORTANT NOTE:</strong> Our time of adoption begins at -1 (the adoption year); Year 0 is the implementation year; Year 1 is one year after implementation.</li>
140+
</ul>
148141

149142
<script>
150143
(function () {

our-team.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
</head>
1313
<body>
14-
<div class="disclaim-banner"><img src="images/logo_white_red.svg" alt="City of Boston" class="banner-logo"><span class="banner-text">This is not an official City of Boston website. This is an academic project created by Harvard Kennedy School students</span></div>
14+
<div class="disclaim-banner"><img src="images/logo_white_red.svg" alt="City of Boston" class="banner-logo"><span class="banner-text">This is not an official City of Boston website. This is an academic project created by Harvard Kennedy School students.</span></div>
1515
<header class="top-header">
1616
<div class="header-inner">
1717
<img src="images/logo.svg" alt="City of Boston" class="site-logo">

recommendations.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<link href="styles/styles.css" rel="stylesheet" />
1010
</head>
1111
<body>
12-
<div class="disclaim-banner"><img src="images/logo_white_red.svg" alt="City of Boston" class="banner-logo"><span class="banner-text">This is not an official City of Boston website. This is an academic project created by Harvard Kennedy School students</span></div>
12+
<div class="disclaim-banner"><img src="images/logo_white_red.svg" alt="City of Boston" class="banner-logo"><span class="banner-text">This is not an official City of Boston website. This is an academic project created by Harvard Kennedy School students.</span></div>
1313
<header class="top-header">
1414
<div class="header-inner">
1515
<img src="images/logo.svg" alt="City of Boston" class="site-logo">

sources.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<link href="styles/styles.css" rel="stylesheet" />
1010
</head>
1111
<body>
12-
<div class="disclaim-banner"><img src="images/logo_white_red.svg" alt="City of Boston" class="banner-logo"><span class="banner-text">This is not an official City of Boston website. This is an academic project created by Harvard Kennedy School students</span></div>
12+
<div class="disclaim-banner"><img src="images/logo_white_red.svg" alt="City of Boston" class="banner-logo"><span class="banner-text">This is not an official City of Boston website. This is an academic project created by Harvard Kennedy School students.</span></div>
1313
<header class="top-header">
1414
<div class="header-inner">
1515
<img src="images/logo.svg" alt="City of Boston" class="site-logo">

0 commit comments

Comments
 (0)