jats-tags 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/elementTags.js +1301 -0
- package/dist/cjs/elements.js +2 -0
- package/dist/cjs/index.js +20 -0
- package/dist/cjs/refType.js +57 -0
- package/dist/cjs/session.js +2 -0
- package/dist/esm/elementTags.js +1298 -0
- package/dist/esm/elements.js +1 -0
- package/dist/esm/index.js +4 -0
- package/dist/esm/refType.js +54 -0
- package/dist/esm/session.js +1 -0
- package/dist/types/elementTags.d.ts +1298 -0
- package/dist/types/elementTags.d.ts.map +1 -0
- package/dist/types/elements.d.ts +93 -0
- package/dist/types/elements.d.ts.map +1 -0
- package/dist/types/index.d.ts +5 -0
- package/dist/types/index.d.ts.map +1 -0
- package/dist/types/refType.d.ts +54 -0
- package/dist/types/refType.d.ts.map +1 -0
- package/dist/types/session.d.ts +11 -0
- package/dist/types/session.d.ts.map +1 -0
- package/package.json +44 -0
|
@@ -0,0 +1,1301 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.Tags = void 0;
|
|
4
|
+
var Tags;
|
|
5
|
+
(function (Tags) {
|
|
6
|
+
/**
|
|
7
|
+
* Abbreviation or Acronym
|
|
8
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/abbrev.html
|
|
9
|
+
*/
|
|
10
|
+
Tags["abbrev"] = "abbrev";
|
|
11
|
+
/**
|
|
12
|
+
* Abstract
|
|
13
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/abstract.html
|
|
14
|
+
*/
|
|
15
|
+
Tags["abstract"] = "abstract";
|
|
16
|
+
/**
|
|
17
|
+
* Access Date for Cited Work
|
|
18
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/access-date.html
|
|
19
|
+
*/
|
|
20
|
+
Tags["accessDate"] = "access-date";
|
|
21
|
+
/**
|
|
22
|
+
* Acknowledgments
|
|
23
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/ack.html
|
|
24
|
+
*/
|
|
25
|
+
Tags["ack"] = "ack";
|
|
26
|
+
/**
|
|
27
|
+
* Address Line
|
|
28
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/addr-line.html
|
|
29
|
+
*/
|
|
30
|
+
Tags["addrLine"] = "addr-line";
|
|
31
|
+
/**
|
|
32
|
+
* Address/Contact Information
|
|
33
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/address.html
|
|
34
|
+
*/
|
|
35
|
+
Tags["address"] = "address";
|
|
36
|
+
/**
|
|
37
|
+
* Affiliation
|
|
38
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/aff.html
|
|
39
|
+
*/
|
|
40
|
+
Tags["aff"] = "aff";
|
|
41
|
+
/**
|
|
42
|
+
* Affiliation Alternatives
|
|
43
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/aff-alternatives.html
|
|
44
|
+
*/
|
|
45
|
+
Tags["affAlternatives"] = "aff-alternatives";
|
|
46
|
+
/**
|
|
47
|
+
* Free to Read (NISO Access and License Indicators)
|
|
48
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/ali-free_to_read.html
|
|
49
|
+
*/
|
|
50
|
+
Tags["ali:free_to_read"] = "ali:free_to_read";
|
|
51
|
+
/**
|
|
52
|
+
* License Reference (NISO and Access License Indicators)
|
|
53
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/ali-license_ref.html
|
|
54
|
+
*/
|
|
55
|
+
Tags["ali:license_ref"] = "ali:license_ref";
|
|
56
|
+
/**
|
|
57
|
+
* Alternate Text Name (for a figure, etc.)
|
|
58
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/alt-text.html
|
|
59
|
+
*/
|
|
60
|
+
Tags["altText"] = "alt-text";
|
|
61
|
+
/**
|
|
62
|
+
* Alternate Title
|
|
63
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/alt-title.html
|
|
64
|
+
*/
|
|
65
|
+
Tags["altTitle"] = "alt-title";
|
|
66
|
+
/**
|
|
67
|
+
* Alternatives For Processing
|
|
68
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/alternatives.html
|
|
69
|
+
*/
|
|
70
|
+
Tags["alternatives"] = "alternatives";
|
|
71
|
+
/**
|
|
72
|
+
* Annotation in a Citation
|
|
73
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/annotation.html
|
|
74
|
+
*/
|
|
75
|
+
Tags["annotation"] = "annotation";
|
|
76
|
+
/**
|
|
77
|
+
* Anonymous
|
|
78
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/anonymous.html
|
|
79
|
+
*/
|
|
80
|
+
Tags["anonymous"] = "anonymous";
|
|
81
|
+
/**
|
|
82
|
+
* Answer to a Question
|
|
83
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/answer.html
|
|
84
|
+
*/
|
|
85
|
+
Tags["answer"] = "answer";
|
|
86
|
+
/**
|
|
87
|
+
* Answer Set
|
|
88
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/answer-set.html
|
|
89
|
+
*/
|
|
90
|
+
Tags["answerSet"] = "answer-set";
|
|
91
|
+
/**
|
|
92
|
+
* Appendix
|
|
93
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/app.html
|
|
94
|
+
*/
|
|
95
|
+
Tags["app"] = "app";
|
|
96
|
+
/**
|
|
97
|
+
* Appendix Group
|
|
98
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/app-group.html
|
|
99
|
+
*/
|
|
100
|
+
Tags["appGroup"] = "app-group";
|
|
101
|
+
/**
|
|
102
|
+
* Array (Simple Tabulation)
|
|
103
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/array.html
|
|
104
|
+
*/
|
|
105
|
+
Tags["array"] = "array";
|
|
106
|
+
/**
|
|
107
|
+
* Article
|
|
108
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/article.html
|
|
109
|
+
*/
|
|
110
|
+
Tags["article"] = "article";
|
|
111
|
+
/**
|
|
112
|
+
* Article Metadata
|
|
113
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/article-meta.html
|
|
114
|
+
*/
|
|
115
|
+
Tags["articleMeta"] = "article-meta";
|
|
116
|
+
/**
|
|
117
|
+
* Article Title
|
|
118
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/article-title.html
|
|
119
|
+
*/
|
|
120
|
+
Tags["articleTitle"] = "article-title";
|
|
121
|
+
/**
|
|
122
|
+
* Article Current Version Status or Number
|
|
123
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/article-version.html
|
|
124
|
+
*/
|
|
125
|
+
Tags["articleVersion"] = "article-version";
|
|
126
|
+
/**
|
|
127
|
+
* Attribution
|
|
128
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/attrib.html
|
|
129
|
+
*/
|
|
130
|
+
Tags["attrib"] = "attrib";
|
|
131
|
+
/**
|
|
132
|
+
* Author Comment
|
|
133
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/author-comment.html
|
|
134
|
+
*/
|
|
135
|
+
Tags["authorComment"] = "author-comment";
|
|
136
|
+
/**
|
|
137
|
+
* Award Description
|
|
138
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/award-desc.html
|
|
139
|
+
*/
|
|
140
|
+
Tags["awardDesc"] = "award-desc";
|
|
141
|
+
/**
|
|
142
|
+
* Award Group
|
|
143
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/award-group.html
|
|
144
|
+
*/
|
|
145
|
+
Tags["awardGroup"] = "award-group";
|
|
146
|
+
/**
|
|
147
|
+
* Award Identifier
|
|
148
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/award-id.html
|
|
149
|
+
*/
|
|
150
|
+
Tags["awardId"] = "award-id";
|
|
151
|
+
/**
|
|
152
|
+
* Award Name
|
|
153
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/award-name.html
|
|
154
|
+
*/
|
|
155
|
+
Tags["awardName"] = "award-name";
|
|
156
|
+
/**
|
|
157
|
+
* Back Matter
|
|
158
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/back.html
|
|
159
|
+
*/
|
|
160
|
+
Tags["back"] = "back";
|
|
161
|
+
/**
|
|
162
|
+
* Biography
|
|
163
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/bio.html
|
|
164
|
+
*/
|
|
165
|
+
Tags["bio"] = "bio";
|
|
166
|
+
/**
|
|
167
|
+
* Body of the Document
|
|
168
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/body.html
|
|
169
|
+
*/
|
|
170
|
+
Tags["body"] = "body";
|
|
171
|
+
/**
|
|
172
|
+
* Bold
|
|
173
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/bold.html
|
|
174
|
+
*/
|
|
175
|
+
Tags["bold"] = "bold";
|
|
176
|
+
/**
|
|
177
|
+
* Boxed Text
|
|
178
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/boxed-text.html
|
|
179
|
+
*/
|
|
180
|
+
Tags["boxedText"] = "boxed-text";
|
|
181
|
+
/**
|
|
182
|
+
* Line Break
|
|
183
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/break.html
|
|
184
|
+
*/
|
|
185
|
+
Tags["break"] = "break";
|
|
186
|
+
/**
|
|
187
|
+
* Caption of a Figure, Table, etc.
|
|
188
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/caption.html
|
|
189
|
+
*/
|
|
190
|
+
Tags["caption"] = "caption";
|
|
191
|
+
/**
|
|
192
|
+
* Chapter Title in a Citation
|
|
193
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/chapter-title.html
|
|
194
|
+
*/
|
|
195
|
+
Tags["chapterTitle"] = "chapter-title";
|
|
196
|
+
/**
|
|
197
|
+
* Chemical Structure (Display)
|
|
198
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/chem-struct.html
|
|
199
|
+
*/
|
|
200
|
+
Tags["chemStruct"] = "chem-struct";
|
|
201
|
+
/**
|
|
202
|
+
* Chemical Structure Wrapper
|
|
203
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/chem-struct-wrap.html
|
|
204
|
+
*/
|
|
205
|
+
Tags["chemStructWrap"] = "chem-struct-wrap";
|
|
206
|
+
/**
|
|
207
|
+
* Citation Alternatives
|
|
208
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/citation-alternatives.html
|
|
209
|
+
*/
|
|
210
|
+
Tags["citationAlternatives"] = "citation-alternatives";
|
|
211
|
+
/**
|
|
212
|
+
* City
|
|
213
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/city.html
|
|
214
|
+
*/
|
|
215
|
+
Tags["city"] = "city";
|
|
216
|
+
/**
|
|
217
|
+
* Code
|
|
218
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/code.html
|
|
219
|
+
*/
|
|
220
|
+
Tags["code"] = "code";
|
|
221
|
+
/**
|
|
222
|
+
* Table Column (NISO JATS table model)
|
|
223
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/col.html
|
|
224
|
+
*/
|
|
225
|
+
Tags["col"] = "col";
|
|
226
|
+
/**
|
|
227
|
+
* Table Column Group (NISO JATS table model)
|
|
228
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/colgroup.html
|
|
229
|
+
*/
|
|
230
|
+
Tags["colgroup"] = "colgroup";
|
|
231
|
+
/**
|
|
232
|
+
* Collaborative (Group) Author
|
|
233
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/collab.html
|
|
234
|
+
*/
|
|
235
|
+
Tags["collab"] = "collab";
|
|
236
|
+
/**
|
|
237
|
+
* Collaboration Alternatives
|
|
238
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/collab-alternatives.html
|
|
239
|
+
*/
|
|
240
|
+
Tags["collabAlternatives"] = "collab-alternatives";
|
|
241
|
+
/**
|
|
242
|
+
* Comment in a Citation
|
|
243
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/comment.html
|
|
244
|
+
*/
|
|
245
|
+
Tags["comment"] = "comment";
|
|
246
|
+
/**
|
|
247
|
+
* Compound Keyword
|
|
248
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/compound-kwd.html
|
|
249
|
+
*/
|
|
250
|
+
Tags["compoundKwd"] = "compound-kwd";
|
|
251
|
+
/**
|
|
252
|
+
* Compound Keyword Part
|
|
253
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/compound-kwd-part.html
|
|
254
|
+
*/
|
|
255
|
+
Tags["compoundKwdPart"] = "compound-kwd-part";
|
|
256
|
+
/**
|
|
257
|
+
* Compound Subject Name
|
|
258
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/compound-subject.html
|
|
259
|
+
*/
|
|
260
|
+
Tags["compoundSubject"] = "compound-subject";
|
|
261
|
+
/**
|
|
262
|
+
* Compound Subject Part Name
|
|
263
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/compound-subject-part.html
|
|
264
|
+
*/
|
|
265
|
+
Tags["compoundSubjectPart"] = "compound-subject-part";
|
|
266
|
+
/**
|
|
267
|
+
* Conference Acronym
|
|
268
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/conf-acronym.html
|
|
269
|
+
*/
|
|
270
|
+
Tags["confAcronym"] = "conf-acronym";
|
|
271
|
+
/**
|
|
272
|
+
* Conference Date
|
|
273
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/conf-date.html
|
|
274
|
+
*/
|
|
275
|
+
Tags["confDate"] = "conf-date";
|
|
276
|
+
/**
|
|
277
|
+
* Conference Location
|
|
278
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/conf-loc.html
|
|
279
|
+
*/
|
|
280
|
+
Tags["confLoc"] = "conf-loc";
|
|
281
|
+
/**
|
|
282
|
+
* Conference Name
|
|
283
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/conf-name.html
|
|
284
|
+
*/
|
|
285
|
+
Tags["confName"] = "conf-name";
|
|
286
|
+
/**
|
|
287
|
+
* Conference Number
|
|
288
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/conf-num.html
|
|
289
|
+
*/
|
|
290
|
+
Tags["confNum"] = "conf-num";
|
|
291
|
+
/**
|
|
292
|
+
* Conference Sponsor
|
|
293
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/conf-sponsor.html
|
|
294
|
+
*/
|
|
295
|
+
Tags["confSponsor"] = "conf-sponsor";
|
|
296
|
+
/**
|
|
297
|
+
* Conference Theme
|
|
298
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/conf-theme.html
|
|
299
|
+
*/
|
|
300
|
+
Tags["confTheme"] = "conf-theme";
|
|
301
|
+
/**
|
|
302
|
+
* Conference Information
|
|
303
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/conference.html
|
|
304
|
+
*/
|
|
305
|
+
Tags["conference"] = "conference";
|
|
306
|
+
/**
|
|
307
|
+
* Contributor
|
|
308
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/contrib.html
|
|
309
|
+
*/
|
|
310
|
+
Tags["contrib"] = "contrib";
|
|
311
|
+
/**
|
|
312
|
+
* Contributor Group
|
|
313
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/contrib-group.html
|
|
314
|
+
*/
|
|
315
|
+
Tags["contribGroup"] = "contrib-group";
|
|
316
|
+
/**
|
|
317
|
+
* Contributor Identifier
|
|
318
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/contrib-id.html
|
|
319
|
+
*/
|
|
320
|
+
Tags["contribId"] = "contrib-id";
|
|
321
|
+
/**
|
|
322
|
+
* Contributed Resource Group
|
|
323
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/contributed-resource-group.html
|
|
324
|
+
*/
|
|
325
|
+
Tags["contributedResourceGroup"] = "contributed-resource-group";
|
|
326
|
+
/**
|
|
327
|
+
* Copyright Holder
|
|
328
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/copyright-holder.html
|
|
329
|
+
*/
|
|
330
|
+
Tags["copyrightHolder"] = "copyright-holder";
|
|
331
|
+
/**
|
|
332
|
+
* Copyright Statement
|
|
333
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/copyright-statement.html
|
|
334
|
+
*/
|
|
335
|
+
Tags["copyrightStatement"] = "copyright-statement";
|
|
336
|
+
/**
|
|
337
|
+
* Copyright Year
|
|
338
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/copyright-year.html
|
|
339
|
+
*/
|
|
340
|
+
Tags["copyrightYear"] = "copyright-year";
|
|
341
|
+
/**
|
|
342
|
+
* Country: in an Address
|
|
343
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/country.html
|
|
344
|
+
*/
|
|
345
|
+
Tags["country"] = "country";
|
|
346
|
+
/**
|
|
347
|
+
* Custom Metadata
|
|
348
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/custom-meta.html
|
|
349
|
+
*/
|
|
350
|
+
Tags["customMeta"] = "custom-meta";
|
|
351
|
+
/**
|
|
352
|
+
* Custom Metadata Group
|
|
353
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/custom-meta-group.html
|
|
354
|
+
*/
|
|
355
|
+
Tags["customMetaGroup"] = "custom-meta-group";
|
|
356
|
+
/**
|
|
357
|
+
* Data Title
|
|
358
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/data-title.html
|
|
359
|
+
*/
|
|
360
|
+
Tags["dataTitle"] = "data-title";
|
|
361
|
+
/**
|
|
362
|
+
* Date
|
|
363
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/date.html
|
|
364
|
+
*/
|
|
365
|
+
Tags["date"] = "date";
|
|
366
|
+
/**
|
|
367
|
+
* Date within a Citation
|
|
368
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/date-in-citation.html
|
|
369
|
+
*/
|
|
370
|
+
Tags["dateInCitation"] = "date-in-citation";
|
|
371
|
+
/**
|
|
372
|
+
* Day
|
|
373
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/day.html
|
|
374
|
+
*/
|
|
375
|
+
Tags["day"] = "day";
|
|
376
|
+
/**
|
|
377
|
+
* Definition List: Definition
|
|
378
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/def.html
|
|
379
|
+
*/
|
|
380
|
+
Tags["def"] = "def";
|
|
381
|
+
/**
|
|
382
|
+
* Definition List: Definition Head
|
|
383
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/def-head.html
|
|
384
|
+
*/
|
|
385
|
+
Tags["defHead"] = "def-head";
|
|
386
|
+
/**
|
|
387
|
+
* Definition List: Definition Item
|
|
388
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/def-item.html
|
|
389
|
+
*/
|
|
390
|
+
Tags["defItem"] = "def-item";
|
|
391
|
+
/**
|
|
392
|
+
* Definition List
|
|
393
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/def-list.html
|
|
394
|
+
*/
|
|
395
|
+
Tags["defList"] = "def-list";
|
|
396
|
+
/**
|
|
397
|
+
* Degree(s)
|
|
398
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/degrees.html
|
|
399
|
+
*/
|
|
400
|
+
Tags["degrees"] = "degrees";
|
|
401
|
+
/**
|
|
402
|
+
* Formula, Display
|
|
403
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/disp-formula.html
|
|
404
|
+
*/
|
|
405
|
+
Tags["dispFormula"] = "disp-formula";
|
|
406
|
+
/**
|
|
407
|
+
* Formula, Display Group
|
|
408
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/disp-formula-group.html
|
|
409
|
+
*/
|
|
410
|
+
Tags["dispFormulaGroup"] = "disp-formula-group";
|
|
411
|
+
/**
|
|
412
|
+
* Quote, Displayed
|
|
413
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/disp-quote.html
|
|
414
|
+
*/
|
|
415
|
+
Tags["dispQuote"] = "disp-quote";
|
|
416
|
+
/**
|
|
417
|
+
* Edition Statement, Cited
|
|
418
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/edition.html
|
|
419
|
+
*/
|
|
420
|
+
Tags["edition"] = "edition";
|
|
421
|
+
/**
|
|
422
|
+
* Element Citation
|
|
423
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/element-citation.html
|
|
424
|
+
*/
|
|
425
|
+
Tags["elementCitation"] = "element-citation";
|
|
426
|
+
/**
|
|
427
|
+
* Electronic Location Identifier
|
|
428
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/elocation-id.html
|
|
429
|
+
*/
|
|
430
|
+
Tags["elocationId"] = "elocation-id";
|
|
431
|
+
/**
|
|
432
|
+
* Email Address
|
|
433
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/email.html
|
|
434
|
+
*/
|
|
435
|
+
Tags["email"] = "email";
|
|
436
|
+
/**
|
|
437
|
+
* Era of Time
|
|
438
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/era.html
|
|
439
|
+
*/
|
|
440
|
+
Tags["era"] = "era";
|
|
441
|
+
/**
|
|
442
|
+
* Et Al.
|
|
443
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/etal.html
|
|
444
|
+
*/
|
|
445
|
+
Tags["etal"] = "etal";
|
|
446
|
+
/**
|
|
447
|
+
* Explanation
|
|
448
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/explanation.html
|
|
449
|
+
*/
|
|
450
|
+
Tags["explanation"] = "explanation";
|
|
451
|
+
/**
|
|
452
|
+
* External Link
|
|
453
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/ext-link.html
|
|
454
|
+
*/
|
|
455
|
+
Tags["extLink"] = "ext-link";
|
|
456
|
+
/**
|
|
457
|
+
* Extended-by Model
|
|
458
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/extended-by.html
|
|
459
|
+
*/
|
|
460
|
+
Tags["extendedBy"] = "extended-by";
|
|
461
|
+
/**
|
|
462
|
+
* Fax Number: in an Address
|
|
463
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/fax.html
|
|
464
|
+
*/
|
|
465
|
+
Tags["fax"] = "fax";
|
|
466
|
+
/**
|
|
467
|
+
* Figure
|
|
468
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/fig.html
|
|
469
|
+
*/
|
|
470
|
+
Tags["fig"] = "fig";
|
|
471
|
+
/**
|
|
472
|
+
* Fixed Case
|
|
473
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/fixed-case.html
|
|
474
|
+
*/
|
|
475
|
+
Tags["fixedCase"] = "fixed-case";
|
|
476
|
+
/**
|
|
477
|
+
* Footnote
|
|
478
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/fn.html
|
|
479
|
+
*/
|
|
480
|
+
Tags["fn"] = "fn";
|
|
481
|
+
/**
|
|
482
|
+
* Footnote Group
|
|
483
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/fn-group.html
|
|
484
|
+
*/
|
|
485
|
+
Tags["fnGroup"] = "fn-group";
|
|
486
|
+
/**
|
|
487
|
+
* First Page
|
|
488
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/fpage.html
|
|
489
|
+
*/
|
|
490
|
+
Tags["fpage"] = "fpage";
|
|
491
|
+
/**
|
|
492
|
+
* Front Matter
|
|
493
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/front.html
|
|
494
|
+
*/
|
|
495
|
+
Tags["front"] = "front";
|
|
496
|
+
/**
|
|
497
|
+
* Funding Group
|
|
498
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/funding-group.html
|
|
499
|
+
*/
|
|
500
|
+
Tags["fundingGroup"] = "funding-group";
|
|
501
|
+
/**
|
|
502
|
+
* Funding Source
|
|
503
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/funding-source.html
|
|
504
|
+
*/
|
|
505
|
+
Tags["fundingSource"] = "funding-source";
|
|
506
|
+
/**
|
|
507
|
+
* Funding Statement
|
|
508
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/funding-statement.html
|
|
509
|
+
*/
|
|
510
|
+
Tags["fundingStatement"] = "funding-statement";
|
|
511
|
+
/**
|
|
512
|
+
* Given (First) Names
|
|
513
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/given-names.html
|
|
514
|
+
*/
|
|
515
|
+
Tags["givenNames"] = "given-names";
|
|
516
|
+
/**
|
|
517
|
+
* Glossary Elements List
|
|
518
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/glossary.html
|
|
519
|
+
*/
|
|
520
|
+
Tags["glossary"] = "glossary";
|
|
521
|
+
/**
|
|
522
|
+
* Glyph Data for a Private Character
|
|
523
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/glyph-data.html
|
|
524
|
+
*/
|
|
525
|
+
Tags["glyphData"] = "glyph-data";
|
|
526
|
+
/**
|
|
527
|
+
* Glyph Reference for a Private Character
|
|
528
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/glyph-ref.html
|
|
529
|
+
*/
|
|
530
|
+
Tags["glyphRef"] = "glyph-ref";
|
|
531
|
+
/**
|
|
532
|
+
* Government Report, Cited
|
|
533
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/gov.html
|
|
534
|
+
*/
|
|
535
|
+
Tags["gov"] = "gov";
|
|
536
|
+
/**
|
|
537
|
+
* Graphic
|
|
538
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/graphic.html
|
|
539
|
+
*/
|
|
540
|
+
Tags["graphic"] = "graphic";
|
|
541
|
+
/**
|
|
542
|
+
* Horizontal Rule
|
|
543
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/hr.html
|
|
544
|
+
*/
|
|
545
|
+
Tags["hr"] = "hr";
|
|
546
|
+
/**
|
|
547
|
+
* Index Term
|
|
548
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/index-term.html
|
|
549
|
+
*/
|
|
550
|
+
Tags["indexTerm"] = "index-term";
|
|
551
|
+
/**
|
|
552
|
+
* Index Term Range End
|
|
553
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/index-term-range-end.html
|
|
554
|
+
*/
|
|
555
|
+
Tags["indexTermRangeEnd"] = "index-term-range-end";
|
|
556
|
+
/**
|
|
557
|
+
* Formula, Inline
|
|
558
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/inline-formula.html
|
|
559
|
+
*/
|
|
560
|
+
Tags["inlineFormula"] = "inline-formula";
|
|
561
|
+
/**
|
|
562
|
+
* Graphic, Inline
|
|
563
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/inline-graphic.html
|
|
564
|
+
*/
|
|
565
|
+
Tags["inlineGraphic"] = "inline-graphic";
|
|
566
|
+
/**
|
|
567
|
+
* Inline Media Object
|
|
568
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/inline-media.html
|
|
569
|
+
*/
|
|
570
|
+
Tags["inlineMedia"] = "inline-media";
|
|
571
|
+
/**
|
|
572
|
+
* Inline Supplementary Material Metadata
|
|
573
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/inline-supplementary-material.html
|
|
574
|
+
*/
|
|
575
|
+
Tags["inlineSupplementaryMaterial"] = "inline-supplementary-material";
|
|
576
|
+
/**
|
|
577
|
+
* Institution Name: in an Address
|
|
578
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/institution.html
|
|
579
|
+
*/
|
|
580
|
+
Tags["institution"] = "institution";
|
|
581
|
+
/**
|
|
582
|
+
* Institution Identifier
|
|
583
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/institution-id.html
|
|
584
|
+
*/
|
|
585
|
+
Tags["institutionId"] = "institution-id";
|
|
586
|
+
/**
|
|
587
|
+
* Institution Wrapper
|
|
588
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/institution-wrap.html
|
|
589
|
+
*/
|
|
590
|
+
Tags["institutionWrap"] = "institution-wrap";
|
|
591
|
+
/**
|
|
592
|
+
* ISBN
|
|
593
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/isbn.html
|
|
594
|
+
*/
|
|
595
|
+
Tags["isbn"] = "isbn";
|
|
596
|
+
/**
|
|
597
|
+
* ISSN International Standard Serial Number
|
|
598
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/issn.html
|
|
599
|
+
*/
|
|
600
|
+
Tags["issn"] = "issn";
|
|
601
|
+
/**
|
|
602
|
+
* ISSN-L (Linking ISSN)
|
|
603
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/issn-l.html
|
|
604
|
+
*/
|
|
605
|
+
Tags["issn-l"] = "issn-l";
|
|
606
|
+
/**
|
|
607
|
+
* Issue Number
|
|
608
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/issue.html
|
|
609
|
+
*/
|
|
610
|
+
Tags["issue"] = "issue";
|
|
611
|
+
/**
|
|
612
|
+
* Issue Identifier
|
|
613
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/issue-id.html
|
|
614
|
+
*/
|
|
615
|
+
Tags["issueId"] = "issue-id";
|
|
616
|
+
/**
|
|
617
|
+
* Issue Part
|
|
618
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/issue-part.html
|
|
619
|
+
*/
|
|
620
|
+
Tags["issuePart"] = "issue-part";
|
|
621
|
+
/**
|
|
622
|
+
* Issue Title
|
|
623
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/issue-title.html
|
|
624
|
+
*/
|
|
625
|
+
Tags["issueTitle"] = "issue-title";
|
|
626
|
+
/**
|
|
627
|
+
* Italic
|
|
628
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/italic.html
|
|
629
|
+
*/
|
|
630
|
+
Tags["italic"] = "italic";
|
|
631
|
+
/**
|
|
632
|
+
* Journal Identifier
|
|
633
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/journal-id.html
|
|
634
|
+
*/
|
|
635
|
+
Tags["journalId"] = "journal-id";
|
|
636
|
+
/**
|
|
637
|
+
* Keyword
|
|
638
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/kwd.html
|
|
639
|
+
*/
|
|
640
|
+
Tags["kwd"] = "kwd";
|
|
641
|
+
/**
|
|
642
|
+
* Keyword Group
|
|
643
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/kwd-group.html
|
|
644
|
+
*/
|
|
645
|
+
Tags["kwdGroup"] = "kwd-group";
|
|
646
|
+
/**
|
|
647
|
+
* Label (of an Equation, Figure, Reference, etc.)
|
|
648
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/label.html
|
|
649
|
+
*/
|
|
650
|
+
Tags["label"] = "label";
|
|
651
|
+
/**
|
|
652
|
+
* License Information
|
|
653
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/license.html
|
|
654
|
+
*/
|
|
655
|
+
Tags["license"] = "license";
|
|
656
|
+
/**
|
|
657
|
+
* License Paragraph
|
|
658
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/license-p.html
|
|
659
|
+
*/
|
|
660
|
+
Tags["license-p"] = "license-p";
|
|
661
|
+
/**
|
|
662
|
+
* List
|
|
663
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/list.html
|
|
664
|
+
*/
|
|
665
|
+
Tags["list"] = "list";
|
|
666
|
+
/**
|
|
667
|
+
* List Item
|
|
668
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/list-item.html
|
|
669
|
+
*/
|
|
670
|
+
Tags["listItem"] = "list-item";
|
|
671
|
+
/**
|
|
672
|
+
* Long Description
|
|
673
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/long-desc.html
|
|
674
|
+
*/
|
|
675
|
+
Tags["longDesc"] = "long-desc";
|
|
676
|
+
/**
|
|
677
|
+
* Last Page
|
|
678
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/lpage.html
|
|
679
|
+
*/
|
|
680
|
+
Tags["lpage"] = "lpage";
|
|
681
|
+
/**
|
|
682
|
+
* Media Object
|
|
683
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/media.html
|
|
684
|
+
*/
|
|
685
|
+
Tags["media"] = "media";
|
|
686
|
+
/**
|
|
687
|
+
* Metadata Data Name for Custom Metadata
|
|
688
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/meta-name.html
|
|
689
|
+
*/
|
|
690
|
+
Tags["metaName"] = "meta-name";
|
|
691
|
+
/**
|
|
692
|
+
* Metadata Data Value for Custom Metadata
|
|
693
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/meta-value.html
|
|
694
|
+
*/
|
|
695
|
+
Tags["metaValue"] = "meta-value";
|
|
696
|
+
/**
|
|
697
|
+
* Mixed Citation
|
|
698
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/mixed-citation.html
|
|
699
|
+
*/
|
|
700
|
+
Tags["mixedCitation"] = "mixed-citation";
|
|
701
|
+
/**
|
|
702
|
+
* Math (MathML Tag Set)
|
|
703
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/mml-math.html
|
|
704
|
+
*/
|
|
705
|
+
Tags["mml:math"] = "mml:math";
|
|
706
|
+
/**
|
|
707
|
+
* Monospace Text (Typewriter Text)
|
|
708
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/monospace.html
|
|
709
|
+
*/
|
|
710
|
+
Tags["monospace"] = "monospace";
|
|
711
|
+
/**
|
|
712
|
+
* Month
|
|
713
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/month.html
|
|
714
|
+
*/
|
|
715
|
+
Tags["month"] = "month";
|
|
716
|
+
/**
|
|
717
|
+
* Name of Person
|
|
718
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/name.html
|
|
719
|
+
*/
|
|
720
|
+
Tags["name"] = "name";
|
|
721
|
+
/**
|
|
722
|
+
* Name Alternatives
|
|
723
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/name-alternatives.html
|
|
724
|
+
*/
|
|
725
|
+
Tags["nameAlternatives"] = "name-alternatives";
|
|
726
|
+
/**
|
|
727
|
+
* Named Special (Subject) Content
|
|
728
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/named-content.html
|
|
729
|
+
*/
|
|
730
|
+
Tags["namedContent"] = "named-content";
|
|
731
|
+
/**
|
|
732
|
+
* Nested Keyword
|
|
733
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/nested-kwd.html
|
|
734
|
+
*/
|
|
735
|
+
Tags["nestedKwd"] = "nested-kwd";
|
|
736
|
+
/**
|
|
737
|
+
* NLM Citation
|
|
738
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/nlm-citation.html
|
|
739
|
+
*/
|
|
740
|
+
Tags["nlmCitation"] = "nlm-citation";
|
|
741
|
+
/**
|
|
742
|
+
* Object Identifier
|
|
743
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/object-id.html
|
|
744
|
+
*/
|
|
745
|
+
Tags["objectId"] = "object-id";
|
|
746
|
+
/**
|
|
747
|
+
* On Behalf of
|
|
748
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/on-behalf-of.html
|
|
749
|
+
*/
|
|
750
|
+
Tags["onBehalfOf"] = "on-behalf-of";
|
|
751
|
+
/**
|
|
752
|
+
* Open Access
|
|
753
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/open-access.html
|
|
754
|
+
*/
|
|
755
|
+
Tags["openAccess"] = "open-access";
|
|
756
|
+
/**
|
|
757
|
+
* Answer Option (for a question)
|
|
758
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/option.html
|
|
759
|
+
*/
|
|
760
|
+
Tags["option"] = "option";
|
|
761
|
+
/**
|
|
762
|
+
* Overline
|
|
763
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/overline.html
|
|
764
|
+
*/
|
|
765
|
+
Tags["overline"] = "overline";
|
|
766
|
+
/**
|
|
767
|
+
* Paragraph
|
|
768
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/p.html
|
|
769
|
+
*/
|
|
770
|
+
Tags["p"] = "p";
|
|
771
|
+
/**
|
|
772
|
+
* Page Count
|
|
773
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/page-count.html
|
|
774
|
+
*/
|
|
775
|
+
Tags["pageCount"] = "page-count";
|
|
776
|
+
/**
|
|
777
|
+
* Page Ranges
|
|
778
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/page-range.html
|
|
779
|
+
*/
|
|
780
|
+
Tags["pageRange"] = "page-range";
|
|
781
|
+
/**
|
|
782
|
+
* Part Title in a Citation
|
|
783
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/part-title.html
|
|
784
|
+
*/
|
|
785
|
+
Tags["partTitle"] = "part-title";
|
|
786
|
+
/**
|
|
787
|
+
* Patent Number, Cited
|
|
788
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/patent.html
|
|
789
|
+
*/
|
|
790
|
+
Tags["patent"] = "patent";
|
|
791
|
+
/**
|
|
792
|
+
* Permissions
|
|
793
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/permissions.html
|
|
794
|
+
*/
|
|
795
|
+
Tags["permissions"] = "permissions";
|
|
796
|
+
/**
|
|
797
|
+
* Person Group for a Cited Publication
|
|
798
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/person-group.html
|
|
799
|
+
*/
|
|
800
|
+
Tags["personGroup"] = "person-group";
|
|
801
|
+
/**
|
|
802
|
+
* Phone Number: in an Address
|
|
803
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/phone.html
|
|
804
|
+
*/
|
|
805
|
+
Tags["phone"] = "phone";
|
|
806
|
+
/**
|
|
807
|
+
* Postal Code
|
|
808
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/postal-code.html
|
|
809
|
+
*/
|
|
810
|
+
Tags["postalCode"] = "postal-code";
|
|
811
|
+
/**
|
|
812
|
+
* Prefix
|
|
813
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/prefix.html
|
|
814
|
+
*/
|
|
815
|
+
Tags["prefix"] = "prefix";
|
|
816
|
+
/**
|
|
817
|
+
* Preformatted Text
|
|
818
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/preformat.html
|
|
819
|
+
*/
|
|
820
|
+
Tags["preformat"] = "preformat";
|
|
821
|
+
/**
|
|
822
|
+
* Price
|
|
823
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/price.html
|
|
824
|
+
*/
|
|
825
|
+
Tags["price"] = "price";
|
|
826
|
+
/**
|
|
827
|
+
* Principal Award Recipient
|
|
828
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/principal-award-recipient.html
|
|
829
|
+
*/
|
|
830
|
+
Tags["principalAwardRecipient"] = "principal-award-recipient";
|
|
831
|
+
/**
|
|
832
|
+
* Principal Investigator
|
|
833
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/principal-investigator.html
|
|
834
|
+
*/
|
|
835
|
+
Tags["principalInvestigator"] = "principal-investigator";
|
|
836
|
+
/**
|
|
837
|
+
* Private Character (Custom or Unicode)
|
|
838
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/private-char.html
|
|
839
|
+
*/
|
|
840
|
+
Tags["privateChar"] = "private-char";
|
|
841
|
+
/**
|
|
842
|
+
* Processing Metadata
|
|
843
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/processing-meta.html
|
|
844
|
+
*/
|
|
845
|
+
Tags["processingMeta"] = "processing-meta";
|
|
846
|
+
/**
|
|
847
|
+
* Product Information
|
|
848
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/product.html
|
|
849
|
+
*/
|
|
850
|
+
Tags["product"] = "product";
|
|
851
|
+
/**
|
|
852
|
+
* Publication Identifier for a Cited Publication
|
|
853
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/pub-id.html
|
|
854
|
+
*/
|
|
855
|
+
Tags["pubId"] = "pub-id";
|
|
856
|
+
/**
|
|
857
|
+
* Publisher’s Location
|
|
858
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/publisher-loc.html
|
|
859
|
+
*/
|
|
860
|
+
Tags["publisherLoc"] = "publisher-loc";
|
|
861
|
+
/**
|
|
862
|
+
* Publisher’s Name
|
|
863
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/publisher-name.html
|
|
864
|
+
*/
|
|
865
|
+
Tags["publisherName"] = "publisher-name";
|
|
866
|
+
/**
|
|
867
|
+
* Question
|
|
868
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/question.html
|
|
869
|
+
*/
|
|
870
|
+
Tags["question"] = "question";
|
|
871
|
+
/**
|
|
872
|
+
* Question Preamble
|
|
873
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/question-preamble.html
|
|
874
|
+
*/
|
|
875
|
+
Tags["questionPreamble"] = "question-preamble";
|
|
876
|
+
/**
|
|
877
|
+
* Question Wrapper
|
|
878
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/question-wrap.html
|
|
879
|
+
*/
|
|
880
|
+
Tags["questionWrap"] = "question-wrap";
|
|
881
|
+
/**
|
|
882
|
+
* Question Wrapper Group
|
|
883
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/question-wrap-group.html
|
|
884
|
+
*/
|
|
885
|
+
Tags["questionWrapGroup"] = "question-wrap-group";
|
|
886
|
+
/**
|
|
887
|
+
* Ruby Base Text
|
|
888
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/rb.html
|
|
889
|
+
*/
|
|
890
|
+
Tags["rb"] = "rb";
|
|
891
|
+
/**
|
|
892
|
+
* Reference Item
|
|
893
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/ref.html
|
|
894
|
+
*/
|
|
895
|
+
Tags["ref"] = "ref";
|
|
896
|
+
/**
|
|
897
|
+
* Reference List (Bibliographic)
|
|
898
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/ref-list.html
|
|
899
|
+
*/
|
|
900
|
+
Tags["refList"] = "ref-list";
|
|
901
|
+
/**
|
|
902
|
+
* Related Article Information
|
|
903
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/related-article.html
|
|
904
|
+
*/
|
|
905
|
+
Tags["relatedArticle"] = "related-article";
|
|
906
|
+
/**
|
|
907
|
+
* Related Object Information
|
|
908
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/related-object.html
|
|
909
|
+
*/
|
|
910
|
+
Tags["relatedObject"] = "related-object";
|
|
911
|
+
/**
|
|
912
|
+
* Resource Group
|
|
913
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/resource-group.html
|
|
914
|
+
*/
|
|
915
|
+
Tags["resourceGroup"] = "resource-group";
|
|
916
|
+
/**
|
|
917
|
+
* Resource Identifier
|
|
918
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/resource-id.html
|
|
919
|
+
*/
|
|
920
|
+
Tags["resourceId"] = "resource-id";
|
|
921
|
+
/**
|
|
922
|
+
* Resource Name
|
|
923
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/resource-name.html
|
|
924
|
+
*/
|
|
925
|
+
Tags["resourceName"] = "resource-name";
|
|
926
|
+
/**
|
|
927
|
+
* Resource Wrap
|
|
928
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/resource-wrap.html
|
|
929
|
+
*/
|
|
930
|
+
Tags["resourceWrap"] = "resource-wrap";
|
|
931
|
+
/**
|
|
932
|
+
* Restricted-by Model
|
|
933
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/restricted-by.html
|
|
934
|
+
*/
|
|
935
|
+
Tags["restrictedBy"] = "restricted-by";
|
|
936
|
+
/**
|
|
937
|
+
* Role or Function Title of Contributor
|
|
938
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/role.html
|
|
939
|
+
*/
|
|
940
|
+
Tags["role"] = "role";
|
|
941
|
+
/**
|
|
942
|
+
* Roman
|
|
943
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/roman.html
|
|
944
|
+
*/
|
|
945
|
+
Tags["roman"] = "roman";
|
|
946
|
+
/**
|
|
947
|
+
* Ruby Textual Annotation
|
|
948
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/rt.html
|
|
949
|
+
*/
|
|
950
|
+
Tags["rt"] = "rt";
|
|
951
|
+
/**
|
|
952
|
+
* Ruby Annotation Wrapper
|
|
953
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/ruby.html
|
|
954
|
+
*/
|
|
955
|
+
Tags["ruby"] = "ruby";
|
|
956
|
+
/**
|
|
957
|
+
* Sans Serif
|
|
958
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/sans-serif.html
|
|
959
|
+
*/
|
|
960
|
+
Tags["sansSerif"] = "sans-serif";
|
|
961
|
+
/**
|
|
962
|
+
* Small Caps
|
|
963
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/sc.html
|
|
964
|
+
*/
|
|
965
|
+
Tags["sc"] = "sc";
|
|
966
|
+
/**
|
|
967
|
+
* Season
|
|
968
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/season.html
|
|
969
|
+
*/
|
|
970
|
+
Tags["season"] = "season";
|
|
971
|
+
/**
|
|
972
|
+
* Section
|
|
973
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/sec.html
|
|
974
|
+
*/
|
|
975
|
+
Tags["sec"] = "sec";
|
|
976
|
+
/**
|
|
977
|
+
* Section Metadata
|
|
978
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/sec-meta.html
|
|
979
|
+
*/
|
|
980
|
+
Tags["secMeta"] = "sec-meta";
|
|
981
|
+
/**
|
|
982
|
+
* See
|
|
983
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/see.html
|
|
984
|
+
*/
|
|
985
|
+
Tags["see"] = "see";
|
|
986
|
+
/**
|
|
987
|
+
* See-Also
|
|
988
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/see-also.html
|
|
989
|
+
*/
|
|
990
|
+
Tags["seeAlso"] = "see-also";
|
|
991
|
+
/**
|
|
992
|
+
* URI for This Same Article Online
|
|
993
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/self-uri.html
|
|
994
|
+
*/
|
|
995
|
+
Tags["selfUri"] = "self-uri";
|
|
996
|
+
/**
|
|
997
|
+
* Series
|
|
998
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/series.html
|
|
999
|
+
*/
|
|
1000
|
+
Tags["series"] = "series";
|
|
1001
|
+
/**
|
|
1002
|
+
* Size
|
|
1003
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/size.html
|
|
1004
|
+
*/
|
|
1005
|
+
Tags["size"] = "size";
|
|
1006
|
+
/**
|
|
1007
|
+
* Source
|
|
1008
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/source.html
|
|
1009
|
+
*/
|
|
1010
|
+
Tags["source"] = "source";
|
|
1011
|
+
/**
|
|
1012
|
+
* Speaker
|
|
1013
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/speaker.html
|
|
1014
|
+
*/
|
|
1015
|
+
Tags["speaker"] = "speaker";
|
|
1016
|
+
/**
|
|
1017
|
+
* Speech
|
|
1018
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/speech.html
|
|
1019
|
+
*/
|
|
1020
|
+
Tags["speech"] = "speech";
|
|
1021
|
+
/**
|
|
1022
|
+
* State or Province
|
|
1023
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/state.html
|
|
1024
|
+
*/
|
|
1025
|
+
Tags["state"] = "state";
|
|
1026
|
+
/**
|
|
1027
|
+
* Statement, Formal
|
|
1028
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/statement.html
|
|
1029
|
+
*/
|
|
1030
|
+
Tags["statement"] = "statement";
|
|
1031
|
+
/**
|
|
1032
|
+
* Standard, Cited
|
|
1033
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/std.html
|
|
1034
|
+
*/
|
|
1035
|
+
Tags["std"] = "std";
|
|
1036
|
+
/**
|
|
1037
|
+
* Standards Organization
|
|
1038
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/std-organization.html
|
|
1039
|
+
*/
|
|
1040
|
+
Tags["stdOrganization"] = "std-organization";
|
|
1041
|
+
/**
|
|
1042
|
+
* Strike Through
|
|
1043
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/strike.html
|
|
1044
|
+
*/
|
|
1045
|
+
Tags["strike"] = "strike";
|
|
1046
|
+
/**
|
|
1047
|
+
* Date as a String
|
|
1048
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/string-date.html
|
|
1049
|
+
*/
|
|
1050
|
+
Tags["stringDate"] = "string-date";
|
|
1051
|
+
/**
|
|
1052
|
+
* Name of Person (Unstructured)
|
|
1053
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/string-name.html
|
|
1054
|
+
*/
|
|
1055
|
+
Tags["stringName"] = "string-name";
|
|
1056
|
+
/**
|
|
1057
|
+
* Styled Special (Subject) Content
|
|
1058
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/styled-content.html
|
|
1059
|
+
*/
|
|
1060
|
+
Tags["styledContent"] = "styled-content";
|
|
1061
|
+
/**
|
|
1062
|
+
* Subscript
|
|
1063
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/sub.html
|
|
1064
|
+
*/
|
|
1065
|
+
Tags["sub"] = "sub";
|
|
1066
|
+
/**
|
|
1067
|
+
* Subject Group
|
|
1068
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/subj-group.html
|
|
1069
|
+
*/
|
|
1070
|
+
Tags["subjGroup"] = "subj-group";
|
|
1071
|
+
/**
|
|
1072
|
+
* Subject Grouping Name
|
|
1073
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/subject.html
|
|
1074
|
+
*/
|
|
1075
|
+
Tags["subject"] = "subject";
|
|
1076
|
+
/**
|
|
1077
|
+
* Document Subtitle
|
|
1078
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/subtitle.html
|
|
1079
|
+
*/
|
|
1080
|
+
Tags["subtitle"] = "subtitle";
|
|
1081
|
+
/**
|
|
1082
|
+
* Suffix
|
|
1083
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/suffix.html
|
|
1084
|
+
*/
|
|
1085
|
+
Tags["suffix"] = "suffix";
|
|
1086
|
+
/**
|
|
1087
|
+
* Superscript
|
|
1088
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/sup.html
|
|
1089
|
+
*/
|
|
1090
|
+
Tags["sup"] = "sup";
|
|
1091
|
+
/**
|
|
1092
|
+
* Supplement Information
|
|
1093
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/supplement.html
|
|
1094
|
+
*/
|
|
1095
|
+
Tags["supplement"] = "supplement";
|
|
1096
|
+
/**
|
|
1097
|
+
* Supplementary Material Metadata
|
|
1098
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/supplementary-material.html
|
|
1099
|
+
*/
|
|
1100
|
+
Tags["supplementaryMaterial"] = "supplementary-material";
|
|
1101
|
+
/**
|
|
1102
|
+
* Support Description
|
|
1103
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/support-description.html
|
|
1104
|
+
*/
|
|
1105
|
+
Tags["supportDescription"] = "support-description";
|
|
1106
|
+
/**
|
|
1107
|
+
* Support Group
|
|
1108
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/support-group.html
|
|
1109
|
+
*/
|
|
1110
|
+
Tags["supportGroup"] = "support-group";
|
|
1111
|
+
/**
|
|
1112
|
+
* Support Source
|
|
1113
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/support-source.html
|
|
1114
|
+
*/
|
|
1115
|
+
Tags["supportSource"] = "support-source";
|
|
1116
|
+
/**
|
|
1117
|
+
* Surname
|
|
1118
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/surname.html
|
|
1119
|
+
*/
|
|
1120
|
+
Tags["surname"] = "surname";
|
|
1121
|
+
/**
|
|
1122
|
+
* Table (NISO JATS table model)
|
|
1123
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/table.html
|
|
1124
|
+
*/
|
|
1125
|
+
Tags["table"] = "table";
|
|
1126
|
+
/**
|
|
1127
|
+
* Table Wrapper
|
|
1128
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/table-wrap.html
|
|
1129
|
+
*/
|
|
1130
|
+
Tags["tableWrap"] = "table-wrap";
|
|
1131
|
+
/**
|
|
1132
|
+
* Table Wrapper Footer
|
|
1133
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/table-wrap-foot.html
|
|
1134
|
+
*/
|
|
1135
|
+
Tags["tableWrapFoot"] = "table-wrap-foot";
|
|
1136
|
+
/**
|
|
1137
|
+
* Target of an Internal Link
|
|
1138
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/target.html
|
|
1139
|
+
*/
|
|
1140
|
+
Tags["target"] = "target";
|
|
1141
|
+
/**
|
|
1142
|
+
* Table Body (NISO JATS table model)
|
|
1143
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/tbody.html
|
|
1144
|
+
*/
|
|
1145
|
+
Tags["tbody"] = "tbody";
|
|
1146
|
+
/**
|
|
1147
|
+
* Table Data Cell (NISO JATS table model)
|
|
1148
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/td.html
|
|
1149
|
+
*/
|
|
1150
|
+
Tags["td"] = "td";
|
|
1151
|
+
/**
|
|
1152
|
+
* Definition List: Term
|
|
1153
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/term.html
|
|
1154
|
+
*/
|
|
1155
|
+
Tags["term"] = "term";
|
|
1156
|
+
/**
|
|
1157
|
+
* Definition List: Term Head
|
|
1158
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/term-head.html
|
|
1159
|
+
*/
|
|
1160
|
+
Tags["termHead"] = "term-head";
|
|
1161
|
+
/**
|
|
1162
|
+
* Textual Form
|
|
1163
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/textual-form.html
|
|
1164
|
+
*/
|
|
1165
|
+
Tags["textualForm"] = "textual-form";
|
|
1166
|
+
/**
|
|
1167
|
+
* Table Footer (NISO JATS table model)
|
|
1168
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/tfoot.html
|
|
1169
|
+
*/
|
|
1170
|
+
Tags["tfoot"] = "tfoot";
|
|
1171
|
+
/**
|
|
1172
|
+
* Table Header Cell (NISO JATS table model)
|
|
1173
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/th.html
|
|
1174
|
+
*/
|
|
1175
|
+
Tags["th"] = "th";
|
|
1176
|
+
/**
|
|
1177
|
+
* Table Header (NISO JATS table model)
|
|
1178
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/thead.html
|
|
1179
|
+
*/
|
|
1180
|
+
Tags["thead"] = "thead";
|
|
1181
|
+
/**
|
|
1182
|
+
* Time Stamp for Cited Work
|
|
1183
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/time-stamp.html
|
|
1184
|
+
*/
|
|
1185
|
+
Tags["timeStamp"] = "time-stamp";
|
|
1186
|
+
/**
|
|
1187
|
+
* Title
|
|
1188
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/title.html
|
|
1189
|
+
*/
|
|
1190
|
+
Tags["title"] = "title";
|
|
1191
|
+
/**
|
|
1192
|
+
* Title Group
|
|
1193
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/title-group.html
|
|
1194
|
+
*/
|
|
1195
|
+
Tags["titleGroup"] = "title-group";
|
|
1196
|
+
/**
|
|
1197
|
+
* Table Row (NISO JATS table model)
|
|
1198
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/tr.html
|
|
1199
|
+
*/
|
|
1200
|
+
Tags["tr"] = "tr";
|
|
1201
|
+
/**
|
|
1202
|
+
* Translated Source
|
|
1203
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/trans-source.html
|
|
1204
|
+
*/
|
|
1205
|
+
Tags["transSource"] = "trans-source";
|
|
1206
|
+
/**
|
|
1207
|
+
* Translated Title
|
|
1208
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/trans-title.html
|
|
1209
|
+
*/
|
|
1210
|
+
Tags["transTitle"] = "trans-title";
|
|
1211
|
+
/**
|
|
1212
|
+
* Underline
|
|
1213
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/underline.html
|
|
1214
|
+
*/
|
|
1215
|
+
Tags["underline"] = "underline";
|
|
1216
|
+
/**
|
|
1217
|
+
* Uniform Resource Identifier (URI)
|
|
1218
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/uri.html
|
|
1219
|
+
*/
|
|
1220
|
+
Tags["uri"] = "uri";
|
|
1221
|
+
/**
|
|
1222
|
+
* Verse Form for Poetry
|
|
1223
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/verse-group.html
|
|
1224
|
+
*/
|
|
1225
|
+
Tags["verseGroup"] = "verse-group";
|
|
1226
|
+
/**
|
|
1227
|
+
* Line of a Verse
|
|
1228
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/verse-line.html
|
|
1229
|
+
*/
|
|
1230
|
+
Tags["verseLine"] = "verse-line";
|
|
1231
|
+
/**
|
|
1232
|
+
* Version Statement
|
|
1233
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/version.html
|
|
1234
|
+
*/
|
|
1235
|
+
Tags["version"] = "version";
|
|
1236
|
+
/**
|
|
1237
|
+
* Volume Number
|
|
1238
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/volume.html
|
|
1239
|
+
*/
|
|
1240
|
+
Tags["volume"] = "volume";
|
|
1241
|
+
/**
|
|
1242
|
+
* Volume Identifier
|
|
1243
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/volume-id.html
|
|
1244
|
+
*/
|
|
1245
|
+
Tags["volumeId"] = "volume-id";
|
|
1246
|
+
/**
|
|
1247
|
+
* Volume Series
|
|
1248
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/volume-series.html
|
|
1249
|
+
*/
|
|
1250
|
+
Tags["volumeSeries"] = "volume-series";
|
|
1251
|
+
/**
|
|
1252
|
+
* X (cross) Reference
|
|
1253
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/xref.html
|
|
1254
|
+
*/
|
|
1255
|
+
Tags["xref"] = "xref";
|
|
1256
|
+
/**
|
|
1257
|
+
* Year
|
|
1258
|
+
* See: https://jats.nlm.nih.gov/articleauthoring/tag-library/1.3/element/year.html
|
|
1259
|
+
*/
|
|
1260
|
+
Tags["year"] = "year";
|
|
1261
|
+
/**
|
|
1262
|
+
* Sub Article
|
|
1263
|
+
*
|
|
1264
|
+
* Not available in articleauthoring!
|
|
1265
|
+
*
|
|
1266
|
+
* See: https://jats.nlm.nih.gov/publishing/tag-library/1.3/element/sub-article.html
|
|
1267
|
+
*/
|
|
1268
|
+
Tags["subArticle"] = "sub-article";
|
|
1269
|
+
/**
|
|
1270
|
+
* Article Identifier
|
|
1271
|
+
*
|
|
1272
|
+
* Not available in articleauthoring!
|
|
1273
|
+
*
|
|
1274
|
+
* See: https://jats.nlm.nih.gov/publishing/tag-library/1.3/element/article-id.html
|
|
1275
|
+
*/
|
|
1276
|
+
Tags["articleId"] = "article-id";
|
|
1277
|
+
/**
|
|
1278
|
+
* Publication Date
|
|
1279
|
+
*
|
|
1280
|
+
* Not available in articleauthoring!
|
|
1281
|
+
*
|
|
1282
|
+
* See: https://jats.nlm.nih.gov/publishing/tag-library/1.3/element/pub-date.html
|
|
1283
|
+
*/
|
|
1284
|
+
Tags["pubDate"] = "pub-date";
|
|
1285
|
+
/**
|
|
1286
|
+
* Article Grouping Data
|
|
1287
|
+
*
|
|
1288
|
+
* Not available in articleauthoring!
|
|
1289
|
+
*
|
|
1290
|
+
* See: https://jats.nlm.nih.gov/archiving/tag-library/1.3/element/article-categories.html
|
|
1291
|
+
*/
|
|
1292
|
+
Tags["articleCategories"] = "article-categories";
|
|
1293
|
+
/**
|
|
1294
|
+
* Journal Title
|
|
1295
|
+
*
|
|
1296
|
+
* Not available in articleauthoring!
|
|
1297
|
+
*
|
|
1298
|
+
* See: https://jats.nlm.nih.gov/archiving/tag-library/1.3/element/journal-title.html
|
|
1299
|
+
*/
|
|
1300
|
+
Tags["journalTitle"] = "journal-title";
|
|
1301
|
+
})(Tags = exports.Tags || (exports.Tags = {}));
|