PROTECTING PRIVACY IN GROUPS E-MAIL MESSAGES
    1.
    发明申请
    PROTECTING PRIVACY IN GROUPS E-MAIL MESSAGES 审中-公开
    保护组织中的隐私电子邮件信息

    公开(公告)号:US20120158868A1

    公开(公告)日:2012-06-21

    申请号:US12973952

    申请日:2010-12-21

    IPC分类号: G06F15/16

    CPC分类号: H04L51/28 H04L51/12

    摘要: Protecting privacy in groups e-mails messages. A method includes the step of receiving an e-mail message having one or more intended recipients. The method also includes the step of comparing content of the e-mail message against content of previous e-mail messages. Further, the method includes the step of flagging the e-mail message. In another embodiment, a computer program product stored on a non-transitory computer-readable medium when executed by a processor, performs the method for verifying intended recipients of an e-mail message with anomalous content. In yet another embodiment, a system to verify intended recipients of an e-mail message with anomalous content includes an e-mail interface and a content analyzer.

    摘要翻译: 保护组中的隐私电子邮件消息。 一种方法包括接收具有一个或多个预期接收者的电子邮件消息的步骤。 该方法还包括将电子邮件消息内容与先前电子邮件消息的内容进行比较的步骤。 此外,该方法包括标记电子邮件消息的步骤。 在另一个实施例中,当由处理器执行时,存储在非暂时计算机可读介质上的计算机程序产品执行验证具有异常内容的电子邮件消息的预期接收者的方法。 在另一个实施例中,用于验证具有异常内容的电子邮件消息的预期接收者的系统包括电子邮件接口和内容分析器。

    SYSTEM FOR PROVIDING SCALABLE IN-MEMORY CACHING FOR A DISTRIBUTED DATABASE
    2.
    发明申请
    SYSTEM FOR PROVIDING SCALABLE IN-MEMORY CACHING FOR A DISTRIBUTED DATABASE 审中-公开
    为分布式数据库提供可扩展内存缓存的系统

    公开(公告)号:US20100174863A1

    公开(公告)日:2010-07-08

    申请号:US12724260

    申请日:2010-03-15

    IPC分类号: G06F12/08 G06F17/30

    CPC分类号: G06F16/27

    摘要: A system is described for providing scalable in-memory caching for a distributed database. The system may include a cache, an interface, a non-volatile memory and a processor. The cache may store a cached copy of data items stored in the non-volatile memory. The interface may communicate with devices and a replication server. The non-volatile memory may store the data items. The processor may receive an update to a data item from a device to be applied to the non-volatile memory. The processor may apply the update to the cache. The processor may generate an acknowledgement indicating that the update was applied to the non-volatile memory and may communicate the acknowledgment to the device. The processor may then communicate the update to a replication server. The processor may apply the update to the non-volatile memory upon receiving an indication that the update was stored by the replication server.

    摘要翻译: 描述了一种用于为分布式数据库提供可扩展的内存中缓存的系统。 该系统可以包括高速缓存,接口,非易失性存储器和处理器。 高速缓存可以存储存储在非易失性存储器中的数据项的缓存副本。 该接口可以与设备和复制服务器进行通信。 非易失性存储器可以存储数据项。 处理器可以从要应用于非易失性存储器的设备接收对数据项的更新。 处理器可以将更新应用于高速缓存。 处理器可以产生指示更新被应用于非易失性存储器并且可以将确认传送到设备的确认。 处理器然后可以将该更新传送到复制服务器。 当接收到由复制服务器存储更新的指示时,处理器可以将更新应用于非易失性存储器。

    Enforcing currency and consistency constraints in database query processing
    3.
    发明授权
    Enforcing currency and consistency constraints in database query processing 有权
    在数据库查询处理中强制执行货币和一致性限制

    公开(公告)号:US07739262B2

    公开(公告)日:2010-06-15

    申请号:US10805083

    申请日:2004-03-19

    IPC分类号: G06F17/30

    CPC分类号: G06F17/30522

    摘要: Currency and consistency requirements are specified as part of a query against a database that may contain replicated data that is updated asynchronously and therefore may not be completely up to date. The database system constructs query execution plans that include an input selection operator that verifies the currency of a replica and selects a subplan using the replica for execution only when the replica meets the query's currency constraints. It checks possible query execution plans at construction time against the query's consistency constraints and any plans that may produce a result not meeting the consistency constraints are rejected. In this way, the query result is guaranteed to satisfy the query's currency and consistency requirements.

    摘要翻译: 货币和一致性要求被指定为针对数据库的查询的一部分,数据库可能包含异步更新的复制数据,因此可能不完全是最新的。 数据库系统构建查询执行计划,其中包括验证副本的货币的输入选择运算符,并且只有当副本符合查询的货币约束时才使用副本才能执行子计划。 它可以根据查询的一致性约束在施工时检查可能的查询执行计划,并且拒绝可能产生不符合一致性约束的结果的任何计划。 以这种方式,查询结果保证满足查询的货币和一致性要求。

    System and method for asynchronous update of indexes in a distributed database
    4.
    发明申请
    System and method for asynchronous update of indexes in a distributed database 审中-公开
    用于在分布式数据库中异步更新索引的系统和方法

    公开(公告)号:US20090210429A1

    公开(公告)日:2009-08-20

    申请号:US12070607

    申请日:2008-02-19

    IPC分类号: G06F17/30

    CPC分类号: G06F16/273

    摘要: An improved system and method for asynchronous update of indexes in a distributed database is provided. A database server may receive the request to update the data and may update the data in a primary data table of the distributed database. An asynchronous index update of the indexes may be initiated at the time a record is updated in a data table and then control may be returned to a client to perform another data update. An activity cache may be provided for caching the records updated by a client so that when the client requests a subsequent read, the updated records may be available in the activity cache to support the various guarantees for reading the data. Advantageously, the asynchronous index update scheme may provide increased performance and more scalability while efficiently maintaining indexes over database tables in a large scale, replicated, distributed database.

    摘要翻译: 提供了一种用于在分布式数据库中异步更新索引的改进的系统和方法。 数据库服务器可以接收更新数据的请求,并且可以更新分布式数据库的主数据表中的数据。 可以在数据表中更新记录时启动索引的异步索引更新,然后可以将控制返回给客户端以执行另一数据更新。 可以提供活动缓存来缓存由客户端更新的记录,使得当客户端请求后续读取时,更新的记录可以在活动高速缓存中可用以支持读取数据的各种保证。 有利地,异步索引更新方案可以提供增加的性能和更大的可扩展性,同时有效地维护大规模,复制的分布式数据库中的数据库表的索引。

    SYSTEM AND/OR METHOD FOR OBTAINING OF USER GENERATED CONTENT BOXES
    5.
    发明申请
    SYSTEM AND/OR METHOD FOR OBTAINING OF USER GENERATED CONTENT BOXES 有权
    用于生成用户生成的内容盒的系统和/或方法

    公开(公告)号:US20090192988A1

    公开(公告)日:2009-07-30

    申请号:US12022980

    申请日:2008-01-30

    IPC分类号: G06F17/30

    CPC分类号: G06F17/30864 G06Q30/06

    摘要: The subject matter disclosed herein relates to a process for receiving, evaluating and selecting of content modules such as content summary boxes and landing pages for display on network-accessible search engine results page. In one particular example, potential content providers may be provided with incentives and guidelines for the preparation of content summary boxes and landing pages over an electronic communications network, and the resulting submissions can be ranked and published in conjunction with the display of a search engine results page over the network.

    摘要翻译: 本文公开的主题涉及用于接收,评估和选择诸如内容摘要框和登陆页面的内容模块以在网络可访问搜索引擎结果页面上显示的过程。 在一个特定示例中,潜在的内容提供商可以被提供用于通过电子通信网络准备内容摘要框和着陆页的激励和指导,并且所得到的提交可以与搜索引擎结果的显示一起被排名和发布 网页上的网页。

    Method and systems for using community bookmark data to supplement internet search results
    7.
    发明申请
    Method and systems for using community bookmark data to supplement internet search results 审中-公开
    使用社区书签数据补充互联网搜索结果的方法和系统

    公开(公告)号:US20090144240A1

    公开(公告)日:2009-06-04

    申请号:US11950397

    申请日:2007-12-04

    IPC分类号: G06F17/30

    CPC分类号: G06F16/951

    摘要: Methods and systems for generating overlay data to supplement search results obtained as a result of an internet search for a query provided by a user. The method includes accessing a universal resource locator (URL) database having URLs that are processed. The URL database has information regarding the number of times a URL in the URL database has been bookmarked and any descriptive tags assigned to specific URLs in the URL database. Then, receiving the query provided by the user that generates search results, where each search result is associated with a URL. The method further includes, before displaying the search results, analyzing each URL of a plurality of the search results to identify if the URL is present in the accessed URL database, and applying overlay data to particular ones of the search results. The overlay data includes information regarding the number of times the URL has been bookmarked and includes particular descriptive tags from the URL database. In one embodiment, a detailed sub-query is associated with each overlay descriptive tag that includes the original query and the overlay descriptive tag.

    摘要翻译: 用于生成覆盖数据以补充由因特网搜索由用户提供的查询的结果而获得的搜索结果的方法和系统。 该方法包括访问具有处理的URL的通用资源定位符(URL)数据库。 URL数据库具有关于URL数据库中的URL已被加书签的次数以及分配给URL数据库中的特定URL的任何描述性标签的信息。 然后,接收生成搜索结果的用户提供的查询,其中每个搜索结果与URL相关联。 该方法还包括:在显示搜索结果之前,分析多个搜索结果的每个URL以识别URL是否存在于访问的URL数据库中,以及将覆盖数据应用于特定搜索结果。 覆盖数据包括关于URL被加书签的次数的信息,并且包括来自URL数据库的特定描述性标签。 在一个实施例中,详细的子查询与包括原始查询和重叠描述标签的每个重叠描述性标签相关联。

    Framework to evaluate content display policies
    8.
    发明授权
    Framework to evaluate content display policies 有权
    评估内容显示政策的框架

    公开(公告)号:US08504558B2

    公开(公告)日:2013-08-06

    申请号:US12184114

    申请日:2008-07-31

    IPC分类号: G06F17/30

    CPC分类号: G06Q30/02

    摘要: Content display policies are evaluated using two kinds of methods. In the first kind of method, using information, collected in a “controlled” manner about user characteristics and content characteristics, truth models are generated. A simulator replays users' visits to the portal web page and simulates their interactions with content items on the page based on the truth models. Various metrics are used to compare different content item-selecting algorithms. In the second kind of method, no explicit truth models are built. Events from the controlled serving scheme are replayed in part or whole; content item-selection algorithms learn using the observed user activities. Metrics that measure the overall predictive error are used to compare different content-item selection algorithms. The data collected in a controlled fashion plays a key role in both the methods.

    摘要翻译: 使用两种方法评估内容显示策略。 在第一种方法中,使用以“受控”的方式收集关于用户特征和内容特征的信息,生成真实模型。 模拟器会根据真实模型重播用户对门户网页的访问,并模拟与页面上的内容项目的交互。 各种指标用于比较不同的内容项目选择算法。 在第二种方法中,没有建立明确的真理模型。 受控服务计划的活动部分或全部重播; 内容项目选择算法学习使用观察到的用户活动。 衡量总体预测误差的度量用于比较不同的内容项目选择算法。 以受控方式收集的数据在这两种方法中起关键作用。

    PLAYFUL INCENTIVE FOR LABELING CONTENT
    10.
    发明申请
    PLAYFUL INCENTIVE FOR LABELING CONTENT 审中-公开
    有趣的激励标签内容

    公开(公告)号:US20090327168A1

    公开(公告)日:2009-12-31

    申请号:US12147342

    申请日:2008-06-26

    IPC分类号: G06F3/048

    CPC分类号: H04L51/12

    摘要: Embodiments are directed towards employing a playful incentive to encourage users to provide feedback that is useable to train a classifier. The classifier being associated with any of a variety of different settings, including but not limited to classifying: messages as ham/spam, images, advertising, bookmarking, music, videos, photographs, shopping, or the like. An animated image, such as a pet, provides an interface to the classifier that encourages and responds to user feedback. Users may share their classifiers or aspects thereof with other users to enable a community of knowledge to be applied to a classification task, while preserving privacy of the user feedback. One form of sharing may be within the context of a competitive game. Various evaluations may be performed on a classifier to indicate user feedback consistency, or quality. Classifiers may also be used to provide users with advertisements, products, or services based on the user's feedback.

    摘要翻译: 实施例旨在采用有趣的激励来鼓励用户提供可用于训练分类器的反馈。 分类器与各种不同的设置相关联,包括但不限于分类:消息作为火腿/垃圾邮件,图像,广告,书签,音乐,视频,照片,购物等。 动画图像(如宠物)为分类器提供了一个界面,鼓励和响应用户反馈。 用户可以与其他用户共享他们的分类器或其方面,以使知识社区能够应用于分类任务,同时保持用户反馈的隐私。 一种共享的形式可能在竞争性游戏的背景下。 可以在分类器上执行各种评估,以指示用户反馈一致性或质量。 分类器也可以用于根据用户的反馈向用户提供广告,产品或服务。