§ 瀏覽學位論文書目資料
  
系統識別號 U0002-1802201414472600
DOI 10.6846/TKU.2014.00652
論文名稱(中文) 協助整合多元知識與分享的管理平台
論文名稱(英文) A System to Support Integration and Sharing of Knowledge Contents from Multiple Sources and Types
第三語言論文名稱
校院名稱 淡江大學
系所名稱(中文) 資訊工程學系碩士班
系所名稱(英文) Department of Computer Science and Information Engineering
外國學位學校名稱
外國學位學院名稱
外國學位研究所名稱
學年度 102
學期 1
出版年 103
研究生(中文) 陳致佑
研究生(英文) Zhih-Yo Chen
學號 600410616
學位類別 碩士
語言別 繁體中文
第二語言別 英文
口試日期 2014-01-03
論文頁數 68頁
口試委員 指導教授 - 鍾興臺
委員 - 張榮吉
委員 - 洪文斌
委員 - 鍾興臺
關鍵字(中) 知識收藏
oEmbed
知識整合
關鍵字(英) knowledge collection
oEmbed
knowledge organization
第三語言關鍵字
學科別分類
中文摘要
本文的目的是想要探討設計一個知識整合平台並且透過dotCMS這個內容管理系統來管理內容,再額外建立資料表來輔助平台所需要的功能,希望幫助人們將網路上各種大大小小的知識內容做收藏整理,改善目前對於用檔案系統來收藏整理知識內容的不方便,而其中兩個重點就是改善連結外部知識與多元知識整合,連結外部知識的重點就是讓使用者更快速的累積知識內容,我們會讓使用者透過URL更快速的把外部的知識內容放進知識整合平台,因為輸入資料變得方便快速才會讓使用者不斷的累積知識內容,至於多元知識整合的改善我們會設計一些管理工具,像是系統分類、大項、小項、大項標籤、小項標籤等等,大項可以用來裝小項,還可以用內部的小項標籤篩選小項,而系統分類跟大項標籤則用來管理大項,透過這樣的概念整理知識內容。為了促進知識內容的分享交流,我們讓使用者可以對大項、小項設定分享狀態,而只要是分享的知識內容就可以在探索的時候被其他使用者搜尋出來,而且對於喜歡的大項、小項還可以收藏,透過此方式來讓使用者之間彼此交流。
英文摘要
This thesis is to explore and design a system that can support integration of knowledge contents from different sources and types. We use dotCMS content management system as the base to manage knowledge contents, and extend it with additional database tables for the needed functionalities. It helps users collect varieties of knowledge contents in more efficient and effective manner. For collection of external knowledge contents from the Internet, users only need to enter a single URL, because we support oEmbed that allow users to retrieve efficiently the knowledge contents such as videos, photos, or some other contents from oEmbed service providers. In addition, URL with different content types, such as bookmarks and pdf, can be processed as well.  For efficient internal knowledge collection and integration, we use item to store an individual knowledge content; super item as a container to collect items; item tag to filter items; and super item tags to store different super items from different system categories. With all these integrated together, knowledge contents can be organized quickly and nicely. To enhance the sharing of knowledge contents, the super items can be set as private or public. For those public super items, it can be searched by collected by other users. Items can also be collected into a specific super item.
第三語言摘要
論文目次
目錄
第一章	緒論	1
1.1	研究動機	1
1.2	研究目的	2
1.3	論文架構	3
第二章	研究背景	4
2.1	 社群網站	4
2.2	 知識管理	6
2.2.1	知識的種類與知識的四個層次	6
2.2.2	SECI模型	7
2.2.3	知識管理的目的	8
2.3	 知識社群	8
2.4	 技術簡介	9
2.4.1	dotCMS	9
2.4.2	Hibernate	11
2.4.3	Apache Velocity	12
2.4.4	Viewtool	13
2.4.5	oEmbed	15
2.4.6	MVC Architecture	19
2.4.7	HTML 5	20
2.4.8	JQuery	20
2.4.9	CSS3	20
2.4.10	YQL	21
2.4.11 	MIME Type	22
第三章	知識整合與分享模式	23
3.1	 用URL連結外部知識	23
3.2	 多元知識整合	31
3.3	 知識探索收藏與分享	35
第四章	系統開發	36
4.1	 系統設計	36
4.1.1	oEmbed	36
4.1.2	系統分類 (Category)	37
4.1.3 	大項標籤 (Stag)	39
4.1.4	大項(Sitem)	42
4.1.5	小項(Item)	45
4.1.6	排序	49
4.2	 資料庫設計	50
第五章	結論與未來的展望	60
5.1	結論	60
5.2	未來的展望	61
參考文獻	62
附錄 英文論文	63

