Skip to content

Commit 911ac30

Browse files
authored
move misplaced statement
1 parent ef97cb3 commit 911ac30

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

notebooks/getting_started/part2_searching_basics.ipynb

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2815,9 +2815,7 @@
28152815
"\n",
28162816
"To get more details about how the data was collected you should use the `source_DOI` column, which contains Digital Object Identifier (DOI) for the dataset from where the given file originates.\n",
28172817
"\n",
2818-
"We can easily access the complete list of DOIs that accompany the items in our selection.",
2819-
"\n",
2820-
"WARNING: As of May 30, 2024, due to server issues at api.crossref.org, the following cell may not work. In the future, we will replace the API call to CrossRef with a cached list of publication to address this issue."
2818+
"We can easily access the complete list of DOIs that accompany the items in our selection."
28212819
]
28222820
},
28232821
{
@@ -2856,7 +2854,10 @@
28562854
"source": [
28572855
"If you use data from IDC, you should also acknowledge IDC as the source of the data, and cite individual datasets that you used.\n",
28582856
"\n",
2859-
"To help you comply with the attribution requirements, `idc-index` provides a convenience function `citations_from_selection` that will look up the DOIs and generate the list of citations."
2857+
"To help you comply with the attribution requirements, `idc-index` provides a convenience function `citations_from_selection` that will look up the DOIs and generate the list of citations.",
2858+
,
2859+
"\n",
2860+
"\nWARNING: As of May 30, 2024, due to server issues at api.crossref.org, the following cell may not work. In the future, we will replace the API call to CrossRef with a cached list of publication to address this issue.\n"
28602861
]
28612862
},
28622863
{

0 commit comments

Comments
 (0)