This question has to be addressed very SPECIFICALLY, with respect to the ONLINE and NEW MEDIA CENSORSHIP that enforced AFTER the reign of XiJinPing (year of 2013 onwards; i.e. the new media laws that he propose). Previous media laws are NOT appropriate to analyse and discuss at a deep level. However, the change in the media environment and how the Chinese citizen gleans information and news in the current era could be discussed with reference to the changing trade in the past decade.With respect to the citizen journalism, analysis has to adhere to how effective it is UNDER THIS CENSORSHIP regime, not solely talking about the effectiveness of citizen journalism in general.References can include a variety of academic sources, books, websites and news. HOWEVER, it is important that the MAJORITY of the sources SHOULD be ACADEMIC sources. News and websites just serve as a support and additional information.
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 });

