rip

Loosening the Caregiver's Grip

It happens slowly, like that metaphorical frog you’ve heard about. Possessiveness and controlling behavior in TBI caregivers is something that creeps up on you, and I suspect it is common — not because people are trying to be annoying, but because they care so much and want to see that their loved one is treated well in every respect.




rip

Intel’s Parallel Extensions for JavaScript

Intel’s Parallel Extensions for JavaScript, code named River Trail, hooks into on-chip vector extensions to improve performance of Web applications. Details of Intel’s attempt to get on the JavaScript juggernaut emerged last month at its developer event. The prototype JavaScript extension offered by Intel is intended to allow JavaScript apps to take advantage of modern parallel Read the rest...






rip

Trip to Mazirbe

At the very last day of last year (2017) I took an offer to go to Mazirbe – an old fishermen village, located on coast of Baltic sea, West part of Latvia. Trip turned around to be very nice. And I got some nice shots, too.

See rest of photos from trip to Mazirbe.




rip

‘Utterly Terrifying’: Study Affirms Feedback Loop Fears as Surging Antarctica Ice Loss Tripled in Last Five Years

By Jessica Corbett Common Dreams “The most robust study of the ice mass balance of Antarctica to date,” scientists say, “now puts Antarctica in the frame as one of the largest contributors to sea-level rise.” Scientists are expressing alarm over … Continue reading



  • Climate & Climate Change
  • Climate Change ET
  • Antarctic
  • Antarctic ice sheet
  • Antartic ice loss
  • sea level rise

rip

Grothendieck's inequalities for JB$^*$-triples: Proof of the Barton-Friedman conjecture. (arXiv:1903.08931v3 [math.OA] UPDATED)

We prove that, given a constant $K> 2$ and a bounded linear operator $T$ from a JB$^*$-triple $E$ into a complex Hilbert space $H$, there exists a norm-one functional $psiin E^*$ satisfying $$|T(x)| leq K , |T| , |x|_{psi},$$ for all $xin E$. Applying this result we show that, given $G > 8 (1+2sqrt{3})$ and a bounded bilinear form $V$ on the Cartesian product of two JB$^*$-triples $E$ and $B$, there exist norm-one functionals $varphiin E^{*}$ and $psiin B^{*}$ satisfying $$|V(x,y)| leq G |V| , |x|_{varphi} , |y|_{psi}$$ for all $(x,y)in E imes B$. These results prove a conjecture pursued during almost twenty years.




rip

Cliques with many colors in triple systems. (arXiv:2005.03078v1 [math.CO])

ErdH{o}s and Hajnal constructed a 4-coloring of the triples of an $N$-element set such that every $n$-element subset contains 2 triples with distinct colors, and $N$ is double exponential in $n$. Conlon, Fox and R"odl asked whether there is some integer $qge 3$ and a $q$-coloring of the triples of an $N$-element set such that every $n$-element subset has 3 triples with distinct colors, and $N$ is double exponential in $n$. We make the first nontrivial progress on this problem by providing a $q$-coloring with this property for all $qgeq 9$, where $N$ is exponential in $n^{2+cq}$ and $c>0$ is an absolute constant.




rip

Towards Embodied Scene Description. (arXiv:2004.14638v2 [cs.RO] UPDATED)

Embodiment is an important characteristic for all intelligent agents (creatures and robots), while existing scene description tasks mainly focus on analyzing images passively and the semantic understanding of the scenario is separated from the interaction between the agent and the environment. In this work, we propose the Embodied Scene Description, which exploits the embodiment ability of the agent to find an optimal viewpoint in its environment for scene description tasks. A learning framework with the paradigms of imitation learning and reinforcement learning is established to teach the intelligent agent to generate corresponding sensorimotor activities. The proposed framework is tested on both the AI2Thor dataset and a real world robotic platform demonstrating the effectiveness and extendability of the developed method.




rip

Provenance for the Description Logic ELHr. (arXiv:2001.07541v2 [cs.LO] UPDATED)

