
Security News
Axios Supply Chain Attack Reaches OpenAI macOS Signing Pipeline, Forces Certificate Rotation
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.
cytobrowser
Advanced tools
CytoBrowser, a JavaScript and Node.js driven environment for fast and accessible collaborative online visualization, assessment, and annotation of very large microscopy images.
CytoBrowser, a JavaScript and Node.js driven environment for fast and accessible collaborative online visualization, assessment, and annotation of very large microscopy images.
Origintating as a fork1 of TissUUmaps aimed at Cytology
You can try out a limited bandwidth live demo of the latest stable release (just running npx cytobrowser) here.
Done! 😊
You may now populate your ./data directory, see below for further info.
#Clone from github git clone https://github.com/MIDA-group/CytoBrowser.git cd CytoBrowser #Install the necessary dependencies npm install #Optionally switch to develop version `git switch develop` #Put your OpenSeadragon compatible images in the 'data/' directory #For converters, see e.g.: http://openseadragon.github.io/examples/creating-zooming-images/ #Or download an example image and convert it to Deep Zoom Image (dzi) format #(There are more examples in the 'examples/' directory) ./examples/Zeiss-1-Stacked.sh #This requires bftools and libvips #Start the web server on a free port on localhost, and open a browser node cytobrowser.js --open-browser #More generally, to start the web server on a specified port # node cytobrowser.js [hostname] [port] # node cytobrowser.js --help #Optionally open an ssh-pipe from your local machine to the web server ssh -L 8080:localhost:8080 remote.host #Enjoy! =)
Some additional info can also be found in the INSTALL.md file.
Current list of branches:
We aim to support all modern browsers. Since development mostly utilizes the Chrome browser, that one can be expected to give the least troublesome usage experience. Please don't be shy to report issues that you experience.
We are very happy for contributions to further improve CytoBrowser, take a look at CONTRIBUTING.md to get started.
If you find the CytoBrowser software useful in your research, please consider citing the following article:
Rydell C and Lindblad J. "CytoBrowser: a browser-based collaborative annotation platform for whole slide images". F1000Research 2021, 10:226 (https://doi.org/10.12688/f1000research.51916.1)
@article{ 10.12688/f1000research.51916.1,
author = {Rydell, C and Lindblad, J},
title = {CytoBrowser: a browser-based collaborative annotation platform for whole slide images [version 1; peer review: awaiting peer review]},
journal = {F1000Research},
volune = {10},
year = {2021},
number = {226},
doi = {10.12688/f1000research.51916.1}
}
This work is supported by: VINNOVA grants 2017-02447, 2020-03611 and 2021-01420, and Swedish Research Council proj. 2017-04385.
FAQs
CytoBrowser, a JavaScript and Node.js driven environment for fast and accessible collaborative online visualization, assessment, and annotation of very large microscopy images.
We found that cytobrowser demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.

Security News
Open source is under attack because of how much value it creates. It has been the foundation of every major software innovation for the last three decades. This is not the time to walk away from it.

Security News
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.