CINXE.COM

IDR: Image Data Resource

<!doctype html> <html class="no-js" lang="en" dir="ltr"> <head> <meta charset="utf-8"> <meta http-equiv="x-ua-compatible" content="ie=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>IDR: Image Data Resource</title> <link rel="shortcut icon" type="image/x-icon" href="https://idr.openmicroscopy.org/about/img/logos/favicon-idr.ico"> <link rel="stylesheet" type="text/css" media="all" href="//fonts.googleapis.com/css?family=Open+Sans:400,700,400italic,700italic"> <link rel="stylesheet" type="text/css" media="all" href="//fonts.googleapis.com/css?family=Nunito"> <link href="/static/idr_gallery/3rdparty/foundation/foundation.min.css?_=3.11.0" rel="stylesheet"> <link href="/static/idr_gallery/css/openmicroscopy.css?_=3.11.0" rel="stylesheet"> <link href="/static/idr_gallery/css/idr.css?_=3.11.0" rel="stylesheet"> <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css" integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous"> <!-- Babel polfill (Symbol, Promise) --> <script src="https://cdnjs.cloudflare.com/ajax/libs/babel-core/5.6.15/browser-polyfill.min.js" crossorigin="anonymous"></script> <script src="https://code.jquery.com/jquery-2.2.4.js" integrity="sha256-iT6Q9iMJYuQiMWNd9lDyBUStIq/8PuOW33aOqmvFpqI=" crossorigin="anonymous"></script> <script src="https://code.jquery.com/ui/1.12.1/jquery-ui.min.js" crossorigin="anonymous"></script> <link href="https://code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css" rel="stylesheet" crossorigin="anonymous"> <script src="/static/idr_gallery/3rdparty/foundation/foundation.min.js"></script> <script src="/about/js/version.js" crossorigin="anonymous"></script> <script src="/static/idr_gallery/model.js?_=3.11.0"></script> <link href="/static/idr_gallery/studies.css?_=3.11.0" rel="stylesheet"> </head> <body> <div class="main-nav-bar top-bar" id="main-menu"> <div class="top-bar-left"> <ul class="dropdown menu" data-dropdown-menu> <li> <a class="logo" href="/"> <img src="https://idr.openmicroscopy.org/about/img/logos/logo-idr.svg" alt=""/> </a> </li> <li> <a href="/cell/" > Cell - IDR </a> </li> <li> <a href="/tissue/" > Tissue - IDR </a> </li> </ul> </div> <div id="top-bar-right" class="top-bar-right"> <ul class="dropdown menu" data-dropdown-menu> <li class="has-submenu"> <a href="https://idr.openmicroscopy.org/about/index.html">About</a> <ul class='submenu menu vertical' data-submenu> <li><a href="https://idr.openmicroscopy.org/about/index.html">Overview</a></li> <li><a href="https://idr.openmicroscopy.org/about/studies.html">Published studies</a></li> <li><a href="https://idr.openmicroscopy.org/about/api.html">API Access</a></li> <li><a href="https://idr.openmicroscopy.org/about/download.html">Data download</a></li> <li><a href="https://idr.openmicroscopy.org/about/deployment.html">Deployment</a></li> <li><a href="https://idr.openmicroscopy.org/about/faq/">FAQ</a></li> </ul> </li> <li class="has-submenu"> <a href="">Resources</a> <ul class='submenu menu vertical' data-submenu> <li><a href="https://idr.github.io/ome-ngff-samples/">OME-NGFF examples</a></li> <li><a href="https://idr.openmicroscopy.org/about/linked-resources.html">Linked resources</a></li> <li><a href="https://idr.openmicroscopy.org/about/itr.html">Image Tools Resource (ITR)</a></li> <li><a href="https://idr.openmicroscopy.org/about/analysis-environments.html">Analysis Environments</a></li> </ul> </li> <li class="has-submenu"> <a href="https://idr.openmicroscopy.org/about/submission.html">Submissions</a> <ul class='submenu menu vertical' data-submenu> <li><a href="https://idr.openmicroscopy.org/about/submission.html">Overview</a></li> <li><a href="https://idr.openmicroscopy.org/about/screens.html">Screens</a></li> <li><a href="https://idr.openmicroscopy.org/about/experiments.html">Experiments</a></li> </ul> </li> </ul> </div> </div> <a name="page-top"></a> <script> // Various global constants from omero config set... var FILTER_KEYS = [{'label': 'Name (IDR number)', 'value': 'Name'}, 'Imaging Method', 'License', 'Organism', 'Publication Authors', 'Publication Title', 'Screen Technology Type', 'Screen Type', 'Study Type']; var FILTER_MAPR_KEYS = ["antibody", "cellline", "compound", "gene", "phenotype", "sirna"]; var TITLE_KEYS = ["Publication Title", "Study Title"]; var STUDY_SHORT_NAME = [{"key": "Name", "regex": "^(.*?)-.*?(.)$", "template": "$1$2"}]; // e.g. GALLEY_INDEX/api-gallery/thumbnails for loading from IDR const GALLERY_INDEX = "/"; // this is the home of this app, e.g. for GALLERY_HOME/search/ const GALLERY_HOME = "/"; const BASE_URL = "/"; const IDR_STUDIES_URL = "https://raw.githubusercontent.com/IDR/idr.openmicroscopy.org/master/_data/studies.tsv"; const CATEGORY_QUERIES = {"latest": {"label": "Light sheet fluorescence microscopy", "index": 0, "query": "Imaging Method: light sheet fluorescence microscopy OR Imaging Method: light sheet fluorescence microscopy, SPIM"}, "infection": {"label": "Infection studies", "index": 1, "query": "Study Type:infection"}, "timelapse": {"label": "Time-lapse imaging", "index": 2, "query": "Study Type:time OR Study Type:5D OR Study Type:3D-tracking"}, "lightsheet": {"label": "Light sheet fluorescence microscopy", "index": 3, "query": "Study Type:light sheet"}, "proteinlocalization": {"label": "Protein localization studies", "index": 4, "query": "Study Type:protein localization"}, "histology": {"label": "Digital pathology imaging", "index": 5, "query": "Study Type:histology"}, "yeast": {"label": "Yeast studies", "index": 6, "query": "Organism: Saccharomyces cerevisiae OR Organism:Schizosaccharomyces pombe"}, "humancellscreen": {"label": "High-content screening (human)", "index": 7, "query": "Organism:Homo sapiens AND Study Type:high content screen"}, "others": {"label": "Others", "index": 8, "query": "LAST1000:date"}}; var SUPER_CATEGORY ; const SEARCH_ENGINE_URL = `${BASE_URL}searchengine/api/v1/`; </script> <script src="https://unpkg.com/@popperjs/core@2" crossorigin="anonymous"></script> <script src="https://unpkg.com/tippy.js@6" crossorigin="anonymous"></script> <link rel="stylesheet" href="https://unpkg.com/tippy.js@6/dist/backdrop.css" /> <link rel="stylesheet" href="https://unpkg.com/tippy.js@6/themes/light-border.css" /> <style> body { background-color: #f6f6f9; } header div { position: relative; } .marketing-hero { overflow: hidden; position: relative; padding: 40px 10px 25px; background: black; box-shadow: 1px 1px 3px 0px rgb(0 0 0 / 50%); } a.sites-button.large { min-width: 150px; font-size: 1.15rem; display: block; width: fit-content; margin: 15px 7px; } .cats { display: flex; justify-content: center; } #search-form { padding-top: 10px; } .hero-subheader { margin-bottom: 5px; font-size: 1.15rem; transition: background-color 1s, color 1s, box-shadow 1s; } .dark .hero-subheader { color: #333333; background-color: rgba(255, 255, 255, 0.5); box-shadow: 0px 0px 15px 15px rgb(255 255 255 / 50%); } .stats { position: relative; text-align: center; font-size: 1.7rem; color: #333; } #studies { overflow-x: hidden; overflow-y: auto; max-height: 350px; } .studyThumb { float: left; position: relative; margin: 1px 0 1px 2px; height: 50px; width: 50px; overflow: hidden; background: no-repeat center; background-size: cover; background-color: #eee; } .studyThumb div { height: 100%; width: 100%; } .switchLabel { font-size: 1.0rem; display: inline; vertical-align: middle; position: relative; bottom: 1px; color: #666; } /* https://www.w3schools.com/howto/howto_css_switch.asp */ /* The switch - the box around the slider */ .switch { top: 3px; position: relative; display: inline-block; width: 33px; height: 20px; } /* Hide default HTML checkbox */ .switch input { opacity: 0; width: 0; height: 0; } /* The slider */ .sliderToggle { position: absolute; cursor: pointer; top: 0; left: 0; right: 0; bottom: 0; background-color: #ccc; -webkit-transition: .4s; transition: .4s; } .sliderToggle:before { position: absolute; content: ""; height: 16px; width: 16px; left: 2px; bottom: 2px; background-color: white; -webkit-transition: .4s; transition: .4s; } input:checked+.sliderToggle { background-color: #333333; } input:checked+.sliderToggle:before { -webkit-transform: translateX(13px); -ms-transform: translateX(13px); transform: translateX(13px); } /* Rounded sliders */ .sliderToggle.round { border-radius: 9px; } .sliderToggle.round:before { border-radius: 50%; } .panel { background: white; -webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.5); box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.5); padding: 15px; width: 100%; } @media screen and (min-width: 64em) { #tabs { min-height: 635px; } } .panel .tabs { border-width: 0; border-bottom-width: 1px; } .tabs-title>a[aria-selected=true] { background: transparent; border-bottom: solid #333 2px; } .tabs-title>a:focus { background: transparent; } .tabs-content { border: none; } .tabs-panel { padding: 15px 0 0 0; } .tabs-panel .row { margin-bottom: 15px; } .tabs-panel .large-6 iframe { height: 156px; } .tabs-panel .large-12 iframe { height: 312px; } .tabs-panel .row:last-child { margin-bottom: 0; } .expandVideo { position: absolute; bottom: 0; right: -5px; background-color: white; padding: 5px; border-radius: 50%; } .large-12 .expandVideo { transform: rotate(180deg); } .logo-hero { opacity: 1; transition: opacity 1s; } /* hide the white logo when parent has .dark */ .dark .logo-hero { opacity: 0; } /* tooltip content hidden */ .studyThumb .idr_tooltip { display: none; } /* tooltip viewer link */ .tippy-content a .fa-eye { position: absolute; top: 5px; right: 5px; color: white } .tippy-content a:hover .fa-eye { color: #1e94e6; } .tooltipThumb { float: right; } mark { background: yellow; } #searchResultsContainer a { font-weight: normal; } #searchResults { position: relative; } #searchResults li { list-style: none; display: inline-block; } #searchResults p { margin: 10px; } #searchResults img { float: left; margin: 2px; margin-right: 10px; } #searchResults span { color:#bbb } .resultCounts { position: absolute; top: 10px; right: 35px; } .searchScroll { max-height: 300px; overflow-y: auto; /* word-break: break-all; */ } .searchScroll>div { padding: 5px 10px; } #hideSearchResults { border: none; background: none; position: absolute; right: 40px; top: 10px; z-index: 1; } /* Always show scrollbars https://gist.github.com/IceCreamYou/cd517596e5847a88e2bb0a091da43fb4 */ .scrollBarVisible::-webkit-scrollbar-track:vertical { border-left: 1px solid #E7E7E7; box-shadow: 1px 0 1px 0 #F6F6F6 inset, -1px 0 1px 0 #F6F6F6 inset; } .scrollBarVisible::-webkit-scrollbar-track:horizontal { border-top: 1px solid #E7E7E7; box-shadow: 0 1px 1px 0 #F6F6F6 inset, 0 -1px 1px 0 #F6F6F6 inset; } .scrollBarVisible::-webkit-scrollbar { -webkit-appearance: none; background-color: #FAFAFA; width: 16px; } .scrollBarVisible::-webkit-scrollbar-thumb { background-clip: padding-box; background-color: #C1C1C1; border-color: transparent; border-radius: 9px 8px 8px 9px; border-style: solid; border-width: 3px 3px 3px 4px; /* Workaround because margins aren't supported */ box-shadow: 0 0 1px rgba(255, 255, 255, 0.5); } .scrollBarVisible::-webkit-scrollbar-thumb:hover { background-color: rgba(0, 0, 0, 0.5); } .matchingStudy { display: flex; flex-direction: row; gap: 10px; } .matchingStudy div { flex: 1 } .matchingStudy div:first-child { flex: 0; white-space: nowrap; } .imgCount, .matchingString, .black { color: black; } .black { font-weight: bold; } </style> <header class="marketing-hero"> <style> .marketing-background { position: absolute; background-position: center; width: 100%; background-size: cover; height: 400px; height: 100%; top: 0; left: 0; transition: left 1s; } .prev { left: -100% } .next { left: 100% } .bg_controls { position: absolute; right: 5px; top: 5px; color: white; font-size: 200%; display: flex; } .bg_controls div { width: 14px; height: 14px; border: solid white 1px; border-radius: 50%; cursor: pointer; margin: 7px; background-color: transparent; transition: border-color 1s, background-color 1s; position: static; } .dark .bg_controls div { border-color: #222222; } .bg_controls .selected { background-color: rgba(255, 255, 255, .9); } .dark .bg_controls .selected { background-color: rgba(0, 0, 0, 0.5); } .bg_controls div:hover { opacity: 0.75; } .bg_controls div.selected:hover { opacity: 1; } .bg_viewer_link { display: block; position: absolute; right: 10px; font-size: 24px; color: white; top: 24px; visibility: hidden; } a.bg_viewer_link:hover { color: white; } .dark .bg_viewer_link { color: #222222; } .bg_controls .selected .bg_viewer_link { visibility: visible; } </style> <div class="marketing-background " data-src="/webclient/render_image/13965767/294/0/" style="background-image: url('data:image/jpeg;base64,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');" ></div> <div class="marketing-background next" data-src="/webgateway/render_image_region/13461816/0/0/?tile=3,2,4,1024,512" style="background-image: url('');" data-light="true" ></div> <div class="marketing-background next" data-src="/webgateway/render_image_region/9846152/45/0/?tile=4,0,0,1024,512" style="background-image: url('');" ></div> <div class="marketing-background next" data-src="/webgateway/render_image_region/13383922/0/0/?region=412,1224,1536,1024" style="background-image: url('');" data-light="true" ></div> <div class="marketing-background next" data-src="/webclient/render_image/4990991/0/0/?c=1|144:2250$0000FF,-2|972:2528$FFFFFF,3|126:3456$FF0000,4|131:2749$00FF00" style="background-image: url('');" ></div> <div class="marketing-background next" data-src="/webgateway/render_image/9846154/268/0/?region=1024,0,2048,1024&amp;c=1|4283:12901$FF00FF,2|1278:8356$FFFF00" style="background-image: url('');" ></div> <div class="marketing-background next" data-src="/webclient/render_image/9753804/0/0/" style="background-image: url('');" ></div> <div class="marketing-background next" data-src="/webgateway/render_image/9836841/0/0/" style="background-image: url('');" ></div> <div class="bg_controls"> <div class="selected" title="idr0124 Esteban: Heart morphogenesis"> <a class="bg_viewer_link" style="right:45px; font-size:20px; margin-top:1px" title="Browse background image metadata" target="_blank" href="/webclient/?show=image-13965767"> <i class="fas fa-info"></i> </a> <a class="bg_viewer_link" title="Open background image in viewer" target="_blank" href="/webclient/img_detail/13965767/"> <i class="fas fa-eye"></i> </a> </div> <div title="idr0096 Tratwal: Marrowquant"> <a class="bg_viewer_link" style="right:45px; font-size:20px; margin-top:1px" title="Browse background image metadata" target="_blank" href="/webclient/?show=image-13461816"> <i class="fas fa-info"></i> </a> <a class="bg_viewer_link" title="Open background image in viewer" target="_blank" href="/webclient/img_detail/13461816/"> <i class="fas fa-eye"></i> </a> </div> <div title="idr0048 Abdeladim: Chroms"> <a class="bg_viewer_link" style="right:45px; font-size:20px; margin-top:1px" title="Browse background image metadata" target="_blank" href="/webclient/?show=image-9846152"> <i class="fas fa-info"></i> </a> <a class="bg_viewer_link" title="Open background image in viewer" target="_blank" href="/webclient/img_detail/9846152/"> <i class="fas fa-eye"></i> </a> </div> <div title="idr0043 Uhlen: Human Protein Atlas"> <a class="bg_viewer_link" style="right:45px; font-size:20px; margin-top:1px" title="Browse background image metadata" target="_blank" href="/webclient/?show=image-13383922"> <i class="fas fa-info"></i> </a> <a class="bg_viewer_link" title="Open background image in viewer" target="_blank" href="/webclient/img_detail/13383922/"> <i class="fas fa-eye"></i> </a> </div> <div title="idr0050 Springer: Cyto-skeletal systems"> <a class="bg_viewer_link" style="right:45px; font-size:20px; margin-top:1px" title="Browse background image metadata" target="_blank" href="/webclient/?show=image-4990991"> <i class="fas fa-info"></i> </a> <a class="bg_viewer_link" title="Open background image in viewer" target="_blank" href="/webclient/img_detail/4990991/"> <i class="fas fa-eye"></i> </a> </div> <div title="idr0085 Walsh: MF-HREM"> <a class="bg_viewer_link" style="right:45px; font-size:20px; margin-top:1px" title="Browse background image metadata" target="_blank" href="/webclient/?show=image-9846154"> <i class="fas fa-info"></i> </a> <a class="bg_viewer_link" title="Open background image in viewer" target="_blank" href="/webclient/img_detail/9846154/"> <i class="fas fa-eye"></i> </a> </div> <div title="idr0056 Stojic: Long noncoding RNA"> <a class="bg_viewer_link" style="right:45px; font-size:20px; margin-top:1px" title="Browse background image metadata" target="_blank" href="/webclient/?show=image-9753804"> <i class="fas fa-info"></i> </a> <a class="bg_viewer_link" title="Open background image in viewer" target="_blank" href="/webclient/img_detail/9753804/"> <i class="fas fa-eye"></i> </a> </div> <div title="idr0077 Valuchova: Flower lightsheet"> <a class="bg_viewer_link" style="right:45px; font-size:20px; margin-top:1px" title="Browse background image metadata" target="_blank" href="/webclient/?show=image-9836841"> <i class="fas fa-info"></i> </a> <a class="bg_viewer_link" title="Open background image in viewer" target="_blank" href="/webclient/img_detail/9836841/"> <i class="fas fa-eye"></i> </a> </div> </div> <script> $(function () { function renderHeaderBg(clickedIndex) { var isLight; $(".marketing-background").each(function (index, el) { let $bgImg = $(el); $bgImg.css('left', (clickedIndex - index) * -100 + '%'); if (clickedIndex == index) { isLight = $bgImg.data("light"); } if (clickedIndex == index || clickedIndex + 1 == index || clickedIndex - 1 == index) { // load the image (data-src => src) for current background 'previous' and 'next' let src = $bgImg.attr("data-src"); if (src) { let i = new Image(); $bgImg.removeAttr("data-src"); // don't process again i.onload = function () { // pre-load before updating background, to avoid black while loading $bgImg.css('background-image', "url('" + src + "')") }; i.src = src; } } }); $(`.bg_controls div`).removeClass('selected'); $(`.bg_controls div:nth-child(${clickedIndex + 1})`).addClass('selected'); if (isLight) { $(".marketing-hero").addClass("dark"); } else { $(".marketing-hero").removeClass("dark"); } } // header background carousel controls $(".bg_controls div").on("click", function (event) { // ignore click on viewer link if (event.target.tagName == 'I') return; let $target = $(event.target); let clickedIndex = $(".bg_controls div").removeClass('selected').index($target); renderHeaderBg(clickedIndex); }); function logKey(e) { // ignore keyboard events from input elements if (document.activeElement.tagName == "INPUT") return; let $selected = $(".bg_controls .selected"); let index = $(".bg_controls div").index($selected); let count = $(".bg_controls>div").length; if (e.code == "ArrowRight" && (index + 1) < count) { index += 1; } else if (e.code == "ArrowLeft" && index > 0) { index -= 1; } renderHeaderBg(index); } document.addEventListener('keyup', logKey); // make sure initial state (controls) are correct renderHeaderBg(0); }); </script> <div class="row homepage text-center"> <div class="medium-12 columns"> <div style="display: inline-block; position: relative; width:160px; height:62px; margin-bottom: 20px;"> <img style="left: 0; position: absolute; width:160px; margin-bottom: 20px;" src="/static/idr_gallery/images/logo-idr-dark.svg" alt="IDR logo" class="logo-dark" /> <img style="left: 0; position: absolute; width:160px; margin-bottom: 20px;" src="https://idr.openmicroscopy.org/about/img/logos/logo-idr-white.svg" alt="IDR logo" class="logo-hero"> </div> <!-- <h1 class="hero-main-header">Image Data Resource</h1> --> <h2 class="hero-subheader small-10 medium-10 large-10 small-offset-1 medium-offset-1 large-offset-1"> The Image Data Resource (IDR) is a public repository of image datasets from published scientific studies, where the community can submit, search and access high-quality bio-image data. </h2> <div class="cats"> <a href="/cell/" class="large button sites-button" + style="margin-right: 10px; ">Cell - IDR</a> <a href="/tissue/" class="large button sites-button" + style="margin-right: 10px; ">Tissue - IDR</a> </div> </div> </div> <div id='search-form' class="row horizontal"> <div class="small-12 medium-4 large-4 columns"> <select id="maprConfig"> <option value="any">Choose search field (optional)</option> <optgroup id="studyKeys" label="Study Attributes"> <option value="Name"> Name (IDR number) </option>` <option value="Imaging Method"> Imaging Method </option>` <option value="License"> License </option>` <option value="Organism"> Organism </option>` <option value="Publication Authors"> Publication Authors </option>` <option value="Publication Title"> Publication Title </option>` <option value="Screen Technology Type"> Screen Technology Type </option>` <option value="Screen Type"> Screen Type </option>` <option value="Study Type"> Study Type </option>` </optgroup> <optgroup id="maprKeys" style='display:none' label="Image Attributes"> <!-- Map-Annotation keys loaded here --> </optgroup> </select> </div> <div style="position: relative" class="small-12 medium-8 large-8 columns"> <input id="maprQuery" type="text" placeholder="Search for anything..."> <svg id="spinner" aria-hidden="true" focusable="false" data-prefix="fas" data-icon="sync" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="svg-inline--fa fa-sync fa-w-16 fa-spin fa-lg"> <path fill="currentColor" d="M440.65 12.57l4 82.77A247.16 247.16 0 0 0 255.83 8C134.73 8 33.91 94.92 12.29 209.82A12 12 0 0 0 24.09 224h49.05a12 12 0 0 0 11.67-9.26 175.91 175.91 0 0 1 317-56.94l-101.46-4.86a12 12 0 0 0-12.57 12v47.41a12 12 0 0 0 12 12H500a12 12 0 0 0 12-12V12a12 12 0 0 0-12-12h-47.37a12 12 0 0 0-11.98 12.57zM255.83 432a175.61 175.61 0 0 1-146-77.8l101.8 4.87a12 12 0 0 0 12.57-12v-47.4a12 12 0 0 0-12-12H12a12 12 0 0 0-12 12V500a12 12 0 0 0 12 12h47.35a12 12 0 0 0 12-12.6l-4.15-82.57A247.17 247.17 0 0 0 255.83 504c121.11 0 221.93-86.92 243.55-201.82a12 12 0 0 0-11.8-14.18h-49.05a12 12 0 0 0-11.67 9.26A175.86 175.86 0 0 1 255.83 432z" class=""></path> </svg> </div> </div> </header> <!-- Search results - hidden till needed --> <div id="searchResultsContainer" class="row horizontal" style="display: none; position: relative; margin-top: -35px; margin-bottom: 15px"> <div class="small-12 medium-12 large-12 columns"> <button id="hideSearchResults" onclick="document.getElementById('searchResultsContainer').style.display = 'none'">X</button> <div id="studySearchResults" class="panel" style="float: left; width: 100%; color: #333; padding: 0"> Search results </div> <div id="imageSearchResults" class="panel" style="float: left; width: 100%; color: #333; padding: 0"> <!-- spinner? --> </div> </div> </div> <div class="row horizontal" style="position: relative; margin-top: 25px; margin-bottom: 15px"> <div class="small-12 medium-12 large-12 columns"> <div class="panel" style="float: left; width: 100%; color: #333"> <div class="stats small-12 medium-4 large-4 columns"> <span id="studyCount"></span> Studies </div> <div class="stats small-12 medium-4 large-4 columns"> <span id="imageCount"></span> Images </div> <div class="stats small-12 medium-4 large-4 columns"> <span id="tbCount"></span> TB </div> </div> </div> </div> <div class="row horizontal" style="position: relative"> <div class="small-12 medium-12 large-12 columns"> <div class="panel" style="float: left"> <form> <label class="switchLabel">Group Studies by type</label> <label class="switch" style="margin-right: 20px"> <input id="groupByType" type="checkbox"> <span class="sliderToggle round"></span> </label> </form> <div id="studies"> <!-- Placeholder thumbnails - updated by render() once studies have loaded --> <script>document.write((new Array(100)).fill(`<div class="studyThumb"></div>`).join(""))</script> </div> </div> </div> </div> <div class="row horizontal" style="position: relative; margin-top: 15px; margin-bottom: 15px"> <div class="stats small-12 medium-9 large-8 columns" style="position: relative"> </div> </div> <div class="row horizontal" style="position: relative;"> <div class="small-12 medium-12 large-8 columns" style> <div class="panel" id="tabs"> <ul class="tabs" data-tabs id="example-tabs"> <li class="tabs-title is-active "> <a href="#panel1" aria-selected="true" > Exploring IDR </a> </li> <li class="tabs-title "> <a href="#panel2" > Analyze Data </a> </li> </ul> <div class="tabs-content" data-tabs-content="example-tabs"> <div class="tabs-panel is-active " id="panel1"> <div class="row horizontal"> <div class="small-6 medium-6 large-6 columns" style="position: relative;"> <iframe id="youtube" width="100%" height="100%" src="https://www.youtube.com/embed/dFg2PAF3k7s" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen> </iframe> <button title="Expand video" class="expandVideo"><i class="fas fa-angle-right"></i><i class="fas fa-angle-right"></i></button> </div> <div class="columns small-6 medium-6 large-6"> <h3>From publication to IDR</h3> Find a specific IDR study from a publication. View images and Regions of Interest (ROIs) in IDR. Explore study metadata. </div> </div> <div class="row horizontal"> <div class="small-6 medium-6 large-6 columns" style="position: relative;"> <iframe id="youtube" width="100%" height="100%" src="https://www.youtube.com/embed/JboK6Kds28U" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen> </iframe> <button title="Expand video" class="expandVideo"><i class="fas fa-angle-right"></i><i class="fas fa-angle-right"></i></button> </div> <div class="columns small-6 medium-6 large-6"> <h3>From gene to phenotypes</h3> Query images by gene. Explore retrieved images and metadata, including associated phenotypes. View images in context of a plate. </div> </div> <div class="row horizontal"> <div class="small-6 medium-6 large-6 columns" style="position: relative;"> <iframe id="youtube" width="100%" height="100%" src="https://www.youtube.com/embed/stF4Q4m5GZg" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen> </iframe> <button title="Expand video" class="expandVideo"><i class="fas fa-angle-right"></i><i class="fas fa-angle-right"></i></button> </div> <div class="columns small-6 medium-6 large-6"> <h3>From compound to analytics</h3> Query images by compound. Find SARS-CoV-2 dataset. Explore images in relation to analytical data submitted by authors. </div> </div> </div> <div class="tabs-panel " id="panel2"> <p>The IDR server is built with <a target='_blank' href='https://www.openmicroscopy.org/omero/'>OMERO</a>, allowing access to all image data and metadata via an open API in Python, R, Java, MATLAB and REST/JSON. See the <a target='_blank' href='https://omero-guides.readthedocs.io/en/latest/api_usage.html'>OMERO API guide</a> for more information.</p><p>For examples of analysis tools working with OMERO to access and analyze data, see the <a target='_blank' href='https://omero-guides.readthedocs.io/en/latest/external_tools.html'>analysis tools guide</a>.</p> <div class="row horizontal"> <div class="small-6 medium-6 large-6 columns" style="position: relative;"> <iframe id="youtube" width="100%" height="100%" src="https://www.youtube.com/embed/tOgKlxyyvSc" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen> </iframe> <button title="Expand video" class="expandVideo"><i class="fas fa-angle-right"></i><i class="fas fa-angle-right"></i></button> </div> <div class="columns small-6 medium-6 large-6"> <h3>Analysis environment setup</h3> Set-up local or on-the-cloud analysis environment. Access images and metadata using API. Run analysis examples. Add your own code. </div> </div> <div class="row horizontal"> <div class="small-6 medium-6 large-6 columns" style="position: relative;"> <iframe id="youtube" width="100%" height="100%" src="https://www.youtube.com/embed/z19EE0_2JBs" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen> </iframe> <button title="Expand video" class="expandVideo"><i class="fas fa-angle-right"></i><i class="fas fa-angle-right"></i></button> </div> <div class="columns small-6 medium-6 large-6"> <h3>Segment image and compare</h3> Fetch image and labels from IDR. Segment nuclei using <a target='_blank' href='https://github.com/stardist/stardist'>StarDist</a>. Compare new labels with original. Validate software package. Save locally segmentation polygons as geojson. </div> </div> </div> </div> </div> </div> </div> </div> <script src="/static/idr_gallery/categories.js?_=3.11.0"></script> <script src="/static/idr_gallery/autocomplete.js?_=3.11.0"></script> <script> // handle expand/collapse of videos >> $("#tabs").on("click", ".expandVideo", function () { let $row = $(this).closest(".row"); // toggle from 2 columns to 1 $('.columns', $row).toggleClass("small-12 medium-12 large-12") .toggleClass("small-6 medium-6 large-6"); }); </script> <hr class="whitespace"> <div class="callout large secondary"> <div class="row"> <div class="row small-up-2 medium-up-5 large-up-5"> <div class="column"><a href="https://www.openmicroscopy.org/" target="_blank"><img class="thumbnail their-logo" src="/about/img/logos/ome-logo-200.png" alt="OME"></a></div> <div class="column"><a href="https://www.eurobioimaging.eu/" target="_blank"><img class="thumbnail their-logo" src="/about/img/logos/eurobioimaging_logo.png" alt="Euro-Bioimaging"></a></div> <div class="column"><a href="https://www.globalbioimaging.org/" target="_blank"><img class="thumbnail their-logo" src="/about/img/logos/globalbioimaging_logo.png" alt="Global-Bioimaging"></a></div> <div class="column"><a href="https://www.bbsrc.ac.uk/" target="_blank"><img class="thumbnail their-logo" src="/about/img/logos/bbsrc.png" alt="BBSRC"></a></div> <div class="column"><a href="https://www.glencoesoftware.com/" target="_blank"><img class="thumbnail their-logo" src="/about/img/logos/logo-glencoe-software-color.png" alt="Glencoe Software"></a></div> </div> <hr class="whitespace"> <div class="large-12 columns text-center"> <p>&copy; 2016-2024 University of Dundee &amp; Open Microscopy Environment. <a href="https://creativecommons.org/licenses/by/4.0/" target="_blank">Creative Commons Attribution 4.0 International License</a>.</p> <p>OMERO is distributed under the terms of the GNU GPL. For more information, visit <a href="https://www.openmicroscopy.org">openmicroscopy.org</a></p> </div> <hr class="whitespace"> <div> <div class="version-number float-left"> <a href="/"><img id="version-number" src="/about/img/logos/logo-idr.svg" alt="IDR logo"></a> version: <span id="version-number-display"></span>. </div> <div class="float-right"> <a href="https://www.twitter.com/idrnews" target="_blank"><i class="fab fa-fw fa-twitter"></i> @IDRnews</a></li> <a href="https://www.twitter.com/idrstatus" target="_blank"><i class="fab fa-fw fa-twitter"></i> @IDRstatus</a></li> </div> </div> </div> </div> <script> $(document).foundation(); </script> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10