@manuscripts/transform 4.3.22 → 4.3.24

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.
Files changed (71) hide show
  1. package/README.md +2 -2
  2. package/dist/cjs/jats/__tests__/jats-exporter.test.js +11 -45
  3. package/dist/cjs/jats/__tests__/jats-importer.test.js +54 -76
  4. package/dist/cjs/jats/__tests__/jats-roundtrip.test.js +1 -2
  5. package/dist/cjs/jats/__tests__/utils.js +4 -17
  6. package/dist/cjs/jats/exporter/jats-exporter.js +190 -279
  7. package/dist/cjs/jats/importer/jats-dom-parser.js +16 -42
  8. package/dist/cjs/jats/importer/jats-parser-utils.js +5 -29
  9. package/dist/cjs/jats/importer/jats-transformations.js +10 -0
  10. package/dist/cjs/jats/importer/parse-jats-article.js +1 -6
  11. package/dist/cjs/schema/__tests__/docs.js +1830 -0
  12. package/dist/cjs/schema/__tests__/migration.test.js +3 -37
  13. package/dist/cjs/schema/migration/migration-scripts/4.3.12.js +39 -0
  14. package/dist/cjs/schema/migration/migration-scripts/index.js +2 -0
  15. package/dist/cjs/schema/nodes/blockquote_element.js +0 -2
  16. package/dist/cjs/schema/nodes/comment.js +2 -1
  17. package/dist/cjs/schema/nodes/contributor.js +11 -11
  18. package/dist/cjs/schema/nodes/equation.js +1 -3
  19. package/dist/cjs/schema/nodes/list.js +0 -2
  20. package/dist/cjs/schema/nodes/listing.js +1 -3
  21. package/dist/cjs/schema/nodes/paragraph.js +0 -2
  22. package/dist/cjs/schema/nodes/pullquote_element.js +0 -2
  23. package/dist/cjs/transformer/id.js +2 -14
  24. package/dist/cjs/transformer/node-names.js +6 -1
  25. package/dist/cjs/transformer/node-types.js +1 -47
  26. package/dist/cjs/version.js +1 -1
  27. package/dist/es/jats/__tests__/jats-exporter.test.js +11 -45
  28. package/dist/es/jats/__tests__/jats-importer.test.js +54 -76
  29. package/dist/es/jats/__tests__/jats-roundtrip.test.js +1 -2
  30. package/dist/es/jats/__tests__/utils.js +4 -17
  31. package/dist/es/jats/exporter/jats-exporter.js +190 -279
  32. package/dist/es/jats/importer/jats-dom-parser.js +16 -42
  33. package/dist/es/jats/importer/jats-parser-utils.js +6 -30
  34. package/dist/es/jats/importer/jats-transformations.js +10 -0
  35. package/dist/es/jats/importer/parse-jats-article.js +1 -6
  36. package/dist/es/schema/__tests__/docs.js +1827 -0
  37. package/dist/es/schema/__tests__/migration.test.js +3 -4
  38. package/dist/es/schema/migration/migration-scripts/4.3.12.js +37 -0
  39. package/dist/es/schema/migration/migration-scripts/index.js +2 -0
  40. package/dist/es/schema/nodes/blockquote_element.js +0 -2
  41. package/dist/es/schema/nodes/comment.js +2 -1
  42. package/dist/es/schema/nodes/contributor.js +11 -11
  43. package/dist/es/schema/nodes/equation.js +1 -3
  44. package/dist/es/schema/nodes/list.js +0 -2
  45. package/dist/es/schema/nodes/listing.js +1 -3
  46. package/dist/es/schema/nodes/paragraph.js +0 -2
  47. package/dist/es/schema/nodes/pullquote_element.js +0 -2
  48. package/dist/es/transformer/id.js +2 -14
  49. package/dist/es/transformer/node-names.js +4 -0
  50. package/dist/es/transformer/node-types.js +1 -47
  51. package/dist/es/version.js +1 -1
  52. package/dist/types/jats/__tests__/utils.d.ts +1 -11
  53. package/dist/types/jats/exporter/jats-exporter.d.ts +5 -10
  54. package/dist/types/jats/importer/jats-dom-parser.d.ts +0 -15
  55. package/dist/types/jats/importer/parse-jats-article.d.ts +1 -11
  56. package/dist/types/schema/__tests__/docs.d.ts +2 -0
  57. package/dist/types/schema/migration/migration-scripts/4.3.12.d.ts +8 -0
  58. package/dist/types/schema/migration/migration-scripts/index.d.ts +2 -1
  59. package/dist/types/schema/nodes/comment.d.ts +2 -2
  60. package/dist/types/schema/nodes/contributor.d.ts +11 -21
  61. package/dist/types/schema/types.d.ts +22 -0
  62. package/dist/types/transformer/node-names.d.ts +1 -0
  63. package/dist/types/transformer/node-types.d.ts +0 -2
  64. package/dist/types/version.d.ts +1 -1
  65. package/package.json +2 -2
  66. package/dist/cjs/jats/importer/jats-journal-meta-parser.js +0 -103
  67. package/dist/cjs/lib/styled-content.js +0 -28
  68. package/dist/es/jats/importer/jats-journal-meta-parser.js +0 -95
  69. package/dist/es/lib/styled-content.js +0 -23
  70. package/dist/types/jats/importer/jats-journal-meta-parser.d.ts +0 -46
  71. package/dist/types/lib/styled-content.d.ts +0 -22
