Literature Review Outline
2.1 Evolution of CSR (The history of CSR)
2.2 Definition CSR
2.3 Dimensions , theories and international Standards of CSR
2.3.1 CSR models such as (Pyramid, Intersecting circles and Concentric circles) (supported with graphs)
2.3.2. Theories of CSR
2.4.3 The international standards related to the concept of CSR
2.4 CSR and sustainability (Triple bottom line)
2.5 CSR and globalisation
2.6 Culture and Religion as inflectional factors on CSR
2.7 Motivation of Companies to adopt CSR
2.8 CSR In developing countries and Middle East
2.9 CSR from Islamic prospective
2.10 CSR In Oman
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 });

