forked from FAIR-by-Design-Methodology/templates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
114 lines (114 loc) · 3.74 KB
/
mkdocs.yml
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
site_name: FAIR-by-Design Training for CLARIN Community
docs_dir: resources
theme:
name: material
palette:
primary: custom
logo: attachments/logo.png
custom_dir: resources/overrides
features:
- navigation.footer
- search.highlight
- search.suggest
markdown_extensions:
- attr_list
- markdown_include.include:
base_path: .
- md_in_html
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- admonition
- pymdownx.details
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
plugins:
- search
- tags
- mike:
version_selector: true
- exclude:
glob:
- "*Activities/*"
- "*Assessment/*"
- "*Templates/*"
- "*Feedback/*"
- "*.tmp"
- "*.pdf"
- "*.gz"
- "*.pptx"
- "*_plan.md"
- "*facilitator_guide.md"
- "*syllabus.md"
regex:
- '.*\.(tmp|bin|tar)$'
extra:
version:
provider: mike
extra_css:
- stylesheets/extra.css
citation:
cff-version: 1.2.0
message: "If you use these learning materials, please cite it as below."
authors:
- family-names: Filiposka
given-names: Sonja
orcid: https://orcid.org/0000-0003-0034-2855
affiliation: UKIM
- family-names: Mishev
given-names: Anastas
orcid: https://orcid.org/0000-0001-7271-6655
affiliation: UKIM
- family-names: Anastasopoulou
given-names: Athina
affiliation: GRNET
- family-names: Frontini
given-names: Francesca
orcid: https://orcid.org/0000-0002-8126-6294
affiliation: CLARIN ERIC
- family-names: Pedonese
given-names: Giulia
orcid: https://orcid.org/0000-0003-3828-0135
affiliation: CLARIN
- family-names: van der Lek
given-names: Iulianna
orcid: https://orcid.org/0000-0002-0736-0311
affiliation: CLARIN
title: "FAIR-by-Design training for the CLARIN community"
abstract: "When developing learning materials, it is essential to ensure they are FAIR (Findable, Accessible, Interoperable, and Reusable) from both the learners' and trainers' perspectives. Therefore, integrating FAIR principles into the development of learning materials is a crucial element. This training introduces the CLARIN community to the FAIR-by-Design Methodology, which provides a systematic approach that embeds the FAIR principles into the backward instructional design process."
version: 1.0.1
doi: 10.5281/zenodo.13867278
date-released: "2024"
license: CC-BY-4.0
license-url: "https://creativecommons.org/licenses/by/4.0/legalcode.txt"
type: generic
keywords:
- FAIR learning materials
- FAIR-by-Design methodology
- FAIR instructional design
- FAIR quality assessment
repository: "https://github.com/FAIR-by-Design-Methodology/CLARIN-Training"
signposting_linkset: https://raw.githubusercontent.com/FAIR-by-Design-Methodology/CLARIN-Training/main/linkset.json # do not update manually
signposting_default_profile: '' # update with an URL towards the profile used for the Markdown pages (optional)
# signposting_gitbook_url: https://gitbook.example.com # leave commented (prefixed with `#`) if using GitHub Pages with the default domain.
signposting_exclusions:
- 'venv/**'
- 'external-resources/**'
- 'Feedback/**'
- '**/Activities/**'
- '*/Assessment/**'
- 'index.md'
- '02 process_description.md'
- '03 glossary.md'
- 'template_unit_lesson_plan.md'
- '**/*facilitator_guide.md'
- '*syllabus.md'
- '**/*_plan.md'
- '**/template_content.md'