Document Document Title
US11562077B2 Workload aware security patch management
Example implementations relate to method and system for securing a workload from a security vulnerability based on management of critical patches for the workload. The method includes obtaining information of existing patches for each of a plurality of infrastructure resources that are required to execute the workload, where the infrastructure resources are segregated as multiple layers. The method further includes determining dependency of the infrastructure resources across the multiple layers and identifying the security vulnerability related to the infrastructure resources. The method further includes evaluating perceived criticalities of first and second new patches for the security vulnerability based a workload weightage, a resource age of the infrastructure resources, and an actual criticality of the first and second new patches. Further, the method includes installing the first new patch followed by the second new patch on the infrastructure resources based on the perceived criticalities, in an order of the determined dependency.
US11562076B2 Reconfigured virtual machine to mitigate attack
A computer implemented method to mitigate a security attack against a target virtual machine (VM) in a virtualized computing environment, the target VM having a target VM configuration including configuration parameters, and the security attack exhibiting a particular attack characteristic, is disclosed.
US11562074B2 Firmware upgrade method and device, and storage medium
A firmware upgrade method can be applied to a terminal, and include: receiving a broadcast message for broadcasting an updated firmware type sent by a cloud server; sending firmware information matching the firmware type to the cloud server; and receiving a firmware upgrade package corresponding to the firmware information pushed by the cloud server. As a result, the space of the storage medium of the terminal is effectively saved, and the efficiency of firmware upgrade is improved.
US11562072B2 Data processing method for coping with ransomware, program for executing the method, and computer-readable recording medium storing the program
The present disclosure provides a data processing method for coping with ransomware, which encrypts data with a malicious intent and blocks an access to the data, to protect the data, and a program for executing the data processing method. In a computer apparatus that loads an application program stored in a memory onto a processor and carries out a predetermined processing according to the application program, on an operating system (OS) kernel which controls an access of the application program to hardware components of the computer apparatus, the processor reads the data stored in the memory, performs the predetermined processing at the request of the application program, determines whether a ransomware attack occurred for the data before storing the processed data back to the memory, and stores the processed data to the memory according to a determination result, thereby preventing the damage caused by the ransomware attack.
US11562068B2 Performing threat detection by synergistically combining results of static file analysis and behavior analysis
Systems and methods are described for synergistically combining static file based detection and behavioral analysis to improve both threat detection time and accuracy. An endpoint security solution running on an endpoint device generates a static analysis score by performing a static file analysis on files associated with a process initiated on the endpoint device. When the static analysis score meets or exceeds a static analysis threshold, then a network security platform treats the process as malicious and blocks execution of the process. When the static analysis score is less than the static analysis threshold, then the endpoint security solution obtains a dynamic analysis score for the process. The network security platform treats the process as malicious and causes execution of the process to be blocked based on a function of the static analysis score and the dynamic analysis score.
US11562066B2 Memory tracking for malware detection
A device may load a process under test into virtual memory associated with the device. The virtual memory may include a plurality of memory pages. The device may insert a malware inspection element and a memory tracking element into the process under test and may provide a notification of an event associated with the process under test to a memory tracking element. The device may identify, using the memory tracking element, one or more memory pages of the plurality of memory pages. The one or more memory pages may be assigned to, and used by, the process under test. The device may generate, based on identifying the one or more memory pages, a memory map, associated with the process under test, that may include information identifying the one or more memory pages as being assigned to, and used by, the process under test.
US11562063B2 Encoded inline capabilities
Disclosed embodiments relate to encoded inline capabilities. In one example, a system includes a trusted execution environment (TEE) to partition an address space within a memory into a plurality of compartments each associated with code to execute a function, the TEE further to assign a message object in a heap to each compartment, receive a request from a first compartment to send a message block to a specified destination compartment, respond to the request by authenticating the request, generating a corresponding encoded capability, conveying the encoded capability to the destination compartment, and scheduling the destination compartment to respond to the request, and subsequently, respond to a check capability request from the destination compartment by checking the encoded capability and, when the check passes, providing a memory address to access the message block, and, otherwise, generating a fault, wherein each compartment is isolated from other compartments.
US11562057B2 Ecosystem security platforms for enabling data exchange between members of a digital ecosystem using digital genomic data sets
In embodiments, a VDAX configured with an ecosystem security platform (ESP) and has a digital DNA assigned thereto that includes an eligibility object, a correlation object, and a differentiation object is disclosed. In embodiments, the ESP includes a DNA module configured to: manage and modify the DNA of the VDAX. The ESP also includes a link module that receives and decodes a link from a second VDAX that contains encoded GRI and decodes the encoded GRI based on the eligibility object and a modified correlation object. The ESP includes a sequence mapping module that maps a sequence from a first portion of a digital object to be provided to the second VDAX into a modified differentiation object modified using the GRI to obtain an engagement factor. The ESP includes a transformation module that generates a VBLS object by encoding a second portion of the digital object using the engagement factor.
US11562051B2 Varying computing device behavior for different authenticators
A computing device supports the use of multiple different authenticators for a user to unlock his or her computing device and access his or her user account. An authenticator refers to something that the user knows or has that can be compared to known authentication data in order to authenticate the user. In one or more embodiments, the behavior of the computing device varies for different authenticators by displaying user-selectable content in different visibility modes based on which authenticator is used to authenticate the user. In one content visibility mode content is fully visible on the computing device display screen, whereas in another content visibility mode content visibility on the computing device display screen is reduced. Additionally or alternatively, the behavior of the computing device varies for different authenticators by using different authenticators for different contexts of the computing device.
US11562049B2 Heisenberg scaler
A Heisenberg scaler reduces noise in quantum metrology and includes: a stimulus source that provides physical stimuli; a physical system including quantum sensors that receive a first and second physical stimuli; produces a measured action parameter; receives an perturbation pulse; and produces modal amplitude; an estimation machine that: receives the measured action parameter and produces a zeroth-order value from the measured action parameter; a gradient analyzer that: receives the measured action parameter and produces the measured action parameter and a gradient; the sensor interrogation unit that: receives the modal amplitude; receives the gradient and the measured action parameter; produces the perturbation pulse; and produces a first-order value from the modal amplitude, the gradient, and the measured action parameter; a Heisenberg determination machine that: receives the zeroth-order value; receives the first-order value; and produces a physical scalar from the zeroth-order value and the first-order value.
US11562026B1 Data access using sorted count mapping
A method, a system, and a computer program product for accessing data. A data stream including a plurality of data elements is received. A mapping of the plurality of data elements is generated. Each data element is represented by a data node in the mapping. A linked list of the data nodes with starting and ending elements is generated. Each node is linked to at least another node and stores a count of a data element and the corresponding data element. The count represents a number of times the data element is present in the data stream. Each node is positioned in the generated linked list using the count of each data element. Data elements with a highest count are positioned proximate to the starting element and data elements with a lowest count are positioned proximate to the ending element. Data elements are accessed using the generated mapping.
US11562024B2 Method and system for traversing an object graph using traversal context objects
Certain aspects of the present disclosure provide techniques for enumerating relationships in an object graph using traversal context objects that are decoupled from the implementation details of an object graph and the objects stored therein. An example method generally includes receiving a request to traverse an object graph, the object graph including a plurality of objects. A root context object is generated, and a traversal context object associated with a root node of the object graph is generated. The traversal context object is linked to the root context object and added to a traversal data structure. The graph is traversed by adding and removing traversal context objects to and from the traversal data structure until a terminating event occurs.
US11562022B2 Method for faceted visualization of a SPARQL query result set
Embodiments use successive refinement to allow a user to systematically explore the result set of an arbitrary query over RDF, such as a SPARQL query. A user inputs an arbitrary base query and modifies this query by replacing selected variables with values to which each selected variable is bound within the result set of the base query. Embodiments present, via a GUI, variable facets that may be substituted for query variables. Embodiments also present, through a GUI, a query history graph that represents query versions that a user has created. A user may navigate this query history graph to return to previously-created query versions. The GUI also provides information about the facets, including a number of results that would be included in the result set of the query version resulting from substitution of the facet for the associated variable.
US11562017B2 Queue versioning
Embodiments described herein may involve queue versioning. An example implementation may involve a playback device initiating playback of a queue including one or more first audio streams. A queue identification token stored in data storage represents a current version of the queue. The playback device receives, from a computing system, data representing instructions to add one or more second audio streams to the queue, the instructions including an indication of the one or more second audio streams and a first token representing an expected queue version. The playback device determines whether the expected queue version represented by the first token matches the current version of the queue represented by the queue identification token. If not, the playback device foregoes adding the one or more second audio streams to the queue.
US11562016B2 Systems and methods for generating supplemental content for media content
Systems and methods are disclosed herein for generating supplemental content for media content. One disclosed technique herein generates for display a page of an electronic book. A noun, and a word contextually related to the noun, are identified from the displayed page of the electronic book. Content structures are searched for a content structure that includes a matching object having an object name matching the noun. The content structure includes objects, where each object has attribute table entries. Upon finding an identified attribute table entry of the matching object that matches the related word, a new content structure is generated. The new content structure includes the matching object and the identified attribute table entry. A content segment is generated for output (e.g., for display on the electronic book) based on the new content structure.
US11562011B2 Incorporating data into search engines using deep learning mechanisms
Methods, apparatus, and processor-readable storage media for incorporating data into search engines using deep learning mechanisms are provided herein. An example computer-implemented method includes extracting one or more features from a search query by applying one or more machine learning algorithms to the search query; generating one or more word vectors by applying at least one deep learning technique to the one or more extracted features; mapping the one or more generated word vectors to one or more words from a corpus of data by implementing at least one deep similarity network; and outputting one or more results in response to the search query, wherein the one or more results are based at least in part on the one or more words from the corpus to which the one or more generated word vectors were mapped.
US11562007B1 Systems and methods of establishing correlative relationships between geospatial data features in feature vectors representing property locations
In an illustrative embodiment, an automated system engineers customized feature vectors from geospatial information system (GIS) metadata. The system may include computing systems and devices for extracting metadata for GIS features located within a predetermined distance of a property from a GIS map file and storing the extracted GIS features within a feature vector. The system can augment each of the extracted GIS features with amplifying data features extracted from external data sources. The system can calculate a distance between the property and each extracted GIS feature, which establishes a relationship between the property and each GIS feature and associated amplifying data features. Amounts of correlation between each of the extracted GIS features and associated amplifying data features within the feature vector and a market assessment of the property location can be identified using a data model trained with a data set customized to characteristics of the property.
US11562001B2 Reliable hierarchical storage management with data synchronization
A system hosts a file system representing a replica of file systems hosted on a plurality of nodes, each node storing data on a first storage medium. The system stores data on a second storage medium that is slower than the first storage medium. The system stores on the second storage medium a file received from one of the nodes when the file remains un-accessed by the nodes for a predetermined period of time. The first storage medium on the plurality of nodes stores a pointer to the file and not the data content of the file stored on the second storage medium. The system provides the file from the second storage medium to the first storage medium on one of the nodes while providing the plurality of nodes read and write access to the file stored on the second storage medium using the pointer on the first storage medium.
US11562000B2 Storage constrained synchronization engine
A client application of a content management system provides instructions for synchronizing content items and placeholder items using a local file journal and updated file journal. The client application compares entries in the updated file journal to entries in the local file journal to determine modifications to make to content items or placeholder items stored in a shared content storage directory on the client device. Based on the result of the comparison, the client application replaces placeholder items with content items or replaces content items with placeholder items.
US11561995B2 Multitenant database instance view aggregation
A server may support an aggregation service for a multitenant system. The service may support a method for data processing that includes determining that a plurality of tenants of a multitenant database system correspond to a common entity, where each tenant is associated with a respective instance of a cloud platform that services data from a corresponding database instance. The method may further include provisioning a new database instance for the common entity, generating a connector that is configured to access data of the corresponding database instance, generating a schema for the new database instance that aggregates the data of each database instance accessed by the connector, and instantiating a new cloud platform instance that is configured to access the schema of the new database instance, where the new cloud platform instance is configured to serve data queried from the schema of the new database instance via a client application.
US11561994B2 Automated discovery of databases
In some examples, a networked computing system comprises a backup node cluster of a backup service in communication with a host database node cluster of a host, a host database at least initially undiscovered by the backup node cluster, one or more processors coupled with memory storing instructions that, when executed, perform operations comprising at least installing a backup agent on at least one node of the host database node cluster, registering the host at the backup service, based on the host registration, triggering a host database discovery process to discover the undiscovered database automatically, the discovery process including a discovery call, in response to the discovery call, receiving metadata relating to the discovered database, and communicating with the discovered database.
US11561993B2 Generating real-time aggregates at scale for inclusion in one or more modified fields in a produced subset of data
A data processing system for producing a subset of data from a plurality of data sources, including: memory storing a plurality of data sources to be represented in an editor interface; a data structure modification module that selects a plurality of data sources to be represented in an editor interface and generates a subset of data included in the plurality of data sources; memory that stores the selected data structures included in the subset, with at least one of the stored data structures including the one or more modified attributes of the one or more respective fields; rendering module that displays, in the editor interface, representations of the stored data structures; and a segmentation modules that segments a plurality of received data records.
US11561990B2 Query implementation using synthetic time series
Techniques described herein perform implement a query using a synthetic time series (STS), for example applying an STS on time series data to obtain an answer to the query. In an embodiment, a method receives a times series and query relating to the time series. The method translates the query into a synthetic time series. The method executes a reduce operation on the STS and the time series. The method then returns the result of the operation as an answer to the query. A result of the reduce operation is returned as an answer to the query.
US11561976B1 System and method for facilitating metadata identification and import
Techniques and solutions are described for storing and processing metadata, including to instantiate database artefacts at a target system based on metadata for database artefacts maintained at a source system. The target system can query the source system for metadata associated with database artefacts of the source system. The target system can instantiate database artefacts based on such metadata. The database artefacts of the target system are linked to corresponding database artefacts of the source system, such as by associating a database artefact of the target system with an API useable to obtain data or metadata from the source system for a corresponding database artefact of the source system. The target system obtains additional data or metadata for a database artefact of the target system using a corresponding API.
US11561973B2 Statistics based query transformation
Techniques are described for responding to aggregate queries using optimizer statistics already available in the data dictionary of the database in which the database object targeting by the aggregate query resides, without the user creating any additional objects (e.g. materialized views) and without requiring the objects to be loaded into volatile memory in a columnar fashion. The user query is rewritten to produce a transformed query that targets the dictionary tables to form the aggregate result without scanning the user tables. “Accuracy indicators” may be maintained to indicate whether those statistics are accurate. Only accurate statistics are used to answer queries that require accurate answers. The accuracy check can be made during runtime, allowing the query plan of the transformed query to be used regardless of the accuracy of the statistics. For queries that request approximations, inaccurate statistics may be used so long as the statistics are “accurate enough”.
US11561972B2 Query conversion for querying disparate data sources
Methods, systems, and devices supporting querying disparate data sources are described. Querying disparate data sources may include receiving an input for data stored at a first data source from a plurality of data sources, selecting a first data connector from a plurality of data connectors, wherein the first data connector corresponds to the first data source, and identifying a first query language corresponding to the first data source from a plurality of query languages. Querying the disparate data sources may further include generating a converted query based at least in part on the first query language and retrieving the data from the first data source using the first data connector based at least in part on the converted query.
US11561970B2 Techniques for accurately specifying identification information
An information processing apparatus capable of accurately specifying identification information whose users are the same user regardless of information registered by users is provided. The information processing apparatus may include at least one memory storing instructions and at least one processor configured to execute the instructions to: acquire positional information associated with at least one piece of related identification information related to each of a plurality of pieces of identification information for identifying users in a communication service; specify hierarchized positional information indicating positional information hierarchized in accordance with a granularity level of a position based on the positional information; calculate a similarity between pieces of identification information using the hierarchized positional information; and specify the pieces of identification information belonging to the same user from among the plurality of pieces of identification information based on the calculated similarity.
US11561965B2 Data retrieval via incremental updates to graph data structures
Certain embodiments involve tracking incremental updates to graph data structures and thereby facilitating efficient data retrieval. For instance, a computing system services a first query for one or more segments of computing devices, online entities, or both. The computing system services the first query by searching of a set of nodes from a graph data structure. The computing system receives a second query after the graph data structure has been modified. The computing system identifies, from a change list for tracking changes to the graph data structure, a subset of the nodes impacted by the modification to the graph data structure. The computing system services the second query by searching the subset of impacted nodes in the graph data structure.
US11561958B2 Information processing device and information processing system
An information processing device includes a memory, and a processor coupled to the memory and configured to acquire a plurality of data from first databases, where the data are stored in the first databases in a first period, and identifiers are stored in the first databases in association with the data, where the first databases correspond to servers that perform manipulations on a plurality of records containing the data stored in a second database, and the identifiers indicate order of the manipulations, and store the data in a third database in order indicated by the identifiers.
US11561954B2 Method and system to estimate the cardinality of sets and set operation results from single and multiple HyperLogLog sketches
A system and method for the estimation of the cardinality of large sets of transaction trace data is disclosed. The estimation is based on HyperLogLog data sketches that are capable to store cardinality relevant data of large sets with low and fixed memory requirements. The disclosure contains improvements to the known analysis methods for HyperLogLog data sketches that provide improved relative error behavior by eliminating a cardinality range dependent bias of the relative error. A new analysis method for HyperLogLog data structures is shown that uses maximum likelihood analysis methods on a Poisson based approximated probability model. In addition, a variant of the new analysis model is disclosed that uses multiple HyperLogLog data structured to directly provide estimation results for set operations like intersections or relative complement directly from the HyperLogLog input data.
US11561953B2 Cosharding and randomized cosharding
The technology relates to cosharding tables within a distributed storage system. A data table including one or more rows may be received. Each row in the data table may include an identifier key and pieces of data. Each piece of data in the data table may be indexed into individual rows of an index table, wherein each row in the index table includes data associated with the identifier key of the data table from which the piece of data in the respective row was indexed. The index table may be sharded into splits, wherein the sharding includes assigning each row of the index table into one of the splits based on the identifier key of the data table from which the piece of data in the respective row was indexed. The splits may be stored into two or more portions of the distributed storage system.
US11561948B1 Database indexing using structure-preserving dimensionality reduction to accelerate database operations
Embodiments of the present disclosure are directed to systems and methods for managing a database. In one or more examples, the system obtains input data comprising one or more data entries, where each data entry comprises one or more data items, and each data item comprises a field name and a field value. The system can generate a key-value set for each data item to obtain a plurality of key-value sets. Each key-value set includes at least a first key element comprising the field name of the respective data item and a second key element comprising the field value of the respective data item. The system can sort and store the plurality of key-value sets in the database. The system can further receive a query indicative of a field name or a field value, and generate, for display, an output based on retrieved key elements sets based on the query.
US11561947B2 File lifetime tracking for cloud-based object stores
Tracking changes to a document by defining a document record having a unique document record and comprising an index and a file name of the document, and defining a backup record for the document in a series of backups, which includes a timestamp for each backup, and a bitmask for the document. The bitmask has a single bit position for each document in the container which is set to a first binary value to indicate that the corresponding document is unchanged and a second binary value to indicate whether the document is changed or deleted. A primary query is received and resolved for the document by analyzing the document record to find the file name. A secondary query using the document record ID is resolved to find all tracked versions of the document, and the results are returned to the user in the form of a version history list.
US11561942B1 Methods and apparatus to estimate audience sizes of media using deduplication based on vector of counts sketch data
Methods and apparatus to estimate audience sizes using deduplication based on vector of counts sketch data are disclosed. An example apparatus to determine an audience size for media based on vector of counts sketch data includes: a coefficient analyzer to determine coefficient values of a polynomial based on variances, a covariance, and cardinalities corresponding to a first vector of counts from a first database and a second vector of counts from a second database; an overlap analyzer to determine a real root of the polynomial, the real root corresponding to an estimate of an overlap between the first vector of counts and the second vector of counts; and a report generator to estimate the audience size based on the estimate of the overlap and the cardinalities of the first vector of counts and the second vector of counts.
US11561940B2 Automatic generative process bridge between analytics models
Disclosed herein are system, method, and computer program product embodiments for generating a bridge between analytical models. In an embodiment, a server can extract a first variable dependency schema from a first model (e.g., predictive model or business intelligence report) and a second variable schema from a second model (e.g., predictive model or business intelligence report). The first variable dependency schema includes a first definition of a relationship between a first variable and a second variable. The server can compare the first variable dependency schema and the second variable dependency schema. Furthermore, the server can generate a modification to be made in the second variable dependency schema based on the first definition of the relationship between the first and second variable and outputs the modification to be made to the second variable dependency schema.
US11561935B2 Methods for ensuring correctness of file system analytics and devices thereof
Methods, non-transitory machine readable media, and computing devices that ensure correctness of file system analytics are disclosed. With this technology, a first generation number for a volume is incremented in response to a modification of a rule set that defines properties of objects of a file system associated with the volume. A determination is made when a second generation number in a first inode for a first one of the objects matches the first generation number. The first inode is identified based on a traversal of a directory tree associated with the file system. The modified rule set is applied to the properties for the first one of the objects to obtain values, when the second generation number fails to match the first generation number. Analytics data is output after the traversal has completed. The analytics data is generated in response to a query and is based on the values.
US11561931B2 Information source agent systems and methods for distributed data storage and management using content signatures
Information source agent systems and methods for distributed content storage and management using content signatures that use file identicality properties are provided. A data management system is provided that includes a content engine for managing the storage of file content, a content signature generator that generates a unique content signature for a file processed by the content engine, a content signature comparator that compares content signatures and a content signature repository that stores content signatures. Information source agents are provided that include content signature generators and content signature comparators. Methods are provided for the efficient management of files using content signatures that take advantage of file identicality properties. Content signature application modules and registries exist within information source clients and centralized servers to support the content signature methods.
US11561929B2 Method, device and computer program product for shrinking storage space
Techniques for shrinking a storage space involve determining a used storage space in a storage pool allocated to a plurality of file systems, and determining a usage level of a storage space in the storage pool based on the used storage space in and a storage capacity of the storage pool. The techniques further involve shrinking a storage space from one or more of the plurality of file systems based on the usage level of the storage pool. Such techniques may automatically shrink storage space in one or more file systems from the global level of the storage pool, which determines an auto shrink strategy according to overall performance of the storage pool, thereby improving efficiency of auto shrink and balancing system performance and saving space.
US11561928B2 Backup and restoration for storage system
A backup method is provided for a file system for managing hierarchical storage including one or more storage media on a computer system including one or more computers. Each of the one or more storage media includes a data part which is separated from an index and on which updated information is appended and kept. Each of a plurality of pieces of data within the file system is managed to be migrated to at least any of the one or more storage media. The backup method includes backing up metadata of the plurality of pieces of data migrated within the file system; and backing up the index of each of the one or more storage media to which the plurality of pieces of data have been migrated, substantially at the same time point as the metadata.
US11561922B2 Communication apparatus, communication method, program, and communication system
Communication is performed more reliably. A CCI (I3C DDR) processing section determines status of an index when requested to be accessed by an I3C master for a read operation. An error handling section then controls an I3C slave 13 to detect occurrence of an error based on the status of the index and to neglect all communication until DDR mode is stopped or restarted by the I3C master, the I3C slave 13 being further controlled to send a NACK response when performing acknowledge processing on a signal sent from the I3C master. This technology can be applied to the I3C bus, for example.
US11561920B2 Interface for bridging out-of-band information from a downstream communication link to an upstream communication link
A device includes a first interface to receive a signal from a first communication link, wherein the receive signal includes out-of-band (OOB) information. A detector coupled to the first interface detects the OOB information. An encoder coupled to the detector encodes the OOB information into one or more symbols (e.g., control characters). A second interface is coupled to the encoder and a second communication link (e.g., a serial transport path). The second interface transmits the symbols on the second communication link. The device also includes mechanisms for preventing false presence detection of terminating devices.
US11561914B2 Storage device and interrupt generation method thereof
An interrupt generation method of a storage device includes executing a command provided by a host, writing a completion entry in a completion queue of the host upon completing execution of the command, and issuing an interrupt corresponding to the completion entry to the host in response to at least one of a first interrupt generation condition, a second interrupt generation condition, and a third interrupt generation condition being satisfied. The first interrupt generation condition is satisfied when a difference between a tail pointer and a head pointer of the completion queue is equal to a first mismatch value. The second interrupt generation condition is satisfied when the difference between the tail pointer and the head pointer is at least equal to an aggregation threshold. The third interrupt generation condition is satisfied when an amount of time that has elapsed since a previous interrupt was issued exceeds a reference time.
US11561907B2 Access to data stored in quarantined memory media
Methods and apparatuses related to access to data stored in quarantined memory media are described. Memory systems can include multiple types of memory media (e.g., volatile and/or non-volatile) and data (e.g., information included in) stored in the memory media often are subject to risks of the data being undesirably exposed to the public. For example, requests to write data in the memory media can often be made and accepted without a user's awareness, which can lead to the undesirable exposure of the data. According to embodiments of the present disclosure, a particular portion and/or location in the memory media can provide a data protection scheme such that data stored in the particular location can be refrained from being transferred out of the computing system.
US11561906B2 Rinsing cache lines from a common memory page to memory
A processing system rinses, from a cache, those cache lines that share the same memory page as a cache line identified for eviction. A cache controller of the processing system identifies a cache line as scheduled for eviction. In response, the cache controller, identifies additional “dirty victim” cache lines (cache lines that have been modified at the cache and not yet written back to memory) that are associated with the same memory page, and writes each of the identified cache lines to the same memory page. By writing each of the dirty victim cache lines associated with the memory page to memory, the processing system reduces memory overhead and improves processing efficiency.
US11561897B2 Dynamic cache size management of multi-tenant caching systems
Cache memory requirements between normal and peak operation may vary by two orders of magnitude or more. A cache memory management system for multi-tenant computing environments monitors memory requests and uses a pattern matching classifier to generate patterns which are then delivered to a neural network. The neural network is trained to predict near-future cache memory performance based on the current memory access patterns. An optimizer allocates cache memory among the tenants to ensure that each tenant has sufficient memory to meet its required service levels while avoiding the need to provision the computing environment with worst-case scenario levels of cache memory. System resources are preserved while maintaining required performance levels.
US11561893B2 System and method of data writes and mapping of data for multiple sub-drives
A system and method is disclosed for managing data in a non-volatile memory. The system may include a non-volatile memory having multiple non-volatile memory sub-drives. A controller of the memory system is configured to route incoming host data to a desired sub-drive, keep data within the same sub-drive as its source during a garbage collection operation, and re-map data between sub-drives, separate from any garbage collection operation, when a sub-drive overflows its designated amount logical address space. The method may include initial data sorting of host writes into sub-drives based on any number of hot/cold sorting functions. In one implementation, the initial host write data sorting may be based on a host list of recently written blocks for each sub-drive and a second write to a logical address encompassed by the list may trigger routing the host write to a hotter sub-drive than the current sub-drive.
US11561889B2 Orchestration for automated performance testing
Methods, systems, and devices supporting orchestration for automated performance testing are described. A server may orchestrate performance testing for software applications across multiple different test environments. The server may receive a performance test indicating an application to test and a set of test parameters. The server may determine a local or a non-local test environment for running the performance test. The server may deploy the application to the test environment, where the deploying involves deploying a first component of the performance test to a first test artifact in the test environment and deploying a second component of the performance test different from the first component to a second test artifact in the test environment. The server may execute the performance test to obtain a result set, where the executing involves executing multiple performance test components as well as orchestrating results across multiple test artifacts to obtain the result set.
US11561886B2 Open data protocol performance test automation intelligence (OPT-AI)
A testing scenario (forming part of a computing environment executing a plurality of applications) is initiated to characterize performance of the applications. During the execution of the testing scenario, various performance metrics associated with the applications are monitored. Thereafter, data characterizing the performance metrics is provided (e.g., displayed, loaded into memory, stored on disk, transmitted to a remote computing system, etc.). The testing scenario is generated by monitoring service calls being executed by each of a plurality of automates across the applications, generating a service request tree based on the monitored service calls for all of the applications, and removing cyclic dependencies in the service request tree such that reusable testing components are only used once. Related apparatus, systems, techniques and articles are also described.
US11561879B2 Content item selection and click probability determination based upon accidental click events
In an example, sets of event information associated with events may be identified. The events may include intentional click events, accidental click events and/or skip events. Accidental click probabilities associated with the accidental click events and/or the skip events may be determined. Machine learning model training may be performed, using the sets of event information associated with the events and labels associated with the events, to generate a first machine learning model. The labels may include second labels associated with the intentional click events and/or third labels associated with the accidental click events and/or the skip events. The second labels may correspond to an intentional click classification. The third labels may be based upon the accidental click probabilities. Click probabilities associated with content items may be determined using the first machine learning model. A content item may be selected for presentation via a client device based upon the click probabilities.
US11561872B2 High availability database system
A database system includes a master server, a pair of slave servers and a main storage carrier. Each slave server is provided with a database management system (DBMS). The main storage carrier and the pair of slave servers uses the ISCSI protocol to make the pair of slave servers serving as the DBMS and the main storage carrier serving as a database (DB) connect and communicate to further make the DBMS and the DB independent and separate. The master server performs service assignment to the pair of slave servers according to a predetermined weight value. All connections of the database are directed to the slave server with a high weight value, and the other slave server with a low weight value serves as a standby.
US11561870B2 SSD with compressed superblock mapping table
An improved solid state drive (SSD). The SSD comprising a plurality of non-volatile memory dies, each configured to store at least one block of data associated with one of a plurality of superblocks each containing a plurality of blocks; a volatile memory; and a memory controller. The memory controller configured to store a bit map associated with a first superblock of the plurality of superblocks in the volatile memory, wherein the bit map is configured to indicate whether each of the plurality of blocks is a replacement block, store a block address list in the volatile memory, the block address list is configured to store an address of one or more replacement blocks, and store a replacement block index in the volatile memory associated with the first superblock of the plurality of superblocks, the replacement block index corresponding to the location of an address of a first replacement block of the first superblock in the block address list.
US11561866B2 Preparing containerized applications for backup using a backup services container and a backup services container-orchestration pod
A “backup services container” comprises “backup toolkits,” which include scripts for accessing containerized applications plus enabling utilities/environments for executing the scripts. The backup services container is added to Kubernetes pods comprising containerized applications without changing other pod containers. For maximum value and advantage, the backup services container is “over-equipped” with toolkits. The backup services container selects and applies a suitable backup toolkit to a containerized application to ready it for a pending backup. Interoperability with a proprietary data storage management system provides features that are not possible with third-party backup systems. Some embodiments include one or more components of the proprietary data storage management within the illustrative backup services container. Some embodiments include one or more components of the proprietary data storage management system in a backup services pod configured in a Kubernetes node. All configurations and embodiments are suitable for cloud and/or non-cloud computing environments.
US11561861B2 Sales data processing apparatus and method
A self-checkout apparatus includes a display screen, a product scanner to obtain a commodity code from a product being registered in a sales transaction, a storage unit to store journal data including product information for registered. A controller is configured to record product information for products registered in the sales transaction and output a notification of an error in the sales transaction when detected. The notification is output to the display screen and includes information regarding resolution of the error. The controller executes a first countermeasure for resolving the error, then stops the sales transaction if the error is not resolved. The controller then executes a second countermeasure after the sales transaction has been stopped and starts a new transaction if the error is resolved by the second countermeasure.
US11561854B2 Memory system
A memory system connectable to a host, includes a non-volatile memory including a plurality of memory cell transistors and a controller configured to execute read operations on the non-volatile memory. The controller executes one or more first read operations on the non-volatile memory to obtain read data using read voltages that are determined from one of a plurality of entries stored in a shift table, and performs error correction on the read data, until the error correction is successful, and when the error correction on the read data is successful, records an index corresponding to the entry stored in the shift table that was used in obtaining the successfully error-corrected read data. The controller executes a second read operation on the non-volatile memory to obtain read data using read voltages that are determined from the entry stored in the shift table corresponding to the recorded index.
US11561853B2 Memory system and memory controller determining a magnitude of a power supplied to the memory controller when error has occurred in target data
A memory system and a memory controller are disclosed. By determining whether an error has occurred in target data stored in a predetermined target memory area of the memory device and determining, in response to whether an error has occurred in the target data, the magnitude of the supplied power based on a first operation parameter selected among predetermined candidate operation parameters in connection with the magnitude of the supplied power, the memory controller may stably drive a firmware, and may handle an operation error of the firmware due to a change in external environment.
US11561847B2 Execution sequence integrity parameter monitoring system
A system of verifying execution sequence integrity of an execution flow includes a monitoring system in communication with one or more sensors of a system being monitored, where the monitoring system includes one or more electronic devices, and a computer-readable storage medium having one or more programming instructions. When executed, the one or more programming instructions cause at least one of the electronic devices to receive from the sensors, a parameter value for each of one or more parameters that pertain to an operational state of the system, combine the received parameters to generate a combination value, apply a hashing algorithm to the combination value to generate a temporary hash value, search a data store for a result code associated with the temporary hash value, and in response to the result code associated with the temporary hash value indicating that the temporary hash value is incorrect, generate a fault notification.
US11561837B2 Resource processing method and apparatus for mobile terminal, computer device and storage medium
A resource processing method includes: determining a current application scenario and usage data of the mobile terminal; inputting the usage data into a machine learning algorithm model corresponding to the current application scenario to obtain predicted recommendation parameters; and configuring resources of the mobile terminal based on the recommendation parameters.
US11561836B2 Optimizing distribution of heterogeneous software process workloads
A request is received to schedule a new software process. Description data associated with the new software process is retrieved. A workload resource prediction is requested and received for the new software process. A landscape directory is analyzed to determine a computing host in a managed landscape on which to load the new software process. The new software process is executed on the computing host.
US11561835B2 Unified container orchestration controller
A system to facilitate a container orchestration cloud service platform is described. The system includes a controller to manage Kubernetes cluster life-cycle operations created by each of a plurality of providers. The controller includes one or more processors to execute a controller micro service to discover a provider plugin associated with each of the plurality of providers, and perform the cluster life-cycle operations at a container orchestration platform as a broker for each of a plurality of providers.
US11561828B2 Graphics systems and methods for accelerating synchronization using fine grain dependency check and scheduling optimizations based on available shared memory space
Accelerated synchronization operations using fine grain dependency check are disclosed. A graphics multiprocessor includes a plurality of execution units and synchronization circuitry that is configured to determine availability of at least one execution unit. The synchronization circuitry to perform a fine grain dependency check of availability of dependent data or operands in shared local memory or cache when at least one execution unit is available.
US11561827B2 System and method for executing a dynamic routing service
A system and method are provided for executing a dynamic routing service. The method includes i) subscribing to ingress a first topic for a current task in a process workflow and ii) receiving a data object for the current task. The method also includes iii) querying a first service to determine a next workflow task, the next workflow task having been translated by the first service from a workflow graph to a file and data interchange format. The method also includes iv) updating the data object, v) routing the updated data object to a second topic by a message broker using the data interchange format, and vi) subscribing to ingress the second topic for a next task in the process workflow and repeating ii) to v) while the process workflow is being executed.
US11561826B1 Scheduling processing of machine learning tasks on heterogeneous compute circuits
Scheduling work of a machine learning application includes instantiating kernel objects by a computer processor in response to input of kernel definitions. Each kernel object is of a kernel type indicating a compute circuit. The computer processor generates a graph in a memory. Each node represents a task and specifies an assignment of the task to one or more of the kernel objects, and each edge represents a data dependency. Task queues are created in the memory and assigned to queue tasks represented by the nodes. Kernel objects are assigned to the task queues, and the tasks are enqueued by threads executing the kernel objects, based on assignments of the kernel objects to the task queues and assignments of the tasks to the kernel objects. Tasks are dequeued by the threads, and the compute circuits are activated to initiate processing of the dequeued tasks.
US11561825B2 Methods and systems of scheduling computer processes or tasks in a distributed system
A cloud computer system is provided that includes a plurality of computer devices and a database. The plurality of computer devices execute a plurality of virtual machines, with one of the virtual machines serving as a controller node and the remainder serving as worker instances. The controller node is programmed to accept a request to initiate a distributed process that includes a plurality of data jobs, determine a number of worker instances to create across the plurality of computer devices, and cause the number of worker instances to be created on the plurality of computer devices. The worker instances are programmed to create a unique message queue for the corresponding worker instance, and store a reference for the unique message queue that was created for the corresponding worker to the database. The controller node retrieves the reference to the unique message queues and posts jobs to the message queues for execution by the worker instances.
US11561823B1 Lockless management of immutable objects by multi-threaded processes using multiple counters
In general, the disclosure describes techniques for lockless management of immutable objects by multi-threaded processes. A device comprising a processor may implement the techniques, where the processor execute a multi-threaded process including a producer thread and a consumer thread. The producer thread may instantiate an immutable object, and provide, to the consumer thread, a reference to the immutable object. The producer thread may also increment a reference counter to indicate that the reference has been provided to the consumer thread, where the reference counter is local to the producer thread and inaccessible to the at least two consumer threads. The producer thread may receive, from the consumer thread, a notification that the consumer thread has finished processing the immutable object, and decrement, responsive to receiving the notification, the reference counter. The producer thread may then delete, based on the reference counter, the immutable object.
US11561820B2 Task optimization method and task optimization device in mobile robot
A task optimization method and a task optimization device in a mobile robot are provided. The task optimization method includes: obtaining at least one task type in a mobile robot and usage information when all users use a task corresponding to each task type; separately performing machine learning on the usage information of all the users corresponding to each task type to obtain at least one piece of user's usage habit information corresponding to each task type and usage probability thereof, thereby performing machine learning on usage information when all users use the task corresponding to the task type; based on the at least one piece of usage habit information corresponding to each task type, the usage probability thereof and the real-time usage information, optimizing the task corresponding to the task type used by the user in real time.
US11561818B1 Monitoring VNFCs that are composed of independently manageable software modules
An example operation may include a method comprising one or more of receiving a VNFC module status request from a NFVO where the status request specifies a VNFC instance (VNFCI), determining a target OS installation of the VNFCI, retrieving a list of one or more VNFC modules of the VNFCI, determining the status of the one or more VNFC modules wherein the status determination includes at least one or more of constructing a default status command, adapting the command to the target OS, executing the adapted status command, and recording a normalized status result, sending a VNFC module status notification.
US11561810B2 Automated command assistance for a cloud service
An automated command assistance tool is provided for a browser-enabled command line interface of a cloud service. The automated command assistance tool provides examples illustrating the correct syntax for commands used to manage the resources of a cloud service. The command assistance tool learns the syntax of a command from usage patterns found in telemetric data, scripts and user documentation and forms templates containing a command's usage pattern and related information. The templates are used to generate examples that respond to a user query for assistance with usage of a particular command.
US11561806B2 Adaptive interface for screen-based interactions
Systems and methods for customizing an output based on user data are described herein. An example method for customizing an output based on user data may commence with continuously capturing, by at least one sensor, the user data. The method may continue with analyzing, by at least one computing resource, the user data received from the at least one sensor and determining dependencies between the user data and output data. The method may further include determining, based on predetermined criteria, that an amount of the user data and the dependencies is sufficient to customize the output data. The method may continue with continuously customizing, by an adaptive interface, the output data using at least one machine learning technique based on the analysis of the user data. The customized output data may be intended to elicit a personalized change.
US11561803B1 Systems and methods for editing topology of a reconfigurable data processor
A system and method for editing a configuration of a graph executable on a set of configurable assets of a reconfigurable data processor is disclosed. The configurable assets can include processing elements having locations on an integrated circuit and links among the processing elements. The system includes logic to read at least portions of a configuration file in memory. The configuration file can include a topology that maps functions of the graph to the plurality of processing elements and links. The system includes logic to display a graphical interface including graphical objects representing functions mapped to corresponding processing elements and links in a selected portion of the topology. The system includes logic to detect user input identifying a graphical object representing a function mapped to a corresponding processing element or link. The system includes logic to change the topology including mapping of corresponding function.
US11561800B2 Processing device and related products
A pooling operation method and a processing device for performing the same are provided. The pooling operation method may rearrange a dimension order of the input data before pooling is performed. The technical solutions provided by the present disclosure have the advantages of short operation time and low energy consumption.
US11561799B2 Execution unit
An execution unit comprising a processing pipeline configured to perform calculations to evaluate a plurality of mathematical functions. The processing pipeline comprises a plurality of stages through which each calculation for evaluating a mathematical function progresses to an end result. Each of a plurality of processing circuits in the pipeline is configured to perform an operation on input values during at least one stage of the plurality of stages. The plurality of processing circuits include multiplier circuits. A first multiplier circuit and a second multiplier circuit are configured to operate in parallel, such that at the same stage in the processing pipeline, the first multiplier circuit and the second multiplier circuit perform their processing. A third multiplier circuit is arranged in series with the first multiplier circuit and the second multiplier circuit and processes outputs from the first multiplier circuit and the second multiplier circuit.
US11561792B2 System, apparatus, and method for a transient load instruction within a VLIW operation
A transient load instruction for a processor may include a transient or temporary load instruction that is executed in parallel with a plurality of input operands. The temporary load instruction loads a memory value into a temporary location for use within the instruction packet. According to some examples, a VLIW based microprocessor architecture may include a temporary cache for use in writing/reading a temporary memory value during a single VLIW packet cycle. The temporary cache is different from the normal register bank that does not allow writing and then reading the value just written during the same VLIW packet cycle.
US11561788B2 Resilient software updates in secure storage devices
Disclosed herein are methods, computer readable media, and devices for performing software updates. In one embodiment, a method is disclosed comprising initializing a storage space of a secure storage device into a plurality of portions; copying an update program to a first portion in the portions and copying update data to a second portion of the portions; generating a first golden measurement for the first portion and a second golden measurement for the second portion; measuring the first portion; updating or rolling back an update to the secure device in response to determining that the measuring of the first portion does not match the first golden measurement of the first portion; and verifying an update operation upon determining that the measuring of the first portion matches the first golden measurement of the first portion.
US11561785B2 Storage device and method of operating the same
Provided herein may be a storage device including a memory device, and a memory controller including a plurality of cores. The memory controller may load a boot loader image for firmware update running in a memory of a core arbitrarily selected from among the plurality of cores, receive a new firmware image from a host in response to the boot loader image that is executed in the selected core, and update a firmware image stored in a memory of each of the plurality of cores with the new firmware image.
US11561784B2 Versioning of pipeline templates for continuous delivery of services on datacenters configured in cloud platforms
Computing systems, for example, multi-tenant systems deploy software artifacts in data centers created in a cloud platform using a cloud platform infrastructure language that is cloud platform independent. The system receives pipeline templates including templating expressions that can be substituted with values for generating pipelines. A pipeline can be executed to perform a set of actions associated with continuous delivery of a software artifact. The system stores sets of partially hydrated pipeline templates. The partially hydrated pipeline templates can be compiled into executable pipelines associated with services configured on a datacenter of a cloud platform. The system stores different versions of pipeline templates as deployment packages. The system stores version pointers that identify specific deployment packages that are selected when a software release is deployed. The version pointers allow the deployment package to be updated in case of roll back or for deploying more recent changes.
US11561781B2 Method and system for determining an appropriate installation location for an application to be installed in a distributed network environment
A method is provided for determining an installation location. The method includes: providing a machine-readable description of the application to be installed; enhancing the machine-readable description with further requirements and/or properties; linking the application to be installed with an object identifier which includes the enhanced description and the requirements and/or properties of the application to be installed; linking objects existing in the distributed network environment with, in each case, at least one further object identifier which describes at least one property of an object; storing the object identifiers of the application to be installed and of the objects in the distributed network environment in a database; receiving a query regarding the application to be installed; providing the stored object identifiers of the application to be installed and of the objects for an evaluation unit; and receiving a determined appropriate installation location from the evaluation unit.
US11561780B2 Method of distributed graph loading for minimal communication and good balance via lazy materialization and directory indirection using indexed tabular representation
Techniques herein minimally communicate between computers to repartition a graph. In embodiments, each computer receives a partition of edges and vertices of the graph. For each of its edges or vertices, each computer stores an intermediate representation into an edge table (ET) or vertex table. Different edges of a vertex may be loaded by different computers, which may cause a conflict. Each computer announces that a vertex resides on the computer to a respective tracking computer. Each tracking computer makes assignments of vertices to computers and publicizes those assignments. Each computer that loaded conflicted vertices transfers those vertices to computers of the respective assignments. Each computer stores a materialized representation of a partition based on: the ET and vertex table of the computer, and the vertices and edges that were transferred to the computer. Edges stored in the materialized representation are stored differently than edges stored in the ET.
US11561778B1 Instrumentation for nested conditional checks
Aspects include executing a first phase that includes injecting instrumentation into program code in response to identifying an inner conditional check in the program code and running the instrumented program with a representative workload. The injecting includes duplicating the inner conditional check and placing a duplicate of the inner conditional check before a respective original nested conditional check in the program code to create an instrumented program. The instrumented program includes a plurality of basic blocks including original basic blocks and a newly added basic block that includes the duplicate of the inner conditional check. The method also includes executing a second phase that includes collecting execution frequency values from counters associated with the basic blocks to form metadata used to make optimization decisions for the program code.
US11561771B2 System and method for in-ide code review
Methods, system and apparatus for the augmentation of an integrated development environment (IDE). The system and methods provide for the integration of all aspects of a development workflow to be initiated and completed from within the IDE. Every phase of development, including, grabbing a ticket, working on the ticket, asking teammates questions, requesting feedback, initiating code reviews, performing code reviews, creating feature branches, creating pull requests, creating merge requests and generating audit trails of all interactions users have with the IDE are managed and performed from within the IDE, eliminating the need to context switch or open additional application or websites.
US11561767B2 Mixed-precision computation unit
The present disclosure advantageously provides a mixed precision computation (MPC) unit for executing one or more mixed-precision layers of an artificial neural network (ANN). The MPC unit includes a multiplier circuit configured to input a pair of operands and output a product, a first adder circuit coupled to the multiplier circuit, a second adder circuit, coupled to the first adder circuit, configured to input a pair of operands, an accumulator circuit, coupled to the multiplier circuit and the first adder circuit, configured to output an accumulated value, and a controller, coupled to the multiplier circuit, the first adder circuit, the second adder circuit and the accumulator circuit, configured to input a mode control signal. The controller has a plurality of operating modes including a high precision mode, a low precision add mode and a low precision multiply mode.
US11561766B2 Creative and additive reconciliation of data records
A data management system includes a data reconciliation engine that identifies data sources that contain data records referencing a resource and determines whether each of the identified data sources is a creative data source or an additive data source. When all of the identified data sources are additive data sources, the reconciliation engine terminates a data reconciliation process. When all of the identified data sources are not additive data sources, the reconciliation engine finds a first creative data source from among the identified data sources, and initiates the data reconciliation process by merging data from the identified data sources including the first creative data source, one data source-by-one data source, into a reconciled data record.
US11561762B2 Vocally actuated surgical control system
The following invention is a vocally activated control system for controlling an apparatus in a surgical setting, the system comprises: a. a voice sensor configured to detect vocal commands generated by surgeons during surgery; b. a signal transmitter connected to the voice sensor, the transmitter is configured to convert a vocal command into a transmittable signal and transmit it; c. a processor connected to a signal transmitter configured to receive a transmittable vocal signal, the processor is configured to convert a vocal signal to a predetermined set of operative instructions associated with the apparatus, the predetermined set of operative instructions comprising at least one instruction; and d. control means connected to the processor and apparatus; the control means is configured to receive a predetermined set of operative instructions and to cause the apparatus to operate accordingly; Said voice sensor and said transmitter are integrated within a wearable element.
US11561761B2 Information processing system, method, and storage medium
A voice assistant is provided whereby, in response to receipt of a voice instruction for requesting a recommended piece of content from a user, the voice assistant receives, from a system, a response including information on a recommended piece of content determined using another playback history having a feature similar to a feature of playback histories stored in association with a user ID of the user, and outputs the piece of content.
US11561760B2 Electronic device and method of controlling thereof
An electronic device for changing a voice of a personal assistant function, and a method therefor are provided. The electronic device includes a display, a transceiver, processor, and a memory for storing commands executable by the processor. The processor is configured to, based on a user command to request acquisition of voice data feature of a person included in a media content displayed on the display being received, control the display to display information of a person, based on a user input to select the one of the information of a person being received, acquire voice data corresponding to an utterance of a person related to the selected information of a person, and acquire voice data feature from the acquired voice data, control the transceiver to transmit the acquired voice data feature to a server.
US11561746B2 Terminal apparatus and non-transitory computer-readable medium
A terminal apparatus including: a communication interface configured to communicate with an information processing apparatus; and a controller configured to: detect a status change indicating that a specific change has occurred in a status of the terminal apparatus; based on detecting the status change, transmit a first notification to the information processing apparatus via the communication interface, the first notification not including change information indicating the detected status change; receive a response transmitted from the information processing apparatus, the response being transmitted based on the information processing apparatus receiving the first notification; and based on receiving the response, transmit a second notification to the information processing apparatus via the communication interface, the second notification including the change information.
US11561741B2 Computer-readable medium, apparatus, printing apparatus and printing system
A non-transitory computer-readable medium stores a computer program for setting a shape of a label causing a computer to execute: receiving an input of first information for setting a width of a second part in a first direction; receiving an input of second information for setting a height in a second direction of a display area of the second part; receiving an input of third information for setting a height in the second direction of an overlap width area of the second part, an end portion of the display area in a third direction being capable of adhering to the overlap width area; receiving an input of fourth information for setting a height of a first protruding portion in the second direction; and setting a shape of the label, based on the input first information, second length information, third length information and fourth information.
US11561740B2 Terminal management system, terminal management program, and terminal management method
A terminal management system includes a main management device, a sub-management device, a first type terminal device that is communicably connected to the sub-management device, a second type terminal device that is not communicably connected to the main management device and the sub-management device, and a storage device that is configured to communicate with the main management device, the sub-management device, and the second type terminal device. The main management device uploads, to the storage device, first processing instruction information and second processing instruction information. The sub-management device downloads the first processing instruction information and uploads first notification information after the first type terminal device executes a first target processing. The second type terminal device downloads the second processing instruction information from the storage device, and uploads second notification information after the second type terminal device executes a process.
US11561739B1 Catastrophic event memory backup system
A persistent memory unit for a computer system where the memory unit can detect a catastrophic event and automatically backup volatile memory into non-volatile memory. The memory unit can operate with a limited number of power inputs and detect the loss of power and then initiate a backup after the volatile memory of the memory unit has entered a stable self-refresh mode. The memory unit uses an on-board power management interface controller capable of redistributing power from an input power line and generating different power levels for different components on the memory unit.
US11561738B2 Memory system
A memory system includes a storage device and a memory controller. The memory controller includes an encoder and a decoder. The encoder includes a first code table updating section configured to update the encoding code table and an encoding flow controlling section configured to control input to the first code table updating section by using a first data amount indicating a data amount of the input symbol. The first data amount is calculated based on the input symbol. The decoder includes a second code table updating section configured to update the decoding code table and a decoding flow controlling section configured to control input to the second code table updating section by using a second data amount indicating a data amount of the output symbol. The second data amount is calculated based on the output symbol in the same way as the calculation of the first data amount.
US11561725B2 System and operating method thereof
Embodiments of the present disclosure relate to a system and an operating method thereof. According to embodiments of the present disclosure, a memory system may transmit a first type response indicating that first data has been cached in a cache to the host when receiving a first command requesting to write the first data from the host, and may transmit a second type response indicating success or failure of an operation of storing the first data in the memory device to the host after transmitting the first type response to the host. Further, the host may delete the first data from a write buffer after the operation of storing the first data in the memory device succeeds.
US11561717B2 Data integrity protection of SSDs utilizing streams
The present disclosure generally relates to methods of operating storage devices. The storage device comprises a controller comprising first random access memory (RAM1), second random access memory (RAM2), and a storage unit divided into a plurality of streams. When a write command is received to write data to a stream, change log data is generated and stored in the RAM1, the previous delta data for the stream is copied from the RAM2 to the RAM1 to be updated with the change log data, and the updated delta data is copied to the RAM2. The delta data stored in the RAM2 is copied to the storage unit periodically. The controller tracks which delta data has been copied to the RAM2 and to the storage unit. During a power failure, the delta data and the change log data are copied from the RAM1 or the RAM2 to the storage unit.
US11561709B1 Dynamic recovery-objective-based configuration of backup volumes
Dynamic configuration of backups of production volumes based on desired recovery objectives is provided. A system may obtain a recovery point objective (“RPO”) for a particular production volume. The system may initially back up data, written to the production volume, to a storage volume with certain performance parameters. However, if the write operations to the production volume occur at a high enough rate and/or affect a large enough amount of data, there may be a lag in writing that data to the backup volume. The system may monitor the lag with respect to the specified RPO for backup of the production volume. If the lag approaches the RPO, then the system may dynamically change the configuration of the backup volume to better satisfy the RPO.
US11561705B2 Centralized discovery controller storage provisioning
Embodiments herein comprise a centralized NVMe-oF namespace masking and configuration repository, which may be referenced for convenience herein as a distributed configuration service (DCS). By centralizing the functionality, there is no longer a requirement that each host, network element, and subsystem have its own user interface (UI). DCS embodiments provide a single UI for a number of features, including but not limited to: (1) viewing the list of Host interfaces that are attached to the network and are registered; (2) viewing the list of Subsystem interfaces that are attached to the IP Network and are registered with the DCS; (3) viewing the storage capacity available behind each subsystem interface; and (4) allowing a user to define the Host to Subsystem interface relationships as well as define how much storage should be allocated to each Host.
US11561700B2 Techniques for workload balancing
Load balancing may include: receiving I/O workloads of storage server entities that service I/O operations received for logical devices, wherein each logical device has an owner that is one of the storage server entities that processes I/O operations directed to the logical device; determining normalized I/O workloads corresponding to the I/O workloads of the storage server entities; determining, in accordance with utilization criteria, imbalance criteria and the normalized I/O workloads, whether to rebalance the I/O workloads of the storage server entities; and responsive to determining to rebalance the I/O workloads of the storage server entities, performing processing to alleviate a detected I/O workload imbalance between two storage server entities. The processing may include moving logical device from a first storage server entity to a second storage server entity; and transferring ownership of the logical device from the first to the second storage server entity.
US11561699B2 Input-output path selection using switch topology information
Switch topology-aware path selection in an information processing system is provided. For example, an apparatus comprises a host device comprising a processor coupled to a memory. The host device is configured to communicate with a storage system over a network with a plurality of switches. The host device is further configured to obtain topology information associated with the plurality of switches in the network, and select a path from the host device to the storage system through one or more of the plurality of switches based at least in part on the obtained topology information.
US11561697B2 Disaggregated memory server having chassis with a plurality of receptacles accessible configured to convey data with PCIE bus and plurality of memory banks
Provided is a disaggregated memory server, which in some examples is a rack-mounted hardware appliance comprising a pool of memory for allocation to memory clients. Examples of memory clients may include one or more rack-mounted computing devices co-located on a rack with the disaggregated memory server. The disaggregated memory server may be optimized for high-speed dynamic memory allocation to the other computing devices in the rack.
US11561691B1 Data transfer via tile overlay
A management system of a computing device provides enhanced functionality via selectable icons (e.g., tiles), presented on a home screen, that may be overlaid to perform overlay operations such as data transfer, payment, and/or granting of certain authorizations or permissions. Users are able to more readily perform cross-application and/or cross-entity operations via, for example, the operating system of a computing device without needing to engage with as many entities (or applications thereof). Tile overlay operations may be managed and reviewed via an application.
US11561690B2 Interactive graphical user interface for customizable combinatorial test construction
A computing device receives a request for a design of a combinatorial test for a test system. The device receives a run indication of a total quantity of test cases for the design, a factor indication of a total quantity of factors, and/or a strength indication for a covering array. The device generates an updated design by: selecting test case(s) to remove from a first design; or adding test case(s) to the first design. The first design comprises a set of test cases that represent the covering array according to the strength indication. The updated design is constrained to the total quantity of test cases as indicated by the run indication. The device outputs a respective setting for each test condition for at least one test case of the updated design for testing the test system.
US11561672B1 Compatibility-based feature management for data prep applications
A method executes at a computing device having a display, processors, and memory. The device displays a user interface for a data preparation application, including icons in a flow element palette, each icon representing a parameterized operation that can be inserted into data preparation flows in a flow pane of the user interface. A user places icons into the flow pane, visually defining flow elements for a flow that extracts data from selected data sources, transforms the extracted data, and exports the transformed data. The device retrieves the version number of a corresponding server application running on a server. Using a feature matrix, the device determines which flow elements are not supported by the data prep server application according to the version number. When there are flow elements not supported by the data prep server application running on the server, the device indicates this to the user.
US11561670B2 Real-time geospatial collaboration system
Systems and methods are provided for generating virtual three-dimensional environments that allow for simultaneous and collaborate interaction amongst users that utilize virtual reality systems, augmented reality systems, and standard desktop systems. As users interact with elements presented within these virtual three-dimensional environments, these interactions and changes to these elements are propagated to other users within these environments in real time.
US11561664B2 Touch display panel for improve antistatic breakdown capability of touch electrodes, and touch display device
A touch display panel and a touch display device are provided, relate to the field of display technology. In an embodiment, the touch display panel includes a plurality of first touch electrode units and a plurality of second touch electrode units. In an embodiment, each of the first touch electrode units includes first touch electrodes and first connection portions alternately arranged in a first direction. In an embodiment, each of the first touch electrodes includes at least one first touch electrode sub-unit that includes a plurality of first electrode sub-groups. In an embodiment, each of the first electrode sub-groups includes at least one first sub-electrode. In an embodiment, in each of the at least one first touch electrode sub-unit, the first sub-electrodes of two adjacent first electrode sub-groups have gradually increasing lengths and gradually decreasing widths in a direction from one of the first connection portions closest to the first touch electrode sub-unit to the first touch electrode.
US11561663B2 Self-test method, corresponding circuit and device
A touchscreen resistive sensor includes a network of resistive sensor branches coupled to a number of sensor nodes arranged at touch locations of the touchscreen. A test sequence is performed by sequentially applying to each sensor node a reference voltage level, jointly coupling to a common line the other nodes, sensing a voltage value at the common line, and declaring a short circuit condition as a result of the voltage value sensed at the common line reaching a short circuit threshold. A current value level flowing at the sensor node to which the reference voltage level is applied is sensed and a malfunction of the resistive sensor branch coupled with the sensor node to which a reference voltage level is applied is generated as a result of the current value sensed at the sensor node reaching an upper threshold or lower threshold.
US11561661B2 Capacitive sensor filtering apparatus, method, and system
A transform is used to transform raw sensor data from the time domain to the frequency or sequency domain. The transformed data falls into several signal bins. The transformed data in at least one of the signal bins is analyzed to determine whether a touch event or release event has occurred.
US11561645B2 Touch display panel and touch display device
Provided a touch display panel includes a signal transmission layer, an insulation layer, and a touch layer disposed in stack. A surface of the signal transmission layer is provided with first concave-convex structure. The insulation layer covers the first concave-convex structure, and a surface thereof is provided with a second concave-convex structure at least partially overlapping the first concave-convex structure in a light exit direction. The second concave-convex structure includes a second convex portion, a second concave portion, and a second connecting portion, thickness of the second connecting portion smaller than either thickness of the second convex portion or thickness of the second concave portion. A connection via hole is further provided, penetrates at least the second connecting portion, exposes part of the signal transmission layer, and the touch layer electrically connected to the signal transmission layer through the connection via hole.
US11561644B2 Display system and control method
In a display system, a display device includes multiple sensor electrodes divided into multiple groups. A second drive circuit supplies, to the multiple sensor electrodes, a touch drive signal having a phase different for each group. A touch detection circuit performs detection of a touch by an object on the display device, based on a detection signal received from the multiple sensor electrodes.
US11561643B2 Electronic device and interface device including the same
An electronic device in some embodiments includes: a display layer configured to display an image based on image data and having a plurality of regions defined thereon; a sensor layer on the display layer; and a sensor driver configured to receive image information data calculated based on the image data, to generate an output signal based on the image information data, and to provide the output signal to the sensor layer, wherein the image information data includes noise information on the image, the noise information being calculated based on the plurality of regions. Some embodiments may include the electronic device included in an interface device.
US11561640B2 Touch substrate, driving method thereof and display device
There is provided a touch substrate including a base substrate and at least one touch unit on the base substrate. Each touch unit includes capacitive touch electrodes including a first electrode and a second electrode and electromagnetic touch electrodes including a third electrode and a fourth electrode. An insulating layer is between the first and second electrodes. A resistance of a material of each of the electromagnetic touch electrodes is changed when a magnetic field where the electromagnetic touch electrode is located is changed. The insulating layer further extends between the third and fourth electrodes. The third and first electrodes are spaced apart from each other and are side by side on a same side of the base substrate, and the fourth and second electrodes are spaced apart from each other and are side by side on a side of the insulating layer distal to the base substrate.
US11561635B1 Integrated touch module and touch display device having the same
An integrated touch module and a touch display device are provided. The integrated touch module has a touch sensing structure formed on a polymer film. The polymer film, a liquid crystal phase retardation layer, and a linear polarizing layer constitute a circular polarizing element. The average reflectance of the circular polarizing element in the visible light range is less than 5%, and the standard deviation of the reflectance is less than 0.2%. The touch display device includes the integrated touch module.
US11561633B2 Display panel and method for manufacturing the same, and display device
A display panel includes: an active area; a peripheral area; a solder pad area at a side of the peripheral area away from the active area; a first source-drain electrode layer, a passivation layer and a second source-drain electrode layer and a dielectric layer stacked on a back plate in the peripheral area; a touch electrode in the active area; a touch electrode line connected to the touch electrode. The touch electrode line extends from the active area to the peripheral area, and is connected to the solder pad area through the second source-drain electrode layer in the peripheral area. The touch electrode line is connected to the second source-drain electrode layer through a first through hole in the dielectric layer. A portion of a surface of the second source-drain electrode layer, which is away from the passivation layer and exposed through the first through hole, is a flat surface.
US11561616B2 Nonverbal multi-input and feedback devices for user intended computer control and communication of text, graphics and audio
There is disclosed devices, systems and methods for nonverbal multi-input and feedback devices for user intended computer control and communication of text, graphics and audio. The system comprises sensory devices comprising sensors to detect a user inputting gestures on sensor interfaces, a cloud system comprising a processor, for retrieving the inputted gestures detected by the sensor on the sensory device, comparing the inputted gestures to gestures stored in databases on the cloud system, identifying at least a text, graphics and/or speech command comprising a word that corresponds to the inputted gesture; showing the command to the user; and transmitting the command to another device.
US11561615B2 Multimodal eye tracking
A method is disclosed, the method comprising the steps of receiving, at a first time interval from a first sensor configured to output data indicative of a first position of an eye, first data; receiving, at a second time interval from a second sensor configured to output data indicative of a delta position of the eye, second data; determining, based on the first data, a first position of the eye; determining, based on the second data, a delta position of the eye; determining, using the first position of the eye and the delta position of the eye, a second absolute position of the eye; and in response to determining the second position of the eye, generating an output signal indicative of the second position of the eye.
US11561614B2 Methods and systems for obtaining, aggregating, and analyzing vision data to assess a person's vision performance
The present specification describes methods and systems for modifying a media, such as Virtual Reality, Augmented Reality, or Mixed Reality (VR/AR/MxR) media based on a vision profile and a target application. In embodiments of the specification, a Sensory Data Exchange (SDE) is created that enables identification of various vision profiles for users and user groups. The SDE may be utilized to modify one or more media in accordance with each type of user and/or user group.
US11561603B2 Memory device low power mode
Methods, systems, and devices for memory device operation are described. A memory device may operate in different modes in response to various conditions and user constraints. Such modes may include a power-saving or low power mode. While in the low power mode, the memory device may refrain from operations, such as self-refresh operations, on one or more of the memory array(s) included in the memory device. The memory device may deactivate external interface components and components that may generate operating voltages for the memory array(s), while the memory device may continue to power circuits that store operating information for the memory device. The memory device may employ similar techniques in other operating modes to accommodate or react to different conditions or user constraints.
US11561600B2 Application processor, mobile device having the same, and method of selecting a clock signal for an application processor
An application processor includes a main central processing device that operates based on an external main clock signal received from at least one external clock source when the application processor is in an active mode, at least one internal clock source that generates an internal clock signal, and a sensor sub-system that processes sensing-data received from at least one sensor module on a predetermined cycle when the application processor is in the active mode or a sleep mode, and that operates based on the internal clock signal or an external sub clock signal received from the external clock source depending on an operating speed required for processing the sensing-data.
US11561598B2 Power supply device, power supply system, power supply control method, and recording medium
A power supply system includes circuitry that controls transition of an operation mode of the information processing apparatus from a first mode to a second mode in response to reception of user operation for transitioning to the second mode, the second mode being a mode in which electric power supplied to the information processing apparatus is less than that of the first mode, determines whether to release the second mode based on a detection result of a sensor that detects presence of a human, to output a first determination result, determines whether a first condition relating to the user operation is satisfied, to output a second determination result, and determines, based on the second determination result indicating that the first condition is satisfied, whether to allow releasing of the second mode based on the first determination result indicating that no human is detected.
US11561593B2 Point of sale device power management and undervoltage protection
A point-of-sale (POS) device includes a processor, a battery, a transaction object reader, a printer with a printer controller, and optionally a temperature sensor. The processor determines a present power discharge capability rate of the battery, optionally based on a temperature measured by the temperature sensor. The processor also calculates a first estimated power draw rate based on a first setting value for at least one of the components of the POS device, such as the printer. If the first estimated power draw rate is dangerously close to the present power discharge capability rate of the battery, a second estimated power draw rate is calculated based on a second setting value for the one or more components. If the second estimated power draw rate is no longer dangerously close to the present power discharge capability rate of the battery, the components are set to the second settings value.
US11561582B2 Electronic device comprising flexible display, and electronic component arrangement structure applied to same
According to various embodiments, an electronic device may include a first structure including a first plate including a first face and a second face facing away from the first face, and a second structure including a second plate, which faces the second face of the first plate and has an opening formed therein, and a first side wall extending from a first end portion of the second plate. The first structure may be movable between an open state and a closed state with respect to the second structure in a first direction with respect to the second plate. The second structure may be positioned at a first position from the first side wall when the first structure is in the closed state and positioned at a second distance, which is greater than the first distance, from the first side wall when the first structure is in the open state. The electronic device may further include a flexible touch screen display. The flexible touch screen display may include a planar portion extending across at least part of the first face, mounted to the first face, and having a first width in a second direction perpendicular to the first direction, and a bendable portion extending from the planar portion and positioned from the planar portion to the inside of a space between the first side wall and the first structure when in the closed state. The bendable portion may include a first portion extending from one end of the planar portion and having the same width as the first width, and a second portion extending from the first portion, facing the second plate, and having a second width less than the first width. The second portion of the bendable portion may be exposed visually at least in part to the outside of the electronic device through the opening of the second plate. At least part of the first portion of the bendable portion may be configured to construct substantially the same plane as the planar portion when the first structure transitions from the closed state to the open state. Other various embodiments are possible.
US11561577B2 Electronic device including housing and method for manufacturing the housing
An electronic device is provided. The electronic device includes a front plate, a rear plate facing away the front plate, a side member disposed to surround a space defined between the front plate and the rear plate, wherein the side member is coupled to the front plate and the rear plate to define a housing, wherein the side member is at least partially made of a metallic material, a polymer structure located in the space, and a display received in the space to be viewable through the front plat. The rear plate may be seated on the second surface.
US11561576B2 Electronic device including antenna arrangement
An electronic device includes a first housing including a first space and including a first support member. The device includes a second housing including a second space, including a second support member, and slidably combined with the first housing. The device includes a bendable member connected to the first housing, being at least partly accommodated in a second space in a slide-in state, and at least partly forming the same plane with the first housing in a slide-out state. The device includes a flexible display including a first part disposed to be seen from an outside in the slide-in state, and a second part not seen from the outside. The device includes at least one first antenna and a wireless communication circuit configured to transmit or receive a wireless signal. The first support member includes a non-overlapping part not overlapping the second support member in the slide-in state.
US11561574B2 Display device
A display device includes a substrate including a display area, a non-display area, a first additional area connected to the non-display area at a first boundary, and a second additional area connected to the first additional area at a second boundary, pixels on the display area, an encapsulation film on the pixels, electrodes on the encapsulation film, pads on the second additional area, sensing wires connecting the electrodes and the pads, a first sensing insulating film on the encapsulation film, and a second sensing insulating film on the first sensing insulating film. The substrate includes a curved first side in the first additional area and the first additional area decreases in width from the first boundary to the second boundary, and a boundary of the first sensing insulating film is closer to the first side than a boundary of the second sensing insulating film is to the first side.
US11561573B2 Display device
A display device includes a display panel to display an image; and a sound generator disposed on a surface of the display panel to vibrate the display panel, wherein distances between each of a plurality of side surfaces of the sound generator and each of a plurality of side surfaces of the display panel respectively corresponding to the each of the plurality of side surfaces of the sound generator are substantially equal.
US11561571B2 Storage device and storage system including the same
A storage device and a storage system including the same are provided. The storage device includes a reference clock pin configured to receive a reference clock signal from a host, a reference clock frequency determination circuitry configured to determine a reference clock frequency from the reference clock signal received through the reference clock pin, and a device controller circuitry configured to perform a high speed mode link startup between the host and the storage device according to the reference clock frequency.
US11561570B2 Apparatus and methods for low power frequency clock generation and distribution
Described are apparatus and methods for low power frequency clock generation and distribution. A device includes a low power generation and distribution circuit configured to generate and distribute a differential 1/N sampling frequency (FS)(FS/N) clock, wherein N is larger or equal to 2, and a differential frequency doubler configured to generate a single-ended multiplied frequency clock from the differential FS/N frequency clock, and convert the single-ended multiplied frequency clock to a differential multiplied frequency clock for use by one or more data processing channels.
US11561566B2 Accelerator pedal device for vehicle
An accelerator pedal device for use in a vehicle has: a housing fixed to a vehicle body; an accelerator arm that has a drum at one end and a pedal at the other end; a friction pad that has a pad shaft; and a spring that is interposed between the accelerator arm and the friction pad. The drum has an arm pivoting shaft that pivotally supports the accelerator arm and a recess that is recessed from a periphery of the drum toward the arm pivoting shaft, the friction pad has a friction part that is pressed against the recess by a spring force of the spring, the friction part has a side surface member having a side surface in an arched cross section to face the recess, and the side surface member has a contact part that is brought into point-contact with the recess of the drum.
US11561564B2 System, method, and apparatus for electric power grid and network management of grid elements
Systems, methods, and apparatus for smart electric power grid communication are disclosed in the present invention. At least one grid element is constructed and configured in network-based communication with a server via at least one coordinator. The at least one grid element is transformed into at least one active grid element automatically and/or autonomously after initial connection with the server. The at least one active grid element sends and receives messages to and from the server via at least one coordinator. The at least one coordinator matches and prioritizes the at least one active grid element. The at least one coordinator provides a priority flag on the messages. The at least one coordinator tracks an actual amount of power introduced to and available for an electric power grid or a curtailment power available from the at least one active grid element.
US11561563B2 Supply-glitch-tolerant regulator
A supply-glitch-tolerant voltage regulator includes a regulated voltage node and an output transistor having a source terminal, a gate terminal, and a drain terminal. The source terminal is coupled to the regulated voltage node. The supply-glitch-tolerant voltage regulator includes a first current generator coupled between a first node and a first power supply node. The supply-glitch-tolerant voltage regulator includes a second current generator coupled between the first node and a second power supply node. The supply-glitch-tolerant voltage regulator includes a feedback circuit coupled to the first current generator and the second current generator and is configured to adjust a voltage on the first node based on a reference voltage and a voltage level on the regulated voltage node. The supply-glitch-tolerant voltage regulator includes a diode coupled between the drain terminal and the first power supply node and a resistor coupled between the gate terminal and the first node.
US11561551B2 Prioritized constraints for a navigational system
Systems and methods are provided for vehicle navigation. In one implementation, a system may comprise at least one processor. The processor may be programmed to receive images representative of an environment of the host vehicle and analyze the images to identify a first object and a second object. The processor may determine a first predefined navigational constraint implicated by the first object and a second predefined navigational constraint implicated by the second object, wherein the first and second predefined navigational constraints cannot both be satisfied, and the second predefined navigational constraint has a priority higher than the first predefined navigational constraint. The processor may determine a navigational action for the host vehicle satisfying the second predefined navigational constraint, but not satisfying the first predefined navigational constraint and, cause an adjustment of a navigational actuator of the host vehicle in response to the determined navigational action.
US11561549B2 Method of controlling mobile robot
A method of controlling a mobile robot includes a first basic learning process of generating a first basic map based on environment information acquired in a traveling process, a second basic learning process of generating a second basic map based on environment information acquired in a separate traveling process, and a merging process of merging the first basic map and the second basic map to generate a merged map.
US11561544B2 Indoor monocular navigation method based on cross-sensor transfer learning and system thereof
The present disclosure relates to an indoor monocular navigation method based on cross-sensor transfer learning and a system thereof. Determining an preliminary autonomous navigation model according to simulated laser radar data; acquiring actual single-line laser radar data and monocular camera data of the mobile robot simultaneously in an actual environment; determining the heading angle of the mobile robot according to the actual laser radar data; determining a laser radar monocular vision navigation model, according to the generated heading angle of the mobile robot and the monocular camera data at a the same moment and by using a Resnet18 network and a pre-trained YOLO v3 network; determining a heading angle of the mobile robot at the current moment, according to the acquired monocular camera data and by using the laser radar monocular vision navigation model; performing navigation of the mobile robot.
US11561541B2 Dynamically controlling sensor behavior
An infrastructure is provided for improving the safety of autonomous systems. An autonomous vehicle management system (AVMS) controls one or more autonomous functions or operations performed by a vehicle or machine such that the autonomous operations are performed in a safe manner. The AVMS is capable of dynamically controlling the behavior of sensors associated with a vehicle. For example, for a sensor, the AVMS can dynamically change and control what sensor data is captured by the sensor and/or communicated from the sensor to the AVMS (e.g., granularity/resolution, field of view, control zoom), when the data is captured by the sensor and/or communicated by the sensor to the AVMS (e.g., on-demand, according to a schedule), and how the data is captured by the sensor and/or communicated from the sensor to the AVMS (e.g., communication format, communication protocol, rate of data communication).
US11561540B2 Augmenting autonomous driving with remote viewer recommendation
Autonomous vehicles are an exciting prospect to the future of driving. However, concerns about the decision-making made by the AI controlling a vehicle has been of concern, particularly in light of high-profile accidents. We can alleviate some concern, introduce better decisions, and also train an AI to make better decisions by introducing a remote viewer's, e.g., a human's, reaction to a possibly complex environment surrounding a vehicle that includes a potential threat to the vehicle. One or more remote viewer may provide a recommended response to the threat that may be incorporated in whole or in part in how the vehicle reacts. Various ways to engage and utilize remote viewers are proposed to improve the likelihood of receiving useful recommendations, including modifying how the environment is presented to a remote viewer to best suit the remote viewer, e.g., perhaps present the threat in a game.
US11561532B2 Systems and methods for metered automation controller functionality
Metering automation controller functionality includes accessing a project code that defines one or more operations of an industrial automation controller, analyzing the project code to identify one or more capabilities of the industrial automation controller that are utilized by the one or more operations, generating a file indicative of the one or more capabilities of the industrial automation controller, transmitting the file to a server that generates a certificate for authorizing the industrial automation controller to execute the project code, receiving the certificate from the server that identifies the file and an authorization for the industrial automation controller to execute the project code to perform the one or more operations, and transmitting the project code, the file, and the certificate to the industrial automation controller for execution.
US11561531B2 Systems and methods for masterbatch feed control based on color feedback
Systems and methods are provided for controlling a color masterbatch feed rate in production of a manufactured part to match a color of the manufactured part to a target color by adjusting a concentration of masterbatch that is mixed with a raw material and fed into a processing machine for producing the manufactured part. Control of the color masterbatch feed rate is based on optical spectral properties of an in-line manufactured part, a known reference part having the target color, and an algorithm for calculating and adjusting the color masterbatch feed rate.
US11561523B2 Subtended device mapping through controller introspection
Described are platforms, systems, and methods to discover subtended devices through introspection of executive or supervisory controllers. The platforms, systems, and methods maintain a plurality of introspection directives, each introspection directive comprising a sequence of instructions specific to a communications protocol, the sequence of instructions comprising instructions to send at least one command to at least one controller associated with an automation environment in accordance with the communications protocol, instructions to receive a response to the at least one command, and instructions to parse the response; identify an appropriate introspection directive for the at least one controller; and execute the sequence of instructions with respect to the at least one controller to perform operations comprising: sending at least one command to at least one controller; receiving a response; and parsing the response.
US11561519B2 Systems and methods of gestural interaction in a pervasive computing environment
The technology disclosed relates to selecting among devices room to interact with. It also relates operating a smart phone with reduced power consumption. It further relates to gesturally interacting with devices that lack gestural responsiveness. The technology disclosed also relates to distinguishing control gestures from proximate non-control gestures in a pervasive three dimensional (3D) sensory space. The technology disclosed further relates to selecting among virtual interaction modalities to interact with.
US11561511B2 Method and apparatus for generating hologram with wide viewing angle
A method and apparatus for generating a hologram with a wide viewing angle is disclosed. The method includes generating a elemental complex hologram by applying oblique projection to three-dimensional (3D) information of an object based on a viewing direction, and generating a final hologram by superposing a plurality of elemental complex holograms generated based on different viewing directions.
US11561509B2 Two-dimensional holographic image projection display method and apparatus
A two-dimensional holographic image projection display method. The method includes illuminating a first modulating part of a spatial light modulator with a first incident light beam at a first incident angle with respect to a direction normal to a main surface of the spatial light modulator to form a first projection region on an imaging plane; and illuminating a second modulating part of the spatial light modulator with a second incident light beam at a second incident angle with respect to the direction normal to the main surface of the spatial light modulator to form a second projection region on the imaging plane. The first projection region abuts or partially overlaps with the second projection region at an interface substantially parallel to a lateral direction of the spatial light modulator.
US11561508B2 Method and apparatus for processing hologram image data
A method and apparatus for processing hologram image data capable of optimizing image quality of a hologram image are provided. The image processing method includes receiving input image data, reading a header included at a predetermined location in the input image data, and generating hologram data configured to display a hologram image by performing a Fourier calculation and pixel encoding on the input image data based on at least one parameter recorded in the header, wherein the at least one parameter recorded in the header includes at least one of depth information, scale information, and gamma information.
US11561494B2 Fuser having a heater with a recessed portion and a holder with a projecting portion
A fuser having a heater, a holder, and a connector, is provided. The heater is in a form of a planar plate. The heater has a metal-made base plate having a recessed portion, a heating pattern having a resistance-heating element arranged on the base plate, and a plurality of power-supplying terminals conductive to the heating pattern. The plurality of power-supplying terminals are located in an end area in the heater on one side in a lengthwise direction of the heater. The holder supports the heater and has a projecting portion configured to contact the recessed portion in the lengthwise direction. The connector has electrodes connectable with the plurality of power-supplying terminals. The recessed portion is located between the heating pattern and one of the plurality of power-supplying terminals closest to the heating pattern in the lengthwise direction.
US11561492B2 Transport device and image forming apparatus
A transport device includes a transport unit that transports a sheet-like transport material without holding a one-end-side portion of the transport material in a transport direction and a blowing unit that blows air against a lower surface of the transport material that is transported by the transport unit via multiple blowing holes that open with respect to the lower surface, a wind speed of the blowing unit being higher on two end sides than on a central side in an intersection direction that intersects the transport direction.
US11561491B2 Heating device that fixes image on recording material and image forming device having the heating device
A heating device comprising: a first rotating member having an internal space in which a heating member and a holding member are disposed; a second rotating member that contacts an outer peripheral surface of the first rotating member; and a frame that integrally supports the heating member, the holding member, the first rotating member and the second rotating member, wherein the second rotating member forms a nip portion between the first rotating member and the second rotating member, the holding member holds the heating member such that at least a part of at least one end face of the heating member in a longitudinal direction thereof is exposed in the longitudinal direction, and the frame is configured such that at least the part of the heating member, which is exposed from the holding member, is also exposed out of the frame.
US11561488B2 Powder transport device, powder container, powder supply device, and powder utilization apparatus
A powder transport device includes a falling passage unit having an inclined surface that is inclined so as to narrow an interior space, through which powder falls, in a lower region of the interior space; a transport passage unit that is connected to a lower end of the falling passage unit and that has a passage space that extends in a direction in which the powder is transported; a transport member that rotates in the passage space of the transport passage unit to transport the powder in one direction, which is a transporting direction; and an elastic sheet that is disposed to cover a portion of the falling passage unit including the inclined surface, the elastic sheet including an upper end portion that is fixed and a lower end that serves as a free end and faces the transport member. The elastic sheet includes a projection that extends and projects from the lower end at a position near an upstream end of the lower end in the transporting direction in which the powder is transported by the transport member. The inclined surface has a protrusion that protrudes such that an upstream edge portion of the elastic sheet in the transporting direction is maintained separated from the inclined surface. A contact body is disposed in the passage space of the transport passage unit, the contact body repeating a movement of coming into contact with the projection to raise a portion of the elastic sheet and then moving away from the projection.
US11561485B2 Developing apparatus to increase adhesion between a seal member and a regulation portion in the developing apparatus
A developing apparatus for use in an image forming apparatus includes a developing frame, a rotatable developing member, a regulation blade to regulate developer borne on a developing member surface, and a seal member to prevent developer from leaking outside the developing frame. The regulation blade includes a support plate, a plate-shaped member, and a regulation member. The seal member is fixed to a facing surface of the plate-shaped member, is arranged at a plate-shaped member end portion, is arranged side by side with the regulation member in a rotational axis direction, contacts an end surface of the regulation member, and is disposed between the plate-shaped member and the developing member in a direction intersecting with the rotational axis direction. The plate-shaped member is welded to a region of the support plate excluding a region outside the end surface of the regulation member in the rotational axis direction.
US11561481B2 Using E0 exposures for track/cluster monitoring
Techniques for using open frame (E0) exposures for lithographic tool track/cluster monitoring are provided. In one aspect, a method for monitoring a lithographic process includes: performing open frame exposures E0 of at least one wafer coated with a photoresist using a photolithography tool; baking and developing the at least one wafer; performing a defect inspection of the at least one wafer to generate a haze map; grouping haze data from the haze map; and analyzing the haze data to identify a maximum E0 response dose E′.
US11561479B2 Electronic system, accelerometer, calibration method, lithographic apparatus and device manufacturing method
The invention relates to an electronic system for an accelerometer having a piezoelectric element and a first mechanical resonance frequency, comprising: a) a damping circuit configured to: —receive an acceleration signal from the piezoelectric element; —electronically dampen an amplitude of the first mechanical resonance frequency; and—generate a damped acceleration signal, b) an extender configured to: —receive the damped acceleration signal; —extend the frequency response; and—output an extended damped acceleration signal, wherein the extender is configured to have a first electronic anti-resonance frequency matching the damped first mechanical resonance frequency, and to have a frequency response between the first electronic anti-resonance frequency and a higher second frequency that is substantially opposite to a corresponding frequency response of the combination of the accelerometer and the damping circuit.
US11561477B2 Training methods for machine learning assisted optical proximity error correction
A method including: obtaining data based an optical proximity correction for a spatially shifted version of a training design pattern; and training a machine learning model configured to predict optical proximity corrections for design patterns using data regarding the training design pattern and the data based on the optical proximity correction for the spatially shifted version of the training design pattern.
US11561476B1 UV lithography system
A multifunction UV or DUV (ultraviolet/deep-ultraviolet) lithography system uses a modified Schwarzschild flat-image projection system to achieve diffraction-limited, distortion-free and double-telecentric imaging over a large image field at high numerical aperture. A back-surface primary mirror enables wide-field imaging without large obscuration loss, and additional lens elements enable diffraction-limited and substantially distortion-free, double-telecentric imaging. The system can perform maskless lithography (either source-modulated or spatially-modulated), mask-projection lithography (either conventional imaging or holographic), mask writing, wafer writing, and patterning of large periodic or aperiodic structures such as microlens arrays and spatial light modulators, with accurate field stitching to cover large areas exceeding the image field size.
US11561473B2 Liquid treatment apparatus and method of adjusting temperature of treatment liquid
A liquid treatment apparatus includes: a substrate holder for holding a substrate; a discharge nozzle for discharging a treatment liquid onto the substrate; a liquid supply pipe for supplying the treatment liquid from a treatment liquid storage source to the discharge nozzle; a gas pipe that encompasses the liquid supply pipe and through which an inert gas for adjusting the temperature of the treatment liquid flows in a space between the gas pipe and the liquid supply pipe; a processing container in which the substrate holder, the discharge nozzle, the liquid supply pipe, and the gas pipe are provided; and an atmosphere gas supply part for supplying an atmosphere gas into the processing container. The gas pipe is provided so that an extension portion between an upstream end inside the processing container and an encompassing portion is folded back inside the processing container in a plan view.
US11561467B1 Reflectivity and transmittance measuring device of EUV mask and EUV pellicle
A reflectivity and transmittance measuring device includes: an EUV light source for outputting EUV light with a wavelength ranging from 5 nm to 15 nm; a multilayer reflection zone plate having an EUV reflection multilayer film, which is a planar substrate, and a zone plate pattern; and an EUV lighting unit for creating EUV illumination light by obtaining 1st diffraction light reflected after radiating EUV light output from the EUV light source to the multilayer reflection zone plate.
US11561463B2 Substrate with conductive film, substrate with multilayer reflective film, reflective mask blank, reflective mask, and semiconductor device manufacturing method
A substrate with a conductive film for manufacturing a reflective mask which has a rear-surface conductive film with high mechanical strength and is capable of correcting positional deviation of the reflective mask from the rear surface side by a laser beam or the like. A substrate with a conductive film has a conductive film formed on one surface of a main surface of a mask blank substrate used for lithography, wherein the conductive film includes a transparent conductive layer provided on a substrate side and an upper layer provided on the transparent conductive layer, the conductive film has a transmittance of 10% or more for light of wavelength 532 nm, the upper layer is made of a material including tantalum (Ta) and boron (B), and the upper layer has a film thickness of 0.5 nm or more and less than 10 nm.
US11561454B2 Optical waveguide structure with partially overlapping loops in direction dependent material
An optical waveguide structure comprises a first coupler and a second coupler that, in combination, direct a first-wavelength light to travel through a nonlinear-optical waveguide, the two couplers and an extension waveguide but not a secondary waveguide, a first resonator loop is defined for which the first-wavelength light is resonant. The two couplers, in combination, also direct a second-wavelength light to travel through the nonlinear-optical waveguide, the two couplers and the secondary waveguide but not the extension waveguide, wherein a different second resonator loop is defined for which the second-wavelength light is resonant.
US11561447B2 Decoration member and method for producing same
A decoration element including a color developing layer including a light reflective layer, a light absorbing layer provided on the light reflective layer, and a convex portion or concave portion having an asymmetric-structured cross-section; an electrochromic device provided on any one surface of the color developing layer; and an in-mold label layer provided on the other surface of the color developing layer.
US11561442B2 Method for manufacturing display panel, display panel, and display device
This application discloses a method for manufacturing a display panel, a display panel, and a display device. The display panel has a display area and a peripheral area. The display panel includes a first substrate, a second substrate, a plurality of pixel elements, a plurality of data lines and scanning lines, and a plurality of color filters. The first substrate includes a first shading layer, the first shading layer being formed between two neighboring pixel elements to block the data lines or the scanning lines. The display area includes an opening area and a non-opening area, and the first shading layer is arranged only in the non-opening area. The second substrate includes a second shading layer arranged corresponding to the first shading layer. Each of the data lines and the scanning lines is blocked by at least one of the first shading layer and the second shading layer.
US11561430B2 Display device and control method thereof
Provided are a display device and a control method thereof. The polarizer is disposed on a light-emitting side of the display panel, and the imaging module is disposed on a non-light-emitting side of the display panel. The display panel includes a first display region, and in a direction perpendicular to the polarizer, the polarizer covers the first display region and the imaging module at least partially overlaps the first display region. The polarizer includes a polarized state and an unpolarized state, and a light transmittance of the polarizer in the unpolarized state is greater than a light transmittance in the polarized state. The first reaction light emitting unit emits a first reaction light to the first display region. The polarizer includes a light sensitive structure, and the light sensitive structure adjusts the polarizer from the polarized state to the unpolarized state under the action of the first reaction light.
US11561425B2 Display device
According to one embodiment, a display device includes a first substrate, a second substrate, a liquid crystal layer and a seal. The second substrate is opposed to the first substrate. The liquid crystal layer is disposed between the first substrate and the second substrate. The seal bonds the first substrate to the second substrate together and seals the liquid crystal layer. The first substrate includes a light source disposed at a position overlapping the seal in a planar view. The light source is sealed by the seal.
US11561423B2 Display device including a liquid crystal layer including streaky polymers and liquid crystal molecules
According to one embodiment, a display device includes a first substrate, a second substrate, a liquid crystal layer including polymers and liquid crystal molecules, and a light-emitting element. The first substrate includes a transparent substrate, a scanning line, a signal line crossing the scanning line, a switching element electrically connected to the scanning line and the signal line, an organic insulating film overlapping the switching element, and a pixel electrode electrically connected to the switching element. A thickness of the organic insulating film located between the transparent substrate and the pixel electrode is less than a thickness of the organic insulating film overlapping the switching element.
US11561420B2 Display device having a variable thickness covering
The invention relates to a display device comprising a display plane, on which one or more planar display regions 10, 11 are arranged, said planar regions 10, 11 being covered by transparent coverings. A single transparent covering 3 covers all the planar display regions 10, 11 of the display device, is formed three-dimensionally on the viewer's side by regions of differing thicknesses and is connected on the side facing away from the viewer to the planar display regions 10, 11 by means of optical bonding. The refractive index of the material of the covering 3 corresponds to the refractive index of the optical-bonding material 8.
US11561419B2 Eyewear frame customization using machine learning
A design system generates a design for an eyewear frame customized for a user. The eyewear frame provides audio content to the user. The design system captures anthropometric data of the user. Using machine learning techniques, the design system determines features of the user from the anthropometric data and generates a three dimensional (3D) geometry of the portion of the user's head. A design for the customized eyewear frame is generated based on the 3D geometry of the portion of the user's head. The design of the customized eyewear frame includes design parameters that describe a shape of a coupling element that ensures the eyewear frame is customized to the user's head.
US11561418B2 Transparent projection screen
According to some embodiments, a transparent screen includes a first transparent substrate having a first transparent substrate index of refraction and including a surface relief pattern, a partially reflective coating formed on the surface relief pattern, and a second transparent substrate bonded over the partially reflective coating with an optical adhesive having the first transparent substrate index of refraction.
US11561400B2 Wearable heads-up display with optical path fault detection
A wearable heads-up display includes a power source, laser sources, and a lightguide. A photodetector is positioned to detect an intensity of a test light emitted at a perimeter of the lightguide from an optical path within the lightguide. A laser safety circuit provides a control to reduce or shut off a supply of electrical power from the power source to the laser sources in response to an output signal from the photodetector indicating that the detected intensity is below a threshold.
US11561388B2 Light module
A light module includes an optical element and a base on which the optical element is mounted. The optical element has an optical portion which has an optical surface; an elastic portion which is provided around the optical portion such that an annular region is formed; and a pair of support portions which is provided such that the optical portion is sandwiched in a first direction along the optical surface and in which an elastic force is applied and a distance therebetween is able to be changed in accordance with elastic deformation of the elastic portion. The base has a main surface, and a mounting region in which an opening communicating with the main surface is provided. The support portions are inserted into the opening in a state where an elastic force of the elastic portion is applied.
US11561383B2 Unique oblique lighting technique using a brightfield darkfield objective and imaging method relating thereto
A process is provided for imaging a surface of a specimen with an imaging system that employs a BD objective having a darkfield channel and a bright field channel, the BD objective having a circumference. The specimen is obliquely illuminated through the darkfield channel with a first arced illuminating light that obliquely illuminates the specimen through a first arc of the circumference. The first arced illuminating light reflecting off of the surface of the specimen is recorded as a first image of the specimen from the first arced illuminating light reflecting off the surface of the specimen, and a processor generates a 3D topography of the specimen by processing the first image through a topographical imaging technique. Imaging apparatus is also provided as are further process steps for other embodiments.
US11561377B2 Optical imaging lens assembly
The present disclosure discloses an optical imaging lens assembly, which includes: a first lens having positive refractive power and a convex object-side surface; a second lens having refractive power, and a concave image-side surface; a third lens having refractive power; a fourth lens having refractive power; and a fifth lens having negative refractive power, a concave object-side surface, and a concave image-side surface. The optical imaging lens assembly satisfies TL/ImgH<1.35; 0.6
US11561376B2 Optical imaging lens including seven lenses of −−++−++ refractive powers, or eight lenses of −−++−+−+, −−+++−+−, −−−+−+−+ or −−+++−++ refractive powers
In an optical imaging lens, a first lens element has negative refracting power, a second lens element has negative refracting power, an optical axis region of the object-side surface of the third lens element is concave, an optical axis region of the object-side surface of the fourth lens element is convex, an optical axis region of the object-side surface of the fifth lens element is convex, a sixth lens element is arranged to be a lens element in a second order from an image-side to an object-side and a seventh lens element is arranged to be a lens element in a first order from the image-side to the object-side to satisfy: (G23+T3+T4+G45)/L57≥2.700 and 1+2≤80.000.
US11561373B2 Imaging lens
An imaging lens includes a first lens; a second lens having positive refractive power; a third lens; a fourth lens; a fifth lens; and a sixth lens, arranged in this order from an object side to an image plane side with spaces in between each of the lenses. The second lens is formed in a shape of a meniscus lens near an optical axis thereof. The third lens has at least one aspheric surface. The fourth lens has at least one aspheric surface. The fifth lens is formed in a shape so that a surface thereof on the object side is convex toward the object side near an optical axis thereof. The sixth lens has two aspheric surfaces and the surface on the image plane side is convex toward the image plane side near an optical axis thereof. The second lens has a specific Abbe's number.
US11561371B2 Imaging lens
An imaging lens includes, in order from an object side to an image side, a first lens L1 having negative refractive power, a second lens L2 having positive refractive power, a third lens L3 having positive refractive power, a fourth lens L4, a fifth lens L5, a sixth lens L6, a seventh lens L7, and an eighth lens L8 having negative refractive power, wherein said eighth lens L8 has an aspheric image-side surface having at least one inflection point.
US11561370B2 Optical imaging lens device
An optical imaging lens device includes, in order from the object side to the image side: a first lens element having positive refractive power and an object-side surface convex in a paraxial region thereof; a second lens element having negative refractive power and an object-side surface concave in a paraxial region thereof; a third lens element having positive refractive power, an object-side surface concave in a paraxial region thereof, and an image-side surface convex in a paraxial region thereof; a fourth lens element having negative refractive power, an object-side surface convex in a paraxial region thereof and concave in an off-axis region thereof, and an image-side surface concave in a paraxial region thereof and convex in an off-axis region thereof. When a certain condition is satisfied, the optical imaging lens device may have both a compact size and wide field of view.
US11561367B2 Imaging lens and imaging apparatus
The imaging lens includes, as lens groups, only a positive first lens group, a positive second lens group, and a negative third lens group in order from the object side. An aperture stop is disposed between a lens surface closest to the image side in the first lens group and a lens surface closest to the object side in the third lens group. During focusing, the first lens group and the third lens group do not move, and the second lens group moves. The first lens group consists of a negative lens and a positive lens in order from the object side. The third lens group has a negative lens and a positive lens in order from the object side.
US11561359B2 Balancing device for rotary apparatus
A balancing device for a rotary apparatus including a rotary body which is configured to pivot or swivel about at least one rotary shaft is provided. The balancing device includes a magnet assembly and a torque adjusting mechanism. The magnet assembly includes a combination of two or more magnets, and the torque adjusting mechanism is configured to adjust a torque generated by the combination of the two or more magnets. The balancing device generates an output torque in the form of a cosine curve or sine curve which optimally matches with an unbalancing torque of the rotary body. The balancing device has a small size and is invulnerable to fatigue failure.
US11561354B2 Butt closures and bases therefor
A butt closure base includes a base housing extending along a longitudinal axis between a first outer surface and a second outer surface, the base housing defining a plurality of cavities between the first and second outer surfaces, the plurality of cavities aligned in an annular array. A first gel is disposed in each of the plurality of cavities. The butt closure base further includes a plurality of wedge assemblies, each of the plurality of wedge assemblies removably insertable into one of the plurality of cavities. Each of the plurality of wedge assemblies includes an outer cover, a second gel, and a main pressure plate in contact with the second gel. The main pressure plate is movable along the longitudinal axis to apply pressure to the second gel.
US11561352B2 High density optical I/O inside a data center switch using multi-core fibers
A network device includes an enclosure, a multi-chip module (MCM), an optical-to-optical connector, and a multi-core fiber (MCF) interconnect. The enclosure has a panel. The MCM is inside the enclosure. The optical-to-optical connector, which is mounted on the panel of the enclosure, is configured to transfer a plurality of optical communication signals. The MCF interconnect has a first end coupled to the MCM and a second end connected to the optical-to-optical connector on the panel, for routing the plurality of optical communication signals between the MCM and the panel.
US11561350B2 Optical module
To reduce bad connections of a BGA optical module as an optical fiber interface during mounting by reflowing. An optical module includes: a substrate to which an optical fiber is connected and fixed and on which an electronic circuit, an optical circuit or the like is formed; a ball grid array provided on one face of the substrate as an electrical interface used when the optical module is mounted on a mounting substrate; a lid having a thermal conductivity provided on another face of the substrate; and a fiber routing mechanism provided in contact with the lid, the fiber routing mechanism having a thermal conductivity and shaped to enable the optical fiber to be wound around the fiber routing mechanism.
US11561348B2 Optical alignment systems and methods
A system for optically aligning a photonics die to a fiber array, the fiber array comprising a first and a second fiber channels, the system comprising: the photonics die having: a first and a second optical channels; a first and a second wavelength division multiplexing (WDM) couplers each comprising a bar port, a cross port, and a common port, the first and the second WDM couplers being optically connected to the first and the second optical channels, respectively, via the bar ports and the common ports; and a waveguide crossing optically connecting the cross ports of the first and the second WDM couplers; the system being adapted to couple an optical signal received from the first fiber channel into the cross port of the first WDM coupler and into the waveguide crossing, the optical signal being propagated from the waveguide crossing into the cross port of the second WDM coupler.
US11561329B2 Near infrared control coating, articles formed therefrom, and methods of making the same
A coating composition for application over a retroreflective substrate, a retroreflective article comprising a coating formed from the coating composition, and a method of production thereof are provided. The coating composition comprises a pigment suitable to absorb and/or scatter electromagnetic radiation in a wavelength range of 800 nm to 2000 nm. The coating comprises a ratio of reduction in electromagnetic radiation retroreflectance at a wavelength of 905 nm and/or 1550 nm to reduction in electromagnetic radiation retroreflectance averaged over a wavelength range of 400 nm to 700 nm of at least 2:1.
US11561320B2 Hand-held portable backscatter inspection system
The present specification describes a compact, hand-held probe or device that uses the principle of X-ray backscatter to provide immediate feedback to an operator about the presence of scattering and absorbing materials, items or objects behind concealing barriers irradiated by ionizing radiation, such as X-rays. Feedback is provided in the form of a changing audible tone whereby the pitch or frequency of the tone varies depending on the type of scattering material, item or object. Additionally or alternatively, the operator obtains a visual scan image on a screen by scanning the beam around a suspect area or anomaly.
US11561314B2 Multi-axis, single mass accelerometer
A multi-axis acceleration sensor comprises a frame, a central mass disposed within the frame, and a plurality of transducers mechanically coupled between the frame and the central mass. At least a first set of the transducers are arranged between the frame and the central mass in a manner configured to measure translational and rotational motion with respect to a first predefined axis.
US11561309B2 Ray converter and ray detection panel device
Disclosed are a ray converter and a ray detection panel device. The ray converter (100, 100′) includes a substrate (110) and a conversion body (120). The substrate (110) includes a medium carrier. The medium carrier has a mesoporous structure distributed in an array. A pore of the mesoporous structure extends from an entrance end of the substrate (110) to an exit end of the substrate (110). The conversion body (120) is filled in the pore. The ray detection panel device includes a ray converter (100, 100′) and a light sensor.
US11561302B2 Laser scanner for a LIDAR system and method for operating a laser scanner
A laser-scanner for a LIDAR system scanning in a scanning direction, having a laser-source to emit a plurality of individual light-beams into a plurality of angular-ranges which are situated next to one another transversely to the scanning-direction. A receiver-optics of the laser-scanner is configured to concentrate reflected portions of the emitted-light-beams on exposure-regions of a sensor-plane of the laser-scanner that are situated next to one another transversely to the scanning-direction. A plurality of sensor-pixels of the laser-scanner are situated next to one another in the sensor-plane transversely to the scanning-direction. The sensor pixels are situated at an offset vis-a-vis the exposure-regions transversely to the scanning-direction. A control-electronics of the laser-scanner is configured to actuate the laser-source so that a plurality of light-beams is emitted in a time-staggered manner such that no more than the reflected portion of one of the light-beams impinges upon a sensor-pixel at the same time.
US11561297B2 Thermal excitation acoustic-wave-generating device and acoustic-wave-generating system
A thermal excitation acoustic-wave-generating device includes a first heating element, a substrate that includes a main surface along which the first heating element is disposed, and a facing body that faces the substrate with the first heating element interposed therebetween. The substrate and the facing body define a path for an acoustic wave. A length of the path is close to a whole number multiple of ¼ of a wavelength of the acoustic wave.
US11561294B2 Laser safety system
A laser safety system adapted to prevent inadvertent illumination of people and assets. The laser safety system configured to emit a laser beam with a laser and determine a path of a target object relative to the laser safety system. The laser safety system configured to cause the laser beam to illuminate the target object while the target object moves along the path.
US11561282B2 Camera ring structure for autonomous vehicles
The technology relates to autonomous vehicles that use a perception system to detect objects and features in the vehicle's surroundings. A camera assembly having a ring-type structure is provided that gives the perception system an overall 360° field of view around the vehicle. Image sensors are arranged in camera modules around the assembly to provide a seamless panoramic field of view. One subsystem has multiple pairs of image sensors positioned to provide the overall 360° field of view, while another subsystem provides a set of image sensors generally facing toward the front of the vehicle to provide enhanced object identification. The camera assembly may be arranged in a housing located on top of the vehicle. The housing may include other sensors such as LIDAR and radar. The assembly includes a chassis and top and base plates, which may provide EMI protection from other sensors disposed in the housing.
US11561269B2 Dynamical isolation of a cryogenic processor
A device is dynamically isolated via a broadband switch that includes a plurality of cascade elements in series, wherein each cascade element comprises a first set of SQUIDs in series, a matching capacitor, and a second set of SQUIDs in series. The broadband switch is set to a passing state via flux bias lines during programming and readout of the device and set to a suppression state during device's calculation to reduce operation errors at the device. A device is electrically isolated from high-frequencies via an unbiased broadband switch. A device is coupled to a tunable thermal bath that includes a broadband switch.
US11561268B2 Devices and methods for measuring a magnetic field gradient
A method of determining a gradient of a magnetic field, includes the steps of: biasing a first/second magnetic sensor with a first/second biasing signal; measuring and amplifying a first/second magnetic sensor signal; measuring a temperature and/or a stress difference; adjusting at least one of: the second biasing signal, the second amplifier gain, the amplified and digitized second sensor value using a predefined function f(T) or f(T, ΔΣ) or f(ΔΣ) of the measured temperature and/or the measured differential stress before determining a difference between the first/second signal/value derived from the first/second sensor signal. A magnetic sensor device is configured for performing this method, as well as a current sensor device, and a position sensor device.
US11561266B2 Magnetic sensor
Reduction of the S/N in an output from a magnetic sensor using the magnetic impedance effect is suppressed. A magnetic sensor 1 is provided with a sensitive element 31 including: plural soft magnetic material layers 105; and a nonmagnetic amorphous metal layer 106 provided between the plural soft magnetic material layers 105, wherein the soft magnetic material layers 105 facing each other with the nonmagnetic amorphous metal layer 106 interposed therebetween are antiferromagnetically coupled to sense a magnetic field by a magnetic impedance effect.
US11561263B2 Method and device for testing adaptor, and storage medium
Provided are a method and device for testing an adaptor, and a storage medium. The method is applicable to the device. The method includes the following. A test signal is sent to the adaptor. Detect a first voltage, where the first voltage is outputted in a preset first duration by the adaptor according to the test signal. A working state of the adaptor is determined according to the first voltage.
US11561261B2 Device and method for detecting secondary battery of uninterruptible power system
A device for detecting a secondary battery of an uninterruptible power system contains: a main battery module and at least one sub battery module. The main battery module includes a first power storage unit, a first detection unit, a first processing unit, a communication unit, and a first data transmission unit. The first power storage unit includes multiple first battery assemblies connected in series, and a respective first battery assembly has at least one secondary battery. The first detection unit includes multiple first detectors. The first data transmission unit includes a first one-way transmit port and a first two-way transmit port. The sub battery module includes a second power storage unit, a second detection unit, a second processing unit, and a second data transmission unit. The second power storage unit includes multiple second battery assemblies connected in series. The second detection unit includes multiple second detectors.
US11561251B2 Remote autonomous inspection of utility system components utilizing drones and rovers
Unmanned monitoring devices, such as unmanned aerial vehicles (UAV), drones or rovers may inspect system components within an area of interest (AOI) such an electric power distribution system including generation, transmission, and distribution elements for autonomous detection of damage to the components. Work orders for repairing the damage are autonomously generated and resources identified within the work orders are autonomously provisioned.
US11561244B2 Board-like connector, dual-ring bridge of board-like connector, and wafer testing assembly
A board-like connector, a dual-ring bridge of a board-like connector, and a wafer testing assembly are provided. The board-like connector includes a plurality of dual-ring bridges spaced apart from each other and an insulating layer. Each of the dual-ring bridges includes two carrying rings, two cantilevers respectively extending from and being coplanar with the two carrying rings, two abutting columns respectively extending from the two cantilevers along two opposite directions, and a bridging segment that connects the two carrying rings. The insulating layer connects the two carrying rings of the dual-ring bridges, and the two abutting columns of the dual-ring bridges respectively protrude from two opposite sides of the insulating layer. The two abutting columns of each of the dual-ring bridges are configured to be respectively abutted against two boards.
US11561234B2 Dispenser nozzle residue mitigation
The present disclosure is directed to methods and devices for reducing or otherwise mitigating accumulated reagent material and/or fluids within a dispense nozzle of a dispenser.
US11561232B2 Opposing edges system for scanning and processing glass slides
A scanning stage with opposing edges to secure a slide during scanning and guide the slide during unloading. In an embodiment, the system includes a reference edge with a surface facing a first edge of the slide and an opposing edge with a surface facing a second edge of the slide. The opposing edge is controlled by a processor to engage the second edge of the slide and press the first edge of the slide against the reference edge surface. The opposing edge surface is parallel to a side of a slide rack slot into which the slide will be inserted during unloading. The system also includes an assembly having a pull bar configured to pull the glass slide from the scanning stage into the slide rack slot while the first edge of the slide is simultaneously being pressed against the reference edge surface by the opposing edge surface.
US11561204B2 Display control system, inspection control system, display control method, and storage medium
According to one embodiment, a display control system acquires a tilt of a detector with respect to a weld portion. The detector includes a plurality of detection elements arranged along a first arrangement direction and a second arrangement direction. The first arrangement direction and the second arrangement direction cross each other. The tilt is calculated based on a detection result of a reflected wave obtained by transmitting an ultrasonic wave from the plurality of detection elements. The system displays a user interface, displays a symbol and a tolerance range in a region included in the user interface, and updates the display of the symbol in the region according to the acquiring of the tilt. The region spreads two-dimensionally. The symbol indicates the tilt. The tolerance range is of a target value of the tilt.
US11561203B2 Oscillation analysis on an object produced by means of additive manufacturing
Object analysis comprising measuring a frequency-dependent natural oscillation behavior of the object by dynamically-mechanically exciting the object in a defined frequency range (f) by means of generating a body oscillation by applying a test signal, and detecting a body oscillation generated in the object on account of the exciting. Moreover, the method involves simulating a frequency-dependent natural oscillation behavior for the object by generating a virtual digital representation of the object, and carrying out a finite element analysis on the basis of the virtual representation comprising dynamically exciting, in a simulated manner, the virtual representation into a virtual frequency range for generating a virtual body oscillation, calculating the virtual body oscillation generated in the object on account of the exciting in a simulated manner, and deriving an object state on the basis of a comparison of the measured natural oscillation behavior and the simulated frequency-dependent natural oscillation behavior.
US11561196B2 Systems and devices for high-throughput sequencing with semiconductor-based detection
In one embodiment, a sample surface of a biosensor includes pixel areas and holds a plurality of clusters during a sequence of sampling events such that the clusters are distributed unevenly over the pixel areas. In another embodiment, a biosensor has a sample surface that includes pixel areas and an array of wells overlying the pixel areas, the biosensor including two wells and two clusters per pixel area. The two wells per pixel area include a dominant well and a subordinate well. The dominant well has a larger cross section over the pixel area than the subordinate well. In yet another embodiment, an illumination system is coupled to a biosensor that illuminates the pixel areas with different angles of illumination during a sequence of sampling events, including, for a sampling event, illuminating each of the wells with off-axis illumination to produce asymmetrically illuminated well regions in each of the wells.
US11561194B2 Gas sensor element and gas sensor
Disclosed is a gas sensor element having: a solid electrolyte body containing oxygen-ion conductive ZrO2; a detection electrode disposed on the solid electrolyte body to be exposed to a gas under measurement; and a reference electrode disposed on the solid electrolyte body to be exposed to a reference gas. In the gas sensor element, the detection electrode contains Pt and ZrO2; the detection electrode has a thickness of 3 to 10 μm; the amount of ZrO2 contained relative to Pt in the detection electrode is 12 to 18 wt %; the detection electrode has a porosity of 5% or lower; and, in a particle size distribution graph of ZrO2 particles in the detection electrode, a cumulative value of peaks appearing in a range of 0.025 μm to 0.200 μm is 60 to 75%, and a cumulative value of peaks appearing in a range of 1.000 μm to 3.162 μm is 2 to 7%.
US11561193B1 Surface modified electrodes, and methods of preparation thereof
A surface modified electrode is provided. The surface modified electrode includes a glassy carbon electrode (GCE) and a nanomaterial disposed on the glassy carbon electrode. The nanomaterial comprises carbon nanotubes (CNTs), and at least one of thallium oxide nanoparticles (Tl2O3.NPs), thallium oxide (Tl2O3) nanopowder, and thallium oxide carbon nanotube nanocomposites (Tl2O3.CNT NCs). A polymer matrix is configured to bind the glassy carbon electrode with the nanomaterial. A method of preparing the surface modified electrode is also disclosed. The surface modified electrode can be implemented in a biosensor for detecting a biological molecule, like choline.
US11561187B2 Non-invasive and remote method to screen cancer
An in vitro method for detecting presence of cancer includes obtaining a single hair sample. An x-ray beam is emitted from a source towards the hair sample. A small angle X-ray scattering (SAXS) intensity profile is generated after the x-ray beam hits the hair sample. The SAXS profile is received on a detector to obtain SAXS data, which is desmeared and Kratky Analysis is performed. A relative estimation of peak area under 1.38 nm−1 to 0.89 nm−1 from keratin and lipid content in the hair sample is performed to obtain R and is corrected by dividing by D, thickness of the hair. R′ is computed using formula: 10×R2/(D−R). The value of R′ is compared with clinically validated samples. If R′ value is below 0.7, it indicates the presence of cancer and if it is above 0.8, it indicates absence of cancer.
US11561183B2 Test elements and methods of producing the same for studying a body fluid sample
Disclosed herein are methods of producing a test element for studying a body fluid sample. In the methods, a detection layer is covered with a polymeric spreading layer and applied to a support. The spreading layer can be produced by being sprayed onto the detection layer such that the spreading layer has a thickness of at most about 20 μm. Also disclosed are test elements produced by the methods, as well as tape cassettes incorporating such test elements.
US11561176B2 Method for degradation-compensated evaluation of luminescence sensor detection signals, and evaluation apparatus therefor
A method is provided for degradation-compensated evaluation of detection signals of a sensor arrangement operating on the principle of luminescence quenching, which arrangement has a luminophore that degrades over time, an excitation radiation source, and at least one optical sensor. The luminophore radiates, in accordance with a response characteristic of the sensor arrangement, in reaction to irradiation with a predefined modulated excitation radiation and as a function of the extent of an interaction of the luminophore with a quencher substance that quenches the luminescence of the luminophore. A response radiation is detected by the at least one optical sensor. The sensor arrangement outputs a detected intensity value representing an intensity of the response radiation and a detected phase value representing a phase difference of the response radiation with respect to the modulation of the excitation radiation. A predetermined calibration value correlation is identified in consideration of the reference response characteristic.
US11561165B2 Biometric system
The biometric system comprises: a measurement cartridge; and a meter, equipped with the measurement cartridge, for measuring an analyte present in a sample of the measurement cartridge. The measurement cartridge comprises a reagent container, a capillary module, and a reagent rod. The reagent container receives a liquid reagent and has a top sealed with a sealing film. The capillary module comprises a capillary tube which is located on an upper side of the reagent container and collects the sample by a capillary phenomenon, and the capillary tube is introduced into the reagent container by rupturing a contact portion to the sealing film by an applied pressure.
US11561151B2 Systems for leak testing a valved conduit
Systems, devices, and methods for leak testing surgical conduit grafts or valved conduits such as aortic-valved conduits with a pressurized gas such as air. Air is non-destructive and especially useful for leak testing conduits that have coatings or sealants that may be functionally impacted when exposed to fluids such as water or saline. Open ends of the conduit are clamped and sealed, and a pressurized gas introduced into an inner lumen thereof. A change in mass flow rate is measured to quantify the leakage. One end of a tubular conduit may be clamped to a fixed manifold, and the opposite end to a manifold slidably mounted to accommodate any conduit elongation when pressurized. The clamping and sealing structure may be pneumatic and/or mechanical, and complementary contoured clamp members may be used to seal a scalloped external sealing ring of an aortic conduit.
US11561142B2 Electromechanical actuator with integrated force sensor
An electromechanical cylinder contains a casing, an actuating rod mounted so as to be able to move longitudinally relative to the casing, an electric motor provided with a rotating rotor shaft, a mechanism for transforming a rotational movement of the rotor shaft of the electric motor into a linear translational movement of the actuating rod, and at least one bearing for guiding the rotor shaft of the electric motor in rotation relative to the casing and for supporting the rotor shaft. The cylinder further contains a sleeve that is fastened to the casing and inside which is mounted the bearing, and at least one load sensor that is mounted on the sleeve while being offset axially relative to the bearing.
US11561133B2 Spectrometer module
A spectroscopic module includes a plurality of beam splitters that are arranged along an X direction; a plurality of bandpass filters disposed on one side in a Z direction with respect to the plurality of beam splitters facing the plurality of beam splitters, respectively; a light detector disposed on the one side in the Z direction with respect to the plurality of bandpass filters and including a plurality of light receiving regions facing the plurality of bandpass filters, respectively; a first support body supporting the plurality of beam splitters; and a second support body supporting the plurality of bandpass filters. The second support body includes a support portion in which a support surface is formed so as to be open to the one side in the Z direction. The plurality of bandpass filters are disposed on the support surface.
US11561129B2 Vibration sensing assembly for bone conduction microphone
A vibration sensing assembly, including a base, a side shell, a sensor, an upper cover, and a diaphragm assembly, is provided. The base includes first and second bottom plates. A first cavity is formed between the first and second bottom plates. The second bottom plate includes first and second through holes. The side shell is disposed on the second bottom plate and includes a cylinder and an inner partition. The inner partition divides the cylinder into a second cavity and an airflow channel. The airflow channel is communicated with the first cavity through the first through hole. The sensor is disposed in the second cavity and covers the second through hole. The side shell is located between the base and the upper cover. The base, the side shell, and the upper cover jointly form an outer shell. The diaphragm assembly is disposed between the side shell and the upper cover.
US11561120B2 Double-sided measuring scoop
A double-sided measuring scoop is provided. The double-sided measuring scoop includes a cylindrical member having a cylindrical sidewall and a substantially planar disc-shaped member positioned within the cylindrical member. The disc-shaped member divides the cylindrical member into a first scoop portion having a first volume, and a second scoop portion having a second volume, where the first volume is larger than the second volume. The double-sided measuring scoop also includes a handle coupled to the cylindrical sidewall at a location directly opposite the disc-shaped member.
US11561106B2 User preview of the interior
Provided herein is a system on a vehicle, the system comprising one or more sensors, one or more processors, and a memory storing instructions that, when executed by the one or more processors, causes the system to perform: receiving one or more ride requests for ridesharing from one or more users; receiving respective preferences from each of the one or more users; selecting a ride request of a user from the one or more ride requests based on the respective preferences; notifying the user of the selecting of the ride request; sending at least one of the images or videos of the interior of the vehicle to the user; in response to the sending, determining whether the user confirms the ride request; and in response to determining that the user confirms the ride request, selecting a route to the user and driving, according to the route, to the user.
US11561103B2 Lane network data generation apparatus and storage medium
An all-one-way network data for autonomous driving is generated according to traffic information of a road data included in a navigation map data. The lane network data for autonomous driving is generated based on the all-one-way network data according to information of a numerical number of lanes in the road data. A virtual lane boundary data is generated based on the all-one-way network data. A position of the lane network data and a position of the virtual lane boundary data are corrected according to a basic road map data and an aerial photograph data.
US11561102B1 Discovering and plotting the boundary of an enclosure
Provided is a process that includes: obtaining a first version of a map of a workspace; selecting a first undiscovered area of the workspace; in response to selecting the first undiscovered area, causing the robot to move to a position and orientation to sense data in at least part of the first undiscovered area; and obtaining an updated version of the map mapping a larger area of the workspace than the first version.
US11561097B2 Multiaxis gyroscope with supplementary masses
A gyroscope with a first Coriolis mass quartet and a second Coriolis mass quartet arranged around two quartet center points, and two elongated mass elements or synchronization bars aligned with each other outside of each Coriolis mass. One end of each elongated mass element and synchronization bar is attached to the corresponding Coriolis mass. Each elongated mass element is suspended from a peripheral anchor point by a mass element suspension arrangement which allows said elongated mass element to undergo rotational motion both in the device plane and out of the device plane. Each elongated synchronization bar is suspended from a peripheral anchor point by a synchronization bar suspension arrangement which allows said elongated synchronization bar to undergo rotational motion both in the device plane and out of the device plane substantially around its midpoint.
US11561091B2 Dimension measurement method using projection image obtained by X-ray CT apparatus
In measuring a dimension of an object to be measured W made of a single material, a plurality of transmission images of the object to be measured W are obtained by using an X-ray CT apparatus, and then respective projection images are generated. The projection images are registered with CAD data used in designing the object to be measured W. The dimension of the object to be measured W is calculated by using a relationship between the registered CAD data and projection images. In such a manner, high-precision dimension measurement is achieved by using several tens of projection images and design information without performing CT reconstruction.
US11561090B2 Contact monitoring on a spindle of a machine tool
The invention relates to a device for monitoring the contact of a workpiece (1) or tool on a spindle (2) of a machine tool, which device has a contact surface (3) for the workpiece (1) or tool. At least one measurement nozzle (4) is arranged in the region of the contact surface in order to produce a fluid flow directed away from the contact surface (3). Upstream of the measurement nozzle, the fluid flow is conducted through a vacuum nozzle, which can comprise a jet nozzle (7c) and a collector nozzle (7b). When the fluid medium flows through the vacuum nozzle, the vacuum nozzle produces a negative pressure in a negative pressure chamber (9c). A pressure sensor (6) or pressure switch senses a measurement pressure (p3) in the negative pressure chamber.
US11561089B2 Three-dimensional shape detection apparatus, three-dimensional shape detection method and plasma processing apparatus
To implement, when a plurality of patterns are included in a field of view during measurement of scattered light in spectral scatterometry, removal of an influence of a pattern outside a dimension (three-dimensional shape) management target from spectral reflection intensity in the field of view without modeling the pattern outside the dimension management target. A three-dimensional shape detection apparatus 100 includes a spectral reflection intensity measurement unit configured to measure spectral reflection intensity in a field of view of a light spot by irradiating a sample 103 as a target with the light spot, and detects a three-dimensional shape in the field of view of the light spot based on the measured spectral reflection intensity. The three-dimensional shape detection apparatus further has a spectral feature value calculation unit configured to calculate a spectral feature value in a first region in the field of view of the light spot in advance in an external control apparatus 102 thereof, and an area ratio estimation unit configured to estimate an area ratio between an area of the first region in the field of view of the light spot and an area of a second region outside the first region in the field of view of the light spot.
US11561088B2 Modeling the topography of a three-dimensional surface
According to an aspect, there is provided a method comprising controlling a structural light source of a modelling arrangement to produce a diffraction pattern of a known geometry on a surface to be modeled, the diffraction pattern accurately complying with a mathematical-physical model and wherein beam output angles of the diffraction pattern are accurately known based on the mathematical-physical model; recording a first image of the surface comprising the diffraction pattern with a first camera and a second image of the surface comprising the diffraction pattern with a second camera substantially simultaneously; determining a point cloud comprising primary points from the diffraction pattern visible in the first image; identifying the corresponding primary points from the second image; and using each primary point of the point cloud in the first and second images as an initial point for search spaces for secondary points in the first and second images.
US11561085B2 Resolving multipath interference using a mixed active depth system
Aspects of the present disclosure relate to depth sensing using a device. An example device includes a light projector configured to project light in a first and a second distribution. The first and the second distribution include a flood projection when the device operates in a first mode and a pattern projection when the device operates in a second mode, respectively. The example device includes a receiver configured to detect reflections of light projected by the light projector. The example device includes a processor connected to a memory storing instructions. The processor is configured to determine first depth information based on reflections detected by the receiver when the device operates in the first mode, determine second depth information based on reflections detected by the receiver when the device operates in the second mode, and resolve multipath interference (MPI) using the first depth information and the second depth information.
US11561076B2 Ammunition production loading machine
Described is an ammunition production loading machine. The machine will load two cartridges at once and is referred to as a ‘two-out” machine. The machine will be of a mechanical nature reducing the potential loss of production that occurs with pneumatic systems. Any pneumatic systems on the machine will operate only in failure instances, i.e. in the case of a powder failure the pneumatic system will obstruct the projectile feed mechanism. The machine consists of seven (7) major components, which operate in unison. The machine is intended to run a single caliber so changeover adjustments and time required to change calibers are eliminated. The machine is capable of precisely loading a complete cartridge at a rate of 240 parts per minute in a completely automated manner. The key features of this novel machine are the full automation from station to station and a cartridge retaining bullet crimp case bushing in a rotating main disk, which rotates cases from station to station. The bullet crimp case bushing has a tapered feature inside which crimps the case to the bullet. Machines in the prior art utilize slotted case inserts or features to hold the cartridge base in position for loading, which relies on a separate tool for crimping and are not fully automated. The herein described machine is fully automated and does not require a person to manually move parts from one station to the next, nor loading of individual inserts to effectuate the bullet to case connection.
US11561068B1 Kinematic mount for a firearm
A kinematic mount assembly is provided. The kinematic mount assembly includes a fixed mount and a pivot mount. The fixed mount and pivot mount together have a plurality of an protrusions and recesses to guide the mounts into a repeatable position when rotating from an opened to a closed position. The protrusions may be semispherical balls and the recesses may be gothic-arch shaped. The pivot mount and fixed mount may be coupled by a pivot pin and rotate about the pivot pin. The pivot mount may contain holes configured to mount an accessory. A latch assembly may hold the fixed mount and pivot mount closed until the latch is actuated, usually by a switch, to allow the system to open.
US11561065B1 Holster belt for carrying a handgun holster
A holster belt is configured to support a holster and a handgun combination. The holster belt has a belt portion defining an inner layer and an outer layer comprising an elastic material. The holster belt further has a closure and a holster engagement strip, wherein the holster engagement strip is rigid and is configured to support a holster and a handgun combination, wherein the holster comprises a holster body configured for receiving the handgun and a belt clip, wherein the holster engagement strip is configured to be sized for engagement with the belt clip of the holster.
US11561058B2 Weapon usage monitoring system with situational state analytics
Systems and methods are provided for weapon monitoring and event prediction system, comprising an inertial measurement unit located in a weapon that is configured to generate weapon usage data indicative of at least one of a movement of the weapon, an orientation of the weapon, a direction of the weapon, or a location of the weapon, a communication circuit configured to communicate the generated weapon usage data to a device external to the weapon, a storage facility configured to store generated weapon usage data collected sequentially over a specified time period, and a machine learning facility configured to build at least one analytic model specifying weapon longitudinal situational state data and usage data predictive of the occurrence of a specified event or weapon system failure.
US11561056B2 Workpiece for producing a firearm
Workpieces for producing a firearm have an elongated body defined within a cross-sectional profile with a first elongated passage configured to receive the upper portion of the bolt, and with a second elongated passage configured to receive the lower portion of the bolt, and the elongated body having a separator between the first elongated passage and the second elongated passage and configured to prevent installation of the bolt assembly when the separator is present, and to enable installation of the bolt assembly when the separator is absent. The cross-sectional profile may be along the entire length of the elongated body. The cross-sectional profile may fully encompass the first elongated passage. The first elongated passage may be open only at the ends of the elongated body. The cross-sectional profile may have a U-shaped cross-section.
US11561047B2 System and method for thermal conversion of materials using multiple loops comprising a primary heat transfer loop, an intermediate heat transfer loop and a thermal conversion circuit
Methods and systems for producing a thermally converted product stream (and optionally heat and power) from a high value heat source using a plurality of circulating loops comprising a primary heat transfer loop, several substantially not recirculated process heater, reactor or separator systems and an intermediate heat transfer loop that transfers heat from the high-temperature heat transfer loop to the several process heater, reactor or separator systems. The intermediate heat transfer loop is arranged to eliminate to the extent practical the shell and tube heat exchangers especially those heat exchangers that have a very large pressure difference between the tube side and shell side, to eliminate shell and tube, plate type, double pipe and similar heat exchangers that transfer heat directly from the primary heat transfer loop to the several process heater, reactor or separator systems with very high differential pressures and to maximize the use of heat transfer coils similar in design as are used in a heat recovery steam generator commonly used to transfer heat from gas turbine flue gas to steam or other power cycle fluids as part of a combined cycle power plant.
US11561038B2 Grain refrigerator
The present invention relates to a grain refrigerator including a housing having a grain storage space formed thereon to discharge grains stored therein, a fixing rod located at the center of the inside lower portion of the housing, dew condensation prevention means fixed to the fixing rod, a support plate located on a top periphery of the dew condensation prevention means, an evaporator disposed on the support plate to generate cool air, and a cooling tube disposed on a top periphery of the support plate on the outside of the evaporator to cool the grains, wherein a first pipe and a second pipe connected to the lower portion of the evaporator pass through a through hole of the support plate and a first drain hole of the dew condensation prevention means and are thus exposed to the outside of the housing.
US11561034B2 Refrigerant vessel component and refrigeration circuit comprising such a refrigerant vessel component
This refrigerant vessel component (2, 4, 7) for a refrigeration circuit (100), comprises a shell (10) extending along a longitudinal axis (X) delimiting an internal volume (V), in which circulates a refrigerant fluid (R), whereas the refrigerant vessel component (2) comprises an inner shell (20) located radially inside the shell (10) and extending on at least a portion of the circumference of the shell (10), and whereas the inner shell (20) is at least partly formed of perforated material.
US11561032B2 Magnetic induction water heater/chiller with separate heating/chilling zones
A fluid thermal conditioning (heating/cooling) system including a housing containing a fluid holding tank and having an inlet pipe and an outlet pipe. A drive shaft rotatably supports either of a conductive plate or a plurality of spaced apart magnetic or electromagnetic plates positioned within the housing. The conductive plate can be reconfigured as an elongated conductive component supported within the housing and including a plurality of individual plates which alternate in arrangement with axially spaced and radially supported magnetic/electromagnetic plates. Upon rotation of the shaft, an oscillating magnetic field is generated for thermally conditioning the fluid.
US11561031B2 Magnetic induction furnace, cooler or magnetocaloric fluid heat pump integrated into a rotary blower and including two stage inductive heating or cooling
A multi-stage fluid conditioning system having a housing with a fluid inlet and outlet. A shaft extends within the housing and supports a first fan unit with a first magnet/electromagnet plate on an inlet side of said housing and a second fan unit with a second magnet/electromagnet supporting plate on an outlet side of the housing. Each of the first and second magnet/electromagnet supporting plates include at least one vane configured to direct fluid flow. The shaft rotates the plates in order to draw a fluid flow through the inlet and successively across the inlet and outlet sides for thermal conditioning resulting from creation of high frequency oscillating magnetic fields according to a succeeding conditioning operations before being outputted the conditioned fluid from the housing through the fluid outlet.
US11561027B2 Systems and methods for implementing ejector refrigeration cycles with cascaded evaporation stages
Systems and methods for implementing ejector refrigeration cycles with cascaded evaporation stages that utilize a pump to optimize operation of the ejector and eliminate the need for a compressor between the evaporation stages.
US11561022B2 System and method for characterization of air leakage in building using data from communicating thermostats and/or interval meters
Systems and methods for characterization of retrofit opportunities are described. Some embodiments are directed to methods for determining the air leakage rate of a building, and accordingly, for determining suitability of sealing of air leaks to improve the energy efficiency of a building. The methods may comprise computing, using at least one computing device disposed remote from a building and based at least in part on heating, ventilation and air conditioning (HVAC) runtime data associated with the building, one or more thermal characteristics of the building. The HVAC runtime data may be computed based on data received from a thermostat or a meter, such as an electric or a gas meter. To isolate the impact of air leakage, subsets of the HVAC runtime data at time intervals selected to have substantially the same conditions, but different wind speeds, may be computed.
US11561017B2 Exhaust fan unit of a heating, ventilation, and/or air conditioning (HVAC) system
An exhaust fan unit of a heating, ventilation, and/or air conditioning (HVAC) system includes an outer fluid path of a nozzle assembly of the exhaust fan unit defined by and between an outer wall of the nozzle assembly and an inner wall of the nozzle assembly, an inner fluid path of the nozzle assembly defined by and radially inward from the inner wall, and a plurality of entrainment ports extending from the outer wall to the inner wall and configured to enable environmental air to pass to the inner fluid path, where each entrainment port includes a bottom surface that tapers downwardly from the inner wall to the outer wall.
US11561012B2 Pump assembly and cooking appliance with pump assembly
A pump assembly and a cooking appliance having a pump assembly are provided. The pump assembly may include a cavity that defines a cooking cavity; a water supplier installed outside of the cavity; a connection pipe connected to the water supplier; and a pump assembly disposed outside of the cavity and connected to the connection pipe. The pump assembly may includes at least one pump; and a support made of a flexible material and coupling the at least one pump to an upper surface of the cavity.
US11561011B2 Elongated member for a rack
A rack for a cooking appliance includes a perimeter rim that has a first end, a second end, a first side rail, and a second side rail. A plurality of spaced rails are disposed between each of the first and second rails and the first and second ends of the perimeter rim. An elongated member is operably coupled to the perimeter rim and is proximate to the plurality of spaced rails. A crossbar is disposed proximate to the elongated member. The crossbar defines an opening directly behind the elongated member along a length of the elongated member and a length of the crossbar.
US11561007B2 Combustor cooling panel stud
A combustor liner for a gas turbine engine, the combustor liner including a panel configured to at least partially define a combustion chamber. The combustor liner further includes a shell configured to mount to the panel and form a gap between the panel and the shell. The panel includes a stud and a plurality of a stand-off pins proximate to the stud defining a cavity therebetween. The shell includes a plurality of angled impingement holes located away from the cavity but extending through the shell at an orientation such that cooling air passing through the angled impingement holes is directed towards the cavity between adjacent stand-off pins and at an acute angle relative to the stud.
US11560989B1 Multi-configuration lighting device
A lighting device includes a housing that supports a flexible light assembly and can be operated in multiple configurations. The housing includes a cup-shaped opaque stator and light transmissive rotor that rotates relative to the stator. The rotor includes a spool upon which the flexible light assembly can be wound. The light source is configurable between a retracted configuration in which the flexible light assembly resides in the housing and light emitted by the flexible light assembly is transmitted through the rotor, and an extended configuration in which a portion of the flexible light assembly resides outside the housing. In the extended configuration, a portion of light emitted from the flexible light assembly is transmitted through the rotor and another portion of light emitted from the flexible light assembly originates outside the housing.
US11560986B2 LED module and lighting apparatus
A light emitting diode (LED) module that is configured to emit white light is provided. The LED module includes: a blue light emitting diode configured to emit blue light having a first peak wavelength of 420 nm to 465 nm; at least one wavelength conversion material that is configured to convert a portion of the blue light into converted light of a different wavelength; and a near-infrared light source configured to emit additional light having a second peak wavelength in a range of 740 nm to 900 nm and a full width at half maximum (FWHM) of 120 nm or less. The converted light, another portion of the blue light, and the additional light combine to form the white light.
US11560984B2 Processes, apparatuses, and systems for capturing pigging and blowdown emissions in natural gas pipelines
Disclosed are processes, apparatuses, and systems in natural gas pipelines to significantly reduce pigging and blowdown emissions. In an example, a process involves filtering and/or separating pigging or blowdown emissions. The filtered and/or separated pigging/blowdown products can then be stored in a storage, sent back into the natural gas pipeline at a downstream location, or sent to an adjacent pipeline.
US11560982B2 Fuel system mountable to a vehicle frame
A system for powering a vehicle is provided. The system can include an engine or power generation system to be powered by a fuel and a housing. The housing can be configured to couple to one or more frame rails of the vehicle, receive and protect a cylinder configured to store the fuel to be used by the engine or power generation system. The housing can have one or more access panels allowing access to an interior of the housing. The cylinder can include a first end portion, a second end portion, a central body forming an enclosed cavity for storing pressurized gas, a reinforcement structure disposed over the central body, and a metal foil interposed between the reinforcement structure and central body. The metal foil can be configured to reduce permeation of contents of the cylinder.
US11560975B2 Pipe lining systems and methods of use
Systems and methods for pipe lining systems and methods of use are described. Systems and methods may include a CIPP lateral liner that is inserted into a bladder forming a CIPP liner assembly that can be inserted into a pipe line for a pipe repair. CIPP liner assembly can include a membrane that produces superior results compared to the prior art. A backing ring may be used with these systems and methods.
US11560974B2 Fluid coupling, in particular for fuel lines in motor vehicles, combination of the fluid coupling with a corresponding counterpart, and method for establishing a connection of two fluid lines
A fluid coupling for fuel lines in motor vehicles, includes a housing having a receptacle for a counterpart, a blocking member in the receptacle and engageable behind a blocking rib of the counterpart to fix the counterpart in the receptacle, and a detection sleeve axially movable in the receptacle, and having a first engagement portion, which engages with the blocking rib to move the detection sleeve axially into a detection position, and at least one second engagement portion arranged behind the first engagement portion and, when the counterpart is pulled out, engages with the blocking rib to move the detection sleeve out of the detection position, into the initial position, and the detection sleeve includes at least one detection portion (64), received within the receptacle in the initial position so the detection portion is not visible from the outside and, in the detection position, visibly protrudes from the receptacle.
US11560972B2 Oil and gas pipe connector
Pipe connectors and methods of making and using pipe connectors to connect oil or gas pipe in oil and gas production, refining and distribution.
US11560969B2 Pipe hanger with lock tab washer
A lock tab washer, a pipe hanger, and a method of assembling a pipe hanger are disclosed. The lock tab washer can comprise a washer body, the washer body defining a first side and a second side opposite the first side, the washer body defining a hole therethrough; an edge tab extending from the first side of the washer body, the edge tab define a first section and a second section, the second section bent relative to the first section; a nut tab extending from the second side of the washer body, the nut tab bent relative to the washer body; and a wing extending from the nut tab, the wing bent relative to the nut tab.
US11560968B2 Bleed valve with reduced noise
A bleed valve for a gas turbine engine includes a housing that defines an inlet upstream from an outlet. The bleed valve includes a poppet movable relative to the housing between a first position, in which the poppet closes the inlet, and a second position, in which the inlet is open and configured to receive a fluid flow. The housing defines a tortuous path for the fluid flow from the inlet to the outlet configured to reduce a pressure of the fluid flow from the inlet to the outlet within the housing. The tortuous path is defined by a plurality of rings positioned about the poppet, with each ring of the plurality of rings spaced apart from an adjacent ring of the plurality of rings between the inlet and the outlet to define the tortuous path.
US11560960B2 Color changing and pressure sensing check valves
A check valve includes an upper housing defining an inlet of the check valve, and a lower housing having a seating portion and defining an outlet of the check valve. The check valve further includes a chamber interposed between and defined by the upper and lower housings for fluidly connecting the inlet and the outlet, and a flexible diaphragm mounted in the chamber. The flexible diaphragm selectively permits fluid flow in a first direction, and prevents fluid backflow in a second direction opposite to the first direction. The flexible diaphragm includes a color changing material, and when the flexible diaphragm is seated on the seating portion and bent due to force of the fluid flowing in the first direction, the flexible diaphragm exhibits a color change.
US11560942B2 Torque converter with lock-up clutch and torque converter operating method
Torque converter arrangements and operating methods are provided herein. In one example, the torque converter includes a first attachment interface designed to rotationally couple to a prime mover and a second attachment interface designed to rotationally couple to a transmission. The torque converter further includes a lock-up clutch with an engagement spring embedded in an actuation piston, a plurality of separator plates supported by one or more guiding pins that extend through the plurality of separator plates and into a casing, and a plurality of friction plates interleaved with the plurality of separator plates, where the plurality of separator plates and friction plates are axially captured between the actuation piston and an end plate.
US11560936B2 Shift transmission
A shift transmission includes a first shaft, a second shaft arranged parallel to the first shaft, a gear group arranged at least partially on the first shaft, and a range group arranged at least partially on the second shaft. The gear group includes at least two gear units and the range group comprises at least three range units. Moreover, the gear group and the range group are configured such that a first and a second range unit in each case are shiftable with at least one gear unit indirectly by a third range unit.
US11560932B2 Damping device for a suspension of a bicycle
A damping device (1) for a suspension (100) of a bicycle includes: a first tubular body (2) defining a first chamber (4); a second tubular body (3) defining a second chamber (5) fluidically communicating with the first chamber (4); a third tubular body (8) disposed inside the second chamber (5), the interior thereof defining a third chamber (9) fluidically communicating with the second chamber (5); a hollow stem (10) integral with the first tubular body (2), defining a through cavity (11) which establishes a fluid communication between the third chamber (9) and the first chamber (4); a first static valve (12) disposed between the second chamber (5) and the third chamber (9); a second static valve (14), connected to the stem (10), operatively disposed between the third chamber (9) and the cavity (11) of the stem (10); a dynamic valve (15) connected to the first tubular body (2) inside the first chamber (4), operatively disposed between the cavity (11) of the stem (10) and the first chamber (4).
US11560924B2 Bearing assembly for a charging apparatus
A bearing assembly for a charging apparatus. The bearing assembly comprises a bearing housing and a shaft. The bearing assembly further comprises a compressor-side bearing bushing and a turbine-side bearing bushing which together support the shaft inside a bearing bore of the bearing housing. The compressor-side bearing bushing is configured differently than the turbine-side bearing bushing.
US11560907B2 Device for amplifying a force, and related systems and methods
A device for amplifying a force includes a prime mover configured to receive a first force, and a secondary mover configured to generate a second force that is greater than the first force in response to the prime mover receiving the first force. The prime mover includes an output that, in response to the first force, rotates about a first axis through a power stroke defined by an angular displacement that is less than ninety degrees. The prime mover's output includes a first end that revolves about the first axis during the power stroke. The secondary mover includes an input, an output, and a body. The input includes a second end that is coupled with the first end of the prime mover's output, and that, as the first end of the prime mover's output revolves about the first axis through the power stroke, the second end of the secondary mover's input also revolves about the first axis and moves relative to the secondary mover's body. The secondary's mover's output is configured to apply the second force to an object. The secondary mover's body is pivotally anchored at a location such that as the first end of the prime mover's output revolves about the first axis through the power stroke, the body of the secondary mover pivots about a second axis that passes through the location. The position of the device's secondary mover relative to the first end of the prime mover's output is such that, as the first end approaches the end of the power stroke, the first end of the prime mover's output accelerates, without an additional force applied to the prime mover's output.
US11560903B2 Rotary machine
A rotary machine includes a compression section that is disposed between the pair of radial bearings in a casing and compresses a fluid, an expansion section that is disposed side by side with the compression section and expands the fluid, and a thrust bearing that is disposed at a position close to a first end portion or a second end portion of a rotary shaft in an axial direction with respect to the compression section and the expansion section. Among a compression section suction port, a compression section discharge port, an expansion section suction port, and an expansion section discharge port, the compression section suction port is disposed at a position closest to the first end portion in the axial direction, and the expansion section discharge port is disposed at a position closest to the second end portion in the axial direction.
US11560902B2 Self-priming assembly for use in a multi-stage pump
A self-priming assembly for a multi-stage pump is provided. The self-priming assembly can have a first diffuser, a second diffuser, and an impeller. The first and second diffusers each include a central portion, a diffuser axis, an arcuate channel within the central portion, and a passage extending through the central portion. The first diffuser and the second diffuser are configured to be combined and receive the impeller therebetween with the first diffuser axis, the second diffuser axis, and the impeller axis aligned.
US11560901B2 Active unloading device for mixed flow compressors
A compressor according to an exemplary aspect of the present disclosure includes, among other things, a mixed compression stage having both axial and radial components arranged along a main flow path, and a radial compression stage having an impeller with a plurality of vanes arranged in the main flow path downstream of the mixed compression stage. The impeller is configured to rotate about an axis and has an outlet downstream of the vanes. A movable diffuser is arranged at the outlet, and the movable diffuser is configured to vary an area of the outlet.
US11560899B2 Pump with axially-elongated annular seal element between inducer and impeller
A pump includes a shaft that is rotatable about a central axis. An inducer is mounted on the shaft and has an inducer blade and inducer shroud attached at an outer end of the inducer blade. An impeller is mounted on the shaft downstream of the inducer and has an impeller blade and an impeller shroud attached at an outer end of the impeller blade. There is an axially-elongated annular seal element disposed at an axial end of the inducer shroud that provides sealing between the inducer shroud and the impeller shroud.
US11560897B2 Blower and air-conditioning indoor unit
A suction port and a blow-out port are formed in a casing. A fan is provided in the casing. Under a test condition that a blower is provided in such a way that a reference position of the blow-out port is a position that is separated by 2000 mm upward from a floor, an airflow adjusting mechanism adjusts, in a wide mode, a flow of air blown out from the blow-out port so that an average airflow speed in a first range and an average airflow speed in a second range are approximately equal to each other and so that a ratio of an average airflow speed in a third range to the average airflow speed in the first range is less than 1.5.
US11560894B2 Cutting assembly for a chopper pump
A chopper pump including a drive section having a drive shaft, and a housing coupled to the drive section and having an inlet, an outlet, and an internal cavity arranged between the inlet and the outlet. The chopper pump further includes an impeller received within the internal cavity and coupled to the drive shaft for rotation therewith. The impeller includes a recess formed therein. The chopper pump further includes a cutting insert received within the recess of the impeller. The cutting insert includes a cutting groove axially recessed into the cutting insert. The chopper pump further includes a cutting plate coupled to the housing within the internal cavity. The cutting plate includes a cutting extension that extends radially inward. Rotation of the impeller rotates the cutting blade past the cutting extension.
US11560874B2 Method for determining a yaw position offset of a wind turbine
A method for determining a yaw position offset of a wind turbine (1) is provided. A neighbouring wind turbine (2) of the wind farm is identified, the neighbouring wind turbine (2) being arranged in the vicinity of the wind turbine (1). Produced power data and/or wind speed data from the wind turbine (1) and from the neighbouring wind turbine (2), is obtained during a period of time, and a yaw position offset of the wind turbine (1) is derived, based on the obtained produced power data and/or wind speed data, and based on the geographical positions of the wind turbine (1) and the neighbouring wind turbine (2). A local maximum and a local minimum being separated by an angular difference in yaw position being substantially equal to 180°.
US11560867B2 Fuel flow passage member and fuel injection valve including the same
A first tubular portion forms a part of a fuel flow passage therein. A first joint surface is formed in one end surface of the first tubular portion. A first inner diameter enlarged portion is formed on a side opposite to the first joint surface. A second tubular portion forms a part of the fuel flow passage therein. A second joint surface is formed in one end surface of the second tubular portion and joined to the first joint surface. A second inner diameter enlarged portion is formed on a side opposite to the second joint surface. A welded portion is formed in an annular shape to extend radially inward from the radially outside of the first joint surface and the second joint surface by welding the first tubular portion and the second tubular portion.
US11560862B2 Engine control device
An engine control device is configured to perform an air-fuel ratio main feedback process based on an output of a front air-fuel ratio sensor, an air-fuel ratio sub feedback process of alternately switching a target air-fuel ratio between a rich side target air-fuel ratio and a lean side target air-fuel ratio based on an output of a rear air-fuel ratio sensor, and a catalyst air-fuel ratio correction process of, when an opening degree of a wastegate valve is large, correcting the target air-fuel ratio to be the air-fuel ratio on the rich side with respect to the air-fuel ratio when the opening degree is small.
US11560860B2 Processing method for camshaft sensor
The invention relates to a device and a processing method for a camshaft sensor (1) of the type comprising a toothed camshaft wheel (2) and an opposite sensing element (3) able to detect a tooth front, comprising the following steps: detection of a new tooth front (k) by said sensing element; calculation of a rotational speed (Wk) of the camshaft wheel (2) for the new tooth front (k); comparison with the rotational speed (Wk−1) of the camshaft wheel for the preceding tooth front (k−1) detected by said sensing element; if the variation in the rotational speed (Wk) of the camshaft wheel (2) between the new tooth front (k) and the preceding tooth front (k−1) is low, the new tooth front (k) is validated, otherwise the new tooth front (k) is rejected.
US11560856B2 Engine system
An engine system is provided, which includes a supercharger driven by a crankshaft of an engine, an electromagnetic clutch disconnectably connecting the crankshaft to the supercharger, and a controller configured to output a control signal to the electromagnetic clutch. The controller includes a processor configured to execute an uphill-angle detecting module to detect an uphill angle during traveling of a vehicle, an uphill determining module to determine whether the detected uphill angle is above a given first uphill angle, and a boost controlling module to, when the detected uphill angle is above the first uphill angle, control the electromagnetic clutch to connect the crankshaft to the supercharger even when a target torque of the engine is within a not-boosting range.
US11560853B2 Gas turbine engine transfer efficiency
A gas turbine engine for an aircraft includes an engine core including a first, lower pressure, turbine, a first compressor, and a first core shaft connecting the first turbine to the first compressor; and a second, higher pressure, turbine, a second compressor, and a second core shaft connecting the second turbine to the second compressor, and a fan located upstream of the engine core and including a plurality of fan blades extending from a hub. A turbine to fan tip temperature change ratio of a low pressure turbine temperature change to a fan tip temperature rise is in the range from 1.46 to 2.0.
US11560851B2 Geared turbofan engine with high compressor exit temperature
A gas turbine engine comprises a fan includes a plurality of fan blades rotatable about an axis. A compressor section includes at least a first compressor section and a second compressor section, wherein components of the second compressor section are configured to operate at an average exit temperature that is between about 1000° F. and about 1500° F. A combustor is in fluid communication with the compressor section. A turbine section is in fluid communication with the combustor. A geared architecture is driven by the turbine section for rotating the fan about the axis.
US11560850B2 Detection of abnormal engine starts
Methods and systems for detecting an abnormal start of a gas turbine engine are described. Speed data points are sampled from a sensor associated with the engine in accordance with a sampling rate, the speed data points being indicative of a rotational speed of a gas generator of the engine during engine start. The speed data points are continuously stored during the engine start. Previously-obtained speed data points which are older than an abnormal start delay are discarded. An abnormal engine start event is detected by comparing a first one of the stored speed data points with a second one of the stored speed data points, the second one of the stored speed data points obtained before the first one.
US11560848B2 Methods for noise dampening and attenuation of turbine engine
A method to attenuate noise associated with operation of a gas turbine engine during a fracturing operation may include connecting an inlet of a first elongated plenum to an exhaust duct of the gas turbine engine. The method further may include connecting a noise attenuator to a distal end of the first elongated plenum. The noise attenuator may include first and second silencer hoods. The method also may include pivoting the first and second silencer hoods from stowed positions to operative positions so that the second silencer hood in combination with the first silencer hood define a second elongated plenum positioned to receive exhaust gas via the first elongated plenum and the exhaust duct. The first elongated plenum and the second elongated plenum may increase an effective length of the exhaust duct and may reduce sound emission associated with operation of the gas turbine engine.
US11560847B2 Transpirationally cooled exhaust center body for an aircraft propulsion system
An assembly is provided for an aircraft propulsion system. This assembly includes an exhaust center body and a duct system. The exhaust center body includes an exterior skin. The duct system is fluidly coupled with a plurality of exterior skin perforations in the exterior skin. The duct system is configured to direct bypass air received from a bypass flow path within the aircraft propulsion system to the exterior skin perforations.
US11560844B2 Inertial particle separator for a turbine section of a gas turbine engine
A gas turbine engine, has: a compressor; a turbine having a rotor; and an inertial particle separator located upstream of the turbine downstream of the compressor, the inertial particle separator having: an intake conduit in fluid flow communication with the compressor and defining an elbow, a splitter, a leading edge of the splitter located downstream of the elbow, the splitter located to divide a flow into a particle flow and an air flow, and an inlet conduit and a bypass conduit located on respective opposite sides of the splitter, the inlet conduit receiving the air flow, the inlet conduit in fluid flow communication with a cavity containing the rotor for cooling the rotor of the turbine section, the bypass conduit receiving the particle flow, the bypass conduit in fluid flow communication with an environment outside the gas turbine engine while bypassing the cavity containing the rotor.
US11560826B2 Working machine
A working machine includes a machine body, an engine provided on the machine body, a radiator to cool a coolant supplied to the engine, a first fan provided on one directional surface side of the radiator, the first fan being rotatable in either one of a first direction to suck external air to an interior of the machine body and a second direction to generate an air flow for discharging air from the interior of the machine body to an exterior of the machine body, and a second fan provided on the other directional surface side of the radiator and configured to be rotated in the second direction.
US11560823B2 Systems and methods to mitigate gasoline particulate filter pressure sensor degradation
Methods and systems are provided for regenerating a particulate filter positioned in an exhaust system of an engine of a vehicle. In one example, a method comprises obtaining a first air flow in an intake of the engine and obtaining a second air flow in the intake of the engine, where regeneration of the particulate filter is conducted in response to the first air flow differing from the second air flow by at least a threshold amount, where the first air flow and the second air flow comprise air flow routed from the exhaust system to the intake of the engine. In this way, the particulate filter may be regenerated under conditions where a loading state of the particulate filter is not known.
US11560822B2 Particulate filter soot management for internal combustion engines
Methods, systems, and devices for particulate filter soot management for internal combustion engines are described herein. A method for particulate filter soot management for internal combustion engines includes determining a quantity of soot on a particulate filter and adjusting a skip fire firing sequence based at least in part on maintaining the quantity of soot on the particulate filter within a desired soot quantity range.
US11560812B2 Steam turbine and method for operating same
A steam turbine having a low-pressure inner housing NDIG and a high-pressure inner housing HDIG within a steam turbine outer housing, a reheater downstream of the HDIG and upstream of the NDIG wherein the first steam inlet section of the HDIG faces the second steam inlet section of the NDIG, a process steam deflection section for deflecting process steam out of the first steam outlet section into a gap between an inner wall of the steam turbine outer housing and an outer wall of the HDIG and of the NDIG, a high-pressure sealing shell for sealing the upstream end-section of the HDIG, a low-pressure sealing shell for sealing the upstream end-section of the NDIG, the high-pressure sealing shell located adjacent to the low-pressure sealing shell, wherein process steam can be drawn from the HDIG and conveyed to a region between the high- and low-pressure sealing shells.
US11560797B2 Endwall contouring for a conical endwall
A turbine stage includes an array of airfoils spaced apart circumferentially to define a flow passage therebetween for channeling a working medium. The airfoils extend radially outward from an inner endwall located at a hub side thereof. The inner endwall is inclined at an angle to an engine axis such that the flow passage is divergent from an upstream side to a downstream side. The inner endwall is non-axisymmetric about the engine axis, having a mid-passage bulge located between circumferentially adjacent first and second airfoils. The bulge has a peak at a position between 20-60% CaxID and at a position between 30-70% pitchID.
US11560787B2 Determining the level of a liquid in a borehole for controlling operation of a submerged pump
A stand-alone apparatus for determining the level (X) of liquid (F) in oil boreholes (P) overcomes the need of a pressurized gas source. A loudspeaker-type electroacoustical transducer (11) both emits characteristic acoustical signals through the mouth of the borehole and detects the return of an echo from the surface of the liquid downhole for clocking the time-interval between emission and return to determine the level of the liquid. To overcome the limited power inherent in a loudspeaker-type transducer relative to masking borehole acoustic noise, a method of operation correlates the intensity amplitude of the detected echo with the emitted signal. Another solution comprises repeating emission and detection cycles a number of n times and then adding or integrating the n curves into a resulting curve which is filtered. The detected liquid level may be used for determining the submergence and regulating the speed of a pump in the borehole.
US11560785B2 Determining spacing between wellbores
Techniques for determining a spacing, such as one or more distances, between two or more wellbores formed from a terranean surface to a subterranean formation are described. In some aspects, a wellbore segment is determined for both a first and a second wellbore. One or more distances between the wellbore segments on the first and second wellbores, respectively, is determined. From the determined distance between the wellbore segments on the first and second wellbores, one or more distances between the first and second wellbores may be determined.
US11560780B2 Marking the start of a wellbore flush volume
Disclosed are systems and methods for detecting the beginning of a flush volume. A blended fluid is output by a fluid blending apparatus and pumped into a wellbore. The blended fluid transitions from a first composition to a second composition. A blending signal comprising time-varying data relating to characteristics of the blending apparatus or measured from sensors associated with the blending apparatus is received. Based on a first portion of the blending signal corresponding to the first composition, a calibration profile is generated. Based on the calibration profile and a second portion of the blending signal corresponding to the second composition, a transition indicator corresponding to a change in the blended fluid from the first composition to the second composition is determined. Based on the transition indicator, a flush signal indicating the beginning of a flush volume being output by the blending apparatus and pumped into the wellbore is generated.
US11560771B2 Wet connect pocket washout, method, and system
A wet connect system including a connector housing, a wet connector disposed in a pocket of the housing, a washout window in the pocket and a washout outlet in the pocket, the washout outlet fluidly connected to a washout pathway, the pathway at least partially within the housing.
US11560762B2 Elevator locking system apparatus and methods
Aspects of the disclosure relate to elevator locking system apparatus and methods, and associated components thereof. In one implementation, a slip-type elevator assembly includes an elevator body including one or more slips configured to grip a tubular, and a first door pivotably coupled to the elevator body. The slip-type elevator assembly includes a second door pivotably coupled to the elevator body, the first door and the second door movable between an open position and a closed position. The slip-type elevator assembly also includes a locking system including a bolt movable between an unlocked position and a locked position. In the unlocked position the bolt is disposed in a first cavity formed in the first door. In the locked position a first portion of the bolt is disposed in the first cavity and a second portion of the bolt is disposed outside of the first cavity.
US11560761B2 Variable-length axial linkage for tubular running tools
An axial linkage acting between the main body and the gripping assembly of a tool for gripping tubular workpieces includes a drive cam body that coaxially engages an intermediate cam body via a drive thread, with the intermediate cam body coaxially engaging a driven cam body via a driven thread, and with the drive thread and the driven thread having opposite orientations. The linkage includes a latch mechanism for preventing relative axial displacement of the drive cam body and the driven cam body. In operation while unlatched, the linkage converts bi-directional relative rotation into relative axial movement of the drive cam body and the driven cam body, thus increasing or decreasing the overall length of the linkage according to the rotational direction. The linkage can be re-latched using any of multiple operational sequences.
US11560759B2 Polycrystalline diamond cutter element and earth boring tool
A cutter element for an earth-boring tool, comprising a polycrystalline diamond (PCD) volume joined at an interface boundary to a cemented carbide substrate. The PCD volume includes a rake face opposite the interface boundary, an edge of the rake face being suitable as a cutting edge of the cutter element. The PCD volume comprises a plurality of strata directly joined to each other at inter-strata boundaries, in which each of a first plurality of the strata comprises PCD material having a first diamond content; each of a second plurality of the strata comprises PCD material having a second diamond content; the second diamond content being greater than the first diamond content; and the strata of the first and second pluralities disposed in an alternating arrangement with respect to each other. The strata are configured and arranged such that a radial line through the edge and a centroid of the interface boundary intersects, within 1,000 microns from the edge, each of the inter-strata boundaries, and the respective tangent plane to each inter-strata boundary at the respective intersection is disposed relative to the radial line at no less than a minimum angle of 30°.
US11560758B2 Drilling and milling tool
A drilling assembly comprises a drill bit and a cutting assembly. The drilling assembly forms a longitudinal center axis. The drill bit and cutting assembly fastened to a rotatable spline drive assembly. The cutting assembly being resiliently displaceable to the drill bit along the center axis such that in a first position the drill bit is surrounded by the cutting assembly and in a second position a free end portion of the drill bit projects beyond the cutting assembly along the center axis. The cutting assembly comprises an endmill which comprises a central through hole which is complementary to the outer diameter of the drill bit. A method for cutting swarfs created by drilling with the endmill is described.
US11560744B2 Hinge device for opening and closing a vehicle door
The hinge device performs the opening and closing of a door of a vehicle without the door changing orientation. The device has an L-shaped arm provided with two ends attached in a pivotable way, around parallel rotation axes, to respective mounting bodies, one being fixable to the door and the other to the frame of the vehicle. Each body has a concentric pulley body with the respective rotation axis and fixed to a respective mounting body. The device further has a linking mechanism that extends along the arm and has a path formed by a first segment and a second segment that cross at least once.
US11560743B2 Window balance systems
A window balance system includes a U-shaped channel with a first end and an opposite second end, and a balance element supported within the U-shaped channel. The balance element includes a fixed pulley block coupled to the first end of the U-shaped channel, a movable pulley block movably disposed in the U-shaped channel, and a cord extending between the fixed pulley block and the moveable pulley block. The window balance system includes a locking device coupled to the fixed pulley block and configured to engage with the cord and lock a position of the fixed pulley block with respect to the cord. The window balance system also includes a shoe coupled to the second end of the U-shaped channel. The shoe includes an elongate portion and an enlarged portion such that the shoe is substantially T-shaped, and a chamber configured to receive at least a portion of a pivot bar.
US11560738B2 Door lock assembly for a vehicle door panel
A door lock assembly for a vehicle door includes a door panel, a stiffener bracket, a lock assembly, and a door pad. The door panel includes an inner door panel and an outer door panel. A stiffener bracket is connected to the inner door panel. A lock assembly is connected to the inner door panel. A door pad is connected to the stiffener bracket. The door pad is configured to interfere with the lock assembly to prevent the lock assembly from unlocking the vehicle door upon an object impacting the outer door panel.
US11560735B2 Container device for storing an identification device, insert for storing an identification device and process for operating an identification device
A container device for storing an identification device in a vehicle includes a key compartment with a cavity in which the identification device can be stored. An insert can store the identification device in the cavity of the container device. A container system and a method of actuating the identification device are provided.
US11560733B2 Ten-device-in-one reconfigurable adjustable carport, capable of functioning as privacy screen, wind screen, cabana, dog run, retail-tradeshow booth, attic, storage, picnic table, kennel, and carport
A ten-device-in-one reconfigurable adjustable carport (capable of functioning as a privacy screen, a wind screen, a cabana, a dog run, a retail-tradeshow booth, an attic, a storage, a picnic table, a kennel, and a carport) comprises: a canopy, roof spines, roof ribs, leg posts, T-shaped joiners and X-shaped joiners spring-snappingly connected to the roof spines and roof ribs and leg posts for configuring the ten-device-in-one carport as a car canopy and a greenhouse and an enclosure and a barrier and a cabana and a privacy room and a privacy screen and a tradeshow booth and a wind barrier, panels, door-frame panel, panel-to-panel-securing brackets and panel-to-post-securing brackets bolted to the panels and the door-frame panel and the roof spines and the roof ribs and the leg posts for configuring the ten-device-in-one carport as a dog run and a greenhouse and an enclosure and a barrier and bleacher shelves to store or display items and an attic to store items off the ground and a hanging cage to house animals off the ground and structures for displaying signs and roof storage, and bracket heads formed into the panel-to-post-securing brackets for automatically centering the bracket-head ends.
US11560727B2 Apparatus for screeding concrete
An apparatus for screeding concrete to produce a level finished surface includes a frame assembly having an integral screed head having at least one member for contacting said concrete, a leveling assembly secured to the frame assembly having a plurality of vertically adjustable leveling legs capable of extension and retraction and a plurality of wheels secured to the leveling legs, each capable of rotation around a vertical axis for steering.
US11560725B2 Formwork brace
In summary the invention described herein is broadly directed to a module for forming a reinforced concrete structure comprising (a) a formwork member that defines a cavity, (b) a reinforcement structure in the cavity, and (c) at least one formwork brace interconnecting the formwork member and the reinforcement structure.
US11560717B2 Galvanized steel structures
A metal canopy structure, including: arches arranged in parallel formation, equally spaced apart, the arches having a planar construction and disposed on a plane running along a first axis; a plurality of cross beams arranged in parallel formation and disposed on a second axis perpendicular to the first axis and mechanically coupled to the plurality of arches; a plurality of support poles, each of the arches mechanically coupled to a pair of support poles; a plurality of coupling poles, the coupling poles disposed along the second axis and mechanically coupled to the plurality of support poles, at least a portion of the coupling poles arranged in a parallel formation.
US11560716B2 Methods and apparatuses for facilitating producing of an insulated panel
Disclosed herein is an insulated panel for facilitating post-tensioning of the insulated panel, in accordance with some embodiments. Accordingly, the insulated panel may include a frame, a first layer, a second layer, a second layer, a third layer, a fourth layer, and a fifth layer. Further, the frame may include a frame-end arranged in an arrangement forming an interior space. Further, the first layer of a building material is disposed in the interior space. Further, the second layer of an insulating material is disposed on the first layer. Further, the third layer of a cable is disposed on the second layer. Further, the fourth layer of the insulating material is disposed on the third layer. Further, the fifth layer of the building material is disposed on the fourth layer. Further, at least one of the first layer and the fifth layer may be cured for producing the insulated panel.
US11560715B2 Fiber-reinforced plastic panel material
An FRP panel material includes reinforcing fibers oriented in predetermined orientation directions near the surface. In the surface of the panel material, a plurality of either or both of protrusions and depressions having shapes of congruent regular triangular pyramids are provided. The bases of the regular triangular pyramids are arranged on a virtual reference plane along the surface with no gap or overlap so that each vertex of an equilateral triangle constituting each base is shared by six of the bases as vertices thereof. Each of the orientation directions of the reinforcing fibers is parallel to any lateral edge of each regular triangular pyramid as seen in the thickness direction of the panel material.
US11560710B2 Multifunctional system for passive heat and water management
In an embodiment, a multifunctional material system is provided and can include a variable-permeability layer, a desiccant containing layer, and a vapor-permeable supporting layer. The variable-permeability layer can have a vapor permeability that increases with increasing relative humidity. The desiccant containing layer can be adjacent the variable-permeability layer. The vapor-permeable supporting layer can be positioned adjacent at least one of the variable-permeability layer and the desiccant containing layer. Water moves in a first direction from the variable-permeability layer to the desiccant layer when relative humidity is greater adjacent the variable-permeability layer than the desiccant layer. Water moves a second, opposing direction, from the desiccant containing layer to the variable-permeability layer when the relative humidity is greater adjacent the desiccant containing layer than the variable-permeability layer. The rate of water motion in the first direction is greater than the second direction when the humidity gradient is reversed.
US11560702B2 Touchless flushing systems and methods
A touchless actuation system for a toilet includes a touchless sensor, a motor assembly, and a processing circuit. The touchless sensor is located within a closed reservoir of the toilet. The processing circuit is configured to receive a signal from the touchless sensor and to detect an object within a detection region based on the signal. The detection region is external to the closed reservoir. The processing circuit is configured to facilitate flushing of the toilet through interaction with the motor assembly when the object is detected.
US11560695B1 Water conservation apparatus
In one aspect, a water conservation apparatus is provided that includes a diverter having an inlet for being connected to a water supply, a primary outlet, and a secondary outlet. The apparatus includes an elongate water storage tank and a supply conduit configured to connect the secondary outlet of the diverter to the water storage tank. The elongate water storage tank has a height and a width perpendicular to the height that is less than the height so that the water from the secondary outlet of the diverter forms a column within the tank. The apparatus further includes a tap having an outlet and a valve, the valve having a closed position that inhibits water flow from the water tank to the outlet and an open position that permits water to be driven out of the outlet by the column of water in the tank.
US11560679B2 Mobile barrier
A safety trailer is shown including first and second platforms, at least one of said first and second platforms having an axle and wheels attached thereto; a plurality of interconnected wall sections positioned between and connected to the first and second platforms, the plurality of wall sections defining a protected work area on a side of the trailer; and wherein the trailer supports a ballast member, the ballast member being positioned near a first side of the trailer and the wall sections near a second, opposing side of the trailer, the ballast member offsetting, at least partially, a weight of the plurality of wall sections.
US11560678B2 Forklift safety device and method
A safety device that prevents tripping over forklifts or other material handling equipment includes a stand attachable to the horizontal fork and a pole of adjustable length extending upward. The device further includes a retractable barrier extending from the top of the pole across to the vertical mast of the forklift. The device preferably incorporates magnets which attach it to an idle forklift as described, and also attach the collapsed device to other portions of the vehicle when in use moving goods. This keeps the device conveniently available for use when the forklift is idle. And when the barrier is erected, nearer eye level, well above the floor, despite the forks sticking out in the aisle, persons passing by are much more likely to notice the forks and step around them.
US11560669B2 Fiber dyeing method using mixed fluid medium
The present invention relates to a waterless fiber dyeing method using a mixed fluid medium, in which supercritical carbon dioxide fluid medium is mixed with steam to form a mixed fluid medium, so that the waterless fiber dyeing effect to natural fibers is improved. The method of the invention can effectively modify the hydrophobic supercritical carbon dioxide fluid medium and improve the polarity thereof, thereby increasing the solubility of polar dye under the dyeing condition and simultaneously expanding the fiber. Thus, the present invention significantly improves the dyeability and dyeing behavior of the hydrophilic fibers in supercritical carbon dioxide fluids. The invention has the advantages of simple process, convenient operation and low energy consumption, and avoids consuming a large amount of water resources and discharging pollutants in the traditional process, and has the characteristics of environmentally friendly and high efficiency.
US11560667B2 Laundry treatment apparatus
A laundry treatment apparatus is disclosed, including a cabinet, a tub configured to store water, a drum rotatably disposed inside the tub, a drawer configured to be withdrawable from the cabinet, a housing including a housing body configured to accommodate the drawer and a cover configured to form an upper surface of the housing body, a storage portion including a storage body configured to store liquid detergent and a discharger disposed on the storage body, a supply pump including a connection pipe formed through the housing body, a supply pipe configured to connect the connection pipe and the tub body, and a conveyor portion configured to covey detergent to the supply pipe, a first pump fastener configured to fix an area located above the connection pipe to the cover, and a second pump fastener configured to fix an area located under the connection pipe to the housing body.
US11560661B2 Washing machine and control method thereof
Disclosed herein is a washing machine and a control method thereof, and more particularly, to a technology capable of controlling washing modes in various manners by manipulating a control panel of the washing machine. The washing machine includes a display configured to display a washing mode, an inputter configured to receive a washing mode select command, a storage configured to store a selected washing mode, and a controller configured to allow a washing mode, which has the largest number of times selected during a predetermined number of times of washings, to be displayed on a first screen of the display, and in response to the number of the washing mode having the largest number of selection times being plural, configured to allow a washing mode, which is the last selected among the plurality of washing modes, to be displayed on the first screen of the display.
US11560659B2 Washing machine and control method of same
A washing machine of the present disclosure includes: a tub in which water is stored; a drum which is rotatably provided in the tub, and accommodates laundry; and a detergent supply device which supplies a liquid additive to the tub, wherein the detergent supply device includes: a cartridge which contains the additive; a pump which extracts the additive contained in the cartridge; an outlet flow path pipe which is connected to the cartridge, and through which the extracted additive flows toward the tub; and a flow path pipe sensor which is installed in the outlet flow path pipe, and detects an existence of the additive in the outlet flow path pipe.
US11560654B2 Upper-torso garment with tubular-jacquard knit structure
An upper-torso garment includes a tubular-jacquard knit structure within a chest-covering portion. The tubular-jacquard knit structure includes interlocked courses formed by each front-stitch course intermittently interlocking with a back-stitch course. The tubular-jacquard knit structure is divided into a plurality of zones across the chest-covering portion that may vary based on how front-stitch courses interlock with back-stitch courses.
US11560653B2 Method for manufacturing footwear articles
Systems and methods for manufacturing knitted shoe uppers. An article of fully finished three-dimensionally weft knitted footwear is manufactured through a knitting process which can be performed by an automated V-bed flat knitting machine. The knitting process includes manipulating one or more double-knit stitch types and joining the stitches exclusively in the knitting process to create a seamless upper to fit a foot. A resulting upper advantageously has no sewn seams and requires no manual post process to cut or sew the upper to create the dimensional shape. The process creates a seamless, full gauge, dimensionally stable footwear upper, as a unitary textile construction with an integrated anatomically appropriate heel. The entire upper, including the closure element of the upper, may be completed exclusively by the knitting machine, ready for the following shoe making process.
US11560648B2 Cut resistant fabric
A cut resistant fabric and a method of manufacturing a cut resistant fiber is disclosed herein. The fabric comprises a Ultra High Molecular Weight Polyethylene (UHMWPE) material and a sheet shaped wollastonite filler. The sheet shaped wollastonite filler is treated with a coupling agent and mixed with the UHMWPE material. A thickness of the sheet shaped wollastonite filler is less than 10 micrometers (μm). The method comprises providing the sheet shaped wollastonite filler having a thickness of less than 10 μm and treating the sheet shaped wollastonite filler with a coupling agent at a first predefined temperature to obtain a uniform solution. The method further comprises mixing the uniform solution with a fiber solution comprising UHMWPE resin at a second predefined temperature.
US11560647B1 Elastomeric yarn for safety applications
The elastomeric yarn for safety applications discloses an elastomeric yarn that reliably breaks at 200% stretch and is therefore appropriate for use with a sacrificial textile. The elastomeric yarn for safety applications discloses the polyurethane segments, the copolymer segments, the necessary plurality of cross-links required to form a structure of a polyurethane based elastomeric yarn that reliably breaks at 200% stretch.
US11560644B2 Supramolecular tessellation of rigid triangular macrocycles
Disclosed herein are crystalline compositions comprising tessellated rigid triangular macrocycles in a two-dimensional plane and methods of making the same.
US11560640B2 Filling plating system and filling plating method
The purpose of the present invention is to provide a filling plating system and a filling plating method capable of filling plating sufficiently even if the plating is interrupted between electrolytic plating cells. A filling plating system for forming filling plating in a via hole and/or a through hole of a work to be plated, comprising: a plurality of electrolytic plating cells; and an additive adhesion region arranged between each of the plurality of electrolytic plating cells, wherein solution containing one or more kinds of additive selected from at least a leveler comprising nitrogen-containing organic compound, a brightener comprising sulfur-containing organic compound, and a carrier comprising polyether compound, is directly adhered to the work to be plated at the additive adhesion region.
US11560631B2 Electrochemical production of graphene sheets from coke or coal
A method of producing graphene sheets from coke or coal powder, comprising: (a) forming an intercalated coke or coal compound by electrochemical intercalation conducted in an intercalation reactor, which contains (i) a liquid solution electrolyte comprising an intercalating agent; (ii) a working electrode that contains the powder in ionic contact with the liquid electrolyte, wherein the coke or coal powder is selected from petroleum coke, coal-derived coke, meso-phase coke, synthetic coke, leonardite, lignite coal, or natural coal mineral powder; and (iii) a counter electrode in ionic contact with the electrolyte, and wherein a current is imposed upon the working electrode and the counter electrode for effecting electrochemical intercalation of the intercalating agent into the powder; and (b) exfoliating and separating graphene planes from the intercalated coke or coal compound using an ultrasonication, thermal shock exposure, mechanical shearing treatment, or a combination thereof to produce isolated graphene sheets.
US11560629B2 Methods of preparing articles by electrodeposition and additive manufacturing processes
Articles prepared by additive manufacturing of preforms that are coated by electrodeposition of nanolaminate materials, and methods of their production are described.
US11560628B2 Substrate processing method and substrate processing apparatus
A substrate processing method includes supplying processing gas from a plurality of gas holes formed along a longitudinal direction of an injector, which extends in a vertical direction along an inner wall surface of a processing container and is rotatable around a rotational axis extending in the vertical direction, to perform a predetermined process on a substrate accommodated in the processing container. The predetermined process includes a plurality of operations, and a supply direction of the processing gas is changed by rotating the injector in accordance with the operations.
US11560622B2 Degradable resin molding and production method for degradable resin molding
Disclosed is a degradable film (1) in which a barrier layer (3) is disposed on a surface of a water-soluble polymer layer (2). The water-soluble polymer layer (2) is made of a water-soluble polymer such as polyvinyl alcohol or polyvinyl pyrrolidone. The barrier layer (3) is made of silicon oxide or silicon oxynitride. The barrier layer (3) is formed on the water-soluble polymer layer (2) by a CVD process with the supply of a raw material gas containing a precursor of a substance that forms the barrier layer (3), an ozone gas with an oxygen concentration of 20 vol % or higher and an unsaturated hydrocarbon gas to the water-soluble polymer layer (2).
US11560617B2 Structurally-colored articles and methods for making and using structurally-colored articles
As described above, one or more aspects of the present disclosure provide articles having structural color, and methods of making articles having structural color.
US11560612B2 Method for producing a low-alloy steel ingot
A method of fabricating a low alloy steel ingot, the method including a) melting all or part of an electrode by a vacuum arc remelting method, the electrode, before melting, including iron and carbon, the melted portion of the electrode being collected in a crucible, thus forming a melt pool within the crucible; and b) solidifying the melt pool by heat exchange between the melt pool and a cooling fluid, the heat exchange applied serving to impose a mean solidification speed during step b) that is less than or equal to 45 μm/s and to obtain an ingot of low alloy steel.
US11560602B2 Primer set for detecting trichophyton gene by lamp method, kit including same, and method for detecting trichophyton using same
The present invention has an object to provide a simpler and quicker method for diagnosing tinea, method for detecting a Trichophyton, or method for detecting the Trichophyton gene. Use of at least four kinds of specific primers each designed based on a DNA sequence of the Trichophyton gene makes it possible to simply and quickly detect the Trichophyton gene.
US11560599B2 Onion discrimination method
The present invention provides a means for accurately discriminating whether an onion is an onion with no pungent taste and/or tear-inducing property. The present invention relates to a method of discriminating traits of an onion, comprising a first determination step of determining presence of the nucleotide sequence of SEQ ID NO:1 corresponding to alliinase gene 1 in a nucleic acid derived from the onion, and a second determination step of determining presence of the nucleotide sequence of SEQ ID NO:2 corresponding to alliinase gene 2, wherein the onion is discriminated to be an onion with no pungent taste and/or tear-inducing property if the presence of the nucleotide sequence of SEQ ID NO:1 is not determined in the first determination step and the presence of the nucleotide sequence of SEQ ID NO:2 is determined in the second determination step.
US11560596B2 Method for expecting and diagnosing UQCRB-related disease
Disclosed is a method for expecting and diagnosing UQCRB-related disease, and more particularly, related to a method for diagnosing a UQCRB-related disease and a cholesterol biosynthesis related disease, as well as expecting risks of post-occurrence of the UQCRB-related disease and the cholesterol biosynthesis related disease, simply by measuring an expression level of miRNA, and a kit and a biomarker composition for the method.
US11560585B2 Methods of identifying multiple epitopes in cells
The invention provides methods, compositions, kits and devices for the detection of target molecules. In some embodiments, the invention allows for multiplexed target molecule detection.
US11560583B2 Heterologous carotenoid production in microorganisms
Non-naturally occurring microorganisms are provided that produce C40 carotenoid compound(s), utilizing exogenously added enzyme activities. Methods of producing C40 carotenoid compounds in microbial cultures, and feed and nutritional supplement compositions that include the C40 carotenoid compounds produced in the microbial cultures, are also provided.
US11560581B2 Process for producing enzymes with a strain belonging to a filamentous fungus
A process for producing cellulolytic and/or hemicellulolytic enzymes with a strain of microorganism belonging to the family of filamentous fungi. The process includes growing the fungi in an aqueous culture medium, in the presence of at least one carbon-based growth substrate, in a stirred and aerated bioreactor. It also includes the production of enzymes, starting with the aqueous culture medium in the presence of at least one inductive carbon-based substrate and also inducing the production of hydrophobins. Further, at least a portion of the hydrophobins produced in step (b) are reintroduced into the growth step (a).
US11560578B2 Neopinone isomerase and methods of using
Disclosed are methods for converting a first morphinan alkaloid compound into a second morphinan alkaloid compound in the presence of a neopinone isomerase enzyme under reaction conditions permitting the conversion of the first alkaloid compound into the second alkaloid compound. The first alkaloid compound can be neopinone or neomorphinone. The second alkaloid compound can be codeinone or morphinone. Related compositions are also disclosed.
US11560574B2 Methods and compositions for selective regulation of protein expression
The invention provides methods and compositions for selectively suppressing the expression of a recombinant protein in a male reproductive tissue of a transgenic plant. The invention also provides methods and compositions for inducing male sterility in a transgenic plant. Plants, plant cells, plant parts, seeds, and commodity products including such compositions are aspects of the invention.
US11560573B2 Isolated polynucleotides and polypeptides, and methods of using same for increasing plant yield and/or agricultural characteristics
Provided are isolated polypeptides which are at least 80% homologous to SEQ ID NO: 474-643, 645-679, 681-755, 757-760, 4806-6390, 6395-6396, 6401-6895, 6897-7249, 7251-7685, 7687-7693, 7695-7700, 7702-7708, 7710-7796, 7798-7816, 7818, 7820-7837, 7839-7840, 7842-7861, 7863-8134, 8136-8163 or 8164, isolated polynucleotides which are at least 80% identical to SEQ ID NOs: 1-170, 172-267, 269-424, 426-473, 761-2486, 2489-2494, 2496-4803 or 4804, nucleic acid constructs comprising same, transgenic cells expressing same, transgenic plants expressing same and method of using same for increasing yield, harvest index, abiotic stress tolerance, growth rate, biomass, vigor, oil content, photosynthetic capacity, seed yield, fiber yield, fiber quality, fiber length, and/or nitrogen use efficiency of a plant.
US11560572B2 Wheat with reduced lipoxygenase activity
A series of independent human-induced non-transgenic mutations found at one or more of the Lpx genes of wheat; wheat plants having these mutations in one or more of their Lpx genes; and a method of creating and finding similar and/or additional mutations of Lpx by screening pooled and/or individual wheat plants. The wheat plants disclosed herein exhibit decreased lipoxygenase activity without having the inclusion of foreign nucleic acids in their genomes. Additionally, products produced from the wheat plants disclosed herein display increased oxidative stability and increased shelf life without having the inclusion of foreign nucleic acids in their genomes.
US11560564B2 Aptamers for targeting HPV16-positive tumor cells
A composition for binding to human papillomavirus type 16 (HPV16)-positive tumor cells, the composition including a DNA aptamer. The DNA aptamer includes one of SEQ ID NO: 1 and SEQ ID NO: 2.
US11560561B2 Modular polypeptide libraries and methods of making and using same
The present disclosure provides synthetic modular polypeptide libraries and nucleic acids encoding such synthetic modular polypeptide libraries. Also provided are methods of making synthetic modular polypeptide libraries and nucleic acids encoding synthetic modular polypeptide libraries. Methods of screening a synthetic modular polypeptide library to identify a selected phenotype associated with a member of a synthetic modular polypeptide library are also provided where such methods find use in both in vitro and in vivo assays.
US11560558B2 Methods of capturing cell-free methylated DNA and uses of same
There is described herein, a method of capturing cell-free methylated DNA from a sample having less than 100 mg of cell-free DNA, comprising the steps of: subjecting the sample to library preparation to permit subsequent sequencing of the cell-free methylated DNA; adding a first amount of filler DNA to the sample, wherein at least a portion of the filler DNA is methylated; denaturing the sample; and capturing cell-free methylated DNA using a binder selective for methylated polynucleotides.
US11560549B2 Integration sites in CHO cells
The present invention relates to the identification of a genomic integration site for heterologous polynucleotides in Chinese Hamster Ovary (CHO) cells resulting in high RNA and/or protein production. More specifically it relates to CHO cells comprising at least one heterologous polynucleotide stably integrated into the S100A gene cluster of the CHO genome and to methods for the production of said CHO cells. Further, the invention relates to a method for the production of a protein of interest using said CHO cell and to the use of said CHO cell for producing a protein of interest at high yield. Integration within these specific target regions leads to reliable, stable and high yielding production of an RNA and/or protein of interest, encoded by the heterologous polynucleotide.
US11560546B2 Methods for neural conversion of human embryonic stem cells
The present invention relates generally to the field of cell biology of stem cells, more specifically the directed differentiation of pluripotent or multipotent stem cells, including human embryonic stem cells (hESC), somatic stem cells, and induced human pluripotent stem cells (hiPSC) using novel culture conditions. Specifically, methods are provided for obtaining neural tissue, floor plate cells, and placode including induction of neural plate development in hESCs for obtaining midbrain dopamine (DA) neurons, motor neurons, and sensory neurons. Further, neural plate tissue obtained using methods of the present inventions are contemplated for use in co-cultures with other tissues as inducers for shifting differentiation pathways, i.e. patterning.
US11560542B2 Process for producing phycocyanin-rich biomass via URA culturing
The invention relates to the cultivation of unicellular red algae (URA) for producing biomass for the production of products of interest, such as dry biomass or compounds or mixtures of compounds of interest extracted from the biomass produced, particularly food pigments or colouring agents. The invention more particularly relates to the industrial production of said biomass, which must satisfy an economic equilibrium of profitability, with both an increase in productivity (quantity of biomass and of compounds of interest in the biomass) and an economically acceptable production cost.
US11560535B2 Organic peroxide dispersions
Evaporation of water from an aqueous dispersion of a solid peroxide such as benzoyl peroxide is retarded by the incorporation of carboxylic acid salt. The carboxylic acid salt renders the aqueous dispersion less susceptible to explosive decomposition when exposed to external triggering events such as impact, heat, friction or contamination, yet does not interfere with the ability to achieve and maintain a stable, small particle size dispersion having desirable viscosity and flow properties.
US11560533B2 Post chemical mechanical planarization (CMP) cleaning
Provided are formulations that offer a high cleaning effect on inorganic particles, organic residues, chemical residues, reaction products on the surface due to interaction of the wafer surface with the Chemical Mechanical Planarization (CMP) slurry and elevated levels of undesirable metals on the surface left on the semiconductor devices after the CMP. The post-CMP cleaning formulations comprise one or more organic acid, one or more polymer and a fluoride compound with pH<7 and optionally a surfactant with two sulfonic acid groups.
US11560529B2 Galactarate based metal sequestration composition
A system and method for a metal sequestration composition comprising combining a galactaric salt or galactaric acid with a metalloid oxyanion, and an alkali compound. The system and method enable the production of a metal sequestration composition that either alone or in combination with other functional components (e.g. surfactants, solvents, pH modifiers) provide water treatment or cleaning compositions.
US11560528B2 Wooden wicks including a booster for a candle and method of making
A wooden wick for use in a wax candle comprising a strip of a predetermined wood having each of a first predetermined length, a first predetermined width and a first predetermined thickness. Such wick further includes a wood booster member having each of a second predetermined length, a second predetermined width and a second predetermined thickness adhered to the strip of wood.
US11560526B2 Thermally stable macromolecular compound and petroleum composition including the same
In one embodiment, an alkylphenol copolymer is disclosed wherein the copolymer comprises at least one alkylphenol monomer and the alkylphenol copolymer exhibits the following: an oscillation displacement Θ of greater than 0 at a temperature of −5° C. in a first oscillation temperature sweep and an oscillation displacement Θ in a second oscillation temperature sweep within 25% of the oscillation displacement Θ in the first oscillation temperature sweep at a temperature of −5° C. In a further embodiment, a petroleum composition is disclosed wherein the composition comprises a petroleum source and a macromolecular compound wherein the macromolecular compound exhibits the following: an oscillation displacement Θ of greater than 0 at a temperature of −10° C. in a first oscillation temperature sweep, and an oscillation displacement Θ in a second oscillation temperature sweep within 25% of the oscillation displacement Θ in the first oscillation temperature sweep at a temperature of −10° C.
US11560522B2 Method of making a hydrodesulfurization catalyst with a structural directing surfactant
A method of preparing hydrodesulfurization catalysts having cobalt and molybdenum sulfide deposited on a support material containing mesoporous silica. The method utilizes a sulfur-containing silane that dually functions as a silica source and a sulfur precursor. The method involves an one-pot strategy for hydrothermal treatment and a single-step calcination and sulfidation procedure. The application of the hydrodesulfurization catalysts in treating a hydrocarbon feedstock containing sulfur compounds to produce a desulfurized hydrocarbon stream is also specified.
US11560519B2 Transfer hydrogenation of heavy hydrocarbons with hydrogen-donor solvents
Processes for converting the coal-derived heavy-oil fraction of syncrude to polyols are described. The processes involve mixing a feed stream comprising the coal-derived heavy-oil fraction with an alcohol and aqueous sulfuric acid, heating the mixture, reacting the coal-derived heavy-oil fraction with ozone, and reacting the ozonated heavy-oil fraction with glycerin to form the polyol. In some cases, the ozonated heavy-oil fraction can be neutralized before reacting the ozonated heavy-oil fraction with the glycerin.
US11560518B2 Polymerizable liquid crystal compound, polymerizable composition, polymer, retardation film, method for producing retardation film, transfer laminate, optical member, method for producing optical member, and display device
A polymerizable liquid crystal compound represented by the following general formula (1): (the symbols in the general formula (1) are as described in the DESCRIPTION.)
US11560505B2 Heat transfer fluids containing synergistic blends of corrosion inhibitor formulations
Corrosion inhibitor formulations for use in heat transfer fluids include: (a) an optionally substituted benzoic acid or a salt thereof; (b) at least a first n-alkyl monocarboxylic acid or a salt thereof and a second n-alkyl monocarboxylic acid or a salt thereof, the first n-alkyl monocarboxylic acid and the second n-alkyl monocarboxylic acid being different; and (c) an azole compound. A ratio of weight percent of the first n-alkyl monocarboxylic acid or the salt thereof to weight percent of the second n-alkyl monocarboxylic acid or the salt thereof ranges from about 1:0.75 to about 1:2.00. A ratio of weight percent of the benzoic acid or the salt thereof to combined weight percent of the first n-alkyl monocarboxylic acid or the salt thereof and the second n-alkyl monocarboxylic acid or the salt thereof ranges from about 1:0.30 to about 1:2.25.
US11560481B2 Surface treatment agent and surface treatment method using the same
Provided is a surface treatment agent including an alkoxysilane compound having a cyclic silazane structure represented by the following general formula (1): wherein R1 represents an unsubstituted linear alkyl group having 6 to 20 carbon atoms, R2 represents a substituted or unsubstituted alkylene group having 3 to 6 carbon atoms that may include a heteroatom, R3 and R4 each independently represent a substituted or unsubstituted monovalent hydrocarbon group having 1 to 10 carbon atoms, and n represents an integer of 0 or 1.
US11560475B2 Photocurable resin composition, cured product, and laminate
An object of the present invention is to provide a photocurable resin composition capable of obtaining a cured product having excellent quick curability by irradiation with a low integrated light intensity and flexibility. A photocurable resin composition containing the following components (A) to (E): component (A): a monofunctional urethane (meth)acrylate having a polyether skeleton; component (B): a monofunctional (meth)acrylic monomer having a polyether skeleton and having no urethane skeleton; component (C): a photoradical polymerization initiator; component (D): a polyfunctional (meth)acrylic monomer having 4 or more functionalities; and component (E): a polyester-based plasticizer having no (meth)acryloyl group.
US11560473B2 Dimensionally stable acrylic alloy for 3-D printing
The invention relates to an acrylic alloy composition that can be 3-D printed by a material extrusion additive manufacturing process, to an acrylic filament that has a very uniform diameter useful in the extrusion additive manufacturing process, to acrylic articles made from the acrylic alloy composition by a material extrusion additive process, and to a material extrusion additive manufacturing process for producing the acrylic articles. The acrylic alloy composition is an alloy of an acrylic polymer, and a low melt viscosity polymer, such as polylactic acid. The alloy may optionally be impact modified, preferably with hard core core-shell impact modifiers.
US11560463B2 Cross-linking agent compound and polymer prepared using the same
The present disclosure relates to a novel cross-linking agent compound and a polymer prepared using the same. Specifically, the present disclosure relates to a cross-linking agent compound having a novel structure and excellent in cross-linking and pyrolysis, and a polymer prepared using the same.
US11560462B1 Functionalized high cis-1,4-polybutadiene
It has been found that carboxylic acid functionalized high cis-1,4-polybutadiene rubber which is comprised of polybutadiene rubber chains having a cis-1,4-microstructure content of at least 90 percent has much better interaction with metal salts of α,β-ethylenically unsaturated carboxylic acids, such as zinc diacrylate or zinc dimethacrylate. This results in such rubber compositions being stiff while still exhibiting a lower level of hysteresis. These characteristics are beneficial when used in manufacturing tire apex compositions, in manufacturing golf ball cores, and in a wide variety of other applications. Such rubber compositions can be used as substitutes for thermoplastic elastomers in many applications.
US11560459B2 Foam molding masterbatch, and molded foam article
The present invention aims to provide a masterbatch for foam molding which can be suitably used in molding involving high shear force or molding requiring low molding temperature and which can provide a foam molded article having a high expansion ratio and good appearance quality. The present invention also aims to provide a foam molded article formed from the masterbatch for foam molding. Provided is a masterbatch for foam molding, containing: a base resin; and a thermally expandable microcapsule, the masterbatch having a true specific gravity of 0.80 g/cm3 or more and a Mooney viscosity ML 1+4 (100° C.) of 20 to 90, the base resin containing an EPDM resin, the masterbatch containing the thermally expandable microcapsule in an amount of 40 to 300 parts by weight relative to 100 parts by weight of the base resin.
US11560457B2 MDO thermoresistant heat-shrinkable film
The present invention relates to an MDO heat-shrinkable film of a copolymer polyester having excellent thermal resistance. In particular, the present invention provides a copolymer polyester MDO (machine direction orientation) thermoresistant heat-shrinkable film that consists of a copolymer polyester resin including isosorbide and 1,4-cyclohexanedimethanol at an optimized content ratio as a diol component copolymerized with an acid component including terephthalic acid, and having a number average molecular weight of 18,000 g/mol or more, and can be used for labels, cap seals, direct packaging, etc. of various containers due to the high shrink initiation temperature.
US11560446B2 Polyurethane foam article and method of forming same
A polyurethane foam article comprises the reaction product of an isocyanate component and isocyanate-reactive composition in the presence of a blowing agent. The isocyanate component includes an isocyanate prepolymer comprising the reaction product of a first polyether polyol and a methylene diphenyl diisocyanate. The isocyanate-reactive composition comprises a second polyether polyol having secondary terminal hydroxyl groups and an amine-initiated catalytic polyether polyol having primary hydroxyl groups. A method of making the polyurethane foam article comprises the steps of reacting the first polyether polyol and methylene diphenyl diisocyanate to form the isocyanate prepolymer and reacting the isocyanate prepolymer with the isocyanate-reactive composition in the presence of the blowing agent to form the polyurethane foam article.
US11560445B2 Silylated polyurethanes and methods for preparing thereof
The invention relates to a silylated polyurethane obtainable by reacting: d) at least one polyol having a number average molecular weight of from 1000 to 50,000 g/mol; e) at least one polyisocyanate, preferably diisocyanate; and f) at least one tertiary hydroxyl functional alkoxysilane of the general formula (I) wherein R1 is selected from the group consisting of hydrogen and a linear or branched, substituted or unsubstituted hydrocarbon residue having 1 to 20 carbon atoms; R2 and R3 are same or different and are, independent from one another, selected from a linear or branched, substituted or unsubstituted hydrocarbon residue having 1 to 20 carbon atoms; R4 is selected from a linear or branched, substituted or unsubstituted hydrocarbon residue having 1 to 20 carbon atoms; R5 is selected from a linear or branched, substituted or unsubstituted hydrocarbon residue having 1 to 20 carbon atoms; R6 and R7 are same or different and are, independent from one another, selected from a linear or branched, substituted or unsubstituted hydrocarbon residue having 1 to 20 carbon atoms; and n is 1, 2 or 3, a method for preparing thereof, a curable composition comprising the thereby obtained silylated polyurethane, and its use.
US11560444B2 Method of producing block copolymer capable of creating specific structure pattern
A block copolymer including a first block consisting of a polymer having a repeating structure of a structural unit (u1) containing no silicon atom, and a second block consisting of a polymer having a repeating structure of a structural unit (u2) containing a silicon atom, the second block containing a block (b21) consisting of a polymer having a repeating structure of a structural unit (u21) represented by general formula (u2-1) shown below, and the volume ratio of the first block, based on all blocks constituting the block copolymer being 42 to 44 vol %: In which RP211 represents an alkyl group, a halogenated alkyl group, a hydrogen atom, or an organic group having a polar group; and RP212 is a group derived from a compound represented by formula SHRt1, wherein Rt1 represents a hydrocarbon group having 1 to 5 carbon atoms optionally having a substituent.
US11560442B2 Functionalized resin having a polar linker
Polar silane linkers are provided that attach to resins to form silane-functionalized resins. The functionalized resins can be bound to hydroxyl groups on the surface of silica particles to improve the dispersibility of the silica particles in rubber mixtures. Further disclosed are synthetic routes to provide the silane-functionalized resins, as well as various uses and end products that benefit from the unexpected properties of the silane-functionalized resins. Silane-functionalized resins impart remarkable properties on various rubber compositions, such as tires, belts, hoses, brakes, and the like. Automobile tires incorporating the silane-functionalized resins are shown to possess excellent results in balancing the properties of rolling resistance, tire wear, and wet braking performance.
US11560438B2 Porous polymeric cellulose prepared via cellulose crosslinking
The invention relates to porous polymeric cellulose prepared via cellulose crosslinking. The porous polymeric cellulose can be incorporated into membranes and/or hydrogels. In preferred embodiments, the membranes and/or hydrogels can provide high dynamic binding capacity at high flow rates. Membranes and/or hydrogels comprising the porous polymeric cellulose are particularly suitable for filtration, separation, and/or functionalization media.
US11560427B2 Heavy-chain antibodies (VHHs) against claudin 18A2 and use thereof
The present disclosure relates to the field of biology, in particular, to an anti-CLD18A2 VHH. The present disclosure provides an anti-CLD18A2 VHH. A complementarity determining region (CDR) of the anti-CLD18A2 VHH includes CDR1-CDR3 having amino acid sequences as shown below: CDR1 having an amino acid sequence represented by one of SEQ ID NO. 4-11, CDR2 having an amino acid sequence represented by one of SEQ ID NO. 19-26, and CDR3 having an amino acid sequence represented by one of SEQ ID NO.33-39. The anti-CLD18A2 VHH of the present disclosure can specifically bind to the epitope on CLD18A2, and the corresponding fusion protein thereof has good specificity and affinity for CLD18A2, and has a noticeable tumor suppression effect.
US11560411B2 Use of recombinant human secretory DDRGK1
The present disclosure provides the use of a recombinant human secretory DDRGK1. Experiments demonstrate that the recombinant human secretory DDRGK1 prepared by the present disclosure can be used in the preparation of biological medicines for treating intervertebral disc degeneration, fractures or bone defects. The recombinant human secretory DDRGK1 of the present disclosure provides a promising direction for the treatment of bone related diseases and has obtained firm scientific evidence, thereby expanding the further application of recombinant human secretory DDRGK1 in clinical practice.
US11560408B2 Conjugated virus-like particles and uses thereof as anti-tumor immune redirectors
Disclosed is a new class of conjugated virus-like particles (VLPs). These conjugated VLPs bind a wide variety of tumors and comprise epitopes recognized by a prior T cell immune response already existing in a host. These epitopes are derived from pathogens or previous vaccinations (such as early childhood vaccines). This provokes the body's pre-existing cytotoxic immunity obtained through previous infection or previous childhood vaccination to be redirected to the tumor cells for the elimination of cancer, and form long-term anti-tumor immunity. The described conjugated VLPs are useful for tailoring a broad range of tumors towards a response from existing immunity circumventing the need to identify tumor antigens or generate tumor-specific immune responses. Importantly, the compositions and methods described herein broadens opportunities for treatment for all cancer types in subjects who previously had un-targetable cancers due to various technological and biological limitations of currently available immuno-therapeutic drugs.
US11560397B2 Group VI precursor compounds
The invention provides a facile process for preparing various Group VI precursor compounds, set forth below as Formula (I), useful in the vapor deposition of certain Group VI metals onto solid substrates, especially microelectronic semiconductor device substrates. Also provided is a process for the preparation of such precursor compounds. Additionally, the invention provides a method for vapor deposition of Group VI metals onto microelectronic device substrates utilizing the precursor compounds of the invention.
US11560395B2 Azithromycin derivatives containing a phosphonium ion as anticancer agents
This invention relates to compounds that are useful as cancer therapies. The compounds comprise azithromycin derivatives having a phosphonium cation tethered to the azithromycin macrocycle. The invention also relates to methods of using said compounds and to pharmaceutical formulations comprising said compounds.
US11560394B2 Metal complex comprising amidine and indole fused cyclopentadienyl ligands
A metal complex of the formula (1) InCyLMZp (1), wherein M is a group 4 metal, Z is an anionic ligand, p is number of 1 to 2, InCy is an indole fused cyclopentadienyl-type ligand of the formula (2) wherein R1 independently is a C1-C4-alkyl, m is a number of 0 to 4, R2 is a C1-C10-alkyl, C5-C10-cycloalkyl, or a C6-C10-aryl unsubstituted or substituted with C1-C10-alkyl or C1-C4-dialkyl amino, R3, R4 and R5 each is independently selected from hydrogen, C1-C4-alkyl, C6-C10-aryl unsubstituted or substituted with C1-C4-alkyl, halide, or both of C1-C4-alkyl and halide and, L is an amidinate ligand of the formula (3a) wherein the amidine-containing ligand (3a) is bonded to the metal M via the imine nitrogen atom N2, wherein R7 is independently selected from C1-C4-alkyl and halide and q is a number of 0 to 4, Sub4 is a cyclic or linear aliphatic or aromatic substituent.
US11560388B2 Anthelmintic aza-benzothiophene and aza-benzofuran compounds
This invention provides for compounds of the formula: wherein the variables are defined herein, or a stereoisomer, tautomer, N-oxide, hydrate, solvate, or salt thereof, compositions comprising these compounds, and method for the treatment, control or prevention of a parasitic infestation or infection in an animal in need thereof by administering an effective amount of these compounds to said animal.
US11560386B2 Modulators of the beta-3 adrenergic receptor useful for the treatment or prevention of disorders related thereto
The present invention relates to compounds of Formula (Ia) and pharmaceutical compositions thereof that modulate the activity of the beta-3 adrenergic receptor. Compounds of the present invention and pharmaceutical compositions thereof are directed to methods useful in the treatment of a beta-3 adrenergic receptor-mediated disorder, such as, heart failure; cardiac performance in heart failure; mortality, reinfarction, and/or hospitalization in connection with heart failure; acute heart failure; acute decompensated heart failure; congestive heart failure; severe congestive heart failure; organ damage associated with heart failure (e.g., kidney damage or failure, heart valve problems, heart rhythm problems, and/or liver damage); heart failure due to left ventricular dysfunction; heart failure with normal ejection fraction; cardiovascular mortality following myocardial infarction; cardiovascular mortality in patients with left ventricular failure or left ventricular dysfunction; left ventricular failure; left ventricular dysfunction; class II heart failure using the New York Heart Association (NYHA) classification system; class III heart failure using the New York Heart Association (NYHA) classification system; class IV heart failure using the New York Heart Association (NYHA) classification system; LVEF<40% by radionuclide ventriculography; LVEF≤35% by echocardiography or ventricular contrast angiography; and conditions related thereto.
US11560376B2 Amino acid compounds and methods of use
The invention relates to compounds of formula (A) and formula (I): or a salt thereof, wherein R1, R2, R10, R11, R12, R13, R14, R15, R16, q and p are as described herein. Compounds of formula (A), formula (I), and pharmaceutical compositions thereof are αvβ6 integrin inhibitors that are useful for treating fibrosis such as idiopathic pulmonary fibrosis (IPF) and nonspecific interstitial pneumonia (NSIP).
US11560369B2 Crystalline forms and processes for the preparation of cannabinoid receptor modulators
The present invention relates to crystalline forms of (1aS,5aS)-2-(4-oxy-pyrazin-2-yl)-1a,2,5,5a-tetrahydro-1H-2,3-diaza-cyclopropa[a]pentalene-4-carboxylic acid ((S)-1-hydroxymethyl-2,2-dimethyl-propyl)-amide (Compound 1) and pharmaceutical compositions thereof that modulate the activity of the cannabinoid CB2 receptor and are therefore useful in the treatment of CB2 receptor-mediated disorders, for example, osteoarthritis; pain; hyperalgesia; allodynia; inflammatory hyperalgesia; neuropathic hyperalgesia; acute nociception; osteoporosis; multiple sclerosis-associated spasticity; autoimmune disorders; allergic reactions; CNS inflammation for example; atherosclerosis; undesired immune cell activity, and inflammation associated with a disorder selected from: osteoarthritis, anaphylaxis, Behcet's disease, graft rejection, vasculitis, gout, spondylitis, viral disease, bacterial disease, lupus, inflammatory bowel disease, autoimmune hepatitis, and type 1 diabetes mellitus; age-related macular degeneration; cough; leukemia; lymphoma; CNS tumors; prostate cancer; Alzheimer's disease; stroke-induced damage; dementia; amyotrophic lateral sclerosis; and Parkinson's disease.
US11560368B2 Apoptosis signal-regulating kinase 1 inhibitors and methods of use thereof
The present invention discloses compounds of Formula (I), or pharmaceutically acceptable salts, ester, stereoisomer, tautomer, solvate, hydrate, or combination thereof: which inhibit the Apoptosis signal-regulating kinase 1 (ASK-1), which associated with autoimmune disorders, neurodegenerative disorders, inflammatory diseases, chronic kidney disease, cardiovascular disease. The present invention further relates to pharmaceutical compositions comprising the aforementioned compounds for administration to a subject suffering from ASK-1 related disease. The invention also relates to methods of treating an ASK-1 related disease in a subject by administering a pharmaceutical composition comprising the compounds of the present invention. The present invention specifically relates to methods of treating ASK-1 associated with hepatic steatosis, including non-alcoholic fatty liver disease (NAFLD) and non-alcohol steatohepatitis disease (NASH).
US11560363B2 Synthesis of esuberaprost prodrugs
Provided are novel prodrugs of esuberaprost and pharmaceutical compositions thereof, as well as methods of making and methods of using these prodrugs.
US11560345B2 Fluoroethane production method and fluoroolefin production method
Provided are a method for producing a fluoroethane, which is the desired product, with high selectivity; and a method for producing a fluoroolefin. The production method according to the present disclosure comprises obtaining a product comprising a fluoroethane represented by CX1X2FCX3X4X5 (wherein X1, X2, X3, X4, and X5 are the same or different and each represents a hydrogen atom, a fluorine atom, or a chlorine atom; and at least one of X1, X2, X3, X4, and X5 represents a hydrogen atom) from a fluoroethylene by a reaction in the presence of at least one catalyst in at least one reactor. The reaction is performed by introducing a starting material gas comprising the fluoroethylene into the reactor, and the water content in the starting material gas is 150 ppm by mass or less based on the total mass of the starting material gas.
US11560323B2 Compositions of dry acid polymers and uses thereof
The present embodiments generally relate to the use of one or more polymers, e.g., one or more dry acid polymers and/or one or more dry acid polymers with salt, as flocculants, generally for treating tailings, e.g., oil sands tailings, in need of solid-liquid separation, e.g., in order to efficiently recycle water and/or to reduce the volume of tailings which may be transferred to a tailings pond and/or a dedicated disposal area.
US11560309B2 Process and reactor comprising a plurality of catalyst receptacles
A reactor having a shell comprising one or more reactor tubes located within the shell, said reactor tube or tubes comprising a plurality of catalyst receptacles containing catalyst; means for providing a heat transfer fluid to the reactor shell such that the heat transfer fluid contacts the tube or tubes; an inlet for providing reactants to the reactor tubes; and an outlet for recovering products from the reactor tubes; wherein the plurality of catalyst receptacles containing catalyst within a tube comprises catalyst receptacles containing catalyst of at least two configurations.
US11560308B2 Method and plant for generation of synthesis gas
Method and plant for generating a synthesis gas which consists mainly of carbon monoxide and hydrogen and has been freed of acid gases, proceeding from a hydrocarbonaceous fuel, and air and steam, wherein low-temperature fractionation separates air into an oxygen stream, a tail gas stream and a nitrogen stream, wherein the tail gas stream and the nitrogen stream are at ambient temperature and the nitrogen stream is at elevated pressure, wherein the hydrocarbonaceous fuel, having been mixed with the oxygen stream and steam at elevated temperature and elevated pressure, is converted to a synthesis gas by a method known to those skilled in the art, and wherein acid gas is subsequently separated therefrom by low-temperature absorption in an absorption column, wherein the nitrogen stream generated in the fractionation of air is passed through and simultaneously cooled in an expansion turbine and then used to cool either the absorbent or the coolant circulating in the coolant circuit of the compression refrigeration plant.
US11560306B2 Method for producing ammonia
The invention relates to a method for producing ammonia (1), wherein a carbon-containing energy carrier flow (2) and an oxygen flow (3) from an oxygen-producing assembly (4) are fed to a synthesis gas reactor assembly (5) for obtaining a synthesis gas flow (6) with hydrogen and carbon oxides, wherein the synthesis gas flow (6) is fed to an adsorption device (7) for separating the synthesis gas flow (6) into a hydrogen flow (8), which comprises hydrogen, and a purge flow (9), and wherein the hydrogen flow (8) and a nitrogen flow (10) are fed to an ammonia reactor assembly (11) and converted into ammonia (1) there. The method is characterized in that the purge flow (9) is fed to a recovery device (12), which obtains a hydrogen-containing recovery flow (13) from the purge flow (9) and discharges a waste gas flow (14) therefrom, and that the hydrogen of the recovery flow (13) is at least partly fed to the ammonia reactor assembly (11) for conversion into ammonia (1). The invention also relates to a corresponding system for the production of ammonia (1).
US11560304B2 Surface bio-functionalization method
A method for functionalizing a surface of a dielectric plate that is transparent to visible light—to be able to examine the dielectric plate using optical microscopy—includes depositing a negative film on the dielectric slide. The negative film comprises a polymerizable composition that polymerizes when exposed to an electron beam. The polymerizable composition is polymerized—by exposing the negative film to the electronic beam—at a set of points representing a preset pattern. Non-polymerized portions of the polymerizable composition are dissolved—to develop the negative film—forming a set of pads of polymerized portions of the polymerizable composition. Each pad corresponds to one point of the preset pattern. A metal film is disposed on the negative film, and the developed negative film is dissolved to define holes through the metal film. Each of the holes corresponds to a base of one pad of the set of pads.
US11560300B2 High flow tap for dispensing fluids from a container and related applications
A tap dispenser assembly for use with a fluid container including a tap body, a spring button, and a valve. The tap body includes an attachment portion, a dispensing portion, and a fluid channel with an upper wall and a lower wall. The dispensing portion includes a valve stem guide and a guide support. The guide support is above the lower wall and/or the upper wall. The valve is connected to the spring button and is slidingly inserted into the valve stem guide. The tap dispenser assembly has a closed position where the spring button is not depressed and the valve seals the dispensing portion and an open position where the spring button is depressed and the seal between the valve and dispensing portion is broken, allowing fluid to flow from the tap dispenser assembly.
US11560297B2 Lifting system with indoor positioning system and method therefor
The present invention relates to a lifting system and method for lifting a vehicle, wherein the lifting system including one or more lifting devices and: a frame with a carrier configured for carrying the vehicle; a drive for driving the carrier in at least one of the ascent or descent of the carrier; and a controller including an indoor positioning system with a transponder, wherein the transponder is provided on or at the carrier such that the controller determines the location and the height of the carrier in at least one of the ascent or descent of the carrier.
US11560292B2 Measurement target top-surface estimation method, guide information display device, and crane
To estimate the top surface of a measurement target on the basis of a data point group that corresponds to the top surface of a measurement target and is obtained using a laser scanner. This top surface estimation method for hoisting loads and by acquiring, using the laser scanner, data point groups in a hoisting load region which includes a hoisting load and an object from above the hoisting load and the object, dividing the hoisting load region into layers which constitute a plurality of groups which have a prescribed thickness in the vertical direction, and allocating the acquired data point groups to the plurality of layer groups, and estimating the top surfaces of the hoisting load and the object in each layer group on the basis of the data point groups allocated to the plurality of layer groups.
US11560291B2 Elevator arrangement to open the roof of an elevator car
The invention relates to an elevator arrangement comprising an elevator with a control system, and an inspection or maintenance mode, which elevator further comprises an elevator car arranged to run up and down in an elevator shaft along its guide rails, and which elevator car is equipped with a roof and a car operating panel. The arrangement comprises actuating means to open the roof of the elevator car, which actuating means are operatively connected to the car operating panel of the elevator.
US11560286B2 Sheet folding device and sheet post-processing apparatus including the same
A sheet folding device includes a folding rollers pair, a folding blade and a sheet guide. The folding rollers pair causes a sheet to pass through a first nip area to fold the sheet. The folding blade includes a blade portion and a pair of arm portions. The blade portion is selectively disposed in a folding position where the blade portion pushes a folded portion of the sheet into the first nip area and in a retracting position where the blade portion is retracted from the folding position. The pair of arm portions couples both end portions of the blade portion with the pivot shaft. The sheet guide can be passed between the pair of arm portions. Between the blade portion and the sheet guide, a retreating path in which a part of the sheet is retreated when the folded portion is pushed into the first nip area.
US11560279B2 Systems and methods for classifying sheets of a printing device
A method comprises obtaining a training dataset, the training dataset comprising sheet passage interval information associated with conveyance of a plurality of sheets in a sheet conveyance path of a training sheet processing apparatus, at least a portion of the sheets of the plurality of sheets having a known sheet classification of a set of sheet classifications; obtaining sheet timing data associated with the classifying, the sheet timing data comprising sheet passage interval information associated with conveyance of a predetermined number of sheets in the sheet conveyance path of a deployed sheet processing apparatus; classifying, using a machine learning model and the training dataset and the sheet timing data, for each interval window of a plurality of different interval windows, a predetermined number of sheets in a sheet conveyance path of a deployed sheet processing apparatus as a particular classification of the set of sheet classifications; and adjusting, based on the classifying, one or more operational parameters of a deployed sheet processing apparatus.
US11560277B2 Method of securing and transferring a load between a vessel and an offshore installation and an apparatus therefor
The offshore jack-up has a hull and a plurality of moveable legs engageable with the seafloor. The offshore jack-up is arranged to move the legs with respect to the hull to position the hull out of the water. The method comprises moving at least a portion of a vessel underneath the hull of the offshore jack-up or within a cut-out of the hull when the hull is positioned out of the water and the legs engage the seafloor. A stabilizing mechanism mounted on the jack-up is engaged against the vessel. The stabilizing mechanism is pushed down on the vessel to increase the buoyant force acting on the vessel.
US11560276B2 Transfer mechanism for use with a food processing system
A transfer mechanism for transferring food product from a compartment of a food processing system includes a conduit having a first end portion configured to be in communication with the compartment and a second end portion, a fluid discharge positioned substantially within the conduit between the first end portion and the second end portion, and a pressurized fluid source in communication with the fluid discharge. The pressurized fluid source is operable to propel a fluid through the fluid discharge to move the food product from the first end portion of the conduit toward the second end portion.
US11560273B2 Vehicle conveyor system and surface system for a vehicle conveyor
In an aspect, a conveyor system is provided for a vehicle having wheels. The conveyor system includes a conveyor having an inlet end positioned to receive a vehicle to be conveyed, and an exit end positioned for exiting of the vehicle off of the conveyor, and a surface positioned proximate to at least one of the inlet end and the exit end. The surface is positioned to support at least one of the wheels while at least another of the wheels is supported on the conveyor. The surface has surface properties selected such that a coefficient of friction between the surface and tire rubber is below a selected threshold so as to permit sliding of the at least one of the wheels on the surface while the at least another of the wheels is supported on the conveyor.
US11560272B2 System and method for picking items
A system and method for picking items from storage containers located in stacks within a grid-based storage system are described. The system can include a movable structural member, movable from a first position to a second position such that when in the second position it is possible for an operative to access at least one row of storage containers such that items can be manually picked therefrom.
US11560268B2 Device for packaging at least a first and a second fluid
The invention relates to a device for packaging at least a first and a second fluid comprising an arrangement consisting of a first container for containing a first fluid and a second container for containing a second fluid, wherein the first container is substantially in the form of a tube, preferably in the form of a tube, the first end of which is provided with a dispenser and the second end of which is designed to attach said second container to this second end and thus close said second end of the first container, wherein the second container is substantially in the form of a tube, preferably in the form of a tube, the first end of which is designed to be attached to the second end of the first container, said first end of the second container being closed by means of a tearable wall, and the second end of which is closed by means of a movable wall, said movable wall being designed to be displaced in the direction of said tearable wall to open said tearable wall and thus allow the first and second fluid to mix with each other.
US11560267B2 Evacuated bottle system
A cap assembly including a self-sealing membrane that overlaps an opening to an interior of a container. The cap assembly further includes a cap having a cover portion that includes an annular wall that defines a central opening, and at least one evacuating opening located radially outward of the central opening. The cover portion defines a gap above the self-sealing membrane. The gap is configured to allow the self-sealing membrane to be at least partially displaced from the opening to allow fluid communication between the interior of the container and an outside atmosphere when a suction is applied to the cap.
US11560265B2 Packing film with a top layer forming a predefined opening track
The invention is directed to a packaging film (2) comprising: a top layer (4) with at least one aperture (4.1); a bottom layer (8) adhered to the top layer (4); a tear layer (6) adhered to the bottom layer (8) and extending along the at least one aperture (4.1) so that upon traction on the tear layer, said layer tears the bottom layer (8) through the aperture(s) (4.1). The tear layer (6) extends beyond the at least one aperture (4.1), between the top layer (4) and the bottom layer (8), preferably longitudinally in two opposite directions. The invention also relates to a condom wrapping with such a film and to the manufacturing method for such a film.
US11560263B2 Lid assembly for a fluid vessel
A valve for a lid of a fluid vessel includes a valve body having an adapter portion coupling first and second opposite ends of the valve body. The first and second ends are rotatably fixed to each other and have an angle formed therebetween. The adapter portion is configured to be rotatably coupled to the lid about a first axis. The first end of the valve body is configured to be coupled to a button for rotating the first end about the first axis. The valve includes a stopper coupled to the second end of the valve body and configured to cover an opening in the lid. The stopper is configured to be separated from the opening when the first end of the valve body is rotated in a first direction about the first axis.
US11560261B2 Double-spout bottle cover and water bottle
A double-spout bottle cover includes a cover body. A second water outlet is arranged at the upper end of the cover body. A flip cover is covered on the second water outlet. The cover head of the flip cover covers the second water outlet. A flip cover shaft of the flip cover is fixed on the cover body and is opposite to the second water outlet. The middle of the flip cover is a hollow area. The hollow area is provided with a first water outlet, and the surface of the first water outlet is flush with the surface of the flip cover. The bottom of the first water outlet is connected to a preset through hole on the cover body. The first water outlet is fixed on the cover body by a rotating shaft.
US11560254B2 Container with interior and exterior graphics
A container is formed from a blank that has a first side and a second side. The first side can have one or more graphics. The container can include a base portion forming an enclosure and first and second overlap panels that collectively form a cover panel that can enclose the enclosure. Methods of constructing the container include forming the cover panel by securing the first and second overlap panels together.
US11560253B2 Roller assembly, package including the roller assembly and method of using the package
A roller assembly includes at least one roller, an L-shaped board and at least one L-shaped fixing member. The L-shaped fixing member is fixed on the L-shaped board; and the roller is fixed and connected on the L-shaped board through the L-shaped fixing member. A package includes a box and the roller assembly. The box contains at least one hole and the roller protrudes from the hole. Further, the package is used as follows. The box is opened and the matter to be packaged is put into the box. Then the roller assembly is placed into the box, and the roller assembly is sandwiched between the box and the matter. Next, the roller(s) is aligned with the hole(s). Subsequently, the box and the matter are compressed to make the roller(s) protrude from the hole(s). Finally, the box are sealed from the bottom surface to complete the package.
US11560248B2 Binding machine and binding method
A binding machine that binds objects with a tape, the binding machine includes a staple magazine unit configured to accommodate a plurality of staples, a main handle, a clincher arm configured to approach a leading staple of the plurality of staples and a clincher configured to bend the leading staple. The clincher has, on a surface thereof, a first groove that extends in an acute angle direction with respect to an axial direction of a rotation shaft of the clincher arm and has a first groove length and a first groove width, and a second groove that extends in an acute angle direction with respect to the axial direction of the rotation shaft of the clincher arm and has a second groove length and a second groove width. The second groove is disposed offset with respect to the first groove in a width direction of the first groove.
US11560247B2 Strapping tool
A strapping tool is disclosed herein. In one or more embodiments, the strapping tool includes a motive power source and a sealing assembly. The sealing assembly includes a first punch and a die, the first punch and die configured to crimp or cut a notch in a strapping seal member and/or a piece of strapping so as to secure the piece of strapping around a package or bundle of items.
US11560244B2 Soft-sided bulk material containers with hold-ins
A system, method and apparatus for transferring bulk material for transport, the method includes placing a first quantity of bulk material in a soft-sided bulk material container, extending a first hold-in across the container from a first side of the container to a second location, the second location being substantially toward a second side of the container, wherein the first hold-in is secured to the first side of the container, securing the first hold-in to the second location and placing a second quantity of bulk material in the container, the second quantity covering the first hold-in and securing the first hold-in to the second location with a weight of the second quantity of bulk material.
US11560240B2 Aircraft area having a textile display, aircraft passenger seat having a textile display, and aircraft including an aircraft area
An aircraft area having a textile display, aircraft passenger seat having a textile display, and aircraft including an aircraft area. An aircraft area includes an interior component, a textile display on the interior component and including at least one textile fiber capable of changing a color at at least one section of the textile fiber, and a controller operatively coupled to the textile display and configured to change color of the at least one section of the textile fiber, such that the textile display displays information. An aircraft passenger seat includes a back rest, seat pan, and textile display integrated into a seat cover covering the backrest and/or the seat pan. The textile display includes at least one textile fiber capable of changing a color at at least one section of the textile fiber. An aircraft may include one or more aircraft areas and/or one or more aircraft passenger seats.
US11560237B2 Method for assisting a single-engine rotorcraft during an engine failure
An assistance method for assisting a pilot of a single-engined rotary-wing aircraft during a flight phase in autorotation, the aircraft including a hybrid power plant provided with a main engine, with an electric machine, with a main gearbox, and with an electrical energy storage device. The aircraft also includes a main rotor driven by the hybrid power plant. In the method, during a flight, operation of the main engine is monitored in order to detect a failure, in particular by means of a drop in power on the main rotor, then, when a failure of the main engine is detected, the electric machine is controlled to deliver auxiliary power We to the main rotor, making it possible to assist a pilot of the aircraft in performing the flight phase in autorotation following the failure.
US11560235B2 Aircraft propulsion unit
An aircraft propulsion unit includes an electric motor, at least one accessory unit used for operating the electric motor, an inverter module, the inverter module including a plurality of inverters for powering the electric motor and the at least one accessory unit, and a cooling system coupled to the electric motor and the inverter module, the cooling system comprising a coolant path for circulating a coolant through or adjacent to the electric motor and the at least one accessory unit.
US11560234B2 Lightweight high power density fault-tolerant fuel cell system, method and apparatus for clean fuel electric aircraft
A lightweight, high power density, fault-tolerant fuel cell system, method, and apparatus for full-scale clean fuel electric-powered aircraft having a fuel cell module including a plurality of fuel cells working together to process gaseous oxygen from air compressed by turbochargers, superchargers, blowers or local oxygen supply and gaseous hydrogen from liquid hydrogen transformed by heat exchangers, with an electrical circuit configured to collect electrons from the plurality of hydrogen fuel cells to supply voltage and current to motor controllers commanded by autopilot control units configured to select and control an amount and distribution of electrical voltage and torque or current for each of the plurality of motor and propeller assemblies, wherein electrons returning from the electrical circuit combine with oxygen in the compressed air to form oxygen ions, then the protons combine with oxygen ions to form H2O molecules and heat.
US11560232B2 Ejection mode verification system
A system for ejection mode verification may comprise: a first ejection seat; a second ejection seat; an ejection mode selector; and a controller configured to: compare a desired ejection mode with a selected ejection mode; and command an indicator to turn “ON” or “OFF” in response to comparing the desired ejection mode with the selected ejection mode.
US11560228B2 Restrain and release mechanism for an externally airborne load
A restrain and release mechanism for an externally airborne load, includes at least one stiff support for suspending the load and an elastically deformable adaptive member designed to maintain the load at pressure contact against the support. The adaptive member is a three-dimensional monolithic metallic body obtained using an additive manufacturing method and having a flexural orthotropic behaviour.
US11560222B2 Bonded skins for ducted-rotor aircraft
A duct for a ducted-rotor aircraft may include an internal structure and an aerodynamic exterior skin that is adhesively bonded to the internal structure. The skin may include a leading-edge portion disposed at an inlet of the duct and an inner portion disposed along an interior of the duct. The inner portion of the skin may be bonded to the internal structure with a first bondline of adhesive and the leading-edge portion of the skin may be bonded to the inner portion of the skin with a second bondline of adhesive. One or both of the first and second bondlines of adhesive may be of non-uniform thickness to take up tolerance stackups between the inner portion of the skin, the leading-edge portion of the skin, and the internal structure.
US11560216B2 System and method for braking flying objects
A system for slowing down the speed of flying objects by applying electrodynamic and aerodynamic braking forces. The system is comprised of plurality of stubs, where each stub is made of dielectric material surrounded by metal foil and another metal foil is inserted in the middle of the stub, where the outer metal foil and the inner metal foil are isolated from each other, so that they form a capacitor. Each stub is stored in a barrel before being used. When activated, the stubs are stretched from the barrel as a tail behind the flying object. The area of the stub generates aerodynamic drag. The stub capacitor is charged by a generator so that free electrons are present in the outer metal layer of the stub. The electric field produced by these charges interacts with ions in the atmosphere.
US11560211B2 Fuselage component for an aircraft, method for producing a fuselage component, and aircraft
A fuselage component for an aircraft, including a shell part composed of a fiber composite material and a stiffening structure which is connected to an inner surface of the shell part and has shaped parts composed of a fiber composite material, wherein the shaped parts each have a flat base section which extends along the inner surface of the shell part, and a step-shaped profile edge which extends in an encircling manner around the base section. The shaped parts are arranged in the form of parquetry with overlapping profile edges. As a result, the overlapping profile edges form stiffening profiles intersecting at an intersection. Furthermore, an aircraft which has at least one such fuselage component and a method for producing a fuselage component are described.
US11560209B2 Drive source switching system for marine propulsion device including multiple drive sources, and method of switching drive sources of marine propulsion device
A drive source switching system for a marine propulsion device includes a first drive source, a second drive source, a propeller shaft, a first driving member, a second driving member, a first driven member, and a second driven member that are movable in an axial direction of the propeller shaft, and a controller. The first driven member transmits a drive force generated by the first drive source to the propeller shaft when engaged with the first driving member. The second driven member transmits a drive force generated by the second drive source to the propeller shaft when engaged with the second driving member. When the controller moves the first driven member that is not engaged with the first driving member toward the first driving member, the controller moves the first driven member back when the first driven member fails to be engaged with the first driving member.
US11560207B2 Mask for underwater use, in particular of granfacial type with assisted breathing
A diving mask includes a transparent visor, a frame, a gasket to guarantee the watertight seal and appropriate belts for fitting the mask, a breathing tube associated with the facial part is fitted onto the upper part of the mask and which enables the flow of air to enter into the compartment between the frame and the visor. The path of air in the inhalation phase and in the exhalation phase both in the mask and tube are different from each other. The tube is made with separate ducts for inhalation and exhalation and the inside of the mask is made with two compartments, one upper front and one lower oronasal separated by a wall. The path provides that inhalation air is introduced by the tube into the frontal compartment and then into the oronasal one and air exhaled from the oronasal compartment travels up to the tube.
US11560206B1 Stern light
The present disclosure is directed to a stern light for illuminating a watercraft without visually impairing a passenger of the watercraft. The stern light includes a flexible pole with a hollow interior for housing wires. The wires are connected to a watercraft at one end of the pole and to a light source at another end of the pole. The light source, which may be an LED light source, is covered by a globe that at least partially refracts light. When powered, the stern light produces light capable of providing visibility of the watercraft for at least two nautical miles while also avoiding the visual impairment of watercraft passengers. Pole flexibility allows operation of the stern light during watercraft motion and in areas with potential obstructions, such as low-hanging branches.
US11560205B2 Lifting system for a floating vessel
A lifting system includes elevator towers constructed on a deck of a floating vessel, tracks constructed above the deck of the floating vessel, a traveling cradle beam, and one or more cranes supported by the traveling cradle beam. The traveling cradle beam can be in a first configuration in which the traveling cradle beam is coupled to the elevator towers and can move along the elevator towers past the tracks, and in a second configuration in which the traveling cradle beam is decoupled from the elevator towers and can skid over the tracks. The lifting system can be constructed in stages, and the portion of the lifting system constructed in the initial stages can be used to continue constructing the lifting system in the remaining stages. The lifting system can be used for transporting equipment on the floating vessel.
US11560202B2 Pole-less cover
A pole-less cover assembly includes a cover member positionable over a structure and formed of an essentially impermeable material, and an integrated gutter system including a material section coupled with the cover member and formed of a porous material and a gutter disposed below the material section. Among other advantages, the pole-less cover assembly eliminates conventional tent poles required for existing boat covers, thereby reducing cost and facilitating installation.
US11560200B2 Rear deraileur of bicycle
A rear derailleur of a bicycle includes a fixing portion connected to a frame of the bicycle, a linkage assembly pivotally connected to the fixing portion, a moving portion pivotally connected to the linkage assembly, a chain guide assembly connected to the moving portion, a driving assembly, a rechargeable battery for providing an electrical energy required for the motor, a coil, and a wireless charging circuit for receiving an electric power of the coil for charging the rechargeable battery. The driving assembly includes a motor including and a driving gear assembly connected to the linkage assembly. The motor includes an output shaft for driving the driving gear assembly and for driving the linkage assembly to pivot via the driving gear assembly, thereby to drive the moving portion and the chain guide assembly to move. The coil receives an external charging power and is disposed on the fixing portion, the moving portion, or the linkage assembly.
US11560197B2 Electric assist bicycle
An electric assist bicycle includes an electric motor that generates an assistance force to assist a human force of a rider, a handle to be gripped by the rider with a hand to steer the electric assist bicycle, a manipulation device provided on the handle and including an operation switch that receives a manipulation from the rider and an alternate switch that receives a manipulation from the rider to change functions to be assigned to the operation switch, and a control circuit that performs a control to alter an operation to be executed by the electric assist bicycle depending on whether the rider manipulates the operation switch in a state of keeping the alternate switch manipulated or the rider manipulates the operation switch in a state of not manipulating the alternate switch.
US11560191B2 Traction devices for elastomeric tracks, and related methods
A traction device for an elastomeric track comprises a first bracket comprising a first portion comprising a tapered surface and a second portion configured to be removably coupled to the first portion to define a U-shaped channel configured to receive at least a portion of an elastomeric track, a first chain coupled to the first bracket at a first end of the first chain, a second bracket coupled to a second end of first chain opposite the first bracket, and a plate coupled to the first chain between the first bracket and the second bracket, the plate configured to substantially prevent the first chain from entering the recesses of the elastomeric track. Related traction devices and methods of attaching a traction device to an elastomeric track are also disclosed.
US11560184B2 Aerodynamic toolbox assembly
Embodiments provide an aerodynamic toolbox assembly comprising a toolbox coupled to a tractor trailer and an aerodynamic fairing assembly coupled to the toolbox. At least one fairing component extends beyond a selected surface of the toolbox to facilitate aerodynamic air flow past the toolbox during normal operation of the trailer.
US11560181B2 Grounds maintenance vehicle with flip-up implement drive cover
A stand-up grounds maintenance vehicle including a chassis, a control tower, an implement, and a cover. The chassis is supported upon a ground surface by a plurality of ground-engaging members and extends along a longitudinal axis between a front end and a rear end. The control tower is coupled to the chassis proximate the rear end. The implement is attached to the chassis and is positioned at least partially forward of the control tower. The implement includes an implement drive. The cover extends over the implement drive and is pivotally coupled to the chassis.
US11560179B2 Collision energy absorbing apparatus
The present disclosure provides a collision energy absorbing apparatus capable of suppressing a peak load at the initial stage of a collision and a load drop immediately after it. The collision energy absorbing apparatus is an apparatus that absorbs collision energy, the apparatus being mounted on a vehicle and including a pressure member, an absorbing member, and a guide part that guides, a moving direction of the pressure member, in which a hole through which the pressure member guided and moved by the guide part enters is formed in the absorbing member, and in an event of a collision, the pressure member is guided by the guide part and a tip part of the pressure member enters the hole formed in the absorbing member while shearing an inner wall of the hole, to thereby absorb collision energy.
US11560172B2 Motor control device
A motor control device drives a motor based on a vehicle signal including drive assist information and performs vehicle control. The motor control device includes: a first controller and a second controller that perform a calculation operation concerning drive control over the motor. A first microcomputer corresponds to a calculation portion of the first controller. A second microcomputer corresponds to a calculation portion of the second controller. The first microcomputer and the second microcomputer mutually transmit and receive operation results by inter-microcomputer communication, or the first microcomputer unilaterally transmits an operation result from the first microcomputer by the inter-microcomputer communication. The first microcomputer and the second microcomputer synchronize timings to start and end control by performing at least one of three types of arbitration processes including: an AND-start arbitration process; an OR-start arbitration process; and a forced arbitration process.
US11560164B2 Mobile unit control system and mobile unit control method
A mobile unit control system includes an acquisition unit configured to acquire operation information on transportation located around the traveling area of a mobile unit that a user gets on and off while the mobile unit is traveling and a setting unit configured to set the traveling route or the traveling speed of the mobile unit based on the operation information on transportation.
US11560157B2 Remotely operated automatic driving vehicle with in-vehicle emergency stop feature
A driving control device receives power supply from an accessory battery to operate, controls automatic driving, and outputs a control signal. A steering ECU, a power ECU and a brake ECU instruct a steering mechanism, a PCU and a brake to operate based on the control signal, respectively. An emergency stop switch is operated by an operator. In a case where the emergency stop switch is operated, an interface processing device cuts off a switch to stop the power supply, shuts down the driving control device, and outputs a control signal that causes the steering mechanism, the PCU and the brake to perform an emergency stop operation.
US11560154B1 Autonomous vehicle remote teleoperations system
A teleoperations system may be used to modify elements in the mapping data used by an autonomous vehicle to cause the autonomous vehicle to control its trajectory based on the modified elements. In addition, in some instances, a teleoperations system may be used to generate virtual paths of travel for an autonomous vehicle based upon teleoperations system virtual path suggestion inputs.
US11560151B2 Vehicle control system
A vehicle control system includes a recording device configured to record vehicle information in files. The recording device includes: an event information receiving unit configured to receive information about prescribed events; a tag providing unit configured to provide protection tags to the files, the protection tags being of different types according to magnitude of the events; and an overwriting setting unit configured to prohibit overwriting of the files provided with the protection tags of a same type in a case where the number of the files provided with the protection tags of the same type is within a prescribed upper limit number, and to permit the overwriting of the files provided with the protection tags of the same type in a case where the number of the files provided with the protection tags of the same type exceeds the upper limit number.
US11560142B2 Speed sensor including insulating inner and outer recesses
A speed sensor for measuring a speed of an object moving relative to the speed sensor, including: a speed sensor housing for providing sliding and/or frictional and/or positively locking insertion into a fixed receptacle, wherein the speed sensor housing houses an injection molded part which is made of plastic and into which at least part of a speed sensor element is injected; wherein the injection molded part has at least one outer recess, on its outer circumferential surface facing an inner face of a wall of the speed sensor housing, wherein an empty outer chamber is formed between each boundary surface of an outer recess and the inner face of the wall of the speed sensor housing, and/or wherein at least one inner recess, which forms an empty inner chamber, is formed inside the injection molded part. Also described are a related driver assistance system and a motor vehicle.
US11560134B2 Default charging of automotive battery while parked
A vehicle control system may, during a deactivated state of the vehicle, generate a wake up signal, and responsive to a current or voltage associated with the wake up signal being outside a predetermined range, activate an ignition relay of the vehicle for a predefined period of time. The vehicle control system may further, responsive to a request to activate the vehicle, activate the ignition relay.
US11560130B2 Control allocation for vehicle torque
Methods and systems are provided for using the weights of cost functions to improve linear-program-based vehicle driveline architectures and systems. In some embodiments, the methods and systems may include establishing values for driveline controls of a linear program based on driveline requests of the linear program. The values of the driveline controls, which may be used to adjust driveline actuators, may be established based on values of a plurality of weights of a cost function of the linear program, the weights respectively corresponding with the plurality of driveline requests.
US11560129B2 Method for operation of a brake back-up system of a motor vehicle
The invention concerns a method for operating a brake back-up system (8) of a motor vehicle (2), with the steps: (S100) Reading in operating data (BD) of the motor vehicle (2), (S200) Evaluating the read-in operating data (BD) to identify malfunctions of a braking system of the motor vehicle (2), and (S300) Providing at least one actuation signal (AS, AS′) to influence components of a drive train of the motor vehicle (2).
US11560127B2 Device for a brake pedal force-travel emulator with force and displacement sensor and corresponding process
Device for a brake travel emulator with at least one integrated sensor, comprising a housing (5), a force sensor (18) both being connected to a middle part of a connection means (4). The force sensor (18) being arranged at a static unit (2), the housing (5) further comprising at least one conical compression spring (6), an axially sliding component (7), a connecting rod (9) comprising a varying diameter geometry, an oscillating means (48) capable of creating an electric field, and a displacement sensor (46), the force sensor (18) further comprising, a micro-controller (50), means for receiving applied force (41) and at least four coils (30, 31, 32, 33).
US11560116B2 Vehicle passenger restraint system comprising an airbag module
A vehicle occupant restraint system comprises an airbag module (12) which includes an airbag (16) as well as an inflator (18) which upon activation supplies filling gas for the airbag (16). The airbag (16) is folded prior to activation into an airbag package (14) so that a main package (48) which contains a restraint part (52) of the airbag (16) constituting a major part of the airbag volume as well as a connecting portion (50) is formed which comprises a neck (54) of the airbag (16) connecting the restraint part (52) to the inflator (18), wherein the restraint part (52) is folded differently from the neck (54).
US11560113B2 Airbag module with airbag retainer filter layer
A retainer secures an airbag inflator to a base plate of an apparatus for helping to protect an occupant of a vehicle. The retainer includes a base wall and a sidewall that extends from the base wall and is configured to encircle a discharge portion of the inflator from which the inflation fluid is discharged. The retainer also includes a filter liner secured to the retainer sidewall, wherein the sidewall and filter liner are configured so that inflation fluid discharged from the discharge portion is directed into the filter liner.
US11560105B2 Undercover for vehicles having high elasticity and rigidity and method for manufacturing the same
Disclosed are an undercover for vehicles with high elasticity and rigidity and a method of manufacturing the same. The undercover for vehicles with high elasticity and rigidity may include a needle-punched nonwoven fabric having a multi-layer structure of felt layers including a first PET fiber and a low-melting-point PET fiber, and each of the felt layers may have improved tensile strength and have optimized fiber alignment, to thereby improve the binding between fibers, mechanical rigidity and elasticity, as well as to reduce the weight of components, improve durability and secure harmlessness and inline workability.
US11560099B2 Collapsible cargo platform
The disclosure relates generally to a cargo platform designed to be used in connection with a trailer hitch and, more particularly, to a cargo platform designed to be collapsible. A cargo platform has an open position and a closed position. The cargo platform includes a frame with a front portion, a rear portion, first and second stationary side portions coupled to the front portion, first and second rotatable side portions, a first hinge element to rotatably could the first rotatable side portion to the rear portion, a second hinge element to rotatably could the second rotatable side portion to the rear portion, and a foldable floor. The foldable floor includes a first floor, second floor rotatably connected to the first floor, and a third floor rotatably connected to the second floor. The first floor is coupled to the front portion. The third floor is coupled to the rear portion.
US11560097B2 Support system for a removable vehicle canopy
In a first aspect, the present invention relates to a support system for mounting a load to a removable vehicle canopy on a vehicle, comprising a pair of support frames configured to be installed on opposing internal side walls of the removable vehicle canopy, a pair of support feet configured to be installed on an internal surface of the removable vehicle canopy, and a plurality of mounting elements on an external surface of the canopy and arranged for mounting the load thereto, each of the support frames and support feet having one of the plurality of mounting elements affixed thereto by a mechanical fastener extending through a hole in the canopy, wherein the support system is configured to be installable onto the removable vehicle canopy while the canopy is mounted to the vehicle, such that when the canopy having the support system installed is mounted to the vehicle, the support system substantially distributes the mounted load into the vehicle and substantially inhibits distribution into or through the canopy. The invention further includes a second aspect being a method of installation of an embodiment of the first aspect.
US11560093B2 Vehicular mirror system and vehicular mirror control method
A vehicular mirror system includes: a driving mode acquiring unit configured to acquire one of a first driving mode in which a vehicle travels using an occupant's driving operation and a second driving mode in which the vehicle travels regardless of the occupant's driving operation as a driving mode; and a mirror control unit configured to change a reflectance of a vehicular mirror facing rearward according to a light intensity difference between a light intensity on a side in front of the vehicle and a light intensity on a side to the rear of the vehicle with respect to the vehicular mirror when the driving mode is the first driving mode and to keep the reflectance of the vehicular mirror in a state in which the reflectance is lower than that in a normal state when the driving mode is the second driving mode.
US11560083B2 Autonomous headlamp encapsulated with camera and artificial intelligence processor to adjust illumination
Provided herein is a headlamp assembly comprising a housing that encloses: a sensor that acquires data associated with a surrounding environment; a light source that illuminates a field of view comprising a portion of the surrounding environment; and one or more processors that analyze the acquired data and determine a direction, field of view, power, or an intensity of the illumination of the portion based on the analyzed data.
US11560074B2 Vehicle seat, method for mounting auxiliary seat, and structure for mounting auxiliary seat
A vehicle seat includes a seat face part, a back face part, and a fixing member for fixing an auxiliary seat, which is disposed between the seat face part and the back face part. The seat face part includes a seat face recess capable of housing a lower face side of a seat part of an auxiliary seat, and a seat face cushion that is detachably attached to the seat face recess. The back face part includes a back face recess capable of housing a rear face side of a back part of the auxiliary seat, and a back face cushion that is detachably attached to the back face recess.
US11560072B2 Seat track covering systems and methods
A seat track covering system and method are configured to cover a seat track and one or more cables within an internal cabin of a vehicle. The seat track covering system and method include a seat track cover that securely couples to the seat track, and at least one cover adjustment member moveably coupled to the seat track cover. The seat track cover and the cover adjustment member(s) cover at least a portion of the seat track and at least a portion of the cable(s).
US11560068B2 Circuit arrangement for a vehicle electrical system of an electrically driven motor vehicle and method for operating a circuit arrangement of this type
The invention relates to a circuit arrangement (24) for a vehicle electrical system of an electrically driven motor vehicle (42), comprising: a high-voltage battery (26) for supplying power to an electrical drive machine (28) of the motor vehicle (42); a range extender (22), which is designed to charge the high-voltage battery (26) and which has a plurality of identical fuel-cell base modules (10) having interfaces for supplying reactants in the form of hydrogen and air; a switching device (32) for connecting the range extender (22), the circuit arrangement (42) having no DC-to-DC converter; a control device (36) which is designed to carry out the following steps after the control device has received an activation signal regarding the range extender (22): determining an operating point of the range extender (22) in dependence on at least one variable of the high-voltage battery (26); defining a setpoint value regarding the supply of the reactants to the fuel-cell base modules (10) and/or a setpoint value regarding an operating temperature of the fuel cells on the basis of the determined operating point; controlling a system (40), which is designed to provide the reactants to and/or to control the temperature of the fuel cells, in accordance with each defined setpoint value; controlling the switching device (34) so as to connect the range extender (22), only after the setpoint value regarding the supply of the reactants and/or the setpoint value regarding the operating temperature has been reached. The invention further relates to an electrically driven motor vehicle (42) having the circuit arrangement (24), and to a method for operating the circuit arrangement (24).
US11560067B2 Apparatus and method for processing battery cell voltage data
An apparatus and a method for processing battery cell voltage data, which calculate a moving average by assigning a weight to one or more voltage data acquired from the battery cell and reflect the acquired voltage data to the calculated moving average and use the voltage data to rapidly follow a sudden change of the voltage data applied from the battery cell.
US11560057B2 Device and method for displaying content
An electronic device attachable to a vehicle, according to various embodiments of the present invention, comprises: a communication interface; a memory for storing instructions; and at least one processor connected to the communication interface and the memory, wherein the at least one processor can be configured so as to execute the stored instructions in order to: acquire, from another device embedded in the vehicle, information on a plurality of objects located within a designated distance from the vehicle; identify, among the plurality of objects, a designated object located within a designated distance from the vehicle; generate configuration information of at least one piece of content to be displayed through a head-up display (HUD), on the basis of a state of the designated object; and display, through the HUD, content for guiding the operation of the vehicle, on the basis of the generated configuration information.
US11560046B1 School bus emergency egress system
An emergency egress system for a multi-passenger vehicle such as a school bus (10) includes a housing (30) that operatively supports a ramp (34) in movable connection therewith. Opening an emergency exit door (18) of the bus causes a housing door (24) to open and the ramp to move outwardly from a retracted position toward an extended position. Opening the emergency exit door also causes the suspension of the bus to be automatically lowered to place the emergency exit opening (16) closer to the ground (166).
US11560041B1 Vehicle thermal system
A vehicle thermal system includes a heat-generating component, a heat-absorbing component, a liquid coolant reservoir for receiving and distributing a liquid coolant, a first liquid loop that is connected to the liquid coolant reservoir, includes a first pump upstream from a first functional component to circulate the liquid coolant, is heated by the heat-generating component, and includes a first valve downstream from the first functional component to control recirculation or return of the liquid coolant to the liquid coolant reservoir, and a second liquid loop that is connected to the liquid coolant reservoir, includes a second pump upstream from a second functional component to circulate the liquid coolant, is cooled by the heat-absorbing component, and includes a second valve downstream from the second functional component to control recirculation or return of the liquid coolant to the liquid coolant reservoir.
US11560036B2 Frame fitting arrangement for vehicle air conditioner
A frame is provided and is adapted to be installed in an opening and between the external unit and the roof or wall and having locating elements on each of a first side and an opposite second side of the frame, the locating elements or projections being configured together to locate the frame in the opening and to locate the frame in the external unit. The locating elements in the frame are positioned so that if the opening is the first type, the frame is adapted to be installed with the first side facing the roof or wall, and if the opening is the second type, the frame is adapted to be installed with the first side facing the external unit.
US11560031B2 Methods and apparatus to determine vehicle weight
Methods and apparatus to determine vehicle weight are disclosed. An example apparatus includes a vehicle controller configured to control a motor operatively coupled to a suspension system to raise or lower a vehicle. The vehicle controller is to also determine a first parameter of the motor while controlling the motor to raise or lower the vehicle when the vehicle is unloaded. The vehicle controller is to also determine a second parameter of the motor while controlling the motor to raise or lower the vehicle when the vehicle is at least partially loaded. The vehicle controller is to also calculate a weight of the vehicle based on the first and second parameters of the motor.
US11560030B2 Arm support structure
This arm support structure is equipped with: a bracket on which base end section of an arm of a suspension device is positioned between a pair of facing walls which face one another at a distance in vehicle chassis front-rear direction; axial support members which axially support the base end section on the bracket, by being inserted into long holes formed to pass through facing walls and through-holes formed to pass through the base end section; eccentric plate members which are formed in a circular shape and capable of integrally rotating with axial support members, and have an engaging hole capable of engaging an axial support member formed to pass therethrough at a location offset in radial direction from the circular center thereof; and a plurality of contact parts which contact the circumferential edge of the eccentric plate members, and rotatably support the eccentric plate members.
US11560028B2 Methods and apparatus for payload estimation and hitch condition detection using integrated sensors
Methods, apparatus, systems and articles of manufacture are disclosed for payload estimation and fault detection using hitch integrated sensors. An example apparatus includes a pin orientation determiner to determine a first orientation of a first pin and a second orientation of a second pin, the first pin and the second pin disposed within a hitch and calculate a relative orientation of the first pin and the second pin based on the first orientation and the second orientation. The example apparatus further includes a hitch condition detector to determine if a physical change has occurred in the hitch by comparing the relative orientation to an installation orientation of the first pin and the second pin.
US11560026B2 System and method for hitch angle estimation
A system for estimating a hitch angle includes a control module with memory for storing programmatic control logic, a processor for executing the control logic, and one or more input/output (I/O) ports. Wheel speed sensors on a trailer communicate with the processor via the I/O ports. A trailering application defines a portion of the control logic and has at least first, and second control logics. The first control logic estimates the hitch angle from a first term, a second term and physical parameters of the vehicle and trailer. The second control logic provides the estimated hitch angle to one or more of a driver and to on-board control systems of the vehicle and trailer.
US11560023B2 Tire comprising a conductive cord
Tire (1) having sidewalls (2), a substantially electrically insulating crown block (7) and a substantially insulating tread (8), the tire (1) also having at least one conductive peg (21) that is oriented in the radial direction and positioned under the tread (8) of the tire so as to create an electrically conductive path between the ground and a rim on which the tire is able to be mounted.
US11560015B2 Wheel hub
A sensor is mounted to or embedded in a wheel hub. The sensor node includes a power source and a sensing device that detects and monitors at least one parameter associated with the wheel hub. The sensor node also includes a communication module that communicates via wireless communication signals and a processing device in communication with the sensing device and the communication module. The processing device collects data from the sensing devices, processes the data, and based on that processing, communicates information relating to the wheel hub to a remote server or network. A mesh network of multiple sensor nodes can be applied to multiple different wheel hubs on a vehicle and communicate with a central processing device. The processing device can thus monitor performance and/or operation of each wheel hub.
US11560012B2 Authentication of a physical credential
Aspects described herein may provide detection of a physical characteristic of a credential, thereby allowing for authentication of the credential. According to some aspects, these and other benefits may be achieved by detecting the physical characteristic with the credential. An image of a credential may be received. An optical characteristic of a secure feature of the credential may be determined. An expected optical characteristic of the secure feature may be determined based on known properties of the secure feature. A determination as to whether the credential is authentic may be based on a comparison of the determined optical characteristic of the secure feature to the expected optical characteristic of the secure feature.
US11560006B2 Thermal transfer sheet
A thermal transfer sheet is provided, which allows for forming an image favorable to any transfer objects having a poor smoothness or a high smoothness. The thermal transfer sheet according to the present invention includes a substrate, and a transfer layer. The transfer layer includes a release layer, a colorant layer and an adhesive layer. The release layer includes a polyethylene glycol having a number average molecular weight Mn in a range of 8000 or more to 23000 or less, and the colorant layer includes a colorant and a vinyl chloride-vinyl acetate copolymer.
US11560004B2 Liquid ejection apparatus and delivery system for liquid ejection head
A liquid ejection apparatus includes a liquid ejection head that is detachably attached and ejects a liquid, and a control section that is configured to transmit a delivery request for a new liquid ejection head to a server apparatus via a network.
US11559996B2 Ink jet printer production techniques
Techniques for operating a printer are provided. In an example, the printer can include a print head a cure light and a controller. The controller can be configured to move the print head relative to a print media to print a given image, to move the cure light relative to the print media at a cure speed in response to the cure light passing over a printed portion of the given image to cure the ink of the given image, and to move the cure light at an index speed in response to the cure light passing over a non-printed portion of the given image, wherein the index speed is greater than the cure speed.
US11559989B2 Liquid ejecting head and liquid ejecting apparatus
The individual flow path includes a nozzle communicating with an outside, a first flow path, in the middle of which the nozzle is disposed and which extends in a first direction that is an in-plane direction of a nozzle surface of the nozzle plate in which the nozzle opens, a second flow path coupled to the first flow path and extending in a second direction other than the first direction, a third flow path coupled to the second flow path and extending in the third direction other than the second direction, and a pressure chamber which is disposed in the third flow path and in which a pressure change is induced by the energy generating element. A cross-sectional area of the first flow path is smaller than a cross-sectional area of the second flow path.
US11559969B2 Laminated glass and method of manufacturing the same
A laminated glass comprising an outer glass sheet, an inner glass sheet, and an intermediate layer between the outer and inner glass sheets. The intermediate layer has a first busbar, a second busbar, and heating wires connecting the first and second busbars, and a sheet-like substrate supporting the heating wires. The intermediate layer further comprises an adhesive layer. A distance from a centre of the wires to a surface the outer glass sheet and a distance from the centre of the wires to a surface the inner glass sheet being different; and a distance from the centre of the wires to the inside surface of the outer glass sheet and a distance from the centre of the wires to the outside surface of the inner glass sheet being different, and the adhesive layer thickness or the substrate thickness, whichever is smaller, is not more than 400 micrometres.
US11559968B2 Sound damping gypsum board and method of constructing a sound damping gypsum board
The present invention is directed to an improved gypsum board, such as an improved sound damping gypsum board. The gypsum board comprises a gypsum core including gypsum and a sound damping polymer. The gypsum core includes a first gypsum layer surface and a second gypsum layer surface opposing the first gypsum layer surface. In addition, a first encasing layer is disposed on the first gypsum layer surface and a second encasing layer is disposed on the second gypsum layer surface.
US11559966B2 Decorative member and manufacturing method therefor
The present disclosure relates to a decoration element comprising a light reflective layer, and a light absorbing layer provided on the light reflective layer and comprising Si.
US11559960B2 Tire with an element attached to the surface thereof and method for attaching an element to the surface of a tire
A tire comprises an interior surface and an exterior surface, an accommodating region arranged on one of said interior and exterior surfaces, an adhesive layer arranged on the accommodating region and a member attached to the accommodating region by the adhesive layer, in which the adhesive layer is based on a silanized polyether.
US11559956B2 Method and apparatus for rapid continuous consolidation of thermoplastic components
A method and structure for processing a plurality of prepreg sheets includes a conveyor assembly having a first conveyor, a second conveyor, and a processing zone positioned between the first and second conveyors. In an implementation, a plurality of prepreg sheets are advanced from a plurality of material supply creels into the processing zone by a first conveyor and a second conveyor turning in opposite directions. Within the processing zone, a compressive pressure is applied to the prepreg sheets by first pressure plates attached to first conveyor and second pressure plates attached to the second conveyor. A thermoplastic within the prepreg sheets is melted within the processing zone by a heater to consolidate the prepreg sheets into a consolidated laminate.
US11559945B2 Membrane assembly for a 3D printing system
A tank assembly for a 3D printing system may include a membrane assembly that is releasably secured to a bottom rim of a tank sidewall of the tank assembly. The securing mechanism may include one or more of a friction-fit coupling and a magnetic coupling. The membrane assembly may include a frame, a radiation-transparent flexible membrane and a membrane securing member. A peripheral portion of the flexible membrane may be secured within a groove of the frame by the membrane securing member. The tank sidewall may include one or more components for supplying fresh resin to the tank assembly and one or more components for draining used resin from the tank assembly.
US11559944B2 High resolution electrohydrodynamic three-dimensional printing of high viscosity materials
A system and method for three-dimensionally printing high viscosity materials using electrohydrodynamics is provided. The system uses a relatively low voltage electric field to draw high viscosity polymers (not in solution) from a nozzle to form three-dimensional objects with lines less than 10 microns in width. Pressurized gas at the nozzle outlet can be used to print large size/dimension parts, instead of or in addition to the electric field to draw the polymers from the nozzle.
US11559942B2 Three-dimensional object molding method and molding device
A three-dimensional object molding method and molding device, where the method includes the following steps: forming a powder particle layer, wherein the powder particle layer at least contains thermosetting powder particles capable of undergoing thermal polymerization; spraying a photocurable material onto the powder particle layer according to layer printing data, such that the photocurable material covers at least part of the powder particle layer and permeates into this layer; curing the photocurable material to form a slice layer; repeating the steps to obtain a plurality of slice layers, and stacking the plurality of slice layers layer-by-layer to form a three-dimensional object green body; and heating the green body to thermally polymerize the thermosetting powder particles so as to obtain the three-dimensional object. The method provided in the present application enables the obtained three-dimensional object to have very good mechanical properties and a high molding accuracy.
US11559938B2 Method of layerwise building up an object and a 3D printing device for performing such a method
A method of layerwise building up an object from at least a first and a second light hardenable resin on a 3D printing device, and a 3D printing device that is configured to perform such a method. The 3D printing device has a build platform on which the object can be built up, a light-transmissive carrier comprising a plurality of recesses and a light projector for projecting a light-pattern through the carrier. The method has the steps of (a) partially building up the object and thereby providing an object-in-process; (b) coating a first surface area of the carrier with a first blank layer of the first light hardenable resin; (c) moving the carrier and thereby positioning the first blank layer between the build platform and the light projector; (d) bringing the object-in-process into contact with the first blank layer; (e) irradiating the first blank layer with a light pattern and thereby supplementing the object-in-process by a hardened layer; and (f) separating the supplemented object-in-process from the carrier.
US11559935B2 Method and printing system for printing a three-dimensional structure, in particular an optical component
A method and printing system for printing a three-dimensional structure, in particular an optical component, by depositing droplets of printing ink side by side and one above the other in several consecutive depositing steps by means of a print head. In each depositing step a plurality of droplets is ejected simultaneously by a plurality of ejection nozzles of the print head. The print head is moved relative to the deposited droplets in a moving step performed between at least two consecutive depositing steps in such a manner that the droplets deposited in the same position in the at least two consecutive depositing steps are ejected at least partly from two different ejection nozzles.
US11559930B2 Injection-moulded component, joint, injection-moulding device, and method for producing an injection-moulded component
An injection-molded component having a casing body of plastics material and a core which is made of a core material, in particular of a metal, which is at least partially received within the casing body and is at least partially insert-molded. The injection-molded component may in particular serve as a joint part of a joint. As a result of the preferably metallic core, the injection-molded component, despite comparatively small dimensioning, is capable of being comparatively highly stressed. By virtue of the casing body of plastics material, a minor actuation noise may be implemented for the joint, even without complex lubrication.
US11559924B2 Concrete forming systems and methods
Systems and methods for constructing concrete foundations are provided which allow for rapid and high-precision placement and alignment of anchor bolts across large distances. A frame system is constructed outside of an excavation and then suspended, using supports, over an excavation. The frame system can include a frame having one or more templates for anchor bolts, a form suspended from the frame, and a mat and cage assembly tied to the frame. The frame system can be aligned in proper position and the anchor bolts placed in the frame system before the concrete is placed. In this way, the anchor bolts can be cast in place as the footing is placed.
US11559923B2 Method for preparing polyamide-imide film
One embodiment relates to a method for preparing a polyamide-imide film which is colorless and transparent and has good mechanical properties, easily and efficiently in terms of yield. Particularly, the embodiment relates to a preparation method capable of obtaining a polyamide-imide film of which the optical characteristics, mechanical properties and flexibility are harmoniously improved without complicated processes, by controlling the amount of imide repeating units and amide repeating units constituting the polyamide-imide film.
US11559920B2 Seal gasket element for a mixing apparatus, method for obtaining and applying the same, and special equipment for fitting the same
A method for obtaining and applying a sealing gasket element on a slide-valve sliding in a cavity of an apparatus for the recirculation and mixing of chemically reactive polymeric components, comprises the steps of: obtaining from an elastic-plastic material a precursor element of the seal element, with a grid structure having a reticular shape; positioning the precursor element around the slide-valve; exerting on the precursor element, through temporary clamping elements, a radial compression and contraction action to insert it and couple it to one or more housing seats provided on the slide-valve so as to obtain the seal element well coupled to the latter; progressively removing the clamping elements to sequentially release successive parts of the gasket element and gradually free the slide-valve to gradually introduce the parts of the slide-valve—freed in succession—in the housing cavity allowing the sealing gasket element to gradually expand radially due to the elastic return by adhering tightly to the inner surface of the same housing cavity. The special equipment for fitting the sealing gasket element on the slide-valve and the so obtained recirculation and mixing apparatus is also described.
US11559895B2 Predictive robotic obstacle detection
Provided are systems and methods by which robots predictively detect objects that may obstruct robotic tasks prior to the robots performing those tasks. For instance, a robot may receive a task, and may obtain dimensions of a task object based on a first identifier obtained with the task or with a sensor of the robot. The robot may determine a first boundary for moving the task object based on the task object dimensions and an added buffer of space that accounts for imprecise robotic operation. The robot may detect a second identifier of a neighboring object, and may obtain dimensions of the neighboring object using the second identifier. The robot may compute a second boundary of the neighboring object based on the dimensions of the neighboring object and a position of the second identifier, and may detect an obstruction based on the second boundary crossing into the first boundary.
US11559892B2 Self-propelled travelling apparatus, information processing apparatus, and non-transitory computer readable medium
A self-propelled travelling apparatus includes a travelling controller that controls travelling of the self-propelled travelling apparatus; a receiving unit that receives merchandise and a message associated with the merchandise from a user during travelling of the self-propelled travelling apparatus; and a supplying unit that supplies the message to another user in a case where the other user receives the merchandise while the self-propelled travelling apparatus is travelling after receiving the merchandise and the message.
US11559874B2 Clamping force visualization device and clamp
A clamping force visualization device, including a first clamping body (01) for clamping an object; the first clamping body (01) is telescopically assembled on a base (14), an elastic element (110) is provided between the first clamping body (01) and the base (14), and a clamping force scale (11) and a reading indicator (15) are respectively provided on the first clamping body (01) and the base (14); when the first clamping body (01) clamps the object, the elastic element (110) measures a clamping force and the reading indicator (15) points to the clamping force scale (11) for reading, so that the magnitude of the clamping force can be intuitively seen and read during clamping, thereby achieving accurate clamping. A clamp including the clamping force visualization device is also involved.
US11559873B2 Polishing tool holder and polishing device
A polishing device (1) includes a polishing brush (3) and a polishing brush holder (4) that holds the polishing brush (3). The polishing brush holder (4) includes a shank (6), a support mechanism (21) that has a sleeve (7) and supports the polishing brush (3) so as to be movable in an axial direction L of the shank (6), and a moving mechanism (22) that moves the polishing brush (3) in the axial direction L. The polishing brush holder (4) includes a pressure sensor (53) that detects a load (sensor detection pressure (P)) applied from a workpiece (W) to the polishing brush (3) when the workpiece (W) is polished by the polishing brush (3) supported by the support mechanism (21), and a control unit (51) that drives the moving mechanism (22) on the basis of the output (sensor detection pressure (P)) from the pressure sensor (53) to move the polishing brush (3) in the axial direction L.
US11559859B2 Weld coupon destructive test device
A weld coupon destructive test device includes a support base. A plunger connected to the support base and movable between a first position and a second position along a length of the support base. A handle to operate the plunger between the first position and the second position. A header on the support base, the header configured to press a weld coupon between the header and the plunger, the header having a first support end and a second support end, the header having a depression formed between the first support end and the second support end. The weld coupon rests between the first support end and the second support end of the header, and the weld coupon is pressed into the depression formed between the first support end and the second support end of the header.
US11559855B2 Surface topography control
Various aspects of the present disclosure are directed toward utilizing pulsed laser light to melt and displace material along a surface. As may be consistent with one or more embodiments, material at respective regions of a surface is melted and displaced using pulsed laser light. The melting and displacement at different ones of the regions is carried out to facilitate different displacement at each region. Such an approach may be used by varying characteristics, such as fluence, of the pulsed laser light at each region. In this contexts, surfaces can be smoothed, and structures can be formed on the surface.
US11559852B2 Thin-film devices and fabrication
Thin-film devices, for example electrochromic devices for windows, and methods of manufacturing are described. Particular focus is given to methods of patterning optical devices. Various edge deletion and isolation scribes are performed, for example, to ensure the optical device has appropriate isolation from any edge defects. Methods described herein apply to any thin-film device having one or more material layers sandwiched between two thin film electrical conductor layers. The described methods create novel optical device configurations.
US11559844B2 Whirling tool
A whirling tool for machining a workpiece, having: three or a multiple of three cutting plates, wherein each of the cutting plates comprises at least one cutting edge; a cutting plate holder having a plurality of cutting plate receptacles, wherein each of the cutting plate receptacles is configured to receive one of the cutting plates, wherein the cutting plate receptacles are disposed so as to be distributed in a circumferential direction across the cutting plate holder; and a plurality of fastening elements for releasably fastening the cutting plates in the cutting plate receptacles of the cutting plate holder; wherein the cutting plates comprise at least two different kinds of cutting plates, wherein at least one cutting plate of a first kind, and one cutting plate of a second kind are provided for each group of three cutting plates that are disposed beside one another on the cutting plate holder, wherein the cutting plate of the first kind differs from the cutting plate of the second kind by an overall geometry, by a dimension of the at least one cutting edge, and by a shape of the at least one cutting edge.
US11559843B2 Method and grinding machine for grinding a gear wheel workpiece
Method for the grinding of a gear wheel workpiece using a dressable worm grinding wheel, wherein the worm grinding wheel is rotationally driven about a tool axis of rotation and the gear wheel workpiece is rotationally driven about a workpiece axis of rotation, and relative movements are executed between the worm grinding wheel and gear wheel workpiece, and wherein after the execution of a dressing procedure of the worm grinding wheel, which is carried out by means of a rotationally-drivable dressing unit, the following steps are carried out: executing a relative shift movement between the worm grinding wheel and gear wheel workpiece parallel to the tool axis of rotation, executing an axially-parallel relative movement between the worm grinding wheel and gear wheel workpiece in parallel or diagonally to the workpiece axis of rotation, wherein a ratio between the shift movement and axially-parallel relative movement is specified, which is variable.
US11559842B2 Cutting device
A can cutting device that has a main body and a can support assembly coupled to the main body. The can support assembly has a shaft that extends along a longitudinal shaft axis, an eccentrically mounted mandrel that extends along a longitudinal mandrel axis parallel to the longitudinal shaft axis, and a cutter coupled to the main body having a cutting surface. The can is positionable in a mounted position such that the can is rotatable about a can axis of rotation, the cutting surface is positional to contact the portion of the can body supported by the mandrel at the cutting location, and when the cutting surface is in contact with the portion of the can body supported by the mandrel at the cutting location and the can is rotated about the can axis of rotation, the cutter cuts the portion of the can body at the cutting location.
US11559815B2 Suspension and guidance apparatus for tools and platforms relative to a mill
The present invention provides an apparatus for suspending and guiding at least one tool or work platform externally about a grinding mill, the apparatus including (a) a fixed track suspended above the grinding mill and extending about an outer periphery thereof in a plane substantially parallel to a surrounding floor of the mill, and, (b) at least one carriage assembly mounted to the track for suspending and guiding the at least one tool or work platform, the at least one carriage assembly configured to provide the at least one tool or work platform with at least two degrees of freedom, and wherein a first degree of freedom is linear movement along a first axis orthogonal to the surrounding floor of the mill.
US11559810B2 Method and apparatus for coding diagnostic meters
A system for diagnostic testing may include a meter for performing a diagnostic test on a sample applied to a test media, the meter having a housing and an interface for receiving a signal representing coding information, and a container configured to contain test media compatible with the meter, the container having a coding element associated therewith. Additionally, the system may provide a mechanism for removing the meter from an interconnected test container and reattaching it to a new container using on-container coding methods that can recalibrate the meter for the new container of test strips.
US11559808B2 Microfluidic device
A microfluidic device includes a lower casing and an upper casing covering the lower casing. The lower casing includes a lower base wall having a top surface and a plurality of spaced-apart columns that protrude upwards from the top surface. The upper casing includes an upper base wall. A first gap between the upper base wall and a column top surface of each of the columns is large enough to permit passage of large biological particles of a liquid sample, and a second gap between any two adjacent ones of the columns is not large enough to permit passage of the large biological particles and is large enough to permit passage of small biological particles of the liquid sample.
US11559804B2 Analysis devices, analysis kits, and analysis systems
An analysis apparatus including a stage, an analysis device placed on the stage and including receiving sections which accommodate a sample and a reagent for biochemical reaction, and are communicated with one another through a flow path having an inlet and an outlet, a liquid introduction section which is connected to the inlet and supplies into the flow path the sample, the reagent, and an sealing liquid for sealing each of the receiving sections, and a waste liquid storage section which is connected to the outlet and stores as waste liquid an excess of the sample and the reagent and a part of the sealing liquid supplied to the flow path, an optical system which includes an objective lens, emits excitation light to the receiving sections and allows observation of fluorescence generated in the receiving sections by the excitation light, and a control unit that controls such that the sealing liquid and the excess of the sample and the reagent form an interface in the waste liquid storage section, and that the interface is formed at a distance not less than a fluorescence-obtainable distance from a bottom of the receiving sections.
US11559800B2 Device for locking a volume adjustment screw for a pipetting system
A device for locking a volume adjustment screw for a pipetting system, comprising a control member which rotates as one with a position selector, the member cooperating with a locking wheel such that: when the selector is in the free adjustment position, the member ensures that the wheel is axially spaced from another wheel, such that the teeth of the wheels do not cooperate with each other; when the selector is in the fine adjustment position, the member allows the wheel to move away from and then to move axially towards the other wheel while transitioning from one tooth to another; when the selector is in the locking position, the member axially locks the wheel to prevent the teeth from being disengaged.
US11559791B2 Carbon-doped nickel oxide catalyst and methods for making and using thereof
A catalyst composition including nickel foam and a plurality of carbon-doped nickel oxide nanorods disposed on the nickel foam.
US11559786B2 Oxygen storage material and method for producing the same
An oxygen storage material including a ceria-zirconia based composite oxide containing a composite oxide of ceria and zirconia, wherein the ceria-zirconia based composite oxide comprises at least one rare-earth element selected from the group consisting of lanthanum, yttrium, and neodymium, and an amount of the rare-earth element(s) contained in total is 1 to 10% by atom in terms of element relative to a total amount of cerium and zirconium in the ceria-zirconia based composite oxide, 60 to 85% by atom of the entire amount of the rare-earth element(s) is contained in a near-surface upper-layer region extending from a surface of each primary particle of the ceria-zirconia based composite oxide to a depth of 50 nm in the primary particle, and 15 to 40% by atom of the entire amount of the rare-earth element(s) is contained in a near-surface lower-layer region extending from a depth of 50 nm to a depth of 100 nm in the primary particle, a content ratio of cerium and zirconium in the ceria-zirconia based composite oxide is in a range of 40:60 to 60:40 in terms of an atomic ratio ([Ce]:[Zr]), and the ceria-zirconia based composite oxide has an intensity ratio {I(14/29) value} between a diffraction line at 2θ=14.5° and a diffraction line at 2θ=29° which satisfies the following condition: I(14/29) value≥0.032, where the intensity ratio {I(14/29) value} is determined from an X-ray diffraction pattern using CuKα obtained by an X-ray diffraction measurement conducted after heating in air under a temperature condition of 1100° C. for 5 hours.
US11559782B2 Reactive media
Various embodiments of the present invention relate to reactive media including calcium. A reactive media includes a vitrified calcium silicate comprising reactive calcium. Various embodiments of the reactive media described herein are useful for removal of anionic impurities such as phosphate from water.
US11559778B2 De novo synthesized gene libraries
De novo synthesized large libraries of nucleic acids are provided herein with low error rates. Further, devices for the manufacturing of high-quality building blocks, such as oligonucleotides, are described herein. Longer nucleic acids can be synthesized in parallel using microfluidic assemblies. Further, methods herein allow for the fast construction of large libraries of long, high-quality genes. Devices for the manufacturing of large libraries of long and high-quality nucleic acids are further described herein.
US11559777B2 Microencapsulated polyaddition catalyst
A microencapsulated polyaddition catalyst comprises a capsule core, containing polyaddition catalyst, and an acrylic copolymer capsule shell, the acrylic copolymer comprising copolymerized units of an intermolecular anhydride of an ethylenically unsaturated C3-C12 carboxylic acid. The polyaddition catalyst is selected from acyclic tertiary amines, alicyclic tertiary amines, N-alkylimidazoles, phosphines and organic metal salts. It is suitable for catalysing the reaction of a polyol compound with a polyisocyanate compound. The polyaddition catalyst is released by a chemical stimulus, such as on contact with polyols or water, for example.
US11559767B2 Method for carbon dioxide capture and sequestration using alkaline industrial wastes
A method of sequestering gaseous carbon dioxide in which an oxide is carbonated by contacting it with a first aqueous carbonate solution to convert a portion of the oxide into a carbonate, which precipitates from solution. By converting the oxide to a solid carbonate, the CO2 from the first carbonate solution is sequestered into the precipitate. At the same time, an aqueous hydroxide solution is formed. The aqueous hydroxide solution is contacted with gaseous carbon dioxide which sequesters the gaseous CO2 into a second aqueous carbonate solution. The second solution so generated is then recycled back into the process and used to convert the oxide into the precipitated carbonate.
US11559758B2 Filtering device, purification device, chemical liquid manufacturing device, filtered substance to be purified, chemical liquid, and actinic ray-sensitive or radiation-sensitive resin composition
An object of the present invention is to provide a filtering device which makes it possible to obtain a chemical liquid having excellent performance and enables filter media to have sufficiently long pot life. Another object of the present invention is to provide a purification device, a chemical liquid manufacturing device, a filtered substance to be purified, a chemical liquid, and an actinic ray-sensitive or radiation-sensitive resin composition. A filtering device according to an embodiment of the present invention has a first filter unit including a first filter, which satisfies at least one condition selected from the group consisting of following conditions 1 to 3, and a housing accommodating the first filter and a second filter unit including a second filter different from the first filter and a housing accommodating the second filter, in which the first filter unit and the second filter unit are independently disposed in a pipe line through which a substance to be purified is supplied. Condition 1: the filter has a filter medium including two or more layers containing materials different from each other. Condition 2: the filter has a filter medium including two or more layers having different pore structures. Condition 3: the filter has a filter medium including one layer in which different materials are mixed together.
US11559757B2 Water filtration apparatus
Aspects of the present disclosure relate to an apparatus for filtering a fluid. One exemplary aspect including a casing having an interior cavity and extending between a fluid inlet and a fluid outlet at opposed ends thereof, a tube sheet assembly spanning the interior cavity the tube sheet assembly having a plurality bores therethrough and a plurality of filter media tubes each extending from one of the plurality of bores in the tube sheet assembly. In some exemplary aspects, the tube sheet assembly may comprise a plurality of retaining plates sandwiched together with a tube sheet plate. In some exemplary aspects, the apparatus may further comprise at least one restrictor plate adapted to obstruct at least one of the plurality of bores of the tube sheet.
US11559755B2 Vortex reservoir
A vortex reservoir for separation of an aerated portion of a hydraulic fluid includes an upper chamber and a lower chamber, in fluid communication with the upper chamber, having a lower chamber sidewall. The lower chamber includes a lower lower chamber and an upper lower chamber. The lower chamber includes a lower chamber partitioning plate. The lower chamber partitioning plate is located between the lower lower chamber and the upper lower chamber. The lower lower chamber is in fluid communication with the upper lower chamber via a gap between the lower chamber partitioning plate and the lower chamber sidewall.
US11559752B2 Toy vehicle playset with manually operable car feeder
A toy racetrack has a variety of features allowing a user to control and effect the travel path of toy vehicles as they travel through the toy racetrack. One or more car feeders are provided as starting points for a toy vehicle that is to be introduced onto a continuous closed loop track. A manually adjustable handle is operatively connected to a toy vehicle release that extends into the path of the car feeder, which blocks a toy vehicle's path until a user deliberately lowers the release through movement of the handle. Movement of the handle in a first direction lowers the release while raising a trigger into the path of the car feeder, preventing additional cars from entering the closed loop track. Movement of the handle in a second direction lowers the release while keeping the trigger retracted, allowing all cars to enter the closed loop track.
US11559745B2 Video modification and transmission using tokens
Modified video is distributed to a viewer of a computer-implemented game by causing a processor to distribute, toward a terminal device of a viewer, a first video including an animation of a first avatar of a distributor generated based on motion data; distribute, toward the terminal device, a second video related to a computer-implemented game generated with operation data using a received web page; receive, from the terminal device, token data indicative of a token sent to the distributor from the viewer during execution of one unit section of the game; and distribute, toward the terminal device, the second video including, during one time section occurring after the one unit section of the game ends and before a next unit section of the game begins, a rendering of a token object selected based on the token data.
US11559744B2 Targeting of an individual object among a plurality of objects in a multi-player online video game
Systems, methods, and media are provided for improved targeting of an individual object among a plurality of objects in a multi-player online video game. The video game may include plurality of objects located at various places at a given frame. At each frame, a position of the objects is identified. If a player object (except for the player object associated with the user) is within a predetermined radius of another player object, a target position of the player object is modified relative to other player objects. Next, the target position of the player object is modified towards its original position within the frame. This process is repeated for each player object until the corresponding player object is no longer within the predetermined radius of another player object or a violation of a constraints prevents the modification from being performed.
US11559740B2 Video modification and transmission using tokens
Computer-readable storage media are disclosed storing instructions, which when executed, cause a processor to: distribute, toward a terminal device of a viewer via a communication line, a first video including an animation of a first avatar of a distributor generated on the basis of motion data or the motion data; distribute, toward the terminal device of the viewer via the communication line, a second video related to a game generated on the basis of operation data by using a received web page; receive, from the terminal device of the viewer via the communication line, token data indicative of providing a token to the distributor from the viewer viewing the second video; and distribute, toward the terminal device of the viewer via the communication line, the second video including a game object set on the basis of the token data.
US11559736B2 Response method, apparatus and terminal to a control
Disclosed are a control response method and apparatus, and a terminal. The method is applied to a touch control terminal capable of presenting a graphical user interface, including: providing a first control on a graphical user interface, the operation response region of the first control including a first control region and a first response region; providing a second touch region on a graphical user interface, wherein the second touch region at least partially overlaps with the first response region; detecting a first touch operation acting on an overlap region of the second touch region and the first response region; determining an operation instruction generated in response to the first touch operation according to the game parameter, wherein the operation instruction is a first operation instruction corresponding to the first control or a second operation instruction corresponding to the second touch region.
US11559730B2 Sports equipment with alterable characteristic
Articles of sports equipment, such as striking implements (e.g., sticks) and wearable articles (e.g., skates, helmets) for playing hockey or other activities, in which at least one of the characteristics (e.g., stiffness) of the articles of sports equipment is adaptable and can be altered during use of the sports equipment, such as by comprising an alterable component coupled to a controller, by comprising an alterable component that is autonomously alterable, and/or by an alterable component that can be altered in response to a command of a remote device.
US11559726B2 Grooves of golf club heads and methods to manufacture grooves of golf club heads
A golf club head including a club face defined by a toe end, a heel end, a top rail and a sole. The golf club head including a plurality of grooves disposed on the club face between the top rail and the sole. Each groove extends between the toe end and the heel end. Depths of the grooves vary in a direction extending between the top rail and the sole and in a direction extending between the heel end and the toe end. Widths of each of the plurality of grooves vary in a direction extending between the heel end and the toe end.
US11559723B2 Combined oscillating positive expiratory pressure therapy and Huff Cough simulation device
A respiratory treatment device including an OPEP (oscillating positive expiratory pressure) mechanism, a Huff Cough mechanism, a user interface, and a conduit leading from the user interface to the OPEP mechanism and the Huff Cough mechanism, wherein air flow through the conduit is selectively directed to the OPEP mechanism and the Huff Cough mechanism.
US11559717B2 Exercise apparatus
An exercise apparatus is provided. The exercise apparatus includes first and second base assemblies, each having a plurality of riser segments. A first rail is connected to and spans the first and second base assemblies. The first rail has a plurality of horizontal segments interspersed with a plurality of vertical segments. A second rail is spaced apart from the first rail and is connected to and spans the first and second base assemblies. The second rail has a plurality of horizontal segments interspersed with a plurality of vertical segments. The horizontal and vertical segments of the second rail correspond to the horizontal and vertical segments of the first rail. Adjacent horizontal segments of each of the first and second rails are vertically spaced apart.
US11559714B1 Piercing pipe fire suppression system
A method and system are provided for an unmanned sprinkler system for suppressing fires that includes one or more hoses, one or more pipes, and a plurality of piercing nozzles arrayed and extending downward along each of the one or more pipes. Each of the piercing nozzles comprise a plurality of water flow openings for providing a sprinkler effect that suppresses or extinguishes fires.
US11559696B2 Implantable medical device for arrhythmia detection
A computer implemented method for determining heart arrhythmias based on cardiac activity that includes under control of one or more processors of an implantable medical device (IMD) configured with specific executable instructions to obtain far field cardiac activity (CA) signals at electrodes located remote from the heart, and obtain acceleration signatures, at an accelerometer of the IMD, indicative of heart sounds generated during the cardiac beats. The IMD is also configured with specific executable instructions to declare a candidate arrhythmia based on a characteristic of at least one R-R interval from the cardiac beats, and evaluate the acceleration signatures for ventricular events (VEs) to re-assess a presence or absence of at least one R-wave from the cardiac beats and based thereon confirming or denying the candidate arrhythmia.
US11559693B2 Pairing of external communication devices with an implantable medical device via a patient remote controller
Techniques for pairing an external device such as a clinician programmer (CP) to an implantable medical device (IMD) are disclosed, which involve use of a remote controller (RC) paired to the IMD. The RC is placed into a CP pairing mode, which acts differently depending on the type of IMD paired to the RC. If the IMD is RF based, the CP pairing mode places the IMD in a pairing mode, thus allowing the CP to connect directly with the IMD via a RF telemetry protocol. If the IMD is magnetic-induction based, the CP pairing mode causes the RC to advertise its presence to the CP, allowing the CP to connect to the RC via the RF telemetry protocol. Because the RC is also paired with the IMD via a magnetic induction telemetry protocol, the RC acts as a passthrough device to allow communications between the CP and the IMD.
US11559691B2 Method and device for cardiac electric synchronization
The disclosure relates to a method for improving pacing settings of a pace maker, comprising: receiving a set of pacing settings for the pace maker; receiving measurements or fluid mechanics data relating to the heart of a subject for all or part of the pacing settings of the set; estimating hemodynamic forces parameters by elaborating such measurements or inputting hemodynamic forces parameters as received; estimating hemodynamic forces parameters in the heart of the subject by elaborating such hemodynamic forces; selecting an optimal pacing setting of the set, or calculating further pace settings, based on the hemodynamic forces parameters as estimated A corresponding device and computer program are also disclosed.
US11559690B2 Ventricular assist system and method
Various embodiments of a ventricular assist system and a method of using such system are disclosed. The system includes a pump adapted to be connected to a heart of a patient, an outflow cannula including a first end adapted to be connected to an outlet of the pump and a second end adapted to be connected to an artery of the patient, and an electrode disposed on an outer surface of the outflow cannula and adapted to be disposed adjacent to an exterior wall of the heart. The system further includes a controller electrically connected to the pump and the electrode, where the controller is adapted to provide a pacing signal to the electrode.
US11559688B2 System and method for neuromodulation
A method of treating a patient having a blood pressure comprises delivering neuromodulation therapy to sustain or increase the blood pressure. The neuromodulation therapy includes placing a sympathetic therapy electrode in a posterior portion of a blood vessel and stimulating at least one extravascular cardiac sympathetic nerve fiber using said electrode.
US11559679B2 Lead implant fixation mechanism
A fixation mechanism of an implantable lead includes a plurality of depressions of an outermost surface of the lead and a relatively flexible sleeve mounted around the outermost surface. The depressions are spaced apart from one another along a length, and each extends circumferentially, wherein a longitudinal center-to-center spacing between each adjacent depression is uniform along the length, and each depression is of substantially the same size. The sleeve has an internal surface in sliding engagement with the outermost surface of the lead, and an external surface, in which suture grooves are formed. A longitudinal center-to-center spacing between adjacent suture grooves may be substantially the same as, or a multiple of, the longitudinal center-to-center spacing between adjacent depressions of the outermost surface of the lead. The sleeve may also include a ridge protruding from the internal surface, aligned with, or offset (by center-to-center spacing of depressions) from, the grooves.
US11559678B2 Adhesive electrode for the registration of electric signals
An adhesive electrode for the registration of electric and electrobiological signals and/or for stimulating a patient includes a patient contact portion and a transmission portion. The patient contact portion includes a layer of adhesive electrolyte material in contact with the patient's skin, a layer of conductive material, and a layer of insulating material. The transmission portion is also connected to the conductive layer. The layer of conductive material includes at least partially a layer of magnetic material, the transmission portion being removably secured to the layer of magnetic material.
US11559676B2 Medical device with hemostatic valve
In various examples, a hub for a medical device includes a hub housing including a passage from a proximal end of the hub housing to a distal end of the hub housing. A valve is disposed within the hub. The valve is configured to allow passage of an insertable device through the valve while inhibiting leakage of fluid from the valve. A cap is engaged to the hub housing. The cap includes an opening therethrough sized and shaped to allow passage of the insertable device through the opening. The opening allows access to the passage of the hub housing. An angled sidewall is disposed within the hub. The angled sidewall is configured to retain and deform the valve into a curved shape.
US11559670B2 Bladder rolling machine
An apparatus for rolling a bladder includes a support structure, a rolling pin, and a bladder-mounting pin. The apparatus optionally includes a rolling initiator Rolling a bladder includes inserting the bladder while unrolled into an apparatus for rolling a bladder, inserting the bladder between a rolling pin and a bladder-mounting pin of the rolling machine, and rotating the rolling pin to (a) advance a portion of the bladder between the rolling pin and the bladder-mounting pin, (b) roll the portion of the bladder around the bladder-mounting pin, and (c) drive the bladder-mounting pin to rotate in an opposite direction from that of the rolling pin.
US11559669B2 Cannula delivery catheter and procedure method
The medical device may comprise an elongate body having a proximal portion, a distal portion, and defining a lumen therethrough. Also, the medical device may include an expandable element coupled to the distal portion of the elongate body and in fluid communication with the lumen. The expandable element may define a first end and a second end, the second end being proximal to the first end. The medical device may further include a cannula surrounding at least a portion of the elongate body and the cannula may define a proximal end and a distal end. The distal end of the cannula may be disposed proximal and adjacent to the second end of the expandable element. An outer dimctcr diameter of the cannula may be substantially equal to or lesser than an outer diameter of the expandable element when inflated. The medical device may be maneuvered through a patient's body.
US11559666B2 Blood collection devices, systems, and methods facilitating blood flashback
A catheter system may include a catheter adapter, a catheter extending distally from the distal end of the catheter adapter, and a needle hub coupled to the catheter adapter. The needle hub may be transparent, and a needle may be secured within the needle hub. The catheter system may also include a flow control plug coupled to the proximal end of the needle hub. In some embodiments, a flashback pathway may be disposed between an outer surface of the flow control plug and an inner surface of the needle hub. In some embodiments, the catheter system may include an inner barrel and an outer barrel, and the inner barrel and the needle hub may be configured to move proximally within the outer barrel to retract the needle. The flashback pathway may be disposed between an outer surface of the needle hub and an inner surface of the inner barrel.
US11559663B2 Catheter including slidable push grip
A catheter may include an elongate body extending from a proximal end to a distal end and defining a lumen; a push member mechanically coupled to the proximal end of the elongate body; and a slidable push grip disposed about an outer perimeter of the push member. The slidable push grip is controllably engageable with the push member. When the slidable push grip is in an engaged state with the push member, the slidable push grip transmits an axial force to the push member to enable the push member to transmit the axial force to the elongate body. When the slidable push grip is in a disengaged state with the push member, the slidable push grip is movable axially in at least one direction along a length of the push member while transmitting substantially no axial force to the push member.
US11559661B2 Method of fabricating an elongate medical device
An elongate medical device having an axis comprises an inner liner, a jacket radially outward of the liner, a braid comprising metal embedded in the jacket, a sensor, and at least one wire electrically connected to said sensor. The at least one wire is one of: embedded in the jacket and optionally disposed helically around the braid; extending longitudinally within a tube which extends generally parallel to the device axis and wherein the tube is embedded in the jacket; and disposed within a lumen, wherein the lumen extends longitudinally within the jacket.
US11559660B2 Medical device with anti-rotation push tab
A medical device, comprising a hub or housing having a push tab including a main portion extending radially from an upper surface of the hub or housing, and at least one anti-rotation feature for resisting rotation of the hub or housing. A cannula is directly or indirectly connected to the hub or housing. The medical device may be a catheter, the cannula may be a catheter tube, and the hub or housing may be a catheter hub or an introducer needle tip shield for the catheter.
US11559655B2 Dual container hydrostatic ventilator
In an example, a ventilator includes a first container and a second container in fluidic communication with each other via a liquid. The second container includes a second container space surrounded by the second container and a second liquid surface. A hydrostatic pressure in the second container space results from a pressure differential defined by a difference between the first liquid surface elevation in the first container and the second liquid surface elevation. The second container space increases in size with an increase in the breathing gas supplied from a gas supply line to the second container space. An inhalation line is configured to open to permit a flow of the breathing gas from an inhalation inlet in the second container space to an inhalation outlet outside of the liquid and outside of the second container and coupled to a patient, causing the second container space to decrease in size.
US11559651B2 Apparatus and method for oxygen delivery to a patient during manual ventilation
A system for detecting manual ventilation and selectively delivering a high flow of oxygen. The system comprises a source of compressed oxygen coupled to a first lumen of a nasal cannula, with an oxygen flow control valve coupled to a processor to control the flow of oxygen to the nasal cannula. A second lumen of the nasal cannula is in connection with a pressure sensor and the pressure sensor in connection with the processor. The processor may receive the pressure values and be programmed to determine when manual ventilation has occurred, and send a signal to the oxygen flow control valve to send a high flow of oxygen in response to manual ventilation.