TomTBT commited on
Commit
3f8468d
2 Parent(s): 214a181 4bfa681

Merge branch 'main' of https://huggingface.co/datasets/TomTBT/pmc_open_access_xml

Browse files
Files changed (1) hide show
  1. README.md +8 -2
README.md CHANGED
@@ -415,7 +415,13 @@ work of further versions of this dataset.
415
 
416
  #### Initial Data Collection and Normalization
417
 
418
- [Needs More Information]
 
 
 
 
 
 
419
 
420
  #### Who are the source language producers?
421
 
@@ -458,7 +464,7 @@ future version.
458
  - Remove unwanted references from the text, and replace either by the "references_text" or by the reference content itself.
459
  - Unescape HTML special characters: `import html; html.unescape(my_text)`
460
  - Remove superfluous line break in text.
461
- - Remove XML tags / replace by special tokens (<italic>, <sup>, <sub>, ...).
462
  - Join the items of the contents' lists.
463
 
464
  ## Additional Information
 
415
 
416
  #### Initial Data Collection and Normalization
417
 
418
+ Data was obtained from:
419
+ - ftp.ncbi.nlm.nih.gov/pub/pmc/oa_bulk/oa_noncomm/xml/
420
+ - ftp.ncbi.nlm.nih.gov/pub/pmc/oa_bulk/oa_comm/xml/
421
+ - ftp.ncbi.nlm.nih.gov/pub/pmc/oa_bulk/oa_other/xml/
422
+
423
+ Additional content for individual articles (graphics, media) can be obtained from:
424
+ - ftp.ncbi.nlm.nih.gov/pub/pmc + "package_file"
425
 
426
  #### Who are the source language producers?
427
 
 
464
  - Remove unwanted references from the text, and replace either by the "references_text" or by the reference content itself.
465
  - Unescape HTML special characters: `import html; html.unescape(my_text)`
466
  - Remove superfluous line break in text.
467
+ - Remove XML tags / replace by special tokens (\<italic\>, \<sup\>, \<sub\>, ...).
468
  - Join the items of the contents' lists.
469
 
470
  ## Additional Information