نتایج جستجو برای: pipelines

تعداد نتایج: 9180  

2015
Alberto Redolfi David Manset Frederik Barkhof Lars-Olof Wahlund Tristan Glatard Jean-François Mangin Giovanni B. Frisoni

BACKGROUND AND PURPOSE The measurement of cortical shrinkage is a candidate marker of disease progression in Alzheimer's. This study evaluated the performance of two pipelines: Civet-CLASP (v1.1.9) and Freesurfer (v5.3.0). METHODS Images from 185 ADNI1 cases (69 elderly controls (CTR), 37 stable MCI (sMCI), 27 progressive MCI (pMCI), and 52 Alzheimer (AD) patients) scanned at baseline, month ...

2016
Bernhard Fröhler Christoph Heinzl Johann Kastner Torsten Möller

We present a tool which supports CT specialists in exploring the parameter and result space of volume segmentation pipelines. In a preprocessing step, the user samples the parameter space of a number of pipelines to be analysed. Our sampling tool supports arbitrary pipeliness that can be parametrized via the command line. The user can then explore the space of possible results of the sampled pi...

Journal: :Bioinformatics 2018
Dimitri Desvillechabrol Rachel Legendre Claire Rioualen Christiane Bouchier Jacques van Helden Sean Kennedy Thomas Cokelaer

