Skip to content

Commit

Permalink
updated zenodo version
Browse files Browse the repository at this point in the history
  • Loading branch information
sbonaretti authored Nov 26, 2019
1 parent 8e5f2c2 commit 056988c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions literature_review.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"metadata": {},
"source": [
"The example coded in this notebook consists in the creation of an interactive literature review map of femoral knee cartilage segmentation. The map shows type of algorithm, location, first author and year of publication.\n",
"The input data is a `.csv` file on Zenodo (www.doi.org/10.5281/zenodo.3517077) containing data about the literature of femoral knee cartilage segmentation. \n",
"The input data is a `.csv` file on Zenodo (www.doi.org/10.5281/zenodo.3553483) containing data about the literature of femoral knee cartilage segmentation. \n",
"There are 4 versions of this file on Zenodo that are used for three different YouTube videos: \n",
"- Version 1 and 2: Used in the video [How to: Zenodo](https://youtu.be/S1qK_TA52e4) \n",
"- Version 2: Used in the video [How to: Reproducible computational workflows](https://youtu.be/-9qSUJTuec8)\n",
Expand Down Expand Up @@ -83,7 +83,7 @@
"source": [
"# file name and zenodo url\n",
"file_name = \"cart_segm_literature.csv\"\n",
"zenodo_url = \"https://zenodo.org/record/3548215/files/\" # 3548215 are the last digits of the specific version of dataset DOI"
"zenodo_url = \"https://zenodo.org/record/3553483/files/\" # 3553483 are the last digits of the specific version of dataset DOI"
]
},
{
Expand Down Expand Up @@ -1636,7 +1636,7 @@
"CPU cores : 4\n",
"interpreter: 64bit\n",
" \n",
"last updated: Fri Nov 22 2019 11:10:50 CET\n"
"last updated: Tue Nov 26 2019 09:35:00 CET\n"
]
}
],
Expand Down

0 comments on commit 056988c

Please sign in to comment.