Assignment Question
Prompt: Read the articles and watch the video related to the fire that broke out at Notre-Dame Cathedral in Paris, France on April 15, 2019. https://www.friendsofnotredamedeparis.org/notre-dame-cathedral/fire/ https://www.friendsofnotredamedeparis.org/reconstruction-progress/ https://www.youtube.com/watch?v=q4BUvrMlYFc Consider your class reading associated with Gothic architecture and specifically Notre-Dame Cathedral. Analyze the factors associated with the production of rebuilding Notre-Dame Cathedral. Would you be able to rebuild this cathedral while retaining the historical aspects?
Instructions: Use the reflection prompts to ponder the content and write your thesis statement. This thesis statement is an aid to help you deepen and clarify your thinking on the associated topic, and it is a development stage preparing you toward the final assignment. Take notes while reading the weekly content, then take some time to review and absorb the information. Later, write the thesis statement stating if can or cannot rebuild Notre-Dame Cathedral while retaining the historical aspects. Apply concepts explained in the associated readings. Identify artistic or cultural production in the history of art from prehistory to c. 1500 CE related to the rebuilding of Notre-Dame Cathedral. The amount of information needed is 30-50 words maximum.
Enjoy the time to reflect on your reading. Provide two classmates with feedback associated with their thesis statement. Do not only write, “good job”. Instead, let them know what good and what additional information could be provided. This activity is worth 20% of your final grade. See syllabus for Weight of Grade details THIS ASSIGNMENT IS ONLY 30-50 WORDS MAXIUM
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 });