Skip to content

Latest commit

 

History

History
81 lines (57 loc) · 3.28 KB

minerva.md

File metadata and controls

81 lines (57 loc) · 3.28 KB
title
Minerva

Minerva Story and Minerva Author

Minerva is a suite of software tools for tissue atlases and digital pathology that enables interactive viewing and fast sharing of large image data. It comprises of Minerva Story, a narrative, web-based image viewer, and Minerva Author, a tool that lets you easily create Minerva stories. Check out the Minerva Wiki to learn more.

Figure 1

Featured Stories

{% assign pubData=site.data.rashid-2020 %}

{% for img in pubData['stitched mosaic images'] %}
{{ img['thumbnail file name'] }}
{{ img.title }}
{% for link_hash in img.links %} {% for link in link_hash %} {{ link[0] }} {% endfor %} {% endfor %}
{% endfor %}

How does Minerva work?

Minerva follows a client-server model for delivering content. Images in OME-TIFF format are imported into Minerva Author where a user sets image settings and annotations. Minerva author then renders image pyramids and a configuration file that is read by Minerva Story to deliver the content to clients.

Figure 1

Minerva Wiki

Check out the Minerva Wiki for detailed user instructions.

https://github.com/labsyspharm/minerva-story/wiki

Code

All source code for Minerva is available on Github.

https://github.com/labsyspharm/minerva-story

Publications

Rashid R, Chen YA, Hoffer J, Muhlich JL, Lin JR, Krueger R, Pfister H, Mitchell R, Santagata S, and Sorger PK. Interpretative guides for interacting with tissue atlas and digital pathology data using the Minerva browser. BioRxiv. (2020) https://doi.org/10.1101/2020.03.27.001834.

Development Chart

Figure 1