نتایج جستجو برای: social chatacteristics

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

Journal: :فصلنامه رفاه اجتماعی 0
بهرام پناهی bahram panahi

the research discussed in this article consists of the process ended to propos a structure for social welfare and security which took more than 11 months in social security research institute. the main topics discussed are as follows: 1- the importance of social security and its relationship to economic growth, social justice, human generosity and national honor. 2- the basis and opportunities ...

Journal: :medical journal of islamic republic of iran 0
mohsen asadi-lari department of epidemiology, school of public health, iran university of medical sciences, tehran, iran.سازمان اصلی تایید شده: دانشگاه علوم پزشکی ایران (iran university of medical sciences) jafar hassanzadeh research center for health sciences, department of epidemiology, school of health, shiraz university of medical sciences, shiraz, iran.سازمان اصلی تایید شده: دانشگاه علوم پزشکی شیراز (shiraz university of medical sciences)سازمان های دیگر: مرکز تحقیقات علوم بهداشتی mansour torabinia school of medicine, dezful university of medical sciences, dezful, iran.سازمان اصلی تایید شده: دانشگاه علوم پزشکی دزفول (dezful university of medical sciences) mohammad reza vaez-mahdavi department of physiology, shahed university, tehran, iran.سازمان اصلی تایید شده: دانشگاه شاهد (shahed university) ali montazeri mental health research group, health metrics research center, iranian institute for health sciences research, acecr, tehran, iran.سازمان های دیگر: health metrics research center haleh ghaem research center for health sciences, department of epidemiology, school of health, shiraz university of medical sciences, shiraz, iranسازمان اصلی تایید شده: دانشگاه علوم پزشکی شیراز (shiraz university of medical sciences)سازمان های دیگر: مرکز تحقیقات علوم بهداشتی

background: social capital has been defined as norms, networks, and social links that facilitate collective actions. social capital is related to a number of main social and public health variables. therefore, the present study aimed to determine the factors associated with social capital among the residents of tehran, iran.   methods: in this large cross-sectional population-based study, 31531...

Journal: :مجله علوم اعصاب شفای خاتم 0
mostafa hosseini-zijoud clinical research development, imam hossein hospital, shahid beheshti university of medical sciences, tehran, iran.

mental health plays an important role in ensuring the dynamism and efficiency of every community. since human resources have crucial role in the cultural, social and economical developments of communities, students also are the brilliant segments of society and creators of future of each country therefore, assessing of their mental health is of utmost importance. the aim of the present study is...

Journal: :international journal of agricultural management and development 2014
rasool lavaei adaryani mohammad reza akbari fatemeh adel ali amiri

the main aim of this study was to investigate the relationship of students' social capital components and entrepreneurship intention. the statistical population of this study consisted of all students of university college of agriculture and natural resources, university of tehran (n=2600) among which 155 students where accessed based on cochran formula and through convenient sampling. data wer...

Social health is essential to social development of rural communities, especially rural women, in order to promote their welfare as well as their human and social capital. The present research was applied in terms of objective, and it was implemented using different approaches to examine the social health of rural women and its determinants in Kermanshah Province, Iran. The research method was ...

Owing to the ever-increasing prevalence of social media use, social commerce has become an important part of e-commerce. This study endeavors to explore the impact of social media quality and social support on the social commerce (SC) intention directly and through the variable of perceived risk. The sample included 214 social media users in Isfahan collected through simple random sampling meth...

Cyberspace and its impact as the main competitor of real space in various aspects is considered and have been studied by many thinkers and theorists. For various reasons (political, social, cultural, etc.) it is lead to the presence of people, especially young people in virtual space, as all borders crossed the behavior and influence actions of people. According to the increasing importance and...

Social Comparison is important as it can be either encouraging or discouraging for the person who makes it. Although studies concerning social comparison in the classroom context abound, few deal with the relationship between the role of social comparison orientation and tendencies in academic achievement in a competition based educational context. Adopting a non- experimental ex-post facto des...

Journal: :فصلنامه رفاه اجتماعی 0
ناصر حق جو naser hag ju

this article deals with budgets social of and health cares and social security during the last two decades and brings their its influence on social welfare into consideration. the author lays emphasis on an increasing growth in social expenditures after the islamic revolution of iran. the author continues discussing credibility ratio from gdp and sets up a series of analyses, and comes to this ...

Journal: :international journal of agricultural management and development 2015
saadi fathollahi galambahri ebrahim meykhosh jamshid eghbali

the main purpose of this study was to investigate the role of social capital in the motivation of students for job creation. the statistical population of this study included all students of islamic azad university of karaj (n=3200) that 178 cases of these students were selected as research samples according to the cochran formula. data were collected by using a regulated questionnaire whose co...

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

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

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