https://github.com/imagingdatacommons/idc-slim
Interoperable slide microscopy viewer for thin clients (CORE REPO)
https://github.com/imagingdatacommons/idc-slim
core-repo idc-viewers
Last synced: 4 months ago
JSON representation
Interoperable slide microscopy viewer for thin clients (CORE REPO)
- Host: GitHub
- URL: https://github.com/imagingdatacommons/idc-slim
- Owner: ImagingDataCommons
- License: apache-2.0
- Created: 2021-07-08T18:12:01.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-12-18T22:09:47.000Z (4 months ago)
- Last Synced: 2025-12-21T06:53:05.845Z (4 months ago)
- Topics: core-repo, idc-viewers
- Language: TypeScript
- Homepage:
- Size: 73.5 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Citation: CITATION.cff
Awesome Lists containing this project
README
# Slim IDC fork
## Slim: Interoperable slide microscopy viewer and annotation tool for imaging data science and computational pathology
This repository contains a fork of https://github.com/ImagingDataCommons/slim customized for the needs of Imaging Data Commons. It is periodically updated to track the releases of the upstream repository.
## Maintenance process
Due to the peculiarities of the IDC deployment procedure, this repository follows somewhat unconventional approach to branch management.
`master` branch is automatically deployed with each commit to the IDC dev tier. This branch should be used to test updates.
`main` branch should be used to keep the code that is confirmed to be functional, and should be interpreted as the primary branch.
Whenever this repository is updated, the following procedure should be followed:
1. Update `master`.
2. Wait for the dev deploy to be completed (managed via CircleCI in https://app.circleci.com/projects/github/ImagingDataCommons/idc-slim).
3. Test in IDC dev tier.
4. If test is satisfactory, update `main` to match `master`.