نتایج جستجو برای: sociology of sports

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

2012
Monika Krause Michael Guggenheim

The discussion in the sociology of science about the role of model systems in biology provides an invitation to reflect on whether and how they operate in sociology in comparison to other disciplines. This paper shows that sociology too relies on objects of study that receive a disproportionate amount of attention and implicitly come to stand in for a specific class of objects. But, unlike othe...

ژورنال: خانواده و پژوهش 2019
Eslami , B. , MahdiPour Khorasani , M., Zare’ Shahabadi, Ph.D., A. ,

The Effect of Social Capital on Teachers’ Job Satisfaction in Yazd   A. Zare’ Shahabadi, Ph.D.[1] B. Eslami [2] M. MahdiPour Khorasani [3]   The present research aimed to investigate the effect of social capital on teachers' job satisfaction in Yazd. The statistical population of the study comprised teachers in Yazd. The sample size was determined to be 271 using Cochran’s formula. Proport...

Background. Knowledge management in successful sports organizations is associated with their sustainability, continuity, and achievement of long-lasting competitive sports results. Objectives. This study aims to identify athletic knowledge management and its role in achieving a competitive advantage in the sports work environment in Jordan. Methods. The study sample consists of (60) male and ...

ژورنال: پژوهشنامه اخلاق 2014

Ethical contradictions in the field of sports and development of the ethical virtues in sports environments have attracted little attention of scholars which can be called a problem. Based on the fact that religion has a position in promotion of ethics and even it has significant effects in sports positions and successes, institutionalizing the ethical criteria taken from religious teachings ca...

2004
George Steinmetz Ou-Byung Chae

In this article we revisit Alvin Gouldner’s The Corning Crisis o,f Wvstern Sociology ( I 970). I n part, this article is an attempt to apply Gouldner’s own lessons about the sociology of knowledge to his own work, situating it with respcct to the dominant epistemological unconscious of late 1960s American sociology as well as thc broader historical context of a still-vibrant Fordist inode of so...

Journal: :مدیریت ورزشی 0
مرجان صفاری استادیار گروه تربیت بدنی و علوم ورزشی، دانشگاه علوم انسانی، دانشگاه تربیت مدرس، تهران، ایران محمد علی قره دانشیار دانشگاه پیام نور تهران، ایران

this study aimed to identify and rank the most important environmental factors for the popularity of recreational sports in iran. only those sensitive aspects of the environment to which recreational sports should react were considered in order to survive. this study was performed consecutively in two qualitative and quantitative phases by mixed heuristic method. for this purpose the experts of...

Journal: :سیاست 0
سید مهدی ساداتی نژاد استادیار گروه علوم سیاسی دانشکدة حقوق و علوم سیاسی دانشگاه تهران سید محمد حسین اکرمیان دانشجوی کارشناسی ارشد علوم سیاسی دانشکدة حقوق و علوم سیاسی دانشگاه تهران

nowadays, social networks play a key role in the study of sociology, socialpsychology and sociology. social network facebook has turned into a virtualsystem covering more than 900 million people around the world. in islamicrevolution of iran as a world revolution, universal definition, it can use as anew possibility. this paper will identify the capabilities and challenges withusing facebook. p...

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

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

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