نتایج جستجو برای: روش kwon

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

Journal: :Annals of Hepato-Biliary-Pancreatic surgery 2022

Seoil MOON, Jun Suh LEE, Heeju SOHN, Youngmin HAN, Hongbeom KIM, Wooil KWON, Yoo-Seok YOON, Ho-Seong Tae Jung OH, Kyong Soo PARK, Hak Chul JANG, Jin-Young Hye Seung JUNG*. Ann Hepatobiliary Pancreat Surg 2022;26:S351. https://doi.org/10.14701/ahbps.2022S1.EP-71

2015
Oh Sung Kwon Ruth E. Tanner Katherine M. Barrows Marah Runtsch J. David Symons Thunder Jalili Benjamin T. Bikman Donald A. McClain Ryan M. O’Connell Micah J. Drummond

Oh Sung Kwon, Ruth E. Tanner, Katherine M. Barrows, Marah Runtsch, J. David Symons, Thunder Jalili, Benjamin T. Bikman, Donald A. McClain, Ryan M. O’Connell, and Micah J. Drummond Departments of Physical Therapy, Pathology and Exercise and Sport Science and Divisions of Nutrition and Diabetes, Metabolism and Endocrinology, University of Utah, Salt Lake City, Utah; and Department of Physiology a...

2010
Chi-Chih Hung Xiaoli Liu Min-Young Kwon Young-Ho Kang Su Wol Chung Mark A. Perrella

Chi-Chih Hung, Xiaoli Liu, Min-Young Kwon, Young-Ho Kang, Su Wol Chung, and Mark A. Perrella Division of Pulmonary and Critical Care Medicine, Department of Medicine, and Newborn Medicine, Brigham and Women’s Hospital and Harvard Medical School, Boston, Massachusetts; Division of Nephrology, Department of Internal Medicine, Kaohsiung Medical University Hospital, Kaohsiung, Taiwan; and Departmen...

1999
GERALDINE CORRIGAN DEEPA RAMASWAMY OSUN KWON F. GRAHAM SOMMER EDWARD J. ALFREY DONALD C. DAFOE RICHARD A. OLSHEN JOHN D. SCANDLING BRYAN D. MYERS Graham Sommer Edward J. Alfrey Donald C. Dafoe Richard A. Olshen John D. Scandling

GERALDINE CORRIGAN,1 DEEPA RAMASWAMY,1 OSUN KWON,1 F. GRAHAM SOMMER,2 EDWARD J. ALFREY,3 DONALD C. DAFOE,3 RICHARD A. OLSHEN,4 JOHN D. SCANDLING,3 AND BRYAN D. MYERS1 1Department of Medicine, Division of Nephrology, 2Diagnostic Radiology, 3Adult Kidney and Kidney/Pancreas Transplant Program, and 4Division of Biostatistics, Department of Health Research and Policy, Stanford University School of ...

2006
Akiko Shime-Hattori Tetsuya Iida Michiko Arita Kwon-Sam Park Toshio Kodama Takeshi Honda

bio¢lmformation Akiko Shime-Hattori, Tetsuya Iida, Michiko Arita, Kwon-Sam Park, Toshio Kodama & Takeshi Honda Department of Bacterial Infections, Research Institute for Microbial Diseases, Osaka University, Osaka, Japan; Department of Genomic Research on Pathogenic Bacteria, Research Institute for Microbial Diseases, Osaka University, Osaka, Japan; Department of Nutritional Science, Faculty of...

2018
Woo Sik Kim In Duk Jung Jong-Seok Kim Hong Min Kim Kee Woong Kwon Yeong-Min Park Sung Jae Shin

Citation: Kim WS, Jung ID, Kim J-S, Kim HM, Kwon KW, Park Y-M and Shin SJ (2018) Mycobacterium tuberculosis GrpE, A Heat-Shock Stress Responsive Chaperone, Promotes Th1-Biased T Cell Immune Response via TLR4-Mediated Activation of Dendritic Cells. Front. Cell. Infect. Microbiol. 8:95. doi: 10.3389/fcimb.2018.00095 Mycobacterium tuberculosis GrpE, A Heat-Shock Stress Responsive Chaperone, Promot...

Journal: :Genes & development 2008
Fanni Gergely Renata Basto

Cells with extra centrosomes rely entirely on centrosome clustering mechanisms to assemble a bipolar spindle and to divide in a bipolar fashion. To identify the pathways involved in suppression of multipolarity, Kwon, Godinho, and colleagues (pp. 2189-2203) have set up a genome-wide screen in Drosophila S2 cells. Surprisingly, they found that efficient clustering requires a large number of prot...

2014
Sang-Goo Ji Hyun-Gyu Cha Ki-Jong Kim Myoung-Kwon Kim

Sang-Goo Ji, Hyun-Gyu Cha, Ki-Jong Kim, and Myoung-Kwon Kim* Department of Physical Therapy, Eulji University Hospital, Dunsan-dong, Seo-gu, Daejeon 302-799, Korea Department of Physical Therapy, Kyungbuk College, Hyucheon-dong, Yeongju, Gyungbuk 750-050, Korea Department of Physical Therapy, Dong-shin University, 252-17, Daeho-Dong, Naju, Jeonnam 520-180, Korea Department of Physical Therapy, ...

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

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

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"; } -->