48 lines
1010 B
Nix
48 lines
1010 B
Nix
{ ... }:
|
|
{
|
|
cyclicVoltammetry = {
|
|
section = "Analytical";
|
|
text = {
|
|
deu = "Cyclo\\-voltam\\-metrie";
|
|
};
|
|
description = {
|
|
deu = ''
|
|
auch \textit{Dreieckspannungsmethode}, Verfahren zur Analytik verschiedene Elektroden\-prozesse
|
|
'';
|
|
};
|
|
data = {
|
|
kind = "Default";
|
|
short = "CV";
|
|
};
|
|
};
|
|
ottle = {
|
|
section = "Analytical";
|
|
text = {
|
|
deu = "Optisch transparente elektro\\-chemische Dünn\\-schicht\\-zelle";
|
|
};
|
|
description = {
|
|
deu = ''
|
|
von \acrshort{english} \Q{Optically Transparent Thin Layer Electrochemical Cell}
|
|
'';
|
|
};
|
|
data = {
|
|
kind = "Default";
|
|
short = "OTTLE";
|
|
};
|
|
};
|
|
squareWaveVoltammetry = {
|
|
section = "Analytical";
|
|
text = {
|
|
deu = "Rechteck\\-wellen\\-voltam\\-metrie";
|
|
};
|
|
description = {
|
|
deu = ''
|
|
von \acrshort{english} \Q{Square\-Wave Voltammetry}
|
|
'';
|
|
};
|
|
data = {
|
|
kind = "Default";
|
|
short = "SWV";
|
|
};
|
|
};
|
|
} |