Skip to content

Commit fa688a6

Browse files
authored
Merge pull request #1 from ABC-Center/dev
2 parents 9615bb8 + bef0c1f commit fa688a6

37 files changed

+241
-846
lines changed

CITATION.cff

Lines changed: 43 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,31 @@
1-
abstract: "Template guide site for collaborative work, including GitHub and Hugging Face workflows."
1+
abstract: "ABC-focused guide site for collaborative work, including GitHub and Hugging Face workflows."
22
authors:
33
- family-names: "Campolongo"
44
given-names: "Elizabeth G."
55
orcid: "https://orcid.org/0000-0003-0846-2413"
6-
- family-names: "Thompson"
7-
given-names: "Matthew J."
8-
orcid: "https://orcid.org/0000-0003-0583-8585"
96
- family-names: Zhang
107
given-names: Net
118
orcid: "https://orcid.org/0000-0003-2664-451X"
12-
- family-names: "Duan"
13-
given-names: "Zoe"
14-
orcid: "https://orcid.org/0000-0002-8547-5907"
15-
- family-names: "Bradley"
16-
given-names: "John"
17-
orcid: "https://orcid.org/0000-0003-3858-848X"
189
- family-names: Eyriay
1910
given-names: Iuliia
2011
orcid: "https://orcid.org/0009-0007-1597-8684"
12+
- family-names: "Duan"
13+
given-names: "Zoe"
14+
orcid: "https://orcid.org/0000-0002-8547-5907"
2115
- family-names: Taylor
2216
given-names: Graham
2317
orcid: "https://orcid.org/0000-0001-5867-3652"
24-
- family-names: "Lapp"
25-
given-names: "Hilmar"
26-
orcid: "https://orcid.org/0000-0001-9107-0714"
2718
cff-version: 1.2.0
28-
date-released: "2025-08-15"
19+
date-released: "2025-09-DD" # Update on PR approval
2920
identifiers:
3021
- description: "The GitHub release URL of tag v1.0.0."
3122
type: url
32-
value: "https://github.com/Imageomics/Collaborative-distributed-science-guide/releases/tag/v1.0.0"
23+
value: "https://github.com/ABC-Center/ABC-guide/releases/tag/v1.0.0"
3324
- description: "The GitHub URL of the commit tagged with v1.0.0."
3425
type: url
35-
value: "https://github.com/Imageomics/Collaborative-distributed-science-guide/tree/c61bfb8b0a539bb06d3221cb1d8dc37f65254d68"
26+
value: "https://github.com/ABC-Center/ABC-guide/tree/<commit-hash>" # Update on release
3627
keywords:
37-
- imageomics
28+
- "interdisciplinary science"
3829
- metadata
3930
- guide
4031
- "best practices"
@@ -46,6 +37,39 @@ keywords:
4637
- standards
4738
license: CC0-1.0
4839
message: "If you find these docs helpful in your research, please cite them as below."
49-
repository-code: "https://github.com/Imageomics/Collaborative-distributed-science-guide"
50-
title: "Collaborative Distributed Science Guide"
40+
repository-code: "https://github.com/ABC-Center/ABC-guide"
41+
title: "AI & Biodiversity Change Global Center Guide"
5142
version: "1.0.0"
43+
references:
44+
- authors:
45+
- family-names: "Campolongo"
46+
given-names: "Elizabeth G."
47+
orcid: "https://orcid.org/0000-0003-0846-2413"
48+
- family-names: "Thompson"
49+
given-names: "Matthew J."
50+
orcid: "https://orcid.org/0000-0003-0583-8585"
51+
- family-names: Zhang
52+
given-names: Net
53+
orcid: "https://orcid.org/0000-0003-2664-451X"
54+
- family-names: "Duan"
55+
given-names: "Zoe"
56+
orcid: "https://orcid.org/0000-0002-8547-5907"
57+
- family-names: "Bradley"
58+
given-names: "John"
59+
orcid: "https://orcid.org/0000-0003-3858-848X"
60+
- family-names: Eyriay
61+
given-names: Iuliia
62+
orcid: "https://orcid.org/0009-0007-1597-8684"
63+
- family-names: Taylor
64+
given-names: Graham
65+
orcid: "https://orcid.org/0000-0001-5867-3652"
66+
- family-names: "Lapp"
67+
given-names: "Hilmar"
68+
orcid: "https://orcid.org/0000-0001-9107-0714"
69+
date-released: "2025-08-15"
70+
doi:
71+
license: CC0-1.0
72+
repository-code: "https://github.com/Imageomics/Collaborative-distributed-science-guide"
73+
title: "Collaborative Distributed Science Guide"
74+
version: 1.0.0
75+
doi: "10.5281/zenodo.16950875"