We address the problem of handling provenance information in ELHr ontologies. We consider a setting recently introduced for ontology-based data access, based on semirings and extending classical data provenance, in which ontology axioms are annotated with provenance tokens. A consequence inherits the provenance of the axioms involved in deriving it, yielding a provenance polynomial as an annotation. We analyse the semantics for the ELHr case and show that the presence of conjunctions poses various difficulties for handling provenance, some of which are mitigated by assuming multiplicative idempotency of the semiring. Under this assumption, we study three problems: ontology completion with provenance, computing the set of relevant axioms for a consequence, and query answering.




rip

Sunny Pointer: Designing a mouse pointer for people with peripheral vision loss. (arXiv:2005.03504v1 [cs.HC])

We present a new mouse cursor designed to facilitate the use of the mouse by people with peripheral vision loss. The pointer consists of a collection of converging straight lines covering the whole screen and following the position of the mouse cursor. We measured its positive effects with a group of participants with peripheral vision loss of different kinds and we found that it can reduce by a factor of 7 the time required to complete a targeting task using the mouse. Using eye tracking, we show that this system makes it possible to initiate the movement towards the target without having to precisely locate the mouse pointer. Using Fitts' Law, we compare these performances with those of full visual field users in order to understand the relation between the accuracy of the estimated mouse cursor position and the index of performance obtained with our tool.




rip

2kenize: Tying Subword Sequences for Chinese Script Conversion. (arXiv:2005.03375v1 [cs.CL])

Simplified Chinese to Traditional Chinese character conversion is a common preprocessing step in Chinese NLP. Despite this, current approaches have poor performance because they do not take into account that a simplified Chinese character can correspond to multiple traditional characters. Here, we propose a model that can disambiguate between mappings and convert between the two scripts. The model is based on subword segmentation, two language models, as well as a method for mapping between subword sequences. We further construct benchmark datasets for topic classification and script conversion. Our proposed method outperforms previous Chinese Character conversion approaches by 6 points in accuracy. These results are further confirmed in a downstream application, where 2kenize is used to convert pretraining dataset for topic classification. An error analysis reveals that our method's particular strengths are in dealing with code-mixing and named entities.




rip

Cotatron: Transcription-Guided Speech Encoder for Any-to-Many Voice Conversion without Parallel Data. (arXiv:2005.03295v1 [eess.AS])

We propose Cotatron, a transcription-guided speech encoder for speaker-independent linguistic representation. Cotatron is based on the multispeaker TTS architecture and can be trained with conventional TTS datasets. We train a voice conversion system to reconstruct speech with Cotatron features, which is similar to the previous methods based on Phonetic Posteriorgram (PPG). By training and evaluating our system with 108 speakers from the VCTK dataset, we outperform the previous method in terms of both naturalness and speaker similarity. Our system can also convert speech from speakers that are unseen during training, and utilize ASR to automate the transcription with minimal reduction of the performance. Audio samples are available at https://mindslab-ai.github.io/cotatron, and the code with a pre-trained model will be made available soon.




rip

The Complete Tutorial on the Top 5 Ways to Query Your Relational Database in JavaScript - Part 2

Welcome back! In the first part of this series, we looked at a very "low-level" way to interact with a relational database by sending it raw SQL strings and retrieving the results. We created a very simple Express application that we can use as an example and deployed it on Heroku with a Postgres database.

In this part, we're going to examine a few libraries which build on top of that foundation, adding layers of abstraction that let you read and manipulate database data in a more "JavaScript-like" way.




rip

Blown and stripped blend of soybean oil and corn stillage oil

A method for producing a high viscosity, low volatiles blown stripped oil blend is provided. The method may include the steps of: (i) obtaining an oil blend of corn stillage oil and soybean oil having a weight ratio of corn stillage oil to soybean oil of from about 1:2 to 3:1; (ii) heating the oil blend to at least 90° C.; (iii) passing air through the heated oil blend to produce a blown oil having a viscosity of at least 50 cSt at 40° C.; and (iv) stripping the blown oil from step (iii) to reduce an acid value of the blown oil to less than 5.0 mg KOH/gram.




rip

Methods and systems for mapping a peripheral function onto a legacy memory interface

