From 6b8690e87383a30a50ba830e49580e6fb7e87232 Mon Sep 17 00:00:00 2001 From: Marcello Vitali-Rosati <vitalirosati@gmail.com> Date: Sun, 16 Oct 2022 09:13:25 -0400 Subject: [PATCH] petites corrections --- jupyter/GAapiTutorial.ipynb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/jupyter/GAapiTutorial.ipynb b/jupyter/GAapiTutorial.ipynb index c7b667d..ab826bc 100644 --- a/jupyter/GAapiTutorial.ipynb +++ b/jupyter/GAapiTutorial.ipynb @@ -2653,7 +2653,7 @@ "source": [ "## Data about epigrams\n", "\n", - "Let us now have a look at the data available for each epigram. Most of these data are present in the list of epigrams (`epigrams['results']`), but each epigram has its own endpoint, structured on the basis of its book and its number.\n", + "Let us now have a look at the data available for each epigram. Most of these data are present in the list of epigrams (`alldata['results']`), but each epigram has its own endpoint, structured on the basis of its book and its number.\n", "\n", "The *Greek Anthology* has 16 books, as you can see here:" ] @@ -2955,7 +2955,7 @@ "id": "residential-encyclopedia", "metadata": {}, "source": [ - "The epigram's number is in the key `fragment` and the letter (when it has one) in the key `sub_fragment`)" + "The epigram's number is in the key `fragment` and the letter (when it has one) in the key `sub_fragment`" ] }, { @@ -2965,7 +2965,7 @@ "source": [ "### Images of the manuscript (Codex Palatinus 23)\n", "\n", - "For each epigram, the corresponding iiif coordinates can be found under the key `manuscript` (a high quality digitization of the *codex palatinus 23* is available on [the website of the Palatinate Library of Heidelberg](https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0079/image,info)). \n", + "For each epigram, the corresponding iiif images of the manuscript can be found under the key `manuscript` (a high quality digitization of the *codex palatinus 23* is available on [the website of the Palatinate Library of Heidelberg](https://digi.ub.uni-heidelberg.de/diglit/cpgraec23/0079/image,info)). \n", "\n", "For more information about the manuscript and its images, cf. the section \"Manuscript Annotation API\" in this document. " ] @@ -11572,7 +11572,7 @@ ], "metadata": { "kernelspec": { - "display_name": "Python 3 (ipykernel)", + "display_name": "Python 3", "language": "python", "name": "python3" }, @@ -11586,7 +11586,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.8.10" + "version": "3.9.2" } }, "nbformat": 4, -- GitLab