-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
122 lines (111 loc) · 4.09 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
115
116
117
118
119
120
121
122
site_name: GeoBTAA Metadata Handbook
site_author: Big Ten Academic Alliance Geospatial Information Network
copyright : "2023"
repo_url: https://github.com/geobtaa/metadata
theme:
name: material
font:
text: helvetica neue
features:
- navigation.sections
- content.tooltips
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
logo: images/btaa-logo-white.png
highlightjs: true
plugins:
- search
- table-reader
# - with-pdf:
# output_path: export/b1g-handbook.pdf
- git-revision-date-localized:
enable_creation_date: true
extra_css:
- stylesheets/extra.css
markdown_extensions:
- abbr
- tables
- attr_list
- md_in_html
- pymdownx.critic
- pymdownx.caret
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde
- pymdownx.magiclink
- toc:
toc_depth: 2
permalink: true
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- def_list
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.snippets:
auto_append:
- includes/abbreviations.md
- admonition
- pymdownx.details
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
showSequenceNumbers: true
noteFontWeight: "10px"
actorFontSize: "10px"
messageFontSize: "10px"
- pymdownx.tabbed:
alternate_style: true
nav:
- HOME: 'index.md'
- Reference:
- Schema:
- 'GeoBTAA Metadata Profile': 'geobtaa-metadata-application-profile.md'
- 'Custom Elements' : 'b1g-custom-elements.md'
- 'Editing Template' : 'editingTemplate.md'
- Guidelines:
- 'Local Input Guidelines': 'input-guidelines.md'
- 'Harvest Schedule': 'schedule.md'
- 'ArcGIS Hubs' : 'arcgis-hub-guidelines.md'
- 'Submit Resources' : 'submit-resources.md'
- 'Glossary': 'glossary.md'
- Explanation:
- Metadata Workflows:
- 'Resource Lifecycle' : 'resource-lifecycle.md'
- 'GEOMG Metadata Toolkit' : 'geomg.md'
- Content Organization:
- 'Content Organization Model' : 'model.md'
- 'Resource Classes' : 'resourceClasses.md'
- 'Supplemental Metadata' : 'supplementalMetadata.md'
- BTAA Geoportal:
- 'About the BTAA Geoportal' : 'purpose.md'
- 'Collection Development Policy': 'collection-development-policy.md'
- 'Curation Priorities': 'curation-priorities.md'
- Harvesting:
- 'About Metadata Harvesting' : 'about-harvesting.md'
- 'Ephemeral Data' : 'ephemeral-data.md'
- 'DCAT Metadata' : 'dcat.md'
- 'CKAN Data Portals' : 'ckan.md'
- Tutorials: 'tutorials.md'
- Recipes:
- 'About': 'recipes/index.md'
- Harvest:
- 'ArcGIS': 'recipes/R-01_arcgis-hubs.md'
- 'Socrata': 'recipes/R-02_socrata.md'
- 'CKAN': 'recipes/R-03_ckan.md'
- 'OAI-PMH': 'recipes/R-04_oai-pmh.md'
- 'IIIF': 'recipes/R-05_iiif.md'
- 'MODS': 'recipes/R-06_mods.md'
- 'OpenGeoMetadata': 'recipes/R-07_ogm.md'
- 'PASDA' : 'recipes/R-08_pasda.md'
- 'UMedia' : 'recipes/R-09_umedia.md'
- Edit:
- 'Validate and Clean': 'recipes/clean.md'
- 'Add bounding boxes': 'recipes/add-bbox.md'
- 'Split bounding boxes': 'recipes/split-bbox.md'
- 'Standardize Creator names': 'recipes/standardize-creators.md'
- 'Update ArcGIS Hubs list': 'recipes/update-hub-list.md'
- 'Multiple links in GEOMG': 'recipes/secondary-tables.md'