A memory system includes a CPU that communicates commands and addresses to a main-memory module. The module includes a buffer circuit that relays commands and data between the CPU and the main memory. The memory module additionally includes an embedded processor that shares access to main memory in support of peripheral functionality, such as graphics processing, for improved overall system performance. The buffer circuit facilitates the communication of instructions and data between CPU and the peripheral processor in a manner that minimizes or eliminates the need to modify CPU, and consequently reduces practical barriers to the adoption of main-memory modules with integrated processing power.




rip

Bridge between a peripheral component interconnect express interface and a universal serial bus 3.0 device

A bridge includes a Peripheral Component Interconnect Express interface supporting at least two lanes, an Extensible Host Controller Interface, and a Universal Serial Bus 3.0 root hub. The Peripheral Component Interconnect Express interface is used for coupling to a host. Each lane of the at least two lanes provides a highest data transmission speed. The Extensible Host Controller Interface is coupled to the Peripheral Component Interconnect Express interface for storing data transmitted by the Peripheral Component Interconnect Express interface. The Universal Serial Bus 3.0 root hub includes a first controller and a second controller. The first controller and the second controller are used for controlling data transmission of four ports, and a highest data transmission speed provided by each port of the four ports is not more than the highest data transmission speed provided by the lane.




rip

System and method for detecting accidental peripheral device disconnection

A detection device for detecting the manner in which a peripheral device is removed from an electronic device is proposed. The detection device can be on the peripheral device or the electronic device and detects whether the peripheral device was removed in a manner that indicates the removal was intentional or unintentional.




rip

Electronic devices and methods for sharing peripheral devices in dual operating systems

A method for sharing peripheral devices in dual operating systems for an electronic device having at least one peripheral device is provided. The method includes: receiving a setting value for the peripheral device under the first operating system from a user; activating a second operating system; transmitting the setting value to the second operating system; and switching from the first operating system to the second operating system, wherein the second operating system sets the peripheral device with the setting value and enables the electronic device to operate under the second operating system.




rip

System for generating readable and meaningful descriptions of stream processing source code

An information processing system, computer readable storage medium, and method for automatically generating human readable and meaningful documentation for one or more source code files. A processor of the information processing system receives one or more source code files containing source code artifacts (SCA) and infers semantics therefrom based on predefined rules. The processor, based on the inferred semantics, extracts documentation from another source code file. The extracted documentation and the inferred semantics are used to generate new human readable and meaningful documentation for the SCA, such new documentation being previously missing from the SCA. The generated new documentation is included with the SCA in one or more source code files.




rip

Method and apparatus for creating and managing waiver descriptions for design verification

Methods are provided to facilitate automated creation and management of design rule checking or DRC waiver descriptions. Embodiments include receiving a plurality of first checksums corresponding to respective first geometric element violations waived in association with a block of an integrated circuit design, the first checksums being based on a first version of at least one design verification rule and/or of the block, receiving a second checksum corresponding to a second geometric element violation associated with the block, the second checksum being based on a second version of the design verification rule and/or of the block, determining whether the second checksum corresponds to at least one of the first checksums, and, if the second checksum does not correspond to at least one first checksum, generating a waiver request for the second geometric element error.




rip

Metal conservation with stripper solutions containing resorcinol

Resist stripping agents useful for fabricating circuits and/or forming electrodes on semiconductor devices for semiconductor integrated circuits and/or liquid crystals with reduced metal and metal alloy etch rates (particularly copper etch rates and TiW etch rates), are provided with methods for their use. The preferred stripping agents contain low concentrations of resorcinol or a resorcinol derivative, with or without an added copper salt, and with or without an added amine to improve solubility of the copper salt. Further provided are integrated circuit devices and electronic interconnect structures prepared according to these methods.




rip

Script compliance and quality assurance based on speech recognition and duration of interaction

Apparatus and methods are provided for using automatic speech recognition to analyze a voice interaction and verify compliance of an agent reading a script to a client during the voice interaction. In one aspect of the invention, a communications system includes a user interface, a communications network, and a call center having an automatic speech recognition component. In other aspects of the invention, a script compliance method includes the steps of conducting a voice interaction between an agent and a client and evaluating the voice interaction with an automatic speech recognition component adapted to analyze the voice interaction and determine whether the agent has adequately followed the script. In yet still further aspects of the invention, the duration of a given interaction can be analyzed, either apart from or in combination with the script compliance analysis above, to seek to identify instances of agent non-compliance, of fraud, or of quality-analysis issues.




