WorldWideScience

Sample records for named entity generation

  1. Named entity normalization in user generated content

    NARCIS (Netherlands)

    Jijkoun, V.; Khalid, M.A.; Marx, M.; de Rijke, M.

    2008-01-01

    Named entity recognition is important for semantically oriented retrieval tasks, such as question answering, entity retrieval, biomedical retrieval, trend detection, and event and entity tracking. In many of these tasks it is important to be able to accurately normalize the recognized entities,

  2. Tagging Named Entities in Croatian Tweets

    Directory of Open Access Journals (Sweden)

    Krešimir Baksa

    2017-01-01

    Full Text Available Named entity extraction tools designed for recognizing named entities in texts written in standard language (e.g., news stories or legal texts have been shown to be inadequate for user-generated textual content (e.g., tweets, forum posts. In this work, we propose a supervised approach to named entity recognition and classification for Croatian tweets. We compare two sequence labelling models: a hidden Markov model (HMM and conditional random fields (CRF. Our experiments reveal that CRF is the best model for the task, achieving a very good performance of over 87% micro-averaged F1 score. We analyse the contributions of different feature groups and influence of the training set size on the performance of the CRF model.

  3. Named Entity Linking Algorithm

    Directory of Open Access Journals (Sweden)

    M. F. Panteleev

    2017-01-01

    Full Text Available In the tasks of processing text in natural language, Named Entity Linking (NEL represents the task to define and link some entity, which is found in the text, with some entity in the knowledge base (for example, Dbpedia. Currently, there is a diversity of approaches to solve this problem, but two main classes can be identified: graph-based approaches and machine learning-based ones. Graph and Machine Learning approaches-based algorithm is proposed accordingly to the stated assumptions about the interrelations of named entities in a sentence and in general.In the case of graph-based approaches, it is necessary to solve the problem of identifying an optimal set of the related entities according to some metric that characterizes the distance between these entities in a graph built on some knowledge base. Due to limitations in processing power, to solve this task directly is impossible. Therefore, its modification is proposed. Based on the algorithms of machine learning, an independent solution cannot be built due to small volumes of training datasets relevant to NEL task. However, their use can contribute to improving the quality of the algorithm. The adaptation of the Latent Dirichlet Allocation model is proposed in order to obtain a measure of the compatibility of attributes of various entities encountered in one context.The efficiency of the proposed algorithm was experimentally tested. A test dataset was independently generated. On its basis the performance of the model was compared using the proposed algorithm with the open source product DBpedia Spotlight, which solves the NEL problem.The mockup, based on the proposed algorithm, showed a low speed as compared to DBpedia Spotlight. However, the fact that it has shown higher accuracy, stipulates the prospects for work in this direction.The main directions of development were proposed in order to increase the accuracy of the system and its productivity.

  4. Indexing concepts and/or named entities Indicizzare concetti e/o named entities

    Directory of Open Access Journals (Sweden)

    Pino Buizza

    2011-12-01

    Full Text Available

    A partire da un punto di vista semantico più che morfologico, l'articolo è focalizzato il problema del significato dei nomi propri, con contributi della filosofia del linguaggio e della linguistica semantica. Sono indagate le entità individuali: il loro isolamento all’interno della rete di soggetti e la relazione esemplificativa, il trattamento nelle classificazioni. Le profonde diversità rilevate fra concetti e entità denominate suggeriscono di dichiararle esplicitamente da un punto di vista teorico e di adottare dispositivi che diano risultati unitari ma chiaramente distinguibili nei sistemi di recupero dell’informazione.  
    Questo contributo è stato presentato col titolo Indexing concepts and/or named entities all'11th ISKO Conference, Paradigms and conceptual systems in knowledge organization, Roma, 23-26 febbraio 2010, non pubblicato negli atti, e qui leggermente ampliato.

    Starting from a semantic rather than form a morphological point of view, the essay examines the problem of the meaning of proper names, with contributions coming from the philosophy of language and the semantic linguistics. Individual entities are explored: the way they are isolated in the thread of subjects, the illustrative relation, and the classification treatment. The deep differences between concepts and called entities suggest to declare them specifically in a theoretical way, and to adopt devices that lead to uniform but noticeable results in information retrieval systems.
    This article has been discussed as "Indexing concepts and/or named entities" to the 11th ISKO Conference, Paradigms and conceptual systems in knowledge organization, Rome, 23-26 February 2010, here extended since it is not published in the conference proceedings.

  5. Named entity recognition in a South African context

    CSIR Research Space (South Africa)

    De Waal, AJ

    2006-10-01

    Full Text Available Named Entity Recognition (NER) is the process of identifying occurrences of words or expressions as belonging to a particular category of a Named Entity (NE).The aim of the project was to test the feasibility of a probabilistic NER system using...

  6. Cross domains Arabic named entity recognition system

    Science.gov (United States)

    Al-Ahmari, S. Saad; Abdullatif Al-Johar, B.

    2016-07-01

    Named Entity Recognition (NER) plays an important role in many Natural Language Processing (NLP) applications such as; Information Extraction (IE), Question Answering (QA), Text Clustering, Text Summarization and Word Sense Disambiguation. This paper presents the development and implementation of domain independent system to recognize three types of Arabic named entities. The system works based on a set of domain independent grammar-rules along with Arabic part of speech tagger in addition to gazetteers and lists of trigger words. The experimental results shown, that the system performed as good as other systems with better results in some cases of cross-domains corpora.

  7. Using workflows to explore and optimise named entity recognition for chemistry.

    Directory of Open Access Journals (Sweden)

    Balakrishna Kolluru

    Full Text Available Chemistry text mining tools should be interoperable and adaptable regardless of system-level implementation, installation or even programming issues. We aim to abstract the functionality of these tools from the underlying implementation via reconfigurable workflows for automatically identifying chemical names. To achieve this, we refactored an established named entity recogniser (in the chemistry domain, OSCAR and studied the impact of each component on the net performance. We developed two reconfigurable workflows from OSCAR using an interoperable text mining framework, U-Compare. These workflows can be altered using the drag-&-drop mechanism of the graphical user interface of U-Compare. These workflows also provide a platform to study the relationship between text mining components such as tokenisation and named entity recognition (using maximum entropy Markov model (MEMM and pattern recognition based classifiers. Results indicate that, for chemistry in particular, eliminating noise generated by tokenisation techniques lead to a slightly better performance than others, in terms of named entity recognition (NER accuracy. Poor tokenisation translates into poorer input to the classifier components which in turn leads to an increase in Type I or Type II errors, thus, lowering the overall performance. On the Sciborg corpus, the workflow based system, which uses a new tokeniser whilst retaining the same MEMM component, increases the F-score from 82.35% to 84.44%. On the PubMed corpus, it recorded an F-score of 84.84% as against 84.23% by OSCAR.

  8. Low-Cost Implementation of a Named Entity Recognition System for Voice-Activated Human-Appliance Interfaces in a Smart Home

    Directory of Open Access Journals (Sweden)

    Geonwoo Park

    2018-02-01

    Full Text Available When we develop voice-activated human-appliance interface systems in smart homes, named entity recognition (NER is an essential tool for extracting execution targets from natural language commands. Previous studies on NER systems generally include supervised machine-learning methods that require a substantial amount of human-annotated training corpus. In the smart home environment, categories of named entities should be defined according to voice-activated devices (e.g., food names for refrigerators and song titles for music players. The previous machine-learning methods make it difficult to change categories of named entities because a large amount of the training corpus should be newly constructed by hand. To address this problem, we present a semi-supervised NER system to minimize the time-consuming and labor-intensive task of constructing the training corpus. Our system uses distant supervision methods with two kinds of auto-labeling processes: auto-labeling based on heuristic rules for single-class named entity corpus generation and auto-labeling based on a pre-trained single-class NER model for multi-class named entity corpus generation. Then, our system improves NER accuracy by using a bagging-based active learning method. In our experiments that included a generic domain that featured 11 named entity classes and a context-specific domain about baseball that featured 21 named entity classes, our system demonstrated good performances in both domains, with F1-measures of 0.777 and 0.958, respectively. Since our system was built from a relatively small human-annotated training corpus, we believe it is a viable alternative to current NER systems in smart home environments.

  9. A generic open world named entity disambiguation approach for tweets

    NARCIS (Netherlands)

    Habib, Mena Badieh; van Keulen, Maurice

    Social media is a rich source of information. To make use of this information, it is sometimes required to extract and disambiguate named entities. In this paper we focus on named entity disambiguation (NED) in twitter messages. NED in tweets is challenging in two ways. First, the limited length of

  10. Cross domains Arabic named entity recognition system

    KAUST Repository

    Al-Ahmari, S. Saad

    2016-07-11

    Named Entity Recognition (NER) plays an important role in many Natural Language Processing (NLP) applications such as; Information Extraction (IE), Question Answering (QA), Text Clustering, Text Summarization and Word Sense Disambiguation. This paper presents the development and implementation of domain independent system to recognize three types of Arabic named entities. The system works based on a set of domain independent grammar-rules along with Arabic part of speech tagger in addition to gazetteers and lists of trigger words. The experimental results shown, that the system performed as good as other systems with better results in some cases of cross-domains corpora. © (2016) COPYRIGHT Society of Photo-Optical Instrumentation Engineers (SPIE). Downloading of the abstract is permitted for personal use only.

  11. Cross domains Arabic named entity recognition system

    KAUST Repository

    Al-Ahmari, S. Saad; Abdullatif Al-Johar, B.

    2016-01-01

    Named Entity Recognition (NER) plays an important role in many Natural Language Processing (NLP) applications such as; Information Extraction (IE), Question Answering (QA), Text Clustering, Text Summarization and Word Sense Disambiguation. This paper presents the development and implementation of domain independent system to recognize three types of Arabic named entities. The system works based on a set of domain independent grammar-rules along with Arabic part of speech tagger in addition to gazetteers and lists of trigger words. The experimental results shown, that the system performed as good as other systems with better results in some cases of cross-domains corpora. © (2016) COPYRIGHT Society of Photo-Optical Instrumentation Engineers (SPIE). Downloading of the abstract is permitted for personal use only.

  12. Enhanced Named Entity Extraction via Error-Driven Aggregation

    Energy Technology Data Exchange (ETDEWEB)

    Lemmond, T D; Perry, N C; Guensche, J W; Nitao, J J; Glaser, R E; Kidwell, P; Hanley, W G

    2010-02-22

    Despite recent advances in named entity extraction technologies, state-of-the-art extraction tools achieve insufficient accuracy rates for practical use in many operational settings. However, they are not generally prone to the same types of error, suggesting that substantial improvements may be achieved via appropriate combinations of existing tools, provided their behavior can be accurately characterized and quantified. In this paper, we present an inference methodology for the aggregation of named entity extraction technologies that is founded upon a black-box analysis of their respective error processes. This method has been shown to produce statistically significant improvements in extraction relative to standard performance metrics and to mitigate the weak performance of entity extractors operating under suboptimal conditions. Moreover, this approach provides a framework for quantifying uncertainty and has demonstrated the ability to reconstruct the truth when majority voting fails.

  13. Proper Names and Named Entities Recognition in the Automatic Text Processing. Review of the book: Nouvel, D., Ehrmann, M., & Rosset, S. (2016. Named Entities for Computational Linguistics. London; Hoboken: ISTE Ltd; John Wiley & Sons, Inc., 2016.

    Directory of Open Access Journals (Sweden)

    Daria M. Golikova

    2018-03-01

    Full Text Available The reviewed book by Damien Nouvel, Maud Ehrmann, and Sophie Rosset Named Entities for Computational Linguistics deals with automatic processing of texts, written in a natural language, and with named entities recognition, aimed at extracting most important information in these texts. The notion of named entities here extends to the entire set of linguistic units referring to an object. The researchers minutely consider the concept of named entities, juxtaposing this category to that of proper names and comparing their definitions, and describe all the stages of creation and implementation of automatic text annotation algorithms, as well as different ways of evaluating their performance quality. Proper names, in this context, are seen as a particular instance of named entities, one of the typical sources of reference to real objects to be electronically recognized in the text. The book provides a detailed overview and analysis of previous studies in the same field, based mainly on the English language data. It presents instruments and resources required to create and implement the algorithms in question, these may include typologies, knowledge or databases, and various types of corpora. Theoretical considerations, proposed by the authors, are supported by a significant number of exemplary cases, with algorithms operation principles presented in charts. The reviewed book gives quite a comprehensive picture of modern computational linguistic studies focused on named entities recognition and indicates some problems which are unresolved as yet.

  14. Incorporating rich background knowledge for gene named entity classification and recognition

    Directory of Open Access Journals (Sweden)

    Yang Zhihao

    2009-07-01

    Full Text Available Abstract Background Gene named entity classification and recognition are crucial preliminary steps of text mining in biomedical literature. Machine learning based methods have been used in this area with great success. In most state-of-the-art systems, elaborately designed lexical features, such as words, n-grams, and morphology patterns, have played a central part. However, this type of feature tends to cause extreme sparseness in feature space. As a result, out-of-vocabulary (OOV terms in the training data are not modeled well due to lack of information. Results We propose a general framework for gene named entity representation, called feature coupling generalization (FCG. The basic idea is to generate higher level features using term frequency and co-occurrence information of highly indicative features in huge amount of unlabeled data. We examine its performance in a named entity classification task, which is designed to remove non-gene entries in a large dictionary derived from online resources. The results show that new features generated by FCG outperform lexical features by 5.97 F-score and 10.85 for OOV terms. Also in this framework each extension yields significant improvements and the sparse lexical features can be transformed into both a lower dimensional and more informative representation. A forward maximum match method based on the refined dictionary produces an F-score of 86.2 on BioCreative 2 GM test set. Then we combined the dictionary with a conditional random field (CRF based gene mention tagger, achieving an F-score of 89.05, which improves the performance of the CRF-based tagger by 4.46 with little impact on the efficiency of the recognition system. A demo of the NER system is available at http://202.118.75.18:8080/bioner.

  15. Named Entity Recognition for Novel Types by Transfer Learning

    OpenAIRE

    Qu, Lizhen; Ferraro, Gabriela; Zhou, Liyuan; Hou, Weiwei; Baldwin, Timothy

    2016-01-01

    In named entity recognition, we often don't have a large in-domain training corpus or a knowledge base with adequate coverage to train a model directly. In this paper, we propose a method where, given training data in a related domain with similar (but not identical) named entity (NE) types and a small amount of in-domain training data, we use transfer learning to learn a domain-specific NE model. That is, the novelty in the task setup is that we assume not just domain mismatch, but also labe...

  16. Character-level neural network for biomedical named entity recognition.

    Science.gov (United States)

    Gridach, Mourad

    2017-06-01

    Biomedical named entity recognition (BNER), which extracts important named entities such as genes and proteins, is a challenging task in automated systems that mine knowledge in biomedical texts. The previous state-of-the-art systems required large amounts of task-specific knowledge in the form of feature engineering, lexicons and data pre-processing to achieve high performance. In this paper, we introduce a novel neural network architecture that benefits from both word- and character-level representations automatically, by using a combination of bidirectional long short-term memory (LSTM) and conditional random field (CRF) eliminating the need for most feature engineering tasks. We evaluate our system on two datasets: JNLPBA corpus and the BioCreAtIvE II Gene Mention (GM) corpus. We obtained state-of-the-art performance by outperforming the previous systems. To the best of our knowledge, we are the first to investigate the combination of deep neural networks, CRF, word embeddings and character-level representation in recognizing biomedical named entities. Copyright © 2017 Elsevier Inc. All rights reserved.

  17. Untangling the brand name from the branded entity

    OpenAIRE

    Round, Griff; Roper, Stuart

    2015-01-01

    Purpose\\ud – The purpose of this study is to investigate the value to consumers of the brand name element for established brands, given that the focus in the literature has been on new brands. To accomplish this, conceptual development was initially undertaken to illuminate the links between the brand name element and the brand entity and to provide a theoretical framework for looking at changes in value of the brand name element to consumers over time.\\ud \\ud Design/methodology/approach\\ud –...

  18. Medical Named Entity Recognition for Indonesian Language Using Word Representations

    Science.gov (United States)

    Rahman, Arief

    2018-03-01

    Nowadays, Named Entity Recognition (NER) system is used in medical texts to obtain important medical information, like diseases, symptoms, and drugs. While most NER systems are applied to formal medical texts, informal ones like those from social media (also called semi-formal texts) are starting to get recognition as a gold mine for medical information. We propose a theoretical Named Entity Recognition (NER) model for semi-formal medical texts in our medical knowledge management system by comparing two kinds of word representations: cluster-based word representation and distributed representation.

  19. Named entity extraction and disambiguation: the missing link

    NARCIS (Netherlands)

    Habib, Mena Badieh; van Keulen, Maurice

    2013-01-01

    Named entity extraction (NEE) and disambiguation (NED) are two areas of research that are well covered in literature. Typical fields addressing these topics are information retrieval, natural language processing, and semantic web. Although these topics are highly dependent, almost no existing works

  20. Assessment of disease named entity recognition on a corpus of annotated sentences.

    Science.gov (United States)

    Jimeno, Antonio; Jimenez-Ruiz, Ernesto; Lee, Vivian; Gaudan, Sylvain; Berlanga, Rafael; Rebholz-Schuhmann, Dietrich

    2008-04-11

    In recent years, the recognition of semantic types from the biomedical scientific literature has been focused on named entities like protein and gene names (PGNs) and gene ontology terms (GO terms). Other semantic types like diseases have not received the same level of attention. Different solutions have been proposed to identify disease named entities in the scientific literature. While matching the terminology with language patterns suffers from low recall (e.g., Whatizit) other solutions make use of morpho-syntactic features to better cover the full scope of terminological variability (e.g., MetaMap). Currently, MetaMap that is provided from the National Library of Medicine (NLM) is the state of the art solution for the annotation of concepts from UMLS (Unified Medical Language System) in the literature. Nonetheless, its performance has not yet been assessed on an annotated corpus. In addition, little effort has been invested so far to generate an annotated dataset that links disease entities in text to disease entries in a database, thesaurus or ontology and that could serve as a gold standard to benchmark text mining solutions. As part of our research work, we have taken a corpus that has been delivered in the past for the identification of associations of genes to diseases based on the UMLS Metathesaurus and we have reprocessed and re-annotated the corpus. We have gathered annotations for disease entities from two curators, analyzed their disagreement (0.51 in the kappa-statistic) and composed a single annotated corpus for public use. Thereafter, three solutions for disease named entity recognition including MetaMap have been applied to the corpus to automatically annotate it with UMLS Metathesaurus concepts. The resulting annotations have been benchmarked to compare their performance. The annotated corpus is publicly available at ftp://ftp.ebi.ac.uk/pub/software/textmining/corpora/diseases and can serve as a benchmark to other systems. In addition, we found

  1. TwitterNEED: a hybrid approach for named entity extraction and disambiguation for tweets

    NARCIS (Netherlands)

    Habib, Mena Badieh; van Keulen, Maurice

    Twitter is a rich source of continuously and instantly updated information. Shortness and informality of tweets are challenges for Natural Language Processing tasks. In this paper, we present TwitterNEED, a hybrid approach for Named Entity Extraction and Named Entity Disambiguation for tweets. We

  2. A method for named entity normalization in biomedical articles: application to diseases and plants.

    Science.gov (United States)

    Cho, Hyejin; Choi, Wonjun; Lee, Hyunju

    2017-10-13

    In biomedical articles, a named entity recognition (NER) technique that identifies entity names from texts is an important element for extracting biological knowledge from articles. After NER is applied to articles, the next step is to normalize the identified names into standard concepts (i.e., disease names are mapped to the National Library of Medicine's Medical Subject Headings disease terms). In biomedical articles, many entity normalization methods rely on domain-specific dictionaries for resolving synonyms and abbreviations. However, the dictionaries are not comprehensive except for some entities such as genes. In recent years, biomedical articles have accumulated rapidly, and neural network-based algorithms that incorporate a large amount of unlabeled data have shown considerable success in several natural language processing problems. In this study, we propose an approach for normalizing biological entities, such as disease names and plant names, by using word embeddings to represent semantic spaces. For diseases, training data from the National Center for Biotechnology Information (NCBI) disease corpus and unlabeled data from PubMed abstracts were used to construct word representations. For plants, a training corpus that we manually constructed and unlabeled PubMed abstracts were used to represent word vectors. We showed that the proposed approach performed better than the use of only the training corpus or only the unlabeled data and showed that the normalization accuracy was improved by using our model even when the dictionaries were not comprehensive. We obtained F-scores of 0.808 and 0.690 for normalizing the NCBI disease corpus and manually constructed plant corpus, respectively. We further evaluated our approach using a data set in the disease normalization task of the BioCreative V challenge. When only the disease corpus was used as a dictionary, our approach significantly outperformed the best system of the task. The proposed approach shows robust

  3. Active learning for ontological event extraction incorporating named entity recognition and unknown word handling.

    Science.gov (United States)

    Han, Xu; Kim, Jung-jae; Kwoh, Chee Keong

    2016-01-01

    Biomedical text mining may target various kinds of valuable information embedded in the literature, but a critical obstacle to the extension of the mining targets is the cost of manual construction of labeled data, which are required for state-of-the-art supervised learning systems. Active learning is to choose the most informative documents for the supervised learning in order to reduce the amount of required manual annotations. Previous works of active learning, however, focused on the tasks of entity recognition and protein-protein interactions, but not on event extraction tasks for multiple event types. They also did not consider the evidence of event participants, which might be a clue for the presence of events in unlabeled documents. Moreover, the confidence scores of events produced by event extraction systems are not reliable for ranking documents in terms of informativity for supervised learning. We here propose a novel committee-based active learning method that supports multi-event extraction tasks and employs a new statistical method for informativity estimation instead of using the confidence scores from event extraction systems. Our method is based on a committee of two systems as follows: We first employ an event extraction system to filter potential false negatives among unlabeled documents, from which the system does not extract any event. We then develop a statistical method to rank the potential false negatives of unlabeled documents 1) by using a language model that measures the probabilities of the expression of multiple events in documents and 2) by using a named entity recognition system that locates the named entities that can be event arguments (e.g. proteins). The proposed method further deals with unknown words in test data by using word similarity measures. We also apply our active learning method for the task of named entity recognition. We evaluate the proposed method against the BioNLP Shared Tasks datasets, and show that our method

  4. Named-Entity Tagging a Very Large Unbalanced Corpus. Training and Evaluating NE classifiers

    DEFF Research Database (Denmark)

    Bingel, Joachim; Haider, Thomas

    2014-01-01

    We describe a systematic and application-oriented approach to training and evaluating named entity recognition and classification (NERC) systems, the purpose of which is to identify an optimal system and to train an optimal model for named entity tagging DeReKo, a very large general-purpose corpus...... when evaluated on more uniform and less diverse data. We create and manually annotate such a representative sample as evaluation data for three different NERC systems, for each of which various models are learnt on multiple training data. The proposed sampling method can be viewed as a generally...

  5. Deep learning with word embeddings improves biomedical named entity recognition.

    Science.gov (United States)

    Habibi, Maryam; Weber, Leon; Neves, Mariana; Wiegandt, David Luis; Leser, Ulf

    2017-07-15

    Text mining has become an important tool for biomedical research. The most fundamental text-mining task is the recognition of biomedical named entities (NER), such as genes, chemicals and diseases. Current NER methods rely on pre-defined features which try to capture the specific surface properties of entity types, properties of the typical local context, background knowledge, and linguistic information. State-of-the-art tools are entity-specific, as dictionaries and empirically optimal feature sets differ between entity types, which makes their development costly. Furthermore, features are often optimized for a specific gold standard corpus, which makes extrapolation of quality measures difficult. We show that a completely generic method based on deep learning and statistical word embeddings [called long short-term memory network-conditional random field (LSTM-CRF)] outperforms state-of-the-art entity-specific NER tools, and often by a large margin. To this end, we compared the performance of LSTM-CRF on 33 data sets covering five different entity classes with that of best-of-class NER tools and an entity-agnostic CRF implementation. On average, F1-score of LSTM-CRF is 5% above that of the baselines, mostly due to a sharp increase in recall. The source code for LSTM-CRF is available at https://github.com/glample/tagger and the links to the corpora are available at https://corposaurus.github.io/corpora/ . habibima@informatik.hu-berlin.de. © The Author 2017. Published by Oxford University Press. All rights reserved. For Permissions, please e-mail: journals.permissions@oup.com

  6. NAMED ENTITY RECOGNITION FROM BIOMEDICAL TEXT -AN INFORMATION EXTRACTION TASK

    Directory of Open Access Journals (Sweden)

    N. Kanya

    2016-07-01

    Full Text Available Biomedical Text Mining targets the Extraction of significant information from biomedical archives. Bio TM encompasses Information Retrieval (IR and Information Extraction (IE. The Information Retrieval will retrieve the relevant Biomedical Literature documents from the various Repositories like PubMed, MedLine etc., based on a search query. The IR Process ends up with the generation of corpus with the relevant document retrieved from the Publication databases based on the query. The IE task includes the process of Preprocessing of the document, Named Entity Recognition (NER from the documents and Relationship Extraction. This process includes Natural Language Processing, Data Mining techniques and machine Language algorithm. The preprocessing task includes tokenization, stop word Removal, shallow parsing, and Parts-Of-Speech tagging. NER phase involves recognition of well-defined objects such as genes, proteins or cell-lines etc. This process leads to the next phase that is extraction of relationships (IE. The work was based on machine learning algorithm Conditional Random Field (CRF.

  7. NEED4Tweet: A Twitterbot for Tweets Named Entity Extraction and Disambiguation

    NARCIS (Netherlands)

    Habib, Mena Badieh; van Keulen, Maurice

    In this demo paper, we present NEED4Tweet, a Twitterbot for named entity extraction (NEE) and disambiguation (NED) for Tweets. The straightforward application of state-of-the-art extraction and disambiguation approaches on informal text widely used in Tweets, typically results in significantly

  8. Named Entity Extraction and Linking Challenge: University of Twente at #Microposts2014

    NARCIS (Netherlands)

    Habib, Mena Badieh; van Keulen, Maurice; Zhu, Zhemin; Rowe, Matthew; Stankovic, Milan; Dadzie, Aba-Sah

    Twitter is a potentially rich source of continuously and instantly updated information. Shortness and informality of tweets are challenges for Natural Language Processing (NLP) tasks. In this paper, we present a hybrid approach for Named Entity Extraction (NEE)and Linking (NEL) for tweets. Although

  9. A Novel Approach for Protein-Named Entity Recognition and Protein-Protein Interaction Extraction

    Directory of Open Access Journals (Sweden)

    Meijing Li

    2015-01-01

    Full Text Available Many researchers focus on developing protein-named entity recognition (Protein-NER or PPI extraction systems. However, the studies about these two topics cannot be merged well; then existing PPI extraction systems’ Protein-NER still needs to improve. In this paper, we developed the protein-protein interaction extraction system named PPIMiner based on Support Vector Machine (SVM and parsing tree. PPIMiner consists of three main models: natural language processing (NLP model, Protein-NER model, and PPI discovery model. The Protein-NER model, which is named ProNER, identifies the protein names based on two methods: dictionary-based method and machine learning-based method. ProNER is capable of identifying more proteins than dictionary-based Protein-NER model in other existing systems. The final discovered PPIs extracted via PPI discovery model are represented in detail because we showed the protein interaction types and the occurrence frequency through two different methods. In the experiments, the result shows that the performances achieved by our ProNER and PPI discovery model are better than other existing tools. PPIMiner applied this protein-named entity recognition approach and parsing tree based PPI extraction method to improve the performance of PPI extraction. We also provide an easy-to-use interface to access PPIs database and an online system for PPIs extraction and Protein-NER.

  10. Network analysis of named entity co-occurrences in written texts

    Science.gov (United States)

    Amancio, Diego Raphael

    2016-06-01

    The use of methods borrowed from statistics and physics to analyze written texts has allowed the discovery of unprecedent patterns of human behavior and cognition by establishing links between models features and language structure. While current models have been useful to unveil patterns via analysis of syntactical and semantical networks, only a few works have probed the relevance of investigating the structure arising from the relationship between relevant entities such as characters, locations and organizations. In this study, we represent entities appearing in the same context as a co-occurrence network, where links are established according to a null model based on random, shuffled texts. Computational simulations performed in novels revealed that the proposed model displays interesting topological features, such as the small world feature, characterized by high values of clustering coefficient. The effectiveness of our model was verified in a practical pattern recognition task in real networks. When compared with traditional word adjacency networks, our model displayed optimized results in identifying unknown references in texts. Because the proposed representation plays a complementary role in characterizing unstructured documents via topological analysis of named entities, we believe that it could be useful to improve the characterization of written texts (and related systems), specially if combined with traditional approaches based on statistical and deeper paradigms.

  11. NERBio: using selected word conjunctions, term normalization, and global patterns to improve biomedical named entity recognition.

    Science.gov (United States)

    Tsai, Richard Tzong-Han; Sung, Cheng-Lung; Dai, Hong-Jie; Hung, Hsieh-Chuan; Sung, Ting-Yi; Hsu, Wen-Lian

    2006-12-18

    Biomedical named entity recognition (Bio-NER) is a challenging problem because, in general, biomedical named entities of the same category (e.g., proteins and genes) do not follow one standard nomenclature. They have many irregularities and sometimes appear in ambiguous contexts. In recent years, machine-learning (ML) approaches have become increasingly common and now represent the cutting edge of Bio-NER technology. This paper addresses three problems faced by ML-based Bio-NER systems. First, most ML approaches usually employ singleton features that comprise one linguistic property (e.g., the current word is capitalized) and at least one class tag (e.g., B-protein, the beginning of a protein name). However, such features may be insufficient in cases where multiple properties must be considered. Adding conjunction features that contain multiple properties can be beneficial, but it would be infeasible to include all conjunction features in an NER model since memory resources are limited and some features are ineffective. To resolve the problem, we use a sequential forward search algorithm to select an effective set of features. Second, variations in the numerical parts of biomedical terms (e.g., "2" in the biomedical term IL2) cause data sparseness and generate many redundant features. In this case, we apply numerical normalization, which solves the problem by replacing all numerals in a term with one representative numeral to help classify named entities. Third, the assignment of NE tags does not depend solely on the target word's closest neighbors, but may depend on words outside the context window (e.g., a context window of five consists of the current word plus two preceding and two subsequent words). We use global patterns generated by the Smith-Waterman local alignment algorithm to identify such structures and modify the results of our ML-based tagger. This is called pattern-based post-processing. To develop our ML-based Bio-NER system, we employ conditional

  12. Chemical name extraction based on automatic training data generation and rich feature set.

    Science.gov (United States)

    Yan, Su; Spangler, W Scott; Chen, Ying

    2013-01-01

    The automation of extracting chemical names from text has significant value to biomedical and life science research. A major barrier in this task is the difficulty of getting a sizable and good quality data to train a reliable entity extraction model. Another difficulty is the selection of informative features of chemical names, since comprehensive domain knowledge on chemistry nomenclature is required. Leveraging random text generation techniques, we explore the idea of automatically creating training sets for the task of chemical name extraction. Assuming the availability of an incomplete list of chemical names, called a dictionary, we are able to generate well-controlled, random, yet realistic chemical-like training documents. We statistically analyze the construction of chemical names based on the incomplete dictionary, and propose a series of new features, without relying on any domain knowledge. Compared to state-of-the-art models learned from manually labeled data and domain knowledge, our solution shows better or comparable results in annotating real-world data with less human effort. Moreover, we report an interesting observation about the language for chemical names. That is, both the structural and semantic components of chemical names follow a Zipfian distribution, which resembles many natural languages.

  13. NERBio: using selected word conjunctions, term normalization, and global patterns to improve biomedical named entity recognition

    Directory of Open Access Journals (Sweden)

    Hung Hsieh-Chuan

    2006-12-01

    Full Text Available Abstract Background Biomedical named entity recognition (Bio-NER is a challenging problem because, in general, biomedical named entities of the same category (e.g., proteins and genes do not follow one standard nomenclature. They have many irregularities and sometimes appear in ambiguous contexts. In recent years, machine-learning (ML approaches have become increasingly common and now represent the cutting edge of Bio-NER technology. This paper addresses three problems faced by ML-based Bio-NER systems. First, most ML approaches usually employ singleton features that comprise one linguistic property (e.g., the current word is capitalized and at least one class tag (e.g., B-protein, the beginning of a protein name. However, such features may be insufficient in cases where multiple properties must be considered. Adding conjunction features that contain multiple properties can be beneficial, but it would be infeasible to include all conjunction features in an NER model since memory resources are limited and some features are ineffective. To resolve the problem, we use a sequential forward search algorithm to select an effective set of features. Second, variations in the numerical parts of biomedical terms (e.g., "2" in the biomedical term IL2 cause data sparseness and generate many redundant features. In this case, we apply numerical normalization, which solves the problem by replacing all numerals in a term with one representative numeral to help classify named entities. Third, the assignment of NE tags does not depend solely on the target word's closest neighbors, but may depend on words outside the context window (e.g., a context window of five consists of the current word plus two preceding and two subsequent words. We use global patterns generated by the Smith-Waterman local alignment algorithm to identify such structures and modify the results of our ML-based tagger. This is called pattern-based post-processing. Results To develop our ML

  14. "That thing in New York": Impaired naming vs. preserved recognition of unique entities following an anterior temporal lobe lesion

    Directory of Open Access Journals (Sweden)

    Daniel Roberts

    2014-04-01

    Full Text Available Background Anterior temporal lobe (aTL damage often results in semantic impairment. As such, the contribution of this region to semantic processing has received considerable attention. Two theories exist to explain aTL function based on conflicting neuropsychological investigations. The first proposes bilateral aTLs form a “hub” implicated in multimodal semantics (for review see: Jefferies, 2013. The second assumes distinct functions. The left is thought to function as a repertoire for knowledge of entities with unique lexical-conceptual associations (for review: Ross & Olson, 2012. These items represent an extreme end of a continuum of semantic specificity spanning unique (e.g., Eiffel Tower over less specific (e.g., tower to nonspecific (e.g., landmark – often denoted by famous faces, landmarks and proper names. LaTL function, therefore, is to link semantics to language systems for naming, whilst RaTL is involved in familiarity and recognition (e.g., Eiffel Tower -> a building in Paris; Drane et al., 2013. Evidence for each theory has proceeded in parallel but there has been no attempt to directly test them in a patient (Simmons & Martin, 2009. The novelty of this study, therefore, was to determine whether LaTL lesions disproportionately affect unique entity naming vs. recognition. Method WRP, a 51year old right-handed male, three year post-HSVE has a LaTL lesion with destruction of the temporal pole, extending to medial temporal, amygdala and hippocampus and atypical connectivity particularly involving the uncinate fasciculas. There is no evidence of either cortical or white matter damage in the right hemisphere. Previous work with WRP revealed a mild/moderate category-specific semantic deficit (Roberts et al., 2012. This new study focuses on unique entity picture naming, recognition and word-to-picture matching (WPM. Results & Discussion As predicted, results (Table 1 show that WRP was severely impaired in naming different categories

  15. REDEN: Named Entity Linking in Digital Literary Editions Using Linked Data Sets

    Directory of Open Access Journals (Sweden)

    Carmen Brando

    2016-07-01

    Full Text Available This paper proposes a graph-based Named Entity Linking (NEL algorithm named REDEN for the disambiguation of authors’ names in French literary criticism texts and scientific essays from the 19th and early 20th centuries. The algorithm is described and evaluated according to the two phases of NEL as reported in current state of the art, namely, candidate retrieval and candidate selection. REDEN leverages knowledge from different Linked Data sources in order to select candidates for each author mention, subsequently crawls data from other Linked Data sets using equivalence links (e.g., owl:sameAs, and, finally, fuses graphs of homologous individuals into a non-redundant graph well-suited for graph centrality calculation; the resulting graph is used for choosing the best referent. The REDEN algorithm is distributed in open-source and follows current standards in digital editions (TEI and semantic Web (RDF. Its integration into an editorial workflow of digital editions in Digital humanities and cultural heritage projects is entirely plausible. Experiments are conducted along with the corresponding error analysis in order to test our approach and to help us to study the weaknesses and strengths of our algorithm, thereby to further improvements of REDEN.

  16. Semantic representation of scientific literature: bringing claims, contributions and named entities onto the Linked Open Data cloud

    Directory of Open Access Journals (Sweden)

    Bahar Sateli

    2015-12-01

    Full Text Available Motivation. Finding relevant scientific literature is one of the essential tasks researchers are facing on a daily basis. Digital libraries and web information retrieval techniques provide rapid access to a vast amount of scientific literature. However, no further automated support is available that would enable fine-grained access to the knowledge ‘stored’ in these documents. The emerging domain of Semantic Publishing aims at making scientific knowledge accessible to both humans and machines, by adding semantic annotations to content, such as a publication’s contributions, methods, or application domains. However, despite the promises of better knowledge access, the manual annotation of existing research literature is prohibitively expensive for wide-spread adoption. We argue that a novel combination of three distinct methods can significantly advance this vision in a fully-automated way: (i Natural Language Processing (NLP for Rhetorical Entity (RE detection; (ii Named Entity (NE recognition based on the Linked Open Data (LOD cloud; and (iii automatic knowledge base construction for both NEs and REs using semantic web ontologies that interconnect entities in documents with the machine-readable LOD cloud.Results. We present a complete workflow to transform scientific literature into a semantic knowledge base, based on the W3C standards RDF and RDFS. A text mining pipeline, implemented based on the GATE framework, automatically extracts rhetorical entities of type Claims and Contributions from full-text scientific literature. These REs are further enriched with named entities, represented as URIs to the linked open data cloud, by integrating the DBpedia Spotlight tool into our workflow. Text mining results are stored in a knowledge base through a flexible export process that provides for a dynamic mapping of semantic annotations to LOD vocabularies through rules stored in the knowledge base. We created a gold standard corpus from computer

  17. Named Entity Recognition for Spanish language and applications in technology forecasting

    Directory of Open Access Journals (Sweden)

    Raúl Gutiérrez

    2015-12-01

    Full Text Available Named Entity Recognition (NER is a main task into Natural Language Processing. On the one hand, supporting the extraction of the information on unstructured data. On the other hand, The NER is a probabilistic graphical model that allows us to represent the conditional independency assumptions into the sequential labelling. In this paper, we propose a discriminative graphical model by using linear-chain Conditional Random Fields (CRFs. We present the experiments based on the Conll-2002 shared task and Ancora corpus according to the following criteria: recall, precision and F-score. Our contributions in this work are the following: first, we tested our baseline on the CoNLL-2002 shared task obtaining 80% F1-measure, and 59% F1-measure on AnCora corpus respectively. Finally, the application Vigtech allow us to identify information and patterns in the cancer topic, we discuss the results according to the model performance and the useful information to support the forecasting process

  18. Towards proper name generation : A corpus analysis

    NARCIS (Netherlands)

    Castro Ferreira, Thiago; Wubben, Sander; Krahmer, Emiel

    We introduce a corpus for the study of proper name generation. The corpus consists of proper name references to people in webpages, extracted from the Wikilinks corpus. In our analyses, we aim to identify the different ways, in terms of length and form, in which a proper names are produced

  19. Mining heart disease risk factors in clinical text with named entity recognition and distributional semantic models.

    Science.gov (United States)

    Urbain, Jay

    2015-12-01

    We present the design, and analyze the performance of a multi-stage natural language processing system employing named entity recognition, Bayesian statistics, and rule logic to identify and characterize heart disease risk factor events in diabetic patients over time. The system was originally developed for the 2014 i2b2 Challenges in Natural Language in Clinical Data. The system's strengths included a high level of accuracy for identifying named entities associated with heart disease risk factor events. The system's primary weakness was due to inaccuracies when characterizing the attributes of some events. For example, determining the relative time of an event with respect to the record date, whether an event is attributable to the patient's history or the patient's family history, and differentiating between current and prior smoking status. We believe these inaccuracies were due in large part to the lack of an effective approach for integrating context into our event detection model. To address these inaccuracies, we explore the addition of a distributional semantic model for characterizing contextual evidence of heart disease risk factor events. Using this semantic model, we raise our initial 2014 i2b2 Challenges in Natural Language of Clinical data F1 score of 0.838 to 0.890 and increased precision by 10.3% without use of any lexicons that might bias our results. Copyright © 2015 Elsevier Inc. All rights reserved.

  20. Anatomical entity recognition with a hierarchical framework augmented by external resources.

    Directory of Open Access Journals (Sweden)

    Yan Xu

    Full Text Available References to anatomical entities in medical records consist not only of explicit references to anatomical locations, but also other diverse types of expressions, such as specific diseases, clinical tests, clinical treatments, which constitute implicit references to anatomical entities. In order to identify these implicit anatomical entities, we propose a hierarchical framework, in which two layers of named entity recognizers (NERs work in a cooperative manner. Each of the NERs is implemented using the Conditional Random Fields (CRF model, which use a range of external resources to generate features. We constructed a dictionary of anatomical entity expressions by exploiting four existing resources, i.e., UMLS, MeSH, RadLex and BodyPart3D, and supplemented information from two external knowledge bases, i.e., Wikipedia and WordNet, to improve inference of anatomical entities from implicit expressions. Experiments conducted on 300 discharge summaries showed a micro-averaged performance of 0.8509 Precision, 0.7796 Recall and 0.8137 F1 for explicit anatomical entity recognition, and 0.8695 Precision, 0.6893 Recall and 0.7690 F1 for implicit anatomical entity recognition. The use of the hierarchical framework, which combines the recognition of named entities of various types (diseases, clinical tests, treatments with information embedded in external knowledge bases, resulted in a 5.08% increment in F1. The resources constructed for this research will be made publicly available.

  1. ClusType: Effective Entity Recognition and Typing by Relation Phrase-Based Clustering

    Science.gov (United States)

    Ren, Xiang; El-Kishky, Ahmed; Wang, Chi; Tao, Fangbo; Voss, Clare R.; Ji, Heng; Han, Jiawei

    2015-01-01

    Entity recognition is an important but challenging research problem. In reality, many text collections are from specific, dynamic, or emerging domains, which poses significant new challenges for entity recognition with increase in name ambiguity and context sparsity, requiring entity detection without domain restriction. In this paper, we investigate entity recognition (ER) with distant-supervision and propose a novel relation phrase-based ER framework, called ClusType, that runs data-driven phrase mining to generate entity mention candidates and relation phrases, and enforces the principle that relation phrases should be softly clustered when propagating type information between their argument entities. Then we predict the type of each entity mention based on the type signatures of its co-occurring relation phrases and the type indicators of its surface name, as computed over the corpus. Specifically, we formulate a joint optimization problem for two tasks, type propagation with relation phrases and multi-view relation phrase clustering. Our experiments on multiple genres—news, Yelp reviews and tweets—demonstrate the effectiveness and robustness of ClusType, with an average of 37% improvement in F1 score over the best compared method. PMID:26705503

  2. Annotating patient clinical records with syntactic chunks and named entities: the Harvey Corpus.

    Science.gov (United States)

    Savkov, Aleksandar; Carroll, John; Koeling, Rob; Cassell, Jackie

    The free text notes typed by physicians during patient consultations contain valuable information for the study of disease and treatment. These notes are difficult to process by existing natural language analysis tools since they are highly telegraphic (omitting many words), and contain many spelling mistakes, inconsistencies in punctuation, and non-standard word order. To support information extraction and classification tasks over such text, we describe a de-identified corpus of free text notes, a shallow syntactic and named entity annotation scheme for this kind of text, and an approach to training domain specialists with no linguistic background to annotate the text. Finally, we present a statistical chunking system for such clinical text with a stable learning rate and good accuracy, indicating that the manual annotation is consistent and that the annotation scheme is tractable for machine learning.

  3. Developing a hybrid dictionary-based bio-entity recognition technique

    Science.gov (United States)

    2015-01-01

    Background Bio-entity extraction is a pivotal component for information extraction from biomedical literature. The dictionary-based bio-entity extraction is the first generation of Named Entity Recognition (NER) techniques. Methods This paper presents a hybrid dictionary-based bio-entity extraction technique. The approach expands the bio-entity dictionary by combining different data sources and improves the recall rate through the shortest path edit distance algorithm. In addition, the proposed technique adopts text mining techniques in the merging stage of similar entities such as Part of Speech (POS) expansion, stemming, and the exploitation of the contextual cues to further improve the performance. Results The experimental results show that the proposed technique achieves the best or at least equivalent performance among compared techniques, GENIA, MESH, UMLS, and combinations of these three resources in F-measure. Conclusions The results imply that the performance of dictionary-based extraction techniques is largely influenced by information resources used to build the dictionary. In addition, the edit distance algorithm shows steady performance with three different dictionaries in precision whereas the context-only technique achieves a high-end performance with three difference dictionaries in recall. PMID:26043907

  4. Developing a hybrid dictionary-based bio-entity recognition technique.

    Science.gov (United States)

    Song, Min; Yu, Hwanjo; Han, Wook-Shin

    2015-01-01

    Bio-entity extraction is a pivotal component for information extraction from biomedical literature. The dictionary-based bio-entity extraction is the first generation of Named Entity Recognition (NER) techniques. This paper presents a hybrid dictionary-based bio-entity extraction technique. The approach expands the bio-entity dictionary by combining different data sources and improves the recall rate through the shortest path edit distance algorithm. In addition, the proposed technique adopts text mining techniques in the merging stage of similar entities such as Part of Speech (POS) expansion, stemming, and the exploitation of the contextual cues to further improve the performance. The experimental results show that the proposed technique achieves the best or at least equivalent performance among compared techniques, GENIA, MESH, UMLS, and combinations of these three resources in F-measure. The results imply that the performance of dictionary-based extraction techniques is largely influenced by information resources used to build the dictionary. In addition, the edit distance algorithm shows steady performance with three different dictionaries in precision whereas the context-only technique achieves a high-end performance with three difference dictionaries in recall.

  5. Moving beyond the Name: Defining Corporate Entities to Support Provenance-Based Access

    Science.gov (United States)

    Light, Michelle

    2007-01-01

    The second edition of the "International Standard Archival Authority Records for Corporate Bodies, Persons, and Families (ISAAR(CPF)2)" focuses on describing entities as they exist in reality, rather than on establishing authorized terms. This change allows authority records to include multiple authorized terms representing an entity as it changed…

  6. Encoding of Fundamental Chemical Entities of Organic Reactivity Interest using chemical ontology and XML.

    Science.gov (United States)

    Durairaj, Vijayasarathi; Punnaivanam, Sankar

    2015-09-01

    Fundamental chemical entities are identified in the context of organic reactivity and classified as appropriate concept classes namely ElectronEntity, AtomEntity, AtomGroupEntity, FunctionalGroupEntity and MolecularEntity. The entity classes and their subclasses are organized into a chemical ontology named "ChemEnt" for the purpose of assertion, restriction and modification of properties through entity relations. Individual instances of entity classes are defined and encoded as a library of chemical entities in XML. The instances of entity classes are distinguished with a unique notation and identification values in order to map them with the ontology definitions. A model GUI named Entity Table is created to view graphical representations of all the entity instances. The detection of chemical entities in chemical structures is achieved through suitable algorithms. The possibility of asserting properties to the entities at different levels and the mechanism of property flow within the hierarchical entity levels is outlined. Copyright © 2015 Elsevier Inc. All rights reserved.

  7. Context and Domain Knowledge Enhanced Entity Spotting in Informal Text

    Science.gov (United States)

    Gruhl, Daniel; Nagarajan, Meena; Pieper, Jan; Robson, Christine; Sheth, Amit

    This paper explores the application of restricted relationship graphs (RDF) and statistical NLP techniques to improve named entity annotation in challenging Informal English domains. We validate our approach using on-line forums discussing popular music. Named entity annotation is particularly difficult in this domain because it is characterized by a large number of ambiguous entities, such as the Madonna album "Music" or Lilly Allen's pop hit "Smile".

  8. A controlled vocabulary for pathway entities and events.

    Science.gov (United States)

    Jupe, Steve; Jassal, Bijay; Williams, Mark; Wu, Guanming

    2014-01-01

    Entities involved in pathways and the events they participate in require descriptive and unambiguous names that are often not available in the literature or elsewhere. Reactome is a manually curated open-source resource of human pathways. It is accessible via a website, available as downloads in standard reusable formats and via Representational State Transfer (REST)-ful and Simple Object Access Protocol (SOAP) application programming interfaces (APIs). We have devised a controlled vocabulary (CV) that creates concise, unambiguous and unique names for reactions (pathway events) and all the molecular entities they involve. The CV could be reapplied in any situation where names are used for pathway entities and events. Adoption of this CV would significantly improve naming consistency and readability, with consequent benefits for searching and data mining within and between databases. Database URL: http://www.reactome.org. © The Author(s) 2014. Published by Oxford University Press.

  9. Gene name ambiguity of eukaryotic nomenclatures.

    Science.gov (United States)

    Chen, Lifeng; Liu, Hongfang; Friedman, Carol

    2005-01-15

    With more and more scientific literature published online, the effective management and reuse of this knowledge has become problematic. Natural language processing (NLP) may be a potential solution by extracting, structuring and organizing biomedical information in online literature in a timely manner. One essential task is to recognize and identify genomic entities in text. 'Recognition' can be accomplished using pattern matching and machine learning. But for 'identification' these techniques are not adequate. In order to identify genomic entities, NLP needs a comprehensive resource that specifies and classifies genomic entities as they occur in text and that associates them with normalized terms and also unique identifiers so that the extracted entities are well defined. Online organism databases are an excellent resource to create such a lexical resource. However, gene name ambiguity is a serious problem because it affects the appropriate identification of gene entities. In this paper, we explore the extent of the problem and suggest ways to address it. We obtained gene information from 21 organisms and quantified naming ambiguities within species, across species, with English words and with medical terms. When the case (of letters) was retained, official symbols displayed negligible intra-species ambiguity (0.02%) and modest ambiguities with general English words (0.57%) and medical terms (1.01%). In contrast, the across-species ambiguity was high (14.20%). The inclusion of gene synonyms increased intra-species ambiguity substantially and full names contributed greatly to gene-medical-term ambiguity. A comprehensive lexical resource that covers gene information for the 21 organisms was then created and used to identify gene names by using a straightforward string matching program to process 45,000 abstracts associated with the mouse model organism while ignoring case and gene names that were also English words. We found that 85.1% of correctly retrieved mouse

  10. Entity recognition in the biomedical domain using a hybrid approach.

    Science.gov (United States)

    Basaldella, Marco; Furrer, Lenz; Tasso, Carlo; Rinaldi, Fabio

    2017-11-09

    This article describes a high-recall, high-precision approach for the extraction of biomedical entities from scientific articles. The approach uses a two-stage pipeline, combining a dictionary-based entity recognizer with a machine-learning classifier. First, the OGER entity recognizer, which has a bias towards high recall, annotates the terms that appear in selected domain ontologies. Subsequently, the Distiller framework uses this information as a feature for a machine learning algorithm to select the relevant entities only. For this step, we compare two different supervised machine-learning algorithms: Conditional Random Fields and Neural Networks. In an in-domain evaluation using the CRAFT corpus, we test the performance of the combined systems when recognizing chemicals, cell types, cellular components, biological processes, molecular functions, organisms, proteins, and biological sequences. Our best system combines dictionary-based candidate generation with Neural-Network-based filtering. It achieves an overall precision of 86% at a recall of 60% on the named entity recognition task, and a precision of 51% at a recall of 49% on the concept recognition task. These results are to our knowledge the best reported so far in this particular task.

  11. Financial Management of Economic Entity from the Perspective of Alternative Approach

    Directory of Open Access Journals (Sweden)

    Victor Munteanu

    2016-12-01

    Full Text Available Throughout the study the financial management presented is divided into three directions, namely financial analysis, financial planning and financial strategy, focusing on increasing the quality of financial management conducted at the economic entity by identifying an easier possible use for a system of alternative decisions in order to increase the profitability. The study also aims to identify new meanings of financial accounting information system in performing the managerial act through alternative decisions, trying to highlight the need to create a management tool generator of variants possible to be adopted with an impact on their application in the economic entity as a whole. Based on qualitative research on the financial management act, it is revealed the importance of the financial management act manifested in the economic entity and also its quality improvement through simulations targeting the management through budget system.

  12. Disease named entity recognition from biomedical literature using a novel convolutional neural network.

    Science.gov (United States)

    Zhao, Zhehuan; Yang, Zhihao; Luo, Ling; Wang, Lei; Zhang, Yin; Lin, Hongfei; Wang, Jian

    2017-12-28

    Automatic disease named entity recognition (DNER) is of utmost importance for development of more sophisticated BioNLP tools. However, most conventional CRF based DNER systems rely on well-designed features whose selection is labor intensive and time-consuming. Though most deep learning methods can solve NER problems with little feature engineering, they employ additional CRF layer to capture the correlation information between labels in neighborhoods which makes them much complicated. In this paper, we propose a novel multiple label convolutional neural network (MCNN) based disease NER approach. In this approach, instead of the CRF layer, a multiple label strategy (MLS) first introduced by us, is employed. First, the character-level embedding, word-level embedding and lexicon feature embedding are concatenated. Then several convolutional layers are stacked over the concatenated embedding. Finally, MLS strategy is applied to the output layer to capture the correlation information between neighboring labels. As shown by the experimental results, MCNN can achieve the state-of-the-art performance on both NCBI and CDR corpora. The proposed MCNN based disease NER method achieves the state-of-the-art performance with little feature engineering. And the experimental results show the MLS strategy's effectiveness of capturing the correlation information between labels in the neighborhood.

  13. PKDE4J: Entity and relation extraction for public knowledge discovery.

    Science.gov (United States)

    Song, Min; Kim, Won Chul; Lee, Dahee; Heo, Go Eun; Kang, Keun Young

    2015-10-01

    Due to an enormous number of scientific publications that cannot be handled manually, there is a rising interest in text-mining techniques for automated information extraction, especially in the biomedical field. Such techniques provide effective means of information search, knowledge discovery, and hypothesis generation. Most previous studies have primarily focused on the design and performance improvement of either named entity recognition or relation extraction. In this paper, we present PKDE4J, a comprehensive text-mining system that integrates dictionary-based entity extraction and rule-based relation extraction in a highly flexible and extensible framework. Starting with the Stanford CoreNLP, we developed the system to cope with multiple types of entities and relations. The system also has fairly good performance in terms of accuracy as well as the ability to configure text-processing components. We demonstrate its competitive performance by evaluating it on many corpora and found that it surpasses existing systems with average F-measures of 85% for entity extraction and 81% for relation extraction. Copyright © 2015 Elsevier Inc. All rights reserved.

  14. Adapting Web content for low-literacy readers by using lexical elaboration and named entities labeling

    Science.gov (United States)

    Watanabe, W. M.; Candido, A.; Amâncio, M. A.; De Oliveira, M.; Pardo, T. A. S.; Fortes, R. P. M.; Aluísio, S. M.

    2010-12-01

    This paper presents an approach for assisting low-literacy readers in accessing Web online information. The "Educational FACILITA" tool is a Web content adaptation tool that provides innovative features and follows more intuitive interaction models regarding accessibility concerns. Especially, we propose an interaction model and a Web application that explore the natural language processing tasks of lexical elaboration and named entity labeling for improving Web accessibility. We report on the results obtained from a pilot study on usability analysis carried out with low-literacy users. The preliminary results show that "Educational FACILITA" improves the comprehension of text elements, although the assistance mechanisms might also confuse users when word sense ambiguity is introduced, by gathering, for a complex word, a list of synonyms with multiple meanings. This fact evokes a future solution in which the correct sense for a complex word in a sentence is identified, solving this pervasive characteristic of natural languages. The pilot study also identified that experienced computer users find the tool to be more useful than novice computer users do.

  15. Chemical Entity Recognition and Resolution to ChEBI

    Science.gov (United States)

    Grego, Tiago; Pesquita, Catia; Bastos, Hugo P.; Couto, Francisco M.

    2012-01-01

    Chemical entities are ubiquitous through the biomedical literature and the development of text-mining systems that can efficiently identify those entities are required. Due to the lack of available corpora and data resources, the community has focused its efforts in the development of gene and protein named entity recognition systems, but with the release of ChEBI and the availability of an annotated corpus, this task can be addressed. We developed a machine-learning-based method for chemical entity recognition and a lexical-similarity-based method for chemical entity resolution and compared them with Whatizit, a popular-dictionary-based method. Our methods outperformed the dictionary-based method in all tasks, yielding an improvement in F-measure of 20% for the entity recognition task, 2–5% for the entity-resolution task, and 15% for combined entity recognition and resolution tasks. PMID:25937941

  16. Use of global context for handling noisy names in discussion texts of a homeopathy discussion forum

    Directory of Open Access Journals (Sweden)

    Mukta Majumder

    2014-03-01

    Full Text Available The task of identifying named entities from the discussion texts in Web forums faces the challenge of noisy names. As the names are often misspelled or abbreviated, the conventional techniques have failed to detect the noisy names properly. In this paper we propose a global context based framework for handling the noisy names. The framework is tested on a named entity recognition system designed to identify the names from the discussion texts in a homeopathy diagnosis discussion forum. The proposed global context-based framework is found to be effective in improving the accuracy of the named entity recognition system.

  17. GRAM-CNN: a deep learning approach with local context for named entity recognition in biomedical text.

    Science.gov (United States)

    Zhu, Qile; Li, Xiaolin; Conesa, Ana; Pereira, Cécile

    2018-05-01

    Best performing named entity recognition (NER) methods for biomedical literature are based on hand-crafted features or task-specific rules, which are costly to produce and difficult to generalize to other corpora. End-to-end neural networks achieve state-of-the-art performance without hand-crafted features and task-specific knowledge in non-biomedical NER tasks. However, in the biomedical domain, using the same architecture does not yield competitive performance compared with conventional machine learning models. We propose a novel end-to-end deep learning approach for biomedical NER tasks that leverages the local contexts based on n-gram character and word embeddings via Convolutional Neural Network (CNN). We call this approach GRAM-CNN. To automatically label a word, this method uses the local information around a word. Therefore, the GRAM-CNN method does not require any specific knowledge or feature engineering and can be theoretically applied to a wide range of existing NER problems. The GRAM-CNN approach was evaluated on three well-known biomedical datasets containing different BioNER entities. It obtained an F1-score of 87.26% on the Biocreative II dataset, 87.26% on the NCBI dataset and 72.57% on the JNLPBA dataset. Those results put GRAM-CNN in the lead of the biological NER methods. To the best of our knowledge, we are the first to apply CNN based structures to BioNER problems. The GRAM-CNN source code, datasets and pre-trained model are available online at: https://github.com/valdersoul/GRAM-CNN. andyli@ece.ufl.edu or aconesa@ufl.edu. Supplementary data are available at Bioinformatics online.

  18. Named Entity Recognition in a Hungarian NL Based QA System

    Science.gov (United States)

    Tikkl, Domonkos; Szidarovszky, P. Ferenc; Kardkovacs, Zsolt T.; Magyar, Gábor

    In WoW project our purpose is to create a complex search interface with the following features: search in the deep web content of contracted partners' databases, processing Hungarian natural language (NL) questions and transforming them to SQL queries for database access, image search supported by a visual thesaurus that describes in a structural form the visual content of images (also in Hungarian). This paper primarily focuses on a particular problem of question processing task: the entity recognition. Before going into details we give a short overview of the project's aims.

  19. A study of active learning methods for named entity recognition in clinical text.

    Science.gov (United States)

    Chen, Yukun; Lasko, Thomas A; Mei, Qiaozhu; Denny, Joshua C; Xu, Hua

    2015-12-01

    Named entity recognition (NER), a sequential labeling task, is one of the fundamental tasks for building clinical natural language processing (NLP) systems. Machine learning (ML) based approaches can achieve good performance, but they often require large amounts of annotated samples, which are expensive to build due to the requirement of domain experts in annotation. Active learning (AL), a sample selection approach integrated with supervised ML, aims to minimize the annotation cost while maximizing the performance of ML-based models. In this study, our goal was to develop and evaluate both existing and new AL methods for a clinical NER task to identify concepts of medical problems, treatments, and lab tests from the clinical notes. Using the annotated NER corpus from the 2010 i2b2/VA NLP challenge that contained 349 clinical documents with 20,423 unique sentences, we simulated AL experiments using a number of existing and novel algorithms in three different categories including uncertainty-based, diversity-based, and baseline sampling strategies. They were compared with the passive learning that uses random sampling. Learning curves that plot performance of the NER model against the estimated annotation cost (based on number of sentences or words in the training set) were generated to evaluate different active learning and the passive learning methods and the area under the learning curve (ALC) score was computed. Based on the learning curves of F-measure vs. number of sentences, uncertainty sampling algorithms outperformed all other methods in ALC. Most diversity-based methods also performed better than random sampling in ALC. To achieve an F-measure of 0.80, the best method based on uncertainty sampling could save 66% annotations in sentences, as compared to random sampling. For the learning curves of F-measure vs. number of words, uncertainty sampling methods again outperformed all other methods in ALC. To achieve 0.80 in F-measure, in comparison to random

  20. Entity recognition from clinical texts via recurrent neural network.

    Science.gov (United States)

    Liu, Zengjian; Yang, Ming; Wang, Xiaolong; Chen, Qingcai; Tang, Buzhou; Wang, Zhe; Xu, Hua

    2017-07-05

    Entity recognition is one of the most primary steps for text analysis and has long attracted considerable attention from researchers. In the clinical domain, various types of entities, such as clinical entities and protected health information (PHI), widely exist in clinical texts. Recognizing these entities has become a hot topic in clinical natural language processing (NLP), and a large number of traditional machine learning methods, such as support vector machine and conditional random field, have been deployed to recognize entities from clinical texts in the past few years. In recent years, recurrent neural network (RNN), one of deep learning methods that has shown great potential on many problems including named entity recognition, also has been gradually used for entity recognition from clinical texts. In this paper, we comprehensively investigate the performance of LSTM (long-short term memory), a representative variant of RNN, on clinical entity recognition and protected health information recognition. The LSTM model consists of three layers: input layer - generates representation of each word of a sentence; LSTM layer - outputs another word representation sequence that captures the context information of each word in this sentence; Inference layer - makes tagging decisions according to the output of LSTM layer, that is, outputting a label sequence. Experiments conducted on corpora of the 2010, 2012 and 2014 i2b2 NLP challenges show that LSTM achieves highest micro-average F1-scores of 85.81% on the 2010 i2b2 medical concept extraction, 92.29% on the 2012 i2b2 clinical event detection, and 94.37% on the 2014 i2b2 de-identification, which is considerably competitive with other state-of-the-art systems. LSTM that requires no hand-crafted feature has great potential on entity recognition from clinical texts. It outperforms traditional machine learning methods that suffer from fussy feature engineering. A possible future direction is how to integrate knowledge

  1. Integrating Naming and Addressing of Persistent data in Programming Language and Operating System Contexts

    NARCIS (Netherlands)

    van der Valk, M.; van der Valk, M.

    1993-01-01

    There exist a number of desirable transparencies in distributed computing, viz., name transparency: having a uniform way of naming entities in the system, regardless of their type or physical make up; location transparency: having a uniform way of addressing entities, regardless of their physical

  2. Using Local Grammar for Entity Extraction from Clinical Reports

    Directory of Open Access Journals (Sweden)

    Aicha Ghoulam

    2015-06-01

    Full Text Available Information Extraction (IE is a natural language processing (NLP task whose aim is to analyze texts written in natural language to extract structured and useful information such as named entities and semantic relations linking these entities. Information extraction is an important task for many applications such as bio-medical literature mining, customer care, community websites, and personal information management. The increasing information available in patient clinical reports is difficult to access. As it is often in an unstructured text form, doctors need tools to enable them access to this information and the ability to search it. Hence, a system for extracting this information in a structured form can benefits healthcare professionals. The work presented in this paper uses a local grammar approach to extract medical named entities from French patient clinical reports. Experimental results show that the proposed approach achieved an F-Measure of 90. 06%.

  3. NOMINAL MARKING SYSTEM OF BAHASA MANGGARAI AND ITS INTERRELATION TO NAMING SYSTEM OF ENTITIES: A CULTURAL LINGUISTIC STUDY

    Directory of Open Access Journals (Sweden)

    Kletus Erom

    2012-11-01

    Full Text Available This study analyzes the cultural imagery of the Manggaraian SpeechCommunities (MSC in “Nominal Marking System (NMS of Bahasa Manggaraiand Its Interrelation with Naming Systems of Entity (NSE: A CulturalLinguistic Study”. The result of the analysis is useful for both the academic worldand the life of the society, especially the MSC.The study conducted in Manggarai Regency, Flores, East Nusa TenggaraProvince, is qualitative. The data were obtained through observation, elicitation,interview, documentation study, listening, and note taking. For this reason, a numberof questions were prepared in a written form. The data obtained were analyzedthrough steps of selection, listing, translation, and interpretation of the formallinguistic meaning and cultural imagery of the MSC. The result of the data analysisis informally reported and verbally described.To analyze the data, the Cultural Linguistic Theory was applied andsupported by the structural and the dynamic theories. To know the chance and toinspire the study, a number of previous studies were reviewed. To easily understand,direct, and limit the discussion of the study, a number of basic concepts weredefined.Syntactically and semantically, there are four kinds of nominal markers(NMs of BM. NMs in the forms of personal pronouns (PP: hau ‘you SG’, hia/hi‘he/she’, meu ‘you-PLUR’, and ise ‘they’ mark proper nouns (PN as theSubject/Agent or Object/Patient in a clause bearing the meaning of subject or objectposition of a clause and not common nouns (CN. NMs in the forms of de/ di/ disemark the noun (CN/pronoun or PN as the possessor of the possessed noun in aclause bearing the meaning of possession. NMs in the forms of le/ li/ lise mark thenoun (CN/pronoun or PN as the agent diathesis of an action targeted to a noun asthe patient diathesis in a clause bearing the meaning of addition or the target/localityof an action. And NMs in the forms of ge/ gi/ gise mark the noun (CN/pronoun or

  4. Network and Ensemble Enabled Entity Extraction in Informal Text (NEEEEIT) final report

    Energy Technology Data Exchange (ETDEWEB)

    Kegelmeyer, Philip W. [Sandia National Lab. (SNL-NM), Albuquerque, NM (United States); Shead, Timothy M. [Sandia National Lab. (SNL-NM), Albuquerque, NM (United States); Dunlavy, Daniel M. [Sandia National Lab. (SNL-NM), Albuquerque, NM (United States)

    2013-09-01

    This SAND report summarizes the activities and outcomes of the Network and Ensemble Enabled Entity Extraction in Information Text (NEEEEIT) LDRD project, which addressed improving the accuracy of conditional random fields for named entity recognition through the use of ensemble methods.

  5. Robust hybrid name disambiguation framework for large databases

    KAUST Repository

    Zhu, Jia

    2013-10-26

    In many databases, science bibliography database for example, name attribute is the most commonly chosen identifier to identify entities. However, names are often ambiguous and not always unique which cause problems in many fields. Name disambiguation is a non-trivial task in data management that aims to properly distinguish different entities which share the same name, particularly for large databases like digital libraries, as only limited information can be used to identify authors\\' name. In digital libraries, ambiguous author names occur due to the existence of multiple authors with the same name or different name variations for the same person. Also known as name disambiguation, most of the previous works to solve this issue often employ hierarchical clustering approaches based on information inside the citation records, e.g. co-authors and publication titles. In this paper, we focus on proposing a robust hybrid name disambiguation framework that is not only applicable for digital libraries but also can be easily extended to other application based on different data sources. We propose a web pages genre identification component to identify the genre of a web page, e.g. whether the page is a personal homepage. In addition, we propose a re-clustering model based on multidimensional scaling that can further improve the performance of name disambiguation. We evaluated our approach on known corpora, and the favorable experiment results indicated that our proposed framework is feasible. © 2013 Akadémiai Kiadó, Budapest, Hungary.

  6. Robust hybrid name disambiguation framework for large databases

    KAUST Repository

    Zhu, Jia; Yang, Yi; Xie, Qing; Wang, Liwei; Hassan, Saeed-Ul

    2013-01-01

    In many databases, science bibliography database for example, name attribute is the most commonly chosen identifier to identify entities. However, names are often ambiguous and not always unique which cause problems in many fields. Name disambiguation is a non-trivial task in data management that aims to properly distinguish different entities which share the same name, particularly for large databases like digital libraries, as only limited information can be used to identify authors' name. In digital libraries, ambiguous author names occur due to the existence of multiple authors with the same name or different name variations for the same person. Also known as name disambiguation, most of the previous works to solve this issue often employ hierarchical clustering approaches based on information inside the citation records, e.g. co-authors and publication titles. In this paper, we focus on proposing a robust hybrid name disambiguation framework that is not only applicable for digital libraries but also can be easily extended to other application based on different data sources. We propose a web pages genre identification component to identify the genre of a web page, e.g. whether the page is a personal homepage. In addition, we propose a re-clustering model based on multidimensional scaling that can further improve the performance of name disambiguation. We evaluated our approach on known corpora, and the favorable experiment results indicated that our proposed framework is feasible. © 2013 Akadémiai Kiadó, Budapest, Hungary.

  7. LeadMine: a grammar and dictionary driven approach to entity recognition

    Science.gov (United States)

    2015-01-01

    Background Chemical entity recognition has traditionally been performed by machine learning approaches. Here we describe an approach using grammars and dictionaries. This approach has the advantage that the entities found can be directly related to a given grammar or dictionary, which allows the type of an entity to be known and, if an entity is misannotated, indicates which resource should be corrected. As recognition is driven by what is expected, if spelling errors occur, they can be corrected. Correcting such errors is highly useful when attempting to lookup an entity in a database or, in the case of chemical names, converting them to structures. Results Our system uses a mixture of expertly curated grammars and dictionaries, as well as dictionaries automatically derived from public resources. We show that the heuristics developed to filter our dictionary of trivial chemical names (from PubChem) yields a better performing dictionary than the previously published Jochem dictionary. Our final system performs post-processing steps to modify the boundaries of entities and to detect abbreviations. These steps are shown to significantly improve performance (2.6% and 4.0% F1-score respectively). Our complete system, with incremental post-BioCreative workshop improvements, achieves 89.9% precision and 85.4% recall (87.6% F1-score) on the CHEMDNER test set. Conclusions Grammar and dictionary approaches can produce results at least as good as the current state of the art in machine learning approaches. While machine learning approaches are commonly thought of as "black box" systems, our approach directly links the output entities to the input dictionaries and grammars. Our approach also allows correction of errors in detected entities, which can assist with entity resolution. PMID:25810776

  8. Building a protein name dictionary from full text: a machine learning term extraction approach

    Directory of Open Access Journals (Sweden)

    Campagne Fabien

    2005-04-01

    Full Text Available Abstract Background The majority of information in the biological literature resides in full text articles, instead of abstracts. Yet, abstracts remain the focus of many publicly available literature data mining tools. Most literature mining tools rely on pre-existing lexicons of biological names, often extracted from curated gene or protein databases. This is a limitation, because such databases have low coverage of the many name variants which are used to refer to biological entities in the literature. Results We present an approach to recognize named entities in full text. The approach collects high frequency terms in an article, and uses support vector machines (SVM to identify biological entity names. It is also computationally efficient and robust to noise commonly found in full text material. We use the method to create a protein name dictionary from a set of 80,528 full text articles. Only 8.3% of the names in this dictionary match SwissProt description lines. We assess the quality of the dictionary by studying its protein name recognition performance in full text. Conclusion This dictionary term lookup method compares favourably to other published methods, supporting the significance of our direct extraction approach. The method is strong in recognizing name variants not found in SwissProt.

  9. CNN-based ranking for biomedical entity normalization.

    Science.gov (United States)

    Li, Haodi; Chen, Qingcai; Tang, Buzhou; Wang, Xiaolong; Xu, Hua; Wang, Baohua; Huang, Dong

    2017-10-03

    Most state-of-the-art biomedical entity normalization systems, such as rule-based systems, merely rely on morphological information of entity mentions, but rarely consider their semantic information. In this paper, we introduce a novel convolutional neural network (CNN) architecture that regards biomedical entity normalization as a ranking problem and benefits from semantic information of biomedical entities. The CNN-based ranking method first generates candidates using handcrafted rules, and then ranks the candidates according to their semantic information modeled by CNN as well as their morphological information. Experiments on two benchmark datasets for biomedical entity normalization show that our proposed CNN-based ranking method outperforms traditional rule-based method with state-of-the-art performance. We propose a CNN architecture that regards biomedical entity normalization as a ranking problem. Comparison results show that semantic information is beneficial to biomedical entity normalization and can be well combined with morphological information in our CNN architecture for further improvement.

  10. Dynamic collective entity representations for entity ranking

    NARCIS (Netherlands)

    Graus, D.; Tsagkias, M.; Weerkamp, W.; Meij, E.; de Rijke, M.

    2016-01-01

    Entity ranking, i.e., successfully positioning a relevant entity at the top of the ranking for a given query, is inherently difficult due to the potential mismatch between the entity's description in a knowledge base, and the way people refer to the entity when searching for it. To counter this

  11. The National Geographic Names Data Base: Phase II instructions

    Science.gov (United States)

    Orth, Donald J.; Payne, Roger L.

    1987-01-01

    The Geographic Names Information System is a computer-based information system developed to meet major national needs by providing information for named entities in the United States, its territories, and outlying areas. The National Geographic Names Data Base, a component of the Geographic Names Information System, currently contains most names and associated information recorded on the 1:24,000-scale (or largest scale available) topographic maps of the U.S. Geological Survey. The work involved in this initial compilation of names shown on the topographic-map series, and the development and editing of the National Geographic Names Data Base, is referred to as Phase I. Optimal use and effectiveness of an automated names system require that the names of features

  12. Knowledge environments representing molecular entities for the virtual physiological human.

    Science.gov (United States)

    Hofmann-Apitius, Martin; Fluck, Juliane; Furlong, Laura; Fornes, Oriol; Kolárik, Corinna; Hanser, Susanne; Boeker, Martin; Schulz, Stefan; Sanz, Ferran; Klinger, Roman; Mevissen, Theo; Gattermayer, Tobias; Oliva, Baldo; Friedrich, Christoph M

    2008-09-13

    In essence, the virtual physiological human (VPH) is a multiscale representation of human physiology spanning from the molecular level via cellular processes and multicellular organization of tissues to complex organ function. The different scales of the VPH deal with different entities, relationships and processes, and in consequence the models used to describe and simulate biological functions vary significantly. Here, we describe methods and strategies to generate knowledge environments representing molecular entities that can be used for modelling the molecular scale of the VPH. Our strategy to generate knowledge environments representing molecular entities is based on the combination of information extraction from scientific text and the integration of information from biomolecular databases. We introduce @neuLink, a first prototype of an automatically generated, disease-specific knowledge environment combining biomolecular, chemical, genetic and medical information. Finally, we provide a perspective for the future implementation and use of knowledge environments representing molecular entities for the VPH.

  13. The SPECIES and ORGANISMS Resources for Fast and Accurate Identification of Taxonomic Names in Text

    DEFF Research Database (Denmark)

    Pafilis, Evangelos; Pletscher-Frankild, Sune; Fanini, Lucia

    2013-01-01

    The exponential growth of the biomedical literature is making the need for efficient, accurate text-mining tools increasingly clear. The identification of named biological entities in text is a central and difficult task. We have developed an efficient algorithm and implementation of a dictionary......-based approach to named entity recognition, which we here use to identify names of species and other taxa in text. The tool, SPECIES, is more than an order of magnitude faster and as accurate as existing tools. The precision and recall was assessed both on an existing gold-standard corpus and on a new corpus...

  14. Self-assembling software generator

    Science.gov (United States)

    Bouchard, Ann M [Albuquerque, NM; Osbourn, Gordon C [Albuquerque, NM

    2011-11-25

    A technique to generate an executable task includes inspecting a task specification data structure to determine what software entities are to be generated to create the executable task, inspecting the task specification data structure to determine how the software entities will be linked after generating the software entities, inspecting the task specification data structure to determine logic to be executed by the software entities, and generating the software entities to create the executable task.

  15. The CALBC Silver Standard Corpus for Biomedical Named Entities - A Study in Harmonizing the Contributions from Four Independent Named Entity Taggers

    NARCIS (Netherlands)

    D. Rebholz-Schuhmann (Dietrich); A.J. Jimeno-Yepes (Antonio José); E.M. van Mulligen (Erik); N. Kang (Ning); J.A. Kors (Jan); D. Milward (David); P. Corbett (Peter); E. Buyko (Ekaterina); Tomanek (Katrin); E. Beisswanger (Elena); U. Hahn (Udo)

    2010-01-01

    textabstractThe production of gold standard corpora is time-consuming and costly. We propose an alternative: the 'silver standard corpus' (SSC), a corpus that has been generated by the harmonisation of the annotations that have been delivered from a selection of annotation systems. The systems have

  16. The List of Available Names (LAN): A new generation for stable taxonomic names in zoology?

    Science.gov (United States)

    Alonso-Zarazaga, Miguel A; Fautin, Daphne Gail; Michel, Ellinor

    2016-01-01

    The List of Available Names in Zoology (LAN) is an inventory of names with specific scope in time and content, presented and approved in parts, and constituted as a cumulative index of names available for use in zoological nomenclature. It was defined in Article 79 in the fourth edition of the International Code of Zoological Nomenclature. The LAN is likely to gain importance with the development of the online Official Registry for Zoological Nomenclature (ZooBank) as it is potentially a source of many nomenclaturally certified names. Article 79 describes the deliberative process for adding large numbers of names to the LAN simultaneously, detailing steps and chronology for submission of a candidate Part to the LAN and consideration of a candidate Part by the public and Commission, but it is largely mute about the contents of a candidate Part. It does make clear that a name within the scope of a Part but not on the LAN has no nomenclatural standing, even if it had previously been considered available, thereby preventing long-forgotten names from displacing accepted ones and the accumulation of nomina dubia. Thus, for taxa on the LAN, nomenclatural archaeology - the resurrecting of old unused names to replace by priority names in current usage - will not be worthwhile. Beyond that, it has been unclear if Article 79 is intended to document every available name known within the scope of the Part, or if its intention is to pare the inventory of available names within the scope of the Part. Consideration by the Commission and two committees to deal with the LAN have defined steps to implement Article 79 with the latter intent. Procedures for consideration of a candidate Part are defined in a manual, published as an appendix in this volume.

  17. 10 CFR 300.3 - Guidance for defining and naming the reporting entity.

    Science.gov (United States)

    2010-01-01

    ... agency or departmental level, but distinct organizational units (such as a Department of the Interior... flexibility in defining themselves at an appropriate level of aggregation, it is essential that the name...

  18. Entity associations for search

    NARCIS (Netherlands)

    Reinanda, R.

    2017-01-01

    In this thesis, we investigate the broad problem of computing entity associations for search. Specifically, we consider three types of entity association: entity-entity, entity-document, and entity-aspect associations. We touch upon various domains, starting with specific domains such as the

  19. Employee turnover and productivity among small business entities in Nigeria

    Directory of Open Access Journals (Sweden)

    John N. N. Ugoani

    2016-12-01

    Full Text Available This study was designed to evaluate the problems of employee turnover on productivity among small business entities in Nigeria, and recommend remedial actions. Employee turnover is the separation of employees from employers and replacement with other employees. Productive manpower is a critical element for the economic survival of any small business entity. The survey research design was used for the study. The sample comprised of 320 respondents. Data generated were analyzed by using descriptive, and Z-test statistical techniques. It was found that employee turnover adversely affects productivity in small business entities.

  20. Programming Entity Framework

    CERN Document Server

    Lerman, Julia

    2009-01-01

    Programming Entity Framework is a thorough introduction to Microsoft's new core framework for modeling and interacting with data in .NET applications. This highly-acclaimed book not only gives experienced developers a hands-on tour of the Entity Framework and explains its use in a variety of applications, it also provides a deep understanding of its architecture and APIs -- knowledge that will be extremely valuable as you shift to the Entity Framework version in .NET Framework 4.0 and Visual Studio 2010. From the Entity Data Model (EDM) and Object Services to EntityClient and the Metadata Work

  1. EUPHORBIA SINCLAIRIANA, AN OLDER NAME FOR THE WIDESPREAD EUPHORBIA ELATA

    Directory of Open Access Journals (Sweden)

    BERNAL RODRIGO

    2006-12-01

    Full Text Available A comparison of collections of Euphorbia elata from accross its range withspecimens of E. sinclairiana from its only known locality, the island of Gorgona,off the Pacific coast of Colombia, shows that the two entities are better treated asconspecific, under the older name E. sinclairiana.

  2. Compulsive buying: an overlooked entity.

    Science.gov (United States)

    Basu, Bishnupriya; Basu, Saikat; Basu, Jharna

    2011-08-01

    Compulsive buying is an under-recognised entity among Indian psychiatrists. A Medline search, hand searching of journals and direct communications with lead investigators in compulsive buying have generated numerous studies. Overseas data indicate a community prevalence between 1% and 8% . The phenomenon can be an independent entity or appears as a comorbidity with another axis I or axis II disorder. A degree of suspicion on part of clinician regarding its possible presence is the key to its detection. A few rating instruments are available to quantify the morbidity and screening for compulsive buying. Management involves pharmacotherapy with SSRIs, psychotherapy, self-help groups and self-help books. Epidemiological and clinical studies on compulsive buying should be undertaken by Indian psychiatrists to provide better services for people suffering from compulsive buying.

  3. Twisted speckle entities inside wave-front reversal mirrors

    International Nuclear Information System (INIS)

    Okulov, A. Yu

    2009-01-01

    The previously unknown property of the optical speckle pattern reported. The interference of a speckle with the counterpropagating phase-conjugated (PC) speckle wave produces a randomly distributed ensemble of a twisted entities (ropes) surrounding optical vortex lines. These entities appear in a wide range of a randomly chosen speckle parameters inside the phase-conjugating mirrors regardless to an internal physical mechanism of the wave-front reversal. These numerically generated interference patterns are relevant to the Brillouin PC mirrors and to a four-wave mixing PC mirrors based upon laser trapped ultracold atomic cloud.

  4. Human-machine interaction to disambiguate entities in unstructured text and structured datasets

    Science.gov (United States)

    Ward, Kevin; Davenport, Jack

    2017-05-01

    Creating entity network graphs is a manual, time consuming process for an intelligence analyst. Beyond the traditional big data problems of information overload, individuals are often referred to by multiple names and shifting titles as they advance in their organizations over time which quickly makes simple string or phonetic alignment methods for entities insufficient. Conversely, automated methods for relationship extraction and entity disambiguation typically produce questionable results with no way for users to vet results, correct mistakes or influence the algorithm's future results. We present an entity disambiguation tool, DRADIS, which aims to bridge the gap between human-centric and machinecentric methods. DRADIS automatically extracts entities from multi-source datasets and models them as a complex set of attributes and relationships. Entities are disambiguated across the corpus using a hierarchical model executed in Spark allowing it to scale to operational sized data. Resolution results are presented to the analyst complete with sourcing information for each mention and relationship allowing analysts to quickly vet the correctness of results as well as correct mistakes. Corrected results are used by the system to refine the underlying model allowing analysts to optimize the general model to better deal with their operational data. Providing analysts with the ability to validate and correct the model to produce a system they can trust enables them to better focus their time on producing higher quality analysis products.

  5. Joint Extraction of Entities and Relations Using Reinforcement Learning and Deep Learning

    Directory of Open Access Journals (Sweden)

    Yuntian Feng

    2017-01-01

    Full Text Available We use both reinforcement learning and deep learning to simultaneously extract entities and relations from unstructured texts. For reinforcement learning, we model the task as a two-step decision process. Deep learning is used to automatically capture the most important information from unstructured texts, which represent the state in the decision process. By designing the reward function per step, our proposed method can pass the information of entity extraction to relation extraction and obtain feedback in order to extract entities and relations simultaneously. Firstly, we use bidirectional LSTM to model the context information, which realizes preliminary entity extraction. On the basis of the extraction results, attention based method can represent the sentences that include target entity pair to generate the initial state in the decision process. Then we use Tree-LSTM to represent relation mentions to generate the transition state in the decision process. Finally, we employ Q-Learning algorithm to get control policy π in the two-step decision process. Experiments on ACE2005 demonstrate that our method attains better performance than the state-of-the-art method and gets a 2.4% increase in recall-score.

  6. Joint Extraction of Entities and Relations Using Reinforcement Learning and Deep Learning.

    Science.gov (United States)

    Feng, Yuntian; Zhang, Hongjun; Hao, Wenning; Chen, Gang

    2017-01-01

    We use both reinforcement learning and deep learning to simultaneously extract entities and relations from unstructured texts. For reinforcement learning, we model the task as a two-step decision process. Deep learning is used to automatically capture the most important information from unstructured texts, which represent the state in the decision process. By designing the reward function per step, our proposed method can pass the information of entity extraction to relation extraction and obtain feedback in order to extract entities and relations simultaneously. Firstly, we use bidirectional LSTM to model the context information, which realizes preliminary entity extraction. On the basis of the extraction results, attention based method can represent the sentences that include target entity pair to generate the initial state in the decision process. Then we use Tree-LSTM to represent relation mentions to generate the transition state in the decision process. Finally, we employ Q -Learning algorithm to get control policy π in the two-step decision process. Experiments on ACE2005 demonstrate that our method attains better performance than the state-of-the-art method and gets a 2.4% increase in recall-score.

  7. Entropy and Graph Based Modelling of Document Coherence using Discourse Entities

    DEFF Research Database (Denmark)

    Petersen, Casper; Lioma, Christina; Simonsen, Jakob Grue

    2015-01-01

    We present two novel models of document coherence and their application to information retrieval (IR). Both models approximate document coherence using discourse entities, e.g. the subject or object of a sentence. Our first model views text as a Markov process generating sequences of discourse...... entities (entity n-grams); we use the entropy of these entity n-grams to approximate the rate at which new information appears in text, reasoning that as more new words appear, the topic increasingly drifts and text coherence decreases. Our second model extends the work of Guinaudeau & Strube [28......] that represents text as a graph of discourse entities, linked by different relations, such as their distance or adjacency in text. We use several graph topology metrics to approximate different aspects of the discourse flow that can indicate coherence, such as the average clustering or betweenness of discourse...

  8. What's in a Name? Interlocutors Dynamically Update Expectations about Shared Names.

    Science.gov (United States)

    Gegg-Harrison, Whitney M; Tanenhaus, Michael K

    2016-01-01

    In order to refer using a name, speakers must believe that their addressee knows about the link between the name and the intended referent. In cases where speakers and addressees learned a subset of names together, speakers are adept at using only the names their partner knows. But speakers do not always share such learning experience with their conversational partners. In these situations, what information guides speakers' choice of referring expression? A speaker who is uncertain about a names' common ground (CG) status often uses a name and description together. This N+D form allows speakers to demonstrate knowledge of a name, and could provide, even in the absence of miscommunication, useful evidence to the addressee regarding the speaker's knowledge. In cases where knowledge of one name is associated with knowledge of other names, this could provide indirect evidence regarding knowledge of other names that could support generalizations used to update beliefs about CG. Using Bayesian approaches to language processing as a guiding framework, we predict that interlocutors can use their partner's choice of referring expression, in particular their use of an N+D form, to generate more accurate beliefs regarding their partner's knowledge of other names. In Experiment 1, we find that domain experts are able to use their partner's referring expression choices to generate more accurate estimates of CG. In Experiment 2, we find that interlocutors are able to infer from a partner's use of an N+D form which other names that partner is likely to know or not know. Our results suggest that interlocutors can use the information conveyed in their partner's choice of referring expression to make generalizations that contribute to more accurate beliefs about what is shared with their partner, and further, that models of CG for reference need to account not just for the status of referents, but the status of means of referring to those referents.

  9. IDENTIFYING AND IMPLEMENTATION OF THE FINANCING SOURCES OF TOURIST ENTITIES

    Directory of Open Access Journals (Sweden)

    Gabriela DAVID

    2015-12-01

    Full Text Available Located at the intersection of the two spheres (tourism markets and financial ones, the tourism entity in Romania is interested in finding the formula to assure optimum financing by attracting financial resources in the field, on the one hand and on the other hand it is interested in meeting the high demand for profit from tourism and economic sphere. The objective determinant of Romanian tourism entity is to maximize the value by carrying out a profitable activity. The touristic entity must obtain profit to generate sufficient funds to distribute cash dividends to shareholders, while paying creditors at a favorable interest on borrowed funds.

  10. Categorizing terrorist entities listed by the European Union according to terrorist groups’ underlying motives

    Directory of Open Access Journals (Sweden)

    Liane Rothenberger

    2015-10-01

    Full Text Available States and international organizations have compiled lists of a great variety of terrorist groups. The current European Union list includes 44 entities. This study analyzes the underlying motives of the terrorist organizations named in this list. In order to understand the groups’ motivations and consequently be able to advise on methods of countering them with communication strategies, we employ a three-item typology provided by Waldmann (2001. The results show that only five of the 44 groups were religiously motivated to commit terrorism. Most of the groups (n=20 had nationalist-separatist motives, and 19 groups displayed social-revolutionary motives. Based on the respective motives, differing counter-terrorism strategies are proposed, e.g., developing rhetorical counter-narratives that address and reduce the groups’ motivational and identity-generating characteristics.

  11. What's in a Name? Interlocutors dynamically update expectations about shared names

    Directory of Open Access Journals (Sweden)

    Whitney Marie Gegg-Harrison

    2016-02-01

    Full Text Available In order to refer using a name, speakers must know that their addressee knows about the link between the name and the intended referent. In cases where speakers and addressees learned names together, speakers are adept at using names only when their addressee knows them. But speakers do not always share such learning experience with their conversational partners. In these situations, what information guides speakers’ choice of referring expression? A speaker who is uncertain about a names’ common ground (CG status often uses a name and description together. This N+D form allows speakers to demonstrate knowledge of a name, and could provide, even in the absence of miscommunication, useful evidence to the addressee regarding the speaker’s knowledge. In cases where knowledge of one name is associated with knowledge of other names, could provide indirect evidence regarding knowledge of other names that could support generalizations used to update beliefs about CG. Using data explanation approaches to language processing as a guiding framework, we predict that interlocutors can use their partner’s choice of referring expression, in particular their use of an N+D form, to generate more accurate beliefs regarding their partner’s knowledge of other names. In Experiment 1, we find that domain experts are able to use their partner’s referring expression choices to generate more accurate estimates of CG. In Experiment 2, we find that interlocutors are able to infer from a partner’s use of an N+D form which other names that partner is likely to know or not know. Our results suggest that interlocutors can use the information conveyed in their partner’s choice of referring expression to make generalizations that contribute to more accurate beliefs about what is shared with their partner, and further, that models of CG for reference need to account not just for the status of referents, but the status of means of referring to those referents.

  12. Challenges with the financial reporting of biological assets by public entities in South Africa

    Directory of Open Access Journals (Sweden)

    Deon Scott

    2016-03-01

    Full Text Available Fair value accounting of biological assets in the public sector was introduced with the adoption of the public-sector-specific accounting standard: Generally Recognised Accounting Practice (GRAP 101. The public sector currently reports on various bases of accounting. Public entities and municipalities report in terms of accrual accounting, and government departments report on the modified cash basis. The lack of a uniform basis of accounting impedes the comparability of financial information. The implementation of GRAP 101 in the public sector is important in facilitating comparability of financial information regarding biological assets. This paper is based on a content analysis of the annual reports of 10 relevant public entities in South Africa and specifically details the challenges that public entities encounter with the application of GRAP 101. These challenges, and how they were addressed by a public entity that adopted and applied GRAP 101, namely the Accelerated and Shared Growth Initiative South Africa – Eastern Cape (AsgiSA-EC, are documented in this research.

  13. BEST: Next-Generation Biomedical Entity Search Tool for Knowledge Discovery from Biomedical Literature.

    Directory of Open Access Journals (Sweden)

    Sunwon Lee

    Full Text Available As the volume of publications rapidly increases, searching for relevant information from the literature becomes more challenging. To complement standard search engines such as PubMed, it is desirable to have an advanced search tool that directly returns relevant biomedical entities such as targets, drugs, and mutations rather than a long list of articles. Some existing tools submit a query to PubMed and process retrieved abstracts to extract information at query time, resulting in a slow response time and limited coverage of only a fraction of the PubMed corpus. Other tools preprocess the PubMed corpus to speed up the response time; however, they are not constantly updated, and thus produce outdated results. Further, most existing tools cannot process sophisticated queries such as searches for mutations that co-occur with query terms in the literature. To address these problems, we introduce BEST, a biomedical entity search tool. BEST returns, as a result, a list of 10 different types of biomedical entities including genes, diseases, drugs, targets, transcription factors, miRNAs, and mutations that are relevant to a user's query. To the best of our knowledge, BEST is the only system that processes free text queries and returns up-to-date results in real time including mutation information in the results. BEST is freely accessible at http://best.korea.ac.kr.

  14. The Economic Risks Arising from the Analysis of the Balance Sheet of an Economic Entity

    Directory of Open Access Journals (Sweden)

    Andreea Mihaela Marin

    2016-01-01

    Full Text Available Any economic entity operates under probability and risk. In a general acceptation, risk means the validity of the result obtained under pressure of the economic environment; in other words, the risk is the potential damage posed to heritage, interests and affect the entity. In this paper we want to capture, the calculation in terms of the balance sheet analysis of the three risks, which can be measured on the basis of the balance sheet data and indicators, namely: the operational risk, financial risk, and the risk of bankruptcy.

  15. Spatial distribution and influence factors of interprovincial terrestrial physical geographical names in China

    Science.gov (United States)

    Zhang, S.; Wang, Y.; Ju, H.

    2017-12-01

    The interprovincial terrestrial physical geographical entities are the key areas of regional integrated management. Based on toponomy dictionaries and different thematic maps, the attributes and the spatial extent of the interprovincial terrestrial physical geographical names (ITPGN, including terrain ITPGN and water ITPGN) were extracted. The coefficient of variation and Moran's I were combined together to measure the spatial variation and spatial association of ITPGN. The influencing factors of the distribution of ITPGN and the implications for the regional management were further discussed. The results showed that 11325 ITPGN were extracted, including 7082 terrain ITPGN and 4243 water ITPGN. Hunan Province had the largest number of ITPGN in China, and Shanghai had the smallest number. The spatial variance of the terrain ITPGN was larger than that of the water ITPGN, and the ITPGN showed a significant agglomeration phenomenon in the southern part of China. Further analysis showed that the number of ITPGN was positively related with the relative elevation and the population where the relative elevation was lower than 2000m and the population was less than 50 million. But the number of ITPGN showed a negative relationship with the two factors when their values became larger, indicating a large number of unnamed entities existed in complex terrain areas and a decreasing number of terrestrial physical geographical entities in densely populated area. Based on these analysis, we suggest the government take the ITPGN as management units to realize a balance development between different parts of the entities and strengthen the geographical names census and the nomination of unnamed interprovincial physical geographical entities. This study also demonstrated that the methods of literature survey, coefficient of variation and Moran's I can be combined to enhance the understanding of the spatial pattern of ITPGN.

  16. Fikční jména, fikční entity a role předstírání: chvála abstinence

    Czech Academy of Sciences Publication Activity Database

    Koťátko, Petr

    2016-01-01

    Roč. 26, č. 53 (2016), s. 93-101 ISSN 0862-8440 Institutional support: RVO:67985955 Keywords : fictional names * fictional entities * fictional discourse * abstract entities * pretense Subject RIV: AA - Philosophy ; Religion http://hdl.handle.net/11104/0259936

  17. Name fashion dynamics and social class

    NARCIS (Netherlands)

    Bloothooft, G.; Schraagen, M.P.

    2011-01-01

    Modern parents in The Netherlands choose the first names they like for their children. In this decision most follow fashion and as a typical property of fashion, many popular names now have a life cycle of only one generation. Some names show a symmetry between rise and fall of the name, but most

  18. Liberal Entity Extraction: Rapid Construction of Fine-Grained Entity Typing Systems.

    Science.gov (United States)

    Huang, Lifu; May, Jonathan; Pan, Xiaoman; Ji, Heng; Ren, Xiang; Han, Jiawei; Zhao, Lin; Hendler, James A

    2017-03-01

    The ability of automatically recognizing and typing entities in natural language without prior knowledge (e.g., predefined entity types) is a major challenge in processing such data. Most existing entity typing systems are limited to certain domains, genres, and languages. In this article, we propose a novel unsupervised entity-typing framework by combining symbolic and distributional semantics. We start from learning three types of representations for each entity mention: general semantic representation, specific context representation, and knowledge representation based on knowledge bases. Then we develop a novel joint hierarchical clustering and linking algorithm to type all mentions using these representations. This framework does not rely on any annotated data, predefined typing schema, or handcrafted features; therefore, it can be quickly adapted to a new domain, genre, and/or language. Experiments on genres (news and discussion forum) show comparable performance with state-of-the-art supervised typing systems trained from a large amount of labeled data. Results on various languages (English, Chinese, Japanese, Hausa, and Yoruba) and domains (general and biomedical) demonstrate the portability of our framework.

  19. Enhancing of chemical compound and drug name recognition using representative tag scheme and fine-grained tokenization.

    Science.gov (United States)

    Dai, Hong-Jie; Lai, Po-Ting; Chang, Yung-Chun; Tsai, Richard Tzong-Han

    2015-01-01

    The functions of chemical compounds and drugs that affect biological processes and their particular effect on the onset and treatment of diseases have attracted increasing interest with the advancement of research in the life sciences. To extract knowledge from the extensive literatures on such compounds and drugs, the organizers of BioCreative IV administered the CHEMical Compound and Drug Named Entity Recognition (CHEMDNER) task to establish a standard dataset for evaluating state-of-the-art chemical entity recognition methods. This study introduces the approach of our CHEMDNER system. Instead of emphasizing the development of novel feature sets for machine learning, this study investigates the effect of various tag schemes on the recognition of the names of chemicals and drugs by using conditional random fields. Experiments were conducted using combinations of different tokenization strategies and tag schemes to investigate the effects of tag set selection and tokenization method on the CHEMDNER task. This study presents the performance of CHEMDNER of three more representative tag schemes-IOBE, IOBES, and IOB12E-when applied to a widely utilized IOB tag set and combined with the coarse-/fine-grained tokenization methods. The experimental results thus reveal that the fine-grained tokenization strategy performance best in terms of precision, recall and F-scores when the IOBES tag set was utilized. The IOBES model with fine-grained tokenization yielded the best-F-scores in the six chemical entity categories other than the "Multiple" entity category. Nonetheless, no significant improvement was observed when a more representative tag schemes was used with the coarse or fine-grained tokenization rules. The best F-scores that were achieved using the developed system on the test dataset of the CHEMDNER task were 0.833 and 0.815 for the chemical documents indexing and the chemical entity mention recognition tasks, respectively. The results herein highlight the importance

  20. An interactive, web-based tool for genealogical entity resolution

    NARCIS (Netherlands)

    Efremova, I.; Ranjbar-Sahraei, B.; Oliehoek, F.A.; Calders, T.G.K.; Tuyls, K.P.

    2013-01-01

    We demonstrate an interactive, web-based tool which helps historians to do Genealogical Entitiy Resolution. This work has two main goals. First, it uses Machine Learning (ML) algorithms to assist humanites researchers to perform Genealogical Entity Resolution. Second, it facilitates the generation

  1. Quantum gravity. On the entity of gravitation generating interacting fields and the elementary fields of quantum electrodynamics

    International Nuclear Information System (INIS)

    Bencivinni, Daniele

    2011-01-01

    The chapters about the propagation of the electromagnetic field, its properties in view of the propagation in space, the accompanying momentum, its kinetic energy and its mass-equivalent distribution of the total energy coupled to the relativistic mass represent today known and scientifically for a long time acknowledged as well as proved description of each phenomena. They are successively in a mathematically simple way formally listed and explained. The fundamental results of quantum mechanics, the quantum-mechanical momentum, Planck's action quantum etc. are also presented in a simplified way. Also the essential forms of special relativity theory concerning the propagation of energy and momentum are presented. In a last setpit is checked, whether a possible common entity between the listed scientific experiences can be established. Possible explanation approaches on the described connections and the subsequent results are presented. If the gravitational waves are interpreted as quantized electromagnetic quantum waves, as matter waves, which can be assigned to a mass in the sense of Louis de Broglie and are for instance detectable as electron waves, by means of the relativistic quantum-mechanical spatial radiation gravitation could be described. So the ''quantum-mechanical wave'' could be responsible for the generation of mass via the interaction of elementary quantum fields. The propagation of one of these as mass appearing interaction of bound quantum fields can carry a conventional momentum because of its kinetic energy. The interaction in the Bose-Einstein condensate shows that the cooled rest mass exhibits the picture of a standing wave, the wave front of which propagates into the space. Because of the massive superposition of interference pattern warns the gravitational respectively matter wave can no more be isolated. A spatial radiation is however possible. Matter can generate a radiation in front of the inertial mass (quantum waves). If it succeeds to

  2. Cognitive components of picture naming.

    Science.gov (United States)

    Johnson, C J; Paivio, A; Clark, J M

    1996-07-01

    A substantial research literature documents the effects of diverse item attributes, task conditions, and participant characteristics on the case of picture naming. The authors review what the research has revealed about 3 generally accepted stages of naming a pictured object: object identification, name activation, and response generation. They also show that dual coding theory gives a coherent and plausible account of these findings without positing amodal conceptual representations, and they identify issues and methods that may further advance the understanding of picture naming and related cognitive tasks.

  3. Programming Entity Framework

    CERN Document Server

    Lerman, Julia

    2010-01-01

    Get a thorough introduction to ADO.NET Entity Framework 4 -- Microsoft's core framework for modeling and interacting with data in .NET applications. The second edition of this acclaimed guide provides a hands-on tour of the framework latest version in Visual Studio 2010 and .NET Framework 4. Not only will you learn how to use EF4 in a variety of applications, you'll also gain a deep understanding of its architecture and APIs. Written by Julia Lerman, the leading independent authority on the framework, Programming Entity Framework covers it all -- from the Entity Data Model and Object Service

  4. Balancing exploration and exploitation in transferring research into practice: a comparison of five knowledge translation entity archetypes.

    Science.gov (United States)

    Oborn, Eivor; Barrett, Michael; Prince, Karl; Racko, Girts

    2013-09-05

    Translating knowledge from research into clinical practice has emerged as a practice of increasing importance. This has led to the creation of new organizational entities designed to bridge knowledge between research and practice. Within the UK, the Collaborations for Leadership in Applied Health Research and Care (CLAHRC) have been introduced to ensure that emphasis is placed in ensuring research is more effectively translated and implemented in clinical practice. Knowledge translation (KT) can be accomplished in various ways and is affected by the structures, activities, and coordination practices of organizations. We draw on concepts in the innovation literature--namely exploration, exploitation, and ambidexterity--to examine these structures and activities as well as the ensuing tensions between research and implementation. Using a qualitative research approach, the study was based on 106 semi-structured, in-depth interviews with the directors, theme leads and managers, key professionals involved in research and implementation in nine CLAHRCs. Data was also collected from intensive focus group workshops. In this article we develop five archetypes for organizing KT. The results show how the various CLAHRC entities work through partnerships to create explorative research and deliver exploitative implementation. The different archetypes highlight a range of structures that can achieve ambidextrous balance as they organize activity and coordinate practice on a continuum of exploration and exploitation. This work suggests that KT entities aim to reach their goals through a balance between exploration and exploitation in the support of generating new research and ensuring knowledge implementation. We highlight different organizational archetypes that support various ways to maintain ambidexterity, where both exploration and exploitation are supported in an attempt to narrow the knowledge gaps. The KT entity archetypes offer insights on strategies in structuring

  5. Teaching Picture Naming to Two Adolescents with Autism Spectrum Disorders Using Systematic Instruction and Speech-Generating Devices

    Science.gov (United States)

    Kagohara, Debora M.; van der Meer, Larah; Achmadi, Donna; Green, Vanessa A.; O'Reilly, Mark F.; Lancioni, Giulio E.; Sutherland, Dean; Lang, Russell; Marschik, Peter B.; Sigafoos, Jeff

    2012-01-01

    We evaluated an intervention aimed at teaching two adolescents with autism spectrum disorders (ASDs) to name pictures using speech-generating devices (SGDs). The effects of intervention were evaluated in two studies using multiple-probe across participants designs. Intervention--consisting of time delay, least-to-most prompting, and differential…

  6. 22 CFR 96.5 - Requirement that accrediting entity be a nonprofit or public entity.

    Science.gov (United States)

    2010-04-01

    ... administering standards for entities providing child welfare services; or (b) A public entity (other than a... political subdivision, agency, or instrumentality thereof, that is responsible for licensing adoption agencies in a State and that has expertise in developing and administering standards for entities providing...

  7. Evaluating Stream Filtering for Entity Profile Updates in TREC 2012, 2013, and 2014 (KBA Track Overview, Notebook Paper)

    Science.gov (United States)

    2014-11-01

    possible future directions that build on the KBA experience.   Data Assets   In addition to the three hundred run submissions from diverse systems...form name of an entity and assigning a confidence score based on the number of matches of tokens in the name. See code in github [6]. macro-P...131 64 GENDER 4 2 FoundedBy     56 30 NAME 2 2 DateOfDeath     54 12 TOP_MEMBERS_EMPLOYEES 2 1 EmployeeOf     44 19 WON_AWARD 1 1

  8. EPONYMY BASED ON NAMES OF COMPANIES

    Directory of Open Access Journals (Sweden)

    Éva Kovács

    2016-03-01

    Full Text Available As is generally defined, eponymy, one of the word-formation processes refers to the derivation of a name of a city, country, era, institution, or other place or thing from that of a person such as sandwich, wellington, mackintosh or cardigan. Eponymy can be classified in several ways, some refer to foods (Pizza Margaritha, diseases (Alzheimer disease, places (Washington, scientific laws (Archimedes’s principle and sport terms (Axel jump, whereas others indicate trademarks, brand names (aspirin, prizes, awards (Nobel Prize, inventions (Rubic’s Cube, ideologies (Darwinism, colleges, universities (Stanford University and companies (Ford. The present paper discusses eponyms which denote companies based on the name of their founder(s (e.g. Porsche, Siemens, Gucci, Campari, Cadbury, McDonald’s and Walt Disney, etc. by revealing what kind of a metonymic relationship is manifested in them. Cognitive linguists, such as Lakoff and Johnson (1980, Radden and Kövecses (1999 and Kövecses (2002 state that metonymy is essentially a conceptual phenomenon, in which one conceptual entity, the vehicle, provides mental access to another conceptual entity, the target, within the same idealized cognitive model. In fact, metonymy is part of our everyday way of thinking, and is grounded in experience. Common metonymies include PRODUCER FOR PRODUCT (Pass me the Shakespeare on the top shelf., PLACE FOR EVENT (Iraq nearly cost Tony Blair the premiership, PLACE FOR INSTITUTION (Downing Street refused comment., PART FOR THE WHOLE (She’s not just a pretty face., WHOLE FOR THE PART (England beat Australia in the 2003 Rugby World Cup final. and EFFECT FOR CAUSE (He has a long face.. Following the cognitive approach to metonyms, I tentatively suggest that the metonymy PRODUCER FOR THE PRODUCT can be observed in the case of car makes, products of famous fashion houses, cosmetics and drinks as is illustrated by examples like He’s bought a Ferrari. I ate a McDonald or

  9. Programming Drupal 7 entities

    CERN Document Server

    Michael, Sammy

    2013-01-01

    The book follows a standard tutorial-based approach to create, retrieve, update, and delete Drupal 7 entities, their properties and fields.Programming Drupal 7 Entities is perfect for intermediate or advanced developers new to Drupal entity development who are looking to get a good grounding in how to code using the new paradigm. It's assumed that you will have some experience in PHP development already, and being vaguely familiar with Drupal, GIT, and Drush will also help.

  10. FamPlex: a resource for entity recognition and relationship resolution of human protein families and complexes in biomedical text mining.

    Science.gov (United States)

    Bachman, John A; Gyori, Benjamin M; Sorger, Peter K

    2018-06-28

    For automated reading of scientific publications to extract useful information about molecular mechanisms it is critical that genes, proteins and other entities be correctly associated with uniform identifiers, a process known as named entity linking or "grounding." Correct grounding is essential for resolving relationships among mined information, curated interaction databases, and biological datasets. The accuracy of this process is largely dependent on the availability of machine-readable resources associating synonyms and abbreviations commonly found in biomedical literature with uniform identifiers. In a task involving automated reading of ∼215,000 articles using the REACH event extraction software we found that grounding was disproportionately inaccurate for multi-protein families (e.g., "AKT") and complexes with multiple subunits (e.g."NF- κB"). To address this problem we constructed FamPlex, a manually curated resource defining protein families and complexes as they are commonly encountered in biomedical text. In FamPlex the gene-level constituents of families and complexes are defined in a flexible format allowing for multi-level, hierarchical membership. To create FamPlex, text strings corresponding to entities were identified empirically from literature and linked manually to uniform identifiers; these identifiers were also mapped to equivalent entries in multiple related databases. FamPlex also includes curated prefix and suffix patterns that improve named entity recognition and event extraction. Evaluation of REACH extractions on a test corpus of ∼54,000 articles showed that FamPlex significantly increased grounding accuracy for families and complexes (from 15 to 71%). The hierarchical organization of entities in FamPlex also made it possible to integrate otherwise unconnected mechanistic information across families, subfamilies, and individual proteins. Applications of FamPlex to the TRIPS/DRUM reading system and the Biocreative VI Bioentity

  11. Recurrent neural networks with specialized word embeddings for health-domain named-entity recognition.

    Science.gov (United States)

    Jauregi Unanue, Iñigo; Zare Borzeshi, Ehsan; Piccardi, Massimo

    2017-12-01

    Previous state-of-the-art systems on Drug Name Recognition (DNR) and Clinical Concept Extraction (CCE) have focused on a combination of text "feature engineering" and conventional machine learning algorithms such as conditional random fields and support vector machines. However, developing good features is inherently heavily time-consuming. Conversely, more modern machine learning approaches such as recurrent neural networks (RNNs) have proved capable of automatically learning effective features from either random assignments or automated word "embeddings". (i) To create a highly accurate DNR and CCE system that avoids conventional, time-consuming feature engineering. (ii) To create richer, more specialized word embeddings by using health domain datasets such as MIMIC-III. (iii) To evaluate our systems over three contemporary datasets. Two deep learning methods, namely the Bidirectional LSTM and the Bidirectional LSTM-CRF, are evaluated. A CRF model is set as the baseline to compare the deep learning systems to a traditional machine learning approach. The same features are used for all the models. We have obtained the best results with the Bidirectional LSTM-CRF model, which has outperformed all previously proposed systems. The specialized embeddings have helped to cover unusual words in DrugBank and MedLine, but not in the i2b2/VA dataset. We present a state-of-the-art system for DNR and CCE. Automated word embeddings has allowed us to avoid costly feature engineering and achieve higher accuracy. Nevertheless, the embeddings need to be retrained over datasets that are adequate for the domain, in order to adequately cover the domain-specific vocabulary. Copyright © 2017 Elsevier Inc. All rights reserved.

  12. A document processing pipeline for annotating chemical entities in scientific documents.

    Science.gov (United States)

    Campos, David; Matos, Sérgio; Oliveira, José L

    2015-01-01

    The recognition of drugs and chemical entities in text is a very important task within the field of biomedical information extraction, given the rapid growth in the amount of published texts (scientific papers, patents, patient records) and the relevance of these and other related concepts. If done effectively, this could allow exploiting such textual resources to automatically extract or infer relevant information, such as drug profiles, relations and similarities between drugs, or associations between drugs and potential drug targets. The objective of this work was to develop and validate a document processing and information extraction pipeline for the identification of chemical entity mentions in text. We used the BioCreative IV CHEMDNER task data to train and evaluate a machine-learning based entity recognition system. Using a combination of two conditional random field models, a selected set of features, and a post-processing stage, we achieved F-measure results of 87.48% in the chemical entity mention recognition task and 87.75% in the chemical document indexing task. We present a machine learning-based solution for automatic recognition of chemical and drug names in scientific documents. The proposed approach applies a rich feature set, including linguistic, orthographic, morphological, dictionary matching and local context features. Post-processing modules are also integrated, performing parentheses correction, abbreviation resolution and filtering erroneous mentions using an exclusion list derived from the training data. The developed methods were implemented as a document annotation tool and web service, freely available at http://bioinformatics.ua.pt/becas-chemicals/.

  13. [Nonspecific interstitial pneumonitis: a clinicopathologic entity, histologic pattern or unclassified group of heterogeneous interstitial pneumonitis?].

    Science.gov (United States)

    Morais, António; Moura, M Conceição Souto; Cruz, M Rosa; Gomes, Isabel

    2004-01-01

    Nonspecific interstitial pneumonitis (NSIP) initially described by Katzenstein and Fiorelli in 1994, seems to be a distinct clinicopathologic entity among idiopathic interstitial pneumonitis (IIP). Besides different histologic features from other IIP, NSIP is characterized by a better long-term outcome, associated with a better steroids responsiveness than idiopathic pulmonar fibrosis (IPF), where usually were included. Thus, differentiating NSIP from other IIP, namely IPF is very significant, since it has important therapeutic and prognostic implications. NSIP encloses different pathologies, namely those with inflammatory predominance (cellular subtype) or fibrous predominance (fibrosing subtype). NSIP is reviewed and discussed by the authors, after two clinical cases description.

  14. Generative Inferences Based on Learned Relations

    Science.gov (United States)

    Chen, Dawn; Lu, Hongjing; Holyoak, Keith J.

    2017-01-01

    A key property of relational representations is their "generativity": From partial descriptions of relations between entities, additional inferences can be drawn about other entities. A major theoretical challenge is to demonstrate how the capacity to make generative inferences could arise as a result of learning relations from…

  15. Diseño de un modelo específico para la predicción de la quiebra de micro-entities // Design of a Specific Model for Predicting Micro-Entities Failure

    Directory of Open Access Journals (Sweden)

    Antonio J. Blanco Oliver

    2016-12-01

    Full Text Available La importancia de las micro-entities como generadoras de empleo y propulsoras de la actividad económica conlleva, unida a sus mayores tasas de quiebra y a su dificultad para acceder a las fuentes de financiación, la necesidad de diseñar métodos apropiados que anticipen sus quiebras. Con este fin, en este trabajo se desarrolla un modelo híbrido mediante la combinación de enfoques paramétricos y no paramétricos para la detección de sus quiebras. Para ello, se seleccionan las variables con mayor poder predictivo para detectar la quiebra mediante un modelo híbrido de regresión logística (LR y árboles de regresión y clasificación (CART. Nuestros resultados muestran que este modelo híbrido obtiene una mejor performance que aquellos modelos implementados de forma aislada, además de tener una más fácil interpretación y una convergencia más rápida. Por otra parte, se constata la conveniencia de la introducción de variables no financieras y macroeconómicas que complementen a la información proporcionada por los ratios financieros para la predicción de la quiebra de las micro-entities, lo cual está en línea con las características propias e idiosincrasia de este tamaño empresarial recientemente definido por la Comisión Europea. ------------------------------------ The importance of micro-entities due to their generation of employment and propelling economic activity, together with the fact of their particularities, implies the need to design appropriate methods that anticipate their bankruptcies. For that purpose, a hybrid model by combining parametric and nonparametric approaches is developed in this paper. First, the variables with the highest predictive power to detect bankruptcy are selected using logistic regression (LR. Subsequently, a non-parametric method, namely regression trees and classification (CART, is then applied to companies classified as "bankruptcy" or "non-bankruptcy". Our results show that this model

  16. Testing the Application for Analyzing Structured Entities

    OpenAIRE

    Ion IVAN; Bogdan VINTILA

    2011-01-01

    The paper presents the testing process of the application for the analysis of structured text entities. The structured entities are presented. Quality characteristics of structured entities are identified and analyzed. The design and building processes are presented. Rules for building structured entities are described. The steps of building the application for the analysis of structured text entities are presented. The objective of the testing process is defined. Ways of testing the applicat...

  17. Entity ranking using Wikipedia as a pivot

    NARCIS (Netherlands)

    Kaptein, R.; Serdyukov, P.; de Vries, A.; Kamps, J.; Huang, X.J.; Jones, G.; Koudas, N.; Wu, X.; Collins-Thompson, K.

    2010-01-01

    In this paper we investigate the task of Entity Ranking on the Web. Searchers looking for entities are arguably better served by presenting a ranked list of entities directly, rather than a list of web pages with relevant but also potentially redundant information about these entities. Since

  18. Query containment in entity SQL

    OpenAIRE

    Rull Fort, Guillem; Bernstein, Philip A.; Garcia dos Santos, Ivo; Katsis, Yannis; Melnik, Sergey; Teniente López, Ernest

    2013-01-01

    We describe a software architecture we have developed for a constructive containment checker of Entity SQL queries defined over extended ER schemas expressed in Microsoft's Entity Data Model. Our application of interest is compilation of object-to-relational mappings for Microsoft's ADO.NET Entity Framework, which has been shipping since 2007. The supported language includes several features which have been individually addressed in the past but, to the best of our knowledge, they have not be...

  19. Ranking related entities: components and analyses

    NARCIS (Netherlands)

    Bron, M.; Balog, K.; de Rijke, M.

    2010-01-01

    Related entity finding is the task of returning a ranked list of homepages of relevant entities of a specified type that need to engage in a given relationship with a given source entity. We propose a framework for addressing this task and perform a detailed analysis of four core components;

  20. Enriched vascularity in ameloblastomas, an indeterminate entity: Report of two cases

    Directory of Open Access Journals (Sweden)

    Usha Hegde

    2015-01-01

    Full Text Available Vascularity is a highly essential element that is required for the growth, development, and functioning of the body and variations in it can cause pathologies. It is one of the prime features of a proliferating lesion, where it aids in the growth of the lesion through its nutrition supply. Highly increased vascularity in a disease can itself affect the prognosis of the lesion, and in malignancies, it can induce tumor seeding and secondaries. Most of the pathologies including tumors, related to blood vessels, and vascularity are well established. There are some conditions, wherein altered vascularity is one of the prime components along with other diagnostic components of an established disease. In such cases, these lesions are diagnosed with special names, with varying biological behavior and prognosis in comparison to that of established entity. However, there still are few similar conditions whose nature is uncertain due to the rarity of the lesion and the insufficient scientific evidence which eludes the diagnostician. Here is the report of two cases of ameloblastoma, an established entity, with significant vascularity whose nature is indeterminate.

  1. Ultra advanced projects. ; Naming hyper-hightech projects. (Cho) no tsuku project. ; Naming no shikumi

    Energy Technology Data Exchange (ETDEWEB)

    Goto, Y. (Ministry of International Trade and Industry, Tokyo (Japan))

    1992-10-05

    Significance of using 'super' for naming a project of technological development is discussed. Functions of naming are classified into (1) recognition, (2) display and (3) sales-promotion, whereby mechanism of naming of merchandise that is developed through the technique of 3 is considered. Further, the mechanism of naming is discussed in relation to marketing. It is pointed out that naming of merchandise is determined on the basis of (1) concept of planned goods and (2) marketing-mixes composed of goods, price, sales-roots and sales-promotion. The same mechanism works also in a project for technological development. Technical trends are caught and projects are targetted by taking supposed regimes into account, thereby the most suitable mix is formed. The mix in the technological development is assumed to be composed of purpose, specification, regime and sales-promotion. Two examples of the governmental projects by Ministry of International Trade and Industry, 'the big regime for research and development on industrial technologies' and 'the regime for development of the fundamental technologies in the next generation' are introduced and the significance of their naming is described. 2 tabs.

  2. Awareness of Entities, Activities and Contexts in Ambient Systems

    DEFF Research Database (Denmark)

    Kristensen, Bent Bruun

    2013-01-01

    Ambient systems are modeled by entities, activities and contexts, where entities exist in contexts and engage in activities. A context supports a dynamic collection of entities by services and offers awareness information about the entities. Activities also exist in contexts and model ongoing...... collaborations between entities. Activities and local contexts also obtain awareness information from the context about the dynamic collection of entities. Similarly activities, local contexts and entities are offered awareness information about activities and local contexts....

  3. Next-Generation Shipboard DC Power System

    DEFF Research Database (Denmark)

    Jin, Zheming; Sulligoi, Giorgio; Cuzner, Rob

    2016-01-01

    sources (RES) are commonly recognized as the major driven force of the revolution, the outburst of customer electronics and new kinds of household electronics is also powering this change. In this context, dc power distribution technologies have made a comeback and keep gaining a commendable increase...... in research interests and industrial applications. In addition, the concept of flexible and smart distribution has also been proposed, which tends to exploit distributed generation and pack the distributed RESs and local electrical loads as an independent and self-sustainable entity, namely microgrid....... At present, the research of dc microgrid has investigated and developed a series of advanced methods in control, management and objective-oriented optimization, which would found the technical interface enabling the future applications in multiple industrial areas, such as smart buildings, electric vehicles...

  4. Testing the Application for Analyzing Structured Entities

    Directory of Open Access Journals (Sweden)

    Ion IVAN

    2011-01-01

    Full Text Available The paper presents the testing process of the application for the analysis of structured text entities. The structured entities are presented. Quality characteristics of structured entities are identified and analyzed. The design and building processes are presented. Rules for building structured entities are described. The steps of building the application for the analysis of structured text entities are presented. The objective of the testing process is defined. Ways of testing the application on components and as a whole are established. A testing strategy for different objectives is proposed. The behavior of users during the testing period is analyzed. Statistical analysis regarding the behavior of users in processes of infinite resources access are realized.

  5. Arabic medical entity tagging using distant learning

    Directory of Open Access Journals (Sweden)

    Viviana Cotik

    2017-04-01

    Full Text Available A semantic tagger aiming to detect relevant entities in Arabic medical documents and tagging them with their appropriate semantic class is presented. The system takes profit of a Multilingual Framework covering four languages (Arabic, English, French, and Spanish, in a way that resources available for each language can be used to improve the results of the others, this is specially important for less resourced languages as Arabic. The approach has been evaluated against Wikipedia pages of the four languages belonging to the medical domain. The core of the system is the definition of a base tagset consisting of the three most represented classes in SNOMED-CT taxonomy and the learning of a binary classifier for each semantic category in the tagset and each language, using a distant learning approach over three widely used knowledge resources, namely Wikipedia, Dbpedia, and SNOMED-CT.

  6. Entity Ranking using Wikipedia as a Pivot

    NARCIS (Netherlands)

    R. Kaptein; P. Serdyukov; A.P. de Vries (Arjen); J. Kamps

    2010-01-01

    htmlabstractIn this paper we investigate the task of Entity Ranking on the Web. Searchers looking for entities are arguably better served by presenting a ranked list of entities directly, rather than a list of web pages with relevant but also potentially redundant information about

  7. Entity resolution for uncertain data

    NARCIS (Netherlands)

    Ayat, N.; Akbarinia, R.; Afsarmanesh, H.; Valduriez, P.

    2012-01-01

    Entity resolution (ER), also known as duplicate detection or record matching, is the problem of identifying the tuples that represent the same real world entity. In this paper, we address the problem of ER for uncertain data, which we call ERUD. We propose two different approaches for the ERUD

  8. 31 CFR 595.303 - Entity.

    Science.gov (United States)

    2010-07-01

    ... 31 Money and Finance: Treasury 3 2010-07-01 2010-07-01 false Entity. 595.303 Section 595.303 Money and Finance: Treasury Regulations Relating to Money and Finance (Continued) OFFICE OF FOREIGN ASSETS CONTROL, DEPARTMENT OF THE TREASURY TERRORISM SANCTIONS REGULATIONS General Definitions § 595.303 Entity...

  9. 26 CFR 301.7701-2 - Business entities; definitions.

    Science.gov (United States)

    2010-04-01

    ... 26 Internal Revenue 18 2010-04-01 2010-04-01 false Business entities; definitions. 301.7701-2...) PROCEDURE AND ADMINISTRATION PROCEDURE AND ADMINISTRATION Definitions § 301.7701-2 Business entities; definitions. (a) Business entities. For purposes of this section and § 301.7701-3, a business entity is any...

  10. Recognition of chemical entities: combining dictionary-based and grammar-based approaches

    Science.gov (United States)

    2015-01-01

    Background The past decade has seen an upsurge in the number of publications in chemistry. The ever-swelling volume of available documents makes it increasingly hard to extract relevant new information from such unstructured texts. The BioCreative CHEMDNER challenge invites the development of systems for the automatic recognition of chemicals in text (CEM task) and for ranking the recognized compounds at the document level (CDI task). We investigated an ensemble approach where dictionary-based named entity recognition is used along with grammar-based recognizers to extract compounds from text. We assessed the performance of ten different commercial and publicly available lexical resources using an open source indexing system (Peregrine), in combination with three different chemical compound recognizers and a set of regular expressions to recognize chemical database identifiers. The effect of different stop-word lists, case-sensitivity matching, and use of chunking information was also investigated. We focused on lexical resources that provide chemical structure information. To rank the different compounds found in a text, we used a term confidence score based on the normalized ratio of the term frequencies in chemical and non-chemical journals. Results The use of stop-word lists greatly improved the performance of the dictionary-based recognition, but there was no additional benefit from using chunking information. A combination of ChEBI and HMDB as lexical resources, the LeadMine tool for grammar-based recognition, and the regular expressions, outperformed any of the individual systems. On the test set, the F-scores were 77.8% (recall 71.2%, precision 85.8%) for the CEM task and 77.6% (recall 71.7%, precision 84.6%) for the CDI task. Missed terms were mainly due to tokenization issues, poor recognition of formulas, and term conjunctions. Conclusions We developed an ensemble system that combines dictionary-based and grammar-based approaches for chemical named

  11. Recognition of chemical entities: combining dictionary-based and grammar-based approaches.

    Science.gov (United States)

    Akhondi, Saber A; Hettne, Kristina M; van der Horst, Eelke; van Mulligen, Erik M; Kors, Jan A

    2015-01-01

    The past decade has seen an upsurge in the number of publications in chemistry. The ever-swelling volume of available documents makes it increasingly hard to extract relevant new information from such unstructured texts. The BioCreative CHEMDNER challenge invites the development of systems for the automatic recognition of chemicals in text (CEM task) and for ranking the recognized compounds at the document level (CDI task). We investigated an ensemble approach where dictionary-based named entity recognition is used along with grammar-based recognizers to extract compounds from text. We assessed the performance of ten different commercial and publicly available lexical resources using an open source indexing system (Peregrine), in combination with three different chemical compound recognizers and a set of regular expressions to recognize chemical database identifiers. The effect of different stop-word lists, case-sensitivity matching, and use of chunking information was also investigated. We focused on lexical resources that provide chemical structure information. To rank the different compounds found in a text, we used a term confidence score based on the normalized ratio of the term frequencies in chemical and non-chemical journals. The use of stop-word lists greatly improved the performance of the dictionary-based recognition, but there was no additional benefit from using chunking information. A combination of ChEBI and HMDB as lexical resources, the LeadMine tool for grammar-based recognition, and the regular expressions, outperformed any of the individual systems. On the test set, the F-scores were 77.8% (recall 71.2%, precision 85.8%) for the CEM task and 77.6% (recall 71.7%, precision 84.6%) for the CDI task. Missed terms were mainly due to tokenization issues, poor recognition of formulas, and term conjunctions. We developed an ensemble system that combines dictionary-based and grammar-based approaches for chemical named entity recognition, outperforming

  12. 7 CFR 1738.16 - Eligible entities.

    Science.gov (United States)

    2010-01-01

    ... cooperative, nonprofit, limited dividend or mutual associations, limited liability companies, commercial... or partnerships of individuals are not eligible entities. (2) An entity is not eligible if it serves...

  13. Mountain names in the geographical dictionary of Camagüey Province, environmental studies, and environmental education

    Directory of Open Access Journals (Sweden)

    Alfonso, L. F.

    2014-01-01

    Full Text Available The research contributes to the project intended to provide the province of Camagüey with a geographical dictionary, a reference book for economic entities and academic institutions. The article is aimed at standardizing the use of geographical names in education and scientific research in Camagüey. Several methods of geographical research were used, cartographic methods, observing geographic objects in place and field research included. The findings were assessed by means of consulting experts on the topic and computer data processing. The methodology employed follows the guidelines of the national group of advisors for geographical names and the group of advisor of Camagüey province. The most widely used geographical names in the regions were listed in the dictionary.

  14. 31 CFR 800.211 - Entity.

    Science.gov (United States)

    2010-07-01

    ... 31 Money and Finance: Treasury 3 2010-07-01 2010-07-01 false Entity. 800.211 Section 800.211 Money and Finance: Treasury Regulations Relating to Money and Finance (Continued) OFFICE OF INVESTMENT... separate legal entity) operated by any one of the foregoing as a business undertaking in a particular...

  15. 31 CFR 596.308 - Person; entity.

    Science.gov (United States)

    2010-07-01

    ... FOREIGN ASSETS CONTROL, DEPARTMENT OF THE TREASURY TERRORISM LIST GOVERNMENTS SANCTIONS REGULATIONS General Definitions § 596.308 Person; entity. (a) The term person means an individual or entity. (b) The...

  16. Entity resolution in the web of data

    CERN Document Server

    Christophides, Vassilis; Stefanidis, Kostas

    2015-01-01

    In recent years, several knowledge bases have been built to enable large-scale knowledge sharing, but also an entity-centric Web search, mixing both structured data and text querying. These knowledge bases offer machine-readable descriptions of real-world entities, e.g., persons, places, published on the Web as Linked Data. However, due to the different information extraction tools and curation policies employed by knowledge bases, multiple, complementary and sometimes conflicting descriptions of the same real-world entities may be provided. Entity resolution aims to identify different descrip

  17. A COMPARISON OF THE CAPITAL STRUCTURES OF THE TOP 40MULTINATIONAL ENTITIES AND THE TOP 40 JSE-LISTED ENTITIES

    Directory of Open Access Journals (Sweden)

    Lana H. Harmse

    2017-01-01

    Full Text Available The strategies and policies of multinational entities (MNEscentre onthe focalgoal of any company, which isto maximise profits and shareholder wealth.Management aims for an optimum ownership structure by implementing variousstrategies. One of these strategies is the debt-to-equity ratio (the capital structure.Previous studiesconductedonvariouscountries’locally-listed entities confirmthat the capital structure of an entity has an impact on the value ofthat entity.Thisthen raisesan interesting question as to whetherthecapital structures ofthetop 40Johannesburg Stock Exchange (JSE-listedentitiesare similar to those ofthe top40 global MNEs.Based on market capitalisation on 31December2014, this studysought to compare the capital structures,using the debt-to-equity ratio,ofthe top40JSE-listed entitieswith those ofthe top 40globalMNEs on the Fortune 500list.Independent t-testswere performed on thedebt-to-equity ratios of thetop 40JSE-listed entities and the top 40globalMNEsas a group.Both independent t-tests and the Mann-Whitney testswereperformedonthedebt-to-equity ratiosofapplicable entities of the group divided into threeselectedindustries. The resultsof theindependent t-testindicateastatistical andpractically significant differencebetween the top 40 JSE-listed entities and the top 40 global MNEs’ capitalstructures.The resultsof the Mann-Whitney testsindicatethat if the financialindustry is excluded,there isnostatistical orpractically significant differencebetween the capital structures of the top 40 JSE-listed entities and the top 40MNEs.However, based on the effect size there is a practical visible difference.

  18. SOCIAL EFFECTIVENESS OF BUSINESS ENTITIES

    Directory of Open Access Journals (Sweden)

    Iryna Perevozova

    2016-06-01

    Full Text Available The article is aimed at investigation of social effectiveness of business entities. Social aspect of business is becoming a necessary component of success, increase of profitability and competitiveness as well as minimization of risks. Social effectiveness is referred to as correspondence between economic activity and main social needs and aims of society, interests of the staff and interests of a certain person. Investigation of social effectiveness of business entities is suggested to analyze with the help of social factors. Social factors are characterized by variability of expectations, relations and interests of society, staff and individuals. We suggest generalized classification of factors which have an impact on social effectiveness of business, we single out external and internal factors. To external factors belong: income of the population, differentiation of population according to income, migration, level of salaries, level of legality of income of population, family status of  population, employment rate, age structure of population etc. As for internal factors we single out the following: low level of basic professional training, use of unskilled workers, absence of conditions for creativity, imperfection of system of motivation of professional growth, absence of specialized centers for certification training etc. Quantity and quality analysis of the above mentioned factors will enable to determine the level of social effectiveness of business entities. For analyses of degree of influence of factors on effectiveness we worked out a questionnaire of expert assessment which is represented in the form of assessment scale. We conducted a questionnaire and analyzed expert results and determined degree of influence of factors on social effectiveness of business. Assessment of level of social effectiveness of business entities was carried out by expert method of certain factor and was represented by a formula. The scale of assessment of

  19. 78 FR 31822 - Unincorporated Business Entities

    Science.gov (United States)

    2013-05-28

    ... framework for Farm Credit System (System) institutions' use of unincorporated business entities (UBEs) organized under State law for certain business activities. A UBE includes limited partnerships (LPs...-AC65 Unincorporated Business Entities AGENCY: Farm Credit Administration. ACTION: Final rule. SUMMARY...

  20. A scalable machine-learning approach to recognize chemical names within large text databases

    Directory of Open Access Journals (Sweden)

    Wren Jonathan D

    2006-09-01

    Full Text Available Abstract Motivation The use or study of chemical compounds permeates almost every scientific field and in each of them, the amount of textual information is growing rapidly. There is a need to accurately identify chemical names within text for a number of informatics efforts such as database curation, report summarization, tagging of named entities and keywords, or the development/curation of reference databases. Results A first-order Markov Model (MM was evaluated for its ability to distinguish chemical names from words, yielding ~93% recall in recognizing chemical terms and ~99% precision in rejecting non-chemical terms on smaller test sets. However, because total false-positive events increase with the number of words analyzed, the scalability of name recognition was measured by processing 13.1 million MEDLINE records. The method yielded precision ranges from 54.7% to 100%, depending upon the cutoff score used, averaging 82.7% for approximately 1.05 million putative chemical terms extracted. Extracted chemical terms were analyzed to estimate the number of spelling variants per term, which correlated with the total number of times the chemical name appeared in MEDLINE. This variability in term construction was found to affect both information retrieval and term mapping when using PubMed and Ovid.

  1. Name agreement in picture naming : An ERP study

    NARCIS (Netherlands)

    Cheng, Xiaorong; Schafer, Graham; Akyürek, Elkan G.

    Name agreement is the extent to which different people agree on a name for a particular picture. Previous studies have found that it takes longer to name low name agreement pictures than high name agreement pictures. To examine the effect of name agreement in the online process of picture naming, we

  2. A family of names : rune-names and ogam-names and their relation to alphabet letter-names

    NARCIS (Netherlands)

    Griffiths, Alan

    2013-01-01

    The current consensus is that vernacular names assigned to the runes of the Germanic fuþark and to Irish ogam characters are indigenous creations independent of Mediterranean alphabet traditions. I propose, however, that ogam-names are based on interpretations of Hebrew, Greek or Latin letter-names

  3. Election of water resources management entity using a multi-criteria decision (MCD method in Salta province (Argentine

    Directory of Open Access Journals (Sweden)

    Juan B. Grau

    2009-08-01

    Full Text Available At present, the water resources are a strategic element, each time more necessary and limited becoming a source of conflicts. For that, it is fundamental to create an independent and competent entity with good reputation and social acceptation. This entity, must be able to obtain, store and process all data dispersed in different entities creating a network for these purposes. Finally, it must be able to organize different branches between the government and the final users. Using one of the well-known Multicriteria Decision Methods (MCDM with several realistic alternatives and several criteria identified in expert seminars in Salta and Madrid, we have obtained hopeful results and more recently, new modifications introduced have generated better results.

  4. 46 CFR 403.110 - Accounting entities.

    Science.gov (United States)

    2010-10-01

    ... 46 Shipping 8 2010-10-01 2010-10-01 false Accounting entities. 403.110 Section 403.110 Shipping COAST GUARD (GREAT LAKES PILOTAGE), DEPARTMENT OF HOMELAND SECURITY GREAT LAKES PILOTAGE UNIFORM ACCOUNTING SYSTEM General § 403.110 Accounting entities. Each Association shall be a separate accounting...

  5. Code-first development with Entity Framework

    CERN Document Server

    Barskiy, Sergey

    2015-01-01

    This book is intended for software developers with some prior experience with the Microsoft .NET framework who want to learn how to use Entity Framework. This book will get you up and running quickly, providing many examples that illustrate all the key concepts of Entity Framework.

  6. Society as a crime victim of legal entities

    Directory of Open Access Journals (Sweden)

    Tanjević Nataša

    2011-01-01

    Full Text Available Tortious acts of legal entities have unforeseen harmful consequences in all areas. In the greedy desire to gain profit, certain legal entities do not have any regard for the most important resources of individuals and society. Damage resulting from the commission of criminal acts is very high for the whole society, especially when it comes to crimes against the environment. In order to prevent and combat corporate crime in criminal law, an increasingly wider acceptance of criminal liability of legal entities was adopted. This paper discusses the basic characteristics of corporate crime, as well as the reasons for the introduction of the criminal responsibility of legal entities. In this regard, we analyzed the law provisions regarding the liability of legal entities for criminal offenses, and concluded that despite the criminal-political need to react with more serious sanctions to the offenses of legal entities, there are certain obstacles and problems that stand in the way of introducing this responsibility.

  7. Discrimination of legal entities: Phenomenological characteristics and legal protection

    Directory of Open Access Journals (Sweden)

    Petrušić Nevena

    2017-01-01

    Full Text Available Their social nature encourages people to associate and jointly achieve the goals that they would not be able to achieve individually. Legal entities are created as one of the legal modalities of that association, as separate entities that have their own legal personality independent of the subjectivity of their members. Legal entities are holders of some human rights, depending on the nature of the right, including the right to non-discrimination. All mechanisms envisaged for legal protection against discrimination in the national legislation are available to legal persons. On the other hand, the situation is quite different in terms of access to international forums competent to deal with cases of discrimination. Legal entities do not have access to some international forums, while they may have access to others under the same conditions prescribed for natural persons. Legal entities may be exposed to various forms of direct and indirect discrimination both in the private and in the public sphere of social relations. Phenomenological characteristics of discrimination against legal persons are not substantially different from discrimination against individuals. There are no significant differences regarding the application of discrimination test in cases of discrimination of legal entities as compared to the use of this test in cases involving discrimination of natural persons or groups of persons. Legal entities may be discriminated against on the basis of characteristics of their legal personality, such as those which are objective elements of the legal entity and part of its legal identity. Discrimination of legal entities may be based on personal characteristics of its members (i.e. people who make a personal essence of a legal entity because their characteristics can be 'transferred' to the legal entity and become part of its identity. Legal entities should also be protected from this special form of transferred (associative discrimination.

  8. On the Meaning of Name in Plato’s Cratylus Dialogue and the Epic Tales of Dede Korkut

    Directory of Open Access Journals (Sweden)

    Vefa Taşdelen

    2015-12-01

    Full Text Available Being given a name and giving a name are the most basic features of human being. He gives a name to himself as well as other entities in the universe he lives; recognizes them with names and provides introduction; establishes a relationship with them over the names. Everything manifesting itself to human consciousness in the universe and having a relationship with people have a name. From this perspective, giving a name is a problem with language and the origin of language. Asking the origin of names is to ask the origin of language; asking the relationship between names with regard to objects is to ask the relationship between language and reality and increasingly truth. The first work on names hence the philosophy of language was of Plato. Cratylus dialogue among his age of maturity dialogues where he developed his idealistic philosophy was the first work on names and hence the philosophy of language.  In this dialogue, two points of view face each other. One of them is conventionalist approach of Hermogenes and the other is naturalist approach of Cratylus.   In this frame, the answer will be sought to the following questions: In Tales of Dede Korkut, (1 What is the function of names? (2 How many correct names does a thing/object have? (3 What kind of relationship can be achieved between objects and names? (4 Who gives the names?

  9. A Calculus of Located Entities

    Directory of Open Access Journals (Sweden)

    Adriana Compagnoni

    2014-03-01

    Full Text Available We define BioScapeL, a stochastic pi-calculus in 3D-space. A novel aspect of BioScapeL is that entities have programmable locations. The programmer can specify a particular location where to place an entity, or a location relative to the current location of the entity. The motivation for the extension comes from the need to describe the evolution of populations of biochemical species in space, while keeping a sufficiently high level description, so that phenomena like diffusion, collision, and confinement can remain part of the semantics of the calculus. Combined with the random diffusion movement inherited from BioScape, programmable locations allow us to capture the assemblies of configurations of polymers, oligomers, and complexes such as microtubules or actin filaments. Further new aspects of BioScapeL include random translation and scaling. Random translation is instrumental in describing the location of new entities relative to the old ones. For example, when a cell secretes a hydronium ion, the ion should be placed at a given distance from the originating cell, but in a random direction. Additionally, scaling allows us to capture at a high level events such as division and growth; for example, daughter cells after mitosis have half the size of the mother cell.

  10. Entity models for trigger-reaction documents

    NARCIS (Netherlands)

    Khalid, M.A.; Marx, M.; Makkes, M.X.

    2008-01-01

    We define the notion of an entity model for a special kind of document popular on the web: an article followed by a list of reactions on that article, usually by many authors, usually inverse chronologically ordered. We call these documents trigger-reactions pairs. The entity model describes which

  11. Fracture Mechanics Method for Word Embedding Generation of Neural Probabilistic Linguistic Model.

    Science.gov (United States)

    Bi, Size; Liang, Xiao; Huang, Ting-Lei

    2016-01-01

    Word embedding, a lexical vector representation generated via the neural linguistic model (NLM), is empirically demonstrated to be appropriate for improvement of the performance of traditional language model. However, the supreme dimensionality that is inherent in NLM contributes to the problems of hyperparameters and long-time training in modeling. Here, we propose a force-directed method to improve such problems for simplifying the generation of word embedding. In this framework, each word is assumed as a point in the real world; thus it can approximately simulate the physical movement following certain mechanics. To simulate the variation of meaning in phrases, we use the fracture mechanics to do the formation and breakdown of meaning combined by a 2-gram word group. With the experiments on the natural linguistic tasks of part-of-speech tagging, named entity recognition and semantic role labeling, the result demonstrated that the 2-dimensional word embedding can rival the word embeddings generated by classic NLMs, in terms of accuracy, recall, and text visualization.

  12. On the Evaluation of Entity Profiles

    DEFF Research Database (Denmark)

    de Rijke, Maarten; Balog, Krisztian; Bogers, Toine

    be assessed by means of precision and recall values of the descriptive terms produced. However, recent evidence suggests that more sophisticated metrics are needed that go beyond mere lexical matching of system-produced descriptors against a ground truth, allowing for graded relevance and rewarding diversity......Entity profiling is the task of identifying and ranking descriptions of a given entity. The task may be viewed as one where the descriptions being sought are terms that need to be selected from a knowledge source (such as an ontology or thesaurus). In this case, entity profiling systems can...... in the list of descriptors returned. In this note, we motivate and propose such a metric....

  13. Entity Framework 4.0 Recipes A Problem-solution Approach

    CERN Document Server

    Tenny, L

    2010-01-01

    Entity Framework 4.0 Recipes provides an exhaustive collection of ready-to-use code solutions for Microsoft's Entity Framework, Microsoft's vision for the future of data access. Entity Framework is a model-centric data access platform with an ocean of new concepts and patterns for developers to learn. With this book, you will learn the core concepts of Entity Framework through a broad range of clear and concise solutions to everyday data access tasks. Armed with this experience, you will be ready to dive deep into Entity Framework, experiment with new approaches, and develop ways to solve even

  14. Mastering entity framework

    CERN Document Server

    Singh, Rahul Rajat

    2015-01-01

    This book is for .NET developers who are developing data-driven applications using ADO.NET or other data access technologies. This book is going to give you everything you need to effectively develop and manage data-driven applications using Entity Framework.

  15. Name-changes in post-war France: the traumatic experiences of the Shoah and its consequences on the second and third generation with reference to the example of name-changes.

    Science.gov (United States)

    Masson, Céline

    2013-02-01

    Starting from our collective initiative to work on the theme of 'The strength of the name', which has given rise both to a conference as well as a documentary called: And their name, they have changed it, I have sought to draw attention in this article to the difference between proper names, patronymic names, and the so-called Name-of-the-father. Pronouncing names involves designating the languages of names, which also refer to the accents of names, since I have proposed the idea that each name is evocative of a language, and that changing it also modifies the language of the name. I have approached the question of the name by considering cases of name-changes, essential with regard to Ashkenazi Jewish families who changed their name after the Shoah, along with the trauma that numerous Jewish families suffered after the war. French jurisprudence does not permit reversion to the original name, once it has been changed to a more French-sounding name, owing to the immutability of the name and the foreign sound of the names of origin. Copyright © 2013 Institute of Psychoanalysis.

  16. RUTHERFORD APPLETON: What's in a name?!

    International Nuclear Information System (INIS)

    Anon.

    1995-01-01

    Full text: The initials 'RAU are well known in the world of particle physics, but recently the official name of the Laboratory has undergone several transmogrifications. To further complicate matters, the funding body for Particle Physics within the UK has changed too! On 1 April 1994 the Rutherford Appleton Laboratory combined with the Daresbury Laboratory to become a combined laboratory known as the Daresbury and Rutherford Appleton Laboratories (DRAL). At the same time the old Science and Engineering Research Council (SERC) was wound up, and funding was channelled through the newly formed Particle Physics and Astronomy Research Council (PPARC). Also, and just for an interim period, DRAL became part of the new Engineering and Physical Sciences Research Council (EPSRC). One year later a more profound change occurred when DRAL became a Research Council in its own right, and the legal entity created by Royal Charter was named The Council for the Central Laboratory of the Research Councils', abbreviated to CCLRC. On 1 April 1995, DRAL became The Central Laboratory of the Research Councils', and the abbreviation CLRC may be used. In spite of the changes to the official name, the laboratory sited at Chilton, The DAPNIA (Saclay, France) and Argonne transportable polarized target used in 1989- 1990 for a Fermi lab experiment has been used in a new experiment at Dubna. Gilles Durand from DAPNIA (right) and Yuri Usov of Dubna's Joint Institute for Nuclear Research (JINR) were responsible for construction. Oxfordshire, will continue to be known as the Rutherford Appleton Laboratory, or RAL

  17. SNAD: sequence name annotation-based designer

    Directory of Open Access Journals (Sweden)

    Gorbalenya Alexander E

    2009-08-01

    Full Text Available Abstract Background A growing diversity of biological data is tagged with unique identifiers (UIDs associated with polynucleotides and proteins to ensure efficient computer-mediated data storage, maintenance, and processing. These identifiers, which are not informative for most people, are often substituted by biologically meaningful names in various presentations to facilitate utilization and dissemination of sequence-based knowledge. This substitution is commonly done manually that may be a tedious exercise prone to mistakes and omissions. Results Here we introduce SNAD (Sequence Name Annotation-based Designer that mediates automatic conversion of sequence UIDs (associated with multiple alignment or phylogenetic tree, or supplied as plain text list into biologically meaningful names and acronyms. This conversion is directed by precompiled or user-defined templates that exploit wealth of annotation available in cognate entries of external databases. Using examples, we demonstrate how this tool can be used to generate names for practical purposes, particularly in virology. Conclusion A tool for controllable annotation-based conversion of sequence UIDs into biologically meaningful names and acronyms has been developed and placed into service, fostering links between quality of sequence annotation, and efficiency of communication and knowledge dissemination among researchers.

  18. 17 CFR Appendix A to Part 420 - Separate Reporting Entity

    Science.gov (United States)

    2010-04-01

    ... 17 Commodity and Securities Exchanges 3 2010-04-01 2010-04-01 false Separate Reporting Entity A... Part 420—Separate Reporting Entity Subject to the following conditions, one or more aggregating entity(ies) (e.g., parent, subsidiary, or organizational component) in a reporting entity, either separately...

  19. VALUE RELEVANCE OF GROUP FINANCIAL STATEMENTS BASED ON ENTITY VERSUS PARENT COMPANY THEORY: EVIDENCE FROM THE LARGEST THREE EUROPEAN CAPITAL MARKETS

    Directory of Open Access Journals (Sweden)

    Müller Victor-Octavian

    2012-07-01

    Full Text Available Financial statementsn#8217; main objective is to give information on the financial position, performance and changes in financial position of the reporting entity, which is useful to investors and other users in making economic decisions. In order to be useful, financial information needs to be relevant to the decision-making process of users in general, and investors in particular. Regarding consolidated financial statements, the accounting theory knows four perspectives (theories on which the preparation of those statements is based, namely, the proprietary theory, the parent company theory, the parent company extension theory and the entity theory (Baxter and Spinney, 1975. Of practical importance are especially the parent company extension perspective and the entity perspective. The IASB and FASB decided (within an ED regarding the Improvement of the Conceptual Framework that consolidated financial statements should be presented from the perspective of the group entity, and not from the perspective of the parent-company. However, this support for the entity theory is to our knowledge not backed by empirical findings in the academic literature. Therefore, in our paper we set to contribute with empirical arguments to finding an actual answer to the question about the superior market value relevance of one of the two concurrent perspectives (theories. We set to carry out an empirical association study on the problem of market value relevance of consolidated financial statements based on the entity theory respectively on the parent company (extension theory, searching for an answer to the above question. In this sense, we pursued an analysis of market value relevance of consolidated accounting information (based on the two perspectives of listed entities between 2003-2008 on the largest three European Stock Exchanges (London, Paris and Frankfurt. The obtained results showed that a n#8222;restrainedn#8221; entity perspective, which would combine

  20. WCF multi-layer services development with Entity framework

    CERN Document Server

    Liu, Mike

    2014-01-01

    If you are a C#, VB.NET, or C++ developer and want to get started with WCF and Entity Framework, then this book is for you. Competence in Entity Framework will be needed to follow the examples in the book, but experience in creating WCF services using Entity Framework is not necessary. Developers and architects evaluating SOA implementation technologies for their company will find this book useful.

  1. INTER–ORGANIZATIONAL COLLABORATIVE CAPACITY OF PUBLIC SECTOR INSTITUTIONS’CONTROL ENTITIES IN EMERGENCY SITUATIONS

    Directory of Open Access Journals (Sweden)

    Nikola T. STOYANOV

    2015-10-01

    Full Text Available Environmental challenges and natural disasters demand new tools to support the performance of public institutions in emergency situations. This paper contributes to one of the fundamental objectives – inter–organizational collaboration, namely to the objective to share experience from the implementation of methods and tools and latest research results in support of management in the new security environment. In addition, it focuses on the cognitive and human aspects of collaboration. The goal of the paper is to investigate the impact of different factors and tools for understanding, explaining, and measuring collaborative capacity of public sector institutions’ control organism in emergency situations. The paper will present intermediate results from the research on “Inter–organizational collaborative capacity of public sector institutions’ control entities in emergency situations”. Based on a theoretical model, a draft instrument was developed (i.e., a questionnaire for data collection that can be used to 1 investigate the impact of different factors, 2 localize inefficiencies in public sector institutions’ control organs, and 3 determine measures to achieve better organizational effectiveness of public sector institutions’ control entities in emergency situations.

  2. Ranking Entities in Networks via Lefschetz Duality

    DEFF Research Database (Denmark)

    Aabrandt, Andreas; Hansen, Vagn Lundsgaard; Poulsen, Bjarne

    2014-01-01

    then be ranked according to how essential their positions are in the network by considering the effect of their respective absences. Defining a ranking of a network which takes the individual position of each entity into account has the purpose of assigning different roles to the entities, e.g. agents......, in the network. In this paper it is shown that the topology of a given network induces a ranking of the entities in the network. Further, it is demonstrated how to calculate this ranking and thus how to identify weak sub-networks in any given network....

  3. 14 CFR Sec. 1-6 - Accounting entities.

    Science.gov (United States)

    2010-01-01

    ... 14 Aeronautics and Space 4 2010-01-01 2010-01-01 false Accounting entities. Sec. 1-6 Section 1-6... REGULATIONS UNIFORM SYSTEM OF ACCOUNTS AND REPORTS FOR LARGE CERTIFICATED AIR CARRIERS General Accounting Provisions Sec. 1-6 Accounting entities. (a) Separate accounting records shall be maintained for each air...

  4. Ranking Very Many Typed Entities on Wikipedia

    NARCIS (Netherlands)

    Zaragoza, Hugo; Rode, H.; Mika, Peter; Atserias, Jordi; Ciaramita, Massimiliano; Attardi, Guiseppe

    2007-01-01

    We discuss the problem of ranking very many entities of different types. In particular we deal with a heterogeneous set of types, some being very generic and some very specific. We discuss two approaches for this problem: i) exploiting the entity containment graph and ii) using a Web search engine

  5. Automating generation of textual class definitions from OWL to English.

    Science.gov (United States)

    Stevens, Robert; Malone, James; Williams, Sandra; Power, Richard; Third, Allan

    2011-05-17

    Text definitions for entities within bio-ontologies are a cornerstone of the effort to gain a consensus in understanding and usage of those ontologies. Writing these definitions is, however, a considerable effort and there is often a lag between specification of the main part of an ontology (logical descriptions and definitions of entities) and the development of the text-based definitions. The goal of natural language generation (NLG) from ontologies is to take the logical description of entities and generate fluent natural language. The application described here uses NLG to automatically provide text-based definitions from an ontology that has logical descriptions of its entities, so avoiding the bottleneck of authoring these definitions by hand. To produce the descriptions, the program collects all the axioms relating to a given entity, groups them according to common structure, realises each group through an English sentence, and assembles the resulting sentences into a paragraph, to form as 'coherent' a text as possible without human intervention. Sentence generation is accomplished using a generic grammar based on logical patterns in OWL, together with a lexicon for realising atomic entities. We have tested our output for the Experimental Factor Ontology (EFO) using a simple survey strategy to explore the fluency of the generated text and how well it conveys the underlying axiomatisation. Two rounds of survey and improvement show that overall the generated English definitions are found to convey the intended meaning of the axiomatisation in a satisfactory manner. The surveys also suggested that one form of generated English will not be universally liked; that intrusion of too much 'formal ontology' was not liked; and that too much explicit exposure of OWL semantics was also not liked. Our prototype tools can generate reasonable paragraphs of English text that can act as definitions. The definitions were found acceptable by our survey and, as a result, the

  6. Concrete Security for Entity Recognition: The Jane Doe Protocol

    DEFF Research Database (Denmark)

    Lucks, Stefan; Zenner, Erik; Weimerskirch, Andre

    2008-01-01

    Entity recognition does not ask whether the message is from some entity X, just whether a message is from the same entity as a previous message. This turns turns out to be very useful for low-end devices. The current paper proposes a new protocol – the “Jane Doe Protocol” –, and provides a formal...

  7. Minimizing Co-location Potential of Moving Entities

    NARCIS (Netherlands)

    Evans, Will; Kirkpatrick, David; Löffler, Maarten; Staals, Frank

    2016-01-01

    We study the problem of maintaining knowledge of the locations of $n$ entities that are moving, each with some, possibly different, upper bound on their speed. We assume a setting where we can query the current location of any one entity, but this query takes a unit of time, during which we cannot

  8. EVALUATION METHODS USED FOR TANGIBLE ASSETS BY ECONOMIC ENTITIES

    Directory of Open Access Journals (Sweden)

    Csongor CSŐSZ

    2014-06-01

    Full Text Available At many entities the net asset value is influenced by the evaluation methods applied for tangible assets, because the value of intangible assets and financial assets is small in most cases. The objective of this paper is to analyze the differences between the procedures / methods of evaluation applied by micro and small entities and medium and large entities for tangible assets in Romania and Hungary. Furthermore, we analyze the differences between the procedures / methods of evaluation applied by micro and small entities in Romania and Hungary, respectively the differences between medium and large entities regarding de evaluation methods for tangible assets in Romania and Hungary. For this empirical study the questionnaire is used – as research technique, and to demonstrate the significant differences between the evaluation methods we used the Kolmogorov – Smirnov Z test.

  9. Enhancement of chemical entity identification in text using semantic similarity validation.

    Directory of Open Access Journals (Sweden)

    Tiago Grego

    Full Text Available With the amount of chemical data being produced and reported in the literature growing at a fast pace, it is increasingly important to efficiently retrieve this information. To tackle this issue text mining tools have been applied, but despite their good performance they still provide many errors that we believe can be filtered by using semantic similarity. Thus, this paper proposes a novel method that receives the results of chemical entity identification systems, such as Whatizit, and exploits the semantic relationships in ChEBI to measure the similarity between the entities found in the text. The method assigns a single validation score to each entity based on its similarities with the other entities also identified in the text. Then, by using a given threshold, the method selects a set of validated entities and a set of outlier entities. We evaluated our method using the results of two state-of-the-art chemical entity identification tools, three semantic similarity measures and two text window sizes. The method was able to increase precision without filtering a significant number of correctly identified entities. This means that the method can effectively discriminate the correctly identified chemical entities, while discarding a significant number of identification errors. For example, selecting a validation set with 75% of all identified entities, we were able to increase the precision by 28% for one of the chemical entity identification tools (Whatizit, maintaining in that subset 97% the correctly identified entities. Our method can be directly used as an add-on by any state-of-the-art entity identification tool that provides mappings to a database, in order to improve their results. The proposed method is included in a freely accessible web tool at www.lasige.di.fc.ul.pt/webtools/ice/.

  10. Fracture Mechanics Method for Word Embedding Generation of Neural Probabilistic Linguistic Model

    Directory of Open Access Journals (Sweden)

    Size Bi

    2016-01-01

    Full Text Available Word embedding, a lexical vector representation generated via the neural linguistic model (NLM, is empirically demonstrated to be appropriate for improvement of the performance of traditional language model. However, the supreme dimensionality that is inherent in NLM contributes to the problems of hyperparameters and long-time training in modeling. Here, we propose a force-directed method to improve such problems for simplifying the generation of word embedding. In this framework, each word is assumed as a point in the real world; thus it can approximately simulate the physical movement following certain mechanics. To simulate the variation of meaning in phrases, we use the fracture mechanics to do the formation and breakdown of meaning combined by a 2-gram word group. With the experiments on the natural linguistic tasks of part-of-speech tagging, named entity recognition and semantic role labeling, the result demonstrated that the 2-dimensional word embedding can rival the word embeddings generated by classic NLMs, in terms of accuracy, recall, and text visualization.

  11. A Flexible Experimental Laboratory for Distributed Generation Networks Based on Power Inverters

    Directory of Open Access Journals (Sweden)

    Jaume Miret

    2017-10-01

    Full Text Available In the recently deregulated electricity market, distributed generation based on renewable sources is becoming more and more relevant. In this area, two main distributed scenarios are focusing the attention of recent research: grid-connected mode, where the generation sources are connected to a grid mainly supplied by big power plants, and islanded mode, where the distributed sources, energy storage devices, and loads compose an autonomous entity that in its general form can be named a microgrid. To conduct a successful research in these two scenarios, it is essential to have a flexible experimental setup. This work deals with the description of a real laboratory setup composed of four nodes that can emulate both scenarios of a distributed generation network. A comprehensive description of the hardware and software setup will be done, focusing especially in the dual-core DSP used for control purposes, which is next to the industry standards and able to emulate real complexities. A complete experimental section will show the main features of the system.

  12. 26 CFR 301.6233-1 - Extension to entities filing partnership returns.

    Science.gov (United States)

    2010-04-01

    ... all items of the entity that would be partnership items, as defined in section 6231(a)(3) and the... 26 Internal Revenue 18 2010-04-01 2010-04-01 false Extension to entities filing partnership....6233-1 Extension to entities filing partnership returns. (a) Entities filing a partnership return...

  13. Liponeurocytoma Cerebellar. A new entity; first national case

    International Nuclear Information System (INIS)

    Cordoba, A.; Tomorrow, G.; Saralegui, P.; Hernandez, P.; Lezue, B.

    2004-01-01

    The first case of this new entity is presented and accepted within the new SNC (Central nervous system) classification of OMS in 2000. This is about a patient with 52 years old with 9 month of evolution history who presents signs of weight loss and is hospitalized with HEC progressive elements, hydrocephalusand installled coma. The Computerized Axial Tomography reveals expansive process in the posterior fossa hemispheric and cerebellopontine angle 4x5 cms inhomogeneous with bleeding elements and lipid content areas. Is arises the probability of Epidermoid cyst. The surgery is carried out with complete excision of the encapsulated aspiratable lesion. Good postoperative course without gaps. The histopathology revealed typical elements described in the literature: presence of adipose cells and neurocytic proliferation with small elements.This led that the tumor received among others the adult lipomeduloblastoma name but showing a good prognosis in contrast with the classic medulloblastoma. Currently cataloged such as grade II and there are not statistics in the literature because there are only published isolated cases

  14. High-recall protein entity recognition using a dictionary

    Science.gov (United States)

    Kou, Zhenzhen; Cohen, William W.; Murphy, Robert F.

    2010-01-01

    Protein name extraction is an important step in mining biological literature. We describe two new methods for this task: semiCRFs and dictionary HMMs. SemiCRFs are a recently-proposed extension to conditional random fields that enables more effective use of dictionary information as features. Dictionary HMMs are a technique in which a dictionary is converted to a large HMM that recognizes phrases from the dictionary, as well as variations of these phrases. Standard training methods for HMMs can be used to learn which variants should be recognized. We compared the performance of our new approaches to that of Maximum Entropy (Max-Ent) and normal CRFs on three datasets, and improvement was obtained for all four methods over the best published results for two of the datasets. CRFs and semiCRFs achieved the highest overall performance according to the widely-used F-measure, while the dictionary HMMs performed the best at finding entities that actually appear in the dictionary—the measure of most interest in our intended application. PMID:15961466

  15. A name is a name is a name: some thoughts and personal opinions about molluscan scientific names

    NARCIS (Netherlands)

    Dance, S.P.

    2009-01-01

    Since 1758, with the publication of Systema Naturae by Linnaeus, thousands of scientific names have been proposed for molluscs. The derivation and uses of many of them are here examined from various viewpoints, beginning with names based on appearance, size, vertical distribution, and location.

  16. Programming Entity Framework Code First

    CERN Document Server

    Lerman, Julia

    2011-01-01

    Take advantage of the Code First data modeling approach in ADO.NET Entity Framework, and learn how to build and configure a model based on existing classes in your business domain. With this concise book, you'll work hands-on with examples to learn how Code First can create an in-memory model and database by default, and how you can exert more control over the model through further configuration. Code First provides an alternative to the database first and model first approaches to the Entity Data Model. Learn the benefits of defining your model with code, whether you're working with an exis

  17. EXCHANGE RATE DIFFERENCES-THE ACCOUNTING TREATMENT AND ITS INFLUENCE ON THE FINANCIAL PERFORMANCE OF AN ECONOMIC ENTITY

    Directory of Open Access Journals (Sweden)

    Nicoleta Cristina MATEI

    2016-06-01

    Full Text Available Currency rate differences arise when there are certain debt rights or obligations in foreign currency of an economic entity which are collected, i.e. paid for at a different course from the one displayed by the Romanian National Bank on the date of their establishment. Such differences, according to the situation, generate expenditure or revenue which affects a company's financial result and, consequently, the accountant result as well. The results registered by an economic entity presented in the Profit and Loss Account provide information about its financial performance. This performance can be influenced by the favorable or unfavorable exchange rate differences existing when an economic entity carries out transactions or has incurred foreign currency loans having a significant share in the total amount of transactions or in capitals. The present paper shows the accounting treatment of the exchange rate differences and its impact on the financial performance.

  18. Controlled mutual quantum entity authentication using entanglement swapping

    International Nuclear Information System (INIS)

    Kang, Min-Sung; Hong, Chang-Ho; Heo, Jino; Lim, Jong-In; Yang, Hyung-Jin

    2015-01-01

    In this paper, we suggest a controlled mutual quantum entity authentication protocol by which two users mutually certify each other on a quantum network using a sequence of Greenberger–Horne–Zeilinger (GHZ)-like states. Unlike existing unidirectional quantum entity authentication, our protocol enables mutual quantum entity authentication utilizing entanglement swapping; moreover, it allows the managing trusted center (TC) or trusted third party (TTP) to effectively control the certification of two users using the nature of the GHZ-like state. We will also analyze the security of the protocol and quantum channel. (paper)

  19. Aggregated Dispatch of Distributed Generation Units: Final Report

    Energy Technology Data Exchange (ETDEWEB)

    2004-09-01

    This final report describes a project to demonstrate the technical and economic feasibility of aggregating distributed generating resources in New York State. This project demonstrates a system that allows distributed generation (DG) to participate in competitive markets in much the same way as large central-station power plants. This approach involves aggregating the distributed demand-side resources into a single transaction entity consistent with the requirements of the New York Independent System Operator (NYISO). This single entity then buys or sells capacity and energy (i.e., curtailment) in NYISO markets.

  20. 7 CFR 652.23 - Certification process for private-sector entities.

    Science.gov (United States)

    2010-01-01

    ... 7 Agriculture 6 2010-01-01 2010-01-01 false Certification process for private-sector entities. 652... ASSISTANCE Certification § 652.23 Certification process for private-sector entities. (a) A private sector... individual basis as part of the private-sector entity's certification and ensures that the requirements set...

  1. Event-Entity-Relationship Modeling in Data Warehouse Environments

    DEFF Research Database (Denmark)

    Bækgaard, Lars

    We use the event-entity-relationship model (EVER) to illustrate the use of entity-based modeling languages for conceptual schema design in data warehouse environments. EVER is a general-purpose information modeling language that supports the specification of both general schema structures and multi...

  2. North-American norms for name disagreement: pictorial stimuli naming discrepancies.

    Directory of Open Access Journals (Sweden)

    Mary O'Sullivan

    Full Text Available Pictorial stimuli are commonly used by scientists to explore central processes; including memory, attention, and language. Pictures that have been collected and put into sets for these purposes often contain visual ambiguities that lead to name disagreement amongst subjects. In the present work, we propose new norms which reflect these sources of name disagreement, and we apply this method to two sets of pictures: the Snodgrass and Vanderwart (S&V set and the Bank of Standardized Stimuli (BOSS. Naming responses of the presented pictures were classified within response categories based on whether they were correct, incorrect, or equivocal. To characterize the naming strategy where an alternative name was being used, responses were further divided into different sub-categories that reflected various sources of name disagreement. Naming strategies were also compared across the two sets of stimuli. Results showed that the pictures of the S&V set and the BOSS were more likely to elicit alternative specific and equivocal names, respectively. It was also found that the use of incorrect names was not significantly different across stimulus sets but that errors were more likely caused by visual ambiguity in the S&V set and by a misuse of names in the BOSS. Norms for name disagreement presented in this paper are useful for subsequent research for their categorization and elucidation of name disagreement that occurs when choosing visual stimuli from one or both stimulus sets. The sources of disagreement should be examined carefully as they help to provide an explanation of errors and inconsistencies of many concepts during picture naming tasks.

  3. Proposal for the systematic naming of mesons and baryons

    International Nuclear Information System (INIS)

    Porter, F.C.; Hernandez, J.J.; Montanet, L.

    1984-10-01

    Twenty years ago, the Particle Data Group adopted a systematic naming convention for baryons: the symbols N, Δ, Λ, Σ, Ψ, and Ω were to identify the isospin and strangeness, The mesons, by contrast, have become an alphabet soup of uninformative names - theta, iota, xi, zeta, g/sub T/, g/sub s/, H, E, delta, h, g, r, kappa, etc. -, and in some cases identical names are used for mesons with different quantum numbers (A, B, and D). Furthermore, experimentalists are now discovering baryons that contain heavy quarks. It is therefore timely to consider systematic naming conventions both for mesons and for baryons with heavy quarks. The Particle Data Group is circulating this proposal in the hope of generating feedback, and we attach a sheet for responses. It should be emphasized that the Particle Tables would show both the old and new names for some time

  4. How Well can We Learn Interpretable Entity Types from Text?

    DEFF Research Database (Denmark)

    Hovy, Dirk

    2014-01-01

    We investigate a largely unsupervised approach to learning interpretable, domain-specific entity types from unlabeled text. It assumes that any common noun in a domain can function as potential entity type, and uses those nouns as hidden variables in a HMM. To constrain training, it extracts co......-occurrence dictionaries of entities and common nouns from the data. We evaluate the learned types by measuring their prediction accuracy for verb arguments in several domains. The results suggest that it is possible to learn domain-specific entity types from unlabeled data. We show significant improvements over...

  5. Pengaruh Struktur Organisasi dan Ukuran Perusahaan Terhadap Penerapan Business Entity Concept

    Directory of Open Access Journals (Sweden)

    Widya Exsa Marita

    2015-10-01

    Full Text Available Masalah pengelolaan dana merupakan momok yang sering mengakibatkan kegagalan usaha pada suatu perusahaan terutama UMKM. Pengelolaan dana yang efektif dan efisien dapat tercapai jika suatu perusahaan mampu menerapkan akuntansi yang baik. Penerapan akuntansi yang baik haruslah diawali dengan penerapan konsep akuntansi, salah satunya yaitu business entity concept. Penelitian ini bertujuan untuk mengetahui adanya pengaruh struktur organisasi dan ukuran perusahaan terhadap penerapan business entity concept. Objek penelitian yang diambil adalah UD. Agung Mulia Jaya dengan sampel sebanyak 200 reponden yang diambil dengan menggunakan teknik simple random sampling. Variabel bebas dalam penelitian ini adalah struktur organisasi dan ukuran perusahaan, sedangkan variabel terikatnya adalah penerapan business entity concept. Untuk menguji adanya pengaruh struktur organisasi dan ukuran perusahaan terhadap penerapan business entity concept, maka dilakukan analisis regresi linier berganda. Hasil pengujian secara simultan menunjukkan bahwa kedua variabel bebas yaitu struktur organisasi dan ukuran perusahaan berpengaruh terhadap penerapan business entity concept. Secara parsial, struktur organisasi berpengaruh positif terhadap penerapan business entity concept, namun sebaliknya ukuran perusahaan berpengaruh negatif terhadap penerapan business entity concept. Koefisien determinasi menghasilkan nilai 67,4% yang berarti penerapan business entity concept dapat dijelaskan oleh variabel struktur organisasi dan ukuran perusahaan sebesar 67,4% atau bersifat kuat.

  6. 78 FR 45051 - Unincorporated Business Entities; Effective Date

    Science.gov (United States)

    2013-07-26

    ... under State law for certain business activities. In accordance with the law, the effective date of the...) institutions' use of unincorporated business entities (UBEs) organized under State law for certain business... business entities, such as unincorporated business trusts, organized under State law. The final rule does...

  7. 15 CFR 744.10 - Restrictions on certain entities in Russia.

    Science.gov (United States)

    2010-01-01

    ... Russia. 744.10 Section 744.10 Commerce and Foreign Trade Regulations Relating to Commerce and Foreign... REGULATIONS CONTROL POLICY: END-USER AND END-USE BASED § 744.10 Restrictions on certain entities in Russia. (a) General prohibition. Certain entities in Russia are included in Supplement No. 4 to this part 744 (Entity...

  8. List of names of persons well informed on new energies; Shin energy yushikisha meibo

    Energy Technology Data Exchange (ETDEWEB)

    NONE

    2000-03-01

    In order to establish an environment in which local public organizations and local business entities intending introduction of new energies can obtain easily the information about the technologies thereof and introduction examples, a 'list of names of persons well informed on new energies' was prepared. At the same time, a system was set up, with which these well-informed people can be introduced on NEDO home pages. The list of the names has collected data of the well-informed people granted with patents related to the fields defined in the new energy law as their specialty fields. The criterion for extracting the persons calls for persons who have experience of writing theses on new energies, and who have give lectures on the subject. Other new energy related experts acting in local areas, who were not able of having been extracted by using the above method, were extracted through hearings by key persons in each area. Questionnaire surveys were performed on the extracted specialists, whereas 495 effective answers permitting disclosure were obtained, and detailed items of information were collected on these specialists individually. The specialty fields include 23 new energy fields. The names of persons were arranged in the order of bureaus listed in the Ministry of International Trade and Industry. The names in the bureaus were arranged in the Japanese alphabetical order. (NEDO)

  9. 26 CFR 1.892-5 - Controlled commercial entity.

    Science.gov (United States)

    2010-04-01

    ... 26 Internal Revenue 9 2010-04-01 2010-04-01 false Controlled commercial entity. 1.892-5 Section 1.892-5 Internal Revenue INTERNAL REVENUE SERVICE, DEPARTMENT OF THE TREASURY (CONTINUED) INCOME TAX (CONTINUED) INCOME TAXES Miscellaneous Provisions § 1.892-5 Controlled commercial entity. (a)-(a)(2...

  10. Using co-occurrence network structure to extract synonymous gene and protein names from MEDLINE abstracts

    Directory of Open Access Journals (Sweden)

    Spackman K

    2005-04-01

    Full Text Available Abstract Background Text-mining can assist biomedical researchers in reducing information overload by extracting useful knowledge from large collections of text. We developed a novel text-mining method based on analyzing the network structure created by symbol co-occurrences as a way to extend the capabilities of knowledge extraction. The method was applied to the task of automatic gene and protein name synonym extraction. Results Performance was measured on a test set consisting of about 50,000 abstracts from one year of MEDLINE. Synonyms retrieved from curated genomics databases were used as a gold standard. The system obtained a maximum F-score of 22.21% (23.18% precision and 21.36% recall, with high efficiency in the use of seed pairs. Conclusion The method performs comparably with other studied methods, does not rely on sophisticated named-entity recognition, and requires little initial seed knowledge.

  11. Bayesian Modeling of Temporal Coherence in Videos for Entity Discovery and Summarization.

    Science.gov (United States)

    Mitra, Adway; Biswas, Soma; Bhattacharyya, Chiranjib

    2017-03-01

    A video is understood by users in terms of entities present in it. Entity Discovery is the task of building appearance model for each entity (e.g., a person), and finding all its occurrences in the video. We represent a video as a sequence of tracklets, each spanning 10-20 frames, and associated with one entity. We pose Entity Discovery as tracklet clustering, and approach it by leveraging Temporal Coherence (TC): the property that temporally neighboring tracklets are likely to be associated with the same entity. Our major contributions are the first Bayesian nonparametric models for TC at tracklet-level. We extend Chinese Restaurant Process (CRP) to TC-CRP, and further to Temporally Coherent Chinese Restaurant Franchise (TC-CRF) to jointly model entities and temporal segments using mixture components and sparse distributions. For discovering persons in TV serial videos without meta-data like scripts, these methods show considerable improvement over state-of-the-art approaches to tracklet clustering in terms of clustering accuracy, cluster purity and entity coverage. The proposed methods can perform online tracklet clustering on streaming videos unlike existing approaches, and can automatically reject false tracklets. Finally we discuss entity-driven video summarization- where temporal segments of the video are selected based on the discovered entities, to create a semantically meaningful summary.

  12. CONSIDERATION REGARDING CURRENT ASSETS IN THE CONSTRUCTION ENTITIES

    Directory of Open Access Journals (Sweden)

    Laura Adriana COJOCARU (ALIONESCU

    2014-06-01

    Full Text Available Accounting for current assets mainly aims to obtain useful information on the management of their best in order to make management decisions. Counting efficiency of these assets, their importance, provides improved performance of the entity. In this paper we want to study the degree of implementation of policies and accounting treatments on the current assets in the specific construction economic entities, the problems of implementation and thus better addressing their theoretical and procedural to improve the information provided by financial statements. Due to the importance of proper conduct of business owned entities, accounting current assets should result in optimal and efficient control of current assets.

  13. Entity-Linking via Graph-Distance Minimization

    Directory of Open Access Journals (Sweden)

    Roi Blanco

    2014-07-01

    Full Text Available Entity-linking is a natural-language–processing task that consists in identifying the entities mentioned in a piece of text, linking each to an appropriate item in some knowledge base; when the knowledge base is Wikipedia, the problem comes to be known as wikification (in this case, items are wikipedia articles. One instance of entity-linking can be formalized as an optimization problem on the underlying concept graph, where the quantity to be optimized is the average distance between chosen items. Inspired by this application, we define a new graph problem which is a natural variant of the Maximum Capacity Representative Set. We prove that our problem is NP-hard for general graphs; nonetheless, under some restrictive assumptions, it turns out to be solvable in linear time. For the general case, we propose two heuristics: one tries to enforce the above assumptions and another one is based on the notion of hitting distance; we show experimentally how these approaches perform with respect to some baselines on a real-world dataset.

  14. Myalgic Encephalomyelitis, Chronic Fatigue Syndrome, and Systemic Exertion Intolerance Disease: Three Distinct Clinical Entities

    Directory of Open Access Journals (Sweden)

    Frank N.M. Twisk

    2018-04-01

    Full Text Available Many researchers consider chronic fatigue syndrome (CFS to be a synonym of Myalgic Encephalomyelitis (ME. However, the case criteria of ME and CFS define two distinct clinical entities. Although some patients will meet both case criteria, other patients can meet the diagnosis of ME and not fulfil the case criteria for CFS, while the diagnosis of CFS is largely insufficient to be qualified as a ME patient. ME is a neuromuscular disease with distinctive muscular symptoms, including prolonged muscle weakness after exertion, and neurological signs implicating cerebral dysfunction, including cognitive impairment and sensory symptoms. The only mandatory symptom of CFS is chronic fatigue. Chronic fatigue must be accompanied by at least four out of eight nonspecific symptoms: substantial impairment in short-term memory or concentration, a sore throat, tender lymph nodes, muscle pain, multijoint pain, a new type of headaches, unrefreshing sleep, and postexertional “malaise” lasting more than 24 h. So, regardless whether the name ME is appropriate or not, ME is not synonymous to CFS. That is not a matter of opinion, but a matter of definition. Due to the definitions of ME and CFS, “ME/CFS” does not exist and cannot be replaced by a new clinical entity (SEID: Systemic Exertion Intolerance Disease, as recently suggested.

  15. METHODS OF EVALUATING THE ECONOMIC EFFICIENCY OF FORMATION OF CORPORATE ENTITIES IN THE FOOD INDUSTRY

    Directory of Open Access Journals (Sweden)

    N. V. Grishchenko

    2014-01-01

    Full Text Available Summary: One of the most important issues of improving the management of corporate entities in the food industry is a unified methodological approach to the assessment of economic efficiency. To further improve this methodology approaches evaluation of the efficiency of the creation and development of organizational systems, as well as experience the calculations of estimated figures. Evaluation of the effectiveness of the formation of corporate entities in the food industry should be carried out depending on the stage of the formation of corporate education, which leads to the allocation of the following stages: preliminary calculations, allowing to obtain projections at the stage of idea generation, validation and design of corporate education; calculation of performance indicators corporate education; clarifying the calculations performed on the stage of functioning of corporate education, allowing to take into account not only the main directions of effect due to the formation of corporate structures, but also new sources of savings associated with the possibility of obtaining a formed structure of the system benefits; determination the effectiveness of the organization management corporate education; calculating the integral of the coefficient of efficiency of corporate education. The technique of an estimation of efficiency of formation of corporate entities, subject to practical implementation for analytical purposes, a different set of metrics and indicators calculated differentially depending on the phase (phase corporate improvement that allows you to get an objective view of the intermediate output and outcome effectiveness of the formation of corporate entities in the food industry. The purpose of this technique is to identify the internal resources of improving the formation of corporate education and management. Users of this technique can be leaders and specialists of the corporate entities interested in an objective assessment of

  16. Xanthogranulomatous Prostatitis, a Rare Prostatic Entity

    Directory of Open Access Journals (Sweden)

    Alejandro Noyola

    2017-01-01

    Full Text Available There are several benign prostatic pathologies that can clinically mimic a prostate adenocarcinoma. Xanthogranulomatous prostatitis is a benign inflammatory condition of the prostate and a rare entity. A 47-year old male, with 3 years of lower urinary tract symptoms, with a palpable hypogastric tumor, digital rectal examination: solid prostate, of approximately 60 g. Initial PSA was 0.90 ng/mL. He underwent surgical excision of the lower abdominal nodule and prostatectomy. Histopathology showed xanthogranulomatous prostatitis, without malignancy. Xanthogranulomatous prostatitis is an extremely rare entity that can simulate prostate adenocarcinoma, therefore having a correct histopathological diagnosis is essential.

  17. The three names

    NARCIS (Netherlands)

    Bas Jongenelen

    2011-01-01

    Two spectators are each asked to think of a girl's name (because your sister in law is pregnant and names are a big issue at the moment in your family.) You explain that you have a boy's name in your head, and you ask the spectators to think what this boy's name might be. You write three names on a

  18. Differences in financial statements of business entities in the Czech Republic

    Directory of Open Access Journals (Sweden)

    Jana Gláserová

    2013-01-01

    Full Text Available Ministry of Finance in the Czech Republic identifies and defines four types of accounting entities that are engaged in business activities. These are the “normal” business entities, business entities as banks, commercial insurance companies and health insurance companies. For each of these types of entities the Ministry of Finance issued relevant regulations that contain specific accounting policies arising mainly from the specifics of the scope of business activities of these entities. The effects of these specifics are ultimately shown also in the individual parts of the financial statement closing. In contrast the International Financial Reporting Standards (IFRS and also generally accepted accounting principles of the United States (U.S. GAAP are valid for all listed entities regardless of their size and scope of activities. The ongoing globalization of the world, transnational mergers and acquisitions of various companies brings the requirements for unification of accounting policies in order to achieve comparability of financial statements closing of companies from different countries, their transparency and completeness of published information in the individual countries. This paper deals with the definition of significant differences in the items of financial statement closing of different types of business entities in the Czech Republic and with the formulation of proposals for individual types of entities, which would contribute to easier orientation and grater comparability for the needs of different users of accounting information.

  19. Intelligent Entity Behavior Within Synthetic Environments. Chapter 3

    Science.gov (United States)

    Kruk, R. V.; Howells, P. B.; Siksik, D. N.

    2007-01-01

    This paper describes some elements in the development of realistic performance and behavior in the synthetic entities (players) which support Modeling and Simulation (M&S) applications, particularly military training. Modern human-in-the-loop (virtual) training systems incorporate sophisticated synthetic environments, which provide: 1. The operational environment, including, for example, terrain databases; 2. Physical entity parameters which define performance in engineered systems, such as aircraft aerodynamics; 3. Platform/system characteristics such as acoustic, IR and radar signatures; 4. Behavioral entity parameters which define interactive performance, including knowledge/reasoning about terrain, tactics; and, 5. Doctrine, which combines knowledge and tactics into behavior rule sets. The resolution and fidelity of these model/database elements can vary substantially, but as synthetic environments are designed to be compose able, attributes may easily be added (e.g., adding a new radar to an aircraft) or enhanced (e.g. Amending or replacing missile seeker head/ Electronic Counter Measures (ECM) models to improve the realism of their interaction). To a human in the loop with synthetic entities, their observed veridicality is assessed via engagement responses (e.g. effect of countermeasures upon a closing missile), as seen on systems displays, and visual (image) behavior. The realism of visual models in a simulation (level of detail as well as motion fidelity) remains a challenge in realistic articulation of elements such as vehicle antennae and turrets, or, with human figures; posture, joint articulation, response to uneven ground. Currently the adequacy of visual representation is more dependant upon the quality and resolution of the physical models driving those entities than graphics processing power per Se. Synthetic entities in M&S applications traditionally have represented engineered systems (e.g. aircraft) with human-in-the-loop performance

  20. Towards a Theory of Learning for Naming Rehabilitation: Retrieval Practice, Retrieval Effort, and Spacing Effects

    Directory of Open Access Journals (Sweden)

    Erica Middleton

    2015-04-01

    Methods. Four PWA with naming impairment named and gave familiarity ratings to a corpus of 700 pictures of proper noun entities twice over two weeks. For each participant, we selected items the participant knew recognized but could not consistently name for assignment into the conditions, with a minimum of 36 (max=72 items per condition across participants. The design involved a 2-level factor of type of training (retrieval practice versus errorless learning, i.e., repetition and a factor of spacing, which included a massed condition (lag 1 and three spaced conditions (lags 5, 15, and 30. Lag corresponded to the number of training trials for other items that intervened between three presentations of an item for retrieval practice or repetition training. On a repetition trial, the name was presented (seen/heard and the participant repeated the name at picture onset. On a naming trial, only the picture was presented. All trials ended in feedback (i.e., the name was presented. Primary outcome was naming performance on a retention test administered 1-day following training, with a 1-week follow-up test administered to measure persistence of the effects. Results & Conclusions. Mixed regression analyses revealed that the naming condition was associated with superior performance over repetition, observed both at the retention test (p=.001 and follow-up (p=.01; Figure 1, left panel. Also, spaced training conferred superior benefits compared to massed, both at retention test (p<.001 and follow-up (p=.006; Figure 1, right panel. An analysis of the spaced lags in the naming condition revealed that though increasing lag made retrieval practice more effortful (i.e., error-prone during training, increasing lag conferred more powerful learning at retention test. The present study provides definitive evidence of the relevance of retrieval practice, retrieval effort, and spacing for optimizing existing treatments, their explanatory power, and their importance in driving future

  1. Infant VEPs reveal neural correlates of implicit naming: Lateralized differences between lexicalized versus name-unknown pictures

    Science.gov (United States)

    Styles, Suzy J.; Plunkett, Kim; Duta, Mihaela D.

    2015-01-01

    Recent behavioural studies with toddlers have demonstrated that simply viewing a picture in silence triggers a cascade of linguistic processing which activates a representation of the picture’s name (Mani and Plunkett, 2010, 2011). Electrophysiological studies have also shown that viewing a picture modulates the auditory evoked potentials (AEPs) triggered by later speech, from early in the second year of life (Duta et al., 2012; Friedrich and Friederici, 2005; Mani et al., 2011) further supporting the notion that picture viewing gives rise to a representation of the picture’s name against which later speech can be matched. However, little is known about how and when the implicit name arises during picture viewing, or about the electrophysiological activity which supports this linguistic process. We report differences in the visual evoked potentials (VEPs) of fourteen-month-old infants who saw photographs of animals and objects, some of which were name-known (lexicalized), while waiting for an auditory label to be presented. During silent picture viewing, lateralized neural activity was selectively triggered by lexicalized items, as compared to nameless items. Lexicalized items generated a short-lasting negative-going deflection over frontal, left centro-temporal, and left occipital regions shortly after the picture appeared (126–225 ms). A positive deflection was also observed over the right hemisphere (particularly centro-temporal regions) in a later, longer-lasting window (421–720 ms). The lateralization of these differences in the VEP suggests the possible involvement of linguistic processes during picture viewing, and may reflect activity involved in the implicit activation of the picture’s name. PMID:26232744

  2. 49 CFR 37.41 - Construction of transportation facilities by public entities.

    Science.gov (United States)

    2010-10-01

    ... public entities. 37.41 Section 37.41 Transportation Office of the Secretary of Transportation... transportation facilities by public entities. (a) A public entity shall construct any new facility to be used in providing designated public transportation services so that the facility is readily accessible to and usable...

  3. FINANCIAL REPORTING IN PUBLIC INSTITUTIONS AND NON-FINANCIAL ENTITIES. SIMILARITIES AND DIFFERENCES

    OpenAIRE

    Daniela Vitan

    2011-01-01

    The present paperwork contains issues regarding financial reporting at the public institutions and non – financial entities. The main aspects are regarding the obligation of all entities to present the financial statements, the content of financial statements in public institutions and non-financial entities. Also, is presented the similarities and the differences aspects between financial reporting of these two patrimonial entities.

  4. Special aspects of the reporting of capital in the budgetary entities

    Directory of Open Access Journals (Sweden)

    Nadezhda Popova-Yosifova

    2018-05-01

    Full Text Available The national and international accounting standards state that the equity of an entity is the residual interest in the assets of the entity that remains after deducting all of its liabilities. For that reason in the accounting theory could also be found the terms “net worth” and “net assets” which are used as synonyms. The term “equity” is not used adequately in this wording in respect of the budgetary entities because of some specific characteristics these entities possess. The purpose of this paper is, based on the legislative framework now in force in Bulgaria and the characteristic features of the public sector entities, to present the specific features of the capital reporting in these organizations.

  5. 78 FR 21603 - Proposed Reporting Entity; Request for Comments

    Science.gov (United States)

    2013-04-11

    ... FEDERAL ACCOUNTING STANDARDS ADVISORY BOARD Proposed Reporting Entity; Request for Comments AGENCY... seeking input on a proposed Statement of Federal Financial Accounting Standards addressing the Reporting Entity. The Standard is available at http://www.fasab.gov/board-activities/documents-for-comment/exposure...

  6. Cuban entities management. Cedrux just around the corner.

    Directory of Open Access Journals (Sweden)

    Tamara Rodríguez Sánchez

    2011-12-01

    Full Text Available The direction of the country as part of strengthening entities management and the informatization of Cuban society, presented the need to create a System of Enterprise Resource Planning (ERP, which would be able to computerize management processes of business and budgeted entities on national scale. It is in this way that since July 2008 CEDRUX product was developed composed by 15 subsystems. It will constitute the core on which new solutions will be developed that will extend its functionalities in a constantly way, including new entities management processes and allowing constant updating. In its first operational phase that will be in this very year 2011, Cedrux will only integrate 9 subsystems that will answer the economic needs of any organization.

  7. THE EFFICIENCY OF FOREIGN INVESTMENTS IN THE FINANCING OF AUDITED ENTITIES

    Directory of Open Access Journals (Sweden)

    Berinde Sorin

    2013-07-01

    Full Text Available The auditing of the financial statements is a certification service intended to offer the users more credibility regarding the quality of accounting information. This is the reason why the present study selected all the Cluj county entities that, according to the public information, between 2005-2012 were subject to financial audit in order to estimate, at this level, the influence of foreign investments in the financing structure. The information provided by the financial statements of these audited entities (with or without foreign participation in share capital was analyzed for the calculation of the relevant indicators to determine the evolution of the equity financing, the recourse to external financing funds, the ratio of external funds and equity funds used for financing and the assessment of the efficiency of foreign capital invested at the level of these entities. In order to meet this objective, we considered the information from the financial statements of the concerned entities, published between 2008-2011. For the relevance of the study, we eliminated the audited entities that did not have financial statements published in all of the four financial years for various reasons (dissolution, liquidation, merger, or temporary suspension of activity or had negative working capital. The financial statement information was analyzed in view of the calculation for each audited entity of the rate of financial autonomy, the debt ratio, the debt to equity ratio and of the rotation speed of equity. The audited entities were classified into 2 major categories: audited entities with a foreign participation in share capital and audited entities with the whole share capital financed by equity funds. We applied the simple average method at the level of the both audited entities categories for each of the four analyzed indicators. Furthermore, we performed an analysis from the static and dynamic point of view of the results. The conclusions that we

  8. Public administration social responsibility of business entities

    Directory of Open Access Journals (Sweden)

    N. H. Shpankovskaya

    2016-03-01

    Full Text Available Social responsibility of a business entity is seen as an effective tool of public administration. The current stage of development of social responsibility in Ukraine requires state involvement, as its vision by business entities are different, and there is also a need to develop a national model of social responsibility on the basis of international standards, because Ukraine, on the one hand, has the national characteristics of implementation of social initiatives and, on the other, the conditions and resources for their implementation is different from developed market economies. The visions of on social responsibility in the scientific literature are also different. This was the basis for the determination of her essence. We analyzed the interpretations of social responsibility and identified their advantages and disadvantages. Formulation of social responsibility, which is submitted in article, actualizes ecological orientation of the business entity taking into account the need for responsible behavior, and responsibility for actions, which violate the norms of society.

  9. Learning Expressive Linkage Rules for Entity Matching using Genetic Programming

    OpenAIRE

    Isele, Robert

    2013-01-01

    A central problem in data integration and data cleansing is to identify pairs of entities in data sets that describe the same real-world object. Many existing methods for matching entities rely on explicit linkage rules, which specify how two entities are compared for equivalence. Unfortunately, writing accurate linkage rules by hand is a non-trivial problem that requires detailed knowledge of the involved data sets. Another important issue is the efficient execution of link...

  10. Parents accidentally substitute similar sounding sibling names more often than dissimilar names.

    Directory of Open Access Journals (Sweden)

    Zenzi M Griffin

    Full Text Available When parents select similar sounding names for their children, do they set themselves up for more speech errors in the future? Questionnaire data from 334 respondents suggest that they do. Respondents whose names shared initial or final sounds with a sibling's reported that their parents accidentally called them by the sibling's name more often than those without such name overlap. Having a sibling of the same gender, similar appearance, or similar age was also associated with more frequent name substitutions. Almost all other name substitutions by parents involved other family members and over 5% of respondents reported a parent substituting the name of a pet, which suggests a strong role for social and situational cues in retrieving personal names for direct address. To the extent that retrieval cues are shared with other people or animals, other names become available and may substitute for the intended name, particularly when names sound similar.

  11. 49 CFR Appendix C to Part 209 - FRA's Policy Statement Concerning Small Entities

    Science.gov (United States)

    2010-10-01

    ... agency personnel respond in a timely and comprehensive fashion to the inquiries of small entities... history of compliance, FRA inspectors consider “such other factors as the immediate circumstances make... eliminating the safety hazard; the entity's culpability; the entity's compliance history; the entity's ability...

  12. Search optimization of named entities from twitter streams

    Science.gov (United States)

    Fazeel, K. Mohammed; Hassan Mottur, Simama; Norman, Jasmine; Mangayarkarasi, R.

    2017-11-01

    With Enormous number of tweets, People often face difficulty to get exact information about those tweets. One of the approach followed for getting information about those tweets via Google. There is not any accuracy tool developed for search optimization and as well as getting information about those tweets. So, this system contains the search optimization and functionalities for getting information about those tweets. Another problem faced here are the tweets that contains grammatical errors, misspellings, non-standard abbreviations, and meaningless capitalization. So, these problems can be eliminated by the use of this tool. Lot of time can be saved and as well as by the use of efficient search optimization each information about those particular tweets can be obtained.

  13. An effective XML based name mapping mechanism within StoRM

    International Nuclear Information System (INIS)

    Corso, E; Forti, A; Ghiselli, A; Magnoni, L; Zappi, R

    2008-01-01

    In a Grid environment the naming capability allows users to refer to specific data resources in a physical storage system using a high level logical identifier. This logical identifier is typically organized in a file system like structure, a hierarchical tree of names. Storage Resource Manager (SRM) services map the logical identifier to the physical location of data evaluating a set of parameters as the desired quality of services and the VOMS attributes specified in the requests. StoRM is a SRM service developed by INFN and ICTP-EGRID to manage file and space on standard POSIX and high performing parallel and cluster file systems. An upcoming requirement in the Grid data scenario is the orthogonality of the logical name and the physical location of data, in order to refer, with the same identifier, to different copies of data archived in various storage areas with different quality of service. The mapping mechanism proposed in StoRM is based on a XML document that represents the different storage components managed by the service, the storage areas defined by the site administrator, the quality of service they provide and the Virtual Organization that want to use the storage area. An appropriate directory tree is realized in each storage component reflecting the XML schema. In this scenario StoRM is able to identify the physical location of a requested data evaluating the logical identifier and the specified attributes following the XML schema, without querying any database service. This paper presents the namespace schema defined, the different entities represented and the technical details of the StoRM implementation

  14. IMPROVING PERFORMANCES BY USING COST CONTROLLING IN THE MINING INDUSTRY ENTITIES

    Directory of Open Access Journals (Sweden)

    SORINEL CĂPUŞNEANU

    2016-06-01

    Full Text Available The aim of this article is to highlight the improving performances of entities from mining industry entities by using cost controlling as an important tool of management accounting, applying the target costing method. The survey is based on questions that led investigation made in the Romanian entities from mining industry and based on data a thorough analysis was done for fulfillment of authors’ purpose. The results obtained by applying the target costing method has allowed a very strict cost control, which ultimately led to increased performances of economic entities from mining industry in Romania. The secondary purpose of this article is to try adjusting the target costing method to the specific of entities in the mining industry. According to studies of specialists this method based on target costing calculation is rather unusual in this sector of mining industry and it relies heavily on the activity-based costing method. The article ends with the authors' conclusions on improving the performances of entities from mining industry based on cost controlling and use of mix information obtained through the applied methods

  15. Aggregation of Distributed Generation Assets in New York State: Appendix

    Energy Technology Data Exchange (ETDEWEB)

    2004-04-01

    This report appendix describes aspects of a project to demonstrate the technical and economic feasibility of aggregating distributed generating resources in New York State. This project demonstrates a system that allows distributed generation (DG) to participate in competitive markets in much the same way as large central-station power plants. This approach involves aggregating the distributed demand-side resources into a single transaction entity consistent with the requirements of the New York Independent System Operator (NYISO). This single entity then buys or sells capacity and energy (i.e., curtailment) in NYISO markets.

  16. Geographic Names

    Data.gov (United States)

    Minnesota Department of Natural Resources — The Geographic Names Information System (GNIS), developed by the United States Geological Survey in cooperation with the U.S. Board of Geographic Names, provides...

  17. The Need for Systematic Naming Software Tools for Exchange of Chemical Information

    Directory of Open Access Journals (Sweden)

    Andrey Yerin

    1999-09-01

    Full Text Available The availability of systematic names can enable the simple textual exchange of chemical structure information. The exchange of molecular structures in graphical format or connection tables has become well established in the field of cheminformatics and many structure drawing tools exist to enable this exchange. However, even with the availability of systematic naming rules, software tools to allow the generation of names from structures, and hopefully the reversal of these systematic names back to the original chemical structure, have been sorely lacking in capability and quality. Here we review the need for systematic naming as well as some of the tools and approaches being taken today in this area.

  18. Quality of the Accounting Information of Brazilian Third Sector Entities

    Directory of Open Access Journals (Sweden)

    Fernando Maciel Ramos

    2015-08-01

    Full Text Available In this study, the objective was to analyze the quality of accounting information of Brazilian non-profit organizations. As for the objective the research is characterized as a descriptive one; as for the research strategy it is documental and as for the approach it is quantitative. In order to measure the quality of the accounting information of the analyzed entities, it was prepared a checklist starting from the accounting rules that guide the accounting practice of the third sector entities made up of seven sections and 59 requisites, which enabled the construction of the Quality Index for Accounting Information. The data were analyzed through descriptive statistics (minimum, maximum, mean, standard deviation and the results indicated a low level of the accounting information quality reported by the analyzed entities, especially when compared to for-profit organizations. One comes to the conclusion, based on the findings, that the analyzed entities present a low level of quality as to the accounting information which may jeopardize the information usefulness reported by these entities users.

  19. 10 CFR 300.12 - Acceptance of reports and registration of entity emission reductions.

    Science.gov (United States)

    2010-01-01

    ... REPORTING PROGRAM: GENERAL GUIDELINES § 300.12 Acceptance of reports and registration of entity emission... provisions of this part. EIA will also review its records to verify that the reporting entity has submitted... credited to the entity as “registered reductions” which can be held by the reporting entity for use...

  20. Generic Entity Resolution in Relational Databases

    Science.gov (United States)

    Sidló, Csaba István

    Entity Resolution (ER) covers the problem of identifying distinct representations of real-world entities in heterogeneous databases. We consider the generic formulation of ER problems (GER) with exact outcome. In practice, input data usually resides in relational databases and can grow to huge volumes. Yet, typical solutions described in the literature employ standalone memory resident algorithms. In this paper we utilize facilities of standard, unmodified relational database management systems (RDBMS) to enhance the efficiency of GER algorithms. We study and revise the problem formulation, and propose practical and efficient algorithms optimized for RDBMS external memory processing. We outline a real-world scenario and demonstrate the advantage of algorithms by performing experiments on insurance customer data.

  1. Service quality measurement for non-executive directors in public entities

    OpenAIRE

    2012-01-01

    D.Comm. In commercial corporations shareholders, at least in theory, evaluate the performance of the boards they have appointed. Such evaluation is mainly based on the financial performance of the entity. Public (state funded) entities have only the state as shareholder and the performance of their boards is not evaluated by the taxpayers who ultimately pay the directors' fees. The term "public entity" refers to 20 corporations with an annual turnover in excess of R 55 billion which are su...

  2. 43 CFR 426.8 - Nonresident aliens and foreign entities.

    Science.gov (United States)

    2010-10-01

    ... 43 Public Lands: Interior 1 2010-10-01 2010-10-01 false Nonresident aliens and foreign entities..., DEPARTMENT OF THE INTERIOR ACREAGE LIMITATION RULES AND REGULATIONS § 426.8 Nonresident aliens and foreign... reclamation law or these regulations, a nonresident alien or foreign entity that directly holds land in a...

  3. Logical Entity Level Sentiment Analysis

    DEFF Research Database (Denmark)

    Petersen, Niklas Christoffer; Villadsen, Jørgen

    2017-01-01

    We present a formal logical approach using a combinatory categorial grammar for entity level sentiment analysis that utilizes machine learning techniques for efficient syntactical tagging and performs a deep structural analysis of the syntactical properties of texts in order to yield precise resu...

  4. Is Alzheimer's disease a homogeneous disease entity?

    Science.gov (United States)

    Korczyn, Amos D

    2013-10-01

    The epidemic proportions of dementia in old age are a cause of great concern for the medical profession and the society at large. It is customary to consider Alzheimer's disease (AD) as the most common cause of dementia, and vascular dementia (VaD) as being the second. This dichotomous view of a primary neurodegenerative disease as opposed to a disorder where extrinsic factors cause brain damage led to separate lines of research in these two entities. New biomarkers, particularly the introduction of modern neuroimaging and cerebrospinal fluid changes, have, in recent years, helped to identify anatomical and chemical changes of VaD and of AD. Nevertheless, there is a substantial difference between the two entities. While it is clear that VaD is a heterogeneous entity, AD is supposed to be a single disorder. Nobody attempts to use CADASIL as a template to develops treatment for sporadic VaD. On the other hand, early-onset AD is used to develop therapy for sporadic AD. This paper will discuss the problems relating to this false concept and its consequences.

  5. 31 CFR 598.303 - Entity.

    Science.gov (United States)

    2010-07-01

    ... 31 Money and Finance: Treasury 3 2010-07-01 2010-07-01 false Entity. 598.303 Section 598.303 Money and Finance: Treasury Regulations Relating to Money and Finance (Continued) OFFICE OF FOREIGN ASSETS..., organization, network, group, or subgroup, or any form of business collaboration. ...

  6. Periocular xanthogranuloma: A forgotten entity?

    Directory of Open Access Journals (Sweden)

    Charalampos Papagoras

    2010-03-01

    Full Text Available Charalampos Papagoras1, George Kitsos2, Paraskevi V Voulgari1, Anastasia K Zikou3, Maria I Argyropoulou3, Aikaterini Zioga4, Alexandros A Drosos11Rheumatology Clinic, Department of Internal Medicine; 2Department of Ophthalmology; 3Department of Clinical Imaging and Radiology, 4Department of Pathology, Medical School, University of Ioannina, Ioannina, GreeceAbstract: Periocular xanthogranulomatous diseases are a rare group of disorders which are characterized by a predilection to affect the orbit and ocular adnexa and special histopathological features, in particular infiltrates comprising non-Langerhans-derived foamy histiocytes and Touton giant cells. The differential diagnosis is difficult and occasionally definite diagnosis cannot be established even after clinical and histopathological findings are taken together. We describe a case of a middle-aged man who presented with a 10-year history of voluminous eyelid swelling with concomitant late-onset atopic manifestations, namely bronchial asthma and allergic rhinitis with nasal polyps. After thorough clinical and laboratory investigation, including a biopsy of the eyelid, we classified the patient’s disease to a rare entity that has been relatively recently described: periocular xanthogranuloma associated with adult-onset asthma. In a review of the literature, no prospective trials concerning the treatment of this disease were found. The literature mainly contained case reports and case series in which corticosteroids and chemotherapy with alkylating agents have been reported to be beneficial. We treated our patient with a combination of oral corticosteroids and cyclophosphamide pulses and we observed substantial regression of the eyelid masses together with a normalization of systemic immunologic abnormalities.Keywords: periocular xanthogranuloma, adult-onset asthma, non-Langerhans histiocytoses, cyclophosphamide, methylprednisolone

  7. Principles and tools for collaborative entity-based intelligence analysis.

    Science.gov (United States)

    Bier, Eric A; Card, Stuart K; Bodnar, John W

    2010-01-01

    Software tools that make it easier for analysts to collaborate as a natural part of their work will lead to better analysis that is informed by more perspectives. We are interested to know if software tools can be designed that support collaboration even as they allow analysts to find documents and organize information (including evidence, schemas, and hypotheses). We have modified the Entity Workspace system, described previously, to test such designs. We have evaluated the resulting design in both a laboratory study and a study where it is situated with an analysis team. In both cases, effects on collaboration appear to be positive. Key aspects of the design include an evidence notebook optimized for organizing entities (rather than text characters), information structures that can be collapsed and expanded, visualization of evidence that emphasizes events and documents (rather than emphasizing the entity graph), and a notification system that finds entities of mutual interest to multiple analysts. Long-term tests suggest that this approach can support both top-down and bottom-up styles of analysis.

  8. 48 CFR 252.204-7001 - Commercial and Government Entity (CAGE) code reporting.

    Science.gov (United States)

    2010-10-01

    ... Entity (CAGE) code reporting. 252.204-7001 Section 252.204-7001 Federal Acquisition Regulations System... Entity (CAGE) Code Reporting (AUG 1999) (a) The offeror is requested to enter its CAGE code on its offer... AND CONTRACT CLAUSES Text of Provisions And Clauses 252.204-7001 Commercial and Government Entity...

  9. Business Entity Selection: Why It Matters to Healthcare Practitioners. Part II--Corporations, Limited Liability Companies, and Professional Entities.

    Science.gov (United States)

    Nithman, Robert W

    2015-01-01

    The Bureau of Labor statistics indicates only a 50% four-year survivability rate among businesses classified as "education and health services." Gaining knowledge of IRS business entities can result in cost savings, operational efficiency, reduced liability, and enhanced sustainability. Each entity has unique disadvantages, depending on size, diversity of ownership, desire to expand, and profitability. Business structures should be compatible with organizational mission or vision statements, services and products, and professional codes of ethics. Healthcare reform will require greater business acumen. We have an ethical duty to disseminate and acquire the knowledge to properly establish and manage healthcare practices to ensure sustainable services that protect and serve the community.

  10. What’s in a Name? – Consequences of Naming Non-Human Animals

    DEFF Research Database (Denmark)

    Borkfelt, Sune

    2011-01-01

    have consequences for the way we think about animals (human and non-human), peoples, species, places, things etc. Through a blend of history, philosophy and representational theory—and using examples from, among other things, the Bible, Martin Luther, colonialism/imperialism and contemporary ways......The act of naming is among the most basic actions of language. Indeed, it is naming something that enables us to communicate about it in specific terms, whether the object named is human or non-human, animate or inanimate. However, naming is not as uncomplicated as we may usually think and names...... of keeping and regarding non-human animals—this paper attempts to trace the importance of (both specific and generic) naming to our relationships with the non-human. It explores this topic from the naming of the animals in Genesis to the names given and used by scientists, keepers of companion animals, media...

  11. ECO: A Framework for Entity Co-Occurrence Exploration with Faceted Navigation

    Energy Technology Data Exchange (ETDEWEB)

    Halliday, K. D. [Lawrence Livermore National Lab. (LLNL), Livermore, CA (United States)

    2010-08-20

    Even as highly structured databases and semantic knowledge bases become more prevalent, a substantial amount of human knowledge is reported as written prose. Typical textual reports, such as news articles, contain information about entities (people, organizations, and locations) and their relationships. Automatically extracting such relationships from large text corpora is a key component of corporate and government knowledge bases. The primary goal of the ECO project is to develop a scalable framework for extracting and presenting these relationships for exploration using an easily navigable faceted user interface. ECO uses entity co-occurrence relationships to identify related entities. The system aggregates and indexes information on each entity pair, allowing the user to rapidly discover and mine relational information.

  12. Entity versus incremental theories predict older adults' memory performance.

    Science.gov (United States)

    Plaks, Jason E; Chasteen, Alison L

    2013-12-01

    The authors examined whether older adults' implicit theories regarding the modifiability of memory in particular (Studies 1 and 3) and abilities in general (Study 2) would predict memory performance. In Study 1, individual differences in older adults' endorsement of the "entity theory" (a belief that one's ability is fixed) or "incremental theory" (a belief that one's ability is malleable) of memory were measured using a version of the Implicit Theories Measure (Dweck, 1999). Memory performance was assessed with a free-recall task. Results indicated that the higher the endorsement of the incremental theory, the better the free recall. In Study 2, older and younger adults' theories were measured using a more general version of the Implicit Theories Measure that focused on the modifiability of abilities in general. Again, for older adults, the higher the incremental endorsement, the better the free recall. Moreover, as predicted, implicit theories did not predict younger adults' memory performance. In Study 3, participants read mock news articles reporting evidence in favor of either the entity or incremental theory. Those in the incremental condition outperformed those in the entity condition on reading span and free-recall tasks. These effects were mediated by pretask worry such that, for those in the entity condition, higher worry was associated with lower performance. Taken together, these studies suggest that variation in entity versus incremental endorsement represents a key predictor of older adults' memory performance. PsycINFO Database Record (c) 2013 APA, all rights reserved.

  13. 47 CFR 22.229 - Designated entities.

    Science.gov (United States)

    2010-10-01

    ... entrepreneur is an entity that, together with its controlling interests and affiliates, has average annual... entrepreneur, as defined in this section, or a consortium of entrepreneurs may use the bidding credit specified...

  14. 47 CFR 101.538 - Designated entities.

    Science.gov (United States)

    2010-10-01

    ... entrepreneur is an entity that, together with its controlling interests and affiliates, has average gross... entrepreneur, as defined in this section, or a consortium of entrepreneurs may use the bidding credit specified...

  15. 31 CFR 594.303 - Entity.

    Science.gov (United States)

    2010-07-01

    ... 31 Money and Finance: Treasury 3 2010-07-01 2010-07-01 false Entity. 594.303 Section 594.303 Money and Finance: Treasury Regulations Relating to Money and Finance (Continued) OFFICE OF FOREIGN ASSETS CONTROL, DEPARTMENT OF THE TREASURY GLOBAL TERRORISM SANCTIONS REGULATIONS General Definitions § 594.303...

  16. 47 CFR 27.209 - Designated entities; bidding credits; unjust enrichment.

    Science.gov (United States)

    2010-10-01

    ... 47 Telecommunication 2 2010-10-01 2010-10-01 false Designated entities; bidding credits; unjust enrichment. 27.209 Section 27.209 Telecommunication FEDERAL COMMUNICATIONS COMMISSION (CONTINUED) COMMON... 2305-2320 MHz and 2345-2360 MHz Bands § 27.209 Designated entities; bidding credits; unjust enrichment...

  17. Event-Entity-Relationship Modeling in Data Warehouse Environments

    DEFF Research Database (Denmark)

    Bækgaard, Lars

    We use the event-entity-relationship model (EVER) to illustrate the use of entity-based modeling languages for conceptual schema design in data warehouse environments. EVER is a general-purpose information modeling language that supports the specification of both general schema structures and multi......-dimensional schemes that are customized to serve specific information needs. EVER is based on an event concept that is very well suited for multi-dimensional modeling because measurement data often represent events in multi-dimensional databases...

  18. Finding Related Entities by Retrieving Relations: UIUC at TREC 2009 Entity Track

    Science.gov (United States)

    2009-11-01

    classes, depending on the categories they belong to. A music album could have any generic name, whereas a laptop model has a more generalizable name. A...names of music albums are simply plain text often capitalized, and so on. Thus, we feel that a better ap- proach would be to first identify the...origin domain of the text to be tagged (e.g., pharmaceutical, music , journal, etc.), and then apply tagging rules that are specific to that domain

  19. Names of Southern African grasses: Name changes and additional ...

    African Journals Online (AJOL)

    The main reasons for changes in botanical names are briefly reviewed, with examples from the lists. At this time, about 1040 grass species and subspecific taxa are recognized in the subcontinent. Keywords: botanical research; botanical research institute; botany; grass; grasses; identification; name change; nomenclature; ...

  20. 45 CFR 2550.80 - What are the duties of the State entities?

    Science.gov (United States)

    2010-10-01

    ... 45 Public Welfare 4 2010-10-01 2010-10-01 false What are the duties of the State entities? 2550.80... ADMINISTRATIVE ENTITIES § 2550.80 What are the duties of the State entities? Both State commissions and AAEs have..., respite services for adults age 55 or older and caregivers, and transitions for older adults age 55 or...

  1. 26 CFR 301.7701-2T - Business entities; definitions (temporary).

    Science.gov (United States)

    2010-04-01

    ... 26 Internal Revenue 18 2010-04-01 2010-04-01 false Business entities; definitions (temporary). 301... (CONTINUED) PROCEDURE AND ADMINISTRATION PROCEDURE AND ADMINISTRATION Definitions § 301.7701-2T Business entities; definitions (temporary). (a) through (c)(2)(ii) [Reserved] For further guidance, see § 301.7701-2...

  2. Systems Biology Graphical Notation: Entity Relationship language Level 1 Version 2.

    Science.gov (United States)

    Sorokin, Anatoly; Le Novère, Nicolas; Luna, Augustin; Czauderna, Tobias; Demir, Emek; Haw, Robin; Mi, Huaiyu; Moodie, Stuart; Schreiber, Falk; Villéger, Alice

    2015-09-04

    The Systems Biological Graphical Notation (SBGN) is an international community effort for standardized graphical representations of biological pathways and networks. The goal of SBGN is to provide unambiguous pathway and network maps for readers with different scientific backgrounds as well as to support efficient and accurate exchange of biological knowledge between different research communities, industry, and other players in systems biology. Three SBGN languages, Process Description (PD), Entity Relationship (ER) and Activity Flow (AF), allow for the representation of different aspects of biological and biochemical systems at different levels of detail. The SBGN Entity Relationship language (ER) represents biological entities and their interactions and relationships within a network. SBGN ER focuses on all potential relationships between entities without considering temporal aspects. The nodes (elements) describe biological entities, such as proteins and complexes. The edges (connections) provide descriptions of interactions and relationships (or influences), e.g., complex formation, stimulation and inhibition. Among all three languages of SBGN, ER is the closest to protein interaction networks in biological literature and textbooks, but its well-defined semantics offer a superior precision in expressing biological knowledge.

  3. Agreeements between entities within the public sector and public procurement rules

    Directory of Open Access Journals (Sweden)

    Alejandro Huergo Lora

    2017-11-01

    Full Text Available This paper examines how European and Spanish public procurement rules tackle agreements between entities within the public sector. In Spain these agreemets were initially above those rules, but now they cannot have the same object as a contract. Spanish law is not in line with European law, since under European law agreements are valid even if their object could be attained with a contract, provided that they meet some requirements. On the other hand, attention is paid to these requisites, laid down by Eurepean law, in order to ascertain if agreements are asked to comply with harder rules than «in house providing», and if it has to be so. Public entities are not obliged to «buy» if they can fulfill their needs with their own resources. And «their own resources» include the resources of entities or bodies closely related, or even any entity within the public sector. Otherwise decentralized States, in which there are many autonomous entities whose cooperation involves agreements between independent bodies, would be impaired.

  4. Using Direct Sub-Level Entity Access to Improve Nuclear Stockpile Simulation Modeling

    Energy Technology Data Exchange (ETDEWEB)

    Parker, Robert Y. [Brigham Young Univ., Provo, UT (United States)

    1999-08-01

    Direct sub-level entity access is a seldom-used technique in discrete-event simulation modeling that addresses the accessibility of sub-level entity information. The technique has significant advantages over more common, alternative modeling methods--especially where hierarchical entity structures are modeled. As such, direct sub-level entity access is often preferable in modeling nuclear stockpile, life-extension issues, an area to which it has not been previously applied. Current nuclear stockpile, life-extension models were demonstrated to benefit greatly from the advantages of direct sub-level entity access. In specific cases, the application of the technique resulted in models that were up to 10 times faster than functionally equivalent models where alternative techniques were applied. Furthermore, specific implementations of direct sub-level entity access were observed to be more flexible, efficient, functional, and scalable than corresponding implementations using common modeling techniques. Common modeling techniques (''unbatch/batch'' and ''attribute-copying'') proved inefficient and cumbersome in handling many nuclear stockpile modeling complexities, including multiple weapon sites, true defect analysis, and large numbers of weapon and subsystem types. While significant effort was required to enable direct sub-level entity access in the nuclear stockpile simulation models, the enhancements were worth the effort--resulting in more efficient, more capable, and more informative models that effectively addressed the complexities of the nuclear stockpile.

  5. Ethnicity and Population Structure in Personal Naming Networks

    Science.gov (United States)

    Mateos, Pablo; Longley, Paul A.; O'Sullivan, David

    2011-01-01

    Personal naming practices exist in all human groups and are far from random. Rather, they continue to reflect social norms and ethno-cultural customs that have developed over generations. As a consequence, contemporary name frequency distributions retain distinct geographic, social and ethno-cultural patterning that can be exploited to understand population structure in human biology, public health and social science. Previous attempts to detect and delineate such structure in large populations have entailed extensive empirical analysis of naming conventions in different parts of the world without seeking any general or automated methods of population classification by ethno-cultural origin. Here we show how ‘naming networks’, constructed from forename-surname pairs of a large sample of the contemporary human population in 17 countries, provide a valuable representation of cultural, ethnic and linguistic population structure around the world. This innovative approach enriches and adds value to automated population classification through conventional national data sources such as telephone directories and electoral registers. The method identifies clear social and ethno-cultural clusters in such naming networks that extend far beyond the geographic areas in which particular names originated, and that are preserved even after international migration. Moreover, one of the most striking findings of this approach is that these clusters simply ‘emerge’ from the aggregation of millions of individual decisions on parental naming practices for their children, without any prior knowledge introduced by the researcher. Our probabilistic approach to community assignment, both at city level as well as at a global scale, helps to reveal the degree of isolation, integration or overlap between human populations in our rapidly globalising world. As such, this work has important implications for research in population genetics, public health, and social science adding new

  6. Object-Relational Management of Multiply Represented Geographic Entities

    DEFF Research Database (Denmark)

    Friis-Christensen, Anders; Jensen, Christian Søndergaard

    2003-01-01

    Multiple representation occurs when information about the same geographic entity is represented electronically more than once. This occurs frequently in practice, and it invariably results in the occurrence of inconsistencies among the different representations. We propose to resolve this situation...... by introducing a multiple representation management system (MRMS), the schema of which includes rules that specify how to identify representations of the same entity, rules that specify consistency requirements, and rules used to restore consistency when necessary. In this paper, we demonstrate by means...

  7. Turchin's Relation for Call-by-Name Computations: A Formal Approach

    Directory of Open Access Journals (Sweden)

    Antonina Nepeivoda

    2016-07-01

    Full Text Available Supercompilation is a program transformation technique that was first described by V. F. Turchin in the 1970s. In supercompilation, Turchin's relation as a similarity relation on call-stack configurations is used both for call-by-value and call-by-name semantics to terminate unfolding of the program being transformed. In this paper, we give a formal grammar model of call-by-name stack behaviour. We classify the model in terms of the Chomsky hierarchy and then formally prove that Turchin's relation can terminate all computations generated by the model.

  8. 26 CFR 301.7701-5 - Domestic and foreign business entities.

    Science.gov (United States)

    2010-04-01

    ... the laws of Country A as a public limited company. It is also an entity that is organized as a limited... or organized as any type of entity (including, but not limited to, a corporation, unincorporated association, general partnership, limited partnership, and limited liability company) in the United States, or...

  9. How reading differs from object naming at the neuronal level.

    Science.gov (United States)

    Price, C J; McCrory, E; Noppeney, U; Mechelli, A; Moore, C J; Biggio, N; Devlin, J T

    2006-01-15

    This paper uses whole brain functional neuroimaging in neurologically normal participants to explore how reading aloud differs from object naming in terms of neuronal implementation. In the first experiment, we directly compared brain activation during reading aloud and object naming. This revealed greater activation for reading in bilateral premotor, left posterior superior temporal and precuneus regions. In a second experiment, we segregated the object-naming system into object recognition and speech production areas by factorially manipulating the presence or absence of objects (pictures of objects or their meaningless scrambled counterparts) with the presence or absence of speech production (vocal vs. finger press responses). This demonstrated that the areas associated with speech production (object naming and repetitively saying "OK" to meaningless scrambled pictures) corresponded exactly to the areas where responses were higher for reading aloud than object naming in Experiment 1. Collectively the results suggest that, relative to object naming, reading increases the demands on shared speech production processes. At a cognitive level, enhanced activation for reading in speech production areas may reflect the multiple and competing phonological codes that are generated from the sublexical parts of written words. At a neuronal level, it may reflect differences in the speed with which different areas are activated and integrate with one another.

  10. Distribution of Chinese names

    Science.gov (United States)

    Huang, Ding-wei

    2013-03-01

    We present a statistical model for the distribution of Chinese names. Both family names and given names are studied on the same basis. With naive expectation, the distribution of family names can be very different from that of given names. One is affected mostly by genealogy, while the other can be dominated by cultural effects. However, we find that both distributions can be well described by the same model. Various scaling behaviors can be understood as a result of stochastic processes. The exponents of different power-law distributions are controlled by a single parameter. We also comment on the significance of full-name repetition in Chinese population.

  11. FINANCIAL MANAGEMENT OF THE INVESTMENT CYCLE

    Directory of Open Access Journals (Sweden)

    Boby Costi

    2014-10-01

    Full Text Available Any modern entity operates with the purpose to generate profit, and also to generate sufficient cash flow as to cover its operations and to never be in the position of being unable to cope with payments. Depending on the financial policy, part of the earnings of the entity can be used to sustainable purchase fixed assets. It is known that an entity needs investments in order to develop. to make investments, it needs financial sources. Nowadays, the access to resources, and especially to external resources, is becoming increasingly difficult. Therefore, any responsible entity takes measures to increase its capacity to self-finance. The capacity to self-finance reflects the financial potential for economic growth of an entity, namely the internal source of financing, and one of the important elements that influence the capacity of self-financing is depreciation. For this reason, the way depreciation is approached within an entity is a decision matter of the management.

  12. Economic performance of Czech business entities in the context of CSRs’ implementation

    Directory of Open Access Journals (Sweden)

    Marcela Basovníková

    2013-01-01

    Full Text Available The term responsible entrepreneurship refers to economic success of a business by the inclusion of social and environmental considerations into a company’s operational processes. It satisfies customers’ demands, whilst also managing the expectations of employees, suppliers and the surrounding community. In general, the term Social Corporate Responsibility means a positive contribution to society including management of enterprise’s environmental impacts. The major determinants of the CSR values can be explored such as economic, cultural and leadership factors. Corporate Social Responsibility has been receiving increased attention also from bodies which give certification to companies with CSR in practice. There are different certificates which companies can apply for, if being „responsible“, such as SA 8000, GRI, AA1000, IiP or ISO26000. The aim of this paper is to introduce various certificates, namely SA 8000 and look in details on economic data of 9 companies, chosen from 25 in the Czech Republic, which received this label.Both traditional and modern indicators for assessment of business entities’ economic performance within the entity sample are employed as the inclusion of the economic factors on the CSR. Indices of credibility in order to evaluate the financial status of sample entities are utilised as well. The mentioned economic analysis is managed both in the period before the implementation of the certified CSR system and in the ex-post period. The results of economic analysis in the period before receiving the SA8000 certificate are evaluated using the mathematic-statistical methods to reveal development trend regarding their economic performance and to conduct comparison to respective industrial means.

  13. British Sign Name Customs

    Science.gov (United States)

    Day, Linda; Sutton-Spence, Rachel

    2010-01-01

    Research presented here describes the sign names and the customs of name allocation within the British Deaf community. While some aspects of British Sign Language sign names and British Deaf naming customs differ from those in most Western societies, there are many similarities. There are also similarities with other societies outside the more…

  14. Preparation of the accounting entity for verification of the final accounts

    OpenAIRE

    Kučerová, Monika

    2009-01-01

    Bachelor's thesis deals with preparation of the accounting entity for verification of the final accounts. The work includes the definition of the accounting entity, also includes information about preparation of final accounts and deals with report of auditor.

  15. Xanthogranulomatous endometritis: an unusual pathological entity ...

    African Journals Online (AJOL)

    Xanthogranulomatous endometritis is an unusual pathological entity mimicking endometrial carcinoma. This shows sheets of foamy histiocytes alongwith other inflammatory cells. We, hereby, report a case of 45 year multigravida female with irregular menstrual history, clinically diagnosed as carcinoma and ...

  16. What's in a Name

    Science.gov (United States)

    Bush, Sarah B.; Albanese, Judith; Karp, Karen S.

    2016-01-01

    Historically, some baby names have been more popular during a specific time span, whereas other names are considered timeless. The Internet article, "How to Tell Someone's Age When All You Know Is Her Name" (Silver and McCann 2014), describes the phenomenon of the rise and fall of name popularity, which served as a catalyst for the…

  17. UMass at TREC WEB 2014: Entity Query Feature Expansion using Knowledge Base Links

    Science.gov (United States)

    2014-11-01

    task on the category A subset and demonstrate the benefit of entity-centric approaches even for non-entity queries like “dark chocolate health benefits ...category A subset and demonstrate the benefit of entity-centric approaches even for non-entity queries like ???dark chocolate health benefits ???. 15...rogers 289 benefits of yoga Model MAP ERR@20 NDCG@20 SDM 4.18 9.15 12.61 WikiRM1 4.00 9.31 12.80 SDM-RM3 3.53 7.61 11.00 EQFE 4.67 10.00 14.61 (a) Results

  18. Entity information life cycle for big data master data management and information integration

    CERN Document Server

    Talburt, John R

    2015-01-01

    Entity Information Life Cycle for Big Data walks you through the ins and outs of managing entity information so you can successfully achieve master data management (MDM) in the era of big data. This book explains big data's impact on MDM and the critical role of entity information management system (EIMS) in successful MDM. Expert authors Dr. John R. Talburt and Dr. Yinle Zhou provide a thorough background in the principles of managing the entity information life cycle and provide practical tips and techniques for implementing an EIMS, strategies for exploiting distributed processing to hand

  19. Synthesis and characterization of aromatic self-assembled monolayers containing methylene and ethyleneglycol entities by means of sum-frequency generation spectroscopy

    International Nuclear Information System (INIS)

    Dreesen, L.; Sartenaer, Y.; Peremans, A.; Thiry, P.A.; Humbert, C.; Grugier, J.; Marchand-Brynaert, J.

    2006-01-01

    We use infrared-visible sum-frequency generation (SFG) spectroscopy in order to investigate the adsorption properties on Pt(111) of molecules having CH 3 -C 6 H 4 -(O-CH 2 -CH 2 ) n -O-(CH 2 ) m -SH as general chemical formula. We synthesized three molecules defined by the values m = 5 n = 4, m = 11 n = 4, m = 11 n = 8 and characterized them by Nuclear Magnetic Resonance spectroscopy. Thanks to spectroscopic measurements, we show that these molecules build self-assembled monolayers on Pt(111). First, the weak SFG signals arising from the ad-layer indicate low order and surface coverage of the substrate by these molecules. Next, the vibrational fingerprints of the aforementioned molecules are determined between 2825 and 3125 cm - 1 and the observed SFG spectral features are ascribed on the basis of the analysis of shorter and simpler molecules (1-dodecanethiol, 4-methylbenzenethiol and CH 3 -C 6 H 4 -O-(CH 2 ) 11 -SH) also adsorbed on Pt(111). The occurrence of methylene vibration modes indicates a significant amount of chain defects whatever the n and m numbers are. Finally, the identification of a particular vibration mode, characteristic of the aromatic ring, enables us to qualitatively discuss the effect of the number of methylene and ethylene glycol entities on its orientation. More precisely, higher these numbers, more tilted (with respect to the substrate normal) the aromatic ring plane is

  20. Operation of a business entity in the context of globalization

    OpenAIRE

    PAYONK K.; LYASHENKO V.; KVILINSKYI O.

    2015-01-01

    The article looks into the problems connected with the operation of a business entity in the context of globalization of economic processes. Interaction of economic systems has been analyzed from the perspective of a business entity on the example of Ukraine. There have been suggested methods of assessment and benchmark definition for choosing strategic directions of a business development.

  1. Supplier Outside of Canada — Tax and Bank Information Form

    International Development Research Centre (IDRC) Digital Library (Canada)

    Hakan Mustafa

    Operating Name of Entity / Individual (if different from legal name). Building # ... Legal Name of Entity/Individual - is your legal name (either as an individual or a corporate entity). ... business operates and the name to which payments are made.

  2. supplier, tax and bank information form

    International Development Research Centre (IDRC) Digital Library (Canada)

    Hakan Mustafa

    Operating Name of Entity / Individual (if different from legal name). Building # ... Legal Name of Entity/Individual - is your legal name (either as an individual or a corporate entity). ... business operates and the name to which payments are made.

  3. A Conceptual Schema Language for the Management of Multiple Representations of Geographic Entities

    DEFF Research Database (Denmark)

    Friis-Christensen, A.; Jensen, Christian Søndergaard; Nytun, J.P.

    2005-01-01

    Multiple representation of geographic information occurs when a real-world entity is represented more than once in the same or different databases. This occurs frequently in practice, and it invariably results in the occurrence of inconsistencies among the different representations of the same...... entity. In this paper, we propose an approach to the modeling of multiply represented entities, which is based on the relationships among the entities and their representations. Central to our approach is the Multiple Representation Schema Language that, by intuitive and declarative means, is used...... to specify rules that match objects representing the same entity, maintain consistency among these representations, and restore consistency if necessary. The rules configure a Multiple Representation Management System, the aim of which is to manage multiple representations over a number of autonomous...

  4. NetiNeti: discovery of scientific names from text using machine learning methods

    Directory of Open Access Journals (Sweden)

    Akella Lakshmi

    2012-08-01

    Full Text Available Abstract Background A scientific name for an organism can be associated with almost all biological data. Name identification is an important step in many text mining tasks aiming to extract useful information from biological, biomedical and biodiversity text sources. A scientific name acts as an important metadata element to link biological information. Results We present NetiNeti (Name Extraction from Textual Information-Name Extraction for Taxonomic Indexing, a machine learning based approach for recognition of scientific names including the discovery of new species names from text that will also handle misspellings, OCR errors and other variations in names. The system generates candidate names using rules for scientific names and applies probabilistic machine learning methods to classify names based on structural features of candidate names and features derived from their contexts. NetiNeti can also disambiguate scientific names from other names using the contextual information. We evaluated NetiNeti on legacy biodiversity texts and biomedical literature (MEDLINE. NetiNeti performs better (precision = 98.9% and recall = 70.5% compared to a popular dictionary based approach (precision = 97.5% and recall = 54.3% on a 600-page biodiversity book that was manually marked by an annotator. On a small set of PubMed Central’s full text articles annotated with scientific names, the precision and recall values are 98.5% and 96.2% respectively. NetiNeti found more than 190,000 unique binomial and trinomial names in more than 1,880,000 PubMed records when used on the full MEDLINE database. NetiNeti also successfully identifies almost all of the new species names mentioned within web pages. Conclusions We present NetiNeti, a machine learning based approach for identification and discovery of scientific names. The system implementing the approach can be accessed at http://namefinding.ubio.org.

  5. The single entity option

    International Nuclear Information System (INIS)

    Friedlander, M.C.; Roberts, K.M.

    1997-01-01

    Traditionally, an owner hires an engineer to design a power facility or other project and then circulates the completed plans to several contractors for competitive bidding. Although there are many variations on this theme, there is an alternative method which is growing in popularity--the design-build concept. In this construction method, the same entity designs and constructs the facility. The design builder may be a single firm with both design and construction capacity in-house, or it may be a combination of two or more firms with complementary abilities. If there are multiple firms, they may be structured as a joint venture or with one of the firms prime and the others in a subcontracting role. The critical aspect is that the owner contracts with one entity which has the responsibility for both designing and constructing the facility. According to statistics compiled by the Design-Build Institute of America and F.W. Dodge DATALINE2, a national reporter of construction statistics and information, from April 1995 to April 1996 the number of design-build contracts increased 103 percent over the previous year. Of a total $212 billion construction market, about $37.2 billion--18 percent--was design build. The strongest growth was in the category of industrial--plants, refineries, factories and warehouses--in which the concept use was up more than 300 percent from the previous year

  6. 78 FR 3317 - Removal of Persons From the Entity List Based on Removal Request; Implementation of Entity List...

    Science.gov (United States)

    2013-01-16

    ... a burden hour estimate of 43.8 minutes for a manual or electronic submission. This rule does not... removing under France, the two French entities: ``Laurence Mattiucci, 8 Rue de la Bruyere, 31120 Pinsaguel...

  7. Dictionary of Alaska place names

    Science.gov (United States)

    Orth, Donald J.

    1971-01-01

    This work is an alphabetical list of the geographic names that are now applied and have been applied to places and features of the Alaska landscape. Principal names, compiled from modem maps and charts and printed in boldface type, generally reflect present-day local usage. They conform to the principles of the U.S. Board on Geographic Names for establishing standard names for use on Government maps and in other Government publications. Each name entry gives the present-day spelling along with variant spellings and names; identifies the feature named; presents the origin and history of the name; and, where possible, gives the meaning of an Eskimo, Aleut, Indian, or foreign name. Variant, obsolete, and doubtful names are alphabetically listed and are cross referenced, where necessary, to the principal entries.

  8. LINNAEUS: A species name identification system for biomedical literature

    Directory of Open Access Journals (Sweden)

    Nenadic Goran

    2010-02-01

    Full Text Available Abstract Background The task of recognizing and identifying species names in biomedical literature has recently been regarded as critical for a number of applications in text and data mining, including gene name recognition, species-specific document retrieval, and semantic enrichment of biomedical articles. Results In this paper we describe an open-source species name recognition and normalization software system, LINNAEUS, and evaluate its performance relative to several automatically generated biomedical corpora, as well as a novel corpus of full-text documents manually annotated for species mentions. LINNAEUS uses a dictionary-based approach (implemented as an efficient deterministic finite-state automaton to identify species names and a set of heuristics to resolve ambiguous mentions. When compared against our manually annotated corpus, LINNAEUS performs with 94% recall and 97% precision at the mention level, and 98% recall and 90% precision at the document level. Our system successfully solves the problem of disambiguating uncertain species mentions, with 97% of all mentions in PubMed Central full-text documents resolved to unambiguous NCBI taxonomy identifiers. Conclusions LINNAEUS is an open source, stand-alone software system capable of recognizing and normalizing species name mentions with speed and accuracy, and can therefore be integrated into a range of bioinformatics and text-mining applications. The software and manually annotated corpus can be downloaded freely at http://linnaeus.sourceforge.net/.

  9. 27 CFR 479.70 - Certain government entities.

    Science.gov (United States)

    2010-04-01

    ..., any State, or possession of the United States, any political subdivision thereof, or any official police organization of such a government entity engaged in criminal investigations. Any person making a...

  10. Introducing the Guard-Stage-Milestone Approach for Specifying Business Entity Lifecycles

    Science.gov (United States)

    Hull, Richard; Damaggio, Elio; Fournier, Fabiana; Gupta, Manmohan; Heath, Fenno (Terry); Hobson, Stacy; Linehan, Mark; Maradugu, Sridhar; Nigam, Anil; Sukaviriya, Piyawadee; Vaculin, Roman

    A promising approach to managing business operations is based on business entities with lifecycles (BEL's) (a.k.a. business artifacts), i.e., key conceptual entities that are central to guiding the operations of a business, and whose content changes as they move through those operations. A BEL type includes both an information model that captures, in either materialized or virtual form, all of the business-relevant data about entities of that type, and a lifecycle model, that specifies the possible ways an entity of that type might progress through the business by responding to events and invoking services, including human activities. Most previous work on BEL's has focused on the use of lifecycle models based on variants of finite state machines. This paper introduces the Guard-Stage-Milestone (GSM) meta-model for lifecycles, which is an evolution of the previous work on BEL's. GSM lifecycles are substantially more declarative than the finite state machine variants, and support hierarchy and parallelism within a single entity instance. The GSM operational semantics are based on a form of Event-Condition-Action (ECA) rules, and provide a basis for formal verification and reasoning. This paper provides an informal, preliminary introduction to the GSM approach, and briefly overviews selected research directions.

  11. Directory of awardee names

    Energy Technology Data Exchange (ETDEWEB)

    1999-07-01

    Standardization of grant and contract awardee names has been an area of concern since the development of the Department`s Procurement and Assistance Data System (PADS). A joint effort was begun in 1983 by the Office of Scientific and Technical Information (OSTI) and the Office of Procurement and Assistance Management/Information Systems and Analysis Division to develop a means for providing uniformity of awardee names. As a result of this effort, a method of assigning vendor identification codes to each unique awardee name, division, city, and state combination was developed and is maintained by OSTI. Changes to vendor identification codes or awardee names contained in PADS can be made only by OSTI. Awardee names in the Directory indicate that the awardee has had a prime contract (excluding purchase orders of $10,000 or less) with, or a financial assistance award from, the Department. Award status--active, inactive, or retired--is not shown. The Directory is in alphabetic sequence based on awardee name and reflects the OSTI-assigned vendor identification code to the right of the name. A vendor identification code is assigned to each unique awardee name, division, city, and state (for place of performance). The same vendor identification code is used for awards throughout the Department.

  12. 27 CFR 479.104 - Registration of firearms by certain governmental entities.

    Science.gov (United States)

    2010-04-01

    ... § 479.104 Registration of firearms by certain governmental entities. Any State, any political subdivision thereof, or any official police organization of such a government entity engaged in criminal.... This section shall not apply to a firearm merely being held for use as evidence in a criminal...

  13. Karl Jaspers on the disease entity: Kantian ideas and Weberian ideal types.

    Science.gov (United States)

    Walker, Chris

    2014-09-01

    Jaspers' nosology is indebted to Immanuel Kant's theory of knowledge. He drew the distinction of form and content from the Transcendental Analytic of Kant's Critique of Pure Reason. The distinction is universal to all knowledge, including psychopathology. Individual experience is constituted by a form or category of the Understanding to give a determinate or knowable object classified into the generic type of a real disease entity. The application of form and content is limited by the boundaries of experience. Beyond this boundary are wholes whose conception requires Ideas of reason drawn from the Transcendental Dialectic. Wholes are regulated by Ideas of reason to give an object or schema of the Idea collected into ideal types of an ideal typical disease entity. Jaspers drew ideal types from Max Weber's social theory. He anticipated that, as knowledge advanced, ideal typical disease entities would become real disease entities. By 1920, this had been the destiny of general paralysis as knowledge of its neuropathology, serology and microbiology emerged. As he presented the final edition of General Psychopathology in 1946, Jaspers was anticipating the transition of schizophrenia from ideal typical to real disease entity. Almost 70 years later, with knowledge of its aetiology still unclear, schizophrenia remains marooned as an ideal typical disease entity - still awaiting that crucial advance! © The Author(s) 2014.

  14. Bootstrapping named entity resources for adaptive question answering systems

    OpenAIRE

    Pablo Sánchez, César de

    2011-01-01

    Los Sistemas de Búsqueda de Respuestas (SBR) amplían las capacidades de un buscador de información tradicional con la capacidad de encontrar respuestas precisas a las preguntas del usuario. El objetivo principal es facilitar el acceso a la información y disminuir el tiempo y el esfuerzo que el usuario debe emplear para encontrar una información concreta en una lista de documentos relevantes. En esta investigación se han abordado dos trabajos relacionados con los SBR. La primera parte presenta...

  15. 49 CFR 37.43 - Alteration of transportation facilities by public entities.

    Science.gov (United States)

    2010-10-01

    ... 49 Transportation 1 2010-10-01 2010-10-01 false Alteration of transportation facilities by public... transportation facilities by public entities. (a)(1) When a public entity alters an existing facility or a part of an existing facility used in providing designated public transportation services in a way that...

  16. A Comparative Study of Accounting Entities Under Different Business Organizations

    Institute of Scientific and Technical Information of China (English)

    LUO Hong-lan; XU Guo-xin; FAN Jin

    2001-01-01

    In terms of accounting, all types of business enterprises regardless of their organizational form are separate accounting entities. But different types of organization forms entail remarkable differences in the establishments, legal positions, liabilities, taxation obligations and accounting practices of the business enterprises as accounting entities. A good knowledge of such difference is beneficial to the promotion of the development of all types of business enterprises in China.

  17. Marine Place Names

    Data.gov (United States)

    National Oceanic and Atmospheric Administration, Department of Commerce — This data set contains the geographic place names for features in the U.S territorial waters and outer continental shelf. These names can be used to find or define a...

  18. By which name should I call thee? The consequences of having multiple names.

    Science.gov (United States)

    Stevenage, Sarah V; Lewis, Hugh G

    2005-11-01

    The nominal competitor effect suggests that, when a person has two names associated with them, recall of either name is more difficult than if they just had one name. Drawing on a connectionist framework, this effect could arise either if multiple names were represented as being connected to a single person identity node (PIN), or if multiple names were represented as being connected via one-to-one links to multiple PINs. Whilst the latter has intuitive appeal, results from two experiments support the former architecture. Having two names connected to a single PIN not only gives rise to a nominal competitor effect (Experiment 1), but also gives rise to a familiarity enhancement effect (Experiment 2). These empirical results are simulated using an extension of Brédart, Valentine, Calder, and Gassi's (1995) connectionist architecture, which reveals that both effects hold even when the association of both names to the PIN is unequal. These results are presented in terms of a more complete model for person recognition, and the representation of semantic information within such a model is examined.

  19. 77 FR 56571 - Unincorporated Business Entities

    Science.gov (United States)

    2012-09-13

    ... under State law for certain business activities. For purposes of this proposed rule, a UBE includes... unincorporated business trusts, organized under State law. This rule does not apply to UBEs that one or more... System institutions to organize entities under State law to engage in business activity. However...

  20. Entity Authentication:Analysis using Structured Intuition

    DEFF Research Database (Denmark)

    Ahmed, Naveed; Jensen, Christian D.

    2010-01-01

    In this paper, we propose a new method for the analysis that uses intuition of the analyst in a structured way. First we define entity authentication in terms of fine level authentication goals (FLAGs). Then we use some relevant structures in protocol narrations and use them to justify FLAGs...

  1. Hierarchical Model for the Similarity Measurement of a Complex Holed-Region Entity Scene

    Directory of Open Access Journals (Sweden)

    Zhanlong Chen

    2017-11-01

    Full Text Available Complex multi-holed-region entity scenes (i.e., sets of random region with holes are common in spatial database systems, spatial query languages, and the Geographic Information System (GIS. A multi-holed-region (region with an arbitrary number of holes is an abstraction of the real world that primarily represents geographic objects that have more than one interior boundary, such as areas that contain several lakes or lakes that contain islands. When the similarity of the two complex holed-region entity scenes is measured, the number of regions in the scenes and the number of holes in the regions are usually different between the two scenes, which complicates the matching relationships of holed-regions and holes. The aim of this research is to develop several holed-region similarity metrics and propose a hierarchical model to measure comprehensively the similarity between two complex holed-region entity scenes. The procedure first divides a complex entity scene into three layers: a complex scene, a micro-spatial-scene, and a simple entity (hole. The relationships between the adjacent layers are considered to be sets of relationships, and each level of similarity measurements is nested with the adjacent one. Next, entity matching is performed from top to bottom, while the similarity results are calculated from local to global. In addition, we utilize position graphs to describe the distribution of the holed-regions and subsequently describe the directions between the holes using a feature matrix. A case study that uses the Great Lakes in North America in 1986 and 2015 as experimental data illustrates the entire similarity measurement process between two complex holed-region entity scenes. The experimental results show that the hierarchical model accounts for the relationships of the different layers in the entire complex holed-region entity scene. The model can effectively calculate the similarity of complex holed-region entity scenes, even if the

  2. Learning plan applicability through active mental entities

    International Nuclear Information System (INIS)

    Baroni, Pietro; Fogli, Daniela; Guida, Giovanni

    1999-01-01

    This paper aims at laying down the foundations of a new approach to learning in autonomous mobile robots. It is based on the assumption that robots can be provided with built-in action plans and with mechanisms to modify and improve such plans. This requires that robots are equipped with some form of high-level reasoning capabilities. Therefore, the proposed learning technique is embedded in a novel distributed control architecture featuring an explicit model of robot's cognitive activity. In particular, cognitive activity is obtained by the interaction of active mental entities, such as intentions, persuasions and expectations. Learning capabilities are implemented starting from the interaction of such mental entities. The proposal is illustrated through an example concerning a robot in charge of reaching a target in an unknown environment cluttered with obstacles

  3. PERFORMANCE ANALYSIS OF AN ENTITY FROM CONSTRUCTION SECTOR USING DASHBOARD

    Directory of Open Access Journals (Sweden)

    SORIN BRICIU

    2015-12-01

    Full Text Available This research paper deals with the analysis of performances of economic entities from the construction sector from Romania. The necessary data for preparation and analysis up through dashboard of the economic entity are provided by managerial accounting through Target Costing method. The way of implementing and observing of stages which are completed in managerial accounting through Target Costing method are also presented in the paper based on the existing literature. For data analysis it was used a questionnaire based on three questions whose results were analyzed and which formed the basis of our entire course of scientific approach. The paper ends with the authors' conclusions about the performance analysis of economic entities in a construction project using dashboard showing the benefits of its long-term decisions.

  4. A Refined Definition for Groups of Moving Entities and its Computation

    NARCIS (Netherlands)

    Kreveld, Marc van; Löffler, Maarten; Staals, Frank; Wiratma, Lionov

    2016-01-01

    One of the important tasks in the analysis of spatio-temporal data collected from moving entities is to find a group: a set of entities that travel together for a sufficiently long period of time. Buchin et al. [2] introduce a formal definition of groups, analyze its mathematical structure, and

  5. Social security of a business entity: place and role of accounting

    OpenAIRE

    Жиглей, Ірина Вікторівна

    2017-01-01

    Concepts and levels of security on the whole as well as social security' of a business entity in particular have been considered. Factors of social insecurity have been enumerated. Disadvantages of social activity of business entities in Ukraine have been compared with the reflection of this activity in the accounting system.

  6. Naming as Strategic Communication

    DEFF Research Database (Denmark)

    Schmeltz, Line; Kjeldsen, Anna Karina

    2016-01-01

    This article presents a framework for understanding corporate name change as strategic communication. From a corporate branding perspective, the choice of a new name can be seen as a wish to stand out from a group of similar organizations. Conversely, from an institutional perspective, name change...

  7. PREDICTIVE VALUE OF THE DEFERRED TAXES GENERATED BY THE SUBVENTIONS FOR INVESTMENTS – ESSENTIAL ELEMENT FOR PRESENTING THE INFORMATION IN THE FINANCIAL STATEMENTS

    Directory of Open Access Journals (Sweden)

    PALIU – POPA LUCIA

    2015-12-01

    Full Text Available Most information underlying the decision to invest at the level of a company, are provided by the accountancy, this becoming today a common language with respect to the businesses on the international markets, and the accountancy normalization was extrapolated from the national level to the international level, due to the needs concerning the comparability and the transparency of the entities financial statements, without considering the geopolitical area where they were built. These issues justify the approaches for improving both accounting treatments and the procedures for elaborating and presenting data within the financial statements such that the users to benefit from credible and transparent information. One of the major issues arising with respect to the performance of an entity aims to prepare a unique situation on the company performance, namely:“the statement of the comprehensive income”, having as primordial objective the facility of forecasting the performance, within which the deferred taxes generated by the subventions for investments are an essential element with an important predictive value. In this context, starting from the main differences between the provisions of the national, Anglo-Saxon accounting regulations and those of the international reference system with respect to the predictive value of the deferred taxes and continuing with the occurrence and evolution of the deferred taxes generated by the subventions for investments, the study proposes to highlight the predictive value of the deferred taxes generated by the subventions for investments, provided o the users by the information of annual financial statements.

  8. Effective development of the entities on the basis of forecasting of financial and economic activities

    Directory of Open Access Journals (Sweden)

    I. I. Shanin

    2017-01-01

    Full Text Available In article, the questions connected with approach on effective development of industrial enterprises on the example of the furniture entities are considered. Effective development of the entities is directed to cost reduction in case of production and implementation of products, for improvement of indicators of financial and economic activities. The research is conducted on the example of the furniture entities of the Voronezh region and Krasnodar Krai. Any entity constantly uses these or those resources connected with material, labor and finance costs. All resources, which are consumed during a certain production cycle, create a cost budget or the expense plan of the entity, which are the most important economic indicators of activities of any entity. Not always at the entities the attention is properly paid to forecasting of production expenses for a further stage of functioning. Most the entities will organize the activities in such a way that current plans pass from year to year, and at the same time the alternative ways directed to cost reduction in case of production and further sales of products aren't considered. Any entity needs forecasting and planning of costs for the following production stages, for the purposes of innovative development and effective functioning of productive activity of the entity. First, it is necessary for assessment of opportunities when financing productive activity and for further scheduling of expenses, directed to cost reduction and cost reallocation. Having analysed activities of the entities and having studied accounting (financial records, it is revealed that at the entities in 2015 in comparison with 2014, there was a decrease in outputs, but at the same time, the loss is observed. Based on the carried-out analysis, on the example of financial and economic activities of JSC GRAFSKOYE and JSC GKMF, conclusions are drawn, cost reduction allowances in case of production are revealed, and recommendations in

  9. Supporting inter-topic entity search for biomedical Linked Data based on heterogeneous relationships.

    Science.gov (United States)

    Zong, Nansu; Lee, Sungin; Ahn, Jinhyun; Kim, Hong-Gee

    2017-08-01

    The keyword-based entity search restricts search space based on the preference of search. When given keywords and preferences are not related to the same biomedical topic, existing biomedical Linked Data search engines fail to deliver satisfactory results. This research aims to tackle this issue by supporting an inter-topic search-improving search with inputs, keywords and preferences, under different topics. This study developed an effective algorithm in which the relations between biomedical entities were used in tandem with a keyword-based entity search, Siren. The algorithm, PERank, which is an adaptation of Personalized PageRank (PPR), uses a pair of input: (1) search preferences, and (2) entities from a keyword-based entity search with a keyword query, to formalize the search results on-the-fly based on the index of the precomputed Individual Personalized PageRank Vectors (IPPVs). Our experiments were performed over ten linked life datasets for two query sets, one with keyword-preference topic correspondence (intra-topic search), and the other without (inter-topic search). The experiments showed that the proposed method achieved better search results, for example a 14% increase in precision for the inter-topic search than the baseline keyword-based search engine. The proposed method improved the keyword-based biomedical entity search by supporting the inter-topic search without affecting the intra-topic search based on the relations between different entities. Copyright © 2017 Elsevier Ltd. All rights reserved.

  10. Declarative Business Process Modelling and the Generation of ERP Systems

    DEFF Research Database (Denmark)

    Schultz-Møller, Nicholas Poul; Hølmer, Christian; Hansen, Michael Reichhardt

    2009-01-01

    the major entities are rather than how they engage in computations. We show how to develop a domain-specific language on the basis of REA, and a tool which automatically can generate running web-applications. A main contribution is a proof-of-concept showing that business-domain experts can generate...

  11. What's in a Name? Sound Symbolism and Gender in First Names.

    Directory of Open Access Journals (Sweden)

    David M Sidhu

    Full Text Available Although the arbitrariness of language has been considered one of its defining features, studies have demonstrated that certain phonemes tend to be associated with certain kinds of meaning. A well-known example is the Bouba/Kiki effect, in which nonwords like bouba are associated with round shapes while nonwords like kiki are associated with sharp shapes. These sound symbolic associations have thus far been limited to nonwords. Here we tested whether or not the Bouba/Kiki effect extends to existing lexical stimuli; in particular, real first names. We found that the roundness/sharpness of the phonemes in first names impacted whether the names were associated with round or sharp shapes in the form of character silhouettes (Experiments 1a and 1b. We also observed an association between femaleness and round shapes, and maleness and sharp shapes. We next investigated whether this association would extend to the features of language and found the proportion of round-sounding phonemes was related to name gender (Analysis of Category Norms. Finally, we investigated whether sound symbolic associations for first names would be observed for other abstract properties; in particular, personality traits (Experiment 2. We found that adjectives previously judged to be either descriptive of a figuratively 'round' or a 'sharp' personality were associated with names containing either round- or sharp-sounding phonemes, respectively. These results demonstrate that sound symbolic associations extend to existing lexical stimuli, providing a new example of non-arbitrary mappings between form and meaning.

  12. DOING BUSINESS IN ROMANIA - PART I: PERSPECTIVES ON THE TYPES OF DOING BUSINESS. TYPES OF INDIVIDUAL AND COMPANY ENTITIES WITHOUT LEGAL PERSONALITY. TYPES OF ENTITIES WITH LEGAL PERSONALITY

    Directory of Open Access Journals (Sweden)

    Rodica Diana APAN

    2014-12-01

    Full Text Available The analysis in the present study integrates the types of trading entities in order to clearly determine them. A first reference theme when setting-up a business is that of the legal personality it would take. The new Civil Code, acting as common law in the field of trading entities, determines the realignment and balancing of the regulations on types of business. Company Law 31 of 1990 preserves the types of trading entities with legal personality regulated here: general partnership, limited partnership, limited partnership by shares, limited liability company, joint-stock company. The simple partnership which can gain legal personality is widely regulated, and for the partnership are mainly preserved the landmarks drawn by the Commercial Code of 1886 that is presently repealed. In conclusion, the present study analyses and answers the question – who are the legal trading entities and what are the regulated types of business.

  13. CREATIVE ACCOUNTING TECHNIQUES ON EQUITY AND LIABILITIES TO TOURISM ENTITIES

    Directory of Open Access Journals (Sweden)

    Luminita PAIUSAN

    2017-12-01

    Full Text Available Our research is topical in the context in which accounting takes an increasingly important role in the social life of each individual and implicitly of the society it belongs to and aims to present the alternative accounting concepts and practices of creative accounting on equity and liabilities to tourism entities. In determining the arguments to justify the real need for knowledge in this area we must delineate the research field Creative Accounting. In this sense, the research envisaged a systematization and reconsideration as well a synthesis and antithesis of the concepts presented on this topic in the specialized literature, in the regulations of various professional bodies and authorities. The knowledge of the patrimonial system, of its capacity to generate profits at a time is insured with both accounting and an accurate and effective control.

  14. 47 CFR 27.702 - Designated entities.

    Science.gov (United States)

    2010-10-01

    ...) Eligibility for small business provisions. (1) An entrepreneur is an entity that, together with its... three years. This definition applies only with respect to licenses in Block C (710-716 MHz and 740-746... credits. A winning bidder that qualifies as an entrepreneur, as defined in this section, or a consortium...

  15. 31 CFR 800.212 - Foreign entity.

    Science.gov (United States)

    2010-07-01

    ... 31 Money and Finance: Treasury 3 2010-07-01 2010-07-01 false Foreign entity. 800.212 Section 800.212 Money and Finance: Treasury Regulations Relating to Money and Finance (Continued) OFFICE OF... business is outside the United States or its equity securities are primarily traded on one or more foreign...

  16. 18 CFR 46.5 - Covered entities.

    Science.gov (United States)

    2010-04-01

    ... in § 46.4(b) applies are the following: (a) Any investment bank, bank holding company, foreign bank... organization primarily engaged in the business of providing financial services or credit, a mutual savings bank... participate in the marketing of securities of a public utility; (c) Any entity which produces or supplies...

  17. LEASING ARRANGEMENTS AS A FORM OF FINANCING BUSINESS ENTITIES IN REPUBLIC OF MACEDONIA

    Directory of Open Access Journals (Sweden)

    DRAGICA ODZAKLIESKA

    2015-03-01

    Full Text Available In the modern conditions for working, the problems with providing appropriate sources for financing business entities are more emphasized. In fact, the access to the financing sources is one of the limiting factors for the business entities development. If the business entity is able to satisfy completely or on a higher degree its financing needs from its own sources, then it gains significant competitive advantage and possibility for growth, by decreasing the costs for financing and minimizing the risk. But, these sources most often are not sufficient for business financing. In R. Macedonia, most usually used sources for work financing are the bank loans, which is a result mainly to the nonsufficiently developed financial market, and generally, the low degree of the economic development. However, the bank loans are expensive source of financing, which is negatively reflected into the financial result of the business entities. Because of that, the business entities get down to use alternative financing sources, such as: portfolio investments, foreign direct investments, issue of shares and bonds and specific sources of financing ( factoring financing, forfeiting financing, leasing and financing by franchise. In this paper, the accent will be put on the leasing as a specific form for financing the business entities in R. Macedonia. A research for that how much the business entities are acquainted with the advantages of using this financing source, how much the leasing is present as a financing form and if there are limiting factors in its use, will be conducted. At the end, on the basis of the obtained results from the research, some measures and recommendations for higher leasing implementation in the business entities in Republic of Macedonia will be given

  18. 78 FR 59922 - Notice of Effectiveness of Exempt Wholesale Generator Status

    Science.gov (United States)

    2013-09-30

    ... DEPARTMENT OF ENERGY Federal Energy Regulatory Commission Notice of Effectiveness of Exempt Wholesale Generator Status Docket Nos. Chestnut Flats Lessee, LLC EG13-38-000 Osprey Energy Center, LLC EG13... 2013, the status of the above-captioned entities as Exempt Wholesale Generators became effective by...

  19. 78 FR 52523 - Notice of Effectiveness of Exempt Wholesale Generator Status

    Science.gov (United States)

    2013-08-23

    ... DEPARTMENT OF ENERGY Federal Energy Regulatory Commission Notice of Effectiveness of Exempt Wholesale Generator Status Docket Nos. Dominion Bridgeport Fuel Cell, LLC EG13-31-000 Arlington Valley Solar... during the month of July 2013, the status of the above-captioned entities as Exempt Wholesale Generators...

  20. 78 FR 46939 - Notice of Effectiveness of Exempt Wholesale Generator Status

    Science.gov (United States)

    2013-08-02

    ... DEPARTMENT OF ENERGY Federal Energy Regulatory Commission Notice of Effectiveness of Exempt Wholesale Generator Status Ivanpah Master Holdings, LLC. Docket No. EG13-20-000 RE Rosamond One LLC Docket... month of June 2013, the status of the above-captioned entities as Exempt Wholesale Generators Companies...

  1. Talkin' 'bout My Generation

    Science.gov (United States)

    Rickes, Persis C.

    2010-01-01

    The monikers are many: (1) "Generation Y"; (2) "Echo Boomers"; (3) "GenMe"; (4) the "Net Generation"; (5) "RenGen"; and (6) "Generation Next". One name that appears to be gaining currency is "Millennials," perhaps as a way to better differentiate the current generation from its…

  2. Multi-language naming game

    Science.gov (United States)

    Zhou, Jianfeng; Lou, Yang; Chen, Guanrong; Tang, Wallace K. S.

    2018-04-01

    Naming game is a simulation-based experiment used to study the evolution of languages. The conventional naming game focuses on a single language. In this paper, a novel naming game model named multi-language naming game (MLNG) is proposed, where the agents are different-language speakers who cannot communicate with each other without a translator (interpreter) in between. The MLNG model is general, capable of managing k different languages with k ≥ 2. For illustration, the paper only discusses the MLNG with two different languages, and studies five representative network topologies, namely random-graph, WS small-world, NW small-world, scale-free, and random-triangle topologies. Simulation and analysis results both show that: 1) using the network features and based on the proportion of translators the probability of establishing a conversation between two or three agents can be theoretically estimated; 2) the relationship between the convergence speed and the proportion of translators has a power-law-like relation; 3) different agents require different memory sizes, thus a local memory allocation rule is recommended for saving memory resources. The new model and new findings should be useful for further studies of naming games and for better understanding of languages evolution from a dynamical network perspective.

  3. A Deep Similarity Metric Learning Model for Matching Text Chunks to Spatial Entities

    Science.gov (United States)

    Ma, K.; Wu, L.; Tao, L.; Li, W.; Xie, Z.

    2017-12-01

    The matching of spatial entities with related text is a long-standing research topic that has received considerable attention over the years. This task aims at enrich the contents of spatial entity, and attach the spatial location information to the text chunk. In the data fusion field, matching spatial entities with the corresponding describing text chunks has a big range of significance. However, the most traditional matching methods often rely fully on manually designed, task-specific linguistic features. This work proposes a Deep Similarity Metric Learning Model (DSMLM) based on Siamese Neural Network to learn similarity metric directly from the textural attributes of spatial entity and text chunk. The low-dimensional feature representation of the space entity and the text chunk can be learned separately. By employing the Cosine distance to measure the matching degree between the vectors, the model can make the matching pair vectors as close as possible. Mearnwhile, it makes the mismatching as far apart as possible through supervised learning. In addition, extensive experiments and analysis on geological survey data sets show that our DSMLM model can effectively capture the matching characteristics between the text chunk and the spatial entity, and achieve state-of-the-art performance.

  4. 76 FR 63184 - Addition of Certain Persons on the Entity List; Implementation of Entity List Annual Review...

    Science.gov (United States)

    2011-10-12

    ... Road, Tsuen Wan, Hong Kong; and 2. Hang Tat Electronics Enterprises Co., Room 2608, Technology Plaza, 29-35 Sha Tsui Road, Tsuen Wan, Hong Kong. Removals From the Entity List This rule removes four... to part 732 of the EAR, ``BIS's `Know Your Customer' Guidance and Red Flags,'' when persons are...

  5. Exploring historical trends using taxonomic name metadata

    Directory of Open Access Journals (Sweden)

    Schenk Ryan

    2008-05-01

    Full Text Available Abstract Background Authority and year information have been attached to taxonomic names since Linnaean times. The systematic structure of taxonomic nomenclature facilitates the ability to develop tools that can be used to explore historical trends that may be associated with taxonomy. Results From the over 10.7 million taxonomic names that are part of the uBio system 4, approximately 3 million names were identified to have taxonomic authority information from the years 1750 to 2004. A pipe-delimited file was then generated, organized according to a Linnaean hierarchy and by years from 1750 to 2004, and imported into an Excel workbook. A series of macros were developed to create an Excel-based tool and a complementary Web site to explore the taxonomic data. A cursory and speculative analysis of the data reveals observable trends that may be attributable to significant events that are of both taxonomic (e.g., publishing of key monographs and societal importance (e.g., world wars. The findings also help quantify the number of taxonomic descriptions that may be made available through digitization initiatives. Conclusion Temporal organization of taxonomic data can be used to identify interesting biological epochs relative to historically significant events and ongoing efforts. We have developed an Excel workbook and complementary Web site that enables one to explore taxonomic trends for Linnaean taxonomic groupings, from Kingdoms to Families.

  6. JOINING OF ECONOMIC ENTITIES AS A POSSIBILITY OF SURVIVAL ON THE MODERN MARKET

    Directory of Open Access Journals (Sweden)

    Nikolina Pavičić Rešetar

    2016-12-01

    Full Text Available In today's global market, a major challenge for every economic entity is to be competitive and achieve its objectives. The method of survival shows that those companies with the lowest costs will survive and remain on the market. G. J. Stigler explained this technique on the market share of different sized companies in the steel industry in the United States. In his method he groups enterprises by size (small, medium and large. Historically, it is known that economic entities have been joining together since the Middle Ages. At that time, traders who formed associations were not engaged only in trade, but also in transportation and monetary activity. Economic entities are still joining together today, mostly in the form of a cooperative, cluster, cooperation, public private partnership or holding. The reason for that lies in the reduction of costs, risks and competition and the possibility of increasing the capacity of economic entities. Also, it should be noted that there is a synergy effect when economic entities join together. We are witnesses of many failed businesses, which did not respond to the economic crisis and the needs of the market. The aim of this paper is to try to connect the technique of survival and joining of economic entities and show how a merger is one of the survival models that in conditions of economic crisis provides options to business entities. Only companies with the lowest costs and high-quality technology can survive and compete in today's market.

  7. Socioeconomic determinants of first names

    NARCIS (Netherlands)

    Bloothooft, G.; Onland, D.

    2011-01-01

    Modern naming practices in the Netherlands between 1982 and 2005 were studied on the basis of 1409 popular first names, divided into fourteen name groups determined by the common preferences of parents for the names involved. Socioeconomic variables such as family income, parents' level of

  8. Secure Environments for Collaboration among Ubiquitous Roaming Entities

    DEFF Research Database (Denmark)

    Jensen, Christian D.

    2002-01-01

    SECURE is a newly started IST project, which addresses secure collaboration among computational entities in emerging global computing systems. The properties of these systems introduce new security challenges that are not adequately addressed by existing security models and mechanisms. The scale ...... and uncertainty of this global computing environment invalidates existing security models. Instead, new security models have to be developed along with new security mechanisms that control access to protected resources.......SECURE is a newly started IST project, which addresses secure collaboration among computational entities in emerging global computing systems. The properties of these systems introduce new security challenges that are not adequately addressed by existing security models and mechanisms. The scale...

  9. Elemental Etymology: What's in a Name?

    Science.gov (United States)

    Ball, David W.

    1985-01-01

    Examines the origin of the names (or etymologies) of the chemical elements. Includes tables listing elements: (1) with names of obscure origin; (2) named for colors; (3) named after real or mythical people; (4) named after places; (5) named after heavenly bodies; and (6) having names of miscellaneous origin. (JN)

  10. 78 FR 38782 - Lifting of Chemical and Biological Weapons (CBW) Proliferation Sanctions Against Chinese Entities

    Science.gov (United States)

    2013-06-27

    ...) Proliferation Sanctions Against Chinese Entities AGENCY: Department of State. ACTION: Notice. SUMMARY: A... Export Administration Act of 1979, as amended, to lift nonproliferation measures on Chinese entities... the following Chinese entities, their sub-units and successors is important to the national security...

  11. CHALLENGES AND PROSPECTS FOR DEVELOPMENT OF UKRAINIAN OIL AND GAS COMPLEX ENTITIES

    Directory of Open Access Journals (Sweden)

    Mikhail Borodin

    2016-11-01

    Full Text Available The aim of the paper is to analyze the current state of the oil and gas complex of Ukraine, upon which to identify the challenges and to justify the development prospects of the effective activities of complex entities. Comprehensive introduction of the advanced mechanisms for the development of oil and gas complex entities’ development will contribute to the economic growth of other industries and the Ukrainian economy as a whole, as well as decrease in the energy dependence and security of the state interests. Methods. The following methods were used in research: systematic, economic and mathematical, balancing, judgment-based and abstract-logical. In addition, methods of statistical analysis, analytical spread sheet tabulation method, and method of scientific hypothesis modelling for studied processes. Results. The effectiveness of introduction of the proposed perspective trends of the entities of Ukrainian oil and gas complex is estimated. It is proved that their comprehensive implementation will improve the competitiveness of their operations, and energy independence of Ukraine. The necessity of introduction of the innovative technologies and new approaches to solution of the management problems at oil and gas complex entities is proved. Implementation of prospective mechanisms for the development of effective activity of oil and gas entities shall be based on economic competition between the entities with simultaneous implementation of the measures of state support for the promising modernization technologies reflecting the public interest to the energy security improvement. Practical significance. A study of the current state of oil and gas complex of Ukraine and challenges of development of the complex entities contributes to the identification of areas for balancing and substantiation of the development prospects of the oil and gas sector of economy in order to ensure its energy security, taking into account the strategic orientations

  12. The predictability of name pronunciation errors in four South African languages

    CSIR Research Space (South Africa)

    Kgampe, M

    2011-11-01

    Full Text Available of the the typical errors made by speakers from four South African languages (Setswana, English, isiZulu) when producing names from the same four languages. We compare these results with the pronunciations generated by four language-specific grapheme-to-phoneme (G2P...

  13. Evaluation of Patient Assistance Program Eligibility and Availability for Top 200 Brand Name and Generic Drugs in the United States

    Directory of Open Access Journals (Sweden)

    Chin-Fun Chu

    2012-01-01

    Full Text Available One strategy to encourage uninsured and underinsured patients' compliance with medication regimen is to refer them to pharmaceutical industry-sponsored patient assistance programs (PAPs. In order to receive the requested medications, patients should be qualified based on the program eligibility requirements. The purpose of this study was to examine PAP eligibility criteria for the most commonly dispensed prescriptions in the United States. We identified 136 unique chemical entities in the Top 200 drug list and 111 (82% of these pharmaceutical products were offered by PAPs. Among the available medications, 69 (62% were brand name; 29 (26% were generic, and 13 (12% had both brand name/generic forms. In terms of the availability of types of drugs (brand name vs. generic provided by PAPs, differences in PAP eligibility requirements were found for citizenship (p < 0.001, permanent residency (p < 0.001, and prescription drug coverage (p< 0.001, but not for income limits (p= 0.051. Overall, PAPs could help low-income patients to obtain necessary medications; however, U.S. citizenship/permanent residency and restriction on prescription coverage are more likely to be required for brand name drugs rather than for generics. PAPs also provide some options for the underinsured and those with private insurance or Medicare Part D plan that offers inadequate prescription coverage.   Type: Original Research

  14. Evaluation of Patient Assistance Program Eligibility and Availability for Top 200 Brand Name and Generic Drugs in the United States

    Directory of Open Access Journals (Sweden)

    Chin-Fun Chu

    2012-01-01

    Full Text Available One strategy to encourage uninsured and underinsured patients’ compliance with medication regimen is to refer them to pharmaceutical industry–sponsored patient assistance programs (PAPs. In order to receive the requested medications, patients should be qualified based on the program eligibility requirements. The purpose of this study was to examine PAP eligibility criteria for the most commonly dispensed prescriptions in the United States. We identified 136 unique chemical entities in the Top 200 drug list and 111 (82% of these pharmaceutical products were offered by PAPs. Among the available medications, 69 (62% were brand name; 29 (26% were generic, and 13 (12% had both brand name/generic forms. In terms of the availability of types of drugs (brand name vs. generic provided by PAPs, differences in PAP eligibility requirements were found for citizenship (p < 0.001, permanent residency (p < 0.001, and prescription drug coverage (p< 0.001, but not for income limits (p= 0.051. Overall, PAPs could help low-income patients to obtain necessary medications; however, U.S. citizenship/permanent residency and restriction on prescription coverage are more likely to be required for brand name drugs rather than for generics. PAPs also provide some options for the underinsured and those with private insurance or Medicare Part D plan that offers inadequate prescription coverage.

  15. Entity Framework 41 Expert's Cookbook

    CERN Document Server

    Liles, Devlin

    2012-01-01

    This book takes a step-by-step problem solving approach that leads you through a problem and explains each step in detail to accomplish the goal. This books gives you concrete code examples as well as detailed information on the decisions involved. This book is for intermediate to advanced .NET developers who have used LINQ to SQL or Entity Framework in some form but want to have more control over the implementation.

  16. MARKED PERSONAL NAMES: AN ANTROPONIMIC STUDY OF BALINESE STUDENTS’ NAMES IN DENPASAR

    Directory of Open Access Journals (Sweden)

    Ni Made Iwan Indrawan

    2015-07-01

    Full Text Available The research aims to account for the Marked Balinese Students’ Personal Names. Four research problems are studied, namely (1 the criteria used to distinguish the marked names (NDMBmk and the unmarked ones (NDMTBmk, (2 the functions of the markedness, (3 the factors that influence it, and (4 the ideologies that operate behind it. The markedness of personal names reflect a relation between the arbitrariness in language uses and the extralinguistic factors influencing it. In the context of Balinese, the tradition, legal practices, and the globalisation may affect the arbitrariness. In order to determine NDMBmk, criteria of markedness was constructed. According to the criteria, structurally, NDMBmk consist of at least five elements, as Anak Agung Arim Kasunu Arya Penarungan. Behaviorally, they may consist of names not derived from Balinese and/or Sanskrit, such as Giovani on I Gede Adeyaka Giovani, adopt a foreign spelling system as Chrisna on Ni Putu Chrisna Wulandari, or use no markers of Balinese ethnics or caste as Yunisari Wira Putri. Out of 698 sampled names, NDMBmk are found 54. Besides denoting, the marked elements also function to distinguish personal identities, to shape the existence of the name holder, to connote particular perception, and to reflect the changing era. The factors influencing the markedness are the need to express something new, a wish to acculturate, to raise status or keep a distance socially, and to demonstrate a linguistic expertise, or when seeing from the concept of imagery, the factors are the imagery on something new and on social status or distancing. The ideologies behind the phenomenon are globalist, nationalist, and the casteless-Balinese.

  17. MARKED PERSONAL NAMES: AN ANTROPONIMIC STUDY OF BALINESE STUDENTS’ NAMES IN DENPASAR

    Directory of Open Access Journals (Sweden)

    Ni Made Iwan Indrawan

    2012-07-01

    Full Text Available The research aims to account for the Marked Balinese Students’ Personal Names. Four research problems are studied, namely (1 the criteria used to distinguish the marked names (NDMBmk and the unmarked ones (NDMTBmk, (2 the functions of the markedness, (3 the factors that influence it, and (4 the ideologies that operate behind it. The markedness of personal names reflect a relation between the arbitrariness in language uses and the extralinguistic factors influencing it. In the context of Balinese, the tradition, legal practices, and the globalisation may affect the arbitrariness. In order to determine NDMBmk, criteria of markedness was constructed. According to the criteria, structurally, NDMBmk consist of at least five elements, as Anak Agung Arim Kasunu Arya Penarungan. Behaviorally, they may consist of names not derived from Balinese and/or Sanskrit, such as Giovani on I Gede Adeyaka Giovani, adopt a foreign spelling system as Chrisna on Ni Putu Chrisna Wulandari, or use no markers of Balinese ethnics or caste as Yunisari Wira Putri. Out of 698 sampled names, NDMBmk are found 54. Besides denoting, the marked elements also function to distinguish personal identities, to shape the existence of the name holder, to connote particular perception, and to reflect the changing era. The factors influencing the markedness are the need to express something new, a wish to acculturate, to raise status or keep a distance socially, and to demonstrate a linguistic expertise, or when seeing from the concept of imagery, the factors are the imagery on something new and on social status or distancing. The ideologies behind the phenomenon are globalist, nationalist, and the casteless-Balinese.

  18. Design and Construction of an Entity Resolution System that Supports Entity Identity Information Management and Asserted Resolution

    Science.gov (United States)

    Nelson, Eric Derrand

    2011-01-01

    This work describes the design and construction of an open source, entity resolution system that enables users to assign and maintain persistent identifiers for master data items. Two key features of this system that are not available in current ER systems and that make persistent identification possible are (1) The capture and management of…

  19. On identifying name equivalences in digital libraries. Name equivalence, Surname matching, Author identification, Databases

    Directory of Open Access Journals (Sweden)

    Dror G. Feitelson

    2004-01-01

    Full Text Available The services provided by digital libraries can be much improved by correctly identifying variants of the same name. For example, this will allow for better retrieval of all the works by a certain author. We focus on variants caused by abbreviations of first names, and show that significant achievements are possible by simple lexical analysis and comparison of names. This is done in two steps: first a pairwise matching of names is performed, and then these are used to find cliques of equivalent names. However, these steps can each be performed in a variety of ways. We therefore conduct an experimental analysis using two real datasets to find which approaches actually work well in practice. Interestingly, this depends on the size of the repository, as larger repositories may have many more similar names.

  20. 24 CFR 58.14 - Interaction with State, Federal and non-Federal entities.

    Science.gov (United States)

    2010-04-01

    ... 24 Housing and Urban Development 1 2010-04-01 2010-04-01 false Interaction with State, Federal and non-Federal entities. 58.14 Section 58.14 Housing and Urban Development Office of the Secretary... ENVIRONMENTAL RESPONSIBILITIES General Policy: Responsibilities of Responsible Entities § 58.14 Interaction with...

  1. Ossification of the bilateral Achilles tendon: a rare entity

    International Nuclear Information System (INIS)

    Arora, Abhishek J; Arora, Richa

    2015-01-01

    Ossification of the Achilles tendon is a rare clinical entity comprising of one or more segments of variable sized ossified masses in the fibrocartilaginous substance of the tendon. The etiology of ossification of the Achilles tendon is multifactorial with recurrent trauma and surgery comprising major predisposing factors, with others being metabolic, systemic, and infectious diseases. The possibility of a genetic predisposition towards this entity has also been raised, but has not yet been proven. We present a rare case of ossification of the bilateral Achilles tendons without any history of trauma or surgery in a 48-year-old female patient

  2. Temporal Features of the Differentiation between Self-Name and Religious Leader Name among Christians: An ERP Study

    Directory of Open Access Journals (Sweden)

    Ruixue Xia

    2018-01-01

    Full Text Available Existing neuroimaging studies have shown that religion, as a subjective culture, can influence self-referential processing. However, the time course of this impact remains unclear. The present study examined how Christians process their own names, the name of their religious leader (i.e., Jesus, and a famous person’s name (i.e., Yao Ming. Behavioral and EEG data were recorded while the participants performed a name-color judgment task for these three names. The behavioral data showed no significant differences in reaction time or accuracy among the names. However, the ERP data showed that the P200 and P300 amplitudes elicited by the self-name and religious leader name were larger than those elicited by the famous name. Furthermore, the self-name also elicited a larger P300 amplitude than the religious leader name did. These results suggested that both the self-name and the religious leader name were processed preferentially due to their important social value for the self as compared to a generally famous name. Importantly, the dissociation between the self-name and the religious leader name was observed at a high-order cognitive stage, which might be attributed to their different roles in one’s self-concept.

  3. Governmental entities accounting: domestic standards and foreign experience of preparation and presentation

    Directory of Open Access Journals (Sweden)

    Ambarchian V.S.

    2015-12-01

    Full Text Available The purpose of research refers to comparison of Ukrainian and the USA standards of preparation and presentation of governmental entities financial reports with the aim of implementation of foreign experience regarding financial data disclosure of a governmental entity activity in domestic reporting system of budgetary resources disposers. In order to achieve the aim the author applied the following general methods of cognition: induction, deduction, analogy, comparison, and historical one. Special economic methods include grouping, tabular, graphical, information and logical analysis. The research resulted in detailed analysis of the standards of the USA governmental entities financial reports presentation and comparison of their statements with domestic governmental accounting standards. As a result of performed research, the key differences in the Ukrainian and the USA rules of presentation of governmental entities financial reports are considered. The author determined the dependence of structure and a public level of the financial reports on the character of the state political and economic systems.

  4. Naming names: the first women taxonomists in mycology

    Directory of Open Access Journals (Sweden)

    Sara Maroske

    2018-03-01

    Full Text Available The transition from amateur to professional in natural history is generally regarded as having taken place in the nineteenth century, but landmark events such as the 1917 appointment of mycologist Johanna Westerdijk (1883–1961 as the first female professor in the Netherlands indicate that the pattern of change for women was more varied and delayed than for men. We investigate this transition in mycology, and identify only 43 women in the Western World who published scientific mycological literature pre-1900, of whom twelve published new fungal taxa. By charting the emergence of these women over time, and comparing the output of self-taught amateurs and university graduates, we establish the key role of access to higher education in female participation in mycology. Using a suite of strategies, six of the self-taught amateurs managed to overcome their educational disadvantages and name names — Catharina Dörrien (the first to name a fungal taxon, Marie-Anne Libert, Mary Elizabeth Banning, Élise-Caroline Bommer, Mariette Rousseau, and Annie Lorrain Smith. By 1900, the professional era for women in mycology was underway, and increasing numbers published new taxa. Parity with male colleagues in recognition and promotion, however, remains an ongoing issue. Key words: Amateurs, Fungi, Gender studies, History of science, Plant pathology

  5. PREFERENCE OF THE LISTED ENTITIES REGARDING THE SELECTION OF THE EXTERNAL AUDITOR

    Directory of Open Access Journals (Sweden)

    Fulop Melinda Timea

    2011-12-01

    Full Text Available The present research aims to highlight the importance of the external auditing in supporting corporate governance and the preference of the listed entities to be audited by the big audit companies. Given the proposed objectives of the research, our scientific method is based on a deductive approach from general to particular that combines quantitative and qualitative studies. The role of the external audit was analyzed by conducting a study of literature on two levels: a theoretical-conceptual level in terms of economic theories and an empirical-practical level based on literature from which we extracted through a content analysis the defining elements of the audit work quality. Falling within the scope of the study, we evaluated the preference of the listed entities to be audited by the Big Four. To this end we used the content analysis of the publicly posted audit reports for the period 2005-2009. Our research results show that although we are a country with an emerging capital market development, the entities in the I-st category on the Bucharest Stock Exchange tend to an audit conducted by one of the big audit companies. Another result arising from our study is that the entities of the I-st category on the Bucharest Stock Exchange become more transparent from a year to another. Whether for the year 2005 we find only 12 audit reports publicly posted, in 2007 we can find 21 audit reports publicly posted. The trend of the large entities audited shows that the preference of the entities to be audited by one of the Big Four is higher from a year to another. The preparation of the financial statements and their audit must be done according to regulations for the currently period. The presumption found in the literature according to which the large entities are audited by the big audit companies which provide higher audit quality is confirmed in the case of our national country as well.

  6. 75 FR 74146 - Office of Financial Research; Statement on Legal Entity Identification for Financial Contracts

    Science.gov (United States)

    2010-11-30

    ... information regarding this Statement contact the Office of Domestic Finance, Treasury, at (202) 622-1766. All... relationship to other entities. Identification of the legal entity is a fundamental ingredient in creating a... reassigned; (3) Persist over the life of an entity regardless of corporate actions or other business or...

  7. GEOGRAPHIC NAMES INFORMATION SYSTEM (GNIS) ...

    Science.gov (United States)

    The Geographic Names Information System (GNIS), developed by the U.S. Geological Survey in cooperation with the U.S. Board on Geographic Names (BGN), contains information about physical and cultural geographic features in the United States and associated areas, both current and historical, but not including roads and highways. The database also contains geographic names in Antarctica. The database holds the Federally recognized name of each feature and defines the location of the feature by state, county, USGS topographic map, and geographic coordinates. Other feature attributes include names or spellings other than the official name, feature designations, feature class, historical and descriptive information, and for some categories of features the geometric boundaries. The database assigns a unique feature identifier, a random number, that is a key for accessing, integrating, or reconciling GNIS data with other data sets. The GNIS is our Nation's official repository of domestic geographic feature names information.

  8. How useful is consolidation of public sector entities' financial statements ?

    OpenAIRE

    Soguel, N.; Bucher, R.

    2013-01-01

    Whether or not to consolidate financial statements is dealt with in IPSAS#6. This standard is by and large based on IAS#27. It deals with the criterion according to which an entity's financial statements should be considered and which consolidation technique should be used. However, it remains silent when it comes to exposing the reason why a public sector entity should consolidate its financial statements. The literature is almost as silent as IPSAS on this issue. Which means that there is a...

  9. On streamlining the Ukrainian names of plants. Information 7. Spelling the names of plant varieties.

    Directory of Open Access Journals (Sweden)

    В. М. Меженський

    2016-07-01

    Full Text Available Purpose. To analyse the practice of transliteration of the Ukrainian cultivar names and rendering foreign names by means of the Ukrainian language, as well as special aspects of cultivar names spelling in special literature. Results. Cultivar names as a special category require preservation of primary graphics or sound type in the other language. This can be achieved by direct inclusion of the original name to the Ukrainian text or by practical transcribing, but not by transliteration or translation. Otherwise, Ukrainian names should be transliterated for inclusion to the texts in Latin characters. Transcription/transliteration in both directions is performed from the source language, though, as practice shows, in some Ukrainian publications the Russian is wrongly used as an intermediary language. Some national scientific publications ignore the recommendations of the International Code of Nomenclature for Cultivated Plants that is not conducive to the success of scientific communication in the globalized world. Conclusions. The foreign names of plant varieties should be entered into the Ukrainian text keeping the original spelling or by means of practical transcription. The loan of foreign names is performed by transcribing directly from the source language; if the language doesn’t have the Latin alphabet, Latinized name transcription is acceptable. Recommendations of the International Code of Nomenclature for Cultivated Plants that concern graphic highlighting of the cultivar names in the text enclosing them in single quotation marks and writing each word of a cultivar name with a capital letter should necessarily be applied in the foreign-language publications and extended to the Ukrainian special literature, at least, in terms of the use of single quotation marks. Ukrainian names should be transliterated only in accordance with the regulations.

  10. Are male reproductive disorders a common entity?

    DEFF Research Database (Denmark)

    Boisen, K A; Main, K M; Rajpert-De Meyts, E

    2001-01-01

    of one common entity, a testicular dysgenesis syndrome (TDS). Experimental and epidemiological studies suggest that TDS is a result of disruption of embryonal programming and gonadal development during fetal life. The recent rise in the prevalence of TDS may be causally linked to endocrine disrupters...

  11. Data Entities and Information System Matrix for Integrated Agriculture Information System (IAIS)

    Science.gov (United States)

    Budi Santoso, Halim; Delima, Rosa

    2018-03-01

    Integrated Agriculture Information System is a system that is developed to process data, information, and knowledge in Agriculture sector. Integrated Agriculture Information System brings valuable information for farmers: (1) Fertilizer price; (2) Agriculture technique and practise; (3) Pest management; (4) Cultivation; (5) Irrigation; (6) Post harvest processing; (7) Innovation in agriculture processing. Integrated Agriculture Information System contains 9 subsystems. To bring an integrated information to the user and stakeholder, it needs an integrated database approach. Thus, researchers describes data entity and its matrix relate to subsystem in Integrated Agriculture Information System (IAIS). As a result, there are 47 data entities as entities in single and integrated database.

  12. THE IMPORTANCE OF OTHER COMPREHENSIVE INCOME FOR MANAGERS IN A PRODUCTION ENTITY

    Directory of Open Access Journals (Sweden)

    Marzena STROJEK‐FILUS

    2013-01-01

    Full Text Available One of the main parameters of the evaluation of financial position of entity is the level of total comprehensive income reported in financial reports. The study contains an overview of the other comprehensive income as the part of total comprehensive income. The research problem related to the significance of dates about the other comprehensive income ingredients for production entity management. The essence, arise reasons and main principles of the other comprehensive income in relating to the changes in own capital of entity was explained within the scope of law‐regulated accounting. The paper concentrated on the producing tangible fixed assets problems.

  13. The Name Game.

    Science.gov (United States)

    Crawley, Sharon J.

    Described is a game which provides a method for teaching students to locate cities and towns on a map. Students are provided with a list of descriptive phrases which stand for the name of a city, e.g., hot weather town (Summerville, Georgia); a chocolate candy bar (Hershey, Pennsylvania). Using a map, students must then try to find the name of a…

  14. OntoCheck: verifying ontology naming conventions and metadata completeness in Protégé 4.

    Science.gov (United States)

    Schober, Daniel; Tudose, Ilinca; Svatek, Vojtech; Boeker, Martin

    2012-09-21

    Although policy providers have outlined minimal metadata guidelines and naming conventions, ontologies of today still display inter- and intra-ontology heterogeneities in class labelling schemes and metadata completeness. This fact is at least partially due to missing or inappropriate tools. Software support can ease this situation and contribute to overall ontology consistency and quality by helping to enforce such conventions. We provide a plugin for the Protégé Ontology editor to allow for easy checks on compliance towards ontology naming conventions and metadata completeness, as well as curation in case of found violations. In a requirement analysis, derived from a prior standardization approach carried out within the OBO Foundry, we investigate the needed capabilities for software tools to check, curate and maintain class naming conventions. A Protégé tab plugin was implemented accordingly using the Protégé 4.1 libraries. The plugin was tested on six different ontologies. Based on these test results, the plugin could be refined, also by the integration of new functionalities. The new Protégé plugin, OntoCheck, allows for ontology tests to be carried out on OWL ontologies. In particular the OntoCheck plugin helps to clean up an ontology with regard to lexical heterogeneity, i.e. enforcing naming conventions and metadata completeness, meeting most of the requirements outlined for such a tool. Found test violations can be corrected to foster consistency in entity naming and meta-annotation within an artefact. Once specified, check constraints like name patterns can be stored and exchanged for later re-use. Here we describe a first version of the software, illustrate its capabilities and use within running ontology development efforts and briefly outline improvements resulting from its application. Further, we discuss OntoChecks capabilities in the context of related tools and highlight potential future expansions. The OntoCheck plugin facilitates

  15. 22 CFR 96.6 - Performance criteria for designation as an accrediting entity.

    Science.gov (United States)

    2010-04-01

    ... other similar functions; (f) Except in the case of a public entity, that it operates independently of... 22 Foreign Relations 1 2010-04-01 2010-04-01 false Performance criteria for designation as an accrediting entity. 96.6 Section 96.6 Foreign Relations DEPARTMENT OF STATE LEGAL AND RELATED SERVICES...

  16. 77 FR 24587 - Addition of Certain Persons to the Entity List; and Implementation of Entity List Annual Review...

    Science.gov (United States)

    2012-04-25

    ... information displays a currently valid Office of Management and Budget (OMB) Control Number. This regulation... Management and Budget (OMB), by email to [email protected] , or by fax to (202) 395-7285. 3. This... Germany, the German entity: ``Akbar Ashraf Vaghefi, Koburgerstr 10, D-10825, Berlin, Germany;'' 0 (f) By...

  17. Feeling-of-knowing for proper names.

    Science.gov (United States)

    Izaute, Marie; Chambres, Patrick; Larochelle, Serge

    2002-12-01

    The main objective of the presented study was to study feeling-of-knowing (FOK) in proper name retrieval. Many studies show that FOK can predict performance on a subsequent criterion test. Although feeling-of-knowing studies involve questions about proper names, none make this distinction between proper names and common names. Nevertheless, the specific character of proper names as a unique label referring to a person should allow participants to target precisely the desired verbal label. Our idea here was that the unique character of proper name information should result in more accurate FOK evaluations. In the experiment, participants evaluated feeling-of-knowing for proper and common name descriptions. The study demonstrates that FOK judgments are more accurate for proper names than for common names. The implications of the findings for proper names are briefly discussed in terms of feeling-of-knowing hypotheses.

  18. Feature generation and representations for protein-protein interaction classification.

    Science.gov (United States)

    Lan, Man; Tan, Chew Lim; Su, Jian

    2009-10-01

    Automatic detecting protein-protein interaction (PPI) relevant articles is a crucial step for large-scale biological database curation. The previous work adopted POS tagging, shallow parsing and sentence splitting techniques, but they achieved worse performance than the simple bag-of-words representation. In this paper, we generated and investigated multiple types of feature representations in order to further improve the performance of PPI text classification task. Besides the traditional domain-independent bag-of-words approach and the term weighting methods, we also explored other domain-dependent features, i.e. protein-protein interaction trigger keywords, protein named entities and the advanced ways of incorporating Natural Language Processing (NLP) output. The integration of these multiple features has been evaluated on the BioCreAtIvE II corpus. The experimental results showed that both the advanced way of using NLP output and the integration of bag-of-words and NLP output improved the performance of text classification. Specifically, in comparison with the best performance achieved in the BioCreAtIvE II IAS, the feature-level and classifier-level integration of multiple features improved the performance of classification 2.71% and 3.95%, respectively.

  19. “THE NET MONETARY STATEMENT” AND “THE NET NON-MONETARY STATEMENT” – ASSESSMENT INDICATORS FOR THE FINANCIAL POSITION OF THE ENTITY

    Directory of Open Access Journals (Sweden)

    SORIN-CONSTANTIN DEACONU

    2012-10-01

    Full Text Available This paper examines two indicators, namely the net monetary statement and the net non-monetary statement. To determine and analyze them, we started with the classification of assets (monetary and non-monetary and liabilities (monetary and nonmonetary. The actual values of these elements were established on the basis of information supplied by the balance sheet, followed by the calculus of the net monetary statement and of the net non-monetary statement. These indicators provide relevant and reliable information to the users of financial statements and, in the future, they should be taken into account because they bring additional information about the financial position of the entity.

  20. TRENDS REGARDING THE ROLE OF STATE ENTITIES IN SUPPORTING GROWTH AND ECONOMIC DEVELOPMENT

    Directory of Open Access Journals (Sweden)

    Florin Bonciu

    2018-04-01

    Full Text Available The paper focuses on the analysis of the consequences of several phenomena that have occurred in the past two decades in respect of the role played by state entities in supporting growth and economic development. Demographic and technical-scientific developments related to the Fourth Industrial Revolution were among the phenomena leading to an increasing trend in the role of state entities in supporting economic growth and development. In the meantime, other phenomena, including new technologies, economic integration and socio-cultural and historical processes, had a diminishing effect on the role played by state entities in supporting growth and economic development. By comparing the two categories of phenomena, the paper concludes that the phenomena supporting an increase in the role of state entities are more numerous and substantial, a fact that may assist decision-makers in developing appropriate approaches and strategies.

  1. Top-level categories of constitutively organized material entities--suggestions for a formal top-level ontology.

    Directory of Open Access Journals (Sweden)

    Lars Vogt

    2011-04-01

    Full Text Available Application oriented ontologies are important for reliably communicating and managing data in databases. Unfortunately, they often differ in the definitions they use and thus do not live up to their potential. This problem can be reduced when using a standardized and ontologically consistent template for the top-level categories from a top-level formal foundational ontology. This would support ontological consistency within application oriented ontologies and compatibility between them. The Basic Formal Ontology (BFO is such a foundational ontology for the biomedical domain that has been developed following the single inheritance policy. It provides the top-level template within the Open Biological and Biomedical Ontologies Foundry. If it wants to live up to its expected role, its three top-level categories of material entity (i.e., 'object', 'fiat object part', 'object aggregate' must be exhaustive, i.e. every concrete material entity must instantiate exactly one of them.By systematically evaluating all possible basic configurations of material building blocks we show that BFO's top-level categories of material entity are not exhaustive. We provide examples from biology and everyday life that demonstrate the necessity for two additional categories: 'fiat object part aggregate' and 'object with fiat object part aggregate'. By distinguishing topological coherence, topological adherence, and metric proximity we furthermore provide a differentiation of clusters and groups as two distinct subcategories for each of the three categories of material entity aggregates, resulting in six additional subcategories of material entity.We suggest extending BFO to incorporate two additional categories of material entity as well as two subcategories for each of the three categories of material entity aggregates. With these additions, BFO would exhaustively cover all top-level types of material entity that application oriented ontologies may use as templates. Our

  2. Modeling discrete and continuous entities with fractions and decimals.

    Science.gov (United States)

    Rapp, Monica; Bassok, Miriam; DeWolf, Melissa; Holyoak, Keith J

    2015-03-01

    When people use mathematics to model real-life situations, their use of mathematical expressions is often mediated by semantic alignment (Bassok, Chase, & Martin, 1998): The entities in a problem situation evoke semantic relations (e.g., tulips and vases evoke the functionally asymmetric "contain" relation), which people align with analogous mathematical relations (e.g., the noncommutative division operation, tulips/vases). Here we investigate the possibility that semantic alignment is also involved in the comprehension and use of rational numbers (fractions and decimals). A textbook analysis and results from two experiments revealed that both mathematic educators and college students tend to align the discreteness versus continuity of the entities in word problems (e.g., marbles vs. distance) with distinct symbolic representations of rational numbers--fractions versus decimals, respectively. In addition, fractions and decimals tend to be used with nonmetric units and metric units, respectively. We discuss the importance of the ontological distinction between continuous and discrete entities to mathematical cognition, the role of symbolic notations, and possible implications of our findings for the teaching of rational numbers. PsycINFO Database Record (c) 2015 APA, all rights reserved.

  3. 15 CFR 19.7 - When will Commerce entities compromise a Commerce debt?

    Science.gov (United States)

    2010-01-01

    ... 15 Commerce and Foreign Trade 1 2010-01-01 2010-01-01 false When will Commerce entities compromise a Commerce debt? 19.7 Section 19.7 Commerce and Foreign Trade Office of the Secretary of Commerce COMMERCE DEBT COLLECTION Procedures To Collect Commerce Debts § 19.7 When will Commerce entities compromise...

  4. Regulations in establishing and developing urban entities

    Directory of Open Access Journals (Sweden)

    Ljubić Slavoljub C.

    2009-01-01

    Full Text Available The main topic of this work is to represent relatively new method of analyzing, planning and developing various projects in different architectural fields. The concept 'pattern' symbolizes a new view on objects and items that are already exist around us or those that will be created in the future. By explaining this concept, this work focus on describing 'pattern' as a new system or 'pattern language' that identifies foundation and development of unplanned cities. Every town or urban entity symbolizes 'pattern', but it is made from various 'patterns' as well. There are certain rules i.e. patterns that particular urban entities follow in order to establish themselves and 'pattern language' has been developed on that basis. The main purpose of this work is to emphasize this phenomenon and reveal the significance that 'patterns' have in urbanism development. Their understanding is of great importance so they can be implemented not only in theoretical but also in practical examination and analysis.

  5. Automatic generation of nursing narratives from entity-attribute-value triplet for electronic nursing records system.

    Science.gov (United States)

    Min, Yul Ha; Park, Hyeoun-Ae; Lee, Joo Yun; Jo, Soo Jung; Jeon, Eunjoo; Byeon, Namsoo; Choi, Seung Yong; Chung, Eunja

    2014-01-01

    The aim of this study is to develop and evaluate a natural language generation system to populate nursing narratives using detailed clinical models. Semantic, contextual, and syntactical knowledges were extracted. A natural language generation system linking these knowledges was developed. The quality of generated nursing narratives was evaluated by the three nurse experts using a five-point rating scale. With 82 detailed clinical models, in total 66,888 nursing narratives in four different types of statement were generated. The mean scores for overall quality was 4.66, for content 4.60, for grammaticality 4.40, for writing style 4.13, and for correctness 4.60. The system developed in this study generated nursing narratives with different levels of granularity. The generated nursing narratives can improve semantic interoperability of nursing data documented in nursing records.

  6. A Doctor's Name as a Brand: A Nationwide Survey on Registered Clinic Names in Taiwan.

    Science.gov (United States)

    Chu, Feng-Yuan; Dai, Ying-Xiu; Liu, Jui-Yao; Chen, Tzeng-Ji; Chou, Li-Fang; Hwang, Shinn-Jang

    2018-06-01

    In countries where the private clinics of physicians can be freely named, registering a clinic with a physician's name is one way to make patients familiar with the physician. No previous study had investigated how clinics make use of this method of personal branding. Therefore, the current study analyzed 10,847 private physician Western medicine clinics in Taiwan. Of those clinics, 31.0% ( n = 3363) were named with a physician's full name, 8.9% ( n = 960) with a surname, and 8.1% ( n = 884) with a given name. The proportion of clinics registered with a physician's name was lower in rural areas (37.3%) than in urban (48.5%) and suburban areas (49.2%), respectively. Among clinics with only one kind of specialist, a physician's name was used most frequently in clinics of obstetrics and gynecology (64.9%), otorhinolaryngology (64.1%), and dermatology (63.4%). In Taiwan, fewer than half of clinics used a physician's name as a brand. The sociocultural or strategic factors and real benefits of doing so could be further studied in the future for a better understanding of healthcare services management.

  7. Bibliographic Entity Automatic Recognition and Disambiguation

    CERN Document Server

    AUTHOR|(SzGeCERN)766022

    This master thesis reports an applied machine learning research internship done at digital library of the European Organization for Nuclear Research (CERN). The way an author’s name may vary in its representation across scientific publications creates ambiguity when it comes to uniquely identifying an author; In the database of any scientific digital library, the same full name variation can be used by more than one author. This may occur even between authors from the same research affiliation. In this work, we built a machine learning based author name disambiguation solution. The approach consists in learning a distance function from a ground-truth data, blocking publications of broadly similar author names, and clustering the publications using a semi-supervised strategy within each of the blocks. The main contributions of this work are twofold; first, improving the distance model by taking into account the (estimated) ethnicity of the author’s full name. Indeed, names from different ethnicities, for e...

  8. Color Naming Experiment in Mongolian Language

    Directory of Open Access Journals (Sweden)

    Nandin-Erdene Osorjamaa

    2015-11-01

    Full Text Available There are numerous researches on color terms and names in many languages. In Mongolian language there are few doctoral theses on color naming. Cross cultural studies of color naming have demonstrated Semantic relevance in French and Mongolian color name Gerlee Sh. (2000; Comparisons of color naming across English and Mongolian Uranchimeg B. (2004; Semantic comparison between Russian and Mongolian idioms Enhdelger O. (1996; across symbolism Dulam S. (2007 and few others. Also a few articles on color naming by some Mongolian scholars are Tsevel, Ya. (1947, Baldan, L. (1979, Bazarragchaa, M. (1997 and others. Color naming studies are not sufficiently studied in Modern Mongolian. Our research is considered to be the first intended research on color naming in Modern Mongolian, because it is one part of Ph.D dissertation on color naming. There are two color naming categories in Mongolian, basic color terms and non- basic color terms. There are seven basic color terms in Mongolian. This paper aims to consider how Mongolian color names are derived from basic colors by using psycholinguistics associative experiment. It maintains the students and researchers to acquire the specific understanding of the differences and similarities of color naming in Mongolian and  English languages from the psycho-linguistic aspect.

  9. Improved vocabulary production after naming therapy in aphasia: can gains in picture naming generalize to connected speech?

    Science.gov (United States)

    Conroy, Paul; Sage, Karen; Ralph, Matt Lambon

    2009-01-01

    Naming accuracy for nouns and verbs in aphasia can vary across different elicitation contexts, for example, simple picture naming, composite picture description, narratives, and conversation. For some people with aphasia, naming may be more accurate to simple pictures as opposed to naming in spontaneous, connected speech; for others, the opposite pattern may be evident. These differences have, in some instances, been related to word class (for example, noun or verb) as well as aphasia subtype. Given that the aim of picture-naming therapies is to improve word-finding in general, these differences in naming accuracy across contexts may have important implications for the potential functional benefits of picture-naming therapies. This study aimed to explore single-word therapy for both nouns and verbs, and to answer the following questions. (1) To what extent does an increase in naming accuracy after picture-naming therapy (for both nouns and verbs) predict accurate naming of the same items in less constrained spontaneous connected speech tasks such as composite picture description and retelling of a narrative? (2) Does the word class targeted in therapy (verb or noun) dictate whether there is 'carry-over' of the therapy item to connected speech tasks? (3) Does the speed at which the picture is named after therapy predict whether it will also be used appropriately in connected speech tasks? Seven participants with aphasia of varying degrees of severity and subtype took part in ten therapy sessions over five weeks. A set of potentially useful items was collected from control participant accounts of the Cookie Theft Picture Description and the Cinderella Story from the Quantitative Production Analysis. Twenty-four of these words (twelve verbs and twelve nouns) were collated for each participant, on the basis that they had failed to name them in either simple picture naming or connected speech tasks (picture-supported narrative and unsupported retelling of a narrative

  10. 27 CFR 479.90 - Certain government entities.

    Science.gov (United States)

    2010-04-01

    ... State, possession of the United States, any political subdivision thereof, or any official police organization of such a governmental entity engaged in criminal investigations. (b) The exemption provided in... person may subject the transferor to civil and criminal liabilities. (See 26 U.S.C. 5852, 5861, and 5871...

  11. 27 CFR 5.34 - Brand names.

    Science.gov (United States)

    2010-04-01

    ... 27 Alcohol, Tobacco Products and Firearms 1 2010-04-01 2010-04-01 false Brand names. 5.34 Section... Spirits § 5.34 Brand names. (a) Misleading brand names. No label shall contain any brand name, which... officer finds that such brand name (when appropriately qualified if required) conveys no erroneous...

  12. THE STOCKS ACCOUNTING EVALUATION AND ESTIMATION INFLUENCE ON THE ENTITY PERFORMANCE

    Directory of Open Access Journals (Sweden)

    TULVINSCHI MIHAELA

    2015-12-01

    Full Text Available Improving the performance of a company involves an operative and accurate measurement of the efforts and effects, the efficient use of the company resources and also identifying ways to reduce consumption, a category in which stocks occupy a significant position. The purpose of this article is to demonstrate that the accounting information on stocks can not rely only on the accuracy assessment of past and current events, but must take into account estimations of future events, even if these involve uncertainty and risk taking. Different methods for evaluating stocks at the exit of the entity lead to different results but does not affect the entity performance. Opposed to the evaluation, when we speak about the accounting estimation, there is a significant freedom of action when choosing methods. The economic entity is always in the present, and for this reason it must take into consideration both the evaluation accuracy and the accounting estimations uncertainty. Estimating the net achievable value is influenced by the purpose for which the inventory is held. Accounting estimations are influenced by the judgment which is sometimes subjected to inherent bias, but this bias should not turn into a form of manipulating the entity's performance.

  13. Spine malformation complex in 3 diverse syndromic entities

    Science.gov (United States)

    Kaissi, Ali Al; van Egmond-Fröhlich, Andreas; Ryabykh, Sergey; Ochirov, Polina; Kenis, Vladimir; Hofstaetter, Jochen G.; Grill, Franz; Ganger, Rudolf; Kircher, Susanne Gerit

    2016-01-01

    Abstract Rationale: Clinical and radiographic phenotypic characterizations were the base line tool of diagnosis in 3 syndromic disorders in which congenital cervico-thoracic kyphosis was the major deformity. Patients concerns: Directing maximal care toward the radiographic analysis is not only the axial malformation but also toward the appendicular abnormalities was our main concern. We fully documented the diversity of the spine phenotypic malformation complex via the clinical and radiographic phenotypes. Diagnoses: We established the diagnosis via phenotypic/genotypic confirmation in 3 diverse syndromic entities namely acampomelic campomelic dysplasia, Larsen syndrome and Morquio syndrome type A (mucopolysaccharidosis type IV A). Interventions: Surgical interventions have been carried out in the Larsen syndrome and Morquio syndrome type A, resepectively. Outcomes: The earliest the diagnosis is, the better the results are. The necessity to diagnose children in their first year of life has many folds, firstly the management would be in favor of the child's growth and development and secondly, the prognosis could be clearer to the family and the medical staff as well. Our current paper is to sensitize paediatricians, physicians and orthopedic surgeons regarding the necessity to detect the aetiological understanding in every child who manifests a constellation of malformation complex. Lesons: Scoliosis and kyphosis/kyphoscoliosis are not a diagnosis in themselves. Such deformities are mostly a symptom complex correlated to dozens of types of syndromic associations. The rate curve progression and the final severity of congenital spine tilting are related to 3 factors: (a) the type of vertebral malformation present, (b) the patient's phenotype, and (c) the diagnosis. PMID:27977582

  14. Metaphysical perspectives on YHWH as a fictional entity in the Hebrew Bible

    Directory of Open Access Journals (Sweden)

    Jacobus W. Gericke

    2017-05-01

    Full Text Available Within a literary ontology, YHWH in the Hebrew Bible is technically also a fictional entity or object. In Hebrew Bible scholarship, a variety of philosophical issues surrounding fiction have received sustained and in-depth attention. However, the mainstream research on these matters tends to focus on the philosophical foundations of or backgrounds to a particular literary theory, rather than on metaphysical puzzles as encountered in the philosophy of fiction proper. To fill this gap, the present article seeks to provide a meta-theoretical overview of the main contemporary philosophical perspectives on the metaphysics of fictional objects. Three views (and their sub-currents are discussed, namely possibilism, (neo-Meinongianism and (literary creationism. Each view’s theory is introduced and critically appropriated with reference to what is implied to be an answer to the question of what exactly the biblical character YHWH can meaningfully be said to be in the context of the metaphysics of fictional objects. In this way, the present study also goes beyond the traditional concern with the nature of God in Old Testament theology.

  15. Hybrid Odontogenic Lesion: A Rare Entity

    Directory of Open Access Journals (Sweden)

    Reza Imani

    2017-03-01

    Full Text Available Hybrid tumors are very rare tumors composed of two different tumor entities, each of which conforms to an exactly defined tumor category. A 14-year-old boy was referred for an intraosseous painless lesion with a histopathological feature of multiple odontogenic lesions including calcifying odontogenic cyst, complex odontoma and ameloblastic fibro-odontoma. The final diagnosis considered to be a hybrid odontogenic lesion.

  16. The Claim Tool Kit for ad hoc recognition of peer entities

    DEFF Research Database (Denmark)

    Seigneur, Jean-Marc; Jensen, Christian D.

    2005-01-01

    In ubiquitous/pervasive computing environments, it is envisaged that computing elements—entities—will start interacting in an ad hoc fashion. The peer-to-peer (p2p) paradigm is appealing for such types of interaction especially with JXTA, which supports the development of reusable p2p building...... blocks, which facilitate implementation on any smart device. However, the inability to rely on a centralised authentication infrastructure, the openness of the environment and the absence of an administrator (it is assumed to be too expensive to have a skilled administrator at hand due to the large...... number of peers) challenge the use of legacy authentication mechanisms. Supporting spontaneous interactions among previously unknown entities requires dynamic enrolment of strangers and unknown entities. Entity recognition (ER) is a process that is carried out each time an interaction happens between...

  17. Accessing Data Bases Through Interface Views Using a Unified Graph-Oriented Entity-Relationship Model

    DEFF Research Database (Denmark)

    Kraft, Peter; Sørensen, Jens Otto

    Interface Abstract: The paper describes an Entity Relationship (ER) model with a diagrammed schema and extensions modeled into a graph. The semantics of schema symbols are fundamentally simple implying a unified model where given conceptualizations of environments are diagrammed uniquely. By the ......Interface Abstract: The paper describes an Entity Relationship (ER) model with a diagrammed schema and extensions modeled into a graph. The semantics of schema symbols are fundamentally simple implying a unified model where given conceptualizations of environments are diagrammed uniquely...... with a unified graphic model is more efficient and less error-prone than working with more complex ER models and models based on lexical description. Key terms: Entity-relationship model, path expressions, entity-relationship language, derived interface view, view updates, graphical models....

  18. EMPIRICAL RESEARCH ON THE STRUCTURE OF A SYSTEM FOR ASSESSMENT OF THE GLOBAL PERFORMANCE OF ECONOMIC ENTITIES

    Directory of Open Access Journals (Sweden)

    Pintea Mirela-Oana

    2012-07-01

    Full Text Available Sustainable development and, therefore, globalization require new standards of performance that exceeds the economic field, both for domestic companies as well as international ones. So, these standards should be integrated into corporate strategy development to ensure sustainability of activities undertaken by harmonizing the economic, social and environmental objectives. For sustainable development of an entity, value creation can not be seen in strictly financial terms, therefore any strategies that are defined by entities concerns not only the quantitative aspects (economic-financial but also qualitative aspects (social and environmental. This study attempts to address the issue of building a set of indicators to assess overall performance and it stops at each of the three dimensions of performance, namely economic performance, social performance and environmental performance. In this scientific approach we try to stop on one of the priorities of economic research that is finding indicators that better reflect the three dimensions of performance. What indicators would best represent the overall performance?, What indicators would best represent the financial performance?, What indicators would best represent social performance?, What would be the best indicators of environmental performance? During this scientific approach will try to answer each of these questions through the empirical research conducted. To do this research we focused on statistical population consisting of the following categories of analysts: analysts from academic environment (Cluj-Napoca, Bucharest, Timisoara, Iasi, Craiova, Sibiu, Pitesti, Galati and financial analysts from the specific departments of the Financial Investment Services Company (Broker SA, BT Securities, Target Capital, Tradeville, Estinvest, Intercapital, KBC Securities, etc.. This distinction was made because we believe that in determining the optimal structure of such a model we need the views of

  19. Can Your Institution's Name Influence Constituent Response? An Initial Assessment of Consumer Response to College Names.

    Science.gov (United States)

    Treadwell, D. F.

    2003-01-01

    Presents names of college and universities unfamiliar to potential students. Finds that one cluster of respondents had a clear preference for geographic or aspirational names while a second cluster had a preference for proper names. Notes that there was an overall preference for proper names. (SG)

  20. THE IMPACT OF CORPORATE GOVERNANCE ON THE RESTRUCTURING OPERATIONS OF AUDITED ENTITIES

    Directory of Open Access Journals (Sweden)

    Berinde Sorin

    2013-07-01

    Full Text Available The study is based on public information provided by the National Trade Register Office regarding all audited entities within the county of Cluj. In accordance with the legal provisions, the audited entities must notify, in case they meet the legal requirements, if they contract financial audit jobs. The processed information refers to the connection of the management’s nature and the source of the capital for these entities with the frequency of the changes occurred in the structure of the entity and/or of the social capital. Operations of such nature, considered for the period 2005-2012, refer on one side to absorption mergers, dissolutions without liquidation followed by merger, partial divisions and transfer of the audited entity’s headquarters in other counties (positive operations and on the other side to operations of liquidation, insolvency, dissolution followed by liquidation, temporary suspension of activity for a maximum period of 3 years (negative operations. Positive operations are considered by authors to have as an impact the optimization of the indicators of financial position and/or performance, and the negative operations as those unlikely to meet the principle of activity continuity. The study aims to determine whether there is a correlation between a certain type of corporate governance on one side and the frequency of the two categories of changes in the structure of the activity and/or of the social capital. Conclusions are relevant for at least two reasons: the study is exhaustive, there have been taken into consideration all the audited entities in the county of Cluj and, moreover, the analyzed period is very expansive (the last seven financial years. On the other hand, from the previous studies it appears that within audited entities there is a higher preponderance of foreign management in comparison with a more moderate foreign investment. Relevant in this respect are the findings regarding the nature of the changes

  1. What’s In Your Name? Associated Meanings of the Common Filipino Names Among Young Filipinos

    Directory of Open Access Journals (Sweden)

    Shaira G. Castillo

    2016-11-01

    Full Text Available Name is important in knowing someone’s identity. By a person’s name someone can know his or her character. It is also possible that they bear a particular name because of their background and other factors that can lead to something important. This study aimed to find out the associative meanings of the most common Filipino male and female names among the Polytechnic University of the Philippines-Sta. Mesa students. Different factors such as character traits, physical appearance, and skills/talents were considered in determining meanings of the names. The study used quantitative and qualitative research approach, specifically the descriptive method, to analyze the gathered data. A selfadministered survey was distributed to 400 randomly selected respondents. General findings revealed that the respondents associated the most common Filipino male names in the same way regarding character traits and skills/talents. However, they have different associations to the male names in terms of physical appearance. On the other hand, the respondents associated the most common Filipino female names into similar character traits and physical appearance but associated them with different skills/talents. Results also revealed that the most common factors that influence the respondents’ associated meanings were relationships, experiences, popularity, and perception. The results imply that while young Filipinos associate similar character traits, physical appearances and skills to common Filipino names, they have different reasons in giving meanings to them.

  2. Tourette syndrome, growth retardation, and platyspondyly: an entity?

    NARCIS (Netherlands)

    Scheper, Frederike Y.; Hennekam, Raoul C. M.

    2002-01-01

    A 14-year-old male is described with Tourette syndrome, platyspondyly, a marked delay in bone age, growth retardation that is more expressed in the limbs and talipes equinovarus. This appears to be a new entity

  3. Accounting standards for small and medium-sized entities. Evidence from Spain

    OpenAIRE

    Milanés Montero Patricia; Albarrán Lozano Irene; Texeira Quirós Joaquín; Esteban Pérez Calderón

    2011-01-01

    By approving Regulation 1606/2002, the European Commission entrusts the local European Union regulators with the difficult decision as to whether making the International Accounting Standards (IAS/IFRS) extensive for their Small and Medium sized Entities or not. International Financial Reporting Standard for Small and Medium-sizzed Entities (hereinafter IFRS for SMEs) was published in 2009, and the European Commission had also decided to seek the opinion of EU stakeholders on this Standard. W...

  4. What's in a Name ?The Effect of an Artist's Name on Aesthetic Judgements

    OpenAIRE

    Cleeremans, Axel; Ginsburgh, Victor; Klein, Olivier; Noury, Abdul Ghafar

    2016-01-01

    Both economists and art historians suggest that the name of the artist is important and belongs with the work. We carried out an experiment to explore the influence that the presence and knowledge of an artist’s name exert on aesthetic judgments. Forty participants (20 students majoring in psychology and 20 in art history) were asked to rank twelve works painted by different artists, some of which bore the name of their actual creators, others not. The results demonstrated that the presence o...

  5. 78 FR 45464 - Broadband Data Improvement Act; Eligible Entities Aggregate Form 477 Data

    Science.gov (United States)

    2013-07-29

    ...) containing an express commitment to protect the data in this fashion. 33. Procedures for Obtaining Access to... employees of the eligible entity; (2) outside contractors, subcontractors, consultants or experts retained for the purpose of assisting eligible entities, provided that such outside consultants are not...

  6. A Baseline Method for Genealogical Entity Resolution

    NARCIS (Netherlands)

    Efremova, J.; Ranjbar-Sahraei, B.; Oliehoek, F.A.; Calders, T.; Tuyls, K.

    2014-01-01

    In this paper we study the application of entity resolution (ER) techniques on a real-world multi-source genealogical dataset. Our goal is to identify all persons involved in various notary acts and link them to their birth, marriage and death certificates. In order to evaluate the performance of a

  7. Fictional names and fictional discourse

    OpenAIRE

    Panizza, Chiara

    2017-01-01

    [eng] In this dissertation I present a critical study of fiction, focusing on the semantics of fictional names and fictional discourse. I am concerned with the issue of whether fictional names need to refer, and also with the related issue of whether fictional characters need to exist, in order to best account for our linguistic practices involving fictional names. Fictional names like ‘Sherlock Holmes’, ‘Anna Karenina’, ‘Emma Woodhouse’ and ‘Don Quixote of La Mancha’ ordinarily occur in diff...

  8. Can You Say My Name?

    DEFF Research Database (Denmark)

    Erz, Antonia; Christensen, Bo T.

    Whereas brand name research has focused on the semantic meaning or sounds of names, processing fluency lends further support to the idea that meaning goes beyond semantics. Extant research has shown that phonological fluency, i.e., the ease or difficulty with which people pronounce names, can...

  9. 77 FR 58006 - Addition of Certain Persons to the Entity List; Removal of Person From the Entity List Based on...

    Science.gov (United States)

    2012-09-19

    ... limited. DATES: Effective Date: This rule is effective September 19, 2012. FOR FURTHER INFORMATION CONTACT..., F-2, Khusal Khan Khattak Road, University Town, Peshawar, Pakistan. Annual Review of the Entity List...) 54th Research Institute; --Communication, Telemetry and Telecontrol Research Institute (CTI); and...

  10. Odysseus «by any other/by no name» chez Polyphemos

    Directory of Open Access Journals (Sweden)

    Yoël L. Arbeitman

    1995-12-01

    Full Text Available Thesis: It is an accepted fact that name-games in Heroic Age Hebrew and Greek texts (archaic loci embedded in the long-redacted Biblical and Homeric texts held veritable significance in the period when the respective actions occurred. When in Ex. 2: 22 Moses names his First Born Son «Gēršōm», «because I was a resident-alien in a Land-Not-Mine», the implicatum is gēr šām «resident alien there» and any reader, knowing Hebrew, would recognize this second level word-game, one very serious. On the other hand, the translations of the LXX, the Vulgata, and Targum Onqelos are superb in meaning (semantically, but make the name aetiogies in vain, for they don't concern themselves with struggling to bring them across, an essential part of translation. But we are not concerned with translations in such word-games, only with the Urtext. Nevertheless in the Urtext of Odysseia IX, the names which the protagonist gives his inhospitable host, are apparently unmotivated. The author proposes very strong double motivation for the one form, viz. Oútis, the alternate form Mḗtis being automatically generated grammatically. As opposed to the biblical exx., knowledge of languages beyond that of the Greek Urtext is required to understand the name-games involved.

  11. 27 CFR 7.23 - Brand names.

    Science.gov (United States)

    2010-04-01

    ... 27 Alcohol, Tobacco Products and Firearms 1 2010-04-01 2010-04-01 false Brand names. 7.23 Section... Beverages § 7.23 Brand names. (a) General. The product shall bear a brand name, except that if not sold under a brand name, then the name of the person required to appear on the brand label shall be deemed a...

  12. Brand Reputation and the Cost of Capital: Evidence of Adopting a Brand Name as the Corporate Name

    OpenAIRE

    YiLin Wu

    2011-01-01

    This paper studies how the capital market perceives brand name adoption. I distinguish between brand adoption and radical type of corporate name change. A brand adoption name change occurs when the firm adopts one of its well-established brands as its new corporate name and a radical type occurs when the new name is semantically unrelated to firm history. Improved profitability and increased net investment accompany brand name adoption. After controlling for changes in the competing informati...

  13. Reduced verbal fluency for proper names in nondemented patients with Parkinson's disease: a quantitative and qualitative analysis.

    Science.gov (United States)

    Fine, Eric M; Delis, Dean C; Paul, Brianna M; Filoteo, J Vincent

    2011-02-01

    There has been an increasing interest within neuropsychology in comparing verbal fluency for different grammatical classes (e.g., verb generation vs. noun generation) in neurological populations, including Parkinson's disease (PD). However, to our knowledge, few studies have compared verbal fluency for common nouns and proper names in PD. Common nouns and proper names differ in terms of their semantic characteristics, as categories of common nouns are organized hierarchically based on semantics, while categories of proper nouns lack a well-defined semantic organization. In addition, there is accumulating evidence that the retrieval of these distinct grammatical classes are subserved by somewhat distinct neural systems. Given that verbal fluency deficits are among the first impairments to emerge in PD, and that such deficits are predictors of future cognitive decline, it is important to examine all aspects of verbal fluency in this population. For the current study, we compared the performance of a group of 32 nondemented PD patients with 32 healthy participants (HP) on verbal fluency tasks for common nouns (animals) and proper names (boys' first names). A significant interaction between verbal fluency task and diagnostic status emerged, as the PD group performed significantly worse on only the proper name fluency task. This finding may reflect the absence of well-defined semantic organization that structures the verbal search for first names, thus placing a greater onus on strategic or "executive" verbal retrieval processes.

  14. Semantic modeling of the structural and process entities during plastic deformation of crystals and rocks

    Science.gov (United States)

    Babaie, Hassan; Davarpanah, Armita

    2016-04-01

    We are semantically modeling the structural and dynamic process components of the plastic deformation of minerals and rocks in the Plastic Deformation Ontology (PDO). Applying the Ontology of Physics in Biology, the PDO classifies the spatial entities that participate in the diverse processes of plastic deformation into the Physical_Plastic_Deformation_Entity and Nonphysical_Plastic_Deformation_Entity classes. The Material_Physical_Plastic_Deformation_Entity class includes things such as microstructures, lattice defects, atoms, liquid, and grain boundaries, and the Immaterial_Physical_Plastic_Deformation_Entity class includes vacancies in crystals and voids along mineral grain boundaries. The objects under the many subclasses of these classes (e.g., crystal, lattice defect, layering) have spatial parts that are related to each other through taxonomic (e.g., Line_Defect isA Lattice_Defect), structural (mereological, e.g., Twin_Plane partOf Twin), spatial-topological (e.g., Vacancy adjacentTo Atom, Fluid locatedAlong Grain_Boundary), and domain specific (e.g., displaces, Fluid crystallizes Dissolved_Ion, Void existsAlong Grain_Boundary) relationships. The dynamic aspect of the plastic deformation is modeled under the dynamical Process_Entity class that subsumes classes such as Recrystallization and Pressure_Solution that define the flow of energy amongst the physical entities. The values of the dynamical state properties of the physical entities (e.g., Chemical_Potential, Temperature, Particle_Velocity) change while they take part in the deformational processes such as Diffusion and Dislocation_Glide. The process entities have temporal parts (phases) that are related to each other through temporal relations such as precedes, isSubprocessOf, and overlaps. The properties of the physical entities, defined under the Physical_Property class, change as they participate in the plastic deformational processes. The properties are categorized into dynamical, constitutive

  15. Rasmussen's Aneurysm: A Forgotten Entity?

    International Nuclear Information System (INIS)

    Keeling, A. N.; Costello, R.; Lee, M. J.

    2008-01-01

    We present the case of a rare entity which is a complication of a disease process that had almost disappeared from the Western World. With the recent resurgence in reported cases of Mycobacterium tuberculosis (TB) in Western communities, it is important to recognize complications and sequelae. A young alcoholic male with confirmed active TB suffered a cardiac arrest following massive haemoptysis. Multidetector computed tomography angiography diagnosed a Rasmussen's aneurysm, confirmed by digital subtraction angiography and then successfully embolized with glue. We outline this rare case and the embolization technique and review previously documented reports

  16. Thanatophoric Dysplasia: A Rare Entity

    Directory of Open Access Journals (Sweden)

    N.S. Naveen

    2011-05-01

    Full Text Available Thanatophoric dysplasia is the lethal skeletal dysplasia characterized by marked underdevelopment of the skeleton and short-limb dwarfism. The child will be having a short neck, narrow thoracic cage and protuberant abdomen. Other anatomical features include a relatively enlarged head with frontal bossing, prominent eyes, hypertelorism and the depressed nasal bridge. The diagnosis is usually made with the ultrasonography in the second trimester. In this study we report a case of this rare entity with emphasis on its anatomical features, abnormalities and clinical profile with relevant review of literature.

  17. System for Award Management (SAM) Public Extract - Entity Registration

    Data.gov (United States)

    General Services Administration — This dataset contains the information available under the Freedom of Information Act (FOIA) for those entities registered to do business with the Federal government...

  18. Photovoltaic Bias Generator

    Science.gov (United States)

    2018-02-01

    Department of the Army position unless so designated by other authorized documents. Citation of manufacturer’s or trade names does not constitute an... Interior view of the photovoltaic bias generator showing wrapped-wire side of circuit board...3 Fig. 4 Interior view of the photovoltaic bias generator showing component side of circuit board

  19. The bear in Eurasian plant names: motivations and models.

    Science.gov (United States)

    Kolosova, Valeria; Svanberg, Ingvar; Kalle, Raivo; Strecker, Lisa; Özkan, Ayşe Mine Gençler; Pieroni, Andrea; Cianfaglione, Kevin; Molnár, Zsolt; Papp, Nora; Łuczaj, Łukasz; Dimitrova, Dessislava; Šeškauskaitė, Daiva; Roper, Jonathan; Hajdari, Avni; Sõukand, Renata

    2017-02-21

    Ethnolinguistic studies are important for understanding an ethnic group's ideas on the world, expressed in its language. Comparing corresponding aspects of such knowledge might help clarify problems of origin for certain concepts and words, e.g. whether they form common heritage, have an independent origin, are borrowings, or calques. The current study was conducted on the material in Slavonic, Baltic, Germanic, Romance, Finno-Ugrian, Turkic and Albanian languages. The bear was chosen as being a large, dangerous animal, important in traditional culture, whose name is widely reflected in folk plant names. The phytonyms for comparison were mostly obtained from dictionaries and other publications, and supplemented with data from databases, the co-authors' field data, and archival sources (dialect and folklore materials). More than 1200 phytonym use records (combinations of a local name and a meaning) for 364 plant and fungal taxa were recorded to help find out the reasoning behind bear-nomination in various languages, as well as differences and similarities between the patterns among them. Among the most common taxa with bear-related phytonyms were Arctostaphylos uva-ursi (L.) Spreng., Heracleum sphondylium L., Acanthus mollis L., and Allium ursinum L., with Latin loan translation contributing a high proportion of the phytonyms. Some plants have many and various bear-related phytonyms, while others have only one or two bear names. Features like form and/or surface generated the richest pool of names, while such features as colour seemed to provoke rather few associations with bears. The unevenness of bear phytonyms in the chosen languages was not related to the size of the language nor the present occurence of the Brown Bear in the region. However, this may, at least to certain extent, be related to the amount of the historical ethnolinguistic research done on the selected languages.

  20. A Doctor’s Name as a Brand: A Nationwide Survey on Registered Clinic Names in Taiwan

    Directory of Open Access Journals (Sweden)

    Feng-Yuan Chu

    2018-06-01

    Full Text Available In countries where the private clinics of physicians can be freely named, registering a clinic with a physician’s name is one way to make patients familiar with the physician. No previous study had investigated how clinics make use of this method of personal branding. Therefore, the current study analyzed 10,847 private physician Western medicine clinics in Taiwan. Of those clinics, 31.0% (n = 3363 were named with a physician’s full name, 8.9% (n = 960 with a surname, and 8.1% (n = 884 with a given name. The proportion of clinics registered with a physician’s name was lower in rural areas (37.3% than in urban (48.5% and suburban areas (49.2%, respectively. Among clinics with only one kind of specialist, a physician’s name was used most frequently in clinics of obstetrics and gynecology (64.9%, otorhinolaryngology (64.1%, and dermatology (63.4%. In Taiwan, fewer than half of clinics used a physician’s name as a brand. The sociocultural or strategic factors and real benefits of doing so could be further studied in the future for a better understanding of healthcare services management.

  1. Acute steroid myopathy: a highly overlooked entity.

    Science.gov (United States)

    Haran, Michal; Schattner, Ami; Kozak, Natasha; Mate, Andras; Berrebi, Alain; Shvidel, Lev

    2018-02-15

    Myopathy in patients being treated with corticosteroids is known primarily among chronically-treated patients or in critically ill and mechanically-ventilated patients receiving corticosteroids, often in high doses. To highlight the entity of acute, early-onset corticosteroid-treatment-associated myopathy and its characteristics. Reporting our experience with four patients and reviewing all published reports of myopathy developing ≤14 days of initiating corticosteroid-treatment. Acute corticosteroid myopathy (ASM) exists, though the syndrome appears to be rare. It is characterized by unpredictability and heterogeneity, sometimes developing within 1-3 days, after a single dose, which may not be high and administered by varied routes. Proximal limb muscle weakness is the most common form, but distal limb, bulbar and respiratory muscles may be involved. Steroid cessation often leads to improvement/resolution, but irreversibility may occur. A high index of suspicion for the possibility of ASM is necessary, to ensure drug discontinuation and recovery. This is particularly true since the entity is not widely recognized and its symptoms are often erroneously interpreted as due to the patient's underlying disease.

  2. Nomenclatural availability of the names applied to “varieties” of the green toad (Bufo viridis subgroup in the Italian territory, with emphasis on the variety lineata of Ninni (Anura: Bufonidae

    Directory of Open Access Journals (Sweden)

    Nicola Novarini

    2010-07-01

    Full Text Available Recent molecular investigations on Eurasian green toads led to the recognition of distinct lineages and to the establishment of new taxa within the former Bufo viridis; as a consequence, significant range-wide nomenclatural changes have been proposed, although some uncertainties remained on the available names applicable within the Italian territory. In order to contribute to clarify the matter, we evaluated, under the provisions of the International Code of Zoological Nomenclature, the nomenclatural availability of all the names that have been applied to infrasubspecific entities of the Bufo viridis subgroup within the Italian territory. We also provided a historical overview of the usage of all these names, as well as detailed information on the original material upon which the variety lineata of A.P. Ninni was established. Our analysis supports the view that only the names crucigera Eichwald, 1831 and balearica Boettger, 1880 are available, the former being however junior synonym of B. viridis Laurenti, 1768, whereas the names acutirostris and obtusirostris of Lessona, lineata of Ninni, concolor and maculata of Camerano, and nardoi of Paolucci, Fuhn and Bruno are all not available.

  3. The usage of ratio analysis in the assessing of the operation of commercial entities

    Directory of Open Access Journals (Sweden)

    Ljušić Milan

    2017-01-01

    Full Text Available This paper covers both the financial analysis and the analysis of net working capital that are most commonly used in assessing the operations of economic entities. It is of sig- nificant importance to analyze the operations of each corporate entity through financial aspect (assessment of liquidity and credit worthiness, economic phenomena, reputation and inner strength. The analysis of the operational assessment of the economic entity is of significant importance for the management as it is taken as one of the necessary para- meters in decision – making. Thus gained results can greatly affect and guide managers towards future steps in the process of decision making. On the other hand, by the insight into the financial analysis, the attitude of both the investitors and creditors towards busi- ness entity is determined and therefore they can become interested for various forms of cooperation, including joint ventures. The aim of this paper is to determine, through financial analysis, the status, operation and also the financial situation of the company Sog Line L.T.D. Belgrade, as well as to highlight the important business segments and pos- sibly propose the measures for the improvement of the operation of the entity.

  4. 78 FR 18808 - Addition of Certain Persons to the Entity List; Removal of Person From the Entity List Based on...

    Science.gov (United States)

    2013-03-28

    ... information displays a currently valid Office of Management and Budget (OMB) Control Number. This regulation..., including suggestions for reducing the burden, to Jasmeet K. Seehra, Office of Management and Budget (OMB.... By revising under Germany, one German entity; 0 d. By adding under Germany, in alphabetical order...

  5. Computing Homology Group Generators of Images Using Irregular Graph Pyramids

    OpenAIRE

    Peltier , Samuel; Ion , Adrian; Haxhimusa , Yll; Kropatsch , Walter; Damiand , Guillaume

    2007-01-01

    International audience; We introduce a method for computing homology groups and their generators of a 2D image, using a hierarchical structure i.e. irregular graph pyramid. Starting from an image, a hierarchy of the image is built, by two operations that preserve homology of each region. Instead of computing homology generators in the base where the number of entities (cells) is large, we first reduce the number of cells by a graph pyramid. Then homology generators are computed efficiently on...

  6. Naming analog clocks conceptually facilitates naming digital clocks

    NARCIS (Netherlands)

    Meeuwissen, M.H.W.; Roelofs, A.P.A.; Levelt, W.J.M.

    2004-01-01

    Naming digital clocks (e.g., 2:45, say "quarter to three") requires conceptual operations on the minute and hour information displayed in the input for producing the correct relative time expression. The interplay of these conceptual operations was investigated using a repetition priming paradigm.

  7. 77 FR 60948 - Stress Testing of Regulated Entities

    Science.gov (United States)

    2012-10-05

    ... regulated by a primary federal financial regulatory agency, to conduct annual stress tests to determine... the regulated entities under the Federal Housing Enterprises Financial Safety and Soundness Act of... regulated by a primary Federal financial regulatory agency shall conduct annual stress tests * * * (emphasis...

  8. Coordination of a complex welfare system case: rehabilitation entity in Finland.

    Science.gov (United States)

    Miettinen, Sari; Ashorn, Ulla; Lehto, Juhani; Viitanen, Elina

    2011-01-01

    The main purpose of this article is to analyse the institutional and political structures of the Finnish rehabilitation entity and the governmental efforts to improve the governance of the rehabilitation policy. Rehabilitation in Finland is a complex welfare system which has undergone several coordination attempts during the last two decades. The centrality of the coordination of this welfare system is obvious. Based on the content analysis of three Government's rehabilitation reports from 1994 to 2002 and their background papers, this article provides two main findings. First, the rehabilitation entity seems to be based on different funding strategies, different governing and different coordination models between the rehabilitation subsystems. Second, the governance discourse in the reports seems to be unchanging with a predominantly hierarchical mode. The article concludes with a discussion on the challenges to coordinate this kind of a complex welfare system as an entity and also how to overcome those challenges. Copyright © 2010 John Wiley & Sons, Ltd.

  9. Implicit theories of body weight: entity beliefs can weigh you down.

    Science.gov (United States)

    Burnette, Jeni L

    2010-03-01

    The current research extended the implicit theory approach to a weight management context and merged it with value expectancy theory. Three studies investigated the hypothesis that individuals are especially unlikely to self-regulate effectively after dieting setbacks when they believe body weight to be fixed (entity theory) rather than malleable (incremental theory). Study 1 examined avoidant coping after a hypothetical dieting setback. Study 2 examined the implicit theory-avoidant coping relation after naturally occurring challenges to participants' weight-loss goals. Across both studies, entity theorists, relative to incremental theorists, reported more avoidant coping after setbacks. In Study 2, avoidant coping, in turn, predicted difficulty achieving weight-loss success. Study 3 manipulated implicit theories of weight to test the causal effects of implicit theories on effortful regulation. Entity theorists, relative to incremental theorists, reported less persistence following setbacks. Across the three studies, expectations about the potential for future dieting success mediated the link between implicit theory and self-regulation.

  10. Earnings Management by Means of Changes in Accounting Entities - The Case of Tobu Railway Company -

    OpenAIRE

    TOKUGA, Yoshihiro; MIYAUCHI, Toshitake

    2009-01-01

    Companies sometime hide liabilities or losses through changes in accounting entity. Although few textbooks deal with this topic, studying how to use changing entity is very important. In this case, we consider the Tobu Railway Company, which has benefited from industrial policy on several occasions through affecting changes in accounting entity. To ignore this aspect of the company in any analysis, investors and/or analysts attempting to analyze this company would misunderstand it. Through in...

  11. 20 CFR 662.210 - What other entities may serve as One-Stop partners?

    Science.gov (United States)

    2010-04-01

    ... and the Responsibilities of Partners § 662.210 What other entities may serve as One-Stop partners? (a) WIA provides that other entities that carry out a human resource program, including Federal, State, or...) Additional partners may include: (1) TANF programs authorized under part A of title IV of the Social Security...

  12. 26 S proteasomes function as stable entities

    DEFF Research Database (Denmark)

    Hendil, Klavs B; Hartmann-Petersen, Rasmus; Tanaka, Keiji

    2002-01-01

    , shuttles between a free state and the 26-S proteasome, bringing substrate to the complex. However, S5a was not found in the free state in HeLa cells. Besides, all subunits in PA700, including S5a, exchanged at similar low rates. It therefore seems that 26-S proteasomes function as stable entities during...

  13. Analisi Pengaruh Store Name, Brand Name, Dan Price Discounts Terhadap Purchase Intentions Konsumen Infinite Tunjungan Plaza

    OpenAIRE

    Gunawan, Andy

    2013-01-01

    Andy Gunawan:SkripsiAnalisis pengaruh store name, brand name dan price discounts terhadap purchase intention konsumen infnite tunjungan plaza Di era globalisasi ini, persaingan dagang antara Perusahaan – Perusahaan baik lokal maupun global menjadi semakin ketat, oleh karena itu Perusahaan selalu berusaha untuk meningkatkan ketertarikan minat beli konsumen. Beberapa variabel yang menjadi fokus Perusahaan adalah store name, brand name, dan price discount. Tujuan penelitian ini adalah untuk meng...

  14. Social class and academic achievement in college: the interplay of rejection sensitivity and entity beliefs.

    Science.gov (United States)

    Rheinschmidt, Michelle L; Mendoza-Denton, Rodolfo

    2014-07-01

    Undergraduates, especially those from lower income backgrounds, may perceive their social class background as different or disadvantaged relative to that of peers and worry about negative social treatment. We hypothesized that concerns about discrimination based on one's social class (i.e., class-based rejection sensitivity or RS-class) would be damaging to undergraduates' achievement outcomes particularly among entity theorists, who perceive their personal characteristics as fixed. We reasoned that a perceived capacity for personal growth and change, characteristic of incremental theorists, would make the pursuit of a college degree and upward mobility seem more worthwhile and attainable. We found evidence across 3 studies that dispositionally held and experimentally primed entity (vs. incremental) beliefs predicted college academic performance as a function of RS-class. Studies 1a and 1b documented that high levels of both entity beliefs and RS-class predicted lower self-reported and official grades, respectively, among undergraduates from socioeconomically diverse backgrounds. In Study 2, high entity beliefs and RS-class at matriculation predicted decreased year-end official grades among lower class Latino students. Study 3 established the causal relationship of entity (vs. incremental) beliefs on academic test performance as a function of RS-class. We observed worse test performance with higher RS-class levels following an entity (vs. incremental) prime, an effect driven by lower income students. Findings from a 4th study suggest that entity theorists with RS-class concerns tend to believe less in upward mobility and, following academic setbacks, are prone to personal attributions of failure, as well as hopelessness. Implications for education and intervention are discussed.

  15. Diagnostical Procedure for Logistical Management in Turistical Entities

    Directory of Open Access Journals (Sweden)

    Libia Arlen Fergusson-Álvarez

    2016-06-01

    Full Text Available This research aims to design a diagnostic procedure of the logistics management for turistical entities, they could be hotels or not. This procedure was validated in Commercial Branch Caracol Santiago de Cuba and finally, different actions for the detected problems were proposed with the objective of improving the logistics management of the organization. To develop this research various tools and techniques served as support, such as: surveys, SPSS software (Statistical Package for Social Sciences 15.0 version and Decision 1.0 version, exponential smoothing, Cronbach's Alpha, the coefficient of Kendall W, financial and logistical indicators, the ABC or Pareto Method, the matrices for the classification of stocks and suppliers, among others. This research made possible the design of a diagnostic procedure for logistical management for turistical entities. And it was validated in the Comercial Branch Caracol Santiago, which allowed the proposition of improvement actions for increasing customer satisfaction.

  16. Question mark ears, temporo-mandibular joint malformation and hypotonia: auriculo-condylar syndrome or a distinct entity?

    Science.gov (United States)

    Priolo, M; Lerone, M; Rosaia, L; Calcagno, E P; Sadeghi, A K; Ghezzi, F; Ravazzolo, R; Silengo, M

    2000-10-01

    We report a boy with prominent, peculiarly malformed ears, abnormality of the ramus of the mandible and hypotonia. An isolated peculiar bilateral ear deformity named 'question mark ear' has been delineated in plastic reconstruction surgery reviews [Cosman et al., 1970 Plast Reconstr Surg 46:454-457; Cosman (1984) Plast Reconstr Surg 73:572-576; Takato et al. (1989) Ann Plast Surg 22:69-73; Brodovsky (1997) Plast Reconstr Surg 100:1254-1257; Park (1998) Plast Reconstr Surg 101:1620-1623; Al-Quattan (1998) Plast Reconstr Surg 102:439-441] and a similar deformity of the ear and changes in the temporo-mandibular joint and condyle has been described by Jampol et al. [(1998) Am J Med Genet 75:449-452] and by Guion-Almeida et al. [(1999) Am J Med Genet 86:130-133]. The present case may be the third description of this malformation complex with additional clinical features characterized by hypotonia and mild developmental delay, or possibly a new distinct entity.

  17. Current Trends in Name Giving among Bulgarians: A Study of the Names of Newborns in the Sofia Region

    Directory of Open Access Journals (Sweden)

    Maya Vlahova-Angelova

    2017-11-01

    Full Text Available The article showcases a large-scale study of the modern Bulgarian anthroponymic system conducted by the Applied Onomastics section of the Bulgarian Academy of Sciences Institute for the Bulgarian Language (IBL with the aim of revealing the current trends in the choice of personal names by the Bulgarians at the beginning of the 21st century. The study focuses on personal names of Bulgarians born in 2010 in the Sofia region, as extracted from the Unified System of Civil Registration and Administrative Services of the Population of the Republic of Bulgaria. The total number of births this year was 1,005, of which 51.5% were boys, 48.5% were girls. Statistical and linguistic analysis of names allowed to measure the popularity of both individual personal names and different name types. It shows the quantitative ratio between most commonly chosen names and those of a singular use in relation to the total number of anthroponyms in the corpus, and proves that the male names are more sustainable in terms of usage than female. The derivational and etymological analysis of personal names helped to identify the productive word-formation types of names and the so-called “unisex names,” to distinguish between the native Bulgarian and the borrowed foreign names, as well as to classify graphic and phonetic variants of the same anthroponym. A number of quantitative comparisons were made between certain categories of names, for example, between compound (two-stem personal names (such as Miroslav and simple names (such as Biser, showing the ratio of the two-component personal names (such as Anna-Maria to the rest of the anthroponyms. It was found that the Bulgarian anthroponymic system in the beginning of the 21st century is more open to the non-adapted foreign names (like Mishel, Nancy, shows wider usage of diminutive “unisex names” (Moni, Stephy, Toni, as well as the growing popularity of shortened forms used as official names (Alex, Boni, Pepi, and the

  18. Name signs in Danish Sign Language

    DEFF Research Database (Denmark)

    Bakken Jepsen, Julie

    2018-01-01

    in spoken languages, where a person working as a blacksmith by his friends might be referred to as ‘The Blacksmith’ (‘Here comes the Blacksmith!’) instead of using the person’s first name. Name signs are found not only in Danish Sign Language (DSL) but in most, if not all, sign languages studied to date....... This article provides examples of the creativity of the users of Danish Sign Language, including some of the processes in the use of metaphors, visual motivation and influence from Danish when name signs are created.......A name sign is a personal sign assigned to deaf, hearing impaired and hearing persons who enter the deaf community. The mouth action accompanying the sign reproduces all or part of the formal first name that the person has received by baptism or naming. Name signs can be compared to nicknames...

  19. 27 CFR 4.33 - Brand names.

    Science.gov (United States)

    2010-04-01

    ... 27 Alcohol, Tobacco Products and Firearms 1 2010-04-01 2010-04-01 false Brand names. 4.33 Section... THE TREASURY LIQUORS LABELING AND ADVERTISING OF WINE Labeling Requirements for Wine § 4.33 Brand names. (a) General. The product shall bear a brand name, except that if not sold under a brand name...

  20. Improved Vocabulary Production after Naming Therapy in Aphasia: Can Gains in Picture Naming Generalise to Connected Speech?

    Science.gov (United States)

    Conroy, Paul; Sage, Karen; Ralph, Matt Lambon

    2009-01-01

    Background: Naming accuracy for nouns and verbs in aphasia can vary across different elicitation contexts, for example, simple picture naming, composite picture description, narratives, and conversation. For some people with aphasia, naming may be more accurate to simple pictures as opposed to naming in spontaneous, connected speech; for others,…

  1. The Use of Management Accounting Tools in Third Sector Entities

    Directory of Open Access Journals (Sweden)

    Poueri do Carmo Mário

    2013-04-01

    Full Text Available The purpose of this article was to present the results of research about the use of management accounting tools by third sector entities. It was considered that the use of management tools assists in the management process and internal controls of the same, and consequently in its continuity. The literature discusses the importance of management accounting and its instruments for management purposes (Padoveze, 2004; Soutes, 2006; Pace, 2009 and presents relevant aspects of more traditional tools such as the Budget, Strategic Planning and Costing (Dubois, Kulpa and Souza, 2006; Martins, 2010; Padoveze, 2006. We tried to do a survey on a sample of NGOs in cities of Minas Gerais, which included at the end with 41 respondents institutions. The survey instrument for data collection was a questionnaire constructed from literature reviews related to objects of research (Third Sector and Management Accounting Instruments. The questionnaire had the purpose of gathering data from the entity and also know about of the respondent. In addition, interviews were conducted in some NGOs, complementing the research findings from the questionnaires. The results were divided into three topics: the respondent data, the organization and practices of management accounting. In general, although much progress has been made and success stories and effective improvements, most of these entities still need to develop their accounting information systems and the use of the instruments themselves. Causes of this may be the lack of knowledge about some of the entities management tools (maybe the respondents because of their formations, besides the reduced capacity of most of them have these "services" (controls and analyzes that run on its functional structure due lack of resources to do so.

  2. Primary lacrimal canaliculitis – A clinical entity often misdiagnosed

    Directory of Open Access Journals (Sweden)

    Manpreet Singh

    2018-03-01

    Conclusion: PLC is a frequently misdiagnosed clinical entity which delays the initiation of appropriate treatment. A succinct magnified examination of punctum and canalicular region can provide sufficient clues pivotal for accurate diagnosis.

  3. 75 FR 39244 - Reliability Standards Development and NERC and Regional Entity Enforcement; Further Notice...

    Science.gov (United States)

    2010-07-08

    ... Standards Development and NERC and Regional Entity Enforcement; Further Notice Concerning Technical... convene a Commissioner-led technical conference regarding issues pertaining to the development of... Corporation and the Regional Entities as previously announced.\\1\\ \\1\\ Notice of Technical Conference, 75 FR 35...

  4. 27 CFR 41.251 - Change in name.

    Science.gov (United States)

    2010-04-01

    ... corporate name. When there is a change in the corporate name of an importer of processed tobacco, the... 27 Alcohol, Tobacco Products and Firearms 2 2010-04-01 2010-04-01 false Change in name. 41.251... name. (a) Change in individual name. When there is a change in the name of an individual operating...

  5. Assigned value improves memory of proper names.

    Science.gov (United States)

    Festini, Sara B; Hartley, Alan A; Tauber, Sarah K; Rhodes, Matthew G

    2013-01-01

    Names are more difficult to remember than other personal information such as occupations. The current research examined the influence of assigned point value on memory and metamemory judgements for names and occupations to determine whether incentive can improve recall of proper names. In Experiment 1 participants studied face-name and face-occupation pairs assigned 1 or 10 points, made judgements of learning, and were given a cued recall test. High-value names were recalled more often than low-value names. However, recall of occupations was not influenced by value. In Experiment 2 meaningless nonwords were used for both names and occupations. The name difficulty disappeared, and value influenced recall of both names and occupations. Thus value similarly influenced names and occupations when meaningfulness was held constant. In Experiment 3 participants were required to use overt rote rehearsal for all items. Value did not boost recall of high-value names, suggesting that differential processing could not be implemented to improve memory. Thus incentives may improve memory for proper names by motivating people to engage in selective rehearsal and effortful elaborative processing.

  6. 31 CFR 30.2 - Q-2: To what entities does this part apply?

    Science.gov (United States)

    2010-07-01

    ... 31 Money and Finance: Treasury 1 2010-07-01 2010-07-01 false Q-2: To what entities does this part apply? 30.2 Section 30.2 Money and Finance: Treasury Office of the Secretary of the Treasury TARP STANDARDS FOR COMPENSATION AND CORPORATE GOVERNANCE § 30.2 Q-2: To what entities does this part apply? This...

  7. 26 CFR 1.58-2 - General rules for conduit entities; partnerships and partners.

    Science.gov (United States)

    2010-04-01

    ... 26 Internal Revenue 1 2010-04-01 2010-04-01 true General rules for conduit entities; partnerships...; partnerships and partners. (a) General rules for conduit entities. Sections 1.58-3 through 1.58-6 provide rules... example, if a trust has $100,000 of capital gains for the taxable year, all of which are distributed to A...

  8. Person- and place-selective neural substrates for entity-specific semantic access.

    Science.gov (United States)

    Fairhall, Scott L; Anzellotti, Stefano; Ubaldi, Silvia; Caramazza, Alfonso

    2014-07-01

    Object-category has a pronounced effect on the representation of objects in higher level visual cortex. However, the influence of category on semantic/conceptual processes is less well characterized. In the present study, we conduct 2 fMRI experiments to investigate the semantic processing of information specific to individual people and places (entities). First, during picture presentation, we determined which brain regions show category-selective increases during access to entity-specific semantic information (i.e., nationality) in comparison to general-category discrimination (person vs. place). In the second experiment, we presented either words or pictures to assess the independence of entity-specific category-selective semantic representations from the processes used to access those representations. Convergent results from these 2 experiments show that brain regions exhibiting a category-selective increase during entity-specific semantic access are the same as those that show a supramodal (word/picture) category-selective response during the same task. These responses were different from classical "perceptual" category-selective responses and were evident in the medial precuneus for people and in the retrosplenial complex as well as anterior/superior sections of the transverse occipital sulcus and parahippocampal gyrus for places. These results reveal the pervasive influence of object-category in cortical organization, which extends to aspects of semantic knowledge arbitrarily related to physical/perceptual properties. © The Author 2013. Published by Oxford University Press. All rights reserved. For Permissions, please e-mail: journals.permissions@oup.com.

  9. Maxillary Osteomyelitis: A Rare Entity

    Directory of Open Access Journals (Sweden)

    Ayaaz Habib

    2016-01-01

    Full Text Available Osteomyelitis of the maxilla is now a rare event with the advent of antibiotics. The two predominant causes are odontogenic infections and sinusitis. Immunocompromised states such as diabetes, HIV, and malnutrition increase the risk of osteomyelitis. It is important to recognize this early as it is a difficult entity to treat with potentially serious consequences. We report an unusual case of right sided maxillary osteomyelitis in a lady with poorly controlled diabetes in rural Lincolnshire. Biopsy of the right maxillary bone showed features of acute osteomyelitis. This responded well to a prolonged course of oral antibiotics.

  10. Painful constipation: a neglected entity?

    Directory of Open Access Journals (Sweden)

    G. Bassotti

    2011-01-01

    Full Text Available Functional chronic constipation is a common symptom in daily clinical practice. Although the definition of constipation may be variable, there is usually agreement that (at least for research purposes the definition given by the Rome Committee are useful. However, some blind spots or hidden angles remain, even in the more thorough classifications; among these, there is painful constipation, a poorly defined yet clinically encountered entity. The present article reviews the current knowledge about painful constipation, trying to put together the scarce data available, and to frame it in the more general context of chronic constipation.

  11. Painful constipation: a neglected entity?

    Directory of Open Access Journals (Sweden)

    G. Bassotti

    Full Text Available Functional chronic constipation is a common symptom in daily clinical practice. Although the definition of constipation may be variable, there is usually agreement that (at least for research purposes the definition given by the Rome Committee are useful. However, some blind spots or hidden angles remain, even in the more thorough classifications; among these, there is painful constipation, a poorly defined yet clinically encountered entity. The present article reviews the current knowledge about painful constipation, trying to put together the scarce data available, and to frame it in the more general context of chronic constipation.

  12. PRIORITY SUPPORT POLICY REGARDING CONSTITUENT ENTITIES BEING THE «ENGINES» OF THE RUSSIAN ECONOMY

    Directory of Open Access Journals (Sweden)

    Yumayev E. A.

    2010-03-01

    Full Text Available Two principal directions of state regional policy adoption have been considered: «equalization» and support of the «engine» constituent entities. Drawbacks of the priority support policy of the most developed entities have been singled out. Recommendations have been formulated; following them will make it possible to eliminate the revealed drawbacks and to use the priority support of the «engine» constituent entities in the context of the state regional policy adoption as a top-priority. Foreign experience of adopting regional policy has been employed in the course of writing the paper (European Union, China, France.

  13. Data fusion in cyber security: first order entity extraction from common cyber data

    Science.gov (United States)

    Giacobe, Nicklaus A.

    2012-06-01

    The Joint Directors of Labs Data Fusion Process Model (JDL Model) provides a framework for how to handle sensor data to develop higher levels of inference in a complex environment. Beginning from a call to leverage data fusion techniques in intrusion detection, there have been a number of advances in the use of data fusion algorithms in this subdomain of cyber security. While it is tempting to jump directly to situation-level or threat-level refinement (levels 2 and 3) for more exciting inferences, a proper fusion process starts with lower levels of fusion in order to provide a basis for the higher fusion levels. The process begins with first order entity extraction, or the identification of important entities represented in the sensor data stream. Current cyber security operational tools and their associated data are explored for potential exploitation, identifying the first order entities that exist in the data and the properties of these entities that are described by the data. Cyber events that are represented in the data stream are added to the first order entities as their properties. This work explores typical cyber security data and the inferences that can be made at the lower fusion levels (0 and 1) with simple metrics. Depending on the types of events that are expected by the analyst, these relatively simple metrics can provide insight on their own, or could be used in fusion algorithms as a basis for higher levels of inference.

  14. PRIMERJAVA PRISTOPOV K RAZVOJU PODATKOVNEGA SLOJA Z ADO.NET ENTITY FRAMEWORK

    OpenAIRE

    Avberšek, Rok

    2012-01-01

    V diplomskem delu se primerjajo postopki načrtovanja podatkovnih modelov v ogrodju Entity Framework. Na začetku se osredotoča na samo arhitekturo ogrodja ter prednosti, ki jih ponujajo tehnologije ADO.NET, ADO.NET Entity Framework in LINQ. Predstavljene so tri tehnike oz. poteki dela s principi baze prej, modela prej in kode prej. Vsak izmed postopkov načrtovanja je opremljen s kratkim primerom in obrazložitvijo delovanja ter prednostmi, ki jih ponuja. Naloga je zaključena z razčlenitvijo pre...

  15. Congenital hernia of cord: an often misdiagnosed entity

    Science.gov (United States)

    Raju, Rubin; Satti, Mohamed; Lee, Quoc; Vettraino, Ivana

    2015-01-01

    Congenital hernia of the cord, also known as umbilical cord hernia, is an often misdiagnosed and under-reported entity, easily confused with a small omphalocele. It is different from postnatally diagnosed umbilical hernias and is believed to arise from persistent physiological mid-gut herniation. Its incidence is estimated to be 1 in 5000. Unlike an omphalocele, it is considered benign and is not linked with chromosomal anomalies. It has been loosely associated with intestinal anomalies, suggesting the need for a complete fetal anatomical ultrasound evaluation. We present a case of a fetal umbilical cord hernia diagnosed in a 28-year-old woman at 21 weeks gestation. The antenatal and intrapartum courses were uncomplicated. It was misdiagnosed postnatally as a small omphalocele, causing unwarranted anxiety in the parents. Increased awareness and knowledge of such an entity among health professionals is important to prevent unwarranted anxiety from misdiagnosis, and inadvertent bowel injury during cord clamping at delivery. PMID:25899514

  16. 75 FR 19959 - Uilk Wind Farm, LLC; Notice of Effectiveness of Exempt Wholesale Generator Status

    Science.gov (United States)

    2010-04-16

    ... DEPARTMENT OF ENERGY Federal Energy Regulatory Commission [Docket No. EG10-17-000] Uilk Wind Farm, LLC; Notice of Effectiveness of Exempt Wholesale Generator Status April 9, 2010. Take notice that during the month March, 2010, the status of the above-captioned entities as Exempt Wholesale Generators...

  17. A radiographic anthology of vertebral names

    International Nuclear Information System (INIS)

    Yochum, T.R.; Hartley, B.; Thomas, D.P.; Guebert, G.M.

    1987-01-01

    A total of 88 such named vertebrae have been extracted from the literature. With so many names from scattered sources, the authors collated them in a single presentation. A description is given and the anatomical and pathogenic reasons for the appearances are considered. A list of conditions associated with each named vertebra accompanies the descriptive paragraph. The named vertebrae are presented in alphabetical order

  18. Intelligence Strategy for Fourth Generation Warfare

    National Research Council Canada - National Science Library

    Jamison, Edward P

    2006-01-01

    ...." They have named this new era of war "fourth generation warfare." Currently the Department of Defense's intelligence strategy is designed to defeat conventional adversaries vise a fourth generation warfare opponent...

  19. Medieval Karelian Calendar Names: A Cognitive Perspective

    Directory of Open Access Journals (Sweden)

    Irina A. Kyurshunova

    2013-11-01

    Full Text Available The article focuses on calendar personal names recorded in the 15–17th centuries Russian and Swedish manuscripts written in Karelia. Revealing the cognitive potential of this historical stratum of names, the author analyzes the frequency of full (official and modified forms of calendar names, the regional peculiarities of their linguistic adaptation, their ethnolinguisitic and social status, as well as the functioning of calendar names in the regional onomastic system. The analysis shows that the calendar onomasticon holds the leading positions, which reflects important axiological and mental shifts in the people’s culture. The list of most frequent Christian names of the region generally coincides with the onomastic data related to other Russian territories of the same period. The conservation of the name nomenclature is due to family traditions, namely, to familial practices of naming. However, the adaptation and distribution of names display some regional features, particularly in the frequency of different groups of anthroponyms. The peripheral situation of the region and the presence of Balto-Fennic population which adapted the Russian calendar athroponymicon determined the “conservatism” of the calendar names nomenclature: for naming, they selected the names which were better adapted and more extensively used among Russians. The formation of modified names depended mostly on the morphemic structure of the Russian language, regional features being relatively insignificant. The frequency of modified forms of names correlates with the genre of the manuscript and the scribe’s arbitrariness.

  20. What's in a name? Group fitness class names and women's reasons for exercising.

    Science.gov (United States)

    Brown, Theresa C; Miller, Bridget M; Adams, Bailey M

    2017-01-01

    The benefits of intrinsic exercise motivation are well recognized, yet extrinsically focused group-fitness class names/descriptions dominate the fitness industry. To explore the impact of how fitness classes are marketed, women (N = 389) were asked to indicate their preference for either intrinsically or extrinsically focused fitness classes based on title/description. Participants who favored intrinsic class names/descriptions were more likely to report greater interest/enjoyment, perceived competence, and greater effort and report exercising for health/fitness-related reasons. Those favoring extrinsic class names/descriptions were more likely to experience tension/pressure when exercising and report exercising for appearance/weight-related reasons. The results demonstrate the importance of wording when marketing fitness classes.

  1. Perceptual and Action Routines in Diagrammatic Reasoning for Entity-Reidentification

    National Research Council Canada - National Science Library

    Banerjee, Bonny; Chandrasekaran, B

    2004-01-01

    .... In earlier papers, we described a diagrammatic reasoning architecture, and demonstrated the approach for instances of maneuver recognition and information fusion for entity-reidentification problems...

  2. "You Could Call It Magic": What Parents and Siblings Tell Preschoolers about Unobservable Entities

    Science.gov (United States)

    Canfield, Caitlin F.; Ganea, Patricia A.

    2014-01-01

    How can we explain children's understanding of the unseen world? Young children are generally able to distinguish between real unobservable entities and fantastical ones, but they attribute different characteristics to and show less confidence in their decisions about fantastical entities generally endorsed by adults, such as Santa Claus. One…

  3. Amerindian names of Colombian palms (Palmae

    Directory of Open Access Journals (Sweden)

    Diana Marmolejo

    2014-03-01

    Full Text Available A glossary of 1276 Amerindian names or name variants of palms is presented, representing at least 121 species in 64 aboriginal languages of Colombia. The species with documented names in the largest number of languages are Bactris gasipaes, Oenocarpus bataua, Mauritia flexuosa,Euterpe precatoria, andAstrocaryum chambira, which are five of the most used palms in South America. The languages with the largest number of named species are uitoto (48, tikuna (47, muinane (43, siona (34, sikuani (31 and miraña (30. These figures reflect the detailed studies carried out with these ethnic groups, besides the palm diversity of their territories and their knowledge about it. The names are presented in three separate lists –arranged by species, by language, and a global list of names that includes references for each individual record.

  4. New Brain Tumor Entities Emerge from Molecular Classification of CNS-PNETs.

    Science.gov (United States)

    Sturm, Dominik; Orr, Brent A; Toprak, Umut H; Hovestadt, Volker; Jones, David T W; Capper, David; Sill, Martin; Buchhalter, Ivo; Northcott, Paul A; Leis, Irina; Ryzhova, Marina; Koelsche, Christian; Pfaff, Elke; Allen, Sariah J; Balasubramanian, Gnanaprakash; Worst, Barbara C; Pajtler, Kristian W; Brabetz, Sebastian; Johann, Pascal D; Sahm, Felix; Reimand, Jüri; Mackay, Alan; Carvalho, Diana M; Remke, Marc; Phillips, Joanna J; Perry, Arie; Cowdrey, Cynthia; Drissi, Rachid; Fouladi, Maryam; Giangaspero, Felice; Łastowska, Maria; Grajkowska, Wiesława; Scheurlen, Wolfram; Pietsch, Torsten; Hagel, Christian; Gojo, Johannes; Lötsch, Daniela; Berger, Walter; Slavc, Irene; Haberler, Christine; Jouvet, Anne; Holm, Stefan; Hofer, Silvia; Prinz, Marco; Keohane, Catherine; Fried, Iris; Mawrin, Christian; Scheie, David; Mobley, Bret C; Schniederjan, Matthew J; Santi, Mariarita; Buccoliero, Anna M; Dahiya, Sonika; Kramm, Christof M; von Bueren, André O; von Hoff, Katja; Rutkowski, Stefan; Herold-Mende, Christel; Frühwald, Michael C; Milde, Till; Hasselblatt, Martin; Wesseling, Pieter; Rößler, Jochen; Schüller, Ulrich; Ebinger, Martin; Schittenhelm, Jens; Frank, Stephan; Grobholz, Rainer; Vajtai, Istvan; Hans, Volkmar; Schneppenheim, Reinhard; Zitterbart, Karel; Collins, V Peter; Aronica, Eleonora; Varlet, Pascale; Puget, Stephanie; Dufour, Christelle; Grill, Jacques; Figarella-Branger, Dominique; Wolter, Marietta; Schuhmann, Martin U; Shalaby, Tarek; Grotzer, Michael; van Meter, Timothy; Monoranu, Camelia-Maria; Felsberg, Jörg; Reifenberger, Guido; Snuderl, Matija; Forrester, Lynn Ann; Koster, Jan; Versteeg, Rogier; Volckmann, Richard; van Sluis, Peter; Wolf, Stephan; Mikkelsen, Tom; Gajjar, Amar; Aldape, Kenneth; Moore, Andrew S; Taylor, Michael D; Jones, Chris; Jabado, Nada; Karajannis, Matthias A; Eils, Roland; Schlesner, Matthias; Lichter, Peter; von Deimling, Andreas; Pfister, Stefan M; Ellison, David W; Korshunov, Andrey; Kool, Marcel

    2016-02-25

    Primitive neuroectodermal tumors of the central nervous system (CNS-PNETs) are highly aggressive, poorly differentiated embryonal tumors occurring predominantly in young children but also affecting adolescents and adults. Herein, we demonstrate that a significant proportion of institutionally diagnosed CNS-PNETs display molecular profiles indistinguishable from those of various other well-defined CNS tumor entities, facilitating diagnosis and appropriate therapy for patients with these tumors. From the remaining fraction of CNS-PNETs, we identify four new CNS tumor entities, each associated with a recurrent genetic alteration and distinct histopathological and clinical features. These new molecular entities, designated "CNS neuroblastoma with FOXR2 activation (CNS NB-FOXR2)," "CNS Ewing sarcoma family tumor with CIC alteration (CNS EFT-CIC)," "CNS high-grade neuroepithelial tumor with MN1 alteration (CNS HGNET-MN1)," and "CNS high-grade neuroepithelial tumor with BCOR alteration (CNS HGNET-BCOR)," will enable meaningful clinical trials and the development of therapeutic strategies for patients affected by poorly differentiated CNS tumors. Copyright © 2016 Elsevier Inc. All rights reserved.

  5. 37 CFR 1.27 - Definition of small entities and establishing status as a small entity to permit payment of small...

    Science.gov (United States)

    2010-07-01

    ... reduced patent fees. Questions related to standards for a small business concern may be directed to: Small... 1986 (26 U.S.C. 501(c)(3)) and exempt from taxation under section 501(a) of the Internal Revenue Code... generally not question any assertion of small entity status that is made in accordance with the requirements...

  6. Primary malignancy of seminal vesicle: A rare entity

    Directory of Open Access Journals (Sweden)

    Rajaraman Ramamurthy

    2011-01-01

    Full Text Available We report a rare case of seminal vesicle malignancy (primitive neuro ectodermal tumor in a 40-year-old male patient. He was treated with enbloc resection of the tumor and ureteric reimplantation. In view of the rarity of this entity, management of these tumors should be individualized.

  7. Nanofluidic device for extraction of elastic bio-entities

    DEFF Research Database (Denmark)

    2018-01-01

    The invention relates to a nanofluidic device for extraction of elastic bio-entities suspended in liquid. The device comprises a main passage and a plurality of nanoslits extending from a sidewall of the main passage. The main passage has a first height and each nanoslit has a second height so...

  8. Dilemmas of Transfer Pricing Comparability Analysis in Manufacturing Entities. Polish-Czech Case Study

    Science.gov (United States)

    Sulik-Górecka, Aleksandra

    2018-06-01

    Modern manufacturing entities often operate in capital groups, and their role is sometimes limited to the function of cost centers. From the legal point of view, however, they are separate entities obliged to apply transfer pricing regulations. Meeting the requirements of the arm's length principle can be very difficult at this time, given the relationships and conflicts of interest in the capital group. Complexity increases in capital groups operating in different countries, due to differences in tax regulations. The main purpose of the paper is to demonstrate that the need to valuate the sale of finished goods to a manufacturing entity, which is a subject to a different tax jurisdiction, may lead to a problem of compliance with the arm's length principle. In addition, the paper proposes a methodology for comparability analysis that may be used by manufacturing entities to defend conditions of setting transfer pricing. The paper presents the different functional profiles of manufacturing entities and points out the difficulties that they may encounter when preparing the comparability analysis. It has also been noted that there are differences in transfer pricing regulations in different countries, for example by analyzing Polish and Czech regulations. The lack of uniform benchmarking legislation can cause inconsistencies in the selection of comparable data, resulting in differences in transfer pricing. The paper uses the method of legal regulation review and analysis of results of published studies concerning the scope of transfer pricing and comparability analysis. The paper also adopts a case study analysis.

  9. The Web System for Managing Interaction of E-Commerce Entities

    Directory of Open Access Journals (Sweden)

    Pursky Oleg I.

    2017-09-01

    Full Text Available The development and software implementation of the web system for managing interaction of e-commerce entities is described, and a technology for its use is proposed. The web system has a three-level software architecture and is designed to automate interaction between an online store and online consumers. Specific requirements for the web system for managing the interaction of entities in e-commerce determine the features of its architecture and the structure of interactive elements of the program interface in the context of the specific tasks and processes for automation of which it is created. The web application is designed to work with three groups of users and provides access to elements of control of the interaction depending on the level of access of a particular user. For each group of the web system users there implemented measures to ensure the security and reliability of procedures for conducting trading operations. Important aspects of the developed web system for managing interaction of entities in e-commerce are the automation of all payment mechanisms and procedures of forming routes for delivery of goods and cross-browser support for working in the Internet computer network, which provides all geographically distributed users with the access to its resources.

  10. Solidarity liability of federative entities and “side effects” for the right to health

    Directory of Open Access Journals (Sweden)

    Felipe Asensi

    2016-02-01

    Full Text Available The judicial enforcement of the right to health in Brazil raises advances and challenges for public policies. This article analyzes two judicial decisions from the 4th Region’s Federal Court in 2014 admitting the concurrent and solidary responsibility of federative entities in the supply of medicines. In both decisions, the appeal was allowed and the idea that federative entities have concurrent competence and solidarity in health was reinforced. On the one hand, a common example of interaction between the law and the health is observed in these decisions; on the other, a production of tensions and contradictions is identified. At first glance, the recognition of the solidary responsibility of federative entities may seem strongly positive from the user’s perspective, and this will lead to having more users going to courts to claim their right to health. However, from a management perspective, it brings challenges as there will be overpayment of some entities of the federation at the expense of others. In this sense, and based on cases, the main rules of competence currently used in health public policies will be presented. Major advances, limits and challenges of recognizing the solidary responsibility of federative entities as well as some “side effects” that some court decisions may bring will also be discussed.

  11. Formulation of EPICS record naming conventions in J-PARC linac and RCS. Build process of unique and standardized name

    International Nuclear Information System (INIS)

    Fukuta, Shinpei; Kawase, Masato; Kikuzawa, Nobuhiro; Watanabe, Kazuhiko; Sakaki, Hironao; Takahashi, Hiroki

    2011-02-01

    J-PARC (Japan Proton Accelerator Research Complex) accelerator devices are controlled by the use of the software called EPICS (Experimental Physics and Industrial Control System). The unique name called an EPICS record is given to a control signal and data acquisition, Accelerator device control is achieved using the EPICS record. The requirement for the EPICS record name is 2 points; (1) no overlap of the EPICS record name, (2) the control contents can be easily imagined from the EPICS record name. To manage the EPICS record using relational database for the information management of the accelerator device in J-PARC, the naming structure is required so that a mechanical process can be performed easily. It was necessary to standardize the EPICS record name and the EPICS record structure to achieve these requirements. Therefore, we have formulated a guideline called 'EPICS record naming conventions' to decide to an EPICS record name uniquely and standardization. The abbreviated key word list of the accelerator devices and the control signal that compose the EPICS record name is appended to the EPICS record naming conventions. (author)

  12. 15 CFR 19.14 - How will Commerce entities report Commerce debts to credit bureaus?

    Science.gov (United States)

    2010-01-01

    ... 15 Commerce and Foreign Trade 1 2010-01-01 2010-01-01 false How will Commerce entities report Commerce debts to credit bureaus? 19.14 Section 19.14 Commerce and Foreign Trade Office of the Secretary of Commerce COMMERCE DEBT COLLECTION Procedures To Collect Commerce Debts § 19.14 How will Commerce entities...

  13. Number names and number understanding

    DEFF Research Database (Denmark)

    Ejersbo, Lisser Rye; Misfeldt, Morten

    2014-01-01

    This paper concerns the results from the first year of a three-year research project involving the relationship between Danish number names and their corresponding digits in the canonical base 10 system. The project aims to develop a system to help the students’ understanding of the base 10 syste...... the Danish number names are more complicated than in other languages. Keywords: A research project in grade 0 and 1th in a Danish school, Base-10 system, two-digit number names, semiotic, cognitive perspectives....

  14. Multi-Stage Admission Control for Load Balancing in Next Generation Systems

    DEFF Research Database (Denmark)

    Mihovska, Albena D.; Anggorojati, Bayu; Luo, Jijun

    2008-01-01

    This paper describes a load-dependent multi-stage admission control suitable for next generation systems. The concept uses decision polling in entities located at different levels of the architecture hierarchy and based on the load to activate a sequence of actions related to the admission...

  15. The history of Latin teeth names.

    Science.gov (United States)

    Šimon, František

    2015-01-01

    This paper aims to give an account of the Latin naming of the different types of teeth by reviewing relevant historical and contemporary literature. The paper presents etymologies of Latin or Greek teeth names, their development, variants and synonyms, and sometimes the names of their authors. The Greek names did not have the status of official terms, but the Latin terms for particular types of teeth gradually established themselves. Names for the incisors, canines and molars are Latin calques for the Greek ones (tomeis, kynodontes, mylai), dens serotinus is an indirect calque of the Greek name (odús) opsigonos, and the term pre-molar is created in the way which is now common in modern anatomical terminology, using the prefix prae- = pre and the adjective molaris. The Latin terms dentes canini and dentes molares occur in the Classical Latin literature, the term (dentes) incisivi is found first time in medieval literature, and the terms dentes premolares and dens serotinus are modern-age ones.

  16. Generating a Tolerogenic Cell Therapy Knowledge Graph from Literature

    Directory of Open Access Journals (Sweden)

    Andre Lamurias

    2017-11-01

    Full Text Available Tolerogenic cell therapies provide an alternative to conventional immunosuppressive treatments of autoimmune disease and address, among other goals, the rejection of organ or stem cell transplants. Since various methodologies can be followed to develop tolerogenic therapies, it is important to be aware and up to date on all available studies that may be relevant to their improvement. Recently, knowledge graphs have been proposed to link various sources of information, using text mining techniques. Knowledge graphs facilitate the automatic retrieval of information about the topics represented in the graph. The objective of this work was to automatically generate a knowledge graph for tolerogenic cell therapy from biomedical literature. We developed a system, ICRel, based on machine learning to extract relations between cells and cytokines from abstracts. Our system retrieves related documents from PubMed, annotates each abstract with cell and cytokine named entities, generates the possible combinations of cell–cytokine pairs cooccurring in the same sentence, and identifies meaningful relations between cells and cytokines. The extracted relations were used to generate a knowledge graph, where each edge was supported by one or more documents. We obtained a graph containing 647 cell–cytokine relations, based on 3,264 abstracts. The modules of ICRel were evaluated with cross-validation and manual evaluation of the relations extracted. The relation extraction module obtained an F-measure of 0.789 in a reference database, while the manual evaluation obtained an accuracy of 0.615. Even though the knowledge graph is based on information that was already published in other articles about immunology, the system we present is more efficient than the laborious task of manually reading all the literature to find indirect or implicit relations. The ICRel graph will help experts identify implicit relations that may not be evident in published studies.

  17. Exploration history and place names of northern East Greenland: Colophon, abstract, introduction, official place names in Greenland

    Directory of Open Access Journals (Sweden)

    Higgins, Anthony K.

    2010-12-01

    Full Text Available The first recorded landing by Europeans on the coast of northern East Greenland (north of 69°N was that of William Scoresby Jr., a British whaler, in 1822. This volume includes a chronological summary of the pioneer 19th century exploration voyages made by British, Danish, Norwegian, Swedish, French and German expeditions – all of whom reported that the region had previously been occupied by the Inuit or Eskimo; also included are brief outlines of the increasing number of government and privately sponsored expeditions throughout the 20th century, whose objectives included cartography, geology, zoology, botany, trapping and the ascent of the highest mountain summits. In 1934 the Place Name Committee for Greenland was established, the tasks of which included a review of all place names hitherto recorded on published maps of Greenland, their formal adoption in danicised form, and the approval or rejection of new name proposals. In northern East Greenland, by far the largest numbers of new place names were those proposed by scientists associated with Lauge Koch’s geological expeditions that lasted from 1926 until 1958. This volume records the location and origin of more than 3000 officially approved place names as well as about 2650 unapproved names.The author’s interest in the exploration history and place names of northern East Greenland started in 1968, when the Geological Survey of Greenland initiated a major five-year geological mapping programme in the Scoresby Sund region. Systematic compilation of names began about 1970, initially with the names given by William Scoresby Jr., and subsequently broadened in scope to include the names proposed by all expeditions to northern East Greenland. The author has participated in 16 summer mapping expeditions with the Survey to northern East Greenland. Publication of this volume represents the culmination of a lifetime working in the Arctic.

  18. Table 1. Details of Archaea considered for this study. P hylum Name ...

    Indian Academy of Sciences (India)

    User

    Table 1. Details of Archaea considered for this study. P hylum. Name. Genome G+. C. %. *. G enome. S ize. *. Gene count. *. Max growth temp. (oC). Optimum growth temp (oC). Generation time, tg. (min). ttR. NA. #. dtR. NA. #. Source. †. 1. C renarchaeota. Aeropyrum pernix K1. 56.31 1669696 1752 100 90-95. 200. 42. 42.

  19. Primary Ovarian Leiomyoma: An Uncommon Entity ‑ Case Report ...

    African Journals Online (AJOL)

    Journal of Basic and Clinical Reproductive Sciences · January - June 2013 · Vol 2 · Issue 1. 54 ... case report of primary ovarian leiomyoma, which is a rare entity, in a postmenopausal female with ... There were extensive areas of edema.

  20. On the History of the Name Ruslan

    Directory of Open Access Journals (Sweden)

    Roza Yu. Namitokova

    2016-12-01

    Full Text Available The authors postulate that there exists a common stock of Russian personal names resulting from a partial blending of national anthroponymicons. The main part of the paper focuses on the history of the personal name Ruslan which has etymological ties with the widespread Turkic name Arslan having the pre-onomastic meaning ‘lion’. The authors study the variation of the name in Russian folklore and in the 15th–17th centuries documents and historical sources. They also pay particular attention to the role of Pushkin’s poem Ruslan and Ludmila in the formation of the associative background of the studied name and to various onomastic derivatives, the latter include patronyms, surnames and the female name Ruslana. The author conclude that the name Ruslan became especially popular in Soviet and post-Soviet periods when it acquired a specific “semantic aura”, namely, in Caucasus where Ruslan became a kind of mark of Russian identity and, thus, contributed to the unification of the anthroponymic space. This conclusion was verified in the course of a survey done among 40 respondents representing different peoples of Caucasus. For most respondents the name has positive connotations and is associated with the Turkic name Arslan and the name of Pushkin’s character. However, some respondents consider it as a “non-Muslim”, Russian name and point out that it is often perceived as such outside Russia. The history of the name Ruslan and the ways of its transonymisation can be an interesting object for further research, especially due to the emergence of new communication technologies and onomastic discourses.

  1. The usefulness of the business model disclosure for investors’ judgements in financial entities. A European study

    Directory of Open Access Journals (Sweden)

    Alessandro Mechelli

    2017-01-01

    Full Text Available The business model concept is a common topic investigated in different fields of research. To participate to the debate around such concept in the accounting field, the objective of this paper is showing whether and how the voluntary disclosure of the non-mandatory IASB (2010 macro-components, that we consider the key elements of a business model of financial entities, increases the value relevance of accounting amounts. Analyzing a sample of 124 European financial entities over the period 2010–2013, the paper shows that the value relevance of accounting amounts of entities that provide a wide disclosure of their business model is higher than the one of entities that provide a limited disclosure of their business model. These findings not only shed lights about the importance of disclosing information relating to the business model to improve the usefulness of accounting amounts for investors’ strategies, but also have implication for regulators and standard setters that from results could learn the opportunity to make the disclosure of IASB (2010 compulsory for all the IAS/IFRS compliant entities.

  2. New tumour entities in the 4th edition of the World Health Organization Classification of Head and Neck tumours: odontogenic and maxillofacial bone tumours.

    Science.gov (United States)

    Speight, Paul M; Takata, Takashi

    2018-03-01

    The latest (4th) edition of the World Health Organization Classification of Head and Neck tumours has recently been published with a number of significant changes across all tumour sites. In particular, there has been a major attempt to simplify classifications and to use defining criteria which can be used globally in all situations, avoiding wherever possible the use of complex molecular techniques which may not be affordable or widely available. This review summarises the changes in Chapter 8: Odontogenic and maxillofacial bone lesions. The most significant change is the re-introduction of the classification of the odontogenic cysts, restoring this books status as the only text which classifies and defines the full range of lesions of the odontogenic tissues. The consensus group considered carefully the terminology of lesions and were concerned to ensure that the names used properly reflected the best evidence regarding the true nature of specific entities. For this reason, this new edition restores the odontogenic keratocyst and calcifying odontogenic cyst to the classification of odontogenic cysts and rejects the previous terminology (keratocystic odontogenic tumour and calcifying cystic odontogenic tumour) which were intended to suggest that they are true neoplasms. New entities which have been introduced include the sclerosing odontogenic carcinoma and primordial odontogenic tumour. In addition, some previously poorly defined lesions have been removed, including the ameloblastic fibrodentinoma, ameloblastic fibro-odontoma, which are probably developing odontomas, and the odontoameloblastoma, which is not regarded as an entity. Finally, the terminology "cemento" has been restored to cemento-ossifying fibroma and cemento-osseous dysplasias, to properly reflect that they are of odontogenic origin and are found in the tooth-bearing areas of the jaws.

  3. 75 FR 36385 - Reliability Standards Development and NERC and Regional Entity Enforcement Supplemental Notice of...

    Science.gov (United States)

    2010-06-25

    ... Standards Development and NERC and Regional Entity Enforcement Supplemental Notice of Technical Conference... development and enforcement of mandatory Reliability Standards for the Bulk-Power System by the North American Electric Reliability Corporation and the Regional Entities. The conference will be held on Tuesday, July 6...

  4. Green Synthesis of Metallic Nanoparticles via Biological Entities

    Directory of Open Access Journals (Sweden)

    Monaliben Shah

    2015-10-01

    Full Text Available Nanotechnology is the creation, manipulation and use of materials at the nanometre size scale (1 to 100 nm. At this size scale there are significant differences in many material properties that are normally not seen in the same materials at larger scales. Although nanoscale materials can be produced using a variety of traditional physical and chemical processes, it is now possible to biologically synthesize materials via environment-friendly green chemistry based techniques. In recent years, the convergence between nanotechnology and biology has created the new field of nanobiotechnology that incorporates the use of biological entities such as actinomycetes algae, bacteria, fungi, viruses, yeasts, and plants in a number of biochemical and biophysical processes. The biological synthesis via nanobiotechnology processes have a significant potential to boost nanoparticles production without the use of harsh, toxic, and expensive chemicals commonly used in conventional physical and chemical processes. The aim of this review is to provide an overview of recent trends in synthesizing nanoparticles via biological entities and their potential applications.

  5. Green Synthesis of Metallic Nanoparticles via Biological Entities

    Science.gov (United States)

    Shah, Monaliben; Fawcett, Derek; Sharma, Shashi; Tripathy, Suraj Kumar; Poinern, Gérrard Eddy Jai

    2015-01-01

    Nanotechnology is the creation, manipulation and use of materials at the nanometre size scale (1 to 100 nm). At this size scale there are significant differences in many material properties that are normally not seen in the same materials at larger scales. Although nanoscale materials can be produced using a variety of traditional physical and chemical processes, it is now possible to biologically synthesize materials via environment-friendly green chemistry based techniques. In recent years, the convergence between nanotechnology and biology has created the new field of nanobiotechnology that incorporates the use of biological entities such as actinomycetes algae, bacteria, fungi, viruses, yeasts, and plants in a number of biochemical and biophysical processes. The biological synthesis via nanobiotechnology processes have a significant potential to boost nanoparticles production without the use of harsh, toxic, and expensive chemicals commonly used in conventional physical and chemical processes. The aim of this review is to provide an overview of recent trends in synthesizing nanoparticles via biological entities and their potential applications. PMID:28793638

  6. Precedent Names of Chinese National Culture

    Directory of Open Access Journals (Sweden)

    Валентина Алексеевна Ленинцева

    2015-12-01

    Full Text Available The article presents an analysis of precedent names as symbols of precedent phenomena in the material and spiritual culture of the Chinese. An evaluation of daily events and the attitude of the Chinese towards the world are reflected in the vocabulary of their language. The symbols of precedent phenomena can be proper names (anthroponomy, names of places, the date, as well as figurative and expressive means of language (idioms, sayings. Precedent names as symbols of precedent phenomena vividly and accurately capture the above-mentioned points, and encompass almost all spheres of life, history and spiritual development. The subject of our study are national precedent phenomena that define the ethno-cultural specificity, reflecting the history and culture of the Chinese people and their national character. Representatives of different cultures have different perceptions of the same precedent phenomena. Inadequate understanding of national invariants of precedent phenomena is often the source of communication failures. The aim of this paper is to highlight precedent names as a symbol of precedent phenomena in the discourse of the Chinese linguocultural community. For this purpose a classification of precedent names in Chinese was carried out. Precedent names which play an important role in shaping the Chinese national consciousness were taken from the Chinese-Russian Dictionary.

  7. 27 CFR 19.165 - Trade names.

    Science.gov (United States)

    2010-04-01

    ... 27 Alcohol, Tobacco Products and Firearms 1 2010-04-01 2010-04-01 false Trade names. 19.165 Section 19.165 Alcohol, Tobacco Products and Firearms ALCOHOL AND TOBACCO TAX AND TRADE BUREAU, DEPARTMENT... Trade names. (a) Operating permits. Where a trade name is to be used in connection with the operations...

  8. New entity for conducting group practice offers new potential.

    Science.gov (United States)

    Rich, H I

    1994-01-01

    A new form of entity, the limited liability company (LLC), may be used by physicians to conduct group practices with the tax advantages of a partnership and insulation from liability for copractitioner's acts. The author reviews the New Jersey Limited Liability Company Act.

  9. Entity Linking Leveraging the GeoDeepDive Cyberinfrastructure and Managing Uncertainty with Provenance.

    Science.gov (United States)

    Maio, R.; Arko, R. A.; Lehnert, K.; Ji, P.

    2017-12-01

    Unlocking the full, rich, network of links between the scientific literature and the real world entities to which data correspond - such as field expeditions (cruises) on oceanographic research vessels and physical samples collected during those expeditions - remains a challenge for the geoscience community. Doing so would enable data reuse and integration on a broad scale; making it possible to inspect the network and discover, for example, all rock samples reported in the scientific literature found within 10 kilometers of an undersea volcano, and associated geochemical analyses. Such a capability could facilitate new scientific discoveries. The GeoDeepDive project provides negotiated access to 4.2+ million documents from scientific publishers, enabling text and document mining via a public API and cyberinfrastructure. We mined this corpus using entity linking techniques, which are inherently uncertain, and recorded provenance information about each link. This opens the entity linking methodology to scrutiny, and enables downstream applications to make informed assessments about the suitability of an entity link for consumption. A major challenge is how to model and disseminate the provenance information. We present results from entity linking between journal articles, research vessels and cruises, and physical samples from the Petrological Database (PetDB), and incorporate Linked Data resources such as cruises in the Rolling Deck to Repository (R2R) catalog where possible. Our work demonstrates the value and potential of the GeoDeepDive cyberinfrastructure in combination with Linked Data infrastructure provided by the EarthCube GeoLink project. We present a research workflow to capture provenance information that leverages the World Wide Web Consortium (W3C) recommendation PROV Ontology.

  10. Official Naming in Hå, Klepp and Time

    Directory of Open Access Journals (Sweden)

    Inge Særheim

    2012-08-01

    Full Text Available Toponyms localize, reflect and give information about historical traditions and various phenomena in an area. They form part of the local heritage and culture. The relationship between place names, heritage and identity is often underlined in guidelines regarding official naming of streets and roads. In what way is heritage and local identity reflected in the road names of the three municipalities Hå, Klepp and Time (Southwest-Norway, and how is the special character of this area expressed in the names? More than half of the official road names in the three municipalities are either identical with a local toponym, or they consist of a word for ‘road’ and a local toponym (or an appellative describing the location. This shows that there is a strong commitment to base the official naming on local tradition and thus contribute to identity. Quite a few elements from the dialect, e.g. special pronunciation, grammatical forms or local words, appear in the names, especially in the road names from Hå, reflecting that the names are part of the local culture, and due to the fact that the dialect is unique. Consistency is a challenge, however; the same word is sometimes spelled in different ways in different names. It appears that, with some exceptions, cultural heritage and local tradition have been preferred principles and guidelines with regard to naming of roads in the three municipalities, due to a consciousness that heritage and tradition create identity.

  11. Engineering Education for Generation Z

    Science.gov (United States)

    Moore, Kevin; Jones, Carol; Frazier, Robert Scott

    2017-01-01

    Generation Z is gaining popularity as the name used to refer to those born beginning in the mid to late 1990s. This is the generation that follows the Millennials, and they are just starting to arrive on college campuses. Much attention has been paid to Millennials and their impact on society, and because of this Generation Z members are often…

  12. Central dot sign in entities other than Caroli disease

    International Nuclear Information System (INIS)

    Ahmadi, T.; Itai, Yuji; Minami, Manabu.

    1997-01-01

    The purpose of this study was to describe central dot sign (tiny dots with strong contrast enhancement of the portal vein within dilated hepatic bile ducts on computed tomography) in entities other than Caroli disease, especially in peribiliary cysts with or without autosomal-dominant polycystic kidney disease. Computed tomography in 74 cases of peribiliary cysts and 134 cases of other liver diseases and states possibly showing central dot sign were retrospectively reviewed to examine the central dot sign. In three cases of peribiliary cysts, some part of the liver showed strongly enhanced portal radicles surrounded completely or partially by low-attenuation, enlarged peribiliary cysts, presenting ''central dot sign'' on contrast-enhanced computed tomography. We suggest that in addition to Caroli disease, some other entities and diseases of the liver may demonstrate central dot sign and this sign should not be considered a specific finding of Caroli disease. (author)

  13. Central dot sign in entities other than Caroli disease

    Energy Technology Data Exchange (ETDEWEB)

    Ahmadi, T.; Itai, Yuji [Tsukuba Univ., Ibaraki (Japan). Inst. of Clinical Medicine; Minami, Manabu

    1997-11-01

    The purpose of this study was to describe central dot sign (tiny dots with strong contrast enhancement of the portal vein within dilated hepatic bile ducts on computed tomography) in entities other than Caroli disease, especially in peribiliary cysts with or without autosomal-dominant polycystic kidney disease. Computed tomography in 74 cases of peribiliary cysts and 134 cases of other liver diseases and states possibly showing central dot sign were retrospectively reviewed to examine the central dot sign. In three cases of peribiliary cysts, some part of the liver showed strongly enhanced portal radicles surrounded completely or partially by low-attenuation, enlarged peribiliary cysts, presenting ``central dot sign`` on contrast-enhanced computed tomography. We suggest that in addition to Caroli disease, some other entities and diseases of the liver may demonstrate central dot sign and this sign should not be considered a specific finding of Caroli disease. (author)

  14. WHAT’S IN A NAME: The Amateur‘s View of Good Practices in Naming an Online Educational Program

    Directory of Open Access Journals (Sweden)

    Michael J. ROSZKOWSKI

    2013-07-01

    Full Text Available Branding is considered to be particularly important in the marketing of online educational programs. A critical step to establishing the brand is naming the product appropriately. To this end, one can secure the services of professionals or rely on a do-it-yourself approach. The research reported here aimed to identify the features that non-professionals (graduate students consider to be important in the name for an online educational product, and to compare these to the recommendations made by naming professionals (as reported in the literature. A survey directed at current and prospective graduate students at a traditional university asked about the desirability of 16 characteristics in the name of a new line of online courses. The six characteristics that were deemed most critical are (in order of importance: self-explanatory, memorable, easy to pronounce, has appealing associations, suggests/hints at the key features, and short. These are the same features that professionals in the business of creating new product names generally consider as best practices in creating a name. The results show that contrary to the concerns expressed by some practitioners in the naming industry, college-educated individuals who do not create names for a living nonetheless demonstrate an awareness and appreciation for the features of a good name in an Internet-based course delivery system.

  15. Assessing the financial impacts of distributed energy on load serving entities

    International Nuclear Information System (INIS)

    Wang, Zeyu; Negash, Ahlmahz; Kirschen, Daniel

    2015-01-01

    This article analyzes the financial impact of distributed energy resources (DERs) owned and operated by commercial customers on the load serving entities (LSEs). DERs reduce the customers' electricity bills and hence the revenues collected by their LSE. However, changes in customer demand profiles can potentially reduce the aggregated system demand profile, and therefore, reduce the LSE's costs in wholesale markets. Analysis of these financial impacts indicates that the LSE's lost revenue ultimately outweighs its reduced expenses. This is largely due to a significant reduction in revenue from demand charges. Dispatchable DERs, including energy storages and demand response, result in more financial losses for LSEs than photovoltaics. The financial losses LSEs face indicate that redesigning commercial customer tariffs is necessary in order for LSEs to accommodate customer owned DERs properly. Several suggestions on modifying commercial tariffs are presented. - Highlights: • We analyze the financial impacts on load serving entities of DERs owned by commercial customers. • Under the selected commercial tariff, load serving entities suffer economic losses. • Energy storages and demand response results in more financial losses for LSE than photovoltaics. • We provide some suggestions for tariff modifications.

  16. Early- and late-onset Alzheimer disease: Are they the same entity?

    Science.gov (United States)

    Tellechea, P; Pujol, N; Esteve-Belloch, P; Echeveste, B; García-Eulate, M R; Arbizu, J; Riverol, M

    2018-05-01

    Early-onset Alzheimer disease (EOAD), which presents in patients younger than 65 years, has frequently been described as having different features from those of late-onset Alzheimer disease (LOAD). This review analyses the most recent studies comparing the clinical presentation and neuropsychological, neuropathological, genetic, and neuroimaging findings of both types in order to determine whether EOAD and LOAD are different entities or distinct forms of the same entity. We observed consistent differences between clinical findings in EOAD and in LOAD. Fundamentally, the onset of EOAD is more likely to be marked by atypical symptoms, and cognitive assessments point to poorer executive and visuospatial functioning and praxis with less marked memory impairment. Alzheimer-type features will be more dense and widespread in neuropathology studies, with structural and functional neuroimaging showing greater and more diffuse atrophy extending to neocortical areas (especially the precuneus). In conclusion, available evidence suggests that EOAD and LOAD are 2 different forms of a single entity. LOAD is likely to be influenced by ageing-related processes. Copyright © 2015 Sociedad Española de Neurología. Publicado por Elsevier España, S.L.U. All rights reserved.

  17. Recommended conservation of the names Streptococcus sanguis, Streptococcus rattus, Streptococcus cricetus, and seven other names included in the Approved Lists of Bacterial Names. Request for an opinion

    DEFF Research Database (Denmark)

    Kilian, Mogens

    2001-01-01

    With reference to the first Principle of the International Code of Nomenclature of Bacteria, which emphasizes stability of names, it is proposed that the original names Streptococcus sanguis, Streptococcus rattus, Streptococcus cricetus, Erwinia ananas, Eubacterium tarantellus, Lactobacillus sake......, Nitrosococcus oceanus, Pseudomonas betle, Rickettsia canada and Streptomyces rangoon, all included in the Approved Lists of Bacterial Names, be conserved. Request for an Opinion...

  18. 76 FR 29998 - Removal and Modifications for Persons Listed Under Russia on the Entity List

    Science.gov (United States)

    2011-05-24

    ... as the Russian State Corporation of Atomic Energy (Rosatom)) entry from the Entity List and adds language clarifying that both the All-Russian Scientific Research Institute of Technical Physics (VNIITF... Administration Regulations (EAR) by removing one and revising two Russian entries on the Entity List (Supplement...

  19. 48 CFR 252.225-7018 - Notice of prohibition of certain contracts with foreign entities for the conduct of ballistic...

    Science.gov (United States)

    2010-10-01

    ... certain contracts with foreign entities for the conduct of ballistic missile defense research, development... foreign entities for the conduct of ballistic missile defense research, development, test, and evaluation... With Foreign Entities for the Conduct of Ballistic Missile Defense Research, Development, Test, and...

  20. Extrapelvic endometriosis: a rare entity or an under diagnosed condition?

    Science.gov (United States)

    2013-01-01

    Endometriosis is a clinical entity characterized by the presence of normal endometrial mucosa abnormally implanted in locations other than the uterine cavity. Endometriosis can be either endopelvic or extrapelvicdepending on the location of endometrial tissue implantation. Despite the rarity of extrapelvic endometriosis, several cases of endometriosis of the gastrointestinal tract, the urinarytract, the upper and lower respiratory system, the diaphragm, the pleura and the pericardium, as well as abdominal scars loci have been reported in the literature. There are several theories about the pathogenesis and the pathophysiology of endometriosis. Depending on the place of endometrial tissue implantation, endometriosis can be expressed with a wide variety of symptoms. The diagnosis of this entity is neither easy nor routine. Many diagnostic methods clinical and laboratory have been used, but none of them is the golden standard. The multipotent localization of endometriosis in combination with the wide range of its clinical expression should raise the clinical suspicion in every woman with periodic symptoms of extrapelvic organs. Finally, the therapeutic approach of this clinical entity is also correlated with the bulk of endometriosis and the locum that it is found. It varies from simple observation, to surgical treatment and treatment with medication as well as a combination of those. Virtual slides The virtual slide(s) for this article can be found here: http://www.diagnosticpathology.diagnomx.eu/vs/1968087883113362. PMID:24294950

  1. 27 CFR 40.511 - Change in name.

    Science.gov (United States)

    2010-04-01

    ... corporate name. When there is a change in the corporate name of a manufacturer of processed tobacco, the... 27 Alcohol, Tobacco Products and Firearms 2 2010-04-01 2010-04-01 false Change in name. 40.511... PROCESSED TOBACCO Manufacture of Processed Tobacco Changes After Qualification § 40.511 Change in name. (a...

  2. GASB's New Standard on Reporting Entity for School Districts.

    Science.gov (United States)

    Harmer, W. Gary

    1991-01-01

    Explains the impact on school district financial reporting of the Governmental Accounting Standards Board Statement 14, "The Financial Reporting Entity." One of Statement 14's objectives is for financial report users to be able to distinguish between the primary government and its component units. (MLF)

  3. Dictionary of Minor Planet Names

    CERN Document Server

    Schmadel, Lutz D

    2007-01-01

    Dictionary of Minor Planet Names, Fifth Edition, is the official reference for the field of the IAU, which serves as the internationally recognised authority for assigning designations to celestial bodies and any surface features on them. The accelerating rate of the discovery of minor planets has not only made a new edition of this established compendium necessary but has also significantly altered its scope: this thoroughly revised edition concentrates on the approximately 10,000 minor planets that carry a name. It provides authoritative information about the basis for all names of minor planets. In addition to being of practical value for identification purposes, this collection provides a most interesting historical insight into the work of those astronomers who over two centuries vested their affinities in a rich and colorful variety of ingenious names, from heavenly goddesses to more prosaic constructions. The fifth edition serves as the primary reference, with plans for complementary booklets with newl...

  4. Cure for the nation`s water pollution problem: Section 303(d) of the Clean Water Act

    Energy Technology Data Exchange (ETDEWEB)

    McCune, J.F.

    1998-08-31

    This paper discusses federal and state implementation of the water quality-based strategy. It focuses on the development and implementation of water quality standards-based limitations (namely, total maximum daily loads or TMDLs) under section 303(d). It addresses the impact of such limitations on entities and activities that generate water pollution.

  5. 27 CFR 1.40 - Change of name.

    Science.gov (United States)

    2010-04-01

    ... 27 Alcohol, Tobacco Products and Firearms 1 2010-04-01 2010-04-01 false Change of name. 1.40... Amendment and Duration of Basic Permits § 1.40 Change of name. In the event of any change in the name (trade or corporate name) of a permittee, or, in the event a permittee desires to engage in operations under...

  6. MULTIPATH COMMUNICATIONS USING NAMES

    OpenAIRE

    Purushothama, Rashmi

    2011-01-01

    Increased host mobility, and multi-homing make IP address management very complex in applications. Due to host mobility, the IP address of a host may change dynamically, and also frequently. Multi-homing leads to multiple IP addresses for a single host. Name-based socket is a solution to address the complex IP address management. It relieves the applications from the overhead, and moves it to the operating system. It uses a constant name, instead of an IP address to establish a connection, th...

  7. The strength of co-authorship in gene name disambiguation

    Directory of Open Access Journals (Sweden)

    Farkas Richárd

    2008-01-01

    Full Text Available Abstract Background A biomedical entity mention in articles and other free texts is often ambiguous. For example, 13% of the gene names (aliases might refer to more than one gene. The task of Gene Symbol Disambiguation (GSD – a special case of Word Sense Disambiguation (WSD – is to assign a unique gene identifier for all identified gene name aliases in biology-related articles. Supervised and unsupervised machine learning WSD techniques have been applied in the biomedical field with promising results. We examine here the utilisation potential of the fact – one of the special features of biological articles – that the authors of the documents are known through graph-based semi-supervised methods for the GSD task. Results Our key hypothesis is that a biologist refers to each particular gene by a fixed gene alias and this holds for the co-authors as well. To make use of the co-authorship information we decided to build the inverse co-author graph on MedLine abstracts. The nodes of the inverse co-author graph are articles and there is an edge between two nodes if and only if the two articles have a mutual author. We introduce here two methods using distances (based on the graph of abstracts for the GSD task. We found that a disambiguation decision can be made in 85% of cases with an extremely high (99.5% precision rate just by using information obtained from the inverse co-author graph. We incorporated the co-authorship information into two GSD systems in order to attain full coverage and in experiments our procedure achieved precision of 94.3%, 98.85%, 96.05% and 99.63% on the human, mouse, fly and yeast GSD evaluation sets, respectively. Conclusion Based on the promising results obtained so far we suggest that the co-authorship information and the circumstances of the articles' release (like the title of the journal, the year of publication can be a crucial building block of any sophisticated similarity measure among biological articles

  8. 24 CFR 965.205 - Qualified PHA-owned insurance entity.

    Science.gov (United States)

    2010-04-01

    ... a PHA could purchase insurance coverage without regard to competitive selection procedures when it purchases it from a nonprofit insurance entity owned and controlled by PHAs approved by HUD in accordance... of experience in large risk (exceeding $100,000 in annual premiums) commercial underwriting or at...

  9. 10 CFR 300.5 - Submission of an entity statement.

    Science.gov (United States)

    2010-01-01

    ... processes, outsourcing or insourcing of significant activities) that are likely to have a significant effect... period, or other elements of its entity statement. For example, companies buy and sell business units, or... divestiture of discrete business units, subsidiaries, facilities, and plants; (ii) The closure or opening of...

  10. The Effect of IFRS Adoption on the Financial Reports of Local Government Entities

    Directory of Open Access Journals (Sweden)

    Kamran Ahmed

    2012-09-01

    Full Text Available This paper aims to analyse the changes in accounting surplus (loss, equity and assets, and liabilities as a result of accounting policy changes from the Australian Accounting Standards (AAS to the International Financial Reporting Standards (IFRS in Australian local government entities. Using the reconciliation notes disclosed by 117 local government entities, evidence is provided on the effects of IFRS adoption by identifying the key items that of difference between IFRS and AASB. The results show some differences between two sets of accounts prepared under these different accounting standards. While the average surplus (loss of local councils has decreased, their equities, assets and liabilities have increased, with no major significant changes in their overall financial position, except for liabilities. These results indicate the possible consequences of the adoption of IFRS by local government entities in other countries on performance indicators who have or are yet to implement these standards.

  11. Double dissociation between syntactic gender and picture naming processing: a brain stimulation mapping study.

    Science.gov (United States)

    Vidorreta, Jose Garbizu; Garcia, Roser; Moritz-Gasser, Sylvie; Duffau, Hugues

    2011-03-01

    Neural foundations of syntactic gender processing remain poorly understood. We used electrostimulation mapping in nine right-handed awake patients during surgery for a glioma within the left hemisphere, to study whether the cortico-subcortical structures involved in naming versus syntactic gender processing are common or distinct. In French, the article determines the grammatical gender. Thus, the patient was asked to perform a picture naming task and to give the appropriate article for each picture, with and without stimulation. Cortical stimulation elicited reproducible syntactic gender disturbances in six patients, in the inferior frontal gyrus (three cases), and in the posterior middle temporal gyrus (three cases). Interestingly, no naming disorders were generated during stimulation of the syntactic sites, while cortical areas inducing naming disturbances never elicited grammatical gender errors when stimulated. Moreover, at the subcortical level, stimulation of the white matter lateral to the caudate nucleus induced gender errors in three patients, with no naming disorders. Using cortico-subcortical electrical mapping in awake patients, we demonstrate for the first time (1) a double dissociation between syntactic gender and naming processing, supporting independent network model rather than serial theory, (2) the involvement of the left inferior frontal gyrus, especially the pars triangularis, and the posterior left middle temporal gyrus in grammatical gender processing, (3) the existence of white matter pathways, likely a sub-part of the left superior longitudinal fasciculus, underlying a large-scale distributed cortico-subcortical circuit which might selectively sub-serve syntactic gender processing, even if interconnected with parallel sub-networks involved in naming (semantic and phonological) processing. Copyright © 2010 Wiley-Liss, Inc.

  12. Considering the health care entity C corporation conversion to tax pass-through entity status.

    Science.gov (United States)

    Reilly, Robert F

    2012-01-01

    The double taxation of C corporation income from operations and from the ultimate sale of its assets makes the C corporation an inefficient tax status for many health care entities. At the time of this writing, the changes in the federal tax law that are scheduled to take effect in 2013 will increase this level of double-taxation inefficiency. The owners of a C corporation practice can avoid the C corporation status tax inefficiency by converting the practice to either (1) S corporation status or (2) LLC status. The conversion of the health care C corporation to an S corporation may be accomplished without a current tax cost. However, the conversion of a health care C corporation to an LLC status can result in a current tax at both the corporation level and the shareholder level. Nonetheless, the current conversion tax cost may be less than the future tax cost (1) of operating the practice as a C corporation and incurring double taxation at what may be higher tax rates or (2) of incurring the higher tax cost (or reduced price) on the ultimate disposition of the practice assets and the attendant double taxation of the appreciation in the value of the practice assets. Since individual income tax rates on qualifying dividends from C corporations and on capital gains are currently at very low rates, this may be a good time for C corporation practice owners to consider the costs and benefits of a conversion to either S corporation status or LLC status. The practice owners should consult with their accounting, legal, and valuation advisors in order to consider all of the costs and benefits of a possible corporate tax status conversion. An estimation of both the costs and benefits of the corporate tax status conversion depends on the concluded fair market values of the medical practice, dental practice, or other health care entity assets. And, that practice asset appraisal should encompass all of the practice assets, both tangible assets and intangible assets.

  13. Some Remarks on the Translation of Proper Names in Mark of Toledo’s and Robert of Ketton’s Latin Qur’ā Translations

    Directory of Open Access Journals (Sweden)

    Cecini, Ulisse

    2014-12-01

    Full Text Available This article presents Robert of Ketton’s (1143 and Mark of Toledo’s (1210 Latin translations of proper names appearing in the Qur’ān. Proper names represent a particular sub-group of words that challenges the translator in his task as a mediator between two cultures. Proper names are in fact tied to the person or the entity to which they belong and cannot, in absolute terms, be translated without losing their characteristic of being “proper.” In the article, the names are divided in different categories and the different methods are explained, that each translator uses to render the names in the translation. Final remarks try to formulate some hypotheses in order to explain the different choices of each translator in the context of their respective Qur’ān translation.En este artículo se presentan las traducciones latinas que Robert de Ketton (1143 y Marcos de Toledo (1210 hicieron de los nombres propios que aparecen en el Corán. Los nombres propios son un grupo particular de palabras que ponen a prueba al traductor en su tarea como mediador entre dos culturas. En efecto, los nombres propios son naturalmente vinculados a la persona o la entidad a las que pertenecen y no pueden ser traducidos sin perder su característica de ser «propios». En el artículo los nombres se dividen en diferentes categorías y se exponen de forma detallada los diferentes métodos que cada traductor utiliza para expresar los nombres en Latín. En las observaciones finales se formulan algunas hipótesis para explicar las diferentes soluciones que cada traductor ha elegido en el contexto de su propia traducción del Corán.

  14. Unmatter Entities inside Nuclei, Predicted by the Brightsen Nucleon Cluster Model

    Directory of Open Access Journals (Sweden)

    Smarandache F.

    2006-01-01

    Full Text Available Applying the R. A. Brightsen Nucleon Cluster Model of the atomic nucleus we discuss how unmatter entities (the conjugations of matter and antimatter may be formed as clusters inside a nucleus. The model supports a hypothesis that antimatter nucleon clusters are present as a parton (sensu Feynman superposition within the spatial confinement of the proton (1H1, the neutron, and the deuteron (1H2. If model predictions can be confirmed both mathematically and experimentally, a new physics is suggested. A proposed experiment is connected to othopositronium annihilation anomalies, which, being related to one of known unmatter entity, orthopositronium (built on electron and positron, opens a way to expand the Standard Model.

  15. Generativity and imagination in autism spectrum disorder: evidence from individual differences in children's impossible entity drawings.

    Science.gov (United States)

    Low, Jason; Goddard, Elizabeth; Melser, Joseph

    2009-06-01

    This study examined the cognitive underpinnings of spontaneous imagination in autism spectrum disorder (ASD) by way of individual differences. Children with ASD (N = 27) and matched typically developing (TD) children were administered Karmiloff-Smith's (1990) imaginative drawing task, along with measures that tapped specific executive functions (generativity, visuospatial planning, and central coherence processing style) and false belief theory of mind (ToM) understanding. The ASD group drawings displayed deficits in imaginative content and a piecemeal pictorial style. ASD participants also showed group deficits in generativity, planning and ToM, and exhibited weak coherence. Individual differences in generativity were related to imaginative drawing content in the ASD group, and the association was mediated through planning ability. Variations in weak coherence were separately related to a piecemeal drawing style in the ASD group. Variations in generativity were also linked with imaginative drawing content in the TD group; the connection unfolded when it received pooled variance from receptive language ability, and thereupon mediated through false belief reasoning to cue imaginative content. Results are discussed in terms of how generativity plays a broad and important role for imagination in ASD and typical development, albeit in different ways.

  16. A radiographic anthology of vertebral names.

    Science.gov (United States)

    Yochum, T R; Hartley, B; Thomas, D P; Guebert, G M

    1985-06-01

    There are many conditions of the spine to which various authors have applied descriptive names. This paper, an extensive review of the literature, provides the first complete source for such named vertebrae. Included are 88 names covering all categories of bone disease. A brief description of the radiographic appearance and its pathogenesis is provided for each, along with a consideration of the disease processes which may produce the appearance.

  17. Naming as Strategic Communication: Understanding Corporate Name Change through an Integrative Framework Encompassing Branding, Identity and Institutional Theory

    DEFF Research Database (Denmark)

    Schmeltz, Line; Kjeldsen, Anna Karina

    2016-01-01

    This article presents a framework for understanding corporate name change as strategic communication. From a corporate branding perspective, the choice of a new name can be seen as a wish to stand out from a group of similar organizations. Conversely, from an institutional perspective, name change...

  18. Fast, Inclusive Searches for Geographic Names Using Digraphs

    Science.gov (United States)

    Donato, David I.

    2008-01-01

    An algorithm specifies how to quickly identify names that approximately match any specified name when searching a list or database of geographic names. Based on comparisons of the digraphs (ordered letter pairs) contained in geographic names, this algorithmic technique identifies approximately matching names by applying an artificial but useful measure of name similarity. A digraph index enables computer name searches that are carried out using this technique to be fast enough for deployment in a Web application. This technique, which is a member of the class of n-gram algorithms, is related to, but distinct from, the soundex, PHONIX, and metaphone phonetic algorithms. Despite this technique's tendency to return some counterintuitive approximate matches, it is an effective aid for fast, inclusive searches for geographic names when the exact name sought, or its correct spelling, is unknown.

  19. Colima: The eleventh entity most competitive of the country

    Directory of Open Access Journals (Sweden)

    José Manuel Orozco Plascencia

    2008-03-01

    Full Text Available According to the I Report of the State Competitiveness 2006, the State of Colima is considered to be the eleventh federal entity more competitive of the country. Number obtained in the favorable results in the national ranking of competitiveness, due to it got a third position to have with a System of Rights Reliable and Objective, besides it got three fifth positions: Sustainable Management of the Environment, Market of Efficient Factors and Precursor Sectors of the World Class, besides of a eighth position to count on a Dynamic Economic and Stables Indicators. Nevertheless, there are some indicators that showed unfavorable results for the entity, for instance, Colima got the 30th place in the factor of Achievement of the International Relations, the 27th position to count on a bad Political and Functional System, and the 24th place to have an Efficient and Effective Government. On average of the sectorial competitiveness, the Pharmaceutical and High-Tech sector holds the fifth position in the national ranking, in order to the priorities for the location of the business investment; the Manufactures are located in the sixth Place; the Textile sector in the eighth, and the more straggler ones like the Agribusiness and Tourism in the ninth position, respectively. Finally, the sensitivity of the investments above an increase of 10% relative to the 120 quantitative variables that revealed that Colima could pass from the eleventh to the third position, this like a result to increase its investment in 3,228 million of pesos for the entity, or increase in 30% the amount per capita for each member of the PEA, equivalent to 12,300 pesos average for employee.

  20. Planning levels in naming and reading complex numerals

    NARCIS (Netherlands)

    Meeuwissen, M.H.W.; Roelofs, A.P.A.; Levelt, W.J.M.

    2003-01-01

    On the basis of evidence from studies of the naming and reading of numerals, Ferrand (1999) argued that the naming of objects is slower than reading their names, due to a greater response uncertainty in naming than in reading, rather than to an obligatory conceptual preparation for naming, but not

  1. A Rare But Important Entity: Epistaxis in Infants.

    Science.gov (United States)

    DeLaroche, Amy M; Tigchelaar, Helene; Kannikeswaran, Nirupama

    2017-01-01

    Epistaxis is a common emergency department (ED) complaint; however, this entity is rare among children younger than 2 years of age. In this age group, epistaxis may be a presenting sign of a bleeding disorder or nonaccidental trauma. We present a case of a 2-month-old infant who was evaluated in the pediatric ED for epistaxis and discharged home. The infant returned 2 days later with facial swelling and irritability, and was found to have significant head trauma. In this article we review the epidemiology and differential diagnoses for epistaxis among infants, as well as the initial approach to the evaluation of this uncommon clinical entity in this age group. WHY SHOULD AN EMERGENCY PHYSICIAN BE AWARE OF THIS?: Potential etiologies for epistaxis among infants and young children include severe systemic disease and nonaccidental trauma. Given its rarity and possible clinical significance, the approach to epistaxis differs in this age group. Emergency physicians should screen for and exclude a bleeding disorder while also having a very low threshold for a nonaccidental trauma evaluation. Copyright © 2016 Elsevier Inc. All rights reserved.

  2. 45 CFR 61.10 - Reporting exclusions from participation in Federal or State health care programs.

    Science.gov (United States)

    2010-10-01

    ...) Name and address of the reporting entity; and (viii) The name, title and telephone number of the responsible official submitting the report on behalf of the reporting entity. (c) Entities described in... 45 Public Welfare 1 2010-10-01 2010-10-01 false Reporting exclusions from participation in Federal...

  3. 28 CFR 25.55 - Responsibilities of insurance carriers.

    Science.gov (United States)

    2010-07-01

    ... contain the following information: (1) The name, address, and contact information for the reporting entity... individual or entity acting as an insurance carrier conducting business within the United States shall... salvage automobile; (4) The name of the individual or entity from whom the automobile was obtained and who...

  4. Navy Ship Names: Background for Congress

    Science.gov (United States)

    2016-09-14

    Secretary considers these nominations , along with others he receives as well as his own thoughts in this matter. At appropriate times, he selects names...Research Service 16 “ nomination ” process is often fiercely contested as differing groups make the case that “their” ship name is the most fitting...and practices of the Navy for naming vessels of the Navy, and an explanation for such variances;  Assesses the feasibility and advisability of

  5. Phonaesthemes and sound symbolism in Swedish brand names

    OpenAIRE

    Abelin, Åsa

    2015-01-01

    This study examines the prevalence of sound symbolism in Swedish brand names. A general principle of brand name design is that effective names should be distinctive, recognizable, easy to pronounce and meaningful. Much money is invested in designing powerful brand names, where the emotional impact of the names on consumers is also relevant and it is important to avoid negative connotations. Customers prefer brand names, which say something about the product, as this reduces product uncertaint...

  6. What's in a Name? For A Million Bucks or So, You can Name that School

    Science.gov (United States)

    Altbach, Philip G.

    2006-01-01

    Although "naming rights" have proliferated in American higher education for the past several decades, the phenomenon has recently expanded to extraordinary lengths. In this area, academe fits right in with the larger culture, which has named everything from AutoZone Park to Gillette Stadium to the children's wing of your local hospital. Anything…

  7. 78 FR 59624 - Guidance for Industry #223: Small Entity Compliance Guide-Declaring Color Additives in Animal...

    Science.gov (United States)

    2013-09-27

    ... DEPARTMENT OF HEALTH AND HUMAN SERVICES Food and Drug Administration 21 CFR Part 501 [Docket No. FDA-2013-D-1088] Guidance for Industry 223: Small Entity Compliance Guide--Declaring Color Additives... industry 223 entitled ``Small Entity Compliance Guide--Declaring Color Additives in Animal Foods.'' This...

  8. Species-independent identification of known and novel recurrent genomic entities in multiple cancer patients

    DEFF Research Database (Denmark)

    Friis-Nielsen, Jens; Gonzalez-Izarzugaza, Jose Maria; Brunak, Søren

    2016-01-01

    Here we present a new method for the identification of recurrent genomic entities that play a causative role in the onset of disease. Our approach is particularly amenable for the analyses highthroughput sequencing data.......Here we present a new method for the identification of recurrent genomic entities that play a causative role in the onset of disease. Our approach is particularly amenable for the analyses highthroughput sequencing data....

  9. 76 FR 66074 - Small Entity Compliance Guide: Required Warnings for Cigarette Packages and Advertisements...

    Science.gov (United States)

    2011-10-25

    ...The Food and Drug Administration (FDA) is announcing the availability of a guidance for industry entitled ``Required Warnings for Cigarette Packages and Advertisements--Small Entity Compliance Guide'' for a final rule published in the Federal Register on June 22, 2011. This small entity compliance guide (SECG) is intended to set forth in plain language the requirements of the regulation and to help small businesses understand and comply with the regulation.

  10. Investigation of a baseline method for genealogical entity resolution

    NARCIS (Netherlands)

    Efremova, I.; Ranjbar-Sahraei, B.; Oliehoek, F.A.; Calders, T.G.K.; Tuyls, K.P.

    2014-01-01

    In this paper we study the application of entity resolution (ER) techniques on a real-world multi-source genealogical dataset. Our goal is to identify all persons involved in various notary acts and link them to their birth, marriage and death certificates. In order to evaluate the performance of a

  11. 76 FR 29183 - Exclusion of Orphan Drugs for Certain Covered Entities Under 340B Program

    Science.gov (United States)

    2011-05-20

    ... and, if they are, at what price. These covered entities do not know if they can buy these orphan drugs... DEPARTMENT OF HEALTH AND HUMAN SERVICES 42 CFR Part 10 RIN 0906-AA94 Exclusion of Orphan Drugs for... Prices of Drugs Purchased by Covered Entities.'' Section 340B implemented a drug pricing program by which...

  12. Naming game with learning errors in communications

    OpenAIRE

    Lou, Yang; Chen, Guanrong

    2014-01-01

    Naming game simulates the process of naming an objective by a population of agents organized in a certain communication network topology. By pair-wise iterative interactions, the population reaches a consensus state asymptotically. In this paper, we study naming game with communication errors during pair-wise conversations, where errors are represented by error rates in a uniform probability distribution. First, a model of naming game with learning errors in communications (NGLE) is proposed....

  13. 27 CFR 40.93 - Change in corporate name.

    Science.gov (United States)

    2010-04-01

    ... 27 Alcohol, Tobacco Products and Firearms 2 2010-04-01 2010-04-01 false Change in corporate name... Changes in Name § 40.93 Change in corporate name. Where there is a change in the name of a corporate... to establish that the corporate name has been changed. (72 Stat. 1421; 26 U.S.C. 5712) Changes in...

  14. 27 CFR 44.103 - Change in corporate name.

    Science.gov (United States)

    2010-04-01

    ... 27 Alcohol, Tobacco Products and Firearms 2 2010-04-01 2010-04-01 false Change in corporate name... Warehouse Proprietors Changes in Name § 44.103 Change in corporate name. Where there is a change in the name... may be necessary to establish that the corporate name has been changed. (72 Stat. 1421; 26 U.S.C. 5712...

  15. Fraud Indicators Applied to Legal Entities : An Empirical Ranking Approach

    NARCIS (Netherlands)

    S. van den Braak; R. Choenni; M.S. Bargh

    2014-01-01

    Legal persons (i.e., entities such as corporations, companies, partnerships, firms, associations, and foundations) may commit financial crimes or employ fraudulent activities like money laundering, tax fraud, or bankruptcy fraud. Therefore, in the Netherlands legal persons are automatically screened

  16. Standardizing Naming Conventions in Radiation Oncology

    Energy Technology Data Exchange (ETDEWEB)

    Santanam, Lakshmi [Department of Radiation Oncology, Washington University School of Medicine, St. Louis, MO (United States); Hurkmans, Coen [Department of Radiation Oncology, Catharina Hospital, Eindhoven (Netherlands); Mutic, Sasa [Department of Radiation Oncology, Washington University School of Medicine, St. Louis, MO (United States); Vliet-Vroegindeweij, Corine van [Department of Radiation Oncology, Thomas Jefferson University Hospital, Philadelphia, PA (United States); Brame, Scott; Straube, William [Department of Radiation Oncology, Washington University School of Medicine, St. Louis, MO (United States); Galvin, James [Department of Radiation Oncology, Thomas Jefferson University Hospital, Philadelphia, PA (United States); Tripuraneni, Prabhakar [Department of Radiation Oncology, Scripps Clinic, LaJolla, CA (United States); Michalski, Jeff [Department of Radiation Oncology, Washington University School of Medicine, St. Louis, MO (United States); Bosch, Walter, E-mail: wbosch@radonc.wustl.edu [Department of Radiation Oncology, Washington University School of Medicine, St. Louis, MO (United States); Advanced Technology Consortium, Image-guided Therapy QA Center, St. Louis, MO (United States)

    2012-07-15

    Purpose: The aim of this study was to report on the development of a standardized target and organ-at-risk naming convention for use in radiation therapy and to present the nomenclature for structure naming for interinstitutional data sharing, clinical trial repositories, integrated multi-institutional collaborative databases, and quality control centers. This taxonomy should also enable improved plan benchmarking between clinical institutions and vendors and facilitation of automated treatment plan quality control. Materials and Methods: The Advanced Technology Consortium, Washington University in St. Louis, Radiation Therapy Oncology Group, Dutch Radiation Oncology Society, and the Clinical Trials RT QA Harmonization Group collaborated in creating this new naming convention. The International Commission on Radiation Units and Measurements guidelines have been used to create standardized nomenclature for target volumes (clinical target volume, internal target volume, planning target volume, etc.), organs at risk, and planning organ-at-risk volumes in radiation therapy. The nomenclature also includes rules for specifying laterality and margins for various structures. The naming rules distinguish tumor and nodal planning target volumes, with correspondence to their respective tumor/nodal clinical target volumes. It also provides rules for basic structure naming, as well as an option for more detailed names. Names of nonstandard structures used mainly for plan optimization or evaluation (rings, islands of dose avoidance, islands where additional dose is needed [dose painting]) are identified separately. Results: In addition to its use in 16 ongoing Radiation Therapy Oncology Group advanced technology clinical trial protocols and several new European Organization for Research and Treatment of Cancer protocols, a pilot version of this naming convention has been evaluated using patient data sets with varying treatment sites. All structures in these data sets were

  17. Standardizing naming conventions in radiation oncology.

    Science.gov (United States)

    Santanam, Lakshmi; Hurkmans, Coen; Mutic, Sasa; van Vliet-Vroegindeweij, Corine; Brame, Scott; Straube, William; Galvin, James; Tripuraneni, Prabhakar; Michalski, Jeff; Bosch, Walter

    2012-07-15

    The aim of this study was to report on the development of a standardized target and organ-at-risk naming convention for use in radiation therapy and to present the nomenclature for structure naming for interinstitutional data sharing, clinical trial repositories, integrated multi-institutional collaborative databases, and quality control centers. This taxonomy should also enable improved plan benchmarking between clinical institutions and vendors and facilitation of automated treatment plan quality control. The Advanced Technology Consortium, Washington University in St. Louis, Radiation Therapy Oncology Group, Dutch Radiation Oncology Society, and the Clinical Trials RT QA Harmonization Group collaborated in creating this new naming convention. The International Commission on Radiation Units and Measurements guidelines have been used to create standardized nomenclature for target volumes (clinical target volume, internal target volume, planning target volume, etc.), organs at risk, and planning organ-at-risk volumes in radiation therapy. The nomenclature also includes rules for specifying laterality and margins for various structures. The naming rules distinguish tumor and nodal planning target volumes, with correspondence to their respective tumor/nodal clinical target volumes. It also provides rules for basic structure naming, as well as an option for more detailed names. Names of nonstandard structures used mainly for plan optimization or evaluation (rings, islands of dose avoidance, islands where additional dose is needed [dose painting]) are identified separately. In addition to its use in 16 ongoing Radiation Therapy Oncology Group advanced technology clinical trial protocols and several new European Organization for Research and Treatment of Cancer protocols, a pilot version of this naming convention has been evaluated using patient data sets with varying treatment sites. All structures in these data sets were satisfactorily identified using this

  18. Standardizing Naming Conventions in Radiation Oncology

    International Nuclear Information System (INIS)

    Santanam, Lakshmi; Hurkmans, Coen; Mutic, Sasa; Vliet-Vroegindeweij, Corine van; Brame, Scott; Straube, William; Galvin, James; Tripuraneni, Prabhakar; Michalski, Jeff; Bosch, Walter

    2012-01-01

    Purpose: The aim of this study was to report on the development of a standardized target and organ-at-risk naming convention for use in radiation therapy and to present the nomenclature for structure naming for interinstitutional data sharing, clinical trial repositories, integrated multi-institutional collaborative databases, and quality control centers. This taxonomy should also enable improved plan benchmarking between clinical institutions and vendors and facilitation of automated treatment plan quality control. Materials and Methods: The Advanced Technology Consortium, Washington University in St. Louis, Radiation Therapy Oncology Group, Dutch Radiation Oncology Society, and the Clinical Trials RT QA Harmonization Group collaborated in creating this new naming convention. The International Commission on Radiation Units and Measurements guidelines have been used to create standardized nomenclature for target volumes (clinical target volume, internal target volume, planning target volume, etc.), organs at risk, and planning organ-at-risk volumes in radiation therapy. The nomenclature also includes rules for specifying laterality and margins for various structures. The naming rules distinguish tumor and nodal planning target volumes, with correspondence to their respective tumor/nodal clinical target volumes. It also provides rules for basic structure naming, as well as an option for more detailed names. Names of nonstandard structures used mainly for plan optimization or evaluation (rings, islands of dose avoidance, islands where additional dose is needed [dose painting]) are identified separately. Results: In addition to its use in 16 ongoing Radiation Therapy Oncology Group advanced technology clinical trial protocols and several new European Organization for Research and Treatment of Cancer protocols, a pilot version of this naming convention has been evaluated using patient data sets with varying treatment sites. All structures in these data sets were

  19. Humorous Names in the Light of Incongruity Theory

    Directory of Open Access Journals (Sweden)

    Mariusz Rutkowski

    2016-07-01

    Full Text Available The article addresses the humorous function of proper names in the light of incongruity theory. It aims at proving that, although names are often defined as pragmatically “transparent,” they may possess some humorous value due to semantic and pragmatic shifts resulting from the disturbance of ordinary patterns of proper names identification and interpretation. After a brief introduction, the author discusses different variants of incongruity theory as resented in the works by Victor Raskin and Thomas C. Veatch as well as their possible application to the study of humorous names. The second part of the paper provides an analysis of the humorous effects of proper names which includes anthroponyms, toponyms, trade names, football team names and names in literature. The first section of this part concentrates on names in which humour is unintentional and seems to be induced by the context, while the second section focuses on names which are intentionally humourous, i.e. supposed to amuse from the moment of their creation. The author argues that the incongruity theory can provide a useful framework for the study of the different mechanisms responsible of the semantic shifts which determine the variation of pragmatic values of proper names.

  20. Data Matching Concepts and Techniques for Record Linkage, Entity Resolution, and Duplicate Detection

    CERN Document Server

    Christen, Peter

    2012-01-01

    Data matching (also known as record or data linkage, entity resolution, object identification, or field matching) is the task of identifying, matching and merging records that correspond to the same entities from several databases or even within one database. Based on research in various domains including applied statistics, health informatics, data mining, machine learning, artificial intelligence, database management, and digital libraries, significant advances have been achieved over the last decade in all aspects of the data matching process, especially on how to improve the accuracy of da