diff --git a/code/bibtex.bib b/code/bibtex.bib
index d958a04b4dee6504cd63e31f57283c5586a05608..be59d7c1ca724ff317e775d5409ca36f256a7c5c 100644
--- a/code/bibtex.bib
+++ b/code/bibtex.bib
@@ -19,45 +19,3 @@ doi={10.1007/978-3-662-66053-9_1}
 
 } 
 
-
-@article{article2, 
-
-author={Mete, V.}, 
-
-year={2023}, 
-
-month={ }, 
-
-pages={ }, 
-
-title={Entwicklung und Validierung neuer nicht-invasiver Diagnosesysteme für Mucociliary Clearance Disorders (MCCD)}, 
-
-volume={ }, 
-
-journal={Dissertation, Westfälische Wilhelms-Universität Münster}, 
-
-doi={10.17879/98958441905} 
-
-} 
-
-
-
-@article{article3, 
-
-author={Giaever, I. and Keese, C. }, 
-
-year={1993}, 
-
-month={ }, 
-
-pages={591-592}, 
-
-title={A morphological biosensor for mammalian cells}, 
-
-volume={366}, 
-
-journal={Nature}, 
-
-doi={10.1038/366591a0} 
-
-} 
\ No newline at end of file
diff --git a/code/cit.py b/code/cit.py
index f10449ec6330c5c8b3cccbf25ded5d211c2f36b9..68e71052e645f00dc3482965476c003f3866a3f2 100644
--- a/code/cit.py
+++ b/code/cit.py
@@ -163,7 +163,7 @@ def miscHTML(dictio, x, out):
     out.write("#<!-- Citation num " + str(x+1) + "-->" + "\n")
     out.write("<li typeof=\"schema:WebPage\" role=\"doc-biblioentry\" property=\"schema:citation\" id=\"desc-" + str(x+1) + "\">"+ "\n")
     out.write("\t" + "<span property=\"schema:author\" typeof=\"schema:Organisation\">"+ "\n")
-    aut = dictio['author'].strip("\{\}")
+    aut = dictio['author']
     out.write("\t" + "\t" +"<span property=\"schema:Name\">" +aut + "</span>."+ "\n")
     out.write("\t" +"</span>"+ "\n")
     out.write("\t" + "<span property=\"schema:name\">"+dictio['title']+ ".</span>"+ "\n")
diff --git a/code/output.txt b/code/output.txt
deleted file mode 100644
index aed766d1601c011c07e6b7db5dd59df875754c4d..0000000000000000000000000000000000000000
--- a/code/output.txt
+++ /dev/null
@@ -1,41 +0,0 @@
-{/*<!-- Citation num 1--> */}
-<li typeof="schema:ScolarlyArticle" role="doc-biblioentry" property="schema:citation" id="desc-1">
-	<span property="schema:author" typeof="schema:Person">
-		<span property="schema:Name"> Roth, F.</span>;
-		<span property="schema:Name"> Draguhn, A.</span>
-	</span>
-	<span property="schema:name">&nbsp;Die Entwicklung der Patch-Clamp-Technik. </span>
-	<i property="schema:publisher" typeof="schema:Organization"> Springer eBooks</i>
-	<b property="issueNumber" typeof="PublicationIssue"> </b>,&nbsp;
-	<span property="schema:pageBegin"> 1</span>-<span property="schema:pageEnd">14</span>
-	(<time property="schema:datePublished" datatype="xsd:gYear" dateTime=" 2023">2023</time>).
-	<a className="doi" href="https://doi.org/10.1007/978-3-662-66053-9_1"> doi: 10.1007/978-3-662-66053-9_1</a>
-</li>
-
-{/*<!-- Citation num 2--> */}
-<li typeof="schema:ScolarlyArticle" role="doc-biblioentry" property="schema:citation" id="desc-2">
-	<span property="schema:author" typeof="schema:Person">
-		<span property="schema:Name"> Mete, V.</span>
-	</span>
-	<span property="schema:name">&nbsp;Entwicklung und Validierung neuer nicht-invasiver Diagnosesysteme für Mucociliary Clearance Disorders (MCCD). </span>
-	<i property="schema:publisher" typeof="schema:Organization"> Dissertation, Westfälische Wilhelms-Universität Münster</i>
-	<b property="issueNumber" typeof="PublicationIssue">  </b>,&nbsp;
-	<span property="schema:pageBegin"> </span>
-	(<time property="schema:datePublished" datatype="xsd:gYear" dateTime=" 2023">2023</time>).
-	<a className="doi" href="https://doi.org/10.17879/98958441905"> doi: 10.17879/98958441905</a>
-</li>
-
-{/*<!-- Citation num 3--> */}
-<li typeof="schema:ScolarlyArticle" role="doc-biblioentry" property="schema:citation" id="desc-3">
-	<span property="schema:author" typeof="schema:Person">
-		<span property="schema:Name"> Giaever, I.</span>;
-		<span property="schema:Name"> Keese, C.</span>
-	</span>
-	<span property="schema:name">&nbsp;A morphological biosensor for mammalian cells. </span>
-	<i property="schema:publisher" typeof="schema:Organization"> Nature</i>
-	<b property="issueNumber" typeof="PublicationIssue"> 366</b>,&nbsp;
-	<span property="schema:pageBegin"> 591</span>-<span property="schema:pageEnd">592</span>
-	(<time property="schema:datePublished" datatype="xsd:gYear" dateTime=" 1993">1993</time>).
-	<a className="doi" href="https://doi.org/10.1038/366591a0"> doi: 10.1038/366591a0</a>
-</li>
-