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
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -224,9 +224,9 @@ The 'core' data and content text from the retrieved publications are stored here
224
224
Published literature can be subject to copyright with restrictions on redistribution. Users need to be mindful of the data storage requirements and how the derived products are presented and shared. Many publishers provide guidance on the use of content for redistribution and use in research.
225
225
226
226
## Extra resources
227
-
You can find the Cadmus website -https://biomedicalinformaticsgroup.github.io/cadmus/
227
+
You can find the Cadmus website at the followinghttps://biomedicalinformaticsgroup.github.io/cadmus/
228
228
229
-
You can find a [Colab Notebook](https://drive.google.com/file/d/1UoAuGTzAiRV_KyH372JcmFXddJggL-Ow/view?usp=sharing) to get you started.
229
+
You can find a [Colab Notebook](https://colab.research.google.com/drive/1-ACwvyWLihroeV1lJcL7S1VyCiCIA4Ja?usp=sharing) to get you started.
230
230
231
231
<!-- Here is our library forthe Pubmed Central Open Access Corpus Generation
232
232
@@ -268,7 +268,7 @@ retrieved_df2 is here to keep the information forever, once the system is finish
268
268
269
269
Q:How can I remove Cadmus?
270
270
271
-
A: rm -rf cadmus
271
+
A: 'pip uninstall cadmus' to remove from python and 'rm -rf cadmus' in bash to remove it from the directory.
272
272
273
273
Q: I got the following error or a similar one: 'PermissionError: \[Errno\] 13 Permission denied: '/tmp/tika.log'', What can I do?
274
274
@@ -279,6 +279,8 @@ A: It seems that you are on a shared computer, you need to identify who is the o
279
279
### Version 0.3.15
280
280
-> Add the parameters 'colab1' and 'colab2' to be able to run an example Notebook on Google Colab and bypass the restriction on runing the pipeline function on the bash system from the terminal.
281
281
282
+
-> Fixing parsed_to_df function.
283
+
282
284
### Version 0.3.14
283
285
-> Add the keyword field from the Medline file to the result.
0 commit comments