rip

Apparatus and method for controlling peripheral in wireless communication system using an IP address

An apparatus and method control a connection between peripheral devices in a control server of a wireless communication system providing an IP-based communication service. The method for controlling the connection between peripheral devices includes registering at least one device in a group list classified by user identification information. The method also includes, if a control node including a user identifier of the group list requests a control of any one device included in the group list, checking an IP address of the device that is requested to be controlled by the control node. The method further includes sending a control command of the control node using the IP address.




rip

Sliding-window multi-class striping

A sequence of storage devices of a data store may include one or more stripesets for storing data stripes of different lengths and of different types. Each data stripe may be stored in a prefix or other portion of a stripeset. Each data stripe may be identified by an array of addresses that identify each page of the data stripe on each included storage device. When a first storage device of a stripeset becomes full, the stripeset may be shifted by removing the full storage device from the stripeset, and adding a next storage device of the data store to the stripeset. A class variable may be associated with storage devices of a stripeset to identify the type of data that the stripeset can store. The class variable may be increased (or otherwise modified) when a computer stores data of a different class in the stripeset.




rip

Process for triphosphate oligonucleotide synthesis

This invention relates to a process for preparing an oligonucleotide 5'-triphosphate. The process comprises the steps of: (a) synthesizing an oligonucleotide having a 5' hydroxyl moiety; (b) reacting the 5' hydroxyl moiety with a reagent of formula I: to convert the 5' hydroxyl moiety to a 5'-H-phosphonate, wherein R1 and R2 are each independently selected from the group consisting of haloalkyl, aryl, substituted aryl, heteroaryl, substituted heteroaryl, cycloalkyl, substituted cycloalkyl, heterocycle, and substituted heterocycle, acyl, phosphoryl, substituted alkyl acyl, substituted heteroalkyl acyl, substituted aryl acyl or substituted heteroaryl acyl, substituted alkyl phosphoryl, substituted heteroalkyl acyl, substituted aryl phosphoryl, and substituted heteroaryl phosphoryl; (c) activating the H-phosphonate of step (b) by reacting the H-phosphonate with a silylating agent, a halogenated oxidizing agent, a nitrogen-containing heteroaryl, or a combination thereof, to form an activated H-phosphonate; and (d) treating the oligonucleotide having an activated H-phosphonate from step (c) with a poly(alkylammonium)pyrophosphate.




rip

Synthesis and applications of peripherally asymmetric aryl POSS compounds

Asymmetric aryl polyhedral oligomeric silsesquioxanes (ArPoss) compounds synthesized by the “corner-capping” of phenyl7Si7O9(OH)3 with aryl trichlorosilanes are described. The ArPoss compounds have the chemical structure: wherein Ph is phenyl and wherein R is selected from the group consisting of: and mixtures thereof.




rip

Polysiloxane-modified polyhydroxy polyurethane resin, method for producing same, heat-sensitive recording material using the resin, imitation leather, thermoplastic polyolefin resin skin material, material for weather strip, and weather strip

Disclosed are a polysiloxane-modified polyhydroxy polyurethane resin characterized by being derived from a reaction between a 5-membered cyclic carbonate polysiloxane compound represented by the below-described formula (1) and an amine compound, and its production process; and a resin composition, thermal recording medium, imitation leather, thermoplastic polyolefin resin skin material, weather strip material, and weather strip, all of which make use of the resin. wherein A means




rip

Deep grip mechanism within blow mold hanger and related methods and bottles

Disclosed is a mold hanger for supporting a bottle mold in a blow molding station, the mold hanger comprising a piston and piston sleeve fully contained within the mold hanger configured to push a moveable insert into the mold. Also disclosed is a method of retrofitting an original rotatable blow molding module having multiple existing blow molding stations, each existing mold hanger defining an existing outer envelope. The disclosed method may include providing an improved mold hanger substantially contained within the respective existing outer envelope and including low-profile drive mechanisms configured opposably to drive moveable inserts into the mold. Further disclosed is a method of manufacturing a blow molded bottle with a deep pinch grip, the method including providing within a mold hanger a drive mechanism to drive a moveable insert into the mold. A bottle made by such methods is also disclosed.




