-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.pages.yml
More file actions
110 lines (107 loc) · 2.99 KB
/
.pages.yml
File metadata and controls
110 lines (107 loc) · 2.99 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
media:
input: src/images
output: /images
content:
- name: outputs
label: Outputs
type: collection
path: src/outputs
filename: "{fields.slug}"
extension: md
fields:
- name: citation
label: Citation
type: rich-text
description: Full citation including HTML links
- name: comment
label: Comment
type: text
description: Brief description of this output
- name: tags
label: Related Practices
type: string
list: true
options:
values:
- academic-scholarly-podcasting
- annotation-for-transparent-inquiry
- applying-care-principles-to-indigenous-material
- authorship-collective-collaborative-communal
- co-production
- collaborative-translation
- community-based-participatory-research
- data-papers
- digital-enumerative-bibliography
- documenting-disseminating-failure
- experimental-longform-publishing
- linked-open-data
- member-checking-member-sharing
- open-documentation-of-creative-methods
- open-documentation-of-methods
- open-longform-scholarship
- open-materials
- open-peer-review
- participatory-action-research
- positionality-foregrounding
- pre-registering-qualitative-research
- preprints-working-papers
- public-scholarship
- reflexivity
- research-practice-partnerships
- sharing-creative-practice-outputs
- sharing-creatively-refigured-data
- sharing-ethically-fabricated-data
- sharing-qualitative-data
- virtual-exhibitions
view:
fields: [citation, tags]
primary: citation
- name: practices
label: Practices
type: collection
path: src/practices
filename: "{fields.slug}/index"
extension: md
fields:
- name: title
label: Title
type: string
required: true
- name: slug
label: Slug
type: string
required: true
description: URL-friendly identifier (e.g. reflexivity)
- name: types
label: Practice Types
type: string
list: true
options:
values:
- participatory
- epistemic
- process
- evidentiary
- availability
- accessible-communication
- name: img
label: Image
type: image
- name: imgCaption
label: Image Caption
type: string
- name: lastUpdated
label: Last Updated
type: date
- name: layout
label: Layout
type: string
default: practice.njk
hidden: true
- name: body
label: Content
type: rich-text
view:
fields: [title, types, lastUpdated]
primary: title
sort: [title]