Project description
REFERENCE EVERY THING IN PARAGRAPHS AS WELL AS BIBLIOGRAPHY.
IMAGES, QUOTE, DONT USE ONLY INTERNET SOURCES, BUT ASLO BOOKS, ARTICLES, JOURNALS AND ACADEMIC SOURCES
Pick 2 Luxury/ Antique Watch brands that did (MALE Pocket watches) with Images and Analyse them as well.
Focus on the FASHION IDENTITY AND GENDER.
USE
Rose, G. (2001) visual methodologies. London: sage.
Thomas, J. (2001) Reading images. Basingstoke: Palgrave.
Compare and contrast brings out similarities and differences
Critical presents an objective analysis supported by evidence
Descriptive brings out the detail of things or events
Discursive discusses a topic from a number of points of view
Narrative uses chronology as a structuring
Thematic develops associations or relationships
Synoptic answers How valid or convincing is question
Propositional proposes a solution to a question
Evaluative directs the reader towards a conclusion
Cause and effect about the effect something a cause has had
Dialectic presents a thesis, an antithesis and a thesis
Thesis makes a claim and supports it through argument AND other conceptual frameworks
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 });

