簡易檢索 / 詳目顯示

研究生: Archana
Archana Allishe
論文名稱: 用戶體驗開發基於應用 了解遙遠的城市通過旅遊視角
Development of User Experiences based Application to Understand Distant Cities Through the Tourism Perspective
指導教授: 葉耀明
Yeh, Yao-Ming
林均翰
Lin, Chun-Han
學位類別: 碩士
Master
系所名稱: 資訊工程學系
Department of Computer Science and Information Engineering
論文出版年: 2016
畢業學年度: 105
語文別: 英文
論文頁數: 83
中文關鍵詞: 社會化媒體旅遊臉譜,圖形API社會經驗
英文關鍵詞: Social experiences
DOI URL: https://doi.org/10.6345/NTNU202205198
論文種類: 學術論文
相關次數: 點閱:169下載:28
分享至:
查詢本校圖書館目錄 查詢臺灣博碩士論文知識加值系統 勘誤回報
  • 社交媒體正在發揮每各行業的重要作用,並在世界各地,包括旅遊觀光。成功的旅遊業在
    很大程度上取決於使用口碑口碑傳播的意見和建議,以及社交平台如Facebook讓旅客提出
    意見,並給予意見有關特定城市的特定的東西(如食品,旅遊景點,節日等)。這些意見
    和建議可以作為信息的其他人誰不知道的那些地方/城市,讓他們了解一個特定的城市/地
    方提前一個適當的規劃。不過,據我所知,沒有一個系統提供的有關從社交網站的特定城
    市的個人經驗。考慮到這一點,提出了項目,開發一個網站,可以探索提供有關使用圖形
    API(臉譜)和GData的API(YouTube)的城市/地區的社交媒體網絡的信息。
    在本文中,我們開發了一個系統,它可以讓用戶(一)閱讀其他用戶的所有經驗,從約不
    同的地方或城市的社會化媒體,(二)閱讀所有評論張貼在網站上(建議,反饋等)
    (三)閱讀,被自動分類到不同的領域,如食品,旅遊景點,體育,夜市等;(四)利用
    搜索喜歡的號碼作為查詢任何用戶體驗,(e)所有檢索到的用戶體驗搜查通過使用任何
    關鍵詞的帖子,(六),見“圖片”類別中的所有張貼在Facebook用戶的圖片,(G)觀賞
    所有Facebook上的“視頻”類用戶發布的視頻,(H)股/的鏈接後在Facebook上,(我)“
    象”的評論/通過Facebook頁面登錄,(J)發送郵件,通過Facebook的任何朋友,(k)的
    搜索和播放“的用戶體驗相關視頻”從YouTube,(L)使用谷歌搜索。從Facebook的這種
    用戶提供的豐富多樣的數據將自動檢索該系統預計將讓用戶了解從不同的角度的城市。

    Social media is playing an important role in each and every industry in the world,
    including travel and tourism. Success in travel and tourism industry depends heavily on the use
    of word-of-mouth to spread opinions and recommendations, and social platforms such as
    Facebook allow the traveler to comment and give opinion about a particular thing in particular
    city (e.g. food, attractions, festivals, etc.). Such comments and opinions can serve as information
    for others who are unknown to those places/ cities and allow them to understand a particular city/
    place in advance for an appropriate planning. However, to my knowledge, none of the system
    provides the individuals experiences about the particular city from social networking sites.
    Considering this, the project was proposed to develop a website that can explore the information
    available on social media networks about the cities/places using Graph API (Facebook) and
    GData API (YouTube).
    In this thesis, we developed a system which can allow user to (a) read all the experiences
    of other users from social media about different places or cities, (b) read all posted comments
    (suggestions, feedback, etc.) on the website, (c) read all retrieved user experiences which are
    automatically categorized into different fields such as food, attractions, sports, night markets,
    etc., (d) search any user experiences using number of likes as a query, (e) search any posts by
    using any keyword, (f) see all the pictures posted by users on Facebook in “pictures” category,
    (g) watch all the videos posted by users on Facebook in “video” category, (h) share/ post the link
    on Facebook, (i) “like” the comments/ pages through the Facebook log-in, (j) send message to
    any friend through Facebook, (k) search and play “user experiences related videos” from
    YouTube, (l) use Google search. Such user-contributed rich and diverse data from the Facebook
    will be retrieved automatically in this system is expected to allow users to know about the cities
    from different perspectives.

    ABSTRACT..................................................................................................................................05 List of Figures and Tables...........................................................................................................06 Chapter1: Introduction ...............................................................................................................10 1.1-Research Background........................................................................................................10 1.2-Research Purpose...............................................................................................................12 Chapter 2: Technical Components.............................................................................................14 2.1- Graph API.........................................................................................................................14 2.2- ASP.NET..........................................................................................................................15 2.3- C#.NET.............................................................................................................................16 2.4- HTML5.............................................................................................................................17 2.5- CSS3 .................................................................................................................................17 2.6- JavaScript..........................................................................................................................18 Chapter 3: User Experiences based Application Design..........................................................19 3.1- System Overview .......................................................................................................................... 19 3.1.1- System Block Diagram............................................................................................19 3.1.2- Steps to Register and Configure Facebook Application..........................................21 3.2- Social Plugin.....................................................................................................................25 3.2.1- Facebook JavaScript SDK for Social Plugin...........................................................25 3.2.2- Like Button..............................................................................................................26 3.2.3- Share Button ............................................................................................................29 3.2.4- Send Message Button ..............................................................................................31 3.2.5- Comment Plugin......................................................................................................33 3.3- User Experiences..............................................................................................................35 3.3.1- Algorithm.................................................................................................................35 3.3.2- JSON for User Experiences.....................................................................................37 3.3.3- Graph API................................................................................................................38 3 3.3.3.1- Grant Permissions and Access Token .............................................................38 3.3.3.2- First Graph API Call.......................................................................................40 3.3.3.3- Second Graph API Call...................................................................................41 3.3.3.4- POSTS API Call from Web Page to Get User Experiences............................42 Chapter 4: Categories and Searches..........................................................................................45 4.1- Categories........................................................................................................................45 4.1.1- Attractions Category................................................................................................45 4.1.2- Food Category .........................................................................................................47 4.1.3- Sports Category .......................................................................................................49 4.1.4- Festivals Category ...................................................................................................51 4.1.5- Night Markets Category ..........................................................................................53 4.2- Query Based Search..........................................................................................................55 4.2.1- Keyword Based Search............................................................................................55 4.2.1.1 Search User Experiences from Taipei City......................................................57 4.2.1.2 Search User Experiences from Taichung City .................................................58 4.2.2- Like Based Search ...................................................................................................59 4.3- Multiple Timelines............................................................................................................61 4.3.1- Pictures Category.....................................................................................................61 4.3.2- Videos Category.......................................................................................................65 4.4- Search and Play YouTube Videos.....................................................................................69 4.5- Google Search...................................................................................................................72 Chapter 5: System Descriptions and Analysis...........................................................................75 5.1- Use Case Diagram ............................................................................................................75 5.2- Activity Diagram ..............................................................................................................76 5.3- Sequence Diagram to Access User Experiences from Facebook .....................................77 5.4- Class Diagram of a Facebook Graph API.........................................................................78 5.5- Class Diagram of a System...............................................................................................78 5.6- Component Diagram.........................................................................................................79 Chapter 6: Conclusion and Future Work..................................................................................80 References.....................................................................................................................................82

    1. John Fotis, Dimitrios Buhalis, Nicos Rossides. “Social media use and impact during the
    holiday travel planning process”. Proceedings of the International Conference in
    Helsingborg, Sweden, January 2012, 25–27.

    2. Blood, Rebecca. "Weblogs: A History And Perspective". Rebecca’s Pocket, 2000.
    (http://www.rebeccablood.net/essays/weblog_history.html).

    3. Cunningham, Ward. “What is a Wiki?” Wikipedia.
    (http://www.wiki.org/wiki.cgi?WhatIsWiki).

    4. Noll, Michael G, Meinel, Christoph. "Web Search Personalization via Social
    Bookmarking and Tagging". Lecture Notes in Computer Science 4825: 2007, 367–380.

    5. Buettner, R. “Getting a Job via Career-oriented Social Networking Sites: The Weakness
    of Ties”. 49th Annual Hawaii International Conference on System Sciences. Kauai,
    Hawaii: IEEE,2015.

    6. Kaplan Andreas M., Haenlein Michael. "The early bird catches the news: Nine things you
    should know about micro-blogging”. Business Horizons, 2011, 54(2).

    7. Bartle, Richard . “Designing Virtual Worlds”. New Riders, 2015.

    8. “What is a media sharing site?” Affilorama (http://www.affilorama.com/internet101/mediasharing)
    9. “Social media update 2014”. Pew Research Center(http://www.pewinternet.org/2015/01/09/social-media-update-2014/)

    10. Irena Pletikosa Cvijikj, Florian Michahelles. “Monitoring Trends on Facebook”. Ninth
    IEEE International Conference on Dependable, 2011, Autonomic and Secure Computing.

    11. Andreas M. Kaplan, Michael Haenlein. “Users of the world, unite! The challenges and
    opportunities of social media”. Business Horizons, 2010, Volume 53, Issue 1.

    12. “IBM Grand Challenge 2014: New York City 360”. IBM (http://researcher.watson.ibm.com/researcher/view_group_subpage.php?id=5290).

    13. KhairulHilmi A Manap. “The Role of User Generated Content (UGC) in Social Media for Tourism Sector”. The 2013 WEI International Academic Conference Proceedings in Istanbul, Turkey.

    14. Zheng Xiang, Ulrike Gretzel. “Role of social media in online travel information search”. Tourism Management, 2010,Volume 31, Issue 2.
    15. “Graph API”. Facebook for developers. (https://developers.facebook.com/docs/graphapi)

    16. “A Guided Tour of the Graph API Preview’s Graph Explorer Application”.Oakleaf Systems
    (http://oakleafblog.blogspot.tw/2012/07/guided-tour-of-graph-api-previews-graph.html)

    下載圖示
    QR CODE