diff --git a/footnotes/hoist-footnotes.ipynb b/footnotes/hoist-footnotes.ipynb deleted file mode 100644 index 7ea70251de5b17b39da39e208fee5f882e9c6d70..0000000000000000000000000000000000000000 --- a/footnotes/hoist-footnotes.ipynb +++ /dev/null @@ -1,52 +0,0 @@ -{ - "cells": [ - { - "metadata": {}, - "cell_type": "markdown", - "source": "# Footnote-stuff", - "id": "8ac8a2c7825fd5b7" - }, - { - "cell_type": "code", - "execution_count": null, - "id": "initial_id", - "metadata": { - "collapsed": true - }, - "outputs": [], - "source": [ - "text=\"\"\"\n", - "\n", - "\n", - "\"\"\"" - ] - }, - { - "metadata": {}, - "cell_type": "markdown", - "source": "", - "id": "d01132e796e44507" - } - ], - "metadata": { - "kernelspec": { - "display_name": "Python 3", - "language": "python", - "name": "python3" - }, - "language_info": { - "codemirror_mode": { - "name": "ipython", - "version": 2 - }, - "file_extension": ".py", - "mimetype": "text/x-python", - "name": "python", - "nbconvert_exporter": "python", - "pygments_lexer": "ipython2", - "version": "2.7.6" - } - }, - "nbformat": 4, - "nbformat_minor": 5 -} diff --git a/ontogpt/readme.md b/ontogpt/readme.md new file mode 100644 index 0000000000000000000000000000000000000000..a209b9ee19dfdd24fc9cd330061def32eebda649 --- /dev/null +++ b/ontogpt/readme.md @@ -0,0 +1,6 @@ +# OntoGPT experiment + + +## Resources: +- https://monarch-initiative.github.io/ontogpt/ +- https://incatools.github.io/ontology-access-kit/ \ No newline at end of file diff --git a/ontogpt/requirements.txt b/ontogpt/requirements.txt new file mode 100644 index 0000000000000000000000000000000000000000..d2560e75acd1e2cd2e25db363c53af6752c89433 --- /dev/null +++ b/ontogpt/requirements.txt @@ -0,0 +1 @@ +ontogpt \ No newline at end of file