-
Notifications
You must be signed in to change notification settings - Fork 3
/
pub_hash_schema.yml
459 lines (459 loc) · 10 KB
/
pub_hash_schema.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
title: pub_hash
description: Metadata for a SUL-PUB publication
type: object
properties:
abstract:
type: string
abstract_restricted:
type: string
additionalProperties: # Submitted by CAP
type: object
apa_citation: # Automatically added.
type: string
articlenumber: # Legacy. Not in current code.
type:
- string
- "null"
author:
type: array
items:
$ref: '#/$defs/Author'
authorcount:
type:
- string
- integer
authorship: # Automatically added.
type: array
items:
$ref: '#/$defs/Authorship'
booktitle:
type: string
city:
type: string
chicago_citation: # Automatically added.
type: string
conference:
$ref: '#/$defs/Conference'
country:
type:
- string
- "null"
date:
type: string
documentcategory_sw: # From sciencewire, wos
type: string
documenttypes_sw: # From sciencewire, wos
type: array
items:
type: string
doi:
type: string
eissn:
type: string
etal: # Legacy. Not in current code.
type: boolean
identifier:
type: array
items:
$ref: '#/$defs/Identifier'
isbn:
type: string
issn:
type: string
journal:
$ref: '#/$defs/Journal'
last_updated: # Automatically added.
type: string
mesh_headings:
type: array
items:
$ref: '#/$defs/MeshHeading'
mla_citation: # Automatically added
type: string
pages:
type: string
pmid:
description: PubMed identifier
type: string
provenance:
description: Source of the record that the pub_hash was generated from.
type: string
enum:
- batch
- cap
- orcid
- pubmed
- sciencewire
- wos
publicationSource: # Legacy. Not in current code.
type:
- string
- "null"
publicationUrl: # Legacy. Not in current code.
type:
- string
- "null"
publicationUrlLabel: # Legacy. Not in current code.
type:
- string
- "null"
publisher:
type: string
stateprovince:
type:
- string
- "null"
sulpubid:
description: Identifier for the publication in the SUL system.
type: string
sw_id:
description: ScienceWire identifier
type: string
title:
type: string
type: # Required, but missing in existing data.
description: Type of publication
type:
- string
- "null"
enum:
- article
- book
- caseStudy # Legacy. Not in current code.
- inproceedings
- inbook # Legacy. Not in current code.
- otherpaper # Legacy. Not in current code.
- otherPaper # Legacy. Not in current code.
- technicalReport # Legacy. Not in current code.
- workingPaper # Legacy. Not in current code.
- null # Legacy. Not in current code.
wos_item_id:
type: string
wos_uid:
type: string
year:
type: string
# Sciencewire-specific
authorcitationcountlist_sw:
type: string
keywords_sw:
type: array
items:
type: string
isobsolete_sw:
type: string
newpublicationid_sw:
type: string
normalizedrank_sw:
type: string
numberofreferences_sw:
type: string
ordinalrank_sw:
type: string
publicationimpactfactorlist_sw:
type: array
items:
type: string
publicationcategoryrankinglist_sw:
type: array
items:
type: string
rank_sw:
type: string
timenotselfcited_sw:
type: string
timescited_sw_retricted:
type: string
# Bibtex ingester specific
address:
type: string
allAuthors:
type: string
bibtex_type:
type: string
chapter:
type: string
edition:
type: string
editor:
type: string
howpublished:
type: string
series:
$ref: '#/$defs/Series'
additionalProperties: false
$defs:
Author:
type: object
properties:
additionalProperties: # Submitted by CAP
type: object
alternate: # Legacy. Not in current code.
type: array
display_name: # From wos
type: string
first_name: # From wos
type: string
firstname: # From pubmed
type:
- string
- "null" # Existing data has null values.
full_name: # From wos
type:
- string
- "null" # Existing data has null values.
given_name: # From wos
type:
- string
- "null"
initials: # From wos
type: string
middle_name: # From wos
type: string
middlename: # From pubmed
type:
- string
- "null" # Existing data has null values.
last_name: # From wos
type: string
lastname: # From pubmed
type:
- string
- "null" # Existing data has null values.
name: # From sciencewire, wos
type: string
role: # From wos
type:
- string
- "null"
additionalProperties: false
Authorship:
description: Stanford affiliated author.
type: object
properties:
additionalProperties: # Submitted by CAP
type: object
cap_profile_id:
description: Identifier for the author in the CAP system.
type: integer
sul_author_id:
description: Identifier for the author in the SUL system.
type:
- integer
- "null" # CAP submits authorships with null
featured:
description: Marks the publication for featured presentation.
type: boolean
status:
description: Marks the status of the publication. UNKNOWN indicates legacy data.
type:
- string
- "null"
enum:
- new
- approved
- denied
- unknown
- APPROVED # Bad value in existing data
- null # Bad value in existing data
visibility:
description: Indicates whether this author would like to freely display the publication, only show it at Stanford, or hide it.
type:
- string
- "null"
enum:
- private
- stanford
- public
- PRIVATE # Bad value in existing data
- PUBLIC # Bad value in existing data
- null # Bad value in existing data
required:
- featured
- status
- visibility
additionalProperties: false
Conference:
type: object
properties:
additionalProperties: # Submitted by CAP
type: object
city:
type:
- string
- "null"
doi: # Legacy. Not in current code.
type:
- string
- "null"
enddate:
type:
- string
- "null"
location: # Legacy. Not in current code.
type:
- string
- "null"
name:
type:
- string
- "null"
number: # Legacy. Not in current code.
type:
- string
- "null"
organization: # From bibtex indexer
type:
- string
- "null"
startdate:
type:
- string
- "null"
statecountry:
type:
- string
- "null"
year:
type:
- string
- "null"
additionalProperties: false
Identifier:
type: object
properties:
additionalProperties: # Submitted by CAP
type: object
id:
type: string
type:
type: string
url:
type:
- string
- "null" # Submitted by CAP
required:
- type
additionalProperties: false
Journal:
type: object
properties:
additionalProperties: # Submitted by CAP
type: object
articlenumber:
type:
- string
- "null"
articleNumber: # Legacy. Not in current code.
type:
- string
- "null"
- integer
issue:
type:
- string
- "null"
identifier:
type: array
items:
$ref: '#/$defs/Identifier'
month: # From bibtex indexer
type: string
name:
type:
- string
- "null"
number: # Legacy. Not in current code.
type:
- string
- "null"
pages:
type:
- string
- "null"
- number # Legacy. Not in current code.
specialissue: # Legacy. Not in current code.
type:
- string
- "null"
- boolean
supplement: # Legacy. Not in current code.
type:
- string
- "null"
volume:
type:
- string
- "null"
- number # Existing bad data.
year: # Legacy. Not in current code.
type:
- string
- "null"
additionalProperties: false
MeshHeading:
type: object
properties:
descriptor:
type: array
items:
type: object
properties:
major:
type: string
name:
type: string
id:
type: string
additionalProperties: false
qualifier:
type: array
items:
type: object
properties:
major:
type: string
name:
type: string
id:
type: string
additionalProperties: false
treecode:
type: array
items:
type: object
properties:
code:
type: string
major:
type: string
additionalProperties: false
additionalProperties: false
Series:
type: object
properties:
identifier:
type: array
oneOf:
- type: array
items:
$ref: '#/$defs/Identifier'
minItems: 1
- type: array # Existing bad data.
items:
type: "null"
minItems: 1
- type: array # Existing bad data.
maxItems: 0
title:
type:
- string
- "null"
month:
type:
- string
- "null"
volume:
type:
- string
- "null"