簡易檢索 / 詳目顯示

研究生: 陳冠宇
Kuan-Yu Chen
論文名稱: 結合近場通訊與電子書編輯器之校園應用系統之研究
Study on Campus Application Systems Combined with NFC and EPUB EBook Editors
指導教授: 林均翰
Lin, Chun-Han
學位類別: 碩士
Master
系所名稱: 資訊工程學系
Department of Computer Science and Information Engineering
論文出版年: 2016
畢業學年度: 104
語文別: 中文
論文頁數: 85
中文關鍵詞: 安卓電子書近場通訊編輯系統電子標籤
英文關鍵詞: Android, E-books, Near-field communication, Editing systems, Electronic tags
DOI URL: https://doi.org/10.6345/NTNU202203821
論文種類: 學術論文
相關次數: 點閱:55下載:6
分享至:
查詢本校圖書館目錄 查詢臺灣博碩士論文知識加值系統 勘誤回報
  • 近年來科技越來越發達的時代裡,幾乎人人皆有智慧型行動裝置。這些智慧型行動裝置結合無線通訊感應器越發成熟,如iBeacon、WiFi感應、近場通訊等,皆有其優勢與可應用的地方。另外,可結合智慧型行動裝置的電子書相關應用技術在距今約十幾年前開始被重視與開發,透過智慧型行動裝置或不同載具以特定型式之應用來輔助人們發展與閱讀相關應用。目前許多大型出版社對於電子書格式與編輯系統相關應用已逐漸完善,反觀對於一般使用者來說,電子書之編輯與應用系統還相當欠缺。

    本研究主要開發結合近場通訊感應器與電子書編輯系統之應用,我們利用EPUB電子書格式標準開發出可以模擬電子書編輯器之網頁與伺服器端之電子書編輯系統。本研究並利用近場通訊感應之原理,結合智慧型行動裝置上之近場通訊感應器,藉由感應電子標籤來讀取標籤內的內容,用以模擬電子書試閱的使用者情境。本研究所提出之系統,在Android平臺上結合近場通訊感應功能來模擬校園生活應用。讓使用者可以利用自己行動閱讀裝置上的近場通訊感測器功能,來感應電子標籤上的內容,並做試閱電子書的動作。藉此模擬使用者的書籍電子化的閱讀情境。而本研究除了可以應用在校園圖書館內的書籍推薦欄,亦可以用在新書發表或活動發布之中。藉由簡單的近場通訊感應的動作而達到快速瀏覽電子資訊內容的目的;然後輔以網頁端的電子書編輯系統模擬編輯電子書的步驟。讓一般使用者也能輕易的製作出電子書籍的內容,並在最後使用模擬電子標籤海報製作的方式,作電子書推薦的呈現,可方便使用者列印出電子標籤海報的內容。

    In recent years, more and more advanced in science and technology era, almost everyone has a smart mobile device. These intelligent devices with wireless sensors become more mature, such as iBeacon, WiFi, and near-field communications, has its advantages and can be used in some places. In addition, combining the eBook-related applications of intelligent mobile devices in more than 10 years ago began to be paid attention to, developed, through an intelligent mobile devices or different vehicle to aid people with specific types of applications development and reading applications. In addition, mobile devices can be combined with intelligent e-book related application technology being taken seriously and development dating back approximately ten years ago, through an intelligent mobile devices or different devices to aid people with specific types of applications development and reading applications. Many major publishers for e-book format and editing application system has been gradually improved, in contrast to the general user, the e-books of editing and application system is still quite lacking.

    This study main in development combined with the near-field communications application of sensors and e-book editing system, we use the EPUB eBook format and eBook standards to develop a system for simulation eBook editor page with server-side web and e-book editing system. This study using the principle of near-field communications sensing, and combined with near-field communication sensor on the smart mobile device, by sensing electronic tags to read the contents of the tag within the e-book preview to simulate user situation. The proposed system, combined with the near-field communications in the Android platform sensor to simulate life application on campus. So that users can take advantage of near-field communication sensor function on its own mobile device to induction of the contents of the electronic tag, and reading ebooks. Thereby user of simulation electronic books reading situation. This study not only can be used in the campus library, the books recommended, but also can be used in the activities of new book published or released. With simple actions induced of near-field communications to achieve a quick electronic information contents of the purpose; then supplemented with the web side of e-book editing system to simulate the steps to edit the e-book. So that regular user can easily make out the contents of an electronic book. And finally, the use of electronic tag poster made a way for e-books recommended presentation, users can easily print out electronic tag poster content.

    第一章 序論 1 研究背景 研究背景 1 第二節 研究動機 7 第三節 研究目的 10 第四節 論文架構 12 第二章 文獻探討 13 第一節 Android 系統 13 2-1-1 Android Studio平台 18 第二節 HTML 5 19 第三節 JavaScript 20 第四節 CSS 22 第五節 XML DOM 23 第六節 EPUB 25 2-6-1 EPUB架構 27 第七節 MySQL 30 第八節 參考論文與比較 32 2-8-1 EPUB電子書編輯系統介面之實作呈現 32 2-8-2 本研究與EPUB電子書編輯系統之比較 36 第三章 結合近場通訊與電子書編輯器之校園應用系統 37 第一節 系統架構 37 3-1-1系統流程圖 41 第二節 Android平台上之電子書閱讀器應用程式開發 42 3-2-1 閱讀器之系統流程圖 42 第三節 EPUB 電子書編輯系統之開發 44 第四節 EPUB電子書 實作 44 3-4-1 EPUB格式 電子書 實作 45 3-4-2 EPUB電子書 實作 46 第五節 近場通訊之應用 實作 46 3-5-1 近場通訊感應之Android 系統層 47 3-5-2 近場通訊感應之Android 應用層 49 3-5-3 近場通訊之系統流程圖 52 第四章 系統開發與實作介面呈現 53 第一節 系統之開發環境 53 4-1-1系統之使用者案例圖(Use Case Diagram) 53 4-1-2系統之循序圖(Sequence Diagram) 56 第二節 系統實作之介面呈現 59 4-2-1 登入與權限管理實作 59 4-2-2 電子書製作與編輯設定實作 64 4-2-3 電子書管理實作 65 4-2-4 電子書閱讀介面實作方法 65 4-2-5網頁端電子書編輯系統介面與結果 66 4-2-6近場通訊感應器之應用系統介面與結果 74 4-2-7 Android電子書閱讀器系統 78 4-2-8電子標籤海報之介面與結果 80 第五章 結論與未來展望 81 第一節 結論 81 第二節 未來發展 82 參考著作 83

    [01] 《資誠預估,電子書》參考網址:
    https://news.readmoo.com/2014/12/05/ebook-overtake-print/日期:2014-12-05
    [02]《資策會FIND調查》參考網址:
    http://www.find.org.tw/market_info.aspx?n_ID=8303日期:2014-12-29
    [03]《EPUB電子書編輯系統 Editing System of the EPUB EBooks》
    日期:2014-06-30
    [04]《自助式出版電子書》參考網址:
    https://read01.com/yOzM6.html日期: 2016-02-17
    [05]《W3C(2004), Extensible Markup Language(XML) W3C》參考網址:https://www.w3.org/TR/REC-xml/日期: 2013-02-07
    [06]《HTML5 specification finalized, squabbling over specs continues》參考網址:http://arstechnica.com/information-technology/2014/10/html5-specification-finalized-squabbling-over-who-writes-the-specs-continues/日期:2014-10-29
    [07]《HTML 5 Finalized. OSNews.》參考網址:http://www.osnews.com/story/28003/HTML_5_Finalized日期:2014-10-29
    [08]《IT之家》參考網址:
    http://www.ithome.com/html/ie/109944.htm日期:2014-10-29
    [09]《HTML5 解析》參考網址:
    http://www.ios.com.tw/article.php?id=80日期:2010-07-05
    [10]《XML概論》參考網址:
    http://xml.csie.ntnu.edu.tw/course/webcomprj/course.htm作者:Yao-Ming,Yeh.
    [11]《ECMAScript Language Overview》參考網址:
    http://www.ecmascript.org/es4/spec/overview.pdf日期:2007-10-27
    [12]《Proposed ECMAScript》參考網址:
    http://www.ecma-international.org/publications/index.html日期:2010-10-27
    [13]《JavaScript Note 》參考網址:
    http://irw.ncut.edu.tw/peterju/jscript.html
    [14]《層疊樣式表,維基百科》參考網址:
    http://zh.wikipedia.org/wiki/CSS日期:2016-06-10
    [15]《XML解析》參考網址:
    https://msdn.microsoft.com/zh-tw/library/ms764620(v=vs.85).aspx
    [16]《DOM解析》參考網址:
    https://zh.wikipedia.org/wiki/%E6%96%87%E6%A1%A3%E5%AF%B9%E8%B1%A1%E6%A8%A1%E5%9E%8B
    [17]《近場通訊技術》參考網址:
    https://zh.wikipedia.org/wiki/%E8%BF%91%E5%A0%B4%E9%80%9A%E8%A8%8A日期:2016-04-12
    [18] 《EPUB,維基百科》參考網址:
    http://zh.wikipedia.org/wiki/EPUB日期:2016-06-02
    [19] 《EPUB架構介紹》參考網址:
    http://blog.csdn.net/tcgwl/article/details/17122791日期:2013-12-04
    [20]《Authoring System Concept and design for eBook Digitization process for efficient online eContent documentation, search, and distribution. 》 Mohamed Menacer NOOR Research Centre, College Computer Science & Engineering, Taibah University, Madinah, Saudi Arabia, Amar Arbaoui NOOR Research Centre, College Computer Science & Engineering Taibah University Madinah, Saudi Arabia
    [21]A Survey on User Preference of the Layout and Software Functions of Chinese e-books 許瑞庭
    [22]The conversion of Chinese E-book formats Author Tai-Chung Wang
    [23]Building of an education system with electronic textbooks of the EPUB format and with smartphones.
    [24]Conversion of PDF books in EPUB format Simone Marinai, Emanuele arino,Italy

    下載圖示
    QR CODE