You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -136,6 +136,8 @@ The dataframe columns are:
136
136
- Abstract (from PubMed metadata).
137
137
- mesh <class 'list'>
138
138
- MeSH (Medical Subject Headings) provided by Medline.
139
+
- keywords <class 'list'>
140
+
- This field contains largely non-MeSH subject terms that describe the content of an article. Beginning in January 2013, author-supplied keywords.
139
141
- authors <class 'list'>
140
142
- journal <class 'str'>
141
143
- pub_type <class 'list'>
@@ -272,6 +274,13 @@ A: It seems that you are on a shared computer, you need to identify who is the o
272
274
273
275
## Version
274
276
277
+
### Version 0.3.14
278
+
-> Add the keyword field from the medline file to the result.
279
+
280
+
-> Fixed data type, when reading the medline file, in case of add_mesh.
281
+
282
+
-> Fixed code where 1 article was missing if using list of PMIDs as update.
283
+
275
284
### Version 0.3.13
276
285
-> Since Crossref retired the API key feature to let Elsevier and Wiley identified the author of the publication request. wiley_api_key and elsevier_api_key optional parameters have been added as input parameters. These are not mandatory parameters but increase greatly the retrieval rate as they give access to Wiley and Elsevier publications respectively.
0 commit comments