Skip to content

Commit 183bc45

Browse files
fixing issues
1 parent fece9b2 commit 183bc45

1 file changed

Lines changed: 21 additions & 42 deletions

File tree

impacts.html

Lines changed: 21 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -57,34 +57,22 @@ <h3 class="block-title">Boston spent</h3>
5757
</div>
5858
</div>
5959
</div>
60-
<div class="method-banner">
61-
<button class="method-toggle" aria-expanded="false">What Are These Numbers? <span class="chev"></span></button>
62-
<div class="method-content" hidden>
63-
<h4>Terminology</h4>
64-
<ul style="margin-bottom: 20px;">
65-
<li><strong>Tipping Fee:</strong> The cost per ton that municipalities pay to dispose of trash at incineration or landfill facilities. Boston's tipping fee is $103.38 per ton.</li>
66-
<li><strong>Municipal Solid Waste:</strong> Trash and recyclables collected through Boston's municipal waste management program.</li>
67-
<li><strong>Household:</strong> A residential unit participating in Boston's municipal trash program. 322,000 households participated in 2024.</li>
68-
<li><strong>Tonnage:</strong> The total weight of trash disposed, measured in tons. Boston disposed of 186,305 tons in 2024, which converts to 372,610,000 pounds.</li>
69-
<li><strong>Average Reduction:</strong> How much trash 5 cities reduced per household after 5 years with PAYT = 0.260 tons per household.</li>
70-
<li><strong>Percent Reduction:</strong> How much less trash households threw away = 44.95%.</li>
71-
<li><strong>Projected Reduction:</strong> How much trash Boston could reduce if it does as well as other cities = 83,629.87 tons over 5 years.</li>
72-
</ul>
73-
<p style="margin-top: 15px; font-size: 14px;">For more information on the methodology, visit the <a href="method.html">Methodology Tab</a>.</p>
74-
</div>
60+
7561
<div class="impact-column">
7662
<div class="sectionbanner">With Pay as You Throw (by 2031):</div>
7763
<div class="stat-blocks stack">
7864
<div class="stat-block">
79-
<h3 class="block-title">Boston could reduce household trash disposal by</h3>
80-
<p class="block-reduction"><span class="reduction-percent">44.95%</span></p>
81-
<p class="block-description">over 5 years</p>
65+
<h3 class="block-title">Bostonians could dispose of</h3>
66+
<p class="block-reduction"><span class="reduction-percent">102,675 tons of trash</span></p>
67+
<p class="block-description">*A 44.95% reduction over 5 years</p>
8268
</div>
8369
<div class="stat-block">
84-
<h3 class="block-title">Progressing Boston's Zero Waste Goals</h3>
70+
<h3 class="block-title">Each household could dispose of</h3>
71+
<p class="block-reduction"><span class="reduction-percent">0.32 tons of trash</span></p>
72+
<p class="block-description">*This is an average per household</p>
8573
</div>
8674
<div class="stat-block">
87-
<h3 class="block-title">This could save Boston</h3>
75+
<h3 class="block-title">Boston could save</h3>
8876
<p class="block-reduction"><span class="reduction-percent">$1,729,131.19</span></p>
8977
<p class="block-description">in annual trash costs</p>
9078
</div>
@@ -95,29 +83,20 @@ <h3 class="block-title">This could save Boston</h3>
9583
<div class="method-banner">
9684
<button class="method-toggle" aria-expanded="false">What Are These Numbers? <span class="chev"></span></button>
9785
<div class="method-content" hidden>
98-
<h4>Terminology</h4>
99-
<ul>
100-
<li><strong>Tipping Fee:</strong> The cost per ton that municipalities pay to dispose of trash at incineration or landfill facilities. Boston's tipping fee is $103.38 per ton.</li>
101-
<li><strong>Municipal Solid Waste:</strong> Trash and recyclables collected through Boston's municipal waste management program.</li>
102-
<li><strong>Household:</strong> A residential unit participating in Boston's municipal trash program. 322,000 households participated in 2024.</li>
103-
<li><strong>Tonnage:</strong> The total weight of trash disposed, measured in tons. Boston disposed of 186,305 tons in 2024, which converts to 372,610,000 pounds.</li>
104-
</ul>
105-
<h4>Formulas</h4>
106-
<p><strong>Variables:</strong></p>
107-
<ul>
108-
<li><em>T</em> = Total tonnage disposed by Boston = 186,305 tons</li>
109-
<li><em>H</em> = Number of participating households = 322,000</li>
110-
<li><em>F</em> = Tipping fee per ton = $103.38</li>
111-
</ul>
112-
<p><strong>Calculations:</strong></p>
113-
<ul>
114-
<li><strong>Total pounds of trash:</strong> <em>T</em> × 2,000 lbs/ton = 186,305 × 2,000 = 372,610,000 pounds</li>
115-
<li><strong>Tons per household:</strong> <em>T</em> ÷ <em>H</em> = 186,305 ÷ 322,000 = 0.579 tons per household</li>
116-
<li><strong>Total incineration cost:</strong> <em>T</em> × <em>F</em> = 186,305 × $103.38 = $19,260,210.90</li>
117-
</ul>
86+
<h4>Terminology</h4>
87+
<ul style="margin-bottom: 20px;">
88+
<li><strong>Tipping Fee:</strong> The cost per ton that municipalities pay to dispose of trash at incineration or landfill facilities. Boston's tipping fee is $103.38 per ton.</li>
89+
<li><strong>Municipal Solid Waste:</strong> Trash and recyclables collected through Boston's municipal waste management program.</li>
90+
<li><strong>Household:</strong> A residential unit participating in Boston's municipal trash program. 322,000 households participated in 2024.</li>
91+
<li><strong>Tonnage:</strong> The total weight of trash disposed, measured in tons. Boston disposed of 186,305 tons in 2024, which converts to 372,610,000 pounds.</li>
92+
<li><strong>Average Reduction:</strong> How much trash 5 cities reduced per household after 5 years with PAYT = 0.260 tons per household.</li>
93+
<li><strong>Percent Reduction:</strong> How much less trash households threw away = 44.95%.</li>
94+
<li><strong>Projected Reduction:</strong> How much trash Boston could reduce if it does as well as other cities = 83,629.87 tons over 5 years.</li>
95+
</ul>
96+
<p style="margin-top: 15px; font-size: 14px;">For more information on the methodology, visit the <a href="method.html">Methodology Tab</a>.</p>
97+
</div>
98+
</div>
11899
</div>
119-
</div>
120-
121100
<!-- Section: Case Study of Malden -->
122101
<div class="sectionbanner">Potential Revenue from PAYT: A Case Study of Malden</div>
123102
<div class="two-column-divider">

0 commit comments

Comments
 (0)