Skip to content

Commit

Permalink
markdown update, notebook refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
sH4MbLe5 committed Sep 28, 2023
1 parent 451e283 commit 0aef243
Show file tree
Hide file tree
Showing 19 changed files with 1,452 additions and 3,390 deletions.
23 changes: 12 additions & 11 deletions 1.1_Main.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
{
"cell_type": "code",
"execution_count": 1,
"execution_count": 15,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -42,11 +42,12 @@
},
{
"cell_type": "code",
"execution_count": 2,
"execution_count": 16,
"metadata": {},
"outputs": [],
"source": [
"lib = DataModel.from_git(url='https://github.com/FAIRChemistry/datamodel_b07_tc.git', commit='8748a18ee412d72aa1fd01aa80bfacbbb898a856')\n",
"lib = DataModel.from_git(url='https://github.com/FAIRChemistry/datamodel_b07_tc.git')\n",
"# lib = DataModel.from_git(url='https://github.com/FAIRChemistry/datamodel_b07_tc.git', commit='8748a18ee412d72aa1fd01aa80bfacbbb898a856')\n",
"# lib = DataModel.from_markdown('specifications/datamodel_b07_tc.md')"
]
},
Expand All @@ -67,20 +68,20 @@
},
{
"cell_type": "code",
"execution_count": 3,
"execution_count": 17,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"{\n",
" \"id\": \"dataset0\",\n",
" \"id\": \"dataset2\",\n",
" \"__source__\": {\n",
" \"root\": \"Dataset\",\n",
" \"repo\": \"https://github.com/FAIRChemistry/datamodel_b07_tc.git\",\n",
" \"commit\": \"b342319c31e24a3228fb1eb0627492dcd63f35d5\",\n",
" \"url\": \"https://github.com/FAIRChemistry/datamodel_b07_tc/tree/b342319c31e24a3228fb1eb0627492dcd63f35d5\"\n",
" \"commit\": \"451e283ac87f8b4e5d11a10e8958368e8ff7400d\",\n",
" \"url\": \"https://github.com/FAIRChemistry/datamodel_b07_tc/tree/451e283ac87f8b4e5d11a10e8958368e8ff7400d\"\n",
" }\n",
"}\n"
]
Expand All @@ -101,7 +102,7 @@
},
{
"cell_type": "code",
"execution_count": 4,
"execution_count": 18,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -121,7 +122,7 @@
},
{
"cell_type": "code",
"execution_count": 5,
"execution_count": 19,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -139,7 +140,7 @@
},
{
"cell_type": "code",
"execution_count": 6,
"execution_count": 20,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -155,7 +156,7 @@
},
{
"cell_type": "code",
"execution_count": 7,
"execution_count": 21,
"metadata": {},
"outputs": [],
"source": [
Expand Down
Loading

0 comments on commit 0aef243

Please sign in to comment.