Spend at least 1 hour, uninterrupted, simply observing and writing down the activity of people around you in a public space. Describe the space, activities, and interactions in minute detail, especially details you think are too obvious to describe. Remember: show, don’t tell!
Additional questions to consider: Are there observable patterns? Did you notice something new that you previously took for granted? What social norms are being enacted? Are there trends that are specific to gender, age, or identity? Were there any kinds of behavior that did not conform or that surprised you or others? Describe where you are in relation to others and how others perceive/react to you. How do you think your own position and identity in relation to the space affects what you are seeing? Pay attention to the physical space and architecture. How you think this affects social behavior? If you were to conduct a full research project on this space, how would you begin to approach and talk to people?
Be sure to document the time (including length of time) and place you chose.
Do not hand in rough notes. Try to organize your observations into a coherent discussion of the social space you observed. You must do this exercise alone!
You will be assessed on 1) your effort to document social activity con
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 });

