I. GENERAL RESOURCES: Select these sites to locate professional websites about your field of studyhttp://doaj.org/apa.orgII. PROFESSIONAL WEBSITES AND SITES DEDICATED TO INFORMATION IN YOURINDIVIDUAL FIELDS, by discipline NURSINGAMSNA Academy Medical Surgical Nursinghttps://www.amsn.org/ANA American Nurses Associationhttp://www.nursingworld.org/Air and Surface Transportation Nursing Associationhttp://www.astna.org/American Travel Health Nurses Associationhttp://www.athna.org/PSYCHOLOGY and COUNSELINGhttp://www.apa.org/pubs/databases/psycarticles/index.aspx (requires registration; great training videos)http://www.zurinstitute.com/articles.htmlhttp://www.psychologyjobs.com/OFFICE ADMINISTRATIONhttp://www.officejobs.comEDUCATION/TEACHERSEducation – Journal of Teacher Education http://jte.sagepub.com/content/by/year AACEE(for both Education and IT) http://www.editlib.org/http://www.aaeteachers.org/ Associationof American Educatorshttp://www.amle.org/Association of Middle Level Educators http://www.naecte.org/National Association of Early Childhood Teacher Educatorshttp://www.nea.org/National Education Association http://www.naeyc.org/National Association for the Education of Young ChildrenCRIMINAL JUSTICE/LEGAL STUDIESCriminal Justice – National Institute of Justice http://www.nij.gov/journals/Pages/welcome.aspxhttp://www.justice.gov/ http://www.fbi.gov/http://www.nij.gov/Pages/welcome.aspxINFORMATION TECHNOLOGYIT Journal of Information Technology http://www.palgrave-journals.com/jit/index.htmlhttp://www.informationweek.com/http://www.itjobs.com/search.shtmlhttp://cra.org/HEALTH SCIENCE/NURSINGHealth Sciences International Journal of Health Sciences http://ijhs.org.sa/index.php/journalhttp://www.nejm.org/health-policy-and-reformhttp://www.hrsa.gov/index.htmlhttp://www.nursingjobs.com/http://www.nurse.com/jobs/ http://www.nursingjobs.org/http://www.nursezone.com/Advancing-My-Career/job-search.aspxBUSINESS/FINANCE/MANAGEMENT http://www.berjournal.com/www.sba.govhttp://www.efinancialcareers.com/http://managementhelp.org/http://chiefexecutive.net/
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 });

