radiation unit, rad (unit)

This page documents an OPTIMADE Unit Definition. See https://schemas.optimade.org/ for more information.

ID: https://schemas.optimade.org/defs/v1.2/units/si/1970/temporary/radiationunit
Definition name: radiationunit

Unit name: radiation unit
Latin symbol: radiationunit
Display symbol: rad

Description: A unit used to express the absorbed dose of ionizing radiation defined as 10⁻² J/kg using the 1967 SI units.

This unit definition uses "radiationunit" as the symbol for this unit despite "rad" being in common use to distinguish it from the radian, which is an SI unit with rad as its symbol.

The radiation unit appears in the International System of Units (SI), 1st ed. (1970) defined as "1 rad = 10⁻² J/kg" with the footnote: "The rad is a special unit employed to express absorbed dose of ionizing radiation. When there is risk of confusion with the symbol for radian, rd may be used as the symbol for rad."

Resources:

Formats: [JSON] [MD]

JSON definition:

{
    "$id": "https://schemas.optimade.org/defs/v1.2/units/si/1970/temporary/radiationunit",
    "$schema": "https://schemas.optimade.org/meta/v1.2/optimade/physical_unit_definition.json",
    "title": "radiation unit",
    "symbol": "radiationunit",
    "display-symbol": "rad",
    "description": "A unit used to express the absorbed dose of ionizing radiation defined as 10\u207b\u00b2 J/kg using the 1967 SI units.\n\nThis unit definition uses \"radiationunit\" as the symbol for this unit despite \"rad\" being in common use to distinguish it from the radian, which is an SI unit with rad as its symbol.\n\nThe radiation unit appears in the International System of Units (SI), 1st ed. (1970) defined as \"1 rad = 10\u207b\u00b2 J/kg\" with the footnote: \"The rad is a special unit employed to express absorbed dose of ionizing radiation. When there is risk of confusion with the symbol for radian, rd may be used as the symbol for rad.\"\n\n- The International System of Units (SI), 1st ed. (1970) categorizes the unit as \"Units in use temporarily with the International System.\"\n- The International System of Units (SI), 3rd ed. (1977) changes the definition to use the unit gray: \"1 rad = cGy = 10\u207b\u00b2 Gy.\"\n- The International System of Units (SI), 7th ed. (1998) changes the categorization to \"Examples of other non-SI units\" and adds the additional footnote: \"Note that this non-SI unit is exactly equivalent to an SI unit with an appropriate submultiple prefix.\"\n- The International System of Units (SI), 8th ed. (2006) omits the unit.",
    "resources": [
        {
            "relation": "Definition in the International System of Units (SI), 1st Edition",
            "resource-id": "https://www.bipm.org/en/publications/si-brochure"
        },
        {
            "relation": "Wikipedia article describing the unit",
            "resource-id": "https://en.wikipedia.org/wiki/Rad_(radiation_unit)"
        }
    ],
    "defining-relation": {
        "base-units": [
            {
                "symbol": "J",
                "id": "https://schemas.optimade.org/defs/v1.2/units/si/1967/named/joule"
            },
            {
                "symbol": "kg",
                "id": "https://schemas.optimade.org/defs/v1.2/units/si/1960/base/kilogram"
            }
        ],
        "base-units-expression": "J*kg^-1",
        "scale": {
            "exponent": -2
        }
    },
    "x-optimade-definition": {
        "label": "radiationunit_si_1970_temporary",
        "kind": "unit",
        "format": "1.2",
        "version": "1.2.0",
        "name": "radiationunit"
    }
}