نتایج جستجو برای: johns disease

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

2011
Maya Zayats Manu Kanwar Marc Ostermeier Peter C. Searson

Molecular Imprinting of Maltose Binding Protein: Tuning Protein Recognition at the Molecular Level Maya Zayats, Manu Kanwar, Marc Ostermeier, and Peter C. Searson* Department of Materials Science and Engineering, Johns Hopkins University, Baltimore, Maryland 21218, United States Department of Chemical and Biomolecular Engineering, Johns Hopkins University, Baltimore, Maryland 21218, United Stat...

2011
Judith E. Karp B. Douglas Smith Linda S. Resar Jacqueline M. Greer Amanda Blackford Ming Zhao Dwella Moton-Nelson Katrina Alino Mark J. Levis Steven D. Gore Biju Joseph Hetty Carraway Michael A. McDevitt Lorena Bagain Karen Mackey Janet Briel L. Austin Doyle John J. Wright Michelle A. Rudek

1Division of Hematologic Malignancies, Johns Hopkins Sidney Kimmel Comprehensive Cancer Center, Baltimore, MD; 2Division of Hematology, Department of Medicine, Johns Hopkins Medical Institutions, Baltimore, MD; 3Division of Chemical Therapeutics, Johns Hopkins Sidney Kimmel Comprehensive Cancer Center, Baltimore, MD; and 4Investigational Drug Branch, Cancer Therapy Evaluation Program, Division ...

2005
Robert Wood Johnson

What This Is For There is a desire to have physicians take a more active role in coordinating care for people with multiple chronic conditions. One question physicians raise is how much this will increase their liability exposure, for instance, by holding them responsible for specialty areas they lack expertise in. Johns Hopkins has asked me to write a report that analyzes that question as best...

2008
M. J. SMITH

GEMZELL, G. A. (1953): Blood Levels of the 17Hydroxycorticosteroids in Normal Pregnancy, J. clin. Endocr., 13, 898. GRUMBACK, M. M., and WILKINS, L. (1956): The Pathogenesis and Treatment of Virilizing Adrenal Hyperplasia, Pediatrics, 17, 418. ROOK, A. J. (1965): Endocrine Influences on Hair Growth, Brit. med. J., i, 609. SMITH, E. K., and DE ALVAREZ, R. R. (1954): Congenital Adrenal Hyperplasi...

Journal: :Proceedings of the American Mathematical Society 1994

2017
P. S. Sockolow P. R. Crawford H. P. Lehmann

P. S. Sockolow1; P. R. Crawford2,3; H. P. Lehmann2,4,5 1College of Nursing and Health Professions, Drexel University, Philadelphia, PA, USA; 2Division of Health Sciences Informatics, School of Medicine, The Johns Hopkins University, Baltimore, MD, USA; 3Department of International Health, Bloomberg School of Public Health, The Johns Hopkins University, Baltimore, MD, USA; 4Department of Health ...

2016
Ying Wang Yongxing Gao Chaoxia He Zhaohui Ye Sharon Gerecht Linzhao Cheng

Scalable Production of Human Erythrocytes from Induced Pluripotent Stem Cells Ying Wang, Yongxing Gao , Chaoxia He , Zhaohui Ye , Sharon Gerecht *, and Linzhao Cheng * Department of Chemical and Biomolecular Engineering, Whiting School of Engineering, Johns Hopkins University, Baltimore, MD, USA Stem Cell Program in the Institute for Cell Engineering, Johns Hopkins University School of Medicine...

2008
Justin Lessler Derek A. T. Cummings Steven Fishman Amit Vora Donald S. Burke

Justin Lessler*, Derek A. T. Cummings, Steven Fishman, Amit Vora and Donald S. Burke Johns Hopkins Bloomberg School of Public Health, 615 North Wolfe Street E5537, Baltimore, MD 21205, USA Department of Epidemiology, Graduate School of Public Health, University of Pittsburgh, 130 DeSoto Street, Pittsburgh, PA 15261, USA Department of Biostatistics, Johns Hopkins Bloomberg School of Public Healt...

2008
A. gupta V. P. Chacko R. G. Weiss

A. gupta, V. P. Chacko, and R. G. Weiss 1Department of Medicine, Division of Cardiology, The Johns Hopkins University School of Medicine, Baltimore, Maryland, United States, Department of Radiology, The Johns Hopkins University School of Medicine, Baltimore, MD, United States, Department of Medicine, Division of Cardiology, The Johns Hopkins University School of Medicine, Baltimore, MD, United ...

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

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

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