rip

Stripper roll for use with calendering drives processing elastomeric mixes

A method and apparatus are provided for automatic and hands-free threading of an elastomeric mix into a calender set of rolls comprising one or more pairs of rolls that have a nip between them. A stripper roll is positioned next to one of the rolls forming the nip and is rotated so that the outer surface of the stripper roll moves in a direction opposite to the outer surface of the adjacent roll. The stripper roll removes all or a desired portion of the elastomeric mix from the adjacent roll and causes the same to transfer to another roll. Variables such as e.g., the relative surface speed of the stripper roll, diameter of the stripper roll, and distance of the outer surface of the stripper roll from the adjacent roll can be manipulated to control the amount of the elastomeric mix that is stripped by the stripper roll.




rip

Tool gripper chain bendable in two directions

The present disclosure relates to a tool gripper chain bendable in two directions that has a chain assembly that includes: gripper blocks that each have a first tooth at the center of a curved groove; first and second gripper assemblies that have first and second gripper members rotatably mounted on the rear of gripper blocks and grip a tool; first and second outer links that are formed in an arc shape; first and second inner links that are formed in an arc shape and disposed zigzag with respect to first and second outer links between first outer link and second outer link; and first and second collars that are disposed between first inner link and second inner link, in which first gripper assembly is disposed in front of second outer link, second gripper assembly is disposed ahead of second inner ink, and a first shaft hole of first gripper assembly and second shaft hole of second gripper assembly are coaxially arranged, such that first and second gripper assemblies are coupled by a first shaft or a second shaft.




rip

Method and apparatus for dispensing diagnostic test strips

An apparatus for storing and dispensing a test strip includes a container configured to store a stack of test strips. The container maintains appropriate environmental conditions, such as humidity, for storing the test strips. An engaging member is disposed in the container and is adapted to contact one test strip of the stack of test strips. An actuator actuates the engaging member to dispense the one test strip from the container. Since one test strip is dispensed at a time, the remaining test strips are not handled by the user. Accordingly, the unused test strips remain free of contaminants such as naturally occurring oils on the user's hand.




rip

Method and apparatus for ripple and phase loss detection

Methods and apparatus are presented for detecting phase loss and/or excessive ripple in a power converter, in which bandpass filters are used to obtain harmonic voltage amplitudes associated with the power converter DC bus, and phase loss is detected if a ratio of the second harmonic to the sixth harmonic and/or a ratio of the fourth harmonic to the sixth harmonic exceed predetermined threshold values.




rip

Triphenylene-based compounds and organic electroluminescent device comprising same

The present invention relates to a triphenylene-based compound represented by the following Formula 1 and an organic electroluminescent device including the same, and the compound of the present invention has excellent hole injection and/or transporting ability, electron transporting ability, and/or light emitting ability, and particularly, green and red light emitting ability, and thus in an organic electroluminescent device containing the same as a light emitting host material, characteristics such as luminous efficiency, luminance, thermal stability, driving voltage, service life and the like may be improved. In the formula, each of A, L, X and R1 to R19 is the same as those as defined in Detailed Description.




rip

Use of epidermal growth factor for the morphofunctional restoration of peripheral nerves in diabetic neuropathy

The invention relates to human medicine and to the use of epidermal growth factor (EGF) for preparing a pharmaceutical composition which is administered by infiltration into the periphery of nerve ganglia and/or trunks for the morphofunctional restoration of peripheral nerves in painful sensory-motor neuropathy as well as manifestations of ischemic neuritis. The invention also includes a composition containing EGF which can be formulated together with anesthetics or analgesics or encapsulated in microspheres and to the use thereof for the morphofunctional restoration of peripheral nerves in painful sensitive-motor-type diabetic neuropathy and the manifestations of ischemic neuritis.




rip

Use of epidermal growth factor for the morphofunctional restoration of peripheral nerves in diabetic neuropathy

