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