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

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

2012
Bertrand Richet

Numbers are the product of our cultural and determinative interaction with reality. Within language, numbers are primarily found as grammaticalised forms of quantification and anchoring. But they are also regularly part of fixed phrases within which their purely numerical dimension sometimes disappear, loses its density or combines with a symbolical value which has historically been quite activ...

2008
Neil Pollock Robin Williams

Technology acquisition is an important but neglected issue within the social science analysis of technology. The limited number of studies undertaken reproduce a schism between rationalist (e.g., economic) forms of analysis, where the assumption is that choice is the outcome of formal assessment, and cultural sociological approaches which see choice as driven by the micro-politics of the organi...

2016
Des Fitzgerald Nikolas Rose

This paper proposes a re-thinking of the relationship between sociology and the biological sciences. Tracing lines of connection between the history of sociology and the contemporary landscape of biology, the paper argues for a refiguration of this relationship beyond popular rhetorics of 'biologization' or 'medicalization.' At the heart of the paper is a claim that, today, there are some poten...

Journal: :International journal of humanities & social studies 2022

This article examines the crucial role that Impact Assessment plays in structuring positive outcomes for academic achievements public basic schools education finance policy milieu. The Capitation Grant is used to make this case, and show understanding using as a paradigm becomes useful foundation establish well-grounded implementation process. view stems from fact has proved itself be dominant ...

Journal: :Social Science & Medicine 2021

Rising concerns around antimicrobial resistance (AMR) have led to a renewed push rationalise antibiotic prescribing in low- and middle-income countries (LMICs). There is increasing unease conceptualising use as individuals behaving ‘(ir)rationally’ recognition that rising emergent of contributing wider economic political challenges. But between these individual societal ‘drivers’ an everyday ar...

2003
Maria Todorova

* Most of the work on this volume was accomplished during my stay as Fellow at the National Humanities Center in North Carolina. I express my deep appreciation of the vibrant intellectual atmosphere at the Center and acknowledge the generosity of the National Endowment for the Humanities which funded my fellowship. I also acknowledge the copyeditor Bela Malik whose intelligence and meticulousne...

Journal: :IEEE Computer 2003
Wojciech Cellary

M ost people agree that computer science will play a significant role in the global information society. But what will that role be? Analyzing the part knowledge played in the agrarian, industrial, and information societies—which correspond roughly to the past, present, and future—can help answer this question. In an agrarian society, people provide the main source of energy, in the sense that ...

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

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

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