add chicken composition

This commit is contained in:
Zdenek Borovec 2024-07-21 12:50:05 +02:00
parent 9d04075c72
commit bd55dd13ed

View file

@ -14,12 +14,25 @@ display_header("Unit conversions");
<li>
<a href="#unretard">Standard unretard table</a>
<ul>
<li> <a href="#unretard-volume">Volume</a> </li>
<li> <a href="#unretard-distance">Distance</a> </li>
<li> <a href="#unretard-weight">Weight</a> </li>
<li>
<a href="#unretard-volume">Volume</a>
</li>
<li>
<a href="#unretard-distance">Distance</a>
</li>
<li>
<a href="#unretard-weight">Weight</a>
</li>
</ul>
</li>
<li>
<a href="#cooking">Cooking units</a>
<ul>
<li>
<a href="#chicken-composition">Chicken composition</a>
</li>
</ul>
</li>
<li><a href="#cooking">Cooking units</a></li>
</ul>
</article>
@ -28,7 +41,11 @@ display_header("Unit conversions");
Unretard table
</h2>
<p>
Due to the lackluster nature of imperial units, some of these may be way off. Some may be from the US, some may be from the UK, some may be from atlantis, others from canada and some may be made up by me. Take all of these with a grain (65 mg) of salt.
Due to the lackluster nature of imperial units,
some of these may be way off. Some may be from the US,
some may be from the UK, some may be from atlantis,
others from canada and some may be made up by me.
Take all of these with a grain (65 mg) of salt.
</p>
<h3 id="unretard-volume"> Volume </h3>
@ -188,6 +205,96 @@ display_header("Unit conversions");
<td> 1.5 </td>
</tr>
</table>
<h3 id="chicken-composition">
Chicken composition.
</h3>
<p>
Do <b>you</b> ever overthink which part of the chicken to buy for the
best bang for your buck? I bought a chicken to try. no gibs, or head,
or feet, so take that into consideration. Also keep in mind that this
is currently a sample size of 1. If you perform your own experiments,
do e-mail me the results, more data is always better.
</p>
<div class="image-container-center">
<table style="max-height: 9em;">
<tr>
<td>
body part
</td>
<td>
weight
</td>
<td>
%
</tr>
</tr>
<tr>
<td>
Thigh meat
</td>
<td>
375g
</td>
<td>
23.01%
</tr>
</tr>
<tr>
<td>
Thigh bones
</td>
<td>
185
</td>
<td>
11.35%
</tr>
</tr>
<tr>
<td>
Breasts
</td>
<td>
545
</td>
<td>
33.44%
</tr>
</tr>
<tr>
<td>
Neck
</td>
<td>
110g
</td>
<td>
6.75%
</tr>
</tr>
<tr>
<td>
Skelet
</td>
<td>
415g
</td>
<td>
25.46%
</tr>
</tr>
</table>
<div>
<img src="https://assets.zdenekborovec.cz/upload/
c7bd96404989f2838ca2a750a843abd4/
4f170f63ca9f6cec9aa956ab623c94e0/
dc1b80834e33b69703cf629c4d96ac1f.png">
<p>
Chart generated by <a href="https://www.meta-chart.com/pie">
meta-chart.com</a>
</p>
</div>
</div>
</article>
<?php