Skip to content
Snippets Groups Projects
tshirt.html 1.23 KiB
Newer Older
Sam Calisch's avatar
Sam Calisch committed
<html lang="en">
<head>
	<title>energy</title>
	<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="../style/main.css">
</head>
<script type='text/javascript' src='../js/parse-bibtex.js'></script>
<script type='text/javascript' src='../js/jquery-3.0.0.min.js'></script>
<script type='text/javascript' src='../js/mustache.min.js'></script>
<script type='text/javascript' src='../js/parse_citations.js'></script>
<script charset="UTF-8" src="../js/d3.min.js"></script>
<script type='text/javascript' src='../js/scoreboard.js'></script>
<script type='text/javascript'>parse_citations('../energy.bib');</script>

<body>

<p>Allwood provides a nice analysis of a cotton T-shirt in <cite id="allwood2015well"></cite>, along with technical assumptions in an annex.  For one T-shirt, he estimates 16 MJ for material, 24 MJ for production, 7 MJ for transportation to sellers, 65 MJ in use, and -3 MJ for disposal (where heat is reclaimed through incineration).  We include production and product transport in manufacturing, and we combine use and disposal into end-use.</p>

<a href='../index.html'>Back</a>

<div id="bib"></div>

<script charset="UTF-8" src="../js/d3.pie-chart.js"></script>
<script>run_scoreboard('T-shirt')</script>

</body>

</html>