Requirement:
You are expected to make a point (or an argument) and demonstrate it through careful discussions of examples. You are also expected to show efforts of recognizing the camera work and engaging with related scholarship. 450 words minimum, can be longer at your wish.
Topic:
“Close read” the following episodes from West of the Tracks: Rust 18:45-25:59, 54:20-1:01:15) with a focus on the relationship between the director and the subjects (workers). How does this relationship reflect in the film through the camera work (the location of the camera, the use of sound and long take, and whatever you can notice)? In what way the characteristics of this relationship make the film different? Please engage with Lu XInyus chapter on this film in New Chinese Documentary Film Movement.
West of tracks: Rust (MOVIE)
http://v.youku.com/v_show/id_XNzM3NTUxMTg4.html
New Chinese Documentary Film Movemen(BOOK)t:
https://books.google.ca/books?id=abOavt_J3hgC&printsec=frontcover&dq=New+Chinese+Documentary+Film+Movement+book&hl=en&sa=X&ved=0ahUKEwjb37SRtcPLAhULtYMKHRR7DbAQ6AEIGzAA#v=onepage&q=New%20Chinese%20Documentary%20Film%20Movement%20book&f=false
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 });

