Sample records for accessing sorting analyzing

  1. Sorting of Streptomyces Cell Pellets Using a Complex Object Parametric Analyzer and Sorter

    PubMed Central

    Petrus, Marloes L. C.; van Veluw, G. Jerre; Wösten, Han A. B.; Claessen, Dennis

    2014-01-01

    Streptomycetes are filamentous soil bacteria that are used in industry for the production of enzymes and antibiotics. When grown in bioreactors, these organisms form networks of interconnected hyphae, known as pellets, which are heterogeneous in size. Here we describe a method to analyze and sort mycelial pellets using a Complex Object Parametric Analyzer and Sorter (COPAS). Detailed instructions are given for the use of the instrument and the basic statistical analysis of the data. We furthermore describe how pellets can be sorted according to user-defined settings, which enables downstream processing such as the analysis of the RNA or protein content. Using this methodology the mechanism underlying heterogeneous growth can be tackled. This will be instrumental for improving streptomycetes as a cell factory, considering the fact that productivity correlates with pellet size. PMID:24561666

  2. Replication Improves Sorting-Task Results Analyzed by DISTATIS in a Consumer Study of American Bourbon and Rye Whiskeys.

    PubMed

    Lahne, Jacob; Collins, Thomas S; Heymann, Hildegarde

    2016-05-01

    In consumer food-sensory studies, sorting and closely related methods (for example, projective mapping) have often been applied to large product sets which are complex and fatiguing for panelists. Analysis of sorting by Multi-Dimensional Scaling (MDS) is common, but this method discards relevant individual decisions; analysis by DISTATIS, which accounts for individual differences, is gaining acceptance. This research posits that replication can improve DISTATIS analysis by stabilizing consumer sensory maps, which are often extremely unstable. As a case study a fatiguing product set was sorted: 10 American whiskeys-5 bourbons and 5 ryes-were sorted into groups by 21 consumers over 2 replications. These products were chosen because American whiskeys are some of the most important distilled beverages in today's market; in particular, "bourbon" (mashbill more than 50% corn) and "rye" (more than 50% rye) whiskeys are important and assumed to be products with distinct sensory attributes. However, there is almost no scientific information about their sensory properties. Data were analyzed using standard and aggregated DISTATIS and MDS. No significant relationship between mashbill and consumer categorization in whiskeys was found; instead, there was evidence of producer and aging effects. aggregated DISTATIS was found to provide more stable results than without replication, and DISTATIS results provided a number of benefits over MDS, including bootstrapped confidence intervals for product separation. In addition, this is the first published evidence that mashbill does not determine sensory properties of American whiskey: bourbons and ryes, while legally distinct, were not separated by consumers. © 2016 Institute of Food Technologists®

  3. Rare cancer cell analyzer for whole blood applications: microcytometer cell counting and sorting subcircuits.

    PubMed

    Lancaster, C; Kokoris, M; Nabavi, M; Clemmens, J; Maloney, P; Capadanno, J; Gerdes, J; Battrell, C F

    2005-09-01

    We demonstrate sorting of rare cancer cells from blood using a thin ribbon monolayer of cells within a credit-card sized, microfluidic laboratory-on-a-card ("lab card") structure. This enables higher cell throughput per minute thereby speeding up cell interrogation. In this approach, multiple cells are viewed and sorted, not individually, but as a whole cell row or section of the ribbon at a time. Gated selection of only the cell rows containing a tagged rare cell provides enrichment of the rare cell relative to background blood cells. We also designed the cell injector for laminar flow antibody labeling within 20s. The approach combines rapid laminar flow cell labeling with monolayer cell sorting thereby enabling rare cell target detection at sensitivity levels 1000 to 10,000 times that of existing flow cytometers. Using this method, total cell labeling and data acquisition time on card may be reduced to a few minutes compared to 30-60 min for standard flow methods.

  4. The Use of Binary Search Trees in External Distribution Sorting.

    ERIC Educational Resources Information Center

    Cooper, David; Lynch, Michael F.

    1984-01-01

    Suggests new method of external distribution called tree partitioning that involves use of binary tree to split incoming file into successively smaller partitions for internal sorting. Number of disc accesses during a tree-partitioning sort were calculated in simulation using files extracted from British National Bibliography catalog files. (19…

  5. Parallel integer sorting with medium and fine-scale parallelism

    NASA Technical Reports Server (NTRS)

    Dagum, Leonardo

    1993-01-01

    Two new parallel integer sorting algorithms, queue-sort and barrel-sort, are presented and analyzed in detail. These algorithms do not have optimal parallel complexity, yet they show very good performance in practice. Queue-sort designed for fine-scale parallel architectures which allow the queueing of multiple messages to the same destination. Barrel-sort is designed for medium-scale parallel architectures with a high message passing overhead. The performance results from the implementation of queue-sort on a Connection Machine CM-2 and barrel-sort on a 128 processor iPSC/860 are given. The two implementations are found to be comparable in performance but not as good as a fully vectorized bucket sort on the Cray YMP.

  6. Spin-the-bottle Sort and Annealing Sort: Oblivious Sorting via Round-robin Random Comparisons

    PubMed Central

    Goodrich, Michael T.

    2013-01-01

    We study sorting algorithms based on randomized round-robin comparisons. Specifically, we study Spin-the-bottle sort, where comparisons are unrestricted, and Annealing sort, where comparisons are restricted to a distance bounded by a temperature parameter. Both algorithms are simple, randomized, data-oblivious sorting algorithms, which are useful in privacy-preserving computations, but, as we show, Annealing sort is much more efficient. We show that there is an input permutation that causes Spin-the-bottle sort to require Ω(n2 log n) expected time in order to succeed, and that in O(n2 log n) time this algorithm succeeds with high probability for any input. We also show there is a specification of Annealing sort that runs in O(n log n) time and succeeds with very high probability. PMID:24550575

  7. Label-free cell separation and sorting in microfluidic systems

    PubMed Central

    Gossett, Daniel R.; Weaver, Westbrook M.; Mach, Albert J.; Hur, Soojung Claire; Tse, Henry Tat Kwong; Lee, Wonhee; Amini, Hamed

    2010-01-01

    Cell separation and sorting are essential steps in cell biology research and in many diagnostic and therapeutic methods. Recently, there has been interest in methods which avoid the use of biochemical labels; numerous intrinsic biomarkers have been explored to identify cells including size, electrical polarizability, and hydrodynamic properties. This review highlights microfluidic techniques used for label-free discrimination and fractionation of cell populations. Microfluidic systems have been adopted to precisely handle single cells and interface with other tools for biochemical analysis. We analyzed many of these techniques, detailing their mode of separation, while concentrating on recent developments and evaluating their prospects for application. Furthermore, this was done from a perspective where inertial effects are considered important and general performance metrics were proposed which would ease comparison of reported technologies. Lastly, we assess the current state of these technologies and suggest directions which may make them more accessible. Figure A wide range of microfluidic technologies have been developed to separate and sort cells by taking advantage of differences in their intrinsic biophysical properties PMID:20419490

  8. Data parallel sorting for particle simulation

    NASA Technical Reports Server (NTRS)

    Dagum, Leonardo

    1992-01-01

    Sorting on a parallel architecture is a communications intensive event which can incur a high penalty in applications where it is required. In the case of particle simulation, only integer sorting is necessary, and sequential implementations easily attain the minimum performance bound of O (N) for N particles. Parallel implementations, however, have to cope with the parallel sorting problem which, in addition to incurring a heavy communications cost, can make the minimun performance bound difficult to attain. This paper demonstrates how the sorting problem in a particle simulation can be reduced to a merging problem, and describes an efficient data parallel algorithm to solve this merging problem in a particle simulation. The new algorithm is shown to be optimal under conditions usual for particle simulation, and its fieldwise implementation on the Connection Machine is analyzed in detail. The new algorithm is about four times faster than a fieldwise implementation of radix sort on the Connection Machine.

  9. Sort computation

    NASA Technical Reports Server (NTRS)

    Dorband, John E.

    1988-01-01

    Sorting has long been used to organize data in preparation for further computation, but sort computation allows some types of computation to be performed during the sort. Sort aggregation and sort distribution are the two basic forms of sort computation. Sort aggregation generates an accumulative or aggregate result for each group of records and places this result in one of the records. An aggregate operation can be any operation that is both associative and commutative, i.e., any operation whose result does not depend on the order of the operands or the order in which the operations are performed. Sort distribution copies the value from a field of a specific record in a group into that field in every record of that group.

  10. To sort or not to sort: the impact of spike-sorting on neural decoding performance.

    PubMed

    Todorova, Sonia; Sadtler, Patrick; Batista, Aaron; Chase, Steven; Ventura, Valérie

    2014-10-01

    Brain-computer interfaces (BCIs) are a promising technology for restoring motor ability to paralyzed patients. Spiking-based BCIs have successfully been used in clinical trials to control multi-degree-of-freedom robotic devices. Current implementations of these devices require a lengthy spike-sorting step, which is an obstacle to moving this technology from the lab to the clinic. A viable alternative is to avoid spike-sorting, treating all threshold crossings of the voltage waveform on an electrode as coming from one putative neuron. It is not known, however, how much decoding information might be lost by ignoring spike identity. We present a full analysis of the effects of spike-sorting schemes on decoding performance. Specifically, we compare how well two common decoders, the optimal linear estimator and the Kalman filter, reconstruct the arm movements of non-human primates performing reaching tasks, when receiving input from various sorting schemes. The schemes we tested included: using threshold crossings without spike-sorting; expert-sorting discarding the noise; expert-sorting, including the noise as if it were another neuron; and automatic spike-sorting using waveform features. We also decoded from a joint statistical model for the waveforms and tuning curves, which does not involve an explicit spike-sorting step. Discarding the threshold crossings that cannot be assigned to neurons degrades decoding: no spikes should be discarded. Decoding based on spike-sorted units outperforms decoding based on electrodes voltage crossings: spike-sorting is useful. The four waveform based spike-sorting methods tested here yield similar decoding efficiencies: a fast and simple method is competitive. Decoding using the joint waveform and tuning model shows promise but is not consistently superior. Our results indicate that simple automated spike-sorting performs as well as the more computationally or manually intensive methods used here. Even basic spike-sorting adds value

  11. To sort or not to sort: the impact of spike-sorting on neural decoding performance

    NASA Astrophysics Data System (ADS)

    Todorova, Sonia; Sadtler, Patrick; Batista, Aaron; Chase, Steven; Ventura, Valérie

    2014-10-01

    Objective. Brain-computer interfaces (BCIs) are a promising technology for restoring motor ability to paralyzed patients. Spiking-based BCIs have successfully been used in clinical trials to control multi-degree-of-freedom robotic devices. Current implementations of these devices require a lengthy spike-sorting step, which is an obstacle to moving this technology from the lab to the clinic. A viable alternative is to avoid spike-sorting, treating all threshold crossings of the voltage waveform on an electrode as coming from one putative neuron. It is not known, however, how much decoding information might be lost by ignoring spike identity. Approach. We present a full analysis of the effects of spike-sorting schemes on decoding performance. Specifically, we compare how well two common decoders, the optimal linear estimator and the Kalman filter, reconstruct the arm movements of non-human primates performing reaching tasks, when receiving input from various sorting schemes. The schemes we tested included: using threshold crossings without spike-sorting; expert-sorting discarding the noise; expert-sorting, including the noise as if it were another neuron; and automatic spike-sorting using waveform features. We also decoded from a joint statistical model for the waveforms and tuning curves, which does not involve an explicit spike-sorting step. Main results. Discarding the threshold crossings that cannot be assigned to neurons degrades decoding: no spikes should be discarded. Decoding based on spike-sorted units outperforms decoding based on electrodes voltage crossings: spike-sorting is useful. The four waveform based spike-sorting methods tested here yield similar decoding efficiencies: a fast and simple method is competitive. Decoding using the joint waveform and tuning model shows promise but is not consistently superior. Significance. Our results indicate that simple automated spike-sorting performs as well as the more computationally or manually intensive

  12. MetaSort untangles metagenome assembly by reducing microbial community complexity

    PubMed Central

    Ji, Peifeng; Zhang, Yanming; Wang, Jinfeng; Zhao, Fangqing

    2017-01-01

    Most current approaches to analyse metagenomic data rely on reference genomes. Novel microbial communities extend far beyond the coverage of reference databases and de novo metagenome assembly from complex microbial communities remains a great challenge. Here we present a novel experimental and bioinformatic framework, metaSort, for effective construction of bacterial genomes from metagenomic samples. MetaSort provides a sorted mini-metagenome approach based on flow cytometry and single-cell sequencing methodologies, and employs new computational algorithms to efficiently recover high-quality genomes from the sorted mini-metagenome by the complementary of the original metagenome. Through extensive evaluations, we demonstrated that metaSort has an excellent and unbiased performance on genome recovery and assembly. Furthermore, we applied metaSort to an unexplored microflora colonized on the surface of marine kelp and successfully recovered 75 high-quality genomes at one time. This approach will greatly improve access to microbial genomes from complex or novel communities. PMID:28112173

  13. Internet Access and Pricing: Sorting Out the Options.

    ERIC Educational Resources Information Center

    Fowler, Thomas B.

    1997-01-01

    Discusses Internet access and pricing options. Highlights include restructuring of the telecommunications industry; current methods of access; economics of high-speed access; the impact of cheap Internet access; long-term possibilities; and a table that provides a comparison of Internet access methods. (LRW)

  14. Sorting cells by their density

    PubMed Central

    Norouzi, Nazila; Bhakta, Heran C.

    2017-01-01

    Sorting cells by their type is an important capability in biological research and medical diagnostics. However, most cell sorting techniques rely on labels or tags, which may have limited availability and specificity. Sorting different cell types by their different physical properties is an attractive alternative to labels because all cells intrinsically have these physical properties. But some physical properties, like cell size, vary significantly from cell to cell within a cell type; this makes it difficult to identify and sort cells based on their sizes alone. In this work we continuously sort different cells types by their density, a physical property with much lower cell-to-cell variation within a cell type (and therefore greater potential to discriminate different cell types) than other physical properties. We accomplish this using a 3D-printed microfluidic chip containing a horizontal flowing micron-scale density gradient. As cells flow through the chip, Earth’s gravity makes each cell move vertically to the point where the cell’s density matches the surrounding fluid’s density. When the horizontal channel then splits, cells with different densities are routed to different outlets. As a proof of concept, we use our density sorter chip to sort polymer microbeads by their material (polyethylene and polystyrene) and blood cells by their type (white blood cells and red blood cells). The chip enriches the fraction of white blood cells in a blood sample from 0.1% (in whole blood) to nearly 98% (in the output of the chip), a 1000x enrichment. Any researcher with access to a 3D printer can easily replicate our density sorter chip and use it in their own research using the design files provided as online Supporting Information. Additionally, researchers can simulate the performance of a density sorter chip in their own applications using the Python-based simulation software that accompanies this work. The simplicity, resolution, and throughput of this

  15. Amplitude sorting of oscillatory burst signals by sampling

    DOEpatents

    Davis, Thomas J.

    1977-01-01

    A method and apparatus for amplitude sorting of oscillatory burst signals is described in which the burst signal is detected to produce a burst envelope signal and an intermediate or midportion of such envelope signal is sampled to provide a sample pulse output. The height of the sample pulse is proportional to the amplitude of the envelope signal and to the maximum burst signal amplitude. The sample pulses are fed to a pulse height analyzer for sorting. The present invention is used in an acoustic emission testing system to convert the amplitude of the acoustic emission burst signals into sample pulse heights which are measured by a pulse height analyzer for sorting the pulses in groups according to their height in order to identify the material anomalies in the test material which emit the acoustic signals.

  16. Chemically programmed self-sorting of gelator networks.

    PubMed

    Morris, Kyle L; Chen, Lin; Raeburn, Jaclyn; Sellick, Owen R; Cotanda, Pepa; Paul, Alison; Griffiths, Peter C; King, Stephen M; O'Reilly, Rachel K; Serpell, Louise C; Adams, Dave J

    2013-01-01

    Controlling the order and spatial distribution of self-assembly in multicomponent supramolecular systems could underpin exciting new functional materials, but it is extremely challenging. When a solution of different components self-assembles, the molecules can either coassemble, or self-sort, where a preference for like-like intermolecular interactions results in coexisting, homomolecular assemblies. A challenge is to produce generic and controlled 'one-pot' fabrication methods to form separate ordered assemblies from 'cocktails' of two or more self-assembling species, which might have relatively similar molecular structures and chemistry. Self-sorting in supramolecular gel phases is hence rare. Here we report the first example of the pH-controlled self-sorting of gelators to form self-assembled networks in water. Uniquely, the order of assembly can be predefined. The assembly of each component is preprogrammed by the pK(a) of the gelator. This pH-programming method will enable higher level, complex structures to be formed that cannot be accessed by simple thermal gelation.

  17. Equal Access? Analyzing Charter Location Relative to Demographics in Ohio

    ERIC Educational Resources Information Center

    Saultz, Andrew; Yaluma, Christopher B.

    2017-01-01

    We analyze the geographical distribution of, and access to, charter schools in the state of Ohio. Using poverty and race data from the U.S. Census, as well as publicly available student achievement scores, we analyze the locational preferences of charter schools. We use Geographic Information System (GIS) to visual display charter school locations…

  18. Reticulate evolution and incomplete lineage sorting among the ponderosa pines.

    PubMed

    Willyard, Ann; Cronn, Richard; Liston, Aaron

    2009-08-01

    Interspecific gene flow via hybridization may play a major role in evolution by creating reticulate rather than hierarchical lineages in plant species. Occasional diploid pine hybrids indicate the potential for introgression, but reticulation is hard to detect because ancestral polymorphism is still shared across many groups of pine species. Nucleotide sequences for 53 accessions from 17 species in subsection Ponderosae (Pinus) provide evidence for reticulate evolution. Two discordant patterns among independent low-copy nuclear gene trees and a chloroplast haplotype are better explained by introgression than incomplete lineage sorting or other causes of incongruence. Conflicting resolution of three monophyletic Pinus coulteri accessions is best explained by ancient introgression followed by a genetic bottleneck. More recent hybridization transferred a chloroplast from P. jeffreyi to a sympatric P. washoensis individual. We conclude that incomplete lineage sorting could account for other examples of non-monophyly, and caution against any analysis based on single-accession or single-locus sampling in Pinus.

  19. Design and realization of sort manipulator of crystal-angle sort machine

    NASA Astrophysics Data System (ADS)

    Wang, Ming-shun; Chen, Shu-ping; Guan, Shou-ping; Zhang, Yao-wei

    2005-12-01

    It is a current tendency of development in automation technology to replace manpower with manipulators in working places where dangerous, harmful, heavy or repetitive work is involved. The sort manipulator is installed in a crystal-angle sort machine to take the place of manpower, and engaged in unloading and sorting work. It is the outcome of combing together mechanism, electric transmission, and pneumatic element and micro-controller control. The step motor makes the sort manipulator operate precisely. The pneumatic elements make the sort manipulator be cleverer. Micro-controller's software bestows some simple artificial intelligence on the sort manipulator, so that it can precisely repeat its unloading and sorting work. The combination of manipulator's zero position and step motor counting control puts an end to accumulating error in long time operation. A sort manipulator's design in the practice engineering has been proved to be correct and reliable.

  20. [Method of file sorting for mini- and microcomputers].

    PubMed

    Chau, N; Legras, B; Benamghar, L; Martin, J

    1983-05-01

    The authors describe a new sorting method of files which belongs to the class of direct-addressing sorting methods. It makes use of a variant of the classical technique of 'virtual memory'. It is particularly well suited to mini- and micro-computers which have a small core memory (32 K words, for example) and are fitted with a direct-access peripheral device, such as a disc unit. When the file to be sorted is medium-sized (some thousand records), the running of the program essentially occurs inside the core memory and consequently, the method becomes very fast. This is very important because most medical files handled in our laboratory are in this category. However, the method is also suitable for big computers and large files; its implementation is easy. It does not require any magnetic tape unit, and it seems to us to be one of the fastest methods available.

  1. Derivation of sorting programs

    NASA Technical Reports Server (NTRS)

    Varghese, Joseph; Loganantharaj, Rasiah

    1990-01-01

    Program synthesis for critical applications has become a viable alternative to program verification. Nested resolution and its extension are used to synthesize a set of sorting programs from their first order logic specifications. A set of sorting programs, such as, naive sort, merge sort, and insertion sort, were successfully synthesized starting from the same set of specifications.

  2. Identification and genetic analysis of cancer cells with PCR-activated cell sorting

    PubMed Central

    Eastburn, Dennis J.; Sciambi, Adam; Abate, Adam R.

    2014-01-01

    Cell sorting is a central tool in life science research for analyzing cellular heterogeneity or enriching rare cells out of large populations. Although methods like FACS and FISH-FC can characterize and isolate cells from heterogeneous populations, they are limited by their reliance on antibodies, or the requirement to chemically fix cells. We introduce a new cell sorting technology that robustly sorts based on sequence-specific analysis of cellular nucleic acids. Our approach, PCR-activated cell sorting (PACS), uses TaqMan PCR to detect nucleic acids within single cells and trigger their sorting. With this method, we identified and sorted prostate cancer cells from a heterogeneous population by performing >132 000 simultaneous single-cell TaqMan RT-PCR reactions targeting vimentin mRNA. Following vimentin-positive droplet sorting and downstream analysis of recovered nucleic acids, we found that cancer-specific genomes and transcripts were significantly enriched. Additionally, we demonstrate that PACS can be used to sort and enrich cells via TaqMan PCR reactions targeting single-copy genomic DNA. PACS provides a general new technical capability that expands the application space of cell sorting by enabling sorting based on cellular information not amenable to existing approaches. PMID:25030902

  3. Laser-aided material identification for the waste sorting process

    NASA Astrophysics Data System (ADS)

    Haferkamp, Heinz; Burmester, Ingo; Engel, Kai

    1994-03-01

    The LZH has carried out investigations in the field of rapid laser-supported material- identification systems for automatic material-sorting systems. The aim of this research is the fast identification of different sorts of plastics coming from recycled rubbish or electronic waste. Within a few milliseconds a spot on the sample which has to be identified is heated with a CO2 laser. The different and specific chemical and physical material properties of the examined sample cause a different temperature distribution on the surface which is measured with an IR thermographic system. This `thermal impulse response' has to be analyzed by means of a computer system. The results of previous investigations have shown that material identification of different sorts of plastics can possibly be done at a frequency of 30 Hz. Due to economic efficiency, a high velocity identification process is necessary to sort huge waste currents.

  4. Microfluidic Droplet Sorting with a High Frequency Ultrasound Beam

    PubMed Central

    Lee, Changyang; Lee, Jungwoo; Kim, Hyung Ham; Teh, Shia-Yen; Lee, Abraham; Chung, In-Young; Park, Jae Yeong; Shung, K. Kirk

    2012-01-01

    This paper presents experimental results demonstrating the feasibility of high frequency ultrasonic sensing and sorting for screening single oleic acid (lipid or oil) droplets under continuous flow in a microfluidic channel. In these experiments, hydrodynamically focused lipid droplets of two different diameters (50 μm and 100 μm) are centered along the middle of the channel that is filled with deionized (DI) water. A 30 MHz lithium niobate (LiNbO3) transducer, placed outside the channel, first transmits short sensing pulses to non-invasively determine acoustic scattering properties of individual droplets that are passing through the beam’s focus. Integrated backscatter (IB) coefficients, utilized as a sorting criterion, are measured by analyzing received echo signals from each droplet. When the IB values corresponding to 100 μm droplets are obtained, a custom-built LabVIEW panel commands the transducer to emit sinusoidal burst signals to commence the sorting operation. The number of droplets tested for the sorting is 139 for 50 μm droplets and 95 for 100 μm droplets. The sensing efficiencies are estimated to be 98.6 % and 99.0 %, respectively. The sorting is carried out by applying acoustic radiation forces to 100 μm droplets to direct them towards the upper sheath flow, thus separating them from the centered droplet flow. The sorting efficiencies are 99.3 % for 50 μm droplets and 85.3 % for 100 μm droplets. The results suggest that this proposed technique has the potential to be further developed into a cost-effective and efficient cell/microparticle sorting instrument. PMID:22643737

  5. Nondestructive test method accurately sorts mixed bolts

    NASA Technical Reports Server (NTRS)

    Dezeih, C. J.

    1966-01-01

    Neutron activation analysis method sorts copper plated steel bolts from nickel plated steel bolts. Copper and nickel plated steel bolt specimens of the same configuration are irradiated with thermal neutrons in a test reactor for a short time. After thermal neutron irradiation, the bolts are analyzed using scintillation energy readout equipment.

  6. Sort entropy-based for the analysis of EEG during anesthesia

    NASA Astrophysics Data System (ADS)

    Ma, Liang; Huang, Wei-Zhi

    2010-08-01

    The monitoring of anesthetic depth is an absolutely necessary procedure in the process of surgical operation. To judge and control the depth of anesthesia has become a clinical issue which should be resolved urgently. EEG collected wiil be processed by sort entrop in this paper. Signal response of the surface of the cerebral cortex is determined for different stages of patients in the course of anesthesia. EEG is simulated and analyzed through the fast algorithm of sort entropy. The results show that discipline of phasic changes for EEG is very detected accurately,and it has better noise immunity in detecting the EEG anaesthetized than approximate entropy. In conclusion,the computing of Sort entropy algorithm requires shorter time. It has high efficiency and strong anti-interference.

  7. Dissecting Stop Transfer versus Conservative Sorting Pathways for Mitochondrial Inner Membrane Proteins in Vivo*

    PubMed Central

    Park, Kwangjin; Botelho, Salomé Calado; Hong, Joonki; Österberg, Marie; Kim, Hyun

    2013-01-01

    Mitochondrial inner membrane proteins that carry an N-terminal presequence are sorted by one of two pathways: stop transfer or conservative sorting. However, the sorting pathway is known for only a small number of proteins, in part due to the lack of robust experimental tools with which to study. Here we present an approach that facilitates determination of inner membrane protein sorting pathways in vivo by fusing a mitochondrial inner membrane protein to the C-terminal part of Mgm1p containing the rhomboid cleavage region. We validated the Mgm1 fusion approach using a set of proteins for which the sorting pathway is known, and determined sorting pathways of inner membrane proteins for which the sorting mode was previously uncharacterized. For Sdh4p, a multispanning membrane protein, our results suggest that both conservative sorting and stop transfer mechanisms are required for insertion. Furthermore, the sorting process of Mgm1 fusion proteins was analyzed under different growth conditions and yeast mutant strains that were defective in the import motor or the m-AAA protease function. Our results show that the sorting of mitochondrial proteins carrying moderately hydrophobic transmembrane segments is sensitive to cellular conditions, implying that mitochondrial import and membrane sorting in the physiological environment may be dynamically tuned. PMID:23184936

  8. Topographic control of sorted circle morphology on Svalbard

    NASA Astrophysics Data System (ADS)

    Voigt, Joana; Hauber, Ernst; Reiss, Dennis; Hiesinger, Harald; Johnsson, Andreas; van Gasselt, Stephan; Balme, Matt; Head, Jim; de Verra, Jean-Pierre; Steinbrügge, Gregor; Jaumann, Ralf

    2015-04-01

    Patterned ground is a typical phenomenon in polar, subpolar and alpine regions [1]. As it is commonly (but not necessarily!) related to freeze-thaw cycles, its presence on Mars could possibly point to locations and periods where and when liquid water existed in the recent past [2]. Sorted circles are a class of patterned ground that was tentatively identified in Elysium Planitia (Mars) [3], but this interpretation has been challenged on the basis of physical considerations [4]. Without direct access to potential patterned ground on Mars, the analysis of terrestrial analogues can inform the interpretation of Martian landforms. Svalbard (Norway) offers a wide variety of permafrost features that are morphologically analogous to Martian cold-climate landforms [5]. It hosts some of the best examples of sorted circles on Earth, which are located on the westernmost tip of Brøgger peninsula, on a broad strand flat that is characterized by a series of postglacial beach ridges [6]. Here we report on our analysis of sorted circle morphology (especially their plan-view shape, i.e. their "roundness" or ellipticity) and its correlation with local topography (slopes, curvature). Sorted circle morphology was determined from HRSC-AX images (for details on the flight campaign and image properties see ref [5]) and through field work. Topographic information comes from a 50 cm gridded DEM derived from HRSC-AX stereo images. We measured sorted circle morphology (ellipticity, azimuth of major axis) along a WNW-ESE traverse that runs from the inland towards the sea and is oriented perpendicular to the local beach ridge trend. Selected areas with homogeneous sorted circle appearance were visually mapped, and compared to the average slope, aspect, and the calculated topographic wetness index (TWI). Furthermore the whole traverse was classified into four different morphologies of the sorted patterned ground (sorted circles, sorted "ellipses", sorted nets and areas without patterned ground

  9. Economics of Grading and Sorting Pallet Parts

    Treesearch

    Daniel L. Schmoldt; John A. McLeod; Philip A. Araman

    1993-01-01

    Before trying to develop an automated inspection system for pallet part grading we analyzed the economics of such a system. Our results suggest that higher quality pallets produced by grading and sorting pallet parts would be attractive to both manufacturers and their customers, who would have to pay increased prices for higher quality pallets. Reductions in cost-per-...

  10. New Technology and Digital Worlds: Analyzing Evidence of Equity in Access, Use, and Outcomes

    ERIC Educational Resources Information Center

    Warschauer, Mark; Matuchniak, Tina

    2010-01-01

    In this chapter, the authors take a broad perspective on how to analyze issues of technology and equity for youth in the United States. They begin with "access" as a starting point, but consider not only whether diverse groups of youth have digital media available to them but also how that access is supported or constrained by…

  11. Continuous-feed optical sorting of aerosol particles

    PubMed Central

    Curry, J. J.; Levine, Zachary H.

    2016-01-01

    We consider the problem of sorting, by size, spherical particles of order 100 nm radius. The scheme we analyze consists of a heterogeneous stream of spherical particles flowing at an oblique angle across an optical Gaussian mode standing wave. Sorting is achieved by the combined spatial and size dependencies of the optical force. Particles of all sizes enter the flow at a point, but exit at different locations depending on size. Exiting particles may be detected optically or separated for further processing. The scheme has the advantages of accommodating a high throughput, producing a continuous stream of continuously dispersed particles, and exhibiting excellent size resolution. We performed detailed Monte Carlo simulations of particle trajectories through the optical field under the influence of convective air flow. We also developed a method for deriving effective velocities and diffusion constants from the Fokker-Planck equation that can generate equivalent results much more quickly. With an optical wavelength of 1064 nm, polystyrene particles with radii in the neighborhood of 275 nm, for which the optical force vanishes, may be sorted with a resolution below 1 nm. PMID:27410570

  12. Chip-based droplet sorting

    DOEpatents

    Beer, Neil Reginald; Lee, Abraham; Hatch, Andrew

    2014-07-01

    A non-contact system for sorting monodisperse water-in-oil emulsion droplets in a microfluidic device based on the droplet's contents and their interaction with an applied electromagnetic field or by identification and sorting.

  13. Sorting to Extremes

    ERIC Educational Resources Information Center

    Baum, Sandy; McPherson, Michael S.

    2011-01-01

    The world of higher education is a world of sorting, selecting, and ranking--on both sides of the market. Colleges select students to recruit and then to admit; students choose where to apply and which offer to accept. The sorting process that gets the most attention is in the higher reaches of the market, where it is not too much to say that…

  14. Review of log sort yards

    Treesearch

    John Rusty Dramm; Gerry L. Jackson; Jenny Wong

    2002-01-01

    This report provides a general overview of current log sort yard operations in the United States, including an extensive literature review and information collected during on-site visits to several operations throughout the nation. Log sort yards provide many services in marketing wood and fiber by concentrating, merchandising, processing, sorting, and adding value to...

  15. Algorithm Sorts Groups Of Data

    NASA Technical Reports Server (NTRS)

    Evans, J. D.

    1987-01-01

    For efficient sorting, algorithm finds set containing minimum or maximum most significant data. Sets of data sorted as desired. Sorting process simplified by reduction of each multielement set of data to single representative number. First, each set of data expressed as polynomial with suitably chosen base, using elements of set as coefficients. Most significant element placed in term containing largest exponent. Base selected by examining range in value of data elements. Resulting series summed to yield single representative number. Numbers easily sorted, and each such number converted back to original set of data by successive division. Program written in BASIC.

  16. Sorting out Ideas about Function

    ERIC Educational Resources Information Center

    Hillen, Amy F.; Malik, LuAnn

    2013-01-01

    Card sorting has the potential to provide opportunities for exploration of a variety of topics and levels. In a card-sorting task, each participant is presented with a set of cards--each of which depicts a relationship--and is asked to sort the cards into categories that make sense to him or her. The concept of function is critical to…

  17. 4D CT sorting based on patient internal anatomy

    NASA Astrophysics Data System (ADS)

    Li, Ruijiang; Lewis, John H.; Cerviño, Laura I.; Jiang, Steve B.

    2009-08-01

    Respiratory motion during free-breathing computed tomography (CT) scan may cause significant errors in target definition for tumors in the thorax and upper abdomen. A four-dimensional (4D) CT technique has been widely used for treatment simulation of thoracic and abdominal cancer radiotherapy. The current 4D CT techniques require retrospective sorting of the reconstructed CT slices oversampled at the same couch position. Most sorting methods depend on external surrogates of respiratory motion recorded by extra instruments. However, respiratory signals obtained from these external surrogates may not always accurately represent the internal target motion, especially when irregular breathing patterns occur. We have proposed a new sorting method based on multiple internal anatomical features for multi-slice CT scan acquired in the cine mode. Four features are analyzed in this study, including the air content, lung area, lung density and body area. We use a measure called spatial coherence to select the optimal internal feature at each couch position and to generate the respiratory signals for 4D CT sorting. The proposed method has been evaluated for ten cancer patients (eight with thoracic cancer and two with abdominal cancer). For nine patients, the respiratory signals generated from the combined internal features are well correlated to those from external surrogates recorded by the real-time position management (RPM) system (average correlation: 0.95 ± 0.02), which is better than any individual internal measures at 95% confidence level. For these nine patients, the 4D CT images sorted by the combined internal features are almost identical to those sorted by the RPM signal. For one patient with an irregular breathing pattern, the respiratory signals given by the combined internal features do not correlate well with those from RPM (correlation: 0.68 ± 0.42). In this case, the 4D CT image sorted by our method presents fewer artifacts than that from the RPM signal. Our

  18. A Problem-Sorting Task Detects Changes in Undergraduate Biological Expertise over a Single Semester

    PubMed Central

    Hoskinson, Anne-Marie; Maher, Jessica Middlemis; Bekkering, Cody; Ebert-May, Diane

    2017-01-01

    Calls for undergraduate biology reform share similar goals: to produce people who can organize, use, connect, and communicate about biological knowledge. Achieving these goals requires students to gain disciplinary expertise. Experts organize, access, and apply disciplinary knowledge differently than novices, and expertise is measurable. By asking introductory biology students to sort biological problems, we investigated whether they changed how they organized and linked biological ideas over one semester of introductory biology. We administered the Biology Card Sorting Task to 751 students enrolled in their first or second introductory biology course focusing on either cellular–molecular or organismal–population topics, under structured or unstructured sorting conditions. Students used a combination of superficial, deep, and yet-uncharacterized ways of organizing and connecting biological knowledge. In some cases, this translated to more expert-like ways of organizing knowledge over a single semester, best predicted by whether students were enrolled in their first or second semester of biology and by the sorting condition completed. In addition to illuminating differences between novices and experts, our results show that card sorting is a robust way of detecting changes in novices’ biological expertise—even in heterogeneous populations of novice biology students over the time span of a single semester. PMID:28408406

  19. A real-time spike sorting method based on the embedded GPU.

    PubMed

    Zelan Yang; Kedi Xu; Xiang Tian; Shaomin Zhang; Xiaoxiang Zheng

    2017-07-01

    Microelectrode arrays with hundreds of channels have been widely used to acquire neuron population signals in neuroscience studies. Online spike sorting is becoming one of the most important challenges for high-throughput neural signal acquisition systems. Graphic processing unit (GPU) with high parallel computing capability might provide an alternative solution for increasing real-time computational demands on spike sorting. This study reported a method of real-time spike sorting through computing unified device architecture (CUDA) which was implemented on an embedded GPU (NVIDIA JETSON Tegra K1, TK1). The sorting approach is based on the principal component analysis (PCA) and K-means. By analyzing the parallelism of each process, the method was further optimized in the thread memory model of GPU. Our results showed that the GPU-based classifier on TK1 is 37.92 times faster than the MATLAB-based classifier on PC while their accuracies were the same with each other. The high-performance computing features of embedded GPU demonstrated in our studies suggested that the embedded GPU provide a promising platform for the real-time neural signal processing.

  20. Working spectacles for sorting mail.

    PubMed

    Hemphälä, Hillevi; Dahlqvist, Camilla; Nordander, Catarina; Gao, Chuansi; Kuklane, Kalev; Nylén, Per; Hansson, Gert-Åke

    2014-01-01

    Sorting mail into racks for postmen is visually demanding work. This can result in backward inclination of their heads, especially more pronounced for those who use progressive addition lenses. To evaluate the effects of customized working spectacles on the physical workload of postmen. Twelve male postmen sorted mail on two occasions: once using their private progressive spectacles and once using customized sorting spectacles with inverted progressive lenses. Postures and movements of the head, upper back, neck, and upper arms were measured by inclinometry. The muscular load of the trapezius was measured by surface electromyography. With the customized sorting spectacles, both the backward inclination of the head and backward flexion of the neck were reduced (3°), as well as the muscular load of the right upper trapezius, compared to sorting with private spectacles. However, with the sorting spectacles, there was a tendency for increased neck forward flexion, and increased sorting time. The reduction in work load may reduce the risk for developing work-related musculoskeletal disorders due to the positive reduction of the backward inclination of the head. But the tendency for increased neck forward flexion may reduce the positive effects. However, the magnitude of the possible reduction is difficult to predict, especially since quantitative data on exposure-response relationships are unknown. Alternative working spectacles with inverted near progressive lenses ought to be evaluated. They should still result in a positive reduced backward inclination of the head and may not cause any increased forward flexion.

  1. PhySortR: a fast, flexible tool for sorting phylogenetic trees in R.

    PubMed

    Stephens, Timothy G; Bhattacharya, Debashish; Ragan, Mark A; Chan, Cheong Xin

    2016-01-01

    A frequent bottleneck in interpreting phylogenomic output is the need to screen often thousands of trees for features of interest, particularly robust clades of specific taxa, as evidence of monophyletic relationship and/or reticulated evolution. Here we present PhySortR, a fast, flexible R package for classifying phylogenetic trees. Unlike existing utilities, PhySortR allows for identification of both exclusive and non-exclusive clades uniting the target taxa based on tip labels (i.e., leaves) on a tree, with customisable options to assess clades within the context of the whole tree. Using simulated and empirical datasets, we demonstrate the potential and scalability of PhySortR in analysis of thousands of phylogenetic trees without a priori assumption of tree-rooting, and in yielding readily interpretable trees that unambiguously satisfy the query. PhySortR is a command-line tool that is freely available and easily automatable.

  2. Building Global Capacity for Conducting Operational Research Using the SORT IT Model: Where and Who?

    PubMed

    Zachariah, Rony; Rust, Stefanie; Berger, Selma Dar; Guillerm, Nathalie; Bissell, Karen; Delaunois, Paul; Reid, Anthony J; Kumar, Ajay M V; Olliaro, Piero L; Reeder, John C; Harries, Anthony D; Ramsay, Andrew

    2016-01-01

    Research capacity is weakest in low and middle-income countries (LMICs) where operational research is highly relevant and needed. Structured Operational Research and Training Initiative (SORT IT) courses have been developed to train participants to conduct and publish operational research and influence policy and practice. Twenty courses were completed in Asia, Africa, Europe and the South Pacific between 2009 and 2014. In the 20 completed SORT IT courses, to assess where the research was conducted, who was trained, who became facilitators in subsequent courses and course outcomes. A cohort study of completed SORT IT courses. There were 236 participants (41% female) including 64 nationalities who conducted research in 59 countries, mostly from Asia and Africa (mean course duration = 9.7 months). Most participants (68%) were from government health programs and non-governmental agencies. A total of 213(90%) participants completed all milestones successfully with 41(19%) becoming subsequent course facilitators, 88% of whom were from LMICs. Of 228 manuscripts submitted to scientific journals, 197(86%) were either published or in press; in 86%, the principal investigator (first author) was a LMIC national. Papers were published in 23 scientific journals (impact factor 0.5-4.4) and covered 21 disease categories (median publication time = 5.7 months). Published papers (186) had 94,794 cumulative article views/downloads. Article views/downloads for immediate open access articles were double those from closed access journals. The SORT IT model has been effective in training personnel to produce relevant operational research in LMICs. It merits continued commitment and support for further scale-up and development.

  3. Microfluidic EmbryoSort technology: towards in flow analysis, sorting and dispensing of individual vertebrate embryos

    NASA Astrophysics Data System (ADS)

    Fuad, Nurul M.; Wlodkowic, Donald

    2013-12-01

    The demand to reduce the numbers of laboratory animals has facilitated the emergence of surrogate models such as tests performed on zebrafish (Danio rerio) or African clawed frog's (Xenopus levis) eggs, embryos and larvae. Those two model organisms are becoming increasingly popular replacements to current adult animal testing in toxicology, ecotoxicology and also in drug discovery. Zebrafish eggs and embryos are particularly attractive for toxicological analysis due their size (diameter 1.6 mm), optical transparency, large numbers generated per fish and very straightforward husbandry. The current bottleneck in using zebrafish embryos for screening purposes is, however, a tedious manual evaluation to confirm the fertilization status and subsequent dispensing of single developing embryos to multitier plates to perform toxicity analysis. Manual procedures associated with sorting hundreds of embryos are very monotonous and as such prone to significant analytical errors due to operator's fatigue. In this work, we present a proofof- concept design of a continuous flow embryo sorter capable of analyzing, sorting and dispensing objects ranging in size from 1.5 - 2.5 mm. The prototypes were fabricated in polymethyl methacrylate (PMMA) transparent thermoplastic using infrared laser micromachining. The application of additive manufacturing processes to prototype Lab-on-a-Chip sorters using both fused deposition manufacturing (FDM) and stereolithography (SLA) were also explored. The operation of the device was based on a revolving receptacle capable of receiving, holding and positioning single fish embryos for both interrogation and subsequent sorting. The actuation of the revolving receptacle was performed using a DC motor and/or microservo motor. The system was designed to separate between fertilized (LIVE) and non-fertilized (DEAD) eggs, based on optical transparency using infrared (IR) emitters and receivers.

  4. Sorting waves and associated eigenvalues

    NASA Astrophysics Data System (ADS)

    Carbonari, Costanza; Colombini, Marco; Solari, Luca

    2017-04-01

    The presence of mixed sediment always characterizes gravel bed rivers. Sorting processes take place during bed load transport of heterogeneous sediment mixtures. The two main elements necessary to the occurrence of sorting are the heterogeneous character of sediments and the presence of an active sediment transport. When these two key ingredients are simultaneously present, the segregation of bed material is consistently detected both in the field [7] and in laboratory [3] observations. In heterogeneous sediment transport, bed altimetric variations and sorting always coexist and both mechanisms are independently capable of driving the formation of morphological patterns. Indeed, consistent patterns of longitudinal and transverse sorting are identified almost ubiquitously. In some cases, such as bar formation [2] and channel bends [5], sorting acts as a stabilizing effect and therefore the dominant mechanism driving pattern formation is associated with bed altimetric variations. In other cases, such as longitudinal streaks, sorting enhances system instability and can therefore be considered the prevailing mechanism. Bedload sheets, first observed by Khunle and Southard [1], represent another classic example of a morphological pattern essentially triggered by sorting, as theoretical [4] and experimental [3] results suggested. These sorting waves cause strong spatial and temporal fluctuations of bedload transport rate typical observed in gravel bed rivers. The problem of bed load transport of a sediment mixture is formulated in the framework of a 1D linear stability analysis. The base state consists of a uniform flow in an infinitely wide channel with active bed load transport. The behaviour of the eigenvalues associated with fluid motion, bed evolution and sorting processes in the space of the significant flow and sediment parameters is analysed. A comparison is attempted with the results of the theoretical analysis of Seminara Colombini and Parker [4] and Stecca

  5. CellSort: a support vector machine tool for optimizing fluorescence-activated cell sorting and reducing experimental effort.

    PubMed

    Yu, Jessica S; Pertusi, Dante A; Adeniran, Adebola V; Tyo, Keith E J

    2017-03-15

    High throughput screening by fluorescence activated cell sorting (FACS) is a common task in protein engineering and directed evolution. It can also be a rate-limiting step if high false positive or negative rates necessitate multiple rounds of enrichment. Current FACS software requires the user to define sorting gates by intuition and is practically limited to two dimensions. In cases when multiple rounds of enrichment are required, the software cannot forecast the enrichment effort required. We have developed CellSort, a support vector machine (SVM) algorithm that identifies optimal sorting gates based on machine learning using positive and negative control populations. CellSort can take advantage of more than two dimensions to enhance the ability to distinguish between populations. We also present a Bayesian approach to predict the number of sorting rounds required to enrich a population from a given library size. This Bayesian approach allowed us to determine strategies for biasing the sorting gates in order to reduce the required number of enrichment rounds. This algorithm should be generally useful for improve sorting outcomes and reducing effort when using FACS. Source code available at http://tyolab.northwestern.edu/tools/ . k-tyo@northwestern.edu. Supplementary data are available at Bioinformatics online. © The Author 2016. Published by Oxford University Press. All rights reserved. For Permissions, please e-mail: journals.permissions@oup.com

  6. Surface acoustic wave actuated cell sorting (SAWACS).

    PubMed

    Franke, T; Braunmüller, S; Schmid, L; Wixforth, A; Weitz, D A

    2010-03-21

    We describe a novel microfluidic cell sorter which operates in continuous flow at high sorting rates. The device is based on a surface acoustic wave cell-sorting scheme and combines many advantages of fluorescence activated cell sorting (FACS) and fluorescence activated droplet sorting (FADS) in microfluidic channels. It is fully integrated on a PDMS device, and allows fast electronic control of cell diversion. We direct cells by acoustic streaming excited by a surface acoustic wave which deflects the fluid independently of the contrast in material properties of deflected objects and the continuous phase; thus the device underlying principle works without additional enhancement of the sorting by prior labelling of the cells with responsive markers such as magnetic or polarizable beads. Single cells are sorted directly from bulk media at rates as fast as several kHz without prior encapsulation into liquid droplet compartments as in traditional FACS. We have successfully directed HaCaT cells (human keratinocytes), fibroblasts from mice and MV3 melanoma cells. The low shear forces of this sorting method ensure that cells survive after sorting.

  7. An Unsupervised Online Spike-Sorting Framework.

    PubMed

    Knieling, Simeon; Sridharan, Kousik S; Belardinelli, Paolo; Naros, Georgios; Weiss, Daniel; Mormann, Florian; Gharabaghi, Alireza

    2016-08-01

    Extracellular neuronal microelectrode recordings can include action potentials from multiple neurons. To separate spikes from different neurons, they can be sorted according to their shape, a procedure referred to as spike-sorting. Several algorithms have been reported to solve this task. However, when clustering outcomes are unsatisfactory, most of them are difficult to adjust to achieve the desired results. We present an online spike-sorting framework that uses feature normalization and weighting to maximize the distinctiveness between different spike shapes. Furthermore, multiple criteria are applied to either facilitate or prevent cluster fusion, thereby enabling experimenters to fine-tune the sorting process. We compare our method to established unsupervised offline (Wave_Clus (WC)) and online (OSort (OS)) algorithms by examining their performance in sorting various test datasets using two different scoring systems (AMI and the Adamos metric). Furthermore, we evaluate sorting capabilities on intra-operative recordings using established quality metrics. Compared to WC and OS, our algorithm achieved comparable or higher scores on average and produced more convincing sorting results for intra-operative datasets. Thus, the presented framework is suitable for both online and offline analysis and could substantially improve the quality of microelectrode-based data evaluation for research and clinical application.

  8. Online sorting of recovered wood waste by automated XRF-technology: part II. Sorting efficiencies.

    PubMed

    Hasan, A Rasem; Solo-Gabriele, Helena; Townsend, Timothy

    2011-04-01

    Sorting of waste wood is an important process practiced at recycling facilities in order to detect and divert contaminants from recycled wood products. Contaminants of concern include arsenic, chromium and copper found in chemically preserved wood. The objective of this research was to evaluate the sorting efficiencies of both treated and untreated parts of the wood waste stream, and metal (As, Cr and Cu) mass recoveries by the use of automated X-ray fluorescence (XRF) systems. A full-scale system was used for experimentation. This unit consisted of an XRF-detection chamber mounted on the top of a conveyor and a pneumatic slide-way diverter which sorted wood into presumed treated and presumed untreated piles. A randomized block design was used to evaluate the operational conveyance parameters of the system, including wood feed rate and conveyor belt speed. Results indicated that online sorting efficiencies of waste wood by XRF technology were high based on number and weight of pieces (70-87% and 75-92% for treated wood and 66-97% and 68-96% for untreated wood, respectively). These sorting efficiencies achieved mass recovery for metals of 81-99% for As, 75-95% for Cu and 82-99% of Cr. The incorrect sorting of wood was attributed almost equally to deficiencies in the detection and conveyance/diversion systems. Even with its deficiencies, the system was capable of producing a recyclable portion that met residential soil quality levels established for Florida, for an infeed that contained 5% of treated wood. Copyright © 2010 Elsevier Ltd. All rights reserved.

  9. Manual sorting to eliminate aflatoxin from peanuts.

    PubMed

    Galvez, F C F; Francisco, M L D L; Villarino, B J; Lustre, A O; Resurreccion, A V A

    2003-10-01

    A manual sorting procedure was developed to eliminate aflatoxin contamination from peanuts. The efficiency of the sorting process in eliminating aflatoxin-contaminated kernels from lots of raw peanuts was verified. The blanching of 20 kg of peanuts at 140 degrees C for 25 min in preheated roasters facilitated the manual sorting of aflatoxin-contaminated kernels after deskinning. The manual sorting of raw materials with initially high aflatoxin contents (300 ppb) resulted in aflatoxin-free peanuts (i.e., peanuts in which no aflatoxin was detected). Verification procedures showed that the sorted sound peanuts contained no aflatoxin or contained low levels (<15 ppb) of aflatoxin. The results obtained confirmed that the sorting process was effective in separating contaminated peanuts whether or nor contamination was extensive. At the commercial level, when roasters were not preheated, the dry blanching of 50 kg of peanuts for 45 to 55 min facilitated the proper deskinning and subsequent manual sorting of aflatoxin-contaminated peanut kernels from sound kernels.

  10. Word Sorts for General Music Classes

    ERIC Educational Resources Information Center

    Cardany, Audrey Berger

    2015-01-01

    Word sorts are standard practice for aiding children in acquiring skills in English language arts. When included in the general music classroom, word sorts may aid students in acquiring a working knowledge of music vocabulary. The author shares a word sort activity drawn from vocabulary in John Lithgow's children's book "Never Play…

  11. A Sequence of Sorting Strategies.

    ERIC Educational Resources Information Center

    Duncan, David R.; Litwiller, Bonnie H.

    1984-01-01

    Describes eight increasingly sophisticated and efficient sorting algorithms including linear insertion, binary insertion, shellsort, bubble exchange, shakersort, quick sort, straight selection, and tree selection. Provides challenges for the reader and the student to program these efficiently. (JM)

  12. Q Fever Outbreak among Workers at a Waste-Sorting Plant

    PubMed Central

    Alonso, Eva; Lopez-Etxaniz, Idoia; Hurtado, Ana; Liendo, Paloma; Urbaneja, Felix; Aspiritxaga, Inmaculada; Olaizola, Jose Ignacio; Piñero, Alvaro; Arrazola, Iñaki; Barandika, Jesús F.; Hernáez, Silvia; Muniozguren, Nerea; García- Pérez, Ana L.

    2015-01-01

    An outbreak of Q fever occurred in February–April 2014 among workers at a waste-sorting plant in Bilbao (Spain). The outbreak affected 58.5% of investigated employees, 47.2% as confirmed cases (PCR and/or serology) and 11.3% as probable cases (symptoms without laboratory confirmation). Only employees who had no-access to the waste processing areas of the plant were not affected and incidence of infection was significantly higher among workers not using respiratory protection masks. Detection by qPCR of Coxiella burnetii in dust collected from surfaces of the plant facilities confirmed exposure of workers inside the plant. Animal remains sporadically detected among the residues received for waste-sorting were the most probable source of infection. After cleaning and disinfection, all environmental samples tested negative. Personal protection measures were reinforced and made compulsory for the staff and actions were taken to raise farmers’ awareness of the biological risk of discharging animal carcasses as urban waste. PMID:26398249

  13. Field fertility of sex-sorted and non-sorted frozen-thawed stallion spermatozoa.

    PubMed

    Clulow, J R; Buss, H; Sieme, H; Rodger, J A; Cawdell-Smith, A J; Evans, G; Rath, D; Morris, L H A; Maxwell, W M C

    2008-11-01

    In the 2004/2005 breeding season, the fertility of sex-sorted (SS) and non-sorted (NS) frozen stallion spermatozoa from two Hannovarian stallions was compared. A hysteroscopic insemination technique [Morris, L.H., Tiplady, C., Allen, W.R., 2003a. Pregnancy rates in mares after a single fixed time hysteroscopic insemination of low numbers of frozen-thawed spermatozoa onto the uterotubal junction. Equine Vet. J. 35, 197-201] was used to deposit low doses (6, 13 or 25 x 10(6) frozen-thawed SS or NS spermatozoa) onto the utero-tubal junction at 32 or 38 h after the administration of Chorulon (2500 IU, Intervet). Fertility was low, with one pregnancy (13 x 10(6) spermatozoa, 500 microL) obtained after artificial insemination with frozen SS spermatozoa (n=29 cycles) which resulted in the birth of a filly. Two pregnancies were obtained in mares inseminated with 6 x 10(6) NS spermatozoa in 250 microL (n=31 cycles). Mares failing to conceive on two experimental cycles were allocated to the conventional insemination group. Insemination with >500 x 10(6) motile NS frozen-thawed spermatozoa, yielded satisfactory per cycle conception rates (35.5%, 22/62) for both stallions combined and was within the values of their normal fertility as quoted by the stud's records. This suggests that the quality of the frozen semen was acceptable and that the freezing processes yielded viable spermatozoa capable of fertilisation. The poor fertility after hysteroscopic insemination with low doses of sex-sorted or non-sorted spermatozoa from the same stallions may be directly attributable to the low dose insemination conditions with frozen-thawed rather than sex-sorted spermatozoa.

  14. Building Global Capacity for Conducting Operational Research Using the SORT IT Model: Where and Who?

    PubMed Central

    Zachariah, Rony; Rust, Stefanie; Berger, Selma Dar; Guillerm, Nathalie; Bissell, Karen; Delaunois, Paul; Reid, Anthony J.; Kumar, Ajay M. V.; Olliaro, Piero L.; Reeder, John C.; Harries, Anthony D.; Ramsay, Andrew

    2016-01-01

    Setting Research capacity is weakest in low and middle-income countries (LMICs) where operational research is highly relevant and needed. Structured Operational Research and Training Initiative (SORT IT) courses have been developed to train participants to conduct and publish operational research and influence policy and practice. Twenty courses were completed in Asia, Africa, Europe and the South Pacific between 2009 and 2014. Objectives In the 20 completed SORT IT courses, to assess where the research was conducted, who was trained, who became facilitators in subsequent courses and course outcomes. Design A cohort study of completed SORT IT courses Results There were 236 participants (41% female) including 64 nationalities who conducted research in 59 countries, mostly from Asia and Africa (mean course duration = 9.7 months). Most participants (68%) were from government health programs and non-governmental agencies. A total of 213(90%) participants completed all milestones successfully with 41(19%) becoming subsequent course facilitators, 88% of whom were from LMICs. Of 228 manuscripts submitted to scientific journals, 197(86%) were either published or in press; in 86%, the principal investigator (first author) was a LMIC national. Papers were published in 23 scientific journals (impact factor 0.5–4.4) and covered 21 disease categories (median publication time = 5.7 months). Published papers (186) had 94,794 cumulative article views/downloads. Article views/downloads for immediate open access articles were double those from closed access journals. Conclusion The SORT IT model has been effective in training personnel to produce relevant operational research in LMICs. It merits continued commitment and support for further scale-up and development. PMID:27505253

  15. Developments in label-free microfluidic methods for single-cell analysis and sorting.

    PubMed

    Carey, Thomas R; Cotner, Kristen L; Li, Brian; Sohn, Lydia L

    2018-04-24

    Advancements in microfluidic technologies have led to the development of many new tools for both the characterization and sorting of single cells without the need for exogenous labels. Label-free microfluidics reduce the preparation time, reagents needed, and cost of conventional methods based on fluorescent or magnetic labels. Furthermore, these devices enable analysis of cell properties such as mechanical phenotype and dielectric parameters that cannot be characterized with traditional labels. Some of the most promising technologies for current and future development toward label-free, single-cell analysis and sorting include electronic sensors such as Coulter counters and electrical impedance cytometry; deformation analysis using optical traps and deformation cytometry; hydrodynamic sorting such as deterministic lateral displacement, inertial focusing, and microvortex trapping; and acoustic sorting using traveling or standing surface acoustic waves. These label-free microfluidic methods have been used to screen, sort, and analyze cells for a wide range of biomedical and clinical applications, including cell cycle monitoring, rapid complete blood counts, cancer diagnosis, metastatic progression monitoring, HIV and parasite detection, circulating tumor cell isolation, and point-of-care diagnostics. Because of the versatility of label-free methods for characterization and sorting, the low-cost nature of microfluidics, and the rapid prototyping capabilities of modern microfabrication, we expect this class of technology to continue to be an area of high research interest going forward. New developments in this field will contribute to the ongoing paradigm shift in cell analysis and sorting technologies toward label-free microfluidic devices, enabling new capabilities in biomedical research tools as well as clinical diagnostics. This article is categorized under: Diagnostic Tools > Biosensing Diagnostic Tools > Diagnostic Nanodevices. © 2018 Wiley Periodicals, Inc.

  16. Effect of Hydrograph Characteristics on Vertical Grain Sorting in Gravel Bed Rivers

    NASA Astrophysics Data System (ADS)

    Hassan, M. A.; Parker, G.; Egozi, R.

    2005-12-01

    This study focuses on the formation of armour layers over a range of hydrologic conditions that includes two limiting cases; a relatively flat hydrograph that represents conditions produced by continuous snowmelt and a sharply peaked hydrograph that represents conditions associated with flash floods. To achieve our objective we analyzed field evidence, conducted flume experiments and performed numerical simulations. Sediment supply appears to be a first-order control on bed surface armouring, while the shape of the hydrograph plays a secondary role. All constant hydrograph experiments developed a well-armored structured surface while short asymmetrical hydrographs did not show substantial vertical sorting. All symmetrical hydrographs show some degree of sorting, and the sorting tended to become more pronounced with longer duration. Using the numerical framework of Parker, modified Powell, et al. and Wilcock and Crowe, we were able to achieve similar results.

  17. Seminal plasma affects sperm sex sorting in boars.

    PubMed

    Alkmin, Diego V; Parrilla, Inmaculada; Tarantini, Tatiana; Del Olmo, David; Vazquez, Juan M; Martinez, Emilio A; Roca, Jordi

    2016-04-01

    Two experiments were conducted in boar semen samples to evaluate how both holding time (24h) and the presence of seminal plasma (SP) before sorting affect sperm sortability and the ability of sex-sorted spermatozoa to tolerate liquid storage. Whole ejaculate samples were divided into three aliquots immediately after collection: one was diluted (1:1, v/v) in Beltsville thawing solution (BTS; 50% SP); the SP of the other two aliquots was removed and the sperm pellets were diluted with BTS + 10% of their own SP (10% SP) or BTS alone (0% SP). The three aliquots of each ejaculate were divided into two portions, one that was processed immediately for sorting and a second that was sorted after 24h storage at 15-17°C. In the first experiment, the ability to exhibit well-defined X- and Y-chromosome-bearing sperm peaks (split) in the cytometry histogram and the subsequent sorting efficiency were assessed (20 ejaculates). In contrast with holding time, the SP proportion influenced the parameters examined, as evidenced by the higher number of ejaculates exhibiting split and better sorting efficiency (P<0.05) in semen samples with 0-10% SP compared with those with 50% SP. In a second experiment, the quality (viability, total and progressive motility) and functionality (plasma membrane fluidity and intracellular generation of reactive oxygen species) of sex-sorted spermatozoa were evaluated after 0, 72 and 120h storage at 15-17°C (10 ejaculates). Holding time and SP proportion did not influence the quality or functionality of stored sex-sorted spermatozoa. In conclusion, a holding time as long as 24h before sorting did not negatively affect sex sorting efficiency or the ability of sorted boar spermatozoa to tolerate long-term liquid storage. A high proportion of SP (50%) in the semen samples before sorting reduced the number of ejaculates to be sorted and negatively influenced the sorting efficiency, but did not affect the ability of sex-sorted spermatozoa to tolerate liquid

  18. Automatic spike sorting using tuning information.

    PubMed

    Ventura, Valérie

    2009-09-01

    Current spike sorting methods focus on clustering neurons' characteristic spike waveforms. The resulting spike-sorted data are typically used to estimate how covariates of interest modulate the firing rates of neurons. However, when these covariates do modulate the firing rates, they provide information about spikes' identities, which thus far have been ignored for the purpose of spike sorting. This letter describes a novel approach to spike sorting, which incorporates both waveform information and tuning information obtained from the modulation of firing rates. Because it efficiently uses all the available information, this spike sorter yields lower spike misclassification rates than traditional automatic spike sorters. This theoretical result is verified empirically on several examples. The proposed method does not require additional assumptions; only its implementation is different. It essentially consists of performing spike sorting and tuning estimation simultaneously rather than sequentially, as is currently done. We used an expectation-maximization maximum likelihood algorithm to implement the new spike sorter. We present the general form of this algorithm and provide a detailed implementable version under the assumptions that neurons are independent and spike according to Poisson processes. Finally, we uncover a systematic flaw of spike sorting based on waveform information only.

  19. PFAAT version 2.0: a tool for editing, annotating, and analyzing multiple sequence alignments.

    PubMed

    Caffrey, Daniel R; Dana, Paul H; Mathur, Vidhya; Ocano, Marco; Hong, Eun-Jong; Wang, Yaoyu E; Somaroo, Shyamal; Caffrey, Brian E; Potluri, Shobha; Huang, Enoch S

    2007-10-11

    By virtue of their shared ancestry, homologous sequences are similar in their structure and function. Consequently, multiple sequence alignments are routinely used to identify trends that relate to function. This type of analysis is particularly productive when it is combined with structural and phylogenetic analysis. Here we describe the release of PFAAT version 2.0, a tool for editing, analyzing, and annotating multiple sequence alignments. Support for multiple annotations is a key component of this release as it provides a framework for most of the new functionalities. The sequence annotations are accessible from the alignment and tree, where they are typically used to label sequences or hyperlink them to related databases. Sequence annotations can be created manually or extracted automatically from UniProt entries. Once a multiple sequence alignment is populated with sequence annotations, sequences can be easily selected and sorted through a sophisticated search dialog. The selected sequences can be further analyzed using statistical methods that explicitly model relationships between the sequence annotations and residue properties. Residue annotations are accessible from the alignment viewer and are typically used to designate binding sites or properties for a particular residue. Residue annotations are also searchable, and allow one to quickly select alignment columns for further sequence analysis, e.g. computing percent identities. Other features include: novel algorithms to compute sequence conservation, mapping conservation scores to a 3D structure in Jmol, displaying secondary structure elements, and sorting sequences by residue composition. PFAAT provides a framework whereby end-users can specify knowledge for a protein family in the form of annotation. The annotations can be combined with sophisticated analysis to test hypothesis that relate to sequence, structure and function.

  20. Flow cytometric sorting of fecal bacteria after in situ hybridization with polynucleotide probes.

    PubMed

    Bruder, Lena M; Dörkes, Marcel; Fuchs, Bernhard M; Ludwig, Wolfgang; Liebl, Wolfgang

    2016-10-01

    The gut microbiome represents a key contributor to human physiology, metabolism, immune function, and nutrition. Elucidating the composition and genetics of the gut microbiota under various conditions is essential to understand how microbes function individually and as a community. Metagenomic analyses are increasingly used to study intestinal microbiota. However, for certain scientific questions it is sufficient to examine taxon-specific submetagenomes, covering selected bacterial genera in a targeted manner. Here we established a new variant of fluorescence in situ hybridization (FISH) combined with fluorescence-activated cell sorting (FACS), providing access to the genomes of specific taxa belonging to the complex community of the intestinal microbiota. In contrast to standard oligonucleotide probes, the RNA polynucleotide probe used here, which targets domain III of the 23S rRNA gene, extends the resolution power in environmental samples by increasing signal intensity. Furthermore, cells hybridized with the polynucleotide probe are not subjected to harsh pretreatments, and their genetic information remains intact. The protocol described here was tested on genus-specifically labeled cells in various samples, including complex fecal samples from different laboratory mouse types that harbor diverse intestinal microbiota. Specifically, as an example for the protocol described here, RNA polynucleotide probes could be used to label Enterococcus cells for subsequent sorting by flow cytometry. To detect and quantify enterococci in fecal samples prior to enrichment, taxon-specific PCR and qPCR detection systems have been developed. The accessibility of the genomes from taxon-specifically sorted cells for subsequent molecular analyses was demonstrated by amplification of functional genes. Copyright © 2016 Elsevier GmbH. All rights reserved.

  1. Stochastic Model of Vesicular Sorting in Cellular Organelles

    NASA Astrophysics Data System (ADS)

    Vagne, Quentin; Sens, Pierre

    2018-02-01

    The proper sorting of membrane components by regulated exchange between cellular organelles is crucial to intracellular organization. This process relies on the budding and fusion of transport vesicles, and should be strongly influenced by stochastic fluctuations, considering the relatively small size of many organelles. We identify the perfect sorting of two membrane components initially mixed in a single compartment as a first passage process, and we show that the mean sorting time exhibits two distinct regimes as a function of the ratio of vesicle fusion to budding rates. Low ratio values lead to fast sorting but result in a broad size distribution of sorted compartments dominated by small entities. High ratio values result in two well-defined sorted compartments but sorting is exponentially slow. Our results suggest an optimal balance between vesicle budding and fusion for the rapid and efficient sorting of membrane components and highlight the importance of stochastic effects for the steady-state organization of intracellular compartments.

  2. Application of visible spectroscopy in waste sorting

    NASA Astrophysics Data System (ADS)

    Spiga, Philippe; Bourely, Antoine

    2011-10-01

    Today, waste recycling, (bottles, papers...), is a mechanical operation: the waste are crushed, fused and agglomerated in order to obtain new manufactured products (e.g. new bottles, clothes ...). The plastics recycling is the main application in the color sorting process. The colorless plastics recovered are more valuable than the colored plastics. Other emergent applications are in the paper sorting, where the main goal is to sort dyed paper from white papers. Up to now, Pellenc Selective Technologies has manufactured color sorting machines based on RGB cameras. Three dimensions (red, green and blue) are no longer sufficient to detect low quantities of dye in the considered waste. In order to increase the efficiency of the color detection, a new sorting machine, based on visible spectroscopy, has been developed. This paper presents the principles of the two approaches and their difference in terms of sorting performance, making visible spectroscopy a clear winner.

  3. All sorts of options for food product sorting

    USDA-ARS?s Scientific Manuscript database

    Most food products undergo significant processing before arrival at the grocery store or local market. A major component of this processing includes sorting the product according to quality attributes such as size, color, sweetness, and ripeness. In addition, removal of defects or contaminants is a ...

  4. ALGORITHM FOR SORTING GROUPED DATA

    NASA Technical Reports Server (NTRS)

    Evans, J. D.

    1994-01-01

    It is often desirable to sort data sets in ascending or descending order. This becomes more difficult for grouped data, i.e., multiple sets of data, where each set of data involves several measurements or related elements. The sort becomes increasingly cumbersome when more than a few elements exist for each data set. In order to achieve an efficient sorting process, an algorithm has been devised in which the maximum most significant element is found, and then compared to each element in succession. The program was written to handle the daily temperature readings of the Voyager spacecraft, particularly those related to the special tracking requirements of Voyager 2. By reducing each data set to a single representative number, the sorting process becomes very easy. The first step in the process is to reduce the data set of width 'n' to a data set of width '1'. This is done by representing each data set by a polynomial of length 'n' based on the differences of the maximum and minimum elements. These single numbers are then sorted and converted back to obtain the original data sets. Required input data are the name of the data file to read and sort, and the starting and ending record numbers. The package includes a sample data file, containing 500 sets of data with 5 elements in each set. This program will perform a sort of the 500 data sets in 3 - 5 seconds on an IBM PC-AT with a hard disk; on a similarly equipped IBM PC-XT the time is under 10 seconds. This program is written in BASIC (specifically the Microsoft QuickBasic compiler) for interactive execution and has been implemented on the IBM PC computer series operating under PC-DOS with a central memory requirement of approximately 40K of 8 bit bytes. A hard disk is desirable for speed considerations, but is not required. This program was developed in 1986.

  5. Automatic Spike Sorting Using Tuning Information

    PubMed Central

    Ventura, Valérie

    2011-01-01

    Current spike sorting methods focus on clustering neurons’ characteristic spike waveforms. The resulting spike-sorted data are typically used to estimate how covariates of interest modulate the firing rates of neurons. However, when these covariates do modulate the firing rates, they provide information about spikes’ identities, which thus far have been ignored for the purpose of spike sorting. This letter describes a novel approach to spike sorting, which incorporates both waveform information and tuning information obtained from the modulation of firing rates. Because it efficiently uses all the available information, this spike sorter yields lower spike misclassification rates than traditional automatic spike sorters. This theoretical result is verified empirically on several examples. The proposed method does not require additional assumptions; only its implementation is different. It essentially consists of performing spike sorting and tuning estimation simultaneously rather than sequentially, as is currently done. We used an expectation-maximization maximum likelihood algorithm to implement the new spike sorter. We present the general form of this algorithm and provide a detailed implementable version under the assumptions that neurons are independent and spike according to Poisson processes. Finally, we uncover a systematic flaw of spike sorting based on waveform information only. PMID:19548802

  6. Droplet sorting based on the number of encapsulated particles using a solenoid valve.

    PubMed

    Cao, Zhenning; Chen, Fangyuan; Bao, Ning; He, Huacheng; Xu, Peisheng; Jana, Saikat; Jung, Sunghwan; Lian, Hongzhen; Lu, Chang

    2013-01-07

    Droplet microfluidics provides a high-throughput platform for screening subjects and conditions involved in biology. Droplets with encapsulated beads and cells have been increasingly used for studying molecular and cellular biology. Droplet sorting is needed to isolate and analyze the subject of interest during such screening. The vast majority of current sorting techniques use fluorescence intensity emitted by each droplet as the only criterion. However, due to the randomness and imperfections in the encapsulation process, typically a mixed population of droplets with an uneven number of encapsulated particles results and is used for screening. Thus droplet sorting based on the number of encapsulated particles becomes necessary for isolating or enriching droplets with a specific occupancy. In this work, we developed a fluorescence-activated microfluidic droplet sorter that integrated a simple deflection mechanism based on the use of a solenoid valve and a sophisticated signal processing system with a microcontroller as the core. By passing droplets through a narrow interrogation channel, the encapsulated particles were detected individually. The microcontroller conducted the computation to determine the number of encapsulated particles in each droplet and made the sorting decision accordingly that led to actuation of the solenoid valve. We tested both fluorescent beads and stained cells and our results showed high efficiency and accuracy for sorting and enrichment.

  7. Distinct forms of mitochondrial TOM-TIM supercomplexes define signal-dependent states of preprotein sorting.

    PubMed

    Chacinska, Agnieszka; van der Laan, Martin; Mehnert, Carola S; Guiard, Bernard; Mick, David U; Hutu, Dana P; Truscott, Kaye N; Wiedemann, Nils; Meisinger, Chris; Pfanner, Nikolaus; Rehling, Peter

    2010-01-01

    Mitochondrial import of cleavable preproteins occurs at translocation contact sites, where the translocase of the outer membrane (TOM) associates with the presequence translocase of the inner membrane (TIM23) in a supercomplex. Different views exist on the mechanism of how TIM23 mediates preprotein sorting to either the matrix or inner membrane. On the one hand, two TIM23 forms were proposed, a matrix transport form containing the presequence translocase-associated motor (PAM; TIM23-PAM) and a sorting form containing Tim21 (TIM23(SORT)). On the other hand, it was reported that TIM23 and PAM are permanently associated in a single-entity translocase. We have accumulated distinct transport intermediates of preproteins to analyze the translocases in their active, preprotein-carrying state. We identified two different forms of active TOM-TIM23 supercomplexes, TOM-TIM23(SORT) and TOM-TIM23-PAM. These two supercomplexes do not represent separate pathways but are in dynamic exchange during preprotein translocation and sorting. Depending on the signals of the preproteins, switches between the different forms of supercomplex and TIM23 are required for the completion of preprotein import.

  8. Categorizing Variations of Student-Implemented Sorting Algorithms

    ERIC Educational Resources Information Center

    Taherkhani, Ahmad; Korhonen, Ari; Malmi, Lauri

    2012-01-01

    In this study, we examined freshmen students' sorting algorithm implementations in data structures and algorithms' course in two phases: at the beginning of the course before the students received any instruction on sorting algorithms, and after taking a lecture on sorting algorithms. The analysis revealed that many students have insufficient…

  9. Predictor sort sampling and one-sided confidence bounds on quantiles

    Treesearch

    Steve Verrill; Victoria L. Herian; David W. Green

    2002-01-01

    Predictor sort experiments attempt to make use of the correlation between a predictor that can be measured prior to the start of an experiment and the response variable that we are investigating. Properly designed and analyzed, they can reduce necessary sample sizes, increase statistical power, and reduce the lengths of confidence intervals. However, if the non- random...

  10. Quantitative assessment of distance to collection point and improved sorting information on source separation of household waste.

    PubMed

    Rousta, Kamran; Bolton, Kim; Lundin, Magnus; Dahlén, Lisa

    2015-06-01

    The present study measures the participation of households in a source separation scheme and, in particular, if the household's application of the scheme improved after two interventions: (a) shorter distance to the drop-off point and (b) easy access to correct sorting information. The effect of these interventions was quantified and, as far as possible, isolated from other factors that can influence the recycling behaviour. The study was based on households located in an urban residential area in Sweden, where waste composition studies were performed before and after the interventions by manual sorting (pick analysis). Statistical analyses of the results indicated a significant decrease (28%) of packaging and newsprint in the residual waste after establishing a property close collection system (intervention (a)), as well as significant decrease (70%) of the miss-sorted fraction in bags intended for food waste after new information stickers were introduced (intervention (b)). Providing a property close collection system to collect more waste fractions as well as finding new communication channels for information about sorting can be used as tools to increase the source separation ratio. This contribution also highlights the need to evaluate the effects of different types of information and communication concerning sorting instructions in a property close collection system. Copyright © 2015 Elsevier Ltd. All rights reserved.

  11. A cargo-sorting DNA robot.

    PubMed

    Thubagere, Anupama J; Li, Wei; Johnson, Robert F; Chen, Zibo; Doroudi, Shayan; Lee, Yae Lim; Izatt, Gregory; Wittman, Sarah; Srinivas, Niranjan; Woods, Damien; Winfree, Erik; Qian, Lulu

    2017-09-15

    Two critical challenges in the design and synthesis of molecular robots are modularity and algorithm simplicity. We demonstrate three modular building blocks for a DNA robot that performs cargo sorting at the molecular level. A simple algorithm encoding recognition between cargos and their destinations allows for a simple robot design: a single-stranded DNA with one leg and two foot domains for walking, and one arm and one hand domain for picking up and dropping off cargos. The robot explores a two-dimensional testing ground on the surface of DNA origami, picks up multiple cargos of two types that are initially at unordered locations, and delivers them to specified destinations until all molecules are sorted into two distinct piles. The robot is designed to perform a random walk without any energy supply. Exploiting this feature, a single robot can repeatedly sort multiple cargos. Localization on DNA origami allows for distinct cargo-sorting tasks to take place simultaneously in one test tube or for multiple robots to collectively perform the same task. Copyright © 2017, American Association for the Advancement of Science.

  12. A discrimination model in waste plastics sorting using NIR hyperspectral imaging system.

    PubMed

    Zheng, Yan; Bai, Jiarui; Xu, Jingna; Li, Xiayang; Zhang, Yimin

    2018-02-01

    Classification of plastics is important in the recycling industry. A plastic identification model in the near infrared spectroscopy wavelength range 1000-2500 nm is proposed for the characterization and sorting of waste plastics using acrylonitrile butadiene styrene (ABS), polystyrene (PS), polypropylene (PP), polyethylene (PE), polyethylene terephthalate (PET), and polyvinyl chloride (PVC). The model is built by the feature wavelengths of standard samples applying the principle component analysis (PCA), and the accuracy, property and cross-validation of the model were analyzed. The model just contains a simple equation, center of mass coordinates, and radial distance, with which it is easy to develop classification and sorting software. A hyperspectral imaging system (HIS) with the identification model verified its practical application by using the unknown plastics. Results showed that the identification accuracy of unknown samples is 100%. All results suggested that the discrimination model was potential to an on-line characterization and sorting platform of waste plastics based on HIS. Copyright © 2017 Elsevier Ltd. All rights reserved.

  13. The Small Body Mapping Tool (SBMT) for Accessing, Visualizing, and Analyzing Spacecraft Data in Three Dimensions

    NASA Astrophysics Data System (ADS)

    Barnouin, O. S.; Ernst, C. M.; Daly, R. T.

    2018-04-01

    The free, publicly available Small Body Mapping Tool (SBMT) developed at the Johns Hopkins University Applied Physics Laboratory is a powerful, easy-to-use tool for accessing and analyzing data from small bodies.

  14. Physical Mechanisms Driving Cell Sorting in Hydra.

    PubMed

    Cochet-Escartin, Olivier; Locke, Tiffany T; Shi, Winnie H; Steele, Robert E; Collins, Eva-Maria S

    2017-12-19

    Cell sorting, whereby a heterogeneous cell mixture organizes into distinct tissues, is a fundamental patterning process in development. Hydra is a powerful model system for carrying out studies of cell sorting in three dimensions, because of its unique ability to regenerate after complete dissociation into individual cells. The physicists Alfred Gierer and Hans Meinhardt recognized Hydra's self-organizing properties more than 40 years ago. However, what drives cell sorting during regeneration of Hydra from cell aggregates is still debated. Differential motility and differential adhesion have been proposed as driving mechanisms, but the available experimental data are insufficient to distinguish between these two. Here, we answer this longstanding question by using transgenic Hydra expressing fluorescent proteins and a multiscale experimental and numerical approach. By quantifying the kinematics of single cell and whole aggregate behaviors, we show that no differences in cell motility exist among cell types and that sorting dynamics follow a power law with an exponent of ∼0.5. Additionally, we measure the physical properties of separated tissues and quantify their viscosities and surface tensions. Based on our experimental results and numerical simulations, we conclude that tissue interfacial tensions are sufficient to explain cell sorting in aggregates of Hydra cells. Furthermore, we demonstrate that the aggregate's geometry during sorting is key to understanding the sorting dynamics and explains the exponent of the power law behavior. Our results answer the long standing question of the physical mechanisms driving cell sorting in Hydra cell aggregates. In addition, they demonstrate how powerful this organism is for biophysical studies of self-organization and pattern formation. Copyright © 2017 Biophysical Society. Published by Elsevier Inc. All rights reserved.

  15. FISHIS: Fluorescence In Situ Hybridization in Suspension and Chromosome Flow Sorting Made Easy

    PubMed Central

    Giorgi, Debora; Farina, Anna; Grosso, Valentina; Gennaro, Andrea; Ceoloni, Carla; Lucretti, Sergio

    2013-01-01

    The large size and complex polyploid nature of many genomes has often hampered genomics development, as is the case for several plants of high agronomic value. Isolating single chromosomes or chromosome arms via flow sorting offers a clue to resolve such complexity by focusing sequencing to a discrete and self-consistent part of the whole genome. The occurrence of sufficient differences in the size and or base-pair composition of the individual chromosomes, which is uncommon in plants, is critical for the success of flow sorting. We overcome this limitation by developing a robust method for labeling isolated chromosomes, named Fluorescent In situ Hybridization In suspension (FISHIS). FISHIS employs fluorescently labeled synthetic repetitive DNA probes, which are hybridized, in a wash-less procedure, to chromosomes in suspension following DNA alkaline denaturation. All typical A, B and D genomes of wheat, as well as individual chromosomes from pasta (T. durum L.) and bread (T. aestivum L.) wheat, were flow-sorted, after FISHIS, at high purity. For the first time in eukaryotes, each individual chromosome of a diploid organism, Dasypyrum villosum (L.) Candargy, was flow-sorted regardless of its size or base-pair related content. FISHIS-based chromosome sorting is a powerful and innovative flow cytogenetic tool which can develop new genomic resources from each plant species, where microsatellite DNA probes are available and high quality chromosome suspensions could be produced. The joining of FISHIS labeling and flow sorting with the Next Generation Sequencing methodology will enforce genomics for more species, and by this mightier chromosome approach it will be possible to increase our knowledge about structure, evolution and function of plant genome to be used for crop improvement. It is also anticipated that this technique could contribute to analyze and sort animal chromosomes with peculiar cytogenetic abnormalities, such as copy number variations or cytogenetic

  16. FISHIS: fluorescence in situ hybridization in suspension and chromosome flow sorting made easy.

    PubMed

    Giorgi, Debora; Farina, Anna; Grosso, Valentina; Gennaro, Andrea; Ceoloni, Carla; Lucretti, Sergio

    2013-01-01

    The large size and complex polyploid nature of many genomes has often hampered genomics development, as is the case for several plants of high agronomic value. Isolating single chromosomes or chromosome arms via flow sorting offers a clue to resolve such complexity by focusing sequencing to a discrete and self-consistent part of the whole genome. The occurrence of sufficient differences in the size and or base-pair composition of the individual chromosomes, which is uncommon in plants, is critical for the success of flow sorting. We overcome this limitation by developing a robust method for labeling isolated chromosomes, named Fluorescent In situ Hybridization In suspension (FISHIS). FISHIS employs fluorescently labeled synthetic repetitive DNA probes, which are hybridized, in a wash-less procedure, to chromosomes in suspension following DNA alkaline denaturation. All typical A, B and D genomes of wheat, as well as individual chromosomes from pasta (T. durum L.) and bread (T. aestivum L.) wheat, were flow-sorted, after FISHIS, at high purity. For the first time in eukaryotes, each individual chromosome of a diploid organism, Dasypyrum villosum (L.) Candargy, was flow-sorted regardless of its size or base-pair related content. FISHIS-based chromosome sorting is a powerful and innovative flow cytogenetic tool which can develop new genomic resources from each plant species, where microsatellite DNA probes are available and high quality chromosome suspensions could be produced. The joining of FISHIS labeling and flow sorting with the Next Generation Sequencing methodology will enforce genomics for more species, and by this mightier chromosome approach it will be possible to increase our knowledge about structure, evolution and function of plant genome to be used for crop improvement. It is also anticipated that this technique could contribute to analyze and sort animal chromosomes with peculiar cytogenetic abnormalities, such as copy number variations or cytogenetic

  17. Nuclear fuel microsphere gamma analyzer

    DOEpatents

    Valentine, Kenneth H.; Long, Jr., Ernest L.; Willey, Melvin G.

    1977-01-01

    A gamma analyzer system is provided for the analysis of nuclear fuel microspheres and other radioactive particles. The system consists of an analysis turntable with means for loading, in sequence, a plurality of stations within the turntable; a gamma ray detector for determining the spectrum of a sample in one section; means for analyzing the spectrum; and a receiver turntable to collect the analyzed material in stations according to the spectrum analysis. Accordingly, particles may be sorted according to their quality; e.g., fuel particles with fractured coatings may be separated from those that are not fractured, or according to other properties.

  18. Exposure to airborne fungi during sorting of recyclable plastics in waste treatment facilities.

    PubMed

    Černá, Kristýna; Wittlingerová, Zdeňka; Zimová, Magdaléna; Janovský, Zdeněk

    2017-02-28

    In working environment of waste treatment facilities, employees are exposed to high concentrations of airborne microorganisms. Fungi constitute an essential part of them. This study aims at evaluating the diurnal variation in concentrations and species composition of the fungal contamination in 2 plastic waste sorting facilities in different seasons. Air samples from the 2 sorting facilities were collected through the membrane filters method on 4 different types of cultivation media. Isolated fungi were classified to genera or species by using a light microscopy. Overall, the highest concentrations of airborne fungi were recorded in summer (9.1×103-9.0×105 colony-forming units (CFU)/m3), while the lowest ones in winter (2.7×103-2.9×105 CFU/m3). The concentration increased from the beginning of the work shift and reached a plateau after 6-7 h of the sorting. The most frequently isolated airborne fungi were those of the genera Penicillium and Aspergillus. The turnover of fungal species between seasons was relatively high as well as changes in the number of detected species, but potentially toxigenic and allergenic fungi were detected in both facilities during all seasons. Generally, high concentrations of airborne fungi were detected in the working environment of plastic waste sorting facilities, which raises the question of health risk taken by the employees. Based on our results, the use of protective equipment by employees is recommended and preventive measures should be introduced into the working environment of waste sorting facilities to reduce health risk for employees. Med Pr 2017;68(1):1-9. This work is available in Open Access model and licensed under a CC BY-NC 3.0 PL license.

  19. Do Vouchers Lead to Sorting under Random Private-School Selection? Evidence from the Milwaukee Voucher Program. Staff Report No. 379

    ERIC Educational Resources Information Center

    Chakrabarti, Rajashri

    2011-01-01

    This paper analyzes the impact of voucher design on student sorting in the application and enrollment phases of parental choice. More specifically, it investigates whether there are feasible ways of designing vouchers that can reduce or eliminate student sorting in these phases. Much of the existing literature investigates the question of…

  20. Sorting Through the Spheres of Influence: Using Modified Pile Sorting to Describe Who Influences Dairy Farmers' Decision-Making About Safety.

    PubMed

    Bendixsen, Casper; Barnes, Kathrine; Kieke, Burney; Schenk, Danielle; Simich, Jessica; Keifer, Matthew

    2017-01-01

    The primary goal of this study was to describe the mutually perceived influence of bankers and insurers on their agricultural clients' decision-making regarding health and safety. Semistructured interviews were conducted with 10 dairy farmers, 11 agricultural bankers, and 10 agricultural insurers from central Wisconsin. Three of the interview questions involved pile sorting. Pile sorting included 5-point Likert-like scales to help participants sort through 32 index cards. Each card represented an individual or group that was thought to possibly affect farmers' decision-making, both generally and about health and safety. Results (photographs of piles of cards quantified into spread sheets, fieldnotes, and interview transcripts) were analyzed with SAS and NVivo. All three groups expressed moderate-to-strong positive opinions about involving agricultural bankers (x2(2) = 2.8155, p = 0.2695), although bankers qualitatively expressed apprehension due to regulations on the industry. Insurance agents received more positive support, particularly from bankers but also from dairy farmers themselves, and expressed more confidence in being involved in designing and implementing a farm safety program. Agricultural bankers and insurers can influence individual farmer's decision-making about health and safety. Both are believed to be good purveyors of safety programs and knowledge, especially when leveraging financial incentives. Insurance agents are thought to be more critical in the design of safety programs. Insurers and bankers being financially tied to safety programs may prove both positive and negative, as farmers may be skeptical about the intention of the incentives, making messaging critical.

  1. A Problem-Sorting Task Detects Changes in Undergraduate Biological Expertise over a Single Semester.

    PubMed

    Hoskinson, Anne-Marie; Maher, Jessica Middlemis; Bekkering, Cody; Ebert-May, Diane

    2017-01-01

    Calls for undergraduate biology reform share similar goals: to produce people who can organize, use, connect, and communicate about biological knowledge. Achieving these goals requires students to gain disciplinary expertise. Experts organize, access, and apply disciplinary knowledge differently than novices, and expertise is measurable. By asking introductory biology students to sort biological problems, we investigated whether they changed how they organized and linked biological ideas over one semester of introductory biology. We administered the Biology Card Sorting Task to 751 students enrolled in their first or second introductory biology course focusing on either cellular-molecular or organismal-population topics, under structured or unstructured sorting conditions. Students used a combination of superficial, deep, and yet-uncharacterized ways of organizing and connecting biological knowledge. In some cases, this translated to more expert-like ways of organizing knowledge over a single semester, best predicted by whether students were enrolled in their first or second semester of biology and by the sorting condition completed. In addition to illuminating differences between novices and experts, our results show that card sorting is a robust way of detecting changes in novices' biological expertise-even in heterogeneous populations of novice biology students over the time span of a single semester. © 2017 A.-M. Hoskinson et al. CBE—Life Sciences Education © 2017 The American Society for Cell Biology. This article is distributed by The American Society for Cell Biology under license from the author(s). It is available to the public under an Attribution–Noncommercial–Share Alike 3.0 Unported Creative Commons License(http://creativecommons.org/licenses/by-nc-sa/3.0).

  2. High-resolution FISH on super-stretched flow-sorted plant chromosomes.

    PubMed

    Valárik, M; Bartos, J; Kovárová, P; Kubaláková, M; de Jong, J H; Dolezel, J

    2004-03-01

    A novel high-resolution fluorescence in situ hybridisation (FISH) strategy, using super-stretched flow-sorted plant chromosomes as targets, is described. The technique that allows longitudinal extension of chromosomes of more than 100 times their original metaphase size is especially attractive for plant species with large chromosomes, whose pachytene chromosomes are generally too long and heterochromatin patterns too complex for FISH analysis. The protocol involves flow cytometric sorting of metaphase chromosomes, mild proteinase-K digestion of air-dried chromosomes on microscopic slides, followed by stretching with ethanol:acetic acid (3 : 1). Stretching ratios were assessed in a number of FISH experiments with super-stretched chromosomes from barley, wheat, rye and chickpea, hybridised with 45S and 5S ribosomal DNAs and the [GAA]n microsatellite, the [TTTAGGG]n telomeric repeat and a bacterial artificial chromosome (BAC) clone as probes. FISH signals on stretched chromosomes were brighter than those on the untreated control, resulting from better accessibility of the stretched chromatin and maximum observed sensitivity of 1 kbp. Spatial resolution of neighbouring loci was improved down to 70 kbp as compared to 5-10 Mbp after FISH on mitotic chromosomes, revealing details of adjacent DNA sequences hitherto not obtained with any other method. Stretched chromosomes are advantageous over extended DNA fibres from interphase nuclei as targets for FISH studies because they still retain chromosomal integrity. Although the method is confined to species for which chromosome flow sorting has been developed, it provides a unique system for controlling stretching degree of mitotic chromosomes and high-resolution bar-code FISH.

  3. A Simple Deep Learning Method for Neuronal Spike Sorting

    NASA Astrophysics Data System (ADS)

    Yang, Kai; Wu, Haifeng; Zeng, Yu

    2017-10-01

    Spike sorting is one of key technique to understand brain activity. With the development of modern electrophysiology technology, some recent multi-electrode technologies have been able to record the activity of thousands of neuronal spikes simultaneously. The spike sorting in this case will increase the computational complexity of conventional sorting algorithms. In this paper, we will focus spike sorting on how to reduce the complexity, and introduce a deep learning algorithm, principal component analysis network (PCANet) to spike sorting. The introduced method starts from a conventional model and establish a Toeplitz matrix. Through the column vectors in the matrix, we trains a PCANet, where some eigenvalue vectors of spikes could be extracted. Finally, support vector machine (SVM) is used to sort spikes. In experiments, we choose two groups of simulated data from public databases availably and compare this introduced method with conventional methods. The results indicate that the introduced method indeed has lower complexity with the same sorting errors as the conventional methods.

  4. Denni Algorithm An Enhanced Of SMS (Scan, Move and Sort) Algorithm

    NASA Astrophysics Data System (ADS)

    Aprilsyah Lubis, Denni; Salim Sitompul, Opim; Marwan; Tulus; Andri Budiman, M.

    2017-12-01

    Sorting has been a profound area for the algorithmic researchers, and many resources are invested to suggest a more working sorting algorithm. For this purpose many existing sorting algorithms were observed in terms of the efficiency of the algorithmic complexity. Efficient sorting is important to optimize the use of other algorithms that require sorted lists to work correctly. Sorting has been considered as a fundamental problem in the study of algorithms that due to many reasons namely, the necessary to sort information is inherent in many applications, algorithms often use sorting as a key subroutine, in algorithm design there are many essential techniques represented in the body of sorting algorithms, and many engineering issues come to the fore when implementing sorting algorithms., Many algorithms are very well known for sorting the unordered lists, and one of the well-known algorithms that make the process of sorting to be more economical and efficient is SMS (Scan, Move and Sort) algorithm, an enhancement of Quicksort invented Rami Mansi in 2010. This paper presents a new sorting algorithm called Denni-algorithm. The Denni algorithm is considered as an enhancement on the SMS algorithm in average, and worst cases. The Denni algorithm is compared with the SMS algorithm and the results were promising.

  5. The solution space of sorting by DCJ.

    PubMed

    Braga, Marília D V; Stoye, Jens

    2010-09-01

    In genome rearrangements, the double cut and join (DCJ) operation, introduced by Yancopoulos et al. in 2005, allows one to represent most rearrangement events that could happen in multichromosomal genomes, such as inversions, translocations, fusions, and fissions. No restriction on the genome structure considering linear and circular chromosomes is imposed. An advantage of this general model is that it leads to considerable algorithmic simplifications compared to other genome rearrangement models. Recently, several works concerning the DCJ operation have been published, and in particular, an algorithm was proposed to find an optimal DCJ sequence for sorting one genome into another one. Here we study the solution space of this problem and give an easy-to-compute formula that corresponds to the exact number of optimal DCJ sorting sequences for a particular subset of instances of the problem. We also give an algorithm to count the number of optimal sorting sequences for any instance of the problem. Another interesting result is the demonstration of the possibility of obtaining one optimal sorting sequence by properly replacing any pair of consecutive operations in another optimal sequence. As a consequence, any optimal sorting sequence can be obtained from one other by applying such replacements successively, but the problem of finding the shortest number of replacements between two sorting sequences is still open.

  6. Particle Transport and Size Sorting in Bubble Microstreaming Flow

    NASA Astrophysics Data System (ADS)

    Thameem, Raqeeb; Rallabandi, Bhargav; Wang, Cheng; Hilgenfeldt, Sascha

    2014-11-01

    Ultrasonic driving of sessile semicylindrical bubbles results in powerful steady streaming flows that are robust over a wide range of driving frequencies. In a microchannel, this flow field pattern can be fine-tuned to achieve size-sensitive sorting and trapping of particles at scales much smaller than the bubble itself; the sorting mechanism has been successfully described based on simple geometrical considerations. We investigate the sorting process in more detail, both experimentally (using new parameter variations that allow greater control over the sorting) and theoretically (incorporating the device geometry as well as the superimposed channel flow into an asymptotic theory). This results in optimized criteria for size sorting and a theoretical description that closely matches the particle behavior close to the bubble, the crucial region for size sorting.

  7. The Q sort theory and technique.

    PubMed

    Nyatanga, L

    1989-10-01

    This paper is based on the author's experience of using the Q sort technique with BA Social Sciences (BASS) students, and the community psychiatric nursing (CPN, ENB No 811 course). The paper focuses on two main issues: 1. The theoretical assumptions underpinning the Q Sort technique. Carl Rogers' self theory and some of the values of humanistic psychology are summarised. 2. The actual technique procedure and meaning of results are highlighted. As the Q Sort technique is potentially useful in a variety of sittings some of which are listed in this paper, the emphasis has deliberately been placed in understanding the theoretical underpinning and the operationalisation (sensitive interpretation) of the theory to practice.

  8. An improved infrared technique for sorting pecans

    NASA Astrophysics Data System (ADS)

    Graeve, Thorsten; Dereniak, Eustace L.; Lamonica, John A., Jr.

    1991-10-01

    This paper presents the results of a study of pecan spectral reflectances. It describes an experiment for measuring the contrast between several components of raw pecan product to be sorted. An analysis of the experimental data reveals high contrast ratios in the infrared spectrum, suggesting a potential improvement in sorting efficiency when separating pecan meat from shells. It is believed that this technique has the potential to dramatically improve the efficiency of current sorting machinery, and to reduce the cost of processing pecans for the consumer market.

  9. Statistical analysis of sperm sorting

    NASA Astrophysics Data System (ADS)

    Koh, James; Marcos, Marcos

    2017-11-01

    The success rate of assisted reproduction depends on the proportion of morphologically normal sperm. It is possible to use an external field for manipulation and sorting. Depending on their morphology, the extent of response varies. Due to the wide distribution in sperm morphology even among individuals, the resulting distribution of kinematic behaviour, and consequently the feasibility of sorting, should be analysed statistically. In this theoretical work, Resistive Force Theory and Slender Body Theory will be applied and compared. Full name is Marcos.

  10. A Binary Array Asynchronous Sorting Algorithm with Using Petri Nets

    NASA Astrophysics Data System (ADS)

    Voevoda, A. A.; Romannikov, D. O.

    2017-01-01

    Nowadays the tasks of computations speed-up and/or their optimization are actual. Among the approaches on how to solve these tasks, a method applying approaches of parallelization and asynchronization to a sorting algorithm is considered in the paper. The sorting methods are ones of elementary methods and they are used in a huge amount of different applications. In the paper, we offer a method of an array sorting that based on a division into a set of independent adjacent pairs of numbers and their parallel and asynchronous comparison. And this one distinguishes the offered method from the traditional sorting algorithms (like quick sorting, merge sorting, insertion sorting and others). The algorithm is implemented with the use of Petri nets, like the most suitable tool for an asynchronous systems description.

  11. Microfluidic droplet sorting using integrated bilayer micro-valves

    NASA Astrophysics Data System (ADS)

    Chen, Yuncong; Tian, Yang; Xu, Zhen; Wang, Xinran; Yu, Sicong; Dong, Liang

    2016-10-01

    This paper reports on a microfluidic device capable of sorting microfluidic droplets utilizing conventional bilayer pneumatic micro-valves as sorting controllers. The device consists of two micro-valves placed symmetrically on two sides of a sorting area, each on top of a branching channel at an inclined angle with respect to the main channel. Changes in transmitted light intensity, induced by varying light absorbance by each droplet, are used to divert the droplet from the sorting area into one of the three outlet channels. When no valve is activated, the droplet flows into the outlet channel in the direction of the main channel. When one of the valves is triggered, the flexible membrane of valve will first be deflected. Once the droplet leaves the detection point, the deflected membrane will immediately return to its default flattened position, thereby exerting a drawing pressure on the droplet and deviating it from its original streamline to the outlet on the same side as the valve. This sorting method will be particularly suitable for numerous large-scale integrated microfluidic systems, where pneumatic micro-valves are already used. Only few structural modifications are needed to achieve droplet sorting capabilities in these systems. Due to the mechanical nature of diverting energy applied to droplets, the proposed sorting method may induce only minimal interference to biological species or microorganisms encapsulated inside the droplets that may accompany electrical, optical and magnetic-based techniques.

  12. Label-free density difference amplification-based cell sorting.

    PubMed

    Song, Jihwan; Song, Minsun; Kang, Taewook; Kim, Dongchoul; Lee, Luke P

    2014-11-01

    The selective cell separation is a critical step in fundamental life sciences, translational medicine, biotechnology, and energy harvesting. Conventional cell separation methods are fluorescent activated cell sorting and magnetic-activated cell sorting based on fluorescent probes and magnetic particles on cell surfaces. Label-free cell separation methods such as Raman-activated cell sorting, electro-physiologically activated cell sorting, dielectric-activated cell sorting, or inertial microfluidic cell sorting are, however, limited when separating cells of the same kind or cells with similar sizes and dielectric properties, as well as similar electrophysiological phenotypes. Here we report a label-free density difference amplification-based cell sorting (dDACS) without using any external optical, magnetic, electrical forces, or fluidic activations. The conceptual microfluidic design consists of an inlet, hydraulic jump cavity, and multiple outlets. Incoming particles experience gravity, buoyancy, and drag forces in the separation chamber. The height and distance that each particle can reach in the chamber are different and depend on its density, thus allowing for the separation of particles into multiple outlets. The separation behavior of the particles, based on the ratio of the channel heights of the inlet and chamber and Reynolds number has been systematically studied. Numerical simulation reveals that the difference between the heights of only lighter particles with densities close to that of water increases with increasing the ratio of the channel heights, while decreasing Reynolds number can amplify the difference in the heights between the particles considered irrespective of their densities.

  13. Access Selection Algorithm of Heterogeneous Wireless Networks for Smart Distribution Grid Based on Entropy-Weight and Rough Set

    NASA Astrophysics Data System (ADS)

    Xiang, Min; Qu, Qinqin; Chen, Cheng; Tian, Li; Zeng, Lingkang

    2017-11-01

    To improve the reliability of communication service in smart distribution grid (SDG), an access selection algorithm based on dynamic network status and different service types for heterogeneous wireless networks was proposed. The network performance index values were obtained in real time by multimode terminal and the variation trend of index values was analyzed by the growth matrix. The index weights were calculated by entropy-weight and then modified by rough set to get the final weights. Combining the grey relational analysis to sort the candidate networks, and the optimum communication network is selected. Simulation results show that the proposed algorithm can implement dynamically access selection in heterogeneous wireless networks of SDG effectively and reduce the network blocking probability.

  14. Cloning of Plasmodium falciparum by single-cell sorting

    PubMed Central

    Miao, Jun; Li, Xiaolian; Cui, Liwang

    2010-01-01

    Malaria parasite cloning is traditionally carried out mainly by using the limiting dilution method, which is laborious, imprecise, and unable to distinguish multiply-infected RBCs. In this study, we used a parasite engineered to express green fluorescent protein (GFP) to evaluate a single-cell sorting method for rapidly cloning Plasmodium falciparum. By dividing a two dimensional scattergram from a cell sorter into 17 gates, we determined the parameters for isolating singly-infected erythrocytes and sorted them into individual cultures. Pre-gating of the engineered parasites for GFP allowed the isolation of almost 100% GFP-positive clones. Compared with the limiting dilution method, the number of parasite clones obtained by single-cell sorting was much higher. Molecular analyses showed that parasite isolates obtained by single-cell sorting were highly homogenous. This highly efficient single-cell sorting method should prove very useful for cloning both P. falciparum laboratory populations from genetic manipulation experiments and clinical samples. PMID:20435038

  15. Cloning of Plasmodium falciparum by single-cell sorting.

    PubMed

    Miao, Jun; Li, Xiaolian; Cui, Liwang

    2010-10-01

    Malaria parasite cloning is traditionally carried out mainly by using the limiting dilution method, which is laborious, imprecise, and unable to distinguish multiply-infected RBCs. In this study, we used a parasite engineered to express green fluorescent protein (GFP) to evaluate a single-cell sorting method for rapidly cloning Plasmodium falciparum. By dividing a two-dimensional scattergram from a cell sorter into 17 gates, we determined the parameters for isolating singly-infected erythrocytes and sorted them into individual cultures. Pre-gating of the engineered parasites for GFP allowed the isolation of almost 100% GFP-positive clones. Compared with the limiting dilution method, the number of parasite clones obtained by single-cell sorting was much higher. Molecular analyses showed that parasite isolates obtained by single-cell sorting were highly homogenous. This highly efficient single-cell sorting method should prove very useful for cloning both P. falciparum laboratory populations from genetic manipulation experiments and clinical samples. Copyright 2010 Elsevier Inc. All rights reserved.

  16. Spiking Neural Networks Based on OxRAM Synapses for Real-Time Unsupervised Spike Sorting.

    PubMed

    Werner, Thilo; Vianello, Elisa; Bichler, Olivier; Garbin, Daniele; Cattaert, Daniel; Yvert, Blaise; De Salvo, Barbara; Perniola, Luca

    2016-01-01

    In this paper, we present an alternative approach to perform spike sorting of complex brain signals based on spiking neural networks (SNN). The proposed architecture is suitable for hardware implementation by using resistive random access memory (RRAM) technology for the implementation of synapses whose low latency (<1μs) enables real-time spike sorting. This offers promising advantages to conventional spike sorting techniques for brain-computer interfaces (BCI) and neural prosthesis applications. Moreover, the ultra-low power consumption of the RRAM synapses of the spiking neural network (nW range) may enable the design of autonomous implantable devices for rehabilitation purposes. We demonstrate an original methodology to use Oxide based RRAM (OxRAM) as easy to program and low energy (<75 pJ) synapses. Synaptic weights are modulated through the application of an online learning strategy inspired by biological Spike Timing Dependent Plasticity. Real spiking data have been recorded both intra- and extracellularly from an in-vitro preparation of the Crayfish sensory-motor system and used for validation of the proposed OxRAM based SNN. This artificial SNN is able to identify, learn, recognize and distinguish between different spike shapes in the input signal with a recognition rate about 90% without any supervision.

  17. Learning cellular sorting pathways using protein interactions and sequence motifs.

    PubMed

    Lin, Tien-Ho; Bar-Joseph, Ziv; Murphy, Robert F

    2011-11-01

    Proper subcellular localization is critical for proteins to perform their roles in cellular functions. Proteins are transported by different cellular sorting pathways, some of which take a protein through several intermediate locations until reaching its final destination. The pathway a protein is transported through is determined by carrier proteins that bind to specific sequence motifs. In this article, we present a new method that integrates protein interaction and sequence motif data to model how proteins are sorted through these sorting pathways. We use a hidden Markov model (HMM) to represent protein sorting pathways. The model is able to determine intermediate sorting states and to assign carrier proteins and motifs to the sorting pathways. In simulation studies, we show that the method can accurately recover an underlying sorting model. Using data for yeast, we show that our model leads to accurate prediction of subcellular localization. We also show that the pathways learned by our model recover many known sorting pathways and correctly assign proteins to the path they utilize. The learned model identified new pathways and their putative carriers and motifs and these may represent novel protein sorting mechanisms. Supplementary results and software implementation are available from http://murphylab.web.cmu.edu/software/2010_RECOMB_pathways/.

  18. Learning Cellular Sorting Pathways Using Protein Interactions and Sequence Motifs

    PubMed Central

    Lin, Tien-Ho; Bar-Joseph, Ziv

    2011-01-01

    Abstract Proper subcellular localization is critical for proteins to perform their roles in cellular functions. Proteins are transported by different cellular sorting pathways, some of which take a protein through several intermediate locations until reaching its final destination. The pathway a protein is transported through is determined by carrier proteins that bind to specific sequence motifs. In this article, we present a new method that integrates protein interaction and sequence motif data to model how proteins are sorted through these sorting pathways. We use a hidden Markov model (HMM) to represent protein sorting pathways. The model is able to determine intermediate sorting states and to assign carrier proteins and motifs to the sorting pathways. In simulation studies, we show that the method can accurately recover an underlying sorting model. Using data for yeast, we show that our model leads to accurate prediction of subcellular localization. We also show that the pathways learned by our model recover many known sorting pathways and correctly assign proteins to the path they utilize. The learned model identified new pathways and their putative carriers and motifs and these may represent novel protein sorting mechanisms. Supplementary results and software implementation are available from http://murphylab.web.cmu.edu/software/2010_RECOMB_pathways/. PMID:21999284

  19. The barriers to and benefits of conducting Q-sorts in the classroom.

    PubMed

    Killam, Laura; Timmermans, Katherine E; Raymond, June M

    2013-11-01

    To outline the barriers to and benefits of using Q methodology in a classroom. Q methodology has been established as a systematic way to measure subjectivity that is consistent with the naturalistic paradigm. While it is often confused with quantitative methods, it provides the qualitative researcher with powerful tools to investigate the diverse subjective experiences and perceptions of participants. Reflections in this paper stem from the experiences of the authors and are supported by literature. Barriers to conducting a Q-sort activity in the classroom are context dependent and may include limitations of the environment, time constraints as well as issues with comprehension. Despite these barriers, using a classroom for the activity can also enhance student learning, increase participation in research, clarify instructions, enrich study feedback and promote accessibility of the study population. With an understanding of potential pitfalls of using this methodology in the classroom setting, nurse researchers can develop strategies to reduce these barriers and enhance the quality of future research. Q-methodology is an alternate way of measuring the subjective views of individuals in a variety of settings such as clinical practice, research and educational institutions. Q-sorts may be used for research and/or classroom activities because the activity can promote discussion related to the content of a class. If using an activity like this one, educators and researchers need to be mindful of potential barriers to sorting in order to minimise them and maximise the potential of the activity.

  20. Log sort yard economics, planning, and feasibility

    Treesearch

    John Rusty Dramm; Robert Govett; Ted Bilek; Gerry L. Jackson

    2004-01-01

    This publication discusses basic marketing and economic concepts, planning approach, and feasibility methodology for assessing log sort yard operations. Special attention is given to sorting small diameter and underutilized logs from forest restoration, fuels reduction, and thinning operations. A planned programming approach of objectively determining the feasibility...

  1. Is it time to revisit the log-sort yard?

    Treesearch

    John Dramm; Gerry Jackson

    2000-01-01

    Log-sort yards provide better utilization and marketing with improved value recovery of currently available timber resources in North America. Log-sort yards provide many services in marketing wood and fiber by concentrating, merchandising, manufacturing, sorting, and adding value to logs. Such operations supply forest products firms with desired raw materials, which...

  2. Recent progress in multi-electrode spike sorting methods

    PubMed Central

    Lefebvre, Baptiste; Yger, Pierre; Marre, Olivier

    2017-01-01

    In recent years, arrays of extracellular electrodes have been developed and manufactured to record simultaneously from hundreds of electrodes packed with a high density. These recordings should allow neuroscientists to reconstruct the individual activity of the neurons spiking in the vicinity of these electrodes, with the help of signal processing algorithms. Algorithms need to solve a source separation problem, also known as spike sorting. However, these new devices challenge the classical way to do spike sorting. Here we review different methods that have been developed to sort spikes from these large-scale recordings. We describe the common properties of these algorithms, as well as their main differences. Finally, we outline the issues that remain to be solved by future spike sorting algorithms. PMID:28263793

  3. Open access to scientific research: where are we and where are we going? Facts and figures on the occasion of the 2010 Open Access Week (October 18-24).

    PubMed

    Giglia, E

    2010-09-01

    This contribution is aimed at presenting a sort of "state of the art" of Open Access on the occasion of the 2010 international Open Access Week, to be held from October 18 to October 24. We shall see facts and figures about open archives and the mandates to deposit; about Open Access journals; about impact and citation advantages for the researchers, and about economic sustainability.

  4. The Container Problem in Bubble-Sort Graphs

    NASA Astrophysics Data System (ADS)

    Suzuki, Yasuto; Kaneko, Keiichi

    Bubble-sort graphs are variants of Cayley graphs. A bubble-sort graph is suitable as a topology for massively parallel systems because of its simple and regular structure. Therefore, in this study, we focus on n-bubble-sort graphs and propose an algorithm to obtain n-1 disjoint paths between two arbitrary nodes in time bounded by a polynomial in n, the degree of the graph plus one. We estimate the time complexity of the algorithm and the sum of the path lengths after proving the correctness of the algorithm. In addition, we report the results of computer experiments evaluating the average performance of the algorithm.

  5. My eSorts and Digital Extensions of Word Study

    ERIC Educational Resources Information Center

    Zucker, Tricia A.; Invernizzi, Marcia

    2008-01-01

    "My eSorts" is a strategy for helping children learn to read and spell in a socially motivated context. It is based on developmental spelling research and the word study approach to teaching phonics and spelling. "eSorting" employs digital desktop publishing tools that allow children to author their own electronic word sorts and then share these…

  6. Fruit Sorting Using Fuzzy Logic Techniques

    NASA Astrophysics Data System (ADS)

    Elamvazuthi, Irraivan; Sinnadurai, Rajendran; Aftab Ahmed Khan, Mohamed Khan; Vasant, Pandian

    2009-08-01

    Fruit and vegetables market is getting highly selective, requiring their suppliers to distribute the goods according to very strict standards of quality and presentation. In the last years, a number of fruit sorting and grading systems have appeared to fulfill the needs of the fruit processing industry. However, most of them are overly complex and too costly for the small and medium scale industry (SMIs) in Malaysia. In order to address these shortcomings, a prototype machine was developed by integrating the fruit sorting, labeling and packing processes. To realise the prototype, many design issues were dealt with. Special attention is paid to the electronic weighing sub-system for measuring weight, and the opto-electronic sub-system for determining the height and width of the fruits. Specifically, this paper discusses the application of fuzzy logic techniques in the sorting process.

  7. Acoustic bubble sorting for ultrasound contrast agent enrichment.

    PubMed

    Segers, Tim; Versluis, Michel

    2014-05-21

    An ultrasound contrast agent (UCA) suspension contains encapsulated microbubbles with a wide size distribution, with radii ranging from 1 to 10 μm. Medical transducers typically operate at a single frequency, therefore only a small selection of bubbles will resonate to the driving ultrasound pulse. Thus, the sensitivity can be improved by narrowing down the size distribution. Here, we present a simple lab-on-a-chip method to sort the population of microbubbles on-chip using a traveling ultrasound wave. First, we explore the physical parameter space of acoustic bubble sorting using well-defined bubble sizes formed in a flow-focusing device, then we demonstrate successful acoustic sorting of a commercial UCA. This novel sorting strategy may lead to an overall improvement of the sensitivity of contrast ultrasound by more than 10 dB.

  8. Recent progress in multi-electrode spike sorting methods.

    PubMed

    Lefebvre, Baptiste; Yger, Pierre; Marre, Olivier

    2016-11-01

    In recent years, arrays of extracellular electrodes have been developed and manufactured to record simultaneously from hundreds of electrodes packed with a high density. These recordings should allow neuroscientists to reconstruct the individual activity of the neurons spiking in the vicinity of these electrodes, with the help of signal processing algorithms. Algorithms need to solve a source separation problem, also known as spike sorting. However, these new devices challenge the classical way to do spike sorting. Here we review different methods that have been developed to sort spikes from these large-scale recordings. We describe the common properties of these algorithms, as well as their main differences. Finally, we outline the issues that remain to be solved by future spike sorting algorithms. Copyright © 2017 Elsevier Ltd. All rights reserved.

  9. Perilous terra incognita--open-access journals.

    PubMed

    Balon, Richard

    2014-04-01

    The author focuses on a new rapidly spreading practice of publication in open-access journals. The pros and cons of open-access journals are discussed. Publishing in these journals may be cost prohibitive for educators and junior faculty members. Some authors may be lured by the ease of publishing in open-access journals (and their, at times, inflated self-description, e.g., "international", "scientific"), and their possibly valuable contributions will escape the attention of Academic Psychiatry readership in the vast sea of open-access journals. The readership may be flooded with a large number of low-quality articles (maybe not even properly peer-reviewed) from open-access journals. It may take some time to sort out what is and what is not relevant and useful. Open-access publishing represents a problematic and controversial practice and may be associated with a conflict of interest for the editors and publishers of these journals.

  10. Automatic Color Sorting of Hardwood Edge-Glued Panel Parts

    Treesearch

    D. Earl Kline; Richard Conners; Qiang Lu; Philip A. Araman

    1997-01-01

    This paper describes an automatic color sorting system for red oak edge-glued panel parts. The color sorting system simultaneously examines both faces of a panel part and then determines which face has the "best" color, and sorts the part into one of a number of color classes at plant production speeds. Initial test results show that the system generated over...

  11. Sorting signed permutations by short operations.

    PubMed

    Galvão, Gustavo Rodrigues; Lee, Orlando; Dias, Zanoni

    2015-01-01

    During evolution, global mutations may alter the order and the orientation of the genes in a genome. Such mutations are referred to as rearrangement events, or simply operations. In unichromosomal genomes, the most common operations are reversals, which are responsible for reversing the order and orientation of a sequence of genes, and transpositions, which are responsible for switching the location of two contiguous portions of a genome. The problem of computing the minimum sequence of operations that transforms one genome into another - which is equivalent to the problem of sorting a permutation into the identity permutation - is a well-studied problem that finds application in comparative genomics. There are a number of works concerning this problem in the literature, but they generally do not take into account the length of the operations (i.e. the number of genes affected by the operations). Since it has been observed that short operations are prevalent in the evolution of some species, algorithms that efficiently solve this problem in the special case of short operations are of interest. In this paper, we investigate the problem of sorting a signed permutation by short operations. More precisely, we study four flavors of this problem: (i) the problem of sorting a signed permutation by reversals of length at most 2; (ii) the problem of sorting a signed permutation by reversals of length at most 3; (iii) the problem of sorting a signed permutation by reversals and transpositions of length at most 2; and (iv) the problem of sorting a signed permutation by reversals and transpositions of length at most 3. We present polynomial-time solutions for problems (i) and (iii), a 5-approximation for problem (ii), and a 3-approximation for problem (iv). Moreover, we show that the expected approximation ratio of the 5-approximation algorithm is not greater than 3 for random signed permutations with more than 12 elements. Finally, we present experimental results that show

  12. Vacuolar protein sorting mechanisms in plants.

    PubMed

    Xiang, Li; Etxeberria, Ed; Van den Ende, Wim

    2013-02-01

    Plant vacuoles are unique, multifunctional organelles among eukaryotes. Considerable new insights in plant vacuolar protein sorting have been obtained recently. The basic machinery of protein export from the endoplasmic reticulum to the Golgi and the classical route to the lytic vacuole and the protein storage vacuole shows many similarities to vacuolar/lysosomal sorting in other eukaryotes. However, as a result of its unique functions in plant defence and as a storage compartment, some plant-specific entities and sorting determinants appear to exist. The alternative post-Golgi route, as found in animals and yeast, probably exists in plants as well. Likely, adaptor protein complex 3 fulfils a central role in this route. A Golgi-independent route involving plant-specific endoplasmic reticulum bodies appears to provide sedentary organisms such as plants with extra flexibility to cope with changing environmental conditions. © 2012 The Authors Journal compilation © 2012 FEBS.

  13. PULSE AMPLITUDE ANALYZER

    DOEpatents

    Greenblatt, M.H.

    1958-03-25

    This patent pertains to pulse amplitude analyzers for sorting and counting a serles of pulses, and specifically discloses an analyzer which ls simple in construction and presents the puise height distribution visually on an oscilloscope screen. According to the invention, the pulses are applied to the vertical deflection plates of an oscilloscope and trigger the horizontal sweep. Each pulse starts at the same point on the screen and has a maximum amplitude substantially along the same vertical line. A mask is placed over the screen except for a slot running along the line where the maximum amplitudes of the pulses appear. After the slot has been scanned by a photocell in combination with a slotted rotating disk, the photocell signal is displayed on an auxiliary oscilloscope as vertical deflection along a horizontal time base to portray the pulse amplitude distribution.

  14. Sperm sex-sorting and preservation for managing the sex ratio and genetic diversity of the southern white rhinoceros (Ceratotherium simum simum).

    PubMed

    O'Brien, J K; Roth, T L; Stoops, M A; Ball, R L; Steinman, K J; Montano, G A; Love, C C; Robeck, T R

    2015-01-01

    White rhinoceros ejaculates (n=9) collected by electroejaculation from four males were shipped (10°C, 12h) to develop procedures for the production of chilled and frozen-thawed sex-sorted spermatozoa of adequate quality for artificial insemination (AI). Of all electroejaculate fractions, 39.7% (31/78) exhibited high quality post-collection (≥70% total motility and membrane integrity) and of those, 54.8% (17/31) presented reduced in vitro quality after transport and were retrospectively determined to exhibit urine-contamination (≥21.0μg creatinine/ml). Of fractions analyzed for creatinine concentration, 69% (44/64) were classified as urine-contaminated. For high quality non-contaminated fractions, in vitro parameters (motility, velocity, membrane, acrosome and DNA integrity) of chilled non-sorted and sorted spermatozoa were well-maintained at 5°C up to 54h post-collection, whereby >70% of post-transport (non-sorted) or post-sort (sorted) values were retained. By 54h post-collection, some motility parameters were higher (P<0.05) for non-sorted spermatozoa (total motility, rapid velocity, average path velocity) whereas all remaining motion parameters as well as membrane, acrosome and DNA integrity were similar between sperm types. In comparison with a straw method, directional freezing resulted in enhanced (P<0.05) motility and velocity of non-sorted and sorted spermatozoa, with comparable overall post-thaw quality between sperm types. High purity enrichment of X-bearing (89±6%) or Y-bearing (86±3%) spermatozoa was achieved using moderate sorting rates (2540±498X-spermatozoa/s; 1800±557Y-spermatozoa/s). Collective in vitro characteristics of sorted-chilled or sorted-frozen-thawed spermatozoa derived from high quality electroejaculates indicate acceptable fertility potential for use in AI. Copyright © 2014 Elsevier B.V. All rights reserved.

  15. Cell-Free Reconstitution of Multivesicular Body Formation and Receptor Sorting

    PubMed Central

    Sun, Wei; Vida, Thomas A.; Sirisaengtaksin, Natalie; Merrill, Samuel A.; Hanson, Phyllis I.; Bean, Andrew J.

    2010-01-01

    The number of surface membrane proteins and their residence time on the plasma membrane are critical determinants of cellular responses to cues that can control plasticity, growth and differentiation. After internalization, the ultimate fate of many plasma membrane proteins is dependent on whether they are sorted for internalization into the lumenal vesicles of multivesicular bodies (MVBs), an obligate step prior to lysosomal degradation. To help to elucidate the mechanisms underlying MVB sorting, we have developed a novel cell-free assay that reconstitutes the sorting of a prototypical membrane protein, the epidermal growth factor receptor, with which we have probed some of its molecular requirements. The sorting event measured is dependent on cytosol, ATP, time, temperature and an intact proton gradient. Depletion of Hrs inhibited biochemical and morphological measures of sorting that were rescued by inclusion of recombinant Hrs in the assay. Moreover, depletion of signal-transducing adaptor molecule (STAM), or addition of mutated ATPase-deficient Vps4, also inhibited sorting. This assay reconstitutes the maturation of late endosomes, including the formation of internal vesicles and the sorting of a membrane protein, and allows biochemical investigation of this process. PMID:20214752

  16. Queue and stack sorting algorithm optimization and performance analysis

    NASA Astrophysics Data System (ADS)

    Qian, Mingzhu; Wang, Xiaobao

    2018-04-01

    Sorting algorithm is one of the basic operation of a variety of software development, in data structures course specializes in all kinds of sort algorithm. The performance of the sorting algorithm is directly related to the efficiency of the software. A lot of excellent scientific research queue is constantly optimizing algorithm, algorithm efficiency better as far as possible, the author here further research queue combined with stacks of sorting algorithms, the algorithm is mainly used for alternating operation queue and stack storage properties, Thus avoiding the need for a large number of exchange or mobile operations in the traditional sort. Before the existing basis to continue research, improvement and optimization, the focus on the optimization of the time complexity of the proposed optimization and improvement, The experimental results show that the improved effectively, at the same time and the time complexity and space complexity of the algorithm, the stability study corresponding research. The improvement and optimization algorithm, improves the practicability.

  17. Rmax: A systematic approach to evaluate instrument sort performance using center stream catch☆

    PubMed Central

    Riddell, Andrew; Gardner, Rui; Perez-Gonzalez, Alexis; Lopes, Telma; Martinez, Lola

    2015-01-01

    Sorting performance can be evaluated with regard to Purity, Yield and/or Recovery of the sorted fraction. Purity is a check on the quality of the sample and the sort decisions made by the instrument. Recovery and Yield definitions vary with some authors regarding both as how efficient the instrument is at sorting the target particles from the original sample, others distinguishing Recovery from Yield, where the former is used to describe the accuracy of the instrument’s sort count. Yield and Recovery are often neglected, mostly due to difficulties in their measurement. Purity of the sort product is often cited alone but is not sufficient to evaluate sorting performance. All of these three performance metrics require re-sampling of the sorted fraction. But, unlike Purity, calculating Yield and/or Recovery calls for the absolute counting of particles in the sorted fraction, which may not be feasible, particularly when dealing with rare populations and precious samples. In addition, the counting process itself involves large errors. Here we describe a new metric for evaluating instrument sort Recovery, defined as the number of particles sorted relative to the number of original particles to be sorted. This calculation requires only measuring the ratios of target and non-target populations in the original pre-sort sample and in the waste stream or center stream catch (CSC), avoiding re-sampling the sorted fraction and absolute counting. We called this new metric Rmax, since it corresponds to the maximum expected Recovery for a particular set of instrument parameters. Rmax is ideal to evaluate and troubleshoot the optimum drop-charge delay of the sorter, or any instrument related failures that will affect sort performance. It can be used as a daily quality control check but can be particularly useful to assess instrument performance before single-cell sorting experiments. Because we do not perturb the sort fraction we can calculate Rmax during the sort process, being

  18. Card sorting to evaluate the robustness of the information architecture of a protocol website.

    PubMed

    Wentzel, J; Müller, F; Beerlage-de Jong, N; van Gemert-Pijnen, J

    2016-02-01

    A website on Methicillin-Resistant Staphylococcus Aureus, MRSA-net, was developed for Health Care Workers (HCWs) and the general public, in German and in Dutch. The website's content was based on existing protocols and its structure was based on a card sort study. A Human Centered Design approach was applied to ensure a match between user and technology. In the current study we assess whether the website's structure still matches user needs, again via a card sort study. An open card sort study was conducted. Randomly drawn samples of 100 on-site search queries as they were entered on the MRSA-net website (during one year of use) were used as card input. In individual sessions, the cards were sorted by each participant (18 German and 10 Dutch HCWs, and 10 German and 10 Dutch members of the general public) into piles that were meaningful to them. Each participant provided a label for every pile of cards they created. Cluster analysis was performed on the resulting sorts, creating an overview of clusters of items placed together in one pile most frequently. In addition, pile labels were qualitatively analyzed to identify the participants' mental models. Cluster analysis confirmed existing categories and revealed new themes emerging from the search query samples, such as financial issues and consequences for the patient. Even though MRSA-net addresses these topics, they are not prominently covered in the menu structure. The label analysis shows that 7 of a total of 44 MRSA-net categories were not reproduced by the participants. Additional themes such as information on other pathogens and categories such as legal issues emerged. This study shows that the card sort performed to create MRSA-net resulted in overall long-lasting structure and categories. New categories were identified, indicating that additional information needs emerged. Therefore, evaluating website structure should be a recurrent activity. Card sorting with ecological data as input for the cards is

  19. Regulation of synaptic activity by snapin-mediated endolysosomal transport and sorting

    PubMed Central

    Di Giovanni, Jerome; Sheng, Zu-Hang

    2015-01-01

    Recycling synaptic vesicles (SVs) transit through early endosomal sorting stations, which raises a fundamental question: are SVs sorted toward endolysosomal pathways? Here, we used snapin mutants as tools to assess how endolysosomal sorting and trafficking impact presynaptic activity in wild-type and snapin−/− neurons. Snapin acts as a dynein adaptor that mediates the retrograde transport of late endosomes (LEs) and interacts with dysbindin, a subunit of the endosomal sorting complex BLOC-1. Expressing dynein-binding defective snapin mutants induced SV accumulation at presynaptic terminals, mimicking the snapin−/− phenotype. Conversely, over-expressing snapin reduced SV pool size by enhancing SV trafficking to the endolysosomal pathway. Using a SV-targeted Ca2+ sensor, we demonstrate that snapin–dysbindin interaction regulates SV positional priming through BLOC-1/AP-3-dependent sorting. Our study reveals a bipartite regulation of presynaptic activity by endolysosomal trafficking and sorting: LE transport regulates SV pool size, and BLOC-1/AP-3-dependent sorting fine-tunes the Ca2+ sensitivity of SV release. Therefore, our study provides new mechanistic insights into the maintenance and regulation of SV pool size and synchronized SV fusion through snapin-mediated LE trafficking and endosomal sorting. PMID:26108535

  20. Statistical Characteristics of Single Sort of Grape Bulgarian Wines

    NASA Astrophysics Data System (ADS)

    Boyadzhiev, D.

    2008-10-01

    The aim of this paper is to evaluate the differences in the values of the 8 basic physicochemical indices of single sort of grape Bulgarian wines (white and red ones), obligatory for the standardization of ready production in the winery. Statistically significant differences in the values of various sorts and vintages are established and possibilities for identifying the sort and the vintage on the base of these indices by applying discriminant analysis are discussed.

  1. Droplet electric separator microfluidic device for cell sorting

    NASA Astrophysics Data System (ADS)

    Guo, Feng; Ji, Xing-Hu; Liu, Kan; He, Rong-Xiang; Zhao, Li-Bo; Guo, Zhi-Xiao; Liu, Wei; Guo, Shi-Shang; Zhao, Xing-Zhong

    2010-05-01

    A simple and effective droplet electric separator microfluidic device was developed for cell sorting. The aqueous droplet without precharging operation was influenced to move a distance in the channel along the electric field direction by applying dc voltage on the electrodes beside the channel, which made the target droplet flowing to the collector. Single droplet can be isolated in a sorting rate of ˜100 Hz with microelectrodes under a required pulse. Single or multiple mammalian cell (HePG2) encapsulated in the surfactant free alginate droplet could be sorted out respectively. This method may be used for single cell operation or analysis.

  2. Development of a novel cell sorting method that samples population diversity in flow cytometry.

    PubMed

    Osborne, Geoffrey W; Andersen, Stacey B; Battye, Francis L

    2015-11-01

    Flow cytometry based electrostatic cell sorting is an important tool in the separation of cell populations. Existing instruments can sort single cells into multi-well collection plates, and keep track of cell of origin and sorted well location. However currently single sorted cell results reflect the population distribution and fail to capture the population diversity. Software was designed that implements a novel sorting approach, "Slice and Dice Sorting," that links a graphical representation of a multi-well plate to logic that ensures that single cells are sampled and sorted from all areas defined by the sort region/s. Therefore the diversity of the total population is captured, and the more frequently occurring or rarer cell types are all sampled. The sorting approach was tested computationally, and using functional cell based assays. Computationally we demonstrate that conventional single cell sorting can sample as little as 50% of the population diversity dependant on the population distribution, and that Slice and Dice sorting samples much more of the variety present within a cell population. We then show by sorting single cells into wells using the Slice and Dice sorting method that there are cells sorted using this method that would be either rarely sorted, or not sorted at all using conventional single cell sorting approaches. The present study demonstrates a novel single cell sorting method that samples much more of the population diversity than current methods. It has implications in clonal selection, stem cell sorting, single cell sequencing and any areas where population heterogeneity is of importance. © 2015 International Society for Advancement of Cytometry.

  3. Processes of Overall Similarity Sorting in Free Classification

    ERIC Educational Resources Information Center

    Milton, Fraser; Longmore, Christopher A.; Wills, A. J.

    2008-01-01

    The processes of overall similarity sorting were investigated in 5 free classification experiments. Experiments 1 and 2 demonstrated that increasing time pressure can reduce the likelihood of overall similarity categorization. Experiment 3 showed that a concurrent load also reduced overall similarity sorting. These findings suggest that overall…

  4. Sorting on STAR. [CDC computer algorithm timing comparison

    NASA Technical Reports Server (NTRS)

    Stone, H. S.

    1978-01-01

    Timing comparisons are given for three sorting algorithms written for the CDC STAR computer. One algorithm is Hoare's (1962) Quicksort, which is the fastest or nearly the fastest sorting algorithm for most computers. A second algorithm is a vector version of Quicksort that takes advantage of the STAR's vector operations. The third algorithm is an adaptation of Batcher's (1968) sorting algorithm, which makes especially good use of vector operations but has a complexity of N(log N)-squared as compared with a complexity of N log N for the Quicksort algorithms. In spite of its worse complexity, Batcher's sorting algorithm is competitive with the serial version of Quicksort for vectors up to the largest that can be treated by STAR. Vector Quicksort outperforms the other two algorithms and is generally preferred. These results indicate that unusual instruction sets can introduce biases in program execution time that counter results predicted by worst-case asymptotic complexity analysis.

  5. Unsupervised spike sorting based on discriminative subspace learning.

    PubMed

    Keshtkaran, Mohammad Reza; Yang, Zhi

    2014-01-01

    Spike sorting is a fundamental preprocessing step for many neuroscience studies which rely on the analysis of spike trains. In this paper, we present two unsupervised spike sorting algorithms based on discriminative subspace learning. The first algorithm simultaneously learns the discriminative feature subspace and performs clustering. It uses histogram of features in the most discriminative projection to detect the number of neurons. The second algorithm performs hierarchical divisive clustering that learns a discriminative 1-dimensional subspace for clustering in each level of the hierarchy until achieving almost unimodal distribution in the subspace. The algorithms are tested on synthetic and in-vivo data, and are compared against two widely used spike sorting methods. The comparative results demonstrate that our spike sorting methods can achieve substantially higher accuracy in lower dimensional feature space, and they are highly robust to noise. Moreover, they provide significantly better cluster separability in the learned subspace than in the subspace obtained by principal component analysis or wavelet transform.

  6. A Quality Sorting of Fruit Using a New Automatic Image Processing Method

    NASA Astrophysics Data System (ADS)

    Amenomori, Michihiro; Yokomizu, Nobuyuki

    This paper presents an innovative approach for quality sorting of objects such as apples sorting in an agricultural factory, using an image processing algorithm. The objective of our approach are; firstly to sort the objects by their colors precisely; secondly to detect any irregularity of the colors surrounding the apples efficiently. An experiment has been conducted and the results have been obtained and compared with that has been preformed by human sorting process and by color sensor sorting devices. The results demonstrate that our approach is capable to sort the objects rapidly and the percentage of classification valid rate was 100 %.

  7. Gender Sorting across K-12 Schools in the United States

    ERIC Educational Resources Information Center

    Long, Mark C.; Conger, Dylan

    2013-01-01

    This article documents evidence of nonrandom gender sorting across K-12 schools in the United States. The sorting exists among coed schools and at all grade levels, and it is highest in the secondary school grades. We observe some gender sorting across school sectors and types: for instance, males are slightly underrepresented in private schools…

  8. Lazarus's BASIC ID: Making Initial Client Assessments Using Q-Sorts.

    ERIC Educational Resources Information Center

    Miller, Mark J.

    1987-01-01

    Presents overview of Lazarus's multimodal therapy model and the Q-sort, an observer-evaluation scoring instrument. Outlines feasibility of integrating Q-sort within multimodal model. Describes both a preliminary attempt using expert raters to categorize Q-sort cards within the model and a case study on how to assess client by incorporating Q-sort…

  9. Sorting signed permutations by inversions in O(nlogn) time.

    PubMed

    Swenson, Krister M; Rajan, Vaibhav; Lin, Yu; Moret, Bernard M E

    2010-03-01

    The study of genomic inversions (or reversals) has been a mainstay of computational genomics for nearly 20 years. After the initial breakthrough of Hannenhalli and Pevzner, who gave the first polynomial-time algorithm for sorting signed permutations by inversions, improved algorithms have been designed, culminating with an optimal linear-time algorithm for computing the inversion distance and a subquadratic algorithm for providing a shortest sequence of inversions--also known as sorting by inversions. Remaining open was the question of whether sorting by inversions could be done in O(nlogn) time. In this article, we present a qualified answer to this question, by providing two new sorting algorithms, a simple and fast randomized algorithm and a deterministic refinement. The deterministic algorithm runs in time O(nlogn + kn), where k is a data-dependent parameter. We provide the results of extensive experiments showing that both the average and the standard deviation for k are small constants, independent of the size of the permutation. We conclude (but do not prove) that almost all signed permutations can be sorted by inversions in O(nlogn) time.

  10. Effect of sex-sorting and cryopreservation on the post-thaw sperm quality of Iberian red deer spermatozoa.

    PubMed

    Anel-López, L; García-Álvarez, O; Parrilla, I; Del Olmo, D; Maroto-Morales, A; Fernandez-Santos, M R; Ortiz, J A; Soler, A J; Martínez, E M; Vazquez, J M; Garde, J J

    2017-02-01

    This study investigated the effect of sex-sorting and cryopreservation on post-thaw characteristics and fertility of red deer (Cervus elaphus) sperm for the first time. Semen was collected by electroejaculation from 10 mature stags during the breeding season, and each ejaculate split into four experimental groups: Bulk sorted spermatozoa, sorted but not sexed (BSS); sorted high purity X-spermatozoa (XSS); sorted high purity Y-spermatozoa (YSS); and, control non-sorted spermatozoa (NS). Following, all samples were frozen over liquid nitrogen. Two straws per stag and sample type were analyzed immediately post-thaw and following a 2-h incubation period at 37 °C. Post-thaw total motility (TM) as assessed by CASA was not different (P < 0.05) among NS, BSS and YSS sperm. For XSS, post-thaw TM was lower (39%, P < 0.05) than that for NS (54%) or BSS (50%), but similar (P > 0.05) to that of YSS (47%) sperm. The percentage of apoptotic spermatozoa as assessed by PI/YO-PRO-1 and flow cytometry analysis, was higher (17%, P ≤ 0.05) for XSS sperm than NS (12%), BSS (13%) and YSS (14%) sperm. Following incubation there were no differences (P > 0.05) in TM or percent apoptosis among treatments. Post-thaw chromatin stability calculated as the DNA fragmentation index (%DFI) was similar among treatments; following incubation %DFI increased in all except YSS, which displayed the lowest value (P < 0.05). Artificial insemination of synchronized hinds yielded 44, 52 and 62% delivery rates for YSS, NS and standard frozen-thawed sperm, respectively (P < 0.05). Notably, 93 and 55% of fawns born were males for the YSS and NS spermatozoa, respectively (P < 0.05). In summary, Y-sorted sperm displayed acceptable post-thaw sperm evaluation parameters and the expected offspring sex ratio. More studies are needed to understand the source of sperm damage that may compromise the fertility of Y-sorted red deer sperm. Copyright © 2016 Elsevier Inc. All rights reserved.

  11. Trade-Off between Effectiveness and Equity? An Analysis of Social Sorting between Classrooms and between Schools

    ERIC Educational Resources Information Center

    Ferrer-Esteban, Gerard

    2016-01-01

    This article analyzes whether school social segregation, derived from policies and practices of both between-school student allocation and within-school streaming, is related to the effectiveness of the Italian education system. Hierarchical regression models are used to set out territorially aggregated factors of social sorting influencing…

  12. Bioassay and biomolecular identification, sorting, and collection methods using magnetic microspheres

    DOEpatents

    Kraus, Jr., Robert H.; Zhou, Feng [Los Alamos, NM; Nolan, John P [Santa Fe, NM

    2007-06-19

    The present invention is directed to processes of separating, analyzing and/or collecting selected species within a target sample by use of magnetic microspheres including magnetic particles, the magnetic microspheres adapted for attachment to a receptor agent that can subsequently bind to selected species within the target sample. The magnetic microspheres can be sorted into a number of distinct populations, each population with a specific range of magnetic moments and different receptor agents can be attached to each distinct population of magnetic microsphere.

  13. Sorted bedform pattern evolution: Persistence, destruction and self-organized intermittency

    NASA Astrophysics Data System (ADS)

    Goldstein, Evan B.; Murray, A. Brad; Coco, Giovanni

    2011-12-01

    We investigate the long-term evolution of inner continental shelf sorted bedform patterns. Numerical modeling suggests that a range of behaviors are possible, from pattern persistence to spatial-temporal intermittency. Sorted bedform persistence results from a robust sorting feedback that operates when the seabed features a sufficient concentration of coarse material. In the absence of storm events, pattern maturation processes such as defect dynamics and pattern migration tend to cause the burial of coarse material and excavation of fine material, leading to the fining of the active layer. Vertical sorting occurs until a critical state of active layer coarseness is reached. This critical state results in the local cessation of the sorting feedback, leading to a self-organized spatially intermittent pattern, a hallmark of observed sorted bedforms. Bedforms in shallow conditions and those subject to high wave climates may be temporally intermittent features as a result of increased wave orbital velocity during storms. Erosion, or deposition of bimodal sediment, similarly leads to a spatially intermittent pattern, with individual coarse domains exhibiting temporal intermittence. Recurring storm events cause coarsening of the seabed (strengthening the sorting feedback) and the development of large wavelength patterns. Cessation of storm events leads to the superposition of storm (large wavelength) and inter-storm (small wavelength) patterns and spatial heterogeneity of pattern modes.

  14. A QR code identification technology in package auto-sorting system

    NASA Astrophysics Data System (ADS)

    di, Yi-Juan; Shi, Jian-Ping; Mao, Guo-Yong

    2017-07-01

    Traditional manual sorting operation is not suitable for the development of Chinese logistics. For better sorting packages, a QR code recognition technology is proposed to identify the QR code label on the packages in package auto-sorting system. The experimental results compared with other algorithms in literatures demonstrate that the proposed method is valid and its performance is superior to other algorithms.

  15. High-throughput microfluidic mixing and multiparametric cell sorting for bioactive compound screening.

    PubMed

    Young, Susan M; Curry, Mark S; Ransom, John T; Ballesteros, Juan A; Prossnitz, Eric R; Sklar, Larry A; Edwards, Bruce S

    2004-03-01

    HyperCyt, an automated sample handling system for flow cytometry that uses air bubbles to separate samples sequentially introduced from multiwell plates by an autosampler. In a previously documented HyperCyt configuration, air bubble separated compounds in one sample line and a continuous stream of cells in another are mixed in-line for serial flow cytometric cell response analysis. To expand capabilities for high-throughput bioactive compound screening, the authors investigated using this system configuration in combination with automated cell sorting. Peptide ligands were sampled from a 96-well plate, mixed in-line with fluo-4-loaded, formyl peptide receptor-transfected U937 cells, and screened at a rate of 3 peptide reactions per minute with approximately 10,000 cells analyzed per reaction. Cell Ca(2+) responses were detected to as little as 10(-11) M peptide with no detectable carryover between samples at up to 10(-7) M peptide. After expansion in culture, cells sort-purified from the 10% highest responders exhibited enhanced sensitivity and more sustained responses to peptide. Thus, a highly responsive cell subset was isolated under high-throughput mixing and sorting conditions in which response detection capability spanned a 1000-fold range of peptide concentration. With single-cell readout systems for protein expression libraries, this technology offers the promise of screening millions of discrete compound interactions per day.

  16. Flow karyotyping and sorting of human chromosomes

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

    Gray, J.W.; Lucas, J.; Peters, D.

    1986-07-16

    Flow cytometry and sorting are becoming increasingly useful as tools for chromosome classfication and for the detection of numerical and structural chromosome aberrations. Chromosomes of a single type can be purified with these tools to facilitate gene mapping or production of chromosome specific recombinant DNA libraries. For analysis of chromosomes with flow cytometry, the chromosomes are extracted from mitotic cells, stained with one or more fluorescent dyes and classified one-by-one according to their dye content(s). Thus, the flow approach is fundamentally different than conventional karyotyping where chromosomes are classified within the context of a metaphase spread. Flow sorting allows purificationmore » of chromosomes that can be distinguished flow cytometrically. The authors describe the basic principles of flow cytometric chromosome classification i.e. flow karyotyping, and chromosome sorting and describe several applications. 30 refs., 8 figs.« less

  17. Ubiquitin-dependent sorting of integral membrane proteins for degradation in lysosomes

    PubMed Central

    Piper, Robert C.

    2007-01-01

    Summary The pathways that deliver newly synthesized proteins that reside in lysosomes are well understood by comparison with our knowledge of how integral membrane proteins are sorted and delivered to the lysosome for degradation. Many membrane proteins are sorted to lysosomes following ubiquitination, which provides a sorting signal that can operate for sorting at the TGN (trans-Golgi network), at the plasma membrane or at the endosome for delivery into lumenal vesicles. Candidate multicomponent machines that can potentially move ubiquitinated integral membrane cargo proteins have been identified, but much work is still required to ascertain which of these candidates directly recognizes ubiquitinated cargo and what they do with cargo after recognition. In the case of the machinery required for sorting into the lumenal vesicles of endosomes, other functions have also been determined including a link between sorting and movement of endosomes along microtubules. PMID:17689064

  18. BayesMotif: de novo protein sorting motif discovery from impure datasets.

    PubMed

    Hu, Jianjun; Zhang, Fan

    2010-01-18

    Protein sorting is the process that newly synthesized proteins are transported to their target locations within or outside of the cell. This process is precisely regulated by protein sorting signals in different forms. A major category of sorting signals are amino acid sub-sequences usually located at the N-terminals or C-terminals of protein sequences. Genome-wide experimental identification of protein sorting signals is extremely time-consuming and costly. Effective computational algorithms for de novo discovery of protein sorting signals is needed to improve the understanding of protein sorting mechanisms. We formulated the protein sorting motif discovery problem as a classification problem and proposed a Bayesian classifier based algorithm (BayesMotif) for de novo identification of a common type of protein sorting motifs in which a highly conserved anchor is present along with a less conserved motif regions. A false positive removal procedure is developed to iteratively remove sequences that are unlikely to contain true motifs so that the algorithm can identify motifs from impure input sequences. Experiments on both implanted motif datasets and real-world datasets showed that the enhanced BayesMotif algorithm can identify anchored sorting motifs from pure or impure protein sequence dataset. It also shows that the false positive removal procedure can help to identify true motifs even when there is only 20% of the input sequences containing true motif instances. We proposed BayesMotif, a novel Bayesian classification based algorithm for de novo discovery of a special category of anchored protein sorting motifs from impure datasets. Compared to conventional motif discovery algorithms such as MEME, our algorithm can find less-conserved motifs with short highly conserved anchors. Our algorithm also has the advantage of easy incorporation of additional meta-sequence features such as hydrophobicity or charge of the motifs which may help to overcome the limitations of

  19. Sorting drops and cells with acoustics: acoustic microfluidic fluorescence-activated cell sorter.

    PubMed

    Schmid, Lothar; Weitz, David A; Franke, Thomas

    2014-10-07

    We describe a versatile microfluidic fluorescence-activated cell sorter that uses acoustic actuation to sort cells or drops at ultra-high rates. Our acoustic sorter combines the advantages of traditional fluorescence-activated cell (FACS) and droplet sorting (FADS) and is applicable for a multitude of objects. We sort aqueous droplets, at rates as high as several kHz, into two or even more outlet channels. We can also sort cells directly from the medium without prior encapsulation into drops; we demonstrate this by sorting fluorescently labeled mouse melanoma cells in a single phase fluid. Our acoustic microfluidic FACS is compatible with standard cell sorting cytometers, yet, at the same time, enables a rich variety of more sophisticated applications.

  20. Sorting Rotating Micromachines by Variations in Their Magnetic Properties

    NASA Astrophysics Data System (ADS)

    Howell, Taylor A.; Osting, Braxton; Abbott, Jake J.

    2018-05-01

    We consider sorting for the broad class of micromachines (also known as microswimmers, microrobots, micropropellers, etc.) propelled by rotating magnetic fields. We present a control policy that capitalizes on the variation in magnetic properties between otherwise-homogeneous micromachines to enable the sorting of a select fraction of a group from the remainder and prescribe its net relative movement, using a uniform magnetic field that is applied equally to all micromachines. The method enables us to accomplish this sorting task using open-loop control, without relying on a structured environment or localization information of individual micromachines. With our method, the control time to perform the sort is invariant to the number of micromachines. The method is verified through simulations and scaled experiments. Finally, we include an extended discussion about the limitations of the method and address open questions related to its practical application.

  1. Design and analysis on sorting blade for automated size-based sorting device

    NASA Astrophysics Data System (ADS)

    Razali, Zol Bahri; Kader, Mohamed Mydin M. Abdul; Samsudin, Yasser Suhaimi; Daud, Mohd Hisam

    2017-09-01

    Nowadays rubbish separating or recycling is a main problem of nation, where peoples dumped their rubbish into dumpsite without caring the value of the rubbish if it can be recycled and reused. Thus the author proposed an automated segregating device, purposely to teach people to separate their rubbish and value the rubbish that can be reused. The automated size-based mechanical segregating device provides significant improvements in terms of efficiency and consistency in this segregating process. This device is designed to make recycling easier, user friendly, in the hope that more people will take responsibility if it is less of an expense of time and effort. This paper discussed about redesign a blade for the sorting device which is to develop an efficient automated mechanical sorting device for the similar material but in different size. The machine is able to identify the size of waste and it depends to the coil inside the container to separate it out. The detail design and methodology is described in detail in this paper.

  2. Standard practice for cell sorting in a BSL-3 facility.

    PubMed

    Perfetto, Stephen P; Ambrozak, David R; Nguyen, Richard; Roederer, Mario; Koup, Richard A; Holmes, Kevin L

    2011-01-01

    Over the past decade, there has been a rapid growth in the number of BSL-3 and BSL-4 laboratories in the USA and an increase in demand for infectious cell sorting in BSL-3 laboratories. In 2007, the International Society for Advancement of Cytometry (ISAC) Biosafety Committee published standards for the sorting of unfixed cells and is an important resource for biosafety procedures when performing infectious cell sorting. Following a careful risk assessment, if it is determined that a cell sorter must be located within a BSL-3 laboratory, there are a variety of factors to be considered prior to the establishment of the laboratory. This chapter outlines procedures for infectious cell sorting in a BSL-3 environment to facilitate the establishment and safe operation of a BSL-3 cell sorting laboratory. Subjects covered include containment verification, remote operation, disinfection, personal protective equipment (PPE), and instrument-specific modifications for enhanced aerosol evacuation.

  3. Standard Practice for Cell Sorting in a BSL-3 Facility

    PubMed Central

    Perfetto, Stephen P.; Ambrozak, David R.; Nguyen, Richard; Roederer, Mario; Koup, Richard A.; Holmes, Kevin L.

    2016-01-01

    Over the past decade, there has been a rapid growth in the number of BSL-3 and BSL-4 laboratories in the USA and an increase in demand for infectious cell sorting in BSL-3 laboratories. In 2007, the International Society for Advancement of Cytometry (ISAC) Biosafety Committee published standards for the sorting of unfixed cells and is an important resource for biosafety procedures when performing infectious cell sorting. Following a careful risk assessment, if it is determined that a cell sorter must be located within a BSL-3 laboratory, there are a variety of factors to be considered prior to the establishment of the laboratory. This chapter outlines procedures for infectious cell sorting in a BSL-3 environment to facilitate the establishment and safe operation of a BSL-3 cell sorting laboratory. Subjects covered include containment verification, remote operation, disinfection, personal protective equipment (PPE), and instrument-specific modifications for enhanced aerosol evacuation. PMID:21116997

  4. Quality and developmental rate of embryos produced with sex-sorted and conventional semen from superovulated dairy cattle.

    PubMed

    Mikkola, M; Taponen, J

    2017-01-01

    This study investigated the effect of sex-sorted semen compared with conventional semen on the outcome of embryo recovery, placing special emphasis on the quality, and developmental stage of embryos. Data were analyzed for 443 embryo collections with sex-sorted semen (SEX group) and 1528 with conventional semen (CONV group) in superovulated dairy heifers and cows. The insemination protocol for conventional semen included two inseminations, comprising a total dose of 30 million sperm passing into the uterine body. For sex-sorted semen, two (30%) to three (70%) deep uterine inseminations were performed, the total dose ranging from eight to 12 million sperm. The data were analyzed separately for heifers and cows. The total number of recovered structures was similar among the groups. The number of viable embryos decreased in the SEX groups compared with the CONV (with 1.4 and 3.2 fewer embryos in heifers and cows, correspondingly, P < 0.001), and correspondingly the proportions of unfertilized ova and degenerated embryos increased in the SEX groups (P < 0.001). The proportion of unsuccessful collections, yielding no transferable embryos, increased in the SEX groups for both heifers (from 7.2% to 11.2%, P = 0.025) and cows (from 9.0% to 20.7%, P < 0.001). Regarding the quality of viable embryos, the quality grades were superior in the CONV group compared with the SEX group for heifers (P < 0.001) and cows (P < 0.001). The proportion of grade 1 embryos decreased by 6.5 percentage points in heifers and 11.9 percentage points in cows when sex-sorted semen was used. Correspondingly, the proportions of grade 2 and 3 embryos increased in heifers and cows when sexed semen was used. The mean developmental stages of embryo collections were numerically slightly lower in the SEX group. In heifers, the delay in developmental stage was statistically significant (P = 0.001), but in cows, there was only a tendency toward that (P = 0.067). In conclusion, sex-sorted sperm

  5. Heavy mineral sorting and distributions within massive sandstone divisions (Bouma A divisions) of Brushy Canyon Formation turbidites

    NASA Astrophysics Data System (ADS)

    Motanated, K.; Tice, M. M.

    2009-12-01

    KANNIPA MOTANATED and MICHAEL M. TICE Department of Geology and Geophysics, Texas A&M University, College Station, TX 77843-3115, USA Sediment sorting data are commonly used for interpreting depositional environments, analyzing mechanisms of deposition and transportation, and inferring relative transport distance of sediments. Typically, sorting in sandstones is estimated by point-counting thin sections which is a time consuming procedure and requires cutting sections of rock samples. We demonstrate a new technique for quantifying sediment sorting using element distribution maps obtained by x-ray fluorescence microscopy. We show that hydraulic sorting of Zr- and Ti- bearing grains (probably zircon and rutile, respectively) results in characteristic vertical profiles of Zr and Ti abundances within the Bouma A divisions of turbidites of the Brushy Canyon Formation, Delaware Basin, southern New Mexico. Zr- and Ti- bearing grains decrease in abundance and diameter from bases to tops of A divisions in every sample examined in this study. These results contrast with previous observations which suggest that grading in Brushy Canyon Formation structureless sandstones is absent or rare. The data support turbiditic interpretations of these rocks against traction current interpretations which rely on the lack of textural grading. Grading is reflected in vertical profiles of Ti/Al, Zr/Al and Zr/Ti ratios, which each decrease upward. These compositional variations could potentially be used as geochemical proxies for physical sorting, and might be useful for inferring depositional processes and relative transport distances.

  6. Parallel sort with a ranged, partitioned key-value store in a high perfomance computing environment

    DOEpatents

    Bent, John M.; Faibish, Sorin; Grider, Gary; Torres, Aaron; Poole, Stephen W.

    2016-01-26

    Improved sorting techniques are provided that perform a parallel sort using a ranged, partitioned key-value store in a high performance computing (HPC) environment. A plurality of input data files comprising unsorted key-value data in a partitioned key-value store are sorted. The partitioned key-value store comprises a range server for each of a plurality of ranges. Each input data file has an associated reader thread. Each reader thread reads the unsorted key-value data in the corresponding input data file and performs a local sort of the unsorted key-value data to generate sorted key-value data. A plurality of sorted, ranged subsets of each of the sorted key-value data are generated based on the plurality of ranges. Each sorted, ranged subset corresponds to a given one of the ranges and is provided to one of the range servers corresponding to the range of the sorted, ranged subset. Each range server sorts the received sorted, ranged subsets and provides a sorted range. A plurality of the sorted ranges are concatenated to obtain a globally sorted result.

  7. Reducing 4D CT artifacts using optimized sorting based on anatomic similarity.

    PubMed

    Johnston, Eric; Diehn, Maximilian; Murphy, James D; Loo, Billy W; Maxim, Peter G

    2011-05-01

    Four-dimensional (4D) computed tomography (CT) has been widely used as a tool to characterize respiratory motion in radiotherapy. The two most commonly used 4D CT algorithms sort images by the associated respiratory phase or displacement into a predefined number of bins, and are prone to image artifacts at transitions between bed positions. The purpose of this work is to demonstrate a method of reducing motion artifacts in 4D CT by incorporating anatomic similarity into phase or displacement based sorting protocols. Ten patient datasets were retrospectively sorted using both the displacement and phase based sorting algorithms. Conventional sorting methods allow selection of only the nearest-neighbor image in time or displacement within each bin. In our method, for each bed position either the displacement or the phase defines the center of a bin range about which several candidate images are selected. The two dimensional correlation coefficients between slices bordering the interface between adjacent couch positions are then calculated for all candidate pairings. Two slices have a high correlation if they are anatomically similar. Candidates from each bin are then selected to maximize the slice correlation over the entire data set using the Dijkstra's shortest path algorithm. To assess the reduction of artifacts, two thoracic radiation oncologists independently compared the resorted 4D datasets pairwise with conventionally sorted datasets, blinded to the sorting method, to choose which had the least motion artifacts. Agreement between reviewers was evaluated using the weighted kappa score. Anatomically based image selection resulted in 4D CT datasets with significantly reduced motion artifacts with both displacement (P = 0.0063) and phase sorting (P = 0.00022). There was good agreement between the two reviewers, with complete agreement 34 times and complete disagreement 6 times. Optimized sorting using anatomic similarity significantly reduces 4D CT motion

  8. Flow cytogenetics and chromosome sorting.

    PubMed

    Cram, L S

    1990-06-01

    This review of flow cytogenetics and chromosome sorting provides an overview of general information in the field and describes recent developments in more detail. From the early developments of chromosome analysis involving single parameter or one color analysis to the latest developments in slit scanning of single chromosomes in a flow stream, the field has progressed rapidly and most importantly has served as an important enabling technology for the human genome project. Technological innovations that advanced flow cytogenetics are described and referenced. Applications in basic cell biology, molecular biology, and clinical investigations are presented. The necessary characteristics for large number chromosome sorting are highlighted. References to recent review articles are provided as a starting point for locating individual references that provide more detail. Specific references are provided for recent developments.

  9. Real-Time Implementation of a Color Sorting System

    Treesearch

    Srikathyanyani Srikanteswara; Qiang Lu; William King; Thomas Drayer; Richard Conners; D. Earl Kline; Philip A. Araman

    1997-01-01

    Wood edge glued panels are used extensively in the furniture and cabinetry industries. They are used to make doors, tops, and sides of solid wood furniture and cabinets. Since lightly stained furniture and cabinets are gaining in popularity, there is an increasing demand to color sort the parts used to make these edge glued panels. The goal of the sorting processing is...

  10. "Sort of" in British Women's and Men's Speech

    ERIC Educational Resources Information Center

    Miettinen, Hanna; Watson, Greg

    2013-01-01

    This paper (Note 1) examines the form sort of in British men and women's speech, and investigates whether there is a gender difference in the use of this form. We do so through corpus analysis of the British National Corpus (BNC). We contend there is no quantitative difference in the use of sort of in men and women's speech. Contrary to general…

  11. Birth of kids after artificial insemination with sex-sorted, frozen-thawed goat spermatozoa.

    PubMed

    Bathgate, R; Mace, N; Heasman, K; Evans, G; Maxwell, W M C; de Graaf, S P

    2013-12-01

    Successful sex-sorting of goat spermatozoa and subsequent birth of pre-sexed kids have yet to be reported. As such, a series of experiments were conducted to develop protocols for sperm-sorting (using a modified flow cytometer, MoFlo SX(®) ) and cryopreservation of goat spermatozoa. Saanen goat spermatozoa (n = 2 males) were (i) collected into Salamon's or Tris catch media post-sorting and (ii) frozen in Tris-citrate-glucose media supplemented with 5, 10 or 20% egg yolk in (iii) 0.25 ml pellets on dry ice or 0.25 ml straws in a controlled-rate freezer. Post-sort and post-thaw sperm quality were assessed by motility (CASA), viability and acrosome integrity (PI/FITC-PNA). Sex-sorted goat spermatozoa frozen in pellets displayed significantly higher post-thaw motility and viability than spermatozoa frozen in straws. Catch media and differing egg yolk concentration had no effect on the sperm parameters tested. The in vitro and in vivo fertility of sex-sorted goat spermatozoa produced with this optimum protocol were then tested by means of a heterologous ova binding assay and intrauterine artificial insemination of Saanen goat does, respectively. Sex-sorted goat spermatozoa bound to sheep ova zona pellucidae in similar numbers (p > 0.05) to non-sorted goat spermatozoa, non-sorted ram spermatozoa and sex-sorted ram spermatozoa. Following intrauterine artificial insemination with sex-sorted spermatozoa, 38% (5/13) of does kidded with 83% (3/5) of kids being of the expected sex. Does inseminated with non-sorted spermatozoa achieved a 50% (3/6) kidding rate and a sex ratio of 3 : 1 (F : M). This study demonstrates for the first time that goat spermatozoa can be sex-sorted by flow cytometry, successfully frozen and used to produce pre-sexed kids. © 2013 Blackwell Verlag GmbH.

  12. Study of an Educational Hand Sorting Intervention for Reducing Aflatoxin B1 in Groundnuts in Rural Gambia.

    PubMed

    Xu, Y A; Doel, Andrew; Watson, Sinead; Routledge, Michael N; Elliott, Christopher T; Moore, Sophie E; Gong, Yun Yun

    2017-01-01

    Aflatoxin, a human liver carcinogen, frequently contaminates groundnuts, maize, rice, and other grains, especially in Africa. The aim of this study was to evaluate the effectiveness of an educational intervention that involved training rural Gambian women on how to identify and remove moldy groundnuts to reduce aflatoxin B 1 (AFB 1 ) contamination. In total, 25 women, recruited from the West Kiang region of The Gambia, were trained on how to recognize and remove moldy groundnuts. Market-purchased groundnuts were hand sorted by the women. Groundnuts were sampled at baseline (n =5), after hand sorting ("clean," n =25 and "moldy," n =25), and after roasting (n =5). All samples were analyzed for AFB 1 by enzyme-linked immunosorbent assay. A reduction of 42.9% was achieved based on the median AFB 1 levels at baseline and after hand sorting (clean groundnuts), whereas an alternative estimate, based on the total AFB 1 in moldy and clean groundnuts, indicated a reduction of 96.7%, with a loss of only 2% of the groundnuts. By roasting the already clean sorted groundnuts, the AFB 1 reduction achieved (based on median levels) was 39.3%. This educational intervention on how to identify and remove moldy groundnuts was simple and effective in reducing AFB 1 contamination.

  13. Microspherical photonics: Sorting resonant photonic atoms by using light

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

    Maslov, Alexey V., E-mail: avmaslov@yandex.ru; Astratov, Vasily N., E-mail: astratov@uncc.edu

    2014-09-22

    A method of sorting microspheres by resonant light forces in vacuum, air, or liquid is proposed. Based on a two-dimensional model, it is shown that the sorting can be realized by allowing spherical particles to traverse a focused beam. Under resonance with the whispering gallery modes, the particles acquire significant velocity along the beam direction. This opens a unique way of large-volume sorting of nearly identical photonic atoms with 1/Q accuracy, where Q is the resonance quality factor. This is an enabling technology for developing super-low-loss coupled-cavity structures and devices.

  14. PULSE AMPLITUDE ANALYZER

    DOEpatents

    Gray, G.W.; Jensen, A.S.

    1957-10-22

    A pulse-height analyzer system of improved design for sorting and counting a series of pulses, such as provided by a scintillation detector in nuclear radiation measurements, is described. The analyzer comprises a main transmission line, a cathode-ray tube for each section of the line with its deflection plates acting as the line capacitance; means to bias the respective cathode ray tubes so that the beam strikes a target only when a prearranged pulse amplitude is applied, with each tube progressively biased to respond to smaller amplitudes; pulse generating and counting means associated with each tube to respond when the beam is deflected; a control transmission line having the same time constant as the first line per section with pulse generating means for each tube for initiating a pulse on the second transmission line when a pulse triggers the tube of corresponding amplitude response, the former pulse acting to prevent successive tubes from responding to the pulse under test. This arrangement permits greater deflection sensitivity in the cathode ray tube and overcomes many of the disadvantages of prior art pulse-height analyzer circuits.

  15. Machine Vision System for Color Sorting Wood Edge-Glued Panel Parts

    Treesearch

    Qiang Lu; S. Srikanteswara; W. King; T. Drayer; Richard Conners; D. Earl Kline; Philip A. Araman

    1997-01-01

    This paper describes an automatic color sorting system for hardwood edge-glued panel parts. The color sorting system simultaneously examines both faces of a panel part and then determines which face has the "better" color given specified color uniformity and priority defined by management. The real-time color sorting system software and hardware are briefly...

  16. Design and application of the falling vertical sorting machine

    NASA Astrophysics Data System (ADS)

    Zuo, Ping; Peng, Tao; Yang, Hai

    2018-04-01

    In the process of tobacco production, it is necessary to pack the smoke according to the needs of different customers. A sorting machine is used to pick up the cigarette at present, there is a launch channel machine, a percussible vertical machine, But in the sorting process, the rolling channel machine is different in terms of the quality of smoke and the frictional force. It is difficult to ensure the location and posture of the belt sorting line, which causes the manipulator to not grasp. The strike type vertical machine is difficult to control the parallelism of the smoke. Now this team has developed a falling sorting machine, which has solved the smoke drop of a cigarette to the transmission belt. There will not be no code, can satisfy most of the different types of smoke sorting and no damage to smoke status. The dynamic characteristics such as the angular error of the opening and closing mechanism are carried out by ADAMS software. The simulation results show that the maximum angular error is 0.016rad. Through the test of the device, the goods falling speed is 7031/hour, the good of the falling position error within 2mm, meet the crawl accuracy requirements of the palletizing robot.

  17. On-chip cell sorting via patterned magnetic traps

    NASA Astrophysics Data System (ADS)

    Byvank, Tom; Prikockis, Michael; Chen, Aaron; Miller, Brandon; Chalmers, Jeffrey; Sooryakumar, Ratnasingham

    2015-03-01

    Due to their importance in research for the diagnosis and treatment of cancer, numerous schemes have been developed to sort rare cell populations, e.g., circulating tumor cells (CTCs), from a larger ensemble of cells. Here, we improve upon a previously developed microfluidic device (Lab Chip 13, 1172, (2013)) to increase throughput and sorting purity of magnetically labeled cells. The separation mechanism involves controlling magnetic forces by manipulating the magnetic domain structures of embedded permalloy microdisks with weak external fields. These forces move labeled cells from the input flow stream into an adjacent buffer flow stream. Such magnetically activated transfer separates the magnetic entities from their non-magnetic counterparts as the two flow streams split apart and move toward their respective outputs. Purity of the magnetic output is modulated by the withdrawal rate of the non-magnetic output relative to the inputs. A proof of concept shows that CTCs from metastatic breast cancer patients can be sorted, recovered from the device, and confirmed as CTCs using separate immunofluorescence staining and analysis. With further optimizations, the channel could become a useful device for high purity final sorting of enriched patient cell samples.

  18. The Pitch: How To Analyze Ads. 2nd Edition.

    ERIC Educational Resources Information Center

    Rank, Hugh

    This book probes the ways ads persuade people to purchase, and attempts to teach individuals to become more discerning consumers. Critical thinking, when applied to analyzing ads, benefits consumers by helping them recognize patterns of persuasion and sort incoming information in order to get to the hidden message. The book s basic premise is that…

  19. Success Is Cheesecake: A Guide to Analyzing Student Discourse

    ERIC Educational Resources Information Center

    Andrelchik, Hillary

    2016-01-01

    Action research, conducted by teachers in their own classrooms, with the goal of improving practice, is an invaluable practice that can provide insight into students' lives. One of the many challenges associated with action research is knowing how to analyze and interpret data. In this manuscript, written as a "how to" of sorts, I…

  20. Automated spike sorting algorithm based on Laplacian eigenmaps and k-means clustering.

    PubMed

    Chah, E; Hok, V; Della-Chiesa, A; Miller, J J H; O'Mara, S M; Reilly, R B

    2011-02-01

    This study presents a new automatic spike sorting method based on feature extraction by Laplacian eigenmaps combined with k-means clustering. The performance of the proposed method was compared against previously reported algorithms such as principal component analysis (PCA) and amplitude-based feature extraction. Two types of classifier (namely k-means and classification expectation-maximization) were incorporated within the spike sorting algorithms, in order to find a suitable classifier for the feature sets. Simulated data sets and in-vivo tetrode multichannel recordings were employed to assess the performance of the spike sorting algorithms. The results show that the proposed algorithm yields significantly improved performance with mean sorting accuracy of 73% and sorting error of 10% compared to PCA which combined with k-means had a sorting accuracy of 58% and sorting error of 10%.A correction was made to this article on 22 February 2011. The spacing of the title was amended on the abstract page. No changes were made to the article PDF and the print version was unaffected.

  1. Flankers Facilitate 3-Year-Olds' Performance in a Card-Sorting Task

    ERIC Educational Resources Information Center

    Jordan, Patricia L.; Morton, J. Bruce

    2008-01-01

    Three-year-old children often act inflexibly in card-sorting tasks by continuing to sort by an old rule after being asked to switch and sort by a new rule. This inflexibility has been variously attributed to age-related constraints on higher order rule use, object redescription, and attention shifting. In 2 experiments, flankers that were…

  2. Two Types of Perseveration in the Dimension Change Card Sort Task

    ERIC Educational Resources Information Center

    Hanania, Rima

    2010-01-01

    In the Dimension Change Card Sort (DCCS) task, 3-year-olds can sort cards well by one dimension but have difficulty in switching to sort the same cards by another dimension when asked; that is, they perseverate on the first relevant information. What is the information that children perseverate on? Using a new version of the DCCS, the experiments…

  3. The PreferenSort: A Holistic Instrument for Career Counseling

    ERIC Educational Resources Information Center

    Amit, Adi; Sagiv, Lilach

    2013-01-01

    We present the PreferenSort, a career counseling instrument that derives counselees' vocational interests from their preferences among occupational titles. The PreferenSort allows for a holistic decision process, while taking into account the full complexity of occupations and encouraging deliberation about one's preferences and acceptable…

  4. A Visual Guide to Sorting Electrophysiological Recordings Using 'SpikeSorter'.

    PubMed

    Swindale, Nicholas V; Mitelut, Catalin; Murphy, Timothy H; Spacek, Martin A

    2017-02-10

    Few stand-alone software applications are available for sorting spikes from recordings made with multi-electrode arrays. Ideally, an application should be user friendly with a graphical user interface, able to read data files in a variety of formats, and provide users with a flexible set of tools giving them the ability to detect and sort extracellular voltage waveforms from different units with some degree of reliability. Previously published spike sorting methods are now available in a software program, SpikeSorter, intended to provide electrophysiologists with a complete set of tools for sorting, starting from raw recorded data file and ending with the export of sorted spikes times. Procedures are automated to the extent this is currently possible. The article explains and illustrates the use of the program. A representative data file is opened, extracellular traces are filtered, events are detected and then clustered. A number of problems that commonly occur during sorting are illustrated, including the artefactual over-splitting of units due to the tendency of some units to fire spikes in pairs where the second spike is significantly smaller than the first, and over-splitting caused by slow variation in spike height over time encountered in some units. The accuracy of SpikeSorter's performance has been tested with surrogate ground truth data and found to be comparable to that of other algorithms in current development.

  5. Encapsulation of sex sorted boar semen: sperm membrane status and oocyte penetration parameters.

    PubMed

    Spinaci, Marcella; Chlapanidas, Theodora; Bucci, Diego; Vallorani, Claudia; Perteghella, Sara; Lucconi, Giulia; Communod, Ricardo; Vigo, Daniele; Galeati, Giovanna; Faustini, Massimo; Torre, Maria Luisa

    2013-03-01

    Although sorted semen is experimentally used for artificial, intrauterine, and intratubal insemination and in vitro fertilization, its commercial application in swine species is still far from a reality. This is because of the low sort rate and the large number of sperm required for routine artificial insemination in the pig, compared with other production animals, and the greater susceptibility of porcine spermatozoa to stress induced by the different sex sorting steps and the postsorting handling protocols. The encapsulation technology could overcome this limitation in vivo, protecting and allowing the slow release of low-dose sorted semen. The aim of this work was to evaluate the impact of the encapsulation process on viability, acrosome integrity, and on the in vitro fertilizing potential of sorted boar semen. Our results indicate that the encapsulation technique does not damage boar sorted semen; in fact, during a 72-hour storage, no differences were observed between liquid-stored sorted semen and encapsulated sorted semen in terms of plasma membrane (39.98 ± 14.38% vs. 44.32 ± 11.72%, respectively) and acrosome integrity (74.32 ± 12.17% vs. 66.07 ± 10.83%, respectively). Encapsulated sorted spermatozoa presented a lower penetration potential than nonencapsulated ones (47.02% vs. 24.57%, respectively, P < 0.0001), and a significant reduction of polyspermic fertilization (60.76% vs. 36.43%, respectively, polyspermic ova/total ova; P < 0.0001). However, no difference (P > 0.05) was observed in terms of total efficiency of fertilization expressed as normospermic oocytes/total oocytes (18.45% vs. 15.43% for sorted diluted and sorted encapsulated semen, respectively). The encapsulation could be an alternative method of storing of pig sex sorted spermatozoa and is potentially a promising technique in order to optimize the use of low dose of sexed spermatozoa in vivo. Copyright © 2013 Elsevier Inc. All rights reserved.

  6. Development of procedures for sex-sorting frozen-thawed bovine spermatozoa.

    PubMed

    Underwood, S L; Bathgate, R; Maxwell, W M C; Evans, G

    2009-06-01

    Dairy bull sperm may be sex-sorted, frozen and used to artificially inseminate heifers with acceptable fertility if the herd is well-managed. One drawback to the technology is that donor bulls must be located within a short distance of the sorting facility in order to collect semen, which limits the number of bulls from which sorted sperm are available. A successful method used to overcome this limitation in sheep is sex-sorting from frozen-thawed semen and refreezing for artificial insemination. This technique is attractive to the dairy industry, and therefore a series of three experiments was designed to investigate the optimal methods to prepare, sex-sort and re-freeze frozen-thawed bovine sperm. Sperm were prepared for sorting by density gradient separation in either PureSperm or BoviPure, followed by staining in one of three diluents (Androhep, Bovine Sheath Fluid + 0.3% BSA or TALP buffer). Sperm were sorted and collected into Test yolk buffer, and frozen in an extender containing 0, 0.25, 0.375 or 0.5% Equex STM Paste. Frozen-thawed sperm were better orientated (p = 0.006) and had fewer damaged membranes (8.7 +/- 0.6% vs 19.5 +/- 2.4%; p = 0.003) after centrifugation in PureSperm rather than BoviPure gradients. Sperm orientation (p < 0.05) and motility (69.9 +/- 3.0 vs 55.6 +/- 4.0; p < 0.001) were highest after staining in Androhep rather than in TALP buffer. Sperm were more motile (58.2 +/- 4.7 vs 38.7 +/- 3.5; p < 0.001) and had better acrosome integrity (74.3 +/- 2.9 vs 66.8 +/- 2.0; p < 0.001) after freezing in an extender containing 0.375% Equex STM Paste than in extender without Equex. Hence, a protocol has been developed to allow frozen-thawed bull sperm to be sex-sorted with high resolution between the sexes, then re-frozen and thawed with retention of motility and acrosome integrity.

  7. Technology to sort lumber by color and grain for furniture parts

    Treesearch

    D. Earl Kline; Richard Conners; Philip A. Araman

    2000-01-01

    This paper describes an automatic color and grain sorting system for wood edge-glued panel parts. The color sorting system simultaneously examines both faces of a panel part and then determines which face has the "best" color, and sorts the part into one of a number of color classes at plant production speeds. In-plant test results show that the system...

  8. Technical assessment of processing plants as exemplified by the sorting of beverage cartons from lightweight packaging wastes.

    PubMed

    Feil, A; Thoden van Velzen, E U; Jansen, M; Vitz, P; Go, N; Pretz, T

    2016-02-01

    The recovery of beverage cartons (BC) in three lightweight packaging waste processing plants (LP) was analyzed with different input materials and input masses in the area of 21-50Mg. The data was generated by gravimetric determination of the sorting products, sampling and sorting analysis. Since the particle size of beverage cartons is larger than 120mm, a modified sampling plan was implemented and targeted multiple sampling (3-11 individual samplings) and a total sample size of respectively 1200l (ca. 60kg) for the BC-products and of about 2400l (ca. 120kg) for material-heterogeneous mixed plastics (MP) and sorting residue products. The results infer that the quantification of the beverage carton yield in the process, i.e., by including all product-containing material streams, can be specified only with considerable fluctuation ranges. Consequently, the total assessment, regarding all product streams, is rather qualitative than quantitative. Irregular operation conditions as well as unfavorable sampling conditions and capacity overloads are likely causes for high confidence intervals. From the results of the current study, recommendations can basically be derived for a better sampling in LP-processing plants. Despite of the suboptimal statistical results, the results indicate very clear that the plants show definite optimisation potentials with regard to the yield of beverage cartons as well as the required product purity. Due to the test character of the sorting trials the plant parameterization was not ideal for this sorting task and consequently the results should be interpreted with care. Copyright © 2015 Elsevier Ltd. All rights reserved.

  9. A New Algorithm Using the Non-Dominated Tree to Improve Non-Dominated Sorting.

    PubMed

    Gustavsson, Patrik; Syberfeldt, Anna

    2018-01-01

    Non-dominated sorting is a technique often used in evolutionary algorithms to determine the quality of solutions in a population. The most common algorithm is the Fast Non-dominated Sort (FNS). This algorithm, however, has the drawback that its performance deteriorates when the population size grows. The same drawback applies also to other non-dominating sorting algorithms such as the Efficient Non-dominated Sort with Binary Strategy (ENS-BS). An algorithm suggested to overcome this drawback is the Divide-and-Conquer Non-dominated Sort (DCNS) which works well on a limited number of objectives but deteriorates when the number of objectives grows. This article presents a new, more efficient algorithm called the Efficient Non-dominated Sort with Non-Dominated Tree (ENS-NDT). ENS-NDT is an extension of the ENS-BS algorithm and uses a novel Non-Dominated Tree (NDTree) to speed up the non-dominated sorting. ENS-NDT is able to handle large population sizes and a large number of objectives more efficiently than existing algorithms for non-dominated sorting. In the article, it is shown that with ENS-NDT the runtime of multi-objective optimization algorithms such as the Non-Dominated Sorting Genetic Algorithm II (NSGA-II) can be substantially reduced.

  10. Sorted bed forms as self-organized patterns: 2. complex forcing scenarios

    USGS Publications Warehouse

    Coco, Giovanni; Murray, A. Brad; Green, Malcom O.; Thieler, E. Robert; Hume, T.M.

    2007-01-01

    We employ a numerical model to study the development of sorted bed forms under a variety of hydrodynamic and sedimentary conditions. Results indicate that increased variability in wave height decreases the growth rate of the features and can potentially give rise to complicated, a priori unpredictable, behavior. This happens because the system responds to a change in wave characteristics by attempting to self-organize into a patterned seabed of different geometry and spacing. The new wavelength might not have enough time to emerge before a new change in wave characteristics occurs, leading to less regular seabed configurations. The new seabed configuration is also highly dependent on the preexisting morphology, which further limits the possibility of predicting future behavior. For the same reasons, variability in the mean current magnitude and direction slows down the growth of features and causes patterns to develop that differ from classical sorted bed forms. Spatial variability in grain size distribution and different types of net sediment aggradation/degradation can also result in the development of sorted bed forms characterized by a less regular shape. Numerical simulations qualitatively agree with observed geometry (spacing and height) of sorted bed forms. Also in agreement with observations is that at shallower depths, sorted bed forms are more likely to be affected by changes in the forcing conditions, which might also explain why, in shallow waters, sorted bed forms are described as ephemeral features. Finally, simulations indicate that the different sorted bed form shapes and patterns observed in the field might not necessarily be related to diverse physical mechanisms. Instead, variations in sorted bed form characteristics may result from variations in local hydrodynamic and/or sedimentary conditions.

  11. Extending the Online Public Access Catalog into the Microcomputer Environment.

    ERIC Educational Resources Information Center

    Sutton, Brett

    1990-01-01

    Describes PCBIS, a database program for MS-DOS microcomputers that features a utility for automatically converting online public access catalog search results stored as text files into structured database files that can be searched, sorted, edited, and printed. Topics covered include the general features of the program, record structure, record…

  12. COST EVALUATION OF AUTOMATED AND MANUAL POST- CONSUMER PLASTIC BOTTLE SORTING SYSTEMS

    EPA Science Inventory

    This project evaluates, on the basis of performance and cost, two Automated BottleSort® sorting systems for post-consumer commingled plastic containers developed by Magnetic Separation Systems. This study compares the costs to sort mixed bales of post-consumer plastic at these t...

  13. Self-organization of sorted patterned ground.

    PubMed

    Kessler, M A; Werner, B T

    2003-01-17

    Striking circular, labyrinthine, polygonal, and striped patterns of stones and soil self-organize in many polar and high alpine environments. These forms emerge because freeze-thaw cycles drive an interplay between two feedback mechanisms. First, formation of ice lenses in freezing soil sorts stones and soil by displacing soil toward soil-rich domains and stones toward stone-rich domains. Second, stones are transported along the axis of elongate stone domains, which are squeezed and confined as freezing soil domains expand. In a numerical model implementing these feedbacks, circles, labyrinths, and islands form when sorting dominates; polygonal networks form when stone domain squeezing and confinement dominate; and stripes form as hillslope gradient is increased.

  14. Diagnostic Utility of the Shortened Version of the Wisconsin Card Sorting Test in Patients With Sporadic Late Onset Alzheimer Disease.

    PubMed

    Sánchez, Juan Luis; Martín, Javier; López, Carolina

    2017-12-01

    The classic version of the Wisconsin Card Sorting Test (WCST) consists of correctly sorting 128 cards according to changing sorting criteria. Its application is costly in terms of the time employed, with all the negative consequences this entails (decrease in motivation, frustration, and fatigue). The main objective of this study was to test the usefulness of the shortened version of the WCST as compared to the full test by analyzing the equivalence between the two decks comprising the full 128-card version on a sample of patients diagnosed with sporadic late onset Alzheimer disease (SLOAD) and to check its clinical usefulness. The variables showed equivalence between the two decks and their ability to differentiate between the control group (CG) and the Alzheimer disease (AD) group. The scores obtained suggest equivalence between decks and that the application of only the first deck is sufficient.

  15. Design of mechanical arm for an automatic sorting system of recyclable cans

    NASA Astrophysics Data System (ADS)

    Resti, Y.; Mohruni, A. S.; Burlian, F.; Yani, I.; Amran, A.

    2018-04-01

    The use of a mechanical arm for an automatic sorting system of used cans should be designed carefully. The right design will result in a high precision sorting rate and a short sorting time. The design includes first; design manipulator,second; determine link and joint specifications, and third; build mechanical systems and control systems. This study aims to design the mechanical arm as a hardware system for automatic cans sorting system. The material used for the manipulator is the aluminum plate. The manipulator is designed using 6 links and 6 join where the 6th link is the end effectorand the 6th join is the gripper. As a driving motor used servo motor, while as a microcontroller used Arduino Uno which is connected with Matlab programming language. Based on testing, a mechanical arm designed for this recyclable canned recycling system has a precision sorting rate at 93%, where the average total time required for sorting is 10.82 seconds.

  16. Authorial and institutional stratification in open access publishing: the case of global health research.

    PubMed

    Siler, Kyle; Haustein, Stefanie; Smith, Elise; Larivière, Vincent; Alperin, Juan Pablo

    2018-01-01

    Using a database of recent articles published in the field of Global Health research, we examine institutional sources of stratification in publishing access outcomes. Traditionally, the focus on inequality in scientific publishing has focused on prestige hierarchies in established print journals. This project examines stratification in contemporary publishing with a particular focus on subscription vs. various Open Access (OA) publishing options. Findings show that authors working at lower-ranked universities are more likely to publish in closed/paywalled outlets, and less likely to choose outlets that involve some sort of Article Processing Charge (APCs; gold or hybrid OA). We also analyze institutional differences and stratification in the APC costs paid in various journals. Authors affiliated with higher-ranked institutions, as well as hospitals and non-profit organizations pay relatively higher APCs for gold and hybrid OA publications. Results suggest that authors affiliated with high-ranked universities and well-funded institutions tend to have more resources to choose pay options with publishing. Our research suggests new professional hierarchies developing in contemporary publishing, where various OA publishing options are becoming increasingly prominent. Just as there is stratification in institutional representation between different types of publishing access, there is also inequality within access types.

  17. Authorial and institutional stratification in open access publishing: the case of global health research

    PubMed Central

    Haustein, Stefanie; Smith, Elise; Larivière, Vincent; Alperin, Juan Pablo

    2018-01-01

    Using a database of recent articles published in the field of Global Health research, we examine institutional sources of stratification in publishing access outcomes. Traditionally, the focus on inequality in scientific publishing has focused on prestige hierarchies in established print journals. This project examines stratification in contemporary publishing with a particular focus on subscription vs. various Open Access (OA) publishing options. Findings show that authors working at lower-ranked universities are more likely to publish in closed/paywalled outlets, and less likely to choose outlets that involve some sort of Article Processing Charge (APCs; gold or hybrid OA). We also analyze institutional differences and stratification in the APC costs paid in various journals. Authors affiliated with higher-ranked institutions, as well as hospitals and non-profit organizations pay relatively higher APCs for gold and hybrid OA publications. Results suggest that authors affiliated with high-ranked universities and well-funded institutions tend to have more resources to choose pay options with publishing. Our research suggests new professional hierarchies developing in contemporary publishing, where various OA publishing options are becoming increasingly prominent. Just as there is stratification in institutional representation between different types of publishing access, there is also inequality within access types. PMID:29479492

  18. Combining magnetic sorting of mother cells and fluctuation tests to analyze genome instability during mitotic cell aging in Saccharomyces cerevisiae.

    PubMed

    Patterson, Melissa N; Maxwell, Patrick H

    2014-10-16

    Saccharomyces cerevisiae has been an excellent model system for examining mechanisms and consequences of genome instability. Information gained from this yeast model is relevant to many organisms, including humans, since DNA repair and DNA damage response factors are well conserved across diverse species. However, S. cerevisiae has not yet been used to fully address whether the rate of accumulating mutations changes with increasing replicative (mitotic) age due to technical constraints. For instance, measurements of yeast replicative lifespan through micromanipulation involve very small populations of cells, which prohibit detection of rare mutations. Genetic methods to enrich for mother cells in populations by inducing death of daughter cells have been developed, but population sizes are still limited by the frequency with which random mutations that compromise the selection systems occur. The current protocol takes advantage of magnetic sorting of surface-labeled yeast mother cells to obtain large enough populations of aging mother cells to quantify rare mutations through phenotypic selections. Mutation rates, measured through fluctuation tests, and mutation frequencies are first established for young cells and used to predict the frequency of mutations in mother cells of various replicative ages. Mutation frequencies are then determined for sorted mother cells, and the age of the mother cells is determined using flow cytometry by staining with a fluorescent reagent that detects bud scars formed on their cell surfaces during cell division. Comparison of predicted mutation frequencies based on the number of cell divisions to the frequencies experimentally observed for mother cells of a given replicative age can then identify whether there are age-related changes in the rate of accumulating mutations. Variations of this basic protocol provide the means to investigate the influence of alterations in specific gene functions or specific environmental conditions on

  19. Dielectrophoretic focusing integrated pulsed laser activated cell sorting

    NASA Astrophysics Data System (ADS)

    Zhu, Xiongfeng; Kung, Yu-Chun; Wu, Ting-Hsiang; Teitell, Michael A.; Chiou, Pei-Yu

    2017-08-01

    We present a pulsed laser activated cell sorter (PLACS) integrated with novel sheathless size-independent dielectrophoretic (DEP) focusing. Microfluidic fluorescence activated cell sorting (μFACS) systems aim to provide a fully enclosed environment for sterile cell sorting and integration with upstream and downstream microfluidic modules. Among them, PLACS has shown a great potential in achieving comparable performance to commercial aerosol-based FACS (>90% purity at 25,000 cells sec-1). However conventional sheath flow focusing method suffers a severe sample dilution issue. Here we demonstrate a novel dielectrophoresis-integrated pulsed laser activated cell sorter (DEP-PLACS). It consists of a microfluidic channel with 3D electrodes laid out to provide a tunnel-shaped electric field profile along a 4cmlong channel for sheathlessly focusing microparticles/cells into a single stream in high-speed microfluidic flows. All focused particles pass through the fluorescence detection zone along the same streamline regardless of their sizes and types. Upon detection of target fluorescent particles, a nanosecond laser pulse is triggered and focused in a neighboring channel to generate a rapidly expanding cavitation bubble for precise sorting. DEP-PLACS has achieved a sorting purity of 91% for polystyrene beads at a throughput of 1,500 particle/sec.

  20. NIH Toolbox Cognition Battery (NIHTB-CB): list sorting test to measure working memory.

    PubMed

    Tulsky, David S; Carlozzi, Noelle; Chiaravalloti, Nancy D; Beaumont, Jennifer L; Kisala, Pamela A; Mungas, Dan; Conway, Kevin; Gershon, Richard

    2014-07-01

    The List Sorting Working Memory Test was designed to assess working memory (WM) as part of the NIH Toolbox Cognition Battery. List Sorting is a sequencing task requiring children and adults to sort and sequence stimuli that are presented visually and auditorily. Validation data are presented for 268 participants ages 20 to 85 years. A subset of participants (N=89) was retested 7 to 21 days later. As expected, the List Sorting Test had moderately high correlations with other measures of working memory and executive functioning (convergent validity) but a low correlation with a test of receptive vocabulary (discriminant validity). Furthermore, List Sorting demonstrates expected changes over the age span and has excellent test-retest reliability. Collectively, these results provide initial support for the construct validity of the List Sorting Working Memory Measure as a measure of working memory. However, the relationship between the List Sorting Test and general executive function has yet to be determined.

  1. Dimensional change card sort performance associated with age-related differences in functional connectivity of lateral prefrontal cortex.

    PubMed

    Ezekiel, Fredrick; Bosma, Rachael; Morton, J Bruce

    2013-07-01

    The Dimensional Change Card Sort (DCCS) is a standard procedure for assessing executive functioning early in development. In the task, participants switch from sorting cards one way (e.g., by color) to sorting them a different way (e.g., by shape). Traditional accounts associate age-related changes in DCCS performance with circumscribed changes in lateral prefrontal cortex (lPFC) functioning, but evidence of age-related differences in the modulation of lPFC activity by switching is mixed. The current study therefore tested for possible age-related differences in functional connectivity of lPFC with regions that comprise a larger cognitive control network. Functional magnetic resonance imaging (fMRI) data collected from children and adults performing the DCCS were analyzed by means of independent components analysis (ICA). The analysis revealed several important age-related differences in functional connectivity of lPFC. In particular, lPFC was more strongly connected with the anterior cingulate, inferior parietal cortex, and the ventral tegmental area in adults than in children. Theoretical implications are discussed. Copyright © 2012 Elsevier Ltd. All rights reserved.

  2. Continuous sorting of Brownian particles using coupled photophoresis and asymmetric potential cycling.

    PubMed

    Ng, Tuck Wah; Neild, Adrian; Heeraman, Pascal

    2008-03-15

    Feasible sorters need to function rapidly and permit the input and delivery of particles continuously. Here, we describe a scheme that incorporates (i) restricted spatial input location and (ii) orthogonal sort and movement direction features. Sorting is achieved using an asymmetric potential that is cycled on and off, whereas movement is accomplished using photophoresis. Simulations with 0.2 and 0.5 microm diameter spherical particles indicate that sorting can commence quickly from a continuous stream. Procedures to optimize the sorting scheme are also described.

  3. Safe sorting of GFP-transduced live cells for subsequent culture using a modified FACS vantage.

    PubMed

    Sørensen, T U; Gram, G J; Nielsen, S D; Hansen, J E

    1999-12-01

    A stream-in-air cell sorter enables rapid sorting to a high purity, but it is not well suited for sorting of infectious material due to the risk of airborne spread to the surroundings. A FACS Vantage cell sorter was modified for safe use with potentially HIV infected cells. Safety tests with bacteriophages were performed to evaluate the potential spread of biologically active material during cell sorting. Cells transduced with a retroviral vector carrying the gene for GFP were sorted on the basis of their GFP fluorescence, and GFP expression was followed during subsequent culture. The bacteriophage sorting showed that the biologically active material was confined to the sorting chamber. A failure mode simulating a nozzle blockage resulted in detectable droplets inside the sorting chamber, but no droplets could be detected when an additional air suction from the sorting chamber had been put on. The GFP transduced cells were sorted to 99% purity. Cells not expressing GFP at the time of sorting did not turn on the gene during subsequent culture. Un-sorted cells and cells sorted to be positive for GFP showed a decrease in the fraction of GFP positive cells during culture. Sorting of live infected cells can be performed safely and with no deleterious effects on vector expression using the modified FACS Vantage instrument. Copyright 1999 Wiley-Liss, Inc.

  4. Static optical sorting in a laser interference field

    NASA Astrophysics Data System (ADS)

    Jákl, Petr; Čižmár, Tomáš; Šerý, Mojmír; Zemánek, Pavel

    2008-04-01

    We present a unique technique for optical sorting of heterogeneous suspensions of microparticles, which does not require the flow of the immersion medium. The method employs the size-dependent response of suspended dielectric particles to the optical field of three intersecting beams that form a fringelike interference pattern. We experimentally demonstrate sorting of a polydisperse suspension of polystyrene beads of diameters 1, 2, and 5.2μm and living yeast cells.

  5. An algorithm for intelligent sorting of CT-related dose parameters

    NASA Astrophysics Data System (ADS)

    Cook, Tessa S.; Zimmerman, Stefan L.; Steingal, Scott; Boonn, William W.; Kim, Woojin

    2011-03-01

    Imaging centers nationwide are seeking innovative means to record and monitor CT-related radiation dose in light of multiple instances of patient over-exposure to medical radiation. As a solution, we have developed RADIANCE, an automated pipeline for extraction, archival and reporting of CT-related dose parameters. Estimation of whole-body effective dose from CT dose-length product (DLP)-an indirect estimate of radiation dose-requires anatomy-specific conversion factors that cannot be applied to total DLP, but instead necessitate individual anatomy-based DLPs. A challenge exists because the total DLP reported on a dose sheet often includes multiple separate examinations (e.g., chest CT followed by abdominopelvic CT). Furthermore, the individual reported series DLPs may not be clearly or consistently labeled. For example, Arterial could refer to the arterial phase of the triple liver CT or the arterial phase of a CT angiogram. To address this problem, we have designed an intelligent algorithm to parse dose sheets for multi-series CT examinations and correctly separate the total DLP into its anatomic components. The algorithm uses information from the departmental PACS to determine how many distinct CT examinations were concurrently performed. Then, it matches the number of distinct accession numbers to the series that were acquired, and anatomically matches individual series DLPs to their appropriate CT examinations. This algorithm allows for more accurate dose analytics, but there remain instances where automatic sorting is not feasible. To ultimately improve radiology patient care, we must standardize series names and exam names to unequivocally sort exams by anatomy and correctly estimate whole-body effective dose.

  6. An algorithm for intelligent sorting of CT-related dose parameters.

    PubMed

    Cook, Tessa S; Zimmerman, Stefan L; Steingall, Scott R; Boonn, William W; Kim, Woojin

    2012-02-01

    Imaging centers nationwide are seeking innovative means to record and monitor computed tomography (CT)-related radiation dose in light of multiple instances of patient overexposure to medical radiation. As a solution, we have developed RADIANCE, an automated pipeline for extraction, archival, and reporting of CT-related dose parameters. Estimation of whole-body effective dose from CT dose length product (DLP)--an indirect estimate of radiation dose--requires anatomy-specific conversion factors that cannot be applied to total DLP, but instead necessitate individual anatomy-based DLPs. A challenge exists because the total DLP reported on a dose sheet often includes multiple separate examinations (e.g., chest CT followed by abdominopelvic CT). Furthermore, the individual reported series DLPs may not be clearly or consistently labeled. For example, "arterial" could refer to the arterial phase of the triple liver CT or the arterial phase of a CT angiogram. To address this problem, we have designed an intelligent algorithm to parse dose sheets for multi-series CT examinations and correctly separate the total DLP into its anatomic components. The algorithm uses information from the departmental PACS to determine how many distinct CT examinations were concurrently performed. Then, it matches the number of distinct accession numbers to the series that were acquired and anatomically matches individual series DLPs to their appropriate CT examinations. This algorithm allows for more accurate dose analytics, but there remain instances where automatic sorting is not feasible. To ultimately improve radiology patient care, we must standardize series names and exam names to unequivocally sort exams by anatomy and correctly estimate whole-body effective dose.

  7. Disentangling Dimensions in the Dimensional Change Card-Sorting Task

    ERIC Educational Resources Information Center

    Kloo, Daniela; Perner, Josef

    2005-01-01

    The dimensional change card-sorting task (DCCS task) is frequently used to assess young children's executive abilities. However, the source of children's difficulty with this task is still under debate. In the standard DCCS task, children have to sort, for example, test cards with a red cherry or a blue banana into two boxes marked with target…

  8. Sorting: Groups and Graphs. Used Numbers. Grades 2-3.

    ERIC Educational Resources Information Center

    Russell, Susan Jo; Corwin, Rebecca B.

    A unit of study that introduces sorting and classification as a way of organizing data is presented. Suitable for students in grades 2 and 3, it provides a foundation for further work in statistics and data analysis. The investigations may extend from one to five class sessions and are grouped into three parts: "Introduction to Sorting"; "Sorting…

  9. Performance evaluation of firefly algorithm with variation in sorting for non-linear benchmark problems

    NASA Astrophysics Data System (ADS)

    Umbarkar, A. J.; Balande, U. T.; Seth, P. D.

    2017-06-01

    The field of nature inspired computing and optimization techniques have evolved to solve difficult optimization problems in diverse fields of engineering, science and technology. The firefly attraction process is mimicked in the algorithm for solving optimization problems. In Firefly Algorithm (FA) sorting of fireflies is done by using sorting algorithm. The original FA is proposed with bubble sort for ranking the fireflies. In this paper, the quick sort replaces bubble sort to decrease the time complexity of FA. The dataset used is unconstrained benchmark functions from CEC 2005 [22]. The comparison of FA using bubble sort and FA using quick sort is performed with respect to best, worst, mean, standard deviation, number of comparisons and execution time. The experimental result shows that FA using quick sort requires less number of comparisons but requires more execution time. The increased number of fireflies helps to converge into optimal solution whereas by varying dimension for algorithm performed better at a lower dimension than higher dimension.

  10. Viable cell sorting of dinoflagellates by multi-parametric flow cytometry.

    USDA-ARS?s Scientific Manuscript database

    Electronic cell sorting for isolation and culture of dinoflagellates and other marine eukaryotic phytoplankton was compared to the traditional method of manually picking of cells using a micropipette. Trauma to electronically sorted cells was not a limiting factor as fragile dinoflagellates, such a...

  11. Sorting by COP I-coated vesicles under interphase and mitotic conditions

    PubMed Central

    1996-01-01

    COP I-coated vesicles were analyzed for their content of resident Golgi enzymes (N-acetylgalactosaminyltransferase; N- acetylglucosaminyltransferase I; mannosidase II; galactosyltransferase), cargo (rat serum albumin; polyimmunoglobulin receptor), and recycling proteins (-KDEL receptor; ERGIC-53/p58) using biochemical and morphological techniques. The levels of these proteins were similar when the vesicles were prepared under interphase or mitotic conditions showing that sorting was unaffected. The average density relative to starting membranes for resident enzymes (14-30%), cargo (16-23%), and recycling proteins (81-125%) provides clues to the function of COP I vesicles in transport through the Golgi apparatus. PMID:8830771

  12. A novel method for isolating podocytes using magnetic activated cell sorting.

    PubMed

    Murakami, Ayumi; Oshiro, Hisashi; Kanzaki, Seiichi; Yamaguchi, Akira; Yamanaka, Shoji; Furuya, Mitsuko; Miura, Satoshi; Kanno, Hiroshi; Nagashima, Yoji; Aoki, Ichiro; Nagahama, Kiyotaka

    2010-12-01

    A large body of accumulated data has now revealed that podocytes play a major role in the development of proteinuria. However, the mechanisms of podocyte injury, leading to foot process effacement and proteinuria, are still unclear partly due to the current lack of an appropriate strategy for preparing podocytes. In this study, we have developed a novel method of rapid isolation of podocytes from mice using magnetic activated cell sorting with an anti-nephrin antibody. After endothelial cell depletion using anti-CD31 antibody, nephrin-positive cells were prepared from mouse kidneys using magnetic activated cell sorting with polyclonal rabbit anti-nephrin antibody. Purity of the positively sorted cells was determined by confocal microscopy and fluorescence-activated cell sorting (FACS) analysis. Expression profiles of podocyte-specific molecules in the sorted fractions were characterized by qualitative PCR and immunoblot analysis. Nephrin-positive cells, isolated from mouse kidneys within 6 h, showed dual positivity for synaptopodin and rabbit IgG on confocal microscopy. FACS analysis revealed that the purity of the positively sorted fractions was ∼75%. The nephrin-positive cells sorted by this approach showed a significantly higher expression of podocyte-specific molecules compared with nephrin-negative fractions. These data strongly suggest that our novel method for isolating podocytes has great utility for various downstream applications such as genomic analysis, proteomics and transcriptomics to elucidate molecular profiling of podocyte biology in vivo compared with conventional methods as our approach requires only several hours to complete and no tissue culture.

  13. A cell sorting and trapping microfluidic device with an interdigital channel

    NASA Astrophysics Data System (ADS)

    Tu, Jing; Qiao, Yi; Xu, Minghua; Li, Junji; Liang, Fupeng; Duan, Mengqin; Ju, An; Lu, Zuhong

    2016-12-01

    The growing interest in cell sorting and trapping is driving the demand for high performance technologies. Using labeling techniques or external forces, cells can be identified by a series of methods. However, all of these methods require complicated systems with expensive devices. Based on inherent differences in cellular morphology, cells can be sorted by specific structures in microfluidic devices. The weir filter is a basic and efficient cell sorting and trapping structure. However, in some existing weir devices, because of cell deformability and high flow velocity in gaps, trapped cells may become stuck or even pass through the gaps. Here, we designed and fabricated a microfluidic device with interdigital channels for cell sorting and trapping. The chip consisted of a sheet of silicone elastomer polydimethylsiloxane and a sheet of glass. A square-wave-like weir was designed in the middle of the channel, comprising the interdigital channels. The square-wave pattern extended the weir length by three times with the channel width remaining constant. Compared with a straight weir, this structure exhibited a notably higher trapping capacity. Interdigital channels provided more space to slow down the rate of the pressure decrease, which prevented the cells from becoming stuck in the gaps. Sorting a mixture K562 and blood cells to trap cells demonstrated the efficiency of the chip with the interdigital channel to sort and trap large and less deformable cells. With stable and efficient cell sorting and trapping abilities, the chip with an interdigital channel may be widely applied in scientific research fields.

  14. The Importance of Process-Oriented Accessibility Guidelines for Web Developers.

    PubMed

    Steen-Hansen, Linn; Fagernes, Siri

    2016-01-01

    Current accessibility research shows that in the web development, the process itself may lead to inaccessible web sites and applications. Common practices typically do not allow sufficient testing. The focus is mainly on complying with minimum standards, and treating accessibility compliance as a sort of bug-fixing process, missing the user perspective. In addition, there is an alarming lack of knowledge and experience with accessibility issues. It has also been argued that bringing accessibility into the development process at all stages is the only way to achieve the highest possible level of accessibility. The work presented in this paper is based on a previous project focusing on guidelines for developing accessible rich Internet applications. The guidelines were classified as either process-oriented or technology-oriented. In this paper, we examine the process-oriented guidelines and give a practical perspective on how these guidelines will make the development process more accessibility-friendly.

  15. Sorting genomes by reciprocal translocations, insertions, and deletions.

    PubMed

    Qi, Xingqin; Li, Guojun; Li, Shuguang; Xu, Ying

    2010-01-01

    The problem of sorting by reciprocal translocations (abbreviated as SBT) arises from the field of comparative genomics, which is to find a shortest sequence of reciprocal translocations that transforms one genome Pi into another genome Gamma, with the restriction that Pi and Gamma contain the same genes. SBT has been proved to be polynomial-time solvable, and several polynomial algorithms have been developed. In this paper, we show how to extend Bergeron's SBT algorithm to include insertions and deletions, allowing to compare genomes containing different genes. In particular, if the gene set of Pi is a subset (or superset, respectively) of the gene set of Gamma, we present an approximation algorithm for transforming Pi into Gamma by reciprocal translocations and deletions (insertions, respectively), providing a sorting sequence with length at most OPT + 2, where OPT is the minimum number of translocations and deletions (insertions, respectively) needed to transform Pi into Gamma; if Pi and Gamma have different genes but not containing each other, we give a heuristic to transform Pi into Gamma by a shortest sequence of reciprocal translocations, insertions, and deletions, with bounds for the length of the sorting sequence it outputs. At a conceptual level, there is some similarity between our algorithm and the algorithm developed by El Mabrouk which is used to sort two chromosomes with different gene contents by reversals, insertions, and deletions.

  16. Design of monitoring system for mail-sorting based on the Profibus S7 series PLC

    NASA Astrophysics Data System (ADS)

    Zhang, W.; Jia, S. H.; Wang, Y. H.; Liu, H.; Tang, G. C.

    2017-01-01

    With the rapid development of the postal express, the workload of mail sorting is increasing, but the automatic technology of mail sorting is not mature enough. In view of this, the system uses Siemens S7-300 PLC as the main station controller, PLC of Siemens S7-200/400 is from the station controller, through the man-machine interface configuration software MCGS, PROFIBUS-DP communication, RFID technology and mechanical sorting hand achieve mail classification sorting monitoring. Among them, distinguish mail-sorting by scanning RFID posted in the mail electronic bar code (fixed code), the system uses the corresponding controller on the acquisition of information processing, the processed information transmit to the sorting manipulator by PROFIBUS-DP. The system can realize accurate and efficient mail sorting, which will promote the development of mail sorting technology.

  17. Microfluidic sorting and multimodal typing of cancer cells in self-assembled magnetic arrays.

    PubMed

    Saliba, Antoine-Emmanuel; Saias, Laure; Psychari, Eleni; Minc, Nicolas; Simon, Damien; Bidard, François-Clément; Mathiot, Claire; Pierga, Jean-Yves; Fraisier, Vincent; Salamero, Jean; Saada, Véronique; Farace, Françoise; Vielh, Philippe; Malaquin, Laurent; Viovy, Jean-Louis

    2010-08-17

    We propose a unique method for cell sorting, "Ephesia," using columns of biofunctionalized superparamagnetic beads self-assembled in a microfluidic channel onto an array of magnetic traps prepared by microcontact printing. It combines the advantages of microfluidic cell sorting, notably the application of a well controlled, flow-activated interaction between cells and beads, and those of immunomagnetic sorting, notably the use of batch-prepared, well characterized antibody-bearing beads. On cell lines mixtures, we demonstrated a capture yield better than 94%, and the possibility to cultivate in situ the captured cells. A second series of experiments involved clinical samples--blood, pleural effusion, and fine needle aspirates--issued from healthy donors and patients with B-cell hematological malignant tumors (leukemia and lymphoma). The immunophenotype and morphology of B-lymphocytes were analyzed directly in the microfluidic chamber, and compared with conventional flow cytometry and visual cytology data, in a blind test. Immunophenotyping results using Ephesia were fully consistent with those obtained by flow cytometry. We obtained in situ high resolution confocal three-dimensional images of the cell nuclei, showing intranuclear details consistent with conventional cytological staining. Ephesia thus provides a powerful approach to cell capture and typing allowing fully automated high resolution and quantitative immunophenotyping and morphological analysis. It requires at least 10 times smaller sample volume and cell numbers than cytometry, potentially increasing the range of indications and the success rate of microbiopsy-based diagnosis, and reducing analysis time and cost.

  18. Microfluidic sorting and multimodal typing of cancer cells in self-assembled magnetic arrays

    PubMed Central

    Saliba, Antoine-Emmanuel; Saias, Laure; Psychari, Eleni; Minc, Nicolas; Simon, Damien; Bidard, François-Clément; Mathiot, Claire; Pierga, Jean-Yves; Fraisier, Vincent; Salamero, Jean; Saada, Véronique; Farace, Françoise; Vielh, Philippe; Malaquin, Laurent; Viovy, Jean-Louis

    2010-01-01

    We propose a unique method for cell sorting, “Ephesia,” using columns of biofunctionalized superparamagnetic beads self-assembled in a microfluidic channel onto an array of magnetic traps prepared by microcontact printing. It combines the advantages of microfluidic cell sorting, notably the application of a well controlled, flow-activated interaction between cells and beads, and those of immunomagnetic sorting, notably the use of batch-prepared, well characterized antibody-bearing beads. On cell lines mixtures, we demonstrated a capture yield better than 94%, and the possibility to cultivate in situ the captured cells. A second series of experiments involved clinical samples—blood, pleural effusion, and fine needle aspirates— issued from healthy donors and patients with B-cell hematological malignant tumors (leukemia and lymphoma). The immunophenotype and morphology of B-lymphocytes were analyzed directly in the microfluidic chamber, and compared with conventional flow cytometry and visual cytology data, in a blind test. Immunophenotyping results using Ephesia were fully consistent with those obtained by flow cytometry. We obtained in situ high resolution confocal three-dimensional images of the cell nuclei, showing intranuclear details consistent with conventional cytological staining. Ephesia thus provides a powerful approach to cell capture and typing allowing fully automated high resolution and quantitative immunophenotyping and morphological analysis. It requires at least 10 times smaller sample volume and cell numbers than cytometry, potentially increasing the range of indications and the success rate of microbiopsy-based diagnosis, and reducing analysis time and cost. PMID:20679245

  19. A sorting nexin 17-binding domain within the LRP1 cytoplasmic tail mediates receptor recycling through the basolateral sorting endosome

    PubMed Central

    Farfán, Pamela; Lee, Jiyeon; Larios, Jorge; Sotelo, Pablo; Bu, Guojun; Marzolo, María-Paz

    2013-01-01

    Sorting nexin 17 (SNX17) is an adaptor protein present in EEA1-positive sorting endosomes that promotes the efficient recycling of low-density lipoprotein receptor-related protein 1 (LRP1) to the plasma membrane through recognition of the first NPxY motif in the cytoplasmic tail of this receptor. The interaction of LRP1 with SNX17 also regulates the basolateral recycling of the receptor from the basolateral sorting endosome (BSE). In contrast, megalin, which is apically distributed in polarized epithelial cells and localizes poorly to EEA1-positive sorting endosomes, does not interact with SNX17, despite containing three NPxY motifs, indicating that this motif is not sufficient for receptor recognition by SNX17. Here, we identified a cluster of 32 amino acids within the cytoplasmic domain of LRP1 that is both necessary and sufficient for SNX17 binding. To delineate the function of this SNX17-binding domain, we generated chimeric proteins in which the SNX17-binding domain was inserted into the cytoplasmic tail of megalin. This insertion mediated the binding of megalin to SNX17 and modified the cell surface expression and recycling of megalin in non-polarized cells. However, the polarized localization of chimeric megalin was not modified in polarized MDCK cells. These results provide evidence regarding the molecular and cellular mechanisms underlying the specificity of SNX17-binding receptors and the restricted function of SNX17 in the BSE. PMID:23593972

  20. A Novel Qualitative Method to Improve Access, Elicitation, and Sample Diversification for Enhanced Transferability Applied to Studying Chemistry Outreach

    ERIC Educational Resources Information Center

    Pratt, Justin M.; Yezierski, Ellen J.

    2018-01-01

    Conducting qualitative research in any discipline warrants two actions: accessing participants and eliciting their ideas. In chemistry education research (CER), survey techniques have been used to increase access to participants and diversify samples. Interview tasks (such as card sorting, using demonstrations, and using simulations) have been…

  1. Advances in automated nut sorting

    USDA-ARS?s Scientific Manuscript database

    Nuts in general, and tree nuts in particular, are a high value crop in many countries. Products with defects, contamination, insects or fungal damage can cause serious losses to producers, so almost all products are subjected to some level of sorting to remove these undesirable products. This chap...

  2. In situ real-time imaging of self-sorted supramolecular nanofibres

    NASA Astrophysics Data System (ADS)

    Onogi, Shoji; Shigemitsu, Hajime; Yoshii, Tatsuyuki; Tanida, Tatsuya; Ikeda, Masato; Kubota, Ryou; Hamachi, Itaru

    2016-08-01

    Self-sorted supramolecular nanofibres—a multicomponent system that consists of several types of fibre, each composed of distinct building units—play a crucial role in complex, well-organized systems with sophisticated functions, such as living cells. Designing and controlling self-sorting events in synthetic materials and understanding their structures and dynamics in detail are important elements in developing functional artificial systems. Here, we describe the in situ real-time imaging of self-sorted supramolecular nanofibre hydrogels consisting of a peptide gelator and an amphiphilic phosphate. The use of appropriate fluorescent probes enabled the visualization of self-sorted fibres entangled in two and three dimensions through confocal laser scanning microscopy and super-resolution imaging, with 80 nm resolution. In situ time-lapse imaging showed that the two types of fibre have different formation rates and that their respective physicochemical properties remain intact in the gel. Moreover, we directly visualized stochastic non-synchronous fibre formation and observed a cooperative mechanism.

  3. The Power of Exclusion using Automated Osteometric Sorting: Pair-Matching.

    PubMed

    Lynch, Jeffrey James; Byrd, John; LeGarde, Carrie B

    2018-03-01

    This study compares the original pair-matching osteometric sorting model (J Forensic Sci 2003;48:717) against two new models providing validation and performance testing across three samples. The samples include the Forensic Data Bank, USS Oklahoma, and the osteometric sorting reference used within the Defense POW/MIA Accounting Agency. A computer science solution to generating dynamic statistical models across a commingled assemblage is presented. The issue of normality is investigated showing the relative robustness against non-normality and a data transformation to control for normality. A case study is provided showing the relative exclusion power of all three models from an active commingled case within the Defense POW/MIA Accounting Agency. In total, 14,357,220 osteometric t-tests were conducted. The results indicate that osteometric sorting performs as expected despite reference samples deviating from normality. The two new models outperform the original, and one of those is recommended to supersede the original for future osteometric sorting work. © 2017 American Academy of Forensic Sciences.

  4. Protein Sorting Prediction.

    PubMed

    Nielsen, Henrik

    2017-01-01

    Many computational methods are available for predicting protein sorting in bacteria. When comparing them, it is important to know that they can be grouped into three fundamentally different approaches: signal-based, global-property-based and homology-based prediction. In this chapter, the strengths and drawbacks of each of these approaches is described through many examples of methods that predict secretion, integration into membranes, or subcellular locations in general. The aim of this chapter is to provide a user-level introduction to the field with a minimum of computational theory.

  5. Anti-Hermitian photodetector facilitating efficient subwavelength photon sorting.

    PubMed

    Kim, Soo Jin; Kang, Ju-Hyung; Mutlu, Mehmet; Park, Joonsuk; Park, Woosung; Goodson, Kenneth E; Sinclair, Robert; Fan, Shanhui; Kik, Pieter G; Brongersma, Mark L

    2018-01-22

    The ability to split an incident light beam into separate wavelength bands is central to a diverse set of optical applications, including imaging, biosensing, communication, photocatalysis, and photovoltaics. Entirely new opportunities are currently emerging with the recently demonstrated possibility to spectrally split light at a subwavelength scale with optical antennas. Unfortunately, such small structures offer limited spectral control and are hard to exploit in optoelectronic devices. Here, we overcome both challenges and demonstrate how within a single-layer metafilm one can laterally sort photons of different wavelengths below the free-space diffraction limit and extract a useful photocurrent. This chipscale demonstration of anti-Hermitian coupling between resonant photodetector elements also facilitates near-unity photon-sorting efficiencies, near-unity absorption, and a narrow spectral response (∼ 30 nm) for the different wavelength channels. This work opens up entirely new design paradigms for image sensors and energy harvesting systems in which the active elements both sort and detect photons.

  6. Particle migration and sorting in microbubble streaming flows

    PubMed Central

    Thameem, Raqeeb; Hilgenfeldt, Sascha

    2016-01-01

    Ultrasonic driving of semicylindrical microbubbles generates strong streaming flows that are robust over a wide range of driving frequencies. We show that in microchannels, these streaming flow patterns can be combined with Poiseuille flows to achieve two distinctive, highly tunable methods for size-sensitive sorting and trapping of particles much smaller than the bubble itself. This method allows higher throughput than typical passive sorting techniques, since it does not require the inclusion of device features on the order of the particle size. We propose a simple mechanism, based on channel and flow geometry, which reliably describes and predicts the sorting behavior observed in experiment. It is also shown that an asymptotic theory that incorporates the device geometry and superimposed channel flow accurately models key flow features such as peak speeds and particle trajectories, provided it is appropriately modified to account for 3D effects caused by the axial confinement of the bubble. PMID:26958103

  7. Sort-Mid tasks scheduling algorithm in grid computing.

    PubMed

    Reda, Naglaa M; Tawfik, A; Marzok, Mohamed A; Khamis, Soheir M

    2015-11-01

    Scheduling tasks on heterogeneous resources distributed over a grid computing system is an NP-complete problem. The main aim for several researchers is to develop variant scheduling algorithms for achieving optimality, and they have shown a good performance for tasks scheduling regarding resources selection. However, using of the full power of resources is still a challenge. In this paper, a new heuristic algorithm called Sort-Mid is proposed. It aims to maximizing the utilization and minimizing the makespan. The new strategy of Sort-Mid algorithm is to find appropriate resources. The base step is to get the average value via sorting list of completion time of each task. Then, the maximum average is obtained. Finally, the task has the maximum average is allocated to the machine that has the minimum completion time. The allocated task is deleted and then, these steps are repeated until all tasks are allocated. Experimental tests show that the proposed algorithm outperforms almost other algorithms in terms of resources utilization and makespan.

  8. Jab1 regulates Schwann cell proliferation and axonal sorting through p27

    PubMed Central

    Porrello, Emanuela; Rivellini, Cristina; Dina, Giorgia; Triolo, Daniela; Del Carro, Ubaldo; Ungaro, Daniela; Panattoni, Martina; Feltri, Maria Laura; Wrabetz, Lawrence; Pardi, Ruggero; Quattrini, Angelo

    2014-01-01

    Axonal sorting is a crucial event in nerve formation and requires proper Schwann cell proliferation, differentiation, and contact with axons. Any defect in axonal sorting results in dysmyelinating peripheral neuropathies. Evidence from mouse models shows that axonal sorting is regulated by laminin211– and, possibly, neuregulin 1 (Nrg1)–derived signals. However, how these signals are integrated in Schwann cells is largely unknown. We now report that the nuclear Jun activation domain–binding protein 1 (Jab1) may transduce laminin211 signals to regulate Schwann cell number and differentiation during axonal sorting. Mice with inactivation of Jab1 in Schwann cells develop a dysmyelinating neuropathy with axonal sorting defects. Loss of Jab1 increases p27 levels in Schwann cells, which causes defective cell cycle progression and aberrant differentiation. Genetic down-regulation of p27 levels in Jab1-null mice restores Schwann cell number, differentiation, and axonal sorting and rescues the dysmyelinating neuropathy. Thus, Jab1 constitutes a regulatory molecule that integrates laminin211 signals in Schwann cells to govern cell cycle, cell number, and differentiation. Finally, Jab1 may constitute a key molecule in the pathogenesis of dysmyelinating neuropathies. PMID:24344238

  9. Purification of adult hepatic progenitor cells using green fluorescent protein (GFP)-transgenic mice and fluorescence-activated cell sorting.

    PubMed

    Fujikawa, Takahisa; Hirose, Tetsuro; Fujii, Hideaki; Oe, Shoshiro; Yasuchika, Kentaro; Azuma, Hisaya; Yamaoka, Yoshio

    2003-08-01

    Recent advances in stem cell research have revealed that hepatic stem/progenitor cells may play an important role in liver development and regeneration. However, a lack of detectable definitive markers in viable cells has hindered their primary culture from adult livers. Enzymatically dissociated liver cells from green fluorescent protein (GFP)-transgenic mice, which express GFP highly in liver endodermal cells, were sorted by GFP expression using a fluorescence-activated cell sorter. Sorted cells were characterized, and also low-density cultured for extended periods to determine their proliferation and clonal differentiation capacities. When CD45(-)TER119(-) side-scatter(low) GFP(high) cells were sorted, alpha-fetoprotein-positive immature endoderm-characterized cells, having high growth potential, were present in this population. Clonal analysis and electron microscopic evaluation revealed that each single cell of this population could differentiate not only into hepatocytes, but also into biliary epithelial cells, showing their bilineage differentiation activity. When surface markers were analyzed, they were positive for Integrin-alpha6 and -beta1, but negative for c-Kit and Thy1.1. Combination of GFP-transgenic mice and fluorescence-activated cell sorting enabled purification of hepatic progenitor cells from adult mouse liver. Further analysis of this population may lead to purification of their human correspondence that would be an ideal cell-source candidate for regenerative medicine.

  10. NIH Toolbox Cognition Battery (NIHTB-CB): The List Sorting Test to Measure Working Memory

    PubMed Central

    Tulsky, David S.; Carlozzi, Noelle; Chiaravalloti, Nancy D.; Beaumont, Jennifer L.; Kisala, Pamela A.; Mungas, Dan; Conway, Kevin; Gershon, Richard

    2015-01-01

    The List Sorting Working Memory Test was designed to assess working memory (WM) as part of the NIH Toolbox Cognition Battery. List Sorting is a sequencing task requiring children and adults to sort and sequence stimuli that are presented visually and auditorily. Validation data are presented for 268 participants ages 20 to 85 years. A subset of participants (N=89) was retested 7 to 21 days later. As expected, the List Sorting Test had moderately high correlations with other measures of working memory and executive functioning (convergent validity) but a low correlation with a test of receptive vocabulary (discriminant validity). Furthermore, List Sorting demonstrates expected changes over the age span and has excellent test-retest reliability. Collectively, these results provide initial support the construct validity of the List Sorting Working Memory Measure as a measure of working memory. However, the relation between the List Sorting Test and general executive function has yet to be determined. PMID:24959983

  11. Comparison of Classifier Architectures for Online Neural Spike Sorting.

    PubMed

    Saeed, Maryam; Khan, Amir Ali; Kamboh, Awais Mehmood

    2017-04-01

    High-density, intracranial recordings from micro-electrode arrays need to undergo Spike Sorting in order to associate the recorded neuronal spikes to particular neurons. This involves spike detection, feature extraction, and classification. To reduce the data transmission and power requirements, on-chip real-time processing is becoming very popular. However, high computational resources are required for classifiers in on-chip spike-sorters, making scalability a great challenge. In this review paper, we analyze several popular classifiers to propose five new hardware architectures using the off-chip training with on-chip classification approach. These include support vector classification, fuzzy C-means classification, self-organizing maps classification, moving-centroid K-means classification, and Cosine distance classification. The performance of these architectures is analyzed in terms of accuracy and resource requirement. We establish that the neural networks based Self-Organizing Maps classifier offers the most viable solution. A spike sorter based on the Self-Organizing Maps classifier, requires only 7.83% of computational resources of the best-reported spike sorter, hierarchical adaptive means, while offering a 3% better accuracy at 7 dB SNR.

  12. Coupling Bacterial Activity Measurements with Cell Sorting by Flow Cytometry.

    PubMed

    Servais; Courties; Lebaron; Troussellier

    1999-08-01

    > Abstract A new procedure to investigate the relationship between bacterial cell size and activity at the cellular level has been developed; it is based on the coupling of radioactive labeling of bacterial cells and cell sorting by flow cytometry after SYTO 13 staining. Before sorting, bacterial cells were incubated in the presence of tritiated leucine using a procedure similar to that used for measuring bacterial production by leucine incorporation and then stained with SYTO 13. Subpopulations of bacterial cells were sorted according to their average right-angle light scatter (RALS) and fluorescence. Average RALS was shown to be significantly related to the average biovolume. Experiments were performed on samples collected at different times in a Mediterranean seawater mesocosm enriched with nitrogen and phosphorus. At four sampling times, bacteria were sorted in two subpopulations (cells smaller and larger than 0.25 µm(3)). The results indicate that, at each sampling time, the growth rate of larger cells was higher than that of smaller cells. In order to confirm this tendency, cell sorting was performed on six subpopulations differing in average biovolume during the mesocosm follow-up. A clear increase of the bacterial growth rates was observed with increasing cell size for the conditions met in this enriched mesocosm.http://link.springer-ny.com/link/service/journals/00248/bibs/38n2p180.html

  13. Pre-accretional sorting of grains in the outer solar nebula

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

    Wozniakiewicz, P. J.; Bradley, J. P.; Ishii, H. A.

    2013-12-20

    Despite their micrometer-scale dimensions and nanogram masses, chondritic porous interplanetary dust particles (CP IDPs) are an important class of extraterrestrial material since their properties are consistent with a cometary origin and they show no evidence of significant post-accretional parent body alteration. Consequently, they can provide information about grain accretion in the comet-forming region of the outer solar nebula. We have previously reported our comparative study of the sizes and size distributions of crystalline silicate and sulfide grains in CP IDPs, in which we found these components exhibit a size-density relationship consistent with having been sorted together prior to accretion. Heremore » we extend our data set and include GEMS (glass with embedded metal and sulfide), the most abundant amorphous silicate phase observed in CP IDPs. We find that while the silicate and sulfide sorting trend previously observed is maintained, the GEMS size data do not exhibit any clear relationship to these crystalline components. Therefore, GEMS do not appear to have been sorted with the silicate and sulfide crystals. The disparate sorting trends observed in GEMS and the crystalline grains in CP IDPs present an interesting challenge for modeling early transport and accretion processes. They may indicate that several sorting mechanisms operated on these CP IDP components, or alternatively, they may simply be a reflection of different source environments.« less

  14. Real-time implementation of a color sorting system

    NASA Astrophysics Data System (ADS)

    Srikanteswara, Srikathyanyani; Lu, Qiang O.; King, William; Drayer, Thomas H.; Conners, Richard W.; Kline, D. Earl; Araman, Philip A.

    1997-09-01

    Wood edge glued panels are used extensively in the furniture and cabinetry industries. They are used to make doors, tops, and sides of solid wood furniture and cabinets. Since lightly stained furniture and cabinets are gaining in popularity, there is an increasing demand to color sort the parts used to make these edge glued panels. The goal of the sorting processing is to create panels that are uniform in both color and intensity across their visible surface. If performed manually, the color sorting of edge-glued panel parts is very labor intensive and prone to error. This paper describes a complete machine vision system for performing this sort. This system uses two color line scan cameras for image input and a specially designed custom computing machine to allow real-time implementation. Users define the number of color classes that are to be used. An 'out' class is provided to handle unusually colored parts. The system removes areas of character mark, e.g., knots, mineral streak, etc., from consideration when assigning a color class to a part. The system also includes a better face algorithm for determining which part face would be the better to put on the side of the panel that will show. The throughput is two linear feet per second. Only a four inch between part spacing is required. This system has undergone extensive in plant testing and will be commercially available in the very near future. The results of this testing will be presented.

  15. A sorting nexin 17-binding domain within the LRP1 cytoplasmic tail mediates receptor recycling through the basolateral sorting endosome.

    PubMed

    Farfán, Pamela; Lee, Jiyeon; Larios, Jorge; Sotelo, Pablo; Bu, Guojun; Marzolo, María-Paz

    2013-07-01

    Sorting nexin 17 (SNX17) is an adaptor protein present in early endosomal antigen 1 (EEA1)-positive sorting endosomes that promotes the efficient recycling of low-density lipoprotein receptor-related protein 1 (LRP1) to the plasma membrane through recognition of the first NPxY motif in the cytoplasmic tail of this receptor. The interaction of LRP1 with SNX17 also regulates the basolateral recycling of the receptor from the basolateral sorting endosome (BSE). In contrast, megalin, which is apically distributed in polarized epithelial cells and localizes poorly to EEA1-positive sorting endosomes, does not interact with SNX17, despite containing three NPxY motifs, indicating that this motif is not sufficient for receptor recognition by SNX17. Here, we identified a cluster of 32 amino acids within the cytoplasmic domain of LRP1 that is both necessary and sufficient for SNX17 binding. To delineate the function of this SNX17-binding domain, we generated chimeric proteins in which the SNX17-binding domain was inserted into the cytoplasmic tail of megalin. This insertion mediated the binding of megalin to SNX17 and modified the cell surface expression and recycling of megalin in non-polarized cells. However, the polarized localization of chimeric megalin was not modified in polarized Madin-Darby canine kidney cells. These results provide evidence regarding the molecular and cellular mechanisms underlying the specificity of SNX17-binding receptors and the restricted function of SNX17 in the BSE. © 2013 John Wiley & Sons A/S. Published by John Wiley & Sons Ltd.

  16. Card-Sorting Usability Tests of the WMU Libraries' Web Site

    ERIC Educational Resources Information Center

    Whang, Michael

    2008-01-01

    This article describes the card-sorting techniques used by several academic libraries, reports and discusses the results of card-sorting usability tests of the Western Michigan University Libraries' Web site, and reveals how the WMU libraries incorporated the findings into a new Web site redesign, setting the design direction early on. The article…

  17. Automatic Color Sorting System for Hardwood Edge-Glued Panel Parts

    Treesearch

    Richard W. Conners; D.Earl Kline; Philip A. Araman

    1996-01-01

    The color sorting of edge-glued panel parts is becoming more important in the manufacture of hardwood products. Consumers, while admiring the natural appearance of hardwoods, do not like excessive color variation across product surfaces. Color uniformity is particularly important today because of the popularity of lightly stained products. Unfortunately, color sorting...

  18. Spike sorting of synchronous spikes from local neuron ensembles

    PubMed Central

    Pröpper, Robert; Alle, Henrik; Meier, Philipp; Geiger, Jörg R. P.; Obermayer, Klaus; Munk, Matthias H. J.

    2015-01-01

    Synchronous spike discharge of cortical neurons is thought to be a fingerprint of neuronal cooperativity. Because neighboring neurons are more densely connected to one another than neurons that are located further apart, near-synchronous spike discharge can be expected to be prevalent and it might provide an important basis for cortical computations. Using microelectrodes to record local groups of neurons does not allow for the reliable separation of synchronous spikes from different cells, because available spike sorting algorithms cannot correctly resolve the temporally overlapping waveforms. We show that high spike sorting performance of in vivo recordings, including overlapping spikes, can be achieved with a recently developed filter-based template matching procedure. Using tetrodes with a three-dimensional structure, we demonstrate with simulated data and ground truth in vitro data, obtained by dual intracellular recording of two neurons located next to a tetrode, that the spike sorting of synchronous spikes can be as successful as the spike sorting of nonoverlapping spikes and that the spatial information provided by multielectrodes greatly reduces the error rates. We apply the method to tetrode recordings from the prefrontal cortex of behaving primates, and we show that overlapping spikes can be identified and assigned to individual neurons to study synchronous activity in local groups of neurons. PMID:26289473

  19. Towards understanding and managing the learning process in mail sorting.

    PubMed

    Berglund, M; Karltun, A

    2012-01-01

    This paper was based on case study research at the Swedish Mail Service Division and it addresses learning time to sort mail at new districts and means to support the learning process on an individual as well as organizational level. The study population consisted of 46 postmen and one team leader in the Swedish Mail Service Division. Data were collected through measurements of time for mail sorting, interviews and a focus group. The study showed that learning to sort mail was a much more complex process and took more time than expected by management. Means to support the learning process included clarification of the relationship between sorting and the topology of the district, a good work environment, increased support from colleagues and management, and a thorough introduction for new postmen. The identified means to support the learning process require an integration of human, technological and organizational aspects. The study further showed that increased operations flexibility cannot be reinforced without a systems perspective and thorough knowledge about real work activities and that ergonomists can aid businesses to acquire this knowledge.

  20. PACMan to Help Sort Hubble Proposals

    NASA Astrophysics Data System (ADS)

    Kohler, Susanna

    2017-04-01

    Every year, astronomers submit over a thousand proposals requesting time on the Hubble Space Telescope (HST). Currently, humans must sort through each of these proposals by hand before sending them off for review. Could this burden be shifted to computers?A Problem of VolumeAstronomer Molly Peeples gathered stats on the HST submissions sent in last week for the upcoming HST Cycle 25 (the deadline was Friday night), relative to previous years. This years proposal round broke the record, with over 1200 proposals submitted in total for Cycle 25. [Molly Peeples]Each proposal cycle for HST time attracts on the order of 1100 proposals accounting for far more HST time than is available. The proposals are therefore carefully reviewed by around 150 international members of the astronomy community during a six-month process to select those with the highest scientific merit.Ideally, each proposal will be read by reviewers that have scientific expertise relevant to the proposal topic: if a proposal requests HST time to study star formation, for instance, then the reviewers assigned to it should have research expertise in star formation.How does this matching of proposals to reviewers occur? The current method relies on self-reported categorization of the submitted proposals. This is unreliable, however; proposals are often mis-categorized by submitters due to misunderstanding or ambiguous cases.As a result, the Science Policies Group at the Space Telescope Science Institute (STScI) which oversees the review of HST proposals must go through each of the proposals by hand and re-categorize them. The proposals are then matched to reviewers with self-declared expertise in the same category.With the number of HST proposals on the rise and the expectation that the upcoming James Webb Space Telescope (JWST) will elicit even more proposals for time than Hubble scientists at STScI and NASA are now asking: could the human hours necessary for this task be spared? Could a computer program

  1. The Role of the Clathrin Adaptor AP-1: Polarized Sorting and Beyond

    PubMed Central

    Nakatsu, Fubito; Hase, Koji; Ohno, Hiroshi

    2014-01-01

    The selective transport of proteins or lipids by vesicular transport is a fundamental process supporting cellular physiology. The budding process involves cargo sorting and vesicle formation at the donor membrane and constitutes an important process in vesicular transport. This process is particularly important for the polarized sorting in epithelial cells, in which the cargo molecules need to be selectively sorted and transported to two distinct destinations, the apical or basolateral plasma membrane. Adaptor protein (AP)-1, a member of the AP complex family, which includes the ubiquitously expressed AP-1A and the epithelium-specific AP-1B, regulates polarized sorting at the trans-Golgi network and/or at the recycling endosomes. A growing body of evidence, especially from studies using model organisms and animals, demonstrates that the AP-1-mediated polarized sorting supports the development and physiology of multi-cellular units as functional organs and tissues (e.g., cell fate determination, inflammation and gut immune homeostasis). Furthermore, a possible involvement of AP-1B in the pathogenesis of human diseases, such as Crohn’s disease and cancer, is now becoming evident. These data highlight the significant contribution of AP-1 complexes to the physiology of multicellular organisms, as master regulators of polarized sorting in epithelial cells. PMID:25387275

  2. Co-assembly of Viral Envelope Glycoproteins Regulates Their Polarized Sorting in Neurons

    PubMed Central

    Mardones, Gonzalo A.; Bonifacino, Juan S.

    2014-01-01

    Newly synthesized envelope glycoproteins of neuroinvasive viruses can be sorted in a polarized manner to the somatodendritic and/or axonal domains of neurons. Although critical for transneuronal spread of viruses, the molecular determinants and interregulation of this process are largely unknown. We studied the polarized sorting of the attachment (NiV-G) and fusion (NiV-F) glycoproteins of Nipah virus (NiV), a paramyxovirus that causes fatal human encephalitis, in rat hippocampal neurons. When expressed individually, NiV-G exhibited a non-polarized distribution, whereas NiV-F was specifically sorted to the somatodendritic domain. Polarized sorting of NiV-F was dependent on interaction of tyrosine-based signals in its cytosolic tail with the clathrin adaptor complex AP-1. Co-expression of NiV-G with NiV-F abolished somatodendritic sorting of NiV-F due to incorporation of NiV-G•NiV-F complexes into axonal transport carriers. We propose that faster biosynthetic transport of unassembled NiV-F allows for its proteolytic activation in the somatodendritic domain prior to association with NiV-G and axonal delivery of NiV-G•NiV-F complexes. Our study reveals how interactions of viral glycoproteins with the host's transport machinery and between themselves regulate their polarized sorting in neurons. PMID:24831812

  3. Sort-Mid tasks scheduling algorithm in grid computing

    PubMed Central

    Reda, Naglaa M.; Tawfik, A.; Marzok, Mohamed A.; Khamis, Soheir M.

    2014-01-01

    Scheduling tasks on heterogeneous resources distributed over a grid computing system is an NP-complete problem. The main aim for several researchers is to develop variant scheduling algorithms for achieving optimality, and they have shown a good performance for tasks scheduling regarding resources selection. However, using of the full power of resources is still a challenge. In this paper, a new heuristic algorithm called Sort-Mid is proposed. It aims to maximizing the utilization and minimizing the makespan. The new strategy of Sort-Mid algorithm is to find appropriate resources. The base step is to get the average value via sorting list of completion time of each task. Then, the maximum average is obtained. Finally, the task has the maximum average is allocated to the machine that has the minimum completion time. The allocated task is deleted and then, these steps are repeated until all tasks are allocated. Experimental tests show that the proposed algorithm outperforms almost other algorithms in terms of resources utilization and makespan. PMID:26644937

  4. Occupational exposure to mould and microbial metabolites during onion sorting--insights into an overlooked workplace.

    PubMed

    Mayer, Stefan; Twarużek, Magdalena; Błajet-Kosicka, Anna; Grajewski, Jan

    2016-03-01

    Manual sorting of onions is known to be associated with a bioaerosol exposure. The study aimed to gain an initial indication as to what extent manual sorting of onions is also associated with mycotoxin exposure. Twelve representative samples of outer onion skins from different onion origins were sampled and analyzed with a multimycotoxin method comprising 40 mycotoxins using a single extraction step followed by liquid chromatography with electrospray ionization and triple quadrupole mass spectrometry. Six of the 12 samples were positive for mycotoxins. In those samples, deoxynivalenol, fumonisin B1, and B2 were observed in quantitatively detectable amounts of 3940 ng/g for fumonisin B1 and in the range of 126-587 ng/g for deoxynivalenol and 55-554 ng/g for fumonisin B2. Although the results point to a lower risk due to mycotoxins, the risk should not be completely neglected and has to be considered in the risk assessment.

  5. Entropy-driven homochiral self-sorting of a dynamic library.

    PubMed

    Atcher, Joan; Bujons, Jordi; Alfonso, Ignacio

    2017-04-11

    A dynamic mixture of stereoisomeric macrocycles derived from glutamic acid displayed a homochiral self-selection when increasing the acetonitrile content of the aqueous mixed medium. The homochiral self-sorting required the anionic form of the side chains and increased at higher temperature, implying an entropic origin. Conformational analysis (NMR and MD simulations) allowed us to explain the observed behaviour. The results show that entropy can play a role in the homochiral self-sorting in adaptive bio-inspired chemical systems.

  6. Two Types of Perseveration in the Dimension Change Card Sort Task

    PubMed Central

    Hanania, Rima

    2010-01-01

    Three-year-old children in the Dimension Change Card Sort (DCCS) task can sort cards well by one dimension, but have difficulty switching to sort the same cards by another dimension when asked, i.e., they perseverate on the first relevant information. What is the information that children perseverate on? Using a new version of the DCCS, the experiments in this article reveal that there are two types of perseverators-- those who perseverate at the level of dimensions, and those who perseverate at the level of values (stimulus features). This novel finding has implications for theories of perseveration. PMID:20566206

  7. Evaluation of a Short-Form of the Berg Card Sorting Test

    PubMed Central

    Fox, Christopher J.; Mueller, Shane T.; Gray, Hilary M.; Raber, Jacob; Piper, Brian J.

    2013-01-01

    The Psychology Experimental Building Language http://pebl.sourceforge.net/ Berg Card Sorting Test is an open-source neurobehavioral test. Participants (N = 207, ages 6 to 74) completed the Berg Card Sorting Test. Performance on the first 64 trials were isolated and compared to that on the full-length (128 trials) test. Strong correlations between the short and long forms (total errors: r = .87, perseverative response: r = .83, perseverative errors r = .77, categories completed r = .86) support the Berg Card Sorting Test-64 as an abbreviated alternative for the full-length executive function test. PMID:23691107

  8. Sorting processes with energy-constrained comparisons*

    NASA Astrophysics Data System (ADS)

    Geissmann, Barbara; Penna, Paolo

    2018-05-01

    We study very simple sorting algorithms based on a probabilistic comparator model. In this model, errors in comparing two elements are due to (1) the energy or effort put in the comparison and (2) the difference between the compared elements. Such algorithms repeatedly compare and swap pairs of randomly chosen elements, and they correspond to natural Markovian processes. The study of these Markov chains reveals an interesting phenomenon. Namely, in several cases, the algorithm that repeatedly compares only adjacent elements is better than the one making arbitrary comparisons: in the long-run, the former algorithm produces sequences that are "better sorted". The analysis of the underlying Markov chain poses interesting questions as the latter algorithm yields a nonreversible chain, and therefore its stationary distribution seems difficult to calculate explicitly. We nevertheless provide bounds on the stationary distributions and on the mixing time of these processes in several restrictions.

  9. Utilizing LIDAR data to analyze access management criteria in Utah.

    DOT National Transportation Integrated Search

    2017-05-01

    The primary objective of this research was to increase understanding of the safety impacts across the state related to access management. This was accomplished by using the Light Detection and Ranging (LiDAR) database to evaluate driveway spacing and...

  10. A Six Nuclear Gene Phylogeny of Citrus (Rutaceae) Taking into Account Hybridization and Lineage Sorting

    PubMed Central

    Keremane, Manjunath L.; Lee, Richard F.; Maureira-Butler, Ivan J.; Roose, Mikeal L.

    2013-01-01

    Background Genus Citrus (Rutaceae) comprises many important cultivated species that generally hybridize easily. Phylogenetic study of a group showing extensive hybridization is challenging. Since the genus Citrus has diverged recently (4–12 Ma), incomplete lineage sorting of ancestral polymorphisms is also likely to cause discrepancies among genes in phylogenetic inferences. Incongruence of gene trees is observed and it is essential to unravel the processes that cause inconsistencies in order to understand the phylogenetic relationships among the species. Methodology and Principal Findings (1) We generated phylogenetic trees using haplotype sequences of six low copy nuclear genes. (2) Published simple sequence repeat data were re-analyzed to study population structure and the results were compared with the phylogenetic trees constructed using sequence data and coalescence simulations. (3) To distinguish between hybridization and incomplete lineage sorting, we developed and utilized a coalescence simulation approach. In other studies, species trees have been inferred despite the possibility of hybridization having occurred and used to generate null distributions of the effect of lineage sorting alone (by coalescent simulation). Since this is problematic, we instead generate these distributions directly from observed gene trees. Of the six trees generated, we used the most resolved three to detect hybrids. We found that 11 of 33 samples appear to be affected by historical hybridization. Analysis of the remaining three genes supported the conclusions from the hybrid detection test. Conclusions We have identified or confirmed probable hybrid origins for several Citrus cultivars using three different approaches–gene phylogenies, population structure analysis and coalescence simulation. Hybridization and incomplete lineage sorting were identified primarily based on differences among gene phylogenies with reference to null expectations via coalescence simulations. We

  11. Optical detection techniques for laser sorting machines

    NASA Astrophysics Data System (ADS)

    Meulebroeck, W.; Thienpont, H.

    2006-04-01

    In this work we summarize some of the results we obtained during our research of different physical phenomena which take place when a visible or near-infrared laser beam falls in onto a biological product, more in particular on a vegetable or on a fruit. The most important phenomena are surface reflection, selective absorption, fluorescence, absorption in the near-infrared and internal reflection. While the emphasis lays on the identification of the product type we will show that some of the demonstrated sorting principles can also be used for quality sorting: for example a determination of the ripeness of green vegetables or of the water/oil content of vegetables and fruits and a detection of the presence of the very harmful aflatoxines.

  12. Support for designing waste sorting systems: A mini review.

    PubMed

    Rousta, Kamran; Ordoñez, Isabel; Bolton, Kim; Dahlén, Lisa

    2017-11-01

    This article presents a mini review of research aimed at understanding material recovery from municipal solid waste. It focuses on two areas, waste sorting behaviour and collection systems, so that research on the link between these areas could be identified and evaluated. The main results presented and the methods used in the articles are categorised and appraised. The mini review reveals that most of the work that offered design guidelines for waste management systems was based on optimising technical aspects only. In contrast, most of the work that focused on user involvement did not consider developing the technical aspects of the system, but was limited to studies of user behaviour. The only clear consensus among the articles that link user involvement with the technical system is that convenient waste collection infrastructure is crucial for supporting source separation. This mini review reveals that even though the connection between sorting behaviour and technical infrastructure has been explored and described in some articles, there is still a gap when using this knowledge to design waste sorting systems. Future research in this field would benefit from being multidisciplinary and from using complementary methods, so that holistic solutions for material recirculation can be identified. It would be beneficial to actively involve users when developing sorting infrastructures, to be sure to provide a waste management system that will be properly used by them.

  13. An efficient non-dominated sorting method for evolutionary algorithms.

    PubMed

    Fang, Hongbing; Wang, Qian; Tu, Yi-Cheng; Horstemeyer, Mark F

    2008-01-01

    We present a new non-dominated sorting algorithm to generate the non-dominated fronts in multi-objective optimization with evolutionary algorithms, particularly the NSGA-II. The non-dominated sorting algorithm used by NSGA-II has a time complexity of O(MN(2)) in generating non-dominated fronts in one generation (iteration) for a population size N and M objective functions. Since generating non-dominated fronts takes the majority of total computational time (excluding the cost of fitness evaluations) of NSGA-II, making this algorithm faster will significantly improve the overall efficiency of NSGA-II and other genetic algorithms using non-dominated sorting. The new non-dominated sorting algorithm proposed in this study reduces the number of redundant comparisons existing in the algorithm of NSGA-II by recording the dominance information among solutions from their first comparisons. By utilizing a new data structure called the dominance tree and the divide-and-conquer mechanism, the new algorithm is faster than NSGA-II for different numbers of objective functions. Although the number of solution comparisons by the proposed algorithm is close to that of NSGA-II when the number of objectives becomes large, the total computational time shows that the proposed algorithm still has better efficiency because of the adoption of the dominance tree structure and the divide-and-conquer mechanism.

  14. APPL endosomes are not obligatory endocytic intermediates but act as stable cargo-sorting compartments

    PubMed Central

    Kalaidzidis, Inna; Miaczynska, Marta; Brewińska-Olchowik, Marta; Hupalowska, Anna; Ferguson, Charles; Parton, Robert G.; Kalaidzidis, Yannis

    2015-01-01

    Endocytosis allows cargo to enter a series of specialized endosomal compartments, beginning with early endosomes harboring Rab5 and its effector EEA1. There are, however, additional structures labeled by the Rab5 effector APPL1 whose role in endocytic transport remains unclear. It has been proposed that APPL1 vesicles are transport intermediates that convert into EEA1 endosomes. Here, we tested this model by analyzing the ultrastructural morphology, kinetics of cargo transport, and stability of the APPL1 compartment over time. We found that APPL1 resides on a tubulo-vesicular compartment that is capable of sorting cargo for recycling or degradation and that displays long lifetimes, all features typical of early endosomes. Fitting mathematical models to experimental data rules out maturation of APPL1 vesicles into EEA1 endosomes as a primary mechanism for cargo transport. Our data suggest instead that APPL1 endosomes represent a distinct population of Rab5-positive sorting endosomes, thus providing important insights into the compartmental organization of the early endocytic pathway. PMID:26459602

  15. Mechanically robust microfluidics and bulk wave acoustics to sort microparticles

    NASA Astrophysics Data System (ADS)

    Dauson, Erin R.; Gregory, Kelvin B.; Greve, David W.; Healy, Gregory P.; Oppenheim, Irving J.

    2016-04-01

    Sorting microparticles (or cells, or bacteria) is significant for scientific, medical and industrial purposes. Research groups have used lithium niobate SAW devices to produce standing waves, and then to align microparticles at the node lines in polydimethylsiloxane (PDMS, silicone) microfluidic channels. The "tilted angle" (skewed) configuration is a recent breakthrough producing particle trajectories that cross multiple node lines, making it practical to sort particles. However, lithium niobate wafers and PDMS microfluidic channels are not mechanically robust. We demonstrate "tilted angle" microparticle sorting in novel devices that are robust, rapidly prototyped, and manufacturable. We form our microfluidic system in a rigid polymethyl methacrylate (PMMA, acrylic) prism, sandwiched by lead-zirconium-titanate (PZT) wafers, operating in through-thickness mode with inertial backing, that produce standing bulk waves. The overall configuration is compact and mechanically robust, and actuating PZT wafers in through-thickness mode is highly efficient. Moving to this novel configuration introduced new acoustics questions involving internal reflections, but we show experimental images confirming the intended nodal geometry. Microparticles in "tilted angle" devices display undulating trajectories, where deviation from the straight path increases with particle diameter and with excitation voltage to create the mechanism by which particles are sorted. We show a simplified analytical model by which a "phase space" is constructed to characterize effective particle sorting, and we compare our experimental data to the predictions from that simplified model; precise correlation is not expected and is not observed, but the important physical trends from the model are paralleled in the measured particle trajectories.

  16. Application of Raman spectroscopy to identification and sorting of post-consumer plastics for recycling

    DOEpatents

    Sommer, Edward J.; Rich, John T.

    2001-01-01

    A high accuracy rapid system for sorting a plurality of waste products by polymer type. The invention involves the application of Raman spectroscopy and complex identification techniques to identify and sort post-consumer plastics for recycling. The invention reads information unique to the molecular structure of the materials to be sorted to identify their chemical compositions and uses rapid high volume sorting techniques to sort them into product streams at commercially viable throughput rates. The system employs a laser diode (20) for irradiating the material sample (10), a spectrograph (50) is used to determine the Raman spectrum of the material sample (10) and a microprocessor based controller (70) is employed to identify the polymer type of the material sample (10).

  17. Unsupervised neural spike sorting for high-density microelectrode arrays with convolutive independent component analysis.

    PubMed

    Leibig, Christian; Wachtler, Thomas; Zeck, Günther

    2016-09-15

    Unsupervised identification of action potentials in multi-channel extracellular recordings, in particular from high-density microelectrode arrays with thousands of sensors, is an unresolved problem. While independent component analysis (ICA) achieves rapid unsupervised sorting, it ignores the convolutive structure of extracellular data, thus limiting the unmixing to a subset of neurons. Here we present a spike sorting algorithm based on convolutive ICA (cICA) to retrieve a larger number of accurately sorted neurons than with instantaneous ICA while accounting for signal overlaps. Spike sorting was applied to datasets with varying signal-to-noise ratios (SNR: 3-12) and 27% spike overlaps, sampled at either 11.5 or 23kHz on 4365 electrodes. We demonstrate how the instantaneity assumption in ICA-based algorithms has to be relaxed in order to improve the spike sorting performance for high-density microelectrode array recordings. Reformulating the convolutive mixture as an instantaneous mixture by modeling several delayed samples jointly is necessary to increase signal-to-noise ratio. Our results emphasize that different cICA algorithms are not equivalent. Spike sorting performance was assessed with ground-truth data generated from experimentally derived templates. The presented spike sorter was able to extract ≈90% of the true spike trains with an error rate below 2%. It was superior to two alternative (c)ICA methods (≈80% accurately sorted neurons) and comparable to a supervised sorting. Our new algorithm represents a fast solution to overcome the current bottleneck in spike sorting of large datasets generated by simultaneous recording with thousands of electrodes. Copyright © 2016 Elsevier B.V. All rights reserved.

  18. Trapping, focusing, and sorting of microparticles through bubble streaming

    NASA Astrophysics Data System (ADS)

    Wang, Cheng; Jalikop, Shreyas; Hilgenfeldt, Sascha

    2010-11-01

    Ultrasound-driven oscillating microbubbles can set up vigorous steady streaming flows around the bubbles. In contrast to previous work, we make use of the interaction between the bubble streaming and the streaming induced around mobile particles close to the bubble. Our experiment superimposes a unidirectional Poiseuille flow containing a well-mixed suspension of neutrally buoyant particles with the bubble streaming. The particle-size dependence of the particle-bubble interaction selects which particles are transported and which particles are trapped near the bubbles. The sizes selected for can be far smaller than any scale imposed by the device geometry, and the selection mechanism is purely passive. Changing the amplitude and frequency of ultrasound driving, we can further control focusing and sorting of the trapped particles, leading to the emergence of sharply defined monodisperse particle streams within a much wider channel. Optimizing parameters for focusing and sorting are presented. The technique is applicable in important fields like cell sorting and drug delivery.

  19. Spontaneous cell sorting of fibroblasts and keratinocytes creates an organotypic human skin equivalent.

    PubMed

    Wang, C K; Nelson, C F; Brinkman, A M; Miller, A C; Hoeffler, W K

    2000-04-01

    We show that an inherent ability of two distinct cell types, keratinocytes and fibroblasts, can be relied upon to accurately reconstitute full-thickness human skin including the dermal-epidermal junction by a cell-sorting mechanism. A cell slurry containing both cell types added to silicone chambers implanted on the backs of severe combined immunodeficient mice sorts out to reconstitute a clearly defined dermis and stratified epidermis within 2 wk, forming a cell-sorted skin equivalent. Immunostaining of the cell-sorted skin equivalent with human cell markers showed patterns similar to those of normal full-thickness skin. We compared the cell-sorted skin equivalent model with a composite skin model also made on severe combined immunodeficient mice. The composite grafts were constructed from partially differentiated keratinocyte sheets placed on top of a dermal equivalent constructed of devitalized dermis. Electron microscopy revealed that both models formed ample numbers of normal appearing hemidesmosomes. The cell-sorted skin equivalent model, however, had greater numbers of keratin intermediate filaments within the basal keratinocytes that connected to hemidesmosomes, and on the dermal side both collagen filaments and anchoring fibril connections to the lamina densa were more numerous compared with the composite model. Our results may provide some insight into why, in clinical applications for treating burns and other wounds, composite grafts may exhibit surface instability and blistering for up to a year following grafting, and suggest the possible usefulness of the cell-sorted skin equivalent in future grafting applications.

  20. Thermochemical Pretreatment for Anaerobic Digestion of Sorted Waste

    NASA Astrophysics Data System (ADS)

    Hao, W.; Hongtao, W.

    2008-02-01

    The effect of alkaline hydrothermal pre-treatment for anaerobic digestion of mechanically-sorted municipal solid waste (MSW) and source-sorted waste was studied. Waste was hydrothermally pre-treated in dilute alkali solution. Hydrolysis product was incubated in 500 ml saline bottle to determine methane potential (MP) under mesospheric anaerobic conditions. Optimum reaction condition obtained in the study is 170 °C at the dose of 4 g NaOH/100 g solid for one hour. Soluble COD was 13936 mg/L and methane yield was 164 ml/g VS for 6 days incubation at optimum conditions. More than 50% biogas increase was achieved over the control, and methane conversion ratio on carbon basis was enhanced to 30.6%. The digestion period was less than 6 days when pre-treatment temperature was above 130 °C. The organic part of sorted waste is mainly constituted of kitchen garbage and leaf. Model kitchen garbage was completely liquidized at 130 °C for one hour and the methane yield was 276 ml/g VS. Addition of alkali enhance hydroxylation rate and methane yield slightly. The biogas potential of leaf could be observed by pre-treatment above 150 °C under alkaline condition.

  1. Neural spike sorting using iterative ICA and a deflation-based approach.

    PubMed

    Tiganj, Z; Mboup, M

    2012-12-01

    We propose a spike sorting method for multi-channel recordings. When applied in neural recordings, the performance of the independent component analysis (ICA) algorithm is known to be limited, since the number of recording sites is much lower than the number of neurons. The proposed method uses an iterative application of ICA and a deflation technique in two nested loops. In each iteration of the external loop, the spiking activity of one neuron is singled out and then deflated from the recordings. The internal loop implements a sequence of ICA and sorting for removing the noise and all the spikes that are not fired by the targeted neuron. Then a final step is appended to the two nested loops in order to separate simultaneously fired spikes. We solve this problem by taking all possible pairs of the sorted neurons and apply ICA only on the segments of the signal during which at least one of the neurons in a given pair was active. We validate the performance of the proposed method on simulated recordings, but also on a specific type of real recordings: simultaneous extracellular-intracellular. We quantify the sorting results on the extracellular recordings for the spikes that come from the neurons recorded intracellularly. The results suggest that the proposed solution significantly improves the performance of ICA in spike sorting.

  2. A fast sorting algorithm for a hypersonic rarefied flow particle simulation on the connection machine

    NASA Technical Reports Server (NTRS)

    Dagum, Leonardo

    1989-01-01

    The data parallel implementation of a particle simulation for hypersonic rarefied flow described by Dagum associates a single parallel data element with each particle in the simulation. The simulated space is divided into discrete regions called cells containing a variable and constantly changing number of particles. The implementation requires a global sort of the parallel data elements so as to arrange them in an order that allows immediate access to the information associated with cells in the simulation. Described here is a very fast algorithm for performing the necessary ranking of the parallel data elements. The performance of the new algorithm is compared with that of the microcoded instruction for ranking on the Connection Machine.

  3. Dynamic colloidal sorting on a magnetic bubble lattice

    NASA Astrophysics Data System (ADS)

    Tierno, Pietro; Soba, Alejandro; Johansen, Tom H.; Sagués, Francesc

    2008-11-01

    We use a uniaxial garnet film with a magnetic bubble lattice to sort paramagnetic colloidal particles with different diameters, i.e., 1.0 and 2.8μm. We apply an external magnetic field which precesses around an axis normal to the film with a frequency Ω =62.8s-1 and intensity 3120A/m sorting capability for particles with different magnetic moments.

  4. Sorted bedforms developed on sandy lobes fed by small ephemeral streams (Catalan continental shelf)

    NASA Astrophysics Data System (ADS)

    Durán, R.; Guillén, J.; Muñoz, A.; Guerrero, Q.

    2016-12-01

    The morphology and sedimentological characteristics of sorted bedforms identified in the Catalan continental shelf (NW Mediterranean Sea) have been characterized using multibeam echosounder data and sediment samples collected in 2013 within the FORMED project. Bathymetric data was compared with previous data gathered in 2004 within the ESPACE project to assess the decadal stability of these bedforms. The sorted bedforms were observed on the inner shelf at water depths from 10 to 40 m, along a coastal stretch of more than 3 km. They are associated with elongated patches of low backscatter, corresponding to fine sand. The fine-grained sediment patches are located off small bays fed by short, intermittent streams, extending down to 40 m water depth. The sorted bedforms exhibit elongated shapes with subtle relief (up to 1 m) and are oriented nearly perpendicular to the shoreline. In cross-section, the sorted bedforms display lateral symmetry in bathymetric relief and backscatter, with high backscatter corresponding to poorly sorted coarse sand (median size of 0.55-0.96 mm) centered on the bathymetric depression, and low backscatter consisting of well-sorted fine to medium sand (median sized of 0.22-0.35 mm) on the crest. The local input of well-sorted fine sand supplied by ephemeral streams over the coarse sand domain of the infralittoral prograding wedge contributes to the bed sediment heterogeneity (mixture of sediment), which is further reorganized into sorted bedforms. The sorted bedforms are better developed in deeper waters (20-40 m) than near the shoreline, probably due to stronger wave forcing in the shallower shelf that prevents the maintenance of these morphologies. At a decadal time scale, the morphological evolution of these bedforms indicates that they are persistent features, showing small changes in their boundaries, which is in agreement with previous observations and numerical simulations that highlighted the persistence and long-term stability of

  5. Signature neural networks: definition and application to multidimensional sorting problems.

    PubMed

    Latorre, Roberto; de Borja Rodriguez, Francisco; Varona, Pablo

    2011-01-01

    In this paper we present a self-organizing neural network paradigm that is able to discriminate information locally using a strategy for information coding and processing inspired in recent findings in living neural systems. The proposed neural network uses: 1) neural signatures to identify each unit in the network; 2) local discrimination of input information during the processing; and 3) a multicoding mechanism for information propagation regarding the who and the what of the information. The local discrimination implies a distinct processing as a function of the neural signature recognition and a local transient memory. In the context of artificial neural networks none of these mechanisms has been analyzed in detail, and our goal is to demonstrate that they can be used to efficiently solve some specific problems. To illustrate the proposed paradigm, we apply it to the problem of multidimensional sorting, which can take advantage of the local information discrimination. In particular, we compare the results of this new approach with traditional methods to solve jigsaw puzzles and we analyze the situations where the new paradigm improves the performance.

  6. A mower detector to judge soil sorting

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

    Bramlitt, E.T.; Johnson, N.R.

    1995-12-31

    Thermo Nuclear Services (TNS) has developed a mower detector as an inexpensive and fast means for deciding potential value of soil sorting for cleanup. It is a shielded detector box on wheels pushed over the ground (as a person mows grass) at 30 ft/min with gamma-ray counts recorded every 0.25 sec. It mirror images detection by the TNS transportable sorter system which conveys soil at 30 ft/min and toggles a gate to send soil on separate paths based on counts. The mower detector shows if contamination is variable and suitable for sorting, and by unique calibration sources, it indicates detectionmore » sensitivity. The mower detector has been used to characterize some soil at Department of Energy sites in New Jersey and South Carolina.« less

  7. Flow Sorting of Marine Bacterioplankton after Fluorescence In Situ Hybridization

    PubMed Central

    Sekar, Raju; Fuchs, Bernhard M.; Amann, Rudolf; Pernthaler, Jakob

    2004-01-01

    We describe an approach to sort cells from coastal North Sea bacterioplankton by flow cytometry after in situ hybridization with rRNA-targeted horseradish peroxidase-labeled oligonucleotide probes and catalyzed fluorescent reporter deposition (CARD-FISH). In a sample from spring 2003 >90% of the cells were detected by CARD-FISH with a bacterial probe (EUB338). Approximately 30% of the microbial assemblage was affiliated with the Cytophaga-Flavobacterium lineage of the Bacteroidetes (CFB group) (probe CF319a), and almost 10% was targeted by a probe for the β-proteobacteria (probe BET42a). A protocol was optimized to detach cells hybridized with EUB338, BET42a, and CF319a from membrane filters (recovery rate, 70%) and to sort the cells by flow cytometry. The purity of sorted cells was >95%. 16S rRNA gene clone libraries were constructed from hybridized and sorted cells (S-EUB, S-BET, and S-CF libraries) and from unhybridized and unsorted cells (UNHYB library). Sequences related to the CFB group were significantly more frequent in the S-CF library (66%) than in the UNHYB library (13%). No enrichment of β-proteobacterial sequence types was found in the S-BET library, but novel sequences related to Nitrosospira were found exclusively in this library. These bacteria, together with members of marine clade OM43, represented >90% of the β-proteobacteria in the water sample, as determined by CARD-FISH with specific probes. This illustrates that a combination of CARD-FISH and flow sorting might be a powerful approach to study the diversity and potentially the activity and the genomes of different bacterial populations in aquatic habitats. PMID:15466568

  8. Credit Scores, Race, and Residential Sorting

    ERIC Educational Resources Information Center

    Nelson, Ashlyn Aiko

    2010-01-01

    Credit scores have a profound impact on home purchasing power and mortgage pricing, yet little is known about how credit scores influence households' residential location decisions. This study estimates the effects of credit scores on residential sorting behavior using a novel mortgage industry data set combining household demographic, credit, and…

  9. Sorting of fungal-damaged white sorghum

    USDA-ARS?s Scientific Manuscript database

    A high-speed, color image-based sorting machine was modified to separate white sorghum with symptoms of fungal damage. Most of the sorghum tested was typically white, but over 27% of the bulk contained grains with fungal damage of various degrees, from severe to very slight. Grains with slight fun...

  10. International Society for Analytical Cytology biosafety standard for sorting of unfixed cells.

    PubMed

    Schmid, Ingrid; Lambert, Claude; Ambrozak, David; Marti, Gerald E; Moss, Delynn M; Perfetto, Stephen P

    2007-06-01

    Cell sorting of viable biological specimens has become very prevalent in laboratories involved in basic and clinical research. As these samples can contain infectious agents, precautions to protect instrument operators and the environment from hazards arising from the use of sorters are paramount. To this end the International Society of Analytical Cytology (ISAC) took a lead in establishing biosafety guidelines for sorting of unfixed cells (Schmid et al., Cytometry 1997;28:99-117). During the time period these recommendations have been available, they have become recognized worldwide as the standard practices and safety precautions for laboratories performing viable cell sorting experiments. However, the field of cytometry has progressed since 1997, and the document requires an update. Initially, suggestions about the document format and content were discussed among members of the ISAC Biosafety Committee and were incorporated into a draft version that was sent to all committee members for review. Comments were collected, carefully considered, and incorporated as appropriate into a draft document that was posted on the ISAC web site to invite comments from the flow cytometry community at large. The revised document was then submitted to ISAC Council for review. Simultaneously, further comments were sought from newly-appointed ISAC Biosafety committee members. This safety standard for performing viable cell sorting experiments was recently generated. The document contains background information on the biohazard potential of sorting and the hazard classification of infectious agents as well as recommendations on (1) sample handling, (2) operator training and personal protection, (3) laboratory design, (4) cell sorter set-up, maintenance, and decontamination, and (5) testing the instrument for the efficiency of aerosol containment. This standard constitutes an updated and expanded revision of the 1997 biosafety guideline document. It is intended to provide

  11. A review on automated sorting of source-separated municipal solid waste for recycling.

    PubMed

    Gundupalli, Sathish Paulraj; Hait, Subrata; Thakur, Atul

    2017-02-01

    A crucial prerequisite for recycling forming an integral part of municipal solid waste (MSW) management is sorting of useful materials from source-separated MSW. Researchers have been exploring automated sorting techniques to improve the overall efficiency of recycling process. This paper reviews recent advances in physical processes, sensors, and actuators used as well as control and autonomy related issues in the area of automated sorting and recycling of source-separated MSW. We believe that this paper will provide a comprehensive overview of the state of the art and will help future system designers in the area. In this paper, we also present research challenges in the field of automated waste sorting and recycling. Copyright © 2016 Elsevier Ltd. All rights reserved.

  12. Multiple sort flow cytometer

    DOEpatents

    Engh, G. van den; Esposito, R.J.

    1996-01-09

    A flow cytometer utilizes multiple lasers for excitation and respective fluorescence of identified dyes bonded to specific cells or events to identify and verify multiple events to be sorted from a sheath flow and droplet stream. Once identified, verified and timed in the sheath flow, each event is independently tagged upon separation from the flow by an electrical charge of +60, +120, or +180 volts and passed through oppositely charged deflection plates with ground planes to yield a focused six way deflection of at least six events in a narrow plane. 8 figs.

  13. Multiple sort flow cytometer

    DOEpatents

    Van den Engh, Ger; Esposito, Richard J.

    1996-01-01

    A flow cytometer utilizes multiple lasers for excitation and respective fluorescence of identified dyes bonded to specific cells or events to identify and verify multiple events to be sorted from a sheath flow and droplet stream. Once identified, verified and timed in the sheath flow, each event is independently tagged upon separation from the flow by an electrical charge of +60, +120, or +180 volts and passed through oppositely charged deflection plates with ground planes to yield a focused six way deflection of at least six events in a narrow plane.

  14. Sorting and measurement of single gold nanoparticles in an optofluidic chip

    NASA Astrophysics Data System (ADS)

    Shi, Y. Z.; Xiong, S.; Zhang, Y.; Chin, L. K.; Wu, J. H.; Chen, T. N.; Liu, A. Q.

    2017-08-01

    Gold nanoparticles have sparked strong interest owing to their unique optical and chemical properties. Their sizedependent refractive index and plasmon resonance are widely used for optical sorting, biomedicine and chemical sensing. However, there are only few examples of optical separation of different gold nanoparticles. Only separating 100-200 nm gold nanoparticles using wavelength selected resonance of the extinction spectrum has been demonstrated. This paper reports an optofluidic chip for sorting single gold nanoparticles using loosely overdamped optical potential wells, which are created by building optical and fluidic barriers. It is the first demonstration of sorting single nanoparticles with diameters ranging from 60 to 100 nm in a quasi-Bessel beam with an optical trapping stiffness from 10-10 to 10-9 N/m. The nanoparticles oscillate in the loosely overdamped potential wells with a displacement amplitude of 3-7 μm in the microchannel. The sizes and refractive indices of the nanoparticles can be determined from their trapping positions using Drude and Mie theory, with a resolution of 0.35 nm/μm for the diameter, 0.0034/μm and 0.0017/μm for the real and imaginary parts of the refractive index, respectively. Here we experimentally demonstrate the sorting of bacteria and protozoa on the optofluidic chip. The chip has high potential for the sorting and characterization of nanoparticles in biomedical applications such as tumour targeting, drug delivery and intracellular imaging.

  15. Spatial sorting promotes the spread of maladaptive hybridization

    USGS Publications Warehouse

    Lowe, Winsor H.; Muhlfeld, Clint C.; Allendorf, Fred W.

    2015-01-01

    Invasive hybridization is causing loss of biodiversity worldwide. The spread of such introgression can occur even when hybrids have reduced Darwinian fitness, which decreases the frequency of hybrids due to low survival or reproduction through time. This paradox can be partially explained by spatial sorting, where genotypes associated with dispersal increase in frequency at the edge of expansion, fueling further expansion and allowing invasive hybrids to increase in frequency through space rather than time. Furthermore, because all progeny of a hybrid will be hybrids (i.e., will possess genes from both parental taxa), nonnative admixture in invaded populations can increase even when most hybrid progeny do not survive. Broader understanding of spatial sorting is needed to protect native biodiversity.

  16. Past, present and future of spike sorting techniques

    PubMed Central

    Rey, Hernan Gonzalo; Pedreira, Carlos; Quian Quiroga, Rodrigo

    2015-01-01

    Spike sorting is a crucial step to extract information from extracellular recordings. With new recording opportunities provided by the development of new electrodes that allow monitoring hundreds of neurons simultaneously, the scenario for the new generation of algorithms is both exciting and challenging. However, this will require a new approach to the problem and the development of a common reference framework to quickly assess the performance of new algorithms. In this work, we review the basic concepts of spike sorting, including the requirements for different applications, together with the problems faced by presently available algorithms. We conclude by proposing a roadmap stressing the crucial points to be addressed to support the neuroscientific research of the near future. PMID:25931392

  17. The tetraspanin CD63 regulates ESCRT-independent and dependent endosomal sorting during melanogenesis

    PubMed Central

    van Niel, Guillaume; Charrin, Stéphanie; Simoes, Sabrina; Romao, Maryse; Rochin, Leila; Saftig, Paul; Marks, Michael S.; Rubinstein, Eric; Raposo, Graça

    2011-01-01

    Summary Cargo sorting to intraluminal vesicles (ILVs) of multivesicular endosomes is required for numerous physiological processes including lysosome-related organelle (LRO) biogenesis. PMEL – a component of melanocyte LROs (melanosomes) – is sorted to ILVs in an ESCRT-independent manner, where it is proteolytically processed and assembled into functional amyloid fibrils during melanosome maturation. Here we show that the tetraspanin CD63 directly participates in ESCRT-independent sorting of the PMEL luminal domain, but not of traditional ESCRT-dependent cargoes, to ILVs. Inactivating CD63 in cell culture or in mice impairs amyloidogenesis and downstream melanosome morphogenesis. Whereas CD63 is required for normal PMEL luminal domain sorting, the disposal of the remaining PMEL transmembrane fragment requires functional ESCRTs but not CD63. In the absence of CD63, the PMEL luminal domain follows this fragment and is targeted for ESCRT-dependent degradation. Our data thus reveal a tight interplay regulated by CD63 between two distinct endosomal ILV sorting processes for a single cargo during LRO biogenesis. PMID:21962903

  18. Computer vision-based sorting of Atlantic salmon (Salmo salar) fillets according to their color level.

    PubMed

    Misimi, E; Mathiassen, J R; Erikson, U

    2007-01-01

    Computer vision method was used to evaluate the color of Atlantic salmon (Salmo salar) fillets. Computer vision-based sorting of fillets according to their color was studied on 2 separate groups of salmon fillets. The images of fillets were captured using a digital camera of high resolution. Images of salmon fillets were then segmented in the regions of interest and analyzed in red, green, and blue (RGB) and CIE Lightness, redness, and yellowness (Lab) color spaces, and classified according to the Roche color card industrial standard. Comparisons of fillet color between visual evaluations were made by a panel of human inspectors, according to the Roche SalmoFan lineal standard, and the color scores generated from computer vision algorithm showed that there were no significant differences between the methods. Overall, computer vision can be used as a powerful tool to sort fillets by color in a fast and nondestructive manner. The low cost of implementing computer vision solutions creates the potential to replace manual labor in fish processing plants with automation.

  19. Application of sperm sorting and associated reproductive technology for wildlife management and conservation.

    PubMed

    O'Brien, J K; Steinman, K J; Robeck, T R

    2009-01-01

    Efforts toward the conservation and captive breeding of wildlife can be enhanced by sperm sorting and associated reproductive technologies such as sperm cryopreservation and artificial insemination (AI). Sex ratio management is of particular significance to species which naturally exist in female-dominated social groups. A bias of the sex ratio towards females of these species will greatly assist in maintaining socially cohesive groups and minimizing male-male aggression. Another application of this technology potentially exists for endangered species, as the preferential production of females can enable propagation of those species at a faster rate. The particular assisted reproductive technology (ART) used in conjunction with sperm sorting for the production of offspring is largely determined by the quality and quantity of spermatozoa following sorting and preservation processes. Regardless of the ART selected, breeding decisions involving sex-sorted spermatozoa should be made in conjunction with appropriate genetic management. Zoological-based research on reproductive physiology and assisted reproduction, including sperm sorting, is being conducted on numerous terrestrial and marine mammals. The wildlife species for which the technology has undergone the most advance is the bottlenose dolphin. AI using sex-sorted fresh or frozen-thawed spermatozoa has become a valuable tool for the genetic and reproductive management of captive bottlenose dolphins with six pre-sexed calves, all of the predetermined sex born to date.

  20. Quadrupole Magnetic Sorting of Porcine Islets of Langerhans

    PubMed Central

    Shenkman, Rustin M.; Chalmers, Jeffrey J.; Hering, Bernhard J.; Kirchhof, Nicole

    2009-01-01

    Islet transplantation is emerging as a treatment option for selected patients with type 1 diabetes. Inconsistent isolation, purification, and recovery of large numbers of high-quality islets remain substantial impediments to progress in the field. Removing islets as soon as they are liberated from the pancreas during digestion and circumventing the need for density gradient purification is likely to result in substantially increased viable islet yields by minimizing exposure to proteolytic enzymes, reactive oxygen intermediates, and mechanical stress associated with centrifugation. This study capitalized on the hypervascularity of islets compared with acinar tissue to explore their preferential enrichment with magnetic beads to enable immediate separation in a magnetic field utilizing a quadrupole magnetic sorting. The results demonstrate that (1) preferential enrichment of porcine islets is achievable, but homogeneous bead distribution within the pancreas is difficult to achieve with current protocols; (2) greater than 70% of islets in the dissociated pancreatic tissue were recovered by quadrupole magnetic sorting, but their purity was low; and (3) infused islets purified by density gradients and subsequently passed through quadrupole magnetic sorting had similar potency as uninfused islets. These results demonstrate proof of concept and define the steps for implementation of this technology in pig and human islet isolation. PMID:19505179

  1. Efficient architecture for spike sorting in reconfigurable hardware.

    PubMed

    Hwang, Wen-Jyi; Lee, Wei-Hao; Lin, Shiow-Jyu; Lai, Sheng-Ying

    2013-11-01

    This paper presents a novel hardware architecture for fast spike sorting. The architecture is able to perform both the feature extraction and clustering in hardware. The generalized Hebbian algorithm (GHA) and fuzzy C-means (FCM) algorithm are used for feature extraction and clustering, respectively. The employment of GHA allows efficient computation of principal components for subsequent clustering operations. The FCM is able to achieve near optimal clustering for spike sorting. Its performance is insensitive to the selection of initial cluster centers. The hardware implementations of GHA and FCM feature low area costs and high throughput. In the GHA architecture, the computation of different weight vectors share the same circuit for lowering the area costs. Moreover, in the FCM hardware implementation, the usual iterative operations for updating the membership matrix and cluster centroid are merged into one single updating process to evade the large storage requirement. To show the effectiveness of the circuit, the proposed architecture is physically implemented by field programmable gate array (FPGA). It is embedded in a System-on-Chip (SOC) platform for performance measurement. Experimental results show that the proposed architecture is an efficient spike sorting design for attaining high classification correct rate and high speed computation.

  2. Pathogen metadata platform: software for accessing and analyzing pathogen strain information.

    PubMed

    Chang, Wenling E; Peterson, Matthew W; Garay, Christopher D; Korves, Tonia

    2016-09-15

    Pathogen metadata includes information about where and when a pathogen was collected and the type of environment it came from. Along with genomic nucleotide sequence data, this metadata is growing rapidly and becoming a valuable resource not only for research but for biosurveillance and public health. However, current freely available tools for analyzing this data are geared towards bioinformaticians and/or do not provide summaries and visualizations needed to readily interpret results. We designed a platform to easily access and summarize data about pathogen samples. The software includes a PostgreSQL database that captures metadata useful for disease outbreak investigations, and scripts for downloading and parsing data from NCBI BioSample and BioProject into the database. The software provides a user interface to query metadata and obtain standardized results in an exportable, tab-delimited format. To visually summarize results, the user interface provides a 2D histogram for user-selected metadata types and mapping of geolocated entries. The software is built on the LabKey data platform, an open-source data management platform, which enables developers to add functionalities. We demonstrate the use of the software in querying for a pathogen serovar and for genome sequence identifiers. This software enables users to create a local database for pathogen metadata, populate it with data from NCBI, easily query the data, and obtain visual summaries. Some of the components, such as the database, are modular and can be incorporated into other data platforms. The source code is freely available for download at https://github.com/wchangmitre/bioattribution .

  3. The Methods and Goals of Teaching Sorting Algorithms in Public Education

    ERIC Educational Resources Information Center

    Bernát, Péter

    2014-01-01

    The topic of sorting algorithms is a pleasant subject of informatics education. Not only is it so because the notion of sorting is well known from our everyday life, but also because as an algorithm task, whether we expect naive or practical solutions, it is easy to define and demonstrate. In my paper I will present some of the possible methods…

  4. Integration through a Card-Sort Activity

    ERIC Educational Resources Information Center

    Green, Kris; Ricca, Bernard P.

    2015-01-01

    Learning to compute integrals via the various techniques of integration (e.g., integration by parts, partial fractions, etc.) is difficult for many students. Here, we look at how students in a college level Calculus II course develop the ability to categorize integrals and the difficulties they encounter using a card sort-resort activity. Analysis…

  5. Raman tweezers in microfluidic systems for analysis and sorting of living cells

    NASA Astrophysics Data System (ADS)

    Pilát, Zdenëk; Ježek, Jan; Kaňka, Jan; Zemánek, Pavel

    2014-03-01

    We have devised an analytical and sorting system combining optical trapping with Raman spectroscopy in microfluidic environment in order to identify and sort biological objects, such as living cells of various prokaryotic and eukaryotic organisms. Our main objective was to create a robust and universal platform for non-contact sorting of microobjects based on their Raman spectral properties. This approach allowed us to collect information about the chemical composition of the objects, such as the presence and composition of lipids, proteins, or nucleic acids without using artificial chemical probes such as fluorescent markers. The non-destructive and non-contact nature of this optical analysis and manipulation allowed us to separate individual living cells of our interest in a sterile environment and provided the possibility to cultivate the selected cells for further experiments. We used differently treated cells of algae to test and demonstrate the function of our analytical and sorting system. The devised system could find its use in many medical, biotechnological, and biological applications.

  6. A qualitative study analyzing access to physical rehabilitation for traffic accident victims with severe disability in Brazil.

    PubMed

    Sousa, Kelienny de Meneses; Oliveira, Wagner Ivan Fonsêca de; Melo, Laiza Oliveira Mendes de; Alves, Emanuel Augusto; Piuvezam, Grasiela; Gama, Zenewton André da Silva

    2017-03-01

    Purpose To identify access barriers to physical rehabilitation for traffic accident (TA) victims with severe disability and build a theoretical model to provide guidance towards the improvement of these services. Methods Qualitative research carried out in the city of Natal (Northeast Brazil), with semi-structured interviews with 120 subjects (19 key informer health professionals and 101 TA victims) identified in a database made available by the emergency hospital. The interviews were analyzed using Alceste software, version 4.9. Results The main barriers present in the interviews were: (1) related to services: bureaucratic administrative practises, low offer of rehabilitation services, insufficient information on rehabilitation, lack of guidelines that integrate hospital and ambulatory care and (2) related to patients: financial difficulties, functional limitations, geographic distance, little information on health, association with low education levels and disbelief in the system and in rehabilitation. Conclusion The numerous access barriers were presented in a theoretical model with causes related to organizational structure, processes of care, professionals and patients. This model must be tested by health policy-makers and managers to improve the quality of physical rehabilitation and avoid unnecessary prolongation of the suffering and disability experienced by TA survivors. Implications for rehabilitation Traffic accidents (TAs) are a global health dilemma that demands integrality of preventive actions, pre-hospital and hospital care and physical rehabilitation (PR). This study lays the foundation for improving access to PR for TA survivors, an issue of quality of care that results in preventable disabilities. The words of the patients interviewed reveal the suffering of victims, which is often invisible to society and given low priority by health policies that relegate PR to a second plan ahead of prevention and urgent care. A theoretical model of the

  7. [CD34(+)/CD123(+) cell sorting from the patients with leukemia by Midi MACS method].

    PubMed

    Wang, Guang-Ping; Cao, Xin-Yu; Xin, Hong-Ya; Li, Qun; Qi, Zhen-Hua; Chen, Fang-Ping

    2006-10-01

    The aim of this study was to sort the CD34(+)/CD123(+) cells from the bone marrow cells of patients with acute myeloid leukemia (AML) by Midi MACS method. Firstly, the bone marrow mononuclear cells (BMMNC) were isolated from the patients with AML with Ficoll Paque, CD34(+) cells were then isolated by Midi MACS method followed by the isolation of CD34(+)/CD123(+) cells from the fraction of CD34(+) cells. The enrichment and recovery of CD34(+) and CD34(+)/CD123(+) cells were assayed by FACS technique. The results showed that the enrichment of CD34(+) cells was up to 98.73%, its average enrichment was 95.6%, and the recovery of CD34(+) was 84.6%, its average recovery was 51% after the first round sorting, by the second round sorting, the enrichment of CD34(+)/CD123(+) cells was up to 99.23%, its average enrichment was 83%. With regard to BMMNCs before sorting, the recovery of CD34(+)/CD123(+) was 34%. But, on the CD34(+) cells obtained by the first round sorting, its recovery was 56%. In conclusion, these results confirmed that the method of Midi MACS sorting can be applied to sort CD34(+)/CD123(+) cells from the bone marrow cells of AML patients, which give rise to the similar enrichment and recovery of the sorted cells with that of literature reported by the method of FACS.

  8. Seamless Combination of Fluorescence-Activated Cell Sorting and Hanging-Drop Networks for Individual Handling and Culturing of Stem Cells and Microtissue Spheroids.

    PubMed

    Birchler, Axel; Berger, Mischa; Jäggin, Verena; Lopes, Telma; Etzrodt, Martin; Misun, Patrick Mark; Pena-Francesch, Maria; Schroeder, Timm; Hierlemann, Andreas; Frey, Olivier

    2016-01-19

    Open microfluidic cell culturing devices offer new possibilities to simplify loading, culturing, and harvesting of individual cells or microtissues due to the fact that liquids and cells/microtissues are directly accessible. We present a complete workflow for microfluidic handling and culturing of individual cells and microtissue spheroids, which is based on the hanging-drop network concept: The open microfluidic devices are seamlessly combined with fluorescence-activated cell sorting (FACS), so that individual cells, including stem cells, can be directly sorted into specified culturing compartments in a fully automated way and at high accuracy. Moreover, already assembled microtissue spheroids can be loaded into the microfluidic structures by using a conventional pipet. Cell and microtissue culturing is then performed in hanging drops under controlled perfusion. On-chip drop size control measures were applied to stabilize the system. Cells and microtissue spheroids can be retrieved from the chip by using a parallelized transfer method. The presented methodology holds great promise for combinatorial screening of stem-cell and multicellular-spheroid cultures.

  9. Efficient Sorting on the Tilera Manycore Architecture

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

    Morari, Alessandro; Tumeo, Antonino; Villa, Oreste

    e present an efficient implementation of the radix sort algo- rithm for the Tilera TILEPro64 processor. The TILEPro64 is one of the first successful commercial manycore processors. It is com- posed of 64 tiles interconnected through multiple fast Networks- on-chip and features a fully coherent, shared distributed cache. The architecture has a large degree of flexibility, and allows various optimization strategies. We describe how we mapped the algorithm to this architecture. We present an in-depth analysis of the optimizations for each phase of the algorithm with respect to the processor’s sustained performance. We discuss the overall throughput reached by ourmore » radix sort implementation (up to 132 MK/s) and show that it provides comparable or better performance-per-watt with respect to state-of-the art implemen- tations on x86 processors and graphic processing units.« less

  10. Information sharing and sorting in a community

    NASA Astrophysics Data System (ADS)

    Bhattacherjee, Biplab; Manna, S. S.; Mukherjee, Animesh

    2013-06-01

    We present the results of a detailed numerical study of a model for the sharing and sorting of information in a community consisting of a large number of agents. The information gathering takes place in a sequence of mutual bipartite interactions where randomly selected pairs of agents communicate with each other to enhance their knowledge and sort out the common information. Although our model is less restricted compared to the well-established naming game, the numerical results strongly indicate that the whole set of exponents characterizing this model are different from those of the naming game and they assume nontrivial values. Finally, it appears that in analogy to the emergence of clusters in the phenomenon of percolation, one can define clusters of agents here having the same information. We have studied in detail the growth of the largest cluster in this article and performed its finite-size scaling analysis.

  11. Size and density sorting of dust grains in SPH simulations of protoplanetary discs

    NASA Astrophysics Data System (ADS)

    Pignatale, F. C.; Gonzalez, J.-F.; Cuello, Nicolas; Bourdon, Bernard; Fitoussi, Caroline

    2017-07-01

    The size and density of dust grains determine their response to gas drag in protoplanetary discs. Aerodynamical (size × density) sorting is one of the proposed mechanisms to explain the grain properties and chemical fractionation of chondrites. However, the efficiency of aerodynamical sorting and the location in the disc in which it could occur are still unknown. Although the effects of grain sizes and growth in discs have been widely studied, a simultaneous analysis including dust composition is missing. In this work, we present the dynamical evolution and growth of multicomponent dust in a protoplanetary disc using a 3D, two-fluid (gas+dust) smoothed particle hydrodynamics code. We find that the dust vertical settling is characterized by two phases: a density-driven phase that leads to a vertical chemical sorting of dust and a size-driven phase that enhances the amount of lighter material in the mid-plane. We also see an efficient radial chemical sorting of the dust at large scales. We find that dust particles are aerodynamically sorted in the inner disc. The disc becomes sub-solar in its Fe/Si ratio on the surface since the early stage of evolution but sub-solar Fe/Si can be also found in the outer disc-mid-plane at late stages. Aggregates in the disc mimic the physical and chemical properties of chondrites, suggesting that aerodynamical sorting played an important role in determining their final structure.

  12. Comprehensive two-dimensional gas chromatography/time-of-flight mass spectrometry peak sorting algorithm.

    PubMed

    Oh, Cheolhwan; Huang, Xiaodong; Regnier, Fred E; Buck, Charles; Zhang, Xiang

    2008-02-01

    We report a novel peak sorting method for the two-dimensional gas chromatography/time-of-flight mass spectrometry (GC x GC/TOF-MS) system. The objective of peak sorting is to recognize peaks from the same metabolite occurring in different samples from thousands of peaks detected in the analytical procedure. The developed algorithm is based on the fact that the chromatographic peaks for a given analyte have similar retention times in all of the chromatograms. Raw instrument data are first processed by ChromaTOF (Leco) software to provide the peak tables. Our algorithm achieves peak sorting by utilizing the first- and second-dimension retention times in the peak tables and the mass spectra generated during the process of electron impact ionization. The algorithm searches the peak tables for the peaks generated by the same type of metabolite using several search criteria. Our software also includes options to eliminate non-target peaks from the sorting results, e.g., peaks of contaminants. The developed software package has been tested using a mixture of standard metabolites and another mixture of standard metabolites spiked into human serum. Manual validation demonstrates high accuracy of peak sorting with this algorithm.

  13. A new technology for automatic identification and sorting of plastics for recycling.

    PubMed

    Ahmad, S R

    2004-10-01

    A new technology for automatic sorting of plastics, based upon optical identification of fluorescence signatures of dyes, incorporated in such materials in trace concentrations prior to product manufacturing, is described. Three commercial tracers were selected primarily on the basis of their good absorbency in the 310-370 nm spectral band and their identifiable narrow-band fluorescence signatures in the visible band of the spectrum when present in binary combinations. This absorption band was selected because of the availability of strong emission lines in this band from a commercial Hg-arc lamp and high fluorescence quantum yields of the tracers at this excitation wavelength band. The plastics chosen for tracing and identification are HDPE, LDPE, PP, EVA, PVC and PET and the tracers were compatible and chemically non-reactive with the host matrices and did not affect the transparency of the plastics. The design of a monochromatic and collimated excitation source, the sensor system are described and their performances in identifying and sorting plastics doped with tracers at a few parts per million concentration levels are evaluated. In an industrial sorting system, the sensor was able to sort 300 mm long plastic bottles at a conveyor belt speed of 3.5 m.sec(-1) with a sorting purity of -95%. The limitation was imposed due to mechanical singulation irregularities at high speed and the limited processing speed of the computer used.

  14. Unified selective sorting approach to analyse multi-electrode extracellular data

    NASA Astrophysics Data System (ADS)

    Veerabhadrappa, R.; Lim, C. P.; Nguyen, T. T.; Berk, M.; Tye, S. J.; Monaghan, P.; Nahavandi, S.; Bhatti, A.

    2016-06-01

    Extracellular data analysis has become a quintessential method for understanding the neurophysiological responses to stimuli. This demands stringent techniques owing to the complicated nature of the recording environment. In this paper, we highlight the challenges in extracellular multi-electrode recording and data analysis as well as the limitations pertaining to some of the currently employed methodologies. To address some of the challenges, we present a unified algorithm in the form of selective sorting. Selective sorting is modelled around hypothesized generative model, which addresses the natural phenomena of spikes triggered by an intricate neuronal population. The algorithm incorporates Cepstrum of Bispectrum, ad hoc clustering algorithms, wavelet transforms, least square and correlation concepts which strategically tailors a sequence to characterize and form distinctive clusters. Additionally, we demonstrate the influence of noise modelled wavelets to sort overlapping spikes. The algorithm is evaluated using both raw and synthesized data sets with different levels of complexity and the performances are tabulated for comparison using widely accepted qualitative and quantitative indicators.

  15. Unified selective sorting approach to analyse multi-electrode extracellular data

    PubMed Central

    Veerabhadrappa, R.; Lim, C. P.; Nguyen, T. T.; Berk, M.; Tye, S. J.; Monaghan, P.; Nahavandi, S.; Bhatti, A.

    2016-01-01

    Extracellular data analysis has become a quintessential method for understanding the neurophysiological responses to stimuli. This demands stringent techniques owing to the complicated nature of the recording environment. In this paper, we highlight the challenges in extracellular multi-electrode recording and data analysis as well as the limitations pertaining to some of the currently employed methodologies. To address some of the challenges, we present a unified algorithm in the form of selective sorting. Selective sorting is modelled around hypothesized generative model, which addresses the natural phenomena of spikes triggered by an intricate neuronal population. The algorithm incorporates Cepstrum of Bispectrum, ad hoc clustering algorithms, wavelet transforms, least square and correlation concepts which strategically tailors a sequence to characterize and form distinctive clusters. Additionally, we demonstrate the influence of noise modelled wavelets to sort overlapping spikes. The algorithm is evaluated using both raw and synthesized data sets with different levels of complexity and the performances are tabulated for comparison using widely accepted qualitative and quantitative indicators. PMID:27339770

  16. How to develop a Standard Operating Procedure for sorting unfixed cells

    PubMed Central

    Schmid, Ingrid

    2012-01-01

    Written Standard Operating Procedures (SOPs) are an important tool to assure that recurring tasks in a laboratory are performed in a consistent manner. When the procedure covered in the SOP involves a high-risk activity such as sorting unfixed cells using a jet-in-air sorter, safety elements are critical components of the document. The details on sort sample handling, sorter set-up, validation, operation, troubleshooting, and maintenance, personal protective equipment (PPE), and operator training, outlined in the SOP are to be based on careful risk assessment of the procedure. This review provides background information on the hazards associated with sorting of unfixed cells and the process used to arrive at the appropriate combination of facility design, instrument placement, safety equipment, and practices to be followed. PMID:22381383

  17. How to develop a standard operating procedure for sorting unfixed cells.

    PubMed

    Schmid, Ingrid

    2012-07-01

    Written standard operating procedures (SOPs) are an important tool to assure that recurring tasks in a laboratory are performed in a consistent manner. When the procedure covered in the SOP involves a high-risk activity such as sorting unfixed cells using a jet-in-air sorter, safety elements are critical components of the document. The details on sort sample handling, sorter set-up, validation, operation, troubleshooting, and maintenance, personal protective equipment (PPE), and operator training, outlined in the SOP are to be based on careful risk assessment of the procedure. This review provides background information on the hazards associated with sorting of unfixed cells and the process used to arrive at the appropriate combination of facility design, instrument placement, safety equipment, and practices to be followed. Copyright © 2012 Elsevier Inc. All rights reserved.

  18. PCR-activated cell sorting as a general, cultivation-free method for high-throughput identification and enrichment of virus hosts

    PubMed Central

    Lim, Shaun W.; Lance, Shea T.; Stedman, Kenneth M.; Abate, Adam R.

    2017-01-01

    Characterizing virus-host relationships is critical for understanding the impact of a virus on an ecosystem, but is challenging with existing techniques, particularly for uncultivable species. We present a general, cultivation-free approach for identifying phage-associated bacterial cells. Using PCR-activated cell sorting, we interrogate millions of individual bacteria for the presence of specific phage nucleic acids. If the nucleic acids are present, the bacteria are recovered via sorting and their genomes analyzed. This allows targeted recovery of all possible host species in a diverse population associated with a specific phage, and can be easily targeted to identify the hosts of different phages by modifying the PCR primers used for detection. Moreover, this technique allows quantification of free phage particles, as benchmarked against the “gold standard” of virus enumeration, the plaque assay. PMID:28042018

  19. PCR-activated cell sorting as a general, cultivation-free method for high-throughput identification and enrichment of virus hosts.

    PubMed

    Lim, Shaun W; Lance, Shea T; Stedman, Kenneth M; Abate, Adam R

    2017-04-01

    Characterizing virus-host relationships is critical for understanding the impact of a virus on an ecosystem, but is challenging with existing techniques, particularly for uncultivable species. We present a general, cultivation-free approach for identifying phage-associated bacterial cells. Using PCR-activated cell sorting, we interrogate millions of individual bacteria for the presence of specific phage nucleic acids. If the nucleic acids are present, the bacteria are recovered via sorting and their genomes analyzed. This allows targeted recovery of all possible host species in a diverse population associated with a specific phage, and can be easily targeted to identify the hosts of different phages by modifying the PCR primers used for detection. Moreover, this technique allows quantification of free phage particles, as benchmarked against the "gold standard" of virus enumeration, the plaque assay. Copyright © 2017 Elsevier B.V. All rights reserved.

  20. Numerical and experimental evaluation of microfluidic sorting devices.

    PubMed

    Taylor, Jay K; Ren, Carolyn L; Stubley, G D

    2008-01-01

    The development of lab-on-a-chip devices calls for the isolation or separation of specific bioparticles or cells. The design of a miniaturized cell-sorting device for handheld operation must follow the strict parameters associated with lab-on-a-chip technology. The limitations include applied voltage, high efficiency of cell-separation, reliability, size, flow control, and cost, among others. Currently used designs have achieved successful levels of cell isolation; however, further improvements in the microfluidic chip design are important to incorporate into larger systems. This study evaluates specific design modifications that contribute to the reduction of required applied potential aiming for developing portable devices, improved operation reliability by minimizing induced pressure disturbance when electrokinetic pumping is employed, and improved flow control by incorporating directing streams achieving dynamic sorting and counting. The chip designs fabricated in glass and polymeric materials include asymmetric channel widths for sample focusing, nonuniform channel depth for minimizing induced pressure disturbance, directing streams to assist particle flow control, and online filters for reducing channel blockage. Fluorescence-based visualization experimental results of electrokinetic focusing, flow field phenomena, and dynamic sorting demonstrate the advantages of the chip design. Numerical simulations in COMSOL are validated by the experimental data and used to investigate the effects of channel geometry and fluid properties on the flow field.

  1. Single-cell analysis and sorting using droplet-based microfluidics.

    PubMed

    Mazutis, Linas; Gilbert, John; Ung, W Lloyd; Weitz, David A; Griffiths, Andrew D; Heyman, John A

    2013-05-01

    We present a droplet-based microfluidics protocol for high-throughput analysis and sorting of single cells. Compartmentalization of single cells in droplets enables the analysis of proteins released from or secreted by cells, thereby overcoming one of the major limitations of traditional flow cytometry and fluorescence-activated cell sorting. As an example of this approach, we detail a binding assay for detecting antibodies secreted from single mouse hybridoma cells. Secreted antibodies are detected after only 15 min by co-compartmentalizing single mouse hybridoma cells, a fluorescent probe and single beads coated with anti-mouse IgG antibodies in 50-pl droplets. The beads capture the secreted antibodies and, when the captured antibodies bind to the probe, the fluorescence becomes localized on the beads, generating a clearly distinguishable fluorescence signal that enables droplet sorting at ∼200 Hz as well as cell enrichment. The microfluidic system described is easily adapted for screening other intracellular, cell-surface or secreted proteins and for quantifying catalytic or regulatory activities. In order to screen ∼1 million cells, the microfluidic operations require 2-6 h; the entire process, including preparation of microfluidic devices and mammalian cells, requires 5-7 d.

  2. Single-cell analysis and sorting using droplet-based microfluidics

    PubMed Central

    Mazutis, Linas; Gilbert, John; Ung, W Lloyd; Weitz, David A; Griffiths, Andrew D; Heyman, John A

    2014-01-01

    We present a droplet-based microfluidics protocol for high-throughput analysis and sorting of single cells. compartmentalization of single cells in droplets enables the analysis of proteins released from or secreted by cells, thereby overcoming one of the major limitations of traditional flow cytometry and fluorescence-activated cell sorting. as an example of this approach, we detail a binding assay for detecting antibodies secreted from single mouse hybridoma cells. secreted antibodies are detected after only 15 min by co-compartmentalizing single mouse hybridoma cells, a fluorescent probe and single beads coated with anti-mouse IgG antibodies in 50-pl droplets. the beads capture the secreted antibodies and, when the captured antibodies bind to the probe, the fluorescence becomes localized on the beads, generating a clearly distinguishable fluorescence signal that enables droplet sorting at ~200 Hz as well as cell enrichment. the microfluidic system described is easily adapted for screening other intracellular, cell-surface or secreted proteins and for quantifying catalytic or regulatory activities. In order to screen ~1 million cells, the microfluidic operations require 2–6 h; the entire process, including preparation of microfluidic devices and mammalian cells, requires 5–7 d. PMID:23558786

  3. A probability-based multi-cycle sorting method for 4D-MRI: A simulation study.

    PubMed

    Liang, Xiao; Yin, Fang-Fang; Liu, Yilin; Cai, Jing

    2016-12-01

    To develop a novel probability-based sorting method capable of generating multiple breathing cycles of 4D-MRI images and to evaluate performance of this new method by comparing with conventional phase-based methods in terms of image quality and tumor motion measurement. Based on previous findings that breathing motion probability density function (PDF) of a single breathing cycle is dramatically different from true stabilized PDF that resulted from many breathing cycles, it is expected that a probability-based sorting method capable of generating multiple breathing cycles of 4D images may capture breathing variation information missing from conventional single-cycle sorting methods. The overall idea is to identify a few main breathing cycles (and their corresponding weightings) that can best represent the main breathing patterns of the patient and then reconstruct a set of 4D images for each of the identified main breathing cycles. This method is implemented in three steps: (1) The breathing signal is decomposed into individual breathing cycles, characterized by amplitude, and period; (2) individual breathing cycles are grouped based on amplitude and period to determine the main breathing cycles. If a group contains more than 10% of all breathing cycles in a breathing signal, it is determined as a main breathing pattern group and is represented by the average of individual breathing cycles in the group; (3) for each main breathing cycle, a set of 4D images is reconstructed using a result-driven sorting method adapted from our previous study. The probability-based sorting method was first tested on 26 patients' breathing signals to evaluate its feasibility of improving target motion PDF. The new method was subsequently tested for a sequential image acquisition scheme on the 4D digital extended cardiac torso (XCAT) phantom. Performance of the probability-based and conventional sorting methods was evaluated in terms of target volume precision and accuracy as measured

  4. A probability-based multi-cycle sorting method for 4D-MRI: A simulation study

    PubMed Central

    Liang, Xiao; Yin, Fang-Fang; Liu, Yilin; Cai, Jing

    2016-01-01

    Purpose: To develop a novel probability-based sorting method capable of generating multiple breathing cycles of 4D-MRI images and to evaluate performance of this new method by comparing with conventional phase-based methods in terms of image quality and tumor motion measurement. Methods: Based on previous findings that breathing motion probability density function (PDF) of a single breathing cycle is dramatically different from true stabilized PDF that resulted from many breathing cycles, it is expected that a probability-based sorting method capable of generating multiple breathing cycles of 4D images may capture breathing variation information missing from conventional single-cycle sorting methods. The overall idea is to identify a few main breathing cycles (and their corresponding weightings) that can best represent the main breathing patterns of the patient and then reconstruct a set of 4D images for each of the identified main breathing cycles. This method is implemented in three steps: (1) The breathing signal is decomposed into individual breathing cycles, characterized by amplitude, and period; (2) individual breathing cycles are grouped based on amplitude and period to determine the main breathing cycles. If a group contains more than 10% of all breathing cycles in a breathing signal, it is determined as a main breathing pattern group and is represented by the average of individual breathing cycles in the group; (3) for each main breathing cycle, a set of 4D images is reconstructed using a result-driven sorting method adapted from our previous study. The probability-based sorting method was first tested on 26 patients’ breathing signals to evaluate its feasibility of improving target motion PDF. The new method was subsequently tested for a sequential image acquisition scheme on the 4D digital extended cardiac torso (XCAT) phantom. Performance of the probability-based and conventional sorting methods was evaluated in terms of target volume precision and

  5. Accessibility of condoms to young people in Manchester, UK.

    PubMed

    Sixsmith, Judith; Griffiths, John; Hughes, John; Wren, Joanne; Penfold, Steve; Natusch, Hilary

    2006-10-01

    Issues relevant to the accessibility of male condoms for young people in the Greater Manchester area (UK) were investigated, using semi-structured, in-depth interviews and a questionnaire survey. Family planning clinics and condom vending machines (CVMs) were the most cited sources for condom acquisition. Young people's knowledge of where and when they could access condoms varied by age and gender. Suitable positioning of CVMs would need to take such variations into account when targeting potential customers. Levels of embarrassment about acquiring condoms also varied according to gender. The lifestyles of young people indicated the sorts of places in which CVMs might offer increased accessibility. For younger men and women this tended to involve low-cost, semi-private places such as local parks, school toilets and shopping malls/streets. Older men with higher spending power and increased confidence could access condoms through pub and club toilets and chemist shops. Accessible positioning of CVMs was related to the age, gender and lifestyle of the participants, and programmes to enhance accessibility should reflect this. Increased accessibility for younger groups, and especially women, needs to take into account issues of cost, confidence and embarrassment. For older groups, lifestyle choices indicated pubs and clubs as key locations for both men and women.

  6. Raman tweezers in microfluidic systems for analysis and sorting of living cells

    NASA Astrophysics Data System (ADS)

    Pilát, Zdeněk.; Ježek, Jan; Kaňka, Jan; Zemánek, Pavel

    2014-12-01

    We have devised an analytical and sorting system combining optical trapping with Raman spectroscopy in microfluidic environment, dedicated to identification and sorting of biological objects, such as living cells of various unicellular organisms. Our main goal was to create a robust and universal platform for non-destructive and non-contact sorting of micro-objects based on their Raman spectral properties. This approach allowed us to collect spectra containing information about the chemical composition of the objects, such as the presence and composition of pigments, lipids, proteins, or nucleic acids, avoiding artificial chemical probes such as fluorescent markers. The non-destructive nature of this optical analysis and manipulation allowed us to separate individual living cells of our interest in a sterile environment and provided the possibility to cultivate the selected cells for further experiments. We used a mixture of polystyrene micro-particles and algal cells to test and demonstrate the function of our analytical and sorting system. The devised system could find its use in many medical, biotechnological, and biological applications.

  7. Raman-activated cell sorting based on dielectrophoretic single-cell trap and release.

    PubMed

    Zhang, Peiran; Ren, Lihui; Zhang, Xu; Shan, Yufei; Wang, Yun; Ji, Yuetong; Yin, Huabing; Huang, Wei E; Xu, Jian; Ma, Bo

    2015-02-17

    Raman-activated cell sorting (RACS) is a promising single-cell technology that holds several significant advantages, as RACS is label-free, information-rich, and potentially in situ. To date, the ability of the technique to identify single cells in a high-speed flow has been limited by inherent weakness of the spontaneous Raman signal. Here we present an alternative pause-and-sort RACS microfluidic system that combines positive dielectrophoresis (pDEP) for single-cell trap and release with a solenoid-valve-suction-based switch for cell separation. This has allowed the integration of trapping, Raman identification, and automatic separation of individual cells in a high-speed flow. By exerting a periodical pDEP field, single cells were trapped, ordered, and positioned individually to the detection point for Raman measurement. As a proof-of-concept demonstration, a mixture of two cell strains containing carotenoid-producing yeast (9%) and non-carotenoid-producing Saccharomyces cerevisiae (91%) was sorted, which enriched the former to 73% on average and showed a fast Raman-activated cell sorting at the subsecond level.

  8. Hurricane Sandy's Fingerprint: Ripple Bedforms at an Inner Continental Shelf Sorted Bedform Field Site

    NASA Astrophysics Data System (ADS)

    DuVal, C.; Trembanis, A. C.; Beaudoin, J. D.; Schmidt, V. E.; Mayer, L. A.

    2013-12-01

    orbital ripples. Using the Fingerprint Algorithm technique developed by Skarke and Trembanis (2011), sonar images have been analyzed to quantify ripple orientation, wavelength and defects (e.g. bifurcation and terminations). Correlation to time-series current and wave data shows strong agreement between peak-storm ripple wavelength scaling predictions and Fingerprint Algorithm wavelength measurements of relict ripples, indicating a non-equilibrated response of ripple bedforms to near bed orbital currents. Preliminary results further indicate an increase of ripple bedform defects near seabed objects, and deviations in ripple orientation and wavelength possibly related to current steering and vortices shed from nearby objects. Subsequent surveys and instrument deployments at the site have recorded the burial of these ripple bedforms during low-energy conditions, typical with the cyclical evolution of sorted bedform sites.

  9. Access and use of the GUDMAP database of genitourinary development.

    PubMed

    Davies, Jamie A; Little, Melissa H; Aronow, Bruce; Armstrong, Jane; Brennan, Jane; Lloyd-MacGilp, Sue; Armit, Chris; Harding, Simon; Piu, Xinjun; Roochun, Yogmatee; Haggarty, Bernard; Houghton, Derek; Davidson, Duncan; Baldock, Richard

    2012-01-01

    The Genitourinary Development Molecular Atlas Project (GUDMAP) aims to document gene expression across time and space in the developing urogenital system of the mouse, and to provide access to a variety of relevant practical and educational resources. Data come from microarray gene expression profiling (from laser-dissected and FACS-sorted samples) and in situ hybridization at both low (whole-mount) and high (section) resolutions. Data are annotated to a published, high-resolution anatomical ontology and can be accessed using a variety of search interfaces. Here, we explain how to run typical queries on the database, by gene or anatomical location, how to view data, how to perform complex queries, and how to submit data.

  10. Experimental investigation of gravity effects on sediment sorting on Mars

    NASA Astrophysics Data System (ADS)

    Kuhn, Nikolaus J.; Kuhn, Brigitte; Gartmann, Andres

    2014-05-01

    Sorting of sedimentary rocks is a proxy for the environmental conditions at the time of deposition, in particular the runoff that moved and deposited the material forming the rocks. Settling of sediment is strongly influenced by the gravity of a planetary body. As a consequence, sorting of a sedimentary rock varies with gravity for a given depth and velocity of surface runoff. Theoretical considerations for spheres indicate that sorting is more uniform on Mars than on Earth for runoff of identical depth. In reality, such considerations have to be applied with great caution because the shape of a particle strongly influences drag. Drag itself can only be calculated directly for an irregularly shaped particle with great computational effort, if at all. Therefore, even for terrestrial applications, sediment settling velocities are often determined directly, e.g. by measurements using settling tubes. In this study the results of settling tube tests conducted under reduced gravity during three experimental flights conducted in November 2012 and 2013 are presented. Nine types of sediment, ranging in size, shape and density were tested in custom-designed settling tubes during parabolas of Martian gravity lasting 20 to 25 seconds. Based on the observed settling velocities, the applicability of empirical relationships developed on Earth to assess particle settling on Mars are discussed. In addition, the potential effects of reduced gravity on the sorting of sedimentary rocks and their use as a proxy for runoff and thus environmental conditions on Mars are examined.

  11. Sorting cells of the microalga Chlorococcum littorale with increased triacylglycerol productivity.

    PubMed

    Cabanelas, Iago Teles Dominguez; van der Zwart, Mathijs; Kleinegris, Dorinde M M; Wijffels, René H; Barbosa, Maria J

    2016-01-01

    Despite extensive research in the last decades, microalgae are still only economically feasible for high valued markets. Strain improvement is a strategy to increase productivities, hence reducing costs. In this work, we focus on microalgae selection: taking advantage of the natural biological variability of species to select variations based on desired characteristics. We focused on triacylglycerol (TAG), which have applications ranging from biodiesel to high-value omega-3 fatty-acids. Hence, we demonstrated a strategy to sort microalgae cells with increased TAG productivity. 1. We successfully identified sub-populations of cells with increased TAG productivity using Fluorescence assisted cell sorting (FACS). 2. We sequentially sorted cells after repeated cycles of N-starvation, resulting in five sorted populations (S1-S5). 3. The comparison between sorted and original populations showed that S5 had the highest TAG productivity [0.34 against 0.18 g l(-1) day(-1) (original), continuous light]. 4. Original and S5 were compared in lab-scale reactors under simulated summer conditions confirming the increased TAG productivity of S5 (0.4 against 0.2 g l(-1) day(-1)). Biomass composition analyses showed that S5 produced more biomass under N-starvation because of an increase only in TAG content and, flow cytometry showed that our selection removed cells with lower efficiency in producing TAGs. All combined, our results present a successful strategy to improve the TAG productivity of Chlorococcum littorale, without resourcing to genetic manipulation or random mutagenesis. Additionally, the improved TAG productivity of S5 was confirmed under simulated summer conditions, highlighting the industrial potential of S5 for microalgal TAG production.

  12. A Novel and Simple Spike Sorting Implementation.

    PubMed

    Petrantonakis, Panagiotis C; Poirazi, Panayiota

    2017-04-01

    Monitoring the activity of multiple, individual neurons that fire spikes in the vicinity of an electrode, namely perform a Spike Sorting (SS) procedure, comprises one of the most important tools for contemporary neuroscience in order to reverse-engineer the brain. As recording electrodes' technology rabidly evolves by integrating thousands of electrodes in a confined spatial setting, the algorithms that are used to monitor individual neurons from recorded signals have to become even more reliable and computationally efficient. In this work, we propose a novel framework of the SS approach in which a single-step processing of the raw (unfiltered) extracellular signal is sufficient for both the detection and sorting of the activity of individual neurons. Despite its simplicity, the proposed approach exhibits comparable performance with state-of-the-art approaches, especially for spike detection in noisy signals, and paves the way for a new family of SS algorithms with the potential for multi-recording, fast, on-chip implementations.

  13. A real time sorting algorithm to time sort any deterministic time disordered data stream

    NASA Astrophysics Data System (ADS)

    Saini, J.; Mandal, S.; Chakrabarti, A.; Chattopadhyay, S.

    2017-12-01

    In new generation high intensity high energy physics experiments, millions of free streaming high rate data sources are to be readout. Free streaming data with associated time-stamp can only be controlled by thresholds as there is no trigger information available for the readout. Therefore, these readouts are prone to collect large amount of noise and unwanted data. For this reason, these experiments can have output data rate of several orders of magnitude higher than the useful signal data rate. It is therefore necessary to perform online processing of the data to extract useful information from the full data set. Without trigger information, pre-processing on the free streaming data can only be done with time based correlation among the data set. Multiple data sources have different path delays and bandwidth utilizations and therefore the unsorted merged data requires significant computational efforts for real time manifestation of sorting before analysis. Present work reports a new high speed scalable data stream sorting algorithm with its architectural design, verified through Field programmable Gate Array (FPGA) based hardware simulation. Realistic time based simulated data likely to be collected in an high energy physics experiment have been used to study the performance of the algorithm. The proposed algorithm uses parallel read-write blocks with added memory management and zero suppression features to make it efficient for high rate data-streams. This algorithm is best suited for online data streams with deterministic time disorder/unsorting on FPGA like hardware.

  14. An extensible infrastructure for fully automated spike sorting during online experiments.

    PubMed

    Santhanam, Gopal; Sahani, Maneesh; Ryu, Stephen; Shenoy, Krishna

    2004-01-01

    When recording extracellular neural activity, it is often necessary to distinguish action potentials arising from distinct cells near the electrode tip, a process commonly referred to as "spike sorting." In a number of experiments, notably those that involve direct neuroprosthetic control of an effector, this cell-by-cell classification of the incoming signal must be achieved in real time. Several commercial offerings are available for this task, but all of these require some manual supervision per electrode, making each scheme cumbersome with large electrode counts. We present a new infrastructure that leverages existing unsupervised algorithms to sort and subsequently implement the resulting signal classification rules for each electrode using a commercially available Cerebus neural signal processor. We demonstrate an implementation of this infrastructure to classify signals from a cortical electrode array, using a probabilistic clustering algorithm (described elsewhere). The data were collected from a rhesus monkey performing a delayed center-out reach task. We used both sorted and unsorted (thresholded) action potentials from an array implanted in pre-motor cortex to "predict" the reach target, a common decoding operation in neuroprosthetic research. The use of sorted spikes led to an improvement in decoding accuracy of between 3.6 and 6.4%.

  15. Methane yield in source-sorted organic fraction of municipal solid waste.

    PubMed

    Davidsson, Asa; Gruvberger, Christopher; Christensen, Thomas H; Hansen, Trine Lund; Jansen, Jes la Cour

    2007-01-01

    Treating the source-separated organic fraction of municipal solid waste (SS-OFMSW) by anaerobic digestion is considered by many municipalities in Europe as an environmentally friendly means of treating organic waste and simultaneously producing methane gas. Methane yield can be used as a parameter for evaluation of the many different systems that exist for sorting and pre-treating waste. Methane yield from the thermophilic pilot scale digestion of 17 types of domestically SS-OFMSW originating from seven full-scale sorting systems was found. The samples were collected during 1 year using worked-out procedures tested statistically to ensure representative samples. Each waste type was identified by its origin and by pre-sorting, collection and pre-treatment methods. In addition to the pilot scale digestion, all samples were examined by chemical analyses and methane potential measurements. A VS-degradation rate of around 80% and a methane yield of 300-400Nm(3) CH(4)/ton VS(in) were achieved with a retention time of 15 days, corresponding to approximately 70% of the methane potential. The different waste samples gave minor variation in chemical composition and thus also in methane yield and methane potential. This indicates that sorting and collection systems in the present study do not significantly affect the amount of methane produced per VS treated.

  16. Robust spike sorting of retinal ganglion cells tuned to spot stimuli.

    PubMed

    Ghahari, Alireza; Badea, Tudor C

    2016-08-01

    We propose an automatic spike sorting approach for the data recorded from a microelectrode array during visual stimulation of wild type retinas with tiled spot stimuli. The approach first detects individual spikes per electrode by their signature local minima. With the mixture probability distribution of the local minima estimated afterwards, it applies a minimum-squared-error clustering algorithm to sort the spikes into different clusters. A template waveform for each cluster per electrode is defined, and a number of reliability tests are performed on it and its corresponding spikes. Finally, a divisive hierarchical clustering algorithm is used to deal with the correlated templates per cluster type across all the electrodes. According to the measures of performance of the spike sorting approach, it is robust even in the cases of recordings with low signal-to-noise ratio.

  17. Method and apparatus for electrostatically sorting biological cells

    DOEpatents

    Merrill, John T.

    1982-01-01

    An improved method of sorting biological cells in a conventional cell sorter apparatus includes generating a fluid jet containing cells to be sorted, measuring the distance between the centers of adjacent droplets in a zone thereof defined at the point where the fluid jet separates into descrete droplets, setting the distance between the center of a droplet in said separation zone and the position along said fluid jet at which the cell is optically sensed for specific characteristics to be an integral multiple of said center-to-center distance, and disabling a charger from electrically charging a specific droplet if a cell is detected by the optical sensor in a position wherein it will be in the neck area between droplets during droplet formation rather than within a predetermined distance from the droplet center.

  18. Past, present and future of spike sorting techniques.

    PubMed

    Rey, Hernan Gonzalo; Pedreira, Carlos; Quian Quiroga, Rodrigo

    2015-10-01

    Spike sorting is a crucial step to extract information from extracellular recordings. With new recording opportunities provided by the development of new electrodes that allow monitoring hundreds of neurons simultaneously, the scenario for the new generation of algorithms is both exciting and challenging. However, this will require a new approach to the problem and the development of a common reference framework to quickly assess the performance of new algorithms. In this work, we review the basic concepts of spike sorting, including the requirements for different applications, together with the problems faced by presently available algorithms. We conclude by proposing a roadmap stressing the crucial points to be addressed to support the neuroscientific research of the near future. Copyright © 2015 The Authors. Published by Elsevier Inc. All rights reserved.

  19. Agricultural produce grading and sorting system using color CCD and new color identification algorithm

    NASA Astrophysics Data System (ADS)

    Wang, Dongsheng; Zou, Jizuo; Yang, Yunping; Dong, Jianhua; Zhang, Yuanxiang

    1996-10-01

    A high-speed automatic agricultural produce grading and sorting system using color CCD and new color identification algorithm has been developed. In a typical application, the system can sort almonds into tow output grades according to their color. Almonds ar rich in 18 kinds of amino acids and 13 kinds of micro minerals and vitamins and can be made into almond drink. In order to ensure the drink quality, almonds must be sorted carefully before being made into a drink. Using this system, almonds can be sorted into two grades: up to grade and below grade almonds or foreign materials. A color CCD inspects the almonds passing on a conveyor of rotating rollers, a color identification algorithm grades almonds and distinguishes foreign materials from almonds. Employing an elaborately designed mechanism, the below grade almonds and foreign materials can be removed effectively from the raw almonds. This system can be easily adapted for inspecting and sorting other kinds of agricultural produce such as peanuts, beans tomatoes and so on.

  20. The early endosome: a busy sorting station for proteins at the crossroads

    PubMed Central

    Jovic, Marko; Sharma, Mahak; Rahajeng, Juliati; Caplan, Steve

    2010-01-01

    Summary Endocytosis marks the entry of internalized receptors into the complex network of endocytic trafficking pathways. Endocytic vesicles are rapidly targeted to a distinct membrane-bound endocytic organelle referred to as the early endosome. Despite the existence of numerous internalization routes, early endosomes (EE) serve as a focal point of the endocytic pathway. Sorting events initiated at this compartment determine the subsequent fate of internalized proteins and lipids, destining them either for recycling to the plasma membrane, degradation in lysosomes or delivery to the trans-Golgi network. Sorting of endocytic cargo to the latter compartments is accomplished through the formation of distinct microdomains within early endosomes, through the coordinate recruitment and assembly of the sorting machinery. An elaborate network of interactions between endocytic regulatory proteins ensures synchronized sorting of cargo to microdomains followed by morphological changes at the early endosomal membranes. Consequently, the cargo targeted either for recycling back to the plasma membrane, or for retrograde transport to the trans-Golgi network, localizes to newly-formed tubular membranes. With a high ratio of membrane surface to lumenal volume, these tubules effectively concentrate the recycling cargo, ensuring efficient transport out of the EE. Conversely, receptors sorted for degradation cluster at the flat clathrin lattices involved in invaginations of the limiting membrane, associating with newly formed intralumenal vesicles. In this review we will discuss the characteristics of early endosomes, their role in the regulation of endocytic transport, and their aberrant function in a variety of diseases. PMID:19924646

  1. A visual ergonomics intervention in mail sorting facilities: effects on eyes, muscles and productivity.

    PubMed

    Hemphälä, Hillevi; Eklund, Jörgen

    2012-01-01

    Visual requirements are high when sorting mail. The purpose of this visual ergonomics intervention study was to evaluate the visual environment in mail sorting facilities and to explore opportunities for improving the work situation by reducing visual strain, improving the visual work environment and reducing mail sorting time. Twenty-seven postmen/women participated in a pre-intervention study, which included questionnaires on their experiences of light, visual ergonomics, health, and musculoskeletal symptoms. Measurements of lighting conditions and productivity were also performed along with eye examinations of the postmen/women. The results from the pre-intervention study showed that the postmen/women who suffered from eyestrain had a higher prevalence of musculoskeletal disorders (MSD) and sorted slower, than those without eyestrain. Illuminance and illuminance uniformity improved as a result of the intervention. The two post-intervention follow-ups showed a higher prevalence of MSD among the postmen/women with eyestrain than among those without. The previous differences in sorting time for employees with and without eyestrain disappeared. After the intervention, the postmen/women felt better in general, experienced less work induced stress, and considered that the total general lighting had improved. The most pronounced decreases in eyestrain, MSD, and mail sorting time were seen among the younger participants of the group. Copyright © 2011 Elsevier Ltd and The Ergonomics Society. All rights reserved.

  2. Palladium-Mediated Catalysis Leads to Intramolecular Narcissistic Self-Sorting on a Cavitand Platform.

    PubMed

    Nagymihály, Zoltán; Caturello, Naidel A M S; Takátsy, Anikó; Aragay, Gemma; Kollár, László; Albuquerque, Rodrigo Q; Csók, Zsolt

    2017-01-06

    Palladium-catalyzed aminocarbonylation reactions have been used to directly convert a tetraiodocavitand intermediate into the corresponding carboxamides and 2-ketocarboxamides. When complex mixtures of the amine reactants are employed in competition experiments using polar solvents, such as DMF, no "mixed" products possessing structurally different amide fragments are detected either by 1 H or 13 C NMR. Only highly symmetrical cavitands are sorted out of a large number of potentially feasible products, which represents a rare example of intramolecular, narcissistic self-sorting. Our experimental results along with thermodynamic energy analysis suggest that the observed self-sorting is a symmetry-driven, kinetically controlled process.

  3. Virtual sorting hat™ technology for the matching of candidates to residency training programs.

    PubMed

    Gouda, Pishoy; Cormican, Martin

    2016-12-01

    The matching of medical students and trainees to appropriate training programmes poses many challenges, including financial cost and applicant stress. There are few studies that have examined alternatives to the current process of matching candidates to specialist training. Case reports from Hogwarts School of Witchcraft and Wizardry ™ have suggested that wearable technology may be used to assign individuals with particular sets of skills and virtues to an appropriate house. Investigators developed a modified sorting hat in the form of an online, cross-sectional survey. The virtual sorting hat was delivered to medical students at the National University of Ireland, Galway, and medical practitioners practising in the associated hospitals and communities. Pearson's chi-square was used to demonstrate correlations between the allocation of participants to Hogwarts' houses by virtual sorting hat technology and expressed higher specialist training preference. Virtual sorting hat technology, applied to medical undergraduates and postgraduates, allocated most participants to Hufflepuff ™ (44%) and Ravenclaw ™ (32%). Allocation to Gryffindor was associated with preference for surgery and allocation to Slytherin ™ with preference for psychiatry. Virtual sorting hat technology requires significant refinement before application to medical muggles ™ . © 2016 John Wiley & Sons Ltd and The Association for the Study of Medical Education.

  4. Development of the biology card sorting task to measure conceptual expertise in biology.

    PubMed

    Smith, Julia I; Combs, Elijah D; Nagami, Paul H; Alto, Valerie M; Goh, Henry G; Gourdet, Muryam A A; Hough, Christina M; Nickell, Ashley E; Peer, Adrian G; Coley, John D; Tanner, Kimberly D

    2013-01-01

    There are widespread aspirations to focus undergraduate biology education on teaching students to think conceptually like biologists; however, there is a dearth of assessment tools designed to measure progress from novice to expert biological conceptual thinking. We present the development of a novel assessment tool, the Biology Card Sorting Task, designed to probe how individuals organize their conceptual knowledge of biology. While modeled on tasks from cognitive psychology, this task is unique in its design to test two hypothesized conceptual frameworks for the organization of biological knowledge: 1) a surface feature organization focused on organism type and 2) a deep feature organization focused on fundamental biological concepts. In this initial investigation of the Biology Card Sorting Task, each of six analytical measures showed statistically significant differences when used to compare the card sorting results of putative biological experts (biology faculty) and novices (non-biology major undergraduates). Consistently, biology faculty appeared to sort based on hypothesized deep features, while non-biology majors appeared to sort based on either surface features or nonhypothesized organizational frameworks. Results suggest that this novel task is robust in distinguishing populations of biology experts and biology novices and may be an adaptable tool for tracking emerging biology conceptual expertise.

  5. Development of the Biology Card Sorting Task to Measure Conceptual Expertise in Biology

    PubMed Central

    Smith, Julia I.; Combs, Elijah D.; Nagami, Paul H.; Alto, Valerie M.; Goh, Henry G.; Gourdet, Muryam A. A.; Hough, Christina M.; Nickell, Ashley E.; Peer, Adrian G.; Coley, John D.; Tanner, Kimberly D.

    2013-01-01

    There are widespread aspirations to focus undergraduate biology education on teaching students to think conceptually like biologists; however, there is a dearth of assessment tools designed to measure progress from novice to expert biological conceptual thinking. We present the development of a novel assessment tool, the Biology Card Sorting Task, designed to probe how individuals organize their conceptual knowledge of biology. While modeled on tasks from cognitive psychology, this task is unique in its design to test two hypothesized conceptual frameworks for the organization of biological knowledge: 1) a surface feature organization focused on organism type and 2) a deep feature organization focused on fundamental biological concepts. In this initial investigation of the Biology Card Sorting Task, each of six analytical measures showed statistically significant differences when used to compare the card sorting results of putative biological experts (biology faculty) and novices (non–biology major undergraduates). Consistently, biology faculty appeared to sort based on hypothesized deep features, while non–biology majors appeared to sort based on either surface features or nonhypothesized organizational frameworks. Results suggest that this novel task is robust in distinguishing populations of biology experts and biology novices and may be an adaptable tool for tracking emerging biology conceptual expertise. PMID:24297290

  6. ATAC-see reveals the accessible genome by transposase-mediated imaging and sequencing.

    PubMed

    Chen, Xingqi; Shen, Ying; Draper, Will; Buenrostro, Jason D; Litzenburger, Ulrike; Cho, Seung Woo; Satpathy, Ansuman T; Carter, Ava C; Ghosh, Rajarshi P; East-Seletsky, Alexandra; Doudna, Jennifer A; Greenleaf, William J; Liphardt, Jan T; Chang, Howard Y

    2016-12-01

    Spatial organization of the genome plays a central role in gene expression, DNA replication, and repair. But current epigenomic approaches largely map DNA regulatory elements outside of the native context of the nucleus. Here we report assay of transposase-accessible chromatin with visualization (ATAC-see), a transposase-mediated imaging technology that employs direct imaging of the accessible genome in situ, cell sorting, and deep sequencing to reveal the identity of the imaged elements. ATAC-see revealed the cell-type-specific spatial organization of the accessible genome and the coordinated process of neutrophil chromatin extrusion, termed NETosis. Integration of ATAC-see with flow cytometry enables automated quantitation and prospective cell isolation as a function of chromatin accessibility, and it reveals a cell-cycle dependence of chromatin accessibility that is especially dynamic in G1 phase. The integration of imaging and epigenomics provides a general and scalable approach for deciphering the spatiotemporal architecture of gene control.

  7. A multispectral sorting device for isolating single wheat kernels with high protein content

    USDA-ARS?s Scientific Manuscript database

    Automated sorting of single wheat kernels according to protein content was demonstrated using two novel multispectral sorting devices with different spectral ranges; 470-1070 nm (silicone based detector) and 910nm-1550 nm (InGaAs based detector). The multispectral data were acquired by rapidly (~12...

  8. A monolithic glass chip for active single-cell sorting based on mechanical phenotyping.

    PubMed

    Faigle, Christoph; Lautenschläger, Franziska; Whyte, Graeme; Homewood, Philip; Martín-Badosa, Estela; Guck, Jochen

    2015-03-07

    The mechanical properties of biological cells have long been considered as inherent markers of biological function and disease. However, the screening and active sorting of heterogeneous populations based on serial single-cell mechanical measurements has not been demonstrated. Here we present a novel monolithic glass chip for combined fluorescence detection and mechanical phenotyping using an optical stretcher. A new design and manufacturing process, involving the bonding of two asymmetrically etched glass plates, combines exact optical fiber alignment, low laser damage threshold and high imaging quality with the possibility of several microfluidic inlet and outlet channels. We show the utility of such a custom-built optical stretcher glass chip by measuring and sorting single cells in a heterogeneous population based on their different mechanical properties and verify sorting accuracy by simultaneous fluorescence detection. This offers new possibilities of exact characterization and sorting of small populations based on rheological properties for biological and biomedical applications.

  9. Automatic online spike sorting with singular value decomposition and fuzzy C-mean clustering

    PubMed Central

    2012-01-01

    Background Understanding how neurons contribute to perception, motor functions and cognition requires the reliable detection of spiking activity of individual neurons during a number of different experimental conditions. An important problem in computational neuroscience is thus to develop algorithms to automatically detect and sort the spiking activity of individual neurons from extracellular recordings. While many algorithms for spike sorting exist, the problem of accurate and fast online sorting still remains a challenging issue. Results Here we present a novel software tool, called FSPS (Fuzzy SPike Sorting), which is designed to optimize: (i) fast and accurate detection, (ii) offline sorting and (iii) online classification of neuronal spikes with very limited or null human intervention. The method is based on a combination of Singular Value Decomposition for fast and highly accurate pre-processing of spike shapes, unsupervised Fuzzy C-mean, high-resolution alignment of extracted spike waveforms, optimal selection of the number of features to retain, automatic identification the number of clusters, and quantitative quality assessment of resulting clusters independent on their size. After being trained on a short testing data stream, the method can reliably perform supervised online classification and monitoring of single neuron activity. The generalized procedure has been implemented in our FSPS spike sorting software (available free for non-commercial academic applications at the address: http://www.spikesorting.com) using LabVIEW (National Instruments, USA). We evaluated the performance of our algorithm both on benchmark simulated datasets with different levels of background noise and on real extracellular recordings from premotor cortex of Macaque monkeys. The results of these tests showed an excellent accuracy in discriminating low-amplitude and overlapping spikes under strong background noise. The performance of our method is competitive with respect to

  10. Interannual variability of sorted bedforms in the coastal German Bight (SE North Sea)

    NASA Astrophysics Data System (ADS)

    Mielck, F.; Holler, P.; Bürk, D.; Hass, H. C.

    2015-12-01

    Sorted bedforms are ubiquitous on the inner continental shelves worldwide. They are described as spatially-grain-size-sorted features consisting of small rippled medium-to-coarse sand and can remain stable for decades. However, the knowledge about their genesis and development is still fragmentary. For this study, a representative investigation area (water depth<15 m) located on the shelf west of the island of Sylt (SE North Sea, Germany) was periodically surveyed with hydroacoustic means (i.e. sidescan sonar, multibeam echo sounder, and sub-bottom profiler) during 2010-2014. Since this area is influenced by tidal and wind-driven currents, the aim was to detect and examine interannual variabilities in the characteristics of the prevailing sorted bedforms. Our measurements reveal sinuous stripes of rippled medium sand which are embedded in shallow symmetrical depressions. These domains are surrounded by relatively smooth fine-sand areas. These sorted bedforms were identified as flow-transverse features that are maintained by ebb and flood currents of almost equal strengths that flow in opposite directions. This bidirectional flow field generates sharp boundaries between the medium- and fine-sand domains in both current directions. Further to the north, where flood currents are dominant, asymmetric sorted bedforms were detected which show sharp boundaries only in flood-current direction. Comparisons between the measurements of the different years show no significant variations in morphology and distribution of the sorted bedforms. However, variations of the boundaries between the medium and the fine-sand domains were observed. Additionally, new minor sorted bedforms and rippled excavation marks as well as new fine-sand areas developed and disappeared occasionally. It can be supposed that such sediment winnowing and focusing processes take place during periodically recurring storm surges, which change the shapes of the features. Moreover, variations in alignments and

  11. Field fertility of liquid stored and cryopreserved flow cytometrically sex-sorted stallion sperm.

    PubMed

    Gibb, Z; Grupen, C G; Maxwell, W M C; Morris, L H A

    2017-03-01

    The fertility of sex-sorted, cryopreserved stallion sperm must be improved for the sex-sorting technology to be applied commercially. To optimise the conditions used to liquid store stallion sperm prior to sex-sorting and assess the fertility of sperm following sex-sorting and cryopreservation. Both in vitro experiment and randomised controlled trial in healthy, client-owned mares. Stallion ejaculates (n = 9) were diluted in either a skimmed milk (KMT) or BSA (I-BSA) based media to 25 × 10 6 sperm/ml directly (+SP25) or washed to remove seminal plasma and diluted to 25 or 111 × 10 6 sperm/ml (-SP25 and -SP111). Sperm were stored for 18 h at 10 to 15°C and -SP25 and +SP25 treatments were centrifuged and resuspended to 111 × 10 6 sperm/ml. Sperm were incubated under H33342 staining conditions and motility, viability and acrosome integrity assessed. Semen was collected from stallions (n = 4), liquid stored at 10-15°C for up to 5 h and sperm either cryopreserved directly, sex-sorted and cryopreserved, or sex-sorted and returned to liquid storage until insemination. Low-dose hysteroscopic insemination was performed in 23 mares randomly allocated to the semen preparation group and pregnancy determined following embryo flushing on Day 9 after ovulation, or via transrectal ultrasonography on Day 14 after ovulation. Skimmed milk was superior to I-BSA in maintaining motility, viability and acrosome integrity. Seminal plasma removal did not affect the parameters measured at the concentrations examined. Conception rates did not differ significantly between the groups, although a high incidence of pregnancy loss was observed in both the cryopreserved groups. While the conception rates achieved are among the highest yet reported for sex-sorted, cryopreserved stallion sperm, the high incidence of pregnancy loss suggests that the development of the resulting embryos was significantly impaired by the sperm processing treatments. © 2016 EVJ Ltd.

  12. Automatic online spike sorting with singular value decomposition and fuzzy C-mean clustering.

    PubMed

    Oliynyk, Andriy; Bonifazzi, Claudio; Montani, Fernando; Fadiga, Luciano

    2012-08-08

    Understanding how neurons contribute to perception, motor functions and cognition requires the reliable detection of spiking activity of individual neurons during a number of different experimental conditions. An important problem in computational neuroscience is thus to develop algorithms to automatically detect and sort the spiking activity of individual neurons from extracellular recordings. While many algorithms for spike sorting exist, the problem of accurate and fast online sorting still remains a challenging issue. Here we present a novel software tool, called FSPS (Fuzzy SPike Sorting), which is designed to optimize: (i) fast and accurate detection, (ii) offline sorting and (iii) online classification of neuronal spikes with very limited or null human intervention. The method is based on a combination of Singular Value Decomposition for fast and highly accurate pre-processing of spike shapes, unsupervised Fuzzy C-mean, high-resolution alignment of extracted spike waveforms, optimal selection of the number of features to retain, automatic identification the number of clusters, and quantitative quality assessment of resulting clusters independent on their size. After being trained on a short testing data stream, the method can reliably perform supervised online classification and monitoring of single neuron activity. The generalized procedure has been implemented in our FSPS spike sorting software (available free for non-commercial academic applications at the address: http://www.spikesorting.com) using LabVIEW (National Instruments, USA). We evaluated the performance of our algorithm both on benchmark simulated datasets with different levels of background noise and on real extracellular recordings from premotor cortex of Macaque monkeys. The results of these tests showed an excellent accuracy in discriminating low-amplitude and overlapping spikes under strong background noise. The performance of our method is competitive with respect to other robust spike

  13. Microfluidic cell sorting: a review of the advances in the separation of cells from debulking to rare cell isolation.

    PubMed

    Shields, C Wyatt; Reyes, Catherine D; López, Gabriel P

    2015-03-07

    Accurate and high throughput cell sorting is a critical enabling technology in molecular and cellular biology, biotechnology, and medicine. While conventional methods can provide high efficiency sorting in short timescales, advances in microfluidics have enabled the realization of miniaturized devices offering similar capabilities that exploit a variety of physical principles. We classify these technologies as either active or passive. Active systems generally use external fields (e.g., acoustic, electric, magnetic, and optical) to impose forces to displace cells for sorting, whereas passive systems use inertial forces, filters, and adhesion mechanisms to purify cell populations. Cell sorting on microchips provides numerous advantages over conventional methods by reducing the size of necessary equipment, eliminating potentially biohazardous aerosols, and simplifying the complex protocols commonly associated with cell sorting. Additionally, microchip devices are well suited for parallelization, enabling complete lab-on-a-chip devices for cellular isolation, analysis, and experimental processing. In this review, we examine the breadth of microfluidic cell sorting technologies, while focusing on those that offer the greatest potential for translation into clinical and industrial practice and that offer multiple, useful functions. We organize these sorting technologies by the type of cell preparation required (i.e., fluorescent label-based sorting, bead-based sorting, and label-free sorting) as well as by the physical principles underlying each sorting mechanism.

  14. Microfluidic Cell Sorting: A Review of the Advances in the Separation of Cells from Debulking to Rare Cell Isolation

    PubMed Central

    Shields, C. Wyatt; Reyes, Catherine D.; López, Gabriel P.

    2015-01-01

    Accurate and high throughput cell sorting is a critical enabling technology in molecular and cellular biology, biotechnology, and medicine. While conventional methods can provide high efficiency sorting in short timescales, advances in microfluidics have enabled the realization of miniaturized devices offering similar capabilities that exploit a variety of physical principles. We classify these technologies as either active or passive. Active systems generally use external fields (e.g., acoustic, electric, magnetic, and optical) to impose forces to displace cells for sorting, whereas passive systems use inertial forces, filters, and adhesion mechanisms to purify cell populations. Cell sorting on microchips provides numerous advantages over conventional methods by reducing the size of necessary equipment, eliminating potentially biohazardous aerosols, and simplifying the complex protocols commonly associated with cell sorting. Additionally, microchip devices are well suited for parallelization, enabling complete lab-on-a-chip devices for cellular isolation, analysis, and experimental processing. In this review, we examine the breadth of microfluidic cell sorting technologies, while focusing on those that offer the greatest potential for translation into clinical and industrial practice and that offer multiple, useful functions. We organize these sorting technologies by the type of cell preparation required (i.e., fluorescent label-based sorting, bead-based sorting, and label-free sorting) as well as by the physical principles underlying each sorting mechanism. PMID:25598308

  15. Hurdles and sorting by inversions: combinatorial, statistical, and experimental results.

    PubMed

    Swenson, Krister M; Lin, Yu; Rajan, Vaibhav; Moret, Bernard M E

    2009-10-01

    As data about genomic architecture accumulates, genomic rearrangements have attracted increasing attention. One of the main rearrangement mechanisms, inversions (also called reversals), was characterized by Hannenhalli and Pevzner and this characterization in turn extended by various authors. The characterization relies on the concepts of breakpoints, cycles, and obstructions colorfully named hurdles and fortresses. In this paper, we study the probability of generating a hurdle in the process of sorting a permutation if one does not take special precautions to avoid them (as in a randomized algorithm, for instance). To do this we revisit and extend the work of Caprara and of Bergeron by providing simple and exact characterizations of the probability of encountering a hurdle in a random permutation. Using similar methods we provide the first asymptotically tight analysis of the probability that a fortress exists in a random permutation. Finally, we study other aspects of hurdles, both analytically and through experiments: when are they created in a sequence of sorting inversions, how much later are they detected, and how much work may need to be undone to return to a sorting sequence.

  16. A multispectral sorting device for wheat kernels

    USDA-ARS?s Scientific Manuscript database

    A low-cost multispectral sorting device was constructed using three visible and three near-infrared light-emitting diodes (LED) with peak emission wavelengths of 470 nm (blue), 527 nm (green), 624 nm (red), 850 nm, 940 nm, and 1070 nm. The multispectral data were collected by rapidly (~12 kHz) blin...

  17. The interactive electrode localization utility: software for automatic sorting and labeling of intracranial subdural electrodes

    PubMed Central

    Tang, Wei; Peled, Noam; Vallejo, Deborah I.; Borzello, Mia; Dougherty, Darin D.; Eskandar, Emad N.; Widge, Alik S.; Cash, Sydney S.; Stufflebeam, Steven M.

    2018-01-01

    Purpose Existing methods for sorting, labeling, registering, and across-subject localization of electrodes in intracranial encephalography (iEEG) may involve laborious work requiring manual inspection of radiological images. Methods We describe a new open-source software package, the interactive electrode localization utility which presents a full pipeline for the registration, localization, and labeling of iEEG electrodes from CT and MR images. In addition, we describe a method to automatically sort and label electrodes from subdural grids of known geometry. Results We validated our software against manual inspection methods in twelve subjects undergoing iEEG for medically intractable epilepsy. Our algorithm for sorting and labeling performed correct identification on 96% of the electrodes. Conclusions The sorting and labeling methods we describe offer nearly perfect performance and the software package we have distributed may simplify the process of registering, sorting, labeling, and localizing subdural iEEG grid electrodes by manual inspection. PMID:27915398

  18. Noise-robust unsupervised spike sorting based on discriminative subspace learning with outlier handling

    NASA Astrophysics Data System (ADS)

    Keshtkaran, Mohammad Reza; Yang, Zhi

    2017-06-01

    Objective. Spike sorting is a fundamental preprocessing step for many neuroscience studies which rely on the analysis of spike trains. Most of the feature extraction and dimensionality reduction techniques that have been used for spike sorting give a projection subspace which is not necessarily the most discriminative one. Therefore, the clusters which appear inherently separable in some discriminative subspace may overlap if projected using conventional feature extraction approaches leading to a poor sorting accuracy especially when the noise level is high. In this paper, we propose a noise-robust and unsupervised spike sorting algorithm based on learning discriminative spike features for clustering. Approach. The proposed algorithm uses discriminative subspace learning to extract low dimensional and most discriminative features from the spike waveforms and perform clustering with automatic detection of the number of the clusters. The core part of the algorithm involves iterative subspace selection using linear discriminant analysis and clustering using Gaussian mixture model with outlier detection. A statistical test in the discriminative subspace is proposed to automatically detect the number of the clusters. Main results. Comparative results on publicly available simulated and real in vivo datasets demonstrate that our algorithm achieves substantially improved cluster distinction leading to higher sorting accuracy and more reliable detection of clusters which are highly overlapping and not detectable using conventional feature extraction techniques such as principal component analysis or wavelets. Significance. By providing more accurate information about the activity of more number of individual neurons with high robustness to neural noise and outliers, the proposed unsupervised spike sorting algorithm facilitates more detailed and accurate analysis of single- and multi-unit activities in neuroscience and brain machine interface studies.

  19. Noise-robust unsupervised spike sorting based on discriminative subspace learning with outlier handling.

    PubMed

    Keshtkaran, Mohammad Reza; Yang, Zhi

    2017-06-01

    Spike sorting is a fundamental preprocessing step for many neuroscience studies which rely on the analysis of spike trains. Most of the feature extraction and dimensionality reduction techniques that have been used for spike sorting give a projection subspace which is not necessarily the most discriminative one. Therefore, the clusters which appear inherently separable in some discriminative subspace may overlap if projected using conventional feature extraction approaches leading to a poor sorting accuracy especially when the noise level is high. In this paper, we propose a noise-robust and unsupervised spike sorting algorithm based on learning discriminative spike features for clustering. The proposed algorithm uses discriminative subspace learning to extract low dimensional and most discriminative features from the spike waveforms and perform clustering with automatic detection of the number of the clusters. The core part of the algorithm involves iterative subspace selection using linear discriminant analysis and clustering using Gaussian mixture model with outlier detection. A statistical test in the discriminative subspace is proposed to automatically detect the number of the clusters. Comparative results on publicly available simulated and real in vivo datasets demonstrate that our algorithm achieves substantially improved cluster distinction leading to higher sorting accuracy and more reliable detection of clusters which are highly overlapping and not detectable using conventional feature extraction techniques such as principal component analysis or wavelets. By providing more accurate information about the activity of more number of individual neurons with high robustness to neural noise and outliers, the proposed unsupervised spike sorting algorithm facilitates more detailed and accurate analysis of single- and multi-unit activities in neuroscience and brain machine interface studies.

  20. Differential evolution enhanced with multiobjective sorting-based mutation operators.

    PubMed

    Wang, Jiahai; Liao, Jianjun; Zhou, Ying; Cai, Yiqiao

    2014-12-01

    Differential evolution (DE) is a simple and powerful population-based evolutionary algorithm. The salient feature of DE lies in its mutation mechanism. Generally, the parents in the mutation operator of DE are randomly selected from the population. Hence, all vectors are equally likely to be selected as parents without selective pressure at all. Additionally, the diversity information is always ignored. In order to fully exploit the fitness and diversity information of the population, this paper presents a DE framework with multiobjective sorting-based mutation operator. In the proposed mutation operator, individuals in the current population are firstly sorted according to their fitness and diversity contribution by nondominated sorting. Then parents in the mutation operators are proportionally selected according to their rankings based on fitness and diversity, thus, the promising individuals with better fitness and diversity have more opportunity to be selected as parents. Since fitness and diversity information is simultaneously considered for parent selection, a good balance between exploration and exploitation can be achieved. The proposed operator is applied to original DE algorithms, as well as several advanced DE variants. Experimental results on 48 benchmark functions and 12 real-world application problems show that the proposed operator is an effective approach to enhance the performance of most DE algorithms studied.

  1. Validation of neural spike sorting algorithms without ground-truth information.

    PubMed

    Barnett, Alex H; Magland, Jeremy F; Greengard, Leslie F

    2016-05-01

    The throughput of electrophysiological recording is growing rapidly, allowing thousands of simultaneous channels, and there is a growing variety of spike sorting algorithms designed to extract neural firing events from such data. This creates an urgent need for standardized, automatic evaluation of the quality of neural units output by such algorithms. We introduce a suite of validation metrics that assess the credibility of a given automatic spike sorting algorithm applied to a given dataset. By rerunning the spike sorter two or more times, the metrics measure stability under various perturbations consistent with variations in the data itself, making no assumptions about the internal workings of the algorithm, and minimal assumptions about the noise. We illustrate the new metrics on standard sorting algorithms applied to both in vivo and ex vivo recordings, including a time series with overlapping spikes. We compare the metrics to existing quality measures, and to ground-truth accuracy in simulated time series. We provide a software implementation. Metrics have until now relied on ground-truth, simulated data, internal algorithm variables (e.g. cluster separation), or refractory violations. By contrast, by standardizing the interface, our metrics assess the reliability of any automatic algorithm without reference to internal variables (e.g. feature space) or physiological criteria. Stability is a prerequisite for reproducibility of results. Such metrics could reduce the significant human labor currently spent on validation, and should form an essential part of large-scale automated spike sorting and systematic benchmarking of algorithms. Copyright © 2016 Elsevier B.V. All rights reserved.

  2. A novel automated spike sorting algorithm with adaptable feature extraction.

    PubMed

    Bestel, Robert; Daus, Andreas W; Thielemann, Christiane

    2012-10-15

    To study the electrophysiological properties of neuronal networks, in vitro studies based on microelectrode arrays have become a viable tool for analysis. Although in constant progress, a challenging task still remains in this area: the development of an efficient spike sorting algorithm that allows an accurate signal analysis at the single-cell level. Most sorting algorithms currently available only extract a specific feature type, such as the principal components or Wavelet coefficients of the measured spike signals in order to separate different spike shapes generated by different neurons. However, due to the great variety in the obtained spike shapes, the derivation of an optimal feature set is still a very complex issue that current algorithms struggle with. To address this problem, we propose a novel algorithm that (i) extracts a variety of geometric, Wavelet and principal component-based features and (ii) automatically derives a feature subset, most suitable for sorting an individual set of spike signals. Thus, there is a new approach that evaluates the probability distribution of the obtained spike features and consequently determines the candidates most suitable for the actual spike sorting. These candidates can be formed into an individually adjusted set of spike features, allowing a separation of the various shapes present in the obtained neuronal signal by a subsequent expectation maximisation clustering algorithm. Test results with simulated data files and data obtained from chick embryonic neurons cultured on microelectrode arrays showed an excellent classification result, indicating the superior performance of the described algorithm approach. Copyright © 2012 Elsevier B.V. All rights reserved.

  3. A Computer Environment for Beginners' Learning of Sorting Algorithms: Design and Pilot Evaluation

    ERIC Educational Resources Information Center

    Kordaki, M.; Miatidis, M.; Kapsampelis, G.

    2008-01-01

    This paper presents the design, features and pilot evaluation study of a web-based environment--the SORTING environment--for the learning of sorting algorithms by secondary level education students. The design of this environment is based on modeling methodology, taking into account modern constructivist and social theories of learning while at…

  4. Facilitating Word Recognition and Spelling Using Word Boxes and Word Sort Phonic Procedures.

    ERIC Educational Resources Information Center

    Joseph, Laurice M.

    2002-01-01

    Word boxes and word sorts are two word study phonics approaches that involve teaching phonemic awareness, making letter-sound associations, and teaching spelling through the use of well-established behavioral principles. The current study examines the effectiveness of word boxes and word sorts. Findings revealed that word boxes and word sort…

  5. Empirical Approach to Interpreting Card-Sorting Data

    ERIC Educational Resources Information Center

    Wolf, Steven F.; Dougherty, Daniel P.; Kortemeyer, Gerd

    2012-01-01

    Since it was first published 30 years ago, the seminal paper of Chi "et al." on expert and novice categorization of introductory problems led to a plethora of follow-up studies within and outside of the area of physics [Cogn. Sci. 5 121 (1981)]. These studies frequently encompass "card-sorting" exercises whereby the…

  6. Minimum Requirements for Accurate and Efficient Real-Time On-Chip Spike Sorting

    PubMed Central

    Navajas, Joaquin; Barsakcioglu, Deren Y.; Eftekhar, Amir; Jackson, Andrew; Constandinou, Timothy G.; Quiroga, Rodrigo Quian

    2014-01-01

    Background Extracellular recordings are performed by inserting electrodes in the brain, relaying the signals to external power-demanding devices, where spikes are detected and sorted in order to identify the firing activity of different putative neurons. A main caveat of these recordings is the necessity of wires passing through the scalp and skin in order to connect intracortical electrodes to external amplifiers. The aim of this paper is to evaluate the feasibility of an implantable platform (i.e. a chip) with the capability to wirelessly transmit the neural signals and perform real-time on-site spike sorting. New Method We computationally modelled a two-stage implementation for online, robust, and efficient spike sorting. In the first stage, spikes are detected on-chip and streamed to an external computer where mean templates are created and sent back to the chip. In the second stage, spikes are sorted in real-time through template matching. Results We evaluated this procedure using realistic simulations of extracellular recordings and describe a set of specifications that optimise performance while keeping to a minimum the signal requirements and the complexity of the calculations. Comparison with Existing Methods A key bottleneck for the development of long-term BMIs is to find an inexpensive method for real-time spike sorting. Here, we simulated a solution to this problem that uses both offline and online processing of the data. Conclusions Hardware implementations of this method therefore enable low-power long-term wireless transmission of multiple site extracellular recordings, with application to wireless BMIs or closed-loop stimulation designs. PMID:24769170

  7. Size-sensitive sorting of microparticles through control of flow geometry

    NASA Astrophysics Data System (ADS)

    Wang, Cheng; Jalikop, Shreyas V.; Hilgenfeldt, Sascha

    2011-07-01

    We demonstrate a general concept of flow manipulation in microfluidic environments, based on controlling the shape and position of flow domains in order to force switching and sorting of microparticles without moving parts or changes in design geometry. Using microbubble acoustic streaming, we show that regulation of the relative strength of streaming and a superimposed Poiseuille flow allows for size-selective trapping and releasing of particles, with particle size sensitivity much greater than what is imposed by the length scales of microfabrication. A simple criterion allows for quantitative tuning of microfluidic devices for switching and sorting of particles of desired size.

  8. Flow Cytometry Sorting to Separate Viable Giant Viruses from Amoeba Co-culture Supernatants

    PubMed Central

    Khalil, Jacques Y. B.; Langlois, Thierry; Andreani, Julien; Sorraing, Jean-Marc; Raoult, Didier; Camoin, Laurence; La Scola, Bernard

    2017-01-01

    Flow cytometry has contributed to virology but has faced many drawbacks concerning detection limits, due to the small size of viral particles. Nonetheless, giant viruses changed many concepts in the world of viruses, as a result of their size and hence opened up the possibility of using flow cytometry to study them. Recently, we developed a high throughput isolation of viruses using flow cytometry and protozoa co-culture. Consequently, isolating a viral mixture in the same sample became more common. Nevertheless, when one virus multiplies faster than others in the mixture, it is impossible to obtain a pure culture of the minority population. Here, we describe a robust sorting system, which can separate viable giant virus mixtures from supernatants. We tested three flow cytometry sorters by sorting artificial mixtures. Purity control was assessed by electron microscopy and molecular biology. As proof of concept, we applied the sorting system to a co-culture supernatant taken from a sample containing a viral mixture that we couldn't separate using end point dilution. In addition to isolating the quick-growing Mimivirus, we sorted and re-cultured a new, slow-growing virus, which we named “Cedratvirus.” The sorting assay presented in this paper is a powerful and versatile tool for separating viral populations from amoeba co-cultures and adding value to the new field of flow virometry. PMID:28111619

  9. Flow Cytometry Sorting to Separate Viable Giant Viruses from Amoeba Co-culture Supernatants.

    PubMed

    Khalil, Jacques Y B; Langlois, Thierry; Andreani, Julien; Sorraing, Jean-Marc; Raoult, Didier; Camoin, Laurence; La Scola, Bernard

    2016-01-01

    Flow cytometry has contributed to virology but has faced many drawbacks concerning detection limits, due to the small size of viral particles. Nonetheless, giant viruses changed many concepts in the world of viruses, as a result of their size and hence opened up the possibility of using flow cytometry to study them. Recently, we developed a high throughput isolation of viruses using flow cytometry and protozoa co-culture. Consequently, isolating a viral mixture in the same sample became more common. Nevertheless, when one virus multiplies faster than others in the mixture, it is impossible to obtain a pure culture of the minority population. Here, we describe a robust sorting system, which can separate viable giant virus mixtures from supernatants. We tested three flow cytometry sorters by sorting artificial mixtures. Purity control was assessed by electron microscopy and molecular biology. As proof of concept, we applied the sorting system to a co-culture supernatant taken from a sample containing a viral mixture that we couldn't separate using end point dilution. In addition to isolating the quick-growing Mimivirus , we sorted and re-cultured a new, slow-growing virus, which we named "Cedratvirus." The sorting assay presented in this paper is a powerful and versatile tool for separating viral populations from amoeba co-cultures and adding value to the new field of flow virometry.

  10. Pulsed laser activated cell sorter (PLACS) for high-throughput fluorescent mammalian cell sorting

    NASA Astrophysics Data System (ADS)

    Chen, Yue; Wu, Ting-Hsiang; Chung, Aram; Kung, Yu-Chung; Teitell, Michael A.; Di Carlo, Dino; Chiou, Pei-Yu

    2014-09-01

    We present a Pulsed Laser Activated Cell Sorter (PLACS) realized by exciting laser induced cavitation bubbles in a PDMS microfluidic channel to create high speed liquid jets to deflect detected fluorescent samples for high speed sorting. Pulse laser triggered cavitation bubbles can expand in few microseconds and provide a pressure higher than tens of MPa for fluid perturbation near the focused spot. This ultrafast switching mechanism has a complete on-off cycle less than 20 μsec. Two approaches have been utilized to achieve 3D sample focusing in PLACS. One is relying on multilayer PDMS channels to provide 3D hydrodynamic sheath flows. It offers accurate timing control of fast (2 m sec-1) passing particles so that synchronization with laser bubble excitation is possible, an critically important factor for high purity and high throughput sorting. PLACS with 3D hydrodynamic focusing is capable of sorting at 11,000 cells/sec with >95% purity, and 45,000 cells/sec with 45% purity using a single channel in a single step. We have also demonstrated 3D focusing using inertial flows in PLACS. This sheathless focusing approach requires 10 times lower initial cell concentration than that in sheath-based focusing and avoids severe sample dilution from high volume sheath flows. Inertia PLACS is capable of sorting at 10,000 particles sec-1 with >90% sort purity.

  11. Using Sorting Networks for Skill Building and Reasoning

    ERIC Educational Resources Information Center

    Andre, Robert; Wiest, Lynda R.

    2007-01-01

    Sorting networks, used in graph theory, have instructional value as a skill- building tool as well as an interesting exploration in discrete mathematics. Students can practice mathematics facts and develop reasoning and logic skills with this topic. (Contains 4 figures.)

  12. ANALYSIS/PLOT: a graphics package for use with the SORT/ANALYSIS data bases

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

    Sady, C.A.

    1983-08-01

    This report describes a graphics package that is used with the SORT/ANALYSIS data bases. The data listed by the SORT/ANALYSIS program can be presented in pie, bar, line, or Gantt chart form. Instructions for the use of the plotting program and descriptions of the subroutines are given in the report.

  13. Raman sorting and identification of single living micro-organisms with optical tweezers

    NASA Astrophysics Data System (ADS)

    Xie, Changan; Chen, De; Li, Yong-Qing

    2005-07-01

    We report on a novel technique for sorting and identification of single biological cells and food-borne bacteria based on laser tweezers and Raman spectroscopy (LTRS). With this technique, biological cells of different physiological states in a sample chamber were identified by their Raman spectral signatures and then they were selectively manipulated into a clean collection chamber with optical tweezers through a microchannel. As an example, we sorted the live and dead yeast cells into the collection chamber and validated this with a standard staining technique. We also demonstrated that bacteria existing in spoiled foods could be discriminated from a variety of food particles based on their characteristic Raman spectra and then isolated with laser manipulation. This label-free LTRS sorting technique may find broad applications in microbiology and rapid examination of food-borne diseases.

  14. Consensus-Based Sorting of Neuronal Spike Waveforms

    PubMed Central

    Fournier, Julien; Mueller, Christian M.; Shein-Idelson, Mark; Hemberger, Mike

    2016-01-01

    Optimizing spike-sorting algorithms is difficult because sorted clusters can rarely be checked against independently obtained “ground truth” data. In most spike-sorting algorithms in use today, the optimality of a clustering solution is assessed relative to some assumption on the distribution of the spike shapes associated with a particular single unit (e.g., Gaussianity) and by visual inspection of the clustering solution followed by manual validation. When the spatiotemporal waveforms of spikes from different cells overlap, the decision as to whether two spikes should be assigned to the same source can be quite subjective, if it is not based on reliable quantitative measures. We propose a new approach, whereby spike clusters are identified from the most consensual partition across an ensemble of clustering solutions. Using the variability of the clustering solutions across successive iterations of the same clustering algorithm (template matching based on K-means clusters), we estimate the probability of spikes being clustered together and identify groups of spikes that are not statistically distinguishable from one another. Thus, we identify spikes that are most likely to be clustered together and therefore correspond to consistent spike clusters. This method has the potential advantage that it does not rely on any model of the spike shapes. It also provides estimates of the proportion of misclassified spikes for each of the identified clusters. We tested our algorithm on several datasets for which there exists a ground truth (simultaneous intracellular data), and show that it performs close to the optimum reached by a support vector machine trained on the ground truth. We also show that the estimated rate of misclassification matches the proportion of misclassified spikes measured from the ground truth data. PMID:27536990

  15. Consensus-Based Sorting of Neuronal Spike Waveforms.

    PubMed

    Fournier, Julien; Mueller, Christian M; Shein-Idelson, Mark; Hemberger, Mike; Laurent, Gilles

    2016-01-01

    Optimizing spike-sorting algorithms is difficult because sorted clusters can rarely be checked against independently obtained "ground truth" data. In most spike-sorting algorithms in use today, the optimality of a clustering solution is assessed relative to some assumption on the distribution of the spike shapes associated with a particular single unit (e.g., Gaussianity) and by visual inspection of the clustering solution followed by manual validation. When the spatiotemporal waveforms of spikes from different cells overlap, the decision as to whether two spikes should be assigned to the same source can be quite subjective, if it is not based on reliable quantitative measures. We propose a new approach, whereby spike clusters are identified from the most consensual partition across an ensemble of clustering solutions. Using the variability of the clustering solutions across successive iterations of the same clustering algorithm (template matching based on K-means clusters), we estimate the probability of spikes being clustered together and identify groups of spikes that are not statistically distinguishable from one another. Thus, we identify spikes that are most likely to be clustered together and therefore correspond to consistent spike clusters. This method has the potential advantage that it does not rely on any model of the spike shapes. It also provides estimates of the proportion of misclassified spikes for each of the identified clusters. We tested our algorithm on several datasets for which there exists a ground truth (simultaneous intracellular data), and show that it performs close to the optimum reached by a support vector machine trained on the ground truth. We also show that the estimated rate of misclassification matches the proportion of misclassified spikes measured from the ground truth data.

  16. A 1.375-approximation algorithm for sorting by transpositions.

    PubMed

    Elias, Isaac; Hartman, Tzvika

    2006-01-01

    Sorting permutations by transpositions is an important problem in genome rearrangements. A transposition is a rearrangement operation in which a segment is cut out of the permutation and pasted in a different location. The complexity of this problem is still open and it has been a 10-year-old open problem to improve the best known 1.5-approximation algorithm. In this paper, we provide a 1.375-approximation algorithm for sorting by transpositions. The algorithm is based on a new upper bound on the diameter of 3-permutations. In addition, we present some new results regarding the transposition diameter: we improve the lower bound for the transposition diameter of the symmetric group and determine the exact transposition diameter of simple permutations.

  17. Comparison of spike-sorting algorithms for future hardware implementation.

    PubMed

    Gibson, Sarah; Judy, Jack W; Markovic, Dejan

    2008-01-01

    Applications such as brain-machine interfaces require hardware spike sorting in order to (1) obtain single-unit activity and (2) perform data reduction for wireless transmission of data. Such systems must be low-power, low-area, high-accuracy, automatic, and able to operate in real time. Several detection and feature extraction algorithms for spike sorting are described briefly and evaluated in terms of accuracy versus computational complexity. The nonlinear energy operator method is chosen as the optimal spike detection algorithm, being most robust over noise and relatively simple. The discrete derivatives method [1] is chosen as the optimal feature extraction method, maintaining high accuracy across SNRs with a complexity orders of magnitude less than that of traditional methods such as PCA.

  18. Raman-Activated Droplet Sorting (RADS) for Label-Free High-Throughput Screening of Microalgal Single-Cells.

    PubMed

    Wang, Xixian; Ren, Lihui; Su, Yetian; Ji, Yuetong; Liu, Yaoping; Li, Chunyu; Li, Xunrong; Zhang, Yi; Wang, Wei; Hu, Qiang; Han, Danxiang; Xu, Jian; Ma, Bo

    2017-11-21

    Raman-activated cell sorting (RACS) has attracted increasing interest, yet throughput remains one major factor limiting its broader application. Here we present an integrated Raman-activated droplet sorting (RADS) microfluidic system for functional screening of live cells in a label-free and high-throughput manner, by employing AXT-synthetic industrial microalga Haematococcus pluvialis (H. pluvialis) as a model. Raman microspectroscopy analysis of individual cells is carried out prior to their microdroplet encapsulation, which is then directly coupled to DEP-based droplet sorting. To validate the system, H. pluvialis cells containing different levels of AXT were mixed and underwent RADS. Those AXT-hyperproducing cells were sorted with an accuracy of 98.3%, an enrichment ratio of eight folds, and a throughput of ∼260 cells/min. Of the RADS-sorted cells, 92.7% remained alive and able to proliferate, which is equivalent to the unsorted cells. Thus, the RADS achieves a much higher throughput than existing RACS systems, preserves the vitality of cells, and facilitates seamless coupling with downstream manipulations such as single-cell sequencing and cultivation.

  19. Axon-Axon Interactions Regulate Topographic Optic Tract Sorting via CYFIP2-Dependent WAVE Complex Function.

    PubMed

    Cioni, Jean-Michel; Wong, Hovy Ho-Wai; Bressan, Dario; Kodama, Lay; Harris, William A; Holt, Christine E

    2018-03-07

    The axons of retinal ganglion cells (RGCs) are topographically sorted before they arrive at the optic tectum. This pre-target sorting, typical of axon tracts throughout the brain, is poorly understood. Here, we show that cytoplasmic FMR1-interacting proteins (CYFIPs) fulfill non-redundant functions in RGCs, with CYFIP1 mediating axon growth and CYFIP2 specifically involved in axon sorting. We find that CYFIP2 mediates homotypic and heterotypic contact-triggered fasciculation and repulsion responses between dorsal and ventral axons. CYFIP2 associates with transporting ribonucleoprotein particles in axons and regulates translation. Axon-axon contact stimulates CYFIP2 to move into growth cones where it joins the actin nucleating WAVE regulatory complex (WRC) in the periphery and regulates actin remodeling and filopodial dynamics. CYFIP2's function in axon sorting is mediated by its binding to the WRC but not its translational regulation. Together, these findings uncover CYFIP2 as a key regulatory link between axon-axon interactions, filopodial dynamics, and optic tract sorting. Copyright © 2018 The Authors. Published by Elsevier Inc. All rights reserved.

  20. Analysis of a mutant exhibiting conditional sorting to dense core secretory granules in Tetrahymena thermophila.

    PubMed

    Bowman, G R; Turkewitz, A P

    2001-12-01

    The formation of dense core granules (DCGs) requires both the sorting of granule contents from other secretory proteins and a postsorting maturation process. The Tetrahymena thermophila strain SB281 fails to synthesize DCGs, and previous analysis suggested that the defect lay at or near the sorting step. Because this strain represents one of the very few mutants in this pathway, we have undertaken a more complete study of the phenotype. Genetic epistasis analysis places the defect upstream of those in two other characterized Tetrahymena mutants. Using immunofluorescent detection of granule content proteins, as well as GFP tagging, we describe a novel cytoplasmic compartment to which granule contents can be sorted in growing SB281 cells. Cell fusion experiments indicate that this compartment is not a biosynthetic intermediate in DCG synthesis. Sorting in SB281 is strongly conditional with respect to growth. When cells are starved, the storage compartment is degraded and de novo synthesized granule proteins are rapidly secreted. The mutation in SB281 therefore appears to affect DCG synthesis at the level of both sorting and maturation.

  1. Analysis of a mutant exhibiting conditional sorting to dense core secretory granules in Tetrahymena thermophila.

    PubMed Central

    Bowman, G R; Turkewitz, A P

    2001-01-01

    The formation of dense core granules (DCGs) requires both the sorting of granule contents from other secretory proteins and a postsorting maturation process. The Tetrahymena thermophila strain SB281 fails to synthesize DCGs, and previous analysis suggested that the defect lay at or near the sorting step. Because this strain represents one of the very few mutants in this pathway, we have undertaken a more complete study of the phenotype. Genetic epistasis analysis places the defect upstream of those in two other characterized Tetrahymena mutants. Using immunofluorescent detection of granule content proteins, as well as GFP tagging, we describe a novel cytoplasmic compartment to which granule contents can be sorted in growing SB281 cells. Cell fusion experiments indicate that this compartment is not a biosynthetic intermediate in DCG synthesis. Sorting in SB281 is strongly conditional with respect to growth. When cells are starved, the storage compartment is degraded and de novo synthesized granule proteins are rapidly secreted. The mutation in SB281 therefore appears to affect DCG synthesis at the level of both sorting and maturation. PMID:11779800

  2. Corner detection and sorting method based on improved Harris algorithm in camera calibration

    NASA Astrophysics Data System (ADS)

    Xiao, Ying; Wang, Yonghong; Dan, Xizuo; Huang, Anqi; Hu, Yue; Yang, Lianxiang

    2016-11-01

    In traditional Harris corner detection algorithm, the appropriate threshold which is used to eliminate false corners is selected manually. In order to detect corners automatically, an improved algorithm which combines Harris and circular boundary theory of corners is proposed in this paper. After detecting accurate corner coordinates by using Harris algorithm and Forstner algorithm, false corners within chessboard pattern of the calibration plate can be eliminated automatically by using circular boundary theory. Moreover, a corner sorting method based on an improved calibration plate is proposed to eliminate false background corners and sort remaining corners in order. Experiment results show that the proposed algorithms can eliminate all false corners and sort remaining corners correctly and automatically.

  3. System Architecture For High Speed Sorting Of Potatoes

    NASA Astrophysics Data System (ADS)

    Marchant, J. A.; Onyango, C. M.; Street, M. J.

    1989-03-01

    This paper illustrates an industrial application of vision processing in which potatoes are sorted according to their size and shape at speeds of up to 40 objects per second. The result is a multi-processing approach built around the VME bus. A hardware unit has been designed and constructed to encode the boundary of the potatoes, to reducing the amount of data to be processed. A master 68000 processor is used to control this unit and to handle data transfers along the bus. Boundary data is passed to one of three 68010 slave processors each responsible for a line of potatoes across a conveyor belt. The slave processors calculate attributes such as shape, size and estimated weight of each potato and the master processor uses this data to operate the sorting mechanism. The system has been interfaced with a commercial grading machine and performance trials are now in progress.

  4. Clathrin-mediated endocytosis is a candidate entry sorting mechanism for Bombyx mori cypovirus.

    PubMed

    Chen, Fei; Zhu, Liyuan; Zhang, Yiling; Kumar, Dhiraj; Cao, Guangli; Hu, Xiaolong; Liang, Zi; Kuang, Sulan; Xue, Renyu; Gong, Chengliang

    2018-05-08

    Bombyx mori cypovirus (BmCPV), a member of the Reoviridae, specifically infects silkworms and causes extensive economic losses to the sericulture industry. To date, the entry mechanism of BmCPV into cells is unclear. Here we used electron microscopy to study the route of entry of BmCPV into cells, and the results demonstrated that the entry of BmCPV into BmN cells was mediated by endocytosis. Blocking the entry pathway with four endocytosis inhibitors, including dansylcadaverine, chlorpromazine, genistein, and PP2, significantly decreased the infectivity of BmCPV. This indicates that BmCPV enters BmN cells via endocytosis, and that clathrin-mediated sorting is the predominant entry method. After the relative expression levels of clathrin heavy chain (clathrin, GenBank accession No. NM_001142971.1) and the adaptor protein complex-1 gamma subunit AP-1 (AP-1, GenBank accession No. JQ824201.1), which are involved in clathrin-mediated endocytosis, were inhibited by RNA interference or abolishing the functions of clathrin and AP-1 with their corresponding antibodies, the infectivity of BmCPV was reduced significantly, which suggests that clathrin-mediated endocytosis contributed to the entry of BmCPV into cells. Our findings suggest that the clathrin-mediated endocytosis pathway is a candidate for the development of therapeutics for silkworm cytoplasmic polyhedrosis.

  5. Autism and Attachment: The Attachment Q-Sort

    ERIC Educational Resources Information Center

    Rutgers, Anna H.; Van Ijzendoorn, Marinus H.; Bakermans-Kranenburg, Marian J.; Swinkels, Sophie H. N.

    2007-01-01

    Children with autism are able to show secure attachment behaviours to their parents/caregivers. Most studies on attachment in children with autism used a (modified) Strange Situation Procedure (SSP) to examine attachment security. An advantage of the Attachment Q-Sort (AQS) over the SSP is that it can be attuned to the secure-base behaviour of…

  6. Spike sorting using locality preserving projection with gap statistics and landmark-based spectral clustering.

    PubMed

    Nguyen, Thanh; Khosravi, Abbas; Creighton, Douglas; Nahavandi, Saeid

    2014-12-30

    Understanding neural functions requires knowledge from analysing electrophysiological data. The process of assigning spikes of a multichannel signal into clusters, called spike sorting, is one of the important problems in such analysis. There have been various automated spike sorting techniques with both advantages and disadvantages regarding accuracy and computational costs. Therefore, developing spike sorting methods that are highly accurate and computationally inexpensive is always a challenge in the biomedical engineering practice. An automatic unsupervised spike sorting method is proposed in this paper. The method uses features extracted by the locality preserving projection (LPP) algorithm. These features afterwards serve as inputs for the landmark-based spectral clustering (LSC) method. Gap statistics (GS) is employed to evaluate the number of clusters before the LSC can be performed. The proposed LPP-LSC is highly accurate and computationally inexpensive spike sorting approach. LPP spike features are very discriminative; thereby boost the performance of clustering methods. Furthermore, the LSC method exhibits its efficiency when integrated with the cluster evaluator GS. The proposed method's accuracy is approximately 13% superior to that of the benchmark combination between wavelet transformation and superparamagnetic clustering (WT-SPC). Additionally, LPP-LSC computing time is six times less than that of the WT-SPC. LPP-LSC obviously demonstrates a win-win spike sorting solution meeting both accuracy and computational cost criteria. LPP and LSC are linear algorithms that help reduce computational burden and thus their combination can be applied into real-time spike analysis. Copyright © 2014 Elsevier B.V. All rights reserved.

  7. Experimental investigation of gravity effects on sediment sorting on Mars

    NASA Astrophysics Data System (ADS)

    Kuhn, Nikolaus J.; Kuhn, Brigitte; Gartmann, Andres

    2016-04-01

    Introduction: Sorting of sedimentary rocks is a proxy for the environmental conditions at the time of deposition, in particular the runoff that moved and deposited the material forming the rocks. Settling of sediment in water is strongly influenced by the gravity of a planetary body. As a consequence, sorting of a sedimentary rock varies with gravity for a given depth and velocity of surface runoff. Theoretical considerations for spheres indicate that sorting is more uniform on Mars than on Earth for runoff of identical depth. In reality, such considerations have to be applied with great caution because the shape of a particle strongly influences drag. Drag itself can only be calculated directly for an irregularly shaped particle with great computational effort, if at all. Therefore, even for terrestrial applications, sediment settling velocities are often determined directly, e.g. by measurements using settling tubes. Experiments: In this study the results of settling tube tests conducted under reduced gravity during three Mars Sedimentation Experiment (MarsSedEx I, II and III) flights, conducted between 2012 and 2015, are presented. Ten types of sediment, ranging in size, shape and density were tested in custom-designed settling tubes during parabolas of Martian gravity lasting 20 to 25 seconds. Results: The experiments conducted during the MarsSedEx reduced gravity experiments showed that the violation of fluid dynamics caused by using empirical models and parameter values developed for sediment transport on Earth lead to significant miscalculations for Mars, specifically an underetsimation of settling velcoity because of an overestimation of turbulant drag. The error is caused by the flawed representation of particle drag on Mars. Drag coefficients are not a property of a sediment particle, but a property of the flow around the particle, and thus strongly affected by gravity. Conlcusions: The observed errors in settling velocity when using terrestrial models

  8. Application of seminal plasma in sex-sorting and sperm cryopreservation.

    PubMed

    de Graaf, S P; Leahy, T; Marti, J; Evans, G; Maxwell, W M C

    2008-11-01

    Substantial dilution of boar semen during processing decreased the concentration of seminal plasma, perhaps contributing to the decline in sperm quality after cryopreservation and sex-sorting. Results of replacing seminal plasma in investigations from many laboratories have been contradictory. Results and discussion here suggest that whereas membrane status can be influenced by seminal plasma, the action of its various components, both positive and negative, is determined in part by the membrane status of the spermatozoa to which it is being exposed. Although progress has been made in identifying components of seminal plasma responsible for its protective effect (notably PSP-I/II spermadhesin for sex-sorted boar spermatozoa), little is known (in any species) regarding how external factors may influence their levels, and their functionality, in seminal plasma. It is noteworthy that seminal plasma is beneficial to post-thaw quality of sex-sorted ram spermatozoa only when added before freezing, not after thawing. Therefore, the action of seminal plasma and its components is dependent on sperm-related factors, in particular the type of processing to which they have been previously exposed. Further research is needed to unravel these biological complexities, and then characterise and synthesise useful proteins within seminal plasma.

  9. The Lexical Stroop Sort (LSS) picture-word task: a computerized task for assessing the relationship between language and executive functioning in school-aged children.

    PubMed

    Wilbourn, Makeba Parramore; Kurtz, Laura E; Kalia, Vrinda

    2012-03-01

    The relationship between language development and executive function (EF) in children is not well understood. The Lexical Stroop Sort (LSS) task is a computerized EF task created for the purpose of examining the relationship between school-aged children's oral language development and EF. To validate this new measure, a diverse sample of school-aged children completed standardized oral language assessments, the LSS task, and the widely used Dimensional Change Card Sort (DCCS; Zelazo, 2006) task. Both EF tasks require children to sort stimuli into categories based on predetermined rules. While the DCCS largely relies on visual stimuli, the LSS employs children's phonological loop to access their semantic knowledge base. Accuracy and reaction times were recorded for both tasks. Children's scores on the LSS task were correlated with their scores on the DCCS task, and a similar pattern of relationships emerged between children's vocabulary and the two EF tasks, thus providing convergent validity for the LSS. However, children's phonological awareness was associated with their scores on the LSS, but not with those on the DCCS. In addition, a mediation model was used to elucidate the predictive relationship between phonological awareness and children's performance on the LSS task, with children's vocabulary fully mediating this relationship. The use of this newly created and validated LSS task with different populations, such as preschoolers and bilinguals, is also discussed.

  10. ALG-2 activates the MVB sorting function of ALIX through relieving its intramolecular interaction

    PubMed Central

    Sun, Sheng; Zhou, Xi; Corvera, Joe; Gallick, Gary E; Lin, Sue-Hwa; Kuang, Jian

    2015-01-01

    The modular adaptor protein ALIX is critically involved in endosomal sorting complexes required for transport (ESCRT)-mediated multivesicular body (MVB) sorting of activated epidermal growth factor receptor (EGFR); however, ALIX contains a default intramolecular interaction that renders ALIX unable to perform this ESCRT function. The ALIX partner protein ALG-2 is a calcium-binding protein that belongs to the calmodulin superfamily. Prompted by a defined biological function of calmodulin, we determined the role of ALG-2 in regulating ALIX involvement in MVB sorting of activated EGFR. Our results show that calcium-dependent ALG-2 interaction with ALIX completely relieves the intramolecular interaction of ALIX and promotes CHMP4-dependent ALIX association with the membrane. EGFR activation induces increased ALG-2 interaction with ALIX, and this increased interaction is responsible for increased ALIX association with the membrane. Functionally, inhibition of ALIX activation by ALG-2 inhibits MVB sorting of activated EGFR as effectively as inhibition of ALIX interaction with CHMP4 does; however, inhibition of ALIX activation by ALG-2 does not affect cytokinetic abscission or equine infectious anemia virus (EIAV) budding. These findings indicate that calcium-dependent ALG-2 interaction with ALIX is specifically responsible for generating functional ALIX that supports MVB sorting of ubiquitinated membrane receptors. PMID:27462417

  11. Sorting of the Neuroendocrine Secretory Protein Secretogranin II into the Regulated Secretory Pathway

    PubMed Central

    Courel, Maïté; Vasquez, Michael S.; Hook, Vivian Y.; Mahata, Sushil K.; Taupenot, Laurent

    2008-01-01

    Secretogranin II (SgII) belongs to the granin family of prohormones widely distributed in dense-core secretory granules (DCGs) of endocrine, neuroendocrine, and neuronal cells, including sympathoadrenal chromaffin cells. The mechanisms by which secretory proteins, and granins in particular, are sorted into the regulated secretory pathway are unsettled. We designed a strategy based on novel chimeric forms of human SgII fused to fluorescent (green fluorescent protein) or chemiluminescent (embryonic alkaline phosphatase) reporters to identify trafficking determinants mediating DCG targeting of SgII in sympathoadrenal cells. Three-dimensional deconvolution fluorescence microscopy and secretagogue-stimulated release studies demonstrate that SgII chimeras are correctly targeted to DCGs and released by exocytosis in PC12 and primary chromaffin cells. Results from a Golgi-retained mutant form of SgII suggest that sorting of SgII into DCGs depends on a saturable sorting machinery at the trans-Golgi/trans-Golgi network. Truncation analyses reveal the presence of DCG-targeting signals within both the N- and C-terminal regions of SgII, with the putative α-helix-containing SgII-(25-41) and SgII-(334-348) acting as sufficient, independent sorting domains. This study defines sequence features of SgII mediating vesicular targeting in sympathoadrenal cells and suggests a mechanism by which discrete domains of the molecule function in sorting, perhaps by virtue of a particular arrangement in tertiary structure and/or interaction with a specific component of the DCG membrane. PMID:18299326

  12. Rab1a regulates sorting of early endocytic vesicles

    PubMed Central

    Mukhopadhyay, Aparna; Quiroz, Jose A.

    2014-01-01

    We previously reported that Rab1a is associated with asialoorosomucoid (ASOR)-containing early endocytic vesicles, where it is required for their microtubule-based motility. In Rab1a knockdown (KD) cell lines, ASOR failed to segregate from its receptor and, consequently, did not reach lysosomes for degradation, indicating a defect in early endosome sorting. Although Rab1 is required for Golgi/endoplasmic reticulum trafficking, this process was unaffected, likely due to retained expression of Rab1b in these cells. The present study shows that Rab1a has a more general role in endocytic vesicle processing that extends to EGF and transferrin (Tfn) trafficking. Compared with results in control Huh7 cells, EGF accumulated in aggregates within Rab1a KD cells, failing to reach lysosomal compartments. Tfn, a prototypical example of recycling cargo, accumulated in a Rab11-mediated slow-recycling compartment in Rab1a KD cells, in contrast to control cells, which sort Tfn into a fast-recycling Rab4 compartment. These data indicate that Rab1a is an important regulator of early endosome sorting for multiple cargo species. The effectors and accessory proteins recruited by Rab1a to early endocytic vesicles include the minus-end-directed kinesin motor KifC1, while others remain to be discovered. PMID:24407591

  13. Trans-Golgi network/early endosome: a central sorting station for cargo proteins in plant immunity.

    PubMed

    LaMontagne, Erica D; Heese, Antje

    2017-12-01

    In plants, the trans-Golgi network (TGN) functionally overlaps with the early endosome (EE), serving as a central sorting hub to direct newly synthesized and endocytosed cargo to the cell surface or vacuole. Here, we focus on the emerging role of the TGN/EE in sorting of immune cargo proteins for effective plant immunity against pathogenic bacteria and fungi. Specific vesicle coat and regulatory components at the TGN/EE ensure that immune cargoes are correctly sorted and transported to the location of their cellular functions. Our understanding of the identity of immune cargoes and the underlying cellular mechanisms regulating their sorting are still rudimentary, but this knowledge is essential to understanding the physiological contribution of the TGN/EE to effective immune responses. Copyright © 2017. Published by Elsevier Ltd.

  14. UBE4B Protein Couples Ubiquitination and Sorting Machineries to Enable Epidermal Growth Factor Receptor (EGFR) Degradation*

    PubMed Central

    Sirisaengtaksin, Natalie; Gireud, Monica; Yan, Qing; Kubota, Yoshihisa; Meza, Denisse; Waymire, Jack C.; Zage, Peter E.; Bean, Andrew J.

    2014-01-01

    The signaling of plasma membrane proteins is tuned by internalization and sorting in the endocytic pathway prior to recycling or degradation in lysosomes. Ubiquitin modification allows recognition and association of cargo with endosomally associated protein complexes, enabling sorting of proteins to be degraded from those to be recycled. The mechanism that provides coordination between the cellular machineries that mediate ubiquitination and endosomal sorting is unknown. We report that the ubiquitin ligase UBE4B is recruited to endosomes in response to epidermal growth factor receptor (EGFR) activation by binding to Hrs, a key component of endosomal sorting complex required for transport (ESCRT) 0. We identify the EGFR as a substrate for UBE4B, establish UBE4B as a regulator of EGFR degradation, and describe a mechanism by which UBE4B regulates endosomal sorting, affecting cellular levels of the EGFR and its downstream signaling. We propose a model in which the coordinated action of UBE4B, ESCRT-0, and the deubiquitinating enzyme USP8 enable the endosomal sorting and lysosomal degradation of the EGFR. PMID:24344129

  15. The effects of hoechst 33342 staining and the male sample donor on the sorting efficiency of canine spermatozoa.

    PubMed

    Rodenas, C; Lucas, X; Tarantini, T; Del Olmo, D; Roca, J; Vazquez, J M; Martinez, E A; Parrilla, I

    2014-02-01

    The aim of this study was to evaluate the influence of Hoechst 33342 (H-42) concentration and of the male donor on the efficiency of sex-sorting procedure in canine spermatozoa. Semen samples from six dogs (three ejaculates/dog) were diluted to 100 × 10(6) sperm/ml, split into four aliquots, stained with increasing H-42 concentrations (5, 7.5, 10 and 12.5 μl, respectively) and sorted by flow cytometry. The rates of non-viable (FDA+), oriented (OS) and selected spermatozoa (SS), as well as the average sorting rates (SR, sorted spermatozoa/s), were used to determine the sorting efficiency. The effects of the sorting procedure on the quality of sorted spermatozoa were evaluated in terms of total motility (TM), percentage of viable spermatozoa (spermatozoa with membrane and acrosomal integrity) and percentage of spermatozoa with reacted/damaged acrosomes. X- and Y-chromosome-bearing sperm populations were identified in all of the samples stained with 7.5, 10 and 12.5 μl of H-42, while these two populations were only identified in 77.5% of samples stained with 5 μl. The values of OS, SS and SR were influenced by the male donor (p < 0.01) but not by the H-42 concentration used. The quality of sorted sperm samples immediately after sorting was similar to that of fresh samples, while centrifugation resulted in significant reduction (p < 0.05) in TM and in the percentage of viable spermatozoa and a significant increase (p < 0.01) in the percentage of spermatozoa with damage/reacted acrosomes. In conclusion, the sex-sorting of canine spermatozoa by flow cytometry can be performed successfully using H-42 concentrations between 7.5 and 12.5 μl. The efficiency of the sorting procedure varies based on the dog from which the sperm sample derives. © 2013 Blackwell Verlag GmbH.

  16. Sorting of endocytosed transferrin and asialoglycoprotein occurs immediately after internalization in HepG2 cells

    PubMed Central

    1987-01-01

    After receptor-mediated uptake, asialoglycoproteins are routed to lysosomes, while transferrin is returned to the medium as apotransferrin. This sorting process was analyzed using 3,3'- diaminobenzidine (DAB) cytochemistry, followed by Percoll density gradient cell fractionation. A conjugate of asialoorosomucoid (ASOR) and horseradish peroxidase (HRP) was used as a ligand for the asialoglycoprotein receptor. Cells were incubated at 0 degree C in the presence of both 131I-transferrin and 125I-ASOR/HRP. Endocytosis of prebound 125I-ASOR/HRP and 131I-transferrin was monitored by cell fractionation on Percoll density gradients. Incubation of the cell homogenate in the presence of DAB and H2O2 before cell fractionation gave rise to a density shift of 125I-ASOR/HRP-containing vesicles due to HRP-catalyzed DAB polymerization. An identical change in density for 125I-transferrin and 125I-ASOR/HRP, induced by DAB cytochemistry, is taken as evidence for the concomitant presence of both ligands in the same compartment. At 37 degrees C, sorting of the two ligands occurred with a half-time of approximately 2 min, and was nearly completed within 10 min. The 125I-ASOR/HRP-induced shift of 131I-transferrin was completely dependent on the receptor-mediated uptake of 125I-ASOR/HRP in the same compartment. In the presence of a weak base (0.3 mM primaquine), the recycling of transferrin receptors was blocked. The cell surface transferrin receptor population was decreased within 6 min to 15% of its original size. DAB cytochemistry showed that sorting between endocytosed 131I-transferrin and 125I-ASOR/HRP was also blocked in the presence of primaquine. These results indicate that transferrin and asialoglycoprotein are taken up via the same compartments and that segregation of the transferrin-receptor complex and asialoglycoprotein occurs very efficiently soon after uptake. PMID:3032986

  17. Stability-based sorting: The forgotten process behind (not only) biological evolution.

    PubMed

    Toman, Jan; Flegr, Jaroslav

    2017-12-21

    Natural selection is considered to be the main process that drives biological evolution. It requires selected entities to originate dependent upon one another by the means of reproduction or copying, and for the progeny to inherit the qualities of their ancestors. However, natural selection is a manifestation of a more general persistence principle, whose temporal consequences we propose to name "stability-based sorting" (SBS). Sorting based on static stability, i.e., SBS in its strict sense and usual conception, favours characters that increase the persistence of their holders and act on all material and immaterial entities. Sorted entities could originate independently from each other, are not required to propagate and need not exhibit heredity. Natural selection is a specific form of SBS-sorting based on dynamic stability. It requires some form of heredity and is based on competition for the largest difference between the speed of generating its own copies and their expiration. SBS in its strict sense and selection thus have markedly different evolutionary consequences that are stressed in this paper. In contrast to selection, which is opportunistic, SBS is able to accumulate even momentarily detrimental characters that are advantageous for the long-term persistence of sorted entities. However, it lacks the amplification effect based on the preferential propagation of holders of advantageous characters. Thus, it works slower than selection and normally is unable to create complex adaptations. From a long-term perspective, SBS is a decisive force in evolution-especially macroevolution. SBS offers a new explanation for numerous evolutionary phenomena, including broad distribution and persistence of sexuality, altruistic behaviour, horizontal gene transfer, patterns of evolutionary stasis, planetary homeostasis, increasing ecosystem resistance to disturbances, and the universal decline of disparity in the evolution of metazoan lineages. SBS acts on all levels in

  18. Competition, Student Sorting and Performance Gains in Local Education Markets: The Dutch Secondary Sector

    ERIC Educational Resources Information Center

    Cabus, Sofie; Cornelisz, Ilja

    2017-01-01

    This article empirically examines the implications of competition among Dutch secondary schools: (1) regarding the sorting of students by performance levels in schools at the beginning of secondary education; and (2) regarding performance gains in the secondary school career, controlling for the aforementioned sorting patterns. We used data from…

  19. Self-organized sorting limits behavioral variability in swarms

    NASA Astrophysics Data System (ADS)

    Copenhagen, Katherine; Quint, David A.; Gopinathan, Ajay

    2016-08-01

    Swarming is a phenomenon where collective motion arises from simple local interactions between typically identical individuals. Here, we investigate the effects of variability in behavior among the agents in finite swarms with both alignment and cohesive interactions. We show that swarming is abolished above a critical fraction of non-aligners who do not participate in alignment. In certain regimes, however, swarms above the critical threshold can dynamically reorganize and sort out excess non-aligners to maintain the average fraction close to the critical value. This persists even in swarms with a distribution of alignment interactions, suggesting a simple, robust and efficient mechanism that allows heterogeneously mixed populations to naturally regulate their composition and remain in a collective swarming state or even differentiate among behavioral phenotypes. We show that, for evolving swarms, this self-organized sorting behavior can couple to the evolutionary dynamics leading to new evolutionarily stable equilibrium populations set by the physical swarm parameters.

  20. Self-organized sorting limits behavioral variability in swarms

    PubMed Central

    Copenhagen, Katherine; Quint, David A.; Gopinathan, Ajay

    2016-01-01

    Swarming is a phenomenon where collective motion arises from simple local interactions between typically identical individuals. Here, we investigate the effects of variability in behavior among the agents in finite swarms with both alignment and cohesive interactions. We show that swarming is abolished above a critical fraction of non-aligners who do not participate in alignment. In certain regimes, however, swarms above the critical threshold can dynamically reorganize and sort out excess non-aligners to maintain the average fraction close to the critical value. This persists even in swarms with a distribution of alignment interactions, suggesting a simple, robust and efficient mechanism that allows heterogeneously mixed populations to naturally regulate their composition and remain in a collective swarming state or even differentiate among behavioral phenotypes. We show that, for evolving swarms, this self-organized sorting behavior can couple to the evolutionary dynamics leading to new evolutionarily stable equilibrium populations set by the physical swarm parameters. PMID:27550316

  1. Brazil Nuts on Eros: Size-Sorting of Asteroid Regolith

    NASA Technical Reports Server (NTRS)

    Asphaug, E.; King, P. J.; Swift, M. R.; Merrifield, M. R.

    2001-01-01

    We consider the hypothesis that frequent cratering produces size- or compositionally-sorted asteroid regolith, affecting the structure, texture, and in extreme cases the shape of asteroids. Additional information is contained in the original extended abstract.

  2. Reduction of Aflatoxins in Apricot Kernels by Electronic and Manual Color Sorting.

    PubMed

    Zivoli, Rosanna; Gambacorta, Lucia; Piemontese, Luca; Solfrizzo, Michele

    2016-01-19

    The efficacy of color sorting on reducing aflatoxin levels in shelled apricot kernels was assessed. Naturally-contaminated kernels were submitted to an electronic optical sorter or blanched, peeled, and manually sorted to visually identify and sort discolored kernels (dark and spotted) from healthy ones. The samples obtained from the two sorting approaches were ground, homogenized, and analysed by HPLC-FLD for their aflatoxin content. A mass balance approach was used to measure the distribution of aflatoxins in the collected fractions. Aflatoxin B₁ and B₂ were identified and quantitated in all collected fractions at levels ranging from 1.7 to 22,451.5 µg/kg of AFB₁ + AFB₂, whereas AFG₁ and AFG₂ were not detected. Excellent results were obtained by manual sorting of peeled kernels since the removal of discolored kernels (2.6%-19.9% of total peeled kernels) removed 97.3%-99.5% of total aflatoxins. The combination of peeling and visual/manual separation of discolored kernels is a feasible strategy to remove 97%-99% of aflatoxins accumulated in naturally-contaminated samples. Electronic optical sorter gave highly variable results since the amount of AFB₁ + AFB₂ measured in rejected fractions (15%-18% of total kernels) ranged from 13% to 59% of total aflatoxins. An improved immunoaffinity-based HPLC-FLD method having low limits of detection for the four aflatoxins (0.01-0.05 µg/kg) was developed and used to monitor the occurrence of aflatoxins in 47 commercial products containing apricot kernels and/or almonds commercialized in Italy. Low aflatoxin levels were found in 38% of the tested samples and ranged from 0.06 to 1.50 μg/kg for AFB₁ and from 0.06 to 1.79 μg/kg for total aflatoxins.

  3. Reduction of Aflatoxins in Apricot Kernels by Electronic and Manual Color Sorting

    PubMed Central

    Zivoli, Rosanna; Gambacorta, Lucia; Piemontese, Luca; Solfrizzo, Michele

    2016-01-01

    The efficacy of color sorting on reducing aflatoxin levels in shelled apricot kernels was assessed. Naturally-contaminated kernels were submitted to an electronic optical sorter or blanched, peeled, and manually sorted to visually identify and sort discolored kernels (dark and spotted) from healthy ones. The samples obtained from the two sorting approaches were ground, homogenized, and analysed by HPLC-FLD for their aflatoxin content. A mass balance approach was used to measure the distribution of aflatoxins in the collected fractions. Aflatoxin B1 and B2 were identified and quantitated in all collected fractions at levels ranging from 1.7 to 22,451.5 µg/kg of AFB1 + AFB2, whereas AFG1 and AFG2 were not detected. Excellent results were obtained by manual sorting of peeled kernels since the removal of discolored kernels (2.6%–19.9% of total peeled kernels) removed 97.3%–99.5% of total aflatoxins. The combination of peeling and visual/manual separation of discolored kernels is a feasible strategy to remove 97%–99% of aflatoxins accumulated in naturally-contaminated samples. Electronic optical sorter gave highly variable results since the amount of AFB1 + AFB2 measured in rejected fractions (15%–18% of total kernels) ranged from 13% to 59% of total aflatoxins. An improved immunoaffinity-based HPLC-FLD method having low limits of detection for the four aflatoxins (0.01–0.05 µg/kg) was developed and used to monitor the occurrence of aflatoxins in 47 commercial products containing apricot kernels and/or almonds commercialized in Italy. Low aflatoxin levels were found in 38% of the tested samples and ranged from 0.06 to 1.50 μg/kg for AFB1 and from 0.06 to 1.79 μg/kg for total aflatoxins. PMID:26797635

  4. Neonatal Intensive-Care Unit Graduates Show Persistent Difficulties in an Intradimensional Shift Card Sort

    ERIC Educational Resources Information Center

    Kittler, Phyllis M.; Brooks, Patricia J.; Rossi, Vanessa; Karmel, Bernard Z.; Gardner, Judith M.; Flory, Michael J.

    2013-01-01

    Neonatal intensive-care unit (NICU) graduates, a group at risk for attention problems and attention-deficit hyperactivity disorder, performed an intradimensional shift card sort at 34, 42, 51, and 60 months to assess executive function and to examine effects of individual risk factors. In the "silly" game, children sorted cards…

  5. Relations as Rules: The Role of Attention in the Dimensional Change Card Sort Task

    ERIC Educational Resources Information Center

    Honomichl, Ryan D.; Chen, Zhe

    2011-01-01

    Preschoolers are typically unable to switch sorting rules during the Dimensional Change Card Sort task. One explanation for this phenomenon is attentional inflexibility (Kirkham, Cruess, & Diamond, 2003). In 4 experiments with 3- to 4-year-olds, we tested this hypothesis by examining the influence of dimensional salience on switching performance.…

  6. Changes in Patient Sorting to Nursing Homes under Public Reporting: Improved Patient Matching or Provider Gaming?

    PubMed Central

    Werner, Rachel M; Konetzka, R Tamara; Stuart, Elizabeth A; Polsky, Daniel

    2011-01-01

    Objective To test whether public reporting in the setting of postacute care in nursing homes results in changes in patient sorting. Data Sources/Study Setting All postacute care admissions from 2001 to 2003 in the nursing home Minimum Data Set. Study Design We test changes in patient sorting (or the changes in the illness severity of patients going to high- versus low-scoring facilities) when public reporting was initiated in nursing homes in 2002. We test for changes in sorting with respect to pain, delirium, and walking and then examine the potential roles of cream skimming and downcoding in changes in patient sorting. We use a difference-in-differences framework, taking advantage of the variation in the launch of public reporting in pilot and nonpilot states, to control for underlying trends in patient sorting. Principal Findings There was a significant change in patient sorting with respect to pain after public reporting was initiated, with high-risk patients being more likely to go to high-scoring facilities and low-risk patients more likely to go to low-scoring facilities. There was also an overall decrease in patient risk of pain with the launch of public reporting, which may be consistent with changes in documentation of pain levels (or downcoding). There was no significant change in sorting for delirium or walking. Conclusions Public reporting of nursing home quality improves matching of high-risk patients to high-quality facilities. However, efforts should be made to reduce the incentives for downcoding by nursing facilities. PMID:21105869

  7. Port-of-entry advanced sorting system (PASS) operational test

    DOT National Transportation Integrated Search

    1998-12-01

    In 1992 the Oregon Department of Transportation undertook an operational test of the Port-of-Entry Advanced Sorting System (PASS), which uses a two-way communication automatic vehicle identification system, integrated with weigh-in-motion, automatic ...

  8. Size-based cell sorting with a resistive pulse sensor and an electromagnetic pump in a microfluidic chip.

    PubMed

    Song, Yongxin; Li, Mengqi; Pan, Xinxiang; Wang, Qi; Li, Dongqing

    2015-02-01

    An electrokinetic microfluidic chip is developed to detect and sort target cells by size from human blood samples. Target-cell detection is achieved by a differential resistive pulse sensor (RPS) based on the size difference between the target cell and other cells. Once a target cell is detected, the detected RPS signal will automatically actuate an electromagnetic pump built in a microchannel to push the target cell into a collecting channel. This method was applied to automatically detect and sort A549 cells and T-lymphocytes from a peripheral fingertip blood sample. The viability of A549 cells sorted in the collecting well was verified by Hoechst33342 and propidium iodide staining. The results show that as many as 100 target cells per minute can be sorted out from the sample solution and thus is particularly suitable for sorting very rare target cells, such as circulating tumor cells. The actuation of the electromagnetic valve has no influence on RPS cell detection and the consequent cell-sorting process. The viability of the collected A549 cell is not impacted by the applied electric field when the cell passes the RPS detection area. The device described in this article is simple, automatic, and label-free and has wide applications in size-based rare target cell sorting for medical diagnostics. © 2014 WILEY-VCH Verlag GmbH & Co. KGaA, Weinheim.

  9. Development of the Arab Heritage Activity Card Sort

    ERIC Educational Resources Information Center

    Hamed, Razan; AlHeresh, Rawan; Dahab, Sana Abu; Collins, Brittany; Fryer, Jasmine; Holm, Margo B.

    2011-01-01

    Participation is an indicator of healthy functioning and well-being, as emphasized by the International Classification of Functioning, Disability, and Health (World Health Organization, 2001). The Activity Card Sort (ACS) is a valid and reliable assessment tool that measures participation. This study describes the process of developing the Arab…

  10. Efficiency at Sorting Cards in Compressed Air

    PubMed Central

    Poulton, E. C.; Catton, M. J.; Carpenter, A.

    1964-01-01

    At a site where compressed air was being used in the construction of a tunnel, 34 men sorted cards twice, once at normal atmospheric pressure and once at 3½, 2½, or 2 atmospheres absolute pressure. An additional six men sorted cards twice at normal atmospheric pressure. When the task was carried out for the first time, all the groups of men performing at raised pressure were found to yield a reliably greater proportion of very slow responses than the group of men performing at normal pressure. There was reliably more variability in timing at 3½ and 2½ atmospheres absolute than at normal pressure. At 3½ atmospheres absolute the average performance was also reliably slower. When the task was carried out for the second time, exposure to 3½ atmospheres absolute pressure had no reliable effect. Thus compressed air affected performance only while the task was being learnt; it had little effect after practice. No reliable differences were found related to age, to length of experience in compressed air, or to the duration of the exposure to compressed air, which was never less than 10 minutes at 3½ atmospheres absolute pressure. PMID:14180485

  11. Oscillating microbubbles for selective particle sorting in acoustic microfluidic devices

    NASA Astrophysics Data System (ADS)

    Rogers, Priscilla; Xu, Lin; Neild, Adrian

    2012-05-01

    In this study, acoustic waves were used to excite a microbubble for selective particle trapping and sorting. Excitation of the bubble at its volume resonance, as necessary to drive strong fluid microstreaming, resulted in the particles being either selectively attracted to the bubble or continuing to follow the local microstreamlines. The operating principle exploited two acoustic phenomena acting on the particle suspension: the drag force arising from the acoustic microstreaming and the secondary Bjerknes force, i.e. the attractive radiation force produced between an oscillating bubble and a non-buoyant particle. It was also found that standing wave fields within the fluid chamber could be used to globally align bubbles and particles for local particle sorting by the bubble.

  12. IB-LBM simulation on blood cell sorting with a micro-fence structure.

    PubMed

    Wei, Qiang; Xu, Yuan-Qing; Tian, Fang-bao; Gao, Tian-xin; Tang, Xiao-ying; Zu, Wen-Hong

    2014-01-01

    A size-based blood cell sorting model with a micro-fence structure is proposed in the frame of immersed boundary and lattice Boltzmann method (IB-LBM). The fluid dynamics is obtained by solving the discrete lattice Boltzmann equation, and the cells motion and deformation are handled by the immersed boundary method. A micro-fence consists of two parallel slope post rows which are adopted to separate red blood cells (RBCs) from white blood cells (WBCs), in which the cells to be separated are transported one after another by the flow into the passageway between the two post rows. Effected by the cross flow, RBCs are schemed to get through the pores of the nether post row since they are smaller and more deformable compared with WBCs. WBCs are required to move along the nether post row till they get out the micro-fence. Simulation results indicate that for a fix width of pores, the slope angle of the post row plays an important role in cell sorting. The cells mixture can not be separated properly in a small slope angle, while obvious blockages by WBCs will take place to disturb the continuous cell sorting in a big slope angle. As an optimal result, an adaptive slope angle is found to sort RBCs form WBCs correctly and continuously.

  13. Effect of early exposure to different feed presentations on feed sorting of dairy calves.

    PubMed

    Miller-Cushon, E K; Bergeron, R; Leslie, K E; Mason, G J; Devries, T J

    2013-07-01

    This study examined how early exposure to different feed presentations affects development of feed sorting in dairy calves. Twenty Holstein bull calves were exposed for the first 8 wk of life to 1 of 2 feed presentation treatments: concentrate and chopped grass hay (<2.5cm) offered ad libitum at a ratio of 7:3 as a mixture (MIX), or as separate components (COM). Calves received 8L/d of milk replacer (1.2kg of dry matter), with the amount progressively reduced after 5 wk to facilitate weaning by the end of wk 7. All calves received the MIX diet in wk 9 to 11 and, subsequently, a novel total mixed ration (TMR; containing 40.5% corn silage, 22.0% haylage, 21.5% high-moisture corn, and 16.0% protein supplement) in wk 12 to 13. Intake was recorded daily and calves were weighed twice a week. Fresh feed and orts were sampled on d 1 to 4 of wk 6, 8, 9, 11, 12, and 13 for analysis of feed sorting, which was assessed through nutrient analysis for the MIX diet and particle size analysis for the TMR. The particle separator had 3 screens (19, 8, and 1.18mm) producing long, medium, short, and fine particle fractions. Sorting of nutrients or particle fractions was calculated as the actual intake as a percentage of predicted intake; values >100% indicate sorting for, whereas values <100% indicate sorting against. Feed presentation did not affect dry matter intake or growth. Prior to weaning, all calves selected in favor of hay; MIX calves consumed more neutral detergent fiber (NDF) than predicted (103.6%) and less nonfiber carbohydrates (NFC) than predicted (92.6%), and COM calves consumed, as a percentage of dry matter intake, 40.3% hay (vs. 30% offered rate). In wk 8, calves fed COM consumed more NFC than calves fed MIX (1.0 vs. 0.95kg/d) and less NDF (0.43 vs. 0.54kg/d), indicating greater selection in favor of concentrate. However, when provided the MIX diet, calves previously fed COM did not sort, whereas calves previously fed MIX consumed more NFC intake than predicted (103

  14. Evaluation of motility, membrane status and DNA integrity of frozen-thawed bottlenose dolphin (Tursiops truncatus) spermatozoa after sex-sorting and recryopreservation.

    PubMed

    Montano, G A; Kraemer, D C; Love, C C; Robeck, T R; O'Brien, J K

    2012-06-01

    Artificial insemination (AI) with sex-sorted frozen-thawed spermatozoa has led to enhanced management of ex situ bottlenose dolphin populations. Extended distance of animals from the sorting facility can be overcome by the use of frozen-thawed, sorted and recryopreserved spermatozoa. Although one bottlenose dolphin calf had been born using sexed frozen-thawed spermatozoa derived from frozen semen, a critical evaluation of in vitro sperm quality is needed to justify the routine use of such samples in AI programs. Sperm motility parameters and plasma membrane integrity were influenced by stage of the sex-sorting process, sperm type (non-sorted and sorted) and freezing method (straw and directional) (P<0.05). After recryopreservation, sorted spermatozoa frozen with the directional freezing method maintained higher (P<0.05) motility parameters over a 24-h incubation period compared to spermatozoa frozen using straws. Quality of sperm DNA of non-sorted spermatozoa, as assessed by the sperm chromatin structure assay (SCSA), was high and remained unchanged throughout freeze-thawing and incubation processes. Though a possible interaction between Hoechst 33342 and the SCSA-derived acridine orange was observed in stained and sorted samples, the proportion of sex-sorted, recryopreserved spermatozoa exhibiting denatured DNA was low (6.6±4.1%) at 6 h after the second thawing step and remained unchanged (P>0.05) at 24 h. The viability of sorted spermatozoa was higher (P<0.05) than that of non-sorted spermatozoa across all time points after recryopreservation. Collective results indicate that bottlenose dolphin spermatozoa undergoing cryopreservation, sorting and recryopreservation are of adequate quality for use in AI.

  15. The Area-Time Complexity of Sorting.

    DTIC Science & Technology

    1984-12-01

    suggests a classification of keys into short (k < logn), long (k > 2 logn), and of medium length. Optimal or near-optimal designs of VLSI sorters are...suggests a classification of keys into short (k 4 logn ), long (k > 21ogn ), and of medium length. Optimal or near-optimal designs of VLSI sorters are...ARCHITECTURES 79 5.1 Introduction 79 5.2 Parallel Algorithms for Sorting 80 . 5.3 Parallel Architectures 88 6 OPTIMAL VLSI SORTERS FOR KEYS OF LENGTH k - logn

  16. Feature extraction using extrema sampling of discrete derivatives for spike sorting in implantable upper-limb neural prostheses.

    PubMed

    Zamani, Majid; Demosthenous, Andreas

    2014-07-01

    Next generation neural interfaces for upper-limb (and other) prostheses aim to develop implantable interfaces for one or more nerves, each interface having many neural signal channels that work reliably in the stump without harming the nerves. To achieve real-time multi-channel processing it is important to integrate spike sorting on-chip to overcome limitations in transmission bandwidth. This requires computationally efficient algorithms for feature extraction and clustering suitable for low-power hardware implementation. This paper describes a new feature extraction method for real-time spike sorting based on extrema analysis (namely positive peaks and negative peaks) of spike shapes and their discrete derivatives at different frequency bands. Employing simulation across different datasets, the accuracy and computational complexity of the proposed method are assessed and compared with other methods. The average classification accuracy of the proposed method in conjunction with online sorting (O-Sort) is 91.6%, outperforming all the other methods tested with the O-Sort clustering algorithm. The proposed method offers a better tradeoff between classification error and computational complexity, making it a particularly strong choice for on-chip spike sorting.

  17. A fully automated non-external marker 4D-CT sorting algorithm using a serial cine scanning protocol.

    PubMed

    Carnes, Greg; Gaede, Stewart; Yu, Edward; Van Dyk, Jake; Battista, Jerry; Lee, Ting-Yim

    2009-04-07

    Current 4D-CT methods require external marker data to retrospectively sort image data and generate CT volumes. In this work we develop an automated 4D-CT sorting algorithm that performs without the aid of data collected from an external respiratory surrogate. The sorting algorithm requires an overlapping cine scan protocol. The overlapping protocol provides a spatial link between couch positions. Beginning with a starting scan position, images from the adjacent scan position (which spatial match the starting scan position) are selected by maximizing the normalized cross correlation (NCC) of the images at the overlapping slice position. The process was continued by 'daisy chaining' all couch positions using the selected images until an entire 3D volume was produced. The algorithm produced 16 phase volumes to complete a 4D-CT dataset. Additional 4D-CT datasets were also produced using external marker amplitude and phase angle sorting methods. The image quality of the volumes produced by the different methods was quantified by calculating the mean difference of the sorted overlapping slices from adjacent couch positions. The NCC sorted images showed a significant decrease in the mean difference (p < 0.01) for the five patients.

  18. Effect of sex sorting on stallion spermatozoa: Heterologous oocyte binding, tyrosine phosphorylation and acrosome reaction assay.

    PubMed

    Balao da Silva, C M; Spinaci, M; Bucci, D; Giaretta, E; Peña, F J; Mari, G; Galeati, G

    2013-09-01

    The interest on sex sorting by flow cytometry on the equine industry has been increasing over the years. In this work, three different tests were performed in order to evaluate the membrane status of sorted stallion spermatozoa: assessment of binding ability to porcine oocytes, evaluation of acrosome integrity after stimulation with A23187, and detection of tyrosine phosphorylation. These evaluations were made after incubation for 0h, 1.5h and 3h in a capacitating medium. Sorted stallion spermatozoa attached similarly to the porcine oocytes, when compared with control samples. Sorted spermatozoa were more prone to undergo acrosome reaction (P<0.05), at the beginning and after 1.5h and 3h of incubation, and also had higher tyrosine phosphorylation of the tail (P<0.001), only at the beginning of the incubation period. Apparently sex sorted stallion spermatozoa are in a more advanced status of membrane destabilization, which could be associated with capacitation, although similar binding ability to porcine oocytes is maintained. Copyright © 2013 Elsevier B.V. All rights reserved.

  19. Recycling Endosomes of Polarized Epithelial Cells Actively Sort Apical and Basolateral Cargos into Separate Subdomains

    PubMed Central

    Thompson, Anthony; Nessler, Randy; Wisco, Dolora; Anderson, Eric; Winckler, Bettina

    2007-01-01

    The plasma membranes of epithelial cells plasma membranes contain distinct apical and basolateral domains that are critical for their polarized functions. However, both domains are continuously internalized, with proteins and lipids from each intermixing in supranuclear recycling endosomes (REs). To maintain polarity, REs must faithfully recycle membrane proteins back to the correct plasma membrane domains. We examined sorting within REs and found that apical and basolateral proteins were laterally segregated into subdomains of individual REs. Subdomains were absent in unpolarized cells and developed along with polarization. Subdomains were formed by an active sorting process within REs, which precedes the formation of AP-1B–dependent basolateral transport vesicles. Both the formation of subdomains and the fidelity of basolateral trafficking were dependent on PI3 kinase activity. This suggests that subdomain and transport vesicle formation occur as separate sorting steps and that both processes may contribute to sorting fidelity. PMID:17494872

  20. A revised velocity-reversal and sediment-sorting model for a high-gradient, pool-riffle stream

    USGS Publications Warehouse

    Thompson, D.M.; Wohl, E.E.; Jarrett, R.D.

    1996-01-01

    Sediment-sorting processes related to varying channel-bed morphology were investigated from April to November 1993 along a 1-km pool-riffle and step-pool reach of North Saint Vrain Creek, a small mountain stream in the Rocky Mountains of northern Colorado. Measured cross-sectional areas of flow were used to suggest higher velocities in pools than in riffles at high flow. Three hundred and sixteen tracer particles, ranging in size from 16 mm to 256 mm, were placed in two separate pool-riffle-pool sequences and used to assess sediment-sorting patterns and sediment-transport competence variations. Tracer-particle depositional evidence indicated higher sediment-transport competence in pools than in riffles at high flow. Pool-riffle sediment sorting may be created by velocity reversals, and more localized sorting results from gravitational forces along the upstream sloping portion of the channel bed located at the downstream end of pools.

  1. Flow cytometric sorting of fresh and frozen-thawed spermatozoa in the western lowland gorilla (Gorilla gorilla gorilla).

    PubMed

    O'Brien, J K; Stojanov, T; Crichton, E G; Evans, K M; Leigh, D; Maxwell, W M C; Evans, G; Loskutoff, N M

    2005-08-01

    We adapted flow cytometry technology for high-purity sorting of X chromosome-bearing spermatozoa in the western lowland gorilla (Gorilla gorilla gorilla). Our objectives were to develop methodologies for liquid storage of semen prior to sorting, sorting of liquid-stored and frozen-thawed spermatozoa, and assessment of sorting accuracy. In study 1, the in vitro sperm characteristics of gorilla ejaculates from one male were unchanged (P > 0.05) after 8 hr of liquid storage at 15 degrees C in a non-egg yolk diluent (HEPES-buffered modified Tyrode's medium). In study 2, we examined the efficacy of sorting fresh and frozen-thawed spermatozoa using human spermatozoa as a model for gorilla spermatozoa. Ejaculates from one male were split into fresh and frozen aliquots. X-enriched samples derived from both fresh and frozen-thawed human semen were of high purity, as determined by fluorescence in situ hybridization (FISH; 90.7%+/-2.3%, overall), and contained a high proportion of morphologically normal spermatozoa (86.0%+/-1.0%, overall). In study 3, we processed liquid-stored semen from two gorillas for sorting using a modification of methods for human spermatozoa. The sort rate for enrichment of X-bearing spermatozoa was 7.3+/-2.5 spermatozoa per second. The X-enriched samples were of high purity (single-sperm PCR: 83.7%) and normal morphology (79.0%+/-3.9%). In study 4 we examined frozen-thawed gorilla semen, and the sort rate (8.3+/-2.9 X-bearing sperm/sec), purity (89.7%), and normal morphology (81.4%+/-3.4%) were comparable to those of liquid-stored semen. Depending on the male and the type of sample used (fresh or frozen-thawed), 0.8-2.2% of gorilla spermatozoa in the processed ejaculate were present in the X-enriched sample. These results demonstrate that fresh or frozen-thawed gorilla spermatozoa can be flow cytometrically sorted into samples enriched for X-bearing spermatozoa. Copyright 2005 Wiley-Liss, Inc.

  2. Rural women and violence situation: access and accessibility limits to the healthcare network.

    PubMed

    Costa, Marta Cocco da; Silva, Ethel Bastos da; Soares, Joannie Dos Santos Fachinelli; Borth, Luana Cristina; Honnef, Fernanda

    2017-07-13

    To analyze the access and accessibility to the healthcare network of women dwelling in rural contexts undergoing violence situation, as seen from the professionals' speeches. A qualitative, exploratory, descriptive study with professionals from the healthcare network services about coping with violence in four municipalities in the northern region of Rio Grande do Sul. The information derived from interviews, which have been analyzed by thematic modality. (Lack of) information of women, distance, restricted access to transportation, dependence on the partner and (lack of) attention by professionals to welcome women undergoing violence situation and (non)-articulation of the network are factors that limit the access and, as a consequence, they result in the lack of confrontation of this problem. To bring closer the services which integrate the confrontation network of violence against women and to qualify professionals to welcome these situations are factors that can facilitate the access and adhesion of rural women to the services.

  3. Reliability and Validity of a Q-Sort Measure of Attachment Security in Hispanic Infants.

    ERIC Educational Resources Information Center

    Busch-Rossnagel, Nancy A.; And Others

    1994-01-01

    A set of Q-sort items to assess individual differences in infant-mother attachment was adapted for a Hispanic population of low-SES background. Completion of the Q-sort by observers and inner-city Hispanic mothers and testing of 43 infants with the Ainsworth Strange Situation established the Q-set's validity and indicated moderate reliability for…

  4. Financial feasibility of a log sort yard handling small-diameter logs: A preliminary study

    Treesearch

    Han-Sup Han; E. M. (Ted) Bilek; John (Rusty) Dramm; Dan Loeffler; Dave Calkin

    2011-01-01

    The value and use of the trees removed in fuel reduction thinning and restoration treatments could be enhanced if the wood were effectively evaluated and sorted for quality and highest value before delivery to the next manufacturing destination. This article summarizes a preliminary financial feasibility analysis of a log sort yard that would serve as a log market to...

  5. The Q Sort Technique Applied to Nutrition Attitudes Investigation.

    ERIC Educational Resources Information Center

    Sutnick, Mona R.

    1981-01-01

    Suggests the use of the Q Sort Technique to assess attitudes toward nutrition-related topics. Describes research utilizing this technique to assess junior high school students' (N=512) attitudes toward and knowledge of nutrition with and without nutrition instruction. (DS)

  6. Parkin mediates the ubiquitination of VPS35 and modulates retromer-dependent endosomal sorting.

    PubMed

    Williams, Erin T; Glauser, Liliane; Tsika, Elpida; Jiang, Haisong; Islam, Shariful; Moore, Darren J

    2018-06-11

    Mutations in a number of genes cause familial forms of Parkinson's disease (PD), including mutations in the vacuolar protein sorting 35 ortholog (VPS35) and parkin genes. In this study, we identify a novel functional interaction between parkin and VPS35. We demonstrate that parkin interacts with and robustly ubiquitinates VPS35 in human neural cells. Familial parkin mutations are impaired in their ability to ubiquitinate VPS35. Parkin mediates the attachment of an atypical poly-ubiquitin chain to VPS35 with three lysine residues identified within the C-terminal region of VPS35 that are covalently modified by ubiquitin. Notably, parkin-mediated VPS35 ubiquitination does not promote the proteasomal degradation of VPS35. Furthermore, parkin does not influence the steady-state levels or turnover of VPS35 in neural cells and VPS35 levels are normal in the brains of parkin knockout mice. These data suggest that ubiquitination of VPS35 by parkin may instead serve a non-degradative cellular function potentially by regulating retromer-dependent sorting. Accordingly, we find that components of the retromer-associated WASH complex are markedly decreased in the brain of parkin knockout mice, suggesting that parkin may modulate WASH complex-dependent retromer sorting. Parkin gene silencing in primary cortical neurons selectively disrupts the vesicular sorting of the autophagy receptor ATG9A, a WASH-dependent retromer cargo. Parkin is not required for dopaminergic neurodegeneration induced by the expression of PD-linked D620N VPS35 in mice, consistent with VPS35 being located downstream of parkin function. Our data reveal a novel functional interaction of parkin with VPS35 that may be important for retromer-mediated endosomal sorting and PD.

  7. Network public opinion space sentiment tendency analyze based on recurrent convolution neural network

    NASA Astrophysics Data System (ADS)

    Zhang, Gaowei; Xu, Lingyu; Wang, Lei

    2018-04-01

    The purpose of this chapter is to analyze the investor's psychological characteristics and investment decision-making behavior characteristics, to study the investor sentiment under the network public opinion, and then analyze from three aspects: First, investor sentiment analysis and how to spread in the online media; The influence mechanism of investor's emotion on the stock market and its effect; the third one is to measure the investor's emotion based on the degree of attention, trying hard to sort out the internal relations between the investor's sentiment and the network public opinion and the stock market, in order to lay the theoretical foundation of this article.

  8. Sorting Out the Web: Approaches to Subject Access. Contemporary Studies in Information Management, Policies, and Services.

    ERIC Educational Resources Information Center

    Schwartz, Candy

    This book examines what has been done in providing subject access to networked resources. The first chapter provides a historical overview of information services, developments in information technology, end users, and the Internet, as well as a discussion of the library response to these developments. The second chapter discusses metadata,…

  9. Sort-Seq Approach to Engineering a Formaldehyde-Inducible Promoter for Dynamically Regulated Escherichia coli Growth on Methanol

    PubMed Central

    2017-01-01

    Tight and tunable control of gene expression is a highly desirable goal in synthetic biology for constructing predictable gene circuits and achieving preferred phenotypes. Elucidating the sequence–function relationship of promoters is crucial for manipulating gene expression at the transcriptional level, particularly for inducible systems dependent on transcriptional regulators. Sort-seq methods employing fluorescence-activated cell sorting (FACS) and high-throughput sequencing allow for the quantitative analysis of sequence–function relationships in a robust and rapid way. Here we utilized a massively parallel sort-seq approach to analyze the formaldehyde-inducible Escherichia coli promoter (Pfrm) with single-nucleotide resolution. A library of mutated formaldehyde-inducible promoters was cloned upstream of gfp on a plasmid. The library was partitioned into bins via FACS on the basis of green fluorescent protein (GFP) expression level, and mutated promoters falling into each expression bin were identified with high-throughput sequencing. The resulting analysis identified two 19 base pair repressor binding sites, one upstream of the −35 RNA polymerase (RNAP) binding site and one overlapping with the −10 site, and assessed the relative importance of each position and base therein. Key mutations were identified for tuning expression levels and were used to engineer formaldehyde-inducible promoters with predictable activities. Engineered variants demonstrated up to 14-fold lower basal expression, 13-fold higher induced expression, and a 3.6-fold stronger response as indicated by relative dynamic range. Finally, an engineered formaldehyde-inducible promoter was employed to drive the expression of heterologous methanol assimilation genes and achieved increased biomass levels on methanol, a non-native substrate of E. coli. PMID:28463494

  10. Sorting nexin-2 is associated with tubular elements of the early endosome, but is not essential for retromer-mediated endosome-to-TGN transport

    PubMed Central

    Carlton, Jez G.; Bujny, Miriam V.; Peter, Brian J.; Oorschot, Viola M. J.; Rutherford, Anna; Arkell, Rebecca S.; Klumperman, Judith; McMahon, Harvey T.; Cullen, Peter J.

    2006-01-01

    Summary Sorting nexins are a large family of phox-homology-domain-containing proteins that have been implicated in the control of endosomal sorting. Sorting nexin-1 is a component of the mammalian retromer complex that regulates retrieval of the cation-independent mannose 6-phosphate receptor from endosomes to the trans-Golgi network. In yeast, retromer is composed of Vps5p (the orthologue of sorting nexin-1), Vps17p (a related sorting nexin) and a cargo selective subcomplex composed of Vps26p, Vps29p and Vps35p. With the exception of Vps17p, mammalian orthologues of all yeast retromer components have been identified. For Vps17p, one potential mammalian orthologue is sorting nexin-2. Here we show that, like sorting nexin-1, sorting nexin-2 binds phosphatidylinositol 3-monophosphate and phosphatidylinositol 3,5-bisphosphate, and possesses a Bin/Amphiphysin/Rvs domain that can sense membrane curvature. However, in contrast to sorting nexin-1, sorting nexin-2 could not induce membrane tubulation in vitro or in vivo. Functionally, we show that endogenous sorting nexin-1 and sorting nexin-2 co-localise on high curvature tubular elements of the 3-phosphoinositide-enriched early endosome, and that suppression of sorting nexin-2 does not perturb the degradative sorting of receptors for epidermal growth factor or transferrin, nor the steady-state distribution of the cation-independent mannose 6-phosphate receptor. However, suppression of sorting nexin-2 results in a subtle alteration in the kinetics of cation-independent mannose 6-phosphate receptor retrieval. These data suggest that although sorting nexin-2 may be a component of the retromer complex, its presence is not essential for the regulation of endosome-to-trans Golgi network retrieval of the cation-independent mannose 6-phosphate receptor. PMID:16179610

  11. Level repulsion and band sorting in phononic crystals

    NASA Astrophysics Data System (ADS)

    Lu, Yan; Srivastava, Ankit

    2018-02-01

    In this paper we consider the problem of avoided crossings (level repulsion) in phononic crystals and suggest a computationally efficient strategy to distinguish them from normal cross points. This process is essential for the correct sorting of the phononic bands and, subsequently, for the accurate determination of mode continuation, group velocities, and emergent properties which depend on them such as thermal conductivity. Through explicit phononic calculations using generalized Rayleigh quotient, we identify exact locations of exceptional points in the complex wavenumber domain which results in level repulsion in the real domain. We show that in the vicinity of the exceptional point the relevant phononic eigenvalue surfaces resemble the surfaces of a 2 by 2 parameter-dependent matrix. Along a closed loop encircling the exceptional point we show that the phononic eigenvalues are exchanged, just as they are for the 2 by 2 matrix case. However, the behavior of the associated eigenvectors is shown to be more complex in the phononic case. Along a closed loop around an exceptional point, we show that the eigenvectors can flip signs multiple times unlike a 2 by 2 matrix where the flip of sign occurs only once. Finally, we exploit these eigenvector sign flips around exceptional points to propose a simple and efficient method of distinguishing them from normal crosses and of correctly sorting the band-structure. Our proposed method is roughly an order-of-magnitude faster than the zoom-in method and correctly identifies > 96% of the cases considered. Both its speed and accuracy can be further improved and we suggest some ways of achieving this. Our method is general and, as such, would be directly applicable to other eigenvalue problems where the eigenspectrum needs to be correctly sorted.

  12. How many neurons can we see with current spike sorting algorithms?

    PubMed Central

    Pedreira, Carlos; Martinez, Juan; Ison, Matias J.; Quian Quiroga, Rodrigo

    2012-01-01

    Recent studies highlighted the disagreement between the typical number of neurons observed with extracellular recordings and the ones to be expected based on anatomical and physiological considerations. This disagreement has been mainly attributed to the presence of sparsely firing neurons. However, it is also possible that this is due to limitations of the spike sorting algorithms used to process the data. To address this issue, we used realistic simulations of extracellular recordings and found a relatively poor spike sorting performance for simulations containing a large number of neurons. In fact, the number of correctly identified neurons for single-channel recordings showed an asymptotic behavior saturating at about 8–10 units, when up to 20 units were present in the data. This performance was significantly poorer for neurons with low firing rates, as these units were twice more likely to be missed than the ones with high firing rates in simulations containing many neurons. These results uncover one of the main reasons for the relatively low number of neurons found in extracellular recording and also stress the importance of further developments of spike sorting algorithms. PMID:22841630

  13. How many neurons can we see with current spike sorting algorithms?

    PubMed

    Pedreira, Carlos; Martinez, Juan; Ison, Matias J; Quian Quiroga, Rodrigo

    2012-10-15

    Recent studies highlighted the disagreement between the typical number of neurons observed with extracellular recordings and the ones to be expected based on anatomical and physiological considerations. This disagreement has been mainly attributed to the presence of sparsely firing neurons. However, it is also possible that this is due to limitations of the spike sorting algorithms used to process the data. To address this issue, we used realistic simulations of extracellular recordings and found a relatively poor spike sorting performance for simulations containing a large number of neurons. In fact, the number of correctly identified neurons for single-channel recordings showed an asymptotic behavior saturating at about 8-10 units, when up to 20 units were present in the data. This performance was significantly poorer for neurons with low firing rates, as these units were twice more likely to be missed than the ones with high firing rates in simulations containing many neurons. These results uncover one of the main reasons for the relatively low number of neurons found in extracellular recording and also stress the importance of further developments of spike sorting algorithms. Copyright © 2012 Elsevier B.V. All rights reserved.

  14. An algorithm for 4D CT image sorting using spatial continuity.

    PubMed

    Li, Chen; Liu, Jie

    2013-01-01

    4D CT, which could locate the position of the movement of the tumor in the entire respiratory cycle and reduce image artifacts effectively, has been widely used in making radiation therapy of tumors. The current 4D CT methods required external surrogates of respiratory motion obtained from extra instruments. However, respiratory signals recorded by these external makers may not always accurately represent the internal tumor and organ movements, especially when irregular breathing patterns happened. In this paper we have proposed a novel automatic 4D CT sorting algorithm that performs without these external surrogates. The sorting algorithm requires collecting the image data with a cine scan protocol. Beginning with the first couch position, images from the adjacent couch position are selected out according to spatial continuity. The process is continued until images from all couch positions are sorted and the entire 3D volume is produced. The algorithm is verified by respiratory phantom image data and clinical image data. The primary test results show that the 4D CT images created by our algorithm have eliminated the motion artifacts effectively and clearly demonstrated the movement of tumor and organ in the breath period.

  15. Application of Quality Function Deployment (QFD) method and kano model to redesign fresh fruit bunches sorting tool

    NASA Astrophysics Data System (ADS)

    Anizar; Siregar, I.; Yahya, I.; Yesika, N.

    2018-02-01

    The activity of lowering fresh fruit bunches (FFB) from truck to sorting floor is performed manually by workers using a sorting tool. Previously, the sorting tool used is a pointed iron bar with a T-shaped handle. Changes made to the sorting tool causes several complaints on worker and affect the time to lower the fruit. The purpose of this article is to obtain the design of an FFB sorting tool that suits the needs of these workers by applying the Quality Function Deployment (QFD) and Kano Model methods. Both of the two methods will be integrated to find the design that matches workers’ image and psychological feeling. The main parameters are to obtain the customer requirements of the palm fruit loading workers, to find the most important technical characteristics and critical part affecting the quality of the FFB sorting tool. The customer requirements of the palm loading workers are the following : the color of the coating paint is gray, the bar material is made of stainless pipe, the main grip coating material is made of grip, the tip material is made of the spring steel, the additional grip is made of rubber and the handle is of triangular shape.

  16. Spike sorting based upon machine learning algorithms (SOMA).

    PubMed

    Horton, P M; Nicol, A U; Kendrick, K M; Feng, J F

    2007-02-15

    We have developed a spike sorting method, using a combination of various machine learning algorithms, to analyse electrophysiological data and automatically determine the number of sampled neurons from an individual electrode, and discriminate their activities. We discuss extensions to a standard unsupervised learning algorithm (Kohonen), as using a simple application of this technique would only identify a known number of clusters. Our extra techniques automatically identify the number of clusters within the dataset, and their sizes, thereby reducing the chance of misclassification. We also discuss a new pre-processing technique, which transforms the data into a higher dimensional feature space revealing separable clusters. Using principal component analysis (PCA) alone may not achieve this. Our new approach appends the features acquired using PCA with features describing the geometric shapes that constitute a spike waveform. To validate our new spike sorting approach, we have applied it to multi-electrode array datasets acquired from the rat olfactory bulb, and from the sheep infero-temporal cortex, and using simulated data. The SOMA sofware is available at http://www.sussex.ac.uk/Users/pmh20/spikes.

  17. Selective Sorting of Cargo Proteins into Bacterial Membrane Vesicles*

    PubMed Central

    Haurat, M. Florencia; Aduse-Opoku, Joseph; Rangarajan, Minnie; Dorobantu, Loredana; Gray, Murray R.; Curtis, Michael A.; Feldman, Mario F.

    2011-01-01

    In contrast to the well established multiple cellular roles of membrane vesicles in eukaryotic cell biology, outer membrane vesicles (OMV) produced via blebbing of prokaryotic membranes have frequently been regarded as cell debris or microscopy artifacts. Increasingly, however, bacterial membrane vesicles are thought to play a role in microbial virulence, although it remains to be determined whether OMV result from a directed process or from passive disintegration of the outer membrane. Here we establish that the human oral pathogen Porphyromonas gingivalis has a mechanism to selectively sort proteins into OMV, resulting in the preferential packaging of virulence factors into OMV and the exclusion of abundant outer membrane proteins from the protein cargo. Furthermore, we show a critical role for lipopolysaccharide in directing this sorting mechanism. The existence of a process to package specific virulence factors into OMV may significantly alter our current understanding of host-pathogen interactions. PMID:21056982

  18. Using Sorting by Reversal: Breakpoint Graph for Gene Assembly in Ciliates

    NASA Astrophysics Data System (ADS)

    Brijder, Robert; Jan Hoogeboom, Hendrik

    2007-09-01

    The theory of gene assembly in ciliates has much in common with the theory of sorting by reversal. Both model processes that are based on splicing, and have a fixed begin and end product. The main difference is the type of splicing operations used to obtain the end product from the begin product. In this overview paper we show that the concept of breakpoint graph, known from the theory of sorting by reversal, has many uses in the theory of gene assembly. Our aim is to present the material in an intuitive and informal manner to allow for an efficient introduction into the subject.

  19. Responses of Escherichia coli, Listeria monocytogenes, and Staphylococcus aureus to Simulated Food Processing Treatments, Determined Using Fluorescence-Activated Cell Sorting and Plate Counting▿

    PubMed Central

    Kennedy, Deirdre; Cronin, Ultan P.; Wilkinson, Martin G.

    2011-01-01

    Three common food pathogenic microorganisms were exposed to treatments simulating those used in food processing. Treated cell suspensions were then analyzed for reduction in growth by plate counting. Flow cytometry (FCM) and fluorescence-activated cell sorting (FACS) were carried out on treated cells stained for membrane integrity (Syto 9/propidium iodide) or the presence of membrane potential [DiOC2(3)]. For each microbial species, representative cells from various subpopulations detected by FCM were sorted onto selective and nonselective agar and evaluated for growth and recovery rates. In general, treatments giving rise to the highest reductions in counts also had the greatest effects on cell membrane integrity and membrane potential. Overall, treatments that impacted cell membrane permeability did not necessarily have a comparable effect on membrane potential. In addition, some bacterial species with extensively damaged membranes, as detected by FCM, appeared to be able to replicate and grow after sorting. Growth of sorted cells from various subpopulations was not always reflected in plate counts, and in some cases the staining protocol may have rendered cells unculturable. Optimized FCM protocols generated a greater insight into the extent of the heterogeneous bacterial population responses to food control measures than did plate counts. This study underlined the requirement to use FACS to relate various cytometric profiles generated by various staining protocols with the ability of cells to grow on microbial agar plates. Such information is a prerequisite for more-widespread adoption of FCM as a routine microbiological analytical technique. PMID:21602370

  20. Natural Selection Is a Sorting Process: What Does that Mean?

    ERIC Educational Resources Information Center

    Price, Rebecca M.

    2013-01-01

    To learn why natural selection acts only on existing variation, students categorize processes as either creative or sorting. This activity helps students confront the misconception that adaptations evolve because species need them.

  1. Semi-automated sorting using holographic optical tweezers remotely controlled by eye/hand tracking camera

    NASA Astrophysics Data System (ADS)

    Tomori, Zoltan; Keša, Peter; Nikorovič, Matej; Kaůka, Jan; Zemánek, Pavel

    2016-12-01

    We proposed the improved control software for the holographic optical tweezers (HOT) proper for simple semi-automated sorting. The controller receives data from both the human interface sensors and the HOT microscope camera and processes them. As a result, the new positions of active laser traps are calculated, packed into the network format and sent to the remote HOT. Using the photo-polymerization technique, we created a sorting container consisting of two parallel horizontal walls where one wall contains "gates" representing a place where the trapped particle enters into the container. The positions of particles and gates are obtained by image analysis technique which can be exploited to achieve the higher level of automation. Sorting is documented on computer game simulation and the real experiment.

  2. Generation of bioaerosols during manual mail unpacking and sorting.

    PubMed

    Brandl, H; Bachofen, R; Bischoff, M

    2005-01-01

    The dynamics of bioaerosol generation in specific occupational environments where mail is manually unpacked and sorted was investigated. Total number of airborne particles was determined in four different size classes (0.3-0.5, 0.5-1, 1-5 and >5 microm) by laser particle counting. Time dependent formation of bioaerosols was monitored by culturing methods and by specific staining followed by flow cytometry. Besides handling of regular mail, specially prepared letters ('spiked letters') were added to the mailbags to deliberately release powdered materials from letters and to simulate high impact loads. These letters contained various dry powdered biological and nonbiological materials such as milk powder, mushrooms, herbs and cat litter. Regarding the four size classes, particulate aerosol composition before mail handling was determined as 83.2 +/- 1.0, 15.2 +/- 0.7, 1.7 +/- 0.4 and 0.04 +/- 0.02%, respectively, whereas the composition changed during sorting to 66.8 +/- 7.9, 22.3 +/- 3.6, 10.4 +/- 4.0 and 0.57 +/- 0.27%, respectively. Mail processing resulted in an increase in culturable airborne bacteria and fungi. Maximum concentrations of bacteria reached 450 CFU m(-3), whereas 270 CFU of fungi were detected. Indoor particle concentrations steadily increased during mail handling mostly associated with particles of diameters >1 microm. However, it was not possible to distinguish spiked letters from nonspiked by simple particle counting and CFU determinations. The dynamics of bioaerosol generation have to be addressed when monitoring specific occupational environments (such as mail sorting facilities) regarding the occurrence of biological particles.

  3. Event-driven processing for hardware-efficient neural spike sorting

    NASA Astrophysics Data System (ADS)

    Liu, Yan; Pereira, João L.; Constandinou, Timothy G.

    2018-02-01

    Objective. The prospect of real-time and on-node spike sorting provides a genuine opportunity to push the envelope of large-scale integrated neural recording systems. In such systems the hardware resources, power requirements and data bandwidth increase linearly with channel count. Event-based (or data-driven) processing can provide here a new efficient means for hardware implementation that is completely activity dependant. In this work, we investigate using continuous-time level-crossing sampling for efficient data representation and subsequent spike processing. Approach. (1) We first compare signals (synthetic neural datasets) encoded with this technique against conventional sampling. (2) We then show how such a representation can be directly exploited by extracting simple time domain features from the bitstream to perform neural spike sorting. (3) The proposed method is implemented in a low power FPGA platform to demonstrate its hardware viability. Main results. It is observed that considerably lower data rates are achievable when using 7 bits or less to represent the signals, whilst maintaining the signal fidelity. Results obtained using both MATLAB and reconfigurable logic hardware (FPGA) indicate that feature extraction and spike sorting accuracies can be achieved with comparable or better accuracy than reference methods whilst also requiring relatively low hardware resources. Significance. By effectively exploiting continuous-time data representation, neural signal processing can be achieved in a completely event-driven manner, reducing both the required resources (memory, complexity) and computations (operations). This will see future large-scale neural systems integrating on-node processing in real-time hardware.

  4. MATISSE a web-based tool to access, visualize and analyze high resolution minor bodies observation

    NASA Astrophysics Data System (ADS)

    Zinzi, Angelo; Capria, Maria Teresa; Palomba, Ernesto; Antonelli, Lucio Angelo; Giommi, Paolo

    2016-07-01

    In the recent years planetary exploration missions acquired data from minor bodies (i.e., dwarf planets, asteroid and comets) at a detail level never reached before. Since these objects often present very irregular shapes (as in the case of the comet 67P Churyumov-Gerasimenko target of the ESA Rosetta mission) "classical" bidimensional projections of observations are difficult to understand. With the aim of providing the scientific community a tool to access, visualize and analyze data in a new way, ASI Science Data Center started to develop MATISSE (Multi-purposed Advanced Tool for the Instruments for the Solar System Exploration - http://tools.asdc.asi.it/matisse.jsp) in late 2012. This tool allows 3D web-based visualization of data acquired by planetary exploration missions: the output could either be the straightforward projection of the selected observation over the shape model of the target body or the visualization of a high-order product (average/mosaic, difference, ratio, RGB) computed directly online with MATISSE. Standard outputs of the tool also comprise downloadable files to be used with GIS software (GeoTIFF and ENVI format) and 3D very high-resolution files to be viewed by means of the free software Paraview. During this period the first and most frequent exploitation of the tool has been related to visualization of data acquired by VIRTIS-M instruments onboard Rosetta observing the comet 67P. The success of this task, well represented by the good number of published works that used images made with MATISSE confirmed the need of a different approach to correctly visualize data coming from irregular shaped bodies. In the next future the datasets available to MATISSE are planned to be extended, starting from the addition of VIR-Dawn observations of both Vesta and Ceres and also using standard protocols to access data stored in external repositories, such as NASA ODE and Planetary VO.

  5. Substrate Sorting by a Supercharged Nanoreactor

    PubMed Central

    2017-01-01

    Compartmentalization of proteases enables spatially and temporally controlled protein degradation in cells. Here we show that an engineered lumazine synthase protein cage, which possesses a negatively supercharged lumen, can exploit electrostatic effects to sort substrates for an encapsulated protease. This proteasome-like nanoreactor preferentially cleaves positively charged polypeptides over both anionic and zwitterionic substrates, inverting the inherent substrate specificity of the guest enzyme approximately 480 fold. Our results suggest that supercharged nanochambers could provide a simple and potentially general means of conferring substrate specificity to diverse encapsulated catalysts. PMID:29278496

  6. Does Sorting Students Improve Scores? An Analysis of Class Composition. NBER Working Paper No. 18848

    ERIC Educational Resources Information Center

    Collins, Courtney A.; Gan, Li

    2013-01-01

    This paper examines schools' decisions to sort students into different classes and how those sorting processes impact student achievement. There are two potential effects that result from schools creating homogeneous classes--a "tracking effect," which allows teachers to direct their focus to a more narrow range of students, and a peer…

  7. Quercetin improves the postthaw characteristics of cryopreserved sex-sorted and nonsorted stallion sperm.

    PubMed

    Gibb, Z; Butler, T J; Morris, L H A; Maxwell, W M C; Grupen, C G

    2013-04-01

    Excessive reactive oxygen species generation during sex sorting and cryopreservation of stallion sperm leads to DNA fragmentation, lipid peroxidation, and motility loss. In this study we investigated whether antioxidant supplementation during sex sorting and cryopreservation could ameliorate the effects of reactive oxygen species on stallion sperm. In experiment 1, the postthaw characteristics of stallion sperm (N = 9) cryopreserved in the presence or absence of catalase (200 U/mL), cysteine (0.2 mg/mL), or quercetin (0.15 mM) was examined. Motility and acrosome integrity were assessed at 0, 1, and 3 hours after thawing. The sperm chromatin structure assay (SCSA; detectable DNA fragmentation index [DFI], mean DFI, and DFI) was used to assess DNA integrity immediately after thawing. Quercetin increased the total postthaw motility (25.3% vs. 20.9%; P < 0.05), but there was no beneficial effect of catalase or cysteine. Based on these results, the effect of quercetin during cryopreservation on the postthaw zona binding ability of sperm was assessed using a heterologous (bovine) zona binding assay. Quercetin increased the number of sperm bound per oocyte (13.6 vs. 9.2; P < 0.05) compared with the control. In experiment 2, the effect of quercetin (0.15 mM) in the media used during semen storage and transport, Hoechst 33342 staining and cryopreservation of stallion sperm (N = 9) was investigated. Motility, acrosome integrity, and viability were assessed at 0, 1, and 3 hours after thawing and SCSA was performed at 0 hours after thawing. Quercetin supplementation during sex sorting and cryopreservation improved DNA integrity (SCSA; detectable DFI of 54.9% vs. 74.6%, P < 0.05; mean DFI of 270.2 vs. 288.1, P < 0.05; and DFI of 26.3% vs. 28.5%, P < 0.05) compared with control sex-sorted sperm. There was no beneficial effect of quercetin on the motility, acrosome integrity, or viability of sex-sorted sperm. In conclusion, quercetin significantly improved the motility and zona

  8. The endocytic recycling compartment maintains cargo segregation acquired upon exit from the sorting endosome

    PubMed Central

    Xie, Shuwei; Bahl, Kriti; Reinecke, James B.; Hammond, Gerald R. V.; Naslavsky, Naava; Caplan, Steve

    2016-01-01

    The endocytic recycling compartment (ERC) is a series of perinuclear tubular and vesicular membranes that regulates recycling to the plasma membrane. Despite evidence that cargo is sorted at the early/sorting endosome (SE), whether cargo mixes downstream at the ERC or remains segregated is an unanswered question. Here we use three-dimensional (3D) structured illumination microscopy and dual-channel and 3D direct stochastic optical reconstruction microscopy (dSTORM) to obtain new information about ERC morphology and cargo segregation. We show that cargo internalized either via clathrin-mediated endocytosis (CME) or independently of clathrin (CIE) remains segregated in the ERC, likely on distinct carriers. This suggests that no further sorting occurs upon cargo exit from SE. Moreover, 3D dSTORM data support a model in which some but not all ERC vesicles are tethered by contiguous “membrane bridges.” Furthermore, tubular recycling endosomes preferentially traffic CIE cargo and may originate from SE membranes. These findings support a significantly altered model for endocytic recycling in mammalian cells in which sorting occurs in peripheral endosomes and segregation is maintained at the ERC. PMID:26510502

  9. Flow Sorting and Sequencing Meadow Fescue Chromosome 4F1[C][W

    PubMed Central

    Kopecký, David; Martis, Mihaela; Číhalíková, Jarmila; Hřibová, Eva; Vrána, Jan; Bartoš, Jan; Kopecká, Jitka; Cattonaro, Federica; Stočes, Štěpán; Novák, Petr; Neumann, Pavel; Macas, Jiří; Šimková, Hana; Studer, Bruno; Asp, Torben; Baird, James H.; Navrátil, Petr; Karafiátová, Miroslava; Kubaláková, Marie; Šafář, Jan; Mayer, Klaus; Doležel, Jaroslav

    2013-01-01

    The analysis of large genomes is hampered by a high proportion of repetitive DNA, which makes the assembly of short sequence reads difficult. This is also the case in meadow fescue (Festuca pratensis), which is known for good abiotic stress resistance and has been used in intergeneric hybridization with ryegrasses (Lolium spp.) to produce Festulolium cultivars. In this work, we describe a new approach to analyze the large genome of meadow fescue, which involves the reduction of sample complexity without compromising information content. This is achieved by dissecting the genome to smaller parts: individual chromosomes and groups of chromosomes. As the first step, we flow sorted chromosome 4F and sequenced it by Illumina with approximately 50× coverage. This provided, to our knowledge, the first insight into the composition of the fescue genome, enabled the construction of the virtual gene order of the chromosome, and facilitated detailed comparative analysis with the sequenced genomes of rice (Oryza sativa), Brachypodium distachyon, sorghum (Sorghum bicolor), and barley (Hordeum vulgare). Using GenomeZipper, we were able to confirm the collinearity of chromosome 4F with barley chromosome 4H and the long arm of chromosome 5H. Several new tandem repeats were identified and physically mapped using fluorescence in situ hybridization. They were found as robust cytogenetic markers for karyotyping of meadow fescue and ryegrass species and their hybrids. The ability to purify chromosome 4F opens the way for more efficient analysis of genomic loci on this chromosome underlying important traits, including freezing tolerance. Our results confirm that next-generation sequencing of flow-sorted chromosomes enables an overview of chromosome structure and evolution at a resolution never achieved before. PMID:24096412

  10. Multi-block analysis coupled to laser-induced breakdown spectroscopy for sorting geological materials from caves.

    PubMed

    Ammari, Faten; Bassel, Léna; Ferrier, Catherine; Lacanette, Delphine; Chapoulie, Rémy; Bousquet, Bruno

    2016-10-01

    In this study, multi-block analysis was applied for the first time to LIBS spectra provided by a portable LIBS system (IVEA Solution, France) equipped with three compact Czerny-Turner spectrometers covering the spectral ranges 200-397nm, 398-571nm and 572-1000nm. 41 geological samples taken from a laboratory-cave situated in the "Vézère valley", an area rich with prehistoric sites and decorated caves listed as a UNESCO world heritage in the south west of France, were analyzed. They were composed of limestone and clay considered as underlying supports and of two types of alterations referred as moonmilk and coralloid. Common Components and Specific Weights Analysis (CCSWA) allowed sorting moonmilk and coralloid samples. The loadings revealed higher amounts of magnesium, silicon, aluminum and strontium in coralloids and the saliences emphasized that among the three spectrometers installed in the LIBS instrument used in this work; that covering the range 572-1000nm was less contributive. This new approach for processing LIBS data not only provides good results for sorting geological materials but also clearly reveals which spectral range contains most of the information. This specific advantage of multi-block analysis could lead for some applications to simplify the design and to reduce the size of LIBS instruments. Copyright © 2016 Elsevier B.V. All rights reserved.

  11. A mutation in the melon Vacuolar Protein Sorting 41prevents systemic infection of Cucumber mosaic virus.

    PubMed

    Giner, Ana; Pascual, Laura; Bourgeois, Michael; Gyetvai, Gabor; Rios, Pablo; Picó, Belén; Troadec, Christelle; Bendahmane, Abdel; Garcia-Mas, Jordi; Martín-Hernández, Ana Montserrat

    2017-09-05

    In the melon exotic accession PI 161375, the gene cmv1, confers recessive resistance to Cucumber mosaic virus (CMV) strains of subgroup II. cmv1 prevents the systemic infection by restricting the virus to the bundle sheath cells and impeding viral loading to the phloem. Here we report the fine mapping and cloning of cmv1. Screening of an F2 population reduced the cmv1 region to a 132 Kb interval that includes a Vacuolar Protein Sorting 41 gene. CmVPS41 is conserved among plants, animals and yeast and is required for post-Golgi vesicle trafficking towards the vacuole. We have validated CmVPS41 as the gene responsible for the resistance, both by generating CMV susceptible transgenic melon plants, expressing the susceptible allele in the resistant cultivar and by characterizing CmVPS41 TILLING mutants with reduced susceptibility to CMV. Finally, a core collection of 52 melon accessions allowed us to identify a single amino acid substitution (L348R) as the only polymorphism associated with the resistant phenotype. CmVPS41 is the first natural recessive resistance gene found to be involved in viral transport and its cellular function suggests that CMV might use CmVPS41 for its own transport towards the phloem.

  12. Flow cytometric sex sorting affects CD4 membrane distribution and binding of exogenous DNA on bovine sperm cells.

    PubMed

    Domingues, William Borges; da Silveira, Tony Leandro Rezende; Komninou, Eliza Rossi; Monte, Leonardo Garcia; Remião, Mariana Härter; Dellagostin, Odir Antônio; Corcini, Carine Dahl; Varela Junior, Antônio Sergio; Seixas, Fabiana Kömmling; Collares, Tiago; Campos, Vinicius Farias

    2017-08-01

    Bovine sex-sorted sperm have been commercialized and successfully used for the production of transgenic embryos of the desired sex through the sperm-mediated gene transfer (SMGT) technique. However, sex-sorted sperm show a reduced ability to internalize exogenous DNA. The interaction between sperm cells and the exogenous DNA has been reported in other species to be a CD4-like molecule-dependent process. The flow cytometry-based sex-sorting process subjects the spermatozoa to different stresses causing changes in the cell membrane. The aim of this study was to elucidate the relationship between the redistribution of CD4-like molecules and binding of exogenous DNA to sex-sorted bovine sperm. In the first set of experiments, the membrane phospholipid disorder and the redistribution of the CD4 were evaluated. The second set of experiments was conducted to investigate the effect of CD4 redistribution on the mechanism of binding of exogenous DNA to sperm cells and the efficiency of lipofection in sex-sorted bovine sperm. Sex-sorting procedure increased the membrane phospholipid disorder and induced the redistribution of CD4-like molecules. Both X-sorted and Y-sorted sperm had decreased DNA bound to membrane in comparison with the unsorted sperm; however, the binding of the exogenous DNA was significantly increased with the addition of liposomes. Moreover, we demonstrated that the number of sperm-bound exogenous DNA was decreased when these cells were preincubated with anti-bovine CD4 monoclonal antibody, supporting our hypothesis that CD4-like molecules indeed play a crucial role in the process of exogenous DNA/bovine sperm cells interaction.

  13. Design and control of multifunctional sorting and training platform based on PLC control

    NASA Astrophysics Data System (ADS)

    Wan, Hongqiang; Ge, Shuai; Han, Peiying; Li, Fancong; Zhang, Simiao

    2018-05-01

    Electromechanical integration, as a multi-disciplinary subject, has been paid much attention by universities and is widely used in the automation production of enterprises. Aiming at the problem of the lack of control among enterprises and the lack of training among colleges and universities, this paper presents a design of multifunctional sorting training platform based on PLC control. Firstly, the structure of the platform is determined and three-dimensional modeling is done. Then design the platform's aerodynamic control and electrical control. Finally, realize the platform sorting function through PLC programming and configuration software development. The training platform can be used to design the practical training experiment, which has a strong advance and pertinence in the electromechanical integration teaching. At the same time, the platform makes full use of modular thinking to make the sorting modules more flexible. Compared with the traditional training platform, its teaching effect is more significant.

  14. Teleoperated robotic sorting system

    DOEpatents

    Roos, Charles E.; Sommer, Jr., Edward J.; Parrish, Robert H.; Russell, James R.

    2008-06-24

    A method and apparatus are disclosed for classifying materials utilizing a computerized touch sensitive screen or other computerized pointing device for operator identification and electronic marking of spatial coordinates of materials to be extracted. An operator positioned at a computerized touch sensitive screen views electronic images of the mixture of materials to be sorted as they are conveyed past a sensor array which transmits sequences of images of the mixture either directly or through a computer to the touch sensitive display screen. The operator manually "touches" objects displayed on the screen to be extracted from the mixture thereby registering the spatial coordinates of the objects within the computer. The computer then tracks the registered objects as they are conveyed and directs automated devices including mechanical means such as air jets, robotic arms, or other mechanical diverters to extract the registered objects.

  15. Teleoperated robotic sorting system

    DOEpatents

    Roos, Charles E.; Sommer, Edward J.; Parrish, Robert H.; Russell, James R.

    2000-01-01

    A method and apparatus are disclosed for classifying materials utilizing a computerized touch sensitive screen or other computerized pointing device for operator identification and electronic marking of spatial coordinates of materials to be extracted. An operator positioned at a computerized touch sensitive screen views electronic images of the mixture of materials to be sorted as they are conveyed past a sensor array which transmits sequences of images of the mixture either directly or through a computer to the touch sensitive display screen. The operator manually "touches" objects displayed on the screen to be extracted from the mixture thereby registering the spatial coordinates of the objects within the computer. The computer then tracks the registered objects as they are conveyed and directs automated devices including mechanical means such as air jets, robotic arms, or other mechanical diverters to extract the registered objects.

  16. Impact of respiratory-correlated CT sorting algorithms on the choice of margin definition for free-breathing lung radiotherapy treatments.

    PubMed

    Thengumpallil, Sheeba; Germond, Jean-François; Bourhis, Jean; Bochud, François; Moeckli, Raphaël

    2016-06-01

    To investigate the impact of Toshiba phase- and amplitude-sorting algorithms on the margin strategies for free-breathing lung radiotherapy treatments in the presence of breathing variations. 4D CT of a sphere inside a dynamic thorax phantom was acquired. The 4D CT was reconstructed according to the phase- and amplitude-sorting algorithms. The phantom was moved by reproducing amplitude, frequency, and a mix of amplitude and frequency variations. Artefact analysis was performed for Mid-Ventilation and ITV-based strategies on the images reconstructed by phase- and amplitude-sorting algorithms. The target volume deviation was assessed by comparing the target volume acquired during irregular motion to the volume acquired during regular motion. The amplitude-sorting algorithm shows reduced artefacts for only amplitude variations while the phase-sorting algorithm for only frequency variations. For amplitude and frequency variations, both algorithms perform similarly. Most of the artefacts are blurring and incomplete structures. We found larger artefacts and volume differences for the Mid-Ventilation with respect to the ITV strategy, resulting in a higher relative difference of the surface distortion value which ranges between maximum 14.6% and minimum 4.1%. The amplitude- is superior to the phase-sorting algorithm in the reduction of motion artefacts for amplitude variations while phase-sorting for frequency variations. A proper choice of 4D CT sorting algorithm is important in order to reduce motion artefacts, especially if Mid-Ventilation strategy is used. Copyright © 2016 Elsevier Ireland Ltd. All rights reserved.

  17. A degradation-based sorting method for lithium-ion battery reuse.

    PubMed

    Chen, Hao; Shen, Julia

    2017-01-01

    In a world where millions of people are dependent on batteries to provide them with convenient and portable energy, battery recycling is of the utmost importance. In this paper, we developed a new method to sort 18650 Lithium-ion batteries in large quantities and in real time for harvesting used cells with enough capacity for battery reuse. Internal resistance and capacity tests were conducted as a basis for comparison with a novel degradation-based method based on X-ray radiographic scanning and digital image contrast computation. The test results indicate that the sorting accuracy of the test cells is about 79% and the execution time of our algorithm is at a level of 200 milliseconds, making our method a potential real-time solution for reusing the remaining capacity in good used cells.

  18. A degradation-based sorting method for lithium-ion battery reuse

    PubMed Central

    Chen, Hao

    2017-01-01

    In a world where millions of people are dependent on batteries to provide them with convenient and portable energy, battery recycling is of the utmost importance. In this paper, we developed a new method to sort 18650 Lithium-ion batteries in large quantities and in real time for harvesting used cells with enough capacity for battery reuse. Internal resistance and capacity tests were conducted as a basis for comparison with a novel degradation-based method based on X-ray radiographic scanning and digital image contrast computation. The test results indicate that the sorting accuracy of the test cells is about 79% and the execution time of our algorithm is at a level of 200 milliseconds, making our method a potential real-time solution for reusing the remaining capacity in good used cells. PMID:29023485

  19. Bicaudal-D1 regulates the intracellular sorting and signalling of neurotrophin receptors

    PubMed Central

    Terenzio, Marco; Golding, Matthew; Russell, Matthew R G; Wicher, Krzysztof B; Rosewell, Ian; Spencer-Dene, Bradley; Ish-Horowicz, David; Schiavo, Giampietro

    2014-01-01

    We have identified a new function for the dynein adaptor Bicaudal D homolog 1 (BICD1) by screening a siRNA library for genes affecting the dynamics of neurotrophin receptor-containing endosomes in motor neurons (MNs). Depleting BICD1 increased the intracellular accumulation of brain-derived neurotrophic factor (BDNF)-activated TrkB and p75 neurotrophin receptor (p75NTR) by disrupting the endosomal sorting, reducing lysosomal degradation and increasing the co-localisation of these neurotrophin receptors with retromer-associated sorting nexin 1. The resulting re-routing of active receptors increased their recycling to the plasma membrane and altered the repertoire of signalling-competent TrkB isoforms and p75NTR available for ligand binding on the neuronal surface. This resulted in attenuated, but more sustained, AKT activation in response to BDNF stimulation. These data, together with our observation that Bicd1 expression is restricted to the developing nervous system when neurotrophin receptor expression peaks, indicate that BICD1 regulates neurotrophin signalling by modulating the endosomal sorting of internalised ligand-activated receptors. PMID:24920579

  20. Bicaudal-D1 regulates the intracellular sorting and signalling of neurotrophin receptors.

    PubMed

    Terenzio, Marco; Golding, Matthew; Russell, Matthew R G; Wicher, Krzysztof B; Rosewell, Ian; Spencer-Dene, Bradley; Ish-Horowicz, David; Schiavo, Giampietro

    2014-07-17

    We have identified a new function for the dynein adaptor Bicaudal D homolog 1 (BICD1) by screening a siRNA library for genes affecting the dynamics of neurotrophin receptor-containing endosomes in motor neurons (MNs). Depleting BICD1 increased the intracellular accumulation of brain-derived neurotrophic factor (BDNF)-activated TrkB and p75 neurotrophin receptor (p75(NTR)) by disrupting the endosomal sorting, reducing lysosomal degradation and increasing the co-localisation of these neurotrophin receptors with retromer-associated sorting nexin 1. The resulting re-routing of active receptors increased their recycling to the plasma membrane and altered the repertoire of signalling-competent TrkB isoforms and p75(NTR) available for ligand binding on the neuronal surface. This resulted in attenuated, but more sustained, AKT activation in response to BDNF stimulation. These data, together with our observation that Bicd1 expression is restricted to the developing nervous system when neurotrophin receptor expression peaks, indicate that BICD1 regulates neurotrophin signalling by modulating the endosomal sorting of internalised ligand-activated receptors. © 2014 The Authors.

  1. Knee point search using cascading top-k sorting with minimized time complexity.

    PubMed

    Wang, Zheng; Tseng, Shian-Shyong

    2013-01-01

    Anomaly detection systems and many other applications are frequently confronted with the problem of finding the largest knee point in the sorted curve for a set of unsorted points. This paper proposes an efficient knee point search algorithm with minimized time complexity using the cascading top-k sorting when a priori probability distribution of the knee point is known. First, a top-k sort algorithm is proposed based on a quicksort variation. We divide the knee point search problem into multiple steps. And in each step an optimization problem of the selection number k is solved, where the objective function is defined as the expected time cost. Because the expected time cost in one step is dependent on that of the afterwards steps, we simplify the optimization problem by minimizing the maximum expected time cost. The posterior probability of the largest knee point distribution and the other parameters are updated before solving the optimization problem in each step. An example of source detection of DNS DoS flooding attacks is provided to illustrate the applications of the proposed algorithm.

  2. IAP-Based Cell Sorting Results in Homogeneous Transplantable Dopaminergic Precursor Cells Derived from Human Pluripotent Stem Cells.

    PubMed

    Lehnen, Daniela; Barral, Serena; Cardoso, Tiago; Grealish, Shane; Heuer, Andreas; Smiyakin, Andrej; Kirkeby, Agnete; Kollet, Jutta; Cremer, Harold; Parmar, Malin; Bosio, Andreas; Knöbel, Sebastian

    2017-10-10

    Human pluripotent stem cell (hPSC)-derived mesencephalic dopaminergic (mesDA) neurons can relieve motor deficits in animal models of Parkinson's disease (PD). Clinical translation of differentiation protocols requires standardization of production procedures, and surface-marker-based cell sorting is considered instrumental for reproducible generation of defined cell products. Here, we demonstrate that integrin-associated protein (IAP) is a cell surface marker suitable for enrichment of hPSC-derived mesDA progenitor cells. Immunomagnetically sorted IAP + mesDA progenitors showed increased expression of ventral midbrain floor plate markers, lacked expression of pluripotency markers, and differentiated into mature dopaminergic (DA) neurons in vitro. Intrastriatal transplantation of IAP + cells sorted at day 16 of differentiation in a rat model of PD resulted in functional recovery. Grafts from sorted IAP + mesDA progenitors were more homogeneous in size and DA neuron density. Thus, we suggest IAP-based sorting for reproducible prospective enrichment of mesDA progenitor cells in clinical cell replacement strategies. Copyright © 2017 Miltenyi Biotec GmbH. Published by Elsevier Inc. All rights reserved.

  3. Repeated ruminal acidosis challenges in lactating dairy cows at high and low risk for developing acidosis: feed sorting.

    PubMed

    Devries, T J; Dohme, F; Beauchemin, K A

    2008-10-01

    An experiment was conducted to determine whether the susceptibility of cows to ruminal acidosis influences feed sorting and whether feed sorting changes during a bout of ruminal acidosis. Eight ruminally cannulated cows were assigned to 1 of 2 acidosis risk levels: low risk (LR, mid-lactation cows fed a 60% forage diet) or high risk (HR, early lactation cows fed a 45% forage diet). As a result, diets were intentionally confounded with milk production to represent 2 different acidosis risk scenarios. Cows were exposed to an acidosis challenge in each of two 14-d periods. Each period consisted of 3 baseline days, a feed restriction day (restricting TMR to 50% of ad libitum intake), an acidosis challenge day (1-h meal of 4 kg of ground barley/wheat before allocating the TMR), and a recovery phase. Ruminal pH was measured continuously for the first 9 d of each period using an indwelling system. Feed and orts were sampled for 2 baseline days, on the challenge day, and 1 and 3 d after the challenge day for each cow and subjected to particle size analysis. The separator contained 3 screens (18, 9, and 1.18 mm) and a bottom pan to determine the proportion of long, medium, short, and fine particles, respectively. Sorting was calculated as the actual intake of each particle size fraction expressed as a percentage of the predicted intake of that fraction. All cows sorted against the longest and finest TMR particles and sorted for medium-length particles. Sorting was performed to a greater extent by the HR cows, and this sorting was related to low ruminal pH. Both HR and LR cows altered their sorting behavior in response to acidosis challenges. For the HR cows, severe acidosis was associated with increased sorting for the longer particles in the diet and against the shorter particles, likely to lessen the effects of the very.

  4. Multiple motifs regulate apical sorting of p75 via a mechanism that involves dimerization and higher-order oligomerization

    PubMed Central

    Youker, Robert T.; Bruns, Jennifer R.; Costa, Simone A.; Rbaibi, Youssef; Lanni, Frederick; Kashlan, Ossama B.; Teng, Haibing; Weisz, Ora A.

    2013-01-01

    The sorting signals that direct proteins to the apical surface of polarized epithelial cells are complex and can include posttranslational modifications, such as N- and O-linked glycosylation. Efficient apical sorting of the neurotrophin receptor p75 is dependent on its O-glycosylated membrane proximal stalk, but how this domain mediates targeting is unknown. Protein oligomerization or clustering has been suggested as a common step in the segregation of all apical proteins. Like many apical proteins, p75 forms dimers, and we hypothesized that formation of higher-order clusters mediated by p75 dimerization and interactions of the stalk facilitate its apical sorting. Using fluorescence fluctuation techniques (photon-counting histogram and number and brightness analyses) to study p75 oligomerization status in vivo, we found that wild-type p75–green fluorescent protein forms clusters in the trans-Golgi network (TGN) but not at the plasma membrane. Disruption of either the dimerization motif or the stalk domain impaired both clustering and polarized delivery. Manipulation of O-glycan processing or depletion of multiple galectins expressed in Madin-Darby canine kidney cells had no effect on p75 sorting, suggesting that the stalk domain functions as a structural prop to position other determinants in the lumenal domain of p75 for oligomerization. Additionally, a p75 mutant with intact dimerization and stalk motifs but with a dominant basolateral sorting determinant (Δ250 mutant) did not form oligomers, consistent with a requirement for clustering in apical sorting. Artificially enhancing dimerization restored clustering to the Δ250 mutant but was insufficient to reroute this mutant to the apical surface. Together these studies demonstrate that clustering in the TGN is required for normal biosynthetic apical sorting of p75 but is not by itself sufficient to reroute a protein to the apical surface in the presence of a strong basolateral sorting determinant. Our studies

  5. [Automated analyzer of enzyme immunoassay].

    PubMed

    Osawa, S

    1995-09-01

    Automated analyzers for enzyme immunoassay can be classified by several points of view: the kind of labeled antibodies or enzymes, detection methods, the number of tests per unit time, analytical time and speed per run. In practice, it is important for us consider the several points such as detection limits, the number of tests per unit time, analytical range, and precision. Most of the automated analyzers on the market can randomly access and measure samples. I will describe the recent advance of automated analyzers reviewing their labeling antibodies and enzymes, the detection methods, the number of test per unit time and analytical time and speed per test.

  6. Digital Analysis and Sorting of Fluorescence Lifetime by Flow Cytometry

    PubMed Central

    Houston, Jessica P.; Naivar, Mark A.; Freyer, James P.

    2010-01-01

    Frequency-domain flow cytometry techniques are combined with modifications to the digital signal processing capabilities of the Open Reconfigurable Cytometric Acquisition System (ORCAS) to analyze fluorescence decay lifetimes and control sorting. Real-time fluorescence lifetime analysis is accomplished by rapidly digitizing correlated, radiofrequency modulated detector signals, implementing Fourier analysis programming with ORCAS’ digital signal processor (DSP) and converting the processed data into standard cytometric list mode data. To systematically test the capabilities of the ORCAS 50 MS/sec analog-to-digital converter (ADC) and our DSP programming, an error analysis was performed using simulated light scatter and fluorescence waveforms (0.5–25 ns simulated lifetime), pulse widths ranging from 2 to 15 µs, and modulation frequencies from 2.5 to 16.667 MHz. The standard deviations of digitally acquired lifetime values ranged from 0.112 to >2 ns, corresponding to errors in actual phase shifts from 0.0142° to 1.6°. The lowest coefficients of variation (<1%) were found for 10-MHz modulated waveforms having pulse widths of 6 µs and simulated lifetimes of 4 ns. Direct comparison of the digital analysis system to a previous analog phase-sensitive flow cytometer demonstrated similar precision and accuracy on measurements of a range of fluorescent microspheres, unstained cells and cells stained with three common fluorophores. Sorting based on fluorescence lifetime was accomplished by adding analog outputs to ORCAS and interfacing with a commercial cell sorter with a radiofrequency modulated solid-state laser. Two populations of fluorescent microspheres with overlapping fluorescence intensities but different lifetimes (2 and 7 ns) were separated to ~98% purity. Overall, the digital signal acquisition and processing methods we introduce present a simple yet robust approach to phase-sensitive measurements in flow cytometry. The ability to simply and inexpensively

  7. Using the Identity Processing Style Q-Sort to Examine Identity Styles of Turkish Young Adults

    ERIC Educational Resources Information Center

    Eryigit, Suna; Kerpelman, Jennifer

    2009-01-01

    This paper reports on two studies with Turkish young adults that used the Turkish version of the Identity Processing Style Q-Sort (IPSQ). The IPSQ is based on Berzonsky's informational, normative, and diffused identity styles. Participants sort descriptors of the styles into columns ranging from most to least like them. Patterns in Turkish young…

  8. Secretory cargo sorting by Ca2+-dependent Cab45 oligomerization at the trans-Golgi network

    PubMed Central

    Blank, Birgit; Maiser, Andreas; Emin, Derya; Prescher, Jens; Beck, Gisela; Kienzle, Christine; Bartnik, Kira; Habermann, Bianca; Pakdel, Mehrshad; Leonhardt, Heinrich; Lamb, Don C.

    2016-01-01

    Sorting and export of transmembrane cargoes and lysosomal hydrolases at the trans-Golgi network (TGN) are well understood. However, elucidation of the mechanism by which secretory cargoes are segregated for their release into the extracellular space remains a challenge. We have previously demonstrated that, in a reaction that requires Ca2+, the soluble TGN-resident protein Cab45 is necessary for the sorting of secretory cargoes at the TGN. Here, we report that Cab45 reversibly assembles into oligomers in the presence of Ca2+. These Cab45 oligomers specifically bind secretory proteins, such as COMP and LyzC, in a Ca2+-dependent manner in vitro. In intact cells, mutation of the Ca2+-binding sites in Cab45 impairs oligomerization, as well as COMP and LyzC sorting. Superresolution microscopy revealed that Cab45 colocalizes with secretory proteins and the TGN Ca2+ pump (SPCA1) in specific TGN microdomains. These findings reveal that Ca2+-dependent changes in Cab45 mediate sorting of specific cargo molecules at the TGN. PMID:27138253

  9. A sorting mechanism for a riffle-pool sequence

    Treesearch

    Thomas Lisle

    1979-01-01

    Transport of coarse, heterogeneous debris in a natural stream under a wide range of flows usually results in a remarkably stable, undulatory bed profile, which manifests an in transit sorting process of the bed material. In general, finer material representative of the bulk of the normal bed load resides in the deep sections, or pools, below flood stages. At high...

  10. The sorting of a small potassium channel in mammalian cells can be shifted between mitochondria and plasma membrane.

    PubMed

    von Charpuis, Charlotte; Meckel, Tobias; Moroni, Anna; Thiel, Gerhard

    2015-07-01

    The two small and similar viral K(+) channels Kcv and Kesv are sorted in mammalian cells and yeast to different destinations. Analysis of the sorting pathways shows that Kcv is trafficking via the secretory pathway to the plasma membrane, while Kesv is inserted via the TIM/TOM complex to the inner membrane of mitochondria. Studies with Kesv mutants show that an N-terminal mitochondrial targeting sequence in this channel is neither necessary nor sufficient for sorting of Kesv the mitochondria. Instead the sorting of Kesv can be redirected from the mitochondria to the plasma membrane by an insertion of ≥2 amino acids in a position sensitive manner into the C-terminal transmembrane domain (TMD2) of this channel. The available data advocate the presence of a C-terminal sorting signal in TMD2 of Kesv channel, which is presumably not determined by the length of this domain. Copyright © 2014. Published by Elsevier Ltd.

  11. Automated single cell sorting and deposition in submicroliter drops

    NASA Astrophysics Data System (ADS)

    Salánki, Rita; Gerecsei, Tamás; Orgovan, Norbert; Sándor, Noémi; Péter, Beatrix; Bajtay, Zsuzsa; Erdei, Anna; Horvath, Robert; Szabó, Bálint

    2014-08-01

    Automated manipulation and sorting of single cells are challenging, when intact cells are needed for further investigations, e.g., RNA or DNA sequencing. We applied a computer controlled micropipette on a microscope admitting 80 PCR (Polymerase Chain Reaction) tubes to be filled with single cells in a cycle. Due to the Laplace pressure, fluid starts to flow out from the micropipette only above a critical pressure preventing the precise control of drop volume in the submicroliter range. We found an anomalous pressure additive to the Laplace pressure that we attribute to the evaporation of the drop. We have overcome the problem of the critical dropping pressure with sequentially operated fast fluidic valves timed with a millisecond precision. Minimum drop volume was 0.4-0.7 μl with a sorting speed of 15-20 s per cell. After picking NE-4C neuroectodermal mouse stem cells and human primary monocytes from a standard plastic Petri dish we could gently deposit single cells inside tiny drops. 94 ± 3% and 54 ± 7% of the deposited drops contained single cells for NE-4C and monocytes, respectively. 7.5 ± 4% of the drops contained multiple cells in case of monocytes. Remaining drops were empty. Number of cells deposited in a drop could be documented by imaging the Petri dish before and after sorting. We tuned the adhesion force of cells to make the manipulation successful without the application of microstructures for trapping cells on the surface. We propose that our straightforward and flexible setup opens an avenue for single cell isolation, critically needed for the rapidly growing field of single cell biology.

  12. Modeling the effect of dune sorting on the river long profile

    NASA Astrophysics Data System (ADS)

    Blom, A.

    2012-12-01

    River dunes, which occur in low slope sand bed and sand-gravel bed rivers, generally show a downward coarsening pattern due to grain flows down their avalanche lee faces. These grain flows cause coarse particles to preferentially deposit at lower elevations of the lee face, while fines show a preference for its upper elevations. Before considering the effect of this dune sorting mechanism on the river long profile, let us first have a look at some general trends along the river profile. Tributaries increasing the river's water discharge in streamwise direction also cause a streamwise increase in flow depth. As under subcritical conditions mean dune height generally increases with increasing flow depth, the dune height shows a streamwise increase, as well. This means that also the standard deviation of bedform height increases in streamwise direction, as in earlier work it was found that the standard deviation of bedform height linearly increases with an increasing mean value of bedform height. As a result of this streamwise increase in standard deviation of dune height, the above-mentioned dune sorting then results in a loss of coarse particles to the lower elevations of the bed that are less and even rarely exposed to the flow. This loss of coarse particles to lower elevations thus increases the rate of fining in streamwise direction. As finer material is more easily transported downstream than coarser material, a smaller bed slope is required to transport the same amount of sediment downstream. This means that dune sorting adds to river profile concavity, compared to the combined effect of abrasion, selective transport and tributaries. A Hirano-type mass conservation model is presented that deals with dune sorting. The model includes two active layers: a bedform layer representing the sediment in the bedforms and a coarse layer representing the coarse and less mobile sediment underneath migrating bedforms. The exposure of the coarse layer is governed by the rate

  13. Low power and high accuracy spike sorting microprocessor with on-line interpolation and re-alignment in 90 nm CMOS process.

    PubMed

    Chen, Tung-Chien; Ma, Tsung-Chuan; Chen, Yun-Yu; Chen, Liang-Gee

    2012-01-01

    Accurate spike sorting is an important issue for neuroscientific and neuroprosthetic applications. The sorting of spikes depends on the features extracted from the neural waveforms, and a better sorting performance usually comes with a higher sampling rate (SR). However for the long duration experiments on free-moving subjects, the miniaturized and wireless neural recording ICs are the current trend, and the compromise on sorting accuracy is usually made by a lower SR for the lower power consumption. In this paper, we implement an on-chip spike sorting processor with integrated interpolation hardware in order to improve the performance in terms of power versus accuracy. According to the fabrication results in 90nm process, if the interpolation is appropriately performed during the spike sorting, the system operated at the SR of 12.5 k samples per second (sps) can outperform the one not having interpolation at 25 ksps on both accuracy and power.

  14. Successful low dose insemination of flow cytometrically sorted Sika (Cervus nippon) sperm in Wapiti (Cervus elaphus).

    PubMed

    Gao, Q H; Wei, H J; Han, C M; Du, H Z; Zhang, Z G; Zhao, W G; Zhang, Y; Li, S

    2010-03-01

    The purpose of this study was to determine a practical method in Wapiti (Cervus elaphus) of using predetermined sexed Sika (Cervus nippon) semen. Semen was collected by electro-ejaculation from one stag of proven fertility and transported to the laboratory where it was retained as unsorted (control) or was separated into X- and Y-chromosome-bearing sperm using a modified high-speed cell sorter. Wapiti hinds (n=81) were inseminated into the uterus by rectum manipulation with 1 x 10(6) (X1 and Y1 group, respectively) or 2 x 10(6) (X2 and Y2 group, respectively) of sorted frozen-thawed and 1 x 10(7) non-sorted frozen-thawed (a commercial dose control) Sika motile sperm 60-66h after removal of intra-vaginal progesterone-impregnated CIDR devices and administration of 700IU of PMSG at the time of CIDR removal. The percentage of hinds calving after insemination was similar for X1 (38.5%), X2 (41.7%), Y1 (44.4%), Y2 (38.9%) groups (P>0.05), but higher for control (75%) treatment (P<0.05). Ultimately 15 out of the 16 Sika and Wapiti-hybrid calves produced by Wapiti hinds inseminated with Y-sorted sperm were male (93.7%) and 10/10 (100%) Sika and Wapiti-hybrid calves from hinds inseminated with X-sorted sperm were female. The sex ratio of the Sika and Wapiti-hybrid calves born to hinds inseminated with sex-sorted sperm deviated significantly (P<0.05) from 50% and 50.0% in the control group. All Sika and Wapiti-hybrid calves were born between 237 and 250d of gestation. Male and female calves in the control group had similar birth weights and weaning weights as calves from hinds inseminated with X- or Y-sorted sperm. In conclusion it can be said that normal Sika and Wapiti-hybrid calves of predicted sex can be produced after artificial insemination of Wapiti does with low numbers of sex-sorted cryopreserved Sika sperm.

  15. Sorting into Teacher Education: How the Institutional Setting Matters

    ERIC Educational Resources Information Center

    Denzler, Stefan; Wolter, Stefan C.

    2009-01-01

    The pathways of individuals into teaching exhibit several moments of choice that impact crucially on the final composition of the teaching workforce. Though the transition from training into teaching has frequently been studied, the self-selection into the institutions of teacher education has received little attention until now. Sorting into…

  16. Sorting Recycled Trash: An Activity for Earth Day 2007

    ERIC Educational Resources Information Center

    Harris, Mary E.; Harris, Harold H.

    2007-01-01

    Middle or high school students celebrate Earth Day on April 22, 2007 by participating in the activity to separate commingled recyclable trash to simulate sorting in a recycling center. Students would gain an appreciation for recyclable trash, after it is taken to a recycling center and learn about properties of recyclables.

  17. Passive chip-based droplet sorting

    DOEpatents

    Beer, Neil Reginald; Lee, Abraham P; Hatch, Andrew C; Fisher, Jeffrey S

    2015-03-03

    An apparatus for passive sorting of microdroplets including a main flow channel, a flow stream of microdroplets in the main flow channel wherein the microdroplets have substantially the same diameter and wherein the flow stream of microdroplets includes first microdroplets having a first degree of stiffness and second microdroplets having a second degree of stiffness wherein the second degree of stiffness is different than the first degree of stiffness. A second flow channel is connected to the main flow channel for the second microdroplets having a second degree of stiffness. A separator separates the second microdroplets having a second degree of stiffness from the first microdroplets and directs the second microdroplets having a second degree of stiffness into the second flow channel.

  18. Application of a novel sorting system for equine mesenchymal stem cells (MSCs)

    PubMed Central

    Radtke, Catherine L.; Nino-Fong, Rodolfo; Esparza Gonzalez, Blanca P.; McDuffee, Laurie A.

    2014-01-01

    The objective of this study was to validate non-equilibrium gravitational field-flow fractionation (GrFFF), an immunotag-less method of sorting mesenchymal stem cells (MSCs) into subpopulations, for use with MSCs derived from equine muscle tissue, periosteal tissue, bone marrow, and adipose tissue. Cells were collected from 6 young, adult horses, postmortem. Cells were isolated from left semitendinosus muscle tissue, periosteal tissue from the distomedial aspect of the right tibia, bone marrow aspirates from the fourth and fifth sternebrae, and left supragluteal subcutaneous adipose tissue. Aliquots of 800 × 103 MSCs from each tissue source were separated and injected into a ribbon-like capillary device by continuous flow (GrFFF proprietary system). Cells were sorted into 6 fractions and absorbencies [optical density (OD)] were read. Six fractions from each of the 6 aliquots were then combined to provide pooled fractions that had adequate cell numbers to seed at equal concentrations into assays. Equine muscle tissue-derived, periosteal tissue-derived, bone marrow-derived, and adipose tissue-derived mesenchymal stem cells were consistently sorted into 6 fractions that remained viable for use in further assays. Fraction 1 had more cuboidal morphology in culture when compared to the other fractions. Statistical analysis of the fraction absorbencies (OD) revealed a P-value of < 0.05 when fractions 2 and 3 were compared to fractions 1, 4, 5, and 6. It was concluded that non-equilibrium GrFFF is a valid method for sorting equine muscle tissue-derived, periosteal tissue-derived, bone marrow-derived, and adipose tissue-derived mesenchymal stem cells into subpopulations that remain viable, thus securing its potential for use in equine stem cell applications and veterinary medicine. PMID:25355998

  19. Aircraft noise, health, and residential sorting: evidence from two quasi-experiments.

    PubMed

    Boes, Stefan; Nüesch, Stephan; Stillman, Steven

    2013-09-01

    We explore two unexpected changes in flight regulations to estimate the causal effect of aircraft noise on health. Detailed measures of noise are linked with longitudinal data on individual health outcomes based on the exact address information. Controlling for individual heterogeneity and spatial sorting into different neighborhoods, we find that aircraft noise significantly increases sleeping problems and headaches. Models that do not control for such heterogeneity and sorting substantially underestimate the negative health effects, which suggests that individuals self-select into residence based on their unobserved sensitivity to noise. Our study demonstrates that the combination of quasi-experimental variation and panel data is very powerful for identifying causal effects in epidemiological field studies. Copyright © 2013 John Wiley & Sons, Ltd.

  20. Development and preliminary evaluation of a new bin filler for apple harvesting and and infield sorting

    USDA-ARS?s Scientific Manuscript database

    The bin filler, which is used for filling the fruit container or bin with apples coming from the sorting system, plays a critical role for the self-propelled apple harvest and infield sorting (HIS) machine that is being developed in our laboratory. Two major technical challenges in developing the bi...

  1. Amyloid-like aggregation of provasopressin in diabetes insipidus and secretory granule sorting.

    PubMed

    Beuret, Nicole; Hasler, Franziska; Prescianotto-Baschong, Cristina; Birk, Julia; Rutishauser, Jonas; Spiess, Martin

    2017-01-26

    Aggregation of peptide hormone precursors in the trans-Golgi network is an essential process in the biogenesis of secretory granules in endocrine cells. It has recently been proposed that this aggregation corresponds to the formation of functional amyloids. Our previous finding that dominant mutations in provasopressin, which cause cell degeneration and diabetes insipidus, prevent native folding and produce fibrillar aggregates in the endoplasmic reticulum (ER) might thus reflect mislocalized amyloid formation by sequences that evolved to mediate granule sorting. Here we identified two sequences responsible for fibrillar aggregation of mutant precursors in the ER: the N-terminal vasopressin nonapeptide and the C-terminal glycopeptide. To test their role in granule sorting, the glycopeptide was deleted and/or vasopressin mutated to inactivate ER aggregation while still permitting precursor folding and ER exit. These mutations strongly reduced sorting into granules and regulated secretion in endocrine AtT20 cells. The same sequences - vasopressin and the glycopeptide - mediate physiological aggregation of the wild-type hormone precursor into secretory granules and the pathological fibrillar aggregation of disease mutants in the ER. These findings support the amyloid hypothesis for secretory granule biogenesis.

  2. Activation of EGF Receptor Mediates Receptor Axon Sorting and Extension in the Developing Olfactory System of the Moth Manduca sexta

    PubMed Central

    Gibson, Nicholas J.; Tolbert, Leslie P.

    2008-01-01

    During development of the adult olfactory system of the moth Manduca sexta, olfactory receptor neurons extend axons from the olfactory epithelium in the antenna into the brain. As they arrive at the brain, interactions with centrally-derived glial cells cause axons to sort and fasciculate with other axons destined to innervate the same glomeruli. Here we report studies that indicate that activation of the epidermal growth factor receptor (EGFR) is involved in axon ingrowth and targeting. Blocking the EGFR kinase domain pharmacologically leads to stalling of many axons in the sorting zone and nerve layer, as well as abnormal axonal fasciculation in the sorting zone. We also find that neuroglian, an IgCAM known to activate the EGFR through homophilic interactions in other systems, is transiently present on olfactory receptor neuron axons and on glia during the critical stages of the sorting process. The neuroglian is resistant to extraction with Triton X-100 in the sorting zone and nerve layer, possibly indicating its stabilization by homophilic binding in these regions. Our results suggest a mechanism whereby neuroglian molecules on axons and possibly sorting zone glia bind homophilically, leading to activation of EGFRs with subsequent effects on axon sorting, pathfinding, and extension, and glomerulus development. PMID:16498681

  3. Incomplete Lineage Sorting and Hybridization Statistics for Large-Scale Retroposon Insertion Data

    PubMed Central

    Kuritzin, Andrej; Kischka, Tabea

    2016-01-01

    Ancient retroposon insertions can be used as virtually homoplasy-free markers to reconstruct the phylogenetic history of species. Inherited, orthologous insertions in related species offer reliable signals of a common origin of the given species. One prerequisite for such a phylogenetically informative insertion is that the inserted element was fixed in the ancestral population before speciation; if not, polymorphically inserted elements may lead to random distributions of presence/absence states during speciation and possibly to apparently conflicting reconstructions of their ancestry. Fortunately, such misleading fixed cases are relatively rare but nevertheless, need to be considered. Here, we present novel, comprehensive statistical models applicable for (1) analyzing any pattern of rare genomic changes, (2) testing and differentiating conflicting phylogenetic reconstructions based on rare genomic changes caused by incomplete lineage sorting or/and ancestral hybridization, and (3) differentiating between search strategies involving genome information from one or several lineages. When the new statistics are applied, in non-conflicting cases a minimum of three elements present in both of two species and absent in a third group are considered significant support (p<0.05) for the branching of the third from the other two, if all three of the given species are screened equally for genome or experimental data. Five elements are necessary for significant support (p<0.05) if a diagnostic locus derived from only one of three species is screened, and no conflicting markers are detected. Most potentially conflicting patterns can be evaluated for their significance and ancestral hybridization can be distinguished from incomplete lineage sorting by considering symmetric or asymmetric distribution of rare genomic changes among possible tree configurations. Additionally, we provide an R-application to make the new KKSC insertion significance test available for the scientific

  4. Short communication: Feed sorting of dairy heifers is influenced by method of dietary transition.

    PubMed

    Miller-Cushon, E K; Vogel, J P; DeVries, T J

    2015-04-01

    This study investigated the effect of exposing heifers to individual feed components on the extent and pattern of feed sorting upon transition to a novel ration. Holstein heifers (394 ± 62 d old, weighing 409.8 ± 37.3 kg; mean ± SD), consuming a familiar mixed silage-based ration [55% corn silage and 45% haylage, dry matter (DM) basis], were transitioned to a novel total mixed ration [TMR; 41.6% haylage, 36.5% corn silage, 14.6% high-moisture corn, and 7.3% protein supplement, DM basis] by 1 of 2 treatments: direct transition to novel TMR (DIR; n = 5) or exposure to novel TMR components individually before receiving novel TMR (COM; n = 6). During the baseline period (d 1 to 4), all heifers were offered the familiar silage-based ration. During transition (d 5 to 12), DIR heifers received the novel TMR, whereas COM heifers received the novel TMR components offered separately, in amounts according to TMR composition (target 15% orts). After transition (d 13 to 20), all heifers received the novel TMR. Feed intake and feeding time were determined daily and fresh feed and individual orts were sampled every 2d for particle size analysis and neutral detergent fiber content. The particle size separator consisted of 3 screens (18, 9, and 1.18 mm) and a bottom pan, resulting in 4 fractions (long, medium, short, and fine). Sorting activity for each fraction was calculated as actual intake expressed as a percentage of predicted intake. We detected no effect of treatment on dry matter intake or feeding time. After transition to the novel TMR, COM heifers sorted to a greater extent than did DIR heifers, sorting against long particles (95.4 vs. 98.9%) and for short particles (101.7 vs. 100.6%). Differences in sorting patterns resulted in COM heifers tending to have lower neutral detergent fiber intake as a percentage of predicted intake (98.9 vs. 100.5%). The results of this study suggest that the degree of feed sorting may be influenced by method of transition to a novel

  5. Basolateral Sorting of Furin in MDCK Cells Requires a Phenylalanine-Isoleucine Motif Together with an Acidic Amino Acid Cluster

    PubMed Central

    Simmen, Thomas; Nobile, Massimo; Bonifacino, Juan S.; Hunziker, Walter

    1999-01-01

    Furin is a subtilisin-related endoprotease which processes a wide range of bioactive proteins. Furin is concentrated in the trans-Golgi network (TGN), where proteolytic activation of many precursor proteins takes place. A significant fraction of furin, however, cycles among the TGN, the plasma membrane, and endosomes, indicating that the accumulation in the TGN reflects a dynamic localization process. The cytosolic domain of furin is necessary and sufficient for TGN localization, and two signals are responsible for retrieval of furin to the TGN. A tyrosine-based (YKGL) motif mediates internalization of furin from the cell surface into endosomes. An acidic cluster that is part of two casein kinase II phosphorylation sites (SDSEEDE) is then responsible for retrieval of furin from endosomes to the TGN. In addition, the acidic EEDE sequence also mediates endocytic activity. Here, we analyzed the sorting of furin in polarized epithelial cells. We show that furin is delivered to the basolateral surface of MDCK cells, from where a significant fraction of the protein can return to the TGN. A phenylalanine-isoleucine motif together with the acidic EEDE cluster is required for basolateral sorting and constitutes a novel signal regulating intracellular traffic of furin. PMID:10082580

  6. Comparative environmental evaluation of construction waste management through different waste sorting systems in Hong Kong.

    PubMed

    Hossain, Md Uzzal; Wu, Zezhou; Poon, Chi Sun

    2017-11-01

    This study aimed to compare the environmental performance of building construction waste management (CWM) systems in Hong Kong. Life cycle assessment (LCA) approach was applied to evaluate the performance of CWM systems holistically based on primary data collected from two real building construction sites and secondary data obtained from the literature. Different waste recovery rates were applied based on compositions and material flow to assess the influence on the environmental performance of CWM systems. The system boundary includes all stages of the life cycle of building construction waste (including transportation, sorting, public fill or landfill disposal, recovery and reuse, and transformation and valorization into secondary products). A substitutional LCA approach was applied for capturing the environmental gains due to the utilizations of recovered materials. The results showed that the CWM system by using off-site sorting and direct landfilling resulted in significant environmental impacts. However, a considerable net environmental benefit was observed through an on-site sorting system. For example, about 18-30kg CO 2 eq. greenhouse gases (GHGs) emission were induced for managing 1 t of construction waste through off-site sorting and direct landfilling, whereas significant GHGs emission could be potentially avoided (considered as a credit -126 to -182kg CO 2 eq.) for an on-site sorting system due to the higher recycling potential. Although the environmental benefits mainly depend on the waste compositions and their sortability, the analysis conducted in this study can serve as guidelines to design an effective and resource-efficient building CWM system. Copyright © 2017 Elsevier Ltd. All rights reserved.

  7. Sorting nexin Snx41 is essential for conidiation and mediates glutathione-based antioxidant defense during invasive growth in Magnaporthe oryzae

    PubMed Central

    Deng, Yi Zhen; Qu, Ziwei; He, Yunlong; Naqvi, Naweed I.

    2012-01-01

    The sorting nexins Atg20/Snx42 and Snx41 regulate membrane traffic and endosomal protein sorting and are essential for Cvt and/or pexophagy in yeast. Previously, we showed that macroautophagy is necessary for conidiation in the rice-blast fungus Magnaporthe oryzae. Here, we analyzed the physiological function(s) of selective autophagy in Magnaporthe through targeted deletion of MGG_12832, an ortholog of yeast SNX41 and ATG20/SNX42. Loss of MGG_12832 (hereafter SNX41) abolished conidia formation and pathogenesis in M. oryzae. Snx41-GFP localized as dynamic puncta or short tubules that are partially associated with autophagosomes and/or autophagic vacuoles. PX domain, but not macroautophagy per se, was required for such localization of Snx41-GFP in Magnaporthe. Although not required for nonselective autophagy, Snx41 was essential for pexophagy in Magnaporthe. We identified Oxp1, an ATP-dependent oxoprolinase in the gamma-glutamyl cycle, as a binding partner and potential retrieval target of Snx41-dependent protein sorting. The substrate of Oxp1, 5-oxoproline, could partially restore conidiation in the snx41Δ. Exogenous glutathione, a product of the gamma-glutamyl cycle, significantly restored pathogenicity in the snx41Δ mutant, likely through counteracting the oxidative stress imposed by the host. We propose that the gamma-glutamyl cycle and glutathione biosynthesis are subject to regulation by Snx41-dependent vesicular trafficking, and mediate antioxidant defense crucial for in planta growth and pathogenic differentiation of Magnaporthe at the onset of blast disease in rice. PMID:22561104

  8. Depth optimal sorting networks resistant to k passive faults

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

    Piotrow, M.

    In this paper, we study the problem of constructing a sorting network that is tolerant to faults and whose running time (i.e. depth) is as small as possible. We consider the scenario of worst-case comparator faults and follow the model of passive comparator failure proposed by Yao and Yao, in which a faulty comparator outputs directly its inputs without comparison. Our main result is the first construction of an N-input, k-fault-tolerant sorting network that is of an asymptotically optimal depth {theta}(log N+k). That improves over the recent result of Leighton and Ma, whose network is of depth O(log N +more » k log log N/log k). Actually, we present a fault-tolerant correction network that can be added after any N-input sorting network to correct its output in the presence of at most k faulty comparators. Since the depth of the network is O(log N + k) and the constants hidden behind the {open_quotes}O{close_quotes} notation are not big, the construction can be of practical use. Developing the techniques necessary to show the main result, we construct a fault-tolerant network for the insertion problem. As a by-product, we get an N-input, O(log N)-depth INSERT-network that is tolerant to random faults, thereby answering a question posed by Ma in his PhD thesis. The results are based on a new notion of constant delay comparator networks, that is, networks in which each register is used (compared) only in a period of time of a constant length. Copies of such networks can be put one after another with only a constant increase in depth per copy.« less

  9. Particle shape-controlled sorting and transport behaviour of mixed siliciclastic/bioclastic sediments in a mesotidal lagoon, South Africa

    NASA Astrophysics Data System (ADS)

    Flemming, Burghard W.

    2017-08-01

    This study investigates the effect of particle shape on the transport and deposition of mixed siliciclastic-bioclastic sediments in the lower mesotidal Langebaan Lagoon along the South Atlantic coast of South Africa. As the two sediment components have undergone mutual sorting for the last 7 ka, they can be expected to have reached a highest possible degree of hydraulic equivalence. A comparison of sieve and settling tube data shows that, with progressive coarsening of the size fractions, the mean diameters of individual sediment components increasingly depart from the spherical quartz standard, the experimental data demonstrating the hydraulic incompatibility of the sieve data. Overall, the spatial distribution patterns of textural parameters (mean settling diameter, sorting and skewness) of the siliciclastic and bioclastic sediment components are very similar. Bivariate plots between them reveal linear trends when averaged over small intervals. A systematic deviation is observed in sorting, the trend ranging from uniformity at poorer sorting levels to a progressively increasing lag of the bioclastic component relative to the siliciclastic one as overall sorting improves. The deviation amounts to 0.8 relative sorting units at the optimal sorting level. The small textural differences between the two components are considered to reflect the influence of particle shape, which prevents the bioclastic fraction from achieving complete textural equivalence with the siliciclastic one. This is also reflected in the inferred transport behaviour of the two shape components, the bioclastic fraction moving closer to the bed than the siliciclastic one because of the higher drag experienced by low shape factor particles. As a consequence, the bed-phase development of bioclastic sediments departs significantly from that of siliciclastic sediments. Systematic flume experiments, however, are currently still lacking.

  10. Sorting and recycling of domestic waste. Review of occupational health problems and their possible causes.

    PubMed

    Poulsen, O M; Breum, N O; Ebbehøj, N; Hansen, A M; Ivens, U I; van Lelieveld, D; Malmros, P; Matthiasen, L; Nielsen, B H; Nielsen, E M

    1995-05-19

    In order to reduce the strain on the environment from the deposition of waste in landfills and combustion at incineration plants, several governments throughout the industrialized world have planned greatly increased recycling of domestic waste by the turn of the millennium. To implement the plans, new waste recycling facilities are to be built and the number of workers involved in waste sorting and recycling will increase steadily during the next decade. Several studies have reinforced the hypothesis that exposure to airborne microorganisms and the toxic products thereof are important factors causing a multitude of health problems among workers at waste sorting and recycling plants. Workers at transfer stations, landfills and incineration plants may experience an increased risk of pulmonary disorders and gastrointestinal problems. High concentrations of total airborne dust, bacteria, faecal coliform bacteria and fungal spores have been reported. The concentrations are considered to be sufficiently high to cause adverse health effects. In addition, a high incidence of lower back injuries, probably due to heavy lifting during work, has been reported among workers at landfills and incineration plants. Workers involved in manual sorting of unseparated domestic waste, as well as workers at compost plants experience more or less frequent symptoms of organic dust toxic syndrome (ODTS) (cough, chest-tightness, dyspnoea, influenza-like symptoms such as chills, fever, muscle ache, joint pain, fatigue and headache), gastrointestinal problems such as nausea and diarrhoea, irritation of the skin, eye and mucous membranes of the nose and upper airways, etc. In addition cases of severe occupational pulmonary diseases (asthma, alveolitis, bronchitis) have been reported. Manual sorting of unseparated domestic waste may be associated with exposures to large quantities of airborne bacteria and endotoxin. Several work functions in compost plants can result in very high exposure to

  11. Perseveration and the Status of 3-Year-Olds' Knowledge in a Card-Sorting Task: Evidence from Studies Involving Congruent Flankers

    ERIC Educational Resources Information Center

    Jordan, Patricia L.; Morton, J. Bruce

    2012-01-01

    Infants and young children often perseverate despite apparent knowledge of the correct response. Two Experiments addressed questions concerning the status of such knowledge in the context of a card-sorting task. In Experiment 1, three groups of 3-year-olds sorted bivalent cards one way and then were instructed to switch and sort the same cards…

  12. Handling of boar spermatozoa during and after flow cytometric sex-sorting process to improve their in vitro fertilizing ability.

    PubMed

    del Olmo, D; Parrilla, I; Gil, M A; Maside, C; Tarantini, T; Angel, M A; Roca, J; Martinez, E A; Vazquez, J M

    2013-09-01

    The objective of this study was to develop an adequate sperm handling protocol in order to obtain a sex-sorted sperm population with an optimal fertilizing ability. For this purpose, different aspects of the sorting procedure were examined. The effects of the high dilution rates (experiment 1), type of collection medium used (experiment 2), and sheath fluid composition (experiment 3) on sorted boar sperm quality and function were evaluated. Sperm quality was assessed by motility and viability tests, whereas sperm function was evaluated by an in vitro fertilization assay which determined the penetration and polyspermy rates as well as the mean number of sperm penetrating each oocyte. In experiment 1, the results obtained indicated that the high dilution rates did not cause a decrease either in the sperm quality parameters evaluated or the in vitro fertilization ability of spermatozoa. In experiment 2, although sperm quality was not affected, fertilizing ability was compromised after sorting, regardless of the collection medium that was used. In the experiment 3, all groups displayed adequate sperm quality values, but higher in vitro fertility parameters were obtained for spermatozoa sorted in presence of EDTA in the sheath fluid and egg yolk (EY) in the collection media when compared with those sorted in absence of these protective agents. No differences in penetration rates between unsorted highly diluted (control) and sorted sperm in the presence of EDTA and EY were observed. In conclusion, fertilizing ability was compromised in sex-sorted sperm. The addition of EDTA to sheath fluid and EY to collection medium improved boar sperm fertilizing ability, and both agents should be included as essential media components in future studies. Copyright © 2013 Elsevier Inc. All rights reserved.

  13. One-step fabrication of 3D silver paste electrodes into microfluidic devices for enhanced droplet-based cell sorting

    NASA Astrophysics Data System (ADS)

    Rao, Lang; Cai, Bo; Yu, Xiao-Lei; Guo, Shi-Shang; Liu, Wei; Zhao, Xing-Zhong

    2015-05-01

    3D microelectrodes are one-step fabricated into a microfluidic droplet separator by filling conductive silver paste into PDMS microchambers. The advantages of 3D silver paste electrodes in promoting droplet sorting accuracy are systematically demonstrated by theoretical calculation, numerical simulation and experimental validation. The employment of 3D electrodes also helps to decrease the droplet sorting voltage, guaranteeing that cells encapsulated in droplets undergo chip-based sorting processes are at better metabolic status for further potential cellular assays. At last, target droplet containing single cell are selectively sorted out from others by an appropriate electric pulse. This method provides a simple and inexpensive alternative to fabricate 3D electrodes, and it is expected our 3D electrode-integrated microfluidic droplet separator platform can be widely used in single cell operation and analysis.

  14. Pile sorting innovations: exploring gender norms, power and equity in sub-Saharan Africa.

    PubMed

    Bourey, Christine; Stephenson, Rob; Bartel, Doris; Rubardt, Marcie

    2012-01-01

    Understanding gender norms, power and equity is important for developing successful sexual and reproductive health interventions. However, little attention has been given to how to capture the gender ideals and imbalances that inform these relationships in low resource settings. Pile sorting exercises were conducted in four gender-segregated focus groups in Ethiopia and Kenya. Each group received cards illustrated with a man, woman and man and woman together and cards labelled with duties and decisions. Participants discussed and decided together whether men, women or both performed each duty and decision and assigned the cards accordingly. Participants then reflected on and physically manipulated the piles to challenge gender norms, investigate role flexibility and identify agents of social change. Data collected included photographs of the pile sorts and recordings of the discussions. Conducting pile sorting within focus group discussions enabled comparative analyses of gender norms, while enriching data by focusing discussions and encouraging consensus building. Innovative applications facilitated participants' abilities to engage abstract concepts, reflecting on issues of gender norms, power and equity.

  15. Activity of the C-terminal-dependent vacuolar sorting signal of horseradish peroxidase C1a is enhanced by its secondary structure.

    PubMed

    Matsui, Takeshi; Tabayashi, Ayako; Iwano, Megumi; Shinmyo, Atsuhiko; Kato, Ko; Nakayama, Hideki

    2011-02-01

    Plant class III peroxidase (PRX) catalyzes the oxidation and oxidative polymerization of a variety of phenolic compounds while reducing hydrogen peroxide. PRX proteins are classified into apoplast type and vacuole type based on the absence or the presence of C-terminal propeptides, which probably function as vacuolar sorting signals (VSSs). In this study, in order to improve our understanding of vacuole-type PRX, we analyzed regulatory mechanisms of vacuolar sorting of a model vacuole-type PRX, the C1a isozyme of horseradish (Armoracia rusticana) (HRP C1a). Using cultured transgenic tobacco cells and protoplasts derived from horseradish leaves, we characterized HRP C1a's VSS, which is a 15 amino acid C-terminal propeptide (C15). We found that the C-terminal hexapeptide of C15 (C6), which is well conserved among vacuole-type PRX proteins, forms the core of the C-terminal-dependent VSS. We also found that the function of C6 is enhanced by the remaining N-terminal part of C15 which probably folds into an amphiphilic α-helix.

  16. Restricted DCJ-indel model: sorting linear genomes with DCJ and indels

    PubMed Central

    2012-01-01

    Background The double-cut-and-join (DCJ) is a model that is able to efficiently sort a genome into another, generalizing the typical mutations (inversions, fusions, fissions, translocations) to which genomes are subject, but allowing the existence of circular chromosomes at the intermediate steps. In the general model many circular chromosomes can coexist in some intermediate step. However, when the compared genomes are linear, it is more plausible to use the so-called restricted DCJ model, in which we proceed the reincorporation of a circular chromosome immediately after its creation. These two consecutive DCJ operations, which create and reincorporate a circular chromosome, mimic a transposition or a block-interchange. When the compared genomes have the same content, it is known that the genomic distance for the restricted DCJ model is the same as the distance for the general model. If the genomes have unequal contents, in addition to DCJ it is necessary to consider indels, which are insertions and deletions of DNA segments. Linear time algorithms were proposed to compute the distance and to find a sorting scenario in a general, unrestricted DCJ-indel model that considers DCJ and indels. Results In the present work we consider the restricted DCJ-indel model for sorting linear genomes with unequal contents. We allow DCJ operations and indels with the following constraint: if a circular chromosome is created by a DCJ, it has to be reincorporated in the next step (no other DCJ or indel can be applied between the creation and the reincorporation of a circular chromosome). We then develop a sorting algorithm and give a tight upper bound for the restricted DCJ-indel distance. Conclusions We have given a tight upper bound for the restricted DCJ-indel distance. The question whether this bound can be reduced so that both the general and the restricted DCJ-indel distances are equal remains open. PMID:23281630

  17. Efficient Memory Access with NumPy Global Arrays using Local Memory Access

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

    Daily, Jeffrey A.; Berghofer, Dan C.

    This paper discusses the work completed working with Global Arrays of data on distributed multi-computer systems and improving their performance. The tasks completed were done at Pacific Northwest National Laboratory in the Science Undergrad Laboratory Internship program in the summer of 2013 for the Data Intensive Computing Group in the Fundamental and Computational Sciences DIrectorate. This work was done on the Global Arrays Toolkit developed by this group. This toolkit is an interface for programmers to more easily create arrays of data on networks of computers. This is useful because scientific computation is often done on large amounts of datamore » sometimes so large that individual computers cannot hold all of it. This data is held in array form and can best be processed on supercomputers which often consist of a network of individual computers doing their computation in parallel. One major challenge for this sort of programming is that operations on arrays on multiple computers is very complex and an interface is needed so that these arrays seem like they are on a single computer. This is what global arrays does. The work done here is to use more efficient operations on that data that requires less copying of data to be completed. This saves a lot of time because copying data on many different computers is time intensive. The way this challenge was solved is when data to be operated on with binary operations are on the same computer, they are not copied when they are accessed. When they are on separate computers, only one set is copied when accessed. This saves time because of less copying done although more data access operations were done.« less

  18. HLA-targeted flow cytometric sorting of blood cells allows separation of pure and viable microchimeric cell populations.

    PubMed

    Drabbels, Jos J M; van de Keur, Carin; Kemps, Berit M; Mulder, Arend; Scherjon, Sicco A; Claas, Frans H J; Eikmans, Michael

    2011-11-10

    Microchimerism is defined by the presence of low levels of nonhost cells in a person. We developed a reliable method for separating viable microchimeric cells from the host environment. For flow cytometric cell sorting, HLA antigens were targeted with human monoclonal HLA antibodies (mAbs). Optimal separation of microchimeric cells (present at a proportion as low as 0.01% in artificial mixtures) was obtained with 2 different HLA mAbs, one targeting the chimeric cells and the other the background cells. To verify purity of separated cell populations, flow-sorted fractions of 1000 cells were processed for DNA analysis by HLA-allele-specific and Y-chromosome-directed real-time quantitative PCR assays. After sorting, PCR signals of chimeric DNA markers in the positive fractions were significantly enhanced compared with those in the presort samples, and they were similar to those in 100% chimeric control samples. Next, we demonstrate applicability of HLA-targeted FACS sorting after pregnancy by separating chimeric maternal cells from child umbilical cord mononuclear cells. Targeting allelic differences with anti-HLA mAbs with FACS sorting allows maximal enrichment of viable microchimeric cells from a background cell population. The current methodology enables reliable microchimeric cell detection and separation in clinical specimens.

  19. High-speed sorting of grains by color and surface texture

    USDA-ARS?s Scientific Manuscript database

    A high-speed, low-cost, image-based sorting device was developed to detect and separate grains with different colors/textures. The device directly combines a complementary metal–oxide–semiconductor (CMOS) color image sensor with a field-programmable gate array (FPGA) that was programmed to execute ...

  20. ALGORITHM OF CARDIO COMPLEX DETECTION AND SORTING FOR PROCESSING THE DATA OF CONTINUOUS CARDIO SIGNAL MONITORING.

    PubMed

    Krasichkov, A S; Grigoriev, E B; Nifontov, E M; Shapovalov, V V

    The paper presents an algorithm of cardio complex classification as part of processing the data of continuous cardiac monitoring. R-wave detection concurrently with cardio complex sorting is discussed. The core of this approach is the use of prior information about. cardio complex forms, segmental structure, and degree of kindness. Results of the sorting algorithm testing are provided.

  1. Optimization of flow cytometric detection and cell sorting of transgenic Plasmodium parasites using interchangeable optical filters

    PubMed Central

    2012-01-01

    Background Malaria remains a major cause of morbidity and mortality worldwide. Flow cytometry-based assays that take advantage of fluorescent protein (FP)-expressing malaria parasites have proven to be valuable tools for quantification and sorting of specific subpopulations of parasite-infected red blood cells. However, identification of rare subpopulations of parasites using green fluorescent protein (GFP) labelling is complicated by autofluorescence (AF) of red blood cells and low signal from transgenic parasites. It has been suggested that cell sorting yield could be improved by using filters that precisely match the emission spectrum of GFP. Methods Detection of transgenic Plasmodium falciparum parasites expressing either tdTomato or GFP was performed using a flow cytometer with interchangeable optical filters. Parasitaemia was evaluated using different optical filters and, after optimization of optics, the GFP-expressing parasites were sorted and analysed by microscopy after cytospin preparation and by imaging cytometry. Results A new approach to evaluate filter performance in flow cytometry using two-dimensional dot blot was developed. By selecting optical filters with narrow bandpass (BP) and maximum position of filter emission close to GFP maximum emission in the FL1 channel (510/20, 512/20 and 517/20; dichroics 502LP and 466LP), AF was markedly decreased and signal-background improve dramatically. Sorting of GFP-expressing parasite populations in infected red blood cells at 90 or 95% purity with these filters resulted in 50-150% increased yield when compared to the standard filter set-up. The purity of the sorted population was confirmed using imaging cytometry and microscopy of cytospin preparations of sorted red blood cells infected with transgenic malaria parasites. Discussion Filter optimization is particularly important for applications where the FP signal and percentage of positive events are relatively low, such as analysis of parasite

  2. Q-sort assessment vs visual analog scale in the evaluation of smile esthetics.

    PubMed

    Schabel, Brian J; McNamara, James A; Franchi, Lorenzo; Baccetti, Tiziano

    2009-04-01

    This study was designed to compare the reliability of the Q-sort and visual analog scale (VAS) methods for the assessment of smile esthetics. Furthermore, agreement between orthodontists and parents of orthodontic patients, and between male and female raters, was assessed in terms of subjective evaluation of the smile. Clinical photographs and digital video captures of 48 orthodontically treated patients were rated by 2 panels: 25 experienced orthodontists (15 men, 10 women) and 20 parents of the patients (8 men, 12 women). Interrater reliability of the Q-sort and VAS methods was evaluated by using single-measure and average-measure intraclass correlation (ICC). Kappa agreement and the McNemar test were used to evaluate agreement between orthodontists and parents, and between men and women, for "attractive" and "unattractive" images of smiles captured with clinical photography. The single-measure ICC coefficients showed fair to good reliability of the Q-sort and poor reliability of the VAS for measuring esthetic preferences of an individual orthodontist or parent. Both rating groups agreed significantly (P >0.05) on the total percentage of "attractive" images of smiles captured with clinical photography. Men and women, however, significantly disagreed on the total percentages of "attractive" and "unattractive" smiles. Women rated higher percentages of both image groups as "attractive" than did their male counterparts. The Q-sort was more reliable than the VAS for measuring smile esthetics. Orthodontists and parents of orthodontic patients agreed with respect to "attractive" and "unattractive" smiles. Men and women agreed poorly with respect to "attractive" and "unattractive" smiles.

  3. Challenges in automatic sorting of construction and demolition waste by hyperspectral imaging

    NASA Astrophysics Data System (ADS)

    Hollstein, Frank; Cacho, Íñigo; Arnaiz, Sixto; Wohllebe, Markus

    2016-05-01

    EU-28 countries currently generate 460 Mt/year of construction and demolition waste (C&DW) and the generation rate is expected to reach around 570 Mt/year between 2025 and 2030. There is great potential for recycling C&DW materials since they are massively produced and content valuable resources. But new C&DW is more complex than existing one and there is a need for shifting from traditional recycling approaches to novel recycling solutions. One basic step to achieve this objective is an improvement in (automatic) sorting technology. Hyperspectral Imaging is a promising candidate to support the process. However, the industrial distribution of Hyperspectral Imaging in the C&DW recycling branch is currently insufficiently pronounced due to high investment costs, still insufficient robustness of optical sensor hardware in harsh ambient conditions and, because of the need of sensor fusion, not well-engineered special software methods to perform the (on line) sorting tasks. Thereby frame rates of over 300 Hz are needed for a successful sorting result. Currently the biggest challenges with regard to C&DW detection cover the need of overlapping VIS, NIR and SWIR hyperspectral images in time and space, in particular for selective recognition of contaminated particles. In the study on hand a new approach for hyperspectral imagers is presented by exploiting SWIR hyperspectral information in real time (with 300 Hz). The contribution describes both laboratory results with regard to optical detection of the most important C&DW material composites as well as a development path for an industrial implementation in automatic sorting and separation lines. The main focus is placed on the closure of the two recycling circuits "grey to grey" and "red to red" because of their outstanding potential for sustainability in conservation of construction resources.

  4. Performance evaluation of PCA-based spike sorting algorithms.

    PubMed

    Adamos, Dimitrios A; Kosmidis, Efstratios K; Theophilidis, George

    2008-09-01

    Deciphering the electrical activity of individual neurons from multi-unit noisy recordings is critical for understanding complex neural systems. A widely used spike sorting algorithm is being evaluated for single-electrode nerve trunk recordings. The algorithm is based on principal component analysis (PCA) for spike feature extraction. In the neuroscience literature it is generally assumed that the use of the first two or most commonly three principal components is sufficient. We estimate the optimum PCA-based feature space by evaluating the algorithm's performance on simulated series of action potentials. A number of modifications are made to the open source nev2lkit software to enable systematic investigation of the parameter space. We introduce a new metric to define clustering error considering over-clustering more favorable than under-clustering as proposed by experimentalists for our data. Both the program patch and the metric are available online. Correlated and white Gaussian noise processes are superimposed to account for biological and artificial jitter in the recordings. We report that the employment of more than three principal components is in general beneficial for all noise cases considered. Finally, we apply our results to experimental data and verify that the sorting process with four principal components is in agreement with a panel of electrophysiology experts.

  5. The yeast Alix homolog, Bro1, functions as a ubiquitin receptor for protein sorting into multivesicular endosomes

    PubMed Central

    Pashkova, Natasha; Gakhar, Lokesh; Winistorfer, Stanley; Sunshine, Anna B.; Rich, Matthew; Dunham, Maitreya J.; Yu, Liping; Piper, Robert

    2013-01-01

    SUMMARY Sorting of ubiquitinated membrane proteins into lumenal vesicles of multivesicular bodies is mediated by the ESCRT apparatus and accessory proteins such as Bro1, which recruits the deubiquitinating enzyme Doa4 to remove ubiquitin from cargo. Here we propose that Bro1 works as a receptor for the selective sorting of ubiquitinated cargos. We found synthetic genetic interactions between BRO1 and ESCRT-0, suggesting Bro1 functions similarly to ESCRT-0. Multiple structural approaches demonstrated that Bro1 binds ubiquitin via the N-terminal trihelical arm of its middle V domain. Mutants of Bro1 that lack the ability to bind Ub were dramatically impaired in their ability to sort Ub-cargo membrane proteins, but only when combined with hypomorphic alleles of ESCRT-0. These data suggest that Bro1 and other Bro1 family members function in parallel with ESCRT-0 to recognize and sort Ub-cargos. PMID:23726974

  6. Port-of-entry Advanced Sorting System (PASS) operational test : final report

    DOT National Transportation Integrated Search

    1998-12-01

    In 1992 the Oregon Department of Transportation undertook an operational test of the Port-of-Entry Advanced Sorting System (PASS), which uses a two-way communication automatic vehicle identification system, integrated with weigh-in-motion, automatic ...

  7. Inner- and outer-wall sorting of double-walled carbon nanotubes

    NASA Astrophysics Data System (ADS)

    Li, Han; Gordeev, Georgy; Wasserroth, Sören; Chakravadhanula, Venkata Sai Kiran; Neelakandhan, Shyam Kumar Chethala; Hennrich, Frank; Jorio, Ado; Reich, Stephanie; Krupke, Ralph; Flavel, Benjamin Scott

    2017-12-01

    Double-walled carbon nanotubes (DWCNTs) consist of two coaxially aligned single-walled carbon nanotubes (SWCNTs), and previous sorting methods only achieved outer-wall electronic-type selectivity. Here, a separation technique capable of sorting DWCNTs by semiconducting (S) or metallic (M) inner- and outer-wall electronic type is presented. Electronic coupling between the inner and outer wall is used to alter the surfactant coating around each of the DWCNT types, and aqueous gel permeation is used to separate them. Aqueous methods are used to remove SWCNT species from the raw material and prepare enriched DWCNT fractions. The enriched DWCNT fractions are then transferred into either chlorobenzene or toluene using the copolymer PFO-BPy to yield the four inner@outer combinations of M@M, M@S, S@M and S@S. The high purity of the resulting fractions is verified by absorption measurements, transmission electron microscopy, atomic force microscopy, resonance Raman mapping and high-density field-effect transistor devices.

  8. Inner- and outer-wall sorting of double-walled carbon nanotubes.

    PubMed

    Li, Han; Gordeev, Georgy; Wasserroth, Sören; Chakravadhanula, Venkata Sai Kiran; Neelakandhan, Shyam Kumar Chethala; Hennrich, Frank; Jorio, Ado; Reich, Stephanie; Krupke, Ralph; Flavel, Benjamin Scott

    2017-12-01

    Double-walled carbon nanotubes (DWCNTs) consist of two coaxially aligned single-walled carbon nanotubes (SWCNTs), and previous sorting methods only achieved outer-wall electronic-type selectivity. Here, a separation technique capable of sorting DWCNTs by semiconducting (S) or metallic (M) inner- and outer-wall electronic type is presented. Electronic coupling between the inner and outer wall is used to alter the surfactant coating around each of the DWCNT types, and aqueous gel permeation is used to separate them. Aqueous methods are used to remove SWCNT species from the raw material and prepare enriched DWCNT fractions. The enriched DWCNT fractions are then transferred into either chlorobenzene or toluene using the copolymer PFO-BPy to yield the four inner@outer combinations of M@M, M@S, S@M and S@S. The high purity of the resulting fractions is verified by absorption measurements, transmission electron microscopy, atomic force microscopy, resonance Raman mapping and high-density field-effect transistor devices.

  9. Micro acoustic spectrum analyzer

    DOEpatents

    Schubert, W. Kent; Butler, Michael A.; Adkins, Douglas R.; Anderson, Larry F.

    2004-11-23

    A micro acoustic spectrum analyzer for determining the frequency components of a fluctuating sound signal comprises a microphone to pick up the fluctuating sound signal and produce an alternating current electrical signal; at least one microfabricated resonator, each resonator having a different resonant frequency, that vibrate in response to the alternating current electrical signal; and at least one detector to detect the vibration of the microfabricated resonators. The micro acoustic spectrum analyzer can further comprise a mixer to mix a reference signal with the alternating current electrical signal from the microphone to shift the frequency spectrum to a frequency range that is a better matched to the resonant frequencies of the microfabricated resonators. The micro acoustic spectrum analyzer can be designed specifically for portability, size, cost, accuracy, speed, power requirements, and use in a harsh environment. The micro acoustic spectrum analyzer is particularly suited for applications where size, accessibility, and power requirements are limited, such as the monitoring of industrial equipment and processes, detection of security intrusions, or evaluation of military threats.

  10. Effect of staining and freezing media on sortability of stallion spermatozoa and their post-thaw viability after sex-sorting and cryopreservation.

    PubMed

    Clulow, J R; Buss, H; Evans, G; Sieme, H; Rath, D; Morris, L H A; Maxwell, W M C

    2012-02-01

    Sex-sorted, frozen-thawed stallion spermatozoa remain out of reach of commercial horse breeders because of the low efficiency of the sex-sorting process and unacceptable fertility rates after insemination. Two experiments were designed to test the effects of alternative staining and freezing media to improve the viability of sex-sorted frozen-thawed stallion spermatozoa. Experiment 1 compared two freezing media, INRA 82(®) and a modified lactose-ethylenediaminetetraacetic acid (EDTA), for the cryopreservation of sex-sorted stallion spermatozoa. No significant differences between the two freezing media could be identified, suggesting that both cryodiluents would be suitable for incorporation into a sex-preselection protocol for stallion spermatozoa. Experiment 2 compared Kenney's modified Tyrode's (KMT) and Sperm TALP (Sp-TALP) as the staining and incubation medium for stallion spermatozoa prior to sex-sorting. A significant increase in the percentage of acrosome-reacted spermatozoa occurred after staining and incubation in the clarified Sp-TALP compared with KMT. As no improvements in sorting rates were achieved using Sp-TALP, it was concluded that stallion sorting protocols could include KMT as the staining and incubation medium while either INRA 82(®) or lactose-EDTA could be employed as a cryodiluents. © 2011 Blackwell Verlag GmbH.

  11. Sensor module design and forward and inverse kinematics analysis of 6-DOF sorting transferring robot

    NASA Astrophysics Data System (ADS)

    Zhou, Huiying; Lin, Jiajian; Liu, Lei; Tao, Meng

    2017-09-01

    To meet the demand of high strength express sorting, it is significant to design a robot with multiple degrees of freedom that can sort and transfer. This paper uses infrared sensor, color sensor and pressure sensor to receive external information, combine the plan of motion path in advance and the feedback information from the sensors, then write relevant program. In accordance with these, we can design a 6-DOF robot that can realize multi-angle seizing. In order to obtain characteristics of forward and inverse kinematics, this paper describes the coordinate directions and pose estimation by the D-H parameter method and closed solution. On the basis of the solution of forward and inverse kinematics, geometric parameters of links and link parameters are optimized in terms of application requirements. In this way, this robot can identify route, sort and transfer.

  12. Study on Impact Acoustic-Visual Sensor-Based Sorting of ELV Plastic Materials.

    PubMed

    Huang, Jiu; Tian, Chuyuan; Ren, Jingwei; Bian, Zhengfu

    2017-06-08

    This paper concentrates on a study of a novel multi-sensor aided method by using acoustic and visual sensors for detection, recognition and separation of End-of Life vehicles' (ELVs) plastic materials, in order to optimize the recycling rate of automotive shredder residues (ASRs). Sensor-based sorting technologies have been utilized for material recycling for the last two decades. One of the problems still remaining results from black and dark dyed plastics which are very difficult to recognize using visual sensors. In this paper a new multi-sensor technology for black plastic recognition and sorting by using impact resonant acoustic emissions (AEs) and laser triangulation scanning was introduced. A pilot sorting system which consists of a 3-dimensional visual sensor and an acoustic sensor was also established; two kinds commonly used vehicle plastics, polypropylene (PP) and acrylonitrile-butadiene-styrene (ABS) and two kinds of modified vehicle plastics, polypropylene/ethylene-propylene-diene-monomer (PP-EPDM) and acrylonitrile-butadiene-styrene/polycarbonate (ABS-PC) were tested. In this study the geometrical features of tested plastic scraps were measured by the visual sensor, and their corresponding impact acoustic emission (AE) signals were acquired by the acoustic sensor. The signal processing and feature extraction of visual data as well as acoustic signals were realized by virtual instruments. Impact acoustic features were recognized by using FFT based power spectral density analysis. The results shows that the characteristics of the tested PP and ABS plastics were totally different, but similar to their respective modified materials. The probability of scrap material recognition rate, i.e., the theoretical sorting efficiency between PP and PP-EPDM, could reach about 50%, and between ABS and ABS-PC it could reach about 75% with diameters ranging from 14 mm to 23 mm, and with exclusion of abnormal impacts, the actual separation rates were 39.2% for PP, 41

  13. Study on Impact Acoustic—Visual Sensor-Based Sorting of ELV Plastic Materials

    PubMed Central

    Huang, Jiu; Tian, Chuyuan; Ren, Jingwei; Bian, Zhengfu

    2017-01-01

    This paper concentrates on a study of a novel multi-sensor aided method by using acoustic and visual sensors for detection, recognition and separation of End-of Life vehicles’ (ELVs) plastic materials, in order to optimize the recycling rate of automotive shredder residues (ASRs). Sensor-based sorting technologies have been utilized for material recycling for the last two decades. One of the problems still remaining results from black and dark dyed plastics which are very difficult to recognize using visual sensors. In this paper a new multi-sensor technology for black plastic recognition and sorting by using impact resonant acoustic emissions (AEs) and laser triangulation scanning was introduced. A pilot sorting system which consists of a 3-dimensional visual sensor and an acoustic sensor was also established; two kinds commonly used vehicle plastics, polypropylene (PP) and acrylonitrile-butadiene-styrene (ABS) and two kinds of modified vehicle plastics, polypropylene/ethylene-propylene-diene-monomer (PP-EPDM) and acrylonitrile-butadiene-styrene/polycarbonate (ABS-PC) were tested. In this study the geometrical features of tested plastic scraps were measured by the visual sensor, and their corresponding impact acoustic emission (AE) signals were acquired by the acoustic sensor. The signal processing and feature extraction of visual data as well as acoustic signals were realized by virtual instruments. Impact acoustic features were recognized by using FFT based power spectral density analysis. The results shows that the characteristics of the tested PP and ABS plastics were totally different, but similar to their respective modified materials. The probability of scrap material recognition rate, i.e., the theoretical sorting efficiency between PP and PP-EPDM, could reach about 50%, and between ABS and ABS-PC it could reach about 75% with diameters ranging from 14 mm to 23 mm, and with exclusion of abnormal impacts, the actual separation rates were 39.2% for PP, 41

  14. Membrane-trafficking sorting hubs: cooperation between PI4P and small GTPases at the trans-Golgi Network

    PubMed Central

    Santiago-Tirado, Felipe H.; Bretscher, Anthony

    2011-01-01

    Cell polarity in eukaryotes requires constant sorting, packaging, and transport of membrane-bound cargo within the cell. These processes occur in two sorting hubs: the recycling endosome for incoming material, and the trans-Golgi Network for outgoing. Phosphatidylinositol 3-phosphate and 4–5 phosphate are enriched at the endocytic and exocytic sorting hubs, respectively, where they act together with small GTPases to recruit factors to segregate cargo and regulate carrier formation and transport. In this review, we summarize the current understanding of how these lipids and GTPases directly regulate membrane trafficking, emphasizing the recent discoveries of phosphatidylinositol 4-phosphate functions at the trans-Golgi Network. PMID:21764313

  15. Developing an agenda for research about policies to improve access to healthy foods in rural communities: a concept mapping study

    PubMed Central

    2014-01-01

    Background Policies that improve access to healthy, affordable foods may improve population health and reduce health disparities. In the United States most food access policy research focuses on urban communities even though residents of rural communities face disproportionately higher risk for nutrition-related chronic diseases compared to residents of urban communities. The purpose of this study was to (1) identify the factors associated with access to healthy, affordable food in rural communities in the United States; and (2) prioritize a meaningful and feasible rural food policy research agenda. Methods This study was conducted by the Rural Food Access Workgroup (RFAWG), a workgroup facilitated by the Nutrition and Obesity Policy Research and Evaluation Network. A national sample of academic and non-academic researchers, public health and cooperative extension practitioners, and other experts who focus on rural food access and economic development was invited to complete a concept mapping process that included brainstorming the factors that are associated with rural food access, sorting and organizing the factors into similar domains, and rating the importance of policies and research to address these factors. As a last step, RFAWG members convened to interpret the data and establish research recommendations. Results Seventy-five participants in the brainstorming exercise represented the following sectors: non-extension research (n = 27), non-extension program administration (n = 18), “other” (n = 14), policy advocacy (n = 10), and cooperative extension service (n = 6). The brainstorming exercise generated 90 distinct statements about factors associated with rural food access in the United States; these were sorted into 5 clusters. Go Zones were established for the factors that were rated highly as both a priority policy target and a priority for research. The highest ranked policy and research priorities include strategies designed to

  16. Developing an agenda for research about policies to improve access to healthy foods in rural communities: a concept mapping study.

    PubMed

    Johnson, Donna B; Quinn, Emilee; Sitaker, Marilyn; Ammerman, Alice; Byker, Carmen; Dean, Wesley; Fleischhacker, Sheila; Kolodinsky, Jane; Pinard, Courtney; Pitts, Stephanie B Jilcott; Sharkey, Joseph

    2014-06-12

    Policies that improve access to healthy, affordable foods may improve population health and reduce health disparities. In the United States most food access policy research focuses on urban communities even though residents of rural communities face disproportionately higher risk for nutrition-related chronic diseases compared to residents of urban communities. The purpose of this study was to (1) identify the factors associated with access to healthy, affordable food in rural communities in the United States; and (2) prioritize a meaningful and feasible rural food policy research agenda. This study was conducted by the Rural Food Access Workgroup (RFAWG), a workgroup facilitated by the Nutrition and Obesity Policy Research and Evaluation Network. A national sample of academic and non-academic researchers, public health and cooperative extension practitioners, and other experts who focus on rural food access and economic development was invited to complete a concept mapping process that included brainstorming the factors that are associated with rural food access, sorting and organizing the factors into similar domains, and rating the importance of policies and research to address these factors. As a last step, RFAWG members convened to interpret the data and establish research recommendations. Seventy-five participants in the brainstorming exercise represented the following sectors: non-extension research (n = 27), non-extension program administration (n = 18), "other" (n = 14), policy advocacy (n = 10), and cooperative extension service (n = 6). The brainstorming exercise generated 90 distinct statements about factors associated with rural food access in the United States; these were sorted into 5 clusters. Go Zones were established for the factors that were rated highly as both a priority policy target and a priority for research. The highest ranked policy and research priorities include strategies designed to build economic viability in

  17. From Sorting to Learning: Developing Deep Learning in Canadian Schools

    ERIC Educational Resources Information Center

    Kaser, Linda; Halbert, Judy

    2008-01-01

    Observations in many intermediate and secondary classrooms and interviews with learners indicate that many young people are under-engaged or disengaged with the learning opportunities in their schools. This disengagement of adolescent learners underlines the need for a shift from systems focused on sorting to systems passionate about deep…

  18. Rapid Isolation of Antibody from a Synthetic Human Antibody Library by Repeated Fluorescence-Activated Cell Sorting (FACS)

    PubMed Central

    Yim, Sung Sun; Bang, Hyun Bae; Kim, Young Hwan; Lee, Yong Jae; Jeong, Gu Min; Jeong, Ki Jun

    2014-01-01

    Antibodies and their derivatives are the most important agents in therapeutics and diagnostics. Even after the significant progress in the technology for antibody screening from huge libraries, it takes a long time to isolate an antibody, which prevents a prompt action against the spread of a disease. Here, we report a new strategy for isolating desired antibodies from a combinatorial library in one day by repeated fluorescence-activated cell sorting (FACS). First, we constructed a library of synthetic human antibody in which single-chain variable fragment (scFv) was expressed in the periplasm of Escherichia coli. After labeling the cells with fluorescent antigen probes, the highly fluorescent cells were sorted by using a high-speed cell sorter, and these cells were reused without regeneration in the next round of sorting. After repeating this sorting, the positive clones were completely enriched in several hours. Thus, we screened the library against three viral antigens, including the H1N1 influenza virus, Hepatitis B virus, and Foot-and-mouth disease virus. Finally, the potential antibody candidates, which show KD values between 10 and 100 nM against the target antigens, could be successfully isolated even though the library was relatively small (∼106). These results show that repeated FACS screening without regeneration of the sorted cells can be a powerful method when a rapid response to a spreading disease is required. PMID:25303314

  19. Learning sorting algorithms through visualization construction

    NASA Astrophysics Data System (ADS)

    Cetin, Ibrahim; Andrews-Larson, Christine

    2016-01-01

    Recent increased interest in computational thinking poses an important question to researchers: What are the best ways to teach fundamental computing concepts to students? Visualization is suggested as one way of supporting student learning. This mixed-method study aimed to (i) examine the effect of instruction in which students constructed visualizations on students' programming achievement and students' attitudes toward computer programming, and (ii) explore how this kind of instruction supports students' learning according to their self-reported experiences in the course. The study was conducted with 58 pre-service teachers who were enrolled in their second programming class. They expect to teach information technology and computing-related courses at the primary and secondary levels. An embedded experimental model was utilized as a research design. Students in the experimental group were given instruction that required students to construct visualizations related to sorting, whereas students in the control group viewed pre-made visualizations. After the instructional intervention, eight students from each group were selected for semi-structured interviews. The results showed that the intervention based on visualization construction resulted in significantly better acquisition of sorting concepts. However, there was no significant difference between the groups with respect to students' attitudes toward computer programming. Qualitative data analysis indicated that students in the experimental group constructed necessary abstractions through their engagement in visualization construction activities. The authors of this study argue that the students' active engagement in the visualization construction activities explains only one side of students' success. The other side can be explained through the instructional approach, constructionism in this case, used to design instruction. The conclusions and implications of this study can be used by researchers and

  20. Sorting of amphiphile membrane components in curvature and composition gradients

    NASA Astrophysics Data System (ADS)

    Tian, Aiwei

    Phase and shape heterogeneities in biomembranes are of functional importance. However, it is difficult to elucidate the roles membrane heterogeneities play in maintaining cellular function due to the complexity of biomembranes. Therefore, investigations of phase behavior and composition/curvature coupling in lipid and polymer model membranes offer some advantages. In this thesis, phase properties in lipid and polymer giant vesicles were studied. Line tension at the fluid/fluid phase boundary of giant lipid unilamellar vesicles was determined directly by micropipette aspiration, and found to be composition-dependent. Dynamics of calcium-induced domains within polyanionic vesicles subject to chemical stimuli were investigated, which revealed the strength of molecular interaction and suggested applications in triggered delivery. In addition, curvature sorting of lipids and proteins was examined. Lipid membrane tethers were pulled from giant unilamellar vesicles using two micropipettes and a bead. Tether radius can be controlled and measured in this system. By examining fluorescence intensity of labeled molecules as a function of curvature, we found that DiI dyes (lipid analogues with spontaneous curvatures) had no curvature preference down to radii of 10 nm. Theoretical calculation predicted that the distribution of small lipids was dominated by entropy instead of bending energy. However protein Cholera toxin subunit B was efficiently sorted away from the high positive curvature due to its negative spontaneous curvature. Bending stiffness was determined to decrease as curvature increased in homogeneous membranes with ternary lipid mixtures near a critical consulate point, revealing the strong preferential intermolecular interactions of such mixtures. In addition, diffusion controlled domain growth was observed in tethers pulled from phase-separated vesicles, which provides a new dynamic sorting principle for lipids and proteins in curvature gradients.

  1. CryoEM and image sorting for flexible protein/DNA complexes.

    PubMed

    Villarreal, Seth A; Stewart, Phoebe L

    2014-07-01

    Intrinsically disordered regions of proteins and conformational flexibility within complexes can be critical for biological function. However, disorder, flexibility, and heterogeneity often hinder structural analyses. CryoEM and single particle image processing techniques offer the possibility of imaging samples with significant flexibility. Division of particle images into more homogenous subsets after data acquisition can help compensate for heterogeneity within the sample. We present the utility of an eigenimage sorting analysis for examining two protein/DNA complexes with significant conformational flexibility and heterogeneity. These complexes are integral to the non-homologous end joining pathway, and are involved in the repair of double strand breaks of DNA. Both complexes include the DNA-dependent protein kinase catalytic subunit (DNA-PKcs) and biotinylated DNA with bound streptavidin, with one complex containing the Ku heterodimer. Initial 3D reconstructions of the two DNA-PKcs complexes resembled a cryoEM structure of uncomplexed DNA-PKcs without additional density clearly attributable to the remaining components. Application of eigenimage sorting allowed division of the DNA-PKcs complex datasets into more homogeneous subsets. This led to visualization of density near the base of the DNA-PKcs that can be attributed to DNA, streptavidin, and Ku. However, comparison of projections of the subset structures with 2D class averages indicated that a significant level of heterogeneity remained within each subset. In summary, image sorting methods allowed visualization of extra density near the base of DNA-PKcs, suggesting that DNA binds in the vicinity of the base of the molecule and potentially to a flexible region of DNA-PKcs. Copyright © 2013 Elsevier Inc. All rights reserved.

  2. A model-based spike sorting algorithm for removing correlation artifacts in multi-neuron recordings.

    PubMed

    Pillow, Jonathan W; Shlens, Jonathon; Chichilnisky, E J; Simoncelli, Eero P

    2013-01-01

    We examine the problem of estimating the spike trains of multiple neurons from voltage traces recorded on one or more extracellular electrodes. Traditional spike-sorting methods rely on thresholding or clustering of recorded signals to identify spikes. While these methods can detect a large fraction of the spikes from a recording, they generally fail to identify synchronous or near-synchronous spikes: cases in which multiple spikes overlap. Here we investigate the geometry of failures in traditional sorting algorithms, and document the prevalence of such errors in multi-electrode recordings from primate retina. We then develop a method for multi-neuron spike sorting using a model that explicitly accounts for the superposition of spike waveforms. We model the recorded voltage traces as a linear combination of spike waveforms plus a stochastic background component of correlated Gaussian noise. Combining this measurement model with a Bernoulli prior over binary spike trains yields a posterior distribution for spikes given the recorded data. We introduce a greedy algorithm to maximize this posterior that we call "binary pursuit". The algorithm allows modest variability in spike waveforms and recovers spike times with higher precision than the voltage sampling rate. This method substantially corrects cross-correlation artifacts that arise with conventional methods, and substantially outperforms clustering methods on both real and simulated data. Finally, we develop diagnostic tools that can be used to assess errors in spike sorting in the absence of ground truth.

  3. A Model-Based Spike Sorting Algorithm for Removing Correlation Artifacts in Multi-Neuron Recordings

    PubMed Central

    Chichilnisky, E. J.; Simoncelli, Eero P.

    2013-01-01

    We examine the problem of estimating the spike trains of multiple neurons from voltage traces recorded on one or more extracellular electrodes. Traditional spike-sorting methods rely on thresholding or clustering of recorded signals to identify spikes. While these methods can detect a large fraction of the spikes from a recording, they generally fail to identify synchronous or near-synchronous spikes: cases in which multiple spikes overlap. Here we investigate the geometry of failures in traditional sorting algorithms, and document the prevalence of such errors in multi-electrode recordings from primate retina. We then develop a method for multi-neuron spike sorting using a model that explicitly accounts for the superposition of spike waveforms. We model the recorded voltage traces as a linear combination of spike waveforms plus a stochastic background component of correlated Gaussian noise. Combining this measurement model with a Bernoulli prior over binary spike trains yields a posterior distribution for spikes given the recorded data. We introduce a greedy algorithm to maximize this posterior that we call “binary pursuit”. The algorithm allows modest variability in spike waveforms and recovers spike times with higher precision than the voltage sampling rate. This method substantially corrects cross-correlation artifacts that arise with conventional methods, and substantially outperforms clustering methods on both real and simulated data. Finally, we develop diagnostic tools that can be used to assess errors in spike sorting in the absence of ground truth. PMID:23671583

  4. Intracellular transport and sorting of mutant human proinsulins that fail to form hexamers

    PubMed Central

    1991-01-01

    Human proinsulin and insulin oligomerize to form dimers and hexamers. It has been suggested that the ability of prohormones to self associate and form aggregates may be responsible for the sorting process at the trans-Golgi. To examine whether insulin oligomerization is required for proper sorting into regulated storage granules, we have constructed point mutations in human insulin B chain that have been previously shown to prevent formation of insulin hexamers (Brange, J., U. Ribel, J. F. Hansen, G. Dodson, M. T. Hansen, S. Havelund, S. G. Melberg, F. Norris, K. Norris, L. Snel, A. R. Sorensen, and H. O. Voight. 1988. Nature [Lond.]. 333:679-682). One mutant (B10His----Asp) allows formation of dimers but not hexamers and the other (B9Ser----Asp) prevents formation of both dimers and hexamers. The mutants were transfected into the mouse pituitary AtT-20 cells, and their ability to be sorted into regulated secretory granules was compared to wild-type insulin. We found that while B10His----Asp is sorted somewhat less efficiently than wild-type insulin as reported previously (Carroll, R. J., R. E. Hammer, S. J. Chan, H. H. Swift, A. H. Rubenstein, and D. F. Steiner. 1988. Proc. Natl. Acad. Sci. USA. 85:8943-8947; Gross, D. J., P. A. Halban, C. R. Kahn, G. C. Weir, and L. Villa-Kumaroff. 1989. Proc. Natl. Acad. Sci. USA. 86:4107-4111). B9Ser----Asp is targeted to granules as efficiently as wild-type insulin. These results indicate that self association of proinsulin into hexamers is not required for its targeting to the regulated secretory pathway. PMID:2040652

  5. Intracellular transport and sorting of mutant human proinsulins that fail to form hexamers.

    PubMed

    Quinn, D; Orci, L; Ravazzola, M; Moore, H P

    1991-06-01

    Human proinsulin and insulin oligomerize to form dimers and hexamers. It has been suggested that the ability of prohormones to self associate and form aggregates may be responsible for the sorting process at the trans-Golgi. To examine whether insulin oligomerization is required for proper sorting into regulated storage granules, we have constructed point mutations in human insulin B chain that have been previously shown to prevent formation of insulin hexamers (Brange, J., U. Ribel, J. F. Hansen, G. Dodson, M. T. Hansen, S. Havelund, S. G. Melberg, F. Norris, K. Norris, L. Snel, A. R. Sorensen, and H. O. Voight. 1988. Nature [Lond.]. 333:679-682). One mutant (B10His----Asp) allows formation of dimers but not hexamers and the other (B9Ser----Asp) prevents formation of both dimers and hexamers. The mutants were transfected into the mouse pituitary AtT-20 cells, and their ability to be sorted into regulated secretory granules was compared to wild-type insulin. We found that while B10His----Asp is sorted somewhat less efficiently than wild-type insulin as reported previously (Carroll, R. J., R. E. Hammer, S. J. Chan, H. H. Swift, A. H. Rubenstein, and D. F. Steiner. 1988. Proc. Natl. Acad. Sci. USA. 85:8943-8947; Gross, D. J., P. A. Halban, C. R. Kahn, G. C. Weir, and L. Villa-Kumaroff. 1989. Proc. Natl. Acad. Sci. USA. 86:4107-4111). B9Ser----Asp is targeted to granules as efficiently as wild-type insulin. These results indicate that self association of proinsulin into hexamers is not required for its targeting to the regulated secretory pathway.

  6. Ion pump sorting in polarized renal epithelial cells.

    PubMed

    Caplan, M J

    2001-08-01

    The plasma membranes of renal epithelial cells are divided into distinct apical and basolateral domains, which contain different inventories of ion transport proteins. Without this polarity vectorial ion and fluid transport would not be possible. Little is known of the signals and mechanisms that renal epithelial cells use to establish and maintain polarized distributions of their ion transport proteins. Analysis of ion pump sorting reveals that multiple complex signals participate in determining and regulating these proteins' subcellular localizations.

  7. CORNICHON sorting and regulation of GLR channels underlie pollen tube Ca2+ homeostasis.

    PubMed

    Wudick, Michael M; Portes, Maria Teresa; Michard, Erwan; Rosas-Santiago, Paul; Lizzio, Michael A; Nunes, Custódio Oliveira; Campos, Cláudia; Santa Cruz Damineli, Daniel; Carvalho, Joana C; Lima, Pedro T; Pantoja, Omar; Feijó, José A

    2018-05-04

    Compared to animals, evolution of plant calcium (Ca 2+ ) physiology has led to a loss of proteins for influx and small ligand-operated control of cytosolic Ca 2+ , leaving many Ca 2+ mechanisms unaccounted for. Here, we show a mechanism for sorting and activation of glutamate receptor-like channels (GLRs) by CORNICHON HOMOLOG (CNIH) proteins. Single mutants of pollen-expressed Arabidopsis thaliana GLRs ( At GLRs) showed growth and Ca 2+ flux phenotypes expected for plasma membrane Ca 2+ channels. However, higher-order mutants of At GLR3.3 revealed phenotypes contradicting this assumption. These discrepancies could be explained by subcellular At GLR localization, and we explored the implication of At CNIHs in this sorting. We found that At GLRs interact with At CNIH pairs, yielding specific intracellular localizations. At CNIHs further trigger At GLR activity in mammalian cells without any ligand. These results reveal a regulatory mechanism underlying Ca 2+ homeostasis by sorting and activation of At GLRs by At CNIHs. Copyright © 2018 The Authors, some rights reserved; exclusive licensee American Association for the Advancement of Science. No claim to original U.S. Government Works.

  8. Why Study Abroad? Sorting of Chinese Students across British Universities

    ERIC Educational Resources Information Center

    Cebolla-Boado, Héctor; Hu, Yang; Soysal, Yasemin Nuhog¯lu

    2018-01-01

    This research contributes to the booming literature on the mobility of international students in higher education. We analyse university-level factors that affect the sorting of Chinese international students across British universities. We produced a unique data-set merging university-level data from the 2014 UK Higher Education Statistics Agency…

  9. TT : a program that implements predictor sort design and analysis

    Treesearch

    S. P. Verrill; D. W. Green; V. L. Herian

    1997-01-01

    In studies on wood strength, researchers sometimes replace experimental unit allocation via random sampling with allocation via sorts based on nondestructive measurements of strength predictors such as modulus of elasticity and specific gravity. This report documents TT, a computer program that implements recently published methods to increase the sensitivity of such...

  10. Exploring mathematical connections of prospective middle-grades teachers through card-sorting tasks

    NASA Astrophysics Data System (ADS)

    Eli, Jennifer A.; Mohr-Schroeder, Margaret J.; Lee, Carl W.

    2011-09-01

    Prospective teachers are expected to construct, emphasise, integrate, and make use of mathematical connections; in doing so, they acquire an understanding of mathematics that is fluid, supple, and interconnected (Evitts Dissertation Abstracts International, 65(12), 4500, 2005). Given the importance of mathematical connection making, an exploratory study was conducted to consider the ability of prospective middle-grades teachers to make mathematical connections while engaging in card-sorting activities. Twenty-eight prospective middle-grades teachers participated in both an open and closed card sort. Data were analysed using constant comparative methods to extract meta themes to describe the types of connections made. Findings indicate that these prospective teachers tended to make more procedural- and categorical-type mathematical connections and far fewer derivational or curricular mathematical connections.

  11. Sorting Out the Ocean Crust Deep Biosphere with Single Cell Omics Approaches

    NASA Astrophysics Data System (ADS)

    Orcutt, B.; D'Angelo, T.; Goordial, J.; Jones, R. M.; Carr, S. A.

    2017-12-01

    Although oceanic crust comprises a large habitat for subsurface life, the structure, function, and dynamics of microbial communities living on rocks in the subsurface are poorly understood. Single cell level approaches can overcome limitations of low biomass in subsurface systems. Coupled with incubation experiments with amino acid orthologs, single cell level sorting can reveal high resolution information about identity, functional potential, and growth. Leveraging collaboration with the Single Cell Genomics Center and the Facility for Aquatic Cytometry at Bigelow Laboratory, we present recent results from single cell level sorting and -omics sequencing from several crustal environments, including the Atlantis Massif and the Juan de Fuca Ridge flank. We will also highlight new experiments conducted with samples recovered from the flank of the Mid-Atlantic Ridge.

  12. Size-based sorting of micro-particles using microbubble streaming

    NASA Astrophysics Data System (ADS)

    Wang, Cheng; Jalikop, Shreyas; Hilgenfeldt, Sascha

    2009-11-01

    Oscillating microbubbles driven by ultrasound have shown great potential in microfluidic applications, such as transporting particles and promoting mixing [1-3]. The oscillations generate secondary steady streaming that can also trap particles. We use the streaming to develop a method of sorting particles of different sizes in an initially well-mixed solution. The solution is fed into a channel consisting of bubbles placed periodically along a side wall. When the bubbles are excited by an ultrasound piezo-electric transducer to produce steady streaming, the flow field is altered by the presence of the particles. This effect is dependent on particle size and results in size-based sorting of the particles. The effectiveness of the separation depends on the dimensions of the bubbles and particles as well as on the ultrasound frequency. Our experimental studies are aimed at a better understanding of the design and control of effective microfluidic separating devices. Ref: [1] P. Marmottant and S. Hilgenfeldt, Nature 423, 153 (2003). [2] P. Marmottant and S. Hilgenfeldt, Proc. Natl. Acad. Science USA, 101, 9523 (2004). [3] P. Marmottant, J.-P. Raven, H. Gardeniers, J. G. Bomer, and S. Hilgenfeldt, J. Fluid Mech., vol.568, 109 (2006).

  13. An integrated microfluidic cell for detection, manipulation, and sorting of single micron-sized magnetic beads

    NASA Astrophysics Data System (ADS)

    Jiang, Z.; Llandro, J.; Mitrelias, T.; Bland, J. A. C.

    2006-04-01

    A lab-on-a-chip integrated microfluidic cell has been developed for magnetic biosensing, which is comprised of anisotropic magnetoresistance (AMR) sensors optimized for the detection of single magnetic beads and electrodes to manipulate and sort the beads, integrated into a microfluidic channel. The device is designed to read out the real-time signal from 9 μm diameter magnetic beads moving over AMR sensors patterned into 18×4.5 μm rectangles and 10 μm diameter rings and arranged in Wheatstone bridges. The beads are moved over the sensors along a 75×75 μm wide channel patterned in SU8. Beads of different magnetic moments can be sorted through a magnetostatic sorting gate into different branches of the microfluidic channel using a magnetic field gradient applied by lithographically defined 120 nm thick Cu striplines carrying 0.2 A current.

  14. Fluence map optimization (FMO) with dose-volume constraints in IMRT using the geometric distance sorting method.

    PubMed

    Lan, Yihua; Li, Cunhua; Ren, Haozheng; Zhang, Yong; Min, Zhifang

    2012-10-21

    A new heuristic algorithm based on the so-called geometric distance sorting technique is proposed for solving the fluence map optimization with dose-volume constraints which is one of the most essential tasks for inverse planning in IMRT. The framework of the proposed method is basically an iterative process which begins with a simple linear constrained quadratic optimization model without considering any dose-volume constraints, and then the dose constraints for the voxels violating the dose-volume constraints are gradually added into the quadratic optimization model step by step until all the dose-volume constraints are satisfied. In each iteration step, an interior point method is adopted to solve each new linear constrained quadratic programming. For choosing the proper candidate voxels for the current dose constraint adding, a so-called geometric distance defined in the transformed standard quadratic form of the fluence map optimization model was used to guide the selection of the voxels. The new geometric distance sorting technique can mostly reduce the unexpected increase of the objective function value caused inevitably by the constraint adding. It can be regarded as an upgrading to the traditional dose sorting technique. The geometry explanation for the proposed method is also given and a proposition is proved to support our heuristic idea. In addition, a smart constraint adding/deleting strategy is designed to ensure a stable iteration convergence. The new algorithm is tested on four cases including head-neck, a prostate, a lung and an oropharyngeal, and compared with the algorithm based on the traditional dose sorting technique. Experimental results showed that the proposed method is more suitable for guiding the selection of new constraints than the traditional dose sorting method, especially for the cases whose target regions are in non-convex shapes. It is a more efficient optimization technique to some extent for choosing constraints than the dose

  15. Opaque minerals as aids in distinguishing between source and sorting effects on beach sand mineralogy in southwestern Oregon.

    USGS Publications Warehouse

    Luepke, G.

    1980-01-01

    Source area and wave sorting effects can be separated on 4 Oregon beaches bounded by prominent headlands by studying the magnetic fraction of the sand. On 3 beaches the percentage of magnetite in the sand from the upper swash zone consistently increases toward the N end of each beach, apparently owing to selective sorting during littoral transport. However, the percentages of Cr and Ti in the magnetite are generally independent of sorting effects. Each beach appears to be characterized by a fairly distinct range of Ti/Cr in the magnetic fraction and the range differs from beach to beach. -from Author

  16. Flow cytometry and sorting

    NASA Astrophysics Data System (ADS)

    Yentsch, Clarice M.

    For the first time oceanographers have a tool, known as a flow cytometer and sorter, which is useful for simultaneous measurement of multiple parameters of individual cells and particles at rapid rates. We are now able to exploit the fluorescent capability of pigments and stains as signals to quantify and separate subpopulations of cells and particles in the 1.0 to 150 μm size range. Analysis rates exceed 1000 cells per second and high sensitivity is attained using laser excitation.The addition of this new technology to the ocean sciences will enable researchers to address problems which were previously intractable. The first unit, funded by the Office of Naval Research and the National Science Foundation, will be at Bigelow Laboratory for Ocean Sciences in West Boothbay Harbor, Maine, in the laboratory of Clarice M. Yentsch and David A. Phinney. In anticipation of this award, a workshop course on flow cytometry (FCM) and sorting techniques was held from October 24 through November 1, 1982, at the Bermuda Biological Station.

  17. Dynamic GLUT4 sorting through a syntaxin-6 compartment in muscle cells is derailed by insulin resistance-causing ceramide

    PubMed Central

    Foley, Kevin P.; Klip, Amira

    2014-01-01

    ABSTRACT GLUT4 constitutively recycles between the plasma membrane and intracellular depots. Insulin shifts this dynamic equilibrium towards the plasma membrane by recruiting GLUT4 to the plasma membrane from insulin-responsive vesicles. Muscle is the primary site for dietary glucose deposition; however, how GLUT4 sorts into insulin-responsive vesicles, and if and how insulin resistance affects this process, is unknown. In L6 myoblasts stably expressing myc-tagged GLUT4, we analyzed the intracellular itinerary of GLUT4 as it internalizes from the cell surface and examined if such sorting is perturbed by C2-ceramide, a lipid metabolite causing insulin resistance. Surface-labeled GLUT4myc that internalized for 30 min accumulated in a Syntaxin-6 (Stx6)- and Stx16-positive perinuclear sub-compartment devoid of furin or internalized transferrin, and displayed insulin-responsive re-exocytosis. C2-ceramide dispersed the Stx6-positive sub-compartment and prevented insulin-responsive re-exocytosis of internalized GLUT4myc, even under conditions not affecting insulin-stimulated signaling towards Akt. Microtubule disruption with nocodazole prevented pre-internalized GLUT4myc from reaching the Stx6-positive perinuclear sub-compartment and from undergoing insulin-responsive exocytosis. Removing nocodazole allowed both parameters to recover, suggesting that the Stx6-positive perinuclear sub-compartment was required for GLUT4 insulin-responsiveness. Accordingly, Stx6 knockdown inhibited by ∼50% the ability of internalized GLUT4myc to undergo insulin-responsive re-exocytosis without altering its overall perinuclear accumulation. We propose that Stx6 defines the insulin-responsive compartment in muscle cells. Our data are consistent with a model where ceramide could cause insulin resistance by altering intracellular GLUT4 sorting. PMID:24705014

  18. A service-oriented data access control model

    NASA Astrophysics Data System (ADS)

    Meng, Wei; Li, Fengmin; Pan, Juchen; Song, Song; Bian, Jiali

    2017-01-01

    The development of mobile computing, cloud computing and distributed computing meets the growing individual service needs. Facing with complex application system, it's an urgent problem to ensure real-time, dynamic, and fine-grained data access control. By analyzing common data access control models, on the basis of mandatory access control model, the paper proposes a service-oriented access control model. By regarding system services as subject and data of databases as object, the model defines access levels and access identification of subject and object, and ensures system services securely to access databases.

  19. Personal Wellness Card Sort: A Strategy for Promoting Relational Healing

    ERIC Educational Resources Information Center

    Lenz, A. Stephen; Roscoe, Lauren J.

    2011-01-01

    The Personal Wellness Card Sort task is presented as a practical tool for mediating a therapeutic impasse when working with clients who have experienced a traumatic event. The authors describe how this activity can assist clients with viewing themselves in a holistic way, regaining disowned aspects of self and initiating movement toward connecting…

  20. The Role of Negative Priming in Preschoolers' Flexible Rule Use on the Dimensional Change Card Sort Task

    ERIC Educational Resources Information Center

    Muller, Ulrich; Dick, Anthony Steven; Gela, Katherine; Overton, Willis F.; Zelazo, Philip David

    2006-01-01

    Four experiments examined the development of negative priming (NP) in 3-5-year-old children using as a measure of children's executive function (EF) the dimensional change card sort (DCCS) task. In the NP version of the DCCS, the values of the sorting dimension that is relevant during the preswitch phase are removed during the postswitch phase.…