The present invention is relevant to human medicine, and, in particular, to the use of Epidermal Growth Factor (EGF) in a pharmaceutical composition, said composition is administered through infiltration at the periphery of nerve trunks and/or ganglia, for the morphofunctional restoration of peripheral nerves in painful, sensory-motor neuropathy, as well as ischemic neuritis. It is also relevant to an EGF containing composition, where this molecule can be formulated together with anesthetic or analgesic drugs, or encapsulated in microspheres, and their use for the morphofunctional restoration of peripheral nerves in painful, sensory-motor neuropathy, as well as in ischemic neuritis.




rip

Methods and apparatus for stripping leaves from a stalk cured tobacco plant

A machine which provides for both leaf stripping and grading can be used to process plants, such as burley tobacco plants, by continuously moving the plants in a first direction while simultaneously varying the position of the plants in a second direction relative to a defoliating apparatus. The plants may be moved horizontally through a machine by a transporter engaging the plant stalks while the vertical distance between the transporter (and thus the plants) is varied relative to the defoliating apparatus. The transporter and defoliating apparatus may be positioned at an angle to one another. Due to the changing amount of vertical distance, leaves from different sections of the plants, such as leaves at different stalk heights, can be contacted and removed at different corresponding horizontal locations in the machine. Accordingly, leaves can be graded based on the location(s) from which they are retrieved after removal.




rip

Prescription paper for physicians

A prescription paper has reproduction material placed on selected areas of the back side of the paper so that prescription information can be transferred directly onto the patient's records while the prescription writer is writing the prescription. The reproduction material can be a carbonized backing or any other suitable reproduction material. The front side of the prescription paper comprises at least two lines that are separated by a pre-selected distance to match the distance between adjacent lines on the medical record. The prescription writer can align the lines on the prescription paper to the lines on the medical record so that information can be neatly transferred to the space between the lines on the medical record.




rip

Stripe coated linerless labels

A linerless label is provided, that can be easily imaged, printed, or hand written upon by the end user. The label consists of a single ply, dispensed usually in a roll form, or alternatively, in a stacked form. A label roll is formed from a web of ply. The face of the web is stripe coated with an adhesive repellant release coat. The back of the web of ply is stripe coated with adhesive. Upon winding the web of ply into a roll, the adhesive on the back of the web of ply overlies the adhesive repellant stripes on the face of the web therebelow. The regions of the face of the web of ply not striped with adhesive repellant form areas for user printing and handwriting. Further, any portion of the face of the web of ply may be press printed prior to the application of the adhesive repellant stripes. Likewise, a label stack includes a plurality of label sheets superposed one on top the other. The face of each label sheet is stripe coated with an adhesive repellant release coat, and the back of each label sheet is stripe coated with adhesive. The stack is formed such that the adhesive on the back of each label sheet overlies the release coat on the label therebelow.




rip

Prescription paper for physicians

A prescription paper has reproduction material placed on selected areas of the back side of the paper so that prescription information can be transferred directly onto the patient's records while the prescription writer is writing the prescription. The reproduction material can be a carbonized backing or any other suitable reproduction material. The front side of the prescription paper comprises at least two lines that are separated by a pre-selected distance to match the distance between adjacent lines on the medical record. The prescription writer can align the lines on the prescription paper to the lines on the medical record so that information can be neatly transferred to the space between the lines on the medical record.




rip

Detouring in scripting systems

A system described herein includes a receiver component that receives third party code for execution in a host environment, wherein the third party code corresponds to a dynamic programming language, and wherein the third party code has at least one object reference to a first object that is used by the third party code. A detouring component automatically replaces the first object referenced by the third party code with a proxy object such that the third party code at runtime calls the proxy object instead of the first object.




rip

Stripping device for a soil compaction roller and soil compaction roller, in particular trench roller

The present invention relates to a stripping device for a drum of a soil compaction roller, in particular, a stripping device for a drum of a trench roller, wherein the stripping device comprises a first scraping element disposed on a drum surface. The drum surface is provided with protrusions disposed on the periphery of the drum surface, wherein a drum extender is adapted to be attached to the drum. Provision is also made for the stripping device to have a second scraping element which is mounted on the first scraping element in an axially displaceable manner, wherein the second scraping element is adapted for attachment to the first scraping element by means of at least one fixing means.




rip

Lighting module generating an interlacing of light strips

