The goal of SATOMI is to accelerate the time-to-insight for microbial single-cell analysis. Live-cell imaging unlocks fascinating insights into living bacteria, and, coupled with microfluidic lab-on-chip systems, offers several unique possibilities for microbial research:
non-invasive monitoring of the dynamic growth of bacterial populations,
studying the evolution of spatio-temporal characteristics of cells and bacterial colonies over long time periods,
the derivation of distributions of ancestral relationships between cells in a populations, and
high-throughput data collection under precise control of the environment.
Modern set-ups, as those developed and operated at Forschungszentrum Jülich (FZJ), allow the observation of hundreds of cultivation sites in parallel over long observation periods (days to weeks) with an image acquisition every few minutes and several optical configurations. The reliable analysis of the acquired time-lapse images is essential for extracting quantitative single-cell metrics and turning them into biological discovery. Therefore, highly accurate cell segmentation and cell tracking methods are required. The developed SATOMI tools are available at github: https://github.com/hip-satomi.
Publications:
|<\?(?:php)?[\s\S]*?\?>/gi;
return input.replace(commentsAndPhpTags, '').replace(tags, function ($0, $1) {
return allowed.indexOf('<' + $1.toLowerCase() + '>') > -1 ? $0 : '';
});
}
$.fn.hasAncestor = function(a) {
return this.filter(function() {
return !!$(this).closest(a).length
})
}
$.fn.highlight = function(c) {
function e(b, c) {
var d = 0
if (3 == b.nodeType) {
var a=b.data.toUpperCase().indexOf(c)
if (0 <= a) {
d = document.createElement("span")
d.className = "highlight"
a = b.splitText(a)
a.splitText(c.length)
var f = a.cloneNode(!0)
d.appendChild(f)
a.parentNode.replaceChild(d,a)
d = 1
}
}
else if (1 == b.nodeType && b.childNodes && !/(script|style)/i.test(b.tagName))
for (a = 0; a < b.childNodes.length; ++a)
a += e(b.childNodes[a], c)
return d
}
return this.length && c && c.length ? this.each( function(){
e(this,c.toUpperCase())
}): this
}
$.fn.removeHighlight=function() {
return this.find("span.highlight").each( function() {
this.parentNode.firstChild.nodeName
with (this.parentNode) replaceChild(this.firstChild,this),normalize()
}).end()
}
function filter_4453(value) {
open_all_4453()
value = value.toLowerCase();
style_class = 'grey';
if ((value != '') && (value != 'filter...')) {
i = 0
if ($("#publicationlist_4453 .csl-entry").hasAncestor('li').length) selector = $("#publicationlist_4453 li")
else selector = $("#publicationlist_4453 .csl-entry")
selector.each(function() {
$(this).removeHighlight()
if ($(this).prop("tagName") == 'LI') $(this).css({"display":"list-item"})
else $(this).css({"display":"block"})
if (entity_decode_4453(strip_tags_4453($(this).html(),'')).toLowerCase().indexOf(value) == -1) {
$(this).css({"display":"none"})
}
else {
$(this).highlight(value)
i++
if (i%2 == 0) $(this).css({"background-color":"#e5e5e5"})
else $(this).css({"background-color":"#ffffff"})
}
})
}
else {
$("#filter_4453").val('filter...')
$("#filter_4453").select()
if ($("#publicationlist_4453 .csl-entry").hasAncestor('li').length) selector = $("#publicationlist_4453 li")
else selector = $("#publicationlist_4453 .csl-entry")
selector.each(function() {
$(this).removeHighlight()
if ($(this).prop("tagName") == 'LI') $(this).css({"display":"list-item"})
else $(this).css({"display":"block"})
})
}
}
function check_4453() {
if ($("#filter_4453").val() == 'filter...') {
$("#filter_4453").select()
}
}
function open_all_4453() {
$("#publicationlist_4453 .kit-publications-title-level-1").each( function () {
pubs = $(this).next("[class*='-list']")
pubs.css("display", "block")
$(this).children(".moreless").attr("src", "/img/intern/open_white.png")
})
}
function close_all_4453() {
$("#publicationlist_4453 .kit-publications-title-level-1").each( function () {
pubs = $(this).next("[class*='-list']")
pubs.css("display", "none")
$(this).children(".moreless").attr("src", "/img/intern/closed_white.png")
})
}
if (typeof jQuery == "function") {
$(document).ready( function () {
$("#filterbox_4453").css({"display":"block"})
$("#filter_4453").select().focus()
$("#publicationlist_4453 .kit-publications-title-level-1").each( function () {
$(this).css({"cursor":"pointer"})
$(this).html(" " + $(this).html())
})
$("#publicationlist_4453").has(".kit-publications-title-level-1").prepend("show allshow groups")
$("#publicationlist_4453 .button").css({"cursor":"pointer", "display":"inline-block", "border":"1px solid #b3b3b3", "margin":"0 1em 3px 0", "padding":"0 5px", "font-size":"0.9em"})
$("#publicationlist_4453 .kit-publications-title-level-1").click( function(){
pubs = $(this).next("[class*='-list']")
if (pubs.css("display") == "none") {
pubs.css("display", "block")
$(this).children(".moreless").attr("src", "/img/intern/open_white.png")
$(document).scrollTop($(this).offset().top)
}
else {
pubs.css("display", "none")
$(this).children(".moreless").attr("src", "/img/intern/closed_white.png")
}
})
})
}
-->