Skip to content

Commit 29f562f

Browse files
authored
Update README.md
1 parent d27767d commit 29f562f

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -224,9 +224,9 @@ The 'core' data and content text from the retrieved publications are stored here
224224
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.
225225

226226
## Extra resources
227-
You can find the Cadmus website - https://biomedicalinformaticsgroup.github.io/cadmus/
227+
You can find the Cadmus website at the following https://biomedicalinformaticsgroup.github.io/cadmus/
228228

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.
230230

231231
<!-- Here is our library forthe Pubmed Central Open Access Corpus Generation
232232
@@ -268,7 +268,7 @@ retrieved_df2 is here to keep the information forever, once the system is finish
268268

269269
Q:How can I remove Cadmus?
270270

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.
272272

273273
Q: I got the following error or a similar one: 'PermissionError: \[Errno\] 13 Permission denied: '/tmp/tika.log'', What can I do?
274274

@@ -279,6 +279,8 @@ A: It seems that you are on a shared computer, you need to identify who is the o
279279
### Version 0.3.15
280280
-> 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.
281281

282+
-> Fixing parsed_to_df function.
283+
282284
### Version 0.3.14
283285
-> Add the keyword field from the Medline file to the result.
284286

0 commit comments

Comments
 (0)