diff --git a/docs/index.md b/docs/index.md index b19e17b..1d6292c 100644 --- a/docs/index.md +++ b/docs/index.md @@ -63,7 +63,7 @@ We have two versions of the ABC logo: The icon (left) is used for smaller displa ## Other pages of note -- [Glossary for Imageomics](wiki-guide/Glossary-for-Imageomics.md): Collection of terms used in imageomics. The goal is to ensure all participating domains are represented, thus facilitating interdisciplinary communication. This is a group effort, please check it out and add terms you think should be there! +- [ABC Glossary](wiki-guide/ABC-Glossary.md): Collection of terms used in both computer science and ecology. The goal is to ensure all participating domains are represented, thus facilitating interdisciplinary communication. This is a group effort, please check it out and add terms you think should be there! - [Command Line Cheat Sheet](wiki-guide/Command-Line-Cheat-Sheet.md): Collection of useful bash and git commands with some git tips. !!! question "[Questions, Comments, or Concerns?](https://github.com/ABC-Center/ABC-guide/issues)" diff --git a/docs/wiki-guide/Glossary-for-Imageomics.md b/docs/wiki-guide/ABC-Glossary.md similarity index 93% rename from docs/wiki-guide/Glossary-for-Imageomics.md rename to docs/wiki-guide/ABC-Glossary.md index 55957cc..dd32cfd 100644 --- a/docs/wiki-guide/Glossary-for-Imageomics.md +++ b/docs/wiki-guide/ABC-Glossary.md @@ -1,12 +1,12 @@ -# Imageomics Glossary +# ABC Glossary -This glossary is designed as a resource for members of the Imageomics Institute from various backgrounds to familiarize themselves with key terms and concepts encountered in our work. +This glossary is designed as a resource for members of the ABC Global Center from various backgrounds to familiarize themselves with key terms and concepts encountered in our work. -It includes concepts in biology, ecology, genetics, machine learning and artificial intelligence, computer science, and software engineering. +It includes concepts in biology, biodiversity, ecology, genetics, machine learning and artificial intelligence, computer science, and software engineering. -Definitions are not meant to be comprehensive. Ideally, they will be tailored to our institute's context. +Definitions are not meant to be comprehensive. Ideally, they will be tailored to ABC's context. -It is meant to be a collaborative effort, so please [contribute](https://github.com/Imageomics/Imageomics-guide/issues) terms you would like defined, definitions you know, or corrections for errors you notice! +It is meant to be a collaborative effort, so please [contribute](https://github.com/ABC-Center/ABC-guide/issues) terms you would like defined, definitions you know, or corrections for errors you notice! ## A diff --git a/docs/wiki-guide/Metadata-Checklist.md b/docs/wiki-guide/Metadata-Checklist.md index f80cb36..f9197dc 100644 --- a/docs/wiki-guide/Metadata-Checklist.md +++ b/docs/wiki-guide/Metadata-Checklist.md @@ -2,7 +2,7 @@ When collecting or compiling new data, there are generally questions one is _trying_ to answer. There are also often questions that will come up later—whether for yourself or others interested in using your data. -To improve both the _**Findability**_ and _**Reusability**_ of your data (ensuring [FAIR principles](Glossary-for-Imageomics.md#fair-data-principles)) for yourself and others, be sure to note down the following information. +To improve both the _**Findability**_ and _**Reusability**_ of your data (ensuring [FAIR principles](ABC-Glossary.md#fair-data-principles)) for yourself and others, be sure to note down the following information. !!! note "This is not an exhaustive list." Be sure to include any other information that may be important to your particular project or field. For instance, see the [Code](Code-Checklist.md), [Data](Data-Checklist.md), and [Model](Model-Checklist.md) Checklists included in this section. diff --git a/mkdocs.yaml b/mkdocs.yaml index f87c5a3..219836c 100644 --- a/mkdocs.yaml +++ b/mkdocs.yaml @@ -141,4 +141,4 @@ nav: - "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 + - "ABC Glossary": wiki-guide/ABC-Glossary.md