diff --git a/bio/bio_2024-09-30.typ b/bio/bio_2024-09-30.typ new file mode 100644 index 0000000..d77c6c6 --- /dev/null +++ b/bio/bio_2024-09-30.typ @@ -0,0 +1,28 @@ +#import "../template.typ": apply-template +#show: apply-template + +// text replacements +#show "TST": "Tryptophansyntethase" + +#set page(header: [Biologie am 30.09.2024]) + +#outline() + += Tryptophansynthese + +Indol-3-Glycerol-Phosphat → Tryptophan + +TST-Gehalt schwindet mit Zusatz von Tryptophan\ +vllt allesterisches Zentrum #footnote[kann auch als Domaine bezeichnet werden] bei Enzym, welches TST abbaut + +Ein Enzym welche Tryptophan abbaut existiert und baut diesselbe Menge ab, welche unter normalen Umständen erstellt wird. + +Vermutungen:\ +- Repressor wird aktiviert und verhindert Transkription von TST +- Repressor wird durch Tryptophan aktiviert +#line(length: 5em) +- Tryptophan bindet an Enzym und dieses kann Reaktion nicht mehr katalysieren +- Tryptophan bindet an Enzym und dies führt zu Strukturänderung (allesterisches Zentrum) + +HA: #underline[Fließschema für Regulation von Tryptophansyntethase] +//TODO: Bibleographie von Begrifflichkeiten wie TST oder ADP erstellen diff --git a/template.typ b/template.typ index 0489078..06eaaff 100644 --- a/template.typ +++ b/template.typ @@ -35,6 +35,8 @@ // here are replacements for commonly used shortcuts #show "z.B.": text[zum Beispiel] + #show "zb": "zumb Beispiel" + #show "vllt": "vielleicht" #body // IMPORTANT: must be at the very bottom, ekse the body will be overwritten ] \ No newline at end of file