圖目錄
圖 1 知識螺旋圖	7
圖 2 dotCMS架構概念圖	10
圖 3 Hibernate架構概念圖	11
圖 4 Velocity範例圖	12
圖 5 ViewTool範例圖-前	13
圖 6 ViewTool範例圖-後	14
圖 7 oEmbed運作示意圖	15
圖 8 oEmbed範例圖	18
圖 9 MVC架構	19
圖 10 YQL範例圖	21
圖 11 知識整合平台融入oEmbed示意圖	24
圖 12 違反同源策略錯誤訊息	25
圖 13 違反同源策略	26
圖 14 HTTP Response中的Content-Type	28
圖 15 取得Content-Type範例圖	29
圖 16 用URL新增小項系統展示圖	30
圖 17 系統分類展示圖	31
圖 18 大項與小項展示圖	32
圖 19 大項標籤展示圖	33
圖 20 小項標籤展示圖	34
圖 21 探索知識內容展示圖	35
圖 22 透過oEmbed新增資料活動圖	36
圖 23 系統分類讀取大項列表活動圖	38
圖 24 大項標籤列表活動圖	39
圖 25 大項標籤新增活動圖	40
圖 26 大項標籤修改活動圖	41
圖 27 大項列表活動圖	42
圖 28 大項新增活動圖	43
圖 29 大項修改活動圖	44
圖 30 小項列表活動圖	45
圖 31 小項新增活動圖	47
圖 32 小項修改活動圖	48
圖 33 排序活動圖	49

表目錄
表 1 MIME Type常用列表	22
表 2 使用者資料表	50
表 3 大項資料表	51
表 4 收藏大項資料表	52
表 5 小項資料表	53
表 6 收藏小項資料表	54
表 7 系統分類資料表	55
表 8 評論資料表	55
表 9 大項標籤資料表	56
表 10 標籤與大項關聯資料表	57
表 11 收藏大項標籤資料表	57
表 12 小項標籤資料表	58
表 13 標籤與小項關聯資料表	59
參考文獻
[1]	陳煥元,支援行動化有效知識整合與分享,淡江大學資訊工程所碩士論文,2013。
[2]	內隱知識,麥可波蘭尼(Michael Polanyi), http://infed.org/mobi/michael-polanyi-and-tacit-knowledge/。
[3]	侯望倫,組織知識管理整合架構設計與探討--資訊軟體業為例,國立政治大學資訊管理學系博士論文,2002。
[4]	野中鬱次郎,知識創造的企業,1995。
[5]	dotCMS Architecture Overview,http://dotcms.com/docs/latest/dotCMSArchitecture。
[6]	Hibernate, http://www.hibernate.org/hibernate。
[7]	Apache Velocity,http://velocity.apache.org/engine/releases/velocity-1.7/user-guide.html。
[8]	oEmbed,http://oembed.com/。
[9]	JQuery,http://jquery.com/。
[10]	YQL,http://developer.yahoo.com/yql/。
[11]	MIME Type, http://metadata.teldap.tw/elearning/doc/MIME_Type.pdf。
論文全文使用權限
校內
紙本論文於授權書繳交後1年公開
同意電子論文全文授權校園內公開
校內電子論文於授權書繳交後1年公開
校外
同意授權予資料庫廠商
校外電子論文於授權書繳交後1年公開

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