WO2013087020A1 - 用户生成内容的处理方法和装置 - Google Patents

用户生成内容的处理方法和装置 Download PDF

Info

Publication number
WO2013087020A1
WO2013087020A1 PCT/CN2012/086616 CN2012086616W WO2013087020A1 WO 2013087020 A1 WO2013087020 A1 WO 2013087020A1 CN 2012086616 W CN2012086616 W CN 2012086616W WO 2013087020 A1 WO2013087020 A1 WO 2013087020A1
Authority
WO
WIPO (PCT)
Prior art keywords
ugc
calendar item
user
calendar
information
Prior art date
Application number
PCT/CN2012/086616
Other languages
English (en)
French (fr)
Inventor
梁柱
冯昕
Original Assignee
腾讯科技(深圳)有限公司
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 腾讯科技(深圳)有限公司 filed Critical 腾讯科技(深圳)有限公司
Priority to JP2014542703A priority Critical patent/JP2014534542A/ja
Priority to AP2014007723A priority patent/AP2014007723A0/xx
Priority to EP12857389.6A priority patent/EP2765523B1/en
Publication of WO2013087020A1 publication Critical patent/WO2013087020A1/zh
Priority to US14/263,795 priority patent/US20140236657A1/en
Priority to ZA2014/04783A priority patent/ZA201404783B/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q10/00Administration; Management
    • G06Q10/10Office automation; Time management
    • G06Q10/109Time management, e.g. calendars, reminders, meetings or time accounting
    • G06Q10/1093Calendar-based scheduling for persons or groups
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/40Information retrieval; Database structures therefor; File system structures therefor of multimedia data, e.g. slideshows comprising image and additional audio data
    • G06F16/48Retrieval characterised by using metadata, e.g. metadata not derived from the content or metadata generated manually
    • G06F16/489Retrieval characterised by using metadata, e.g. metadata not derived from the content or metadata generated manually using time information
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q10/00Administration; Management
    • G06Q10/10Office automation; Time management
    • G06Q10/109Time management, e.g. calendars, reminders, meetings or time accounting

