File size: 3,268 Bytes
40319e4 278fb52 5582440 278fb52 5582440 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 |
---
license: openrail
---
All Alexey Moskalev paper found inside semantic-scholar that have pubmed ids.
The parquet file schema is:
```
root
|-- corpusid: long (nullable = true)
|-- updated: string (nullable = true)
|-- content_source_oainfo_license: string (nullable = true)
|-- content_source_oainfo_openaccessurl: string (nullable = true)
|-- content_source_oainfo_status: string (nullable = true)
|-- content_source_pdfsha: string (nullable = true)
|-- content_source_pdfurls: array (nullable = true)
| |-- element: string (containsNull = true)
|-- externalids_acl: string (nullable = true)
|-- externalids_arxiv: string (nullable = true)
|-- externalids_dblp: string (nullable = true)
|-- externalids_doi: string (nullable = true)
|-- externalids_mag: string (nullable = true)
|-- externalids_pubmed: string (nullable = true)
|-- externalids_pubmedcentral: string (nullable = true)
|-- content_text: string (nullable = true)
|-- annotations_abstract: array (nullable = true)
| |-- element: string (containsNull = true)
|-- annotations_author: array (nullable = true)
| |-- element: string (containsNull = true)
|-- annotations_authoraffiliation: array (nullable = true)
| |-- element: string (containsNull = true)
|-- annotations_authorfirstname: array (nullable = true)
| |-- element: string (containsNull = true)
|-- annotations_authorlastname: array (nullable = true)
| |-- element: string (containsNull = true)
|-- annotations_bibauthor: array (nullable = true)
| |-- element: string (containsNull = true)
|-- annotations_bibauthorfirstname: array (nullable = true)
| |-- element: string (containsNull = true)
|-- annotations_bibauthorlastname: array (nullable = true)
| |-- element: string (containsNull = true)
|-- annotations_bibentry: array (nullable = true)
| |-- element: string (containsNull = true)
|-- annotations_bibref: array (nullable = true)
| |-- element: string (containsNull = true)
|-- annotations_bibtitle: array (nullable = true)
| |-- element: string (containsNull = true)
|-- annotations_bibvenue: array (nullable = true)
| |-- element: string (containsNull = true)
|-- annotations_figure: array (nullable = true)
| |-- element: string (containsNull = true)
|-- annotations_figurecaption: array (nullable = true)
| |-- element: string (containsNull = true)
|-- annotations_figureref: array (nullable = true)
| |-- element: string (containsNull = true)
|-- annotations_formula: array (nullable = true)
| |-- element: string (containsNull = true)
|-- annotations_paragraph: array (nullable = true)
| |-- element: string (containsNull = true)
|-- annotations_publisher: array (nullable = true)
| |-- element: string (containsNull = true)
|-- annotations_sectionheader: array (nullable = true)
| |-- element: string (containsNull = true)
|-- annotations_table: array (nullable = true)
| |-- element: string (containsNull = true)
|-- annotations_tableref: array (nullable = true)
| |-- element: string (containsNull = true)
|-- annotations_title: array (nullable = true)
| |-- element: string (containsNull = true)
|-- annotations_venue: array (nullable = true)
| |-- element: string (containsNull = true)
``` |