Skip to content

Commit 88a80be

Browse files
committed
add new process models
1 parent c5290cc commit 88a80be

File tree

2 files changed

+23
-3
lines changed

2 files changed

+23
-3
lines changed

_layouts/people.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
---
44
<div class="container marketing">
55

6-
<h1>Developement Lead </h1>
6+
<h1>Development Lead </h1>
77
<div class="row">
88
{% for person in site.people %}
99
{% if person.role == "Lead" %}

models.html

+22-2
Original file line numberDiff line numberDiff line change
@@ -80,24 +80,44 @@
8080
<tr>
8181
<td>9</td>
8282
<td>Single-family Collection (<b>SF_Col</b>)</td>
83-
<td>Calculates cost, emissions, and fossil fuel use associated with MSW collection.</td>
83+
<td>Calculates cost, emissions, and fossil fuel use associated with MSW collection from single family sector.</td>
8484
<td>Based on <a href="https://doi.org/10.1061/(ASCE)EE.1943-7870.0001065" target="_blank">Jaunich et al. (2016)</a>.</td>
8585
</tr>
8686

8787
<tr>
8888
<td>10</td>
89+
<td>Multi Family Collection (<b>MF_Col</b>)</td>
90+
<td>Calculates cost, emissions, and fossil fuel use associated with MSW collection from multi-family sector.</td>
91+
<td>Based on <a href="https://doi.org/10.1061/(ASCE)EE.1943-7870.0001065" target="_blank">Jaunich et al. (2016)</a>.</td>
92+
</tr>
93+
94+
<tr>
95+
<td>11</td>
96+
<td>Commercial Collection (<b>COM_Col</b>)</td>
97+
<td>Calculates cost, emissions, and fossil fuel use associated with MSW collection from commercial sector.</td>
98+
<td>Based on <a href="https://doi.org/10.1061/(ASCE)EE.1943-7870.0001065" target="_blank">Jaunich et al. (2016)</a>.</td>
99+
</tr>
100+
101+
<tr>
102+
<td>12</td>
89103
<td>Reprocessing (<b>Reproc</b>)</td>
90104
<td>Calculates emissions, mass flows, and resource use and recovery associated with recycling materials.</td>
91105
<td>Based on data from <a href="https://mswdst.rti.org/docs/lci_report_ocr.pdf" target="_blank">RTI International (2003)</a>.</td>
92106
</tr>
93107

94108
<tr>
95-
<td>11</td>
109+
<td>13</td>
96110
<td>Transfer Station (<b>TS</b>)</td>
97111
<td>Calculates cost, emissions, and energy use associated with transfer stations.</td>
98112
<td>-</td>
99113
</tr>
100114

115+
<tr>
116+
<td>14</td>
117+
<td>Animal Feed (<b>AF</b>)</td>
118+
<td>Calculates cost, emissions, and energy use associated with conversion of food waste to animal feed and final use of produced feed.</td>
119+
<td>Developed using data from <a href="https://doi.org/10.1016/j.wasman.2011.04.019" target="_blank">Kim et al. (2011)</a> & <a href="https://doi.org/10.1016/j.scitotenv.2010.04.049" target="_blank">Kim and Kim (2010)</a>.</td>
120+
</tr>
101121

102122
</tbody>
103123
</table>

0 commit comments

Comments
 (0)