A lighting module comprising at least one first lighting device and one second lighting device; the first lighting device comprises a support common to at least one first light emitter generating a first light strip and at least one second light emitter generating a second light strip. The first light emitter is arranged relative to second light emitter so as to generate a zone that is unlit by the first lighting device between the first light strip and the second light strip. The at least one second lighting device generates at least one third light strip that extends in the zone that is unlit.




rip

Method for the surface treatment of large parts, gripper of parts suitable for implementing such a method, use of said gripper and treatment cubicle

A system and method of painting parts of large dimensions that present a certain amount of flexibility that makes their shape geometrically unstable in the event of being moved. The surface of a part is moved in front of a paint spray device by an arm of a robot, while the spray device remains stationary relative to the robot and while the part is being deformed. Other elements include a gripper for gripping parts of large dimensions, the gripper being adapted to implement the method; an installation; and a booth for performing surface treatment of parts.




rip

Rocking jaw gripper for restraining tubulars

A rocking jaw gripper for restraining tubulars including an arm with a rocking jaw gripper rocker jaw, a rocking jaw gripper frame connected with the arm, a locking pin connecting the rocking jaw gripper frame to the chain cylinder, a hinge pin connecting the rocking jaw gripper frame to the arm and a plate jaw fastener retaining the rocker jaw body between the top plate and the bottom plate by engaging the tail hole of the rocker jaw body. When the rocking jaw gripper is engaged, it acts to restrain the movement of a tubular during make-up and break-out.




rip

Method and apparatus for processing a motor signal, having current ripple, of a DC motor

In order to process a motor signal (Ia, Um) of a DC motor (4), in particular of an adjustment drive of a motor vehicle, the armature current (Ia) and the motor voltage (Um) of the DC motor (4) are detected and used for determining the back-emf (E) of the DC motor (4), wherein the determined back-emf (E) is used to generate a useful signal (Sf, SEFL), which is in particular speed-proportional, from the armature current signal (Ia) for position sensing or for evaluating an excess force limitation.




rip

Punch assembly with quick attach punch point and stripper plate removably secure thereon

A punch assembly for a turret punch press having a two piece reciprocally movable punch member that has a punch point insert removably attached to a punch driver that allows replacement of the punch point insert without the need to extract the punch member from its punch guide. A locking assembly having four vertical guideways containing slider strips for coupling the punch point insert to the punch driver ensures precision registration of the punch point insert with its driver.




rip

Periphery coating apparatus, periphery coating method and storage medium therefor

A periphery coating unit performs a scan-in process of moving a resist liquid nozzle 27 from an outside of an edge Wb of a wafer W to a position above a periphery region Wc of the wafer W while rotating the wafer W and discharging a resist liquid from the resist liquid nozzle 27; and a scan-out process of moving the resist liquid nozzle 27 from the position above the periphery region Wc of the wafer W to the outside of the edge Wb of the wafer W while rotating the wafer W and discharging the resist liquid from the resist liquid nozzle 27. Further, in the scan-out process, the resist liquid nozzle 27 is moved at a speed v2 lower than a speed v3 at which the resist liquid is moved to a side of the edge Wb of the wafer W.




rip

Frame and insert for mounting a mobile device to a tripod

An apparatus for mounting a mobile device on a tripod includes a frame with a rigid peripheral member defining an opening therethrough. The peripheral member includes a mount configured to releasably couple the frame to the tripod. An insert is sized and shaped to be placed into the opening of the frame and releasably engage at least a portion of the peripheral member in an assembled configuration. The insert has a membrane in the form of a cavity configured to releasably receive and support the mobile device. The membrane extends over at least a portion of the opening of the frame in the assembled configuration and includes at least one camera hole extending therethrough that is aligned with a camera lens of the mobile device when the mobile device is mounted in the cavity.




rip

Periphery monitoring apparatus

A periphery monitoring apparatus capable of photographing a vicinity of a vehicle without impairing the outer appearance of the vehicle includes a light source configured to be provided in the vehicle for illuminating the periphery of the vehicle, and a camera photographing a condition of the periphery of the vehicle with an optical axis changed by a mirror toward the underside of the circumferential edge of the vehicle illuminated by at least a portion of light irradiated from the light source reflected by the mirror configured to be disposed on the outer side of the circumferential edge of the vehicle.