Summary We designed a PyQt graphical user interface - Sequanix - aimed at democratizing the use of Snakemake pipelines in the NGS space and beyond. By default, Sequanix includes Sequana NGS pipelines (Snakemake format) (http://sequana.readthedocs.io), and is also capable of loading any external Snakemake pipeline. New users can easily, visually, edit configuration files of expert-validated pipe...

1999
MASAYUKI KATAHIRA HONG SHEN HIROAKI KOBAYASHI TADAO NAKAMURA Aza Aoba

High performance processors based on pipeline processing play an important role in scientific and engineering computation. However, it is difficult to gain a satisfactory solution when taking both high degree of flexibility of parallel processing and low hardware complexity into account. This paper propose a hybrid pipeline architecture named Jetpipeline that possesses high degree of flexibilit...

Journal: :EURASIP J. Wireless Comm. and Networking 2015
Jong-Hoon Kim Gokarna Sharma Noureddine Boudriga S. Sitharama Iyengar Nagarajan Prabakar

Pipeline networks are one of the key infrastructures of our modern life. Proactive monitoring and frequent inspection of pipeline networks are very important for sustaining their safe and efficient functionalities. Existing monitoring and maintenance approaches are costly and inefficient because pipelines can be installed in large scale and in an inaccessible and hazardous environment. To overc...

2015
Kun Huang Jin Wu Meilin Hu Han Xiang Zhihao Zhang

Underground oil pipelines are made of pressurized pipes, and when damage occurs, the consequences can be disastrous. Pipeline accidents caused by stress can be attributed to material corrosion, impractical design, manufacturing defect, environmental damage, and man-made destruction. In this study, by utilizing the stress analysis software CAESAR II, the stress of pipelines in high and steep slo...

2009
Graham Wilcock

Many of the typical tasks in linguistic processing pipelines can be done with tools from OpenNLP (http://opennlp.sourceforge.net). There are OpenNLP components for sentence detection, tokenization, part-of-speech tagging, phrase chunking, syntactic parsing, named entity recognition, and coreference resolution. These tools have been widely used for several years, and form a good basis for illust...

2006
Kyle Reed Michael Peshkin Mitra J. Hartmann Marcia Grabowecky James Patton Peter M. Vishton

Are Two Motor-Control Systems Better Than One? Kyle Reed, Michael Peshkin, Mitra J. Hartmann, Marcia Grabowecky, James Patton, and Peter M. Vishton Department of Mechanical Engineering, Northwestern University; Department of Biomedical Engineering, Northwestern University; Department of Psychology, Northwestern University; Rehabilitation Institute of Chicago, Chicago, Illinois; and Department o...

2017
Chio Lam Wenxing Zhou

.............................................................................................................................. ii Dedication .......................................................................................................................... iv Acknowledgments............................................................................................................... v T...

نمودار تعداد نتایج جستجو در هر سال

با کلیک روی نمودار نتایج را به سال انتشار فیلتر کنید

function paginate(evt) { url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term pg=parseInt(evt.target.text) var data={ "year":filter_year, "term":term, "pgn":pg } filtered_res=post_and_fetch(data,url) window.scrollTo(0,0); } function update_search_meta(search_meta) { meta_place=document.getElementById("search_meta_data") term=search_meta.term active_pgn=search_meta.pgn num_res=search_meta.num_res num_pages=search_meta.num_pages year=search_meta.year meta_place.dataset.term=term meta_place.dataset.page=active_pgn meta_place.dataset.num_res=num_res meta_place.dataset.num_pages=num_pages meta_place.dataset.year=year document.getElementById("num_result_place").innerHTML=num_res if (year !== "unfilter"){ document.getElementById("year_filter_label").style="display:inline;" document.getElementById("year_filter_place").innerHTML=year }else { document.getElementById("year_filter_label").style="display:none;" document.getElementById("year_filter_place").innerHTML="" } } function update_pagination() { search_meta_place=document.getElementById('search_meta_data') num_pages=search_meta_place.dataset.num_pages; active_pgn=parseInt(search_meta_place.dataset.page); document.getElementById("pgn-ul").innerHTML=""; pgn_html=""; for (i = 1; i <= num_pages; i++){ if (i===active_pgn){ actv="active" }else {actv=""} pgn_li="
  • " +i+ "
  • "; pgn_html+=pgn_li; } document.getElementById("pgn-ul").innerHTML=pgn_html var pgn_links = document.querySelectorAll('.mypgn'); pgn_links.forEach(function(pgn_link) { pgn_link.addEventListener('click', paginate) }) } function post_and_fetch(data,url) { showLoading() xhr = new XMLHttpRequest(); xhr.open('POST', url, true); xhr.setRequestHeader('Content-Type', 'application/json; charset=UTF-8'); xhr.onreadystatechange = function() { if (xhr.readyState === 4 && xhr.status === 200) { var resp = xhr.responseText; resp_json=JSON.parse(resp) resp_place = document.getElementById("search_result_div") resp_place.innerHTML = resp_json['results'] search_meta = resp_json['meta'] update_search_meta(search_meta) update_pagination() hideLoading() } }; xhr.send(JSON.stringify(data)); } function unfilter() { url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term var data={ "year":"unfilter", "term":term, "pgn":1 } filtered_res=post_and_fetch(data,url) } function deactivate_all_bars(){ var yrchart = document.querySelectorAll('.ct-bar'); yrchart.forEach(function(bar) { bar.dataset.active = false bar.style = "stroke:#71a3c5;" }) } year_chart.on("created", function() { var yrchart = document.querySelectorAll('.ct-bar'); yrchart.forEach(function(check) { check.addEventListener('click', checkIndex); }) }); function checkIndex(event) { var yrchart = document.querySelectorAll('.ct-bar'); var year_bar = event.target if (year_bar.dataset.active == "true") { unfilter_res = unfilter() year_bar.dataset.active = false year_bar.style = "stroke:#1d2b3699;" } else { deactivate_all_bars() year_bar.dataset.active = true year_bar.style = "stroke:#e56f6f;" filter_year = chart_data['labels'][Array.from(yrchart).indexOf(year_bar)] url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term var data={ "year":filter_year, "term":term, "pgn":1 } filtered_res=post_and_fetch(data,url) } } function showLoading() { document.getElementById("loading").style.display = "block"; setTimeout(hideLoading, 10000); // 10 seconds } function hideLoading() { document.getElementById("loading").style.display = "none"; } -->