As part of the growth strategy at the University of Sussex, there are plans to increase the
number of businesses operating on campus. The universitys objective is to Internationalise
Business Services on Campus. Because of the increase of international students who now
study and live on campus, there is a need for a diverse range of products and services to be
provided. But, what could they be and why?
The choices of business services include: Business and Information (e.g. consultancy, agency,
advisory, non-profit etc.); Finance and Insurance; Food and Hospitality (e.g. speciality
restaurant, pubs/bars; bakery, hotel etc.); Agriculture, Forestry and Wildlife; Health Services;
Personal Services (e.g. barber shop, beauty salon, florist, spa etc.); Real Estate and Housing;
Transportation; Technology and Science; and Other (e.g. businesses that do not fit into these
categories).
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 });

