RESEARCH TOPIC : Water. How extensive is the water shortage in Southern California? What are the causes? Where does our water come from and who controls it? Specifically, what private and government agencies are responsible for managing our water system? What are we going to do about the water shortage problem?
Note on references. You should have at least 8 references.
Legitimate reference resources include scholarly journals/articles, books, data cited from databases (i.e., U.S. Census), and government reports (i.e., United States General Accountability Office). You may include personal or telephone interviews with relevant stakeholders. Citations from Internet sources that are merely web pages constructed by individuals airing their personal views are unacceptable sources. However, legitimate websites accessing refereed academic journals/reports (i.e., articles published in The Urban Institute, Journal of Urban Affairs, etc.) are legitimate resources. One way to determine if a website is acceptable or not is to ask yourself, “If the Internet did not exist, would I be able to find this article in the university library?” Newspaper or magazine articles may be used for this assignment provided they are in-depth articles on the issue, and not just commentaries or editorials.
Please use American Psychological Association (APA) style guidelines to cite sources in body of your text, and to reference your sources in the bibliography. If you need additional guidance regarding how to construct a research paper, please refer to the link, “citing your sources” on the Oviatt library’s homepage.
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 });

