From cfdee55083a6c36ee258ace94edfd33b52edb2bd Mon Sep 17 00:00:00 2001
From: Christian Boulanger <boulanger@lhlt.mpg.de>
Date: Mon, 30 Sep 2024 09:21:38 +0200
Subject: [PATCH] Update nb title

---
 convert-anystyle-data/anystyle-to-tei.ipynb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/convert-anystyle-data/anystyle-to-tei.ipynb b/convert-anystyle-data/anystyle-to-tei.ipynb
index 4704b17..d4d4161 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",
-- 
GitLab