tag:blogger.com,1999:blog-81793006264008316242008-04-22T18:50:07.091-07:00台灣留學生出席國際會議補助駐洛杉磯辦事處文化組http://www.blogger.com/profile/03064362193399203939noreply@blogger.comBlogger39125tag:blogger.com,1999:blog-8179300626400831624.post-42353916533461886722008-04-22T18:45:00.000-07:002008-04-22T18:49:50.793-07:00出席學術會議補助要點修正中華民國97年4月17日台文(三)字第0970054313C號 <br /><strong>修正「教育部鼓勵在國外留學生參加留學國家全國性及國際性學術會議或藝能展演補助要點」,名稱並修正為「教育部鼓勵留學生在國外參加全國性及國際性學術會議或藝能展演補助要點」,自即日生效。</strong><br /><br />教育部鼓勵留學生在國外參加全國性及國際性學術會議或藝能展演補助要點修正規定<br /><br />一、目的<br />教育部(以下簡稱本部)為因應知識經濟時代及國際變遷,輔導及鼓勵在國外之我國留學生積極參與全國性及國際性學術會議或藝能展演,以提昇留學品質及學術研究成效,展現留學活力及效益,特訂定本要點。<br /><br />二、補助對象<br />在本部所編列外國大專校院參考名冊列名外國大學博、碩士班就讀之中華民國國籍留學生。如該校院未列名本部所編參考名冊,則須為當地國政府權責機關或專業評鑑團體認可者。<br /><br />三、補助原則<br /> (一) 參與國外全國性及國際性學術研究團體或學會等辦理之全國性、國際性學術研究會議或研討會,並經列名於會議或研討會議程(program),且正式發表學術研究論文。<br /> (二) 參與國外全國性及國際性音樂、美術、戲劇等藝能比賽或展演活動。但參加畢業藝能展演者,不予補助。<br /> (三) 參與中國、香港、澳門地區之國際學術會議或藝能展演活動者,以由國際組織主辦者為限。<br /><br />四、補助名額及基準<br /> (一) 駐外單位每年得補助名額,依當年經費預算及上年度執行成效而定。<br /> (二) 補助基準:<br />1、每人補助美金三百元。<br />2、每人同一年度內以申請一次為限。<br />3、申請人不得同時或分別向我國政府機關申請同案補助。<br /><br />五、申請及審查作業<br /> (一) 留學生應於參加全國性及國際性學術會議或藝能展演活動後四十五天內(應於同一會計年度內),檢附申請表,向留學國家之本部駐外單位申請;該留學國家無本部駐外單位者,得向鄰近該留學國家之本部駐外單位申請。<br /> (二) 申請表內各項證明資料應完全齊備,方予補助,申請表及相關證明資料留存駐外單位備查。申請表得由本部國際文教處之網站下載。<br /><br />六、經費請撥及核銷<br /> (一) 駐外單位接受留學生申請後,應確認查核留學生參加學術會議發表論文或參與藝能展演活動情形,並將受補助者名單及參加學術會議或展演活動名稱及心得報告公布於各駐外單位網站。<br /> (二) 駐外單位於核定補助後,應於每季或依實際情形(應於同一會計年度)將駐外單位領據、留學生出具領款收據及受補助者名冊報本部核撥。<br /><br />七、其他事項<br /> (一) 所有申請補助案件之相關資料,由各駐外單位專案建檔管理。<br /> (二) 駐外單位可鼓勵留學生據此同時向留學就讀之大學(科系)申請參加學術會議論文發表或藝能展演獎助金。<br /> (三) 申請資料及心得報告有不實者,除追繳補助費外,並視情節公告週知,於下次申請時,不予補助。<br /> (四) 駐外單位應於每年十二月十日前將其服務區核發本項補助費之成效評估報告報本部。駐洛杉磯辦事處文化組http://www.blogger.com/profile/03064362193399203939noreply@blogger.comtag:blogger.com,1999:blog-8179300626400831624.post-88288662273284794532007-11-20T14:05:00.001-08:002007-11-20T14:05:21.768-08:00Optimizing 0/1 Loss for Perceptrons by Random Coordinate Descent<DIV><FONT size=2><FONT size=3>論文發表人:林軒田 (加州理工學院電腦科學所博士班)<BR><BR></FONT><A href=""><FONT size=3>http://www.ijcnn2007.org</FONT></A><BR><BR><FONT size=3>0/1 損失是感知器的一個重要的成本函數。然而,現有的感知器學習演算法無法輕易的對這個函數最佳化。在本文中,我們提出隨機坐標減少演算法來直接最佳化 0/1 損失,並證明其收斂性。本演算法計算效率較其他演算法為高,而且通常可得到最低的 0/1 損失。這種優勢,使之有助於解決真實世界中的非線性分割問題。實驗表明,本演算法對集成學習特別有幫助,配合增強集成學習演算法後,可在許多複雜的資料上得到最佳的測試結果。</FONT></FONT></DIV> <DIV><FONT size=2><FONT size=3><BR>The 0/1 loss is an important cost function for perceptrons. Nevertheless it cannot be easily minimized by most existing perceptron learning algorithms. In this paper, we propose a family of random coordinate descent algorithms to directly minimize the 0/1 loss for perceptrons, and prove their convergence. Our algorithms are computationally efficient, and usually achieve the lowest 0/1 loss compared with other algorithms. Such advantages make them favorable for nonseparable real-world problems. Experiments show that our algorithms are especially useful for ensemble learning, and could achieve the lowest test error for many complex data sets when coupled with AdaBoost.</FONT></FONT></DIV>駐洛杉磯辦事處文化組http://www.blogger.com/profile/03064362193399203939noreply@blogger.comtag:blogger.com,1999:blog-8179300626400831624.post-59142473945620827922007-11-20T14:00:00.001-08:002007-11-20T14:00:33.751-08:00Geographic distribution and genetic diversity of Waitea circinata var. circinata isolated from annual bluegrass in the U.S.<DIV><FONT size=2></FONT> </DIV> <DIV><FONT size=2> <DIV><FONT size=2><FONT size=3><SPAN style="COLOR: black; FONT-FAMILY: 新細明體; mso-fareast-language: ZH-TW; mso-bidi-font-family: 新細明體; mso-font-kerning: 3.0pt; mso-ansi-language: EN">論文發表人</SPAN><SPAN lang=EN-US style="COLOR: black; FONT-FAMILY: 新細明體; mso-fareast-language: ZH-TW; mso-bidi-font-family: 新細明體; mso-font-kerning: 3.0pt">: </SPAN><SPAN style="COLOR: black; FONT-FAMILY: 新細明體; mso-fareast-language: ZH-TW; mso-bidi-font-family: 新細明體; mso-font-kerning: 3.0pt; mso-ansi-language: EN">陳其敏</SPAN><SPAN lang=EN-US style="COLOR: black; FONT-FAMILY: 新細明體; mso-fareast-language: ZH-TW; mso-font-kerning: 3.0pt"> (</SPAN><SPAN style="COLOR: black; FONT-FAMILY: 新細明體; mso-fareast-language: ZH-TW; mso-bidi-font-family: 新細明體; mso-ansi-language: EN">加州大學河濱分校植物病理所博士班</SPAN><SPAN lang=EN-US style="COLOR: black; FONT-FAMILY: 新細明體; mso-fareast-language: ZH-TW; mso-bidi-font-family: 新細明體">)<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p></o:p></SPAN></DIV> <DIV> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: 25pt; mso-line-height-rule: exactly"><SPAN lang=EN-US style="COLOR: black; FONT-FAMILY: 新細明體; mso-fareast-language: ZH-TW"><A href="http://meeting.apsnet.org/default.cfm">http://meeting.apsnet.org/default.cfm</A><o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: 20pt; mso-line-height-rule: exactly"><SPAN style="COLOR: black; FONT-FAMILY: 新細明體; mso-fareast-language: ZH-TW">在美國高爾夫球場草坪樣本中分離出<I><SPAN lang=EN-US>Waitea circinata</SPAN></I><SPAN lang=EN-US> var. <I>circinata</I><SPAN style="mso-bidi-font-style: italic"> (Wcc)</SPAN></SPAN></SPAN><SPAN lang=EN-US style="COLOR: black; mso-fareast-language: ZH-TW; mso-fareast-font-family: 新細明體; mso-ascii-font-family: 新細明體"><FONT face="Times New Roman">◦</FONT></SPAN><SPAN lang=EN-US style="COLOR: black; FONT-FAMILY: 新細明體; mso-fareast-language: ZH-TW"> <SPAN style="mso-bidi-font-style: italic">Wcc</SPAN></SPAN><SPAN style="COLOR: black; FONT-FAMILY: 新細明體; mso-fareast-language: ZH-TW">是<I><SPAN lang=EN-US>Rhizoctonia</SPAN></I>的有性世代之一<SPAN lang=EN-US>, <I>Rhizoctonia</I> spp</SPAN>能感染禾本科葉部或根部造成植株死亡</SPAN><SPAN lang=EN-US style="COLOR: black; mso-fareast-language: ZH-TW; mso-fareast-font-family: 新細明體; mso-ascii-font-family: 新細明體"><FONT face="Times New Roman">◦</FONT></SPAN><SPAN lang=EN-US style="COLOR: black; FONT-FAMILY: 新細明體; mso-fareast-language: ZH-TW"> </SPAN><SPAN style="COLOR: black; FONT-FAMILY: 新細明體; mso-fareast-language: ZH-TW">早熟禾屬的<SPAN lang=EN-US>annual bluegrass (<I>Poa annua</I>)</SPAN>草種在美國被廣泛的用於草坪植被例如高爾夫球場</SPAN><SPAN lang=EN-US style="COLOR: black; mso-fareast-language: ZH-TW; mso-fareast-font-family: 新細明體; mso-ascii-font-family: 新細明體"><FONT face="Times New Roman">◦</FONT></SPAN><SPAN lang=EN-US style="COLOR: black; FONT-FAMILY: 新細明體; mso-fareast-language: ZH-TW"> </SPAN><SPAN style="COLOR: black; FONT-FAMILY: 新細明體; mso-fareast-language: ZH-TW">實驗用菌株包括從加州<SPAN lang=EN-US>, </SPAN></SPAN><SPAN style="COLOR: black; FONT-FAMILY: 新細明體; mso-fareast-language: ZH-TW; mso-bidi-font-family: Arial">康乃迪克州<SPAN lang=EN-US>, </SPAN>伊利諾州<SPAN lang=EN-US>, </SPAN>緬因州<SPAN lang=EN-US>, </SPAN>內華達州<SPAN lang=EN-US>, </SPAN>紐約州<SPAN lang=EN-US>, </SPAN>奧勒岡州<SPAN lang=EN-US>, </SPAN>羅德島以及華盛頓州分離而得</SPAN><SPAN lang=EN-US style="COLOR: black; mso-fareast-language: ZH-TW; mso-fareast-font-family: 新細明體; mso-ascii-font-family: 新細明體"><FONT face="Times New Roman">◦</FONT></SPAN><SPAN lang=EN-US style="COLOR: black; FONT-FAMILY: 新細明體; mso-fareast-language: ZH-TW"> </SPAN><SPAN style="COLOR: black; FONT-FAMILY: 新細明體; mso-fareast-language: ZH-TW">經過形態鑑定以及<SPAN lang=EN-US>rDNA ITS</SPAN>分子鑑定<SPAN lang=EN-US>(RFLP, Restriction fragment length polymorphism)</SPAN>確定引起病害的真菌是<SPAN lang=EN-US style="mso-bidi-font-style: italic">Wcc</SPAN></SPAN><SPAN lang=EN-US style="COLOR: black; mso-fareast-language: ZH-TW; mso-fareast-font-family: 新細明體; mso-ascii-font-family: 新細明體"><FONT face="Times New Roman">◦</FONT></SPAN><SPAN lang=EN-US style="COLOR: black; FONT-FAMILY: 新細明體; mso-fareast-language: ZH-TW"> </SPAN><SPAN style="COLOR: black; FONT-FAMILY: 新細明體; mso-fareast-language: ZH-TW">然而<SPAN lang=EN-US>rDNA ITS</SPAN>經過酵素<SPAN lang=EN-US>(<I>Hap</I> II)</SPAN>脢切後少數菌株在電泳圖上顯示三個<SPAN lang=EN-US>DNA</SPAN>片段<SPAN lang=EN-US>, </SPAN>有異於前人研究的兩個片段</SPAN><SPAN lang=EN-US style="COLOR: black; mso-fareast-language: ZH-TW; mso-fareast-font-family: 新細明體; mso-ascii-font-family: 新細明體"><FONT face="Times New Roman">◦</FONT></SPAN><SPAN lang=EN-US style="COLOR: black; FONT-FAMILY: 新細明體; mso-fareast-language: ZH-TW"> </SPAN><SPAN style="COLOR: black; FONT-FAMILY: 新細明體; mso-fareast-language: ZH-TW">研究顯示未被酵素脢切的第三個片段之尺寸約為<SPAN lang=EN-US>rDNA ITS</SPAN>全長</SPAN><SPAN lang=EN-US style="COLOR: black; mso-fareast-language: ZH-TW; mso-fareast-font-family: 新細明體; mso-ascii-font-family: 新細明體"><FONT face="Times New Roman">◦</FONT></SPAN><SPAN lang=EN-US style="COLOR: black; FONT-FAMILY: 新細明體; mso-fareast-language: ZH-TW"> </SPAN><SPAN style="COLOR: black; FONT-FAMILY: 新細明體; mso-fareast-language: ZH-TW">經過序列解析以及基因選殖<SPAN lang=EN-US>, </SPAN>發現在酵素作用位置上此真菌發生突變或是經由遺傳導致同一株菌系中同一個核酸位置擁有兩種不同的核酸導致酵素無法辨識進行脢切</SPAN><SPAN lang=EN-US style="COLOR: black; mso-fareast-language: ZH-TW; mso-fareast-font-family: 新細明體; mso-ascii-font-family: 新細明體"><FONT face="Times New Roman">◦</FONT></SPAN><SPAN style="COLOR: black; FONT-FAMILY: 新細明體; mso-fareast-language: ZH-TW">此研究顯示此真菌的<SPAN lang=EN-US>ITS</SPAN>雖然有約<SPAN lang=EN-US>2%</SPAN>的多樣性<SPAN lang=EN-US>,</SPAN>但是仍足夠用以分辨此真菌與其他同樣是<I><SPAN lang=EN-US>Rhizoctonia</SPAN></I><SPAN lang=EN-US> spp</SPAN>且能在禾本科上引起病害的不同種類</SPAN><SPAN lang=EN-US style="COLOR: black; mso-fareast-language: ZH-TW; mso-fareast-font-family: 新細明體; mso-ascii-font-family: 新細明體"><FONT face="Times New Roman">◦</FONT></SPAN><SPAN lang=EN-US style="COLOR: black; FONT-FAMILY: 新細明體; mso-fareast-language: ZH-TW"> </SPAN><SPAN style="COLOR: black; FONT-FAMILY: 新細明體; mso-fareast-language: ZH-TW">同時<SPAN lang=EN-US>,</SPAN>此研究也彰顯出此真菌在美國是廣泛分布<SPAN lang=EN-US>,</SPAN>而不僅僅如同前人研究所指只分布於美國西岸</SPAN><FONT face="Times New Roman"><SPAN lang=EN-US style="COLOR: black; mso-fareast-language: ZH-TW; mso-fareast-font-family: 新細明體; mso-ascii-font-family: 新細明體">◦</SPAN><SPAN lang=EN-US style="COLOR: black; FONT-FAMILY: 新細明體; mso-fareast-language: ZH-TW"><o:p></o:p></SPAN></FONT></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: 25pt; mso-line-height-rule: exactly"><I style="mso-bidi-font-style: normal"><SPAN lang=EN-US style="COLOR: black; FONT-FAMILY: 新細明體">Waitea circinata</SPAN></I><SPAN lang=EN-US style="COLOR: black; FONT-FAMILY: 新細明體"> var. <I style="mso-bidi-font-style: normal">circinata</I> (Wcc), is the causal agent of brown ring patch of <I style="mso-bidi-font-style: normal">Poa annua</I> that was recently discovered in the U.S</SPAN><SPAN lang=EN-US style="COLOR: black; FONT-FAMILY: 新細明體; mso-fareast-language: ZH-TW"> and it is also a pathogen</SPAN><SPAN lang=EN-US style="COLOR: black; FONT-FAMILY: 新細明體"> on <I>Agrostis stolonifera</I> in <?xml:namespace prefix = st1 ns = "urn:schemas-microsoft-com:office:smarttags" /><st1:country-region w:st="on"><st1:place w:st="on">Japan</st1:place></st1:country-region>. </SPAN><SPAN lang=EN-US style="COLOR: black; FONT-FAMILY: 新細明體; mso-fareast-language: ZH-TW">42</SPAN><SPAN lang=EN-US style="COLOR: black; FONT-FAMILY: 新細明體"> </SPAN><SPAN lang=EN-US style="COLOR: black; FONT-FAMILY: 新細明體; mso-fareast-language: ZH-TW">isolates were</SPAN><SPAN lang=EN-US style="COLOR: black; FONT-FAMILY: 新細明體"> identified as Wcc based on colony morphology and RFLP method using <I style="mso-bidi-font-style: normal">HapII</I>. Some of the isolates produced two bands whereas others produced </SPAN><SPAN lang=EN-US style="COLOR: black; FONT-FAMILY: 新細明體; mso-fareast-language: ZH-TW">three bands</SPAN><SPAN lang=EN-US style="COLOR: black; FONT-FAMILY: 新細明體">. Sequencing the ITS rDNA confirmed that few isolates </SPAN><SPAN lang=EN-US style="COLOR: black; FONT-FAMILY: 新細明體; mso-fareast-language: ZH-TW">have</SPAN><SPAN lang=EN-US style="COLOR: black; FONT-FAMILY: 新細明體"> heterozygous at the <I style="mso-bidi-font-style: normal">HapII</I> restriction site. </SPAN><SPAN lang=EN-US style="COLOR: black; FONT-FAMILY: 新細明體; mso-fareast-language: ZH-TW">T</SPAN><SPAN lang=EN-US style="COLOR: black; FONT-FAMILY: 新細明體">he sequencing reactions failed</SPAN><SPAN lang=EN-US style="COLOR: black; FONT-FAMILY: 新細明體; mso-fareast-language: ZH-TW"> which</SPAN><SPAN lang=EN-US style="COLOR: black; FONT-FAMILY: 新細明體"> was due to two indels at poly T positions. Intra-species variability in the ITS was low</SPAN><SPAN lang=EN-US style="COLOR: black; FONT-FAMILY: 新細明體; mso-fareast-language: ZH-TW"> b</SPAN><SPAN lang=EN-US style="COLOR: black; FONT-FAMILY: 新細明體">ut phylogenetic analysis clearly separates Wcc from </SPAN><SPAN lang=EN-US style="COLOR: black; FONT-FAMILY: 新細明體; mso-fareast-language: ZH-TW">o</SPAN><SPAN lang=EN-US style="COLOR: black; FONT-FAMILY: 新細明體">the</SPAN><SPAN lang=EN-US style="COLOR: black; FONT-FAMILY: 新細明體; mso-fareast-language: ZH-TW">r</SPAN><SPAN lang=EN-US style="COLOR: black; FONT-FAMILY: 新細明體"> varieties</SPAN><SPAN lang=EN-US style="COLOR: black; FONT-FAMILY: 新細明體; mso-fareast-language: ZH-TW">.</SPAN><SPAN lang=EN-US style="COLOR: black; FONT-FAMILY: 新細明體"> </SPAN><SPAN lang=EN-US style="COLOR: black; FONT-FAMILY: 新細明體; mso-fareast-language: ZH-TW">It</SPAN><SPAN lang=EN-US style="COLOR: black; FONT-FAMILY: 新細明體"> indicate</SPAN><SPAN lang=EN-US style="COLOR: black; FONT-FAMILY: 新細明體; mso-fareast-language: ZH-TW">s</SPAN><SPAN lang=EN-US style="COLOR: black; FONT-FAMILY: 新細明體"> that Wcc is wide spread across the <st1:country-region w:st="on"><st1:place w:st="on">U.S.</st1:place></st1:country-region> as a pathogen of <I style="mso-bidi-font-style: normal">Poa annua</I></SPAN><SPAN lang=EN-US style="COLOR: black; FONT-FAMILY: 新細明體; mso-fareast-language: ZH-TW">.<o:p></o:p></SPAN></P></DIV></FONT></FONT></FONT></DIV>駐洛杉磯辦事處文化組http://www.blogger.com/profile/03064362193399203939noreply@blogger.comtag:blogger.com,1999:blog-8179300626400831624.post-21584701165627724102007-11-20T13:54:00.001-08:002007-11-20T13:54:23.067-08:00Pre-modern meets Post-modern in Environmental <DIV><FONT size=2> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; TEXT-INDENT: 0cm"><FONT size=3><SPAN style="FONT-FAMILY: 新細明體; mso-fareast-language: ZH-TW; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">論文發表人:汪俊彥</SPAN><SPAN lang=EN-US style="mso-fareast-language: ZH-TW"><FONT face="Times New Roman"> (</FONT></SPAN><SPAN style="FONT-FAMILY: 新細明體; mso-fareast-language: ZH-TW; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">加州大學洛杉磯分校</SPAN><SPAN style="mso-fareast-language: ZH-TW"><FONT face="Times New Roman"> </FONT></SPAN><SPAN style="FONT-FAMILY: 新細明體; mso-fareast-language: ZH-TW; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">戲劇批判理論研究所博士班</SPAN><SPAN style="mso-fareast-language: ZH-TW"><FONT face="Times New Roman"> <SPAN lang=EN-US>)<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p></o:p></SPAN></FONT></SPAN></FONT></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; TEXT-INDENT: 0cm"><SPAN lang=EN-US style="mso-fareast-language: ZH-TW"></SPAN> </P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; TEXT-INDENT: 0cm"><SPAN lang=EN-US style="mso-fareast-language: ZH-TW"><A href="http://www.athe.org/"><FONT face="Times New Roman" size=3>http://www.athe.org/</FONT></A><o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; TEXT-INDENT: 0cm"><SPAN lang=EN-US style="mso-fareast-language: ZH-TW"><o:p><FONT face="Times New Roman" size=3> </FONT></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; TEXT-INDENT: 0cm"><FONT size=3><SPAN lang=EN-US style="mso-fareast-language: ZH-TW"><SPAN style="mso-spacerun: yes"><FONT face="Times New Roman"> </FONT><FONT face=新細明體> </FONT></SPAN></SPAN><SPAN style="FONT-FAMILY: 新細明體; mso-fareast-language: ZH-TW; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">一九八零年代,「環境劇場」的理論與實踐由理查謝喜納介紹到了台灣。如</SPAN><SPAN style="mso-fareast-language: ZH-TW"><FONT face="Times New Roman"> </FONT></SPAN><SPAN style="FONT-FAMILY: 新細明體; mso-fareast-language: ZH-TW; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">同一位台灣戲劇學者所述,一九八零年代的台灣所受的歐美戲劇影響可以視為中國戲劇在二十世紀以來的第二次的西潮。這篇論文起源於以下的問題意識:我們應該如何詮釋這場二次西潮在中國現代戲劇的影響?這二度西潮是否重複了第一次西潮所造成的中國與「西方」劇場的權力傾斜?</SPAN></FONT></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; TEXT-INDENT: 0cm"><FONT size=3><SPAN style="FONT-FAMILY: 新細明體; mso-fareast-language: ZH-TW; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'"> 從二次西潮中的兩齣劇場表演出發,一則可以視為「後現代」表演,另一則則可名為「前現代」的演出,兩者均或多或少受到理查謝喜納的理論與實踐影響而誕生,本篇論文將透過以上兩個例子,以理查謝喜納在台灣的理論與實踐情形,觀察台灣現代戲劇的二度西潮。</SPAN><SPAN lang=EN-US style="mso-fareast-language: ZH-TW"><o:p></o:p></SPAN></FONT></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><FONT size=3><SPAN style="FONT-FAMILY: 新細明體; mso-fareast-language: ZH-TW; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">為了理解二度西潮的現象,本篇論文先初步檢視中國戲劇的第一次西潮。第一次西潮,簡單說,「發明」了中國現代戲劇,掌握了戲劇的現代性,並且巨大地改變了中國傳統戲曲。</SPAN><SPAN lang=EN-US style="mso-fareast-language: ZH-TW"><o:p></o:p></SPAN></FONT></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><FONT size=3><SPAN style="FONT-FAMILY: 新細明體; mso-fareast-language: ZH-TW; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'"> 在簡單對第一次西潮的歷史痕跡回顧之後,論文指出在二次西潮巨麾之下,由理查謝喜那的學生鍾明德,一位在台灣任教同時進行戲劇實踐者,所倡導的「後現代」戲劇,在面對西方戲劇的霸權時,並沒有提供一種「去中心式」的後現代結構觀。也就是說,如果後現代主義提供了一種對中心與霸權的解構態度,本篇論文想要問,並且試圖解決的是:在西方霸權的既存結構下,究竟有沒有所謂普遍性的「後現代」的劇場?我們又如何能透過環境劇場,連結「前現代」的文化資源,一種本文認為具有「本土性」的特質,來「重建」中國的現代劇場?</SPAN></FONT></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><FONT size=3><SPAN style="FONT-FAMILY: 新細明體; mso-fareast-language: ZH-TW; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'"></SPAN><SPAN lang=EN-US style="mso-fareast-language: ZH-TW"><o:p></o:p></SPAN></FONT> </P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><FONT face="Times New Roman" size=3> Around the middle of the 1980s, the notion of environmental theatre as theorized and practiced by Richard Schechner was introduced to <?xml:namespace prefix = st1 ns = "urn:schemas-microsoft-com:office:smarttags" /><st1:country-region w:st="on"><st1:place w:st="on">Taiwan</st1:place></st1:country-region>. As one theatre scholar in <st1:country-region w:st="on">Taiwan</st1:country-region> remarked, the influence of theatrical practices from European and American contexts in <st1:country-region w:st="on"><st1:place w:st="on">Taiwan</st1:place></st1:country-region> in the 1980s can be regarded as the second "Western Wave" (Xi-Chao) in the history of Chinese theatre in the twentieth century.<SPAN style="mso-spacerun: yes"> </SPAN>This paper arose from the question: How should we interpret this second Western Wave in the modern history of Chinese theatre? Does it repeat the pattern of the first wave, which evokes images of unbalanced power relations between <st1:country-region w:st="on"><st1:place w:st="on">China</st1:place></st1:country-region> and "the West?" </FONT></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><FONT face="Times New Roman" size=3> Using two examples of "post-modern" and "pre-modern" performances in the second Wave, both of which were influenced by Richard Schechner and the theory of environmental theatre, this paper tries to analyze the second wave of Western theatre and Richard Schechner's environmental theatre in theory and practice in <st1:country-region w:st="on"><st1:place w:st="on">Taiwan</st1:place></st1:country-region>.</FONT></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><FONT size=3><FONT face="Times New Roman"> In order to understand how the second Western wave influenced modern Chinese theatre, we first need to examine the first wave of Western Chinese theatre.<SPAN style="mso-spacerun: yes"> </SPAN>The first Western wave, to some extent, "invented" Chinese modern theatre, manipulated ideas of theatrical modernity and changed the traditional Chinese music drama in significant ways.<SPAN style="mso-spacerun: yes"> </SPAN></FONT></FONT></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><FONT size=3><FONT face="Times New Roman"><SPAN lang=EN-US> After a brief discussion of the historical legacy of the first Western wave, I will indicate that under the rubric of the second "Western Wave," the acclaimed "post-modernist" environmental theatre as advocated by theatre activist and scholar Chung Mingde ,who was a student of Schechner at NYU, might not have succeeded in providing a "de-centered" theatre in terms of the Western dominance of theory.</SPAN><SPAN lang=EN-US style="mso-fareast-language: ZH-TW"><o:p></o:p></SPAN></FONT></FONT></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><FONT size=3><FONT face="Times New Roman"><SPAN lang=EN-US> In other words, if the contribution of post-modernism has helped to deconstruct the norm of the center, I would like to raise the question of whether a purely "post-modernist" performance existed, in terms of theory and practice in environmental performances under the second Wave.</SPAN><SPAN lang=EN-US style="mso-fareast-language: ZH-TW"> H</SPAN><SPAN lang=EN-US>ow could we remake a Chinese modern theatre in the form of environmental theatre with reference to pre-modern performances, which I argue embodies a kind of locality?</SPAN><SPAN lang=EN-US style="mso-fareast-language: ZH-TW"><o:p></o:p></SPAN></FONT></FONT></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="mso-fareast-language: ZH-TW"><o:p><FONT face="Times New Roman" size=3> </FONT></o:p></SPAN></P></FONT></DIV>駐洛杉磯辦事處文化組http://www.blogger.com/profile/03064362193399203939noreply@blogger.comtag:blogger.com,1999:blog-8179300626400831624.post-10077239772746678252007-11-20T12:04:00.001-08:002007-11-20T12:04:50.788-08:00User Access of Public Shared Devices in Pervasive Computing Environments<DIV><FONT size=2><FONT size=3>論文發表人: 賈德勤 (加州大學洛杉磯分校電機所博士班)<BR><BR></FONT><A href=""><FONT size=3>http://health</FONT></A><A href=""><FONT size=3>net07.cs.uiuc.edu/</FONT></A><BR><BR><FONT size=3>在普及運算的環境下, 我們預計儀器和感測器是可以被許多人所共用存取的, 那要讓使用者簡單有效地使用某項儀器或感測器, 可靠及方便的認證是非常重要的條件. 這個問題將變得更複雜, 如果考量使用者與其他多人在同一鄰近區內, 並且要同時存取多個不同的儀器. 本篇論文首先從存取的三個先後階段(登入, 偵測並保持連結, 登出)下去探討, 要建立連結到這樣一個儀器所需要面對的問題. 本篇論文的主要貢獻在於我們辨別了一般在使用者存取儀器時的常見陷阱: 取得對一個儀器的控制存取的方式, 並不一定要和維持這個存取連結的方式相同, 也不需要和釋放存取控制這個儀器的方式相同. 另外, 當使用者連結到一個儀器時, 並不代表這個使用者正實體上在使用這個儀器. 文內接著提出一個改進後的情境感知方法, 藉由判別使用者身處的情境以及所要連結的儀器的狀態, 來判定並允許使用者和公用儀器間建立一個安全, 易用, 可選擇, 和可辨別的存取. <BR><BR>To allow for an efficient usage of a device in pervasive computing environments when a user intends to selectively utilize multiple devices within his/her vicinity, reliable and yet convenient authentication is an important requirement. The problem becomes more complex when the accessed device is shared by the public with many different individuals. This paper first illustrates the issues of establishing sessions to such devices (logging in, maintaining a session, and logging out), and then identifies the common pitfall of access-control contexts. We propose an improved context-aware solution that supports a secure, selective, and identifiable user access of public shared devices with high usability. </FONT></FONT></DIV>駐洛杉磯辦事處文化組http://www.blogger.com/profile/03064362193399203939noreply@blogger.comtag:blogger.com,1999:blog-8179300626400831624.post-27745915628835712082007-11-20T11:47:00.001-08:002007-11-20T11:47:46.625-08:00Controlled Growth of Quantum Dots and Nanopillars on Patterned GaAs Substrate by MOCVD<DIV><FONT size=2> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN style="FONT-FAMILY: 新細明體; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'"><FONT size=3>論文發表人:翁秉秀(新墨西哥大學光電所博士班)</FONT></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p><FONT face="Times New Roman" size=3> </FONT></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><A href="http://www.tms.org/Meetings/Specialty/EMC07/home.html"><FONT face="Times New Roman" size=3>http://www.tms.org/Meetings/Specialty/EMC07/home.html</FONT></A></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><o:p><FONT face="Times New Roman" size=3> </FONT></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; TEXT-INDENT: 24pt"><FONT size=3><SPAN style="FONT-FAMILY: 新細明體; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">本篇論文中,我們報告了以區域選擇性之奈米磊晶生長定址量子點及奈米柱。我們首先探討砷化銦量子點在砷化鎵金字塔結構奈米晶面上之選擇性結晶成核。此方式成長之量子點,其形狀和大小均較</SPAN><SPAN lang=EN-US><FONT face="Times New Roman">Stranski-Krastanow</FONT></SPAN><SPAN style="FONT-FAMILY: 新細明體; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">成長模式易於控制。砷化鎵金字塔結構是以</SPAN><SPAN style="FONT-FAMILY: 新細明體">金屬有機化學氣相沉積術在由二氧化矽定址之</SPAN><SPAN lang=EN-US><FONT face="Times New Roman">(001)</FONT></SPAN><SPAN style="FONT-FAMILY: 新細明體">砷化鎵基板上生長。圓形的定址區域是由干涉式微影術形成。砷化鎵金字塔結構由包含了</SPAN><SPAN lang=EN-US><FONT face="Times New Roman">{11n}</FONT></SPAN><SPAN style="FONT-FAMILY: 新細明體; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">、</SPAN><SPAN lang=EN-US><FONT face="Times New Roman">{10n}</FONT></SPAN><SPAN style="FONT-FAMILY: 新細明體; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">及</SPAN><SPAN lang=EN-US><FONT face="Times New Roman">(001)</FONT></SPAN><SPAN style="FONT-FAMILY: 新細明體; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">等三個晶面族的平衡晶體形狀組成。接下來的定址量子點結晶成核高度偏好</SPAN><SPAN lang=EN-US><FONT face="Times New Roman">(11n)</FONT></SPAN><SPAN style="FONT-FAMILY: 新細明體; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">平面,這是由於該平面提供較佳之能量最小化。在</SPAN><SPAN lang=EN-US><FONT face="Times New Roman">(11n)</FONT></SPAN><SPAN style="FONT-FAMILY: 新細明體; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">平面上形成之量子點的形狀十分容易預測,也十分均勻。這些砷化鎵平衡晶體形狀及高度晶面化之量子點均由高解析度之掃描式電子顯微鏡來分析。我們並且展示了常溫下之熒光光譜及電激發光譜,範圍在</SPAN><SPAN lang=EN-US><FONT face="Times New Roman">1.2</FONT></SPAN><SPAN style="FONT-FAMILY: 新細明體; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">到</SPAN><SPAN lang=EN-US><FONT face="Times New Roman">1.6</FONT></SPAN><SPAN style="FONT-FAMILY: 新細明體; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">微米之間。低溫的熒光光譜也證實了三維量子限制的存在。</SPAN></FONT></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; TEXT-INDENT: 24pt"><FONT size=3><SPAN style="FONT-FAMILY: 新細明體; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">同樣的定址方法也用於在砷化鎵</SPAN><SPAN lang=EN-US><FONT face="Times New Roman">(111)B</FONT></SPAN><SPAN style="FONT-FAMILY: 新細明體; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">基板上生長砷化鎵奈米柱。此方式提供較佳之均勻度及奈米柱之分布,同時還有簡易之電極接觸模式,因此是製作奈米電子元件一個有吸引力的方式。在這個研究中,奈米柱的生長在不同的生長條件下進行。這些奈米柱形成了高度結晶化、由</SPAN><SPAN lang=EN-US><FONT face="Times New Roman">(001)</FONT></SPAN><SPAN style="FONT-FAMILY: 新細明體; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">及</SPAN><SPAN lang=EN-US><FONT face="Times New Roman">(011)</FONT></SPAN><SPAN style="FONT-FAMILY: 新細明體; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">側面所包圍的六角截面。微熒光光譜及電氣特性也同時被檢視。</SPAN></FONT></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; TEXT-INDENT: 24pt"><SPAN lang=EN-US><o:p><FONT face="Times New Roman" size=3> </FONT></o:p></SPAN></P> <P class=MsoNormal style="TEXT-JUSTIFY: inter-ideograph; MARGIN: 0cm 0cm 0pt; TEXT-INDENT: 24pt; TEXT-ALIGN: justify"><SPAN lang=EN-US><FONT size=3><FONT face="Times New Roman">We report selective area nano-epitaxy to form both patterned quantum dots (PQDs) and nanopillars.<SPAN style="mso-spacerun: yes"> </SPAN>The selective InAs quantum dot (QD) nucleation on nano-faceted GaAs pyramidal facets is explored. This technique of QD growth enables better control of QD shape and size, than is possible with the Stranski-Krastanow (SK) growth mode. The GaAs pyramids are formed by metal-organic chemical vapor deposition (MOCVD) in patterned SiO<SUB>2</SUB> mask on a (001) GaAs substrate. The patterning is done by interferometric lithography and the circular patterns in SiO<SUB>2</SUB> are 25 nm deep and 230 nm in diameter, with a pitch of 330 nm. The GaAs pyramids are characterized by well-defined equilibrium crystal shapes (ECS) defined by three crystal plane families including {11n}, {10n} and (001).<SPAN style="mso-spacerun: yes"> </SPAN>Subsequent patterned QD (PQD) nucleation on the GaAs pyramidal facets is highly preferential towards the (11n) planes due to superior energy minimization and the shape of the QDs on the (11n) planes is also highly predictable and uniform. <SPAN style="mso-spacerun: yes"> </SPAN>The GaAs ECS pyramid and highly faceted PQDs are examined using high-resolution scanning electron microscopy (HRSEM), and room temperature photoluminescence (PL) and electroluminescence from 1.2 to 1.6 µm has been demonstrated. Three dimensional quantum confinement is confirmed with low temperature (77K) PL.<SPAN style="mso-spacerun: yes"> </SPAN></FONT></FONT></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><FONT face="Times New Roman" size=3>The same lithographically defined patterns are used in the development of GaAs and GaSb nanopillars on GaAs (111)B substrates. The superior uniformity and arbitrary placement of the nanopillars along with easy electrical contacting schemes make these ensembles extremely attractive for nanoscale electronic devices. In this study, the nanopillar growth is conducted under a variety of conditions including III/V rations, substrate temperatures and growth rates.<SPAN style="mso-spacerun: yes"> </SPAN>Nanopillars exhibit highly crystallographic hexagonal cross-section formed by (001) and (011) sidewalls. Pillar dimensions are ~200 nm in diameter and > 2 um in length. Micro-PL and electrical properties of these wires are also investigated.</FONT></SPAN></P></FONT></DIV>駐洛杉磯辦事處文化組http://www.blogger.com/profile/03064362193399203939noreply@blogger.comtag:blogger.com,1999:blog-8179300626400831624.post-1124759514465722502007-11-20T11:46:00.000-08:002007-11-20T11:47:02.999-08:00Influences of Parents’ Health and Financial Support to Parents on Women’s Labor Market Withdrawal in Taiwan<DIV><FONT size=2> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="mso-fareast-font-family: 新細明體; mso-fareast-language: ZH-TW"><FONT size=3><FONT face="Times New Roman">發表人: 魏瀅珊 (夏威夷大學社會學系博士班)</FONT></FONT></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN></SPAN> </P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN><A href="http://www.asanet.org/">http://www.asanet.org/</A><?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p><FONT face="Times New Roman" size=3> </FONT></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN><o:p></o:p></SPAN> </P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="mso-fareast-font-family: 新細明體; mso-fareast-language: ZH-TW"><o:p><FONT face="Times New Roman" size=3></FONT></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><FONT size=3><SPAN style="FONT-FAMILY: 新細明體; mso-fareast-language: ZH-TW; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">在台灣</SPAN><SPAN lang=EN-US style="mso-fareast-font-family: 新細明體; mso-fareast-language: ZH-TW"><FONT face="Times New Roman">, </FONT></SPAN><SPAN style="FONT-FAMILY: 新細明體; mso-fareast-language: ZH-TW; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">照顧父母仍然視為媳婦或女兒的責任</SPAN><SPAN lang=EN-US style="mso-fareast-font-family: 新細明體; mso-fareast-language: ZH-TW"><FONT face="Times New Roman">. </FONT></SPAN><SPAN style="FONT-FAMILY: 新細明體; mso-fareast-language: ZH-TW; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">文獻顯示</SPAN><SPAN lang=EN-US style="mso-fareast-font-family: 新細明體; mso-fareast-language: ZH-TW"><FONT face="Times New Roman">,</FONT></SPAN><SPAN style="FONT-FAMILY: 新細明體; mso-fareast-language: ZH-TW; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">照顧父母所付出的勞力與時間可能降低婦女的參與勞動</SPAN><SPAN lang=EN-US style="mso-fareast-font-family: 新細明體; mso-fareast-language: ZH-TW"><FONT face="Times New Roman">. </FONT></SPAN><SPAN style="FONT-FAMILY: 新細明體; mso-fareast-language: ZH-TW; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">比較台灣婦女勞動參與率</SPAN><SPAN lang=EN-US style="mso-fareast-font-family: 新細明體; mso-fareast-language: ZH-TW"><FONT face="Times New Roman">, </FONT></SPAN><SPAN style="FONT-FAMILY: 新細明體; mso-fareast-language: ZH-TW; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">從</SPAN><SPAN lang=EN-US style="mso-fareast-font-family: 新細明體; mso-fareast-language: ZH-TW"><FONT face="Times New Roman">45-54</FONT></SPAN><SPAN style="FONT-FAMILY: 新細明體; mso-fareast-language: ZH-TW; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">歲以及</SPAN><SPAN lang=EN-US style="mso-fareast-font-family: 新細明體; mso-fareast-language: ZH-TW"><FONT face="Times New Roman">55-64</FONT></SPAN><SPAN style="FONT-FAMILY: 新細明體; mso-fareast-language: ZH-TW; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">歲</SPAN><SPAN lang=EN-US style="mso-fareast-font-family: 新細明體; mso-fareast-language: ZH-TW"><FONT face="Times New Roman">, </FONT></SPAN><SPAN style="FONT-FAMILY: 新細明體; mso-fareast-language: ZH-TW; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">勞動參與率從</SPAN><SPAN lang=EN-US style="mso-fareast-font-family: 新細明體; mso-fareast-language: ZH-TW"><FONT face="Times New Roman">60%</FONT></SPAN><SPAN style="FONT-FAMILY: 新細明體; mso-fareast-language: ZH-TW; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">降低到</SPAN><SPAN lang=EN-US style="mso-fareast-font-family: 新細明體; mso-fareast-language: ZH-TW"><FONT face="Times New Roman">40%, </FONT></SPAN><SPAN style="FONT-FAMILY: 新細明體; mso-fareast-language: ZH-TW; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">約有</SPAN><SPAN lang=EN-US style="mso-fareast-font-family: 新細明體; mso-fareast-language: ZH-TW"><FONT face="Times New Roman">20%</FONT></SPAN><SPAN style="FONT-FAMILY: 新細明體; mso-fareast-language: ZH-TW; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">的婦女離開勞動力市場</SPAN><SPAN lang=EN-US style="mso-fareast-font-family: 新細明體; mso-fareast-language: ZH-TW"><FONT face="Times New Roman">. </FONT></SPAN><SPAN style="FONT-FAMILY: 新細明體; mso-fareast-language: ZH-TW; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">本文希望檢視照顧父母的工作是否會影響到婦女選擇離職或是減少工作時間</SPAN><SPAN lang=EN-US style="mso-fareast-font-family: 新細明體; mso-fareast-language: ZH-TW"><FONT face="Times New Roman">. </FONT></SPAN><SPAN style="FONT-FAMILY: 新細明體; mso-fareast-language: ZH-TW; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">此研究使用中研院家庭動態研究</SPAN><SPAN lang=EN-US style="mso-fareast-font-family: 新細明體; mso-fareast-language: ZH-TW"><FONT face="Times New Roman">2001 </FONT></SPAN><SPAN style="FONT-FAMILY: 新細明體; mso-fareast-language: ZH-TW; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">及</SPAN><SPAN lang=EN-US style="mso-fareast-font-family: 新細明體; mso-fareast-language: ZH-TW"><FONT face="Times New Roman">2002</FONT></SPAN><SPAN style="FONT-FAMILY: 新細明體; mso-fareast-language: ZH-TW; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">兩年資料</SPAN><SPAN lang=EN-US style="mso-fareast-font-family: 新細明體; mso-fareast-language: ZH-TW"><FONT face="Times New Roman">,</FONT></SPAN><SPAN style="FONT-FAMILY: 新細明體; mso-fareast-language: ZH-TW; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">追蹤</SPAN><SPAN lang=EN-US style="mso-fareast-font-family: 新細明體; mso-fareast-language: ZH-TW"><FONT face="Times New Roman">3000</FONT></SPAN><SPAN style="FONT-FAMILY: 新細明體; mso-fareast-language: ZH-TW; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">名</SPAN><SPAN lang=EN-US style="mso-fareast-font-family: 新細明體; mso-fareast-language: ZH-TW"><FONT face="Times New Roman">,</FONT></SPAN><SPAN style="FONT-FAMILY: 新細明體; mso-fareast-language: ZH-TW; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">年紀在</SPAN><SPAN lang=EN-US style="mso-fareast-font-family: 新細明體; mso-fareast-language: ZH-TW"><FONT face="Times New Roman">35</FONT></SPAN><SPAN style="FONT-FAMILY: 新細明體; mso-fareast-language: ZH-TW; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">到</SPAN><SPAN lang=EN-US style="mso-fareast-font-family: 新細明體; mso-fareast-language: ZH-TW"><FONT face="Times New Roman">64</FONT></SPAN><SPAN style="FONT-FAMILY: 新細明體; mso-fareast-language: ZH-TW; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">歲的受訪者</SPAN><SPAN lang=EN-US style="mso-fareast-font-family: 新細明體; mso-fareast-language: ZH-TW"><FONT face="Times New Roman">. </FONT></SPAN><SPAN style="FONT-FAMILY: 新細明體; mso-fareast-language: ZH-TW; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">研究發現</SPAN><SPAN lang=EN-US style="mso-fareast-font-family: 新細明體; mso-fareast-language: ZH-TW"><FONT face="Times New Roman">, </FONT></SPAN><SPAN style="FONT-FAMILY: 新細明體; mso-fareast-language: ZH-TW; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">只有在父母健康狀況不良的情形下</SPAN><SPAN lang=EN-US style="mso-fareast-font-family: 新細明體; mso-fareast-language: ZH-TW"><FONT face="Times New Roman">, </FONT></SPAN><SPAN style="FONT-FAMILY: 新細明體; mso-fareast-language: ZH-TW; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">婦女會有較高的離職比率或減少目前的工作時間</SPAN><SPAN lang=EN-US style="mso-fareast-font-family: 新細明體; mso-fareast-language: ZH-TW"><FONT face="Times New Roman">. </FONT></SPAN><SPAN style="FONT-FAMILY: 新細明體; mso-fareast-language: ZH-TW; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">如果父母的健康狀況良好</SPAN><SPAN lang=EN-US style="mso-fareast-font-family: 新細明體; mso-fareast-language: ZH-TW"><FONT face="Times New Roman">, </FONT></SPAN><SPAN style="FONT-FAMILY: 新細明體; mso-fareast-language: ZH-TW; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">婦女離職的比率較低</SPAN><SPAN lang=EN-US style="mso-fareast-font-family: 新細明體; mso-fareast-language: ZH-TW"><FONT face="Times New Roman">, </FONT></SPAN><SPAN style="FONT-FAMILY: 新細明體; mso-fareast-language: ZH-TW; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">對父母的照顧則是以給予較多的金錢支助替代實質的照顧工作</SPAN><SPAN lang=EN-US style="mso-fareast-font-family: 新細明體; mso-fareast-language: ZH-TW"><FONT face="Times New Roman">. <SPAN style="mso-spacerun: yes"> </SPAN><o:p></o:p></FONT></SPAN></FONT></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="mso-fareast-font-family: 新細明體; mso-fareast-language: ZH-TW"><o:p><FONT face="Times New Roman" size=3> </FONT></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="mso-fareast-font-family: 新細明體; mso-fareast-language: ZH-TW"><o:p><FONT face="Times New Roman" size=3></FONT></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: 150%"><SPAN lang=EN-US style="mso-fareast-font-family: 新細明體; mso-fareast-language: ZH-TW"><FONT size=3><FONT face="Times New Roman">In <?xml:namespace prefix = st1 ns = "urn:schemas-microsoft-com:office:smarttags" /><st1:place w:st="on"><st1:country-region w:st="on">Taiwan</st1:country-region></st1:place>, taking care of elderly is considered to be the responsibility for daughter or daughter-in-law. Comparing Taiwanese women's labor force participation rates between age 45-54 and 55-64, it shows that the rates are 60% and 40% respectively, about 20% lower for the older cohort women. Previous research shows that elderly parents lead to a significant withdrawal from the labor force for female workers. In this paper, I focus on the relationship between elderly care in the household and female labor force participation in <st1:place w:st="on"><st1:country-region w:st="on">Taiwan</st1:country-region></st1:place>. The data is from the "Panel Study of Family Dynamics," which was conducted by the Academic Sinica in Year 2001 and 2002. The sample size is 3000. My findings illustrate that only when elderly health is poor, women would significant reduce their working hours. Employed women are rather offering financial support to their parents, than leaving the labor force and giving the physical caring.<o:p></o:p></FONT></FONT></SPAN></P></FONT></DIV>駐洛杉磯辦事處文化組http://www.blogger.com/profile/03064362193399203939noreply@blogger.comtag:blogger.com,1999:blog-8179300626400831624.post-25750574790314203082007-08-01T15:00:00.001-07:002007-08-01T15:00:29.892-07:00All-Dielectric Wireless Receiver<DIV><FONT size=2> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><FONT size=3><SPAN style="FONT-WEIGHT: normal; TEXT-TRANSFORM: none; LINE-HEIGHT: 150%; FONT-FAMILY: 新細明體; mso-fareast-language: ZH-TW; mso-bidi-font-size: 12.0pt; mso-font-kerning: 3.0pt">論文發表人<SPAN lang=EN-US>: </SPAN>徐家仁</SPAN><SPAN lang=EN-US style="FONT-WEIGHT: normal; TEXT-TRANSFORM: none; LINE-HEIGHT: 150%; mso-fareast-language: ZH-TW; mso-bidi-font-size: 12.0pt; mso-font-kerning: 3.0pt"><FONT face="Times New Roman"> (</FONT></SPAN><SPAN lang=EN-US style="FONT-WEIGHT: normal; FONT-FAMILY: 新細明體; mso-ansi-language: EN">加州大學洛杉磯分校</SPAN><SPAN style="FONT-WEIGHT: normal; FONT-FAMILY: 新細明體; mso-fareast-language: ZH-TW; mso-ansi-language: EN">電</SPAN><SPAN lang=EN-US style="FONT-WEIGHT: normal; FONT-FAMILY: 新細明體; mso-ansi-language: EN">機所博士班</SPAN><SPAN lang=EN-US style="FONT-WEIGHT: normal; FONT-FAMILY: 新細明體">)</SPAN><SPAN lang=EN-US style="FONT-WEIGHT: normal; FONT-FAMILY: 新細明體; mso-fareast-language: ZH-TW"><?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p></o:p></SPAN></FONT></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="mso-fareast-language: ZH-TW"><o:p><FONT face="Times New Roman"> </FONT></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="mso-fareast-language: ZH-TW"><A href="http://www.ims2007.org/"><FONT face="Times New Roman">http://www.ims2007.org/</FONT></A><o:p></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="mso-fareast-language: ZH-TW"><o:p><FONT face="Times New Roman"> </FONT></o:p></SPAN></P> <H3 style="TEXT-JUSTIFY: inter-ideograph; MARGIN: 2pt 0cm 0pt; LINE-HEIGHT: 150%; TEXT-ALIGN: justify"><SPAN style="FONT-SIZE: 12pt; LINE-HEIGHT: 150%; FONT-FAMILY: 新細明體; mso-fareast-language: ZH-TW; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'"> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><FONT size=3><SPAN style="FONT-WEIGHT: normal; TEXT-TRANSFORM: none; LINE-HEIGHT: 150%; FONT-FAMILY: 新細明體; mso-fareast-language: ZH-TW; mso-bidi-font-size: 12.0pt; mso-font-kerning: 3.0pt; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'"><SPAN style="FONT-SIZE: 12pt; FONT-FAMILY: 新細明體; mso-fareast-language: ZH-TW; mso-ansi-language: EN-US; mso-bidi-language: AR-SA; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'">本篇論文提出一種新式微波接收器</SPAN><SPAN lang=EN-US style="FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman'; mso-fareast-language: ZH-TW; mso-fareast-font-family: 新細明體; mso-ansi-language: EN-US; mso-bidi-language: AR-SA">,</SPAN><SPAN style="FONT-SIZE: 12pt; FONT-FAMILY: 新細明體; mso-fareast-language: ZH-TW; mso-ansi-language: EN-US; mso-bidi-language: AR-SA; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'">隨著電磁脈衝武器的威脅日益升高</SPAN><SPAN lang=EN-US style="FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman'; mso-fareast-language: ZH-TW; mso-fareast-font-family: 新細明體; mso-ansi-language: EN-US; mso-bidi-language: AR-SA">,</SPAN><SPAN style="FONT-SIZE: 12pt; FONT-FAMILY: 新細明體; mso-fareast-language: ZH-TW; mso-ansi-language: EN-US; mso-bidi-language: AR-SA; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'">傳統的射頻及微波接收電路缺乏適當的保護機制</SPAN><SPAN lang=EN-US style="FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman'; mso-fareast-language: ZH-TW; mso-fareast-font-family: 新細明體; mso-ansi-language: EN-US; mso-bidi-language: AR-SA">,</SPAN><SPAN style="FONT-SIZE: 12pt; FONT-FAMILY: 新細明體; mso-fareast-language: ZH-TW; mso-ansi-language: EN-US; mso-bidi-language: AR-SA; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'">本篇論文結合介電共振天線和光電調變器的原理</SPAN><SPAN lang=EN-US style="FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman'; mso-fareast-language: ZH-TW; mso-fareast-font-family: 新細明體; mso-ansi-language: EN-US; mso-bidi-language: AR-SA">,</SPAN><SPAN style="FONT-SIZE: 12pt; FONT-FAMILY: 新細明體; mso-fareast-language: ZH-TW; mso-ansi-language: EN-US; mso-bidi-language: AR-SA; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'">展示了一種新型的微波接收器</SPAN><SPAN lang=EN-US style="FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman'; mso-fareast-language: ZH-TW; mso-fareast-font-family: 新細明體; mso-ansi-language: EN-US; mso-bidi-language: AR-SA">,</SPAN><SPAN style="FONT-SIZE: 12pt; FONT-FAMILY: 新細明體; mso-fareast-language: ZH-TW; mso-ansi-language: EN-US; mso-bidi-language: AR-SA; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'">整個接收器是由全介電材料組成</SPAN><SPAN lang=EN-US style="FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman'; mso-fareast-language: ZH-TW; mso-fareast-font-family: 新細明體; mso-ansi-language: EN-US; mso-bidi-language: AR-SA">,</SPAN><SPAN style="FONT-SIZE: 12pt; FONT-FAMILY: 新細明體; mso-fareast-language: ZH-TW; mso-ansi-language: EN-US; mso-bidi-language: AR-SA; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'">所以可以承受高功率電磁脈衝的干擾而不被破壞</SPAN><SPAN lang=EN-US style="FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman'; mso-fareast-language: ZH-TW; mso-fareast-font-family: 新細明體; mso-ansi-language: EN-US; mso-bidi-language: AR-SA">,</SPAN><SPAN style="FONT-SIZE: 12pt; FONT-FAMILY: 新細明體; mso-fareast-language: ZH-TW; mso-ansi-language: EN-US; mso-bidi-language: AR-SA; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'">光學原理的使用更進一步隔離了接收器前端和後端電路</SPAN><SPAN lang=EN-US style="FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman'; mso-fareast-language: ZH-TW; mso-fareast-font-family: 新細明體; mso-ansi-language: EN-US; mso-bidi-language: AR-SA">,</SPAN><SPAN style="FONT-SIZE: 12pt; FONT-FAMILY: 新細明體; mso-fareast-language: ZH-TW; mso-ansi-language: EN-US; mso-bidi-language: AR-SA; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'">讓電磁脈衝產生的高瞬間電壓無法傳遞到接收器後端</SPAN><SPAN lang=EN-US style="FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman'; mso-fareast-language: ZH-TW; mso-fareast-font-family: 新細明體; mso-ansi-language: EN-US; mso-bidi-language: AR-SA">,</SPAN><SPAN style="FONT-SIZE: 12pt; FONT-FAMILY: 新細明體; mso-fareast-language: ZH-TW; mso-ansi-language: EN-US; mso-bidi-language: AR-SA; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'">進而確保了後端電路的安全</SPAN><SPAN lang=EN-US style="FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman'; mso-fareast-language: ZH-TW; mso-fareast-font-family: 新細明體; mso-ansi-language: EN-US; mso-bidi-language: AR-SA">,</SPAN><SPAN style="FONT-SIZE: 12pt; FONT-FAMILY: 新細明體; mso-fareast-language: ZH-TW; mso-ansi-language: EN-US; mso-bidi-language: AR-SA; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'">初期的實驗結果證明了這類新型的接受器可以達到</SPAN><SPAN lang=EN-US style="FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman'; mso-fareast-language: ZH-TW; mso-fareast-font-family: 新細明體; mso-ansi-language: EN-US; mso-bidi-language: AR-SA">4.3</SPAN><SPAN lang=EN-US style="FONT-SIZE: 12pt; FONT-FAMILY: Symbol; mso-fareast-language: ZH-TW; mso-fareast-font-family: 新細明體; mso-ansi-language: EN-US; mso-bidi-language: AR-SA; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'; mso-char-type: symbol; mso-symbol-font-family: Symbol; mso-bidi-font-family: 'Times New Roman'"><SPAN style="mso-char-type: symbol; mso-symbol-font-family: Symbol">´</SPAN></SPAN><SPAN lang=EN-US style="FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman'; mso-fareast-language: ZH-TW; mso-fareast-font-family: 新細明體; mso-ansi-language: EN-US; mso-bidi-language: AR-SA">10<SUP>-3</SUP><SPAN style="TEXT-TRANSFORM: uppercase; mso-font-kerning: 3.0pt"> V/m∙Hz<SUP>1/2</SUP></SPAN></SPAN><SPAN style="FONT-SIZE: 12pt; FONT-FAMILY: 新細明體; mso-fareast-language: ZH-TW; mso-ansi-language: EN-US; mso-bidi-language: AR-SA; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'">的電場靈敏度</SPAN></SPAN></FONT></P> <H3 style="TEXT-JUSTIFY: inter-ideograph; MARGIN: 2pt 0cm 0pt; LINE-HEIGHT: 150%; TEXT-ALIGN: justify"><FONT size=3><SPAN style="FONT-WEIGHT: normal; TEXT-TRANSFORM: none; LINE-HEIGHT: 150%; FONT-FAMILY: 新細明體; mso-fareast-language: ZH-TW; mso-bidi-font-size: 12.0pt; mso-font-kerning: 3.0pt; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'"><SPAN style="FONT-SIZE: 12pt; FONT-FAMILY: 新細明體; mso-fareast-language: ZH-TW; mso-ansi-language: EN-US; mso-bidi-language: AR-SA; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'"></SPAN></SPAN></FONT><SPAN lang=EN-US style="FONT-FAMILY: 新細明體; mso-fareast-language: ZH-TW"><o:p><FONT size=2> </FONT></o:p></SPAN></H3> <H3 style="TEXT-JUSTIFY: inter-ideograph; MARGIN: 2pt 0cm 0pt; LINE-HEIGHT: 150%; TEXT-ALIGN: justify"><FONT size=3><FONT face="Times New Roman"><SPAN lang=EN-US style="FONT-WEIGHT: normal; TEXT-TRANSFORM: none; LINE-HEIGHT: 150%; mso-fareast-language: ZH-TW; mso-bidi-font-size: 12.0pt; mso-font-kerning: 3.0pt">High Power Microwave (HPM) weapons and other sources of <SPAN style="mso-spacerun: yes"> </SPAN>intense microwave power pose a growing threat to modern RF receivers. To address this problem, an all-dielectric photonic-assisted receiver is proposed and demonstrated. The device consists of a dielectric resonator antenna that concentrates and feeds the signal onto a resonant electro-optic field sensor. The absence of metal interconnects and the charge isolation provided by the optics removes the "soft spots" in a traditional receiver. <SPAN style="mso-spacerun: yes"> </SPAN>In the proof-of-concept experiment, detection of C band electromagnetic signal at 7.38 GHz with a sensitivity of </SPAN><SPAN lang=EN-US style="FONT-WEIGHT: normal; LINE-HEIGHT: 150%; mso-fareast-language: ZH-TW; mso-bidi-font-size: 12.0pt">4.3</SPAN></FONT><SPAN lang=EN-US style="FONT-WEIGHT: normal; LINE-HEIGHT: 150%; FONT-FAMILY: Symbol; mso-fareast-language: ZH-TW; mso-bidi-font-size: 12.0pt; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'; mso-char-type: symbol; mso-symbol-font-family: Symbol"><SPAN style="mso-char-type: symbol; mso-symbol-font-family: Symbol">´</SPAN></SPAN><FONT face="Times New Roman"><SPAN lang=EN-US style="FONT-WEIGHT: normal; LINE-HEIGHT: 150%; mso-fareast-language: ZH-TW; mso-bidi-font-size: 12.0pt">10<SUP>-3</SUP></SPAN><SPAN lang=EN-US style="FONT-WEIGHT: normal; TEXT-TRANSFORM: none; LINE-HEIGHT: 150%; mso-fareast-language: ZH-TW; mso-bidi-font-size: 12.0pt; mso-font-kerning: 3.0pt"> V/m∙Hz<SUP>1/2 </SUP>is demonstrated. </SPAN></FONT></FONT></SPAN></H3></H3></FONT></DIV>駐洛杉磯辦事處文化組http://www.blogger.com/profile/03064362193399203939noreply@blogger.comtag:blogger.com,1999:blog-8179300626400831624.post-49326455420656352172007-08-01T14:57:00.001-07:002007-08-01T14:57:42.894-07:00Broadband Quadrature Hybrid Design Using Metamaterial Transmission Line and Its Application in the Broadband Continuous Phase Shifter<DIV><FONT size=2> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; mso-layout-grid-align: none"> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; mso-layout-grid-align: none"><SPAN lang=EN-US style="FONT-FAMILY: Times-Roman; mso-bidi-font-family: Times-Roman"><?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p><FONT face="Times New Roman" size=3></FONT></o:p></SPAN></P><FONT size=3><SPAN style="FONT-FAMILY: 新細明體; mso-bidi-font-family: Times-Roman; mso-ascii-font-family: Times-Roman; mso-hansi-font-family: Times-Roman">論文發表人</SPAN><SPAN lang=EN-US style="FONT-FAMILY: Times-Roman; mso-bidi-font-family: Times-Roman"><FONT face="Times New Roman">: </FONT></SPAN><SPAN style="FONT-FAMILY: 新細明體; mso-bidi-font-family: Times-Roman; mso-ascii-font-family: Times-Roman; mso-hansi-font-family: Times-Roman">李振榮</SPAN><SPAN lang=EN-US style="FONT-FAMILY: Times-Roman; mso-bidi-font-family: Times-Roman"><FONT face="Times New Roman">(</FONT></SPAN><SPAN style="FONT-FAMILY: 新細明體; mso-bidi-font-family: Times-Roman; mso-ascii-font-family: Times-Roman; mso-hansi-font-family: Times-Roman">加州大學洛杉磯分校電機工程博士班</SPAN><SPAN lang=EN-US style="FONT-FAMILY: Times-Roman; mso-bidi-font-family: Times-Roman"><FONT face="Times New Roman">)<o:p></o:p></FONT></SPAN></FONT></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; mso-layout-grid-align: none"><SPAN lang=EN-US style="FONT-FAMILY: Times-Roman; mso-bidi-font-family: Times-Roman"><o:p><FONT face="Times New Roman" size=3> </FONT></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; mso-layout-grid-align: none"><SPAN lang=EN-US style="FONT-FAMILY: Times-Roman; mso-bidi-font-family: Times-Roman"><A href="http://www.ims2007.org/"><FONT face="Times New Roman" size=3>http://www.ims2007.org/</FONT></A><o:p></o:p></SPAN></P> <P class=MsoNormal style="TEXT-JUSTIFY: inter-ideograph; MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: justify; mso-layout-grid-align: none"><SPAN lang=EN-US style="FONT-FAMILY: Times-Roman; mso-bidi-font-family: Times-Roman"><o:p><FONT face="Times New Roman" size=3> </FONT></o:p></SPAN></P> <P class=MsoNormal style="TEXT-JUSTIFY: inter-ideograph; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: 150%; TEXT-ALIGN: justify; mso-layout-grid-align: none"><FONT size=3><SPAN style="FONT-FAMILY: 新細明體; mso-bidi-font-family: 'TimesNewRoman,Bold'; mso-ascii-font-family: 'TimesNewRoman,Bold'; mso-hansi-font-family: 'TimesNewRoman,Bold'; mso-bidi-font-weight: bold">本篇論文主要是討掄一個寬頻正交混合器的設計</SPAN><SPAN lang=EN-US style="FONT-FAMILY: TimesNewRoman,Bold; mso-bidi-font-family: 'TimesNewRoman,Bold'; mso-bidi-font-weight: bold"><FONT face="Times New Roman">. </FONT></SPAN><SPAN style="FONT-FAMILY: 新細明體; mso-bidi-font-family: 'TimesNewRoman,Bold'; mso-ascii-font-family: 'TimesNewRoman,Bold'; mso-hansi-font-family: 'TimesNewRoman,Bold'; mso-bidi-font-weight: bold">此設計最主要是利用寬頻威爾金森功率分配器和利用超穎物質傳輸線來達成的寬頻相差去完成</SPAN><SPAN lang=EN-US style="FONT-FAMILY: TimesNewRoman,Bold; mso-bidi-font-family: 'TimesNewRoman,Bold'; mso-bidi-font-weight: bold"><FONT face="Times New Roman">. </FONT></SPAN><SPAN style="FONT-FAMILY: 新細明體; mso-bidi-font-family: 'TimesNewRoman,Bold'; mso-ascii-font-family: 'TimesNewRoman,Bold'; mso-hansi-font-family: 'TimesNewRoman,Bold'; mso-bidi-font-weight: bold">將威爾金功率分配器和超穎物質分配器結合後</SPAN><SPAN lang=EN-US style="FONT-FAMILY: TimesNewRoman,Bold; mso-bidi-font-family: 'TimesNewRoman,Bold'; mso-bidi-font-weight: bold"><FONT face="Times New Roman">, </FONT></SPAN><SPAN style="FONT-FAMILY: 新細明體; mso-bidi-font-family: 'TimesNewRoman,Bold'; mso-ascii-font-family: 'TimesNewRoman,Bold'; mso-hansi-font-family: 'TimesNewRoman,Bold'; mso-bidi-font-weight: bold">對於相差</SPAN><SPAN lang=EN-US style="FONT-FAMILY: TimesNewRoman,Bold; mso-bidi-font-family: 'TimesNewRoman,Bold'; mso-bidi-font-weight: bold"><FONT face="Times New Roman">90°±5°</FONT></SPAN><SPAN style="FONT-FAMILY: 新細明體; mso-bidi-font-family: 'TimesNewRoman,Bold'; mso-ascii-font-family: 'TimesNewRoman,Bold'; mso-hansi-font-family: 'TimesNewRoman,Bold'; mso-bidi-font-weight: bold">和</SPAN><SPAN lang=EN-US style="FONT-FAMILY: TimesNewRoman,Bold; mso-bidi-font-family: 'TimesNewRoman,Bold'; mso-bidi-font-weight: bold"><FONT face="Times New Roman">0.48</FONT></SPAN><SPAN style="FONT-FAMILY: 新細明體; mso-bidi-font-family: 'TimesNewRoman,Bold'; mso-ascii-font-family: 'TimesNewRoman,Bold'; mso-hansi-font-family: 'TimesNewRoman,Bold'; mso-bidi-font-weight: bold">功率差的公差來說</SPAN><SPAN lang=EN-US style="FONT-FAMILY: TimesNewRoman,Bold; mso-bidi-font-family: 'TimesNewRoman,Bold'; mso-bidi-font-weight: bold"><FONT face="Times New Roman">, </FONT></SPAN><SPAN style="FONT-FAMILY: 新細明體; mso-bidi-font-family: 'TimesNewRoman,Bold'; mso-ascii-font-family: 'TimesNewRoman,Bold'; mso-hansi-font-family: 'TimesNewRoman,Bold'; mso-bidi-font-weight: bold">其成效可以達到</SPAN><SPAN lang=EN-US style="FONT-FAMILY: TimesNewRoman,Bold; mso-bidi-font-family: 'TimesNewRoman,Bold'; mso-bidi-font-weight: bold"><FONT face="Times New Roman">67%</FONT></SPAN><SPAN style="FONT-FAMILY: 新細明體; mso-bidi-font-family: 'TimesNewRoman,Bold'; mso-ascii-font-family: 'TimesNewRoman,Bold'; mso-hansi-font-family: 'TimesNewRoman,Bold'; mso-bidi-font-weight: bold">的頻寬</SPAN><SPAN lang=EN-US style="FONT-FAMILY: TimesNewRoman,Bold; mso-bidi-font-family: 'TimesNewRoman,Bold'; mso-bidi-font-weight: bold"><FONT face="Times New Roman">. </FONT></SPAN><SPAN style="FONT-FAMILY: 新細明體; mso-bidi-font-family: 'TimesNewRoman,Bold'; mso-ascii-font-family: 'TimesNewRoman,Bold'; mso-hansi-font-family: 'TimesNewRoman,Bold'; mso-bidi-font-weight: bold">除此之外</SPAN><SPAN lang=EN-US style="FONT-FAMILY: TimesNewRoman,Bold; mso-bidi-font-family: 'TimesNewRoman,Bold'; mso-bidi-font-weight: bold"><FONT face="Times New Roman">, </FONT></SPAN><SPAN style="FONT-FAMILY: 新細明體; mso-bidi-font-family: 'TimesNewRoman,Bold'; mso-ascii-font-family: 'TimesNewRoman,Bold'; mso-hansi-font-family: 'TimesNewRoman,Bold'; mso-bidi-font-weight: bold">完整的四端寬頻證交耦合器需要再利用一個功率合成器</SPAN><SPAN lang=EN-US style="FONT-FAMILY: TimesNewRoman,Bold; mso-bidi-font-family: 'TimesNewRoman,Bold'; mso-bidi-font-weight: bold"><FONT face="Times New Roman">. </FONT></SPAN><SPAN style="FONT-FAMILY: 新細明體; mso-bidi-font-family: 'TimesNewRoman,Bold'; mso-ascii-font-family: 'TimesNewRoman,Bold'; mso-hansi-font-family: 'TimesNewRoman,Bold'; mso-bidi-font-weight: bold">在此</SPAN><SPAN lang=EN-US style="FONT-FAMILY: TimesNewRoman,Bold; mso-bidi-font-family: 'TimesNewRoman,Bold'; mso-bidi-font-weight: bold"><FONT face="Times New Roman">, </FONT></SPAN><SPAN style="FONT-FAMILY: 新細明體; mso-bidi-font-family: 'TimesNewRoman,Bold'; mso-ascii-font-family: 'TimesNewRoman,Bold'; mso-hansi-font-family: 'TimesNewRoman,Bold'; mso-bidi-font-weight: bold">對於相差</SPAN><SPAN lang=EN-US style="FONT-FAMILY: TimesNewRoman,Bold; mso-bidi-font-family: 'TimesNewRoman,Bold'; mso-bidi-font-weight: bold"><FONT face="Times New Roman">90°±5°</FONT></SPAN><SPAN style="FONT-FAMILY: 新細明體; mso-bidi-font-family: 'TimesNewRoman,Bold'; mso-ascii-font-family: 'TimesNewRoman,Bold'; mso-hansi-font-family: 'TimesNewRoman,Bold'; mso-bidi-font-weight: bold">和</SPAN><SPAN lang=EN-US style="FONT-FAMILY: TimesNewRoman,Bold; mso-bidi-font-family: 'TimesNewRoman,Bold'; mso-bidi-font-weight: bold"><FONT face="Times New Roman">0.48</FONT></SPAN><SPAN style="FONT-FAMILY: 新細明體; mso-bidi-font-family: 'TimesNewRoman,Bold'; mso-ascii-font-family: 'TimesNewRoman,Bold'; mso-hansi-font-family: 'TimesNewRoman,Bold'; mso-bidi-font-weight: bold">功率差的公差來說</SPAN><SPAN lang=EN-US style="FONT-FAMILY: TimesNewRoman,Bold; mso-bidi-font-family: 'TimesNewRoman,Bold'; mso-bidi-font-weight: bold"><FONT face="Times New Roman">, </FONT></SPAN><SPAN style="FONT-FAMILY: 新細明體; mso-bidi-font-family: 'TimesNewRoman,Bold'; mso-ascii-font-family: 'TimesNewRoman,Bold'; mso-hansi-font-family: 'TimesNewRoman,Bold'; mso-bidi-font-weight: bold">其效果也可以達到</SPAN><SPAN lang=EN-US style="FONT-FAMILY: TimesNewRoman,Bold; mso-bidi-font-family: 'TimesNewRoman,Bold'; mso-bidi-font-weight: bold"><FONT face="Times New Roman">67%</FONT></SPAN><SPAN style="FONT-FAMILY: 新細明體; mso-bidi-font-family: 'TimesNewRoman,Bold'; mso-ascii-font-family: 'TimesNewRoman,Bold'; mso-hansi-font-family: 'TimesNewRoman,Bold'; mso-bidi-font-weight: bold">的頻寬</SPAN><SPAN lang=EN-US style="FONT-FAMILY: TimesNewRoman,Bold; mso-bidi-font-family: 'TimesNewRoman,Bold'; mso-bidi-font-weight: bold"><FONT face="Times New Roman">. </FONT></SPAN><SPAN style="FONT-FAMILY: 新細明體; mso-bidi-font-family: 'TimesNewRoman,Bold'; mso-ascii-font-family: 'TimesNewRoman,Bold'; mso-hansi-font-family: 'TimesNewRoman,Bold'; mso-bidi-font-weight: bold">為了證明所提出的正交寬頻混合器的可應用性</SPAN><SPAN lang=EN-US style="FONT-FAMILY: TimesNewRoman,Bold; mso-bidi-font-family: 'TimesNewRoman,Bold'; mso-bidi-font-weight: bold"><FONT face="Times New Roman">, </FONT></SPAN><SPAN style="FONT-FAMILY: 新細明體; mso-bidi-font-family: 'TimesNewRoman,Bold'; mso-ascii-font-family: 'TimesNewRoman,Bold'; mso-hansi-font-family: 'TimesNewRoman,Bold'; mso-bidi-font-weight: bold">我們用一個利用向量加法的連續相移器去證明其潛力</SPAN><SPAN lang=EN-US style="FONT-FAMILY: TimesNewRoman,Bold; mso-bidi-font-family: 'TimesNewRoman,Bold'; mso-bidi-font-weight: bold"><FONT face="Times New Roman">.<o:p></o:p></FONT></SPAN></FONT></P> <P class=MsoNormal style="TEXT-JUSTIFY: inter-ideograph; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: 150%; TEXT-ALIGN: justify; mso-layout-grid-align: none"><SPAN lang=EN-US style="FONT-FAMILY: TimesNewRoman,Bold; mso-bidi-font-family: 'TimesNewRoman,Bold'; mso-bidi-font-weight: bold"><o:p><FONT face="Times New Roman" size=3> </FONT></o:p></SPAN></P> <P class=MsoNormal style="TEXT-JUSTIFY: inter-ideograph; MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: 150%; TEXT-ALIGN: justify; mso-layout-grid-align: none"><FONT size=3><FONT face="Times New Roman"><SPAN lang=EN-US style="FONT-FAMILY: TimesNewRoman,Bold; mso-bidi-font-family: 'TimesNewRoman,Bold'; mso-bidi-font-weight: bold">This paper presents a broadband quadrature hybrid which makes use of the broadband power division properties of conventional Wilkinson power splitters along with broadband phase difference achieved using metamaterial based delay lines. The bandwidth of the 90°±5° </SPAN><SPAN lang=EN-US style="FONT-FAMILY: Times-Bold; mso-bidi-font-family: Times-Bold; mso-bidi-font-weight: bold">phase difference and 0.48dB power difference between the outputs of the Wilkinson power splitter and metamaterial delay line combination is 67%. The full four-port coupler is formed employing an additional combiner. A phase/power difference between the hybrid outputs of </SPAN><SPAN lang=EN-US style="FONT-FAMILY: TimesNewRoman,Bold; mso-bidi-font-family: 'TimesNewRoman,Bold'; mso-bidi-font-weight: bold">90</SPAN><SPAN lang=EN-US style="FONT-FAMILY: Times-Bold; mso-bidi-font-family: Times-Bold; mso-bidi-font-weight: bold">°</SPAN><SPAN lang=EN-US style="FONT-FAMILY: TimesNewRoman,Bold; mso-bidi-font-family: 'TimesNewRoman,Bold'; mso-bidi-font-weight: bold">±10° </SPAN><SPAN lang=EN-US style="FONT-FAMILY: Times-Bold; mso-bidi-font-family: Times-Bold; mso-bidi-font-weight: bold">and 1.2dB, respectively, are observed over the same 67% bandwidth. To demonstrate the applicability of the proposed broadband quadrature hybrid, a continuous phase shifter which is based on the vector sum method is tested.</SPAN></FONT></FONT></P></FONT></DIV>駐洛杉磯辦事處文化組http://www.blogger.com/profile/03064362193399203939noreply@blogger.comtag:blogger.com,1999:blog-8179300626400831624.post-54653880251018505242007-08-01T14:55:00.001-07:002007-08-01T14:55:11.438-07:00Dream Freely/Freedom Dream:International Students in the USAmerican Academic nation<DIV><FONT size=2> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center" align=center><SPAN lang=EN-US><FONT face="Times New Roman" size=3></FONT></SPAN></P><SPAN lang=EN-US><FONT face="Times New Roman" size=3> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN style="FONT-FAMILY: 新細明體; mso-bidi-font-size: 16.0pt">論文發表人<SPAN lang=EN-US>: </SPAN>林茵 <SPAN lang=EN-US>(</SPAN>亞利桑那州立大學劇場研究所博士班<SPAN lang=EN-US>)<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p></o:p></SPAN></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><FONT face=新細明體 size=2></FONT></SPAN> </P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><FONT face="Times New Roman" size=3>http://theatre.umn.edu/ptoconference/index.htm</FONT></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><A href="http://www.ptoweb.org/">http://www.ptoweb.org/</A></FONT></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><FONT size=3><SPAN style="FONT-FAMILY: 新細明體; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'"></SPAN></FONT> </P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><FONT size=3><SPAN style="FONT-FAMILY: 新細明體; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">本研究是以夢境來呈現台灣學生在美國求學與生活的經驗。以劇場中常用的說故事手法來呈現國際學生內心的掙扎與反省。</SPAN><SPAN style="mso-fareast-font-family: 新細明體"><FONT face="Times New Roman"> </FONT></SPAN><SPAN style="FONT-FAMILY: 新細明體; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'">長久以來,許許多多的國際學生來到美國追尋一個自我實現的夢想。他們渴望在不分國度的學術界裡被接納成為成功的學術界公民。然而,在許多的多元文化教室裡,國際學生常因為文化差異、語言隔和、權力分配不均等等因素在激烈的學術競爭中面對不公平的競爭。夢境常是真實生活的寫照。人們往往藉由夢境反映、反思、反抗在現實生活中的點點滴滴。夢的形式是片段、破碎、與不連貫的,這些特質是反抗者對抗權力與壓迫時常使用的手段。這個表演式的民族誌研究訪談了在亞歷桑那州立大學就讀的台灣留學生,以戲劇特有的專業技法蒐集個人的故事、感受、表情、肢體語言等等具表演力的非平面文字資料,並以戲劇演出呈現研究成果。主要應用的戲劇理論與實務方法是巴西劇場大師波瓦的"被壓迫者劇場"中的影像劇場、論壇劇場等等方法。研究成果與發表是一個單人的演出,以不同的夢境呈現國際學生如何在挫折中追求成功之道。演出是由六個夢境組成。分別呈現留學生與家鄉、與食物的關連性。更呈現留學生涯中在文化間、土地間不斷轉換的心境。這個演出更是希望帶出對話。將發表會場轉成一個多元文化的課堂,使觀眾皆可暢談自身的多元文化學習經驗。以演出刺激大家的思考,藉以實踐一個理想的多元學習空間。</SPAN><SPAN lang=EN-US style="mso-fareast-font-family: 新細明體"><o:p></o:p></SPAN></FONT></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="mso-fareast-font-family: 新細明體"><o:p><FONT face="Times New Roman" size=3> </FONT></o:p></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><FONT size=3><FONT face="Times New Roman"><SPAN style="mso-spacerun: yes"> </SPAN>Dreams are a space for people to meet themselves.<SPAN style="mso-spacerun: yes"> </SPAN>Through dreams, people re-imagine/replay/reformat their lives.<SPAN style="mso-spacerun: yes"> </SPAN>Dreams trouble the definitions of citizenship, (i.e. locality, privileges, rights) through fragmentation, instability, and nonlinearity.<SPAN style="mso-spacerun: yes"> </SPAN>In a dream, one owns the agency to create a safe zone to confront the oppressor as well as subvert the situation s/he encounters in real life.<SPAN style="mso-spacerun: yes"> </SPAN>For many decades, international students have come to the "Land of the Dream,"<SPAN style="mso-spacerun: yes"> </SPAN>the <?xml:namespace prefix = st1 ns = "urn:schemas-microsoft-com:office:smarttags" /><st1:country-region w:st="on"><st1:place w:st="on">United States</st1:place></st1:country-region>, to pursue their dreams of success as citizens in the academic nation. However, without sharing the ownership in such a multicultural classroom, international students often lose their voices by being at the bottom of the power hierarchy in academic society, due to language barriers, cultural differences, etc. </FONT></FONT></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><FONT size=3><FONT face="Times New Roman"><SPAN style="mso-spacerun: yes"> </SPAN>In my project, I apply dreams as a tool to approach my research about international students' lives in the <st1:country-region w:st="on"><st1:place w:st="on">U.S.</st1:place></st1:country-region> As an international student from <st1:country-region w:st="on"><st1:place w:st="on">Taiwan</st1:place></st1:country-region>, I constantly experience a feeling of displacement and off-balance in my daily and academic life.<SPAN style="mso-spacerun: yes"> </SPAN>In this Performance Ethnography, I employ dreams as a metaphor for the negotiation between international students and power plays that occur within Western academia.<SPAN style="mso-spacerun: yes"> </SPAN>The negotiation takes place in the conversation between the dreamtexts and monologue I created based on my research data.<SPAN style="mso-spacerun: yes"> </SPAN>I also employ Theatre of the Oppressed and Creative Drama techniques to gather research data in workshops with international students at ASU. The dreamtexts reveal the relationships between international students and their hometowns/ families/ foods.<SPAN style="mso-spacerun: yes"> </SPAN>It also presents the class dynamics of an internationalized classroom.<SPAN style="mso-spacerun: yes"> </SPAN>By sharing their dreams about gaining ownership in the classroom through theatre, I aim to redefine citizenship in the academic nation.<SPAN style="mso-spacerun: yes"> </SPAN>I also perform my research as an "art-based civic-dialogue" by using the performative dreamtexts to dialogue with the audience as participants in the USAmerican academic nation.</FONT></FONT></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><o:p><FONT face="Times New Roman" size=3> </FONT></o:p></SPAN></P></FONT></DIV>駐洛杉磯辦事處文化組http://www.blogger.com/profile/03064362193399203939noreply@blogger.comtag:blogger.com,1999:blog-8179300626400831624.post-16043989605434004692007-08-01T14:52:00.001-07:002007-08-01T14:52:40.338-07:00Real-Time Transfer Efficiency Monitoring for Wastewater Aeration Systems <DIV><FONT size=2><FONT size=3>論文發表人: 呂紹元(加州大學洛杉磯分校土木與環工系博士班)<BR></FONT></FONT></DIV> <DIV><FONT size=2><A class=moz-txt-link-freetext href="http://www.efficient2007.com/"><FONT size=3>http://www.efficient2007.com/</FONT></A><BR></FONT><FONT size=3></FONT></DIV> <DIV><FONT size=3><SPAN style="FONT-SIZE: 12pt; FONT-FAMILY: 新細明體; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; mso-font-kerning: 1.0pt; mso-ansi-language: EN-US; mso-fareast-language: ZH-TW; mso-bidi-language: AR-SA">本研究針對一般民生污水的處理發展了一套即時監測系統,並用以進行曝氣時能量使用與操作成本的分析</SPAN><SPAN style="FONT-SIZE: 12pt; FONT-FAMILY: 新細明體; mso-bidi-font-family: 'Times New Roman'; mso-font-kerning: 1.0pt; mso-ansi-language: EN-US; mso-fareast-language: ZH-TW; mso-bidi-language: AR-SA">:</SPAN><SPAN style="FONT-SIZE: 12pt; FONT-FAMILY: 新細明體; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; mso-font-kerning: 1.0pt; mso-ansi-language: EN-US; mso-fareast-language: ZH-TW; mso-bidi-language: AR-SA">曝氣是民生廢水處理系統中最為耗能的一個單元操作流程。為了增進氧氣傳送速率,細氣泡型曝氣盤</SPAN><SPAN lang=EN-US style="FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman'; mso-font-kerning: 1.0pt; mso-ansi-language: EN-US; mso-fareast-language: ZH-TW; mso-bidi-language: AR-SA; mso-fareast-font-family: 新細明體">(fine-bubble diffusers)</SPAN><SPAN style="FONT-SIZE: 12pt; FONT-FAMILY: 新細明體; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; mso-font-kerning: 1.0pt; mso-ansi-language: EN-US; mso-fareast-language: ZH-TW; mso-bidi-language: AR-SA">受到廣泛的採用。然而由於處理污水中充滿著各種污染物及微生物構成的活性污泥,這類的曝氣盤的氣孔在長時間的使用中很容易被堵塞</SPAN><SPAN style="FONT-SIZE: 12pt; FONT-FAMILY: 新細明體; mso-bidi-font-family: 'Times New Roman'; mso-font-kerning: 1.0pt; mso-ansi-language: EN-US; mso-fareast-language: ZH-TW; mso-bidi-language: AR-SA">;</SPAN><SPAN style="FONT-SIZE: 12pt; FONT-FAMILY: 新細明體; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; mso-font-kerning: 1.0pt; mso-ansi-language: EN-US; mso-fareast-language: ZH-TW; mso-bidi-language: AR-SA">此一現象將大大減低曝氣盤的效果與使用壽命。堵塞的情形隨著污水處理廠的操作而有不同,且一般皆由人工清洗的方式來恢復處理效果</SPAN><SPAN style="FONT-SIZE: 12pt; FONT-FAMILY: 新細明體; mso-bidi-font-family: 'Times New Roman'; mso-font-kerning: 1.0pt; mso-ansi-language: EN-US; mso-fareast-language: ZH-TW; mso-bidi-language: AR-SA">;而清洗會造成操作成本的提高。本研究提供一種即時</SPAN><SPAN style="FONT-SIZE: 12pt; FONT-FAMILY: 新細明體; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; mso-font-kerning: 1.0pt; mso-ansi-language: EN-US; mso-fareast-language: ZH-TW; mso-bidi-language: AR-SA">監測的方法來量化曝氣盤受到污泥所堵塞的情形,並藉以判斷何時清洗曝氣盤最符合經濟效益。逸氣測試方法</SPAN><SPAN lang=EN-US style="FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman'; mso-font-kerning: 1.0pt; mso-ansi-language: EN-US; mso-fareast-language: ZH-TW; mso-bidi-language: AR-SA; mso-fareast-font-family: 新細明體">(off-gas test)</SPAN><SPAN style="FONT-SIZE: 12pt; FONT-FAMILY: 新細明體; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; mso-font-kerning: 1.0pt; mso-ansi-language: EN-US; mso-fareast-language: ZH-TW; mso-bidi-language: AR-SA">是現今測試氧氣傳輸效率最快且正確的方法之一,而本研究針對此測試法進行改良並使之成為一即時監測</SPAN><SPAN lang=EN-US style="FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman'; mso-font-kerning: 1.0pt; mso-ansi-language: EN-US; mso-fareast-language: ZH-TW; mso-bidi-language: AR-SA; mso-fareast-font-family: 新細明體">/</SPAN><SPAN style="FONT-SIZE: 12pt; FONT-FAMILY: 新細明體; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; mso-font-kerning: 1.0pt; mso-ansi-language: EN-US; mso-fareast-language: ZH-TW; mso-bidi-language: AR-SA">紀錄的系統。實地測試的結果發現:</SPAN><SPAN lang=EN-US style="FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman'; mso-font-kerning: 1.0pt; mso-ansi-language: EN-US; mso-fareast-language: ZH-TW; mso-bidi-language: AR-SA; mso-fareast-font-family: 新細明體">1.</SPAN><SPAN style="FONT-SIZE: 12pt; FONT-FAMILY: 新細明體; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; mso-font-kerning: 1.0pt; mso-ansi-language: EN-US; mso-fareast-language: ZH-TW; mso-bidi-language: AR-SA">清理前後氧氣傳輸效率確有提升</SPAN><SPAN lang=EN-US style="FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman'; mso-font-kerning: 1.0pt; mso-ansi-language: EN-US; mso-fareast-language: ZH-TW; mso-bidi-language: AR-SA; mso-fareast-font-family: 新細明體"> (15%</SPAN><SPAN style="FONT-SIZE: 12pt; FONT-FAMILY: 新細明體; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; mso-font-kerning: 1.0pt; mso-ansi-language: EN-US; mso-fareast-language: ZH-TW; mso-bidi-language: AR-SA">→</SPAN><SPAN lang=EN-US style="FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman'; mso-font-kerning: 1.0pt; mso-ansi-language: EN-US; mso-fareast-language: ZH-TW; mso-bidi-language: AR-SA; mso-fareast-font-family: 新細明體">18%)</SPAN><SPAN style="FONT-SIZE: 12pt; FONT-FAMILY: 新細明體; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; mso-font-kerning: 1.0pt; mso-ansi-language: EN-US; mso-fareast-language: ZH-TW; mso-bidi-language: AR-SA">;</SPAN><SPAN lang=EN-US style="FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman'; mso-font-kerning: 1.0pt; mso-ansi-language: EN-US; mso-fareast-language: ZH-TW; mso-bidi-language: AR-SA; mso-fareast-font-family: 新細明體">2.</SPAN><SPAN style="FONT-SIZE: 12pt; FONT-FAMILY: 新細明體; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; mso-font-kerning: 1.0pt; mso-ansi-language: EN-US; mso-fareast-language: ZH-TW; mso-bidi-language: AR-SA">即時監測結果與長期觀測結果相符;</SPAN><SPAN lang=EN-US style="FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman'; mso-font-kerning: 1.0pt; mso-ansi-language: EN-US; mso-fareast-language: ZH-TW; mso-bidi-language: AR-SA; mso-fareast-font-family: 新細明體">3.</SPAN><SPAN style="FONT-SIZE: 12pt; FONT-FAMILY: 新細明體; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; mso-font-kerning: 1.0pt; mso-ansi-language: EN-US; mso-fareast-language: ZH-TW; mso-bidi-language: AR-SA">此監測法可提供正確並即時的氧氣傳遞資訊,未來當可用於曝氣馬達的回饋控制系統中以提高能源使用的效率。</SPAN></FONT></DIV> <DIV><FONT size=3><SPAN style="FONT-SIZE: 12pt; FONT-FAMILY: 新細明體; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; mso-font-kerning: 1.0pt; mso-ansi-language: EN-US; mso-fareast-language: ZH-TW; mso-bidi-language: AR-SA"></SPAN></FONT> </DIV> <DIV><FONT size=3><SPAN style="FONT-SIZE: 12pt; FONT-FAMILY: 新細明體; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; mso-font-kerning: 1.0pt; mso-ansi-language: EN-US; mso-fareast-language: ZH-TW; mso-bidi-language: AR-SA"><SPAN lang=EN-GB style="FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman'; mso-font-kerning: 1.0pt; mso-ansi-language: EN-GB; mso-fareast-language: ZH-TW; mso-bidi-language: AR-SA; mso-fareast-font-family: 新細明體; mso-bidi-font-weight: bold">Aeration is the most energy intensive unit operation in municipal wastewater treatment. To improve oxygen transfer rate, fine-pore diffusers have been wildly applied in aeration practice. However, during operation, this type of diffusers suffers from fouling and scaling problems, which rapid decline in performance and significant increase in energy costs. Diffusers must be cleaned periodically to reduce energy costs. The cleaning frequency of diffusers is site-specific, and is shown by the reduction of o</SPAN><SPAN lang=EN-GB style="FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman'; mso-font-kerning: 1.0pt; mso-ansi-language: EN-GB; mso-fareast-language: ZH-TW; mso-bidi-language: AR-SA; mso-fareast-font-family: 新細明體">xygen transfer efficiency (<SPAN style="mso-bidi-font-weight: bold">OTE) with time in operation. O</SPAN>ff-gas testing is the only technique that can measure real-time oxygen transfer efficiency. This paper presents time-series of off-gas testing measurements and their applications, which show the potential for full-scale implementation of energy-conservation practices. Our results include the real-time prediction of plant load and alpha factors from off-gas testing, as well as the quantification of the increased energy costs for aeration. Our off-gas analyzer is being used to develop an aeration efficiency monitoring protocol, and an aeration feedback control system for air blowing units.</SPAN></SPAN></FONT></DIV>駐洛杉磯辦事處文化組http://www.blogger.com/profile/03064362193399203939noreply@blogger.comtag:blogger.com,1999:blog-8179300626400831624.post-43218308440587744532007-07-06T10:25:00.001-07:002007-07-06T10:25:43.594-07:00High-Resolution 3D Breath-hold Coronary Artery Imaging at 3T using Wideband SSFP<DIV><FONT size=2> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><FONT size=3><SPAN style="FONT-FAMILY: 新細明體; mso-ascii-font-family: 'Times New Roman'">論文發表人:李緒磊</SPAN><SPAN lang=EN-US><FONT face="Times New Roman"> (</FONT></SPAN><SPAN style="FONT-FAMILY: 新細明體; mso-ascii-font-family: 'Times New Roman'">南加州大學電機所博士班</SPAN></FONT><SPAN lang=EN-US><FONT face="Times New Roman" size=3>)<BR><BR></FONT><A href="http://www.ismrm.org/07/"><FONT face="Times New Roman" size=3>http://www.ismrm.org/07/</FONT></A><BR><BR></SPAN><FONT size=3><SPAN style="FONT-FAMILY: 新細明體; mso-ascii-font-family: 'Times New Roman'">在</SPAN><SPAN lang=EN-US><FONT face="Times New Roman"> 3T MRI </FONT></SPAN><SPAN style="FONT-FAMILY: 新細明體; mso-ascii-font-family: 'Times New Roman'">運用</SPAN><SPAN lang=EN-US><FONT face="Times New Roman"> SSFP </FONT></SPAN><SPAN style="FONT-FAMILY: 新細明體; mso-ascii-font-family: 'Times New Roman'">技術可提供高訊噪比及高對比影像,但</SPAN><SPAN lang=EN-US><FONT face="Times New Roman"> off-resonance </FONT></SPAN><SPAN style="FONT-FAMILY: 新細明體; mso-ascii-font-family: 'Times New Roman'">效</SPAN></FONT><SPAN lang=EN-US><BR></SPAN><FONT size=3><SPAN style="FONT-FAMILY: 新細明體; mso-ascii-font-family: 'Times New Roman'">應限制了此一技術中可使用的</SPAN><SPAN lang=EN-US><FONT face="Times New Roman"> TR </FONT></SPAN><SPAN style="FONT-FAMILY: 新細明體; mso-ascii-font-family: 'Times New Roman'">參數,降低空間解析度上限。</SPAN><SPAN lang=EN-US><FONT face="Times New Roman">Wideband SSFP </FONT></SPAN><SPAN style="FONT-FAMILY: 新細明體; mso-ascii-font-family: 'Times New Roman'">交</SPAN></FONT><SPAN lang=EN-US><BR></SPAN><FONT size=3><SPAN style="FONT-FAMILY: 新細明體; mso-ascii-font-family: 'Times New Roman'">互使用兩個不同的</SPAN><SPAN lang=EN-US><FONT face="Times New Roman"> TR </FONT></SPAN><SPAN style="FONT-FAMILY: 新細明體; mso-ascii-font-family: 'Times New Roman'">以產生兩個交替出現的穩定態,可抑制</SPAN></FONT><FONT size=3><SPAN lang=EN-US><FONT face="Times New Roman"> off-resonance<BR>artifact </FONT></SPAN><SPAN style="FONT-FAMILY: 新細明體; mso-ascii-font-family: 'Times New Roman'">並提昇影像解析度。在此報告中我們展示了於</SPAN><SPAN lang=EN-US><FONT face="Times New Roman"> 3T MR </FONT></SPAN><SPAN style="FONT-FAMILY: 新細明體; mso-ascii-font-family: 'Times New Roman'">上進行的三維</SPAN></FONT><SPAN lang=EN-US><BR><FONT face="Times New Roman" size=3>breath-hold GRE</FONT></SPAN><FONT size=3><SPAN style="FONT-FAMILY: 新細明體; mso-ascii-font-family: 'Times New Roman'">、</SPAN><SPAN lang=EN-US><FONT face="Times New Roman">SSFP</FONT></SPAN><SPAN style="FONT-FAMILY: 新細明體; mso-ascii-font-family: 'Times New Roman'">、</SPAN><SPAN lang=EN-US><FONT face="Times New Roman">Wideband SSFP </FONT></SPAN><SPAN style="FONT-FAMILY: 新細明體; mso-ascii-font-family: 'Times New Roman'">冠狀動脈影像,其在頻率編碼方向的解</SPAN></FONT><SPAN lang=EN-US><BR></SPAN><FONT size=3><SPAN style="FONT-FAMILY: 新細明體; mso-ascii-font-family: 'Times New Roman'">析度為</SPAN><SPAN lang=EN-US><FONT face="Times New Roman"> 0.5 </FONT></SPAN><SPAN style="FONT-FAMILY: 新細明體; mso-ascii-font-family: 'Times New Roman'">毫米。</SPAN><SPAN lang=EN-US><FONT face="Times New Roman">Wideband SSFP </FONT></SPAN><SPAN style="FONT-FAMILY: 新細明體; mso-ascii-font-family: 'Times New Roman'">抑制</SPAN><SPAN lang=EN-US><FONT face="Times New Roman"> off-resonance artifact </FONT></SPAN><SPAN style="FONT-FAMILY: 新細明體; mso-ascii-font-family: 'Times New Roman'">的能力使其具</SPAN></FONT><SPAN lang=EN-US><BR></SPAN><FONT size=3><SPAN style="FONT-FAMILY: 新細明體; mso-ascii-font-family: 'Times New Roman'">有在</SPAN><SPAN lang=EN-US><FONT face="Times New Roman"> 3T MR </FONT></SPAN><SPAN style="FONT-FAMILY: 新細明體; mso-ascii-font-family: 'Times New Roman'">上取得高解析度冠狀動脈影像的潛力。</SPAN></FONT><SPAN lang=EN-US><BR><BR><BR><FONT face="Times New Roman" size=3>Coronary artery imaging using SSFP at 3 Tesla exhibits high SNR and CNR,<BR>however off-resonance effects limit the TR and hence the achievable<BR>spatial resolution. Wideband SSFP sequences utilize an oscillating<BR>steady <?xml:namespace prefix = st1 ns = "urn:schemas-microsoft-com:office:smarttags" /><st1:PersonName w:st="on" ProductID="state to">state to</st1:PersonName> suppress off-resonance artifacts and therefore improve<BR>spatial resolution. We demonstrate coronary artery imaging at 3T using<BR>three-dimensional breath-hold GRE, SSFP, and wideband SSFP sequences,<BR>with an in-plane resolution of <st1:chmetcnv w:st="on" TCSC="0" NumberType="1" Negative="False" HasSpace="True" SourceValue="0.5" UnitName="mm">0.5 mm</st1:chmetcnv> in the frequency-encoding<BR>direction. Wideband SSFP suppresses off-resonance artifacts and is a<BR>potential solution for generating high-resolution coronary artery images<BR>at 3 Tesla.</FONT></SPAN></P></FONT></DIV>駐洛杉磯辦事處文化組http://www.blogger.com/profile/03064362193399203939noreply@blogger.comtag:blogger.com,1999:blog-8179300626400831624.post-62694133068476198532007-07-06T10:24:00.001-07:002007-07-06T10:24:36.086-07:00Integrity-aware Bandwidth Guarding Approach in P2P Networks<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: 150%; mso-pagination: widow-orphan"><SPAN style="FONT-FAMILY: 新細明體; mso-font-kerning: 0pt; mso-ascii-font-family: 'Times New Roman'">論文發表人:江文惠</SPAN><SPAN lang=EN-US style="mso-font-kerning: 0pt"><FONT face="Times New Roman">(</FONT></SPAN><SPAN style="FONT-FAMILY: 新細明體; mso-font-kerning: 0pt; mso-ascii-font-family: 'Times New Roman'">南</SPAN><SPAN style="mso-font-kerning: 0pt"><FONT face="Times New Roman"> </FONT></SPAN><SPAN style="FONT-FAMILY: 新細明體; mso-font-kerning: 0pt; mso-ascii-font-family: 'Times New Roman'">加州大學電機工程學系</SPAN><SPAN lang=EN-US style="mso-font-kerning: 0pt"><FONT face="Times New Roman">)<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p></o:p></FONT></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: 150%; mso-pagination: widow-orphan"><SPAN lang=EN-US style="mso-font-kerning: 0pt"><FONT face="Times New Roman"><SPAN style="mso-field-code: ' HYPERLINK '''"><SPAN style="COLOR: blue"></SPAN></SPAN></FONT></SPAN> </P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: 150%; mso-pagination: widow-orphan"><SPAN lang=EN-US style="mso-font-kerning: 0pt"><FONT face="Times New Roman"><SPAN style="mso-field-code: ' HYPERLINK '''"><SPAN style="COLOR: blue"><A href="http://www.ifip-networking.org/index.htm">http://www.ifip-networking.org/index.htm</A></SPAN></SPAN> </FONT></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: 150%; mso-pagination: widow-orphan"><SPAN lang=EN-US style="mso-font-kerning: 0pt"><FONT face="Times New Roman"><FONT color=#0000ff></FONT><o:p></o:p></FONT></SPAN> </P> <P class=MsoNormal style="TEXT-JUSTIFY: inter-ideograph; MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: justify; mso-pagination: widow-orphan; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto"><SPAN style="FONT-FAMILY: 新細明體; mso-font-kerning: 0pt; mso-ascii-font-family: 'Times New Roman'">大部份的網路互助系統都面臨一個主要的問題</SPAN><SPAN lang=EN-US style="mso-font-kerning: 0pt"><FONT face="Times New Roman"> , </FONT></SPAN><SPAN style="FONT-FAMILY: 新細明體; mso-font-kerning: 0pt; mso-ascii-font-family: 'Times New Roman'">總是有些使用者</SPAN><SPAN lang=EN-US style="mso-font-kerning: 0pt"><FONT face="Times New Roman"> ( freediers ) </FONT></SPAN><SPAN style="FONT-FAMILY: 新細明體; mso-font-kerning: 0pt; mso-ascii-font-family: 'Times New Roman'">不願意付出而只想從中得利</SPAN><SPAN lang=EN-US style="mso-font-kerning: 0pt"><FONT face="Times New Roman">. </FONT></SPAN><SPAN style="FONT-FAMILY: 新細明體; mso-font-kerning: 0pt; mso-ascii-font-family: 'Times New Roman'">以同儕網路系統</SPAN><SPAN lang=EN-US style="mso-font-kerning: 0pt"><FONT face="Times New Roman"> ( P2P Network ) </FONT></SPAN><SPAN style="FONT-FAMILY: 新細明體; mso-font-kerning: 0pt; mso-ascii-font-family: 'Times New Roman'">來說</SPAN><SPAN lang=EN-US style="mso-font-kerning: 0pt"><FONT face="Times New Roman">, </FONT></SPAN><SPAN style="FONT-FAMILY: 新細明體; mso-font-kerning: 0pt; mso-ascii-font-family: 'Times New Roman'">就是有些使用者只想下載檔案而不願意上傳檔案給他人</SPAN><SPAN lang=EN-US style="mso-font-kerning: 0pt"><FONT face="Times New Roman">. </FONT></SPAN><SPAN style="FONT-FAMILY: 新細明體; mso-font-kerning: 0pt; mso-ascii-font-family: 'Times New Roman'">這樣的使用者對系統來說是多餘的</SPAN><SPAN lang=EN-US style="mso-font-kerning: 0pt"><FONT face="Times New Roman">, </FONT></SPAN><SPAN style="FONT-FAMILY: 新細明體; mso-font-kerning: 0pt; mso-ascii-font-family: 'Times New Roman'">會給其它使用者帶來負擔並降低整體系統效能</SPAN><SPAN lang=EN-US style="mso-font-kerning: 0pt"><FONT face="Times New Roman">. </FONT></SPAN><SPAN style="FONT-FAMILY: 新細明體; mso-font-kerning: 0pt; mso-ascii-font-family: 'Times New Roman'">因次我們提出一個有效率的演算法來分辨這些不合群的使用者</SPAN><SPAN lang=EN-US style="mso-font-kerning: 0pt"><FONT face="Times New Roman"> . </FONT></SPAN><SPAN style="FONT-FAMILY: 新細明體; mso-font-kerning: 0pt; mso-ascii-font-family: 'Times New Roman'">主要的想法為監控可用頻寬與使用者網路流量之間的相對關係</SPAN><SPAN lang=EN-US style="mso-font-kerning: 0pt"><FONT face="Times New Roman">. </FONT></SPAN><SPAN style="FONT-FAMILY: 新細明體; mso-font-kerning: 0pt; mso-ascii-font-family: 'Times New Roman'">首先我們會先比較現有可用頻寬量測工具的特色</SPAN><SPAN lang=EN-US style="mso-font-kerning: 0pt"><FONT face="Times New Roman">, </FONT></SPAN><SPAN style="FONT-FAMILY: 新細明體; mso-font-kerning: 0pt; mso-ascii-font-family: 'Times New Roman'">選擇最適合來監控同儕網路的工具</SPAN><SPAN lang=EN-US style="mso-font-kerning: 0pt"><FONT face="Times New Roman">, </FONT></SPAN><SPAN style="FONT-FAMILY: 新細明體; mso-font-kerning: 0pt; mso-ascii-font-family: 'Times New Roman'">接著</SPAN><SPAN lang=EN-US style="mso-font-kerning: 0pt"><FONT face="Times New Roman">, </FONT></SPAN><SPAN style="FONT-FAMILY: 新細明體; mso-font-kerning: 0pt; mso-ascii-font-family: 'Times New Roman'">提出我們評估使用者是否為</SPAN><SPAN lang=EN-US style="mso-font-kerning: 0pt"><FONT face="Times New Roman"> freeriders </FONT></SPAN><SPAN style="FONT-FAMILY: 新細明體; mso-font-kerning: 0pt; mso-ascii-font-family: 'Times New Roman'">的演算法以及我們的實驗結果</SPAN><SPAN lang=EN-US style="mso-font-kerning: 0pt"><FONT face="Times New Roman">. </FONT></SPAN><SPAN style="FONT-FAMILY: 新細明體; mso-font-kerning: 0pt; mso-ascii-font-family: 'Times New Roman'">實驗結果證實我們的演算法確實能夠分辨出對整體網路有貢獻的使用者以及只想從中得利而不想有所貢獻的使用者</SPAN><SPAN lang=EN-US style="mso-font-kerning: 0pt"><FONT face="Times New Roman">. </FONT></SPAN><SPAN style="FONT-FAMILY: 新細明體; mso-font-kerning: 0pt; mso-ascii-font-family: 'Times New Roman'">藉由這些資訊我們能建立更穩固的底層網路架構</SPAN><SPAN lang=EN-US style="mso-font-kerning: 0pt"><FONT face="Times New Roman"> . </FONT></SPAN><SPAN style="FONT-FAMILY: 新細明體; mso-font-kerning: 0pt; mso-ascii-font-family: 'Times New Roman'">並以此為基礎來發展許多同儕網路系統</SPAN><SPAN lang=EN-US style="mso-font-kerning: 0pt"><FONT face="Times New Roman"> ( P2P system ) </FONT></SPAN><SPAN style="FONT-FAMILY: 新細明體; mso-font-kerning: 0pt; mso-ascii-font-family: 'Times New Roman'">或多點傳播系統</SPAN><SPAN lang=EN-US style="mso-font-kerning: 0pt"><FONT face="Times New Roman"> ( multicast applications ) . <o:p></o:p></FONT></SPAN></P> <P class=MsoNormal style="TEXT-JUSTIFY: inter-ideograph; MARGIN: 0cm 0cm 0pt; TEXT-INDENT: 30pt; TEXT-ALIGN: justify; mso-pagination: widow-orphan; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto"><SPAN lang=EN-US style="mso-font-kerning: 0pt"><FONT face="Times New Roman"></FONT></SPAN> </P> <P class=MsoNormal style="TEXT-JUSTIFY: inter-ideograph; MARGIN: 0cm 0cm 0pt; TEXT-INDENT: 30pt; TEXT-ALIGN: justify; mso-pagination: widow-orphan; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto"><SPAN lang=EN-US style="mso-font-kerning: 0pt"><FONT face="Times New Roman">Most Internet-based collaborative computing systems face the major problem: freeriding. The abundance of freeriders, and load imbalance it creates, punishes those peers who do actively contribute to the network by forcing them to overuse their resources. Hence, the overall system performance becomes to degrade quickly. The goal of this paper is aimed to provide an efficient approach to distinguish the dishonest peers from the honest peers. The key idea of our approach is to make use of the relationship between the perceived throughput and the available bandwidth. First, we do a comprehensive study of available bandwidth estimation tools. Next, we propose integrity-aware bandwidth guarding algorithm, which is designed according to the perceived throughput and the available bandwidth estimation. Finally, the simulation results illustrate that our approach can correctly identify dishonest peers and be of great help in constructing a better overlay structure for many peer-to-peer and multicast applications.<o:p></o:p></FONT></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><o:p><FONT face="Times New Roman"> </FONT></o:p></SPAN></P>駐洛杉磯辦事處文化組http://www.blogger.com/profile/03064362193399203939noreply@blogger.comtag:blogger.com,1999:blog-8179300626400831624.post-85977323172704948162007-07-02T15:22:00.001-07:002007-07-02T15:22:11.257-07:00Transfer (vs. specificity) following different amounts of perceptual learning in tasks differing in stimulus orientation and position<DIV><FONT size=2> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><FONT size=3><SPAN style="FONT-FAMILY: 新細明體; mso-ascii-font-family: Verdana; mso-hansi-font-family: Verdana"><SPAN style="FONT-SIZE: 12pt; FONT-FAMILY: 新細明體; mso-ascii-font-family: 'Times New Roman'; mso-fareast-language: ZH-TW">論文發表人:</SPAN>劉效樺</SPAN><SPAN style="FONT-FAMILY