Abstract:
A method, a system, and computer readable medium comprising instructions for intelligent network-based voice and data recording are provided. A recording of a call from a caller to an agent is initiated. The recording of the call is stored in a voice server. Analysis on voice and data of the recording is performed. A supervisor of the agent is notified of a result of the analysis.
Abstract:
A closely-coupled exhaust aftertreatment system for an engine having twin turbochargers includes a first exhaust conduit comprising a first valve operable between first and second positions, the first promoting flow within the first conduit to an oxidation catalyst (OC), the second promoting flow within a second conduit; a third conduit is fluidly coupled to the OC outlet and includes a second valve operable between first and second positions, the first promoting flow within the third exhaust conduit to a particulate filter (PF), the second promoting flow through a fourth conduit to an inlet in the second conduit. A first turbocharger is coupled to the second exhaust conduit downstream of the inlet; an SCR catalyst is downstream of the first turbocharger to receive the flow therefrom and upstream of the PF to provide the flow thereto. A second turbocharger is coupled to the third exhaust conduit downstream of the second valve.
Abstract:
A method for encoding XML tree data that includes the step of encoding the semi-structured data into strings of arbitrary length in a way that maintains non-structural and structural information about the XML data, and enables indexing the encoded XML data in a way that facilitates efficient search and browsing.
Abstract:
An improved system and method for loading records into a partitioned database table is provided. A translation of records may be generated from a set of source partitions to a set of target partitions by generating a bipartite graph, determining a maximal matching using dynamic programming for a chain of nodes remaining in the bipartite graph after removing singleton edges, and generating a maximal matching after adding back the singleton edges for translation of records from the set of source partitions to the set of target partitions. The partition translation may be executed by traversing from top to bottom the set of source partitions and the set of target partitions in record key order to generate an optimal sequence of operations to transfer the records from the set of source partitions to the set of target partitions.
Abstract:
A closely-coupled exhaust aftertreatment system for an engine having twin turbochargers includes a first exhaust conduit comprising a first valve operable between first and second positions, the first promoting flow within the first conduit to an oxidation catalyst (OC), the second promoting flow within a second conduit; a third conduit is fluidly coupled to the OC outlet and includes a second valve operable between first and second positions, the first promoting flow within the third exhaust conduit to a particulate filter (PF), the second promoting flow through a fourth conduit to an inlet in the second conduit. A first turbocharger is coupled to the second exhaust conduit downstream of the inlet; an SCR catalyst is downstream of the first turbocharger to receive the flow therefrom and upstream of the PF to provide the flow thereto. A second turbocharger is coupled to the third exhaust conduit downstream of the second valve.
Abstract:
Creation of a program with interactive content and time-based media would be improved by having several people working simultaneously on both the interactive content and the time-based media. The range of types of data that can be associated with the time-based media also can include a variety of types of content that enhance the time-based media, including data that is opaque to the editing system. To support editing of such programs, enhanced content may be edited into a program as either a clip or a locator, according to a user's selection. The components that represent enhanced content also may be edited in the same way as components that represent time-based media. Enhanced content may be represented by enhancement files that include data defining enhancements. An enhancement includes an identifier of the enhancement within the enhancement file, and a reference to a file defining enhanced content associated with the enhancement. Such enhancement files may be imported into a bin of an editing system to create components that describe the enhanced content referenced by the enhancements. The enhanced content may be modified using native applications for the enhanced content during editing of the program. The components describing the enhanced content in the editing system can be updated using identifiers of the enhanced content that are stored by the components. Enhanced content also may be automatically synchronized with time-based media.
Abstract:
A technique is described that reduces the complexity and resource consumption associated with performing record expiry in a distributed database system. In accordance with the technique, a record is checked to see if it has expired only when it has been accessed for a read or a write. If at the time of a read a record is determined to have expired, then it is not served. If at the time of a write a record is determined to have expired, then the write is treated as an insertion of a new record, and steps are taken to treat the insertion consistently with regard to the previous expired version. A background process is used to delete records that have not been written to or actively deleted by a client after expiration.
Abstract:
A multi-modality system and method for performing screening/detection, imaging and diagnosis/characterization of materials and objects in dense compressive media, such as in medical soft tissue applications, is disclosed. Medical tissue applications include but are not limited to the detection and diagnosis of breast tumors. Generally, the present invention involves coupling an ultrasound subsystem for exciting target tissues with a microwave subsystem for measuring the response, imaging and diagnosing the target tissues.
Abstract:
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.
Abstract:
An improved system and method for writing data dependent upon multiple reads in a distributed database is provided. A client may read several data records and may then send a request to a database server to perform a transaction to write a data record dependent upon multiple data records read. A database server may receive the request specifying a transaction to write a data record dependent upon multiple data records read and may perform the transaction by latching a master data record to be written and validating the data records the write depends upon. The multiple data records upon which the write depends may be validated by verifying the multiple data records are current versions of the data records stored in the distributed database. Data intensive applications may use this transaction type in large scale distributed database systems to provide stronger consistency without significantly degrading performance and scalability.