نتایج جستجو برای: especially visual communication

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

Journal: :Advances in social science, education and humanities research 2023

Journal: :The public journal of semiotics 2023

In this paper we adopt Charles Sanders Peirce’s concept of iconicity to analyse pictural communication. While visual semiotics has a well-developed structural school, the concepts stemming from pragmatic sign theory are often overlooked. The specific purpose study is explore signs, exemplified by two prominent pictures former US President Donald Trump. We argue that semiotic framework for in si...

Journal: :future of medical education journal 0
mahdiye razi school of nursing and midwifery, mashhad university of medical sciences, mashhad, iran tayebe reyhani department of pediatrics, school of nursing and midwifery, mashhad university of medical sciences, mashhad, iran seyyed mohsen asghari nekah department of educational sciences, educational sciences & psychology faculty, ferdowsi university of mashhad, mashhad, iran. mohamad rajabpoor school of nursing and midwifery, birjand university of medical sciences, ferdous, iran

background: communication is the key role in the nursing profession. nurse-patient communication is highly important especially when the patient is a child. studies indicate inappropriate contact with children in the pediatric wards. this study investigated effect of training on communication skills of nurse with child through small group discussion. methods: this study is a clinical trial with...

2003
Aizhong Lin Mao Lin Huang Igor Hawryszkiewycz

This paper describes a web-based interactive visual component for supporting online collaborative business process management. This component supports not only the outputs of visual information but also the input of visual information interactively. Most of traditional web-based visualizations are only used for viewing information and they are not interactive. Theyfocused on how rich graphics c...

2013
Juhee Bae

Graphic designers have excelled at conveying visual messages for decades. We take their work for granted: the back of a Wheaties box, an informative poster, a newspaper front page (Fig. 1), slides and web pages. One of graphic design’s primary goals is to create a “visual hierarchy” that gives structure to text and imagery, and improves viewer understanding. However, while graphic design method...

پایان نامه :وزارت علوم، تحقیقات و فناوری - دانشگاه پیام نور - دانشگاه پیام نور استان تهران - پژوهشکده علوم انسانی و اجتماعی 1390

چکیده: هدف: هدف از پژوهش حاضر مقایسه حافظه (کوتاه مدت، بلند مدت و بصری) در بیماران مبتلا به دیابت نوع 2 و افراد سالم می باشد. روش: روش پژوهش از نوع علی مقایسه ای است. جامعه آماری این تحقیق را کلیه بیماران مبتلا به دیابت نوع 2 ساکن شهرستان پارس آباد و روستاهای اطراف آن تشکیل می دهند. از بین این جامعه، 40 نفر از بیماران مراجعه کننده به پزشکان متخصصین داخلی و پزشکان خانواده که در شهرستان پارس آبا...

Journal: :Journal of the National Cancer Institute. Monographs 1999
I M Lipkus J G Hollands

This paper 1) provides reasons why graphics should be effective aids to communicate risk; 2) reviews the use of visuals, especially graphical displays, to communicate risk; 3) discusses issues to consider when designing graphs to communicate risk; and 4) provides suggestions for future research. Key articles and materials were obtained from MEDLINE(R) and PsychInfo(R) databases, from reference ...

پایان نامه :وزارت علوم، تحقیقات و فناوری - دانشگاه اصفهان - دانشکده زبانهای خارجی 1392

abstract this study investigated the predictability of variables from a motivational framework as well as individuals qualities to predict three non-linguistic outcomes of language learning. gardners socio-educational model with its measures has been used in the current study. individual qualities presented in this study include (1) age, (2) gender, and (3) language learning experience. the...

2016
Paul Messaris Theo Van Leeuwen

As an organized subarea of academic communication scholarship, the study of visual communication is relatively new. For instance, at this writing, visual communication has not yet attained regular division status in either the International Communication Association or the National Communication Association. However, interest in visual issues appears to be growing among communication scholars, ...

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

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

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