generated from Imageomics/Collaborative-distributed-science-guide
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yaml
More file actions
144 lines (132 loc) · 7.52 KB
/
mkdocs.yaml
File metadata and controls
144 lines (132 loc) · 7.52 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
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
site_name: "AI & Biodiversity Change Global Center Guide"
site_description: "An ABC Center-focused guide to collaborative work, including GitHub and Hugging Face workflows."
site_author: "AI & Biodiversity Change Global Center"
site_url: "https://ABC-Center.github.io/ABC-guide/"
repo_url: https://github.com/ABC-Center/ABC-guide
edit_uri: edit/main/docs/
theme:
name: material
icon:
view: material/eye
logo: logos/digital/logo_icon_for_web_and_digital_content_square.png
favicon: logos/digital/logo_icon_for_web_and_digital_content_square.png
palette:
# Palette toggle for automatic mode
- media: "(prefers-color-scheme)"
toggle:
icon: material/brightness-auto
name: Switch to light mode
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/brightness-4
name: Switch to system preference
features:
- content.action.view
- content.code.copy
- navigation.tabs
- navigation.tabs.sticky
extra_css:
- stylesheets/extra.css
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/ABC-Center
- icon: simple/huggingface
link: https://huggingface.co/ABC-Center
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/company/abc-global-center/
- icon: fontawesome/brands/bluesky
link: https://bsky.app/profile/abcglobalcenter.bsky.social
- icon: fontawesome/brands/x-twitter
link: https://twitter.com/ABCGlobalCenter
- icon: fontawesome/brands/instagram
link: https://www.instagram.com/ABCGlobalCenter/
- icon: fontawesome/brands/youtube
link: https://www.youtube.com/@AIandBiodiversityChangeGlobalC
- icon: octicons/link-16
link: http://abcresearchcenter.org/
# Add your own copyright notice, but please include the note
# "This guide was generated from the <a href="https://github.com/Imageomics/Collaborative-distributed-science-guide" target="_blank"><u>Collaborative Distributed Science Guide</u></a>, developed by the <a href="https://imageomics.org" target="_blank"><u>Imageomics Institute</u></a> and the <a href="http://abcresearchcenter.org/" target="_blank"><u>AI and Biodiversity Change (ABC) Global Center</u></a>."
copyright: >
<p>This guide was generated from the <a href="https://github.com/Imageomics/Collaborative-distributed-science-guide" target="_blank"><u>Collaborative Distributed Science Guide</u></a>, developed by the <a href="https://imageomics.org" target="_blank"><u>Imageomics Institute</u></a> and the <a href="http://abcresearchcenter.org/" target="_blank"><u>AI and Biodiversity Change (ABC) Global Center</u></a>.
This work was supported by the <a href="http://abcresearchcenter.org/" target="_blank"><u>AI and Biodiversity Change (ABC) Global Center</u></a>.
The ABC Global Center is funded by the US National Science Foundation under <a href="https://www.nsf.gov/awardsearch/showAward?AWD_ID=2330423&HistoricalAwards=false" target="_blank"><u>Award No. 2330423</u></a> and the Natural Sciences and Engineering Research Council of Canada under <a href="https://www.nserc-crsng.gc.ca/ase-oro/Details-Detailles_eng.asp?id=782440" target="_blank"><u>Award No. 585136</u></a>.
This guide draws on research funded by the Social Sciences and Humanities Research Council.
Any opinions, findings, conclusions, or recommendations expressed in this material are those of the author(s) and do not necessarily reflect the views of the National Science Foundation, the Natural Sciences and Engineering Research Council of Canada, or the Social Sciences and Humanities Research Council.
</p>
<p>
Ce travail a été soutenu par le centre de recherche <a href="http://abcresearchcenter.org/" target="_blank"><u>AI and Biodiversity Change (ABC) Global Center</u></a>, financé conjointement par la National Science Foundation des États-Unis (<a href="https://www.nsf.gov/awardsearch/showAward?AWD_ID=2330423&HistoricalAwards=false" target="_blank"><u>Financement #2330423</u></a>) et par le Conseil de recherches en sciences naturelles et en génie du Canada (<a href="https://www.nserc-crsng.gc.ca/ase-oro/Details-Detailles_fra.asp?id=782440" target="_blank"><u>Financement #585136</u></a>).
Ce travail s'appuie également en partie sur des recherches financées par le Conseil de recherches en sciences humaines du Canada. Les opinions, conclusions ou recommandations exprimées dans ce document sont celles de(s) auteur(s) et ne reflètent pas nécessairement celles de la National Science Foundation, du Conseil de recherches en sciences naturelles et en génie du Canada, ou du Conseil de recherches en sciences humaines du Canada.
</p>
plugins:
- glightbox
- macros
- search
markdown_extensions:
- admonition
- attr_list
- footnotes
- md_in_html
- pymdownx.betterem
- pymdownx.blocks.caption
- pymdownx.details
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.tasklist
- pymdownx.tilde
- pymdownx.keys
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- toc:
permalink: true
title: 📖 On This Page
nav:
# These are all relative links within the repo, only update if adding or deleting pages
- Home: index.md
- GitHub Guide:
- "Repo Guide": wiki-guide/GitHub-Repo-Guide.md
- "Workflow": wiki-guide/The-GitHub-Workflow.md
- "Pull Request Guide": wiki-guide/The-GitHub-Pull-Request-Guide.md
- "Projects Guide": wiki-guide/Guide-to-GitHub-Projects.md
- "Branch Protections": wiki-guide/When-to-think-about-branch-protections.md
- "Two Repo Problem": wiki-guide/Two-Repo-Problem.md
- "Git Cherry-Pick Guide": wiki-guide/Git-Cherry-Pick-Guide.md
- "Why Use the ABC GitHub": wiki-guide/Why-use-the-ABC-GitHub.md
- Hugging Face Guide:
- "Repo Guide": wiki-guide/Hugging-Face-Repo-Guide.md
- "Workflow": wiki-guide/The-Hugging-Face-Workflow.md
- "Dataset Upload Guide": wiki-guide/The-Hugging-Face-Dataset-Upload-Guide.md
- "Why Use the ABC Hugging Face": wiki-guide/Why-use-the-ABC-Hugging-Face.md
- FAIR Guide:
- "About FAIR Principles": wiki-guide/FAIR-Guide.md
- "Metadata Checklist": wiki-guide/Metadata-Checklist.md
- "Code Repo Checklist": wiki-guide/Code-Checklist.md
- "Data Card Checklist": wiki-guide/Data-Checklist.md
- "Model Card Checklist": wiki-guide/Model-Checklist.md
- "DOI Generation": wiki-guide/DOI-Generation.md
- Templates:
- "About Templates": wiki-guide/About-Templates.md
- "Dataset Card Template": wiki-guide/HF_DatasetCard_Template_mkdocs.md
- "Model Card Template": wiki-guide/HF_ModelCard_Template_mkdocs.md
- Command Line Cheat Sheet: wiki-guide/Command-Line-Cheat-Sheet.md
- Code of Conduct: CODE_OF_CONDUCT.md
- Digital Product Policy:
- "About Digital Product Policies": wiki-guide/About-Digital-Product-Policies.md
- "Release and Licensing Policy": wiki-guide/Digital-products-release-licensing-policy.md
- "Digital Product Life Cycle": wiki-guide/Digital-Product-Lifecycle.md
- Other Resources:
- "Virtual Environments": wiki-guide/Virtual-Environments.md
- "Helpful Tools": wiki-guide/Helpful-Tools-for-your-Workflow.md
- "Handling API Keys": wiki-guide/Handling-API-Keys.md
- "Glossary for Imageomics": wiki-guide/Glossary-for-Imageomics.md