-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathWOS_TabDelimitedFields.csv
We can make this file beautiful and searchable if this error is corrected: It looks like row 2 should actually have 8 columns, instead of 7 in line 1.
68 lines (68 loc) · 6.68 KB
/
WOS_TabDelimitedFields.csv
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
Tag,Description,XML Path,Comments,searchable,fuzzy,exact,type
PT,Publication Year,REC/static_data/summary/pub_info/@pubyear,Y,N,Y,Integer
AU,WoS Standard Names,REC/static_data/summary/names/name/wos_standard,Y,Y,Y,String(with nested diliminators)
BA,Book Authors,N/A,Does not appear to be in use in the export (no distinction from WoS Standard Names)
BE,Book Editors,REC/static_data/summary/names/name[@role=”book_editor”]/full_name,
GP,Book Group Authors,N/A,Does not appear to be in use in the export (no distinction from Group Authors)
AF,Author Full Names,REC/static_data/summary/names/name[@role=”author”]/full_name,Y,Y,Y,String(with nested diliminators)
BF,Book Author Full Names,N/A,Does not appear to be in use in the export (no distinction from Author Full Names)
CA,Group Authors,REC/static_data/summary/names/name[@role=”corp”]/display_name,
TI,Article Title,REC/static_data/summary/titles/title[@type=”item”],Y,Y,Y,String
SO,Source Title,REC/static_data/summary/titles/title[@type=”source”],Y,Y,Y,String
SE,Book Series Title,REC/static_data/summary/titles/title[@type=”book_series”],
BS,Book Series Subtitle,REC/static_data/summary/titles/title[@type=”book_seriessub”],
LA,Language,REC/static_data/item/reviewed_work/languages/language,
DT,Document Type,REC/static_data/summary/doctypes/doctype,Y,N,Y,String
CT,Conference Title,REC/static_data/summary/conferences/conference/conf_titles/conf_title,Y,Y,Y,String
CY,Conference Date,REC/static_data/summary/conferences/conference/conf_dates/conf_date,
CL,Conference Location,REC/static_data/summary/conferences/conference/conf_locations/conf_location/conf_city && REC/static_data/summary/conferences/conference/conf_locations/conf_location/conf_state,Concatenates the conference city and conference state (which can actually be a country) values from the XML into one field
SP,Conference Sponsor,REC/static_data/summary/conferences/conference/sponsors/sponsor,
HO,Conference Host,REC/static_data/summary/conferences/conference/conf_locations/conf_location/conf_host,
DE,Author Keywords,REC/static_data/fullrecord_metadata/keywords/keyword,Y,Y,Y,String
ID,Keywords Plus,REC/static_data/item/keywords_plus/keyword,
AB,Abstract,REC/static_data/fullrecord_metadata/abstracts/abstract/abstract_text/p,Y,Y,Y,String (concact the paragraphs)
C1,Addresses,REC/static_data/fullrecord_metadata/addresses/address_name/address_spec/full_address,Y,Y,Y,String(nested 1 level)
RP,Reprint Addresses,REC/static_data/item/reprint_contact/address_spec/full_address,
EM,Email Addresses,REC/static_data/summary/names/name[@role=”author”]/email_addr,
RI,RIDs,REC/static_data/contributors/contributor/name/@orcid_id,
OI,ORCIDs,REC/static_data/contributors/contributor/name/@r_id,
FU,Funding Orgs,REC/static_data/fullrecord_metadata/fund_ack/grants/grant_agency,
FX,Funding Text,REC/static_data/fullrecord_metadata/fund_ack/fund_text/p,N,Y,Y,String (concact the paragraphs)
CR,Cited References,REC/static_data/fullrecord_metadata/references,Not available as a single field in the XML. This path is to the node which contains the fielded info for the references as children
NR,Cited Reference Count,REC/static_data/fullrecord_metadata/references/@count,Y,N,Y,Integer
TC,"Times Cited, WoS Core",N/A,"Given the ever-changing nature of citation counts, these are not in the XML but rather available via supplementary file"
Z9,"Times Cited, All Databases",N/A,"Same reasoning above, not included because of the dyanmic nature of the value"
U1,180 Day Usage Count,N/A,"Same reasoning above, not included because of the dyanmic nature of the value"
U2,Since 2013 Usage Count,N/A,"Same reasoning above, not included because of the dyanmic nature of the value"
PU,Publisher,REC/static_data/summary/publishers/publisher/names/display_name,Y,N,Y,String
PI,Publisher City,REC/static_data/summary/publishers/publisher/address_spec/city,
PA,Publisher Address,REC/static_data/summary/publishers/publisher/address_spec/full_address,
SN,ISSN,REC/dynamic_data/cluster_related/identifiers/identifier[@type=”issn”]/@value,Y,N,Y,String
EI,eISSN,REC/dynamic_data/cluster_related/identifiers/identifier[@type=”eissn”]/@value,Y,N,Y,String
BN,ISBN,REC/dynamic_data/cluster_related/identifiers/identifier[@type=”isbn”]/@value,Y,N,Y,String
J9,Journal Abbreviation,REC/static_data/summary/titles/title[@type=”source_abbrev”],
JI,Journal ISO Abbreviation,REC/static_data/summary/titles/title[@type=”abbrev_iso”],
PD,Publication Date,REC/static_data/summary/pub_info/@coverdate,"Tabbed export excludes the year, while this field includes the full cover date with the year"
PY,Publication Year,REC/static_data/summary/pub_info/@pubyear,
VL,Volume,REC/static_data/summary/pub_info/@vol,
IS,Issue,REC/static_data/summary/pub_info/@issue,
PN,Part Number,REC/static_data/summary/pub_info/@part_no,
SU,Supplement,REC/static_data/summary/pub_info/@supplement,
SI,Special Issue,REC/static_data/summary/pub_info/@special_issue,
MA,Meeting Abstract,REC/dynamic_data/cluster_related/identifiers/identifier[@type=”meeting_abs”]/@value,
BP,Start Page,REC/static_data/summary/pub_info/page/@begin,
EP,End Page,REC/static_data/summary/pub_info/page/@end,
AR,Article Number,REC/dynamic_data/cluster_related/identifiers/identifier[@type=”art_no”]/@value,
DI,DOI,REC/dynamic_data/cluster_related/identifiers/identifier[@type=”doi”]/@value && REC/dynamic_data/cluster_related/identifiers/identifier[@type=”xref_doi”]/@value,The application combines the two different DOIs in the XML into one field for the export,Y,N,Y,String
D2,Book DOI,REC/dynamic_data/cluster_related/identifiers/identifier[@type=”parent_book_doi”]/@value,
EA,Early Access Date,REC/static_data/summary/pub_info/@early_access_date,
PG,Number of Pages,REC/static_data/summary/pub_info/page/@page_count,
WC,WoS Categories,REC/static_data/fullrecord_metadata/category_info/subjects/subject[@ascatype=”traditional”],
SC,Research Areas,REC/static_data/fullrecord_metadata/category_info/subjects/subject[@ascatype=”extended”],
GA,IDS Number,N/A,Internal identifier used in the past for document delivery. Not of value to XML customers.
UT,UT (Unique WoS ID),REC/UID,
PM,Pubmed ID,REC/dynamic_data/cluster_related/identifiers/identifier[@type=”pmid”]/@value,Y,N,Y,String
OA,Open Acces Designations,REC/dynamic_data/ic_related/oases/oas/@type,
HC,Highly Cited Status,N/A,Comes from linking with ESI product so not included in the XML (not to mention also the mercurial nature of the status that would not be included for the same reason times cited is not included).
HP,Hot Paper Status,N/A,Comes from linking with ESI product so not included in the XML (not to mention also the mercurial nature of the status that would not be included for the same reason times cited is not included).
DA,Date of Export,N/A,