-
Notifications
You must be signed in to change notification settings - Fork 1
/
sample.yaml
93 lines (87 loc) · 2.7 KB
/
sample.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
# VISIBILITY
# Throughout this file, you'll see options for "visible". Setting these to false
# will hide the item from sighted users, while leaving the item in the HTML
# structure to make it available to screen readers. Commenting out a section
# will remove it from the HTML completely.
# TITLE - required
# Used as the <caption> element. Even if you choose to hide this in your
# display, it's important for it to exist in the HTML for assistive devices.
title:
text: My awesome publications
visible: true
# SUMMARY - optional
# This is a summary of the data for assistive devices, as an alternative to
# reading through all of the data. This is NOT a subtitle or introductory note
# -- for any of those things, use "note", below. This is used as the `summary`
# attribute of the HTML table. While this attribute is depreciated in HTML5,
# many screen readers continue to use it.
summary:
text: I have been published in twelve different continents.
visible: false
# NOTE - optional
# This is a nonstandard table element, but used to display information at the
# top of the inside of the table (unlike the caption, which is above the table)
# but before the column headings.
note: I have three pending publications.
# FOOTER - optional
# Used in the <tfoot> element at the bottom of the table. Useful for footnotes
# or other non-critical notes to the table as a whole.
footer: Current as of Jan. 1, 2021.
# COLUMNS - required
# name: String. The text for your column heading.
# type: "text" or "number". Styles the column based on the data being presented.
# row: (optional) "true" or "false". Sets this column as the "row header" which
# alters the style and presents the column first in assistive devices. Need
# not be the first column.
columns:
- name: Title
type: text
- name: Authors
type: text
- name: Coauthorship
type: text
- name: Date
type: text
row: true
- name: Type
type: text
- name: Format
type: text
- name: Size
type: text
- name: Avg. Rating
type: number
- name: URL
type: text
# ROWS - required
# Each row of data follows the columns defined above, in order.
# Note YAML format requiring each new row to begin with `- -`.
# Individual items in a row (cells in the table) may be left blank.
rows:
- - An improbable journey
- Bilbo Smith
-
- 2000
- Journal
- Printed
- 5 p.
- 4.8
- https://example.com
- - An unlikely sequel
- Frodo Smith
- Bilbo Smith, Gandalf the Grey
- 2010
- Zine
- Printed
- 55 p.
- 4.2
- https://example.com/sequel
- - An unbelievable director's cut
- Zach Snyder
-
- 2020
- Film
- 35mm
- 7 hours
- 4.6
- https://example.com/directorscut