نتایج جستجو برای: idealistic human

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

Journal: :Investigaciones fenomenológicas 2021

Uno de los pilares del giro idealista la fenomenología realizado por Husserl se encuentra en el parágrafo 49 tratado Ideen I publicado 1913. En este artículo expo-nen sus tesis centrales y someten a discusión.One of the mainstays idealistic turn Phenomenology made by is in paragraph treatise I, published The aim this paper to expose its central theses and subject them discussion.

2010
Kimberly R. Johnson Bjarne M. Holmes

This study analyzed the romantic content of a sample of 40 romantic comedy films using a basic grounded theory methodology. Analyses revealed that such films appear to depict romantic relationships as having qualities of both new and long-term relationships; that is, to be both novel and exciting, yet emotionally significant and meaningful. Furthermore, relationships were shown to have both hig...

Journal: :Trends in cognitive sciences 2003
Karl J. Friston Cathy J. Price

activity both gives rise to and unites physiological and psychological phenomena. The tension between the physiological approach endorsed by AL and the biological ‘constructivism’ of Piaget appears to reflect a deeper epistemological rift. Piaget endeavoured to overcome the deficiencies of empiricist–mechanistic and idealistic–vitalistic accounts to explain the development of intelligence. AL a...

2003
François Martzloff

Based on the proliferation of surge-protective devices in low-voltage end-user installations, the paper draws attention to the need for changing focus from surge voltage measurements to surge current measurements. One proposed approach was to develop a simple transducer measuring the surge current that would be drawn in an SPD with low clamping voltage connected to the circuit to be monitored. ...

2005
Sébastien Briais Uwe Nestmann

Protocol narrations are an informal means to describe, in an idealistic manner, the functioning of cryptographic protocols as a single intended sequence of cryptographic message exchanges among the protocol’s participants. Protocol narrations have also been informally “turned into” a number of formal protocol descriptions, e.g., using the spi-calculus. In this paper, we propose a direct formal ...

Journal: :Health affairs 2004
Lesley Magnussen John Ehiri Pauline Jolly

Primary health care was declared the model for global health policy at a 1978 meeting of health ministers and experts from around the world. Primary health care requires a change in socioeconomic status, distribution of resources, a focus on health system development, and emphasis on basic health services. Considered too idealistic and expensive, it was replaced with a disease-focused, selectiv...

2003
James H. Steiger

1 Topics for this Module 1. An Idealistic Special Case — When is Known. 2. Con…dence Interval Estimation (a) Taking a Stroll with Mr. Mu 3. Hypothesis Testing (a) Parameter Spaces and Sample Spaces (b) Partitioning the Parameter Space (c) Partitioning the sample space (d) Raw Score Rejection Rules (e) Error Rates i. Type I Error ii. Type II Error (f) Statistical Power i. Power vs. Precision 4. ...

2008
Véronique BILLAT

english): From a wavelet analysis, one derives a nonparametrical estimator for the spectral density of a Gaussian process with stationary increments. First, the idealistic case of a continuous time path of the process is considered. A punctual Central Limit Theorem (CLT) and an estimation of the Mean Integrate Square Error (MISE) are established. Next, to fit the applications, one considers the...

2005
Dainis Zeps

May we imagine that materialistic and idealistic thinkers were both right in all point concerning mind and matter they have quarrelled for centuries? May we imagine that in quarrel for primacy between matter and mind both claims for primacy are right and only our good will is required to accept that ultimate reconciliation? May we imagine that all thinking activity of all men on earth and elsew...

2016
Maedeh Mosharraf Fattaneh Taghiyareh

Open Educational Resources (OERs) have gained increased attention for their potential to provide equitable and accessible educational facilities for people worldwide. Obviating demographic, economic, and geographic educational boundaries can be the OERs slogan. Realization of this promise is an inevitable target of eLearning, thus offering education new challenges. In this observation paper, we...

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

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

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