Objectives: Begin to observe the intricate details of face-to-face interaction, sharpen your ability to observe non-verbal interaction, practice transforming jottings into fieldnotes.Instructions:· Find a public place such as a café or a busy area on campus where people are coming and going and watch how people greet each other.· Choose a space where you can observe unobtrusively.· Write notes about everything you notice about how people greet.· Do not try to analyze at first, just record everything you observe.· Jot down as many notes as you can as the encounters are happening, even if your notes are in shorthand form. These notes are sometimes known as jottings.· As soon as you have detailed jottings about ONE greeting that you find interesting, immediately write up your notes about that greeting in narrative form. These narrative paragraphs are known as fieldnotes.Try to paint a picture of this ONE greeting for the reader: describe the setting, the actors, their body language, facial expressions, the way they use space, the emotion/mood prior to the greeting if you saw it. Then give as much detail as you can about the greeting interaction itself. What was the form and shape of the greeting: at what exact moment did the greeting start? How was it signaled? (consider: eye contact, gesture, body language, facial expression etc.)How did the greeting relate to the nature of the interaction that followed? Did it help set the stage for a particular type of interaction? What can you surmise about the relationship between the people you saw greet each other?The paper is not about interaction in general, it is about greeting. Do not describe any interaction that does not contain a greeting. The paper is also not about gender or cultural differences in greeting behavior, though you may notice those things.You dont need to write jottings. Just write the paper.
Last Completed Projects
| topic title | academic level | Writer | delivered |
|---|
jQuery(document).ready(function($) { var currentPage = 1; // Initialize current page
function reloadLatestPosts() { // Perform AJAX request $.ajax({ url: lpr_ajax.ajax_url, type: 'post', data: { action: 'lpr_get_latest_posts', paged: currentPage // Send current page number to server }, success: function(response) { // Clear existing content of the container $('#lpr-posts-container').empty();
// Append new posts and fade in $('#lpr-posts-container').append(response).hide().fadeIn('slow');
// Increment current page for next pagination currentPage++; }, error: function(xhr, status, error) { console.error('AJAX request error:', error); } }); }
// Initially load latest posts reloadLatestPosts();
// Example of subsequent reloads setInterval(function() { reloadLatestPosts(); }, 7000); // Reload every 7 seconds });

