Sample records for object class relationship

  1. MFV-class: a multi-faceted visualization tool of object classes.

    PubMed

    Zhang, Zhi-meng; Pan, Yun-he; Zhuang, Yue-ting

    2004-11-01

    Classes are key software components in an object-oriented software system. In many industrial OO software systems, there are some classes that have complicated structure and relationships. So in the processes of software maintenance, testing, software reengineering, software reuse and software restructure, it is a challenge for software engineers to understand these classes thoroughly. This paper proposes a class comprehension model based on constructivist learning theory, and implements a software visualization tool (MFV-Class) to help in the comprehension of a class. The tool provides multiple views of class to uncover manifold facets of class contents. It enables visualizing three object-oriented metrics of classes to help users focus on the understanding process. A case study was conducted to evaluate our approach and the toolkit.

  2. An object-oriented class library for medical software development.

    PubMed

    O'Kane, K C; McColligan, E E

    1996-12-01

    The objective of this research is the development of a Medical Object Library (MOL) consisting of reusable, inheritable, portable, extendable C++ classes that facilitate rapid development of medical software at reduced cost and increased functionality. The result of this research is a library of class objects that range in function from string and hierarchical file handling entities to high level, procedural agents that perform increasingly complex, integrated tasks. A system built upon these classes is compatible with any other system similarly constructed with respect to data definitions, semantics, data organization and storage. As new objects are built, they can be added to the class library for subsequent use. The MOL is a toolkit of software objects intended to support a common file access methodology, a unified medical record structure, consistent message processing, standard graphical display facilities and uniform data collection procedures. This work emphasizes the relationship that potentially exists between the structure of a hierarchical medical record and procedural language components by means of a hierarchical class library and tree structured file access facility. In doing so, it attempts to establish interest in and demonstrate the practicality of the hierarchical medical record model in the modern context of object oriented programming.

  3. Modeling Of Object- And Scene-Prototypes With Hierarchically Structured Classes

    NASA Astrophysics Data System (ADS)

    Ren, Z.; Jensch, P.; Ameling, W.

    1989-03-01

    The success of knowledge-based image analysis methodology and implementation tools depends largely on an appropriately and efficiently built model wherein the domain-specific context information about and the inherent structure of the observed image scene have been encoded. For identifying an object in an application environment a computer vision system needs to know firstly the description of the object to be found in an image or in an image sequence, secondly the corresponding relationships between object descriptions within the image sequence. This paper presents models of image objects scenes by means of hierarchically structured classes. Using the topovisual formalism of graph and higraph, we are currently studying principally the relational aspect and data abstraction of the modeling in order to visualize the structural nature resident in image objects and scenes, and to formalize. their descriptions. The goal is to expose the structure of image scene and the correspondence of image objects in the low level image interpretation. process. The object-based system design approach has been applied to build the model base. We utilize the object-oriented programming language C + + for designing, testing and implementing the abstracted entity classes and the operation structures which have been modeled topovisually. The reference images used for modeling prototypes of objects and scenes are from industrial environments as'well as medical applications.

  4. Graph-Based Object Class Discovery

    NASA Astrophysics Data System (ADS)

    Xia, Shengping; Hancock, Edwin R.

    We are interested in the problem of discovering the set of object classes present in a database of images using a weakly supervised graph-based framework. Rather than making use of the ”Bag-of-Features (BoF)” approach widely used in current work on object recognition, we represent each image by a graph using a group of selected local invariant features. Using local feature matching and iterative Procrustes alignment, we perform graph matching and compute a similarity measure. Borrowing the idea of query expansion , we develop a similarity propagation based graph clustering (SPGC) method. Using this method class specific clusters of the graphs can be obtained. Such a cluster can be generally represented by using a higher level graph model whose vertices are the clustered graphs, and the edge weights are determined by the pairwise similarity measure. Experiments are performed on a dataset, in which the number of images increases from 1 to 50K and the number of objects increases from 1 to over 500. Some objects have been discovered with total recall and a precision 1 in a single cluster.

  5. Object-oriented sequence analysis: SCL--a C++ class library.

    PubMed

    Vahrson, W; Hermann, K; Kleffe, J; Wittig, B

    1996-04-01

    SCL (Sequence Class Library) is a class library written in the C++ programming language. Designed using object-oriented programming principles, SCL consists of classes of objects performing tasks typically needed for analyzing DNA or protein sequences. Among them are very flexible sequence classes, classes accessing databases in various formats, classes managing collections of sequences, as well as classes performing higher-level tasks like calculating a pairwise sequence alignment. SCL also includes classes that provide general programming support, like a dynamically growing array, sets, matrices, strings, classes performing file input/output, and utilities for error handling. By providing these components, SCL fosters an explorative programming style: experimenting with algorithms and alternative implementations is encouraged rather than punished. A description of SCL's overall structure as well as an overview of its classes is given. Important aspects of the work with SCL are discussed in the context of a sample program.

  6. The impact of differences between subjective and objective social class on life satisfaction among the Korean population in early old age: Analysis of Korean longitudinal study on aging.

    PubMed

    Choi, Young; Kim, Jae-Hyun; Park, Eun-Cheol

    2016-01-01

    Several previous studies have established the relationship between the effects of socioeconomic status or subjective social strata on life satisfaction. However, no previous study has examined the relationship between social class and life satisfaction in terms of a disparity between subjective and objective social status. To investigate the relationship between differences in subjective and objective social class and life satisfaction. Data from the Korean Longitudinal Study of Aging with 8252 participants aged 45 or older was used. Life satisfaction was measured by the question, "How satisfied are you with your quality of life?" The main independent variable was differences in objective (income and education) and subjective social class, which was classified according to nine categories (ranging from high-high to low-low). This association was investigated by linear mixed model due to two waves data nested within individuals. Lower social class (income, education, subjective social class) was associated with dissatisfaction. The impact of objective and subjective social class on life satisfaction varied according to the level of differences in objective and subjective social class. Namely, an individual's life satisfaction declined as objective social classes decreased at the same level of subjective social class (i.e., HH, MH, LH). In both dimensions of objective social class (education and income), an individual's life satisfaction declined as subjective social class decreased by one level (i.e., HH, HM, HL). Our findings indicated that social supports is needed to improve the life satisfaction among the population aged 45 or more with low social class. The government should place increased focus on policies that encourage not only the life satisfaction of the Korean elderly with low objective social class, but also subjective social class. Copyright © 2016 Elsevier Ireland Ltd. All rights reserved.

  7. A class Hierarchical, object-oriented approach to virtual memory management

    NASA Technical Reports Server (NTRS)

    Russo, Vincent F.; Campbell, Roy H.; Johnston, Gary M.

    1989-01-01

    The Choices family of operating systems exploits class hierarchies and object-oriented programming to facilitate the construction of customized operating systems for shared memory and networked multiprocessors. The software is being used in the Tapestry laboratory to study the performance of algorithms, mechanisms, and policies for parallel systems. Described here are the architectural design and class hierarchy of the Choices virtual memory management system. The software and hardware mechanisms and policies of a virtual memory system implement a memory hierarchy that exploits the trade-off between response times and storage capacities. In Choices, the notion of a memory hierarchy is captured by abstract classes. Concrete subclasses of those abstractions implement a virtual address space, segmentation, paging, physical memory management, secondary storage, and remote (that is, networked) storage. Captured in the notion of a memory hierarchy are classes that represent memory objects. These classes provide a storage mechanism that contains encapsulated data and have methods to read or write the memory object. Each of these classes provides specializations to represent the memory hierarchy.

  8. Learning object-to-class kernels for scene classification.

    PubMed

    Zhang, Lei; Zhen, Xiantong; Shao, Ling

    2014-08-01

    High-level image representations have drawn increasing attention in visual recognition, e.g., scene classification, since the invention of the object bank. The object bank represents an image as a response map of a large number of pretrained object detectors and has achieved superior performance for visual recognition. In this paper, based on the object bank representation, we propose the object-to-class (O2C) distances to model scene images. In particular, four variants of O2C distances are presented, and with the O2C distances, we can represent the images using the object bank by lower-dimensional but more discriminative spaces, called distance spaces, which are spanned by the O2C distances. Due to the explicit computation of O2C distances based on the object bank, the obtained representations can possess more semantic meanings. To combine the discriminant ability of the O2C distances to all scene classes, we further propose to kernalize the distance representation for the final classification. We have conducted extensive experiments on four benchmark data sets, UIUC-Sports, Scene-15, MIT Indoor, and Caltech-101, which demonstrate that the proposed approaches can significantly improve the original object bank approach and achieve the state-of-the-art performance.

  9. Latent Classes of Adolescent Sexual and Romantic Relationship Experiences: Implications for Adult Sexual Health and Relationship Outcomes

    PubMed Central

    Vasilenko, Sara A.; Kugler, Kari C.; Lanza, Stephanie T.

    2015-01-01

    Adolescents’ sexual and romantic relationship experiences are multidimensional, but often studied as single constructs. Thus, it is not clear how different patterns of sexual and relationship experience may interact to differentially predict later outcomes. In this study we used latent class analysis to model patterns (latent classes) of adolescent sexual and romantic experiences, and then examined how these classes are associated with young adult sexual health and relationship outcomes in data from the National Longitudinal Study of Adolescent to Adult Health. We identified six adolescent relationship classes: No Relationship (33%), Waiting (22%), Intimate (38%), Private (3%), Low Involvement (3%), and Physical (2%). Adolescents in the Waiting and Intimate classes were more likely to have married by young adulthood than those in other classes, and those in the Physical class had a greater number of sexual partners and higher rates of STIs. Some gender differences were found; for example, women in the Low-involvement and Physical classes in adolescence had average or high odds of marriage, whereas men in these classes had relatively low odds of marriage. Our findings identify more and less normative patterns of romantic and sexual experiences in late adolescence, and elucidate associations between adolescent experiences and adult outcomes. PMID:26445133

  10. Class Attendance in College: A Meta-Analytic Review of the Relationship of Class Attendance with Grades and Student Characteristics

    ERIC Educational Resources Information Center

    Crede, Marcus; Roch, Sylvia G.; Kieszczynka, Urszula M.

    2010-01-01

    A meta-analysis of the relationship between class attendance in college and college grades reveals that attendance has strong relationships with both class grades (k = 69, N = 21,195, p = 0.44) and GPA (k = 33, N = 9,243, p = 0.41). These relationships make class attendance a better predictor of college grades than any other known predictor of…

  11. Factors Related to In-Class Spiritual Experience: Relationship between Pre-Class Scripture Reading, In-Class Note-Taking, and Perceived In-Class Spiritual Experiences

    ERIC Educational Resources Information Center

    Hilton, John, III; Sweat, Anthony R.; Plummer, Kenneth

    2015-01-01

    The purpose of this study is to examine the relationship between student in-class note-taking and pre-class reading with perceived in-class spiritual and religious outcomes. This study surveyed 620 students enrolled in six different sections of an introductory religion course at a private religious university. Full-time religious faculty members…

  12. Traces of Teaching Methods in a Language Class and the Relationship between Teachers' Intended Learning Outcomes and Students' Uptake

    ERIC Educational Resources Information Center

    Mahmoudabadi, Zahra

    2017-01-01

    This study has two main objectives: first, to find traces of teaching methods in a language class and second, to study the relationship between intended learning outcomes and uptake, which is defined as what students claim to have learned. In order to identify the teaching method, after five sessions of observation, class activities and procedures…

  13. Object class segmentation of RGB-D video using recurrent convolutional neural networks.

    PubMed

    Pavel, Mircea Serban; Schulz, Hannes; Behnke, Sven

    2017-04-01

    Object class segmentation is a computer vision task which requires labeling each pixel of an image with the class of the object it belongs to. Deep convolutional neural networks (DNN) are able to learn and take advantage of local spatial correlations required for this task. They are, however, restricted by their small, fixed-sized filters, which limits their ability to learn long-range dependencies. Recurrent Neural Networks (RNN), on the other hand, do not suffer from this restriction. Their iterative interpretation allows them to model long-range dependencies by propagating activity. This property is especially useful when labeling video sequences, where both spatial and temporal long-range dependencies occur. In this work, a novel RNN architecture for object class segmentation is presented. We investigate several ways to train such a network. We evaluate our models on the challenging NYU Depth v2 dataset for object class segmentation and obtain competitive results. Copyright © 2017 Elsevier Ltd. All rights reserved.

  14. Design of object-oriented distributed simulation classes

    NASA Technical Reports Server (NTRS)

    Schoeffler, James D. (Principal Investigator)

    1995-01-01

    Distributed simulation of aircraft engines as part of a computer aided design package is being developed by NASA Lewis Research Center for the aircraft industry. The project is called NPSS, an acronym for 'Numerical Propulsion Simulation System'. NPSS is a flexible object-oriented simulation of aircraft engines requiring high computing speed. It is desirable to run the simulation on a distributed computer system with multiple processors executing portions of the simulation in parallel. The purpose of this research was to investigate object-oriented structures such that individual objects could be distributed. The set of classes used in the simulation must be designed to facilitate parallel computation. Since the portions of the simulation carried out in parallel are not independent of one another, there is the need for communication among the parallel executing processors which in turn implies need for their synchronization. Communication and synchronization can lead to decreased throughput as parallel processors wait for data or synchronization signals from other processors. As a result of this research, the following have been accomplished. The design and implementation of a set of simulation classes which result in a distributed simulation control program have been completed. The design is based upon MIT 'Actor' model of a concurrent object and uses 'connectors' to structure dynamic connections between simulation components. Connectors may be dynamically created according to the distribution of objects among machines at execution time without any programming changes. Measurements of the basic performance have been carried out with the result that communication overhead of the distributed design is swamped by the computation time of modules unless modules have very short execution times per iteration or time step. An analytical performance model based upon queuing network theory has been designed and implemented. Its application to realistic configurations has

  15. Design of Object-Oriented Distributed Simulation Classes

    NASA Technical Reports Server (NTRS)

    Schoeffler, James D.

    1995-01-01

    Distributed simulation of aircraft engines as part of a computer aided design package being developed by NASA Lewis Research Center for the aircraft industry. The project is called NPSS, an acronym for "Numerical Propulsion Simulation System". NPSS is a flexible object-oriented simulation of aircraft engines requiring high computing speed. It is desirable to run the simulation on a distributed computer system with multiple processors executing portions of the simulation in parallel. The purpose of this research was to investigate object-oriented structures such that individual objects could be distributed. The set of classes used in the simulation must be designed to facilitate parallel computation. Since the portions of the simulation carried out in parallel are not independent of one another, there is the need for communication among the parallel executing processors which in turn implies need for their synchronization. Communication and synchronization can lead to decreased throughput as parallel processors wait for data or synchronization signals from other processors. As a result of this research, the following have been accomplished. The design and implementation of a set of simulation classes which result in a distributed simulation control program have been completed. The design is based upon MIT "Actor" model of a concurrent object and uses "connectors" to structure dynamic connections between simulation components. Connectors may be dynamically created according to the distribution of objects among machines at execution time without any programming changes. Measurements of the basic performance have been carried out with the result that communication overhead of the distributed design is swamped by the computation time of modules unless modules have very short execution times per iteration or time step. An analytical performance model based upon queuing network theory has been designed and implemented. Its application to realistic configurations has not

  16. Cygnids and Taurids - Two classes of infrared objects.

    NASA Technical Reports Server (NTRS)

    Strecker, D. W.; Ney, E. P.; Murdock, T. L.

    1973-01-01

    In a study of the anonymous objects from the IRC Survey, we have found that about 10 percent have large long wave excesses. These infrared stars seem to belong to two classes, one group like NML Cygni (Cygnids) and the other like NML Tauri (Taurids).

  17. Infant-Mother Relationship and Object Concept.

    ERIC Educational Resources Information Center

    Serafica, Felicisima C.; Uzgiris, Ina C.

    The aims of this study were: (1) to specify who the infant-mother relationship evolves, and (2) to demonstrate how the development of object concept affects the evolution of that relationship. Subjects were 19 male and 17 female Caucasian infants from 4 to 12 months of age. The development of an interpersonal relationship was assessed through the…

  18. Object-Oriented Approach to Integrating Database Semantics. Volume 4.

    DTIC Science & Technology

    1987-12-01

    schemata for; 1. Object Classification Shema -- Entities 2. Object Structure and Relationship Schema -- Relations 3. Operation Classification and... relationships are represented in a database is non- intuitive for naive users. *It is difficult to access and combine information in multiple databases. In this...from the CURRENT-.CLASSES table. Choosing a selected item do-selects it. Choose 0 to exit. 1. STUDENTS 2. CUR~RENT-..CLASSES 3. MANAGMNT -.CLASS

  19. Relationship between the column density distribution and evolutionary class of molecular clouds as viewed by ATLASGAL

    NASA Astrophysics Data System (ADS)

    Abreu-Vicente, J.; Kainulainen, J.; Stutz, A.; Henning, Th.; Beuther, H.

    2015-09-01

    We present the first study of the relationship between the column density distribution of molecular clouds within nearby Galactic spiral arms and their evolutionary status as measured from their stellar content. We analyze a sample of 195 molecular clouds located at distances below 5.5 kpc, identified from the ATLASGAL 870 μm data. We define three evolutionary classes within this sample: starless clumps, star-forming clouds with associated young stellar objects, and clouds associated with H ii regions. We find that the N(H2) probability density functions (N-PDFs) of these three classes of objects are clearly different: the N-PDFs of starless clumps are narrowest and close to log-normal in shape, while star-forming clouds and H ii regions exhibit a power-law shape over a wide range of column densities and log-normal-like components only at low column densities. We use the N-PDFs to estimate the evolutionary time-scales of the three classes of objects based on a simple analytic model from literature. Finally, we show that the integral of the N-PDFs, the dense gas mass fraction, depends on the total mass of the regions as measured by ATLASGAL: more massive clouds contain greater relative amounts of dense gas across all evolutionary classes. Appendices are available in electronic form at http://www.aanda.org

  20. Intimate Relationship Development during the Transition to Adulthood: Differences by Social Class

    ERIC Educational Resources Information Center

    Meier, Ann; Allen, Gina

    2008-01-01

    This article examines differences in young adults' intimate relationships by social class. Lower-class adolescents are more likely to engage in intimate-relationship practices such as cohabitation, early marriage, and sexual activity that may lead to further economic and educational deprivation. Such adolescents have limited access to the special…

  1. X-shooter spectroscopy of young stellar objects in Lupus. Accretion properties of class II and transitional objects

    NASA Astrophysics Data System (ADS)

    Alcalá, J. M.; Manara, C. F.; Natta, A.; Frasca, A.; Testi, L.; Nisini, B.; Stelzer, B.; Williams, J. P.; Antoniucci, S.; Biazzo, K.; Covino, E.; Esposito, M.; Getman, F.; Rigliaco, E.

    2017-04-01

    The mass accretion rate, Ṁacc, is a key quantity for the understanding of the physical processes governing the evolution of accretion discs around young low-mass (M⋆ ≲ 2.0 M⊙) stars and substellar objects (YSOs). We present here the results of a study of the stellar and accretion properties of the (almost) complete sample of class II and transitional YSOs in the Lupus I, II, III and IV clouds, based on spectroscopic data acquired with the VLT/X-shooter spectrograph. Our study combines the dataset from our previous work with new observations of 55 additional objects. We have investigated 92 YSO candidates in total, 11 of which have been definitely identified with giant stars unrelated to Lupus. The stellar and accretion properties of the 81 bona fide YSOs, which represent more than 90% of the whole class II and transition disc YSO population in the aforementioned Lupus clouds, have been homogeneously and self-consistently derived, allowing for an unbiased study of accretion and its relationship with stellar parameters. The accretion luminosity, Lacc, increases with the stellar luminosity, L⋆, with an overall slope of 1.6, similar but with a smaller scatter than in previous studies. There is a significant lack of strong accretors below L⋆ ≈ 0.1 L⊙, where Lacc is always lower than 0.01 L⋆. We argue that the Lacc - L⋆ slope is not due to observational biases, but is a true property of the Lupus YSOs. The log Ṁacc - log M⋆ correlation shows a statistically significant evidence of a break, with a steeper relation for M⋆ ≲ 0.2 M⊙ and a flatter slope for higher masses. The bimodality of the Ṁacc - M⋆ relation is confirmed with four different evolutionary models used to derive the stellar mass. The bimodal behaviour of the observed relationship supports the importance of modelling self-gravity in the early evolution of the more massive discs, but other processes, such as photo-evaporation and planet formation during the YSO's lifetime, may

  2. Object Oriented Modeling and Design

    NASA Technical Reports Server (NTRS)

    Shaykhian, Gholam Ali

    2007-01-01

    The Object Oriented Modeling and Design seminar is intended for software professionals and students, it covers the concepts and a language-independent graphical notation that can be used to analyze problem requirements, and design a solution to the problem. The seminar discusses the three kinds of object-oriented models class, state, and interaction. The class model represents the static structure of a system, the state model describes the aspects of a system that change over time as well as control behavior and the interaction model describes how objects collaborate to achieve overall results. Existing knowledge of object oriented programming may benefit the learning of modeling and good design. Specific expectations are: Create a class model, Read, recognize, and describe a class model, Describe association and link, Show abstract classes used with multiple inheritance, Explain metadata, reification and constraints, Group classes into a package, Read, recognize, and describe a state model, Explain states and transitions, Read, recognize, and describe interaction model, Explain Use cases and use case relationships, Show concurrency in activity diagram, Object interactions in sequence diagram.

  3. Binding Objects to Locations: The Relationship between Object Files and Visual Working Memory

    ERIC Educational Resources Information Center

    Hollingworth, Andrew; Rasmussen, Ian P.

    2010-01-01

    The relationship between object files and visual working memory (VWM) was investigated in a new paradigm combining features of traditional VWM experiments (color change detection) and object-file experiments (memory for the properties of moving objects). Object-file theory was found to account for a key component of object-position binding in VWM:…

  4. The Opinions about Relationship between Students and Teachers in the Class of Hands-on

    NASA Astrophysics Data System (ADS)

    Pigultong, M.

    2018-02-01

    This research has the purpose to study on 1) Relationship between Students and Teachers in the Class of Hands - on and 2) Class Management at Rajamangala University of Technology Thanyaburi. The research consists of collecting information from 400 students who have valid student status in 2016 at Rajamangala University of Technology Thanyaburi. This research uses content analysis technique, Average (-X) and Standard Deviation to interpret the information. The results of the research focus on 2 topics 1) The Human relationship between Students and Teachers. The samples group had high expectations of human relationship (x=3.87). 2) Class Management. The samples group had high expectations of Class Management (x=3.88).

  5. The relationship between Class I and Class II methanol masers at high angular resolution

    NASA Astrophysics Data System (ADS)

    McCarthy, T. P.; Ellingsen, S. P.; Voronkov, M. A.; Cimò, G.

    2018-06-01

    We have used the Australia Telescope Compact Array (ATCA) to make the first high-resolution observations of a large sample of class I methanol masers in the 95-GHz (80-71A+) transition. The target sources consist of a statistically complete sample of 6.7-GHz class II methanol masers with an associated 95-GHz class I methanol maser, enabling a detailed study of the relationship between the two methanol maser classes at arcsecond angular resolution. These sources have been previously observed at high resolution in the 36- and 44-GHz transitions, allowing comparison between all three class I maser transitions. In total, 172 95-GHz maser components were detected across the 32 target sources. We find that at high resolution, when considering matched maser components, a 3:1 flux density ratio is observed between the 95- and 44-GHz components, consistent with a number of previous lower angular resolution studies. The 95-GHz maser components appear to be preferentially located closer to the driving sources and this may indicate that this transition is more strongly inverted nearby to background continuum sources. We do not observe an elevated association rate between 95-GHz maser emission and more evolved sources, as indicated by the presence of 12.2-GHz class II masers. We find that in the majority of cases where both class I and class II methanol emission is observed, some component of the class I emission is associated with a likely outflow candidate.

  6. Parent–Child Relationships in Stepfather Families and Adolescent Adjustment: A Latent Class Analysis

    PubMed Central

    Amato, Paul R.; King, Valarie; Thorsen, Maggie L.

    2015-01-01

    In the current study the authors drew on Waves I and III from Add Health to examine the closeness of parent–adolescent relationships in married mother–stepfather families (N = 1,934). They used latent class analysis to identify family constellations defined by adolescents’ relationships with all of their parents: mothers, stepfathers, and biological nonresident fathers. In particular, the authors (a) identified the most common underlying patterns of adolescent–parent relationships in stepfamilies; (b) determined the background characteristics that predict membership in these groups; and (c) examined how adolescents in these groups fare with respect to depressive symptoms, delinquency, and substance use. The results indicate that adolescents’ relationships can be represented with 4 latent classes. Adolescents in these classes differ on measures of adjustment, and many of these differences persist into the early adult years. PMID:27022199

  7. Unsupervised object segmentation with a hybrid graph model (HGM).

    PubMed

    Liu, Guangcan; Lin, Zhouchen; Yu, Yong; Tang, Xiaoou

    2010-05-01

    In this work, we address the problem of performing class-specific unsupervised object segmentation, i.e., automatic segmentation without annotated training images. Object segmentation can be regarded as a special data clustering problem where both class-specific information and local texture/color similarities have to be considered. To this end, we propose a hybrid graph model (HGM) that can make effective use of both symmetric and asymmetric relationship among samples. The vertices of a hybrid graph represent the samples and are connected by directed edges and/or undirected ones, which represent the asymmetric and/or symmetric relationship between them, respectively. When applied to object segmentation, vertices are superpixels, the asymmetric relationship is the conditional dependence of occurrence, and the symmetric relationship is the color/texture similarity. By combining the Markov chain formed by the directed subgraph and the minimal cut of the undirected subgraph, the object boundaries can be determined for each image. Using the HGM, we can conveniently achieve simultaneous segmentation and recognition by integrating both top-down and bottom-up information into a unified process. Experiments on 42 object classes (9,415 images in total) show promising results.

  8. A data set for evaluating the performance of multi-class multi-object video tracking

    NASA Astrophysics Data System (ADS)

    Chakraborty, Avishek; Stamatescu, Victor; Wong, Sebastien C.; Wigley, Grant; Kearney, David

    2017-05-01

    One of the challenges in evaluating multi-object video detection, tracking and classification systems is having publically available data sets with which to compare different systems. However, the measures of performance for tracking and classification are different. Data sets that are suitable for evaluating tracking systems may not be appropriate for classification. Tracking video data sets typically only have ground truth track IDs, while classification video data sets only have ground truth class-label IDs. The former identifies the same object over multiple frames, while the latter identifies the type of object in individual frames. This paper describes an advancement of the ground truth meta-data for the DARPA Neovision2 Tower data set to allow both the evaluation of tracking and classification. The ground truth data sets presented in this paper contain unique object IDs across 5 different classes of object (Car, Bus, Truck, Person, Cyclist) for 24 videos of 871 image frames each. In addition to the object IDs and class labels, the ground truth data also contains the original bounding box coordinates together with new bounding boxes in instances where un-annotated objects were present. The unique IDs are maintained during occlusions between multiple objects or when objects re-enter the field of view. This will provide: a solid foundation for evaluating the performance of multi-object tracking of different types of objects, a straightforward comparison of tracking system performance using the standard Multi Object Tracking (MOT) framework, and classification performance using the Neovision2 metrics. These data have been hosted publically.

  9. Meta-Analysis of Research on the Relationship of Class-Size and Achievement. The Class Size and Instruction Project.

    ERIC Educational Resources Information Center

    Glass, Gene V.; Smith, Mary Lee

    The first in a series of reports by the Far West Laboratory for Educational Research and Development, this report demonstrates the positive relationship between reduced class size and pupil achievement. The researchers collected about 80 studies that yielded over 700 comparisons of the achievement of smaller and larger classes. The results showed…

  10. Quantity, Revisited: An Object-Oriented Reusable Class

    NASA Technical Reports Server (NTRS)

    Funston, Monica Gayle; Gerstle, Walter; Panthaki, Malcolm

    1998-01-01

    "Quantity", a prototype implementation of an object-oriented class, was developed for two reasons: to help engineers and scientists manipulate the many types of quantities encountered during routine analysis, and to create a reusable software component to for large domain-specific applications. From being used as a stand-alone application to being incorporated into an existing computational mechanics toolkit, "Quantity" appears to be a useful and powerful object. "Quantity" has been designed to maintain the full engineering meaning of values with respect to units and coordinate systems. A value is a scalar, vector, tensor, or matrix, each of which is composed of Value Components, each of which may be an integer, floating point number, fuzzy number, etc., and its associated physical unit. Operations such as coordinate transformation and arithmetic operations are handled by member functions of "Quantity". The prototype has successfully tested such characteristics as maintaining a numeric value, an associated unit, and an annotation. In this paper we further explore the design of "Quantity", with particular attention to coordinate systems.

  11. Multi-class geospatial object detection and geographic image classification based on collection of part detectors

    NASA Astrophysics Data System (ADS)

    Cheng, Gong; Han, Junwei; Zhou, Peicheng; Guo, Lei

    2014-12-01

    The rapid development of remote sensing technology has facilitated us the acquisition of remote sensing images with higher and higher spatial resolution, but how to automatically understand the image contents is still a big challenge. In this paper, we develop a practical and rotation-invariant framework for multi-class geospatial object detection and geographic image classification based on collection of part detectors (COPD). The COPD is composed of a set of representative and discriminative part detectors, where each part detector is a linear support vector machine (SVM) classifier used for the detection of objects or recurring spatial patterns within a certain range of orientation. Specifically, when performing multi-class geospatial object detection, we learn a set of seed-based part detectors where each part detector corresponds to a particular viewpoint of an object class, so the collection of them provides a solution for rotation-invariant detection of multi-class objects. When performing geographic image classification, we utilize a large number of pre-trained part detectors to discovery distinctive visual parts from images and use them as attributes to represent the images. Comprehensive evaluations on two remote sensing image databases and comparisons with some state-of-the-art approaches demonstrate the effectiveness and superiority of the developed framework.

  12. An Investigation of the Relationship between In-Class and Out-of-Class Efforts on Student Learning: Empirical Evidence and Strategy Suggestion

    ERIC Educational Resources Information Center

    Lin, Tin-Chun

    2016-01-01

    In this paper we explore and discuss an important research question in higher education--is there a trade-off relationship between in-class and out-of-class efforts for students? We used an empirical model to test the trade-off hypothesis between these two efforts. We identified a trade-off between in-class and out-of-class efforts, especially for…

  13. Relationship Among Dental Students' Class Lecture Attendance, Use of Online Resources, and Performance.

    PubMed

    Azab, Ehab; Saksena, Yun; Alghanem, Tofool; Midle, Jennifer Bassett; Molgaard, Kathleen; Albright, Susan; Karimbux, Nadeem

    2016-04-01

    This study aimed to evaluate the relationship among dental students' attendance at class lectures, use of online lecture materials, and performance in didactic courses. The study was conducted with second-year predoctoral students at Tufts University School of Dental Medicine during the fall semester of 2014. Three basic science and three preclinical dental courses were selected for evaluation. Online usage for each participant was collected, and a survey with questions about attendance and online behavior was conducted. The final grade for each participant in each selected course was obtained and matched with his or her online usage and attendance. Out of a total 190 students, 146 (77%) participated. The results showed no significant relationship between students' grades and their class attendance or online usage except for a weak negative relationship between class attendance and online usage for the Epidemiology course (p<0.001) and the overall preclinical dental courses (p=0.03). Although the results did not show strong relationships among class attendance, online usage, and course grades, most of the students reported that having the online resources in addition to the lectures was helpful.

  14. Discovery of M class objects among the near-earth asteroid population

    NASA Technical Reports Server (NTRS)

    Tedesco, Edward F.; Gradie, Jonathan

    1987-01-01

    Broadband colorimetry, visual photometry, near-infrared photometry, and 10 and 20 micron radiometry of the near-earth asteroids (NEAs) 1986 DA and 1986 EB are used to show that these objects belong to the M class of asteroids. The similarity among the distributions of taxonomic classes among the 38 NEAs to the abundances found in the inner astoroid belt between the 3:1 and 5:2 resonances suggests that NEAs have their origins among asteroids in the vicinity of these resonances. The implied mineralogy of 1986 DA and 1986 EB is mostly nickel-iron metal; if this is indeed the case, then current models for meteorite production based on strength-related collisional processes on asteroidal surfaces predict that these two objects alone should produce about one percent of all meteorite falls. Iron meteorites derived from these near-earth asteroids should have low cosmic-ray exposure ages.

  15. The Relationships between Social Class, Listening Test Anxiety and Test Scores

    ERIC Educational Resources Information Center

    Rezaabadi, Omid Talebi

    2016-01-01

    This study investigated the relationships between the social anxiety, social class and listening-test anxiety of students learning English as a foreign language. The aims of the study were to examine the relationship between listening-test anxiety and listening-test performance. The data were collected using an adapted Foreign Language Listening…

  16. Subjective Wellbeing, Objective Wellbeing and Inequality in Australia

    PubMed Central

    Western, Mark

    2016-01-01

    In recent years policy makers and social scientists have devoted considerable attention to wellbeing, a concept that refers to people’s capacity to live healthy, creative and fulfilling lives. Two conceptual approaches dominate wellbeing research. The objective approach examines the objective components of a good life. The subjective approach examines people’s subjective evaluations of their lives. In the objective approach how subjective wellbeing relates to objective wellbeing is not a relevant research question. The subjective approach does investigate how objective wellbeing relates to subjective wellbeing, but has focused primarily on one objective wellbeing indicator, income, rather than the comprehensive indicator set implied by the objective approach. This paper attempts to contribute by examining relationships between a comprehensive set of objective wellbeing measures and subjective wellbeing, and by linking wellbeing research to inequality research by also investigating how subjective and objective wellbeing relate to class, gender, age and ethnicity. We use three waves of a representative state-level household panel study from Queensland, Australia, undertaken from 2008 to 2010, to investigate how objective measures of wellbeing are socially distributed by gender, class, age, and ethnicity. We also examine relationships between objective wellbeing and overall life satisfaction, providing one of the first longitudinal analyses linking objective wellbeing with subjective evaluations. Objective aspects of wellbeing are unequally distributed by gender, age, class and ethnicity and are strongly associated with life satisfaction. Moreover, associations between gender, ethnicity, class and life satisfaction persist after controlling for objective wellbeing, suggesting that mechanisms in addition to objective wellbeing link structural dimensions of inequality to life satisfaction. PMID:27695042

  17. Subjective Wellbeing, Objective Wellbeing and Inequality in Australia.

    PubMed

    Western, Mark; Tomaszewski, Wojtek

    2016-01-01

    In recent years policy makers and social scientists have devoted considerable attention to wellbeing, a concept that refers to people's capacity to live healthy, creative and fulfilling lives. Two conceptual approaches dominate wellbeing research. The objective approach examines the objective components of a good life. The subjective approach examines people's subjective evaluations of their lives. In the objective approach how subjective wellbeing relates to objective wellbeing is not a relevant research question. The subjective approach does investigate how objective wellbeing relates to subjective wellbeing, but has focused primarily on one objective wellbeing indicator, income, rather than the comprehensive indicator set implied by the objective approach. This paper attempts to contribute by examining relationships between a comprehensive set of objective wellbeing measures and subjective wellbeing, and by linking wellbeing research to inequality research by also investigating how subjective and objective wellbeing relate to class, gender, age and ethnicity. We use three waves of a representative state-level household panel study from Queensland, Australia, undertaken from 2008 to 2010, to investigate how objective measures of wellbeing are socially distributed by gender, class, age, and ethnicity. We also examine relationships between objective wellbeing and overall life satisfaction, providing one of the first longitudinal analyses linking objective wellbeing with subjective evaluations. Objective aspects of wellbeing are unequally distributed by gender, age, class and ethnicity and are strongly associated with life satisfaction. Moreover, associations between gender, ethnicity, class and life satisfaction persist after controlling for objective wellbeing, suggesting that mechanisms in addition to objective wellbeing link structural dimensions of inequality to life satisfaction.

  18. Revisiting Parametric Types and Virtual Classes

    NASA Astrophysics Data System (ADS)

    Madsen, Anders Bach; Ernst, Erik

    This paper presents a conceptually oriented updated view on the relationship between parametric types and virtual classes. The traditional view is that parametric types excel at structurally oriented composition and decomposition, and virtual classes excel at specifying mutually recursive families of classes whose relationships are preserved in derived families. Conversely, while class families can be specified using a large number of F-bounded type parameters, this approach is complex and fragile; and it is difficult to use traditional virtual classes to specify object composition in a structural manner, because virtual classes are closely tied to nominal typing. This paper adds new insight about the dichotomy between these two approaches; it illustrates how virtual constraints and type refinements, as recently introduced in gbeta and Scala, enable structural treatment of virtual types; finally, it shows how a novel kind of dynamic type check can detect compatibility among entire families of classes.

  19. Social Class Indicators and the Relationship Between Learning Disabilities and Juvenile Delinquency.

    ERIC Educational Resources Information Center

    Swartz, Stanley L.; Wall, Sherrill A.

    Sixty-two adolescents, including 28 learning disabled (LD) and 34 nonLD Ss, participated in an examination of the relationship between social class indicators and delinquency. A review of the literature relating social class variables to school achievement, learning disabilities, and juvenile delinquency resulted in the selection of 14 social…

  20. Relationship between Social Class and Racial Prejudice on Home Management Skills among Black Americans.

    ERIC Educational Resources Information Center

    Wilson, Catherine Walker

    The relationship of social class and racial prejudice to the home management skills of black Americans was the focus of this study. A questionnaire (a copy of which appears in an appendix) was used to interview a sample of 100 people divided into four subgroups: low social class blacks, low social class whites, middle social class blacks, and…

  1. [Evaluation of accuracy of virtual occlusal definition in Angle class I molar relationship].

    PubMed

    Wu, L; Liu, X J; Li, Z L; Wang, X

    2018-02-18

    To evaluate the accuracy of virtual occlusal definition in non-Angle class I molar relationship, and to evaluate the clinical feasibility. Twenty pairs of models of orthognathic patients were included in this study. The inclusion criteria were: (1) finished with pre-surgical orthodontic treatment and (2) stable final occlusion. The exclusion criteria were: (1) existence of distorted teeth, (2) needs for segmentation, (3) defect of dentition except for orthodontic extraction ones, and (4) existence of tooth space. The tooth-extracted test group included 10 models with two premolars extracted during preoperative orthodontic treatment. Their molar relationships were not Angle class I relationship. The non-tooth-extracted test group included another 10 models without teeth extracted, therefore their molar relationships were Angle class I. To define the final occlusion in virtual environment, two steps were included: (1) The morphology data of upper and lower dentition were digitalized by surface scanner (Smart Optics/Activity 102; Model-Tray GmbH, Hamburg, Germany); (2) the virtual relationships were defined using 3Shape software. The control standard of final occlusion was manually defined using gypsum models and then digitalized by surface scanner. The final occlusion of test group and control standard were overlapped according to lower dentition morphology. Errors were evaluated by calculating the distance between the corresponding reference points of testing group and control standard locations. The overall errors for upper dentition between test group and control standard location were (0.51±0.18) mm in non-tooth-extracted test group and (0.60±0.36) mm in tooth-extracted test group. The errors were significantly different between these two test groups (P<0.05). However, in both test groups, the errors of each tooth in a single dentition does not differ from one another. There was no significant difference between errors in tooth-extracted test group and 1 mm (P

  2. Social class shapes the form and function of relationships and selves.

    PubMed

    Carey, Rebecca M; Markus, Hazel Rose

    2017-12-01

    Social class shapes relational realities, which in turn situate and structure different selves and their associated psychological tendencies. We first briefly review how higher class contexts tend to foster independent models of self and lower class contexts tend to foster interdependent models of self. We then consider how these independent and interdependent models of self are situated in and adapted to different social class-driven relational realities. We review research demonstrating that in lower social class contexts, social networks tend to be small, dense, homogenous and strongly connected. Ties in these networks provide the bonding capital that is key for survival and that promotes the interdependence between self and other(s). In higher social class contexts, social networks tend to be large, far-reaching, diverse and loosely connected. Ties in these networks provide the bridging capital that is key for achieving personal goals and that promotes an independence of self from other. We conclude that understanding and addressing issues tied to social class and inequality requires understanding the form and function of relationships across class contexts. Copyright © 2017 Elsevier Ltd. All rights reserved.

  3. Multi-class geospatial object detection based on a position-sensitive balancing framework for high spatial resolution remote sensing imagery

    NASA Astrophysics Data System (ADS)

    Zhong, Yanfei; Han, Xiaobing; Zhang, Liangpei

    2018-04-01

    Multi-class geospatial object detection from high spatial resolution (HSR) remote sensing imagery is attracting increasing attention in a wide range of object-related civil and engineering applications. However, the distribution of objects in HSR remote sensing imagery is location-variable and complicated, and how to accurately detect the objects in HSR remote sensing imagery is a critical problem. Due to the powerful feature extraction and representation capability of deep learning, the deep learning based region proposal generation and object detection integrated framework has greatly promoted the performance of multi-class geospatial object detection for HSR remote sensing imagery. However, due to the translation caused by the convolution operation in the convolutional neural network (CNN), although the performance of the classification stage is seldom influenced, the localization accuracies of the predicted bounding boxes in the detection stage are easily influenced. The dilemma between translation-invariance in the classification stage and translation-variance in the object detection stage has not been addressed for HSR remote sensing imagery, and causes position accuracy problems for multi-class geospatial object detection with region proposal generation and object detection. In order to further improve the performance of the region proposal generation and object detection integrated framework for HSR remote sensing imagery object detection, a position-sensitive balancing (PSB) framework is proposed in this paper for multi-class geospatial object detection from HSR remote sensing imagery. The proposed PSB framework takes full advantage of the fully convolutional network (FCN), on the basis of a residual network, and adopts the PSB framework to solve the dilemma between translation-invariance in the classification stage and translation-variance in the object detection stage. In addition, a pre-training mechanism is utilized to accelerate the training procedure

  4. Relationship between EFL Learners' Autonomy and Speaking Strategies They Use in Conversation Classes

    ERIC Educational Resources Information Center

    Salehi, Hadi; Ebrahimi, Marziyeh; Sattar, Susan; Shojaee, Mohammad

    2015-01-01

    The present study was conducted at Parsayan Language Institute in Isfahan, Iran. The students in pre-intermediate and intermediate classes were examined to investigate the relationship between degrees of learner autonomy, use of strategies for coping with speaking problems and the learners' success in their speaking classes. To determine the…

  5. Structure and Evolution of Kuiper Belt Objects: The Case for Compositional Classes

    NASA Astrophysics Data System (ADS)

    McKinnon, William B.; Prialnik, D.; Stern, S. A.

    2007-10-01

    Kuiper belt objects (KBOs) accreted from a mélange of ices, carbonaceous matter, and rock of mixed interstellar and solar nebular provenance. The transneptunian region, where this accretion took place, was likely more radially compact than today. This and the influence of gas drag during the solar nebula epoch argue for more rapid KBO accretion than usually considered. Early evolution of KBOs was largely the result of radiogenic heating, with both short-term and long-term contributions being potentially important. Depending on rock content and porous conductivity, KBO interiors may have reached relatively high temperatures. Models suggest that KBOs likely lost very volatile ices during early evolution, whereas less volatile ices should be retained in cold, less altered subsurface layers; initially amorphous ice may have crystallized in the interior as well, releasing trapped volatiles. Generally, KBOs should be stratified in terms of composition and porosity, albeit subject to impact disruption and collisional stripping. KBOs are thus unlikely to be "the most pristine objects in the Solar System.” Large (dwarf planet) KBOs may be fully differentiated. KBO surface color and compositional classes are usually discussed in terms of "nature vs. nurture,” i.e., a generic primordial composition vs. surface processing, but the true nature of KBOs also depends on how they have evolved. The broad range of albedos now found in the Kuiper belt, deep water-ice absorptions on some objects, evidence for differentiation of Pluto and 2003 EL61, and a range of densities incompatible with a single, primordial composition and variable porosity strongly imply significant, intrinsic compositional differences among KBOs. The interplay of formation zone (accretion rate), body size, and dynamical (collisional) history may yield KBO compositional classes (and their spectral correlates) that recall the different classes of asteroids in the inner Solar System, but whose members are

  6. Object and subject relations in adulthood--towards an integrative model of interpersonal relationships.

    PubMed

    Zvelc, Gregor

    2010-12-01

    In the article the author presents a model of interpersonal relationships based on integration of object relations theory and theory of attachment. He proposes three main bipolar dimensions of interpersonal relationships: Independence - Dependence, Connectedness - Alienation and Reciprocity - Self-absorption. The author also proposes that it is important to distinguish between two main types of adult interpersonal relationships: object and subject relations. Object relations describe relationships in which the other person is perceived as an object that serves the satisfaction of the first person's needs. Object relations are a manifestation of the right pole of the three main dimensions of interpersonal relationships (Dependence, Alienation and Self-absorption). Subject relations are a counter-pole to the concept of object relations. They describe relationships with other people who are experienced as subjects with their own wishes, interests and needs. Subject relations are a manifestation of the left pole of the main dimensions (Independence, Connectedness and Reciprocity). In this article the author specifically focuses on definitions of object relations in adulthood through a description of six sub-dimensions of object relations: Symbiotic Merging, Separation Anxiety, Social Isolation, Fear of Engulfment, Egocentrism and Narcissism. Every sub-dimension is described in connection to adaptive and pathological functioning. Further research is needed to test the clinical and scientific validity of the model.

  7. Object-based class modelling for multi-scale riparian forest habitat mapping

    NASA Astrophysics Data System (ADS)

    Strasser, Thomas; Lang, Stefan

    2015-05-01

    Object-based class modelling allows for mapping complex, hierarchical habitat systems. The riparian zone, including forests, represents such a complex ecosystem. Forests within riparian zones are biologically high productive and characterized by a rich biodiversity; thus considered of high community interest with an imperative to be protected and regularly monitored. Satellite earth observation (EO) provides tools for capturing the current state of forest habitats such as forest composition including intermixture of non-native tree species. Here we present a semi-automated object based image analysis (OBIA) approach for the mapping of riparian forests by applying class modelling of habitats based on the European Nature Information System (EUNIS) habitat classifications and the European Habitats Directive (HabDir) Annex 1. A very high resolution (VHR) WorldView-2 satellite image provided the required spatial and spectral details for a multi-scale image segmentation and rule-base composition to generate a six-level hierarchical representation of riparian forest habitats. Thereby habitats were hierarchically represented within an image object hierarchy as forest stands, stands of homogenous tree species and single trees represented by sunlit tree crowns. 522 EUNIS level 3 (EUNIS-3) habitat patches with a mean patch size (MPS) of 12,349.64 m2 were modelled from 938 forest stand patches (MPS = 6868.20 m2) and 43,742 tree stand patches (MPS = 140.79 m2). The delineation quality of the modelled EUNIS-3 habitats (focal level) was quantitatively assessed to an expert-based visual interpretation showing a mean deviation of 11.71%.

  8. Automatic anatomy recognition using neural network learning of object relationships via virtual landmarks

    NASA Astrophysics Data System (ADS)

    Yan, Fengxia; Udupa, Jayaram K.; Tong, Yubing; Xu, Guoping; Odhner, Dewey; Torigian, Drew A.

    2018-03-01

    The recently developed body-wide Automatic Anatomy Recognition (AAR) methodology depends on fuzzy modeling of individual objects, hierarchically arranging objects, constructing an anatomy ensemble of these models, and a dichotomous object recognition-delineation process. The parent-to-offspring spatial relationship in the object hierarchy is crucial in the AAR method. We have found this relationship to be quite complex, and as such any improvement in capturing this relationship information in the anatomy model will improve the process of recognition itself. Currently, the method encodes this relationship based on the layout of the geometric centers of the objects. Motivated by the concept of virtual landmarks (VLs), this paper presents a new one-shot AAR recognition method that utilizes the VLs to learn object relationships by training a neural network to predict the pose and the VLs of an offspring object given the VLs of the parent object in the hierarchy. We set up two neural networks for each parent-offspring object pair in a body region, one for predicting the VLs and another for predicting the pose parameters. The VL-based learning/prediction method is evaluated on two object hierarchies involving 14 objects. We utilize 54 computed tomography (CT) image data sets of head and neck cancer patients and the associated object contours drawn by dosimetrists for routine radiation therapy treatment planning. The VL neural network method is found to yield more accurate object localization than the currently used simple AAR method.

  9. Social Class as Moderator of the Relationship between (Dis)Empowering Processes and Psychological Empowerment

    ERIC Educational Resources Information Center

    Christens, Brian D.; Speer, Paul W.; Peterson, N. Andrew

    2011-01-01

    This study examined whether social class moderated the relationship between empowering and disempowering processes and psychological empowerment (PE) in a sample of individuals from five community organizing initiatives (N=490). Hierarchical regression analyses were used to test the relationship between community participation (CP) and alienation…

  10. Landscape object-based analysis of wetland plant functional types: the effects of spatial scale, vegetation classes and classifier methods

    NASA Astrophysics Data System (ADS)

    Dronova, I.; Gong, P.; Wang, L.; Clinton, N.; Fu, W.; Qi, S.

    2011-12-01

    Remote sensing-based vegetation classifications representing plant function such as photosynthesis and productivity are challenging in wetlands with complex cover and difficult field access. Recent advances in object-based image analysis (OBIA) and machine-learning algorithms offer new classification tools; however, few comparisons of different algorithms and spatial scales have been discussed to date. We applied OBIA to delineate wetland plant functional types (PFTs) for Poyang Lake, the largest freshwater lake in China and Ramsar wetland conservation site, from 30-m Landsat TM scene at the peak of spring growing season. We targeted major PFTs (C3 grasses, C3 forbs and different types of C4 grasses and aquatic vegetation) that are both key players in system's biogeochemical cycles and critical providers of waterbird habitat. Classification results were compared among: a) several object segmentation scales (with average object sizes 900-9000 m2); b) several families of statistical classifiers (including Bayesian, Logistic, Neural Network, Decision Trees and Support Vector Machines) and c) two hierarchical levels of vegetation classification, a generalized 3-class set and more detailed 6-class set. We found that classification benefited from object-based approach which allowed including object shape, texture and context descriptors in classification. While a number of classifiers achieved high accuracy at the finest pixel-equivalent segmentation scale, the highest accuracies and best agreement among algorithms occurred at coarser object scales. No single classifier was consistently superior across all scales, although selected algorithms of Neural Network, Logistic and K-Nearest Neighbors families frequently provided the best discrimination of classes at different scales. The choice of vegetation categories also affected classification accuracy. The 6-class set allowed for higher individual class accuracies but lower overall accuracies than the 3-class set because

  11. Exploring social class: voices of inter-class couples.

    PubMed

    McDowell, Teresa; Melendez-Rhodes, Tatiana; Althusius, Erin; Hergic, Sara; Sleeman, Gillian; Ton, Nicky Kieu My; Zimpfer-Bak, A J

    2013-01-01

    Social class is not often discussed or examined in-depth in couple and family therapy research and literature even though social class shapes familial relationships and is considered an important variable in marital satisfaction. In this qualitative study, we explored the perceptions of eight couples who made lasting commitments across class lines by asking them about the impact of their social class backgrounds on their relationships. Three categories of themes emerged including: (a) differences and similarities in values and attitudes toward education, work, money, and class awareness/classism, (b) relationship issues involving families of origin, friends, and class-based couple conflict, and (c) differences in economic resources, social capital and privileges/opportunities. Implications for assessment and treatment of couples are included. © 2012 American Association for Marriage and Family Therapy.

  12. Teacher Justice and Students’ Class Identification: Belief in a Just World and Teacher–Student Relationship as Mediators

    PubMed Central

    Jiang, Ronghuan; Liu, Ru-De; Ding, Yi; Zhen, Rui; Sun, Yan; Fu, Xinchen

    2018-01-01

    For school-age adolescents, teacher justice plays an important role in their learning and social outcomes. The present study examined the relation between teacher justice and students’ class identification in 1735 Chinese school-age adolescents by considering belief in a just world (BJW) and teacher–student relationship as mediators. Structure equation modeling (SEM) was used to reveal the direct and indirect effects. The analyses showed that all the direct and indirect effects were significant. These findings indicated that teacher justice had a positive effect on students’ class identification. In addition, teacher justice impacted students’ class identification through students’ just-world belief and teacher–student relationships. These results suggested that for adolescents, teacher justice played an important role in shaping their just-world belief system and their interpersonal relationships with teachers, which in turn affected their sense of belonging and values in relation to their class. Thus, it is important for teachers to be aware that their injustice may negatively impact their relationships with students, students’ belief systems, and their psychological engagement at school. There is a need to develop teacher-training programs to help teachers to establish classroom reward-punishment systems with the consideration of social justice, to communicate with students through an unbiased approach, and to increase student participation in the important decision making of the whole class. PMID:29875726

  13. Teacher Justice and Students' Class Identification: Belief in a Just World and Teacher-Student Relationship as Mediators.

    PubMed

    Jiang, Ronghuan; Liu, Ru-De; Ding, Yi; Zhen, Rui; Sun, Yan; Fu, Xinchen

    2018-01-01

    For school-age adolescents, teacher justice plays an important role in their learning and social outcomes. The present study examined the relation between teacher justice and students' class identification in 1735 Chinese school-age adolescents by considering belief in a just world (BJW) and teacher-student relationship as mediators. Structure equation modeling (SEM) was used to reveal the direct and indirect effects. The analyses showed that all the direct and indirect effects were significant. These findings indicated that teacher justice had a positive effect on students' class identification. In addition, teacher justice impacted students' class identification through students' just-world belief and teacher-student relationships. These results suggested that for adolescents, teacher justice played an important role in shaping their just-world belief system and their interpersonal relationships with teachers, which in turn affected their sense of belonging and values in relation to their class. Thus, it is important for teachers to be aware that their injustice may negatively impact their relationships with students, students' belief systems, and their psychological engagement at school. There is a need to develop teacher-training programs to help teachers to establish classroom reward-punishment systems with the consideration of social justice, to communicate with students through an unbiased approach, and to increase student participation in the important decision making of the whole class.

  14. Exploring the relationship between social class, mental illness stigma and mental health literacy using British national survey data.

    PubMed

    Holman, Daniel

    2015-07-01

    The relationship between social class and mental illness stigma has received little attention in recent years. At the same time, the concept of mental health literacy has become an increasingly popular way of framing knowledge and understanding of mental health issues. British Social Attitudes survey data present an opportunity to unpack the relationships between these concepts and social class, an important task given continuing mental health inequalities. Regression analyses were undertaken which centred on depression and schizophrenia vignettes, with an asthma vignette used for comparison. The National Statistics Socio-economic Classification, education and income were used as indicators of class. A number of interesting findings emerged. Overall, class variables showed a stronger relationship with mental health literacy than stigma. The relationship was gendered such that women with higher levels of education, especially those with a degree, had the lowest levels of stigma and highest levels of mental health literacy. Interestingly, class showed more of an association with stigma for the asthma vignette than it did for both the depression and schizophrenia vignettes, suggesting that mental illness stigma needs to be contextualised alongside physical illness stigma. Education emerged as the key indicator of class, followed by the National Statistics Socio-economic Classification, with income effects being marginal. These findings have implications for targeting health promotion campaigns and increasing service use in order to reduce mental health inequalities. © The Author(s) 2014.

  15. Longitudinal relationships between individual and class norms supporting dating violence and perpetration of dating violence.

    PubMed

    Taylor, Katherine A; Sullivan, Terri N; Farrell, Albert D

    2015-03-01

    Dating violence is commonly perpetrated in adolescence, making it imperative to understand risk factors in order to inform prevention efforts. Although individual norms supporting dating violence are strongly related to its perpetration, few studies have examined their longitudinal impact. Moreover, the influence of class norms (i.e., norms for students in the same grade, cohort, and school) supporting dating violence on perpetration has rarely been studied. The current study examined longitudinal relationships between individual and class norms supporting dating violence and perpetration of physical and psychological dating violence. Participants were two cohorts of sixth graders from 37 schools who were in dating relationships at Wave 1 and 6 months later at Wave 2 (N = 2,022; 43% female; 52% African American, 21% Latino/a, 20% White, and 7% other). The analyses used a multilevel approach, with students represented at Level 1 and classes (n = 74) at Level 2. The models tested direct effects of Wave 1 individual and class norms supporting dating violence on subsequent changes in perpetration of dating violence at Wave 2 and the extent to which gender moderated these relationships. The findings indicated that greater individual norms supporting male dating violence predicted greater change in perpetration of physical and psychological dating violence and greater individual norms supporting female dating violence predicted greater change in perpetration of psychological dating violence. Greater class norms supporting male dating violence predicted greater change in perpetration of physical dating violence; whereas greater class norms supporting female dating violence predicted less change in perpetration of physical dating violence. These findings highlight the need to address norms in early adolescence.

  16. Describing three-class task performance: three-class linear discriminant analysis and three-class ROC analysis

    NASA Astrophysics Data System (ADS)

    He, Xin; Frey, Eric C.

    2007-03-01

    Binary ROC analysis has solid decision-theoretic foundations and a close relationship to linear discriminant analysis (LDA). In particular, for the case of Gaussian equal covariance input data, the area under the ROC curve (AUC) value has a direct relationship to the Hotelling trace. Many attempts have been made to extend binary classification methods to multi-class. For example, Fukunaga extended binary LDA to obtain multi-class LDA, which uses the multi-class Hotelling trace as a figure-of-merit, and we have previously developed a three-class ROC analysis method. This work explores the relationship between conventional multi-class LDA and three-class ROC analysis. First, we developed a linear observer, the three-class Hotelling observer (3-HO). For Gaussian equal covariance data, the 3- HO provides equivalent performance to the three-class ideal observer and, under less strict conditions, maximizes the signal to noise ratio for classification of all pairs of the three classes simultaneously. The 3-HO templates are not the eigenvectors obtained from multi-class LDA. Second, we show that the three-class Hotelling trace, which is the figureof- merit in the conventional three-class extension of LDA, has significant limitations. Third, we demonstrate that, under certain conditions, there is a linear relationship between the eigenvectors obtained from multi-class LDA and 3-HO templates. We conclude that the 3-HO based on decision theory has advantages both in its decision theoretic background and in the usefulness of its figure-of-merit. Additionally, there exists the possibility of interpreting the two linear features extracted by the conventional extension of LDA from a decision theoretic point of view.

  17. The undervalued self: social class and self-evaluation

    PubMed Central

    Kraus, Michael W.; Park, Jun W.

    2014-01-01

    Social class ranks people on the social ladder of society, and in this research we examine how perceptions of economic standing shape the way that individuals evaluate the self. Given that reminders of one’s own subordinate status in society are an indicator of how society values the self in comparison to others, we predicted that chronic lower perceptions of economic standing vis-à-vis others would explain associations between objective social class and negative self-evaluation, whereas situation-specific reminders of low economic standing would elicit negative self-evaluations, particularly in those from lower-class backgrounds. In Study 1, perceptions of social class rank accounted for the positive relationship between objective material resource measures of social class and self-esteem. In Study 2, lower-class individuals who received a low (versus equal) share of economic resources in an economic game scenario reported more negative self-conscious emotions—a correlate of negative self-evaluation—relative to upper-class individuals. Discussion focused on the implications of this research for understanding class-based cultural models of the self, and for how social class shapes self-evaluations chronically. PMID:25538654

  18. The undervalued self: social class and self-evaluation.

    PubMed

    Kraus, Michael W; Park, Jun W

    2014-01-01

    Social class ranks people on the social ladder of society, and in this research we examine how perceptions of economic standing shape the way that individuals evaluate the self. Given that reminders of one's own subordinate status in society are an indicator of how society values the self in comparison to others, we predicted that chronic lower perceptions of economic standing vis-à-vis others would explain associations between objective social class and negative self-evaluation, whereas situation-specific reminders of low economic standing would elicit negative self-evaluations, particularly in those from lower-class backgrounds. In Study 1, perceptions of social class rank accounted for the positive relationship between objective material resource measures of social class and self-esteem. In Study 2, lower-class individuals who received a low (versus equal) share of economic resources in an economic game scenario reported more negative self-conscious emotions-a correlate of negative self-evaluation-relative to upper-class individuals. Discussion focused on the implications of this research for understanding class-based cultural models of the self, and for how social class shapes self-evaluations chronically.

  19. Strategies to finish orthodontic treatment with a Class III molar relationship: three patient reports.

    PubMed

    Farret, Milton M B; Farret, Marcel M; Farret, Alessandro M

    2009-01-01

    The purpose of this article is to review treatment concepts for patients with congenitally missing teeth in the mandible, for patients in whom teeth in only the mandibular arch were extracted, or for patients with Class III camouflage treatment. The therapy result in these situations is a Class III molar relationship. With this type of intercuspation, esthetic and functional aspects must be observed. © 2009 BY QUINTESSENCE PUBLISHING CO, INC.

  20. Diagram, a Learning Environment for Initiation to Object-Oriented Modeling with UML Class Diagrams

    ERIC Educational Resources Information Center

    Py, Dominique; Auxepaules, Ludovic; Alonso, Mathilde

    2013-01-01

    This paper presents Diagram, a learning environment for object-oriented modelling (OOM) with UML class diagrams. Diagram an open environment, in which the teacher can add new exercises without constraints on the vocabulary or the size of the diagram. The interface includes methodological help, encourages self-correcting and self-monitoring, and…

  1. Examining the Relationship between Class Scheduling and Student Achievement in College Algebra

    ERIC Educational Resources Information Center

    Gallo, Michael A.; Odu, Michael

    2009-01-01

    This study examines the relationship between scheduling (3-, 2-, and 1-day-per-week classes) and achievement in college algebra. The study is grounded in spacing effect theory, which examines how variations in the frequency and timing of instruction affect student learning, and involves 116 Florida community college students. Regression analyses…

  2. The relationship between facial skeletal class and expert-rated interpersonal skill: an epidemiological survey on young Italian adults.

    PubMed

    Senna, Andrea; Abbenante, Domenico; Tremolizzo, Lucio; Campus, Guglielmo; Strohmenger, Laura

    2006-10-10

    The facial region plays a major role in determining physical attractiveness, so we assessed the hypothesis that the capability of successfully managing interpersonal relationships in young adults might be related to the facial skeletal class. 1,014 young subjects applying to the Military Academy of Pozzuoli, Italy, were enrolled and the cephalometric evaluation was performed by calculating the angular relationships between skeletal points localized by the lateral cephalogram of the face, sorting the subjects in three groups corresponding to each major facial skeletal class. Concurrently, the subjects were evaluated by a team of psychiatrists administering the MMPI-2 test followed by a brief colloquium with each candidate, in order to identify those subjects characterized by low skills for managing interpersonal relationships. According to the psychiatric evaluation about 20% of the subjects were considered potentially unable to manage successfully interpersonal relationships (NS). Males displayed an about two-fold increased risk of being NS. No differences were shown in the distribution of the NS male subjects among the three different facial skeletal classes. On the other hand, NS females displayed a different distribution among the three facial skeletal classes, with a trend of about two-fold and four-fold, respectively, for those subjects belonging to classes II and III, respect to those belonging to class I. Females may be more sensitive to physical factors determining beauty, such as the facial morphology certainly is. This finding appears to be interesting especially when thinking about possible orthodontic interventions, although further study is certainly needed to confirm these results.

  3. The Relationship of Academic Self-Efficacy to Class Participation and Exam Performance

    ERIC Educational Resources Information Center

    Galyon, Charles E.; Blondin, Carolyn A.; Yaw, Jared S.; Nalls, Meagan L.; Williams, Robert L.

    2012-01-01

    This study examined the relationship of academic self-efficacy to engagement in class discussion and performance on major course exams among students (N = 165) in an undergraduate human development course. Cluster analysis was used to identify three levels of academic self-efficacy: high (n = 34), medium (n = 91), and low (n = 40). Results…

  4. An Exploration and Analysis of the Relationships among Object Oriented Programming, Hypermedia, and Hypertalk.

    ERIC Educational Resources Information Center

    Milet, Lynn K.; Harvey, Francis A.

    Hypermedia and object oriented programming systems (OOPs) represent examples of "open" computer environments that allow the user access to parts of the code or operating system. Both systems share fundamental intellectual concepts (objects, messages, methods, classes, and inheritance), so that an understanding of hypermedia can help in…

  5. Visual object agnosia is associated with a breakdown of object-selective responses in the lateral occipital cortex.

    PubMed

    Ptak, Radek; Lazeyras, François; Di Pietro, Marie; Schnider, Armin; Simon, Stéphane R

    2014-07-01

    Patients with visual object agnosia fail to recognize the identity of visually presented objects despite preserved semantic knowledge. Object agnosia may result from damage to visual cortex lying close to or overlapping with the lateral occipital complex (LOC), a brain region that exhibits selectivity to the shape of visually presented objects. Despite this anatomical overlap the relationship between shape processing in the LOC and shape representations in object agnosia is unknown. We studied a patient with object agnosia following isolated damage to the left occipito-temporal cortex overlapping with the LOC. The patient showed intact processing of object structure, yet often made identification errors that were mainly based on the global visual similarity between objects. Using functional Magnetic Resonance Imaging (fMRI) we found that the damaged as well as the contralateral, structurally intact right LOC failed to show any object-selective fMRI activity, though the latter retained selectivity for faces. Thus, unilateral damage to the left LOC led to a bilateral breakdown of neural responses to a specific stimulus class (objects and artefacts) while preserving the response to a different stimulus class (faces). These findings indicate that representations of structure necessary for the identification of objects crucially rely on bilateral, distributed coding of shape features. Copyright © 2014 Elsevier Ltd. All rights reserved.

  6. Piaget's Geographical Spatial Stages: An Examination of Their Relationship to Elementary Children's Classification-Class Inclusion Abilities.

    ERIC Educational Resources Information Center

    Rand, David C.; Towler, John O.

    This study examines the relationship between a child's concept of geographic and territorial relationships and his competence on classification and class inclusion measures. Jean Piaget's stages of development and studies conducted by other investigators (Jahoda, 1964; Stoltman, 1971; Rand and Towler, 1973; Flavell, 1963; Asher, et al, 1971;…

  7. ClassLess: A Comprehensive Database of Young Stellar Objects

    NASA Astrophysics Data System (ADS)

    Hillenbrand, Lynne; Baliber, Nairn

    2015-01-01

    We have designed and constructed a database housing published measurements of Young Stellar Objects (YSOs) within ~1 kpc of the Sun. ClassLess, so called because it includes YSOs in all stages of evolution, is a relational database in which user interaction is conducted via HTML web browsers, queries are performed in scientific language, and all data are linked to the sources of publication. Each star is associated with a cluster (or clusters), and both spatially resolved and unresolved measurements are stored, allowing proper use of data from multiple star systems. With this fully searchable tool, myriad ground- and space-based instruments and surveys across wavelength regimes can be exploited. In addition to primary measurements, the database self consistently calculates and serves higher level data products such as extinction, luminosity, and mass. As a result, searches for young stars with specific physical characteristics can be completed with just a few mouse clicks.

  8. Object Oriented Learning Objects

    ERIC Educational Resources Information Center

    Morris, Ed

    2005-01-01

    We apply the object oriented software engineering (OOSE) design methodology for software objects (SOs) to learning objects (LOs). OOSE extends and refines design principles for authoring dynamic reusable LOs. Our learning object class (LOC) is a template from which individualised LOs can be dynamically created for, or by, students. The properties…

  9. DISCO: An object-oriented system for music composition and sound design

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

    Kaper, H. G.; Tipei, S.; Wright, J. M.

    2000-09-05

    This paper describes an object-oriented approach to music composition and sound design. The approach unifies the processes of music making and instrument building by using similar logic, objects, and procedures. The composition modules use an abstract representation of musical data, which can be easily mapped onto different synthesis languages or a traditionally notated score. An abstract base class is used to derive classes on different time scales. Objects can be related to act across time scales, as well as across an entire piece, and relationships between similar objects can replicate traditional music operations or introduce new ones. The DISCO (Digitalmore » Instrument for Sonification and Composition) system is an open-ended work in progress.« less

  10. What Does Class Origin and Education Mean for the Capabilities of Agency and Voice?

    ERIC Educational Resources Information Center

    Nordlander, Erica; Strandh, Mattias; Brännlund, Annica

    2015-01-01

    This article investigates the relationship between class origin, educational attainment, and the capabilities of agency and voice. The main objectives are to investigate how class origin and educational attainment interact and to consider whether higher education reduces any structural inequalities in the social aspects of life. A longitudinal…

  11. Do Teaching Assistants Matter? Investigating Relationships between Teaching Assistants and Student Outcomes in Undergraduate Science Laboratory Classes

    ERIC Educational Resources Information Center

    Wheeler, Lindsay B.; Maeng, Jennifer L.; Chiu, Jennie L.; Bell, Randy L.

    2017-01-01

    This study explores the relationship between teaching assistants (TAs) and student learning in undergraduate science laboratory classes. TAs typically instruct laboratory courses, yet little, if any, research examines professional development (PD) for TAs or relationships between instructors and students in laboratory settings. The use of…

  12. Defining the Relationship Between Human Error Classes and Technology Intervention Strategies

    NASA Technical Reports Server (NTRS)

    Wiegmann, Douglas A.; Rantanen, Esa; Crisp, Vicki K. (Technical Monitor)

    2002-01-01

    One of the main factors in all aviation accidents is human error. The NASA Aviation Safety Program (AvSP), therefore, has identified several human-factors safety technologies to address this issue. Some technologies directly address human error either by attempting to reduce the occurrence of errors or by mitigating the negative consequences of errors. However, new technologies and system changes may also introduce new error opportunities or even induce different types of errors. Consequently, a thorough understanding of the relationship between error classes and technology "fixes" is crucial for the evaluation of intervention strategies outlined in the AvSP, so that resources can be effectively directed to maximize the benefit to flight safety. The purpose of the present project, therefore, was to examine the repositories of human factors data to identify the possible relationship between different error class and technology intervention strategies. The first phase of the project, which is summarized here, involved the development of prototype data structures or matrices that map errors onto "fixes" (and vice versa), with the hope of facilitating the development of standards for evaluating safety products. Possible follow-on phases of this project are also discussed. These additional efforts include a thorough and detailed review of the literature to fill in the data matrix and the construction of a complete database and standards checklists.

  13. Knowledge-based object recognition for different morphological classes of plants

    NASA Astrophysics Data System (ADS)

    Brendel, Thorsten; Schwanke, Joerg; Jensch, Peter F.; Megnet, Roland

    1995-01-01

    Micropropagation of plants is done by cutting juvenile plants and placing them into special container-boxes with nutrient-solution where the pieces can grow up and be cut again several times. To produce high amounts of biomass it is necessary to do plant micropropagation by a robotic syshoot. In this paper we describe parts of the vision syshoot that recognizes plants and their particular cutting points. Therefore, it is necessary to extract elements of the plants and relations between these elements (for example root, shoot, leaf). Different species vary in their morphological appearance, variation is also immanent in plants of the same species. Therefore, we introduce several morphological classes of plants from that we expect same recognition methods. As a result of our work we present rules which help users to create specific algorithms for object recognition of plant species.

  14. "Irreplaceable": Exploring Identity and Relationships through the Discussion of Invaluable Personal Objects

    ERIC Educational Resources Information Center

    Scharp, Kristina M.; Canfield, Clair

    2017-01-01

    Courses: Interpersonal Communication, Family Communication, Relational Communication. Objectives: Students reflect on and discuss how personal objects are connected to their identity and relationships with others. This activity illustrates the ways course concepts such as relational metaphors, stories, rules, rituals, and other patterns of…

  15. Age class, longevity and growth rate relationships: protracted growth increases in old trees in the eastern United States.

    PubMed

    Johnson, Sarah E; Abrams, Marc D

    2009-11-01

    This study uses data from the International Tree-Ring Data Bank website and tree cores collected in the field to explore growth rate (basal area increment, BAI) relationships across age classes (from young to old) for eight tree species in the eastern US. These species represent a variety of ecological traits and include those in the genera Populus, Quercus, Pinus, Tsuga and Nyssa. We found that most trees in all age classes and species exhibit an increasing BAI throughout their lives. This is particularly unusual for trees in the older age classes that we expected to have declining growth in the later years, as predicted by physiological growth models. There exists an inverse relationship between growth rate and increasing age class. The oldest trees within each species have consistently slow growth throughout their lives, implying an inverse relationship between growth rate and longevity. Younger trees (< 60 years of age) within each species are consistently growing faster than the older trees when they are of the same age resulting from a higher proportion of fast-growing trees in these young age classes. Slow, but increasing, BAI in the oldest trees in recent decades is a continuation of their growth pattern established in previous centuries. The fact that they have not shown a decreasing growth rate in their old age contradicts physiological growth models and may be related to the stimulatory effects of global change phenomenon (climate and land-use history).

  16. ClassLess: A Comprehensive Database of Young Stellar Objects

    NASA Astrophysics Data System (ADS)

    Hillenbrand, Lynne A.; baliber, nairn

    2015-08-01

    We have designed and constructed a database intended to house catalog and literature-published measurements of Young Stellar Objects (YSOs) within ~1 kpc of the Sun. ClassLess, so called because it includes YSOs in all stages of evolution, is a relational database in which user interaction is conducted via HTML web browsers, queries are performed in scientific language, and all data are linked to the sources of publication. Each star is associated with a cluster (or clusters), and both spatially resolved and unresolved measurements are stored, allowing proper use of data from multiple star systems. With this fully searchable tool, myriad ground- and space-based instruments and surveys across wavelength regimes can be exploited. In addition to primary measurements, the database self consistently calculates and serves higher level data products such as extinction, luminosity, and mass. As a result, searches for young stars with specific physical characteristics can be completed with just a few mouse clicks. We are in the database population phase now, and are eager to engage with interested experts worldwide on local galactic star formation and young stellar populations.

  17. A high-level object-oriented model for representing relationships in an electronic medical record.

    PubMed Central

    Dolin, R. H.

    1994-01-01

    The importance of electronic medical records to improve the quality and cost-effectiveness of medical care continues to be realized. This growing importance has spawned efforts at defining the structure and content of medical data, which is heterogeneous, highly inter-related, and complex. Computer-assisted data modeling tools have greatly facilitated the process of representing medical data, however the complex inter-relationships of medical information can result in data models that are large and cumbersome to manipulate and view. This report presents a high-level object-oriented model for representing the relationships between objects or entities that might exist in an electronic medical record. By defining the relationship between objects at a high level and providing for inheritance, this model enables relating any medical entity to any other medical entity, even though the relationships were not directly specified or known during data model design. PMID:7949981

  18. The Relationship of High School Teachers' Class Testing Practices to Students' Feelings of Efficacy and Efforts to Study.

    ERIC Educational Resources Information Center

    Duckworth, Kenneth; And Others

    The relationship between high school students' feelings of efficacy and efforts to study and teachers' classroom testing practices was examined. Questionnaires were administered in four high schools in biology, geometry, English, and United States history classes; a total of 69 classes participated. Some teachers were also interviewed. Students'…

  19. The relationship between color-object associations and color preference: further investigation of ecological valence theory.

    PubMed

    Taylor, Chloe; Franklin, Anna

    2012-04-01

    Ecological valence theory (EVT; Palmer & Schloss, Proceedings of the National Academy of Sciences 107:8877-8882, 2010) proposes that color preferences are due to affective responses to color-associated objects: That is, people generally like colors to the degree that they like the objects associated with those colors. Palmer and Schloss found that the average valence of objects associated with a color, when weighted by how well the objects matched the color (weighted affective valence estimates: WAVE) explained 80% of the variation in preference across colors. Here, we replicated and extended Palmer and Schloss's investigation to establish whether color-object associations can account for sex differences in color preference and whether the relationship between associated objects and color preference is equally strong for males and females. We found some degree of sex specificity to the WAVEs, but the relationship between WAVE and color preference was significantly stronger for males than for females (74% shared variance for males, 45% for females). Furthermore, analyses identified a significant inverse relationship between the number of objects associated with a color and preference for the color. Participants generally liked colors associated with few objects and disliked colors associated with many objects. For the sample overall and for females alone, this association was not significantly weaker than the association of the WAVE and preference. The success of the WAVE at capturing color preference was partly due to the relationship between the number of associated objects and color preference. The findings identify constraints of EVT in its current form, but they also provide general support for the link between color preference and color-object associations.

  20. Cerebrovascular plaque segmentation using object class uncertainty snake in MR images

    NASA Astrophysics Data System (ADS)

    Das, Bipul; Saha, Punam K.; Wolf, Ronald; Song, Hee Kwon; Wright, Alexander C.; Wehrli, Felix W.

    2005-04-01

    Atherosclerotic cerebrovascular disease leads to formation of lipid-laden plaques that can form emboli when ruptured causing blockage to cerebral vessels. The clinical manifestation of this event sequence is stroke; a leading cause of disability and death. In vivo MR imaging provides detailed image of vascular architecture for the carotid artery making it suitable for analysis of morphological features. Assessing the status of carotid arteries that supplies blood to the brain is of primary interest to such investigations. Reproducible quantification of carotid artery dimensions in MR images is essential for plaque analysis. Manual segmentation being the only method presently makes it time consuming and sensitive to inter and intra observer variability. This paper presents a deformable model for lumen and vessel wall segmentation of carotid artery from MR images. The major challenges of carotid artery segmentation are (a) low signal-to-noise ratio, (b) background intensity inhomogeneity and (c) indistinct inner and/or outer vessel wall. We propose a new, effective object-class uncertainty based deformable model with additional features tailored toward this specific application. Object-class uncertainty optimally utilizes MR intensity characteristics of various anatomic entities that enable the snake to avert leakage through fuzzy boundaries. To strengthen the deformable model for this application, some other properties are attributed to it in the form of (1) fully arc-based deformation using a Gaussian model to maximally exploit vessel wall smoothness, (2) construction of a forbidden region for outer-wall segmentation to reduce interferences by prominent lumen features and (3) arc-based landmark for efficient user interaction. The algorithm has been tested upon T1- and PD- weighted images. Measures of lumen area and vessel wall area are computed from segmented data of 10 patient MR images and their accuracy and reproducibility are examined. These results correspond

  1. Apparatus for releasably connecting first and second objects in predetermined space relationship

    NASA Technical Reports Server (NTRS)

    Chandler, J. A. (Inventor)

    1984-01-01

    A releasable apparatus that connects first and second space objects, such as a spacecraft and a space vehicle, in predetermined spaced relationship is described. The apparatus comprises at least one probe member mounted on the first object, having an elongated shank portion, the distal end of which is provided with a tapered nose portion. At least one drogue assembly is mounted on the second space object for releasably capturing the probe member upon the first and second objects being brought into close proximity with each other.

  2. The word class effect in the picture–word interference paradigm

    PubMed Central

    Janssen, Niels; Melinger, Alissa; Mahon, Bradford Z.; Finkbeiner, Matthew; Caramazza, Alfonso

    2010-01-01

    The word class effect in the picture–word interference paradigm is a highly influential finding that has provided some of the most compelling support for word class constraints on lexical selection. However, methodological concerns called for a replication of the most convincing of those effects. Experiment 1 was a direct replication of Pechmann and Zerbst (2002; Experiment 4). Participants named pictures of objects in the context of noun and adverb distractors. Naming took place in bare noun and sentence frame contexts. A word class effect emerged in both bare noun and sentence frame naming conditions, suggesting a semantic origin of the effect. In Experiment 2, participants named objects in the context of noun and verb distractors whose word class relationship to the target and imageability were orthogonally manipulated. As before, naming took place in bare noun and sentence frame naming contexts. In both naming contexts, distractor imageability but not word class affected picture naming latencies. These findings confirm the sensitivity of the picture–word interference paradigm to distractor imageability and suggest the paradigm is not sensitive to distractor word class. The results undermine the use of the word class effect in the picture–word interference paradigm as supportive of word class constraints during lexical selection. PMID:19998070

  3. The end of the line: The relationship between New York City's subway system and residential class structure

    NASA Astrophysics Data System (ADS)

    Rhindress, Mindy

    Public money is necessary to build and maintain this country's vast network of mass transit systems and highways. Thus you would expect class equity in choices of infrastructure location, types of projects and pricing. However, the influence of commercial interests appears to create a contradictory effect, and may negatively influence the settlement patterns where transit serves. New York City and its subway system offered the perfect case study by which to examine the before and after effects of mass transit introduction given the enormous size of the transit system and the grand development of New York City that appeared to occur simultaneous to subway inauguration. The main objective of this study was to determine the relationship between the growth of the New York City subway system and the establishment of class structure in residential patterns. Regional census data covering the first 16-year period of the subway's development was examined along with geographic statistics on subway line expansion and station openings. GIS (Geographic Information Systems) maps were used to illustrate the development of living spaces as a function of subway introduction into communities, and several Indices were computed to demonstrate the population growth and class disparity. The results revealed that the early years of transit development were entrepreneurial efforts coordinated by business interests. This led to transit first providing significant benefits mostly to the middle and upper classes, giving them a reasonable means by which to escape horrible tenement living conditions while turning a profit at the same time. Thus new settlements were stratified by class almost immediately after introduction. The cycle continued until years later when the automobile was introduced and the once expensive and luxurious, but now more reasonably priced and just functional, public transit system finally befit the population much lower on the socioeconomic scale. Class divisions still

  4. Relationship of Class-Size to Classroom Processes, Teacher Satisfaction and Pupil Affect: A Meta-Analysis.

    ERIC Educational Resources Information Center

    Smith, Mary Lee; Glass, Gene V.

    Using data from previously completed research, the authors of this report attempted to examine the relationship between class size and measures of outcomes such as student attitudes and behavior, classroom processes and learning environment, and teacher satisfaction. The authors report that statistical integration of the existing research…

  5. Relationships between Objective and Perceived Housing in Very Old Age

    ERIC Educational Resources Information Center

    Nygren, Carita; Oswald, Frank; Iwarsson, Susanne; Fange, Agneta; Sixsmith, Judith; Schilling, Oliver; Sixsmith, Andrew; Szeman, Zsuzsa; Tomsone, Signe; Wahl, Hans-Werner

    2007-01-01

    Purpose: Our purpose in this study was to explore relationships between aspects of objective and perceived housing in five European samples of very old adults, as well as to investigate whether cross-national comparable patterns exist. Design and Methods: We utilized data from the first wave of the ENABLE-AGE Survey Study. The five national…

  6. Object-oriented analysis and design of a health care management information system.

    PubMed

    Krol, M; Reich, D L

    1999-04-01

    We have created a prototype for a universal object-oriented model of a health care system compatible with the object-oriented approach used in version 3.0 of the HL7 standard for communication messages. A set of three models has been developed: (1) the Object Model describes the hierarchical structure of objects in a system--their identity, relationships, attributes, and operations; (2) the Dynamic Model represents the sequence of operations in time as a collection of state diagrams for object classes in the system; and (3) functional Diagram represents the transformation of data within a system by means of data flow diagrams. Within these models, we have defined major object classes of health care participants and their subclasses, associations, attributes and operators, states, and behavioral scenarios. We have also defined the major processes and subprocesses. The top-down design approach allows use, reuse, and cloning of standard components.

  7. What has driven the evolution of multiple cone classes in visual systems: object contrast enhancement or light flicker elimination?

    PubMed

    Sabbah, Shai; Hawryshyn, Craig W

    2013-07-04

    Two competing theories have been advanced to explain the evolution of multiple cone classes in vertebrate eyes. These two theories have important, but different, implications for our understanding of the design and tuning of vertebrate visual systems. The 'contrast theory' proposes that multiple cone classes evolved in shallow-water fish to maximize the visual contrast of objects against diverse backgrounds. The competing 'flicker theory' states that multiple cone classes evolved to eliminate the light flicker inherent in shallow-water environments through antagonistic neural interactions, thereby enhancing object detection. However, the selective pressures that have driven the evolution of multiple cone classes remain largely obscure. We show that two critical assumptions of the flicker theory are violated. We found that the amplitude and temporal frequency of flicker vary over the visible spectrum, precluding its cancellation by simple antagonistic interactions between the output signals of cones. Moreover, we found that the temporal frequency of flicker matches the frequency where sensitivity is maximal in a wide range of fish taxa, suggesting that the flicker may actually enhance the detection of objects. Finally, using modeling of the chromatic contrast between fish pattern and background under flickering illumination, we found that the spectral sensitivity of cones in a cichlid focal species is optimally tuned to maximize the visual contrast between fish pattern and background, instead of to produce a flicker-free visual signal. The violation of its two critical assumptions substantially undermines support for the flicker theory as originally formulated. While this alone does not support the contrast theory, comparison of the contrast and flicker theories revealed that the visual system of our focal species was tuned as predicted by the contrast theory rather than by the flicker theory (or by some combination of the two). Thus, these findings challenge key

  8. Relationships between objective acoustic indices and acoustic comfort evaluation in nonacoustic spaces

    NASA Astrophysics Data System (ADS)

    Kang, Jian

    2004-05-01

    Much attention has been paid to acoustic spaces such as concert halls and recording studios, whereas research on nonacoustic buildings/spaces has been rather limited, especially from the viewpoint of acoustic comfort. In this research a series of case studies has been carried out on this topic, considering various spaces including shopping mall atrium spaces, library reading rooms, football stadia, swimming spaces, churches, dining spaces, as well as urban open public spaces. The studies focus on the relationships between objective acoustic indices such as sound pressure level and reverberation time and perceptions of acoustic comfort. The results show that the acoustic atmosphere is an important consideration in such spaces and the evaluation of acoustic comfort may vary considerably even if the objective acoustic indices are the same. It is suggested that current guidelines and technical regulations are insufficient in terms of acoustic design of these spaces, and the relationships established from the case studies between objective and subjective aspects would be useful for developing further design guidelines. [Work supported partly by the British Academy.

  9. Alveolar bone thickness and lower incisor position in skeletal Class I and Class II malocclusions assessed with cone-beam computed tomography

    PubMed Central

    Ucar, Faruk Izzet; Buyuk, Suleyman Kutalmis; Ozer, Torun; Uysal, Tancan

    2013-01-01

    Objective To evaluate lower incisor position and bony support between patients with Class II average- and high-angle malocclusions and compare with the patients presenting Class I malocclusions. Methods CBCT records of 79 patients were divided into 2 groups according to sagittal jaw relationships: Class I and II. Each group was further divided into average- and high-angle subgroups. Six angular and 6 linear measurements were performed. Independent samples t-test, Kruskal-Wallis, and Dunn post-hoc tests were performed for statistical comparisons. Results Labial alveolar bone thickness was significantly higher in Class I group compared to Class II group (p = 0.003). Lingual alveolar bone angle (p = 0.004), lower incisor protrusion (p = 0.007) and proclination (p = 0.046) were greatest in Class II average-angle patients. Spongious bone was thinner (p = 0.016) and root apex was closer to the labial cortex in high-angle subgroups when compared to the Class II average-angle subgroup (p = 0.004). Conclusions Mandibular anterior bony support and lower incisor position were different between average- and high-angle Class II patients. Clinicians should be aware that the range of lower incisor movement in high-angle Class II patients is limited compared to average- angle Class II patients. PMID:23814708

  10. Relationships between fundamental movement skills and objectively measured physical activity in preschool children.

    PubMed

    Cliff, Dylan P; Okely, Anthony D; Smith, Leif M; McKeen, Kim

    2009-11-01

    Gender differences in cross-sectional relationships between fundamental movement skill (FMS) subdomains (locomotor skills, object-control skills) and physical activity were examined in preschool children. Forty-six 3- to 5-year-olds (25 boys) had their FMS video assessed (Test of Gross Motor Development II) and their physical activity objectively monitored (Actigraph 7164 accelerometers). Among boys, object-control skills were associated with physical activity and explained 16.9% (p = .024) and 13.7% (p = .049) of the variance in percent of time in moderate-to-vigorous physical activity (MVPA) and total physical activity, respectively, after controlling for age, SES and z-BMI. Locomotor skills were inversely associated with physical activity among girls, and explained 19.2% (p = .023) of the variance in percent of time in MVPA after controlling for confounders. Gender and FMS subdomain may influence the relationship between FMS and physical activity in preschool children.

  11. WOWW: A Solution Orientated Approach to Enhance Classroom Relationships and Behaviour within a Primary Three Class

    ERIC Educational Resources Information Center

    Fernie, Lynne; Cubeddu, Daniela

    2016-01-01

    A Working on What Works (WOWW) approach was utilised over six sessions in a mainstream Scottish primary class to enhance classroom relationships and behaviours. The aim of the intervention was to manage everyday classroom problems within a natural classroom environment. WOWW incorporates positive psychology and implements a solution-focused…

  12. The Relationship between Attention Levels and Class Participation of First-Year Students in Classroom Teaching Departments

    ERIC Educational Resources Information Center

    Sezer, Adem; Inel, Yusuf; Seçkin, Ahmet Çagdas; Uluçinar, Ufuk

    2017-01-01

    This study aimed to detect any relationship that may exist between classroom teacher candidates' class participation and their attention levels. The research method was a convergent parallel design, mixing quantitative and qualitative research techniques, and the study group was composed of 21 freshmen studying in the Classroom Teaching Department…

  13. Malocclusion Class II division 1 skeletal and dental relationships measured by cone-beam computed tomography.

    PubMed

    Xu, Yiling; Oh, Heesoo; Lagravère, Manuel O

    2017-09-01

    The purpose of this study was to locate traditionally-used landmarks in two-dimensional (2D) images and newly-suggested ones in three-dimensional (3D) images (cone-beam computer tomographies [CBCTs]) and determine possible relationships between them to categorize patients with Class II-1 malocclusion. CBCTs from 30 patients diagnosed with Class II-1 malocclusion were obtained from the University of Alberta Graduate Orthodontic Program database. The reconstructed images were downloaded and visualized using the software platform AVIZO ® . Forty-two landmarks were chosen and the coordinates were then obtained and analyzed using linear and angular measurements. Ten images were analyzed three times to determine the reliability and measurement error of each landmark using Intra-Class Correlation coefficient (ICC). Descriptive statistics were done using the SPSS statistical package to determine any relationships. ICC values were excellent for all landmarks in all axes, with the highest measurement error of 2mm in the y-axis for the Gonion Left landmark. Linear and angular measurements were calculated using the coordinates of each landmark. Descriptive statistics showed that the linear and angular measurements used in the 2D images did not correlate well with the 3D images. The lowest standard deviation obtained was 0.6709 for S-GoR/N-Me, with a mean of 0.8016. The highest standard deviation was 20.20704 for ANS-InfraL, with a mean of 41.006. The traditional landmarks used for 2D malocclusion analysis show good reliability when transferred to 3D images. However, they did not reveal specific skeletal or dental patterns when trying to analyze 3D images for malocclusion. Thus, another technique should be considered when classifying 3D CBCT images for Class II-1malocclusion. Copyright © 2017 CEO. Published by Elsevier Masson SAS. All rights reserved.

  14. Class Size.

    ERIC Educational Resources Information Center

    Ellis, Thomas I.

    1985-01-01

    After a brief introduction identifying current issues and trends in research on class size, this brochure reviews five recent studies bearing on the relationship of class size to educational effectiveness. Part 1 is a review of two interrelated and highly controversial "meta-analyses" or statistical integrations of research findings on…

  15. Social class, power, and selfishness: when and why upper and lower class individuals behave unethically.

    PubMed

    Dubois, David; Rucker, Derek D; Galinsky, Adam D

    2015-03-01

    Are the rich more unethical than the poor? To answer this question, the current research introduces a key conceptual distinction between selfish and unethical behavior. Based on this distinction, the current article offers 2 novel findings that illuminate the relationship between social class and unethical behavior. First, the effects of social class on unethical behavior are not invariant; rather, the effects of social class are moderated by whether unethical behavior benefits the self or others. Replicating past work, social class positively predicted unethical behavior; however, this relationship was only observed when that behavior was self-beneficial. When unethical behavior was performed to benefit others, social class negatively predicted unethical behavior; lower class individuals were more likely than upper class individuals to engage in unethical behavior. Overall, social class predicts people's tendency to behave selfishly, rather than predicting unethical behavior per se. Second, individuals' sense of power drove the effects of social class on unethical behavior. Evidence for this relationship was provided in three forms. First, income, but not education level, predicted unethical behavior. Second, feelings of power mediated the effect of social class on unethical behavior, but feelings of status did not. Third, two distinct manipulations of power produced the same moderation by self-versus-other beneficiary as was found with social class. The current theoretical framework and data both synthesize and help to explain a range of findings in the social class and power literatures. PsycINFO Database Record (c) 2015 APA, all rights reserved.

  16. Impact of an Intimate Relationships Class on Unrealistic Relationship Beliefs

    ERIC Educational Resources Information Center

    Bass, Brenda L.; Drake, Teske R.; Linney, Kirsten D.

    2007-01-01

    Unrealistic relationship beliefs have been shown to be related to lower levels of relationship satisfaction. Yet, young adults often hold unrealistic or irrational beliefs about intimate relationships. The purpose of this study was to assess the effectiveness of an intimate relationships course in reducing young adults' irrational relationship…

  17. Vitamin D Deficiency and Its Relationship with Child-Pugh Class in Patients with Chronic Liver Disease

    PubMed Central

    Jamil, Zubia; Arif, Sharmin; Khan, Anum; Durrani, Asghar Aurangzeb; Yaqoob, Nayyar

    2018-01-01

    Abstract Background and Aims: Skeletal manifestation in liver diseases represents the minimally scrutinized part of the disease spectrum. Vitamin D deficiency has a central role in developing hepatic osteodystrophy in patients with chronic liver disease. This study aimed to investigate vitamin D levels and their relationship with disease advancement in these patients. Methods: Vitamin D levels were checked in 125 chronic liver disease patients. The patients were classified in three stages according to Child-Pugh score: A, B and C. The relationship of vitamin D levels with Child-Pugh score and other variables in the study was assessed by the contingency coefficient. Correlation and logistic regression analyses were also carried out to find additional predictors of low vitamin D levels. Results: Among the patients, 88% had either insufficient or deficient stores of vitamin D, while only 12% had sufficient vitamin D levels (p >0.05). Vitamin D levels were notably related to Child-Pugh class (contingency coefficient = 0.5, p <0.05). On univariate and multinomial regression analyses, age, female sex, MELD and Child-Pugh class were predictors of low vitamin D levels. Age, model of end-stage liver disease score and Child-Pugh score were negatively correlated to vitamin D levels (p <0.05). Conclusions: Vitamin D deficiency is notably related to age, female sex and model of end-stage liver disease score, in addition to Child-Pugh class of liver cirrhosis. Vitamin D levels should be routinely checked in patients with advanced liver cirrhosis (Child-Pugh class B and C) and this deficiency must be addressed in a timely manner to improve general well-being of cirrhotic patients.

  18. Class and ideological orientations revisited: an exploration of class-based mechanisms.

    PubMed

    Bengtsson, Mattias; Berglund, Tomas; Oskarson, Maria

    2013-12-01

    Studies of the relationship between class position and political outlooks still only have a limited understanding of the class-related mechanisms that matter for ideological orientations. This article presents a comprehensive analysis of the mechanisms that link class position and left/right and authoritarian/libertarian orientations. Besides main factors such as income, career prospects, job security, education, class origin and class identification, the significance of work-related factors such as work autonomy, working in a team, a physically demanding job and a mentally demanding job is studied. The findings are based on a survey specifically designed for this purpose and collected in Sweden in 2008/2009. A great deal of the association between class position and left/right orientations is explained by socio-economic conditions; different classes sympathize with policies that will benefit them economically. Another important factor is class identification. Work-related factors also have relevance, but the effect of class position on left/right orientations works mainly through the remuneration system. Class position is also related to authoritarian/libertarian orientations. However, this relationship is less explained by socio-economic position per se, but is rather an effect of the educational system and its allocation of the workforce into different class positions. It also turns out that work-related factors do not explain the class effects; however, a physically demanding job shows a unique effect. Overall, our findings suggest that besides factors such as class position, income, education and class identification, we need to consider work-related aspects to derive a more complete understanding of the distribution of ideological orientations in Western societies. © London School of Economics and Political Science 2013.

  19. Relationship between vertical facial patterns and dental arch form in class II malocclusion.

    PubMed

    Grippaudo, Cristina; Oliva, Bruno; Greco, Anna Lucia; Sferra, Simone; Deli, Roberto

    2013-11-07

    The purpose of this study is to evaluate the relationship between dental arch form and the vertical facial pattern determined by the angle between the mandibular plane and the anterior cranial base (Sella-nasion/mandibular plane angle (SN-MP)) in skeletal class II untreated patients. A sample of 73 Caucasians patients with untreated skeletal class II in permanent dentition was divided into three groups according to the values of the angle SN-MP. An evaluation of the arch form was performed by angular and linear relation values on each patient. Regression analysis was used to determine the statistical significance of the relationships between SN-MP angle and dental arch form. The differences among the three groups were analyzed for significance using a variance analysis. A decrease of the upper arch transversal diameters in high SN-MP angle patients and an increase in low angle SN-MP ones (P<0.05) were shown. Result analysis showed a change in upper arch shape, with a smaller intercanine width in patients with high SN-MP angle and a greater one in low angle patients. As SN-MP angle increased, the upper arch form tended to be narrower. No statistically significant difference in mandibular arch form among the three groups was found, except the angle value related to incisors position. The results showed the association between the upper dental arch form and the vertical facial pattern. On the contrary, the lower arch form was not related to the mandibular divergence.

  20. Class II malocclusion with accentuated occlusal plane inclination corrected with miniplate: a case report

    PubMed Central

    Farret, Marcel Marchiori; Farret, Milton M. Benitez

    2016-01-01

    ABSTRACT Introduction: A canted occlusal plane presents an unesthetic element of the smile. The correction of this asymmetry has been typically considered difficult by orthodontists, as it requires complex mechanics and may sometimes even require orthognathic surgery. Objective: This paper outlines the case of a 29-year-old woman with Class II malocclusion, pronounced midline deviation and accentuated occlusal plane inclination caused by mandibular deciduous molar ankylosis. Methods: The patient was treated with a miniplate used to provide anchorage in order to intrude maxillary teeth and extrude mandibular teeth on one side, thus eliminating asymmetry. Class II was corrected on the left side by means of distalization, anchored in the miniplate as well. On the right side, maxillary first premolar was extracted and molar relationship was kept in Class II, while canines were moved to Class I relationship. The patient received implant-prosthetic rehabilitation for maxillary left lateral incisor and mandibular left second premolar. Results: At the end of treatment, Class II was corrected, midlines were matched and the canted occlusal plane was totally corrected, thereby improving smile function and esthetics. PMID:27409658

  1. The physician's quality of life: Relationship with ego defense mechanisms and object relations.

    PubMed

    Miranda, Benedito; Louzã, Mário Rodrigues

    2015-11-01

    To assess whether ego defense mechanisms and object relations (the way an individual subjectively experiences his/her relationships with others) are related to quality of life among physicians. In this cross-sectional mail survey, 602 physicians from Botucatu, SP, Brazil, were sent a socio-demographic questionnaire, the Bell Object Relations and Reality Testing Inventory-Form O (BORRTI-O), the Defense Style Questionnaire-40 (DSQ-40), and the World Health Organization Abbreviated Instrument for Quality of Life Assessment (WHOQOL-BREF). 198 questionnaires (33%) with valid responses were obtained. High BORRTI-O scores (indicative of pathology) on the alienation, egocentricity and insecure attachment subscales were associated with reduced WHOQOL-BREF scores for the psychological health and social relationship domains. Immature ego defense mechanisms were associated with lower WHOQOL-BREF scores for all domains. No significant associations of WHOQOL-BREF scores with working hours, workplace or monthly income were observed in the study population WHOQOL-BREF scores correlated with mature defense mechanisms and normal object relations, suggesting an association between psychological maturity and quality of life among physicians. Copyright © 2015 Elsevier Inc. All rights reserved.

  2. Students' objectively measured physical activity levels and engagement as a function of between-class and between-student differences in motivation toward physical education.

    PubMed

    Aelterman, Nathalie; Vansteenkiste, Maarten; Van Keer, Hilde; Van den Berghe, Lynn; De Meyer, Jotie; Haerens, Leen

    2012-08-01

    Despite evidence for the utility of self-determination theory in physical education, few studies used objective indicators of physical activity and mapped out between-class, relative to between-student, differences in physical activity. This study investigated whether moderate-to-vigorous physical activity (MVPA) and rated collective engagement in physical education were associated with autonomous motivation, controlled motivation, and amotivation at the between-class and between-student levels. Participants were 739 pupils (46.3% boys, Mage = 14.36 ±1.94) from 46 secondary school classes in Flanders (Belgium). Multilevel analyses indicated that 37% and 63% of the variance in MVPA was explained by between-student and between-class differences, respectively. Students' personal autonomous motivation related positively to MVPA. Average autonomous class motivation was positively related to between-class variation in MVPA and collective engagement. Average controlled class motivation and average class amotivation were negatively associated with collective engagement. The findings are discussed in light of self-determination theory's emphasis on quality of motivation.

  3. The Relationship between Student Motivation and Class Engagement Levels

    ERIC Educational Resources Information Center

    Nayir, Funda

    2017-01-01

    Purpose: Student engagement and interest in class are important conditions for active learning. For this they must be highly motivated. In other words, students who have high motivation make an effort to be engaged in class. Thus, knowing students' motivation level is important for active engagement in class. The aim of the present study is to…

  4. Contextualizing Relationship Education and Adolescent Attitude toward Sexual Behavior: Considering Class Climate

    ERIC Educational Resources Information Center

    Morrison, Sandra U.; Adler-Baeder, Francesca; Bub, Kristen L.; Duke, Adrienne

    2018-01-01

    Background: Using data from a statewide relationship education (RE) program targeting a diverse adolescent sample, this study examined RE implementation in classroom environments. Objective: The purpose of this study was to explore (1) whether there is a beneficial RE program effect for change in individual attitudes toward sexual delay, (2)…

  5. Nocturnal Hot Flashes: Relationship to Objective Awakenings and Sleep Stage Transitions

    PubMed Central

    Bianchi, Matt T.; Kim, Semmie; Galvan, Thania; White, David P.; Joffe, Hadine

    2016-01-01

    Study Objectives: While women report sleep interruption secondary to nighttime hot flashes, the sleep disrupting impact of nocturnal hot flashes (HF) is not well characterized. We utilized a model of induced HF to investigate the relationship of nighttime HF to sleep architecture and sleep-stage transitions. Methods: Twenty-eight healthy, premenopausal volunteers received the depot gonadotropin-releasing hormone agonist (GnRHa) leuprolide to rapidly induce menopause, manifesting with HF. Sleep disruption was measured on 2 polysomnograms conducted before and after 4–5 weeks on leuprolide, when HF had developed. Results: 165 HF episodes were recorded objectively during 48 sleep studies (mean 3.4 HF/night). After standardizing to sleep-stage time distribution, the majority of HF were recorded during wake (51.0%) and stage N1 (18.8%). Sixty-six percent of HF occurred within 5 minutes of an awakening, with 80% occurring just before or during the awakening. Objective HF were not associated with sleep disruption as measured by increased transitions to wake or N1, but self-reported nocturnal HF correlated with an increase from pre- to post-leuprolide in the rate of transitions to wake (p = 0.01), and to N1 (p = 0.008). Conclusions: By isolating the effect of HF on sleep in women without the confound of age-related sleep changes associated with natural menopause, this experimental model shows that HF arise most commonly during N1 and wake, typically preceding or occurring simultaneously with wake episodes. Perception of HF, but not objective HF, is linked to increased sleep-stage transitions, suggesting that sleep disruption increases awareness of and memory for nighttime HF events. Clinical Trial Registration: ClinicalTrials.gov Identifier: NCT01116401. Citation: Bianchi MT, Kim S, Galvan T, White DP, Joffe H. Nocturnal hot flashes: relationship to objective awakenings and sleep stage transitions. J Clin Sleep Med 2016;12(7):1003–1009. PMID:26951410

  6. The Method of Immersion the Problem of Comparing Technical Objects in an Expert Shell in the Class of Artificial Intelligence Algorithms

    NASA Astrophysics Data System (ADS)

    Sergey Vasilievich, Buharin; Aleksandr Vladimirovich, Melnikov; Svetlana Nikolaevna, Chernyaeva; Lyudmila Anatolievna, Korobova

    2017-08-01

    The method of dip of the underlying computational problem of comparing technical object in an expert shell in the class of data mining methods is examined. An example of using the proposed method is given.

  7. X-shooter spectroscopy of young stellar objects. III. Photospheric and chromospheric properties of Class III objects

    NASA Astrophysics Data System (ADS)

    Stelzer, B.; Frasca, A.; Alcalá, J. M.; Manara, C. F.; Biazzo, K.; Covino, E.; Rigliaco, E.; Testi, L.; Covino, S.; D'Elia, V.

    2013-10-01

    Context. Traditionally, the chromospheres of late-type stars are studied through their strongest emission lines, Hα and Ca ii HK emission. Our knowledge on the whole emission line spectrum is more elusive as a result of the limited spectral range and sensitivity of most available spectrographs. Aims: We intend to reduce this gap with a comprehensive spectroscopic study of the chromospheric emission line spectrum of a sample of non-accreting pre-main sequence stars (Class III sources). Methods: We analyzed X-shooter/VLT spectra of 24 Class III sources from three nearby star-forming regions (σ Orionis, Lupus III, and TW Hya). We determined the effective temperature, surface gravity, rotational velocity, and radial velocity by comparing the observed spectra with synthetic BT-Settl model spectra. We investigated in detail the emission lines emerging from the stellar chromospheres and combined these data with archival X-ray data to allow for a comparison between chromospheric and coronal emissions. Results: For some objects in the sample the atmospheric and kinematic parameters are presented here for the first time. The effective temperatures are consistent with those derived for the same stars from an empirical calibration with spectral types. Small differences in the surface gravity found between the stars can be attributed to differences in the average age of the three star-forming regions. The strength of lithium absorption and radial velocities confirm the young age of all but one object in the sample (Sz 94). Both X-ray and Hα luminosity as measured in terms of the bolometric luminosity are independent of the effective temperature for early-M stars but decline toward the end of the spectral M sequence. For the saturated early-M stars the average emission level is almost one dex higher for X-rays than for Hα: log (Lx/Lbol) = -2.85 ± 0.36 vs. log (LHα/Lbol) = -3.72 ± 0.21. When all chromospheric emission lines (including the Balmer series up to H11, Ca ii HK

  8. Schoolyard Geographies: The Influence of Object-Play and Place-Making on Relationships

    ERIC Educational Resources Information Center

    Johnson, Paul

    2013-01-01

    The exploration of relationships between the physical characteristics of place and the activities that occur there is a fundamental question for geography (Patton 2002). This report is part of a larger case study documenting how the places, objects and practices in a naturalized primary school playground influenced a newly enrolled student's…

  9. Social affiliation in same-class and cross-class interactions.

    PubMed

    Côté, Stéphane; Kraus, Michael W; Carpenter, Nichelle C; Piff, Paul K; Beermann, Ursula; Keltner, Dacher

    2017-02-01

    Historically high levels of economic inequality likely have important consequences for relationships between people of the same and different social class backgrounds. Here, we test the prediction that social affiliation among same-class partners is stronger at the extremes of the class spectrum, given that these groups are highly distinctive and most separated from others by institutional and economic forces. An internal meta-analysis of 4 studies (N = 723) provided support for this hypothesis. Participant and partner social class were interactively, rather than additively, associated with social affiliation, indexed by affiliative behaviors and emotions during structured laboratory interactions and in daily life. Further, response surface analyses revealed that paired upper or lower class partners generally affiliated more than average-class pairs. Analyses with separate class indices suggested that these patterns are driven more by parental income and subjective social class than by parental education. The findings illuminate the dynamics of same- and cross-class interactions, revealing that not all same-class interactions feature the same degree of affiliation. They also reveal the importance of studying social class from an intergroup perspective. (PsycINFO Database Record (c) 2017 APA, all rights reserved).

  10. C++, objected-oriented programming, and astronomical data models

    NASA Technical Reports Server (NTRS)

    Farris, A.

    1992-01-01

    Contemporary astronomy is characterized by increasingly complex instruments and observational techniques, higher data collection rates, and large data archives, placing severe stress on software analysis systems. The object-oriented paradigm represents a significant new approach to software design and implementation that holds great promise for dealing with this increased complexity. The basic concepts of this approach will be characterized in contrast to more traditional procedure-oriented approaches. The fundamental features of objected-oriented programming will be discussed from a C++ programming language perspective, using examples familiar to astronomers. This discussion will focus on objects, classes and their relevance to the data type system; the principle of information hiding; and the use of inheritance to implement generalization/specialization relationships. Drawing on the object-oriented approach, features of a new database model to support astronomical data analysis will be presented.

  11. Probing the Evolution of Massive Young Stellar Objects using Weak Class II 6.7GHz Methanol Maser Emission

    NASA Astrophysics Data System (ADS)

    Ludwig, Bethany Ann; Cunningham, Nichol

    2017-01-01

    We present results from an investigation of class II 6.7GHz methanol masers towards four Massive Young Stellar Objects (MYSOs). The sources, selected from the Red MSX Source (RMS) Survey (Lumsden et al. 2013), were previously understood to be non-detections for class II methanol maser emission in the methanol multi-beam (MMB) Survey (Caswell et al. 2010.) Class II methanol masers are a well-known sign post of massive star forming regions and may be utilized to probe their relatively poorly understood formation. It is possible that these non-detections are simply weak masers that are potentially associated with a younger evolutionary phase of MYSOs as hypothesized by Olmi et al. (2014). The sources were chosen to sample various stages of evolution, having similar 21 to 8 micron flux ratios and bolometric luminosities as other MYSOs with previous class II methanol maser detections. We observed all 4 MYSOs with ATCA (~2" resolution) at 10 times deeper sensitivity than previously obtained with the MMB survey and have a spectral resolution of 0.087kms^-1 . The raw data is reduced using the program Miriad (Sault, R. J., et al., 1995) and deconvolutioned using the program CASA (McMullin, J. P., et al. 2007.) We determine one of the four observed MYSOs is harboring a weak class II methanol maser. We discuss the possibility of sensitivity limitations on the remaining sources as well as environmental and evolutionary differences between the sources.

  12. Visualization: A Tool for Enhancing Students' Concept Images of Basic Object-Oriented Concepts

    ERIC Educational Resources Information Center

    Cetin, Ibrahim

    2013-01-01

    The purpose of this study was twofold: to investigate students' concept images about class, object, and their relationship and to help them enhance their learning of these notions with a visualization tool. Fifty-six second-year university students participated in the study. To investigate his/her concept images, the researcher developed a survey…

  13. Corneal refractive index-hydration relationship by objective refractometry.

    PubMed

    Patel, Sudi; Alió, Jorge L

    2012-11-01

    To compare an objective (VCH-1) with a manual subjective Abbé refractometer (MSAR) and evaluate the refractive index (RI)-hydration (H) relationship for the corneal stroma. Epithelial and endothelial layers were removed from a fresh postmortem ovine corneal buttons. RI was measured at both surfaces using (i) MSAR then (ii) VCH-1. The sample was weighed, slowly dehydrated under controlled conditions (2 h), and RI measures were repeated. Sample was oven dried (90°C) for 3 d to obtain dry weight and hydration at each episode of RI measurement. Average difference between individual pairs of measurements obtained using the two refractometers (ΔRI) was 0.00071 (standard deviation ± 0.0029, 95% confidence interval ± 0.0058). Root mean square difference between measurements obtained by the refractometers was 0.0024. There was no relationship between ΔRI and the mean of each measurement pair (r = 0.201, n = 40, p = 0.214). Linear regression revealed a significant relationship between RI and reciprocal of H at both surfaces as follows: anterior (i) RI = 1.355 + 0.111/H (r = -0.852, n = 20, p = <0.001), (ii) RI = 1.357 + 0.105/H (r = -0.849, n = 20, p = <0.001) and posterior (i) RI = 1.353 + 0.085/H (r = -0.882, n = 20, p = <0.001), (ii) RI = 1.350 + 0.088/H (r = -0.813, n = 20, p = <0.001). VCH-1 measurements are in good agreement with MSAR. RI at the anterior stroma was consistently higher suggesting hydration is lower by 1.10 units (6%) compared with the posterior stroma. Dehydration increased RI at both surfaces by similar rates. Current hypothetical models are useful for predicting RI from H for the posterior, but not the anterior, stroma.

  14. A class of stochastic optimization problems with one quadratic & several linear objective functions and extended portfolio selection model

    NASA Astrophysics Data System (ADS)

    Xu, Jiuping; Li, Jun

    2002-09-01

    In this paper a class of stochastic multiple-objective programming problems with one quadratic, several linear objective functions and linear constraints has been introduced. The former model is transformed into a deterministic multiple-objective nonlinear programming model by means of the introduction of random variables' expectation. The reference direction approach is used to deal with linear objectives and results in a linear parametric optimization formula with a single linear objective function. This objective function is combined with the quadratic function using the weighted sums. The quadratic problem is transformed into a linear (parametric) complementary problem, the basic formula for the proposed approach. The sufficient and necessary conditions for (properly, weakly) efficient solutions and some construction characteristics of (weakly) efficient solution sets are obtained. An interactive algorithm is proposed based on reference direction and weighted sums. Varying the parameter vector on the right-hand side of the model, the DM can freely search the efficient frontier with the model. An extended portfolio selection model is formed when liquidity is considered as another objective to be optimized besides expectation and risk. The interactive approach is illustrated with a practical example.

  15. Chloroplast phylogenomic analysis resolves deep-level relationships within the green algal class Trebouxiophyceae.

    PubMed

    Lemieux, Claude; Otis, Christian; Turmel, Monique

    2014-10-01

    The green algae represent one of the most successful groups of photosynthetic eukaryotes, but compared to their land plant relatives, surprisingly little is known about their evolutionary history. This is in great part due to the difficulty of recognizing species diversity behind morphologically similar organisms. The Trebouxiophyceae is a species-rich class of the Chlorophyta that includes symbionts (e.g. lichenized algae) as well as free-living green algae. Members of this group display remarkable ecological variation, occurring in aquatic, terrestrial and aeroterrestrial environments. Because a reliable backbone phylogeny is essential to understand the evolutionary history of the Trebouxiophyceae, we sought to identify the relationships among the major trebouxiophycean lineages that have been previously recognized in nuclear-encoded 18S rRNA phylogenies. To this end, we used a chloroplast phylogenomic approach. We determined the sequences of 29 chlorophyte chloroplast genomes and assembled amino acid and nucleotide data sets derived from 79 chloroplast genes of 61 chlorophytes, including 35 trebouxiophyceans. The amino acid- and nucleotide-based phylogenies inferred using maximum likelihood and Bayesian methods and various models of sequence evolution revealed essentially the same relationships for the trebouxiophyceans. Two major groups were identified: a strongly supported clade of 29 taxa (core trebouxiophyceans) that is sister to the Chlorophyceae + Ulvophyceae and a clade comprising the Chlorellales and Pedinophyceae that represents a basal divergence relative to the former group. The core trebouxiophyceans form a grade of strongly supported clades that include a novel lineage represented by the desert crust alga Pleurastrosarcina brevispinosa. The assemblage composed of the Oocystis and Geminella clades is the deepest divergence of the core trebouxiophyceans. Like most of the chlorellaleans, early-diverging core trebouxiophyceans are predominantly

  16. Exploring the relationship between object realism and object-based attention effects.

    PubMed

    Roque, Nelson; Boot, Walter R

    2015-09-01

    Visual attention prioritizes processing of locations in space, and evidence also suggests that the benefits of attention can be shaped by the presence of objects (object-based attention). However, the prevalence of object-based attention effects has been called into question recently by evidence from a large-sampled study employing classic attention paradigms (Pilz et al., 2012). We conducted two experiments to explore factors that might determine when and if object-based attention effects are observed, focusing on the degree to which the concreteness and realism of objects might contribute to these effects. We adapted the classic attention paradigm first reported by Egly, Driver, and Rafal (1994) by replacing abstract bar stimuli in some conditions with objects that were more concrete and familiar to participants: items of silverware. Furthermore, we varied the realism of these items of silverware, presenting either cartoon versions or photo-realistic versions. Contrary to predictions, increased realism did not increase the size of object-based effects. In fact, no clear object-based effects were observed in either experiment, consistent with previous failures to replicate these effects in similar paradigms. While object-based attention may exist, and may have important influences on how we parse the visual world, these and other findings suggest that the two-object paradigm typically relied upon to study object-based effects may not be the best paradigm to investigate these issues. Copyright © 2015 Elsevier B.V. All rights reserved.

  17. Discovery and Structure-Activity Relationships of the Neoseptins: A New Class of Toll-like Receptor-4 (TLR4) Agonists.

    PubMed

    Morin, Matthew D; Wang, Ying; Jones, Brian T; Su, Lijing; Surakattula, Murali M R P; Berger, Michael; Huang, Hua; Beutler, Elliot K; Zhang, Hong; Beutler, Bruce; Boger, Dale L

    2016-05-26

    Herein, we report studies leading to the discovery of the neoseptins and a comprehensive examination of the structure-activity relationships (SARs) of this new class of small-molecule mouse Toll-like receptor 4 (mTLR4) agonists. The compounds in this class, which emerged from screening an α-helix mimetic library, stimulate the immune response, act by a well-defined mechanism (mouse TLR4 agonist), are easy to produce and structurally manipulate, exhibit exquisite SARs, are nontoxic, and elicit improved and qualitatively different responses compared to lipopolysaccharide, even though they share the same receptor.

  18. The Relationship between Academic Averages of Primary School Science and Technology Class and Test Sub-Test Scores of Placement Test of Science

    ERIC Educational Resources Information Center

    Guzeller, Cem Oktay

    2012-01-01

    In this research, the relationship between written exam scores of science and technology class of 6th, 7th, and 8th grades, project, participation in class activities and performance work, year-end academic success point averages and sub-test raw scores of LDT science of 6th, 7th and 8th grades. Academic success point averages were used as…

  19. Classes of Heart Failure

    MedlinePlus

    ... Class Objective Assessment A No objective evidence of cardiovascular disease. No symptoms and no limitation in ordinary physical activity. B Objective evidence of minimal cardiovascular disease. Mild symptoms and slight limitation during ordinary activity. ...

  20. Flexible Method for Inter-object Communication in C++

    NASA Technical Reports Server (NTRS)

    Curlett, Brian P.; Gould, Jack J.

    1994-01-01

    A method has been developed for organizing and sharing large amounts of information between objects in C++ code. This method uses a set of object classes to define variables and group them into tables. The variable tables presented here provide a convenient way of defining and cataloging data, as well as a user-friendly input/output system, a standardized set of access functions, mechanisms for ensuring data integrity, methods for interprocessor data transfer, and an interpretive language for programming relationships between parameters. The object-oriented nature of these variable tables enables the use of multiple data types, each with unique attributes and behavior. Because each variable provides its own access methods, redundant table lookup functions can be bypassed, thus decreasing access times while maintaining data integrity. In addition, a method for automatic reference counting was developed to manage memory safely.

  1. Apparent Disk-mass Reduction and Planetisimal Formation in Gravitationally Unstable Disks in Class 0/I Young Stellar Objects

    NASA Astrophysics Data System (ADS)

    Tsukamoto, Y.; Okuzumi, S.; Kataoka, A.

    2017-04-01

    We investigate the dust structure of gravitationally unstable disks undergoing mass accretion from the envelope, envisioning its application to Class 0/I young stellar objects (YSOs). We find that the dust disk quickly settles into a steady state and that, compared to a disk with interstellar medium (ISM) dust-to-gas mass ratio and micron-sized dust, the dust mass in the steady state decreases by a factor of 1/2 to 1/3, and the dust thermal emission decreases by a factor of 1/3 to 1/5. The latter decrease is caused by dust depletion and opacity decrease owing to dust growth. Our results suggest that the masses of gravitationally unstable disks in Class 0/I YSOs are underestimated by a factor of 1/3 to 1/5 when calculated from the dust thermal emission assuming an ISM dust-to-gas mass ratio and micron-sized dust opacity, and that a larger fraction of disks in Class 0/I YSOs is gravitationally unstable than was previously believed. We also investigate the orbital radius {r}{{P}} within which planetesimals form via coagulation of porous dust aggregates and show that {r}{{P}} becomes ˜20 au for a gravitationally unstable disk around a solar mass star. Because {r}{{P}} increases as the gas surface density increases and a gravitationally unstable disk has maximum gas surface density, {r}{{P}}˜ 20 {au} is the theoretical maximum radius for planetesimal formation. We suggest that planetesimal formation in the Class 0/I phase is preferable to that in the Class II phase because a large amount of dust is supplied by envelope-to-disk accretion.

  2. Organizing and Typing Persistent Objects Within an Object-Oriented Framework

    NASA Technical Reports Server (NTRS)

    Madany, Peter W.; Campbell, Roy H.

    1991-01-01

    Conventional operating systems provide little or no direct support for the services required for an efficient persistent object system implementation. We have built a persistent object scheme using a customization and extension of an object-oriented operating system called Choices. Choices includes a framework for the storage of persistent data that is suited to the construction of both conventional file system and persistent object system. In this paper we describe three areas in which persistent object support differs from file system support: storage organization, storage management, and typing. Persistent object systems must support various sizes of objects efficiently. Customizable containers, which are themselves persistent objects and can be nested, support a wide range of object sizes in Choices. Collections of persistent objects that are accessed as an aggregate and collections of light-weight persistent objects can be clustered in containers that are nested within containers for larger objects. Automated garbage collection schemes are added to storage management and have a major impact on persistent object applications. The Choices persistent object store provides extensible sets of persistent object types. The store contains not only the data for persistent objects but also the names of the classes to which they belong and the code for the operation of the classes. Besides presenting persistent object storage organization, storage management, and typing, this paper discusses how persistent objects are named and used within the Choices persistent data/file system framework.

  3. The Analysis of the Relationship between Primary Learning Styles and Learning Objects in an Online Environment

    ERIC Educational Resources Information Center

    Özdemir, Muzaffer

    2016-01-01

    This study investigates the relationships between the primary learning styles of students and different learning objects presented simultaneously in an online learning environment in the context of the usage levels of these objects. A total of 103 sophomores from a Turkish State University participated in the study. Felder-Solomon Index of…

  4. The Relationship of Class Size Effects and Teacher Salary

    ERIC Educational Resources Information Center

    Peevely, Gary; Hedges, Larry; Nye, Barbara A.

    2005-01-01

    The effects of class size on academic achievement have been studied for decades. Although the results of small-scale, randomized experiments and large-scale, econometric studies point to positive effects of small classes, some scholars see the evidence as ambiguous. Recent analyses from a 4-year, large-scale, randomized experiment on the effects…

  5. NARCISSISM AND CONCERN: THE RELATIONSHIP OF SELF-OBJECT NEEDS AND NARCISSISTIC SYMPTOMS WITH HEALTHY AND PATHOLOGICAL CONCERN.

    PubMed

    Friedemann, Yael; Tolmacz, Rami; Doron, Yonit

    2016-03-01

    While concern and narcissism seem to be contradictory in nature, clinical evidence and theoretical writings on pathological forms of concern--tracing their origin to deficiencies in early relationships with primary caretakers--suggest that the actual relationship between these two characteristics might be much more complicated. We respond to a study aimed to add empirical data to the clinical and theoretical knowledge examined the relationships between self-object functions, types of narcissism and pathological concern. The findings of the study showed that pathological concern was positively associated with self-object needs and that this association was mediated by covert narcissism. Our discussion focuses on the developmental and psychodynamic sources of pathological concern, as well as its significance in the intrapersonal and interpersonal domains.

  6. White Middle-Class Privilege: Social Class Bias and Implications for Training and Practice

    ERIC Educational Resources Information Center

    Liu, William Ming; Pickett, Theodore, Jr.; Ivey, Allen E.

    2007-01-01

    Social class, classism, and privilege and their relationship to counseling have been given insufficient attention. This article defines and explores White middle-class privilege; it proffers support for its integration in a multicultural competency, as well as its intersection with race and other dimensions of multiculturalism and privilege.…

  7. Relationships of inflammatory and haemostatic markers with social class: results from a population-based study of older men.

    PubMed

    Ramsay, Sheena; Lowe, Gordon D O; Whincup, Peter H; Rumley, Ann; Morris, Richard W; Wannamethee, S Goya

    2008-04-01

    Haemostatic and inflammatory markers have been hypothesised to mediate the relationship of social class and cardiovascular disease (CVD). We investigated whether a range of inflammatory/haemostatic markers are associated with social class independent of chronic diseases and behavioural risk factors in a population-based sample of 2682 British men aged 60-79 without a physician diagnosis of CVD, diabetes or musculoskeletal disease requiring anti-inflammatory medications. Men in lower social classes had higher mean levels of C-reactive protein, fibrinogen, interleukin-6, white blood cell count, von Willebrand factor (vWF), factor VIII, activated protein C (APC) resistance, plasma viscosity, fibrin D-dimer and platelet count, compared to higher social class groups; but not of tissue plasminogen activator antigen, haematocrit or activated partial prothrombin time. After adjustment for behavioural risk factors (smoking, alcohol, physical activity and body mass), the associations of social class with vWF, factor VIII, APC resistance, plasma viscosity, and platelet count though weakened, remained statistically significant, while those of other markers were considerably attenuated. In this study of older men without CVD, the social gradient in inflammatory and haemostatic markers was substantially explained by behavioural risk factors. The effect of socio-economic gradient on the factor VIII-vWF complex, APC resistance, plasma viscosity and platelet count merits further study.

  8. Structure-activity relationships of an antimicrobial peptide plantaricin s from two-peptide class IIb bacteriocins.

    PubMed

    Soliman, Wael; Wang, Liru; Bhattacharjee, Subir; Kaur, Kamaljit

    2011-04-14

    Class IIb bacteriocins are ribosomally synthesized antimicrobial peptides comprising two different peptides synergistically acting in equal amounts for optimal potency. In this study, we demonstrate for the first time potent (nanomolar) antimicrobial activity of a representative class IIb bacteriocin, plantaricin S (Pls), against four pathogenic gram-positive bacteria, including Listeria monocytogenes. The structure-activity relationships for Pls were studied using activity assays, circular dichroism (CD), and molecular dynamics (MD) simulations. The two Pls peptides and five Pls derived fragments were synthesized. The CD spectra of the Pls and selected fragments revealed helical conformations in aqueous 2,2,2-trifluoroethanol. The MD simulations showed that when the two Pls peptides are in antiparallel orientation, the helical regions interact and align, mediated by strong attraction between conserved GxxxG/AxxxA motifs. The results strongly correlate with the antimicrobial activity suggesting that helix-helix alignment of the two Pls peptides and interaction between the conserved motifs are crucial for interaction with the target cell membrane.

  9. Supervised guiding long-short term memory for image caption generation based on object classes

    NASA Astrophysics Data System (ADS)

    Wang, Jian; Cao, Zhiguo; Xiao, Yang; Qi, Xinyuan

    2018-03-01

    The present models of image caption generation have the problems of image visual semantic information attenuation and errors in guidance information. In order to solve these problems, we propose a supervised guiding Long Short Term Memory model based on object classes, named S-gLSTM for short. It uses the object detection results from R-FCN as supervisory information with high confidence, and updates the guidance word set by judging whether the last output matches the supervisory information. S-gLSTM learns how to extract the current interested information from the image visual se-mantic information based on guidance word set. The interested information is fed into the S-gLSTM at each iteration as guidance information, to guide the caption generation. To acquire the text-related visual semantic information, the S-gLSTM fine-tunes the weights of the network through the back-propagation of the guiding loss. Complementing guidance information at each iteration solves the problem of visual semantic information attenuation in the traditional LSTM model. Besides, the supervised guidance information in our model can reduce the impact of the mismatched words on the caption generation. We test our model on MSCOCO2014 dataset, and obtain better performance than the state-of-the- art models.

  10. Clinical classes of injured workers with chronic low back pain: a latent class analysis with relationship to working status.

    PubMed

    Carlesso, Lisa C; Raja Rampersaud, Y; Davis, Aileen M

    2018-01-01

    To determine (a) clinical classes of injured workers with chronic low back pain (CLBP), (b) predictors of class membership and (c) associations of classes with baseline work status. Patients with CLBP from a tertiary care outpatient clinic in Toronto, Canada were sampled. Latent class analysis was applied to determine class structure using physical, psychological and coping indicators. Classes were interpreted by class-specific means and analyzed for predictors of membership. Lastly, association of the classes with being off work was modeled. A 3-class model was chosen based on fit criteria, theoretical and clinical knowledge of this population. The resultant 3 classes represented low, moderate and high levels of clinical severity. Predictors of being in the high severity group compared to the low severity group were < high school education [odds ratio (OR) 3.06, 95% CI (1.47, 6.37)] and comorbidity total [OR 1.28, 95% CI (1.03, 1.59)]. High severity class membership was associated with four times increased risk of being off work at baseline compared to those in the low severity group [OR 3.98, 95% CI (1.61, 6.34)]. In a cohort of injured workers with CLBP, 3 clinical classes were identified with distinct psychological and physical profiles. These profiles are useful in aiding clinicians to identify patients of high clinical severity who may be potentially at risk for problematic return to work.

  11. Modelling Symmetry Classes 233 and 432.

    ERIC Educational Resources Information Center

    Dutch, Steven I.

    1986-01-01

    Offers instructions and geometrical data for constructing solids of the enantiomorphous symmetry classes 233 and 432. Provides background information for each class and highlights symmetrical relationships and construction patterns. (ML)

  12. Objective reports versus subjective perceptions of crime and their relationships to accelerometer-measured physical activity in Hispanic caretaker-child dyads

    PubMed Central

    van Bakergem, Margaret; Sommer, Evan C.; Heerman, William J.; Hipp, James Aaron; Barkin, Shari L.

    2016-01-01

    Crime and safety are commonly cited barriers to physical activity (PA). We had three objectives, 1) describe the association between objective crime measures and perceptions of crime, 2) analyze the relationships between each type of crime and accelerometer-measured physical activity in caretakers and young children (ages 3–5 years), and 3) explore for early gender differences in the relationship between crime and physical activity in young children. Data are from the cross-sectional baseline data of an ongoing randomized controlled trial in Nashville, Tennessee spanning September 2012 through May 2014. Data was analyzed from 480 Hispanic dyads (adult caretaker and 3–5 year old child). Objective crime rate was assessed in ArcGIS and perception of crime was measured by caretaker agreement with the statement “The crime rate in my neighborhood makes it unsafe to go on walks.” The primary outcome was accelerometer-measured physical activity over seven consecutive days. Objective and perceived crime were significantly positively correlated. Caretaker vigorous PA was significantly related to perceptions of crime; however, its relationship to objective crime was not significant. Child PA was not significantly related to caretaker perceptions of crime. However, interactions suggested that the relationship between crime rate and PA was significantly more negative for girls than for boys. Objective and subjective measures of crime rate are expected to be important correlates of PA, but they appear to have complex relationships that are different for adults than they are for young children, as well as for young girls compared to boys, and research has produced conflicting findings. PMID:27939263

  13. Experiences Building an Object-Oriented System in C++

    NASA Technical Reports Server (NTRS)

    Madany, Peter W.; Campbell, Roy H.; Kougiouris, Panagiotis

    1991-01-01

    This paper describes tools that we built to support the construction of an object-oriented operating system in C++. The tools provide the automatic deletion of unwanted objects, first-class classes, dynamically loadable classes, and class-oriented debugging. As a consequence of our experience building Choices, we advocate these features as useful, simplifying and unifying many aspects of system programming.

  14. Density Zoning and Class Segregation in U.S. Metropolitan Areas

    PubMed Central

    Rothwell, Jonathan T.; Massey, Douglas S.

    2013-01-01

    Objectives Socioeconomic segregation rose substantially in U.S. cities during the final decades of the 20th century and we argue zoning regulations are an important cause for this increase. Methods We measure neighborhood economic segregation using the Gini Coefficient for neighborhood income inequality and the poor-affluent exposure index. These outcomes are regressed on an index of density zoning developed from the work of Pendall for 50 U.S. metropolitan areas, while controlling for other metropolitan characteristics likely to affect urban housing markets and class segregation. Results For both 2000 and changes from 1990 to 2000, OLS estimates reveal a strong relationship between density zoning and income segregation, and replication using 2SLS suggests that the relationship is causal. We also show that zoning is associated with higher inter-jurisdictional inequality. Conclusions Metropolitan areas with suburbs that restrict the density of residential construction are more segregated on the basis of income than those with more permissive density zoning regimes. This arrangement perpetuates and exacerbates racial and class inequality in the United States. PMID:21117332

  15. Social Class and Social Action: The Middle-Class Bias of Democratic Theory in Education

    ERIC Educational Resources Information Center

    Schutz, Aaron

    2008-01-01

    Background: This article examines the emergence of the middle and working classes in America and describes key characteristics of these cultures as they manifest themselves today. It then explores the effects of social class on our conceptions of democracy. Purpose: To help educators understand the relationship between social action strategies and…

  16. Objective reports versus subjective perceptions of crime and their relationships to accelerometer-measured physical activity in Hispanic caretaker-child dyads.

    PubMed

    van Bakergem, Margaret; Sommer, Evan C; Heerman, William J; Hipp, James Aaron; Barkin, Shari L

    2017-02-01

    Crime and safety are commonly cited barriers to physical activity (PA). We had three objectives, 1) describe the association between objective crime measures and perceptions of crime, 2) analyze the relationships between each type of crime and accelerometer-measured physical activity in caretakers and young children (ages 3-5years), and 3) explore for early gender differences in the relationship between crime and physical activity in young children. Data are from the cross-sectional baseline data of an ongoing randomized controlled trial in Nashville, Tennessee spanning September 2012 through May 2014. Data was analyzed from 480 Hispanic dyads (adult caretaker and 3-5year old child). Objective crime rate was assessed in ArcGIS and perception of crime was measured by caretaker agreement with the statement "The crime rate in my neighborhood makes it unsafe to go on walks." The primary outcome was accelerometer-measured physical activity over seven consecutive days. Objective and perceived crime were significantly positively correlated. Caretaker vigorous PA was significantly related to perceptions of crime; however, its relationship to objective crime was not significant. Child PA was not significantly related to caretaker perceptions of crime. However, interactions suggested that the relationship between crime rate and PA was significantly more negative for girls than for boys. Objective and subjective measures of crime rate are expected to be important correlates of PA, but they appear to have complex relationships that are different for adults than they are for young children, as well as for young girls compared to boys, and research has produced conflicting findings. Copyright © 2016 Elsevier Inc. All rights reserved.

  17. Learning to distinguish similar objects

    NASA Astrophysics Data System (ADS)

    Seibert, Michael; Waxman, Allen M.; Gove, Alan N.

    1995-04-01

    This paper describes how the similarities and differences among similar objects can be discovered during learning to facilitate recognition. The application domain is single views of flying model aircraft captured in silhouette by a CCD camera. The approach was motivated by human psychovisual and monkey neurophysiological data. The implementation uses neural net processing mechanisms to build a hierarchy that relates similar objects to superordinate classes, while simultaneously discovering the salient differences between objects within a class. Learning and recognition experiments both with and without the class similarity and difference learning show the effectiveness of the approach on this visual data. To test the approach, the hierarchical approach was compared to a non-hierarchical approach, and was found to improve the average percentage of correctly classified views from 77% to 84%.

  18. Additional Evidence on the Relationship between Class Size and Student Performance

    ERIC Educational Resources Information Center

    Arias, J. J.; Walker, Douglas M.

    2004-01-01

    Much of the economic education literature suggests that the principles of economics class size does not significantly affect student performance. However, study methods have varied in terms of the aggregation level (student or class), the measure of performance (TUCE or course letter grade), and the class size measure (e.g., students who completed…

  19. Nesting in an Object Oriented Language is NOT for the Birds

    NASA Astrophysics Data System (ADS)

    Buhr, P. A.; Zarnke, C. R.

    The notion of nested blocks has come into disfavour or has been ignored in recent program language design. Many of the current object oriented programming languages use subclassing as the sole mechanism to establish relationships between classes and have no general notion of nesting. We argue that nesting (and, more generally, hierarchical organization) is a powerful mechanism that provides facilities that are not otherwise possible in a class based programming language. We agree that traditional block structure and its associated nesting have severe problems, and we suggest several extensions to the notion of blocks and block structure that indirectly make nesting a useful and powerful mechanism, particularly in an object oriented programming system. The main extension is to allow references to definitions from outside of the containing block, thereby making the contained definitions available in a larger scope. References are made using either the name of the containing entity or an instance of the containing entity. The extensions suggest a way to organize the programming environment for a large, multi-user system. These facilities are not available with subclassing, and subclassing provides facilities not available by nesting; hence, an object oriented language can benefit by providing nesting as well.

  20. Materials Development in Three Italian CALL Projects: Seeking an Optimal Mix between In-Class and Out-of-Class Learning

    ERIC Educational Resources Information Center

    Levy, Mike; Kennedy, Claire

    2010-01-01

    This paper considers the design and development of CALL materials with the aim of achieving an optimal mix between in-class and out-of-class learning in the context of teaching Italian at an Australian university. The authors discuss three projects in relation to the following themes: (a) conceptions of the in-class/out-of-class relationship, (b)…

  1. Self-Esteem and the Reproduction of Social Class*

    PubMed Central

    James, Spencer L.; Amato, Paul R.

    2013-01-01

    Objective Although prior research has demonstrated the multiple pathways through which socioeconomic attainment occurs, one unexplored avenue regards the role of psychological mechanisms such as self-esteem in this process. Method Using three waves of data from the National Survey of Families and Households (N = 1,952), we employed structural equation models to examine the relationship between parenting practices and attitudes, socioeconomic status, offspring's self-esteem, and the likelihood of offspring college attendance. Results Self-esteem was positively related to the likelihood of offspring's college attendance. Additionally, self-esteem was found to be a modest mediator of the relationship between parental educational expectations and parental income, respectively, and the likelihood of offspring completing or being currently enrolled in college. Conclusion Self-esteem may constitute one previously unconsidered mechanism for reproducing the class structure in the United States. PMID:25568500

  2. Newly resolved relationships in an early land plant lineage: Bryophyta class Sphagnopsida (peat mosses).

    PubMed

    Shaw, A Jonathan; Cox, Cymon J; Buck, William R; Devos, Nicolas; Buchanan, Alex M; Cave, Lynette; Seppelt, Rodney; Shaw, Blanka; Larraín, Juan; Andrus, Richard; Greilhuber, Johann; Temsch, Eva M

    2010-09-01

    The Sphagnopsida, an early-diverging lineage of mosses (phylum Bryophyta), are morphologically and ecologically unique and have profound impacts on global climate. The Sphagnopsida are currently classified in two genera, Sphagnum (peat mosses) with some 350-500 species and Ambuchanania with one species. An analysis of phylogenetic relationships among species and genera in the Sphagnopsida were conducted to resolve major lineages and relationships among species within the Sphagnopsida. • Phylogenetic analyses of nucleotide sequences from the nuclear, plastid, and mitochondrial genomes (11 704 nucleotides total) were conducted and analyzed using maximum likelihood and Bayesian inference employing seven different substitution models of varying complexity. • Phylogenetic analyses resolved three lineages within the Sphagnopsida: (1) Sphagnum sericeum, (2) S. inretortum plus Ambuchanania leucobryoides, and (3) all remaining species of Sphagnum. Sister group relationships among these three clades could not be resolved, but the phylogenetic results indicate that the highly divergent morphology of A. leucobryoides is derived within the Sphagnopsida rather than plesiomorphic. A new classification is proposed for class Sphagnopsida, with one order (Sphagnales), three families, and four genera. • The Sphagnopsida are an old lineage within the phylum Bryophyta, but the extant species of Sphagnum represent a relatively recent radiation. It is likely that additional species critical to understanding the evolution of peat mosses await discovery, especially in the southern hemisphere.

  3. [Categorization in infancy: differentiation of global object classes].

    PubMed

    Pauen, S

    1996-01-01

    Two studies tested whether preverbal children distinguish global categories (animal and furniture) on a conceptual basis. A total of 59 eleven-month-olds solved an object examination task. During habituation, infants freely explored different natural-looking toy models from the same category. In Study 1, the same series of four different examplars was presented twice. In Study 2, ten different exemplares were presented. In both cases, a significant habituation effect could be observed. When a perceptually new object of the same category was presented on the first test trial after habituation, a significant increase in examination time from the last habituation trial to the first test trial could be observed in Study 1. When a new object of the contrasting category was presented on the second test trial, examination times increased significantly from the first to the second test trial in both studies. These results support earlier findings suggesting that preverbal infants are able to distinguish global categories on a conceptual basis.

  4. The Relationship between Class Attitudes towards Peers with a Disability and Peer Acceptance, Friendships and Peer Interactions of Students with a Disability in Regular Secondary Schools

    ERIC Educational Resources Information Center

    Petry, Katja

    2018-01-01

    Students with a disability in inclusive classes often face problems with peer acceptance, friendships and peer interactions. In this paper, the relationship between these difficulties in social participation and the attitudes that typically developing adolescents hold towards peers with a disability at the level of the class was explored. A…

  5. Class Size Revisited: Glass and Smith in Perspective.

    ERIC Educational Resources Information Center

    Hess, Fritz

    Gene V. Glass and Mary Lee Smith claim in their report, "Meta-Analysis of Research on the Relationship of Class-Size and Achievement" (ED 168 129), that their integration of data from 80 previous studies through complex regression analysis techniques revealed a "clear and strong relationship" between decreases in class size and increases in…

  6. Shark class II invariant chain reveals ancient conserved relationships with cathepsins and MHC class II.

    PubMed

    Criscitiello, Michael F; Ohta, Yuko; Graham, Matthew D; Eubanks, Jeannine O; Chen, Patricia L; Flajnik, Martin F

    2012-03-01

    The invariant chain (Ii) is the critical third chain required for the MHC class II heterodimer to be properly guided through the cell, loaded with peptide, and expressed on the surface of antigen presenting cells. Here, we report the isolation of the nurse shark Ii gene, and the comparative analysis of Ii splice variants, expression, genomic organization, predicted structure, and function throughout vertebrate evolution. Alternative splicing to yield Ii with and without the putative protease-protective, thyroglobulin-like domain is as ancient as the MHC-based adaptive immune system, as our analyses in shark and lizard further show conservation of this mechanism in all vertebrate classes except bony fish. Remarkable coordinate expression of Ii and class II was found in shark tissues. Conserved Ii residues and cathepsin L orthologs suggest their long co-evolution in the antigen presentation pathway, and genomic analyses suggest 450 million years of conserved Ii exon/intron structure. Other than an extended linker preceding the thyroglobulin-like domain in cartilaginous fish, the Ii gene and protein are predicted to have largely similar physiology from shark to man. Duplicated Ii genes found only in teleosts appear to have become sub-functionalized, as one form is predicted to play the same role as that mediated by Ii mRNA alternative splicing in all other vertebrate classes. No Ii homologs or potential ancestors of any of the functional Ii domains were found in the jawless fish or lower chordates. Copyright © 2011 Elsevier Ltd. All rights reserved.

  7. Object-Oriented Query Language For Events Detection From Images Sequences

    NASA Astrophysics Data System (ADS)

    Ganea, Ion Eugen

    2015-09-01

    In this paper is presented a method to represent the events extracted from images sequences and the query language used for events detection. Using an object oriented model the spatial and temporal relationships between salient objects and also between events are stored and queried. This works aims to unify the storing and querying phases for video events processing. The object oriented language syntax used for events processing allow the instantiation of the indexes classes in order to improve the accuracy of the query results. The experiments were performed on images sequences provided from sport domain and it shows the reliability and the robustness of the proposed language. To extend the language will be added a specific syntax for constructing the templates for abnormal events and for detection of the incidents as the final goal of the research.

  8. Social power and social class: conceptualization, consequences, and current challenges.

    PubMed

    Rucker, Derek D; Galinsky, Adam D

    2017-12-01

    This article offers a primer on social power and social class with respect to their theoretical importance, conceptual distinction, and empirical relationship. We introduce and define the constructs of social power, social class, and one's psychological sense of power. We next explore the complex relationship between social power and social class. Because social class can produce a sense of power within an individual, studies on social power can inform theory and research on social class. We conclude with a discussion of the current challenges and future opportunities for the study of social power and social class. Copyright © 2017 Elsevier Ltd. All rights reserved.

  9. Relationship between parental estimate and an objective measure of child television watching

    PubMed Central

    Robinson, Jodie L; Winiewicz, Dana D; Fuerch, Janene H; Roemmich, James N; Epstein, Leonard H

    2006-01-01

    Many young children have televisions in their bedrooms, which may influence the relationship between parental estimate and objective measures of child television usage/week. Parental estimates of child television time of eighty 4–7 year old children (6.0 ± 1.2 years) at the 75th BMI percentile or greater (90.8 ± 6.8 BMI percentile) were compared to an objective measure of television time obtained from TV Allowance™ devices attached to every television in the home over a three week period. Results showed that parents overestimate their child's television time compared to an objective measure when no television is present in the bedroom by 4 hours/week (25.4 ± 11.5 vs. 21.4 ± 9.1) in comparison to underestimating television time by over 3 hours/week (26.5 ± 17.2 vs. 29.8 ± 14.4) when the child has a television in their bedroom (p = 0.02). Children with a television in their bedroom spend more objectively measured hours in television time than children without a television in their bedroom (29.8 ± 14.2 versus 21.4 ± 9.1, p = 0.003). Research on child television watching should take into account television watching in bedrooms, since it may not be adequately assessed by parental estimates. PMID:17129381

  10. What Is the Relationship between the Term "ADHD" and the Object It Purports to Represent?

    ERIC Educational Resources Information Center

    Tait, Gordon

    2014-01-01

    This paper addresses the relationship between the term ADHD and the object it purports to represent. While the most familiar linguistic position, Referential Theory, suggests that the term constitutes an etymological peg corresponding to a particular part of nature, there are other, arguably more sophisticated, philosophical approaches that point…

  11. ON A POSSIBLE SIZE/COLOR RELATIONSHIP IN THE KUIPER BELT

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

    Pike, R. E.; Kavelaars, J. J., E-mail: repike@uvic.ca

    2013-10-01

    Color measurements and albedo distributions introduce non-intuitive observational biases in size-color relationships among Kuiper Belt Objects (KBOs) that cannot be disentangled without a well characterized sample population with systematic photometry. Peixinho et al. report that the form of the KBO color distribution varies with absolute magnitude, H. However, Tegler et al. find that KBO color distributions are a property of object classification. We construct synthetic models of observed KBO colors based on two B-R color distribution scenarios: color distribution dependent on H magnitude (H-Model) and color distribution based on object classification (Class-Model). These synthetic B-R color distributions were modified tomore » account for observational flux biases. We compare our synthetic B-R distributions to the observed ''Hot'' and ''Cold'' detected objects from the Canada-France Ecliptic Plane Survey and the Meudon Multicolor Survey. For both surveys, the Hot population color distribution rejects the H-Model, but is well described by the Class-Model. The Cold objects reject the H-Model, but the Class-Model (while not statistically rejected) also does not provide a compelling match for data. Although we formally reject models where the structure of the color distribution is a strong function of H magnitude, we also do not find that a simple dependence of color distribution on orbit classification is sufficient to describe the color distribution of classical KBOs.« less

  12. Astronomers Detect Powerful Bursting Radio Source Discovery Points to New Class of Astronomical Objects

    NASA Astrophysics Data System (ADS)

    2005-03-01

    Astronomers at Sweet Briar College and the Naval Research Laboratory (NRL) have detected a powerful new bursting radio source whose unique properties suggest the discovery of a new class of astronomical objects. The researchers have monitored the center of the Milky Way Galaxy for several years and reveal their findings in the March 3, 2005 edition of the journal, “Nature”. This radio image of the central region of the Milky Way Galaxy holds a new radio source, GCRT J1745-3009. The arrow points to an expanding ring of debris expelled by a supernova. CREDIT: N.E. Kassim et al., Naval Research Laboratory, NRAO/AUI/NSF Principal investigator, Dr. Scott Hyman, professor of physics at Sweet Briar College, said the discovery came after analyzing some additional observations from 2002 provided by researchers at Northwestern University. “"We hit the jackpot!” Hyman said referring to the observations. “An image of the Galactic center, made by collecting radio waves of about 1-meter in wavelength, revealed multiple bursts from the source during a seven-hour period from Sept. 30 to Oct. 1, 2002 — five bursts in fact, and repeating at remarkably constant intervals.” Hyman, four Sweet Briar students, and his NRL collaborators, Drs. Namir Kassim and Joseph Lazio, happened upon transient emission from two radio sources while studying the Galactic center in 1998. This prompted the team to propose an ongoing monitoring program using the National Science Foundation’s Very Large Array (VLA) radio telescope in New Mexico. The National Radio Astronomy Observatory, which operates the VLA, approved the program. The data collected, laid the groundwork for the detection of the new radio source. “Amazingly, even though the sky is known to be full of transient objects emitting at X- and gamma-ray wavelengths,” NRL astronomer Dr. Joseph Lazio pointed out, “very little has been done to look for radio bursts, which are often easier for astronomical objects to produce

  13. Parametric embedding for class visualization.

    PubMed

    Iwata, Tomoharu; Saito, Kazumi; Ueda, Naonori; Stromsten, Sean; Griffiths, Thomas L; Tenenbaum, Joshua B

    2007-09-01

    We propose a new method, parametric embedding (PE), that embeds objects with the class structure into a low-dimensional visualization space. PE takes as input a set of class conditional probabilities for given data points and tries to preserve the structure in an embedding space by minimizing a sum of Kullback-Leibler divergences, under the assumption that samples are generated by a gaussian mixture with equal covariances in the embedding space. PE has many potential uses depending on the source of the input data, providing insight into the classifier's behavior in supervised, semisupervised, and unsupervised settings. The PE algorithm has a computational advantage over conventional embedding methods based on pairwise object relations since its complexity scales with the product of the number of objects and the number of classes. We demonstrate PE by visualizing supervised categorization of Web pages, semisupervised categorization of digits, and the relations of words and latent topics found by an unsupervised algorithm, latent Dirichlet allocation.

  14. Cone-Beam Computed Tomography Assessment of Lower Facial Asymmetry in Unilateral Cleft Lip and Palate and Non-Cleft Patients with Class III Skeletal Relationship.

    PubMed

    Lin, Yifan; Chen, Gui; Fu, Zhen; Ma, Lian; Li, Weiran

    2015-01-01

    To evaluate, using cone-beam computed tomography (CBCT), both the condylar-fossa relationships and the mandibular and condylar asymmetries between unilateral cleft lip and palate (UCLP) patients and non-cleft patients with class III skeletal relationship, and to investigate the factors of asymmetry contributing to chin deviation. The UCLP and non-cleft groups consisted of 30 and 40 subjects, respectively, in mixed dentition with class III skeletal relationships. Condylar-fossa relationships and the dimensional and positional asymmetries of the condyles and mandibles were examined using CBCT. Intra-group differences were compared between two sides in both groups using a paired t-test. Furthermore, correlations between each measurement and chin deviation were assessed. It was observed that 90% of UCLP and 67.5% of non-cleft subjects had both condyles centered, and no significant asymmetry was found. The axial angle and the condylar center distances to the midsagittal plane were significantly greater on the cleft side than on the non-cleft side (P=0.001 and P=0.028, respectively) and were positively correlated with chin deviation in the UCLP group. Except for a larger gonial angle on the cleft side, the two groups presented with consistent asymmetries showing shorter mandibular bodies and total mandibular lengths on the cleft (deviated) side. The average chin deviation was 1.63 mm to the cleft side, and the average absolute chin deviation was significantly greater in the UCLP group than in the non-cleft group (P=0.037). Compared with non-cleft subjects with similar class III skeletal relationships, the subjects with UCLP showed more severe lower facial asymmetry. The subjects with UCLP presented with more asymmetrical positions and rotations of the condyles on axial slices, which were positively correlated with chin deviation.

  15. RELATIONSHIPS AMONG TOTAL LIPID, LIPID CLASSES AND POLYCHLORINATED BIPHENYL CONCENTRATIONS IN TWO INDIGENOUS POPULATIONS OF RIBBED MUSSELS (GUKENSIA DEMISSA) OVER AN ANNUAL CYCLE

    EPA Science Inventory

    Two indigenous ribbed mussel (Geukensia demissa) populations were sampled approximately every four weeks during 1997 to investigate the relationships among concentrations of total lipid, lipid classes, and polychlorinated biphenyls (PCBs). One population was located in a highly c...

  16. The relationship between patient object relations and the therapeutic alliance in a naturalistic psychotherapy sample.

    PubMed

    Errázuriz, Paula; Constantino, Michael J; Calvo, Esteban

    2015-09-01

    This study examined the relationship between patients' object relations and interpersonal process in psychotherapy. Namely, we tested the hypothesis that the quality of patients' object relations is positively associated with both patient- and therapist-rated alliance quality. Psychotherapy was administered naturalistically, with quantitative data collection before and during treatment. Participants included 73 adult outpatients and 23 therapists at two mental health clinics. Using the Bell Object Relations and Reality Testing Inventory, we measured four dimensions of patients' object relations at baseline-alienation, insecure attachment, egocentricity, and social incompetence. Using the Working Alliance Inventory, we measured alliance from patient and therapist perspectives. Control variables included time, patient demographics, symptom severity, and clinic. We employed hierarchical linear modelling to analyse data with a nested structure, with 138 sessions at Level 1, 73 patients at Level 2, and 23 therapists at Level 3. Patient alienation and insecure attachment were associated with lower patient-rated alliance, while egocentricity was associated with higher patient-rated alliance. Patients' object relations were not significantly associated with therapist-rated alliance. On average, patients perceived the alliance more positively than their therapists, with a weak positive correlation between the alliance perspectives. The results suggest that object relation dimensions may be important patient characteristics for forecasting therapeutic relationship quality. They also call for more attention to differences between alliance rating perspectives. Treatment may benefit from more attention to the quality of patients' object relations. If patients present with high levels of alienation and insecure attachment, therapists may need to pay especially close attention to the therapeutic alliance, and prudently address any ruptures in its quality. When monitoring the

  17. Skeletal Class lll severe openbite treatment using implant anchorage.

    PubMed

    Sakai, Yuichi; Kuroda, Shingo; Murshid, Sakhr A; Takano-Yamamoto, Teruko

    2008-01-01

    A female patient with a skeletal Class III severe anterior openbite was treated using miniplates as the anchorage. The patient was 15 years and 10 months of age when she reported to our university hospital with a chief complaint of anterior openbite and reversed occlusion. The patient had an anterior openbite with an overjet of -3.0 mm and overbite of -5.0 mm and a Class III molar relationship. The cephalometric analysis showed a skeletal Class III relationship (ANB 0 degrees ). After the extraction of the bilateral mandibular third molars, miniplates were placed in the mandibular external oblique line. The mandibular dentition was retracted using elastic chain and miniplates. After treatment, an Angle Class I molar relationship was achieved and overjet and overbite had become 2.0 mm and 1.5 mm. A good facial appearance and occlusal relationship were obtained. The total active orthodontic treatment period was 23 months. Wrap-around type retainers were placed on both jaws and a lingual bonded retainer was also attached in the mandibular incisors. After 1 year of retention, the occlusion was stable, and a good facial profile was also retained. The mandibular deviation to the left was improved and the strain in the circumoral musculature during lip closure disappeared. An appropriate interincisal relationship was achieved by the uprighting of mandibular dentition without changing the vertical intermaxillary relationship. A panoramic radiograph showed no marked root resorption. Our results suggest that implant anchorage is useful for correction of skeletal Class III severe anterior openbite cases.

  18. Orthodontic camouflage of skeletal Class III malocclusion with miniplate: a case report

    PubMed Central

    Farret, Marcel Marchiori; Farret, Milton M. Benitez; Farret, Alessandro Marchiori

    2016-01-01

    ABSTRACT Introduction: Skeletal Class III malocclusion is often referred for orthodontic treatment combined with orthognathic surgery. However, with the aid of miniplates, some moderate discrepancies become feasible to be treated without surgery. Objective: To report the case of a 24-year-old man with severe skeletal Angle Class III malocclusion with anterior crossbite and a consequent concave facial profile. Methods: The patient refused to undergo orthognathic surgery; therefore, orthodontic camouflage treatment with the aid of miniplates placed on the mandibular arch was proposed. Results: After 18 months of treatment, a Class I molar and canine relationship was achieved, while anterior crossbite was corrected by retraction of mandibular teeth. The consequent decrease in lower lip fullness and increased exposure of maxillary incisors at smiling resulted in a remarkable improvement of patient's facial profile, in addition to an esthetically pleasing smile, respectively. One year later, follow-up revealed good stability of results. PMID:27653269

  19. Maxillary molar distalization with MGBM-system in class II malocclusion

    PubMed Central

    Maino, Giuliano; Mariani, Lisa; Bozzo, Ida; Maino, Giovanna; Caprioglio, Alberto

    2013-01-01

    Aims: Objective of this retrospective study was to evaluate the treatment effects of the MGBM-System (G.B Maino, A. Giannelly, R. Bernard, P. Mura), a new intraoral device to treat Class II malocclusions Materials and Methods: A retrospective study was conducted to compare the pre-distalization and post-distalization cephalograms and dental model casts of 30 patients (15 male, 15 female) with Class II malocclusion treated with MGBM-System. Mean age at the beginning of treatment was 13.3 years (standard deviation 3.3). Angular, horizontal and vertical measurements were recorded to monitor skeletal and dental-alveolar changes. Molar movements in horizontal plane were monitored by making dental measurements on dental model casts. Results: The MGBM-System produced a rapid molar distalization and Class II relationship was corrected in 8 months ± 2.05, on average. The maxillary first molars were distalized of 4.14 (PTV-6 cemento-enamel junction), associated with a significant distal axis incline of 10. 5° referred to SN and a significant intrusion of 1.3 mm (PP). As for anchorage loss, the first premolar exhibited a significant mesial movement of 0.86 mm, associated with a significant mesial axis incline of 2.46°. No significative changes in either sagittal or vertical skeletal relationship were observed. Conclusion: The results suggest that the MGBM-System is an efficient and reliable device for distalizing the maxillary permanent first and second molars. PMID:24987649

  20. Numerical Analysis Objects

    NASA Astrophysics Data System (ADS)

    Henderson, Michael

    1997-08-01

    The Numerical Analysis Objects project (NAO) is a project in the Mathematics Department of IBM's TJ Watson Research Center. While there are plenty of numerical tools available today, it is not an easy task to combine them into a custom application. NAO is directed at the dual problems of building applications from a set of tools, and creating those tools. There are several "reuse" projects, which focus on the problems of identifying and cataloging tools. NAO is directed at the specific context of scientific computing. Because the type of tools is restricted, problems such as tools with incompatible data structures for input and output, and dissimilar interfaces to tools which solve similar problems can be addressed. The approach we've taken is to define interfaces to those objects used in numerical analysis, such as geometries, functions and operators, and to start collecting (and building) a set of tools which use these interfaces. We have written a class library (a set of abstract classes and implementations) in C++ which demonstrates the approach. Besides the classes, the class library includes "stub" routines which allow the library to be used from C or Fortran, and an interface to a Visual Programming Language. The library has been used to build a simulator for petroleum reservoirs, using a set of tools for discretizing nonlinear differential equations that we have written, and includes "wrapped" versions of packages from the Netlib repository. Documentation can be found on the Web at "http://www.research.ibm.com/nao". I will describe the objects and their interfaces, and give examples ranging from mesh generation to solving differential equations.

  1. Verification of relationship model between Korean new elderly class's recovery resilience and productive aging.

    PubMed

    Cho, Gun-Sang; Kim, Dae-Sung; Yi, Eun-Surk

    2015-12-01

    The purpose of this study is to verification of relationship model between Korean new elderly class's recovery resilience and productive aging. As of 2013, this study sampled preliminary elderly people in Gyeonggi-do and other provinces nationwide. Data from a total of effective 484 subjects was analyzed. The collected data was processed using the IBM SPSS 20.0 and AMOS 20.0, and underwent descriptive statistical analysis, confirmatory factor analysis, and structure model verification. The path coefficient associated with model fitness was examined. The standardization path coefficient between recovery resilience and productive aging is β=0.975 (t=14.790), revealing a statistically significant positive effect. Thus, it was found that the proposed basic model on the direct path of recovery resilience and productive aging was fit for the model.

  2. Objectively measured physical activity level during a physical education class: a pilot study with Swedish youth.

    PubMed

    Raustorp, Anders; Boldemann, Cecilia; Johansson, Maria; Mårtensson, Fredrika

    2010-01-01

    The aim of this study is to advance our knowledge of the contribution of a typical physical education (PE) class to children's daily physical activity. The pilot project is a part of a survey study comprising 11 fourth grader classes (250 pupils). One class of 19 pupils (9 girls) participated in the pilot study. Daily step counts were measured by Yamax pedometers during four consecutive weekdays. During PE class, the participants wore a second pedometer and an Actigraph GT1M accelerometer. The total average step count during PE class was 2512, average 74 steps/min. The counts for the whole day were 16668, and 19 steps/min respectively. The total share of moderate-vigorous physical activity (MVPA) of the PE class was 50.4% (52.5% and 48.3% for boys and girls respectively). There was an inverse correlation between daily mean step count and contribution of PE class step to daily mean step (r = -0.64, p = .003). The contribution of PE class to MVPA was in high in both boys and girls. Considering the suggested independent role of physical fitness for cardiovascular health in children, the PE class must be seen as an important health factor, especially for otherwise inactive children.

  3. Object-Oriented Programming in High Schools the Turing Way.

    ERIC Educational Resources Information Center

    Holt, Richard C.

    This paper proposes an approach to introducing object-oriented concepts to high school computer science students using the Object-Oriented Turing (OOT) language. Students can learn about basic object-oriented (OO) principles such as classes and inheritance by using and expanding a collection of classes that draw pictures like circles and happy…

  4. Object-Oriented Design for Sparse Direct Solvers

    NASA Technical Reports Server (NTRS)

    Dobrian, Florin; Kumfert, Gary; Pothen, Alex

    1999-01-01

    We discuss the object-oriented design of a software package for solving sparse, symmetric systems of equations (positive definite and indefinite) by direct methods. At the highest layers, we decouple data structure classes from algorithmic classes for flexibility. We describe the important structural and algorithmic classes in our design, and discuss the trade-offs we made for high performance. The kernels at the lower layers were optimized by hand. Our results show no performance loss from our object-oriented design, while providing flexibility, case of use, and extensibility over solvers using procedural design.

  5. Social theory and social class.

    PubMed

    Susser, I

    1997-01-01

    Concepts of class developed with the emergence of industrial society in the nineteenth century. For an understanding of current divisions, theories must reflect the advances of capitalism and the global economy that characterize the late twentieth century. In industrialized societies, reductions in the industrial workforce and the growth of finance, investment and real-estate industries worldwide have produced a new, largely female, service workforce. Large sectors of industry have departed in search of cheaper labour in poorer countries, which also have a rising number of women workers. In those areas, as a result, a new industrial workforce has emerged. Concomitantly, accumulation of land in less developed agricultural regions for production for the world market has led to an increase in mobile agricultural labour and a shift of landless labourers to the cities of less developed countries. In addition, both upward and downward mobility have occurred for individuals and groups in specific populations, as well as for particular diseases in developed and less developed countries. All these processes have precipitated fundamental changes in class, gender and family relationships and transformed the living conditions of populations in both developed and less developed societies. These changes have major implications for the patterns of health and disease in the world today. Objective measures of social change may be difficult to construct and use in epidemiological cancer research. Since questions of class and shifting social relations are directly implicated in the patterns of disease, they must be assessed in future research as accurately as possible.

  6. Children's Understanding of Social Class Differences.

    ERIC Educational Resources Information Center

    Naimark, Hedwin

    Investigated were school children's recognition of social class distinctions, cues they used, and the relationship of their ideas about social class to other beliefs and attitudes about the social world. An ethnically mixed group of 201 male and female subjects participated in the study. Five age groups were represented: second, fifth, and sixth…

  7. An object-oriented data reduction system in Fortran

    NASA Technical Reports Server (NTRS)

    Bailey, J.

    1992-01-01

    A data reduction system for the AAO two-degree field project is being developed using an object-oriented approach. Rather than use an object-oriented language (such as C++) the system is written in Fortran and makes extensive use of existing subroutine libraries provided by the UK Starlink project. Objects are created using the extensible N-dimensional Data Format (NDF) which itself is based on the Hierarchical Data System (HDS). The software consists of a class library, with each class corresponding to a Fortran subroutine with a standard calling sequence. The methods of the classes provide operations on NDF objects at a similar level of functionality to the applications of conventional data reduction systems. However, because they are provided as callable subroutines, they can be used as building blocks for more specialist applications. The class library is not dependent on a particular software environment thought it can be used effectively in ADAM applications. It can also be used from standalone Fortran programs. It is intended to develop a graphical user interface for use with the class library to form the 2dF data reduction system.

  8. Expertise with unfamiliar objects is flexible to changes in task but not changes in class

    PubMed Central

    Tangen, Jason M.

    2017-01-01

    Perceptual expertise is notoriously specific and bound by familiarity; generalizing to novel or unfamiliar images, objects, identities, and categories often comes at some cost to performance. In forensic and security settings, however, examiners are faced with the task of discriminating unfamiliar images of unfamiliar objects within their general domain of expertise (e.g., fingerprints, faces, or firearms). The job of a fingerprint expert, for instance, is to decide whether two unfamiliar fingerprint images were left by the same unfamiliar finger (e.g., Smith’s left thumb), or two different unfamiliar fingers (e.g., Smith and Jones’s left thumb). Little is known about the limits of this kind of perceptual expertise. Here, we examine fingerprint experts’ and novices’ ability to distinguish fingerprints compared to inverted faces in two different tasks. Inverted face images serve as an ideal comparison because they vary naturally between and within identities, as do fingerprints, and people tend to be less accurate or more novice-like at distinguishing faces when they are presented in an inverted or unfamiliar orientation. In Experiment 1, fingerprint experts outperformed novices in locating categorical fingerprint outliers (i.e., a loop pattern in an array of whorls), but not inverted face outliers (i.e., an inverted male face in an array of inverted female faces). In Experiment 2, fingerprint experts were more accurate than novices at discriminating matching and mismatching fingerprints that were presented very briefly, but not so for inverted faces. Our data show that perceptual expertise with fingerprints can be flexible to changing task demands, but there can also be abrupt limits: fingerprint expertise did not generalize to an unfamiliar class of stimuli. We interpret these findings as evidence that perceptual expertise with unfamiliar objects is highly constrained by one’s experience. PMID:28574998

  9. Vertical Object Layout and Compression for Fixed Heaps

    NASA Astrophysics Data System (ADS)

    Titzer, Ben L.; Palsberg, Jens

    Research into embedded sensor networks has placed increased focus on the problem of developing reliable and flexible software for microcontroller-class devices. Languages such as nesC [10] and Virgil [20] have brought higher-level programming idioms to this lowest layer of software, thereby adding expressiveness. Both languages are marked by the absence of dynamic memory allocation, which removes the need for a runtime system to manage memory. While nesC offers code modules with statically allocated fields, arrays and structs, Virgil allows the application to allocate and initialize arbitrary objects during compilation, producing a fixed object heap for runtime. This paper explores techniques for compressing fixed object heaps with the goal of reducing the RAM footprint of a program. We explore table-based compression and introduce a novel form of object layout called vertical object layout. We provide experimental results that measure the impact on RAM size, code size, and execution time for a set of Virgil programs. Our results show that compressed vertical layout has better execution time and code size than table-based compression while achieving more than 20% heap reduction on 6 of 12 benchmark programs and 2-17% heap reduction on the remaining 6. We also present a formalization of vertical object layout and prove tight relationships between three styles of object layout.

  10. Engaging Parents with Sex and Relationship Education: A UK Primary School Case Study

    ERIC Educational Resources Information Center

    Alldred, Pam; Fox, Nick; Kulpa, Robert

    2016-01-01

    Objective: To assess an intervention to familiarise parents with children's books for use in primary (5-11 years) sex and relationship education (SRE) classes. Method: Case study of a 7-week programme in one London primary school, using ethnographic observation, semi-structured interviews and focus groups with parents (n = 7) and key stakeholders…

  11. The relationship between objective balance, perceived sense of balance, and fear of falling in stroke patients.

    PubMed

    Oguz, Semra; Demirbuken, Ilksan; Kavlak, Bahar; Acar, Gonul; Yurdalan, Saadet Ufuk; Polat, Mine Gulden

    2017-10-01

    The objective of our study was to investigate the relationship between objective balance, fear of falling, and perceived sense of balance (PSB) in stroke patients. Seventy patients aged 18-65 years with chronically developed hemiplegia or hemiparesis were enrolled in the study. Patients' objective balance scores, fear of falling, and PSB were obtained using the berg balance scale (BBS), the falls efficacy scale (FES), and a visual analog scale, respectively. The Standard Mini-Mental Examination was performed to exclude patients with mental disorders from the study. There was a moderate negative correlation between PSB and BBS scores (p = 0.001, ρ = -0.588); a strong negative correlation between BBS and FES scores (p = 0.001, ρ = -0.808); and a strong positive correlation between PSB and FES scores (p = 0.001, ρ = 0.714). We found that BBS scores had negative correlation with PBS scores in left hemiplegic patients while there was no any relationship between BBS and PBS scores in right hemiplegic patients. PSB assessment, besides the BBS, should be considered among the routine assessment methods that enable the rehabilitation team to be aware of patients' balance capacities.

  12. Learning Strategies of Physics Teacher Candidates: Relationships with Physics Achievement and Class Level

    NASA Astrophysics Data System (ADS)

    Selçuk, Gamze S.; Çalişkan, Serap; Erol, Mustafa

    2007-04-01

    Learning strategy concept was introduced in the education field from the development of cognitive psychology. Learning strategies are behaviors and thoughts that a learner engages in during learning which are intended to influence the learner's encoding process. Literature on learning strategies in physics field is very scarce. Participants of the research consist of teacher candidates (n=137) from 1st, 2nd, 3rd, 4th and 5th grade attending Department of Physics Education, Education Faculty of Buca, Dokuz Eylül University in Turkey. Data of this research was collected by ``Scale of Learning Strategies Usage in Physics'' (Cronbach's Alpha=0.93). Mean, Standard Deviation, Analysis of Variance were used to analyze the research data. This paper reports on teacher candidates' learning strategies used in physics education The paper investigates the relationships between learning strategies and physics achievement, class level. Some important outcomes of the research are presented, discussed and certain suggestions are made.

  13. Social grouping: perceptual grouping of objects by cooperative but not competitive relationships in dynamic chase.

    PubMed

    Yin, Jun; Ding, Xiaowei; Zhou, Jifan; Shui, Rende; Li, Xinyu; Shen, Mowei

    2013-10-01

    Historically, perceptual grouping is associated with physical principles. This article reports a novel finding that social information-cooperative but not competitive relationships-can drive perceptual grouping of objects in dynamic chase. Particularly, each relationship was constructed with human-generated chasing motions (i.e., two predators and one prey), and its role on perceptual grouping was examined by grouping-induced effect-attentional consequences. The results showed that: (1) Predators can be perceived as a group due to their cooperative relationship, causing attention to automatically spread within grouped predators, thus the response to target appearing on uncued predator is also facilitated; and (2) The attentional effect on competitive predators has no difference from any condition which controls low-level motion patterns, even including the random-motion condition wherein no grouping factor was contained. These findings extend perceptual grouping into the social field, implying that social information gets involved in visual cognition at an early perceptual stage. Copyright © 2013 Elsevier B.V. All rights reserved.

  14. Relationship between Objectively Measured Transportation Behaviors and Health Characteristics in Older Adults.

    PubMed

    Takemoto, Michelle; Carlson, Jordan A; Moran, Kevin; Godbole, Suneeta; Crist, Katie; Kerr, Jacqueline

    2015-10-30

    This study used objective Global Positioning Systems (GPS) to investigate the relationship between pedestrian and vehicle trips to physical, cognitive, and psychological functioning in older adults living in retirement communities. Older adults (N = 279; mean age = 83 ± 6 years) wore a GPS and accelerometer for 6 days. Participants completed standard health measures. The Personal Activity and Location Measurement System (PALMS) was used to calculate the average daily number of trips, distance, and minutes traveled for pedestrian and vehicle trips from the combined GPS and accelerometer data. Linear mixed effects regression models explored relationships between these transportation variables and physical, psychological and cognitive functioning. Number, distance, and minutes of pedestrian trips were positively associated with physical and psychological functioning but not cognitive functioning. Number of vehicle trips was negatively associated with fear of falls; there were no other associations between the vehicle trip variables and functioning. Vehicle travel did not appear to be related to functioning in older adults in retirement communities except that fear of falling was related to number of vehicle trips. Pedestrian trips had moderate associations with multiple physical and psychological functioning measures, supporting a link between walking and many aspects of health in older adults.

  15. Integrating end-to-end threads of control into object-oriented analysis and design

    NASA Technical Reports Server (NTRS)

    Mccandlish, Janet E.; Macdonald, James R.; Graves, Sara J.

    1993-01-01

    Current object-oriented analysis and design methodologies fall short in their use of mechanisms for identifying threads of control for the system being developed. The scenarios which typically describe a system are more global than looking at the individual objects and representing their behavior. Unlike conventional methodologies that use data flow and process-dependency diagrams, object-oriented methodologies do not provide a model for representing these global threads end-to-end. Tracing through threads of control is key to ensuring that a system is complete and timing constraints are addressed. The existence of multiple threads of control in a system necessitates a partitioning of the system into processes. This paper describes the application and representation of end-to-end threads of control to the object-oriented analysis and design process using object-oriented constructs. The issue of representation is viewed as a grouping problem, that is, how to group classes/objects at a higher level of abstraction so that the system may be viewed as a whole with both classes/objects and their associated dynamic behavior. Existing object-oriented development methodology techniques are extended by adding design-level constructs termed logical composite classes and process composite classes. Logical composite classes are design-level classes which group classes/objects both logically and by thread of control information. Process composite classes further refine the logical composite class groupings by using process partitioning criteria to produce optimum concurrent execution results. The goal of these design-level constructs is to ultimately provide the basis for a mechanism that can support the creation of process composite classes in an automated way. Using an automated mechanism makes it easier to partition a system into concurrently executing elements that can be run in parallel on multiple processors.

  16. Social class, contextualism, and empathic accuracy.

    PubMed

    Kraus, Michael W; Côté, Stéphane; Keltner, Dacher

    2010-11-01

    Recent research suggests that lower-class individuals favor explanations of personal and political outcomes that are oriented to features of the external environment. We extended this work by testing the hypothesis that, as a result, individuals of a lower social class are more empathically accurate in judging the emotions of other people. In three studies, lower-class individuals (compared with upper-class individuals) received higher scores on a test of empathic accuracy (Study 1), judged the emotions of an interaction partner more accurately (Study 2), and made more accurate inferences about emotion from static images of muscle movements in the eyes (Study 3). Moreover, the association between social class and empathic accuracy was explained by the tendency for lower-class individuals to explain social events in terms of features of the external environment. The implications of class-based patterns in empathic accuracy for well-being and relationship outcomes are discussed.

  17. The Relationship Between Levels of Fidelity in Simulation, Traditional Clinical Experiences and Objectives.

    PubMed

    Gore, Teresa

    2017-06-15

    The purpose of this study was to explore the relationship of baccalaureate nursing students' (BSN) perceived learning effectiveness using the Clinical Learning Environments Comparison Survey of different levels of fidelity simulation and traditional clinical experiences. A convenience sample of 103 first semester BSN enrolled in a fundamental/assessment clinical course and 155 fifth semester BSN enrolled in a leadership clinical course participated in this study. A descriptive correlational design was used for this cross-sectional study to evaluate students' perceptions after a simulation experience and the completion of the traditional clinical experiences. The subscales measured were communication, nursing leadership, and teaching-learning dyad. No statistical differences were noted based on the learning objectives. The communication subscale showed a tendency toward preference for traditional clinical experiences in meeting students perceived learning for communication. For student perceived learning effectiveness, faculty should determine the appropriate level of fidelity in simulation based on the learning objectives.

  18. Identifying mangrove species and their surrounding land use and land cover classes using object-oriented approach with a lacunarity spatial measure

    USGS Publications Warehouse

    Myint, S.W.; Giri, C.P.; Wang, L.; Zhu, Z.; Gillete, S.C.

    2008-01-01

    Accurate and reliable information on the spatial distribution of mangrove species is needed for a wide variety of applications, including sustainable management of mangrove forests, conservation and reserve planning, ecological and biogeographical studies, and invasive species management. Remotely sensed data have been used for such purposes with mixed results. Our study employed an object-oriented approach with the use of a lacunarity technique to identify different mangrove species and their surrounding land use and land cover classes in a tsunami-affected area of Thailand using Landsat satellite data. Our results showed that the object-oriented approach with lacunarity-transformed bands is more accurate (over-all accuracy 94.2%; kappa coefficient = 0.91) than traditional per-pixel classifiers (overall accuracy 62.8%; and kappa coefficient = 0.57). Copyright ?? 2008 by Bellwether Publishing, Ltd. All rights reserved.

  19. Investigation of the relationship between drinking water quality based on content of inorganic components and landform classes using fuzzy AHP (case study: south of Firozabad, west of Fars province, Iran)

    NASA Astrophysics Data System (ADS)

    Mokarram, Marzieh; Sathyamoorthy, Dinesh

    2016-10-01

    In this study, the fuzzy analytic hierarchy process (AHP) is used to study the relationship between drinking water quality based on content of inorganic components and landform classes in the south of Firozabad, west of Fars province, Iran. For determination of drinking water quality based on content of inorganic components, parameters of calcium (Ca), chlorine (Cl), magnesium (Mg), thorium (TH), sodium (Na), electrical conductivity (EC), sulfate (SO4), and total dissolved solids (TDS) were used. It was found that 8.29 % of the study area has low water quality; 64.01 %, moderate; 23.33 %, high; and 4.38 %, very high. Areas with suitable drinking water quality based on content of inorganic components are located in parts of the south-eastern and south-western parts of the study area. The relationship between landform class and drinking water quality based on content of inorganic components shows that drinking water quality based on content of inorganic components is high in the stream, valleys, upland drainages, and local ridge classes, and low in the plain small and midslope classes. In fact we can predict water quality using extraction of landform classes from a digital elevation model (DEM) by the Topographic Position Index (TPI) method, so that streams, valleys, upland drainages, and local ridge classes have more water quality than the other classes. In the study we determined that without measurement of water sample characteristics, we can determine water quality by landform classes.

  20. Designing Class Methods from Dataflow Diagrams

    NASA Astrophysics Data System (ADS)

    Shoval, Peretz; Kabeli-Shani, Judith

    A method for designing the class methods of an information system is described. The method is part of FOOM - Functional and Object-Oriented Methodology. In the analysis phase of FOOM, two models defining the users' requirements are created: a conceptual data model - an initial class diagram; and a functional model - hierarchical OO-DFDs (object-oriented dataflow diagrams). Based on these models, a well-defined process of methods design is applied. First, the OO-DFDs are converted into transactions, i.e., system processes that supports user task. The components and the process logic of each transaction are described in detail, using pseudocode. Then, each transaction is decomposed, according to well-defined rules, into class methods of various types: basic methods, application-specific methods and main transaction (control) methods. Each method is attached to a proper class; messages between methods express the process logic of each transaction. The methods are defined using pseudocode or message charts.

  1. Relationship between different size classes of particulate matter and meteorology in three European cities.

    PubMed

    de Hartog, Jeroen J; Hoek, Gerard; Mirme, Aadu; Tuch, Thomas; Kos, Gerard P A; ten Brink, Harry M; Brunekreef, Bert; Cyrys, Josef; Heinrich, Joachim; Pitz, Mike; Lanki, Timo; Vallius, Marko; Pekkanen, Juha; Kreyling, Wolfgang G

    2005-04-01

    Evidence on the correlation between particle mass and (ultrafine) particle number concentrations is limited. Winter- and spring-time measurements of urban background air pollution were performed in Amsterdam (The Netherlands), Erfurt (Germany) and Helsinki (Finland), within the framework of the EU funded ULTRA study. Daily average concentrations of ambient particulate matter with a 50% cut off of 2.5 microm (PM2.5), total particle number concentrations and particle number concentrations in different size classes were collected at fixed monitoring sites. The aim of this paper is to assess differences in particle concentrations in several size classes across cities, the correlation between different particle fractions and to assess the differential impact of meteorological factors on their concentrations. The medians of ultrafine particle number concentrations were similar across the three cities (range 15.1 x 10(3)-18.3 x 10(3) counts cm(-3)). Within the ultrafine particle fraction, the sub fraction (10-30 nm) made a higher contribution to particle number concentrations in Erfurt than in Helsinki and Amsterdam. Larger differences across the cities were found for PM2.5(range 11-17 microg m(-3)). PM2.5 and ultrafine particle concentrations were weakly (Amsterdam, Helsinki) to moderately (Erfurt) correlated. The inconsistent correlation for PM2.5 and ultrafine particle concentrations between the three cities was partly explained by the larger impact of more local sources from the city on ultrafine particle concentrations than on PM2.5, suggesting that the upwind or downwind location of the measuring site in regard to potential particle sources has to be considered. Also, relationship with wind direction and meteorological data differed, suggesting that particle number and particle mass are two separate indicators of airborne particulate matter. Both decreased with increasing wind speed, but ultrafine particle number counts consistently decreased with increasing

  2. Gender, social class and illness among young people.

    PubMed

    Rahkonen, O; Lahelma, E

    1992-03-01

    Gender and social class differences in illness among young people have been a neglected area in research on social inequities in health. It has been assumed that the illness differentials among adults persist throughout their lives. Only recently have social class health differentials among young people become a topic for research. The aim of this study is, first, to examine gender and social class differences in self-reported illness among young Finns; secondly, to determine whether the relationship between social class and limiting long-standing illness is similar among young men and women. In addition to the two main aims, we also examined whether several background variables have any impact on the relationship between class and illness or, directly, on illness. The data were derived from a nationwide Finnish 'Level of Living Survey', which was carried out by the Central Statistical Office of Finland in 1986. This interview material represents the noninstitutional Finnish population aged 15 years old or older. The number of respondents were 12,057, and the response rate was 87%. In the present study we only examined those who were 15-24-year-olds (N = 2238); i.e. 1101 men and 1137 women; the response rates were 91% and 92% respectively. Young women reported a limiting long-standing illness more often than young men. The prevalence of limiting long-standing illness increased with age. Cross-tabulation analyses showed virtually no relationship between social class and limiting long-standing illness. This held true irrespective of the various measures of social class that were used. Controlling the impact of several background variables in the logistic regression analyses did not alter this general result.

  3. Joint Geophysical Inversion With Multi-Objective Global Optimization Methods

    NASA Astrophysics Data System (ADS)

    Lelievre, P. G.; Bijani, R.; Farquharson, C. G.

    2015-12-01

    Pareto multi-objective global optimization (PMOGO) methods generate a suite of solutions that minimize multiple objectives (e.g. data misfits and regularization terms) in a Pareto-optimal sense. Providing a suite of models, as opposed to a single model that minimizes a weighted sum of objectives, allows a more complete assessment of the possibilities and avoids the often difficult choice of how to weight each objective. We are applying PMOGO methods to three classes of inverse problems. The first class are standard mesh-based problems where the physical property values in each cell are treated as continuous variables. The second class of problems are also mesh-based but cells can only take discrete physical property values corresponding to known or assumed rock units. In the third class we consider a fundamentally different type of inversion in which a model comprises wireframe surfaces representing contacts between rock units; the physical properties of each rock unit remain fixed while the inversion controls the position of the contact surfaces via control nodes. This third class of problem is essentially a geometry inversion, which can be used to recover the unknown geometry of a target body or to investigate the viability of a proposed Earth model. Joint inversion is greatly simplified for the latter two problem classes because no additional mathematical coupling measure is required in the objective function. PMOGO methods can solve numerically complicated problems that could not be solved with standard descent-based local minimization methods. This includes the latter two classes of problems mentioned above. There are significant increases in the computational requirements when PMOGO methods are used but these can be ameliorated using parallelization and problem dimension reduction strategies.

  4. "Object Lesson": Using Family Heirlooms to Engage Students in Art History

    ERIC Educational Resources Information Center

    Rose, Marice

    2012-01-01

    This first written assignment of the semester for the author's undergraduate introductory art history class--an essay where students describe and reflect upon the significance of a family heirloom--is instrumental in meeting class objectives. The author's objectives in this class are for students: (1) to broaden their conception of what art is…

  5. The (Spatial) Memory Game: Testing the Relationship Between Spatial Language, Object Knowledge, and Spatial Cognition.

    PubMed

    Gudde, Harmen B; Griffiths, Debra; Coventry, Kenny R

    2018-02-19

    The memory game paradigm is a behavioral procedure to explore the relationship between language, spatial memory, and object knowledge. Using two different versions of the paradigm, spatial language use and memory for object location are tested under different, experimentally manipulated conditions. This allows us to tease apart proposed models explaining the influence of object knowledge on spatial language (e.g., spatial demonstratives), and spatial memory, as well as understanding the parameters that affect demonstrative choice and spatial memory more broadly. Key to the development of the method was the need to collect data on language use (e.g., spatial demonstratives: "this/that") and spatial memory data under strictly controlled conditions, while retaining a degree of ecological validity. The language version (section 3.1) of the memory game tests how conditions affect language use. Participants refer verbally to objects placed at different locations (e.g., using spatial demonstratives: "this/that red circle"). Different parameters can be experimentally manipulated: the distance from the participant, the position of a conspecific, and for example whether the participant owns, knows, or sees the object while referring to it. The same parameters can be manipulated in the memory version of the memory game (section 3.2). This version tests the effects of the different conditions on object-location memory. Following object placement, participants get 10 seconds to memorize the object's location. After the object and location cues are removed, participants verbally direct the experimenter to move a stick to indicate where the object was. The difference between the memorized and the actual location shows the direction and strength of the memory error, allowing comparisons between the influences of the respective parameters.

  6. A Latent Class Analysis of Dyadic Perfectionism in a College Sample

    ERIC Educational Resources Information Center

    Lopez, Frederick G.; Fons-Scheyd, Alia; Bush-King, Imelda; McDermott, Ryon C.

    2011-01-01

    A latent class analysis of dyadic perfectionism scores within a college sample (N = 369) identified four classes of participants. Controlling for gender and current dating status, class membership was associated with significant differences on several measures of relationship attitudes. Gender and class membership also significantly interacted in…

  7. Home Advantage: Social Class and Parental Intervention in Elementary Education.

    ERIC Educational Resources Information Center

    Lareau, Annette

    Social class influences parent involvement in schooling. This book uses the case study method to compare family-school relationships in a working-class elementary school with those in an upper middle-class school, focusing on one first grade class in each school, and within the two schools, on 12 families, over the course of their children's first…

  8. Acquiring Word Class Distinctions in American Sign Language: Evidence from Handshape

    ERIC Educational Resources Information Center

    Brentari, Diane; Coppola, Marie; Jung, Ashley; Goldin-Meadow, Susan

    2013-01-01

    Handshape works differently in nouns versus a class of verbs in American Sign Language (ASL) and thus can serve as a cue to distinguish between these two word classes. Handshapes representing characteristics of the object itself ("object" handshapes) and handshapes representing how the object is handled ("handling" handshapes)…

  9. Nonsurgical treatment of an adult with a skeletal Class II gummy smile using zygomatic temporary anchorage devices and improved superelastic nickel-titanium alloy wires.

    PubMed

    Ishida, Yuji; Ono, Takashi

    2017-11-01

    Patients with a severe gummy smile and a skeletal Class II profile are difficult to treat. This case report describes an effective treatment alternative for improving a gummy smile in a patient with a severe Class II molar relationship, severe crowding, and lip protrusion using zygomatic anchorage devices and improved superelastic nickel-titanium wires. A 36-year-old woman had an excessive overjet and a deep overbite with a bilateral Angle Class II molar relationship. The cephalometric analysis demonstrated a Class II skeletal relationship (ANB, 9.5°), retroclination of the mandible (FMA, 38.4°), and severe labial inclination of the mandibular incisors (IMPA, 101.9°). The main treatment objectives included normalizing the overjet and overbite, improving the gummy smile, and establishing a satisfactory occlusion. During treatment with fixed appliances, intrusion of the total maxillary dentition using skeletal anchorage and elimination of the bimaxillary protrusion were achieved. Improvement of the lateral profile and gummy smile enhanced facial esthetics. Intrusion and distalization of the maxillary dentition with skeletal anchorage and improved superelastic nickel-titanium wires provided a satisfactory dental occlusion, esthetic improvement, and adequate function. This approach should be considered as an alternative treatment option to orthognathic surgery for adults with high-angle skeletal Class II malocclusion and a gummy smile. Copyright © 2017 American Association of Orthodontists. Published by Elsevier Inc. All rights reserved.

  10. How you ask matters: an experimental investigation of the influence of mood on memory self-perceptions and their relationship with objective memory.

    PubMed

    Lineweaver, Tara T; Brolsma, Jessica W

    2014-01-01

    Stronger relationships often emerge between mood and memory self-efficacy (MSE) than between MSE and memory abilities. We examined how social desirability, mood congruency and framing influence the mood-MSE relationship. Social desirability correlated with all self-report measures, and covarying social desirability diminished the mood-MSE relationship while enhancing the relationship between MSE and objective memory. Participants rated their memory more harshly on positively than neutrally or negatively worded MSE items. Current mood state did not affect MSE overall or when items were worded positively or neutrally. However, on negatively worded items, participants in a negative mood exhibited lower MSE than participants in a positive mood. Thus, both MSE and the mood-MSE relationship depended upon question wording. These results indicate that controlling social desirability and item framing on MSE questionnaires may reduce their confounding influence on memory self-perceptions and the influence of mood on self-reported abilities, allowing subjective memory to more accurately reflect objective memory in healthy and clinical populations.

  11. Special Classes for Gifted Students? Absolutely!

    ERIC Educational Resources Information Center

    Burton-Szabo, Sally

    1996-01-01

    This article makes a case for special classes for gifted students and answers objections to special classes raised by the middle school movement and the cooperative learning movement. A sample "Celebration of Me" unit taught to gifted seventh graders which involved poetry, literature, personal development, art, music, and physical fitness is…

  12. X-Windows Socket Widget Class

    NASA Technical Reports Server (NTRS)

    Barry, Matthew R.

    2006-01-01

    The X-Windows Socket Widget Class ("Class" is used here in the object-oriented-programming sense of the word) was devised to simplify the task of implementing network connections for graphical-user-interface (GUI) computer programs. UNIX Transmission Control Protocol/Internet Protocol (TCP/IP) socket programming libraries require many method calls to configure, operate, and destroy sockets. Most X Windows GUI programs use widget sets or toolkits to facilitate management of complex objects. The widget standards facilitate construction of toolkits and application programs. The X-Windows Socket Widget Class encapsulates UNIX TCP/IP socket-management tasks within the framework of an X Windows widget. Using the widget framework, X Windows GUI programs can treat one or more network socket instances in the same manner as that of other graphical widgets, making it easier to program sockets. Wrapping ISP socket programming libraries inside a widget framework enables a programmer to treat a network interface as though it were a GUI.

  13. Soil-transmitted helminthiasis: the relationship between prevalence and classes of intensity of infection.

    PubMed

    Montresor, Antonio; À Porta, Natacha; Albonico, Marco; Gabrielli, Albis Francesco; Jankovic, Dina; Fitzpatrick, Christopher; Vercruysse, Jozef; Levecke, Bruno

    2015-04-01

    Recently, WHO has developed a predictive model to evaluate the impact of preventive chemotherapy programs to control the morbidity of soil-transmitted helminths (STHs). To make predictions, this model needs baseline information about the proportion of infections classified as low, moderate and high intensity, for each of the three STH species. However, epidemiological data available are often limited to prevalence estimates. We reanalyzed available data from 19 surveys in 10 countries and parameterized the relationship between prevalence of STH infections and the proportion of moderate and heavy intensity infections. The equations derived allow feeding the WHO model with estimates of the proportion of the different classes of infection intensity when only prevalence data is available. The prediction capacities of the STH model using the equations developed in the present study, should be tested by comparing it with the changes on STH epidemiological data observed in control programs operating for several years. © The Author 2014. Published by Oxford University Press on behalf of Royal Society of Tropical Medicine and Hygiene. All rights reserved. For permissions, please e-mail: journals.permissions@oup.com.

  14. Haemophilus ducreyi Cutaneous Ulcer Strains Diverged from Both Class I and Class II Genital Ulcer Strains: Implications for Epidemiological Studies

    PubMed Central

    Gangaiah, Dharanesh

    2016-01-01

    Background Haemophilus ducreyi has emerged as a major cause of cutaneous ulcers (CU) in yaws-endemic regions of the tropics in the South Pacific, South East Asia and Africa. H. ducreyi was once thought only to cause the genital ulcer (GU) disease chancroid; GU strains belong to 2 distinct classes, class I and class II. Using whole-genome sequencing of 4 CU strains from Samoa, 1 from Vanuatu and 1 from Papua New Guinea, we showed that CU strains diverged from the class I strain 35000HP and that one CU strain expressed β-lactamase. Recently, the Center for Disease Control and Prevention released the genomes of 11 additional CU strains from Vanuatu and Ghana; however, the evolutionary relationship of these CU strains to previously-characterized CU and GU strains is unknown. Methodology/Principal Findings We performed phylogenetic analysis of 17 CU and 10 GU strains. Class I and class II GU strains formed two distinct clades. The class I strains formed two subclades, one containing 35000HP and HD183 and the other containing the remainder of the class I strains. Twelve of the CU strains formed a subclone under the class I 35000HP subclade, while 2 CU strains formed a subclone under the other class I subclade. Unexpectedly, 3 of the CU strains formed a subclone under the class II clade. Phylogenetic analysis of dsrA-hgbA-ncaA sequences yielded a tree similar to that of whole-genome phylogenetic tree. Conclusions/Significance CU strains diverged from multiple lineages within both class I and class II GU strains. Multilocus sequence typing of dsrA-hgbA-ncaA could be reliably used for epidemiological investigation of CU and GU strains. As class II strains grow relatively poorly and are relatively more susceptible to vancomycin than class I strains, these findings have implications for methods to recover CU strains. Comparison of contemporary CU and GU isolates would help clarify the relationship between these entities. PMID:28027326

  15. Haemophilus ducreyi Cutaneous Ulcer Strains Diverged from Both Class I and Class II Genital Ulcer Strains: Implications for Epidemiological Studies.

    PubMed

    Gangaiah, Dharanesh; Spinola, Stanley M

    2016-12-01

    Haemophilus ducreyi has emerged as a major cause of cutaneous ulcers (CU) in yaws-endemic regions of the tropics in the South Pacific, South East Asia and Africa. H. ducreyi was once thought only to cause the genital ulcer (GU) disease chancroid; GU strains belong to 2 distinct classes, class I and class II. Using whole-genome sequencing of 4 CU strains from Samoa, 1 from Vanuatu and 1 from Papua New Guinea, we showed that CU strains diverged from the class I strain 35000HP and that one CU strain expressed β-lactamase. Recently, the Center for Disease Control and Prevention released the genomes of 11 additional CU strains from Vanuatu and Ghana; however, the evolutionary relationship of these CU strains to previously-characterized CU and GU strains is unknown. We performed phylogenetic analysis of 17 CU and 10 GU strains. Class I and class II GU strains formed two distinct clades. The class I strains formed two subclades, one containing 35000HP and HD183 and the other containing the remainder of the class I strains. Twelve of the CU strains formed a subclone under the class I 35000HP subclade, while 2 CU strains formed a subclone under the other class I subclade. Unexpectedly, 3 of the CU strains formed a subclone under the class II clade. Phylogenetic analysis of dsrA-hgbA-ncaA sequences yielded a tree similar to that of whole-genome phylogenetic tree. CU strains diverged from multiple lineages within both class I and class II GU strains. Multilocus sequence typing of dsrA-hgbA-ncaA could be reliably used for epidemiological investigation of CU and GU strains. As class II strains grow relatively poorly and are relatively more susceptible to vancomycin than class I strains, these findings have implications for methods to recover CU strains. Comparison of contemporary CU and GU isolates would help clarify the relationship between these entities.

  16. Class Size Reduction and Urban Students. ERIC Digest.

    ERIC Educational Resources Information Center

    Schwartz, Wendy

    Researchers have long investigated whether smaller classes improve student achievement. Their conclusions suggest that class size reduction (CSR) can result in greater in-depth coverage of subject matter by teachers, enhanced learning and stronger engagement by students, more personalized teacher-student relationships, and safer schools with fewer…

  17. Social Class on Campus: Theories and Manifestations

    ERIC Educational Resources Information Center

    Barratt, Will

    2011-01-01

    This is at once a playful text with a serious purpose: to provide the reader with the theoretical lenses to analyze the dynamics of social class. It will appeal to students, and indeed anyone interested in how class mediates relationships in higher education, both because of its engaging tone, and because it uses the college campus as a microcosm…

  18. Social class, sense of control, and social explanation.

    PubMed

    Kraus, Michael W; Piff, Paul K; Keltner, Dacher

    2009-12-01

    Lower social class is associated with diminished resources and perceived subordinate rank. On the basis of this analysis, the authors predicted that social class would be closely associated with a reduced sense of personal control and that this association would explain why lower class individuals favor contextual over dispositional explanations of social events. Across 4 studies, lower social class individuals, as measured by subjective socioeconomic status (SES), endorsed contextual explanations of economic trends, broad social outcomes, and emotion. Across studies, the sense of control mediated the relation between subjective SES and contextual explanations, and this association was independent of objective SES, ethnicity, political ideology, and self-serving biases. Finally, experimentally inducing a higher sense of control attenuated the tendency for lower subjective SES individuals to make more contextual explanations (Study 4). Implications for future research on social class as well as theoretical distinctions between objective SES and subjective SES are discussed.

  19. Middle-Class Mothers' Passionate Attachment to School Choice: Abject Objects, Cruel Optimism and Affective Exploitation

    ERIC Educational Resources Information Center

    Leyton, Daniel; Rojas, María Teresa

    2017-01-01

    This paper is based on a qualitative study about middle-class mothers' experiences of school choice in Chile. It draws on Butler, Berlant and Hardt's work on affects, and on feminist contributions to the intersection between school choice, social class and mothering. These contributions help us deepen our understanding of school choice as both a…

  20. Online Class Size, Note Reading, Note Writing and Collaborative Discourse

    ERIC Educational Resources Information Center

    Qiu, Mingzhu; Hewitt, Jim; Brett, Clare

    2012-01-01

    Researchers have long recognized class size as affecting students' performance in face-to-face contexts. However, few studies have examined the effects of class size on exact reading and writing loads in online graduate-level courses. This mixed-methods study examined relationships among class size, note reading, note writing, and collaborative…

  1. Characteristic classes, singular embeddings, and intersection homology.

    PubMed

    Cappell, S E; Shaneson, J L

    1987-06-01

    This note announces some results on the relationship between global invariants and local topological structure. The first section gives a local-global formula for Pontrjagin classes or L-classes. The second section describes a corresponding decomposition theorem on the level of complexes of sheaves. A final section mentions some related aspects of "singular knot theory" and the study of nonisolated singularities. Analogous equivariant analogues, with local-global formulas for Atiyah-Singer classes and their relations to G-signatures, will be presented in a future paper.

  2. YOUNG STELLAR OBJECTS IN THE GOULD BELT

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

    Dunham, Michael M.; Allen, Lori E.; Evans II, Neal J.

    2015-09-15

    We present the full catalog of Young Stellar Objects (YSOs) identified in the 18 molecular clouds surveyed by the Spitzer Space Telescope “cores to disks” (c2d) and “Gould Belt” (GB) Legacy surveys. Using standard techniques developed by the c2d project, we identify 3239 candidate YSOs in the 18 clouds, 2966 of which survive visual inspection and form our final catalog of YSOs in the GB. We compile extinction corrected spectral energy distributions for all 2966 YSOs and calculate and tabulate the infrared spectral index, bolometric luminosity, and bolometric temperature for each object. We find that 326 (11%), 210 (7%), 1248more » (42%), and 1182 (40%) are classified as Class 0 + I, Flat-spectrum, Class II, and Class III, respectively, and show that the Class III sample suffers from an overall contamination rate by background Asymptotic Giant Branch stars between 25% and 90%. Adopting standard assumptions, we derive durations of 0.40–0.78 Myr for Class 0 + I YSOs and 0.26–0.50 Myr for Flat-spectrum YSOs, where the ranges encompass uncertainties in the adopted assumptions. Including information from (sub)millimeter wavelengths, one-third of the Class 0 + I sample is classified as Class 0, leading to durations of 0.13–0.26 Myr (Class 0) and 0.27–0.52 Myr (Class I). We revisit infrared color–color diagrams used in the literature to classify YSOs and propose minor revisions to classification boundaries in these diagrams. Finally, we show that the bolometric temperature is a poor discriminator between Class II and Class III YSOs.« less

  3. Automatic Adviser on Mobile Objects Status Identification and Classification

    NASA Astrophysics Data System (ADS)

    Shabelnikov, A. N.; Liabakh, N. N.; Gibner, Ya M.; Saryan, A. S.

    2018-05-01

    A mobile object status identification task is defined within the image discrimination theory. It is proposed to classify objects into three classes: object operation status; its maintenance is required and object should be removed from the production process. Two methods were developed to construct the separating boundaries between the designated classes: a) using statistical information on the research objects executed movement, b) basing on regulatory documents and expert commentary. Automatic Adviser operation simulation and the operation results analysis complex were synthesized. Research results are commented using a specific example of cuts rolling from the hump yard. The work was supported by Russian Fundamental Research Fund, project No. 17-20-01040.

  4. Working Class Gender Relationships and Leisure in the United States, 1890-1920.

    ERIC Educational Resources Information Center

    Peiss, Kathy

    Recent studies of the history of working-class leisure have rested on the conceptualization of leisure as both public and male. A study of the living conditions, recreational activities, and family budgets of white working-class New Yorkers between 1880 and 1920 suggests broad ways in which working women's leisure activities contributed to a…

  5. Small target detection using objectness and saliency

    NASA Astrophysics Data System (ADS)

    Zhang, Naiwen; Xiao, Yang; Fang, Zhiwen; Yang, Jian; Wang, Li; Li, Tao

    2017-10-01

    We are motived by the need for generic object detection algorithm which achieves high recall for small targets in complex scenes with acceptable computational efficiency. We propose a novel object detection algorithm, which has high localization quality with acceptable computational cost. Firstly, we obtain the objectness map as in BING[1] and use NMS to get the top N points. Then, k-means algorithm is used to cluster them into K classes according to their location. We set the center points of the K classes as seed points. For each seed point, an object potential region is extracted. Finally, a fast salient object detection algorithm[2] is applied to the object potential regions to highlight objectlike pixels, and a series of efficient post-processing operations are proposed to locate the targets. Our method runs at 5 FPS on 1000*1000 images, and significantly outperforms previous methods on small targets in cluttered background.

  6. Educators Using High Technology Must Set Objectives.

    ERIC Educational Resources Information Center

    Adler, Keith; Wilcox, Gary B.

    1985-01-01

    Discusses a rationale for developing behavioral objects for the introduction of computers and other information technologies into advertising classes. Explores specific objectives, and provides examples to illustrate incorporating them into the advertising curriculum. (HTH)

  7. Communication in the Special Needs Class

    ERIC Educational Resources Information Center

    Freeman, David

    1975-01-01

    This article stressed the importance of constant constructive communication between parents, teachers and students as a means towards building a relationship of trust, understanding and fulfillment in the special class. (Editor/RK)

  8. Detailed 3D representations for object recognition and modeling.

    PubMed

    Zia, M Zeeshan; Stark, Michael; Schiele, Bernt; Schindler, Konrad

    2013-11-01

    Geometric 3D reasoning at the level of objects has received renewed attention recently in the context of visual scene understanding. The level of geometric detail, however, is typically limited to qualitative representations or coarse boxes. This is linked to the fact that today's object class detectors are tuned toward robust 2D matching rather than accurate 3D geometry, encouraged by bounding-box-based benchmarks such as Pascal VOC. In this paper, we revisit ideas from the early days of computer vision, namely, detailed, 3D geometric object class representations for recognition. These representations can recover geometrically far more accurate object hypotheses than just bounding boxes, including continuous estimates of object pose and 3D wireframes with relative 3D positions of object parts. In combination with robust techniques for shape description and inference, we outperform state-of-the-art results in monocular 3D pose estimation. In a series of experiments, we analyze our approach in detail and demonstrate novel applications enabled by such an object class representation, such as fine-grained categorization of cars and bicycles, according to their 3D geometry, and ultrawide baseline matching.

  9. Optimization of forest wildlife objectives

    Treesearch

    John Hof; Robert Haight

    2007-01-01

    This chapter presents an overview of methods for optimizing wildlife-related objectives. These objectives hinge on landscape pattern, so we refer to these methods as "spatial optimization." It is currently possible to directly capture deterministic characterizations of the most basic spatial relationships: proximity relationships (including those that lead to...

  10. Method for distributed object communications based on dynamically acquired and assembled software components

    NASA Technical Reports Server (NTRS)

    Sundermier, Amy (Inventor)

    2002-01-01

    A method for acquiring and assembling software components at execution time into a client program, where the components may be acquired from remote networked servers is disclosed. The acquired components are assembled according to knowledge represented within one or more acquired mediating components. A mediating component implements knowledge of an object model. A mediating component uses its implemented object model knowledge, acquired component class information and polymorphism to assemble components into an interacting program at execution time. The interactions or abstract relationships between components in the object model may be implemented by the mediating component as direct invocations or indirect events or software bus exchanges. The acquired components may establish communications with remote servers. The acquired components may also present a user interface representing data to be exchanged with the remote servers. The mediating components may be assembled into layers, allowing arbitrarily complex programs to be constructed at execution time.

  11. Facial attractiveness of skeletal class I and class II malocclusion as perceived by laypeople, patients and clinicians.

    PubMed

    Pace, Michela; Cioffi, Iacopo; D'antò, Vincenzo; Valletta, Alessandra; Valletta, Rosa; Amato, Massimo

    2018-06-01

    Physical attractiveness is dependent on facial appearance. The facial profile plays a crucial role in facial attractiveness and can be improved with orthodontic treatment. The aesthetic assessment of facial appearance may be influenced by the cultural background and education of the assessor and dependent upon the experience level of dental professionals. This study aimed to evaluate how the sagittal jaw relationship in Class I and Class II individuals affects facial attractiveness, and whether the assessor's professional education and background affect the perception of facial attractiveness. Facial silhouettes simulating mandibular retrusion, maxillary protrusion, mandibular retrusion combined with maxillary protrusion, bimaxillary protrusion and severe bimaxillary protrusion in class I and class II patients were assessed by five groups of people with different backgrounds and education levels (i.e., 23 expert orthodontists, 21 orthodontists, 15 maxillofacial surgeons, 19 orthodontic patients and 28 laypeople). Straight facial profiles were judged to be more attractive than convex profiles due to severe mandibular retrusion and to mandibular retrusion combined with maxillary protrusion (all P<0.05). Convex profiles due to a slightly retruded position of the mandible were judged less attractive by clinicians than by patients and laypeople (all P<0.05). Convex facial profiles are less attractive than Class I profiles. The assessment of facial attractiveness is dependent on the assessor's education and background. Laypeople and patients are considerably less sensitive to abnormal sagittal jaw relationships than orthodontists.

  12. Communication, "Class," and Culture.

    ERIC Educational Resources Information Center

    Jeffres, Leo W.

    A study was conducted to examine the relationships among communication, social class, and ethnic heritage. Eleven of thirteen ethnic groups in a Midwestern metropolitan area who had been studied in 1976 were surveyed again in late 1980 and early 1981. Groups surveyed were Irish, Greek, Czech, Italian, Lebanese, Hungarian, Lithuanian, Polish,…

  13. StrateGene: object-oriented programming in molecular biology.

    PubMed

    Carhart, R E; Cash, H D; Moore, J F

    1988-03-01

    This paper describes some of the ways that object-oriented programming methodologies have been used to represent and manipulate biological information in a working application. When running on a Xerox 1100 series computer, StrateGene functions as a genetic engineering workstation for the management of information about cloning experiments. It represents biological molecules, enzymes, fragments, and methods as classes, subclasses, and members in a hierarchy of objects. These objects may have various attributes, which themselves can be defined and classified. The attributes and their values can be passed from the classes of objects down to the subclasses and members. The user can modify the objects and their attributes while using them. New knowledge and changes to the system can be incorporated relatively easily. The operations on the biological objects are associated with the objects themselves. This makes it easier to invoke them correctly and allows generic operations to be customized for the particular object.

  14. A review of supervised object-based land-cover image classification

    NASA Astrophysics Data System (ADS)

    Ma, Lei; Li, Manchun; Ma, Xiaoxue; Cheng, Liang; Du, Peijun; Liu, Yongxue

    2017-08-01

    Object-based image classification for land-cover mapping purposes using remote-sensing imagery has attracted significant attention in recent years. Numerous studies conducted over the past decade have investigated a broad array of sensors, feature selection, classifiers, and other factors of interest. However, these research results have not yet been synthesized to provide coherent guidance on the effect of different supervised object-based land-cover classification processes. In this study, we first construct a database with 28 fields using qualitative and quantitative information extracted from 254 experimental cases described in 173 scientific papers. Second, the results of the meta-analysis are reported, including general characteristics of the studies (e.g., the geographic range of relevant institutes, preferred journals) and the relationships between factors of interest (e.g., spatial resolution and study area or optimal segmentation scale, accuracy and number of targeted classes), especially with respect to the classification accuracy of different sensors, segmentation scale, training set size, supervised classifiers, and land-cover types. Third, useful data on supervised object-based image classification are determined from the meta-analysis. For example, we find that supervised object-based classification is currently experiencing rapid advances, while development of the fuzzy technique is limited in the object-based framework. Furthermore, spatial resolution correlates with the optimal segmentation scale and study area, and Random Forest (RF) shows the best performance in object-based classification. The area-based accuracy assessment method can obtain stable classification performance, and indicates a strong correlation between accuracy and training set size, while the accuracy of the point-based method is likely to be unstable due to mixed objects. In addition, the overall accuracy benefits from higher spatial resolution images (e.g., unmanned aerial

  15. Relationship of intentional self-harm using sharp objects with depressive and dissociative tendencies in pre-adolescence-adolescence.

    PubMed

    Sho, Noriko; Oiji, Arata; Konno, Chizue; Toyohara, Koji; Minami, Tatsuya; Arai, Takashi; Seike, Yoji

    2009-06-01

    The objectives of the present study were to (i) evaluate the prevalence of children and adolescents who have engaged in intentional self-harm using a sharp object; and (ii) investigate the relationship between self-harm with sharp objects and depressive tendencies or dissociative tendencies. A total of 1938 students in grades 5-12 in Yokohama, Japan, were enrolled, and they completed anonymous self-report questionnaires including a question about intentional self-harm with a sharp object, the Depression Self-Rating Scale for Children (DSRSC) and the Adolescent Dissociative Experiences Scale (A-DES). The prevalence of self-harm using sharp object was 5.4% among male 5th-6th graders, 4.0% among female 5th-6th graders, 5.3% among male 7th-9th graders, 15.1% among female 7th-9th graders, 6.6% among male 10th-12th graders, and 9.6% among female 10th-12th graders. Categorical regression analysis showed that a small amount of variance in self-harm by sharp object was explained by DSRSC and A-DES scores. Self-harm with a sharp object was prevalent among pre-adolescents and adolescents and was associated with depressive and dissociative tendencies.

  16. Impacts of tilling and covering treatments on the biosolids solar drying conversion from Class B to Class A

    USDA-ARS?s Scientific Manuscript database

    The objective of this study was to evaluate the effects of tillage and cover treatments of solar drying on the conversion of Class B treated sewage sludge to a Class A product. The experiments were performed over two years at Green Valley, Arizona in steel-constructed sand-filled drying beds of 1.0m...

  17. Inter-relationships between objective and subjective measures of the residential environment among urban African American women

    PubMed Central

    Sealy-Jefferson, Shawnita; Messer, Lynne; Slaughter-Acey, Jaime; Misra, Dawn P.

    2016-01-01

    Background The inter-relationships between objective (census-based) and subjective (resident reported) measures of the residential environment is understudied in African American (AA) populations. Methods Using data from the Life Influences on Fetal Environments Study (2009–2011) (n=1,387) of AA women, we quantified the area-level variation in subjective reports of residential healthy food availability, walkability, safety and disorder that can be accounted for with an objective neighborhood disadvantage index (NDI). Two-level generalized linear models estimated associations between objective and subjective measures of the residential environment, accounting for individual-level covariates. Results In unconditional models, intraclass correlation coefficients for block-group variance in subjective reports ranged from 11% (healthy food availability) to 30% (safety). Models accounting for the NDI (versus both NDI and individual level covariates) accounted for more variance in healthy food availability (23% versus 8%) and social disorder (40% versus 38%). The NDI and individual level variables accounted for 39% and 51% of the area-level variation in walkability and safety. Associations between subjective and objective measures of the residential environment were significant and in the expected direction. Conclusions Future studies on neighborhood effects on health, especially among AAs, should include a wide range of residential environment measures, including subjective, objective and spatial contextual variables. PMID:28160971

  18. Inter-relationships between objective and subjective measures of the residential environment among urban African American women.

    PubMed

    Sealy-Jefferson, Shawnita; Messer, Lynne; Slaughter-Acey, Jaime; Misra, Dawn P

    2017-03-01

    The inter-relationships between objective (census based) and subjective (resident reported) measures of the residential environment is understudied in African American (AA) populations. Using data from the Life Influences on Fetal Environments Study (2009-2011; n = 1387) of AA women, we quantified the area-level variation in subjective reports of residential healthy food availability, walkability, safety, and disorder that can be accounted for with an objective neighborhood disadvantage index (NDI). Two-level generalized linear models estimated associations between objective and subjective measures of the residential environment, accounting for individual-level covariates. In unconditional models, intraclass correlation coefficients for block-group variance in subjective reports ranged from 11% (healthy food availability) to 30% (safety). Models accounting for the NDI (vs. both NDI and individual-level covariates) accounted for more variance in healthy food availability (23% vs. 8%) and social disorder (40% vs. 38%). The NDI and individual-level variables accounted for 39% and 51% of the area-level variation in walkability and safety, respectively. Associations between subjective and objective measures of the residential environment were significant and in the expected direction. Future studies on neighborhood effects on health, especially among AAs, should include a wide range of residential environment measures, including subjective, objective, and spatial contextual variables. Copyright © 2016 Elsevier Inc. All rights reserved.

  19. The Relationship Between Infrared Dark Cloud and Stellar Properties

    NASA Astrophysics Data System (ADS)

    Calahan, Jenny; Hora, Joseph L.

    2018-01-01

    Massive stars are known to form within infrared dark clouds (IRDCs), but many details about how molecular clouds collapse and form stars remain poorly understood.We determine the relationship between the dark cloud mass and the population of young stellar objects (YSOs) associated with the cloud to shed light on the physical processes occurring within these star forming regions. We chose to use a sample of IRDCs and YSOs within the Cygnus-X region, a close-by giant star formation complex that has every stage of star formation represented. Using observations from IRAC, MIPS, PACS, and SPIRE on Spitzer and Herschel we identified a sample of 30,903 YSOs and 167 IRDCs. We derived the class of each YSO as well as the mass of YSO and IRDCs from the flux information. Using these parameters, as well as their locations in the cloud, we were sorted IRDC fragments into larger filaments and associate a set of YSOs with each IRDC. By measuring and comparing parameters such as YSO total mass, number of YSOs, Class 0, Class I, and Class II populations, distance from host filament, and filament mass we tested for correlations between the YSO and IRDC parameters. Using this treasure trove of information, we find that Class 0 and I objects are located more closely to their host IRDC than their Class II counterparts. We also find that high-density IRDCs are better environments for star formation than low-density IRDCs. However, we find no correlation between the total mass of the IRDC and the largest YSO mass in the IRDC, suggesting that IRDCs of any mass can have massive YSOs associated with them.The SAO REU program is funded by the National Science Foundation REU and Department of Defense ASSURE programs under NSF Grant AST-1659473, and by the Smithsonian Institution.

  20. The effects of forehead and neck position on esthetics of class I, II and III profiles.

    PubMed

    Salehi, Parisa; Oshagh, Morteza; Aleyasin, Zeinab S; Pakshir, Hamid Reza

    2014-01-01

    All parts of the face, other than jaw relationships, should be considered in orthodontic treatment planning. The role of forehead and neck in facial esthetics is well known; however, the majority of conventional facial analysis methods have not considered them. Neck and forehead may confer mutual effects on equilibrium and on esthetics of other facial components, and may change the overall convexity/concavity view of the profile. Therefore, the aim of this study was to assess the effect of anteroposterior position of the forehead and neck on the esthetics of skeletal class I, II and III jaw relationships using profile silhouettes. Class II and III jaw relationships were constructed on the silhouette of a class I normal profile by altering the mandibular position. Retruded, normal and protruded positions were also applied for the forehead and neck. Three hundred Iranian laypeople (150 men, 150 women) scored the esthetics of profile silhouettes from 1 to 7. Half of the participants were told to consider the profiles as a man, and the other half were told to consider them as a woman. Data were analyzed using non-parametric methods. Class I jaw relation was found to be the most beautiful profile followed by class II and III respectively. Esthetics of different positions of the neck and forehead were significantly different (P < 0.05). In subjects with a normal neck and forehead position, and those with a retruded neck, the best esthetic relationship was class I, and the worst was class III. For protruded foreheads, the best jaw relationship was class II for females and class I for males, and the worst was class III for both. In a retruded forehead position, the most preferred jaw relationship was class I, and the worst was class II. For profiles with a protruded neck, the best esthetics was found to be in class III jaw relationship, and the worst was in class II. There was a small difference in scoring for male and female profiles (P < 0.05); there were also small

  1. Starch digestibility and apparent metabolizable energy of western Canadian wheat market classes in broiler chickens.

    PubMed

    Karunaratne, N D; Abbott, D A; Hucl, P J; Chibbar, R N; Pozniak, C J; Classen, H L

    2018-05-16

    Wheat is the primary grain fed to poultry in western Canada, but its nutritional quality, including the nature of its starch digestibility, may be affected by wheat market class. The objectives of this study were to determine the rate and extent of starch digestibility of wheat market classes in broiler chickens, and to determine the relationship between starch digestibility and wheat apparent metabolizable energy (AME). In vitro starch digestion was assessed using gastric and small intestinal phases mimicking the chicken digestive tract, while in vivo evaluation used 468 male broiler chickens randomly assigned to dietary treatments from 0 to 21 d of age. The study evaluated 2 wheat cultivars from each of 6 western Canadian wheat classes: Canadian Prairie Spring (CPS), Canadian Western Amber Durum (CWAD), CW General Purpose (CWGP), CW Hard White Spring (CWHWS), CW Red Spring (CWRS), and CW Soft White Spring (CWSWS). All samples were analyzed for relevant grain characteristics. Data were analyzed as a randomized complete block design and cultivars were nested within market class. Pearson correlation was used to determine relationships between measured characteristics. Significance level was P ≤ 0.05. The starch digestibility range and wheat class rankings were: proximal jejunum - 23.7 to 50.6% (CWHWSc, CPSbc, CWSWSbc, CWRSab, CWGPa, CWADa); distal jejunum - 63.5 to 76.4% (CWHWSc, CPSbc, CWSWSbc, CWRSab, CWGPa, CWADa); proximal ileum - 88.7 to 96.9% (CWSWSc, CPSbc, CWHWSbc, CWRSb, CWGPb, CWADa); distal ileum - 94.4 to 98.5% (CWSWSb, CWHWSb, CPSb, CWRSab, CWGPab, CWADa); excreta - 98.4 to 99.3% (CPSb, CWRSb, CWHWSb, CWSWSab, CWGPab, CWADa). Wheat class affected wheat AMEn with levels ranging from 3,203 to 3,411 kcal/kg at 90% DM (CWRSc, CWSWSc, CPSb, CWGPb, CWADa, CWHWSa). Significant and moderately strong positive correlations were observed between in vitro and in vivo starch digestibility, but no correlations were found between AME and starch digestibility. In

  2. Engineering the object-relation database model in O-Raid

    NASA Technical Reports Server (NTRS)

    Dewan, Prasun; Vikram, Ashish; Bhargava, Bharat

    1989-01-01

    Raid is a distributed database system based on the relational model. O-raid is an extension of the Raid system and will support complex data objects. The design of O-Raid is evolutionary and retains all features of relational data base systems and those of a general purpose object-oriented programming language. O-Raid has several novel properties. Objects, classes, and inheritance are supported together with a predicate-base relational query language. O-Raid objects are compatible with C++ objects and may be read and manipulated by a C++ program without any 'impedance mismatch'. Relations and columns within relations may themselves be treated as objects with associated variables and methods. Relations may contain heterogeneous objects, that is, objects of more than one class in a certain column, which can individually evolve by being reclassified. Special facilities are provided to reduce the data search in a relation containing complex objects.

  3. Towards a class library for mission planning

    NASA Technical Reports Server (NTRS)

    Pujo, Oliver; Smith, Simon T.; Starkey, Paul; Wolff, Thilo

    1994-01-01

    The PASTEL Mission Planning System (MPS) has been developed in C++ using an object-oriented (OO) methodology. While the scope and complexity of this system cannot compare to that of an MPS for a complex mission one of the main considerations of the development was to ensure that we could reuse some of the classes in future MPS. We present here PASTEL MPS classes which could be used in the foundations of a class library for MPS.

  4. The Relationship between Object Files and Conscious Perception

    ERIC Educational Resources Information Center

    Mitroff, S.R.; Scholl, B.J.; Wynn, K.

    2005-01-01

    Object files (OFs) are hypothesized mid-level representations which mediate our conscious perception of persisting objects-e.g. telling us 'which went where'. Despite the appeal of the OF framework, not previous research has directly explored whether OFs do indeed correspond to conscious percepts. Here we present at least one case wherein…

  5. The Relationship between Situational and Contextual Self-Determined Motivation and Physical Activity Intensity as Measured by Heart Rates during Ninth Grade Students' Physical Education Classes

    ERIC Educational Resources Information Center

    Jaakkola, Timo; Liukkonen, Jarmo; Laakso, Timo; Ommundsen, Yngvar

    2008-01-01

    The aim of the study was to investigate the relationships between situational and contextual self-determined motivation and physical activity intensity as measured by heart rates during a ninth-grade students' physical education (PE) class. The participants of the study were 139 Finnish ninth-grade students (15-year-olds). The data were collected…

  6. Relationship Dissolution and Psychologically Aggressive Dating Relationships: Preliminary Findings From a College-Based Relationship Education Course.

    PubMed

    Negash, Sesen; Cravens, Jaclyn D; Brown, Preston C; Fincham, Frank D

    This study evaluated the impact of a relationship education program, delivered as part of a college course, among students (N = 152) who reported experiencing psychological aggression in their exclusive dating relationship. Preliminary results showed that compared to those in the control group, participants receiving relationship education were significantly more likely to end their romantic relationship, even after controlling for relationship satisfaction. Furthermore, when relationship termination occurred, those in the intervention group were significantly more likely to attribute the breakup to their participation in the class as compared to those in the control group. The tentative findings are an important preliminary step in assessing the benefits of relationship education in reducing the risk of psychological aggression among college students.

  7. Tooth size discrepancies in Class II division 1 and Class III malocclusion requiring surgical-orthodontic or orthodontic treatment.

    PubMed

    McSwiney, Timothy P; Millett, Declan T; McIntyre, Grant T; Barry, Mark K; Cronin, Michael S

    2014-06-01

    To compare mean anterior (AR) and mean overall (OR) tooth size ratios, prevalence of clinically significant tooth size discrepancies (TSDs) and correlation between AR and OR in subjects with Class II division 1 and Class III malocclusion treated by surgical-orthodontic or orthodontic means. Retrospective, cross-sectional. State-funded and private clinics. From pre-treatment cohorts of 770 surgical and 610 non-surgical subjects, Class II division 1 and Class III malocclusion groups were identified with 60 surgical and 60 non-surgical subjects, comprising 30 males and 30 females, in each. AR and OR were calculated by landmarking digital models. Differences in AR and OR and their relationship were analysed using two-way analysis of variance (ANOVA) and a correlation coefficient, respectively. The proportions of the surgical and non-surgical groups with a TSD were assessed using logistic regression. Intra-examiner reproducibility involved re-landmarking 30 randomly selected image sets and differences in ARs and ORs were compared using a paired t-test. Random error was assessed using the intraclass correlation coefficient (ICC). Analyses were performed using SAS (SAS Institute Inc., Cary, NC, USA) at the 5% level of significance. There were no statistically significant differences associated with the measurement of either the mean AR (P = 0·913) or the mean OR (P = 0·874). ICC values were very high (AR = 0·95; OR = 0·90). Differences existed between both Class II and Class III surgical (AR: P<0·001; OR: P<0·001) and non-surgical groups (AR: P = 0·012; OR: P = 0·003). The AR and OR relationship was strong (correlation coefficient = 0·72). The highest percentage of clinically significant TSDs was seen in the AR of both Class II and Class III surgical groups (23·3%). In the cohort examined: AR and OR differed significantly for malocclusion groups. The prevalence of clinically significant TSDs did not differ significantly between

  8. An object oriented extension to CLIPS

    NASA Technical Reports Server (NTRS)

    Sobkowicz, Clifford

    1990-01-01

    A presentation of software sub-system developed to augment C Language Production Systems (CLIPS) with facilities for object oriented Knowledge representation. Functions are provided to define classes, instantiate objects, access attributes, and assert object related facts. This extension is implemented via the CLIPS user function interface and does not require modification of any CLIPS code. It does rely on internal CLIPS functions for memory management and symbol representation.

  9. Groups of adjacent contour segments for object detection.

    PubMed

    Ferrari, V; Fevrier, L; Jurie, F; Schmid, C

    2008-01-01

    We present a family of scale-invariant local shape features formed by chains of k connected, roughly straight contour segments (kAS), and their use for object class detection. kAS are able to cleanly encode pure fragments of an object boundary, without including nearby clutter. Moreover, they offer an attractive compromise between information content and repeatability, and encompass a wide variety of local shape structures. We also define a translation and scale invariant descriptor encoding the geometric configuration of the segments within a kAS, making kAS easy to reuse in other frameworks, for example as a replacement or addition to interest points. Software for detecting and describing kAS is released on lear.inrialpes.fr/software. We demonstrate the high performance of kAS within a simple but powerful sliding-window object detection scheme. Through extensive evaluations, involving eight diverse object classes and more than 1400 images, we 1) study the evolution of performance as the degree of feature complexity k varies and determine the best degree; 2) show that kAS substantially outperform interest points for detecting shape-based classes; 3) compare our object detector to the recent, state-of-the-art system by Dalal and Triggs [4].

  10. Attribute-based classification for zero-shot visual object categorization.

    PubMed

    Lampert, Christoph H; Nickisch, Hannes; Harmeling, Stefan

    2014-03-01

    We study the problem of object recognition for categories for which we have no training examples, a task also called zero--data or zero-shot learning. This situation has hardly been studied in computer vision research, even though it occurs frequently; the world contains tens of thousands of different object classes, and image collections have been formed and suitably annotated for only a few of them. To tackle the problem, we introduce attribute-based classification: Objects are identified based on a high-level description that is phrased in terms of semantic attributes, such as the object's color or shape. Because the identification of each such property transcends the specific learning task at hand, the attribute classifiers can be prelearned independently, for example, from existing image data sets unrelated to the current task. Afterward, new classes can be detected based on their attribute representation, without the need for a new training phase. In this paper, we also introduce a new data set, Animals with Attributes, of over 30,000 images of 50 animal classes, annotated with 85 semantic attributes. Extensive experiments on this and two more data sets show that attribute-based classification indeed is able to categorize images without access to any training images of the target classes.

  11. Anteroposterior condylar position: a comparative study between subjects with normal occlusion and patients with Class I, Class II Division 1, and Class III malocclusions.

    PubMed

    Fraga, Marcelo Reis; Rodrigues, Andréia Fialho; Ribeiro, Luiz Claudio; Campos, Marcio José da Silva; Vitral, Robert Willer Farinazzo

    2013-10-29

    The present study aimed to determine and compare the anteroposterior position of the condyle in the mandibular fossa between groups of asymptomatic subjects with normal occlusion and asymptomatic subjects with Class I, Class II Division 1, and Class III malocclusions. Thirty persons with normal occlusion, 30 with Class I malocclusion, 30 with Class II Division 1, and 30 with Class III had computed tomography scans of their temporomandibular joints. The anterior joint space/posterior joint space (AJS/PJS) ratio was determined for the right and left joints. The paired t test was used to analyze the AJS/PJS ratio between both sides for each group. The ANOVA test was applied to verify the differences between the groups for the measurements of the right and left sides. In case the ANOVA test confirmed significance, the Dunnett's t test was performed to compare the groups of malocclusion with that of normal occlusion. The paired t test between the AJS/PJS relationships in the right and left sides showed the following p values: Class I (0.168), Class II Division 1 (0.662), Class III (0.991), and normal occlusion (0.390). The ANOVA test showed a p value of 0.445 for the comparisons of the right side and 0.040 for the left side. The Dunnett's t test demonstrated a statistically significant difference between the Class II group and the normal occlusion group (p value of 0.026) in the joints of the left side. Bilateral symmetry and lack of condyle centralization were common characteristics among all groups. The greatest condylar decentralization was observed in the Class II group, whereas the least condylar decentralization was found in the normal occlusion group.

  12. Object-oriented design tools for supramolecular devices and biomedical nanotechnology.

    PubMed

    Lee, Stephen C; Bhalerao, Khaustaub; Ferrari, Mauro

    2004-05-01

    Nanotechnology provides multifunctional agents for in vivo use that increasingly blur the distinction between pharmaceuticals and medical devices. Realization of such therapeutic nanodevices requires multidisciplinary effort that is difficult for individual device developers to sustain, and identification of appropriate collaborations outside ones own field can itself be challenging. Further, as in vivo nanodevices become increasingly complex, their design will increasingly demand systems level thinking. System engineering tools such as object-oriented analysis, object-oriented design (OOA/D) and unified modeling language (UML) are applicable to nanodevices built from biological components, help logically manage the knowledge needed to design them, and help identify useful collaborative relationships for device designers. We demonstrate the utility of these systems engineering tools by reverse engineering an existing molecular device (the bacmid molecular cloning system) using them, and illustrate how object-oriented approaches identify fungible components (objects) in nanodevices in a way that facilitates design of families of related devices, rather than single inventions. We also explore the utility of object-oriented approaches for design of another class of therapeutic nanodevices, vaccines. While they are useful for design of current nanodevices, the power of systems design tools for biomedical nanotechnology will become increasingly apparent as the complexity and sophistication of in vivo nanosystems increases. The nested, hierarchical nature of object-oriented approaches allows treatment of devices as objects in higher-order structures, and so will facilitate concatenation of multiple devices into higher-order, higher-function nanosystems.

  13. Brief Report: Interaction between social class and risky decision-making in children with psychopathic tendencies

    PubMed Central

    Gao, Yu; Baker, Laura A.; Raine, Adrian; Wu, Henry; Bezdjian, Serena

    2008-01-01

    Objective Adult psychopaths are thought to have risky decision-making and behavioral disinhibition, but little is known about themoderating effects of psychosocial factors and whether these associations can be observed in children with psychopathic tendencies. This study tests the biosocial hypothesis that social class will moderate psychopathy–neurocognition relationships, with these effects being stronger in children fromhigh social classes. Method Preadolescent community twins (N = 298) were assessed on decision-making (Iowa Gambling) and behavior inhibition (Porteus Maze) tasks, while psychopathic tendencies and socioeconomic status were assessed by the child’s caregiver. Results A significant interaction was observed whereby risky decision-making was associated with psychopathic tendencies only in children from benign home environments. Conclusions Findings support a biosocial interaction perspective on child psychopathy, suggesting that risky decision-makingmay particularly predispose to psychopathic traits in children frombenign homebackgrounds. PMID:18986696

  14. From Student Evaluations to Teacher Performance: A Study of Piano Class Instruction

    ERIC Educational Resources Information Center

    Iwaguchi, Setsuko

    2012-01-01

    The purpose of this study was to evaluate instruction in individually mentored piano classes in nursery and kindergarten teacher training programmes. Questionnaires were developed and administered to piano class students; using the resulting data, relationships among the variables that affect student's satisfaction with piano classes and their…

  15. Ready, Set, Succeed! Growth Mindset Instruction in a Community College Success Class

    ERIC Educational Resources Information Center

    Brysacz, Lynn M.

    2017-01-01

    The purpose of this action research study was to explore the relationship between growth mindset instruction in a community college success class with student academic effort and achievement, among students enrolled in a developmental reading class. Community college students, especially those testing into developmental classes, face numerous…

  16. Interpreting the relationships between single gender science classes and girls' academic motivation and interest

    NASA Astrophysics Data System (ADS)

    Johnson, Sonya L.

    The purpose of this study was to determine how and to what extent single gender science classes affect motivation to learn scientific concepts, interest in science, and college major intent among high school and middle school girls. This study was designed to determine whether students' motivation to learn science changes when they are placed in a single gender science class. The study also measured whether the students' level of interest in science and desire to major in science changes based on their enrollment in a single gender class. Finally, the study investigated the career and college major intentions of the sample population used in the study. Girls in single gender groupings engage in more academic risk taking and participate more than girls in coeducational classes. This benefit alone responds to reform efforts and supports the abolition of gender-based obstacles. Single gender grouping could help encourage more girls to take interest in majoring in science, a field that is considered to be masculine. By increasing students' interest in science while enrolled in single gender classes, students may become more motivated to learn science. This study was conducted using seven, eighth, ninth and tenth grade girls from single sex and coeducational science classes. The students participated in 2 surveys, the Science Motivational Survey and the Test of Science Related Attitudes, at the beginning of the semester and at the end of the semester. In respect to girls in high school single gender science classes, results were contrary to recent studies that state that girls who received science education in a single gender setting have an increase in motivation and attitude towards science. The results did show that middle school girls in single gender science classes did show an increase in motivation.

  17. Environmental perceptions as mediators of the relationship between the objective built environment and walking among socio-economically disadvantaged women.

    PubMed

    Van Dyck, Delfien; Veitch, Jenny; De Bourdeaudhuij, Ilse; Thornton, Lukar; Ball, Kylie

    2013-09-19

    Women living in socio-economically disadvantaged neighbourhoods are at increased risk for physical inactivity and associated health outcomes and are difficult to reach through personally tailored interventions. Targeting the built environment may be an effective strategy in this population subgroup. The aim of this study was to examine the mediating role of environmental perceptions in the relationship between the objective environment and walking for transportation/recreation among women from socio-economically disadvantaged neighbourhoods. Baseline data of the Resilience for Eating and Activity Despite Inequality (READI) study were used. In total, 4139 women (18-46 years) completed a postal survey assessing physical environmental perceptions (aesthetics, neighbourhood physical activity environment, personal safety, neighbourhood social cohesion), physical activity, and socio-demographics. Objectively-assessed data on street connectivity and density of destinations were collected using a Geographic Information System database and based on the objective z-scores, an objective destinations/connectivity score was calculated. This index was positively scored, with higher scores representing a more favourable environment. Two-level mixed models regression analyses were conducted and the MacKinnon product-of-coefficients test was used to examine the mediating effects. The destinations/connectivity score was positively associated with transport-related walking. The perceived physical activity environment mediated 6.1% of this positive association. The destinations/connectivity score was negatively associated with leisure-time walking. Negative perceptions of aesthetics, personal safety and social cohesion of the neighbourhood jointly mediated 24.1% of this negative association. For women living in socio-economically disadvantaged neighbourhoods, environmental perceptions were important mediators of the relationship between the objective built environment and walking. To

  18. Social Class, Identity and the "Good" Student: Negotiating University Culture

    ERIC Educational Resources Information Center

    Pearce, Jane; Down, Barry; Moore, Elizabeth

    2008-01-01

    Through the use of narrative portraits this paper discusses social class and identity, as working-class university students perceive them. With government policy encouraging wider participation rates from under-represented groups of people within the university sector, working-class students have found themselves to be the objects of much…

  19. Relationship between metabolic syndrome and objective masticatory performance in a Japanese general population: The Suita study.

    PubMed

    Kikui, Miki; Ono, Takahiro; Kokubo, Yoshihiro; Kida, Momoyo; Kosaka, Takayuki; Yamamoto, Masaaki; Nokubi, Takashi; Watanabe, Makoto; Maeda, Yoshinobu; Miyamoto, Yoshihiro

    2017-01-01

    An association between metabolic syndrome (MetS) and periodontal status has recently been focused on. However, no study has investigated the relationship between the prevalence of MetS and the decline of masticatory performance. We aimed to clarify the relationship between MetS and objective masticatory performance using the standardized test food in a general urban Japanese population. We studied 1780 Japanese men and women (mean age, 66.5 years) using the Suita study. MetS was defined using the uniform definition proposed in the 2009 Joint Interim Statement. Masticatory performance was evaluated by a chewing test using gummy jelly. Prevalence of MetS among quartiles of masticatory performance was compared using multiple logistic regression analysis adjusting for sex, age, drinking and smoking status, and periodontal status evaluated by the Community Periodontal Index. Compared to the highest quartile of masticatory performance, the 2nd quartile showed a 1.46-fold increase in the prevalence of MetS (trend P=0.159). In addition, Analysis by age showed 1.67-, 1.90- and 1.74-fold increases in the prevalence of MetS in the 3rd, 2nd and 1st quartiles among individuals in their 70s, respectively (trend P=0.094). However, individuals in their 50s and 60s showed no significant relationship between masticatory performance and MetS. These findings suggested that masticatory performance are inversely associated with the prevalence of MetS independent of periodontal disease, especially in the elderly. Declines in objective masticatory performance might be associated with the prevalence of MetS, independent of periodontitis. Given our results, treatments aimed at maintaining and recovering masticatory performance may represent important dental care to mitigate the risk of MetS. Copyright © 2016 Elsevier Ltd. All rights reserved.

  20. Recognizing Chromospheric Objects via Markov Chain Monte Carlo

    NASA Technical Reports Server (NTRS)

    Mukhtar, Saleem; Turmon, Michael J.

    1997-01-01

    The solar chromosphere consists of three classes which contribute differentially to ultraviolet radiation reaching the earth. We describe a data set of solar images, means of segmenting the images into the constituent classes, and a novel high-level representation for compact objects based on a triangulated spatial membership function.

  1. Social class and workplace harassment during the transition to adulthood.

    PubMed

    McLaughlin, Heather; Uggen, Christopher; Blackstone, Amy

    2008-01-01

    Young disadvantaged workers are especially vulnerable to harassment due to their age and social class position. As young people enter the workforce, their experiences of, and reactions to, harassment may vary dramatically from those of older adult workers. Three case studies introduce theory and research on the relationship between social class and harassment of young workers. We suggest two mechanisms through which class may structure harassment experiences: (1) extremely vulnerable youth are directly targeted based on their social class origins, and (2) the type and condition of youth employment, which is structured by class background, indirectly affect experiences of harassment.

  2. [The relationship between eyeball structure and visual acuity in high myopia].

    PubMed

    Liu, Yi-Chang; Xia, Wen-Tao; Zhu, Guang-You; Zhou, Xing-Tao; Fan, Li-Hua; Liu, Rui-Jue; Chen, Jie-Min

    2010-06-01

    To explore the relationship between eyeball structure and visual acuity in high myopia. Totally, 152 people (283 eyeballs) with different levels of myopia were tested for visual acuity, axial length, and fundus. All cases were classified according to diopter, axial length, and fundus. The relationships between diopter, axial length, fundus and visual acuity were studied. The mathematical models were established for visual acuity and eyeball structure markers. The visual acuity showed a moderate correlation with fundus class, comus, axial length and diopter ([r] > 0.4, P < 0.000 1). The visual acuity in people with the axial length longer than 30.00 mm, diopter above -20.00 D and fundus in 4th class were mostly below 0.5. The mathematical models were established by visual acuity and eyeball structure markers. The visual acuity should decline with axial length extension, diopter deepening and pathological deterioration of fundus. To detect the structure changes by combining different kinds of objective methods can help to assess and to judge the vision in high myopia.

  3. Modified-hybrid optical neural network filter for multiple object recognition within cluttered scenes

    NASA Astrophysics Data System (ADS)

    Kypraios, Ioannis; Young, Rupert C. D.; Chatwin, Chris R.

    2009-08-01

    Motivated by the non-linear interpolation and generalization abilities of the hybrid optical neural network filter between the reference and non-reference images of the true-class object we designed the modifiedhybrid optical neural network filter. We applied an optical mask to the hybrid optical neural network's filter input. The mask was built with the constant weight connections of a randomly chosen image included in the training set. The resulted design of the modified-hybrid optical neural network filter is optimized for performing best in cluttered scenes of the true-class object. Due to the shift invariance properties inherited by its correlator unit the filter can accommodate multiple objects of the same class to be detected within an input cluttered image. Additionally, the architecture of the neural network unit of the general hybrid optical neural network filter allows the recognition of multiple objects of different classes within the input cluttered image by modifying the output layer of the unit. We test the modified-hybrid optical neural network filter for multiple objects of the same and of different classes' recognition within cluttered input images and video sequences of cluttered scenes. The filter is shown to exhibit with a single pass over the input data simultaneously out-of-plane rotation, shift invariance and good clutter tolerance. It is able to successfully detect and classify correctly the true-class objects within background clutter for which there has been no previous training.

  4. Inverse relationship between VO2max and economy/efficiency in world-class cyclists.

    PubMed

    Lucía, Alejandro; Hoyos, Jesus; Pérez, Margarita; Santalla, Alfredo; Chicharro, José L

    2002-12-01

    To determine the relationship that exists between VO2max and cycling economy/efficiency during intense, submaximal exercise in world-class road professional cyclists. METHODS Each of 11 male cyclists (26+/-1 yr (mean +/- SEM); VO2max: 72.0 +/- 1.8 mL x kg(-1) x min(-1)) performed: 1) a ramp test for O2max determination and 2) a constant-load test of 20-min duration at the power output eliciting 80% of subjects' VO2max during the previous ramp test (mean power output of 385 +/- 7 W). Cycling economy (CE) and gross mechanical efficiency (GE) were calculated during the constant-load tests. CE and GE averaged 85.2 +/- 2.3 W x L(-1) x min(-1) and 24.5 +/- 0.7%, respectively. An inverse, significant correlation was found between 1) VO2max (mL x kg(-0.32) x min(-1)) and both CE (r = -0.71; P = 0.01) and GE (-0.72; P = 0.01), and 2) VO2max (mL x kg(-1) x min(-1)) and both CE (r = -0.65; P = 0.03) and GE (-0.64; P = 0.03). A high CE/GE seems to compensate for a relatively low VO2max in professional cyclists.

  5. Course and Class Planning

    ERIC Educational Resources Information Center

    Goodman, Sylvia J.

    1976-01-01

    The author details the various stages and considerations in planning either a full course or an individual class. Having decided upon objectives, teachers should sift through course material for relevant topics, and through teaching methods for those most appropriate. Influences bearing on the course's final presentation should be anticipated.…

  6. Stellar Archaeology and Galaxy Genesis: The Need for Large Area Multi-Object Spectrograph on 8 m-Class Telescopes

    NASA Astrophysics Data System (ADS)

    Irwin, Mike J.; Lewis, Geraint F.

    The origin and evolution of galaxies like the Milky Way and M31 remain among the key questions in astrophysics. The galaxies we see today in and around the Local Group are representatives of the general field population of the Universe and have been evolving for the majority of cosmic time. As our nearest neighbour systems they can be studied in far more detail than their distant counterparts and hence provide our best hope for understanding star formation and prototypical galaxy evolution over the lifetime of the Universe [K. Freeman, J. Bland-Hawthorn in Annu. Rev. Astron. Astrophys. 40, 487 (2002)]. Significant observational progress has been made, but we are still a long way from understanding galaxy genesis. To unravel this formative epoch, detailed large area multi-object spectroscopy of spatial, kinematic and chemical structures on 8 m-class telescopes are required, to provide the link between local near-field cosmology and predictions from the high-redshift Universe.

  7. Relationship between patient-reported and objective measurements of hand function in patients with rheumatoid arthritis.

    PubMed

    Günay, S M; Tuna, Z; Oskay, D

    2016-12-31

    Rheumatoid arthritis (RA) often results in impairments in upper extremities, especially in the small joints of hand. Involvement of hand brings limitations in activities of daily living. However, it is commonly observed that patient-reported functional status of hand does not always corresponds to their actual physical performance in the clinical setting. The aim of this pilot study is to investigate the relationship between patient self-reported and objectively measured hand functions in patients with RA. Twenty-six patients (51±13 years) with RA diagnosis participated in the study. Hand grip and pinch (lateral, bipod, tripod) strengths were measured and Jebsen Hand Function Test (JHFT) was performed for objective functional performance. Duruöz Hand Index and Beck Depression Inventory - Turkish version were completed by patients. Grip and all three-pinch strength results significantly correlated with Duruöz Hand Index scores (p<0.05). JHFT results except the sentence writing also correlated with the Duruöz scores (p<0.05). Our results showed that self-reported outcome scales might be used for determining functional level of hand in patients with RA in rheumatology practice. Objective quantitative functional tests are the best methods in evaluating functional level of hand, but require valid and reliable equipment with accurate calibration. Therefore, in case of unavailability of objective assessment tools, patient-reported scales may also reflect the real status of hand functions.

  8. A New Tool for Classifying Small Solar System Objects

    NASA Astrophysics Data System (ADS)

    Desfosses, Ryan; Arel, D.; Walker, M. E.; Ziffer, J.; Harvell, T.; Campins, H.; Fernandez, Y. R.

    2011-05-01

    An artificial intelligence program, AutoClass, which was developed by NASA's Artificial Intelligence Branch, uses Bayesian classification theory to automatically choose the most probable classification distribution to describe a dataset. To investigate its usefulness to the Planetary Science community, we tested its ability to reproduce the taxonomic classes as defined by Tholen and Barucci (1989). Of the 406 asteroids from the Eight Color Asteroid Survey (ECAS) we chose for our test, 346 were firmly classified and all but 3 (<1%) were classified by Autoclass as they had been in the previous classification system (Walker et al., 2011). We are now applying it to larger datasets to improve the taxonomy of currently unclassified objects. Having demonstrated AutoClass's ability to recreate existing classification effectively, we extended this work to investigations of albedo-based classification systems. To determine how predictive albedo can be, we used data from the Infrared Astronomical Satellite (IRAS) database in conjunction with the large Sloan Digital Sky Survey (SDSS), which contains color and position data for over 200,000 classified and unclassified asteroids (Ivesic et al., 2001). To judge our success we compared our results with a similar approach to classifying objects using IRAS albedo and asteroid color by Tedesco et al. (1989). Understanding the distribution of the taxonomic classes is important to understanding the history and evolution of our Solar System. AutoClass's success in categorizing ECAS, IRAS and SDSS asteroidal data highlights its potential to scan large domains for natural classes in small solar system objects. Based upon our AutoClass results, we intend to make testable predictions about asteroids observed with the Wide-field Infrared Survey Explorer (WISE).

  9. Subjective and objective measures of socioeconomic status: predictors of cardiovascular risk in college students in Mumbai, India.

    PubMed

    Suchday, Sonia; Chhabra, Rosy; Wylie-Rosett, Judith; Almeida, Maureen

    2008-01-01

    The relationship between socioeconomic status (SES) and health changes as a society develops. In developed countries, high SES is associated with better health, but in developing countries, high SES is associated with poorer health. However, measuring SES is difficult in countries like India, where the traditional class and caste system are interwoven and complex. The current study explored the relationship between subjective and objective indices of SES and between SES and the metabolic syndrome among Asian Indians residing in Mumbai, India. Participants were a subset of young adults (N = 112, median age 19 years, 24% male) who were part of larger study assessing psychosocial correlates of the metabolic syndrome. SES was assessed through objective (father's education) and subjective (SES ladder) indices. Data indicated that high subjective SES was correlated with fasting blood sugar (r = .28, P < .003), and father's education was correlated with high cholesterol (r = .32, P < .005). Subjective and objective indices of SES were also correlated with each other (r = .24, P < .04). These data reiterate that the link between SES and health is obvious from an early age, regardless of the measures used to assess SES. Given the complexity of assessing SES in developing countries, objective subjective indices should be used in assessing SES.

  10. Runtime Support for Type-Safe Dynamic Java Classes

    DTIC Science & Technology

    2000-01-01

    Section 4.3. For each dynamic class C, we create a proxy class, Cproxy, and an implementation class, Cimp . In order to wrap method calls, Cproxy...wrapper method (W) and a reference to the associated method body (M). W explicitly invokes M, which points to the corresponding method body in Cimp ...When C’s implementation Cimp is switched, M is updated to point to the corresponding method object in the new C imp. Cproxy also contains a reference

  11. Objects as closures - Abstract semantics of object oriented languages

    NASA Technical Reports Server (NTRS)

    Reddy, Uday S.

    1988-01-01

    The denotational semantics of object-oriented languages is discussed using the concept of closure widely used in (semi) functional programming to encapsulate side effects. It is shown that this denotational framework is adequate to explain classes, instantiation, and inheritance in the style of Simula as well as SMALLTALK-80. This framework is then compared with that of Kamin (1988), in his recent denotational definition of SMALLTALK-80, and the implications of the differences between the two approaches are discussed.

  12. Objects as closures: Abstract semantics of object oriented languages

    NASA Technical Reports Server (NTRS)

    Reddy, Uday S.

    1989-01-01

    We discuss denotational semantics of object-oriented languages, using the concept of closure widely used in (semi) functional programming to encapsulate side effects. It is shown that this denotational framework is adequate to explain classes, instantiation, and inheritance in the style of Simula as well as SMALLTALK-80. This framework is then compared with that of Kamin, in his recent denotational definition of SMALLTALK-80, and the implications of the differences between the two approaches are discussed.

  13. Global Mapping of Traditional Chinese Medicine into Bioactivity Space and Pathways Annotation Improves Mechanistic Understanding and Discovers Relationships between Therapeutic Action (Sub)classes

    PubMed Central

    Mohamad Zobir, Siti Zuraidah; Mohd Fauzi, Fazlin; Liggi, Sonia; Drakakis, Georgios; Fu, Xianjun; Fan, Tai-Ping; Bender, Andreas

    2016-01-01

    Traditional Chinese medicine (TCM) still needs more scientific rationale to be proven for it to be accepted further in the West. We are now in the position to propose computational hypotheses for the mode-of-actions (MOAs) of 45 TCM therapeutic action (sub)classes from in silico target prediction algorithms, whose target was later annotated with Kyoto Encyclopedia of Genes and Genomes pathway, and to discover the relationship between them by generating a hierarchical clustering. The results of 10,749 TCM compounds showed 183 enriched targets and 99 enriched pathways from Estimation Score ≤ 0 and ≥ 5% of compounds/targets in a (sub)class. The MOA of a (sub)class was established from supporting literature. Overall, the most frequent top three enriched targets/pathways were immune-related targets such as tyrosine-protein phosphatase nonreceptor type 2 (PTPN2) and digestive system such as mineral absorption. We found two major protein families, G-protein coupled receptor (GPCR), and protein kinase family contributed to the diversity of the bioactivity space, while digestive system was consistently annotated pathway motif, which agreed with the important treatment principle of TCM, “the foundation of acquired constitution” that includes spleen and stomach. In short, the TCM (sub)classes, in many cases share similar targets/pathways despite having different indications. PMID:26989424

  14. Object-oriented knowledge representation for expert systems

    NASA Technical Reports Server (NTRS)

    Scott, Stephen L.

    1991-01-01

    Object oriented techniques have generated considerable interest in the Artificial Intelligence (AI) community in recent years. This paper discusses an approach for representing expert system knowledge using classes, objects, and message passing. The implementation is in version 4.3 of NASA's C Language Integrated Production System (CLIPS), an expert system tool that does not provide direct support for object oriented design. The method uses programmer imposed conventions and keywords to structure facts, and rules to provide object oriented capabilities.

  15. Large-scale weakly supervised object localization via latent category learning.

    PubMed

    Chong Wang; Kaiqi Huang; Weiqiang Ren; Junge Zhang; Maybank, Steve

    2015-04-01

    Localizing objects in cluttered backgrounds is challenging under large-scale weakly supervised conditions. Due to the cluttered image condition, objects usually have large ambiguity with backgrounds. Besides, there is also a lack of effective algorithm for large-scale weakly supervised localization in cluttered backgrounds. However, backgrounds contain useful latent information, e.g., the sky in the aeroplane class. If this latent information can be learned, object-background ambiguity can be largely reduced and background can be suppressed effectively. In this paper, we propose the latent category learning (LCL) in large-scale cluttered conditions. LCL is an unsupervised learning method which requires only image-level class labels. First, we use the latent semantic analysis with semantic object representation to learn the latent categories, which represent objects, object parts or backgrounds. Second, to determine which category contains the target object, we propose a category selection strategy by evaluating each category's discrimination. Finally, we propose the online LCL for use in large-scale conditions. Evaluation on the challenging PASCAL Visual Object Class (VOC) 2007 and the large-scale imagenet large-scale visual recognition challenge 2013 detection data sets shows that the method can improve the annotation precision by 10% over previous methods. More importantly, we achieve the detection precision which outperforms previous results by a large margin and can be competitive to the supervised deformable part model 5.0 baseline on both data sets.

  16. "I Am Working-Class": Subjective Self-Definition as a Missing Measure of Social Class and Socioeconomic Status in Higher Education Research

    ERIC Educational Resources Information Center

    Rubin, Mark; Denson, Nida; Kilpatrick, Sue; Matthews, Kelly E.; Stehlik, Tom; Zyngier, David

    2014-01-01

    This review provides a critical appraisal of the measurement of students' social class and socioeconomic status (SES) in the context of widening higher education participation. Most assessments of social class and SES in higher education have focused on objective measurements based on the income, occupation, and education of students'…

  17. Objectively classifying Southern Hemisphere extratropical cyclones

    NASA Astrophysics Data System (ADS)

    Catto, Jennifer

    2016-04-01

    There has been a long tradition in attempting to separate extratropical cyclones into different classes depending on their cloud signatures, airflows, synoptic precursors, or upper-level flow features. Depending on these features, the cyclones may have different impacts, for example in their precipitation intensity. It is important, therefore, to understand how the distribution of different cyclone classes may change in the future. Many of the previous classifications have been performed manually. In order to be able to evaluate climate models and understand how extratropical cyclones might change in the future, we need to be able to use an automated method to classify cyclones. Extratropical cyclones have been identified in the Southern Hemisphere from the ERA-Interim reanalysis dataset with a commonly used identification and tracking algorithm that employs 850 hPa relative vorticity. A clustering method applied to large-scale fields from ERA-Interim at the time of cyclone genesis (when the cyclone is first detected), has been used to objectively classify identified cyclones. The results are compared to the manual classification of Sinclair and Revell (2000) and the four objectively identified classes shown in this presentation are found to match well. The relative importance of diabatic heating in the clusters is investigated, as well as the differing precipitation characteristics. The success of the objective classification shows its utility in climate model evaluation and climate change studies.

  18. Maltreatment and Mental Health Outcomes among Ultra-Poor Children in Burkina Faso: A Latent Class Analysis

    PubMed Central

    Ismayilova, Leyla; Gaveras, Eleni; Blum, Austin; Tô-Camier, Alexice; Nanema, Rachel

    2016-01-01

    Objectives Research about the mental health of children in Francophone West Africa is scarce. This paper examines the relationships between adverse childhood experiences, including exposure to violence and exploitation, and mental health outcomes among children living in ultra-poverty in rural Burkina Faso. Methods This paper utilizes baseline data collected from 360 children ages 10–15 and 360 of their mothers recruited from twelve impoverished villages in the Nord Region of Burkina, located near the Sahel Desert and affected by extreme food insecurity. We used a Latent Class Analysis to identify underlying patterns of maltreatment. Further, the relationships between latent classes and mental health outcomes were tested using mixed effected regression models adjusted for clustering within villages. Results About 15% of the children in the study scored above the clinical cut-off for depression, 17.8% for posttraumatic stress disorder (PTSD), and 6.4% for low self-esteem. The study identified five distinct sub-groups (or classes) of children based on their exposure to adverse childhood experiences. Children with the highest exposure to violence at home, at work and in the community (Abused and Exploited class) and children not attending school and working for other households, often away from their families (External Laborer class), demonstrated highest symptoms of depression and trauma. Despite living in adverse conditions and working to assist families, the study also identified a class of children who were not exposed to any violence at home or at work (Healthy and Non-abused class). Children in this class demonstrated significantly higher self-esteem (b = 0.92, SE = 0.45, p<0.05) and lower symptoms of trauma (b = -3.90, SE = 1.52, p<0.05). Conclusions This study offers insight into the psychological well-being of children in the context of ultra-poverty in Burkina Faso and associated context-specific adverse childhood experiences. Identifying specific sub

  19. The Object Coordination Class Applied to Wave Pulses: Analyzing Student Reasoning in Wave Physics.

    ERIC Educational Resources Information Center

    Wittmann, Michael C.

    2002-01-01

    Analyzes student responses to interview and written questions on wave physics using diSessa and Sherin's coordination class model which suggests that student use of specific reasoning resources is guided by possibly unconscious cues. (Author/MM)

  20. Maintaining Fluoroquinolone Class Efficacy: Review of Influencing Factors

    PubMed Central

    2003-01-01

    Previous experience with antimicrobial resistance has emphasized the importance of appropriate stewardship of these pharmacotherapeutic agents. The introduction of fluoroquinolones provided potent new drugs directed primarily against gram-negative pathogens, while the newer members of this class demonstrate more activity against gram-positive species, including Streptococcus pneumoniae. Although these agents are clinically effective against a broad range of infectious agents, emergence of resistance and associated clinical failures have prompted reexamination of their use. Appropriate use revolves around two key objectives: 1) only prescribing antimicrobial therapy when it is beneficial and 2) using the agents(s) with optimal activity against the expected pathogens(s). Pharmacodynamic principles and properties can be applied to achieve the latter objective when prescribing agents belonging to the fluoroquinolone class. A focused approach emphasizing “correct-spectrum” coverage may reduce development of antimicrobial resistance and maintain class efficacy. PMID:12533274

  1. Figure-ground segmentation based on class-independent shape priors

    NASA Astrophysics Data System (ADS)

    Li, Yang; Liu, Yang; Liu, Guojun; Guo, Maozu

    2018-01-01

    We propose a method to generate figure-ground segmentation by incorporating shape priors into the graph-cuts algorithm. Given an image, we first obtain a linear representation of an image and then apply directional chamfer matching to generate class-independent, nonparametric shape priors, which provide shape clues for the graph-cuts algorithm. We then enforce shape priors in a graph-cuts energy function to produce object segmentation. In contrast to previous segmentation methods, the proposed method shares shape knowledge for different semantic classes and does not require class-specific model training. Therefore, the approach obtains high-quality segmentation for objects. We experimentally validate that the proposed method outperforms previous approaches using the challenging PASCAL VOC 2010/2012 and Berkeley (BSD300) segmentation datasets.

  2. Visual perspective in autobiographical memories: reliability, consistency, and relationship to objective memory performance.

    PubMed

    Siedlecki, Karen L

    2015-01-01

    Visual perspective in autobiographical memories was examined in terms of reliability, consistency, and relationship to objective memory performance in a sample of 99 individuals. Autobiographical memories may be recalled from two visual perspectives--a field perspective in which individuals experience the memory through their own eyes, or an observer perspective in which individuals experience the memory from the viewpoint of an observer in which they can see themselves. Participants recalled nine word-cued memories that differed in emotional valence (positive, negative and neutral) and rated their memories on 18 scales. Results indicate that visual perspective was the most reliable memory characteristic overall and is consistently related to emotional intensity at the time of recall and amount of emotion experienced during the memory. Visual perspective is unrelated to memory for words, stories, abstract line drawings or faces.

  3. Knowledge-Based Topic Model for Unsupervised Object Discovery and Localization.

    PubMed

    Niu, Zhenxing; Hua, Gang; Wang, Le; Gao, Xinbo

    Unsupervised object discovery and localization is to discover some dominant object classes and localize all of object instances from a given image collection without any supervision. Previous work has attempted to tackle this problem with vanilla topic models, such as latent Dirichlet allocation (LDA). However, in those methods no prior knowledge for the given image collection is exploited to facilitate object discovery. On the other hand, the topic models used in those methods suffer from the topic coherence issue-some inferred topics do not have clear meaning, which limits the final performance of object discovery. In this paper, prior knowledge in terms of the so-called must-links are exploited from Web images on the Internet. Furthermore, a novel knowledge-based topic model, called LDA with mixture of Dirichlet trees, is proposed to incorporate the must-links into topic modeling for object discovery. In particular, to better deal with the polysemy phenomenon of visual words, the must-link is re-defined as that one must-link only constrains one or some topic(s) instead of all topics, which leads to significantly improved topic coherence. Moreover, the must-links are built and grouped with respect to specific object classes, thus the must-links in our approach are semantic-specific , which allows to more efficiently exploit discriminative prior knowledge from Web images. Extensive experiments validated the efficiency of our proposed approach on several data sets. It is shown that our method significantly improves topic coherence and outperforms the unsupervised methods for object discovery and localization. In addition, compared with discriminative methods, the naturally existing object classes in the given image collection can be subtly discovered, which makes our approach well suited for realistic applications of unsupervised object discovery.Unsupervised object discovery and localization is to discover some dominant object classes and localize all of object

  4. THttpServer class in ROOT

    NASA Astrophysics Data System (ADS)

    Adamczewski-Musch, Joern; Linev, Sergey

    2015-12-01

    The new THttpServer class in ROOT implements HTTP server for arbitrary ROOT applications. It is based on Civetweb embeddable HTTP server and provides direct access to all objects registered for the server. Objects data could be provided in different formats: binary, XML, GIF/PNG, and JSON. A generic user interface for THttpServer has been implemented with HTML/JavaScript based on JavaScript ROOT development. With any modern web browser one could list, display, and monitor objects available on the server. THttpServer is used in Go4 framework to provide HTTP interface to the online analysis.

  5. An Object-Relational Ifc Storage Model Based on Oracle Database

    NASA Astrophysics Data System (ADS)

    Li, Hang; Liu, Hua; Liu, Yong; Wang, Yuan

    2016-06-01

    With the building models are getting increasingly complicated, the levels of collaboration across professionals attract more attention in the architecture, engineering and construction (AEC) industry. In order to adapt the change, buildingSMART developed Industry Foundation Classes (IFC) to facilitate the interoperability between software platforms. However, IFC data are currently shared in the form of text file, which is defective. In this paper, considering the object-based inheritance hierarchy of IFC and the storage features of different database management systems (DBMS), we propose a novel object-relational storage model that uses Oracle database to store IFC data. Firstly, establish the mapping rules between data types in IFC specification and Oracle database. Secondly, design the IFC database according to the relationships among IFC entities. Thirdly, parse the IFC file and extract IFC data. And lastly, store IFC data into corresponding tables in IFC database. In experiment, three different building models are selected to demonstrate the effectiveness of our storage model. The comparison of experimental statistics proves that IFC data are lossless during data exchange.

  6. Mission specification for three generic mission classes

    NASA Technical Reports Server (NTRS)

    1979-01-01

    Mission specifications for three generic mission classes are generated to provide a baseline for definition and analysis of data acquisition platform system concepts. The mission specifications define compatible groupings of sensors that satisfy specific earth resources and environmental mission objectives. The driving force behind the definition of sensor groupings is mission need; platform and space transportation system constraints are of secondary importance. The three generic mission classes are: (1) low earth orbit sun-synchronous; (2) geosynchronous; and (3) non-sun-synchronous, nongeosynchronous. These missions are chosen to provide a variety of sensor complements and implementation concepts. Each mission specification relates mission categories, mission objectives, measured parameters, and candidate sensors to orbits and coverage, operations compatibility, and platform fleet size.

  7. A Mobile Outdoor Augmented Reality Method Combining Deep Learning Object Detection and Spatial Relationships for Geovisualization

    PubMed Central

    Rao, Jinmeng; Qiao, Yanjun; Ren, Fu; Wang, Junxing; Du, Qingyun

    2017-01-01

    The purpose of this study was to develop a robust, fast and markerless mobile augmented reality method for registration, geovisualization and interaction in uncontrolled outdoor environments. We propose a lightweight deep-learning-based object detection approach for mobile or embedded devices; the vision-based detection results of this approach are combined with spatial relationships by means of the host device’s built-in Global Positioning System receiver, Inertial Measurement Unit and magnetometer. Virtual objects generated based on geospatial information are precisely registered in the real world, and an interaction method based on touch gestures is implemented. The entire method is independent of the network to ensure robustness to poor signal conditions. A prototype system was developed and tested on the Wuhan University campus to evaluate the method and validate its results. The findings demonstrate that our method achieves a high detection accuracy, stable geovisualization results and interaction. PMID:28837096

  8. A Mobile Outdoor Augmented Reality Method Combining Deep Learning Object Detection and Spatial Relationships for Geovisualization.

    PubMed

    Rao, Jinmeng; Qiao, Yanjun; Ren, Fu; Wang, Junxing; Du, Qingyun

    2017-08-24

    The purpose of this study was to develop a robust, fast and markerless mobile augmented reality method for registration, geovisualization and interaction in uncontrolled outdoor environments. We propose a lightweight deep-learning-based object detection approach for mobile or embedded devices; the vision-based detection results of this approach are combined with spatial relationships by means of the host device's built-in Global Positioning System receiver, Inertial Measurement Unit and magnetometer. Virtual objects generated based on geospatial information are precisely registered in the real world, and an interaction method based on touch gestures is implemented. The entire method is independent of the network to ensure robustness to poor signal conditions. A prototype system was developed and tested on the Wuhan University campus to evaluate the method and validate its results. The findings demonstrate that our method achieves a high detection accuracy, stable geovisualization results and interaction.

  9. X-ray emitting class I protostars in the Serpens dark cloud

    NASA Astrophysics Data System (ADS)

    Preibisch, T.

    2004-12-01

    We analyze a set of three individual XMM-Newton X-ray observation of the Serpens dark cloud. In addition to the 45 sources already reported in the analysis of the first of these XMM-Newton observations by Preibisch (\\cite{Preibisch2003), the complete combined data set leads to the detection of X-ray emission from four of the 19 known class I protostars in the region. The set of three observations allows us to study the variability of the sources on timescales from minutes to several months. The lightcurves of two of the four X-ray detected class I protostars show evidence for significant variability; the data suggest at least four flare-like events on these objects. This relatively high level of variability in the X-ray emission from the class I protostars is in qualitative agreement with the result by Imanishi et al. (\\cite{Imanishi2001}), who found that the class I protostars in the ρ Ophiuchi dark cloud show a higher level of variability than that of more evolved class II and class III young stellar objects. This may support non-coronal X-ray emission mechanisms for class I protostars and is in agreement with the predictions of models that assume magnetic interactions between the protostar and its surrounding disk as a source of high-energy emission. We also find a strong variation (by a factor of ˜10) in the X-ray luminosity of the class II object EC 74 between the three observations, which may be explained by a long duration flare or by rotational modulation. Finally, we find no evidence for X-ray emission from the five class 0 protostars in the region.

  10. Objective and subjective measures of neighborhood environment (NE): relationships with transportation physical activity among older persons.

    PubMed

    Nyunt, Ma Shwe Zin; Shuvo, Faysal Kabir; Eng, Jia Yen; Yap, Keng Bee; Scherer, Samuel; Hee, Li Min; Chan, Siew Pang; Ng, Tze Pin

    2015-09-15

    This study examined the associations of subjective and objective measures of the neighbourhood environment with the transportation physical activity of community-dwelling older persons in Singapore. A modified version of the Neighborhood Environment Walkability Scale (NEWS) and Geographical Information System (GIS) measures of the built environment characteristics were related to the frequency of walking for transportation purpose in a study sample of older persons living in high-density apartment blocks within a public housing estate in Singapore. Relevant measured variables to assess the complex relationships among built environment measures and transportation physical activity were examined using structural equation modelling and multiple regression analyses. The subjective measures of residential density, street connectivity, land use mix diversity and aesthetic environment and the objective GIS measure of Accessibility Index have positively significant independent associations with transportation physical activity, after adjusting for demographics, socio-economic and health status. Subjective and objective measures are non-overlapping measures complementing each other in providing information on built environment characteristics. For elderly living in a high-density urban neighborhood, well connected street, diversity of land use mix, close proximity to amenities and facilities, and aesthetic environment were associated with higher frequency of walking for transportation purposes.

  11. Student Characteristics Mediating Engagement-Outcome Relationships in Physical Education.

    ERIC Educational Resources Information Center

    Silverman, Stephen

    This study investigated the relationship between engagement and achievement for college students in an intermediate swimming class. It also examined this relationship for students who entered the class with different initial skill levels, different previous experience with the subject matter, and for students of different gender. The methodology…

  12. Testing the Formation Mechanism of Sub-Stellar Objects in Lupus (A SOLA Team Study)

    NASA Astrophysics Data System (ADS)

    De Gregorio-Monsalvo, Itziar; Lopez, C.; Takahashi, S.; Santamaria-Miranda

    2017-06-01

    The international SOLA team (Soul of Lupus with ALMA) has identified a set of pre- and proto-stellar candidates in Lupus 1 and 3 of substellar nature using 1.1mm ASTE/AzTEC maps and our optical to submillimeter database. We have observed with ALMA the most promising pre- and proto-brown dwarfs candidates. Our aims are to provide insights on how substellar objects form and evolve, from the equivalent to the pre-stellar cores to the Class II stage in the low mass regime of star formation. Our sample comprises 33 pre-stellar objects, 7 Class 0 and I objects, and 22 Class II objects.

  13. Coordinate Transformations in Object Recognition

    ERIC Educational Resources Information Center

    Graf, Markus

    2006-01-01

    A basic problem of visual perception is how human beings recognize objects after spatial transformations. Three central classes of findings have to be accounted for: (a) Recognition performance varies systematically with orientation, size, and position; (b) recognition latencies are sequentially additive, suggesting analogue transformation…

  14. Defensive Projection, Superimposed on Simplistic Object Relations, Erodes Patient-Provider Relationships in High-Risk Pregnancy: An Empirical Investigation

    PubMed Central

    Shahar, Golan; Porcerelli, John H.; Kamoo, Ray; Epperson, C. Neill; Czarkowski, Kathryn A.; Magriples, Urania; Mayes, Linda C.

    2014-01-01

    In an attempt to illustrate the relevance of psychoanalytic theory and research to behavior medicine, an empirical investigation was conducted of females treated at a high-risk pregnancy specialty clinic (N = 58). Drawing from psychoanalytic object relations theory, it was hypothesized and confirmed that use of projection as a defense mechanism during pregnancy, superimposed on simplistic object relations, predicted an erosion of patient-provider relationships during the pregnancy/postdelivery period. Findings are interpreted through the perspective of mentalization, pertaining to individuals' ability to understand the mental states of self and others, specifically under significant stress. Implications for psychoanalytically oriented assessment and treatment, and for the rift between psychoanalysis and research, are discussed. PMID:21156840

  15. Red and nebulous objects in dark clouds - A survey

    NASA Technical Reports Server (NTRS)

    Cohen, M.

    1980-01-01

    A search on the NGS-PO Sky Survey photographs has revealed 150 interesting nebulous and/or red objects, mostly lying in dark clouds and not previously catalogued. Spectral classifications are presented for 55 objects. These indicate a small number of new members of the class of Herbig-Haro objects, a significant number of new T Tauri stars, and a few emission-line hot stars. It is argued that hot, high-mass stars form preferentially in the dense cores of dark clouds. The possible symbiosis of high and low mass stars is considered. A new morphology class is defined for cometary nebulae, in which a star lies on the periphery of a nebulous ring.

  16. Performance Objectives

    DTIC Science & Technology

    1978-12-01

    students (Olson, 1971; Yelo- 6, Schmidt , 1971; Stedman, i970) adds nothing to our knowledge; thec- studies, too, are Plagued I...in a beha.ioral objective for a mathmatics class wtld be "... using only a calculator ...’ or 0... using only the protractor...’ The second are the...pliers, screwdriver and hammer i.1 0.1 3. To write x & y from memory 1.1 0.1 4. To lever press either x or y within two seconds 1.1 0.1 5. To point

  17. Visualization: a tool for enhancing students' concept images of basic object-oriented concepts

    NASA Astrophysics Data System (ADS)

    Cetin, Ibrahim

    2013-03-01

    The purpose of this study was twofold: to investigate students' concept images about class, object, and their relationship and to help them enhance their learning of these notions with a visualization tool. Fifty-six second-year university students participated in the study. To investigate his/her concept images, the researcher developed a survey including open-ended questions, which was administered to the participants. Follow-up interviews with 12 randomly selected students were conducted to explore their answers to the survey in depth. The results of the first part of the research were utilized to construct visualization scenarios. The students used these scenarios to develop animations using Flash software. The study found that most of the students experienced difficulties in learning object-oriented notions. Overdependence on code-writing practice and examples and incorrectly learned analogies were determined to be the sources of their difficulties. Moreover, visualization was found to be a promising approach in facilitating students' concept images of basic object-oriented notions. The results of this study have implications for researchers and practitioners when designing programming instruction.

  18. Acoustic properties of interfacial debonding and their relationship with shrinkage stress in Class-I restorations.

    PubMed

    Yang, Bo; Guo, Jiawen; Huang, Qin; Heo, Young; Fok, Alex; Wang, Yan

    2016-06-01

    (1) To investigate the properties, and their correlations, of the acoustic emission (AE) from interfacial debonding of Class-I composite restorations during curing. (2) To establish the relationship between the theoretical shrinkage stress and the level of interfacial debonding in such restorations as determined by AE measurement. An AE sensor was attached onto the surface of human molars with a Class-I composite restoration of 4mm (length)×3mm (width)×2mm (depth) to monitor their debonding from the tooth tissues during curing. Background signals were analyzed before curing to determine the threshold amplitude for noise filtering. Three groups (n=3) of composites with different levels of shrinkage were tested: (1) Z100™, (2) Filtek™ Z250, and (3) Filtek™ LS. All restorations were cured with an LED blue light operated at 1200mW/cm(2) for 40s. AE signals were recorded continuously from the start of curing for 10min, and their frequency, amplitude and duration were analyzed. Finally, the cumulative number of AE events was compared with the theoretical maximum shrinkage stress that could be generated by the composites. The amplitude of the background signals was below 30dB, which was chosen as the threshold for noise filtering. The amplitude of all debonding events ranged from 30 to 50dB, and their duration was below 100μs. The peak frequency had two main bands: 100-200kHz and 700-800kHz. The duration time increased with increasing amplitude, but no correlation was found between the peak frequency and the other two parameters. The cumulative number of AE events was 30.67±2.31, 14.00±7.81 and 5.67±3.06 for Z100, Z250 and LS, respectively, which corresponded well with the theoretical maximum shrinkage stress they could produce, i.e. 42.5, 97.5 and 182.5MPa. R(2)=0.9955 for the linear regression. The theoretical shrinkage stress below which no AE events were detected was about 14.3MPa. For the materials considered, the amount of interfacial debonding produced

  19. Alveolar bone thickness and lower incisor position in skeletal Class I and Class II malocclusions assessed with cone-beam computed tomography.

    PubMed

    Baysal, Asli; Ucar, Faruk Izzet; Buyuk, Suleyman Kutalmis; Ozer, Torun; Uysal, Tancan

    2013-06-01

    To evaluate lower incisor position and bony support between patients with Class II average- and high-angle malocclusions and compare with the patients presenting Class I malocclusions. CBCT records of 79 patients were divided into 2 groups according to sagittal jaw relationships: Class I and II. Each group was further divided into average- and high-angle subgroups. Six angular and 6 linear measurements were performed. Independent samples t-test, Kruskal-Wallis, and Dunn post-hoc tests were performed for statistical comparisons. Labial alveolar bone thickness was significantly higher in Class I group compared to Class II group (p = 0.003). Lingual alveolar bone angle (p = 0.004), lower incisor protrusion (p = 0.007) and proclination (p = 0.046) were greatest in Class II average-angle patients. Spongious bone was thinner (p = 0.016) and root apex was closer to the labial cortex in high-angle subgroups when compared to the Class II average-angle subgroup (p = 0.004). Mandibular anterior bony support and lower incisor position were different between average- and high-angle Class II patients. Clinicians should be aware that the range of lower incisor movement in high-angle Class II patients is limited compared to average- angle Class II patients.

  20. Object links in the repository

    NASA Technical Reports Server (NTRS)

    Beck, Jon; Eichmann, David

    1991-01-01

    Some of the architectural ramifications of extending the Eichmann/Atkins lattice-based classification scheme to encompass the assets of the full life-cycle of software development are explored. In particular, we wish to consider a model which provides explicit links between objects in addition to the edges connecting classification vertices in the standard lattice. The model we consider uses object-oriented terminology. Thus, the lattice is viewed as a data structure which contains class objects which exhibit inheritance. A description of the types of objects in the repository is presented, followed by a discussion of how they interrelate. We discuss features of the object-oriented model which support these objects and their links, and consider behavior which an implementation of the model should exhibit. Finally, we indicate some thoughts on implementing a prototype of this repository architecture.

  1. Object recognition based on Google's reverse image search and image similarity

    NASA Astrophysics Data System (ADS)

    Horváth, András.

    2015-12-01

    Image classification is one of the most challenging tasks in computer vision and a general multiclass classifier could solve many different tasks in image processing. Classification is usually done by shallow learning for predefined objects, which is a difficult task and very different from human vision, which is based on continuous learning of object classes and one requires years to learn a large taxonomy of objects which are not disjunct nor independent. In this paper I present a system based on Google image similarity algorithm and Google image database, which can classify a large set of different objects in a human like manner, identifying related classes and taxonomies.

  2. Treatment of Class II malocclusion with mandibular skeletal anchorage.

    PubMed

    Cakir, Ezgi; Malkoç, Siddik; Kirtay, Mustafa

    2017-06-01

    The aim of this case report was to present the dentofacial changes obtained with bone anchorage in a Class II patient with moderate to severe crowding. A boy, aged 14.5 years, with a dolichofacial type, convex profile, and skeletal and dental Class II relationships was examined. After evaluation, functional treatment with bone anchorage and 4 first premolar extractions was decided as the treatment approach. Miniplates were placed on the buccal shelves of the mandibular third molars. The hook of the anchor was revealed from the first molar level. After surgery, the 4 first premolars were extracted to retract the protrusive mandibular incisors. The maxillary and mandibular first molars were banded, and a lip bumper was inserted to apply elastics and to help distalize the maxillary first molars. Orthodontic forces of 300 to 500 g were applied immediately after placement, originating from the miniscrews to the hooks of the appliance to advance the mandible. After 20 months of treatment, the patient had a dental and skeletal Class I relationship, the mandible was advanced, the maxilla was restrained, and overjet was decreased. The combination of a bone anchor, Class II elastics, and an inner bow is a promising alternative to functional treatment, along with extractions, in Class II patients. Copyright © 2016 American Association of Orthodontists. Published by Elsevier Inc. All rights reserved.

  3. A satellite-asteroid mystery and a possible early flux of scattered C-class asteroids

    NASA Technical Reports Server (NTRS)

    Hartmann, William K.

    1987-01-01

    The C spectral class implied by the neutral spectra and low albedo of probably capture-originated satellites orbiting Saturn, Jupiter, and Mars is noted to contradict evidence that class-C objects are native only to the outer half of the asteroid belt. It is presently suggested that Jupiter resonances may have scattered a high flux of C-type objects out of the belt as well as throughout the primordial solar system, at the close of planet accretion, when extended atmospheres could figure in their capture. The largest scattered object fluxes come from the resonance regions primarily populated by C-class objects, lending support to the Pollack et al. (1979) capture scenario invoking extended protoatmospheres.

  4. Qualitative Differences in the Representation of Spatial Relations for Different Object Classes

    ERIC Educational Resources Information Center

    Cooper, Eric E.; Brooks, Brian E.

    2004-01-01

    Two experiments investigated whether the representations used for animal, produce, and object recognition code spatial relations in a similar manner. Experiment 1 tested the effects of planar rotation on the recognition of animals and nonanimal objects. Response times for recognizing animals followed an inverted U-shaped function, whereas those…

  5. The relationship between fluorescent, agglutinating, and precipitating antibodies to Candida albicans and their immunoglobin classes

    PubMed Central

    Lehner, T.; Buckley, Helen R.; Murray, I. G.

    1972-01-01

    A parallel study of fluorescent, agglutinating, and precipitating antibodies to Candida albicans revealed that precipitating antibodies belong to the IgG class, whereas agglutinating antibodies reside in the IgG, IgM, and IgA classes. The three types as well as the three classes of antibodies were found in Candida endocarditis and mucocutaneous candidiasis. Immuno-absorption studies suggest that the three serological tests estimate antibodies to mannan determinants of Candida albicans. Images PMID:4555044

  6. A Multi-modal, Discriminative and Spatially Invariant CNN for RGB-D Object Labeling.

    PubMed

    Asif, Umar; Bennamoun, Mohammed; Sohel, Ferdous

    2017-08-30

    While deep convolutional neural networks have shown a remarkable success in image classification, the problems of inter-class similarities, intra-class variances, the effective combination of multimodal data, and the spatial variability in images of objects remain to be major challenges. To address these problems, this paper proposes a novel framework to learn a discriminative and spatially invariant classification model for object and indoor scene recognition using multimodal RGB-D imagery. This is achieved through three postulates: 1) spatial invariance - this is achieved by combining a spatial transformer network with a deep convolutional neural network to learn features which are invariant to spatial translations, rotations, and scale changes, 2) high discriminative capability - this is achieved by introducing Fisher encoding within the CNN architecture to learn features which have small inter-class similarities and large intra-class compactness, and 3) multimodal hierarchical fusion - this is achieved through the regularization of semantic segmentation to a multi-modal CNN architecture, where class probabilities are estimated at different hierarchical levels (i.e., imageand pixel-levels), and fused into a Conditional Random Field (CRF)- based inference hypothesis, the optimization of which produces consistent class labels in RGB-D images. Extensive experimental evaluations on RGB-D object and scene datasets, and live video streams (acquired from Kinect) show that our framework produces superior object and scene classification results compared to the state-of-the-art methods.

  7. Gems: Nutrition Education in Childbirth Classes.

    ERIC Educational Resources Information Center

    Easches, Janet G.; And Others

    1983-01-01

    Describes a nutrition education packet for natural childbirth (Lamaze) classes. The packet consists of four 15- to 20-minute lessons, each containing goal, objectives, questions (with answers), activities, and pamphlets. List of goals and sample activities are included. (JN)

  8. De-biased populations of Kuiper belt objects from the deep ecliptic survey

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

    Adams, E. R.; Benecchi, S. D.; Gulbis, A. A. S.

    2014-09-01

    The Deep Ecliptic Survey (DES) was a survey project that discovered hundreds of Kuiper Belt objects from 1998 to 2005. Extensive follow-up observations of these bodies has yielded 304 objects with well-determined orbits and dynamical classifications into one of several categories: Classical, Scattered, Centaur, or 16 mean-motion resonances with Neptune. The DES search fields are well documented, enabling us to calculate the probability on each frame of detecting an object with its particular orbital parameters and absolute magnitude at a randomized point in its orbit. The detection probabilities range from a maximum of 0.32 for the 3:2 resonant object 2002more » GF {sub 32} to a minimum of 1.5 × 10{sup –7} for the faint Scattered object 2001 FU {sub 185}. By grouping individual objects together by dynamical classes, we can estimate the distributions of four parameters that define each class: semimajor axis, eccentricity, inclination, and object size. The orbital element distributions (a, e, and i) were fit to the largest three classes (Classical, 3:2, and Scattered) using a maximum likelihood fit. Using the absolute magnitude (H magnitude) as a proxy for the object size, we fit a power law to the number of objects versus H magnitude for eight classes with at least five detected members (246 objects). The Classical objects are best fit with a power-law slope of α = 1.02 ± 0.01 (observed from 5 ≤ H ≤ 7.2). Six other dynamical classes (Scattered plus five resonances) have consistent magnitude distribution slopes with the Classicals, provided that the absolute number of objects is scaled. Scattered objects are somewhat more numerous than Classical objects, while there are only a quarter as many 3:2 objects as Classicals. The exception to the power law relation is the Centaurs, which are non-resonant objects with perihelia closer than Neptune and therefore brighter and detectable at smaller sizes. Centaurs were observed from 7.5 < H < 11, and that population

  9. From Witnessing to Recording--Material Objects and the Epistemic Configuration of Science Classes

    ERIC Educational Resources Information Center

    Roehl, Tobias

    2012-01-01

    Drawing on concepts developed in actor-network theory and postphenomenology this article shows how material objects in the science classroom become part of epistemic configurations and thus co-shape science education. An ethnographic study on epistemic objects in science education is the basis for the analysis of two of these objects: experimental…

  10. Classes of Physical Activity and Sedentary Behavior in 5th Grade Children

    PubMed Central

    Dowda, Marsha; Dishman, Rod K; Pate, Russell R.

    2016-01-01

    Objectives To identify classes of physical activity (PA) and sedentary behaviors (SB) in 5th grade children, associated factors, and trajectories of change into 7th grade. Methods This study included n=495 children (221 boys, 274 girls) who participated in the Transitions and Activity Changes in Kids (TRACK) Study. PA was assessed objectively and via self-report. Children, parents, and school administrators completed surveys to assess related factors. Latent class analysis, growth modeling, and adjusted multinomial logistic regression procedures were used to classify children based on self-reported PA and SB and examine associated factors. Results Three classes of behavior were identified: Class 1: Low PA/Low SB, Class 2: Moderate PA/High SB, and Class 3: High PA/High SB (boys) or Class 3: High PA (girls). Class 3 children had higher levels of self-efficacy (boys), and enjoyment, parental support, and physical activity equipment at home (girls). Class 2 boys and Class 3 girls did not experience decline in PA (accelerometer) over time. Conclusions Self-efficacy (boys) and home environment (girls) may play a role in shaping patterns of PA in children. Findings may help to inform future interventions to encourage children to meet national PA guidelines. PMID:27103414

  11. The Relationship among Localization Skill, Existence Constancy and Object Permanence.

    ERIC Educational Resources Information Center

    Townes-Rosenwein, Linda

    Two component skills of object permanence were studied: existence constancy -- the infants' ability to expect that an object continues to exist after it is hidden, and localization skill -- infants' ability to search in the correct place for a hidden object. Contradictions within the literature may occur because of task lability caused by failure…

  12. An object programming based environment for protein secondary structure prediction.

    PubMed

    Giacomini, M; Ruggiero, C; Sacile, R

    1996-01-01

    The most frequently used methods for protein secondary structure prediction are empirical statistical methods and rule based methods. A consensus system based on object-oriented programming is presented, which integrates the two approaches with the aim of improving the prediction quality. This system uses an object-oriented knowledge representation based on the concepts of conformation, residue and protein, where the conformation class is the basis, the residue class derives from it and the protein class derives from the residue class. The system has been tested with satisfactory results on several proteins of the Brookhaven Protein Data Bank. Its results have been compared with the results of the most widely used prediction methods, and they show a higher prediction capability and greater stability. Moreover, the system itself provides an index of the reliability of its current prediction. This system can also be regarded as a basis structure for programs of this kind.

  13. A Framework for Inferring Taxonomic Class of Asteroids.

    NASA Technical Reports Server (NTRS)

    Dotson, J. L.; Mathias, D. L.

    2017-01-01

    Introduction: Taxonomic classification of asteroids based on their visible / near-infrared spectra or multi band photometry has proven to be a useful tool to infer other properties about asteroids. Meteorite analogs have been identified for several taxonomic classes, permitting detailed inference about asteroid composition. Trends have been identified between taxonomy and measured asteroid density. Thanks to NEOWise (Near-Earth-Object Wide-field Infrared Survey Explorer) and Spitzer (Spitzer Space Telescope), approximately twice as many asteroids have measured albedos than the number with taxonomic classifications. (If one only considers spectroscopically determined classifications, the ratio is greater than 40.) We present a Bayesian framework that provides probabilistic estimates of the taxonomic class of an asteroid based on its albedo. Although probabilistic estimates of taxonomic classes are not a replacement for spectroscopic or photometric determinations, they can be a useful tool for identifying objects for further study or for asteroid threat assessment models. Inputs and Framework: The framework relies upon two inputs: the expected fraction of each taxonomic class in the population and the albedo distribution of each class. Luckily, numerous authors have addressed both of these questions. For example, the taxonomic distribution by number, surface area and mass of the main belt has been estimated and a diameter limited estimate of fractional abundances of the near earth asteroid population was made. Similarly, the albedo distributions for taxonomic classes have been estimated for the combined main belt and NEA (Near Earth Asteroid) populations in different taxonomic systems and for the NEA population specifically. The framework utilizes a Bayesian inference appropriate for categorical data. The population fractions provide the prior while the albedo distributions allow calculation of the likelihood an albedo measurement is consistent with a given taxonomic

  14. Another Look at the Glass and Smith Study on Class Size

    ERIC Educational Resources Information Center

    Phelps, James L.

    2011-01-01

    One of the most influential studies affecting educational policy is Glass and Smith's 1978 study, "Meta-Analysis of Research on the Relationship of Class-Size and Achievement." Since its publication, educational policymakers have referenced it frequently as the justification for reducing class size. While teachers and the public had long believed…

  15. Association of Unconscious Race and Social Class Bias With Vignette-Based Clinical Assessments by Medical Students

    PubMed Central

    Haider, Adil H.; Sexton, Janel; Sriram, N.; Cooper, Lisa A.; Efron, David T.; Swoboda, Sandra; Villegas, Cassandra V.; Haut, Elliott R.; Bonds, Morgan; Pronovost, Peter J.; Lipsett, Pamela A.; Freischlag, Julie A.; Cornwell, Edward E.

    2012-01-01

    Context Studies involving physicians suggest that unconscious bias may be related to clinical decision making and may predict poor patient-physician interaction. The presence of unconscious race and social class bias and its association with clinical assessments or decision making among medical students is unknown. Objective To estimate unconscious race and social class bias among first-year medical students and investigate its relationship with assessments made during clinical vignettes. Design, Setting, and Participants A secure Web-based survey was administered to 211 medical students entering classes at Johns Hopkins School of Medicine, Baltimore, Maryland, in August 2009 and August 2010. The survey included the Implicit Association Test (IAT) to assess unconscious preferences, direct questions regarding students’ explicit race and social class preferences, and 8 clinical assessment vignettes focused on pain assessment, informed consent, patient reliability, and patient trust. Adjusting for student demographics, multiple logistic regression was used to determine whether responses to the vignettes were associated with unconscious race or social class preferences. Main Outcome Measures Association of scores on an established IAT for race and a novel IAT for social class with vignette responses. Results Among the 202 students who completed the survey, IAT responses were consistent with an implicit preference toward white persons among 140 students (69%, 95% CI, 61%–75%). Responses were consistent with a preference toward those in the upper class among 174 students (86%, 95% CI, 80%–90%). Assessments generally did not vary by patient race or occupation, and multivariable analyses for all vignettes found no significant relationship between implicit biases and clinical assessments. Regression coefficient for the association between pain assessment and race IAT scores was −0.49 (95% CI, −1.00 to 0.03) and for social class, the coefficient was −0.04 (95% CI

  16. Does Sex (Female versus Male) Influence the Impact of Class Attendance on Examination Performance?

    ERIC Educational Resources Information Center

    Cortright, Ronald N.; Lujan, Heidi L.; Cox, Julie H.; DiCarlo, Stephen E.

    2011-01-01

    The "conventional wisdom" is that grades are related to class attendance, i.e., students who attend classes more frequently obtain better grades and class attendance dramatically contributes to enhanced learning. However, the influence of sex (female vs. male) on this relationship is understudied. Furthermore, there have been several studies…

  17. Orthodontic decompensation in class III patients by means of distalization of upper molars.

    PubMed

    Carlos, Villegas B; Giovanni, Oberti; Diego, Rey; Angela, Sierra; Baccetti, Tiziano

    2009-01-01

    Pre-surgical orthodontic treatments have the objective of establishing harmony between the dental arches by moving the teeth to ideal positions in relation to their bony bases, in order to achieve adequate antero-posterior occlusal and transverse relationships at the moment of surgery. Among the typical requirements in terms of dental compensations presented by Class III patients that require surgery, the inclination of anterior teeth must be changed in most cases by proclination of the lower incisors and retroclination of upper incisors. To achieve the inclination of the upper incisors, many different alternatives have been proposed, such as inter-proximal reduction, extractions, or distalization of upper molars, which has not been widely reported in the literature as a means to decompensate Class III malocclusion prior to surgery. This article describes the Bone Supported Pendulum (BSP) as an efficient therapeutic option to distalize molars through the use of an appliance stabilized to the palate by mini-implants, thus avoiding extractions and providing good interdigitation and coordination of the dental arches.

  18. Social class and body weight among Chinese urban adults: the role of the middle classes in the nutrition transition.

    PubMed

    Bonnefond, Céline; Clément, Matthieu

    2014-07-01

    While a plethoric empirical literature addresses the relationship between socio-economic status and body weight, little is known about the influence of social class on nutritional outcomes, particularly in developing countries. The purpose of this article is to contribute to the analysis of the social determinants of adult body weight in urban China by taking into account the influence of social class. More specifically, we propose to analyse the position of the Chinese urban middle class in terms of being overweight or obese. The empirical investigations conducted as part of this research are based on a sample of 1320 households and 2841 adults from the China Health and Nutrition Survey for 2009. For the first step, we combine an economic approach and a sociological approach to identify social classes at household level. First, households with an annual per capita income between 10,000 Yuan and the 95th income percentile are considered as members of the middle class. Second, we strengthen the characterization of the middle class using information on education and employment. By applying clustering methods, we identify four groups: the elderly and inactive middle class, the old middle class, the lower middle class and the new middle class. For the second step, we implement an econometric analysis to assess the influence of social class on adult body mass index and on the probability of being overweight or obese. We use multinomial treatment regressions to deal with the endogeneity of the social class variable. Our results show that among the four subgroups of the urban middle class, the new middle class is the only one to be relatively well-protected against obesity. We suggest that this group plays a special role in adopting healthier food consumption habits and seems to be at a more advanced stage of the nutrition transition. Copyright © 2014 Elsevier Ltd. All rights reserved.

  19. The Relationship between Perceived Transformative Class Experiences and Subsequent Prosocial Intentions

    ERIC Educational Resources Information Center

    Harrell-Levy, Marinda K.; Kerpelman, Jennifer L.

    2015-01-01

    The present study tested a model showing how different aspects of high school courses focusing on social justice and prosocial development predicted prosocial intentions of students (N = 362) 2 to 29 years after they had completed the courses. Results indicated that students reporting more transformative class experiences (higher critical…

  20. Class III camouflage treatment: what are the limits?

    PubMed

    Burns, Nikia R; Musich, David R; Martin, Chris; Razmus, Thomas; Gunel, Erdogan; Ngan, Peter

    2010-01-01

    The purpose of this study was to determine the skeletal, dental, and soft-tissue changes in response to camouflage Class III treatment. Thirty patients (average age, 12.4 + or - 1.0 years) with skeletal Class III malocclusions who completed comprehensive nonextraction orthodontic treatment were studied. Skeletal, dental, and soft-tissue changes were determined by using published cephalometric analyses. The quality of orthodontic treatment was standardized by registering the peer assessment rating index on the pretreatment and posttreatment study models. The change in the level of gingival attachment with treatment was determined on the study casts. The results were compared with a group of untreated subjects. Data were analyzed with repeated measures analysis and paired t tests. The average change in the Wits appraisal was greater in the treated group (1.2 + or - 0.1 mm) than in the control group (-0.5 + or - 0.3 mm). The average peer assessment rating index score improved from 33.5 to 4.1. No significant differences were found for the level of gingival attachments between the treatment and control groups. The sagittal jaw relationship (ANB angle) did not improve with camouflage treatment. A wide range of tooth movements compensated for the skeletal changes in both groups. The upper and lower limits for incisal movement to compensate for Class III skeletal changes were 120 degrees to the sella-nasion line and 80 degrees to the mandibular plane, respectively. Greater increases in the angle of convexity were found in the treated group, indicating improved facial profiles. Greater increases in length of the upper lip were found in the treated group, corresponding to the changes in the hard tissues with treatment. Significant dental and soft-tissue changes can be expected in young Class III patients treated with camouflage orthodontic tooth movement. A wide range of skeletal dysplasias can be camouflaged with tooth movement without deleterious effects to the

  1. Modeling and Verbalizations of Lower-Class, Black, Preschool Children: Educational Implications.

    ERIC Educational Resources Information Center

    Gottfried, Adele E.

    Two purposes guided this study: (1) to investigate the effects of modeling on the verbalizations of lower-class, black, preschool children; and (2) to investigate the relationships between the dialect employed by the model and children's language production. As subjects, 72 black, preschool children in lower-class neighborhood day care centers of…

  2. The Use of Educational Objects

    ERIC Educational Resources Information Center

    Stearns, Clio

    2016-01-01

    This conceptual paper looks at the Winnicottian notion of object use as it relates to education. Object use is understood as the process of attaching to but then attempting to destroy the educator in an effort to create new knowledge and relationships. The paper argues for educational object use as a way of understanding and normalising resistance…

  3. 32 CFR 1636.2 - The claim of conscientious objection.

    Code of Federal Regulations, 2010 CFR

    2010-07-01

    ... CLASSIFICATION OF CONSCIENTIOUS OBJECTORS § 1636.2 The claim of conscientious objection. A claim to classification in Class 1-A-0 or Class 1-0, must be made by the registrant in writing. Claims and documents in... or after the Director has made a specific request for submission of such documents. All claims or...

  4. 32 CFR 1636.2 - The claim of conscientious objection.

    Code of Federal Regulations, 2011 CFR

    2011-07-01

    ... CLASSIFICATION OF CONSCIENTIOUS OBJECTORS § 1636.2 The claim of conscientious objection. A claim to classification in Class 1-A-0 or Class 1-0, must be made by the registrant in writing. Claims and documents in... or after the Director has made a specific request for submission of such documents. All claims or...

  5. JAVA CLASSES FOR NONPROCEDURAL VARIOGRAM MONITORING

    EPA Science Inventory

    A set of Java classes was written for variogram modeling to support research for US EPA's Regional Vulnerability Assessment Program (ReVA). The modeling objectives of this research program are to use conceptual programming tools for numerical analysis for regional risk assessm...

  6. Regression mixture models: Does modeling the covariance between independent variables and latent classes improve the results?

    PubMed Central

    Lamont, Andrea E.; Vermunt, Jeroen K.; Van Horn, M. Lee

    2016-01-01

    Regression mixture models are increasingly used as an exploratory approach to identify heterogeneity in the effects of a predictor on an outcome. In this simulation study, we test the effects of violating an implicit assumption often made in these models – i.e., independent variables in the model are not directly related to latent classes. Results indicated that the major risk of failing to model the relationship between predictor and latent class was an increase in the probability of selecting additional latent classes and biased class proportions. Additionally, this study tests whether regression mixture models can detect a piecewise relationship between a predictor and outcome. Results suggest that these models are able to detect piecewise relations, but only when the relationship between the latent class and the predictor is included in model estimation. We illustrate the implications of making this assumption through a re-analysis of applied data examining heterogeneity in the effects of family resources on academic achievement. We compare previous results (which assumed no relation between independent variables and latent class) to the model where this assumption is lifted. Implications and analytic suggestions for conducting regression mixture based on these findings are noted. PMID:26881956

  7. Debating Values: Race, Class and Academic Achievement

    ERIC Educational Resources Information Center

    Milton, Penny

    2008-01-01

    The relationships among race, class and academic achievement are complex, yet have been well documented in Canada for the last thirty years. Generations of students have experienced them--lowered expectations for achievement, gross generalizations about parents' backgrounds and aspirations, negative stereotypes of communities, and curricula that…

  8. Long-Term Incisal Relationships After Palatoplasty in Patients With Isolated Cleft Palate.

    PubMed

    Odom, Elizabeth B; Woo, Albert S; Mendonca, Derick A; Huebener, Donald V; Nissen, Richard J; Skolnick, Gary B; Patel, Kamlesh B

    2016-06-01

    Various palatoplasty techniques have limited incisions in the hard palate due to concerns that these incisions may limit maxillary growth. There is little convincing long-term evidence to support this. Our purpose is to determine incisal relationships, an indicator for future orthognathic procedure, in patients after repair of an isolated cleft of the secondary palate. Our craniofacial database was used to identify patients aged 10 years or greater with an isolated cleft of the secondary palate who underwent palatoplasty between 1985 and 2002. Data collected included age at palatoplasty and follow-up, cleft type, associated syndrome, Robin sequence, surgeon, repair technique, number of operations, and occlusion. Incisal relationship was determined through clinical observation by a pediatric dentist and orthodontist. Seventy eligible patients operated on by 9 surgeons were identified. Class III incisal relationship was seen in 5 patients (7.1%). Palatoplasty techniques over the hard palate (63 of 70 patients) included 2-flap palatoplasty, VY-pushback, and Von Langenbeck repair. There was an association between class III incisal relationship and syndromic diagnosis (P <0.001). Other study variables were not associated with class III incisal relationships. In patients with an isolated cleft of the secondary palate, there was no association between class III incisal relationship and surgeon, age at repair, cleft type, palatoplasty technique, or number of operations. Increased likelihood of class III incisal relationship was associated primarily with syndromic diagnosis.

  9. Interactive object recognition assistance: an approach to recognition starting from target objects

    NASA Astrophysics Data System (ADS)

    Geisler, Juergen; Littfass, Michael

    1999-07-01

    Recognition of target objects in remotely sensed imagery required detailed knowledge about the target object domain as well as about mapping properties of the sensing system. The art of object recognition is to combine both worlds appropriately and to provide models of target appearance with respect to sensor characteristics. Common approaches to support interactive object recognition are either driven from the sensor point of view and address the problem of displaying images in a manner adequate to the sensing system. Or they focus on target objects and provide exhaustive encyclopedic information about this domain. Our paper discusses an approach to assist interactive object recognition based on knowledge about target objects and taking into account the significance of object features with respect to characteristics of the sensed imagery, e.g. spatial and spectral resolution. An `interactive recognition assistant' takes the image analyst through the interpretation process by indicating step-by-step the respectively most significant features of objects in an actual set of candidates. The significance of object features is expressed by pregenerated trees of significance, and by the dynamic computation of decision relevance for every feature at each step of the recognition process. In the context of this approach we discuss the question of modeling and storing the multisensorial/multispectral appearances of target objects and object classes as well as the problem of an adequate dynamic human-machine-interface that takes into account various mental models of human image interpretation.

  10. Effects of sex composition by class and instructor's sex on physical self-efficacy of college men.

    PubMed

    Gibbons, E S; Rust, D M; Blassingame, C L; Reed, J L

    2000-02-01

    The relationship of sex composition of class and instructor's sex to Physical Self-efficacy has yielded conflicting results in several studies. This study examined the relationship of sex composition of class and instructor's sex to scores on Physical Self-efficacy, Perceived Physical Ability, and Physical Self-presentation Confidence of 80 male students enrolled in one of four sections of a strength training class. Analysis indicated no significant difference on Physical Self-efficacy between male students who were enrolled in all male classes or in coeducational classes; improvements in scores on Physical Self-efficacy were not specific to the sex composition of the class or sex of the instructor and no significant difference on Perceived Physical Ability and Physical Self-presentation Confidence between male students who joined an all male class or a coeducational class. Perceived Physical Ability improved from the pretest to the posttest in all classes; and no improvement in scores for Physical Self-presentation Confidence was found in all classes. In conclusion, the analysis showed sex composition of the class and sex of the instructor were not significantly related to scores for self-efficacy.

  11. Centering Objects in the Workspace

    ERIC Educational Resources Information Center

    Free, Cory

    2005-01-01

    Drafters must be detail-oriented people. The objects they draw are interpreted and then built with the extreme precision required by today's manufacturers. Now that computer-aided drafting (CAD) has taken over the drafting profession, anything less than exact precision is unacceptable. In her drafting classes, the author expects her students to…

  12. Object recognition with hierarchical discriminant saliency networks.

    PubMed

    Han, Sunhyoung; Vasconcelos, Nuno

    2014-01-01

    The benefits of integrating attention and object recognition are investigated. While attention is frequently modeled as a pre-processor for recognition, we investigate the hypothesis that attention is an intrinsic component of recognition and vice-versa. This hypothesis is tested with a recognition model, the hierarchical discriminant saliency network (HDSN), whose layers are top-down saliency detectors, tuned for a visual class according to the principles of discriminant saliency. As a model of neural computation, the HDSN has two possible implementations. In a biologically plausible implementation, all layers comply with the standard neurophysiological model of visual cortex, with sub-layers of simple and complex units that implement a combination of filtering, divisive normalization, pooling, and non-linearities. In a convolutional neural network implementation, all layers are convolutional and implement a combination of filtering, rectification, and pooling. The rectification is performed with a parametric extension of the now popular rectified linear units (ReLUs), whose parameters can be tuned for the detection of target object classes. This enables a number of functional enhancements over neural network models that lack a connection to saliency, including optimal feature denoising mechanisms for recognition, modulation of saliency responses by the discriminant power of the underlying features, and the ability to detect both feature presence and absence. In either implementation, each layer has a precise statistical interpretation, and all parameters are tuned by statistical learning. Each saliency detection layer learns more discriminant saliency templates than its predecessors and higher layers have larger pooling fields. This enables the HDSN to simultaneously achieve high selectivity to target object classes and invariance. The performance of the network in saliency and object recognition tasks is compared to those of models from the biological and

  13. Dissociable intrinsic functional networks support noun-object and verb-action processing.

    PubMed

    Yang, Huichao; Lin, Qixiang; Han, Zaizhu; Li, Hongyu; Song, Luping; Chen, Lingjuan; He, Yong; Bi, Yanchao

    2017-12-01

    The processing mechanism of verbs-actions and nouns-objects is a central topic of language research, with robust evidence for behavioral dissociation. The neural basis for these two major word and/or conceptual classes, however, remains controversial. Two experiments were conducted to study this question from the network perspective. Experiment 1 found that nodes of the same class, obtained through task-evoked brain imaging meta-analyses, were more strongly connected with each other than nodes of different classes during resting-state, forming segregated network modules. Experiment 2 examined the behavioral relevance of these intrinsic networks using data from 88 brain-damaged patients, finding that across patients the relative strength of functional connectivity of the two networks significantly correlated with the noun-object vs. verb-action relative behavioral performances. In summary, we found that verbs-actions and nouns-objects are supported by separable intrinsic functional networks and that the integrity of such networks accounts for the relative noun-object- and verb-action-selective deficits. Copyright © 2017 Elsevier Inc. All rights reserved.

  14. Children and Objects: Affection and Infection

    ERIC Educational Resources Information Center

    Jones, Liz; MacLure, Maggie; Holmes, Rachel; MacRae, Christina

    2012-01-01

    This paper considers young children's (aged 3-5 years) relations with objects, and in particular objects that are brought from home to school. We begin by considering the place of objects within early years classrooms and their relationship to children's education before considering why some objects are often separated from their owners on entry…

  15. The Onfp Class in the Magellanic Clouds

    NASA Astrophysics Data System (ADS)

    Walborn, Nolan R.; Howarth, Ian D.; Evans, Christopher J.; Crowther, Paul A.; Moffat, Anthony F. J.; St-Louis, Nicole; Fariña, Cecilia; Bosch, Guillermo L.; Morrell, Nidia I.; Barbá, Rodolfo H.; van Loon, Jacco Th.

    2010-03-01

    The Onfp class of rotationally broadened, hot spectra was defined some time ago in the Galaxy, where its membership to date numbers only eight. The principal defining characteristic is a broad, centrally reversed He II λ 4686 emission profile; other emission and absorption lines are also rotationally broadened. Recent surveys in the Magellanic Clouds (MCs) have brought the class membership there, including some related spectra, to 28. We present a survey of the spectral morphology and rotational velocities, as a first step toward elucidating the nature of this class. Evolved, rapidly rotating hot stars are not expected theoretically, because the stellar winds should brake the rotation. Luminosity classification of these spectra is not possible, because the principal criterion (He II λ4686) is peculiar; however, the MCs provide reliable absolute magnitudes, which show that they span the entire range from dwarfs to supergiants. The Onfp line-broadening distribution is distinct and shifted toward larger values from those of normal O dwarfs and supergiants with >99.99% confidence. All cases with multiple observations show line-profile variations, which even remove some objects from the class temporarily. Some of them are spectroscopic binaries; it is possible that the peculiar profiles may have multiple causes among different objects. The origin and future of these stars are intriguing; for instance, they could be stellar mergers and/or gamma-ray-burst progenitors.

  16. Within-person relationship between self-efficacy and performance across trials. Effect of task objective and task type.

    PubMed

    Hepler, Teri J; Ritchie, Jason; Hill, Christopher R

    2017-07-05

    Self-efficacy has been shown to be a consistent, positive predictor of between-persons performance in sport. However, there have been equivocal results regarding the influence of self-efficacy on a person's performance over time. This study investigated the influence of self-efficacy on motor skill performance across trials with respect to two different task objectives and task types. Participants (N=84) performed 4 blocks of 10 trials of a dart throwing (closed skill) and a hitting (open skill) task under 2 different task objectives: competitive and goal-striving. For the goal-striving condition, success was defined as reaching a pre-determined performance level. The competitive condition involved competing against an opponent. Hierarchical linear modeling was used to examine the influence of past performance and self-efficacy on the within-person performance across multiple trials. Previous performance was negatively related with subsequent performance on all conditions. Self-efficacy was not a significant predictor of performance on any of the conditions. While task objective and task type did not moderate the efficacy-performance relationship in the current study, it is important to consider the role of other moderators in future research.

  17. Unconscious race and class bias: its association with decision making by trauma and acute care surgeons.

    PubMed

    Haider, Adil H; Schneider, Eric B; Sriram, N; Dossick, Deborah S; Scott, Valerie K; Swoboda, Sandra M; Losonczy, Lia; Haut, Elliott R; Efron, David T; Pronovost, Peter J; Freischlag, Julie A; Lipsett, Pamela A; Cornwell, Edward E; MacKenzie, Ellen J; Cooper, Lisa A

    2014-09-01

    Recent studies have found that unconscious biases may influence physicians' clinical decision making. The objective of our study was to determine, using clinical vignettes, if unconscious race and class biases exist specifically among trauma/acute care surgeons and, if so, whether those biases impact surgeons' clinical decision making. A prospective Web-based survey was administered to active members of the Eastern Association for the Surgery of Trauma. Participants completed nine clinical vignettes, each with three trauma/acute care surgery management questions. Race Implicit Association Test (IAT) and social class IAT assessments were completed by each participant. Multivariable, ordered logistic regression analysis was then used to determine whether implicit biases reflected on the IAT tests were associated with vignette responses. In total, 248 members of the Eastern Association for the Surgery of Trauma participated. Of these, 79% explicitly stated that they had no race preferences and 55% stated they had no social class preferences. However, 73.5% of the participants had IAT scores demonstrating an unconscious preference toward white persons; 90.7% demonstrated an implicit preference toward upper social class persons. Only 2 of 27 vignette-based clinical decisions were associated with patient race or social class on univariate analyses. Multivariable analyses revealed no relationship between IAT scores and vignette-based clinical assessments. Unconscious preferences for white and upper-class persons are prevalent among trauma and acute care surgeons. In this study, these biases were not statistically significantly associated with clinical decision making. Further study of the factors that may prevent implicit biases from influencing patient management is warranted. Epidemiologic study, level II.

  18. A uniform object-oriented solution to the eigenvalue problem for real symmetric and Hermitian matrices

    NASA Astrophysics Data System (ADS)

    Castro, María Eugenia; Díaz, Javier; Muñoz-Caro, Camelia; Niño, Alfonso

    2011-09-01

    We present a system of classes, SHMatrix, to deal in a unified way with the computation of eigenvalues and eigenvectors in real symmetric and Hermitian matrices. Thus, two descendant classes, one for the real symmetric and other for the Hermitian cases, override the abstract methods defined in a base class. The use of the inheritance relationship and polymorphism allows handling objects of any descendant class using a single reference of the base class. The system of classes is intended to be the core element of more sophisticated methods to deal with large eigenvalue problems, as those arising in the variational treatment of realistic quantum mechanical problems. The present system of classes allows computing a subset of all the possible eigenvalues and, optionally, the corresponding eigenvectors. Comparison with well established solutions for analogous eigenvalue problems, as those included in LAPACK, shows that the present solution is competitive against them. Program summaryProgram title: SHMatrix Catalogue identifier: AEHZ_v1_0 Program summary URL:http://cpc.cs.qub.ac.uk/summaries/AEHZ_v1_0.html Program obtainable from: CPC Program Library, Queen's University, Belfast, N. Ireland Licensing provisions: Standard CPC licence, http://cpc.cs.qub.ac.uk/licence/licence.html No. of lines in distributed program, including test data, etc.: 2616 No. of bytes in distributed program, including test data, etc.: 127 312 Distribution format: tar.gz Programming language: Standard ANSI C++. Computer: PCs and workstations. Operating system: Linux, Windows. Classification: 4.8. Nature of problem: The treatment of problems involving eigensystems is a central topic in the quantum mechanical field. Here, the use of the variational approach leads to the computation of eigenvalues and eigenvectors of real symmetric and Hermitian Hamiltonian matrices. Realistic models with several degrees of freedom leads to large (sometimes very large) matrices. Different techniques, such as divide

  19. Social Class Status and Suicide Characteristics: A Survey among Patients Who Attempted Suicide in Isfahan

    PubMed Central

    Keyvanara, Mahmoud; Mousavi, Seyed Ghafour; Karami, Zahra

    2013-01-01

    Introduction: Suicide is one of the most prominent problems in health care system in current Iran. It could be impacted by various factors such as social, economic, individual and so on. Researchers show that socio-economic factors and suicide has significantly related. The people in low social class may more engage with social problems than higher social class. They may confront to problems such as crime, violence, unemployment, financial hardship, population density, disorder personality, etc. However, these difficulties could be resulted from relationship of inequality socio-economic and mental or physical health. This research attempted to examine social class status and its relationship with parts of suicide characteristics. Methods: This study applied a descriptive approach. In the cross-sectional research 179 patients who attempted suicide and admitted to the toxicology ward of Nour hospital and to the burning ward of Imam Mousa Kazem hospital, in Isfahan, during a period of 6 months in 2010 were recruited. The randomize sampling for patients admitted to toxicology ward and census for burning ward are applied. Data collected through a questionnaire which Chronbagh coefficient’s alpha was calculated (r= 0/72). Data was analyzed in SPSS software. Findings: The data showed that the majority of patients who attempted suicide were young married women who had diploma and under diploma of level education. They were housewife, engaged in education and unemployment. Finding showed that there are no significant relationships between sex, age, marital status, frequency of attempted suicide and their social class. But there is significant relationship between methods of suicide and social class. Similarly, there are significant relationship between social factors (i.e. family friction, betrothal, unemployment, financial problems and so on) effected on suicide and their social classes. Parts of findings were supported by previous studies. PMID:23687462

  20. Object apprehension using vision and touch

    NASA Technical Reports Server (NTRS)

    Bajcsy, R.; Stansfield, S. A.

    1987-01-01

    Researchers define object apprehension as the determination of the properties of an object and the relationships among these properties. They contrast this with recognition, which goes a step further to attach a label to the object as a whole. Apprehension is fundamental to manipulation. This is true whether the manipulation is being carried out by an autonomous robot or is the result of teleoperation involving sensory feedback. Researchers present an apprehension paradigm using both vision and touch. In this model, they define a representation for object apprehension in terms of a set of primitives and features, along with their relationships. This representation is the mechanism by which the data from the two modalities are combined. It is also the mechanism which drives the apprehension process.

  1. Solidarity and Conflict between Adult Children and Parents: A Latent Class Analysis

    ERIC Educational Resources Information Center

    van Gaalen, Ruben I.; Dykstra, Pearl A.

    2006-01-01

    Using multiple dimensions of solidarity and conflict in a latent class analysis, we develop a typology of adult child-parent relationships. The data (N = 4,990) are from the first wave of the Netherlands Kinship Panel Study. In descending order of relationship quality, the 5 types are harmonious (akin to relationships with friends), ambivalent…

  2. The Determinants of Parental Effort in Education Production: Do Parents Respond to Changes in Class Size?

    ERIC Educational Resources Information Center

    Bonesronning, Hans

    2004-01-01

    The present paper supplements the traditional class size literature by exploring the causal relationship between class size and parental effort in education production. Class size variation that is exogenous to parental effort comes from interaction between enrollment and a maximum class size rule of 30 students in the lower secondary school in…

  3. Supervision of Student Teachers: Objective Observation.

    ERIC Educational Resources Information Center

    Neide, Joan

    1996-01-01

    By keeping accurate records, student teacher supervisors can present concrete evidence about physical education student teachers' classroom performance. The article describes various ways to collect objective data, including running records, at-task records, verbal flow records, class traffic records, interaction analysis records, and global scan…

  4. How Medical Students Use Objectives.

    ERIC Educational Resources Information Center

    Mast, Terrill A.; And Others

    Two related studies were undertaken at Southern Illinois University on how students in the School of Medicine use the instructional objectives faculty prepare for them. Students in the classes of 1978 and 1979 were surveyed in their final month of training. The second survey was modified, based on responses from the first. The five research…

  5. HIV and HLA Class I: an evolving relationship

    PubMed Central

    Goulder, Philip J.R.; Walker, Bruce D

    2014-01-01

    Successful vaccine development for infectious diseases has largely been achieved in settings where natural immunity to the pathogen results in clearance in at least some individuals. HIV presents an additional challenge in that natural clearance of infection does not occur, and the correlates of immune protection are still uncertain. However, partial control of viremia and markedly different outcomes of disease are observed in HIV infected persons. Here we examine the antiviral mechanisms implicated by one variable that has been consistently associated with extremes of outcome, namely HLA class I alleles, and in particular HLA-B, and examine the mechanisms by which this modulation is likely to occur, and the impact of these interactions on evolution of the virus and the host. Studies to date provide evidence for both HLA-dependent and epitope-dependent influences on viral control and viral evolution, and have important implications for the continued quest for an effective HIV vaccine. PMID:22999948

  6. University clinic and private practice treatment outcomes in Class I extraction and nonextraction patients: A comparative study with the American Board of Orthodontics Objective Grading System.

    PubMed

    Mislik, Barbara; Konstantonis, Dimitrios; Katsadouris, Alexios; Eliades, Theodore

    2016-02-01

    The aim of this study was to compare treatment outcomes in university vs private practice settings with Class I patients using the American Board of Orthodontics Objective Grading System. A parent sample of 580 Class I patients treated with and without extractions of 4 first premolars was subjected to discriminant analysis to identify a borderline spectrum of 66 patients regarding the extraction modality. Of these patients, 34 were treated in private orthodontic practices, and 32 were treated in a university graduate orthodontic clinic. The treatment outcomes were evaluated using the 8 variables of the American Board of Orthodontics Objective Grading System. The total scores ranged from 10 to 47 (mean, 25.44; SD, 9.8) for the university group and from 14 to 45 (mean, 25.94; SD, 7.7) for the private practice group. The university group achieved better scores for the variables of buccolingual inclination (mean difference, 2.28; 95% confidence interval [CI], 0.59, 3.98; P = 0.01) and marginal ridges (mean difference, 1.32; 95% CI, 0.28, 2.36; P = 0.01), and the private practice group achieved a better score for the variable of root angulation (mean difference, -0.65; 95% CI, -1.26, -0.03; P = 0.04). However, no statistically intergroup differences were found between the total American Board of Orthodontics Objective Grading System scores (mean difference, -0.5; 95% CI, -3.82, 4.82; P = 0.82). Patients can receive similar quality of orthodontic treatment in a private practice and a university clinic. The orthodontists in the private practices were more successful in angulating the roots properly, whereas the orthodontic residents accomplished better torque control of the posterior segments and better marginal ridges. Copyright © 2016 American Association of Orthodontists. Published by Elsevier Inc. All rights reserved.

  7. Inter-relationships between objective handwriting features and executive control among children with developmental dysgraphia

    PubMed Central

    2018-01-01

    Objective To describe handwriting and executive control features and their inter-relationships among children with developmental dysgraphia, in comparison to controls. Method Participants included 64 children, aged 10–12 years, 32 with dysgraphia based on the Handwriting Proficiency Screening Questionnaire (HPSQ) and 32 matched controls. Children copied a paragraph onto paper affixed to a digitizer that supplied handwriting process objective measures (Computerized Penmanship Evaluation Tool (ComPET). Their written product was evaluated by the Hebrew Handwriting Evaluation (HHE). Parents completed the Behavior Rating Inventory of Executive Function (BRIEF) questionnaire about their child's executive control abilities. Results Significant group differences were found for handwriting performance measures (HHE and ComPET) and executive control domains (BRIEF). Based on one discriminate function, including handwriting performance and executive control measures, 98.4% of the participants were correctly classified into groups. Significant correlations were found in each group between working memory and legibility as well as for other executive domains and handwriting measures. Furthermore, twenty percent of the variability of the mean pressure applied towards the writing surface among children with was explained by their 'emotional control' (BRIEF). Conclusion The results strongly suggest consideration of executive control domains to obtain better insight into handwriting impairment characteristics among children with dysgraphia to improve their identification, evaluation and the intervention process. PMID:29689111

  8. Modeling and Optimization of Class-E Amplifier at Subnominal Condition in a Wireless Power Transfer System for Biomedical Implants.

    PubMed

    Liu, Hao; Shao, Qi; Fang, Xuelin

    2017-02-01

    For the class-E amplifier in a wireless power transfer (WPT) system, the design parameters are always determined by the nominal model. However, this model neglects the conduction loss and voltage stress of MOSFET and cannot guarantee the highest efficiency in the WPT system for biomedical implants. To solve this problem, this paper proposes a novel circuit model of the subnominal class-E amplifier. On a WPT platform for capsule endoscope, the proposed model was validated to be effective and the relationship between the amplifier's design parameters and its characteristics was analyzed. At a given duty ratio, the design parameters with the highest efficiency and safe voltage stress are derived and the condition is called 'optimal subnominal condition.' The amplifier's efficiency can reach the highest of 99.3% at the 0.097 duty ratio. Furthermore, at the 0.5 duty ratio, the measured efficiency of the optimal subnominal condition can reach 90.8%, which is 15.2% higher than that of the nominal condition. Then, a WPT experiment with a receiving unit was carried out to validate the feasibility of the optimized amplifier. In general, the design parameters of class-E amplifier in a WPT system for biomedical implants can be determined with the proposed optimization method in this paper.

  9. Theoretical Heterogeneous Catalysis: Scaling Relationships and Computational Catalyst Design.

    PubMed

    Greeley, Jeffrey

    2016-06-07

    Scaling relationships are theoretical constructs that relate the binding energies of a wide variety of catalytic intermediates across a range of catalyst surfaces. Such relationships are ultimately derived from bond order conservation principles that were first introduced several decades ago. Through the growing power of computational surface science and catalysis, these concepts and their applications have recently begun to have a major impact in studies of catalytic reactivity and heterogeneous catalyst design. In this review, the detailed theory behind scaling relationships is discussed, and the existence of these relationships for catalytic materials ranging from pure metal to oxide surfaces, for numerous classes of molecules, and for a variety of catalytic surface structures is described. The use of the relationships to understand and elucidate reactivity trends across wide classes of catalytic surfaces and, in some cases, to predict optimal catalysts for certain chemical reactions, is explored. Finally, the observation that, in spite of the tremendous power of scaling relationships, their very existence places limits on the maximum rates that may be obtained for the catalyst classes in question is discussed, and promising strategies are explored to overcome these limitations to usher in a new era of theory-driven catalyst design.

  10. X-Windows Information Sharing Protocol Widget Class

    NASA Technical Reports Server (NTRS)

    Barry, Matthew R.

    2006-01-01

    The X-Windows Information Sharing Protocol (ISP) Widget Class ("Class") is used here in the object-oriented-programming sense of the word) was devised to simplify the task of implementing ISP graphical-user-interface (GUI) computer programs. ISP programming tasks require many method calls to identify, query, and interpret the connections and messages exchanged between a client and an ISP server. Most X-Windows GUI programs use widget sets or toolkits to facilitate management of complex objects. The widget standards facilitate construction of toolkits and application programs. The X-Windows Information Sharing Protocol (ISP) Widget Class encapsulates the client side of the ISP programming libraries within the framework of an X-Windows widget. Using the widget framework, X-Windows GUI programs can interact with ISP services in an abstract way and in the same manner as that of other graphical widgets, making it easier to write ISP GUI client programs. Wrapping ISP client services inside a widget framework enables a programmer to treat an ISP server interface as though it were a GUI. Moreover, an alternate subclass could implement another communication protocol in the same sort of widget.

  11. Robust point cloud classification based on multi-level semantic relationships for urban scenes

    NASA Astrophysics Data System (ADS)

    Zhu, Qing; Li, Yuan; Hu, Han; Wu, Bo

    2017-07-01

    The semantic classification of point clouds is a fundamental part of three-dimensional urban reconstruction. For datasets with high spatial resolution but significantly more noises, a general trend is to exploit more contexture information to surmount the decrease of discrimination of features for classification. However, previous works on adoption of contexture information are either too restrictive or only in a small region and in this paper, we propose a point cloud classification method based on multi-level semantic relationships, including point-homogeneity, supervoxel-adjacency and class-knowledge constraints, which is more versatile and incrementally propagate the classification cues from individual points to the object level and formulate them as a graphical model. The point-homogeneity constraint clusters points with similar geometric and radiometric properties into regular-shaped supervoxels that correspond to the vertices in the graphical model. The supervoxel-adjacency constraint contributes to the pairwise interactions by providing explicit adjacent relationships between supervoxels. The class-knowledge constraint operates at the object level based on semantic rules, guaranteeing the classification correctness of supervoxel clusters at that level. International Society of Photogrammetry and Remote Sensing (ISPRS) benchmark tests have shown that the proposed method achieves state-of-the-art performance with an average per-area completeness and correctness of 93.88% and 95.78%, respectively. The evaluation of classification of photogrammetric point clouds and DSM generated from aerial imagery confirms the method's reliability in several challenging urban scenes.

  12. New neural-networks-based 3D object recognition system

    NASA Astrophysics Data System (ADS)

    Abolmaesumi, Purang; Jahed, M.

    1997-09-01

    Three-dimensional object recognition has always been one of the challenging fields in computer vision. In recent years, Ulman and Basri (1991) have proposed that this task can be done by using a database of 2-D views of the objects. The main problem in their proposed system is that the correspondent points should be known to interpolate the views. On the other hand, their system should have a supervisor to decide which class does the represented view belong to. In this paper, we propose a new momentum-Fourier descriptor that is invariant to scale, translation, and rotation. This descriptor provides the input feature vectors to our proposed system. By using the Dystal network, we show that the objects can be classified with over 95% precision. We have used this system to classify the objects like cube, cone, sphere, torus, and cylinder. Because of the nature of the Dystal network, this system reaches to its stable point by a single representation of the view to the system. This system can also classify the similar views to a single class (e.g., for the cube, the system generated 9 different classes for 50 different input views), which can be used to select an optimum database of training views. The system is also very flexible to the noise and deformed views.

  13. Student Academic Self-Concept and Perception of Classroom Environment in Single-Sex and Coeducational Middle Grades Mathematics Classes

    ERIC Educational Resources Information Center

    Kombe, Dennis; Che, S. Megan; Carter, Traci L.; Bridges, William

    2016-01-01

    In this article, we present findings from a study that investigated the relationship between all-girls classes, all-boys classes, and coeducational classes on student mathematics self-concept and student perception of classroom environment. Further, we compared responses of girls in all-girls classes to girls in coeducational classes and responses…

  14. S-CNN: Subcategory-aware convolutional networks for object detection.

    PubMed

    Chen, Tao; Lu, Shijian; Fan, Jiayuan

    2017-09-26

    The marriage between the deep convolutional neural network (CNN) and region proposals has made breakthroughs for object detection in recent years. While the discriminative object features are learned via a deep CNN for classification, the large intra-class variation and deformation still limit the performance of the CNN based object detection. We propose a subcategory-aware CNN (S-CNN) to solve the object intra-class variation problem. In the proposed technique, the training samples are first grouped into multiple subcategories automatically through a novel instance sharing maximum margin clustering process. A multi-component Aggregated Channel Feature (ACF) detector is then trained to produce more latent training samples, where each ACF component corresponds to one clustered subcategory. The produced latent samples together with their subcategory labels are further fed into a CNN classifier to filter out false proposals for object detection. An iterative learning algorithm is designed for the joint optimization of image subcategorization, multi-component ACF detector, and subcategory-aware CNN classifier. Experiments on INRIA Person dataset, Pascal VOC 2007 dataset and MS COCO dataset show that the proposed technique clearly outperforms the state-of-the-art methods for generic object detection.

  15. Women without Class: Girls, Race and Identity.

    ERIC Educational Resources Information Center

    Bettie, Julie

    This book examines Mexican American and white girls coming of age in California's Central Valley, offering tools for understanding the ways in which class identity is constructed, and at times fails to be constructed, in relationship to color, ethnicity, gender, and sexuality. Chapter 1, "Portraying Waretown High," introduces the issue.…

  16. Complex relationship between mismatch repair proteins and MBD4 during immunoglobulin class switch recombination.

    PubMed

    Grigera, Fernando; Bellacosa, Alfonso; Kenter, Amy L

    2013-01-01

    Mismatch repair (MMR) safeguards against genomic instability and is required for efficient Ig class switch recombination (CSR). Methyl CpG binding domain protein 4 (MBD4) binds to MutL homologue 1 (MLH1) and controls the post-transcriptional level of several MMR proteins, including MutS homologue 2 (MSH2). We show that in WT B cells activated for CSR, MBD4 is induced and interacts with MMR proteins, thereby implying a role for MBD4 in CSR. However, CSR is in the normal range in Mbd4 deficient mice deleted for exons 2-5 despite concomitant reduction of MSH2. We show by comparison in Msh2(+/-) B cells that a two-fold reduction of MSH2 and MBD4 proteins is correlated with impaired CSR. It is therefore surprising that CSR occurs at normal frequencies in the Mbd4 deficient B cells where MSH2 is reduced. We find that a variant Mbd4 transcript spanning exons 1,6-8 is expressed in Mbd4 deficient B cells. This transcript can be ectopically expressed and produces a truncated MBD4 peptide. Thus, the 3' end of the Mbd4 locus is not silent in Mbd4 deficient B cells and may contribute to CSR. Our findings highlight a complex relationship between MBD4 and MMR proteins in B cells and a potential reconsideration of their role in CSR.

  17. Long-Term Incisal Relationships after Palatoplasty in Patients with Isolated Cleft Palate

    PubMed Central

    Odom, Elizabeth B.; Woo, Albert S.; Mendonca, Derick A.; Huebener, Donald V.; Nissen, Richard J.; Skolnick, Gary B.; Patel, Kamlesh B.

    2016-01-01

    Purpose Various palatoplasty techniques have limited incisions in the hard palate due to concerns that these incisions may limit maxillary growth. There is little convincing long-term evidence to support this. Our purpose is to determine incisal relationships, an indicator for future orthognathic procedure, in patients after repair of an isolated cleft of the secondary palate. Methods Our craniofacial database was used to identify patients aged ten years or greater with an isolated cleft of the secondary palate who underwent palatoplasty between 1985 and 2002. Data collected included age at palatoplasty and follow-up, cleft type, associated syndrome, Robin sequence, surgeon, repair technique, number of operations, and occlusion. Incisal relationship was determined through clinical observation by a pediatric dentist and orthodontist. Results Seventy eligible patients operated on by 9 surgeons were identified. Class III incisal relationship was seen in 5 patients (7.1%). Palatoplasty techniques over the hard palate (63 of 70 patients) included two-flap palatoplasty, VY-pushback, and Von Langenbeck repair. There was an association between class III incisal relationship and syndromic diagnosis (p < 0.001). Other study variables were not associated with class III incisal relationships. Conclusion In patients with an isolated cleft of the secondary palate, there was no association between class III incisal relationship and surgeon, age at repair, cleft type, palatoplasty technique, or number of operations. Increased likelihood of class III incisal relationship was associated primarily with syndromic diagnosis. PMID:27171942

  18. Observer and Student Ratings of the Class Environment: A Preliminary Investigation of Convergence

    ERIC Educational Resources Information Center

    Nelson, Peter M.; Reddy, Linda A.; Dudek, Christopher M.; Lekwa, Adam J.

    2017-01-01

    The present study examined the relationship between student and observer ratings of the class environment. More specifically, class responses on the Responsive Environmental Assessment for Classroom Teaching (REACT; Theodore J. Christ & Colleagues, 2015) were compared with observer ratings on the Classroom Strategies Assessment System-Observer…

  19. Quantifying the Relationships among Drug Classes

    PubMed Central

    Hert, Jérôme; Keiser, Michael J.; Irwin, John J.; Oprea, Tudor I.; Shoichet, Brian K.

    2009-01-01

    The similarity of drug targets is typically measured using sequence or structural information. Here, we consider chemo-centric approaches that measure target similarity on the basis of their ligands, asking how chemoinformatics similarities differ from those derived bioinformatically, how stable the ligand networks are to changes in chemoinformatics metrics, and which network is the most reliable for prediction of pharmacology. We calculated the similarities between hundreds of drug targets and their ligands and mapped the relationship between them in a formal network. Bioinformatics networks were based on the BLAST similarity between sequences, while chemoinformatics networks were based on the ligand-set similarities calculated with either the Similarity Ensemble Approach (SEA) or a method derived from Bayesian statistics. By multiple criteria, bioinformatics and chemoinformatics networks differed substantially, and only occasionally did a high sequence similarity correspond to a high ligand-set similarity. In contrast, the chemoinformatics networks were stable to the method used to calculate the ligand-set similarities and to the chemical representation of the ligands. Also, the chemoinformatics networks were more natural and more organized, by network theory, than their bioinformatics counterparts: ligand-based networks were found to be small-world and broad-scale. PMID:18335977

  20. Megawatt Class Nuclear Space Power Systems (MCNSPS) conceptual design and evaluation report. Volume 1: Objectives, summary results and introduction

    NASA Technical Reports Server (NTRS)

    Wetch, J. R.

    1988-01-01

    The objective was to determine which reactor, conversion, and radiator technologies would best fulfill future Megawatt Class Nuclear Space Power System Requirements. Specifically, the requirement was 10 megawatts for 5 years of full power operation and 10 years systems life on orbit. A variety of liquid metal and gas cooled reactors, static and dynamic conversion systems, and passive and dynamic radiators were considered. Four concepts were selected for more detailed study. The concepts are: a gas cooled reactor with closed cycle Brayton turbine-alternator conversion with heat pipe and pumped tube-fin heat rejection; a lithium cooled reactor with a free piston Stirling engine-linear alternator and a pumped tube-fin radiator; a lithium cooled reactor with potassium Rankine turbine-alternator and heat pipe radiator; and a lithium cooled incore thermionic static conversion reactor with a heat pipe radiator. The systems recommended for further development to meet a 10 megawatt long life requirement are the lithium cooled reactor with the K-Rankine conversion and heat pipe radiator, and the lithium cooled incore thermionic reactor with heat pipe radiator.

  1. Treatment effects of a fixed intermaxillary device to correct class II malocclusions in growing patients.

    PubMed

    Heinrichs, Dean A; Shammaa, Imad; Martin, Chris; Razmus, Thomas; Gunel, Erdogan; Ngan, Peter

    2014-01-01

    The objective of this study was to evaluate the treatment effects of Forsus™ Fatigue Resistant Device (FRD; 3M Unitek, Monrovia, CA, USA) in growing patients with Class II non-extraction malocclusions. A retrospective sample of 24 class II patients treated consecutively with the FRD followed by comprehensive orthodontic treatment was compared to a sample of untreated control subjects from the Bolton Brush Study who was matched in age, sex, and craniofacial morphology. Lateral cephalometric radiographs were taken before treatment (T1) and after removal of fixed appliances (T2). Growth changes were subtracted from the treatment changes to obtain the treatment effects of the appliance. Data were analyzed using ANOVA and a match paired t test. Significant differences were found between the treated and control groups for 12 of the 29 measured variables (Co-Gn minus Co-Apt, Wits, Is-OLp, Ii-OLp, overjet, Mi-OLp, molar relationship, overbite, Mic-ML, SNA, ANB, and Ii-ML). With 27.8 months of treatment, all patients were corrected to a class I dental arch relationship. Overjet and molar relationships were improved by an average of 4.7 and 3.1 mm, respectively. This was contributed by a 1.2 mm of restraint in forward maxillary growth, 0.7 mm of forward movement of the mandible, 1.5 mm of backward movement of the maxillary incisors, 1.3 mm forward movement of the mandibular incisors, 0.5 mm backward movement of the maxillary molars, and 1.3 mm of forward movement of the mandibular molars. The overbite was decreased by 2 mm with no significant change in the occlusal, palatal, or mandibular plane. Individual variations in response to the FRD treatment were large for most of the parameters tested. Significant differences in treatment changes between male and female subjects were found only in a few parameters measured. These results demonstrate that significant overjet and overbite corrections can be obtained with the Forsus FRD in conjunction with comprehensive orthodontic

  2. Comparison of psychosocial status in treatment-seeking women with class III vs. class I-II obesity.

    PubMed

    Wadden, Thomas A; Butryn, Meghan L; Sarwer, David B; Fabricatore, Anthony N; Crerand, Canice E; Lipschutz, Patti E; Faulconbridge, Lucy; Raper, Steven; Williams, Noel N

    2006-01-01

    This study compared the psychosocial status and weight loss expectations of women with extreme (class III) obesity who sought bariatric surgery with those of women with class I-II obesity who enrolled in a research study on behavioral weight control. Before treatment, all participants completed the Beck Depression Inventory-II and the Weight and Lifestyle Inventory. This latter questionnaire assesses several domains including symptoms of depression and low self-esteem, history of psychiatric complications, current stressors, and weight loss expectations. Women with class III obesity, as compared with class I-II, reported significantly more symptoms of depression. Fully 25% of women in the former group appeared to have a significant mood disorder that would benefit from treatment. As compared with women with class I-II obesity, significantly more women with class III obesity also reported a history of psychiatric complications, which included physical and sexual abuse and greater stress related to their physical health and financial/legal matters. Both groups of women had unrealistic weight loss expectations. Those who sought surgery expected to lose 47.6 +/- 9.3% of initial weight, compared with 24.8 +/- 8.7% for those who enrolled in behavioral weight control. These findings suggest that women with extreme obesity who seek bariatric surgery should be screened for psychosocial complications. Those determined to have significant psychiatric distress should be referred for behavioral or pharmacological treatment to alleviate their suffering. Long-term studies are needed to provide definitive guidance concerning the relationship between preoperative psychopathology and the outcome of bariatric surgery.

  3. Pre-Class Planning for Individualized Accounting

    ERIC Educational Resources Information Center

    Clayton, Dean; Brooke, Joyce Ann

    1974-01-01

    Pre-class planning of individualized accounting is involved with goals, objectives, and activities developed and selected by the teacher in providing compatibility between accounting content and teaching strategy. A systematic arrangement of activities should be developed so that students can understand and apply accounting principles at their own…

  4. A knowledge discovery object model API for Java

    PubMed Central

    Zuyderduyn, Scott D; Jones, Steven JM

    2003-01-01

    Background Biological data resources have become heterogeneous and derive from multiple sources. This introduces challenges in the management and utilization of this data in software development. Although efforts are underway to create a standard format for the transmission and storage of biological data, this objective has yet to be fully realized. Results This work describes an application programming interface (API) that provides a framework for developing an effective biological knowledge ontology for Java-based software projects. The API provides a robust framework for the data acquisition and management needs of an ontology implementation. In addition, the API contains classes to assist in creating GUIs to represent this data visually. Conclusions The Knowledge Discovery Object Model (KDOM) API is particularly useful for medium to large applications, or for a number of smaller software projects with common characteristics or objectives. KDOM can be coupled effectively with other biologically relevant APIs and classes. Source code, libraries, documentation and examples are available at . PMID:14583100

  5. The Relationship between Professional Preparation and Class Structure on Health Instruction in the Secondary Classroom

    ERIC Educational Resources Information Center

    Hammig, Bart; Ogletree, Roberta; Wycoff-Horn, Marcie R.

    2011-01-01

    Background: The aim of the present study was to examine the impact of professional preparation and class structure on health content delivery and time spent delivering content among required health education classes in the United States. Methods: Data from the classroom-level file of the 2006 School Health Policies and Programs Study were…

  6. Comparison of transect sampling and object-oriented image classification methods of urbanizing catchments

    NASA Astrophysics Data System (ADS)

    Yang, Y.; Tenenbaum, D. E.

    2009-12-01

    The process of urbanization has major effects on both human and natural systems. In order to monitor these changes and better understand how urban ecological systems work, urban spatial structure and the variation needs to be first quantified at a fine scale. Because the land-use and land-cover (LULC) in urbanizing areas is highly heterogeneous, the classification of urbanizing environments is the most challenging field in remote sensing. Although a pixel-based method is a common way to do classification, the results are not good enough for many research objectives which require more accurate classification data in fine scales. Transect sampling and object-oriented classification methods are more appropriate for urbanizing areas. Tenenbaum used a transect sampling method using a computer-based facility within a widely available commercial GIS in the Glyndon Catchment and the Upper Baismans Run Catchment, Baltimore, Maryland. It was a two-tiered classification system, including a primary level (which includes 7 classes) and a secondary level (which includes 37 categories). The statistical information of LULC was collected. W. Zhou applied an object-oriented method at the parcel level in Gwynn’s Falls Watershed which includes the two previously mentioned catchments and six classes were extracted. The two urbanizing catchments are located in greater Baltimore, Maryland and drain into Chesapeake Bay. In this research, the two different methods are compared for 6 classes (woody, herbaceous, water, ground, pavement and structure). The comparison method uses the segments in the transect method to extract LULC information from the results of the object-oriented method. Classification results were compared in order to evaluate the difference between the two methods. The overall proportions of LULC classes from the two studies show that there is overestimation of structures in the object-oriented method. For the other five classes, the results from the two methods are

  7. Latent classes of sexual behaviors: Prevalence, predictors, and consequences

    PubMed Central

    Wesche, Rose; Lefkowitz, Eva S.; Vasilenko, Sara A.

    2016-01-01

    Scholars of adolescent and emerging adult sexuality have recently begun to study how diverse patterns of sexual behaviors contribute to development and well-being. A person-oriented approach to studying sexual behaviors provides a nuanced understanding of sexual repertoires. The goals of this paper were to document patterns of sexual behaviors ranging from kissing to penetrative sex, and to examine how latent classes of behaviors, gender, and partner type (romantic vs. nonromantic) predict intra- and interpersonal consequences of sexual behaviors. Latent class analysis of a stratified random sample of U.S. college students revealed four classes of sexual behaviors: Kissing Only, Kissing and Touching, All Behaviors, and Oral and Penetrative Only. Compared to individuals in the All Behaviors class, individuals in the Kissing Only class were less likely to experience a positive or a negative intrapersonal consequence of sexual behaviors. Men were less likely to report a negative intrapersonal consequence than women were. Partner type predicted negative interpersonal consequences for the All Behaviors class. Implications are discussed in terms of normative sexual development, prevention, and sexual and relationship education. PMID:28163800

  8. Wide-Field Infrared Survey Explorer Observations of Young Stellar Objects in the Lynds 1509 Dark Cloud in Auriga

    NASA Technical Reports Server (NTRS)

    Liu, Wilson M.; Padgett, Deborah L.; Terebey, Susan; Angione, John; Rebull, Luisa M.; McCollum, Bruce; Fajardo-Acosta, Sergio; Leisawitz, David

    2015-01-01

    The Wide-Field Infrared Survey Explorer (WISE) has uncovered a striking cluster of young stellar object (YSO) candidates associated with the L1509 dark cloud in Auriga. The WISE observations, at 3.4, 4.6, 12, and 22 microns, show a number of objects with colors consistent with YSOs, and their spectral energy distributions suggest the presence of circumstellar dust emission, including numerous Class I, flat spectrum, and Class II objects. In general, the YSOs in L1509 are much more tightly clustered than YSOs in other dark clouds in the Taurus-Auriga star forming region, with Class I and flat spectrum objects confined to the densest aggregates, and Class II objects more sparsely distributed. We estimate a most probable distance of 485-700 pc, and possibly as far as the previously estimated distance of 2 kpc.

  9. Storing and Transmitting Skills: The Expropriation of Working Class Control. NALL Working Paper.

    ERIC Educational Resources Information Center

    Smith, Dorothy E.; Dobson, Stephan

    Researchers explored the relationships between the great working class communities and the industries they sustained and were sustained by in terms of production, storage, and transmission of skills. First, the ethnographic literature on industrial workplaces and the working class communities associated with them was reviewed. Next, lengthy…

  10. The Scattered Kuiper Belt Objects

    NASA Astrophysics Data System (ADS)

    Trujillo, C. A.; Jewitt, D. C.; Luu, J. X.

    1999-09-01

    We describe a continuing survey of the Kuiper Belt conducted at the 3.6-m Canada France Hawaii Telescope on Mauna Kea, Hawaii. The survey employs a 12288 x 8192 pixel CCD mosaic to image the sky to red magnitude 24. All detected objects are targeted for systematic follow-up observations, allowing us to determine their orbital characteristics. Three new members of the rare Scattered Kuiper Belt Object class have been identified, bringing the known population of such objects to four. The SKBOs are thought to have been scattered outward by Neptune, and are a potential source of the short-period comets. Using a Maximum Likelihood method, we place observational constraints on the total number and mass of the SKBOs.

  11. Machine learning for predicting soil classes in three semi-arid landscapes

    USGS Publications Warehouse

    Brungard, Colby W.; Boettinger, Janis L.; Duniway, Michael C.; Wills, Skye A.; Edwards, Thomas C.

    2015-01-01

    Mapping the spatial distribution of soil taxonomic classes is important for informing soil use and management decisions. Digital soil mapping (DSM) can quantitatively predict the spatial distribution of soil taxonomic classes. Key components of DSM are the method and the set of environmental covariates used to predict soil classes. Machine learning is a general term for a broad set of statistical modeling techniques. Many different machine learning models have been applied in the literature and there are different approaches for selecting covariates for DSM. However, there is little guidance as to which, if any, machine learning model and covariate set might be optimal for predicting soil classes across different landscapes. Our objective was to compare multiple machine learning models and covariate sets for predicting soil taxonomic classes at three geographically distinct areas in the semi-arid western United States of America (southern New Mexico, southwestern Utah, and northeastern Wyoming). All three areas were the focus of digital soil mapping studies. Sampling sites at each study area were selected using conditioned Latin hypercube sampling (cLHS). We compared models that had been used in other DSM studies, including clustering algorithms, discriminant analysis, multinomial logistic regression, neural networks, tree based methods, and support vector machine classifiers. Tested machine learning models were divided into three groups based on model complexity: simple, moderate, and complex. We also compared environmental covariates derived from digital elevation models and Landsat imagery that were divided into three different sets: 1) covariates selected a priori by soil scientists familiar with each area and used as input into cLHS, 2) the covariates in set 1 plus 113 additional covariates, and 3) covariates selected using recursive feature elimination. Overall, complex models were consistently more accurate than simple or moderately complex models. Random

  12. A three-dimensional soft tissue analysis of Class III malocclusion: a case-controlled cross-sectional study.

    PubMed

    Johal, Ama; Chaggar, Amrit; Zou, Li Fong

    2018-03-01

    The present study used the optical surface laser scanning technique to compare the facial features of patients aged 8-18 years presenting with Class I and Class III incisor relationship in a case-control design. Subjects with a Class III incisor relationship, aged 8-18 years, were age and gender matched with Class I control and underwent a 3-dimensional (3-D) optical surface scan of the facial soft tissues. Landmark analysis revealed Class III subjects displayed greater mean dimensions compared to the control group most notably between the ages of 8-10 and 17-18 years in both males and females, in respect of antero-posterior (P = 0.01) and vertical (P = 0.006) facial dimensions. Surface-based analysis, revealed the greatest difference in the lower facial region, followed by the mid-face, whilst the upper face remained fairly consistent. Significant detectable differences were found in the surface facial features of developing Class III subjects.

  13. Exploring Mexican American adolescent romantic relationship profiles and adjustment

    PubMed Central

    Moosmann, Danyel A.V.; Roosa, Mark W.

    2015-01-01

    Although Mexican Americans are the largest ethnic minority group in the nation, knowledge is limited regarding this population's adolescent romantic relationships. This study explored whether 12th grade Mexican Americans’ (N = 218; 54% female) romantic relationship characteristics, cultural values, and gender created unique latent classes and if so, whether they were linked to adjustment. Latent class analyses suggested three profiles including, relatively speaking, higher, satisfactory, and lower quality romantic relationships. Regression analyses indicated these profiles had distinct associations with adjustment. Specifically, adolescents with higher and satisfactory quality romantic relationships reported greater future family expectations, higher self-esteem, and fewer externalizing symptoms than those with lower quality romantic relationships. Similarly, adolescents with higher quality romantic relationships reported greater academic self-efficacy and fewer sexual partners than those with lower quality romantic relationships. Overall, results suggested higher quality romantic relationships were most optimal for adjustment. Future research directions and implications are discussed. PMID:26141198

  14. Laser agile illumination for object tracking and classification - Feasibility study

    NASA Technical Reports Server (NTRS)

    Scholl, Marija S.; Vanzyl, Jakob J.; Meinel, Aden B.; Meinel, Marjorie P.; Scholl, James W.

    1988-01-01

    The 'agile illumination' concept for discrimination between ICBM warheads and decoys involves a two-aperture illumination with coherent light, diffraction of light by propagation, and a resulting interference pattern on the object surface. A scanning two-beam interference pattern illuminates one object at a time; depending on the shape, momentum, spinning, and tumbling characteristics of the interrogated object, different temporal signals will be obtained for different classes of objects.

  15. The Potential of AutoClass as an Asteroidal Data Mining Tool

    NASA Astrophysics Data System (ADS)

    Walker, Matthew; Ziffer, J.; Harvell, T.; Fernandez, Y. R.; Campins, H.

    2011-05-01

    AutoClass-C, an artificial intelligence program designed to classify large data sets, was developed by NASA to classify stars based upon their infrared colors. Wanting to investigate its ability to classify asteroidal data, we conducted a preliminary test to determine if it could accurately reproduce the Tholen taxonomy using the data from the Eight Color Asteroid Survey (ECAS). For our initial test, we limited ourselves to those asteroids belonging to S, C, or X classes, and to asteroids with a color difference error of less than +/- 0.05 magnitudes. Of those 406 asteroids, AutoClass was able to confidently classify 85%: identifying the remaining asteroids as belonging to more than one class. Of the 346 asteroids that AutoClass classified, all but 3 (<1%) were classified as they had been in the Tholen classification scheme. Inspired by our initial success, we reran AutoClass, this time including IRAS albedos and limiting the asteroids to those that had also been observed and classified in the Bus taxonomy. Of those 258 objects, AutoClass was able to classify 248 with greater than 75% certainty, and ranked albedo, not color, as the most influential factor. Interestingly, AutoClass consistently put P type objects in with the C class (there were 19 P types and 7 X types mixed in with the other 154 C types), and omitted P types from the group associated with the other X types (which had only one rogue B type in with its other 49 X-types). Autoclass classified the remaining classes with a high accuracy: placing one A and one CU type in with an otherwise perfect S group; placing three P type and one T type in an otherwise perfect D group; and placing the four remaining asteroids (V, A, R, and Q) into a class together.

  16. Accuracy of Dolphin visual treatment objective (VTO) prediction software on class III patients treated with maxillary advancement and mandibular setback.

    PubMed

    Peterman, Robert J; Jiang, Shuying; Johe, Rene; Mukherjee, Padma M

    2016-12-01

    Dolphin® visual treatment objective (VTO) prediction software is routinely utilized by orthodontists during the treatment planning of orthognathic cases to help predict post-surgical soft tissue changes. Although surgical soft tissue prediction is considered to be a vital tool, its accuracy is not well understood in tow-jaw surgical procedures. The objective of this study was to quantify the accuracy of Dolphin Imaging's VTO soft tissue prediction software on class III patients treated with maxillary advancement and mandibular setback and to validate the efficacy of the software in such complex cases. This retrospective study analyzed the records of 14 patients treated with comprehensive orthodontics in conjunction with two-jaw orthognathic surgery. Pre- and post-treatment radiographs were traced and superimposed to determine the actual skeletal movements achieved in surgery. This information was then used to simulate surgery in the software and generate a final soft tissue patient profile prediction. Prediction images were then compared to the actual post-treatment profile photos to determine differences. Dolphin Imaging's software was determined to be accurate within an error range of +/- 2 mm in the X-axis at most landmarks. The lower lip predictions were most inaccurate. Clinically, the observed error suggests that the VTO may be used for demonstration and communication with a patient or consulting practitioner. However, Dolphin should not be useful for precise treatment planning of surgical movements. This program should be used with caution to prevent unrealistic patient expectations and dissatisfaction.

  17. Longitudinal analysis of latent classes of psychopathology and patterns of class migration in survivors of severe injury.

    PubMed

    Forbes, David; Nickerson, Angela; Alkemade, Nathan; Bryant, Richard A; Creamer, Mark; Silove, Derrick; McFarlane, Alexander C; Van Hooff, Miranda; Fletcher, Susan L; O'Donnell, Meaghan

    2015-09-01

    Little research to date has explored the typologies of psychopathology following trauma, beyond development of particular diagnoses such as posttraumatic stress disorder (PTSD). The objective of this study was to determine the longitudinal patterns of these typologies, especially the movement of persons across clusters of psychopathology. In this 6-year longitudinal study, 1,167 hospitalized severe injury patients who were recruited between April 2004-February 2006 were analyzed, with repeated measures at baseline, 3 months, 12 months, and 72 months after injury. All patients met the DSM-IV criterion A1 for PTSD. Structured clinical interviews were used to assess psychiatric disorders at each follow-up point. Latent class analysis and latent transition analysis were applied to assess clusters of individuals determined by psychopathology. The Mini International Neuropsychiatric Interview (MINI) and Clinician-Administered PTSD Scale (CAPS) were employed to complete diagnoses. Four latent classes were identified at each time point: (1) Alcohol/Depression class (3 months, 2.1%; 12 months, 1.3%; and 72 months, 1.1%), (2) Alcohol class (3 months, 3.3%; 12 months, 3.7%; and 72 months, 5.4%), (3) PTSD/Depression class (3 months, 10.3%; 12 months, 11.5%; and 72 months, 6.4%), and (4) No Disorder class (3 months, 84.2%; 12 months, 83.5%; and 72 months, 87.1%). Latent transition analyses conducted across the 2 transition points (12 months and 72 months) found consistently high levels of stability in the No Disorder class (90.9%, 93.0%, respectively) but lower and reducing levels of consistency in the PTSD/Depression class (81.3%, 46.6%), the Alcohol/Depression class (59.7%, 21.5%), and the Alcohol class (61.0%, 36.5%), demonstrating high levels of between-class migration. Despite the array of psychiatric disorders that may develop following severe injury, a 4-class model best described the data with excellent classification certainty. The high levels of migration across

  18. A practical approach to object based requirements analysis

    NASA Technical Reports Server (NTRS)

    Drew, Daniel W.; Bishop, Michael

    1988-01-01

    Presented here is an approach developed at the Unisys Houston Operation Division, which supports the early identification of objects. This domain oriented analysis and development concept is based on entity relationship modeling and object data flow diagrams. These modeling techniques, based on the GOOD methodology developed at the Goddard Space Flight Center, support the translation of requirements into objects which represent the real-world problem domain. The goal is to establish a solid foundation of understanding before design begins, thereby giving greater assurance that the system will do what is desired by the customer. The transition from requirements to object oriented design is also promoted by having requirements described in terms of objects. Presented is a five step process by which objects are identified from the requirements to create a problem definition model. This process involves establishing a base line requirements list from which an object data flow diagram can be created. Entity-relationship modeling is used to facilitate the identification of objects from the requirements. An example is given of how semantic modeling may be used to improve the entity-relationship model and a brief discussion on how this approach might be used in a large scale development effort.

  19. Does Class Matter? Mentoring Small Businesses' Owner-Managers

    ERIC Educational Resources Information Center

    Greenbank, Paul

    2006-01-01

    Purpose: This paper examines the way social class influences the relationship between business mentors and small business owner-managers. Design/methodology/approach: The paper is based on the author's experience of mentoring businesses with The Prince's Trust. Three businesses were selected as cases. The methodological approach involved…

  20. Response Interference between Functional and Structural Actions Linked to the Same Familiar Object

    ERIC Educational Resources Information Center

    Jax, Steven A.; Buxbaum, Laurel J.

    2010-01-01

    Viewing objects with the intention to act upon them may activate task-irrelevant motor responses. Many manufactured objects are associated with two action classes: grasping in accordance with object structure and skillful use consistent with object function. We studied the potential for within-object competition during action selection by…

  1. Making the Undergraduate Classroom into a Policy Think Tank: Reflections from a Field Methods Class

    ERIC Educational Resources Information Center

    Broughton, Chad

    2011-01-01

    This article examines the opportunities and limitations presented by organizing an undergraduate field research methods class as a policy think tank working for a government client. Organized as such, the course had both the learning objectives of a traditional undergraduate methods class and the corporate objectives of a policy think tank (i.e.,…

  2. Exercise Predicts Long-Term Weight Loss in Women With Class 1 and Class 2 Obesity Through Effects on Emotional Eating and its Correlates.

    PubMed

    Annesi, James J

    2018-01-01

    The relationship between exercise and long-term weight loss is definitive. However, in deconditioned individuals, the basis of that relationship beyond minimal energy expenditures is unclear. Effects emanating from exercise's proposed association with changes in emotional eating and its psychosocial correlates were tested. Women with class 1 (n = 67) and class 2 (n = 53) obesity, participating in a new community-based weight-loss treatment based on tenets of social cognitive theory, were assessed at baseline and Months 3, 6, 12, and 24 on weight and measures of exercise outputs, emotional eating, eating self-regulation, and negative mood. An exercise-support component was provided for 2 months prior to group nutrition-change sessions. Improvements from baseline were significant on all measures but did not significantly differ by group. Although not for the initial 3 months, changes in exercise significantly predicted weight changes over 6, 12, and 24 months from baseline. However, only 26%-31% of the lost weight was directly attributable to exercise-related energy expenditures. Changes in emotional eating significantly mediated the exercise-weight-loss relationship, and changes in self-regulation and mood significantly mediated the exercise-emotional eating relationship. Findings supported exercise's role in long-term weight loss primarily through psychosocial factors.

  3. Object Detection and Classification by Decision-Level Fusion for Intelligent Vehicle Systems.

    PubMed

    Oh, Sang-Il; Kang, Hang-Bong

    2017-01-22

    To understand driving environments effectively, it is important to achieve accurate detection and classification of objects detected by sensor-based intelligent vehicle systems, which are significantly important tasks. Object detection is performed for the localization of objects, whereas object classification recognizes object classes from detected object regions. For accurate object detection and classification, fusing multiple sensor information into a key component of the representation and perception processes is necessary. In this paper, we propose a new object-detection and classification method using decision-level fusion. We fuse the classification outputs from independent unary classifiers, such as 3D point clouds and image data using a convolutional neural network (CNN). The unary classifiers for the two sensors are the CNN with five layers, which use more than two pre-trained convolutional layers to consider local to global features as data representation. To represent data using convolutional layers, we apply region of interest (ROI) pooling to the outputs of each layer on the object candidate regions generated using object proposal generation to realize color flattening and semantic grouping for charge-coupled device and Light Detection And Ranging (LiDAR) sensors. We evaluate our proposed method on a KITTI benchmark dataset to detect and classify three object classes: cars, pedestrians and cyclists. The evaluation results show that the proposed method achieves better performance than the previous methods. Our proposed method extracted approximately 500 proposals on a 1226 × 370 image, whereas the original selective search method extracted approximately 10 6 × n proposals. We obtained classification performance with 77.72% mean average precision over the entirety of the classes in the moderate detection level of the KITTI benchmark dataset.

  4. Object Detection and Classification by Decision-Level Fusion for Intelligent Vehicle Systems

    PubMed Central

    Oh, Sang-Il; Kang, Hang-Bong

    2017-01-01

    To understand driving environments effectively, it is important to achieve accurate detection and classification of objects detected by sensor-based intelligent vehicle systems, which are significantly important tasks. Object detection is performed for the localization of objects, whereas object classification recognizes object classes from detected object regions. For accurate object detection and classification, fusing multiple sensor information into a key component of the representation and perception processes is necessary. In this paper, we propose a new object-detection and classification method using decision-level fusion. We fuse the classification outputs from independent unary classifiers, such as 3D point clouds and image data using a convolutional neural network (CNN). The unary classifiers for the two sensors are the CNN with five layers, which use more than two pre-trained convolutional layers to consider local to global features as data representation. To represent data using convolutional layers, we apply region of interest (ROI) pooling to the outputs of each layer on the object candidate regions generated using object proposal generation to realize color flattening and semantic grouping for charge-coupled device and Light Detection And Ranging (LiDAR) sensors. We evaluate our proposed method on a KITTI benchmark dataset to detect and classify three object classes: cars, pedestrians and cyclists. The evaluation results show that the proposed method achieves better performance than the previous methods. Our proposed method extracted approximately 500 proposals on a 1226×370 image, whereas the original selective search method extracted approximately 106×n proposals. We obtained classification performance with 77.72% mean average precision over the entirety of the classes in the moderate detection level of the KITTI benchmark dataset. PMID:28117742

  5. Student Cyberloafing In and Out of the Classroom in China and the Relationship with Student Performance.

    PubMed

    Wu, Jinnan; Mei, Wenjuan; Ugrin, Joseph C

    2018-03-01

    This study investigates the in-class and out-of-class cyberloafing activities of students in China, and tests the relationship between those activities and academic performance. A sample of 1,050 undergraduate students at a large University in China reported their in-class (N = 548) and out-of-class (N = 502) cyberloafing activities, which were tested against the students' academic performance. The test results show a negative relationship between in-class cyberloafing and academic performance, but an inverted U-shaped relationship between out-of-class cyberloafing and academic performance. The results support our propositions that cyberloafing is a harmful distraction in the classroom, but can have positive effects when performed in moderation outside the classroom as a means of effort recovery.

  6. What Happens outside of the College Class(ed)room? Examining College Students' Social Class and Social Integration in Higher Education

    ERIC Educational Resources Information Center

    Soria, Krista M.

    2013-01-01

    This study examined the relationships between undergraduate students' social class background and variables theorized to affect students' social integration in higher education, including students' perception of campus climate, frequency of faculty interactions, frequency of involvement in campus activities, and sense of belonging.…

  7. A WISE CENSUS OF YOUNG STELLAR OBJECTS IN CANIS MAJOR

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

    Fischer, William J.; Padgett, Deborah L.; Sewiło, Marta

    With the Wide-field Infrared Survey Explorer (WISE), we searched for young stellar objects (YSOs) in a 100 deg{sup 2} region centered on the lightly studied Canis Major star-forming region. Applying stringent magnitude cuts to exclude the majority of extragalactic contaminants, we find 144 Class I candidates and 335 Class II candidates. The sensitivity to Class II candidates is limited by their faintness at the distance to Canis Major (assumed as 1000 pc). More than half the candidates (53%) are found in 16 groups of more than four members, including four groups with more than 25 members each. The ratio ofmore » Class II to Class I objects, N {sub II}/ N {sub I}, varies from 0.4 to 8.3 in just the largest four groups. We compare our results to those obtainable with combined Two Micron All Sky Survey and post-cryogenic Spitzer Space Telescope data; the latter approach recovers missing Class II sources. Via a comparison to protostars characterized with the Herschel Space Observatory , we propose new WISE color criteria for flat-spectrum and Class 0 protostars, finding 80 and 7 of these, respectively. The distribution of YSOs in CMa OB1 is consistent with supernova-induced star formation, although the diverse N {sub II}/ N {sub I} ratios are unexpected if this parameter traces age and the YSOs are due to the same supernova. Less massive clouds feature larger N {sub II}/ N {sub I} ratios, suggesting that initial conditions play a role in determining this quantity.« less

  8. The relationship of blue crab (Callinectes sapidus) size class and molt stage to disease acquisition and intensity of Hematodinium perezi infections.

    PubMed

    Lycett, Kristen A; Chung, J Sook; Pitula, Joseph S

    2018-01-01

    In the blue crab, Callinectes sapidus, early studies suggested a relationship between smaller crabs, which molt more frequently, and higher rates of infection by the dinoflagellate parasite, Hematodinium perezi. In order to better explore the influence of size and molting on infections, blue crabs were collected from the Maryland coastal bays and screened for the presence of H. perezi in hemolymph samples using a quantitative PCR assay. Molt stage was determined by a radioimmunoassay which measured ecdysteroid concentrations in blue crab hemolymph. Differences were seen in infection prevalence between size classes, with the medium size class (crabs 61 to 90 mm carapace width) and juvenile crabs (≤ 30 mm carapace width) having the highest infection prevalence at 47.2% and 46.7%, respectively. All size classes were susceptible to infection, although fall months favored disease acquisition by juveniles, whereas mid-sized animals (31-90 mm carapace width) acquired infection predominantly in summer. Disease intensity was also most pronounced in the summer, with blue crabs > 61 mm being primary sources of proliferation. Molt status appeared to be influenced by infection, with infected crabs having significantly lower concentrations of ecdysteroids than uninfected crabs in the spring and the fall. We hypothesize that infection by H. perezi may increase molt intervals, with a delay in the spring molt cycle as an evolutionary adaptation functioning to coincide with increased host metabolism, providing optimal conditions for H. perezi propagation. Regardless of season, postmolt crabs harbored significantly higher proportions of moderate and heavy infections, suggesting that the process of ecdysis, and the postmolt recovery period, has a positive effect on parasite proliferation.

  9. Cephalometric study of Class II Division 1 patients treated with an extended-duration, reinforced, banded Herbst appliance followed by fixed appliances.

    PubMed

    Tomblyn, Travis; Rogers, Michael; Andrews, Lee; Martin, Chris; Tremont, Timothy; Gunel, Erdogan; Ngan, Peter

    2016-11-01

    The Herbst appliance has been used in the treatment of Class II malocclusions with deficient mandibles. Various protocols, including different durations of the orthopedic treatment phase and stepwise advancement of the mandible, have been advocated for increasing the orthopedic effects. The objective of this study was to investigate the skeletal and dental changes in patients treated with a reinforced banded Herbst appliance for an extended duration and fixed appliance therapy. The study group consisted of 30 patients (16 boys, 14 girls; mean age, 12.3 ± 2.5 years) with Class II Division 1 malocclusions who were successfully treated with the new Herbst protocol followed by fixed appliances. Lateral cephalometric radiographs were taken before treatment, at the completion of Herbst treatment, and after removal of fixed appliances. The average treatment times were 1.5 ± 0.7 years for the Herbst treatment and 1.8 ± 0.5 years for the fixed appliances. A control Class II sample from the Bolton-Brush study was used to subtract growth from treatment changes to determine the appliance effect. Data were analyzed using analysis of variance and the Tukey-Kramer test. After the Herbst treatment, the incisal relationships of all subjects had been overcorrected to end-to-end relationships. Overjet was reduced by 7.2 mm after subtracting changes from growth. The skeletal contribution was 2.5 mm (35%), and the dental contribution was 4.7 mm (65%). The molar relationship was overcorrected to a more Class I relationship by 7.5 mm. The Wits appraisal was improved by 4.2 mm. Vertically, overbite was decreased by 3.3 mm. The maxillary and mandibular molars were extruded by 1 mm. The occlusal plane rotated clockwise by 5° with little change in the mandibular plane angle. After the treatment with fixed appliances, the overjet correction was maintained at 7.6 mm. The skeletal contribution was 2.9 mm (38%), and the dental contribution was 4.7 mm (62%). The molar

  10. Comparative analysis of imaging configurations and objectives for Fourier microscopy.

    PubMed

    Kurvits, Jonathan A; Jiang, Mingming; Zia, Rashid

    2015-11-01

    Fourier microscopy is becoming an increasingly important tool for the analysis of optical nanostructures and quantum emitters. However, achieving quantitative Fourier space measurements requires a thorough understanding of the impact of aberrations introduced by optical microscopes that have been optimized for conventional real-space imaging. Here we present a detailed framework for analyzing the performance of microscope objectives for several common Fourier imaging configurations. To this end, we model objectives from Nikon, Olympus, and Zeiss using parameters that were inferred from patent literature and confirmed, where possible, by physical disassembly. We then examine the aberrations most relevant to Fourier microscopy, including the alignment tolerances of apodization factors for different objective classes, the effect of magnification on the modulation transfer function, and vignetting-induced reductions of the effective numerical aperture for wide-field measurements. Based on this analysis, we identify an optimal objective class and imaging configuration for Fourier microscopy. In addition, the Zemax files for the objectives and setups used in this analysis have been made publicly available as a resource for future studies.

  11. The Overlap of Youth Violence Among Aggressive Adolescents with Past-Year Alcohol Use—A Latent Class Analysis: Aggression and Victimization in Peer and Dating Violence in an Inner City Emergency Department Sample

    PubMed Central

    Whiteside, Lauren K.; Ranney, Megan L.; Chermack, Stephen T.; Zimmerman, Marc A.; Cunningham, Rebecca M.; Walton, Maureen A.

    2013-01-01

    Objective: The purpose of this study was to identify overlap and violence types between peer and dating aggression and victimization using latent class analysis (LCA) among a sample of aggressive adolescents with a history of alcohol use and to identify risk and protective factors associated with each violence class. Method: From September 2006 to September 2009, a systematic sample of patients (14–18 years old) seeking care in an urban emergency department were approached. Adolescents reporting any past-year alcohol use and aggression completed a survey using validated measures including types of violence (severe and moderate aggression, severe and moderate victimization with both peers and dating partners). Using LCA, violence classes were identified; correlates of membership in each LCA class were determined. Results: Among this sample (n = 694), LCA identified three classes described as (a) peer aggression (PA) (52.2%), (b) peer aggression + peer victimization (PAPV) (18.6%), and (c) multiple domains of violence (MDV) (29.3%). Compared with those in the PA class, those in the PAPV class were more likely to be male, report injury in a fight, and have delinquent peers. Compared with the PA class, those in the MDV class were more likely to be female, African American, report injury in a fight, carry a weapon, experience negative consequences from alcohol use, and have delinquent peers and more family conflict. Compared with the PAPV class, those in the MDV class were likely to be female, African American, receive public assistance, carry a weapon, experience negative consequences from alcohol use, and use marijuana. Conclusions: There is extensive overlap of victimization and aggression in both peer and dating relationships. Also, those with high rates of violence across relationships have increased alcohol misuse and marijuana use. Thus, violence-prevention efforts should consider addressing concomitant substance use. PMID:23200158

  12. Structured Kernel Dictionary Learning with Correlation Constraint for Object Recognition.

    PubMed

    Wang, Zhengjue; Wang, Yinghua; Liu, Hongwei; Zhang, Hao

    2017-06-21

    In this paper, we propose a new discriminative non-linear dictionary learning approach, called correlation constrained structured kernel KSVD, for object recognition. The objective function for dictionary learning contains a reconstructive term and a discriminative term. In the reconstructive term, signals are implicitly non-linearly mapped into a space, where a structured kernel dictionary, each sub-dictionary of which lies in the span of the mapped signals from the corresponding class, is established. In the discriminative term, by analyzing the classification mechanism, the correlation constraint is proposed in kernel form, constraining the correlations between different discriminative codes, and restricting the coefficient vectors to be transformed into a feature space, where the features are highly correlated inner-class and nearly independent between-classes. The objective function is optimized by the proposed structured kernel KSVD. During the classification stage, the specific form of the discriminative feature is needless to be known, while the inner product of the discriminative feature with kernel matrix embedded is available, and is suitable for a linear SVM classifier. Experimental results demonstrate that the proposed approach outperforms many state-of-the-art dictionary learning approaches for face, scene and synthetic aperture radar (SAR) vehicle target recognition.

  13. Complex Relationship between Mismatch Repair Proteins and MBD4 during Immunoglobulin Class Switch Recombination

    PubMed Central

    Grigera, Fernando; Bellacosa, Alfonso; Kenter, Amy L.

    2013-01-01

    Mismatch repair (MMR) safeguards against genomic instability and is required for efficient Ig class switch recombination (CSR). Methyl CpG binding domain protein 4 (MBD4) binds to MutL homologue 1 (MLH1) and controls the post-transcriptional level of several MMR proteins, including MutS homologue 2 (MSH2). We show that in WT B cells activated for CSR, MBD4 is induced and interacts with MMR proteins, thereby implying a role for MBD4 in CSR. However, CSR is in the normal range in Mbd4 deficient mice deleted for exons 2–5 despite concomitant reduction of MSH2. We show by comparison in Msh2+/− B cells that a two-fold reduction of MSH2 and MBD4 proteins is correlated with impaired CSR. It is therefore surprising that CSR occurs at normal frequencies in the Mbd4 deficient B cells where MSH2 is reduced. We find that a variant Mbd4 transcript spanning exons 1,6–8 is expressed in Mbd4 deficient B cells. This transcript can be ectopically expressed and produces a truncated MBD4 peptide. Thus, the 3′ end of the Mbd4 locus is not silent in Mbd4 deficient B cells and may contribute to CSR. Our findings highlight a complex relationship between MBD4 and MMR proteins in B cells and a potential reconsideration of their role in CSR. PMID:24205214

  14. Illusion media: Generating virtual objects using realizable metamaterials

    NASA Astrophysics Data System (ADS)

    Jiang, Wei Xiang; Ma, Hui Feng; Cheng, Qiang; Cui, Tie Jun

    2010-03-01

    We propose a class of optical transformation media, illusion media, which render the enclosed object invisible and generate one or more virtual objects as desired. We apply the proposed media to design a microwave device, which transforms an actual object into two virtual objects. Such an illusion device exhibits unusual electromagnetic behavior as verified by full-wave simulations. Different from the published illusion devices which are composed of left-handed materials with simultaneously negative permittivity and permeability, the proposed illusion media have finite and positive permittivity and permeability. Hence the designed device could be realizable using artificial metamaterials.

  15. People vs. Object Orientation in Preschool Boys and Girls.

    ERIC Educational Resources Information Center

    Jennings, Kay D.

    This study was undertaken to explore the cultural stereotype that boys are more object-oriented and girls are more people-oriented. A total of 38 white, middle class, preschool children were observed during their free play hour at nursery school when a variety of people and objects were freely available to them. Each child was observed with a time…

  16. Towards an Artificial Space Object Taxonomy

    NASA Astrophysics Data System (ADS)

    Wilkins, M.; Schumacher, P.; Jah, M.; Pfeffer, A.

    2013-09-01

    Object recognition is the first step in positively identifying a resident space object (RSO), i.e. assigning an RSO to a category such as GPS satellite or space debris. Object identification is the process of deciding that two RSOs are in fact one and the same. Provided we have appropriately defined a satellite taxonomy that allows us to place a given RSO into a particular class of object without any ambiguity, one can assess the probability of assignment to a particular class by determining how well the object satisfies the unique criteria of belonging to that class. Ultimately, tree-based taxonomies delineate unique signatures by defining the minimum amount of information required to positively identify a RSO. Therefore, taxonomic trees can be used to depict hypotheses in a Bayesian object recognition and identification process. This work describes a new RSO taxonomy along with specific reasoning behind the choice of groupings. An alternative taxonomy was recently presented at the Sixth Conference on Space Debris in Darmstadt, Germany. [1] The best example of a taxonomy that enjoys almost universal scientific acceptance is the classical Linnaean biological taxonomy. A strength of Linnaean taxonomy is that it can be used to organize the different kinds of living organisms, simply and practically. Every species can be given a unique name. This uniqueness and stability are a result of the acceptance by biologists specializing in taxonomy, not merely of the binomial names themselves. Fundamentally, the taxonomy is governed by rules for the use of these names, and these are laid down in formal Nomenclature Codes. We seek to provide a similar formal nomenclature system for RSOs through a defined tree-based taxonomy structure. Each categorization, beginning with the most general or inclusive, at any level is called a taxon. Taxon names are defined by a type, which can be a specimen or a taxon of lower rank, and a diagnosis, a statement intended to supply characters that

  17. A cephalometric analysis of Class II dentate subjects to establish a formula to determine the occlusal plane in Class II edentate subjects: A neo adjunct.

    PubMed

    Sinha, Nikita; Reddy, K Mahendranadh; Gupta, Nidhi; Shastry, Y M

    2017-01-01

    Occlusal plane (OP) differs considerably in participants with skeletal Class I and Class II participants. In this study, cephalometrics has been used to help in the determination of orientation of the OP utilizing the nonresorbable bony anatomic landmarks in skeletal Class II participants and an attempt has been made to predict and examine the OP in individuals with skeletal class II jaw relationship. One hundred dentulous participants with skeletal Class II malocclusion who came to the hospital for correcting their jaw relationship participated in the study. Their right lateral cephalogram was taken using standardized procedures, and all the tracings were manually done by a single trained examiner. The cephalograms which were taken for the diagnostic purpose were utilized for the study, and the patient was not exposed to any unnecessary radiation. The numerical values obtained from the cephalograms were subjected to statistical analysis. Pearson's correlation of <0.001 was considered significant, and a linear regression analysis was performed to determine a formula which would help in the determination of orientation of the OP in Class II edentulous participants. Pearson's correlation coefficient and linear regression analysis were performed, and a high correlation was found between A2 and (A2 + B2)/(B2 + C2) with " r " value of 0.5. A medium correlation was found between D2 and (D2 + E2)/(E2 + F2) with " r " value of 0.42. The formula obtained for posterior reference frame through linear regression equation was y = 0.018* × +0.459 and the formula obtained for anterior reference frame was y1 = 0.011* × 1 + 0.497. It was hypothesized that by substituting these formulae in the cephalogram obtained from the Class II edentate individual, the OP can be obtained and verified. It was concluded that cephalometrics can be useful in examining the orientation of OP in skeletal Class II participants.

  18. Severe Angle Class III skeletal malocclusion associated to mandibular prognathism: orthodontic-surgical treatment

    PubMed Central

    Souki, Marcelo Quiroga

    2016-01-01

    ABSTRACT The present case report describes the orthodontic treatment of a young adult patient (18y / 1m), Class III skeletal malocclusion, with mandibular prognathism and significant dental compensation. The canine relation was Class III, incisors with tendency to crossbite and open bite, moderate inferior crowding, and concave profile. Skeletal correction of malocclusion, facial profile harmony with satisfactory labial relationship, correction of tooth compensation and normal occlusal relationship were obtained with orthodontic treatment associated to orthognathic surgery. This case was presented to the Brazilian Board of Orthodontics and Facial Orthopedics (BBO), as part of the requirements to become a BBO diplomate. PMID:28125146

  19. Optical and radio properties of X-ray selected BL Lacertae objects

    NASA Technical Reports Server (NTRS)

    Stocke, J. T.; Liebert, J.; Schmidt, G.; Gioia, I. M.; Maccacaro, T.

    1985-01-01

    The eight BL Lac objects from the HEAO 1 A-2 all-sky survey and from the Einstein medium-sensitivity survey (MSS) form a flux-limited complete X-ray selected sample. The optical and radio properties of the MSS BL Lac objects are presented and compared with those of the HEAO 1 A-2 sample and with those of radio-selected BL Lac objects. The X-ray selected BL Lac objects possess smaller polarized fractions and less violent optical variability than radio-selected BL Lac objects. These properties are consistent with the substantial starlight fraction seen in the optical spectra of a majority of these objects. This starlight allows a determination of definite redshifts for two of four MSS BL Lac objects and a probable redshift for a third. These redshifts are 0.2, 0.3, and 0.6. Despite the differences in characteristics between the X-ray selected and radio-selected samples, it is concluded that these eight objects possess most of the basic qualities of BL Lac objects and should be considered members of that class. Moreover, as a class, these X-ray selected objects have the largest ratio of X-ray to optical flux of any active galactic nuclei yet discovered.

  20. The Initial Development of Object Knowledge by a Learning Robot

    PubMed Central

    Modayil, Joseph; Kuipers, Benjamin

    2008-01-01

    We describe how a robot can develop knowledge of the objects in its environment directly from unsupervised sensorimotor experience. The object knowledge consists of multiple integrated representations: trackers that form spatio-temporal clusters of sensory experience, percepts that represent properties for the tracked objects, classes that support efficient generalization from past experience, and actions that reliably change object percepts. We evaluate how well this intrinsically acquired object knowledge can be used to solve externally specified tasks including object recognition and achieving goals that require both planning and continuous control. PMID:19953188

  1. Exploring the diversity of Jupiter-class planets

    PubMed Central

    Fletcher, Leigh N.; Irwin, Patrick G. J.; Barstow, Joanna K.; de Kok, Remco J.; Lee, Jae-Min; Aigrain, Suzanne

    2014-01-01

    Of the 900+ confirmed exoplanets discovered since 1995 for which we have constraints on their mass (i.e. not including Kepler candidates), 75% have masses larger than Saturn (0.3 MJ), 53% are more massive than Jupiter and 67% are within 1 AU of their host stars. When Kepler candidates are included, Neptune-sized giant planets could form the majority of the planetary population. And yet the term ‘hot Jupiter’ fails to account for the incredible diversity of this class of astrophysical object, which exists on a continuum of giant planets from the cool jovians of our own Solar System to the highly irradiated, tidally locked hot roasters. We review theoretical expectations for the temperatures, molecular composition and cloud properties of hydrogen-dominated Jupiter-class objects under a variety of different conditions. We discuss the classification schemes for these Jupiter-class planets proposed to date, including the implications for our own Solar System giant planets and the pitfalls associated with compositional classification at this early stage of exoplanetary spectroscopy. We discuss the range of planetary types described by previous authors, accounting for (i) thermochemical equilibrium expectations for cloud condensation and favoured chemical stability fields; (ii) the metallicity and formation mechanism for these giant planets; (iii) the importance of optical absorbers for energy partitioning and the generation of a temperature inversion; (iv) the favoured photochemical pathways and expectations for minor species (e.g. saturated hydrocarbons and nitriles); (v) the unexpected presence of molecules owing to vertical mixing of species above their quench levels; and (vi) methods for energy and material redistribution throughout the atmosphere (e.g. away from the highly irradiated daysides of close-in giants). Finally, we discuss the benefits and potential flaws of retrieval techniques for establishing a family of atmospheric solutions that reproduce the

  2. Exploring the diversity of Jupiter-class planets.

    PubMed

    Fletcher, Leigh N; Irwin, Patrick G J; Barstow, Joanna K; de Kok, Remco J; Lee, Jae-Min; Aigrain, Suzanne

    2014-04-28

    Of the 900+ confirmed exoplanets discovered since 1995 for which we have constraints on their mass (i.e. not including Kepler candidates), 75% have masses larger than Saturn (0.3 MJ), 53% are more massive than Jupiter and 67% are within 1 AU of their host stars. When Kepler candidates are included, Neptune-sized giant planets could form the majority of the planetary population. And yet the term 'hot Jupiter' fails to account for the incredible diversity of this class of astrophysical object, which exists on a continuum of giant planets from the cool jovians of our own Solar System to the highly irradiated, tidally locked hot roasters. We review theoretical expectations for the temperatures, molecular composition and cloud properties of hydrogen-dominated Jupiter-class objects under a variety of different conditions. We discuss the classification schemes for these Jupiter-class planets proposed to date, including the implications for our own Solar System giant planets and the pitfalls associated with compositional classification at this early stage of exoplanetary spectroscopy. We discuss the range of planetary types described by previous authors, accounting for (i) thermochemical equilibrium expectations for cloud condensation and favoured chemical stability fields; (ii) the metallicity and formation mechanism for these giant planets; (iii) the importance of optical absorbers for energy partitioning and the generation of a temperature inversion; (iv) the favoured photochemical pathways and expectations for minor species (e.g. saturated hydrocarbons and nitriles); (v) the unexpected presence of molecules owing to vertical mixing of species above their quench levels; and (vi) methods for energy and material redistribution throughout the atmosphere (e.g. away from the highly irradiated daysides of close-in giants). Finally, we discuss the benefits and potential flaws of retrieval techniques for establishing a family of atmospheric solutions that reproduce the

  3. Examining Object Location and Object Recognition Memory in Mice

    PubMed Central

    Vogel-Ciernia, Annie; Wood, Marcelo A.

    2014-01-01

    Unit Introduction The ability to store and recall our life experiences defines a person's identity. Consequently, the loss of long-term memory is a particularly devastating part of a variety of cognitive disorders, diseases and injuries. There is a great need to develop therapeutics to treat memory disorders, and thus a variety of animal models and memory paradigms have been developed. Mouse models have been widely used both to study basic disease mechanisms and to evaluate potential drug targets for therapeutic development. The relative ease of genetic manipulation of Mus musculus has led to a wide variety of genetically altered mice that model cognitive disorders ranging from Alzheimer's disease to autism. Rodents, including mice, are particularly adept at encoding and remembering spatial relationships, and these long-term spatial memories are dependent on the medial temporal lobe of the brain. These brain regions are also some of the first and most heavily impacted in disorders of human memory including Alzheimer's disease. Consequently, some of the simplest and most commonly used tests of long-term memory in mice are those that examine memory for objects and spatial relationships. However, many of these tasks, such as Morris water maze and contextual fear conditioning, are dependent upon the encoding and retrieval of emotionally aversive and inherently stressful training events. While these types of memories are important, they do not reflect the typical day-to-day experiences or memories most commonly affected in human disease. In addition, stress hormone release alone can modulate memory and thus obscure or artificially enhance these types of tasks. To avoid these sorts of confounds, we and many others have utilized tasks testing animals’ memory for object location and novel object recognition. These tasks involve exploiting rodents’ innate preference for novelty, and are inherently not stressful. In this protocol we detail how memory for object location

  4. Feature space trajectory for distorted-object classification and pose estimation in synthetic aperture radar

    NASA Astrophysics Data System (ADS)

    Casasent, David P.; Shenoy, Rajesh

    1997-10-01

    Classification and pose estimation of distorted input objects are considered. The feature space trajectory representation of distorted views of an object is used with a new eigenfeature space. For a distorted input object, the closest trajectory denotes the class of the input and the closest line segment on it denotes its pose. If an input point is too far from a trajectory, it is rejected as clutter. New methods for selecting Fukunaga-Koontz discriminant vectors, the number of dominant eigenvectors per class and for determining training, and test set compatibility are presented.

  5. An Evaluation of Depressed Mood in Two Classes of Medical Students

    ERIC Educational Resources Information Center

    Levine, Ruth E.; Litwins, Stephanie D.; Frye, Ann W.

    2006-01-01

    Objective: To assess depression rates in contemporary medical students. Method: The Beck Depression Inventory (BDI) was administered anonymously to two medical school classes at matriculation, the end of first year, and the end of second year. Results: Median scores for both classes were low at all points. The proportion of students scoring in the…

  6. A Multinomial Logit Approach to Estimating Regional Inventories by Product Class

    Treesearch

    Lawrence Teeter; Xiaoping Zhou

    1998-01-01

    Current timber inventory projections generally lack information on inventory by product classes. Most models available for inventory projection and linked to supply analyses are limited to projecting aggregate softwood and hardwood. The objective of this research is to develop a methodology to distribute the volume on each FIA survey plot to product classes and...

  7. Prolonged grief and post-traumatic growth after loss: Latent class analysis.

    PubMed

    Zhou, Ningning; Yu, Wei; Tang, Suqin; Wang, Jianping; Killikelly, Clare

    2018-06-06

    Bereavement may trigger different psychological outcomes, such as prolonged grief disorder or post-traumatic growth. The relationship between these two outcomes and potential precipitators remain unknown. The current study aimed to identify classes of Chinese bereaved individuals based on prolonged grief symptoms and post-traumatic growth and to examine predictors for these classes. We used data from 273 Chinese individuals who lost a relative due to disease (92.3%), accident (4.4%) and other reasons (1.8%). Latent class analysis revealed three classes: a resilient class, a growth class, and a combined grief/growth class. A higher level of functional impairment was found for the combined grief/growth class than for the other two classes. Membership in the combined grief/growth class was significantly predicted by the younger age of the deceased and the death of a parent, child or spouse. Subjective closeness with the deceased and gender were marginally significant predictors. When the four variables were included in the multinomial regression analysis, death of a parent, child or spouse significantly predicted the membership to the combined grief/growth class. These findings provide valuable information for the development of tailored interventions that may build on the bereaved individuals' personal strengths. Copyright © 2018. Published by Elsevier B.V.

  8. TermGenie - a web-application for pattern-based ontology class generation.

    PubMed

    Dietze, Heiko; Berardini, Tanya Z; Foulger, Rebecca E; Hill, David P; Lomax, Jane; Osumi-Sutherland, David; Roncaglia, Paola; Mungall, Christopher J

    2014-01-01

    Biological ontologies are continually growing and improving from requests for new classes (terms) by biocurators. These ontology requests can frequently create bottlenecks in the biocuration process, as ontology developers struggle to keep up, while manually processing these requests and create classes. TermGenie allows biocurators to generate new classes based on formally specified design patterns or templates. The system is web-based and can be accessed by any authorized curator through a web browser. Automated rules and reasoning engines are used to ensure validity, uniqueness and relationship to pre-existing classes. In the last 4 years the Gene Ontology TermGenie generated 4715 new classes, about 51.4% of all new classes created. The immediate generation of permanent identifiers proved not to be an issue with only 70 (1.4%) obsoleted classes. TermGenie is a web-based class-generation system that complements traditional ontology development tools. All classes added through pre-defined templates are guaranteed to have OWL equivalence axioms that are used for automatic classification and in some cases inter-ontology linkage. At the same time, the system is simple and intuitive and can be used by most biocurators without extensive training.

  9. Near infrared photographic sky survey. 1: Catalog of red stellar objects

    NASA Technical Reports Server (NTRS)

    Craine, E. R.; Duerr, R. E.; Horner, V. M.; Imhoff, C. L.; Routsis, D. E.; Swihart, D. L.; Turnshek, D. A.

    1979-01-01

    Red stellar objects for which V-1 was greater than a value of about 2 (supm). 5 were extracted from photographs of 23 program fields. Tabular data for each field show the object name; the 1950 epoch right ascension, declination, galactic longitude, galactic latitude; radial distance from field venter in decimal degrees; color classes; and objects ordered by redness.

  10. Self-Regulated Learning and Perceived Health among University Students Participating in Physical Activity Classes

    ERIC Educational Resources Information Center

    McBride, Ron E.; Altunsöz, Irmak Hürmeriç; Su, Xiaoxia; Xiang, Ping; Demirhan, Giyasettin

    2016-01-01

    The purpose of this study was to explore motivational indicators of self-regulated learning (SRL) and the relationship between self-regulation (SR) and perceived health among university students enrolled in physical activity (PA) classes. One hundred thirty-one Turkish students participating in physical education activity classes at two…

  11. A Latent Class Regression Analysis of Men's Conformity to Masculine Norms and Psychological Distress

    ERIC Educational Resources Information Center

    Wong, Y. Joel; Owen, Jesse; Shea, Munyi

    2012-01-01

    How are specific dimensions of masculinity related to psychological distress in specific groups of men? To address this question, the authors used latent class regression to assess the optimal number of latent classes that explained differential relationships between conformity to masculine norms and psychological distress in a racially diverse…

  12. Students' different understandings of class diagrams

    NASA Astrophysics Data System (ADS)

    Boustedt, Jonas

    2012-03-01

    The software industry needs well-trained software designers and one important aspect of software design is the ability to model software designs visually and understand what visual models represent. However, previous research indicates that software design is a difficult task to many students. This article reports empirical findings from a phenomenographic investigation on how students understand class diagrams, Unified Modeling Language (UML) symbols, and relations to object-oriented (OO) concepts. The informants were 20 Computer Science students from four different universities in Sweden. The results show qualitatively different ways to understand and describe UML class diagrams and the "diamond symbols" representing aggregation and composition. The purpose of class diagrams was understood in a varied way, from describing it as a documentation to a more advanced view related to communication. The descriptions of class diagrams varied from seeing them as a specification of classes to a more advanced view, where they were described to show hierarchic structures of classes and relations. The diamond symbols were seen as "relations" and a more advanced way was seeing the white and the black diamonds as different symbols for aggregation and composition. As a consequence of the results, it is recommended that UML should be adopted in courses. It is briefly indicated how the phenomenographic results in combination with variation theory can be used by teachers to enhance students' possibilities to reach advanced understanding of phenomena related to UML class diagrams. Moreover, it is recommended that teachers should put more effort in assessing skills in proper usage of the basic symbols and models and students should be provided with opportunities to practise collaborative design, e.g. using whiteboards.

  13. The Specter of Divorce: Views From Working- and Middle-Class Cohabitors

    PubMed Central

    Miller, Amanda J.; Sassler, Sharon; Kusi-Appouh, Dela

    2012-01-01

    Young Americans increasingly express apprehension about their ability to successfully manage intimate relationships. Partially in response, cohabitation has become normative over the past few decades. Little research, however, examines social class distinctions in how emerging adults perceive challenges to sustaining intimate unions. We examine cohabitors’ views of divorce and how these color their sentiments regarding marriage. Data are from in-depth interviews with 122 working- and middle-class cohabitors. More than two thirds of respondents mentioned concerns with divorce. Working-class women, in particular, view marriage less favorably than do their male and middle-class counterparts, in part because they see marriage as hard to exit and are reluctant to assume restrictive gender roles. Middle-class cohabitors are more likely to have concrete wedding plans and believe that marriage signifies a greater commitment than does cohabitation. These differences in views of marriage and divorce may help explain the bifurcation of cohabitation outcomes among working- and middle-class cohabitors. PMID:22822285

  14. General object recognition is specific: Evidence from novel and familiar objects.

    PubMed

    Richler, Jennifer J; Wilmer, Jeremy B; Gauthier, Isabel

    2017-09-01

    In tests of object recognition, individual differences typically correlate modestly but nontrivially across familiar categories (e.g. cars, faces, shoes, birds, mushrooms). In theory, these correlations could reflect either global, non-specific mechanisms, such as general intelligence (IQ), or more specific mechanisms. Here, we introduce two separate methods for effectively capturing category-general performance variation, one that uses novel objects and one that uses familiar objects. In each case, we show that category-general performance variance is unrelated to IQ, thereby implicating more specific mechanisms. The first approach examines three newly developed novel object memory tests (NOMTs). We predicted that NOMTs would exhibit more shared, category-general variance than familiar object memory tests (FOMTs) because novel objects, unlike familiar objects, lack category-specific environmental influences (e.g. exposure to car magazines or botany classes). This prediction held, and remarkably, virtually none of the substantial shared variance among NOMTs was explained by IQ. Also, while NOMTs correlated nontrivially with two FOMTs (faces, cars), these correlations were smaller than among NOMTs and no larger than between the face and car tests themselves, suggesting that the category-general variance captured by NOMTs is specific not only relative to IQ, but also, to some degree, relative to both face and car recognition. The second approach averaged performance across multiple FOMTs, which we predicted would increase category-general variance by averaging out category-specific factors. This prediction held, and as with NOMTs, virtually none of the shared variance among FOMTs was explained by IQ. Overall, these results support the existence of object recognition mechanisms that, though category-general, are specific relative to IQ and substantially separable from face and car recognition. They also add sensitive, well-normed NOMTs to the tools available to study

  15. Power and Assessment: A Genealogical Analysis of the CLASS

    ERIC Educational Resources Information Center

    Gaches, Sonya; Hill, Diana

    2017-01-01

    The CLASS (classroom assessment scoring system) has become integrally linked with quality rating and improvement systems (QRIS) throughout the United States and other international locations. This relationship reinforces the neoliberal consumer-based perspectives of quality and devalues localized perspectives. This article challenges the notion of…

  16. Grandmotherhood: Contemporary Meaning among African American Middle-Class Grandmothers.

    ERIC Educational Resources Information Center

    Timberlake, Elizabeth M.; Chipungu, Sandra Stukes

    1992-01-01

    Explored how contemporary middle-class African American grandmothers perceived themselves in relation to their children. Found moderate relationship between values of 100 grandchildren to 100 grandmothers, timing of role assumption, and current situational context. Values included expansion of self; morality or altruism; power, influence, or…

  17. Ecological Correlates of Spanish Adolescents' Physical Activity during Physical Education Classes

    ERIC Educational Resources Information Center

    Molina-García, Javier; Queralt, Ana; Estevan, Isaac; Sallis, James F.

    2016-01-01

    The public health benefit of school physical education (PE) depends in large part on physical activity (PA) provided during class. According to the literature, PE has a valuable role in public health, and PA levels during PE classes depend on a wide range of factors. The main objective of this study, based on ecological models of behaviour, was to…

  18. Learning class descriptions from a data base of spectral reflectance of soil samples

    NASA Technical Reports Server (NTRS)

    Kimes, D. S.; Irons, J. R.; Levine, E. R.; Horning, N. A.

    1993-01-01

    Consideration is given to a program developed to learn class descriptions from positive and negative training examples of spectral reflectance data of bare soils. It is a combination of 'learning by example' and the generate-and-test paradigm and is designed to provide a robust learning environment that can handle error-prone data. The program was tested by having it learn class descriptions of various categories of organic carbon content, iron oxide content, and particle size distribution in soils. These class descriptions were then used to classify an array of targets. The program found the sequence of relationships between bands that contained the most important information to distinguish the classes. Physical explanations for the class descriptions obtained are presented.

  19. Simultaneously Discovering and Localizing Common Objects in Wild Images.

    PubMed

    Wang, Zhenzhen; Yuan, Junsong

    2018-09-01

    Motivated by the recent success of supervised and weakly supervised common object discovery, in this paper, we move forward one step further to tackle common object discovery in a fully unsupervised way. Generally, object co-localization aims at simultaneously localizing objects of the same class across a group of images. Traditional object localization/detection usually trains specific object detectors which require bounding box annotations of object instances, or at least image-level labels to indicate the presence/absence of objects in an image. Given a collection of images without any annotations, our proposed fully unsupervised method is to simultaneously discover images that contain common objects and also localize common objects in corresponding images. Without requiring to know the total number of common objects, we formulate this unsupervised object discovery as a sub-graph mining problem from a weighted graph of object proposals, where nodes correspond to object proposals, and edges represent the similarities between neighbouring proposals. The positive images and common objects are jointly discovered by finding sub-graphs of strongly connected nodes, with each sub-graph capturing one object pattern. The optimization problem can be efficiently solved by our proposed maximal-flow-based algorithm. Instead of assuming that each image contains only one common object, our proposed solution can better address wild images where each image may contain multiple common objects or even no common object. Moreover, our proposed method can be easily tailored to the task of image retrieval in which the nodes correspond to the similarity between query and reference images. Extensive experiments on PASCAL VOC 2007 and Object Discovery data sets demonstrate that even without any supervision, our approach can discover/localize common objects of various classes in the presence of scale, view point, appearance variation, and partial occlusions. We also conduct broad

  20. Class Matters: The Experiences of Female College Students in a Greek-Letter Organization

    ERIC Educational Resources Information Center

    Ryan, Helen-Grace

    2009-01-01

    This qualitative study documents the experiences of 15 women from different social class backgrounds who are members of a women's fraternity/sorority at a large, public, institution located in an urban area in the Mid-West. The purpose of the study was to better understand the relationship between social class and the nature and impact of the…

  1. Social System of River City High School Senior Class: Socio-economic Status (SES).

    ERIC Educational Resources Information Center

    Daly, Richard F.

    The goal of this study was to investigate the relationship between an adolescent's socioeconomic status (SES) and selected variables of the sub-subsystems of the River City High School senior class social system during the 1974-75 academic year. Variables for study were selected from each of the three sub-subsystems of the senior class social…

  2. A functional analysis of photo-object matching skills of severely retarded adolescents.

    PubMed

    Dixon, L S

    1981-01-01

    Matching-to-sample procedures were used to assess picture representation skills of severely retarded, nonverbal adolescents. Identity matching within the classes of objects and life-size, full-color photos of the objects was first used to assess visual discrimination, a necessary condition for picture representation. Picture representation was then assessed through photo-object matching tasks. Five students demonstrated visual discrimination (identity matching) within the two classes of photos and the objects. Only one student demonstrated photo-object matching. The results of the four students who failed to demonstrate photo-object matching suggested that physical properties of photos (flat, rectangular) and depth dimensions of objects may exert more control over matching than the similarities of the objects and images within the photos. An analysis of figure-ground variables was conducted to provide an empirical basis for program development in the use of pictures. In one series of tests, rectangular shape and background were removed by cutting out the figures in the photos. The edge shape of the photo and the edge shape of the image were then identical. The results suggest that photo-object matching may be facilitated by using cut-out figures rather than the complete rectangular photo.

  3. Hierarchical Object-based Image Analysis approach for classification of sub-meter multispectral imagery in Tanzania

    NASA Astrophysics Data System (ADS)

    Chung, C.; Nagol, J. R.; Tao, X.; Anand, A.; Dempewolf, J.

    2015-12-01

    Increasing agricultural production while at the same time preserving the environment has become a challenging task. There is a need for new approaches for use of multi-scale and multi-source remote sensing data as well as ground based measurements for mapping and monitoring crop and ecosystem state to support decision making by governmental and non-governmental organizations for sustainable agricultural development. High resolution sub-meter imagery plays an important role in such an integrative framework of landscape monitoring. It helps link the ground based data to more easily available coarser resolution data, facilitating calibration and validation of derived remote sensing products. Here we present a hierarchical Object Based Image Analysis (OBIA) approach to classify sub-meter imagery. The primary reason for choosing OBIA is to accommodate pixel sizes smaller than the object or class of interest. Especially in non-homogeneous savannah regions of Tanzania, this is an important concern and the traditional pixel based spectral signature approach often fails. Ortho-rectified, calibrated, pan sharpened 0.5 meter resolution data acquired from DigitalGlobe's WorldView-2 satellite sensor was used for this purpose. Multi-scale hierarchical segmentation was performed using multi-resolution segmentation approach to facilitate the use of texture, neighborhood context, and the relationship between super and sub objects for training and classification. eCognition, a commonly used OBIA software program, was used for this purpose. Both decision tree and random forest approaches for classification were tested. The Kappa index agreement for both algorithms surpassed the 85%. The results demonstrate that using hierarchical OBIA can effectively and accurately discriminate classes at even LCCS-3 legend.

  4. Discovering objects in a blood recipient information system.

    PubMed

    Qiu, D; Junghans, G; Marquardt, K; Kroll, H; Mueller-Eckhardt, C; Dudeck, J

    1995-01-01

    Application of object-oriented (OO) methodologies has been generally considered as a solution to the problem of improving the software development process and managing the so-called software crisis. Among them, object-oriented analysis (OOA) is the most essential and is a vital prerequisite for the successful use of other OO methodologies. Though there are already a good deal of OOA methods published, the most important aspect common to all these methods: discovering objects classes truly relevant to the given problem domain, has remained a subject to be intensively researched. In this paper, using the successful development of a blood recipient information system as an example, we present our approach which is based on the conceptual framework of responsibility-driven OOA. In the discussion, we also suggest that it may be inadequate to simply attribute the software crisis to the waterfall model of the software development life-cycle. We are convinced that the real causes for the failure of some software and information systems should be sought in the methodologies used in some crucial phases of the software development process. Furthermore, a software system can also fail if object classes essential to the problem domain are not discovered, implemented and visualized, so that the real-world situation cannot be faithfully traced by it.

  5. Class start times, sleep, and academic performance in college: a path analysis.

    PubMed

    Onyper, Serge V; Thacher, Pamela V; Gilbert, Jack W; Gradess, Samuel G

    2012-04-01

    Path analysis was used to examine the relationship between class start times, sleep, circadian preference, and academic performance in college-aged adults. Consistent with observations in middle and high school students, college students with later class start times slept longer, experienced less daytime sleepiness, and were less likely to miss class. Chronotype was an important moderator of sleep schedules and daytime functioning; those with morning preference went to bed and woke up earlier and functioned better throughout the day. The benefits of taking later classes did not extend to academic performance, however; grades were somewhat lower in students with predominantly late class schedules. Furthermore, students taking later classes were at greater risk for increased alcohol consumption, and among all the factors affecting academic performance, alcohol misuse exerted the strongest effect. Thus, these results indicate that later class start times in college, while allowing for more sleep, also increase the likelihood of alcohol misuse, ultimately impeding academic success.

  6. Strategic Planning towards a World-Class University

    NASA Astrophysics Data System (ADS)

    Usoh, E. J.; Ratu, D.; Manongko, A.; Taroreh, J.; Preston, G.

    2018-02-01

    Strategic planning with a focus on world-class university status is an option that cannot be avoided by universities today to survive and succeed in competition as a provider of higher education. The objective of this research is to obtain exploratory research results on the strategic plans of universities that are prepared to generate world-class university status. This research utilised exploratory qualitative research method and data was collected by in-depth interviews method. Interview transcripts were analyzed by using thematic content analysis through NVivo software analysis and manual systems. The main finding of interview shows that most interviewees agreed that UNIMA has been engaged in strategic planning. Contribution from faculties and schools are acknowledged and inform the planning process. However, a new model of strategic planning should be adopted by UNIMA due to the shift towards a “corporate university”. The finding results from documents, literature review and interview were the addition of world-class university characteristics and features to current strategic planning of UNIMA and how to upgrade by considering to use the characteristics and features towards world-class university.

  7. Estimating proportions of objects from multispectral scanner data

    NASA Technical Reports Server (NTRS)

    Horwitz, H. M.; Lewis, J. T.; Pentland, A. P.

    1975-01-01

    Progress is reported in developing and testing methods of estimating, from multispectral scanner data, proportions of target classes in a scene when there are a significiant number of boundary pixels. Procedures were developed to exploit: (1) prior information concerning the number of object classes normally occurring in a pixel, and (2) spectral information extracted from signals of adjoining pixels. Two algorithms, LIMMIX and nine-point mixtures, are described along with supporting processing techniques. An important by-product of the procedures, in contrast to the previous method, is that they are often appropriate when the number of spectral bands is small. Preliminary tests on LANDSAT data sets, where target classes were (1) lakes and ponds, and (2) agricultural crops were encouraging.

  8. Student Ratings of Instruction: Examining the Role of Academic Field, Course Level, and Class Size

    ERIC Educational Resources Information Center

    Laughlin, Anne M.

    2014-01-01

    This dissertation investigated the relationship between course characteristics and student ratings of instruction at a large research intensive university. Specifically, it examined the extent to which academic field, course level, and class size were associated with variation in mean class ratings. Past research consistently identifies…

  9. Classes of Psychotic Experiences in Kenyan Children and Adolescents

    PubMed Central

    Owoso, Akinkunle; Mbwayo, Anne W.; Mutiso, Victoria N.; Muriungi, Susan K.; Khasakhala, Lincoln I.; Barch, Deanna M.; Ndetei, David M.

    2012-01-01

    Psychotic-like experiences (PLEs) have been observed worldwide in both adults and children outside the context of a clinical disorder. In the current study, we investigate the prevalence and patterns of PLEs among children and adolescents in Kenya. Among 1,971 students from primary and secondary schools around Nairobi (aged 8–19), 22.1 % reported a lifetime history of a psychotic experience, and 16.3 % reported this unrelated to sleep or drugs. Psychotic experiences were more common in males compared to females. LCA resulted in a three-class model comprised of a normative class (83.3 %), a predominately hallucinatory class (Type 1 psychosis: 9.6 %), and a pan-psychotic class (Type 2 psychosis: 7.2 %). These results indicate that PLEs are prevalent in children and adolescents, and the distributions of symptom clusters are similar to that found in adulthood. The relationship of specific PLEs to the future development of psychotic disorder, functional impairment or distress will require further study. PMID:23065300

  10. Classes of psychotic experiences in Kenyan children and adolescents.

    PubMed

    Mamah, Daniel; Owoso, Akinkunle; Mbwayo, Anne W; Mutiso, Victoria N; Muriungi, Susan K; Khasakhala, Lincoln I; Barch, Deanna M; Ndetei, David M

    2013-06-01

    Psychotic-like experiences (PLEs) have been observed worldwide in both adults and children outside the context of a clinical disorder. In the current study, we investigate the prevalence and patterns of PLEs among children and adolescents in Kenya. Among 1,971 students from primary and secondary schools around Nairobi (aged 8-19), 22.1 % reported a lifetime history of a psychotic experience, and 16.3 % reported this unrelated to sleep or drugs. Psychotic experiences were more common in males compared to females. LCA resulted in a three-class model comprised of a normative class (83.3 %), a predominately hallucinatory class (Type 1 psychosis: 9.6 %), and a pan-psychotic class (Type 2 psychosis: 7.2 %). These results indicate that PLEs are prevalent in children and adolescents, and the distributions of symptom clusters are similar to that found in adulthood. The relationship of specific PLEs to the future development of psychotic disorder, functional impairment or distress will require further study.

  11. Active Learning and Cooperative Learning in the Organic Chemistry Lecture Class

    NASA Astrophysics Data System (ADS)

    Paulson, Donald R.

    1999-08-01

    Faculty in the physical sciences are one of the academic groups least receptive to the use of active learning strategies and cooperative learning in their classrooms. This is particularly so in traditional lecture classes. It is the objective of this paper to show how effective these techniques can be in improving student performance in classes. The use of active learning strategies and cooperative learning groups in my organic chemistry lecture classes has increased the overall pass rate in my classes by an astounding 20-30% over the traditional lecture mode. This has been accomplished without any reduction in "standards". The actual methods employed are presented as well as a discussion of how I came to radically change the way I teach my classes.

  12. Cognitive and Affective Variables and Their Relationships to Performance in a Lotus 1-2-3 Class.

    ERIC Educational Resources Information Center

    Guster, Dennis; Batt, Richard

    1989-01-01

    Describes study of two-year college students that was conducted to determine whether variables that were predictors of success in a programing class were also predictors of success in a package-oriented computer class using Lotus 1-2-3. Diagraming skill, critical thinking ability, spatial discrimination, and test anxiety level were examined. (11…

  13. Object-oriented microcomputer software for earthquake seismology

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

    Kroeger, G.C.

    1993-02-01

    A suite of graphically interactive applications for the retrieval, editing and modeling of earthquake seismograms have been developed using object-orientation programming methodology and the C++ language. Retriever is an application which allows the user to search for, browse, and extract seismic data from CD-ROMs produced by the National Earthquake Information Center (NEIC). The user can restrict the date, size, location and depth of desired earthquakes and extract selected data into a variety of common seismic file formats. Reformer is an application that allows the user to edit seismic data and data headers, and perform a variety of signal processing operationsmore » on that data. Synthesizer is a program for the generation and analysis of teleseismic P and SH synthetic seismograms. The program provides graphical manipulation of source parameters, crustal structures and seismograms, as well as near real-time response in generating synthetics for arbitrary flat-layered crustal structures. All three applications use class libraries developed for implementing geologic and seismic objects and views. Standard seismogram view objects and objects that encapsulate the reading and writing of different seismic data file formats are shared by all three applications. The focal mechanism views in Synthesizer are based on a generic stereonet view object. Interaction with the native graphical user interface is encapsulated in a class library in order to simplify the porting of the software to different operating systems and application programming interfaces. The software was developed on the Apple Macintosh and is being ported to UNIX/X-Window platforms.« less

  14. Influencing Attitudes Toward Near and Distant Objects

    PubMed Central

    Fujita, Kentaro; Eyal, Tal; Chaiken, Shelly; Trope, Yaacov; Liberman, Nira

    2008-01-01

    It is argued that the temporal distance of attitude objects systematically changes how the object is mentally represented, and thus influences the strength of particular persuasive appeals. Three experiments tested the hypothesis that people preferentially attend to arguments that highlight primary, abstract (high-level) vs. incidental, concrete (low-level) features when attitude objects are temporally distant vs. near. Results suggested that when attitude objects are temporally distant vs. near, arguments emphasizing primary vs. secondary features (Study 1), desirability vs. feasibility features (Study 2), and general classes vs. specific cases are more persuasive (Study 3). The relation of construal theory to dual process theories of persuasion and persuasion phenomena, such as personal relevance effects and functional matching effects, are discussed. PMID:19884971

  15. Prototyping Visual Database Interface by Object-Oriented Language

    DTIC Science & Technology

    1988-06-01

    approach is to use object-oriented programming. Object-oriented languages are characterized by three criteria [Ref. 4:p. 1.2.1]: - encapsulation of...made it a sub-class of our DMWindow.Cls, which is discussed later in this chapter. This extension to the application had to be intergrated with our... abnormal behaviors similar to Korth’s discussion of pitfalls in relational database designing. Even extensions like GEM [Ref. 8] that are powerful and

  16. Living in the city: school friendships, diversity and the middle classes.

    PubMed

    Vincent, Carol; Neal, Sarah; Iqbal, Humera

    2018-06-01

    Much of the literature on the urban middle classes describes processes of both affiliation (often to the localities) and disaffiliation (often from some of the non-middle-class residents). In this paper, we consider this situation from a different position, drawing on research exploring whether and how children and adults living in diverse localities develop friendships with those different to themselves in terms of social class and ethnicity. This paper focuses on the interviews with the ethnically diverse, but predominantly white British, middle-class parent participants, considering their attitudes towards social and cultural difference. We emphasize the importance of highlighting inequalities that arise from social class and its intersection with ethnicity in analyses of complex urban populations. The paper's contribution is, first, to examine processes of clustering amongst the white British middle-class parents, particularly in relation to social class. Second, we contrast this process, and its moments of reflection and unease, with the more deliberate and purposeful efforts of one middle-class, Bangladeshi-origin mother who engages in active labour to facilitate relationships across social and ethnic difference. © London School of Economics and Political Science 2017.

  17. Orthodontic retreatment using anchorage with miniplate to camouflage a Class III skeletal pattern.

    PubMed

    Farret, Marcel Marchiori

    2016-06-01

    This manuscript describes the treatment of a 27-year-old patient who was previously treated with two maxillary first premolar extractions. The patient had skeletal Class III malocclusion, Class III canine relationship, anterior crossbite, and a concave profile. As the patient refused orthognathic surgery, a miniplate was used on the right side of the lower arch as an anchorage unit after the extraction of mandibular first premolars, aiding the retraction of anterior teeth. At the end of treatment, anterior crossbite was corrected, in which first molars and canines were in a Class I relationship, and an excellent intercuspation was reached. Furthermore, patient's profile remarkably improved as a result of mandibular incisor retraction. A 30-month follow-up showed good stability of the results obtained. This case was presented to the Brazilian Board of Orthodontics and Dentofacial Orthopedics (BBO) as one of the requirements to become diplomate by the BBO.

  18. Does mClass Reading 3D Predict Student Reading Proficiency on High-Stakes Assessments?

    ERIC Educational Resources Information Center

    Bowles, Amy S.

    2015-01-01

    This quantitative, correlational study investigated the relationship between the North Carolina End of Grade Assessment of Reading Comprehension (NCEOG) and mClass Reading 3D assessment in a North Carolina elementary school. It especially examined the degree to which mClass Reading 3D measures predict scores on the reading comprehension portion of…

  19. The New Middle Class and the Organization of Curricular Knowledge.

    ERIC Educational Resources Information Center

    Holmes, Margaret M.

    1982-01-01

    Examines the relationship between social class and curriculum organization. It is suggested that the inquiry and critical thinking elements of social studies curricula share a style of social control most extensively attempted in the 1970s open classroom movement. (AM)

  20. Pre-Service Physical Education Teachers' Preference for Class Management Profiles and Teacher's Self-Efficacy Beliefs

    ERIC Educational Resources Information Center

    Yilmaz, Idris

    2013-01-01

    The present study aims to identify pre-service physical education teachers' class management profiles, teachers' self-efficacy and the relationship between their class management profiles and teacher self-efficacy beliefs. The universe comprised junior and senior students studying physical education teaching at six different universities (Ahi…

  1. Economic performance and public concerns about social class in twentieth-century books.

    PubMed

    Chen, Yunsong; Yan, Fei

    2016-09-01

    What is the association between macroeconomic conditions and public perceptions of social class? Applying a novel approach based on the Google Books N-gram corpus, this study addresses the relationship between public concerns about social class and economic conditions throughout the twentieth century. The usage of class-related words/phrases, or "literary references to class," in American English-language books is related to US economic performance and income inequality. The findings of this study demonstrate that economic conditions play a significant role in literary references to class throughout the century, whereas income inequality does not. Similar results are obtained from further analyses using alternative measures of class concerns as well as different corpora of English Fiction and the New York Times. We add to the social class literature by showing that the long-term temporal dynamics of an economy can be exhibited by aggregate class concerns. The application of massive culture-wide content analysis using data of unprecedented size also represents a contribution to the literature. Copyright © 2016 Elsevier Inc. All rights reserved.

  2. Diesel Fueled SOFC for Class 7/Class 8 On-Highway Truck Auxiliary Power

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

    Vesely, Charles John-Paul; Fuchs, Benjamin S.; Booten, Chuck W.

    2010-03-31

    The following report documents the progress of the Cummins Power Generation (CPG) Diesel Fueled SOFC for Class 7/Class 8 On-Highway Truck Auxiliary Power (SOFC APU) development and final testing under the U.S. Department of Energy (DOE) Energy Efficiency and Renewable Energy (EERE) contract DE-FC36-04GO14318. This report overviews and summarizes CPG and partner development leading to successful demonstration of the SOFC APU objectives and significant progress towards SOFC commercialization. Significant SOFC APU Milestones: Demonstrated: Operation meeting SOFC APU requirements on commercial Ultra Low Sulfur Diesel (ULSD) fuel. SOFC systems operating on dry CPOX reformate. Successful start-up and shut-down of SOFC APUmore » system without inert gas purge. Developed: Low cost balance of plant concepts and compatible systems designs. Identified low cost, high volume components for balance of plant systems. Demonstrated efficient SOFC output power conditioning. Demonstrated SOFC control strategies and tuning methods.« less

  3. An overview of the kinetic parameters of class B beta-lactamases.

    PubMed Central

    Felici, A; Amicosante, G; Oratore, A; Strom, R; Ledent, P; Joris, B; Fanuel, L; Frère, J M

    1993-01-01

    The catalytic properties of three class B beta-lactamases (from Pseudomonas maltophilia, Aeromonas hydrophila and Bacillus cereus) were studied and compared with those of the Bacteroides fragilis enzyme. The A. hydrophila beta-lactamase exhibited a unique specificity profile and could be considered as a rather specific 'carbapenemase'. No relationships were found between sequence similarities and catalytic properties. The problem of the repartition of class B beta-lactamases into sub-classes is discussed. Improved purification methods were devised for the P. maltophilia and A. hydrophila beta-lactamases including, for the latter enzyme, a very efficient affinity chromatography step on a Zn(2+)-chelate column. Images Figure 1 PMID:8471035

  4. SOCIAL CLASS AND COGNITIVE DEVELOPMENT IN INFANCY.

    ERIC Educational Resources Information Center

    BIRNS, BEVERLY; GOLDEN, MARK

    THE PURPOSE OF THIS STUDY WAS TO FIND OUT WHETHER SOCIAL CLASS DIFFERENCES IN INTELLECTUAL DEVELOPMENT ARE PRESENT IF (1) CHILDREN FROM SOCIALLY DISORGANIZED SLUM FAMILIES ARE COMPARED WITH CHILDREN FROM STABLE, LOW INCOME AND MIDDLE INCOME FAMILIES, (2) THE PIAGET OBJECT SCALE, A NEW MEASURE OF COGNITIVE DEVELOPMENT BASED ON PIAGET'S SENSORIMOTOR…

  5. Relationship between objectively measured sedentary behavior and health outcomes in schizophrenia patients: The PsychiActive project.

    PubMed

    Bueno-Antequera, Javier; Oviedo-Caro, Miguel Ángel; Munguía-Izquierdo, Diego

    2017-11-21

    This study aimed to investigate possible relationships between sedentary behavior and body mass index (BMI), cardiorespiratory fitness (CRF), and health-related quality of life (HRQoL) in schizophrenia patients. Variables contributing to the variability in sedentary behavior were identified. Eighty-two schizophrenia outpatients (mean age±SD: 41.0±8.7years, 87% men, mean illness duration±SD: 17.1±8.9years) wore a multisensor armband for 7 consecutive full days to objectively measure sedentary behavior. BMI, walking capacity (6-minute walking test) as a proxy for CRF estimation and HRQoL (Short Form 36-Item Health Survey questionnaire version 2) were also assessed. Correlation (Pearson or Spearman coefficients) and multiple regression analysis were used. Sedentary behavior was significantly associated with BMI, CRF, and the physical component summary score of HRQoL (r values, -0.34-0.41; all P<0.001) and remained significant after adjustments for age, illness duration, symptom severity, adherence to Mediterranean diet, smoking, and antipsychotic medication (all P<0.05). BMI, CRF and vitality were identified as determinants of sedentary behavior. Consistent relationships between sedentary behavior and BMI, CRF, and the physical component summary score of HRQoL were found in schizophrenia patients. All the identified determinants of sedentary behavior are modifiable and may be important areas for future interventions in this population. Copyright © 2017 Elsevier B.V. All rights reserved.

  6. What's in a Relationship? An Examination of Social Capital, Race and Class in Mentoring Relationships

    ERIC Educational Resources Information Center

    Gaddis, S. Michael

    2012-01-01

    After 25 years of intense scrutiny, social capital remains an important yet highly debated concept in social science research. This research uses data from youth and mentors in several chapters of Big Brothers/Big Sisters to assess the importance of different mentoring relationship characteristics in creating positive outcomes among youths. The…

  7. Objective and subjective burden in relatives of patients with schizophrenia and its influence on care relationships in Chile.

    PubMed

    Caqueo-Urízar, Alejandra; Urzúa, Alfonso; Jamett, Patricio Rojas; Irarrazaval, Matias

    2016-03-30

    This study examined the burden on family members of patients with schizophrenia in a Chilean community. Sixty-five caregivers underwent the Subjective and Objective Family Burden Interview. The results showed moderate to high levels of subjective burden and low levels of support from others in providing care. Burden and containment of disturbed behaviour were correlated with worse relationships between patients and caregivers, with the latter spending less time working outside the home. The assessed sample showed a similar pattern of burden to that of caregivers from developed countries; however, the extent of the burden tended to be higher in Chilean caregivers. Copyright © 2016 Elsevier Ireland Ltd. All rights reserved.

  8. Social Class Dialogues and the Fostering of Class Consciousness

    ERIC Educational Resources Information Center

    Madden, Meredith

    2015-01-01

    How do critical pedagogies promote undergraduate students' awareness of social class, social class identity, and social class inequalities in education? How do undergraduate students experience class consciousness-raising in the intergroup dialogue classroom? This qualitative study explores undergraduate students' class consciousness-raising in an…

  9. Rotationally-supported disks around Class I sources in Taurus: disk formation constraints

    NASA Astrophysics Data System (ADS)

    Harsono, D.; Jørgensen, J. K.; van Dishoeck, E. F.; Hogerheijde, M. R.; Bruderer, S.; Persson, M. V.; Mottram, J. C.

    2014-02-01

    Context. Disks are observed around pre-main sequence stars, but how and when they form is still heavily debated. While disks around young stellar objects have been identified through thermal dust emission, spatially and spectrally resolved molecular line observations are needed to determine their nature. Only a handful of embedded rotationally supported disks have been identified to date. Aims: We identify and characterize rotationally supported disks near the end of the main accretion phase of low-mass protostars by comparing their gas and dust structures. Methods: Subarcsecond observations of dust and gas toward four Class I low-mass young stellar objects in Taurus are presented at significantly higher sensitivity than previous studies. The 13CO and C18O J = 2-1 transitions at 220 GHz were observed with the Plateau de Bure Interferometer at a spatial resolution of ≤0.8″ (56 AU radius at 140 pc) and analyzed using uv-space position velocity diagrams to determine the nature of their observed velocity gradient. Results: Rotationally supported disks (RSDs) are detected around 3 of the 4 Class I sources studied. The derived masses identify them as Stage I objects; i.e., their stellar mass is higher than their envelope and disk masses. The outer radii of the Keplerian disks toward our sample of Class I sources are ≤100 AU. The lack of on-source C18O emission for TMR1 puts an upper limit of 50 AU on its size. Flattened structures at radii >100 AU around these sources are dominated by infalling motion (υ ∝ r-1). A large-scale envelope model is required to estimate the basic parameters of the flattened structure from spatially resolved continuum data. Similarities and differences between the gas and dust disk are discussed. Combined with literature data, the sizes of the RSDs around Class I objects are best described with evolutionary models with an initial rotation of Ω = 10-14 Hz and slow sound speeds. Based on the comparison of gas and dust disk masses

  10. SUBARU near-infrared multi-color images of Class II Young Stellar Object, RNO91

    NASA Astrophysics Data System (ADS)

    Mayama, Satoshi; Tamura, Motohide; Hayashi, Masahiko

    RNO91 is class II source currently in a transition phase between a protostar and a main-sequence star. It is known as a source of complex molecular outflows. Previous studies suggested that RNO91 was associated with a reflection nebula, a CO outflow, shock-excited H[2] emission, and disk type structure. But geometry of RNO91, especially its inner region, is not well confirmed yet. High resolution imaging is needed to understand the nature of RNO91 and its interaction with outflow. Furthermore, RNO91 is an important candidate for studying YSOs in a transition phase. Thus, we conducted near-infrared imaging observations of RNO91 with the infrared camera CIAO mounted on the Subaru 8.2m Telescope. We present JHK band and optical images which resolve a complex asymmetrical circumstellar structure. We examined the color of RNO91 nebula and compare the geometry of the system suggested by our data with that already proposed on the basis of other studies. Our main results are as follows; 1. At J and optical, several bluer clumps are detected and they are aligned nearly perpendicular to the outflow axis. 2. The NIR images show significant halo emission detected within 2'' around the peak position while less halo emission is seen in the optical image. The nebula appears to become more circular and more diffuse with increasing wavelengths. The power-law dependence of radial surface brightness profile is shallower than that of normal stars, indicating that RNO91 is still optically thick objects. We suggest that the halo emission is the NIR light scattered by an optically thick disk or envelope surrounding the RNO91. 3. In the shorter wavelength images, the nebula appears to become more extended (2".3 long) to the southwest. This extended emission might trace a bottom of outflow emanating to southwest direction. 4. Color composite image of RNO91 reveals that the emission extending to the north and to the east through RNO91 is interpreted as a part of the cavity wall seen

  11. Kuiper Belt Object Orbiter Using Advanced Radioisotope Power Sources and Electric Propulsion

    NASA Technical Reports Server (NTRS)

    Oleson, Steven R.; McGuire, Melissa L.; Dankanich, John; Colozza, Anthony; Schmitz, Paul; Khan, Omair; Drexler, Jon; Fittje, James

    2011-01-01

    A joint NASA GRC/JPL design study was performed for the NASA Radioisotope Power Systems Office to explore the use of radioisotope electric propulsion for flagship class missions. The Kuiper Belt Object Orbiter is a flagship class mission concept projected for launch in the 2030 timeframe. Due to the large size of a flagship class science mission larger radioisotope power system building blocks were conceptualized to provide the roughly 4 kW of power needed by the NEXT ion propulsion system and the spacecraft. Using REP the spacecraft is able to rendezvous with and orbit a Kuiper Belt object in 16 years using either eleven (no spare) 420 W advanced RTGs or nine (with a spare) 550 W advanced Stirling Radioisotope systems. The design study evaluated integrating either system and estimated impacts on cost as well as required General Purpose Heat Source requirements.

  12. Relationship between objectively measured walkability and exercise walking among adults with diabetes.

    PubMed

    Hosler, Akiko S; Gallant, Mary P; Riley-Jacome, Mary; Rajulu, Deepa T

    2014-01-01

    Little is known about the relationship between objectively measured walkability and walking for exercise among adults with diabetes. Information regarding walking behavior of adults with diabetes residing in 3 Upstate New York counties was collected through an interview survey. Walkability measures were collected through an environmental audit of a sample of street segments. Overall walkability and 4 subgroup measures of walkability were aggregated at the ZIP level. Multivariate logistic regression was used for analysis. Study participants (n = 208) were 61.0% female, 56.7% non-Hispanic White, and 35.1% African-American, with a mean age of 62.0 years. 108 participants (51.9%) walked for exercise on community streets, and 62 (29.8%) met the expert-recommended level of walking for ≥150 minutes/week. After adjustment for age, gender, race/ethnicity, education, BMI, physical impairment, and social support for exercise, walking any minutes/week was associated with traffic safety (OR 1.34, 95% CI 1.15-1.65). Walking ≥150 minutes/week was associated with overall walkability of the community (2.65, 1.22, and 5.74), as well as sidewalks (1.73, 1.12-2.67), street amenity (2.04, 1.12-3.71), and traffic safety (1.92, 1.02-3.72). This study suggests that walkability of the community should be an integral part of the socioecologic approach to increase physical activity among adults with diabetes.

  13. Representing metabolic pathway information: an object-oriented approach.

    PubMed

    Ellis, L B; Speedie, S M; McLeish, R

    1998-01-01

    The University of Minnesota Biocatalysis/Biodegradation Database (UM-BBD) is a website providing information and dynamic links for microbial metabolic pathways, enzyme reactions, and their substrates and products. The Compound, Organism, Reaction and Enzyme (CORE) object-oriented database management system was developed to contain and serve this information. CORE was developed using Java, an object-oriented programming language, and PSE persistent object classes from Object Design, Inc. CORE dynamically generates descriptive web pages for reactions, compounds and enzymes, and reconstructs ad hoc pathway maps starting from any UM-BBD reaction. CORE code is available from the authors upon request. CORE is accessible through the UM-BBD at: http://www. labmed.umn.edu/umbbd/index.html.

  14. The Changing Pattern of Nutrition Intake by Social Class in Contemporary China, 1991-2011.

    PubMed

    Xu, Zhun; Zhang, Wei

    2017-11-01

    To explore the changing pattern of nutrition intake by social class in contemporary China. We defined social class in 2 ways. The first definition was based on employment, and the second definition was based on per capita household income levels. We used China Health and Nutrition Survey data from 1991 to 2011 to show the changes in the relation between social class and nutrition intake. The relation between social class and nutrition intake in China changed significantly within the 2 decades. For example, in the early 1990s, the lowest social class (defined by employment or income) had more caloric intake than did the highest social class; 20 years later, however, the relation reversed, and the lowest social class consumed significantly fewer calories. China has seen a great reversal in its social class-nutrition relationship since the early 1990s. Our study calls for wider recognition that insufficient consumption of food and nutrition is increasingly an issue for people in the lower social classes in China.

  15. Class I Microcins: Their Structures, Activities, and Mechanisms of Resistance

    NASA Astrophysics Data System (ADS)

    Severinov, Konstantin; Semenova, Ekaterina; Kazakov, Teymur

    Microcin J25, microcin B17, and microcin C7-C51 are the three known members of class I posttranslationally modified microcins (heavily posttranslationally modified antibacterial peptides produced by Enterobacteriaceae with molecular weights of less than 5 kDa). The three microcins are unrelated to each other; they have structures that are highly atypical for ribosomally synthesized peptides and target essential molecular machines that are validated drug targets. In this chapter, available data on mechanisms of action, structure-activity relationships, and immunity mechanisms for class I microcins and related compounds are discussed.

  16. The Four U's: Latent Classes of Hookup Motivations Among College Students

    PubMed Central

    Uecker, Jeremy E.; Pearce, Lisa D.; Andercheck, Brita

    2016-01-01

    College students’ “hookups” have been the subject of a great deal of research in recent years. Motivations for hooking up have been linked to differences in well-being after the hookup, but studies detailing college students’ motivations for engaging in hookups focus on single motivations. Using data from the 2010 Duke Hookup Survey, we consider how motivations for hooking up cluster to produce different classes, or profiles, of students who hook up, and how these classes are related to hookup regret. Four distinct classes of motivations emerged from our latent class analysis: Utilitarians (50%), Uninhibiteds (27%), Uninspireds (19%), and Unreflectives (4%). We find a number of differences in hookup motivation classes across social characteristics, including gender, year in school, race-ethnicity, self-esteem, and attitudes about sexual behavior outside committed relationships. Additionally, Uninspireds regret hookups more frequently than members of the other classes, and Uninhibiteds report regret less frequently than Utilitarians and Uninspireds. These findings reveal the complexity of motivations for hooking up and the link between motivations and regret. PMID:27066516

  17. The Four U's: Latent Classes of Hookup Motivations Among College Students.

    PubMed

    Uecker, Jeremy E; Pearce, Lisa D; Andercheck, Brita

    2015-06-01

    College students' "hookups" have been the subject of a great deal of research in recent years. Motivations for hooking up have been linked to differences in well-being after the hookup, but studies detailing college students' motivations for engaging in hookups focus on single motivations. Using data from the 2010 Duke Hookup Survey, we consider how motivations for hooking up cluster to produce different classes, or profiles, of students who hook up, and how these classes are related to hookup regret. Four distinct classes of motivations emerged from our latent class analysis: Utilitarians (50%), Uninhibiteds (27%), Uninspireds (19%), and Unreflectives (4%). We find a number of differences in hookup motivation classes across social characteristics, including gender, year in school, race-ethnicity, self-esteem, and attitudes about sexual behavior outside committed relationships. Additionally, Uninspireds regret hookups more frequently than members of the other classes, and Uninhibiteds report regret less frequently than Utilitarians and Uninspireds. These findings reveal the complexity of motivations for hooking up and the link between motivations and regret.

  18. Achievement Attributions of Preparatory Class Learners in Learning English

    ERIC Educational Resources Information Center

    Paker, Turan; Özkardes-Dögüs, Alev

    2017-01-01

    The aim of the study is to find out the achievement attributions of preparatory class learners studying at preintermediate and intermediate levels for their perceived success or failure, and to investigate whether there is a significant relationship between achievement attributions of learners, their gender and level of language proficiency. The…

  19. The Greatest Learning Return on Your Pedagogical Investment: Alignment, Assessment or In-Class Instruction?

    PubMed

    Holt, Emily A; Young, Craig; Keetch, Jared; Larsen, Skylar; Mollner, Brayden

    2015-01-01

    Critical thinking is often considered an essential learning outcome of institutions in higher education. Previous work has proposed three pedagogical strategies to address this goal: more active, student-centered in-class instruction, assessments which contain higher-order cognitive questions, and greater alignment within a classroom (i.e., high agreement of the cognitive level of learning objectives, assessments, and in-class instruction). Our goals were to determine which of these factors, individually or the interactions therein, contributed most to improvements in university students' critical thinking. We assessed students' higher-order cognitive skills in introductory non-majors biology courses the first and last week of instruction. For each of the fifteen sections observed, we also measured the cognitive level of assessments and learning objectives, evaluated the learner-centeredness of each classroom, and calculated an alignment score for each class. The best model to explain improvements in students' high-order cognitive skills contained the measure of learner-centeredness of the class and pre-quiz scores as a covariate. The cognitive level of assessments, learning objectives, nor alignment explained improvements in students' critical thinking. In accordance with much of the current literature, our findings support that more student-centered classes had greater improvements in student learning. However, more research is needed to clarify the role of assessment and alignment in student learning.

  20. The Greatest Learning Return on Your Pedagogical Investment: Alignment, Assessment or In-Class Instruction?

    PubMed Central

    Holt, Emily A.; Young, Craig; Keetch, Jared; Larsen, Skylar; Mollner, Brayden

    2015-01-01

    Critical thinking is often considered an essential learning outcome of institutions in higher education. Previous work has proposed three pedagogical strategies to address this goal: more active, student-centered in-class instruction, assessments which contain higher-order cognitive questions, and greater alignment within a classroom (i.e., high agreement of the cognitive level of learning objectives, assessments, and in-class instruction). Our goals were to determine which of these factors, individually or the interactions therein, contributed most to improvements in university students’ critical thinking. We assessed students’ higher-order cognitive skills in introductory non-majors biology courses the first and last week of instruction. For each of the fifteen sections observed, we also measured the cognitive level of assessments and learning objectives, evaluated the learner-centeredness of each classroom, and calculated an alignment score for each class. The best model to explain improvements in students’ high-order cognitive skills contained the measure of learner-centeredness of the class and pre-quiz scores as a covariate. The cognitive level of assessments, learning objectives, nor alignment explained improvements in students’ critical thinking. In accordance with much of the current literature, our findings support that more student-centered classes had greater improvements in student learning. However, more research is needed to clarify the role of assessment and alignment in student learning. PMID:26340659

  1. Orthodontic retreatment using anchorage with miniplate to camouflage a Class III skeletal pattern

    PubMed Central

    Farret, Marcel Marchiori

    2016-01-01

    ABSTRACT This manuscript describes the treatment of a 27-year-old patient who was previously treated with two maxillary first premolar extractions. The patient had skeletal Class III malocclusion, Class III canine relationship, anterior crossbite, and a concave profile. As the patient refused orthognathic surgery, a miniplate was used on the right side of the lower arch as an anchorage unit after the extraction of mandibular first premolars, aiding the retraction of anterior teeth. At the end of treatment, anterior crossbite was corrected, in which first molars and canines were in a Class I relationship, and an excellent intercuspation was reached. Furthermore, patient's profile remarkably improved as a result of mandibular incisor retraction. A 30-month follow-up showed good stability of the results obtained. This case was presented to the Brazilian Board of Orthodontics and Dentofacial Orthopedics (BBO) as one of the requirements to become diplomate by the BBO. PMID:27409659

  2. Rethinking College Students' Self-Regulation and Sustained Attention: Does Text Messaging during Class Influence Cognitive Learning?

    ERIC Educational Resources Information Center

    Wei, Fang-Yi Flora; Wang, Y. Ken; Klausner, Michael

    2012-01-01

    This study investigated whether texting during class influences students' cognitive learning. A theoretical model was proposed to study the relationships among college students' self-regulation, texting during class, sustained attention to classroom learning, and cognitive learning (i.e., grade-oriented academic performance and experience-oriented…

  3. Social Class, Economic Inequality, and the Convergence of Policy Preferences: Evidence from 24 Modern Democracies.

    PubMed

    Andersen, Robert; Curtis, Josh

    2015-08-01

    Using data from the World Values Survey and national-level indicators for 24 modern democracies, we assess the influence of social class and economic inequality on preferences for government responsibility. We improve on previous research by using multilevel models that account for differences in attitudes both within (i.e., over time) and across countries. Our findings are consistent with the economic self-interest hypothesis. Specifically, working class individuals, who tend to gain the most from government intervention because of their low and often more precarious economic position, are more likely than others to support government intervention. We also find a positive relationship between national-level income inequality and support for government intervention. As income inequality rises, its social ills tend to be more pervasive, resulting in public opinion becoming more supportive of governments taking responsibility for their citizens. We further demonstrate that inequality moderates the relationship between social class and attitudes. Although the effect of income inequality is positive for all social classes, attitudes across social classes become more similar as inequality rises. © 2015 Canadian Sociological Association/La Société canadienne de sociologie.

  4. Training set size, scale, and features in Geographic Object-Based Image Analysis of very high resolution unmanned aerial vehicle imagery

    NASA Astrophysics Data System (ADS)

    Ma, Lei; Cheng, Liang; Li, Manchun; Liu, Yongxue; Ma, Xiaoxue

    2015-04-01

    Unmanned Aerial Vehicle (UAV) has been used increasingly for natural resource applications in recent years due to their greater availability and the miniaturization of sensors. In addition, Geographic Object-Based Image Analysis (GEOBIA) has received more attention as a novel paradigm for remote sensing earth observation data. However, GEOBIA generates some new problems compared with pixel-based methods. In this study, we developed a strategy for the semi-automatic optimization of object-based classification, which involves an area-based accuracy assessment that analyzes the relationship between scale and the training set size. We found that the Overall Accuracy (OA) increased as the training set ratio (proportion of the segmented objects used for training) increased when the Segmentation Scale Parameter (SSP) was fixed. The OA increased more slowly as the training set ratio became larger and a similar rule was obtained according to the pixel-based image analysis. The OA decreased as the SSP increased when the training set ratio was fixed. Consequently, the SSP should not be too large during classification using a small training set ratio. By contrast, a large training set ratio is required if classification is performed using a high SSP. In addition, we suggest that the optimal SSP for each class has a high positive correlation with the mean area obtained by manual interpretation, which can be summarized by a linear correlation equation. We expect that these results will be applicable to UAV imagery classification to determine the optimal SSP for each class.

  5. Searching for Chips of Kuiper Belt Objects in Meteorites

    NASA Technical Reports Server (NTRS)

    Zolensky, M. E.; Ohsumi, K.; Briani, G.; Gounelle, M.; Mikouchi, T.; Satake, W.; Kurihara, T.; Weisberg, M. K.; Le, L.

    2009-01-01

    The Nice model [1&2] describes a scenario whereby the Jovian planets experienced a violent reshuffling event approx.3:9 Ga the giant planets moved, existing small body reservoirs were depleted or eliminated, and new reservoirs were created in particular locations. The Nice model quantitatively explains the orbits of the Jovian planets and Neptune [1], the orbits of bodies in several different small body reservoirs in the outer solar system (e.g., Trojans of Jupiter [2], the Kuiper belt and scattered disk [3], the irregular satellites of the giant planets [4], and the late heavy bombardment on the terrestrial planets approx.3:9 Ga [5]. This model is unique in plausibly explaining all of these phenomena. One issue with the Nice model is that it predicts that transported Kuiper Belt Objects (KBOs) (things looking like D class asteroids) should predominate in the outer asteroid belt, but we know only about 10% of the objects in the outer main asteroid belt appear to be D-class objects [6]. However based upon collisional modeling, Bottke et al. [6] argue that more than 90% of the objects captured in the outer main belt could have been eliminated by impacts if they had been weakly-indurated objects. These disrupted objects should have left behind pieces in the ancient regoliths of other, presumably stronger asteroids. Thus, a derived prediction of the Nice model is that ancient regolith samples (regolith-bearing meteorites) should contain fragments of collisionally-destroyed Kuiper belt objects. In fact KBO pieces might be expected to be present in most ancient regolith- bearing meteorites [7&8].

  6. Why Does Rebalancing Class-Unbalanced Data Improve AUC for Linear Discriminant Analysis?

    PubMed

    Xue, Jing-Hao; Hall, Peter

    2015-05-01

    Many established classifiers fail to identify the minority class when it is much smaller than the majority class. To tackle this problem, researchers often first rebalance the class sizes in the training dataset, through oversampling the minority class or undersampling the majority class, and then use the rebalanced data to train the classifiers. This leads to interesting empirical patterns. In particular, using the rebalanced training data can often improve the area under the receiver operating characteristic curve (AUC) for the original, unbalanced test data. The AUC is a widely-used quantitative measure of classification performance, but the property that it increases with rebalancing has, as yet, no theoretical explanation. In this note, using Gaussian-based linear discriminant analysis (LDA) as the classifier, we demonstrate that, at least for LDA, there is an intrinsic, positive relationship between the rebalancing of class sizes and the improvement of AUC. We show that the largest improvement of AUC is achieved, asymptotically, when the two classes are fully rebalanced to be of equal sizes.

  7. Student Attitudes Toward Legalizing Marijuana: A Study Of Social Class

    ERIC Educational Resources Information Center

    Hardy, Clifford A.

    1973-01-01

    The results of this study in general indicate that while the total group expressed a significantly favorable attitude toward the legalizing of marijuana; at the same time there appeared to be no significant relationship between social class and the attitude variable in question. (Author)

  8. Virtual Surveyor based Object Extraction from Airborne LiDAR data

    NASA Astrophysics Data System (ADS)

    Habib, Md. Ahsan

    Topographic feature detection of land cover from LiDAR data is important in various fields - city planning, disaster response and prevention, soil conservation, infrastructure or forestry. In recent years, feature classification, compliant with Object-Based Image Analysis (OBIA) methodology has been gaining traction in remote sensing and geographic information science (GIS). In OBIA, the LiDAR image is first divided into meaningful segments called object candidates. This results, in addition to spectral values, in a plethora of new information such as aggregated spectral pixel values, morphology, texture, context as well as topology. Traditional nonparametric segmentation methods rely on segmentations at different scales to produce a hierarchy of semantically significant objects. Properly tuned scale parameters are, therefore, imperative in these methods for successful subsequent classification. Recently, some progress has been made in the development of methods for tuning the parameters for automatic segmentation. However, researchers found that it is very difficult to automatically refine the tuning with respect to each object class present in the scene. Moreover, due to the relative complexity of real-world objects, the intra-class heterogeneity is very high, which leads to over-segmentation. Therefore, the method fails to deliver correctly many of the new segment features. In this dissertation, a new hierarchical 3D object segmentation algorithm called Automatic Virtual Surveyor based Object Extracted (AVSOE) is presented. AVSOE segments objects based on their distinct geometric concavity/convexity. This is achieved by strategically mapping the sloping surface, which connects the object to its background. Further analysis produces hierarchical decomposition of objects to its sub-objects at a single scale level. Extensive qualitative and qualitative results are presented to demonstrate the efficacy of this hierarchical segmentation approach.

  9. Active Transportation to and on Campus is Associated With Objectively Measured Fitness Outcomes Among College Students.

    PubMed

    Bopp, Melissa; Bopp, Christopher; Schuchert, Megan

    2015-03-01

    Active transportation (AT) has been associated with positive health outcomes, yet limited research has addressed this with college students, a population at-risk for inactivity. The purpose of this study was to examine the relationship between AT behavior and objectively measured fitness outcomes. A volunteer, convenience sample (n = 299) of college students from a large northeastern university completed a survey about their AT habits to and on campus and psychosocial constructs related to AT and participated in a laboratory-based fitness assessment (cardiovascular endurance, muscular strength and endurance, flexibility, body composition).Off-campus students were dichotomized as nonactive (0-1 AT trips/day) or active travelers (> 1 AT trips/day) to campus; t-tests compared nonactive and active travelers for psychosocial and fitness variables. Students were 56.3% male, 79.2% non-Hispanic White, and primarily living off-campus (87%). Most students (n = 177, 59.2%) reported active travel between classes. Off-campus students were primarily active travelers (76.1%). Active travelers to campus had greater cardiovascular fitness (P = .005), were more flexible (P = .006) and had lower systolic blood pressure (P = .05) compared with nonactive travelers. This study documents a relationship between AT behavior and objectively measured fitness among college students and provides a rationale for targeting this behavior as a method for improving health outcomes.

  10. Relationship between Class Size and Students' Opportunity to Learn Writing in Middle School

    ERIC Educational Resources Information Center

    Tienken, Christopher H.; Achilles, Charles M.

    2009-01-01

    Class-size reduction (CSR) initiatives have demonstrated positive short- and long-term effects in elementary grades. Less is known about CSR influence on achievement in middle grades. Thus, we conducted a non-experimental, longitudinal, explanatory study of CSR influence on writing achievement of 3 independent cohorts of students (n = 123) in…

  11. The Influence of Grandparents' Social Class on Children's Aspirations

    ERIC Educational Resources Information Center

    Moulton, Vanessa; Flouri, Eirini; Joshi, Heather; Sullivan, Alice

    2017-01-01

    Social class mobility from grandparent to grandchild is a relatively neglected topic. Grandparents today are often healthier and more active, and have longer relationships with their grandchildren than in previous generations. We used data from the UK's Millennium Cohort Study (n = 8570) to investigate the influence of maternal and paternal…

  12. The Effects of Class Size on Students' Academic Achievement

    ERIC Educational Resources Information Center

    Wilson, Claire

    2011-01-01

    The purpose of this quantitative correlational research was to study the relationship between class size and students' academic achievement. Citywide language arts and math test scores for third and fifth grade students in four New York City public schools were examined using a variety of variables including (a) gender, (b) ethnicity, (c) grade…

  13. Social Class and Self-Esteem among Children and Adults

    ERIC Educational Resources Information Center

    Rosenberg, Morris; Pearlin, Leonard I.

    1978-01-01

    An analysis of two studies examining the relationship of social class to self-esteem. Two groups were involved, children ages eight to 18 and adults 18 to 65. Four principles of self-esteem development were advanced to account for the results. The principles were said to apply equally to adults and children. (BC)

  14. Class and Categories: What Role Does Socioeconomic Status Play in Children's Lexical and Conceptual Development?

    ERIC Educational Resources Information Center

    Bloomquist, Jennifer

    2009-01-01

    At one time, academic inquiries into the relationship between socioeconomic class and language acquisition were commonplace, but the past 20 years have seen a decrease in work that focuses on the intersection between class and early language learning. Recently, however, against the backdrop of the No Child Left Behind legislation in the United…

  15. Influence of Social Class Perceptions on Attributions among Mental Health Practitioners

    PubMed Central

    Thomposon, Mindi; Diestelmann, Jacob; Cole, Odessa; Keller, Abiola; Minami, Takuya

    2018-01-01

    Objective A vignette-based study assessed the influence of social class attributions toward a hypothetical client’s difficulty. Method 188 licensed mental health professionals who were recruited through professional listservs completed an online survey after reviewing one of two versions of a vignette describing a hypothetical client that varied based on social class cues. Results As expected, this sample of licensed mental health practitioners detected social class differences based on the descriptors of the hypothetical client across the two vignettes. These perceived social class differences, however, did not impact participants’ attributions toward the client for causing or solving her problems, level of GAF score ascribed to the client, or willingness to work with the client. Conclusions There was no evidence that participants differentially ascribed attributions based on social class. Implications and directions for future research are provided. PMID:24499284

  16. CognitionMaster: an object-based image analysis framework

    PubMed Central

    2013-01-01

    Background Automated image analysis methods are becoming more and more important to extract and quantify image features in microscopy-based biomedical studies and several commercial or open-source tools are available. However, most of the approaches rely on pixel-wise operations, a concept that has limitations when high-level object features and relationships between objects are studied and if user-interactivity on the object-level is desired. Results In this paper we present an open-source software that facilitates the analysis of content features and object relationships by using objects as basic processing unit instead of individual pixels. Our approach enables also users without programming knowledge to compose “analysis pipelines“ that exploit the object-level approach. We demonstrate the design and use of example pipelines for the immunohistochemistry-based cell proliferation quantification in breast cancer and two-photon fluorescence microscopy data about bone-osteoclast interaction, which underline the advantages of the object-based concept. Conclusions We introduce an open source software system that offers object-based image analysis. The object-based concept allows for a straight-forward development of object-related interactive or fully automated image analysis solutions. The presented software may therefore serve as a basis for various applications in the field of digital image analysis. PMID:23445542

  17. The Myth of Social Class and Criminality: An Empirical Assessment of the Empirical Evidence.

    ERIC Educational Resources Information Center

    Tittle, Charles R.; And Others

    1978-01-01

    Thirty-five studies examining the relationship between social class and crime/delinquency are reduced to comparable statistics using as units of analysis instances where the relationship was studied for specific categories of age, sex, race, place of residence, data type, or offense. Findings from 363 instances are summarized and patterns are…

  18. Measuring Social Capital among First-Generation and Non-First-Generation, Working-Class, White Males

    ERIC Educational Resources Information Center

    Moschetti, Roxanne; Hudley, Cynthia

    2008-01-01

    Social capital is a useful theory for understanding the experiences of working class, first-generation college students. Social capital is the value of a relationship that provides support and assistance in a given social situation. According to social capital theory, networks of relationships can aid students in managing an otherwise unfamiliar…

  19. Friendship networks of inner-city adults: a latent class analysis and multi-level regression of supporter types and the association of supporter latent class membership with supporter and recipient drug use.

    PubMed

    Bohnert, Amy S B; German, Danielle; Knowlton, Amy R; Latkin, Carl A

    2010-03-01

    Social support is a multi-dimensional construct that is important to drug use cessation. The present study identified types of supportive friends among the social network members in a community-based sample and examined the relationship of supporter-type classes with supporter, recipient, and supporter-recipient relationship characteristics. We hypothesized that the most supportive network members and their support recipients would be less likely to be current heroin/cocaine users. Participants (n=1453) were recruited from low-income neighborhoods with a high prevalence of drug use. Participants identified their friends via a network inventory, and all nominated friends were included in a latent class analysis and grouped based on their probability of providing seven types of support. These latent classes were included as the dependent variable in a multi-level regression of supporter drug use, recipient drug use, and other characteristics. The best-fitting latent class model identified five support patterns: friends who provided Little/No Support, Low/Moderate Support, High Support, Socialization Support, and Financial Support. In bivariate models, friends in the High, Low/Moderate, and Financial Support were less likely to use heroin or cocaine and had less conflict with and were more trusted by the support recipient than friends in the Low/No Support class. Individuals with supporters in those same support classes compared to the Low/No Support class were less likely to use heroin or cocaine, or to be homeless or female. Multivariable models suggested similar trends. Those with current heroin/cocaine use were less likely to provide or receive comprehensive support from friends. Published by Elsevier Ireland Ltd.

  20. Cone-beam computed tomographic evaluation of the temporomandibular joint and dental characteristics of patients with Class II subdivision malocclusion and asymmetry

    PubMed Central

    Huang, Mingna; Hu, Yun; Yu, Jinfeng; Sun, Jicheng; Ming, Ye

    2017-01-01

    Objective Treating Class II subdivision malocclusion with asymmetry has been a challenge for orthodontists because of the complicated characteristics of asymmetry. This study aimed to explore the characteristics of dental and skeletal asymmetry in Class II subdivision malocclusion, and to assess the relationship between the condyle-glenoid fossa and first molar. Methods Cone-beam computed tomographic images of 32 patients with Class II subdivision malocclusion were three-dimensionally reconstructed using the Mimics software. Forty-five anatomic landmarks on the reconstructed structures were selected and 27 linear and angular measurements were performed. Paired-samples t-tests were used to compare the average differences between the Class I and Class II sides; Pearson correlation coefficient (r) was used for analyzing the linear association. Results The faciolingual crown angulation of the mandibular first molar (p < 0.05), sagittal position of the maxillary and mandibular first molars (p < 0.01), condylar head height (p < 0.01), condylar process height (p < 0.05), and angle of the posterior wall of the articular tubercle and coronal position of the glenoid fossa (p < 0.01) were significantly different between the two sides. The morphology and position of the condyle-glenoid fossa significantly correlated with the three-dimensional changes in the first molar. Conclusions Asymmetry in the sagittal position of the maxillary and mandibular first molars between the two sides and significant lingual inclination of the mandibular first molar on the Class II side were the dental characteristics of Class II subdivision malocclusion. Condylar morphology and glenoid fossa position asymmetries were the major components of skeletal asymmetry and were well correlated with the three-dimensional position of the first molar. PMID:28861389

  1. Coding of Class I and II aminoacyl-tRNA synthetases

    PubMed Central

    Carter, Charles W.

    2018-01-01

    SUMMARY The aminoacyl-tRNA synthetases and their cognate transfer RNAs translate the universal genetic code. The twenty canonical amino acids are sufficiently diverse to create a selective advantage for dividing amino acid activation between two distinct, apparently unrelated superfamilies of synthetases, Class I amino acids being generally larger and less polar, Class II amino acids smaller and more polar. Biochemical, bioinformatic, and protein engineering experiments support the hypothesis that the two Classes descended from opposite strands of the same ancestral gene. Parallel experimental deconstructions of Class I and II synthetases reveal parallel losses in catalytic proficiency at two novel modular levels—protozymes and Urzymes—associated with the evolution of catalytic activity. Bi-directional coding supports an important unification of the proteome; affords a genetic relatedness metric—middle base-pairing frequencies in sense/antisense alignments—that probes more deeply into the evolutionary history of translation than do single multiple sequence alignments; and has facilitated the analysis of hitherto unknown coding relationships in tRNA sequences. Reconstruction of native synthetases by modular thermodynamic cycles facilitated by domain engineering emphasizes the subtlety associated with achieving high specificity, shedding new light on allosteric relationships in contemporary synthetases. Synthetase Urzyme structural biology suggests that they are catalytically active molten globules, broadening the potential manifold of polypeptide catalysts accessible to primitive genetic coding and motivating revisions of the origins of catalysis. Finally, bi-directional genetic coding of some of the oldest genes in the proteome places major limitations on the likelihood that any RNA World preceded the origins of coded proteins. PMID:28828732

  2. TermGenie – a web-application for pattern-based ontology class generation

    DOE PAGES

    Dietze, Heiko; Berardini, Tanya Z.; Foulger, Rebecca E.; ...

    2014-01-01

    Biological ontologies are continually growing and improving from requests for new classes (terms) by biocurators. These ontology requests can frequently create bottlenecks in the biocuration process, as ontology developers struggle to keep up, while manually processing these requests and create classes. TermGenie allows biocurators to generate new classes based on formally specified design patterns or templates. The system is web-based and can be accessed by any authorized curator through a web browser. Automated rules and reasoning engines are used to ensure validity, uniqueness and relationship to pre-existing classes. In the last 4 years the Gene Ontology TermGenie generated 4715 newmore » classes, about 51.4% of all new classes created. The immediate generation of permanent identifiers proved not to be an issue with only 70 (1.4%) obsoleted classes. Lastly, TermGenie is a web-based class-generation system that complements traditional ontology development tools. All classes added through pre-defined templates are guaranteed to have OWL equivalence axioms that are used for automatic classification and in some cases inter-ontology linkage. At the same time, the system is simple and intuitive and can be used by most biocurators without extensive training.« less

  3. TermGenie – a web-application for pattern-based ontology class generation

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

    Dietze, Heiko; Berardini, Tanya Z.; Foulger, Rebecca E.

    Biological ontologies are continually growing and improving from requests for new classes (terms) by biocurators. These ontology requests can frequently create bottlenecks in the biocuration process, as ontology developers struggle to keep up, while manually processing these requests and create classes. TermGenie allows biocurators to generate new classes based on formally specified design patterns or templates. The system is web-based and can be accessed by any authorized curator through a web browser. Automated rules and reasoning engines are used to ensure validity, uniqueness and relationship to pre-existing classes. In the last 4 years the Gene Ontology TermGenie generated 4715 newmore » classes, about 51.4% of all new classes created. The immediate generation of permanent identifiers proved not to be an issue with only 70 (1.4%) obsoleted classes. Lastly, TermGenie is a web-based class-generation system that complements traditional ontology development tools. All classes added through pre-defined templates are guaranteed to have OWL equivalence axioms that are used for automatic classification and in some cases inter-ontology linkage. At the same time, the system is simple and intuitive and can be used by most biocurators without extensive training.« less

  4. Sex and Social Class Differences in Work Values

    ERIC Educational Resources Information Center

    Hales, Loyde W.; Fenner, Bradford J.

    1973-01-01

    Sixth grade pupils from a junior high school in Southeastern Ohio were given the OWVI. No significant differences among social classes were found in work values. Significant differences were found between boys and girls in three work values--Altruism, Object Orientation, and Solitude. However, similarities outweighed differences between the value…

  5. Oral History Project: Advanced ESL Class, Local 259 U.A.W. 1985-86.

    ERIC Educational Resources Information Center

    Colon, Maria, Comp.; And Others

    A class project undertaken in an English-as-a-Second-Language class is described and presented. Students participating in the project were union employees in a Manhattan electronics factory, and most were native Spanish speakers. The project's objective was to produce an illustrated book and tapes to document work and union experience in the…

  6. Analytical design equations for self-tuned Class-E power amplifier.

    PubMed

    Hu, Zhe; Troyk, Philip

    2011-01-01

    For many emerging neural prosthesis designs that are powered by inductive coupling, their small physical size requires large current in the extracorporeal transmitter coil, and the Class-E power amplifier topology is often used for the transmitter design. Tuning of Class-E circuits for efficient operation is difficult and a self-tuned circuit can facilitate the tuning. The coil current is sensed and used to tune the switching of the transistor switch in the Class-E circuit in order to maintain its high-efficiency operation. Although mathematically complex, the analysis and design procedure for the self-tuned Class-E circuit can be simplified due to the current feedback control, which makes the phase angle between the switching pulse and the coil current predetermined. In this paper explicit analytical design equations are derived and a detailed design procedure is presented and compared with the conventional Class-E design approaches.

  7. Relationships among classes of self-oscillating transistor parallel inverters. [dc to square wave converter circuits for power conditioning

    NASA Technical Reports Server (NTRS)

    Wilson, T. G.; Lee, F. C. Y.; Burns, W. W., III; Owen, H. A., Jr.

    1974-01-01

    A procedure is developed for classifying dc-to-square-wave two-transistor parallel inverters used in power conditioning applications. The inverters are reduced to equivalent RLC networks and are then grouped with other inverters with the same basic equivalent circuit. Distinction between inverter classes is based on the topology characteristics of the equivalent circuits. Information about one class can then be extended to another class using the basic oscillation theory and the concept of duality. Oscillograms from test circuits confirm the validity of the procedure adopted.

  8. Characterisation of Network Objects in Natural and Anthropic Environments

    NASA Astrophysics Data System (ADS)

    Harris, B.; McDougall, K.; Barry, M.

    2014-11-01

    Networks are structures that organise component objects, and they are extensive and recognisable across a range of environments. Estimating lengths of networks objects and their relationships to areas contiguous to them could assist provide owners with additional knowledge of their assets. There is currently some understanding of the way in which networks (such as waterways) relate and respond to their natural and anthropogenic environments. Despite this knowledge, there is no straight forward formula, method or model that can be applied to assess these relationships to a sufficient level of detail. Whilst waterway networks and their structures are well understood from the work of Horton and Strahler, relatively little attention has been paid to how (or if) these properties and behaviours can inform the understanding of other, unrelated, networks. Analysis of existing natural and built network objects exhibited how relationships derived from waterway networks can be applied in new areas of interest. We create a predictive approach to associate dissimilar objects such as pipe networks to assess if using the model established for waterway networks and their relationships can be functional in other areas. Using diversity of inputs we create data to assist with the creation of a predictive model. This work provides a clean theoretical connection between a formula applied to evaluate waterways and their environments, and other natural and anthropogenic network objects. It fills a key knowledge gap in the assessment and application of approaches used to measure natural and built networks.

  9. The relationship between target-class and the physicochemical properties of antibacterial drugs

    PubMed Central

    Mugumbate, Grace; Overington, John P.

    2015-01-01

    The discovery of novel mechanism of action (MOA) antibacterials has been associated with the concept that antibacterial drugs occupy a differentiated region of physicochemical space compared to human-targeted drugs. With, in broad terms, antibacterials having higher molecular weight, lower log P and higher polar surface area (PSA). By analysing the physicochemical properties of about 1700 approved drugs listed in the ChEMBL database, we show, that antibacterials for whose targets are riboproteins (i.e., composed of a complex of RNA and protein) fall outside the conventional human ‘drug-like’ chemical space; whereas antibacterials that modulate bacterial protein targets, generally comply with the ‘rule-of-five’ guidelines for classical oral human drugs. Our analysis suggests a strong target-class association for antibacterials—either protein-targeted or riboprotein-targeted. There is much discussion in the literature on the failure of screening approaches to deliver novel antibacterial lead series, and linkage of this poor success rate for antibacterials with the chemical space properties of screening collections. Our analysis suggests that consideration of target-class may be an underappreciated factor in antibacterial lead discovery, and that in fact bacterial protein-targets may well have similar binding site characteristics to human protein targets, and questions the assumption that larger, more polar compounds are a key part of successful future antibacterial discovery. PMID:25975639

  10. The Mission Accessible Near-Earth Objects Survey (MANOS): photometric results

    NASA Astrophysics Data System (ADS)

    Thirouin, Audrey; Moskovitz, Nicholas; Binzel, Richard; Christensen, Eric J.; DeMeo, Francesca; Person, Michael J.; Polishook, David; Thomas, Cristina; Trilling, David E.; Willman, Mark; Hinkle, Mary L.; Burt, Brian; Avner, Dan

    2016-10-01

    The Mission Accessible Near-Earth Object Survey (MANOS) is a physical characterization survey of Near-Earth Objects (NEOs) to provide physical data for several hundred mission accessible NEOs across visible and near-infrared wavelengths. Using a variety of 1-m to 8-m class telescopes, we observe 5 to 10 newly discovered sub-km NEOs per month in order to derive their rotational properties and taxonomic class.Rotational data can provide useful information about physical properties, like shape, surface heterogeneity/homogeneity, density, internal structure, and internal cohesion. Here, we present results of the MANOS photometric survey for more than 200 NEOs. We report lightcurves from our first three years of observing and show objects with rotational periods from a couple of hours down to a few seconds. MANOS found the three fastest rotators known to date with rotational periods below 20s. A physical interpretation of these ultra-rapid rotators is that they are bound through a combination of cohesive and/or tensile strength rather than gravity. Therefore, these objects are important to understand the internal structure of NEOs. Rotational properties are used for statistical study to constrain overall properties of the NEO population. We also study rotational properties according to size, and dynamical class. Finally, we report a sample of NEOs that are fully characterized (lightcurve and visible spectra) as the most suitable candidates for a future robotic or human mission. Viable mission targets are objects with a rotational period >1h, and a delta-v lower than 12 km/s. Assuming the MANOS rate of object characterization, and the current NEO population estimates by Tricarico (2016), and by Harris and D'Abramo (2015), 10,000 to 1,000,000 NEOs with diameters between 10m and 1km are expected to be mission accessible. We acknowledge funding support from NASA NEOO grant number NNX14AN82G, and NOAO survey program.

  11. A Learning Combination: Coaching with CLASS and the Project Approach

    ERIC Educational Resources Information Center

    Vartuli, Sue; Bolz, Carol; Wilson, Catherine

    2014-01-01

    The focus of this ongoing research is the effectiveness of coaching in improving the quality of teacher-child instructional interactions in Head Start classrooms. This study examines the relationship between two measures: Classroom Assessment Scoring System (CLASS) and a Project Approach Fidelity form developed by the authors. Linear regressions…

  12. A Conceptual Framework for Understanding Race, Class, Gender, and Sexuality.

    ERIC Educational Resources Information Center

    Weber, Lynn

    1998-01-01

    Presents six common themes that characterize scholarship about race, class, gender, and sexuality. These themes are contextual and socially constructed, and deal with systems of power relationships. They stress the social structural (macro) and social psychological (micro) nature of the issues and their simultaneous expression, as well as the…

  13. Children's Learning Practices in Ethiopia: Observations from Primary School Classes

    ERIC Educational Resources Information Center

    Frost, Melanie; Little, Angela W.

    2014-01-01

    This paper explores questions of relevance to Ethiopian primary education policy. It examines (i) the match/mismatch between government-prescribed pedagogy and actual student learning practices and (ii) the relationship between those practices and school, class and teacher level factors. The paper employs evidence from government documents on…

  14. A new class of non-topological solitons

    NASA Technical Reports Server (NTRS)

    Frieman, Joshua A.; Lynn, Bryan W.

    1989-01-01

    A class of non-topological solitons was constructed in renormalizable scalar field theories with nonlinear self-interactions. For large charge Q, the soliton mass increases linearly with Q, i.e., the soliton mass density is approximately independent of charge. Such objects could be naturally produced in a phase transition in the early universe or in the decay of superconducting cosmic strings.

  15. Relationship between Bruxism and Malocclusion among Preschool Children in Isfahan

    PubMed Central

    Ghafournia, Maryam; Hajenourozali Tehrani, Maryam

    2012-01-01

    Background and aims Bruxism is defined as a habitual nonfunctional forceful contact between occlusal tooth surfaces. In younger children bruxism may be a consequence of the masticatory neuromuscular system immaturity. The aim of this study was to assess the prevalence of bruxism and investigate the relationship between occlusal factors and bruxism among preschool children. Materials and methods In this cross-sectional survey, 400 3-6-year-old children were selected randomly from different preschools in Isfahan, Iran. The subjects were divided into two groups of bruxers and non-bruxers as determined by the clinical examination and their parents’ reports. The examiner recorded the primary canines (Class I, Class II, and Class III) and molars (mesial step, distal step, flash terminal plane) relationship, existence of anterior and posterior crossbite, open and deep bite. Also, rotated teeth, food impaction, sharp tooth edges, high restorations, extensive tooth caries, and painful teeth (categorized as irritating tooth conditions) were evaluated. The relationship between bruxism and occlusal factors and irritating tooth conditions was evaluated with chi-square test. Results Bruxism was seen in 12.75% of the subjects. Statistically significant relationships existed between bruxism and some occlusal factors, such as flash terminal plane (P = 0.023) and mesial step (P = 0.001) and also, between food impaction, extensive tooth caries, tooth pain, sharp tooth edge and bruxism. Conclusion The results showed significant relationship of bruxism with primary molar relationships and irritating tooth conditions among preschool children. PMID:23277860

  16. Early object relations into new objects.

    PubMed

    Downey, T W

    2001-01-01

    interpretation in relation to the transference--were the sole agents of therapeutic change. Reviewing maturation and development in relation to the resumption of psychological growth suggests that the provision of a beneficient environment, the "white keys," may lead to the resumption of maturational growth and change. The difference between the two modalities would be in the relative need for a significant other to bring about such change. Expanding on Hartmann and Kris, we can say that maturation requires a certain level of human stimulation and a supportive environment to unfold. At times in our work we encounter a psychoanalysis of and about maturation rather than primarily transference and interpretation. By and large the structure and functions of the ego that have been impeded in their exercise by traumatic circumstances in the environment are reactivated by a generalized holding environment rather than a relationship. In the practice of psychoanalysis this means that the child analyst may be more relaxed about the nonverbal play and relational aspects of the work; he need not fear that dynamics not captured in secondary process are lost to change. To the extent that the analysis provides an opportunity for maturational expression, growth will occur. When growth has been impeded by direct and significant interpersonal factors, the standard interpretative clarifications of defense, drive, and object relations in the context of removing the transference distortions regarding the analyst (and the world) are essential for recovery. Where the sequence of repetition through practice to mastery has become frozen by thwarting and stunting relationships, these potentially dead-end examples of neurotic object constancy must be played out on the "black keys." The amalgamation of the black of transference developments and the white of maturational emergence is paradigmatic for the discovery of new objects and new senses of self. In everyday life and analysis, maturation may lead to

  17. Asymmetric severe skeletal Class II division 1 patient with temporomandibular joint disorder treated with zygomatic anchorage devices and Ni-Ti alloy wires.

    PubMed

    Ishida, Takayoshi; Ono, Takashi

    2014-09-01

    To describe the orthodontic treatment of a nongrowing 30-year-old woman with asymmetric severe skeletal Class II malocclusions (asymmetric Angle Class II), large overjet (16 mm), large overbite (8 mm), two congenitally missing mandibular incisors (presenting a deciduous anterior tooth), and signs and symptoms of temporomandibular joint disorder (TMD). We used novel improved super-elastic Ni-Ti alloy wires (ISWs) combined with Ni-Ti alloy coil springs, power hooks, and a zygomatic implant as reinforced anchorage to provide a constant and continuous mild force to the dentition. We successfully distalized maxillary molars, premolars, and retracted anterior teeth and corrected the asymmetric Angle Class II molar relationship using this system of zygomatic anchorage in conjunction with ISWs, Ni-Ti alloy open-coil springs, and crimpable power hook. The maxillary molars were distalized, and postero-occlusal relationships were improved to achieve Class I canine and molar relationships on both sides. Intrusion of the upper molars made the mandibular plane close. Ideal overbite and overjet relationships were established. Facial esthetics were improved with decreased upper and lower lip protrusion, and no symptoms of TMD were observed after treatment. The orthodontic treatment described here is a promising anchorage technique alternative to traditional techniques to improve severe skeletal Class II with TMD.

  18. RACE-SPECIFIC TRANSITION PATTERNS AMONG ALCOHOL USE CLASSES IN ADOLESCENT GIRLS

    PubMed Central

    Dauber, Sarah E.; Paulson, James F.; Leiferman, Jenn A.

    2010-01-01

    We used data from the National Longitudinal Study of Adolescent Health to examine transitions among alcohol use classes in 2225 White and African American adolescent girls, and race differences in predictors of transition into and out of problematic drinking classes. Latent class analysis confirmed four classes for White girls and three for AA girls, defined in a previous study. Latent transition analysis revealed more stable abstainers and decreasing alcohol use among AA girls, and more increasing alcohol use among White girls, though stable abstainers were the largest group among both races. Increasing use was predicted by delinquency, academic misbehavior, substance use, and peer support for White girls, and by older age and delinquency for AA girls. Decreasing use was predicted by older age and depressive symptoms for White girls, and by family relationship quality and substance use for AA girls. Study limitations and implications of findings are discussed. PMID:20708254

  19. Frequency of CPV infection in vaccinated puppies that attended puppy socialization classes.

    PubMed

    Stepita, Meredith E; Bain, Melissa J; Kass, Philip H

    2013-01-01

    Socialization is one method of preventing behavior problems in dogs; however, some oppose socialization before 16 wk of age due to the risk of contracting infectious diseases. The objectives of this study were to determine if puppies that attended puppy socialization classes and were vaccinated by a veterinarian at least once were at an increased risk of confirmed canine parvovirus (CPV) infection compared with puppies that did not attend classes and to determine the frequency of suspected CPV infection in puppies vaccinated at least once that attended classes with trainers. Twenty-one clinics in four cities in the United States provided information regarding demographics, vaccination, CPV diagnosis, and class attendance for puppies ≤ 16 wk of age. In addition, 24 trainers in those same cities collected similar information on puppies that attended their classes. In total, 279 puppies attended socialization classes and none were suspected of or diagnosed with CPV infection. Results indicated that vaccinated puppies attending socialization classes were at no greater risk of CPV infection than vaccinated puppies that did not attend those classes.

  20. A dual-mode highly efficient class-E stimulator controlled by a low-Q class-E power amplifier through duty cycle.

    PubMed

    Chiu, Hung-Wei; Lu, Chien-Chi; Chuang, Jia-min; Lin, Wei-Tso; Lin, Chii-Wann; Kao, Ming-Chien; Lin, Mu-Lien

    2013-06-01

    This paper presents the design flow of two high-efficiency class-E amplifiers for the implantable electrical stimulation system. The implantable stimulator is a high-Q class-E driver that delivers a sine-wave pulsed radiofrequency (PRF) stimulation, which was verified to have a superior efficacy in pain relief to a square wave. The proposed duty-cycle-controlled class-E PRF driver designed with a high-Q factor has two operational modes that are able to achieve 100% DC-AC conversion, and involves only one switched series inductor and an unchanged parallel capacitor. The measured output amplitude under low-voltage (LV) mode using a 22% duty cycle was 0.98 V with 91% efficiency, and under high-voltage (HV) mode using a 47% duty cycle was 2.95 V with 92% efficiency. These modes were inductively controlled by a duty-cycle detector, which can detect the duty-cycle modulated signal generated from the external complementary low-Q class-E power amplifier (PA). The design methodology of the low-Q inductive interface for a non-50% duty cycle is presented. The experimental results exhibits that the 1.5-V PA that consumes DC power of 14.21 mW was able to deliver a 2.9-V sine wave to a 500 Ω load. The optimal 60% drain efficiency of the system from the PA to the load was obtained at a 10-mm coupling distance.

  1. Using an Integrative Approach To Teach Hebrew Grammar in an Elementary Immersion Class.

    ERIC Educational Resources Information Center

    Eckstein, Peter

    The 12-week program described here was designed to improve a Hebrew language immersion class' ability to correctly use the simple past and present tenses. The target group was a sixth-grade class that achieved a 65.68 percent error-free rate on a pre-test; the project's objective was to achieve 90 percent error free tests, using student…

  2. Remembering Math: The Design of Digital Learning Objects to Spark Professional Learning

    ERIC Educational Resources Information Center

    Halverson, Richard; Wolfenstein, Moses; Williams, Caroline C.; Rockman, Charles

    2009-01-01

    This article describes how the design of digital learning objects can spark professional learning. The challenge was to build learning objects that would help experienced special education teachers, who had been teaching in math classes, to demonstrate their proficiency in middle and secondary school mathematics on the PRAXIS examination. While…

  3. Eukaryotic genomes may exhibit up to 10 generic classes of gene promoters.

    PubMed

    Gagniuc, Paul; Ionescu-Tirgoviste, Constantin

    2012-09-28

    The main function of gene promoters appears to be the integration of different gene products in their biological pathways in order to maintain homeostasis. Generally, promoters have been classified in two major classes, namely TATA and CpG. Nevertheless, many genes using the same combinatorial formation of transcription factors have different gene expression patterns. Accordingly, we tried to ask ourselves some fundamental questions: Why certain genes have an overall predisposition for higher gene expression levels than others? What causes such a predisposition? Is there a structural relationship of these sequences in different tissues? Is there a strong phylogenetic relationship between promoters of closely related species? In order to gain valuable insights into different promoter regions, we obtained a series of image-based patterns which allowed us to identify 10 generic classes of promoters. A comprehensive analysis was undertaken for promoter sequences from Arabidopsis thaliana, Drosophila melanogaster, Homo sapiens and Oryza sativa, and a more extensive analysis of tissue-specific promoters in humans. We observed a clear preference for these species to use certain classes of promoters for specific biological processes. Moreover, in humans, we found that different tissues use distinct classes of promoters, reflecting an emerging promoter network. Depending on the tissue type, comparisons made between these classes of promoters reveal a complementarity between their patterns whereas some other classes of promoters have been observed to occur in competition. Furthermore, we also noticed the existence of some transitional states between these classes of promoters that may explain certain evolutionary mechanisms, which suggest a possible predisposition for specific levels of gene expression and perhaps for a different number of factors responsible for triggering gene expression. Our conclusions are based on comprehensive data from three different databases and a

  4. Latent class models for joint analysis of disease prevalence and high-dimensional semicontinuous biomarker data.

    PubMed

    Zhang, Bo; Chen, Zhen; Albert, Paul S

    2012-01-01

    High-dimensional biomarker data are often collected in epidemiological studies when assessing the association between biomarkers and human disease is of interest. We develop a latent class modeling approach for joint analysis of high-dimensional semicontinuous biomarker data and a binary disease outcome. To model the relationship between complex biomarker expression patterns and disease risk, we use latent risk classes to link the 2 modeling components. We characterize complex biomarker-specific differences through biomarker-specific random effects, so that different biomarkers can have different baseline (low-risk) values as well as different between-class differences. The proposed approach also accommodates data features that are common in environmental toxicology and other biomarker exposure data, including a large number of biomarkers, numerous zero values, and complex mean-variance relationship in the biomarkers levels. A Monte Carlo EM (MCEM) algorithm is proposed for parameter estimation. Both the MCEM algorithm and model selection procedures are shown to work well in simulations and applications. In applying the proposed approach to an epidemiological study that examined the relationship between environmental polychlorinated biphenyl (PCB) exposure and the risk of endometriosis, we identified a highly significant overall effect of PCB concentrations on the risk of endometriosis.

  5. Logarithmic r-θ mapping for hybrid optical neural network filter for multiple objects recognition within cluttered scenes

    NASA Astrophysics Data System (ADS)

    Kypraios, Ioannis; Young, Rupert C. D.; Chatwin, Chris R.; Birch, Phil M.

    2009-04-01

    θThe window unit in the design of the complex logarithmic r-θ mapping for hybrid optical neural network filter can allow multiple objects of the same class to be detected within the input image. Additionally, the architecture of the neural network unit of the complex logarithmic r-θ mapping for hybrid optical neural network filter becomes attractive for accommodating the recognition of multiple objects of different classes within the input image by modifying the output layer of the unit. We test the overall filter for multiple objects of the same and of different classes' recognition within cluttered input images and video sequences of cluttered scenes. Logarithmic r-θ mapping for hybrid optical neural network filter is shown to exhibit with a single pass over the input data simultaneously in-plane rotation, out-of-plane rotation, scale, log r-θ map translation and shift invariance, and good clutter tolerance by recognizing correctly the different objects within the cluttered scenes. We record in our results additional extracted information from the cluttered scenes about the objects' relative position, scale and in-plane rotation.

  6. The Problem of Hierarchy in the Objectives of Geography Teaching at the Pre-University Level.

    ERIC Educational Resources Information Center

    Graves, Norman John

    The meaning of objectives in geographic education and the need to structure objectives in some hierarchical manner are presented in this paper. Discussion in past years centered on the teaching of general objectives in geography classes. During the last twenty years, however, geography instructors realized that objectives may be at various levels…

  7. A new class of random processes with application to helicopter noise

    NASA Technical Reports Server (NTRS)

    Hardin, Jay C.; Miamee, A. G.

    1989-01-01

    The concept of dividing random processes into classes (e.g., stationary, locally stationary, periodically correlated, and harmonizable) has long been employed. A new class of random processes is introduced which includes many of these processes as well as other interesting processes which fall into none of the above classes. Such random processes are denoted as linearly correlated. This class is shown to include the familiar stationary and periodically correlated processes as well as many other, both harmonizable and non-harmonizable, nonstationary processes. When a process is linearly correlated for all t and harmonizable, its two-dimensional power spectral density S(x) (omega 1, omega 2) is shown to take a particularly simple form, being non-zero only on lines such that omega 1 to omega 2 = + or - r(k) where the r(k's) are (not necessarily equally spaced) roots of a characteristic function. The relationship of such processes to the class of stationary processes is examined. In addition, the application of such processes in the analysis of typical helicopter noise signals is described.

  8. A new class of random processes with application to helicopter noise

    NASA Technical Reports Server (NTRS)

    Hardin, Jay C.; Miamee, A. G.

    1989-01-01

    The concept of dividing random processes into classes (e.g., stationary, locally stationary, periodically correlated, and harmonizable) has long been employed. A new class of random processes is introduced which includes many of these processes as well as other interesting processes which fall into none of the above classes. Such random processes are denoted as linearly correlated. This class is shown to include the familiar stationary and periodically correlated processes as well as many other, both harmonizable and non-harmonizable, nonstationary processes. When a process is linearly correlated for all t and harmonizable, its two-dimensional power spectral density S(x)(omega 1, omega 2) is shown to take a particularly simple form, being non-zero only on lines such that omega 1 to omega 2 = + or - r(k) where the r(k's) are (not necessarily equally spaced) roots of a characteristic function. The relationship of such processes to the class of stationary processes is examined. In addition, the application of such processes in the analysis of typical helicopter noise signals is described.

  9. RELATIONSHIPS BETWEEN IDENTITY AND ACADEMIC MOTIVATION.

    PubMed

    Matsushima, Rumi; Ozaki, Hitomi

    2015-08-01

    This study examined university students' academic motivation, focusing on individual differences in their sense of identity. The participants were 109 female Japanese students from two private universities (age range = 19-22 yr., M = 19.3, SD = 0.6). They completed four scales: the Multidimensional Ego Identity Scale, the Scale of Students' Attitude Toward Their Classes, the Academic Motivation Inventory, and the Scale of Lecture Self-Evaluation. Correlational analyses assessed the relationships between subscales. Then, path analysis was conducted to evaluate whether sense of identity affected attitude toward classes, academic motivation, and lecture self-evaluation. Differences particularly in psychosocial identity and self-identity accounted for significant variance in the students' attitudes toward classes, academic motivation, and lecture self-evaluation.

  10. Mathematical modeling of tomographic scanning of cylindrically shaped test objects

    NASA Astrophysics Data System (ADS)

    Kapranov, B. I.; Vavilova, G. V.; Volchkova, A. V.; Kuznetsova, I. S.

    2018-05-01

    The paper formulates mathematical relationships that describe the length of the radiation absorption band in the test object for the first generation tomographic scan scheme. A cylindrically shaped test object containing an arbitrary number of standard circular irregularities is used to perform mathematical modeling. The obtained mathematical relationships are corrected with respect to chemical composition and density of the test object material. The equations are derived to calculate the resulting attenuation radiation from cobalt-60 isotope when passing through the test object. An algorithm to calculate the radiation flux intensity is provided. The presented graphs describe the dependence of the change in the γ-quantum flux intensity on the change in the radiation source position and the scanning angle of the test object.

  11. Creating Objects and Object Categories for Studying Perception and Perceptual Learning

    PubMed Central

    Hauffen, Karin; Bart, Eugene; Brady, Mark; Kersten, Daniel; Hegdé, Jay

    2012-01-01

    In order to quantitatively study object perception, be it perception by biological systems or by machines, one needs to create objects and object categories with precisely definable, preferably naturalistic, properties1. Furthermore, for studies on perceptual learning, it is useful to create novel objects and object categories (or object classes) with such properties2. Many innovative and useful methods currently exist for creating novel objects and object categories3-6 (also see refs. 7,8). However, generally speaking, the existing methods have three broad types of shortcomings. First, shape variations are generally imposed by the experimenter5,9,10, and may therefore be different from the variability in natural categories, and optimized for a particular recognition algorithm. It would be desirable to have the variations arise independently of the externally imposed constraints. Second, the existing methods have difficulty capturing the shape complexity of natural objects11-13. If the goal is to study natural object perception, it is desirable for objects and object categories to be naturalistic, so as to avoid possible confounds and special cases. Third, it is generally hard to quantitatively measure the available information in the stimuli created by conventional methods. It would be desirable to create objects and object categories where the available information can be precisely measured and, where necessary, systematically manipulated (or 'tuned'). This allows one to formulate the underlying object recognition tasks in quantitative terms. Here we describe a set of algorithms, or methods, that meet all three of the above criteria. Virtual morphogenesis (VM) creates novel, naturalistic virtual 3-D objects called 'digital embryos' by simulating the biological process of embryogenesis14. Virtual phylogenesis (VP) creates novel, naturalistic object categories by simulating the evolutionary process of natural selection9,12,13. Objects and object categories created

  12. Creating objects and object categories for studying perception and perceptual learning.

    PubMed

    Hauffen, Karin; Bart, Eugene; Brady, Mark; Kersten, Daniel; Hegdé, Jay

    2012-11-02

    In order to quantitatively study object perception, be it perception by biological systems or by machines, one needs to create objects and object categories with precisely definable, preferably naturalistic, properties. Furthermore, for studies on perceptual learning, it is useful to create novel objects and object categories (or object classes) with such properties. Many innovative and useful methods currently exist for creating novel objects and object categories (also see refs. 7,8). However, generally speaking, the existing methods have three broad types of shortcomings. First, shape variations are generally imposed by the experimenter, and may therefore be different from the variability in natural categories, and optimized for a particular recognition algorithm. It would be desirable to have the variations arise independently of the externally imposed constraints. Second, the existing methods have difficulty capturing the shape complexity of natural objects. If the goal is to study natural object perception, it is desirable for objects and object categories to be naturalistic, so as to avoid possible confounds and special cases. Third, it is generally hard to quantitatively measure the available information in the stimuli created by conventional methods. It would be desirable to create objects and object categories where the available information can be precisely measured and, where necessary, systematically manipulated (or 'tuned'). This allows one to formulate the underlying object recognition tasks in quantitative terms. Here we describe a set of algorithms, or methods, that meet all three of the above criteria. Virtual morphogenesis (VM) creates novel, naturalistic virtual 3-D objects called 'digital embryos' by simulating the biological process of embryogenesis. Virtual phylogenesis (VP) creates novel, naturalistic object categories by simulating the evolutionary process of natural selection. Objects and object categories created by these simulations can

  13. Social Class and Workplace Harassment during the Transition to Adulthood

    ERIC Educational Resources Information Center

    McLaughlin, Heather; Uggen, Christopher; Blackstone, Amy

    2008-01-01

    Young disadvantaged workers are especially vulnerable to harassment due to their age and social class position. As young people enter the workforce, their experiences of, and reactions to, harassment may vary dramatically from those of older adult workers. Three case studies introduce theory and research on the relationship between social class…

  14. Science anxiety and social cognitive factors predicting STEM career aspirations of high school freshmen in general science class

    NASA Astrophysics Data System (ADS)

    Skells, Kristin Marie

    Extant data was used to consider the association between science anxiety, social cognitive factors and STEM career aspirations of high school freshmen in general science classes. An adapted model based on social cognitive career theory (SCCT) was used to consider these relationships, with science anxiety functioning as a barrier in the model. The study assessed the following research questions: (1) Do social cognitive variables relate in the expected way to STEM career aspirations based on SCCT for ninth graders taking general science classes? (2) Is there an association between science anxiety and outcomes and processes identified in the SCCT model for ninth graders taking general science classes? (3) Does gender moderate these relationships? Results indicated that support was found for many of the central tenants of the SCCT model. Science anxiety was associated with prior achievement, self-efficacy, and science interest, although it did not relate directly to STEM career goals. Gender was found to moderate only the relationship between prior achievement and science self-efficacy.

  15. Functional design criteria for interim stabilization safety class 1 trip circuit

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

    Larson, R.E., Westinghouse Hanford

    1996-06-10

    This Functional Design Criteria document outlines the basic requirements for the Safety Class 1 Trip Circuit. The objective of the Safety Class 1 Trip Circuit is to isolate the power circuitry to the Class 1 Division 2, Group B or lesser grade electrically fed loads located in the pump pit. The electrically fed load circuits need to have power isolated to them upon receipt of the following conditions, loss of flammable gases being released (above a predetermined threshold), and seismic(greater than 0.12g acceleration) activity. The two circuits requiring power isolation are the pump and heat trace power circuits. The Safetymore » Class 1 Trip Circuit will be used to support salt well pumping in SST`s containing potentially flammable gas-bearing / gas-producing radioactive waste.« less

  16. Surface sampling techniques for 3D object inspection

    NASA Astrophysics Data System (ADS)

    Shih, Chihhsiong S.; Gerhardt, Lester A.

    1995-03-01

    While the uniform sampling method is quite popular for pointwise measurement of manufactured parts, this paper proposes three novel sampling strategies which emphasize 3D non-uniform inspection capability. They are: (a) the adaptive sampling, (b) the local adjustment sampling, and (c) the finite element centroid sampling techniques. The adaptive sampling strategy is based on a recursive surface subdivision process. Two different approaches are described for this adaptive sampling strategy. One uses triangle patches while the other uses rectangle patches. Several real world objects were tested using these two algorithms. Preliminary results show that sample points are distributed more closely around edges, corners, and vertices as desired for many classes of objects. Adaptive sampling using triangle patches is shown to generally perform better than both uniform and adaptive sampling using rectangle patches. The local adjustment sampling strategy uses a set of predefined starting points and then finds the local optimum position of each nodal point. This method approximates the object by moving the points toward object edges and corners. In a hybrid approach, uniform points sets and non-uniform points sets, first preprocessed by the adaptive sampling algorithm on a real world object were then tested using the local adjustment sampling method. The results show that the initial point sets when preprocessed by adaptive sampling using triangle patches, are moved the least amount of distance by the subsequently applied local adjustment method, again showing the superiority of this method. The finite element sampling technique samples the centroids of the surface triangle meshes produced from the finite element method. The performance of this algorithm was compared to that of the adaptive sampling using triangular patches. The adaptive sampling with triangular patches was once again shown to be better on different classes of objects.

  17. Individual differences in working memory and reasoning-remembering relationships in solving class-inclusion problems.

    PubMed

    Howe, M L; Rabinowitz, F M; Powell, T L

    1998-09-01

    In the present experiment, we evaluated the effects of individual differences in reading span and variation in memory demands on class-inclusion performance. One hundred twenty college students whose reading spans ranged from low to medium to high (as indexed by a computerized version of the Daneman and Carpenter [1980] reading-span task) solved 48 class-inclusion problems. Half of the subjects had the solution information available when the problems were presented; the other half performed a detection task between solution information and problem presentation. The results from both standard statistical analyses and from a mathematical model indicated that differences in reading span and memory load had predictable, similar effects. Specifically, the sophistication of reasoning strategies declined when memory demands increased or when reading spans decreased. Surprisingly, these effects were primarily additive. The results were interpreted in terms of global resource models and findings from the developmental literature.

  18. The Relationship between Parenting Styles and Students' Attitude toward Leisure Time Reading

    ERIC Educational Resources Information Center

    Rena, Syahidah; Abedalaziz, Nabeel; Leng, Chin Hai

    2013-01-01

    The main purpose of this study was to state the relationship between the parenting style and students' attitude toward leisure reading. A total of 147 (65 male and 82 female) students from two classes (class five, 80 and class six, 67) were participated in the present study. The Parental Authority Questionnaire (PAQ) and the Elementary Reading…

  19. Fabrication of self-rolling geodesic objects and photonic crystal tubes

    NASA Astrophysics Data System (ADS)

    Danescu, A.; Regreny, Ph; Cremillieu, P.; Leclercq, J.-L.

    2018-07-01

    This paper presents a stress engineering method that allows the design and fabrication of the analogs of single-wall nanotubes in the class of photonic crystals. The macroscopic shape of the final object is obtained through the stress relaxation of a pre-stressed multilayer planar design. We illustrate the extent of the proposed method by various single-layer and multilayer photonic crystals tubes and micron-scale objects with 5-fold symmetry.

  20. Fabrication of self-rolling geodesic objects and photonic crystal tubes.

    PubMed

    Danescu, A; Regreny, Ph; Cremillieu, P; Leclercq, J-L

    2018-07-13

    This paper presents a stress engineering method that allows the design and fabrication of the analogs of single-wall nanotubes in the class of photonic crystals. The macroscopic shape of the final object is obtained through the stress relaxation of a pre-stressed multilayer planar design. We illustrate the extent of the proposed method by various single-layer and multilayer photonic crystals tubes and micron-scale objects with 5-fold symmetry.