CINXE.COM
Taipei Times
<!doctype html> <html> <head> <base href="https://www.taipeitimes.com/"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1"> <title>Taipei Times</title> <meta property="og:title" content="Taipei Times" /> <meta name="keywords" content="台北時報,The Taipei Times" /> <meta name="news_keywords" content="台北時報,The Taipei Times" /> <meta property="og:image" content="https://www.taipeitimes.com/assets/images/TaipeiTimesLogo-1200X1200px_new.jpg" /> <meta name="description" content="Bringing Taiwan to the World and the World to Taiwan" /> <meta property="og:description" content="Bringing Taiwan to the World and the World to Taiwan" /> <meta property="og:url" content="https://www.taipeitimes.com/" /> <meta property="og:type" content="website" /> <link rel="image_src" type="images/jpeg" href="https://www.taipeitimes.com/assets/images/TaipeiTimesLogo-1200X1200px_new.jpg" /> <meta name='ltn:device' content='R'/> <meta property="fb:app_id" content="204610739643846"> <meta property="fb:pages" content="210998785327" /> <link rel="apple-touch-icon" href="https://www.taipeitimes.com/assets/images/TT_web_icon-mobile.jpg" /> <link rel="apple-touch-icon-precomposed" href="https://www.taipeitimes.com/assets/images/TT_web_icon-mobile.jpg" /> <link rel="shortcut icon" href="assets/images/taipeitimes.ico"> <link rel="stylesheet" type="text/css" href="assets/css/reset.css" /> <link rel="stylesheet" type="text/css" href="assets/css/style.css?2024111" /> <link rel="stylesheet" type="text/css" href="assets/css/animate.css" /> <link rel="stylesheet" type="text/css" href="assets/css/daterangepicker.css" /> <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Gelasio:400,700&display=swap"> <script src="assets/js/jquery.min.js"></script> <script src="assets/js/jquery.sticky.js"></script> <script> if ( /Android|webOS|iPhone|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent) ) { } else { $(window).load(function(){ var menuEl = '.menu'; wrapMenu(menuEl); $(window).resize(function() { wrapMenu(menuEl); }); }); function wrapMenu(el) { if ($(window).innerWidth(true)[0].innerWidth > 760) { $(el).sticky({topSpacing: 0}); } else { $(el).unstick(); } } } </script> <script src="assets/js/header.js"></script> <script src="assets/js/moment.min.js"></script> <script src="assets/js/daterangepicker.js"></script> <script src="assets/js/all.js?20200312"></script> <script src="assets/js/interstitial.js?20200316"></script> <script type='text/javascript'> window.googletag = window.googletag || {cmd: []}; (function() { var gads = document.createElement('script'); gads.async = true; gads.type = 'text/javascript'; var useSSL = 'https:' == document.location.protocol; gads.src = (useSSL ? 'https:' : 'http:') + '//securepubads.g.doubleclick.net/tag/js/gpt.js'; var node = document.getElementsByTagName('script')[0]; node.parentNode.insertBefore(gads, node); })(); </script> <script type='text/javascript'> googletag.cmd.push(function() { var dfp = {"pc":{"K2":{"slot":"\/21202031\/TT-home-K2","size":"[[1260, 250], [1260, 90], [1260, 160], [970, 250], [970, 90], [970, 160]]","div":"ad-K2","class":"web ad_mg_b","collapse":1},"B1":{"slot":"\/21202031\/TT-home-B1","size":"[300, 250]","div":"ad-B1","class":"web ad_mg_b","collapse":1},"B2":{"slot":"\/21202031\/TT-home-B2","size":"[300, 250]","div":"ad-B2","class":"web","collapse":1}},"m":{"B1":{"slot":"\/21202031\/TT-mobile-home-B1","size":"[[1, 1], 'fluid', [300, 250], [336, 280]]","div":"ad-B1","class":"mob ad_pd_t ad_bd_t ad_mg_b","collapse":1},"B2":{"slot":"\/21202031\/TT-mobile-home-B2","size":"[[1, 1], 'fluid', [300, 250], [336, 280]]","div":"ad-B2","class":"mob ad_pd_t ad_bd_t ad_mg_b","collapse":1},"B3":{"slot":"\/21202031\/TT-mobile-home-B3","size":"[[1, 1], 'fluid', [300, 250], [336, 280]]","div":"ad-B3","class":"mob ad_pd_t ad_bd_t ad_mg_b","collapse":1},"B4":{"slot":"\/21202031\/TT-mobile-home-B4","size":"[[1, 1], 'fluid', [300, 250], [336, 280]]","div":"ad-B4","class":"mob ad_pd_b ad_bd_b ad_mg_b","collapse":1},"I1-bottom":{"slot":"\/21202031\/TT-mobile-home-I1-bottom","size":"['fluid', [1, 1], [320, 100], [320, 50]]","div":"ad-I1-bottom","class":"mob door-bottom door-bottom-head","collapse":1}}}; var device = cookies_m.isPC() ? 'pc' : 'm'; dfp = dfp[device] || []; for (var key in dfp) { if (dfp.hasOwnProperty(key)) { var ad = dfp[key]; var adSize = eval(ad['size']); var bodyWidth = $('body').width(); ad['size'] = []; for (var i in adSize) { if (adSize[i][0] > bodyWidth) { continue; } ad['size'].push(adSize[i]); } googletag.defineSlot( ad['slot'], ad['size'], ad['div'] ).addService(googletag.pubads()).setCollapseEmptyDiv(true, true); } } googletag.pubads().addEventListener('slotRenderEnded', function(event) { // google回傳的廣告標籤(ex:ad-B1) var slotElementId = event.slot.getSlotElementId(); // === 無廣告時要做的事 === if (event.isEmpty) { // 記錄沒有廣告 console.log('沒有'+slotElementId); // 移除廣告單元 // $('#' + slotElementId).remove(); return; } if (slotElementId == 'ad-H1') { $('.splash').show(); window.hideClose = function() {$('.banner_close').remove();}; window.closeAD = function() {$('.splash').remove();}; $(document).on("closeAD", function() { window.closeAD(); }).on("hideClose", function() { window.hideClose(); }); $(document).on('click', '.splash, .banner_close', function(e){ e.preventDefault(); e.stopPropagation(); window.closeAD(); }); setTimeout(function(){$('.banner_close').show();},2000); if( window.innerHeight > 460 ){ var paddingTop = (( window.innerHeight-460 )/2-10); $('.splash').css("padding-top", paddingTop).show(); $('.banner_close').css("top", paddingTop); } } // === 有廣告時要做的事 === // 置底浮水印廣告,調整畫面不要蓋住footer if (slotElementId == 'ad-I1-bottom') { // 廣告的高度 var ad_height = event.size[1]; var $adI1Bottom = $('#ad-I1-bottom'); // 調整廣告位置與footer墊底高度 $adI1Bottom.css('height', ad_height + 'px'); $('.door-bottom-space').show().css('height', ad_height + 'px'); // 顯示關閉按鈕並綁定關閉事件 if (ad_height > 50) { // 調整Top按鈕高度 // $('#top').css('bottom', (ad_height + 20) + 'px'); // 監聽關閉按鈕 $adI1Bottom.prepend('<i class="close"></i>'); $adI1Bottom.find('.close').click(function () { $adI1Bottom.fadeOut(100); $('.door-bottom-space').fadeOut(100); $('#top').css('bottom', '100px'); }); } return; } // 有IR1時顯示「請繼續往下閱讀...」 if (slotElementId == 'ad-IR1') { // 顯示「請繼續往下閱讀...」(class="before_ir"在cache中寫的) $('p.before_ir').fadeIn(200); $('p.after_ir').fadeIn(200); } }); googletag.enableServices(); }); </script> <script> // 判斷裝置 並只呼叫相同裝置的廣告 function displayDFP(div, dfpDevice) { var realDevice = cookies_m.isPC() ? 'pc' : 'm'; if (dfpDevice !== realDevice) { $('#'+div).remove(); return; } googletag.cmd.push(function() { googletag.display(div); }); } </script> </head> <body> <div class="logobar boxTitle boxText" data-desc="LOGO"> <ul> <li> <a data-desc="TAIPEI TIMES" href="https://www.taipeitimes.com/"><img src="assets/images/logo1_forfooter.gif" width="100%" class="slogo"></a> <br> </li> <li> <a data-desc="TAIPEI TIMES" href="https://www.taipeitimes.com/"><img src="assets/images/logo.gif" width="100%" class="wlogo"></a> </li> <li><div class="micon" id="mopen"></div><div class="micon mc" id="mclose"></div></li> </ul> </div> <div class="hhbox"></div> <div class="menu boxTitle boxText" data-desc="頭部選單"> <div class="nav"> <ul> <li><a href="https://www.taipeitimes.com/" data-desc="TAIPEI TIMES"><div><i><img src="assets/images/home.png" width="18" class="iconimg4"></i></div></a></li> <li><a href="https://www.taipeitimes.com/News/front"><div>Front Page</div></a></li> <li><a href="https://www.taipeitimes.com/News/taiwan"><div>Taiwan News</div></a></li> <li><a href="https://www.taipeitimes.com/News/biz"><div>Business</div></a></li> <li><a href="https://www.taipeitimes.com/News/editorials"><div>Editorial & Opinion</div></a></li> <li><a href="https://www.taipeitimes.com/News/sport"><div>Sports</div></a></li> <li><a href="https://www.taipeitimes.com/News/world"><div>World News</div></a></li> <li><a href="https://www.taipeitimes.com/News/feat"><div>Features</div></a></li> <li><a href="https://www.taipeitimes.com/News/lang"><div>Bilingual Pages</div></a></li> <li><div class="opense">Search<i><img src="assets/images/search2.png" width="16" class="iconimg2"></i></div><div class="closese">Search<i><img src="assets/images/times.png" width="16" class="iconimg3"></i></div></li> </ul> </div> <div class="search boxTitle boxText" data-desc="搜尋區塊"> <ul> <li> <select class="navs"> <option class="boxInput" value="all" data-desc="分類: All" selected>All</option> <option class="boxInput" value="front" data-desc="分類: front" >Front Page</option> <option class="boxInput" value="taiwan" data-desc="分類: taiwan" >Taiwan News</option> <option class="boxInput" value="biz" data-desc="分類: biz" >Business</option> <option class="boxInput" value="editorials" data-desc="分類: editorials" >Editorial & Opinion</option> <option class="boxInput" value="sport" data-desc="分類: sport" >Sports</option> <option class="boxInput" value="world" data-desc="分類: world" >World News</option> <option class="boxInput" value="feat" data-desc="分類: feat" >Features</option> <option class="boxInput" value="lang" data-desc="分類: lang" >Bilingual Pages</option> </select> </li> <li><div id="reportrange" class="date boxInput" data-desc="時間範圍" data-start="" data-end=""><span></span></div></li> <li><input type="text" class="boxInput news " data-desc="關鍵字輸入框" value=""></li> <li><div class="gose" data-base-url="https://www.taipeitimes.com/">GO</div></li> </ul> </div> <div class="msbg"></div> </div> <div class="meun_bg"></div> <span class="page-name" data-desc="首頁"></span> <div class="page"> <p style="font-size:14px;color:#555;">Sun, Dec 01, 2024</p> <ul> <li> <div class="boxTitle boxText bigbox " data-desc="Front Page"> <ul> <li> <a href="https://www.taipeitimes.com/News/front/archives/2024/12/01/2003827766" data-desc="P:0:US approves US$387m in arms sales"> <div class="newsimggood"> <img src="https://www.taipeitimes.com/images/2024/12/01/thumbs/P01-241201-326.jpg" width="100%"> </div> </a> </li> <li> <a href="https://www.taipeitimes.com/News/front/archives/2024/12/01/2003827766" data-desc="T:0:US approves US$387m in arms sales"> <div> <h1 class="bf">US approves US$387m in arms sales</h1> <h2> <font class="red ">REGIONAL STABILITY:</font> The arms sale to Taiwan is the 18th approved by US President Joe Biden’s administration and the sixth since William Lai was elected president on Jan. 13 </h2> <p class="bsp">The US government on Friday announced arms sales involving spare parts and support for F-16 fighter aircraft and follow-up support for Improved Mobile Subscriber Equipment (IMSE), at a total cost of US$387 million.It is the 18th arms sale approved by US President Joe Biden’s administration to Taiwan</p> </div> </a> </li> </ul> </div> <script> if ( /Android|webOS|iPhone|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent) ) { } else { var test = document.getElementsByClassName('bigbox'); for (var i = 0; i < test.length; i++) { var p = test[i].parentNode; if (p.getElementsByTagName('h2').length == 0) { $('.bsp').addClass("sp9"); } } } </script> <!-- /21202031/TT-mobile-home-B1 --> <div id="ad-B1" class="boxTitle ad m mob ad_pd_t ad_bd_t ad_mg_b" data-desc="廣告ad-B1" style="text-align: center; display:none;"> <script> displayDFP('ad-B1', 'm'); </script> </div> <div class="bigbox2 boxTitle boxText" data-desc="Front Page"> <ul> <li> <a href="https://www.taipeitimes.com/News/front/archives/2024/12/01/2003827767" data-desc="P:1:Taiwan a ‘force for peace’: Lai"> <div> <div class="bnewsimg"><img src="https://www.taipeitimes.com/images/2024/12/01/thumbs/P01-241201-325.jpg" width="100%"></div> <h1 class="bf2">Taiwan a ‘force for peace’: Lai</h1> <p> <font class="red ">PACIFIC TRIP:</font> The visits are ‘the beginning of a new era of values-based diplomacy,’ with democracy, prosperity and peace the expectations of Taiwanese, William Lai said Taiwan is a key force for promoting global peace and stability, President William Lai (賴清德) said as he left for Hawaii yesterday as part of a Pacific tour, thanking the US for allowing him to stop over.China has been stepping up military pressure against Taiwan.Security sources told Reuters that Bei </p> </div> </a> </li> <li> <a href="https://www.taipeitimes.com/News/front/archives/2024/12/01/2003827768" data-desc="P:2:Kim vows steadfast support for Russia"> <div> <div class="bnewsimg"><img src="https://www.taipeitimes.com/images/2024/12/01/thumbs/P01-241201-330.jpg" width="100%"></div> <h1 class="bf2">Kim vows steadfast support for Russia</h1> <p> <font class="red hidden"></font> North Korean leader Kim Jong-un vowed his country would “invariably support” Russia’s war in Ukraine as he met Russia’s defense chief, the North’s state media reported yesterday.A Russian military delegation led by Russian Minister of Defense Andrei Belousov arrived in North Korea on Friday, amid gr </p> </div> </a> </li> </ul> </div> <div class="bigbox2 boxTitle boxText" data-desc="Front Page"> <ul> <li> <a href="https://www.taipeitimes.com/News/front/archives/2024/12/01/2003827769" data-desc="P:3:Syrian insurgents inside Aleppo in setback for Assad"> <div> <div class="bnewsimg"><img src="https://www.taipeitimes.com/images/2024/12/01/thumbs/P01-241201-332.jpg" width="100%"></div> <h1 class="bf2">Syrian insurgents inside Aleppo in setback for Assad</h1> <p> <font class="red hidden"></font> Thousands of Syrian insurgents fanned out inside Aleppo in vehicles with improvised armor and pickups, deploying to landmarks such as the old citadel yesterday, a day after they entered Syria’s largest city facing little resistance from government troops, residents and fighters said.Witnesses said t </p> </div> </a> </li> <li> <a href="https://www.taipeitimes.com/News/front/archives/2024/12/01/2003827770" data-desc="P:4:Mexico launches action to end illegal Chinese goods"> <div> <div class="bnewsimg"><img src="https://www.taipeitimes.com/images/2024/12/01/thumbs/P01-241201-331.jpg" width="100%"></div> <h1 class="bf2">Mexico launches action to end illegal Chinese goods</h1> <p> <font class="red hidden"></font> Mexico is planning to carry out a “cleaning” operation across the country to combat the flow of illegal merchandise entering the country mainly from China, the Mexican Ministry of Economic Affairs said.The ministry would lead searches across all 32 Mexican states, including ports and airports, Mexic </p> </div> </a> </li> </ul> </div> <!-- /21202031/TT-mobile-home-B2 --> <div id="ad-B2" class="boxTitle ad m mob ad_pd_t ad_bd_t ad_mg_b" data-desc="廣告ad-B2" style="text-align: center; display:none;"> <script> displayDFP('ad-B2', 'm'); </script> </div> <div class="bigbox2 boxTitle boxText" data-desc="Front Page"> <ul> <li> <a href="https://www.taipeitimes.com/News/front/archives/2024/11/30/2003827722" data-desc="P:5:UK passes UN Resolution 2758 motion"> <div> <div class="bnewsimg"><img src="https://www.taipeitimes.com/images/2024/11/30/thumbs/P01-241130-604.jpg" width="100%"></div> <h1 class="bf2">UK passes UN Resolution 2758 motion</h1> <p> <font class="red ">GLOBAL SUPPORT:</font> The Ministry of Foreign Affairs said that the motion highlighted the improper exclusion of Taiwan from international discussion and cooperative mechanisms Taiwan yesterday thanked the British parliament for passing a motion stating that UN Resolution 2758 does not involve Taiwan, making it the latest body to reject China’s interpretation of the resolution.The House of Commons on Thursday debated the international status of Taiwan and unanimously passe </p> </div> </a> </li> <li> <a href="https://www.taipeitimes.com/News/front/archives/2024/11/30/2003827723" data-desc="P:6:Saber rattling ahead of Lai stopover"> <div> <div class="bnewsimg"><img src="https://www.taipeitimes.com/images/2024/11/30/thumbs/P01-241130-318.jpg" width="100%"></div> <h1 class="bf2">Saber rattling ahead of Lai stopover</h1> <p> <font class="red ">‘A GENUINE VOICE’:</font> The trip is a rare opportunity for the president to represent Taiwan abroad and bolster its claim to statehood, an academic said The Ministry of National Defense yesterday said that it had detected 41 Chinese military aircraft and ships around the nation ahead of a Hawaii stopover by President William Lai (賴清德).In the 24 hours to 6am yesterday, the ministry said that it had detected 33 Chinese aircraft and eight navy vessels </p> </div> </a> </li> </ul> </div> </li> <li> <!-- /21202031/TT-home-B1 --> <div id="ad-B1" class="boxTitle ad pc web ad_mg_b" data-desc="廣告ad-B1" style="text-align: center; display:none;"> <script> displayDFP('ad-B1', 'pc'); </script> </div> <div class="popular boxTitle boxText" id="read" data-desc="Most Popular"> <a href="https://www.taipeitimes.com/News/Mostread"><h1>Most Popular<i><img src="assets/images/right.png" width="10" class="iconimg2"></i></h1></a> <ul> <li><a href="https://www.taipeitimes.com/News/front/archives/2024/11/25/2003827438" data-desc="T:0:Taiwan win Premier12 title"><div class="no">1</div><h5 class="bf3">Taiwan win Premier12 title</h5></a></li> <li><a href="https://www.taipeitimes.com/News/front/archives/2024/11/27/2003827547" data-desc="T:1:TSMC starts equipment installation for 2nm fab"><div class="no">2</div><h5 class="bf3">TSMC starts equipment installation for 2nm fab</h5></a></li> <li><a href="https://www.taipeitimes.com/News/biz/archives/2024/11/25/2003827422" data-desc="T:2:TSMC to push US to No. 2 in IC production in 2027"><div class="no">3</div><h5 class="bf3">TSMC to push US to No. 2 in IC production in 2027</h5></a></li> <li><a href="https://www.taipeitimes.com/News/front/archives/2024/11/27/2003827546" data-desc="T:3:Baseball team parade draws thousands"><div class="no">4</div><h5 class="bf3">Baseball team parade draws thousands</h5></a></li> <li><a href="https://www.taipeitimes.com/News/taiwan/archives/2024/11/27/2003827564" data-desc="T:4:Theaters receive threats over documentary on China"><div class="no">5</div><h5 class="bf3">Theaters receive threats over documentary on China</h5></a></li> </ul> </div> </li> </ul> </div> <!-- /21202031/TT-home-K2 --> <div id="ad-K2" class="boxTitle ad pc web ad_mg_b" data-desc="廣告ad-K2" style="text-align: center; display:none;"> <script> displayDFP('ad-K2', 'pc'); </script> </div> <div class="dbox1 boxTitle boxText" data-desc="Taiwan News"> <!-- /21202031/TT-mobile-home-B3 --> <div id="ad-B3" class="boxTitle ad m mob ad_pd_t ad_bd_t ad_mg_b" data-desc="廣告ad-B3" style="text-align: center; display:none;"> <script> displayDFP('ad-B3', 'm'); </script> </div> <div class="dbox1s"> <a href="https://www.taipeitimes.com/News/taiwan"><h1>Taiwan News<i><img src="assets/images/right.png" width="10" class="iconimg2"></i></h1></a> <ul> <li> <ul class="dlistbox"> <li> <a href="https://www.taipeitimes.com/News/taiwan/archives/2024/12/01/2003827776" data-desc="P:1:Council shoots down TAO tourism block accusations"> <div class="dbox1ss2"> <div class="dnewsimg"><img src="https://www.taipeitimes.com/images/2024/12/01/thumbs/P02-241201-0hkjhk.jpg" width="100%"></div> <h2 class="bf5">Council shoots down TAO tourism block accusations</h2> <p> <font class="red ">‘FACT-BASED’: </font> There is no ban, and 2 million Taiwanese have traveled to China this year, which is more than the 285,000 Chinese who visited Taiwan, the council said The Mainland Affairs Council (MAC) yesterday accused China’s Taiwan Affairs Office (TAO) of shifting the blame for Beijing’s tourism ban on Taiwan, continuing a war of words that started in the past week.The council’s remark came hours after its Chinese counterpart on Friday accused the government o </p> </div> </a> </li> <li> <a href="https://www.taipeitimes.com/News/taiwan/archives/2024/12/01/2003827777" data-desc="T:2:China, Russia escalating regional tensions: MAC"> <div class="dbox1ss2"> <div class="dnewsimg"><img src="https://www.taipeitimes.com/images/2024/12/01/thumbs/P02-241201-0shfhk.jpg" width="100%"></div> <h2 class="bf5">China, Russia escalating regional tensions: MAC</h2> <p> <font class="red hidden"></font> The Mainland Affairs Council (MAC) on Friday condemned Chinese and Russian authorities for escalating regional tensions, citing Chinese warplanes crossing the Taiwan Strait’s median line and joint China-Russia military activities breaching South Korea’s air defense identification zone (KADIZ) over t </p> </div> </a> </li> <li> <a href="https://www.taipeitimes.com/News/taiwan/archives/2024/12/01/2003827778" data-desc="P:3:Taiwan, Paraguay sign reciprocal 90-day visa-free deal"> <div class="dbox1ss2"> <div class="dnewsimg"><img src="https://www.taipeitimes.com/images/2024/12/01/thumbs/P02-241201-002.jpg" width="100%"></div> <h2 class="bf5">Taiwan, Paraguay sign reciprocal 90-day visa-free deal</h2> <p> <font class="red ">STRONG FRIENDSHIP:</font> Paraguay has supported Taiwan’s international participation and the two countries are working on a smart technology park Minister of Foreign Affairs Lin Chia-lung (林佳龍) and Paraguayan Minister of Foreign Affairs Ruben Ramirez Lezcano on Friday signed a reciprocal visa-free agreement in Taipei, the Ministry of Foreign Affairs said yesterday.Ramirez and senior officials arrived in Taiwan on Wednesday for a four-day visi </p> </div> </a> </li> </ul> </li> <li> <ul class="dlistbox"> <li> <a href="https://www.taipeitimes.com/News/taiwan/archives/2024/12/01/2003827779" data-desc="T:4:High Court upholds seven rulings on shooting case"> <div class="dbox1ss2"> <div class="dnewsimg"><img src="https://www.taipeitimes.com/images/2024/12/01/thumbs/P02-241201-007.jpg" width="100%"></div> <h2 class="bf5">High Court upholds seven rulings on shooting case</h2> <p> <font class="red hidden"></font> The High Court’s Tainan branch on Wednesday upheld seven out of eight sentences in a series of appeals relating to a submachine gun shooting during a local election campaign in Tainan in late 2022.The only exception was the sentence of Lee Chi-han (李奇漢), which was overturned. Although Lee was found </p> </div> </a> </li> <!-- /21202031/TT-mobile-home-B4 --> <div id="ad-B4" class="boxTitle ad m mob ad_pd_b ad_bd_b ad_mg_b" data-desc="廣告ad-B4" style="text-align: center; display:none;"> <script> displayDFP('ad-B4', 'm'); </script> </div> <li> <a href="https://www.taipeitimes.com/News/taiwan/archives/2024/12/01/2003827780" data-desc="P:5:Social housing project breaks ground"> <div class="dbox1ss2"> <div class="dnewsimg"><img src="https://www.taipeitimes.com/images/2024/12/01/thumbs/P03-241201-003.jpg" width="100%"></div> <h2 class="bf5">Social housing project breaks ground</h2> <p> <font class="red ">HOUSING JUSTICES:</font> Once completed, the government-funded project in Kaohsiung’s Fongshan District would provide living space and public services for 5,000 households The state-run National Housing and Urban Regeneration Center (NHURC) yesterday held a groundbreaking ceremony for Plot A of the nation’s biggest social housing project to date, expected to house 1,865 families with a projected completion date of 2029.Plot A involves a 14-story building aboveground w </p> </div> </a> </li> <li> <a href="https://www.taipeitimes.com/News/taiwan/archives/2024/12/01/2003827781" data-desc="P:6:Six probed over bullying claims"> <div class="dbox1ss2"> <div class="dnewsimg"><img src="https://www.taipeitimes.com/images/2024/12/01/thumbs/P03-241201-0faad.jpg" width="100%"></div> <h2 class="bf5">Six probed over bullying claims</h2> <p> <font class="red ">MENTAL HEALTH:</font> Cases of suspected bullying have emerged in multiple government offices following the suicide of a Ministry of Labor employee last month Six officials from the Ministry of Health and Welfare (MOHW) are under investigation for alleged involvement in workplace bullying, with two of them already suspended, the ministry said Friday.In response to recent media reports and questions from lawmakers about allegations of workplace bullying in </p> </div> </a> </li> </ul> </li> <li> <ul class="dlistbox"> <li> <a href="https://www.taipeitimes.com/News/taiwan/archives/2024/12/01/2003827782" data-desc="T:7:CDC announces sixth case of locally acquired measles"> <div class="dbox1ss2"> <div class="dnewsimg"><img src="https://www.taipeitimes.com/images/2024/12/01/thumbs/P03-241201-001.jpg" width="100%"></div> <h2 class="bf5">CDC announces sixth case of locally acquired measles</h2> <p> <font class="red hidden"></font> The Centers for Disease Control (CDC) on Friday afternoon reported a case of locally acquired measles from a man in northern Taiwan, and while the agency is tracing the potential source of infection, 102 close contacts are being monitored for symptoms.The patient is a man in his 30s who lives in nor </p> </div> </a> </li> <li> <a href="https://www.taipeitimes.com/News/taiwan/archives/2024/12/01/2003827783" data-desc="T:8:Railway Bureau unveils centralized cloud network"> <div class="dbox1ss2"> <div class="dnewsimg"><img src="https://www.taipeitimes.com/images/2024/12/01/thumbs/P03-241201-0ad.jpg" width="100%"></div> <h2 class="bf5">Railway Bureau unveils centralized cloud network</h2> <p> <font class="red hidden"></font> A central cloud system developed by the Ministry of Transportation and Communications’ Railway Bureau is expected to be used nationwide by all nine railway-related companies to establish a centralized set of standards and guidelines for smart railroads in Taiwan.The bureau first developed a draft pr </p> </div> </a> </li> <li> <a href="https://www.taipeitimes.com/News/taiwan/archives/2024/12/01/2003827784" data-desc="T:9:Team Taiwan to lead parade in Tainan this week"> <div class="dbox1ss2"> <div class="dnewsimg"><img src="https://www.taipeitimes.com/images/2024/12/01/thumbs/P03-241201-004.jpg" width="100%"></div> <h2 class="bf5">Team Taiwan to lead parade in Tainan this week</h2> <p> <font class="red hidden"></font> Premier12 champions Team Taiwan are to lead a parade in Tainan on Tuesday, Tainan Mayor Huang Wei-che (黃偉哲) announced in a Facebook post yesterday.As part of the events celebrating Taiwan’s win at the Premier12 baseball championship, Team Taiwan would hold more parades around Taiwan following the on </p> </div> </a> </li> </ul> </li> </ul> </div> </div> <div class="dbox2"> <div class="dbox2s"> <ul> <li><div class="dboxss2 boxTitle boxText" data-desc="Business"> <a href="https://www.taipeitimes.com/News/biz"><h1>Business<i><img src="assets/images/right.png" width="10" class="iconimg2"></i></h1></a> <ul class="dlistbox2"> <li> <a href="https://www.taipeitimes.com/News/biz/archives/2024/12/01/2003827753" data-desc="P:0:‘New wave’ as start-up sweeps up Thai ocean plastic"> <div class="dbox1ss3"> <div class="dnewsimg"><img src="https://www.taipeitimes.com/images/2024/12/01/thumbs/P12-241201-322.jpg" width="100%"></div> <h2 class="bf6">‘New wave’ as start-up sweeps up Thai ocean plastic</h2> <p> <font class="red hidden"></font> As a long-tail boat arrives at a fishing village on the southern Thai island of Koh Chang, residents gather to sell their wares — not seafood, but plastic. The villagers, members of the semi-nomadic Moken people, are selling to Tide, a start-up attempting to create new value from old plastic collect </p> </div> </a> </li> <li> <a href="https://www.taipeitimes.com/News/biz/archives/2024/12/01/2003827754" data-desc="P:1:Winery taps into zero-alcohol trend"> <div class="dbox1ss3"> <div class="dnewsimg"><img src="https://www.taipeitimes.com/images/2024/12/01/thumbs/P12-241201-323.jpg" width="100%"></div> <h2 class="bf6">Winery taps into zero-alcohol trend</h2> <p> <font class="red hidden"></font> Alcohol-free drinks are becoming ever more popular, especially with health-conscious younger people — a trend cheered by a small German winery based in a Rhine Valley castle. While demand for zero-alcohol beer has risen strongly, the family business is betting on similar growth in the wine sector, u </p> </div> </a> </li> <li> <a href="https://www.taipeitimes.com/News/biz/archives/2024/12/01/2003827755" data-desc="P:2:Swedish app helps plan household chores"> <div class="dbox1ss3"> <div class="dnewsimg"><img src="https://www.taipeitimes.com/images/2024/12/01/thumbs/P12-241201-324.jpg" width="100%"></div> <h2 class="bf6">Swedish app helps plan household chores</h2> <p> <font class="red hidden"></font> Who is doing the housework? There is an app for that — to make “invisible work visible. Swedish engineering students have developed an app for families to organize and track chores that often fall heavily on women. Among the early adopters are Marko, 40, and Neha Sarcevic, 37, a married couple of bu </p> </div> </a> </li> </ul> </div> </li> <li><div class="dboxss2 boxTitle boxText" data-desc="Editorials"> <a href="https://www.taipeitimes.com/News/editorials"><h1>Editorial & Opinion<i><img src="assets/images/right.png" width="10" class="iconimg2"></i></h1></a> <ul class="dlistbox2"> <li> <a href="https://www.taipeitimes.com/News/editorials/archives/2024/12/01/2003827756" data-desc="T:0:EDITORIAL: US systems in region help Taiwan"> <div class="dbox1ss3"> <h2 class="bf6">EDITORIAL: US systems in region help Taiwan</h2> <p> <font class="red hidden"></font> The US military is making plans for deployments in Okinawa and the Philippines in the event of a “Taiwan emergency,” Japan’s Kyodo news agency reported on Sunday last week. Those deployments would largely involve the dispatch of marines and missile systems on islands, with logistics provided by the </p> </div> </a> </li> <li> <a href="https://www.taipeitimes.com/News/editorials/archives/2024/12/01/2003827757" data-desc="T:1:Nuclear energy not worth the risks"> <div class="dbox1ss3"> <h2 class="bf6">Nuclear energy not worth the risks</h2> <p> <font class="red hidden"></font> During an interview a few days ago, Minister of Economic Affairs J.W. Kuo (郭智輝) said that polls showed support for nuclear energy reached 60 to 70 percent. Reaching a consensus on nuclear energy is not difficult, nor is achieving nuclear safety — the only issue left to address is nuclear waste, he s </p> </div> </a> </li> <li> <a href="https://www.taipeitimes.com/News/editorials/archives/2024/12/01/2003827758" data-desc="T:2:Expats must pay fair share for healthcare"> <div class="dbox1ss3"> <h2 class="bf6">Expats must pay fair share for healthcare</h2> <p> <font class="red hidden"></font> This month, the National Health Insurance (NHI) is to implement a major policy change by eliminating the suspension-and-resumption mechanism for Taiwanese residing abroad. With more than 210,000 Taiwanese living overseas — many with greater financial means than those in Taiwan — this reform, catalyz </p> </div> </a> </li> </ul> </div> </li> </ul> </div> </div> <div class="dbox3 boxTitle boxText" data-desc="Sports"> <div class="dbox3s"> <a href="https://www.taipeitimes.com/News/sport"><h1>Sports<i><img src="assets/images/right.png" width="10" class="iconimg2"></i></h1></a> <ul> <li> <a href="https://www.taipeitimes.com/News/sport/archives/2024/12/01/2003827771" data-desc="P:0:Saints denied win by video decision"> <div class="dbox1ss4"> <div class="spnewsimg "><img src="https://www.taipeitimes.com/images/2024/12/01/thumbs/P07-241201-311.jpg" width="100%"></div> <h2 class="bf7">Saints denied win by video decision</h2> <p class=""> <font class="red ">CLASH OF MANAGERS:</font> Brighton’s Fabian Hurzeler and Russell Martin of Southampton accused each other of disrespect, while both were booked Southampton on Friday were denied a priceless victory by a controversial decision as they drew with hosts Brighton & Hove Albion 1-1 in the Premier League.Kaoru Mitoma spectacularly headed Brighton into a first-half lead and Flynn Downes hammered home an equalizer an hour in.Minutes later teammate C </p> </div> </a> </li> <li> <ul class="dlistbox2"> <li> <a href="https://www.taipeitimes.com/News/sport/archives/2024/12/01/2003827772" data-desc="P:1:Greats attend Nantou cycling event"> <div class="dbox1ss3"> <div class="dnewsimg"><img src="https://www.taipeitimes.com/images/2024/12/01/thumbs/P07-241201-602.jpg" width="100%"></div> <h2 class="bf6">Greats attend Nantou cycling event</h2> <p> <font class="red hidden"></font> About 2,500 cyclists from 32 countries yesterday joined two Grand Tour cyclists for the first-ever L’Etape du Tour de France in Taiwan.Seven-time Grand Tour champion Christopher Froome and recently retired all-time great Mark Cavendish, who in July achieved a record-breaking 35th Tour de France stag </p> </div> </a> </li> <li> <a href="https://www.taipeitimes.com/News/sport/archives/2024/12/01/2003827773" data-desc="P:2:Chiefs first to clinch playoff spot with Raiders win"> <div class="dbox1ss3"> <div class="dnewsimg"><img src="https://www.taipeitimes.com/images/2024/12/01/thumbs/P07-241201-316.jpg" width="100%"></div> <h2 class="bf6">Chiefs first to clinch playoff spot with Raiders win</h2> <p> <font class="red hidden"></font> Patrick Mahomes on Friday passed for 306 yards and became Kansas City’s career leader in touchdown passes as the Chiefs clinched an American Football Conference playoff spot with a 19-17 victory over the visiting Las Vegas Raiders.Kansas City (11-1) have played in a slew of close games this season a </p> </div> </a> </li> <li> <a href="https://www.taipeitimes.com/News/sport/archives/2024/12/01/2003827774" data-desc="P:3:Huang Hsiao-wen advances at boxing finals in England"> <div class="dbox1ss3"> <div class="dnewsimg"><img src="https://www.taipeitimes.com/images/2024/12/01/thumbs/P07-241201-601.jpg" width="100%"></div> <h2 class="bf6">Huang Hsiao-wen advances at boxing finals in England</h2> <p> <font class="red hidden"></font> Tokyo Olympic bronze medalist Huang Hsiao-wen on Friday secured a spot in the gold-medal bout at the World Boxing Cup Finals in Sheffield, England.Huang defeated Tatiana Chagas of Brazil 5-0 in the women’s 54kg division. Three judges called the bout at 30-27 in favor of Huang, while two had it at 29 </p> </div> </a> </li> </ul> </li> </ul> </div> </div> <div class="dbox4"> <div class="dbox4s"> <ul> <li><div class="dboxss2 boxTitle boxText" data-desc="World News"> <a href="https://www.taipeitimes.com/News/world"><h1>World News<i><img src="assets/images/right.png" width="10" class="iconimg2"></i></h1></a> <ul class="dlistbox2"> <li> <a href="https://www.taipeitimes.com/News/world/archives/2024/12/01/2003827789" data-desc="P:0:Mauritian PM orders review of UK deal"> <div class="dbox1ss3"> <div class="dnewsimg"><img src="https://www.taipeitimes.com/images/2024/12/01/thumbs/P05-241201-309.jpg" width="100%"></div> <h2 class="bf6">Mauritian PM orders review of UK deal</h2> <p> <font class="red ">CHAGOS ISLANDS: </font> Recently elected Mauritian Prime Minister Navin Ramgoolam told lawmakers that the contents of negotiations are ‘unknown’ to the government Mauritius’ new prime minister ordered an independent review of a deal with the UK involving a strategically important US-UK military base in the Indian Ocean, placing the agreement under fresh scrutiny.Under a pact signed last month, the UK ceded sovereignty of the Chagos archipelago to Mauritius, w </p> </div> </a> </li> <li> <a href="https://www.taipeitimes.com/News/world/archives/2024/12/01/2003827790" data-desc="P:1:Questions linger in Vang Vieng"> <div class="dbox1ss3"> <div class="dnewsimg"><img src="https://www.taipeitimes.com/images/2024/12/01/thumbs/P05-241201-306.jpg" width="100%"></div> <h2 class="bf6">Questions linger in Vang Vieng</h2> <p> <font class="red ">LAOS:</font> The bars of bustling Vang Vieng remain open, but information on the investigation into the deaths of six backpackers from suspected methanol poisoning is scarce The music is still playing and the alcohol is still flowing at the bars along one of the party streets in Vang Vieng. Inside a popular venue, a voice over the speaker announces a special offer on beers, as disco lights flicker on the floor. Small paper flags from nations across the world — from the </p> </div> </a> </li> <li> <a href="https://www.taipeitimes.com/News/world/archives/2024/12/01/2003827791" data-desc="P:2:Notre-Dame revealed after ‘impossible’ restoration"> <div class="dbox1ss3"> <div class="dnewsimg"><img src="https://www.taipeitimes.com/images/2024/12/01/thumbs/P05-241201-301.jpg" width="100%"></div> <h2 class="bf6">Notre-Dame revealed after ‘impossible’ restoration</h2> <p> <font class="red hidden"></font> France on Friday showed off to the world the gleaming restored interior of Notre-Dame cathedral, a week before the 850-year-old medieval edifice reopens following painstaking restoration after the devastating 2019 fire.French President Emmanuel Macron conducted an inspection of the restoration, broa </p> </div> </a> </li> </ul> </div> </li> <li><div class="dboxss2 boxTitle boxText" data-desc="Features"> <a href="https://www.taipeitimes.com/News/feat"><h1>Features<i><img src="assets/images/right.png" width="10" class="iconimg2"></i></h1></a> <ul class="dlistbox2"> <li> <a href="https://www.taipeitimes.com/News/feat/archives/2024/12/01/2003827765" data-desc="P:0:Taiwan in Time: The twin bank car heists"> <div class="dbox1ss3"> <div class="dnewsimg"><img src="https://www.taipeitimes.com/images/2024/12/01/thumbs/p13-241201-solved.jpg" width="100%"></div> <h2 class="bf6">Taiwan in Time: The twin bank car heists</h2> <p> <font class="red hidden"></font> Dec 2 to Dec 8 It was the biggest heist in Taiwanese history at that time. In the afternoon of Dec. 7, 1982, two masked men armed with M16 assault rifles knocked out the driver of a United World Chinese Commercial Bank (世華銀行) security van, making away with NT$14 million (worth about NT$30 mi </p> </div> </a> </li> <li> <a href="https://www.taipeitimes.com/News/feat/archives/2024/11/30/2003827720" data-desc="P:1:Feces, vomit offer clues to how dinosaurs rose to rule Earth"> <div class="dbox1ss3"> <div class="dnewsimg"><img src="https://www.taipeitimes.com/images/2024/11/30/thumbs/P13-241130-304.jpg" width="100%"></div> <h2 class="bf6">Feces, vomit offer clues to how dinosaurs rose to rule Earth</h2> <p> <font class="red hidden"></font> Feces, vomit and fossilized food from inside stomachs have provided new clues into how dinosaurs rose to dominate Earth, a new study revealed on Wednesday.Scientists have discovered plenty about dinosaurs — particularly about how they vanished off the face of the planet 66 millions years ago.But “we </p> </div> </a> </li> <li> <a href="https://www.taipeitimes.com/News/feat/archives/2024/11/30/2003827721" data-desc="P:2:Swedish gangs recruiting kids as contract killers"> <div class="dbox1ss3"> <div class="dnewsimg"><img src="https://www.taipeitimes.com/images/2024/11/30/thumbs/P13-241130-301.jpg" width="100%"></div> <h2 class="bf6">Swedish gangs recruiting kids as contract killers</h2> <p> <font class="red hidden"></font> “Bro, I can’t wait for my first dead body,” wrote an 11-year-old boy on Instagram in Sweden, where gangs recruit children too young to be prosecuted as contract killers on chat apps.“Stay motivated, it’ll come,” answered his 19-year-old contact. He went on to offer the child 150,000 kronor (US$13,68 </p> </div> </a> </li> </ul> </div> </li> <li><div class="dboxss2 boxTitle boxText" data-desc="Bilingual Pages"> <a href="https://www.taipeitimes.com/News/lang"><h1>Bilingual Pages<i><img src="assets/images/right.png" width="10" class="iconimg2"></i></h1></a> <ul class="dlistbox2"> <li> <a href="https://www.taipeitimes.com/News/lang/archives/2024/12/01/2003827752" data-desc="P:0:ANALYTICAL ENGLISH 解析英語(常春藤)"> <div class="dbox1ss3"> <div class="dnewsimg"><img src="https://www.taipeitimes.com/images/2024/12/01/thumbs/P14-241201-3hjkhk.jpg" width="100%"></div> <h2 class="bf6">ANALYTICAL ENGLISH 解析英語(常春藤)</h2> <p> <font class="red hidden"></font> Billy Lezra stood on the edge of a train platform, with her heart pounding and her mind clouded by despair. At 23, she faced her mother’s suicide attempt and spiraled into depression and alcohol addiction. She saw no way out, and just as she was about to take the final step, a stranger __1__ her wit </p> </div> </a> </li> <li> <a href="https://www.taipeitimes.com/News/lang/archives/2024/11/30/2003827705" data-desc="P:1:ANALYTICAL ENGLISH 解析英語(常春藤)"> <div class="dbox1ss3"> <div class="dnewsimg"><img src="https://www.taipeitimes.com/images/2024/11/30/thumbs/P14-241130-HHHsddsd.jpg" width="100%"></div> <h2 class="bf6">ANALYTICAL ENGLISH 解析英語(常春藤)</h2> <p> <font class="red hidden"></font> “Beep—beep—beep.” Your phone roars in the dead of night and wakes you up. Adrenaline surges as a low rumble shakes the pictures on the nightstand. Panic threatens, but you remember the earthquake drill you practiced. You drop to the ground, take cover under your desk, and hold on tight. Though the s </p> </div> </a> </li> <li> <a href="https://www.taipeitimes.com/News/lang/archives/2024/11/29/2003827648" data-desc="P:2:SPEAK UP: Cher & others inducted into Rock Hall of Fame (2/2) 雪兒等人入選「搖滾名人堂」(下)"> <div class="dbox1ss3"> <div class="dnewsimg"><img src="https://www.taipeitimes.com/images/2024/11/29/thumbs/P10-241129-302.jpg" width="100%"></div> <h2 class="bf6">SPEAK UP: Cher & others inducted into Rock Hall of Fame (2/2) 雪兒等人入選「搖滾名人堂」(下)</h2> <p> <font class="red hidden"></font> A: Apart from singers Cher, Mary J. Blige, Ozzy Osbourne and Peter Frampton, who else was inducted into the Rock & Roll Hall of Fame?B: The other inductees were Kool and the Gang, Dave Matthews, Foreigner and A Tribe Called Quest.A: All four of those bands are awesome.B: Also, Dionne Warwick receive </p> </div> </a> </li> </ul> </div> </li> </ul> </div> </div> <div class="boxTitle boxText thematic" data-desc="Special Reports"> <h1>Special Reports</h1> <ul> <li> <div class="thematics"> <a href="https://www.taipeitimes.com/News/topic/Notes"> <h2 class="bfb"> Notes <i><img src="assets/images/right.png" width="10" class="iconimg2"></i> </h2> </a> <a href="https://www.taipeitimes.com/News/feat/archives/2023/06/05/2003800980" class="onenews" data-desc="P:0:Notes from Central Taiwan: DPP: Lai-able to win?"> <div class="bnewsimg"> <img src="https://www.taipeitimes.com/images/2023/06/05/thumbs/p13-230605-010.jpg" width="100%"> </div> <h1 class="bfb2">Notes from Central Taiwan: DPP: Lai-able to win?</h1> <p>It’s certainly been a pleasure watching the presidential campaign launch of Chinese Nationalist Party (KMT) candidate Hou You-yi (侯友宜) lurch painfully about like a wounded pachyderm in search of an elephant graveyard. Hou’s fall to third place in some polls last week appears early, and it might still be recoverable. But grumbling in his party about replacing him has already begun. Indeed, all indications are that the party that twice gave us Lien Chan (連戰), the most despised politician in Taiwan, as a presidential candidate and later offered voters Hung Hsiu-chu (洪秀柱) and Han Kuo-yu (韓國瑜), is arcing along its normal descending trajectory, the North Korean missile test of electoral politics. A KIND OF POLICY PLATFORM Last week the KMT doubled down on this path with Hou’s calls for nuclear power and more death penalty executions, standard KMT fare for decades (the latter is unnecessary since so many potential criminals are likely to die in traffic accidents long before they harm anyone). Apparently KMT policy institutions are not echo chambers so much as mausoleums where dead ideas are embalmed and then periodically put on display. The lack of public policy imagination is obvious. A less obvious facet of KMT ineptitude: with years of speculation that Hou would be their man in 2024, neither Hou nor the party insisted on interesting or experimental public policies to showcase Hou’s greatness in preparation for the showdown. Of course, that is even more true of the Democratic Progressive Party (DPP). Hou’s slide and the media buzz surrounding it are obscuring the truly urgent problem the pro-Taiwan side faces: DPP presidential candidate William Lai (賴清德) has not expanded his voter support beyond the party base. In most polls he remains below 40 percent. Independent voters are staying away in droves, and for the moment the young are turning to</p> </a> </div> </li> <li> <div class="thematics"> <a href="https://www.taipeitimes.com/News/topic/taiwan+in+time"> <h2 class="bfb"> taiwan in time <i><img src="assets/images/right.png" width="10" class="iconimg2"></i> </h2> </a> <a href="https://www.taipeitimes.com/News/feat/archives/2023/07/16/2003803245" class="onenews" data-desc="P:0:Taiwan in Time: Building shrines in changing times"> <div class="bnewsimg"> <img src="https://www.taipeitimes.com/images/2023/07/16/thumbs/p13-230716-anliang temple.jpg" width="100%"> </div> <h1 class="bfb2">Taiwan in Time: Building shrines in changing times</h1> <p>July 17 to July 23 When Yeh Ken-chuang (葉根壯) came of age, the traditional skills of architecture and carpentry that had been in his family for four generations were disappearing. After helping his uncle Yeh Teh-ling (葉得令) construct ships, residences and temples for more than a decade, Yeh struck out on his own at the age of 28 in 1960 as a damusi (大木司, chief carpenter), earning his lifelong title “Chief Chuang” (壯司). Around this time, builders in his homeland of Penghu were increasingly using reinforced concrete instead of wood, due to the humid climate. The period also saw a frenzy in temple construction as the economy improved, meaning there was plenty of work for Yeh. Adept in non-structural techniques such as doors, windows and furniture, as well as the intricate carvings and detailed decorations that adorned the structures, Yeh was able to adapt his skills, leading the reconstruction of the historic Hsiliao Daitian Temple (西寮代天宮) on Penghu’s main island in 1963. According to the book Crossing Traditions in Yeh Ken-chuang’s Large-scale Carpentry Skills (宮廟巧藝 :跨越傳統的葉根壯大木作技術), it was Penghu’s first temple that used a purely reinforced concrete structure. Before his life was cut short, Yeh created more than 70 temples and related structures across the various islands of Penghu and left behind more than 230 building plans. Although Yeh could have built temples and other structures on Taiwan proper, he only worked on a handful of projects outside of Penghu because he wanted to be close to his family. CLAN OF CARPENTERS The Yeh family’s woodworking tradition began with Yeh Ma-li (葉媽利), who learned the architecture and carpentry trade from an unknown master on Kinmen. The Yehs trace their roots to Kinmen, although this branch had been living in Penghu since the early 1600s. Yeh Ma-li was Penghu’s chief temple builder between 1860 and</p> </a> </div> </li> </ul> </div> <div class="dbox5"> <div class="dbox5s"> <ul> <li> <div class="weather"> <h1>Weather</h1> <ul> <li><div class="tablinks3 active" onclick="openCity(event, 'mygod01')">North</div></li> <li><div class="tablinks3" onclick="openCity(event, 'mygod02')">Central</div></li> <li><div class="tablinks3" onclick="openCity(event, 'mygod03')">South</div></li> <li><div class="tablinks3" onclick="openCity(event, 'mygod04')">East</div></li> <li><div class="tablinks3" onclick="openCity(event, 'mygod05')">Outlying Islands</div></li> </ul> <div class="tabcontent3" id="mygod01"> <table cellspacing="0" cellpadding="0"> <tr> <td>New Taipei City</td> <td>14-23</td> <td>10%</td> <td><img src="assets/images/weather/wi_0002.gif" width="20"></td> </tr> <tr> <td>Hsinchu County</td> <td>14-22</td> <td>10%</td> <td><img src="assets/images/weather/wi_0002.gif" width="20"></td> </tr> <tr> <td>Hsinchu City</td> <td>14-22</td> <td>10%</td> <td><img src="assets/images/weather/wi_0002.gif" width="20"></td> </tr> <tr> <td>Taipei City</td> <td>14-22</td> <td>10%</td> <td><img src="assets/images/weather/wi_0002.gif" width="20"></td> </tr> <tr> <td>Miaoli County</td> <td>12-22</td> <td>10%</td> <td><img src="assets/images/weather/wi_0002.gif" width="20"></td> </tr> <tr> <td>Taoyuan City</td> <td>14-22</td> <td>10%</td> <td><img src="assets/images/weather/wi_0002.gif" width="20"></td> </tr> <tr> <td>Keelung City</td> <td>15-21</td> <td>10%</td> <td><img src="assets/images/weather/wi_0002.gif" width="20"></td> </tr> </table> </div> <div class="tabcontent3" id="mygod02"> <table cellspacing="0" cellpadding="0"> <tr> <td>Yunlin County</td> <td>14-24</td> <td>0%</td> <td><img src="assets/images/weather/wi_0002.gif" width="20"></td> </tr> <tr> <td>Taichung City</td> <td>14-24</td> <td>0%</td> <td><img src="assets/images/weather/wi_0002.gif" width="20"></td> </tr> <tr> <td>Nantou County</td> <td>14-24</td> <td>0%</td> <td><img src="assets/images/weather/wi_0002.gif" width="20"></td> </tr> <tr> <td>Changhua County</td> <td>14-23</td> <td>0%</td> <td><img src="assets/images/weather/wi_0002.gif" width="20"></td> </tr> </table> </div> <div class="tabcontent3" id="mygod03"> <table cellspacing="0" cellpadding="0"> <tr> <td>Chiayi County</td> <td>13-24</td> <td>0%</td> <td><img src="assets/images/weather/wi_0002.gif" width="20"></td> </tr> <tr> <td>Chiayi City</td> <td>14-25</td> <td>0%</td> <td><img src="assets/images/weather/wi_0002.gif" width="20"></td> </tr> <tr> <td>Tainan City</td> <td>15-22</td> <td>0%</td> <td><img src="assets/images/weather/wi_0002.gif" width="20"></td> </tr> <tr> <td>Kaohsiung City</td> <td>17-23</td> <td>0%</td> <td><img src="assets/images/weather/wi_0002.gif" width="20"></td> </tr> <tr> <td>Pingtung County</td> <td>16-25</td> <td>0%</td> <td><img src="assets/images/weather/wi_0002.gif" width="20"></td> </tr> </table> </div> <div class="tabcontent3" id="mygod04"> <table cellspacing="0" cellpadding="0"> <tr> <td>Yilan County</td> <td>14-22</td> <td>10%</td> <td><img src="assets/images/weather/wi_0002.gif" width="20"></td> </tr> <tr> <td>Hualien County</td> <td>16-22</td> <td>10%</td> <td><img src="assets/images/weather/wi_0002.gif" width="20"></td> </tr> <tr> <td>Taitung County</td> <td>17-23</td> <td>10%</td> <td><img src="assets/images/weather/wi_0002.gif" width="20"></td> </tr> </table> </div> <div class="tabcontent3" id="mygod05"> <table cellspacing="0" cellpadding="0"> <tr> <td>Kinmen County</td> <td>11-18</td> <td>0%</td> <td><img src="assets/images/weather/wi_0002.gif" width="20"></td> </tr> <tr> <td>Penghu County</td> <td>17-20</td> <td>0%</td> <td><img src="assets/images/weather/wi_0002.gif" width="20"></td> </tr> <tr> <td>Lienchiang County</td> <td>10-13</td> <td>10%</td> <td><img src="assets/images/weather/wi_0002.gif" width="20"></td> </tr> </table> </div> </div> </li> <li> <!-- facebook page --> <iframe src="https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2FTaipei-Times-210998785327%2F&tabs=timeline&width=300&height=382&small_header=false&adapt_container_width=true&hide_cover=false&show_facepile=true&appId=213492305352346" width="300" height="382" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowTransparency="true" allow="encrypted-media"></iframe> </li> <li> <!-- /21202031/TT-home-B2 --> <div id="ad-B2" class="boxTitle ad pc web" data-desc="廣告ad-B2" style="text-align: center; display:none;"> <script> displayDFP('ad-B2', 'pc'); </script> </div> </li> </ul> </div> </div> <div class="footer boxTitle boxText" data-desc="置底選單"> <ul> <li> <img src="assets/images/logo1_forfooter.gif" width="318"> </li> <li> <div class="dnav"> <ul> <li><a href="https://www.taipeitimes.com/News/front"><div>Front Page</div></a></li> <li><a href="https://www.taipeitimes.com/News/taiwan"><div>Taiwan News</div></a></li> <li><a href="https://www.taipeitimes.com/News/biz"><div>Business</div></a></li> <li><a href="https://www.taipeitimes.com/News/editorials"><div>Editorial & Opinion</div></a></li> <li><a href="https://www.taipeitimes.com/News/sport"><div>Sports</div></a></li> <li><a href="https://www.taipeitimes.com/News/world"><div>World News</div></a></li> <li><a href="https://www.taipeitimes.com/News/feat"><div>Features</div></a></li> <li><a href="https://www.taipeitimes.com/News/lang"><div>Bilingual Pages</div></a></li> </ul> </div> </li> <li> <div class="dnav"> <ul> <li><a href="https://www.taipeitimes.com/Service#AboutUs"><div>About Us</div></a></li> <li><a href="https://www.taipeitimes.com/Service#Job"><div>Employment</div></a></li> <li><a href="https://www.taipeitimes.com/Service#Contact"><div>Contact Us</div></a></li> <li><a href="https://www.taipeitimes.com/xml/index.rss"><div><i><img src="assets/images/rss.png" width="14" class="iconimg2"></i> RSS</div></a></li> </ul> </div> </li> </ul> </div> <div class="copy">Copyright © 1999-2024 The Taipei Times. All rights reserved.</div> <script> function openCity(evt, cityName) { var i, tabcontent, tablinks; tabcontent = document.getElementsByClassName("tabcontent3"); for (i = 0; i < tabcontent.length; i++) { tabcontent[i].style.display = "none"; } tablinks = document.getElementsByClassName("tablinks3"); for (i = 0; i < tablinks.length; i++) { tablinks[i].className = tablinks[i].className.replace(" active", ""); } document.getElementById(cityName).style.display = "block"; evt.currentTarget.className += " active"; } </script> <script> function openCity2(evt, cityName2) { var i2, tabcontent2, tablinks2; tabcontent2 = document.getElementsByClassName("tabcontent1"); for (i = 0; i < tabcontent2.length; i++) { tabcontent2[i].style.display = "none"; } tablinks2 = document.getElementsByClassName("tablinks1"); for (i = 0; i < tablinks2.length; i++) { tablinks2[i].className = tablinks2[i].className.replace(" active", ""); } document.getElementById(cityName2).style.display = "block"; evt.currentTarget.className += " active"; } </script> <!-- 浮水印廣告 --> <!-- /21202031/TT-mobile-home-I1-bottom --> <div id="ad-I1-bottom" class="boxTitle ad m mob door-bottom door-bottom-head" data-desc="廣告ad-I1-bottom" style="text-align: center; display:none;"> <script> displayDFP('ad-I1-bottom', 'm'); </script> </div> <div class="door-bottom door-bottom-space" style="display: none;"></div> <script src="https://www.taipeitimes.com/log/tt.js"></script> <!-- Global site tag (gtag.js) - Google Analytics --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-9B3XE39JST"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){ dataLayer.push(arguments); } gtag('js', new Date()); gtag('config', 'G-9B3XE39JST'); window.onload = function () { $('#rtad ins').css("margin-bottom","5px"); $('#rad ins').css("margin-top","5px"); } $( function() { // TT GA ga_tt_event(); // TT大數據 var tt_url = 'www.taipeitimes.com'; var tt_type = 'home'; var tt_group = ''; var tt_ano = ''; getScrNews(tt_url, tt_type, tt_group, tt_ano); }); // GA 點擊事件統計 function ga_tt_event() { var base_root_org = 'https://www.taipeitimes.com/'; var deviceDesc = $("meta[name='ltn:device']").attr('content') || 'U'; /*取頁面說明*/ var _pageDesc = $('.page-name').attr('data-desc'); var pageDesc =deviceDesc+':'+_pageDesc; $(document.body).on('click.ga', '.boxInput', function(){ var obj = $(this); var objDesc = obj.attr('data-desc'); var par = obj.parents('.boxTitle'); var boxDesc = par.attr('data-desc'); var category = pageDesc; var action = boxDesc; var label = objDesc || ''; /*使用自定義說明*/ ga_send_event(category,action,label); }); $('.boxTitle').on('click.count', 'a', function(e){ if(e.button!=0){return;} if(getinfo($(this), false)) { if (!staticSlot) { e.preventDefault(); } } }).on('mouseup.count', 'a', function(e){ if(e.button!=1){return;} getinfo($(this), true); if (!staticSlot) { e.preventDefault(); } }); function getinfo(obj, SendOnly){ var objText = obj.text(); var objDesc = obj.attr('data-desc'); var par = obj.parents('.boxTitle'); /*取區塊說明*/ var boxDesc = par.attr('data-desc'); /*是否用連結文字*/ var useText = par.hasClass('boxText'); var category = pageDesc; var action = boxDesc; var label = objDesc || ''; /*使用自定義說明*/ if(useText && label==''){ label = objText || ''; /*使用連結文字*/ } var labelA = label; var idx = $('a', par).index(obj); if(label==''){ /*記錄該區塊第幾則*/ var idx = $('a', par).index(obj); label = '第'+idx+'則'; } var target = obj.attr('target'); var href = ''; var _href = obj.attr('href'); if(_href){ href = check_url(_href); } var send_type = 'send'; if(!target && href!=''){ send_type = 'redirect'; } if(SendOnly) send_type = 'send'; if (staticSlot) { send_type = 'send'; } setltncookies(action, idx, labelA); if(send_type=='send'){ ga_send_event(category,action,label); return false; }else{ send2ga2page(category,action,label,href); return true; } function setltncookies(area, item, elem){ var ov_sec = 30; ltncookies_news("ltn_device", deviceDesc, ov_sec); ltncookies_news("ltn_page", _pageDesc, ov_sec); ltncookies_news("ltn_area", area, ov_sec); ltncookies_news("ltn_item", item, ov_sec); ltncookies_news("ltn_elem", elem, ov_sec); } function ltncookies_news(key, value, time_sec) { var fn = ltncookies || function () {}; fn(key, value, time_sec); } } function check_url(_url){ if((/^http:/).test(_url)){ return _url; }else if((/^https:/).test(_url)){ return _url; }else if((/^javascript/).test(_url)){ return ''; }else if((/^#/).test(_url)){ return ''; }else{ var base_root = $('base').attr('href') || base_root_org; return base_root+_url; } } /*GA事件追蹤:頁面不轉換*/ function ga_send_event(category, title, label){ ga_send_event_callback(category, title, label, function(){}); } /*GA事件追蹤:頁面轉換*/ function ga_send_event_callback(category, title, label, fn_callback){ //return fn_callback(); gtag('event', title, { 'event_category' : category, 'event_label' : label, 'event_callback': fn_callback(), } ); } /*GA事件追蹤:連結點擊*/ function send2ga2page(category, title, label, url) { var redirectTriggered = false; ga_send_event_callback(category, title, label, function(){ redirectTriggered = true; document.location = url; }); setTimeout(function() { if (!redirectTriggered) { document.location = url; } }, 1500); } } </script> </body> </html>