I have uploaded a word document with an overview, assigned readings, presentations and paper requirements. I have also uploaded three (3) articles for the assigned reading as well as slides from a presentation. There are links to two (2) websites and two (2) video presentations as well.
Below is a brief summary of the paper assignment.
M6: Show and Share
Instructions:
In this assignment, you will be asked to identify a research-based article for supporting disciplinary literacy. You will be asked to review the article and a reflection. Be sure to pose some reflective/critical questions for the learning community to provide feedback on.
Guidelines:
In order to successfully complete this assignment, be sure to:
-Locate a research-based, peer reviewed article; you can use different academic search engines
-Provide either a link, document, or APA citation for the article you found
-Provide a short (one to three sentence) synopsis of the article
-Write an article review that focuses on how the disciplinary literacy concepts presented
in the article could be implemented in practice. How might you get teachers to “buy into” the concepts presented in the article
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 });