نتایج جستجو برای: semiotic examination

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

Journal: :Cybernetics and Human Knowing 2002
Winfried Nöth

What is a semiotic machine? A robot, a computer running programs endowed with artificial intelligence, any computer, a simple calculating machine, or even an ordinary mechanical typewriter? The question will be examined in the light of Charles Sanders Peirce’s concept of semiosis, which requires reference to processes such as reasoning, translation, interpretation, control, self-control, autopo...

2011
William J. Rapaport

In this reply to James H. Fetzer’s “Minds and Machines: Limits to Simulations of Thought and Action”, I argue that computationalism should not be the view that (human) cognition is computation, but that it should be the view that cognition (simpliciter) is computable. It follows that computationalism can be true even if (human) cognition is not the result of computations in the brain. I also ar...

2011
CHRISTOPHE COUPE

Understanding early traces of symbolism and the origins of language is challenging given the difficult access to the psychological and cognitive operations which underlay them from the archaeological record. In order to address this issue, we propose a semiotic framework based on the notion of representational medium. This concept helps bridging the gap between ancient and modern semiotic activ...

2001
Pär J. Ågerfalk Fredrik Karlsson Anders Hjalmarsson

This paper is an inquiry into the empirical grounding of actability—an important concept for the understanding of information systems pragmatics. The paper describes the structure and the application of an analytic framework based on actability and the semiotic framework. Actability has been proposed as an important concept for the understanding of information systems pragmatics and the semioti...

2013
Mingyi Hou

In academia, celebrity study remains an ever growing interest, especially in media and culture studies. However, few researchers have expanded their scope of exploration to the celebrities who gain stardom across national and cultural borders. The current study considers Psy and his music video Gangnam Style as a site for examining globalized language and cultural contacts. Its primary concern ...

Journal: :Scandinavian J. Inf. Systems 1992
Peter Bøgh Andersen

This paper presents semiotics as a framework for unders tanding and designing computer systems as sign systems. Although semiotic methods can be applied to all levels of computer systems, they view computer systems under a particular perspective, namely as targets of interpretations. When we need to see c o m p u t e r systems as automata, semiotics has little to offer. The main focus of the pa...

2002
Sang-Yon Lee Sung-Soon Choi Byung Ro Moon

The explosive expansion of the World Wide Web makes the search problems more challengeable. In this paper we present a search improvement method based on a semiotic connection network and a genetic algorithm. The semiotic connection network expands given keywords to an extended set of keywords. The genetic algorithm tunes up the parameters for search. The experimental results showed 6% improvem...

2009
Yoshihiro Hattori ERIC KRAMER RICHIKO IKEDA Raymond Kelly

EUGEN BAER (b. 19 August 1937). AcademicStatus: Professor of Philosophy. Mail Address: Box 4010 Scandling Center, Geneva, NY 14456, USA. E-mail: . Personal Office Tel: (315) 781-3376; Fax: (315) 781-3348. Educational Background: Ph.d, Yale University,1971. Research Interests: (I) Philosophy of medicine; (2) Philosophy of language; (3) Philosophy of Religion. Professional Backgroun...

2003
Alexander Mehler

In the following, elementary constituents of models in computational semiotics are outlined. This is done by referring to computer simulations as a framework which neither aims to describe artificial sign systems (as done in computer semiotics), nor to realize semiotic functions in “artificial worlds” (as proposed in “artificial semiosis”). Rather, the framework referred to focuses on precondit...

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

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

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