diff --git a/convert-anystyle-data/anystyle-to-tei.ipynb b/convert-anystyle-data/anystyle-to-tei.ipynb
index 4704b17d0b5cafdef790aa34eec4ef3bd022cab7..d4d41618b0401cd62f1ebf708d80c9413ecdc28a 100644
--- a/convert-anystyle-data/anystyle-to-tei.ipynb
+++ b/convert-anystyle-data/anystyle-to-tei.ipynb
@@ -3,7 +3,7 @@
   {
    "cell_type": "markdown",
    "source": [
-    "# Conversion to TEI (`<bibl>`)\n",
+    "# Convert AnyStyle GS to TEI (`<bibl>`/`<biblStruct>`) GS \n",
     "\n",
     "References: \n",
     "- https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COBI (Overview)\n",
@@ -12,7 +12,7 @@
     "- https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-biblStruct.html (`biblStruct`)\n",
     "- https://epidoc.stoa.org/gl/latest/supp-bibliography.html (Examples)\n",
     "- https://grobid.readthedocs.io/en/latest/training/Bibliographical-references/ (Grobid examples using `<bibl>`)\n",
-    "- http://www.jsonml.org/ (a JSON schema for lossless conversion from/to xml)\n",
+    "\n",
     "\n",
     "We use `<bibl>` here instead of `<biblStruct>` because it is more loosely-structured and allows for a more flat datastructure. \n",
     "\n",