WorldWideScience

Sample records for short read archive

  1. Sequence Read Archive (SRA)

    Data.gov (United States)

    U.S. Department of Health & Human Services — The Sequence Read Archive (SRA) stores raw sequencing data from the next generation of sequencing platforms including Roche 454 GS System®, Illumina Genome...

  2. libgapmis: extending short-read alignments.

    Science.gov (United States)

    Alachiotis, Nikolaos; Berger, Simon; Flouri, Tomáš; Pissis, Solon P; Stamatakis, Alexandros

    2013-01-01

    A wide variety of short-read alignment programmes have been published recently to tackle the problem of mapping millions of short reads to a reference genome, focusing on different aspects of the procedure such as time and memory efficiency, sensitivity, and accuracy. These tools allow for a small number of mismatches in the alignment; however, their ability to allow for gaps varies greatly, with many performing poorly or not allowing them at all. The seed-and-extend strategy is applied in most short-read alignment programmes. After aligning a substring of the reference sequence against the high-quality prefix of a short read--the seed--an important problem is to find the best possible alignment between a substring of the reference sequence succeeding and the remaining suffix of low quality of the read--extend. The fact that the reads are rather short and that the gap occurrence frequency observed in various studies is rather low suggest that aligning (parts of) those reads with a single gap is in fact desirable. In this article, we present libgapmis, a library for extending pairwise short-read alignments. Apart from the standard CPU version, it includes ultrafast SSE- and GPU-based implementations. libgapmis is based on an algorithm computing a modified version of the traditional dynamic-programming matrix for sequence alignment. Extensive experimental results demonstrate that the functions of the CPU version provided in this library accelerate the computations by a factor of 20 compared to other programmes. The analogous SSE- and GPU-based implementations accelerate the computations by a factor of 6 and 11, respectively, compared to the CPU version. The library also provides the user the flexibility to split the read into fragments, based on the observed gap occurrence frequency and the length of the read, thereby allowing for a variable, but bounded, number of gaps in the alignment. We present libgapmis, a library for extending pairwise short-read alignments. We

  3. A sensitive short read homology search tool for paired-end read sequencing data.

    Science.gov (United States)

    Techa-Angkoon, Prapaporn; Sun, Yanni; Lei, Jikai

    2017-10-16

    Homology search is still a significant step in functional analysis for genomic data. Profile Hidden Markov Model-based homology search has been widely used in protein domain analysis in many different species. In particular, with the fast accumulation of transcriptomic data of non-model species and metagenomic data, profile homology search is widely adopted in integrated pipelines for functional analysis. While the state-of-the-art tool HMMER has achieved high sensitivity and accuracy in domain annotation, the sensitivity of HMMER on short reads declines rapidly. The low sensitivity on short read homology search can lead to inaccurate domain composition and abundance computation. Our experimental results showed that half of the reads were missed by HMMER for a RNA-Seq dataset. Thus, there is a need for better methods to improve the homology search performance for short reads. We introduce a profile homology search tool named Short-Pair that is designed for short paired-end reads. By using an approximate Bayesian approach employing distribution of fragment lengths and alignment scores, Short-Pair can retrieve the missing end and determine true domains. In particular, Short-Pair increases the accuracy in aligning short reads that are part of remote homologs. We applied Short-Pair to a RNA-Seq dataset and a metagenomic dataset and quantified its sensitivity and accuracy on homology search. The experimental results show that Short-Pair can achieve better overall performance than the state-of-the-art methodology of profile homology search. Short-Pair is best used for next-generation sequencing (NGS) data that lack reference genomes. It provides a complementary paired-end read homology search tool to HMMER. The source code is freely available at https://sourceforge.net/projects/short-pair/ .

  4. Reading Abilities and Strategies: A Short Introduction

    Science.gov (United States)

    Liu, Feng

    2010-01-01

    This paper gives a short analysis of reading abilities and reading strategies. Much research has been done to investigate the nature of reading, though it's had to exactly define reading abilities and strategies. Different kinds of readings are discussed in this paper and distinctions are made between first language reading and second or foreign…

  5. Auditory short-term memory activation during score reading.

    Science.gov (United States)

    Simoens, Veerle L; Tervaniemi, Mari

    2013-01-01

    Performing music on the basis of reading a score requires reading ahead of what is being played in order to anticipate the necessary actions to produce the notes. Score reading thus not only involves the decoding of a visual score and the comparison to the auditory feedback, but also short-term storage of the musical information due to the delay of the auditory feedback during reading ahead. This study investigates the mechanisms of encoding of musical information in short-term memory during such a complicated procedure. There were three parts in this study. First, professional musicians participated in an electroencephalographic (EEG) experiment to study the slow wave potentials during a time interval of short-term memory storage in a situation that requires cross-modal translation and short-term storage of visual material to be compared with delayed auditory material, as it is the case in music score reading. This delayed visual-to-auditory matching task was compared with delayed visual-visual and auditory-auditory matching tasks in terms of EEG topography and voltage amplitudes. Second, an additional behavioural experiment was performed to determine which type of distractor would be the most interfering with the score reading-like task. Third, the self-reported strategies of the participants were also analyzed. All three parts of this study point towards the same conclusion according to which during music score reading, the musician most likely first translates the visual score into an auditory cue, probably starting around 700 or 1300 ms, ready for storage and delayed comparison with the auditory feedback.

  6. Use of Schema on Read in Earth Science Data Archives

    Science.gov (United States)

    Hegde, Mahabaleshwara; Smit, Christine; Pilone, Paul; Petrenko, Maksym; Pham, Long

    2017-01-01

    Traditionally, NASA Earth Science data archives have file-based storage using proprietary data file formats, such as HDF and HDF-EOS, which are optimized to support fast and efficient storage of spaceborne and model data as they are generated. The use of file-based storage essentially imposes an indexing strategy based on data dimensions. In most cases, NASA Earth Science data uses time as the primary index, leading to poor performance in accessing data in spatial dimensions. For example, producing a time series for a single spatial grid cell involves accessing a large number of data files. With exponential growth in data volume due to the ever-increasing spatial and temporal resolution of the data, using file-based archives poses significant performance and cost barriers to data discovery and access. Storing and disseminating data in proprietary data formats imposes an additional access barrier for users outside the mainstream research community. At the NASA Goddard Earth Sciences Data Information Services Center (GES DISC), we have evaluated applying the schema-on-read principle to data access and distribution. We used Apache Parquet to store geospatial data, and have exposed data through Amazon Web Services (AWS) Athena, AWS Simple Storage Service (S3), and Apache Spark. Using the schema-on-read approach allows customization of indexing spatially or temporally to suit the data access pattern. The storage of data in open formats such as Apache Parquet has widespread support in popular programming languages. A wide range of solutions for handling big data lowers the access barrier for all users. This presentation will discuss formats used for data storage, frameworks with This presentation will discuss formats used for data storage, frameworks with support for schema-on-read used for data access, and common use cases covering data usage patterns seen in a geospatial data archive.

  7. Use of Schema on Read in Earth Science Data Archives

    Science.gov (United States)

    Petrenko, M.; Hegde, M.; Smit, C.; Pilone, P.; Pham, L.

    2017-12-01

    Traditionally, NASA Earth Science data archives have file-based storage using proprietary data file formats, such as HDF and HDF-EOS, which are optimized to support fast and efficient storage of spaceborne and model data as they are generated. The use of file-based storage essentially imposes an indexing strategy based on data dimensions. In most cases, NASA Earth Science data uses time as the primary index, leading to poor performance in accessing data in spatial dimensions. For example, producing a time series for a single spatial grid cell involves accessing a large number of data files. With exponential growth in data volume due to the ever-increasing spatial and temporal resolution of the data, using file-based archives poses significant performance and cost barriers to data discovery and access. Storing and disseminating data in proprietary data formats imposes an additional access barrier for users outside the mainstream research community. At the NASA Goddard Earth Sciences Data Information Services Center (GES DISC), we have evaluated applying the "schema-on-read" principle to data access and distribution. We used Apache Parquet to store geospatial data, and have exposed data through Amazon Web Services (AWS) Athena, AWS Simple Storage Service (S3), and Apache Spark. Using the "schema-on-read" approach allows customization of indexing—spatial or temporal—to suit the data access pattern. The storage of data in open formats such as Apache Parquet has widespread support in popular programming languages. A wide range of solutions for handling big data lowers the access barrier for all users. This presentation will discuss formats used for data storage, frameworks with support for "schema-on-read" used for data access, and common use cases covering data usage patterns seen in a geospatial data archive.

  8. Separating metagenomic short reads into genomes via clustering

    Directory of Open Access Journals (Sweden)

    Tanaseichuk Olga

    2012-09-01

    Full Text Available Abstract Background The metagenomics approach allows the simultaneous sequencing of all genomes in an environmental sample. This results in high complexity datasets, where in addition to repeats and sequencing errors, the number of genomes and their abundance ratios are unknown. Recently developed next-generation sequencing (NGS technologies significantly improve the sequencing efficiency and cost. On the other hand, they result in shorter reads, which makes the separation of reads from different species harder. Among the existing computational tools for metagenomic analysis, there are similarity-based methods that use reference databases to align reads and composition-based methods that use composition patterns (i.e., frequencies of short words or l-mers to cluster reads. Similarity-based methods are unable to classify reads from unknown species without close references (which constitute the majority of reads. Since composition patterns are preserved only in significantly large fragments, composition-based tools cannot be used for very short reads, which becomes a significant limitation with the development of NGS. A recently proposed algorithm, AbundanceBin, introduced another method that bins reads based on predicted abundances of the genomes sequenced. However, it does not separate reads from genomes of similar abundance levels. Results In this work, we present a two-phase heuristic algorithm for separating short paired-end reads from different genomes in a metagenomic dataset. We use the observation that most of the l-mers belong to unique genomes when l is sufficiently large. The first phase of the algorithm results in clusters of l-mers each of which belongs to one genome. During the second phase, clusters are merged based on l-mer repeat information. These final clusters are used to assign reads. The algorithm could handle very short reads and sequencing errors. It is initially designed for genomes with similar abundance levels and then

  9. Short read sequence typing (SRST: multi-locus sequence types from short reads

    Directory of Open Access Journals (Sweden)

    Inouye Michael

    2012-07-01

    Full Text Available Abstract Background Multi-locus sequence typing (MLST has become the gold standard for population analyses of bacterial pathogens. This method focuses on the sequences of a small number of loci (usually seven to divide the population and is simple, robust and facilitates comparison of results between laboratories and over time. Over the last decade, researchers and population health specialists have invested substantial effort in building up public MLST databases for nearly 100 different bacterial species, and these databases contain a wealth of important information linked to MLST sequence types such as time and place of isolation, host or niche, serotype and even clinical or drug resistance profiles. Recent advances in sequencing technology mean it is increasingly feasible to perform bacterial population analysis at the whole genome level. This offers massive gains in resolving power and genetic profiling compared to MLST, and will eventually replace MLST for bacterial typing and population analysis. However given the wealth of data currently available in MLST databases, it is crucial to maintain backwards compatibility with MLST schemes so that new genome analyses can be understood in their proper historical context. Results We present a software tool, SRST, for quick and accurate retrieval of sequence types from short read sets, using inputs easily downloaded from public databases. SRST uses read mapping and an allele assignment score incorporating sequence coverage and variability, to determine the most likely allele at each MLST locus. Analysis of over 3,500 loci in more than 500 publicly accessible Illumina read sets showed SRST to be highly accurate at allele assignment. SRST output is compatible with common analysis tools such as eBURST, Clonal Frame or PhyloViz, allowing easy comparison between novel genome data and MLST data. Alignment, fastq and pileup files can also be generated for novel alleles. Conclusions SRST is a novel

  10. Repeat-aware modeling and correction of short read errors.

    Science.gov (United States)

    Yang, Xiao; Aluru, Srinivas; Dorman, Karin S

    2011-02-15

    High-throughput short read sequencing is revolutionizing genomics and systems biology research by enabling cost-effective deep coverage sequencing of genomes and transcriptomes. Error detection and correction are crucial to many short read sequencing applications including de novo genome sequencing, genome resequencing, and digital gene expression analysis. Short read error detection is typically carried out by counting the observed frequencies of kmers in reads and validating those with frequencies exceeding a threshold. In case of genomes with high repeat content, an erroneous kmer may be frequently observed if it has few nucleotide differences with valid kmers with multiple occurrences in the genome. Error detection and correction were mostly applied to genomes with low repeat content and this remains a challenging problem for genomes with high repeat content. We develop a statistical model and a computational method for error detection and correction in the presence of genomic repeats. We propose a method to infer genomic frequencies of kmers from their observed frequencies by analyzing the misread relationships among observed kmers. We also propose a method to estimate the threshold useful for validating kmers whose estimated genomic frequency exceeds the threshold. We demonstrate that superior error detection is achieved using these methods. Furthermore, we break away from the common assumption of uniformly distributed errors within a read, and provide a framework to model position-dependent error occurrence frequencies common to many short read platforms. Lastly, we achieve better error correction in genomes with high repeat content. The software is implemented in C++ and is freely available under GNU GPL3 license and Boost Software V1.0 license at "http://aluru-sun.ece.iastate.edu/doku.php?id = redeem". We introduce a statistical framework to model sequencing errors in next-generation reads, which led to promising results in detecting and correcting errors

  11. Objective and Comprehensive Evaluation of Bisulfite Short Read Mapping Tools

    Directory of Open Access Journals (Sweden)

    Hong Tran

    2014-01-01

    Full Text Available Background. Large-scale bisulfite treatment and short reads sequencing technology allow comprehensive estimation of methylation states of Cs in the genomes of different tissues, cell types, and developmental stages. Accurate characterization of DNA methylation is essential for understanding genotype phenotype association, gene and environment interaction, diseases, and cancer. Aligning bisulfite short reads to a reference genome has been a challenging task. We compared five bisulfite short read mapping tools, BSMAP, Bismark, BS-Seeker, BiSS, and BRAT-BW, representing two classes of mapping algorithms (hash table and suffix/prefix tries. We examined their mapping efficiency (i.e., the percentage of reads that can be mapped to the genomes, usability, running time, and effects of changing default parameter settings using both real and simulated reads. We also investigated how preprocessing data might affect mapping efficiency. Conclusion. Among the five programs compared, in terms of mapping efficiency, Bismark performs the best on the real data, followed by BiSS, BSMAP, and finally BRAT-BW and BS-Seeker with very similar performance. If CPU time is not a constraint, Bismark is a good choice of program for mapping bisulfite treated short reads. Data quality impacts a great deal mapping efficiency. Although increasing the number of mismatches allowed can increase mapping efficiency, it not only significantly slows down the program, but also runs the risk of having increased false positives. Therefore, users should carefully set the related parameters depending on the quality of their sequencing data.

  12. ISRNA: an integrative online toolkit for short reads from high-throughput sequencing data.

    Science.gov (United States)

    Luo, Guan-Zheng; Yang, Wei; Ma, Ying-Ke; Wang, Xiu-Jie

    2014-02-01

    Integrative Short Reads NAvigator (ISRNA) is an online toolkit for analyzing high-throughput small RNA sequencing data. Besides the high-speed genome mapping function, ISRNA provides statistics for genomic location, length distribution and nucleotide composition bias analysis of sequence reads. Number of reads mapped to known microRNAs and other classes of short non-coding RNAs, coverage of short reads on genes, expression abundance of sequence reads as well as some other analysis functions are also supported. The versatile search functions enable users to select sequence reads according to their sub-sequences, expression abundance, genomic location, relationship to genes, etc. A specialized genome browser is integrated to visualize the genomic distribution of short reads. ISRNA also supports management and comparison among multiple datasets. ISRNA is implemented in Java/C++/Perl/MySQL and can be freely accessed at http://omicslab.genetics.ac.cn/ISRNA/.

  13. Short Vowels Versus Word Familiarity in the Reading Comprehension of Arab Readers: A Revisited Issue

    Directory of Open Access Journals (Sweden)

    Abdullah M. SERAYE

    2016-03-01

    Full Text Available Arab readers, both beginning and advanced, are encouraged to read and accustomed to unvowelized and undiacriticized texts. Previous literature claimed that the presence of short vowels in the text would facilitate the reading comprehension of both beginning and advanced Arab readers. However, with a claimed strict controlling procedure, different results emerged, revealing that the only variable that affected the reading process of Arab adult skilled readers was word frequency, and its effect was limited to the time load of the reading process; this result raised the question of whether the neutral role of short vowels in the text reading process of experienced Arab readers would be maintained for less experienced readers, as represented by fourth graders, or whether word frequency would be the only variable that plays a role in their reading process. In experiment, 1,141 fourth-grade students were randomly assigned to 5 reading conditions: plain, only shaddah, short vowels plus shaddah, only short vowels, and finally the wrong short vowels plus shaddah. In experiment 2, 38 participants from the same population were assigned to a fully vowelized and diacriticized reading condition. Each participant was asked to read two texts, of high and low frequency words and then given recall and multiple-choice tests. In general, the multivariate analysis showed that the only manipulated variable that was found to affect their reading process in terms of reading time load and, to some degree, reading comprehension was word frequency, although its effect was marginal. Accordingly, pedagogical recommendations and future research were proposed.

  14. Short vowels versus word familiarity in the reading comprehension of arab readers: A revisited issue

    Directory of Open Access Journals (Sweden)

    Abdullah M. Seraye

    2016-03-01

    Full Text Available Arab readers, both beginning and advanced, are encouraged to read and accustomed to unvowelized and undiacriticized texts. Previous literature claimed that the presence of short vowels in the text would facilitate the reading comprehension of both beginning and advanced Arab readers. However, with a claimed strict controlling procedure, different results emerged, revealing that the only variable that affected the reading process of Arab adult skilled readers was word frequency, and its effect was limited to the time load of the reading process; this result raised the question of whether the neutral role of short vowels in the text reading process of experienced Arab readers would be maintained for less experienced readers, as represented by fourth graders, or whether word frequency would be the only variable that plays a role in their reading process. In experiment, 1,141 fourth-grade students were randomly assigned to 5 reading conditions: plain, only shaddah, short vowels plus shaddah, only short vowels, and finally the wrong short vowels plus shaddah. In experiment 2, 38 participants from the same population were assigned to a fully vowelized and diacriticized reading condition. Each participant was asked to read two texts, of high and low frequency words and then given recall and multiple-choice tests. In general, the multivariate analysis showed that the only manipulated variable that was found to affect their reading process in terms of reading time load and, to some degree, reading comprehension was word frequency, although its effect was marginal. Accordingly, pedagogical recommendations and future research were proposed.

  15. SeqEntropy: genome-wide assessment of repeats for short read sequencing.

    Directory of Open Access Journals (Sweden)

    Hsueh-Ting Chu

    Full Text Available BACKGROUND: Recent studies on genome assembly from short-read sequencing data reported the limitation of this technology to reconstruct the entire genome even at very high depth coverage. We investigated the limitation from the perspective of information theory to evaluate the effect of repeats on short-read genome assembly using idealized (error-free reads at different lengths. METHODOLOGY/PRINCIPAL FINDINGS: We define a metric H(k to be the entropy of sequencing reads at a read length k and use the relative loss of entropy ΔH(k to measure the impact of repeats for the reconstruction of whole-genome from sequences of length k. In our experiments, we found that entropy loss correlates well with de-novo assembly coverage of a genome, and a score of ΔH(k>1% indicates a severe loss in genome reconstruction fidelity. The minimal read lengths to achieve ΔH(k<1% are different for various organisms and are independent of the genome size. For example, in order to meet the threshold of ΔH(k<1%, a read length of 60 bp is needed for the sequencing of human genome (3.2 10(9 bp and 320 bp for the sequencing of fruit fly (1.8×10(8 bp. We also calculated the ΔH(k scores for 2725 prokaryotic chromosomes and plasmids at several read lengths. Our results indicate that the levels of repeats in different genomes are diverse and the entropy of sequencing reads provides a measurement for the repeat structures. CONCLUSIONS/SIGNIFICANCE: The proposed entropy-based measurement, which can be calculated in seconds to minutes in most cases, provides a rapid quantitative evaluation on the limitation of idealized short-read genome sequencing. Moreover, the calculation can be parallelized to scale up to large euakryotic genomes. This approach may be useful to tune the sequencing parameters to achieve better genome assemblies when a closely related genome is already available.

  16. Meraculous: De Novo Genome Assembly with Short Paired-End Reads

    Energy Technology Data Exchange (ETDEWEB)

    Chapman, Jarrod A.; Ho, Isaac; Sunkara, Sirisha; Luo, Shujun; Schroth, Gary P.; Rokhsar, Daniel S.; Salzberg, Steven L.

    2011-08-18

    We describe a new algorithm, meraculous, for whole genome assembly of deep paired-end short reads, and apply it to the assembly of a dataset of paired 75-bp Illumina reads derived from the 15.4 megabase genome of the haploid yeast Pichia stipitis. More than 95% of the genome is recovered, with no errors; half the assembled sequence is in contigs longer than 101 kilobases and in scaffolds longer than 269 kilobases. Incorporating fosmid ends recovers entire chromosomes. Meraculous relies on an efficient and conservative traversal of the subgraph of the k-mer (deBruijn) graph of oligonucleotides with unique high quality extensions in the dataset, avoiding an explicit error correction step as used in other short-read assemblers. A novel memory-efficient hashing scheme is introduced. The resulting contigs are ordered and oriented using paired reads separated by ~280 bp or ~3.2 kbp, and many gaps between contigs can be closed using paired-end placements. Practical issues with the dataset are described, and prospects for assembling larger genomes are discussed.

  17. DistMap: a toolkit for distributed short read mapping on a Hadoop cluster.

    Directory of Open Access Journals (Sweden)

    Ram Vinay Pandey

    Full Text Available With the rapid and steady increase of next generation sequencing data output, the mapping of short reads has become a major data analysis bottleneck. On a single computer, it can take several days to map the vast quantity of reads produced from a single Illumina HiSeq lane. In an attempt to ameliorate this bottleneck we present a new tool, DistMap - a modular, scalable and integrated workflow to map reads in the Hadoop distributed computing framework. DistMap is easy to use, currently supports nine different short read mapping tools and can be run on all Unix-based operating systems. It accepts reads in FASTQ format as input and provides mapped reads in a SAM/BAM format. DistMap supports both paired-end and single-end reads thereby allowing the mapping of read data produced by different sequencing platforms. DistMap is available from http://code.google.com/p/distmap/

  18. Genometa--a fast and accurate classifier for short metagenomic shotgun reads.

    Science.gov (United States)

    Davenport, Colin F; Neugebauer, Jens; Beckmann, Nils; Friedrich, Benedikt; Kameri, Burim; Kokott, Svea; Paetow, Malte; Siekmann, Björn; Wieding-Drewes, Matthias; Wienhöfer, Markus; Wolf, Stefan; Tümmler, Burkhard; Ahlers, Volker; Sprengel, Frauke

    2012-01-01

    Metagenomic studies use high-throughput sequence data to investigate microbial communities in situ. However, considerable challenges remain in the analysis of these data, particularly with regard to speed and reliable analysis of microbial species as opposed to higher level taxa such as phyla. We here present Genometa, a computationally undemanding graphical user interface program that enables identification of bacterial species and gene content from datasets generated by inexpensive high-throughput short read sequencing technologies. Our approach was first verified on two simulated metagenomic short read datasets, detecting 100% and 94% of the bacterial species included with few false positives or false negatives. Subsequent comparative benchmarking analysis against three popular metagenomic algorithms on an Illumina human gut dataset revealed Genometa to attribute the most reads to bacteria at species level (i.e. including all strains of that species) and demonstrate similar or better accuracy than the other programs. Lastly, speed was demonstrated to be many times that of BLAST due to the use of modern short read aligners. Our method is highly accurate if bacteria in the sample are represented by genomes in the reference sequence but cannot find species absent from the reference. This method is one of the most user-friendly and resource efficient approaches and is thus feasible for rapidly analysing millions of short reads on a personal computer. The Genometa program, a step by step tutorial and Java source code are freely available from http://genomics1.mh-hannover.de/genometa/ and on http://code.google.com/p/genometa/. This program has been tested on Ubuntu Linux and Windows XP/7.

  19. Genometa--a fast and accurate classifier for short metagenomic shotgun reads.

    Directory of Open Access Journals (Sweden)

    Colin F Davenport

    Full Text Available Metagenomic studies use high-throughput sequence data to investigate microbial communities in situ. However, considerable challenges remain in the analysis of these data, particularly with regard to speed and reliable analysis of microbial species as opposed to higher level taxa such as phyla. We here present Genometa, a computationally undemanding graphical user interface program that enables identification of bacterial species and gene content from datasets generated by inexpensive high-throughput short read sequencing technologies. Our approach was first verified on two simulated metagenomic short read datasets, detecting 100% and 94% of the bacterial species included with few false positives or false negatives. Subsequent comparative benchmarking analysis against three popular metagenomic algorithms on an Illumina human gut dataset revealed Genometa to attribute the most reads to bacteria at species level (i.e. including all strains of that species and demonstrate similar or better accuracy than the other programs. Lastly, speed was demonstrated to be many times that of BLAST due to the use of modern short read aligners. Our method is highly accurate if bacteria in the sample are represented by genomes in the reference sequence but cannot find species absent from the reference. This method is one of the most user-friendly and resource efficient approaches and is thus feasible for rapidly analysing millions of short reads on a personal computer.The Genometa program, a step by step tutorial and Java source code are freely available from http://genomics1.mh-hannover.de/genometa/ and on http://code.google.com/p/genometa/. This program has been tested on Ubuntu Linux and Windows XP/7.

  20. De novo assembly of human genomes with massively parallel short read sequencing

    DEFF Research Database (Denmark)

    Li, Ruiqiang; Zhu, Hongmei; Ruan, Jue

    2010-01-01

    genomes from short read sequences. We successfully assembled both the Asian and African human genome sequences, achieving an N50 contig size of 7.4 and 5.9 kilobases (kb) and scaffold of 446.3 and 61.9 kb, respectively. The development of this de novo short read assembly method creates new opportunities...... for building reference sequences and carrying out accurate analyses of unexplored genomes in a cost-effective way....

  1. Archive Fever: 'order is no longer assured' | Boshoff | South African ...

    African Journals Online (AJOL)

    This article uses a close reading of Jacques Derrida's short work Archive fever: A Freudian impression (1996), in order to show the structural impossibility for law and the wider legal system to protect itself from the destabilising effects of deconstruction. It shows law's inability to stabilise/close the system and hence its inability ...

  2. Identifying wrong assemblies in de novo short read primary ...

    Indian Academy of Sciences (India)

    2016-08-05

    Aug 5, 2016 ... Most of these assemblies are done using some de novo short read assemblers and other related approaches. .... benchmarking projects like Assemblathon 1, Assemblathon ... from a large insert library (at least 1000 bases).

  3. Working memory, short-term memory and reading proficiency in school-age children with cochlear implants.

    Science.gov (United States)

    Bharadwaj, Sneha V; Maricle, Denise; Green, Laura; Allman, Tamby

    2015-10-01

    The objective of the study was to examine short-term memory and working memory through both visual and auditory tasks in school-age children with cochlear implants. The relationship between the performance on these cognitive skills and reading as well as language outcomes were examined in these children. Ten children between the ages of 7 and 11 years with early-onset bilateral severe-profound hearing loss participated in the study. Auditory and visual short-term memory, auditory and visual working memory subtests and verbal knowledge measures were assessed using the Woodcock Johnson III Tests of Cognitive Abilities, the Wechsler Intelligence Scale for Children-IV Integrated and the Kaufman Assessment Battery for Children II. Reading outcomes were assessed using the Woodcock Reading Mastery Test III. Performance on visual short-term memory and visual working memory measures in children with cochlear implants was within the average range when compared to the normative mean. However, auditory short-term memory and auditory working memory measures were below average when compared to the normative mean. Performance was also below average on all verbal knowledge measures. Regarding reading outcomes, children with cochlear implants scored below average for listening and passage comprehension tasks and these measures were positively correlated to visual short-term memory, visual working memory and auditory short-term memory. Performance on auditory working memory subtests was not related to reading or language outcomes. The children with cochlear implants in this study demonstrated better performance in visual (spatial) working memory and short-term memory skills than in auditory working memory and auditory short-term memory skills. Significant positive relationships were found between visual working memory and reading outcomes. The results of the study provide support for the idea that WM capacity is modality specific in children with hearing loss. Based on these

  4. Short-read reading-frame predictors are not created equal: sequence error causes loss of signal

    Directory of Open Access Journals (Sweden)

    Trimble William L

    2012-07-01

    Full Text Available Abstract Background Gene prediction algorithms (or gene callers are an essential tool for analyzing shotgun nucleic acid sequence data. Gene prediction is a ubiquitous step in sequence analysis pipelines; it reduces the volume of data by identifying the most likely reading frame for a fragment, permitting the out-of-frame translations to be ignored. In this study we evaluate five widely used ab initio gene-calling algorithms—FragGeneScan, MetaGeneAnnotator, MetaGeneMark, Orphelia, and Prodigal—for accuracy on short (75–1000 bp fragments containing sequence error from previously published artificial data and “real” metagenomic datasets. Results While gene prediction tools have similar accuracies predicting genes on error-free fragments, in the presence of sequencing errors considerable differences between tools become evident. For error-containing short reads, FragGeneScan finds more prokaryotic coding regions than does MetaGeneAnnotator, MetaGeneMark, Orphelia, or Prodigal. This improved detection of genes in error-containing fragments, however, comes at the cost of much lower (50% specificity and overprediction of genes in noncoding regions. Conclusions Ab initio gene callers offer a significant reduction in the computational burden of annotating individual nucleic acid reads and are used in many metagenomic annotation systems. For predicting reading frames on raw reads, we find the hidden Markov model approach in FragGeneScan is more sensitive than other gene prediction tools, while Prodigal, MGA, and MGM are better suited for higher-quality sequences such as assembled contigs.

  5. L2 Reading Ability: Further Insight into the Short-Circuit Hypothesis.

    Science.gov (United States)

    Taillefer, Gail F.

    1996-01-01

    Discusses the notion of a language proficiency threshold that short circuits the transfer of reading ability from the native language (L1) to a second language (L2). This study, in which cognitive complexity of tasks and students' L2 proficiency levels vary, focuses on university students in France reading preprofessional English texts. (39…

  6. Whole genome complete resequencing of Bacillus subtilis natto by combining long reads with high-quality short reads.

    Directory of Open Access Journals (Sweden)

    Mayumi Kamada

    Full Text Available De novo microbial genome sequencing reached a turning point with third-generation sequencing (TGS platforms, and several microbial genomes have been improved by TGS long reads. Bacillus subtilis natto is closely related to the laboratory standard strain B. subtilis Marburg 168, and it has a function in the production of the traditional Japanese fermented food "natto." The B. subtilis natto BEST195 genome was previously sequenced with short reads, but it included some incomplete regions. We resequenced the BEST195 genome using a PacBio RS sequencer, and we successfully obtained a complete genome sequence from one scaffold without any gaps, and we also applied Illumina MiSeq short reads to enhance quality. Compared with the previous BEST195 draft genome and Marburg 168 genome, we found that incomplete regions in the previous genome sequence were attributed to GC-bias and repetitive sequences, and we also identified some novel genes that are found only in the new genome.

  7. SOAP2: an improved ultrafast tool for short read alignment

    DEFF Research Database (Denmark)

    Li, Ruiqiang; Yu, Chang; Li, Yingrui

    2009-01-01

    SUMMARY: SOAP2 is a significantly improved version of the short oligonucleotide alignment program that both reduces computer memory usage and increases alignment speed at an unprecedented rate. We used a Burrows Wheeler Transformation (BWT) compression index to substitute the seed strategy...... for indexing the reference sequence in the main memory. We tested it on the whole human genome and found that this new algorithm reduced memory usage from 14.7 to 5.4 GB and improved alignment speed by 20-30 times. SOAP2 is compatible with both single- and paired-end reads. Additionally, this tool now supports...... multiple text and compressed file formats. A consensus builder has also been developed for consensus assembly and SNP detection from alignment of short reads on a reference genome. AVAILABILITY: http://soap.genomics.org.cn....

  8. SAMMate: a GUI tool for processing short read alignments in SAM/BAM format

    Directory of Open Access Journals (Sweden)

    Flemington Erik

    2011-01-01

    Full Text Available Abstract Background Next Generation Sequencing (NGS technology generates tens of millions of short reads for each DNA/RNA sample. A key step in NGS data analysis is the short read alignment of the generated sequences to a reference genome. Although storing alignment information in the Sequence Alignment/Map (SAM or Binary SAM (BAM format is now standard, biomedical researchers still have difficulty accessing this information. Results We have developed a Graphical User Interface (GUI software tool named SAMMate. SAMMate allows biomedical researchers to quickly process SAM/BAM files and is compatible with both single-end and paired-end sequencing technologies. SAMMate also automates some standard procedures in DNA-seq and RNA-seq data analysis. Using either standard or customized annotation files, SAMMate allows users to accurately calculate the short read coverage of genomic intervals. In particular, for RNA-seq data SAMMate can accurately calculate the gene expression abundance scores for customized genomic intervals using short reads originating from both exons and exon-exon junctions. Furthermore, SAMMate can quickly calculate a whole-genome signal map at base-wise resolution allowing researchers to solve an array of bioinformatics problems. Finally, SAMMate can export both a wiggle file for alignment visualization in the UCSC genome browser and an alignment statistics report. The biological impact of these features is demonstrated via several case studies that predict miRNA targets using short read alignment information files. Conclusions With just a few mouse clicks, SAMMate will provide biomedical researchers easy access to important alignment information stored in SAM/BAM files. Our software is constantly updated and will greatly facilitate the downstream analysis of NGS data. Both the source code and the GUI executable are freely available under the GNU General Public License at http://sammate.sourceforge.net.

  9. SRComp: short read sequence compression using burstsort and Elias omega coding.

    Directory of Open Access Journals (Sweden)

    Jeremy John Selva

    Full Text Available Next-generation sequencing (NGS technologies permit the rapid production of vast amounts of data at low cost. Economical data storage and transmission hence becomes an increasingly important challenge for NGS experiments. In this paper, we introduce a new non-reference based read sequence compression tool called SRComp. It works by first employing a fast string-sorting algorithm called burstsort to sort read sequences in lexicographical order and then Elias omega-based integer coding to encode the sorted read sequences. SRComp has been benchmarked on four large NGS datasets, where experimental results show that it can run 5-35 times faster than current state-of-the-art read sequence compression tools such as BEETL and SCALCE, while retaining comparable compression efficiency for large collections of short read sequences. SRComp is a read sequence compression tool that is particularly valuable in certain applications where compression time is of major concern.

  10. Accurate estimation of short read mapping quality for next-generation genome sequencing

    Science.gov (United States)

    Ruffalo, Matthew; Koyutürk, Mehmet; Ray, Soumya; LaFramboise, Thomas

    2012-01-01

    Motivation: Several software tools specialize in the alignment of short next-generation sequencing reads to a reference sequence. Some of these tools report a mapping quality score for each alignment—in principle, this quality score tells researchers the likelihood that the alignment is correct. However, the reported mapping quality often correlates weakly with actual accuracy and the qualities of many mappings are underestimated, encouraging the researchers to discard correct mappings. Further, these low-quality mappings tend to correlate with variations in the genome (both single nucleotide and structural), and such mappings are important in accurately identifying genomic variants. Approach: We develop a machine learning tool, LoQuM (LOgistic regression tool for calibrating the Quality of short read mappings, to assign reliable mapping quality scores to mappings of Illumina reads returned by any alignment tool. LoQuM uses statistics on the read (base quality scores reported by the sequencer) and the alignment (number of matches, mismatches and deletions, mapping quality score returned by the alignment tool, if available, and number of mappings) as features for classification and uses simulated reads to learn a logistic regression model that relates these features to actual mapping quality. Results: We test the predictions of LoQuM on an independent dataset generated by the ART short read simulation software and observe that LoQuM can ‘resurrect’ many mappings that are assigned zero quality scores by the alignment tools and are therefore likely to be discarded by researchers. We also observe that the recalibration of mapping quality scores greatly enhances the precision of called single nucleotide polymorphisms. Availability: LoQuM is available as open source at http://compbio.case.edu/loqum/. Contact: matthew.ruffalo@case.edu. PMID:22962451

  11. Targeted assembly of short sequence reads.

    Directory of Open Access Journals (Sweden)

    René L Warren

    Full Text Available As next-generation sequence (NGS production continues to increase, analysis is becoming a significant bottleneck. However, in situations where information is required only for specific sequence variants, it is not necessary to assemble or align whole genome data sets in their entirety. Rather, NGS data sets can be mined for the presence of sequence variants of interest by localized assembly, which is a faster, easier, and more accurate approach. We present TASR, a streamlined assembler that interrogates very large NGS data sets for the presence of specific variants by only considering reads within the sequence space of input target sequences provided by the user. The NGS data set is searched for reads with an exact match to all possible short words within the target sequence, and these reads are then assembled stringently to generate a consensus of the target and flanking sequence. Typically, variants of a particular locus are provided as different target sequences, and the presence of the variant in the data set being interrogated is revealed by a successful assembly outcome. However, TASR can also be used to find unknown sequences that flank a given target. We demonstrate that TASR has utility in finding or confirming genomic mutations, polymorphisms, fusions and integration events. Targeted assembly is a powerful method for interrogating large data sets for the presence of sequence variants of interest. TASR is a fast, flexible and easy to use tool for targeted assembly.

  12. The contribution of short-term memory capacity to reading ability in adolescents with cochlear implants.

    Science.gov (United States)

    Edwards, Lindsey; Aitkenhead, Lynne; Langdon, Dawn

    2016-11-01

    This study aimed to establish the relationship between short-term memory capacity and reading skills in adolescents with cochlear implants. A between-groups design compared a group of young people with cochlear implants with a group of hearing peers on measures of reading, and auditory and visual short-term memory capacity. The groups were matched for non-verbal IQ and age. The adolescents with cochlear implants were recruited from the Cochlear Implant Programme at a specialist children's hospital. The hearing participants were recruited from the same schools as those attended by the implanted adolescents. Participants were 18 cochlear implant users and 14 hearing controls, aged between 12 and 18 years. All used English as their main language and had no significant learning disability or neuro-developmental disorder. Short-term memory capacity was assessed in the auditory modality using Forward and Reverse Digit Span from the WISC IV UK, and visually using Forward and Reverse Memory from the Leiter-R. Individual word reading, reading comprehension and pseudoword decoding were assessed using the WIAT II UK. A series of ANOVAs revealed that the adolescents with cochlear implants had significantly poorer auditory short-term memory capacity and reading skills (on all measures) compared with their hearing peers. However, when Forward Digit Span was entered into the analyses as a covariate, none of the differences remained statistically significant. Deficits in immediate auditory memory persist into adolescence in deaf children with cochlear implants. Short-term auditory memory capacity is an important neurocognitive process in the development of reading skills after cochlear implantation in childhood that remains evident in later adolescence. Copyright © 2016 Elsevier Ireland Ltd. All rights reserved.

  13. I RAN Fast and I Remembered What I Read: The Relationship between Reading, Rapid Automatic Naming, and Auditory and Visual Short-Term Memory

    Directory of Open Access Journals (Sweden)

    Sheila G. Crewther

    2011-05-01

    Full Text Available Although rapid automatic naming (RAN speed and short-term auditory memory are widely recognised as good predictors of reading ability in most age groups, the predictive value of short-term memory for visually presented digits for reading and RAN in young typically developing learner readers (mean age 91.5 months has seldom been investigated. We found that visual digit span is a better predictor of reading ability than auditory digit span in learner readers. A significant correlation has also been found between RAN speed and visual, but not auditory digit span. These results suggests that RAN speed may be a good predictor of a child's future reading ability and eventual fluency because like visual digit span, it is a measure of rate of access to memory for the visual icons and their semantic name and meaning. The results also suggest that auditory memory is not an important factor in young children learning to read.

  14. Download - PGDBj - Ortholog DB | LSDB Archive [Life Science Database Archive metadata

    Lifescience Database Archive (English)

    Full Text Available e Description Download License Update History of This Database Site Policy | Contact Us Download - PGDBj - Ortholog DB | LSDB Archive ... ...List Contact us PGDBj - Ortholog DB Download First of all, please read the license of this database. Data na...switchLanguage; BLAST Search Image Search Home About Archive Update History Data

  15. Making Nuclear Malaysia Email Archives Portable

    International Nuclear Information System (INIS)

    Shaharum Ramli

    2013-01-01

    Nuclear Malaysia e-mails can be accessed from any computer and anywhere, even worldwide, via web access. However, this mobility is lost when the e-mails are moved to a personal computer into archive files such as Microsoft Outlook data files. Outlook e-mail archives can only be read on the computer where it is stored. This removal has to be done because of storage space constraints on the e-mail server. This paper shows how e-mail archives can be made portable, brought and read anywhere using a free portable e-mail client application such as Mozilla Thunderbird, Portable Edition. (author)

  16. CRISPR Detection From Short Reads Using Partial Overlap Graphs.

    Science.gov (United States)

    Ben-Bassat, Ilan; Chor, Benny

    2016-06-01

    Clustered regularly interspaced short palindromic repeats (CRISPR) are structured regions in bacterial and archaeal genomes, which are part of an adaptive immune system against phages. CRISPRs are important for many microbial studies and are playing an essential role in current gene editing techniques. As such, they attract substantial research interest. The exponential growth in the amount of bacterial sequence data in recent years enables the exploration of CRISPR loci in more and more species. Most of the automated tools that detect CRISPR loci rely on fully assembled genomes. However, many assemblers do not handle repetitive regions successfully. The first tool to work directly on raw sequence data is Crass, which requires reads that are long enough to contain two copies of the same repeat. We present a method to identify CRISPR repeats from raw sequence data of short reads. The algorithm is based on an observation differentiating CRISPR repeats from other types of repeats, and it involves a series of partial constructions of the overlap graph. This enables us to avoid many of the difficulties that assemblers face, as we merely aim to identify the repeats that belong to CRISPR loci. A preliminary implementation of the algorithm shows good results and detects CRISPR repeats in cases where other existing tools fail to do so.

  17. A Critical Archival Pedagogy: The Lesbian Herstory Archives and a Course in Radical Lesbian Thought

    Directory of Open Access Journals (Sweden)

    Kailah R. Carden

    2016-07-01

    Full Text Available This paper is the story of a critical archival pedagogy that emerged through the undergraduate course Radical Lesbian Thought. As teachers and students, we dialogically co-constructed the praxis and content of the course throughout the semester. We employed archives throughout the course as theory, site, and pedagogy. In this paper we identify three archival frameworks: dialogue and difference, collaborative knowledge production, and archival methodology; and detail how they informed three course activities: reading and writing archival letters, visiting the Lesbian Herstory Archives, and completing final archival projects. We argue that archives provide theoretical and practical opportunities, in the tradition of critical pedagogy, to challenge and rearrange powered classroom structures and practices of thought.

  18. MATAM: reconstruction of phylogenetic marker genes from short sequencing reads in metagenomes.

    Science.gov (United States)

    Pericard, Pierre; Dufresne, Yoann; Couderc, Loïc; Blanquart, Samuel; Touzet, Hélène

    2018-02-15

    Advances in the sequencing of uncultured environmental samples, dubbed metagenomics, raise a growing need for accurate taxonomic assignment. Accurate identification of organisms present within a community is essential to understanding even the most elementary ecosystems. However, current high-throughput sequencing technologies generate short reads which partially cover full-length marker genes and this poses difficult bioinformatic challenges for taxonomy identification at high resolution. We designed MATAM, a software dedicated to the fast and accurate targeted assembly of short reads sequenced from a genomic marker of interest. The method implements a stepwise process based on construction and analysis of a read overlap graph. It is applied to the assembly of 16S rRNA markers and is validated on simulated, synthetic and genuine metagenomes. We show that MATAM outperforms other available methods in terms of low error rates and recovered fractions and is suitable to provide improved assemblies for precise taxonomic assignments. https://github.com/bonsai-team/matam. pierre.pericard@gmail.com or helene.touzet@univ-lille1.fr. Supplementary data are available at Bioinformatics online. © The Author (2017). Published by Oxford University Press. All rights reserved. For Permissions, please email: journals.permissions@oup.com

  19. Short Vowels versus Word Familiarity in the Reading Comprehension of Arab Readers: A Revisited Issue

    Science.gov (United States)

    Seraye, Abdullah M.

    2016-01-01

    Arab readers, both beginning and advanced, are encouraged to read and accustomed to unvowelized and undiacriticized texts. Previous literature claimed that the presence of short vowels in the text would facilitate the reading comprehension of both beginning and advanced Arab readers. However, with a claimed strict controlling procedure, different…

  20. Readings on L2 Reading: Publications in Other Venues 2010-2011

    Science.gov (United States)

    Brantmeier, Cindy, Ed.; Yu, Xiucheng, Ed.; Bishop, Tracy Van, Ed.

    2011-01-01

    This feature offers an archive of articles and books published in other venues during the past year and serves as a valuable tool to readers of "Reading in a Foreign Language" ("RFL"). It treats any topic within the scope of "RFL" and second language reading. The articles are listed in alphabetical order by author,…

  1. Readings on L2 Reading: Publications in Other Venues 2015-2016

    Science.gov (United States)

    Harris, Shenika, Ed.; Bernales, Carolina, Ed.; Romero-Ghiretti, Gabriela, Ed.; Dolosic, Haley, Ed.; Liu, Huan, Ed.; Van Bishop, Tracy, Ed.

    2016-01-01

    This feature offers an archive of articles published in other venues during the past year and serves as a valuable tool to readers of "Reading in a Foreign Language" ("RFL"). It treats any topic within the scope of "RFL" and second language reading. The articles are listed in alphabetical order, each with a complete…

  2. Readings on L2 Reading: Publications in Other Venues 2012-2013

    Science.gov (United States)

    Brantmeier, Cindy, Ed.; Van Bishop, Tracy, Ed.; Yu, Xiucheng, Ed.; Davis, Stacy, Ed.

    2013-01-01

    This feature offers an archive of articles and books published in other venues during the past year and serves as a valuable tool to readers of "Reading in a Foreign Language" ("RFL"). It deals with any topic within the scope of "RFL" and second language reading. The articles are listed in alphabetical order, each…

  3. Readings on L2 Reading: Publications in Other Venues 2013-2014

    Science.gov (United States)

    Brantmeier, Cindy; Schultz, Lyndsie; Aquino-Sterling, Cristian; Van Bishop, Tracy

    2014-01-01

    This feature offers an archive of articles and books published in other venues during the past year and serves as a valuable tool to readers of "Reading in a Foreign Language" ("RFL"). It treats any topic within the scope of "RFL" and second language reading. The articles are listed in alphabetical order, each with a…

  4. Readings on L2 Reading: Publications in Other Venues 2014-2015

    Science.gov (United States)

    Brantmeier, Cindy, Ed.; Dolosic, Haley, Ed.; Schultz, Lyndsie, Ed.; Aquino-Sterling, Cristian, Ed.; Van Bishop, Tracy, Ed.

    2015-01-01

    This feature offers an archive of articles published in other venues during the past year and serves as a valuable tool to readers of "Reading in a Foreign Language" ("RFL"). It treats any topic within the scope of "RFL" and second language reading. The articles are listed in alphabetical order, each with a complete…

  5. Readings on L2 Reading: Publications in Other Venues 2011-2012

    Science.gov (United States)

    Brantmeier, Cindy, Ed.; Van Bishop, Tracy, Ed.; Yu, Xiucheng, Ed.; Anderson, Britta, Ed.

    2012-01-01

    This feature offers an archive of articles and books published in other venues during the past year and serves as a valuable tool to readers of "Reading in a Foreign Language" ("RFL") treating topics within the scope of "RFL" and second language reading. The articles are listed in alphabetical order by author, each with a complete reference as…

  6. Calorimeter Process Variable Archiving

    International Nuclear Information System (INIS)

    Huffman, David

    2002-01-01

    These steps were taken to maintain weekly archives: (1) Friday morning you stop the archiver and wait for it to finish writing data (the lock file will be removed from the directory); (2) move the current archive information to a PC via FTP; (3) remove all previous archive information in the previous directory; (4) move the current archive into the previous directory; (5) start a new archive; (6) burn a CDROM of the archive; and (7) copy the current archive to a specific directory. There are 2 ways to check if the Calorimeter Archiver is running, either through the WEB based front end or directly from a command line. Once the archiver is running it can be monitored from a WEB page. This only works with a browser launched from the online machine running the archiver. Each time the browser is reloaded there should be an update reported in the last write check field. You might have to wait a few minutes to see the update. Calorimetry currently takes readings every (300 sec.) 5 minutes. The second method to verify the archiver is running is to issue a command from a Linux cluster machine.

  7. Optimizing de novo common wheat transcriptome assembly using short-read RNA-Seq data

    Directory of Open Access Journals (Sweden)

    Duan Jialei

    2012-08-01

    Full Text Available Abstract Background Rapid advances in next-generation sequencing methods have provided new opportunities for transcriptome sequencing (RNA-Seq. The unprecedented sequencing depth provided by RNA-Seq makes it a powerful and cost-efficient method for transcriptome study, and it has been widely used in model organisms and non-model organisms to identify and quantify RNA. For non-model organisms lacking well-defined genomes, de novo assembly is typically required for downstream RNA-Seq analyses, including SNP discovery and identification of genes differentially expressed by phenotypes. Although RNA-Seq has been successfully used to sequence many non-model organisms, the results of de novo assembly from short reads can still be improved by using recent bioinformatic developments. Results In this study, we used 212.6 million pair-end reads, which accounted for 16.2 Gb, to assemble the hexaploid wheat transcriptome. Two state-of-the-art assemblers, Trinity and Trans-ABySS, which use the single and multiple k-mer methods, respectively, were used, and the whole de novo assembly process was divided into the following four steps: pre-assembly, merging different samples, removal of redundancy and scaffolding. We documented every detail of these steps and how these steps influenced assembly performance to gain insight into transcriptome assembly from short reads. After optimization, the assembled transcripts were comparable to Sanger-derived ESTs in terms of both continuity and accuracy. We also provided considerable new wheat transcript data to the community. Conclusions It is feasible to assemble the hexaploid wheat transcriptome from short reads. Special attention should be paid to dealing with multiple samples to balance the spectrum of expression levels and redundancy. To obtain an accurate overview of RNA profiling, removal of redundancy may be crucial in de novo assembly.

  8. Summertime...and Reading Beckons.

    Science.gov (United States)

    Bettmann, Otto

    2000-01-01

    Presents a collection of quotes by famous people about reading for enjoyment and personal development. The collection was assembled from a lifetime of fond association with books and reading by the rare-book librarian at the State Library in Berlin, who after Hitler's rise, relocated to the United States and founded the Bettmann Archive in New…

  9. Hybrid De Novo Genome Assembly Using MiSeq and SOLiD Short Read Data.

    Directory of Open Access Journals (Sweden)

    Tsutomu Ikegami

    Full Text Available A hybrid de novo assembly pipeline was constructed to utilize both MiSeq and SOLiD short read data in combination in the assembly. The short read data were converted to a standard format of the pipeline, and were supplied to the pipeline components such as ABySS and SOAPdenovo. The assembly pipeline proceeded through several stages, and either MiSeq paired-end data, SOLiD mate-paired data, or both of them could be specified as input data at each stage separately. The pipeline was examined on the filamentous fungus Aspergillus oryzae RIB40, by aligning the assembly results against the reference sequences. Using both the MiSeq and the SOLiD data in the hybrid assembly, the alignment length was improved by a factor of 3 to 8, compared with the assemblies using either one of the data types. The number of the reproduced gene cluster regions encoding secondary metabolite biosyntheses (SMB was also improved by the hybrid assemblies. These results imply that the MiSeq data with long read length are essential to construct accurate nucleotide sequences, while the SOLiD mate-paired reads with long insertion length enhance long-range arrangements of the sequences. The pipeline was also tested on the actinomycete Streptomyces avermitilis MA-4680, whose gene is known to have high-GC content. Although the quality of the SOLiD reads was too low to perform any meaningful assemblies by themselves, the alignment length to the reference was improved by a factor of 2, compared with the assembly using only the MiSeq data.

  10. Orthographic Structure and Reading Experience Affect the Transfer from Iconic to Short Term Memory

    Science.gov (United States)

    Lefton, Lester A.; Spragins, Anne B.

    1974-01-01

    The basic hypothesis of these experiments was that the processing strategy for the transfer of alphabetic material from iconic storage to short-term memory involves a sequential left-to-right factor that develops with increases in experience with reading. (Author)

  11. Fine de novo sequencing of a fungal genome using only SOLiD short read data: verification on Aspergillus oryzae RIB40.

    Directory of Open Access Journals (Sweden)

    Myco Umemura

    Full Text Available The development of next-generation sequencing (NGS technologies has dramatically increased the throughput, speed, and efficiency of genome sequencing. The short read data generated from NGS platforms, such as SOLiD and Illumina, are quite useful for mapping analysis. However, the SOLiD read data with lengths of <60 bp have been considered to be too short for de novo genome sequencing. Here, to investigate whether de novo sequencing of fungal genomes is possible using only SOLiD short read sequence data, we performed de novo assembly of the Aspergillus oryzae RIB40 genome using only SOLiD read data of 50 bp generated from mate-paired libraries with 2.8- or 1.9-kb insert sizes. The assembled scaffolds showed an N50 value of 1.6 Mb, a 22-fold increase than those obtained using only SOLiD short read in other published reports. In addition, almost 99% of the reference genome was accurately aligned by the assembled scaffold fragments in long lengths. The sequences of secondary metabolite biosynthetic genes and clusters, whose products are of considerable interest in fungal studies due to their potential medicinal, agricultural, and cosmetic properties, were also highly reconstructed in the assembled scaffolds. Based on these findings, we concluded that de novo genome sequencing using only SOLiD short reads is feasible and practical for molecular biological study of fungi. We also investigated the effect of filtering low quality data, library insert size, and k-mer size on the assembly performance, and recommend for the assembly use of mild filtered read data where the N50 was not so degraded and the library has an insert size of ∼2.0 kb, and k-mer size 33.

  12. A filtering method to generate high quality short reads using illumina paired-end technology.

    Science.gov (United States)

    Eren, A Murat; Vineis, Joseph H; Morrison, Hilary G; Sogin, Mitchell L

    2013-01-01

    Consensus between independent reads improves the accuracy of genome and transcriptome analyses, however lack of consensus between very similar sequences in metagenomic studies can and often does represent natural variation of biological significance. The common use of machine-assigned quality scores on next generation platforms does not necessarily correlate with accuracy. Here, we describe using the overlap of paired-end, short sequence reads to identify error-prone reads in marker gene analyses and their contribution to spurious OTUs following clustering analysis using QIIME. Our approach can also reduce error in shotgun sequencing data generated from libraries with small, tightly constrained insert sizes. The open-source implementation of this algorithm in Python programming language with user instructions can be obtained from https://github.com/meren/illumina-utils.

  13. The Contribution of Short-Term Memory for Serial Order to Early Reading Acquisition: Evidence from a Longitudinal Study

    Science.gov (United States)

    Perez, Trecy Martinez; Majerus, Steve; Poncelet, Martine

    2012-01-01

    Early reading acquisition skills have been linked to verbal short-term memory (STM) capacity. However, the nature of this relationship remains controversial because verbal STM, like reading acquisition, depends on the complexity of underlying phonological processing skills. This longitudinal study addressed the relation between STM and reading…

  14. A filtering method to generate high quality short reads using illumina paired-end technology.

    Directory of Open Access Journals (Sweden)

    A Murat Eren

    Full Text Available Consensus between independent reads improves the accuracy of genome and transcriptome analyses, however lack of consensus between very similar sequences in metagenomic studies can and often does represent natural variation of biological significance. The common use of machine-assigned quality scores on next generation platforms does not necessarily correlate with accuracy. Here, we describe using the overlap of paired-end, short sequence reads to identify error-prone reads in marker gene analyses and their contribution to spurious OTUs following clustering analysis using QIIME. Our approach can also reduce error in shotgun sequencing data generated from libraries with small, tightly constrained insert sizes. The open-source implementation of this algorithm in Python programming language with user instructions can be obtained from https://github.com/meren/illumina-utils.

  15. Psychomotor Ability and Short-term Memory, and Reading and Mathematics Achievement in Children.

    Science.gov (United States)

    Murrihy, Cherée; Bailey, Maria; Roodenburg, John

    2017-08-01

    The aim of our study was to examine whether the findings from previous research, indicating the role of short-term memory as a mediator of the relationship between motor coordination and academic achievement in adolescents, is also evident in a younger child population. The study utilized a quantative cross-sectional design involving 133 children aged 8-12. The McCarron Assessment of Neuromuscular Development (MAND) provided four indicators of psychomotor ability (Finger Nose, Walking, Balancing, and Jumping). The Woodcock-Johnson Cognitive battery and the Automated Working Memory Assessment (AWMA) provided two measures of short-term memory (Numbers Reversed and Digit Recall) and the WJIII Achievement battery provided two measures of reading achievement (Letter-word Identification and Passage Comprehension) and two measures of mathematics achievement (Applied Problems and Calculation). Structural equation modeling was used, controlling for age, processing speed, crystallized, and fluid intelligence where appropriate. The results found support for the hypothesis that short-term memory fully mediates the relationship between psychomotor ability and reading and mathematics achievement. These findings indicate the significant affect of psychomotor ability on learning outcomes and consequently the need to assess these in considering learning difficulties, and as such these findings also advance understanding of developmental neural mechanisms underpinning the relationships. © The Author 2017. Published by Oxford University Press. All rights reserved. For permissions, please e-mail: journals.permissions@oup.com.

  16. Easy and accurate reconstruction of whole HIV genomes from short-read sequence data with shiver

    Science.gov (United States)

    Blanquart, François; Golubchik, Tanya; Gall, Astrid; Bakker, Margreet; Bezemer, Daniela; Croucher, Nicholas J; Hall, Matthew; Hillebregt, Mariska; Ratmann, Oliver; Albert, Jan; Bannert, Norbert; Fellay, Jacques; Fransen, Katrien; Gourlay, Annabelle; Grabowski, M Kate; Gunsenheimer-Bartmeyer, Barbara; Günthard, Huldrych F; Kivelä, Pia; Kouyos, Roger; Laeyendecker, Oliver; Liitsola, Kirsi; Meyer, Laurence; Porter, Kholoud; Ristola, Matti; van Sighem, Ard; Cornelissen, Marion; Kellam, Paul; Reiss, Peter

    2018-01-01

    Abstract Studying the evolution of viruses and their molecular epidemiology relies on accurate viral sequence data, so that small differences between similar viruses can be meaningfully interpreted. Despite its higher throughput and more detailed minority variant data, next-generation sequencing has yet to be widely adopted for HIV. The difficulty of accurately reconstructing the consensus sequence of a quasispecies from reads (short fragments of DNA) in the presence of large between- and within-host diversity, including frequent indels, may have presented a barrier. In particular, mapping (aligning) reads to a reference sequence leads to biased loss of information; this bias can distort epidemiological and evolutionary conclusions. De novo assembly avoids this bias by aligning the reads to themselves, producing a set of sequences called contigs. However contigs provide only a partial summary of the reads, misassembly may result in their having an incorrect structure, and no information is available at parts of the genome where contigs could not be assembled. To address these problems we developed the tool shiver to pre-process reads for quality and contamination, then map them to a reference tailored to the sample using corrected contigs supplemented with the user’s choice of existing reference sequences. Run with two commands per sample, it can easily be used for large heterogeneous data sets. We used shiver to reconstruct the consensus sequence and minority variant information from paired-end short-read whole-genome data produced with the Illumina platform, for sixty-five existing publicly available samples and fifty new samples. We show the systematic superiority of mapping to shiver’s constructed reference compared with mapping the same reads to the closest of 3,249 real references: median values of 13 bases called differently and more accurately, 0 bases called differently and less accurately, and 205 bases of missing sequence recovered. We also

  17. Music memory following short-term practice and its relationship with the sight-reading abilities of professional pianists

    Directory of Open Access Journals (Sweden)

    Eriko eAiba

    2016-05-01

    Full Text Available This study investigated the relationship between the ability to sight-read and the ability to memorize a score using a behavioural experiment. By measuring the amount of memorization following short-term practice, we examined whether better sight-readers not only estimate forthcoming notes but also memorize musical structures and phrases with more practice.Eleven pianists performed the music first by sight-reading. After a 20-minute practice, the participants were asked to perform from memory without any advance notice. The number of mistakes was used as an index of performance.There were no correlations in the numbers of mistakes between sight-reading and memory trial performance. Some pianists memorized almost the entire score, while others hardly remembered it despite demonstrating almost completely accurate performance just before memory trial performance. However, judging from the participants’ responses to a questionnaire regarding their practice strategies, we found auditory memory was helpful for memorizing music following short-term practice.

  18. Music Memory Following Short-term Practice and Its Relationship with the Sight-reading Abilities of Professional Pianists.

    Science.gov (United States)

    Aiba, Eriko; Matsui, Toshie

    2016-01-01

    This study investigated the relationship between the ability to sight-read and the ability to memorize a score using a behavioral experiment. By measuring the amount of memorization following short-term practice, we examined whether better sight-readers not only estimate forthcoming notes but also memorize musical structures and phrases with more practice. Eleven pianists performed the music first by sight-reading. After a 20-minute practice, the participants were asked to perform from memory without any advance notice. The number of mistakes was used as an index of performance. There were no correlations in the numbers of mistakes between sight-reading and memory trial performance. Some pianists memorized almost the entire score, while others hardly remembered it despite demonstrating almost completely accurate performance just before memory trial performance. However, judging from the participants' responses to a questionnaire regarding their practice strategies, we found auditory memory was helpful for memorizing music following short-term practice.

  19. Assembly of highly repetitive genomes using short reads: the genome of discrete typing unit III Trypanosoma cruzi strain 231.

    Science.gov (United States)

    Baptista, Rodrigo P; Reis-Cunha, Joao Luis; DeBarry, Jeremy D; Chiari, Egler; Kissinger, Jessica C; Bartholomeu, Daniella C; Macedo, Andrea M

    2018-02-14

    Next-generation sequencing (NGS) methods are low-cost high-throughput technologies that produce thousands to millions of sequence reads. Despite the high number of raw sequence reads, their short length, relative to Sanger, PacBio or Nanopore reads, complicates the assembly of genomic repeats. Many genome tools are available, but the assembly of highly repetitive genome sequences using only NGS short reads remains challenging. Genome assembly of organisms responsible for important neglected diseases such as Trypanosoma cruzi, the aetiological agent of Chagas disease, is known to be challenging because of their repetitive nature. Only three of six recognized discrete typing units (DTUs) of the parasite have their draft genomes published and therefore genome evolution analyses in the taxon are limited. In this study, we developed a computational workflow to assemble highly repetitive genomes via a combination of de novo and reference-based assembly strategies to better overcome the intrinsic limitations of each, based on Illumina reads. The highly repetitive genome of the human-infecting parasite T. cruzi 231 strain was used as a test subject. The combined-assembly approach shown in this study benefits from the reference-based assembly ability to resolve highly repetitive sequences and from the de novo capacity to assemble genome-specific regions, improving the quality of the assembly. The acceptable confidence obtained by analyzing our results showed that our combined approach is an attractive option to assemble highly repetitive genomes with NGS short reads. Phylogenomic analysis including the 231 strain, the first representative of DTU III whose genome was sequenced, was also performed and provides new insights into T. cruzi genome evolution.

  20. Genomic dark matter: the reliability of short read mapping illustrated by the genome mappability score.

    Science.gov (United States)

    Lee, Hayan; Schatz, Michael C

    2012-08-15

    Genome resequencing and short read mapping are two of the primary tools of genomics and are used for many important applications. The current state-of-the-art in mapping uses the quality values and mapping quality scores to evaluate the reliability of the mapping. These attributes, however, are assigned to individual reads and do not directly measure the problematic repeats across the genome. Here, we present the Genome Mappability Score (GMS) as a novel measure of the complexity of resequencing a genome. The GMS is a weighted probability that any read could be unambiguously mapped to a given position and thus measures the overall composition of the genome itself. We have developed the Genome Mappability Analyzer to compute the GMS of every position in a genome. It leverages the parallelism of cloud computing to analyze large genomes, and enabled us to identify the 5-14% of the human, mouse, fly and yeast genomes that are difficult to analyze with short reads. We examined the accuracy of the widely used BWA/SAMtools polymorphism discovery pipeline in the context of the GMS, and found discovery errors are dominated by false negatives, especially in regions with poor GMS. These errors are fundamental to the mapping process and cannot be overcome by increasing coverage. As such, the GMS should be considered in every resequencing project to pinpoint the 'dark matter' of the genome, including of known clinically relevant variations in these regions. The source code and profiles of several model organisms are available at http://gma-bio.sourceforge.net

  1. Music Memory Following Short-term Practice and Its Relationship with the Sight-reading Abilities of Professional Pianists

    OpenAIRE

    Aiba, Eriko; Matsui, Toshie

    2016-01-01

    This study investigated the relationship between the ability to sight-read and the ability to memorize a score using a behavioral experiment. By measuring the amount of memorization following short-term practice, we examined whether better sight-readers not only estimate forthcoming notes but also memorize musical structures and phrases with more practice. Eleven pianists performed the music first by sight-reading. After a 20-minute practice, the participants were asked to perform from memory...

  2. Rapid hybrid de novo assembly of a microbial genome using only short reads: Corynebacterium pseudotuberculosis I19 as a case study.

    Science.gov (United States)

    Cerdeira, Louise Teixeira; Carneiro, Adriana Ribeiro; Ramos, Rommel Thiago Jucá; de Almeida, Sintia Silva; D'Afonseca, Vivian; Schneider, Maria Paula Cruz; Baumbach, Jan; Tauch, Andreas; McCulloch, John Anthony; Azevedo, Vasco Ariston Carvalho; Silva, Artur

    2011-08-01

    Due to the advent of the so-called Next-Generation Sequencing (NGS) technologies the amount of monetary and temporal resources for whole-genome sequencing has been reduced by several orders of magnitude. Sequence reads can be assembled either by anchoring them directly onto an available reference genome (classical reference assembly), or can be concatenated by overlap (de novo assembly). The latter strategy is preferable because it tends to maintain the architecture of the genome sequence the however, depending on the NGS platform used, the shortness of read lengths cause tremendous problems the in the subsequent genome assembly phase, impeding closing of the entire genome sequence. To address the problem, we developed a multi-pronged hybrid de novo strategy combining De Bruijn graph and Overlap-Layout-Consensus methods, which was used to assemble from short reads the entire genome of Corynebacterium pseudotuberculosis strain I19, a bacterium with immense importance in veterinary medicine that causes Caseous Lymphadenitis in ruminants, principally ovines and caprines. Briefly, contigs were assembled de novo from the short reads and were only oriented using a reference genome by anchoring. Remaining gaps were closed using iterative anchoring of short reads by craning to gap flanks. Finally, we compare the genome sequence assembled using our hybrid strategy to a classical reference assembly using the same data as input and show that with the availability of a reference genome, it pays off to use the hybrid de novo strategy, rather than a classical reference assembly, because more genome sequences are preserved using the former. Copyright © 2011 Elsevier B.V. All rights reserved.

  3. The Relative Predictive Contribution and Causal Role of Phoneme Awareness, Rhyme Awareness, and Verbal Short-Term Memory in Reading Skills: A Review

    Science.gov (United States)

    Melby-Lervag, Monica

    2012-01-01

    The acknowledgement that educational achievement is highly dependent on successful reading development has led to extensive research on its underlying factors. A strong argument has been made for a causal relationship between reading and phoneme awareness; similarly, causal relations have been suggested for reading with short-term memory and rhyme…

  4. Unpacking Direct and Indirect Relationships of Short-Term Memory to Word Reading: Evidence From Korean-Speaking Children.

    Science.gov (United States)

    Kim, Young-Suk Grace; Cho, Jeung-Ryeul; Park, Soon-Gil

    2017-08-01

    We examined the relations of short-term memory (STM), metalinguistic awareness (phonological, morphological, and orthographic awareness), and rapid automatized naming (RAN) to word reading in Korean, a language with a relatively transparent orthography. STM, metalinguistic awareness, and RAN have been shown to be important to word reading, but the nature of the relations of STM, metalinguistic awareness, and RAN to word reading has rarely been investigated. Two alternative models were fitted. In the indirect relation model, STM was hypothesized to be indirectly related to word reading via metalinguistic awareness and RAN. In the direct and indirect relations model, STM was hypothesized to be directly and indirectly related to word reading. Results from 207 beginning readers in South Korea showed that STM was directly related to word reading as well as indirectly via metalinguistic awareness and RAN. Although the direct effect of STM was relatively small (.16), the total effect incorporating the indirect effect was substantial (.42). These results suggest that STM is an important, foundational cognitive capacity that underpins metalinguistic awareness and RAN as well as word reading, and further indicate the importance of considering both direct and indirect effects of language and cognitive skills on word reading.

  5. Download - Trypanosomes Database | LSDB Archive [Life Science Database Archive metadata

    Lifescience Database Archive (English)

    Full Text Available List Contact us Trypanosomes Database Download First of all, please read the license of this database. Data ...1.4 KB) Simple search and download Downlaod via FTP FTP server is sometimes jammed. If it is, access [here]. About This Database Data...base Description Download License Update History of This Database Site Policy | Contact Us Download - Trypanosomes Database | LSDB Archive ...

  6. ORF Table - KAIKOcDNA | LSDB Archive [Life Science Database Archive metadata

    Lifescience Database Archive (English)

    Full Text Available tion of data contents List of open reading frames of the representative ESTs. Data file File name: kaiko_cdna..._orf.zip File URL: ftp://ftp.biosciencedbc.jp/archive/kaiko-cdna/LATEST/kaiko_cdna_orf.zip File size: 11 MB... Simple search URL http://togodb.biosciencedbc.jp/togodb/view/kaiko_cdna_orf#en D

  7. GAViT: Genome Assembly Visualization Tool for Short Read Data

    Energy Technology Data Exchange (ETDEWEB)

    Syed, Aijazuddin; Shapiro, Harris; Tu, Hank; Pangilinan, Jasmyn; Trong, Stephan

    2008-03-14

    It is a challenging job for genome analysts to accurately debug, troubleshoot, and validate genome assembly results. Genome analysts rely on visualization tools to help validate and troubleshoot assembly results, including such problems as mis-assemblies, low-quality regions, and repeats. Short read data adds further complexity and makes it extremely challenging for the visualization tools to scale and to view all needed assembly information. As a result, there is a need for a visualization tool that can scale to display assembly data from the new sequencing technologies. We present Genome Assembly Visualization Tool (GAViT), a highly scalable and interactive assembly visualization tool developed at the DOE Joint Genome Institute (JGI).

  8. The contribution of short-term memory for serial order to early reading acquisition: evidence from a longitudinal study.

    Science.gov (United States)

    Martinez Perez, Trecy; Majerus, Steve; Poncelet, Martine

    2012-04-01

    Early reading acquisition skills have been linked to verbal short-term memory (STM) capacity. However, the nature of this relationship remains controversial because verbal STM, like reading acquisition, depends on the complexity of underlying phonological processing skills. This longitudinal study addressed the relation between STM and reading decoding acquisition by distinguishing between STM for item information and STM for order information based on recent studies showing that STM for item information, but not STM for order information, recruits underlying phonological representations. If there is a specific link between STM and reading decoding acquisition, STM for order information should be an independent predictor of reading decoding acquisition. Tasks maximizing STM for serial order or item information, measures of phonological abilities, and reading tests were administered to children followed from kindergarten through first grade. We observed that order STM capacity, but not item STM capacity, predicted independent variance in reading decoding abilities 1 year later. These results highlight the specific role of STM for order in reading decoding acquisition and argue for a causal role of order STM capacity in reading acquisition. Mechanisms relating STM for order information and reading acquisition are discussed. Copyright © 2011 Elsevier Inc. All rights reserved.

  9. Sandia Data Archive (SDA) file specifications

    Energy Technology Data Exchange (ETDEWEB)

    Dolan, Daniel H. [Sandia National Lab. (SNL-NM), Albuquerque, NM (United States); Ao, Tommy [Sandia National Lab. (SNL-NM), Albuquerque, NM (United States)

    2015-02-01

    The Sandia Data Archive (SDA) format is a specific implementation of the HDF5 (Hierarchal Data Format version 5) standard. The format was developed for storing data in a universally accessible manner. SDA files may contain one or more data records, each associated with a distinct text label. Primitive records provide basic data storage, while compound records support more elaborate grouping. External records allow text/binary files to be carried inside an archive and later recovered. This report documents version 1.0 of the SDA standard. The information provided here is sufficient for reading from and writing to an archive. Although the format was original designed for use in MATLAB, broader use is encouraged.

  10. GateKeeper: a new hardware architecture for accelerating pre-alignment in DNA short read mapping.

    Science.gov (United States)

    Alser, Mohammed; Hassan, Hasan; Xin, Hongyi; Ergin, Oguz; Mutlu, Onur; Alkan, Can

    2017-11-01

    High throughput DNA sequencing (HTS) technologies generate an excessive number of small DNA segments -called short reads- that cause significant computational burden. To analyze the entire genome, each of the billions of short reads must be mapped to a reference genome based on the similarity between a read and 'candidate' locations in that reference genome. The similarity measurement, called alignment, formulated as an approximate string matching problem, is the computational bottleneck because: (i) it is implemented using quadratic-time dynamic programming algorithms and (ii) the majority of candidate locations in the reference genome do not align with a given read due to high dissimilarity. Calculating the alignment of such incorrect candidate locations consumes an overwhelming majority of a modern read mapper's execution time. Therefore, it is crucial to develop a fast and effective filter that can detect incorrect candidate locations and eliminate them before invoking computationally costly alignment algorithms. We propose GateKeeper, a new hardware accelerator that functions as a pre-alignment step that quickly filters out most incorrect candidate locations. GateKeeper is the first design to accelerate pre-alignment using Field-Programmable Gate Arrays (FPGAs), which can perform pre-alignment much faster than software. When implemented on a single FPGA chip, GateKeeper maintains high accuracy (on average >96%) while providing, on average, 90-fold and 130-fold speedup over the state-of-the-art software pre-alignment techniques, Adjacency Filter and Shifted Hamming Distance (SHD), respectively. The addition of GateKeeper as a pre-alignment step can reduce the verification time of the mrFAST mapper by a factor of 10. https://github.com/BilkentCompGen/GateKeeper. mohammedalser@bilkent.edu.tr or onur.mutlu@inf.ethz.ch or calkan@cs.bilkent.edu.tr. Supplementary data are available at Bioinformatics online. © The Author (2017). Published by Oxford University Press

  11. Characterizing novel endogenous retroviruses from genetic variation inferred from short sequence reads

    DEFF Research Database (Denmark)

    Mourier, Tobias; Mollerup, Sarah; Vinner, Lasse

    2015-01-01

    From Illumina sequencing of DNA from brain and liver tissue from the lion, Panthera leo, and tumor samples from the pike-perch, Sander lucioperca, we obtained two assembled sequence contigs with similarity to known retroviruses. Phylogenetic analyses suggest that the pike-perch retrovirus belongs...... to the epsilonretroviruses, and the lion retrovirus to the gammaretroviruses. To determine if these novel retroviral sequences originate from an endogenous retrovirus or from a recently integrated exogenous retrovirus, we assessed the genetic diversity of the parental sequences from which the short Illumina reads...

  12. Reading in developmental prosopagnosia

    DEFF Research Database (Denmark)

    Starrfelt, Randi; Klargaard, Solja K; Petersen, Anders

    2018-01-01

    exposure durations (targeting the word superiority effect), and d) text reading. RESULTS: Participants with developmental prosopagnosia performed strikingly similar to controls across the four reading tasks. Formal analysis revealed a significant dissociation between word and face recognition......, that is, impaired reading in developmental prosopagnosia. METHOD: We tested 10 adults with developmental prosopagnosia and 20 matched controls. All participants completed the Cambridge Face Memory Test, the Cambridge Face Perception test and a Face recognition questionnaire used to quantify everyday face...... recognition experience. Reading was measured in four experimental tasks, testing different levels of letter, word, and text reading: (a) single word reading with words of varying length,(b) vocal response times in single letter and short word naming, (c) recognition of single letters and short words at brief...

  13. Leveraging FPGAs for Accelerating Short Read Alignment.

    Science.gov (United States)

    Arram, James; Kaplan, Thomas; Luk, Wayne; Jiang, Peiyong

    2017-01-01

    One of the key challenges facing genomics today is how to efficiently analyze the massive amounts of data produced by next-generation sequencing platforms. With general-purpose computing systems struggling to address this challenge, specialized processors such as the Field-Programmable Gate Array (FPGA) are receiving growing interest. The means by which to leverage this technology for accelerating genomic data analysis is however largely unexplored. In this paper, we present a runtime reconfigurable architecture for accelerating short read alignment using FPGAs. This architecture exploits the reconfigurability of FPGAs to allow the development of fast yet flexible alignment designs. We apply this architecture to develop an alignment design which supports exact and approximate alignment with up to two mismatches. Our design is based on the FM-index, with optimizations to improve the alignment performance. In particular, the n-step FM-index, index oversampling, a seed-and-compare stage, and bi-directional backtracking are included. Our design is implemented and evaluated on a 1U Maxeler MPC-X2000 dataflow node with eight Altera Stratix-V FPGAs. Measurements show that our design is 28 times faster than Bowtie2 running with 16 threads on dual Intel Xeon E5-2640 CPUs, and nine times faster than Soap3-dp running on an NVIDIA Tesla C2070 GPU.

  14. [Developmental changes in reading ability of Japanese elementary school children--analysis of 4 kana reading tasks].

    Science.gov (United States)

    Kobayashi, Tomoka; Inagaki, Masumi; Gunji, Atsuko; Yatabe, Kiyomi; Kaga, Makiko; Goto, Takaaki; Koike, Toshihide; Wakamiya, Eiji; Koeda, Tatsuya

    2010-01-01

    Five hundred and twenty-eight Japanese elementary school children aged from 6 (Grade 1) to 12 (Grade 6) were tested for their abilities to read Hiragana characters, words, and short sentences. They were typically developing children whom the classroom teachers judged to have no problems with reading and writing in Japanese. Each child was asked to read four tasks which were written in Hiragana script: single mora reading task, four syllable non-word reading task, four syllable word reading task, and short sentence reading task. The total articulation time for reading and performance in terms of accuracy were measured for each task. Developmental changes in these variables were evaluated. The articulation time was significantly longer for the first graders, and it gradually shortened as they moved through to the upper grades in all tasks. The articulation time reached a plateau in the 4th grade for the four syllable word and short sentence reading tasks, while it did so for the single mora and four syllable non-word reading tasks in the 5th grade. The articulation times for the four syllable word and short sentence reading tasks correlated strongly. There were very few clear errors for all tasks, and the number of such errors significantly changed between the school grades only for the single mora and four syllable word reading tasks. It was noted that more than half of the children read the beginning portion of the word or phrase twice or more, in order to read it accurately, and developmental changes were also seen in this pattern of reading. This study revealed that the combination of these reading tasks may function as a screening test for reading disorders such as developmental dyslexia in children below the age of ten or eleven years old.

  15. Using Supplementary Readings (Short Stories) in Increasing the Conceptual Fluency, the Case of Idioms in English

    Science.gov (United States)

    Mokhtari, Elahe; Talebinezhad, Mohammed Reza

    2014-01-01

    The aim of this research was to probed whether using supplementary readings (short stories containing idioms) increase conceptual fluency of L2 learners. In line with the goal of the study, first, the researcher selected a sample of 30 female lower-intermediate L2 learners from Sadr Private Language Centre in Isfahan. She selected them based on…

  16. The role of morphology and short vowelization in reading Arabic among normal and dyslexic readers in grades 3, 6, 9, and 12.

    Science.gov (United States)

    Abu-Rabia, Salim

    2007-03-01

    This study was an investigation of several Arabic reading measures among dyslexics and normal Arabic readers across different ages (grades 3, 6, 9, and 12): the role of morphology, short vowelization (phonological and syntactic skills), spelling, reading isolated words, and reading comprehension. The results of the one-way ANOVAs indicated clear differences between the dyslexic readers and the normal readers on all reading measures. However, the stepwise regression analysis revealed consistent orthographic results: morphology (identification and/or production) and spelling were generally the most powerful predictors of both reading accuracy and reading comprehension among dyslexic and normal readers across these different age groups. The results are discussed in terms of the characteristics of the Arabic orthography and the heavy reliance of readers at all levels and ages on orthographic factors in reading.

  17. Archival Discipline in Dewey Decimal Classification

    Directory of Open Access Journals (Sweden)

    Laura Manzoni

    2017-05-01

    Full Text Available This paper regards the ways archival discipline is treated in DDC. After a short introduction about the discipline in Italy, the essay focuses on the analysis of division 020 of DDC 23, with specific attention to section 025 and with punctual reference to section 651, concerning archival material. The aim of the paper is to point out archival discipline’s peculiarities and its differences from library science, as well as underlining the critical issues on how this discipline is handled in DDC.

  18. The Short Circuit Hypothesis of ESL Reading--Or when Language Competence Interferes with Reading Performance.

    Science.gov (United States)

    Clarke, Mark A.

    1980-01-01

    Examines a sampling of current ESL reading instruction practices, addressing the concern that the lack of a generally accepted theory of L2 reading constitutes a major obstacle to teaching and testing ESL reading skills. Summarizes the results of two studies and discusses their implications for ESL teachers. (MES)

  19. Choice of reference sequence and assembler for alignment of Listeria monocytogenes short-read sequence data greatly influences rates of error in SNP analyses.

    Directory of Open Access Journals (Sweden)

    Arthur W Pightling

    Full Text Available The wide availability of whole-genome sequencing (WGS and an abundance of open-source software have made detection of single-nucleotide polymorphisms (SNPs in bacterial genomes an increasingly accessible and effective tool for comparative analyses. Thus, ensuring that real nucleotide differences between genomes (i.e., true SNPs are detected at high rates and that the influences of errors (such as false positive SNPs, ambiguously called sites, and gaps are mitigated is of utmost importance. The choices researchers make regarding the generation and analysis of WGS data can greatly influence the accuracy of short-read sequence alignments and, therefore, the efficacy of such experiments. We studied the effects of some of these choices, including: i depth of sequencing coverage, ii choice of reference-guided short-read sequence assembler, iii choice of reference genome, and iv whether to perform read-quality filtering and trimming, on our ability to detect true SNPs and on the frequencies of errors. We performed benchmarking experiments, during which we assembled simulated and real Listeria monocytogenes strain 08-5578 short-read sequence datasets of varying quality with four commonly used assemblers (BWA, MOSAIK, Novoalign, and SMALT, using reference genomes of varying genetic distances, and with or without read pre-processing (i.e., quality filtering and trimming. We found that assemblies of at least 50-fold coverage provided the most accurate results. In addition, MOSAIK yielded the fewest errors when reads were aligned to a nearly identical reference genome, while using SMALT to align reads against a reference sequence that is ∼0.82% distant from 08-5578 at the nucleotide level resulted in the detection of the greatest numbers of true SNPs and the fewest errors. Finally, we show that whether read pre-processing improves SNP detection depends upon the choice of reference sequence and assembler. In total, this study demonstrates that researchers

  20. The Danish version of the Radner Reading Chart

    DEFF Research Database (Denmark)

    Munch, Inger Christine; Jørgensen, Astrid Helene Ravn; Radner, Wolfgang

    2016-01-01

    , variance and number of errors per short text. Results The students read the short texts faster than the blue-collar workers (184 ± 21.4 words per minute (wpm) versus 163 ± 26.3 wpm, p ...Purpose To develop 28 short texts to be used as sentence optotypes in a Danish version of the Radner Reading Chart for the measurement of reading acuity and speed. Method Forty-six short texts of comparable lexical and grammatical difficulty were constructed. The short texts were tested together...... with two longer reference texts in 100 persons with visual acuity 6/6, of which 50 were university students (age: 24.7 ± 3.1 years, 36% males) and 50 were blue-collar workers (37.2 ± 13.4 years, 54% males). Study parameters were mean reading speed and error rate per participant, and mean reading time...

  1. Online Archives

    Directory of Open Access Journals (Sweden)

    Julian D. Richards

    2004-01-01

    Full Text Available Online archives are of increasing importance in Archaeological Informatics, but like any new genre they prompt a number of questions. What is their relationship to publication? What should go in them? How should they be delivered and indexed? Can they be preserved? Whilst their delivery requires technology, we must also consider how that technology should best be employed in the service of our discipline. This article attempts to address some of these questions but it need not be read from start to finish. The links from this summary provide one fairly linear route through the text but each section is self-contained and can also be accessed directly from the Contents page. The problems posed by effective publication of archaeological fieldwork have exercised the profession for many decades. The issues raised go to the core of discussion of whether preservation by record is a valid concept, and indeed whether archaeological data exist. There are different schools of thought about the relationship between publication and archiving, but hopefully we can accept that data are recorded observations but still agree that they have a re-use value for re-examination and re-interpretation. Since the 1960s archaeology has experienced a publication crisis point. The scenario is familiar. Excavation is destruction; it is an unrepeatable experiment and the archaeologist has a professional obligation to make a full and accessible record of his/her observations. Yet full publication is increasingly expensive and difficult, and excavation monographs are read by few people, and bought by even fewer. In England the development of post-PPG16 fieldwork has exacerbated the problem by creating a mountain of unpublished grey literature and making the work of synthesis even harder; a similar situation exists in other countries. Meanwhile museum archives are also reaching breaking point; most are running out of storage space, few can provide facilities for access, and

  2. Functional and Structural Neuroplasticity Induced by Short-Term Tactile Training Based on Braille Reading.

    Science.gov (United States)

    Debowska, Weronika; Wolak, Tomasz; Nowicka, Anna; Kozak, Anna; Szwed, Marcin; Kossut, Malgorzata

    2016-01-01

    Neuroplastic changes induced by sensory learning have been recognized within the cortices of specific modalities as well as within higher ordered multimodal areas. The interplay between these areas is not fully understood, particularly in the case of somatosensory learning. Here we examined functional and structural changes induced by short-term tactile training based of Braille reading, a task that requires both significant tactile expertise and mapping of tactile input onto multimodal representations. Subjects with normal vision were trained for 3 weeks to read Braille exclusively by touch and scanned before and after training, while performing a same-different discrimination task on Braille characters and meaningless characters. Functional and diffusion-weighted magnetic resonance imaging sequences were used to assess resulting changes. The strongest training-induced effect was found in the primary somatosensory cortex (SI), where we observed bilateral augmentation in activity accompanied by an increase in fractional anisotropy (FA) within the contralateral SI. Increases of white matter fractional anisotropy were also observed in the secondary somatosensory area (SII) and the thalamus. Outside of somatosensory system, changes in both structure and function were found in i.e., the fusiform gyrus, the medial frontal gyri and the inferior parietal lobule. Our results provide evidence for functional remodeling of the somatosensory pathway and higher ordered multimodal brain areas occurring as a result of short-lasting tactile learning, and add to them a novel picture of extensive white matter plasticity.

  3. TAREAN: a computational tool for identification and characterization of satellite DNA from unassembled short reads.

    Science.gov (United States)

    Novák, Petr; Ávila Robledillo, Laura; Koblížková, Andrea; Vrbová, Iva; Neumann, Pavel; Macas, Jirí

    2017-07-07

    Satellite DNA is one of the major classes of repetitive DNA, characterized by tandemly arranged repeat copies that form contiguous arrays up to megabases in length. This type of genomic organization makes satellite DNA difficult to assemble, which hampers characterization of satellite sequences by computational analysis of genomic contigs. Here, we present tandem repeat analyzer (TAREAN), a novel computational pipeline that circumvents this problem by detecting satellite repeats directly from unassembled short reads. The pipeline first employs graph-based sequence clustering to identify groups of reads that represent repetitive elements. Putative satellite repeats are subsequently detected by the presence of circular structures in their cluster graphs. Consensus sequences of repeat monomers are then reconstructed from the most frequent k-mers obtained by decomposing read sequences from corresponding clusters. The pipeline performance was successfully validated by analyzing low-pass genome sequencing data from five plant species where satellite DNA was previously experimentally characterized. Moreover, novel satellite repeats were predicted for the genome of Vicia faba and three of these repeats were verified by detecting their sequences on metaphase chromosomes using fluorescence in situ hybridization. © The Author(s) 2017. Published by Oxford University Press on behalf of Nucleic Acids Research.

  4. Towards a Digital Infrastructure for Illustrated Handwritten Archives

    NARCIS (Netherlands)

    Weber, Andreas; Ameryan, Mahya; Wolstencroft, Katherine; Stork, Lise; Heerlien, Maarten; Schomaker, Lambert; Ioannides, Marinos

    Large and important parts of cultural heritage are stored in archives that are difficult to access, even after digitization. Documents and notes are written in hard-to-read historical handwriting and are often interspersed with illustrations. Such collections are weakly structured and largely

  5. Data Mining the Internet Archive Collection

    Directory of Open Access Journals (Sweden)

    Caleb McDaniel

    2014-03-01

    Full Text Available The collections of the Internet Archive (IA include many digitized sources of interest to historians, including early JSTOR journal content, John Adams’s personal library, and the Haiti collection at the John Carter Brown Library. In short, to quote Programming Historian Ian Milligan, “The Internet Archive rocks.” In this lesson, you’ll learn how to download files from such collections using a Python module specifically designed for the Internet Archive. You will also learn how to use another Python module designed for parsing MARC XML records, a widely used standard for formatting bibliographic metadata.

  6. Concurrent and Accurate Short Read Mapping on Multicore Processors.

    Science.gov (United States)

    Martínez, Héctor; Tárraga, Joaquín; Medina, Ignacio; Barrachina, Sergio; Castillo, Maribel; Dopazo, Joaquín; Quintana-Ortí, Enrique S

    2015-01-01

    We introduce a parallel aligner with a work-flow organization for fast and accurate mapping of RNA sequences on servers equipped with multicore processors. Our software, HPG Aligner SA (HPG Aligner SA is an open-source application. The software is available at http://www.opencb.org, exploits a suffix array to rapidly map a large fraction of the RNA fragments (reads), as well as leverages the accuracy of the Smith-Waterman algorithm to deal with conflictive reads. The aligner is enhanced with a careful strategy to detect splice junctions based on an adaptive division of RNA reads into small segments (or seeds), which are then mapped onto a number of candidate alignment locations, providing crucial information for the successful alignment of the complete reads. The experimental results on a platform with Intel multicore technology report the parallel performance of HPG Aligner SA, on RNA reads of 100-400 nucleotides, which excels in execution time/sensitivity to state-of-the-art aligners such as TopHat 2+Bowtie 2, MapSplice, and STAR.

  7. ALI--A Digital Archive of DAISY Books

    Science.gov (United States)

    Forsberg, Asa

    2007-01-01

    ALI is a project to develop an archive for talking books produced by the Swedish universities. The universities produce talking books from the mandatory literature for students with reading disabilities, including mostly journal articles, book chapters and texts written by teachers. The project group consists of librarians and co-ordinators for…

  8. GenHtr: a tool for comparative assessment of genetic heterogeneity in microbial genomes generated by massive short-read sequencing

    Directory of Open Access Journals (Sweden)

    Yu GongXin

    2010-10-01

    Full Text Available Abstract Background Microevolution is the study of short-term changes of alleles within a population and their effects on the phenotype of organisms. The result of the below-species-level evolution is heterogeneity, where populations consist of subpopulations with a large number of structural variations. Heterogeneity analysis is thus essential to our understanding of how selective and neutral forces shape bacterial populations over a short period of time. The Solexa Genome Analyzer, a next-generation sequencing platform, allows millions of short sequencing reads to be obtained with great accuracy, allowing for the ability to study the dynamics of the bacterial population at the whole genome level. The tool referred to as GenHtr was developed for genome-wide heterogeneity analysis. Results For particular bacterial strains, GenHtr relies on a set of Solexa short reads on given bacteria pathogens and their isogenic reference genome to identify heterogeneity sites, the chromosomal positions with multiple variants of genes in the bacterial population, and variations that occur in large gene families. GenHtr accomplishes this by building and comparatively analyzing genome-wide heterogeneity genotypes for both the newly sequenced genomes (using massive short-read sequencing and their isogenic reference (using simulated data. As proof of the concept, this approach was applied to SRX007711, the Solexa sequencing data for a newly sequenced Staphylococcus aureus subsp. USA300 cell line, and demonstrated that it could predict such multiple variants. They include multiple variants of genes critical in pathogenesis, e.g. genes encoding a LysR family transcriptional regulator, 23 S ribosomal RNA, and DNA mismatch repair protein MutS. The heterogeneity results in non-synonymous and nonsense mutations, leading to truncated proteins for both LysR and MutS. Conclusion GenHtr was developed for genome-wide heterogeneity analysis. Although it is much more time

  9. Archival services and technologies for scientific data

    International Nuclear Information System (INIS)

    Meyer, Jörg; Hardt, Marcus; Streit, Achim; Wezel, Jos van

    2014-01-01

    After analysis and publication, there is no need to keep experimental data online on spinning disks. For reliability and costs inactive data is moved to tape and put into a data archive. The data archive must provide reliable access for at least ten years following a recommendation of the German Science Foundation (DFG), but many scientific communities wish to keep data available much longer. Data archival is on the one hand purely a bit preservation activity in order to ensure the bits read are the same as those written years before. On the other hand enough information must be archived to be able to use and interpret the content of the data. The latter is depending on many also community specific factors and remains an areas of much debate among archival specialists. The paper describes the current practice of archival and bit preservation in use for different science communities at KIT for which a combination of organizational services and technical tools are required. The special monitoring to detect tape related errors, the software infrastructure in use as well as the service certification are discussed. Plans and developments at KIT also in the context of the Large Scale Data Management and Analysis (LSDMA) project are presented. The technical advantages of the T10 SCSI Stream Commands (SSC-4) and the Linear Tape File System (LTFS) will have a profound impact on future long term archival of large data sets.

  10. Archival Services and Technologies for Scientific Data

    Science.gov (United States)

    Meyer, Jörg; Hardt, Marcus; Streit, Achim; van Wezel, Jos

    2014-06-01

    After analysis and publication, there is no need to keep experimental data online on spinning disks. For reliability and costs inactive data is moved to tape and put into a data archive. The data archive must provide reliable access for at least ten years following a recommendation of the German Science Foundation (DFG), but many scientific communities wish to keep data available much longer. Data archival is on the one hand purely a bit preservation activity in order to ensure the bits read are the same as those written years before. On the other hand enough information must be archived to be able to use and interpret the content of the data. The latter is depending on many also community specific factors and remains an areas of much debate among archival specialists. The paper describes the current practice of archival and bit preservation in use for different science communities at KIT for which a combination of organizational services and technical tools are required. The special monitoring to detect tape related errors, the software infrastructure in use as well as the service certification are discussed. Plans and developments at KIT also in the context of the Large Scale Data Management and Analysis (LSDMA) project are presented. The technical advantages of the T10 SCSI Stream Commands (SSC-4) and the Linear Tape File System (LTFS) will have a profound impact on future long term archival of large data sets.

  11. Whole genome assembly of a natto production strain Bacillus subtilis natto from very short read data.

    Science.gov (United States)

    Nishito, Yukari; Osana, Yasunori; Hachiya, Tsuyoshi; Popendorf, Kris; Toyoda, Atsushi; Fujiyama, Asao; Itaya, Mitsuhiro; Sakakibara, Yasubumi

    2010-04-16

    Bacillus subtilis natto is closely related to the laboratory standard strain B. subtilis Marburg 168, and functions as a starter for the production of the traditional Japanese food "natto" made from soybeans. Although re-sequencing whole genomes of several laboratory domesticated B. subtilis 168 derivatives has already been attempted using short read sequencing data, the assembly of the whole genome sequence of a closely related strain, B. subtilis natto, from very short read data is more challenging, particularly with our aim to assemble one fully connected scaffold from short reads around 35 bp in length. We applied a comparative genome assembly method, which combines de novo assembly and reference guided assembly, to one of the B. subtilis natto strains. We successfully assembled 28 scaffolds and managed to avoid substantial fragmentation. Completion of the assembly through long PCR experiments resulted in one connected scaffold for B. subtilis natto. Based on the assembled genome sequence, our orthologous gene analysis between natto BEST195 and Marburg 168 revealed that 82.4% of 4375 predicted genes in BEST195 are one-to-one orthologous to genes in 168, with two genes in-paralog, 3.2% are deleted in 168, 14.3% are inserted in BEST195, and 5.9% of genes present in 168 are deleted in BEST195. The natto genome contains the same alleles in the promoter region of degQ and the coding region of swrAA as the wild strain, RO-FF-1. These are specific for gamma-PGA production ability, which is related to natto production. Further, the B. subtilis natto strain completely lacked a polyketide synthesis operon, disrupted the plipastatin production operon, and possesses previously unidentified transposases. The determination of the whole genome sequence of Bacillus subtilis natto provided detailed analyses of a set of genes related to natto production, demonstrating the number and locations of insertion sequences that B. subtilis natto harbors but B. subtilis 168 lacks

  12. Whole genome assembly of a natto production strain Bacillus subtilis natto from very short read data

    Directory of Open Access Journals (Sweden)

    Fujiyama Asao

    2010-04-01

    Full Text Available Abstract Background Bacillus subtilis natto is closely related to the laboratory standard strain B. subtilis Marburg 168, and functions as a starter for the production of the traditional Japanese food "natto" made from soybeans. Although re-sequencing whole genomes of several laboratory domesticated B. subtilis 168 derivatives has already been attempted using short read sequencing data, the assembly of the whole genome sequence of a closely related strain, B. subtilis natto, from very short read data is more challenging, particularly with our aim to assemble one fully connected scaffold from short reads around 35 bp in length. Results We applied a comparative genome assembly method, which combines de novo assembly and reference guided assembly, to one of the B. subtilis natto strains. We successfully assembled 28 scaffolds and managed to avoid substantial fragmentation. Completion of the assembly through long PCR experiments resulted in one connected scaffold for B. subtilis natto. Based on the assembled genome sequence, our orthologous gene analysis between natto BEST195 and Marburg 168 revealed that 82.4% of 4375 predicted genes in BEST195 are one-to-one orthologous to genes in 168, with two genes in-paralog, 3.2% are deleted in 168, 14.3% are inserted in BEST195, and 5.9% of genes present in 168 are deleted in BEST195. The natto genome contains the same alleles in the promoter region of degQ and the coding region of swrAA as the wild strain, RO-FF-1. These are specific for γ-PGA production ability, which is related to natto production. Further, the B. subtilis natto strain completely lacked a polyketide synthesis operon, disrupted the plipastatin production operon, and possesses previously unidentified transposases. Conclusions The determination of the whole genome sequence of Bacillus subtilis natto provided detailed analyses of a set of genes related to natto production, demonstrating the number and locations of insertion sequences that B

  13. The genome of flax (Linum usitatissimum) assembled de novo from short shotgun sequence reads

    DEFF Research Database (Denmark)

    Wang, Zhiwen; Hobson, Neil; Galindo, Leonardo

    2012-01-01

    Flax (Linum usitatissimum) is an ancient crop that is widely cultivated as a source of fiber, oil and medicinally relevant compounds. To accelerate crop improvement, we performed whole-genome shotgun sequencing of the nuclear genome of flax. Seven paired-end libraries ranging in size from 300 bp...... these results show that de novo assembly, based solely on whole-genome shotgun short-sequence reads, is an efficient means of obtaining nearly complete genome sequence information for some plant species....

  14. Alignment of Short Reads: A Crucial Step for Application of Next-Generation Sequencing Data in Precision Medicine

    Directory of Open Access Journals (Sweden)

    Hao Ye

    2015-11-01

    Full Text Available Precision medicine or personalized medicine has been proposed as a modernized and promising medical strategy. Genetic variants of patients are the key information for implementation of precision medicine. Next-generation sequencing (NGS is an emerging technology for deciphering genetic variants. Alignment of raw reads to a reference genome is one of the key steps in NGS data analysis. Many algorithms have been developed for alignment of short read sequences since 2008. Users have to make a decision on which alignment algorithm to use in their studies. Selection of the right alignment algorithm determines not only the alignment algorithm but also the set of suitable parameters to be used by the algorithm. Understanding these algorithms helps in selecting the appropriate alignment algorithm for different applications in precision medicine. Here, we review current available algorithms and their major strategies such as seed-and-extend and q-gram filter. We also discuss the challenges in current alignment algorithms, including alignment in multiple repeated regions, long reads alignment and alignment facilitated with known genetic variants.

  15. Phonological working memory and reading in students with dyslexia

    Directory of Open Access Journals (Sweden)

    Carolina Alves Ferreira De Carvalho

    2014-07-01

    Full Text Available Purpose: To investigate parameters related to fluency, reading comprehension and phonological processing (operational and short-term memory and identify potential correlation between the variables in Dyslexia and in the absence of reading difficulties. Method: One hundred and fifteen students from the third to eighth grade of elementary school were grouped into a Control Group (CG and Group with Dyslexia (GDys. Reading of words, pseudowords and text (decoding; listening and reading comprehension; phonological short-term and working memory (repetition of pseudowords and Digit Span were evaluated. Results: The comparison of the groups showed significant differences in decoding, phonological short-term memory (repetition of pseudowords and answers to text-connecting questions (TC on reading comprehension, with the worst performances identified for GDys. In this group there were negative correlations between pseudowords repetition and TC answers and total score, both on listening comprehension. No correlations were found between operational and short-term memory (Digit Span and parameters of fluency and reading comprehension in dyslexia. For the sample without complaint, there were positive correlations between some parameters of reading fluency and repetition of pseudowords and also between answering literal questions in listening comprehension and repetition of digits on the direct and reverse order. There was no correlation with the parameters of reading comprehension. Conclusion: GDys and CG showed similar performance in listening comprehension and in understanding of explicit information and gap-filling inference on reading comprehension. Students of GDys showed worst performance in reading decoding, phonological short-term memory (pseudowords and on inferences that depends on textual cohesion understanding in reading. There were negative correlations between pseudowords repetition and TC answers and total score, both in listening comprehension.

  16. Phonological working memory and reading in students with dyslexia.

    Science.gov (United States)

    de Carvalho, Carolina A F; Kida, Adriana de S B; Capellini, Simone A; de Avila, Clara R B

    2014-01-01

    To investigate parameters related to fluency, reading comprehension and phonological processing (operational and short-term memory) and identify potential correlation between the variables in Dyslexia and in the absence of reading difficulties. One hundred and fifteen students from the third to eighth grade of elementary school were grouped into a Control Group (CG) and Group with Dyslexia (GDys). Reading of words, pseudowords and text (decoding); listening and reading comprehension; phonological short-term and working memory (repetition of pseudowords and Digit Span) were evaluated. The comparison of the groups showed significant differences in decoding, phonological short-term memory (repetition of pseudowords) and answers to text-connecting questions (TC) on reading comprehension, with the worst performances identified for GDys. In this group there were negative correlations between pseudowords repetition and TC answers and total score, both on listening comprehension. No correlations were found between operational and short-term memory (Digit Span) and parameters of fluency and reading comprehension in dyslexia. For the sample without complaint, there were positive correlations between some parameters of reading fluency and repetition of pseudowords and also between answering literal questions in listening comprehension and repetition of digits on the direct and reverse order. There was no correlation with the parameters of reading comprehension. GDys and CG showed similar performance in listening comprehension and in understanding of explicit information and gap-filling inference on reading comprehension. Students of GDys showed worst performance in reading decoding, phonological short-term memory (pseudowords) and on inferences that depends on textual cohesion understanding in reading. There were negative correlations between pseudowords repetition and TC answers and total score, both in listening comprehension.

  17. The Short Circuit Model of Reading.

    Science.gov (United States)

    Lueers, Nancy M.

    The name "short circuit" has been given to this model because, in many ways, it adequately describes what happens bioelectrically in the brain. The "short-circuiting" factors include linguistic, sociocultural, attitudinal and motivational, neurological, perceptual, and cognitive factors. Research is reviewed on ways in which each one affects any…

  18. Some indicators of (unsuccessful reading

    Directory of Open Access Journals (Sweden)

    Vuksanović Jasmina

    2008-01-01

    Full Text Available In the paper we set the aim to determine whether phonological awareness and short-term verbal memory are indicators of a subsequent reading acquisition. The sample consisted of 194 first graders from two primary schools in Belgrade. The results of our research showed that the most significant indicator of the subsequent (unsuccessful reading was phonological awareness. The short-term verbal memory is, to a lesser extent, an indicator of the subsequent reading acquisition defined by the time needed for reading the text and by the text comprehension. Our findings offer basis for proposing that the phonological awareness assessment should be implemented into the regular procedure of assessing child's readiness for school. In this way children in need for preventive stimulation within the inclusive programme in primary schools could be identified.

  19. Nonword Repetition: The Relative Contributions of Phonological Short-Term Memory and Phonological Representations in Children with Language and Reading Impairment

    Science.gov (United States)

    Rispens, Judith; Baker, Anne

    2012-01-01

    Purpose: This study investigates the relative contributions of phonological short-term memory and phonological representations to nonword repetition (NWR). This was evaluated in children with specific language impairment (SLI) and/or reading impairment (RI); it was also studied from a developmental perspective by comparing 2 groups of typically…

  20. PACS: Picture Archiving and Communication Systems

    International Nuclear Information System (INIS)

    Gell, G.; Schneider, G.H.; Becker, M.; Wiltgen, M.

    1988-01-01

    A growing number of medical imaging modalities produces images that are initially calculated and stored as digital information in a computer. For diagnosis, archiving and communication a hardcopy (usually on X-ray film) is produced from these data. It is estimated that in 1995 about 80% of all imaging procedures will generate digital images. This trend leads to the development of systems, where the X-ray film is not only replaced in his function as a radiation detector, but also in his other functions as the medium for image presentation, image communication and image archiving. In short, one wants a completely digital picture archiving and communication system (PACS). The rationale behind PACS efforts is to achieve better functionality and to save costs, mainly by reducing the consumption of expensive X-ray films and the need for storage space for film archives. 7 refs., 2 figs. (Author)

  1. Experimental design-based functional mining and characterization of high-throughput sequencing data in the sequence read archive.

    Directory of Open Access Journals (Sweden)

    Takeru Nakazato

    Full Text Available High-throughput sequencing technology, also called next-generation sequencing (NGS, has the potential to revolutionize the whole process of genome sequencing, transcriptomics, and epigenetics. Sequencing data is captured in a public primary data archive, the Sequence Read Archive (SRA. As of January 2013, data from more than 14,000 projects have been submitted to SRA, which is double that of the previous year. Researchers can download raw sequence data from SRA website to perform further analyses and to compare with their own data. However, it is extremely difficult to search entries and download raw sequences of interests with SRA because the data structure is complicated, and experimental conditions along with raw sequences are partly described in natural language. Additionally, some sequences are of inconsistent quality because anyone can submit sequencing data to SRA with no quality check. Therefore, as a criterion of data quality, we focused on SRA entries that were cited in journal articles. We extracted SRA IDs and PubMed IDs (PMIDs from SRA and full-text versions of journal articles and retrieved 2748 SRA ID-PMID pairs. We constructed a publication list referring to SRA entries. Since, one of the main themes of -omics analyses is clarification of disease mechanisms, we also characterized SRA entries by disease keywords, according to the Medical Subject Headings (MeSH extracted from articles assigned to each SRA entry. We obtained 989 SRA ID-MeSH disease term pairs, and constructed a disease list referring to SRA data. We previously developed feature profiles of diseases in a system called "Gendoo". We generated hyperlinks between diseases extracted from SRA and the feature profiles of it. The developed project, publication and disease lists resulting from this study are available at our web service, called "DBCLS SRA" (http://sra.dbcls.jp/. This service will improve accessibility to high-quality data from SRA.

  2. The Performative Uses of the Surveillance Archive in Manu Luksch's Works

    DEFF Research Database (Denmark)

    Thomsen, Bodil Marie Stavning

    2013-01-01

    This article discusses Manu Luksch's works using CCTV recordings as an example of aesthetic intervention in contemporary surveillance systems. Luksch's works are read as a “critical interface" between the artist's body and the archiving procedures of surveillance systems....

  3. The genome of flax (Linum usitatissimum) assembled de novo from short shotgun sequence reads.

    Science.gov (United States)

    Wang, Zhiwen; Hobson, Neil; Galindo, Leonardo; Zhu, Shilin; Shi, Daihu; McDill, Joshua; Yang, Linfeng; Hawkins, Simon; Neutelings, Godfrey; Datla, Raju; Lambert, Georgina; Galbraith, David W; Grassa, Christopher J; Geraldes, Armando; Cronk, Quentin C; Cullis, Christopher; Dash, Prasanta K; Kumar, Polumetla A; Cloutier, Sylvie; Sharpe, Andrew G; Wong, Gane K-S; Wang, Jun; Deyholos, Michael K

    2012-11-01

    Flax (Linum usitatissimum) is an ancient crop that is widely cultivated as a source of fiber, oil and medicinally relevant compounds. To accelerate crop improvement, we performed whole-genome shotgun sequencing of the nuclear genome of flax. Seven paired-end libraries ranging in size from 300 bp to 10 kb were sequenced using an Illumina genome analyzer. A de novo assembly, comprised exclusively of deep-coverage (approximately 94× raw, approximately 69× filtered) short-sequence reads (44-100 bp), produced a set of scaffolds with N(50) =694 kb, including contigs with N(50)=20.1 kb. The contig assembly contained 302 Mb of non-redundant sequence representing an estimated 81% genome coverage. Up to 96% of published flax ESTs aligned to the whole-genome shotgun scaffolds. However, comparisons with independently sequenced BACs and fosmids showed some mis-assembly of regions at the genome scale. A total of 43384 protein-coding genes were predicted in the whole-genome shotgun assembly, and up to 93% of published flax ESTs, and 86% of A. thaliana genes aligned to these predicted genes, indicating excellent coverage and accuracy at the gene level. Analysis of the synonymous substitution rates (K(s) ) observed within duplicate gene pairs was consistent with a recent (5-9 MYA) whole-genome duplication in flax. Within the predicted proteome, we observed enrichment of many conserved domains (Pfam-A) that may contribute to the unique properties of this crop, including agglutinin proteins. Together these results show that de novo assembly, based solely on whole-genome shotgun short-sequence reads, is an efficient means of obtaining nearly complete genome sequence information for some plant species. © 2012 The Authors. The Plant Journal © 2012 Blackwell Publishing Ltd.

  4. ReadDepth: a parallel R package for detecting copy number alterations from short sequencing reads.

    Directory of Open Access Journals (Sweden)

    Christopher A Miller

    2011-01-01

    Full Text Available Copy number alterations are important contributors to many genetic diseases, including cancer. We present the readDepth package for R, which can detect these aberrations by measuring the depth of coverage obtained by massively parallel sequencing of the genome. In addition to achieving higher accuracy than existing packages, our tool runs much faster by utilizing multi-core architectures to parallelize the processing of these large data sets. In contrast to other published methods, readDepth does not require the sequencing of a reference sample, and uses a robust statistical model that accounts for overdispersed data. It includes a method for effectively increasing the resolution obtained from low-coverage experiments by utilizing breakpoint information from paired end sequencing to do positional refinement. We also demonstrate a method for inferring copy number using reads generated by whole-genome bisulfite sequencing, thus enabling integrative study of epigenomic and copy number alterations. Finally, we apply this tool to two genomes, showing that it performs well on genomes sequenced to both low and high coverage. The readDepth package runs on Linux and MacOSX, is released under the Apache 2.0 license, and is available at http://code.google.com/p/readdepth/.

  5. On the accuracy of short read mapping

    DEFF Research Database (Denmark)

    Menzel, Karl Peter; Frellsen, Jes; Plass, Mireya

    2013-01-01

    .e., mapping the reads to a reference genome. In this new situation, conventional alignment tools are obsolete, as they cannot handle this huge amount of data in a reasonable amount of time. Thus, new mapping algorithms have been developed, which are fast at the expense of a small decrease in accuracy...

  6. FMLRC: Hybrid long read error correction using an FM-index.

    Science.gov (United States)

    Wang, Jeremy R; Holt, James; McMillan, Leonard; Jones, Corbin D

    2018-02-09

    Long read sequencing is changing the landscape of genomic research, especially de novo assembly. Despite the high error rate inherent to long read technologies, increased read lengths dramatically improve the continuity and accuracy of genome assemblies. However, the cost and throughput of these technologies limits their application to complex genomes. One solution is to decrease the cost and time to assemble novel genomes by leveraging "hybrid" assemblies that use long reads for scaffolding and short reads for accuracy. We describe a novel method leveraging a multi-string Burrows-Wheeler Transform with auxiliary FM-index to correct errors in long read sequences using a set of complementary short reads. We demonstrate that our method efficiently produces significantly more high quality corrected sequence than existing hybrid error-correction methods. We also show that our method produces more contiguous assemblies, in many cases, than existing state-of-the-art hybrid and long-read only de novo assembly methods. Our method accurately corrects long read sequence data using complementary short reads. We demonstrate higher total throughput of corrected long reads and a corresponding increase in contiguity of the resulting de novo assemblies. Improved throughput and computational efficiency than existing methods will help better economically utilize emerging long read sequencing technologies.

  7. The role of visual processing speed in reading speed development.

    Science.gov (United States)

    Lobier, Muriel; Dubois, Matthieu; Valdois, Sylviane

    2013-01-01

    A steady increase in reading speed is the hallmark of normal reading acquisition. However, little is known of the influence of visual attention capacity on children's reading speed. The number of distinct visual elements that can be simultaneously processed at a glance (dubbed the visual attention span), predicts single-word reading speed in both normal reading and dyslexic children. However, the exact processes that account for the relationship between the visual attention span and reading speed remain to be specified. We used the Theory of Visual Attention to estimate visual processing speed and visual short-term memory capacity from a multiple letter report task in eight and nine year old children. The visual attention span and text reading speed were also assessed. Results showed that visual processing speed and visual short term memory capacity predicted the visual attention span. Furthermore, visual processing speed predicted reading speed, but visual short term memory capacity did not. Finally, the visual attention span mediated the effect of visual processing speed on reading speed. These results suggest that visual attention capacity could constrain reading speed in elementary school children.

  8. The role of visual processing speed in reading speed development.

    Directory of Open Access Journals (Sweden)

    Muriel Lobier

    Full Text Available A steady increase in reading speed is the hallmark of normal reading acquisition. However, little is known of the influence of visual attention capacity on children's reading speed. The number of distinct visual elements that can be simultaneously processed at a glance (dubbed the visual attention span, predicts single-word reading speed in both normal reading and dyslexic children. However, the exact processes that account for the relationship between the visual attention span and reading speed remain to be specified. We used the Theory of Visual Attention to estimate visual processing speed and visual short-term memory capacity from a multiple letter report task in eight and nine year old children. The visual attention span and text reading speed were also assessed. Results showed that visual processing speed and visual short term memory capacity predicted the visual attention span. Furthermore, visual processing speed predicted reading speed, but visual short term memory capacity did not. Finally, the visual attention span mediated the effect of visual processing speed on reading speed. These results suggest that visual attention capacity could constrain reading speed in elementary school children.

  9. Reading for Education: the role of libraries | Dadzie | Ghana Library ...

    African Journals Online (AJOL)

    Reading for Education: the role of libraries. ... PROMOTING ACCESS TO AFRICAN RESEARCH. AFRICAN JOURNALS ONLINE (AJOL) · Journals · Advanced Search · USING AJOL · RESOURCES. Ghana Library Journal. Journal Home · ABOUT THIS JOURNAL · Advanced Search · Current Issue · Archives · Journal Home ...

  10. Tango archiving service status

    International Nuclear Information System (INIS)

    Abeille, G.; Pierre-Joseph, S.; Guyot, J.; Ounsy, M.; Rubio, S.; Strangolino, G.; Passuello, R.

    2012-01-01

    In modern scientific instruments like ALBA, ELLETRA or Synchrotron Soleil, the monitoring and tuning of thousands of parameters is essential to drive high-performing accelerators and beamlines. To keep track of these parameters and to easily manage large volumes of technical data, an archiving service is a key component of a modern control system like Tango. To achieve this, a high-available archiving service is provided as a feature of the Tango control system. This archiving service stores data coming from the Tango control system into MySQL or Oracle databases. Tree sub-services are provided: 1) An historical service with an archiving period up to 10 seconds; 2) A short term service providing a few weeks retention with a period up to 100 milliseconds; and 3) A snapshot service which takes 'snapshots' of Tango parameters and can reapply them to the control system on user demand. This paper presents how to obtain a high-performance and scalable service based on our feedback after several years of operation. The deployment architecture in the different Tango institutes will then be detailed. The paper concludes with a description of the next steps and incoming features which will be available in the next future. (authors)

  11. Springbok, Farmers, Places and Shards: Reading and Writing the ...

    African Journals Online (AJOL)

    This is a narrative essay which reflects on the experience of reading the nineteenthcentury Bleek-Lloyd archive of /Xam testimonies (both in the original collection of exercise books in which they were transcribed and in the online collection which has recently been established) in the light of a preoccupation with the ...

  12. Design of short Italian sentences to assess near vision performance.

    Science.gov (United States)

    Calossi, Antonio; Boccardo, Laura; Fossetti, Alessandro; Radner, Wolfgang

    2014-01-01

    To develop and validate 28 short Italian sentences for the construction of the Italian version of the Radner Reading Chart to simultaneously measure near visual acuity and reading speed. 41 sentences were constructed in Italian language, following the procedure defined by Radner, to obtain "sentence optotypes" with comparable structure and with the same lexical and grammatical difficulty. Sentences were statistically selected and used in 211 normal, non-presbyopic, native Italian-speaking persons. The most equally matched sentences in terms of reading speed and number of reading errors were selected. To assess the validity of the reading speed results obtained with the 28 selected short sentences, we compared the reading speed and reading errors with the average obtained by reading two long 4th-grade paragraphs (97 and 90 words) under the same conditions. The overall mean reading speed of the tested persons was 189±26wpm. The 28 sentences more similar in terms of reading times were selected, achieving a coefficient of variation (the relative SD) of 2.2%. The reliability analyses yielded an overall Cronbach's alpha coefficient of 0.98. The correlation between the short sentences and the long paragraph was high (r=0.85, P<0.0001). The 28 short single Italian sentences optotypes were highly comparable in syntactical structure, number, position, and length of words, lexical difficulty, and reading length. The resulting Italian Radner Reading Chart is precise (high consistency) and practical (short sentences) and therefore useful for research and clinical practice to simultaneously measure near reading acuity and reading speed. Copyright © 2013 Spanish General Council of Optometry. Published by Elsevier Espana. All rights reserved.

  13. User interface development and metadata considerations for the Atmospheric Radiation Measurement (ARM) archive

    Science.gov (United States)

    Singley, P. T.; Bell, J. D.; Daugherty, P. F.; Hubbs, C. A.; Tuggle, J. G.

    1993-01-01

    This paper will discuss user interface development and the structure and use of metadata for the Atmospheric Radiation Measurement (ARM) Archive. The ARM Archive, located at Oak Ridge National Laboratory (ORNL) in Oak Ridge, Tennessee, is the data repository for the U.S. Department of Energy's (DOE's) ARM Project. After a short description of the ARM Project and the ARM Archive's role, we will consider the philosophy and goals, constraints, and prototype implementation of the user interface for the archive. We will also describe the metadata that are stored at the archive and support the user interface.

  14. Grade 12 Diploma Examination, English 30. Part B: Reading (Multiple Choice). Readings Booklet. 1986 Edition.

    Science.gov (United States)

    Alberta Dept. of Education, Edmonton.

    Intended for students taking the Grade 12 Examination in English 30 in Alberta, Canada, this reading test (to be administered along with the questions booklet) contains 10 short reading selections taken from fiction, nonfiction, poetry, and drama, including the following: "My Magical Metronome" (Lewis Thomas); "Queen Street…

  15. Global data bases on distribution, characteristics and methane emission of natural wetlands: Documentation of archived data tape

    Science.gov (United States)

    Matthews, Elaine

    1989-01-01

    Global digital data bases on the distribution and environmental characteristics of natural wetlands, compiled by Matthews and Fung (1987), were archived for public use. These data bases were developed to evaluate the role of wetlands in the annual emission of methane from terrestrial sources. Five global 1 deg latitude by 1 deg longitude arrays are included on the archived tape. The arrays are: (1) wetland data source, (2) wetland type, (3) fractional inundation, (4) vegetation type, and (5) soil type. The first three data bases on wetland locations were published by Matthews and Fung (1987). The last two arrays contain ancillary information about these wetland locations: vegetation type is from the data of Matthews (1983) and soil type from the data of Zobler (1986). Users should consult original publications for complete discussion of the data bases. This short paper is designed only to document the tape, and briefly explain the data sets and their initial application to estimating the annual emission of methane from natural wetlands. Included is information about array characteristics such as dimensions, read formats, record lengths, blocksizes and value ranges, and descriptions and translation tables for the individual data bases.

  16. Reading Self-Efficacy Predicts Word Reading But Not Comprehension in Both Girls and Boys.

    Science.gov (United States)

    Carroll, Julia M; Fox, Amy C

    2016-01-01

    The relationship between cognitive skills and reading has been well-established. However, the role of motivational factors such as self-efficacy in reading progress is less clear. In particular, it is not clear how self-efficacy relates to word level reading versus comprehension, and whether this differs in boys and girls. This study examines the relationship between self-efficacy, word reading and reading comprehension across the range of reading abilities after controlling for reading-related cognitive factors. One hundred and seventy nine children (86 males and 93 females) between 8 and 11 years old completed a self-report measure of reading self-efficacy together with measures of reading comprehension and word reading, working memory, auditory short-term memory, phonological awareness, and vocabulary. Boys and girls showed similar levels of attainment and reading self-efficacy. Reading self-efficacy was associated with word reading, but not with reading comprehension in either boys or girls. It is argued that this may reflect important differences between reading self-efficacy and more general measures of reading motivation and engagement. Reading self-efficacy is an element of reading motivation that is closely associated with a child's perceived attainments in reading and is less susceptible to the gender differences seen in broader measures.

  17. Reading Self-Efficacy Predicts Word Reading But Not Comprehension in Both Girls and Boys

    Science.gov (United States)

    Carroll, Julia M.; Fox, Amy C.

    2017-01-01

    The relationship between cognitive skills and reading has been well-established. However, the role of motivational factors such as self-efficacy in reading progress is less clear. In particular, it is not clear how self-efficacy relates to word level reading versus comprehension, and whether this differs in boys and girls. This study examines the relationship between self-efficacy, word reading and reading comprehension across the range of reading abilities after controlling for reading-related cognitive factors. One hundred and seventy nine children (86 males and 93 females) between 8 and 11 years old completed a self-report measure of reading self-efficacy together with measures of reading comprehension and word reading, working memory, auditory short-term memory, phonological awareness, and vocabulary. Boys and girls showed similar levels of attainment and reading self-efficacy. Reading self-efficacy was associated with word reading, but not with reading comprehension in either boys or girls. It is argued that this may reflect important differences between reading self-efficacy and more general measures of reading motivation and engagement. Reading self-efficacy is an element of reading motivation that is closely associated with a child’s perceived attainments in reading and is less susceptible to the gender differences seen in broader measures. PMID:28144223

  18. Alignment of 1000 Genomes Project reads to reference assembly GRCh38.

    Science.gov (United States)

    Zheng-Bradley, Xiangqun; Streeter, Ian; Fairley, Susan; Richardson, David; Clarke, Laura; Flicek, Paul

    2017-07-01

    The 1000 Genomes Project produced more than 100 trillion basepairs of short read sequence from more than 2600 samples in 26 populations over a period of five years. In its final phase, the project released over 85 million genotyped and phased variants on human reference genome assembly GRCh37. An updated reference assembly, GRCh38, was released in late 2013, but there was insufficient time for the final phase of the project analysis to change to the new assembly. Although it is possible to lift the coordinates of the 1000 Genomes Project variants to the new assembly, this is a potentially error-prone process as coordinate remapping is most appropriate only for non-repetitive regions of the genome and those that did not see significant change between the two assemblies. It will also miss variants in any region that was newly added to GRCh38. Thus, to produce the highest quality variants and genotypes on GRCh38, the best strategy is to realign the reads and recall the variants based on the new alignment. As the first step of variant calling for the 1000 Genomes Project data, we have finished remapping all of the 1000 Genomes sequence reads to GRCh38 with alternative scaffold-aware BWA-MEM. The resulting alignments are available as CRAM, a reference-based sequence compression format. The data have been released on our FTP site and are also available from European Nucleotide Archive to facilitate researchers discovering variants on the primary sequences and alternative contigs of GRCh38. © The Authors 2017. Published by Oxford University Press.

  19. Development of the Portuguese version of a standardized reading test: the Radner-Coimbra Charts

    Directory of Open Access Journals (Sweden)

    Andreia Martins Rosa

    Full Text Available ABSTRACT Purpose: To develop 27 short sentence optotypes for the Portuguese version of the Radner Reading Charts. Methods: Thirty-four Portuguese sentences were constructed following the concept of the Radner Reading Charts to obtain highly comparable sentences in terms of lexical difficulty, syntactical complexity, word length, number of syllables, and position of words. A long text (106 words at the 5th grade reading level was also tested to assess the validity of the reading speeds obtained with the short sentences. The short sentences and long text were tested in 50 volunteers with similar educational backgrounds (mean age 30.98 years ± 6.99 years, range 19-47 years. Reading speeds were measured with a stop-watch and reported as words per minute (wpm. The reading time for each of the short sentences to be selected for the chart was defined as falling within the range of the mean ± 0.40 × standard deviation (SD. Results: The overall mean reading speed for each of the short sentences was 235.43 ± 36.39 wpm. The 27 sentences with a mean between 220.8 and 250.0 wpm (overall mean ± 0.40 × SD were selected for construction of the reading charts. The mean reading speed for the long text was 212.42 ± 26.20 wpm. Correlation between the selected short sentences and long text was high (r =0.86. Reliability analysis yielded an overall Cronbach's alpha coefficient of 0.97. Conclusions: The 27 short Portuguese sentences were highly comparable in terms of syntactical structure, number, position and length of words, lexical difficulty, and reading length. This reading test can overcome the limitations of the current tests for homogeneity and comparability, reducing subjectivity in the evaluation of the functional outcomes of medical and surgical ophthalmologic treatments.

  20. A method to evaluate genome-wide methylation in archival formalin-fixed, paraffin-embedded ovarian epithelial cells.

    Directory of Open Access Journals (Sweden)

    Qiling Li

    Full Text Available The use of DNA from archival formalin and paraffin embedded (FFPE tissue for genetic and epigenetic analyses may be problematic, since the DNA is often degraded and only limited amounts may be available. Thus, it is currently not known whether genome-wide methylation can be reliably assessed in DNA from archival FFPE tissue.Ovarian tissues, which were obtained and formalin-fixed and paraffin-embedded in either 1999 or 2011, were sectioned and stained with hematoxylin-eosin (H&E.Epithelial cells were captured by laser micro dissection, and their DNA subjected to whole genomic bisulfite conversion, whole genomic polymerase chain reaction (PCR amplification, and purification. Sequencing and software analyses were performed to identify the extent of genomic methylation. We observed that 31.7% of sequence reads from the DNA in the 1999 archival FFPE tissue, and 70.6% of the reads from the 2011 sample, could be matched with the genome. Methylation rates of CpG on the Watson and Crick strands were 32.2% and 45.5%, respectively, in the 1999 sample, and 65.1% and 42.7% in the 2011 sample.We have developed an efficient method that allows DNA methylation to be assessed in archival FFPE tissue samples.

  1. Validation of a Supplemental Reading Intervention for First-Grade Children

    Science.gov (United States)

    Case, Lisa Pericola; Speece, Deborah L.; Silverman, Rebecca; Ritchey, Kristen D.; Schatschneider, Christopher; Cooper, David H.; Montanaro, Elizabeth; Jacobs, Dawn

    2010-01-01

    This experimental study was designed to validate a short-term supplemental reading intervention for at-risk first-grade children. Although substantial research on long-term supplemental reading interventions exists, less is known about short-term interventions. Thirty first-grade children were randomly assigned to intervention or control…

  2. The Effect of Reading a Short Passage of Literary Fiction on Theory of Mind: A Replication of Kidd and Castano (2013

    Directory of Open Access Journals (Sweden)

    Iris van Kuijk

    2018-02-01

    Full Text Available The results reported by Kidd and Castano (2013 indicated that reading a short passage of literary fiction improves theory of mind (ToM relative to reading popular fiction. However, when we entered Kidd and Castano’s results in a 'p'-curve analysis, it turned out that the evidential value of their findings is low. It is good practice to back up a p-curve analysis of a single paper with an adequately powered direct replication of at least one of the studies in the 'p'-curve analysis. Therefore, we conducted a direct replication of the literary fiction condition and the popular fiction condition from Kidd and Castano’s Experiment 5 to scrutinize the effect of reading literary fiction on ToM. The results of this replication were largely consistent with Kidd and Castano’s original findings. Furthermore, we conducted a small-scale meta-analysis on the findings of the present study, those of Kidd and Castano and those reported in other published direct replications. The meta-analytic effect of reading literary fiction on ToM was small and non-significant but there was considerable heterogeneity between the included studies. The results of the present study and of the small-scale meta-analysis are discussed in the light of reading-times exclusion criteria as well as reliability and validity of ToM measures.

  3. Validation of a Supplemental Reading Intervention for First-Grade Children

    OpenAIRE

    Case, Lisa Pericola; Speece, Deborah L.; Silverman, Rebecca; Ritchey, Kristen D.; Schatschneider, Christopher; Cooper, David H.; Montanaro, Elizabeth; Jacobs, Dawn

    2010-01-01

    This experimental study was designed to validate a short-term supplemental reading intervention for at-risk first-grade children. Although substantial research on long-term supplemental reading interventions exists, less is known about short-term interventions. Thirty first-grade children were randomly assigned to intervention or control conditions. Students in the intervention received 16 hours of instruction. Analyses of pre- and posttest data and growth measures suggest that short-term sup...

  4. Using the Dictionary for Improving Adolescents’ Reading Comprehension of Short Scientific Texts

    Directory of Open Access Journals (Sweden)

    Becerra Cortés Ximena

    2013-10-01

    Full Text Available This paper reports on an innovative and action research project which focused on the use of the dictionary and the prior knowledge of Colombian high school students to improve their reading comprehension of short scientific texts. Data collection instruments included students’ work gathered during two workshops, field notes, and a questionnaire. Findings showed that searching in the dictionary and activating prior knowledge seem to facilitate the use of the text to answer reading comprehension questions. Students experienced less difficulty answering questions that required literal information than those that required establishing relationships among elements of the text. They equally valued the prior knowledge of the subject and the use of the dictionary in the resolution of science workshops in English.En este artículo se reporta un proyecto de innovación y de investigación acción centrado en el uso del diccionario y el conocimiento previo adquirido de estudiantes colombianos de secundaria para mejorar la comprensión lectora de textos científicos cortos. Los instrumentos de recolección de datos incluyen el trabajo realizado por los estudiantes durante dos talleres, notas de campo y un cuestionario. Los resultados mostraron que la consulta del diccionario y la activación de conocimientos previos parecen facilitar el uso del texto para responder preguntas de comprensión de lectura. Los estudiantes encontraron menor dificultad en la resolución de preguntas que requerían información literal que en aquellas que implicaban el establecimiento de relaciones entre los elementos del texto. Ellos valoran por igual el conocimiento previo y el uso del diccionario en la resolución de talleres de Ciencias en inglés.

  5. Computational complexity of algorithms for sequence comparison, short-read assembly and genome alignment.

    Science.gov (United States)

    Baichoo, Shakuntala; Ouzounis, Christos A

    A multitude of algorithms for sequence comparison, short-read assembly and whole-genome alignment have been developed in the general context of molecular biology, to support technology development for high-throughput sequencing, numerous applications in genome biology and fundamental research on comparative genomics. The computational complexity of these algorithms has been previously reported in original research papers, yet this often neglected property has not been reviewed previously in a systematic manner and for a wider audience. We provide a review of space and time complexity of key sequence analysis algorithms and highlight their properties in a comprehensive manner, in order to identify potential opportunities for further research in algorithm or data structure optimization. The complexity aspect is poised to become pivotal as we will be facing challenges related to the continuous increase of genomic data on unprecedented scales and complexity in the foreseeable future, when robust biological simulation at the cell level and above becomes a reality. Copyright © 2017 Elsevier B.V. All rights reserved.

  6. Archival Descriptions from the National Archives Catalog

    Data.gov (United States)

    National Archives and Records Administration — Archival Descriptions from the National Archives Catalog data set provides archival descriptions of the permanent holdings of the federal government in the custody...

  7. Experiences with digital archiving based on optical disk

    International Nuclear Information System (INIS)

    Almasi, L.; Bitter, F.; Hellwig, D.; Wulff, P.; Bahr, R.; Weller, R.; Adam, W.E.

    1988-01-01

    The goal of using optical disks in nuclear medicine is to achieve the complete picture archiving. The size of the nuclear medicine pictures and the present storing capacity of optical disks is sufficient to solve this problem. We have developed a program system which makes it possible to archive all nuclear medicine pictures automatically. Our experiences we can summarise: 1. Low cost/image ratio (0.75 DM/MB); 2. Fast data transfer rate; 3. Short data access time; 4. Guarantee of data security (not erasable); 5. Storing reliability; 6. Large storing capacity. (orig.)

  8. The Secret Life of Archives: Sally Siddons, Sir Thomas Lawrence, and The Material of Memory

    Directory of Open Access Journals (Sweden)

    Laura Engel

    2014-03-01

    Full Text Available This essay is in two parts, in the first I attempt to map out strategies for considering archival materials through the lens of performance, and in the second I enact or perform some of those strategies through a close reading of a letter from Sally Siddons, daughter of the famous actress Sarah Siddons, to the renown portrait painter and rakish bad boy, Sir Thomas Lawrence. I present a methodology that considers archival researchers as tourists who approach archival objects and images as material for curating a virtual exhibition. I argue that this strategy allows us to recognize and attempt to envision the interdisciplinary relationship amongst archival materials in order to imagine them in spatial, theatrical, and visual proximity to one another. In this way as researchers we are performing a kind of re-enactment, an animation, of the secret life of archives, which attempts to account the embodied traces of the past by providing an accessible thought provoking map for audiences.

  9. A Test of the Relationship between Reading Ability & Standardized Biology Assessment Scores

    Science.gov (United States)

    Allen, Denise A.

    2014-01-01

    Little empirical evidence suggested that independent reading abilities of students enrolled in biology predicted their performance on the Biology I Graduation End-of-Course Assessment (ECA). An archival study was conducted at one Indiana urban public high school in Indianapolis, Indiana, by examining existing educational assessment data to test…

  10. Evaluation of Short Term Memory Span Function In Children

    OpenAIRE

    Barış ERGÜL; Arzu ALTIN YAVUZ; Ebru GÜNDOĞAN AŞIK

    2016-01-01

    Although details of the information encoded in the short-term memory where it is stored temporarily be recorded in the working memory in the next stage. Repeating the information mentally makes it remain in memory for a long time. Studies investigating the relationship between short-term memory and reading skills that are carried out to examine the relationship between short-term memory processes and reading comprehension. In this study information coming to short-term memory and the factors ...

  11. Evaluation of Short Term Memory Span Function In Children

    Directory of Open Access Journals (Sweden)

    Barış ERGÜL

    2016-12-01

    Full Text Available Although details of the information encoded in the short-term memory where it is stored temporarily be recorded in the working memory in the next stage. Repeating the information mentally makes it remain in memory for a long time. Studies investigating the relationship between short-term memory and reading skills that are carried out to examine the relationship between short-term memory processes and reading comprehension. In this study information coming to short-term memory and the factors affecting operation of short term memory are investigated with regression model. The aim of the research is to examine the factors (age, IQ and reading skills that are expected the have an effect on short-term memory in children through regression analysis. One of the assumptions of regression analysis is to examine which has constant variance and normal distribution of the error term. In this study, because the error term is not normally distributed, robust regression techniques were applied. Also, for each technique; coefficient of determination is determined. According to the findings, the increase in age, IQ and reading skills caused the increase in short term memory in children. After applying robust regression techniques, the Winsorized Least Squares (WLS technique gives the highest coefficient of determination.

  12. Stories We've Told: 50 Years of CRLA Archives and Histories

    Science.gov (United States)

    O'Donnell Lussier, Kristie; Harper Shetron, Tamara

    2018-01-01

    The purpose of this historical overview of the College Reading and Learning Association (CRLA) is to examine the CRLA archives to determine phases in the organization's narrative development, to uncover trends, and to ascertain overarching principles in the dialog between the written record and living memory. The two-phase research study began…

  13. MetaVelvet: An Extension of Velvet Assembler to de novo Metagenome Assembly from Short Sequence Reads (Metagenomics Informatics Challenges Workshop: 10K Genomes at a Time)

    Energy Technology Data Exchange (ETDEWEB)

    Sakakibara, Yasumbumi

    2011-10-13

    Keio University's Yasumbumi Sakakibara on "MetaVelvet: An Extension of Velvet Assembler to de novo Metagenome Assembly from Short Sequence Reads" at the Metagenomics Informatics Challenges Workshop held at the DOE JGI on October 12-13, 2011.

  14. Orality and the Archive: Teaching the Partition of India through Oral Histories

    Directory of Open Access Journals (Sweden)

    Gaana Jayagopalan

    2016-07-01

    Full Text Available This article is a reflection on how select oral histories and witness accounts about the partition of India and Pakistan, especially those by Urvashi Butalia and Veena Das were used in a graduate seminar in Bengaluru. The article explores the strength of oral archives as repositories of radical enquiry that may be used in classrooms to understand the complex nature of history, historiography, and interrogate the State’s archival processes. The article explores how students began to see the potency in oral archives as a space that embodies the victimhood of partition victims as opposed to an effacement of the sufferers in most state archives of the event. It observes how the memorialisation of Partition is different in the State’s construction of partition: to the victims who recount their stories, it is the ‘everyday’ that becomes predominant as opposed to State archives that seek to represent the differences between the two nations as paramount in its processes of memorialisation. The note concludes by emphasising the need to put such oral histories to use in classroom, especially to understand the nature of suffering. Through a reading of such stories, it is proposed, an affective literacy is enabled in students’ modes of enquiry about trauma, memory and suffering.   Keywords: Partition of India, affective literacy, archives, oral histories, witness narratives.

  15. There are multiple contributors to the verbal short-term memory deficit in children with developmental reading disabilities.

    Science.gov (United States)

    Kibby, Michelle Y

    2009-09-01

    Prior research has put forth at least four possible contributors to the verbal short-term memory (VSTM) deficit in children with developmental reading disabilities (RD): poor phonological awareness that affects phonological coding into VSTM, a less effective phonological store, slow articulation rate, and fewer/poorer quality long-term memory (LTM) representations. This project is among the first to test the four suppositions in one study. Participants included 18 children with RD and 18 controls. VSTM was assessed using Baddeley's model of the phonological loop. Findings suggest all four suppositions are correct, depending upon the type of material utilized. Children with RD performed comparably to controls in VSTM for common words but worse for less frequent words and nonwords. Furthermore, only articulation rate predicted VSTM for common words, whereas Verbal IQ and articulation rate predicted VSTM for less frequent words, and phonological awareness and articulation rate predicted VSTM for nonwords. Overall, findings suggest that the mechanism(s) used to code and store items by their meaning is intact in RD, and the deficit in VSTM for less frequent words may be a result of fewer/poorer quality LTM representations for these words. In contrast, phonological awareness and the phonological store are impaired, affecting VSTM for items that are coded phonetically. Slow articulation rate likely affects VSTM for most material when present. When assessing reading performance, VSTM predicted decoding skill but not word identification after controlling Verbal IQ and phonological awareness. Thus, VSTM likely contributes to reading ability when words are novel and must be decoded.

  16. Enhancing the low-level tape layer of CERN Tape Archive software

    CERN Document Server

    AUTHOR|(CDS)2160814; Ruse, Laura Cristina; Vasilescu, Laura

    CERN manages the largest scientific data archive in the HEP domain. The archive currently holds over 180 Petabytes, with forecasts of up to 100PB of new data added per year. Considering this numbers, the most cost-effective solution for storage in terms of capacity and maintenance is represented by magnetic tapes. The drawback of this solution is the access time which can raise to several minutes for a series of files. In an environment where very large volumes of physics data are being traded from tape to disk and vice versa, this issue becomes a serious performance bottleneck. This thesis introduces two low-level tape access optimizations: first, adding support for the Recommended Access Order (RAO), a mechanism offered by the tape hardware infrastructure to compute the file order corresponding to the minimum access time. We will present our solution for including RAO in the file retrieval operations in CERN tape archive software in order to benefit from the reduced reading time. The second optimization ...

  17. [Ophthalmologic reading charts : Part 2: Current logarithmically scaled reading charts].

    Science.gov (United States)

    Radner, W

    2016-12-01

    To analyze currently available reading charts regarding print size, logarithmic print size progression, and the background of test-item standardization. For the present study, the following logarithmically scaled reading charts were investigated using a measuring microscope (iNexis VMA 2520; Nikon, Tokyo): Eschenbach, Zeiss, OCULUS, MNREAD (Minnesota Near Reading Test), Colenbrander, and RADNER. Calculations were made according to EN-ISO 8596 and the International Research Council recommendations. Modern reading charts and cards exhibit a logarithmic progression of print sizes. The RADNER reading charts comprise four different cards with standardized test items (sentence optotypes), a well-defined stop criterion, accurate letter sizes, and a high print quality. Numbers and Landolt rings are also given in the booklet. The OCULUS cards have currently been reissued according to recent standards and also exhibit a high print quality. In addition to letters, numbers, Landolt rings, and examples taken from a timetable and the telephone book, sheet music is also offered. The Colenbrander cards use short sentences of 44 characters, including spaces, and exhibit inaccuracy at smaller letter sizes, as do the MNREAD cards. The MNREAD cards use sentences of 60 characters, including spaces, and have a high print quality. Modern reading charts show that international standards can be achieved with test items similar to optotypes, by using recent technology and developing new concepts of test-item standardization. Accurate print sizes, high print quality, and a logarithmic progression should become the minimum requirements for reading charts and reading cards in ophthalmology.

  18. The influence of working memory on reading growth in subgroups of children with reading disabilities.

    Science.gov (United States)

    Swanson, H Lee; Jerman, Olga

    2007-04-01

    This 3-year longitudinal study determined whether (a) subgroups of children with reading disabilities (RD) (children with RD only, children with both reading and arithmetic deficits, and low verbal IQ readers) and skilled readers varied in working memory (WM) and short-term memory (STM) growth and (b) whether growth in an executive system and/or a phonological storage system mediated growth in reading performance. A battery of memory and reading measures was administered to 84 children (11-17 years of age) across three testing waves spaced 1 year apart. The results showed that skilled readers yielded higher WM growth estimates than did the RD groups. No significant differentiation among subgroups of children with RD on growth measures emerged. Hierarchical linear modeling showed that WM (controlled attention), rather than STM (phonological loop), was related to growth in reading comprehension and reading fluency. The results support the notion that deficient growth in the executive component of WM underlies RD.

  19. Web archives

    DEFF Research Database (Denmark)

    Finnemann, Niels Ole

    2018-01-01

    This article deals with general web archives and the principles for selection of materials to be preserved. It opens with a brief overview of reasons why general web archives are needed. Section two and three present major, long termed web archive initiatives and discuss the purposes and possible...... values of web archives and asks how to meet unknown future needs, demands and concerns. Section four analyses three main principles in contemporary web archiving strategies, topic centric, domain centric and time-centric archiving strategies and section five discuss how to combine these to provide...... a broad and rich archive. Section six is concerned with inherent limitations and why web archives are always flawed. The last sections deal with the question how web archives may fit into the rapidly expanding, but fragmented landscape of digital repositories taking care of various parts...

  20. SHARAKU: an algorithm for aligning and clustering read mapping profiles of deep sequencing in non-coding RNA processing.

    Science.gov (United States)

    Tsuchiya, Mariko; Amano, Kojiro; Abe, Masaya; Seki, Misato; Hase, Sumitaka; Sato, Kengo; Sakakibara, Yasubumi

    2016-06-15

    Deep sequencing of the transcripts of regulatory non-coding RNA generates footprints of post-transcriptional processes. After obtaining sequence reads, the short reads are mapped to a reference genome, and specific mapping patterns can be detected called read mapping profiles, which are distinct from random non-functional degradation patterns. These patterns reflect the maturation processes that lead to the production of shorter RNA sequences. Recent next-generation sequencing studies have revealed not only the typical maturation process of miRNAs but also the various processing mechanisms of small RNAs derived from tRNAs and snoRNAs. We developed an algorithm termed SHARAKU to align two read mapping profiles of next-generation sequencing outputs for non-coding RNAs. In contrast with previous work, SHARAKU incorporates the primary and secondary sequence structures into an alignment of read mapping profiles to allow for the detection of common processing patterns. Using a benchmark simulated dataset, SHARAKU exhibited superior performance to previous methods for correctly clustering the read mapping profiles with respect to 5'-end processing and 3'-end processing from degradation patterns and in detecting similar processing patterns in deriving the shorter RNAs. Further, using experimental data of small RNA sequencing for the common marmoset brain, SHARAKU succeeded in identifying the significant clusters of read mapping profiles for similar processing patterns of small derived RNA families expressed in the brain. The source code of our program SHARAKU is available at http://www.dna.bio.keio.ac.jp/sharaku/, and the simulated dataset used in this work is available at the same link. Accession code: The sequence data from the whole RNA transcripts in the hippocampus of the left brain used in this work is available from the DNA DataBank of Japan (DDBJ) Sequence Read Archive (DRA) under the accession number DRA004502. yasu@bio.keio.ac.jp Supplementary data are available

  1. Investigation of the Effect of Using a Novel as an Extensive Reading on Students’ Attitudes and Reading Ability

    Directory of Open Access Journals (Sweden)

    Shima Ghiabi

    2014-07-01

    Full Text Available The present study aims at investigating learners’ perceptions on the use of a novel as an extensive reading in a college EFL reading course. For this purpose, fifty Iranian EFL students read and received instructions on an unabridged short novel in addition to, their text book for one semester. Three questionnaires were used to measure students’ attitudes toward novel-reading, students’ confidence in novel reading ability and students’ perceptions toward using a novel as an auxiliary material, prior to and after reading the novel. In addition, three open questions were offered to obtain benefits and obstacles of the novel reading. T-test analysis were used and findings revealed that there was a significant improvement after reading the novel in students’ attitudes, confidence, interest and their novel-reading ability. However, they suggested reading the novels according to the theme that they preferred. The result of this study are of pedagogic significance to EFL teaching in that they indicated how well a novel was received in an EFL Advanced reading class.

  2. Benefits of cloud computing for PACS and archiving.

    Science.gov (United States)

    Koch, Patrick

    2012-01-01

    The goal of cloud-based services is to provide easy, scalable access to computing resources and IT services. The healthcare industry requires a private cloud that adheres to government mandates designed to ensure privacy and security of patient data while enabling access by authorized users. Cloud-based computing in the imaging market has evolved from a service that provided cost effective disaster recovery for archived data to fully featured PACS and vendor neutral archiving services that can address the needs of healthcare providers of all sizes. Healthcare providers worldwide are now using the cloud to distribute images to remote radiologists while supporting advanced reading tools, deliver radiology reports and imaging studies to referring physicians, and provide redundant data storage. Vendor managed cloud services eliminate large capital investments in equipment and maintenance, as well as staffing for the data center--creating a reduction in total cost of ownership for the healthcare provider.

  3. Library and Archival Security: Policies and Procedures To Protect Holdings from Theft and Damage.

    Science.gov (United States)

    Trinkaus-Randall, Gregor

    1998-01-01

    Firm policies and procedures that address the environment, patron/staff behavior, general attitude, and care and handling of materials need to be at the core of the library/archival security program. Discussion includes evaluating a repository's security needs, collections security, security in non-public areas, security in the reading room,…

  4. Semantic interference in picture naming during dual-task performance does not vary with reading ability.

    Science.gov (United States)

    Piai, Vitória; Roelofs, Ardi; Roete, Ingeborg

    2015-01-01

    Previous dual-task studies examining the locus of semantic interference of distractor words in picture naming have obtained diverging results. In these studies, participants manually responded to tones and named pictures while ignoring distractor words (picture-word interference, PWI) with varying stimulus onset asynchrony (SOA) between tone and PWI stimulus. Whereas some studies observed no semantic interference at short SOAs, other studies observed effects of similar magnitude at short and long SOAs. The absence of semantic interference in some studies may perhaps be due to better reading skill of participants in these than in the other studies. According to such a reading-ability account, participants' reading skill should be predictive of the magnitude of their interference effect at short SOAs. To test this account, we conducted a dual-task study with tone discrimination and PWI tasks and measured participants' reading ability. The semantic interference effect was of similar magnitude at both short and long SOAs. Participants' reading ability was predictive of their naming speed but not of their semantic interference effect, contrary to the reading ability account. We conclude that the magnitude of semantic interference in picture naming during dual-task performance does not depend on reading skill.

  5. How genome complexity can explain the difficulty of aligning reads to genomes.

    Science.gov (United States)

    Phan, Vinhthuy; Gao, Shanshan; Tran, Quang; Vo, Nam S

    2015-01-01

    Although it is frequently observed that aligning short reads to genomes becomes harder if they contain complex repeat patterns, there has not been much effort to quantify the relationship between complexity of genomes and difficulty of short-read alignment. Existing measures of sequence complexity seem unsuitable for the understanding and quantification of this relationship. We investigated several measures of complexity and found that length-sensitive measures of complexity had the highest correlation to accuracy of alignment. In particular, the rate of distinct substrings of length k, where k is similar to the read length, correlated very highly to alignment performance in terms of precision and recall. We showed how to compute this measure efficiently in linear time, making it useful in practice to estimate quickly the difficulty of alignment for new genomes without having to align reads to them first. We showed how the length-sensitive measures could provide additional information for choosing aligners that would align consistently accurately on new genomes. We formally established a connection between genome complexity and the accuracy of short-read aligners. The relationship between genome complexity and alignment accuracy provides additional useful information for selecting suitable aligners for new genomes. Further, this work suggests that the complexity of genomes sometimes should be thought of in terms of specific computational problems, such as the alignment of short reads to genomes.

  6. Effects of working memory and reading acceleration training on improving working memory abilities and reading skills among third graders.

    Science.gov (United States)

    Nevo, Einat; Breznitz, Zvia

    2014-01-01

    Working memory (WM) plays a crucial role in supporting learning, including reading. This study investigated the influence of reading acceleration and WM training programs on improving reading skills and WM abilities. Ninety-seven children in third grade were divided into three study groups and one control group. The three study groups each received a different combination of two training programs: only reading acceleration, WM followed by reading acceleration, and reading acceleration followed by WM. All training programs significantly improved reading skills and WM abilities. Compared with the control group, the group trained with only the reading acceleration program improved word accuracy, whereas the groups trained with a combination of reading and WM programs improved word and pseudo-word fluency. The reading-acceleration-alone group and the WM-program-followed-by-reading-acceleration group improved phonological complex memory. We conclude that a training program that combines a long reading acceleration program and a short WM program is the most effective for improving the abilities most related to scholastic achievement.

  7. A case of exceptional reading accuracy in a child with Down syndrome – underlying skills and the relation to reading comprehension

    NARCIS (Netherlands)

    Groen, M.A.; Laws, G.; Nation, K.; Bishop, D.V.M.

    2006-01-01

    We report on a case of a girl with Down syndrome (DS), K.S., whose reading accuracy is exceptional. This ability is associated with robust phonological skills and relative strengths in visual and verbal short-term memory, articulation, and speech fluency. Although her reading comprehension is age

  8. Reading in Developmental Prosopagnosia: Evidence for a Dissociation Between Word and Face Recognition

    DEFF Research Database (Denmark)

    Starrfelt, Randi; Klargaard, Solja; Petersen, Anders

    2018-01-01

    exposure durations (targeting the word superiority effect), and d) text reading. Results: Participants with developmental prosopagnosia performed strikingly similar to controls across the four reading tasks. Formal analysis revealed a significant dissociation between word and face recognition......, that is, impaired reading in developmental prosopagnosia. Method: We tested 10 adults with developmental prosopagnosia and 20 matched controls. All participants completed the Cambridge Face Memory Test, the Cambridge Face Perception test and a Face recognition questionnaire used to quantify everyday face...... recognition experience. Reading was measured in four experimental tasks, testing different levels of letter, word, and text reading: a) single word reading with words of varying length, b) vocal response times in single letter and short word naming, c) recognition of single letters and short words at brief...

  9. The Sloan Digital Sky Survey Science Archive: Migrating a Multi-Terabyte Astronomical Archive from Object to Relational DBMS

    CERN Document Server

    Thakar, A R; Kunszt, Peter Z; Gray, J; Thakar, Aniruddha R.; Szalay, Alexander S.; Kunszt, Peter Z.; Gray, Jim

    2004-01-01

    The Sloan Digital Sky Survey Science Archive is the first in a series of multi-Terabyte digital archives in Astronomy and other data-intensive sciences. To facilitate data mining in the SDSS archive, we adapted a commercial database engine and built specialized tools on top of it. Originally we chose an object-oriented database management system due to its data organization capabilities, platform independence, query performance and conceptual fit to the data. However, after using the object database for the first couple of years of the project, it soon began to fall short in terms of its query support and data mining performance. This was as much due to the inability of the database vendor to respond our demands for features and bug fixes as it was due to their failure to keep up with the rapid improvements in hardware performance, particularly faster RAID disk systems. In the end, we were forced to abandon the object database and migrate our data to a relational database. We describe below the technical issu...

  10. The Short Readings Project: A CALL Reading Activity Utilizing Vocabulary Recycling

    Science.gov (United States)

    Johnson, Andrew; Heffernan, Neil

    2006-01-01

    In 2003 multimedia-based English Trailers (www.english-trailers.com) joined the vast array of web sites dedicated to language learning enabling students, either autonomously or in a CALL classroom, to study English via movie commercials. To assist students in comprehending 10 trailers found on the site, the authors created the Short Readings…

  11. Decolonizing the Archives: The Work of New Zealand's Waitangi Tribunal

    Directory of Open Access Journals (Sweden)

    Rachel Buchanan

    2007-08-01

    Full Text Available If history is to be decolonized, then the archives it is made from must be too. This article uses the work of the Waitangi Tribunal in Aotearoa New Zealand to explore how this might be possible. The tribunal is a permanent commission of inquiry that investigates contemporary and historical breaches of the 1840 Treaty of Waitangi. Tribunal hearings are rich sites of public history-making. A hearing involves the research and production of ‘traditional’ and ‘historical’ tribal narratives as well as the performance of dozens of individual testimonies from Maori. By collecting and archiving the family and tribal histories that Maori claimants have chosen to speak, write or sing before it, the tribunal has made the private public. In the process, the colonial archive has been expanded, democratised and decolonised. This article argues that while the work of the tribunal is necessarily constrained by its brief to investigate post-contact grievances, the voluminous and precious archive generated by inquiries and by the settlement process that sometimes follows, provide the seeds for other more satisfying and challenging stories about New Zealand’s past and present. It reads the archives generated by the Taranaki inquiry to demonstrate how a significant feature of claimant testimony is the challenge it poses to conceptions of time that are central to academic history-making. The subaltern histories shared at tribunal hearings collapse the distinctions between past and present, placing ‘historical actors’ and ‘historical events’ on the same stage as present ones. Tribunal archives, then, are a new and overlooked collection of documentary evidence that refuses to locate colonisation in the past. The tribunal archives challenge historians to rethink ‘history’ and ‘the colonial archive’. If colonisation is something that is not over yet then the colonial archive is still being created (by bodies like the tribunal. It is a collection

  12. Effects of an Informational Text Reading Comprehension Intervention for Fifth-Grade Students

    Science.gov (United States)

    Ritchey, Kristen D.; Palombo, Kimberly; Silverman, Rebecca D.; Speece, Deborah L.

    2017-01-01

    Upper elementary school students who have reading problems may have difficulty in one or more areas of reading, each requiring specific types of interventions. This study evaluated a short-term reading intervention for 46 fifth-grade students with poor reading comprehension. Students were randomly assigned to an intervention or no treatment…

  13. Phonological skills and their role in learning to read: a meta-analytic review.

    Science.gov (United States)

    Melby-Lervåg, Monica; Lyster, Solveig-Alma Halaas; Hulme, Charles

    2012-03-01

    The authors report a systematic meta-analytic review of the relationships among 3 of the most widely studied measures of children's phonological skills (phonemic awareness, rime awareness, and verbal short-term memory) and children's word reading skills. The review included both extreme group studies and correlational studies with unselected samples (235 studies were included, and 995 effect sizes were calculated). Results from extreme group comparisons indicated that children with dyslexia show a large deficit on phonemic awareness in relation to typically developing children of the same age (pooled effect size estimate: -1.37) and children matched on reading level (pooled effect size estimate: -0.57). There were significantly smaller group deficits on both rime awareness and verbal short-term memory (pooled effect size estimates: rime skills in relation to age-matched controls, -0.93, and reading-level controls, -0.37; verbal short-term memory skills in relation to age-matched controls, -0.71, and reading-level controls, -0.09). Analyses of studies of unselected samples showed that phonemic awareness was the strongest correlate of individual differences in word reading ability and that this effect remained reliable after controlling for variations in both verbal short-term memory and rime awareness. These findings support the pivotal role of phonemic awareness as a predictor of individual differences in reading development. We discuss whether such a relationship is a causal one and the implications of research in this area for current approaches to the teaching of reading and interventions for children with reading difficulties.

  14. L2 Working Memory Capacity and L2 Reading Skill.

    Science.gov (United States)

    Harrington, Mike; Sawyer, Mark

    1992-01-01

    Examines the sensitivity of second-language (L2) working memory (ability to store and process information simultaneously) to differences in reading skills among advanced L2 learners. Subjects with larger L2 working memory capacities scored higher on measures of L2 reading skills, but no correlation was found between reading and passive short-term…

  15. DICOM-compliant PACS with CD-based image archival

    Science.gov (United States)

    Cox, Robert D.; Henri, Christopher J.; Rubin, Richard K.; Bret, Patrice M.

    1998-07-01

    This paper describes the design and implementation of a low- cost PACS conforming to the DICOM 3.0 standard. The goal was to provide an efficient image archival and management solution on a heterogeneous hospital network as a basis for filmless radiology. The system follows a distributed, client/server model and was implemented at a fraction of the cost of a commercial PACS. It provides reliable archiving on recordable CD and allows access to digital images throughout the hospital and on the Internet. Dedicated servers have been designed for short-term storage, CD-based archival, data retrieval and remote data access or teleradiology. The short-term storage devices provide DICOM storage and query/retrieve services to scanners and workstations and approximately twelve weeks of 'on-line' image data. The CD-based archival and data retrieval processes are fully automated with the exception of CD loading and unloading. The system employs lossless compression on both short- and long-term storage devices. All servers communicate via the DICOM protocol in conjunction with both local and 'master' SQL-patient databases. Records are transferred from the local to the master database independently, ensuring that storage devices will still function if the master database server cannot be reached. The system features rules-based work-flow management and WWW servers to provide multi-platform remote data access. The WWW server system is distributed on the storage, retrieval and teleradiology servers allowing viewing of locally stored image data directly in a WWW browser without the need for data transfer to a central WWW server. An independent system monitors disk usage, processes, network and CPU load on each server and reports errors to the image management team via email. The PACS was implemented using a combination of off-the-shelf hardware, freely available software and applications developed in-house. The system has enabled filmless operation in CT, MR and ultrasound within

  16. Just reading: increasing pace and volume of reading whole narratives on the comprehension of poorer adolescent readers in English classrooms

    OpenAIRE

    Westbrook, Jo; Sutherland, Julia; Oakhill, Jane; Sullivan, Susan

    2018-01-01

    Poorer adolescent readers are often regarded by teachers as unable to read whole narratives and given short, simplified texts, yet are expected to analyse every part in a slow laborious read through. This article reports on a mixed methods study in which 20 English teachers in the South of England changed their current practice to read two whole challenging novels at a faster pace than usual in 12 weeks with their average and poorer readers ages 12-13. Ten teachers received additional trainin...

  17. Iconic Memory and Reading Performance in Nine-Year-Old Children

    Science.gov (United States)

    Riding, R. J.; Pugh, J. C.

    1977-01-01

    The reading process incorporates three factors: images registered in visual sensory memory, semantic analysis in short-term memory, and long-term memory storage. The focus here is on the contribution of sensory memory to reading performance. (Author/RK)

  18. Backbiting and bloodshed in books: short-term effects of reading physical and relational aggression in literature.

    Science.gov (United States)

    Coyne, Sarah M; Ridge, Robert; Stevens, McKay; Callister, Mark; Stockdale, Laura

    2012-03-01

    The current research consisted of two studies examining the effects of reading physical and relational aggression in literature. In both studies, participants read one of two stories (containing physical or relational aggression), and then participated in one of two tasks to measure aggression. In Study 1, participants who read the physical aggression story were subsequently more physically aggressive than those who read the relational aggression story. Conversely, in Study 2, participants who read the relational aggression story were subsequently more relationally aggressive than those who read the physical aggression story. Combined, these results show evidence for specific effects of reading aggressive content in literature. © 2011 The British Psychological Society.

  19. Visual processing in reading disorders and attention-deficit/hyperactivity disorder and its contribution to basic reading ability

    Directory of Open Access Journals (Sweden)

    Michelle Y. Kibby

    2015-10-01

    Full Text Available Whether visual processing deficits are common in reading disorders (RD, and related to reading ability in general, has been debated for decades. The type of visual processing affected also is debated, although visual discrimination and short-term memory (STM may be more commonly related to reading ability. Reading disorders are frequently comorbid with ADHD, and children with ADHD often have subclinical reading problems. Hence, children with ADHD were used as a comparison group in this study. ADHD and RD may be dissociated in terms of visual processing. Whereas RD may be associated with deficits in visual discrimination and short-term memory for order, ADHD is associated with deficits in visual-spatial processing. Thus, we hypothesized that children with RD would perform worse than controls and children with ADHD only on a measure of visual discrimination and a measure of visual STM that requires memory for order. We expected all groups would perform comparably on the measure of visual STM that does not require sequential processing. We found children with RD or ADHD were commensurate to controls on measures of visual discrimination and visual STM that do not require sequential processing. In contrast, both RD groups (RD, RD/ADHD performed worse than controls on the measure of visual STM that requires memory for order, and children with comorbid RD/ADHD performed worse than those with ADHD. In addition, of the three visual measures, only sequential visual STM predicted reading ability. Hence, our findings suggest there is a deficit in visual sequential STM that is specific to RD and is related to basic reading ability. The source of this deficit is worthy of further research, but it may include both reduced memory for order and poorer verbal mediation.

  20. Identifying structural variants using linked-read sequencing data.

    Science.gov (United States)

    Elyanow, Rebecca; Wu, Hsin-Ta; Raphael, Benjamin J

    2017-11-03

    Structural variation, including large deletions, duplications, inversions, translocations, and other rearrangements, is common in human and cancer genomes. A number of methods have been developed to identify structural variants from Illumina short-read sequencing data. However, reliable identification of structural variants remains challenging because many variants have breakpoints in repetitive regions of the genome and thus are difficult to identify with short reads. The recently developed linked-read sequencing technology from 10X Genomics combines a novel barcoding strategy with Illumina sequencing. This technology labels all reads that originate from a small number (~5-10) DNA molecules ~50Kbp in length with the same molecular barcode. These barcoded reads contain long-range sequence information that is advantageous for identification of structural variants. We present Novel Adjacency Identification with Barcoded Reads (NAIBR), an algorithm to identify structural variants in linked-read sequencing data. NAIBR predicts novel adjacencies in a individual genome resulting from structural variants using a probabilistic model that combines multiple signals in barcoded reads. We show that NAIBR outperforms several existing methods for structural variant identification - including two recent methods that also analyze linked-reads - on simulated sequencing data and 10X whole-genome sequencing data from the NA12878 human genome and the HCC1954 breast cancer cell line. Several of the novel somatic structural variants identified in HCC1954 overlap known cancer genes. Software is available at compbio.cs.brown.edu/software. braphael@princeton.edu. Supplementary data are available at Bioinformatics online. © The Author (2017). Published by Oxford University Press. All rights reserved. For Permissions, please email: journals.permissions@oup.com

  1. Correlates of Early Reading Comprehension Skills: A Componential Analysis

    Science.gov (United States)

    Babayigit, Selma; Stainthorp, Rhona

    2014-01-01

    This study had three main aims. First, we examined to what extent listening comprehension, vocabulary, grammatical skills and verbal short-term memory (VSTM) assessed prior to formal reading instruction explained individual differences in early reading comprehension levels. Second, we examined to what extent the three common component skills,…

  2. PRELIMINARY DETERMINATION OF PEDAGOGIC UTILITY OF THE ARCHIVE OF HISPANIC LITERATURE ON TAPE. FINAL REPORT.

    Science.gov (United States)

    CLINE, HOWARD F.

    A STUDY WAS CONDUCTED TO DETERMINE THE POSSIBLE PEDAGOGICAL UTILIZATION OF THE LIBRARY OF CONGRESS ARCHIVE OF HISPANIC LITERATURE ON TAPE WHICH CONTAINS, AS OF JUNE 1962, ORIGINAL RECORDINGS IN SPANISH, PORTUGUESE, CATALAN, AND FRENCH OF THE VOICES OF 218 WRITERS READING SOME 2,800 LITERARY WORKS. PROCEDURES TAKEN TO ENCOURAGE LONG-TERM UTILITY OF…

  3. Reading speed, comprehension and eye movements while reading Japanese novels: evidence from untrained readers and cases of speed-reading trainees.

    Directory of Open Access Journals (Sweden)

    Hiromitsu Miyata

    Full Text Available BACKGROUND: A growing body of evidence suggests that meditative training enhances perception and cognition. In Japan, the Park-Sasaki method of speed-reading involves organized visual training while forming both a relaxed and concentrated state of mind, as in meditation. The present study examined relationships between reading speed, sentence comprehension, and eye movements while reading short Japanese novels. In addition to normal untrained readers, three middle-level trainees and one high-level expert on this method were included for the two case studies. METHODOLOGY/PRINCIPAL FINDINGS: In Study 1, three of 17 participants were middle-level trainees on the speed-reading method. Immediately after reading each story once on a computer monitor, participants answered true or false questions regarding the content of the novel. Eye movements while reading were recorded using an eye-tracking system. Results revealed higher reading speed and lower comprehension scores in the trainees than in the untrained participants. Furthermore, eye-tracking data by untrained participants revealed multiple correlations between reading speed, accuracy and eye-movement measures, with faster readers showing shorter fixation durations and larger saccades in X than slower readers. In Study 2, participants included a high-level expert and 14 untrained students. The expert showed higher reading speed and statistically comparable, although numerically lower, comprehension scores compared with the untrained participants. During test sessions this expert moved her eyes along a nearly straight horizontal line as a first pass, without moving her eyes over the whole sentence display as did the untrained students. CONCLUSIONS/SIGNIFICANCE: In addition to revealing correlations between speed, comprehension and eye movements in reading Japanese contemporary novels by untrained readers, we describe cases of speed-reading trainees regarding relationships between these variables

  4. De novo assembly of a 40 Mb eukaryotic genome from short sequence reads: Sordaria macrospora, a model organism for fungal morphogenesis.

    Science.gov (United States)

    Nowrousian, Minou; Stajich, Jason E; Chu, Meiling; Engh, Ines; Espagne, Eric; Halliday, Karen; Kamerewerd, Jens; Kempken, Frank; Knab, Birgit; Kuo, Hsiao-Che; Osiewacz, Heinz D; Pöggeler, Stefanie; Read, Nick D; Seiler, Stephan; Smith, Kristina M; Zickler, Denise; Kück, Ulrich; Freitag, Michael

    2010-04-08

    Filamentous fungi are of great importance in ecology, agriculture, medicine, and biotechnology. Thus, it is not surprising that genomes for more than 100 filamentous fungi have been sequenced, most of them by Sanger sequencing. While next-generation sequencing techniques have revolutionized genome resequencing, e.g. for strain comparisons, genetic mapping, or transcriptome and ChIP analyses, de novo assembly of eukaryotic genomes still presents significant hurdles, because of their large size and stretches of repetitive sequences. Filamentous fungi contain few repetitive regions in their 30-90 Mb genomes and thus are suitable candidates to test de novo genome assembly from short sequence reads. Here, we present a high-quality draft sequence of the Sordaria macrospora genome that was obtained by a combination of Illumina/Solexa and Roche/454 sequencing. Paired-end Solexa sequencing of genomic DNA to 85-fold coverage and an additional 10-fold coverage by single-end 454 sequencing resulted in approximately 4 Gb of DNA sequence. Reads were assembled to a 40 Mb draft version (N50 of 117 kb) with the Velvet assembler. Comparative analysis with Neurospora genomes increased the N50 to 498 kb. The S. macrospora genome contains even fewer repeat regions than its closest sequenced relative, Neurospora crassa. Comparison with genomes of other fungi showed that S. macrospora, a model organism for morphogenesis and meiosis, harbors duplications of several genes involved in self/nonself-recognition. Furthermore, S. macrospora contains more polyketide biosynthesis genes than N. crassa. Phylogenetic analyses suggest that some of these genes may have been acquired by horizontal gene transfer from a distantly related ascomycete group. Our study shows that, for typical filamentous fungi, de novo assembly of genomes from short sequence reads alone is feasible, that a mixture of Solexa and 454 sequencing substantially improves the assembly, and that the resulting data can be used for

  5. De novo assembly of a 40 Mb eukaryotic genome from short sequence reads: Sordaria macrospora, a model organism for fungal morphogenesis.

    Directory of Open Access Journals (Sweden)

    Minou Nowrousian

    2010-04-01

    Full Text Available Filamentous fungi are of great importance in ecology, agriculture, medicine, and biotechnology. Thus, it is not surprising that genomes for more than 100 filamentous fungi have been sequenced, most of them by Sanger sequencing. While next-generation sequencing techniques have revolutionized genome resequencing, e.g. for strain comparisons, genetic mapping, or transcriptome and ChIP analyses, de novo assembly of eukaryotic genomes still presents significant hurdles, because of their large size and stretches of repetitive sequences. Filamentous fungi contain few repetitive regions in their 30-90 Mb genomes and thus are suitable candidates to test de novo genome assembly from short sequence reads. Here, we present a high-quality draft sequence of the Sordaria macrospora genome that was obtained by a combination of Illumina/Solexa and Roche/454 sequencing. Paired-end Solexa sequencing of genomic DNA to 85-fold coverage and an additional 10-fold coverage by single-end 454 sequencing resulted in approximately 4 Gb of DNA sequence. Reads were assembled to a 40 Mb draft version (N50 of 117 kb with the Velvet assembler. Comparative analysis with Neurospora genomes increased the N50 to 498 kb. The S. macrospora genome contains even fewer repeat regions than its closest sequenced relative, Neurospora crassa. Comparison with genomes of other fungi showed that S. macrospora, a model organism for morphogenesis and meiosis, harbors duplications of several genes involved in self/nonself-recognition. Furthermore, S. macrospora contains more polyketide biosynthesis genes than N. crassa. Phylogenetic analyses suggest that some of these genes may have been acquired by horizontal gene transfer from a distantly related ascomycete group. Our study shows that, for typical filamentous fungi, de novo assembly of genomes from short sequence reads alone is feasible, that a mixture of Solexa and 454 sequencing substantially improves the assembly, and that the resulting data

  6. Short Historical Fiction To Get Children Reading.

    Science.gov (United States)

    Sullivan, Kathleen

    1997-01-01

    Provides an annotated bibliography of short historical fiction and picture books for readers in grades K-8. Includes a list of selected Caldecott and Newbery winners with historical themes or backgrounds and a list of activity books featuring Spanish exploration in Mexico, Roman art and fashion, medieval Europe, and cowboys. (PEN)

  7. The high-performance database archiver for the LHC experiments

    CERN Document Server

    González-Berges, M

    2007-01-01

    Each of the Large Hadron Collider (LHC) experiments will be controlled by a large distributed system built with the Supervisory Control and Data Acquisition (SCADA) tool Prozeßvisualisierungs- und Steuerungsystem (PVSS). There will be in the order of 150 computers and one million input/output parameters per experiment. The values read from the hardware, the alarms generated and the user actions will be archived for the later physics analysis, the operation and the debugging of the control system itself. Although the original PVSS implementation of a database archiver was appropriate for standard industrial use, the performance was not sufficient for the experiments. A collaboration was setup between CERN and ETM, the company that develops PVSS. Changes in the architecture and several optimizations were made and tested in a system of a comparable size to the final ones. As a result, we have been able to improve the performance by more than one order of magnitude, and what is more important, we now have a scal...

  8. Lexical-Semantic Reading in a Shallow Orthography: Evidence from a Girl with Williams Syndrome

    Science.gov (United States)

    Barca, Laura; Bello, Arianna; Volterra, Virginia; Burani, Cristina

    2010-01-01

    The reading skills of a girl with Williams Syndrome are assessed by a timed word-naming task. To test the efficiency of lexical and nonlexical reading, we considered four marker effects: Lexicality (better reading of words than nonwords), frequency (better reading of high than low frequency words), length (better reading of short than long words),…

  9. Age-related changes in crowding and reading speed

    OpenAIRE

    Liu, Rong; Patel, Bhavika N.; Kwon, MiYoung

    2017-01-01

    Crowding, the inability to recognize objects in clutter, is known to play a role in developmental changes in reading speed. Here, we investigated whether crowding also plays a role in age-related changes in reading speed. We recruited 18 young (mean age: 22.6???3.5; range: 18~31) and 21 older adults (mean age: 58.2???7.0; range: 50~73) with normal vision. Reading speed was measured with short blocks of text. The degree of crowding was determined by measuring crowding zone (the distance betwee...

  10. readShape

    International Nuclear Information System (INIS)

    Zitniak, J.; Pargac, M.

    2005-01-01

    In the Slovak Environmental Agency during relative short time originated the first version of software product using of GPS technology for monitoring of negative phenomena in nature. It was denominated as readShape and its primary goal is to minister for conservator of environment geographically strictly to observe endangered territories as are, for example, fire, fish kill, impact of motor vehicle accident or dangerous objects as are illegal stock-piles, wastes and other. Process of monitoring is described

  11. Main - RPSD | LSDB Archive [Life Science Database Archive metadata

    Lifescience Database Archive (English)

    Full Text Available switchLanguage; BLAST Search Image Search Home About Archive Update History Data ... as rice. Data file File name: rpsd_main_sjis.zip File URL: ftp://ftp.biosciencedbc.jp/archive/rpsd/LATEST/r.../ftp.biosciencedbc.jp/archive/rpsd/LATEST/rpsd_main_utf8.zip File size: 120 KB Simple search URL http://togo...nse Update History of This Database Site Policy | Contact Us Main - RPSD | LSDB Archive ...

  12. Protocol - RPD | LSDB Archive [Life Science Database Archive metadata

    Lifescience Database Archive (English)

    Full Text Available switchLanguage; BLAST Search Image Search Home About Archive Update History Data ...e version) File URL: ftp://ftp.biosciencedbc.jp/archive/rpd/LATEST/rpd_protocol_jp.zip File size: 535 KB Fil...e name: rpd_protocol_en.zip (English version) File URL: ftp://ftp.biosciencedbc.jp/archiv...tabase Database Description Download License Update History of This Database Site Policy | Contact Us Protocol - RPD | LSDB Archive ...

  13. Perspective Effects during Reading: Evidence from Text Change-Detection

    Science.gov (United States)

    Bohan, Jason; Filik, Ruth

    2018-01-01

    We report two text change-detection studies in which we investigate the influence of reading perspective on text memory. In Experiment 1 participants read from the perspective of one of two characters in a series of short stories, and word changes were either semantically close or distant. Participants correctly reported more changes to…

  14. Archive & Data Management Activities for ISRO Science Archives

    Science.gov (United States)

    Thakkar, Navita; Moorthi, Manthira; Gopala Krishna, Barla; Prashar, Ajay; Srinivasan, T. P.

    2012-07-01

    ISRO has kept a step ahead by extending remote sensing missions to planetary and astronomical exploration. It has started with Chandrayaan-1 and successfully completed the moon imaging during its life time in the orbit. Now, in future ISRO is planning to launch Chandrayaan-2 (next moon mission), Mars Mission and Astronomical mission ASTROSAT. All these missions are characterized by the need to receive process, archive and disseminate the acquired science data to the user community for analysis and scientific use. All these science missions will last for a few months to a few years but the data received are required to be archived, interoperable and requires a seamless access to the user community for the future. ISRO has laid out definite plans to archive these data sets in specified standards and develop relevant access tools to be able to serve the user community. To achieve this goal, a Data Center is set up at Bangalore called Indian Space Science Data Center (ISSDC). This is the custodian of all the data sets of the current and future science missions of ISRO . Chandrayaan-1 is the first among the planetary missions launched/to be launched by ISRO and we had taken the challenge and developed a system for data archival and dissemination of the payload data received. For Chandrayaan-1 the data collected from all the instruments are processed and is archived in the archive layer in the Planetary Data System (PDS 3.0) standards, through the automated pipeline. But the dataset once stored is of no use unless it is made public, which requires a Web-based dissemination system that can be accessible to all the planetary scientists/data users working in this field. Towards this, a Web- based Browse and Dissemination system has been developed, wherein users can register and search for their area of Interest and view the data archived for TMC & HYSI with relevant Browse chips and Metadata of the data. Users can also order the data and get it on their desktop in the PDS

  15. The Self-Organized Archive: SPASE, PDS and Archive Cooperatives

    Science.gov (United States)

    King, T. A.; Hughes, J. S.; Roberts, D. A.; Walker, R. J.; Joy, S. P.

    2005-05-01

    Information systems with high quality metadata enable uses and services which often go beyond the original purpose. There are two types of metadata: annotations which are items that comment on or describe the content of a resource and identification attributes which describe the external properties of the resource itself. For example, annotations may indicate which columns are present in a table of data, whereas an identification attribute would indicate source of the table, such as the observatory, instrument, organization, and data type. When the identification attributes are collected and used as the basis of a search engine, a user can constrain on an attribute, the archive can then self-organize around the constraint, presenting the user with a particular view of the archive. In an archive cooperative where each participating data system or archive may have its own metadata standards, providing a multi-system search engine requires that individual archive metadata be mapped to a broad based standard. To explore how cooperative archives can form a larger self-organized archive we will show how the Space Physics Archive Search and Extract (SPASE) data model will allow different systems to create a cooperative and will use Planetary Data System (PDS) plus existing space physics activities as a demonstration.

  16. Genetic covariance structure of reading, intelligence and memory in children

    NARCIS (Netherlands)

    van Leeuwen, Marieke; van den Berg, Stéphanie Martine; Peper, Jiska S.; Hulshoff Pol, Hilleke E.; Boomsma, Dorret I.

    2009-01-01

    This study investigates the genetic relationship among reading performance, IQ, verbal and visuospatial working memory (WM) and short-term memory (STM) in a sample of 112, 9-year-old twin pairs and their older siblings. The relationship between reading performance and the other traits was explained

  17. Genetic Covariance Structure of Reading, Intelligence and Memory in Children

    NARCIS (Netherlands)

    van Leeuwen, M.; van den Berg, S.M.; Peper, J.S.; Hulshoff Pol, H.E.; Boomsma, D.I.

    2009-01-01

    This study investigates the genetic relationship among reading performance, IQ, verbal and visuospatial working memory (WM) and short-term memory (STM) in a sample of 112, 9-year-old twin pairs and their older siblings. The relationship between reading performance and the other traits was explained

  18. Genetic Covariance Structure of Reading, Intelligence and Memory in Children

    NARCIS (Netherlands)

    van Leeuwen, Marieke; van den Berg, Stephanie M.; Peper, Jiska S.; Pol, Hilleke E. Hulshoff; Boomsma, Dorret I.

    This study investigates the genetic relationship among reading performance, IQ, verbal and visuospatial working memory (WM) and short-term memory (STM) in a sample of 112, 9-year-old twin pairs and their older siblings. The relationship between reading performance and the other traits was explained

  19. Toward developing a standardized Arabic continuous text reading chart.

    Science.gov (United States)

    Alabdulkader, Balsam; Leat, Susan Jennifer

    Near visual acuity is an essential measurement during an oculo-visual assessment. Short duration continuous text reading charts measure reading acuity and other aspects of reading performance. There is no standardized version of such chart in Arabic. The aim of this study is to create sentences of equal readability to use in the development of a standardized Arabic continuous text reading chart. Initially, 109 Arabic pairs of sentences were created for use in constructing a chart with similar layout to the Colenbrander chart. They were created to have the same grade level of difficulty and physical length. Fifty-three adults and sixteen children were recruited to validate the sentences. Reading speed in correct words per minute (CWPM) and standard length words per minute (SLWPM) was measured and errors were counted. Criteria based on reading speed and errors made in each sentence pair were used to exclude sentence pairs with more outlying characteristics, and to select the final group of sentence pairs. Forty-five sentence pairs were selected according to the elimination criteria. For adults, the average reading speed for the final sentences was 166 CWPM and 187 SLWPM and the average number of errors per sentence pair was 0.21. Childrens' average reading speed for the final group of sentences was 61 CWPM and 72 SLWPM. Their average error rate was 1.71. The reliability analysis showed that the final 45 sentence pairs are highly comparable. They will be used in constructing an Arabic short duration continuous text reading chart. Copyright © 2016 Spanish General Council of Optometry. Published by Elsevier España, S.L.U. All rights reserved.

  20. A Secure Alignment Algorithm for Mapping Short Reads to Human Genome.

    Science.gov (United States)

    Zhao, Yongan; Wang, Xiaofeng; Tang, Haixu

    2018-05-09

    The elastic and inexpensive computing resources such as clouds have been recognized as a useful solution to analyzing massive human genomic data (e.g., acquired by using next-generation sequencers) in biomedical researches. However, outsourcing human genome computation to public or commercial clouds was hindered due to privacy concerns: even a small number of human genome sequences contain sufficient information for identifying the donor of the genomic data. This issue cannot be directly addressed by existing security and cryptographic techniques (such as homomorphic encryption), because they are too heavyweight to carry out practical genome computation tasks on massive data. In this article, we present a secure algorithm to accomplish the read mapping, one of the most basic tasks in human genomic data analysis based on a hybrid cloud computing model. Comparing with the existing approaches, our algorithm delegates most computation to the public cloud, while only performing encryption and decryption on the private cloud, and thus makes the maximum use of the computing resource of the public cloud. Furthermore, our algorithm reports similar results as the nonsecure read mapping algorithms, including the alignment between reads and the reference genome, which can be directly used in the downstream analysis such as the inference of genomic variations. We implemented the algorithm in C++ and Python on a hybrid cloud system, in which the public cloud uses an Apache Spark system.

  1. The Digitization of Early English Books: A Database Comparison of Internet Archive and Early English Books Online

    Science.gov (United States)

    Brightenburg, Cindy

    2016-01-01

    The use of digital books is diverse, ranging from casual reading to in-depth primary source research. Digitization of early English printed books in particular, has provided greater access to a previously limited resource for academic faculty and researchers. Internet Archive, a free, internet website and Early English Books Online, a subscription…

  2. Supporting read-across using biological data.

    Science.gov (United States)

    Zhu, Hao; Bouhifd, Mounir; Donley, Elizabeth; Egnash, Laura; Kleinstreuer, Nicole; Kroese, E Dinant; Liu, Zhichao; Luechtefeld, Thomas; Palmer, Jessica; Pamies, David; Shen, Jie; Strauss, Volker; Wu, Shengde; Hartung, Thomas

    2016-01-01

    Read-across, i.e. filling toxicological data gaps by relating to similar chemicals, for which test data are available, is usually done based on chemical similarity. Besides structure and physico-chemical properties, however, biological similarity based on biological data adds extra strength to this process. In the context of developing Good Read-Across Practice guidance, a number of case studies were evaluated to demonstrate the use of biological data to enrich read-across. In the simplest case, chemically similar substances also show similar test results in relevant in vitro assays. This is a well-established method for the read-across of e.g. genotoxicity assays. Larger datasets of biological and toxicological properties of hundreds and thousands of substances become increasingly available enabling big data approaches in read-across studies. Several case studies using various big data sources are described in this paper. An example is given for the US EPA's ToxCast dataset allowing read-across for high quality uterotrophic assays for estrogenic endocrine disruption. Similarly, an example for REACH registration data enhancing read-across for acute toxicity studies is given. A different approach is taken using omics data to establish biological similarity: Examples are given for stem cell models in vitro and short-term repeated dose studies in rats in vivo to support read-across and category formation. These preliminary biological data-driven read-across studies highlight the road to the new generation of read-across approaches that can be applied in chemical safety assessment.

  3. Reading visual braille with a retinal prosthesis.

    Science.gov (United States)

    Lauritzen, Thomas Z; Harris, Jordan; Mohand-Said, Saddek; Sahel, Jose A; Dorn, Jessy D; McClure, Kelly; Greenberg, Robert J

    2012-01-01

    Retinal prostheses, which restore partial vision to patients blinded by outer retinal degeneration, are currently in clinical trial. The Argus II retinal prosthesis system was recently awarded CE approval for commercial use in Europe. While retinal prosthesis users have achieved remarkable visual improvement to the point of reading letters and short sentences, the reading process is still fairly cumbersome. This study investigates the possibility of using an epiretinal prosthesis to stimulate visual braille as a sensory substitution for reading written letters and words. The Argus II retinal prosthesis system, used in this study, includes a 10 × 6 electrode array implanted epiretinally, a tiny video camera mounted on a pair of glasses, and a wearable computer that processes the video and determines the stimulation current of each electrode in real time. In the braille reading system, individual letters are created by a subset of dots from a 3 by 2 array of six dots. For the visual braille experiment, a grid of six electrodes was chosen out of the 10 × 6 Argus II array. Groups of these electrodes were then directly stimulated (bypassing the camera) to create visual percepts of individual braille letters. Experiments were performed in a single subject. Single letters were stimulated in an alternative forced choice (AFC) paradigm, and short 2-4-letter words were stimulated (one letter at a time) in an open-choice reading paradigm. The subject correctly identified 89% of single letters, 80% of 2-letter, 60% of 3-letter, and 70% of 4-letter words. This work suggests that text can successfully be stimulated and read as visual braille in retinal prosthesis patients.

  4. Images - RPSD | LSDB Archive [Life Science Database Archive metadata

    Lifescience Database Archive (English)

    Full Text Available switchLanguage; BLAST Search Image Search Home About Archive Update History Data ...ta file File name: rpsd_images.zip File URL: ftp://ftp.biosciencedbc.jp/archive/rpsd/LATEST/rpsd_images.zip ... History of This Database Site Policy | Contact Us Images - RPSD | LSDB Archive ...

  5. Main - PLACE | LSDB Archive [Life Science Database Archive metadata

    Lifescience Database Archive (English)

    Full Text Available switchLanguage; BLAST Search Image Search Home About Archive Update History Data ...ilable. Data file File name: place_main.zip File URL: ftp://ftp.biosciencedbc.jp/archive/place/LATEST/place_...se Update History of This Database Site Policy | Contact Us Main - PLACE | LSDB Archive ...

  6. Troubled reading: ‘Sonny’s blues’ and empathy

    Directory of Open Access Journals (Sweden)

    Eva Kowalska

    2015-07-01

    Full Text Available This article uses a discussion of Baldwin’s short story ‘Sonny’s blues’ as a means of exploring reading and approaches to drug literature. It considers the possibility of understanding Baldwin’s fictional text as a statement on reading social as well as subjective ‘problems’ as universal across contexts. Using conclusions gleaned from a detailed reading of the primary text, as well as the contributions of others to the field, it argues for the importance of reading, as audience and as scholars, with the capacity to allow for the transformation of problematic subjective experience such as drug addiction into artistic expression with value beyond its initial context.

  7. Language differences in the brain network for reading in naturalistic story reading and lexical decision.

    Science.gov (United States)

    Wang, Xiaojuan; Yang, Jianfeng; Yang, Jie; Mencl, W Einar; Shu, Hua; Zevin, Jason David

    2015-01-01

    Differences in how writing systems represent language raise important questions about whether there could be a universal functional architecture for reading across languages. In order to study potential language differences in the neural networks that support reading skill, we collected fMRI data from readers of alphabetic (English) and morpho-syllabic (Chinese) writing systems during two reading tasks. In one, participants read short stories under conditions that approximate natural reading, and in the other, participants decided whether individual stimuli were real words or not. Prior work comparing these two writing systems has overwhelmingly used meta-linguistic tasks, generally supporting the conclusion that the reading system is organized differently for skilled readers of Chinese and English. We observed that language differences in the reading network were greatly dependent on task. In lexical decision, a pattern consistent with prior research was observed in which the Middle Frontal Gyrus (MFG) and right Fusiform Gyrus (rFFG) were more active for Chinese than for English, whereas the posterior temporal sulcus was more active for English than for Chinese. We found a very different pattern of language effects in a naturalistic reading paradigm, during which significant differences were only observed in visual regions not typically considered specific to the reading network, and the middle temporal gyrus, which is thought to be important for direct mapping of orthography to semantics. Indeed, in areas that are often discussed as supporting distinct cognitive or linguistic functions between the two languages, we observed interaction. Specifically, language differences were most pronounced in MFG and rFFG during the lexical decision task, whereas no language differences were observed in these areas during silent reading of text for comprehension.

  8. Analyzing Archival Intelligence: A Collaboration Between Library Instruction and Archives

    Directory of Open Access Journals (Sweden)

    Merinda Kaye Hensley

    2014-07-01

    Full Text Available Although recent archival scholarship promotes the use of primary sources for developing students’ analytical research skills, few studies focus on standards or protocols for teaching or assessing archival instruction. Librarians have designed and tested standards and learning assessment strategies for library instruction and archivists would do well to collaborate with and learn from their experience. This study examines lessons learned from one such collaboration between an instructional services librarian and archivist to evaluate and enhance archival instruction in the University Archives’ Student Life and Culture Archival Program (SLC Archives at the University of Illinois at Urbana-Champaign Library. Based on evaluative data from a student survey and in-depth interviews, the authors offer strategies for meeting and exceeding learning outcomes for archival intelligence more successfully.

  9. Processing Determinants of Reading Speed.

    Science.gov (United States)

    Jackson, Mark D.; McClelland, James L.

    1979-01-01

    Two groups of undergraduates differing in reading ability were tested on a number of reaction-time tasks designed to determine the speed of encoding visual information at several different levels, tests of sensory functions, verbal and quantitative reasoning ability, short-term auditory memory span, and ability to comprehend spoken text.…

  10. Efficient radiologic reading environment by using an open-source macro program as connection software.

    Science.gov (United States)

    Lee, Young Han

    2012-01-01

    The objectives are (1) to introduce an easy open-source macro program as connection software and (2) to illustrate the practical usages in radiologic reading environment by simulating the radiologic reading process. The simulation is a set of radiologic reading process to do a practical task in the radiologic reading room. The principal processes are: (1) to view radiologic images on the Picture Archiving and Communicating System (PACS), (2) to connect the HIS/EMR (Hospital Information System/Electronic Medical Record) system, (3) to make an automatic radiologic reporting system, and (4) to record and recall information of interesting cases. This simulation environment was designed by using open-source macro program as connection software. The simulation performed well on the Window-based PACS workstation. Radiologists practiced the steps of the simulation comfortably by utilizing the macro-powered radiologic environment. This macro program could automate several manual cumbersome steps in the radiologic reading process. This program successfully acts as connection software for the PACS software, EMR/HIS, spreadsheet, and other various input devices in the radiologic reading environment. A user-friendly efficient radiologic reading environment could be established by utilizing open-source macro program as connection software. Copyright © 2010 Elsevier Ireland Ltd. All rights reserved.

  11. Efficient radiologic reading environment by using an open-source macro program as connection software

    International Nuclear Information System (INIS)

    Lee, Young Han

    2012-01-01

    Purpose: The objectives are (1) to introduce an easy open-source macro program as connection software and (2) to illustrate the practical usages in radiologic reading environment by simulating the radiologic reading process. Materials and methods: The simulation is a set of radiologic reading process to do a practical task in the radiologic reading room. The principal processes are: (1) to view radiologic images on the Picture Archiving and Communicating System (PACS), (2) to connect the HIS/EMR (Hospital Information System/Electronic Medical Record) system, (3) to make an automatic radiologic reporting system, and (4) to record and recall information of interesting cases. This simulation environment was designed by using open-source macro program as connection software. Results: The simulation performed well on the Window-based PACS workstation. Radiologists practiced the steps of the simulation comfortably by utilizing the macro-powered radiologic environment. This macro program could automate several manual cumbersome steps in the radiologic reading process. This program successfully acts as connection software for the PACS software, EMR/HIS, spreadsheet, and other various input devices in the radiologic reading environment. Conclusion: A user-friendly efficient radiologic reading environment could be established by utilizing open-source macro program as connection software.

  12. Archives and the computer

    CERN Document Server

    Cook, Michael Garnet

    1986-01-01

    Archives and the Computer deals with the use of the computer and its systems and programs in archiving data and other related materials. The book covers topics such as the scope of automated systems in archives; systems for records management, archival description, and retrieval; and machine-readable archives. The selection also features examples of archives from different institutions such as the University of Liverpool, Berkshire County Record Office, and the National Maritime Museum.The text is recommended for archivists who would like to know more about the use of computers in archiving of

  13. Archives and the computer

    CERN Document Server

    Cook, Michael Garnet

    1980-01-01

    Archives and the Computer deals with the use of the computer and its systems and programs in archiving data and other related materials. The book covers topics such as the scope of automated systems in archives; systems for records management, archival description, and retrieval; and machine-readable archives. The book also features examples of systems for records management from different institutions such as theTyne and Wear Archive Department, Dyfed Record Office, and the University of Liverpool. Included in the last part are appendices. Appendix A is a directory of archival systems, Appen

  14. Exploring EFL Students’ Reading Comprehension Process through Their Life Experiences and the Sight Word Strategy

    Directory of Open Access Journals (Sweden)

    Jennifer Camargo

    2010-12-01

    Full Text Available Due to the role language and literature play in the construction of social, economic and cultural systems, reading comprehension has become a growing challenge. This study examined how the relationship between English as a foreign language reading comprehension and life experiences while using the Sight Word Strategy could prove significant. Fifth graders at a public school in Bogotá participated in this study. Data were collected using tape recordings, field notes, archival data and students’ reflections. Analysis indicated that comprehension and construction of meaning were generated by sharing life experiences and through the interaction produced in each one of the Sight Word Strategy stages. The study suggested further research into a more encompassing definition of reading comprehension and life experiences correlation as an appropriate goal for English as a foreign language.

  15. Main - KOME | LSDB Archive [Life Science Database Archive metadata

    Lifescience Database Archive (English)

    Full Text Available switchLanguage; BLAST Search Image Search Home About Archive Update History Data ...ntents List of datasets Data file File name: kome_main.zip File URL: ftp://ftp.biosciencedbc.jp/archive/kome...ase Database Description Download License Update History of This Database Site Policy | Contact Us Main - KOME | LSDB Archive ...

  16. Reference - PLACE | LSDB Archive [Life Science Database Archive metadata

    Lifescience Database Archive (English)

    Full Text Available switchLanguage; BLAST Search Image Search Home About Archive Update History Data ...ailable. Data file File name: place_reference.zip File URL: ftp://ftp.biosciencedbc.jp/archive/place/LATEST/...ber About This Database Database Description Download License Update History of This Database Site Policy | Contact Us Reference - PLACE | LSDB Archive ...

  17. Using a spin torque nano-oscillator to read memory based on the magnetic permeability

    International Nuclear Information System (INIS)

    Petrie, J R; Wieland, K A; Fischer, G A; Edelstein, A S; Urazhdin, S

    2014-01-01

    We present an archival memory utilizing a spin torque nano-oscillator (STNO) to read bits of data with different magnetic permeability. Basing a magnetic memory on this intrinsic property rather than remanent magnetization reduces the risk of data corruption. The permeability of the bits is read as changes in an applied probe field near the media. These changes in the probe field are measured by detecting microwave frequency shifts in STNOs. The probe field can be tuned over hundreds of Oe to optimize the reading of the media. Using a 400 Oe probe field, we have measured 2% frequency shifts in a STNO near micrometre-sized bits of (1) lithographically-patterned permalloy lines and (2) laser-crystallized Metglas lines. Data from either media was not corrupted by exposure to fields of 6400 Oe and temperatures of 523 K. (paper)

  18. Using a spin torque nano-oscillator to read memory based on the magnetic permeability

    Science.gov (United States)

    Petrie, J. R.; Urazhdin, S.; Wieland, K. A.; Fischer, G. A.; Edelstein, A. S.

    2014-02-01

    We present an archival memory utilizing a spin torque nano-oscillator (STNO) to read bits of data with different magnetic permeability. Basing a magnetic memory on this intrinsic property rather than remanent magnetization reduces the risk of data corruption. The permeability of the bits is read as changes in an applied probe field near the media. These changes in the probe field are measured by detecting microwave frequency shifts in STNOs. The probe field can be tuned over hundreds of Oe to optimize the reading of the media. Using a 400 Oe probe field, we have measured 2% frequency shifts in a STNO near micrometre-sized bits of (1) lithographically-patterned permalloy lines and (2) laser-crystallized Metglas lines. Data from either media was not corrupted by exposure to fields of 6400 Oe and temperatures of 523 K.

  19. Alignment - SAHG | LSDB Archive [Life Science Database Archive metadata

    Lifescience Database Archive (English)

    Full Text Available switchLanguage; BLAST Search Image Search Home About Archive Update History Data ...e URL: ftp://ftp.biosciencedbc.jp/archive/sahg/LATEST/sahg_alignment.zip File size: 12.0 MB Simple search UR...s Database Database Description Download License Update History of This Database Site Policy | Contact Us Alignment - SAHG | LSDB Archive ...

  20. Exon - ASTRA | LSDB Archive [Life Science Database Archive metadata

    Lifescience Database Archive (English)

    Full Text Available switchLanguage; BLAST Search Image Search Home About Archive Update History Data ...ontents Exons in variants Data file File name: astra_exon.zip File URL: ftp://ftp.biosciencedbc.jp/archive/a... About This Database Database Description Download License Update History of This Database Site Policy | Contact Us Exon - ASTRA | LSDB Archive ...

  1. Access to Archives at the National Archives of Namibia ...

    African Journals Online (AJOL)

    This article is based on findings of a study of the National Archives of Namibia conducted in 2015. The study investigated the terms and conditions that guide access at the National Archives of Namibia. The study also investigated how the National Archives of Namibia has conformed to the ICA Code of Ethics and The ...

  2. Long-read sequencing and de novo assembly of a Chinese genome

    Science.gov (United States)

    Short-read sequencing has enabled the de novo assembly of several individual human genomes, but with inherent limitations in characterizing repeat elements. Here we sequence a Chinese individual HX1 by single-molecule real-time (SMRT) long-read sequencing, construct a physical map by NanoChannel arr...

  3. Verbal and visuospatial working memory as predictors of children's reading ability.

    Science.gov (United States)

    Pham, Andy V; Hasson, Ramzi M

    2014-08-01

    Children with reading difficulties often demonstrate weaknesses in working memory (WM). This research study explored the relation between two WM systems (verbal and visuospatial WM) and reading ability in a sample of school-aged children with a wide range of reading skills. Children (N = 157), ages 9-12, were administered measures of short-term memory, verbal WM, visuospatial WM, and reading measures (e.g., reading fluency and comprehension). Although results indicated that verbal WM was a stronger predictor in reading fluency and comprehension, visuospatial WM also significantly predicted reading skills, but provided more unique variance in reading comprehension than reading fluency. These findings suggest that visuospatial WM may play a significant role in higher level reading processes, particularly in reading comprehension, than previously thought. © The Author 2014. Published by Oxford University Press. All rights reserved. For permissions, please e-mail: journals.permissions@oup.com.

  4. Locus - ASTRA | LSDB Archive [Life Science Database Archive metadata

    Lifescience Database Archive (English)

    Full Text Available switchLanguage; BLAST Search Image Search Home About Archive Update History Data ...URL: ftp://ftp.biosciencedbc.jp/archive/astra/LATEST/astra_locus.zip File size: 887 KB Simple search URL htt...icing type (ex. cassette) About This Database Database Description Download License Update History of This Database Site Policy | Contact Us Locus - ASTRA | LSDB Archive ...

  5. Protein - TP Atlas | LSDB Archive [Life Science Database Archive metadata

    Lifescience Database Archive (English)

    Full Text Available switchLanguage; BLAST Search Image Search Home About Archive Update History Data ...p_atlas_protein.zip File URL: ftp://ftp.biosciencedbc.jp/archive/tp_atlas/LATEST/...story of This Database Site Policy | Contact Us Protein - TP Atlas | LSDB Archive ...

  6. HyperArchiver: an EPICS archiver prototype based on Hypertable

    International Nuclear Information System (INIS)

    Giacchini, M.; Giovannini, L.; Montis, M.; Bassato, G.; Vasquez, J.A.; Prete, G.; Andrighetto, A.; Petkus, R.; Lange, R.; Kasemir, K.; Del Campo, M.; Jugo, J.

    2012-01-01

    This work started in the context of NSLS2 project at Brookhaven National Laboratory. The NSLS2 control system foresees a very high number of PV variables and has strict requirements in terms of archiving/retrieving rate: our goal was to store 10 K PV/sec and retrieve 4 K PV/sec for a group of 4 signals. The HyperArchiver is an EPICS Archiver implementation engined by Hypertable, an open source database whose internal architecture is derived from Google's Big Table. We discuss the performance of HyperArchiver and present the results of some comparative tests. (authors)

  7. Language differences in the brain network for reading in naturalistic story reading and lexical decision.

    Directory of Open Access Journals (Sweden)

    Xiaojuan Wang

    Full Text Available Differences in how writing systems represent language raise important questions about whether there could be a universal functional architecture for reading across languages. In order to study potential language differences in the neural networks that support reading skill, we collected fMRI data from readers of alphabetic (English and morpho-syllabic (Chinese writing systems during two reading tasks. In one, participants read short stories under conditions that approximate natural reading, and in the other, participants decided whether individual stimuli were real words or not. Prior work comparing these two writing systems has overwhelmingly used meta-linguistic tasks, generally supporting the conclusion that the reading system is organized differently for skilled readers of Chinese and English. We observed that language differences in the reading network were greatly dependent on task. In lexical decision, a pattern consistent with prior research was observed in which the Middle Frontal Gyrus (MFG and right Fusiform Gyrus (rFFG were more active for Chinese than for English, whereas the posterior temporal sulcus was more active for English than for Chinese. We found a very different pattern of language effects in a naturalistic reading paradigm, during which significant differences were only observed in visual regions not typically considered specific to the reading network, and the middle temporal gyrus, which is thought to be important for direct mapping of orthography to semantics. Indeed, in areas that are often discussed as supporting distinct cognitive or linguistic functions between the two languages, we observed interaction. Specifically, language differences were most pronounced in MFG and rFFG during the lexical decision task, whereas no language differences were observed in these areas during silent reading of text for comprehension.

  8. How Reading Volume Affects both Reading Fluency and Reading Achievement

    Directory of Open Access Journals (Sweden)

    Richard L. ALLINGTON

    2014-10-01

    Full Text Available Long overlooked, reading volume is actually central to the development of reading proficiencies, especially in the development of fluent reading proficiency. Generally no one in schools monitors the actual volume of reading that children engage in. We know that the commonly used commercial core reading programs provide only material that requires about 15 minutes of reading activity daily. The remaining 75 minute of reading lessons is filled with many other activities such as completing workbook pages or responding to low-level literal questions about what has been read. Studies designed to enhance the volume of reading that children do during their reading lessons demonstrate one way to enhance reading development. Repeated readings have been widely used in fostering reading fluency but wide reading options seem to work faster and more broadly in developing reading proficiencies, including oral reading fluency.

  9. Solubility - eSOL | LSDB Archive [Life Science Database Archive metadata

    Lifescience Database Archive (English)

    Full Text Available switchLanguage; BLAST Search Image Search Home About Archive Update History Data ...ta file File name: esol.zip File URL: ftp://ftp.biosciencedbc.jp/archive/esol/LAT... License Update History of This Database Site Policy | Contact Us Solubility - eSOL | LSDB Archive ...

  10. LRSim: A Linked-Reads Simulator Generating Insights for Better Genome Partitioning

    Directory of Open Access Journals (Sweden)

    Ruibang Luo

    Full Text Available Linked-read sequencing, using highly-multiplexed genome partitioning and barcoding, can span hundreds of kilobases to improve de novo assembly, haplotype phasing, and other applications. Based on our analysis of 14 datasets, we introduce LRSim that simulates linked-reads by emulating the library preparation and sequencing process with fine control over variants, linked-read characteristics, and the short-read profile. We conclude from the phasing and assembly of multiple datasets, recommendations on coverage, fragment length, and partitioning when sequencing genomes of different sizes and complexities. These optimizations improve results by orders of magnitude, and enable the development of novel methods. LRSim is available at https://github.com/aquaskyline/LRSIM. Keywords: Linked-read, Molecular barcoding, Reads partitioning, Phasing, Reads simulation, Genome assembly, 10X Genomics

  11. Open archive solutions to traditional archive/library cooperation

    Directory of Open Access Journals (Sweden)

    Donatella Castelli

    2003-09-01

    Full Text Available The diffusion of Internet is changing the role of archives and libraries and it is opening a wide range of new possibilities. The new vision is that in few years it will be possible to cross-access multiple libraries, archives, museums, and data repositories. The implementation of this revolutionary vision requires the solution of a number of technical, organizational, sociological, and economical issues. Recently, the proposal of a new, low cost technical solution for open repositories of pre-print material, the Open Archives Initiative Protocol for Metadata Harvesting ( OAI-PMH, has greatly stimulated the discussion about these issues in many application frameworks. This paper overviews the status of this discussion in the library and conventional archives frameworks.

  12. Automatic processing of CERN video, audio and photo archives

    International Nuclear Information System (INIS)

    Kwiatek, M

    2008-01-01

    The digitalization of CERN audio-visual archives, a major task currently in progress, will generate over 40 TB of video, audio and photo files. Storing these files is one issue, but a far more important challenge is to provide long-time coherence of the archive and to make these files available on-line with minimum manpower investment. An infrastructure, based on standard CERN services, has been implemented, whereby master files, stored in the CERN Distributed File System (DFS), are discovered and scheduled for encoding into lightweight web formats based on predefined profiles. Changes in master files, conversion profiles or in the metadata database (read from CDS, the CERN Document Server) are automatically detected and the media re-encoded whenever necessary. The encoding processes are run on virtual servers provided on-demand by the CERN Server Self Service Centre, so that new servers can be easily configured to adapt to higher load. Finally, the generated files are made available from the CERN standard web servers with streaming implemented using Windows Media Services

  13. Automatic processing of CERN video, audio and photo archives

    Energy Technology Data Exchange (ETDEWEB)

    Kwiatek, M [CERN, Geneva (Switzerland)], E-mail: Michal.Kwiatek@cem.ch

    2008-07-15

    The digitalization of CERN audio-visual archives, a major task currently in progress, will generate over 40 TB of video, audio and photo files. Storing these files is one issue, but a far more important challenge is to provide long-time coherence of the archive and to make these files available on-line with minimum manpower investment. An infrastructure, based on standard CERN services, has been implemented, whereby master files, stored in the CERN Distributed File System (DFS), are discovered and scheduled for encoding into lightweight web formats based on predefined profiles. Changes in master files, conversion profiles or in the metadata database (read from CDS, the CERN Document Server) are automatically detected and the media re-encoded whenever necessary. The encoding processes are run on virtual servers provided on-demand by the CERN Server Self Service Centre, so that new servers can be easily configured to adapt to higher load. Finally, the generated files are made available from the CERN standard web servers with streaming implemented using Windows Media Services.

  14. Main - TP Atlas | LSDB Archive [Life Science Database Archive metadata

    Lifescience Database Archive (English)

    Full Text Available switchLanguage; BLAST Search Image Search Home About Archive Update History Data ...me: tp_atlas_en.zip File URL: ftp://ftp.biosciencedbc.jp/archive/tp_atlas/LATEST/...d License Update History of This Database Site Policy | Contact Us Main - TP Atlas | LSDB Archive ...

  15. JVM: Java Visual Mapping tool for next generation sequencing read.

    Science.gov (United States)

    Yang, Ye; Liu, Juan

    2015-01-01

    We developed a program JVM (Java Visual Mapping) for mapping next generation sequencing read to reference sequence. The program is implemented in Java and is designed to deal with millions of short read generated by sequence alignment using the Illumina sequencing technology. It employs seed index strategy and octal encoding operations for sequence alignments. JVM is useful for DNA-Seq, RNA-Seq when dealing with single-end resequencing. JVM is a desktop application, which supports reads capacity from 1 MB to 10 GB.

  16. Main - AT Atlas | LSDB Archive [Life Science Database Archive metadata

    Lifescience Database Archive (English)

    Full Text Available switchLanguage; BLAST Search Image Search Home About Archive Update History Data ... name: at_atlas_en.zip File URL: ftp://ftp.biosciencedbc.jp/archive/at_atlas/LATE... Database Description Download License Update History of This Database Site Policy | Contact Us Main - AT Atlas | LSDB Archive ...

  17. Flat Files - JSNP | LSDB Archive [Life Science Database Archive metadata

    Lifescience Database Archive (English)

    Full Text Available switchLanguage; BLAST Search Image Search Home About Archive Update History Data ... Data file File name: jsnp_flat_files File URL: ftp://ftp.biosciencedbc.jp/archiv...his Database Database Description Download License Update History of This Database Site Policy | Contact Us Flat Files - JSNP | LSDB Archive ...

  18. OPS index - KOME | LSDB Archive [Life Science Database Archive metadata

    Lifescience Database Archive (English)

    Full Text Available switchLanguage; BLAST Search Image Search Home About Archive Update History Data ...listed. Data file File name: kome_ops_index.zip File URL: ftp://ftp.biosciencedbc.jp/archive/kome/LATEST/kom...e History of This Database Site Policy | Contact Us OPS index - KOME | LSDB Archive ...

  19. High-Specificity Targeted Functional Profiling in Microbial Communities with ShortBRED.

    Directory of Open Access Journals (Sweden)

    James Kaminski

    2015-12-01

    Full Text Available Profiling microbial community function from metagenomic sequencing data remains a computationally challenging problem. Mapping millions of DNA reads from such samples to reference protein databases requires long run-times, and short read lengths can result in spurious hits to unrelated proteins (loss of specificity. We developed ShortBRED (Short, Better Representative Extract Dataset to address these challenges, facilitating fast, accurate functional profiling of metagenomic samples. ShortBRED consists of two components: (i a method that reduces reference proteins of interest to short, highly representative amino acid sequences ("markers" and (ii a search step that maps reads to these markers to quantify the relative abundance of their associated proteins. After evaluating ShortBRED on synthetic data, we applied it to profile antibiotic resistance protein families in the gut microbiomes of individuals from the United States, China, Malawi, and Venezuela. Our results support antibiotic resistance as a core function in the human gut microbiome, with tetracycline-resistant ribosomal protection proteins and Class A beta-lactamases being the most widely distributed resistance mechanisms worldwide. ShortBRED markers are applicable to other homology-based search tasks, which we demonstrate here by identifying phylogenetic signatures of antibiotic resistance across more than 3,000 microbial isolate genomes. ShortBRED can be applied to profile a wide variety of protein families of interest; the software, source code, and documentation are available for download at http://huttenhower.sph.harvard.edu/shortbred.

  20. Clone - ClEST | LSDB Archive [Life Science Database Archive metadata

    Lifescience Database Archive (English)

    Full Text Available switchLanguage; BLAST Search Image Search Home About Archive Update History Data ...le URL: ftp://ftp.biosciencedbc.jp/archive/clest/LATEST/clest_clone.zip File size: 660 KB Simple search URL ...ion Download License Update History of This Database Site Policy | Contact Us Clone - ClEST | LSDB Archive ...

  1. Image files - RPD | LSDB Archive [Life Science Database Archive metadata

    Lifescience Database Archive (English)

    Full Text Available switchLanguage; BLAST Search Image Search Home About Archive Update History Data ...ftp://ftp.biosciencedbc.jp/archive/rpd/LATEST/rpd_gel_image.zip File size: 38.5 MB Simple search URL - Data ... License Update History of This Database Site Policy | Contact Us Image files - RPD | LSDB Archive ...

  2. Protein - AT Atlas | LSDB Archive [Life Science Database Archive metadata

    Lifescience Database Archive (English)

    Full Text Available switchLanguage; BLAST Search Image Search Home About Archive Update History Data ..._protein.zip File URL: ftp://ftp.biosciencedbc.jp/archive/at_atlas/LATEST/at_atla...About This Database Database Description Download License Update History of This Database Site Policy | Contact Us Protein - AT Atlas | LSDB Archive ...

  3. Cluster - ClEST | LSDB Archive [Life Science Database Archive metadata

    Lifescience Database Archive (English)

    Full Text Available switchLanguage; BLAST Search Image Search Home About Archive Update History Data ...e File name: clest_cluster.zip File URL: ftp://ftp.biosciencedbc.jp/archive/clest/LATEST/clest_cluster.zip F...ownload License Update History of This Database Site Policy | Contact Us Cluster - ClEST | LSDB Archive ...

  4. Reading the Writer's Craft: The Hemingway Short Stories

    Science.gov (United States)

    Garrigues, Lisa

    2004-01-01

    The high school students who spent five weeks studying the style and craft of Ernest Hemingway experienced the power and plus points of apprenticeships. Several assignments that helped the high school juniors to analyze Hemingway's work on short stories and learn from this master craftsman are presented.

  5. Discourse Memory and Reading Comprehension Skill

    Science.gov (United States)

    Perfetti, Charles A.; Goldman, Susan R.

    1976-01-01

    A study is reported in which short-term memory capacity, estimated by a probe digit task, and memory for structured language, measured by a probe discourse task, were investigated in an experiment with third and fifth grade IQ-matched children representing two levels of reading comprehension skill. (Author/RM)

  6. Effects of audio-visual aids on foreign language test anxiety, reading and listening comprehension, and retention in EFL learners.

    Science.gov (United States)

    Lee, Shu-Ping; Lee, Shin-Da; Liao, Yuan-Lin; Wang, An-Chi

    2015-04-01

    This study examined the effects of audio-visual aids on anxiety, comprehension test scores, and retention in reading and listening to short stories in English as a Foreign Language (EFL) classrooms. Reading and listening tests, general and test anxiety, and retention were measured in English-major college students in an experimental group with audio-visual aids (n=83) and a control group without audio-visual aids (n=94) with similar general English proficiency. Lower reading test anxiety, unchanged reading comprehension scores, and better reading short-term and long-term retention after four weeks were evident in the audiovisual group relative to the control group. In addition, lower listening test anxiety, higher listening comprehension scores, and unchanged short-term and long-term retention were found in the audiovisual group relative to the control group after the intervention. Audio-visual aids may help to reduce EFL learners' listening test anxiety and enhance their listening comprehension scores without facilitating retention of such materials. Although audio-visual aids did not increase reading comprehension scores, they helped reduce EFL learners' reading test anxiety and facilitated retention of reading materials.

  7. Gel table - RPD | LSDB Archive [Life Science Database Archive metadata

    Lifescience Database Archive (English)

    Full Text Available switchLanguage; BLAST Search Image Search Home About Archive Update History Data ...d_main.zip File URL: ftp://ftp.biosciencedbc.jp/archive/rpd/LATEST/rpd_main.zip File size: 1 KB Simple searc...iption Download License Update History of This Database Site Policy | Contact Us Gel table - RPD | LSDB Archive ...

  8. tRNA - RMG | LSDB Archive [Life Science Database Archive metadata

    Lifescience Database Archive (English)

    Full Text Available switchLanguage; BLAST Search Image Search Home About Archive Update History Data ...File URL: ftp://ftp.biosciencedbc.jp/archive/rmg/LATEST/rmg_trna.zip File size: 1 KB Simple search URL http:...ption Download License Update History of This Database Site Policy | Contact Us tRNA - RMG | LSDB Archive ...

  9. Enhancers - FANTOM5 | LSDB Archive [Life Science Database Archive metadata

    Lifescience Database Archive (English)

    Full Text Available switchLanguage; BLAST Search Image Search Home About Archive Update History Data List Contact us FANTOM...d phase2.0 Data file File name: Enhancers File URL: ftp://ftp.biosciencedbc.jp/archive/fantom...load License Update History of This Database Site Policy | Contact Us Enhancers - FANTOM5 | LSDB Archive ...

  10. All 5' EST - KOME | LSDB Archive [Life Science Database Archive metadata

    Lifescience Database Archive (English)

    Full Text Available switchLanguage; BLAST Search Image Search Home About Archive Update History Data ...n of data contents 5' EST sequences Data file File name: CSV: kome_est_5end_all.zip File URL: ftp://ftp.biosciencedbc.jp/archiv...fasta.zip File URL: ftp://ftp.biosciencedbc.jp/archive/kome/LATEST/kome_est_5end_...se Description Download License Update History of This Database Site Policy | Contact Us All 5' EST - KOME | LSDB Archive ...

  11. All 3' EST - KOME | LSDB Archive [Life Science Database Archive metadata

    Lifescience Database Archive (English)

    Full Text Available switchLanguage; BLAST Search Image Search Home About Archive Update History Data ...n of data contents 3' EST sequences Data file File name: CSV: kome_est_3end_all.zip File URL: ftp://ftp.biosciencedbc.jp/archiv...fasta.zip File URL: ftp://ftp.biosciencedbc.jp/archive/kome/LATEST/kome_est_3end_...se Description Download License Update History of This Database Site Policy | Contact Us All 3' EST - KOME | LSDB Archive ...

  12. About Libraries - AcEST | LSDB Archive [Life Science Database Archive metadata

    Lifescience Database Archive (English)

    Full Text Available switchLanguage; BLAST Search Image Search Home About Archive Update History Data ...ormat text file. Data file File name: acest_library.zip File URL: ftp://ftp.biosciencedbc.jp/archive/acest/L...ATEST/acest_library.zip File size: 2KB Simple search URL http://togodb.biosciencedbc.jp/togodb/view/archiv...s Database Database Description Download License Update History of This Database Site Policy | Contact Us About Libraries - AcEST | LSDB Archive ...

  13. The Dora Lange Archive

    DEFF Research Database (Denmark)

    Holm, Isak Winkel; Bjering, Jens Christian Borrebye

    2016-01-01

    The first season of Nic Pizzolatto's True Detective (2014) is not only a show about a murder, but also a show about how to gather and organize information in an archive. Having identified two archival problems—its temporal and topical extension—the article turns to Jacques Derrida's Archive Fever......: a Freudian Impression in order to explain how the archiving problems of the crime investigation are, in fact, intrinsic to any archiving practice. Lastly, the article addresses the political significance of the show's archiving problems by help of Derrida's text on the American Constitution and of Hardt...

  14. Main data - RMG | LSDB Archive [Life Science Database Archive metadata

    Lifescience Database Archive (English)

    Full Text Available switchLanguage; BLAST Search Image Search Home About Archive Update History Data ...ftp://ftp.biosciencedbc.jp/archive/rmg/LATEST/rmg_main.zip File size: 1 KB Simple search URL http://togodb.b... This Database Database Description Download License Update History of This Database Site Policy | Contact Us Main data - RMG | LSDB Archive ...

  15. PREIMS - AT Atlas | LSDB Archive [Life Science Database Archive metadata

    Lifescience Database Archive (English)

    Full Text Available switchLanguage; BLAST Search Image Search Home About Archive Update History Data ...Targeted Proteins Research Program (TPRP). Data file File name: at_atlas_preims.zip File URL: ftp://ftp.biosciencedbc.jp/archiv...base Database Description Download License Update History of This Database Site Policy | Contact Us PREIMS - AT Atlas | LSDB Archive ...

  16. EST data - RED | LSDB Archive [Life Science Database Archive metadata

    Lifescience Database Archive (English)

    Full Text Available switchLanguage; BLAST Search Image Search Home About Archive Update History Data ...st.zip File URL: ftp://ftp.biosciencedbc.jp/archive/red/LATEST/red_est.zip File size: 629 KB Simple search U...ase Database Description Download License Update History of This Database Site Policy | Contact Us EST data - RED | LSDB Archive ...

  17. ORF information - KOME | LSDB Archive [Life Science Database Archive metadata

    Lifescience Database Archive (English)

    Full Text Available switchLanguage; BLAST Search Image Search Home About Archive Update History Data ... File URL: ftp://ftp.biosciencedbc.jp/archive/kome/LATEST/kome_orf_infomation.zip File size: 526 KB Simple s...ut This Database Database Description Download License Update History of This Database Site Policy | Contact Us ORF information - KOME | LSDB Archive ...

  18. Mapping data - KOME | LSDB Archive [Life Science Database Archive metadata

    Lifescience Database Archive (English)

    Full Text Available switchLanguage; BLAST Search Image Search Home About Archive Update History Data ...tional Rice Genome Sequencing Project (IRGSP) Data file File name: kome_mapping_data.zip File URL: ftp://ftp.biosciencedbc.jp/archiv...(Transcriptional Unit) About This Database Database Description Download License Update History of This Database Site Policy | Contact Us Mapping data - KOME | LSDB Archive ...

  19. Spot table - RPD | LSDB Archive [Life Science Database Archive metadata

    Lifescience Database Archive (English)

    Full Text Available switchLanguage; BLAST Search Image Search Home About Archive Update History Data ...d_spot.zip File URL: ftp://ftp.biosciencedbc.jp/archive/rpd/LATEST/rpd_spot.zip F... cDNA. (multiple entries) About This Database Database Description Download License Update History of This Database Site Policy | Contact Us Spot table - RPD | LSDB Archive ...

  20. Archival standards, in archival open access software And offer appropriate software for internal archival centers

    Directory of Open Access Journals (Sweden)

    Abdolreza Izadi

    2016-12-01

    Full Text Available The purpose of this study is Study of Descriptive Metadata Standards in Archival open source software, to determine the most appropriate descriptive metadata standard (s and also Encoder Software support of these standards. The approach of present study is combination and library methods, Delphi and descriptive survey are used. Data gathering in library study is fiche, in the Delphi method is questionnaire and in descriptive survey is checklist. Statistical population contains 5 Archival open source software. The findings suggest that 5 metadata standards, consist of EAD, ISAD, EAC-CPF, ISAAR & ISDF, diagnosed appropriate by Delphi Panel members as the most appropriate descriptive metadata standards to use for archival software. Moreover, ICA-ATOM and Archivist toolkit in terms of support for standards that were suitable, diagnosed as the most appropriate archival software.

  1. De Novo Assembly of Human Herpes Virus Type 1 (HHV-1) Genome, Mining of Non-Canonical Structures and Detection of Novel Drug-Resistance Mutations Using Short- and Long-Read Next Generation Sequencing Technologies.

    Science.gov (United States)

    Karamitros, Timokratis; Harrison, Ian; Piorkowska, Renata; Katzourakis, Aris; Magiorkinis, Gkikas; Mbisa, Jean Lutamyo

    2016-01-01

    Human herpesvirus type 1 (HHV-1) has a large double-stranded DNA genome of approximately 152 kbp that is structurally complex and GC-rich. This makes the assembly of HHV-1 whole genomes from short-read sequencing data technically challenging. To improve the assembly of HHV-1 genomes we have employed a hybrid genome assembly protocol using data from two sequencing technologies: the short-read Roche 454 and the long-read Oxford Nanopore MinION sequencers. We sequenced 18 HHV-1 cell culture-isolated clinical specimens collected from immunocompromised patients undergoing antiviral therapy. The susceptibility of the samples to several antivirals was determined by plaque reduction assay. Hybrid genome assembly resulted in a decrease in the number of contigs in 6 out of 7 samples and an increase in N(G)50 and N(G)75 of all 7 samples sequenced by both technologies. The approach also enhanced the detection of non-canonical contigs including a rearrangement between the unique (UL) and repeat (T/IRL) sequence regions of one sample that was not detectable by assembly of 454 reads alone. We detected several known and novel resistance-associated mutations in UL23 and UL30 genes. Genome-wide genetic variability ranged from genomes will be useful in determining genetic determinants of drug resistance, virulence, pathogenesis and viral evolution. The numerous, complex repeat regions of the HHV-1 genome currently remain a barrier towards this goal.

  2. Reading Parallel Texts in the Target Language: A Way to Improve Literary Translation Quality

    Directory of Open Access Journals (Sweden)

    Nazanin Shadman

    2013-10-01

    Full Text Available The present study was an attempt to investigate the effect of reading Persian literary texts on the quality of literary translations. To this end, 52 students majoring in English translation were randomly assigned to two groups. A Comprehensive English Language Test (CELT was administered to check the homogeneity of the participants. The treatment for the experimental group consisted of reading 60 Persian short stories and poems. In the meantime, the control group went through their ordinary course curriculum. Both groups were asked to translate extracts of two short stories. The translations were then rated. Through statistical analysis, it was revealed that reading Persian literary works, indeed, improves the quality of literary translations. Therefore, to promote a more fruitful instruction on literary translation, it is suggested that translation teachers attempt to consider reading Persian literary works as part of the curriculum and ask students to read Persian texts to the extent possible, so that more qualified translations would be rendered in the area of literature.

  3. Experimental Study on RFID Antenna Reading Areas in a Tunnel System

    Directory of Open Access Journals (Sweden)

    Kai Kordelin

    2017-01-01

    Full Text Available We study optimized antenna reading area mappings for a radiofrequency identification- (RFID- based access monitoring system, used in an underground nuclear waste storage facility. We shortly introduce the access monitoring system developed for the ONKALO tunnel in Finland and describe the antenna mounting points as well as the research area. Finally, we study the measurement results of the antenna reading areas and factors that affect the reading area size. Based on our results, in addition to antenna location and direction, absorption to obstacles, reflections, diffraction, scattering, and refraction affect the antenna reading area.

  4. VLBA Archive &Distribution Architecture

    Science.gov (United States)

    Wells, D. C.

    1994-01-01

    Signals from the 10 antennas of NRAO's VLBA [Very Long Baseline Array] are processed by a Correlator. The complex fringe visibilities produced by the Correlator are archived on magnetic cartridges using a low-cost architecture which is capable of scaling and evolving. Archive files are copied to magnetic media to be distributed to users in FITS format, using the BINTABLE extension. Archive files are labelled using SQL INSERT statements, in order to bind the DBMS-based archive catalog to the archive media.

  5. (reprocessed)CAGE peaks - FANTOM5 | LSDB Archive [Life Science Database Archive metadata

    Lifescience Database Archive (English)

    Full Text Available switchLanguage; BLAST Search Image Search Home About Archive Update History Data List Contact us FANTOM...g38/mm10). Data file File name: (reprocessed)CAGE_peaks (Homo sapiens) File URL: ftp://ftp.biosciencedbc.jp/archive/fantom...)CAGE_peaks (Mus musculus) File URL: ftp://ftp.biosciencedbc.jp/archive/fantom5/d...his Database Site Policy | Contact Us (reprocessed)CAGE peaks - FANTOM5 | LSDB Archive ...

  6. (reprocessed)pooled_ctss - FANTOM5 | LSDB Archive [Life Science Database Archive metadata

    Lifescience Database Archive (English)

    Full Text Available switchLanguage; BLAST Search Image Search Home About Archive Update History Data List Contact us FANTOM...e: (reprocessed)pooled_ctss (Homo sapiens) File URL: ftp://ftp.biosciencedbc.jp/archive/fantom5/datafiles/re...) File URL: ftp://ftp.biosciencedbc.jp/archive/fantom5/datafiles/reprocessed/mm10...ory of This Database Site Policy | Contact Us (reprocessed)pooled_ctss - FANTOM5 | LSDB Archive ...

  7. License - PSCDB | LSDB Archive [Life Science Database Archive metadata

    Lifescience Database Archive (English)

    Full Text Available switchLanguage; BLAST Search Image Search Home About Archive Update History Data ...wnload License Update History of This Database Site Policy | Contact Us License - PSCDB | LSDB Archive ...

  8. Download - RPSD | LSDB Archive [Life Science Database Archive metadata

    Lifescience Database Archive (English)

    Full Text Available switchLanguage; BLAST Search Image Search Home About Archive Update History Data ...Download License Update History of This Database Site Policy | Contact Us Download - RPSD | LSDB Archive ...

  9. License - DMPD | LSDB Archive [Life Science Database Archive metadata

    Lifescience Database Archive (English)

    Full Text Available switchLanguage; BLAST Search Image Search Home About Archive Update History Data ...ownload License Update History of This Database Site Policy | Contact Us License - DMPD | LSDB Archive ...

  10. Disease - MicrobeDB.jp | LSDB Archive [Life Science Database Archive metadata

    Lifescience Database Archive (English)

    Full Text Available switchLanguage; BLAST Search Image Search Home About Archive Update History Data ...File name: disease.tar.gz File URL: ftp://ftp.biosciencedbc.jp/archive/microbedb/...iption Download License Update History of This Database Site Policy | Contact Us Disease - MicrobeDB.jp | LSDB Archive ...

  11. PSCID List - PSCDB | LSDB Archive [Life Science Database Archive metadata

    Lifescience Database Archive (English)

    Full Text Available switchLanguage; BLAST Search Image Search Home About Archive Update History Data ...t.zip File URL: ftp://ftp.biosciencedbc.jp/archive/pscdb/LATEST/pscdb_pscid_list.zip File size: 24.4 KB Simp...nd-binding sites About This Database Database Description Download License Update History of This Database Site Policy | Contact Us PSCID List - PSCDB | LSDB Archive ...

  12. Shorter lines facilitate reading in those who struggle.

    Directory of Open Access Journals (Sweden)

    Matthew H Schneps

    Full Text Available People with dyslexia, who ordinarily struggle to read, sometimes remark that reading is easier when e-readers are used. Here, we used eye tracking to observe high school students with dyslexia as they read using these devices. Among the factors investigated, we found that reading using a small device resulted in substantial benefits, improving reading speeds by 27%, reducing the number of fixations by 11%, and importantly, reducing the number of regressive saccades by more than a factor of 2, with no cost to comprehension. Given that an expected trade-off between horizontal and vertical regression was not observed when line lengths were altered, we speculate that these effects occur because sluggish attention spreads perception to the left as the gaze shifts during reading. Short lines eliminate crowded text to the left, reducing regression. The effects of attention modulation by the hand, and of increased letter spacing to reduce crowding, were also found to modulate the oculomotor dynamics in reading, but whether these factors resulted in benefits or costs depended on characteristics, such as visual attention span, that varied within our sample.

  13. Download - SSBD | LSDB Archive [Life Science Database Archive metadata

    Lifescience Database Archive (English)

    Full Text Available switchLanguage; BLAST Search Image Search Home About Archive Update History Data ...ion Download License Update History of This Database Site Policy | Contact Us Download - SSBD | LSDB Archive ...

  14. Archives: Mathematics Connection

    African Journals Online (AJOL)

    Items 1 - 9 of 9 ... Archives: Mathematics Connection. Journal Home > Archives: Mathematics Connection. Log in or Register to get access to full text downloads. Username, Password, Remember me, or Register · Journal Home · ABOUT THIS JOURNAL · Advanced Search · Current Issue · Archives. 1 - 9 of 9 Items. 2011 ...

  15. Download - DGBY | LSDB Archive [Life Science Database Archive metadata

    Lifescience Database Archive (English)

    Full Text Available switchLanguage; BLAST Search Image Search Home About Archive Update History Data ...base Description Download License Update History of This Database Site Policy | Contact Us Download - DGBY | LSDB Archive ...

  16. Download - SAHG | LSDB Archive [Life Science Database Archive metadata

    Lifescience Database Archive (English)

    Full Text Available switchLanguage; BLAST Search Image Search Home About Archive Update History Data ...Database Description Download License Update History of This Database Site Policy | Contact Us Download - SAHG | LSDB Archive ...

  17. Download - Metabolonote | LSDB Archive [Life Science Database Archive metadata

    Lifescience Database Archive (English)

    Full Text Available switchLanguage; BLAST Search Image Search Home About Archive Update History Data ... Database Description Download License Update History of This Database Site Policy | Contact Us Download - Metabolonote | LSDB Archive ...

  18. Minor Immediate Effects of a Dog on Children’s Reading Performance and Physiology

    Directory of Open Access Journals (Sweden)

    Lisa Schretzmayer

    2017-06-01

    Full Text Available Literacy is a key factor in occupational success and social integration. However, an increasing number of children lack appropriate reading skills. There is growing evidence that dogs have positive effects on reading performance. We investigated the short-term effects of dogs on reading performance in 36 third-graders and monitored physiological parameters [heart rate (HR, heart rate variability (HRV, and salivary cortisol] as well as behavioral variables. Each child took part in two test sessions at the presence of a tutor, in one of which a dog and its handler were present. To assess reading performance two reading tests were used: two subtests of the standardized “Ein Leseverständnistest für Erst- bis Sechstklässler”, where the children have to carry out time-limited reading tasks, to assess sentence and text comprehension, and repeated reading (RR, where the children have to read the same text twice, to assess reading speed and short-term improvement. Although the dog had no effect on reading performance scores, within the first test session the children improved from the first to the second run of RR when a dog was present but not without dog. The behavior of the children indicated a calming effect of the dog in the first test session with less nervous movements and the children being less talkative. We found no impact of the dog on HR and HRV. However, the excitement about the dog in combination with the unknown situation in the first test session was reflected in a higher difference in the mean HR difference between the two test sessions for the children, who in the first test session had a dog present, compared to the children, who had the dog in the second test session. In the second test session, the children were more aroused with a dog present than with no dog present, as indicated by the area under the curve increase (AUCi of salivary cortisol values. We conclude that the presence of a dog had a minor short-term positive

  19. Using Serial and Discrete Digit Naming to Unravel Word Reading Processes.

    Science.gov (United States)

    Altani, Angeliki; Protopapas, Athanassios; Georgiou, George K

    2018-01-01

    During reading acquisition, word recognition is assumed to undergo a developmental shift from slow serial/sublexical processing of letter strings to fast parallel processing of whole word forms. This shift has been proposed to be detected by examining the size of the relationship between serial- and discrete-trial versions of word reading and rapid naming tasks. Specifically, a strong association between serial naming of symbols and single word reading suggests that words are processed serially, whereas a strong association between discrete naming of symbols and single word reading suggests that words are processed in parallel as wholes. In this study, 429 Grade 1, 3, and 5 English-speaking Canadian children were tested on serial and discrete digit naming and word reading. Across grades, single word reading was more strongly associated with discrete naming than with serial naming of digits, indicating that short high-frequency words are processed as whole units early in the development of reading ability in English. In contrast, serial naming was not a unique predictor of single word reading across grades, suggesting that within-word sequential processing was not required for the successful recognition for this set of words. Factor mixture analysis revealed that our participants could be clustered into two classes, namely beginning and more advanced readers. Serial naming uniquely predicted single word reading only among the first class of readers, indicating that novice readers rely on a serial strategy to decode words. Yet, a considerable proportion of Grade 1 students were assigned to the second class, evidently being able to process short high-frequency words as unitized symbols. We consider these findings together with those from previous studies to challenge the hypothesis of a binary distinction between serial/sublexical and parallel/lexical processing in word reading. We argue instead that sequential processing in word reading operates on a continuum

  20. License - GRIPDB | LSDB Archive [Life Science Database Archive metadata

    Lifescience Database Archive (English)

    Full Text Available switchLanguage; BLAST Search Image Search Home About Archive Update History Data ...e Database Description Download License Update History of This Database Site Policy | Contact Us License - GRIPDB | LSDB Archive ...

  1. License - GETDB | LSDB Archive [Life Science Database Archive metadata

    Lifescience Database Archive (English)

    Full Text Available switchLanguage; BLAST Search Image Search Home About Archive Update History Data ...se Database Description Download License Update History of This Database Site Policy | Contact Us License - GETDB | LSDB Archive ...

  2. Reading Right: Korean Translation Manual. English for Special Purposes Series: Nursing Aide.

    Science.gov (United States)

    Park, Yong-Ok

    This Korean translation manual for nursing aides is designed to improve reading skills of U.S. immigrants. After short readings in Korean and English translations of vocabulary/phrases, comprehension, grammar, and language usage exercises are presented. Topical areas include: food, the hospital staff, body language, cleanliness in the hospital,…

  3. Musical experience, auditory perception and reading-related skills in children.

    Science.gov (United States)

    Banai, Karen; Ahissar, Merav

    2013-01-01

    The relationships between auditory processing and reading-related skills remain poorly understood despite intensive research. Here we focus on the potential role of musical experience as a confounding factor. Specifically we ask whether the pattern of correlations between auditory and reading related skills differ between children with different amounts of musical experience. Third grade children with various degrees of musical experience were tested on a battery of auditory processing and reading related tasks. Very poor auditory thresholds and poor memory skills were abundant only among children with no musical education. In this population, indices of auditory processing (frequency and interval discrimination thresholds) were significantly correlated with and accounted for up to 13% of the variance in reading related skills. Among children with more than one year of musical training, auditory processing indices were better, yet reading related skills were not correlated with them. A potential interpretation for the reduction in the correlations might be that auditory and reading-related skills improve at different rates as a function of musical training. Participants' previous musical training, which is typically ignored in studies assessing the relations between auditory and reading related skills, should be considered. Very poor auditory and memory skills are rare among children with even a short period of musical training, suggesting musical training could have an impact on both. The lack of correlation in the musically trained population suggests that a short period of musical training does not enhance reading related skills of individuals with within-normal auditory processing skills. Further studies are required to determine whether the associations between musical training, auditory processing and memory are indeed causal or whether children with poor auditory and memory skills are less likely to study music and if so, why this is the case.

  4. Musical experience, auditory perception and reading-related skills in children.

    Directory of Open Access Journals (Sweden)

    Karen Banai

    Full Text Available BACKGROUND: The relationships between auditory processing and reading-related skills remain poorly understood despite intensive research. Here we focus on the potential role of musical experience as a confounding factor. Specifically we ask whether the pattern of correlations between auditory and reading related skills differ between children with different amounts of musical experience. METHODOLOGY/PRINCIPAL FINDINGS: Third grade children with various degrees of musical experience were tested on a battery of auditory processing and reading related tasks. Very poor auditory thresholds and poor memory skills were abundant only among children with no musical education. In this population, indices of auditory processing (frequency and interval discrimination thresholds were significantly correlated with and accounted for up to 13% of the variance in reading related skills. Among children with more than one year of musical training, auditory processing indices were better, yet reading related skills were not correlated with them. A potential interpretation for the reduction in the correlations might be that auditory and reading-related skills improve at different rates as a function of musical training. CONCLUSIONS/SIGNIFICANCE: Participants' previous musical training, which is typically ignored in studies assessing the relations between auditory and reading related skills, should be considered. Very poor auditory and memory skills are rare among children with even a short period of musical training, suggesting musical training could have an impact on both. The lack of correlation in the musically trained population suggests that a short period of musical training does not enhance reading related skills of individuals with within-normal auditory processing skills. Further studies are required to determine whether the associations between musical training, auditory processing and memory are indeed causal or whether children with poor auditory and

  5. Archives: Philosophical Papers

    African Journals Online (AJOL)

    Items 1 - 26 of 26 ... Archives: Philosophical Papers. Journal Home > Archives: Philosophical Papers. Log in or Register to get access to full text downloads. Username, Password, Remember me, or Register · Journal Home · ABOUT THIS JOURNAL · Advanced Search · Current Issue · Archives. 1 - 26 of 26 Items. 2008. Vol 37 ...

  6. Archives: Kenya Veterinarian

    African Journals Online (AJOL)

    Items 1 - 21 of 21 ... Archives: Kenya Veterinarian. Journal Home > Archives: Kenya Veterinarian. Log in or Register to get access to full text downloads. Username, Password, Remember me, or Register · Journal Home · ABOUT THIS JOURNAL · Advanced Search · Current Issue · Archives. 1 - 21 of 21 Items. 2014. Vol 38, No ...

  7. Archives: Agronomie Africaine

    African Journals Online (AJOL)

    Items 1 - 50 of 55 ... Archives: Agronomie Africaine. Journal Home > Archives: Agronomie Africaine. Log in or Register to get access to full text downloads. Username, Password, Remember me, or Register · Journal Home · ABOUT THIS JOURNAL · Advanced Search · Current Issue · Archives. 1 - 50 of 55 Items, 1 2 > >>. 2017 ...

  8. BarraCUDA - a fast short read sequence aligner using graphics processing units

    Directory of Open Access Journals (Sweden)

    Klus Petr

    2012-01-01

    Full Text Available Abstract Background With the maturation of next-generation DNA sequencing (NGS technologies, the throughput of DNA sequencing reads has soared to over 600 gigabases from a single instrument run. General purpose computing on graphics processing units (GPGPU, extracts the computing power from hundreds of parallel stream processors within graphics processing cores and provides a cost-effective and energy efficient alternative to traditional high-performance computing (HPC clusters. In this article, we describe the implementation of BarraCUDA, a GPGPU sequence alignment software that is based on BWA, to accelerate the alignment of sequencing reads generated by these instruments to a reference DNA sequence. Findings Using the NVIDIA Compute Unified Device Architecture (CUDA software development environment, we ported the most computational-intensive alignment component of BWA to GPU to take advantage of the massive parallelism. As a result, BarraCUDA offers a magnitude of performance boost in alignment throughput when compared to a CPU core while delivering the same level of alignment fidelity. The software is also capable of supporting multiple CUDA devices in parallel to further accelerate the alignment throughput. Conclusions BarraCUDA is designed to take advantage of the parallelism of GPU to accelerate the alignment of millions of sequencing reads generated by NGS instruments. By doing this, we could, at least in part streamline the current bioinformatics pipeline such that the wider scientific community could benefit from the sequencing technology. BarraCUDA is currently available from http://seqbarracuda.sf.net

  9. BarraCUDA - a fast short read sequence aligner using graphics processing units

    LENUS (Irish Health Repository)

    Klus, Petr

    2012-01-13

    Abstract Background With the maturation of next-generation DNA sequencing (NGS) technologies, the throughput of DNA sequencing reads has soared to over 600 gigabases from a single instrument run. General purpose computing on graphics processing units (GPGPU), extracts the computing power from hundreds of parallel stream processors within graphics processing cores and provides a cost-effective and energy efficient alternative to traditional high-performance computing (HPC) clusters. In this article, we describe the implementation of BarraCUDA, a GPGPU sequence alignment software that is based on BWA, to accelerate the alignment of sequencing reads generated by these instruments to a reference DNA sequence. Findings Using the NVIDIA Compute Unified Device Architecture (CUDA) software development environment, we ported the most computational-intensive alignment component of BWA to GPU to take advantage of the massive parallelism. As a result, BarraCUDA offers a magnitude of performance boost in alignment throughput when compared to a CPU core while delivering the same level of alignment fidelity. The software is also capable of supporting multiple CUDA devices in parallel to further accelerate the alignment throughput. Conclusions BarraCUDA is designed to take advantage of the parallelism of GPU to accelerate the alignment of millions of sequencing reads generated by NGS instruments. By doing this, we could, at least in part streamline the current bioinformatics pipeline such that the wider scientific community could benefit from the sequencing technology. BarraCUDA is currently available from http:\\/\\/seqbarracuda.sf.net

  10. License - JSNP | LSDB Archive [Life Science Database Archive metadata

    Lifescience Database Archive (English)

    Full Text Available switchLanguage; BLAST Search Image Search Home About Archive Update History Data ...This Database Database Description Download License Update History of This Database Site Policy | Contact Us License - JSNP | LSDB Archive ...

  11. Download - ASTRA | LSDB Archive [Life Science Database Archive metadata

    Lifescience Database Archive (English)

    Full Text Available switchLanguage; BLAST Search Image Search Home About Archive Update History Data ...is Database Database Description Download License Update History of This Database Site Policy | Contact Us Download - ASTRA | LSDB Archive ...

  12. Archives: Water SA

    African Journals Online (AJOL)

    Items 1 - 50 of 71 ... Archives: Water SA. Journal Home > Archives: Water SA. Log in or Register to get access to full text downloads. Username, Password, Remember me, or Register · Journal Home · ABOUT THIS JOURNAL · Advanced Search · Current Issue · Archives. 1 - 50 of 71 Items, 1 2 > >>. 2018. Vol 44, No 1 (2018) ...

  13. License - KOME | LSDB Archive [Life Science Database Archive metadata

    Lifescience Database Archive (English)

    Full Text Available switchLanguage; BLAST Search Image Search Home About Archive Update History Data ...out This Database Database Description Download License Update History of This Database Site Policy | Contact Us License - KOME | LSDB Archive ...

  14. Download - RED | LSDB Archive [Life Science Database Archive metadata

    Lifescience Database Archive (English)

    Full Text Available switchLanguage; BLAST Search Image Search Home About Archive Update History Data ...t This Database Database Description Download License Update History of This Database Site Policy | Contact Us Download - RED | LSDB Archive ...

  15. Download - GRIPDB | LSDB Archive [Life Science Database Archive metadata

    Lifescience Database Archive (English)

    Full Text Available switchLanguage; BLAST Search Image Search Home About Archive Update History Data ...t This Database Database Description Download License Update History of This Database Site Policy | Contact Us Download - GRIPDB | LSDB Archive ...

  16. License - RMOS | LSDB Archive [Life Science Database Archive metadata

    Lifescience Database Archive (English)

    Full Text Available switchLanguage; BLAST Search Image Search Home About Archive Update History Data ...out This Database Database Description Download License Update History of This Database Site Policy | Contact Us License - RMOS | LSDB Archive ...

  17. CAGE peaks - FANTOM5 | LSDB Archive [Life Science Database Archive metadata

    Lifescience Database Archive (English)

    Full Text Available switchLanguage; BLAST Search Image Search Home About Archive Update History Data List Contact us FANTOM...E Data file File name: CAGE_peaks File URL: ftp://ftp.biosciencedbc.jp/archive/fantom... This Database Database Description Download License Update History of This Database Site Policy | Contact Us CAGE peaks - FANTOM5 | LSDB Archive ...

  18. License - ASTRA | LSDB Archive [Life Science Database Archive metadata

    Lifescience Database Archive (English)

    Full Text Available switchLanguage; BLAST Search Image Search Home About Archive Update History Data ... notice. About This Database Database Description Download License Update History of This Database Site Policy | Contact Us License - ASTRA | LSDB Archive ...

  19. License - SSBD | LSDB Archive [Life Science Database Archive metadata

    Lifescience Database Archive (English)

    Full Text Available switchLanguage; BLAST Search Image Search Home About Archive Update History Data ...thout notice. About This Database Database Description Download License Update History of This Database Site Policy | Contact Us License - SSBD | LSDB Archive ...

  20. Download - PSCDB | LSDB Archive [Life Science Database Archive metadata

    Lifescience Database Archive (English)

    Full Text Available switchLanguage; BLAST Search Image Search Home About Archive Update History Data ...cess [here]. About This Database Database Description Download License Update History of This Database Site Policy | Contact Us Download - PSCDB | LSDB Archive ...

  1. License - SAHG | LSDB Archive [Life Science Database Archive metadata

    Lifescience Database Archive (English)

    Full Text Available switchLanguage; BLAST Search Image Search Home About Archive Update History Data ...ut notice. About This Database Database Description Download License Update History of This Database Site Policy | Contact Us License - SAHG | LSDB Archive ...

  2. License - RPSD | LSDB Archive [Life Science Database Archive metadata

    Lifescience Database Archive (English)

    Full Text Available switchLanguage; BLAST Search Image Search Home About Archive Update History Data ...thout notice. About This Database Database Description Download License Update History of This Database Site Policy | Contact Us License - RPSD | LSDB Archive ...

  3. Private political archives

    Directory of Open Access Journals (Sweden)

    Waldemar Chorążyczewski

    2010-12-01

    Full Text Available "Private political archives" are understood by me as all acts collected intently by a private person. These acts are connected with the person's participation in political life and gathered in order to be used in public activity as the source of argumentation and information about factors and mechanisms of political processes. Private political archives of the first half of the XVI century were mainly created by royal servants, often with reference to their job duties. These duties could inspire to collect political acts for private purposes. During the reign of Sigismund Augustus, archives of gentry activists were developed to small extent and they mainly focused on parliamentary life. Private political archives were created outside the executionist movement, namely in the community gathered around the royal court. After 1572, Crown and Lithuanian magnates greatly influenced the creation of political archives. Archives of lesser gentry, scarce and poor, did not disappear completely. However, they became difficult for identification. Therefore, developmental process concerned exclusively documentary "treasure troves" created by magnates. They had the financial means and possibilities to create truly valuable political archives. The same as in the previous period the dynamisms of executionist movement was reflected in political archival documentation, now the creation of patronage system and clientele, or traditionally understood magnate oligarchy, (depending on the point of view corresponded best to archives development. The heritage of previous generations was the treasure trove of patterns and solutions. However, this trove was used selectively, on one hand giving up patterns and rights that were uncomfortable, and, on the other, giving the value of precedence to unexpected acts that gained more importance or even new content in changed political conditions. The application of interpretation principle raised interest in old acts and patterns

  4. BRC - MicrobeDB.jp | LSDB Archive [Life Science Database Archive metadata

    Lifescience Database Archive (English)

    Full Text Available switchLanguage; BLAST Search Image Search Home About Archive Update History Data ...table). Data file File name: brc.tar.gz File URL: ftp://ftp.biosciencedbc.jp/archive/microbedb/LATEST/brc.ta...rains in JCM. About This Database Database Description Download License Update History of This Database Site Policy | Contact Us BRC - MicrobeDB.jp | LSDB Archive ...

  5. SRA - MicrobeDB.jp | LSDB Archive [Life Science Database Archive metadata

    Lifescience Database Archive (English)

    Full Text Available switchLanguage; BLAST Search Image Search Home About Archive Update History Data ...e following table). Data file File name: sra.tar.gz File URL: ftp://ftp.biosciencedbc.jp/archive/microbedb/L...t This Database Database Description Download License Update History of This Database Site Policy | Contact Us SRA - MicrobeDB.jp | LSDB Archive ...

  6. Archives: ORiON

    African Journals Online (AJOL)

    Items 1 - 27 of 27 ... Archives: ORiON. Journal Home > Archives: ORiON. Log in or Register to get access to full text downloads. Username, Password, Remember me, or Register · Journal Home · ABOUT THIS JOURNAL · Advanced Search · Current Issue · Archives. 1 - 27 of 27 Items. 2017. Vol 33, No 2 (2017) · Vol 33, No 1 ...

  7. Tomotherapy archive structure and new software tool for loading and advanced analysis of data contained in it

    International Nuclear Information System (INIS)

    Ryczkowski, A.; Piotrowski, T.

    2011-01-01

    Aim: The main objective of the study was to analyze the structure of data contained in the archives exported from a tomotherapy treatment planning system. An additional aim was to create an application equipped with a user-friendly interface to enable automatic reading of files and data analysis, also using external algorithms. Analyses had to include image registration, dose deformation and summation. Materials and methods: Files from the archive exported from the tomotherapy treatment planning system (TPS) were analyzed. Two programs were used to analyze the information contained in the archive files: XML Viewer by Mind Fusion Limited and H x D hex editor by Mael Hora. To create an application enabling loading and analyzing the data, Matlab by MathWorks, version R2009b, was used. Results: Archive exported from the TPS is a directory with several files. It contains three types of data: .xml, .img and .sin. Tools available in Matlab offer great opportunities for analysis and transformation of loaded information. Proposed application automates the loading of necessary information and simplifies data handling. Furthermore, the application is equipped with a graphical user interface (GUI). The main application window contains buttons for opening the archives and analyzing the loaded data. Conclusion: The analysis of data contained in the archive exported from the tomotherapy treatment planning system allowed to determine the way and place of saving information of our interest, such as tomography images, structure sets and dose distributions. This enabled us to develop and optimize methods of loading and analyzing this information. (authors)

  8. A Reading of Joseph Conrad's The Tale

    OpenAIRE

    Zadeh, Mohammad Reza Modarres

    2013-01-01

    The Tale is a short story by Joseph Conrad. Typical of a Conrad story it is set at sea. The sea is symbolic of the unconscious and this story may be read as a story of the unconscious. On the outside, it seems simple; a man tells a woman a tale of the commanding officer of a patrol ship who gives false directions to another ship and sends it to its doom. In between the lines of the seemingly simple plot, however, can be read another tale; one which speaks of a human sea deeper than the sea of...

  9. Read length and repeat resolution: Exploring prokaryote genomes using next-generation sequencing technologies

    KAUST Repository

    Cahill, Matt J.

    2010-07-12

    Background: There are a growing number of next-generation sequencing technologies. At present, the most cost-effective options also produce the shortest reads. However, even for prokaryotes, there is uncertainty concerning the utility of these technologies for the de novo assembly of complete genomes. This reflects an expectation that short reads will be unable to resolve small, but presumably abundant, repeats. Methodology/Principal Findings: Using a simple model of repeat assembly, we develop and test a technique that, for any read length, can estimate the occurrence of unresolvable repeats in a genome, and thus predict the number of gaps that would need to be closed to produce a complete sequence. We apply this technique to 818 prokaryote genome sequences. This provides a quantitative assessment of the relative performance of various lengths. Notably, unpaired reads of only 150nt can reconstruct approximately 50% of the analysed genomes with fewer than 96 repeat-induced gaps. Nonetheless, there is considerable variation amongst prokaryotes. Some genomes can be assembled to near contiguity using very short reads while others require much longer reads. Conclusions: Given the diversity of prokaryote genomes, a sequencing strategy should be tailored to the organism under study. Our results will provide researchers with a practical resource to guide the selection of the appropriate read length. 2010 Cahill et al.

  10. Read length and repeat resolution: exploring prokaryote genomes using next-generation sequencing technologies.

    Directory of Open Access Journals (Sweden)

    Matt J Cahill

    Full Text Available BACKGROUND: There are a growing number of next-generation sequencing technologies. At present, the most cost-effective options also produce the shortest reads. However, even for prokaryotes, there is uncertainty concerning the utility of these technologies for the de novo assembly of complete genomes. This reflects an expectation that short reads will be unable to resolve small, but presumably abundant, repeats. METHODOLOGY/PRINCIPAL FINDINGS: Using a simple model of repeat assembly, we develop and test a technique that, for any read length, can estimate the occurrence of unresolvable repeats in a genome, and thus predict the number of gaps that would need to be closed to produce a complete sequence. We apply this technique to 818 prokaryote genome sequences. This provides a quantitative assessment of the relative performance of various lengths. Notably, unpaired reads of only 150nt can reconstruct approximately 50% of the analysed genomes with fewer than 96 repeat-induced gaps. Nonetheless, there is considerable variation amongst prokaryotes. Some genomes can be assembled to near contiguity using very short reads while others require much longer reads. CONCLUSIONS: Given the diversity of prokaryote genomes, a sequencing strategy should be tailored to the organism under study. Our results will provide researchers with a practical resource to guide the selection of the appropriate read length.

  11. Read length and repeat resolution: Exploring prokaryote genomes using next-generation sequencing technologies

    KAUST Repository

    Cahill, Matt J.; Kö ser, Claudio U.; Ross, Nicholas E.; Archer, John A.C.

    2010-01-01

    Background: There are a growing number of next-generation sequencing technologies. At present, the most cost-effective options also produce the shortest reads. However, even for prokaryotes, there is uncertainty concerning the utility of these technologies for the de novo assembly of complete genomes. This reflects an expectation that short reads will be unable to resolve small, but presumably abundant, repeats. Methodology/Principal Findings: Using a simple model of repeat assembly, we develop and test a technique that, for any read length, can estimate the occurrence of unresolvable repeats in a genome, and thus predict the number of gaps that would need to be closed to produce a complete sequence. We apply this technique to 818 prokaryote genome sequences. This provides a quantitative assessment of the relative performance of various lengths. Notably, unpaired reads of only 150nt can reconstruct approximately 50% of the analysed genomes with fewer than 96 repeat-induced gaps. Nonetheless, there is considerable variation amongst prokaryotes. Some genomes can be assembled to near contiguity using very short reads while others require much longer reads. Conclusions: Given the diversity of prokaryote genomes, a sequencing strategy should be tailored to the organism under study. Our results will provide researchers with a practical resource to guide the selection of the appropriate read length. 2010 Cahill et al.

  12. GLOSSARY TO READINGS IN HINDI LITERATURE.

    Science.gov (United States)

    Wisconsin Univ., Madison. Indian Language and Area Center.

    INCLUDED IN THIS GLOSSARY ARE THE IMPORTANT VOCABULARY ITEMS WHICH APPEAR IN THE VOLUME OF READINGS. THESE ITEMS ARE ARRANGED BY SELECTION AND ARE IN SERIAL ORDER. THE LISTING INCLUDES THE DEVANAGARI FORM, AN ABBREVIATION OF THE FORM CLASS, AND A SHORT ENGLISH GLOSS. WHEN A NUMBER OF TRANSLATIONS ARE POSSIBLE, THE FIRST ONE GIVEN IS APPROPRIATE TO…

  13. Monitoring Biological Damage on Paper-based Documents in the Historical Archive of the Palermo Astronomical Observatory

    Directory of Open Access Journals (Sweden)

    Marco Di Bella

    2017-06-01

    Full Text Available Libraries and archives house a wide variety of documents made of materials of vegetal and animal origin: unbound papers and books, manuscripts and printed books, photographs (negative and positive, prints, maps, available to the public for reading needs, study and information. These materials are often subject to fluctuations in environmental and micro-environmental parameters. For this reason, it is essential to implement constant monitoring and control of environmental conditions and potential deteriogens in order to slow down deterioration processes.The monitoring of the microbial degradation of paper documents in the Historical Archives of Palermo Astronomical Observatory has revealed microorganisms (bacteria and fungi that may be considered responsible for damaging the items examined, thus enabling an evaluation of the real risks and the proper methodologies to use to avoid future recolonization.

  14. Download - RPD | LSDB Archive [Life Science Database Archive metadata

    Lifescience Database Archive (English)

    Full Text Available switchLanguage; BLAST Search Image Search Home About Archive Update History Data .... If it is, access [here]. About This Database Database Description Download License Update History of This Database Site Policy | Contact Us Download - RPD | LSDB Archive ...

  15. License - RED | LSDB Archive [Life Science Database Archive metadata

    Lifescience Database Archive (English)

    Full Text Available switchLanguage; BLAST Search Image Search Home About Archive Update History Data ...ts might be changed without notice. About This Database Database Description Download License Update History of This Database Site Policy | Contact Us License - RED | LSDB Archive ...

  16. Download - JSNP | LSDB Archive [Life Science Database Archive metadata

    Lifescience Database Archive (English)

    Full Text Available switchLanguage; BLAST Search Image Search Home About Archive Update History Data .... If it is, access [here]. About This Database Database Description Download License Update History of This Database Site Policy | Contact Us Download - JSNP | LSDB Archive ...

  17. Movie collection - TogoTV | LSDB Archive [Life Science Database Archive metadata

    Lifescience Database Archive (English)

    Full Text Available switchLanguage; BLAST Search Image Search Home About Archive Update History Data ...ols. Data file File name: movie File URL: ftp://ftp.biosciencedbc.jp/archive/togotv/movie/ File size: 200 GB...ata entries 1169 entries - About This Database Database Description Download License Update History of This Database Site Policy | Contact Us Movie collection - TogoTV | LSDB Archive ...

  18. License - GenLibi | LSDB Archive [Life Science Database Archive metadata

    Lifescience Database Archive (English)

    Full Text Available switchLanguage; BLAST Search Image Search Home About Archive Update History Data ...nse Update History of This Database Site Policy | Contact Us License - GenLibi | LSDB Archive ...

  19. License - ClEST | LSDB Archive [Life Science Database Archive metadata

    Lifescience Database Archive (English)

    Full Text Available switchLanguage; BLAST Search Image Search Home About Archive Update History Data ...License Update History of This Database Site Policy | Contact Us License - ClEST | LSDB Archive ...

  20. TIROA/NOAA (Television and Infrared Observation Satellite/National Oceanic and Atmospheric Administration) satellites space environment monitor archive tape documentation: 1988 update. Technical memo

    International Nuclear Information System (INIS)

    Hill, V.J.; Evans, D.S.; Sauer, H.H.

    1988-05-01

    TIROS/NOAA satellite archive tapes containing data obtained with the Medium-Energy Proton and Electron Detector (MEPED), High-Energy Proton and Alpha-Particle Detector (HEPAD), and Total-Energy Detector (TED) are described. Descriptions of the data include orbital and housekeeping details and the information needed to decode and understand the data. Specifications of the data channels are supplied, with the timing information needed to convert the data to usable information. Description of the archive tape format gives the information needed to read the tape and unpack the data. Appendices supply the retrieval routines used by the Space Environment Services Center in Boulder

  1. The ERASMUS experiment archive

    Science.gov (United States)

    Isakeit, Dieter; Sabbatini, Massimo; Carey, William

    2005-08-01

    The Erasmus Experiment Archive is an electronic database, accessible through the Internet, that collects in a single reference repository scientific, technical and operational information regarding the experiments performed in the experiment facilities which fall under the responsibility of the ESA Directorate of Human Spaceflight, Microgravity and Exploration. The archive is operated, filled with content and kept up-to-date by the Erasmus User Centre. which forms part of the Directorate. The archive shares its records and is interoperable with similar experiment archives of the partner agencies NASA USA) and JAXA (Japan) through a mutually agreed standard for experiment records called the International Distributed Experiment Archive (IDEA).

  2. Body weight - Open TG-GATEs | LSDB Archive [Life Science Database Archive metadata

    Lifescience Database Archive (English)

    Full Text Available switchLanguage; BLAST Search Image Search Home About Archive Update History Data ...le URL: ftp://ftp.biosciencedbc.jp/archive/open-tggates/LATEST/open_tggates_body_...atabase Description Download License Update History of This Database Site Policy | Contact Us Body weight - Open TG-GATEs | LSDB Archive ...

  3. (reprocessed)CAGE_peaks_annotation - FANTOM5 | LSDB Archive [Life Science Database Archive metadata

    Lifescience Database Archive (English)

    Full Text Available switchLanguage; BLAST Search Image Search Home About Archive Update History Data List Contact us FANTOM...: ftp://ftp.biosciencedbc.jp/archive/fantom5/datafiles/reprocessed/hg38_latest/extra/CAGE_peaks_annotation/ ...e URL: ftp://ftp.biosciencedbc.jp/archive/fantom5/datafiles/reprocessed/mm10_latest/extra/CAGE_peaks_annotat...te History of This Database Site Policy | Contact Us (reprocessed)CAGE_peaks_annotation - FANTOM5 | LSDB Archive ...

  4. (reprocessed)CAGE_peaks_expression - FANTOM5 | LSDB Archive [Life Science Database Archive metadata

    Lifescience Database Archive (English)

    Full Text Available switchLanguage; BLAST Search Image Search Home About Archive Update History Data List Contact us FANTOM...sciencedbc.jp/archive/fantom5/datafiles/reprocessed/hg38_latest/extra/CAGE_peaks_expression/ File size: 3.3 ...tp.biosciencedbc.jp/archive/fantom5/datafiles/reprocessed/mm10_latest/extra/CAGE_peaks_expression/ File size...f This Database Site Policy | Contact Us (reprocessed)CAGE_peaks_expression - FANTOM5 | LSDB Archive ...

  5. Download - fRNAdb | LSDB Archive [Life Science Database Archive metadata

    Lifescience Database Archive (English)

    Full Text Available switchLanguage; BLAST Search Image Search Home About Archive Update History Data ...Download License Update History of This Database Site Policy | Contact Us Download - fRNAdb | LSDB Archive ...

  6. Download - TogoTV | LSDB Archive [Life Science Database Archive metadata

    Lifescience Database Archive (English)

    Full Text Available switchLanguage; BLAST Search Image Search Home About Archive Update History Data ... Download License Update History of This Database Site Policy | Contact Us Download - TogoTV | LSDB Archive ...

  7. The CORDEX archive in ESGF: a global archive for regional data

    Science.gov (United States)

    Juckes, Martin; Lautenschlager, Michael; Legutke, Stephanie; Bøssing Christensen, Ole; Kolax, Michael; Denvil, Sébastien

    2013-04-01

    The CORDEX program will produce regional model simulations for all areas of the globe, run by many modelling centres but with a consistent set of experimental parameters. Following the example set with the Coupled Model Inter-comparison Project, Phase 5 (CMIP5) archive of global climate simulations, a federated archive infrastructure will be exploited to support efficient distribution of the data and provide a single catalogue with a flexible search interface. Initial work towards establishing the European component of federated archive for CORDEX using the Earth System Grid Federation (ESGF) software has been started in the FP7 project IS-ENES (InfraStructure for the European Network for Earth System Modelling http://is.enes.org) and will be continued under IS-ENES2 (with additional support for an archive node at the University of Cape Town, S. Africa). The ESGF system allows data held at multiple sites to be accessed by users in a transparent manner. This poster will describe key adaptations of the ESGF CMIP5 infrastructure for CORDEX and some of the data services the system will provide. The vocabularies which underpin the facets of the search interface have been adapted and extended, a strategy for quality control has been developed. For the CMIP5 archive, most modelling centres contributing data also deployed an ESGF archive node. For the CORDEX archive a different approach will be followed because data is expected from a larger number of contributors without the resources needed to run such software. Instead, the CORDEX federated archive will be hosted at a moderate number of institutions with the required resources and expertise.

  8. Preliminary application in teaching of medical imaging with picture archiving and communication systems

    International Nuclear Information System (INIS)

    Wei Yuqing; Hu Jian; Wang Xuejian; Cao Jun; Tong Juan; Shen Guiquan; Luo Min; Luo Song

    2003-01-01

    Objective: To evaluate PACS (picture archiving and communication systems) in the teaching of medical imaging. Methods: Large screen multimedia reading room and electronic study room were built with GE PACS and Angel RIS (radiology information system) and end-term picture-word work-station. Pictures and words of PACS were unloaded directly for teaching and teaching image bank and test image bank. Results: Large screen multimedia reading room, classroom, and electronic study room were built successfully. Valuable information of nearly 5000 patients in the teaching imaging bank of PACS was accumulated. Classic medical imaging teaching mode was changed. Real-time and multi-mode teaching were realized, and teaching effect was greatly improved. The PACS-based teaching model was accepted pleasantly by students. Conclusion: PACS is very useful to improve the teaching quality of medical imaging and it is worth to popularize

  9. The novel as short story

    Directory of Open Access Journals (Sweden)

    Kirk Schlueter

    2013-06-01

    Full Text Available In recent history, the novel has been thought of and defined primarily as a long prose narrative. However, this has not been the case historically, as the original meaning of "novel" was for "a piece of news" or "a short story or novella." Returning to this original definition, I propose a new way of viewing the work known contemporarily as the novel as a collection, or sequence, of united short stories rather than a single indivisible work, with the component short stories or novellas comprising the sequence renamed as "novels." A brief examination of several classic works traditionally considered novels serves to illustrate how this change in definition will affect reading.

  10. License - dbQSNP | LSDB Archive [Life Science Database Archive metadata

    Lifescience Database Archive (English)

    Full Text Available switchLanguage; BLAST Search Image Search Home About Archive Update History Data ...escription Download License Update History of This Database Site Policy | Contact Us License - dbQSNP | LSDB Archive ...

  11. License - eSOL | LSDB Archive [Life Science Database Archive metadata

    Lifescience Database Archive (English)

    Full Text Available switchLanguage; BLAST Search Image Search Home About Archive Update History Data ...iption Download License Update History of This Database Site Policy | Contact Us License - eSOL | LSDB Archive ...

  12. Characterizing preservice Teacherʼs responses to literacy: Read alouds a way to experience the joy for reading

    Directory of Open Access Journals (Sweden)

    Judith Castellanos

    2011-04-01

    Full Text Available This article reports on a small-scale project which central purpose was to incorporate read-alouds in a pre-intermediate English as a foreign language class of preservice teachers during three weeks. Students responded orally and in a written way on their journals to these readings showing understanding of the texts, relating their personal experiences and / or making connections to them. The project involved students of the undergraduate program in English teaching at Universidad Distrital Francisco José de Caldas, Bogotá. In all, 19 students were involved in the project. Data collection sources for this project include studentsʼ journals, after the fact notes on studentsʼ oral interactions and a group interview. Among the findings observed in this inquiry project include the intertextual connections (Short, 1993 students make across the texts read in class with their personal experiences. Most studentsʼ oral responses were characterized by code-switching; in general most students code switched depending on the difficulty of the answer. Students benefited from the reading-alouds in terms of opportunities to interact among themselves, practice their oral and written skills, and enjoy the pleasures of reading, thus building ground to a positive experience that may be emulated in their future teaching exercise. Finally, I discuss some implications of read-alouds with preservice teachers and teacher education programs in Colombia.

  13. Detection of target phonemes in spontaneous and read speech.

    Science.gov (United States)

    Mehta, G; Cutler, A

    1988-01-01

    Although spontaneous speech occurs more frequently in most listeners' experience than read speech, laboratory studies of human speech recognition typically use carefully controlled materials read from a script. The phonological and prosodic characteristics of spontaneous and read speech differ considerably, however, which suggests that laboratory results may not generalise to the recognition of spontaneous speech. In the present study listeners were presented with both spontaneous and read speech materials, and their response time to detect word-initial target phonemes was measured. Responses were, overall, equally fast in each speech mode. However, analysis of effects previously reported in phoneme detection studies revealed significant differences between speech modes. In read speech but not in spontaneous speech, later targets were detected more rapidly than targets preceded by short words. In contrast, in spontaneous speech but not in read speech, targets were detected more rapidly in accented than in unaccented words and in strong than in weak syllables. An explanation for this pattern is offered in terms of characteristic prosodic differences between spontaneous and read speech. The results support claims from previous work that listeners pay great attention to prosodic information in the process of recognising speech.

  14. Archiving Websites

    DEFF Research Database (Denmark)

    Brügger, Niels

    This book treats the micro archiving of websites, i.e. archiving by researchers, students or others without special technical knowledge who, using a standard computer, wish to save a website for further study. The phenomenon is discussed from the standpoint that Internet research must be able...

  15. Download - eSOL | LSDB Archive [Life Science Database Archive metadata

    Lifescience Database Archive (English)

    Full Text Available switchLanguage; BLAST Search Image Search Home About Archive Update History Data ...Database Description Download License Update History of This Database Site Policy | Contact Us Download - eSOL | LSDB Archive ...

  16. 3 ns single-shot read-out in a quantum dot-based memory structure

    International Nuclear Information System (INIS)

    Nowozin, T.; Bimberg, D.; Beckel, A.; Lorke, A.; Geller, M.

    2014-01-01

    Fast read-out of two to six charges per dot from the ground and first excited state in a quantum dot (QD)-based memory is demonstrated using a two-dimensional electron gas. Single-shot measurements on modulation-doped field-effect transistor structures with embedded InAs/GaAs QDs show read-out times as short as 3 ns. At low temperature (T = 4.2 K) this read-out time is still limited by the parasitics of the setup and the device structure. Faster read-out times and a larger read-out signal are expected for an improved setup and device structure

  17. (Per)Forming Archival Research Methodologies

    Science.gov (United States)

    Gaillet, Lynee Lewis

    2012-01-01

    This article raises multiple issues associated with archival research methodologies and methods. Based on a survey of recent scholarship and interviews with experienced archival researchers, this overview of the current status of archival research both complicates traditional conceptions of archival investigation and encourages scholars to adopt…

  18. CAGE_peaks_annotation - FANTOM5 | LSDB Archive [Life Science Database Archive metadata

    Lifescience Database Archive (English)

    Full Text Available switchLanguage; BLAST Search Image Search Home About Archive Update History Data List Contact us FANTOM...file File name: CAGE_peaks_annotation File URL: ftp://ftp.biosciencedbc.jp/archive/fantom...on Download License Update History of This Database Site Policy | Contact Us CAGE_peaks_annotation - FANTOM5 | LSDB Archive ...

  19. pSort search result - KOME | LSDB Archive [Life Science Database Archive metadata

    Lifescience Database Archive (English)

    Full Text Available switchLanguage; BLAST Search Image Search Home About Archive Update History Data ...name: kome_psort_search_result.zip File URL: ftp://ftp.biosciencedbc.jp/archive/kome/LATEST/kome_psort_searc...abase Description Download License Update History of This Database Site Policy | Contact Us pSort search result - KOME | LSDB Archive ...

  20. The relationship between working memory and L2 reading comprehension

    Directory of Open Access Journals (Sweden)

    Mohammadtaghi Shahnazari-Dorcheh

    2014-08-01

    Full Text Available Since an important role for working memory has been found in the first language acquisition (e.g., Daneman, 1991 Daneman & Green, 1986 Waters & Caplan, 1996, research on the role of working memory is emerging as an area of concern for second language acquisition (e.g., Atkins & Baddeley, 1998 Miyake & Freidman, 1998 Robinson, 1995, 2002, 2005. The present study focused on the role of working memory capacity in the development of second language reading ability. 55 L1 Persian EFL learners at three proficiency levels from a private language school participated in this study. They completed a battery of reading and working memory measures. Memory measures included phonological short-term memory, and reading span test (RST. Reading measures included two expository reading comprehension tests. Multiple regression analysis was applied to determine whether there are any significant relationships between working memory capacity and reading measures. Results of this study indicated a significant relationship between working memory capacity (as measured by RST and reading ability at lower levels of proficiency.

  1. Maximizing Reading Narrative Text Ability by Probing Prompting Learning Technique

    Directory of Open Access Journals (Sweden)

    Wiwied Pratiwi

    2017-12-01

    Full Text Available The objective of this research was to know whether Probing Prompting Learning Technique can be used to get the maximum effect of students’ reading narrative ability in teaching and learning process. This research was applied collaborative action reEsearch, this research was done in two cycle. The subject of this research was 23 students at tenth grade of SMA Kartikatama Metro. The result of the research showed that the Probing Prompting Learning Technique is useful and effective to help students get maximum effect of their reading. Based on the results of the questionnaire obtained an average percentage of 95%, it indicated that application of Probing Prompting Learning Technique in teaching l reading was appropriately applied. In short that students’ responses toward Probing Prompting Learning Technique in teaching reading was positive. In conclusion, Probing Prompting Learning Technique can get maximum effect of students’ reading ability. In relation to the result of the reserach, some suggestion are offered to english teacher, that  the use of Probing Prompting learning Technique in teaching reading will get the maximum effect of students’ reading abilty.

  2. Kindergarteners' performance in a sound-symbol paradigm predicts early reading.

    Science.gov (United States)

    Horbach, Josefine; Scharke, Wolfgang; Cröll, Jennifer; Heim, Stefan; Günther, Thomas

    2015-11-01

    The current study examined the role of serial processing of newly learned sound-symbol associations in early reading acquisition. A computer-based sound-symbol paradigm (SSP) was administered to 243 children during their last year of kindergarten (T1), and their reading performance was assessed 1 year later in first grade (T2). Results showed that performance on the SSP measured before formal reading instruction was associated with later reading development. At T1, early readers performed significantly better than nonreaders in learning correspondences between sounds and symbols as well as in applying those correspondences in a serial manner. At T2, SSP performance measured at T1 was positively associated with reading performance. Importantly, serial application of newly learned correspondences at T1 explained unique variance in first-grade reading performance in nonreaders over and above other verbal predictors, including phonological awareness, verbal short-term memory, and rapid automatized naming. Consequently, the SSP provides a promising way to study aspects of reading in preliterate children. Copyright © 2015 Elsevier Inc. All rights reserved.

  3. Transnational archives: the Canadian case

    Directory of Open Access Journals (Sweden)

    Julia Creet

    2011-05-01

    Full Text Available This paper is a brief overview of the concept of the transnational archive as a counterpoint to the idea that a national archive is necessarily a locus of a static idea of nation. The Canadian national archives is used as a case study of an archives that was transnational in its inception, and one that has continued to change in its mandate and materials as a response to patterns in migration and changing notions of multiculturalism as a Canadian federal policy. It introduces the most recent formation of the transnational archive and its denizens: the genealogical archive inhabited by family historians.

  4. Accurate typing of short tandem repeats from genome-wide sequencing data and its applications.

    Science.gov (United States)

    Fungtammasan, Arkarachai; Ananda, Guruprasad; Hile, Suzanne E; Su, Marcia Shu-Wei; Sun, Chen; Harris, Robert; Medvedev, Paul; Eckert, Kristin; Makova, Kateryna D

    2015-05-01

    Short tandem repeats (STRs) are implicated in dozens of human genetic diseases and contribute significantly to genome variation and instability. Yet profiling STRs from short-read sequencing data is challenging because of their high sequencing error rates. Here, we developed STR-FM, short tandem repeat profiling using flank-based mapping, a computational pipeline that can detect the full spectrum of STR alleles from short-read data, can adapt to emerging read-mapping algorithms, and can be applied to heterogeneous genetic samples (e.g., tumors, viruses, and genomes of organelles). We used STR-FM to study STR error rates and patterns in publicly available human and in-house generated ultradeep plasmid sequencing data sets. We discovered that STRs sequenced with a PCR-free protocol have up to ninefold fewer errors than those sequenced with a PCR-containing protocol. We constructed an error correction model for genotyping STRs that can distinguish heterozygous alleles containing STRs with consecutive repeat numbers. Applying our model and pipeline to Illumina sequencing data with 100-bp reads, we could confidently genotype several disease-related long trinucleotide STRs. Utilizing this pipeline, for the first time we determined the genome-wide STR germline mutation rate from a deeply sequenced human pedigree. Additionally, we built a tool that recommends minimal sequencing depth for accurate STR genotyping, depending on repeat length and sequencing read length. The required read depth increases with STR length and is lower for a PCR-free protocol. This suite of tools addresses the pressing challenges surrounding STR genotyping, and thus is of wide interest to researchers investigating disease-related STRs and STR evolution. © 2015 Fungtammasan et al.; Published by Cold Spring Harbor Laboratory Press.

  5. Developing reading literacy by reading badge

    OpenAIRE

    Rejc, Blanka

    2017-01-01

    Reading is a fundamental activity of our society and is present in all areas of a person’s life. Authors who deal with reading define reading with different definitions, some of them I also presented in my master’s degree thesis. The ways of reading, typology of readers and knowledge of different reading models are only some of the important theoretical facts that serve as a basis for the research and defining reading. Reading motivation is an important motivational factor, which encourages a...

  6. Exploring the Relationship between Adolescent's Reading Skills, Reading Motivation and Reading Habits

    Science.gov (United States)

    McGeown, Sarah P.; Duncan, Lynne G.; Griffiths, Yvonne M.; Stothard, Sue E.

    2015-01-01

    The present study examines the extent to which adolescents' reading affect (reading motivation) and behaviour (reading habits) predict different components of reading (word reading, comprehension, summarisation and text reading speed) and also adds to the limited research examining group differences (gender, age, ability) in adolescents' reading…

  7. Large picture archiving and communication systems of the world--Part 2.

    Science.gov (United States)

    Bauman, R A; Gell, G; Dwyer, S J

    1996-11-01

    A survey of 82 institutions worldwide was done in 1995 to identify large picture archiving and communication systems (PACS) in clinical operation. A continuing strong trend toward the creation and operation of large PACS was identified. In the 15 months since the first such survey the number of clinical large PACS went from 13 to 23, almost a doubling in that short interval. New systems were added in Asia, Europe, and North America. A strong move to primary interpretation from soft copy was identified, and filmless radiology has become a reality. Workstations for interpretation reside mainly within radiology, but one-third of reporting PACS have more than 20 workstations outside of radiology. Fiber distributed data interface networks were the most numerous, but a variety of networks was reported to be in use. Replies on various display times showed surprisingly good, albeit diverse, speeds. The planned archive length of many systems was 60 months, with usually more than 1 year of data on-line. The main large archive and off-line storage media for these systems were optical disks and magneto-optical disks. Compression was not used before interpretation in most cases, but many systems used 2.5:1 compression for on-line, interpreted cases and 10:1 compression for longer-term archiving. A move to digital imaging and communication in medicine interface usage was identified.

  8. Analysis list - ChIP-Atlas | LSDB Archive [Life Science Database Archive metadata

    Lifescience Database Archive (English)

    Full Text Available switchLanguage; BLAST Search Image Search Home About Archive Update History Data ...://ftp.biosciencedbc.jp/archive/chip-atlas/LATEST/chip_atlas_analysis_list.zip File size: 44.8 KB Simple sea...e class. About This Database Database Description Download License Update History of This Database Site Policy | Contact Us Analysis list - ChIP-Atlas | LSDB Archive ...

  9. ArchiveDB—Scientific and technical data archive for Wendelstein 7-X

    International Nuclear Information System (INIS)

    Hennig, Christine; Maier, Josef; Grün, Martin; Krom, Jon; Blum, Torsten; Grahl, Michael; Heimann, Peter; Riemann, Heike; Laqua, Heike; Lewerentz, Marc; Spring, Anett; Werner, Andreas

    2016-01-01

    Highlights: • ArchiveDB archives all scientific and technical data of Wendelstein. • Primary index is the measured absolute time. • Continuously arising data is chunked in time for storage. • The Big Data Lambda Architecture pattern is applied. • The system is in place since a decade and a major change of underlying technology has been mastered. - Abstract: ArchiveDB is the data archive for all scientific and technical data collected at the Wendelstein 7-X project. It is a distributed system allowing continuous data archival. ArchiveDB has demanding requirements regarding performance efficiency (storage performance of 30 GB/s during experiments, expected storage amount of 1.4 PB/year), reliability (availability of 364 days/year), maintainability (testability) and portability (including change of hardware and software). Data acquisition with continuous operation and high time resolutions (up to nanoseconds scale) for physics data is supported as well as long-term recording up to 24 h/7 days for operational data (∼1 Hz rate). Moreover, all results of data analysis are stored in the archive. Another challenge, uniform retrieval of measured and analyzed data, allowing time and structure information as selection criteria, is mastered as well. The key concepts of data storage and retrieval are: (1) partitioning of incoming data in groups and stream, (2) chunking of data in boxes of manageable size covering a finite time period, and (3) indexing of data using absolute time as ordering and indexing criteria. Continuous operation of the ArchiveDB software and hardware for various systems and components relevant to Wendelstein 7-X has been done successfully for several years, thus, showing that the key requirements are satisfied. The overall data amount so far has reached 7 Terabyte over 9 years of data taking. Round-the-clock operation of the archive is in place since 5 years. Initial plasma operation OP1.1 of Wendelstein 7-X has been supported with no downtime

  10. ArchiveDB—Scientific and technical data archive for Wendelstein 7-X

    Energy Technology Data Exchange (ETDEWEB)

    Hennig, Christine, E-mail: Christine.Hennig@ipp.mpg.de [Max Planck Institute for Plasma Physics, Wendelsteinstraße 1, 17491 Greifswald (Germany); Maier, Josef, E-mail: Josef.Maier@ipp.mpg.de [Max Planck Institute for Plasma Physics, Boltzmannstraße 2, 85748 Garching (Germany); Grün, Martin, E-mail: Martin.Gruen@ipp.mpg.de [FERCHAU Engineering GmbH, Steinmüllerallee 2, 51643 Gummersbach (Germany); Krom, Jon, E-mail: Jon.Krom@ipp.mpg.de [Max Planck Institute for Plasma Physics, Wendelsteinstraße 1, 17491 Greifswald (Germany); Blum, Torsten, E-mail: Torsten.Bluhm@ipp.mpg.de [Max Planck Institute for Plasma Physics, Wendelsteinstraße 1, 17491 Greifswald (Germany); Grahl, Michael, E-mail: Michael.Grahl@ipp.mpg.dem [Max Planck Institute for Plasma Physics, Wendelsteinstraße 1, 17491 Greifswald (Germany); Heimann, Peter, E-mail: Peter.Heimann@ipp.mpg.de [Max Planck Institute for Plasma Physics, Boltzmannstraße 2, 85748 Garching (Germany); Riemann, Heike, E-mail: Heike.Riemann@ipp.mpg.de [Max Planck Institute for Plasma Physics, Wendelsteinstraße 1, 17491 Greifswald (Germany); Laqua, Heike, E-mail: Heike.Laqua@ipp.mpg.de [Max Planck Institute for Plasma Physics, Wendelsteinstraße 1, 17491 Greifswald (Germany); Lewerentz, Marc, E-mail: Marc.Lewerentz@ipp.mpg.de [Max Planck Institute for Plasma Physics, Wendelsteinstraße 1, 17491 Greifswald (Germany); Spring, Anett, E-mail: Anett.Spring@ipp.mpg.de [Max Planck Institute for Plasma Physics, Wendelsteinstraße 1, 17491 Greifswald (Germany); Werner, Andreas, E-mail: Andreas.Werner@ipp.mpg.de [Max Planck Institute for Plasma Physics, Wendelsteinstraße 1, 17491 Greifswald (Germany)

    2016-11-15

    Highlights: • ArchiveDB archives all scientific and technical data of Wendelstein. • Primary index is the measured absolute time. • Continuously arising data is chunked in time for storage. • The Big Data Lambda Architecture pattern is applied. • The system is in place since a decade and a major change of underlying technology has been mastered. - Abstract: ArchiveDB is the data archive for all scientific and technical data collected at the Wendelstein 7-X project. It is a distributed system allowing continuous data archival. ArchiveDB has demanding requirements regarding performance efficiency (storage performance of 30 GB/s during experiments, expected storage amount of 1.4 PB/year), reliability (availability of 364 days/year), maintainability (testability) and portability (including change of hardware and software). Data acquisition with continuous operation and high time resolutions (up to nanoseconds scale) for physics data is supported as well as long-term recording up to 24 h/7 days for operational data (∼1 Hz rate). Moreover, all results of data analysis are stored in the archive. Another challenge, uniform retrieval of measured and analyzed data, allowing time and structure information as selection criteria, is mastered as well. The key concepts of data storage and retrieval are: (1) partitioning of incoming data in groups and stream, (2) chunking of data in boxes of manageable size covering a finite time period, and (3) indexing of data using absolute time as ordering and indexing criteria. Continuous operation of the ArchiveDB software and hardware for various systems and components relevant to Wendelstein 7-X has been done successfully for several years, thus, showing that the key requirements are satisfied. The overall data amount so far has reached 7 Terabyte over 9 years of data taking. Round-the-clock operation of the archive is in place since 5 years. Initial plasma operation OP1.1 of Wendelstein 7-X has been supported with no downtime

  11. License - Q-TARO | LSDB Archive [Life Science Database Archive metadata

    Lifescience Database Archive (English)

    Full Text Available switchLanguage; BLAST Search Image Search Home About Archive Update History Data ...thout notice. About This Database Database Description Download License Update History of This Database Site Policy | Contact Us License - Q-TARO | LSDB Archive ...

  12. Download - GenLibi | LSDB Archive [Life Science Database Archive metadata

    Lifescience Database Archive (English)

    Full Text Available switchLanguage; BLAST Search Image Search Home About Archive Update History Data ...access [here]. About This Database Database Description Download License Update History of This Database Site Policy | Contact Us Download - GenLibi | LSDB Archive ...

  13. Reading in developmental prosopagnosia: Evidence for a dissociation between word and face recognition.

    Science.gov (United States)

    Starrfelt, Randi; Klargaard, Solja K; Petersen, Anders; Gerlach, Christian

    2018-02-01

    Recent models suggest that face and word recognition may rely on overlapping cognitive processes and neural regions. In support of this notion, face recognition deficits have been demonstrated in developmental dyslexia. Here we test whether the opposite association can also be found, that is, impaired reading in developmental prosopagnosia. We tested 10 adults with developmental prosopagnosia and 20 matched controls. All participants completed the Cambridge Face Memory Test, the Cambridge Face Perception test and a Face recognition questionnaire used to quantify everyday face recognition experience. Reading was measured in four experimental tasks, testing different levels of letter, word, and text reading: (a) single word reading with words of varying length,(b) vocal response times in single letter and short word naming, (c) recognition of single letters and short words at brief exposure durations (targeting the word superiority effect), and d) text reading. Participants with developmental prosopagnosia performed strikingly similar to controls across the four reading tasks. Formal analysis revealed a significant dissociation between word and face recognition, as the difference in performance with faces and words was significantly greater for participants with developmental prosopagnosia than for controls. Adult developmental prosopagnosics read as quickly and fluently as controls, while they are seemingly unable to learn efficient strategies for recognizing faces. We suggest that this is due to the differing demands that face and word recognition put on the perceptual system. (PsycINFO Database Record (c) 2018 APA, all rights reserved).

  14. GPCR Interaction - GRIPDB | LSDB Archive [Life Science Database Archive metadata

    Lifescience Database Archive (English)

    Full Text Available switchLanguage; BLAST Search Image Search Home About Archive Update History Data List Contact us GRI...ed information (disease etc.). Data file File name: gripdb_main.zip File URL: ftp://ftp.biosciencedbc.jp/archive/gripdb/LATEST/gri...godb.biosciencedbc.jp/togodb/view/gripdb_main#en Data acquisition method PDB, Refseq Data analysis method - ...Number of data entries 409 entries Data item Description GRIP ID Interaction ID Main Title Interaction title...tabase Database Description Download License Update History of This Database Site Policy | Contact Us GPCR Interaction - GRIPDB | LSDB Archive ...

  15. License - RGP gmap | LSDB Archive [Life Science Database Archive metadata

    Lifescience Database Archive (English)

    Full Text Available switchLanguage; BLAST Search Image Search Home About Archive Update History Data ...nged without notice. About This Database Database Description Download License Update History of This Database Site Policy | Contact Us License - RGP gmap | LSDB Archive ...

  16. Download - Plabrain DB | LSDB Archive [Life Science Database Archive metadata

    Lifescience Database Archive (English)

    Full Text Available switchLanguage; BLAST Search Image Search Home About Archive Update History Data List Contact us Plabrain...s Database Database Description Download License Update History of This Database Site Policy | Contact Us Download - Plabrain DB | LSDB Archive ...

  17. National Archives Catalog and API

    Data.gov (United States)

    National Archives and Records Administration — The National Archives Catalog is the online catalog of NARA's nationwide holdings in the Washington, DC area, Regional Archives, and Presidential Libraries.

  18. Lessons learned from planetary science archiving

    Science.gov (United States)

    Zender, J.; Grayzeck, E.

    2006-01-01

    The need for scientific archiving of past, current, and future planetary scientific missions, laboratory data, and modeling efforts is indisputable. To quote from a message by G. Santayama carved over the entrance of the US Archive in Washington DC “Those who can not remember the past are doomed to repeat it.” The design, implementation, maintenance, and validation of planetary science archives are however disputed by the involved parties. The inclusion of the archives into the scientific heritage is problematic. For example, there is the imbalance between space agency requirements and institutional and national interests. The disparity of long-term archive requirements and immediate data analysis requests are significant. The discrepancy between the space missions archive budget and the effort required to design and build the data archive is large. An imbalance exists between new instrument development and existing, well-proven archive standards. The authors present their view on the problems and risk areas in the archiving concepts based on their experience acquired within NASA’s Planetary Data System (PDS) and ESA’s Planetary Science Archive (PSA). Individual risks and potential problem areas are discussed based on a model derived from a system analysis done upfront. The major risk for a planetary mission science archive is seen in the combination of minimal involvement by Mission Scientists and inadequate funding. The authors outline how the risks can be reduced. The paper ends with the authors view on future planetary archive implementations including the archive interoperability aspect.

  19. I read, you read, we read: the history of reading in Slovenia

    Directory of Open Access Journals (Sweden)

    Anja Dular

    2013-03-01

    Full Text Available ABSTRACTPurpose: The aim of the article is to research reading habits in Slovenia in the period between 16th and 19th century and to find similarities with Austria and other European countries of that time.Methodology/approach: For the purpose of the analysis different resources were used – study books, catechisms, prayer books and manuals. We were focused on introductions in which readers are advised how to read, explaining to whom the work is intended and emphasizing the importance of meditation on the texts.Results: Historically the laud reading was prefered, as to continue the folk tradition. However, the 16th century texts were transmitted by women while the folk tradition was narrated by males. In the 18th century the higher level of literacy and greater book production and availability caused that the books were not a privilege of a few. At that time more texts were intended for silent, individual reading. Interestingly, the authors emphasized the importance of meditation on the texts, too. It was also advised when to read – it wasrecommedend to read in leisure time on Sundays, and on holidays. The role of books was also to breakaway with the reality and to forget everyday problems. Due to the overproduction of books in the 17th centrury it was concerned that books are misleading the crowds. The church considered the reading of books as inappropriate, and criticized fiction, novels and adventure stories mostly read by women.Research limitation: The study is based on Slovenian texts only, although the foreign literature, especially in German, was generally available, too.Originality/practical implications: The study is fullfiling the gap in the history of reading in Slovenia.

  20. Resources for the User's Guide to the Royal Hetman's Archives in archives and library collections

    Directory of Open Access Journals (Sweden)

    Krzysztof Syta

    2012-12-01

    Full Text Available This article is an overview of archival collections with provenance of hetman's archives, but physically separated into collections in archives and libraries across Poland (Kraków, Kórnik, Łódź, Poznań, Warszawa and also Ukraine (Kiev, Lviv. Research, which later became an inspiration for this overview, has been conducted mainly in the early 90s. In the light of the above, this article does not claim to be called a "guide" to the royalhetmans' archives of the sixteenth through to the eighteenth century, but it could be viewed as an outline of such archival finding aid. This overview focuses on characteristics of different types of archival material, which author considered integrally connected to holding of an office of hetman, i.e.: personal, administrative and military, judiciary, financial, and also correspondence. Qualification criteria may raise some concerns, because selection of archives is subjective by nature, but also because in the discussed time period there was social consensus on the fact that one's private life and public sphere would overlap. Most of the archival materials used in this study comes from the hetman's archives of the eighteenth century (Jan Clement Branicki's; Franciszek Ksawery Branicki's; Stanisław Mateusz, Wacław, Seweryn Rzewuski's and Adam Mikołaj Sieniawski's. Eighteen century is considered to be the peak of development of private archives, which - without a doubt - had great impact on the preservation of hetman's archives of that period. Moreover, the fact that there is significantly larger collection of hetman's archives of that period, compared to previous two centuries, is the result of the hetman's office having a special place within the political system of the Polish-Lithuanian Commonwealth.

  1. License - fRNAdb | LSDB Archive [Life Science Database Archive metadata

    Lifescience Database Archive (English)

    Full Text Available switchLanguage; BLAST Search Image Search Home About Archive Update History Data ...be changed without notice. About This Database Database Description Download License Update History of This Database Site Policy | Contact Us License - fRNAdb | LSDB Archive ...

  2. License - AT Atlas | LSDB Archive [Life Science Database Archive metadata

    Lifescience Database Archive (English)

    Full Text Available switchLanguage; BLAST Search Image Search Home About Archive Update History Data ... might be changed without notice. About This Database Database Description Download License Update History of This Database Site Policy | Contact Us License - AT Atlas | LSDB Archive ...

  3. License - TP Atlas | LSDB Archive [Life Science Database Archive metadata

    Lifescience Database Archive (English)

    Full Text Available switchLanguage; BLAST Search Image Search Home About Archive Update History Data ... might be changed without notice. About This Database Database Description Download License Update History of This Database Site Policy | Contact Us License - TP Atlas | LSDB Archive ...

  4. The development of a short domain-general measure of working memory capacity.

    Science.gov (United States)

    Oswald, Frederick L; McAbee, Samuel T; Redick, Thomas S; Hambrick, David Z

    2015-12-01

    Working memory capacity is one of the most frequently measured individual difference constructs in cognitive psychology and related fields. However, implementation of complex span and other working memory measures is generally time-consuming for administrators and examinees alike. Because researchers often must manage the tension between limited testing time and measuring numerous constructs reliably, a short and effective measure of working memory capacity would often be a major practical benefit in future research efforts. The current study developed a shortened computerized domain-general measure of working memory capacity by representatively sampling items from three existing complex working memory span tasks: operation span, reading span, and symmetry span. Using a large archival data set (Study 1, N = 4,845), we developed and applied a principled strategy for developing the reduced measure, based on testing a series of confirmatory factor analysis models. Adequate fit indices from these models lent support to this strategy. The resulting shortened measure was then administered to a second independent sample (Study 2, N = 172), demonstrating that the new measure saves roughly 15 min (30%) of testing time on average, and even up to 25 min depending on the test-taker. On the basis of these initial promising findings, several directions for future research are discussed.

  5. Archives: Ethiopian Veterinary Journal

    African Journals Online (AJOL)

    Items 1 - 16 of 16 ... Archives: Ethiopian Veterinary Journal. Journal Home > Archives: Ethiopian Veterinary Journal. Log in or Register to get access to full text downloads. Username, Password, Remember me, or Register · Journal Home · ABOUT THIS JOURNAL · Advanced Search · Current Issue · Archives. 1 - 16 of 16 Items ...

  6. Archives: Nigerian Veterinary Journal

    African Journals Online (AJOL)

    Items 1 - 49 of 49 ... Archives: Nigerian Veterinary Journal. Journal Home > Archives: Nigerian Veterinary Journal. Log in or Register to get access to full text downloads. Username, Password, Remember me, or Register · Journal Home · ABOUT THIS JOURNAL · Advanced Search · Current Issue · Archives. 1 - 49 of 49 Items ...

  7. Archives: Continuing Medical Education

    African Journals Online (AJOL)

    Items 51 - 88 of 88 ... Archives: Continuing Medical Education. Journal Home > Archives: Continuing Medical Education. Log in or Register to get access to full text downloads. Username, Password, Remember me, or Register · Journal Home · ABOUT THIS JOURNAL · Advanced Search · Current Issue · Archives. 51 - 88 of 88 ...

  8. Archives: African Studies Monographs

    African Journals Online (AJOL)

    Archives: African Studies Monographs. Journal Home > Archives: African Studies Monographs. Log in or Register to get access to full text downloads. Username, Password, Remember me, or Register · Journal Home · ABOUT THIS JOURNAL · Advanced Search · Current Issue · Archives. 1 - 5 of 5 Items. 2007. Vol 8 (2007) ...

  9. Developmental, Component-Based Model of Reading Fluency: An Investigation of Predictors of Word-Reading Fluency, Text-Reading Fluency, and Reading Comprehension.

    Science.gov (United States)

    Kim, Young-Suk Grace

    2015-01-01

    The primary goal was to expand our understanding of text reading fluency (efficiency or automaticity)-how its relation to other constructs (e.g., word reading fluency and reading comprehension) changes over time and how it is different from word reading fluency and reading comprehension. We examined (1) developmentally changing relations among word reading fluency, listening comprehension, text reading fluency, and reading comprehension; (2) the relation of reading comprehension to text reading fluency; (3) unique emergent literacy predictors (i.e., phonological awareness, orthographic awareness, morphological awareness, letter name knowledge, vocabulary) of text reading fluency vs. word reading fluency; and (4) unique language and cognitive predictors (e.g., vocabulary, grammatical knowledge, theory of mind) of text reading fluency vs. reading comprehension. These questions were addressed using longitudinal data (two timepoints; Mean age = 5;24 & 6;08) from Korean-speaking children ( N = 143). Results showed that listening comprehension was related to text reading fluency at time 2, but not at time 1. At both times text reading fluency was related to reading comprehension, and reading comprehension was related to text reading fluency over and above word reading fluency and listening comprehension. Orthographic awareness was related to text reading fluency over and above other emergent literacy skills and word reading fluency. Vocabulary and grammatical knowledge were independently related to text reading fluency and reading comprehension whereas theory of mind was related to reading comprehension, but not text reading fluency. These results reveal developmental nature of relations and mechanism of text reading fluency in reading development.

  10. Theoretical currents of Archival Science

    Directory of Open Access Journals (Sweden)

    Carlos Alberto Ávila Araújo

    2013-08-01

    Full Text Available Archival Science was formed, as a scientific discipline, in the late nineteenth century, from the consolidation of a custody and heritage model. In the twentieth century, several theories have been developed, systematized in this article in four axes. As a result, Archival Science has expanded its scope of studies. As a result of this expansion, there are contemporary perspectives with systemic models, covering different types of archives, concerned with the sociocultural context of the archives, and also insering digital technologies in the practice of archives.

  11. Literacy of 8th and 9th grade pupils with reading and writing disabilities in comparison with pupils without reading and writing disabilities

    OpenAIRE

    Fijavž, Katarina

    2017-01-01

    For the last decade literacy and illiteracy of the young at the end of their education has been very often the subject under discussion. Already in 1951 UNESCO provided the definition of literacy, which says that literacy is the ability of a person who can with understanding both read and write a short, simple statement of his everyday life. The definition was later on expanded to the possession by an individual of the knowledge and skills of reading and writing, which enable him to effective...

  12. GPCR Mutation information - GRIPDB | LSDB Archive [Life Science Database Archive metadata

    Lifescience Database Archive (English)

    Full Text Available switchLanguage; BLAST Search Image Search Home About Archive Update History Data List Contact us GRI...s and exposed in molecular surface. Data file File name: gripdb_mutation_info.zip File URL: ftp://ftp.biosciencedbc.jp/archive/gri...pdb/LATEST/gripdb_mutation_info.zip File size: 766 bytes Si...mple search URL http://togodb.biosciencedbc.jp/togodb/view/gripdb_mutation_info#en Data acquisition method P... Site Policy | Contact Us GPCR Mutation information - GRIPDB | LSDB Archive ...

  13. Playing hide and seek with repeats in local and global de novo transcriptome assembly of short RNA-seq reads.

    Science.gov (United States)

    Lima, Leandro; Sinaimeri, Blerina; Sacomoto, Gustavo; Lopez-Maestre, Helene; Marchet, Camille; Miele, Vincent; Sagot, Marie-France; Lacroix, Vincent

    2017-01-01

    The main challenge in de novo genome assembly of DNA-seq data is certainly to deal with repeats that are longer than the reads. In de novo transcriptome assembly of RNA-seq reads, on the other hand, this problem has been underestimated so far. Even though we have fewer and shorter repeated sequences in transcriptomics, they do create ambiguities and confuse assemblers if not addressed properly. Most transcriptome assemblers of short reads are based on de Bruijn graphs (DBG) and have no clear and explicit model for repeats in RNA-seq data, relying instead on heuristics to deal with them. The results of this work are threefold. First, we introduce a formal model for representing high copy-number and low-divergence repeats in RNA-seq data and exploit its properties to infer a combinatorial characteristic of repeat-associated subgraphs. We show that the problem of identifying such subgraphs in a DBG is NP-complete. Second, we show that in the specific case of local assembly of alternative splicing (AS) events, we can implicitly avoid such subgraphs, and we present an efficient algorithm to enumerate AS events that are not included in repeats. Using simulated data, we show that this strategy is significantly more sensitive and precise than the previous version of KisSplice (Sacomoto et al. in WABI, pp 99-111, 1), Trinity (Grabherr et al. in Nat Biotechnol 29(7):644-652, 2), and Oases (Schulz et al. in Bioinformatics 28(8):1086-1092, 3), for the specific task of calling AS events. Third, we turn our focus to full-length transcriptome assembly, and we show that exploring the topology of DBGs can improve de novo transcriptome evaluation methods. Based on the observation that repeats create complicated regions in a DBG, and when assemblers try to traverse these regions, they can infer erroneous transcripts, we propose a measure to flag transcripts traversing such troublesome regions, thereby giving a confidence level for each transcript. The originality of our work when

  14. Rcorrector: efficient and accurate error correction for Illumina RNA-seq reads.

    Science.gov (United States)

    Song, Li; Florea, Liliana

    2015-01-01

    Next-generation sequencing of cellular RNA (RNA-seq) is rapidly becoming the cornerstone of transcriptomic analysis. However, sequencing errors in the already short RNA-seq reads complicate bioinformatics analyses, in particular alignment and assembly. Error correction methods have been highly effective for whole-genome sequencing (WGS) reads, but are unsuitable for RNA-seq reads, owing to the variation in gene expression levels and alternative splicing. We developed a k-mer based method, Rcorrector, to correct random sequencing errors in Illumina RNA-seq reads. Rcorrector uses a De Bruijn graph to compactly represent all trusted k-mers in the input reads. Unlike WGS read correctors, which use a global threshold to determine trusted k-mers, Rcorrector computes a local threshold at every position in a read. Rcorrector has an accuracy higher than or comparable to existing methods, including the only other method (SEECER) designed for RNA-seq reads, and is more time and memory efficient. With a 5 GB memory footprint for 100 million reads, it can be run on virtually any desktop or server. The software is available free of charge under the GNU General Public License from https://github.com/mourisl/Rcorrector/.

  15. Does Extensive Reading Promote Reading Speed?

    Science.gov (United States)

    He, Mu

    2014-01-01

    Research has shown a wide range of learning benefits accruing from extensive reading. Not only is there improvement in reading, but also in a wide range of language uses and areas of language knowledge. However, few research studies have examined reading speed. The existing literature on reading speed focused on students' reading speed without…

  16. Archives: Malawi Medical Journal

    African Journals Online (AJOL)

    Items 1 - 50 of 72 ... Archives: Malawi Medical Journal. Journal Home > Archives: Malawi Medical Journal. Log in or Register to get access to full text downloads. Username, Password, Remember me, or Register · Journal Home · ABOUT THIS JOURNAL · Advanced Search · Current Issue · Archives. 1 - 50 of 72 Items, 1 2 > >> ...

  17. Archives: African Health Sciences

    African Journals Online (AJOL)

    Items 1 - 50 of 67 ... Archives: African Health Sciences. Journal Home > Archives: African Health Sciences. Log in or Register to get access to full text downloads. Username, Password, Remember me, or Register · Journal Home · ABOUT THIS JOURNAL · Advanced Search · Current Issue · Archives. 1 - 50 of 67 Items, 1 2 > >> ...

  18. Archives: Health SA Gesondheid

    African Journals Online (AJOL)

    Items 1 - 42 of 42 ... Archives: Health SA Gesondheid. Journal Home > Archives: Health SA Gesondheid. Log in or Register to get access to full text downloads. Username, Password, Remember me, or Register · Journal Home · ABOUT THIS JOURNAL · Advanced Search · Current Issue · Archives. 1 - 42 of 42 Items. 2018 ...

  19. Download - Open TG-GATEs | LSDB Archive [Life Science Database Archive metadata

    Lifescience Database Archive (English)

    Full Text Available switchLanguage; BLAST Search Image Search Home About Archive Update History Data ...Download License Update History of This Database Site Policy | Contact Us Download - Open TG-GATEs | LSDB Archive ...

  20. FTP archives for physics

    International Nuclear Information System (INIS)

    Trunec, D.; Brablec, A.; Kapicka, V.

    1995-01-01

    We have established archives for programs, data, papers etc. in physics (mainly for plasma physics). The archives are located at computer ftp.muni.cz in the directory pub/muni.cz/physics. These archives can be reached by anonymous FTP or by gopher server gopher.muni.cz (147.251.4.33). At the present time, programs for PC, cross sections for electrons, swarm parameters and rate constants stored are in the archives. We would like to collect the programs for calculations in physics (mainly for PC). We suppose that each program should have a testing example and some description. We would also like to collect physical constants and experimental or theoretical data (e.g. cross sections, swarm parameters and rate constants), which are important for other calculation or for comparison with the results of others studies. Interested scholars are invited to sent us their programs, data, preprints and reports for these archives. All files in the archives are in public domain and can be obtained using computer network Internet

  1. The DNA Data Bank of Japan launches a new resource, the DDBJ Omics Archive of functional genomics experiments.

    Science.gov (United States)

    Kodama, Yuichi; Mashima, Jun; Kaminuma, Eli; Gojobori, Takashi; Ogasawara, Osamu; Takagi, Toshihisa; Okubo, Kousaku; Nakamura, Yasukazu

    2012-01-01

    The DNA Data Bank of Japan (DDBJ; http://www.ddbj.nig.ac.jp) maintains and provides archival, retrieval and analytical resources for biological information. The central DDBJ resource consists of public, open-access nucleotide sequence databases including raw sequence reads, assembly information and functional annotation. Database content is exchanged with EBI and NCBI within the framework of the International Nucleotide Sequence Database Collaboration (INSDC). In 2011, DDBJ launched two new resources: the 'DDBJ Omics Archive' (DOR; http://trace.ddbj.nig.ac.jp/dor) and BioProject (http://trace.ddbj.nig.ac.jp/bioproject). DOR is an archival database of functional genomics data generated by microarray and highly parallel new generation sequencers. Data are exchanged between the ArrayExpress at EBI and DOR in the common MAGE-TAB format. BioProject provides an organizational framework to access metadata about research projects and the data from the projects that are deposited into different databases. In this article, we describe major changes and improvements introduced to the DDBJ services, and the launch of two new resources: DOR and BioProject.

  2. Download - tRNADB-CE | LSDB Archive [Life Science Database Archive metadata

    Lifescience Database Archive (English)

    Full Text Available switchLanguage; BLAST Search Image Search Home About Archive Update History Data List Contact us tRNAD...f This Database Site Policy | Contact Us Download - tRNADB-CE | LSDB Archive ...

  3. Archives: Mizan Law Review

    African Journals Online (AJOL)

    Items 1 - 21 of 21 ... Archives: Mizan Law Review. Journal Home > Archives: Mizan Law Review. Log in or Register to get access to full text downloads. Username, Password, Remember me, or Register · Journal Home · ABOUT THIS JOURNAL · Advanced Search · Current Issue · Archives. 1 - 21 of 21 Items. 2017. Vol 11, No 2 ...

  4. Update History of This Database - dbQSNP | LSDB Archive [Life Science Database Archive metadata

    Lifescience Database Archive (English)

    Full Text Available switchLanguage; BLAST Search Image Search Home About Archive Update History Data ...List Contact us dbQSNP Update History of This Database Date Update contents 2017/02/16 dbQSNP English archiv...e Description Download License Update History of This Database Site Policy | Contact Us Update History of This Database - dbQSNP | LSDB Archive ... ...e site is opened. 2002/10/23 dbQSNP (http://qsnp.gen.kyushu-u.ac.jp/) is opened. About This Database Databas

  5. Subjective Impressions Do Not Mirror Online Reading Effort: Concurrent EEG-Eyetracking Evidence from the Reading of Books and Digital Media

    Science.gov (United States)

    Kretzschmar, Franziska; Pleimling, Dominique; Hosemann, Jana; Füssel, Stephan; Bornkessel-Schlesewsky, Ina; Schlesewsky, Matthias

    2013-01-01

    In the rapidly changing circumstances of our increasingly digital world, reading is also becoming an increasingly digital experience: electronic books (e-books) are now outselling print books in the United States and the United Kingdom. Nevertheless, many readers still view e-books as less readable than print books. The present study thus used combined EEG and eyetracking measures in order to test whether reading from digital media requires higher cognitive effort than reading conventional books. Young and elderly adults read short texts on three different reading devices: a paper page, an e-reader and a tablet computer and answered comprehension questions about them while their eye movements and EEG were recorded. The results of a debriefing questionnaire replicated previous findings in that participants overwhelmingly chose the paper page over the two electronic devices as their preferred reading medium. Online measures, by contrast, showed shorter mean fixation durations and lower EEG theta band voltage density – known to covary with memory encoding and retrieval – for the older adults when reading from a tablet computer in comparison to the other two devices. Young adults showed comparable fixation durations and theta activity for all three devices. Comprehension accuracy did not differ across the three media for either group. We argue that these results can be explained in terms of the better text discriminability (higher contrast) produced by the backlit display of the tablet computer. Contrast sensitivity decreases with age and degraded contrast conditions lead to longer reading times, thus supporting the conclusion that older readers may benefit particularly from the enhanced contrast of the tablet. Our findings thus indicate that people's subjective evaluation of digital reading media must be dissociated from the cognitive and neural effort expended in online information processing while reading from such devices. PMID:23405265

  6. Subjective impressions do not mirror online reading effort: concurrent EEG-eyetracking evidence from the reading of books and digital media.

    Science.gov (United States)

    Kretzschmar, Franziska; Pleimling, Dominique; Hosemann, Jana; Füssel, Stephan; Bornkessel-Schlesewsky, Ina; Schlesewsky, Matthias

    2013-01-01

    In the rapidly changing circumstances of our increasingly digital world, reading is also becoming an increasingly digital experience: electronic books (e-books) are now outselling print books in the United States and the United Kingdom. Nevertheless, many readers still view e-books as less readable than print books. The present study thus used combined EEG and eyetracking measures in order to test whether reading from digital media requires higher cognitive effort than reading conventional books. Young and elderly adults read short texts on three different reading devices: a paper page, an e-reader and a tablet computer and answered comprehension questions about them while their eye movements and EEG were recorded. The results of a debriefing questionnaire replicated previous findings in that participants overwhelmingly chose the paper page over the two electronic devices as their preferred reading medium. Online measures, by contrast, showed shorter mean fixation durations and lower EEG theta band voltage density--known to covary with memory encoding and retrieval--for the older adults when reading from a tablet computer in comparison to the other two devices. Young adults showed comparable fixation durations and theta activity for all three devices. Comprehension accuracy did not differ across the three media for either group. We argue that these results can be explained in terms of the better text discriminability (higher contrast) produced by the backlit display of the tablet computer. Contrast sensitivity decreases with age and degraded contrast conditions lead to longer reading times, thus supporting the conclusion that older readers may benefit particularly from the enhanced contrast of the tablet. Our findings thus indicate that people's subjective evaluation of digital reading media must be dissociated from the cognitive and neural effort expended in online information processing while reading from such devices.

  7. Subjective impressions do not mirror online reading effort: concurrent EEG-eyetracking evidence from the reading of books and digital media.

    Directory of Open Access Journals (Sweden)

    Franziska Kretzschmar

    Full Text Available In the rapidly changing circumstances of our increasingly digital world, reading is also becoming an increasingly digital experience: electronic books (e-books are now outselling print books in the United States and the United Kingdom. Nevertheless, many readers still view e-books as less readable than print books. The present study thus used combined EEG and eyetracking measures in order to test whether reading from digital media requires higher cognitive effort than reading conventional books. Young and elderly adults read short texts on three different reading devices: a paper page, an e-reader and a tablet computer and answered comprehension questions about them while their eye movements and EEG were recorded. The results of a debriefing questionnaire replicated previous findings in that participants overwhelmingly chose the paper page over the two electronic devices as their preferred reading medium. Online measures, by contrast, showed shorter mean fixation durations and lower EEG theta band voltage density--known to covary with memory encoding and retrieval--for the older adults when reading from a tablet computer in comparison to the other two devices. Young adults showed comparable fixation durations and theta activity for all three devices. Comprehension accuracy did not differ across the three media for either group. We argue that these results can be explained in terms of the better text discriminability (higher contrast produced by the backlit display of the tablet computer. Contrast sensitivity decreases with age and degraded contrast conditions lead to longer reading times, thus supporting the conclusion that older readers may benefit particularly from the enhanced contrast of the tablet. Our findings thus indicate that people's subjective evaluation of digital reading media must be dissociated from the cognitive and neural effort expended in online information processing while reading from such devices.

  8. Using the Dictionary for Improving Adolescents' Reading Comprehension of Short Scientific Texts (Uso del diccionario para mejorar la comprensión lectora de textos científicos cortos en inglés con adolescentes)

    Science.gov (United States)

    Becerra Cortés, Ximena

    2013-01-01

    This paper reports on an innovative and action research project which focused on the use of the dictionary and the prior knowledge of Colombian high school students to improve their reading comprehension of short scientific texts. Data collection instruments included students' work gathered during two workshops, field notes, and a questionnaire.…

  9. Fermilab History and Archives Project | Home

    Science.gov (United States)

    Special Events Early Users Meetings (1979 - 1989) The Tevatron Natural History Discoveries Technology Site Fermilab History and Archives Project Fermilab History and Archives Project Fermi National Accelerator Laboratory Home About the Archives History & Archives Online Request Contact Us Site Index

  10. Update History of This Database - FANTOM5 | LSDB Archive [Life Science Database Archive metadata

    Lifescience Database Archive (English)

    Full Text Available CAGE TSS aggregation 」 「 CAGE peaks 」 2015/12/07 FANTOM5 archive site is opened. (Archive V1) 2014/03/27 FANTOM5 ( http://fantom...switchLanguage; BLAST Search Image Search Home About Archive Update History Data List Contact us FANTOM...5 Update History of This Database Date Update contents 2017/03/14 FANTOM5 English arch...escription Download License Update History of This Database Site Policy | Contact Us Update History of This Database - FANTOM5 | LSDB Archive ...

  11. Lateralization of posterior alpha EEG reflects the distribution of spatial attention during saccadic reading.

    Science.gov (United States)

    Kornrumpf, Benthe; Dimigen, Olaf; Sommer, Werner

    2017-06-01

    Visuospatial attention is an important mechanism in reading that governs the uptake of information from foveal and parafoveal regions of the visual field. However, the spatiotemporal dynamics of how attention is allocated during eye fixations are not completely understood. The current study explored the use of EEG alpha-band oscillations to investigate the spatial distribution of attention during reading. We reanalyzed two data sets, focusing on the lateralization of alpha activity at posterior scalp sites. In each experiment, participants read short lists of German nouns in two paradigms: either by freely moving their eyes (saccadic reading) or by fixating the screen center while the text moved passively from right to left at the same average speed (RSVP paradigm). In both paradigms, upcoming words were either visible or masked, and foveal processing load was manipulated by varying the words' lexical frequencies. Posterior alpha lateralization revealed a sustained rightward bias of attention during saccadic reading, but not in the RSVP paradigm. Interestingly, alpha lateralization was not influenced by word frequency (foveal load) or preview during the preceding fixation. Hence, alpha did not reflect transient attention shifts within a given fixation. However, in both experiments, we found that in the saccadic reading condition a stronger alpha lateralization shortly before a saccade predicted shorter fixations on the subsequently fixated word. These results indicate that alpha lateralization can serve as a measure of attention deployment and its link to oculomotor behavior in reading. © 2017 Society for Psychophysiological Research.

  12. Data archiving in experimental physics

    International Nuclear Information System (INIS)

    Dalesio, L.R.; Watson, W. III; Bickley, M.; Clausen, M.

    1998-01-01

    In experimental physics, data is archived from a wide variety of sources and used for a wide variety of purposes. In each of these environments, trade-offs are made between data storage rate, data availability, and retrieval rate. This paper presents archive alternatives in EPICS, the overall archiver design and details on the data collection and retrieval requirements, performance studies, design choices, design alternatives, and measurements made on the beta version of the archiver

  13. Update History of This Database - DMPD | LSDB Archive [Life Science Database Archive metadata

    Lifescience Database Archive (English)

    Full Text Available switchLanguage; BLAST Search Image Search Home About Archive Update History Data ...List Contact us DMPD Update History of This Database Date Update contents 2010/03/29 DMPD English archive si....jp/macrophage/ ) is released. About This Database Database Description Download License Update History of Thi...s Database Site Policy | Contact Us Update History of This Database - DMPD | LSDB Archive ...

  14. Developmental, Component-Based Model of Reading Fluency: An Investigation of Predictors of Word-Reading Fluency, Text-Reading Fluency, and Reading Comprehension

    OpenAIRE

    Kim, Young-Suk Grace

    2015-01-01

    The primary goal was to expand our understanding of text reading fluency (efficiency or automaticity)—how its relation to other constructs (e.g., word reading fluency and reading comprehension) changes over time and how it is different from word reading fluency and reading comprehension. We examined (1) developmentally changing relations among word reading fluency, listening comprehension, text reading fluency, and reading comprehension; (2) the relation of reading comprehension to text readi...

  15. Visual processing in reading disorders and attention-deficit/hyperactivity disorder and its contribution to basic reading ability.

    Science.gov (United States)

    Kibby, Michelle Y; Dyer, Sarah M; Vadnais, Sarah A; Jagger, Audreyana C; Casher, Gabriel A; Stacy, Maria

    2015-01-01

    Whether visual processing deficits are common in reading disorders (RD), and related to reading ability in general, has been debated for decades. The type of visual processing affected also is debated, although visual discrimination and short-term memory (STM) may be more commonly related to reading ability. Reading disorders are frequently comorbid with ADHD, and children with ADHD often have subclinical reading problems. Hence, children with ADHD were used as a comparison group in this study. ADHD and RD may be dissociated in terms of visual processing. Whereas RD may be associated with deficits in visual discrimination and STM for order, ADHD is associated with deficits in visual-spatial processing. Thus, we hypothesized that children with RD would perform worse than controls and children with ADHD only on a measure of visual discrimination and a measure of visual STM that requires memory for order. We expected all groups would perform comparably on the measure of visual STM that does not require sequential processing. We found children with RD or ADHD were commensurate to controls on measures of visual discrimination and visual STM that do not require sequential processing. In contrast, both RD groups (RD, RD/ADHD) performed worse than controls on the measure of visual STM that requires memory for order, and children with comorbid RD/ADHD performed worse than those with ADHD. In addition, of the three visual measures, only sequential visual STM predicted reading ability. Hence, our findings suggest there is a deficit in visual sequential STM that is specific to RD and is related to basic reading ability. The source of this deficit is worthy of further research, but it may include both reduced memory for order and poorer verbal mediation.

  16. mpscan: Fast Localisation of Multiple Reads in Genomes

    Science.gov (United States)

    Rivals, Eric; Salmela, Leena; Kiiskinen, Petteri; Kalsi, Petri; Tarhio, Jorma

    With Next Generation Sequencers, sequence based transcriptomic or epigenomic assays yield millions of short sequence reads that need to be mapped back on a reference genome. The upcoming versions of these sequencers promise even higher sequencing capacities; this may turn the read mapping task into a bottleneck for which alternative pattern matching approaches must be experimented. We present an algorithm and its implementation, called mpscan, which uses a sophisticated filtration scheme to match a set of patterns/reads exactly on a sequence. mpscan can search for millions of reads in a single pass through the genome without indexing its sequence. Moreover, we show that mpscan offers an optimal average time complexity, which is sublinear in the text length, meaning that it does not need to examine all sequence positions. Comparisons with BLAT-like tools and with six specialised read mapping programs (like bowtie or zoom) demonstrate that mpscan also is the fastest algorithm in practice for exact matching. Our accuracy and scalability comparisons reveal that some tools are inappropriate for read mapping. Moreover, we provide evidence suggesting that exact matching may be a valuable solution in some read mapping applications. As most read mapping programs somehow rely on exact matching procedures to perform approximate pattern mapping, the filtration scheme we experimented may reveal useful in the design of future algorithms. The absence of genome index gives mpscan its low memory requirement and flexibility that let it run on a desktop computer and avoids a time-consuming genome preprocessing.

  17. The Effect of the Reader's Background on Reading Comprehension Performance

    Directory of Open Access Journals (Sweden)

    Bushra Saadoon Mohammed Al-Noori

    2014-12-01

    Full Text Available This study aims at measuring the amount of the effect of the reader's background knowledge on performance in reading comprehension tests through the assessment of information gained in reading comprehension (RC tests across-four testing techniques, short answer questions ,true-false items , multiple - choice items , and cloze test and re-test. This technique involves the examinees in two types of tasks, i.e. pre-reading and post -reading task. Two hypotheses have been proposed to achieve the aims of this study. They are  1-There are no significant differences between the pre-reading and post-reading performances of examinees on reading comprehension(RC. 2-There are no significant differences in information gain scores across the different techniques of testing reading comprehension (RC in EFL. To verify the validity of these two hypotheses, a number of statistical procedures have been used such as arithmetical mean, t-test for correlated and independent samples to analyze the performance of third and fourth year College students studying at the Department of English at University of Baghdad /Ibn Rushd College of Education for Humanities on two reading passages taken from TOEFL practice tests (2011. The analysis of the data has shown the following results: 1-The background knowledge has an effect on the performance on reading comprehension (RC. 2-There is a significant difference in students' performance on reading comprehension (RC. 3-The effect of background knowledge is investable on reading comprehension (RC tests, but it can be identified or neutralized. Based on these conclusions, the researcher presented a number of recommendations.

  18. Developmental relations between reading comprehension and reading strategies

    OpenAIRE

    Muijselaar, M.M.L.; Swart, N.M.; Steenbeek-Planting, E.G.; Droop, W.; Verhoeven, L.T.W.; Jong, P.F. de

    2017-01-01

    We examined the developmental relations between knowledge of reading strategies and reading comprehension in a longitudinal study of 312 Dutch children from the beginning of fourth grade to the end of fifth grade. Measures for reading comprehension, reading strategies, reading fluency, vocabulary, and working memory were administered. A structural equation model was constructed to estimate the unique relations between reading strategies and reading comprehension, while controlling for reading...

  19. Of a Village Bomoh and the Lottery: Content Schemata Influence on Second Language Reading

    Science.gov (United States)

    Radzi, Amizura Hanadi Mohd.; Aziz, Noor Hashima Abd.

    2013-01-01

    This paper discusses a study on the aspects of content schemata in second language reading, focusing on two contemporary short stories, i.e. "A Quid of Sirih, A Bowl of Water" and "The Lottery." The study explores the cognitive processes of one UiTM Perlis degree level student, reflecting on his L2 reading processes. The…

  20. Discovering the Unknown: Improving Detection of Novel Species and Genera from Short Reads

    Directory of Open Access Journals (Sweden)

    Gail L. Rosen

    2011-01-01

    “unknown” class and show that the modified version of PhymmBL has similar or better overall classification performance than the other modified algorithms, especially for the species-level and ultrashort reads. Finally, we evaluate theperformance of several algorithms on a real acid mine drainage dataset.

  1. Teaching Reading

    Science.gov (United States)

    Day, Richard R.

    2013-01-01

    "Teaching Reading" uncovers the interactive processes that happen when people learn to read and translates them into a comprehensive easy-to-follow guide on how to teach reading. Richard Day's revelations on the nature of reading, reading strategies, reading fluency, reading comprehension, and reading objectives make fascinating…

  2. Slow Reading: Reading along "Lectio" Lines

    Science.gov (United States)

    Badley, K. Jo-Ann; Badley, Ken

    2011-01-01

    The medieval monastic movement preserved and developed reading practices--lectio--from ancient Greek pedagogy as a slow, mindful approach to reading for formation. This ancient way of reading, now better known as lectio divina, challenges the fast, pragmatic reading so characteristic of our time. We propose that the present moment may be ripe for…

  3. Ethics and Truth in Archival Research

    Science.gov (United States)

    Tesar, Marek

    2015-01-01

    The complexities of the ethics and truth in archival research are often unrecognised or invisible in educational research. This paper complicates the process of collecting data in the archives, as it problematises notions of ethics and truth in the archives. The archival research took place in the former Czechoslovakia and its turbulent political…

  4. Revisiting the Relations between the WJ-IV Measures of Cattell-Horn-Carroll (CHC) Cognitive Abilities and Reading Achievement during the School-Age Years

    Science.gov (United States)

    Cormier, Damien C.; McGrew, Kevin S.; Bulut, Okan; Funamoto, Allyson

    2017-01-01

    This study examined associations between broad cognitive abilities (Fluid Reasoning [Gf], Short-Term Working Memory [Gwm], Long-Term Storage and Retrieval [Glr], Processing Speed [Gs], Comprehension-Knowledge [Gc], Visual Processing [Gv], and Auditory Processing [Ga]) and reading achievement (Basic Reading Skills, Reading Rate, Reading Fluency,…

  5. Improving reading in the primary grades.

    Science.gov (United States)

    Duke, Nell K; Block, Meghan K

    2012-01-01

    Almost fifteen years have passed since the publication of the National Research Council's seminal report Preventing Reading Difficulties in Young Children, which provided research-based recommendations on what could be done to better position students in prekindergarten through third grade for success in grade four and above. This article by Nell Duke and Meghan Block first examines whether specific key recommendations from the report have been implemented in U.S. classrooms. They find that recommendations regarding increased access to kindergarten and greater attention to and improvement of students' word-reading skills have been widely adopted. Others have not. Vocabulary and comprehension, long neglected in the primary grades, still appear to be neglected. Contrary to the report's recommendations, attention to building conceptual and content knowledge in science and social studies has actually decreased in the past fifteen years. In other words, the easier-to-master skills are being attended to, but the broader domains of accomplishment that constitute preparation for comprehension and learning in the later grades--vocabulary knowledge, comprehension strategy use, and conceptual and content knowledge--are being neglected. Near stagnation in fourth-grade students' comprehension achievement is thus unsurprising. The authors then turn to research and reviews of research on improving primary-grade reading published since 1998, when Preventing Reading Difficulties was issued. They discuss several instructional approaches identified as effective in improving word-reading skill, vocabulary and conceptual knowledge, comprehension strategies, and reading outside of school; they discuss advances in interventions for struggling readers, and in whole-school literacy reform. Duke and Block then identify three key obstacles that have prevented widespread adoption of these best practices in teaching reading. The first obstacle is a short-term orientation toward instruction and

  6. 'Histoire(s du cinema': the Archive of the Century. Warburgian Insights About History

    Directory of Open Access Journals (Sweden)

    Natalia Taccetta

    2015-07-01

    Full Text Available Contemporary to the emergence of video first, and to digital culture later, Jean-Luc Godard profaned hegemonic historiography by using film history to rewrite his own history of the century. In the eight deliveries of Histoire(s du cinéma (1988-1998, Godard articulates a film archive notion that tries to deconstruct conventional representations of the past. Similarly, in his atlas Mnemosyne Aby Warburg proposes a history of art writing that escapes to the chrono-normativity of XIX century historiography. The combined reading of these perspectives allows us to reevaluate the premise on which the archive is both a starting point and a destination for contemporary (audiovisual writing. Indeed, they can be thought of as counter-models of historiographical writing that value the heuristic power of the image to apprehend the past and fight against conventional insights about it. In the light of these considerations, this paper aims to investigate these devices as an array of different ways of thinking about the relationship between cinema and history.

  7. Update History of This Database - SAHG | LSDB Archive [Life Science Database Archive metadata

    Lifescience Database Archive (English)

    Full Text Available switchLanguage; BLAST Search Image Search Home About Archive Update History Data ...List Contact us SAHG Update History of This Database Date Update contents 2016/05/09 SAHG English archive si...te is opened. 2009/10 SAHG ( http://bird.cbrc.jp/sahg ) is opened. About This Database Database Description ...Download License Update History of This Database Site Policy | Contact Us Update History of This Database - SAHG | LSDB Archive ...

  8. Update History of This Database - RMOS | LSDB Archive [Life Science Database Archive metadata

    Lifescience Database Archive (English)

    Full Text Available switchLanguage; BLAST Search Image Search Home About Archive Update History Data ...List Contact us RMOS Update History of This Database Date Update contents 2015/10/27 RMOS English archive si...12 RMOS (http://cdna01.dna.affrc.go.jp/RMOS/) is opened. About This Database Database Description Download License Update Hi...story of This Database Site Policy | Contact Us Update History of This Database - RMOS | LSDB Archive ...

  9. A MySQL Based EPICS Archiver

    International Nuclear Information System (INIS)

    Slominski, Christopher

    2009-01-01

    Archiving a large fraction of the EPICS signals within the Jefferson Lab (JLAB) Accelerator control system is vital for postmortem and real-time analysis of the accelerator performance. This analysis is performed on a daily basis by scientists, operators, engineers, technicians, and software developers. Archiving poses unique challenges due to the magnitude of the control system. A MySQL Archiving system (Mya) was developed to scale to the needs of the control system; currently archiving 58,000 EPICS variables, updating at a rate of 11,000 events per second. In addition to the large collection rate, retrieval of the archived data must also be fast and robust. Archived data retrieval clients obtain data at a rate over 100,000 data points per second. Managing the data in a relational database provides a number of benefits. This paper describes an archiving solution that uses an open source database and standard off the shelf hardware to reach high performance archiving needs. Mya has been in production at Jefferson Lab since February of 2007.

  10. A MySQL Based EPICS Archiver

    Energy Technology Data Exchange (ETDEWEB)

    Christopher Slominski

    2009-10-01

    Archiving a large fraction of the EPICS signals within the Jefferson Lab (JLAB) Accelerator control system is vital for postmortem and real-time analysis of the accelerator performance. This analysis is performed on a daily basis by scientists, operators, engineers, technicians, and software developers. Archiving poses unique challenges due to the magnitude of the control system. A MySQL Archiving system (Mya) was developed to scale to the needs of the control system; currently archiving 58,000 EPICS variables, updating at a rate of 11,000 events per second. In addition to the large collection rate, retrieval of the archived data must also be fast and robust. Archived data retrieval clients obtain data at a rate over 100,000 data points per second. Managing the data in a relational database provides a number of benefits. This paper describes an archiving solution that uses an open source database and standard off the shelf hardware to reach high performance archiving needs. Mya has been in production at Jefferson Lab since February of 2007.

  11. Fact vs fiction--how paratextual information shapes our reading processes.

    Science.gov (United States)

    Altmann, Ulrike; Bohrn, Isabel C; Lubrich, Oliver; Menninghaus, Winfried; Jacobs, Arthur M

    2014-01-01

    Our life is full of stories: some of them depict real-life events and were reported, e.g. in the daily news or in autobiographies, whereas other stories, as often presented to us in movies and novels, are fictional. However, we have only little insights in the neurocognitive processes underlying the reading of factual as compared to fictional contents. We investigated the neurocognitive effects of reading short narratives, labeled to be either factual or fictional. Reading in a factual mode engaged an activation pattern suggesting an action-based reconstruction of the events depicted in a story. This process seems to be past-oriented and leads to shorter reaction times at the behavioral level. In contrast, the brain activation patterns corresponding to reading fiction seem to reflect a constructive simulation of what might have happened. This is in line with studies on imagination of possible past or future events.

  12. Fact vs fiction—how paratextual information shapes our reading processes

    Science.gov (United States)

    Altmann, Ulrike; Bohrn, Isabel C.; Lubrich, Oliver; Menninghaus, Winfried; Jacobs, Arthur M.

    2014-01-01

    Our life is full of stories: some of them depict real-life events and were reported, e.g. in the daily news or in autobiographies, whereas other stories, as often presented to us in movies and novels, are fictional. However, we have only little insights in the neurocognitive processes underlying the reading of factual as compared to fictional contents. We investigated the neurocognitive effects of reading short narratives, labeled to be either factual or fictional. Reading in a factual mode engaged an activation pattern suggesting an action-based reconstruction of the events depicted in a story. This process seems to be past-oriented and leads to shorter reaction times at the behavioral level. In contrast, the brain activation patterns corresponding to reading fiction seem to reflect a constructive simulation of what might have happened. This is in line with studies on imagination of possible past or future events. PMID:22956671

  13. An Analysis on Reading Texts in Teaching Turkish to Foreigners

    Directory of Open Access Journals (Sweden)

    Adem İŞCAN

    2017-09-01

    Full Text Available Being one of the four basic language skills, reading has a great importance in teaching Turkish to foreigners. It is required to develop reading skills to develop vocabulary. There have been some problems in teaching Turkish as second language. These problems are generally related to difference in alphabet, inadequacy of the sources used in teaching Turkish, methods and techniques used and the texts used. The basic sources used in teaching Turkish to foreigners are texts. This study aims at determination of the opinions of students in Gaziosmanpaşa University and Ondokuz Mayıs University Turkish Education and Application Center (TOMER concerning Turkish reading texts. General browsing method was used in the study. The questionnaire comprising of 24 items was applied to 25 students in beginner level and 7 students in advanced level. With this study, it is foreseen to arrange the texts being the key stone according to the wishes of and in compliance with the levels of students; giving importance to pre-reading, reading and post-reading activities and including questions with short-answer about the text as well as questions to develop high level skills.

  14. License - FANTOM5 | LSDB Archive [Life Science Database Archive metadata

    Lifescience Database Archive (English)

    Full Text Available switchLanguage; BLAST Search Image Search Home About Archive Update History Data List Contact us FANTOM....0 International . If you use data from this database, please be sure attribute this database as follows: FANTOM...se Database Description Download License Update History of This Database Site Policy | Contact Us License - FANTOM5 | LSDB Archive ...

  15. License - Trypanosomes Database | LSDB Archive [Life Science Database Archive metadata

    Lifescience Database Archive (English)

    Full Text Available switchLanguage; BLAST Search Image Search Home About Archive Update History Data List Contact us Trypanoso... Attribution-Share Alike 2.1 Japan . If you use data from this database, please be sure attribute this database as follows: Trypanoso...nse Update History of This Database Site Policy | Contact Us License - Trypanosomes Database | LSDB Archive ...

  16. Effects of Wh-Question Graphic Organizers on Reading Comprehension Skills of Students with Autism Spectrum Disorders

    Science.gov (United States)

    Bethune, Keri S.; Wood,Charles L.

    2013-01-01

    Students with autism spectrum disorders often have difficulty with reading comprehension. This study used a delayed multiple baseline across participants design to evaluate the effects of graphic organizers on the accuracy of wh-questions answered following short passage reading. Participants were three elementary-age students with autism spectrum…

  17. Fast and simple protein-alignment-guided assembly of orthologous gene families from microbiome sequencing reads.

    Science.gov (United States)

    Huson, Daniel H; Tappu, Rewati; Bazinet, Adam L; Xie, Chao; Cummings, Michael P; Nieselt, Kay; Williams, Rohan

    2017-01-25

    Microbiome sequencing projects typically collect tens of millions of short reads per sample. Depending on the goals of the project, the short reads can either be subjected to direct sequence analysis or be assembled into longer contigs. The assembly of whole genomes from metagenomic sequencing reads is a very difficult problem. However, for some questions, only specific genes of interest need to be assembled. This is then a gene-centric assembly where the goal is to assemble reads into contigs for a family of orthologous genes. We present a new method for performing gene-centric assembly, called protein-alignment-guided assembly, and provide an implementation in our metagenome analysis tool MEGAN. Genes are assembled on the fly, based on the alignment of all reads against a protein reference database such as NCBI-nr. Specifically, the user selects a gene family based on a classification such as KEGG and all reads binned to that gene family are assembled. Using published synthetic community metagenome sequencing reads and a set of 41 gene families, we show that the performance of this approach compares favorably with that of full-featured assemblers and that of a recently published HMM-based gene-centric assembler, both in terms of the number of reference genes detected and of the percentage of reference sequence covered. Protein-alignment-guided assembly of orthologous gene families complements whole-metagenome assembly in a new and very useful way.

  18. Materiality of a simulation: Scratch reading machine, 1931

    Directory of Open Access Journals (Sweden)

    Craig Saper

    2009-12-01

    Full Text Available Using Bob Brown's reading machine and the prepared texts for his machine, called readies, both designed in 1930, as an example of scratch turntablist techniques, suggests an alternative to narrow definitions of literacy and new ways to appreciate the history of scratch techniques. Brown's machine resembles the turntablist’s ability to rapidly shift reading (its direction, speed, and repetition rather than slowly flipping the pages of a book. Punctuation marks, in the readies, become visual analogies. For movement we see em-dashes (— that also, by definition, indicate that the sentence was interrupted or cut short. The old uses of punctuation, such as employment of periods to mark the end of a sentence, disappear. The result looks like a script for a turntablist’s performance, and dj Herc starts to sound like a reading teacher. An online simulation of Brown's machine, http://www.readies.org, reproduce, or approximate, the motion, scratch, jerking, flickering, and visual effects produced or illuminated with the machine. Those supplemental aspects of reading are always already part of reading. The supplement (movement, visuality, mechanicity to traditional notions of literacy usually remain part of an implicate process. The reading machine and scratch techniques are not simply a new conduit for the same supposedly natural process. The scratch reading highlights what Jacques Derrida calls the "virtual multimedia" (of reading print on paper. The increasing prevalence, even omnipresent and [to some critics] epidemic, use of text(ing machines, something outside or beside traditional literacy, the scratch-meaning becomes foregrounded. Brown's machine puts the natural process of reading under erasure or scratch (simply by adjusting the speed, direction, and layout. dj Herc did the same for music.

  19. Update History of This Database - SSBD | LSDB Archive [Life Science Database Archive metadata

    Lifescience Database Archive (English)

    Full Text Available switchLanguage; BLAST Search Image Search Home About Archive Update History Data ...List Contact us SSBD Update History of This Database Date Update contents 2016/07/25 SSBD English archive si...tion Download License Update History of This Database Site Policy | Contact Us Update History of This Database - SSBD | LSDB Archive ... ...te is opened. 2013/09/03 SSBD ( http://ssbd.qbic.riken.jp/ ) is opened. About This Database Database Descrip

  20. Eye Movement Control in Scene Viewing and Reading: Evidence from the Stimulus Onset Delay Paradigm

    Science.gov (United States)

    Luke, Steven G.; Nuthmann, Antje; Henderson, John M.

    2013-01-01

    The present study used the stimulus onset delay paradigm to investigate eye movement control in reading and in scene viewing in a within-participants design. Short onset delays (0, 25, 50, 200, and 350 ms) were chosen to simulate the type of natural processing difficulty encountered in reading and scene viewing. Fixation duration increased…

  1. The Comparison Study of Six University Archives

    Directory of Open Access Journals (Sweden)

    Chun-Fen Liu

    2004-03-01

    Full Text Available The university archives is not only the extension of a building, but also includes the archival records, archivists and equipments. The university archives is the historical memory of a university, which could let people to predict the future by reviewing the past. The university archives has abundant collections, both teachers and students can review history of this university. This paper mainly compares six university archives of Taiwan, and the interviewing method is used in this research. After comparison of the six university archives, we have found the six university archives have different organizational structures, budgets, and functions. Finally the authors propose some suggestions.[Article content in Chinese

  2. Archives Library Information Center

    Data.gov (United States)

    National Archives and Records Administration — ALIC is an online library catalog of books, periodicals, and other materials contained in Archives I and II and book collections located in other facilities.

  3. The Ethics of Archival Research

    Science.gov (United States)

    McKee, Heidi A.; Porter, James E.

    2012-01-01

    What are the key ethical issues involved in conducting archival research? Based on examination of cases and interviews with leading archival researchers in composition, this article discusses several ethical questions and offers a heuristic to guide ethical decision making. Key to this process is recognizing the person-ness of archival materials.…

  4. Batch metadata assignment to archival photograph collections using facial recognition software

    Directory of Open Access Journals (Sweden)

    Kyle Banerjee

    2013-07-01

    Full Text Available Useful metadata is essential to giving individual meaning and value within the context of a greater image collection as well as making them more discoverable. However, often little information is available about the photos themselves, so adding consistent metadata to large collections of digital and digitized photographs is a time consuming process requiring highly experienced staff. By using facial recognition software, staff can identify individuals more quickly and reliably. Knowledge of individuals in photos helps staff determine when and where photos are taken and also improves understanding of the subject matter. This article demonstrates simple techniques for using facial recognition software and command line tools to assign, modify, and read metadata for large archival photograph collections.

  5. Reading comprehension and reading related abilities in adolescents with reading disabilities and attention-deficit/hyperactivity disorder.

    Science.gov (United States)

    Ghelani, Karen; Sidhu, Robindra; Jain, Umesh; Tannock, Rosemary

    2004-11-01

    Reading comprehension is a very complex task that requires different cognitive processes and reading abilities over the life span. There are fewer studies of reading comprehension relative to investigations of word reading abilities. Reading comprehension difficulties, however, have been identified in two common and frequently overlapping childhood disorders: reading disability (RD) and attention-deficit/hyperactivity disorder (ADHD). The nature of reading comprehension difficulties in these groups remains unclear. The performance of four groups of adolescents (RD, ADHD, comorbid ADHD and RD, and normal controls) was compared on reading comprehension tasks as well as on reading rate and accuracy tasks. Adolescents with RD showed difficulties across most reading tasks, although their comprehension scores were average. Adolescents with ADHD exhibited adequate single word reading abilities. Subtle difficulties were observed, however, on measures of text reading rate and accuracy as well as on silent reading comprehension, but scores remained in the average range. The comorbid group demonstrated similar difficulties to the RD group on word reading accuracy and on reading rate but experienced problems on only silent reading comprehension. Implications for reading interventions are outlined, as well as the clinical relevance for diagnosis.

  6. The Explicit Instruction of Reading Strategies: Directed Reading Thinking Activity vs. Guided Reading Strategies

    Directory of Open Access Journals (Sweden)

    Mohammad Mehdi Yazdani

    2015-05-01

    Full Text Available Investigating the efficiencies and deficiencies of reading strategies is one of the noticeable issues in the related theory and research in reading comprehension instruction. This study was to examine the impact of Directed Reading Thinking Activity (DRTA and Guided Reading (GR on reading comprehension. Sixty three Iranian students of grade one in Shahed high school in the city of Bojnourd took part in the study. They were assigned in three groups, one control and two experimental groups. The instruction lasted for ten weeks. This study utilized a pretest posttest control group in quantitative quasi- experimental design. The same reading comprehension test was administered as pre-test and post-test. The results were twofold: First, the instruction of learning strategies could foster reading comprehension skill. Second, while the explicit instruction of both strategies could improve the students' reading comprehension skill, Directed Reading Thinking Activity had a more significant positive effect than Guided Reading.

  7. GRIP Database original data - GRIPDB | LSDB Archive [Life Science Database Archive metadata

    Lifescience Database Archive (English)

    Full Text Available switchLanguage; BLAST Search Image Search Home About Archive Update History Data List Contact us GRI...PDB GRIP Database original data Data detail Data name GRIP Database original data DOI 10....18908/lsdba.nbdc01665-006 Description of data contents GRIP Database original data It consists of data table...s and sequences. Data file File name: gripdb_original_data.zip File URL: ftp://ftp.biosciencedbc.jp/archive/gripdb/LATEST/gri...e Database Description Download License Update History of This Database Site Policy | Contact Us GRIP Database original data - GRIPDB | LSDB Archive ...

  8. Dynamic Data Management Based on Archival Process Integration at the Centre for Environmental Data Archival

    Science.gov (United States)

    Conway, Esther; Waterfall, Alison; Pepler, Sam; Newey, Charles

    2015-04-01

    In this paper we decribe a business process modelling approach to the integration of exisiting archival activities. We provide a high level overview of existing practice and discuss how procedures can be extended and supported through the description of preservation state. The aim of which is to faciliate the dynamic controlled management of scientific data through its lifecycle. The main types of archival processes considered are: • Management processes that govern the operation of an archive. These management processes include archival governance (preservation state management, selection of archival candidates and strategic management) . • Operational processes that constitute the core activities of the archive which maintain the value of research assets. These operational processes are the acquisition, ingestion, deletion, generation of metadata and preservation actvities, • Supporting processes, which include planning, risk analysis and monitoring of the community/preservation environment. We then proceed by describing the feasability testing of extended risk management and planning procedures which integrate current practices. This was done through the CEDA Archival Format Audit which inspected British Atmospherics Data Centre and National Earth Observation Data Centre Archival holdings. These holdings are extensive, comprising of around 2PB of data and 137 million individual files which were analysed and characterised in terms of format based risk. We are then able to present an overview of the risk burden faced by a large scale archive attempting to maintain the usability of heterogeneous environmental data sets. We conclude by presenting a dynamic data management information model that is capable of describing the preservation state of archival holdings throughout the data lifecycle. We provide discussion of the following core model entities and their relationships: • Aspirational entities, which include Data Entity definitions and their associated

  9. Developmental Relations Between Reading Comprehension and Reading Strategies

    NARCIS (Netherlands)

    Muijselaar, M.; Swart, N.M.; Steenbeek-Planting, E.G,.; Droop, M.; Verhoeven, L.; de Jong, P.F.

    2017-01-01

    We examined the developmental relations between knowledge of reading strategies and reading comprehension in a longitudinal study of 312 Dutch children from the beginning of fourth grade to the end of fifth grade. Measures for reading comprehension, reading strategies, reading fluency, vocabulary,

  10. Archives: Medical Journal of Zambia

    African Journals Online (AJOL)

    Items 1 - 39 of 39 ... Archives: Medical Journal of Zambia. Journal Home > Archives: Medical Journal of Zambia. Log in or Register to get access to full text downloads. Username, Password, Remember me, or Register · Journal Home · ABOUT THIS JOURNAL · Advanced Search · Current Issue · Archives. 1 - 39 of 39 Items ...

  11. Archives: Annals of Pediatric Surgery

    African Journals Online (AJOL)

    Items 1 - 32 of 32 ... Archives: Annals of Pediatric Surgery. Journal Home > Archives: Annals of Pediatric Surgery. Log in or Register to get access to full text downloads. Username, Password, Remember me, or Register · Journal Home · ABOUT THIS JOURNAL · Advanced Search · Current Issue · Archives. 1 - 32 of 32 Items ...

  12. Archives: Town and Regional Planning

    African Journals Online (AJOL)

    Items 1 - 12 of 12 ... Archives: Town and Regional Planning. Journal Home > Archives: Town and Regional Planning. Log in or Register to get access to full text downloads. Username, Password, Remember me, or Register · Journal Home · ABOUT THIS JOURNAL · Advanced Search · Current Issue · Archives. 1 - 12 of 12 ...

  13. Archives: Egyptian Journal of Biology

    African Journals Online (AJOL)

    Items 1 - 17 of 17 ... Archives: Egyptian Journal of Biology. Journal Home > Archives: Egyptian Journal of Biology. Log in or Register to get access to full text downloads. Username, Password, Remember me, or Register · Journal Home · ABOUT THIS JOURNAL · Advanced Search · Current Issue · Archives. 1 - 17 of 17 Items ...

  14. Archives: Pan African Medical Journal

    African Journals Online (AJOL)

    Items 1 - 28 of 28 ... Archives: Pan African Medical Journal. Journal Home > Archives: Pan African Medical Journal. Log in or Register to get access to full text downloads. Username, Password, Remember me, or Register · Journal Home · ABOUT THIS JOURNAL · Advanced Search · Current Issue · Archives. 1 - 28 of 28 Items ...

  15. Archives: Orient Journal of Medicine

    African Journals Online (AJOL)

    Items 1 - 26 of 26 ... Archives: Orient Journal of Medicine. Journal Home > Archives: Orient Journal of Medicine. Log in or Register to get access to full text downloads. Username, Password, Remember me, or Register · Journal Home · ABOUT THIS JOURNAL · Advanced Search · Current Issue · Archives. 1 - 26 of 26 Items ...

  16. Archives: Libyan Journal of Medicine

    African Journals Online (AJOL)

    Items 1 - 23 of 23 ... Archives: Libyan Journal of Medicine. Journal Home > Archives: Libyan Journal of Medicine. Log in or Register to get access to full text downloads. Username, Password, Remember me, or Register · Journal Home · ABOUT THIS JOURNAL · Advanced Search · Current Issue · Archives. 1 - 23 of 23 Items ...

  17. Archives: African Crop Science Journal

    African Journals Online (AJOL)

    Items 1 - 50 of 99 ... Archives: African Crop Science Journal. Journal Home > Archives: African Crop Science Journal. Log in or Register to get access to full text downloads. Username, Password, Remember me, or Register · Journal Home · ABOUT THIS JOURNAL · Advanced Search · Current Issue · Archives. 1 - 50 of 99 ...

  18. Archives: African Crop Science Journal

    African Journals Online (AJOL)

    Items 51 - 99 of 99 ... Archives: African Crop Science Journal. Journal Home > Archives: African Crop Science Journal. Log in or Register to get access to full text downloads. Username, Password, Remember me, or Register · Journal Home · ABOUT THIS JOURNAL · Advanced Search · Current Issue · Archives. 51 - 99 of 99 ...

  19. Forecasting Reading Anxiety for Promoting English-Language Reading Performance Based on Reading Annotation Behavior

    Science.gov (United States)

    Chen, Chih-Ming; Wang, Jung-Ying; Chen, Yong-Ting; Wu, Jhih-Hao

    2016-01-01

    To reduce effectively the reading anxiety of learners while reading English articles, a C4.5 decision tree, a widely used data mining technique, was used to develop a personalized reading anxiety prediction model (PRAPM) based on individual learners' reading annotation behavior in a collaborative digital reading annotation system (CDRAS). In…

  20. GI+100: Long Term Preservation of Digital Geographic Information - 16 Fundamental Principles Agreed by National Mapping Agencies and State Archives

    Directory of Open Access Journals (Sweden)

    Carsten Carsten Rönsdorf

    2017-05-01

    There are many reasons why people wish to retain access to information, though the main drivers for archiving digital geographic information include meeting legislative requirements; the short and long term exploitation of archived data for analyzing social, environmental (e.g. global climate changes and economic changes over time; as well as efficiency savings in managing superseded datasets. This paper sets out the path and describes what needs to be done now to future-proof the investment government agencies around the world have made in creating digital geographic data.

  1. Archives: African Journal of Urology

    African Journals Online (AJOL)

    Items 1 - 50 of 66 ... Archives: African Journal of Urology. Journal Home > Archives: African Journal of Urology. Log in or Register to get access to full text downloads. Username, Password, Remember me, or Register · Journal Home · ABOUT THIS JOURNAL · Advanced Search · Current Issue · Archives. 1 - 50 of 66 Items, 1 2 ...

  2. Archives: Jos Journal of Medicine

    African Journals Online (AJOL)

    Items 1 - 18 of 18 ... Archives: Jos Journal of Medicine. Journal Home > Archives: Jos Journal of Medicine. Log in or Register to get access to full text downloads. Username, Password, Remember me, or Register · Journal Home · ABOUT THIS JOURNAL · Advanced Search · Current Issue · Archives. 1 - 18 of 18 Items. 2017 ...

  3. Archives: Edo Journal of Counselling

    African Journals Online (AJOL)

    Items 1 - 6 of 6 ... Archives: Edo Journal of Counselling. Journal Home > Archives: Edo Journal of Counselling. Log in or Register to get access to full text downloads. Username, Password, Remember me, or Register · Journal Home · ABOUT THIS JOURNAL · Advanced Search · Current Issue · Archives. 1 - 6 of 6 Items. 2011 ...

  4. Archives: les cahiers du cread

    African Journals Online (AJOL)

    Items 1 - 24 of 24 ... Archives: les cahiers du cread. Journal Home > Archives: les cahiers du cread. Log in or Register to get access to full text downloads. Username, Password, Remember me, or Register · Journal Home · ABOUT THIS JOURNAL · Advanced Search · Current Issue · Archives. 1 - 24 of 24 Items. 2016 ...

  5. Archives: Annals of Modern Education

    African Journals Online (AJOL)

    Items 1 - 8 of 8 ... Archives: Annals of Modern Education. Journal Home > Archives: Annals of Modern Education. Log in or Register to get access to full text downloads. Username, Password, Remember me, or Register · Journal Home · ABOUT THIS JOURNAL · Advanced Search · Current Issue · Archives. 1 - 8 of 8 Items. 2016 ...

  6. NASA's Astrophysics Data Archives

    Science.gov (United States)

    Hasan, H.; Hanisch, R.; Bredekamp, J.

    2000-09-01

    The NASA Office of Space Science has established a series of archival centers where science data acquired through its space science missions is deposited. The availability of high quality data to the general public through these open archives enables the maximization of science return of the flight missions. The Astrophysics Data Centers Coordinating Council, an informal collaboration of archival centers, coordinates data from five archival centers distiguished primarily by the wavelength range of the data deposited there. Data are available in FITS format. An overview of NASA's data centers and services is presented in this paper. A standard front-end modifyer called `Astrowbrowse' is described. Other catalog browsers and tools include WISARD and AMASE supported by the National Space Scince Data Center, as well as ISAIA, a follow on to Astrobrowse.

  7. Cost-effective data storage/archival subsystem for functional PACS

    Science.gov (United States)

    Chen, Y. P.; Kim, Yongmin

    1993-09-01

    Not the least of the requirements of a workable PACS is the ability to store and archive vast amounts of information. A medium-size hospital will generate between 1 and 2 TBytes of data annually on a fully functional PACS. A high-speed image transmission network coupled with a comparably high-speed central data storage unit can make local memory and magnetic disks in the PACS workstations less critical and, in an extreme case, unnecessary. Under these circumstances, the capacity and performance of the central data storage subsystem and database is critical in determining the response time at the workstations, thus significantly affecting clinical acceptability. The central data storage subsystem not only needs to provide sufficient capacity to store about ten days worth of images (five days worth of new studies, and on the average, about one comparison study for each new study), but also supplies images to the requesting workstation in a timely fashion. The database must provide fast retrieval responses upon users' requests for images. This paper analyzes both advantages and disadvantages of multiple parallel transfer disks versus RAID disks for short-term central data storage subsystem, as well as optical disk jukebox versus digital recorder tape subsystem for long-term archive. Furthermore, an example high-performance cost-effective storage subsystem which integrates both the RAID disks and high-speed digital tape subsystem as a cost-effective PACS data storage/archival unit are presented.

  8. SODA: Smart Objects, Dumb Archives

    Science.gov (United States)

    Nelson, Michael L.; Maly, Kurt; Zubair, Mohammad; Shen, Stewart N. T.

    2004-01-01

    We present the Smart Object, Dumb Archive (SODA) model for digital libraries (DLs). The SODA model transfers functionality traditionally associated with archives to the archived objects themselves. We are exploiting this shift of responsibility to facilitate other DL goals, such as interoperability, object intelligence and mobility, and heterogeneity. Objects in a SODA DL negotiate presentation of content and handle their own terms and conditions. In this paper we present implementations of our smart objects, buckets, and our dumb archive (DA). We discuss the status of buckets and DA and how they are used in a variety of DL projects.

  9. Exploring Content Schemata Influence on L2 Reading: "The Hunted Fox" and "Twelve and Not Stupid"

    Science.gov (United States)

    Radzi, Amizura Hanadi Mohd; Aziz, Noor Hashima Abd

    2014-01-01

    This paper will discuss the aspects of content schemata in second language reading among diploma level students who were taking a reading course in Universiti Teknologi MARA Perlis. In this qualitative case study, the researcher had selected two short stories that are categorized as content-familiar texts, i.e. "The Hunted Fox" and…

  10. Archival Education in Scandinavian Countries

    Directory of Open Access Journals (Sweden)

    Muhammet Hanefi Kutluoğlu

    2008-03-01

    Full Text Available Every country has responsibilities to provide the necessary personnel needed for their archival inheritance by education. Education can be shaped through tradition, historical inheritance and scientifi c necessities by defi ning the right educational method. Scandinavian countries have determined different education models based on their tradition, historical inheritance and requirements. In this article we focused on the formation of archival tradition, application of archival education in Scandinavian countries and the infl uence of the developments taking place in Europe on these countries. The relation between the archival education in European and Scandinavian countries is evaluated through a comparative method, and similarities to other countries are also evaluated. Finally, the present situation of archival education and the measures needed in this fi eld are taken into consideration.

  11. Digital Preservation at the Swiss Federal Archives

    International Nuclear Information System (INIS)

    Ohnesorge, Krystyna

    2012-01-01

    The Swiss Federal Archives (SFA) archives Swiss government data when it is no longer in use. The SFA is responsible for advising, inspecting and issuing directives in records management and archiving services in offices, agencies and institutions subjected to the Federal Act on Archiving; as well as archiving and disseminating records and data of archival value. With regard to RWM, it thus in fact is an additional regulator. The conceptual basis for digital archiving at the SFA is based on the ISO OAIS Open Archival Information System Reference Model (ISO 14721:2003). The SFA use a process-orientated approach. The SFA and the Federal Office decide jointly which documents and data are to be archived. Archive-worthy documents and data are selected on the basis of a systematic appraisal. Wherever possible this should be carried out pro-actively - before the documents are actually created - based on an indexing or classification system. If there is clarity, people will know what data - and metadata - to keep for the submission. The submission is split into several stages, from appraisal to the conclusion of the submission. Information is never changed once it is archived, except that it carries out conservation measures. New information is a new submission. The sustainable information management is a core expertise of national archives. The SFA preserves digital records and data and is responsible for their secure and appropriate safe-keeping, description and dissemination. For the archiving of relational databases (e.g. Microsoft Access, Oracle and SQL Server), the SFA have developed a format known as SIARD (Software Independent Archiving of Relational Databases). SIARD is an open standard and is supported by the SIARD Suite application, which can be used to convert relational databases into SIARD format. The SIARD Suite is now in use worldwide (over 170 downloads). The SFA distribute the SIARD Suite free of charge in conformity with the license agreement. Currently

  12. Taxon (Viridiplantae) - PGDBj - Ortholog DB | LSDB Archive [Life Science Database Archive metadata

    Lifescience Database Archive (English)

    Full Text Available of This Database Site Policy | Contact Us Taxon (Viridiplantae) - PGDBj - Ortholog DB | LSDB Archive ... ...List Contact us PGDBj - Ortholog DB Taxon (Viridiplantae) Data detail Data name Taxon (Viridiplantae) DOI 10...switchLanguage; BLAST Search Image Search Home About Archive Update History Data

  13. Taxon (Cyanobacteria) - PGDBj - Ortholog DB | LSDB Archive [Life Science Database Archive metadata

    Lifescience Database Archive (English)

    Full Text Available of This Database Site Policy | Contact Us Taxon (Cyanobacteria) - PGDBj - Ortholog DB | LSDB Archive ... ...List Contact us PGDBj - Ortholog DB Taxon (Cyanobacteria) Data detail Data name Taxon (Cyanobacteria) DOI 10...switchLanguage; BLAST Search Image Search Home About Archive Update History Data

  14. Child-centered reading intervention: See, talk, dictate, read, write!

    Directory of Open Access Journals (Sweden)

    Muhammet BAŞTUĞ

    2016-06-01

    Full Text Available Poor reading achievement of children in elementary schools has been one of the major concerns in education. The aim of this study is to examine the effectiveness of a child-centered reading intervention in eliminating the reading problems of a student with poor reading achievement. The research was conducted with a student having difficulty in reading. A reading intervention was designed that targeted multiple areas of reading and aimed to improve reading skills through the use of multiple strategies. This intervention is child-centered and includes visual aids, talking, dictating, reading and writing stages. The study was performed in 35 sessions consisting of stages of a single sentence (5 sessions, two sentences (5 sessions, three sentences (20 sessions and the text stage (5 sessions. The intervention sessions were audio-taped. These recordings and the written responses to the reading comprehension questions provided the data for analysis. The findings on the reading intervention revealed positive outcomes. The student exhibited certain improvements at the levels of reading, reading rate and reading comprehension. These results were discussed in the literature and the findings suggest that child-centered reading strategies such as talking, dictating and writing should be the main focus of instruction for students with low reading literacy achievement to enable these students to meet the demands of the curriculum.

  15. Toward a Greater Discourse: Issues in Religious Archives

    Directory of Open Access Journals (Sweden)

    Robert Presutti

    2010-06-01

    Full Text Available The topic of religious archives, a catalyst of much discussion in archival literature, has traditionally been overlooked within the discourse of the American Theological Library Association (ATLA. This essay provides a survey analysis of three pertinent issues in religious archives with the intention of generating a wider discussion on religious archives within ATLA. These issues include the role of graduate archival education, the effects of religious faith on both the archival record and the individual archivist, and the idea of a theology of archives. An extended review of the contributions of James O’Toole to the discussion of religious archives is utilized.

  16. Evaluating approaches to find exon chains based on long reads.

    Science.gov (United States)

    Kuosmanen, Anna; Norri, Tuukka; Mäkinen, Veli

    2018-05-01

    Transcript prediction can be modeled as a graph problem where exons are modeled as nodes and reads spanning two or more exons are modeled as exon chains. Pacific Biosciences third-generation sequencing technology produces significantly longer reads than earlier second-generation sequencing technologies, which gives valuable information about longer exon chains in a graph. However, with the high error rates of third-generation sequencing, aligning long reads correctly around the splice sites is a challenging task. Incorrect alignments lead to spurious nodes and arcs in the graph, which in turn lead to incorrect transcript predictions. We survey several approaches to find the exon chains corresponding to long reads in a splicing graph, and experimentally study the performance of these methods using simulated data to allow for sensitivity/precision analysis. Our experiments show that short reads from second-generation sequencing can be used to significantly improve exon chain correctness either by error-correcting the long reads before splicing graph creation, or by using them to create a splicing graph on which the long-read alignments are then projected. We also study the memory and time consumption of various modules, and show that accurate exon chains lead to significantly increased transcript prediction accuracy. The simulated data and in-house scripts used for this article are available at http://www.cs.helsinki.fi/group/gsa/exon-chains/exon-chains-bib.tar.bz2.

  17. Phenome data - High-sugar stress - DGBY | LSDB Archive [Life Science Database Archive metadata

    Lifescience Database Archive (English)

    Full Text Available switchLanguage; BLAST Search Image Search Home About Archive Update History Data ...s.zip File size: 90KB File name: Original file: High-sugar_stress.xls File URL: ftp://ftp.biosciencedbc.jp/archive/dgby/LATEST/Hi... Center for Protein Sequences) About This Database Database Description Download License Update History of Thi...s Database Site Policy | Contact Us Phenome data - High-sugar stress - DGBY | LSDB Archive ... ...List Contact us DGBY Phenome data - High-sugar stress Data detail Data name Phenome data - High-sugar stress

  18. IMPROVING STUDENTS’ READING COMPREHENSION THROUGH IINTERACTIVE READ-ALOUD TECHNIQUE

    Directory of Open Access Journals (Sweden)

    Edi Santoso

    2015-10-01

    Full Text Available Abstract: The present study, entitled Improving Students’ Reading Comprehension through Interactive Read-Aloud, attempts to unlock problems found in teaching and reading comprehension through interactive read-aloud in a Senior High School of Sport (SMAN Olah Raga Lampung, in Metro. The findings revealed that students’ reading comprehension improved through interactive read-aloud. The improvement can be seen from the increase of test results, meaning construction, and motivation. The process of reading activities showed that the teacher’s gesture and body language, 20 questions, explain and guess activities were proven to help the students construct meaning from the given texts. In addition, interactive read-aloud is effective to boost students’ motivation to comprehend the texts.   Key words: Reading comprehension, interactive read-aloud.

  19. Reading faster

    Directory of Open Access Journals (Sweden)

    Paul Nation

    2009-12-01

    Full Text Available This article describes the visual nature of the reading process as it relates to reading speed. It points out that there is a physical limit on normal reading speed and beyond this limit the reading process will be different from normal reading where almost every word is attended to. The article describes a range of activities for developing reading fluency, and suggests how the development of fluency can become part of a reading programme.

  20. Internet FAQ Archives - Online Education - faqs.org

    Science.gov (United States)

    faqs.org Internet FAQ Archives - Online Education faqs.org faqs.org - Internet FAQ Archives Internet FAQ Archives Online Education Internet RFC Index Usenet FAQ Index Other FAQs Documents Tools IFC Rated FAQs Internet RFC/STD/FYI/BCP Archives The Internet RFC series of documents is also available from

  1. Efficiency of PR communication in establishing links between archives and students: case study of the State Archives in Zadar

    Directory of Open Access Journals (Sweden)

    Goran Pavelin

    2013-03-01

    Full Text Available The aim of the paper is to highlight the changing role of archives and to use the case study to indicate the lacking communication with students due to the absence of PR activities, as well as to point to the difficulties of access to digital archival materials needed for student research. Using PR strategies the archives can sensitise the public for its material through different public programmes, exhibitions and fostering goodmedia relations. The archives try to develop good relations with target groups, in this case with students as potential users, taking into consideration their research needs and materials they are interested in. Research findings on student needs for archival data are extremely rare, even in recent American research. Therefore, we conducted this research using a questionnaire for students of four departments of the University of Zadar (geography, history, art history, tourism and communication, who were users of the State Archives in Zadar. The research results show whether the subjects use archival material, for what purposes, and what other resources they used prior to archival material. It also provides information on the level of familiarity with online archival material and use of web pages with archival resources. We can conclude that the students in Zadar are not well acquainted with the digital resources and use them rarely for their research purposes. The situation can be improved by having the State Archives in Zadar take a more proactive role in identifying target groups of students, their user profiles, difficulties they face, and by allowing a more flexible access to archival material. In addition to goo d relations with the Department of Information Sciences, the Archives should foster links with other departments and include them in planning and implementation of their programmes.

  2. Public Library Summer Reading Programs Contribute to Reading Progress and Proficiency. A Review of: Roman, S., & Fiore, C. (2010. Do public library summer reading programs close the achievement gap? Children and Libraries, (Winter, 27-31.

    Directory of Open Access Journals (Sweden)

    Gayle Bogel

    2012-03-01

    Full Text Available Objectives – To explore summer reading partnerships between public libraries and school libraries, and the impact on student achievement in reading.Design – The design is mixed methods: tests, interviews and surveys.Setting – Eleven US sites involving school and public library partners.Subjects – A total of 357 elementary school students entering fourth grade that met specific criteria. Parents, teachers, school librarians and public librarians were also included.Methods – This study occurred over a three year period from 2006-2009. It was developed as a partnership between Dominican University, the Colorado State Library Agency and the Texas Library and Archives Commission. Additionally, the Center for Summer Learning at Johns Hopkins University was contracted to conduct the research. It was designed to explore the research question central to a 1978 study by Barbara Heyns.An advisory committee, with representatives from each partner agency, developed evaluation questions and established the objective selection criteria for participants in the study. The criteria included: at least 50% of students qualifying for free and reduced price meals; at least 85 percent of school population would take the reading proficiency test in English; public library summer reading programs with a minimum of six weeks of programming; a history of collaboration between the paired school and public library applicants; both school and public library would sign a partnership agreement and participate in conference calls.In spring of 2008, students at participating sites were given a pre-test using the Scholastic Reading Inventory, and also provided with special summer reading logs developed for the study, to be used during their subsequent participation in the public library summer reading programs.In fall of 2008, the same children were tested on the Scholastic Reading Inventory. In addition, surveys of students, parents, teachers and library staff were

  3. Update History of This Database - fRNAdb | LSDB Archive [Life Science Database Archive metadata

    Lifescience Database Archive (English)

    Full Text Available switchLanguage; BLAST Search Image Search Home About Archive Update History Data ...List Contact us fRNAdb Update History of This Database Date Update contents 2016/03/29 fRNAdb English archiv...on Download License Update History of This Database Site Policy | Contact Us Update History of This Database - fRNAdb | LSDB Archive ... ...e site is opened. 2006/12 fRNAdb ( http://www.ncrna.org/ ) is opened. About This Database Database Descripti

  4. Extensive Graded Reading in the Liberal Arts and Sciences

    Science.gov (United States)

    Poulshock, Joseph

    2010-01-01

    For this research, learners did extensive graded reading (EGR) with traditional graded readers, and they also interacted with short graded stories in the liberal arts and sciences (LAS). This study describes the purpose and format of the LAS stories used by hundreds of university students and adult learners in Japan. It summarizes the results of…

  5. Sample ontology, GOstat and ontology term enrichment - FANTOM5 | LSDB Archive [Life Science Database Archive metadata

    Lifescience Database Archive (English)

    Full Text Available switchLanguage; BLAST Search Image Search Home About Archive Update History Data List Contact us FANTOM....biosciencedbc.jp/archive/fantom5/datafiles/LATEST/extra/Ontology/ File size: 1.8 MB Simple search URL - Dat...t Us Sample ontology, GOstat and ontology term enrichment - FANTOM5 | LSDB Archive ...

  6. Promoting preschool reading

    OpenAIRE

    Istenič, Vesna

    2013-01-01

    The thesis titled Promoting preschool reading consists of a theoretiral and an empirical part. In the theoretical part I wrote about reading, the importance of reading, types of reading, about reading motivation, promoting reading motivation, internal and external motivation, influence of reading motivation on the child's reading activity, reading and familial literacy, the role of adults in promotion reading literacy, reading to a child and promoting reading in pre-school years, where I ...

  7. Update History of This Database - RMG | LSDB Archive [Life Science Database Archive metadata

    Lifescience Database Archive (English)

    Full Text Available switchLanguage; BLAST Search Image Search Home About Archive Update History Data ...List Contact us RMG Update History of This Database Date Update contents 2016/08/22 The contact address is c...dna.affrc.go.jp/ ) is opened. About This Database Database Description Download License Update Hi...story of This Database Site Policy | Contact Us Update History of This Database - RMG | LSDB Archive ... ... URL of the portal site is changed. 2013/08/07 RMG archive site is opened. 2002/09/25 RMG ( http://rmg.rice.

  8. Update History of This Database - DGBY | LSDB Archive [Life Science Database Archive metadata

    Lifescience Database Archive (English)

    Full Text Available switchLanguage; BLAST Search Image Search Home About Archive Update History Data ...List Contact us DGBY Update History of This Database Date Update contents 2014/10/20 The URL of the portal s...aro.affrc.go.jp/yakudachi/yeast/index.html ) is opened. About This Database Database Description Download License Update Hi...story of This Database Site Policy | Contact Us Update History of This Database - DGBY | LSDB Archive ... ... Expression of attribution in License is updated. 2012/03/08 DGBY English archive site is opened. 2006/10/02

  9. The FARC fuel archive of VVER

    International Nuclear Information System (INIS)

    Zizin, M.N.; Parfenova, N.A.; Proselkov, V.N.; Shishkov, L.K.

    1998-01-01

    The principles of organisation are explained and the structure of the FARC fuel archive for VVER reactors is described. The objective of the archive is accumulation of fuel data, data storage and obtaining the fuel using characteristics. The working version of fuel archive on 01.07.98 is realised, in which the data tables for fuel assemblies for 169 VVER-440 cycles and 35 VVER-1000 cycles are stored. There are two different versions of fuel archive - for VVER-440 (FARC) and for VVER-1000 (FARC1000). A structure of some tables and the texts of programs for them differ. The algorithms and codes for checking integrity, reasonableness and reliability of fuel archive data are developed. (author)

  10. Pathway enrichment and co-expression cluster analysis - FANTOM5 | LSDB Archive [Life Science Database Archive metadata

    Lifescience Database Archive (English)

    Full Text Available switchLanguage; BLAST Search Image Search Home About Archive Update History Data List Contact us FANTOM...lusters File URL: ftp://ftp.biosciencedbc.jp/archive/fantom5/datafiles/phase1.3/extra/Co-expression_clusters...ite Policy | Contact Us Pathway enrichment and co-expression cluster analysis - FANTOM5 | LSDB Archive ...

  11. Audio-visual synchronization in reading while listening to texts: Effects on visual behavior and verbal learning

    OpenAIRE

    Gerbier , Emilie; Bailly , Gérard; Bosse , Marie-Line

    2018-01-01

    International audience; Reading while listening to texts (RWL) is a promising way to improve the learning benefits provided by a reading experience. In an exploratory study, we investigated the effect of synchronizing the highlighting of words (visual) with their auditory (speech) counterpart during a RWL task. Forty French children from 3rd to 5th grade read short stories in their native language while hearing the story spoken by a narrator. In the non-synchronized (S-) condition the text wa...

  12. Short interval expansion of Rényi entropy on torus

    Energy Technology Data Exchange (ETDEWEB)

    Chen, Bin [Department of Physics and State Key Laboratory of Nuclear Physics and Technology,Peking University,5 Yiheyuan Rd, Beijing 100871 (China); Collaborative Innovation Center of Quantum Matter,5 Yiheyuan Rd, Beijing 100871 (China); Center for High Energy Physics, Peking University,5 Yiheyuan Rd, Beijing 100871 (China); Wu, Jun-Bao [Theoretical Physics Division, Institute of High Energy Physics, Chinese Academy of Sciences,19B Yuquan Rd, Beijing 100049 (China); Theoretical Physics Center for Science Facilities, Chinese Academy of Sciences,19B Yuquan Rd, Beijing 100049 (China); Center for High Energy Physics, Peking University,5 Yiheyuan Rd, Beijing 100871 (China); Zhang, Jia-ju [Theoretical Physics Division, Institute of High Energy Physics, Chinese Academy of Sciences,19B Yuquan Rd, Beijing 100049 (China); Theoretical Physics Center for Science Facilities, Chinese Academy of Sciences,19B Yuquan Rd, Beijing 100049 (China)

    2016-08-23

    We investigate the short interval expansion of the Rényi entropy for two-dimensional conformal field theory (CFT) on a torus. We require the length of the interval ℓ to be small with respect to the spatial and temporal sizes of the torus. The operator product expansion of the twist operators allows us to compute the short interval expansion of the Rényi entropy at any temperature. In particular, we pay special attention to the large c CFTs dual to the AdS{sub 3} gravity and its cousins. At both low and high temperature limits, we read the Rényi entropies to order ℓ{sup 6}, and find good agreements with holographic results. Moreover, the expansion allows us to read 1/c contribution, which is hard to get by expanding the thermal density matrix. We generalize the study to the case with the chemical potential as well.

  13. Archival Information Management System.

    Science.gov (United States)

    1995-02-01

    management system named Archival Information Management System (AIMS), designed to meet the audit trail requirement for studies completed under the...are to be archived to the extent that future reproducibility and interrogation of results will exist. This report presents a prototype information

  14. Update History of This Database - TogoTV | LSDB Archive [Life Science Database Archive metadata

    Lifescience Database Archive (English)

    Full Text Available switchLanguage; BLAST Search Image Search Home About Archive Update History Data ...List Contact us TogoTV Update History of This Database Date Update contents 2017/05/12 TogoTV English archiv...ription Download License Update History of This Database Site Policy | Contact Us Update History of This Database - TogoTV | LSDB Archive ... ...e site is opened. 2007/07/20 TogoTV ( http://togotv.dbcls.jp/ ) is opened. About This Database Database Desc

  15. Update History of This Database - ConfC | LSDB Archive [Life Science Database Archive metadata

    Lifescience Database Archive (English)

    Full Text Available switchLanguage; BLAST Search Image Search Home About Archive Update History Data ...List Contact us ConfC Update History of This Database Date Update contents 2016/09/20 ConfC English archive ...tion Download License Update History of This Database Site Policy | Contact Us Update History of This Database - ConfC | LSDB Archive ... ...site is opened. 2005/05/01 ConfC (http://mbs.cbrc.jp/ConfC/) is opened. About This Database Database Descrip

  16. Update History of This Database - tRNADB-CE | LSDB Archive [Life Science Database Archive metadata

    Lifescience Database Archive (English)

    Full Text Available switchLanguage; BLAST Search Image Search Home About Archive Update History Data List Contact us tRNAD...11/08/25 License is updated. 2010/03/29 tRNADB-CE English archive site is opened. 2008/7/1 tRNADB-CE( http:/...Download License Update History of This Database Site Policy | Contact Us Update History of This Database - tRNADB-CE | LSDB Archive ...

  17. Costs of Archival Storage

    DEFF Research Database (Denmark)

    Nielsen, Anders Bo; Thirifays, Alex; Kejser, Ulla Bøgvad

    2012-01-01

    to determine the costs of establishing and maintaining a preservation solution destined for long-term preservation of digital materials and to develop a tool capable of doing this operation. In order to fulfill the purposes, the project employed a combination of own and external experience as well as the OAIS......This paper presents an analysis of the cost of archival storage. The study is part of a project conducted by The Danish National Archives, The Royal Library, and The State and University Library to develop a generic cost model for digital preservation (CMDP). The purposes of the study were...... Reference Model as a framework to fully understand and identify the cost critical activities of bit-preservation as described in Archival Storage. We found that the costs of Archival Storage are obviously closely linked to the data volume, but also to the required preservation quality, especially...

  18. Web-based diagnosis and therapy of auditory prerequisites for reading and spelling

    Directory of Open Access Journals (Sweden)

    Krammer, Sandra

    2006-11-01

    Full Text Available Cognitive deficits in auditory or visual processing or in verbal short-term-memory are amongst others risk factors for the development of dyslexia (reading and spelling disability. By early identification and intervention (optimally before school entry, detrimental effects of these cognitive deficits on reading and spelling might be prevented. The goal of the CASPAR-project is to develop and evaluate web-based tools for diagnosis and therapy of cognitive prerequisites for reading and spelling, which are appropriate for kindergarten children. In the first approach CASPAR addresses auditory processing disorders. This article describes a computerized and web-based approach for screening and testing phoneme discrimination and for promoting phoneme discrimination abilities through interactive games in kindergarteners.

  19. Protein (Viridiplantae) - PGDBj - Ortholog DB | LSDB Archive [Life Science Database Archive metadata

    Lifescience Database Archive (English)

    Full Text Available ase Description Download License Update History of This Database Site Policy | Contact Us Protein (Viridiplantae) - PGDBj - Ortholog DB | LSDB Archive ... ...List Contact us PGDBj - Ortholog DB Protein (Viridiplantae) Data detail Data name Protein (Viridiplantae) DO...switchLanguage; BLAST Search Image Search Home About Archive Update History Data

  20. License - Plabrain DB | LSDB Archive [Life Science Database Archive metadata

    Lifescience Database Archive (English)

    Full Text Available switchLanguage; BLAST Search Image Search Home About Archive Update History Data List Contact us Plabrain... Alike 2.1 Japan . If you use data from this database, please be sure attribute this database as follows: Plabrain...of this database (http://dbarchive.lifesciencedb.jp/english/en/plabrain-db/desc.html) in the article or pape...se Description Download License Update History of This Database Site Policy | Contact Us License - Plabrain DB | LSDB Archive ...

  1. Parents' reading-related knowledge and children's reading acquisition.

    Science.gov (United States)

    Ladd, Megan; Martin-Chang, Sandra; Levesque, Kyle

    2011-12-01

    Teacher reading-related knowledge (phonological awareness and phonics knowledge) predicts student reading, however little is known about the reading-related knowledge of parents. Participants comprised 70 dyads (children from kindergarten and grade 1 and their parents). Parents were administered a questionnaire tapping into reading-related knowledge, print exposure, storybook reading, and general cultural knowledge. Children were tested on measures of letter-word knowledge, sound awareness, receptive vocabulary, oral expression, and mathematical skill. Parent reading-related knowledge showed significant positive links with child letter-word knowledge and sound awareness, but showed no correlations with child measures of mathematical skill or vocabulary. Furthermore, parent reading-related knowledge was not associated with parents' own print exposure or cultural knowledge, indicating that knowledge about English word structure may be separate from other cognitive skills. Implications are discussed in terms of improving parent reading-related knowledge to promote child literacy.

  2. Archiving Electronic Publications - a Librarian's Point of View

    Science.gov (United States)

    Grothkopf, U.

    Archiving electronic journals is complex. There are many questions: Who is responsible for archiving? What is archived? How many copies should be archived. How can one ensure the integrity of electronic documents? How can access be maintained? Technology will provide some answers. Electronic archives will require periodic refreshing and migration to new technology. Many factors remain unknown at present.

  3. Role of executive functioning and home environment in early reading development

    NARCIS (Netherlands)

    Segers, P.C.J.; Damhuis, C.M.P.; Sande, E. van de; Verhoeven, L.T.W.

    2016-01-01

    We examined the role of executive functioning (EF) and home environment in the prediction of early reading development. In a longitudinal design, we followed 101 Dutch children from kindergarten to second grade. EF (attentional control, action control, short-term memory (STM)) and home factors

  4. Why should I read? - A cross-cultural investigation into adolescents' reading socialisation and reading attitude

    Science.gov (United States)

    Broeder, Peter; Stokmans, Mia

    2013-06-01

    While reading behaviour of adolescents is a frequent object of research, most studies in this field are restricted to a single country. This study investigates reading as a leisure-time activity across social groups from three regions differing in reading tradition as well as in the facilities available for reading. The authors analyse the reading behaviour of a total of 2,173 adolescents in the Netherlands, in Beijing (China), and in Cape Town (South Africa). Taking Icek Ajzen's Theory of Planned Behaviour as a starting point, the authors adjusted it to model the three most important determinants of reading behaviour, namely (1) reading attitude; (2) subjective norms (implicit and explicit social pressure to read); and (3) perceived behavioural control, which includes reading proficiency and appropriateness of the available books (book supply). While they found the adjusted model to fit the Dutch and Beijing situation quite well, it appeared to be inappropriate for the Cape Town situation. Despite considerable cultural and situational differences between the Netherlands and Beijing, the results show a similar pattern for these two environments. The most important determinants turn out to be: the hedonic reading attitude, the implicit norm of family and friends, the attractiveness of the available choice of books, and the perceived reading proficiency.

  5. A Background to Motion Picture Archives.

    Science.gov (United States)

    Fletcher, James E.; Bolen, Donald L., Jr.

    The emphasis of archives is on the maintenance and preservation of materials for scholarly research and professional reference. Archives may be established as separate entities or as part of a library or museum. Film archives may include camera originals (positive and negative), sound recordings, outtakes, scripts, contracts, advertising…

  6. Protein (Cyanobacteria) - PGDBj - Ortholog DB | LSDB Archive [Life Science Database Archive metadata

    Lifescience Database Archive (English)

    Full Text Available ut This Database Database Description Download License Update History of This Database Site Policy | Contact Us Protein (Cyanobacteria) - PGDBj - Ortholog DB | LSDB Archive ... ...List Contact us PGDBj - Ortholog DB Protein (Cyanobacteria) Data detail Data name Protein (Cyanobacteria) DO...switchLanguage; BLAST Search Image Search Home About Archive Update History Data

  7. Reframing transitions and contesting memories: The archive and the archival object in Peruvian cinema

    OpenAIRE

    Barrow, Sarah

    2015-01-01

    This essay considers the stories behind the production and screening of two very different Peruvian films that both reveal much about the way the archive, the archival object and archival fragment have worked to disrupt and force a reconsideration of key moments in Peruvian political history of the twentieth century. One, a feature film by Francisco Lombardi, Ojos que no ven/Eyes that don’t see (2003), provides a provocative perspective on the impact of the televisual revelations of the corru...

  8. Short-term memory load and pronunciation rate

    Science.gov (United States)

    Schweickert, Richard; Hayt, Cathrin

    1988-01-01

    In a test of short-term memory recall, two subjects attempted to recall various lists. For unpracticed subjects, the time it took to read the list is a better predictor of immediate recall than the number of items on the list. For practiced subjects, the two predictors do about equally well. If the items that must be recalled are unfamiliar, it is advantageous to keep the items short to pronounce. On the other hand, if the same items will be encountered over and over again, it is advantageous to make them distinctive, even at the cost of adding to the number of syllables.

  9. Reading Function and Content Words in Subtitled Videos

    Science.gov (United States)

    Szarkowska, Agnieszka; Łogińska, Maria

    2016-01-01

    In this study, we examined how function and content words are read in intra- and interlingual subtitles. We monitored eye movements of a group of 39 deaf, 27 hard of hearing, and 56 hearing Polish participants while they viewed English and Polish videos with Polish subtitles. We found that function words and short content words received less visual attention than longer content words, which was reflected in shorter dwell time, lower number of fixations, shorter first fixation duration, and lower subject hit count. Deaf participants dwelled significantly longer on function words than other participants, which may be an indication of their difficulty in processing this type of words. The findings are discussed in the context of classical reading research and applied research on subtitling. PMID:26681268

  10. Archives: South African Journal of Botany

    African Journals Online (AJOL)

    Archives: South African Journal of Botany. Journal Home > Archives: South African Journal of Botany. Log in or Register to get access to full text downloads. Username, Password, Remember me, or Register · Journal Home · ABOUT THIS JOURNAL · Advanced Search · Current Issue · Archives. This journal has not ...

  11. License - tRNADB-CE | LSDB Archive [Life Science Database Archive metadata

    Lifescience Database Archive (English)

    Full Text Available switchLanguage; BLAST Search Image Search Home About Archive Update History Data List Contact us tRNAD...-Share Alike 2.1 Japan. If you use data from this database, please be sure attribute this database as follows: tRNAD...: About This Database Database Description Download License Update History of This Database Site Policy | Contact Us License - tRNADB-CE | LSDB Archive ...

  12. The Wismut biosample archive in the occupational medical research. Pathological and molecular epidemiological archive

    International Nuclear Information System (INIS)

    Bruening, Thomas; Johnen, Georg

    2015-01-01

    Worldwide only few biosample archives exist that focus on samples from employees with occupational exposures, especially radiation exposure. The Wismut biosample archive of former uranium miners is a valuable resource for the occupational medical research.

  13. Download - FANTOM5 | LSDB Archive [Life Science Database Archive metadata

    Lifescience Database Archive (English)

    Full Text Available switchLanguage; BLAST Search Image Search Home About Archive Update History Data List Contact us FANTOM... and CAGE TSS aggregation fantom5_new_experimental_details.zip (273 KB) basic (1.3 TB) Simple search and dow...nload 3 (reprocessed)HeliscopeCAGE sequencing, Delve mapping and CAGE TSS aggregation fantom5_rp_exp_details...access [here]. About This Database Database Description Download License Update History of This Database Site Policy | Contact Us Download - FANTOM5 | LSDB Archive ...

  14. Comparison of reading speed with 3 different log-scaled reading charts.

    Science.gov (United States)

    Buari, Noor Halilah; Chen, Ai-Hong; Musa, Nuraini

    2014-01-01

    A reading chart that resembles real reading conditions is important to evaluate the quality of life in terms of reading performance. The purpose of this study was to compare the reading speed of UiTM Malay related words (UiTM-Mrw) reading chart with MNread Acuity Chart and Colenbrander Reading Chart. Fifty subjects with normal sight were randomly recruited through randomized sampling in this study (mean age=22.98±1.65 years). Subjects were asked to read three different near charts aloud and as quickly as possible at random sequence. The charts were the UiTM-Mrw Reading Chart, MNread Acuity Chart and Colenbrander Reading Chart, respectively. The time taken to read each chart was recorded and any errors while reading were noted. Reading performance was quantified in terms of reading speed as words per minute (wpm). The mean reading speed for UiTM-Mrw Reading Chart, MNread Acuity Chart and Colenbrander Reading Chart was 200±30wpm, 196±28wpm and 194±31wpm, respectively. Comparison of reading speed between UiTM-Mrw Reading Chart and MNread Acuity Chart showed no significant difference (t=-0.73, p=0.72). The same happened with the reading speed between UiTM-Mrw Reading Chart and Colenbrander Reading Chart (t=-0.97, p=0.55). Bland and Altman plot showed good agreement between reading speed of UiTM-Mrw Reading Chart with MNread Acuity Chart with the Colenbrander Reading Chart. UiTM-Mrw Reading Chart in Malay language is highly comparable with standardized charts and can be used for evaluating reading speed. Copyright © 2013 Spanish General Council of Optometry. Published by Elsevier Espana. All rights reserved.

  15. Web Archives for the Analog Archivist: Using Webpages Archived by the Internet Archive to Improve Processing and Description

    OpenAIRE

    Gelfand, Aleksandr

    2018-01-01

    Twenty years ago the Internet Archive was founded with the wide-ranging mission of providing universal access to all knowledge. In the two decades since, that organization has captured and made accessible over 150 billion websites. By incorporating the use of Internet Archive's Wayback Machine into their workflows, archivists working primarily with analog records may enhance their ability in such tasks as the construction of a processing plan, the creation of more accurate historical descript...

  16. Archives: Ethiopian Journal of Health Sciences

    African Journals Online (AJOL)

    Items 1 - 50 of 65 ... Archives: Ethiopian Journal of Health Sciences. Journal Home > Archives: Ethiopian Journal of Health Sciences. Log in or Register to get access to full text downloads. Username, Password, Remember me, or Register · Journal Home · ABOUT THIS JOURNAL · Advanced Search · Current Issue · Archives ...

  17. Reading Comprehension in Boys with ADHD: The Mediating Roles of Working Memory and Orthographic Conversion.

    Science.gov (United States)

    Friedman, Lauren M; Rapport, Mark D; Raiker, Joseph S; Orban, Sarah A; Eckrich, Samuel J

    2017-02-01

    Reading comprehension difficulties in children with ADHD are well established; however, limited information exists concerning the cognitive mechanisms that contribute to these difficulties and the extent to which they interact with one another. The current study examines two broad cognitive processes known to be involved in children's reading comprehension abilities-(a) working memory (i.e., central executive processes [CE], phonological short-term memory [PH STM], and visuospatial short-term memory [VS STM]) and (b) orthographic conversion (i.e., conversion of visually presented text to a phonological code)-to elucidate their unique and interactive contribution to ADHD-related reading comprehension differences. Thirty-one boys with ADHD-combined type and 30 typically developing (TD) boys aged 8 to 12 years (M = 9.64, SD = 1.22) were administered multiple counterbalanced tasks assessing WM and orthographic conversion processes. Relative to TD boys, boys with ADHD exhibited significant deficits in PH STM (d = -0.70), VS STM (d = -0.92), CE (d = -1.58), and orthographic conversion (d = -0.93). Bias-corrected, bootstrapped mediation analyses revealed that CE and orthographic conversion processes modeled separately mediated ADHD-related reading comprehension differences partially, whereas PH STM and VS STM did not. CE and orthographic conversion modeled jointly mediated ADHD-related reading comprehension differences fully wherein orthographic conversion's large magnitude influence on reading comprehension occurred indirectly through CE's impact on the orthographic system. The findings suggest that adaptive cognitive interventions designed to improve reading-related outcomes in children with ADHD may benefit by including modules that train CE and orthographic conversion processes independently and interactively.

  18. Improving Reading Skills in Students with Dyslexia: The Efficacy of a Rhythmic Training

    Directory of Open Access Journals (Sweden)

    Alessandro eAntonietti

    2015-10-01

    Full Text Available The core deficit underlying developmental dyslexia (DD has been identified in difficulties in dynamic and rapidly changing auditory information processing, which contribute to the development of impaired phonological representations for words. It has been argued that enhancing basic musical rhythm perception skills in children with DD may have a positive effect on reading abilities because music and language share common mechanisms and thus transfer effects from the former to the latter are expected to occur. A computer-assisted training, called Rhythmic Reading Training (RRT, was designed in which reading exercises are combined with rhythm background. Fourteen junior high school students with DD took part to 9 biweekly individual sessions of 30 minutes in which RRT was implemented. Reading improvements after the intervention period were compared with ones of a matched control group of 14 students with DD who received no intervention. Results indicated that RRT had a positive effect on both reading speed and accuracy, and significant effects were found on short pseudo-words reading speed, long pseudo-words reading speed, high frequency long words reading accuracy, and text reading accuracy. No difference in rhythm perception between the intervention and control group were found. Findings suggest that rhythm facilitates the development of reading skill because of the temporal structure it imposes to word decoding.

  19. Going, going, still there: using the WebCite service to permanently archive cited web pages.

    Science.gov (United States)

    Eysenbach, Gunther; Trudel, Mathieu

    2005-12-30

    Scholars are increasingly citing electronic "web references" which are not preserved in libraries or full text archives. WebCite is a new standard for citing web references. To "webcite" a document involves archiving the cited Web page through www.webcitation.org and citing the WebCite permalink instead of (or in addition to) the unstable live Web page. This journal has amended its "instructions for authors" accordingly, asking authors to archive cited Web pages before submitting a manuscript. Almost 200 other journals are already using the system. We discuss the rationale for WebCite, its technology, and how scholars, editors, and publishers can benefit from the service. Citing scholars initiate an archiving process of all cited Web references, ideally before they submit a manuscript. Authors of online documents and websites which are expected to be cited by others can ensure that their work is permanently available by creating an archived copy using WebCite and providing the citation information including the WebCite link on their Web document(s). Editors should ask their authors to cache all cited Web addresses (Uniform Resource Locators, or URLs) "prospectively" before submitting their manuscripts to their journal. Editors and publishers should also instruct their copyeditors to cache cited Web material if the author has not done so already. Finally, WebCite can process publisher submitted "citing articles" (submitted for example as eXtensible Markup Language [XML] documents) to automatically archive all cited Web pages shortly before or on publication. Finally, WebCite can act as a focussed crawler, caching retrospectively references of already published articles. Copyright issues are addressed by honouring respective Internet standards (robot exclusion files, no-cache and no-archive tags). Long-term preservation is ensured by agreements with libraries and digital preservation organizations. The resulting WebCite Index may also have applications for research

  20. Issues and prospects of digitizing liberation movements' archives ...

    African Journals Online (AJOL)

    User

    collective memory. Keywords: digitization,. NAHECS, liberation archives, digitally born, audio- visual. Introduction and background to liberation archives. Archives are generally records of .... long term preservation and access to selected archival materials ..... by International Library of African Music. (ILAM) in. Rhodes.

  1. Lexical inference as an obstacle to reading comprehension at senior ...

    African Journals Online (AJOL)

    The first utilised twenty-five Multiple Choice questions to test vocabulary out of context. Before the students attempted the second test they read three different passages of text after which they were tested on the same vocabulary items as in Test 1. They also answered twenty-five Short Answer comprehension questions ...

  2. Osteological evidence of short-limbed dwarfism in a nineteenth century Dutch family: Achondroplasia or hypochondroplasia.

    Science.gov (United States)

    Waters-Rist, Andrea L; Hoogland, Menno L P

    2013-12-01

    An opportunity to explore osteological features of a form of disproportionate dwarfism is presented by a recent archaeological discovery. Excavation of a predominately nineteenth century Dutch cemetery from the rural, agricultural village of Middenbeemster revealed an older adult female with skeletal changes consistent with achondroplasia. The most marked features are a rhizomelic pattern of shortened and thickened upper and lower limbs, frontal bossing and a moderately depressed nasal bridge, small lumbar neural canals with short pedicles, bowing of the femora and tibiae, and short stature (130.0±5cm). However, some common features of achondroplasia like cranial base reduction and shortened fingers and toes are absent. The alternative diagnosis of a more mild form of short-limbed dwarfism, hypochondroplasia, is explored and aided by archival identification of the individual and her offspring. Five offspring, including three perinates, a 10-year-old daughter, and a 21-year-old son, are analysed for evidence of an inherited skeletal dysplasia. The unique addition of family history to the paleopathological diagnostic process supports a differential outcome of hypochondroplasia. This combination of osteological and archival data creates a unique opportunity to track the inheritance and manifestation of a rare disease in a past population. Copyright © 2013 Elsevier Inc. All rights reserved.

  3. Life Sciences Data Archive (LSDA)

    Data.gov (United States)

    National Aeronautics and Space Administration — NASA's Life Sciences Data Archive (LSDA) is an active archive that provides information and data from 1961 (Mercury Project) through current flight and flight analog...

  4. Archives: South African Journal of Education

    African Journals Online (AJOL)

    Items 1 - 50 of 66 ... Archives: South African Journal of Education. Journal Home > Archives: South African Journal of Education. Log in or Register to get access to full text downloads. Username, Password, Remember me, or Register · Journal Home · ABOUT THIS JOURNAL · Advanced Search · Current Issue · Archives. 1 - 50 ...

  5. Archives: West African Journal of Medicine

    African Journals Online (AJOL)

    Items 1 - 40 of 40 ... Archives: West African Journal of Medicine. Journal Home > Archives: West African Journal of Medicine. Log in or Register to get access to full text downloads. Username, Password, Remember me, or Register · Journal Home · ABOUT THIS JOURNAL · Advanced Search · Current Issue · Archives. 1 - 40 of ...

  6. Archives: Journal of Psychology in Africa

    African Journals Online (AJOL)

    Archives: Journal of Psychology in Africa. Journal Home > Archives: Journal of Psychology in Africa. Log in or Register to get access to full text downloads. Username, Password, Remember me, or Register · Journal Home · ABOUT THIS JOURNAL · Advanced Search · Current Issue · Archives. 1 - 4 of 4 Items. 2005. Vol 15 ...

  7. Providing comprehensive and consistent access to astronomical observatory archive data: the NASA archive model

    Science.gov (United States)

    McGlynn, Thomas; Fabbiano, Giuseppina; Accomazzi, Alberto; Smale, Alan; White, Richard L.; Donaldson, Thomas; Aloisi, Alessandra; Dower, Theresa; Mazzerella, Joseph M.; Ebert, Rick; Pevunova, Olga; Imel, David; Berriman, Graham B.; Teplitz, Harry I.; Groom, Steve L.; Desai, Vandana R.; Landry, Walter

    2016-07-01

    Since the turn of the millennium a constant concern of astronomical archives have begun providing data to the public through standardized protocols unifying data from disparate physical sources and wavebands across the electromagnetic spectrum into an astronomical virtual observatory (VO). In October 2014, NASA began support for the NASA Astronomical Virtual Observatories (NAVO) program to coordinate the efforts of NASA astronomy archives in providing data to users through implementation of protocols agreed within the International Virtual Observatory Alliance (IVOA). A major goal of the NAVO collaboration has been to step back from a piecemeal implementation of IVOA standards and define what the appropriate presence for the US and NASA astronomy archives in the VO should be. This includes evaluating what optional capabilities in the standards need to be supported, the specific versions of standards that should be used, and returning feedback to the IVOA, to support modifications as needed. We discuss a standard archive model developed by the NAVO for data archive presence in the virtual observatory built upon a consistent framework of standards defined by the IVOA. Our standard model provides for discovery of resources through the VO registries, access to observation and object data, downloads of image and spectral data and general access to archival datasets. It defines specific protocol versions, minimum capabilities, and all dependencies. The model will evolve as the capabilities of the virtual observatory and needs of the community change.

  8. The new European Hubble archive

    Science.gov (United States)

    De Marchi, Guido; Arevalo, Maria; Merin, Bruno

    2016-01-01

    The European Hubble Archive (hereafter eHST), hosted at ESA's European Space Astronomy Centre, has been released for public use in October 2015. The eHST is now fully integrated with the other ESA science archives to ensure long-term preservation of the Hubble data, consisting of more than 1 million observations from 10 different scientific instruments. The public HST data, the Hubble Legacy Archive, and the high-level science data products are now all available to scientists through a single, carefully designed and user friendly web interface. In this talk, I will show how the the eHST can help boost archival research, including how to search on sources in the field of view thanks to precise footprints projected onto the sky, how to obtain enhanced previews of imaging data and interactive spectral plots, and how to directly link observations with already published papers. To maximise the scientific exploitation of Hubble's data, the eHST offers connectivity to virtual observatory tools, easily integrates with the recently released Hubble Source Catalog, and is fully accessible through ESA's archives multi-mission interface.

  9. What oral text reading fluency can reveal about reading comprehension

    NARCIS (Netherlands)

    Veenendaal, N.J.; Groen, M.A.; Verhoeven, L.T.W.

    2015-01-01

    Text reading fluency – the ability to read quickly, accurately and with a natural intonation – has been proposed as a predictor of reading comprehension. In the current study, we examined the role of oral text reading fluency, defined as text reading rate and text reading prosody, as a contributor

  10. The Rosetta Science Archive: Status and Plans for Completing and Enhancing the Archive Content

    Science.gov (United States)

    Heather, D.; Barthelemy, M.; Fraga, D.; Grotheer, E.; O'Rourke, L.; Taylor, M.

    2017-09-01

    On 30 September 2016, Rosetta's signal flat-lined, confirming that the spacecraft had completed its incredible mission by landing on the surface of Comet 67P/Churyumov-Gerasimenko. Although this marked an end to the spacecraft's active operations, intensive work is still on-going with instrument teams preparing their final science data increments for delivery and ingestion into ESA's Planetary Science Archive (PSA). In addition to this, ESA is establishing contracts with a number of instrument teams to enhance and improve their data and documentation in an effort to provide the best long- term archive possible for the Rosetta mission. This presentation will outline the current status of the Rosetta archive, as well as highlighting some of the 'enhanced archiving' activities planned and underway with the various instrument teams on Rosetta to ensure the scientific legacy of the mission.

  11. Strategies identification in an experimental reading comprehension task

    Directory of Open Access Journals (Sweden)

    Stanković Sanda

    2010-01-01

    Full Text Available Standardized reading comprehension tests (RCTs usually consist of a small number of texts each accompanied by several multiple-choice questions, with texts and questions simultaneously presented. The score the common measure of reading comprehension ability in RCTs is the score. Literature review suggests that strategies subjects employ may influence their performance on RCT, however the score itself provides no information on the specific strategy employed. Knowledge of test-taking strategies could have impact on understanding of the actual purpose and benefits of using RCTs in pedagogical and psychological practice. With the ultimate objective of constructing a first standard RCT in Serbian language, the preliminary step we took was to conduct an experimental reading comprehension task (ERCT consisting of 27 short texts displayed in succession, each followed by a single multiplechoice question. Using qualitative analysis of subjects’ responses in semi-structured postexperimental interview, we identified four overall strategies used on ERCT. Our results show that groups of students who used specific strategies differed significantly from one another in text reading time, with no differences found regarding the question reading and answering time. More importantly, there were no significant between-group differences found in terms of ERCT score. These findings suggest that choice of strategy is a way to optimize the relation between one’s own potential and ERCT task requirements. RCT based on ERCT principles would allow for a flexible choice of strategy which would not influence the final score.

  12. Prediction information - GRIPDB | LSDB Archive [Life Science Database Archive metadata

    Lifescience Database Archive (English)

    Full Text Available switchLanguage; BLAST Search Image Search Home About Archive Update History Data List Contact us GRI...a.nbdc01665-004 Description of data contents Predicted GPCR interaction regions Data file File name: gripdb_...predicted_info.zip File URL: ftp://ftp.biosciencedbc.jp/archive/gripdb/LATEST/gripdb_predicted_info.zip File... size: 219 KB Simple search URL http://togodb.biosciencedbc.jp/togodb/view/gripdb...entries Data item Description ID Prediction information ID GRIP ID GRIP ID related wigh the prediction Predi

  13. Envirion - KEGG MEDICUS | LSDB Archive [Life Science Database Archive metadata

    Lifescience Database Archive (English)

    Full Text Available [ Credits ] English ]; } else if ( url.search(//en//) != -1 ) { url = url.replace(/...switchLanguage; BLAST Search Image Search Home About Archive Update History Data List Contact us KEGG MEDI...y approved drugs. Data file File name: kegg_medicus_environ_en.zip File URL: ftp:...//ftp.biosciencedbc.jp/archive/kegg-medicus/LATEST/kegg_medicus_environ_en.zip File size: 79 KB Simple searc...h URL http://togodb.biosciencedbc.jp/togodb/view/kegg_medicus_environ_en Data acquisition method - Data anal

  14. Disease - KEGG MEDICUS | LSDB Archive [Life Science Database Archive metadata

    Lifescience Database Archive (English)

    Full Text Available [ Credits ] English ]; } else if ( url.search(//en//) != -1 ) { url = url.replace(/...switchLanguage; BLAST Search Image Search Home About Archive Update History Data List Contact us KEGG MEDI...bling computational processing and analysis of disease data. Data file File name: kegg_medi...cus_disease_en.zip File URL: ftp://ftp.biosciencedbc.jp/archive/kegg-medicus/LATEST/kegg_medicus_d...isease_en.zip File size: 733 KB Simple search URL http://togodb.biosciencedbc.jp/togodb/view/kegg_medicus_di

  15. Drug - KEGG MEDICUS | LSDB Archive [Life Science Database Archive metadata

    Lifescience Database Archive (English)

    Full Text Available [ Credits ] English ]; } else if ( url.search(//en//) != -1 ) { url = url.replace(/...switchLanguage; BLAST Search Image Search Home About Archive Update History Data List Contact us KEGG MEDI...metabolizing enzyme, and other molecular interaction network information. Data file File name: kegg_medi...cus_drug_en.zip File URL: ftp://ftp.biosciencedbc.jp/archive/kegg-medicus/LATEST/kegg_medi...cus_drug_en.zip File size: 5.2 MB Simple search URL http://togodb.biosciencedbc.jp/togodb/view/kegg_medi

  16. License - KEGG MEDICUS | LSDB Archive [Life Science Database Archive metadata

    Lifescience Database Archive (English)

    Full Text Available [ Credits ] English ]; } else if ( url.search(//en//) != -1 ) { url = url.replace(/...switchLanguage; BLAST Search Image Search Home About Archive Update History Data List Contact us KEGG MEDI...ion-NonCommercial-NoDerivs 2.1 Japan. If you use data from this database, please be sure attribute this data...whole of this database, and acquire data; and freely redistribute part or whole of the data from this databa...This Database Site Policy | Contact Us License - KEGG MEDICUS | LSDB Archive ...

  17. Update History of This Database - KAIKOcDNA | LSDB Archive [Life Science Database Archive metadata

    Lifescience Database Archive (English)

    Full Text Available switchLanguage; BLAST Search Image Search Home About Archive Update History Data ...List Contact us KAIKOcDNA Update History of This Database Date Update contents 2014/10/20 The URL of the dat... database ( http://sgp.dna.affrc.go.jp/EST/ ) is opened. About This Database Database Description Download License Update Hi...story of This Database Site Policy | Contact Us Update History of This Database - KAIKOcDNA | LSDB Archive ... ...abase maintenance site is changed. 2014/10/08 KAIKOcDNA English archive site is opened. 2004/04/12 KAIKOcDNA

  18. Update History of This Database - TP Atlas | LSDB Archive [Life Science Database Archive metadata

    Lifescience Database Archive (English)

    Full Text Available switchLanguage; BLAST Search Image Search Home About Archive Update History Data ...List Contact us TP Atlas Update History of This Database Date Update contents 2013/12/16 The email address i...s ( http://www.tanpaku.org/tpatlas/ ) is opened. About This Database Database Description Download License Update History of Thi...s Database Site Policy | Contact Us Update History of This Database - TP Atlas | LSDB Archive ... ...n the contact information is corrected. 2013/11/19 TP Atlas English archive site is opened. 2008/4/1 TP Atla

  19. Update History of This Database - KEGG MEDICUS | LSDB Archive [Life Science Database Archive metadata

    Lifescience Database Archive (English)

    Full Text Available glish archive site is opened. 2010/10/01 KEGG MEDICUS ( http://www.kegg.jp/kegg/medicus/ ) is opened. About ...[ Credits ] English ]; } else if ( url.search(//en//) != -1 ) { url = url.replace(/...switchLanguage; BLAST Search Image Search Home About Archive Update History Data List Contact us KEGG MEDI...CUS Update History of This Database Date Update contents 2014/05/09 KEGG MEDICUS En...This Database Database Description Download License Update History of This Database Site Policy | Contact Us Update History of This Database - KEGG MEDICUS | LSDB Archive ...

  20. Archives: Journal of Mining and Geology

    African Journals Online (AJOL)

    Items 1 - 13 of 13 ... Archives: Journal of Mining and Geology. Journal Home > Archives: Journal of Mining and Geology. Log in or Register to get access to full text downloads. Username, Password, Remember me, or Register · Journal Home · ABOUT THIS JOURNAL · Advanced Search · Current Issue · Archives. 1 - 13 of 13 ...