Part 1 Sculpture:
- How does the scale of a sculpture affect how we respond to it? Does a large sculpture seem more important than a small one?
- Nonrepresentational sculpture can be controversial. Should public art be representational so everyone “gets it?”
Part 2 Architecture: “Architecture is not about math or zoning — it’s about visceral emotions,” says Marc Kushner. Discuss your thoughts on the Marc Kushner TEDtalk video. In what way has this video made you more aware of the architecture around you and in the world at large? In what way do you feel connected to and/or disconnected from the buildings in your life? Include examples in your response
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 });

