From fb8b386196799d6f5f2e649530ef1dbd974bed15 Mon Sep 17 00:00:00 2001 From: Stefan Karner Date: Thu, 2 May 2019 18:10:20 +0200 Subject: [PATCH] Continue 1 - Overview --- 1 - Overview.ipynb | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/1 - Overview.ipynb b/1 - Overview.ipynb index 63c826b..8e31af8 100644 --- a/1 - Overview.ipynb +++ b/1 - Overview.ipynb @@ -51,6 +51,30 @@ "* Part 4: Webarchive" ] }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "**TODO**\n", + "\n", + "* Im Workshop oder nach dem Workshop erschaffene Dinge beim Symposium präsentieren?\n", + "* Erwähnung \"Bring Your Project\"\n" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "## Used Libraries\n", + "\n", + "* **requests** - HTTP for humans [https://2.python-requests.org/en/master/](https://2.python-requests.org/en/master/)\n", + "* **pandas** - spreadsheets for Python on steroids [https://pandas.pydata.org/](https://pandas.pydata.org/)\n", + "* **jsonpath** - xpath for json [https://github.com/h2non/jsonpath-ng](https://github.com/h2non/jsonpath-ng)\n", + "* **lxml** - xml parser and xpath (version 1) implementation [https://lxml.de/](https://lxml.de/)\n", + "* **sickle** - OAI-PMH for humans [https://sickle.readthedocs.io/en/latest/](https://sickle.readthedocs.io/en/latest/)\n", + "* **pyswagger** - dynamic OpenAPI / Swagger client [https://github.com/pyopenapi/pyswagger](https://github.com/pyopenapi/pyswagger)" + ] + }, { "cell_type": "code", "execution_count": null, -- GitLab