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

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

Journal: :Legon Journal of the Humanities 2022

This paper examines how Conrad’s novella The Nigger of the Narcissus discloses a representation Otherness its main character, James Wait, through processes signifying. While text itself purports to provoke an inquiry into motivations behind actions men, suggestive use N-word in title and fact that character is African descent problematises correlation implied between race negative human attribu...

Journal: :Islamophobia studies journal 2022

Islamophobia in India, with the coming to power of BJP, a Hindutva (Indian nationalist) party, is on increase. To understand approach this article diverts from studies that focus empirical data incidence and discriminatory legislation construct figure Muslim as Other. My focuses Hindutvaism British Orientalist construction 18th-century Tipu Sultan signifier marking Muslims Orientalists during c...

Journal: :Visual Heritage 2023

Matematika merupakan mata pelajaran yang dianggap sulit bagi siswa Sekolah Dasar karena media pembelajarannya kurang menarik perhatian siswa. Sehingga banyak platform pembelajaran digital berperan penting dalam membantu proses seperti Ruangguru. Salah satu contohnya adalah video Pembelajaran Berat Boneka-Matematika SD menjadi salah alternatif pembelajaran. Penelitian ini bertujuan untuk mengkaj...

Journal: :History in Africa 2022

Abstract During the period of Kenya Emergency (1952–1960), an assemblage anticolonial forces waged war against British colonial apparatus and its allies. Their notoriety would be crystallized in a single, enigmatic phrase: “Mau Mau.” Through considering character both contemporary current framings, this article contends that Mau exists as historical method itself, rather than simply phenomenon ...

Journal: :Analytical chemistry 2009
Jon M Schwantes Matthew Douglas Steven E Bonde James D Briggs Orville T Farmer Lawrence R Greenwood Elwood A Lepel Christopher R Orton John F Wacker Andrzej T Luksic

During World War II, the Hanford Site in Washington became the location for U.S. plutonium production. In 2004, a bottle containing a sample of plutonium was recovered from a Hanford waste trench. Here, state-of-the-art instrumental analyses, reactor model simulations, and investigative science techniques were used to provide insights as to the origin of this unknown sample, a process collectiv...

1997
Tina Schneider Stephen W. Smoliar Takeshi Shimizu Eiji Ishida Eleanor Rieffel

for hearing us out as we ventured into territory far more familiar to him than it was to us and helping us out with many valuable suggestions and guideposts. Summary: This paper examines the semiotic nature of the hypertext document from two points of view, both of which are based on Roland Barthes' ELEMENTS OF SEMIOLOGY. From the more conventional point of view, the hypertext document is discu...

2014
Hendri Coetzee Werner Nell Leon van Rensburg

BACKGROUND This article explores cultural beliefs and practices related to the Southern Ground-Hornbill (SGH) (Bucorvus leadbeateri) in nine southern and east-African countries. METHODS A qualitative, thematic content-analysis approach was followed. Ninety-eight participants took part in the study. Interviews and group discussions were used as the main data gathering methods. Each interview w...

Journal: :Okara: Jurnal Bahasa dan Sastra 2023

All My Cats is an autobiographical novel representing Hrabal’s fatal anxiety from the potential mental conflict with domesticated animals. This article examines concept of and for animals, in this example, cats, to exert agency impact lives their owners literature. Bohumil Hrabal's has been selected due prominence literary signifiers anxiety, his ambivalent attitude toward cats (love hate) thro...

Journal: :International Journal of Advanced Computer Science and Applications 2021

The use of machine translation as artificial intelligence (AI) keeps increasing and the world’s most popular tool is Google Translate (GT). This not merely used for benefits learning obtaining information from foreign languages through but has also been a medium interaction communication in hospitals, airports shopping centers. paper aims to explore accuracy translating French-Indonesian culina...

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

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

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