-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
85 lines (85 loc) · 2.9 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
site_name: FAIR-by-Design Workshop
docs_dir: resources
theme:
name: material
palette:
primary: custom
logo: attachments/logo.png
custom_dir: resources/overrides
features:
- navigation.footer
plugins:
- 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)$'
markdown_extensions:
- attr_list
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: Green
given-names: Dominique
orcid: https://orcid.org/0000-0002-9411-4281
affiliation: DCC
- family-names: Whyte
given-names: Angus
orcid: https://orcid.org/0000-0002-5198-0833
affiliation: University of Edinburgh
- family-names: Davidson
given-names: Joy
orcid: https://orcid.org/0000-0003-3484-7675
affiliation: DCC
- family-names: Chue Hong
given-names: Neil
orcid: https://orcid.org/0000-0002-8876-7606
affiliation: University of Edinburgh
- family-names: Gruenpeter
given-names: Morane
orcid: https://orcid.org/0000-0002-9777-5560
affiliation: INRIA
- family-names: Antonioletti
given-names: Mario
orcid: https://orcid.org/0000-0002-2486-7990
affiliation: University of Edinburgh
title: "FAIR-by-Design: introducing Skills4EOSC and FAIR-IMPACT"
abstract: "The main goal of the workshop is to introduce participants to the projects’ resources and show how they can be used to help create a broad range of FAIR by design outputs. We expect this workshop to be of high practical use to participants when it comes to increasing their capacity for supporting the production and reuse of FAIR digital objects. Therefore, it is aimed at any interested stakeholder who would like to become more aware with regards to the FAIR principles in their daily activities by both improving the FAIRness of existing digital objects or employing a FAIR-by-Design approach when developing new digital objects."
version: 1.0.1
doi: 10.5281/zenodo.10676532
date-released: "2024"
license: CC-BY-4.0
license-url: "https://creativecommons.org/licenses/by/4.0/legalcode.txt"
type: generic
keywords:
- FAIR-by-Design
- FAIR software
- FAIR learning materials
repository: "https://github.com/FAIR-by-Design-Methodology/IDCC24workshop"