write 2 paragraphs outlining the following
overall strategy: which story you have, tone, and approach when it comes to the book as a whole
images: outline your concept and visual strategy(kinds of images, technique) for the three categories of images 1.summary, 2.portrait, 3.story.
what you want readers experience to be like
my notes: the technique I used was linoleum printing. I created very grungy images to set the mood felt during the 1920/30s in Russia. Feeling of uneasiness and feeling trapped with no place to breathe since families were scrutinized by the government. Connect my overall book to that time in which Daniil Kharms wrote the story. The story is called The Trunk
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 });

