diff --git a/schule/bio/andere-notizen/alles-zum-abi.typ b/schule/bio/andere-notizen/alles-zum-abi.typ
index 7c0e6b7..1e08b3d 100644
--- a/schule/bio/andere-notizen/alles-zum-abi.typ
+++ b/schule/bio/andere-notizen/alles-zum-abi.typ
@@ -1,20 +1,6 @@
 #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")
 
@@ -66,11 +52,6 @@ Welche Themen hatte ich:
 == Replikation
 
 #figure(
-  image("assets/BIO_Schritte zur Proteinbildung.excalidraw.png"),
+  image("../assets/excalidraw/BIO_Schritte zur Proteinbildung.excalidraw.png"),
   caption: [Schritte zur Bildung von Proteinen]
 )
-
-
-#print-glossary(
- entry-list
-)
\ No newline at end of file