Phranakorn Rajabhat University Library

Public speaking: Finding your voice /

Osborn, Michael, 1937-

Public speaking: Finding your voice / Public speaking Michael Osborn ... [and others] - 10th ed. - Harlow : Pearson Education, 2015 - 476 p. : ill. ; 28 cm.

Part One: The foundations of public speaking -- Chapter 1: Discovering your voice page 27-46 -- Chapter 2: Understand and managing your fear of speaking page 47-62 -- Chapter 3: Preparing, practicing and presenting your first speech page 63-84 -- Chapter 4: The importance of listening page 85-104 -- Part Two: Preparation for public speaking -- Chapter 5: Understanding your audience and the occasion page 105-129 -- Chapter 6: Selecting your topic page 130-147 -- Chapter 7: Building responsible knowledge page 148-172 -- Chapter 8: Supporting your ideas page 173-192 -- Chapter 9: Developing and structuring your speech page 193-224 Part Three: Developing presentation skills -- Chapter 10: Presentation aids page 225-254 -- Chapter 11: Putting words to work page 255-280 -- Chapter 12: Delivering your speech page 281-308 -- Part Four: Types of public speaking -- Chapter 13: Informative speaking page 309-331 -- Chapter 14: Persuasive speaking page 332-362 -- Chapter 15: Persuasion in controversy page 363-387 -- Chapter 16: Ceremonial speaking on special occasions page 388-410

9781292059983 1245


PUBLIC SPEAKING
PUBLIC SPEAKING--HANDBOOKS, MANUALS, ETC
PUBLIC SPEAKING--PROBLEMS, EXERCISES, ETC

PN 4129 / O82P 2015

มหาวิทยาลัยศรีปทุม (กทม.)
2410/2 ถ.พหลโยธิน เขตจตุจักร กรุงเทพฯ 10900
Tel : 02-579-1111, 02-561-2222
มหาวิทยาลัยศรีปทุม (ชลบุรี)
79 หมู่ 1 ถ.บางนา-ตราด ต.คลองตำหรุ อ.เมือง จ.ชลบุรี 20000
Tel : 038-146-123
มหาวิทยาลัยศรีปทุม (ขอนแก่น)
182/12 หมู่ 4 ถ.ศรีจันทร์ ต.ในเมือง อ.เมือง จ.ขอนแก่น 40000
Tel : 043-224-111


 

$(document).ready(function() { // Basic detection of search var searchBox = $('#transl1'); // This is standard OPAC search input id ?? // Actually standard is 'q' or 'idx'. // We want to trigger when the user sees results. // Usually we check if we are on search results page. if ($('body').hasClass('opac-results')) { var params = new URLSearchParams(window.location.search); var query = params.get('q'); if (query) { // Show Loading var container = $('
'); container.append('

✨ AI Recommendations

'); container.append('
Searching with AI...
'); // Prepend to main content // Selector depends on theme. 'div.maincontent' or '#opac-main' $('#userresults').prepend(container); $.ajax({ url: '/api/v1/contrib/aisearch/search?q=' + encodeURIComponent(query), method: 'GET', success: function(data) { container.find('.spinner').remove(); if (data && data.length > 0) { var ul = ''; container.append(ul); } else { container.append('

No AI recommendations found.

'); } }, error: function() { container.find('.spinner').remove(); container.append('

Error loading AI recommendations.

'); } }); } } });