博碩士論文 955205004 詳細資訊




以作者查詢圖書館館藏 以作者查詢臺灣博碩士 以作者查詢全國書目 勘誤回報 、線上人數:45 、訪客IP:18.117.153.38
姓名 黃俊凱(Jyun-Kai Huang)  查詢紙本館藏   畢業系所 軟體工程研究所
論文名稱 設計與實作服務導向之學術指標分析系統
(Design and Implement of Service-Oriented Research Capability Analysis System)
相關論文
★ 以正規表示法為基礎之文字比對機制與於路徑規劃服務之應用★ 於行動裝置上支援網站內容之呈現:以新聞網服務為例
★ 軟體模組化度量之實驗與驗證★ 基於一個擴充Hitz和Montazeri的度量方法模組化原始碼
★ AMRL耦合強度度量方法★ 針對組合IOT服務之BPEL引擎擴充機制
★ 大型開放原始碼軟體類別改變分佈之探討★ 基於BPEL之服務轉接器引擎設計與實作
★ 網路能力應用處理器與傳感器介面模組之設計與實作★ 基於程式碼生成、Java 內容倉庫及虛擬機器之 物聯網設備轉接流程
★ 移動代理人監控系統之設計與實作★ 以正規表式法為基礎之地理編碼服務設計與實作
★ Android應用程式開發之持續整合系統★ 基於設計矩陣之需求追溯關係建立方法
★ 點對點移動代理人之設計與實作與於車資通訊之應用★ 網頁內容叢集分類法之設計與實作
檔案 [Endnote RIS 格式]    [Bibtex 格式]    [相關文章]   [文章引用]   [完整記錄]   [館藏目錄]   [檢視]  [下載]
  1. 本電子論文使用權限為同意立即開放。
  2. 已達開放權限電子全文僅授權使用者為學術研究之目的,進行個人非營利性質之檢索、閱讀、列印。
  3. 請遵守中華民國著作權法之相關規定,切勿任意重製、散佈、改作、轉貼、播送,以免觸法。

