AnIML / techniques

AnIML Technique Definitions
17 stars 7 forks source link

fix Units #3

Closed Matthias-Breuer-iCD closed 6 years ago

Matthias-Breuer-iCD commented 6 years ago

please fix ug_per_mL:

<!ENTITY mg_per_mL "<Unit label='mg/mL'><SIUnit exponent='1' factor='1e-6'>kg</SIUnit><SIUnit exponent='-3' factor='1e-6'>m</SIUnit></Unit>"> <!ENTITY ug_per_mL "<Unit label='µg/mL'><SIUnit exponent='1' factor='1e-9'>kg</SIUnit><SIUnit exponent='-3' factor='1e-6'>m</SIUnit></Unit>"> <!ENTITY ng_per_mL "<Unit label='ng/mL'><SIUnit exponent='1' factor='1e-12'>kg</SIUnit><SIUnit exponent='-3' factor='1e-6'>m</SIUnit></Unit>">

burkhardschaefer commented 6 years ago

Thanks, @Matthias-Breuer-iCD, good catch.