Sample records for remote memory access

  1. Remote direct memory access over datagrams

    DOEpatents

    Grant, Ryan Eric; Rashti, Mohammad Javad; Balaji, Pavan; Afsahi, Ahmad

    2014-12-02

    A communication stack for providing remote direct memory access (RDMA) over a datagram network is disclosed. The communication stack has a user level interface configured to accept datagram related input and communicate with an RDMA enabled network interface card (NIC) via an NIC driver. The communication stack also has an RDMA protocol layer configured to supply one or more data transfer primitives for the datagram related input of the user level. The communication stack further has a direct data placement (DDP) layer configured to transfer the datagram related input from a user storage to a transport layer based on the one or more data transfer primitives by way of a lower layer protocol (LLP) over the datagram network.

  2. Performance Evaluation of Remote Memory Access (RMA) Programming on Shared Memory Parallel Computers

    NASA Technical Reports Server (NTRS)

    Jin, Hao-Qiang; Jost, Gabriele; Biegel, Bryan A. (Technical Monitor)

    2002-01-01

    The purpose of this study is to evaluate the feasibility of remote memory access (RMA) programming on shared memory parallel computers. We discuss different RMA based implementations of selected CFD application benchmark kernels and compare them to corresponding message passing based codes. For the message-passing implementation we use MPI point-to-point and global communication routines. For the RMA based approach we consider two different libraries supporting this programming model. One is a shared memory parallelization library (SMPlib) developed at NASA Ames, the other is the MPI-2 extensions to the MPI Standard. We give timing comparisons for the different implementation strategies and discuss the performance.

  3. Remote direct memory access

    DOEpatents

    Archer, Charles J.; Blocksome, Michael A.

    2012-12-11

    Methods, parallel computers, and computer program products are disclosed for remote direct memory access. Embodiments include transmitting, from an origin DMA engine on an origin compute node to a plurality target DMA engines on target compute nodes, a request to send message, the request to send message specifying a data to be transferred from the origin DMA engine to data storage on each target compute node; receiving, by each target DMA engine on each target compute node, the request to send message; preparing, by each target DMA engine, to store data according to the data storage reference and the data length, including assigning a base storage address for the data storage reference; sending, by one or more of the target DMA engines, an acknowledgment message acknowledging that all the target DMA engines are prepared to receive a data transmission from the origin DMA engine; receiving, by the origin DMA engine, the acknowledgement message from the one or more of the target DMA engines; and transferring, by the origin DMA engine, data to data storage on each of the target compute nodes according to the data storage reference using a single direct put operation.

  4. Administering an epoch initiated for remote memory access

    DOEpatents

    Blocksome, Michael A; Miller, Douglas R

    2014-03-18

    Methods, systems, and products are disclosed for administering an epoch initiated for remote memory access that include: initiating, by an origin application messaging module on an origin compute node, one or more data transfers to a target compute node for the epoch; initiating, by the origin application messaging module after initiating the data transfers, a closing stage for the epoch, including rejecting any new data transfers after initiating the closing stage for the epoch; determining, by the origin application messaging module, whether the data transfers have completed; and closing, by the origin application messaging module, the epoch if the data transfers have completed.

  5. Administering an epoch initiated for remote memory access

    DOEpatents

    Blocksome, Michael A; Miller, Douglas R

    2012-10-23

    Methods, systems, and products are disclosed for administering an epoch initiated for remote memory access that include: initiating, by an origin application messaging module on an origin compute node, one or more data transfers to a target compute node for the epoch; initiating, by the origin application messaging module after initiating the data transfers, a closing stage for the epoch, including rejecting any new data transfers after initiating the closing stage for the epoch; determining, by the origin application messaging module, whether the data transfers have completed; and closing, by the origin application messaging module, the epoch if the data transfers have completed.

  6. Administering an epoch initiated for remote memory access

    DOEpatents

    Blocksome, Michael A.; Miller, Douglas R.

    2013-01-01

    Methods, systems, and products are disclosed for administering an epoch initiated for remote memory access that include: initiating, by an origin application messaging module on an origin compute node, one or more data transfers to a target compute node for the epoch; initiating, by the origin application messaging module after initiating the data transfers, a closing stage for the epoch, including rejecting any new data transfers after initiating the closing stage for the epoch; determining, by the origin application messaging module, whether the data transfers have completed; and closing, by the origin application messaging module, the epoch if the data transfers have completed.

  7. Random Access Memories: A New Paradigm for Target Detection in High Resolution Aerial Remote Sensing Images.

    PubMed

    Zou, Zhengxia; Shi, Zhenwei

    2018-03-01

    We propose a new paradigm for target detection in high resolution aerial remote sensing images under small target priors. Previous remote sensing target detection methods frame the detection as learning of detection model + inference of class-label and bounding-box coordinates. Instead, we formulate it from a Bayesian view that at inference stage, the detection model is adaptively updated to maximize its posterior that is determined by both training and observation. We call this paradigm "random access memories (RAM)." In this paradigm, "Memories" can be interpreted as any model distribution learned from training data and "random access" means accessing memories and randomly adjusting the model at detection phase to obtain better adaptivity to any unseen distribution of test data. By leveraging some latest detection techniques e.g., deep Convolutional Neural Networks and multi-scale anchors, experimental results on a public remote sensing target detection data set show our method outperforms several other state of the art methods. We also introduce a new data set "LEarning, VIsion and Remote sensing laboratory (LEVIR)", which is one order of magnitude larger than other data sets of this field. LEVIR consists of a large set of Google Earth images, with over 22 k images and 10 k independently labeled targets. RAM gives noticeable upgrade of accuracy (an mean average precision improvement of 1% ~ 4%) of our baseline detectors with acceptable computational overhead.

  8. Optimizing NEURON Simulation Environment Using Remote Memory Access with Recursive Doubling on Distributed Memory Systems.

    PubMed

    Shehzad, Danish; Bozkuş, Zeki

    2016-01-01

    Increase in complexity of neuronal network models escalated the efforts to make NEURON simulation environment efficient. The computational neuroscientists divided the equations into subnets amongst multiple processors for achieving better hardware performance. On parallel machines for neuronal networks, interprocessor spikes exchange consumes large section of overall simulation time. In NEURON for communication between processors Message Passing Interface (MPI) is used. MPI_Allgather collective is exercised for spikes exchange after each interval across distributed memory systems. The increase in number of processors though results in achieving concurrency and better performance but it inversely affects MPI_Allgather which increases communication time between processors. This necessitates improving communication methodology to decrease the spikes exchange time over distributed memory systems. This work has improved MPI_Allgather method using Remote Memory Access (RMA) by moving two-sided communication to one-sided communication, and use of recursive doubling mechanism facilitates achieving efficient communication between the processors in precise steps. This approach enhanced communication concurrency and has improved overall runtime making NEURON more efficient for simulation of large neuronal network models.

  9. Optimizing NEURON Simulation Environment Using Remote Memory Access with Recursive Doubling on Distributed Memory Systems

    PubMed Central

    Bozkuş, Zeki

    2016-01-01

    Increase in complexity of neuronal network models escalated the efforts to make NEURON simulation environment efficient. The computational neuroscientists divided the equations into subnets amongst multiple processors for achieving better hardware performance. On parallel machines for neuronal networks, interprocessor spikes exchange consumes large section of overall simulation time. In NEURON for communication between processors Message Passing Interface (MPI) is used. MPI_Allgather collective is exercised for spikes exchange after each interval across distributed memory systems. The increase in number of processors though results in achieving concurrency and better performance but it inversely affects MPI_Allgather which increases communication time between processors. This necessitates improving communication methodology to decrease the spikes exchange time over distributed memory systems. This work has improved MPI_Allgather method using Remote Memory Access (RMA) by moving two-sided communication to one-sided communication, and use of recursive doubling mechanism facilitates achieving efficient communication between the processors in precise steps. This approach enhanced communication concurrency and has improved overall runtime making NEURON more efficient for simulation of large neuronal network models. PMID:27413363

  10. A Simple Solution to Providing Remote Access to CD-ROM.

    ERIC Educational Resources Information Center

    Garnham, Carla T.; Brodie, Kent

    1990-01-01

    A pilot project at the Medical College of Wisconsin illustrates how even small computing organizations with limited financial and staff resources can provide remote access to CD-ROM (Compact Disc-Read-Only-Memory) databases, and that providing such convenient access to a vast array of useful information can greatly benefit faculty and students.…

  11. Demystifying Remote Access

    ERIC Educational Resources Information Center

    Howe, Grant

    2009-01-01

    With money tight, more and more districts are considering remote access as a way to reduce expenses and budget information technology costs more effectively. Remote access allows staff members to work with a hosted software application from any school campus without being tied to a specific physical location. Each school can access critical…

  12. Remote Memory Access Protocol Target Node Intellectual Property

    NASA Technical Reports Server (NTRS)

    Haddad, Omar

    2013-01-01

    The MagnetoSpheric Multiscale (MMS) mission had a requirement to use the Remote Memory Access Protocol (RMAP) over its SpaceWire network. At the time, no known intellectual property (IP) cores were available for purchase. Additionally, MMS preferred to implement the RMAP functionality with control over the low-level details of the design. For example, not all the RMAP standard functionality was needed, and it was desired to implement only the portions of the RMAP protocol that were needed. RMAP functionality had been previously implemented in commercial off-the-shelf (COTS) products, but the IP core was not available for purchase. The RMAP Target IP core is a VHDL (VHSIC Hardware Description Language description of a digital logic design suitable for implementation in an FPGA (field-programmable gate array) or ASIC (application-specific integrated circuit) that parses SpaceWire packets that conform to the RMAP standard. The RMAP packet protocol allows a network host to access and control a target device using address mapping. This capability allows SpaceWire devices to be managed in a standardized way that simplifies the hardware design of the device, as well as the development of the software that controls the device. The RMAP Target IP core has some features that are unique and not specified in the RMAP standard. One such feature is the ability to automatically abort transactions if the back-end logic does not respond to read/write requests within a predefined time. When a request times out, the RMAP Target IP core automatically retracts the request and returns a command response with an appropriate status in the response packet s header. Another such feature is the ability to control the SpaceWire node or router using RMAP transactions in the extended address range. This allows the SpaceWire network host to manage the SpaceWire network elements using RMAP packets, which reduces the number of protocols that the network host needs to support.

  13. Accessing memory

    DOEpatents

    Yoon, Doe Hyun; Muralimanohar, Naveen; Chang, Jichuan; Ranganthan, Parthasarathy

    2017-09-26

    A disclosed example method involves performing simultaneous data accesses on at least first and second independently selectable logical sub-ranks to access first data via a wide internal data bus in a memory device. The memory device includes a translation buffer chip, memory chips in independently selectable logical sub-ranks, a narrow external data bus to connect the translation buffer chip to a memory controller, and the wide internal data bus between the translation buffer chip and the memory chips. A data access is performed on only the first independently selectable logical sub-rank to access second data via the wide internal data bus. The example method also involves locating a first portion of the first data, a second portion of the first data, and the second data on the narrow external data bus during separate data transfers.

  14. Epigenetic Priming of Memory Updating during Reconsolidation to Attenuate Remote Fear Memories

    PubMed Central

    Gräff, Johannes; Joseph, Nadine F.; Horn, Meryl E.; Samiei, Alireza; Meng, Jia; Seo, Jinsoo; Rei, Damien; Bero, Adam W.; Phan, Trongha X.; Wagner, Florence; Holson, Edward; Xu, Jinbin; Sun, Jianjun; Neve, Rachael L.; Mach, Robert H.; Haggarty, Stephen J.; Tsai, Li-Huei

    2014-01-01

    Summary Traumatic events generate some of the most enduring forms of memories. Despite the elevated lifetime prevalence of anxiety disorders, effective strategies to attenuate long-term traumatic memories are scarce. The most efficacious treatments to diminish recent (i.e., day-old) traumata capitalize on memory updating mechanisms during reconsolidation that are initiated upon memory recall. Here, we show that, in mice, successful reconsolidation-updating paradigms for recent memories fail to attenuate remote (i.e., month-old) ones. We find that, whereas recent memory recall induces a limited period of hippocampal neuroplasticity mediated, in part, by S-nitrosylation of HDAC2 and histone acetylation, such plasticity is absent for remote memories. However, by using an HDAC2-targeting inhibitor (HDACi) during reconsolidation, even remote memories can be persistently attenuated. This intervention epigenetically primes the expression of neuroplasticity-related genes, which is accompanied by higher metabolic, synaptic, and structural plasticity. Thus, applying HDACis during memory reconsolidation might constitute a treatment option for remote traumata. PMID:24439381

  15. Atomic memory access hardware implementations

    DOEpatents

    Ahn, Jung Ho; Erez, Mattan; Dally, William J

    2015-02-17

    Atomic memory access requests are handled using a variety of systems and methods. According to one example method, a data-processing circuit having an address-request generator that issues requests to a common memory implements a method of processing the requests using a memory-access intervention circuit coupled between the generator and the common memory. The method identifies a current atomic-memory access request from a plurality of memory access requests. A data set is stored that corresponds to the current atomic-memory access request in a data storage circuit within the intervention circuit. It is determined whether the current atomic-memory access request corresponds to at least one previously-stored atomic-memory access request. In response to determining correspondence, the current request is implemented by retrieving data from the common memory. The data is modified in response to the current request and at least one other access request in the memory-access intervention circuit.

  16. Recall of remote episodic memory in amnesia.

    PubMed

    Zola-Morgan, S; Cohen, N J; Squire, L R

    1983-01-01

    Recall of remote episodic memory was assessed in three types of amnesic patient whose remote semantic memory had been evaluated previously. Patients with Korsakoff's syndrome, case N.A. and patients receiving electroconvulsive therapy all succeeded in recalling specific autobiographical episodes in response to single-word cues, and in many conditions performed as well as control subjects. Their pattern of performance generally paralleled that obtained in previous tests of remote semantic memory. These results argue against a view that amnesia reflects a selective deficit of episodic memory and suggest that the semantic-episodic distinction cannot illuminate the fundamental deficit in amnesia. Nor can the facts of amnesia confirm or deny the validity of this distinction in normal memory.

  17. Neural mechanism underlying autobiographical memory modulated by remoteness and emotion

    NASA Astrophysics Data System (ADS)

    Ge, Ruiyang; Fu, Yan; Wang, DaHua; Yao, Li; Long, Zhiying

    2012-03-01

    Autobiographical memory is the ability to recollect past events from one's own life. Both emotional tone and memory remoteness can influence autobiographical memory retrieval along the time axis of one's life. Although numerous studies have been performed to investigate brain regions involved in retrieving processes of autobiographical memory, the effect of emotional tone and memory age on autobiographical memory retrieval remains to be clarified. Moreover, whether the involvement of hippocampus in consolidation of autobiographical events is time dependent or independent has been controversial. In this study, we investigated the effect of memory remoteness (factor1: recent and remote) and emotional valence (factor2: positive and negative) on neural correlates underlying autobiographical memory by using functional magnetic resonance imaging (fMRI) technique. Although all four conditions activated some common regions known as "core" regions in autobiographical memory retrieval, there are some other regions showing significantly different activation for recent versus remote and positive versus negative memories. In particular, we found that bilateral hippocampal regions were activated in the four conditions regardless of memory remoteness and emotional valence. Thus, our study confirmed some findings of previous studies and provided further evidence to support the multi-trace theory which believes that the role of hippocampus involved in autobiographical memory retrieval is time-independent and permanent in memory consolidation.

  18. Remote access thyroid surgery

    PubMed Central

    Bhatia, Parisha; Mohamed, Hossam Eldin; Kadi, Abida; Walvekar, Rohan R.

    2015-01-01

    Robot assisted thyroid surgery has been the latest advance in the evolution of thyroid surgery after endoscopy assisted procedures. The advantage of a superior field vision and technical advancements of robotic technology have permitted novel remote access (trans-axillary and retro-auricular) surgical approaches. Interestingly, several remote access surgical ports using robot surgical system and endoscopic technique have been customized to avoid the social stigma of a visible scar. Current literature has displayed their various advantages in terms of post-operative outcomes; however, the associated financial burden and also additional training and expertise necessary hinder its widespread adoption into endocrine surgery practices. These approaches offer excellent cosmesis, with a shorter learning curve and reduce discomfort to surgeons operating ergonomically through a robotic console. This review aims to provide details of various remote access techniques that are being offered for thyroid resection. Though these have been reported to be safe and feasible approaches for thyroid surgery, further evaluation for their efficacy still remains. PMID:26425450

  19. Quantum random access memory.

    PubMed

    Giovannetti, Vittorio; Lloyd, Seth; Maccone, Lorenzo

    2008-04-25

    A random access memory (RAM) uses n bits to randomly address N=2(n) distinct memory cells. A quantum random access memory (QRAM) uses n qubits to address any quantum superposition of N memory cells. We present an architecture that exponentially reduces the requirements for a memory call: O(logN) switches need be thrown instead of the N used in conventional (classical or quantum) RAM designs. This yields a more robust QRAM algorithm, as it in general requires entanglement among exponentially less gates, and leads to an exponential decrease in the power needed for addressing. A quantum optical implementation is presented.

  20. The mysteries of remote memory.

    PubMed

    Albo, Zimbul; Gräff, Johannes

    2018-03-19

    Long-lasting memories form the basis of our identity as individuals and lie central in shaping future behaviours that guide survival. Surprisingly, however, our current knowledge of how such memories are stored in the brain and retrieved, as well as the dynamics of the circuits involved, remains scarce despite seminal technical and experimental breakthroughs in recent years. Traditionally, it has been proposed that, over time, information initially learnt in the hippocampus is stored in distributed cortical networks. This process-the standard theory of memory consolidation-would stabilize the newly encoded information into a lasting memory, become independent of the hippocampus, and remain essentially unmodifiable throughout the lifetime of the individual. In recent years, several pieces of evidence have started to challenge this view and indicate that long-lasting memories might already ab ovo be encoded, and subsequently stored in distributed cortical networks, akin to the multiple trace theory of memory consolidation. In this review, we summarize these recent findings and attempt to identify the biologically plausible mechanisms based on which a contextual memory becomes remote by integrating different levels of analysis: from neural circuits to cell ensembles across synaptic remodelling and epigenetic modifications. From these studies, remote memory formation and maintenance appear to occur through a multi-trace, dynamic and integrative cellular process ranging from the synapse to the nucleus, and represent an exciting field of research primed to change quickly as new experimental evidence emerges.This article is part of a discussion meeting issue 'Of mice and mental health: facilitating dialogue between basic and clinical neuroscientists'. © 2018 The Authors.

  1. The mysteries of remote memory

    PubMed Central

    2018-01-01

    Long-lasting memories form the basis of our identity as individuals and lie central in shaping future behaviours that guide survival. Surprisingly, however, our current knowledge of how such memories are stored in the brain and retrieved, as well as the dynamics of the circuits involved, remains scarce despite seminal technical and experimental breakthroughs in recent years. Traditionally, it has been proposed that, over time, information initially learnt in the hippocampus is stored in distributed cortical networks. This process—the standard theory of memory consolidation—would stabilize the newly encoded information into a lasting memory, become independent of the hippocampus, and remain essentially unmodifiable throughout the lifetime of the individual. In recent years, several pieces of evidence have started to challenge this view and indicate that long-lasting memories might already ab ovo be encoded, and subsequently stored in distributed cortical networks, akin to the multiple trace theory of memory consolidation. In this review, we summarize these recent findings and attempt to identify the biologically plausible mechanisms based on which a contextual memory becomes remote by integrating different levels of analysis: from neural circuits to cell ensembles across synaptic remodelling and epigenetic modifications. From these studies, remote memory formation and maintenance appear to occur through a multi-trace, dynamic and integrative cellular process ranging from the synapse to the nucleus, and represent an exciting field of research primed to change quickly as new experimental evidence emerges. This article is part of a discussion meeting issue ‘Of mice and mental health: facilitating dialogue between basic and clinical neuroscientists’. PMID:29352028

  2. Cortical DNA methylation maintains remote memory.

    PubMed

    Miller, Courtney A; Gavin, Cristin F; White, Jason A; Parrish, R Ryley; Honasoge, Avinash; Yancey, Christopher R; Rivera, Ivonne M; Rubio, María D; Rumbaugh, Gavin; Sweatt, J David

    2010-06-01

    A behavioral memory's lifetime represents multiple molecular lifetimes, suggesting the necessity for a self-perpetuating signal. One candidate is DNA methylation, a transcriptional repression mechanism that maintains cellular memory throughout development. We found that persistent, gene-specific cortical hypermethylation was induced in rats by a single, hippocampus-dependent associative learning experience and pharmacologic inhibition of methylation 1 month after learning disrupted remote memory. We propose that the adult brain utilizes DNA methylation to preserve long-lasting memories.

  3. Type 1 Adenylyl Cyclase is Essential for Maintenance of Remote Contextual Fear Memory

    PubMed Central

    Shan, Qiang; Chan, Guy C.-K.; Storm, Daniel R.

    2008-01-01

    Although molecular mechanisms for hippocampus-dependent memory have been extensively studied, much less is known about signaling events important for remote memory. Here we report that mice lacking type 1 adenylyl cyclase (AC1) are able to establish and retrieve remote contextual memory but unable to sustain it as long as wild type mice. Interestingly, mice over-expressing AC1 show superior remote contextual memory even though they exhibit normal hippocampus-dependent contextual memory. These data illustrate that calcium coupling to cAMP contributes to the stability of remote memory and identifies AC1 as a potential drug target site to improve long-term remote memory. PMID:19036980

  4. Memory availability and referential access

    PubMed Central

    Johns, Clinton L.; Gordon, Peter C.; Long, Debra L.; Swaab, Tamara Y.

    2013-01-01

    Most theories of coreference specify linguistic factors that modulate antecedent accessibility in memory; however, whether non-linguistic factors also affect coreferential access is unknown. Here we examined the impact of a non-linguistic generation task (letter transposition) on the repeated-name penalty, a processing difficulty observed when coreferential repeated names refer to syntactically prominent (and thus more accessible) antecedents. In Experiment 1, generation improved online (event-related potentials) and offline (recognition memory) accessibility of names in word lists. In Experiment 2, we manipulated generation and syntactic prominence of antecedent names in sentences; both improved online and offline accessibility, but only syntactic prominence elicited a repeated-name penalty. Our results have three important implications: first, the form of a referential expression interacts with an antecedent’s status in the discourse model during coreference; second, availability in memory and referential accessibility are separable; and finally, theories of coreference must better integrate known properties of the human memory system. PMID:24443621

  5. Evaluating OpenSHMEM Explicit Remote Memory Access Operations and Merged Requests

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Boehm, Swen; Pophale, Swaroop S; Gorentla Venkata, Manjunath

    The OpenSHMEM Library Specification has evolved consid- erably since version 1.0. Recently, non-blocking implicit Remote Memory Access (RMA) operations were introduced in OpenSHMEM 1.3. These provide a way to achieve better overlap between communication and computation. However, the implicit non-blocking operations do not pro- vide a separate handle to track and complete the individual RMA opera- tions. They are guaranteed to be completed after either a shmem quiet(), shmem barrier() or a shmem barrier all() is called. These are global com- pletion and synchronization operations. Though this semantic is expected to achieve a higher message rate for the applications, themore » drawback is that it does not allow fine-grained control over the completion of RMA operations. In this paper, first, we introduce non-blocking RMA operations with requests, where each operation has an explicit request to track and com- plete the operation. Second, we introduce interfaces to merge multiple requests into a single request handle. The merged request tracks multiple user-selected RMA operations, which provides the flexibility of tracking related communication operations with one request handle. Lastly, we explore the implications in terms of performance, productivity, usability and the possibility of defining different patterns of communication via merging of requests. Our experimental results show that a well designed and implemented OpenSHMEM stack can hide the overhead of allocating and managing the requests. The latency of RMA operations with requests is similar to blocking and implicit non-blocking RMA operations. We test our implementation with the Scalable Synthetic Compact Applications (SSCA #1) benchmark and observe that using RMA operations with requests and merging of these requests outperform the implementation using blocking RMA operations and implicit non-blocking operations by 49% and 74% respectively.« less

  6. Detecting representations of recent and remote autobiographical memories in vmPFC and hippocampus

    PubMed Central

    Bonnici, Heidi M.; Chadwick, Martin J.; Lutti, Antoine; Hassabis, Demis; Weiskopf, Nikolaus; Maguire, Eleanor A.

    2012-01-01

    How autobiographical memories are represented in the human brain and whether this changes with time are questions central to memory neuroscience. Two regions in particular have been consistently implicated, the ventromedial prefrontal cortex (vmPFC) and the hippocampus, although their precise contributions are still contested. The key question in this debate, when reduced to its simplest form, concerns where information about specific autobiographical memories is located. Here we availed ourselves of the opportunity afforded by multi-voxel pattern analysis (MVPA) to provide an alternative to conventional neuropsychological and fMRI approaches, by detecting representations of individual autobiographical memories in patterns of fMRI activity. We examined whether information about specific recent (two weeks old) and remote (ten years old) autobiographical memories was represented in vmPFC and hippocampus, and other medial temporal and neocortical regions. vmPFC contained information about recent and remote autobiographical memories, although remote memories were more readily detected there, indicating that consolidation or a change of some kind had occurred. Information about both types of memory was also present in the hippocampus, suggesting it plays a role in the retrieval of vivid autobiographical memories regardless of remoteness. Interestingly, we also found that while recent and remote memories were both represented within anterior and posterior hippocampus, the latter nevertheless contained more information about remote memories. Thus, like vmPFC, the hippocampus too respected the distinction between recent and remote memories. Overall, these findings clarify and extend our view of vmPFC and hippocampus while also informing systems-level consolidation and providing clear targets for future studies. PMID:23175849

  7. Guidelines for Outsourcing Remote Access.

    ERIC Educational Resources Information Center

    Hassler, Ardoth; Neuman, Michael

    1996-01-01

    Discusses the advantages and disadvantages of outsourcing remote access to campus computer networks and the Internet, focusing on improved service, cost-sharing, partnerships with vendors, supported protocols, bandwidth, scope of access, implementation, support, network security, and pricing. Includes a checklist for a request for proposals on…

  8. Stability of Recent and Remote Contextual Fear Memory

    ERIC Educational Resources Information Center

    Frankland, Paul W.; Ding, Hoi-Ki; Takahashi, Eiki; Suzuki, Akinobu; Kida, Satoshi; Silva, Alcino J.

    2006-01-01

    Following initial encoding, memories undergo a prolonged period of reorganization. While such reorganization may occur in many different memory systems, its purpose is not clear. Previously, we have shown that recall of recent contextual fear memories engages the dorsal hippocampus (dHPC). In contrast, recall of remote contextual fear memories…

  9. Remote semantic memory for public figures in HIV infection, alcoholism, and their comorbidity.

    PubMed

    Fama, Rosemary; Rosenbloom, Margaret J; Sassoon, Stephanie A; Thompson, Megan A; Pfefferbaum, Adolf; Sullivan, Edith V

    2011-02-01

    Impairments in component processes of working and episodic memory mark both HIV infection and chronic alcoholism, with compounded deficits often observed in individuals comorbid for these conditions. Remote semantic memory processes, however, have only seldom been studied in these diagnostic groups. Examination of remote semantic memory could provide insight into the underlying processes associated with storage and retrieval of learned information over extended time periods while elucidating spared and impaired cognitive functions in these clinical groups. We examined component processes of remote semantic memory in HIV infection and chronic alcoholism in 4 subject groups (HIV, ALC, HIV + ALC, and age-matched healthy adults) using a modified version of the Presidents Test. Free recall, recognition, and sequencing of presidential candidates and election dates were assessed. In addition, component processes of working, episodic, and semantic memory were assessed with ancillary cognitive tests. The comorbid group (HIV + ALC) was significantly impaired on sequencing of remote semantic information compared with age-matched healthy adults. Free recall of remote semantic information was also modestly impaired in the HIV + ALC group, but normal performance for recognition of this information was observed. Few differences were observed between the single diagnosis groups (HIV, ALC) and healthy adults, although examination of the component processes underlying remote semantic memory scores elicited differences between the HIV and ALC groups. Selective remote memory processes were related to lifetime alcohol consumption in the ALC group and to viral load and depression level in the HIV group. Hepatitis C diagnosis was associated with lower remote semantic memory scores in all 3 clinical groups. Education level did not account for group differences reported. This study provides behavioral support for the existence of adverse effects associated with the comorbidity of HIV

  10. Remote memory in a patient with amnesia due to hypoxia.

    PubMed

    Beatty, W W; Salmon, D P; Bernstein, N; Butters, N

    1987-08-01

    It has been suggested that amnesic patients suffer a selective loss of episodic memory while semantic memory remains well preserved. To assess the validity of this idea we studied remote memory in an amnesic patient, (M.R.L.), using several different measures that differ in the extent to which they engage episodic or semantic memory. On two different versions of the Albert et al. (1979) remote memory battery M.R.L. displayed severe retrograde amnesia (RA) extending backwards in time for about 15 years with excellent preservation of older memories. With standard recall instructions his overall performance on the Crovitz test of autobiographical memory was impaired and all of M.R.L.'s specific, temporally dated memories were given from the first half of his life. When asked to reconstruct his past residential history in detail, M.R.L. provide specific and generally accurate information for residences occupied from his boyhood until 1970, but thereafter his memory became quite unreliable. On a test of knowledge of terms commonly employed in the surveying profession, in which he worked for the past 20 years, M.R.L.'s performance was also impaired. The consistent pattern of RA displayed by this patient on all of the tests of remote memory indicates that both episodic and semantic memory are impaired in amnesia.

  11. Remote Memory and Cortical Synaptic Plasticity Require Neuronal CCCTC-Binding Factor (CTCF).

    PubMed

    Kim, Somi; Yu, Nam-Kyung; Shim, Kyu-Won; Kim, Ji-Il; Kim, Hyopil; Han, Dae Hee; Choi, Ja Eun; Lee, Seung-Woo; Choi, Dong Il; Kim, Myung Won; Lee, Dong-Sung; Lee, Kyungmin; Galjart, Niels; Lee, Yong-Seok; Lee, Jae-Hyung; Kaang, Bong-Kiun

    2018-05-30

    The molecular mechanism of long-term memory has been extensively studied in the context of the hippocampus-dependent recent memory examined within several days. However, months-old remote memory maintained in the cortex for long-term has not been investigated much at the molecular level yet. Various epigenetic mechanisms are known to be important for long-term memory, but how the 3D chromatin architecture and its regulator molecules contribute to neuronal plasticity and systems consolidation is still largely unknown. CCCTC-binding factor (CTCF) is an 11-zinc finger protein well known for its role as a genome architecture molecule. Male conditional knock-out mice in which CTCF is lost in excitatory neurons during adulthood showed normal recent memory in the contextual fear conditioning and spatial water maze tasks. However, they showed remarkable impairments in remote memory in both tasks. Underlying the remote memory-specific phenotypes, we observed that female CTCF conditional knock-out mice exhibit disrupted cortical LTP, but not hippocampal LTP. Similarly, we observed that CTCF deletion in inhibitory neurons caused partial impairment of remote memory. Through RNA sequencing, we observed that CTCF knockdown in cortical neuron culture caused altered expression of genes that are highly involved in cell adhesion, synaptic plasticity, and memory. These results suggest that remote memory storage in the cortex requires CTCF-mediated gene regulation in neurons, whereas recent memory formation in the hippocampus does not. SIGNIFICANCE STATEMENT CCCTC-binding factor (CTCF) is a well-known 3D genome architectural protein that regulates gene expression. Here, we use two different CTCF conditional knock-out mouse lines and reveal, for the first time, that CTCF is critically involved in the regulation of remote memory. We also show that CTCF is necessary for appropriate expression of genes, many of which we found to be involved in the learning- and memory-related processes

  12. Hippocampal neurogenesis enhancers promote forgetting of remote fear memory after hippocampal reactivation by retrieval

    PubMed Central

    Ishikawa, Rie; Fukushima, Hotaka; Frankland, Paul W; Kida, Satoshi

    2016-01-01

    Forgetting of recent fear memory is promoted by treatment with memantine (MEM), which increases hippocampal neurogenesis. The approaches for treatment of post-traumatic stress disorder (PTSD) using rodent models have focused on the extinction and reconsolidation of recent, but not remote, memories. Here we show that, following prolonged re-exposure to the conditioning context, enhancers of hippocampal neurogenesis, including MEM, promote forgetting of remote contextual fear memory. However, these interventions are ineffective following shorter re-exposures. Importantly, we find that long, but not short re-exposures activate gene expression in the hippocampus and induce hippocampus-dependent reconsolidation of remote contextual fear memory. Furthermore, remote memory retrieval becomes hippocampus-dependent after the long-time recall, suggesting that remote fear memory returns to a hippocampus dependent state after the long-time recall, thereby allowing enhanced forgetting by increased hippocampal neurogenesis. Forgetting of traumatic memory may contribute to the development of PTSD treatment. DOI: http://dx.doi.org/10.7554/eLife.17464.001 PMID:27669409

  13. A Web-Based Remote Access Laboratory Using SCADA

    ERIC Educational Resources Information Center

    Aydogmus, Z.; Aydogmus, O.

    2009-01-01

    The Internet provides an opportunity for students to access laboratories from outside the campus. This paper presents a Web-based remote access real-time laboratory using SCADA (supervisory control and data acquisition) control. The control of an induction motor is used as an example to demonstrate the effectiveness of this remote laboratory,…

  14. Unilateral hippocampal inactivation or lesion selectively impairs remote contextual fear memory.

    PubMed

    Zhou, Heng; Zhou, Qixin; Xu, Lin

    2016-10-01

    Contextual fear memory depends on the hippocampus, but the role of unilateral hippocampus in this type of memory remains unclear. Herein, pharmacological inactivation or excitotoxic lesions were used to study the role of unilateral hippocampus in the stages of contextual fear memory. The pharmacological experiments revealed that compared with the control groups, unilateral hippocampal blockade did not impair 1-day recent memory following learning, whereas bilateral hippocampal blockade significantly impaired this memory. The lesion experiments showed that compared with the control groups, the formed contextual fear memory was retained for 7 days and that 30-day remote memory was markedly reduced in unilateral hippocampal lesion groups. These results indicate that an intact bilateral hippocampus is required for the formation of remote memory and that unilateral hippocampus is sufficient for recent contextual fear memory.

  15. Garnet Random-Access Memory

    NASA Technical Reports Server (NTRS)

    Katti, Romney R.

    1995-01-01

    Random-access memory (RAM) devices of proposed type exploit magneto-optical properties of magnetic garnets exhibiting perpendicular anisotropy. Magnetic writing and optical readout used. Provides nonvolatile storage and resists damage by ionizing radiation. Because of basic architecture and pinout requirements, most likely useful as small-capacity memory devices.

  16. Hippocampal Area CA1 and Remote Memory in Rats

    ERIC Educational Resources Information Center

    Ocampo, Amber C.; Squire, Larry R.; Clark, Robert E.

    2017-01-01

    Hippocampal lesions often produce temporally graded retrograde amnesia (TGRA), whereby recent memory is impaired more than remote memory. This finding has provided support for the process of systems consolidation. However, temporally graded memory impairment has not been observed with the watermaze task, and the findings have been inconsistent…

  17. Remote semantic memory is impoverished in hippocampal amnesia

    PubMed Central

    Klooster, Nathaniel B.; Duff, Melissa C.

    2015-01-01

    The necessity of the hippocampus for acquiring new semantic concepts is a topic of considerable debate. However, it is generally accepted that any role the hippocampus plays in semantic memory is time limited and that previously acquired information becomes independent of the hippocampus over time. This view, along with intact naming and word-definition matching performance in amnesia, has led to the notion that remote semantic memory is intact in patients with hippocampal amnesia. Motivated by perspectives of word learning as a protracted process where additional features and senses of a word are added over time, and by recent discoveries about the time course of hippocampal contributions to on-line relational processing, reconsolidation, and the flexible integration of information, we revisit the notion that remote semantic memory is intact in amnesia. Using measures of semantic richness and vocabulary depth from psycholinguistics and first and second language-learning studies, we examined how much information is associated with previously acquired, highly familiar words in a group of patients with bilateral hippocampal damage and amnesia. Relative to healthy demographically matched comparison participants and a group of brain-damaged comparison participants, the patients with hippocampal amnesia performed significantly worse on both productive and receptive measures of vocabulary depth and semantic richness. These findings suggest that remote semantic memory is impoverished in patients with hippocampal amnesia and that the hippocampus may play a role in the maintenance and updating of semantic memory beyond its initial acquisition. PMID:26474741

  18. Retrosplenial cortex is required for the retrieval of remote memory for auditory cues.

    PubMed

    Todd, Travis P; Mehlman, Max L; Keene, Christopher S; DeAngeli, Nicole E; Bucci, David J

    2016-06-01

    The restrosplenial cortex (RSC) has a well-established role in contextual and spatial learning and memory, consistent with its known connectivity with visuo-spatial association areas. In contrast, RSC appears to have little involvement with delay fear conditioning to an auditory cue. However, all previous studies have examined the contribution of the RSC to recently acquired auditory fear memories. Since neocortical regions have been implicated in the permanent storage of remote memories, we examined the contribution of the RSC to remotely acquired auditory fear memories. In Experiment 1, retrieval of a remotely acquired auditory fear memory was impaired when permanent lesions (either electrolytic or neurotoxic) were made several weeks after initial conditioning. In Experiment 2, using a chemogenetic approach, we observed impairments in the retrieval of remote memory for an auditory cue when the RSC was temporarily inactivated during testing. In Experiment 3, after injection of a retrograde tracer into the RSC, we observed labeled cells in primary and secondary auditory cortices, as well as the claustrum, indicating that the RSC receives direct projections from auditory regions. Overall our results indicate the RSC has a critical role in the retrieval of remotely acquired auditory fear memories, and we suggest this is related to the quality of the memory, with less precise memories being RSC dependent. © 2016 Todd et al.; Published by Cold Spring Harbor Laboratory Press.

  19. Generation-based memory synchronization in a multiprocessor system with weakly consistent memory accesses

    DOEpatents

    Ohmacht, Martin

    2017-08-15

    In a multiprocessor system, a central memory synchronization module coordinates memory synchronization requests responsive to memory access requests in flight, a generation counter, and a reclaim pointer. The central module communicates via point-to-point communication. The module includes a global OR reduce tree for each memory access requesting device, for detecting memory access requests in flight. An interface unit is implemented associated with each processor requesting synchronization. The interface unit includes multiple generation completion detectors. The generation count and reclaim pointer do not pass one another.

  20. Generation-based memory synchronization in a multiprocessor system with weakly consistent memory accesses

    DOEpatents

    Ohmacht, Martin

    2014-09-09

    In a multiprocessor system, a central memory synchronization module coordinates memory synchronization requests responsive to memory access requests in flight, a generation counter, and a reclaim pointer. The central module communicates via point-to-point communication. The module includes a global OR reduce tree for each memory access requesting device, for detecting memory access requests in flight. An interface unit is implemented associated with each processor requesting synchronization. The interface unit includes multiple generation completion detectors. The generation count and reclaim pointer do not pass one another.

  1. Remote Access to Wireless Communications Systems Laboratory--New Technology Approach

    ERIC Educational Resources Information Center

    Kafadarova, Nadezhda; Sotirov, Sotir; Milev, Mihail

    2012-01-01

    Technology nowadays enables the remote access to laboratory equipment and instruments via Internet. This is especially useful in engineering education, where students can conduct laboratory experiment remotely. Such remote laboratory access can enable students to use expensive laboratory equipment, which is not usually available to students. In…

  2. Hippocampal activation during the recall of remote spatial memories in radial maze tasks.

    PubMed

    Schlesiger, Magdalene I; Cressey, John C; Boublil, Brittney; Koenig, Julie; Melvin, Neal R; Leutgeb, Jill K; Leutgeb, Stefan

    2013-11-01

    Temporally graded retrograde amnesia is observed in human patients with medial temporal lobe lesions as well as in animal models of medial temporal lobe lesions. A time-limited role for these structures in memory recall has also been suggested by the observation that the rodent hippocampus and entorhinal cortex are activated during the retrieval of recent but not of remote memories. One notable exception is the recall of remote memories for platform locations in the water maze, which requires an intact hippocampus and results in hippocampal activation irrespective of the age of the memory. These findings raise the question whether the hippocampus is always involved in the recall of spatial memories or, alternatively, whether it might be required for procedural computations in the water maze task, such as for calculating a path to a hidden platform. We performed spatial memory testing in radial maze tasks to distinguish between these possibilities. Radial maze tasks require a choice between spatial locations on a center platform and thus have a lesser requirement for navigation than the water maze. However, we used a behavioral design in the radial maze that retained other aspects of the standard water maze task, such as the use of multiple start locations and retention testing in a single trial. Using the immediate early gene c-fos as a marker for neuronal activation, we found that all hippocampal subregions were more activated during the recall of remote compared to recent spatial memories. In areas CA3 and CA1, activation during remote memory testing was higher than in rats that were merely reexposed to the testing environment after the same time interval. Conversely, Fos levels in the dentate gyrus were increased after retention testing to the extent that was also observed in the corresponding exposure control group. This pattern of hippocampal activation was also obtained in a second version of the task that only used a single start arm instead of multiple

  3. Experimental realization of a multiplexed quantum memory with 225 individually accessible memory cells

    PubMed Central

    Pu, Y-F; Jiang, N.; Chang, W.; Yang, H-X; Li, C.; Duan, L-M

    2017-01-01

    To realize long-distance quantum communication and quantum network, it is required to have multiplexed quantum memory with many memory cells. Each memory cell needs to be individually addressable and independently accessible. Here we report an experiment that realizes a multiplexed DLCZ-type quantum memory with 225 individually accessible memory cells in a macroscopic atomic ensemble. As a key element for quantum repeaters, we demonstrate that entanglement with flying optical qubits can be stored into any neighboring memory cells and read out after a programmable time with high fidelity. Experimental realization of a multiplexed quantum memory with many individually accessible memory cells and programmable control of its addressing and readout makes an important step for its application in quantum information technology. PMID:28480891

  4. Experimental realization of a multiplexed quantum memory with 225 individually accessible memory cells.

    PubMed

    Pu, Y-F; Jiang, N; Chang, W; Yang, H-X; Li, C; Duan, L-M

    2017-05-08

    To realize long-distance quantum communication and quantum network, it is required to have multiplexed quantum memory with many memory cells. Each memory cell needs to be individually addressable and independently accessible. Here we report an experiment that realizes a multiplexed DLCZ-type quantum memory with 225 individually accessible memory cells in a macroscopic atomic ensemble. As a key element for quantum repeaters, we demonstrate that entanglement with flying optical qubits can be stored into any neighboring memory cells and read out after a programmable time with high fidelity. Experimental realization of a multiplexed quantum memory with many individually accessible memory cells and programmable control of its addressing and readout makes an important step for its application in quantum information technology.

  5. Is random access memory random?

    NASA Technical Reports Server (NTRS)

    Denning, P. J.

    1986-01-01

    Most software is contructed on the assumption that the programs and data are stored in random access memory (RAM). Physical limitations on the relative speeds of processor and memory elements lead to a variety of memory organizations that match processor addressing rate with memory service rate. These include interleaved and cached memory. A very high fraction of a processor's address requests can be satified from the cache without reference to the main memory. The cache requests information from main memory in blocks that can be transferred at the full memory speed. Programmers who organize algorithms for locality can realize the highest performance from these computers.

  6. Remote semantic memory is impoverished in hippocampal amnesia.

    PubMed

    Klooster, Nathaniel B; Duff, Melissa C

    2015-12-01

    The necessity of the hippocampus for acquiring new semantic concepts is a topic of considerable debate. However, it is generally accepted that any role the hippocampus plays in semantic memory is time limited and that previously acquired information becomes independent of the hippocampus over time. This view, along with intact naming and word-definition matching performance in amnesia, has led to the notion that remote semantic memory is intact in patients with hippocampal amnesia. Motivated by perspectives of word learning as a protracted process where additional features and senses of a word are added over time, and by recent discoveries about the time course of hippocampal contributions to on-line relational processing, reconsolidation, and the flexible integration of information, we revisit the notion that remote semantic memory is intact in amnesia. Using measures of semantic richness and vocabulary depth from psycholinguistics and first and second language-learning studies, we examined how much information is associated with previously acquired, highly familiar words in a group of patients with bilateral hippocampal damage and amnesia. Relative to healthy demographically matched comparison participants and a group of brain-damaged comparison participants, the patients with hippocampal amnesia performed significantly worse on both productive and receptive measures of vocabulary depth and semantic richness. These findings suggest that remote semantic memory is impoverished in patients with hippocampal amnesia and that the hippocampus may play a role in the maintenance and updating of semantic memory beyond its initial acquisition. Copyright © 2015 Elsevier Ltd. All rights reserved.

  7. Remoteness and Access to Learning Opportunities in the Pacific Region.

    ERIC Educational Resources Information Center

    Pacific Region Educational Lab., Honolulu, HI.

    The Remoteness and Access to Learning Opportunities in the Pacific Region Study was carried out to investigate whether access to learning opportunities (ALO) is related to the remoteness and isolation of many schools in the Pacific region. The study also profiles the conditions of remote and isolated schools and the ALO for Pacific students. Seven…

  8. Accessing remote data bases using microcomputers

    PubMed Central

    Saul, Peter D.

    1985-01-01

    General practitioners' access to remote data bases using microcomputers is increasing, making even the most obscure information readily available. Some of the systems available to general practitioners in the UK are described and the methods of access are outlined. General practitioners should be aware of the advances in technology; data bases are increasing in size, the cost of access is falling and their use is becoming easier. PMID:4020756

  9. Orexin A Differentially Influences the Extinction Retention of Recent and Remote Fear Memory.

    PubMed

    Shi, Le; Chen, Wenhao; Deng, Jiahui; Chen, Sijing; Han, Ying; Khan, Muhammad Z; Liu, Jiajia; Que, Jianyu; Bao, Yanping; Lu, Lin; Shi, Jie

    2018-01-01

    Recently the role of the orexin system in the learning and memory, especially orexin A, which could enhance fear memory through regulating the activity of amygdala, has drawn considerable attention. However, the relationship between orexin A and extinction memory remains unclear. To investigate the effect of orexin A on extinction memory in humans, we recruited 43 male subjects and divided them into a recent group and remote group. After acquiring Pavlovian fear conditioning, individuals in recent group experienced fear extinction 24 h after acquisition, and remote group underwent extinction 2 weeks later. Meanwhile, plasma orexin A levels before extinction were measured by enzyme-linked immunosorbent assay. Both groups received memory test 24 h after fear extinction. The results showed that both recent and remote groups successfully acquired fear conditioning and had spontaneous recovery at test. In particular, the correlational analysis indicated that orexin A levels before extinction were negatively associated with fear responses during test only in recent group, but not in remote group. Moreover, individuals with high orexin A levels still kept low fear responses after extinction in recent group by subgroup analyses. The results suggest that orexin A could influence the retention of recent fear memory extinction, without affecting remote fear extinction. These findings remind us the orexin system can be a potential treatment target for fear-related disorders, and the mechanisms of recent and remote fear extinction may be different.

  10. Orexin A Differentially Influences the Extinction Retention of Recent and Remote Fear Memory

    PubMed Central

    Shi, Le; Chen, Wenhao; Deng, Jiahui; Chen, Sijing; Han, Ying; Khan, Muhammad Z.; Liu, Jiajia; Que, Jianyu; Bao, Yanping; Lu, Lin; Shi, Jie

    2018-01-01

    Recently the role of the orexin system in the learning and memory, especially orexin A, which could enhance fear memory through regulating the activity of amygdala, has drawn considerable attention. However, the relationship between orexin A and extinction memory remains unclear. To investigate the effect of orexin A on extinction memory in humans, we recruited 43 male subjects and divided them into a recent group and remote group. After acquiring Pavlovian fear conditioning, individuals in recent group experienced fear extinction 24 h after acquisition, and remote group underwent extinction 2 weeks later. Meanwhile, plasma orexin A levels before extinction were measured by enzyme-linked immunosorbent assay. Both groups received memory test 24 h after fear extinction. The results showed that both recent and remote groups successfully acquired fear conditioning and had spontaneous recovery at test. In particular, the correlational analysis indicated that orexin A levels before extinction were negatively associated with fear responses during test only in recent group, but not in remote group. Moreover, individuals with high orexin A levels still kept low fear responses after extinction in recent group by subgroup analyses. The results suggest that orexin A could influence the retention of recent fear memory extinction, without affecting remote fear extinction. These findings remind us the orexin system can be a potential treatment target for fear-related disorders, and the mechanisms of recent and remote fear extinction may be different. PMID:29773974

  11. Low latency memory access and synchronization

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Blumrich, Matthias A.; Chen, Dong; Coteus, Paul W.

    A low latency memory system access is provided in association with a weakly-ordered multiprocessor system. Each processor in the multiprocessor shares resources, and each shared resource has an associated lock within a locking device that provides support for synchronization between the multiple processors in the multiprocessor and the orderly sharing of the resources. A processor only has permission to access a resource when it owns the lock associated with that resource, and an attempt by a processor to own a lock requires only a single load operation, rather than a traditional atomic load followed by store, such that the processormore » only performs a read operation and the hardware locking device performs a subsequent write operation rather than the processor. A simple prefetching for non-contiguous data structures is also disclosed. A memory line is redefined so that in addition to the normal physical memory data, every line includes a pointer that is large enough to point to any other line in the memory, wherein the pointers to determine which memory line to prefetch rather than some other predictive algorithm. This enables hardware to effectively prefetch memory access patterns that are non-contiguous, but repetitive.« less

  12. Low latency memory access and synchronization

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Blumrich, Matthias A.; Chen, Dong; Coteus, Paul W.

    A low latency memory system access is provided in association with a weakly-ordered multiprocessor system. Bach processor in the multiprocessor shares resources, and each shared resource has an associated lock within a locking device that provides support for synchronization between the multiple processors in the multiprocessor and the orderly sharing of the resources. A processor only has permission to access a resource when it owns the lock associated with that resource, and an attempt by a processor to own a lock requires only a single load operation, rather than a traditional atomic load followed by store, such that the processormore » only performs a read operation and the hardware locking device performs a subsequent write operation rather than the processor. A simple prefetching for non-contiguous data structures is also disclosed. A memory line is redefined so that in addition to the normal physical memory data, every line includes a pointer that is large enough to point to any other line in the memory, wherein the pointers to determine which memory line to prefetch rather than some other predictive algorithm. This enables hardware to effectively prefetch memory access patterns that are non-contiguous, but repetitive.« less

  13. Enabling Remote Access to Fieldwork: Gaining Insight into the Pedagogic Effectiveness of "Direct" and "Remote" Field Activities

    ERIC Educational Resources Information Center

    Stokes, Alison; Collins, Trevor; Maskall, John; Lea, John; Lunt, Paul; Davies, Sarah

    2012-01-01

    This study considers the pedagogical effectiveness of remote access to fieldwork locations. Forty-one students from across the GEES disciplines (geography, earth and environmental sciences) undertook a fieldwork exercise, supported by two lecturers. Twenty students accessed the field site directly and the remainder accessed the site remotely using…

  14. Method and apparatus for managing access to a memory

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    DeBenedictis, Erik

    A method and apparatus for managing access to a memory of a computing system. A controller transforms a plurality of operations that represent a computing job into an operational memory layout that reduces a size of a selected portion of the memory that needs to be accessed to perform the computing job. The controller stores the operational memory layout in a plurality of memory cells within the selected portion of the memory. The controller controls a sequence by which a processor in the computing system accesses the memory to perform the computing job using the operational memory layout. The operationalmore » memory layout reduces an amount of energy consumed by the processor to perform the computing job.« less

  15. American Thyroid Association Statement on Remote-Access Thyroid Surgery.

    PubMed

    Berber, Eren; Bernet, Victor; Fahey, Thomas J; Kebebew, Electron; Shaha, Ashok; Stack, Brendan C; Stang, Michael; Steward, David L; Terris, David J

    2016-03-01

    Remote-access techniques have been described over the recent years as a method of removing the thyroid gland without an incision in the neck. However, there is confusion related to the number of techniques available and the ideal patient selection criteria for a given technique. The aims of this review were to develop a simple classification of these approaches, describe the optimal patient selection criteria, evaluate the outcomes objectively, and define the barriers to adoption. A review of the literature was performed to identify the described techniques. A simple classification was developed. Technical details, outcomes, and the learning curve were described. Expert opinion consensus was formulated regarding recommendations for patient selection and performance of remote-access thyroid surgery. Remote-access thyroid procedures can be categorized into endoscopic or robotic breast, bilateral axillo-breast, axillary, and facelift approaches. The experience in the United States involves the latter two techniques. The limited data in the literature suggest long operative times, a steep learning curve, and higher costs with remote-access thyroid surgery compared with conventional thyroidectomy. Nevertheless, a consensus was reached that, in appropriate hands, it can be a viable option for patients with unilateral small nodules who wish to avoid a neck incision. Remote-access thyroidectomy has a role in a small group of patients who fit strict selection criteria. These approaches require an additional level of expertise, and therefore should be done by surgeons performing a high volume of thyroid and robotic surgery.

  16. Brain structural, functional, and cognitive correlates of recent versus remote autobiographical memories in amnestic Mild Cognitive Impairment

    PubMed Central

    Tomadesso, Clémence; Perrotin, Audrey; Mutlu, Justine; Mézenge, Florence; Landeau, Brigitte; Egret, Stéphanie; de la Sayette, Vincent; Jonin, Pierre-Yves; Eustache, Francis; Desgranges, Béatrice; Chételat, Gaël

    2015-01-01

    Deficits in autobiographical memory appear earlier for recent than for remote life periods over the course of Alzheimer's disease (AD). The present study aims to further our understanding of this graded effect by investigating the cognitive and neural substrates of recent versus remote autobiographical memories in patients with amnestic Mild Cognitive Impairment (aMCI) thanks to an autobiographical fluency task. 20 aMCI patients and 25 Healthy elderly Controls (HC) underwent neuropsychological tests assessing remote (20-to-30 years old) and recent (the ten last years) autobiographical memory as well as episodic and semantic memory, executive function and global cognition. All patients also had a structural MRI and an FDG-PET scan. Correlations were assessed between each autobiographical memory score and the other tests as well as grey matter volume and metabolism. Within the aMCI, performances for the remote period correlated with personal semantic memory and episodic memory retrieval whereas performances for the recent period only correlated with episodic memory retrieval. Neuroimaging analyses revealed significant correlations between performances for the remote period and temporal pole and temporo-parietal cortex volumes and anterior cingulate gyrus metabolism, while performances for the recent period correlated with hippocampal volume and posterior cingulate, medial prefrontal and hippocampus metabolism. The brain regions related with the retrieval of events from the recent period showed greater atrophy/hypometabolism in aMCI patients compared to HC than those involved in remote memories. Recall of recent memories essentially relies on episodic memory processes and brain network while remote memories also involve other processes such as semantic memory. This is consistent with the semanticization of memories with time and may explain the better resistance of remote memory in AD. PMID:26106572

  17. Brain structural, functional, and cognitive correlates of recent versus remote autobiographical memories in amnestic Mild Cognitive Impairment.

    PubMed

    Tomadesso, Clémence; Perrotin, Audrey; Mutlu, Justine; Mézenge, Florence; Landeau, Brigitte; Egret, Stéphanie; de la Sayette, Vincent; Jonin, Pierre-Yves; Eustache, Francis; Desgranges, Béatrice; Chételat, Gaël

    2015-01-01

    Deficits in autobiographical memory appear earlier for recent than for remote life periods over the course of Alzheimer's disease (AD). The present study aims to further our understanding of this graded effect by investigating the cognitive and neural substrates of recent versus remote autobiographical memories in patients with amnestic Mild Cognitive Impairment (aMCI) thanks to an autobiographical fluency task. 20 aMCI patients and 25 Healthy elderly Controls (HC) underwent neuropsychological tests assessing remote (20-to-30 years old) and recent (the ten last years) autobiographical memory as well as episodic and semantic memory, executive function and global cognition. All patients also had a structural MRI and an FDG-PET scan. Correlations were assessed between each autobiographical memory score and the other tests as well as grey matter volume and metabolism. Within the aMCI, performances for the remote period correlated with personal semantic memory and episodic memory retrieval whereas performances for the recent period only correlated with episodic memory retrieval. Neuroimaging analyses revealed significant correlations between performances for the remote period and temporal pole and temporo-parietal cortex volumes and anterior cingulate gyrus metabolism, while performances for the recent period correlated with hippocampal volume and posterior cingulate, medial prefrontal and hippocampus metabolism. The brain regions related with the retrieval of events from the recent period showed greater atrophy/hypometabolism in aMCI patients compared to HC than those involved in remote memories. Recall of recent memories essentially relies on episodic memory processes and brain network while remote memories also involve other processes such as semantic memory. This is consistent with the semanticization of memories with time and may explain the better resistance of remote memory in AD.

  18. Distributed observing facility for remote access to multiple telescopes

    NASA Astrophysics Data System (ADS)

    Callegari, Massimo; Panciatici, Antonio; Pasian, Fabio; Pucillo, Mauro; Santin, Paolo; Aro, Simo; Linde, Peter; Duran, Maria A.; Rodriguez, Jose A.; Genova, Francoise; Ochsenbein, Francois; Ponz, J. D.; Talavera, Antonio

    2000-06-01

    The REMOT (Remote Experiment Monitoring and conTrol) project was financed by 1996 by the European Community in order to investigate the possibility of generalizing the remote access to scientific instruments. After the feasibility of this idea was demonstrated, the DYNACORE (DYNAmically, COnfigurable Remote Experiment monitoring and control) project was initiated as a REMOT follow-up. Its purpose is to develop software technology to support scientists in two different domains, astronomy and plasma physics. The resulting system allows (1) simultaneous multiple user access to different experimental facilities, (2) dynamic adaptability to different kinds of real instruments, (3) exploitation of the communication infrastructures features, (4) ease of use through intuitive graphical interfaces, and (5) additional inter-user communication using off-the-shelf projects such as video-conference tools, chat programs and shared blackboards.

  19. Programmable Direct-Memory-Access Controller

    NASA Technical Reports Server (NTRS)

    Hendry, David F.

    1990-01-01

    Proposed programmable direct-memory-access controller (DMAC) operates with computer systems of 32000 series, which have 32-bit data buses and use addresses of 24 (or potentially 32) bits. Controller functions with or without help of central processing unit (CPU) and starts itself. Includes such advanced features as ability to compare two blocks of memory for equality and to search block of memory for specific value. Made as single very-large-scale integrated-circuit chip.

  20. Remote access and automation of SPring-8 MX beamlines

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Ueno, Go, E-mail: ueno@spring8.or.jp; Hikima, Takaaki; Yamashita, Keitaro

    At SPring-8 MX beamlines, a remote access system has been developed and started user operation in 2010. The system has been developed based on an automated data collection and data management architecture utilized for the confirmed scheme of SPring-8 mail-in data collection. Currently, further improvement to the remote access and automation which covers data processing and analysis are being developed.

  1. Reversible Hippocampal Lesions Disrupt Water Maze Performance during Both Recent and Remote Memory Tests

    ERIC Educational Resources Information Center

    Broadbent, Nicola J.; Squire, Larry R.; Clark, Robert E.

    2006-01-01

    Conventional lesion methods have shown that damage to the rodent hippocampus can impair previously acquired spatial memory in tasks such as the water maze. In contrast, work with reversible lesion methods using a different spatial task has found remote memory to be spared. To determine whether the finding of spared remote spatial memory depends on…

  2. Support Services for Remote Users of Online Public Access Catalogs.

    ERIC Educational Resources Information Center

    Kalin, Sally W.

    1991-01-01

    Discusses the needs of remote users of online public access catalogs (OPACs). User expectations are discussed; problems encountered by remote-access users are examined, including technical problems and searching problems; support services are described, including instruction, print guides, and online help; and differences from the needs of…

  3. American Thyroid Association Statement on Remote-Access Thyroid Surgery

    PubMed Central

    Bernet, Victor; Fahey, Thomas J.; Kebebew, Electron; Shaha, Ashok; Stack, Brendan C.; Stang, Michael; Steward, David L.; Terris, David J.

    2016-01-01

    Background: Remote-access techniques have been described over the recent years as a method of removing the thyroid gland without an incision in the neck. However, there is confusion related to the number of techniques available and the ideal patient selection criteria for a given technique. The aims of this review were to develop a simple classification of these approaches, describe the optimal patient selection criteria, evaluate the outcomes objectively, and define the barriers to adoption. Methods: A review of the literature was performed to identify the described techniques. A simple classification was developed. Technical details, outcomes, and the learning curve were described. Expert opinion consensus was formulated regarding recommendations for patient selection and performance of remote-access thyroid surgery. Results: Remote-access thyroid procedures can be categorized into endoscopic or robotic breast, bilateral axillo-breast, axillary, and facelift approaches. The experience in the United States involves the latter two techniques. The limited data in the literature suggest long operative times, a steep learning curve, and higher costs with remote-access thyroid surgery compared with conventional thyroidectomy. Nevertheless, a consensus was reached that, in appropriate hands, it can be a viable option for patients with unilateral small nodules who wish to avoid a neck incision. Conclusions: Remote-access thyroidectomy has a role in a small group of patients who fit strict selection criteria. These approaches require an additional level of expertise, and therefore should be done by surgeons performing a high volume of thyroid and robotic surgery. PMID:26858014

  4. Plated wire random access memories

    NASA Technical Reports Server (NTRS)

    Gouldin, L. D.

    1975-01-01

    A program was conducted to construct 4096-work by 18-bit random access, NDRO-plated wire memory units. The memory units were subjected to comprehensive functional and environmental tests at the end-item level to verify comformance with the specified requirements. A technical description of the unit is given, along with acceptance test data sheets.

  5. Brain region-specific activity patterns after recent or remote memory retrieval of auditory conditioned fear.

    PubMed

    Kwon, Jeong-Tae; Jhang, Jinho; Kim, Hyung-Su; Lee, Sujin; Han, Jin-Hee

    2012-09-19

    Memory is thought to be sparsely encoded throughout multiple brain regions forming unique memory trace. Although evidence has established that the amygdala is a key brain site for memory storage and retrieval of auditory conditioned fear memory, it remains elusive whether the auditory brain regions may be involved in fear memory storage or retrieval. To investigate this possibility, we systematically imaged the brain activity patterns in the lateral amygdala, MGm/PIN, and AuV/TeA using activity-dependent induction of immediate early gene zif268 after recent and remote memory retrieval of auditory conditioned fear. Consistent with the critical role of the amygdala in fear memory, the zif268 activity in the lateral amygdala was significantly increased after both recent and remote memory retrieval. Interesting, however, the density of zif268 (+) neurons in both MGm/PIN and AuV/TeA, particularly in layers IV and VI, was increased only after remote but not recent fear memory retrieval compared to control groups. Further analysis of zif268 signals in AuV/TeA revealed that conditioned tone induced stronger zif268 induction compared to familiar tone in each individual zif268 (+) neuron after recent memory retrieval. Taken together, our results support that the lateral amygdala is a key brain site for permanent fear memory storage and suggest that MGm/PIN and AuV/TeA might play a role for remote memory storage or retrieval of auditory conditioned fear, or, alternatively, that these auditory brain regions might have a different way of processing for familiar or conditioned tone information at recent and remote time phases.

  6. Remote Access Laboratories in Australia and Europe

    ERIC Educational Resources Information Center

    Ku, H.; Ahfock, T.; Yusaf, T.

    2011-01-01

    Remote access laboratories (RALs) were first developed in 1994 in Australia and Switzerland. The main purposes of developing them are to enable students to do their experiments at their own pace, time and locations and to enable students and teaching staff to get access to facilities beyond their institutions. Currently, most of the experiments…

  7. Loss of Cdc42 leads to defects in synaptic plasticity and remote memory recall.

    PubMed

    Kim, Il Hwan; Wang, Hong; Soderling, Scott H; Yasuda, Ryohei

    2014-07-08

    Cdc42 is a signaling protein important for reorganization of actin cytoskeleton and morphogenesis of cells. However, the functional role of Cdc42 in synaptic plasticity and in behaviors such as learning and memory are not well understood. Here we report that postnatal forebrain deletion of Cdc42 leads to deficits in synaptic plasticity and in remote memory recall using conditional knockout of Cdc42. We found that deletion of Cdc42 impaired LTP in the Schaffer collateral synapses and postsynaptic structural plasticity of dendritic spines in CA1 pyramidal neurons in the hippocampus. Additionally, loss of Cdc42 did not affect memory acquisition, but instead significantly impaired remote memory recall. Together these results indicate that the postnatal functions of Cdc42 may be crucial for the synaptic plasticity in hippocampal neurons, which contribute to the capacity for remote memory recall.

  8. Fast Magnetoresistive Random-Access Memory

    NASA Technical Reports Server (NTRS)

    Wu, Jiin-Chuan; Stadler, Henry L.; Katti, Romney R.

    1991-01-01

    Magnetoresistive binary digital memories of proposed new type expected to feature high speed, nonvolatility, ability to withstand ionizing radiation, high density, and low power. In memory cell, magnetoresistive effect exploited more efficiently by use of ferromagnetic material to store datum and adjacent magnetoresistive material to sense datum for readout. Because relative change in sensed resistance between "zero" and "one" states greater, shorter sampling and readout access times achievable.

  9. Dissociation of the Role of Infralimbic Cortex in Learning and Consolidation of Extinction of Recent and Remote Aversion Memory

    PubMed Central

    Awad, Walaa; Ferreira, Guillaume; Maroun, Mouna

    2015-01-01

    Medial prefrontal circuits have been reported to undergo a major reorganization over time and gradually take a more important role for remote emotional memories such as contextual fear memory or food aversion memory. The medial prefrontal cortex, and specifically its ventral subregion, the infralimbic cortex (IL), was also reported to be critical for recent memory extinction of contextual fear conditioning and conditioned odor aversion. However, its exact role in the extinction of remotely acquired information is still not clear. Using postretrieval blockade of protein synthesis or inactivation of the IL, we showed that the IL is similarly required for extinction consolidation of recent and remote fear memory. However, in odor aversion memory, the IL was only involved in extinction consolidation of recent, but not remote, memory. In contrast, only remote retrieval of aversion memory induced c-Fos activation in the IL and preretrieval inactivation of the IL with lidocaine impaired subsequent extinction of remote but not recent memory, indicating IL is necessary for extinction learning of remote aversion memory. In contrast to the effects in odor aversion, our data show that the involvement of the IL in the consolidation of fear extinction does not depend on the memory age. More importantly, our data indicate that the IL is implicated in the extinction of fear and nonfear-based associations and suggest dissociation in the engagement of the IL in the learning and consolidation of food aversion extinction over time. PMID:25872918

  10. Loss of Cdc42 leads to defects in synaptic plasticity and remote memory recall

    PubMed Central

    Kim, Il Hwan; Wang, Hong; Soderling, Scott H; Yasuda, Ryohei

    2014-01-01

    Cdc42 is a signaling protein important for reorganization of actin cytoskeleton and morphogenesis of cells. However, the functional role of Cdc42 in synaptic plasticity and in behaviors such as learning and memory are not well understood. Here we report that postnatal forebrain deletion of Cdc42 leads to deficits in synaptic plasticity and in remote memory recall using conditional knockout of Cdc42. We found that deletion of Cdc42 impaired LTP in the Schaffer collateral synapses and postsynaptic structural plasticity of dendritic spines in CA1 pyramidal neurons in the hippocampus. Additionally, loss of Cdc42 did not affect memory acquisition, but instead significantly impaired remote memory recall. Together these results indicate that the postnatal functions of Cdc42 may be crucial for the synaptic plasticity in hippocampal neurons, which contribute to the capacity for remote memory recall. DOI: http://dx.doi.org/10.7554/eLife.02839.001 PMID:25006034

  11. An Additional Prior Retrieval Alters the Effects of a Retrieval-Extinction Procedure on Recent and Remote Fear Memory

    PubMed Central

    An, Xianli; Yang, Ping; Chen, Siguang; Zhang, Fenfen; Yu, Duonan

    2018-01-01

    Several studies have shown that the isolated retrieval of a consolidated fear memory can induce a labile phase, during which extinction training can prevent the reinstatement, a form of relapse in which fear response to a fear-provoking context returns when a mild shock is presented. However, fear memory retrieval may also have another opposing result: the enhancement of fear memory. This implies that the fear memory trace can be modified by a brief retrieval. Unclear is whether the fear-impairing effect of retrieval-extinction (RE) is altered by a prior brief retrieval. The present study investigated the responses of recent and remote fear memories to the RE procedure after the presentation of an additional prior retrieval (priRet). We found that a single RE procedure effectively blocked the reinstatement of 2-day recent contextual fear memory. The memory-impairing effect of the RE procedure on recent fear was not observed when priRet was presented 6 or 24 h before the RE procedure. In contrast to the 2-day recent memory, the RE procedure failed to block the reinstatement of 36-day remote fear memory but successfully disrupted the return of remote fear memory after priRet. This memory-disruptive effect on remote memory did not occur when priRet was performed in a novel context. Nimodipine administration revealed that the blockade of priRet-induced processes recovered the effects of the RE procedure on both recent and remote fear memories. Our findings suggest that the susceptibility of recent and remote fear memories to RE procedures can be altered by an additional retrieval. PMID:29358910

  12. An Additional Prior Retrieval Alters the Effects of a Retrieval-Extinction Procedure on Recent and Remote Fear Memory.

    PubMed

    An, Xianli; Yang, Ping; Chen, Siguang; Zhang, Fenfen; Yu, Duonan

    2017-01-01

    Several studies have shown that the isolated retrieval of a consolidated fear memory can induce a labile phase, during which extinction training can prevent the reinstatement, a form of relapse in which fear response to a fear-provoking context returns when a mild shock is presented. However, fear memory retrieval may also have another opposing result: the enhancement of fear memory. This implies that the fear memory trace can be modified by a brief retrieval. Unclear is whether the fear-impairing effect of retrieval-extinction (RE) is altered by a prior brief retrieval. The present study investigated the responses of recent and remote fear memories to the RE procedure after the presentation of an additional prior retrieval (priRet). We found that a single RE procedure effectively blocked the reinstatement of 2-day recent contextual fear memory. The memory-impairing effect of the RE procedure on recent fear was not observed when priRet was presented 6 or 24 h before the RE procedure. In contrast to the 2-day recent memory, the RE procedure failed to block the reinstatement of 36-day remote fear memory but successfully disrupted the return of remote fear memory after priRet. This memory-disruptive effect on remote memory did not occur when priRet was performed in a novel context. Nimodipine administration revealed that the blockade of priRet-induced processes recovered the effects of the RE procedure on both recent and remote fear memories. Our findings suggest that the susceptibility of recent and remote fear memories to RE procedures can be altered by an additional retrieval.

  13. An integrated solution for remote data access

    NASA Astrophysics Data System (ADS)

    Sapunenko, Vladimir; D'Urso, Domenico; dell'Agnello, Luca; Vagnoni, Vincenzo; Duranti, Matteo

    2015-12-01

    Data management constitutes one of the major challenges that a geographically- distributed e-Infrastructure has to face, especially when remote data access is involved. We discuss an integrated solution which enables transparent and efficient access to on-line and near-line data through high latency networks. The solution is based on the joint use of the General Parallel File System (GPFS) and of the Tivoli Storage Manager (TSM). Both products, developed by IBM, are well known and extensively used in the HEP computing community. Owing to a new feature introduced in GPFS 3.5, so-called Active File Management (AFM), the definition of a single, geographically-distributed namespace, characterised by automated data flow management between different locations, becomes possible. As a practical example, we present the implementation of AFM-based remote data access between two data centres located in Bologna and Rome, demonstrating the validity of the solution for the use case of the AMS experiment, an astro-particle experiment supported by the INFN CNAF data centre with the large disk space requirements (more than 1.5 PB).

  14. Quantum teleportation between remote atomic-ensemble quantum memories

    PubMed Central

    Bao, Xiao-Hui; Xu, Xiao-Fan; Li, Che-Ming; Yuan, Zhen-Sheng; Lu, Chao-Yang; Pan, Jian-Wei

    2012-01-01

    Quantum teleportation and quantum memory are two crucial elements for large-scale quantum networks. With the help of prior distributed entanglement as a “quantum channel,” quantum teleportation provides an intriguing means to faithfully transfer quantum states among distant locations without actual transmission of the physical carriers [Bennett CH, et al. (1993) Phys Rev Lett 70(13):1895–1899]. Quantum memory enables controlled storage and retrieval of fast-flying photonic quantum bits with stationary matter systems, which is essential to achieve the scalability required for large-scale quantum networks. Combining these two capabilities, here we realize quantum teleportation between two remote atomic-ensemble quantum memory nodes, each composed of ∼108 rubidium atoms and connected by a 150-m optical fiber. The spin wave state of one atomic ensemble is mapped to a propagating photon and subjected to Bell state measurements with another single photon that is entangled with the spin wave state of the other ensemble. Two-photon detection events herald the success of teleportation with an average fidelity of 88(7)%. Besides its fundamental interest as a teleportation between two remote macroscopic objects, our technique may be useful for quantum information transfer between different nodes in quantum networks and distributed quantum computing. PMID:23144222

  15. Quantum teleportation between remote atomic-ensemble quantum memories.

    PubMed

    Bao, Xiao-Hui; Xu, Xiao-Fan; Li, Che-Ming; Yuan, Zhen-Sheng; Lu, Chao-Yang; Pan, Jian-Wei

    2012-12-11

    Quantum teleportation and quantum memory are two crucial elements for large-scale quantum networks. With the help of prior distributed entanglement as a "quantum channel," quantum teleportation provides an intriguing means to faithfully transfer quantum states among distant locations without actual transmission of the physical carriers [Bennett CH, et al. (1993) Phys Rev Lett 70(13):1895-1899]. Quantum memory enables controlled storage and retrieval of fast-flying photonic quantum bits with stationary matter systems, which is essential to achieve the scalability required for large-scale quantum networks. Combining these two capabilities, here we realize quantum teleportation between two remote atomic-ensemble quantum memory nodes, each composed of ∼10(8) rubidium atoms and connected by a 150-m optical fiber. The spin wave state of one atomic ensemble is mapped to a propagating photon and subjected to Bell state measurements with another single photon that is entangled with the spin wave state of the other ensemble. Two-photon detection events herald the success of teleportation with an average fidelity of 88(7)%. Besides its fundamental interest as a teleportation between two remote macroscopic objects, our technique may be useful for quantum information transfer between different nodes in quantum networks and distributed quantum computing.

  16. Working memory capacity and retrieval limitations from long-term memory: an examination of differences in accessibility.

    PubMed

    Unsworth, Nash; Spillers, Gregory J; Brewer, Gene A

    2012-01-01

    In two experiments, the locus of individual differences in working memory capacity and long-term memory recall was examined. Participants performed categorical cued and free recall tasks, and individual differences in the dynamics of recall were interpreted in terms of a hierarchical-search framework. The results from this study are in accordance with recent theorizing suggesting a strong relation between working memory capacity and retrieval from long-term memory. Furthermore, the results also indicate that individual differences in categorical recall are partially due to differences in accessibility. In terms of accessibility of target information, two important factors drive the difference between high- and low-working-memory-capacity participants. Low-working-memory-capacity participants fail to utilize appropriate retrieval strategies to access cues, and they also have difficulty resolving cue overload. Thus, when low-working-memory-capacity participants were given specific cues that activated a smaller set of potential targets, their recall performance was the same as that of high-working-memory-capacity participants.

  17. Non-volatile magnetic random access memory

    NASA Technical Reports Server (NTRS)

    Katti, Romney R. (Inventor); Stadler, Henry L. (Inventor); Wu, Jiin-Chuan (Inventor)

    1994-01-01

    Improvements are made in a non-volatile magnetic random access memory. Such a memory is comprised of an array of unit cells, each having a Hall-effect sensor and a thin-film magnetic element made of material having an in-plane, uniaxial anisotropy and in-plane, bipolar remanent magnetization states. The Hall-effect sensor is made more sensitive by using a 1 m thick molecular beam epitaxy grown InAs layer on a silicon substrate by employing a GaAs/AlGaAs/InAlAs superlattice buffering layer. One improvement avoids current shunting problems of matrix architecture. Another improvement reduces the required magnetizing current for the micromagnets. Another improvement relates to the use of GaAs technology wherein high electron-mobility GaAs MESFETs provide faster switching times. Still another improvement relates to a method for configuring the invention as a three-dimensional random access memory.

  18. Efficient accesses of data structures using processing near memory

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Jayasena, Nuwan S.; Zhang, Dong Ping; Diez, Paula Aguilera

    Systems, apparatuses, and methods for implementing efficient queues and other data structures. A queue may be shared among multiple processors and/or threads without using explicit software atomic instructions to coordinate access to the queue. System software may allocate an atomic queue and corresponding queue metadata in system memory and return, to the requesting thread, a handle referencing the queue metadata. Any number of threads may utilize the handle for accessing the atomic queue. The logic for ensuring the atomicity of accesses to the atomic queue may reside in a management unit in the memory controller coupled to the memory wheremore » the atomic queue is allocated.« less

  19. Putting a Medical Library Online: Phase III--Remote Access to CD-ROMs.

    ERIC Educational Resources Information Center

    Kittle, Paul

    1989-01-01

    Describes the implementation of a project that provides dial-up access to MEDLINE on remote optical data disk (CD-ROM) using software that enables callers to use programs like Wordstar, Lotus, and dBase. Highlights include networking CD-ROM databases, hardware considerations, advantages and disadvantages of remote access, and future plans. A…

  20. Autobiographical memory in semantic dementia: implication for theories of limbic-neocortical interaction in remote memory.

    PubMed

    McKinnon, Margaret C; Black, Sandra E; Miller, Bruce; Moscovitch, Morris; Levine, Brian

    2006-01-01

    We examined autobiographical memory performance in two patients with semantic dementia using a novel measure, the Autobiographical Interview [Levine, Svoboda, Hay, Winocur, & Moscovitch (2002). Aging and autobiographical memory: Dissociating episodic from semantic retrieval. Psychology and Aging, 17, 677-689], that is capable of dissociating episodic and personal semantic recall under varying levels of retrieval support. Earlier reports indicated that patients with semantic dementia demonstrate autobiographical episodic memory loss following a "reverse gradient" by which recent memories are preserved relative to remote memories. We found limited evidence for this pattern at conditions of low retrieval support. When structured probing was provided, patients' autobiographical memory performance was similar to that of controls. Retesting of one patient after 1 year indicated that retrieval support was insufficient to bolster performance following progressive prefrontal volume loss, as documented with quantified structural neuroimaging. These findings are discussed in relation to theories of limbic-neocortical interaction in autobiographical memory.

  1. Accessibility Limits Recall from Visual Working Memory

    ERIC Educational Resources Information Center

    Rajsic, Jason; Swan, Garrett; Wilson, Daryl E.; Pratt, Jay

    2017-01-01

    In this article, we demonstrate limitations of accessibility of information in visual working memory (VWM). Recently, cued-recall has been used to estimate the fidelity of information in VWM, where the feature of a cued object is reproduced from memory (Bays, Catalao, & Husain, 2009; Wilken & Ma, 2004; Zhang & Luck, 2008). Response…

  2. Online catalog access and distribution of remotely sensed information

    NASA Astrophysics Data System (ADS)

    Lutton, Stephen M.

    1997-09-01

    Remote sensing is providing voluminous data and value added information products. Electronic sensors, communication electronics, computer software, hardware, and network communications technology have matured to the point where a distributed infrastructure for remotely sensed information is a reality. The amount of remotely sensed data and information is making distributed infrastructure almost a necessity. This infrastructure provides data collection, archiving, cataloging, browsing, processing, and viewing for applications from scientific research to economic, legal, and national security decision making. The remote sensing field is entering a new exciting stage of commercial growth and expansion into the mainstream of government and business decision making. This paper overviews this new distributed infrastructure and then focuses on describing a software system for on-line catalog access and distribution of remotely sensed information.

  3. Propranolol–induced Impairment of Contextual Fear Memory Reconsolidation in Rats: A similar Effect on Weak and Strong Recent and Remote Memories

    PubMed Central

    Taherian, Fatemeh; Vafaei, Abbas Ali; Vaezi, Gholam Hassan; Eskandarian, Sharaf; Kashef, Adel; Rashidy-Pour, Ali

    2014-01-01

    Introduction Previous studies have demonstrated that the β-adrenergic receptor antagonist propranolol impairs fear memory reconsolidation in experimental animals. There are experimental parameters such as the age and the strength of memory that can interact with pharmacological manipulations of memory reconsolidation. In this study, we investigated the ability of the age and the strength of memory to influence the disrupting effects of propranolol on fear memory reconsolidation in rats. Methods The rats were trained in a contextual fear conditioning using two (weak training) or five (strong training) footshocks (1mA). Propranolol (10mg/kg) injection was immediately followed retrieval of either a one-day recent (weak or strong) or 36-day remote (weak or strong) contextual fear memories. Results We found that propranolol induced a long-lasting impairment of subsequent expression of recent and remote memories with either weak or strong strength. We also found no memory recovery after a weak reminder shock. Furthermore, no significant differences were found on the amount of memory deficit induced by propranolol among memories with different age and strength. Discussion Our data suggest that the efficacy of propranolol in impairing fear memory reconsolidation is not limited to the age or strength of the memory. PMID:25337385

  4. Beyond the Blueprints: Enhancing Access to Materials in Remote Storage

    ERIC Educational Resources Information Center

    Kruger, Betsy

    2003-01-01

    For most research libraries, remote storage of significant portions of their print collections has become an economic necessity. Historically, user objections to remote storage have focused on access-related issues: i.e., lack of browsability, cumbersome requesting procedures, lengthy retrieval times, and lack of content information about…

  5. 76 FR 55417 - In the Matter of Certain Dynamic Random Access Memory and Nand Flash Memory Devices and Products...

    Federal Register 2010, 2011, 2012, 2013, 2014

    2011-09-07

    ... Access Memory and Nand Flash Memory Devices and Products Containing Same; Notice of Institution of... importation, and the sale within the United States after importation of certain dynamic random access memory and NAND flash memory devices and products containing same by reason of infringement of certain claims...

  6. A Cerebellar-model Associative Memory as a Generalized Random-access Memory

    NASA Technical Reports Server (NTRS)

    Kanerva, Pentti

    1989-01-01

    A versatile neural-net model is explained in terms familiar to computer scientists and engineers. It is called the sparse distributed memory, and it is a random-access memory for very long words (for patterns with thousands of bits). Its potential utility is the result of several factors: (1) a large pattern representing an object or a scene or a moment can encode a large amount of information about what it represents; (2) this information can serve as an address to the memory, and it can also serve as data; (3) the memory is noise tolerant--the information need not be exact; (4) the memory can be made arbitrarily large and hence an arbitrary amount of information can be stored in it; and (5) the architecture is inherently parallel, allowing large memories to be fast. Such memories can become important components of future computers.

  7. Real-time Data Access From Remote Observatories

    NASA Astrophysics Data System (ADS)

    Detrick, D. L.; Lutz, L. F.; Etter, J. E.; Rosenberg, T. J.; Weatherwax, A. T.

    2006-12-01

    Real-time access to solar-terrestrial data is becoming increasingly important, not only because it is now possible to acquire and access data rapidly via the internet, but also because of the need for timely publication of real-time data for analysis and modeling efforts. Currently, engineering-scaled summary data are available routinely on a daily basis from many observatories, but only when the observatories have continuous, or at least daily network access. Increasingly, the upgrading of remote data acquisition hardware makes it possible to provide data in real-time, and it is becoming normal to expect timely access to data products. The NSF- supported PENGUIn/AGO constellation of autonomous Antarctic research observatories has provided real-time data since December, 2002, when Iridium satellite modems were installed at three sites. The Iridium telecommunications links are maintained continuously, transferring data between the remote observatories and a U.S.-based data acquisition site. The time-limiting factor with this scenario is now the delay in completing a data record before transmission, which can be as short as minutes depending on the sampling rate. The single-channel data throughput of the current systems is 20-MB/day (megabytes per day), but planned installations will be capable of operating with multiple modem channels. The data records are currently posted immediately to a web site accessible by anonymous FTP client software, for use by the instruments' principal investigators, and survey plots of selected signals are published daily. The web publication facilities are being upgraded, in order to allow other interested researchers rapid access to engineering-scaled data products, in several common formats, as well as providing interactive plotting capabilities. The web site will provide access to data from other collaborating observatories (including South Pole and McMurdo Stations), as well as ancillary data accessible from public sites (e.g., Kp

  8. Effects of Sleep Deprivation and Aging on Long-Term and Remote Memory in Mice

    ERIC Educational Resources Information Center

    Vecsey, Christopher G.; Park, Alan J.; Khatib, Nora; Abel, Ted

    2015-01-01

    Sleep deprivation (SD) following hippocampus-dependent learning in young mice impairs memory when tested the following day. Here, we examined the effects of SD on remote memory in both young and aged mice. In young mice, we found that memory is still impaired 1 mo after training. SD also impaired memory in aged mice 1 d after training, but, by a…

  9. Radiation Effects of Commercial Resistive Random Access Memories

    NASA Technical Reports Server (NTRS)

    Chen, Dakai; LaBel, Kenneth A.; Berg, Melanie; Wilcox, Edward; Kim, Hak; Phan, Anthony; Figueiredo, Marco; Buchner, Stephen; Khachatrian, Ani; Roche, Nicolas

    2014-01-01

    We present results for the single-event effect response of commercial production-level resistive random access memories. We found that the resistive memory arrays are immune to heavy ion-induced upsets. However, the devices were susceptible to single-event functional interrupts, due to upsets from the control circuits. The intrinsic radiation tolerant nature of resistive memory makes the technology an attractive consideration for future space applications.

  10. Remote memory as a function of age and sex.

    PubMed

    Storandt, M; Grant, E A; Gordon, B C

    1978-10-01

    Memory for events which occurred between 1910 and 1969 was examined in individuals ranging in age from 20 to 80 years. Two types of events were included: Those which represented happenings of historical significance and those which dealt with the entertainment world of the past. Men were found to recall historical items significantly better than women, while entertainment items were equally well recalled by the two sexes. Age of peak memory for past events from the entertainment world increased with the age of the item; individuals seemed to remember best those events which occurred in their youth or young adulthood. This pattern was not replicated with respect to the historical current events items; however, these items may be a biased test of remote memory in women.

  11. Remote Library Access for Pharmacy Preceptors

    PubMed Central

    Soltis, Denise; Schott, Kathy

    2010-01-01

    Objective To institute and evaluate the response to a program providing access to electronic library resources for pharmacy preceptors. Design The pharmacy experiential office and the library collaborated using existing programs and technology to provide and market secure remote access for preceptors. Assessment Preceptor participation was tracked in the experiential office, and response to the program was assessed using an online survey instrument that included questions about use of and preference for specific library resources. Three hundred thirty-four adjunct faculty members registered, representing 34% of all preceptors with active e-mail accounts. Conclusion Preceptor participation in the program exceeded expectations. Some minor flaws in the logistics of delivering the service were identified and remedied. PMID:21179247

  12. Healthcare Access and Health Beliefs of the Indigenous Peoples in Remote Amazonian Peru

    PubMed Central

    Brierley, Charlotte K.; Suarez, Nicolas; Arora, Gitanjli; Graham, Devon

    2014-01-01

    Little is published about the health issues of traditional communities in the remote Peruvian Amazon. This study assessed healthcare access, health perceptions, and beliefs of the indigenous population along the Ampiyacu and Yaguasyacu rivers in north-eastern Peru. One hundred and seventy-nine adult inhabitants of 10 remote settlements attending health clinics were interviewed during a medical services trip in April 2012. Demographics, health status, access to healthcare, health education, sanitation, alcohol use, and smoke exposure were recorded. Our findings indicate that poverty, household overcrowding, and poor sanitation remain commonplace in this group. Furthermore, there are poor levels of health education and on-going barriers to accessing healthcare. Healthcare access and health education remain poor in the remote Peruvian Amazon. This combined with poverty and its sequelae render this population vulnerable to disease. PMID:24277789

  13. Integrated semiconductor-magnetic random access memory system

    NASA Technical Reports Server (NTRS)

    Katti, Romney R. (Inventor); Blaes, Brent R. (Inventor)

    2001-01-01

    The present disclosure describes a non-volatile magnetic random access memory (RAM) system having a semiconductor control circuit and a magnetic array element. The integrated magnetic RAM system uses CMOS control circuit to read and write data magnetoresistively. The system provides a fast access, non-volatile, radiation hard, high density RAM for high speed computing.

  14. Remote access laboratories in Australia and Europe

    NASA Astrophysics Data System (ADS)

    Ku, H.; Ahfock, T.; Yusaf, T.

    2011-06-01

    Remote access laboratories (RALs) were first developed in 1994 in Australia and Switzerland. The main purposes of developing them are to enable students to do their experiments at their own pace, time and locations and to enable students and teaching staff to get access to facilities beyond their institutions. Currently, most of the experiments carried out through RALs in Australia are heavily biased towards electrical, electronic and computer engineering disciplines. However, the experiments carried out through RALs in Europe had more variety, in addition to the traditional electrical, electronic and computer engineering disciplines, there were experiments in mechanical and mechatronic disciplines. It was found that RALs are now being developed aggressively in Australia and Europe and it can be argued that RALs will develop further and faster in the future with improving Internet technology. The rising costs of real experimental equipment will also speed up their development because by making the equipment remotely accessible, the cost can be shared by more universities or institutions and this will improve their cost-effectiveness. Their development would be particularly rapid in large countries with small populations such as Australia, Canada and Russia, because of the scale of economy. Reusability of software, interoperability in software implementation, computer supported collaborative learning and convergence with learning management systems are the required development of future RALs.

  15. A remote data access architecture for home-monitoring health-care applications.

    PubMed

    Lin, Chao-Hung; Young, Shuenn-Tsong; Kuo, Te-Son

    2007-03-01

    With the aging of the population and the increasing patient preference for receiving care in their own homes, remote home care is one of the fastest growing areas of health care in Taiwan and many other countries. Many remote home-monitoring applications have been developed and implemented to enable both formal and informal caregivers to have remote access to patient data so that they can respond instantly to any abnormalities of in-home patients. The aim of this technology is to give both patients and relatives better control of the health care, reduce the burden on informal caregivers and reduce visits to hospitals and thus result in a better quality of life for both the patient and his/her family. To facilitate their widespread adoption, remote home-monitoring systems take advantage of the low-cost features and popularity of the Internet and PCs, but are inherently exposed to several security risks, such as virus and denial-of-service (DoS) attacks. These security threats exist as long as the in-home PC is directly accessible by remote-monitoring users over the Internet. The purpose of the study reported in this paper was to improve the security of such systems, with the proposed architecture aimed at increasing the system availability and confidentiality of patient information. A broker server is introduced between the remote-monitoring devices and the in-home PCs. This topology removes direct access to the in-home PC, and a firewall can be configured to deny all inbound connections while the remote home-monitoring application is operating. This architecture helps to transfer the security risks from the in-home PC to the managed broker server, on which more advanced security measures can be implemented. The pros and cons of this novel architecture design are also discussed and summarized.

  16. Method and device for maximizing memory system bandwidth by accessing data in a dynamically determined order

    NASA Technical Reports Server (NTRS)

    Schwab, Andrew J. (Inventor); Aylor, James (Inventor); Hitchcock, Charles Young (Inventor); Wulf, William A. (Inventor); McKee, Sally A. (Inventor); Moyer, Stephen A. (Inventor); Klenke, Robert (Inventor)

    2000-01-01

    A data processing system is disclosed which comprises a data processor and memory control device for controlling the access of information from the memory. The memory control device includes temporary storage and decision ability for determining what order to execute the memory accesses. The compiler detects the requirements of the data processor and selects the data to stream to the memory control device which determines a memory access order. The order in which to access said information is selected based on the location of information stored in the memory. The information is repeatedly accessed from memory and stored in the temporary storage until all streamed information is accessed. The information is stored until required by the data processor. The selection of the order in which to access information maximizes bandwidth and decreases the retrieval time.

  17. Persistent increased PKMζ in long-term and remote spatial memory.

    PubMed

    Hsieh, Changchi; Tsokas, Panayiotis; Serrano, Peter; Hernández, A Iván; Tian, Dezhi; Cottrell, James E; Shouval, Harel Z; Fenton, André Antonio; Sacktor, Todd Charlton

    2017-02-01

    PKMζ is an autonomously active PKC isoform that is thought to maintain both LTP and long-term memory. Whereas persistent increases in PKMζ protein sustain the kinase's action in LTP, the molecular mechanism for the persistent action of PKMζ during long-term memory has not been characterized. PKMζ inhibitors disrupt spatial memory when introduced into the dorsal hippocampus from 1day to 1month after training. Therefore, if the mechanisms of PKMζ's persistent action in LTP maintenance and long-term memory were similar, persistent increases in PKMζ would last for the duration of the memory, far longer than most other learning-induced gene products. Here we find that spatial conditioning by aversive active place avoidance or appetitive radial arm maze induces PKMζ increases in dorsal hippocampus that persist from 1day to 1month, coinciding with the strength and duration of memory retention. Suppressing the increase by intrahippocampal injections of PKMζ-antisense oligodeoxynucleotides prevents the formation of long-term memory. Thus, similar to LTP maintenance, the persistent increase in the amount of autonomously active PKMζ sustains the kinase's action during long-term and remote spatial memory maintenance. Copyright © 2016. Published by Elsevier Inc.

  18. Magnet/Hall-Effect Random-Access Memory

    NASA Technical Reports Server (NTRS)

    Wu, Jiin-Chuan; Stadler, Henry L.; Katti, Romney R.

    1991-01-01

    In proposed magnet/Hall-effect random-access memory (MHRAM), bits of data stored magnetically in Perm-alloy (or equivalent)-film memory elements and read out by using Hall-effect sensors to detect magnetization. Value of each bit represented by polarity of magnetization. Retains data for indefinite time or until data rewritten. Speed of Hall-effect sensors in MHRAM results in readout times of about 100 nanoseconds. Other characteristics include high immunity to ionizing radiation and storage densities of order 10(Sup6)bits/cm(Sup 2) or more.

  19. An Investigation of Unified Memory Access Performance in CUDA

    PubMed Central

    Landaverde, Raphael; Zhang, Tiansheng; Coskun, Ayse K.; Herbordt, Martin

    2015-01-01

    Managing memory between the CPU and GPU is a major challenge in GPU computing. A programming model, Unified Memory Access (UMA), has been recently introduced by Nvidia to simplify the complexities of memory management while claiming good overall performance. In this paper, we investigate this programming model and evaluate its performance and programming model simplifications based on our experimental results. We find that beyond on-demand data transfers to the CPU, the GPU is also able to request subsets of data it requires on demand. This feature allows UMA to outperform full data transfer methods for certain parallel applications and small data sizes. We also find, however, that for the majority of applications and memory access patterns, the performance overheads associated with UMA are significant, while the simplifications to the programming model restrict flexibility for adding future optimizations. PMID:26594668

  20. Same as it ever was: vividness modulates the similarities and differences between the neural networks that support retrieving remote and recent autobiographical memories.

    PubMed

    Sheldon, Signy; Levine, Brian

    2013-12-01

    The comparison of recent and remote autobiographical memories is often confounded by qualitative disparities across memories of different ages, such as vividness. In this study, ten individuals prospectively collected audio recordings that were used to cue memories of recent (~1 month old) and remote (~1.5 year old) everyday events. Because the retrieval cues were recorded at the time of event, they were highly potent. Although remote events did not differ in novelty, importance, or emotional change at the time at the time of encoding, half of the cues for these events induced retrieval comparable in vividness to recent events (all of which were vividly re-experienced). Recent and remote vivid memories were associated with a neural pattern that included right frontal, left parietal and limbic regions that were active early in the retrieval period. Non-vivid remote memories were associated with a later onset of a bilateral distributed pattern that included regions in the frontal, parietal, and temporal lobes. Functional connectivity analysis indicated that the left anterior hippocampus was co-activated with bilateral frontal, parahippocampal, and parietal regions for vivid memories (irrespective of memory age) early in the retrieval period, whereas non-vivid memories, alongside recent memories, showed later and broader co-activation with frontal, parietal, occipital, and temporal regions. The absence of a significant difference between the recent and remote vivid memories may be due to insufficient power to detect potential subtle differences between these conditions. Nonetheless, there was evidence for different patterns of hippocampal-neocortical connectivity for remote memories and recent memories, irrespective of vividness. These findings suggest that while there is a functional shift in hippocampal connectivity that is associated with memory age when very recent events are used, vividness is strongly associated with both activation and functional connectivity

  1. Remote preparation of an atomic quantum memory.

    PubMed

    Rosenfeld, Wenjamin; Berner, Stefan; Volz, Jürgen; Weber, Markus; Weinfurter, Harald

    2007-02-02

    Storage and distribution of quantum information are key elements of quantum information processing and future quantum communication networks. Here, using atom-photon entanglement as the main physical resource, we experimentally demonstrate the preparation of a distant atomic quantum memory. Applying a quantum teleportation protocol on a locally prepared state of a photonic qubit, we realized this so-called remote state preparation on a single, optically trapped 87Rb atom. We evaluated the performance of this scheme by the full tomography of the prepared atomic state, reaching an average fidelity of 82%.

  2. Extinction Partially Reverts Structural Changes Associated with Remote Fear Memory

    ERIC Educational Resources Information Center

    Vetere, Gisella; Restivo, Leonardo; Novembre, Giovanni; Aceti, Massimiliano; Lumaca, Massimo; Ammassari-Teule, Martine

    2011-01-01

    Structural synaptic changes occur in medial prefrontal cortex circuits during remote memory formation. Whether extinction reverts or further reshapes these circuits is, however, unknown. Here we show that the number and the size of spines were enhanced in anterior cingulate (aCC) and infralimbic (ILC) cortices 36 d following contextual fear…

  3. Individual differences in memory span: the contribution of rehearsal, access to lexical memory, and output speed.

    PubMed

    Tehan, G; Lalor, D M

    2000-11-01

    Rehearsal speed has traditionally been seen to be the prime determinant of individual differences in memory span. Recent studies, in the main using young children as the subject population, have suggested other contributors to span performance, notably contributions from long-term memory and forgetting and retrieval processes occurring during recall. In the current research we explore individual differences in span with respect to measures of rehearsal, output time, and access to lexical memory. We replicate standard short-term phenomena; we show that the variables that influence children's span performance influence adult performance in the same way; and we show that lexical memory access appears to be a more potent source of individual differences in span than either rehearsal speed or output factors.

  4. Old-new ERP effects and remote memories: the late parietal effect is absent as recollection fails whereas the early mid-frontal effect persists as familiarity is retained

    PubMed Central

    Tsivilis, Dimitris; Allan, Kevin; Roberts, Jenna; Williams, Nicola; Downes, John Joseph; El-Deredy, Wael

    2015-01-01

    Understanding the electrophysiological correlates of recognition memory processes has been a focus of research in recent years. This study investigated the effects of retention interval on recognition memory by comparing memory for objects encoded four weeks (remote) or 5 min (recent) before testing. In Experiment 1, event related potentials (ERPs) were acquired while participants performed a yes-no recognition memory task involving remote, recent and novel objects. Relative to correctly rejected new items, remote and recent hits showed an attenuated frontal negativity from 300–500 ms post-stimulus. This effect, also known as the FN400, has been previously associated with familiarity memory. Recent and remote recognition ERPs did not differ from each other at this time-window. By contrast, recent but not remote recognition showed increased parietal positivity from around 500 ms post-stimulus. This late parietal effect (LPE), which is considered a correlate of recollection-related processes, also discriminated between recent and remote memories. A second, behavioral experiment confirmed that remote memories unlike recent memories were based almost exclusively on familiarity. These findings support the idea that the FN400 and LPE are indices of familiarity and recollection memory, respectively and show that remote and recent memories are functionally and anatomically distinct. PMID:26528163

  5. Becoming a better person: temporal remoteness biases autobiographical memories for moral events

    PubMed Central

    Escobedo, Jessica R.; Adolphs, Ralph

    2010-01-01

    Our autobiographical self depends on the differential recollection of our personal past, notably including memories of morally laden events. While both emotion and temporal recency are well known to influence memory, very little is known about how we remember moral events, and in particular about the distribution in time of memories for events that were blameworthy or praiseworthy. To investigate this issue in detail, we collected a novel database of 758 confidential, autobiographical narratives for personal moral events from 100 well-characterized healthy adults. Negatively valenced moral memories were significantly more remote than positively valenced memories, both as measured by the valence of the cue word that evoked the memory as well as by the content of the memory itself. The effect was independent of chronological age, ethnicity, gender, or personality, arguing for a general emotional bias in how we construct our moral autobiography. PMID:20677868

  6. 76 FR 80964 - Certain Dynamic Random Access Memory Devices, and Products Containing Same; Institution of...

    Federal Register 2010, 2011, 2012, 2013, 2014

    2011-12-27

    ... INTERNATIONAL TRADE COMMISSION [Investigation No. 337-TA-821] Certain Dynamic Random Access Memory... importation, and the sale within the United States after importation of certain dynamic random access memory... certain dynamic random access memory devices, and products containing same that infringe one or more of...

  7. Secure Remote Access Issues in a Control Center Environment

    NASA Technical Reports Server (NTRS)

    Pitts, Lee; McNair, Ann R. (Technical Monitor)

    2002-01-01

    The ISS finally reached an operational state and exists for local and remote users. Onboard payload systems are managed by the Huntsville Operations Support Center (HOSC). Users access HOSC systems by internet protocols in support of daily operations, preflight simulation, and test. In support of this diverse user community, a modem security architecture has been implemented. The architecture has evolved over time from an isolated but open system to a system which supports local and remote access to the ISS over broad geographic regions. This has been accomplished through the use of an evolved security strategy, PKI, and custom design. Through this paper, descriptions of the migration process and the lessons learned are presented. This will include product decision criteria, rationale, and the use of commodity products in the end architecture. This paper will also stress the need for interoperability of various products and the effects of seemingly insignificant details.

  8. Noradrenergic activation of the basolateral amygdala maintains hippocampus-dependent accuracy of remote memory

    PubMed Central

    Atucha, Erika; Vukojevic, Vanja; Fornari, Raquel V.; Ronzoni, Giacomo; Demougin, Philippe; Peter, Fabian; Atsak, Piray; Coolen, Marcel W.; Papassotiropoulos, Andreas; McGaugh, James L.; de Quervain, Dominique J.-F.; Roozendaal, Benno

    2017-01-01

    Emotional enhancement of memory by noradrenergic mechanisms is well-described, but the long-term consequences of such enhancement are poorly understood. Over time, memory traces are thought to undergo a neural reorganization, that is, a systems consolidation, during which they are, at least partly, transferred from the hippocampus to neocortical networks. This transfer is accompanied by a decrease in episodic detailedness. Here we investigated whether norepinephrine (NE) administration into the basolateral amygdala after training on an inhibitory avoidance discrimination task, comprising two distinct training contexts, alters systems consolidation dynamics to maintain episodic-like accuracy and hippocampus dependency of remote memory. At a 2-d retention test, both saline- and NE-treated rats accurately discriminated the training context in which they had received footshock. Hippocampal inactivation with muscimol before retention testing disrupted discrimination of the shock context in both treatment groups. At 28 d, saline-treated rats showed hippocampus-independent retrieval and lack of discrimination. In contrast, NE-treated rats continued to display accurate memory of the shock–context association. Hippocampal inactivation at this remote retention test blocked episodic-like accuracy and induced a general memory impairment. These findings suggest that the NE treatment altered systems consolidation dynamics by maintaining hippocampal involvement in the memory. This shift in systems consolidation was paralleled by time-regulated DNA methylation and transcriptional changes of memory-related genes, namely Reln and Pkmζ, in the hippocampus and neocortex. The findings provide evidence suggesting that consolidation of emotional memories by noradrenergic mechanisms alters systems consolidation dynamics and, as a consequence, influences the maintenance of long-term episodic-like accuracy of memory. PMID:28790188

  9. Noradrenergic activation of the basolateral amygdala maintains hippocampus-dependent accuracy of remote memory.

    PubMed

    Atucha, Erika; Vukojevic, Vanja; Fornari, Raquel V; Ronzoni, Giacomo; Demougin, Philippe; Peter, Fabian; Atsak, Piray; Coolen, Marcel W; Papassotiropoulos, Andreas; McGaugh, James L; de Quervain, Dominique J-F; Roozendaal, Benno

    2017-08-22

    Emotional enhancement of memory by noradrenergic mechanisms is well-described, but the long-term consequences of such enhancement are poorly understood. Over time, memory traces are thought to undergo a neural reorganization, that is, a systems consolidation, during which they are, at least partly, transferred from the hippocampus to neocortical networks. This transfer is accompanied by a decrease in episodic detailedness. Here we investigated whether norepinephrine (NE) administration into the basolateral amygdala after training on an inhibitory avoidance discrimination task, comprising two distinct training contexts, alters systems consolidation dynamics to maintain episodic-like accuracy and hippocampus dependency of remote memory. At a 2-d retention test, both saline- and NE-treated rats accurately discriminated the training context in which they had received footshock. Hippocampal inactivation with muscimol before retention testing disrupted discrimination of the shock context in both treatment groups. At 28 d, saline-treated rats showed hippocampus-independent retrieval and lack of discrimination. In contrast, NE-treated rats continued to display accurate memory of the shock-context association. Hippocampal inactivation at this remote retention test blocked episodic-like accuracy and induced a general memory impairment. These findings suggest that the NE treatment altered systems consolidation dynamics by maintaining hippocampal involvement in the memory. This shift in systems consolidation was paralleled by time-regulated DNA methylation and transcriptional changes of memory-related genes, namely Reln and Pkm ζ, in the hippocampus and neocortex. The findings provide evidence suggesting that consolidation of emotional memories by noradrenergic mechanisms alters systems consolidation dynamics and, as a consequence, influences the maintenance of long-term episodic-like accuracy of memory.

  10. Corticosterone administration after a single-trial contextual fear conditioning does not influence the strength and specificity of recent and remote memory in rats.

    PubMed

    Bueno, Ana Paula A; de Paiva, Joselisa Péres Queiroz; Corrêa, Moisés Dos Santos; Tiba, Paula Ayako; Fornari, Raquel Vecchio

    2017-03-15

    It is well established that corticosterone (CORT) enhances memory consolidation of emotionally arousing experiences. Despite emotional memories being usually referred to as well remembered for long periods, there are no studies that have investigated the effects of CORT in modulating the duration and specificity of memory. In the present study, we trained Wistar rats in a single-trial contextual fear conditioning protocol and injected CORT (0.3, 1.0 or 3.0mg/kg), immediately after training, to investigate its effects on memory consolidation. Rats were tested 2 and 29days after the training session or only 29days after training to assess recent or remote memory. Our results show that animals tested for recent memory discriminated the training context from a novel one, while those tested only for remote memory generalized the fear response to both contexts. Animals tested for remote memory after being tested for recent memory were able to discriminate both contexts. These results support the literature regarding memory specificity and duration. However, CORT treatment, even at the dose of 1.0mg/kg that effectively enhanced the plasmatic hormone levels, did not affect the strength or the specificity of memory in either recent or remote memory tests. We hypothesize that the lack of effect of CORT treatment could be due to the low arousing training experience of the single-trial protocol which, despite being sufficient to induce significant recent and remote memory consolidation, may not be sufficient to allow the memory-enhancing effect of CORT. Copyright © 2017 Elsevier Inc. All rights reserved.

  11. Mental space travel: damage to posterior parietal cortex prevents egocentric navigation and reexperiencing of remote spatial memories.

    PubMed

    Ciaramelli, Elisa; Rosenbaum, R Shayna; Solcz, Stephanie; Levine, Brian; Moscovitch, Morris

    2010-05-01

    The ability to navigate in a familiar environment depends on both an intact mental representation of allocentric spatial information and the integrity of systems supporting complementary egocentric representations. Although the hippocampus has been implicated in learning new allocentric spatial information, converging evidence suggests that the posterior parietal cortex (PPC) might support egocentric representations. To date, however, few studies have examined long-standing egocentric representations of environments learned long ago. Here we tested 7 patients with focal lesions in PPC and 12 normal controls in remote spatial memory tasks, including 2 tasks reportedly reliant on allocentric representations (distance and proximity judgments) and 2 tasks reportedly reliant on egocentric representations (landmark sequencing and route navigation; see Rosenbaum, Ziegler, Winocur, Grady, & Moscovitch, 2004). Patients were unimpaired in distance and proximity judgments. In contrast, they all failed in route navigation, and left-lesioned patients also showed marginally impaired performance in landmark sequencing. Patients' subjective experience associated with navigation was impoverished and disembodied compared with that of the controls. These results suggest that PPC is crucial for accessing remote spatial memories within an egocentric reference frame that enables both navigation and reexperiencing. Additionally, PPC was found to be necessary to implement specific aspects of allocentric navigation with high demands on spontaneous retrieval. PsycINFO Database Record (c) 2010 APA, all rights reserved.

  12. Circuit-Switched Memory Access in Photonic Interconnection Networks for High-Performance Embedded Computing

    DTIC Science & Technology

    2010-07-22

    dependent , providing a natural bandwidth match between compute cores and the memory subsystem. • High Bandwidth Dcnsity. Waveguides crossing the chip...simulate this memory access architecture on a 2S6-core chip with a concentrated 64-node network lIsing detailed traces of high-performance embedded...memory modulcs, wc placc memory access poi nts (MAPs) around the pcriphery of the chip connected to thc nctwork. These MAPs, shown in Figure 4, contain

  13. Accessing sparse arrays in parallel memories

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Banerjee, U.; Gajski, D.; Kuck, D.

    The concept of dense and sparse execution of arrays is introduced. Arrays themselves can be stored in a dense or sparse manner in a parallel memory with m memory modules. The paper proposes hardware for speeding up the execution of array operations of the form c(c/sub 0/+ci)=a(a/sub 0/+ai) op b(b/sub 0/+bi), where a/sub 0/, a, b/sub 0/, b, c/sub 0/, c are integer constants and i is an index variable. The hardware handles 'sparse execution', in which the operation op is not executed for every value of i. The hardware also makes provision for 'sparse storage', in which memory spacemore » is not provided for every array element. It is shown how to access array elements of the above form without conflict in an efficient way. The efficiency is obtained by using some specialised units which are basically smart memories with priority detection, one's counting or associative searching. Generalisation to multidimensional arrays is shown possible under restrictions defined in the paper. 12 references.« less

  14. Accessibility versus Accuracy in Retrieving Spatial Memory: Evidence for Suboptimal Assumed Headings

    ERIC Educational Resources Information Center

    Yerramsetti, Ashok; Marchette, Steven A.; Shelton, Amy L.

    2013-01-01

    Orientation dependence in spatial memory has often been interpreted in terms of accessibility: Object locations are encoded relative to a reference orientation that affords the most accurate access to spatial memory. An open question, however, is whether people naturally use this "preferred" orientation whenever recalling the space. We…

  15. The Dynamics of Access to Groups in Working Memory

    ERIC Educational Resources Information Center

    Farrell, Simon; Lelievre, Anna

    2012-01-01

    The finding that participants leave a pause between groups when attempting serial recall of temporally grouped lists has been taken to indicate access to a hierarchical representation of the list in working memory. An alternative explanation is that the dynamics of serial recall solely reflect output (rather than memorial) processes, with the…

  16. Kokkos: Enabling manycore performance portability through polymorphic memory access patterns

    DOE PAGES

    Carter Edwards, H.; Trott, Christian R.; Sunderland, Daniel

    2014-07-22

    The manycore revolution can be characterized by increasing thread counts, decreasing memory per thread, and diversity of continually evolving manycore architectures. High performance computing (HPC) applications and libraries must exploit increasingly finer levels of parallelism within their codes to sustain scalability on these devices. We found that a major obstacle to performance portability is the diverse and conflicting set of constraints on memory access patterns across devices. Contemporary portable programming models address manycore parallelism (e.g., OpenMP, OpenACC, OpenCL) but fail to address memory access patterns. The Kokkos C++ library enables applications and domain libraries to achieve performance portability on diversemore » manycore architectures by unifying abstractions for both fine-grain data parallelism and memory access patterns. In this paper we describe Kokkos’ abstractions, summarize its application programmer interface (API), present performance results for unit-test kernels and mini-applications, and outline an incremental strategy for migrating legacy C++ codes to Kokkos. Furthermore, the Kokkos library is under active research and development to incorporate capabilities from new generations of manycore architectures, and to address a growing list of applications and domain libraries.« less

  17. Paging memory from random access memory to backing storage in a parallel computer

    DOEpatents

    Archer, Charles J; Blocksome, Michael A; Inglett, Todd A; Ratterman, Joseph D; Smith, Brian E

    2013-05-21

    Paging memory from random access memory (`RAM`) to backing storage in a parallel computer that includes a plurality of compute nodes, including: executing a data processing application on a virtual machine operating system in a virtual machine on a first compute node; providing, by a second compute node, backing storage for the contents of RAM on the first compute node; and swapping, by the virtual machine operating system in the virtual machine on the first compute node, a page of memory from RAM on the first compute node to the backing storage on the second compute node.

  18. 76 FR 73676 - Certain Dynamic Random Access Memory Devices, and Products Containing Same; Receipt of Complaint...

    Federal Register 2010, 2011, 2012, 2013, 2014

    2011-11-29

    ... INTERNATIONAL TRADE COMMISSION [DN 2859] Certain Dynamic Random Access Memory Devices, and.... International Trade Commission has received a complaint entitled In Re Certain Dynamic Random Access Memory... certain dynamic random access memory devices, and products containing same. The complaint names Elpida...

  19. 75 FR 16507 - In the Matter of Certain Semiconductor Chips Having Synchronous Dynamic Random Access Memory...

    Federal Register 2010, 2011, 2012, 2013, 2014

    2010-04-01

    ... Semiconductor Chips Having Synchronous Dynamic Random Access Memory Controllers and Products Containing Same... synchronous dynamic random access memory controllers and products containing same by reason of infringement of... semiconductor chips having synchronous dynamic random access memory controllers and products containing same...

  20. Academic and Non-Profit Accessibility to Commercial Remote Sensing Software

    NASA Astrophysics Data System (ADS)

    O'Connor, A. S.; Farr, B.

    2013-12-01

    Remote Sensing as a topic of teaching and research at the university and college level continues to increase. As more data is made freely available and software becomes easier to use, more and more academic and non-profits institutions are turning to remote sensing to solve their tough and large spatial scale problems. Exelis Visual Information Solutions (VIS) has been supporting teaching and research endeavors for over 30 years with a special emphasis over the last 5 years with scientifically proven software and accessible training materials. The Exelis VIS academic program extends to US and Canadian 2 year and 4 year colleges and universities with tools for analyzing aerial and satellite multispectral and hyperspectral imagery, airborne LiDAR and Synthetic Aperture Radar. The Exelis VIS academic programs, using the ENVI Platform, enables labs and classrooms to be outfitted with software and makes software accessible to students. The ENVI software provides students hands on experience with remote sensing software, an easy teaching platform for professors and allows researchers scientifically vetted software they can trust. Training materials are provided at no additional cost and can either serve as a basis for course curriculum development or self paced learning. Non-profit organizations like The Nature Conservancy (TNC) and CGIAR have deployed ENVI and IDL enterprise wide licensing allowing researchers all over the world to have cost effective access COTS software for their research. Exelis VIS has also contributed licenses to the NASA DEVELOP program. Exelis VIS is committed to supporting the academic and NGO community with affordable enterprise licensing, access to training materials, and technical expertise to help researchers tackle today's Earth and Planetary science big data challenges.

  1. Dentate granule cell recruitment of feedforward inhibition governs engram maintenance and remote memory generalization.

    PubMed

    Guo, Nannan; Soden, Marta E; Herber, Charlotte; Kim, Michael TaeWoo; Besnard, Antoine; Lin, Paoyan; Ma, Xiang; Cepko, Constance L; Zweifel, Larry S; Sahay, Amar

    2018-05-01

    Memories become less precise and generalized over time as memory traces reorganize in hippocampal-cortical networks. Increased time-dependent loss of memory precision is characterized by an overgeneralization of fear in individuals with post-traumatic stress disorder (PTSD) or age-related cognitive impairments. In the hippocampal dentate gyrus (DG), memories are thought to be encoded by so-called 'engram-bearing' dentate granule cells (eDGCs). Here we show, using rodents, that contextual fear conditioning increases connectivity between eDGCs and inhibitory interneurons (INs) in the downstream hippocampal CA3 region. We identify actin-binding LIM protein 3 (ABLIM3) as a mossy-fiber-terminal-localized cytoskeletal factor whose levels decrease after learning. Downregulation of ABLIM3 expression in DGCs was sufficient to increase connectivity with CA3 stratum lucidum INs (SLINs), promote parvalbumin (PV)-expressing SLIN activation, enhance feedforward inhibition onto CA3 and maintain a fear memory engram in the DG over time. Furthermore, downregulation of ABLIM3 expression in DGCs conferred conditioned context-specific reactivation of memory traces in hippocampal-cortical and amygdalar networks and decreased fear memory generalization at remote (i.e., distal) time points. Consistent with the observation of age-related hyperactivity of CA3, learning failed to increase DGC-SLIN connectivity in 17-month-old mice, whereas downregulation of ABLIM3 expression was sufficient to restore DGC-SLIN connectivity, increase PV+ SLIN activation and improve the precision of remote memories. These studies exemplify a connectivity-based strategy that targets a molecular brake of feedforward inhibition in DG-CA3 and may be harnessed to decrease time-dependent memory generalization in individuals with PTSD and improve memory precision in aging individuals.

  2. The influence of seizure frequency on anterograde and remote memory in mesial temporal lobe epilepsy.

    PubMed

    Voltzenlogel, Virginie; Vignal, Jean-Pierre; Hirsch, Edouard; Manning, Liliann

    2014-10-01

    Seizure frequency, although considered as an important factor in memory impairment in mesial temporal epilepsy (mTLE), is mostly confounded with other clinical variables, making it unclear to what extent recurrent seizures actually interfere with memory. The present study focuses on the influence of seizure frequency, studied as a main variable, on anterograde and remote memory. Seventy-one patients with unilateral mTLE were divided into two subgroups, as a function of their seizure frequency (monthly versus weekly seizures). Other seizure-related variables were controlled, namely, lateralisation and type of lesion, age at onset, years of ongoing seizures, etiologic factors, and number of AED. A comprehensive neuropsychological examination, including anterograde memory (verbal and non verbal recognition memory and free recall) tasks together with a large range of tests exploring different domains of remote memory, was carried out. Despite similar results on IQ, executive functions and attention, the low seizure-frequency group performed significantly better than the high seizure-frequency group on anterograde memory tests. Loss of autobiographical episodes and public-events memory, concomitant with spared personal semantic knowledge, was observed in both patient groups compared with healthy subjects. A worsening effect of high seizure frequency was recorded for autobiographical incidents and news-events memory, but unexpectedly, not for memory for famous people. The study of seizure frequency as the main variable leads us to suggest that high seizure frequency, itself, potentiates the effects of mesial temporal lobe damage on episodic memory deficits. Copyright © 2014 British Epilepsy Association. Published by Elsevier Ltd. All rights reserved.

  3. 75 FR 14467 - In the Matter of: Certain Dynamic Random Access Memory Semiconductors and Products Containing...

    Federal Register 2010, 2011, 2012, 2013, 2014

    2010-03-25

    ... Access Memory Semiconductors and Products Containing Same, Including Memory Modules; Notice of... the sale within the United States after importation of certain dynamic random access memory semiconductors and products containing same, including memory modules, by reason of infringement of certain...

  4. Enhancing Memory Access for Less Skilled Readers

    ERIC Educational Resources Information Center

    Smith, Emily R.; O'Brien, Edward J.

    2016-01-01

    Less skilled readers' comprehension often suffers because they have an impoverished representation of text in long-term memory; this, in turn, increases the difficulty of gaining access to backgrounded information necessary for maintaining coherence. The results of four experiments demonstrated that providing less skilled readers with additional…

  5. More than a feeling: Emotional cues impact the access and experience of autobiographical memories.

    PubMed

    Sheldon, Signy; Donahue, Julia

    2017-07-01

    Remembering is impacted by several factors of retrieval, including the emotional content of a memory cue. Here we tested how musical retrieval cues that differed on two dimensions of emotion-valence (positive and negative) and arousal (high and low)-impacted the following aspects of autobiographical memory recall: the response time to access a past personal event, the experience of remembering (ratings of memory vividness), the emotional content of a cued memory (ratings of event arousal and valence), and the type of event recalled (ratings of event energy, socialness, and uniqueness). We further explored how cue presentation affected autobiographical memory retrieval by administering cues of similar arousal and valence levels in a blocked fashion to one half of the tested participants, and randomly to the other half. We report three main findings. First, memories were accessed most quickly in response to musical cues that were highly arousing and positive in emotion. Second, we observed a relation between a cue and the elicited memory's emotional valence but not arousal; however, both the cue valence and arousal related to the nature of the recalled event. Specifically, high cue arousal led to lower memory vividness and uniqueness ratings, but cues with both high arousal and positive valence were associated with memories rated as more social and energetic. Finally, cue presentation impacted both how quickly and specifically memories were accessed and how cue valence affected the memory vividness ratings. The implications of these findings for views of how emotion directs the access to memories and the experience of remembering are discussed.

  6. Spatial access disparities to primary health care in rural and remote Australia.

    PubMed

    McGrail, Matthew Richard; Humphreys, John Stirling

    2015-11-04

    Poor spatial access to health care remains a key issue for rural populations worldwide. Whilst geographic information systems (GIS) have enabled the development of more sophisticated access measures, they are yet to be adopted into health policy and workforce planning. This paper provides and tests a new national-level approach to measuring primary health care (PHC) access for rural Australia, suitable for use in macro-level health policy. The new index was constructed using a modified two-step floating catchment area method framework and the smallest available geographic unit. Primary health care spatial access was operationalised using three broad components: availability of PHC (general practitioner) services; proximity of populations to PHC services; and PHC needs of the population. Data used in its measurement were specifically chosen for accuracy, reliability and ongoing availability for small areas. The resultant index reveals spatial disparities of access to PHC across rural Australia. While generally more remote areas experienced poorer access than more populated rural areas, there were numerous exceptions to this generalisation, with some rural areas close to metropolitan areas having very poor access and some increasingly remote areas having relatively good access. This new index provides a geographically-sensitive measure of access, which is readily updateable and enables a fine granulation of access disparities. Such an index can underpin national rural health programmes and policies designed to improve rural workforce recruitment and retention, and, importantly, health service planning and resource allocation decisions designed to improve equity of PHC access.

  7. Dr. Tulga Ersal at NSF Workshop Accessible Remote Testbeds ART'15

    Science.gov Websites

    ;Enabling High-Fidelity Closed-Loop Integration of Remotely Accessible Testbeds" at the NSF Sponsored project (2010-2013) "Internet-Distributed Hardware-in-the-Loop Simulation". Sponsored by U.S

  8. Nonvolatile GaAs Random-Access Memory

    NASA Technical Reports Server (NTRS)

    Katti, Romney R.; Stadler, Henry L.; Wu, Jiin-Chuan

    1994-01-01

    Proposed random-access integrated-circuit electronic memory offers nonvolatile magnetic storage. Bits stored magnetically and read out with Hall-effect sensors. Advantages include short reading and writing times and high degree of immunity to both single-event upsets and permanent damage by ionizing radiation. Use of same basic material for both transistors and sensors simplifies fabrication process, with consequent benefits in increased yield and reduced cost.

  9. Remotely Accessible Testbed for Software Defined Radio Development

    NASA Technical Reports Server (NTRS)

    Lux, James P.; Lang, Minh; Peters, Kenneth J.; Taylor, Gregory H.

    2012-01-01

    Previous development testbeds have assumed that the developer was physically present in front of the hardware being used. No provision for remote operation of basic functions (power on/off or reset) was made, because the developer/operator was sitting in front of the hardware, and could just push the button manually. In this innovation, a completely remotely accessible testbed has been created, with all diagnostic equipment and tools set up for remote access, and using standardized interfaces so that failed equipment can be quickly replaced. In this testbed, over 95% of the operating hours were used for testing without the developer being physically present. The testbed includes a pair of personal computers, one running Linux and one running Windows. A variety of peripherals is connected via Ethernet and USB (universal serial bus) interfaces. A private internal Ethernet is used to connect to test instruments and other devices, so that the sole connection to the outside world is via the two PCs. An important design consideration was that all of the instruments and interfaces used stable, long-lived industry standards, such as Ethernet, USB, and GPIB (general purpose interface bus). There are no plug-in cards for the two PCs, so there are no problems with finding replacement computers with matching interfaces, device drivers, and installation. The only thing unique to the two PCs is the locally developed software, which is not specific to computer or operating system version. If a device (including one of the computers) were to fail or become unavailable (e.g., a test instrument needed to be recalibrated), replacing it is a straightforward process with a standard, off-the-shelf device.

  10. Accessibility limits recall from visual working memory.

    PubMed

    Rajsic, Jason; Swan, Garrett; Wilson, Daryl E; Pratt, Jay

    2017-09-01

    In this article, we demonstrate limitations of accessibility of information in visual working memory (VWM). Recently, cued-recall has been used to estimate the fidelity of information in VWM, where the feature of a cued object is reproduced from memory (Bays, Catalao, & Husain, 2009; Wilken & Ma, 2004; Zhang & Luck, 2008). Response error in these tasks has been largely studied with respect to failures of encoding and maintenance; however, the retrieval operations used in these tasks remain poorly understood. By varying the number and type of object features provided as a cue in a visual delayed-estimation paradigm, we directly assess the nature of retrieval errors in delayed estimation from VWM. Our results demonstrate that providing additional object features in a single cue reliably improves recall, largely by reducing swap, or misbinding, responses. In addition, performance simulations using the binding pool model (Swan & Wyble, 2014) were able to mimic this pattern of performance across a large span of parameter combinations, demonstrating that the binding pool provides a possible mechanism underlying this pattern of results that is not merely a symptom of one particular parametrization. We conclude that accessing visual working memory is a noisy process, and can lead to errors over and above those of encoding and maintenance limitations. (PsycINFO Database Record (c) 2017 APA, all rights reserved).

  11. Vortex-Core Reversal Dynamics: Towards Vortex Random Access Memory

    NASA Astrophysics Data System (ADS)

    Kim, Sang-Koog

    2011-03-01

    An energy-efficient, ultrahigh-density, ultrafast, and nonvolatile solid-state universal memory is a long-held dream in the field of information-storage technology. The magnetic random access memory (MRAM) along with a spin-transfer-torque switching mechanism is a strong candidate-means of realizing that dream, given its nonvolatility, infinite endurance, and fast random access. Magnetic vortices in patterned soft magnetic dots promise ground-breaking applications in information-storage devices, owing to the very stable twofold ground states of either their upward or downward core magnetization orientation and plausible core switching by in-plane alternating magnetic fields or spin-polarized currents. However, two technologically most important but very challenging issues --- low-power recording and reliable selection of each memory cell with already existing cross-point architectures --- have not yet been resolved for the basic operations in information storage, that is, writing (recording) and readout. Here, we experimentally demonstrate a magnetic vortex random access memory (VRAM) in the basic cross-point architecture. This unique VRAM offers reliable cell selection and low-power-consumption control of switching of out-of-plane core magnetizations using specially designed rotating magnetic fields generated by two orthogonal and unipolar Gaussian-pulse currents along with optimized pulse width and time delay. Our achievement of a new device based on a new material, that is, a medium composed of patterned vortex-state disks, together with the new physics on ultrafast vortex-core switching dynamics, can stimulate further fruitful research on MRAMs that are based on vortex-state dot arrays.

  12. Development of a Remote Accessibility Assessment System through three-dimensional reconstruction technology.

    PubMed

    Kim, Jong Bae; Brienza, David M

    2006-01-01

    A Remote Accessibility Assessment System (RAAS) that uses three-dimensional (3-D) reconstruction technology is being developed; it enables clinicians to assess the wheelchair accessibility of users' built environments from a remote location. The RAAS uses commercial software to construct 3-D virtualized environments from photographs. We developed custom screening algorithms and instruments for analyzing accessibility. Characteristics of the camera and 3-D reconstruction software chosen for the system significantly affect its overall reliability. In this study, we performed an accuracy assessment to verify that commercial hardware and software can construct accurate 3-D models by analyzing the accuracy of dimensional measurements in a virtual environment and a comparison of dimensional measurements from 3-D models created with four cameras/settings. Based on these two analyses, we were able to specify a consumer-grade digital camera and PhotoModeler (EOS Systems, Inc, Vancouver, Canada) software for this system. Finally, we performed a feasibility analysis of the system in an actual environment to evaluate its ability to assess the accessibility of a wheelchair user's typical built environment. The field test resulted in an accurate accessibility assessment and thus validated our system.

  13. 78 FR 35645 - Certain Static Random Access Memories and Products Containing Same; Commission Determination...

    Federal Register 2010, 2011, 2012, 2013, 2014

    2013-06-13

    ... INTERNATIONAL TRADE COMMISSION [Investigation No. 337-TA-792] Certain Static Random Access Memories and Products Containing Same; Commission Determination Affirming a Final Initial Determination..., and the sale within the United States after importation of certain static random access memories and...

  14. Accessing and Utilizing Remote Sensing Data for Vectorborne Infectious Diseases Surveillance and Modeling

    NASA Technical Reports Server (NTRS)

    Kiang, Richard; Adimi, Farida; Kempler, Steven

    2008-01-01

    Background: The transmission of vectorborne infectious diseases is often influenced by environmental, meteorological and climatic parameters, because the vector life cycle depends on these factors. For example, the geophysical parameters relevant to malaria transmission include precipitation, surface temperature, humidity, elevation, and vegetation type. Because these parameters are routinely measured by satellites, remote sensing is an important technological tool for predicting, preventing, and containing a number of vectorborne infectious diseases, such as malaria, dengue, West Nile virus, etc. Methods: A variety of NASA remote sensing data can be used for modeling vectorborne infectious disease transmission. We will discuss both the well known and less known remote sensing data, including Landsat, AVHRR (Advanced Very High Resolution Radiometer), MODIS (Moderate Resolution Imaging Spectroradiometer), TRMM (Tropical Rainfall Measuring Mission), ASTER (Advanced Spaceborne Thermal Emission and Reflection Radiometer), EO-1 (Earth Observing One) ALI (Advanced Land Imager), and SIESIP (Seasonal to Interannual Earth Science Information Partner) dataset. Giovanni is a Web-based application developed by the NASA Goddard Earth Sciences Data and Information Services Center. It provides a simple and intuitive way to visualize, analyze, and access vast amounts of Earth science remote sensing data. After remote sensing data is obtained, a variety of techniques, including generalized linear models and artificial intelligence oriented methods, t 3 can be used to model the dependency of disease transmission on these parameters. Results: The processes of accessing, visualizing and utilizing precipitation data using Giovanni, and acquiring other data at additional websites are illustrated. Malaria incidence time series for some parts of Thailand and Indonesia are used to demonstrate that malaria incidences are reasonably well modeled with generalized linear models and artificial

  15. 75 FR 44283 - In the Matter of Certain Dynamic Random Access Memory Semiconductors and Products Containing Same...

    Federal Register 2010, 2011, 2012, 2013, 2014

    2010-07-28

    ... Random Access Memory Semiconductors and Products Containing Same, Including Memory Modules; Notice of a... importation of certain dynamic random access memory semiconductors and products containing same, including memory modules, by reason of infringement of certain claims of U.S. Patent Nos. 5,480,051; 5,422,309; 5...

  16. Making working memory work: The effects of extended practice on focus capacity and the processes of updating, forward access, and random access

    PubMed Central

    Price, John M.; Colflesh, Gregory J. H.; Cerella, John; Verhaeghen, Paul

    2014-01-01

    We investigated the effects of 10 hours of practice on variations of the N-Back task to investigate the processes underlying possible expansion of the focus of attention within working memory. Using subtractive logic, we showed that random access (i.e., Sternberg-like search) yielded a modest effect (a 50% increase in speed) whereas the processes of forward access (i.e., retrieval in order, as in a standard N-Back task) and updating (i.e., changing the contents of working memory) were executed about 5 times faster after extended practice. We additionally found that extended practice increased working memory capacity as measured by the size of the focus of attention for the forward-access task, but not for variations where probing was in random order. This suggests that working memory capacity may depend on the type of search process engaged, and that certain working-memory-related cognitive processes are more amenable to practice than others. PMID:24486803

  17. Making working memory work: the effects of extended practice on focus capacity and the processes of updating, forward access, and random access.

    PubMed

    Price, John M; Colflesh, Gregory J H; Cerella, John; Verhaeghen, Paul

    2014-05-01

    We investigated the effects of 10h of practice on variations of the N-Back task to investigate the processes underlying possible expansion of the focus of attention within working memory. Using subtractive logic, we showed that random access (i.e., Sternberg-like search) yielded a modest effect (a 50% increase in speed) whereas the processes of forward access (i.e., retrieval in order, as in a standard N-Back task) and updating (i.e., changing the contents of working memory) were executed about 5 times faster after extended practice. We additionally found that extended practice increased working memory capacity as measured by the size of the focus of attention for the forward-access task, but not for variations where probing was in random order. This suggests that working memory capacity may depend on the type of search process engaged, and that certain working-memory-related cognitive processes are more amenable to practice than others. Copyright © 2014 Elsevier B.V. All rights reserved.

  18. Aspects of GPU perfomance in algorithms with random memory access

    NASA Astrophysics Data System (ADS)

    Kashkovsky, Alexander V.; Shershnev, Anton A.; Vashchenkov, Pavel V.

    2017-10-01

    The numerical code for solving the Boltzmann equation on the hybrid computational cluster using the Direct Simulation Monte Carlo (DSMC) method showed that on Tesla K40 accelerators computational performance drops dramatically with increase of percentage of occupied GPU memory. Testing revealed that memory access time increases tens of times after certain critical percentage of memory is occupied. Moreover, it seems to be the common problem of all NVidia's GPUs arising from its architecture. Few modifications of the numerical algorithm were suggested to overcome this problem. One of them, based on the splitting the memory into "virtual" blocks, resulted in 2.5 times speed up.

  19. The Effect of Retrieval Cues on Visual Preferences and Memory in Infancy: Evidence for a Four-Phase Attention Function.

    ERIC Educational Resources Information Center

    Bahrick, Lorraine E.; Hernandez-Reif, Maria; Pickens, Jeffrey N.

    1997-01-01

    Tested hypothesis from Bahrick and Pickens' infant attention model that retrieval cues increase memory accessibility and shift visual preferences toward greater novelty to resemble recent memories. Found that after retention intervals associated with remote or intermediate memory, previous familiarity preferences shifted to null or novelty…

  20. BCH codes for large IC random-access memory systems

    NASA Technical Reports Server (NTRS)

    Lin, S.; Costello, D. J., Jr.

    1983-01-01

    In this report some shortened BCH codes for possible applications to large IC random-access memory systems are presented. These codes are given by their parity-check matrices. Encoding and decoding of these codes are discussed.

  1. 78 FR 25767 - Certain Static Random Access Memories and Products Containing Same; Commission Determination To...

    Federal Register 2010, 2011, 2012, 2013, 2014

    2013-05-02

    ... INTERNATIONAL TRADE COMMISSION [Investigation No. 337-TA-792] Certain Static Random Access Memories and Products Containing Same; Commission Determination To Review in Part a Final Initial... States after importation of certain static random access memories and products containing the same by...

  2. Redefining nondiscriminatory access to remote sensing imagery and its impact on global transparency

    NASA Astrophysics Data System (ADS)

    Aten, Michelle L.

    2003-04-01

    Global transparency is founded on the Open Skies philosophy and its precept of non-discriminatory access. Global transparency implies that anyone can have anytime, anyplace access to a wide-array of remotely sensed imagery. The custom of non-discriminatory access requires that datasets of interest must be affordable, usable, and obtainable in a timely fashion devoid of political, economic or technical obstacles. Thus, an assessment of the correlation between the availability of satellite imagery and changes in governmental policies, pricing fluctuations of data, and advances in technology is critical to assessing the viability of global transparency. The Open Skies philosophy was originally proposed at the 1955 Geneva Summit to advocate mutually beneficial aerial reconnaissance missions over the USSR and the US as a verification tool for arms control and non-proliferation agreements. However, due to Cold War tensions, this philosophy and the custom of non-discriminatory were not widely adopted in the civilian remote sensing community until the commissioning of the Landsat Program in 1972. Since this time, commercial high-resolution satellites have drastically changed the circumstances on which the fundamental tenets of this philosophy are based. Since the successful launch of the first of this satellite class, the IKONOS satellite, high-resolution imagery is now available to non-US governments and an unlimited set of non-state actors. As more advanced capabilities are added to the growing assortment of remote sensing satellites, the reality of global transparency will rapidly evolve. This assessment includes an overview of historical precedents and a brief explanation of relevant US policy decisions that define non-discriminatory access with respect to US government and US based corporate assets. It also presents the dynamics of the political, economic, and technical barriers that may dictate or influence the remote sensing community's access to satellite data. In

  3. Development of Curie point switching for thin film, random access, memory device

    NASA Technical Reports Server (NTRS)

    Lewicki, G. W.; Tchernev, D. I.

    1967-01-01

    Managanese bismuthide films are used in the development of a random access memory device of high packing density and nondestructive readout capability. Memory entry is by Curie point switching using a laser beam. Readout is accomplished by microoptical or micromagnetic scanning.

  4. Complex dynamics of semantic memory access in reading

    PubMed Central

    Baggio, Giosué; Fonseca, André

    2012-01-01

    Understanding a word in context relies on a cascade of perceptual and conceptual processes, starting with modality-specific input decoding, and leading to the unification of the word's meaning into a discourse model. One critical cognitive event, turning a sensory stimulus into a meaningful linguistic sign, is the access of a semantic representation from memory. Little is known about the changes that activating a word's meaning brings about in cortical dynamics. We recorded the electroencephalogram (EEG) while participants read sentences that could contain a contextually unexpected word, such as ‘cold’ in ‘In July it is very cold outside’. We reconstructed trajectories in phase space from single-trial EEG time series, and we applied three nonlinear measures of predictability and complexity to each side of the semantic access boundary, estimated as the onset time of the N400 effect evoked by critical words. Relative to controls, unexpected words were associated with larger prediction errors preceding the onset of the N400. Accessing the meaning of such words produced a phase transition to lower entropy states, in which cortical processing becomes more predictable and more regular. Our study sheds new light on the dynamics of information flow through interfaces between sensory and memory systems during language processing. PMID:21715401

  5. Complex dynamics of semantic memory access in reading.

    PubMed

    Baggio, Giosué; Fonseca, André

    2012-02-07

    Understanding a word in context relies on a cascade of perceptual and conceptual processes, starting with modality-specific input decoding, and leading to the unification of the word's meaning into a discourse model. One critical cognitive event, turning a sensory stimulus into a meaningful linguistic sign, is the access of a semantic representation from memory. Little is known about the changes that activating a word's meaning brings about in cortical dynamics. We recorded the electroencephalogram (EEG) while participants read sentences that could contain a contextually unexpected word, such as 'cold' in 'In July it is very cold outside'. We reconstructed trajectories in phase space from single-trial EEG time series, and we applied three nonlinear measures of predictability and complexity to each side of the semantic access boundary, estimated as the onset time of the N400 effect evoked by critical words. Relative to controls, unexpected words were associated with larger prediction errors preceding the onset of the N400. Accessing the meaning of such words produced a phase transition to lower entropy states, in which cortical processing becomes more predictable and more regular. Our study sheds new light on the dynamics of information flow through interfaces between sensory and memory systems during language processing.

  6. Adult Age Differences in Accessing and Retrieving Information from Long-Term Memory.

    ERIC Educational Resources Information Center

    Petros, Thomas V.; And Others

    1983-01-01

    Investigated adult age differences in accessing and retrieving information from long-term memory. Results showed that older adults (N=26) were slower than younger adults (N=35) at feature extraction, lexical access, and accessing category information. The age deficit was proportionally greater when retrieval of category information was required.…

  7. Artificial intelligence applications of fast optical memory access

    NASA Astrophysics Data System (ADS)

    Henshaw, P. D.; Todtenkopf, A. B.

    The operating principles and performance of rapid laser beam-steering (LBS) techniques are reviewed and illustrated with diagrams; their applicability to fast optical-memory (disk) access is evaluated; and the implications of fast access for the design of expert systems are discussed. LBS methods examined include analog deflection (source motion, wavefront tilt, and phased arrays), digital deflection (polarization modulation, reflectivity modulation, interferometric switching, and waveguide deflection), and photorefractive LBS. The disk-access problem is considered, and typical LBS requirements are listed as 38,000 beam positions, rotational latency 25 ms, one-sector rotation time 1.5 ms, and intersector space 87 microsec. The value of rapid access for increasing the power of expert systems (by permitting better organization of blocks of information) is illustrated by summarizing the learning process of the MVP-FORTH system (Park, 1983).

  8. Improving memory after interruption: exploiting soft constraints and manipulating information access cost.

    PubMed

    Morgan, Phillip L; Patrick, John; Waldron, Samuel M; King, Sophia L; Patrick, Tanya

    2009-12-01

    Forgetting what one was doing prior to interruption is an everyday problem. The recent soft constraints hypothesis (Gray, Sims, Fu, & Schoelles, 2006) emphasizes the strategic adaptation of information processing strategy to the task environment. It predicts that increasing information access cost (IAC: the time, and physical and mental effort involved in accessing information) encourages a more memory-intensive strategy. Like interruptions, access costs are also intrinsic to most work environments, such as when opening documents and e-mails. Three experiments investigated whether increasing IAC during a simple copying task can be an effective method for reducing forgetting following interruption. IAC was designated Low (all information permanently visible), Medium (a mouse movement to uncover target information), or High (an additional few seconds to uncover such information). Experiment 1 found that recall improved across all three levels of IAC. Subsequent experiments found that High IAC facilitated resumption after interruption, particularly when interruption occurred on half of all trials (Experiment 2), and improved prospective memory following two different interrupting tasks, even when one involved the disruptive effect of using the same type of resource as the primary task (Experiment 3). The improvement of memory after interruption with increased IAC supports the prediction of the soft constraints hypothesis. The main disadvantage of a high access cost was a reduction in speed of task completion. The practicality of manipulating IAC as a design method for inducing a memory-intensive strategy to protect against forgetting is discussed. Copyright 2009 APA

  9. Integrated, nonvolatile, high-speed analog random access memory

    NASA Technical Reports Server (NTRS)

    Katti, Romney R. (Inventor); Wu, Jiin-Chuan (Inventor); Stadler, Henry L. (Inventor)

    1994-01-01

    This invention provides an integrated, non-volatile, high-speed random access memory. A magnetically switchable ferromagnetic or ferrimagnetic layer is sandwiched between an electrical conductor which provides the ability to magnetize the magnetically switchable layer and a magneto resistive or Hall effect material which allows sensing the magnetic field which emanates from the magnetization of the magnetically switchable layer. By using this integrated three-layer form, the writing process, which is controlled by the conductor, is separated from the storage medium in the magnetic layer and from the readback process which is controlled by the magnetoresistive layer. A circuit for implementing the memory in CMOS or the like is disclosed.

  10. Programming distributed memory architectures using Kali

    NASA Technical Reports Server (NTRS)

    Mehrotra, Piyush; Vanrosendale, John

    1990-01-01

    Programming nonshared memory systems is more difficult than programming shared memory systems, in part because of the relatively low level of current programming environments for such machines. A new programming environment is presented, Kali, which provides a global name space and allows direct access to remote data values. In order to retain efficiency, Kali provides a system on annotations, allowing the user to control those aspects of the program critical to performance, such as data distribution and load balancing. The primitives and constructs provided by the language is described, and some of the issues raised in translating a Kali program for execution on distributed memory systems are also discussed.

  11. PKMζ Differentially Utilized between Sexes for Remote Long-Term Spatial Memory

    PubMed Central

    Sebastian, Veronica; Vergel, Tatyana; Baig, Raheela; Schrott, Lisa M.; Serrano, Peter A.

    2013-01-01

    It is well established that male rats have an advantage in acquiring place-learning strategies, allowing them to learn spatial tasks more readily than female rats. However many of these differences have been examined solely during acquisition or in 24h memory retention. Here, we investigated whether sex differences exist in remote long-term memory, lasting 30d after training, and whether there are differences in the expression pattern of molecular markers associated with long-term memory maintenance. Specifically, we analyzed the expression of protein kinase M zeta (PKMζ) and the α-amino-3-hydroxy-5-methyl-4-isoxazolepropionic acid (AMPA) receptor subunit GluA2. To adequately evaluate memory retention, we used a robust training protocol to attenuate sex differences in acquisition and found differential effects in memory retention 1d and 30d after training. Female cohorts tested for memory retention 1d after 60 training trials outperformed males by making significantly fewer reference memory errors at test. In contrast, male cohorts tested 30d after 60 training trials outperformed females of the same condition, making fewer reference memory errors and achieving significantly higher retention test scores. Furthermore, given 60 training trials, females tested 30d later showed significantly worse memory compared to females tested 1d later, while males tested 30d later did not differ from males tested 1d later. Together these data suggest that with robust training males do no retain spatial information as well as females do 24h post-training but maintain this spatial information for longer. Males also showed a significant increase in synaptic PKMζ expression and a positive correlation with retention test scores, while females did not. Interestingly, both sexes showed a positive correlation between retention test scores and synaptic GluA2 expression. Furthermore, the increased expression of synaptic PKMζ, associated with male memory but not with female memory

  12. Mapping virtual addresses to different physical addresses for value disambiguation for thread memory access requests

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Gala, Alan; Ohmacht, Martin

    A multiprocessor system includes nodes. Each node includes a data path that includes a core, a TLB, and a first level cache implementing disambiguation. The system also includes at least one second level cache and a main memory. For thread memory access requests, the core uses an address associated with an instruction format of the core. The first level cache uses an address format related to the size of the main memory plus an offset corresponding to hardware thread meta data. The second level cache uses a physical main memory address plus software thread meta data to store the memorymore » access request. The second level cache accesses the main memory using the physical address with neither the offset nor the thread meta data after resolving speculation. In short, this system includes mapping of a virtual address to a different physical addresses for value disambiguation for different threads.« less

  13. Using Remote Access to Scientific Instrumentation to Create Authentic Learning Activities in Pharmaceutical Analysis

    PubMed Central

    Albon, Simon P.; Cancilla, Devon A.; Hubball, Harry

    2006-01-01

    Objectives To pilot test and evaluate a gas chromatography-mass spectrometry (GCMS) case study as a teaching and learning tool. Design A case study incorporating remote access to a GCMS instrument through the Integrated Laboratory Network (ILN) at Western Washington University was developed and implemented. Student surveys, faculty interviews, and examination score data were used to evaluate learning. Assessment While the case study did not impact final examination scores, approximately 70% of students and all faculty members felt the ILN-supported case study improved student learning about GCMS. Faculty members felt the “live” instrument access facilitated more authentic teaching. Students and faculty members felt the ILN should continue to be developed as a teaching tool. Conclusion Remote access to scientific instrumentation can be used to modify case studies to enhance student learning and teaching practice in pharmaceutical analysis. PMID:17149450

  14. Environmental cue saliency influences the vividness of a remote spatial memory in rats.

    PubMed

    Lopez, Joëlle; de Vasconcelos, Anne Pereira; Cassel, Jean-Christophe

    2008-07-01

    The Morris water maze is frequently used to evaluate the acquisition and retrieval of spatial memories. Few experiments, however, have investigated the effects of environmental cue saliency on the strength or persistence of such memories after a short vs. long post-acquisition interval. Using a Morris water maze, we therefore tested in rats the effect of the saliency of distal cues on the vividness of a recent (5 days) vs. remote (25 days) memory. Rats trained in a cue-enriched vs. a cue-impoverished context showed a better overall level of performance during acquisition. Furthermore, the probe trials revealed that the rats trained and tested in the cue-impoverished context (1) spent less time in the target quadrant at the 25-day delay, and (2) swam shorter distances in the target area, with fewer crossings at both 5- and 25-day delays, as compared to their counterparts trained and tested in the cue-enriched context. Thus, the memory trace formed in the cue-enriched context shows better resistance to time, suggesting an implication of cue saliency in the vividness of a spatial memory.

  15. Improving proton therapy accessibility through seamless electronic integration of remote treatment planning sites.

    PubMed

    Belard, Arnaud; Dolney, Derek; Zelig, Tochner; McDonough, James; O'Connell, John

    2011-06-01

    Proton radiotherapy is a relatively scarce treatment modality in radiation oncology, with only nine centers currently operating in the United States. Funded by Public Law 107-248, the University of Pennsylvania and the Walter Reed Army Medical Center have developed a remote proton radiation therapy solution with the goals of improving access to proton radiation therapy for Department of Defense (DoD) beneficiaries while minimizing treatment delays and time spent away from home/work (time savings of up to 3 weeks per patient). To meet both Health Insurance Portability and Accountability Act guidelines and the more stringent security restrictions imposed by the DoD, our program developed a hybrid remote proton radiation therapy solution merging a CITRIX server with a JITIC-certified (Joint Interoperability Test Command) desktop videoconferencing unit. This conduit, thoroughly tested over a period of 6 months, integrates both institutions' radiation oncology treatment planning infrastructures into a single entity for DoD patients' treatment planning and delivery. This telemedicine solution enables DoD radiation oncologists and medical physicists the ability to (1) remotely access a proton therapy treatment planning platform, (2) transfer patient plans securely to the University of Pennsylvania patient database, and (3) initiate ad-hoc point-to-point and multipoint videoconferences to dynamically optimize and validate treatment plans. Our robust and secure remote treatment planning solution grants DoD patients not only access to a state-of-the-art treatment modality, but also participation in the treatment planning process by Walter Reed Army Medical Center radiation oncologists and medical physicists. This telemedicine system has the potential to lead to a greater integration of military treatment facilities and/or satellite clinics into regional proton therapy centers.

  16. Involvement of the Anterior Cingulate Cortex in Formation, Consolidation, and Reconsolidation of Recent and Remote Contextual Fear Memory

    ERIC Educational Resources Information Center

    Einarsson, Einar O.; Nader, Karim

    2012-01-01

    It has been suggested that memories become more stable and less susceptible to the disruption of reconsolidation over weeks after learning. Here, we test this by targeting the anterior cingulate cortex (ACC) and test its involvement in the formation, consolidation, and reconsolidation of recent and remote contextual fear memory. We found that…

  17. Boosting the FM-Index on the GPU: Effective Techniques to Mitigate Random Memory Access.

    PubMed

    Chacón, Alejandro; Marco-Sola, Santiago; Espinosa, Antonio; Ribeca, Paolo; Moure, Juan Carlos

    2015-01-01

    The recent advent of high-throughput sequencing machines producing big amounts of short reads has boosted the interest in efficient string searching techniques. As of today, many mainstream sequence alignment software tools rely on a special data structure, called the FM-index, which allows for fast exact searches in large genomic references. However, such searches translate into a pseudo-random memory access pattern, thus making memory access the limiting factor of all computation-efficient implementations, both on CPUs and GPUs. Here, we show that several strategies can be put in place to remove the memory bottleneck on the GPU: more compact indexes can be implemented by having more threads work cooperatively on larger memory blocks, and a k-step FM-index can be used to further reduce the number of memory accesses. The combination of those and other optimisations yields an implementation that is able to process about two Gbases of queries per second on our test platform, being about 8 × faster than a comparable multi-core CPU version, and about 3 × to 5 × faster than the FM-index implementation on the GPU provided by the recently announced Nvidia NVBIO bioinformatics library.

  18. [Remote access to a web-based image distribution system].

    PubMed

    Bergh, B; Schlaefke, A; Frankenbach, R; Vogl, T J

    2004-06-01

    To assess different network and security technologies for remote access to a web-based image distribution system of a hospital intranet. Following preparatory testing, the time-to-display (TTD) was measured for three image types (CR, CT, MR). The evaluation included two remote access technologies consisting of direct ISDN-Dial-Up or VPN connection (Virtual Private Network), with three different connection speeds of 64, 128 (ISDN) and 768 Kbit/s (ADSL-Asymmetric Digital Subscriber Line), as well as with lossless and lossy compression. Depending on the image type, the TTD with lossless compression for 64 Kbit/s varied from 1 : 00 to 2 : 40 minutes, for 128 Kbit/s from 0 : 35 to 1 : 15 minutes and for ADSL from 0 : 15 to 0 : 45 minutes. The ISDN-Dial-Up connection was superior to VPN technology at 64 Kbit/s but did not allow higher connection speeds. Lossy compression reduced the TTD by half for all measurements. VPN technology is preferable to direct Dial-Up connections since it offers higher connection speeds and advantages in usage and security. For occasional usage, 128 Kbit/s (ISDN) can be considered sufficient, especially in conjunction with lossy compression. ADSL should be chosen when a more frequent usage is anticipated, whereby lossy compression may be omitted. Due to higher bandwidths and improved usability, the web-based approach appears superior to conventional teleradiology systems.

  19. The applied technologies to access clean water for remote communities

    NASA Astrophysics Data System (ADS)

    Rabindra, I. B.

    2018-01-01

    A lot of research is done to overcome the remote communities to access clean water, yet very little is utilized and implemented by the community. Various reasons can probably be made for, which is the application of research results is assessed less practical. The aims of this paper is seeking a practical approach, how to establish criteria for the design can be easier applied, at the proper locations, the simple construction, effectively producing a volume and quality of clean water designation. The methods used in this paper is a technological model assessment of treatment/filtering clean water produced a variety of previous research, to establish a model of appropriate technology for remote communities. Various research results collected from the study of literature, while the identification of opportunities and threats to its application is done using a SWOT analysis. This article discussion is looking for alternative models of clean water filtration technology from the previous research results, to be selected as appropriate technology, easily applied and bring of many benefits to the remote communities. The conclusions resulting from the discussion in this paper, expected to be used as the basic criteria of design model of clean water filtration technologies that can be accepted and applied effectively by the remote communities.

  20. Establishing a Secure Data Center with Remote Access: Preprint

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Gonder, J.; Burton, E.; Murakami, E.

    2012-04-01

    Access to existing travel data is critical for many analysis efforts that lack the time or resources to support detailed data collection. High-resolution data sets provide particular value, but also present a challenge for preserving the anonymity of the original survey participants. To address this dilemma of providing data access while preserving privacy, the National Renewable Energy Laboratory and the U.S. Department of Transportation have launched the Transportation Secure Data Center (TSDC). TSDC data sets include those from regional travel surveys and studies that increasingly use global positioning system devices. Data provided by different collecting agencies varies with respect tomore » formatting, elements included and level of processing conducted in support of the original purpose. The TSDC relies on a number of geospatial and other analysis tools to ensure data quality and to generate useful information outputs. TSDC users can access the processed data in two different ways. The first is by downloading summary results and second-by-second vehicle speed profiles (with latitude/longitude information removed) from a publicly-accessible website. The second method involves applying for a remote connection account to a controlled-access environment where spatial analysis can be conducted, but raw data cannot be removed.« less

  1. Elevation of Hippocampal Neurogenesis Induces a Temporally Graded Pattern of Forgetting of Contextual Fear Memories.

    PubMed

    Gao, Aijing; Xia, Frances; Guskjolen, Axel J; Ramsaran, Adam I; Santoro, Adam; Josselyn, Sheena A; Frankland, Paul W

    2018-03-28

    Throughout life neurons are continuously generated in the subgranular zone of the hippocampus. The subsequent integration of newly generated neurons alters patterns of dentate gyrus input and output connectivity, potentially rendering memories already stored in those circuits harder to access. Consistent with this prediction, we previously showed that increasing hippocampal neurogenesis after training induces forgetting of hippocampus-dependent memories, including contextual fear memory. However, the brain regions supporting contextual fear memories change with time, and this time-dependent memory reorganization might regulate the sensitivity of contextual fear memories to fluctuations in hippocampal neurogenesis. By virally expressing the inhibitory designer receptor exclusively activated by designer drugs, hM4Di, we first confirmed that chemogenetic inhibition of dorsal hippocampal neurons impairs retrieval of recent (day-old) but not remote (month-old) contextual fear memories in male mice. We then contrasted the effects of increasing hippocampal neurogenesis at recent versus remote time points after contextual fear conditioning in male and female mice. Increasing hippocampal neurogenesis immediately following training reduced conditioned freezing when mice were replaced in the context 1 month later. In contrast, when hippocampal neurogenesis was increased time points remote to training, conditioned freezing levels were unaltered when mice were subsequently tested. These temporally graded forgetting effects were observed using both environmental and genetic interventions to increase hippocampal neurogenesis. Our experiments identify memory age as a boundary condition for neurogenesis-mediated forgetting and suggest that, as contextual fear memories mature, they become less sensitive to changes in hippocampal neurogenesis levels because they no longer depend on the hippocampus for their expression. SIGNIFICANCE STATEMENT New neurons are generated in the

  2. Accessing Information in Working Memory: Can the Focus of Attention Grasp Two Elements at the Same Time?

    ERIC Educational Resources Information Center

    Oberauer, Klaus; Bialkova, Svetlana

    2009-01-01

    Processing information in working memory requires selective access to a subset of working-memory contents by a focus of attention. Complex cognition often requires joint access to 2 items in working memory. How does the focus select 2 items? Two experiments with an arithmetic task and 1 with a spatial task investigate time demands for successive…

  3. 76 FR 2336 - Dynamic Random Access Memory Semiconductors From the Republic of Korea: Final Results of...

    Federal Register 2010, 2011, 2012, 2013, 2014

    2011-01-13

    ... DEPARTMENT OF COMMERCE International Trade Administration [C-580-851] Dynamic Random Access Memory... administrative review of the countervailing duty order on dynamic random access memory semiconductors from the... following events have occurred since the publication of the preliminary results of this review. See Dynamic...

  4. Unraveling Network-induced Memory Contention: Deeper Insights with Machine Learning

    DOE PAGES

    Groves, Taylor Liles; Grant, Ryan; Gonzales, Aaron; ...

    2017-11-21

    Remote Direct Memory Access (RDMA) is expected to be an integral communication mechanism for future exascale systems enabling asynchronous data transfers, so that applications may fully utilize CPU resources while simultaneously sharing data amongst remote nodes. We examine Network-induced Memory Contention (NiMC) on Infiniband networks. We expose the interactions between RDMA, main-memory and cache, when applications and out-of-band services compete for memory resources. We then explore NiMCs resulting impact on application-level performance. For a range of hardware technologies and HPC workloads, we quantify NiMC and show that NiMCs impact grows with scale resulting in up to 3X performance degradation atmore » scales as small as 8K processes even in applications that previously have been shown to be performance resilient in the presence of noise. In addition, this work examines the problem of predicting NiMC's impact on applications by leveraging machine learning and easily accessible performance counters. This approach provides additional insights about the root cause of NiMC and facilitates dynamic selection of potential solutions. Finally, we evaluated three potential techniques to reduce NiMCs impact, namely hardware offloading, core reservation and network throttling.« less

  5. Unraveling Network-induced Memory Contention: Deeper Insights with Machine Learning

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Groves, Taylor Liles; Grant, Ryan; Gonzales, Aaron

    Remote Direct Memory Access (RDMA) is expected to be an integral communication mechanism for future exascale systems enabling asynchronous data transfers, so that applications may fully utilize CPU resources while simultaneously sharing data amongst remote nodes. We examine Network-induced Memory Contention (NiMC) on Infiniband networks. We expose the interactions between RDMA, main-memory and cache, when applications and out-of-band services compete for memory resources. We then explore NiMCs resulting impact on application-level performance. For a range of hardware technologies and HPC workloads, we quantify NiMC and show that NiMCs impact grows with scale resulting in up to 3X performance degradation atmore » scales as small as 8K processes even in applications that previously have been shown to be performance resilient in the presence of noise. In addition, this work examines the problem of predicting NiMC's impact on applications by leveraging machine learning and easily accessible performance counters. This approach provides additional insights about the root cause of NiMC and facilitates dynamic selection of potential solutions. Finally, we evaluated three potential techniques to reduce NiMCs impact, namely hardware offloading, core reservation and network throttling.« less

  6. Evaluating existing access opportunities for disabled persons at remote shoreline recreation sites

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Bley, M.R.; Kearns, M.T.

    1995-12-31

    Draft guidelines for providing outdoor recreation access opportunities for disabled persons have been recommended by the Recreation Access Advisory Committee and in the Universal Access to Outdoor Recreation: A Design Guide. The Federal Energy Regulatory Commission requires applicants for new hydropower licenses to consider access opportunities for disabled persons at existing hydropower projects. A process for evaluating existing access opportunities for disabled persons at remote shoreline recreation sites at hydropower projects is described. The process includes five steps: (1) preparing a preliminary map of existing recreation sites; (2) data collection in the field; (3) evaluating compliance of existing facilities; (4)more » feasibility of enhancing existing facilities; and (5) designing enhancements. The process will be refined when final standards and processes are approved by the appropriate agencies and organizations.« less

  7. A novel ternary content addressable memory design based on resistive random access memory with high intensity and low search energy

    NASA Astrophysics Data System (ADS)

    Han, Runze; Shen, Wensheng; Huang, Peng; Zhou, Zheng; Liu, Lifeng; Liu, Xiaoyan; Kang, Jinfeng

    2018-04-01

    A novel ternary content addressable memory (TCAM) design based on resistive random access memory (RRAM) is presented. Each TCAM cell consists of two parallel RRAM to both store and search for ternary data. The cell size of the proposed design is 8F2, enable a ∼60× cell area reduction compared with the conventional static random access memory (SRAM) based implementation. Simulation results also show that the search delay and energy consumption of the proposed design at the 64-bit word search are 2 ps and 0.18 fJ/bit/search respectively at 22 nm technology node, where significant improvements are achieved compared to previous works. The desired characteristics of RRAM for implementation of the high performance TCAM search chip are also discussed.

  8. What versus where: Investigating how autobiographical memory retrieval differs when accessed with thematic versus spatial information.

    PubMed

    Sheldon, Signy; Chu, Sonja

    2017-09-01

    Autobiographical memory research has investigated how cueing distinct aspects of a past event can trigger different recollective experiences. This research has stimulated theories about how autobiographical knowledge is accessed and organized. Here, we test the idea that thematic information organizes multiple autobiographical events whereas spatial information organizes individual past episodes by investigating how retrieval guided by these two forms of information differs. We used a novel autobiographical fluency task in which participants accessed multiple memory exemplars to event theme and spatial (location) cues followed by a narrative description task in which they described the memories generated to these cues. Participants recalled significantly more memory exemplars to event theme than to spatial cues; however, spatial cues prompted faster access to past memories. Results from the narrative description task revealed that memories retrieved via event theme cues compared to spatial cues had a higher number of overall details, but those recalled to the spatial cues were recollected with a greater concentration on episodic details than those retrieved via event theme cues. These results provide evidence that thematic information organizes and integrates multiple memories whereas spatial information prompts the retrieval of specific episodic content from a past event.

  9. Taxing Working Memory during Retrieval of Emotional Memories Does Not Reduce Memory Accessibility When Cued with Reminders

    PubMed Central

    van Schie, Kevin; Engelhard, Iris M.; van den Hout, Marcel A.

    2015-01-01

    Earlier studies have shown that when individuals recall an emotional memory while simultaneously doing a demanding dual-task [e.g., playing Tetris, mental arithmetic, making eye movements (EM)], this reduces self-reported vividness and emotionality of the memory. These effects have been found up to 1 week later, but have largely been confined to self-report ratings. This study examined whether this dual-tasking intervention reduces memory performance (i.e., accessibility of emotional memories). Undergraduates (N = 60) studied word-image pairs and rated the retrieved image on vividness and emotionality when cued with the word. Then they viewed the cues and recalled the images with or without making EM. Finally, they re-rated the images on vividness and emotionality. Additionally, fragments from images from all conditions were presented and participants identified which fragment was paired earlier with which cue. Findings showed no effect of the dual-task manipulation on self-reported ratings and latency responses. Several possible explanations for the lack of effects are discussed, but the cued recall procedure in our experiment seems to explain the absence of effects best. The study demonstrates boundaries to the effects of the “dual-tasking” procedure. PMID:25729370

  10. Research and Development for Advanced Tele-maintenance Capability with Remote Serial Console Access and Proactive Monitoring of Medical Devices

    DTIC Science & Technology

    2009-09-01

    Tele-maintenance Capability with Remote Serial Console Access and Proactive Monitoring of Medical Devices PRINCIPAL INVESTIGATOR...Remote Serial Console Access and Proactive Monitoring of Medical Devices 5b. GRANT NUMBER 5c. PROGRAM ELEMENT NUMBER 6. AUTHOR(S) 5d...ORGANIZATION REPORT NUMBER Concepteers LLC 880 Bergen Avenue, Suite 403 Jersey City, NJ 07306 9. SPONSORING / MONITORING

  11. Long-term memory following transient global amnesia: an investigation of episodic and semantic memory.

    PubMed

    Guillery-Girard, B; Quinette, P; Desgranges, B; Piolino, P; Viader, F; de la Sayette, V; Eustache, F

    2006-11-01

    Several studies noted persistence of memory impairment following an episode of transient global amnesia (TGA) with standard tests. To specify long-term memory impairments in a group of patients selected with stringent criteria. Both retrograde and anterograde memory were investigated in 32 patients 13-67 months after a TGA episode with original tasks encompassing retrograde semantic memory (academic, public and personal knowledge), retrograde episodic memory (autobiographical events) and anterograde episodic memory. Patients had preserved academic and public knowledge. Pathological scores were obtained in personal verbal fluency for the two most recent periods, and patients produced less autobiographical events than controls. However, when they were provided time to detail, memories were as episodic as in controls regardless of their remoteness. Anterograde episodic tasks revealed a mild but significant impairment of the capacity of re-living the condition of encoding, i.e. the moment at which words were presented. Patients who have suffered from an episode of TGA manifest deficits of memory focused on the retrieval of both recent semantic information and episodic memories and especially the capacity of re-living. These deficits may not result from a deterioration of memory per se but rather from difficulties in accessing memories.

  12. Barriers to accessing termination of pregnancy in a remote and rural setting: a qualitative study.

    PubMed

    Heller, R; Purcell, C; Mackay, L; Caird, L; Cameron, S T

    2016-09-01

    To explore the experiences of women from a remote and rural setting who had a termination of pregnancy (TOP), in relation to any barriers they may have experienced trying to access TOP. Qualitative interview study. Scottish Highlands and Western Isles. Women who had undergone TOP in the Scottish Highlands National Health Service between October 2014 and May 2015. Sixteen semi-structured, audio-recorded telephone interviews were conducted by a researcher with women who had consented to be interviewed at their initial assessment. Six stages of thematic analysis were followed to explore themes in and across participant accounts. Themes derived from interview transcripts. Four themes emerged relating to barriers to access and experience: (1) the impact of travel for TOP, (2) temporal factors unique to this population and how they affected women, (3) the attitude of health professionals, notably general practitioners, as a result of local culture, and (4) stigma surrounding TOP and the expectation that abortion will be traumatising. Women in remote and rural areas experience barriers to accessing TOP. Prompt referrals, more providers of TOP and tackling stigma associated with TOP could make delivery of this service more equitable and improve women's journey through TOP. Women in remote and rural areas of Scotland face multiple barriers to accessing termination of pregnancy. © 2016 Royal College of Obstetricians and Gynaecologists.

  13. The Searching Behavior of Remote Users: A Study of One Online Public Access Catalog (OPAC).

    ERIC Educational Resources Information Center

    Kalin, Sally W.

    1991-01-01

    Describes a study that was conducted to determine whether the searching behavior of remote users of LIAS (Library Information Access System), Pennsylvania State University's online public access catalog (OPAC), differed from those using the OPAC within the library. Differences in search strategies and in user satisfaction are discussed. (eight…

  14. Supporting shared data structures on distributed memory architectures

    NASA Technical Reports Server (NTRS)

    Koelbel, Charles; Mehrotra, Piyush; Vanrosendale, John

    1990-01-01

    Programming nonshared memory systems is more difficult than programming shared memory systems, since there is no support for shared data structures. Current programming languages for distributed memory architectures force the user to decompose all data structures into separate pieces, with each piece owned by one of the processors in the machine, and with all communication explicitly specified by low-level message-passing primitives. A new programming environment is presented for distributed memory architectures, providing a global name space and allowing direct access to remote parts of data values. The analysis and program transformations required to implement this environment are described, and the efficiency of the resulting code on the NCUBE/7 and IPSC/2 hypercubes are described.

  15. Large Capacity of Conscious Access for Incidental Memories in Natural Scenes.

    PubMed

    Kaunitz, Lisandro N; Rowe, Elise G; Tsuchiya, Naotsugu

    2016-09-01

    When searching a crowd, people can detect a target face only by direct fixation and attention. Once the target is found, it is consciously experienced and remembered, but what is the perceptual fate of the fixated nontarget faces? Whereas introspection suggests that one may remember nontargets, previous studies have proposed that almost no memory should be retained. Using a gaze-contingent paradigm, we asked subjects to visually search for a target face within a crowded natural scene and then tested their memory for nontarget faces, as well as their confidence in those memories. Subjects remembered up to seven fixated, nontarget faces with more than 70% accuracy. Memory accuracy was correlated with trial-by-trial confidence ratings, which implies that the memory was consciously maintained and accessed. When the search scene was inverted, no more than three nontarget faces were remembered. These findings imply that incidental memory for faces, such as those recalled by eyewitnesses, is more reliable than is usually assumed. © The Author(s) 2016.

  16. 75 FR 20564 - Dynamic Random Access Memory Semiconductors from the Republic of Korea: Extension of Time Limit...

    Federal Register 2010, 2011, 2012, 2013, 2014

    2010-04-20

    ... DEPARTMENT OF COMMERCE International Trade Administration [C-580-851] Dynamic Random Access Memory Semiconductors from the Republic of Korea: Extension of Time Limit for Preliminary Results of Countervailing Duty... access memory semiconductors from the Republic of Korea, covering the period January 1, 2008 through...

  17. Attending Physician Remote Access of the Electronic Health Record and Implications for Resident Supervision: A Mixed Methods Study.

    PubMed

    Martin, Shannon K; Tulla, Kiara; Meltzer, David O; Arora, Vineet M; Farnan, Jeanne M

    2017-12-01

    Advances in information technology have increased remote access to the electronic health record (EHR). Concurrently, standards defining appropriate resident supervision have evolved. How often and under what circumstances inpatient attending physicians remotely access the EHR for resident supervision is unknown. We described a model of attending remote EHR use for resident supervision, and quantified the frequency and magnitude of use. Using a mixed methods approach, general medicine inpatient attendings were surveyed and interviewed about their remote EHR use. Frequency of use and supervisory actions were quantitatively examined via survey. Transcripts from semistructured interviews were analyzed using grounded theory to identify codes and themes. A total of 83% (59 of 71) of attendings participated. Fifty-seven (97%) reported using the EHR remotely, with 54 (92%) reporting they discovered new clinical information not relayed by residents via remote EHR use. A majority (93%, 55 of 59) reported that this resulted in management changes, and 54% (32 of 59) reported making immediate changes by contacting cross-covering teams. Six major factors around remote EHR use emerged: resident, clinical, educational, personal, technical, and administrative. Attendings described resident and clinical factors as facilitating "backstage" supervision via remote EHR use. In our study to assess attending remote EHR use for resident supervision, attendings reported frequent remote use with resulting supervisory actions, describing a previously uncharacterized form of "backstage" oversight supervision. Future work should explore best practices in remote EHR use to provide effective supervision and ultimately improve patient safety.

  18. Children's Access to Public Library Services: Prince George's County Memorial Public Library, Maryland, 1980.

    ERIC Educational Resources Information Center

    Gerhardt, Lillian N.

    1981-01-01

    Evaluates the Prince George's County Memorial Public Library's approach to providing access to its services for children, and examines policies, regulations, practices, and conditions that affect such access. Six references are cited. (FM)

  19. Memory access in shared virtual memory

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Berrendorf, R.

    1992-01-01

    Shared virtual memory (SVM) is a virtual memory layer with a single address space on top of a distributed real memory on parallel computers. We examine the behavior and performance of SVM running a parallel program with medium-grained, loop-level parallelism on top of it. A simulator for the underlying parallel architecture can be used to examine the behavior of SVM more deeply. The influence of several parameters, such as the number of processors, page size, cold or warm start, and restricted page replication, is studied.

  20. Memory access in shared virtual memory

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Berrendorf, R.

    1992-09-01

    Shared virtual memory (SVM) is a virtual memory layer with a single address space on top of a distributed real memory on parallel computers. We examine the behavior and performance of SVM running a parallel program with medium-grained, loop-level parallelism on top of it. A simulator for the underlying parallel architecture can be used to examine the behavior of SVM more deeply. The influence of several parameters, such as the number of processors, page size, cold or warm start, and restricted page replication, is studied.

  1. Protein remote homology detection based on bidirectional long short-term memory.

    PubMed

    Li, Shumin; Chen, Junjie; Liu, Bin

    2017-10-10

    Protein remote homology detection plays a vital role in studies of protein structures and functions. Almost all of the traditional machine leaning methods require fixed length features to represent the protein sequences. However, it is never an easy task to extract the discriminative features with limited knowledge of proteins. On the other hand, deep learning technique has demonstrated its advantage in automatically learning representations. It is worthwhile to explore the applications of deep learning techniques to the protein remote homology detection. In this study, we employ the Bidirectional Long Short-Term Memory (BLSTM) to learn effective features from pseudo proteins, also propose a predictor called ProDec-BLSTM: it includes input layer, bidirectional LSTM, time distributed dense layer and output layer. This neural network can automatically extract the discriminative features by using bidirectional LSTM and the time distributed dense layer. Experimental results on a widely-used benchmark dataset show that ProDec-BLSTM outperforms other related methods in terms of both the mean ROC and mean ROC50 scores. This promising result shows that ProDec-BLSTM is a useful tool for protein remote homology detection. Furthermore, the hidden patterns learnt by ProDec-BLSTM can be interpreted and visualized, and therefore, additional useful information can be obtained.

  2. Multiple-User, Multitasking, Virtual-Memory Computer System

    NASA Technical Reports Server (NTRS)

    Generazio, Edward R.; Roth, Don J.; Stang, David B.

    1993-01-01

    Computer system designed and programmed to serve multiple users in research laboratory. Provides for computer control and monitoring of laboratory instruments, acquisition and anlaysis of data from those instruments, and interaction with users via remote terminals. System provides fast access to shared central processing units and associated large (from megabytes to gigabytes) memories. Underlying concept of system also applicable to monitoring and control of industrial processes.

  3. The impact of multiple memory formation on dendritic complexity in the hippocampus and anterior cingulate cortex assessed at recent and remote time points

    PubMed Central

    Wartman, Brianne C.; Holahan, Matthew R.

    2014-01-01

    Consolidation processes, involving synaptic and systems level changes, are suggested to stabilize memories once they are formed. At the synaptic level, dendritic structural changes are associated with long-term memory storage. At the systems level, memory storage dynamics between the hippocampus and anterior cingulate cortex (ACC) may be influenced by the number of sequentially encoded memories. The present experiment utilized Golgi-Cox staining and neuron reconstruction to examine recent and remote structural changes in the hippocampus and ACC following training on three different behavioral procedures. Rats were trained on one hippocampal-dependent task only (a water maze task), two hippocampal-dependent tasks (a water maze task followed by a radial arm maze task), or one hippocampal-dependent and one non-hippocampal-dependent task (a water maze task followed by an operant conditioning task). Rats were euthanized recently or remotely. Brains underwent Golgi-Cox processing and neurons were reconstructed using Neurolucida software (MicroBrightField, Williston, VT, USA). Rats trained on two hippocampal-dependent tasks displayed increased dendritic complexity compared to control rats, in neurons examined in both the ACC and hippocampus at recent and remote time points. Importantly, this behavioral group showed consistent, significant structural differences in the ACC compared to the control group at the recent time point. These findings suggest that taxing the demand placed upon the hippocampus, by training rats on two hippocampal-dependent tasks, engages synaptic and systems consolidation processes in the ACC at an accelerated rate for recent and remote storage of spatial memories. PMID:24795581

  4. Increasing Access and Usability of Remote Sensing Data: The NASA Protected Area Archive

    NASA Technical Reports Server (NTRS)

    Geller, Gary N.

    2004-01-01

    Although remote sensing data are now widely available, much of it at low or no-cost, many managers of protected conservation areas do not have the expertise or tools to view or analyze it. Thus access to it by the protected area management community is effectively blocked. The Protected Area Archive will increase access to remote sensing data by creating collections of satellite images of protected areas and packaging them with simple-to-use visualization and analytical tools. The user can easily locate the area and image of interest on a map, then display, roam, and zoom the image. A set of simple tools will be provided so the user can explore the data and employ it to assist in management and monitoring of their area. The 'Phase 1 ' version requires only a Windows-based computer and basic computer skills, and may be of particular help to protected area managers in developing countries.

  5. A Northern Territory Approach to Quantifying "Access Disadvantage" to Educational Services in Remote and Rural Australia.

    ERIC Educational Resources Information Center

    Griffith, D. A.

    The Griffith Service Access Frame (GSAF) is a model used for quantifying the access disadvantage to educational services of remote and rural areas in Australia. The model was specifically developed to assist policymakers and administrators in allocating resources. The problem with the current funding formula used by the Australian federal…

  6. A Sample Data Publication: Interactive Access, Analysis and Display of Remotely Stored Datasets From Hurricane Charley

    NASA Astrophysics Data System (ADS)

    Weber, J.; Domenico, B.

    2004-12-01

    This paper is an example of what we call data interactive publications. With a properly configured workstation, the readers can click on "hotspots" in the document that launches an interactive analysis tool called the Unidata Integrated Data Viewer (IDV). The IDV will enable the readers to access, analyze and display datasets on remote servers as well as documents describing them. Beyond the parameters and datasets initially configured into the paper, the analysis tool will have access to all the other dataset parameters as well as to a host of other datasets on remote servers. These data interactive publications are built on top of several data delivery, access, discovery, and visualization tools developed by Unidata and its partner organizations. For purposes of illustrating this integrative technology, we will use data from the event of Hurricane Charley over Florida from August 13-15, 2004. This event illustrates how components of this process fit together. The Local Data Manager (LDM), Open-source Project for a Network Data Access Protocol (OPeNDAP) and Abstract Data Distribution Environment (ADDE) services, Thematic Realtime Environmental Distributed Data Service (THREDDS) cataloging services, and the IDV are highlighted in this example of a publication with embedded pointers for accessing and interacting with remote datasets. An important objective of this paper is to illustrate how these integrated technologies foster the creation of documents that allow the reader to learn the scientific concepts by direct interaction with illustrative datasets, and help build a framework for integrated Earth System science.

  7. Power reduction by power gating in differential pair type spin-transfer-torque magnetic random access memories for low-power nonvolatile cache memories

    NASA Astrophysics Data System (ADS)

    Ohsawa, Takashi; Ikeda, Shoji; Hanyu, Takahiro; Ohno, Hideo; Endoh, Tetsuo

    2014-01-01

    Array operation currents in spin-transfer-torque magnetic random access memories (STT-MRAMs) that use four differential pair type magnetic tunnel junction (MTJ)-based memory cells (4T2MTJ, two 6T2MTJs and 8T2MTJ) are simulated and compared with that in SRAM. With L3 cache applications in mind, it is assumed that the memories are composed of 32 Mbyte capacity to be accessed in 64 byte in parallel. All the STT-MRAMs except for the 8T2MTJ one are designed with 32 bit fine-grained power gating scheme applied to eliminate static currents in the memory cells that are not accessed. The 8T2MTJ STT-MRAM, the cell’s design concept being not suitable for the fine-grained power gating, loads and saves 32 Mbyte data in 64 Mbyte unit per 1 Mbit sub-array in 2 × 103 cycles. It is shown that the array operation current of the 4T2MTJ STT-MRAM is 70 mA averaged in 15 ns write cycles at Vdd = 0.9 V. This is the smallest among the STT-MRAMs, about the half of the low standby power (LSTP) SRAM whose array operation current is totally dominated by the cells’ subthreshold leakage.

  8. Remote Access Astronomy

    ERIC Educational Resources Information Center

    Beare, Richard; Bowdley, David; Newsam, Andrew; Roche, Paul

    2003-01-01

    There is still nothing to beat the excitement and fulfilment that you can get from observing celestial bodies on a clear dark night, in a remote location away from the seemingly ever increasing light pollution from cities. However, it is also the specific requirements for good observing that can sometimes prevent teachers from offering this…

  9. Conductance Quantization in Resistive Random Access Memory

    NASA Astrophysics Data System (ADS)

    Li, Yang; Long, Shibing; Liu, Yang; Hu, Chen; Teng, Jiao; Liu, Qi; Lv, Hangbing; Suñé, Jordi; Liu, Ming

    2015-10-01

    The intrinsic scaling-down ability, simple metal-insulator-metal (MIM) sandwich structure, excellent performances, and complementary metal-oxide-semiconductor (CMOS) technology-compatible fabrication processes make resistive random access memory (RRAM) one of the most promising candidates for the next-generation memory. The RRAM device also exhibits rich electrical, thermal, magnetic, and optical effects, in close correlation with the abundant resistive switching (RS) materials, metal-oxide interface, and multiple RS mechanisms including the formation/rupture of nanoscale to atomic-sized conductive filament (CF) incorporated in RS layer. Conductance quantization effect has been observed in the atomic-sized CF in RRAM, which provides a good opportunity to deeply investigate the RS mechanism in mesoscopic dimension. In this review paper, the operating principles of RRAM are introduced first, followed by the summarization of the basic conductance quantization phenomenon in RRAM and the related RS mechanisms, device structures, and material system. Then, we discuss the theory and modeling of quantum transport in RRAM. Finally, we present the opportunities and challenges in quantized RRAM devices and our views on the future prospects.

  10. Conductance Quantization in Resistive Random Access Memory.

    PubMed

    Li, Yang; Long, Shibing; Liu, Yang; Hu, Chen; Teng, Jiao; Liu, Qi; Lv, Hangbing; Suñé, Jordi; Liu, Ming

    2015-12-01

    The intrinsic scaling-down ability, simple metal-insulator-metal (MIM) sandwich structure, excellent performances, and complementary metal-oxide-semiconductor (CMOS) technology-compatible fabrication processes make resistive random access memory (RRAM) one of the most promising candidates for the next-generation memory. The RRAM device also exhibits rich electrical, thermal, magnetic, and optical effects, in close correlation with the abundant resistive switching (RS) materials, metal-oxide interface, and multiple RS mechanisms including the formation/rupture of nanoscale to atomic-sized conductive filament (CF) incorporated in RS layer. Conductance quantization effect has been observed in the atomic-sized CF in RRAM, which provides a good opportunity to deeply investigate the RS mechanism in mesoscopic dimension. In this review paper, the operating principles of RRAM are introduced first, followed by the summarization of the basic conductance quantization phenomenon in RRAM and the related RS mechanisms, device structures, and material system. Then, we discuss the theory and modeling of quantum transport in RRAM. Finally, we present the opportunities and challenges in quantized RRAM devices and our views on the future prospects.

  11. Electrophysiological evidence for strategically orienting retrieval toward the specific age of a memory.

    PubMed

    Johnson, Jeffrey D; McGhee, Anna K

    2015-11-01

    For over a century, memory researchers have extensively studied the differences between retrieving memories that were encoded in the remote past as opposed to recently. Although this work has largely focused on the changes that these memory traces undergo over time, an unexplored issue is whether retrieval attempts and other strategic processes might be differentially oriented in order to effectively access memories of different ages. The current study addressed this issue by instructing participants to retrieve words that were encoded either one week (remote) or about 30 minutes earlier (recent). To maximize the possibility that participants adopted distinct retrieval orientations, separate blocks of the memory test employed exclusion task procedures in which the words from only one encoding period were targeted at a given time, in the face of distractors from the other period. Event-related potentials (ERPs) elicited by correctly-rejected new items were contrasted to minimize confounding effects of retrieval success. The new-item ERPs revealed differences according to the targeted week, such that the ERPs over posterior scalp were more positive-going for the recent compared to remote blocks. Furthermore, using multiple methods, these ERP effects were dissociated from differences in difficulty across the two conditions. The findings provide novel evidence that knowledge about when a memory was initially encoded leads to differences in the adoption of retrieval processing strategies. Copyright © 2015 Elsevier Inc. All rights reserved.

  12. Assessing the engagement, learning, and overall experience of students operating an atomic absorption spectrophotometer with remote access technology.

    PubMed

    Erasmus, Daniel J; Brewer, Sharon E; Cinel, Bruno

    2015-01-01

    The use of internet-based technologies in the teaching of laboratories has emerged as a promising education tool. This study evaluated the effectiveness of using remote access technology to operate an atomic absorption spectrophotometer in analyzing the iron content in a crude myoglobin extract. Sixty-two students were surveyed on their level of engagement, learning, and overall experience. Feedback from students suggests that the use of remote access technology is effective in teaching students the principles of chemical analysis by atomic absorption spectroscopy. © 2014 The International Union of Biochemistry and Molecular Biology.

  13. Gender differences in the functional neuroanatomy of emotional episodic autobiographical memory.

    PubMed

    Piefke, Martina; Weiss, Peter H; Markowitsch, Hans J; Fink, Gereon R

    2005-04-01

    Autobiographical memory is based on interactions between episodic memory contents, associated emotions, and a sense of self-continuity along the time axis of one's life. The functional neuroanatomy subserving autobiographical memory is known to include prefrontal, medial and lateral temporal, as well as retrosplenial brain areas; however, whether gender differences exist in neural correlates of autobiographical memory remains to be clarified. We reanalyzed data from a previous functional magnetic resonance imaging (fMRI) experiment to investigate gender-related differences in the neural bases of autobiographical memories with differential remoteness and emotional valence. On the behavioral level, there were no significant gender differences in memory performance or emotional intensity of memories. Activations common to males and females during autobiographical memory retrieval were observed in a bilateral network of brain areas comprising medial and lateral temporal regions, including hippocampal and parahippocampal structures, posterior cingulate, as well as prefrontal cortex. In males (relative to females), all types of autobiographical memories investigated were associated with differential activation of the left parahippocampal gyrus. By contrast, right dorsolateral prefrontal cortex was activated differentially by females. In addition, the right insula was activated differentially in females during remote and negative memory retrieval. The data show gender-related differential neural activations within the network subserving autobiographical memory in both genders. We suggest that the differential activations may reflect gender-specific cognitive strategies during access to autobiographical memories that do not necessarily affect the behavioral level of memory performance and emotionality. (c) 2005 Wiley-Liss, Inc.

  14. Design of Unstructured Adaptive (UA) NAS Parallel Benchmark Featuring Irregular, Dynamic Memory Accesses

    NASA Technical Reports Server (NTRS)

    Feng, Hui-Yu; VanderWijngaart, Rob; Biswas, Rupak; Biegel, Bryan (Technical Monitor)

    2001-01-01

    We describe the design of a new method for the measurement of the performance of modern computer systems when solving scientific problems featuring irregular, dynamic memory accesses. The method involves the solution of a stylized heat transfer problem on an unstructured, adaptive grid. A Spectral Element Method (SEM) with an adaptive, nonconforming mesh is selected to discretize the transport equation. The relatively high order of the SEM lowers the fraction of wall clock time spent on inter-processor communication, which eases the load balancing task and allows us to concentrate on the memory accesses. The benchmark is designed to be three-dimensional. Parallelization and load balance issues of a reference implementation will be described in detail in future reports.

  15. Direct memory access transfer completion notification

    DOEpatents

    Chen, Dong; Giampapa, Mark E.; Heidelberger, Philip; Kumar, Sameer; Parker, Jeffrey J.; Steinmacher-Burow, Burkhard D.; Vranas, Pavlos

    2010-07-27

    Methods, compute nodes, and computer program products are provided for direct memory access (`DMA`) transfer completion notification. Embodiments include determining, by an origin DMA engine on an origin compute node, whether a data descriptor for an application message to be sent to a target compute node is currently in an injection first-in-first-out (`FIFO`) buffer in dependence upon a sequence number previously associated with the data descriptor, the total number of descriptors currently in the injection FIFO buffer, and the current sequence number for the newest data descriptor stored in the injection FIFO buffer; and notifying a processor core on the origin DMA engine that the message has been sent if the data descriptor for the message is not currently in the injection FIFO buffer.

  16. Parallel Optical Random Access Memory (PORAM)

    NASA Technical Reports Server (NTRS)

    Alphonse, G. A.

    1989-01-01

    It is shown that the need to minimize component count, power and size, and to maximize packing density require a parallel optical random access memory to be designed in a two-level hierarchy: a modular level and an interconnect level. Three module designs are proposed, in the order of research and development requirements. The first uses state-of-the-art components, including individually addressed laser diode arrays, acousto-optic (AO) deflectors and magneto-optic (MO) storage medium, aimed at moderate size, moderate power, and high packing density. The next design level uses an electron-trapping (ET) medium to reduce optical power requirements. The third design uses a beam-steering grating surface emitter (GSE) array to reduce size further and minimize the number of components.

  17. Development of highly reliable static random access memory for 40-nm embedded split gate-MONOS flash memory

    NASA Astrophysics Data System (ADS)

    Okamoto, Shin-ichi; Maekawa, Kei-ichi; Kawashima, Yoshiyuki; Shiba, Kazutoshi; Sugiyama, Hideki; Inoue, Masao; Nishida, Akio

    2015-04-01

    High quality static random access memory (SRAM) for 40-nm embedded MONOS flash memory with split gate (SG-MONOS) was developed. Marginal failure, which results in threshold voltage/drain current tailing and outliers of SRAM transistors, occurs when using a conventional SRAM structure. These phenomena can be explained by not only gate depletion but also partial depletion and percolation path formation in the MOS channel. A stacked poly-Si gate structure can suppress these phenomena and achieve high quality SRAM without any defects in the 6σ level and with high affinity to the 40-nm SG-MONOS process was developed.

  18. Spin-transfer torque magnetoresistive random-access memory technologies for normally off computing (invited)

    NASA Astrophysics Data System (ADS)

    Ando, K.; Fujita, S.; Ito, J.; Yuasa, S.; Suzuki, Y.; Nakatani, Y.; Miyazaki, T.; Yoda, H.

    2014-05-01

    Most parts of present computer systems are made of volatile devices, and the power to supply them to avoid information loss causes huge energy losses. We can eliminate this meaningless energy loss by utilizing the non-volatile function of advanced spin-transfer torque magnetoresistive random-access memory (STT-MRAM) technology and create a new type of computer, i.e., normally off computers. Critical tasks to achieve normally off computers are implementations of STT-MRAM technologies in the main memory and low-level cache memories. STT-MRAM technology for applications to the main memory has been successfully developed by using perpendicular STT-MRAMs, and faster STT-MRAM technologies for applications to the cache memory are now being developed. The present status of STT-MRAMs and challenges that remain for normally off computers are discussed.

  19. Memory inhibition as a critical factor preventing creative problem solving.

    PubMed

    Gómez-Ariza, Carlos J; Del Prete, Francesco; Prieto Del Val, Laura; Valle, Tania; Bajo, M Teresa; Fernandez, Angel

    2017-06-01

    The hypothesis that reduced accessibility to relevant information can negatively affect problem solving in a remote associate test (RAT) was tested by using, immediately before the RAT, a retrieval practice procedure to hinder access to target solutions. The results of 2 experiments clearly showed that, relative to baseline, target words that had been competitors during selective retrieval were much less likely to be provided as solutions in the RAT, demonstrating that performance in the problem-solving task was strongly influenced by the predetermined accessibility status of the solutions in memory. Importantly, this was so even when participants were unaware of the relationship between the memory and the problem-solving procedures in the experiments. This finding is consistent with an inhibitory account of retrieval-induced forgetting effects and, more generally, constitutes support for the idea that the activation status of mental representations originating in a given task (e.g., episodic memory) can unwittingly have significant consequences for a different, unrelated task (e.g., problem solving). (PsycINFO Database Record (c) 2017 APA, all rights reserved).

  20. Design of a memory-access controller with 3.71-times-enhanced energy efficiency for Internet-of-Things-oriented nonvolatile microcontroller unit

    NASA Astrophysics Data System (ADS)

    Natsui, Masanori; Hanyu, Takahiro

    2018-04-01

    In realizing a nonvolatile microcontroller unit (MCU) for sensor nodes in Internet-of-Things (IoT) applications, it is important to solve the data-transfer bottleneck between the central processing unit (CPU) and the nonvolatile memory constituting the MCU. As one circuit-oriented approach to solving this problem, we propose a memory access minimization technique for magnetoresistive-random-access-memory (MRAM)-embedded nonvolatile MCUs. In addition to multiplexing and prefetching of memory access, the proposed technique realizes efficient instruction fetch by eliminating redundant memory access while considering the code length of the instruction to be fetched and the transition of the memory address to be accessed. As a result, the performance of the MCU can be improved while relaxing the performance requirement for the embedded MRAM, and compact and low-power implementation can be performed as compared with the conventional cache-based one. Through the evaluation using a system consisting of a general purpose 32-bit CPU and embedded MRAM, it is demonstrated that the proposed technique increases the peak efficiency of the system up to 3.71 times, while a 2.29-fold area reduction is achieved compared with the cache-based one.

  1. The special role of item-context associations in the direct-access region of working memory.

    PubMed

    Campoy, Guillermo

    2017-09-01

    The three-embedded-component model of working memory (WM) distinguishes three representational states corresponding to three WM regions: activated long-term memory, direct-access region (DAR), and focus of attention. Recent neuroimaging research has revealed that access to the DAR is associated with enhanced hippocampal activity. Because the hippocampus mediates the encoding and retrieval of item-context associations, it has been suggested that this hippocampal activation is a consequence of the fact that item-context associations are particularly strong and accessible in the DAR. This study provides behavioral evidence for this view using an item-recognition task to assess the effect of non-intentional encoding and maintenance of item-location associations across WM regions. Five pictures of human faces were sequentially presented in different screen locations followed by a recognition probe. Visual cues immediately preceding the probe indicated the location thereof. When probe stimuli appeared in the same location that they had been presented within the memory set, the presentation of the cue was expected to elicit the activation of the corresponding WM representation through the just-established item-location association, resulting in faster recognition. Results showed this same-location effect, but only for items that, according to their serial position within the memory set, were held in the DAR.

  2. Remotely accessible laboratory for MEMS testing

    NASA Astrophysics Data System (ADS)

    Sivakumar, Ganapathy; Mulsow, Matthew; Melinger, Aaron; Lacouture, Shelby; Dallas, Tim E.

    2010-02-01

    We report on the construction of a remotely accessible and interactive laboratory for testing microdevices (aka: MicroElectroMechancial Systems - MEMS). Enabling expanded utilization of microdevices for research, commercial, and educational purposes is very important for driving the creation of future MEMS devices and applications. Unfortunately, the relatively high costs associated with MEMS devices and testing infrastructure makes widespread access to the world of MEMS difficult. The creation of a virtual lab to control and actuate MEMS devices over the internet helps spread knowledge to a larger audience. A host laboratory has been established that contains a digital microscope, microdevices, controllers, and computers that can be logged into through the internet. The overall layout of the tele-operated MEMS laboratory system can be divided into two major parts: the server side and the client side. The server-side is present at Texas Tech University, and hosts a server machine that runs the Linux operating system and is used for interfacing the MEMS lab with the outside world via internet. The controls from the clients are transferred to the lab side through the server interface. The server interacts with the electronics required to drive the MEMS devices using a range of National Instruments hardware and LabView Virtual Instruments. An optical microscope (100 ×) with a CCD video camera is used to capture images of the operating MEMS. The server broadcasts the live video stream over the internet to the clients through the website. When the button is pressed on the website, the MEMS device responds and the video stream shows the movement in close to real time.

  3. Remote Control and Monitoring of VLBI Experiments by Smartphones

    NASA Astrophysics Data System (ADS)

    Ruztort, C. H.; Hase, H.; Zapata, O.; Pedreros, F.

    2012-12-01

    For the remote control and monitoring of VLBI operations, we developed a software optimized for smartphones. This is a new tool based on a client-server architecture with a Web interface optimized for smartphone screens and cellphone networks. The server uses variables of the Field System and its station specific parameters stored in the shared memory. The client running on the smartphone by a Web interface analyzes and visualizes the current status of the radio telescope, receiver, schedule, and recorder. In addition, it allows commands to be sent remotely to the Field System computer and displays the log entries. The user has full access to the entire operation process, which is important in emergency cases. The software also integrates a webcam interface.

  4. Remote Monitor Alarm System

    NASA Technical Reports Server (NTRS)

    Stute, Robert A. (Inventor); Galloway, F. Houston (Inventor); Medelius, Pedro J. (Inventor); Swindle, Robert W. (Inventor); Bierman, Tracy A. (Inventor)

    1996-01-01

    A remote monitor alarm system monitors discrete alarm and analog power supply voltage conditions at remotely located communications terminal equipment. A central monitoring unit (CMU) is connected via serial data links to each of a plurality of remote terminal units (RTUS) that monitor the alarm and power supply conditions of the remote terminal equipment. Each RTU can monitor and store condition information of both discrete alarm points and analog power supply voltage points in its associated communications terminal equipment. The stored alarm information is periodically transmitted to the CMU in response to sequential polling of the RTUS. The number of monitored alarm inputs and permissible voltage ranges for the analog inputs can be remotely configured at the CMU and downloaded into programmable memory at each RTU. The CMU includes a video display, a hard disk memory, a line printer and an audio alarm for communicating and storing the alarm information received from each RTU.

  5. Towards a Low-Cost Remote Memory Attestation for the Smart Grid.

    PubMed

    Yang, Xinyu; He, Xiaofei; Yu, Wei; Lin, Jie; Li, Rui; Yang, Qingyu; Song, Houbing

    2015-08-21

    In the smart grid, measurement devices may be compromised by adversaries, and their operations could be disrupted by attacks. A number of schemes to efficiently and accurately detect these compromised devices remotely have been proposed. Nonetheless, most of the existing schemes detecting compromised devices depend on the incremental response time in the attestation process, which are sensitive to data transmission delay and lead to high computation and network overhead. To address the issue, in this paper, we propose a low-cost remote memory attestation scheme (LRMA), which can efficiently and accurately detect compromised smart meters considering real-time network delay and achieve low computation and network overhead. In LRMA, the impact of real-time network delay on detecting compromised nodes can be eliminated via investigating the time differences reported from relay nodes. Furthermore, the attestation frequency in LRMA is dynamically adjusted with the compromised probability of each node, and then, the total number of attestations could be reduced while low computation and network overhead can be achieved. Through a combination of extensive theoretical analysis and evaluations, our data demonstrate that our proposed scheme can achieve better detection capacity and lower computation and network overhead in comparison to existing schemes.

  6. Neuropsychological and SPECT scan findings during and after transient global amnesia: evidence for the differential impairment of remote episodic memory.

    PubMed

    Evans, J; Wilson, B; Wraight, E P; Hodges, J R

    1993-11-01

    A patient had neuropsychological testing during, and at two days and seven weeks after a transient global amnesia (TGA) attack. During the attack she exhibited a characteristically profound anterograde amnesia but a limited remote memory loss; the most striking impairment was a deficit in personal episodic memory revealed by her performance on the Autobiographical Memory Interview. Personal and general semantic information was less impaired although there were indications of a temporal gradient in the impairment. When tested after the attack, she demonstrated normal anterograde and retrograde memory. A SPECT scan performed during TGA showed a focal reduction in cerebral perfusion in the postero-medial temporal lobes bilaterally which had resolved after seven weeks.

  7. Improving Access to Behavioral Health Care for Remote Service Members and Their Families

    DTIC Science & Technology

    2015-01-01

    that drive times exceeding 30 minutes are associated with marked decrements in utilization of care.6 The researchers find that remote service members...location, the location of behavioral health services, and information on insurance coverage and regulations surrounding access. A drive time of 30...geographic and health insurance data; how- ever, the data are somewhat limited due to their sensitive nature and availability. Third, the team considered

  8. A Memory-Based Programmable Logic Device Using Look-Up Table Cascade with Synchronous Static Random Access Memories

    NASA Astrophysics Data System (ADS)

    Nakamura, Kazuyuki; Sasao, Tsutomu; Matsuura, Munehiro; Tanaka, Katsumasa; Yoshizumi, Kenichi; Nakahara, Hiroki; Iguchi, Yukihiro

    2006-04-01

    A large-scale memory-technology-based programmable logic device (PLD) using a look-up table (LUT) cascade is developed in the 0.35-μm standard complementary metal oxide semiconductor (CMOS) logic process. Eight 64 K-bit synchronous SRAMs are connected to form an LUT cascade with a few additional circuits. The features of the LUT cascade include: 1) a flexible cascade connection structure, 2) multi phase pseudo asynchronous operations with synchronous static random access memory (SRAM) cores, and 3) LUT-bypass redundancy. This chip operates at 33 MHz in 8-LUT cascades at 122 mW. Benchmark results show that it achieves a comparable performance to field programmable gate array (FPGAs).

  9. Medical Equipment Tele- and Condition-Based Maintenance with Enhanced Remote Diagnostic Access (RDA) and Computer Vision

    DTIC Science & Technology

    2010-04-01

    failing to comply with a collection of information if it does not display a currently valid OMB control number. 1. REPORT DATE APR 2010 2. REPORT...The second is a ‘mechanical’ part that is controlled by circuit boards and is accessible by the technician via the serial console and running...was the use of conventional remote access solution designed for telecommuters or teleworkers in the Information Technology (IT) world, such as a

  10. Optical interconnection network for parallel access to multi-rank memory in future computing systems.

    PubMed

    Wang, Kang; Gu, Huaxi; Yang, Yintang; Wang, Kun

    2015-08-10

    With the number of cores increasing, there is an emerging need for a high-bandwidth low-latency interconnection network, serving core-to-memory communication. In this paper, aiming at the goal of simultaneous access to multi-rank memory, we propose an optical interconnection network for core-to-memory communication. In the proposed network, the wavelength usage is delicately arranged so that cores can communicate with different ranks at the same time and broadcast for flow control can be achieved. A distributed memory controller architecture that works in a pipeline mode is also designed for efficient optical communication and transaction address processes. The scaling method and wavelength assignment for the proposed network are investigated. Compared with traditional electronic bus-based core-to-memory communication, the simulation results based on the PARSEC benchmark show that the bandwidth enhancement and latency reduction are apparent.

  11. Combining Distributed and Shared Memory Models: Approach and Evolution of the Global Arrays Toolkit

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Nieplocha, Jarek; Harrison, Robert J.; Kumar, Mukul

    2002-07-29

    Both shared memory and distributed memory models have advantages and shortcomings. Shared memory model is much easier to use but it ignores data locality/placement. Given the hierarchical nature of the memory subsystems in the modern computers this characteristic might have a negative impact on performance and scalability. Various techniques, such as code restructuring to increase data reuse and introducing blocking in data accesses, can address the problem and yield performance competitive with message passing[Singh], however at the cost of compromising the ease of use feature. Distributed memory models such as message passing or one-sided communication offer performance and scalability butmore » they compromise the ease-of-use. In this context, the message-passing model is sometimes referred to as?assembly programming for the scientific computing?. The Global Arrays toolkit[GA1, GA2] attempts to offer the best features of both models. It implements a shared-memory programming model in which data locality is managed explicitly by the programmer. This management is achieved by explicit calls to functions that transfer data between a global address space (a distributed array) and local storage. In this respect, the GA model has similarities to the distributed shared-memory models that provide an explicit acquire/release protocol. However, the GA model acknowledges that remote data is slower to access than local data and allows data locality to be explicitly specified and hence managed. The GA model exposes to the programmer the hierarchical memory of modern high-performance computer systems, and by recognizing the communication overhead for remote data transfer, it promotes data reuse and locality of reference. This paper describes the characteristics of the Global Arrays programming model, capabilities of the toolkit, and discusses its evolution.« less

  12. Soft errors in commercial off-the-shelf static random access memories

    NASA Astrophysics Data System (ADS)

    Dilillo, L.; Tsiligiannis, G.; Gupta, V.; Bosser, A.; Saigne, F.; Wrobel, F.

    2017-01-01

    This article reviews state-of-the-art techniques for the evaluation of the effect of radiation on static random access memory (SRAM). We detailed irradiation test techniques and results from irradiation experiments with several types of particles. Two commercial SRAMs, in 90 and 65 nm technology nodes, were considered as case studies. Besides the basic static and dynamic test modes, advanced stimuli for the irradiation tests were introduced, as well as statistical post-processing techniques allowing for deeper analysis of the correlations between bit-flip cross-sections and design/architectural characteristics of the memory device. Further insight is provided on the response of irradiated stacked layer devices and on the use of characterized SRAM devices as particle detectors.

  13. Functional neuroanatomy of remote episodic, semantic and spatial memory: a unified account based on multiple trace theory

    PubMed Central

    Moscovitch, Morris; Rosenbaum, R Shayna; Gilboa, Asaf; Addis, Donna Rose; Westmacott, Robyn; Grady, Cheryl; McAndrews, Mary Pat; Levine, Brian; Black, Sandra; Winocur, Gordon; Nadel, Lynn

    2005-01-01

    We review lesion and neuroimaging evidence on the role of the hippocampus, and other structures, in retention and retrieval of recent and remote memories. We examine episodic, semantic and spatial memory, and show that important distinctions exist among different types of these memories and the structures that mediate them. We argue that retention and retrieval of detailed, vivid autobiographical memories depend on the hippocampal system no matter how long ago they were acquired. Semantic memories, on the other hand, benefit from hippocampal contribution for some time before they can be retrieved independently of the hippocampus. Even semantic memories, however, can have episodic elements associated with them that continue to depend on the hippocampus. Likewise, we distinguish between experientially detailed spatial memories (akin to episodic memory) and more schematic memories (akin to semantic memory) that are sufficient for navigation but not for re-experiencing the environment in which they were acquired. Like their episodic and semantic counterparts, the former type of spatial memory is dependent on the hippocampus no matter how long ago it was acquired, whereas the latter can survive independently of the hippocampus and is represented in extra-hippocampal structures. In short, the evidence reviewed suggests strongly that the function of the hippocampus (and possibly that of related limbic structures) is to help encode, retain, and retrieve experiences, no matter how long ago the events comprising the experience occurred, and no matter whether the memories are episodic or spatial. We conclude that the evidence favours a multiple trace theory (MTT) of memory over two other models: (1) traditional consolidation models which posit that the hippocampus is a time-limited memory structure for all forms of memory; and (2) versions of cognitive map theory which posit that the hippocampus is needed for representing all forms of allocentric space in memory. PMID

  14. Functional neuroanatomy of remote episodic, semantic and spatial memory: a unified account based on multiple trace theory.

    PubMed

    Moscovitch, Morris; Rosenbaum, R Shayna; Gilboa, Asaf; Addis, Donna Rose; Westmacott, Robyn; Grady, Cheryl; McAndrews, Mary Pat; Levine, Brian; Black, Sandra; Winocur, Gordon; Nadel, Lynn

    2005-07-01

    We review lesion and neuroimaging evidence on the role of the hippocampus, and other structures, in retention and retrieval of recent and remote memories. We examine episodic, semantic and spatial memory, and show that important distinctions exist among different types of these memories and the structures that mediate them. We argue that retention and retrieval of detailed, vivid autobiographical memories depend on the hippocampal system no matter how long ago they were acquired. Semantic memories, on the other hand, benefit from hippocampal contribution for some time before they can be retrieved independently of the hippocampus. Even semantic memories, however, can have episodic elements associated with them that continue to depend on the hippocampus. Likewise, we distinguish between experientially detailed spatial memories (akin to episodic memory) and more schematic memories (akin to semantic memory) that are sufficient for navigation but not for re-experiencing the environment in which they were acquired. Like their episodic and semantic counterparts, the former type of spatial memory is dependent on the hippocampus no matter how long ago it was acquired, whereas the latter can survive independently of the hippocampus and is represented in extra-hippocampal structures. In short, the evidence reviewed suggests strongly that the function of the hippocampus (and possibly that of related limbic structures) is to help encode, retain, and retrieve experiences, no matter how long ago the events comprising the experience occurred, and no matter whether the memories are episodic or spatial. We conclude that the evidence favours a multiple trace theory (MTT) of memory over two other models: (1) traditional consolidation models which posit that the hippocampus is a time-limited memory structure for all forms of memory; and (2) versions of cognitive map theory which posit that the hippocampus is needed for representing all forms of allocentric space in memory.

  15. Extinction after retrieval: effects on the associative and nonassociative components of remote contextual fear memory.

    PubMed

    Costanzi, Marco; Cannas, Sara; Saraulli, Daniele; Rossi-Arnaud, Clelia; Cestari, Vincenzo

    2011-01-01

    Long-lasting memories of adverse experiences are essential for individuals' survival but are also involved, in the form of recurrent recollections of the traumatic experience, in the aetiology of anxiety diseases (e.g., post-traumatic stress disorder [PTSD]). Extinction-based erasure of fear memories has long been pursued as a behavioral way to treat anxiety disorders; yet, such a procedure turns out to be transient, context-dependent, and ineffective unless it is applied immediately after trauma. Recent evidence indicates that, in both rats and humans, extinction training can prevent the return of fear if administered within the reconsolidation window, when memories become temporarily labile and susceptible of being updated. Here, we show that the reconsolidation-extinction procedure fails to prevent the spontaneous recovery of a remote contextual fear memory in a mouse model of PTSD, as well as the long-lasting behavioral abnormalities induced by traumatic experience on anxiety and in both social and cognitive domains (i.e., social withdrawal and spatial learning deficits). Such a failure appears to be related to the ineffectiveness of the reconsolidation-extinction procedure in targeting the pathogenic process of fear sensitization, a nonassociative component of traumatic memory that causes animals to react aberrantly to harmless stimuli. This indicates fear sensitization as a major target for treatments aimed at mitigating anxiety and the behavioral outcomes of traumatic experiences.

  16. The impact of socioeconomic status and geographic remoteness on access to pre-emptive kidney transplantation and transplant outcomes among children.

    PubMed

    Francis, Anna; Didsbury, Madeleine; Lim, Wai H; Kim, Siah; White, Sarah; Craig, Jonathan C; Wong, Germaine

    2016-06-01

    Low socioeconomic status (SES) and geographic disparity have been associated with worse outcomes and poorer access to pre-emptive transplantation in the adult end-stage kidney disease (ESKD) population, but little is known about their impact in children with ESKD. The aim of our study was to determine whether access to pre-emptive transplantation and transplant outcomes differ according to SES and geographic remoteness in Australia. Using data from the Australia and New Zealand Dialysis and Transplant Registry (1993-2012), we compared access to pre-emptive transplantation, the risk of acute rejection and graft failure, based on SES and geographic remoteness among Australian children with ESKD (≤ 18 years), using adjusted logistic and Cox proportional hazard modelling. Of the 768 children who commenced renal replacement therapy, 389 (50.5%) received living donor kidney transplants and 28.5% of these (111/389) were pre-emptive. There was no significant association between SES quintiles and access to pre-emptive transplantation, acute rejection or allograft failure. Children residing in regional or remote areas were 35% less likely to receive a pre-emptive transplant compared to those living in major cities [adjusted odds ratio (OR) 0.65, 95% confidence interval (CI) 0.45-1.0]. There was no significant association between geographic disparity and acute rejection (adjusted OR 1.03, 95% CI 0.68-1.57) or graft loss (adjusted hazard ratio 1.05, 95% CI 0.74-1.41). In Australia, children from regional or remote regions are much less likely to receive pre-emptive kidney transplantation. Strategies such as improved access to nephrology services through expanding the scope of outreach clinics, and support for regional paediatricians to promote early referral may ameliorate this inequity.

  17. Remote Access to Scientific Laboratory Equipment and Competency-Based Approach to Science and Technology Education

    ERIC Educational Resources Information Center

    Mazuritskiy, M. I.; Safontsev, S. A.; Konoplev, B. G.; Boldyreva, A. M.

    2014-01-01

    This article describes the competency-based approach to e-learning education that utilizes remote access to the laboratory equipment. The main focus of the paper is the structure and design of the e-learning system used in the Southern Federal University (Russia). The article discusses the related pedagogical strategies and presents system's…

  18. Towards a Low-Cost Remote Memory Attestation for the Smart Grid

    PubMed Central

    Yang, Xinyu; He, Xiaofei; Yu, Wei; Lin, Jie; Li, Rui; Yang, Qingyu; Song, Houbing

    2015-01-01

    In the smart grid, measurement devices may be compromised by adversaries, and their operations could be disrupted by attacks. A number of schemes to efficiently and accurately detect these compromised devices remotely have been proposed. Nonetheless, most of the existing schemes detecting compromised devices depend on the incremental response time in the attestation process, which are sensitive to data transmission delay and lead to high computation and network overhead. To address the issue, in this paper, we propose a low-cost remote memory attestation scheme (LRMA), which can efficiently and accurately detect compromised smart meters considering real-time network delay and achieve low computation and network overhead. In LRMA, the impact of real-time network delay on detecting compromised nodes can be eliminated via investigating the time differences reported from relay nodes. Furthermore, the attestation frequency in LRMA is dynamically adjusted with the compromised probability of each node, and then, the total number of attestations could be reduced while low computation and network overhead can be achieved. Through a combination of extensive theoretical analysis and evaluations, our data demonstrate that our proposed scheme can achieve better detection capacity and lower computation and network overhead in comparison to existing schemes. PMID:26307998

  19. Measuring geographical accessibility to rural and remote health care services: Challenges and considerations.

    PubMed

    Shah, Tayyab Ikram; Milosavljevic, Stephan; Bath, Brenna

    2017-06-01

    This research is focused on methodological challenges and considerations associated with the estimation of the geographical aspects of access to healthcare with a focus on rural and remote areas. With the assumption that GIS-based accessibility measures for rural healthcare services will vary across geographic units of analysis and estimation techniques, which could influence the interpretation of spatial access to rural healthcare services. Estimations of geographical accessibility depend on variations of the following three parameters: 1) quality of input data; 2) accessibility method; and 3) geographical area. This research investigated the spatial distributions of physiotherapists (PTs) in comparison to family physicians (FPs) across Saskatchewan, Canada. The three-steps floating catchment areas (3SFCA) method was applied to calculate the accessibility scores for both PT and FP services at two different geographical units. A comparison of accessibility scores to simple healthcare provider-to-population ratios was also calculated. The results vary considerably depending on the accessibility methods used and the choice of geographical area unit for measuring geographical accessibility for both FP and PT services. These findings raise intriguing questions regarding the nature and extent of technical issues and methodological considerations that can affect GIS-based measures in health services research and planning. This study demonstrates how the selection of geographical areal units and different methods for measuring geographical accessibility could affect the distribution of healthcare resources in rural areas. These methodological issues have implications for determining where there is reduced access that will ultimately impact health human resource priorities and policies. Copyright © 2017 Elsevier Ltd. All rights reserved.

  20. The differential effects of ecstasy/polydrug use on executive components: shifting, inhibition, updating and access to semantic memory.

    PubMed

    Montgomery, Catharine; Fisk, John E; Newcombe, Russell; Murphy, Phillip N

    2005-10-01

    Recent theoretical models suggest that the central executive may not be a unified structure. The present study explored the nature of central executive deficits in ecstasy users. In study 1, 27 ecstasy users and 34 non-users were assessed using tasks to tap memory updating (computation span; letter updating) and access to long-term memory (a semantic fluency test and the Chicago Word Fluency Test). In study 2, 51 ecstasy users and 42 non-users completed tasks that assess mental set switching (number/letter and plus/minus) and inhibition (random letter generation). MANOVA revealed that ecstasy users performed worse on both tasks used to assess memory updating and on tasks to assess access to long-term memory (C- and S-letter fluency). However, notwithstanding the significant ecstasy group-related effects, indices of cocaine and cannabis use were also significantly correlated with most of the executive measures. Unexpectedly, in study 2, ecstasy users performed significantly better on the inhibition task, producing more letters than non-users. No group differences were observed on the switching tasks. Correlations between indices of ecstasy use and number of letters produced were significant. The present study provides further support for ecstasy/polydrug-related deficits in memory updating and in access to long-term memory. The surplus evident on the inhibition task should be treated with some caution, as this was limited to a single measure and has not been supported by our previous work.

  1. A remote access ecg monitoring system - biomed 2009.

    PubMed

    Ogawa, Hidekuni; Yonezawa, Yoshiharu; Maki, Hiromichi; Iwamoto, Junichi; Hahn, Allen W; Caldwell, W Morton

    2009-01-01

    We have developed a remotely accessible telemedicine system for monitoring a patient's electrocardiogram (ECG). The system consists of an ECG recorder mounted on chest electrodes and a physician's laptop personal computer. This ECG recorder is designed with a variable gain instrumentation amplifier; a low power 8-bit single-chip microcomputer; two 128KB EEPROMs and 2.4 GHz low transmit power mobile telephone. When the physician wants to monitor the patient's ECG, he/she calls directly from the laptop PC to the ECG recorder's phone and the recorder sends the ECG to the computer. The electrode-mounted recorder continuously samples the ECG. Additionally, when the patient feels a heart discomfort, he/she pushes a data transmission switch on the recorder and the recorder sends the recorded ECG waveforms of the two prior minutes, and for two minutes after the switch is pressed. The physician can display and monitor the data on the computer's liquid crystal display.

  2. Autobiographical memory decline in Alzheimer’s Disease

    PubMed Central

    EL HAJ, Mohamad; Antoine, Pascal; Nandrino, Jean-Louis; Kapogiannis, Dimitrios

    2016-01-01

    Autobiographical memory, or memory for personal experiences, allows individuals to define themselves and construct a meaningful life story. Decline of this ability, as observed in Alzheimer’s Disease (AD), results in an impaired sense of self and identity. We present a critical review of theories and findings regarding cognitive and neuroanatomical underpinnings of autobiographical memory and its decline in AD and highlight studies on its clinical rehabilitation. We propose that autobiographical recall in AD is mainly characterized by loss of associated episodic information, which leads to de-contextualisation of autobiographical memories and a shift from reliving past events to a general sense of familiarity. This decline refers to retrograde, but also anterograde amnesia that affects newly acquired memories besides remote ones. One consequence of autobiographical memory decline in AD is decreased access to memories that shape self-consciousness, self-knowledge, and self-images, leading to a diminished sense of self and identity. The link between autobiographical decline and compromised sense of self in AD can also manifest itself as low correspondence and coherence between past memories and current goals and beliefs. By linking cognitive, neuroanatomical, and clinical aspects of autobiographical decline in AD, our review provides a theoretical foundation, which may lead to better rehabilitation strategies. PMID:26876367

  3. Dual operation characteristics of resistance random access memory in indium-gallium-zinc-oxide thin film transistors

    NASA Astrophysics Data System (ADS)

    Yang, Jyun-Bao; Chang, Ting-Chang; Huang, Jheng-Jie; Chen, Yu-Chun; Chen, Yu-Ting; Tseng, Hsueh-Chih; Chu, Ann-Kuo; Sze, Simon M.

    2014-04-01

    In this study, indium-gallium-zinc-oxide thin film transistors can be operated either as transistors or resistance random access memory devices. Before the forming process, current-voltage curve transfer characteristics are observed, and resistance switching characteristics are measured after a forming process. These resistance switching characteristics exhibit two behaviors, and are dominated by different mechanisms. The mode 1 resistance switching behavior is due to oxygen vacancies, while mode 2 is dominated by the formation of an oxygen-rich layer. Furthermore, an easy approach is proposed to reduce power consumption when using these resistance random access memory devices with the amorphous indium-gallium-zinc-oxide thin film transistor.

  4. Fencing direct memory access data transfers in a parallel active messaging interface of a parallel computer

    DOEpatents

    Blocksome, Michael A.; Mamidala, Amith R.

    2013-09-03

    Fencing direct memory access (`DMA`) data transfers in a parallel active messaging interface (`PAMI`) of a parallel computer, the PAMI including data communications endpoints, each endpoint including specifications of a client, a context, and a task, the endpoints coupled for data communications through the PAMI and through DMA controllers operatively coupled to segments of shared random access memory through which the DMA controllers deliver data communications deterministically, including initiating execution through the PAMI of an ordered sequence of active DMA instructions for DMA data transfers between two endpoints, effecting deterministic DMA data transfers through a DMA controller and a segment of shared memory; and executing through the PAMI, with no FENCE accounting for DMA data transfers, an active FENCE instruction, the FENCE instruction completing execution only after completion of all DMA instructions initiated prior to execution of the FENCE instruction for DMA data transfers between the two endpoints.

  5. Fencing direct memory access data transfers in a parallel active messaging interface of a parallel computer

    DOEpatents

    Blocksome, Michael A; Mamidala, Amith R

    2014-02-11

    Fencing direct memory access (`DMA`) data transfers in a parallel active messaging interface (`PAMI`) of a parallel computer, the PAMI including data communications endpoints, each endpoint including specifications of a client, a context, and a task, the endpoints coupled for data communications through the PAMI and through DMA controllers operatively coupled to segments of shared random access memory through which the DMA controllers deliver data communications deterministically, including initiating execution through the PAMI of an ordered sequence of active DMA instructions for DMA data transfers between two endpoints, effecting deterministic DMA data transfers through a DMA controller and a segment of shared memory; and executing through the PAMI, with no FENCE accounting for DMA data transfers, an active FENCE instruction, the FENCE instruction completing execution only after completion of all DMA instructions initiated prior to execution of the FENCE instruction for DMA data transfers between the two endpoints.

  6. The dynamics of access to groups in working memory.

    PubMed

    Farrell, Simon; Lelièvre, Anna

    2012-11-01

    The finding that participants leave a pause between groups when attempting serial recall of temporally grouped lists has been taken to indicate access to a hierarchical representation of the list in working memory. An alternative explanation is that the dynamics of serial recall solely reflect output (rather than memorial) processes, with the temporal pattern at input merely suggesting a basis for the pattern of output buffering. Three experiments are presented here that disentangle input structure from output buffering in serial recall. In Experiment 1, participants were asked to recall a subset of visually presented digits from a temporally grouped list in their original order, where either within-group position or group position was kept constant. In Experiment 2, participants performed more standard serial recall of spoken digits, and input and output position were dissociated by asking participants to initiate recall from a post-cued position in the list. In Experiment 3, participants were asked to serially recall temporally grouped lists of visually presented digits where the grouping structure was unpredictable, under either articulatory suppression or silent conditions. The 3 experiments point to a tight linkage between implied memorial structures (i.e., the pattern of grouping at encoding) and the output structure implied by retrieval times and call into question a purely motoric account of the dynamics of recall.

  7. Making Physical Activity Accessible to Older Adults with Memory Loss: A Feasibility Study

    ERIC Educational Resources Information Center

    Logsdon, Rebecca G.; McCurry, Susan M.; Pike, Kenneth C.; Teri, Linda

    2009-01-01

    Purpose: For individuals with mild cognitive impairment (MCI), memory loss may prevent successful engagement in exercise, a key factor in preventing additional disability. The Resources and Activities for Life Long Independence (RALLI) program uses behavioral principles to make exercise more accessible for these individuals. Exercises are broken…

  8. Remotely Accessed Vehicle Traffic Management System

    NASA Astrophysics Data System (ADS)

    Al-Alawi, Raida

    2010-06-01

    The ever increasing number of vehicles in most metropolitan cities around the world and the limitation in altering the transportation infrastructure, led to serious traffic congestion and an increase in the travelling time. In this work we exploit the emergence of novel technologies such as the internet, to design an intelligent Traffic Management System (TMS) that can remotely monitor and control a network of traffic light controllers located at different sites. The system is based on utilizing Embedded Web Servers (EWS) technology to design a web-based TMS. The EWS located at each intersection uses IP technology for communicating remotely with a Central Traffic Management Unit (CTMU) located at the traffic department authority. Friendly GUI software installed at the CTMU will be able to monitor the sequence of operation of the traffic lights and the presence of traffic at each intersection as well as remotely controlling the operation of the signals. The system has been validated by constructing a prototype that resembles the real application.

  9. Vibroacoustic Payload Environment Prediction System (VAPEPS): VAPEPS management center remote access guide

    NASA Technical Reports Server (NTRS)

    Fernandez, J. P.; Mills, D.

    1991-01-01

    A Vibroacoustic Payload Environment Prediction System (VAPEPS) Management Center was established at the JPL. The center utilizes the VAPEPS software package to manage a data base of Space Shuttle and expendable launch vehicle payload flight and ground test data. Remote terminal access over telephone lines to the computer system, where the program resides, was established to provide the payload community a convenient means of querying the global VAPEPS data base. This guide describes the functions of the VAPEPS Management Center and contains instructions for utilizing the resources of the center.

  10. Immigration, Language Proficiency, and Autobiographical Memories: Lifespan Distribution and Second-Language Access

    PubMed Central

    Esposito, Alena G.; Baker-Ward, Lynne

    2015-01-01

    This investigation examined two controversies in the autobiographical literature: how cross-language immigration affects the distribution of autobiographical memories across the lifespan and under what circumstances language-dependent recall is observed. Both Spanish/English bilingual immigrants and English monolingual non-immigrants participated in a cue word study, with the bilingual sample taking part in a within-subject language manipulation. The expected bump in the number of memories from early life was observed for non-immigrants but not immigrants, who reported more memories for events surrounding immigration. Aspects of the methodology addressed possible reasons for past discrepant findings. Language-dependent recall was influenced by second-language proficiency. Results were interpreted as evidence that bilinguals with high second-language proficiency, in contrast to those with lower second-language proficiency, access a single conceptual store through either language. The final multi-level model predicting language-dependent recall, including second-language proficiency, age of immigration, internal language, and cue word language, explained ¾ of the between-person variance and ⅕ of the within-person variance. We arrive at two conclusions. First, major life transitions influence the distribution of memories. Second, concept representation across multiple languages follows a developmental model. In addition, the results underscore the importance of considering language experience in research involving memory reports. PMID:26274061

  11. Immigration, language proficiency, and autobiographical memories: Lifespan distribution and second-language access.

    PubMed

    Esposito, Alena G; Baker-Ward, Lynne

    2016-08-01

    This investigation examined two controversies in the autobiographical literature: how cross-language immigration affects the distribution of autobiographical memories across the lifespan and under what circumstances language-dependent recall is observed. Both Spanish/English bilingual immigrants and English monolingual non-immigrants participated in a cue word study, with the bilingual sample taking part in a within-subject language manipulation. The expected bump in the number of memories from early life was observed for non-immigrants but not immigrants, who reported more memories for events surrounding immigration. Aspects of the methodology addressed possible reasons for past discrepant findings. Language-dependent recall was influenced by second-language proficiency. Results were interpreted as evidence that bilinguals with high second-language proficiency, in contrast to those with lower second-language proficiency, access a single conceptual store through either language. The final multi-level model predicting language-dependent recall, including second-language proficiency, age of immigration, internal language, and cue word language, explained ¾ of the between-person variance and (1)/5 of the within-person variance. We arrive at two conclusions. First, major life transitions influence the distribution of memories. Second, concept representation across multiple languages follows a developmental model. In addition, the results underscore the importance of considering language experience in research involving memory reports.

  12. Constraints on Access: Costs and Benefits (Spontaneous Memory for Relevant Experiences)

    DTIC Science & Technology

    1989-05-01

    F. I. M. Craik (Eds.), Levels of processing and human memory. Hillsdale, NJ: Erlbaum. Dewey, J. (1963). How we think. Portions published in R. M...transfer. Pictures (vs. words) and levels of processing and elaborative encoding manipulations are shown to affect directed access but are found to have...includes most 5 6 list-learning experiments, research on schema/script abstraction, and studies of remembering which might manipulate levels of processing

  13. Electrical Evaluation of RCA MWS5501D Random Access Memory, Volume 2, Appendix a

    NASA Technical Reports Server (NTRS)

    Klute, A.

    1979-01-01

    The electrical characterization and qualification test results are presented for the RCA MWS5001D random access memory. The tests included functional tests, AC and DC parametric tests, AC parametric worst-case pattern selection test, determination of worst-case transition for setup and hold times, and a series of schmoo plots. The address access time, address readout time, the data hold time, and the data setup time are some of the results surveyed.

  14. Ga-doped indium oxide nanowire phase change random access memory cells

    NASA Astrophysics Data System (ADS)

    Jin, Bo; Lim, Taekyung; Ju, Sanghyun; Latypov, Marat I.; Kim, Hyoung Seop; Meyyappan, M.; Lee, Jeong-Soo

    2014-02-01

    Phase change random access memory (PCRAM) devices are usually constructed using tellurium based compounds, but efforts to seek other materials providing desirable memory characteristics have continued. We have fabricated PCRAM devices using Ga-doped In2O3 nanowires with three different Ga compositions (Ga/(In+Ga) atomic ratio: 2.1%, 11.5% and 13.0%), and investigated their phase switching properties. The nanowires (˜40 nm in diameter) can be repeatedly switched between crystalline and amorphous phases, and Ga concentration-dependent memory switching behavior in the nanowires was observed with ultra-fast set/reset rates of 80 ns/20 ns, which are faster than for other competitive phase change materials. The observations of fast set/reset rates and two distinct states with a difference in resistance of two to three orders of magnitude appear promising for nonvolatile information storage. Moreover, we found that increasing the Ga concentration can reduce the power consumption and resistance drift; however, too high a level of Ga doping may cause difficulty in achieving the phase transition.

  15. Encoding and Retrieval Processes Involved in the Access of Source Information in the Absence of Item Memory

    ERIC Educational Resources Information Center

    Ball, B. Hunter; DeWitt, Michael R.; Knight, Justin B.; Hicks, Jason L.

    2014-01-01

    The current study sought to examine the relative contributions of encoding and retrieval processes in accessing contextual information in the absence of item memory using an extralist cuing procedure in which the retrieval cues used to query memory for contextual information were "related" to the target item but never actually studied.…

  16. Desktop Cloud Visualization: the new technology to remote access 3D interactive applications in the Cloud.

    PubMed

    Torterolo, Livia; Ruffino, Francesco

    2012-01-01

    In the proposed demonstration we will present DCV (Desktop Cloud Visualization): a unique technology that allows users to remote access 2D and 3D interactive applications over a standard network. This allows geographically dispersed doctors work collaboratively and to acquire anatomical or pathological images and visualize them for further investigations.

  17. ViSA: a neurodynamic model for visuo-spatial working memory, attentional blink, and conscious access.

    PubMed

    Simione, Luca; Raffone, Antonino; Wolters, Gezinus; Salmas, Paola; Nakatani, Chie; Belardinelli, Marta Olivetti; van Leeuwen, Cees

    2012-10-01

    Two separate lines of study have clarified the role of selectivity in conscious access to visual information. Both involve presenting multiple targets and distracters: one simultaneously in a spatially distributed fashion, the other sequentially at a single location. To understand their findings in a unified framework, we propose a neurodynamic model for Visual Selection and Awareness (ViSA). ViSA supports the view that neural representations for conscious access and visuo-spatial working memory are globally distributed and are based on recurrent interactions between perceptual and access control processors. Its flexible global workspace mechanisms enable a unitary account of a broad range of effects: It accounts for the limited storage capacity of visuo-spatial working memory, attentional cueing, and efficient selection with multi-object displays, as well as for the attentional blink and associated sparing and masking effects. In particular, the speed of consolidation for storage in visuo-spatial working memory in ViSA is not fixed but depends adaptively on the input and recurrent signaling. Slowing down of consolidation due to weak bottom-up and recurrent input as a result of brief presentation and masking leads to the attentional blink. Thus, ViSA goes beyond earlier 2-stage and neuronal global workspace accounts of conscious processing limitations. PsycINFO Database Record (c) 2012 APA, all rights reserved.

  18. Fencing direct memory access data transfers in a parallel active messaging interface of a parallel computer

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Blocksome, Michael A.; Mamidala, Amith R.

    2013-09-03

    Fencing direct memory access (`DMA`) data transfers in a parallel active messaging interface (`PAMI`) of a parallel computer, the PAMI including data communications endpoints, each endpoint including specifications of a client, a context, and a task, the endpoints coupled for data communications through the PAMI and through DMA controllers operatively coupled to segments of shared random access memory through which the DMA controllers deliver data communications deterministically, including initiating execution through the PAMI of an ordered sequence of active DMA instructions for DMA data transfers between two endpoints, effecting deterministic DMA data transfers through a DMA controller and a segmentmore » of shared memory; and executing through the PAMI, with no FENCE accounting for DMA data transfers, an active FENCE instruction, the FENCE instruction completing execution only after completion of all DMA instructions initiated prior to execution of the FENCE instruction for DMA data transfers between the two endpoints.« less

  19. Deciding with the eye: how the visually manipulated accessibility of information in memory influences decision behavior.

    PubMed

    Platzer, Christine; Bröder, Arndt; Heck, Daniel W

    2014-05-01

    Decision situations are typically characterized by uncertainty: Individuals do not know the values of different options on a criterion dimension. For example, consumers do not know which is the healthiest of several products. To make a decision, individuals can use information about cues that are probabilistically related to the criterion dimension, such as sugar content or the concentration of natural vitamins. In two experiments, we investigated how the accessibility of cue information in memory affects which decision strategy individuals rely on. The accessibility of cue information was manipulated by means of a newly developed paradigm, the spatial-memory-cueing paradigm, which is based on a combination of the looking-at-nothing phenomenon and the spatial-cueing paradigm. The results indicated that people use different decision strategies, depending on the validity of easily accessible information. If the easily accessible information is valid, people stop information search and decide according to a simple take-the-best heuristic. If, however, information that comes to mind easily has a low predictive validity, people are more likely to integrate all available cue information in a compensatory manner.

  20. Nonvolatile random access memory

    NASA Technical Reports Server (NTRS)

    Wu, Jiin-Chuan (Inventor); Stadler, Henry L. (Inventor); Katti, Romney R. (Inventor)

    1994-01-01

    A nonvolatile magnetic random access memory can be achieved by an array of magnet-Hall effect (M-H) elements. The storage function is realized with a rectangular thin-film ferromagnetic material having an in-plane, uniaxial anisotropy and inplane bipolar remanent magnetization states. The thin-film magnetic element is magnetized by a local applied field, whose direction is used to form either a 0 or 1 state. The element remains in the 0 or 1 state until a switching field is applied to change its state. The stored information is detcted by a Hall-effect sensor which senses the fringing field from the magnetic storage element. The circuit design for addressing each cell includes transistor switches for providing a current of selected polarity to store a binary digit through a separate conductor overlying the magnetic element of the cell. To read out a stored binary digit, transistor switches are employed to provide a current through a row of Hall-effect sensors connected in series and enabling a differential voltage amplifier connected to all Hall-effect sensors of a column in series. To avoid read-out voltage errors due to shunt currents through resistive loads of the Hall-effect sensors of other cells in the same column, at least one transistor switch is provided between every pair of adjacent cells in every row which are not turned on except in the row of the selected cell.

  1. Aggregating Queries Against Large Inventories of Remotely Accessible Data

    NASA Astrophysics Data System (ADS)

    Gallagher, J. H. R.; Fulker, D. W.

    2016-12-01

    Those seeking to discover data for a specific purpose often encounter search results that are so large as to be useless without computing assistance. This situation arises, with increasing frequency, in part because repositories contain ever greater numbers of granules, and their granularities may well be poorly aligned or even orthogonal to the data-selection needs of the user. This presentation describes a recently developed service for simultaneously querying large lists of OPeNDAP-accessible granules to extract specified data. The specifications include a richly expressive set of data-selection criteria—applicable to content as well as metadata—and the service has been tested successfully against lists naming hundreds of thousands of granules. Querying such numbers of local files (i.e., granules) on a desktop or laptop computer is practical (by using a scripting language, e.g.), but this practicality is diminished when the data are remote and thus best accessed through a Web-services interface. In these cases, which are increasingly common, scripted queries can take many hours because of inherent network latencies. Furthermore, communication dropouts can add fragility to such scripts, yielding gaps in the acquired results. In contrast, OPeNDAP's new aggregated-query services enable data discovery in the context of very large inventory sizes. These capabilities have been developed for use with OPeNDAP's Hyrax server, which is an open-source realization of DAP (for "Data Access Protocol," a specification widely used in NASA, NOAA and other data-intensive contexts). These aggregated-query services exhibit good response times (on the order of seconds, not hours) even for inventories that list hundreds of thousands of source granules.

  2. Spin-transfer torque switched magnetic tunnel junctions in magnetic random access memory

    NASA Astrophysics Data System (ADS)

    Sun, Jonathan Z.

    2016-10-01

    Spin-transfer torque (or spin-torque, or STT) based magnetic tunnel junction (MTJ) is at the heart of a new generation of magnetism-based solid-state memory, the so-called spin-transfer-torque magnetic random access memory, or STT-MRAM. Over the past decades, STT-based switchable magnetic tunnel junction has seen progress on many fronts, including the discovery of (001) MgO as the most favored tunnel barrier, which together with (bcc) Fe or FeCo alloy are yielding best demonstrated tunnel magneto-resistance (TMR); the development of perpendicularly magnetized ultrathin CoFeB-type of thin films sufficient to support high density memories with junction sizes demonstrated down to 11nm in diameter; and record-low spin-torque switching threshold current, giving best reported switching efficiency over 5 kBT/μA. Here we review the basic device properties focusing on the perpendicularly magnetized MTJs, both in terms of switching efficiency as measured by sub-threshold, quasi-static methods, and of switching speed at super-threshold, forced switching. We focus on device behaviors important for memory applications that are rooted in fundamental device physics, which highlights the trade-off of device parameters for best suitable system integration.

  3. Medial temporal and neocortical contributions to remote memory for semantic narratives: evidence from amnesia.

    PubMed

    Verfaellie, Mieke; Bousquet, Kathryn; Keane, Margaret M

    2014-08-01

    Studies of remote memory for semantic facts and concepts suggest that hippocampal lesions lead to a temporally graded impairment that extends no more than ten years prior to the onset of amnesia. Such findings have led to the notion that once consolidated, semantic memories are represented neocortically and are no longer dependent on the hippocampus. Here, we examined the fate of well-established semantic narratives following medial temporal lobe (MTL) lesions. Seven amnesic patients, five with lesions restricted to the MTL and two with lesions extending into lateral temporal cortex (MTL+), were asked to recount fairy tales and bible stories that they rated as familiar. Narratives were scored for number and type of details, number of main thematic elements, and order in which the main thematic elements were recounted. In comparison to controls, patients with MTL lesions produced fewer details, but the number and order of main thematic elements generated was intact. By contrast, patients with MTL+ lesions showed a pervasive impairment, affecting not only the generation of details, but also the generation and ordering of main steps. These findings challenge the notion that, once consolidated, semantic memories are no longer dependent on the hippocampus for retrieval. Possible hippocampal contributions to the retrieval of detailed semantic narratives are discussed. Published by Elsevier Ltd.

  4. Working memory capacity and controlled serial memory search.

    PubMed

    Mızrak, Eda; Öztekin, Ilke

    2016-08-01

    The speed-accuracy trade-off (SAT) procedure was used to investigate the relationship between working memory capacity (WMC) and the dynamics of temporal order memory retrieval. High- and low-span participants (HSs, LSs) studied sequentially presented five-item lists, followed by two probes from the study list. Participants indicated the more recent probe. Overall, accuracy was higher for HSs compared to LSs. Crucially, in contrast to previous investigations that observed no impact of WMC on speed of access to item information in memory (e.g., Öztekin & McElree, 2010), recovery of temporal order memory was slower for LSs. While accessing an item's representation in memory can be direct, recovery of relational information such as temporal order information requires a more controlled serial memory search. Collectively, these data indicate that WMC effects are particularly prominent during high demands of cognitive control, such as serial search operations necessary to access temporal order information from memory. Copyright © 2016 Elsevier B.V. All rights reserved.

  5. A population-based analysis of injury-related deaths and access to trauma care in rural-remote Northwest British Columbia.

    PubMed

    Simons, Richard; Brasher, Penelope; Taulu, Tracey; Lakha, Nasira; Molnar, Nadine; Caron, Nadine; Schuurman, Nadine; Evans, David; Hameed, Morad

    2010-07-01

    Injury rates and injury mortality rates are generally higher in rural and remote communities compared with urban jurisdictions as has been shown to be the case in the rural-remote area of Northwest (NW) British Columbia (BC). The purpose of study was to identify: (1) the place and timing of death following injury in NW BC, (2) access to and quality of local trauma services, and (3) opportunities to improve trauma outcomes. Quantitative data from demographic and geographic databases, the BC Trauma Registry, Hospital discharge abstract database, and the BC Coroner's Office, along with qualitative data from chart reviews of selected major trauma cases, and interviews with front-line trauma care providers were collated and analyzed for patients sustaining injury in NW BC from April 2001 to March 2006. The majority of trauma deaths (82%) in NW BC occur prehospital. Patients arriving alive to NW hospitals have low hospital mortality (1.0%), and patients transferring from NW BC to tertiary centers have better outcomes than matched patients achieving direct entry into the tertiary center by way of geographic proximity. Access to local trauma services was compromised by: incident discovery, limited phone service (land lines/cell), incomplete 911 emergency medical services system access, geographical and climate challenges compounded by limited transportation options, airport capabilities and paramedic training level, dysfunctional hospital no-refusal policies, lack of a hospital destination policies, and lack of system leadership and coordination. Improving trauma outcomes in this rural-remote jurisdiction requires a systems approach to address root causes of delays in access to care, focusing on improved access to emergency medical services, hospital bypass and destination protocols, improved transportation options, advanced life support transfer capability, and designated, coordinated local trauma services.

  6. Media multitasking and memory: Differences in working memory and long-term memory.

    PubMed

    Uncapher, Melina R; K Thieu, Monica; Wagner, Anthony D

    2016-04-01

    Increasing access to media in the 21st century has led to a rapid rise in the prevalence of media multitasking (simultaneous use of multiple media streams). Such behavior is associated with various cognitive differences, such as difficulty filtering distracting information and increased trait impulsivity. Given the rise in media multitasking by children, adolescents, and adults, a full understanding of the cognitive profile of media multitaskers is imperative. Here we investigated the relationship between chronic media multitasking and working memory (WM) and long-term memory (LTM) performance. Four key findings are reported (1) heavy media multitaskers (HMMs) exhibited lower WM performance, regardless of whether external distraction was present or absent; (2) lower performance on multiple WM tasks predicted lower LTM performance; (3) media multitasking-related differences in memory reflected differences in discriminability rather than decision bias; and (4) attentional impulsivity correlated with media multitasking behavior and reduced WM performance. These findings suggest that chronic media multitasking is associated with a wider attentional scope/higher attentional impulsivity, which may allow goal-irrelevant information to compete with goal-relevant information. As a consequence, heavy media multitaskers are able to hold fewer or less precise goal-relevant representations in WM. HMMs' wider attentional scope, combined with their diminished WM performance, propagates forward to yield lower LTM performance. As such, chronic media multitasking is associated with a reduced ability to draw on the past--be it very recent or more remote--to inform present behavior.

  7. Multiple social identities and stereotype threat: imbalance, accessibility, and working memory.

    PubMed

    Rydell, Robert J; McConnell, Allen R; Beilock, Sian L

    2009-05-01

    In 4 experiments, the authors showed that concurrently making positive and negative self-relevant stereotypes available about performance in the same ability domain can eliminate stereotype threat effects. Replicating past work, the authors demonstrated that introducing negative stereotypes about women's math performance activated participants' female social identity and hurt their math performance (i.e., stereotype threat) by reducing working memory. Moving beyond past work, it was also demonstrated that concomitantly presenting a positive self-relevant stereotype (e.g., college students are good at math) increased the relative accessibility of females' college student identity and inhibited their gender identity, eliminating attendant working memory deficits and contingent math performance decrements. Furthermore, subtle manipulations in questions presented in the demographic section of a math test eliminated stereotype threat effects that result from women reporting their gender before completing the test. This work identifies the motivated processes through which people's social identities became active in situations in which self-relevant stereotypes about a stigmatized group membership and a nonstigmatized group membership were available. In addition, it demonstrates the downstream consequences of this pattern of activation on working memory and performance. Copyright (c) 2009 APA, all rights reserved.

  8. Vibroacoustic payload environment prediction system (VAPEPS): Data base management center remote access guide

    NASA Technical Reports Server (NTRS)

    Thomas, V. C.

    1986-01-01

    A Vibroacoustic Data Base Management Center has been established at the Jet Propulsion Laboratory (JPL). The center utilizes the Vibroacoustic Payload Environment Prediction System (VAPEPS) software package to manage a data base of shuttle and expendable launch vehicle flight and ground test data. Remote terminal access over telephone lines to a dedicated VAPEPS computer system has been established to provide the payload community a convenient means of querying the global VAPEPS data base. This guide describes the functions of the JPL Data Base Management Center and contains instructions for utilizing the resources of the center.

  9. Interactive water monitoring system accessible by cordless telephone

    NASA Astrophysics Data System (ADS)

    Volpicelli, Richard; Andeweg, Pierre; Hagar, William G.

    1985-12-01

    A battery-operated, microcomputer-controlled monitoring device linked with a cordless telephone has been developed for remote measurements. This environmental sensor is self-contained and collects and processes data according to the information sent to its on-board computer system. An RCA model 1805 microprocessor forms the basic controller with a program encoded in memory for data acquisition and analysis. Signals from analog sensing devices used to monitor the environment are converted into digital signals and stored in random access memory of the microcomputer. This remote sensing system is linked to the laboratory by means of a cordless telephone whose base unit is connected to regular telephone lines. This offshore sensing system is simply accessed by a phone call originating from a computer terminal in the laboratory. Data acquisition is initiated upon request: Information continues to be processed and stored until the computer is reprogrammed by another phone call request. Information obtained may be recalled by a phone call after the desired environmental measurements are finished or while they are in progress. Data sampling parameters may be reset at any time, including in the middle of a measurement cycle. The range of the system is limited only by existing telephone grid systems and by the transmission characteristics of the cordless phone used as a communications link. This use of a cordless telephone, coupled with the on-board computer system, may be applied to other field studies requiring data transfer between an on-site analytical system and the laboratory.

  10. New orientation and accessibility option for persons with visual impairment: transportation applications for remote infrared audible signage.

    PubMed

    Crandall, William; Bentzen, Billie Louise; Myers, Linda; Brabyn, John

    2001-05-01

    BACKGROUND: For a blind or visually impaired person, a vital prerequisite to accessing any feature of the built environment is being able to find this feature. Braille signs, even where available, do not replace the functions of print signage because they cannot be read from a distance. Remotely readable infrared signs utilise spoken infrared message transmissions to label key environmental features, so that a blind person with a suitable receiver can locate and identify them from a distance. METHODS: Three problems that are among the most challenging and dangerous faced by blind travellers are negotiating complex transit stations, locating bus stops and safely and efficiently crossing light-controlled intersections. We report the results of human factors studies using a remote infrared audible sign system (RIAS), Talking Signs(R), in these critical tasks, examining issues such as the amount of training needed to use the system, its impact on performance and safety, benefits for different population subgroups and user opinions of its value. RESULTS: Results are presented in the form of both objective performance measures and in subjects' ratings of the usefulness of the system in performing these tasks. Findings are that blind people can quickly and easily learn to use remote infrared audible signage effectively and that its use improves travel safety, efficiency and independence.? CONCLUSIONS: The technology provides equal access to a wide variety of public facilities.

  11. Remote Authentication: The Obvia Solution.

    ERIC Educational Resources Information Center

    Eckley, Tami-Jo

    1999-01-01

    This article focuses on Obvia Corporation, a New York-based company that offers remote data access (RDA) through a server software system allowing for an easy, controllable, cost-effective management solution to the remote access problem. Using Obvia's RDA service, librarians can focus on administrative and professional decisions and spend more…

  12. Web-based interactive access, analysis and comparison of remotely sensed and in situ measured temperature data

    NASA Astrophysics Data System (ADS)

    Eberle, Jonas; Urban, Marcel; Hüttich, Christian; Schmullius, Christiane

    2014-05-01

    Numerous datasets providing temperature information from meteorological stations or remote sensing satellites are available. However, the challenging issue is to search in the archives and process the time series information for further analysis. These steps can be automated for each individual product, if the pre-conditions are complied, e.g. data access through web services (HTTP, FTP) or legal rights to redistribute the datasets. Therefore a python-based package was developed to provide data access and data processing tools for MODIS Land Surface Temperature (LST) data, which is provided by NASA Land Processed Distributed Active Archive Center (LPDAAC), as well as the Global Surface Summary of the Day (GSOD) and the Global Historical Climatology Network (GHCN) daily datasets provided by NOAA National Climatic Data Center (NCDC). The package to access and process the information is available as web services used by an interactive web portal for simple data access and analysis. Tools for time series analysis were linked to the system, e.g. time series plotting, decomposition, aggregation (monthly, seasonal, etc.), trend analyses, and breakpoint detection. Especially for temperature data a plot was integrated for the comparison of two temperature datasets based on the work by Urban et al. (2013). As a first result, a kernel density plot compares daily MODIS LST from satellites Aqua and Terra with daily means from GSOD and GHCN datasets. Without any data download and data processing, the users can analyze different time series datasets in an easy-to-use web portal. As a first use case, we built up this complimentary system with remotely sensed MODIS data and in situ measurements from meteorological stations for Siberia within the Siberian Earth System Science Cluster (www.sibessc.uni-jena.de). References: Urban, Marcel; Eberle, Jonas; Hüttich, Christian; Schmullius, Christiane; Herold, Martin. 2013. "Comparison of Satellite-Derived Land Surface Temperature and Air

  13. An Interactive Web-Based Analysis Framework for Remote Sensing Cloud Computing

    NASA Astrophysics Data System (ADS)

    Wang, X. Z.; Zhang, H. M.; Zhao, J. H.; Lin, Q. H.; Zhou, Y. C.; Li, J. H.

    2015-07-01

    Spatiotemporal data, especially remote sensing data, are widely used in ecological, geographical, agriculture, and military research and applications. With the development of remote sensing technology, more and more remote sensing data are accumulated and stored in the cloud. An effective way for cloud users to access and analyse these massive spatiotemporal data in the web clients becomes an urgent issue. In this paper, we proposed a new scalable, interactive and web-based cloud computing solution for massive remote sensing data analysis. We build a spatiotemporal analysis platform to provide the end-user with a safe and convenient way to access massive remote sensing data stored in the cloud. The lightweight cloud storage system used to store public data and users' private data is constructed based on open source distributed file system. In it, massive remote sensing data are stored as public data, while the intermediate and input data are stored as private data. The elastic, scalable, and flexible cloud computing environment is built using Docker, which is a technology of open-source lightweight cloud computing container in the Linux operating system. In the Docker container, open-source software such as IPython, NumPy, GDAL, and Grass GIS etc., are deployed. Users can write scripts in the IPython Notebook web page through the web browser to process data, and the scripts will be submitted to IPython kernel to be executed. By comparing the performance of remote sensing data analysis tasks executed in Docker container, KVM virtual machines and physical machines respectively, we can conclude that the cloud computing environment built by Docker makes the greatest use of the host system resources, and can handle more concurrent spatial-temporal computing tasks. Docker technology provides resource isolation mechanism in aspects of IO, CPU, and memory etc., which offers security guarantee when processing remote sensing data in the IPython Notebook. Users can write

  14. Low-power resistive random access memory by confining the formation of conducting filaments

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Huang, Yi-Jen; Lee, Si-Chen, E-mail: sclee@ntu.edu.tw; Shen, Tzu-Hsien

    2016-06-15

    Owing to their small physical size and low power consumption, resistive random access memory (RRAM) devices are potential for future memory and logic applications in microelectronics. In this study, a new resistive switching material structure, TiO{sub x}/silver nanoparticles/TiO{sub x}/AlTiO{sub x}, fabricated between the fluorine-doped tin oxide bottom electrode and the indium tin oxide top electrode is demonstrated. The device exhibits excellent memory performances, such as low operation voltage (<±1 V), low operation power, small variation in resistance, reliable data retention, and a large memory window. The current-voltage measurement shows that the conducting mechanism in the device at the high resistancemore » state is via electron hopping between oxygen vacancies in the resistive switching material. When the device is switched to the low resistance state, conducting filaments are formed in the resistive switching material as a result of accumulation of oxygen vacancies. The bottom AlTiO{sub x} layer in the device structure limits the formation of conducting filaments; therefore, the current and power consumption of device operation are significantly reduced.« less

  15. Daily Access to Sucrose Impairs Aspects of Spatial Memory Tasks Reliant on Pattern Separation and Neural Proliferation in Rats

    ERIC Educational Resources Information Center

    Reichelt, Amy C.; Morris, Margaret J.; Westbrook, Reginald Frederick

    2016-01-01

    High sugar diets reduce hippocampal neurogenesis, which is required for minimizing interference between memories, a process that involves "pattern separation." We provided rats with 2 h daily access to a sucrose solution for 28 d and assessed their performance on a spatial memory task. Sucrose consuming rats discriminated between objects…

  16. Development of a generic system for real-time data access and remote control of multiple in-situ water quality monitoring instruments

    NASA Astrophysics Data System (ADS)

    Wright, S. A.; Bennett, G. E.; Andrews, T.; Melis, T. S.; Topping, D. J.

    2005-05-01

    Currently, in-situ monitoring of water quality parameters (e.g. water temperature, conductivity, turbidity) in the Colorado River ecosystem typically consists of deploying instruments in the river, retrieving them at a later date, downloading the datalogger, then examining the data; an arduous process in the remote settings of Grand Canyon. Under this protocol, data is not available real-time and there is no way to detect problems with the instrumentation until after retrieval. The next obvious stage in the development of in-situ monitoring in Grand Canyon was the advent of one-way telemetry, i.e. streaming data in real-time from the instrument to the office and/or the world-wide-web. This protocol allows for real-time access to data and the identification of instrumentation problems, but still requires a site visit to address instrument malfunctions, i.e. the user does not have the ability to remotely control the instrument. At some field sites, such as the Colorado River in Grand Canyon, site visitation is restricted by remoteness and lack of traditional access routes (i.e. roads). Even at less remote sites, it may still be desirable to have two-way communication with instruments in order to, for example, diagnose and potentially fix instrumentation problems, change sampling parameters to save battery power, etc., without having to visit the site. To this end, the U.S. Geological Survey, Grand Canyon Monitoring and Research Center, is currently developing and testing a high-speed, two-way communication system that allows for real-time data access and remote control of instrumentation. The approach tested relies on internet access and may be especially useful in areas where land-line or cellular connections are unavailable. The system is composed of off-the-shelf products, uses a commercial broadband satellite service, and is designed in a generic way such that any instrument that communicates through RS-232 communication (i.e. a serial port) is compatible with

  17. Durable fear memories require PSD-95

    PubMed Central

    Fitzgerald, Paul J.; Pinard, Courtney R.; Camp, Marguerite C.; Feyder, Michael; Sah, Anupam; Bergstrom, Hadley; Graybeal, Carolyn; Liu, Yan; Schlüter, Oliver; Grant, Seth G.N.; Singewald, Nicolas; Xu, Weifeng; Holmes, Andrew

    2014-01-01

    Traumatic fear memories are highly durable but also dynamic, undergoing repeated reactivation and rehearsal over time. While overly persistent fear memories underlie anxiety disorders such as posttraumatic stress disorder, the key neural and molecular mechanisms underlying fear memory durability remain unclear. Post-synaptic density 95 (PSD-95) is a synaptic protein regulating glutamate receptor anchoring, synaptic stability and certain types of memory. Employing a loss-of-function mutant mouse lacking the guanylate kinase domain of PSD-95 (PSD-95GK), we analyzed the contribution of PSD-95 to fear memory formation and retrieval, and sought to identify the neural basis of PSD-95-mediated memory maintenance using ex vivo immediate-early gene mapping, in vivo neuronal recordings and viral-mediated knockdown approaches. We show that PSD-95 is dispensable for the formation and expression of recent fear memories, but essential for the formation of precise and flexible fear memories and for the maintenance of memories at remote time points. The failure of PSD-95GK mice to retrieve remote cued fear memories was associated with hypoactivation of the infralimbic cortex (IL) (not anterior cingulate (ACC) or prelimbic cortex), reduced IL single-unit firing and bursting, and attenuated IL gamma and theta oscillations. Adeno-associated PSD-95 virus-mediated knockdown in the IL, not ACC, was sufficient to impair recent fear extinction and remote fear memory, and remodel IL dendritic spines. Collectively, these data identify PSD-95 in the IL as a critical mechanism supporting the durability of fear memories over time. These preclinical findings have implications for developing novel approaches to treating trauma-based anxiety disorders that target the weakening of overly persistent fear memories. PMID:25510511

  18. Plastic Deformation and Failure Analysis of Phase Change Random Access Memory

    NASA Astrophysics Data System (ADS)

    Yang; Hongxin; Shi; Luping; Lee; Koon, Hock; Zhao; Rong; Li; Jianming; Lim; Guan, Kian; Chong; Chong, Tow

    2009-04-01

    Although lateral phase change random access memory (PCRAM) has attracted a lot of interest due to its simpler fabrication process and lower current compared to ovonic unified memory (OUM), it faces a problem of poor lifetime. This paper studied relation between plastic deformation and the failure of PCRAM through both experiment and simulation. OUM and lateral PCRAM incorporating Ge2Sb2Te5 were fabricated and tested. The overwriting test showed that lifetime of OUM exceeded 106 while that of lateral PCRAM was only about 100. Using atomic force microscopy (AFM), it was found that the plastic deformation after 106 overwriting reached several tens of nm for lateral PCRAM while it was negligible for OUM. The thermo-mechanical simulation results confirmed the similar results on larger plastic deformation of lateral PCRAM than that of OUM during overwriting. As plastic deformation involves of atomic bonds breaking and reforming in phase change material, the plastic deformation may be one main reason for the failure of lateral PCRAM.

  19. Elevated-Confined Phase-Change Random Access Memory Cells

    NASA Astrophysics Data System (ADS)

    Lee; Koon, Hock; Shi; Luping; Zhao; Rong; Yang; Hongxin; Lim; Guan, Kian; Li; Jianming; Chong; Chong, Tow

    2010-04-01

    A new elevated-confined phase-change random access memory (PCRAM) cell structure to reduce power consumption was proposed. In this proposed structure, the confined phase-change region is sitting on top of a small metal column enclosed by a dielectric at the sides. Hence, more heat can be effectively sustained underneath the phase-change region. As for the conventional structure, the confined phase-change region is sitting directly above a large planar bottom metal electrode, which can easily conduct most of the induced heat away. From simulations, a more uniform temperature profile around the active region and a higher peak temperature at the phase-change layer (PCL) in an elevated-confined structure were observed. Experimental results showed that the elevated-confined PCRAM cell requires a lower programming power and has a better scalability than a conventional confined PCRAM cell.

  20. Spectrotemporal processing drives fast access to memory traces for spoken words.

    PubMed

    Tavano, A; Grimm, S; Costa-Faidella, J; Slabu, L; Schröger, E; Escera, C

    2012-05-01

    The Mismatch Negativity (MMN) component of the event-related potentials is generated when a detectable spectrotemporal feature of the incoming sound does not match the sensory model set up by preceding repeated stimuli. MMN is enhanced at frontocentral scalp sites for deviant words when compared to acoustically similar deviant pseudowords, suggesting that automatic access to long-term memory traces for spoken words contributes to MMN generation. Does spectrotemporal feature matching also drive automatic lexical access? To test this, we recorded human auditory event-related potentials (ERPs) to disyllabic spoken words and pseudowords within a passive oddball paradigm. We first aimed at replicating the word-related MMN enhancement effect for Spanish, thereby adding to the available cross-linguistic evidence (e.g., Finnish, English). We then probed its resilience to spectrotemporal perturbation by inserting short (20 ms) and long (120 ms) silent gaps between first and second syllables of deviant and standard stimuli. A significantly enhanced, frontocentrally distributed MMN to deviant words was found for stimuli with no gap. The long gap yielded no deviant word MMN, showing that prior expectations of word form limits in a given language influence deviance detection processes. Crucially, the insertion of a short gap suppressed deviant word MMN enhancement at frontocentral sites. We propose that spectrotemporal point-wise matching constitutes a core mechanism for fast serial computations in audition and language, bridging sensory and long-term memory systems. Copyright © 2012 Elsevier Inc. All rights reserved.

  1. On-Line Remote Catalog Access and Circulation Control System. Part I: Functional Specifications. Part II: User's Manual.

    ERIC Educational Resources Information Center

    International Business Machines Corp., Gaithersburg, MD. Data Processing Div.

    The Ohio State University Libraries On-line Remote Catalog Access and Circulation Control System (LCS) began on-line operations with the conversion of one department library in November 1970. By December all 26 libraries had been converted to the automated system and LCS was fully operational one month ahead of schedule. LCS is designed as a…

  2. Encoding and retrieval processes involved in the access of source information in the absence of item memory.

    PubMed

    Ball, B Hunter; DeWitt, Michael R; Knight, Justin B; Hicks, Jason L

    2014-09-01

    The current study sought to examine the relative contributions of encoding and retrieval processes in accessing contextual information in the absence of item memory using an extralist cuing procedure in which the retrieval cues used to query memory for contextual information were related to the target item but never actually studied. In Experiments 1 and 2, participants studied 1 category member (e.g., onion) from a variety of different categories and at test were presented with an unstudied category label (e.g., vegetable) to probe memory for item and source information. In Experiments 3 and 4, 1 member of unidirectional (e.g., credit or card) or bidirectional (e.g., salt or pepper) associates was studied, whereas the other unstudied member served as a test probe. When recall failed, source information was accessible only when items were processed deeply during encoding (Experiments 1 and 2) and when there was strong forward associative strength between the retrieval cue and target (Experiments 3 and 4). These findings suggest that a retrieval probe diagnostic of semantically related item information reinstantiates information bound in memory during encoding that results in reactivation of associated contextual information, contingent upon sufficient learning of the item itself and the association between the item and its context information.

  3. Episodic memory, semantic memory, and amnesia.

    PubMed

    Squire, L R; Zola, S M

    1998-01-01

    Episodic memory and semantic memory are two types of declarative memory. There have been two principal views about how this distinction might be reflected in the organization of memory functions in the brain. One view, that episodic memory and semantic memory are both dependent on the integrity of medial temporal lobe and midline diencephalic structures, predicts that amnesic patients with medial temporal lobe/diencephalic damage should be proportionately impaired in both episodic and semantic memory. An alternative view is that the capacity for semantic memory is spared, or partially spared, in amnesia relative to episodic memory ability. This article reviews two kinds of relevant data: 1) case studies where amnesia has occurred early in childhood, before much of an individual's semantic knowledge has been acquired, and 2) experimental studies with amnesic patients of fact and event learning, remembering and knowing, and remote memory. The data provide no compelling support for the view that episodic and semantic memory are affected differently in medial temporal lobe/diencephalic amnesia. However, episodic and semantic memory may be dissociable in those amnesic patients who additionally have severe frontal lobe damage.

  4. Fast-responder: Rapid mobile-phone access to recent remote sensing imagery for first responders

    NASA Astrophysics Data System (ADS)

    Talbot, L. M.; Talbot, B. G.

    We introduce Fast-Responder, a novel prototype data-dissemination application and architecture concept to rapidly deliver remote sensing imagery to smartphones to enable situational awareness. The architecture implements a Fast-Earth image caching system on the phone and interacts with a Fast-Earth server. Prototype evaluation successfully demonstrated that National Guard users could select a location, download multiple remote sensing images, and flicker between images, all in less than a minute on a 3G mobile commercial link. The Fast-Responder architecture is a significant advance that is designed to meet the needs of mobile users, such as National Guard response units, to rapidly access information during a crisis, such as a natural or man-made disaster. This paper focuses on the architecture design and advanced user interface concepts for small-screens for highly active mobile users. Novel Fast-Responder concepts can also enable rapid dissemination and evaluation of imagery on the desktop, opening new technology horizons for both desktop and mobile users.

  5. AquaUsers: Improving access to remotely sensed data for non-specialists

    NASA Astrophysics Data System (ADS)

    Clements, Oliver; Walker, Peter; Calton, Ben; Miller, Peter

    2015-04-01

    In recent years more and more complex remotely sensed data have been made available to the public by national and international agencies. These data are also reprocessed by different organisations to produce secondary products that are of specific need to a community. For instance the production of chlorophyll concentration maps from ocean colour data provided by NASA for the marine community. Providing access to such data has normally been focused on simply making the data available with appropriate metadata so that domain specialists can make use of it. One area that has seen significant investment, both of time and money, has been in the production of web based data portals. Primarily these have focused on spatial data. By providing a web map visualisation users are able to quickly assess both spatial coverage and data values. Data portal improvements have been possible thanks to advancements in back end data servers such as Thredds and ncWMS as well as improvements in front-end libraries for data visualisation including OpenLayers and D3. Data portals that make use of these technological advancements have aimed at improving the access and use of data by trained scientific domain specialists. There is now a push to improve access to these systems by non-scientific domain specialists through several European Commission funded projects, including OPEC and AquaUsers. These projects have improved upon an open source web GIS portal created by Plymouth Marine Laboratory [https://github.com/pmlrsg/GISportal]. We will present the latest version of our GIS portal, discuss the designs steps taken to achieve the latest build and share user stories as to how non-domain specialists are now able to utilise the system and get benefits from remotely sensed data. A first version was produced and disseminated to end users for feedback. At this stage the end users included government advisors, fish farmers and scientific groups with no specific GIS training or knowledge. This

  6. Single Event Upset in Static Random Access Memories in Atmospheric Neutron Environments

    NASA Astrophysics Data System (ADS)

    Arita, Yutaka; Takai, Mikio; Ogawa, Izumi; Kishimoto, Tadafumi

    2003-07-01

    Single-event upsets (SEUs) in a 0.4 μm 4 Mbit complementary metal oxide semiconductor (CMOS) static random access memory (SRAM) were investigated in various atmospheric neutron environments at sea level, at an altitude of 2612 m mountain, at an altitude of commercial airplane, and at an underground depth of 476 m. Neutron-induced SEUs increase with the increase in altitude. For a device with a borophosphosilicate glass (BPSG) film, SEU rates induced by thermal neutrons increase with the decrease in the cell charge of a memory cell. A thermal neutron-induced SEU is significant in SRAMs with a small cell charge. With the conditions of small cell charge, thermal neutron-induced SEUs account for 60% or more of the total neutron-induced SEUs. The SEU rate induced by atmospheric thermal neutrons can be estimated by an acceleration test using 252Cf.

  7. On-line access to remote sensing data with the satellite-data information system (ISIS)

    NASA Astrophysics Data System (ADS)

    Strunz, G.; Lotz-Iwen, H.-J.

    1994-08-01

    The German Remote Sensing Data Center (DFD) is developing the satellite-data information system ISIS as central interface for users to access Earth observation data. ISIS has been designed to support international scientific research as well as operational applications by offering online database access via public networks, and is integrated in the international activities dedicated to catalogue and archive interoperability. A prototype of ISIS is already in use within the German Processing and Archiving Facility for ERS-1 for the storage and retrieval of digital SAR quicklook products and for the Radarmap of Germany. An operational status of the system is envisaged for the launch of ERS-2. The paper in hand describes the underlying concepts of ISIS and the recent state of realization. It explains the overall structure of the system and the functionality of each of its components. Emphasis is put on the description of the advisory system, the catalogue retrieval, and the online access and transfer of image data. Finally, the integration into a future global environmental data network is outlined.

  8. The electrophysiological correlates of recent and remote recollection.

    PubMed

    Roberts, J S; Tsivilis, D; Mayes, A R

    2013-09-01

    Research using event related potentials (ERPs) to explore recognition memory has linked late parietal old/new effects to the recollection of episodic information. In the vast majority of these studies, the retrieval phase immediately follows encoding and consequently, very little is known about the ERP correlates of long term recollection. This is despite the fact that in other areas of the memory literature there is considerable interest in consolidation theories and the way episodic memory changes over time. The present study explored the idea that consolidation and forgetting processes operating over a moderate retention interval can alter the ERP markers of recollection memory. A remember/know test probed memory for stimuli studied either 15 minutes (recent memory) or 1 week (remote memory) prior to the test phase. Results revealed an attenuated late parietal effect for remote compared to recent remember responses, a finding that remained significant even when these recognition judgments were matched for reaction time. Experiments 2a and 2b identified characteristic differences between recent and remote recognition at the behavioural level. The 1 week delay produced an overall decline in recognition confidence and a dramatic loss of episodic detail. These behavioural changes are thought to underlie the ERP effects reported in the first experiment. The results highlight that although the neural basis of memory may exhibit significant changes as the length of the retention interval increases, it is important to consider the extent to which this is a direct effect of time or an indirect effect due to changes in memory quality, such as the amount of detail that can be recollected. © 2013 Elsevier Ltd. All rights reserved.

  9. Hippocampal declarative memory supports gesture production: Evidence from amnesia

    PubMed Central

    Hilliard, Caitlin; Cook, Susan Wagner; Duff, Melissa C.

    2016-01-01

    Spontaneous co-speech hand gestures provide a visuospatial representation of what is being communicated in spoken language. Although it is clear that gestures emerge from representations in memory for what is being communicated (De Ruiter, 1998; Wesp, Hesse, Keutmann, & Wheaton, 2001), the mechanism supporting the relationship between gesture and memory is unknown. Current theories of gesture production posit that action – supported by motor areas of the brain – is key in determining whether gestures are produced. We propose that when and how gestures are produced is determined in part by hippocampally-mediated declarative memory. We examined the speech and gesture of healthy older adults and of memory-impaired patients with hippocampal amnesia during four discourse tasks that required accessing episodes and information from the remote past. Consistent with previous reports of impoverished spoken language in patients with hippocampal amnesia, we predicted that these patients, who have difficulty generating multifaceted declarative memory representations, may in turn have impoverished gesture production. We found that patients gestured less overall relative to healthy comparison participants, and that this was particularly evident in tasks that may rely more heavily on declarative memory. Thus, gestures do not just emerge from the motor representation activated for speaking, but are also sensitive to the representation available in hippocampal declarative memory, suggesting a direct link between memory and gesture production. PMID:27810497

  10. Remote access and care: A comparison of Queensland women's maternity care experience according to area of residence.

    PubMed

    Hennegan, Julie; Kruske, Sue; Redshaw, Maggie

    2014-12-01

    This study fills a gap in the literature with a quantitative comparison of the maternity care experiences of women in different geographic locations in Queensland, Australia. Data from a large-scale survey were used to compare women's care experiences according to Australian Standard Geographical Classification (major city, inner regional, outer regional, remote and very remote). Compared to the other groups, women from remote or very remote areas were more likely to be younger, live in an area with poorer economic resources, identify as Aboriginal and/or Torres Strait Islander and give birth in a public facility. They were more likely to travel to another city, town or community for birth. In adjusted analyses women from remote areas were less likely to have interventions such as electronic fetal monitoring, but were more likely to give birth in an upright position and be able to move around during labour. Women from remote areas did not differ significantly from women from major cities in their satisfaction with interpersonal care. Antenatal and postpartum care was lacking for rural women. In adjusted analyses they were much less likely to have booked for maternity care by 18 weeks gestation, to be telephoned or visited by a care provider in the first 10 days after birth. Despite these differences, women from remote areas were more likely to be breastfeeding at 13 weeks and confident in caring for their baby at home. Findings support qualitative assertions that remote and rural women are disadvantaged in their access to antenatal and postnatal care by the need to travel for birth, however, other factors such as age were more likely to be significant barriers to high quality interpersonal care. Improvements to maternity services are needed in order to address inequalities in maternity care particularly in the postnatal period. Copyright © 2014 Australian College of Midwives. Published by Elsevier Ltd. All rights reserved.

  11. Durable fear memories require PSD-95.

    PubMed

    Fitzgerald, P J; Pinard, C R; Camp, M C; Feyder, M; Sah, A; Bergstrom, H C; Graybeal, C; Liu, Y; Schlüter, O M; Grant, S G; Singewald, N; Xu, W; Holmes, A

    2015-07-01

    Traumatic fear memories are highly durable but also dynamic, undergoing repeated reactivation and rehearsal over time. Although overly persistent fear memories underlie anxiety disorders, such as posttraumatic stress disorder, the key neural and molecular mechanisms underlying fear memory durability remain unclear. Postsynaptic density 95 (PSD-95) is a synaptic protein regulating glutamate receptor anchoring, synaptic stability and certain types of memory. Using a loss-of-function mutant mouse lacking the guanylate kinase domain of PSD-95 (PSD-95(GK)), we analyzed the contribution of PSD-95 to fear memory formation and retrieval, and sought to identify the neural basis of PSD-95-mediated memory maintenance using ex vivo immediate-early gene mapping, in vivo neuronal recordings and viral-mediated knockdown (KD) approaches. We show that PSD-95 is dispensable for the formation and expression of recent fear memories, but essential for the formation of precise and flexible fear memories and for the maintenance of memories at remote time points. The failure of PSD-95(GK) mice to retrieve remote cued fear memory was associated with hypoactivation of the infralimbic (IL) cortex (but not the anterior cingulate cortex (ACC) or prelimbic cortex), reduced IL single-unit firing and bursting, and attenuated IL gamma and theta oscillations. Adeno-associated virus-mediated PSD-95 KD in the IL, but not the ACC, was sufficient to impair recent fear extinction and remote fear memory, and remodel IL dendritic spines. Collectively, these data identify PSD-95 in the IL as a critical mechanism supporting the durability of fear memories over time. These preclinical findings have implications for developing novel approaches to treating trauma-based anxiety disorders that target the weakening of overly persistent fear memories.

  12. Remotely Sensed Land Imagery and Access Systems: USGS Updates

    NASA Astrophysics Data System (ADS)

    Lamb, R.; Pieschke, R.; Lemig, K.

    2017-12-01

    The U.S. Geological Survey (USGS) Earth Resources Observation and Science (EROS) Center has implemented a number of updates to its suite of remotely sensed products and distribution systems. These changes will greatly expand the availability, accessibility, and usability of the image products from USGS. As of late 2017, several new datasets are available for public download at no charge from USGS/EROS Center. These products include Multispectral Instrument (MSI) Level-1C data from the Sentinel-2B satellite, which was launched in March 2017. Along with Sentinel-2A, the Sentinel-2B images are now being distributed through USGS systems as part of a collaborative effort with the European Space Agency (ESA). The Sentinel-2 imagery is highly complementary to multispectral data collected by the USGS Landsat 7 and 8 satellites. With these two missions operating together, the potential local revisit rate can be reduced to 2-4 days. Another product addition is Resourcesat-2 data acquired over the United States by the Indian Space Research Organisation (ISRO). The Resourcesat-2 products from USGS consist of Advanced Wide Field Sensor (AWiFS) and Linear Imaging Self-Scanning Sensor Three (LISS-3) images acquired August 2016 to present. In an effort to maximize future Landsat data interoperability, including time series analysis of the 45+ year archive, the reprocessing of Collection 1 for all historical Landsat Level 1 products is nearly complete. The USGS is now working on operational release of higher-level science products to support analysis of the Landsat archive at the pixel level. Major upgrades were also completed in 2017 for several USGS data discovery and access systems, including the LandsatLook Viewer (https://landsatlook.usgs.gov/) and GloVis Tool (https://glovis.usgs.gov/). Other options are now being developed to further enhance data access and overall user experience. These future options will be discussed and community feedback will be encouraged.

  13. Assessing the Engagement, Learning, and Overall Experience of Students Operating an Atomic Absorption Spectrophotometer with Remote Access Technology

    ERIC Educational Resources Information Center

    Erasmus, Daniel J.; Brewer, Sharon E.; Cinel, Bruno

    2015-01-01

    The use of internet-based technologies in the teaching of laboratories has emerged as a promising education tool. This study evaluated the effectiveness of using remote access technology to operate an atomic absorption spectrophotometer in analyzing the iron content in a crude myoglobin extract. Sixty-two students were surveyed on their level of…

  14. Age differences in perceptions of memory strategy effectiveness for recent and remote memory.

    PubMed

    Lineweaver, Tara T; Horhota, Michelle; Crumley, Jessica; Geanon, Catherine T; Juett, Jacqueline J

    2018-03-01

    We examined whether young and older adults hold different beliefs about the effectiveness of memory strategies for specific types of memory tasks and whether memory strategies are perceived to be differentially effective for young, middle-aged, and older targets. Participants rated the effectiveness of five memory strategies for 10 memory tasks at three target ages (20, 50, and 80 years old). Older adults did not strongly differentiate strategy effectiveness, viewing most strategies as similarly effective across memory tasks. Young adults held strategy-specific beliefs, endorsing external aids and physical health as more effective than a positive attitude or internal strategies, without substantial differentiation based on task. We also found differences in anticipated strategy effectiveness for targets of different ages. Older adults described cognitive and physical health strategies as more effective for older than middle-aged targets, whereas young adults expected these strategies to be equally effective for middle-aged and older target adults.

  15. Time Patterns in Remote OPAC Use.

    ERIC Educational Resources Information Center

    Lucas, Thomas A.

    1993-01-01

    Describes a transaction log analysis of the New York Public Library research libraries' OPAC (online public access catalog). Much of the remote searching occurred when the libraries were closed and was more evenly distributed than internal searching, demonstrating that remote searching could expand access and reduce peak system loads. (Contains…

  16. Memory for recently accessed visual attributes.

    PubMed

    Jiang, Yuhong V; Shupe, Joshua M; Swallow, Khena M; Tan, Deborah H

    2016-08-01

    Recent reports have suggested that the attended features of an item may be rapidly forgotten once they are no longer relevant for an ongoing task (attribute amnesia). This finding relies on a surprise memory procedure that places high demands on declarative memory. We used intertrial priming to examine whether the representation of an item's identity is lost completely once it becomes task irrelevant. If so, then the identity of a target on one trial should not influence performance on the next trial. In 3 experiments, we replicated the finding that a target's identity is poorly recognized in a surprise memory test. However, we also observed location and identity repetition priming across consecutive trials. These data suggest that, although explicit recognition on a surprise memory test may be impaired, some information about a particular target's identity can be retained after it is no longer needed for a task. (PsycINFO Database Record (c) 2016 APA, all rights reserved).

  17. Twin-bit via resistive random access memory in 16 nm FinFET logic technologies

    NASA Astrophysics Data System (ADS)

    Shih, Yi-Hong; Hsu, Meng-Yin; King, Ya-Chin; Lin, Chrong Jung

    2018-04-01

    A via resistive random access memory (RRAM) cell fully compatible with the standard CMOS logic process has been successfully demonstrated for high-density logic nonvolatile memory (NVM) modules in advanced FinFET circuits. In this new cell, the transition metal layers are formed on both sides of a via, given two storage bits per via. In addition to its compact cell area (1T + 14 nm × 32 nm), the twin-bit via RRAM cell features a low operation voltage, a large read window, good data retention, and excellent cycling capability. As fine alignments between mask layers become possible, the twin-bit via RRAM cell is expected to be highly scalable in advanced FinFET technology.

  18. Overview of emerging nonvolatile memory technologies

    PubMed Central

    2014-01-01

    Nonvolatile memory technologies in Si-based electronics date back to the 1990s. Ferroelectric field-effect transistor (FeFET) was one of the most promising devices replacing the conventional Flash memory facing physical scaling limitations at those times. A variant of charge storage memory referred to as Flash memory is widely used in consumer electronic products such as cell phones and music players while NAND Flash-based solid-state disks (SSDs) are increasingly displacing hard disk drives as the primary storage device in laptops, desktops, and even data centers. The integration limit of Flash memories is approaching, and many new types of memory to replace conventional Flash memories have been proposed. Emerging memory technologies promise new memories to store more data at less cost than the expensive-to-build silicon chips used by popular consumer gadgets including digital cameras, cell phones and portable music players. They are being investigated and lead to the future as potential alternatives to existing memories in future computing systems. Emerging nonvolatile memory technologies such as magnetic random-access memory (MRAM), spin-transfer torque random-access memory (STT-RAM), ferroelectric random-access memory (FeRAM), phase-change memory (PCM), and resistive random-access memory (RRAM) combine the speed of static random-access memory (SRAM), the density of dynamic random-access memory (DRAM), and the nonvolatility of Flash memory and so become very attractive as another possibility for future memory hierarchies. Many other new classes of emerging memory technologies such as transparent and plastic, three-dimensional (3-D), and quantum dot memory technologies have also gained tremendous popularity in recent years. Subsequently, not an exaggeration to say that computer memory could soon earn the ultimate commercial validation for commercial scale-up and production the cheap plastic knockoff. Therefore, this review is devoted to the rapidly developing new

  19. Overview of emerging nonvolatile memory technologies.

    PubMed

    Meena, Jagan Singh; Sze, Simon Min; Chand, Umesh; Tseng, Tseung-Yuen

    2014-01-01

    Nonvolatile memory technologies in Si-based electronics date back to the 1990s. Ferroelectric field-effect transistor (FeFET) was one of the most promising devices replacing the conventional Flash memory facing physical scaling limitations at those times. A variant of charge storage memory referred to as Flash memory is widely used in consumer electronic products such as cell phones and music players while NAND Flash-based solid-state disks (SSDs) are increasingly displacing hard disk drives as the primary storage device in laptops, desktops, and even data centers. The integration limit of Flash memories is approaching, and many new types of memory to replace conventional Flash memories have been proposed. Emerging memory technologies promise new memories to store more data at less cost than the expensive-to-build silicon chips used by popular consumer gadgets including digital cameras, cell phones and portable music players. They are being investigated and lead to the future as potential alternatives to existing memories in future computing systems. Emerging nonvolatile memory technologies such as magnetic random-access memory (MRAM), spin-transfer torque random-access memory (STT-RAM), ferroelectric random-access memory (FeRAM), phase-change memory (PCM), and resistive random-access memory (RRAM) combine the speed of static random-access memory (SRAM), the density of dynamic random-access memory (DRAM), and the nonvolatility of Flash memory and so become very attractive as another possibility for future memory hierarchies. Many other new classes of emerging memory technologies such as transparent and plastic, three-dimensional (3-D), and quantum dot memory technologies have also gained tremendous popularity in recent years. Subsequently, not an exaggeration to say that computer memory could soon earn the ultimate commercial validation for commercial scale-up and production the cheap plastic knockoff. Therefore, this review is devoted to the rapidly developing new

  20. The Neural Substrates of Recognition Memory for Verbal Information: Spanning the Divide between Short- and Long-Term Memory

    ERIC Educational Resources Information Center

    Buchsbaum, Bradley R.; Padmanabhan, Aarthi; Berman, Karen Faith

    2011-01-01

    One of the classic categorical divisions in the history of memory research is that between short-term and long-term memory. Indeed, because memory for the immediate past (a few seconds) and memory for the relatively more remote past (several seconds and beyond) are assumed to rely on distinct neural systems, more often than not, memory research…

  1. Direct access inter-process shared memory

    DOEpatents

    Brightwell, Ronald B; Pedretti, Kevin; Hudson, Trammell B

    2013-10-22

    A technique for directly sharing physical memory between processes executing on processor cores is described. The technique includes loading a plurality of processes into the physical memory for execution on a corresponding plurality of processor cores sharing the physical memory. An address space is mapped to each of the processes by populating a first entry in a top level virtual address table for each of the processes. The address space of each of the processes is cross-mapped into each of the processes by populating one or more subsequent entries of the top level virtual address table with the first entry in the top level virtual address table from other processes.

  2. High-density magnetoresistive random access memory operating at ultralow voltage at room temperature.

    PubMed

    Hu, Jia-Mian; Li, Zheng; Chen, Long-Qing; Nan, Ce-Wen

    2011-11-22

    The main bottlenecks limiting the practical applications of current magnetoresistive random access memory (MRAM) technology are its low storage density and high writing energy consumption. Although a number of proposals have been reported for voltage-controlled memory device in recent years, none of them simultaneously satisfy the important device attributes: high storage capacity, low power consumption and room temperature operation. Here we present, using phase-field simulations, a simple and new pathway towards high-performance MRAMs that display significant improvements over existing MRAM technologies or proposed concepts. The proposed nanoscale MRAM device simultaneously exhibits ultrahigh storage capacity of up to 88 Gb inch(-2), ultralow power dissipation as low as 0.16 fJ per bit and room temperature high-speed operation below 10 ns.

  3. High-density magnetoresistive random access memory operating at ultralow voltage at room temperature

    PubMed Central

    Hu, Jia-Mian; Li, Zheng; Chen, Long-Qing; Nan, Ce-Wen

    2011-01-01

    The main bottlenecks limiting the practical applications of current magnetoresistive random access memory (MRAM) technology are its low storage density and high writing energy consumption. Although a number of proposals have been reported for voltage-controlled memory device in recent years, none of them simultaneously satisfy the important device attributes: high storage capacity, low power consumption and room temperature operation. Here we present, using phase-field simulations, a simple and new pathway towards high-performance MRAMs that display significant improvements over existing MRAM technologies or proposed concepts. The proposed nanoscale MRAM device simultaneously exhibits ultrahigh storage capacity of up to 88 Gb inch−2, ultralow power dissipation as low as 0.16 fJ per bit and room temperature high-speed operation below 10 ns. PMID:22109527

  4. How primary health care staff working in rural and remote areas access skill development and expertise to support health promotion practice.

    PubMed

    McFarlane, Kathryn A; Judd, Jenni; Wapau, Hylda; Nichols, Nina; Watt, Kerrianne; Devine, Sue

    2018-05-01

    Health promotion is a key component of comprehensive primary health care. Health promotion approaches complement healthcare management by enabling individuals to increase control over their health. Many primary healthcare staff have a role to play in health promotion practice, but their ability to integrate health promotion into practice is influenced by their previous training and experience. For primary healthcare staff working in rural and remote locations, access to professional development can be limited by what is locally available and prohibitive in terms of cost for travel and accommodation. This study provides insight into how staff at a large north Queensland Aboriginal community controlled health service access skill development and health promotion expertise to support their work. A qualitative exploratory study was conducted. Small group and individual semi-structured interviews were conducted with staff at Apunipima Cape York Health Council (n=9). A purposive sampling method was used to recruit participants from a number of primary healthcare teams that were more likely to be involved in health promotion work. Both on-the-ground staff and managers were interviewed. All participants were asked how they access skill development and expertise in health promotion practice and what approaches they prefer for ongoing health promotion support. The interviews were transcribed verbatim and analysed thematically. All participants valued access to skill development, advice and support that would assist their health promotion practice. Skill development and expertise in health promotion was accessed from a variety of sources: conferences, workshops, mentoring or shared learning from internal and external colleagues, and access to online information and resources. With limited funds and limited access to professional development locally, participants fostered external and internal organisational relationships to seek in-kind advice and support. Irrespective of

  5. Memory for Recently Accessed Visual Attributes

    ERIC Educational Resources Information Center

    Jiang, Yuhong V.; Shupe, Joshua M.; Swallow, Khena M.; Tan, Deborah H.

    2016-01-01

    Recent reports have suggested that the attended features of an item may be rapidly forgotten once they are no longer relevant for an ongoing task (attribute amnesia). This finding relies on a surprise memory procedure that places high demands on declarative memory. We used intertrial priming to examine whether the representation of an item's…

  6. The contribution to immediate serial recall of rehearsal, search speed, access to lexical memory, and phonological coding: an investigation at the construct level.

    PubMed

    Tehan, Gerald; Fogarty, Gerard; Ryan, Katherine

    2004-07-01

    Rehearsal speed has traditionally been seen to be the prime determinant of individual differences in memory span. Recent studies, in the main using young children as the participant population, have suggested other contributors to span performance. In the present research, we used structural equation modeling to explore, at the construct level, individual differences in immediate serial recall with respect to rehearsal, search, phonological coding, and speed of access to lexical memory. We replicated standard short-term phenomena; we showed that the variables that influence children's span performance influence adult performance in the same way; and we showed that speed of access to lexical memory and facility with phonological codes appear to be more potent sources of individual differences in immediate memory than is either rehearsal speed or search factors.

  7. Improved Writing-Conductor Designs For Magnetic Memory

    NASA Technical Reports Server (NTRS)

    Wu, Jiin-Chuan; Stadler, Henry L.; Katti, Romney R.

    1994-01-01

    Writing currents reduced to practical levels. Improved conceptual designs for writing conductors in micromagnet/Hall-effect random-access integrated-circuit memory reduces electrical current needed to magnetize micromagnet in each memory cell. Basic concept of micromagnet/Hall-effect random-access memory presented in "Magnetic Analog Random-Access Memory" (NPO-17999).

  8. Integrated Web-Based Access to and use of Satellite Remote Sensing Data for Improved Decision Making in Hydrologic Applications

    NASA Astrophysics Data System (ADS)

    Teng, W.; Chiu, L.; Kempler, S.; Liu, Z.; Nadeau, D.; Rui, H.

    2006-12-01

    Using NASA satellite remote sensing data from multiple sources for hydrologic applications can be a daunting task and requires a detailed understanding of the data's internal structure and physical implementation. Gaining this understanding and applying it to data reduction is a time-consuming task that must be undertaken before the core investigation can begin. In order to facilitate such investigations, the NASA Goddard Earth Sciences Data and Information Services Center (GES DISC) has developed the GES-DISC Interactive Online Visualization ANd aNalysis Infrastructure or "Giovanni," which supports a family of Web interfaces (instances) that allow users to perform interactive visualization and analysis online without downloading any data. Two such Giovanni instances are particularly relevant to hydrologic applications: the Tropical Rainfall Measuring Mission (TRMM) Online Visualization and Analysis System (TOVAS) and the Agricultural Online Visualization and Analysis System (AOVAS), both highly popular and widely used for a variety of applications, including those related to several NASA Applications of National Priority, such as Agricultural Efficiency, Disaster Management, Ecological Forecasting, Homeland Security, and Public Health. Dynamic, context- sensitive Web services provided by TOVAS and AOVAS enable users to seamlessly access NASA data from within, and deeply integrate the data into, their local client environments. One example is between TOVAS and Florida International University's TerraFly, a Web-enabled system that serves a broad segment of the research and applications community, by facilitating access to various textual, remotely sensed, and vector data. Another example is between AOVAS and the U.S. Department of Agriculture Foreign Agricultural Service (USDA FAS)'s Crop Explorer, the primary decision support tool used by FAS to monitor the production, supply, and demand of agricultural commodities worldwide. AOVAS is also part of GES DISC

  9. Nanoscale CuO solid-electrolyte-based conductive-bridging, random-access memory cell with a TiN liner

    NASA Astrophysics Data System (ADS)

    Lee, Jong-Sun; Kim, Dong-Won; Kim, Hea-Jee; Jin, Soo-Min; Song, Myung-Jin; Kwon, Ki-Hyun; Park, Jea-Gun; Jalalah, Mohammed; Al-Hajry, Ali

    2018-01-01

    The Conductive-bridge random-access memory (CBRAM) cell is a promising candidate for a terabit-level non-volatile memory due to its remarkable advantages. We present for the first time TiN as a diffusion barrier in CBRAM cells for enhancing their reliability. CuO solid-electrolyte-based CBRAM cells implemented with a 0.1-nm TiN liner demonstrated better non-volatile memory characteristics such as 106 AC write/erase endurance cycles with 100-μs AC pulse width and a long retention time of 7.4-years at 85 °C. In addition, the analysis of Ag diffusion in the CBRAM cell suggests that the morphology of the Ag filaments in the electrolyte can be effectively controlled by tuning the thickness of the TiN liner. These promising results pave the way for faster commercialization of terabit-level non-volatile memories.

  10. Temperature dependent characteristics of the random telegraph noise on contact resistive random access memory

    NASA Astrophysics Data System (ADS)

    Chang, Liang-Shun; Lin, Chrong Jung; King, Ya-Chin

    2014-01-01

    The temperature dependent characteristics of the random telegraphic noise (RTN) on contact resistive random access memory (CRRAM) are studied in this work. In addition to the bi-level switching, the occurrences of the middle states in the RTN signal are investigated. Based on the unique its temperature dependent characteristics, a new temperature sensing scheme is proposed for applications in ultra-low power sensor modules.

  11. Scientific Programming Using Java: A Remote Sensing Example

    NASA Technical Reports Server (NTRS)

    Prados, Don; Mohamed, Mohamed A.; Johnson, Michael; Cao, Changyong; Gasser, Jerry

    1999-01-01

    This paper presents results of a project to port remote sensing code from the C programming language to Java. The advantages and disadvantages of using Java versus C as a scientific programming language in remote sensing applications are discussed. Remote sensing applications deal with voluminous data that require effective memory management, such as buffering operations, when processed. Some of these applications also implement complex computational algorithms, such as Fast Fourier Transformation analysis, that are very performance intensive. Factors considered include performance, precision, complexity, rapidity of development, ease of code reuse, ease of maintenance, memory management, and platform independence. Performance of radiometric calibration code written in Java for the graphical user interface and of using C for the domain model are also presented.

  12. Distributed multiport memory architecture

    NASA Technical Reports Server (NTRS)

    Kohl, W. H. (Inventor)

    1983-01-01

    A multiport memory architecture is diclosed for each of a plurality of task centers connected to a command and data bus. Each task center, includes a memory and a plurality of devices which request direct memory access as needed. The memory includes an internal data bus and an internal address bus to which the devices are connected, and direct timing and control logic comprised of a 10-state ring counter for allocating memory devices by enabling AND gates connected to the request signal lines of the devices. The outputs of AND gates connected to the same device are combined by OR gates to form an acknowledgement signal that enables the devices to address the memory during the next clock period. The length of the ring counter may be effectively lengthened to any multiple of ten to allow for more direct memory access intervals in one repetitive sequence. One device is a network bus adapter which serially shifts onto the command and data bus, a data word (8 bits plus control and parity bits) during the next ten direct memory access intervals after it has been granted access. The NBA is therefore allocated only one access in every ten intervals, which is a predetermined interval for all centers. The ring counters of all centers are periodically synchronized by DMA SYNC signal to assure that all NBAs be able to function in synchronism for data transfer from one center to another.

  13. The Worried Well? Characteristics of Cognitively Normal Patients Presenting to a Rural and Remote Memory Clinic.

    PubMed

    Verity, Ryan; Kirk, Andrew; O'Connell, Megan E; Karunanayake, Chandima; Morgan, Debra G

    2018-03-01

    In an effort to better understand why cognitively normal patients were referred to a memory clinic, we sought to identify features of "worried well" patients to better identify those more likely to be cognitively normal. In total, 375 consecutive patients referred by primary care practitioners to a Rural and Remote Memory Clinic were categorized into two groups based on their neurologic diagnosis, "worried well" (cognitively normal, N=81) or "other" (patients with any neurologic diagnosis, N=294). Data collected included: age, sex, years of formal education, Mini-Mental Status Examination score from initial visit, Center for Epidemiologic Studies Depression Scale score, Self-Rating of Memory Scale, alcohol consumption, marital status, hours per week of work, past medical history, sleep concerns, and family history of memory concerns. The two groups were compared using t-tests and χ2 tests. The same comparison was done between the same set of "worried well" patients (cognitively normal, N=81) and the subgroup of patients with a diagnosis of Alzheimer's disease (N=146) from the "other" group. Significant differences included younger age, more formal education, more frequently having previous psychiatric diagnosis and more self-reported alcohol consumption in the "worried well" group. The "worried well" and "Alzheimer's disease" comparison had the same significant differences as the "worried well" and "other" comparison. We observed a pattern of differences unfold between the "worried well" patients and those with cognitive disease. No one variable was pathognomonic of a "worried well" patient. However, taking all the above into account when evaluating a patient may help clinically.

  14. Can False Memories Prime Problem Solutions?

    ERIC Educational Resources Information Center

    Howe, Mark L.; Garner, Sarah R.; Dewhurst, Stephen A.; Ball, Linden J.

    2010-01-01

    Previous research has suggested that false memories can prime performance on related implicit and explicit memory tasks. The present research examined whether false memories can also be used to prime higher order cognitive processes, namely, insight-based problem solving. Participants were asked to solve a number of compound remote associate task…

  15. Software Coherence in Multiprocessor Memory Systems. Ph.D. Thesis

    NASA Technical Reports Server (NTRS)

    Bolosky, William Joseph

    1993-01-01

    Processors are becoming faster and multiprocessor memory interconnection systems are not keeping up. Therefore, it is necessary to have threads and the memory they access as near one another as possible. Typically, this involves putting memory or caches with the processors, which gives rise to the problem of coherence: if one processor writes an address, any other processor reading that address must see the new value. This coherence can be maintained by the hardware or with software intervention. Systems of both types have been built in the past; the hardware-based systems tended to outperform the software ones. However, the ratio of processor to interconnect speed is now so high that the extra overhead of the software systems may no longer be significant. This issue is explored both by implementing a software maintained system and by introducing and using the technique of offline optimal analysis of memory reference traces. It finds that in properly built systems, software maintained coherence can perform comparably to or even better than hardware maintained coherence. The architectural features necessary for efficient software coherence to be profitable include a small page size, a fast trap mechanism, and the ability to execute instructions while remote memory references are outstanding.

  16. Non-volatile, high density, high speed, Micromagnet-Hall effect Random Access Memory (MHRAM)

    NASA Technical Reports Server (NTRS)

    Wu, Jiin C.; Katti, Romney R.; Stadler, Henry L.

    1991-01-01

    The micromagnetic Hall effect random access memory (MHRAM) has the potential of replacing ROMs, EPROMs, EEPROMs, and SRAMs because of its ability to achieve non-volatility, radiation hardness, high density, and fast access times, simultaneously. Information is stored magnetically in small magnetic elements (micromagnets), allowing unlimited data retention time, unlimited numbers of rewrite cycles, and inherent radiation hardness and SEU immunity, making the MHRAM suitable for ground based as well as spaceflight applications. The MHRAM device design is not affected by areal property fluctuations in the micromagnet, so high operating margins and high yield can be achieved in large scale integrated circuit (IC) fabrication. The MHRAM has short access times (less than 100 nsec). Write access time is short because on-chip transistors are used to gate current quickly, and magnetization reversal in the micromagnet can occur in a matter of a few nanoseconds. Read access time is short because the high electron mobility sensor (InAs or InSb) produces a large signal voltage in response to the fringing magnetic field from the micromagnet. High storage density is achieved since a unit cell consists only of two transistors and one micromagnet Hall effect element. By comparison, a DRAM unit cell has one transistor and one capacitor, and a SRAM unit cell has six transistors.

  17. Attentional priorities and access to short-term memory: parietal interactions.

    PubMed

    Gillebert, Céline R; Dyrholm, Mads; Vangkilde, Signe; Kyllingsbæk, Søren; Peeters, Ronald; Vandenberghe, Rik

    2012-09-01

    The intraparietal sulcus (IPS) has been implicated in selective attention as well as visual short-term memory (VSTM). To contrast mechanisms of target selection, distracter filtering, and access to VSTM, we combined behavioral testing, computational modeling and functional magnetic resonance imaging. Sixteen healthy subjects participated in a change detection task in which we manipulated both target and distracter set sizes. We directly compared the IPS response as a function of the number of targets and distracters in the display and in VSTM. When distracters were not present, the posterior and middle segments of IPS showed the predicted asymptotic activity increase with an increasing target set size. When distracters were added to a single target, activity also increased as predicted. However, the addition of distracters to multiple targets suppressed both middle and posterior IPS activities, thereby displaying a significant interaction between the two factors. The interaction between target and distracter set size in IPS could not be accounted for by a simple explanation in terms of number of items accessing VSTM. Instead, it led us to a model where items accessing VSTM receive differential weights depending on their behavioral relevance, and secondly, a suppressive effect originates during the selection phase when multiple targets and multiple distracters are simultaneously present. The reverse interaction between target and distracter set size was significant in the right temporoparietal junction (TPJ), where activity was highest for a single target compared to any other condition. Our study reconciles the role of middle IPS in attentional selection and biased competition with its role in VSTM access. Copyright © 2012 Elsevier Inc. All rights reserved.

  18. Response of the Ubiquitin-Proteasome System to Memory Retrieval After Extended-Access Cocaine or Saline Self-Administration.

    PubMed

    Werner, Craig T; Milovanovic, Mike; Christian, Daniel T; Loweth, Jessica A; Wolf, Marina E

    2015-12-01

    The ubiquitin-proteasome system (UPS) has been implicated in the retrieval-induced destabilization of cocaine- and fear-related memories in Pavlovian paradigms. However, nothing is known about its role in memory retrieval after self-administration of cocaine, an operant paradigm, or how the length of withdrawal from cocaine may influence retrieval mechanisms. Here, we examined UPS activity after an extended-access cocaine self-administration regimen that leads to withdrawal-dependent incubation of cue-induced cocaine craving. Controls self-administered saline. In initial experiments, memory retrieval was elicited via a cue-induced seeking/retrieval test on withdrawal day (WD) 50-60, when craving has incubated. We found that retrieval of cocaine- and saline-associated memories produced similar increases in polyubiquitinated proteins in the nucleus accumbens (NAc), compared with rats that did not undergo a seeking/retrieval test. Measures of proteasome catalytic activity confirmed similar activation of the UPS after retrieval of saline and cocaine memories. However, in a subsequent experiment in which testing was conducted on WD1, proteasome activity in the NAc was greater after retrieval of cocaine memory than saline memory. Analysis of other brain regions confirmed that effects of cocaine memory retrieval on proteasome activity, relative to saline memory retrieval, depend on withdrawal time. These results, combined with prior studies, suggest that the relationship between UPS activity and memory retrieval depends on training paradigm, brain region, and time elapsed between training and retrieval. The observation that mechanisms underlying cocaine memory retrieval change depending on the age of the memory has implications for development of memory destabilization therapies for cue-induced relapse in cocaine addicts.

  19. Optical mass memories

    NASA Technical Reports Server (NTRS)

    Bailey, G. A.

    1976-01-01

    Optical and magnetic variants in the design of trillion-bit read/write memories are compared and tabulated. Components and materials suitable for a random access read/write nonmoving memory system are examined, with preference given to holography and photoplastic materials. Advantages and deficiencies of photoplastics are reviewed. Holographic page composer design, essential features of an optical memory with no moving parts, fiche-oriented random access memory design, and materials suitable for an efficient photoplastic fiche are considered. The optical variants offer advantages in lower volume and weight at data transfer rates near 1 Mbit/sec, but power drain is of the same order as for the magnetic variants (tape memory, disk memory). The mechanical properties of photoplastic film materials still leave much to be desired.

  20. Parity of access to memory services in London for the BAME population: a cross-sectional study.

    PubMed

    Cook, Laura; Mukherjee, Sujoy; McLachlan, Tim; Shah, Rajendra; Livingston, Gill; Mukadam, Naaheed

    2018-03-12

    To investigate whether referrals to memory services in London reflect the ethnic diversity of the population. Memory service data including referral rates of BAME was collected from London Clinical Commissioning Groups (CCGs). The expected percentage of BAME referrals using census data was compared against White British population percentages using the chi squared test. We found that within 13,166 referrals to memory services across London, the percentage of people from BAME groups was higher than would be expected (20.3 versus 19.4%; χ 2 = 39.203, d.f. = 1, p < 0.0001) indicating that generally people from BAME groups are accessing memory services. Seventy-nine percent of memory services had more referrals than expected or no significant difference for all BAME groups. When there were fewer referrals then expected, the largest difference in percentage for an individual ethnic group was 3.3%. Results are encouraging and may indicate a significant improvement in awareness of dementia and help seeking behaviour among BAME populations. Prevalence of dementia in some ethnic groups may be higher so these numbers could still indicate under-referral. Due to the data available we were unable to compare disease severity or diagnosis type.

  1. Remote ischaemic preconditioning and prevention of cerebral injury.

    PubMed

    Rehni, Ashish K; Shri, Richa; Singh, Manjeet

    2007-03-01

    Bilateral carotid artery occlusion of 10 min followed by reperfusion for 24 hr was employed in present study to produce ischaemia and reperfusion induced cerebral injury in mice. Cerebral infarct size was measured using triphenyltetrazolium chloride staining. Short-term memory was evaluated using elevated plus maze. Inclined beam walking test was employed to assess motor incoordination. Bilateral carotid artery occlusion followed by reperfusion produced cerebral infarction and impaired short-term memory, motor co-ordination and lateral push response. A preceding episode of mesenteric artery occlusion for 15 min and reperfusion of 15 min (remote mesenteric ischaemic preconditioning) prevented markedly ischaemia-reperfusion-induced cerebral injury measured in terms of infarct size, loss of short-term memory, motor coordination and lateral push response. Glibenclamide (5 mg/kg, iv) a KATP channel blocker and caffeine (7 mg/kg, iv) an adenosine receptor blocker attenuated the neuroprotective effect of remote mesenteric ischaemic preconditioning. It may be concluded that neuroprotective effect of remote mesenteric ischaemic preconditioning may be due to activation of adenosine receptors and consequent activation of KATP channels in mice.

  2. Optical memories in digital computing

    NASA Technical Reports Server (NTRS)

    Alford, C. O.; Gaylord, T. K.

    1979-01-01

    High capacity optical memories with relatively-high data-transfer rate and multiport simultaneous access capability may serve as basis for new computer architectures. Several computer structures that might profitably use memories are: a) simultaneous record-access system, b) simultaneously-shared memory computer system, and c) parallel digital processing structure.

  3. Autobiographical memory decline in Alzheimer’s disease, a theoretical and clinical overview

    PubMed Central

    El Haj, Mohamad; Antoine, Pascal; Nandrino, Jean Louis; Kapogiannis, Dimitrios

    2017-01-01

    Autobiographical memory, or memory for personal experiences, allows individuals to define themselves and construct a meaningful life story. Decline of this ability, as observed in Alzheimer’s disease (AD), results in an impaired sense of self and identity. In our model (AMAD: Autobiographical Memory in Alzheimer’s Disease), we present a critical review of theories and findings regarding cognitive and neuroanatomical underpinnings of autobiographical memory and its decline in AD and highlight studies on its clinical rehabilitation. We propose that autobiographical recall in AD is mainly characterized by loss of associated episodic information, which leads to de-contextualization of autobiographical memories and a shift from reliving past events to a general sense of familiarity. This decline refers to retrograde, but also anterograde amnesia that affects newly acquired memories besides remote ones. One consequence of autobiographical memory decline in AD is decreased access to memories that shape self-consciousness, self-knowledge, and self-images, leading to a diminished sense of self and identity. The link between autobiographical decline and compromised sense of self in AD can also manifest itself as low correspondence and coherence between past memories and current goals and beliefs. By linking cognitive, neuroanatomical, and clinical aspects of autobiographical decline in AD, our review provides a theoretical foundation, which may lead to better rehabilitation strategies. PMID:26169474

  4. Carbon nanomaterials for non-volatile memories

    NASA Astrophysics Data System (ADS)

    Ahn, Ethan C.; Wong, H.-S. Philip; Pop, Eric

    2018-03-01

    Carbon can create various low-dimensional nanostructures with remarkable electronic, optical, mechanical and thermal properties. These features make carbon nanomaterials especially interesting for next-generation memory and storage devices, such as resistive random access memory, phase-change memory, spin-transfer-torque magnetic random access memory and ferroelectric random access memory. Non-volatile memories greatly benefit from the use of carbon nanomaterials in terms of bit density and energy efficiency. In this Review, we discuss sp2-hybridized carbon-based low-dimensional nanostructures, such as fullerene, carbon nanotubes and graphene, in the context of non-volatile memory devices and architectures. Applications of carbon nanomaterials as memory electrodes, interfacial engineering layers, resistive-switching media, and scalable, high-performance memory selectors are investigated. Finally, we compare the different memory technologies in terms of writing energy and time, and highlight major challenges in the manufacturing, integration and understanding of the physical mechanisms and material properties.

  5. Design and measurement of fully digital ternary content addressable memory using ratioless static random access memory cells and hierarchical-AND matching comparator

    NASA Astrophysics Data System (ADS)

    Nishikata, Daisuke; Ali, Mohammad Alimudin Bin Mohd; Hosoda, Kento; Matsumoto, Hiroshi; Nakamura, Kazuyuki

    2018-04-01

    A 36-bit × 32-entry fully digital ternary content addressable memory (TCAM) using the ratioless static random access memory (RL-SRAM) technology and fully complementary hierarchical-AND matching comparators (HAMCs) was developed. Since its fully complementary and digital operation enables the effect of device variabilities to be avoided, it can operate with a quite low supply voltage. A test chip incorporating a conventional TCAM and a proposed 24-transistor ratioless TCAM (RL-TCAM) cells and HAMCs was developed using a 0.18 µm CMOS process. The minimum operating voltage of 0.25 V of the developed RL-TCAM, which is less than half of that of the conventional TCAM, was measured via the conventional CMOS push–pull output buffers with the level-shifting and flipping technique using optimized pull-up voltage and resistors.

  6. Electrical Evaluation of RCA MWS5001D Random Access Memory, Volume 5, Appendix D

    NASA Technical Reports Server (NTRS)

    Klute, A.

    1979-01-01

    The electrical characterization and qualification test results are presented for the RCA MWS 5001D random access memory. The tests included functional tests, AC and DC parametric tests, AC parametric worst-case pattern selection test, determination of worst-case transition for setup and hold times, and a series of schmoo plots. Average input high current, worst case input high current, output low current, and data setup time are some of the results presented.

  7. Electrical Evaluation of RCA MWS5001D Random Access Memory, Volume 4, Appendix C

    NASA Technical Reports Server (NTRS)

    Klute, A.

    1979-01-01

    The electrical characterization and qualification test results are presented for the RCA MWS5001D random access memory. The tests included functional tests, AC and DC parametric tests, AC parametric worst-case pattern selection test, determination of worst-case transition for setup and hold times, and a series of schmoo plots. Statistical analysis data is supplied along with write pulse width, read cycle time, write cycle time, and chip enable time data.

  8. Accessing long-term memory representations during visual change detection.

    PubMed

    Beck, Melissa R; van Lamsweerde, Amanda E

    2011-04-01

    In visual change detection tasks, providing a cue to the change location concurrent with the test image (post-cue) can improve performance, suggesting that, without a cue, not all encoded representations are automatically accessed. Our studies examined the possibility that post-cues can encourage the retrieval of representations stored in long-term memory (LTM). Participants detected changes in images composed of familiar objects. Performance was better when the cue directed attention to the post-change object. Supporting the role of LTM in the cue effect, the effect was similar regardless of whether the cue was presented during the inter-stimulus interval, concurrent with the onset of the test image, or after the onset of the test image. Furthermore, the post-cue effect and LTM performance were similarly influenced by encoding time. These findings demonstrate that monitoring the visual world for changes does not automatically engage LTM retrieval.

  9. Use of the Remote Access Virtual Environment Network (RAVEN) for coordinated IVA-EVA astronaut training and evaluation.

    PubMed

    Cater, J P; Huffman, S D

    1995-01-01

    This paper presents a unique virtual reality training and assessment tool developed under a NASA grant, "Research in Human Factors Aspects of Enhanced Virtual Environments for Extravehicular Activity (EVA) Training and Simulation." The Remote Access Virtual Environment Network (RAVEN) was created to train and evaluate the verbal, mental and physical coordination required between the intravehicular (IVA) astronaut operating the Remote Manipulator System (RMS) arm and the EVA astronaut standing in foot restraints on the end of the RMS. The RAVEN system currently allows the EVA astronaut to approach the Hubble Space Telescope (HST) under control of the IVA astronaut and grasp, remove, and replace the Wide Field Planetary Camera drawer from its location in the HST. Two viewpoints, one stereoscopic and one monoscopic, were created all linked by Ethernet, that provided the two trainees with the appropriate training environments.

  10. No longer 'flying blind': how access has changed emergency mental health care in rural and remote emergency departments, a qualitative study.

    PubMed

    Saurman, Emily; Kirby, Sue E; Lyle, David

    2015-04-14

    Mental health presentations are considered to be a difficult aspect of emergency care. Although emergency department (ED) staff is qualified to provide emergency mental health care, for some, such presentations pose a challenge to their training, confidence, and time. Providing access to relevant and responsive specialist mental health care can influence care and management for these patients. The Mental Health Emergency Care-Rural Access Program (MHEC-RAP) is a telepsychiatry program that was established to improve access to specialist emergency mental health care across rural and remote western NSW, Australia. This study uses interviews with ED providers to understand their experience of managing emergency mental health patients and their use of MHEC-RAP. The lens of access was applied to assess program impact and inform continuing program development. With MHEC-RAP, these ED providers are no longer 'flying blind'. They are also more confident to manage and care for emergency mental health patients locally. For these providers, access to specialists who are able to conduct assessments and provide relevant and responsive advice for emergency mental health presentations was valued. Assessing the fit between the consumer and service as a requirement for the development, evaluation, and ongoing management of the service should result in decisions about design and delivery that achieve improved access to care and meet the needs of their consumers. The experience of these providers prior to MHEC-RAP is consistent with that reported in other rural and remote populations suggesting that MHEC-RAP could address limitations in access to specialist care and change the provision of emergency mental health care elsewhere. MHEC-RAP has not only provided access to specialist mental health care for local ED providers, but it has changed their practice and perspective. MHEC-RAP could be adapted for implementation elsewhere. Provider experience confirms that the program is

  11. Influence of ultraviolet irradiation on data retention characteristics in resistive random access memory

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Kimura, K.; Ohmi, K.; Tottori University Electronic Display Research Center, 101 Minami4-chome, Koyama-cho, Tottori-shi, Tottori 680-8551

    With increasing density of memory devices, the issue of generating soft errors by cosmic rays is becoming more and more serious. Therefore, the irradiation resistance of resistance random access memory (ReRAM) to cosmic radiation has to be elucidated for practical use. In this paper, we investigated the data retention characteristics of ReRAM against ultraviolet irradiation with a Pt/NiO/ITO structure. Soft errors were confirmed to be caused by ultraviolet irradiation in both low- and high-resistance states. An analysis of the wavelength dependence of light irradiation on data retention characteristics suggested that electronic excitation from the valence to the conduction band andmore » to the energy level generated due to the introduction of oxygen vacancies caused the errors. Based on a statistically estimated soft error rates, the errors were suggested to be caused by the cohesion and dispersion of oxygen vacancies owing to the generation of electron-hole pairs and valence changes by the ultraviolet irradiation.« less

  12. Nonvolatile reconfigurable sequential logic in a HfO2 resistive random access memory array.

    PubMed

    Zhou, Ya-Xiong; Li, Yi; Su, Yu-Ting; Wang, Zhuo-Rui; Shih, Ling-Yi; Chang, Ting-Chang; Chang, Kuan-Chang; Long, Shi-Bing; Sze, Simon M; Miao, Xiang-Shui

    2017-05-25

    Resistive random access memory (RRAM) based reconfigurable logic provides a temporal programmable dimension to realize Boolean logic functions and is regarded as a promising route to build non-von Neumann computing architecture. In this work, a reconfigurable operation method is proposed to perform nonvolatile sequential logic in a HfO 2 -based RRAM array. Eight kinds of Boolean logic functions can be implemented within the same hardware fabrics. During the logic computing processes, the RRAM devices in an array are flexibly configured in a bipolar or complementary structure. The validity was demonstrated by experimentally implemented NAND and XOR logic functions and a theoretically designed 1-bit full adder. With the trade-off between temporal and spatial computing complexity, our method makes better use of limited computing resources, thus provides an attractive scheme for the construction of logic-in-memory systems.

  13. Remote Patron Validation: Posting a Proxy Server at the Digital Doorway.

    ERIC Educational Resources Information Center

    Webster, Peter

    2002-01-01

    Discussion of remote access to library services focuses on proxy servers as a method for remote access, based on experiences at Saint Mary's University (Halifax). Topics include Internet protocol user validation; browser-directed proxies; server software proxies; vendor alternatives for validating remote users; and Internet security issues. (LRW)

  14. Enhancement of Speed Margins for 16× Digital Versatile Disc-Random Access Memory

    NASA Astrophysics Data System (ADS)

    Watanabe, Koichi; Minemura, Hiroyuki; Miyamoto, Makoto; Iimura, Makoto

    2006-02-01

    We have evaluated the speed margins of write/read 16× digital versatile disc-random access memory (DVD-RAM) test discs using write strategies for 6--16× constant angular velocity (CAV) control. Our approach is to determine the writing parameters for the middle zones by interpolating the zone numbers. Using this interpolation strategy, we successfully obtained overwrite jitter values of less than 8% and bit error rates of less than 10-5 in 6--16× DVD-RAM. Moreover, we confirmed that the speed margins were ± 20% for a 6--16× CAV.

  15. Tuning resistance states by thickness control in an electroforming-free nanometallic complementary resistance random access memory

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Yang, Xiang; Lu, Yang; Lee, Jongho

    2016-01-04

    Tuning low resistance state is crucial for resistance random access memory (RRAM) that aims to achieve optimal read margin and design flexibility. By back-to-back stacking two nanometallic bipolar RRAMs with different thickness into a complementary structure, we have found that its low resistance can be reliably tuned over several orders of magnitude. Such high tunability originates from the exponential thickness dependence of the high resistance state of nanometallic RRAM, in which electron wave localization in a random network gives rise to the unique scaling behavior. The complementary nanometallic RRAM provides electroforming-free, multi-resistance-state, sub-100 ns switching capability with advantageous characteristics formore » memory arrays.« less

  16. Systems Reconsolidation Reveals a Selective Role for the Anterior Cingulate Cortex in Generalized Contextual Fear Memory Expression

    PubMed Central

    Einarsson, Einar Ö; Pors, Jennifer; Nader, Karim

    2015-01-01

    After acquisition, hippocampus-dependent memories undergo a systems consolidation process, during which they become independent of the hippocampus and dependent on the anterior cingulate cortex (ACC) for memory expression. However, consolidated remote memories can become transiently hippocampus-dependent again following memory reactivation. How this systems reconsolidation affects the role of the ACC in remote memory expression is not known. Using contextual fear conditioning, we show that the expression of 30-day-old remote memory can transiently be supported by either the ACC or the dorsal hippocampus following memory reactivation, and that the ACC specifically mediates expression of remote generalized contextual fear memory. We found that suppression of neural activity in the ACC with the AMPA/kainate receptor antagonist 6-cyano-7-nitroquinoxaline-2,3-dione (CNQX) impaired the expression of remote, but not recent, contextual fear memory. Fear expression was not affected by this treatment if preceded by memory reactivation 6 h earlier, nor was it affected by suppression of neural activity in the dorsal hippocampus with the GABA-receptor agonist muscimol. However, simultaneous targeting of both the ACC and the dorsal hippocampus 6 h after memory reactivation disrupted contextual fear memory expression. Second, we observed that expression of a 30-day-old generalized contextual fear memory in a novel context was not affected by memory reactivation 6 h earlier. However, intra-ACC CNQX infusion before testing impaired contextual fear expression in the novel context, but not the original training context. Together, these data suggest that although the dorsal hippocampus may be recruited during systems reconsolidation, the ACC remains necessary for the expression of generalized contextual fear memory. PMID:25091528

  17. Systems reconsolidation reveals a selective role for the anterior cingulate cortex in generalized contextual fear memory expression.

    PubMed

    Einarsson, Einar Ö; Pors, Jennifer; Nader, Karim

    2015-01-01

    After acquisition, hippocampus-dependent memories undergo a systems consolidation process, during which they become independent of the hippocampus and dependent on the anterior cingulate cortex (ACC) for memory expression. However, consolidated remote memories can become transiently hippocampus-dependent again following memory reactivation. How this systems reconsolidation affects the role of the ACC in remote memory expression is not known. Using contextual fear conditioning, we show that the expression of 30-day-old remote memory can transiently be supported by either the ACC or the dorsal hippocampus following memory reactivation, and that the ACC specifically mediates expression of remote generalized contextual fear memory. We found that suppression of neural activity in the ACC with the AMPA/kainate receptor antagonist 6-cyano-7-nitroquinoxaline-2,3-dione (CNQX) impaired the expression of remote, but not recent, contextual fear memory. Fear expression was not affected by this treatment if preceded by memory reactivation 6 h earlier, nor was it affected by suppression of neural activity in the dorsal hippocampus with the GABA-receptor agonist muscimol. However, simultaneous targeting of both the ACC and the dorsal hippocampus 6 h after memory reactivation disrupted contextual fear memory expression. Second, we observed that expression of a 30-day-old generalized contextual fear memory in a novel context was not affected by memory reactivation 6 h earlier. However, intra-ACC CNQX infusion before testing impaired contextual fear expression in the novel context, but not the original training context. Together, these data suggest that although the dorsal hippocampus may be recruited during systems reconsolidation, the ACC remains necessary for the expression of generalized contextual fear memory.

  18. Kingfisher: a system for remote sensing image database management

    NASA Astrophysics Data System (ADS)

    Bruzzo, Michele; Giordano, Ferdinando; Dellepiane, Silvana G.

    2003-04-01

    At present retrieval methods in remote sensing image database are mainly based on spatial-temporal information. The increasing amount of images to be collected by the ground station of earth observing systems emphasizes the need for database management with intelligent data retrieval capabilities. The purpose of the proposed method is to realize a new content based retrieval system for remote sensing images database with an innovative search tool based on image similarity. This methodology is quite innovative for this application, at present many systems exist for photographic images, as for example QBIC and IKONA, but they are not able to extract and describe properly remote image content. The target database is set by an archive of images originated from an X-SAR sensor (spaceborne mission, 1994). The best content descriptors, mainly texture parameters, guarantees high retrieval performances and can be extracted without losses independently of image resolution. The latter property allows DBMS (Database Management System) to process low amount of information, as in the case of quick-look images, improving time performance and memory access without reducing retrieval accuracy. The matching technique has been designed to enable image management (database population and retrieval) independently of dimensions (width and height). Local and global content descriptors are compared, during retrieval phase, with the query image and results seem to be very encouraging.

  19. Robust hippocampal responsivity during retrieval of consolidated associative memory.

    PubMed

    Hattori, Shoai; Chen, Lillian; Weiss, Craig; Disterhoft, John F

    2015-05-01

    A contentious point in memory research is whether or not the hippocampus plays a time-limited role in the consolidation of declarative memories. A widely held view is that declarative memories are initially encoded in the hippocampus, then transferred to the neocortex for long-term storage. Alternate views argue instead that the hippocampus continues to play a role in remote memory recall. These competing theories are largely based on human amnesic and animal lesion/inactivation studies. However, in vivo electrophysiological evidence supporting these views is scarce. Given that other studies examining the role of the hippocampus in remote memory retrieval using lesion and imaging techniques in human and animal models have provided mixed results, it would be particularly useful to gain insight at the in vivo electrophysiological level. Here we report hippocampal single-neuron and theta activity recorded longitudinally during acquisition and remote retrieval of trace eyeblink conditioning. Results from conditioned rabbits were compared to those obtained from yoked pseudo-conditioned control rabbits. Results reveal continued learning-specific hippocampal activity one month after initial acquisition of the task. Our findings yield insight into the normal physiological responses of the hippocampus during memory processes and provide compelling in vivo electrophysiological evidence that the hippocampus is involved in both acquisition and retrieval of consolidated memories. © 2014 The Authors Hippocampus Published by Wiley Periodicals, Inc.

  20. Rural and remote care

    PubMed Central

    Marciniuk, Darcy

    2016-01-01

    The challenges of providing quality respiratory care to persons living in rural or remote communities can be daunting. These populations are often vulnerable in terms of both health status and access to care, highlighting the need for innovation in service delivery. The rapidly expanding options available using telehealthcare technologies have the capacity to allow patients in rural and remote communities to connect with providers at distant sites and to facilitate the provision of diagnostic, monitoring, and therapeutic services. Successful implementation of telehealthcare programs in rural and remote settings is, however, contingent upon accounting for key technical, organizational, social, and legal considerations at the individual, community, and system levels. This review article discusses five types of telehealthcare delivery that can facilitate respiratory care for residents of rural or remote communities: remote monitoring (including wearable and ambient systems; remote consultations (between providers and between patients and providers), remote pulmonary rehabilitation, telepharmacy, and remote sleep monitoring. Current and future challenges related to telehealthcare are discussed. PMID:26902542

  1. Applying n-bit floating point numbers and integers, and the n-bit filter of HDF5 to reduce file sizes of remote sensing products in memory-sensitive environments

    NASA Astrophysics Data System (ADS)

    Zinke, Stephan

    2017-02-01

    Memory sensitive applications for remote sensing data require memory-optimized data types in remote sensing products. Hierarchical Data Format version 5 (HDF5) offers user defined floating point numbers and integers and the n-bit filter to create data types optimized for memory consumption. The European Organisation for the Exploitation of Meteorological Satellites (EUMETSAT) applies a compaction scheme to the disseminated products of the Day and Night Band (DNB) data of Suomi National Polar-orbiting Partnership (S-NPP) satellite's instrument Visible Infrared Imager Radiometer Suite (VIIRS) through the EUMETSAT Advanced Retransmission Service, converting the original 32 bits floating point numbers to user defined floating point numbers in combination with the n-bit filter for the radiance dataset of the product. The radiance dataset requires a floating point representation due to the high dynamic range of the DNB. A compression factor of 1.96 is reached by using an automatically determined exponent size and an 8 bits trailing significand and thus reducing the bandwidth requirements for dissemination. It is shown how the parameters needed for user defined floating point numbers are derived or determined automatically based on the data present in a product.

  2. Hydrogen doping in HfO{sub 2} resistance change random access memory

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Duncan, D.; Magyari-Köpe, B.; Nishi, Y.

    2016-01-25

    The structures and energies of hydrogen-doped monoclinic hafnium dioxide were calculated using density-functional theory. The electronic interactions are described within the LDA + U formalism, where on-site Coulomb corrections are applied to the 5d orbital electrons of Hf atoms and 2p orbital electrons of the O atoms. The effects of charge state, defect-defect interactions, and hydrogenation are investigated and compared with experiment. It is found that hydrogenation of HfO{sub 2} resistance-change random access memory devices energetically stabilizes the formation of oxygen vacancies and conductive vacancy filaments through multiple mechanisms, leading to improved switching characteristic and device yield.

  3. Random access memory immune to single event upset using a T-resistor

    DOEpatents

    Ochoa, Jr., Agustin

    1989-01-01

    In a random access memory cell, a resistance "T" decoupling network in each leg of the cell reduces random errors caused by the interaction of energetic ions with the semiconductor material forming the cell. The cell comprises two parallel legs each containing a series pair of complementary MOS transistors having a common gate connected to the node between the transistors of the opposite leg. The decoupling network in each leg is formed by a series pair of resistors between the transistors together with a third resistor interconnecting the junction between the pair of resistors and the gate of the transistor pair forming the opposite leg of the cell.

  4. Remote information service access system based on a client-server-service model

    DOEpatents

    Konrad, Allan M.

    1996-01-01

    A local host computing system, a remote host computing system as connected by a network, and service functionalities: a human interface service functionality, a starter service functionality, and a desired utility service functionality, and a Client-Server-Service (CSS) model is imposed on each service functionality. In one embodiment, this results in nine logical components and three physical components (a local host, a remote host, and an intervening network), where two of the logical components are integrated into one Remote Object Client component, and that Remote Object Client component and the other seven logical components are deployed among the local host and remote host in a manner which eases compatibility and upgrade problems, and provides an illusion to a user that a desired utility service supported on a remote host resides locally on the user's local host, thereby providing ease of use and minimal software maintenance for users of that remote service.

  5. Remote information service access system based on a client-server-service model

    DOEpatents

    Konrad, A.M.

    1997-12-09

    A local host computing system, a remote host computing system as connected by a network, and service functionalities: a human interface service functionality, a starter service functionality, and a desired utility service functionality, and a Client-Server-Service (CSS) model is imposed on each service functionality. In one embodiment, this results in nine logical components and three physical components (a local host, a remote host, and an intervening network), where two of the logical components are integrated into one Remote Object Client component, and that Remote Object Client component and the other seven logical components are deployed among the local host and remote host in a manner which eases compatibility and upgrade problems, and provides an illusion to a user that a desired utility service supported on a remote host resides locally on the user`s local host, thereby providing ease of use and minimal software maintenance for users of that remote service. 16 figs.

  6. Remote information service access system based on a client-server-service model

    DOEpatents

    Konrad, Allan M.

    1999-01-01

    A local host computing system, a remote host computing system as connected by a network, and service functionalities: a human interface service functionality, a starter service functionality, and a desired utility service functionality, and a Client-Server-Service (CSS) model is imposed on each service functionality. In one embodiment, this results in nine logical components and three physical components (a local host, a remote host, and an intervening network), where two of the logical components are integrated into one Remote Object Client component, and that Remote Object Client component and the other seven logical components are deployed among the local host and remote host in a manner which eases compatibility and upgrade problems, and provides an illusion to a user that a desired utility service supported on a remote host resides locally on the user's local host, thereby providing ease of use and minimal software maintenance for users of that remote service.

  7. Remote information service access system based on a client-server-service model

    DOEpatents

    Konrad, A.M.

    1996-08-06

    A local host computing system, a remote host computing system as connected by a network, and service functionalities: a human interface service functionality, a starter service functionality, and a desired utility service functionality, and a Client-Server-Service (CSS) model is imposed on each service functionality. In one embodiment, this results in nine logical components and three physical components (a local host, a remote host, and an intervening network), where two of the logical components are integrated into one Remote Object Client component, and that Remote Object Client component and the other seven logical components are deployed among the local host and remote host in a manner which eases compatibility and upgrade problems, and provides an illusion to a user that a desired utility service supported on a remote host resides locally on the user`s local host, thereby providing ease of use and minimal software maintenance for users of that remote service. 16 figs.

  8. Remote information service access system based on a client-server-service model

    DOEpatents

    Konrad, Allan M.

    1997-01-01

    A local host computing system, a remote host computing system as connected by a network, and service functionalities: a human interface service functionality, a starter service functionality, and a desired utility service functionality, and a Client-Server-Service (CSS) model is imposed on each service functionality. In one embodiment, this results in nine logical components and three physical components (a local host, a remote host, and an intervening network), where two of the logical components are integrated into one Remote Object Client component, and that Remote Object Client component and the other seven logical components are deployed among the local host and remote host in a manner which eases compatibility and upgrade problems, and provides an illusion to a user that a desired utility service supported on a remote host resides locally on the user's local host, thereby providing ease of use and minimal software maintenance for users of that remote service.

  9. Evaluation of Data Retention Characteristics for Ferroelectric Random Access Memories (FRAMs)

    NASA Technical Reports Server (NTRS)

    Sharma, Ashok K.; Teverovsky, Alexander

    2001-01-01

    Data retention and fatigue characteristics of 64 Kb lead zirconate titanate (PZT)-based Ferroelectric Random Access Memories (FRAMs) microcircuits manufactured by Ramtron were examined over temperature range from -85 C to +310 C for ceramic packaged parts and from -85 C to +175 C for plastic parts, during retention periods up to several thousand hours. Intrinsic failures, which were caused by a thermal degradation of the ferroelectric cells, occurred in ceramic parts after tens or hundreds hours of aging at temperatures above 200 C. The activation energy of the retention test failures was 1.05 eV and the extrapolated mean-time-to-failure (MTTF) at room temperature was estimated to be more than 280 years. Multiple write-read cycling (up to 3x10(exp 7)) during the fatigue testing of plastic and ceramic parts did not result in any parametric or functional failures. However, operational currents linearly decreased with the logarithm of number of cycles thus indicating fatigue process in PZT films. Plastic parts, that had more recent date code as compared to ceramic parts, appeared to be using die with improved process technology and showed significantly smaller changes in operational currents and data access times.

  10. High density submicron magnetoresistive random access memory (invited)

    NASA Astrophysics Data System (ADS)

    Tehrani, S.; Chen, E.; Durlam, M.; DeHerrera, M.; Slaughter, J. M.; Shi, J.; Kerszykowski, G.

    1999-04-01

    Various giant magnetoresistance material structures were patterned and studied for their potential as memory elements. The preferred memory element, based on pseudo-spin valve structures, was designed with two magnetic stacks (NiFeCo/CoFe) of different thickness with Cu as an interlayer. The difference in thickness results in dissimilar switching fields due to the shape anisotropy at deep submicron dimensions. It was found that a lower switching current can be achieved when the bits have a word line that wraps around the bit 1.5 times. Submicron memory elements integrated with complementary metal-oxide-semiconductor (CMOS) transistors maintained their characteristics and no degradation to the CMOS devices was observed. Selectivity between memory elements in high-density arrays was demonstrated.

  11. Expedition Memory: Towards Agent-based Web Services for Creating and Using Mars Exploration Data.

    NASA Technical Reports Server (NTRS)

    Clancey, William J.; Sierhuis, Maarten; Briggs, Geoff; Sims, Mike

    2005-01-01

    Explorers ranging over kilometers of rugged, sometimes "feature-less" terrain for over a year could be overwhelmed by tracking and sharing what they have done and learned. An automated system based on the existing Mobile Agents design [ I ] and Mars Exploration Rover experience [2], could serve as an "expedition memory" that would be indexed by voice as wel1 as a web interface, linking people, places, activities, records (voice notes, photographs, samples). and a descriptive scientific ontology. This database would be accessible during EVAs by astronauts, annotated by the remote science team, linked to EVA plans, and allow cross indexing between sites and expeditions. We consider the basic problem, our philosophical approach, technical methods, and uses of the expedition memory for facilitating long-term collaboration between Mars crews and Earth support teams. We emphasize that a "memory" does not mean a database per se, but an interactive service that combines different resources, and ultimately could be like a helpful librarian.

  12. Characteristics of the memory sources of dreams: A new version of the content-matching paradigm to take mundane and remote memories into account.

    PubMed

    Vallat, Raphael; Chatard, Benoit; Blagrove, Mark; Ruby, Perrine

    2017-01-01

    Several studies have demonstrated that dream content is related to the waking life of the dreamer. However, the characteristics of the memory sources incorporated into dreams are still unclear. We designed a new protocol to investigate remote memories and memories of trivial experiences, both relatively unexplored in dream content until now. Upon awakening, for 7 days, participants identified the waking life elements (WLEs) related to their dream content and characterized them and their dream content on several scales to assess notably emotional valence. Thanks to this procedure, they could report WLEs from the whole lifespan, and mundane ones before they had been forgotten. Participants (N = 40, 14 males, age = 25.2 ± 7.6) reported 6.2 ± 2.0 dreams on average. For each participant, 83.4% ± 17.8 of the dream reports were related to one or more WLEs. Among all the WLEs incorporated into dreams dated by the participants (79.3 ± 19%), 40.2 ± 30% happened the day before the dream, 26.1 ± 26% the month before (the day before excluded), 15.8 ± 21% the year before the dream (the month before excluded), and 17.9 ± 24% happened more than one year before the dream. As could be expected from previous studies, the majority of the WLEs incorporated into dreams were scored as important by the dreamers. However, this was not true for incorporated WLEs dating from the day before the dream. In agreement with Freud's observations, the majority of the day residues were scored as mundane. Finally, for both positive and negative WLEs incorporated into dreams, the dreamt version of the WLE was rated as emotionally less intense than the original WLE. This result, showing that dreams tend to attenuate the emotional tone of waking-life memories towards a more neutral one, argues in favor of the emotional regulation hypothesis of dreaming.

  13. Characteristics of the memory sources of dreams: A new version of the content-matching paradigm to take mundane and remote memories into account

    PubMed Central

    Vallat, Raphael; Chatard, Benoit; Blagrove, Mark

    2017-01-01

    Several studies have demonstrated that dream content is related to the waking life of the dreamer. However, the characteristics of the memory sources incorporated into dreams are still unclear. We designed a new protocol to investigate remote memories and memories of trivial experiences, both relatively unexplored in dream content until now. Upon awakening, for 7 days, participants identified the waking life elements (WLEs) related to their dream content and characterized them and their dream content on several scales to assess notably emotional valence. Thanks to this procedure, they could report WLEs from the whole lifespan, and mundane ones before they had been forgotten. Participants (N = 40, 14 males, age = 25.2 ± 7.6) reported 6.2 ± 2.0 dreams on average. For each participant, 83.4% ± 17.8 of the dream reports were related to one or more WLEs. Among all the WLEs incorporated into dreams dated by the participants (79.3 ± 19%), 40.2 ± 30% happened the day before the dream, 26.1 ± 26% the month before (the day before excluded), 15.8 ± 21% the year before the dream (the month before excluded), and 17.9 ± 24% happened more than one year before the dream. As could be expected from previous studies, the majority of the WLEs incorporated into dreams were scored as important by the dreamers. However, this was not true for incorporated WLEs dating from the day before the dream. In agreement with Freud’s observations, the majority of the day residues were scored as mundane. Finally, for both positive and negative WLEs incorporated into dreams, the dreamt version of the WLE was rated as emotionally less intense than the original WLE. This result, showing that dreams tend to attenuate the emotional tone of waking-life memories towards a more neutral one, argues in favor of the emotional regulation hypothesis of dreaming. PMID:29020066

  14. Selective memory retrieval can impair and improve retrieval of other memories.

    PubMed

    Bäuml, Karl-Heinz T; Samenieh, Anuscheh

    2012-03-01

    Research from the past decades has shown that retrieval of a specific memory (e.g., retrieving part of a previous vacation) typically attenuates retrieval of other memories (e.g., memories for other details of the event), causing retrieval-induced forgetting. More recently, however, it has been shown that retrieval can both attenuate and aid recall of other memories (K.-H. T. Bäuml & A. Samenieh, 2010). To identify the circumstances under which retrieval aids recall, the authors examined retrieval dynamics in listwise directed forgetting, context-dependent forgetting, proactive interference, and in the absence of any induced memory impairment. They found beneficial effects of selective retrieval in listwise directed forgetting and context-dependent forgetting but detrimental effects in all the other conditions. Because context-dependent forgetting and listwise directed forgetting arguably reflect impaired context access, the results suggest that memory retrieval aids recall of memories that are subject to impaired context access but attenuates recall in the absence of such circumstances. The findings are consistent with a 2-factor account of memory retrieval and suggest the existence of 2 faces of memory retrieval. 2012 APA, all rights reserved

  15. Multiple core computer processor with globally-accessible local memories

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Shalf, John; Donofrio, David; Oliker, Leonid

    A multi-core computer processor including a plurality of processor cores interconnected in a Network-on-Chip (NoC) architecture, a plurality of caches, each of the plurality of caches being associated with one and only one of the plurality of processor cores, and a plurality of memories, each of the plurality of memories being associated with a different set of at least one of the plurality of processor cores and each of the plurality of memories being configured to be visible in a global memory address space such that the plurality of memories are visible to two or more of the plurality ofmore » processor cores.« less

  16. A Brighter Side to Memory Illusions: False Memories Prime Children's and Adults' Insight-Based Problem Solving

    ERIC Educational Resources Information Center

    Howe, Mark L.; Garner, Sarah R.; Charlesworth, Monica; Knott, Lauren

    2011-01-01

    Can false memories have a positive consequence on human cognition? In two experiments, we investigated whether false memories could prime insight problem-solving tasks. Children and adults were asked to solve compound remote associate task (CRAT) problems, half of which had been primed by the presentation of Deese/Roediger-McDermott (DRM) lists…

  17. Investigation of the Searching Efficiency and Cost of Creating a Remote Access Catalog for the New York State Library. Final Report.

    ERIC Educational Resources Information Center

    Buckland, Lawrence F.; Madden, Mary

    From experimental work performed, and reported upon in this document, it is concluded that converting the New York State Library (NYSL) shelf list sample to machine readable form, and searching this shelf list using a remote access catalog are technically sound concepts though the capital costs of data conversion and system installation will be…

  18. Low power consumption resistance random access memory with Pt/InOx/TiN structure

    NASA Astrophysics Data System (ADS)

    Yang, Jyun-Bao; Chang, Ting-Chang; Huang, Jheng-Jie; Chen, Yu-Ting; Tseng, Hsueh-Chih; Chu, Ann-Kuo; Sze, Simon M.; Tsai, Ming-Jinn

    2013-09-01

    In this study, the resistance switching characteristics of a resistive random access memory device with Pt/InOx/TiN structure is investigated. Unstable bipolar switching behavior is observed during the initial switching cycle, which then stabilizes after several switching cycles. Analyses indicate that the current conduction mechanism in the resistance state is dominated by Ohmic conduction. The decrease in electrical conductance can be attributed to the reduction of the cross-sectional area of the conduction path. Furthermore, the device exhibits low operation voltage and power consumption.

  19. Ventromedial prefrontal cortex pyramidal cells have a temporal dynamic role in recall and extinction of cocaine-associated memory.

    PubMed

    Van den Oever, Michel C; Rotaru, Diana C; Heinsbroek, Jasper A; Gouwenberg, Yvonne; Deisseroth, Karl; Stuber, Garret D; Mansvelder, Huibert D; Smit, August B

    2013-11-13

    In addicts, associative memories related to the rewarding effects of drugs of abuse can evoke powerful craving and drug seeking urges, but effective treatment to suppress these memories is not available. Detailed insight into the neural circuitry that mediates expression of drug-associated memory is therefore of crucial importance. Substantial evidence from rodent models of addictive behavior points to the involvement of the ventromedial prefrontal cortex (vmPFC) in conditioned drug seeking, but specific knowledge of the temporal role of vmPFC pyramidal cells is lacking. To this end, we used an optogenetics approach to probe the involvement of vmPFC pyramidal cells in expression of a recent and remote conditioned cocaine memory. In mice, we expressed Channelrhodopsin-2 (ChR2) or Halorhodopsin (eNpHR3.0) in pyramidal cells of the vmPFC and studied the effect of activation or inhibition of these cells during expression of a cocaine-contextual memory on days 1-2 (recent) and ∼3 weeks (remote) after conditioning. Whereas optical activation of pyramidal cells facilitated extinction of remote memory, without affecting recent memory, inhibition of pyramidal cells acutely impaired recall of recent cocaine memory, without affecting recall of remote memory. In addition, we found that silencing pyramidal cells blocked extinction learning at the remote memory time-point. We provide causal evidence of a critical time-dependent switch in the contribution of vmPFC pyramidal cells to recall and extinction of cocaine-associated memory, indicating that the circuitry that controls expression of cocaine memories reorganizes over time.

  20. Smart Cards and remote entrusting

    NASA Astrophysics Data System (ADS)

    Aussel, Jean-Daniel; D'Annoville, Jerome; Castillo, Laurent; Durand, Stephane; Fabre, Thierry; Lu, Karen; Ali, Asad

    Smart cards are widely used to provide security in end-to-end communication involving servers and a variety of terminals, including mobile handsets or payment terminals. Sometime, end-to-end server to smart card security is not applicable, and smart cards must communicate directly with an application executing on a terminal, like a personal computer, without communicating with a server. In this case, the smart card must somehow trust the terminal application before performing some secure operation it was designed for. This paper presents a novel method to remotely trust a terminal application from the smart card. For terminals such as personal computers, this method is based on an advanced secure device connected through the USB and consisting of a smart card bundled with flash memory. This device, or USB dongle, can be used in the context of remote untrusting to secure portable applications conveyed in the dongle flash memory. White-box cryptography is used to set the secure channel and a mechanism based on thumbprint is described to provide external authentication when session keys need to be renewed. Although not as secure as end-to-end server to smart card security, remote entrusting with smart cards is easy to deploy for mass-market applications and can provide a reasonable level of security.

  1. Improving access to specialists in remote communities: a cross-sectional study and cost analysis of the use of eConsult in Nunavut.

    PubMed

    Liddy, Clare; McKellips, Fanny; Armstrong, Catherine Deri; Afkham, Amir; Fraser-Roberts, Leigh; Keely, Erin

    2017-01-01

    Residents of remote communities face inequities in access to specialists, excessive wait times, and poorly coordinated care. The Champlain BASE TM (Building Access to Specialists through eConsultation) service facilitates asynchronous communication between primary care providers (PCP) and specialists. The service was extended to several PCPs in Nunavut in 2014. To (1) describe the use of eConsult services in Nunavut, and (2) conduct a costing evaluation. A cross-sectional study and cost analysis of all eConsult cases submitted between August 2014 and April 2016. PCPs from Nunavut submitted 165 eConsult cases. The most popular specialties were dermatology (16%), cardiology (8%), endocrinology (7%), otolaryngology (7%), and obstetrics/gynaecology (7%). Specialists provided a response in a median of 0.9 days (IQR=0.3-3.0, range=0.01-15.02). In 35% of cases, PCPs were able to avoid the face-to-face specialist visits they had originally planned for their patients. Total savings associated with eConsult in Nunavut are estimated at $180,552.73 or $1,100.93 per eConsult. The eConsult service provided patients in Nunavut's remote communities with prompt access to specialist advice. The service's chief advantage in Canada's northern communities is its ability to offer electronic access to a breadth of specialties far greater than could be supported locally. Our findings suggest that a territory-wide adoption of eConsult would generate enormous savings.

  2. 76 FR 45295 - In the Matter of Certain Static Random Access Memories and Products Containing Same; Notice of...

    Federal Register 2010, 2011, 2012, 2013, 2014

    2011-07-28

    ... supplementing the amended complaint was filed on June 28, 2011. A second amended complaint was filed on July 13... of certain static random access memories and products containing same by reason of infringement of... 13 of the `937 patent, and whether an industry in the United States exists as required by subsection...

  3. High speed magneto-resistive random access memory

    NASA Technical Reports Server (NTRS)

    Wu, Jiin-Chuan (Inventor); Stadler, Henry L. (Inventor); Katti, Romney R. (Inventor)

    1992-01-01

    A high speed read MRAM memory element is configured from a sandwich of magnetizable, ferromagnetic film surrounding a magneto-resistive film which may be ferromagnetic or not. One outer ferromagnetic film has a higher coercive force than the other and therefore remains magnetized in one sense while the other may be switched in sense by a switching magnetic field. The magneto-resistive film is therefore sensitive to the amplitude of the resultant field between the outer ferromagnetic films and may be constructed of a high resistivity, high magneto-resistive material capable of higher sensing currents. This permits higher read voltages and therefore faster read operations. Alternate embodiments with perpendicular anisotropy, and in-plane anisotropy are shown, including an embodiment which uses high permeability guides to direct the closing flux path through the magneto-resistive material. High density, high speed, radiation hard, memory matrices may be constructed from these memory elements.

  4. Dendritic spine density and EphrinB2 levels of hippocampal and anterior cingulate cortex neurons increase sequentially during formation of recent and remote fear memory in the mouse.

    PubMed

    Abate, Georgia; Colazingari, Sandra; Accoto, Alessandra; Conversi, David; Bevilacqua, Arturo

    2018-05-15

    Memory consolidation is a dynamic process that involves a sequential remodeling of hippocampal-cortical circuits. Although synaptic events underlying memory consolidation are well assessed, fine molecular events controlling this process deserve further characterization. To this aim, we challenged male C57BL/6N mice in a contextual fear conditioning (CFC) paradigm and tested their memory 24 h, 7 days or 36 days later. Mice displayed a strong fear response at all time points with an increase in dendritic spine density and protein levels of the cell adhesion factor EphrinB2 in CA1 hippocampal neurons 24 h and 7 days post conditioning (p.c.), and in anterior cingulate cortex (ACC) neurons 36 days p.c. We then investigated whether the formation of remote memory and neuronal modifications in the ACC would depend on p.c. protein synthesis in hippocampal neurons. Bilateral intrahippocampal infusions with the protein synthesis inhibitor anisomycin administered immediately p.c. decreased fear response, neuronal spine growth and EphrinB2 protein levels of hippocampal and ACC neurons 24 h and 36 days p.c., respectively. Anisomycin infusion 24 h p.c. had no effects on fear response, increase in spine density and in EphrinB2 protein levels in ACC neurons 36 days p.c. Our results thus confirm that early but not late p.c. hippocampal protein synthesis is necessary for the formation of remote memory and provide the first evidence of a possible involvement of EphrinB2 in neuronal plasticity in the ACC. Copyright © 2018 Elsevier B.V. All rights reserved.

  5. A remote laboratory for USRP-based software defined radio

    NASA Astrophysics Data System (ADS)

    Gandhinagar Ekanthappa, Rudresh; Escobar, Rodrigo; Matevossian, Achot; Akopian, David

    2014-02-01

    Electrical and computer engineering graduates need practical working skills with real-world electronic devices, which are addressed to some extent by hands-on laboratories. Deployment capacity of hands-on laboratories is typically constrained due to insufficient equipment availability, facility shortages, and lack of human resources for in-class support and maintenance. At the same time, at many sites, existing experimental systems are usually underutilized due to class scheduling bottlenecks. Nowadays, online education gains popularity and remote laboratories have been suggested to broaden access to experimentation resources. Remote laboratories resolve many problems as various costs can be shared, and student access to instrumentation is facilitated in terms of access time and locations. Labs are converted to homeworks that can be done without physical presence in laboratories. Even though they are not providing full sense of hands-on experimentation, remote labs are a viable alternatives for underserved educational sites. This paper studies remote modality of USRP-based radio-communication labs offered by National Instruments (NI). The labs are offered to graduate and undergraduate students and tentative assessments support feasibility of remote deployments.

  6. UPC++ Programmer’s Guide (v1.0 2017.9)

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Bachan, J.; Baden, S.; Bonachea, D.

    UPC++ is a C++11 library that provides Asynchronous Partitioned Global Address Space (APGAS) programming. It is designed for writing parallel programs that run efficiently and scale well on distributed-memory parallel computers. The APGAS model is single program, multiple-data (SPMD), with each separate thread of execution (referred to as a rank, a term borrowed from MPI) having access to local memory as it would in C++. However, APGAS also provides access to a global address space, which is allocated in shared segments that are distributed over the ranks. UPC++ provides numerous methods for accessing and using global memory. In UPC++, allmore » operations that access remote memory are explicit, which encourages programmers to be aware of the cost of communication and data movement. Moreover, all remote-memory access operations are by default asynchronous, to enable programmers to write code that scales well even on hundreds of thousands of cores.« less

  7. UPC++ Programmer’s Guide, v1.0-2018.3.0

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Bachan, J.; Baden, S.; Bonachea, Dan

    UPC++ is a C++11 library that provides Partitioned Global Address Space (PGAS) programming. It is designed for writing parallel programs that run efficiently and scale well on distributed-memory parallel computers. The PGAS model is single program, multiple-data (SPMD), with each separate thread of execution (referred to as a rank, a term borrowed from MPI) having access to local memory as it would in C++. However, PGAS also provides access to a global address space, which is allocated in shared segments that are distributed over the ranks. UPC++ provides numerous methods for accessing and using global memory. In UPC++, all operationsmore » that access remote memory are explicit, which encourages programmers to be aware of the cost of communication and data movement. Moreover, all remote-memory access operations are by default asynchronous, to enable programmers to write code that scales well even on hundreds of thousands of cores.« less

  8. Research on fast Fourier transforms algorithm of huge remote sensing image technology with GPU and partitioning technology.

    PubMed

    Yang, Xue; Li, Xue-You; Li, Jia-Guo; Ma, Jun; Zhang, Li; Yang, Jan; Du, Quan-Ye

    2014-02-01

    Fast Fourier transforms (FFT) is a basic approach to remote sensing image processing. With the improvement of capacity of remote sensing image capture with the features of hyperspectrum, high spatial resolution and high temporal resolution, how to use FFT technology to efficiently process huge remote sensing image becomes the critical step and research hot spot of current image processing technology. FFT algorithm, one of the basic algorithms of image processing, can be used for stripe noise removal, image compression, image registration, etc. in processing remote sensing image. CUFFT function library is the FFT algorithm library based on CPU and FFTW. FFTW is a FFT algorithm developed based on CPU in PC platform, and is currently the fastest CPU based FFT algorithm function library. However there is a common problem that once the available memory or memory is less than the capacity of image, there will be out of memory or memory overflow when using the above two methods to realize image FFT arithmetic. To address this problem, a CPU and partitioning technology based Huge Remote Fast Fourier Transform (HRFFT) algorithm is proposed in this paper. By improving the FFT algorithm in CUFFT function library, the problem of out of memory and memory overflow is solved. Moreover, this method is proved rational by experiment combined with the CCD image of HJ-1A satellite. When applied to practical image processing, it improves effect of the image processing, speeds up the processing, which saves the time of computation and achieves sound result.

  9. Tracking the Time-Dependent Role of the Hippocampus in Memory Recall Using DREADDs.

    PubMed

    Varela, Carmen; Weiss, Sarah; Meyer, Retsina; Halassa, Michael; Biedenkapp, Joseph; Wilson, Matthew A; Goosens, Ki Ann; Bendor, Daniel

    2016-01-01

    The hippocampus is critical for the storage of new autobiographical experiences as memories. Following an initial encoding stage in the hippocampus, memories undergo a process of systems-level consolidation, which leads to greater stability through time and an increased reliance on neocortical areas for retrieval. The extent to which the retrieval of these consolidated memories still requires the hippocampus is unclear, as both spared and severely degraded remote memory recall have been reported following post-training hippocampal lesions. One difficulty in definitively addressing the role of the hippocampus in remote memory retrieval is the precision with which the entire volume of the hippocampal region can be inactivated. To address this issue, we used Designer Receptors Exclusively Activated by Designer Drugs (DREADDs), a chemical-genetic tool capable of highly specific neuronal manipulation over large volumes of brain tissue. We find that remote (>7 weeks after acquisition), but not recent (1-2 days after acquisition) contextual fear memories can be recalled after injection of the DREADD agonist (CNO) in animals expressing the inhibitory DREADD in the entire hippocampus. Our data demonstrate a time-dependent role of the hippocampus in memory retrieval, supporting the standard model of systems consolidation.

  10. Tracking the Time-Dependent Role of the Hippocampus in Memory Recall Using DREADDs

    PubMed Central

    Varela, Carmen; Weiss, Sarah; Meyer, Retsina; Halassa, Michael; Biedenkapp, Joseph; Wilson, Matthew A.; Goosens, Ki Ann

    2016-01-01

    The hippocampus is critical for the storage of new autobiographical experiences as memories. Following an initial encoding stage in the hippocampus, memories undergo a process of systems-level consolidation, which leads to greater stability through time and an increased reliance on neocortical areas for retrieval. The extent to which the retrieval of these consolidated memories still requires the hippocampus is unclear, as both spared and severely degraded remote memory recall have been reported following post-training hippocampal lesions. One difficulty in definitively addressing the role of the hippocampus in remote memory retrieval is the precision with which the entire volume of the hippocampal region can be inactivated. To address this issue, we used Designer Receptors Exclusively Activated by Designer Drugs (DREADDs), a chemical-genetic tool capable of highly specific neuronal manipulation over large volumes of brain tissue. We find that remote (>7 weeks after acquisition), but not recent (1–2 days after acquisition) contextual fear memories can be recalled after injection of the DREADD agonist (CNO) in animals expressing the inhibitory DREADD in the entire hippocampus. Our data demonstrate a time-dependent role of the hippocampus in memory retrieval, supporting the standard model of systems consolidation. PMID:27145133

  11. Data Access Services that Make Remote Sensing Data Easier to Use

    NASA Technical Reports Server (NTRS)

    Lynnes, Christopher

    2010-01-01

    This slide presentation reviews some of the processes that NASA uses to make the remote sensing data easy to use over the World Wide Web. This work involves much research into data formats, geolocation structures and quality indicators, often to be followed by coding a preprocessing program. Only then are the data usable within the analysis tool of choice. The Goddard Earth Sciences Data and Information Services Center is deploying a variety of data access services that are designed to dramatically shorten the time consumed in the data preparation step. On-the-fly conversion to the standard network Common Data Form (netCDF) format with Climate-Forecast (CF) conventions imposes a standard coordinate system framework that makes data instantly readable through several tools, such as the Integrated Data Viewer, Gridded Analysis and Display System, Panoply and Ferret. A similar benefit is achieved by serving data through the Open Source Project for a Network Data Access Protocol (OPeNDAP), which also provides subsetting. The Data Quality Screening Service goes a step further in filtering out data points based on quality control flags, based on science team recommendations or user-specified criteria. Further still is the Giovanni online analysis system which goes beyond handling formatting and quality to provide visualization and basic statistics of the data. This general approach of automating the preparation steps has the important added benefit of enabling use of the data by non-human users (i.e., computer programs), which often make sub-optimal use of the available data due to the need to hard-code data preparation on the client side.

  12. Bubble memory module for spacecraft application

    NASA Technical Reports Server (NTRS)

    Hayes, P. J.; Looney, K. T.; Nichols, C. D.

    1985-01-01

    Bubble domain technology offers an all-solid-state alternative for data storage in onboard data systems. A versatile modular bubble memory concept was developed. The key module is the bubble memory module which contains all of the storage devices and circuitry for accessing these devices. This report documents the bubble memory module design and preliminary hardware designs aimed at memory module functional demonstration with available commercial bubble devices. The system architecture provides simultaneous operation of bubble devices to attain high data rates. Banks of bubble devices are accessed by a given bubble controller to minimize controller parts. A power strobing technique is discussed which could minimize the average system power dissipation. A fast initialization method using EEPROM (electrically erasable, programmable read-only memory) devices promotes fast access. Noise and crosstalk problems and implementations to minimize these are discussed. Flight memory systems which incorporate the concepts and techniques of this work could now be developed for applications.

  13. Functional integrity of the retrosplenial cortex is essential for rapid consolidation and recall of fear memory.

    PubMed

    Katche, Cynthia; Dorman, Guido; Slipczuk, Leandro; Cammarota, Martín; Medina, Jorge H

    2013-03-15

    Memory storage is a temporally graded process involving different phases and different structures in the mammalian brain. Cortical plasticity is essential to store stable memories, but little is known regarding its involvement in memory processing. Here we show that fear memory consolidation requires early post-training macromolecular synthesis in the anterior part of the retrosplenial cortex (aRSC), and that reversible pharmacological inactivation of this cortical region impairs recall of recent as well as of remote memories. These results challenge the generally accepted idea that neocortical areas are slow encoding systems that participate in the retrieval of remote memories only.

  14. A random access memory immune to single event upset using a T-Resistor

    DOEpatents

    Ochoa, A. Jr.

    1987-10-28

    In a random access memory cell, a resistance ''T'' decoupling network in each leg of the cell reduces random errors caused by the interaction of energetic ions with the semiconductor material forming the cell. The cell comprises two parallel legs each containing a series pair of complementary MOS transistors having a common gate connected to the node between the transistors of the opposite leg. The decoupling network in each leg is formed by a series pair of resistors between the transistors together with a third resistor interconnecting the junction between the pair of resistors and the gate of the transistor pair forming the opposite leg of the cell. 4 figs.

  15. Episodic memories.

    PubMed

    Conway, Martin A

    2009-09-01

    An account of episodic memories is developed that focuses on the types of knowledge they represent, their properties, and the functions they might serve. It is proposed that episodic memories consist of episodic elements, summary records of experience often in the form of visual images, associated to a conceptual frame that provides a conceptual context. Episodic memories are embedded in a more complex conceptual system in which they can become the basis of autobiographical memories. However, the function of episodic memories is to keep a record of progress with short-term goals and access to most episodic memories is lost soon after their formation. Finally, it is suggested that developmentally episodic memories form the basis of the conceptual system and it is from sets of episodic memories that early non-verbal conceptual knowledge is abstracted.

  16. Aerosol Remote Sensing

    NASA Technical Reports Server (NTRS)

    Lenoble, Jacqueline (Editor); Remer, Lorraine (Editor); Tanre, Didier (Editor)

    2012-01-01

    This book gives a much needed explanation of the basic physical principles of radia5tive transfer and remote sensing, and presents all the instruments and retrieval algorithms in a homogenous manner. For the first time, an easy path from theory to practical algorithms is available in one easily accessible volume, making the connection between theoretical radiative transfer and individual practical solutions to retrieve aerosol information from remote sensing. In addition, the specifics and intercomparison of all current and historical methods are explained and clarified.

  17. Reflections on Earth--Remote-Sensing Research from Your Classroom.

    ERIC Educational Resources Information Center

    Campbell, Bruce A.

    2001-01-01

    Points out the uses of remote sensing in different areas, and introduces the program "Reflections on Earth" which provides access to basic and instructional information on remote sensing to students and teachers. Introduces students to concepts related to remote sensing and measuring distances. (YDS)

  18. Soft-error tolerance and energy consumption evaluation of embedded computer with magnetic random access memory in practical systems using computer simulations

    NASA Astrophysics Data System (ADS)

    Nebashi, Ryusuke; Sakimura, Noboru; Sugibayashi, Tadahiko

    2017-08-01

    We evaluated the soft-error tolerance and energy consumption of an embedded computer with magnetic random access memory (MRAM) using two computer simulators. One is a central processing unit (CPU) simulator of a typical embedded computer system. We simulated the radiation-induced single-event-upset (SEU) probability in a spin-transfer-torque MRAM cell and also the failure rate of a typical embedded computer due to its main memory SEU error. The other is a delay tolerant network (DTN) system simulator. It simulates the power dissipation of wireless sensor network nodes of the system using a revised CPU simulator and a network simulator. We demonstrated that the SEU effect on the embedded computer with 1 Gbit MRAM-based working memory is less than 1 failure in time (FIT). We also demonstrated that the energy consumption of the DTN sensor node with MRAM-based working memory can be reduced to 1/11. These results indicate that MRAM-based working memory enhances the disaster tolerance of embedded computers.

  19. Set statistics in conductive bridge random access memory device with Cu/HfO{sub 2}/Pt structure

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Zhang, Meiyun; Long, Shibing, E-mail: longshibing@ime.ac.cn; Wang, Guoming

    2014-11-10

    The switching parameter variation of resistive switching memory is one of the most important challenges in its application. In this letter, we have studied the set statistics of conductive bridge random access memory with a Cu/HfO{sub 2}/Pt structure. The experimental distributions of the set parameters in several off resistance ranges are shown to nicely fit a Weibull model. The Weibull slopes of the set voltage and current increase and decrease logarithmically with off resistance, respectively. This experimental behavior is perfectly captured by a Monte Carlo simulator based on the cell-based set voltage statistics model and the Quantum Point Contact electronmore » transport model. Our work provides indications for the improvement of the switching uniformity.« less

  20. Access to Attitude-Relevant Information in Memory as a Determinant of Persuasion: The Role of Message and Communicator Attributes.

    ERIC Educational Resources Information Center

    Wood, Wendy; And Others

    Research literature shows that people with access to attitude-relevant information in memory are able to draw on relevant beliefs and prior experiences when analyzing a persuasive message. This suggests that people who can retrieve little attitude-relevant information should be less able to engage in systematic processing. Two experiments were…

  1. Affect, accessibility of material in memory, and behavior: a cognitive loop?

    PubMed

    Isen, A M; Shalker, T E; Clark, M; Karp, L

    1978-01-01

    Two studies investigated the effect of good mood on cognitive processes. In the first study, conducted in a shopping mall, a positive feeling state was induced by giving subjects a free gift, and good mood, thus induced, was found to improve subjects' evaluations of the performance and service records of products they owned. In the second study, in which affect was induced by having subjects win or lose a computer game in a laboratory setting, subjects who had won the game were found to be better able to recall positive material in memory. The results of the two studies are discussed in terms of the effect that feelings have on accessibility of cognitions. In addition, the nature of affect and the relationship between good mood and behavior (such as helping) are discussed in terms of this proposed cognitive process.

  2. Stream specificity and asymmetries in feature binding and content-addressable access in visual encoding and memory.

    PubMed

    Huynh, Duong L; Tripathy, Srimant P; Bedell, Harold E; Ögmen, Haluk

    2015-01-01

    Human memory is content addressable-i.e., contents of the memory can be accessed using partial information about the bound features of a stored item. In this study, we used a cross-feature cuing technique to examine how the human visual system encodes, binds, and retains information about multiple stimulus features within a set of moving objects. We sought to characterize the roles of three different features (position, color, and direction of motion, the latter two of which are processed preferentially within the ventral and dorsal visual streams, respectively) in the construction and maintenance of object representations. We investigated the extent to which these features are bound together across the following processing stages: during stimulus encoding, sensory (iconic) memory, and visual short-term memory. Whereas all features examined here can serve as cues for addressing content, their effectiveness shows asymmetries and varies according to cue-report pairings and the stage of information processing and storage. Position-based indexing theories predict that position should be more effective as a cue compared to other features. While we found a privileged role for position as a cue at the stimulus-encoding stage, position was not the privileged cue at the sensory and visual short-term memory stages. Instead, the pattern that emerged from our findings is one that mirrors the parallel processing streams in the visual system. This stream-specific binding and cuing effectiveness manifests itself in all three stages of information processing examined here. Finally, we find that the Leaky Flask model proposed in our previous study is applicable to all three features.

  3. Commercial future: making remote sensing a media event

    NASA Astrophysics Data System (ADS)

    Lurie, Ian

    1999-12-01

    The rapid growth of commercial remote sensing has made high quality digital sensing data widely available -- now, remote sensing must become and remain a strong, commercially viable industry. However, this new industry cannot survive without an educated consumer base. To access markets, remote sensing providers must make their product more accessible, both literally and figuratively: Potential customers must be able to find the data they require, when they require it, and they must understand the utility of the information available to them. The Internet and the World Wide Web offer the perfect medium to educate potential customers and to sell remote sensing data to those customers. A well-designed web presence can provide both an information center and a market place for companies offering their data for sale. A very high potential web-based market for remote sensing lies in media. News agencies, web sites, and a host of other visual media services can use remote sensing data to provide current, relevant information regarding news around the world. This paper will provide a model for promotion and sale of remote sensing data via the Internet.

  4. On Using the Volatile Mem-Capacitive Effect of TiO2 Resistive Random Access Memory to Mimic the Synaptic Forgetting Process

    NASA Astrophysics Data System (ADS)

    Sarkar, Biplab; Mills, Steven; Lee, Bongmook; Pitts, W. Shepherd; Misra, Veena; Franzon, Paul D.

    2018-02-01

    In this work, we report on mimicking the synaptic forgetting process using the volatile mem-capacitive effect of a resistive random access memory (RRAM). TiO2 dielectric, which is known to show volatile memory operations due to migration of inherent oxygen vacancies, was used to achieve the volatile mem-capacitive effect. By placing the volatile RRAM candidate along with SiO2 at the gate of a MOS capacitor, a volatile capacitance change resembling the forgetting nature of a human brain is demonstrated. Furthermore, the memory operation in the MOS capacitor does not require a current flow through the gate dielectric indicating the feasibility of obtaining low power memory operations. Thus, the mem-capacitive effect of volatile RRAM candidates can be attractive to the future neuromorphic systems for implementing the forgetting process of a human brain.

  5. Accessing Both Halves of the Brain to Make Climate Decisions: How Community-Sourced Media, Earth Remote Sensing Data, and Creative Placemaking Art Can Cultivate Change

    NASA Astrophysics Data System (ADS)

    Drapkin, J. K.; Wagner, L.

    2017-12-01

    Decision-making, science tells us, accesses multiple parts of the brain: both logic and data as well as memory and emotion. It is this mix of signals that propels individuals and communities to act. Founded in 2012, ISeeChange is the nation's first community crowdsourced climate and weather journal that empowers users to document environmental changes with others and discuss the impacts over time. Our neighborhood investigation methodology includes residents documenting their personal experiences alongside collected data, Earth remote sensing data, and local artists interpreting community questions and experiences into place-based public art in the neighborhood to inspire a culture of resilience and climate literacy. ISeeChange connects the public with national media, scientists, and data tools that support community dialogue and enable collaborative science and journalism investigations about our changing environment. Our groundbreaking environmental reporting platform—available online and through a mobile app—personalizes and tracks climate change from the perspective of every day experiences, bringing Eearth science home and into the placesspaces people know best and trust most- their own communities Our session will focus on our newest neighborhood pilot program in New Orleans, furthering the climate resilience, green infrastructure, and creative placemaking efforts of the Trust for Public Land, the City of New Orleans, and other resilience community partners.

  6. Working memory at work: how the updating process alters the nature of working memory transfer.

    PubMed

    Zhang, Yanmin; Verhaeghen, Paul; Cerella, John

    2012-01-01

    In three N-Back experiments, we investigated components of the process of working memory (WM) updating, more specifically access to items stored outside the focus of attention and transfer from the focus to the region of WM outside the focus. We used stimulus complexity as a marker. We found that when WM transfer occurred under full attention, it was slow and highly sensitive to stimulus complexity, much more so than WM access. When transfer occurred in conjunction with access, however, it was fast and no longer sensitive to stimulus complexity. Thus the updating context altered the nature of WM processing: The dual-task situation (transfer in conjunction with access) drove memory transfer into a more efficient mode, indifferent to stimulus complexity. In contrast, access times consistently increased with complexity, unaffected by the processing context. This study reinforces recent reports that retrieval is a (perhaps the) key component of working memory functioning. Copyright © 2011 Elsevier B.V. All rights reserved.

  7. Working Memory at Work: How the Updating Process Alters the Nature of Working Memory Transfer

    PubMed Central

    Zhang, Yanmin; Verhaeghen, Paul; Cerella, John

    2011-01-01

    In three N-Back experiments, we investigated components of the process of working memory (WM) updating, more specifically access to items stored outside the focus of attention and transfer from the focus to the region of WM outside the focus. We used stimulus complexity as a marker. We found that when WM transfer occurred under full attention, it was slow and highly sensitive to stimulus complexity, much more so than WM access. When transfer occurred in conjunction with access, however, it was fast and no longer sensitive to stimulus complexity. Thus the updating context altered the nature of WM processing: The dual-task situation (transfer in conjunction with access) drove memory transfer into a more efficient mode, indifferent to stimulus complexity. In contrast, access times consistently increased with complexity, unaffected by the processing context. This study reinforces recent reports that retrieval is a (perhaps the) key component of working memory functioning. PMID:22105718

  8. Optoelectronic-cache memory system architecture.

    PubMed

    Chiarulli, D M; Levitan, S P

    1996-05-10

    We present an investigation of the architecture of an optoelectronic cache that can integrate terabit optical memories with the electronic caches associated with high-performance uniprocessors and multiprocessors. The use of optoelectronic-cache memories enables these terabit technologies to provide transparently low-latency secondary memory with frame sizes comparable with disk pages but with latencies that approach those of electronic secondary-cache memories. This enables the implementation of terabit memories with effective access times comparable with the cycle times of current microprocessors. The cache design is based on the use of a smart-pixel array and combines parallel free-space optical input-output to-and-from optical memory with conventional electronic communication to the processor caches. This cache and the optical memory system to which it will interface provide a large random-access memory space that has a lower overall latency than that of magnetic disks and disk arrays. In addition, as a consequence of the high-bandwidth parallel input-output capabilities of optical memories, fault service times for the optoelectronic cache are substantially less than those currently achievable with any rotational media.

  9. One bipolar transistor selector - One resistive random access memory device for cross bar memory array

    NASA Astrophysics Data System (ADS)

    Aluguri, R.; Kumar, D.; Simanjuntak, F. M.; Tseng, T.-Y.

    2017-09-01

    A bipolar transistor selector was connected in series with a resistive switching memory device to study its memory characteristics for its application in cross bar array memory. The metal oxide based p-n-p bipolar transistor selector indicated good selectivity of about 104 with high retention and long endurance showing its usefulness in cross bar RRAM devices. Zener tunneling is found to be the main conduction phenomena for obtaining high selectivity. 1BT-1R device demonstrated good memory characteristics with non-linearity of 2 orders, selectivity of about 2 orders and long retention characteristics of more than 105 sec. One bit-line pull-up scheme shows that a 650 kb cross bar array made with this 1BT1R devices works well with more than 10 % read margin proving its ability in future memory technology application.

  10. [Physiopathology of autobiographical memory in aging: episodic and semantic distinction, clinical findings and neuroimaging studies].

    PubMed

    Piolino, Pascale; Martinelli, Pénélope; Viard, Armelle; Noulhiane, Marion; Eustache, Francis; Desgranges, Béatrice

    2010-01-01

    From an early age, autobiographical memory models our feeling of identity and continuity. It grows throughout lifetime with our experiences and is built up from general self-knowledge and specific memories. The study of autobiographical memory depicts the dynamic and reconstructive features of this type of long-term memory, combining both semantic and episodic aspects, its strength and fragility. In this article, we propose to illustrate the properties of autobiographical memory from the field of cognitive psychology, neuropsychology and neuroimaging research through the analysis of the mechanisms of disturbance in normal and Alzheimer's disease. We show that the cognitive and neural bases of autobiographical memory are distinct in both cases. In normal aging, autobiographical memory retrieval is mainly dependent on frontal/executive function and on sense of reexperiencing specific context connected to hippocampal regions regardless of memory remoteness. In Alzheimer's disease, autobiographical memory deficit, characterized by a Ribot's temporal gradient, is connected to different regions according to memory remoteness. Our functional neuroimaging results suggest that patients at the early stage can compensate for their massive deficit of episodic recent memories correlated to hippocampal alteration with over general remote memories related to prefrontal regions. On the whole, the research findings allowed initiating new autobiographical memory studies by comparing normal and pathological aging and developing cognitive methods of memory rehabilitation in patients based on preserved personal semantic capacity. © Société de Biologie, 2010.

  11. Dual representation of item positions in verbal short-term memory: Evidence for two access modes.

    PubMed

    Lange, Elke B; Verhaeghen, Paul; Cerella, John

    Memory sets of N = 1~5 digits were exposed sequentially from left-to-right across the screen, followed by N recognition probes. Probes had to be compared to memory list items on identity only (Sternberg task) or conditional on list position. Positions were probed randomly or in left-to-right order. Search functions related probe response times to set size. Random probing led to ramped, "Sternbergian" functions whose intercepts were elevated by the location requirement. Sequential probing led to flat search functions-fast responses unaffected by set size. These results suggested that items in STM could be accessed either by a slow search-on-identity followed by recovery of an associated location tag, or in a single step by following item-to-item links in study order. It is argued that this dual coding of location information occurs spontaneously at study, and that either code can be utilised at retrieval depending on test demands.

  12. Remote infrared audible signage (RIAS) pilot program report.

    DOT National Transportation Integrated Search

    2011-07-01

    The Remote Infrared Audible Sign Model Accessibility Program (RIAS MAP) is a program funded by the Federal Transit Administration (FTA) to evaluate the effectiveness of remote infrared audible sign systems in enabling persons with visual and cognitiv...

  13. An amorphous titanium dioxide metal insulator metal selector device for resistive random access memory crossbar arrays with tunable voltage margin

    NASA Astrophysics Data System (ADS)

    Cortese, Simone; Khiat, Ali; Carta, Daniela; Light, Mark E.; Prodromakis, Themistoklis

    2016-01-01

    Resistive random access memory (ReRAM) crossbar arrays have become one of the most promising candidates for next-generation non volatile memories. To become a mature technology, the sneak path current issue must be solved without compromising all the advantages that crossbars offer in terms of electrical performances and fabrication complexity. Here, we present a highly integrable access device based on nickel and sub-stoichiometric amorphous titanium dioxide (TiO2-x), in a metal insulator metal crossbar structure. The high voltage margin of 3 V, amongst the highest reported for monolayer selector devices, and the good current density of 104 A/cm2 make it suitable to sustain ReRAM read and write operations, effectively tackling sneak currents in crossbars without compromising fabrication complexity in a 1 Selector 1 Resistor (1S1R) architecture. Furthermore, the voltage margin is found to be tunable by an annealing step without affecting the device's characteristics.

  14. Efficient Memory Access with NumPy Global Arrays using Local Memory Access

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Daily, Jeffrey A.; Berghofer, Dan C.

    This paper discusses the work completed working with Global Arrays of data on distributed multi-computer systems and improving their performance. The tasks completed were done at Pacific Northwest National Laboratory in the Science Undergrad Laboratory Internship program in the summer of 2013 for the Data Intensive Computing Group in the Fundamental and Computational Sciences DIrectorate. This work was done on the Global Arrays Toolkit developed by this group. This toolkit is an interface for programmers to more easily create arrays of data on networks of computers. This is useful because scientific computation is often done on large amounts of datamore » sometimes so large that individual computers cannot hold all of it. This data is held in array form and can best be processed on supercomputers which often consist of a network of individual computers doing their computation in parallel. One major challenge for this sort of programming is that operations on arrays on multiple computers is very complex and an interface is needed so that these arrays seem like they are on a single computer. This is what global arrays does. The work done here is to use more efficient operations on that data that requires less copying of data to be completed. This saves a lot of time because copying data on many different computers is time intensive. The way this challenge was solved is when data to be operated on with binary operations are on the same computer, they are not copied when they are accessed. When they are on separate computers, only one set is copied when accessed. This saves time because of less copying done although more data access operations were done.« less

  15. Effect of embedded metal nanocrystals on the resistive switching characteristics in NiN-based resistive random access memory cells

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Yun, Min Ju; Kim, Hee-Dong; Man Hong, Seok

    2014-03-07

    The metal nanocrystals (NCs) embedded-NiN-based resistive random access memory cells are demonstrated using several metal NCs (i.e., Pt, Ni, and Ti) with different physical parameters in order to investigate the metal NC's dependence on resistive switching (RS) characteristics. First, depending on the electronegativity of metal, the size of metal NCs is determined and this affects the operating current of memory cells. If metal NCs with high electronegativity are incorporated, the size of the NCs is reduced; hence, the operating current is reduced owing to the reduced density of the electric field around the metal NCs. Second, the potential wells aremore » formed by the difference of work function between the metal NCs and active layer, and the barrier height of the potential wells affects the level of operating voltage as well as the conduction mechanism of metal NCs embedded memory cells. Therefore, by understanding these correlations between the active layer and embedded metal NCs, we can optimize the RS properties of metal NCs embedded memory cells as well as predict their conduction mechanisms.« less

  16. Multiple memory stores and operant conditioning: a rationale for memory's complexity.

    PubMed

    Meeter, Martijn; Veldkamp, Rob; Jin, Yaochu

    2009-02-01

    Why does the brain contain more than one memory system? Genetic algorithms can play a role in elucidating this question. Here, model animals were constructed containing a dorsal striatal layer that controlled actions, and a ventral striatal layer that controlled a dopaminergic learning signal. Both layers could gain access to three modeled memory stores, but such access was penalized as energy expenditure. Model animals were then selected on their fitness in simulated operant conditioning tasks. Results suggest that having access to multiple memory stores and their representations is important in learning to regulate dopamine release, as well as in contextual discrimination. For simple operant conditioning, as well as stimulus discrimination, hippocampal compound representations turned out to suffice, a counterintuitive result given findings that hippocampal lesions tend not to affect performance in such tasks. We argue that there is in fact evidence to support a role for compound representations and the hippocampus in even the simplest conditioning tasks.

  17. Economic Insights into Providing Access to Improved Groundwater Sources in Remote, Low-Resource Areas

    NASA Astrophysics Data System (ADS)

    Abramson, A.; Lazarovitch, N.; Adar, E.

    2013-12-01

    Groundwater is often the most or only feasible drinking water source in remote, low-resource areas. Yet the economics of its development have not been systematically outlined. We applied CBARWI (Cost-Benefit Analysis for Remote Water Improvements), a recently developed Decision Support System, to investigate the economic, physical and management factors related to the costs and benefits of non-networked groundwater supply in remote areas. Synthetic profiles of community water services (n = 17,962), defined across 14 parameters' values and ranges relevant to remote areas, were imputed into the decision framework, and the parameter effects on economic outcomes were investigated through regression analysis (Table 1). Several approaches were included for financing the improvements, after Abramson et al, 2011: willingness-to -pay (WTP), -borrow (WTB) and -work (WTW) in community irrigation (';water-for-work'). We found that low-cost groundwater development approaches are almost 7 times more cost-effective than conventional boreholes fitted with handpumps. The costs of electric, submersible borehole pumps are comparable only when providing expanded water supplies, and off-grid communities pay significantly more for such expansions. In our model, new source construction is less cost-effective than improvement of existing wells, but necessary for expanding access to isolated households. The financing approach significantly impacts the feasibility of demand-driven cost recovery; in our investigation, benefit exceeds cost in 16, 32 and 48% of water service configurations financed by WTP, WTB and WTW, respectively. Regressions of total cost (R2 = 0.723) and net benefit under WTW (R2 = 0.829) along with analysis of output distributions indicate that parameters determining the profitability of irrigation are different from those determining costs and other measures of net benefit. These findings suggest that the cost-benefit outcomes associated with groundwater-based water

  18. Accessing and Visualizing scientific spatiotemporal data

    NASA Technical Reports Server (NTRS)

    Katz, Daniel S.; Bergou, Attila; Berriman, Bruce G.; Block, Gary L.; Collier, Jim; Curkendall, David W.; Good, John; Husman, Laura; Jacob, Joseph C.; Laity, Anastasia; hide

    2004-01-01

    This paper discusses work done by JPL 's Parallel Applications Technologies Group in helping scientists access and visualize very large data sets through the use of multiple computing resources, such as parallel supercomputers, clusters, and grids These tools do one or more of the following tasks visualize local data sets for local users, visualize local data sets for remote users, and access and visualize remote data sets The tools are used for various types of data, including remotely sensed image data, digital elevation models, astronomical surveys, etc The paper attempts to pull some common elements out of these tools that may be useful for others who have to work with similarly large data sets.

  19. RIP-REMOTE INTERACTIVE PARTICLE-TRACER

    NASA Technical Reports Server (NTRS)

    Rogers, S. E.

    1994-01-01

    Remote Interactive Particle-tracing (RIP) is a distributed-graphics program which computes particle traces for computational fluid dynamics (CFD) solution data sets. A particle trace is a line which shows the path a massless particle in a fluid will take; it is a visual image of where the fluid is going. The program is able to compute and display particle traces at a speed of about one trace per second because it runs on two machines concurrently. The data used by the program is contained in two files. The solution file contains data on density, momentum and energy quantities of a flow field at discrete points in three-dimensional space, while the grid file contains the physical coordinates of each of the discrete points. RIP requires two computers. A local graphics workstation interfaces with the user for program control and graphics manipulation, and a remote machine interfaces with the solution data set and performs time-intensive computations. The program utilizes two machines in a distributed mode for two reasons. First, the data to be used by the program is usually generated on the supercomputer. RIP avoids having to convert and transfer the data, eliminating any memory limitations of the local machine. Second, as computing the particle traces can be computationally expensive, RIP utilizes the power of the supercomputer for this task. Although the remote site code was developed on a CRAY, it is possible to port this to any supercomputer class machine with a UNIX-like operating system. Integration of a velocity field from a starting physical location produces the particle trace. The remote machine computes the particle traces using the particle-tracing subroutines from PLOT3D/AMES, a CFD post-processing graphics program available from COSMIC (ARC-12779). These routines use a second-order predictor-corrector method to integrate the velocity field. Then the remote program sends graphics tokens to the local machine via a remote-graphics library. The local machine

  20. Experience with procuring, deploying and maintaining hardware at remote co-location centre

    NASA Astrophysics Data System (ADS)

    Bärring, O.; Bonfillou, E.; Clement, B.; Coelho Dos Santos, M.; Dore, V.; Gentit, A.; Grossir, A.; Salter, W.; Valsan, L.; Xafi, A.

    2014-05-01

    In May 2012 CERN signed a contract with the Wigner Data Centre in Budapest for an extension to CERN's central computing facility beyond its current boundaries set by electrical power and cooling available for computing. The centre is operated as a remote co-location site providing rack-space, electrical power and cooling for server, storage and networking equipment acquired by CERN. The contract includes a 'remote-hands' services for physical handling of hardware (rack mounting, cabling, pushing power buttons, ...) and maintenance repairs (swapping disks, memory modules, ...). However, only CERN personnel have network and console access to the equipment for system administration. This report gives an insight to adaptations of hardware architecture, procurement and delivery procedures undertaken enabling remote physical handling of the hardware. We will also describe tools and procedures developed for automating the registration, burn-in testing, acceptance and maintenance of the equipment as well as an independent but important change to the IT assets management (ITAM) developed in parallel as part of the CERN IT Agile Infrastructure project. Finally, we will report on experience from the first large delivery of 400 servers and 80 SAS JBOD expansion units (24 drive bays) to Wigner in March 2013. Changes were made to the abstract file on 13/06/2014 to correct errors, the pdf file was unchanged.

  1. Some pitfalls in measuring memory in animals.

    PubMed

    Thorpe, Christina M; Jacova, Claudia; Wilkie, Donald M

    2004-11-01

    Because the presence or absence of memories in the brain cannot be directly observed, scientists must rely on indirect measures and use inferential reasoning to make statements about the status of memories. In humans, memories are often accessed through spoken or written language. In animals, memory is accessed through overt behaviours such as running down an arm in a maze, pressing a lever, or visiting a food cache site. Because memory is measured by these indirect methods, errors in the veracity of statements about memory can occur. In this brief paper, we identify three areas that may serve as pitfalls in reasoning about memory in animals: (1) the presence of 'silent associations', (2) intrusions of species-typical behaviours on memory tasks, and (3) improper mapping between human and animals memory tasks. There are undoubtedly other areas in which scientists should act cautiously when reasoning about the status of memory.

  2. Evaluation of Student Learning in Remotely Controlled Instrumental Analyses

    ERIC Educational Resources Information Center

    Meintzer, Chris; Sutherland, Frances; Kennepohl, Dietmar K.

    2017-01-01

    The Canadian Remote Sciences Laboratories (CRSL) website (www.remotelab.ca) was successfully employed in a study of the differences in the performance and perceptions of students' about their learning in the laboratory (in-person) versus learning at a remote location (remote access). The experiment was completed both in-person and via remote…

  3. Towards equity and sustainability of rural and remote health services access: supporting social capital and integrated organisational and professional development.

    PubMed

    Schoo, Adrian; Lawn, Sharon; Carson, Dean

    2016-04-02

    Access to rural health services is compromised in many countries including Australia due to workforce shortages. The issues that consequently impact on equity of access and sustainability of rural and remote health services are complex. The purpose of this paper is to describe a number of approaches from the literature that could form the basis of a more integrated approach to health workforce and rural health service enhancement that can be supported by policy. A case study is used to demonstrate how such an approach could work. Disjointed health services are common in rural areas due to the 'tyranny of distance.' Recruitment and retention of health professionals in rural areas and access to and sustainability of rural health services is therefore compromised. Strategies to address these issues tend to have a narrow focus. An integrated approach is needed to enhance rural workforce and health services; one that develops, acknowledges and accounts for social capital and social relations within the rural community.

  4. Remote Sensing Information Gateway

    EPA Pesticide Factsheets

    Remote Sensing Information Gateway, a tool that allows scientists, researchers and decision makers to access a variety of multi-terabyte, environmental datasets and to subset the data and obtain only needed variables, greatly improving the download time.

  5. Implementation of nitrogen-doped titanium-tungsten tunable heater in phase change random access memory and its effects on device performance

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Tan, Chun Chia; Zhao, Rong, E-mail: zhao-rong@sutd.edu.sg; Chong, Tow Chong

    2014-10-13

    Nitrogen-doped titanium-tungsten (N-TiW) was proposed as a tunable heater in Phase Change Random Access Memory (PCRAM). By tuning N-TiW's material properties through doping, the heater can be tailored to optimize the access speed and programming current of PCRAM. Experiments reveal that N-TiW's resistivity increases and thermal conductivity decreases with increasing nitrogen-doping ratio, and N-TiW devices displayed (∼33% to ∼55%) reduced programming currents. However, there is a tradeoff between the current and speed for heater-based PCRAM. Analysis of devices with different N-TiW heaters shows that N-TiW doping levels could be optimized to enable low RESET currents and fast access speeds.

  6. Mobile Web and Accessibility

    NASA Astrophysics Data System (ADS)

    Hori, Masahiro; Kato, Takashi

    While focusing on the human-computer interaction side of the Web content delivery, this article discusses problems and prospects of the mobile Web and Web accessibility in terms of what lessons and experiences we have gained from Web accessibility and what they can say about the mobile Web. One aim is to draw particular attention to the importance of explicitly distinguishing between perceptual and cognitive aspects of the users’ interactions with the Web. Another is to emphasize the increased importance of scenario-based evaluation and remote testing for the mobile Web where the limited screen space and a variety of environmental factors of mobile use are critical design issues. A newly devised inspection type of evaluation method that focuses on the perceptual-cognitive distinction of accessibility and usability issues is presented as a viable means of scenario-based, remote testing for the Web.

  7. Systems consolidation revisited, but not revised: The promise and limits of optogenetics in the study of memory.

    PubMed

    Hardt, Oliver; Nadel, Lynn

    2017-12-05

    Episodic memories (in humans) and event-like memories (in non-human animals) require the hippocampus for some time after acquisition, but at remote points seem to depend more on cortical areas instead. Systems consolidation refers to the process that promotes this reorganization of memory. Various theoretical frameworks accounting for this process have been proposed, but clear evidence favoring one or another of these positions has been lacking. Addressing this issue, a recent study deployed some of the most advanced neurobiological technologies - optogenetics and calcium imaging - and provided high resolution, precise observations regarding brain systems involved in recent and remote contextual fear memories. We critically review these findings within their historical context and conclude that they do not resolve the debate concerning systems consolidation. This is because the relevant question concerning the quality of memory at recent and remote time points has not been answered: Does the memory reorganization taking place during systems consolidation result in changes to the content of memory? Copyright © 2017 Elsevier B.V. All rights reserved.

  8. The dynamic interplay between acute psychosocial stress, emotion and autobiographical memory.

    PubMed

    Sheldon, Signy; Chu, Sonja; Nitschke, Jonas P; Pruessner, Jens C; Bartz, Jennifer A

    2018-06-06

    Although acute psychosocial stress can impact autobiographical memory retrieval, the nature of this effect is not entirely clear. One reason for this ambiguity is because stress can have opposing effects on the different stages of autobiographical memory retrieval. We addressed this issue by testing how acute stress affects three stages of the autobiographical memory retrieval - accessing, recollecting and reconsolidating a memory. We also investigate the influence of emotion valence on this effect. In a between-subjects design, participants were first exposed to an acute psychosocial stressor or a control task. Next, the participants were shown positive, negative or neutral retrieval cues and asked to access and describe autobiographical memories. After a three to four day delay, participants returned for a second session in which they described these autobiographical memories. During initial retrieval, stressed participants were slower to access memories than were control participants; moreover, cortisol levels were positively associated with response times to access positively-cued memories. There were no effects of stress on the amount of details used to describe memories during initial retrieval, but stress did influence memory detail during session two. During session two, stressed participants recovered significantly more details, particularly emotional ones, from the remembered events than control participants. Our results indicate that the presence of stress impairs the ability to access consolidated autobiographical memories; moreover, although stress has no effect on memory recollection, stress alters how recollected experiences are reconsolidated back into memory traces.

  9. A stochastic simulation method for the assessment of resistive random access memory retention reliability

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Berco, Dan, E-mail: danny.barkan@gmail.com; Tseng, Tseung-Yuen, E-mail: tseng@cc.nctu.edu.tw

    This study presents an evaluation method for resistive random access memory retention reliability based on the Metropolis Monte Carlo algorithm and Gibbs free energy. The method, which does not rely on a time evolution, provides an extremely efficient way to compare the relative retention properties of metal-insulator-metal structures. It requires a small number of iterations and may be used for statistical analysis. The presented approach is used to compare the relative robustness of a single layer ZrO{sub 2} device with a double layer ZnO/ZrO{sub 2} one, and obtain results which are in good agreement with experimental data.

  10. The U.S. Geological Survey land remote sensing program

    USGS Publications Warehouse

    Saunders, T.; Feuquay, J.; Kelmelis, J.A.

    2003-01-01

    The U.S. Geological Survey has been a provider of remotely sensed information for decades. As the availability and use of satellite data has grown, USGS has placed increasing emphasis on expanding the knowledge about the science of remote sensing and on making remotely sensed data more accessible. USGS encourages widespread availability and distribution of these data and through its programs, encourages and enables a variety of research activities and the development of useful applications of the data. The science of remote sensing has great potential for assisting in the monitoring and assessment of the impacts of natural disasters, management and analysis of environmental, biological, energy, and mineral investigations, and supporting informed public policy decisions. By establishing the Land Remote Sensing Program (LRS) as a major unit of the USGS Geography Program, USGS has taken the next step to further increase support for the accessibility, understanding, and use of remotely sensed data. This article describes the LRS Program, its mission and objectives, and how the program has been structured to accomplish its goals.

  11. Remote sensing education and Internet/World Wide Web technology

    USGS Publications Warehouse

    Griffith, J.A.; Egbert, S.L.

    2001-01-01

    Remote sensing education is increasingly in demand across academic and professional disciplines. Meanwhile, Internet technology and the World Wide Web (WWW) are being more frequently employed as teaching tools in remote sensing and other disciplines. The current wealth of information on the Internet and World Wide Web must be distilled, nonetheless, to be useful in remote sensing education. An extensive literature base is developing on the WWW as a tool in education and in teaching remote sensing. This literature reveals benefits and limitations of the WWW, and can guide its implementation. Among the most beneficial aspects of the Web are increased access to remote sensing expertise regardless of geographic location, increased access to current material, and access to extensive archives of satellite imagery and aerial photography. As with other teaching innovations, using the WWW/Internet may well mean more work, not less, for teachers, at least at the stage of early adoption. Also, information posted on Web sites is not always accurate. Development stages of this technology range from on-line posting of syllabi and lecture notes to on-line laboratory exercises and animated landscape flyovers and on-line image processing. The advantages of WWW/Internet technology may likely outweigh the costs of implementing it as a teaching tool.

  12. Memory Consolidation

    PubMed Central

    Squire, Larry R.; Genzel, Lisa; Wixted, John T.; Morris, Richard G.

    2015-01-01

    Conscious memory for a new experience is initially dependent on information stored in both the hippocampus and neocortex. Systems consolidation is the process by which the hippocampus guides the reorganization of the information stored in the neocortex such that it eventually becomes independent of the hippocampus. Early evidence for systems consolidation was provided by studies of retrograde amnesia, which found that damage to the hippocampus-impaired memories formed in the recent past, but typically spared memories formed in the more remote past. Systems consolidation has been found to occur for both episodic and semantic memories and for both spatial and nonspatial memories, although empirical inconsistencies and theoretical disagreements remain about these issues. Recent work has begun to characterize the neural mechanisms that underlie the dialogue between the hippocampus and neocortex (e.g., “neural replay,” which occurs during sharp wave ripple activity). New work has also identified variables, such as the amount of preexisting knowledge, that affect the rate of consolidation. The increasing use of molecular genetic tools (e.g., optogenetics) can be expected to further improve understanding of the neural mechanisms underlying consolidation. PMID:26238360

  13. Assessing groundwater accessibility in the Kharga Basin, Egypt: A remote sensing approach

    NASA Astrophysics Data System (ADS)

    Parks, Shawna; Byrnes, Jeffrey; Abdelsalam, Mohamed G.; Laó Dávila, Daniel A.; Atekwana, Estella A.; Atya, Magdy A.

    2017-12-01

    We used multi-map analysis of remote sensing and ancillary data to identify potentially accessible sites for groundwater resources in the Kharga Basin in the Western Desert of Egypt. This basin is dominated by Cretaceous sandstone formations and extends within the Nubian Sandstone Aquifer. It is dissected by N-S and E-W trending faults, possibly acting as conduits for upward migration of groundwater. Analysis of paleo-drainage using Digital Elevation Model (DEM) generated from the Shuttle Radar Topography Mission (SRTM) data shows that the Kharga was a closed basin that might have been the site of a paleo-lake. Lake water recharged the Nubian Sandstone Aquifer during the wetter Holocene time. We generated the following layers for the multi-map analysis: (1) Fracture density map from the interpretation of Landsat Operational Land Imager (OLI), SRTM DEM, and RADARSAT data. (2) Thermal Inertia (TI) map (for moisture content imaging) from the Moderate Resolution Imaging Spectroradiometer (MODIS) data. (3) Hydraulic conductivity map from mapping lithological units using the Landsat OLI and previously published data. (4) Aquifer thickness map from previously published data. We quantitatively ranked the Kharga Basin by considering that regions of high fracture density, high TI, thicker aquifer, and high hydraulic conductivity have higher potential for groundwater accessibility. Our analysis shows that part of the southern Kharga Basin is suitable for groundwater extraction. This region is where N-S and E-W trending faults intersect, has relatively high TI and it is underlain by thick aquifer. However, the suitability of this region for groundwater use will be reduced significantly when considering the changes in land suitability and economic depth to groundwater extraction in the next 50 years.

  14. An intelligent remote monitoring system for artificial heart.

    PubMed

    Choi, Jaesoon; Park, Jun W; Chung, Jinhan; Min, Byoung G

    2005-12-01

    A web-based database system for intelligent remote monitoring of an artificial heart has been developed. It is important for patients with an artificial heart implant to be discharged from the hospital after an appropriate stabilization period for better recovery and quality of life. Reliable continuous remote monitoring systems for these patients with life support devices are gaining practical meaning. The authors have developed a remote monitoring system for this purpose that consists of a portable/desktop monitoring terminal, a database for continuous recording of patient and device status, a web-based data access system with which clinicians can access real-time patient and device status data and past history data, and an intelligent diagnosis algorithm module that noninvasively estimates blood pump output and makes automatic classification of the device status. The system has been tested with data generation emulators installed on remote sites for simulation study, and in two cases of animal experiments conducted at remote facilities. The system showed acceptable functionality and reliability. The intelligence algorithm also showed acceptable practicality in an application to animal experiment data.

  15. Secure distribution for high resolution remote sensing images

    NASA Astrophysics Data System (ADS)

    Liu, Jin; Sun, Jing; Xu, Zheng Q.

    2010-09-01

    The use of remote sensing images collected by space platforms is becoming more and more widespread. The increasing value of space data and its use in critical scenarios call for adoption of proper security measures to protect these data against unauthorized access and fraudulent use. In this paper, based on the characteristics of remote sensing image data and application requirements on secure distribution, a secure distribution method is proposed, including users and regions classification, hierarchical control and keys generation, and multi-level encryption based on regions. The combination of the three parts can make that the same remote sensing images after multi-level encryption processing are distributed to different permission users through multicast, but different permission users can obtain different degree information after decryption through their own decryption keys. It well meets user access control and security needs in the process of high resolution remote sensing image distribution. The experimental results prove the effectiveness of the proposed method which is suitable for practical use in the secure transmission of remote sensing images including confidential information over internet.

  16. A Pilot Memory Café for People with Learning Disabilities and Memory Difficulties

    ERIC Educational Resources Information Center

    Kiddle, Hannah; Drew, Neil; Crabbe, Paul; Wigmore, Jonathan

    2016-01-01

    Memory cafés have been found to normalise experiences of dementia and provide access to an accepting social network. People with learning disabilities are at increased risk of developing dementia, but the possible benefits of attending a memory café are not known. This study evaluates a 12-week pilot memory café for people with learning…

  17. Memory for Public Events in Mild Cognitive Impairment and Alzheimer's Disease: The Importance of Rehearsal.

    PubMed

    Langlois, Roxane; Joubert, Sven; Benoit, Sophie; Dostie, Valérie; Rouleau, Isabelle

    2016-01-01

    Ribot's law refers to the better preservation of remote memories compared with recent ones that presumably characterizes retrograde amnesia. Even if Ribot-type temporal gradient has been extensively studied in retrograde amnesia, particularly in Alzheimer's disease (AD), this pattern has not been consistently found. One explanation for these results may be that rehearsal frequency rather than remoteness accounts for the better preservation of these memories. Thus, the aim of present study was to address this question by studying retrograde semantic memory in subjects with amnestic mild cognitive impairment (aMCI) (n = 20), mild AD (n = 20) and in healthy older controls (HC; n = 19). In order to evaluate the impact of repetition as well as the impact of remoteness, we used a test assessing memory for enduring and transient public events that occurred in the recent and remote past. Results show no clear temporal gradient across time periods (1960-1975; 1976-1990; 1991-2005; 2006-2011), but a better performance was observed in all three groups for enduring compared with transient events. Moreover, although deficits were globally found in both patients groups compared with HC, more specific analyses revealed that aMCI patients were only impaired on transient events while AD patients were impaired on both transient and enduring events. Exploratory analyses also revealed a tendency suggesting preservation of remote transient events in aMCI. These findings are discussed with regards to memory consolidation models.

  18. System and method for programmable bank selection for banked memory subsystems

    DOEpatents

    Blumrich, Matthias A.; Chen, Dong; Gara, Alan G.; Giampapa, Mark E.; Hoenicke, Dirk; Ohmacht, Martin; Salapura, Valentina; Sugavanam, Krishnan

    2010-09-07

    A programmable memory system and method for enabling one or more processor devices access to shared memory in a computing environment, the shared memory including one or more memory storage structures having addressable locations for storing data. The system comprises: one or more first logic devices associated with a respective one or more processor devices, each first logic device for receiving physical memory address signals and programmable for generating a respective memory storage structure select signal upon receipt of pre-determined address bit values at selected physical memory address bit locations; and, a second logic device responsive to each of the respective select signal for generating an address signal used for selecting a memory storage structure for processor access. The system thus enables each processor device of a computing environment memory storage access distributed across the one or more memory storage structures.

  19. Integrating Reservations and Queuing in Remote Laboratory Scheduling

    ERIC Educational Resources Information Center

    Lowe, D.

    2013-01-01

    Remote laboratories (RLs) have become increasingly seen as a useful tool in supporting flexible shared access to scarce laboratory resources. An important element in supporting shared access is coordinating the scheduling of the laboratory usage. Optimized scheduling can significantly decrease access waiting times and improve the utilization level…

  20. A case study of the Secure Anonymous Information Linkage (SAIL) Gateway: A privacy-protecting remote access system for health-related research and evaluation☆

    PubMed Central

    Jones, Kerina H.; Ford, David V.; Jones, Chris; Dsilva, Rohan; Thompson, Simon; Brooks, Caroline J.; Heaven, Martin L.; Thayer, Daniel S.; McNerney, Cynthia L.; Lyons, Ronan A.

    2014-01-01

    With the current expansion of data linkage research, the challenge is to find the balance between preserving the privacy of person-level data whilst making these data accessible for use to their full potential. We describe a privacy-protecting safe haven and secure remote access system, referred to as the Secure Anonymised Information Linkage (SAIL) Gateway. The Gateway provides data users with a familiar Windows interface and their usual toolsets to access approved anonymously-linked datasets for research and evaluation. We outline the principles and operating model of the Gateway, the features provided to users within the secure environment, and how we are approaching the challenges of making data safely accessible to increasing numbers of research users. The Gateway represents a powerful analytical environment and has been designed to be scalable and adaptable to meet the needs of the rapidly growing data linkage community. PMID:24440148

  1. Consolidation of Long-Term Memory: Evidence and Alternatives

    ERIC Educational Resources Information Center

    Meeter, Martijn; Murre, Jaap M. J.

    2004-01-01

    Memory loss in retrograde amnesia has long been held to be larger for recent periods than for remote periods, a pattern usually referred to as the Ribot gradient. One explanation for this gradient is consolidation of long-term memories. Several computational models of such a process have shown how consolidation can explain characteristics of…

  2. Enabling Remote Activity: Using mobile technology for remote participation in geoscience fieldwork

    NASA Astrophysics Data System (ADS)

    Davies, Sarah; Collins, Trevor; Gaved, Mark; Bartlett, Jessica; Valentine, Chris; McCann, Lewis

    2010-05-01

    Field-based activities are regarded as essential to the development of a range of professional and personal skills within the geosciences. Students enjoy field activities, preferring these to learning with simulations (Spicer and Stratford 2001), and these improve deeper learning and understanding (Kern and Carpenter, 1984; Elkins and Elkins, 2007). However, some students find it difficult to access these field-based learning opportunities. Field sites may be remote and often require travel across uneven, challenging or potentially dangerous terrain. Mobility-impaired students are particularly limited in their opportunities to participate in field-based learning activities and, as higher education institutions have a responsibility to provide inclusive opportunities for students (UK Disability Discrimination Act 1995, UK Special Education Needs and Disability Rights Act 2001), the need for inclusive fieldwork learning is being increasingly recognised. The Enabling Remote Activity (ERA) project has been investigating how mobile communications technologies might allow field learning experiences to be brought to students who would otherwise find it difficult to participate, and also to enhance activities for all participants. It uses a rapidly deployable, battery-powered wireless network to transmit video, audio, and high resolution still images to connect participants at an accessible location with participants in the field. Crucially, the system uses a transient wireless network, allowing multiple locations to be explored during a field visit, and for plans to be changed dynamically if required. Central to the concept is the requirement for independent investigative learning: students are enabled to participate actively in the learning experience and to direct the investigations, as opposed to being simply remote viewers of the experience. Two ways of using the ERA system have been investigated: remote access and collaborative groupwork. In 2006 and 2008 remote

  3. Unexpected surface implanted layer in static random access memory devices observed by microwave impedance microscope

    NASA Astrophysics Data System (ADS)

    Kundhikanjana, W.; Yang, Y.; Tanga, Q.; Zhang, K.; Lai, K.; Ma, Y.; Kelly, M. A.; Li, X. X.; Shen, Z.-X.

    2013-02-01

    Real-space mapping of doping concentration in semiconductor devices is of great importance for the microelectronics industry. In this work, a scanning microwave impedance microscope (MIM) is employed to resolve the local conductivity distribution of a static random access memory sample. The MIM electronics can also be adjusted to the scanning capacitance microscopy (SCM) mode, allowing both measurements on the same region. Interestingly, while the conventional SCM images match the nominal device structure, the MIM results display certain unexpected features, which originate from a thin layer of the dopant ions penetrating through the protective layers during the heavy implantation steps.

  4. Commerical Remote Sensing Data Contract

    USGS Publications Warehouse

    ,

    2005-01-01

    The U. S. Geological Survey's (USGS) Commercial Remote Sensing Data Contracts (CRSDCs) provide government agencies with access to a broad range of commercially available remotely sensed airborne and satellite data. These contracts were established to support The National Map partners, other Federal Civilian agency programs, and Department of Defense programs that require data for the United States and its territories. Experience shows that centralized procurement of remotely sensed data leads to considerable cost savings to the Federal government through volume discounts, reduction of redundant contract administrative costs, and avoidance of duplicate purchases. These contracts directly support the President's Commercial Remote Sensing Space Policy, signed in 2003, by providing a centralized mechanism for civil agencies to acquire commercial remote sensing products to support their mission needs in an efficient and coordinated way. CRSDC administration is provided by the USGS Mid-Continent Mapping Center in Rolla, Missouri.

  5. Engagement of the PFC in Consolidation and Recall of Recent Spatial Memory

    ERIC Educational Resources Information Center

    Leon, Wanda C.; Bruno, Martin A.; Allard, Simon; Nader, Karim; Cuello, A. Claudio

    2010-01-01

    The standard model of system consolidation proposes that memories are initially hippocampus dependent and become hippocampus independent over time. Previous studies have demonstrated the involvement of the medial prefrontal cortex (mPFC) in the retrieval of remote memories. The transformations required to make a memory undergo system's…

  6. Technical Considerations in Remote LIMS Access via the World Wide Web

    PubMed Central

    Schlabach, David M.

    2005-01-01

    The increased dependency on the World Wide Web by both laboratories and their customers has led LIMS developers to take advantage of thin-client web applications that provide both remote data entry and manipulation, along with remote reporting functionality. Use of an LIMS through a web browser allows a person to interact with a distant application, providing both remote administration and real-time analytical result delivery from virtually anywhere in the world. While there are many benefits of web-based LIMS applications, some concern must be given to these new methods of system architecture before justifying them as a suitable replacement for their traditional client-server systems. Developers and consumers alike must consider the security aspects of introducing a wide area network capable system into a production environment, as well as the concerns of data integrity and usability. PMID:18924736

  7. RAPID: A random access picture digitizer, display, and memory system

    NASA Technical Reports Server (NTRS)

    Yakimovsky, Y.; Rayfield, M.; Eskenazi, R.

    1976-01-01

    RAPID is a system capable of providing convenient digital analysis of video data in real-time. It has two modes of operation. The first allows for continuous digitization of an EIA RS-170 video signal. Each frame in the video signal is digitized and written in 1/30 of a second into RAPID's internal memory. The second mode leaves the content of the internal memory independent of the current input video. In both modes of operation the image contained in the memory is used to generate an EIA RS-170 composite video output signal representing the digitized image in the memory so that it can be displayed on a monitor.

  8. MIL-STD-1553 dynamic bus controller/remote terminal hybrid set

    NASA Astrophysics Data System (ADS)

    Friedman, S. N.

    This paper describes the performance, physical and electrical requirements of a Dual Redundant BUS Interface Unit (BIU) acting as a BUS Controller Interface Unit (BCIU) or Remote Terminal Unit (RTU) between a Motorola 68000 VME BUS and MIL-STD-1553B Multiplex Data Bus. A discussion of how the BIU Hybrid set is programmed, and operates as a BCIU or RTU, will be included. This paper will review Dynamic Bus Control and other Mode Code capabilities. The BIU Hybrid Set interfaces to a 68000 Microprocessor with a VME Bus using programmed I/O transfers. This special interface will be discussed along with the internal Dual Access Memory (4K x 16) used to support the data exchanges between the CPU and the BIU Hybrid Set. The hybrid set's physical size and power requirements will be covered. This includes the present Double Eurocard the BIU function is presently being offered on.

  9. Attention, working memory, and phenomenal experience of WM content: memory levels determined by different types of top-down modulation.

    PubMed

    Jacob, Jane; Jacobs, Christianne; Silvanto, Juha

    2015-01-01

    What is the role of top-down attentional modulation in consciously accessing working memory (WM) content? In influential WM models, information can exist in different states, determined by allocation of attention; placing the original memory representation in the center of focused attention gives rise to conscious access. Here we discuss various lines of evidence indicating that such attentional modulation is not sufficient for memory content to be phenomenally experienced. We propose that, in addition to attentional modulation of the memory representation, another type of top-down modulation is required: suppression of all incoming visual information, via inhibition of early visual cortex. In this view, there are three distinct memory levels, as a function of the top-down control associated with them: (1) Nonattended, nonconscious associated with no attentional modulation; (2) attended, phenomenally nonconscious memory, associated with attentional enhancement of the actual memory trace; (3) attended, phenomenally conscious memory content, associated with enhancement of the memory trace and top-down suppression of all incoming visual input.

  10. Memory protection

    NASA Technical Reports Server (NTRS)

    Denning, Peter J.

    1988-01-01

    Accidental overwriting of files or of memory regions belonging to other programs, browsing of personal files by superusers, Trojan horses, and viruses are examples of breakdowns in workstations and personal computers that would be significantly reduced by memory protection. Memory protection is the capability of an operating system and supporting hardware to delimit segments of memory, to control whether segments can be read from or written into, and to confine accesses of a program to its segments alone. The absence of memory protection in many operating systems today is the result of a bias toward a narrow definition of performance as maximum instruction-execution rate. A broader definition, including the time to get the job done, makes clear that cost of recovery from memory interference errors reduces expected performance. The mechanisms of memory protection are well understood, powerful, efficient, and elegant. They add to performance in the broad sense without reducing instruction execution rate.

  11. How intention and monitoring your thoughts influence characteristics of autobiographical memories.

    PubMed

    Barzykowski, Krystian; Staugaard, Søren Risløv

    2018-05-01

    Involuntary autobiographical memories come to mind effortlessly and unintended, but the mechanisms of their retrieval are not fully understood. We hypothesize that involuntary retrieval depends on memories that are highly accessible (e.g., intense, unusual, recent, rehearsed), while the elaborate search that characterizes voluntary retrieval also produces memories that are mundane, repeated or distant - memories with low accessibility. Previous research provides some evidence for this 'threshold hypothesis'. However, in almost every prior study, participants have been instructed to report only memories while ignoring other thoughts. It is possible that such an instruction can modify the phenomenological characteristics of involuntary memories. This study aimed to investigate the effects of retrieval intentionality (i.e., wanting to retrieve a memory) and selective monitoring (i.e., instructions to report only memories) on the phenomenology of autobiographical memories. Participants were instructed to (1) intentionally retrieve autobiographical memories, (2) intentionally retrieve any type of thought (3) wait for an autobiographical memory to spontaneously appear, or (4) wait for any type of thought to spontaneously appear. They rated the mental content on a number of phenomenological characteristics both during retrieval and retrospectively following retrieval. The results support the prediction that highly accessible memories mostly enter awareness unintended and without selective monitoring, while memories with low accessibility rely on intention and selective monitoring. We discuss the implications of these effects. © 2017 The British Psychological Society.

  12. Memory-Intensive Benchmarks: IRAM vs. Cache-Based Machines

    NASA Technical Reports Server (NTRS)

    Biswas, Rupak; Gaeke, Brian R.; Husbands, Parry; Li, Xiaoye S.; Oliker, Leonid; Yelick, Katherine A.; Biegel, Bryan (Technical Monitor)

    2002-01-01

    The increasing gap between processor and memory performance has lead to new architectural models for memory-intensive applications. In this paper, we explore the performance of a set of memory-intensive benchmarks and use them to compare the performance of conventional cache-based microprocessors to a mixed logic and DRAM processor called VIRAM. The benchmarks are based on problem statements, rather than specific implementations, and in each case we explore the fundamental hardware requirements of the problem, as well as alternative algorithms and data structures that can help expose fine-grained parallelism or simplify memory access patterns. The benchmarks are characterized by their memory access patterns, their basic control structures, and the ratio of computation to memory operation.

  13. GRACES, the Gemini remote access CFHT ESPaDOnS spectrograph: initial design and testing

    NASA Astrophysics Data System (ADS)

    Tollestrup, Eric V.; Pazder, John; Barrick, Gregory; Martioli, Eder; Schiavon, Ricardo; Anthony, André; Halman, Mark; Veillet, Christian

    2012-09-01

    The Gemini Remote Access CFHT ESPaDOnS Spectrograph (GRACES) is an innovative instrumentation experiment that will demonstrate if ESPaDOnS, a bench-mounted high-resolution optical spectrograph at CFHT, can be fed by a 270-m long fiber from the Gemini-North telescope with low enough losses to remain competitive with conventional spectrographs on other 8 to 10-m telescopes. Detailed simulations have shown that GRACES should be more sensitive than the HIRES spectrograph at Keck Observatory at wavelengths longer than about 600-700 nm. This result is possible by using FPB-type of optical fibers made by Polymicro Technologies and by keeping the critical focal ratio degradation (FRD) losses to less than 10%. Laboratory tests on these FPB optical fibers are underway and show that for 36-m lengths that the FRD losses are as low as 0.8% with a repeatability of 1%. Tests are currently underway on 280-m lengths.

  14. Spin-transfer-torque efficiency enhanced by edge-damage of perpendicular magnetic random access memories

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Song, Kyungmi; Lee, Kyung-Jin, E-mail: kj-lee@korea.ac.kr; Department of Materials Science and Engineering, Korea University, Seoul 136-713

    2015-08-07

    We numerically investigate the effect of magnetic and electrical damages at the edge of a perpendicular magnetic random access memory (MRAM) cell on the spin-transfer-torque (STT) efficiency that is defined by the ratio of thermal stability factor to switching current. We find that the switching mode of an edge-damaged cell is different from that of an undamaged cell, which results in a sizable reduction in the switching current. Together with a marginal reduction of the thermal stability factor of an edge-damaged cell, this feature makes the STT efficiency large. Our results suggest that a precise edge control is viable formore » the optimization of STT-MRAM.« less

  15. Forming-free and self-rectifying resistive switching of the simple Pt/TaOx/n-Si structure for access device-free high-density memory application

    NASA Astrophysics Data System (ADS)

    Gao, Shuang; Zeng, Fei; Li, Fan; Wang, Minjuan; Mao, Haijun; Wang, Guangyue; Song, Cheng; Pan, Feng

    2015-03-01

    The search for self-rectifying resistive memories has aroused great attention due to their potential in high-density memory applications without additional access devices. Here we report the forming-free and self-rectifying bipolar resistive switching behavior of a simple Pt/TaOx/n-Si tri-layer structure. The forming-free phenomenon is attributed to the generation of a large amount of oxygen vacancies, in a TaOx region that is in close proximity to the TaOx/n-Si interface, via out-diffusion of oxygen ions from TaOx to n-Si. A maximum rectification ratio of ~6 × 102 is obtained when the Pt/TaOx/n-Si devices stay in a low resistance state, which originates from the existence of a Schottky barrier between the formed oxygen vacancy filament and the n-Si electrode. More importantly, numerical simulation reveals that the self-rectifying behavior itself can guarantee a maximum crossbar size of 212 × 212 (~44 kbit) on the premise of 10% read margin. Moreover, satisfactory switching uniformity and retention performance are observed based on this simple tri-layer structure. All of these results demonstrate the great potential of this simple Pt/TaOx/n-Si tri-layer structure for access device-free high-density memory applications.The search for self-rectifying resistive memories has aroused great attention due to their potential in high-density memory applications without additional access devices. Here we report the forming-free and self-rectifying bipolar resistive switching behavior of a simple Pt/TaOx/n-Si tri-layer structure. The forming-free phenomenon is attributed to the generation of a large amount of oxygen vacancies, in a TaOx region that is in close proximity to the TaOx/n-Si interface, via out-diffusion of oxygen ions from TaOx to n-Si. A maximum rectification ratio of ~6 × 102 is obtained when the Pt/TaOx/n-Si devices stay in a low resistance state, which originates from the existence of a Schottky barrier between the formed oxygen vacancy filament and the n

  16. Enhancing Access to Land Remote Sensing Data through Mainstream Social Media Channels

    NASA Astrophysics Data System (ADS)

    Sohre, T.; Maiersperger, T.

    2011-12-01

    Social media tools are changing the way that people discover information, communicate, and collaborate. Government agencies supporting the Land Remote Sensing user community have begun taking advantage of standard social media tools and capabilities. National Aeronautics and Space Administration (NASA) Earth Observing System (EOS) data centers have started providing outreach utilizing services including Facebook, Twitter, and YouTube videos. Really Simple Syndication (RSS) Feeds have become more standard means of sharing information, and a DataCasting tool was created as a NASA Technology Infusion effort to make RSS-based technology for accessing Earth Science information available. The United States Geological Survey (USGS) has also started using social media to allow the community access to news feeds and real-time earthquake alerts; listen to podcasts; get updates on new USGS publications, videos, and photographs; and more. Twitter feeds have been implemented in 2011 for the USGS Land Cover and Landsat user communities. In early 2011, the NASA Land Processes Distributed Active Archive Center (LP DAAC) user working group suggested the investigation of concepts for creating and distributing "bundles" of data, which would aggregate theme-based data sets from multiple sources. The LP DAAC is planning to explore the use of standard social bookmarking tools to support community developed bundles through the use of tools such as Delicious, Digg, or StumbleUpon. This concept would allow science users to organize and discover common links to data resources based on community developed tags, or a folksonomy. There are challenges that will need to be addressed such as maintaining the quality of tags but a social bookmarking system may have advantages over traditional search engines or formal ontologies for identifying and labeling various data sets relevant to a theme. As classification is done by the community of scientists who understand the data, the tagged data sets

  17. A case study of the Secure Anonymous Information Linkage (SAIL) Gateway: a privacy-protecting remote access system for health-related research and evaluation.

    PubMed

    Jones, Kerina H; Ford, David V; Jones, Chris; Dsilva, Rohan; Thompson, Simon; Brooks, Caroline J; Heaven, Martin L; Thayer, Daniel S; McNerney, Cynthia L; Lyons, Ronan A

    2014-08-01

    With the current expansion of data linkage research, the challenge is to find the balance between preserving the privacy of person-level data whilst making these data accessible for use to their full potential. We describe a privacy-protecting safe haven and secure remote access system, referred to as the Secure Anonymised Information Linkage (SAIL) Gateway. The Gateway provides data users with a familiar Windows interface and their usual toolsets to access approved anonymously-linked datasets for research and evaluation. We outline the principles and operating model of the Gateway, the features provided to users within the secure environment, and how we are approaching the challenges of making data safely accessible to increasing numbers of research users. The Gateway represents a powerful analytical environment and has been designed to be scalable and adaptable to meet the needs of the rapidly growing data linkage community. Copyright © 2014 The Aurthors. Published by Elsevier Inc. All rights reserved.

  18. Cost-effective, transfer-free, flexible resistive random access memory using laser-scribed reduced graphene oxide patterning technology.

    PubMed

    Tian, He; Chen, Hong-Yu; Ren, Tian-Ling; Li, Cheng; Xue, Qing-Tang; Mohammad, Mohammad Ali; Wu, Can; Yang, Yi; Wong, H-S Philip

    2014-06-11

    Laser scribing is an attractive reduced graphene oxide (rGO) growth and patterning technology because the process is low-cost, time-efficient, transfer-free, and flexible. Various laser-scribed rGO (LSG) components such as capacitors, gas sensors, and strain sensors have been demonstrated. However, obstacles remain toward practical application of the technology where all the components of a system are fabricated using laser scribing. Memory components, if developed, will substantially broaden the application space of low-cost, flexible electronic systems. For the first time, a low-cost approach to fabricate resistive random access memory (ReRAM) using laser-scribed rGO as the bottom electrode is experimentally demonstrated. The one-step laser scribing technology allows transfer-free rGO synthesis directly on flexible substrates or non-flat substrates. Using this time-efficient laser-scribing technology, the patterning of a memory-array area up to 100 cm(2) can be completed in 25 min. Without requiring the photoresist coating for lithography, the surface of patterned rGO remains as clean as its pristine state. Ag/HfOx/LSG ReRAM using laser-scribing technology is fabricated in this work. Comprehensive electrical characteristics are presented including forming-free behavior, stable switching, reasonable reliability performance and potential for 2-bit storage per memory cell. The results suggest that laser-scribing technology can potentially produce more cost-effective and time-effective rGO-based circuits and systems for practical applications.

  19. Neural Correlates of Conceptual Implicit Memory and Their Contamination of Putative Neural Correlates of Explicit Memory

    ERIC Educational Resources Information Center

    Voss, Joel L.; Paller, Ken A.

    2007-01-01

    During episodic recognition tests, meaningful stimuli such as words can engender both conscious retrieval (explicit memory) and facilitated access to meaning that is distinct from the awareness of remembering (conceptual implicit memory). Neuroimaging investigations of one type of memory are frequently subject to the confounding influence of the…

  20. Design and Implementation Issues for Modern Remote Laboratories

    ERIC Educational Resources Information Center

    Guimaraes, E. G.; Cardozo, E.; Moraes, D. H.; Coelho, P. R.

    2011-01-01

    The design and implementation of remote laboratories present different levels of complexity according to the nature of the equipments operated by the remote laboratory, the requirements imposed on the accessing computers, the network linking the user to the laboratory, and the type of experiments the laboratory supports. This paper addresses the…

  1. Metal oxide resistive random access memory based synaptic devices for brain-inspired computing

    NASA Astrophysics Data System (ADS)

    Gao, Bin; Kang, Jinfeng; Zhou, Zheng; Chen, Zhe; Huang, Peng; Liu, Lifeng; Liu, Xiaoyan

    2016-04-01

    The traditional Boolean computing paradigm based on the von Neumann architecture is facing great challenges for future information technology applications such as big data, the Internet of Things (IoT), and wearable devices, due to the limited processing capability issues such as binary data storage and computing, non-parallel data processing, and the buses requirement between memory units and logic units. The brain-inspired neuromorphic computing paradigm is believed to be one of the promising solutions for realizing more complex functions with a lower cost. To perform such brain-inspired computing with a low cost and low power consumption, novel devices for use as electronic synapses are needed. Metal oxide resistive random access memory (ReRAM) devices have emerged as the leading candidate for electronic synapses. This paper comprehensively addresses the recent work on the design and optimization of metal oxide ReRAM-based synaptic devices. A performance enhancement methodology and optimized operation scheme to achieve analog resistive switching and low-energy training behavior are provided. A three-dimensional vertical synapse network architecture is proposed for high-density integration and low-cost fabrication. The impacts of the ReRAM synaptic device features on the performances of neuromorphic systems are also discussed on the basis of a constructed neuromorphic visual system with a pattern recognition function. Possible solutions to achieve the high recognition accuracy and efficiency of neuromorphic systems are presented.

  2. The potential of multi-port optical memories in digital computing

    NASA Technical Reports Server (NTRS)

    Alford, C. O.; Gaylord, T. K.

    1975-01-01

    A high-capacity memory with a relatively high data transfer rate and multi-port simultaneous access capability may serve as the basis for new computer architectures. The implementation of a multi-port optical memory is discussed. Several computer structures are presented that might profitably use such a memory. These structures include (1) a simultaneous record access system, (2) a simultaneously shared memory computer system, and (3) a parallel digital processing structure.

  3. Thermal characterization and analysis of phase change random access memory

    NASA Astrophysics Data System (ADS)

    Giraud, V.; Cluzel, J.; Sousa, V.; Jacquot, A.; Dauscher, A.; Lenoir, B.; Scherrer, H.; Romer, S.

    2005-07-01

    The cross-plane thermal conductivity of Ge2Sb2Te5, either in its amorphous state or fcc crystallized state, and titanium nitride (TiN) thin films has been measured at room temperature by the 3ω method. These materials are involved in the fabrication of phase change random access memory (PC-RAM), Ge2Sb2Te5 and TiN being the PC and pseudoelectrode materials, respectively. The thermal conductivity of insulating SiO2 and ZnS :SiO2 layers was determined too. Each thermal conductivity measurement was performed by the means of at least two strip widths in order to check both the measurement self-consistency and the measurement accuracy. The performance of PC-RAM cells, i.e., the time needed to reach the melting temperature of the PC material and the cooling speed, has been evaluated as a function of both the measured thermal conductivity of the PC material and the reset current intensity independently of the thermal properties of the pseudoelectrodes by the way of analytical formula. The influence of the thickness and the thermal properties of the pseudoelectrodes on the performances have been determined by numerical simulations.

  4. Kanerva's sparse distributed memory: An associative memory algorithm well-suited to the Connection Machine

    NASA Technical Reports Server (NTRS)

    Rogers, David

    1988-01-01

    The advent of the Connection Machine profoundly changes the world of supercomputers. The highly nontraditional architecture makes possible the exploration of algorithms that were impractical for standard Von Neumann architectures. Sparse distributed memory (SDM) is an example of such an algorithm. Sparse distributed memory is a particularly simple and elegant formulation for an associative memory. The foundations for sparse distributed memory are described, and some simple examples of using the memory are presented. The relationship of sparse distributed memory to three important computational systems is shown: random-access memory, neural networks, and the cerebellum of the brain. Finally, the implementation of the algorithm for sparse distributed memory on the Connection Machine is discussed.

  5. zorder-lib: Library API for Z-Order Memory Layout

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Nowell, Lucy; Edward W. Bethel

    2015-04-01

    This document describes the motivation for, elements of, and use of the zorder-lib, a library API that implements organization of and access to data in memory using either a-order (also known as "row-major" order) or z-order memory layouts. The primary motivation for this work is to improve the performance of many types of data- intensive codes by increasing both spatial and temporal locality of memory accesses. The basic idea is that the cost associated with accessing a datum is less when it is nearby in either space or time.

  6. Networking the Light Fantastic--CD-ROMs on LANs.

    ERIC Educational Resources Information Center

    Kittle, Paul W.

    1992-01-01

    Describes the development of a local area network (LAN) at Loma Linda University that allows remote access for both IBM and Macintosh microcomputers to CD-ROMs. Topics discussed include types of networks; fiber optic technology; networking CD-ROM drives; remote access; modems; CD-ROM databases; memory management; interface software; and future…

  7. Airport Remote Tower Sensor Systems

    NASA Technical Reports Server (NTRS)

    Papasin, Richard; Gawdiak, Yuri; Maluf, David A.; Leidich, Christopher; Tran, Peter B.

    2001-01-01

    Remote Tower Sensor Systems (RTSS) are proof-of-concept prototypes being developed by NASA/Ames Research Center (NASA/ARC) with collaboration with the FAA (Federal Aviation Administration) and NOAA (National Oceanic Atmospheric Administration). RTSS began with the deployment of an Airport Approach Zone Camera System that includes real-time weather observations at San Francisco International Airport. The goal of this research is to develop, deploy, and demonstrate remotely operated cameras and sensors at several major airport hubs and un-towered airports. RTSS can provide real-time weather observations of airport approach zone. RTSS will integrate and test airport sensor packages that will allow remote access to realtime airport conditions and aircraft status.

  8. Online Remote Sensing Interface

    NASA Technical Reports Server (NTRS)

    Lawhead, Joel

    2007-01-01

    BasinTools Module 1 processes remotely sensed raster data, including multi- and hyper-spectral data products, via a Web site with no downloads and no plug-ins required. The interface provides standardized algorithms designed so that a user with little or no remote-sensing experience can use the site. This Web-based approach reduces the amount of software, hardware, and computing power necessary to perform the specified analyses. Access to imagery and derived products is enterprise-level and controlled. Because the user never takes possession of the imagery, the licensing of the data is greatly simplified. BasinTools takes the "just-in-time" inventory control model from commercial manufacturing and applies it to remotely-sensed data. Products are created and delivered on-the-fly with no human intervention, even for casual users. Well-defined procedures can be combined in different ways to extend verified and validated methods in order to derive new remote-sensing products, which improves efficiency in any well-defined geospatial domain. Remote-sensing products produced in BasinTools are self-documenting, allowing procedures to be independently verified or peer-reviewed. The software can be used enterprise-wide to conduct low-level remote sensing, viewing, sharing, and manipulating of image data without the need for desktop applications.

  9. Remote Access to CD-ROM for the Distant Learner.

    ERIC Educational Resources Information Center

    Cutright, Patricia; Girrard, Kenneth M.

    1991-01-01

    A dial-access, multiuser, multiaccess CD-ROM search system with end-user capability was developed to provide Eastern Oregon State College distance education students with access to the information required by their studies. Based on UNIX, the system provides students with access to 12 databases, an e-mail system for messaging, interlibrary loan…

  10. Telepresence in neurosurgery: the integrated remote neurosurgical system.

    PubMed

    Kassell, N F; Downs, J H; Graves, B S

    1997-01-01

    This paper describes the Integrated Remote Neurosurgical System (IRNS), a remotely-operated neurosurgical microscope with high-speed communications and a surgeon-accessible user interface. The IRNS will allow high quality bidirectional mentoring in the neurosurgical suite. The research goals of this effort are twofold: to develop a clinical system allowing a remote neurosurgeon to lend expertise to the OR-based neurosurgical team and to provide an integrated training environment. The IRNS incorporates a generic microscope/transport model, Called SuMIT (Surgical Manipulator Interface Translator). Our system is currently under test using the Zeiss MKM surgical transport. A SuMIT interface is also being constructed for the Robotics Research 1607. The IRNS Remote Planning and Navigation Workstation incorporates surgical planning capabilities, real-time, 30 fps video from the microscope and overhead video camera. The remote workstation includes a force reflecting handcontroller which gives the remote surgeon an intuitive way to position the microscope head. Bidirectional audio, video whiteboarding, and image archiving are also supported by the remote workstation. A simulation mode permits pre-surgical simulation, post-surgical critique, and training for surgeons without access to an actual microscope transport system. The components of the IRNS are integrated using ATM switching to provide low latency data transfer. The research, along with the more sophisticated systems that will follow, will serve as a foundation and test-bed for extending the surgeon's skills without regard to time zone or geographic boundaries.

  11. Review of optical memory technologies

    NASA Technical Reports Server (NTRS)

    Chen, D.

    1972-01-01

    Optical technologies for meeting the demands of large capacity fast access time memory are discussed in terms of optical phenomena and laser applications. The magneto-optic and electro-optic approaches are considered to be the most promising memory approaches.

  12. The dynamic time course of memory recovery in transient global amnesia.

    PubMed

    Guillery-Girard, B; Desgranges, B; Urban, C; Piolino, P; de la Sayette, V; Eustache, F

    2004-11-01

    To investigate the dynamic time course of transient global amnesia (TGA)--that is, the process of recovery and the interindividual variability--by testing four patients during the day of TGA itself (on three occasions) and at follow up (on two occasions). A specially designed protocol focusing on semantic (both conceptual and autobiographical knowledge) and episodic (both anterograde and retrograde components) memory. Every patient showed marked impairment of both anterograde and retrograde episodic memory during the acute phase, with a relative preservation of personal and conceptual semantic knowledge. During the following phase, the authors observed similarities and differences among the patients' patterns of recovery. In general, retrograde amnesia recovered before the anterograde amnesia and anterograde episodic memory was recovered gradually in every case. In contrast, shrinkage of retrograde amnesia was more heterogeneous. In two of the patients, this shrinkage followed a chronological gradient and the most remote events were recovered first. In the two other patients, it depended more on the strength of the trace, and there was no temporal gradient. For the latter, an executive deficit could account for difficulties in accessing both conceptual knowledge and autobiographical memories. This profile of recovery suggests a "neocortical to medial temporal" process in every case, and the possibility of an additional frontal dysfunction in some cases. Hence, the acute phase seems to be characterised by a common episodic impairment. This variability between subjects appears in the recovery phase with two different patterns of impairment.

  13. Memory: Why You're Losing It, How to Save It.

    ERIC Educational Resources Information Center

    Smith, Lee

    1995-01-01

    Describes the five types of memory: (1) semantic--what words and symbols mean; (2) implicit--how to do something such as ride a bike; (3) remote--data collected over the years; (4) working--short-term memory; and (5) episodic--recent experiences. Assesses the likelihood of each type's decaying over time. (JOW)

  14. Personal semantic and episodic autobiographical memories in Korsakoff syndrome: A comparison of interview methods.

    PubMed

    Rensen, Yvonne C M; Kessels, Roy P C; Migo, Ellen M; Wester, Arie J; Eling, Paul A T M; Kopelman, Michael D

    2017-08-01

    The temporal gradient in patients with Korsakoff's syndrome has been of particular interest in the literature, as many studies have found evidence for a steep temporal gradient, but others have observed more uniform remote memory impairment across all past time periods. Inconsistencies might be the result of the nature of remote memory impairment under study (i.e., nonpersonal or autobiographical memory) and of methodological differences in the examination of remote memory loss. The aim of this study was to examine whether differences between autobiographical memory interview (AMI) and autobiographical interview (AI) procedures influence the presence of a temporal gradient in semantic and episodic autobiographical memory in Korsakoff patients. The procedure used in the present study combined the AMI and AI into one study session. We compared the performance of 20 patients with Korsakoff's syndrome and 27 healthy controls. First, participants were asked to recall knowledge from different life periods. Second, participants were asked to recall memories from five life periods. Thirdly, participants were asked to rate their subjective experience of each event recalled on a 5-point scale. Finally, we analyzed the findings in terms of all the memories recalled versus the first memory from each life-period only. Both the AMI and the AI showed a temporally graded retrograde amnesia in the Korsakoff patients for personal semantic and episodic autobiographical memories. The pattern of amnesia in Korsakoff patients was not affected by examining only one event per life-period. Subjective ratings of recalled memories were largely comparable between the groups. The findings were generally consistent across the AMI and AI. Varying the number of events did not affect the pattern of the gradient. Hence, the temporal gradient in Korsakoff patients is not an artefact of either the AMI or the AI method.

  15. Radiation dosimetry using three-dimensional optical random access memories

    NASA Technical Reports Server (NTRS)

    Moscovitch, M.; Phillips, G. W.

    2001-01-01

    Three-dimensional optical random access memories (3D ORAMs) are a new generation of high-density data storage devices. Binary information is stored and retrieved via a light induced reversible transformation of an ensemble of bistable photochromic molecules embedded in a polymer matrix. This paper describes the application of 3D ORAM materials to radiation dosimetry. It is shown both theoretically and experimentally, that ionizing radiation in the form of heavy charged particles is capable of changing the information originally stored on the ORAM material. The magnitude and spatial distribution of these changes are used as a measure of the absorbed dose, particle type and energy. The effects of exposure on 3D ORAM materials have been investigated for a variety of particle types and energies, including protons, alpha particles and 12C ions. The exposed materials are observed to fluoresce when exposed to laser light. The intensity and the depth of the fluorescence is dependent on the type and energy of the particle to which the materials were exposed. It is shown that these effects can be modeled using Monte Carlo calculations. The model provides a better understanding of the properties of these materials. which should prove useful for developing systems for charged particle and neutron dosimetry/detector applications. c2001 Published by Elsevier Science B.V.

  16. High-quality remote interactive imaging in the operating theatre

    NASA Astrophysics Data System (ADS)

    Grimstead, Ian J.; Avis, Nick J.; Evans, Peter L.; Bocca, Alan

    2009-02-01

    We present a high-quality display system that enables the remote access within an operating theatre of high-end medical imaging and surgical planning software. Currently, surgeons often use printouts from such software for reference during surgery; our system enables surgeons to access and review patient data in a sterile environment, viewing real-time renderings of MRI & CT data as required. Once calibrated, our system displays shades of grey in Operating Room lighting conditions (removing any gamma correction artefacts). Our system does not require any expensive display hardware, is unobtrusive to the remote workstation and works with any application without requiring additional software licenses. To extend the native 256 levels of grey supported by a standard LCD monitor, we have used the concept of "PseudoGrey" where slightly off-white shades of grey are used to extend the intensity range from 256 to 1,785 shades of grey. Remote access is facilitated by a customized version of UltraVNC, which corrects remote shades of grey for display in the Operating Room. The system is successfully deployed at Morriston Hospital, Swansea, UK, and is in daily use during Maxillofacial surgery. More formal user trials and quantitative assessments are being planned for the future.

  17. Simulation study on heat conduction of a nanoscale phase-change random access memory cell.

    PubMed

    Kim, Junho; Song, Ki-Bong

    2006-11-01

    We have investigated heat transfer characteristics of a nano-scale phase-change random access memory (PRAM) cell using finite element method (FEM) simulation. Our PRAM cell is based on ternary chalcogenide alloy, Ge2Sb2Te5 (GST), which is used as a recording layer. For contact area of 100 x 100 nm2, simulations of crystallization and amorphization processes were carried out. Physical quantities such as electric conductivity, thermal conductivity, and specific heat were treated as temperature-dependent parameters. Through many simulations, it is concluded that one can reduce set current by decreasing both electric conductivities of amorphous GST and crystalline GST, and in addition to these conditions by decreasing electric conductivity of molten GST one can also reduce reset current significantly.

  18. Frontal activations associated with accessing and evaluating information in working memory: an fMRI study.

    PubMed

    Zhang, John X; Leung, Hoi-Chung; Johnson, Marcia K

    2003-11-01

    To investigate the involvement of frontal cortex in accessing and evaluating information in working memory, we used a variant of a Sternberg paradigm and compared brain activations between positive and negative responses (known to differentially tax access/evaluation processes). Participants remembered two trigrams in each trial and were then cued to discard one of them and maintain the other one as the target set. After a delay, a probe letter was presented and participants made decisions about whether or not it was in the target set. Several frontal areas--anterior cingulate (BA32), middle frontal gyrus (bilateral BA9, right BA10, and right BA46), and left inferior frontal gyrus (BA44/45)--showed increased activity when participants made correct negative responses relative to when they made correct positive responses. No areas activated significantly more for the positive responses than for the negative responses. It is suggested that the multiple frontal areas involved in the test phase of this task may reflect several component processes that underlie more general frontal functions.

  19. Development of multi-mission satellite data systems at the German Remote Sensing Data Centre

    NASA Astrophysics Data System (ADS)

    Lotz-Iwen, H. J.; Markwitz, W.; Schreier, G.

    1998-11-01

    This paper focuses on conceptual aspects of the access to multi-mission remote sensing data by online catalogue and information systems. The system ISIS of the German Remote Sensing Data Centre is described as an example of a user interface to earth observation data. ISIS has been designed to support international scientific research as well as operational applications by offering online access to the database via public networks. It provides catalogue retrieval, visualisation and transfer of image data, and is integrated in international activities dedicated to catalogue and archive interoperability. Finally, an outlook is given on international projects dealing with access to remote sensing data in distributed archives.

  20. Retrieval practice enhances the accessibility but not the quality of memory.

    PubMed

    Sutterer, David W; Awh, Edward

    2016-06-01

    Numerous studies have demonstrated that retrieval from long-term memory (LTM) can enhance subsequent memory performance, a phenomenon labeled the retrieval practice effect. However, the almost exclusive reliance on categorical stimuli in this literature leaves open a basic question about the nature of this improvement in memory performance. It has not yet been determined whether retrieval practice improves the probability of successful memory retrieval or the quality of the retrieved representation. To answer this question, we conducted three experiments using a mixture modeling approach (Zhang & Luck, 2008) that provides a measure of both the probability of recall and the quality of the recalled memories. Subjects attempted to memorize the color of 400 unique shapes. After every 10 images were presented, subjects either recalled the last 10 colors (the retrieval practice condition) by clicking on a color wheel with each shape as a retrieval cue or they participated in a control condition that involved no further presentations (Experiment 1) or restudy of the 10 shape/color associations (Experiments 2 and 3). Performance in a subsequent delayed recall test revealed a robust retrieval practice effect. Subjects recalled a significantly higher proportion of items that they had previously retrieved relative to items that were untested or that they had restudied. Interestingly, retrieval practice did not elicit any improvement in the precision of the retrieved memories. The same empirical pattern also was observed following delays of greater than 24 hours. Thus, retrieval practice increases the probability of successful memory retrieval but does not improve memory quality.

  1. Remote observing environment using a KVM-over-IP for the OAO 188 cm telescope

    NASA Astrophysics Data System (ADS)

    Yanagisawa, Kenshi; Inoue, Goki; Kuroda, Daisuke; Ukita, Nobuharu; Mizumoto, Yoshihiko; Izumiura, Hideyuki

    2016-08-01

    We have prepared remote observing environment for the 188 cm telescope at Okayama Astrophysical Observatory. A KVM-over-IP and a VPN gateway are employed as core devices, which offer reliable, secure and fast link between on site and remote sites. We have confirmed the KVM-over-IP has ideal characteristics for serving the remote observing environment; the use is simple for both users and maintainer; access from any platform is available; multiple and simultaneous access is possible; and maintenance load is small. We also demonstrated that the degradation of observing efficiency specific to the remote observing is negligibly small. The remote observing environment has fully opened since the semester 2016A, about 30% of the total observing time in the last semester was occupied by remote observing.

  2. Electrical Evaluation of RCA MWS5001D Random Access Memory, Volume 1

    NASA Technical Reports Server (NTRS)

    Klute, A.

    1979-01-01

    Electrical characterization and qualification tests were performed on the RCA MWS5001D, 1024 by 1-bit, CMOS, random access memory. Characterization tests were performed on five devices. The tests included functional tests, AC parametric worst case pattern selection test, determination of worst-case transition for setup and hold times and a series of schmoo plots. The qualification tests were performed on 32 devices and included a 2000 hour burn in with electrical tests performed at 0 hours and after 168, 1000, and 2000 hours of burn in. The tests performed included functional tests and AC and DC parametric tests. All of the tests in the characterization phase, with the exception of the worst-case transition test, were performed at ambient temperatures of 25, -55 and 125 C. The worst-case transition test was performed at 25 C. The preburn in electrical tests were performed at 25, -55, and 125 C. All burn in endpoint tests were performed at 25, -40, -55, 85, and 125 C.

  3. Implementing a bubble memory hierarchy system

    NASA Technical Reports Server (NTRS)

    Segura, R.; Nichols, C. D.

    1979-01-01

    This paper reports on implementation of a magnetic bubble memory in a two-level hierarchial system. The hierarchy used a major-minor loop device and RAM under microprocessor control. Dynamic memory addressing, dual bus primary memory, and hardware data modification detection are incorporated in the system to minimize access time. It is the objective of the system to incorporate the advantages of bipolar memory with that of bubble domain memory to provide a smart, optimal memory system which is easy to interface and independent of user's system.

  4. Virtual and remote experiments for radiometric and photometric measurements

    NASA Astrophysics Data System (ADS)

    Thoms, L.-J.; Girwidz, R.

    2017-09-01

    The analysis of spectra is fundamental to our modern understanding of wave optics and colour perception. Since spectrometers are expensive, and accurate calibration is necessary to achieve high quality spectra, we developed a remote lab on optical spectrometry. With this tool, students can carry out real experiments over the Internet. In this article the pros and cons of remote labs, the physical background of optical spectrometry, and the development and use of a radiometric remote lab for higher education are discussed. The remote lab is freely accessible to everyone at http://virtualremotelab.net.

  5. Is working memory stored along a logarithmic timeline? Converging evidence from neuroscience, behavior and models.

    PubMed

    Singh, Inder; Tiganj, Zoran; Howard, Marc W

    2018-04-23

    A growing body of evidence suggests that short-term memory does not only store the identity of recently experienced stimuli, but also information about when they were presented. This representation of 'what' happened 'when' constitutes a neural timeline of recent past. Behavioral results suggest that people can sequentially access memories for the recent past, as if they were stored along a timeline to which attention is sequentially directed. In the short-term judgment of recency (JOR) task, the time to choose between two probe items depends on the recency of the more recent probe but not on the recency of the more remote probe. This pattern of results suggests a backward self-terminating search model. We review recent neural evidence from the macaque lateral prefrontal cortex (lPFC) (Tiganj, Cromer, Roy, Miller, & Howard, in press) and behavioral evidence from human JOR task (Singh & Howard, 2017) bearing on this question. Notably, both lines of evidence suggest that the timeline is logarithmically compressed as predicted by Weber-Fechner scaling. Taken together, these findings provide an integrative perspective on temporal organization and neural underpinnings of short-term memory. Copyright © 2018 Elsevier Inc. All rights reserved.

  6. An object-based storage model for distributed remote sensing images

    NASA Astrophysics Data System (ADS)

    Yu, Zhanwu; Li, Zhongmin; Zheng, Sheng

    2006-10-01

    It is very difficult to design an integrated storage solution for distributed remote sensing images to offer high performance network storage services and secure data sharing across platforms using current network storage models such as direct attached storage, network attached storage and storage area network. Object-based storage, as new generation network storage technology emerged recently, separates the data path, the control path and the management path, which solves the bottleneck problem of metadata existed in traditional storage models, and has the characteristics of parallel data access, data sharing across platforms, intelligence of storage devices and security of data access. We use the object-based storage in the storage management of remote sensing images to construct an object-based storage model for distributed remote sensing images. In the storage model, remote sensing images are organized as remote sensing objects stored in the object-based storage devices. According to the storage model, we present the architecture of a distributed remote sensing images application system based on object-based storage, and give some test results about the write performance comparison of traditional network storage model and object-based storage model.

  7. Quantitative Measurements of Autobiographical Memory Content

    PubMed Central

    Mainetti, Matteo; Ascoli, Giorgio A.

    2012-01-01

    Autobiographical memory (AM), subjective recollection of past experiences, is fundamental in everyday life. Nevertheless, characterization of the spontaneous occurrence of AM, as well as of the number and types of recollected details, remains limited. The CRAM (Cue-Recalled Autobiographical Memory) test (http://cramtest.info) adapts and combines the cue-word method with an assessment that collects counts of details recalled from different life periods. The SPAM (Spontaneous Probability of Autobiographical Memories) protocol samples introspection during everyday activity, recording memory duration and frequency. These measures provide detailed, naturalistic accounts of AM content and frequency, quantifying essential dimensions of recollection. AM content (∼20 details/recollection) decreased with the age of the episode, but less drastically than the probability of reporting remote compared to recent memories. AM retrieval was frequent (∼20/hour), each memory lasting ∼30 seconds. Testable hypotheses of the specific content retrieved in a fixed time from given life periods are presented. PMID:23028629

  8. Application of phase-change materials in memory taxonomy.

    PubMed

    Wang, Lei; Tu, Liang; Wen, Jing

    2017-01-01

    Phase-change materials are suitable for data storage because they exhibit reversible transitions between crystalline and amorphous states that have distinguishable electrical and optical properties. Consequently, these materials find applications in diverse memory devices ranging from conventional optical discs to emerging nanophotonic devices. Current research efforts are mostly devoted to phase-change random access memory, whereas the applications of phase-change materials in other types of memory devices are rarely reported. Here we review the physical principles of phase-change materials and devices aiming to help researchers understand the concept of phase-change memory. We classify phase-change memory devices into phase-change optical disc, phase-change scanning probe memory, phase-change random access memory, and phase-change nanophotonic device, according to their locations in memory hierarchy. For each device type we discuss the physical principles in conjunction with merits and weakness for data storage applications. We also outline state-of-the-art technologies and future prospects.

  9. Application of phase-change materials in memory taxonomy

    PubMed Central

    Wang, Lei; Tu, Liang; Wen, Jing

    2017-01-01

    Abstract Phase-change materials are suitable for data storage because they exhibit reversible transitions between crystalline and amorphous states that have distinguishable electrical and optical properties. Consequently, these materials find applications in diverse memory devices ranging from conventional optical discs to emerging nanophotonic devices. Current research efforts are mostly devoted to phase-change random access memory, whereas the applications of phase-change materials in other types of memory devices are rarely reported. Here we review the physical principles of phase-change materials and devices aiming to help researchers understand the concept of phase-change memory. We classify phase-change memory devices into phase-change optical disc, phase-change scanning probe memory, phase-change random access memory, and phase-change nanophotonic device, according to their locations in memory hierarchy. For each device type we discuss the physical principles in conjunction with merits and weakness for data storage applications. We also outline state-of-the-art technologies and future prospects. PMID:28740557

  10. Practical applications of remote sensing technology

    NASA Technical Reports Server (NTRS)

    Whitmore, Roy A., Jr.

    1990-01-01

    Land managers increasingly are becoming dependent upon remote sensing and automated analysis techniques for information gathering and synthesis. Remote sensing and geographic information system (GIS) techniques provide quick and economical information gathering for large areas. The outputs of remote sensing classification and analysis are most effective when combined with a total natural resources data base within the capabilities of a computerized GIS. Some examples are presented of the successes, as well as the problems, in integrating remote sensing and geographic information systems. The need to exploit remotely sensed data and the potential that geographic information systems offer for managing and analyzing such data continues to grow. New microcomputers with vastly enlarged memory, multi-fold increases in operating speed and storage capacity that was previously available only on mainframe computers are a reality. Improved raster GIS software systems have been developed for these high performance microcomputers. Vector GIS systems previously reserved for mini and mainframe systems are available to operate on these enhanced microcomputers. One of the more exciting areas that is beginning to emerge is the integration of both raster and vector formats on a single computer screen. This technology will allow satellite imagery or digital aerial photography to be presented as a background to a vector display.

  11. Staging memory for massively parallel processor

    NASA Technical Reports Server (NTRS)

    Batcher, Kenneth E. (Inventor)

    1988-01-01

    The invention herein relates to a computer organization capable of rapidly processing extremely large volumes of data. A staging memory is provided having a main stager portion consisting of a large number of memory banks which are accessed in parallel to receive, store, and transfer data words simultaneous with each other. Substager portions interconnect with the main stager portion to match input and output data formats with the data format of the main stager portion. An address generator is coded for accessing the data banks for receiving or transferring the appropriate words. Input and output permutation networks arrange the lineal order of data into and out of the memory banks.

  12. Characterizing Rural Food Access in Remote Areas.

    PubMed

    Bardenhagen, Chris J; Pinard, Courtney A; Pirog, Rich; Yaroch, Amy Lazarus

    2017-10-01

    Residents of rural areas may have limited access to healthy foods, leading to higher incidence of diet related health issues. Smaller grocers in rural areas experience challenges in maintaining fresh produce and other healthy foods available for customers. This study assessed the rural food environment in northeast Lower Michigan in order to inform healthy food financing projects such as the Michigan Good Food Fund. The area's retail food businesses were categorized using secondary licensing, business, and nutrition program databases. Twenty of these stores were visited in person to verify the validity of the categories created, and to assess the availability of healthy foods in their aisles. In-depth interviews with key informants were carried out with store owners, economic development personnel, and other food system stakeholders having knowledge about food access, in order to learn more about the specific challenges that the area faces. Out-shopping, seasonality, and economic challenges were found to affect healthy food availability. Mid-sized independent stores were generally found to have a larger selection of healthy foods, but smaller rural groceries also have potential to provide fresh produce and increase food access. Potential healthy food financing projects are described and areas in need of further research are identified.

  13. Assessing Mobile Phone Access and Perceptions for Texting-Based mHealth Interventions Among Expectant Mothers and Child Caregivers in Remote Regions of Northern Kenya: A Survey-Based Descriptive Study

    PubMed Central

    Carmichael, Jason-Louis; Hapanna, Galgallo Waqo; Wangoo, Patrick Gikaria; Karanja, Sarah; Wanyama, Denis; Muhula, Samuel Opondo; Kyomuhangi, Lennie Bazira; Loolpapit, Mores; Wangalwa, Gilbert Bwire; Kinagwi, Koki; Lester, Richard Todd

    2017-01-01

    Background With a dramatic increase in mobile phone use in low- and middle-income countries, mobile health (mHealth) has great potential to connect health care services directly to participants enrolled and improve engagement of care. Rural and remote global settings may pose both significant challenges and opportunities. Objective The objective of our study was to understand the demographics, phone usage and ownership characteristics, and feasibility among patients in rural and remote areas of Kenya of having text messaging (short messaging service, SMS)-based mHealth intervention for improvements in antenatal care attendance and routine immunization among children in Northern Kenya. Methods A survey-based descriptive study was conducted between October 2014 and February 2015 at 8 health facilities in Northern Kenya as part of a program to scale up an mHealth service in rural and remote regions. The study was conducted at 6 government health facilities in Isiolo, Marsabit, and Samburu counties in remote and northern arid lands (NAL). Two less remote health facilities in Laikipia and Meru counties in more populated central highlands were included as comparison sites. Results A total of 284 participants were surveyed; 63.4% (180/284) were from NAL clinics, whereas 36.6% (104/284) were from adjacent central highland clinics. In the NAL, almost half (48.8%, 88/180) reported no formal education and 24.4% (44/180) self-identified as nomads. The majority of participants from both regions had access to mobile phone: 99.0% (103/104) of participants from central highlands and 82.1% (147/180) of participants from NAL. Among those who had access to a phone, there were significant differences in network challenges and technology literacy between the 2 regions. However, there was no significant difference in the proportion of participants from NAL and central highlands who indicated that they would like to receive a weekly SMS text message from their health care provider (90

  14. Context controls access to working and reference memory in the pigeon (Columba livia).

    PubMed

    Roberts, William A; Macpherson, Krista; Strang, Caroline

    2016-01-01

    The interaction between working and reference memory systems was examined under conditions in which salient contextual cues were presented during memory retrieval. Ambient colored lights (red or green) bathed the operant chamber during the presentation of comparison stimuli in delayed matching-to-sample training (working memory) and during the presentation of the comparison stimuli as S+ and S- cues in discrimination training (reference memory). Strong competition between memory systems appeared when the same contextual cue appeared during working and reference memory training. When different contextual cues were used, however, working memory was completely protected from reference memory interference. © 2016 Society for the Experimental Analysis of Behavior.

  15. Design of a secure remote management module for a software-operated medical device.

    PubMed

    Burnik, Urban; Dobravec, Štefan; Meža, Marko

    2017-12-09

    Software-based medical devices need to be maintained throughout their entire life cycle. The efficiency of after-sales maintenance can be improved by managing medical systems remotely. This paper presents how to design the remote access function extensions in order to prevent risks imposed by uncontrolled remote access. A thorough analysis of standards and legislation requirements regarding safe operation and risk management of medical devices is presented. Based on the formal requirements, a multi-layer machine design solution is proposed that eliminates remote connectivity risks by strict separation of regular device functionalities from remote management service, deploys encrypted communication links and uses digital signatures to prevent mishandling of software images. The proposed system may also be used as an efficient version update of the existing medical device designs.

  16. Remote Teaching Experiments on Magnetic Domains in Thin Films

    ERIC Educational Resources Information Center

    Dobrogowski, W.; Maziewski, A.; Zablotskii, V.

    2007-01-01

    We describe our experience in building a remote laboratory for teaching magnetic domains. Fulfilling the proposed on-line experiments, students can observe and study magnetization processes that are often difficult to explain with written material. It is proposed that networks of remotely accessible laboratories could be integrated in the Global…

  17. Implementing an anti-smoking program in rural-remote communities: challenges and strategies.

    PubMed

    Tall, Julie A; Brew, Bronwyn K; Saurman, Emily; Jones, Therese C

    2015-01-01

    Rural-remote communities report higher smoking rates and poorer health outcomes than that of metropolitan areas. While anti-smoking programs are an important measure for addressing smoking and improving health, little is known of the challenges faced by primary healthcare staff implementing those programs in the rural-remote setting. The aim of this study was to explore the challenges and strategies of implementing an anti-smoking program by primary healthcare staff in rural-remote Australia. Guided by a phenomenological approach, semi-structured interviews and focus groups were conducted with health service managers, case managers and general practitioners involved in program implementation in Australian rural-remote communities between 2008 and 2010. Program implementation was reported to be challenged by limited primary and mental healthcare resources and client access to services; limited collaboration between health services; the difficulty of accessing staff training; high levels of community distress and disadvantage; the normalisation of smoking and its deleterious impact on smoking abstinence among program clients; and low morale among health staff. Strategies identified to overcome challenges included appointing tobacco-dedicated staff; improving health service collaboration, access and flexibility; providing subsidised pharmacotherapies and boosting staff morale. Findings may assist health services to better tailor anti-smoking programs for the rural-remote setting, where smoking rates are particularly high. Catering for the unique challenges of the rural-remote setting is necessary if anti-smoking programs are to be efficacious, cost-effective and capable of improving rural-remote health outcomes.

  18. Photonic qubits for remote quantum information processing

    NASA Astrophysics Data System (ADS)

    Maunz, P.; Olmschenk, S.; Hayes, D.; Matsukevich, D. N.; Duan, L.-M.; Monroe, C.

    2009-05-01

    Quantum information processing between remote quantum memories relies on a fast and faithful quantum channel. Recent experiments employed both, the photonic polarization and frequency qubits, in order to entangle remote atoms [1, 2], to teleport quantum information [3] and to operate a quantum gate between distant atoms. Here, we compare the dierent schemes used in these experiments and analyze the advantages of the dierent choices of atomic and photonic qubits and their coherence properties. [4pt] [1] D. L. Moehring et al. Nature 449, 68 (2007).[0pt] [2] D. N. Matsukevich et al. Phys. Rev. Lett. 100, 150404 2008).[0pt] [3] S. Olmschenk et al. Science, 323, 486 (2009).

  19. General-Purpose Serial Interface For Remote Control

    NASA Technical Reports Server (NTRS)

    Busquets, Anthony M.; Gupton, Lawrence E.

    1990-01-01

    Computer controls remote television camera. General-purpose controller developed to serve as interface between host computer and pan/tilt/zoom/focus functions on series of automated video cameras. Interface port based on 8251 programmable communications-interface circuit configured for tristated outputs, and connects controller system to any host computer with RS-232 input/output (I/O) port. Accepts byte-coded data from host, compares them with prestored codes in read-only memory (ROM), and closes or opens appropriate switches. Six output ports control opening and closing of as many as 48 switches. Operator controls remote television camera by speaking commands, in system including general-purpose controller.

  20. False Operation of Static Random Access Memory Cells under Alternating Current Power Supply Voltage Variation

    NASA Astrophysics Data System (ADS)

    Sawada, Takuya; Takata, Hidehiro; Nii, Koji; Nagata, Makoto

    2013-04-01

    Static random access memory (SRAM) cores exhibit susceptibility against power supply voltage variation. False operation is investigated among SRAM cells under sinusoidal voltage variation on power lines introduced by direct RF power injection. A standard SRAM core of 16 kbyte in a 90 nm 1.5 V technology is diagnosed with built-in self test and on-die noise monitor techniques. The sensitivity of bit error rate is shown to be high against the frequency of injected voltage variation, while it is not greatly influenced by the difference in frequency and phase against SRAM clocking. It is also observed that the distribution of false bits is substantially random in a cell array.

  1. Memory hierarchy using row-based compression

    DOEpatents

    Loh, Gabriel H.; O'Connor, James M.

    2016-10-25

    A system includes a first memory and a device coupleable to the first memory. The device includes a second memory to cache data from the first memory. The second memory includes a plurality of rows, each row including a corresponding set of compressed data blocks of non-uniform sizes and a corresponding set of tag blocks. Each tag block represents a corresponding compressed data block of the row. The device further includes decompression logic to decompress data blocks accessed from the second memory. The device further includes compression logic to compress data blocks to be stored in the second memory.

  2. Temporally Graded Activation of Neocortical Regions in Response to Memories of Different Ages

    PubMed Central

    Woodard, John L.; Seidenberg, Michael; Nielson, Kristy A.; Miller, Sarah K.; Franczak, Malgorzata; Antuono, Piero; Douville, Kelli L.; Rao, Stephen M.

    2007-01-01

    The temporally graded memory impairment seen in many neurobehavioral disorders implies different neuroanatomical pathways and/or cognitive mechanisms involved in storage and retrieval of memories of different ages. A dynamic interaction between medial-temporal and neocortical brain regions has been proposed to account for memory’s greater permanence with time. Despite considerable debate concerning its time-dependent role in memory retrieval, medial-temporal lobe activity has been well studied. However, the relative participation of neocortical regions in recent and remote memory retrieval has received much less attention. Using functional magnetic resonance imaging, we demonstrate robust, temporally graded signal differences in posterior cingulate, right middle frontal, right fusiform, and left middle temporal regions in healthy older adults during famous name identification from two disparate time epochs. Importantly, no neocortical regions demonstrated greater response to older than to recent stimuli. Our results suggest a possible role of these neocortical regions in temporally dating items in memory and in establishing and maintaining memory traces throughout the lifespan. Theoretical implications of these findings for the two dominant models of remote memory functioning (Consolidation Theory and Multiple Trace Theory) are discussed. PMID:17583988

  3. Solution-processed flexible NiO resistive random access memory device

    NASA Astrophysics Data System (ADS)

    Kim, Soo-Jung; Lee, Heon; Hong, Sung-Hoon

    2018-04-01

    Non-volatile memories (NVMs) using nanocrystals (NCs) as active materials can be applied to soft electronic devices requiring a low-temperature process because NCs do not require a heat treatment process for crystallization. In addition, memory devices can be implemented simply by using a patterning technique using a solution process. In this study, a flexible NiO ReRAM device was fabricated using a simple NC patterning method that controls the capillary force and dewetting of a NiO NC solution at low temperature. The switching behavior of a NiO NC based memory was clearly observed by conductive atomic force microscopy (c-AFM).

  4. Measuring autobiographical fluency in the self-memory system.

    PubMed

    Rathbone, Clare J; Moulin, Chris J A

    2014-01-01

    Autobiographical memory is widely considered to be fundamentally related to concepts of self and identity. However, few studies have sought to test models of self and memory directly using experimental designs. Using a novel autobiographical fluency paradigm, the present study investigated memory accessibility for different levels of self-related knowledge. Forty participants generated 20 "I am" statements about themselves, from which the 1st, 5th, 10th, 15th, and 20th were used as cues in a two-minute autobiographical fluency task. The most salient aspects of the self, measured by both serial position and ratings of personal significance, were associated with more accessible sets of autobiographical memories. This finding supports theories that view the self as a powerful organizational structure in memory. Results are discussed with reference to models of self and memory.

  5. Oscillatory mechanisms of process binding in memory.

    PubMed

    Klimesch, Wolfgang; Freunberger, Roman; Sauseng, Paul

    2010-06-01

    A central topic in cognitive neuroscience is the question, which processes underlie large scale communication within and between different neural networks. The basic assumption is that oscillatory phase synchronization plays an important role for process binding--the transient linking of different cognitive processes--which may be considered a special type of large scale communication. We investigate this question for memory processes on the basis of different types of oscillatory synchronization mechanisms. The reviewed findings suggest that theta and alpha phase coupling (and phase reorganization) reflect control processes in two large memory systems, a working memory and a complex knowledge system that comprises semantic long-term memory. It is suggested that alpha phase synchronization may be interpreted in terms of processes that coordinate top-down control (a process guided by expectancy to focus on relevant search areas) and access to memory traces (a process leading to the activation of a memory trace). An analogous interpretation is suggested for theta oscillations and the controlled access to episodic memories. Copyright (c) 2009 Elsevier Ltd. All rights reserved.

  6. A Calendar Savant with Episodic Memory Impairments

    PubMed Central

    Olson, Ingrid R.; Berryhill, Marian E.; Drowos, David B.; Brown, Lawrence; Chatterjee, Anjan

    2010-01-01

    Patients with memory disorders have severely restricted learning and memory. For instance, patients with anterograde amnesia can learn motor procedures as well as retaining some restricted ability to learn new words and factual information. However, such learning is inflexible and frequently inaccessible to conscious awareness. Here we present a case of patient AC596, a 25-year old male with severe episodic memory impairments, presumably due to anoxia during a preterm birth. In contrast to his poor episodic memory, he exhibits savant-like memory for calendar information that can be flexibly accessed by day, month, and year cues. He also has the ability to recollect the exact date of a wide range of personal experiences over the past 20 years. The patient appears to supplement his generally poor episodic memory by using memorized calendar information as a retrieval cue for autobiographical events. These findings indicate that islands of preserved memory functioning, such as a highly developed semantic memory system, can exist in individuals with severely impaired episodic memory systems. In this particular case, our patient’s memory for dates far outstripped that of normal individuals and served as a keen retrieval cue, allowing him to access information that was otherwise unavailable. PMID:20104390

  7. The Remote Analysis Station (RAS) as an instructional system

    NASA Technical Reports Server (NTRS)

    Rogers, R. H.; Wilson, C. L.; Dye, R. H.; Jaworski, E.

    1981-01-01

    "Hands-on" training in LANDSAT data analysis techniques can be obtained using a desk-top, interactive remote analysis station (RAS) which consists of a color CRT imagery display, with alphanumeric overwrite and keyboard, as well as a cursor controller and modem. This portable station can communicate via modem and dial-up telephone with a host computer at 1200 baud or it can be hardwired to a host computer at 9600 baud. A Z80 microcomputer controls the display refresh memory and remote station processing. LANDSAT data is displayed as three-band false-color imagery, one-band color-sliced imagery, or color-coded processed imagery. Although the display memory routinely operates at 256 x 256 picture elements, a display resolution of 128 x 128 can be selected to fill the display faster. In the false color mode the computer packs the data into one 8-bit character. When the host is not sending pictorial information the characters sent are in ordinary ASCII code. System capabilities are described.

  8. Autobiographical Memory Performance in Alzheimer's Disease Depends on Retrieval Frequency.

    PubMed

    Müller, Stephan; Mychajliw, Christian; Reichert, Carolin; Melcher, Tobias; Leyhe, Thomas

    2016-04-18

    Alzheimer's disease (AD) is characterized by memory disturbances primarily caused by pathogenic mechanisms affecting medial temporal lobe structures. As proposed by current theories of memory formation, this decrease is mediated by the age of the acquired knowledge. However, they cannot fully explain specific patterns of retrograde amnesia in AD. In the current study we examined an alternative approach and investigated whether the extent and severity of retrograde amnesia in AD is mediated by the frequency of memory retrieval or whether it depends on the mere age of knowledge. We compared recall of autobiographical incidents from three life periods in patients with amnestic mild cognitive impairment (aMCI), patients with early dementia of Alzheimer type (eDAT), and healthy control (HC) individuals using the Autobiographical Memory Interview. Retrieval frequency was operationalized by a paired comparison analysis. In contrast to HC individuals, recall of autobiographical incidents was impaired in patients with aMCI and eDAT following Ribot's gradient, with a reduced memory loss for remote compared to more recent life events. However, there was a strong effect of retrieval frequency on memory performance with frequently retrieved incidents memorized in more detail than less frequently retrieved episodes. Remote memories were recalled more often than recent ones. These findings suggest that more frequently retrieved autobiographical memories generally become more independent of the hippocampal complex and might thus be better protected against early hippocampal damage related to AD. Hence, the extent of retrograde amnesia in AD appears mainly mediated by the frequency of memory retrieval, which could plausibly explain why cognitive activity can effectively delay the onset of memory decline in AD.

  9. A Concept of Corporate Memory

    DTIC Science & Technology

    1979-05-17

    34 social memory", in the broader context of society. This paper explores some of the possibilities of creating a computer based corporate memory...NUMBER 79-04-03 2. COVT ACCESSION NO. 3. RECIPIENT’S CATALOG NUMBER «. TITLE f«n<* SubfU/.; A CONCEPT OF- CORPORATE MEMORY S. TYPE OF...It. SUPPLEMENTARY NOTES • IJ. KEY WORDS fCon<Jnu» on r»r»r»» mid* It nmcammmrj and Idmntltr bf block numbmr) corporate memory, office

  10. Does reactivation trigger episodic memory change? A meta-analysis.

    PubMed

    Scully, Iiona D; Napper, Lucy E; Hupbach, Almut

    2017-07-01

    According to the reconsolidation hypothesis, long-term memories return to a plastic state upon their reactivation, leaving them vulnerable to interference effects and requiring re-storage processes or else these memories might be permanently lost. The present study used a meta-analytic approach to critically evaluate the evidence for reactivation-induced changes in human episodic memory. Results indicated that reactivation makes episodic memories susceptible to physiological and behavioral interference. When applied shortly after reactivation, interference manipulations altered the amount of information that could be retrieved from the original learning event. This effect was more pronounced for remote memories and memories of narrative structure. Additionally, new learning following reactivation reliably increased the number of intrusions from new information into the original memory. These findings support a dynamic view of long-term memory by showing that memories can be changed long after they were acquired. Copyright © 2016 Elsevier Inc. All rights reserved.

  11. Engrams and Circuits Crucial for Systems Consolidation of a Memory

    PubMed Central

    Kitamura, Takashi; Ogawa, Sachie K.; Roy, Dheeraj S.; Okuyama, Teruhiro; Morrissey, Mark D.; Smith, Lillian M.; Redondo, Roger L.; Tonegawa, Susumu

    2017-01-01

    Episodic memories initially require rapid synaptic plasticity within the hippocampus for their formation and are gradually consolidated in neocortical networks for permanent storage. However, the engrams and circuits that support neocortical memory consolidation remain unknown. We found that neocortical prefrontal memory engram cells, critical for remote contextual fear memory, were rapidly generated during initial learning via inputs from both hippocampal-entorhinal cortex and basolateral amygdala. After their generation, the prefrontal engram cells, with support from hippocampal memory engram cells, became functionally mature with time. Whereas hippocampal engram cells gradually became silent with time, engram cells in the basolateral amygdala, which were necessary for fear memory, are maintained. Our data provide new insights into the functional reorganization of engrams and circuits underlying systems consolidation of memory. PMID:28386011

  12. A spin transfer torque magnetoresistance random access memory-based high-density and ultralow-power associative memory for fully data-adaptive nearest neighbor search with current-mode similarity evaluation and time-domain minimum searching

    NASA Astrophysics Data System (ADS)

    Ma, Yitao; Miura, Sadahiko; Honjo, Hiroaki; Ikeda, Shoji; Hanyu, Takahiro; Ohno, Hideo; Endoh, Tetsuo

    2017-04-01

    A high-density nonvolatile associative memory (NV-AM) based on spin transfer torque magnetoresistive random access memory (STT-MRAM), which achieves highly concurrent and ultralow-power nearest neighbor search with full adaptivity of the template data format, has been proposed and fabricated using the 90 nm CMOS/70 nm perpendicular-magnetic-tunnel-junction hybrid process. A truly compact current-mode circuitry is developed to realize flexibly controllable and high-parallel similarity evaluation, which makes the NV-AM adaptable to any dimensionality and component-bit of template data. A compact dual-stage time-domain minimum searching circuit is also developed, which can freely extend the system for more template data by connecting multiple NM-AM cores without additional circuits for integrated processing. Both the embedded STT-MRAM module and the computing circuit modules in this NV-AM chip are synchronously power-gated to completely eliminate standby power and maximally reduce operation power by only activating the currently accessed circuit blocks. The operations of a prototype chip at 40 MHz are demonstrated by measurement. The average operation power is only 130 µW, and the circuit density is less than 11 µm2/bit. Compared with the latest conventional works in both volatile and nonvolatile approaches, more than 31.3% circuit area reductions and 99.2% power improvements are achieved, respectively. Further power performance analyses are discussed, which verify the special superiority of the proposed NV-AM in low-power and large-memory-based VLSIs.

  13. a-SiNx:H-based ultra-low power resistive random access memory with tunable Si dangling bond conduction paths.

    PubMed

    Jiang, Xiaofan; Ma, Zhongyuan; Xu, Jun; Chen, Kunji; Xu, Ling; Li, Wei; Huang, Xinfan; Feng, Duan

    2015-10-28

    The realization of ultra-low power Si-based resistive switching memory technology will be a milestone in the development of next generation non-volatile memory. Here we show that a high performance and ultra-low power resistive random access memory (RRAM) based on an Al/a-SiNx:H/p(+)-Si structure can be achieved by tuning the Si dangling bond conduction paths. We reveal the intrinsic relationship between the Si dangling bonds and the N/Si ratio x for the a-SiNx:H films, which ensures that the programming current can be reduced to less than 1 μA by increasing the value of x. Theoretically calculated current-voltage (I-V) curves combined with the temperature dependence of the I-V characteristics confirm that, for the low-resistance state (LRS), the Si dangling bond conduction paths obey the trap-assisted tunneling model. In the high-resistance state (HRS), conduction is dominated by either hopping or Poole-Frenkel (P-F) processes. Our introduction of hydrogen in the a-SiNx:H layer provides a new way to control the Si dangling bond conduction paths, and thus opens up a research field for ultra-low power Si-based RRAM.

  14. U.S. EPA High-Field NMR Facility with Remote Accessibility

    EPA Science Inventory

    EPA’s High-Field Nuclear Magnetic Resonance Research Facility housed in Athens, GA has two Varian 600 MHz NMR spectrometers used for conducting sophisticated experiments in environmental science. Off-site users can ship their samples and perform their NMR experiments remotely fr...

  15. Shape Memory Alloy Actuator

    NASA Technical Reports Server (NTRS)

    Baumbick, Robert J. (Inventor)

    2000-01-01

    The present invention discloses and teaches a unique, remote optically controlled micro actuator particularly suitable for aerospace vehicle applications wherein hot gas, or in the alternative optical energy, is employed as the medium by which shape memory alloy elements are activated. In gas turbine powered aircraft the source of the hot gas may be the turbine engine compressor or turbine sections.

  16. Shape Memory Alloy Actuator

    NASA Technical Reports Server (NTRS)

    Baumbick, Robert J. (Inventor)

    2002-01-01

    The present invention discloses and teaches a unique, remote optically controlled micro actuator particularly suitable for aerospace vehicle applications wherein hot gas, or in the alternative optical energy, is employed as the medium by which shape memory alloy elements are activated. In gas turbine powered aircraft the source of the hot gas may be the turbine engine compressor or turbine sections.

  17. A Lightweight Remote Parallel Visualization Platform for Interactive Massive Time-varying Climate Data Analysis

    NASA Astrophysics Data System (ADS)

    Li, J.; Zhang, T.; Huang, Q.; Liu, Q.

    2014-12-01

    Today's climate datasets are featured with large volume, high degree of spatiotemporal complexity and evolving fast overtime. As visualizing large volume distributed climate datasets is computationally intensive, traditional desktop based visualization applications fail to handle the computational intensity. Recently, scientists have developed remote visualization techniques to address the computational issue. Remote visualization techniques usually leverage server-side parallel computing capabilities to perform visualization tasks and deliver visualization results to clients through network. In this research, we aim to build a remote parallel visualization platform for visualizing and analyzing massive climate data. Our visualization platform was built based on Paraview, which is one of the most popular open source remote visualization and analysis applications. To further enhance the scalability and stability of the platform, we have employed cloud computing techniques to support the deployment of the platform. In this platform, all climate datasets are regular grid data which are stored in NetCDF format. Three types of data access methods are supported in the platform: accessing remote datasets provided by OpenDAP servers, accessing datasets hosted on the web visualization server and accessing local datasets. Despite different data access methods, all visualization tasks are completed at the server side to reduce the workload of clients. As a proof of concept, we have implemented a set of scientific visualization methods to show the feasibility of the platform. Preliminary results indicate that the framework can address the computation limitation of desktop based visualization applications.

  18. Remote Monitoring of Cardiac Implantable Electronic Devices.

    PubMed

    Cheung, Christopher C; Deyell, Marc W

    2018-01-08

    Over the past decade, technological advancements have transformed the delivery of care for arrhythmia patients. From early transtelephonic monitoring to new devices capable of wireless and cellular transmission, remote monitoring has revolutionized device care. In this article, we review the current evolution and evidence for remote monitoring in patients with cardiac implantable electronic devices. From passive transmission of device diagnostics, to active transmission of patient- and device-triggered alerts, remote monitoring can shorten the time to diagnosis and treatment. Studies have shown that remote monitoring can reduce hospitalization and emergency room visits, and improve survival. Remote monitoring can also reduce the health care costs, while providing increased access to patients living in rural or marginalized communities. Unfortunately, as many as two-thirds of patients with remote monitoring-capable devices do not use, or are not offered, this feature. Current guidelines recommend remote monitoring and interrogation, combined with annual in-person evaluation in all cardiac device patients. Remote monitoring should be considered in all eligible device patients and should be considered standard of care. Copyright © 2018 Canadian Cardiovascular Society. Published by Elsevier Inc. All rights reserved.

  19. Ion beam synthesis of indium-oxide nanocrystals for improvement of oxide resistive random-access memories

    NASA Astrophysics Data System (ADS)

    Bonafos, C.; Benassayag, G.; Cours, R.; Pécassou, B.; Guenery, P. V.; Baboux, N.; Militaru, L.; Souifi, A.; Cossec, E.; Hamga, K.; Ecoffey, S.; Drouin, D.

    2018-01-01

    We report on the direct ion beam synthesis of a delta-layer of indium oxide nanocrystals (In2O3-NCs) in silica matrices by using ultra-low energy ion implantation. The formation of the indium oxide phase can be explained by (i) the affinity of indium with oxygen, (ii) the generation of a high excess of oxygen recoils generated by the implantation process in the region where the nanocrystals are formed and (iii) the proximity of the indium-based nanoparticles with the free surface and oxidation from the air. Taking advantage of the selective diffusivity of implanted indium in SiO2 with respect to Si3N4, In2O3-NCs have been inserted in the SiO2 switching oxide of micrometric planar oxide-based resistive random access memory (OxRAM) devices fabricated using the nanodamascene process. Preliminary electrical measurements show switch voltage from high to low resistance state. The devices with In2O3-NCs have been cycled 5 times with identical operating voltages and RESET current meanwhile no switch has been observed for non implanted devices. This first measurement of switching is very promising for the concept of In2O3-NCs based OxRAM memories.

  20. Memory Benchmarks for SMP-Based High Performance Parallel Computers

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Yoo, A B; de Supinski, B; Mueller, F

    2001-11-20

    As the speed gap between CPU and main memory continues to grow, memory accesses increasingly dominates the performance of many applications. The problem is particularly acute for symmetric multiprocessor (SMP) systems, where the shared memory may be accessed concurrently by a group of threads running on separate CPUs. Unfortunately, several key issues governing memory system performance in current systems are not well understood. Complex interactions between the levels of the memory hierarchy, buses or switches, DRAM back-ends, system software, and application access patterns can make it difficult to pinpoint bottlenecks and determine appropriate optimizations, and the situation is even moremore » complex for SMP systems. To partially address this problem, we formulated a set of multi-threaded microbenchmarks for characterizing and measuring the performance of the underlying memory system in SMP-based high-performance computers. We report our use of these microbenchmarks on two important SMP-based machines. This paper has four primary contributions. First, we introduce a microbenchmark suite to systematically assess and compare the performance of different levels in SMP memory hierarchies. Second, we present a new tool based on hardware performance monitors to determine a wide array of memory system characteristics, such as cache sizes, quickly and easily; by using this tool, memory performance studies can be targeted to the full spectrum of performance regimes with many fewer data points than is otherwise required. Third, we present experimental results indicating that the performance of applications with large memory footprints remains largely constrained by memory. Fourth, we demonstrate that thread-level parallelism further degrades memory performance, even for the latest SMPs with hardware prefetching and switch-based memory interconnects.« less

  1. First demonstration of olfactory learning and long term memory in honey bee queens.

    PubMed

    Gong, Zhiwen; Tan, Ken; Nieh, James C

    2018-05-18

    As the primary source of colony reproduction, social insect queens play a vital role. However, the cognitive abilities of queens are not well understood, although queen learning and memory are essential in multiple species such as honey bees, in which virgin queens must leave the nest and then successful learn to navigate back over repeated nuptial flights. Honey bee queen learning has never been previously demonstrated. We therefore tested olfactory learning in queens and workers and examined the role of DNA methylation, which plays a key role in long term memory formation. We provide the first evidence that honey bee queens have excellent learning and memory. The proportion of honey bee queens that exhibited learning was 5-fold higher than workers at every tested age and, for memory, 4-fold higher than workers at a very young age. DNA methylation may play a key role in this queen memory because queens exhibiting remote memory had a more consistent elevation in Dnmt3 gene expression as compared to workers. Both castes also showed excellent remote memory (7 day memory), which was reduced by 14-20% by the DNA methylation inhibitor, zebularine. Given that queens live about 10-fold longer than workers, these results suggest that queens can serve as an excellently long-term reservoir of colony memory. © 2018. Published by The Company of Biologists Ltd.

  2. Individual differences in susceptibility to false memories: The effect of memory specificity.

    PubMed

    Dewhurst, Stephen A; Anderson, Rachel J; Berry, Donna M; Garner, Sarah R

    2017-06-25

    Previous research has highlighted the wide individual variability in susceptibility to the false memories produced by the Deese/Roediger-McDermott (DRM) procedure [Deese, J. (1959). On the prediction of occurrence of particular verbal intrusions in immediate recall. Journal of Experimental Psychology, 58, 17-22; Roediger, H. L., III, & McDermott, K. B. (1995). Creating false memories: Remembering words not presented in lists. Journal of Experimental Psychology: Learning, Memory, & Cognition, 21, 803-814]. The current study investigated whether susceptibility to false memories is influenced by individual differences in the specificity of autobiographical memory retrieval. Memory specificity was measured using the Sentence Completion for Events from the Past Test (SCEPT) [Raes, F., Hermans, D., Williams, J. M. G., & Eelen, P. (2007). A sentence completion procedure as an alternative to the Autobiographical Memory Test for assessing overgeneral memory in non-clinical populations. Memory, 15, 495-507]. Memory specificity did not correlate with correct recognition, but a specific retrieval style was positively correlated with levels of false recognition. It is proposed that the contextual details that frequently accompany false memories of nonstudied lures are more accessible in individuals with specific retrieval styles.

  3. Assessing Mobile Phone Access and Perceptions for Texting-Based mHealth Interventions Among Expectant Mothers and Child Caregivers in Remote Regions of Northern Kenya: A Survey-Based Descriptive Study.

    PubMed

    Kazi, Abdul Momin; Carmichael, Jason-Louis; Hapanna, Galgallo Waqo; Wangoo, Patrick Gikaria; Karanja, Sarah; Wanyama, Denis; Muhula, Samuel Opondo; Kyomuhangi, Lennie Bazira; Loolpapit, Mores; Wangalwa, Gilbert Bwire; Kinagwi, Koki; Lester, Richard Todd

    2017-01-30

    With a dramatic increase in mobile phone use in low- and middle-income countries, mobile health (mHealth) has great potential to connect health care services directly to participants enrolled and improve engagement of care. Rural and remote global settings may pose both significant challenges and opportunities. The objective of our study was to understand the demographics, phone usage and ownership characteristics, and feasibility among patients in rural and remote areas of Kenya of having text messaging (short messaging service, SMS)-based mHealth intervention for improvements in antenatal care attendance and routine immunization among children in Northern Kenya. A survey-based descriptive study was conducted between October 2014 and February 2015 at 8 health facilities in Northern Kenya as part of a program to scale up an mHealth service in rural and remote regions. The study was conducted at 6 government health facilities in Isiolo, Marsabit, and Samburu counties in remote and northern arid lands (NAL). Two less remote health facilities in Laikipia and Meru counties in more populated central highlands were included as comparison sites. A total of 284 participants were surveyed; 63.4% (180/284) were from NAL clinics, whereas 36.6% (104/284) were from adjacent central highland clinics. In the NAL, almost half (48.8%, 88/180) reported no formal education and 24.4% (44/180) self-identified as nomads. The majority of participants from both regions had access to mobile phone: 99.0% (103/104) of participants from central highlands and 82.1% (147/180) of participants from NAL. Among those who had access to a phone, there were significant differences in network challenges and technology literacy between the 2 regions. However, there was no significant difference in the proportion of participants from NAL and central highlands who indicated that they would like to receive a weekly SMS text message from their health care provider (90.0% vs 95.0%; P=.52). Overall, 92

  4. Integrated Vertical Bloch Line (VBL) memory

    NASA Technical Reports Server (NTRS)

    Katti, R. R.; Wu, J. C.; Stadler, H. L.

    1991-01-01

    Vertical Bloch Line (VBL) Memory is a recently conceived, integrated, solid state, block access, VLSI memory which offers the potential of 1 Gbit/sq cm areal storage density, data rates of hundreds of megabits/sec, and submillisecond average access time simultaneously at relatively low mass, volume, and power values when compared to alternative technologies. VBLs are micromagnetic structures within magnetic domain walls which can be manipulated using magnetic fields from integrated conductors. The presence or absence of BVL pairs are used to store binary information. At present, efforts are being directed at developing a single chip memory using 25 Mbit/sq cm technology in magnetic garnet material which integrates, at a single operating point, the writing, storage, reading, and amplification functions needed in a memory. The current design architecture, functional elements, and supercomputer simulation results are described which are used to assist the design process.

  5. Rural and remote dementia care challenges and needs: perspectives of formal and informal care providers residing in Saskatchewan, Canada.

    PubMed

    Dal Bello-Haas, Vanina P M; Cammer, Allison; Morgan, Debra; Stewart, Norma; Kosteniuk, Julie

    2014-01-01

    patients and families as adequate. Non-physician providers identified improved services, better coordination of services, travel and travel burden related needs, and staff training and education needs as priorities. Physician needs, as determined via referral letters, included confirmation of diagnosis or treatment, request for further management suggestions, patient or family request, and consultation regarding difficult cases. One-third of informal caregivers expressed not being satisfied with the care received prior to the Rural and Remote Memory Clinic assessment visit, and identified lack of diagnosis and long wait times for services as key issues. Delivering services and providing care and support for individuals with dementia living in rural and remote communities are especially challenging. The need for increased extent of services was a commonality among formal and informal caregivers. Primary care physicians may seek confirmation of their diagnosis or may need assistance when dealing with difficult aspects of care, as identified by referral letters. Differences between the needs identified via referral letters and questionnaire responses of physicians may be a reflection of the rural or remote context of care provision. Informal caregiver needs were more aligned with non-physician healthcare providers with respect to the need for improved access to additional healthcare professionals and services. The findings have implications for regional policy development that addresses human and other resource shortages.

  6. Enhancing Memory in Your Students: COMPOSE Yourself!

    ERIC Educational Resources Information Center

    Rotter, Kathleen M.

    2009-01-01

    The essence of teaching is, in fact, creating new memories for your students. The teacher's role is to help students store the correct information (memories) in ways that make recall and future access and use likely. Therefore, choosing techniques to enhance memory is possibly the most critical aspect of instructional design. COMPOSE is an acronym…

  7. Accessing global data from accelerator devices

    DOEpatents

    Bertolli, Carlo; O'Brien, John K.; Sallenave, Olivier H.; Sura, Zehra N.

    2016-12-06

    An aspect includes a table of contents (TOC) that was generated by a compiler being received at an accelerator device. The TOC includes an address of global data in a host memory space. The global data is copied from the address in the host memory space to an address in the device memory space. The address in the host memory space is obtained from the received TOC. The received TOC is updated to indicate that global data is stored at the address in the device memory space. A kernel that accesses the global data from the address in the device memory space is executed. The address in the device memory space is obtained based on contents of the updated TOC. When the executing is completed, the global data from the address in the device memory space is copied to the address in the host memory space.

  8. Accessing global data from accelerator devices

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Bertolli, Carlo; O'Brien, John K.; Sallenave, Olivier H.

    2016-12-06

    An aspect includes a table of contents (TOC) that was generated by a compiler being received at an accelerator device. The TOC includes an address of global data in a host memory space. The global data is copied from the address in the host memory space to an address in the device memory space. The address in the host memory space is obtained from the received TOC. The received TOC is updated to indicate that global data is stored at the address in the device memory space. A kernel that accesses the global data from the address in the devicemore » memory space is executed. The address in the device memory space is obtained based on contents of the updated TOC. When the executing is completed, the global data from the address in the device memory space is copied to the address in the host memory space.« less

  9. Memory accuracy predicts hippocampal mTOR pathway activation following retrieval of contextual fear memory.

    PubMed

    Gafford, Georgette M; Parsons, Ryan G; Helmstetter, Fred J

    2013-09-01

    Prior work suggests that hippocampus-dependent memory undergoes a systems consolidation process such that recent memories are stored in the hippocampus, while older memories are independent of the hippocampus and instead dependent on cortical areas. One problem with interpreting these studies is that memory for the contextual stimuli weakens as time passes between the training event and testing and older memories are often less detailed, making it difficult to determine if memory storage in the hippocampus is related to the age or to the accuracy of the memory. Activity of the mammalian target of rapamycin (mTOR) signaling pathway is known to be important for controlling protein translation necessary for both memory consolidation after initial learning and for the reconsolidation of memory after retrieval. We tested whether p70s6 kinase (p70s6K), a key component of the mTOR signaling pathway, is activated following retrieval of context fear memory in the dorsal hippocampus (DH) and anterior cingulate cortex (ACC) at 1, 10, or 36 days after context fear conditioning. We also tested whether strengthening memory for the contextual stimuli changed p70s6K phosphorylation in these structures 36 days after training. We show that under standard training conditions retrieval of a recently formed memory is initially precise and involves the DH. Over time it loses detail, becomes independent of the DH and depends on the ACC. In a subsequent experiment, we preserved the accuracy of older memories through pre-exposure to the training context. We show that remote memory still involved the DH in animals given pre-exposure. These data support the notion that detailed memories depend on the DH regardless of their age. Copyright © 2013 Wiley Periodicals, Inc.

  10. Organic Ferroelectric-Based 1T1T Random Access Memory Cell Employing a Common Dielectric Layer Overcoming the Half-Selection Problem.

    PubMed

    Zhao, Qiang; Wang, Hanlin; Ni, Zhenjie; Liu, Jie; Zhen, Yonggang; Zhang, Xiaotao; Jiang, Lang; Li, Rongjin; Dong, Huanli; Hu, Wenping

    2017-09-01

    Organic electronics based on poly(vinylidenefluoride/trifluoroethylene) (P(VDF-TrFE)) dielectric is facing great challenges in flexible circuits. As one indispensable part of integrated circuits, there is an urgent demand for low-cost and easy-fabrication nonvolatile memory devices. A breakthrough is made on a novel ferroelectric random access memory cell (1T1T FeRAM cell) consisting of one selection transistor and one ferroelectric memory transistor in order to overcome the half-selection problem. Unlike complicated manufacturing using multiple dielectrics, this system simplifies 1T1T FeRAM cell fabrication using one common dielectric. To achieve this goal, a strategy for semiconductor/insulator (S/I) interface modulation is put forward and applied to nonhysteretic selection transistors with high performances for driving or addressing purposes. As a result, high hole mobility of 3.81 cm 2 V -1 s -1 (average) for 2,6-diphenylanthracene (DPA) and electron mobility of 0.124 cm 2 V -1 s -1 (average) for N,N'-1H,1H-perfluorobutyl dicyanoperylenecarboxydiimide (PDI-FCN 2 ) are obtained in selection transistors. In this work, we demonstrate this technology's potential for organic ferroelectric-based pixelated memory module fabrication. © 2017 WILEY-VCH Verlag GmbH & Co. KGaA, Weinheim.

  11. Point-of-Care Programming for Neuromodulation: A Feasibility Study Using Remote Presence.

    PubMed

    Mendez, Ivar; Song, Michael; Chiasson, Paula; Bustamante, Luis

    2013-01-01

    The expansion of neuromodulation and its indications has resulted in hundreds of thousands of patients with implanted devices worldwide. Because all patients require programming, this growth has created a heavy burden on neuromodulation centers and patients. Remote point-of-care programming may provide patients with real-time access to neuromodulation expertise in their communities. To test the feasibility of remotely programming a neuromodulation device using a remote-presence robot and to determine the ability of an expert programmer to telementor a nonexpert in programming the device. A remote-presence robot (RP-7) was used for remote programming. Twenty patients were randomly assigned to either conventional programming or a robotic session. The expert remotely mentored 10 nurses with no previous experience to program the devices of patients assigned to the remote-presence sessions. Accuracy of programming, adverse events, and satisfaction scores for all participants were assessed. There was no difference in the accuracy or clinical outcomes of programming between the standard and remote-presence sessions. No adverse events occurred in any session. The patients, nurses, and the expert programmer expressed high satisfaction scores with the remote-presence sessions. This study establishes the proof-of-principle that remote programming of neuromodulation devices using telepresence and expert telementoring of an individual with no previous experience to accurately program a device is feasible. We envision a time in the future when patients with implanted devices will have real-time access to neuromodulation expertise from the comfort of their own home.

  12. Nanoscale chemical state analysis of resistance random access memory device reacting with Ti

    NASA Astrophysics Data System (ADS)

    Shima, Hisashi; Nakano, Takashi; Akinaga, Hiro

    2010-05-01

    The thermal stability of the resistance random access memory material in the reducing atmosphere at the elevated temperature was improved by the addition of Ti. The unipolar resistance switching before and after the postdeposition annealing (PDA) process at 400 °C was confirmed in Pt/CoO/Ti(5 nm)/Pt device, while the severe degradation of the initial resistance occurs in the Pt/CoO/Pt and Pt/CoO/Ti(50 nm)/Pt devices. By investigating the chemical bonding states of Co, O, and Ti using electron energy loss spectroscopy combined with transmission electron microscopy, it was revealed that excess Ti induces the formation of metallic Co, while the thermal stability was improved by trace Ti. Moreover, it was indicated that the filamentary conduction path can be thermally induced after PDA in the oxide layer by analyzing electrical properties of the degraded devices. The adjustment of the reducing elements is quite essential in order to participate in their profits.

  13. Brain Region-Specific Activity Patterns after Recent or Remote Memory Retrieval of Auditory Conditioned Fear

    ERIC Educational Resources Information Center

    Kwon, Jeong-Tae; Jhang, Jinho; Kim, Hyung-Su; Lee, Sujin; Han, Jin-Hee

    2012-01-01

    Memory is thought to be sparsely encoded throughout multiple brain regions forming unique memory trace. Although evidence has established that the amygdala is a key brain site for memory storage and retrieval of auditory conditioned fear memory, it remains elusive whether the auditory brain regions may be involved in fear memory storage or…

  14. Plated wire memory subsystem

    NASA Technical Reports Server (NTRS)

    Carpenter, K. H.

    1974-01-01

    The design, construction, and test history of a 4096 word by 18 bit random access NDRO Plated Wire Memory for use in conjunction with a spacecraft input/output and central processing unit is reported. A technical and functional description is given along with diagrams illustrating layout and systems operation. Test data is shown on the procedures and results of system level and memory stack testing, and hybrid circuit screening. A comparison of the most significant physical and performance characteristics of the memory unit versus the specified requirements is also included.

  15. JTAG-based remote configuration of FPGAs over optical fibers

    DOE PAGES

    Deng, B.; Xu, H.; Liu, C.; ...

    2015-01-28

    In this study, a remote FPGA-configuration method based on JTAG extension over optical fibers is presented. The method takes advantage of commercial components and ready-to-use software such as iMPACT and does not require any hardware or software development. The method combines the advantages of the slow remote JTAG configuration and the fast local flash memory configuration. The method has been verified successfully and used in the Demonstrator of Liquid-Argon Trigger Digitization Board (LTDB) for the ATLAS liquid argon calorimeter Phase-I trigger upgrade. All components on the FPGA side are verified to meet the radiation tolerance requirements.

  16. Alternative conceptions of memory consolidation and the role of the hippocampus at the systems level in rodents.

    PubMed

    Sutherland, R J; Lehmann, H

    2011-06-01

    We discuss very recent experiments with rodents addressing the idea that long-term memories initially depending on the hippocampus, over a prolonged period, become independent of it. No unambiguous recent evidence exists to substantiate that this occurs. Most experiments find that recent and remote memories are equally affected by hippocampus damage. Nearly all experiments that report spared remote memories suffer from two problems: retrieval could be based upon substantial regions of spared hippocampus and recent memory is tested at intervals that are of the same order of magnitude as cellular consolidation. Accordingly, we point the way beyond systems consolidation theories, both the Standard Model of Consolidation and the Multiple Trace Theory, and propose a simpler multiple storage site hypothesis. On this view, with event reiterations, different memory representations are independently established in multiple networks. Many detailed memories always depend on the hippocampus; the others may be established and maintained independently. Copyright © 2011 Elsevier Ltd. All rights reserved.

  17. Plated wire memory subsystem

    NASA Technical Reports Server (NTRS)

    Reynolds, L.; Tweed, H.

    1972-01-01

    The work performed entailed the design, development, construction and testing of a 4000 word by 18 bit random access, NDRO plated wire memory for use in conjunction with a spacecraft imput/output unit and central processing unit. The primary design parameters, in order of importance, were high reliability, low power, volume and weight. A single memory unit, referred to as a qualification model, was delivered.

  18. Asymmetrical access to color and location in visual working memory.

    PubMed

    Rajsic, Jason; Wilson, Daryl E

    2014-10-01

    Models of visual working memory (VWM) have benefitted greatly from the use of the delayed-matching paradigm. However, in this task, the ability to recall a probed feature is confounded with the ability to maintain the proper binding between the feature that is to be reported and the feature (typically location) that is used to cue a particular item for report. Given that location is typically used as a cue-feature, we used the delayed-estimation paradigm to compare memory for location to memory for color, rotating which feature was used as a cue and which was reported. Our results revealed several novel findings: 1) the likelihood of reporting a probed object's feature was superior when reporting location with a color cue than when reporting color with a location cue; 2) location report errors were composed entirely of swap errors, with little to no random location reports; and 3) both colour and location reports greatly benefitted from the presence of nonprobed items at test. This last finding suggests that it is uncertainty over the bindings between locations and colors at memory retrieval that drive swap errors, not at encoding. We interpret our findings as consistent with a representational architecture that nests remembered object features within remembered locations.

  19. Blanket Gate Would Address Blocks Of Memory

    NASA Technical Reports Server (NTRS)

    Lambe, John; Moopenn, Alexander; Thakoor, Anilkumar P.

    1988-01-01

    Circuit-chip area used more efficiently. Proposed gate structure selectively allows and restricts access to blocks of memory in electronic neural-type network. By breaking memory into independent blocks, gate greatly simplifies problem of reading from and writing to memory. Since blocks not used simultaneously, share operational amplifiers that prompt and read information stored in memory cells. Fewer operational amplifiers needed, and chip area occupied reduced correspondingly. Cost per bit drops as result.

  20. Rural and remote speech-language pathology service inequities: An Australian human rights dilemma.

    PubMed

    Jones, Debra M; McAllister, Lindy; Lyle, David M

    2018-02-01

    Access to healthcare is a fundamental human right for all Australians. Article 19 of the Universal Declaration of Human Rights acknowledges the right to freedom of opinion and to seek, receive and impart information and ideas. Capacities for self-expression and effective communication underpin the realisation of these fundamental human rights. For rural and remote Australian children this realisation is compromised by complex disadvantages and inequities that contribute to communication delays, inequity of access to essential speech-language pathology services and poorer later life outcomes. Localised solutions to the provision of civically engaged, accessible, acceptable and sustainable speech-language pathology services within rural and remote Australian contexts are required if we are to make substantive human rights gains. However, civically engaged and sustained healthcare can significantly challenge traditional professionalised perspectives on how best to design and implement speech-language pathology services that seek to address rural and remote communication needs and access inequities. A failure to engage these communities in the identification of childhood communication delays and solutions to address these delays, ultimately denies children, families and communities of their human rights for healthcare access, self-expression, self-dignity and meaningful inclusion within Australian society.