摘要(中) 要達成專家學者學術成就之指標分析,如何去蒐集各學者在不同的論文引用資料庫的資料,如論文數、引用數與影響力,變成了所必須解決的首要問題。使用資料庫搜尋引擎對某學者進行著作搜尋時,搜尋到的結果常常夾雜太多與目標學者不相關之結果,每一位學者的著作也常常分布在各種資料庫之中,若要能完整查出該作者的所有著作,就必須要到各個搜尋引擎去做查詢。然而,各種資料庫搜尋引擎的搜尋模式大不相同,對使用者造成許多不便,且造成分析工作曠日廢時。此外,在進行分析工作時通常需要產生各種不同類型的報表,目前市面上之報表工具,往往無法根據使用者之多元需求產生適合之分析報表,亦或需要使用者具備程式撰寫能力才可駕馭其功能。
因此,本計畫提出一個服務導向架構(Service Oriented Architecture, SOA)的解決方案,使用掛載於系統上的資料來源,並提供簡易之報表開發方式,以產生學者學術研究成果指標分析之報表。
摘要(英) It is widely accepted to use the publication number to measure the accomplishment of a scholar, but it’s only focus on the quantitative perspective rather than the quality of the published articles. Therefore, how to set an indicator to measure the accomplishment of a scholar from both quantitative and qualitative becomes a major issue. Counting the citation number of an article is a good way to measure the quality of the published article and has been widely used in the research area. However, when searching the information over internet, user always needs to search different databases, and it’s always a tedious work. In addition, there are always new requirements for analysis reports, but extant report design tools are not flexible enough to meet coming requirements, or too complex so that users can not use it easily. In the paper, we propose a service-oriented approach to address these issues by providing a uniform interface for collecting the relevant information with respect to a scholar, and devise a report framework for designing and generating reports in an on-demand fashion.
關鍵字(中) ★ 學術指標
★ 服務導向架構
關鍵字(英) ★ Research Index
★ SOA
論文目次 摘要 i
ABSTRACT ii
誌謝 iii
目錄 iv
圖目錄 vi
表目錄 viii
第一章 緒論 1
1-1 引言 1
1.2 動機 2
1.3 論文架構 3
第二章 背景知識介紹 4
2-1 Service-Oriented Architecture 4
2-2 WSDL (Web Services Description Language) 6
2-3 BPEL (Business Process Execution Language) 7
2-4 Impact Factor 9
2-5 Apache POI-HSSF 10
2-6 Java Architecture for XML Binding 10
第三章 系統需求與設計 12
3-1系統需求(System Requirement) 12
3-2 系統架構(System Architecture) 13
3-2-1 RCA Portal Subsystem 16
3-2-2 Data Loader Subsystem 17
3-2-3 RCA Workspace Subsystem 18
3-2-4 Research Capability Analysis Subsystem 19
3-2-5 Administrator Management Subsystem 20
3-2-6 Configuration Management Subsystem 21
3-2-7 Report Framework Subsystem 22
3-3 細部設計(Detailed Design) 23
3-3-1 Service Plug-In and Plug-Out 23
3-3-2 Service Delivering through Mail Notification 25
3-3-3 Report Framework 26
3-3-4 Join Data Set 29
3-3-5 Cross Table 34
3-3-6 Expression Support 37
3-4 系統運作設計 38
3-4-1 Scenario - Search 39
3-4-2 Scenario - Manage Workspace 41
3-4-3 Scenario - Manage Expert’s Information 42
3-4-4 Scenario - Manage RCA Project 43
3-4-5 Scenario - Design Report Using Report Framework 44
3-4-6 Scenario - Generate Report Using Report Framework 45
3-4-7 Scenario - Administrator 46
第四章 系統實作 48
4-1 搜尋學者 48
4-2 學者資訊 50
4-3 建立並產生報表 51
4-4 設計報表樣板 52
第五章 相關文獻探討 61
5.1 相關工具簡介 61
5.2 工具比較 61
5.2.1評比項目說明 61
第六章 結論 64
參考文獻 65
附錄 一 Excel中的學者資料儲存格式 67
附錄 二 Report XML的格式 70
參考文獻 [1]The Apache Software Foundation: Apache POI - Java API To Access Microsoft Format Files, 8 July 2008. Form: http://poi.apache.org/.
[2]The Apache Software Foundation: POI-HSSF - Java API To Access Microsoft Excel Format Files, 8 July 2008. Form: http://poi.apache.org/hssf.
[3]Danciu, Teodor and Chirita, Lucian, The Definitive Guide to JasperReports, JasperSoft Corporation , 2007.
[4]The Eclipse Foundation: BIRT Overview, 8 July 2008. Form: http://www.eclipse.org/birt/phoenix/intro/.
[5]Elsevier Inc.: Engineering Village, 8 July 2008. Form: http://www.engineeringvillage2.org/controller/servlet/Controller?CID=home.
[6]Google : Google Scholar, 8 July 2008. Form: http://scholar.google.com/
[7]Graham, Steve et al., Building Web Services with Java, Second Edition , Sams Publishing , 2004.
[8]Hansen, Mark D., SOA Using Java Web Services, Prentice Hall, 2007.
[9]JasperForge.org: IReport Manual V1.2.1 , 8 July 2008. Form: http://www.jasperforge.org/sf/wiki/do/viewPage/projects.ireport/wiki/IReportManualV1.2.1.
[10]Jordan, Diane et al., Web Services Business Process Execution Language Version 2.0, 2007.
[11]Kreger, H. , Web Services Conceptual Architecture (WSCA) 1.0, IBM Software Group, 2001.
[12]Ort, Ed and Mehta, Bhakti : Java Architecture for XML Binding, 8 July 2008. Form: http://java.sun.com/developer/technicalArticles/WebServices/jaxb/#introjb.
[13]Papazoglou, M.P. and Georgakopoulus, D., “Service-Oriented Computing”, Communications of the ACM, Vol 46, No. 10, 2003.
[14]Sun Microsystems: Java EE 5 Tutorial -Binding between XML Schema and Java Classes, 8 July 2008. Form: http://java.sun.com/javaee/5/docs/tutorial/doc/bnazf.html.
[15]The Thomson Corporation: Journal Citation Report, 8 July 2008. Form: http://scientific.thomsonreuters.com/products/jcr/.
[16]The Thomson Corporation: Journal Impact Factor , 8 July 2008. Form: http://admin-apps.isiknowledge.com/JCR/help/h_impfact.htm .
[17]The Thomson Corporation: ISI Web of Knowledge, 8 July 2008. Form:
http://portal.isiknowledge.com/portal.cgi.
[18]林威伸,「基於服務遞送的BPEL擴充」,國立中央大學,碩士論文,民國96年。
指導教授 李允中(Jonathan Lee) 審核日期 2008-7-20
推文 facebook   plurk   twitter   funp   google   live   udn   HD   myshare   reddit   netvibes   friend   youpush   delicious   baidu   
網路書籤 Google bookmarks   del.icio.us   hemidemi   myshare   

若有論文相關問題,請聯絡國立中央大學圖書館推廣服務組 TEL:(03)422-7151轉57407,或E-mail聯絡  - 隱私權政策聲明