Requirements for Biology News in Review Final Project You can choose to submit either a paper or a presentation. Below are some general guidelines and a template o help you organize you project. Paper 4 – 5 pages in length Formatted in MLA style with in-text citations and citation page 1″ margins Title page is NOT necessary Submit as either a .pdf or .doc (.pages is not accepted) Presentation Each presentation should be between 10 -15 minutes. You can record presentation using Canvas or your preferred method.. You will turn in the presentation (PowerPoint), as either a .ppt or .pdf Must include citation page Template Introduction Each review will have an introduction where they introduce the article: topic who published it when was it published who is the audience what is the purpose of your review Body Main Point 1 What is the article about and what does your reader need to know to understand it? Students will write a summary of the article making sure to explain biological principles relevant to understanding the topic/article (e.g., genetics, photosynthesis, cell division, etc.). You are the teacher! Main point 2-3+ Students will conduct a review of the article or topic by doing one of the following: Expand our knowledge of the topic (what have we learned since the article was published) Confirm that the biology presented is correct based on a review of published research on the topic Learn more about the topic. Research the topic and tell us more about it. Conclusion After researching the topic, students will write a conclusion where they summarize their main points and wrap up the paper. You must cite at least one book (or textbook) and have 2 primary source papers Requirements for Biology News in Review Final Project
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 });