نتایج جستجو برای: mahmoud sami al

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

1956
Farid Saleh Ghada Ibrahim Hussein Dashti Pedro Romero Abdullah Behbehani Hilal Al-Sayer Sami Asfar Ali Dashti Waleed Renno Suad Abdeen Ivo Klepacek

Address correspondence to: Farid Saleh, Faculty of Medicine, Health Sciences Centre, Department of Anatomy, Kuwait University. Jabriya, P.O.Box: 24923, Safat, Kuwait, Postal Code 13110, Kuwait. Tel: 4986265, Fax: +965 5319478, E-mail: Fred@hsc.edu.kw or FaridSlh@netscape.net Farid Saleh, Ghada Ibrahim, Hussein Dashti, Pedro Romero, Abdullah Behbehani, Hilal Al-Sayer, Sami Asfar, Ali Dashti, Wal...

2013
Gunn-Tove Minde Torill M. Sæterstrand

INTRODUCTION Participating in a community with other retired individuals to increase life quality can be possible for the older persons. Cultural and ethnical background is important for their social identity. OBJECTIVE To identify what the informants think is important in their surroundings in order to extend their healthy life period. STUDY DESIGN A structured questionnaire developed by t...

Journal: :International journal of circumpolar health 2008
Tove Nystad Marita Melhus Eiliv Lund

OBJECTIVES The government's Action Plan for Health and Social Services states as a goal that the Sami population's encounter with health and social services should be just as good as what the rest of the population experiences. The goal of this study is to investigate patient satisfaction with the municipal GP service in areas with both a Sami and Norwegian population. STUDY DESIGN A cross-se...

Journal: :International journal of circumpolar health 2010
Kristin Ahlm Sven Hassler Per Sjölander Anders Eriksson

OBJECTIVES Unnatural deaths among Indigenous populations, including the Swedish Sami, occur more often than among the general population. To find prevention strategies, we explored the circumstances of the unnatural deaths of members of reindeer-herding Sami families. STUDY DESIGN The number of deaths from among a cohort of 7,482 members of reindeer-herding Sami families were retrieved from t...

Journal: :Family Medicine & Primary Care Review 2023

ENWEndNote BIBJabRef, Mendeley RISPapers, Reference Manager, RefWorks, Zotero AMA ELAMARY M, ALOMARI F, NEWERA A, et al. Diagnostic accuracy of sinus tachycardia as an independent clinical indicator among different COVID-19 variants. Family Medicine & Primary Care Review. 2023;25(1):29-35. doi:10.5114/fmpcr.2023.125489. APA ELAMARY, M., ALOMARI, F., NEWERA, A., SELIM, E., MANALUS, LAURETA, J. (...

2018
Chun-Ze Lai Michael D. DeGrandpre Reuben C. Darlington

Citation: Lai C-Z, DeGrandpre MD and Darlington RC (2018) Autonomous Optofluidic Chemical Analyzers for Marine Applications: Insights from the Submersible Autonomous Moored Instruments (SAMI) for pH and pCO2. Front. Mar. Sci. 4:438. doi: 10.3389/fmars.2017.00438 Autonomous Optofluidic Chemical Analyzers for Marine Applications: Insights from the Submersible Autonomous Moored Instruments (SAMI) ...

Journal: :Robotica 2011
Mahmoud Tavakoli Lino Marques Anibal T. de Almeida

Mahmoud Tavakoli, Lino Marques and Aníbal T. de Almeida Robotica / Volume 29 / Special Issue 01 / January 2011, pp 23 ­ 34 DOI: 10.1017/S0263574710000676, Published online: 14 January 2011 Link to this article: http://journals.cambridge.org/abstract_S0263574710000676 How to cite this article: Mahmoud Tavakoli, Lino Marques and Aníbal T. de Almeida (2011). A low­cost approach for self­calibratio...

2014
Christian Eckhoff Siv Kvernmo

BACKGROUND Pain is common in otherwise healthy adolescents. In recent years widespread musculoskeletal pain, in contrast to single site pain, and associating factors has been emphasized. Musculoskeletal pain has not been examined in Arctic indigenous adolescents. The aim of this study was to explore the prevalence of widespread musculoskeletal pain and its association with psychosocial factors,...

2017
Bodil Hansen Blix Torunn Hamran

BACKGROUND Norwegian government white papers have stated that the Sami population is reluctant to seek help from healthcare services and has traditions of self-help and the use of local networks. OBJECTIVE In this article we explore healthcare professionals' discursive constructions of Sami persons with dementia and their families' reluctance to seek and accept help from healthcare services. ...

2017
Lena Karlsson

This paper focuses on the influence of season of birth on infant mortality among the Sami and non-Sami populations in northern Sweden during the nineteenth century. The source material is a set of data files from the Demographic Data Base at Umeå University, making it possible to combine age at death (in days), month of death, and month of birth over the course of the entire century. Cox regres...

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

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

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