We would like you to submit the research diary the key thing here is that we want a response to each of the week’s topics and a suggestion of one or more research questions that might arise from the topic.
For each week could you do the following:
1. write a brief summary of what you think that topic is about, based on class notes and your understanding of the reading.
2. indicate any further reading that you have undertaken related to that week’s tasks.
3. have a think about current affairs that relate to that issue so for example in week 4 on Innovation relate that to last night’s announcements from Apple.
4. offer some relevant research questions that relate to the topic.
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 });

