Sebastian Walz 860d31cee1
Tohu vaBohu
2023-04-21 00:22:52 +02:00

48 lines
894 B
Nix

{ chemistry, ... }:
let
inherit(chemistry) compound;
in
{
metalOrganicFramework = {
section = "Substances";
text = {
deu = "Metall\\-organische Gerüst\\-verbindung";
};
description = {
deu = ''
von \acrshort{english} \Q{Metal Organic Framework}
'';
};
data = {
kind = "Chemical";
short = "MOF";
};
};
nhc = {
section = "Substances";
text = {
deu = {
tex = "${compound.format "N-hetero||cyclische(s )~Carben(e )"}";
};
};
data = {
kind = "Chemical";
short = "NHC";
};
};
silanCouplingAgent = {
section = "Substances";
text = {
deu = "Silan\\-kupplungs\\-mittel";
};
description = {
deu = ''
von \acrshort{english} \Q{Silane Coupling Agent}
'';
};
data = {
kind = "Default";
short = "SCA";
};
};
}