53 lines
976 B
Nix
53 lines
976 B
Nix
{ ... }:
|
|
{
|
|
organicFET = {
|
|
section = "Electronics";
|
|
text = {
|
|
deu = "Organischer Feld\\-effekt\\-transistor";
|
|
};
|
|
data = {
|
|
kind = "Default";
|
|
short = "OFET";
|
|
};
|
|
};
|
|
organicLED = {
|
|
section = "Electronics";
|
|
text = {
|
|
deu = "Organische Leucht\\-diode";
|
|
};
|
|
description = {
|
|
deu = ''
|
|
von \acrshort{english} \Q{Organic Light-Emitting Diode}
|
|
'';
|
|
};
|
|
data = {
|
|
kind = "Default";
|
|
short = "OLED";
|
|
};
|
|
};
|
|
organicPV = {
|
|
section = "Electronics";
|
|
text = {
|
|
deu = "Organische Solar\\-zelle";
|
|
};
|
|
description = {
|
|
deu = ''
|
|
von \acrshort{english} \Q{Organic PhotoVoltaic}
|
|
'';
|
|
};
|
|
data = {
|
|
kind = "Default";
|
|
short = "OPV";
|
|
};
|
|
};
|
|
organicTEG = {
|
|
section = "Electronics";
|
|
text = {
|
|
deu = "Organischer thermo\\-elektrischer Generator";
|
|
};
|
|
data = {
|
|
kind = "Default";
|
|
short = "OTEG";
|
|
};
|
|
};
|
|
} |