Describe the risk to New Zealand from introduced pests and
predators. Include the past and present effect of specific pests
and predators on New Zealand fauna and discuss systems for
the management of pests.
ISSUES AND INFORMATION TO INCLUDE IN THE ESSAY:
1) Past and present situation of pests in New Zealand
2) Give examples of a pest plant and pest animal species – for each you will
need to include information on the following:
? Identify the pest species by both common and scientific name
? Describe the pest species in relation to its form, habitat and lifecycle
? Describe the origins of the pest species
? Identify the status of the pest species in relation to its threats
? Describe why it is considered a pest and the threat it poses to the wider
ecology in NZ
? Discuss the risk management techniques for this pest e.g. what organisation
carries out the risk management, what techniques does the organisation use?
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 });

