erster ansatz zur Abivorbereitung von Bio
This commit is contained in:
parent
e0d007d99e
commit
34629231d1
2 changed files with 76 additions and 0 deletions
76
schule/bio/alles-zum-abi.typ
Normal file
76
schule/bio/alles-zum-abi.typ
Normal file
|
@ -0,0 +1,76 @@
|
||||||
|
#import "@preview/grape-suite:1.0.0": exercise
|
||||||
|
// using this repo: https://github.com/piepert/grape-suite
|
||||||
|
#import exercise: project, task, subtask
|
||||||
|
#import "@preview/glossarium:0.5.0": make-glossary, register-glossary, print-glossary, gls, glspl
|
||||||
|
#show: make-glossary
|
||||||
|
|
||||||
|
#let entry-list = (
|
||||||
|
(
|
||||||
|
key: "kuleuven",
|
||||||
|
short: "KU Leuven",
|
||||||
|
long: "Katholieke Universiteit Leuven",
|
||||||
|
description: "A university in Belgium."
|
||||||
|
),
|
||||||
|
// Add more terms
|
||||||
|
)
|
||||||
|
#register-glossary(entry-list)
|
||||||
|
// Your document body
|
||||||
|
|
||||||
|
#set text(lang: "de")
|
||||||
|
|
||||||
|
#show: project.with(
|
||||||
|
title: "Biologie - Abivorbereitung",
|
||||||
|
|
||||||
|
// university: [University],
|
||||||
|
// institute: [Institute],
|
||||||
|
seminar: [Biologie],
|
||||||
|
docent: [Frau Mark],
|
||||||
|
|
||||||
|
abstract: [Hier werde ich alles relevante des Faches Biologie was für das Abitur notwendig ist, zusammenfassen und illustrieren],
|
||||||
|
show-outline: true,
|
||||||
|
|
||||||
|
// show-timefield: true,
|
||||||
|
|
||||||
|
author: "Erik Grobecker",
|
||||||
|
|
||||||
|
show-solutions: false
|
||||||
|
)
|
||||||
|
|
||||||
|
// #task([adsa], [bsd])
|
||||||
|
|
||||||
|
Welche Themen hatte ich:
|
||||||
|
- Ökosysteme
|
||||||
|
- Natürliche Zeiger/Laboruntersuchung
|
||||||
|
- Toleranz
|
||||||
|
- Konkurrenz
|
||||||
|
- intra-/inter-spezifisch
|
||||||
|
- Ökologische Nische (reale/fundamentale)
|
||||||
|
- Konkurrenzvermeidung/Konkurrenzausschluß
|
||||||
|
- -stärke in Relation zur Toleranz
|
||||||
|
- Wachstumg (logistisches etc.)
|
||||||
|
- Stagnation/Konstanz
|
||||||
|
- Stenöck/Euryök
|
||||||
|
- Genetik
|
||||||
|
- Stoffe als Träger von Erbinformationen (Proteine vs. Kohlenhydrate vs. Lipide vs. *DNA*)
|
||||||
|
- Aufbau einer DNA
|
||||||
|
- Replikation
|
||||||
|
- Eukaryoten/Prokaryoten
|
||||||
|
- Spleißen/alternatives Spleißen
|
||||||
|
- #text(red)[molekulare Genetik]
|
||||||
|
- #text(red)[Evolution]
|
||||||
|
|
||||||
|
= Ökosysteme
|
||||||
|
|
||||||
|
= Genetik
|
||||||
|
|
||||||
|
== Replikation
|
||||||
|
|
||||||
|
#figure(
|
||||||
|
image("assets/BIO_Schritte zur Proteinbildung.excalidraw.png"),
|
||||||
|
caption: [Schritte zur Bildung von Proteinen]
|
||||||
|
)
|
||||||
|
|
||||||
|
|
||||||
|
#print-glossary(
|
||||||
|
entry-list
|
||||||
|
)
|
BIN
schule/bio/assets/BIO_Schritte zur Proteinbildung.excalidraw.png
Normal file
BIN
schule/bio/assets/BIO_Schritte zur Proteinbildung.excalidraw.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 74 KiB |
Loading…
Add table
Reference in a new issue