From 2f53ee3997d4e7d998fdbbf8d29760557e1e5b57 Mon Sep 17 00:00:00 2001 From: Codex Agent Date: Sun, 8 Mar 2026 06:40:34 +0000 Subject: [PATCH] Add Gray and Hands backlog calculators --- calculators_list.md | 120 ++++++++++++++++-------- hdyc-svelte/src/lib/data/calculators.ts | 44 ++++++++- 2 files changed, 122 insertions(+), 42 deletions(-) diff --git a/calculators_list.md b/calculators_list.md index f7d07d2..5abb900 100644 --- a/calculators_list.md +++ b/calculators_list.md @@ -398,7 +398,9 @@ The registry currently contains 1333 unique calculator slugs. | Grams to Troy Ounces | grams-to-troy-ounces | weight | 0.0321507466 | | Gray to Rad | gray-to-rad | radiation | 100.0 | | Millirem to Microsievert – Convert millirem exposures into microsieverts. | millirem-to-microsievert | angle | 100.0 | +| Millirem to Gray – Convert millirem doses into grays using the 1 mrem = 0.00001 Gy ratio. | millirem-to-gray | radiation | 0.00001 | | Millisievert to Rem – Turn millisieverts into rems for dose comparisons. | millisievert-to-rem | angle | 0.1 | +| Millisievert to Gray – Flip millisievert readings into grays using a 1 mSv = 0.001 Gy ratio. | millisievert-to-gray | radiation | 0.001 | | Grams to Apothecary ounces | grams-to-apothecary-ounces | weight | 0.0321507466 | | Grams to Carats | grams-to-carats | weight | 5.0 | | Grams to Grains | grams-to-grains | weight | 15.4323584 | @@ -1004,9 +1006,12 @@ The registry currently contains 1333 unique calculator slugs. | Milliseconds to Seconds | milliseconds-to-seconds | angle | 0.001 | | Seconds to milliseconds | seconds-to-milliseconds | angle | 1000 | | Rutherford to becquerel | rutherford-to-becquerel | radiation | 1000000 | +| Rutherford to Gray – Translate Rutherford disintegrations into grays when you provide the decay energy and mass. | rutherford-to-gray | radiation | Multi-Variable | | RPM to rad/s | rpm-to-rads | radiation | 0.10472 | | Roentgen to coulomb per kilogram | roentgen-to-coulomb-per-kilogram | weight | 0.000258 | +| Roentgen to Gray – Estimate photon dose in grays once you specify the medium and energy deposition. | roentgen-to-gray | radiation | Multi-Variable | | Rem to sievert | rem-to-sievert | radiation | 0.01 | +| Rem to Gray – Convert rems into grays using the 1 rem = 0.01 Gy ratio for gamma/beta exposures. | rem-to-gray | radiation | 0.01 | | Radians to degrees | radians-to-degrees | angle | 57.2958 | | rad/s to RPM | rads-to-rpm | radiation | 9.5493 | | Rad to gray | rad-to-gray | radiation | 0.01 | @@ -1047,6 +1052,7 @@ The registry currently contains 1333 unique calculator slugs. | Pennyweights to grams | pennyweights-to-grams | weight | 1.55517 | | Pennyweights to Troy Ounces – Convert pennyweights into troy ounces (1 pennyweight = 0.05 troy ounces). | pennyweights-to-troy-ounces | weight | 0.05 | | Picocurie to Becquerel – A tiny radiation dose expressed in picocuries converts to becquerels. | picocurie-to-becquerel | radiation | 0.037 | +| Picocurie to Gray – Turn picocurie activity measurements into grays when the decay energy and sample mass are provided. | picocurie-to-gray | radiation | Multi-Variable | | Picofarads to Microfarads – Convert tiny capacitances into microfarads for circuit design. | picofarads-to-microfarads | radiation | 1e-6 | | Picograms to Nanograms – Express picogram masses as nanograms for lab reporting. | picograms-to-nanograms | weight | 0.001 | | Picometers to Angstroms – Translate picometers into angstroms for nanoscale distances. | picometers-to-angstroms | length | 0.01 | @@ -1320,6 +1326,14 @@ The registry currently contains 1333 unique calculator slugs. | Gray to Coulomb Per Kilogram – Express gray exposure as coulombs per kilogram once the medium is defined. | gray-to-coulomb-per-kilogram | radiation | Multi-Variable | | Gray to Counts Per Minute – Convert gray readings into counts per minute when detector efficiency and energy are known. | gray-to-counts-per-minute | radiation | Multi-Variable | | Gray to Curie – Translate gradient doses into curies with information about the radioactive source. | gray-to-curie | radiation | Multi-Variable | +| Gray to Disintegrations Per Second – Translate an absorbed dose into disintegrations per second once the decay energy and material mass are known. | gray-to-disintegrations-per-second | radiation | Multi-Variable | +| Gray to Microsievert – Scale grays up to microsieverts for gamma/beta exposures (1 Gy = 1,000,000 µSv). | gray-to-microsievert | radiation | 1000000 | +| Gray to Millirem – Express a gray in millirem units using the 1 Gy = 100,000 mrem ratio typical for gamma/beta. | gray-to-millirem | radiation | 100000 | +| Gray to Millisievert – Convert absorbed dose into millisieverts (1 Gy = 1,000 mSv) for medical imaging talk. | gray-to-millisievert | radiation | 1000 | +| Gray to Picocurie – Turn grays into picocuries once the activity per decay and mass are provided. | gray-to-picocurie | radiation | Multi-Variable | +| Gray to Rem – Apply the 1 Gy = 100 rem approximation when working with gamma/beta dose equivalents. | gray-to-rem | radiation | 100 | +| Gray to Roentgen – Estimate photon exposure in roentgens after specifying the medium and energy. | gray-to-roentgen | radiation | Multi-Variable | +| Gray to Rutherford – Convert dose into rutherford counts when you know the decay energy and sample mass. | gray-to-rutherford | radiation | Multi-Variable | | Grams to Drams – A tea blend calls for 2 grams; how many drams should you measure? | grams-to-drams | weight | 0.564383 | | Grams to Kilograms – A parcel weighs 3,000 grams; how many kilograms is that weight? | grams-to-kilograms | weight | 0.001 | | Grams to Momme – A silk roll weighs 20 grams; how many momme does that equal? | grams-to-momme | weight | 0.2666667 | @@ -1497,6 +1511,7 @@ The registry currently contains 1333 unique calculator slugs. | Microseconds to Milliseconds – Convert time from microseconds to milliseconds. | microseconds-to-milliseconds | angle | 0.001 | | Microseconds to Nanoseconds – Convert microseconds to nanoseconds. | microseconds-to-nanoseconds | time | 1000 | | Microsievert to Millirem – Convert a radiation dose from µSv to mrem. | microsievert-to-millirem | angle | 0.1 | +| Microsievert to Gray – Flip microsievert doses into grays using the 1 µSv = 0.000001 Gy ratio for gamma/beta exposures. | microsievert-to-gray | radiation | 1e-6 | | Miles per gallon to Kilometers per gallon – Convert mpg to km/gal (US gallon). | miles-per-gallon-to-kilometers-per-gallon | length | 1.609344 | | Miles per hour to Feet per second – Convert mph into feet per second. | miles-per-hour-to-feet-per-second | length | 1.4666667 | | Miles per hour to Mach – Express mph as a fraction of Mach (sea-level). | miles-per-hour-to-mach | length | 0.001313767 | @@ -2000,6 +2015,31 @@ The registry currently contains 1333 unique calculator slugs. | Furlongs Per Fortnight to Speed Of Light (c) – Alias referencing the constant c. | furlongs-per-fortnight-to-speed-of-light-c | 5.54748858324e-13 | | Furlongs to Light Years – Turn furlongs into astronomical distances. | furlongs-to-light-years | 2.12634743779e-14 | | Hands to Light Years – Stack horse-hand height units up against light years. | hands-to-light-years | 1.07391284737e-17 | +| Hands to Angstroms – Compare a horse’s height in hands with angstrom-scale distances for fun science analogies. | hands-to-angstroms | length | 1.016e9 | +| Hands to Astronomical Units – Express a horse’s withers height in astronomical units for cosmic perspective. | hands-to-astronomical-units | length | 6.791540516224741e-13 | +| Hands to Cables – Stack hands into nautical cables when sizing rigging or spar lengths. | hands-to-cables | length | 0.0005485961123110151 | +| Hands to Chains – Lay out the conversion between hands and surveyor chains for backyard measurements. | hands-to-chains | length | 0.00505050505050505 | +| Hands to Cubits – Relate horse-handed heights to ancient cubits for historical flair. | hands-to-cubits | length | 0.2222222222222222 | +| Hands to Fathoms – Compare equine hands with fathoms of water depth. | hands-to-fathoms | length | 0.05555555555555555 | +| Hands to Feet – Turn equine hands into feet for stable layout planning. | hands-to-feet | length | 0.3333333333333333 | +| Hands to Fermi – Convert hands into fermis to illustrate ultra-microscopic scaling. | hands-to-fermi | length | 1.0159999999999998e14 | +| Hands to Furlongs – Translate hands into racecourse furlongs for equestrian storytelling. | hands-to-furlongs | length | 0.000505050505050505 | +| Hands to Kilometers – Express a stack of hands as kilometers for lofty distances. | hands-to-kilometers | length | 0.0001016 | +| Hands to Leagues – Convert hands into legendary leagues for tall tales. | hands-to-leagues | length | 2.104377104377104e-05 | +| Hands to Meters – Swap a hand measure for meters when building international charts. | hands-to-meters | length | 0.1016 | +| Hands to Micrometers – Translate hands into micrometers for microfabrication analogies. | hands-to-micrometers | length | 101600.0 | +| Hands to Microns – Use the synonym micron to show the same microscale comparison. | hands-to-microns | length | 101600.0 | +| Hands to Miles – See how many miles a string of hands would span. | hands-to-miles | length | 6.313131313131313e-05 | +| Hands to Millimeters – Detail hands down to the millimeter for precision. | hands-to-millimeters | length | 101.6 | +| Hands to Nanometers – Convert a hand into nanometers to highlight scale differences. | hands-to-nanometers | length | 101600000.0 | +| Hands to Nautical Miles – Relate horse measurements to nautical miles for maritime analogies. | hands-to-nautical-miles | length | 5.485961123110151e-05 | +| Hands to Parsecs – Stretch a hand-measured height out to parsecs for astrophysical fun. | hands-to-parsecs | length | 3.2926317585997976e-18 | +| Hands to Picometers – Push hands into picometer units when dealing with atomic circles. | hands-to-picometers | length | 1.016e11 | +| Hands to Rods – Align hands with rods for old-school surveying comparisons. | hands-to-rods | length | 0.0202020202020202 | +| Hands to Smoots – Compare hands with the famous MIT smoot for playful distance talk. | hands-to-smoots | length | 0.05970149253731343 | +| Hands to Thou – Convert hands into thousandths of an inch for machinist-level detail. | hands-to-thou | length | 4000 | +| Hands to Thou (mil) – Spell out the mil-friendly version for micro-inch conversions. | hands-to-thou-mil | length | 4000 | +| Hands to Yards – Express how many yards equal a hand stack for quicker yardstick math. | hands-to-yards | length | 0.1111111111111111 | | Inches Per Second to Speed Of Light – Express inch-per-second velocities vs c. | inches-per-second-to-speed-of-light | 8.47252801803e-11 | | Inches Per Second to Speed Of Light (c) – Same but referencing c explicitly. | inches-per-second-to-speed-of-light-c | 8.47252801803e-11 | | Inches to Light Years – Relate inches to light-year scales for minuscule measurements. | inches-to-light-years | 2.68478211842e-18 | @@ -6416,43 +6456,43 @@ The registry currently contains 1333 unique calculator slugs. - [x] Gray to Coulomb Per Kilogram - [x] Gray to Counts Per Minute - [x] Gray to Curie -- [ ] Gray to Disintegrations Per Second -- [ ] Gray to Microsievert -- [ ] Gray to Millirem -- [ ] Gray to Millisievert -- [ ] Gray to Picocurie -- [ ] Gray to Rem -- [ ] Gray to Roentgen -- [ ] Gray to Rutherford +- [x] Gray to Disintegrations Per Second +- [x] Gray to Microsievert +- [x] Gray to Millirem +- [x] Gray to Millisievert +- [x] Gray to Picocurie +- [x] Gray to Rem +- [x] Gray to Roentgen +- [x] Gray to Rutherford - [ ] Gsm to Denier - [ ] Gsm to Dtex (decitex) - [ ] Gsm to Tex -- [ ] Hands to Angstroms -- [ ] Hands to Astronomical Units -- [ ] Hands to Cables -- [ ] Hands to Chains -- [ ] Hands to Cubits -- [ ] Hands to Fathoms -- [ ] Hands to Feet -- [ ] Hands to Fermi -- [ ] Hands to Furlongs -- [ ] Hands to Kilometers -- [ ] Hands to Leagues +- [x] Hands to Angstroms +- [x] Hands to Astronomical Units +- [x] Hands to Cables +- [x] Hands to Chains +- [x] Hands to Cubits +- [x] Hands to Fathoms +- [x] Hands to Feet +- [x] Hands to Fermi +- [x] Hands to Furlongs +- [x] Hands to Kilometers +- [x] Hands to Leagues - [x] Hands to Light Years -- [ ] Hands to Meters -- [ ] Hands to Micrometers -- [ ] Hands to Microns -- [ ] Hands to Miles -- [ ] Hands to Millimeters -- [ ] Hands to Nanometers -- [ ] Hands to Nautical Miles -- [ ] Hands to Parsecs -- [ ] Hands to Picometers -- [ ] Hands to Rods -- [ ] Hands to Smoots -- [ ] Hands to Thou -- [ ] Hands to Thou (mil) -- [ ] Hands to Yards +- [x] Hands to Meters +- [x] Hands to Micrometers +- [x] Hands to Microns +- [x] Hands to Miles +- [x] Hands to Millimeters +- [x] Hands to Nanometers +- [x] Hands to Nautical Miles +- [x] Hands to Parsecs +- [x] Hands to Picometers +- [x] Hands to Rods +- [x] Hands to Smoots +- [x] Hands to Thou +- [x] Hands to Thou (mil) +- [x] Hands to Yards - [ ] Hartree to Btu - [ ] Hartree to Calories - [ ] Hartree to Ergs @@ -7651,7 +7691,7 @@ The registry currently contains 1333 unique calculator slugs. - [ ] Microsievert to Counts Per Minute - [ ] Microsievert to Curie - [ ] Microsievert to Disintegrations Per Second -- [ ] Microsievert to Gray +- [x] Microsievert to Gray - [ ] Microsievert to Millisievert - [ ] Microsievert to Picocurie - [ ] Microsievert to Rad @@ -7902,7 +7942,7 @@ The registry currently contains 1333 unique calculator slugs. - [ ] Millirem to Counts Per Minute - [ ] Millirem to Curie - [ ] Millirem to Disintegrations Per Second -- [ ] Millirem to Gray +- [x] Millirem to Gray - [ ] Millirem to Millisievert - [ ] Millirem to Picocurie - [ ] Millirem to Rad @@ -7931,7 +7971,7 @@ The registry currently contains 1333 unique calculator slugs. - [ ] Millisievert to Counts Per Minute - [ ] Millisievert to Curie - [ ] Millisievert to Disintegrations Per Second -- [ ] Millisievert to Gray +- [x] Millisievert to Gray - [ ] Millisievert to Microsievert - [ ] Millisievert to Millirem - [ ] Millisievert to Picocurie @@ -8460,7 +8500,7 @@ The registry currently contains 1333 unique calculator slugs. - [ ] Picocurie to Counts Per Minute - [ ] Picocurie to Curie - [ ] Picocurie to Disintegrations Per Second -- [ ] Picocurie to Gray +- [x] Picocurie to Gray - [ ] Picocurie to Microsievert - [ ] Picocurie to Millirem - [ ] Picocurie to Millisievert @@ -8810,7 +8850,7 @@ The registry currently contains 1333 unique calculator slugs. - [ ] Rem to Counts Per Minute - [ ] Rem to Curie - [ ] Rem to Disintegrations Per Second -- [ ] Rem to Gray +- [x] Rem to Gray - [ ] Rem to Microsievert - [ ] Rem to Millirem - [ ] Rem to Picocurie @@ -8849,7 +8889,7 @@ The registry currently contains 1333 unique calculator slugs. - [ ] Roentgen to Counts Per Minute - [ ] Roentgen to Curie - [ ] Roentgen to Disintegrations Per Second -- [ ] Roentgen to Gray +- [x] Roentgen to Gray - [ ] Roentgen to Microsievert - [ ] Roentgen to Millirem - [ ] Roentgen to Millisievert @@ -8880,7 +8920,7 @@ The registry currently contains 1333 unique calculator slugs. - [ ] Rutherford to Coulomb Per Kilogram - [ ] Rutherford to Counts Per Minute - [ ] Rutherford to Disintegrations Per Second -- [ ] Rutherford to Gray +- [x] Rutherford to Gray - [ ] Rutherford to Microsievert - [ ] Rutherford to Millirem - [ ] Rutherford to Millisievert diff --git a/hdyc-svelte/src/lib/data/calculators.ts b/hdyc-svelte/src/lib/data/calculators.ts index 6f56593..20326f5 100644 --- a/hdyc-svelte/src/lib/data/calculators.ts +++ b/hdyc-svelte/src/lib/data/calculators.ts @@ -432,7 +432,9 @@ export const calculators: CalculatorDef[] = [ {"slug": "grams-to-troy-ounces", "name": "Grams to Troy Ounces", "category": "weight", "type": "standard", "labels": {"in1": "Grams", "in2": "Troy Ounces"}, "factor": 0.0321507466, "hidden": true}, {"slug": "gray-to-rad", "name": "Gray to Rad", "category": "radiation", "type": "standard", "labels": {"in1": "Gray", "in2": "Rad"}, "factor": 100.0}, {"slug": "millirem-to-microsievert", "name": "Millirem to Microsievert", "category": "angle", "type": "standard", "teaser": "Convert millirem exposures into microsieverts.", "labels": {"in1": "Millirem", "in2": "Microsievert"}, "factor": 100.0}, + {"slug": "millirem-to-gray", "name": "Millirem to Gray", "category": "radiation", "type": "standard", "teaser": "Convert millirem doses into grays using the 1 mrem = 0.00001 Gy ratio.", "labels": {"in1": "Millirem", "in2": "Gray"}, "factor": 1e-05, "hidden": true}, {"slug": "millisievert-to-rem", "name": "Millisievert to Rem", "category": "angle", "type": "standard", "teaser": "Turn millisieverts into rems for dose comparisons.", "labels": {"in1": "Millisievert", "in2": "Rem"}, "factor": 0.1, "hidden": true}, + {"slug": "millisievert-to-gray", "name": "Millisievert to Gray", "category": "radiation", "type": "standard", "teaser": "Flip millisievert readings into grays using a 1 mSv = 0.001 Gy ratio.", "labels": {"in1": "Millisievert", "in2": "Gray"}, "factor": 0.001, "hidden": true}, {"slug": "grams-to-apothecary-ounces", "name": "Grams to Apothecary ounces", "category": "weight", "type": "standard", "labels": {"in1": "Grams", "in2": "Apothecary ounces"}, "factor": 0.0321507466, "hidden": true}, {"slug": "grams-to-carats", "name": "Grams to Carats", "category": "weight", "type": "standard", "labels": {"in1": "Grams", "in2": "Carats"}, "factor": 5.0}, {"slug": "grams-to-grains", "name": "Grams to Grains", "category": "weight", "type": "standard", "labels": {"in1": "Grams", "in2": "Grains"}, "factor": 15.4323584}, @@ -1038,9 +1040,12 @@ export const calculators: CalculatorDef[] = [ {"slug": "milliseconds-to-seconds", "name": "Milliseconds to Seconds", "category": "angle", "type": "standard", "labels": {"in1": "Milliseconds", "in2": "Seconds"}, "factor": 0.001, "hidden": true}, {"slug": "seconds-to-milliseconds", "name": "Seconds to milliseconds", "category": "angle", "type": "standard", "labels": {"in1": "Seconds", "in2": "milliseconds"}, "factor": 1000.0}, {"slug": "rutherford-to-becquerel", "name": "Rutherford to becquerel", "category": "radiation", "type": "standard", "labels": {"in1": "Rutherford", "in2": "becquerel"}, "factor": 1000000.0}, + {"slug": "rutherford-to-gray", "name": "Rutherford / Gray", "category": "radiation", "type": "3col", "teaser": "Translate Rutherford disintegrations into grays when you provide the decay energy and mass.", "labels": {"in1": "Rutherford", "in2": "Gray", "in3": "Rutherford / Gray"}}, {"slug": "rpm-to-rads", "name": "RPM to rad/s", "category": "radiation", "type": "standard", "labels": {"in1": "RPM", "in2": "rad/s"}, "factor": 0.10472}, {"slug": "roentgen-to-coulomb-per-kilogram", "name": "Roentgen to coulomb per kilogram", "category": "weight", "type": "standard", "labels": {"in1": "Roentgen", "in2": "coulomb per kilogram"}, "factor": 0.000258, "hidden": true}, + {"slug": "roentgen-to-gray", "name": "Roentgen / Gray", "category": "radiation", "type": "3col", "teaser": "Estimate photon dose in grays once you specify the medium and energy deposition.", "labels": {"in1": "Roentgen", "in2": "Gray", "in3": "Roentgen / Gray"}}, {"slug": "rem-to-sievert", "name": "Rem to sievert", "category": "radiation", "type": "standard", "labels": {"in1": "Rem", "in2": "sievert"}, "factor": 0.01, "hidden": true}, + {"slug": "rem-to-gray", "name": "Rem to Gray", "category": "radiation", "type": "standard", "teaser": "Convert rems into grays using the 1 rem = 0.01 Gy ratio for gamma/beta exposures.", "labels": {"in1": "Rem", "in2": "Gray"}, "factor": 0.01, "hidden": true}, {"slug": "radians-to-degrees", "name": "Radians to degrees", "category": "angle", "type": "standard", "labels": {"in1": "Radians", "in2": "degrees"}, "factor": 57.2958}, {"slug": "rads-to-rpm", "name": "rad/s to RPM", "category": "radiation", "type": "standard", "labels": {"in1": "rad/s", "in2": "RPM"}, "factor": 9.5493}, {"slug": "rad-to-gray", "name": "Rad to gray", "category": "radiation", "type": "standard", "labels": {"in1": "Rad", "in2": "gray"}, "factor": 0.01, "hidden": true}, @@ -1081,6 +1086,7 @@ export const calculators: CalculatorDef[] = [ {"slug": "pennyweights-to-grams", "name": "Pennyweights to grams", "category": "weight", "type": "standard", "labels": {"in1": "Pennyweights", "in2": "grams"}, "factor": 1.55517}, {"slug": "pennyweights-to-troy-ounces", "name": "Pennyweights to Troy Ounces", "category": "weight", "type": "standard", "teaser": "Convert pennyweights into troy ounces (1 pennyweight = 0.05 troy ounces).", "labels": {"in1": "Pennyweights", "in2": "Troy Ounces"}, "factor": 0.05}, {"slug": "picocurie-to-becquerel", "name": "Picocurie to Becquerel", "category": "radiation", "type": "standard", "teaser": "A tiny radiation dose expressed in picocuries converts to becquerels.", "labels": {"in1": "Picocurie", "in2": "Becquerel"}, "factor": 0.037}, + {"slug": "picocurie-to-gray", "name": "Picocurie / Gray", "category": "radiation", "type": "3col", "teaser": "Turn picocurie activity measurements into grays when the decay energy and sample mass are provided.", "labels": {"in1": "Picocurie", "in2": "Gray", "in3": "Picocurie / Gray"}}, {"slug": "picofarads-to-microfarads", "name": "Picofarads to Microfarads", "category": "radiation", "type": "standard", "teaser": "Convert tiny capacitances into microfarads for circuit design.", "labels": {"in1": "Picofarads", "in2": "Microfarads"}, "factor": 1e-06, "hidden": true}, {"slug": "picograms-to-nanograms", "name": "Picograms to Nanograms", "category": "weight", "type": "standard", "teaser": "Express picogram masses as nanograms for lab reporting.", "labels": {"in1": "Picograms", "in2": "Nanograms"}, "factor": 0.001, "hidden": true}, {"slug": "picometers-to-angstroms", "name": "Picometers to Angstroms", "category": "length", "type": "standard", "teaser": "Translate picometers into angstroms for nanoscale distances.", "labels": {"in1": "Picometers", "in2": "Angstroms"}, "factor": 0.01}, @@ -1338,6 +1344,14 @@ export const calculators: CalculatorDef[] = [ {"slug": "gray-to-coulomb-per-kilogram", "name": "Gray / Coulomb Per Kilogram", "category": "radiation", "type": "3col", "teaser": "Express gray exposure as coulombs per kilogram once the medium is defined.", "labels": {"in1": "Gray", "in2": "Coulomb Per Kilogram", "in3": "Gray / Coulomb Per Kilogram"}}, {"slug": "gray-to-counts-per-minute", "name": "Gray / Counts Per Minute", "category": "radiation", "type": "3col", "teaser": "Convert gray readings into counts per minute when detector efficiency and energy are known.", "labels": {"in1": "Gray", "in2": "Counts Per Minute", "in3": "Gray / Counts Per Minute"}}, {"slug": "gray-to-curie", "name": "Gray / Curie", "category": "radiation", "type": "3col", "teaser": "Translate gradient doses into curies with information about the radioactive source.", "labels": {"in1": "Gray", "in2": "Curie", "in3": "Gray / Curie"}}, + {"slug": "gray-to-disintegrations-per-second", "name": "Gray / Disintegrations Per Second", "category": "radiation", "type": "3col", "teaser": "Translate an absorbed dose into disintegrations per second once the decay energy and material mass are known.", "labels": {"in1": "Gray", "in2": "Disintegrations Per Second", "in3": "Gray / Disintegrations Per Second"}}, + {"slug": "gray-to-microsievert", "name": "Gray to Microsievert", "category": "radiation", "type": "standard", "teaser": "Scale grays up to microsieverts for gamma/beta exposures (1 Gy = 1,000,000 \u00b5Sv).", "labels": {"in1": "Gray", "in2": "Microsievert"}, "factor": 1000000.0}, + {"slug": "gray-to-millirem", "name": "Gray to Millirem", "category": "radiation", "type": "standard", "teaser": "Express a gray in millirem units using the 1 Gy = 100,000 mrem ratio typical for gamma/beta.", "labels": {"in1": "Gray", "in2": "Millirem"}, "factor": 100000.0}, + {"slug": "gray-to-millisievert", "name": "Gray to Millisievert", "category": "radiation", "type": "standard", "teaser": "Convert absorbed dose into millisieverts (1 Gy = 1,000 mSv) for medical imaging talk.", "labels": {"in1": "Gray", "in2": "Millisievert"}, "factor": 1000.0}, + {"slug": "gray-to-picocurie", "name": "Gray / Picocurie", "category": "radiation", "type": "3col", "teaser": "Turn grays into picocuries once the activity per decay and mass are provided.", "labels": {"in1": "Gray", "in2": "Picocurie", "in3": "Gray / Picocurie"}}, + {"slug": "gray-to-rem", "name": "Gray to Rem", "category": "radiation", "type": "standard", "teaser": "Apply the 1 Gy = 100 rem approximation when working with gamma/beta dose equivalents.", "labels": {"in1": "Gray", "in2": "Rem"}, "factor": 100.0}, + {"slug": "gray-to-roentgen", "name": "Gray / Roentgen", "category": "radiation", "type": "3col", "teaser": "Estimate photon exposure in roentgens after specifying the medium and energy.", "labels": {"in1": "Gray", "in2": "Roentgen", "in3": "Gray / Roentgen"}}, + {"slug": "gray-to-rutherford", "name": "Gray / Rutherford", "category": "radiation", "type": "3col", "teaser": "Convert dose into rutherford counts when you know the decay energy and sample mass.", "labels": {"in1": "Gray", "in2": "Rutherford", "in3": "Gray / Rutherford"}}, {"slug": "grams-to-drams", "name": "Grams to Drams", "category": "weight", "type": "standard", "teaser": "A tea blend calls for 2 grams; how many drams should you measure?", "labels": {"in1": "Grams", "in2": "Drams"}, "factor": 0.564383}, {"slug": "grams-to-kilograms", "name": "Grams to Kilograms", "category": "weight", "type": "standard", "teaser": "A parcel weighs 3,000 grams; how many kilograms is that weight?", "labels": {"in1": "Grams", "in2": "Kilograms"}, "factor": 0.001}, {"slug": "grams-to-momme", "name": "Grams to Momme", "category": "weight", "type": "standard", "teaser": "A silk roll weighs 20 grams; how many momme does that equal?", "labels": {"in1": "Grams", "in2": "Momme"}, "factor": 0.2666667, "hidden": true}, @@ -1512,6 +1526,7 @@ export const calculators: CalculatorDef[] = [ {"slug": "microseconds-to-milliseconds", "name": "Microseconds to Milliseconds", "category": "angle", "type": "standard", "teaser": "Convert time from microseconds to milliseconds.", "labels": {"in1": "Microseconds", "in2": "Milliseconds"}, "factor": 0.001, "hidden": true}, {"slug": "microseconds-to-nanoseconds", "name": "Microseconds to Nanoseconds", "category": "time", "type": "standard", "teaser": "Convert microseconds to nanoseconds.", "labels": {"in1": "Microseconds", "in2": "Nanoseconds"}, "factor": 1000.0}, {"slug": "microsievert-to-millirem", "name": "Microsievert to Millirem", "category": "angle", "type": "standard", "teaser": "Convert a radiation dose from \u00b5Sv to mrem.", "labels": {"in1": "Microsievert", "in2": "Millirem"}, "factor": 0.1, "hidden": true}, + {"slug": "microsievert-to-gray", "name": "Microsievert to Gray", "category": "radiation", "type": "standard", "teaser": "Flip microsievert doses into grays using the 1 \u00b5Sv = 0.000001 Gy ratio for gamma/beta exposures.", "labels": {"in1": "Microsievert", "in2": "Gray"}, "factor": 1e-06, "hidden": true}, {"slug": "miles-per-gallon-to-kilometers-per-gallon", "name": "Miles per gallon to Kilometers per gallon", "category": "length", "type": "standard", "teaser": "Convert mpg to km/gal (US gallon).", "labels": {"in1": "Miles per gallon", "in2": "Kilometers per gallon"}, "factor": 1.609344}, {"slug": "miles-per-hour-to-feet-per-second", "name": "Miles per hour to Feet per second", "category": "length", "type": "standard", "teaser": "Convert mph into feet per second.", "labels": {"in1": "Miles per hour", "in2": "Feet per second"}, "factor": 1.4666667}, {"slug": "miles-per-hour-to-mach", "name": "Miles per hour to Mach", "category": "length", "type": "standard", "teaser": "Express mph as a fraction of Mach (sea-level).", "labels": {"in1": "Miles per hour", "in2": "Mach"}, "factor": 0.001313767, "hidden": true}, @@ -1740,6 +1755,31 @@ export const calculators: CalculatorDef[] = [ {"slug": "dyne-per-centimeter-to-newton-per-meter", "name": "Dyne per centimeter to Newton per meter", "category": "force", "type": "standard", "teaser": "Convert surface tension back into SI.", "labels": {"in1": "Dyne per centimeter", "in2": "Newton per meter"}, "factor": 0.001, "hidden": true}, {"slug": "henry-per-meter-to-tesla-meter-per-ampere", "name": "Henry per meter to Tesla-meter per ampere", "category": "magnetism", "type": "standard", "teaser": "Equate magnetic permeability units across SI conventions.", "labels": {"in1": "Henry per meter", "in2": "Tesla-meter per ampere"}}, {"slug": "tesla-meter-per-ampere-to-henry-per-meter", "name": "Tesla-meter per ampere to Henry per meter", "category": "magnetism", "type": "standard", "teaser": "Return permeability back to henry per meter.", "labels": {"in1": "Tesla-meter per ampere", "in2": "Henry per meter"}, "hidden": true}, + {"slug": "hands-to-angstroms", "name": "Hands to Angstroms", "category": "length", "type": "standard", "teaser": "Compare a horse\u2019s height in hands with angstrom-scale distances for fun science analogies.", "labels": {"in1": "Hands", "in2": "Angstroms"}, "factor": 1016000000.0}, + {"slug": "hands-to-astronomical-units", "name": "Hands to Astronomical Units", "category": "length", "type": "standard", "teaser": "Express a horse\u2019s withers height in astronomical units for cosmic perspective.", "labels": {"in1": "Hands", "in2": "Astronomical Units"}, "factor": 6.791540516224741e-13, "hidden": true}, + {"slug": "hands-to-cables", "name": "Hands to Cables", "category": "length", "type": "standard", "teaser": "Stack hands into nautical cables when sizing rigging or spar lengths.", "labels": {"in1": "Hands", "in2": "Cables"}, "factor": 0.0005485961123110151, "hidden": true}, + {"slug": "hands-to-chains", "name": "Hands to Chains", "category": "length", "type": "standard", "teaser": "Lay out the conversion between hands and surveyor chains for backyard measurements.", "labels": {"in1": "Hands", "in2": "Chains"}, "factor": 0.00505050505050505}, + {"slug": "hands-to-cubits", "name": "Hands to Cubits", "category": "length", "type": "standard", "teaser": "Relate horse-handed heights to ancient cubits for historical flair.", "labels": {"in1": "Hands", "in2": "Cubits"}, "factor": 0.2222222222222222}, + {"slug": "hands-to-fathoms", "name": "Hands to Fathoms", "category": "length", "type": "standard", "teaser": "Compare equine hands with fathoms of water depth.", "labels": {"in1": "Hands", "in2": "Fathoms"}, "factor": 0.05555555555555555}, + {"slug": "hands-to-feet", "name": "Hands to Feet", "category": "length", "type": "standard", "teaser": "Turn equine hands into feet for stable layout planning.", "labels": {"in1": "Hands", "in2": "Feet"}, "factor": 0.3333333333333333}, + {"slug": "hands-to-fermi", "name": "Hands to Fermi", "category": "length", "type": "standard", "teaser": "Convert hands into fermis to illustrate ultra-microscopic scaling.", "labels": {"in1": "Hands", "in2": "Fermi"}, "factor": 101599999999999.98}, + {"slug": "hands-to-furlongs", "name": "Hands to Furlongs", "category": "length", "type": "standard", "teaser": "Translate hands into racecourse furlongs for equestrian storytelling.", "labels": {"in1": "Hands", "in2": "Furlongs"}, "factor": 0.000505050505050505, "hidden": true}, + {"slug": "hands-to-kilometers", "name": "Hands to Kilometers", "category": "length", "type": "standard", "teaser": "Express a stack of hands as kilometers for lofty distances.", "labels": {"in1": "Hands", "in2": "Kilometers"}, "factor": 0.0001016}, + {"slug": "hands-to-leagues", "name": "Hands to Leagues", "category": "length", "type": "standard", "teaser": "Convert hands into legendary leagues for tall tales.", "labels": {"in1": "Hands", "in2": "Leagues"}, "factor": 2.104377104377104e-05}, + {"slug": "hands-to-meters", "name": "Hands to Meters", "category": "length", "type": "standard", "teaser": "Swap a hand measure for meters when building international charts.", "labels": {"in1": "Hands", "in2": "Meters"}, "factor": 0.1016}, + {"slug": "hands-to-micrometers", "name": "Hands to Micrometers", "category": "length", "type": "standard", "teaser": "Translate hands into micrometers for microfabrication analogies.", "labels": {"in1": "Hands", "in2": "Micrometers"}, "factor": 101600.0}, + {"slug": "hands-to-microns", "name": "Hands to Microns", "category": "length", "type": "standard", "teaser": "Use the synonym micron to show the same microscale comparison.", "labels": {"in1": "Hands", "in2": "Microns"}, "factor": 101600.0}, + {"slug": "hands-to-miles", "name": "Hands to Miles", "category": "length", "type": "standard", "teaser": "See how many miles a string of hands would span.", "labels": {"in1": "Hands", "in2": "Miles"}, "factor": 6.313131313131313e-05}, + {"slug": "hands-to-millimeters", "name": "Hands to Millimeters", "category": "length", "type": "standard", "teaser": "Detail hands down to the millimeter for precision.", "labels": {"in1": "Hands", "in2": "Millimeters"}, "factor": 101.6}, + {"slug": "hands-to-nanometers", "name": "Hands to Nanometers", "category": "length", "type": "standard", "teaser": "Convert a hand into nanometers to highlight scale differences.", "labels": {"in1": "Hands", "in2": "Nanometers"}, "factor": 101600000.0}, + {"slug": "hands-to-nautical-miles", "name": "Hands to Nautical Miles", "category": "length", "type": "standard", "teaser": "Relate horse measurements to nautical miles for maritime analogies.", "labels": {"in1": "Hands", "in2": "Nautical Miles"}, "factor": 5.485961123110151e-05}, + {"slug": "hands-to-parsecs", "name": "Hands to Parsecs", "category": "length", "type": "standard", "teaser": "Stretch a hand-measured height out to parsecs for astrophysical fun.", "labels": {"in1": "Hands", "in2": "Parsecs"}, "factor": 3.2926317585997976e-18}, + {"slug": "hands-to-picometers", "name": "Hands to Picometers", "category": "length", "type": "standard", "teaser": "Push hands into picometer units when dealing with atomic circles.", "labels": {"in1": "Hands", "in2": "Picometers"}, "factor": 101600000000.0}, + {"slug": "hands-to-rods", "name": "Hands to Rods", "category": "length", "type": "standard", "teaser": "Align hands with rods for old-school surveying comparisons.", "labels": {"in1": "Hands", "in2": "Rods"}, "factor": 0.0202020202020202}, + {"slug": "hands-to-smoots", "name": "Hands to Smoots", "category": "length", "type": "standard", "teaser": "Compare hands with the famous MIT smoot for playful distance talk.", "labels": {"in1": "Hands", "in2": "Smoots"}, "factor": 0.05970149253731343}, + {"slug": "hands-to-thou", "name": "Hands to Thou", "category": "length", "type": "standard", "teaser": "Convert hands into thousandths of an inch for machinist-level detail.", "labels": {"in1": "Hands", "in2": "Thou"}, "factor": 4000.0}, + {"slug": "hands-to-thou-mil", "name": "Hands to Thou (mil)", "category": "length", "type": "standard", "teaser": "Spell out the mil-friendly version for micro-inch conversions.", "labels": {"in1": "Hands", "in2": "Thou (mil)"}, "factor": 4000.0}, + {"slug": "hands-to-yards", "name": "Hands to Yards", "category": "length", "type": "standard", "teaser": "Express how many yards equal a hand stack for quicker yardstick math.", "labels": {"in1": "Hands", "in2": "Yards"}, "factor": 0.1111111111111111}, {"slug": "awg-to-circular-mils", "name": "AWG to Circular mils", "category": "electrical", "type": "awg", "teaser": "Convert American Wire Gauge sizes into circular mil areas.", "labels": {"in1": "AWG", "in2": "Circular mils"}}, {"slug": "awg-to-millimeters-diameter", "name": "AWG to Millimeters (diameter)", "category": "electrical", "type": "awg", "teaser": "Express AWG gauge as a diameter in millimeters.", "labels": {"in1": "AWG", "in2": "Millimeters (diameter)"}}, {"slug": "awg-to-square-millimeters-cross-section", "name": "AWG to Square millimeters (cross-section)", "category": "electrical", "type": "awg", "teaser": "Convert AWG sizes into cross-sectional area in mm\u00b2.", "labels": {"in1": "AWG", "in2": "Square millimeters (cross-section)"}}, @@ -1803,7 +1843,7 @@ export const calculators: CalculatorDef[] = [ {"slug": "angstroms-to-feet", "name": "Angstroms to Feet", "category": "length", "type": "standard", "labels": {"in1": "Angstroms", "in2": "Feet"}, "factor": 3.280839895013123e-10}, {"slug": "angstroms-to-fermi", "name": "Angstroms to Fermi", "category": "length", "type": "standard", "labels": {"in1": "Angstroms", "in2": "Fermi"}, "factor": 100000.0}, {"slug": "angstroms-to-furlongs", "name": "Angstroms to Furlongs", "category": "length", "type": "standard", "labels": {"in1": "Angstroms", "in2": "Furlongs"}, "factor": 4.970969537898671e-13, "hidden": true}, - {"slug": "angstroms-to-hands", "name": "Angstroms to Hands", "category": "length", "type": "standard", "labels": {"in1": "Angstroms", "in2": "Hands"}, "factor": 9.84251968503937e-10}, + {"slug": "angstroms-to-hands", "name": "Angstroms to Hands", "category": "length", "type": "standard", "labels": {"in1": "Angstroms", "in2": "Hands"}, "factor": 9.84251968503937e-10, "hidden": true}, {"slug": "angstroms-to-inches", "name": "Angstroms to Inches", "category": "length", "type": "standard", "labels": {"in1": "Angstroms", "in2": "Inches"}, "factor": 3.937007874015748e-09}, {"slug": "angstroms-to-kilometers", "name": "Angstroms to Kilometers", "category": "length", "type": "standard", "labels": {"in1": "Angstroms", "in2": "Kilometers"}, "factor": 1e-13}, {"slug": "angstroms-to-leagues", "name": "Angstroms to Leagues", "category": "length", "type": "standard", "labels": {"in1": "Angstroms", "in2": "Leagues"}, "factor": 2.07123730745778e-14}, @@ -2419,7 +2459,7 @@ export const calculators: CalculatorDef[] = [ {"slug": "fermi-to-fathoms", "name": "Fermi to Fathoms", "category": "length", "type": "standard", "labels": {"in1": "Fermi", "in2": "Fathoms"}, "factor": 5.468066491688539e-16}, {"slug": "fermi-to-feet", "name": "Fermi to Feet", "category": "length", "type": "standard", "labels": {"in1": "Fermi", "in2": "Feet"}, "factor": 3.2808398950131234e-15}, {"slug": "fermi-to-furlongs", "name": "Fermi to Furlongs", "category": "length", "type": "standard", "labels": {"in1": "Fermi", "in2": "Furlongs"}, "factor": 4.970969537898672e-18, "hidden": true}, - {"slug": "fermi-to-hands", "name": "Fermi to Hands", "category": "length", "type": "standard", "labels": {"in1": "Fermi", "in2": "Hands"}, "factor": 9.842519685039371e-15}, + {"slug": "fermi-to-hands", "name": "Fermi to Hands", "category": "length", "type": "standard", "labels": {"in1": "Fermi", "in2": "Hands"}, "factor": 9.842519685039371e-15, "hidden": true}, {"slug": "fermi-to-inches", "name": "Fermi to Inches", "category": "length", "type": "standard", "labels": {"in1": "Fermi", "in2": "Inches"}, "factor": 3.9370078740157484e-14}, {"slug": "fermi-to-kilometers", "name": "Fermi to Kilometers", "category": "length", "type": "standard", "labels": {"in1": "Fermi", "in2": "Kilometers"}, "factor": 1e-18}, {"slug": "fermi-to-leagues", "name": "Fermi to Leagues", "category": "length", "type": "standard", "labels": {"in1": "Fermi", "in2": "Leagues"}, "factor": 2.07123730745778e-19},