Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# _"Why should I put my work into the Imageomics GitHub org,"_ you ask?
# _"Why should I put my work into the GitHub org,"_ you ask?

<!--
Replace Imageomics GitHub Org links with links to your organization/group GitHub
Replace all instances of "institute" or "Imageomics" with appropriate term or name for your organization or group.
-->
The [Imageomics GitHub organization](https://github.com/Imageomics) exists to facilitate collaboration and version control among team members working on projects within the institute and make them available to the research community. You are encouraged to take advantage of the benefits of using this GitHub organization for your institute projects!

## Centralization
Expand All @@ -10,8 +14,8 @@ This is the main aspect that leads to other benefits. Whether you are running yo

- You know where your team's work is, and your team knows where your work is.
- Code is simpler to find, share, access, review, and manage.
- Access privileges can be granted and managed through [teams](https://github.com/orgs/Imageomics/teams), which Institute staff can administer for you, rather than access having to be managed on a per-individual basis.
- Progress can be communicated readily, and help can be solicited when needed, including through [teams](https://github.com/orgs/Imageomics/teams).
- Access privileges can be granted and managed through [teams](https://docs.github.com/en/organizations/organizing-members-into-teams/about-teams), rather than access having to be managed on a per-individual basis.
- Progress can be communicated readily, and help can be solicited when needed, including through [teams](https://docs.github.com/en/organizations/organizing-members-into-teams/about-teams).

### Knowledge Sharing

Expand Down Expand Up @@ -42,4 +46,4 @@ While we encourage you to host your institute-related work on the Imageomics Git
- Personal projects or work not directly tied to the institute.
- Projects developed prior to joining the institute where transferring ownership might be complex or undesirable.

We strongly encourage you to keep your institute-related work centrally organized in the Imageomics GitHub organization to maximize the benefits for you and your fellow researchers!
We strongly encourage you to keep your institute-related work centrally organized in the [Imageomics GitHub organization](https://github.com/Imageomics) to maximize the benefits for you and your fellow researchers!
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# _"Why should I put my work into the Imageomics Hugging Face org,"_ you ask?
# _"Why should I put my work into the Hugging Face org,"_ you ask?

<!--
Replace Imageomics Hugging Face Org links with links to your organization/group Hugging Face
Replace all instances of "institute" or "Imageomics" with appropriate term or name for your organization or group.
-->
The [Imageomics Hugging Face organization](https://huggingface.co/imageomics) is a crucial resource for facilitating collaboration, sharing models, and enhancing the accessibility of our AI and machine learning projects. By utilizing the Imageomics Hugging Face organization, you can take full advantage of the following benefits:

## Centralization
Expand Down Expand Up @@ -55,4 +59,4 @@ While we encourage you to host your institute-related work on the Imageomics Hug
- Projects developed prior to joining the institute where transferring ownership might be complex or undesirable.


We strongly encourage you to leverage the Imageomics Hugging Face organization for your institute-related projects. This will help you and your fellow researchers maximize collaboration, knowledge sharing, and the overall impact of our collective work.
We strongly encourage you to leverage the [Imageomics Hugging Face organization](https://huggingface.co/imageomics) for your institute-related projects. This will help you and your fellow researchers maximize collaboration, knowledge sharing, and the overall impact of our collective work.
6 changes: 4 additions & 2 deletions mkdocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,12 +108,14 @@ nav:
- "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
- "Why Use the Institute GitHub": wiki-guide/Why-use-the-Institute-GitHub.md
# May want to personalize (on page as well): Why use the <organization/group> GitHub
- "Why Use the GitHub Organization": wiki-guide/Why-use-the-GitHub-organization.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 Institute Hugging Face": wiki-guide/Why-use-the-Institute-Hugging-Face.md
# May want to personalize (on page as well): Why use the <organization/group> Hugging Face
- "Why Use the Hugging Face Organization": wiki-guide/Why-use-the-Hugging-Face-organization.md
- FAIR Guide:
- "About FAIR Principles": wiki-guide/FAIR-Guide.md
- "Metadata Checklist": wiki-guide/Metadata-Checklist.md
Expand Down