Imagine you plan to write an election article about Proposition 64, which would legalize marijuana for in California.You need to research the proposition and find some statistics before you begin interviewing people for the story.Using the internet and SMC library databases, find the following information and include the credible, authoritative non-random links you used to get the information:1. Where can you find the text of Prop. 64?2. Where can you find who is supporting it financially? Who is opposing it?3. Where can you find statistics on the percentage of adults use marijuana currently?4. Using the SMC library database (which you can access from home with your student login), find THREE news articles about marijuana legalization in Colorado. List the citations for those articles the same as you would in a news story. For example, “according to journalist Sharyn Obsatz in a Sept. 10 article published by the Los Angeles Times. Use the authors, dates and publications you find through the library database.
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 });

