نتایج جستجو برای: colonial studies

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

Journal: :Medical History 1994
S Hewa

The history of disease and health in colonial Sri Lanka has been largely ignored. Historians of colonial economic and social policies in that country have produced a deluge of materials without mentioning the impact of colonial labour policy on the health of the indigenous people.' Meanwhile, even those who have written on the history of medicine in Sri Lanka have not fully accounted for coloni...

Journal: :Journal of bacteriology 1958
D M EISLER G KUBIK H PRESTON

The relationship of the colonial morphology of Pasteurella pestis to its virulence has been controversial. Gotschlich (1900), Markl (1914), Petrie (1929), Burgess (1930), Otten (1936), Bhatnagar (1940) and Jawetz and Meyer (1943) described numerous colonial types for which interchangeable descriptions are lacking. Most agreed upon an inconstant hereditary transmission of colonial characteristic...

2005
Andreas Krebs

Although the colonial ideology often masks the fact, diplomacy has been a major part of the colonial encounter. In Canada, diplomacy in its many guises has been carried out between the colonizing Europeans and EuroCanadians since first contact between them. This diplomacy can be immediately broken up into at least two distinct periods: pre-colonial and colonial diplomacy. The first is marked by...

2009
Otto F. von Feigenblatt

This paper explores some similarities between Feminism, especially intersectionality theory, Post-colonial studies, and Participatory Alternative Development. While the three fields deal with different subject matters they have commonalities such as methodology, historical development, and activism. The three fields have as their goal, not only the accumulation of knowledge but also to strive f...

2017
Christine Doran

In her paper, "Adventure Tales, Colonialism, and Alexander Montgomery's Australian Perspective," Christine Doran discusses an early nineteenth-century example of Australian literature dealing with Southeast Asia. The text analysed is about Borneo, in a collection of short stories by Alexander Montgomery entitled Five-Skull Island and Other Tales of the Malay Archipelago, published in Melbourne ...

2016
Joan Bertran Francesc Xavier Macià Antoni Margalida

In colonial breeding species, preventive measures to reduce the risks of extra-pair copulations (EPCs) should reflect the actual risk perceived by males (e.g., proximity of neighbors, intrusions into the nest) mainly during the fertile period. In colonial vultures, specific studies examining the preventive measures that minimize the risks of EPCs occurring within the competitive context of colo...

Journal: :Journal of bacteriology 1963
O H STALHEIM J B WILSON

Stalheim, O. H. V. (University of Wisconsin, Madison) and J. B. Wilson. Leptospiral colonial morphology. J. Bacteriol. 86:482-489. 1963.-A sequence of apparent colonial types was observed with colonies of Leptospira pomona, L. canicola, L. icterohaemorrhagiae, and L. grippotyphosa in agar medium. Although some colonies of these serotypes had a different appearance initially, they eventually dev...

Journal: :Applied and environmental microbiology 1989
G E Carlisle J O Falkinham

A nonmucoid colonial variant of a mucoid Bacillus subtilis strain produced less amylase activity and a transparent colonial variant of a B. licheniformis strain produced less protease activity compared with their parents. Antibiotic susceptibility patterns of the colonial variants differed, and increased resistance to beta-lactam antibiotics was correlated with increased production of extracell...

Journal: :Journal of clinical pathology 1993
L W Baillie J J Wade M W Casewell

Vancomycin resistant enterococci are increasingly being isolated from inpatients. This report describes the colonial variation present in most isolates of vancomycin resistant Enterococcus faecium obtained at this hospital. Colonial variants within the same culture were indistinguishable by antimicrobial susceptibility, biochemical reactions, and ribotyping. Failure to appreciate this colonial ...

پایان نامه :وزارت علوم، تحقیقات و فناوری - دانشگاه اصفهان - دانشکده زبانهای خارجی 1390

la notion de l’espace recouvre beaucoup des champs de la littérature surtout les sciences humaines. l’espace colonial se définit comme une cohésion de la géographie et de la politique étant lié aux évènements politiques et historiques des époques coloniales de la france et devient le reflet des points de vues et le style d’écrire de l’auteur. dans ces œuvres étudiés de cette recherche, la colon...

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

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

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