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

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

1952
Michael G. Wilson

increase in the numbers of deaths from pulmonary embolism was noticed, and was decided to look further into the matter to find out whether the increase was in fact real, and whether it could be attributed to any particular cause. Only those cases of pulmonary embolus actually proved by autopsy have been considered, and the inquiry was limited to the Royal Infirmary Branch and therefore includes...

2010
C. R. PUTNAM

3. N. Dunford and B. J. Pettis, Linear operators on summable functions, Trans. Amer. Math. Soc. vol. 47 (1940) pp. 323-392. 4. O. Nikodym, Sur une generalisation des integrates de M. Radon, Fund. Math, vol. 15 (1930) pp. 137-179. 5. R. S. Phillips, Integration in convex linear topological space, Trans. Amer. Math. Soc. vol. 48 (1940) pp. 516-540. 6. C. E. Rickart, Integration in a convex linear...

Journal: :Expresión económica 2023

Este ensayo se encuentra estructurado dentro del método histórico, con un paradigma hermenéutico, fuentes indirectas y enfoque cualitativo. La nación mexicana ha vivido turbulencias económicas políticas durante su historia; la época colonial registró tres siglos, desde conquista prehispánica; el nacimiento con-solidación México independiente abarcó 60 años siglo xix; estabilidad crecimiento eco...

Journal: :Signa-revista De La Asociacion Espanola De Semiotica 2022

El tweet de Joe Biden, The people had spoke, refiriéndose al voto del pueblo americano en las recientes elecciones presidenciales, recuerda el título célebre libro P. F. Lazarsfeld, B. Berelson y H. Gandet, People Choice, dedicado a 1940. Como se sabe, la obra centraba forma que los electores estado Ohio decidían su 5 noviembre 1940, donde presidente saliente Franklin D. Roosevelt (demócrata), ...

Journal: :Kasvatus & Aika 2021

Arvosteltu teos: Koivunen, Pia 2020: Rauhanuskovaiset: suomalaiset maailman nuorisofestivaaleilla 1940–1950-luvuilla. Helsinki: Suomalaisen Kirjallisuuden Seura. s. 327.

Journal: :Tahiti 2022

Kirja-arvio: Kristo Vesikansa, Philip Tidwell & Laura Berger, New Standards – Timber Houses Ltd. 1940–1955 (Helsinki: Garret Publications, 2021).

Journal: :The American Economic Review 2022

This paper shows that racial composition shocks during the Great Migration (1940–1970) reduced gains from growing up in northern United States for Black families and can explain 27 percent of region’s upward mobility gap today. I identify share increases by interacting pre-1940 migrants’ location choices with predicted southern county out-migration. Locational changes, not negative selection fa...

2015
Nathaniel G. Hilger

I develop a new method to estimate intergenerational mobility (IM) in educational attainment on U.S. census data spanning 19402000. I measure IM directly for children still living with parents at ages 26-29, and indirectly for other children using an imputation procedure that I validate in multiple datasets spanning the full sample period. Educational IM increased significantly 1940-1970 and de...

2015
Colin A. Ross

The risk of developing breast cancer by age 50 in BRCA-positive women has increased from 24% in women born before 1940 to 67% in women born after 1940. This observation points to an increase in one or more environmental promoters through the course of the twentieth century. Extrapolating backwards, it is possible that, in the nineteenth century, a BRCA mutation conferred minimal increased risk ...

Journal: :British medical journal 1948
R F ALEXANDER G B FORBES E S HAWKINS

My thanks are due to Dr. D. K. Adams for permission to publish this report. References Dax, E. C. (1938). Trans. Ophthal. Soc, 58, 227. Duke-Elder, W. S. (1940). Textbook of Ophthalmology, 3, 2768. London. Eugenics Laboratory Memoirs (1922) (Nettleship Memorial Volume), 2, Part I. London. Hadfield, G., and Garrod, L. P. (1947). Recent Advances in Pathology. London. Mann, I. (1937). Developmenta...

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

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

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