Mearman commited on
Commit
29c901e
·
0 Parent(s):

Super-squash branch 'main' using huggingface_hub

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. .gitattributes +2 -0
  2. .githooks/pre-commit +51 -0
  3. .gitignore +14 -0
  4. README.md +2119 -0
  5. data/authors/affiliations/authors__updated_date=2026-02-01__part_0000.parquet +3 -0
  6. data/authors/affiliations/authors__updated_date=2026-02-01__part_0001.parquet +3 -0
  7. data/authors/affiliations/authors__updated_date=2026-02-01__part_0002.parquet +3 -0
  8. data/authors/affiliations/authors__updated_date=2026-02-01__part_0003.parquet +3 -0
  9. data/authors/affiliations/authors__updated_date=2026-02-01__part_0004.parquet +3 -0
  10. data/authors/affiliations/authors__updated_date=2026-02-01__part_0005.parquet +3 -0
  11. data/authors/affiliations/authors__updated_date=2026-02-02__part_0000.parquet +3 -0
  12. data/authors/affiliations/authors__updated_date=2026-02-03__part_0000.parquet +3 -0
  13. data/authors/affiliations/authors__updated_date=2026-02-04__part_0000.parquet +3 -0
  14. data/authors/affiliations/authors__updated_date=2026-02-05__part_0000.parquet +3 -0
  15. data/authors/affiliations/authors__updated_date=2026-02-06__part_0000.parquet +3 -0
  16. data/authors/affiliations/authors__updated_date=2026-02-07__part_0000.parquet +3 -0
  17. data/authors/affiliations/authors__updated_date=2026-02-08__part_0000.parquet +3 -0
  18. data/authors/affiliations/authors__updated_date=2026-02-09__part_0000.parquet +3 -0
  19. data/authors/affiliations/authors__updated_date=2026-02-11__part_0000.parquet +3 -0
  20. data/authors/affiliations/authors__updated_date=2026-02-12__part_0000.parquet +3 -0
  21. data/authors/affiliations/authors__updated_date=2026-02-14__part_0000.parquet +3 -0
  22. data/authors/affiliations/authors__updated_date=2026-02-15__part_0000.parquet +3 -0
  23. data/authors/affiliations/authors__updated_date=2026-02-16__part_0000.parquet +3 -0
  24. data/authors/affiliations/authors__updated_date=2026-02-17__part_0000.parquet +3 -0
  25. data/authors/affiliations/authors__updated_date=2026-02-18__part_0000.parquet +3 -0
  26. data/authors/affiliations/authors__updated_date=2026-02-19__part_0000.parquet +3 -0
  27. data/authors/affiliations/authors__updated_date=2026-02-20__part_0000.parquet +3 -0
  28. data/authors/affiliations/authors__updated_date=2026-02-21__part_0000.parquet +3 -0
  29. data/authors/affiliations/authors__updated_date=2026-02-22__part_0000.parquet +3 -0
  30. data/authors/affiliations/authors__updated_date=2026-02-23__part_0000.parquet +3 -0
  31. data/authors/affiliations/authors__updated_date=2026-02-24__part_0000.parquet +3 -0
  32. data/authors/affiliations/authors__updated_date=2026-02-25__part_0000.parquet +3 -0
  33. data/authors/affiliations/authors__updated_date=2026-02-26__part_0000.parquet +3 -0
  34. data/authors/affiliations/authors__updated_date=2026-02-28__part_0000.parquet +3 -0
  35. data/authors/affiliations/authors__updated_date=2026-03-01__part_0000.parquet +3 -0
  36. data/authors/affiliations/authors__updated_date=2026-03-02__part_0000.parquet +3 -0
  37. data/authors/affiliations/authors__updated_date=2026-03-02__part_0001.parquet +3 -0
  38. data/authors/affiliations/authors__updated_date=2026-03-02__part_0002.parquet +3 -0
  39. data/authors/affiliations/authors__updated_date=2026-03-02__part_0003.parquet +3 -0
  40. data/authors/affiliations/authors__updated_date=2026-03-02__part_0004.parquet +3 -0
  41. data/authors/affiliations/authors__updated_date=2026-03-02__part_0005.parquet +3 -0
  42. data/authors/affiliations/authors__updated_date=2026-03-02__part_0006.parquet +3 -0
  43. data/authors/affiliations/authors__updated_date=2026-03-02__part_0007.parquet +3 -0
  44. data/authors/affiliations/authors__updated_date=2026-03-02__part_0008.parquet +3 -0
  45. data/authors/affiliations/authors__updated_date=2026-03-02__part_0009.parquet +3 -0
  46. data/authors/affiliations/authors__updated_date=2026-03-02__part_0010.parquet +3 -0
  47. data/authors/affiliations/authors__updated_date=2026-03-02__part_0011.parquet +3 -0
  48. data/authors/affiliations/authors__updated_date=2026-03-02__part_0012.parquet +3 -0
  49. data/authors/affiliations/authors__updated_date=2026-03-02__part_0013.parquet +3 -0
  50. data/authors/affiliations/authors__updated_date=2026-03-02__part_0014.parquet +3 -0