CONTRIBUTING.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
1-
# Contributing to the Collaborative Distributed Science Guide
1+
# Contributing to the ABC Guide
22

3-
Thank you for your interest in contributing to the Collaborative Distributed Science Guide! This document outlines the standards and guidelines for contributing to this template repository.
3+
Thank you for your interest in contributing to the ABC Guide!
44

5-
## Overview
5+
This document outlines the standards and guidelines for contributing to the ABC Guide. Before you begin, please review the information provided here.
6+
7+
First, is your contribution specific to the AI & Biodiversity Change (ABC) Global Center, or would it be more broadly applicable? If more general, please consider instead directing the update or suggestion to the [Collaborative Distributed Science Guide](https://github.com/Imageomics/Collaborative-distributed-science-guide); updates to the template repository will be incorporated both here and in other other guides developed from it. If it _is_ ABC Center-specific, please continue to review this document&mdash;we look forward to your input!
68

7-
The Collaborative Distributed Science Guide is built with [MkDocs Material](https://squidfunk.github.io/mkdocs-material/) and deployed via GitHub Pages. All documentation is written in Markdown and follows specific formatting standards to ensure consistent rendering and maintainability.
9+
## Overview
810

9-
This is a template repository designed to be forked and customized by different organizations for their collaborative science documentation needs.
11+
The ABC Guide is built with [MkDocs Material](https://squidfunk.github.io/mkdocs-material/) and deployed via GitHub Pages. All documentation is written in Markdown and follows specific formatting standards to ensure consistent rendering and maintainability.
1012

1113
## Getting Started
1214

@@ -34,7 +36,7 @@ This is a template repository designed to be forked and customized by different
3436
mkdocs serve
3537
```
3638

37-
5. View the site at <http://127.0.0.1:8000/Collaborative-distributed-science-guide/>
39+
5. View the site at <http://127.0.0.1:8000/ABC-guide/>
3840

3941
### Testing Changes
4042

@@ -219,7 +221,7 @@ When reviewing content:
219221

220222
## Getting Help
221223

222-
- Open an [issue](https://github.com/Imageomics/Collaborative-distributed-science-guide/issues) for questions or problems
224+
- Open an [issue](https://github.com/ABC-Center/ABC-guide/issues) for questions or problems
223225
- Reference existing guides and templates for examples
224226
- Check the [MkDocs Material documentation](https://squidfunk.github.io/mkdocs-material/) for advanced features
225227

@@ -229,4 +231,4 @@ All contributors must adhere to our [Code of Conduct](docs/CODE_OF_CONDUCT.md) a
229231

230232
---
231233

232-
Thank you for helping improve the Collaborative Distributed Science Guide! Your contributions help make collaborative scientific computing more accessible and effective.
234+
Thank you for helping improve the ABC Guide! Your contributions help make collaborative scientific computing more accessible and effective.

README.md

Lines changed: 9 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,19 @@
1-
# Collaborative Distributed Science Guide
1+
# AI & Biodiversity Change (ABC) Global Center Guide
22

3-
Welcome to the Collaborative Distributed Science Guide!
3+
Welcome to the ABC Guide!
44

55
Just joining or starting a new project?
6-
Check out the [Collaborative Distributed Science Guide](https://imageomics.github.io/Collaborative-distributed-science-guide/) for guidance on conventions and best practices.
6+
Check out the [ABC Guide](https://ABC-Center.github.io/ABC-guide/) for guidance on conventions and best practices.
77

88
## About the Guide
99

10-
This guide started as an Imageomics Institute-internal wiki, focused on providing guidance and best practices for collaborative and interdisciplinary (computer science + biology) work. Recognizing that the topics and suggestions are broadly applicable to anyone working in similar or adjacent fields, we moved the vast majority to this [guide](https://imageomics.github.io/Collaborative-distributed-science-guide/). To increase accessibility for those less familiar with GitHub, we generated the website from our Markdown documents (which used to be wiki pages) with [Material for MkDocs](https://squidfunk.github.io/mkdocs-material/).
10+
This guide provides guidance and best practices for collaborative and interdisciplinary (computer science + biology/ecology) work at the ABC Global Center. It is focused on ABC member needs while remaining broadly applicable to anyone working in similar or adjacent fields. The website is generated from Markdown documents with [Material for MkDocs](https://squidfunk.github.io/mkdocs-material/) to increase accessibility for those less familiar with GitHub.
1111

12-
Please feel free to open an [issue](https://github.com/Imageomics/Collaborative-distributed-science-guide/issues) with any questions regarding the content of this guide.
12+
Please feel free to open an [issue](https://github.com/ABC-Center/ABC-guide/issues) with any questions regarding the content of this guide.
1313

14-
### How to Use the Guide
15-
16-
This Guide is set up as a template repository such that there are two primary means of interacting with it:
17-
18-
1. Building a personalized version of the Guide: select "Use this Template" at the top of the repo to generate your own version. This will create a new repository (generated from the template repo) that does _not_ share the commit history of the template. Updates could still be added from the template upstream through [`git cherry-pick`](https://git-scm.com/docs/git-cherry-pick). More details are provided below, in [Personalizing the Guide](#personalizing-the-guide).
19-
2. Contributing to the Guide: fork this repo, make changes, and submit a pull request (PR) for review. Some guidance is provided in the [Pull Request Guide](https://imageomics.github.io/Collaborative-distributed-science-guide/wiki-guide/The-GitHub-Pull-Request-Guide/); please provide a detailed description of your changes and review the contributing guidelines (coming soon).
20-
21-
### Personalizing the Guide
22-
23-
Welcome to your new guide repo! The first step in updating your new guide is to give it a name; ideally this should match the name you give to the repo when using the template. You will need to update the name and hardcoded repo links across various files.
24-
25-
Primary pages to personalize are:
14+
### History
2615

27-
- [`mkdocs.yaml`](mkdocs.yaml) has comments indicating locations to personalize (e.g., updating name, logos, socials). All pages use relative links within the repository, so those connections only need to be updated if adding or removing pages.
28-
- [`index.md`](docs/index.md): this is the homepage for the site and should reflect your organization or group's priorities.
29-
- [`CITATION.cff`](CITATION.cff): please set the Collaborative Distributed Science Guide citation as a reference in your citation file after making your own modifications (see [template](https://imageomics.github.io/Collaborative-distributed-science-guide/wiki-guide/GitHub-Repo-Guide/#citation) for guidance on formatting).
30-
- [`Digital-products-release-licensing-policy.md`](docs/wiki-guide/Digital-products-release-licensing-policy.md): at a minimum, links should be redirected to your GitHub and Hugging Face organization pages.
31-
- Other locations in pages such as the [`GitHub-Repo-Guide`](docs/wiki-guide/GitHub-Repo-Guide.md) and [`Hugging-Face-Repo-Guide.md`](docs/wiki-guide/Hugging-Face-Repo-Guide.md) also have links to our organization pages. A search and replace for "Imageomics" can be done to update these.
32-
- [`Technical-Infrastructure.md`](docs/wiki-guide/Technical-Infrastructure.md): this page is Imageomics-specific and includes internal-only links.
33-
- [Glossary for Imageomics](docs/wiki-guide/Glossary-for-Imageomics.md): this page should be updated to a topic relevant to your field or focus.
34-
- Templates should be updated for your organization (mainly the `Acknowledgements` sections, pre-filled URL suggestions, domain-specific suggestions and guidance).
16+
This guide houses the information needed to get started with and use center resources readily available to all ABC members. It was developed based on the more general [Collaborative Distributed Science Guide](https://imageomics.github.io/Collaborative-distributed-science-guide/), which was a joint effort between ABC and Imageomics to generalize the [Imageomics Guide](https://imageomics.github.io/Imageomics-guide/) for a broader audience (please see the [template repository](https://github.com/Imageomics/Collaborative-distributed-science-guide) for more information). The template guide solution was born out of the desire to host an analogous site for the [AI and Biodiversity Change (ABC) Global Center](http://abcresearchcenter.org) while limiting duplicative updates between guides (ABC and Imageomics share some team members on this project).
3517

3618
## Contributing
3719

@@ -51,12 +33,8 @@ and run `mkdocs serve`:
5133
mkdocs serve
5234
```
5335

54-
Then the site will run at <http://127.0.0.1:8000/Collaborative-distributed-science-guide/>.
55-
56-
### History
57-
58-
This guide was developed alongside the [Imageomics Guide](https://imageomics.github.io/Imageomics-guide/), which houses the information needed to get started with and use institute resources readily available to all members. However, most of its content is applicable to anyone working more broadly in the field of [_imageomics_](https://imageomics.github.io/Collaborative-distributed-science-guide/wiki-guide/Glossary-for-Imageomics.md/#imageomics) or adjacent fields of computer and data science, and it is tailored to help domain scientists bridging that gap. _This guide_ is intended to serve as a template for others wishing to develop a similar organization-specific guide, and this solution was born out of the desire to do so for the [AI and Biodiversity Change (ABC) Global Center](http://abcresearchcenter.org) while limiting duplicative updates between guides (Imageomics and ABC share some team members on this project). The general structure of the website should be broadly applicable, but see [Personalizing the Guide](#personalizing-the-guide) for suggestions on tailoring it for the particular organization or group's needs.
36+
Then the site will run at <http://127.0.0.1:8000/ABC-guide/>.
5937

6038
## Acknowledgments
6139

62-
This work was supported by both the [Imageomics Institute](https://imageomics.org) and the [AI and Biodiversity Change (ABC) Global Center](http://abcresearchcenter.org). The Imageomics Institute is funded by the US National Science Foundation's Harnessing the Data Revolution (HDR) program under [Award #2118240](https://www.nsf.gov/awardsearch/showAward?AWD_ID=2118240) (Imageomics: A New Frontier of Biological Information Powered by Knowledge-Guided Machine Learning). The ABC Global Climate Center is funded by the US National Science Foundation under [Award No. 2330423](https://www.nsf.gov/awardsearch/showAward?AWD_ID=2330423&HistoricalAwards=false) and Natural Sciences and Engineering Research Council of Canada under [Award No. 585136](https://www.nserc-crsng.gc.ca/ase-oro/Details-Detailles_eng.asp?id=782440). This guide draws on research supported by the Social Sciences and Humanities Research Council. Any opinions, findings and 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, Natural Sciences and Engineering Research Council of Canada, or Social Sciences and Humanities Research Council.
40+
This work was supported by both the [Imageomics Institute](https://imageomics.org) and the [AI and Biodiversity Change (ABC) Global Center](http://abcresearchcenter.org). The Imageomics Institute is funded by the US National Science Foundation's Harnessing the Data Revolution (HDR) program under [Award #2118240](https://www.nsf.gov/awardsearch/showAward?AWD_ID=2118240) (Imageomics: A New Frontier of Biological Information Powered by Knowledge-Guided Machine Learning). The ABC Global Center is funded by the US National Science Foundation under [Award No. 2330423](https://www.nsf.gov/awardsearch/showAward?AWD_ID=2330423&HistoricalAwards=false) and Natural Sciences and Engineering Research Council of Canada under [Award No. 585136](https://www.nserc-crsng.gc.ca/ase-oro/Details-Detailles_eng.asp?id=782440). This guide draws on research supported by the Social Sciences and Humanities Research Council. Any opinions, findings and 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, Natural Sciences and Engineering Research Council of Canada, or Social Sciences and Humanities Research Council.

docs/CODE_OF_CONDUCT.md

Lines changed: 13 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Imageomics and ABC Principles of Engagement
1+
# ABC Principles of Engagement
22

3-
As members of the Imageomics and ABC communities, we agree to maintain an environment where every participant feels welcome to be their true self and speak from the heart.
3+
As members of the ABC community, we agree to maintain an environment where every participant feels welcome to be their true self and speak from the heart.
44

55
To this end, we agree as individuals and as a group to:
66

@@ -12,32 +12,22 @@ To this end, we agree as individuals and as a group to:
1212
- **Respect time.** When a session is over, we need to move on. There is designated time for in-depth follow up and continuing conversations.
1313
- **Care** for each other. We bring our full selves to the community, and we look out for each other wholeheartedly.
1414

15-
We abide by these principles in all Imageomics and ABC spaces, including but not limited to digital and in-person meetings, formal and informal gatherings, online discussion forums and chat spaces, and field and lab work.
15+
We abide by these principles in all ABC spaces, including but not limited to digital and in-person meetings, formal and informal gatherings, online discussion forums and chat spaces, and field and lab work.
1616

17-
Acts of misconduct are prohibited. Those found to engage in misconduct will be subject to dismissal from the project and further actions as directed by the guidelines of the employers and the place of incidence.
17+
## Acts of Misconduct
1818

19-
If you believe you have experienced or witnessed misconduct in an Imageomics or ABC setting, please take these steps:
19+
It is the responsibility of all members of the ABC Global Center community to eliminate any form of misconduct in science and to build a community that allows all individuals to thrive, learn, and grow. Misconduct includes:
2020

21-
1. Document the incident;
22-
2. Tell someone you trust;
23-
3. Report the incident to Diane Boghrat.
24-
25-
Privacy will be protected to the greatest extent possible.
26-
27-
## VALUES
28-
29-
### TRANSPARENCY
21+
- Abuse of any person, including, but not limited to, harassment, stalking, bullying, or hazing of any kind, whether the behavior is carried out verbally, physically, electronically, or in written form;
22+
- Conduct that is unwelcome, offensive, indecent, obscene, or disorderly;
3023

31-
We ensure our efforts are clear about assumptions, uncertainty, and limits, and provide open sources of information, processes, and discovery.
24+
Those who experience or witness misconduct in an ABC Center-related on- or off-site work environment are advised to take these steps:
3225

33-
### ACCOUNTABILITY
34-
35-
We are responsible, individually and collectively, for the outcomes we produce and ensure, to the best of our abilities, that the methods outcome matches intended use.
36-
37-
### COLLABORATION
26+
1. Document the incident;
27+
2. Report the incident to field leaders and/or ABC Center Management who will offer to connect them to resources (i.e. medical care, police, counseling, etc.) and provide validation of their experience.
3828

39-
We create and nurture collaborative environments and welcome, value, and affirm all members of our community. We also consider how and for whom solutions are created and promote the heterogeneity of perspectives in the creation process. We actively engage others’ perspectives, recognize everyone’s potential to contribute new ideas, and work together to find creative solutions to complex problems.
29+
ABC Center Management will investigate all reports of misconduct. Those found to engage in misconduct will be subject to dismissal from the project and further actions as directed by the guidelines of the employers, place of incidence, and relevant federal policies.
4030

41-
### SAFETY
31+
**Points of contact:**
4232

43-
We ensure our practices are ethical and impartial to the best of our ability. We address ethical issues when we discover them and practice good data governance. We strive to enhance practices while openly addressing those that harm people or the environment.
33+
- Diane Boghrat, ABC Managing Director

0 commit comments

Comments
 (0)