personal-website/docs/www/random/conversions.php

303 lines
5 KiB
PHP
Raw Normal View History

2024-01-03 12:10:52 +01:00
<?php
2024-05-10 17:20:25 +02:00
$COMMONS = $_SERVER['DOCUMENT_ROOT'] . "/../common";
include_once($COMMONS."/header.php");
display_header("Unit conversions");
2024-01-03 12:10:52 +01:00
?>
<article id="toc">
<h2>
Table of contents
</h2>
2024-01-19 05:42:52 +01:00
<ul>
<li>
<a href="#unretard">Standard unretard table</a>
<ul>
2024-07-21 12:50:05 +02:00
<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>
2024-01-19 05:42:52 +01:00
</ul>
</li>
</ul>
2024-01-03 12:10:52 +01:00
</article>
<article id="unretard">
<h2>
Unretard table
</h2>
2024-01-19 05:35:08 +01:00
<p>
2024-07-21 12:50:05 +02:00
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.
2024-01-19 05:35:08 +01:00
</p>
2024-01-19 05:42:52 +01:00
<h3 id="unretard-volume"> Volume </h3>
2024-01-19 05:35:08 +01:00
<table>
<tr>
<td>Retarded unit</td>
<td>Unretarded unit</td>
</tr>
<tr>
<td>1 Teaspoon</td>
<td>5 ml</td>
</tr>
<tr>
<td>1 Tablespoon</td>
<td>15 ml</td>
</tr>
<tr>
<td>1 Fluid ounce</td>
2024-05-07 17:36:52 +02:00
<td>29 ml</td>
2024-01-19 05:35:08 +01:00
</tr>
<tr>
<td>1 Cup</td>
<td>240 ml</td>
</tr>
<tr>
<td>1 Pint (freedomland)</td>
<td>470 ml</td>
</tr>
<tr>
<td>1 Pint (UKingdom)</td>
<td>570 ml</td>
</tr>
<tr>
<td>1 Quart</td>
<td>950 ml</td>
</tr>
<tr>
<td>1 Gallon</td>
<td>3.8 l</td>
</tr>
</table>
2024-01-19 05:42:52 +01:00
<h3 id="unretard-distance"> Distance </h3>
2024-01-03 12:10:52 +01:00
<table>
<tr>
2024-01-19 05:35:08 +01:00
<td>Retarded unit</td>
<td>Unretarded unit</td>
</tr>
<tr>
<td>1 Inch ()</td>
<td>25.4 mm</td>
</tr>
<tr>
<td>1 Foot ()</td>
<td>30 cm</td>
</tr>
<tr>
<td>1 Yard</td>
<td>91 cm</td>
</tr>
<tr>
<td>1 Fathom</td>
<td>1.8 m</td>
</tr>
<tr>
<td>1 Mile</td>
<td>1.6 km</td>
</tr>
<tr>
<td>1 Nautical Mile</td>
<td>1.85 km</td>
</tr>
2024-05-05 00:27:43 +02:00
<tr>
<td>1 League (UKingdom, nautical)</td>
<td>5.55 km (3 nmi)</td>
</tr>
2024-01-19 05:35:08 +01:00
</table>
2024-01-19 05:42:52 +01:00
<h3 id="unretard-weight"> Weight </h3>
2024-01-19 05:35:08 +01:00
<table>
<tr>
<td>Retarded unit</td>
<td>Unretarded unit</td>
</tr>
<tr>
<td>1 Ounce</td>
<td>28 g</td>
</tr>
<tr>
<td>1 Pound</td>
<td>450 g</td>
</tr>
<tr>
<td>1 Ton</td>
<td>907 kg</td>
2024-01-03 12:10:52 +01:00
</tr>
</table>
2024-01-19 06:00:39 +01:00
<h3 id="unretard-others"> Others </h3>
<table>
<tr>
<td>Retarded unit</td>
<td>Unretarded unit</td>
</tr>
<tr>
<td>1 Knot</td>
<td> 1.85
<div class="frac">
<span> km </span>
<span class="symbol"> / </span>
<span class="bottom"> h </span>
</div>
</td>
</tr>
</table>
2024-01-03 12:10:52 +01:00
</article>
<article id="cooking">
<h2>
Cooking unit coversions
</h2>
<p>
Disclaimer: these are chiefly my measurements, it is entirely possible
I made a mistake somewhere. If your measurements differ significantly,
please e-mail me.
</p>
2024-01-19 04:21:58 +01:00
<table>
2024-01-03 12:10:52 +01:00
<tr>
<td> Item </td>
<td> Special </td>
<td> Volumetric </td>
<td> Weight </td>
<td>
<div class="frac">
<span> W </span>
<span class="symbol"> / </span>
<span class="bottom"> V </span>
</div>
</td>
</tr>
<tr>
<td> Cheese (eidam 45%, roughly grated, pressed down) </td>
<td> 1 cup </td>
<td> 236 ml </td>
<td> 128 g </td>
<td> 0.5 </td>
</tr>
<tr>
<td> Egg </td>
<td> Small </td>
<td> 39.5 ml </td>
<td> 50 g </td>
<td> 1.25 </td>
</tr>
<tr>
<td> Honey </td>
<td> 1 jar </td>
<td> 600 ml </td>
<td> 900 g </td>
<td> 1.5 </td>
</tr>
</table>
2024-07-21 12:50:05 +02:00
<h3 id="chicken-composition">
Chicken composition.
</h3>
<p>
Do <b>you</b> ever overthink which part of the chicken to buy for the
2024-07-21 12:57:39 +02:00
best bang for your buck? I bought a chicken to try. No gibs, or head,
2024-07-21 12:50:05 +02:00
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,
2024-07-21 12:57:39 +02:00
do e-mail me the results, more data equals more better.
2024-07-21 12:50:05 +02:00
</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>
2024-01-03 12:10:52 +01:00
</article>
2024-05-10 17:20:25 +02:00
<?php
include_once($COMMONS."/footer.php");
?>