-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathmkdocs.yml
More file actions
91 lines (90 loc) · 3.38 KB
/
mkdocs.yml
File metadata and controls
91 lines (90 loc) · 3.38 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
site_name: RDA Fair Mappings Working Group
theme:
name: material
icon:
edit: material/pencil
features:
- content.action.edit
#- navigation.tabs
#- toc.integrate
#- navigation.sections
#- navigation.top
- search.suggest
- search.highlight
#- content.tabs.link
- content.code.annotation
- content.code.copy
- content.code.select
plugins:
- search
- awesome-pages
- mermaid2
markdown_extensions:
- toc:
permalink: true
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:mermaid2.fence_mermaid_custom
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.tabbed
- pymdownx.critic
- pymdownx.caret
- pymdownx.details
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde
- attr_list
- md_in_html
- pymdownx.highlight:
anchor_linenums: true
- admonition
- pymdownx.arithmatex:
generic: true
- footnotes
- attr_list
- md_in_html
- tables
nav:
- About our work: index.md
- Use Cases:
- Overview: use-cases.md
- Case Studies:
- Lunaris: case-study/case-study-lunaris.md
- Mondo Ontology: case-study/case-study-mondo.md
- Uberon Ontology: case-study/case-study-uberon.md
- Integrated Carbon Observation System: case-study/case-study-icos.md
- British Oceanographic Data Centre: case-study/case-study-bodc.md
- INRAE Thesaurus: case-study/case-study-inrae.md
- Circular Economy Ontologies: case-study/case-study-ceon.md
- Wheat Ontology: case-study/case-study-wheatontology.md
- NII Data Governance: case-study/case-study-nii.md
- I-ADOPT: case-study/case-study-i-adopt.md
- DLITE transform: case-study/case-study-dlite-transform.md
- DLITE: case-study/case-study-dlite.md
- COMP-LOINC: case-study/case-study-comp-loinc.md
- Information Extraction from Literature: case-study/case-study-ontogpt-ie.md
- Schema element mapping with LinkML-Map: case-study/case-study-linkml-map.md
- Schema subsetting with LinkML-Map: case-study/case-study-linkml-map-subset.md
- Schema normalization with LinkML-Map: case-study/case-study-linkml-map-normalization.md
- FoodOn to FoodEx2 mapping: case-study/case-study-food.md
- Mapping LGBTQ+-related thesauri: case-study/case-study-lgbtq.md
- Fresh Catalog: case-study/case-study-fresh.md
- BFO-PROV-O: case-study/case-study-bfoprov.md
- WOD to ICES platforms: case-study/case-study-wod-ices.md
- DCAT-AP-DataCite: case-study/case-study-dcat-ap-datacite.md
- DCAT-AP-Schema.org: case-study/case-study-dcat-ap-schemaorg.md
- DataCite-Schema.org: case-study/case-study-datacite-schemaorg.md
- ARIADNE mappings: case-study/case-study-ariadne.md
- FAIR Mapping recommendations: recommendation.md
- FAIR Mappings conceptual model: model.md
- Integration with other efforts: integration.md
- FAIR Mappings schema: https://mapping-commons.github.io/fair-mappings-schema/
- Decision log of the Working Group: decision-log.md
- Related efforts: related-efforts.md
- Resources about FAIR mappings: resources.md
repo_url: https://github.com/mapping-commons/rda-fair-mappings/
site_url: https://mapping-commons.github.io/rda-fair-mappings/
edit_uri: edit/main/src/docs/