Skip to content

Commit c75b722

Browse files
committed
docs: Add Elsevier TDM link
1 parent 35ceec9 commit c75b722

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

src/python/sdirect.ipynb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
" - <a href=\"https://dev.elsevier.com/sd_api_spec.html\" target=\"_blank\">ScienceDirect API Documentation</a>\n",
1919
"- Terms\n",
2020
" - <a href=\"https://dev.elsevier.com/api_key_settings.html\" target=\"_blank\">ScienceDirect API Terms of Use</a>\n",
21+
" - <a href=\"https://www.elsevier.com/about/open-science/research-data/text-and-data-mining\" target=\"_blank\">Elsevier Text and Data Mining</a>\n",
2122
"- Data Reuse\n",
2223
" - <a href=\"https://dev.elsevier.com/tecdoc_text_mining.html\" target=\"_blank\">Elsevier Text & Data Mining</a>\n",
2324
"\n",
@@ -690,9 +691,10 @@
690691
},
691692
{
692693
"cell_type": "markdown",
694+
"id": "e595430e",
693695
"metadata": {},
694696
"source": [
695-
"## 5. Extract Full-Text Article from XML\n",
697+
"## 5. Extract Article Full-Text from XML\n",
696698
"\n",
697699
"Finally, we'll demonstrate how to retrieve the **entire body** of the article from the XML by:\n",
698700
"\n",

src/r/sdirect.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ Please see the following resources for more information on API usage:
2020
- <a href="https://dev.elsevier.com/sd_api_spec.html" target="_blank">ScienceDirect API Documentation</a>
2121
- Terms
2222
- <a href="https://dev.elsevier.com/api_key_settings.html" target="_blank">ScienceDirect API Terms of Use</a>
23+
- <a href="https://www.elsevier.com/about/open-science/research-data/text-and-data-mining" target="_blank">Elsevier Text and Data Mining</a>
2324
- Data Reuse
2425
- <a href="https://dev.elsevier.com/tecdoc_text_mining.html" target="_blank">Elsevier Text & Data Mining</a>
2526

0 commit comments

Comments
 (0)