The Q IS
‘Imagine you are being contacted by a journalist from the BBC. She asks for your opinion on the legality of Russia’s arrest and seizure of the Arctic Sunrise. Write a short memo, as if it was destined to be published on the BBC website.’
Answer 500 words from the materials
Greenpeace, ‘Arctic Sunrise Action Timeline’
http://www.greenpeace.org/new-zealand/en/blog/arctic-sunrise-action-timeline/blog/46743/
‘Greenpeace Activists Charged with Piracy by Russian Authorities’, The Guardian, 2 Oct. 2013
http://www.theguardian.com/environment/2013/oct/02/greenpeace-activists-charged-piracy-russian-authorities
***Douglas Guilfoyle, ‘Can Russia Prosecute Greenpeace Protestors Over the Arctic Sunrise?’, The Conversation, 27 Sept. 2013
http://theconversation.com/can-russia-prosecute-greenpeace-protestors-over-the-arctic-sunrise-18683
‘Russia Drops Piracy Charges Against Greenpeace Group’, BBC News, 23 Oct. 2013
http://www.bbc.co.uk/news/world-europe-24645300
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 });

