-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
262 lines (230 loc) · 9.43 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
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
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
site_name: Geospatial Information Network
site_author: Big Ten Academic Alliance Geospatial Information Network
site_url: https://gin.btaa.org
copyright : "© 2016-2024 Big Ten Academic Alliance Geospatial Information Network"
theme:
name: material
favicon: images/btaa-geodata.png
# palette:
# scheme: gin
highlightjs: true
logo: images/gin-white.png
font:
text: Libre Franklin
custom_dir: overrides
features:
- navigation.instant
- navigation.instant.prefetch
- navigation.instant.progress
- navigation.tracking
- navigation.tabs
- navigation.tabs.sticky
- navigation.sections
- navigation.expand
# - navigation.path
# - navigation.prune
- navigation.indexes
- navigation.top
- navigation.sections
- toc.follow
- toc.integrate
plugins:
- privacy
- tags:
tags_compare_reverse: true
tags_slugify: !!python/object/apply:pymdownx.slugs.slugify
kwds:
case: lower
# tags_file: library/index.md
tags_extra_files:
library/dates.md: ['2018', '2019','2020','2021','2022','2023','2024','2025']
library/topics.md: [reports, proposals, guidelines, charters, practices]
- table-reader
# - exporter
# - exporter-pdf
- search
- open-in-new-tab
# - optimize
# - git-revision-date-localized
- glightbox:
touchNavigation: true
loop: false
effect: zoom
slide_effect: slide
width: 100%
height: 100%
zoomable: true
draggable: true
skip_classes:
- custom-skip-class-name
auto_caption: true
caption_position: top
- blog:
blog_dir: updates
categories: false
archive: true
post_readtime: false
post_date_format: medium
post_url_date_format: yyyy
archive_date_format: yyyy
post_excerpt_separator: <!-- more -->
# - pdf-export:
# verbose: true
# media_type: print
extra_css:
- stylesheets/extra.css
extra_javascript:
- https://unpkg.com/[email protected]/dist/tablesort.min.js
- javascripts/tablesort.js
markdown_extensions:
- abbr
- tables
- attr_list
- def_list
- md_in_html
- meta
- footnotes
- admonition
- pymdownx.critic
- pymdownx.caret
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde
- pymdownx.details
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
showSequenceNumbers: true
- pymdownx.snippets:
auto_append:
- includes/abbreviations.md
- pymdownx.magiclink
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
options:
custom_icons:
- overrides/.icons
- pymdownx.tabbed:
alternate_style: true
slugify: !!python/object/apply:pymdownx.slugs.slugify
kwds:
case: lower
- toc:
toc_depth: 3
title: On this page
permalink: true
permalink_title: Anchor link to this section for reference
extra:
generator: false
tags:
library: libr
'2012': '2012'
'2015': '2015'
'2016': '2016'
'2017': '2017'
'2018': '2018'
'2019': '2019'
'2020': '2020'
'2021': '2021'
'2022': '2022'
'2023': '2023'
'2024': '2024'
'2025': '2025'
'reports': reports
'proposals': proposals
'program guidelines': guidelines
'charters': charters
'best practices': practices
social:
- icon: material/email
link: https://geo.btaa.org/feedback
- icon: simple/youtube
link: https://www.youtube.com/@geobtaa1585
analytics:
provider: custom
nav:
# - Home: 'index.md'
- About:
- 'Overview': 'about/about-us.md'
- 'Who we are': 'about/participants.md'
- 'Committees': 'about/committees.md'
- 'Working Groups': 'about/working-groups.md'
- 'History': 'about/history.md'
- 'Guiding Principles': 'about/btaa-gin.md'
- 'Contact us': 'https://geo.btaa.org/feedback'
- 'Program Updates':
- 'updates/index.md'
- Technology:
- 'Technology projects': 'technology/projects.md'
- 'About the BTAA Geoportal': 'technology/geoportal.md'
- 'Geodata Collection Roadmap': 'technology/geodata-collection.md'
- User Resources:
- Research Guides:
- 'guides/index.md'
- 'BTAA Geoportal Search strategies': 'guides/search-strategies.md'
- 'Understanding metadata': 'guides/understanding-metadata.md'
- 'Citing geospatial data': 'guides/cite-data.md'
- 'Licensed data' : 'guides/licensed-data.md'
- 'U.S. Census data' : 'guides/census.md'
- 'Fire insurance maps' : 'guides/fire-insurance.md'
- 'Public Land Survey System (PLSS) Plats' : 'guides/plss.md'
- 'Allmaps Plugin' : 'guides/allmaps.md'
- Tutorials:
- 'tutorials/index.md'
- '1. Types of Geospatial Information': 'tutorials/01_types-of-geospatial-information.md'
- '2. Find Maps': 'tutorials/02_find-maps.md'
- '3. Find Geospatial Data': 'tutorials/03_find-geospatial-data.md'
- '4. Evaluate Geospatial Information': 'tutorials/04_evaluate-geospatial-information.md'
- '5. Web Services': 'tutorials/05_web-services.md'
- '6. Link Tabular Data': 'tutorials/06_link-tabular-data.md'
- '7. Georeference': 'tutorials/07_georeference.md'
- '8. Digitize': 'tutorials/08_digitize.md'
- '9. Create Elevation Surface Models': 'tutorials/09_create-elevation-surface-models.md'
- '10. Zonal Stats Tool': 'tutorials/10_zonal-stats-tool.md'
- '11. Story Maps': 'tutorials/11_story-maps.md'
- Document Library:
# - Browse:
# - 'By topic': 'library/topics.md'
# - 'By date': 'library/dates.md'
- 'Journal Articles': 'library/articles.md'
# - 'Presentations': 'library/presentations.md'
- All Documents:
- 'Analytics Working Group Report': 'library/analytics-working-group-report.md'
- 'ArcGIS Web Services Pilot Report': 'library/arcgis-online-pilot.md'
- 'Best Practices for ArcGIS Hubs': 'library/best-practices-open-data-portals.md'
- 'BTAA GIS Conference 2023 Wrap-Up Report': 'library/conference-report-2023.md'
- 'CIC Geospatial Data Discovery Project Charter (2015)': 'library/cic-charter.md'
- 'Continuation Proposal 2021': 'library/continuation_2021.md'
- 'Continuation Proposal 2019': 'library/continuation_2019.md'
- 'Continuation Proposal 2017': 'library/continuation_2017.md'
- 'Curation Priorities': 'library/curation-priorities.md'
- 'Digital Dark Age': 'library/digital-dark-age'
- 'Diverse Collections Report': 'library/diverse-collections.md'
- 'Geodata Collection Strategic Plan': 'library/geodata-collection-strategic-plan.md'
- 'Geodata Collection Implementation Plan': 'library/implementation-plan.md'
- 'Impact Report 2020': 'library/impactReport_2020-05.md'
- 'Land acknowledgement Action Plan' : 'library/actionPlan.md'
- 'Land Acknowledgement Working Group Report': 'library/land-acknowledgement-working-group-report.md'
- 'Licensed Data Implementation': 'library/licensed-data-implementation.md'
- 'Original Content Guidelines': 'library/original-content.md'
- 'Proposal for a Geospatial Data Discovery Project Across the CIC (2015)': 'library/cic-proposal.md'
- 'Rates of Change for Open Data': 'library/rates-of-change.md'
- 'A Spatial Data Infrastructure (SDI) for the BTAA': 'library/btaa-sdi-2019.md'
- 'Staff Time for Ephemeral Data': 'library/ephemeral-costs.md'
- 'Team Member Role Description': 'library/team-member-role.md'
- 'User Personas': 'library/user-personas.md'
- 'Web Services Report': 'library/webServicesReport.md'
- GIS Conference:
- 'index' : 'conference/index.md'
- Map Gallery: 'conference/map-gallery.md'
- Past Conferences:
- 2023: 'conference/2023.md'
- 2022: 'conference/2022.md'
- 2021: 'conference/2021.md'
- 2020: 'conference/2020.md'
- Collection Stories: 'https://geobtaa.blogspot.com'