نتایج جستجو برای: rds who have higher entrepreneurial spirit

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

Journal: :Hypertension in pregnancy 2013
Anthony Liu Eva Carlsson Sofia Nilsson Julee Oei Barbara Bajuk Michael Peek Andrew Martin Ralph Nanan

OBJECTIVE To examine the effect of hypertensive disease of pregnancy (HDP) on the development of respiratory distress syndrome (RDS) in preterm neonates. DESIGN A retrospective cohort study. SETTING All neonatal intensive care units in New South Wales and the Australian Capital Territory. PATIENTS A total of 18,845 preterm neonates aged between 24 and 36 weeks gestation admitted to the un...

2011
Nicky McCreesh Lisa G Johnston Andrew Copas Pam Sonnenberg Janet Seeley Richard J Hayes Simon DW Frost Richard G White

Background: Respondent-driven sampling(RDS) is an increasingly widely used variant of a link tracing design for recruiting hidden populations. The role of the spatial distribution of the target population has not been robustly examined for RDS. We examine patterns of recruitment by location, and how they may have biased an RDS study findings. Methods: Total-population data were available on a r...

Considering the importance of transitioning economies from a resource-based economy to a knowledge-based one, and the importance of the role of universities in the development of innovative and entrepreneurial activities, the subject of entrepreneurial university and the strategies necessary for its formation have attracted the attention of many researchers and policy makers in the field of hig...

2008
Ayala Malach-Pines Dafna Schwartz

Purpose – While the numbers of, and research on, women entrepreneurs have accelerated radically in recent years, the rates of women entrepreneurs remain significantly lower than men’s. Research has shown that subjective perceptual variables have a crucial influence on the entrepreneurial propensity of women and account for much of the gender differences in entrepreneurial activity. The paper ai...

Journal: :Administrative Sciences 2022

Although entrepreneurship can be taught in different ways, education impact studies generally fall short with regard to acknowledging the teaching models of programs they assess. This severely limits our understanding how actually works. To address this gap, study describes and implements a procedure identify courses shows are associated entrepreneurial learning outcomes. Our analysis is based ...

This study extends prior researches by exploring the effect of organizational orientations on export performance. Building on the already extensive literature, we developed a model of relationship. A total of 120 usable questionnaires were received from the Iranian food industry SMEs. The results indicated that entrepreneurial orientation, market orientation and learning orientation positively ...

Journal: :Management Science 2015
Michael Roach Henry Sauermann

Entrepreneurial ventures rely not only on founders, but also on “joiners” – startup employees who are attracted to entrepreneurship but do not want to be founders themselves. Drawing upon both individual and contextual-level perspectives of entrepreneurship, we examine how interests in being a founder or a joiner form prior to the first career transition. We find that individuals with founder a...

Journal: :Kontribusia 2023

PKM is carried out at a school in Gresik Regency, namely SMK Muhammadiyah 3 Regency one of the education that develops entrepreneurship for its students. From geographical perspective, it located on outskirts Gresik, precisely Jl. Raya Morowudi No.141 Cerme District, Regency. When secondary such as SMA/MA/SMK work skills, providing practice facilities Electric Power Installation Engineering, Li...

Journal: :پژوهش های روستایی 0
زهرا ملک جعفریان دانشجوی کارشناسی ارشد دانشگاه تهران سیدعلی بدری دانشگاه تهران محمدرضا رضوانی دانشگاه تهران

friedman and weitz are among the theorists of the rohout school who propose models such as rural-urban development within the framework of comprehensive rural development schemes; consider rural development beyond urban development and perceive national development as dependent on rural development. in this regard, sustainable human development as a step beyond sustainable development is accept...

Journal: :Journal of applied physiology 2005
Frank van Bel Vincent Latour Hendrik J Vreman Ronald J Wong David K Stevenson Paul Steendijk Johannes Egberts Tannette G Krediet

Infant respiratory distress syndrome (RDS) involves inflammatory processes, causing an increased expression of inducible heme oxygenase with subsequent production of carbon monoxide (CO). We hypothesized that increased production of CO during RDS might be responsible for increased plasma levels of vasodilatory cGMP and, consequently, low blood pressure observed in infants with RDS. Fifty-two in...

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

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

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