Definitions

  • the present invention relates to Internet information processing technologies, and in particular, to user generated content.
  • UGC User Generated Content
  • UGC is mainly presented in two ways: one is presented in a classified manner, such as the log category is presented for log articles, the album category is used to present photos, and the video category is used. The video is presented, etc.; the other is presented in a timeline manner of the cartridge, that is, the order of presentation of the UGC is in order of generation time.
  • the main purpose of the present invention is to provide a UGC processing method, which can reduce the number of human-computer interactions when a user views a plurality of related UGCs, and save network resources.
  • a user-generated content UGC processing method including:
  • a processing device for UGC comprising:
  • a calendar item creation module configured to receive a user's calendar item establishment request, and create a calendar item
  • a UGC search module configured to find a UGC that matches the calendar item, and display the found UGC
  • An association module configured to receive a selection instruction of the UGC displayed by the user, and associate a UGC selected by the user with the calendar item;
  • a calendar item display module that displays information about the calendar item and the UGC associated with the calendar item.
  • the embodiment of the present invention associates a plurality of related UGCs by establishing a calendar item, and displays the UGC information associated with the calendar item while displaying the calendar item. Since each calendar item can reflect an event, it realizes that various scattered UGCs are collected in an event manner, which is convenient for the user and the user friend to view multiple UGCs related to an event, thereby reducing the user's viewing and certain The number of human-computer interactions in multiple UGCs related to an event saves network resources.
  • FIG. 1 is a schematic diagram of a calendar item according to an embodiment of the present invention.
  • FIG. 2 is a flowchart of a UGC processing method according to an embodiment of the present invention.
  • FIG. 3 is a schematic diagram of an interface for establishing a calendar item according to an embodiment of the present invention.
  • FIG. 4 is a diagram showing a matching found when a calendar item is created in an embodiment of the present invention.
  • FIG. 5a and FIG. 5b illustrate a display calendar item and associated with it according to an embodiment of the present invention.
  • FIG. 6 is a schematic diagram of an interface prompting a user to create a calendar item according to an embodiment of the present invention.
  • FIG. 7 is a schematic diagram of an interface for querying and displaying information of a created calendar item according to an embodiment of the present invention.
  • FIG. 8 is a schematic structural diagram of a UGC processing apparatus according to an embodiment of the present invention.
  • FIG. 9 is a schematic structural diagram of another UGC processing apparatus according to an embodiment of the present invention. detailed description
  • UGCs for the same event are split and presented separately.
  • a user may issue multiple types of UGCs.
  • a number of special content may be published, one or two web logs may be written, and travel images may be uploaded multiple times through a mobile phone and a PC.
  • these UGCs can only be presented in a scattered manner, either in UGC categories or in UGC's creation time order. Regardless of the way in which UGCs are interspersed with other events, multiple and multiple UGCs cannot be aggregated in the form of an event.
  • an embodiment of the present invention provides a processing method of UGC.
  • a processing method of UGC by establishing a calendar item, a plurality of related UGCs are associated, and the associated UGC is displayed while the calendar item is displayed. Since each calendar item can embody an event, it realizes that various scattered UGCs are collected in an event manner, which is convenient for the user and the user friend to view multiple UGCs related to an event, thereby reducing the user's viewing and certain The number of human-computer interactions of multiple UGCs related to the event saves network resources.
  • a calendar item according to an embodiment of the present invention may include time information and a text description. In order to create a calendar item, the system can prompt the user to enter time information and text descriptions.
  • FIG. 1 is a schematic diagram of a calendar item in an embodiment of the present invention. As shown in FIG. 1, each of the display blocks 101, 102, 103 is a calendar item, and the upper right corner is marked with the creation time of the calendar item.
  • each calendar item can represent an event.
  • the calendar items are used as a rendezvous, and the related UGCs are associated together to form an UGC collection with an event tag, which is convenient for the user to view.
  • FIG. 2 is a flowchart of a UGC processing method according to an embodiment of the present invention. Referring to Figure 2, the process includes:
  • Step 201 Receive a calendar item establishment request of the user, and establish a calendar item.
  • FIG. 3 is a schematic diagram of an interface for establishing a calendar item according to an embodiment of the present invention. Referring to FIG. 3, at least the user is required to input a text description 311 and time information 312 in the creation interface of the calendar item. The system records textual descriptions and time information entered by the user to generate calendar entries including the textual description and time information. When creating a calendar item, the system may further prompt the user to input geographic information (i.e., "place" in Fig.
  • Step 202 When the calendar item is created, find the UGC that matches the calendar item, and display the found UGC.
  • FIG. 4 is a schematic diagram of an interface for displaying a matched UGC when a calendar item is created in an embodiment of the present invention.
  • the interface for creating a calendar item has a button 318 for triggering a search for matching UGC with the calendar item. Clicking the button triggers the search.
  • the scope of the search includes logs, photos, shares, specials posted by the user and/or his friends, and may also include other calendar items created by the user and his or her friends, that is, the calendar items may also be associated with other calendar items.
  • the content of the found UGC is displayed in display box 401.
  • the UGC for finding a match with the calendar item specifically includes:
  • the matching rule may be preset and stored, and may be set and stored according to business needs, for example: the matching rule for the time information may be set as: searching for the same day (or the same week, or other time period) as the calendar item UGC;
  • the matching rule for keywords can be set to: find the UGC containing the extracted keywords in the content;
  • the matching rule for the geographic information can be set to: find the UGC containing the geographic information in the content, and so on.
  • the specific method for extracting keywords in the text description of the calendar item may utilize various keyword extraction algorithms, which will not be described herein.
  • Step 203 Receive a selection instruction by the user for the displayed UGC (for example, UGC shown in the display box 401 in FIG. 4), and associate the UGC selected by the user with the calendar item.
  • UGC for example, UGC shown in the display box 401 in FIG. 4
  • the information of the found matching UGC is displayed in the display box 401, and the "association" link or button is displayed next to the information of each UGC, and the user is determined when the user clicks the "association” link or button. Issued a selection command for the UGC, the UGC Associated with the calendar item.
  • the specific association processing is:
  • Extracting the summary information of the associated UGC for example, the title of the UGC, the first sentence, or extracting the keyword information as the summary information by using the keyword extraction algorithm, etc.
  • Extracting the summary information of the associated UGC for example, the title of the UGC, the first sentence, or extracting the keyword information as the summary information by using the keyword extraction algorithm, etc.
  • the summary information of the UGC as an attachment of the associated calendar item. Storage, if a calendar item is associated with multiple UGCs, the calendar item will have multiple attachments composed of UGC summary information.
  • Step 204 After the user creates the calendar item and associates the UGC (such as clicking the "Publish Calendar Item” button shown in Figure 4), the calendar item and the UGC information associated with the calendar item are displayed.
  • the specific method of displaying the calendar item and its associated UGC is: displaying the calendar item and its associated UGC information on the interface of the creator of the calendar item and the creator friend interface.
  • An interface diagram showing calendar items and their associated UGC information is shown in Figures 5a and 5b.
  • the system reads the attachment of the calendar item, that is, reads the summary information of its associated UGC, and displays the summary information 502 of its associated UGC.
  • the user clicks on the summary information of a UGC the detailed information of the UGC is read and displayed.
  • the last UGC is clicked as shown in FIG. 5b, the detailed information 503 of the UGC is read and displayed.
  • the embodiment shown in Figure 2 is that the present invention triggers execution upon receipt of a user-triggered request to create a calendar entry.
  • the foregoing request for creating a calendar item may also be automatically triggered after the UGC is created, that is, the embodiment specifically includes: receiving a UGC creation request of the user (such as creating a log or uploading a picture request) and creating a UGC.
  • the user is prompted to create a calendar item, as shown in FIG. 6, after publishing (creating) a log, displaying "create calendar item"; when the user clicks "create calendar item", the steps are performed.
  • the user and/or his or her friend has created a calendar item, and after receiving the UGC creation request of the user, further includes: creating a UGC requested by the user, and then querying and displaying the user and/or the The information of the calendar item that the user friend has created, as shown in FIG. 7; receiving the user's selection instruction for the displayed calendar item information, associating the calendar item selected by the user with the UGC currently created by the user, and then displaying the location again The summary item of the latest associated UGC is further displayed when the calendar item is described.
  • the present invention also time stamps the calendar item when the calendar item is created; when the UGC is created and the UGC is associated with a calendar item, the timestamp of the calendar item is updated; in the creator interface and the creator When the calendar item is displayed in the friend interface, the display is sorted according to the timestamp of the calendar item, that is, the calendar item with the latest timestamp is displayed at the forefront.
  • the time stamp of the calendar item is updated, and the user interface and the friend interface can realize the effect that the calendar item is re-uplifted, thereby achieving event update.
  • the effect is to attract users to correlate and disseminate related content, especially in the user interface containing many UGC information, which is easier to be in the forefront and exposed.
  • the present invention also discloses a UGC processing apparatus for performing the above-described disclosed UGC processing method.
  • FIG. 8 is a schematic structural diagram of a UGC processing apparatus according to an embodiment of the present invention.
  • the processing device 800 includes:
  • the calendar item creation module 801 is configured to receive a calendar item establishment request of the user, and establish a calendar item.
  • the UGC lookup module 802 is configured to find a UGC that matches the calendar item, and display the UGC found.
  • the association module 803 is configured to receive the user's selection instruction for the displayed UGC, and associate the UGC selected by the user with the calendar item.
  • the calendar item display module 804 is configured to display a calendar item and information of the UGC associated with the calendar item.
  • FIG. 9 is a schematic structural diagram of another UGC processing apparatus according to an embodiment of the present invention.
  • the apparatus 900 includes: a calendar item creation module 801, a UGC lookup module 802, an association module 803, a calendar item display module 804, and a UGC creation module 805.
  • the specific functions of the calendar item creation module 801, the UGC search module 802, the association module 803, and the calendar item display module 804 are the same as those of the corresponding modules shown in FIG. 8, and are not described herein.
  • the UGC creation module 805 is configured to receive a UGC creation request from a user and create a UGC, prompting the user to create a calendar item after creating the UGC.
  • the UGC creation module 805 can be further configured to query the calendar item that the user and/or the user friend has created after creating the UGC, and display the information of the queried calendar item.
  • the association module 803 is further configured to: receive a selection instruction of the user to display the calendar item information displayed by the UGC creation module 805, and associate the calendar item selected by the user with the UGC currently created by the user. The calendar item is then displayed again to further display the summary information of its newly associated UGC.
  • each module may be implemented by software (for example, computer readable instructions stored in a memory), hardware (for example, a processor of an ASIC), or a combination of software and hardware.
  • the above embodiments may be implemented by hardware, software, or a combination of hardware and software.
  • various methods, steps, and functional modules described in the embodiments of the present invention may be implemented by a processor (a processor is a processor in a broad sense, including a CPU, a processing unit, an ASIC, a logic unit, or a programmable logic array, etc.) Wait).
  • the processes, methods, and functional blocks described in the embodiments of the present invention may be implemented by a single processor or by multiple processors.
  • a processor as described in the embodiments of the invention or in the claims should be understood as one or more processors.
  • the embodiments described above can be implemented in the form of a software product.
  • the computer software product is stored in a non-volatile storage medium and encloses a series of instructions for causing a computer device (eg, a personal computer, server or network device, etc.) to perform the methods described in the embodiments of the present invention.
  • a computer device eg, a personal computer, server or network device, etc.

Landscapes

  • Engineering & Computer Science (AREA)
  • Business, Economics & Management (AREA)
  • Human Resources & Organizations (AREA)
  • Strategic Management (AREA)
  • Entrepreneurship & Innovation (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Data Mining & Analysis (AREA)
  • General Physics & Mathematics (AREA)
  • Economics (AREA)
  • Marketing (AREA)
  • Operations Research (AREA)
  • Quality & Reliability (AREA)
  • Tourism & Hospitality (AREA)
  • General Business, Economics & Management (AREA)
  • Databases & Information Systems (AREA)
  • Multimedia (AREA)
  • Library & Information Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Information Transfer Between Computers (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

本发明公开了一种用户生成内容(UGC)的处理方法和装置。所述方法包括:接收用户的日历项建立请求,建立日历项;查找与所述日历项匹配的UGC,显示查找到的UGC;接收所述用户对所显示的UGC的选择指令,将用户所选的UGC与所述日历项关联;显示日历项以及与该日历项关联的UGC的信息。所述装置对应包括:日历项创建模块、UGC查找模块、关联模块、以及日历项显示模块。

Description

用户生成内容的处理方法和装置
技术领域
本发明涉及互联网信息处理技术, 尤其涉及一种用户生成内容
( UGC, User Generated Content ) 的处理方法和装置。 发明背景
目前, 随着互联网技术的发展, 网络逐渐成为人们获取信息的重要 来源, 特别是在互联网进入 Web2.0 时代后, 用户既是网站内容的浏览 者, 也是网站内容的制造者。 用户参与创造的内容被称为用户生成内容 ( UGC, User Generated Content ), 如用户发布的日志、 照片等。
在目前现有的社交网络系统中, UGC的呈现方式主要包括两种: 一 种是以分类的方式呈现, 如日志类目呈现用于日志文章, 相册类目用于 呈现照片, 视频类目用于呈现视频等等; 另一种是以筒单的时间线方式 呈现, 即 UGC的呈现顺序以生成时间为次序。 发明内容 有鉴于此, 本发明的主要目的在于提供一种 UGC的处理方法, 以 降低用户查看相关的多个 UGC时的人机交互次数, 节约网络资源。
本发明的技术方案是这样实现的:
一种用户生成内容 UGC的处理方法, 包括:
接收用户的日历项建立请求, 建立日历项;
查找与所述日历项匹配的 UGC, 显示查找到的 UGC;
接收所述用户对所显示的 UGC的选择指令,将用户所选的 UGC与 所述日历项关联; 显示日历项以及和该日历项关联的 UGC的信息。
一种对 UGC的处理装置, 包括:
日历项创建模块, 用于接收用户的日历项建立请求, 建立日历项; UGC查找模块, 用于查找与所述日历项匹配的 UGC, 显示查找到 的 UGC;
关联模块, 用于接收所述用户对所显示的 UGC的选择指令, 将用 户所选的 UGC与所述日历项关联;
日历项显示模块, 用于显示日历项以及和该日历项关联的 UGC的 信息。
与现有技术相比, 本发明实施例通过建立日历项, 将多个相关的 UGC关联起来, 在显示日历项的同时显示与该日历项关联的 UGC的信 息。 由于每一个日历项可以体现一个事件, 因此实现了将各种零散的 UGC以事件的方式集合起来,方便用户自己以及用户好友查看与某一事 件相关的多条 UGC , 降低了用户查看与某一事件相关的多个 UGC时的 人机交互次数, 节约了网络资源。 附图简要说明
图 1为本发明实施例一种日历项的示意图。
图 2为本发明实施例中一种 UGC处理方法的流程图。
图 3为本发明实施例中一种建立日历项的界面示意图。
图 4 为本发明实施例中一种建立日历项时显示查找到的匹配的
UGC的界面示意图。
图 5a和图 5b所示为本发明实施例中一种显示日历项及与其关联的
UGC的信息的界面示意图。
图 6为本发明实施例中一种提示用户创建日历项的界面示意图。 图 7为本发明实施例中一种查询并显示已创建的日历项的信息的界 面示意图。
图 8为本发明实施例中一种 UGC处理装置的结构示意图。
图 9为本发明实施例中另一种 UGC处理装置结构示意图。 具体实施方式
下面结合附图及具体实施例对本发明再作进一步详细的说明。
根据现有技术中两种呈现 UGC的方式, 关于同一事件的各种 UGC 被分裂开来, 分别呈现。 例如用户为了描述某次旅行, 可能会发布多种 类型的 UGC, 例如可能会发布许多条 專内容, 写一两篇网络日志, 通 过手机和 PC分多次上传旅行图片。按照现有的处理方法, 这些 UGC只 能以零散的方式呈现出来,要么按照 UGC种类分类呈现,要么按照 UGC 的创建时间顺序依次呈现。 无论按哪种方式呈现, 其中都夹杂着其他事 件的 UGC, 无法将多种以及多个 UGC以某一事件的方式集合起来。 当 用户或其好友查看某一事件(如所述的某次旅行) 的 UGC时, 需要从 多个分类的海量 UGC中查找与该事件相关的 UGC, 不但操作难度大, 而且人机交互操作的次数会急剧增加, 而每一次人机交互操作都会发出 操作请求信息、 触发计算过程并产生响应结果信息, 从而会占用大量资 源 (包括客户端资源、 服务器资源、 网络带宽资源等等)。
为了解决上述问题, 本发明实施例提供了一种 UGC的处理方法。 在发明实施例提供的方法中, 通过建立日历项, 将多个相关的 UGC关 联起来,在显示日历项的同时显示关联的 UGC。 由于每一个日历项可以 体现一个事件, 因此实现了将各种零散的 UGC以事件的方式集合起来, 方便用户自己以及用户好友查看与某一事件相关的多条 UGC,降低了用 户查看与某一事件相关的多个 UGC的人机交互次数, 节约网络资源。 本发明实施例所述的一个日历项可以包括时间信息和文字描述。 为 了建立一个日历项, 系统可以提示用户输入时间信息和文字描述。 系统 记录用户输入的时间信息和文字描述, 生成包括该时间信息和文字描述 的日历项。 当然, 在建立日历项时, 系统还可以进一步提示用户输入地 理信息。 系统记录用户输入的地理信息, 生成包括所述时间信息、 文字 描述和地理信息的日历项。图 1为本发明实施例中一种日历项的示意图。 如图 1所示, 其中每一个显示方框 101、 102、 103都是一个日历项, 右 上角标有该日历项的创建时间。
由于日历项包含用户输入的时间信息和文字描述, 因此每一个日历 项都可以代表一个事件。 本发明实施例以日历项为集合点, 将相关的 UGC关联在一起组成一个以事件为标签的 UGC集合, 方便用户查看。
图 2为本发明实施例中一种 UGC处理方法的流程图。参见图 2,该 流程包括:
步骤 201、 接收用户的日历项建立请求, 建立日历项。
系统可以在用户界面中提供一个"创建日历项"的按钮, 当用户点击 该按钮后即可触发日历项建立请求。 系统收到该日历项建立请求后, 可 以显示日历项的创建界面。 图 3为本发明实施例中一种建立日历项的界 面示意图。 参见图 3, 该日历项的创建界面中需要至少提示用户输入文 字描述 311和时间信息 312。 系统记录用户输入的文字描述和时间信息, 以生成包括该文字描述和时间信息的日历项。 在建立日历项时, 系统还 可以进一步提示用户输入地理信息(即图 3中的"地点") 313、 人物(即 图中"一起")314、表情 315、照片 316、视频 317等内容。在用户点击"发 表日历项"后,系统记录用户输入的信息,生成包括所输入信息的日历项。
步骤 202、 在建立所述日历项时, 查找与所述日历项匹配的 UGC, 并显示查找到的 UGC。 图 4为本发明实施例中建立日历项时显示查找到的匹配的 UGC的 界面示意图。 参见图 4, 所述建立日历项的界面中有一个用于触发查找 与所述日历项匹配 UGC的按钮 318, 点击该按钮即可触发查找。查找的 范围包括用户和 /或其好友发布的日志、 照片、 分享、 專等, 也可以包 括用户及其好友创建的其他日历项, 即日历项也可以与其他日历项关 联。 查找出的 UGC的内容显示在显示框 401中。
所述查找与所述日历项匹配的 UGC具体包括:
依照所述日历项的时间信息, 查找与该时间信息符合预设的匹配规 则的 UGC; 和 /或, 提取所述日历项文字描述中的关键字 (如图 4中的 显示框 319 中显示的就是从日历项文字描述中提取出的关键字), 查找 与所述关键字符合预设的匹配规则的 UGC。如果所述日历项中进一步包 括地理信息, 则还可以进一步依照所述日历项的地理信息, 查找与该地 理信息符合预设的匹配规则的 UGC。
所述匹配规则可以预先设置并存储, 并可以根据业务需要进行设置 存储, 例如: 对于时间信息的匹配规则可以设置为: 查找与所述日历项 同一天(或同一周, 或其它时间段)的 UGC; 对于关键字的匹配规则可 以设置为: 查找内容中包含所提取出的关键字的 UGC; 对于地理信息的 匹配规则可以设置为: 查找内容中包含所述地理信息的 UGC, 等等。
所述提取所述日历项文字描述中的关键字的具体方法可以利用各 种关键词提取算法, 本文对此不再赘述。
步骤 203、 接收所述用户对所显示的 UGC (例如图 4中显示框 401 中所示的 UGC ) 的选择指令, 将用户所选的 UGC与所述日历项关联。
图 4中, 显示框 401中显示有查找出的匹配的 UGC的信息, 在每 条 UGC 的信息的旁边都显示"关联"链接或按钮, 当用户点击该"关联" 链接或按钮后即判定用户发出了对该条 UGC的选择指令, 将该条 UGC 与所述日历项进行关联。 具体的关联处理是:
提取所关联的 UGC的摘要信息(例如 UGC的标题、开头的一句话、 或者利用关键字提取算法提取出关键字信息作为摘要信息等等), 将 UGC的摘要信息作为所关联日历项的一个附件存储,如果一个日历项关 联多条 UGC, 则该日历项会有多个由 UGC摘要信息组成的附件。
步骤 204、 在用户创建好日历项并关联了 UGC之后(如点击了图 4 中所示的"发表日历项"按钮), 显示日历项以及与该日历项关联的 UGC 的信息。
本步骤中, 所述显示日历项及其关联 UGC的具体方法为: 在曰历 项的创建者的界面上、 及该创建者好友界面中显示所述日历项及其关联 的 UGC的信息。如图 5a和图 5b所示为显示日历项及其关联 UGC信息 的一种界面图。 参见图 5a, 系统在显示日历项 501时, 会读取该日历项 的附件, 即读取其关联 UGC的摘要信息, 并显示其关联 UGC的摘要信 息 502。 当用户点击某一条 UGC的摘要信息时则读取该 UGC的详细信 息并进行显示, 如图 5b所示点击了最后一条 UGC, 则读取该 UGC的 详细信息 503并显示。
图 2所示的实施方式是本发明在收到用户触发的创建日历项的请求 时触发执行的。 在另一种实施方式中, 上述创建日历项的请求也可以在 创建 UGC之后自动触发, 即在该实施例中具体包括: 接收用户的 UGC 创建请求(如创建日志或上传图片请求)并创建 UGC; 创建好 UGC之 后, 提示用户创建日历项, 如图 6所示, 发表完(创建完)一篇日志后, 显示"创建日历项"; 当用户点击"创建日历项"之后, 执行所述步骤 201 至 203, 以进一步引导用户添加其它零散且未关联的 UGC, 包括用户自 己的和其他好友的; 同时进一步将该用户创建的所述 UGC和所创建的 日历项关联; 之后执行所述步骤 204。 在另一种实施方式中, 用户和 /或其好友已经创建了日历项, 则在接 收到用户的 UGC创建请求后进一步包括: 创建用户请求建立的 UGC, 之后查询并显示该用户和 /或该用户好友已创建的日历项的信息, 如图 7 所示; 接收用户对所显示日历项信息的选择指令, 将用户所选的日历项 与该用户当前创建的所述 UGC关联, 之后再次显示所述日历项时进一 步显示其最新关联的 UGC的摘要信息。
另外, 本发明还在创建日历项时为该日历项打上时间戳; 在创建 UGC并将该 UGC关联到一日历项时, 更新该日历项的时间戳; 在所述 创建者界面和该创建者好友界面中显示所述日历项时, 根据该日历项的 时间戳的顺序排序显示, 即具有最新时间戳的日历项会显示在最前端。 经过这样的处理, 一旦用户新创建了 UGC并关联到日历项后, 会更新 该日历项的时间戳, 用户界面和所述好友界面就可以实现日历项被重新 顶起的效果, 从而达到事件更新的效果, 吸引用户把相关的内容进行关 联并获得传播, 尤其是在包含众多 UGC信息的用户界面中更容易处于 前列并被曝光。
本发明还公开了一种 UGC 的处理装置, 用于执行上述公开的对 UGC的处理方法。
图 8为本发明实施例中一种 UGC处理装置的结构示意图。参见图 8, 该处理装置 800包括:
日历项创建模块 801 , 用于接收用户的日历项建立请求, 建立日历 项。
UGC查找模块 802, 用于查找与所述日历项匹配的 UGC, 显示查 找到的 UGC。
关联模块 803,用于接收所述用户对所显示的 UGC的选择指令,将 用户所选的 UGC与所述日历项关联。 日历项显示模块 804,用于显示日历项,以及与该日历项关联的 UGC 的信息。
其中, 各个模块的具体功能可以参见上述的方法实施例, 在此不再 赘述。
图 9为本发明实施例中另一种 UGC处理装置的结构示意图。 参见 图 9, 该装置 900包括: 日历项创建模块 801、 UGC查找模块 802、 关 联模块 803、 日历项显示模块 804、 以及 UGC创建模块 805。 其中, 日 历项创建模块 801、 UGC查找模块 802、 关联模块 803和日历项显示模 块 804的具体功能与图 8所示的相应模块的具体功能相同, 在此不再赘 述。 UGC创建模块 805用于接收用户的 UGC创建请求并创建 UGC,在 创建 UGC之后提示用户创建日历项。
所述 UGC创建模块 805还可以进一步用于在创建 UGC之后查询该 用户和 /或该用户好友已创建的日历项, 并显示查询到的日历项的信息。 所述关联模块 803进一步用于: 接收用户对 UGC创建模块 805所显示 曰历项信息的选择指令, 将用户所选的日历项与该用户当前创建的所述 UGC关联。 之后再次显示所述日历项时进一步显示其最新关联的 UGC 的摘要信息。
本发明实施例中, 各个模块可以由软件实现(例如存储在存储器中 的计算机可读指令), 也可以由硬件实现(例如 ASIC的处理器), 或者 由软件和硬件的结合实现。
以上实施例可以由硬件、 软件或者硬件和软件的结合实现。 例如, 本发明实施例中描述的各种方法、 步骤和功能模块可以由处理器实现 (处理器是指广义上的处理器, 包括 CPU, 处理单元, ASIC, 逻辑单 元或者可编程逻辑阵列, 等等)。 本发明实施例中描述的过程、 方法和 功能模块可以由一个单独的处理器实现也可以分别由多个处理器实现。 本发明实施例或权利要求中所述的处理器应当理解为一个或者多个处 理器。 此外, 以上描述的实施例可以以软件产品的方式实现。 该计算机 软件产品存储在非易失性存储介质中并包块一系列指令用于使得计算 机设备(例如个人计算机, 服务器或者网络设备等等)来执行本发明实 施例中所描述的方法。
本发明实施例中的附图仅为一些实施例, 其中的模块和步骤不是实 现本发明所必须的。 所述的模块可以结合成一个模块或者进一步分为多 个子模块。
以上所述仅为本发明的较佳实施例而已, 并不用以限制本发明, 凡 在本发明的精神和原则之内, 所做的任何修改、 等同替换、 改进等, 均 应包含在本发明保护的范围之内。

Claims

权利要求书
1、 一种用户生成内容 UGC的处理方法, 其特征在于, 包括: 接收用户的日历项建立请求, 建立日历项;
查找与所述日历项匹配的 UGC, 显示查找到的 UGC;
接收所述用户对所显示的 UGC的选择指令,将用户所选的 UGC与 所述日历项关联;
显示日历项以及与该日历项关联的 UGC的信息。
2、 根据权利要求 1 所述的方法, 其特征在于, 所述创建日历项具 体包括: 提示用户输入时间信息和文字描述, 记录用户输入的时间信息 和文字描述, 生成包括该时间信息和文字描述的日历项;
所述查找与所述日历项匹配的 UGC包括:
依照所述日历项的时间信息, 查找与该时间信息符合预设的匹配规 则的 UGC;
和 /或, 提取所述日历项文字描述中的关键字, 查找与所述关键字符 合预设的匹配规则的 UGC。
3、 根据权利要求 2所述的方法, 其特征在于, 在所述创建日历项 时, 进一步包括: 提示用户输入地理信息, 记录用户输入的地理信息, 生成包括所述时间信息、 文字描述和地理信息的日历项;
所述在查找与所述日历项匹配的 UGC时, 进一步包括:
依照所述日历项的地理信息, 查找与该地理信息符合预设的匹配规 则的 UGC。
4、 根据权利要求 1所述的方法, 其特征在于, 该方法进一步包括: 在接收用户的 UGC创建请求并创建 UGC后, 提示用户创建日历项; 在 创建日历项后, 将该用户创建的所述 UGC和所创建的日历项关联。
5、 根据权利要求 1所述的方法, 其特征在于, 该方法进一步包括: 在接收用户的 UGC创建请求并创建 UGC后, 显示该用户和 /或该用户 好友已创建的日历项; 接收用户对所显示日历项的选择指令, 将用户所 选的日历项与该用户当前创建的所述 UGC关联。
6、 根据权利要求 1 所述的方法, 其特征在于, 所述显示日历项及 其关联 UGC的具体方法为: 在日历项的创建者的界面上、 及该创建者 好友界面中显示所述日历项及其关联的 UGC的信息。
7、 根据权利要求 6所述的方法, 其特征在于, 该方法在创建日历 项时为该日历项打上时间戳;在创建 UGC并将该 UGC关联到一日历项 时, 更新该日历项的时间戳; 在所述创建者界面和该创建者好友界面中 显示所述日历项时, 根据该日历项的时间戳的顺序排序显示。
8、一种用户生成内容 UGC的处理装置,其特征在于,该装置包括: 日历项创建模块, 用于接收用户的日历项建立请求, 建立日历项; UGC查找模块, 用于查找与所述日历项匹配的 UGC, 显示查找到 的 UGC;
关联模块, 用于接收所述用户对所显示的 UGC的选择指令, 将用 户所选的 UGC与所述日历项关联;
日历项显示模块, 用于显示日历项, 以及与该日历项关联的 UGC 的信息。
9、 根据权利要求 8 所述的装置, 其特征在于, 所述日历项创建模 块进一步用于: 提示用户输入时间信息和文字描述, 记录用户输入的时 间信息和文字描述, 生成包括该时间信息和文字描述的日历项;
所述 UGC查找模块进一步用于:
依照所述日历项的时间信息, 查找与该时间信息符合预设的匹配规 则的 UGC; 和 /或, 提取所述日历项文字描述中的关键字, 查找与所述关键字符 合预设的匹配规则的 UGC。
10、 根据权利要求 9所述的装置, 其特征在于, 在所述日历项创建 模块进一步用于: 提示用户输入地理信息, 记录用户输入的地理信息, 生成包括所述时间信息、 文字描述和地理信息的日历项;
所述 UGC查找模块进一步用于:
依照所述日历项的地理信息, 查找与该地理信息符合预设的匹配规 则的 UGC。
11、根据权利要求 8所述的装置, 其特征在于, 该装置进一步包括: UGC创建模块, 用于接收用户的 UGC创建请求并创建 UGC, 在创建 UGC之后提示用户创建日历项;
所述关联模块进一步用于: 在日历创建模块创建日历项后, 将所述 用户创建的所述 UGC和所创建的日历项关联。
12、根据权利要求 8所述的装置, 其特征在于, 该装置进一步包括: UGC创建模块, 用于接收用户的 UGC创建请求并创建 UGC, 在创建 UGC之后显示该用户和 /或该用户好友已创建的日历项信息;
并且, 所述关联模块进一步用于: 接收用户对 UGC创建模块所显 示曰历项信息的选择指令, 将用户所选的日历项与该用户当前创建的所 述 UGC关联。
13、 根据权利要求 8所述的装置, 其特征在于, 所述日历项显示模 块进一步用于: 在日历项的创建者的界面上、 及该创建者好友界面中显 示所述日历项及其关联的 UGC的信息。
14、根据权利要求 13所述的装置, 其特征在于, 所述日历项创建模 块进一步用于: 在创建日历项时为所述日历项打上时间戳;
所述关联模块进一步用于: 在将 UGC创建模块创建的 UGC关联到 所述日历项时, 更新所述日历项的时间戳;
所述日历项显示模块进一步用于: 在所述创建者界面和该创建者好 友界面中显示所述日历项时, 根据该日历项的时间戳的顺序排序显示。
15、 一种非易失性计算机可读存储介质, 其特征在于, 包含计算机 可执行指令, 用于使得处理器执行以下步骤:
接收用户的日历项建立请求, 建立日历项;
查找与所述日历项匹配的 UGC, 显示查找到的 UGC;
接收所述用户对所显示的 UGC的选择指令,将用户所选的 UGC与 所述日历项关联;
显示日历项以及与该日历项关联的 UGC的信息。
PCT/CN2012/086616 2011-12-16 2012-12-14 用户生成内容的处理方法和装置 WO2013087020A1 (zh)

Priority Applications (5)

Application Number Priority Date Filing Date Title
JP2014542703A JP2014534542A (ja) 2011-12-16 2012-12-14 ユーザ作成コンテンツの処理方法及び装置
AP2014007723A AP2014007723A0 (en) 2011-12-16 2012-12-14 Method and device for processing user generated content
EP12857389.6A EP2765523B1 (en) 2011-12-16 2012-12-14 Method and device for processing user generated content
US14/263,795 US20140236657A1 (en) 2011-12-16 2014-04-28 Method and device for processing user generated content
ZA2014/04783A ZA201404783B (en) 2011-12-16 2014-06-25 Method and device for processing user generated content

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201110422780.5 2011-12-16
CN201110422780.5A CN103164472B (zh) 2011-12-16 2011-12-16 在社交网络系统中对用户生成内容的处理方法和装置

Related Child Applications (1)

Application Number Title Priority Date Filing Date
US14/263,795 Continuation US20140236657A1 (en) 2011-12-16 2014-04-28 Method and device for processing user generated content

Publications (1)

Publication Number Publication Date
WO2013087020A1 true WO2013087020A1 (zh) 2013-06-20

Family

ID=48587566

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2012/086616 WO2013087020A1 (zh) 2011-12-16 2012-12-14 用户生成内容的处理方法和装置

Country Status (7)

Country Link
US (1) US20140236657A1 (zh)
EP (1) EP2765523B1 (zh)
JP (1) JP2014534542A (zh)
CN (1) CN103164472B (zh)
AP (1) AP2014007723A0 (zh)
WO (1) WO2013087020A1 (zh)
ZA (1) ZA201404783B (zh)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107809531A (zh) * 2017-10-18 2018-03-16 维沃移动通信有限公司 一种日程创建方法、移动终端

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
RU2631975C2 (ru) 2014-08-29 2017-09-29 Общество С Ограниченной Ответственностью "Яндекс" Способ и система для обработки входных команд пользователя
CN105574061A (zh) * 2015-05-24 2016-05-11 刘晓建 网络信息获取工具对用户生成内容的过滤方法
CN107967339B (zh) * 2017-12-06 2021-01-26 Oppo广东移动通信有限公司 图像处理方法、装置、计算机可读存储介质和计算机设备
CN108427706B (zh) * 2018-01-17 2020-11-10 贝壳找房(北京)科技有限公司 一种信息发布方法及装置
CN110601954A (zh) * 2019-08-28 2019-12-20 李美玉 一种社交软件简易信息浏览的方法

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101916274A (zh) * 2010-08-11 2010-12-15 魏新成 对LinkUGC进行聚合显示的方法和系统
CN101930456A (zh) * 2010-07-30 2010-12-29 魏新成 通过浏览器创建聚合LinkUGC的方法和系统

Family Cites Families (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH08110911A (ja) * 1994-10-07 1996-04-30 Canon Inc 情報機器
JP2001043240A (ja) * 1999-08-02 2001-02-16 Canon Inc 情報処理装置及びその画像管理方法ならびに記録媒体
US7003735B2 (en) * 2001-03-29 2006-02-21 International Business Machines Corporation Calendar desktop graphical user interface (GUI) for computer workstations, personal computers, and personal digital assistants
JP2003228627A (ja) * 2002-12-09 2003-08-15 Fujitsu Ltd 教育・保育機関における情報の処理方法及び処理プログラム
US20060167747A1 (en) * 2005-01-25 2006-07-27 Microsoft Corporation Content-targeted advertising for interactive computer-based applications
US20060277087A1 (en) * 2005-06-06 2006-12-07 Error Brett M User interface for web analytics tools and method for automatic generation of calendar notes, targets,and alerts
JP4822260B2 (ja) * 2005-12-27 2011-11-24 キヤノンマーケティングジャパン株式会社 画像管理システム、画像管理サーバ、クライアント装置、画像管理システムの制御方法、画像管理サーバの制御方法、クライアント装置の制御方法、及びプログラム
US7818336B1 (en) * 2006-08-30 2010-10-19 Qurio Holdings, Inc. Methods, systems, and products for searching social networks
US8156442B2 (en) * 2008-06-30 2012-04-10 Nokia Corporation Life recorder and sharing
JP2010067069A (ja) * 2008-09-11 2010-03-25 Fujitsu Ltd コンテンツ管理プログラム、方法及び装置
US20100082624A1 (en) * 2008-09-30 2010-04-01 Apple Inc. System and method for categorizing digital media according to calendar events
KR101598632B1 (ko) * 2009-10-01 2016-02-29 마이크로소프트 테크놀로지 라이센싱, 엘엘씨 이동 단말기 및 그의 태그 편집 방법
US20120158935A1 (en) * 2010-12-21 2012-06-21 Sony Corporation Method and systems for managing social networks

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101930456A (zh) * 2010-07-30 2010-12-29 魏新成 通过浏览器创建聚合LinkUGC的方法和系统
CN101916274A (zh) * 2010-08-11 2010-12-15 魏新成 对LinkUGC进行聚合显示的方法和系统

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107809531A (zh) * 2017-10-18 2018-03-16 维沃移动通信有限公司 一种日程创建方法、移动终端

Also Published As

Publication number Publication date
EP2765523A4 (en) 2015-06-10
EP2765523A1 (en) 2014-08-13
ZA201404783B (en) 2015-04-29
CN103164472B (zh) 2016-03-09
JP2014534542A (ja) 2014-12-18
CN103164472A (zh) 2013-06-19
EP2765523B1 (en) 2019-06-19
US20140236657A1 (en) 2014-08-21
AP2014007723A0 (en) 2014-06-30

Similar Documents

Publication Publication Date Title
US20220116407A1 (en) Facilitating cross-platform content access
US10310834B2 (en) Searching and accessing application functionality
US11042590B2 (en) Methods, systems and techniques for personalized search query suggestions
JP6128661B2 (ja) 主題ベースのバイタリティ
US8996625B1 (en) Aggregate display of messages
JP6620205B2 (ja) 埋め込みメディアに関連した補足コンテンツの提供
US11899728B2 (en) Methods, systems and techniques for ranking personalized and generic search query suggestions
EP2955686A1 (en) Automatic article enrichment by social media trends
US9063972B1 (en) Increasing user retention and re-engagement in social networking services
US11080287B2 (en) Methods, systems and techniques for ranking blended content retrieved from multiple disparate content sources
WO2013087020A1 (zh) 用户生成内容的处理方法和装置
US20180060358A1 (en) Method and system for selecting images based on user contextual information in response to search queries
WO2015010566A1 (zh) 综合信息精准搜索方法
US20150356102A1 (en) Automatic article enrichment by social media trends
US11836169B2 (en) Methods, systems and techniques for providing search query suggestions based on non-personal data and user personal data according to availability of user personal data
JP2016531355A (ja) オンライン・ソーシャル・ネットワークにおける検索クエリの書き換え
US9251260B2 (en) Social network interaction facilitation from search results interface
US11232522B2 (en) Methods, systems and techniques for blending online content from multiple disparate content sources including a personal content source or a semi-personal content source
US11392589B2 (en) Multi-vertical entity-based search system
JP2012133515A (ja) 情報処理装置、情報処理方法、プログラム、情報処理システム
US20210406268A1 (en) Search result annotations
WO2016029425A1 (zh) 一种信息通知方法、装置及终端
US20160188173A1 (en) Replicating User Input Across Displayed Search Results
TW201101067A (en) Method and server for providing picture searching
OA16995A (en) Method and device for processing user generated content.

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 12857389

Country of ref document: EP

Kind code of ref document: A1

WWE Wipo information: entry into national phase

Ref document number: 2012857389

Country of ref document: EP

ENP Entry into the national phase

Ref document number: 2014542703

Country of ref document: JP

Kind code of ref document: A

NENP Non-entry into the national phase

Ref country code: DE