§ 瀏覽學位論文書目資料
  
系統識別號 U0002-2808200516122500
DOI 10.6846/TKU.2005.00715
論文名稱(中文) 風工程實場量測資料入口網站之探討與研發
論文名稱(英文) Research and Development of a Data Management Web Portal for Wind Engineering Field Measurements
第三語言論文名稱
校院名稱 淡江大學
系所名稱(中文) 土木工程學系碩士班
系所名稱(英文) Department of Civil Engineering
外國學位學校名稱
外國學位學院名稱
外國學位研究所名稱
學年度 93
學期 2
出版年 94
研究生(中文) 吳秉樺
研究生(英文) Ping-Hua Wu
學號 692310872
學位類別 碩士
語言別 繁體中文
第二語言別
口試日期 2005-06-28
論文頁數 64頁
口試委員 指導教授 - 王人牧(wang@km.ce.tku.edu.tw)
委員 - 陳正忠
委員 - 陳振華
委員 - 鄭啟明
委員 - 林堉溢
關鍵字(中) 風工程
實場量測
資料管理
入口網站
Python
PHP
關鍵字(英) Wind Engineering
Full-Scale Measurement
Data Management
Web Portal
Python
PHP
第三語言關鍵字
學科別分類
中文摘要
傳統上,實場量測數據的保存分析多在同一資訊平台上運作,而管理者可能需待在現地以便監控結構物,或以勞力換取寶貴的資料。隨著電腦及網路技術的發展,遠端控制、資料集中管理的概念逐漸形成。其最大的挑戰,在於量測系統的操作、數據資料的擷取及其傳輸、處理及儲存。
近幾年來,淡江大學風工程研究中心,對知識管理的課題一直有深入研究。將量測數據資料予以儲存、分享也是知識管理的一門課題,利用知識管理概念建構及管理實場量測數據資料庫,提高數據搜尋與擷取的效能。整個系統架構於網際網路上,不受平臺或地域限制,如此一來,只需透過當地的網路系統及全球資訊網瀏覽器,就可以計算、分析、展示及下載所監測的歷時數據,增加許多使用者操作上的便利性。
本系統透過Python進行資料處理,PHP 繪圖套件進行資料點繪圖,以Zope及Plone為基礎架設而成的入口網站,讓使用者可以及時地從網路上下載及了解實場量測數據資料,不需再受很於時間及空間因素。
英文摘要
Traditionally, the data storage and analysis of field measurements mostly operate on one information platform. Administrators may need to stay on site in order to monitor the measurements. That is, exchange labor for the valuable data. The concept of remote control and centralized data management gradually shapes up with the progress in information and network technology. However, the challenges are the control of measurement systems and the collection, dissemination, processing and storage of data.
The Wind Engineering Research Center of Tamkang University has been involved in the study of knowledge management in recent years. How to store and share data from full-scale field measurements is also a subject of knowledge management. Using the methods from knowledge management to construct and manage a database for the measurements can increase the efficiency of data search and storage. The system operates on the Internet. Using standard web browsers, the users can perform data calculation, analysis, display and downloading without being confined by computer platform and geographical location, which increases its accessibility. 
The system handles data processing with Python and charting with PHP drawing library. The data management portal is developed with Zope and Plone, which enable users to download the measured data through network and to make quick analysis in time. It overcomes the difficulty of time and space.
第三語言摘要
論文目次
第一章	緒論	1
1.1	研究背景及動機	1
1.2	研究目的	2
1.3	研究方法	4
1.3.1	風工程實場量測資料需求之分析	4
1.3.2	數據資料庫及網路基礎設施之規劃與建立	4
1.3.3	風工程實場量測資料入口網站之撰寫和研發	5
1.4	論文章節及架構	5
第二章	文獻回顧	7
2.1	Zope之介紹	7
2.1.1	Zope簡介	7
2.1.2	Zope的功能	8
2.1.3	ZODB與MySQL	10
2.1.4	ZPT的簡介	10
2.2	Plone的介紹	11
2.2.1	Plone的簡介	11
2.2.2	Plone的特性	12
2.2.3	Plone的功能	14
2.3	Python的介紹	16
2.3.1	Python的簡介	16
2.3.2	Python的優勢	17
2.4	XML的介紹	18
2.4.1	XML的簡介	18
2.4.2	XML Schema的介紹	21
2.5	PHP的介紹	21
2.5.1	PHP的簡介	21
2.5.2	JpGraph的簡介	23
2.6	入口網站	23
2.6.1	企業資訊入口網站	23
2.6.2	內容管理入口網站	24
第三章	系統之分析與探討	26
3.1	需求分析	26
3.1.1	風工程實場量測簡介	26
3.1.2	入口網站	29
3.1.3	使用者需求	30
3.1.4	架構分析	30
3.2	架構設計	32
3.2.1	硬體與軟體的建置	32
3.2.2	系統架構	35
第四章	資料庫內容規劃	43
4.1	資料庫之規劃與架構	43
4.2	資料庫之內容介紹	44
4.2.1	結構物資訊模組	44
4.2.2	儀器資訊模組	46
4.2.3	數據檔案儲存模組	50
第五章	系統實作	52
5.1	軟硬體測試環境	52
5.1.1	客服端最低需求	52
5.1.2	客服端測試環境	52
5.2	系統展示	53
5.2.1	情境模擬步驟	53
5.2.2	實作圖片	55
第六章	結論	60
6.1	結論	60
6.2	未來展望	61
參考文獻	63
圖目錄
圖3-1 實場量測數據資訊平台整體架構圖..........................................................28
圖3-2 風工程實場量測數據入口網站功能設計圖..............................................29
圖3-3 系統架構流程圖..........................................................................................32
圖3-4 系統概要圖..................................................................................................33
圖3-5 客戶端Request XML Schema 文件...........................................................35
圖3-6 Data 元素.....................................................................................................37
圖3-7 伺服端Response XML Schema 文件.........................................................38
圖3-8 Structure 元素..............................................................................................39
圖3-9 量測數值資料應用分析流程圖..................................................................42
圖4-1 實場量測整體資料庫關連圖......................................................................44
圖5-1 系統登入時輸入帳號、密碼畫面..............................................................55
圖5-2 系統登入畫面..............................................................................................55
圖5-3 進入實場量測數據畫面..............................................................................56
圖5-4 儀器列表......................................................................................................56
圖5-5 數據分析繪圖..............................................................................................57
圖5-6 繪圖結果展示..............................................................................................57
圖5-7 十分鐘風速平均值02 時至03 時..............................................................58
圖5-8 十分鐘風向平均值02 時至03 時..............................................................58
圖5-9 下載檔案項目清單......................................................................................59
表目錄
表2-1 XML Schema 與DTD 差異比較表............................................................21
表3-1 伺服器規格..................................................................................................34
表3-2 引用軟體列表..............................................................................................34
表3-3 Structure 標籤列表......................................................................................36
表3-4 Istrument 標籤列表.....................................................................................36
表3-5 Output 標籤列表.........................................................................................36
表3-6 Date 標籤列表.............................................................................................37
表3-7 Time 標籤列表............................................................................................37
表3-8 Name 標籤列表...........................................................................................39
表3-9 Height 標籤列表..........................................................................................39
表3-10 Location 標籤列表..................................................................................39
表3-11 Date 標籤列表.........................................................................................40
表3-12 Path 標籤列表.........................................................................................40
表3-13 Filename 標籤列表..................................................................................40
表4-1 人員資料表及範例......................................................................................45
表4-2 結構物資料表及範例..................................................................................45
表4-3 人員分配資料表及範例..............................................................................46
表4-4 儀器資料表及範例......................................................................................47
表4-5 AD 資料擷取器資料表及範例...................................................................47
表4-6 儀器架設資料表及範例..............................................................................48
表4-7 儀器維修記錄資料表及範例......................................................................49
表4-8 AD 資料擷取器架設資料表及範例...........................................................49
表4-9 儀器頻道連結資料表及範例......................................................................50
表4-10 數據存取資料表及範例..........................................................................50
參考文獻
1.	Zope Community, URL: http://www.zope.org/, accessed May 2005
2.	MySQL Documentation, URL: http://dev.mysql.com/doc/, accessed May 2005
3.	Latteier, Amos, and Michel Pelletier, The Zope Book, New Riders Publishing (2001).
4.	Plone, URL: http://www.plone.org/, accessed May 2005
5.	Python, URL: http://www.python.org/, accessed May 2005
6.	Mark Lutz & David Ascber, “Learning Python”, O’RELLY(1999)
7.	徐千慧,「SGML與網際出版」,資訊應用導航第12期 (1997/8)。
8.	龍其貿,「以WAP為基礎的文件研究」,國立中興大學應用數學研究所碩士論文 (2000)。
9.	郭尚君,郭慧琦,XML技術實務,文魁資訊 (2002)。
10.	William J. Pardi, XML in Action, Microsoft Press (2000).
11.	PHP, URL: http://www.php.net/, accessed May 2005
12.	Tim Converse & Joyce Park, PHP Bible 2nd Edition, WILEY (2002)
13.	JpGraph, URL: http://www.aditus.nu/jpgraph/index.php, accessed May 2005
14.	Debian, URL: http://www.debian.org/,accessed May 2005
15.	「淡江大學風工程研究中心」,URL: http://www.werc.ce.tku.edu.tw/,accessed May 2005
16.	謝明芳,「結構風工程知識管理平台架構之探討與建置」,淡江大學土木工程研究所碩士學位論文(2003)。
17.	許耕榜,「結構風工程實驗室之網路協同工作研究」,淡江大學土木工程研究所碩士學位論文(2004)。
18.	何謂入口網站,URL: http://www.afdb.org/portalHelp/ohw/state/content/locale.zh_TW/vtAnchor.relatedhelptopics/vtTopicFile.welchelp_hs%7Cwelcport%7Ehtm/navId.3/navSetId._/, accessed May 2005
19.	Emil Simiu & Robert H. Scanlan, Wind Effects on Structures, 3rd Edition, John Wiley & Sons.
20.	CZUG(中文ZOPE用戶組) , URL: http://www.czug.org/, accessed May 2004.
21.	黃敏松,ZOPE進階講師研習班教材,自由軟體應用諮詢中心,2003。
論文全文使用權限
校內
校內紙本論文立即公開
同意電子論文全文授權校園內公開
校內電子論文於授權書繳交後1年公開
校外
同意授權
校外電子論文於授權書繳交後1年公開

如有問題,歡迎洽詢!
圖書館數位資訊組 (02)2621-5656 轉 2487 或 來信