-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathconfig.toml
More file actions
219 lines (180 loc) · 5.05 KB
/
Copy pathconfig.toml
File metadata and controls
219 lines (180 loc) · 5.05 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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
BABEL_DEFAULT_LOCALE = 'en_GB'
HOME_URL = "https://edtechhub.org/"
HOME_TITLE = "The EdTech Hub"
HOME_SUBTITLE = "Research and Innovation to fulfil the potential of EdTech"
[kerko.meta]
title = "Evidence Library – The EdTech Hub"
google_analytics_id = "UA-149862882-2"
[kerko.link_groups]
[[kerko.link_groups.breadcrumb_base]]
text = "EdTech Hub"
type = "url"
url = "https://edtechhub.org/"
[[kerko.link_groups.breadcrumb_base]]
text = "Evidence"
type = "url"
url = "https://edtechhub.org/evidence/"
[[kerko.link_groups.breadcrumb_base]]
text = "Evidence Library"
type = "endpoint"
endpoint = "kerko.search"
[kerko.features]
download_attachment_new_window = true
open_in_zotero_app = true
open_in_zotero_web = true
print_item = true
print_results = true
results_abstracts = true
results_abstracts_max_length = 500
results_abstracts_max_length_leeway = 40
relations_initial_limit = 50
[kerko.search]
result_fields = ["id", "attachments", "bib", "data", "preview", "url"]
whoosh_language = "en"
[kerko.templates]
layout = "kerkoapp/layout.html.jinja2"
search = "kerkoapp/search.html.jinja2"
search_item = "kerkoapp/search-item.html.jinja2"
item = "kerkoapp/item.html.jinja2"
[kerko.zotero]
locale = "en-GB"
# CAUTION: The URL's query string (after the '?') must be changed after any edit
# to the CSL style, otherwise zotero.org might still use a previously cached
# version of the file.
csl_style = "https://docs.edtechhub.org/static/dist/csl/eth_apa.xml?202012301815"
item_exclude_re = "^_exclude$"
child_include_re = "^(_publish)|(publishPDF)$"
child_exclude_re = ""
[kerko.facets]
[kerko.facets.tag]
enabled = false
[kerko.facets.link]
enabled = false
[kerko.facets.item_type]
enabled = false
[kerko.facets.learners]
enabled = true
type = "collection"
collection_key = "X6MP49KP"
filter_key = "learners"
title = "Learners"
weight = 1
initial_limit = 6
initial_limit_leeway = 4
[kerko.facets.educators]
enabled = true
type = "collection"
collection_key = "HCTKHFNN"
filter_key = "educators"
title = "Educators"
weight = 2
initial_limit = 6
initial_limit_leeway = 4
[kerko.facets.education_systems]
enabled = true
type = "collection"
collection_key = "X3DPTXLG"
filter_key = "education_systems"
title = "Education systems"
weight = 3
initial_limit = 6
initial_limit_leeway = 4
[kerko.facets.cost_effectiveness]
enabled = true
type = "collection"
collection_key = "3TN4ME9B"
filter_key = "cost_effectiveness"
title = "Cost effectiveness"
weight = 4
initial_limit = 6
initial_limit_leeway = 4
[kerko.facets.hardware_and_modality]
enabled = true
type = "collection"
collection_key = "C965YJYB"
filter_key = "hardware_and_modality"
title = "Hardware and modality"
weight = 5
initial_limit = 6
initial_limit_leeway = 4
[kerko.facets.educational_level]
enabled = true
type = "collection"
collection_key = "B42SBYGD"
filter_key = "educational_level"
title = "Educational level"
weight = 6
initial_limit = 6
initial_limit_leeway = 4
[kerko.facets.within_country_contexts]
enabled = true
type = "collection"
collection_key = "P3Q22NYF"
filter_key = "within_country_contexts"
title = "Within-country contexts"
weight = 7
initial_limit = 6
initial_limit_leeway = 4
[kerko.facets.language_of_publication]
enabled = true
type = "collection"
collection_key = "ZNNITHFH"
filter_key = "language_of_publication"
title = "Language of publication"
weight = 8
initial_limit = 6
initial_limit_leeway = 4
[kerko.facets.publisher_type]
enabled = true
type = "collection"
collection_key = "N6HGZU24"
filter_key = "publisher_type"
title = "Publisher and type"
weight = 9
initial_limit = 6
initial_limit_leeway = 4
[kerko.facets.research_method]
enabled = true
type = "collection"
collection_key = "9WEL59XM"
filter_key = "research_method"
title = "Research method"
weight = 10
initial_limit = 6
initial_limit_leeway = 4
[kerko.facets.covid_and_reopening_of_schools]
enabled = true
type = "collection"
collection_key = "NRS95TC8"
filter_key = "covid_and_reopening_of_schools"
title = "COVID and reopening of schools"
weight = 11
initial_limit = 6
initial_limit_leeway = 4
[kerko.facets.topic_area]
enabled = true
type = "collection"
collection_key = "W6YXX3J6"
filter_key = "topic_area"
title = "Topic Area"
weight = 12
initial_limit = 6
initial_limit_leeway = 4
[kerko.facets.focus_countries]
enabled = true
type = "collection"
collection_key = "F29UQFBX"
filter_key = "focus_countries"
title = "Focus Countries"
weight = 13
initial_limit = 0
initial_limit_leeway = 0
[kerko.performance]
whoosh_index_memory_limit = 64
[kerkoapp.proxy_fix]
enabled = false
x_for = 1
x_proto = 1
x_host = 0
x_port = 0
x_prefix = 0