What is the project?
You will choose one of the following guiding questions that most interests you and about which you want to learn more. Then, you will conduct research and create a multi modal presentation that you will submit to me no later than August 7th.
What your project includes will largely depend upon what you choose to write about and the format you choose to use. The idea is to take what would/could be a paper and use your creativity to present your findings in new and original ways. You should consider adding audio or video clips to the presentation wherever they would be appropriate. There are many resources available through you tube and other web based sources. Read the article 50 Ways to Tell a Story and investigate some Web 2.0 tools like Slide share, Vuvox, Glogster and others, all of which are listed in the article. http://cogdogroo.wikispaces.com/50+Ways
My topic:There are many strong female characters in our readings(It was the epic of Geligamesh). How do these female characters complicate our own assumptions about ancient cultures
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 });

