Phranakorn Rajabhat University Library

Writing paragraphs /

Tragarn Kalchayanant

Writing paragraphs / Tragarn Kalchayanant - 3rd ed. - Bangkok : Thammasat University Press, 2018 - (9), 294 p. : ill. ; 26 cm.

Unit 1: What is a paragraph? -- What is a paragraph? page 1-2 -- The Components of a paragraphs page 3-37 -- The Concluding sentence page 38-41 -- Language focus page 42-47 -- Unit 2: Writing a topic sentence -- The topic sentence page 48 -- The position of a topic sentence page page 48-50 -- Features of good and bad topic sentences page 51-52 -- How to write a topic sentence page 53-62 -- Language focus page 63-72 -- Unit 3: Making a paragraph outline -- Limiting a topic page 73 -- Generating idea page 74-77 -- Making a plan for paragraph development page 78-93 -- Language focus page 94-98 -- Unit 4: Narration -- What is a narrative paragraph? page 99 -- How to write a narrative paragraph page 99-111 -- Using narration in writing about literature page 112-119 -- Language focus page 120-124 -- Unit 5: Description -- What is a descriptive paragraph? page 125 -- How to write a descriptive paragraph page 125-142 -- Using description in writing about literature page 143-154 -- Language focus page 155-164 -- Unit 6: Examples -- What is an example paragraph? page 165 -- How to write an example paragraph page 166-178 -- Using examples in writing about literature page 179-190 -- Language focus page 191-199 -- Unit 7: Reasons -- What is a reason paragraph? page 200 -- How to write a reason paragraph page 200-212 -- Using reasons in writing about literature page 213-222 -- Language focus page 223-228 -- Unit 8: Definition -- What is a definition paragraph? page 229 -- How to write a definition paragraph page 229-241 -- Using definition in writing about literature page 242-243-244 -- Language focus page 245-249 Appendix A: Paragraph practice page 250-267 -- Appendix B: Grammar practice page 268-292

9786163142160 390


ENGLISH LANGUAGE--RHETORIC
ENGLISH LANGUAGE--SENTENCES
ENGLISH LANGUAGE--PARAGRAPHS
ENGLISH LANGUAGE--GRAMMAR
ENGLISH LANGUAGE--WRITING

PE 1130.T45 / T72W 2018

มหาวิทยาลัยศรีปทุม (กทม.)
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.

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