.gitattributes ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ *.jsonl.gz filter=lfs diff=lfs merge=lfs -text
2
+ *.parquet filter=lfs diff=lfs merge=lfs -text
.githooks/pre-commit ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #!/usr/bin/env bash
2
+ # Pre-commit hook: validate README.md YAML frontmatter for HuggingFace dataset card.
3
+ # Ensures required fields are present and non-empty.
4
+
5
+ set -euo pipefail
6
+
7
+ README="README.md"
8
+
9
+ if [ ! -f "$README" ]; then
10
+ echo "Error: $README not found"
11
+ exit 1
12
+ fi
13
+
14
+ # Extract YAML frontmatter (between opening and closing ---)
15
+ frontmatter=$(awk '/^---$/{n++; next} n==1{print} n==2{exit}' "$README")
16
+
17
+ if [ -z "$frontmatter" ]; then
18
+ echo "Error: $README has no YAML frontmatter (must start with ---)"
19
+ exit 1
20
+ fi
21
+
22
+ # Required fields per HuggingFace dataset card spec
23
+ required_fields=(
24
+ "license"
25
+ "task_categories"
26
+ "size_categories"
27
+ )
28
+
29
+ errors=0
30
+ for field in "${required_fields[@]}"; do
31
+ if ! echo "$frontmatter" | grep -q "^${field}:"; then
32
+ echo "Error: $README missing required field '$field'"
33
+ errors=$((errors + 1))
34
+ else
35
+ # Check the value isn't empty — either inline or as a YAML list on the next line
36
+ inline_value=$(echo "$frontmatter" | grep "^${field}:" | sed "s/^${field}://" | sed 's/^[[:space:]]*//')
37
+ if [ -z "$inline_value" ]; then
38
+ # Value might be a multi-line list; check the next line starts with -
39
+ if ! echo "$frontmatter" | grep -A1 "^${field}:" | tail -1 | grep -q '^- '; then
40
+ echo "Error: $README field '$field' is empty"
41
+ errors=$((errors + 1))
42
+ fi
43
+ fi
44
+ fi
45
+ done
46
+
47
+ if [ "$errors" -gt 0 ]; then
48
+ echo ""
49
+ echo "See https://huggingface.co/docs/hub/datasets-cards#yaml-metadata"
50
+ exit 1
51
+ fi
.gitignore ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Python
2
+ __pycache__/
3
+ *.pyc
4
+ sync/__pycache__/
5
+
6
+ # Provenance (replaced by direct parquet shard existence checks)
7
+ _units/
8
+
9
+ # Staging
10
+ .hf_synced/
11
+
12
+ # macOS
13
+ .DS_Store
14
+ ._*
README.md ADDED
@@ -0,0 +1,2119 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc0-1.0
3
+ papers:
4
+ - https://arxiv.org/abs/2205.01833
5
+ annotations_creators:
6
+ - found
7
+ - machine-generated
8
+ language_creators:
9
+ - found
10
+ language:
11
+ - en
12
+ - mul
13
+ pretty_name: OpenAlex Snapshot
14
+ tags:
15
+ - academic
16
+ - scholarly-metadata
17
+ - citation-data
18
+ - bibliometrics
19
+ - open-science
20
+ - tabular
21
+ size_categories:
22
+ - n>1T
23
+ source_datasets:
24
+ - original
25
+ task_categories:
26
+ - tabular-classification
27
+ - feature-extraction
28
+ configs:
29
+ - config_name: works
30
+ data_files: data/works/**/*.jsonl.gz
31
+ default: true
32
+ features:
33
+ - name: id
34
+ dtype: string
35
+ - name: doi
36
+ dtype: string
37
+ - name: title
38
+ dtype: string
39
+ - name: display_name
40
+ dtype: string
41
+ - name: ids
42
+ dtype: string
43
+ - name: indexed_in
44
+ dtype: string
45
+ - name: publication_date
46
+ dtype: string
47
+ - name: publication_year
48
+ dtype: int64
49
+ - name: language
50
+ dtype: string
51
+ - name: type
52
+ dtype: string
53
+ - name: authorships
54
+ dtype: string
55
+ - name: authors_count
56
+ dtype: int64
57
+ - name: corresponding_author_ids
58
+ dtype: string
59
+ - name: corresponding_institution_ids
60
+ dtype: string
61
+ - name: primary_topic
62
+ dtype: string
63
+ - name: topics
64
+ dtype: string
65
+ - name: keywords
66
+ dtype: string
67
+ - name: concepts
68
+ dtype: string
69
+ - name: locations
70
+ dtype: string
71
+ - name: locations_count
72
+ dtype: int64
73
+ - name: primary_location
74
+ dtype: string
75
+ - name: best_oa_location
76
+ dtype: string
77
+ - name: sustainable_development_goals
78
+ dtype: string
79
+ - name: awards
80
+ dtype: string
81
+ - name: funders
82
+ dtype: string
83
+ - name: institutions
84
+ dtype: string
85
+ - name: countries_distinct_count
86
+ dtype: int64
87
+ - name: institutions_distinct_count
88
+ dtype: int64
89
+ - name: open_access
90
+ dtype: string
91
+ - name: is_paratext
92
+ dtype: bool
93
+ - name: is_retracted
94
+ dtype: bool
95
+ - name: is_xpac
96
+ dtype: bool
97
+ - name: biblio
98
+ dtype: string
99
+ - name: referenced_works
100
+ dtype: string
101
+ - name: referenced_works_count
102
+ dtype: int64
103
+ - name: related_works
104
+ dtype: string
105
+ - name: abstract_inverted_index
106
+ dtype: string
107
+ - name: cited_by_count
108
+ dtype: int64
109
+ - name: counts_by_year
110
+ dtype: string
111
+ - name: apc_list
112
+ dtype: string
113
+ - name: apc_paid
114
+ dtype: string
115
+ - name: fwci
116
+ dtype: float64
117
+ - name: citation_normalized_percentile
118
+ dtype: string
119
+ - name: cited_by_percentile_year
120
+ dtype: string
121
+ - name: mesh
122
+ dtype: string
123
+ - name: has_content
124
+ dtype: string
125
+ - name: has_fulltext
126
+ dtype: bool
127
+ - name: created_date
128
+ dtype: string
129
+ - name: updated_date
130
+ dtype: string
131
+ - config_name: authors
132
+ data_files: data/authors/**/*.jsonl.gz
133
+ features:
134
+ - name: id
135
+ dtype: string
136
+ - name: orcid
137
+ dtype: string
138
+ - name: display_name
139
+ dtype: string
140
+ - name: display_name_alternatives
141
+ dtype: string
142
+ - name: works_count
143
+ dtype: int64
144
+ - name: cited_by_count
145
+ dtype: int64
146
+ - name: summary_stats
147
+ dtype: string
148
+ - name: ids
149
+ dtype: string
150
+ - name: affiliations
151
+ dtype: string
152
+ - name: last_known_institutions
153
+ dtype: string
154
+ - name: topics
155
+ dtype: string
156
+ - name: topic_share
157
+ dtype: string
158
+ - name: x_concepts
159
+ dtype: string
160
+ - name: counts_by_year
161
+ dtype: string
162
+ - name: works_api_url
163
+ dtype: string
164
+ - name: updated_date
165
+ dtype: string
166
+ - name: created_date
167
+ dtype: string
168
+ - config_name: sources
169
+ data_files: data/sources/**/*.jsonl.gz
170
+ features:
171
+ - name: id
172
+ dtype: string
173
+ - name: issn_l
174
+ dtype: string
175
+ - name: issn
176
+ dtype: string
177
+ - name: display_name
178
+ dtype: string
179
+ - name: host_organization
180
+ dtype: string
181
+ - name: host_organization_name
182
+ dtype: string
183
+ - name: host_organization_lineage
184
+ dtype: string
185
+ - name: works_count
186
+ dtype: int64
187
+ - name: oa_works_count
188
+ dtype: int64
189
+ - name: cited_by_count
190
+ dtype: int64
191
+ - name: summary_stats
192
+ dtype: string
193
+ - name: is_oa
194
+ dtype: bool
195
+ - name: is_in_doaj
196
+ dtype: bool
197
+ - name: is_in_doaj_since_year
198
+ dtype: string
199
+ - name: is_high_oa_rate
200
+ dtype: bool
201
+ - name: is_high_oa_rate_since_year
202
+ dtype: string
203
+ - name: is_in_scielo
204
+ dtype: bool
205
+ - name: is_ojs
206
+ dtype: bool
207
+ - name: is_core
208
+ dtype: bool
209
+ - name: oa_flip_year
210
+ dtype: string
211
+ - name: first_publication_year
212
+ dtype: int64
213
+ - name: last_publication_year
214
+ dtype: int64
215
+ - name: ids
216
+ dtype: string
217
+ - name: homepage_url
218
+ dtype: string
219
+ - name: apc_prices
220
+ dtype: string
221
+ - name: apc_usd
222
+ dtype: string
223
+ - name: country_code
224
+ dtype: string
225
+ - name: societies
226
+ dtype: string
227
+ - name: alternate_titles
228
+ dtype: string
229
+ - name: type
230
+ dtype: string
231
+ - name: topics
232
+ dtype: string
233
+ - name: topic_share
234
+ dtype: string
235
+ - name: counts_by_year
236
+ dtype: string
237
+ - name: works_api_url
238
+ dtype: string
239
+ - name: updated_date
240
+ dtype: string
241
+ - name: created_date
242
+ dtype: string
243
+ - config_name: institutions
244
+ data_files: data/institutions/**/*.jsonl.gz
245
+ features:
246
+ - name: id
247
+ dtype: string
248
+ - name: ror
249
+ dtype: string
250
+ - name: display_name
251
+ dtype: string
252
+ - name: country_code
253
+ dtype: string
254
+ - name: type
255
+ dtype: string
256
+ - name: lineage
257
+ dtype: string
258
+ - name: is_super_system
259
+ dtype: bool
260
+ - name: type_id
261
+ dtype: string
262
+ - name: homepage_url
263
+ dtype: string
264
+ - name: image_url
265
+ dtype: string
266
+ - name: image_thumbnail_url
267
+ dtype: string
268
+ - name: display_name_acronyms
269
+ dtype: string
270
+ - name: display_name_alternatives
271
+ dtype: string
272
+ - name: works_count
273
+ dtype: int64
274
+ - name: cited_by_count
275
+ dtype: int64
276
+ - name: ids
277
+ dtype: string
278
+ - name: roles
279
+ dtype: string
280
+ - name: repositories
281
+ dtype: string
282
+ - name: geo
283
+ dtype: string
284
+ - name: wikidata_id
285
+ dtype: string
286
+ - name: wiki_page
287
+ dtype: string
288
+ - name: topics
289
+ dtype: string
290
+ - name: topic_share
291
+ dtype: string
292
+ - name: associated_institutions
293
+ dtype: string
294
+ - name: counts_by_year
295
+ dtype: string
296
+ - name: summary_stats
297
+ dtype: string
298
+ - name: works_api_url
299
+ dtype: string
300
+ - name: updated_date
301
+ dtype: string
302
+ - name: created_date
303
+ dtype: string
304
+ - config_name: publishers
305
+ data_files: data/publishers/**/*.jsonl.gz
306
+ features:
307
+ - name: id
308
+ dtype: string
309
+ - name: lineage
310
+ dtype: string
311
+ - name: display_name
312
+ dtype: string
313
+ - name: alternate_titles
314
+ dtype: string
315
+ - name: country_codes
316
+ dtype: string
317
+ - name: hierarchy_level
318
+ dtype: int64
319
+ - name: ids
320
+ dtype: string
321
+ - name: ror_id
322
+ dtype: string
323
+ - name: image_url
324
+ dtype: string
325
+ - name: image_thumbnail_url
326
+ dtype: string
327
+ - name: wikidata_id
328
+ dtype: string
329
+ - name: homepage_url
330
+ dtype: string
331
+ - name: works_count
332
+ dtype: int64
333
+ - name: cited_by_count
334
+ dtype: int64
335
+ - name: summary_stats
336
+ dtype: string
337
+ - name: roles
338
+ dtype: string
339
+ - name: counts_by_year
340
+ dtype: string
341
+ - name: sources_api_url
342
+ dtype: string
343
+ - name: created_date
344
+ dtype: string
345
+ - name: updated_date
346
+ dtype: string
347
+ - config_name: funders
348
+ data_files: data/funders/**/*.jsonl.gz
349
+ features:
350
+ - name: id
351
+ dtype: string
352
+ - name: display_name
353
+ dtype: string
354
+ - name: alternate_titles
355
+ dtype: string
356
+ - name: country_code
357
+ dtype: string
358
+ - name: description
359
+ dtype: string
360
+ - name: homepage_url
361
+ dtype: string
362
+ - name: image_url
363
+ dtype: string
364
+ - name: image_thumbnail_url
365
+ dtype: string
366
+ - name: ids
367
+ dtype: string
368
+ - name: works_count
369
+ dtype: int64
370
+ - name: cited_by_count
371
+ dtype: int64
372
+ - name: awards_count
373
+ dtype: int64
374
+ - name: roles
375
+ dtype: string
376
+ - name: counts_by_year
377
+ dtype: string
378
+ - name: summary_stats
379
+ dtype: string
380
+ - name: created_date
381
+ dtype: string
382
+ - name: updated_date
383
+ dtype: string
384
+ - config_name: awards
385
+ data_files: data/awards/**/*.jsonl.gz
386
+ features:
387
+ - name: id
388
+ dtype: string
389
+ - name: display_name
390
+ dtype: string
391
+ - name: description
392
+ dtype: string
393
+ - name: funder_award_id
394
+ dtype: string
395
+ - name: amount
396
+ dtype: float64
397
+ - name: currency
398
+ dtype: string
399
+ - name: funder
400
+ dtype: string
401
+ - name: funding_type
402
+ dtype: string
403
+ - name: funder_scheme
404
+ dtype: string
405
+ - name: provenance
406
+ dtype: string
407
+ - name: start_date
408
+ dtype: string
409
+ - name: end_date
410
+ dtype: string
411
+ - name: start_year
412
+ dtype: int64
413
+ - name: end_year
414
+ dtype: int64
415
+ - name: lead_investigator
416
+ dtype: string
417
+ - name: co_lead_investigator
418
+ dtype: string
419
+ - name: investigators
420
+ dtype: string
421
+ - name: landing_page_url
422
+ dtype: string
423
+ - name: doi
424
+ dtype: string
425
+ - name: works_api_url
426
+ dtype: string
427
+ - name: created_date
428
+ dtype: string
429
+ - name: updated_date
430
+ dtype: string
431
+ - name: funded_outputs
432
+ dtype: string
433
+ - name: funded_outputs_count
434
+ dtype: int64
435
+ - config_name: concepts
436
+ data_files: data/concepts/**/*.jsonl.gz
437
+ features:
438
+ - name: id
439
+ dtype: string
440
+ - name: wikidata
441
+ dtype: string
442
+ - name: display_name
443
+ dtype: string
444
+ - name: level
445
+ dtype: int64
446
+ - name: description
447
+ dtype: string
448
+ - name: works_count
449
+ dtype: int64
450
+ - name: cited_by_count
451
+ dtype: int64
452
+ - name: summary_stats
453
+ dtype: string
454
+ - name: ids
455
+ dtype: string
456
+ - name: image_url
457
+ dtype: string
458
+ - name: image_thumbnail_url
459
+ dtype: string
460
+ - name: international
461
+ dtype: string
462
+ - name: ancestors
463
+ dtype: string
464
+ - name: related_concepts
465
+ dtype: string
466
+ - name: counts_by_year
467
+ dtype: string
468
+ - name: works_api_url
469
+ dtype: string
470
+ - name: updated_date
471
+ dtype: string
472
+ - name: created_date
473
+ dtype: string
474
+ - config_name: topics
475
+ data_files: data/topics/**/*.jsonl.gz
476
+ features:
477
+ - name: original_id
478
+ dtype: int64
479
+ - name: id
480
+ dtype: string
481
+ - name: ids
482
+ dtype: string
483
+ - name: display_name
484
+ dtype: string
485
+ - name: description
486
+ dtype: string
487
+ - name: keywords
488
+ dtype: string
489
+ - name: domain
490
+ dtype: string
491
+ - name: field
492
+ dtype: string
493
+ - name: subfield
494
+ dtype: string
495
+ - name: siblings
496
+ dtype: string
497
+ - name: works_count
498
+ dtype: int64
499
+ - name: cited_by_count
500
+ dtype: int64
501
+ - name: works_api_url
502
+ dtype: string
503
+ - name: created_date
504
+ dtype: string
505
+ - name: updated_date
506
+ dtype: string
507
+ - config_name: domains
508
+ data_files: data/domains/**/*.jsonl.gz
509
+ features:
510
+ - name: original_id
511
+ dtype: int64
512
+ - name: id
513
+ dtype: string
514
+ - name: ids
515
+ dtype: string
516
+ - name: display_name
517
+ dtype: string
518
+ - name: display_name_alternatives
519
+ dtype: string
520
+ - name: description
521
+ dtype: string
522
+ - name: fields
523
+ dtype: string
524
+ - name: siblings
525
+ dtype: string
526
+ - name: works_count
527
+ dtype: int64
528
+ - name: cited_by_count
529
+ dtype: int64
530
+ - name: works_api_url
531
+ dtype: string
532
+ - name: created_date
533
+ dtype: string
534
+ - name: updated_date
535
+ dtype: string
536
+ - config_name: fields
537
+ data_files: data/fields/**/*.jsonl.gz
538
+ features:
539
+ - name: original_id
540
+ dtype: int64
541
+ - name: id
542
+ dtype: string
543
+ - name: ids
544
+ dtype: string
545
+ - name: display_name
546
+ dtype: string
547
+ - name: display_name_alternatives
548
+ dtype: string
549
+ - name: description
550
+ dtype: string
551
+ - name: domain
552
+ dtype: string
553
+ - name: subfields
554
+ dtype: string
555
+ - name: siblings
556
+ dtype: string
557
+ - name: works_count
558
+ dtype: int64
559
+ - name: cited_by_count
560
+ dtype: int64
561
+ - name: works_api_url
562
+ dtype: string
563
+ - name: created_date
564
+ dtype: string
565
+ - name: updated_date
566
+ dtype: string
567
+ - config_name: subfields
568
+ data_files: data/subfields/**/*.jsonl.gz
569
+ features:
570
+ - name: original_id
571
+ dtype: int64
572
+ - name: id
573
+ dtype: string
574
+ - name: ids
575
+ dtype: string
576
+ - name: display_name
577
+ dtype: string
578
+ - name: display_name_alternatives
579
+ dtype: string
580
+ - name: description
581
+ dtype: string
582
+ - name: domain
583
+ dtype: string
584
+ - name: field
585
+ dtype: string
586
+ - name: topics
587
+ dtype: string
588
+ - name: siblings
589
+ dtype: string
590
+ - name: works_count
591
+ dtype: int64
592
+ - name: cited_by_count
593
+ dtype: int64
594
+ - name: works_api_url
595
+ dtype: string
596
+ - name: created_date
597
+ dtype: string
598
+ - name: updated_date
599
+ dtype: string
600
+ - config_name: authors_affiliations_parquet
601
+ data_files: authors/affiliations/*.parquet
602
+ - config_name: authors_counts_by_year_parquet
603
+ data_files: authors/counts_by_year/*.parquet
604
+ - config_name: authors_display_name_alternatives_parquet
605
+ data_files: authors/display_name_alternatives/*.parquet
606
+ - config_name: authors_external_ids_parquet
607
+ data_files: authors/external_ids/*.parquet
608
+ - config_name: authors_last_known_institutions_parquet
609
+ data_files: authors/last_known_institutions/*.parquet
610
+ - config_name: authors_orcid_parquet
611
+ data_files: authors/orcid/*.parquet
612
+ - config_name: authors_sources_parquet
613
+ data_files: authors/sources/*.parquet
614
+ - config_name: authors_topic_share_parquet
615
+ data_files: authors/topic_share/*.parquet
616
+ - config_name: authors_topics_parquet
617
+ data_files: authors/topics/*.parquet
618
+ - config_name: awards_affiliations_parquet
619
+ data_files: awards/affiliations/*.parquet
620
+ - config_name: awards_co_lead_investigator_parquet
621
+ data_files: awards/co_lead_investigator/*.parquet
622
+ - config_name: awards_counts_by_year_parquet
623
+ data_files: awards/counts_by_year/*.parquet
624
+ - config_name: awards_display_name_alternatives_parquet
625
+ data_files: awards/display_name_alternatives/*.parquet
626
+ - config_name: awards_external_ids_parquet
627
+ data_files: awards/external_ids/*.parquet
628
+ - config_name: awards_funded_outputs_parquet
629
+ data_files: awards/funded_outputs/*.parquet
630
+ - config_name: awards_funded_outputs_parquet
631
+ data_files: data/awards/funded_outputs/*.parquet
632
+ - config_name: awards_funders_parquet
633
+ data_files: awards/funders/*.parquet
634
+ - config_name: awards_investigator_affiliations_parquet
635
+ data_files: awards/investigator_affiliations/*.parquet
636
+ - config_name: awards_investigator_affiliations_parquet
637
+ data_files: data/awards/investigator_affiliations/*.parquet
638
+ - config_name: awards_investigators_parquet
639
+ data_files: awards/investigators/*.parquet
640
+ - config_name: awards_investigators_parquet
641
+ data_files: data/awards/investigators/*.parquet
642
+ - config_name: awards_last_known_institutions_parquet
643
+ data_files: awards/last_known_institutions/*.parquet
644
+ - config_name: awards_lead_investigator_parquet
645
+ data_files: awards/lead_investigator/*.parquet
646
+ - config_name: awards_orcid_parquet
647
+ data_files: awards/orcid/*.parquet
648
+ - config_name: awards_topic_share_parquet
649
+ data_files: awards/topic_share/*.parquet
650
+ - config_name: awards_topics_parquet
651
+ data_files: awards/topics/*.parquet
652
+ - config_name: awards_x_concepts_parquet
653
+ data_files: awards/x_concepts/*.parquet
654
+ - config_name: concepts_affiliations_parquet
655
+ data_files: concepts/affiliations/*.parquet
656
+ - config_name: concepts_ancestors_parquet
657
+ data_files: concepts/ancestors/*.parquet
658
+ - config_name: concepts_counts_by_year_parquet
659
+ data_files: concepts/counts_by_year/*.parquet
660
+ - config_name: concepts_display_name_alternatives_parquet
661
+ data_files: concepts/display_name_alternatives/*.parquet
662
+ - config_name: concepts_external_ids_parquet
663
+ data_files: concepts/external_ids/*.parquet
664
+ - config_name: concepts_last_known_institutions_parquet
665
+ data_files: concepts/last_known_institutions/*.parquet
666
+ - config_name: concepts_orcid_parquet
667
+ data_files: concepts/orcid/*.parquet
668
+ - config_name: concepts_related_concepts_parquet
669
+ data_files: concepts/related_concepts/*.parquet
670
+ - config_name: concepts_topic_share_parquet
671
+ data_files: concepts/topic_share/*.parquet
672
+ - config_name: concepts_topics_parquet
673
+ data_files: concepts/topics/*.parquet
674
+ - config_name: concepts_x_concepts_parquet
675
+ data_files: concepts/x_concepts/*.parquet
676
+ - config_name: continents_affiliations_parquet
677
+ data_files: continents/affiliations/*.parquet
678
+ - config_name: continents_countries_parquet
679
+ data_files: continents/countries/*.parquet
680
+ - config_name: continents_counts_by_year_parquet
681
+ data_files: continents/counts_by_year/*.parquet
682
+ - config_name: continents_display_name_alternatives_parquet
683
+ data_files: continents/display_name_alternatives/*.parquet
684
+ - config_name: continents_external_ids_parquet
685
+ data_files: continents/external_ids/*.parquet
686
+ - config_name: continents_last_known_institutions_parquet
687
+ data_files: continents/last_known_institutions/*.parquet
688
+ - config_name: continents_name_alternatives_parquet
689
+ data_files: continents/name_alternatives/*.parquet
690
+ - config_name: continents_orcid_parquet
691
+ data_files: continents/orcid/*.parquet
692
+ - config_name: continents_topic_share_parquet
693
+ data_files: continents/topic_share/*.parquet
694
+ - config_name: continents_topics_parquet
695
+ data_files: continents/topics/*.parquet
696
+ - config_name: continents_x_concepts_parquet
697
+ data_files: continents/x_concepts/*.parquet
698
+ - config_name: countries_affiliations_parquet
699
+ data_files: countries/affiliations/*.parquet
700
+ - config_name: countries_counts_by_year_parquet
701
+ data_files: countries/counts_by_year/*.parquet
702
+ - config_name: countries_display_name_alternatives_parquet
703
+ data_files: countries/display_name_alternatives/*.parquet
704
+ - config_name: countries_external_ids_parquet
705
+ data_files: countries/external_ids/*.parquet
706
+ - config_name: countries_last_known_institutions_parquet
707
+ data_files: countries/last_known_institutions/*.parquet
708
+ - config_name: countries_name_alternatives_parquet
709
+ data_files: countries/name_alternatives/*.parquet
710
+ - config_name: countries_orcid_parquet
711
+ data_files: countries/orcid/*.parquet
712
+ - config_name: countries_topic_share_parquet
713
+ data_files: countries/topic_share/*.parquet
714
+ - config_name: countries_topics_parquet
715
+ data_files: countries/topics/*.parquet
716
+ - config_name: countries_x_concepts_parquet
717
+ data_files: countries/x_concepts/*.parquet
718
+ - config_name: domains_affiliations_parquet
719
+ data_files: domains/affiliations/*.parquet
720
+ - config_name: domains_counts_by_year_parquet
721
+ data_files: domains/counts_by_year/*.parquet
722
+ - config_name: domains_display_name_alternatives_parquet
723
+ data_files: domains/display_name_alternatives/*.parquet
724
+ - config_name: domains_external_ids_parquet
725
+ data_files: domains/external_ids/*.parquet
726
+ - config_name: domains_fields_parquet
727
+ data_files: domains/fields/*.parquet
728
+ - config_name: domains_last_known_institutions_parquet
729
+ data_files: domains/last_known_institutions/*.parquet
730
+ - config_name: domains_orcid_parquet
731
+ data_files: domains/orcid/*.parquet
732
+ - config_name: domains_siblings_parquet
733
+ data_files: domains/siblings/*.parquet
734
+ - config_name: domains_topic_share_parquet
735
+ data_files: domains/topic_share/*.parquet
736
+ - config_name: domains_topics_parquet
737
+ data_files: domains/topics/*.parquet
738
+ - config_name: domains_x_concepts_parquet
739
+ data_files: domains/x_concepts/*.parquet
740
+ - config_name: fields_affiliations_parquet
741
+ data_files: fields/affiliations/*.parquet
742
+ - config_name: fields_counts_by_year_parquet
743
+ data_files: fields/counts_by_year/*.parquet
744
+ - config_name: fields_display_name_alternatives_parquet
745
+ data_files: fields/display_name_alternatives/*.parquet
746
+ - config_name: fields_domains_parquet
747
+ data_files: fields/domains/*.parquet
748
+ - config_name: fields_external_ids_parquet
749
+ data_files: fields/external_ids/*.parquet
750
+ - config_name: fields_last_known_institutions_parquet
751
+ data_files: fields/last_known_institutions/*.parquet
752
+ - config_name: fields_orcid_parquet
753
+ data_files: fields/orcid/*.parquet
754
+ - config_name: fields_siblings_parquet
755
+ data_files: fields/siblings/*.parquet
756
+ - config_name: fields_subfields_parquet
757
+ data_files: fields/subfields/*.parquet
758
+ - config_name: fields_topic_share_parquet
759
+ data_files: fields/topic_share/*.parquet
760
+ - config_name: fields_topics_parquet
761
+ data_files: fields/topics/*.parquet
762
+ - config_name: fields_x_concepts_parquet
763
+ data_files: fields/x_concepts/*.parquet
764
+ - config_name: funders_affiliations_parquet
765
+ data_files: funders/affiliations/*.parquet
766
+ - config_name: funders_alternate_titles_parquet
767
+ data_files: funders/alternate_titles/*.parquet
768
+ - config_name: funders_counts_by_year_parquet
769
+ data_files: funders/counts_by_year/*.parquet
770
+ - config_name: funders_display_name_alternatives_parquet
771
+ data_files: funders/display_name_alternatives/*.parquet
772
+ - config_name: funders_external_ids_parquet
773
+ data_files: funders/external_ids/*.parquet
774
+ - config_name: funders_last_known_institutions_parquet
775
+ data_files: funders/last_known_institutions/*.parquet
776
+ - config_name: funders_orcid_parquet
777
+ data_files: funders/orcid/*.parquet
778
+ - config_name: funders_roles_parquet
779
+ data_files: funders/roles/*.parquet
780
+ - config_name: funders_topic_share_parquet
781
+ data_files: funders/topic_share/*.parquet
782
+ - config_name: funders_topics_parquet
783
+ data_files: funders/topics/*.parquet
784
+ - config_name: funders_x_concepts_parquet
785
+ data_files: funders/x_concepts/*.parquet
786
+ - config_name: institution_types_affiliations_parquet
787
+ data_files: institution-types/affiliations/*.parquet
788
+ - config_name: institution_types_counts_by_year_parquet
789
+ data_files: institution-types/counts_by_year/*.parquet
790
+ - config_name: institution_types_display_name_alternatives_parquet
791
+ data_files: institution-types/display_name_alternatives/*.parquet
792
+ - config_name: institution_types_external_ids_parquet
793
+ data_files: institution-types/external_ids/*.parquet
794
+ - config_name: institution_types_last_known_institutions_parquet
795
+ data_files: institution-types/last_known_institutions/*.parquet
796
+ - config_name: institution_types_orcid_parquet
797
+ data_files: institution-types/orcid/*.parquet
798
+ - config_name: institution_types_topic_share_parquet
799
+ data_files: institution-types/topic_share/*.parquet
800
+ - config_name: institution_types_topics_parquet
801
+ data_files: institution-types/topics/*.parquet
802
+ - config_name: institution_types_x_concepts_parquet
803
+ data_files: institution-types/x_concepts/*.parquet
804
+ - config_name: institutions_affiliations_parquet
805
+ data_files: institutions/affiliations/*.parquet
806
+ - config_name: institutions_associated_institutions_parquet
807
+ data_files: institutions/associated_institutions/*.parquet
808
+ - config_name: institutions_counts_by_year_parquet
809
+ data_files: institutions/counts_by_year/*.parquet
810
+ - config_name: institutions_display_name_acronyms_parquet
811
+ data_files: institutions/display_name_acronyms/*.parquet
812
+ - config_name: institutions_display_name_alternatives_parquet
813
+ data_files: institutions/display_name_alternatives/*.parquet
814
+ - config_name: institutions_external_ids_parquet
815
+ data_files: institutions/external_ids/*.parquet
816
+ - config_name: institutions_last_known_institutions_parquet
817
+ data_files: institutions/last_known_institutions/*.parquet
818
+ - config_name: institutions_lineage_parquet
819
+ data_files: institutions/lineage/*.parquet
820
+ - config_name: institutions_orcid_parquet
821
+ data_files: institutions/orcid/*.parquet
822
+ - config_name: institutions_repositories_parquet
823
+ data_files: institutions/repositories/*.parquet
824
+ - config_name: institutions_roles_parquet
825
+ data_files: institutions/roles/*.parquet
826
+ - config_name: institutions_topic_share_parquet
827
+ data_files: institutions/topic_share/*.parquet
828
+ - config_name: institutions_topics_parquet
829
+ data_files: institutions/topics/*.parquet
830
+ - config_name: institutions_x_concepts_parquet
831
+ data_files: institutions/x_concepts/*.parquet
832
+ - config_name: keywords_affiliations_parquet
833
+ data_files: keywords/affiliations/*.parquet
834
+ - config_name: keywords_counts_by_year_parquet
835
+ data_files: keywords/counts_by_year/*.parquet
836
+ - config_name: keywords_display_name_alternatives_parquet
837
+ data_files: keywords/display_name_alternatives/*.parquet
838
+ - config_name: keywords_external_ids_parquet
839
+ data_files: keywords/external_ids/*.parquet
840
+ - config_name: keywords_last_known_institutions_parquet
841
+ data_files: keywords/last_known_institutions/*.parquet
842
+ - config_name: keywords_orcid_parquet
843
+ data_files: keywords/orcid/*.parquet
844
+ - config_name: keywords_topic_share_parquet
845
+ data_files: keywords/topic_share/*.parquet
846
+ - config_name: keywords_topics_parquet
847
+ data_files: keywords/topics/*.parquet
848
+ - config_name: keywords_x_concepts_parquet
849
+ data_files: keywords/x_concepts/*.parquet
850
+ - config_name: languages_affiliations_parquet
851
+ data_files: languages/affiliations/*.parquet
852
+ - config_name: languages_counts_by_year_parquet
853
+ data_files: languages/counts_by_year/*.parquet
854
+ - config_name: languages_display_name_alternatives_parquet
855
+ data_files: languages/display_name_alternatives/*.parquet
856
+ - config_name: languages_external_ids_parquet
857
+ data_files: languages/external_ids/*.parquet
858
+ - config_name: languages_last_known_institutions_parquet
859
+ data_files: languages/last_known_institutions/*.parquet
860
+ - config_name: languages_orcid_parquet
861
+ data_files: languages/orcid/*.parquet
862
+ - config_name: languages_topic_share_parquet
863
+ data_files: languages/topic_share/*.parquet
864
+ - config_name: languages_topics_parquet
865
+ data_files: languages/topics/*.parquet
866
+ - config_name: languages_x_concepts_parquet
867
+ data_files: languages/x_concepts/*.parquet
868
+ - config_name: licenses_affiliations_parquet
869
+ data_files: licenses/affiliations/*.parquet
870
+ - config_name: licenses_counts_by_year_parquet
871
+ data_files: licenses/counts_by_year/*.parquet
872
+ - config_name: licenses_display_name_alternatives_parquet
873
+ data_files: licenses/display_name_alternatives/*.parquet
874
+ - config_name: licenses_external_ids_parquet
875
+ data_files: licenses/external_ids/*.parquet
876
+ - config_name: licenses_last_known_institutions_parquet
877
+ data_files: licenses/last_known_institutions/*.parquet
878
+ - config_name: licenses_orcid_parquet
879
+ data_files: licenses/orcid/*.parquet
880
+ - config_name: licenses_topic_share_parquet
881
+ data_files: licenses/topic_share/*.parquet
882
+ - config_name: licenses_topics_parquet
883
+ data_files: licenses/topics/*.parquet
884
+ - config_name: licenses_x_concepts_parquet
885
+ data_files: licenses/x_concepts/*.parquet
886
+ - config_name: publishers_affiliations_parquet
887
+ data_files: publishers/affiliations/*.parquet
888
+ - config_name: publishers_alternate_titles_parquet
889
+ data_files: publishers/alternate_titles/*.parquet
890
+ - config_name: publishers_counts_by_year_parquet
891
+ data_files: publishers/counts_by_year/*.parquet
892
+ - config_name: publishers_display_name_alternatives_parquet
893
+ data_files: publishers/display_name_alternatives/*.parquet
894
+ - config_name: publishers_external_ids_parquet
895
+ data_files: publishers/external_ids/*.parquet
896
+ - config_name: publishers_last_known_institutions_parquet
897
+ data_files: publishers/last_known_institutions/*.parquet
898
+ - config_name: publishers_lineage_parquet
899
+ data_files: publishers/lineage/*.parquet
900
+ - config_name: publishers_orcid_parquet
901
+ data_files: publishers/orcid/*.parquet
902
+ - config_name: publishers_parent_publishers_parquet
903
+ data_files: publishers/parent_publishers/*.parquet
904
+ - config_name: publishers_roles_parquet
905
+ data_files: publishers/roles/*.parquet
906
+ - config_name: publishers_topic_share_parquet
907
+ data_files: publishers/topic_share/*.parquet
908
+ - config_name: publishers_topics_parquet
909
+ data_files: publishers/topics/*.parquet
910
+ - config_name: publishers_x_concepts_parquet
911
+ data_files: publishers/x_concepts/*.parquet
912
+ - config_name: sdgs_affiliations_parquet
913
+ data_files: sdgs/affiliations/*.parquet
914
+ - config_name: sdgs_counts_by_year_parquet
915
+ data_files: sdgs/counts_by_year/*.parquet
916
+ - config_name: sdgs_display_name_alternatives_parquet
917
+ data_files: sdgs/display_name_alternatives/*.parquet
918
+ - config_name: sdgs_external_ids_parquet
919
+ data_files: sdgs/external_ids/*.parquet
920
+ - config_name: sdgs_last_known_institutions_parquet
921
+ data_files: sdgs/last_known_institutions/*.parquet
922
+ - config_name: sdgs_orcid_parquet
923
+ data_files: sdgs/orcid/*.parquet
924
+ - config_name: sdgs_topic_share_parquet
925
+ data_files: sdgs/topic_share/*.parquet
926
+ - config_name: sdgs_topics_parquet
927
+ data_files: sdgs/topics/*.parquet
928
+ - config_name: sdgs_x_concepts_parquet
929
+ data_files: sdgs/x_concepts/*.parquet
930
+ - config_name: source_types_affiliations_parquet
931
+ data_files: source-types/affiliations/*.parquet
932
+ - config_name: source_types_counts_by_year_parquet
933
+ data_files: source-types/counts_by_year/*.parquet
934
+ - config_name: source_types_display_name_alternatives_parquet
935
+ data_files: source-types/display_name_alternatives/*.parquet
936
+ - config_name: source_types_external_ids_parquet
937
+ data_files: source-types/external_ids/*.parquet
938
+ - config_name: source_types_last_known_institutions_parquet
939
+ data_files: source-types/last_known_institutions/*.parquet
940
+ - config_name: source_types_orcid_parquet
941
+ data_files: source-types/orcid/*.parquet
942
+ - config_name: source_types_topic_share_parquet
943
+ data_files: source-types/topic_share/*.parquet
944
+ - config_name: source_types_topics_parquet
945
+ data_files: source-types/topics/*.parquet
946
+ - config_name: source_types_x_concepts_parquet
947
+ data_files: source-types/x_concepts/*.parquet
948
+ - config_name: sources_affiliations_parquet
949
+ data_files: sources/affiliations/*.parquet
950
+ - config_name: sources_alternate_titles_parquet
951
+ data_files: sources/alternate_titles/*.parquet
952
+ - config_name: sources_apc_prices_parquet
953
+ data_files: sources/apc_prices/*.parquet
954
+ - config_name: sources_counts_by_year_parquet
955
+ data_files: sources/counts_by_year/*.parquet
956
+ - config_name: sources_display_name_alternatives_parquet
957
+ data_files: sources/display_name_alternatives/*.parquet
958
+ - config_name: sources_external_ids_parquet
959
+ data_files: sources/external_ids/*.parquet
960
+ - config_name: sources_host_lineage_parquet
961
+ data_files: sources/host_lineage/*.parquet
962
+ - config_name: sources_host_organization_parquet
963
+ data_files: sources/host_organization/*.parquet
964
+ - config_name: sources_host_organization_lineage_parquet
965
+ data_files: sources/host_organization_lineage/*.parquet
966
+ - config_name: sources_issn_parquet
967
+ data_files: sources/issn/*.parquet
968
+ - config_name: sources_issns_parquet
969
+ data_files: sources/issns/*.parquet
970
+ - config_name: sources_last_known_institutions_parquet
971
+ data_files: sources/last_known_institutions/*.parquet
972
+ - config_name: sources_orcid_parquet
973
+ data_files: sources/orcid/*.parquet
974
+ - config_name: sources_societies_parquet
975
+ data_files: sources/societies/*.parquet
976
+ - config_name: sources_topic_share_parquet
977
+ data_files: sources/topic_share/*.parquet
978
+ - config_name: sources_topics_parquet
979
+ data_files: sources/topics/*.parquet
980
+ - config_name: sources_types_parquet
981
+ data_files: sources/types/*.parquet
982
+ - config_name: sources_x_concepts_parquet
983
+ data_files: sources/x_concepts/*.parquet
984
+ - config_name: subfields_affiliations_parquet
985
+ data_files: subfields/affiliations/*.parquet
986
+ - config_name: subfields_counts_by_year_parquet
987
+ data_files: subfields/counts_by_year/*.parquet
988
+ - config_name: subfields_display_name_alternatives_parquet
989
+ data_files: subfields/display_name_alternatives/*.parquet
990
+ - config_name: subfields_domains_parquet
991
+ data_files: subfields/domains/*.parquet
992
+ - config_name: subfields_external_ids_parquet
993
+ data_files: subfields/external_ids/*.parquet
994
+ - config_name: subfields_fields_parquet
995
+ data_files: subfields/fields/*.parquet
996
+ - config_name: subfields_last_known_institutions_parquet
997
+ data_files: subfields/last_known_institutions/*.parquet
998
+ - config_name: subfields_orcid_parquet
999
+ data_files: subfields/orcid/*.parquet
1000
+ - config_name: subfields_siblings_parquet
1001
+ data_files: subfields/siblings/*.parquet
1002
+ - config_name: subfields_topic_share_parquet
1003
+ data_files: subfields/topic_share/*.parquet
1004
+ - config_name: subfields_topics_parquet
1005
+ data_files: subfields/topics/*.parquet
1006
+ - config_name: subfields_x_concepts_parquet
1007
+ data_files: subfields/x_concepts/*.parquet
1008
+ - config_name: topics_affiliations_parquet
1009
+ data_files: topics/affiliations/*.parquet
1010
+ - config_name: topics_counts_by_year_parquet
1011
+ data_files: topics/counts_by_year/*.parquet
1012
+ - config_name: topics_display_name_alternatives_parquet
1013
+ data_files: topics/display_name_alternatives/*.parquet
1014
+ - config_name: topics_domains_parquet
1015
+ data_files: topics/domains/*.parquet
1016
+ - config_name: topics_external_ids_parquet
1017
+ data_files: topics/external_ids/*.parquet
1018
+ - config_name: topics_fields_parquet
1019
+ data_files: topics/fields/*.parquet
1020
+ - config_name: topics_keywords_parquet
1021
+ data_files: topics/keywords/*.parquet
1022
+ - config_name: topics_last_known_institutions_parquet
1023
+ data_files: topics/last_known_institutions/*.parquet
1024
+ - config_name: topics_orcid_parquet
1025
+ data_files: topics/orcid/*.parquet
1026
+ - config_name: topics_siblings_parquet
1027
+ data_files: topics/siblings/*.parquet
1028
+ - config_name: topics_subfields_parquet
1029
+ data_files: topics/subfields/*.parquet
1030
+ - config_name: topics_topic_share_parquet
1031
+ data_files: topics/topic_share/*.parquet
1032
+ - config_name: topics_topics_parquet
1033
+ data_files: topics/topics/*.parquet
1034
+ - config_name: topics_x_concepts_parquet
1035
+ data_files: topics/x_concepts/*.parquet
1036
+ - config_name: work_types_affiliations_parquet
1037
+ data_files: work-types/affiliations/*.parquet
1038
+ - config_name: work_types_counts_by_year_parquet
1039
+ data_files: work-types/counts_by_year/*.parquet
1040
+ - config_name: work_types_display_name_alternatives_parquet
1041
+ data_files: work-types/display_name_alternatives/*.parquet
1042
+ - config_name: work_types_external_ids_parquet
1043
+ data_files: work-types/external_ids/*.parquet
1044
+ - config_name: work_types_last_known_institutions_parquet
1045
+ data_files: work-types/last_known_institutions/*.parquet
1046
+ - config_name: work_types_orcid_parquet
1047
+ data_files: work-types/orcid/*.parquet
1048
+ - config_name: work_types_topic_share_parquet
1049
+ data_files: work-types/topic_share/*.parquet
1050
+ - config_name: work_types_topics_parquet
1051
+ data_files: work-types/topics/*.parquet
1052
+ - config_name: work_types_x_concepts_parquet
1053
+ data_files: work-types/x_concepts/*.parquet
1054
+ - config_name: works_abstract_inverted_index_parquet
1055
+ data_files: data/works/abstract_inverted_index/*.parquet
1056
+ - config_name: works_abstracts_parquet
1057
+ data_files: data/works/abstracts/*.parquet
1058
+ - config_name: works_apc_list_parquet
1059
+ data_files: data/works/apc_list/*.parquet
1060
+ - config_name: works_apc_paid_parquet
1061
+ data_files: data/works/apc_paid/*.parquet
1062
+ - config_name: works_authorship_institutions_parquet
1063
+ data_files: data/works/authorship_institutions/*.parquet
1064
+ - config_name: works_authorships_parquet
1065
+ data_files: data/works/authorships/*.parquet
1066
+ - config_name: works_authorships_institutions_parquet
1067
+ data_files: data/works/authorships_institutions/*.parquet
1068
+ - config_name: works_awards_parquet
1069
+ data_files: data/works/awards/*.parquet
1070
+ - config_name: works_concepts_parquet
1071
+ data_files: data/works/concepts/*.parquet
1072
+ - config_name: works_corresponding_author_ids_parquet
1073
+ data_files: data/works/corresponding_author_ids/*.parquet
1074
+ - config_name: works_corresponding_authors_parquet
1075
+ data_files: data/works/corresponding_authors/*.parquet
1076
+ - config_name: works_corresponding_institution_ids_parquet
1077
+ data_files: data/works/corresponding_institution_ids/*.parquet
1078
+ - config_name: works_corresponding_institutions_parquet
1079
+ data_files: data/works/corresponding_institutions/*.parquet
1080
+ - config_name: works_counts_by_year_parquet
1081
+ data_files: data/works/counts_by_year/*.parquet
1082
+ - config_name: works_doi_parquet
1083
+ data_files: data/works/doi/*.parquet
1084
+ - config_name: works_external_ids_parquet
1085
+ data_files: data/works/external_ids/*.parquet
1086
+ - config_name: works_funders_parquet
1087
+ data_files: data/works/funders/*.parquet
1088
+ - config_name: works_fwci_parquet
1089
+ data_files: data/works/fwci/*.parquet
1090
+ - config_name: works_indexed_in_parquet
1091
+ data_files: data/works/indexed_in/*.parquet
1092
+ - config_name: works_institutions_parquet
1093
+ data_files: data/works/institutions/*.parquet
1094
+ - config_name: works_keywords_parquet
1095
+ data_files: data/works/keywords/*.parquet
1096
+ - config_name: works_language_parquet
1097
+ data_files: data/works/language/*.parquet
1098
+ - config_name: works_locations_parquet
1099
+ data_files: data/works/locations/*.parquet
1100
+ - config_name: works_mesh_parquet
1101
+ data_files: data/works/mesh/*.parquet
1102
+ - config_name: works_referenced_works_parquet
1103
+ data_files: data/works/referenced_works/*.parquet
1104
+ - config_name: works_references_parquet
1105
+ data_files: data/works/references/*.parquet
1106
+ - config_name: works_related_parquet
1107
+ data_files: data/works/related/*.parquet
1108
+ - config_name: works_related_works_parquet
1109
+ data_files: data/works/related_works/*.parquet
1110
+ - config_name: works_sdgs_parquet
1111
+ data_files: data/works/sdgs/*.parquet
1112
+ - config_name: works_sustainable_development_goals_parquet
1113
+ data_files: data/works/sustainable_development_goals/*.parquet
1114
+ - config_name: works_topics_parquet
1115
+ data_files: data/works/topics/*.parquet
1116
+ dataset_info:
1117
+ - config_name: domains_external_ids
1118
+ data_dir: domains/external_ids
1119
+ features:
1120
+ - name: domain_id
1121
+ dtype: int64
1122
+ - name: source
1123
+ dtype: string
1124
+ - name: value
1125
+ dtype: string
1126
+ num_rows: 12
1127
+ num_bytes: 1406
1128
+ num_shards: 1
1129
+ - config_name: domains_name_alternatives
1130
+ data_dir: domains/name_alternatives
1131
+ features:
1132
+ - name: domain_id
1133
+ dtype: int64
1134
+ - name: display_name_alternative
1135
+ dtype: string
1136
+ num_rows: 6
1137
+ num_bytes: 984
1138
+ num_shards: 1
1139
+ - config_name: fields_domains
1140
+ data_dir: fields/domains
1141
+ features:
1142
+ - name: field_id
1143
+ dtype: int64
1144
+ - name: domain_id
1145
+ dtype: int64
1146
+ num_rows: 26
1147
+ num_bytes: 937
1148
+ num_shards: 1
1149
+ - config_name: fields_external_ids
1150
+ data_dir: fields/external_ids
1151
+ features:
1152
+ - name: field_id
1153
+ dtype: int64
1154
+ - name: source
1155
+ dtype: string
1156
+ - name: value
1157
+ dtype: string
1158
+ num_rows: 78
1159
+ num_bytes: 2225
1160
+ num_shards: 1
1161
+ - config_name: fields_name_alternatives
1162
+ data_dir: fields/name_alternatives
1163
+ features:
1164
+ - name: field_id
1165
+ dtype: int64
1166
+ - name: display_name_alternative
1167
+ dtype: string
1168
+ num_rows: 60
1169
+ num_bytes: 1805
1170
+ num_shards: 1
1171
+ - config_name: subfields_domains
1172
+ data_dir: subfields/domains
1173
+ features:
1174
+ - name: subfield_id
1175
+ dtype: int64
1176
+ - name: domain_id
1177
+ dtype: int64
1178
+ num_rows: 252
1179
+ num_bytes: 2166
1180
+ num_shards: 1
1181
+ - config_name: subfields_external_ids
1182
+ data_dir: subfields/external_ids
1183
+ features:
1184
+ - name: subfield_id
1185
+ dtype: int64
1186
+ - name: source
1187
+ dtype: string
1188
+ - name: value
1189
+ dtype: string
1190
+ num_rows: 756
1191
+ num_bytes: 11198
1192
+ num_shards: 1
1193
+ - config_name: subfields_fields
1194
+ data_dir: subfields/fields
1195
+ features:
1196
+ - name: subfield_id
1197
+ dtype: int64
1198
+ - name: field_id
1199
+ dtype: int64
1200
+ num_rows: 252
1201
+ num_bytes: 2354
1202
+ num_shards: 1
1203
+ - config_name: subfields_name_alternatives
1204
+ data_dir: subfields/name_alternatives
1205
+ features:
1206
+ - name: subfield_id
1207
+ dtype: int64
1208
+ - name: display_name_alternative
1209
+ dtype: string
1210
+ num_rows: 393
1211
+ num_bytes: 6728
1212
+ num_shards: 1
1213
+ - config_name: topics_domains
1214
+ data_dir: topics/domains
1215
+ features:
1216
+ - name: topic_id
1217
+ dtype: int64
1218
+ - name: domain_id
1219
+ dtype: int64
1220
+ num_rows: 4516
1221
+ num_bytes: 27397
1222
+ num_shards: 1
1223
+ - config_name: topics_external_ids
1224
+ data_dir: topics/external_ids
1225
+ features:
1226
+ - name: topic_id
1227
+ dtype: int64
1228
+ - name: source
1229
+ dtype: string
1230
+ - name: value
1231
+ dtype: string
1232
+ num_rows: 9032
1233
+ num_bytes: 145268
1234
+ num_shards: 1
1235
+ - config_name: topics_fields
1236
+ data_dir: topics/fields
1237
+ features:
1238
+ - name: topic_id
1239
+ dtype: int64
1240
+ - name: field_id
1241
+ dtype: int64
1242
+ num_rows: 4516
1243
+ num_bytes: 29182
1244
+ num_shards: 1
1245
+ - config_name: topics_keywords
1246
+ data_dir: topics/keywords
1247
+ features:
1248
+ - name: topic_id
1249
+ dtype: int64
1250
+ - name: keyword
1251
+ dtype: string
1252
+ num_rows: 45154
1253
+ num_bytes: 482701
1254
+ num_shards: 1
1255
+ - config_name: topics_subfields
1256
+ data_dir: topics/subfields
1257
+ features:
1258
+ - name: topic_id
1259
+ dtype: int64
1260
+ - name: subfield_id
1261
+ dtype: int64
1262
+ num_rows: 4516
1263
+ num_bytes: 31796
1264
+ num_shards: 1
1265
+ - config_name: publishers_alternate_titles
1266
+ data_dir: publishers/alternate_titles
1267
+ features:
1268
+ - name: publisher_id
1269
+ dtype: int64
1270
+ - name: title
1271
+ dtype: string
1272
+ num_rows: 9072
1273
+ num_bytes: 382770
1274
+ num_shards: 51
1275
+ - config_name: publishers_countries
1276
+ data_dir: publishers/countries
1277
+ features:
1278
+ - name: publisher_id
1279
+ dtype: int64
1280
+ - name: country_code
1281
+ dtype: string
1282
+ num_rows: 18518
1283
+ num_bytes: 279010
1284
+ num_shards: 51
1285
+ - config_name: publishers_counts_by_year
1286
+ data_dir: publishers/counts_by_year
1287
+ features:
1288
+ - name: publisher_id
1289
+ dtype: int64
1290
+ - name: year
1291
+ dtype: int32
1292
+ - name: works_count
1293
+ dtype: int64
1294
+ - name: cited_by_count
1295
+ dtype: int64
1296
+ num_rows: 188549
1297
+ num_bytes: 1846648
1298
+ num_shards: 51
1299
+ - config_name: publishers_external_ids
1300
+ data_dir: publishers/external_ids
1301
+ features:
1302
+ - name: publisher_id
1303
+ dtype: int64
1304
+ - name: source
1305
+ dtype: string
1306
+ - name: value
1307
+ dtype: string
1308
+ num_rows: 47468
1309
+ num_bytes: 1259281
1310
+ num_shards: 51
1311
+ - config_name: publishers_lineage
1312
+ data_dir: publishers/lineage
1313
+ features:
1314
+ - name: publisher_id
1315
+ dtype: int64
1316
+ - name: ancestor_publisher_id
1317
+ dtype: int64
1318
+ num_rows: 0
1319
+ num_bytes: 21573
1320
+ num_shards: 51
1321
+ - config_name: publishers_roles
1322
+ data_dir: publishers/roles
1323
+ features:
1324
+ - name: publisher_id
1325
+ dtype: int64
1326
+ - name: role_entity_id
1327
+ dtype: int64
1328
+ - name: role_type
1329
+ dtype: string
1330
+ - name: role_prefix
1331
+ dtype: string
1332
+ num_rows: 32476
1333
+ num_bytes: 748215
1334
+ num_shards: 51
1335
+ - config_name: funders_alternate_titles
1336
+ data_dir: funders/alternate_titles
1337
+ features:
1338
+ - name: funder_id
1339
+ dtype: int64
1340
+ - name: title
1341
+ dtype: string
1342
+ num_rows: 71645
1343
+ num_bytes: 1450887
1344
+ num_shards: 1
1345
+ - config_name: funders_counts_by_year
1346
+ data_dir: funders/counts_by_year
1347
+ features:
1348
+ - name: funder_id
1349
+ dtype: int64
1350
+ - name: year
1351
+ dtype: int32
1352
+ - name: works_count
1353
+ dtype: int64
1354
+ - name: cited_by_count
1355
+ dtype: int64
1356
+ - name: oa_works_count
1357
+ dtype: int64
1358
+ num_rows: 551451
1359
+ num_bytes: 2705836
1360
+ num_shards: 1
1361
+ - config_name: funders_external_ids
1362
+ data_dir: funders/external_ids
1363
+ features:
1364
+ - name: funder_id
1365
+ dtype: int64
1366
+ - name: source
1367
+ dtype: string
1368
+ - name: value
1369
+ dtype: string
1370
+ num_rows: 135985
1371
+ num_bytes: 1422310
1372
+ num_shards: 1
1373
+ - config_name: funders_roles
1374
+ data_dir: funders/roles
1375
+ features:
1376
+ - name: funder_id
1377
+ dtype: int64
1378
+ - name: role_entity_id
1379
+ dtype: int64
1380
+ - name: role_type
1381
+ dtype: string
1382
+ - name: role_prefix
1383
+ dtype: string
1384
+ num_rows: 52733
1385
+ num_bytes: 588203
1386
+ num_shards: 1
1387
+ - config_name: awards_funded_outputs
1388
+ data_dir: awards/funded_outputs
1389
+ features:
1390
+ - name: award_id
1391
+ dtype: int64
1392
+ - name: work_id
1393
+ dtype: int64
1394
+ num_rows: 32514594
1395
+ num_bytes: 357839382
1396
+ num_shards: 20
1397
+ - config_name: awards_investigator_affiliations
1398
+ data_dir: awards/investigator_affiliations
1399
+ features:
1400
+ - name: award_id
1401
+ dtype: int64
1402
+ - name: investigator_orcid
1403
+ dtype: string
1404
+ - name: investigator_family_name
1405
+ dtype: string
1406
+ - name: affiliation_id
1407
+ dtype: string
1408
+ - name: affiliation_type
1409
+ dtype: string
1410
+ - name: asserted_by
1411
+ dtype: string
1412
+ num_rows: 742905
1413
+ num_bytes: 22178902
1414
+ num_shards: 20
1415
+ - config_name: awards_investigators
1416
+ data_dir: awards/investigators
1417
+ features:
1418
+ - name: award_id
1419
+ dtype: int64
1420
+ - name: given_name
1421
+ dtype: string
1422
+ - name: family_name
1423
+ dtype: string
1424
+ - name: orcid
1425
+ dtype: string
1426
+ - name: affiliation_name
1427
+ dtype: string
1428
+ - name: affiliation_country
1429
+ dtype: string
1430
+ - name: role_start
1431
+ dtype: string
1432
+ - name: is_lead
1433
+ dtype: bool
1434
+ - name: is_co_lead
1435
+ dtype: bool
1436
+ num_rows: 4658360
1437
+ num_bytes: 249300204
1438
+ num_shards: 20
1439
+ - config_name: concepts_ancestors
1440
+ data_dir: concepts/ancestors
1441
+ features:
1442
+ - name: concept_id
1443
+ dtype: int64
1444
+ - name: ancestor_concept_id
1445
+ dtype: int64
1446
+ num_rows: 0
1447
+ num_bytes: 1221
1448
+ num_shards: 3
1449
+ - config_name: concepts_counts_by_year
1450
+ data_dir: concepts/counts_by_year
1451
+ features:
1452
+ - name: concept_id
1453
+ dtype: int64
1454
+ - name: year
1455
+ dtype: int32
1456
+ - name: works_count
1457
+ dtype: int64
1458
+ - name: cited_by_count
1459
+ dtype: int64
1460
+ - name: oa_works_count
1461
+ dtype: int64
1462
+ num_rows: 0
1463
+ num_bytes: 2115
1464
+ num_shards: 3
1465
+ - config_name: concepts_external_ids
1466
+ data_dir: concepts/external_ids
1467
+ features:
1468
+ - name: concept_id
1469
+ dtype: int64
1470
+ - name: source
1471
+ dtype: string
1472
+ - name: value
1473
+ dtype: string
1474
+ num_rows: 195078
1475
+ num_bytes: 3086645
1476
+ num_shards: 3
1477
+ - config_name: concepts_related
1478
+ data_dir: concepts/related
1479
+ features:
1480
+ - name: concept_id
1481
+ dtype: int64
1482
+ - name: related_concept_id
1483
+ dtype: int64
1484
+ - name: score
1485
+ dtype: float32
1486
+ num_rows: 0
1487
+ num_bytes: 1551
1488
+ num_shards: 3
1489
+ - config_name: institutions_associations
1490
+ data_dir: institutions/associations
1491
+ features:
1492
+ - name: institution_id
1493
+ dtype: int64
1494
+ - name: associated_institution_id
1495
+ dtype: int64
1496
+ - name: relationship_type
1497
+ dtype: string
1498
+ num_rows: 131583
1499
+ num_bytes: 2003185
1500
+ num_shards: 61
1501
+ - config_name: institutions_counts_by_year
1502
+ data_dir: institutions/counts_by_year
1503
+ features:
1504
+ - name: institution_id
1505
+ dtype: int64
1506
+ - name: year
1507
+ dtype: int32
1508
+ - name: works_count
1509
+ dtype: int64
1510
+ - name: cited_by_count
1511
+ dtype: int64
1512
+ - name: oa_works_count
1513
+ dtype: int64
1514
+ num_rows: 2107775
1515
+ num_bytes: 25242763
1516
+ num_shards: 61
1517
+ - config_name: institutions_external_ids
1518
+ data_dir: institutions/external_ids
1519
+ features:
1520
+ - name: institution_id
1521
+ dtype: int64
1522
+ - name: source
1523
+ dtype: string
1524
+ - name: value
1525
+ dtype: string
1526
+ num_rows: 437211
1527
+ num_bytes: 11418278
1528
+ num_shards: 61
1529
+ - config_name: institutions_lineage
1530
+ data_dir: institutions/lineage
1531
+ features:
1532
+ - name: institution_id
1533
+ dtype: int64
1534
+ - name: ancestor_institution_id
1535
+ dtype: int64
1536
+ num_rows: 58865
1537
+ num_bytes: 785710
1538
+ num_shards: 61
1539
+ - config_name: institutions_name_acronyms
1540
+ data_dir: institutions/name_acronyms
1541
+ features:
1542
+ - name: institution_id
1543
+ dtype: int64
1544
+ - name: display_name_acronym
1545
+ dtype: string
1546
+ num_rows: 81935
1547
+ num_bytes: 1888938
1548
+ num_shards: 61
1549
+ - config_name: institutions_name_alternatives
1550
+ data_dir: institutions/name_alternatives
1551
+ features:
1552
+ - name: institution_id
1553
+ dtype: int64
1554
+ - name: display_name_alternative
1555
+ dtype: string
1556
+ num_rows: 132397
1557
+ num_bytes: 7667620
1558
+ num_shards: 61
1559
+ - config_name: institutions_repositories
1560
+ data_dir: institutions/repositories
1561
+ features:
1562
+ - name: institution_id
1563
+ dtype: int64
1564
+ - name: source_id
1565
+ dtype: int64
1566
+ num_rows: 8186
1567
+ num_bytes: 199201
1568
+ num_shards: 61
1569
+ - config_name: institutions_roles
1570
+ data_dir: institutions/roles
1571
+ features:
1572
+ - name: institution_id
1573
+ dtype: int64
1574
+ - name: role_entity_id
1575
+ dtype: int64
1576
+ - name: role_type
1577
+ dtype: string
1578
+ - name: role_prefix
1579
+ dtype: string
1580
+ num_rows: 201446
1581
+ num_bytes: 4351258
1582
+ num_shards: 61
1583
+ - config_name: institutions_topic_share
1584
+ data_dir: institutions/topic_share
1585
+ features:
1586
+ - name: institution_id
1587
+ dtype: int64
1588
+ - name: topic_id
1589
+ dtype: int64
1590
+ - name: value
1591
+ dtype: float64
1592
+ num_rows: 3482471
1593
+ num_bytes: 30081570
1594
+ num_shards: 61
1595
+ - config_name: institutions_topics
1596
+ data_dir: institutions/topics
1597
+ features:
1598
+ - name: institution_id
1599
+ dtype: int64
1600
+ - name: topic_id
1601
+ dtype: int64
1602
+ - name: count
1603
+ dtype: int64
1604
+ - name: score
1605
+ dtype: float32
1606
+ num_rows: 3482471
1607
+ num_bytes: 27627497
1608
+ num_shards: 61
1609
+ - config_name: sources_alternate_titles
1610
+ data_dir: sources/alternate_titles
1611
+ features:
1612
+ - name: source_id
1613
+ dtype: int64
1614
+ - name: title
1615
+ dtype: string
1616
+ num_rows: 22877
1617
+ num_bytes: 905217
1618
+ num_shards: 42
1619
+ - config_name: sources_apc_prices
1620
+ data_dir: sources/apc_prices
1621
+ features:
1622
+ - name: source_id
1623
+ dtype: int64
1624
+ - name: price
1625
+ dtype: float64
1626
+ - name: currency
1627
+ dtype: string
1628
+ num_rows: 25021
1629
+ num_bytes: 283365
1630
+ num_shards: 42
1631
+ - config_name: sources_counts_by_year
1632
+ data_dir: sources/counts_by_year
1633
+ features:
1634
+ - name: source_id
1635
+ dtype: int64
1636
+ - name: year
1637
+ dtype: int32
1638
+ - name: works_count
1639
+ dtype: int64
1640
+ - name: cited_by_count
1641
+ dtype: int64
1642
+ - name: oa_works_count
1643
+ dtype: int64
1644
+ num_rows: 1000731
1645
+ num_bytes: 8405422
1646
+ num_shards: 42
1647
+ - config_name: sources_external_ids
1648
+ data_dir: sources/external_ids
1649
+ features:
1650
+ - name: source_id
1651
+ dtype: int64
1652
+ - name: source
1653
+ dtype: string
1654
+ - name: value
1655
+ dtype: string
1656
+ num_rows: 138631
1657
+ num_bytes: 2618830
1658
+ num_shards: 42
1659
+ - config_name: sources_host_lineage
1660
+ data_dir: sources/host_lineage
1661
+ features:
1662
+ - name: source_id
1663
+ dtype: int64
1664
+ - name: publisher_id
1665
+ dtype: int64
1666
+ num_rows: 23820
1667
+ num_bytes: 378319
1668
+ num_shards: 42
1669
+ - config_name: sources_issns
1670
+ data_dir: sources/issns
1671
+ features:
1672
+ - name: source_id
1673
+ dtype: int64
1674
+ - name: issn
1675
+ dtype: string
1676
+ num_rows: 57525
1677
+ num_bytes: 1302945
1678
+ num_shards: 42
1679
+ - config_name: sources_societies
1680
+ data_dir: sources/societies
1681
+ features:
1682
+ - name: source_id
1683
+ dtype: int64
1684
+ - name: organization
1685
+ dtype: string
1686
+ - name: url
1687
+ dtype: string
1688
+ num_rows: 3811
1689
+ num_bytes: 280131
1690
+ num_shards: 42
1691
+ - config_name: sources_topic_share
1692
+ data_dir: sources/topic_share
1693
+ features:
1694
+ - name: source_id
1695
+ dtype: int64
1696
+ - name: topic_id
1697
+ dtype: int64
1698
+ - name: value
1699
+ dtype: float64
1700
+ num_rows: 204995
1701
+ num_bytes: 3064924
1702
+ num_shards: 42
1703
+ - config_name: sources_topics
1704
+ data_dir: sources/topics
1705
+ features:
1706
+ - name: source_id
1707
+ dtype: int64
1708
+ - name: topic_id
1709
+ dtype: int64
1710
+ - name: count
1711
+ dtype: int64
1712
+ - name: score
1713
+ dtype: float32
1714
+ num_rows: 204995
1715
+ num_bytes: 2089180
1716
+ num_shards: 42
1717
+ - config_name: authors_concepts
1718
+ data_dir: authors/concepts
1719
+ features:
1720
+ - name: author_id
1721
+ dtype: int64
1722
+ - name: concept_id
1723
+ dtype: int64
1724
+ - name: score
1725
+ dtype: float64
1726
+ - name: count
1727
+ dtype: int64
1728
+ - name: level
1729
+ dtype: int32
1730
+ num_rows: 772383165
1731
+ num_bytes: 8907493756
1732
+ num_shards: 688
1733
+ - config_name: authors_counts_by_year
1734
+ data_dir: authors/counts_by_year
1735
+ features:
1736
+ - name: author_id
1737
+ dtype: int64
1738
+ - name: year
1739
+ dtype: int32
1740
+ - name: works_count
1741
+ dtype: int64
1742
+ - name: cited_by_count
1743
+ dtype: int64
1744
+ - name: oa_works_count
1745
+ dtype: int64
1746
+ num_rows: 883778965
1747
+ num_bytes: 3569671281
1748
+ num_shards: 688
1749
+ - config_name: authors_external_ids
1750
+ data_dir: authors/external_ids
1751
+ features:
1752
+ - name: author_id
1753
+ dtype: int64
1754
+ - name: source
1755
+ dtype: string
1756
+ - name: value
1757
+ dtype: string
1758
+ num_rows: 230981827
1759
+ num_bytes: 2858151795
1760
+ num_shards: 688
1761
+ - config_name: authors_institutions
1762
+ data_dir: authors/institutions
1763
+ features:
1764
+ - name: author_id
1765
+ dtype: int64
1766
+ - name: institution_id
1767
+ dtype: int64
1768
+ num_rows: 427101765
1769
+ num_bytes: 1923414561
1770
+ num_shards: 688
1771
+ - config_name: authors_last_known_institutions
1772
+ data_dir: authors/last_known_institutions
1773
+ features:
1774
+ - name: author_id
1775
+ dtype: int64
1776
+ - name: institution_id
1777
+ dtype: int64
1778
+ num_rows: 103777300
1779
+ num_bytes: 954940491
1780
+ num_shards: 688
1781
+ - config_name: authors_name_alternatives
1782
+ data_dir: authors/name_alternatives
1783
+ features:
1784
+ - name: author_id
1785
+ dtype: int64
1786
+ - name: display_name_alternative
1787
+ dtype: string
1788
+ num_rows: 392858113
1789
+ num_bytes: 6044096512
1790
+ num_shards: 688
1791
+ - config_name: authors_sources
1792
+ data_dir: authors/sources
1793
+ features:
1794
+ - name: author_id
1795
+ dtype: int64
1796
+ - name: source_id
1797
+ dtype: int64
1798
+ - name: is_core
1799
+ dtype: bool
1800
+ - name: is_in_doaj
1801
+ dtype: bool
1802
+ num_rows: 835250610
1803
+ num_bytes: 4041979497
1804
+ num_shards: 688
1805
+ - config_name: authors_topic_share
1806
+ data_dir: authors/topic_share
1807
+ features:
1808
+ - name: author_id
1809
+ dtype: int64
1810
+ - name: topic_id
1811
+ dtype: int64
1812
+ - name: value
1813
+ dtype: float64
1814
+ num_rows: 544517049
1815
+ num_bytes: 3739593865
1816
+ num_shards: 688
1817
+ - config_name: authors_topics
1818
+ data_dir: authors/topics
1819
+ features:
1820
+ - name: author_id
1821
+ dtype: int64
1822
+ - name: topic_id
1823
+ dtype: int64
1824
+ - name: count
1825
+ dtype: int64
1826
+ - name: score
1827
+ dtype: float32
1828
+ num_rows: 544517049
1829
+ num_bytes: 4270138942
1830
+ num_shards: 688
1831
+ - config_name: works_abstracts
1832
+ data_dir: works/abstracts
1833
+ features:
1834
+ - name: work_id
1835
+ dtype: int64
1836
+ - name: abstract_inverted_index
1837
+ dtype: string
1838
+ num_rows: 248221431
1839
+ num_bytes: 221145420894
1840
+ num_shards: 2127
1841
+ - config_name: works_authorship_institutions
1842
+ data_dir: works/authorship_institutions
1843
+ features:
1844
+ - name: work_id
1845
+ dtype: int64
1846
+ - name: author_id
1847
+ dtype: int64
1848
+ - name: institution_id
1849
+ dtype: int64
1850
+ num_rows: 760634768
1851
+ num_bytes: 11422205890
1852
+ num_shards: 2127
1853
+ - config_name: works_authorships
1854
+ data_dir: works/authorships
1855
+ features:
1856
+ - name: work_id
1857
+ dtype: int64
1858
+ - name: author_id
1859
+ dtype: int64
1860
+ - name: author_position
1861
+ dtype: string
1862
+ num_rows: 960189908
1863
+ num_bytes: 11780783633
1864
+ num_shards: 2127
1865
+ - config_name: works_awards
1866
+ data_dir: works/awards
1867
+ features:
1868
+ - name: work_id
1869
+ dtype: int64
1870
+ - name: award_id
1871
+ dtype: int64
1872
+ - name: display_name
1873
+ dtype: string
1874
+ - name: funder_award_id
1875
+ dtype: string
1876
+ - name: funder_id
1877
+ dtype: int64
1878
+ - name: funder_display_name
1879
+ dtype: string
1880
+ num_rows: 79317425
1881
+ num_bytes: 2805473012
1882
+ num_shards: 2127
1883
+ - config_name: works_concepts
1884
+ data_dir: works/concepts
1885
+ features:
1886
+ - name: work_id
1887
+ dtype: int64
1888
+ - name: concept_id
1889
+ dtype: int64
1890
+ - name: score
1891
+ dtype: float32
1892
+ num_rows: 4501395411
1893
+ num_bytes: 32486361424
1894
+ num_shards: 2127
1895
+ - config_name: works_corresponding_authors
1896
+ data_dir: works/corresponding_authors
1897
+ features:
1898
+ - name: work_id
1899
+ dtype: int64
1900
+ - name: author_id
1901
+ dtype: int64
1902
+ num_rows: 293212905
1903
+ num_bytes: 4487890024
1904
+ num_shards: 2127
1905
+ - config_name: works_corresponding_institutions
1906
+ data_dir: works/corresponding_institutions
1907
+ features:
1908
+ - name: work_id
1909
+ dtype: int64
1910
+ - name: institution_id
1911
+ dtype: int64
1912
+ num_rows: 181632080
1913
+ num_bytes: 2120194663
1914
+ num_shards: 2127
1915
+ - config_name: works_counts_by_year
1916
+ data_dir: works/counts_by_year
1917
+ features:
1918
+ - name: work_id
1919
+ dtype: int64
1920
+ - name: year
1921
+ dtype: int32
1922
+ - name: cited_by_count
1923
+ dtype: int64
1924
+ num_rows: 383642629
1925
+ num_bytes: 2744668463
1926
+ num_shards: 2127
1927
+ - config_name: works_external_ids
1928
+ data_dir: works/external_ids
1929
+ features:
1930
+ - name: work_id
1931
+ dtype: int64
1932
+ - name: source
1933
+ dtype: string
1934
+ - name: value
1935
+ dtype: string
1936
+ num_rows: 968222949
1937
+ num_bytes: 16373399055
1938
+ num_shards: 2127
1939
+ - config_name: works_funders
1940
+ data_dir: works/funders
1941
+ features:
1942
+ - name: work_id
1943
+ dtype: int64
1944
+ - name: funder_id
1945
+ dtype: int64
1946
+ - name: award_id
1947
+ dtype: string
1948
+ num_rows: 0
1949
+ num_bytes: 1050738
1950
+ num_shards: 2127
1951
+ - config_name: works_indexed_in
1952
+ data_dir: works/indexed_in
1953
+ features:
1954
+ - name: work_id
1955
+ dtype: int64
1956
+ - name: index_name
1957
+ dtype: string
1958
+ num_rows: 336380264
1959
+ num_bytes: 2397345528
1960
+ num_shards: 2127
1961
+ - config_name: works_keywords
1962
+ data_dir: works/keywords
1963
+ features:
1964
+ - name: work_id
1965
+ dtype: int64
1966
+ - name: keyword_id
1967
+ dtype: string
1968
+ - name: score
1969
+ dtype: float32
1970
+ num_rows: 2832660113
1971
+ num_bytes: 28074665218
1972
+ num_shards: 2127
1973
+ - config_name: works_locations
1974
+ data_dir: works/locations
1975
+ features:
1976
+ - name: work_id
1977
+ dtype: int64
1978
+ - name: source_id
1979
+ dtype: int64
1980
+ - name: is_oa
1981
+ dtype: bool
1982
+ - name: is_primary
1983
+ dtype: bool
1984
+ - name: license
1985
+ dtype: string
1986
+ - name: version
1987
+ dtype: string
1988
+ num_rows: 537965838
1989
+ num_bytes: 5106323570
1990
+ num_shards: 2127
1991
+ - config_name: works_mesh
1992
+ data_dir: works/mesh
1993
+ features:
1994
+ - name: work_id
1995
+ dtype: int64
1996
+ - name: descriptor_ui
1997
+ dtype: string
1998
+ - name: descriptor_name
1999
+ dtype: string
2000
+ - name: qualifier_ui
2001
+ dtype: string
2002
+ - name: qualifier_name
2003
+ dtype: string
2004
+ - name: is_major_topic
2005
+ dtype: bool
2006
+ num_rows: 1127251188
2007
+ num_bytes: 15921498336
2008
+ num_shards: 2127
2009
+ - config_name: works_references
2010
+ data_dir: works/references
2011
+ features:
2012
+ - name: work_id
2013
+ dtype: int64
2014
+ - name: referenced_work_id
2015
+ dtype: int64
2016
+ num_rows: 2912952343
2017
+ num_bytes: 35367925096
2018
+ num_shards: 2127
2019
+ - config_name: works_related
2020
+ data_dir: works/related
2021
+ features:
2022
+ - name: work_id
2023
+ dtype: int64
2024
+ - name: related_work_id
2025
+ dtype: int64
2026
+ num_rows: 2598276518
2027
+ num_bytes: 18767817619
2028
+ num_shards: 2127
2029
+ - config_name: works_sdgs
2030
+ data_dir: works/sdgs
2031
+ features:
2032
+ - name: work_id
2033
+ dtype: int64
2034
+ - name: sdg_id
2035
+ dtype: int64
2036
+ - name: score
2037
+ dtype: float32
2038
+ num_rows: 174402726
2039
+ num_bytes: 2039374831
2040
+ num_shards: 2127
2041
+ - config_name: works_topics
2042
+ data_dir: works/topics
2043
+ features:
2044
+ - name: work_id
2045
+ dtype: int64
2046
+ - name: topic_id
2047
+ dtype: int64
2048
+ - name: score
2049
+ dtype: float32
2050
+ num_rows: 1007532780
2051
+ num_bytes: 7612990305
2052
+ num_shards: 2127
2053
+ ---
2054
+
2055
+ # OpenAlex Snapshot
2056
+
2057
+ Mirror of the [OpenAlex](https://openalex.org) scholarly metadata snapshot — a free, open catalogue of 250M+ scholarly works, 100M+ authors, and related entities.
2058
+
2059
+ Hosted on [HuggingFace](https://huggingface.co/datasets/Mearman/OpenAlex) via [Xet](https://xetdata.com) for content-addressable deduplication.
2060
+
2061
+ **Source**: [s3://openalex](https://openalex.s3.amazonaws.com/) (public, anonymous S3 bucket)
2062
+
2063
+ ## Dataset subsets
2064
+
2065
+ Each entity type is a separate subset (config):
2066
+
2067
+ | Config | Description | Shards |
2068
+ |--------|-------------|--------|
2069
+ | `works` | Scholarly works (papers, datasets, etc.) | 2,127 |
2070
+ | `authors` | Authors of scholarly works | 738 |
2071
+ | `institutions` | Universities, research orgs | 61 |
2072
+ | `publishers` | Academic publishers | 51 |
2073
+ | `sources` | Journals, repositories, conferences | 42 |
2074
+ | `awards` | Grant/funding awards | 20 |
2075
+ | `concepts` | Legacy concept taxonomy (Wikidata) | 3 |
2076
+ | `topics` | Topic taxonomy | 1 |
2077
+ | `domains` | Top-level topic domains | 1 |
2078
+ | `fields` | Topic fields | 1 |
2079
+ | `subfields` | Topic subfields | 1 |
2080
+ | `funders` | Funding organisations | 1 |
2081
+
2082
+ ## Data format
2083
+
2084
+ Each shard is a gzip-compressed JSON Lines file at:
2085
+
2086
+ ```
2087
+ data/{entity}/updated_date=YYYY-MM-DD/part_XXXX.jsonl.gz
2088
+ ```
2089
+
2090
+ The `.jsonl.gz` extension allows the HuggingFace dataset viewer to detect the inner format automatically. On S3, files are named `part_XXXX.gz`; the download pipeline renames them on save.
2091
+
2092
+ Each line is a JSON object representing one entity record. Fields vary by entity type. See the [OpenAlex data model](https://docs.openalex.org/) for field definitions.
2093
+
2094
+ ### Example: Work record fields
2095
+
2096
+ `id`, `doi`, `title`, `display_name`, `publication_year`, `type`, `language`, `authorships`, `concepts`, `topics`, `keywords`, `cited_by_count`, `referenced_works`, `related_works`, `locations`, `open_access`, `funders`, `awards`, `mesh`, `sustainable_development_goals`, `counts_by_year`, `updated_date`, and more.
2097
+
2098
+ ## Sync and extraction pipeline
2099
+
2100
+ The `sync/` directory contains a Python pipeline for downloading from S3 and extracting relationship tables to Parquet:
2101
+
2102
+ 1. **Download**: `python3 -m sync.download sync [--entity X]` — syncs from `s3://openalex` (public, anonymous)
2103
+ 2. **Extract**: `python3 -m sync.extract extract [--entity X] --workers 6` — converts `.jsonl.gz` to nested parquet sub-tables
2104
+
2105
+ Extraction supports `--slice-index N --slice-total M` to partition work across machines.
2106
+
2107
+ ## Adding new entity types
2108
+
2109
+ OpenAlex occasionally adds new entities. To support a new one:
2110
+
2111
+ 1. **Download**: `python3 -m sync.download sync --entity {entity}`
2112
+ 2. **Schema**: Add entity + relationship schemas to `sync/schemas.py`
2113
+ 3. **Extraction**: Add dispatch entry to `_ENTITY_DISPATCH` in `sync/extract.py`
2114
+ 4. **Nesting**: Add singular→plural entry to `_ENTITY_SINGULAR_TO_PLURAL` in `sync/common.py`
2115
+ 5. **Commit**: Stage and push
2116
+
2117
+ ## License
2118
+
2119
+ OpenAlex data is released under [CC0 1.0 Universal](https://creativecommons.org/publicdomain/zero/1.0/). See the [OpenAlex terms](https://docs.openalex.org/about/the-data) for details.
data/authors/affiliations/authors__updated_date=2026-02-01__part_0000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c818babd3ebff915b82cb067f5b219e6e841384e41ad26bf0fbcb39b58cb57e1
3
+ size 527262
data/authors/affiliations/authors__updated_date=2026-02-01__part_0001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ea0b619741caa75c8ccb6088921f5c8dcadd0c5569eada23213ead0441460c34
3
+ size 159603
data/authors/affiliations/authors__updated_date=2026-02-01__part_0002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7a272f5f8bfc0b3e6a830fe5d3ef5d826c76ed3f6d076e35ff3ca3baf1be0544
3
+ size 615398
data/authors/affiliations/authors__updated_date=2026-02-01__part_0003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f6a7b046703dfcfdf4953303405187ef17e34418d1bac4920413adaa1436340c
3
+ size 66513
data/authors/affiliations/authors__updated_date=2026-02-01__part_0004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:75af2db76a5e04a105103c9f7a01c182a97ed3d83d1622557626a8181915556c
3
+ size 607531
data/authors/affiliations/authors__updated_date=2026-02-01__part_0005.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:31e01c57e46673bc4497c7a19118081817e4b8297f6d12b53bda0d8670ba09bd
3
+ size 69340
data/authors/affiliations/authors__updated_date=2026-02-02__part_0000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:392809ab15756cfd946b1d79bc57d40259f91ba1cf45521c6bae56da63587392
3
+ size 28140
data/authors/affiliations/authors__updated_date=2026-02-03__part_0000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b397f54934e9475950b43a07006ebcad4798aa6d5f038ecc572738462860afd5
3
+ size 19739
data/authors/affiliations/authors__updated_date=2026-02-04__part_0000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d8ef17cb6aec74ba854d73edf28c6495347989864122e1cb944df608184a5837
3
+ size 16396
data/authors/affiliations/authors__updated_date=2026-02-05__part_0000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7e9144aef8996259ae0ffa6170e875e7baecb1571b18149bb0ce3f1192a96687
3
+ size 15552
data/authors/affiliations/authors__updated_date=2026-02-06__part_0000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0ce20676a1efe968b01d1d3ba2555e247e53a287a313d677acd697375fcc5e3b
3
+ size 20176
data/authors/affiliations/authors__updated_date=2026-02-07__part_0000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6f5dc10d6d5750b9036647a0d0075ba046568d66b449691219f60b61fa0ecad4
3
+ size 34039
data/authors/affiliations/authors__updated_date=2026-02-08__part_0000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7d1e0ce6450586136b921fc2c4301feaa11304e27356c6c356bc83400876aef2
3
+ size 3323
data/authors/affiliations/authors__updated_date=2026-02-09__part_0000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c724ff456bf7c8d4570468deb2ddc3f559764173e50bf38c224d9df5e7c136e2
3
+ size 50077
data/authors/affiliations/authors__updated_date=2026-02-11__part_0000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:52097341036a97d8f3a22a4bc07e982619c896b364339cc7f5d8f86748dc05ad
3
+ size 87473
data/authors/affiliations/authors__updated_date=2026-02-12__part_0000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e525b06260e3d4a017eb11379abf8b701d4aa1e33b6d764acad5c8e188a96ca1
3
+ size 82539
data/authors/affiliations/authors__updated_date=2026-02-14__part_0000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ff091f7c26c35ee116c5c6245b2c48b57073e7a1574e536ae0b8e6fccf38c520
3
+ size 35632
data/authors/affiliations/authors__updated_date=2026-02-15__part_0000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3bd0a3d74f6ce476973ae76a989c9a6efab6e3a7c340c61b2ec5ccafb6fee852
3
+ size 27216
data/authors/affiliations/authors__updated_date=2026-02-16__part_0000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:66fa2b18493543d5453bf73c77a28f5f512aceaeb11a70f9074e642e4c18c319
3
+ size 7523
data/authors/affiliations/authors__updated_date=2026-02-17__part_0000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5cc56a430bcd00e985000e689d398d257ae4854a751012e12dd7f6d2fc4308b5
3
+ size 165657
data/authors/affiliations/authors__updated_date=2026-02-18__part_0000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bcbd954a9d252bdfcb1c889999f72d09e8f76e2542bb923aa12f821cd12120ca
3
+ size 50607
data/authors/affiliations/authors__updated_date=2026-02-19__part_0000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fdc67a16e8f084078e58dc64b4509010365a7d3985d54ec1201d50a29f0cbd7b
3
+ size 18141
data/authors/affiliations/authors__updated_date=2026-02-20__part_0000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:08cedd985288c6e8d98da6e5075f49130e5d6a4cb0c3e79f250f2b1a4a193805
3
+ size 88002
data/authors/affiliations/authors__updated_date=2026-02-21__part_0000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c02cedaf7b2f482fca8ec463d9ba6cb69993bbad0b4f2e1cc1b31d092e2fdd4f
3
+ size 17183
data/authors/affiliations/authors__updated_date=2026-02-22__part_0000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a8a8f296f21c85798f8f4f107b332fdbf641fe0ed8422d53b6dfa4f7adea8028
3
+ size 9419
data/authors/affiliations/authors__updated_date=2026-02-23__part_0000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b0e2b40627593cd1b4861cd0e2f421a586f3ebd12accd707bd08b8a94259ae38
3
+ size 10969
data/authors/affiliations/authors__updated_date=2026-02-24__part_0000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eb4c7bd8fe97b18d4bcd2d6ff40f436d67aed3c6400d6534a6e3908462348b74
3
+ size 19167
data/authors/affiliations/authors__updated_date=2026-02-25__part_0000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ad73ddc75154821b0fd7ab00fe2a2f85b40990d1bf773032ce6024e24c3adb91
3
+ size 156137
data/authors/affiliations/authors__updated_date=2026-02-26__part_0000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8f03175254771cdd466b07152a7121d930f39eb48b34bd8ad9a07b727f371d33
3
+ size 70479
data/authors/affiliations/authors__updated_date=2026-02-28__part_0000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ebe5f12e77d35dd9579d70007f97c0d4dfc23de6e34f9da60e9cfe5a2d9e373a
3
+ size 47206
data/authors/affiliations/authors__updated_date=2026-03-01__part_0000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:18b8a33499e9201786f7d29950ce18b89cf9b65487f8296ee13c69f7bd7de843
3
+ size 12001
data/authors/affiliations/authors__updated_date=2026-03-02__part_0000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:056c0e6a9fe8c3a4532ba605376181319513bc589bc7ef80e0b16dbb4bf1242e
3
+ size 1941939
data/authors/affiliations/authors__updated_date=2026-03-02__part_0001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f40a4d35b5aad34b79bb9a3202b29d2043e60393cb7633f289152de3bc7519a0
3
+ size 24343
data/authors/affiliations/authors__updated_date=2026-03-02__part_0002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8daaaa34a7c2caf1061afc4bd52f0298c007b7ead10fbddd2e56c78ab7538a90
3
+ size 1949634
data/authors/affiliations/authors__updated_date=2026-03-02__part_0003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:78a6fd928a195c12c72821eed8be6a6a6c8ed69a367a2b484a25e432085cee3f
3
+ size 30568
data/authors/affiliations/authors__updated_date=2026-03-02__part_0004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cd132f221965713d8cc68f33e0b4e838c6bb5bb4f1750de5e49601fd5a699229
3
+ size 1924291
data/authors/affiliations/authors__updated_date=2026-03-02__part_0005.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b98413a8d7b71a97985341811808a0b45cc0e222f4acd3dd8febb11c3084abfe
3
+ size 1972576
data/authors/affiliations/authors__updated_date=2026-03-02__part_0006.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c06fbd47862abea79ac33c7ea070906f9608060872fb309aef056b344bc88e1e
3
+ size 59106
data/authors/affiliations/authors__updated_date=2026-03-02__part_0007.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2caa1f8543ccfcea89eeb6b28f9f2d16ac7aa4151b7c267313df7dc853699ff1
3
+ size 1950418
data/authors/affiliations/authors__updated_date=2026-03-02__part_0008.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:21567b4df2331b16e35b77e09bf9635a1e4fc1601ae10073af0171468f7d2d3f
3
+ size 35096
data/authors/affiliations/authors__updated_date=2026-03-02__part_0009.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8c0404323003148ad438b75440e60bb8643ddc2571bb6d256b00665402077ca3
3
+ size 1943435
data/authors/affiliations/authors__updated_date=2026-03-02__part_0010.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b9e67f309a9f055d52f42058de28a1b3f3339cf4eaf242f7ee59b5d8efe7683b
3
+ size 32726
data/authors/affiliations/authors__updated_date=2026-03-02__part_0011.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:848d430a41a997783569f81d40265395aba61f646b536fe6d5d12d486a57ad2f
3
+ size 1945980
data/authors/affiliations/authors__updated_date=2026-03-02__part_0012.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dcff49b484376ddf289ce637bb4ee90a11fb973f22f8b39b6347d91267195471
3
+ size 31628
data/authors/affiliations/authors__updated_date=2026-03-02__part_0013.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3aa3b40e6e2b7bad88a1e5d1566195d79e7b24769c5b9773930733a22e66292b
3
+ size 1952789
data/authors/affiliations/authors__updated_date=2026-03-02__part_0014.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3c181dc786b5bf0fe6ede480a67e1caf79d7531a9a99ad6d4db6f8ae289ef6bc
3
+ size 26332