B. The Real-World Application Project A real-world application project involves taking the negotiating terms, concepts, theories, principles and practical guidelines learned in this course and utilizing them in your academic, professional and/or personal lives. In order to give you the widest possible opportunity to create interesting and useful real-world application projects, you may emphasize the present, the future or the past.
Pick any kind of negotiation topic that a 22 years old Masters student can negotiate. Such as cars, shoes, or anything interesting.
A present application project involves negotiations that you will finish during this semester. A future application project focuses on negotiations you will finish beyond the end of this semester. A past application project involves your perceived success and/or failure in concluded negotiations.
Incorporate at least 2-3 tactics or terms from each book ( total of 6-9 terms) in your negotiation story. Bold the term in your paper.
Required Materials
1. Fisher, R., Ury, W. and Patton, B., Getting to Yes: Negotiating Agreement Without Giving In, Updated/Revised Edition (Penguin Books, 2011). ISBN: 978-0143118756
2. Dawson, R., Secrets of Power Negotiating, 15th Anniversary Edition (Career Press, 2011). ISBN: 978-1601631398
3. Shell, G. R., Bargaining for Advantage, Second Edition (Penguin Books, 2006).
ISBN: 978-0143036975
Example negotiation will be uploaded
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 });