@@ -0,0 +1,1827 @@
1
+ export const v2_3_20 = {
2
+ type: 'manuscript',
3
+ attrs: {
4
+ id: 'MPManuscript:8EB79C14-9F61-483A-902F-A0B8EF5973C9',
5
+ doi: '',
6
+ },
7
+ content: [
8
+ {
9
+ type: 'title',
10
+ attrs: {
11
+ id: 'MPTitles:8EB79C14-9F61-483A-902F-A0B8EF5973C1',
12
+ placeholder: 'Insert title here...',
13
+ dataTracked: null,
14
+ },
15
+ content: [
16
+ {
17
+ type: 'text',
18
+ text: 'main title',
19
+ },
20
+ ],
21
+ },
22
+ {
23
+ type: 'contributors',
24
+ attrs: {
25
+ id: '',
26
+ },
27
+ content: [
28
+ {
29
+ type: 'contributor',
30
+ attrs: {
31
+ id: 'MPContributor:585DB23A-8778-4AFF-986F-CFF7B733CDE6',
32
+ role: 'author',
33
+ email: 'user@example.com',
34
+ affiliations: [
35
+ 'MPAffiliation:DED56C09-42E2-4AB4-BA15-9260389E2B08',
36
+ ],
37
+ bibliographicName: {
38
+ given: 'Example',
39
+ _id: 'MPBibliographicName:24C5AC82-0130-4C94-A6D7-E8A2699EAAC8',
40
+ objectType: 'MPBibliographicName',
41
+ family: 'Author',
42
+ },
43
+ userID: '',
44
+ invitationID: '',
45
+ isJointContributor: true,
46
+ ORCIDIdentifier: '',
47
+ dataTracked: null,
48
+ contents: '',
49
+ },
50
+ content: [
51
+ {
52
+ type: 'text',
53
+ text: '_',
54
+ },
55
+ ],
56
+ },
57
+ {
58
+ type: 'contributor',
59
+ attrs: {
60
+ id: 'MPContributor:8AD5903E-0C9C-4F46-87AE-124142CE12C2',
61
+ role: 'author',
62
+ email: 'author@example.com',
63
+ affiliations: [],
64
+ bibliographicName: {
65
+ given: 'Corresponding',
66
+ _id: 'MPBibliographicName:E5B649B2-1B97-46FF-AA36-ADDC3B532517',
67
+ objectType: 'MPBibliographicName',
68
+ family: 'Author',
69
+ },
70
+ userID: '',
71
+ invitationID: '',
72
+ isCorresponding: 1,
73
+ ORCIDIdentifier: '',
74
+ dataTracked: null,
75
+ contents: '',
76
+ },
77
+ content: [
78
+ {
79
+ type: 'text',
80
+ text: '_',
81
+ },
82
+ ],
83
+ },
84
+ ],
85
+ },
86
+ {
87
+ type: 'affiliations',
88
+ attrs: {
89
+ id: '',
90
+ },
91
+ content: [
92
+ {
93
+ type: 'affiliation',
94
+ attrs: {
95
+ id: 'MPAffiliation:DED56C09-42E2-4AB4-BA15-9260389E2B08',
96
+ institution: 'University of Examples',
97
+ department: 'Dept of Examples',
98
+ addressLine1: '',
99
+ addressLine2: '',
100
+ addressLine3: '',
101
+ postCode: '',
102
+ country: 'United Kingdom',
103
+ county: '',
104
+ city: '',
105
+ priority: 1,
106
+ email: {
107
+ href: 'mailto:',
108
+ text: 'mail',
109
+ },
110
+ dataTracked: null,
111
+ },
112
+ content: [
113
+ {
114
+ type: 'text',
115
+ text: '_',
116
+ },
117
+ ],
118
+ },
119
+ ],
120
+ },
121
+ {
122
+ type: 'abstracts',
123
+ attrs: {
124
+ id: '',
125
+ },
126
+ },
127
+ {
128
+ type: 'body',
129
+ attrs: {
130
+ id: '',
131
+ },
132
+ content: [
133
+ {
134
+ type: 'toc_section',
135
+ attrs: {
136
+ id: 'MPSection:DFCBE345-A12D-451E-8320-723F25D2F472',
137
+ dataTracked: null,
138
+ },
139
+ content: [
140
+ {
141
+ type: 'section_title',
142
+ attrs: {
143
+ dataTracked: null,
144
+ },
145
+ content: [
146
+ {
147
+ type: 'text',
148
+ text: 'Table of Contents',
149
+ },
150
+ ],
151
+ },
152
+ {
153
+ type: 'toc_element',
154
+ attrs: {
155
+ id: 'MPTOCElement:657C54DB-78B5-4206-E322-170F68263A01',
156
+ contents: '<div id="MPTOCElement:657C54DB-78B5-4206-E322-170F68263A01" class="manuscript-toc" contenteditable="false">\n \n \n \n \n \n\n\t\n \n \n \n <ul class="manuscript-toc-list">\n \n\t\n\t \n <li class="manuscript-toc-list-item" data-referenced-section="MPSection:DFCBE345-A12D-451E-8320-723F25D2F472" data-referenced-section-path-length="1">\n 1. Table of Contents\n </li>\n\n \n\n \n \n \n\n \n \n \n \n \n\n\t\n\t \n <li class="manuscript-toc-list-item" data-referenced-section="MPSection:77786D47-6060-4FBC-BC13-5FA754968D6A" data-referenced-section-path-length="1">\n 2. First section\n </li>\n\n \n\n \n \n \n\n \n \n \n \n \n\n\t\n\t \n <li class="manuscript-toc-list-item" data-referenced-section="MPSection:F8EE617B-484B-4CF2-F1CA-014F5307D5CF" data-referenced-section-path-length="1">\n 3. Section Two\n </li>\n\n \n\n \n \n \n\n \n \n \n \n \n\n\t\n\t \n <li class="manuscript-toc-list-item" data-referenced-section="MPSection:E07B0D52-9642-4D58-E577-26F8804E3DEE" data-referenced-section-path-length="1">\n 4. Bibliography\n </li>\n\n \n\n \n \n \n </ul>\n \n\n \n</div>',
157
+ paragraphStyle: 'MPParagraphStyle:74D17A3A-33C0-43EB-9389-51335C698744',
158
+ dataTracked: null,
159
+ },
160
+ },
161
+ ],
162
+ },
163
+ {
164
+ type: 'section',
165
+ attrs: {
166
+ id: 'MPSection:77786D47-6060-4FBC-BC13-5FA754968D6A',
167
+ category: '',
168
+ titleSuppressed: false,
169
+ dataTracked: null,
170
+ },
171
+ content: [
172
+ {
173
+ type: 'section_title',
174
+ attrs: {
175
+ dataTracked: null,
176
+ },
177
+ content: [
178
+ {
179
+ type: 'text',
180
+ text: 'First section',
181
+ },
182
+ ],
183
+ },
184
+ {
185
+ type: 'paragraph',
186
+ attrs: {
187
+ id: 'MPParagraphElement:150780D7-CFED-4529-9398-77B5C7625044',
188
+ paragraphStyle: 'MPParagraphStyle:7EAB5784-717B-4672-BD59-8CA324FB0637',
189
+ placeholder: 'Start from here. Enjoy writing! - the Manuscripts Team.',
190
+ dataTracked: null,
191
+ },
192
+ content: [
193
+ {
194
+ type: 'text',
195
+ text: 'The first section.',
196
+ },
197
+ ],
198
+ },
199
+ {
200
+ type: 'paragraph',
201
+ attrs: {
202
+ id: 'MPParagraphElement:60C13548-23C0-4348-FE98-0510E0B61B18',
203
+ paragraphStyle: 'MPParagraphStyle:7EAB5784-717B-4672-BD59-8CA324FB0637',
204
+ placeholder: '',
205
+ dataTracked: null,
206
+ },
207
+ content: [
208
+ {
209
+ type: 'text',
210
+ text: 'The text in this sentence is ',
211
+ },
212
+ {
213
+ type: 'text',
214
+ marks: [
215
+ {
216
+ type: 'bold',
217
+ },
218
+ ],
219
+ text: 'bold',
220
+ },
221
+ {
222
+ type: 'text',
223
+ text: ', ',
224
+ },
225
+ {
226
+ type: 'text',
227
+ marks: [
228
+ {
229
+ type: 'italic',
230
+ },
231
+ ],
232
+ text: 'italic',
233
+ },
234
+ {
235
+ type: 'text',
236
+ text: ', or ',
237
+ },
238
+ {
239
+ type: 'text',
240
+ marks: [
241
+ {
242
+ type: 'underline',
243
+ },
244
+ ],
245
+ text: 'underlined',
246
+ },
247
+ {
248
+ type: 'text',
249
+ text: '.',
250
+ },
251
+ ],
252
+ },
253
+ {
254
+ type: 'paragraph',
255
+ attrs: {
256
+ id: 'MPParagraphElement:A89DC62A-90ED-4283-AB6D-06CA2519D801',
257
+ paragraphStyle: 'MPParagraphStyle:7EAB5784-717B-4672-BD59-8CA324FB0637',
258
+ placeholder: '',
259
+ dataTracked: null,
260
+ },
261
+ content: [
262
+ {
263
+ type: 'text',
264
+ marks: [
265
+ {
266
+ type: 'bold',
267
+ },
268
+ {
269
+ type: 'italic',
270
+ },
271
+ {
272
+ type: 'underline',
273
+ },
274
+ ],
275
+ text: 'The text in this sentence is bold, italic and underlined.',
276
+ },
277
+ ],
278
+ },
279
+ {
280
+ type: 'paragraph',
281
+ attrs: {
282
+ id: 'MPParagraphElement:05A0ED43-8928-4C69-A17C-0A98795001CD',
283
+ paragraphStyle: 'MPParagraphStyle:7EAB5784-717B-4672-BD59-8CA324FB0637',
284
+ placeholder: '',
285
+ dataTracked: null,
286
+ },
287
+ content: [
288
+ {
289
+ type: 'text',
290
+ text: 'The text in this sentence is ',
291
+ },
292
+ {
293
+ type: 'text',
294
+ marks: [
295
+ {
296
+ type: 'superscript',
297
+ },
298
+ ],
299
+ text: 'superscript',
300
+ },
301
+ {
302
+ type: 'text',
303
+ text: ' and ',
304
+ },
305
+ {
306
+ type: 'text',
307
+ marks: [
308
+ {
309
+ type: 'subscript',
310
+ },
311
+ ],
312
+ text: 'subscript',
313
+ },
314
+ {
315
+ type: 'text',
316
+ text: '.',
317
+ },
318
+ ],
319
+ },
320
+ ],
321
+ },
322
+ {
323
+ type: 'section',
324
+ attrs: {
325
+ id: 'MPSection:F8EE617B-484B-4CF2-F1CA-014F5307D5CF',
326
+ category: '',
327
+ titleSuppressed: true,
328
+ dataTracked: null,
329
+ },
330
+ content: [
331
+ {
332
+ type: 'section_title',
333
+ attrs: {
334
+ dataTracked: null,
335
+ },
336
+ content: [
337
+ {
338
+ type: 'text',
339
+ text: 'Section Two',
340
+ },
341
+ ],
342
+ },
343
+ {
344
+ type: 'paragraph',
345
+ attrs: {
346
+ id: 'MPParagraphElement:4DF93A63-D44D-41CF-AF54-23712B8703FA',
347
+ paragraphStyle: 'MPParagraphStyle:7EAB5784-717B-4672-BD59-8CA324FB0637',
348
+ placeholder: '',
349
+ dataTracked: null,
350
+ },
351
+ content: [
352
+ {
353
+ type: 'text',
354
+ text: 'The heading of this section is hidden.',
355
+ },
356
+ ],
357
+ },
358
+ {
359
+ type: 'list',
360
+ attrs: {
361
+ id: 'MPListElement:D1C6E3B5-C549-47B8-B051-1F534E8AA7E7',
362
+ paragraphStyle: 'MPParagraphStyle:7EAB5784-717B-4672-BD59-8CA324FB0637',
363
+ dataTracked: null,
364
+ listStyleType: 'order',
365
+ },
366
+ content: [
367
+ {
368
+ type: 'list_item',
369
+ attrs: {
370
+ placeholder: 'List item',
371
+ dataTracked: null,
372
+ },
373
+ content: [
374
+ {
375
+ type: 'paragraph',
376
+ attrs: {
377
+ id: '',
378
+ paragraphStyle: '',
379
+ placeholder: '',
380
+ dataTracked: null,
381
+ },
382
+ content: [
383
+ {
384
+ type: 'text',
385
+ text: 'A numbered list.',
386
+ },
387
+ ],
388
+ },
389
+ ],
390
+ },
391
+ ],
392
+ },
393
+ {
394
+ type: 'list',
395
+ attrs: {
396
+ id: 'MPListElement:F11B9FCA-5DB5-4ED4-FEF9-10CDCB64F96E',
397
+ paragraphStyle: 'MPParagraphStyle:7EAB5784-717B-4672-BD59-8CA324FB0637',
398
+ dataTracked: null,
399
+ listStyleType: 'bullet',
400
+ },
401
+ content: [
402
+ {
403
+ type: 'list_item',
404
+ attrs: {
405
+ placeholder: 'List item',
406
+ dataTracked: null,
407
+ },
408
+ content: [
409
+ {
410
+ type: 'paragraph',
411
+ attrs: {
412
+ id: '',
413
+ paragraphStyle: '',
414
+ placeholder: '',
415
+ dataTracked: null,
416
+ },
417
+ content: [
418
+ {
419
+ type: 'text',
420
+ text: 'A bullet list.',
421
+ },
422
+ ],
423
+ },
424
+ ],
425
+ },
426
+ ],
427
+ },
428
+ {
429
+ type: 'list',
430
+ attrs: {
431
+ id: 'MPListElement:AF5341C4-5E24-40BF-B853-F966726431EB',
432
+ paragraphStyle: 'MPParagraphStyle:7EAB5784-717B-4672-BD59-8CA324FB0637',
433
+ dataTracked: null,
434
+ listStyleType: 'order',
435
+ },
436
+ content: [
437
+ {
438
+ type: 'list_item',
439
+ attrs: {
440
+ placeholder: 'List item',
441
+ dataTracked: null,
442
+ },
443
+ content: [
444
+ {
445
+ type: 'paragraph',
446
+ attrs: {
447
+ id: '',
448
+ paragraphStyle: '',
449
+ placeholder: '',
450
+ dataTracked: null,
451
+ },
452
+ content: [
453
+ {
454
+ type: 'text',
455
+ text: 'A numbered list with a nested list.',
456
+ },
457
+ ],
458
+ },
459
+ {
460
+ type: 'list',
461
+ attrs: {
462
+ id: null,
463
+ paragraphStyle: '',
464
+ dataTracked: null,
465
+ listStyleType: 'order',
466
+ },
467
+ content: [
468
+ {
469
+ type: 'list_item',
470
+ attrs: {
471
+ placeholder: 'List item',
472
+ dataTracked: null,
473
+ },
474
+ content: [
475
+ {
476
+ type: 'paragraph',
477
+ attrs: {
478
+ id: '',
479
+ paragraphStyle: '',
480
+ placeholder: '',
481
+ dataTracked: null,
482
+ },
483
+ content: [
484
+ {
485
+ type: 'text',
486
+ text: 'This item is nested.',
487
+ },
488
+ ],
489
+ },
490
+ ],
491
+ },
492
+ ],
493
+ },
494
+ ],
495
+ },
496
+ ],
497
+ },
498
+ {
499
+ type: 'figure_element',
500
+ attrs: {
501
+ figureLayout: '',
502
+ figureStyle: 'MPFigureStyle:12916784-C8A2-414E-919D-490172E82B25',
503
+ id: 'MPFigureElement:A5D68C57-B5BB-4D10-E0C3-ECED717A2AA7',
504
+ label: '',
505
+ sizeFraction: 0,
506
+ suppressCaption: false,
507
+ suppressTitle: true,
508
+ dataTracked: null,
509
+ },
510
+ content: [
511
+ {
512
+ type: 'figure',
513
+ attrs: {
514
+ id: 'MPFigure:D673DF08-D75E-4061-8EC1-9611EAB302F0',
515
+ src: 'attachment:figure1',
516
+ contentType: 'image/png',
517
+ dataTracked: null,
518
+ },
519
+ },
520
+ {
521
+ type: 'figcaption',
522
+ attrs: {
523
+ dataTracked: null,
524
+ },
525
+ content: [
526
+ {
527
+ type: 'caption_title',
528
+ attrs: {
529
+ placeholder: 'Title...',
530
+ dataTracked: null,
531
+ },
532
+ },
533
+ {
534
+ type: 'caption',
535
+ attrs: {
536
+ placeholder: 'Caption...',
537
+ dataTracked: null,
538
+ },
539
+ content: [
540
+ {
541
+ type: 'text',
542
+ text: 'A figure with a caption',
543
+ },
544
+ ],
545
+ },
546
+ ],
547
+ },
548
+ {
549
+ type: 'listing',
550
+ attrs: {
551
+ id: '',
552
+ contents: '',
553
+ language: '',
554
+ languageKey: 'null',
555
+ isExpanded: false,
556
+ isExecuting: false,
557
+ dataTracked: null,
558
+ },
559
+ },
560
+ ],
561
+ },
562
+ {
563
+ type: 'figure_element',
564
+ attrs: {
565
+ figureLayout: '',
566
+ figureStyle: 'MPFigureStyle:12916784-C8A2-414E-919D-490172E82B25',
567
+ id: 'MPFigureElement:B32BDEC8-E816-4946-C0BB-0404AF2F0C29',
568
+ label: '',
569
+ sizeFraction: 0,
570
+ suppressCaption: true,
571
+ suppressTitle: true,
572
+ dataTracked: null,
573
+ },
574
+ content: [
575
+ {
576
+ type: 'figure',
577
+ attrs: {
578
+ id: 'MPFigure:AD65D628-A904-4DC4-A026-F8F4C08F6557',
579
+ src: 'chemoji/chemoji7.png',
580
+ contentType: 'image/png',
581
+ dataTracked: null,
582
+ },
583
+ },
584
+ {
585
+ type: 'figcaption',
586
+ attrs: {
587
+ dataTracked: null,
588
+ },
589
+ content: [
590
+ {
591
+ type: 'caption_title',
592
+ attrs: {
593
+ placeholder: 'Title...',
594
+ dataTracked: null,
595
+ },
596
+ },
597
+ {
598
+ type: 'caption',
599
+ attrs: {
600
+ placeholder: 'Caption...',
601
+ dataTracked: null,
602
+ },
603
+ content: [
604
+ {
605
+ type: 'text',
606
+ text: 'A figure with hidden caption',
607
+ },
608
+ ],
609
+ },
610
+ ],
611
+ },
612
+ {
613
+ type: 'listing',
614
+ attrs: {
615
+ id: '',
616
+ contents: '',
617
+ language: '',
618
+ languageKey: 'null',
619
+ isExpanded: false,
620
+ isExecuting: false,
621
+ dataTracked: null,
622
+ },
623
+ },
624
+ ],
625
+ },
626
+ {
627
+ type: 'table_element',
628
+ attrs: {
629
+ id: 'MPTableElement:82BD8BAF-D136-4536-AD9C-92C30B9D7315',
630
+ paragraphStyle: 'MPParagraphStyle:7EAB5784-717B-4672-BD59-8CA324FB0637',
631
+ tableStyle: 'MPTableStyle:08C0E93B-848D-491F-8EB2-A8A0B17714BA',
632
+ label: '',
633
+ suppressCaption: false,
634
+ suppressTitle: true,
635
+ suppressFooter: false,
636
+ suppressHeader: false,
637
+ expandListing: false,
638
+ dataTracked: null,
639
+ },
640
+ content: [
641
+ {
642
+ type: 'table',
643
+ attrs: {
644
+ id: 'MPTable:509A944E-994C-4867-AE55-593628C5DBD5',
645
+ dataTracked: null,
646
+ },
647
+ content: [
648
+ {
649
+ type: 'table_row',
650
+ attrs: {
651
+ dataTracked: null,
652
+ },
653
+ content: [
654
+ {
655
+ type: 'table_header',
656
+ attrs: {
657
+ colspan: 1,
658
+ rowspan: 1,
659
+ colwidth: null,
660
+ placeholder: 'Header 1',
661
+ valign: null,
662
+ align: null,
663
+ scope: null,
664
+ style: null,
665
+ dataTracked: null,
666
+ },
667
+ content: [
668
+ {
669
+ type: 'text',
670
+ text: 'Table Header',
671
+ },
672
+ ],
673
+ },
674
+ {
675
+ type: 'table_header',
676
+ attrs: {
677
+ colspan: 1,
678
+ rowspan: 1,
679
+ colwidth: null,
680
+ placeholder: 'Header 2',
681
+ valign: null,
682
+ align: null,
683
+ scope: null,
684
+ style: null,
685
+ dataTracked: null,
686
+ },
687
+ content: [
688
+ {
689
+ type: 'text',
690
+ text: 'Table Header',
691
+ },
692
+ ],
693
+ },
694
+ ],
695
+ },
696
+ {
697
+ type: 'table_row',
698
+ attrs: {
699
+ dataTracked: null,
700
+ },
701
+ content: [
702
+ {
703
+ type: 'table_cell',
704
+ attrs: {
705
+ colspan: 1,
706
+ rowspan: 1,
707
+ colwidth: null,
708
+ placeholder: 'Data',
709
+ valign: null,
710
+ align: null,
711
+ scope: null,
712
+ style: null,
713
+ dataTracked: null,
714
+ },
715
+ content: [
716
+ {
717
+ type: 'text',
718
+ text: 'Table Data',
719
+ },
720
+ ],
721
+ },
722
+ {
723
+ type: 'table_cell',
724
+ attrs: {
725
+ colspan: 1,
726
+ rowspan: 1,
727
+ colwidth: null,
728
+ placeholder: 'Data',
729
+ valign: null,
730
+ align: null,
731
+ scope: null,
732
+ style: null,
733
+ dataTracked: null,
734
+ },
735
+ content: [
736
+ {
737
+ type: 'text',
738
+ text: 'Table Data',
739
+ },
740
+ ],
741
+ },
742
+ ],
743
+ },
744
+ {
745
+ type: 'table_row',
746
+ attrs: {
747
+ dataTracked: null,
748
+ },
749
+ content: [
750
+ {
751
+ type: 'table_cell',
752
+ attrs: {
753
+ colspan: 1,
754
+ rowspan: 1,
755
+ colwidth: null,
756
+ placeholder: 'Data',
757
+ valign: null,
758
+ align: null,
759
+ scope: null,
760
+ style: null,
761
+ dataTracked: null,
762
+ },
763
+ content: [
764
+ {
765
+ type: 'text',
766
+ text: 'Table Data',
767
+ },
768
+ ],
769
+ },
770
+ {
771
+ type: 'table_cell',
772
+ attrs: {
773
+ colspan: 1,
774
+ rowspan: 1,
775
+ colwidth: null,
776
+ placeholder: 'Data',
777
+ valign: null,
778
+ align: null,
779
+ scope: null,
780
+ style: null,
781
+ dataTracked: null,
782
+ },
783
+ content: [
784
+ {
785
+ type: 'text',
786
+ text: 'Table Data',
787
+ },
788
+ ],
789
+ },
790
+ ],
791
+ },
792
+ {
793
+ type: 'table_row',
794
+ attrs: {
795
+ dataTracked: null,
796
+ },
797
+ content: [
798
+ {
799
+ type: 'table_cell',
800
+ attrs: {
801
+ colspan: 1,
802
+ rowspan: 1,
803
+ colwidth: null,
804
+ placeholder: 'Footer 1',
805
+ valign: null,
806
+ align: null,
807
+ scope: null,
808
+ style: null,
809
+ dataTracked: null,
810
+ },
811
+ content: [
812
+ {
813
+ type: 'text',
814
+ text: 'Table Footer',
815
+ },
816
+ ],
817
+ },
818
+ {
819
+ type: 'table_cell',
820
+ attrs: {
821
+ colspan: 1,
822
+ rowspan: 1,
823
+ colwidth: null,
824
+ placeholder: 'Footer 2',
825
+ valign: null,
826
+ align: null,
827
+ scope: null,
828
+ style: null,
829
+ dataTracked: null,
830
+ },
831
+ content: [
832
+ {
833
+ type: 'text',
834
+ text: 'Table Footer',
835
+ },
836
+ ],
837
+ },
838
+ ],
839
+ },
840
+ ],
841
+ },
842
+ {
843
+ type: 'figcaption',
844
+ attrs: {
845
+ dataTracked: null,
846
+ },
847
+ content: [
848
+ {
849
+ type: 'caption_title',
850
+ attrs: {
851
+ placeholder: 'Title...',
852
+ dataTracked: null,
853
+ },
854
+ },
855
+ {
856
+ type: 'caption',
857
+ attrs: {
858
+ placeholder: 'Caption...',
859
+ dataTracked: null,
860
+ },
861
+ content: [
862
+ {
863
+ type: 'text',
864
+ text: 'A table',
865
+ },
866
+ ],
867
+ },
868
+ ],
869
+ },
870
+ {
871
+ type: 'listing',
872
+ attrs: {
873
+ id: '',
874
+ contents: '',
875
+ language: '',
876
+ languageKey: 'null',
877
+ isExpanded: false,
878
+ isExecuting: false,
879
+ dataTracked: null,
880
+ },
881
+ },
882
+ ],
883
+ },
884
+ {
885
+ type: 'table_element',
886
+ attrs: {
887
+ id: 'MPTableElement:E0D445B4-18C4-43D3-97B3-1076A7BB5CF4',
888
+ paragraphStyle: 'MPParagraphStyle:7EAB5784-717B-4672-BD59-8CA324FB0637',
889
+ tableStyle: 'MPTableStyle:08C0E93B-848D-491F-8EB2-A8A0B17714BA',
890
+ label: '',
891
+ suppressCaption: false,
892
+ suppressTitle: true,
893
+ suppressFooter: false,
894
+ suppressHeader: true,
895
+ expandListing: false,
896
+ dataTracked: null,
897
+ },
898
+ content: [
899
+ {
900
+ type: 'table',
901
+ attrs: {
902
+ id: 'MPTable:7E83812B-A759-4D38-C1C5-F6507D2FC2A9',
903
+ dataTracked: null,
904
+ },
905
+ content: [
906
+ {
907
+ type: 'table_row',
908
+ attrs: {
909
+ dataTracked: null,
910
+ },
911
+ content: [
912
+ {
913
+ type: 'table_header',
914
+ attrs: {
915
+ colspan: 1,
916
+ rowspan: 1,
917
+ colwidth: null,
918
+ placeholder: 'Header 1',
919
+ valign: null,
920
+ align: null,
921
+ scope: null,
922
+ style: null,
923
+ dataTracked: null,
924
+ },
925
+ content: [
926
+ {
927
+ type: 'text',
928
+ text: 'Table Header',
929
+ },
930
+ ],
931
+ },
932
+ {
933
+ type: 'table_header',
934
+ attrs: {
935
+ colspan: 1,
936
+ rowspan: 1,
937
+ colwidth: null,
938
+ placeholder: 'Header 2',
939
+ valign: null,
940
+ align: null,
941
+ scope: null,
942
+ style: null,
943
+ dataTracked: null,
944
+ },
945
+ },
946
+ ],
947
+ },
948
+ {
949
+ type: 'table_row',
950
+ attrs: {
951
+ dataTracked: null,
952
+ },
953
+ content: [
954
+ {
955
+ type: 'table_cell',
956
+ attrs: {
957
+ colspan: 1,
958
+ rowspan: 1,
959
+ colwidth: null,
960
+ placeholder: 'Data',
961
+ valign: null,
962
+ align: null,
963
+ scope: null,
964
+ style: null,
965
+ dataTracked: null,
966
+ },
967
+ },
968
+ {
969
+ type: 'table_cell',
970
+ attrs: {
971
+ colspan: 1,
972
+ rowspan: 1,
973
+ colwidth: null,
974
+ placeholder: 'Data',
975
+ valign: null,
976
+ align: null,
977
+ scope: null,
978
+ style: null,
979
+ dataTracked: null,
980
+ },
981
+ },
982
+ ],
983
+ },
984
+ {
985
+ type: 'table_row',
986
+ attrs: {
987
+ dataTracked: null,
988
+ },
989
+ content: [
990
+ {
991
+ type: 'table_cell',
992
+ attrs: {
993
+ colspan: 1,
994
+ rowspan: 1,
995
+ colwidth: null,
996
+ placeholder: 'Data',
997
+ valign: null,
998
+ align: null,
999
+ scope: null,
1000
+ style: null,
1001
+ dataTracked: null,
1002
+ },
1003
+ },
1004
+ {
1005
+ type: 'table_cell',
1006
+ attrs: {
1007
+ colspan: 1,
1008
+ rowspan: 1,
1009
+ colwidth: null,
1010
+ placeholder: 'Data',
1011
+ valign: null,
1012
+ align: null,
1013
+ scope: null,
1014
+ style: null,
1015
+ dataTracked: null,
1016
+ },
1017
+ },
1018
+ ],
1019
+ },
1020
+ {
1021
+ type: 'table_row',
1022
+ attrs: {
1023
+ dataTracked: null,
1024
+ },
1025
+ content: [
1026
+ {
1027
+ type: 'table_cell',
1028
+ attrs: {
1029
+ colspan: 1,
1030
+ rowspan: 1,
1031
+ colwidth: null,
1032
+ placeholder: 'Footer 1',
1033
+ valign: null,
1034
+ align: null,
1035
+ scope: null,
1036
+ style: null,
1037
+ dataTracked: null,
1038
+ },
1039
+ },
1040
+ {
1041
+ type: 'table_cell',
1042
+ attrs: {
1043
+ colspan: 1,
1044
+ rowspan: 1,
1045
+ colwidth: null,
1046
+ placeholder: 'Footer 2',
1047
+ valign: null,
1048
+ align: null,
1049
+ scope: null,
1050
+ style: null,
1051
+ dataTracked: null,
1052
+ },
1053
+ },
1054
+ ],
1055
+ },
1056
+ ],
1057
+ },
1058
+ {
1059
+ type: 'figcaption',
1060
+ attrs: {
1061
+ dataTracked: null,
1062
+ },
1063
+ content: [
1064
+ {
1065
+ type: 'caption_title',
1066
+ attrs: {
1067
+ placeholder: 'Title...',
1068
+ dataTracked: null,
1069
+ },
1070
+ },
1071
+ {
1072
+ type: 'caption',
1073
+ attrs: {
1074
+ placeholder: 'Caption...',
1075
+ dataTracked: null,
1076
+ },
1077
+ content: [
1078
+ {
1079
+ type: 'text',
1080
+ text: 'A table with hidden header',
1081
+ },
1082
+ ],
1083
+ },
1084
+ ],
1085
+ },
1086
+ {
1087
+ type: 'listing',
1088
+ attrs: {
1089
+ id: '',
1090
+ contents: '',
1091
+ language: '',
1092
+ languageKey: 'null',
1093
+ isExpanded: false,
1094
+ isExecuting: false,
1095
+ dataTracked: null,
1096
+ },
1097
+ },
1098
+ ],
1099
+ },
1100
+ {
1101
+ type: 'table_element',
1102
+ attrs: {
1103
+ id: 'MPTableElement:1DF69096-DBA3-47B0-B8C2-E06491E4C655',
1104
+ paragraphStyle: 'MPParagraphStyle:7EAB5784-717B-4672-BD59-8CA324FB0637',
1105
+ tableStyle: 'MPTableStyle:08C0E93B-848D-491F-8EB2-A8A0B17714BA',
1106
+ label: '',
1107
+ suppressCaption: false,
1108
+ suppressTitle: true,
1109
+ suppressFooter: true,
1110
+ suppressHeader: false,
1111
+ expandListing: false,
1112
+ dataTracked: null,
1113
+ },
1114
+ content: [
1115
+ {
1116
+ type: 'table',
1117
+ attrs: {
1118
+ id: 'MPTable:2A2413E2-71F5-4B6C-F513-7B44748E49A8',
1119
+ dataTracked: null,
1120
+ },
1121
+ content: [
1122
+ {
1123
+ type: 'table_row',
1124
+ attrs: {
1125
+ dataTracked: null,
1126
+ },
1127
+ content: [
1128
+ {
1129
+ type: 'table_header',
1130
+ attrs: {
1131
+ colspan: 1,
1132
+ rowspan: 1,
1133
+ colwidth: null,
1134
+ placeholder: 'Header 1',
1135
+ valign: null,
1136
+ align: null,
1137
+ scope: null,
1138
+ style: null,
1139
+ dataTracked: null,
1140
+ },
1141
+ },
1142
+ {
1143
+ type: 'table_header',
1144
+ attrs: {
1145
+ colspan: 1,
1146
+ rowspan: 1,
1147
+ colwidth: null,
1148
+ placeholder: 'Header 2',
1149
+ valign: null,
1150
+ align: null,
1151
+ scope: null,
1152
+ style: null,
1153
+ dataTracked: null,
1154
+ },
1155
+ },
1156
+ ],
1157
+ },
1158
+ {
1159
+ type: 'table_row',
1160
+ attrs: {
1161
+ dataTracked: null,
1162
+ },
1163
+ content: [
1164
+ {
1165
+ type: 'table_cell',
1166
+ attrs: {
1167
+ colspan: 1,
1168
+ rowspan: 1,
1169
+ colwidth: null,
1170
+ placeholder: 'Data',
1171
+ valign: null,
1172
+ align: null,
1173
+ scope: null,
1174
+ style: null,
1175
+ dataTracked: null,
1176
+ },
1177
+ },
1178
+ {
1179
+ type: 'table_cell',
1180
+ attrs: {
1181
+ colspan: 1,
1182
+ rowspan: 1,
1183
+ colwidth: null,
1184
+ placeholder: 'Data',
1185
+ valign: null,
1186
+ align: null,
1187
+ scope: null,
1188
+ style: null,
1189
+ dataTracked: null,
1190
+ },
1191
+ },
1192
+ ],
1193
+ },
1194
+ {
1195
+ type: 'table_row',
1196
+ attrs: {
1197
+ dataTracked: null,
1198
+ },
1199
+ content: [
1200
+ {
1201
+ type: 'table_cell',
1202
+ attrs: {
1203
+ colspan: 1,
1204
+ rowspan: 1,
1205
+ colwidth: null,
1206
+ placeholder: 'Data',
1207
+ valign: null,
1208
+ align: null,
1209
+ scope: null,
1210
+ style: null,
1211
+ dataTracked: null,
1212
+ },
1213
+ },
1214
+ {
1215
+ type: 'table_cell',
1216
+ attrs: {
1217
+ colspan: 1,
1218
+ rowspan: 1,
1219
+ colwidth: null,
1220
+ placeholder: 'Data',
1221
+ valign: null,
1222
+ align: null,
1223
+ scope: null,
1224
+ style: null,
1225
+ dataTracked: null,
1226
+ },
1227
+ },
1228
+ ],
1229
+ },
1230
+ {
1231
+ type: 'table_row',
1232
+ attrs: {
1233
+ dataTracked: null,
1234
+ },
1235
+ content: [
1236
+ {
1237
+ type: 'table_cell',
1238
+ attrs: {
1239
+ colspan: 1,
1240
+ rowspan: 1,
1241
+ colwidth: null,
1242
+ placeholder: 'Footer 1',
1243
+ valign: null,
1244
+ align: null,
1245
+ scope: null,
1246
+ style: null,
1247
+ dataTracked: null,
1248
+ },
1249
+ },
1250
+ {
1251
+ type: 'table_cell',
1252
+ attrs: {
1253
+ colspan: 1,
1254
+ rowspan: 1,
1255
+ colwidth: null,
1256
+ placeholder: 'Footer 2',
1257
+ valign: null,
1258
+ align: null,
1259
+ scope: null,
1260
+ style: null,
1261
+ dataTracked: null,
1262
+ },
1263
+ },
1264
+ ],
1265
+ },
1266
+ ],
1267
+ },
1268
+ {
1269
+ type: 'figcaption',
1270
+ attrs: {
1271
+ dataTracked: null,
1272
+ },
1273
+ content: [
1274
+ {
1275
+ type: 'caption_title',
1276
+ attrs: {
1277
+ placeholder: 'Title...',
1278
+ dataTracked: null,
1279
+ },
1280
+ },
1281
+ {
1282
+ type: 'caption',
1283
+ attrs: {
1284
+ placeholder: 'Caption...',
1285
+ dataTracked: null,
1286
+ },
1287
+ content: [
1288
+ {
1289
+ type: 'text',
1290
+ text: 'A table with hidden footer',
1291
+ },
1292
+ ],
1293
+ },
1294
+ ],
1295
+ },
1296
+ {
1297
+ type: 'listing',
1298
+ attrs: {
1299
+ id: '',
1300
+ contents: '',
1301
+ language: '',
1302
+ languageKey: 'null',
1303
+ isExpanded: false,
1304
+ isExecuting: false,
1305
+ dataTracked: null,
1306
+ },
1307
+ },
1308
+ ],
1309
+ },
1310
+ {
1311
+ type: 'table_element',
1312
+ attrs: {
1313
+ id: 'MPTableElement:89CF51B2-A20C-4AB9-CBD9-F47DAF167DAA',
1314
+ paragraphStyle: 'MPParagraphStyle:7EAB5784-717B-4672-BD59-8CA324FB0637',
1315
+ tableStyle: 'MPTableStyle:08C0E93B-848D-491F-8EB2-A8A0B17714BA',
1316
+ label: '',
1317
+ suppressCaption: false,
1318
+ suppressTitle: true,
1319
+ suppressFooter: false,
1320
+ suppressHeader: false,
1321
+ expandListing: false,
1322
+ dataTracked: null,
1323
+ },
1324
+ content: [
1325
+ {
1326
+ type: 'table',
1327
+ attrs: {
1328
+ id: 'MPTable:6C045963-404A-4E1E-FF81-B40E9772A6A6',
1329
+ dataTracked: null,
1330
+ },
1331
+ content: [
1332
+ {
1333
+ type: 'table_row',
1334
+ attrs: {
1335
+ dataTracked: null,
1336
+ },
1337
+ content: [
1338
+ {
1339
+ type: 'table_header',
1340
+ attrs: {
1341
+ colspan: 1,
1342
+ rowspan: 1,
1343
+ colwidth: null,
1344
+ placeholder: 'Header 1',
1345
+ valign: null,
1346
+ align: null,
1347
+ scope: null,
1348
+ style: null,
1349
+ dataTracked: null,
1350
+ },
1351
+ },
1352
+ {
1353
+ type: 'table_header',
1354
+ attrs: {
1355
+ colspan: 1,
1356
+ rowspan: 1,
1357
+ colwidth: null,
1358
+ placeholder: 'Header 2',
1359
+ valign: null,
1360
+ align: null,
1361
+ scope: null,
1362
+ style: null,
1363
+ dataTracked: null,
1364
+ },
1365
+ },
1366
+ ],
1367
+ },
1368
+ {
1369
+ type: 'table_row',
1370
+ attrs: {
1371
+ dataTracked: null,
1372
+ },
1373
+ content: [
1374
+ {
1375
+ type: 'table_cell',
1376
+ attrs: {
1377
+ colspan: 1,
1378
+ rowspan: 1,
1379
+ colwidth: null,
1380
+ placeholder: 'Data',
1381
+ valign: null,
1382
+ align: null,
1383
+ scope: null,
1384
+ style: null,
1385
+ dataTracked: null,
1386
+ },
1387
+ },
1388
+ {
1389
+ type: 'table_cell',
1390
+ attrs: {
1391
+ colspan: 1,
1392
+ rowspan: 1,
1393
+ colwidth: null,
1394
+ placeholder: 'Data',
1395
+ valign: null,
1396
+ align: null,
1397
+ scope: null,
1398
+ style: null,
1399
+ dataTracked: null,
1400
+ },
1401
+ },
1402
+ ],
1403
+ },
1404
+ {
1405
+ type: 'table_row',
1406
+ attrs: {
1407
+ dataTracked: null,
1408
+ },
1409
+ content: [
1410
+ {
1411
+ type: 'table_cell',
1412
+ attrs: {
1413
+ colspan: 1,
1414
+ rowspan: 1,
1415
+ colwidth: null,
1416
+ placeholder: 'Data',
1417
+ valign: null,
1418
+ align: null,
1419
+ scope: null,
1420
+ style: null,
1421
+ dataTracked: null,
1422
+ },
1423
+ },
1424
+ {
1425
+ type: 'table_cell',
1426
+ attrs: {
1427
+ colspan: 1,
1428
+ rowspan: 1,
1429
+ colwidth: null,
1430
+ placeholder: 'Data',
1431
+ valign: null,
1432
+ align: null,
1433
+ scope: null,
1434
+ style: null,
1435
+ dataTracked: null,
1436
+ },
1437
+ },
1438
+ ],
1439
+ },
1440
+ {
1441
+ type: 'table_row',
1442
+ attrs: {
1443
+ dataTracked: null,
1444
+ },
1445
+ content: [
1446
+ {
1447
+ type: 'table_cell',
1448
+ attrs: {
1449
+ colspan: 1,
1450
+ rowspan: 1,
1451
+ colwidth: null,
1452
+ placeholder: 'Footer 1',
1453
+ valign: null,
1454
+ align: null,
1455
+ scope: null,
1456
+ style: null,
1457
+ dataTracked: null,
1458
+ },
1459
+ },
1460
+ {
1461
+ type: 'table_cell',
1462
+ attrs: {
1463
+ colspan: 1,
1464
+ rowspan: 1,
1465
+ colwidth: null,
1466
+ placeholder: 'Footer 2',
1467
+ valign: null,
1468
+ align: null,
1469
+ scope: null,
1470
+ style: null,
1471
+ dataTracked: null,
1472
+ },
1473
+ },
1474
+ ],
1475
+ },
1476
+ ],
1477
+ },
1478
+ {
1479
+ type: 'figcaption',
1480
+ attrs: {
1481
+ dataTracked: null,
1482
+ },
1483
+ content: [
1484
+ {
1485
+ type: 'caption_title',
1486
+ attrs: {
1487
+ placeholder: 'Title...',
1488
+ dataTracked: null,
1489
+ },
1490
+ },
1491
+ {
1492
+ type: 'caption',
1493
+ attrs: {
1494
+ placeholder: 'Caption...',
1495
+ dataTracked: null,
1496
+ },
1497
+ content: [
1498
+ {
1499
+ type: 'text',
1500
+ text: 'A table with hidden caption',
1501
+ },
1502
+ ],
1503
+ },
1504
+ ],
1505
+ },
1506
+ {
1507
+ type: 'listing',
1508
+ attrs: {
1509
+ id: '',
1510
+ contents: '',
1511
+ language: '',
1512
+ languageKey: 'null',
1513
+ isExpanded: false,
1514
+ isExecuting: false,
1515
+ dataTracked: null,
1516
+ },
1517
+ },
1518
+ ],
1519
+ },
1520
+ {
1521
+ type: 'equation_element',
1522
+ attrs: {
1523
+ id: 'MPEquationElement:3896A81A-D43B-483F-B990-F64518A940D1',
1524
+ label: 'Equation 1',
1525
+ dataTracked: null,
1526
+ },
1527
+ content: [
1528
+ {
1529
+ type: 'equation',
1530
+ attrs: {
1531
+ id: 'MPEquation:C900DDA4-BE45-4AF6-8C9F-CA0AA5FCC403',
1532
+ contents: '<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML"><mml:mi>ρ</mml:mi><mml:mi>ρ</mml:mi></mml:math>',
1533
+ format: 'mathml',
1534
+ dataTracked: null,
1535
+ },
1536
+ },
1537
+ ],
1538
+ },
1539
+ {
1540
+ type: 'listing_element',
1541
+ attrs: {
1542
+ id: 'MPListingElement:160785A9-4BC0-4C55-C4DE-AF5F4D858DCE',
1543
+ suppressCaption: false,
1544
+ suppressTitle: true,
1545
+ dataTracked: null,
1546
+ },
1547
+ content: [
1548
+ {
1549
+ type: 'listing',
1550
+ attrs: {
1551
+ id: 'MPListing:4D688DCF-29CD-40CC-93BD-2B13CD883257',
1552
+ contents: "// a JavaScript code block\n\nconst x = 'y'",
1553
+ language: 'JavaScript',
1554
+ languageKey: 'javascript',
1555
+ isExpanded: false,
1556
+ isExecuting: false,
1557
+ dataTracked: null,
1558
+ },
1559
+ },
1560
+ {
1561
+ type: 'figcaption',
1562
+ attrs: {
1563
+ dataTracked: null,
1564
+ },
1565
+ content: [
1566
+ {
1567
+ type: 'caption_title',
1568
+ attrs: {
1569
+ placeholder: 'Title...',
1570
+ dataTracked: null,
1571
+ },
1572
+ },
1573
+ {
1574
+ type: 'caption',
1575
+ attrs: {
1576
+ placeholder: 'Caption...',
1577
+ dataTracked: null,
1578
+ },
1579
+ },
1580
+ ],
1581
+ },
1582
+ ],
1583
+ },
1584
+ {
1585
+ type: 'paragraph',
1586
+ attrs: {
1587
+ id: 'MPParagraphElement:345B8B57-2E5E-45ED-E587-4EAAC2BD63E9',
1588
+ paragraphStyle: 'MPParagraphStyle:7EAB5784-717B-4672-BD59-8CA324FB0637',
1589
+ placeholder: '',
1590
+ dataTracked: null,
1591
+ },
1592
+ content: [
1593
+ {
1594
+ type: 'text',
1595
+ text: 'An inline equation: ',
1596
+ },
1597
+ {
1598
+ type: 'inline_equation',
1599
+ attrs: {
1600
+ dataTracked: null,
1601
+ id: 'inline-formula-1',
1602
+ contents: '<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML"><mml:mi>ρ</mml:mi><mml:mi>ρ</mml:mi></mml:math>',
1603
+ format: 'mathml',
1604
+ },
1605
+ },
1606
+ ],
1607
+ },
1608
+ {
1609
+ type: 'paragraph',
1610
+ attrs: {
1611
+ id: 'MPParagraphElement:6B6DBF43-F7B2-404C-89DD-0EC1E1442B27',
1612
+ paragraphStyle: 'MPParagraphStyle:7EAB5784-717B-4672-BD59-8CA324FB0637',
1613
+ placeholder: '',
1614
+ dataTracked: null,
1615
+ },
1616
+ content: [
1617
+ {
1618
+ type: 'text',
1619
+ text: 'A cross-reference to a figure: ',
1620
+ },
1621
+ {
1622
+ type: 'cross_reference',
1623
+ attrs: {
1624
+ rids: [
1625
+ 'MPFigureElement:A5D68C57-B5BB-4D10-E0C3-ECED717A2AA7',
1626
+ ],
1627
+ label: 'Figure 1',
1628
+ customLabel: '',
1629
+ dataTracked: null,
1630
+ },
1631
+ },
1632
+ ],
1633
+ },
1634
+ {
1635
+ type: 'paragraph',
1636
+ attrs: {
1637
+ id: 'MPParagraphElement:41B99DAB-F86C-477F-D36C-2B8590B5DAD0',
1638
+ paragraphStyle: 'MPParagraphStyle:7EAB5784-717B-4672-BD59-8CA324FB0637',
1639
+ placeholder: '',
1640
+ dataTracked: null,
1641
+ },
1642
+ content: [
1643
+ {
1644
+ type: 'text',
1645
+ text: 'A cross-reference to a table: ',
1646
+ },
1647
+ {
1648
+ type: 'cross_reference',
1649
+ attrs: {
1650
+ rids: ['MPTable:509A944E-994C-4867-AE55-593628C5DBD5'],
1651
+ label: 'Table 1',
1652
+ customLabel: '',
1653
+ dataTracked: null,
1654
+ },
1655
+ },
1656
+ ],
1657
+ },
1658
+ {
1659
+ type: 'paragraph',
1660
+ attrs: {
1661
+ id: 'MPParagraphElement:C8A173A4-DF32-4242-E800-28A1AE5B48B8',
1662
+ paragraphStyle: 'MPParagraphStyle:7EAB5784-717B-4672-BD59-8CA324FB0637',
1663
+ placeholder: '',
1664
+ dataTracked: null,
1665
+ },
1666
+ content: [
1667
+ {
1668
+ type: 'text',
1669
+ text: 'A cross-reference to an equation: ',
1670
+ },
1671
+ {
1672
+ type: 'cross_reference',
1673
+ attrs: {
1674
+ rids: ['MPEquation:C900DDA4-BE45-4AF6-8C9F-CA0AA5FCC403'],
1675
+ label: 'Equation 1',
1676
+ customLabel: '',
1677
+ dataTracked: null,
1678
+ },
1679
+ },
1680
+ ],
1681
+ },
1682
+ {
1683
+ type: 'paragraph',
1684
+ attrs: {
1685
+ id: 'MPParagraphElement:CB7347E5-8502-4667-82B9-51104BB1FEDB',
1686
+ paragraphStyle: 'MPParagraphStyle:7EAB5784-717B-4672-BD59-8CA324FB0637',
1687
+ placeholder: '',
1688
+ dataTracked: null,
1689
+ },
1690
+ content: [
1691
+ {
1692
+ type: 'citation',
1693
+ attrs: {
1694
+ id: 'MPCitation:C1BA9478-E940-4273-CB5C-0DDCD62CFBF2',
1695
+ rids: [
1696
+ 'MPBibliographyItem:8C394C86-F7B0-48CE-D5BC-E7A10FCE7FA5',
1697
+ ],
1698
+ contents: 'A hyperlink',
1699
+ selectedText: '',
1700
+ dataTracked: null,
1701
+ },
1702
+ },
1703
+ ],
1704
+ },
1705
+ {
1706
+ type: 'paragraph',
1707
+ attrs: {
1708
+ id: 'MPParagraphElement:3708E8C7-441C-4502-8BFC-D3A2059CEF8B',
1709
+ paragraphStyle: 'MPParagraphStyle:7EAB5784-717B-4672-BD59-8CA324FB0637',
1710
+ placeholder: '',
1711
+ dataTracked: null,
1712
+ },
1713
+ content: [
1714
+ {
1715
+ type: 'text',
1716
+ text: 'A footnote:',
1717
+ },
1718
+ {
1719
+ type: 'inline_footnote',
1720
+ attrs: {
1721
+ rids: ['MPFootnote:B1589279-0F3B-472B-BF11-3F59D6B65791'],
1722
+ contents: '1',
1723
+ dataTracked: null,
1724
+ },
1725
+ },
1726
+ ],
1727
+ },
1728
+ {
1729
+ type: 'footnotes_element',
1730
+ attrs: {
1731
+ id: 'MPFootnotesElement:4CD7CE08-0880-46BD-FF83-52E32AEFAC3E',
1732
+ kind: 'footnote',
1733
+ paragraphStyle: 'MPParagraphStyle:76353811-8E1D-4D11-A1B5-C960C9EEEFCD',
1734
+ dataTracked: null,
1735
+ },
1736
+ content: [
1737
+ {
1738
+ type: 'footnote',
1739
+ attrs: {
1740
+ id: 'MPFootnote:B1589279-0F3B-472B-BF11-3F59D6B65791',
1741
+ kind: 'footnote',
1742
+ paragraphStyle: '',
1743
+ placeholder: '',
1744
+ dataTracked: null,
1745
+ },
1746
+ content: [
1747
+ {
1748
+ type: 'paragraph',
1749
+ attrs: {
1750
+ id: '',
1751
+ paragraphStyle: '',
1752
+ placeholder: '',
1753
+ dataTracked: null,
1754
+ },
1755
+ content: [
1756
+ {
1757
+ type: 'text',
1758
+ text: 'This is a footnote.',
1759
+ },
1760
+ ],
1761
+ },
1762
+ ],
1763
+ },
1764
+ ],
1765
+ },
1766
+ ],
1767
+ },
1768
+ ],
1769
+ },
1770
+ {
1771
+ type: 'backmatter',
1772
+ attrs: {
1773
+ id: '',
1774
+ placeholder: ' ',
1775
+ },
1776
+ content: [
1777
+ {
1778
+ type: 'bibliography_section',
1779
+ attrs: {
1780
+ id: 'MPSection:E07B0D52-9642-4D58-E577-26F8804E3DEE',
1781
+ dataTracked: null,
1782
+ },
1783
+ content: [
1784
+ {
1785
+ type: 'section_title',
1786
+ attrs: {
1787
+ dataTracked: null,
1788
+ },
1789
+ content: [
1790
+ {
1791
+ type: 'text',
1792
+ text: 'Bibliography',
1793
+ },
1794
+ ],
1795
+ },
1796
+ {
1797
+ type: 'bibliography_element',
1798
+ attrs: {
1799
+ id: 'MPBibliographyElement:5987B3BA-D894-4700-90D6-114E20B9F3B1',
1800
+ contents: '',
1801
+ paragraphStyle: 'MPParagraphStyle:7EAB5784-717B-4672-BD59-8CA324FB0637',
1802
+ dataTracked: null,
1803
+ },
1804
+ content: [
1805
+ {
1806
+ type: 'bibliography_item',
1807
+ attrs: {
1808
+ id: 'MPBibliographyItem:8C394C86-F7B0-48CE-D5BC-E7A10FCE7FA5',
1809
+ title: 'A hyperlink',
1810
+ paragraphStyle: '',
1811
+ dataTracked: null,
1812
+ },
1813
+ },
1814
+ ],
1815
+ },
1816
+ ],
1817
+ },
1818
+ ],
1819
+ },
1820
+ {
1821
+ type: 'comments',
1822
+ attrs: {
1823
+ id: '',
1824
+ },
1825
+ },
1826
+ ],
1827
+ };