Formal Project Guidelines
1. Choose a subject: Either an artist, world event, or a particular time in history. Now, relate your subject to Rock ‘n Roll. Feel free to use all the discussions, lecture materials, and research we have already gathered for your project. It is imperative that you include your research sources in the proper citation/reference mode. This is more than just an artist profile – you need to include the other fields as well (see below). REMINDER: plagiarism is a violation of the MCC Academic Honesty policy. I feel very strongly about this, so cite all your sources, document well, and don’t forget to give me your personal insights as well.
Understand that only 25% of your project can be outside sources; I would like to see your personal work and ability to assimilate material and present it in your own words. Here is a good guideline to keep in mind as you work: Tell me what you are going to say (thesis), say it (body of the paper), tell me what you said (ending summary).
Be sure to include a thesis statement that previews the focus and points you will cover in the paper.
2. Your report should show an in-depth examination of your subject, as well as a look at what world events were taking place at the same time. Correlate what was going on in the fields of Art, Literature, Science, and Technology with your subject. THIS IS REALLY IMPORTANT – DON’T FORGET TO DO THIS!
3. Your project can be submitted in a variety of formats:
a. Written report: a comprehensive report with enough detail to deal with your subject matter
b. A CD, DVD, website (your own creation) with narration and/or written materials to explain musical excerpts, etc.
c. A combination of materials
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 });