A research-style paper will be due near the end of the course. The topic must be something related to motorsports. The student is expected to investigate an important aspect of motorsports.
The research paper should include historical implications, economic issues, social issues, cultural perspectives and even the science behind the technology being explored.
People, places, events, sanctioning bodies or the specific technology may serve as the focus of the paper.
Students should provide details as to the significance of the contribution and the subsequent impacts on racing.
The assignment should reflect more than one persons perspective.
Written in APA manuscript style, this paper is expected to be a minimum of 2200 words in length and reference at least 8 different sources, with no more than 4 Internet only sources. Note that a source found online but also available in print, is not considered an internet only source.
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 });

