WorldWideScience

Sample records for compound character recognition

  1. A REVIEW: OPTICAL CHARACTER RECOGNITION

    OpenAIRE

    Swati Tomar*1 & Amit Kishore2

    2018-01-01

    This paper presents detailed review in the field of Optical Character Recognition. Various techniques are determine that have been proposed to realize the center of character recognition in an optical character recognition system. Even though, sufficient studies and papers are describes the techniques for converting textual content from a paper document into machine readable form. Optical character recognition is a process where the computer understands automatically the image of handwritten ...

  2. Degraded character recognition based on gradient pattern

    Science.gov (United States)

    Babu, D. R. Ramesh; Ravishankar, M.; Kumar, Manish; Wadera, Kevin; Raj, Aakash

    2010-02-01

    Degraded character recognition is a challenging problem in the field of Optical Character Recognition (OCR). The performance of an optical character recognition depends upon printed quality of the input documents. Many OCRs have been designed which correctly identifies the fine printed documents. But, very few reported work has been found on the recognition of the degraded documents. The efficiency of the OCRs system decreases if the input image is degraded. In this paper, a novel approach based on gradient pattern for recognizing degraded printed character is proposed. The approach makes use of gradient pattern of an individual character for recognition. Experiments were conducted on character image that is either digitally written or a degraded character extracted from historical documents and the results are found to be satisfactory.

  3. Contribution to automatic handwritten characters recognition. Application to optical moving characters recognition

    International Nuclear Information System (INIS)

    Gokana, Denis

    1986-01-01

    This paper describes a research work on computer aided vision relating to the design of a vision system which can recognize isolated handwritten characters written on a mobile support. We use a technique which consists in analyzing information contained in the contours of the polygon circumscribed to the character's shape. These contours are segmented and labelled to give a new set of features constituted by: - right and left 'profiles', - topological and algebraic unvarying properties. A new method of character's recognition induced from this representation based on a multilevel hierarchical technique is then described. In the primary level, we use a fuzzy classification with dynamic programming technique using 'profiles'. The other levels adjust the recognition by using topological and algebraic unvarying properties. Several results are presented and an accuracy of 99 pc was reached for handwritten numeral characters, thereby attesting the robustness of our algorithm. (author) [fr

  4. Artificial Neural Network Based Optical Character Recognition

    OpenAIRE

    Vivek Shrivastava; Navdeep Sharma

    2012-01-01

    Optical Character Recognition deals in recognition and classification of characters from an image. For the recognition to be accurate, certain topological and geometrical properties are calculated, based on which a character is classified and recognized. Also, the Human psychology perceives characters by its overall shape and features such as strokes, curves, protrusions, enclosures etc. These properties, also called Features are extracted from the image by means of spatial pixel-...

  5. Features fusion based approach for handwritten Gujarati character recognition

    Directory of Open Access Journals (Sweden)

    Ankit Sharma

    2017-02-01

    Full Text Available Handwritten character recognition is a challenging area of research. Lots of research activities in the area of character recognition are already done for Indian languages such as Hindi, Bangla, Kannada, Tamil and Telugu. Literature review on handwritten character recognition indicates that in comparison with other Indian scripts research activities on Gujarati handwritten character recognition are very less.  This paper aims to bring Gujarati character recognition in attention. Recognition of isolated Gujarati handwritten characters is proposed using three different kinds of features and their fusion. Chain code based, zone based and projection profiles based features are utilized as individual features. One of the significant contribution of proposed work is towards the generation of large and representative dataset of 88,000 handwritten Gujarati characters. Experiments are carried out on this developed dataset. Artificial Neural Network (ANN, Support Vector Machine (SVM and Naive Bayes (NB classifier based methods are implemented for handwritten Gujarati character recognition. Experimental results show substantial enhancement over state-of-the-art and authenticate our proposals.

  6. Character Recognition Using Genetically Trained Neural Networks

    Energy Technology Data Exchange (ETDEWEB)

    Diniz, C.; Stantz, K.M.; Trahan, M.W.; Wagner, J.S.

    1998-10-01

    Computationally intelligent recognition of characters and symbols addresses a wide range of applications including foreign language translation and chemical formula identification. The combination of intelligent learning and optimization algorithms with layered neural structures offers powerful techniques for character recognition. These techniques were originally developed by Sandia National Laboratories for pattern and spectral analysis; however, their ability to optimize vast amounts of data make them ideal for character recognition. An adaptation of the Neural Network Designer soflsvare allows the user to create a neural network (NN_) trained by a genetic algorithm (GA) that correctly identifies multiple distinct characters. The initial successfid recognition of standard capital letters can be expanded to include chemical and mathematical symbols and alphabets of foreign languages, especially Arabic and Chinese. The FIN model constructed for this project uses a three layer feed-forward architecture. To facilitate the input of characters and symbols, a graphic user interface (GUI) has been developed to convert the traditional representation of each character or symbol to a bitmap. The 8 x 8 bitmap representations used for these tests are mapped onto the input nodes of the feed-forward neural network (FFNN) in a one-to-one correspondence. The input nodes feed forward into a hidden layer, and the hidden layer feeds into five output nodes correlated to possible character outcomes. During the training period the GA optimizes the weights of the NN until it can successfully recognize distinct characters. Systematic deviations from the base design test the network's range of applicability. Increasing capacity, the number of letters to be recognized, requires a nonlinear increase in the number of hidden layer neurodes. Optimal character recognition performance necessitates a minimum threshold for the number of cases when genetically training the net. And, the

  7. Automated Degradation Diagnosis in Character Recognition System Subject to Camera Vibration

    Directory of Open Access Journals (Sweden)

    Chunmei Liu

    2014-01-01

    Full Text Available Degradation diagnosis plays an important role for degraded character processing, which can tell the recognition difficulty of a given degraded character. In this paper, we present a framework for automated degraded character recognition system by statistical syntactic approach using 3D primitive symbol, which is integrated by degradation diagnosis to provide accurate and reliable recognition results. Our contribution is to design the framework to build the character recognition submodels corresponding to degradation subject to camera vibration or out of focus. In each character recognition submodel, statistical syntactic approach using 3D primitive symbol is proposed to improve degraded character recognition performance. In the experiments, we show attractive experimental results, highlighting the system efficiency and recognition performance by statistical syntactic approach using 3D primitive symbol on the degraded character dataset.

  8. Optical Character Recognition.

    Science.gov (United States)

    Converso, L.; Hocek, S.

    1990-01-01

    This paper describes computer-based optical character recognition (OCR) systems, focusing on their components (the computer, the scanner, the OCR, and the output device); how the systems work; and features to consider in selecting a system. A list of 26 questions to ask to evaluate systems for potential purchase is included. (JDD)

  9. Chinese character recognition based on Gabor feature extraction and CNN

    Science.gov (United States)

    Xiong, Yudian; Lu, Tongwei; Jiang, Yongyuan

    2018-03-01

    As an important application in the field of text line recognition and office automation, Chinese character recognition has become an important subject of pattern recognition. However, due to the large number of Chinese characters and the complexity of its structure, there is a great difficulty in the Chinese character recognition. In order to solve this problem, this paper proposes a method of printed Chinese character recognition based on Gabor feature extraction and Convolution Neural Network(CNN). The main steps are preprocessing, feature extraction, training classification. First, the gray-scale Chinese character image is binarized and normalized to reduce the redundancy of the image data. Second, each image is convoluted with Gabor filter with different orientations, and the feature map of the eight orientations of Chinese characters is extracted. Third, the feature map through Gabor filters and the original image are convoluted with learning kernels, and the results of the convolution is the input of pooling layer. Finally, the feature vector is used to classify and recognition. In addition, the generalization capacity of the network is improved by Dropout technology. The experimental results show that this method can effectively extract the characteristics of Chinese characters and recognize Chinese characters.

  10. Optical character recognition based on nonredundant correlation measurements.

    Science.gov (United States)

    Braunecker, B; Hauck, R; Lohmann, A W

    1979-08-15

    The essence of character recognition is a comparison between the unknown character and a set of reference patterns. Usually, these reference patterns are all possible characters themselves, the whole alphabet in the case of letter characters. Obviously, N analog measurements are highly redundant, since only K = log(2)N binary decisions are enough to identify one out of N characters. Therefore, we devised K reference patterns accordingly. These patterns, called principal components, are found by digital image processing, but used in an optical analog computer. We will explain the concept of principal components, and we will describe experiments with several optical character recognition systems, based on this concept.

  11. Glyph Identification and Character Recognition for Sindhi OCR

    Directory of Open Access Journals (Sweden)

    NISAR AHMEDMEMON

    2017-10-01

    Full Text Available A computer can read and write multiple languages and today?s computers are capable of understanding various human languages. A computer can be given instructions through various input methods but OCR (Optical Character Recognition and handwritten character recognition are the input methods in which a scanned page containing text is converted into written or editable text. The change in language text available on scanned page demands different algorithm to recognize text because every language and script pose varying number of challenges to recognize text. The Latin language recognition pose less difficulties compared to Arabic script and languages that use Arabic script for writing and OCR systems for these Latin languages are near to perfection. Very little work has been done on regional languages of Pakistan. In this paper the Sindhi glyphs are identified and the number of characters and connected components are identified for this regional language of Pakistan. A graphical user interface has been created to perform identification task for glyphs and characters of Sindhi language. The glyphs of characters are successfully identified from scanned page and this information can be used to recognize characters. The language glyph identification can be used to apply suitable algorithm to identify language as well as to achieve a higher recognition rate.

  12. A Modified Back propagation Algorithm for Optical Character Recognition

    OpenAIRE

    Jitendra Shrivastav; Prof. Ravindra Kumar Gupta; Dr. Shailendra Singh

    2013-01-01

    Character Recognition (CR) has been an active area of research and due to its diverse applicable environment; it continues to be a challenging research topic. There is a clear need for optical character recognition in order to provide a fast and accurate method to search both existing images as well as large archives of existing paper documents. However, existing optical character recognition programs suffer from a flawed tradeoff between speed and accuracy, making it less attractive for larg...

  13. THE RECOGNITION OF SPOKEN MONO-MORPHEMIC COMPOUNDS IN CHINESE

    Directory of Open Access Journals (Sweden)

    Yu-da Lai

    2012-12-01

    Full Text Available This paper explores the auditory lexical access of mono-morphemic compounds in Chinese as a way of understanding the role of orthography in the recognition of spoken words. In traditional Chinese linguistics, a compound is a word written with two or more characters whether or not they are morphemic. A monomorphemic compound may either be a binding word, written with characters that only appear in this one word, or a non-binding word, written with characters that are chosen for their pronunciation but that also appear in other words. Our goal was to determine if this purely orthographic difference affects auditory lexical access by conducting a series of four experiments with materials matched by whole-word frequency, syllable frequency, cross-syllable predictability, cohort size, and acoustic duration, but differing in binding. An auditory lexical decision task (LDT found an orthographic effect: binding words were recognized more quickly than non-binding words. However, this effect disappeared in an auditory repetition and in a visual LDT with the same materials, implying that the orthographic effect during auditory lexical access was localized to the decision component and involved the influence of cross-character predictability without the activation of orthographic representations. This claim was further confirmed by overall faster recognition of spoken binding words in a cross-modal LDT with different types of visual interference. The theoretical and practical consequences of these findings are discussed.

  14. Character context: a shape descriptor for Arabic handwriting recognition

    Science.gov (United States)

    Mudhsh, Mohammed; Almodfer, Rolla; Duan, Pengfei; Xiong, Shengwu

    2017-11-01

    In the handwriting recognition field, designing good descriptors are substantial to obtain rich information of the data. However, the handwriting recognition research of a good descriptor is still an open issue due to unlimited variation in human handwriting. We introduce a "character context descriptor" that efficiently dealt with the structural characteristics of Arabic handwritten characters. First, the character image is smoothed and normalized, then the character context descriptor of 32 feature bins is built based on the proposed "distance function." Finally, a multilayer perceptron with regularization is used as a classifier. On experimentation with a handwritten Arabic characters database, the proposed method achieved a state-of-the-art performance with recognition rate equal to 98.93% and 99.06% for the 66 and 24 classes, respectively.

  15. Use of Splines in Handwritten Character Recognition

    OpenAIRE

    Sunil Kumar; Gopinath S,; Satish Kumar; Rajesh Chhikara

    2010-01-01

    Handwritten Character Recognition is software used to identify the handwritten characters and receive and interpret intelligible andwritten input from sources such as manuscript documents. The recent past several years has seen the development of many systems which are able to simulate the human brain actions. Among the many, the neural networks and the artificial intelligence are the most two important paradigms used. In this paper we propose a new algorithm for recognition of handwritten t...

  16. Handwritten Sindhi Character Recognition Using Neural Networks

    Directory of Open Access Journals (Sweden)

    Shafique Ahmed Awan

    2018-01-01

    Full Text Available OCR (OpticalCharacter Recognition is a technology in which text image is used to understand and write text by machines. The work on languages containing isolated characters such as German, English, French and others is at its peak. The OCR and ICR (Intelligent Character Recognition research in Sindhi script is currently at in starting stages and not sufficient work have been cited in this area even though Sindhi language is rich in culture and history. This paper presents one of the initial steps in recognizing Sindhi handwritten characters. The isolated characters of Sindhi script written by thesubjects have been recognized. The various subjects were asked to write Sindhi characters in unconstrained form and then the written samples were collected and scanned through a flatbed scanner. The scanned documents were preprocessedwith the help of binary conversion, removing noise by pepper noise and the lines were segmented with the help of horizontal profile technique. The segmented lines were used to extract characters from scanned pages.This character segmentation was done by vertical projection. The extracted characters have been used to extract features so that the characters can be classified easily. Zoning was used for the feature extraction technique. For the classification, neural network has been used. The recognized characters converted into editable text with an average accuracy of 85%.

  17. Braille Character Recognition Using Artificial Neural Network

    OpenAIRE

    Subur, Joko; Sardjono, Tri Arief; Mardiyanto, Ronny

    2015-01-01

    Braille letter is characters designed for the blind, consist of six embossed points, arranged in a standard braille character. Braille letters is touched and read using fingers, therefore the sensitivity of the fingers is important. Those characters need to be memorized, so it is very difficult to be learned. The aim of this research is to create a braille characters recognition system and translate it to alpha-numeric text. Webcam camera is used to capture braille image from braille characte...

  18. Online recognition of Chinese characters: the state-of-the-art.

    Science.gov (United States)

    Liu, Cheng-Lin; Jaeger, Stefan; Nakagawa, Masaki

    2004-02-01

    Online handwriting recognition is gaining renewed interest owing to the increase of pen computing applications and new pen input devices. The recognition of Chinese characters is different from western handwriting recognition and poses a special challenge. To provide an overview of the technical status and inspire future research, this paper reviews the advances in online Chinese character recognition (OLCCR), with emphasis on the research works from the 1990s. Compared to the research in the 1980s, the research efforts in the 1990s aimed to further relax the constraints of handwriting, namely, the adherence to standard stroke orders and stroke numbers and the restriction of recognition to isolated characters only. The target of recognition has shifted from regular script to fluent script in order to better meet the requirements of practical applications. The research works are reviewed in terms of pattern representation, character classification, learning/adaptation, and contextual processing. We compare important results and discuss possible directions of future research.

  19. IMAGE PROCESSING BASED OPTICAL CHARACTER RECOGNITION USING MATLAB

    OpenAIRE

    Jyoti Dalal*1 & Sumiran Daiya2

    2018-01-01

    Character recognition techniques associate a symbolic identity with the image of character. In a typical OCR systems input characters are digitized by an optical scanner. Each character is then located and segmented, and the resulting character image is fed into a pre-processor for noise reduction and normalization. Certain characteristics are the extracted from the character for classification. The feature extraction is critical and many different techniques exist, each having its strengths ...

  20. Optical character recognition of handwritten Arabic using hidden Markov models

    Science.gov (United States)

    Aulama, Mohannad M.; Natsheh, Asem M.; Abandah, Gheith A.; Olama, Mohammed M.

    2011-04-01

    The problem of optical character recognition (OCR) of handwritten Arabic has not received a satisfactory solution yet. In this paper, an Arabic OCR algorithm is developed based on Hidden Markov Models (HMMs) combined with the Viterbi algorithm, which results in an improved and more robust recognition of characters at the sub-word level. Integrating the HMMs represents another step of the overall OCR trends being currently researched in the literature. The proposed approach exploits the structure of characters in the Arabic language in addition to their extracted features to achieve improved recognition rates. Useful statistical information of the Arabic language is initially extracted and then used to estimate the probabilistic parameters of the mathematical HMM. A new custom implementation of the HMM is developed in this study, where the transition matrix is built based on the collected large corpus, and the emission matrix is built based on the results obtained via the extracted character features. The recognition process is triggered using the Viterbi algorithm which employs the most probable sequence of sub-words. The model was implemented to recognize the sub-word unit of Arabic text raising the recognition rate from being linked to the worst recognition rate for any character to the overall structure of the Arabic language. Numerical results show that there is a potentially large recognition improvement by using the proposed algorithms.

  1. A novel handwritten character recognition system using gradient ...

    Indian Academy of Sciences (India)

    The issues faced by the handwritten character recognition systems are the similarity. ∗ ... tical/structural features have also been successfully used in character ..... The coordinates (xc, yc) of centroid are calculated by equations (4) and (5). xc =.

  2. Sunspot drawings handwritten character recognition method based on deep learning

    Science.gov (United States)

    Zheng, Sheng; Zeng, Xiangyun; Lin, Ganghua; Zhao, Cui; Feng, Yongli; Tao, Jinping; Zhu, Daoyuan; Xiong, Li

    2016-05-01

    High accuracy scanned sunspot drawings handwritten characters recognition is an issue of critical importance to analyze sunspots movement and store them in the database. This paper presents a robust deep learning method for scanned sunspot drawings handwritten characters recognition. The convolution neural network (CNN) is one algorithm of deep learning which is truly successful in training of multi-layer network structure. CNN is used to train recognition model of handwritten character images which are extracted from the original sunspot drawings. We demonstrate the advantages of the proposed method on sunspot drawings provided by Chinese Academy Yunnan Observatory and obtain the daily full-disc sunspot numbers and sunspot areas from the sunspot drawings. The experimental results show that the proposed method achieves a high recognition accurate rate.

  3. Optical character recognition systems for different languages with soft computing

    CERN Document Server

    Chaudhuri, Arindam; Badelia, Pratixa; K Ghosh, Soumya

    2017-01-01

    The book offers a comprehensive survey of soft-computing models for optical character recognition systems. The various techniques, including fuzzy and rough sets, artificial neural networks and genetic algorithms, are tested using real texts written in different languages, such as English, French, German, Latin, Hindi and Gujrati, which have been extracted by publicly available datasets. The simulation studies, which are reported in details here, show that soft-computing based modeling of OCR systems performs consistently better than traditional models. Mainly intended as state-of-the-art survey for postgraduates and researchers in pattern recognition, optical character recognition and soft computing, this book will be useful for professionals in computer vision and image processing alike, dealing with different issues related to optical character recognition.

  4. Data set for Tifinagh handwriting character recognition

    Directory of Open Access Journals (Sweden)

    Omar Bencharef

    2015-09-01

    Full Text Available The Tifinagh alphabet-IRCAM is the official alphabet of the Amazigh language widely used in North Africa [1]. It includes thirty-one basic letter and two letters each composed of a base letter followed by the sign of labialization. Normalized only in 2003 (Unicode [2], ICRAM-Tifinagh is a young character repertoire. Which needs more work on all levels. In this context we propose a data set for handwritten Tifinagh characters composed of 1376 image; 43 Image For Each character. The dataset can be used to train a Tifinagh character recognition system, or to extract the meaning characteristics of each character.

  5. Common constraints limit Korean and English character recognition in peripheral vision.

    Science.gov (United States)

    He, Yingchen; Kwon, MiYoung; Legge, Gordon E

    2018-01-01

    The visual span refers to the number of adjacent characters that can be recognized in a single glance. It is viewed as a sensory bottleneck in reading for both normal and clinical populations. In peripheral vision, the visual span for English characters can be enlarged after training with a letter-recognition task. Here, we examined the transfer of training from Korean to English characters for a group of bilingual Korean native speakers. In the pre- and posttests, we measured visual spans for Korean characters and English letters. Training (1.5 hours × 4 days) consisted of repetitive visual-span measurements for Korean trigrams (strings of three characters). Our training enlarged the visual spans for Korean single characters and trigrams, and the benefit transferred to untrained English symbols. The improvement was largely due to a reduction of within-character and between-character crowding in Korean recognition, as well as between-letter crowding in English recognition. We also found a negative correlation between the size of the visual span and the average pattern complexity of the symbol set. Together, our results showed that the visual span is limited by common sensory (crowding) and physical (pattern complexity) factors regardless of the language script, providing evidence that the visual span reflects a universal bottleneck for text recognition.

  6. The nuclear fuel rod character recognition system based on neural network technique

    International Nuclear Information System (INIS)

    Kim, Woong-Ki; Park, Soon-Yong; Lee, Yong-Bum; Kim, Seung-Ho; Lee, Jong-Min; Chien, Sung-Il.

    1994-01-01

    The nuclear fuel rods should be discriminated and managed systematically by numeric characters which are printed at the end part of each rod in the process of producing fuel assembly. The characters are used to examine manufacturing process of the fuel rods in the inspection process of irradiated fuel rod. Therefore automatic character recognition is one of the most important technologies to establish automatic manufacturing process of fuel assembly. In the developed character recognition system, mesh feature set extracted from each character written in the fuel rod is employed to train a neural network based on back-propagation algorithm as a classifier for character recognition system. Performance evaluation has been achieved on a test set which is not included in a training character set. (author)

  7. A New Experiment on Bengali Character Recognition

    Science.gov (United States)

    Barman, Sumana; Bhattacharyya, Debnath; Jeon, Seung-Whan; Kim, Tai-Hoon; Kim, Haeng-Kon

    This paper presents a method to use View based approach in Bangla Optical Character Recognition (OCR) system providing reduced data set to the ANN classification engine rather than the traditional OCR methods. It describes how Bangla characters are processed, trained and then recognized with the use of a Backpropagation Artificial neural network. This is the first published account of using a segmentation-free optical character recognition system for Bangla using a view based approach. The methodology presented here assumes that the OCR pre-processor has presented the input images to the classification engine described here. The size and the font face used to render the characters are also significant in both training and classification. The images are first converted into greyscale and then to binary images; these images are then scaled to a fit a pre-determined area with a fixed but significant number of pixels. The feature vectors are then formed extracting the characteristics points, which in this case is simply a series of 0s and 1s of fixed length. Finally, an artificial neural network is chosen for the training and classification process.

  8. Latin Letters Recognition Using Optical Character Recognition to Convert Printed Media Into Digital Format

    Directory of Open Access Journals (Sweden)

    Rio Anugrah

    2017-12-01

    Full Text Available Printed media is still popular now days society. Unfortunately, such media encountered several drawbacks. For example, this type of media consumes large storage that impact in high maintenance cost. To keep printed information more efficient and long-lasting, people usually convert it into digital format. In this paper, we built Optical Character Recognition (OCR system to enable automatic conversion the image containing the sentence in Latin characters into digital text-shaped information. This system consists of several interrelated stages including preprocessing, segmentation, feature extraction, classifier, model and recognition. In preprocessing, the median filter is used to clarify the image from noise and the Otsu’s function is used to binarize the image. It followed by character segmentation using connected component labeling. Artificial neural network (ANN is used for feature extraction to recognize the character. The result shows that this system enable to recognize the characters in the image whose success rate is influenced by the training of the system.

  9. A STUDY ON OPTICAL CHARACTER RECOGNITION TECHNIQUES

    OpenAIRE

    Narendra Sahu; Manoj Sonkusare

    2018-01-01

    Optical Character Recognition (OCR) is the process which enables a system to without human intervention identifies the scripts or alphabets written into the users’ verbal communication. Optical Character identification has grown to be individual of the mainly flourishing applications of knowledge in the field of pattern detection and artificial intelligence. In our survey we study on the various OCR techniques. In this paper we resolve and examine the hypothetical and numerical models of Opti...

  10. Guideline for Optical Character Recognition Forms.

    Science.gov (United States)

    National Bureau of Standards (DOC), Washington, DC.

    This publication provides materials relating to the design, preparation, acquisition, inspection, and application of Optical Character Recognition (OCR) forms in data entry systems. Since the materials are advisory and tutorial in nature, this publication has been issued as a guideline rather than as a standard in the Federal Information…

  11. IMAGE TYPE WATER METER CHARACTER RECOGNITION BASED ON EMBEDDED DSP

    OpenAIRE

    LIU Ying; HAN Yan-bin; ZHANG Yu-lin

    2015-01-01

    In the paper, we combined DSP processor with image processing algorithm and studied the method of water meter character recognition. We collected water meter image through camera at a fixed angle, and the projection method is used to recognize those digital images. The experiment results show that the method can recognize the meter characters accurately and artificial meter reading is replaced by automatic digital recognition, which improves working efficiency.

  12. Lexicon Reduction for Urdu/Arabic Script Based Character Recognition: A Multilingual OCR

    Directory of Open Access Journals (Sweden)

    Saeeda Naz

    2016-04-01

    Full Text Available Arabic script character recognition is challenging task due to complexity of the script and huge number of ligatures. We present a method for the development of multilingual Arabic script OCR (Optical Character Recognition and lexicon reduction for Arabic Script and its derivative languages. The objective of the proposed method is to overcome the large dataset Urdu and similar scripts by using GCT (Ghost Character Theory concept. Arabic and its sibling script languages share the similar character dataset i.e. the character set are difference in diacritic and writing styles like Naskh or Nasta?liq. Based on the proposed method, the lexicon for Arabic and Arabic script based languages can be minimized approximately up to 20 times. The proposed multilingual Arabic script OCR approach have been evaluated for online Arabic and its derivative language like Urdu using BPNN. The result showed that proposed method helps to not only the reduction of lexicon but also helps to develop the Multilanguage character recognition system for Arabic Script.

  13. An Evaluation of PC-Based Optical Character Recognition Systems.

    Science.gov (United States)

    Schreier, E. M.; Uslan, M. M.

    1991-01-01

    The review examines six personal computer-based optical character recognition (OCR) systems designed for use by blind and visually impaired people. Considered are OCR components and terms, documentation, scanning and reading, command structure, conversion, unique features, accuracy of recognition, scanning time, speed, and cost. (DB)

  14. Low-Budget, Cost-Effective OCR: Optical Character Recognition for MS-DOS Micros.

    Science.gov (United States)

    Perez, Ernest

    1990-01-01

    Discusses optical character recognition (OCR) for use with MS-DOS microcomputers. Cost effectiveness is considered, three types of software approaches to character recognition are explained, hardware and operation requirements are described, possible library applications are discussed, future OCR developments are suggested, and a list of OCR…

  15. Optical Character Recognition: Application for Android

    OpenAIRE

    Gonzalez Manzanero, Joaquin Miguel

    2013-01-01

    Treball realitzat a Tongji University El projecte és el desenvolupament d'una aplicació per Android basat en OCR(Optical Character Recognition) que consisteix en traduir frases d'un idioma a un altre a través de fotografiar el text amb el mòbil, després reconéixer els caràcters i finalment traduïnt al llenguatge desitjat.

  16. Recognition of online handwritten Gurmukhi characters based on ...

    Indian Academy of Sciences (India)

    Karun Verma

    as the recognition of characters using rule based post-pro- cessing algorithm. ... ods in their work in order to recognize handwriting with pen-based devices. ..... Centernew is the average y-coordinate value of new stroke and denotes the center ...

  17. Character Decomposition and Transposition Processes in Chinese Compound Words Modulates Attentional Blink.

    Science.gov (United States)

    Cao, Hongwen; Gao, Min; Yan, Hongmei

    2016-01-01

    The attentional blink (AB) is the phenomenon in which the identification of the second of two targets (T2) is attenuated if it is presented less than 500 ms after the first target (T1). Although the AB is eliminated in canonical word conditions, it remains unclear whether the character order in compound words affects the magnitude of the AB. Morpheme decomposition and transposition of Chinese two-character compound words can provide an effective means to examine AB priming and to assess combinations of the component representations inherent to visual word identification. In the present study, we examined the processing of consecutive targets in a rapid serial visual presentation (RSVP) paradigm using Chinese two-character compound words in which the two characters were transposed to form meaningful words or meaningless combinations (reversible, transposed, or canonical words). We found that when two Chinese characters that form a compound word, regardless of their order, are presented in an RSVP sequence, the likelihood of an AB for the second character is greatly reduced or eliminated compared to when the two characters constitute separate words rather than a compound word. Moreover, the order of the report for the two characters is more likely to be reversed when the normal order of the two characters in a compound word is reversed, especially when the interval between the presentation of the two characters is extremely short. These findings are more consistent with the cognitive strategy hypothesis than the resource-limited hypothesis during character decomposition and transposition of Chinese two-character compound words. These results suggest that compound characters are perceived as a unit, rather than two separate words. The data further suggest that readers could easily understand the text with character transpositions in compound words during Chinese reading.

  18. Comparison of crisp and fuzzy character networks in handwritten word recognition

    Science.gov (United States)

    Gader, Paul; Mohamed, Magdi; Chiang, Jung-Hsien

    1992-01-01

    Experiments involving handwritten word recognition on words taken from images of handwritten address blocks from the United States Postal Service mailstream are described. The word recognition algorithm relies on the use of neural networks at the character level. The neural networks are trained using crisp and fuzzy desired outputs. The fuzzy outputs were defined using a fuzzy k-nearest neighbor algorithm. The crisp networks slightly outperformed the fuzzy networks at the character level but the fuzzy networks outperformed the crisp networks at the word level.

  19. Character recognition from trajectory by recurrent spiking neural networks.

    Science.gov (United States)

    Jiangrong Shen; Kang Lin; Yueming Wang; Gang Pan

    2017-07-01

    Spiking neural networks are biologically plausible and power-efficient on neuromorphic hardware, while recurrent neural networks have been proven to be efficient on time series data. However, how to use the recurrent property to improve the performance of spiking neural networks is still a problem. This paper proposes a recurrent spiking neural network for character recognition using trajectories. In the network, a new encoding method is designed, in which varying time ranges of input streams are used in different recurrent layers. This is able to improve the generalization ability of our model compared with general encoding methods. The experiments are conducted on four groups of the character data set from University of Edinburgh. The results show that our method can achieve a higher average recognition accuracy than existing methods.

  20. Multi-script handwritten character recognition : Using feature descriptors and machine learning

    NARCIS (Netherlands)

    Surinta, Olarik

    2016-01-01

    Handwritten character recognition plays an important role in transforming raw visual image data obtained from handwritten documents using for example scanners to a format which is understandable by a computer. It is an important application in the field of pattern recognition, machine learning and

  1. Handwritten Javanese Character Recognition Using Several Artificial Neural Network Methods

    Directory of Open Access Journals (Sweden)

    Gregorius Satia Budhi

    2015-07-01

    Full Text Available Javanese characters are traditional characters that are used to write the Javanese language. The Javanese language is a language used by many people on the island of Java, Indonesia. The use of Javanese characters is diminishing more and more because of the difficulty of studying the Javanese characters themselves. The Javanese character set consists of basic characters, numbers, complementary characters, and so on. In this research we have developed a system to recognize Javanese characters. Input for the system is a digital image containing several handwritten Javanese characters. Preprocessing and segmentation are performed on the input image to get each character. For each character, feature extraction is done using the ICZ-ZCZ method. The output from feature extraction will become input for an artificial neural network. We used several artificial neural networks, namely a bidirectional associative memory network, a counterpropagation network, an evolutionary network, a backpropagation network, and a backpropagation network combined with chi2. From the experimental results it can be seen that the combination of chi2 and backpropagation achieved better recognition accuracy than the other methods.

  2. AN OPTICAL CHARACTER RECOGNITION RESEARCH AND DEMONSTRATION PROJECT.

    Science.gov (United States)

    1968

    RESEARCH AND DEVELOPMENT OF PROTOTYPE LIBRARY SYSTEMS WHICH UTILIZE OPTICAL CHARACTER RECOGNITION INPUT HAS CENTERED AROUND OPTICAL PAGE READERS AND DOCUMENT READERS. THE STATE-OF-THE-ART OF BOTH THESE OPTICAL SCANNERS IS SUCH THAT BOTH ARE ACCEPTABLE FOR LIBRARY INPUT PREPARATION. A DEMONSTRATION PROJECT UTILIZING THE TWO TYPES OF READERS, SINCE…

  3. Recognition of handwritten characters using local gradient feature descriptors

    NARCIS (Netherlands)

    Surinta, Olarik; Karaaba, Mahir F.; Schomaker, Lambert R.B.; Wiering, Marco A.

    2015-01-01

    Abstract In this paper we propose to use local gradient feature descriptors, namely the scale invariant feature transform keypoint descriptor and the histogram of oriented gradients, for handwritten character recognition. The local gradient feature descriptors are used to extract feature vectors

  4. Robust recognition of degraded machine-printed characters using complementary similarity measure and error-correction learning

    Science.gov (United States)

    Hagita, Norihiro; Sawaki, Minako

    1995-03-01

    Most conventional methods in character recognition extract geometrical features such as stroke direction, connectivity of strokes, etc., and compare them with reference patterns in a stored dictionary. Unfortunately, geometrical features are easily degraded by blurs, stains and the graphical background designs used in Japanese newspaper headlines. This noise must be removed before recognition commences, but no preprocessing method is completely accurate. This paper proposes a method for recognizing degraded characters and characters printed on graphical background designs. This method is based on the binary image feature method and uses binary images as features. A new similarity measure, called the complementary similarity measure, is used as a discriminant function. It compares the similarity and dissimilarity of binary patterns with reference dictionary patterns. Experiments are conducted using the standard character database ETL-2 which consists of machine-printed Kanji, Hiragana, Katakana, alphanumeric, an special characters. The results show that this method is much more robust against noise than the conventional geometrical feature method. It also achieves high recognition rates of over 92% for characters with textured foregrounds, over 98% for characters with textured backgrounds, over 98% for outline fonts, and over 99% for reverse contrast characters.

  5. Optical character recognition reading aid for the visually impaired.

    Science.gov (United States)

    Grandin, Juan Carlos; Cremaschi, Fabian; Lombardo, Elva; Vitu, Ed; Dujovny, Manuel

    2008-06-01

    An optical character recognition (OCR) reading machine is a significant help for visually impaired patients. An OCR reading machine is used. This instrument can provide a significant help in order to improve the quality of life of patients with low vision or blindness.

  6. ADAPTIVE CONTEXT PROCESSING IN ON-LINE HANDWRITTEN CHARACTER RECOGNITION

    NARCIS (Netherlands)

    Iwayama, N.; Ishigaki, K.

    2004-01-01

    We propose a new approach to context processing in on-line handwritten character recognition (OLCR). Based on the observation that writers often repeat the strings that they input, we take the approach of adaptive context processing. (ACP). In ACP, the strings input by a writer are automatically

  7. Kinect Who’s Coming - Applying Kinect to Human Body Height Measurement to Improve Character Recognition Performance

    Directory of Open Access Journals (Sweden)

    Hau-Wei Lee

    2015-05-01

    Full Text Available A great deal of relevant research on character recognition has been carried out, but a certain amount of time is needed to compare faces from a large database. The Kinect is able to obtain three-dimensional coordinates for an object (x & y axes and depth, and in recent years research on its applications has expanded from use in gaming to that of image measurement. This study uses Kinect skeleton information to conduct body height measurements with the aim of improving character recognition performance. Time spent searching and comparing characters is reduced by creating height categories. The margin of error for height used in this investigation was ± 5 cm; therefore, face comparisons were only executed for people in the database within ±5 cm of the body height measured, reducing the search time needed. In addition, using height and facial features simultaneously to conduct character recognition can also reduce the frequency of mistaken recognition. The Kinect was placed on a rotary stage and the position of the head on the body frame was used to conduct body tracking. Body tracking can be used to reduce image distortion caused by the lens of the Kinect. EmguCV was used for image processing and character recognition. The methods proposed in this study can be used in public safety, student attendance registration, commercial VIP recognition and many others.

  8. Priming effects in Chinese character recognition for Chinese children with developmental dyslexia

    Institute of Scientific and Technical Information of China (English)

    Yuliang Zou; Jing Wang; Hanrong Wu

    2009-01-01

    BACKGROUND:Dyslexic children exhibit reading ability unmatched to age,although they possess normal intelligence and are well educated.OBJECTIVE:To examine the performance of dyslexic children in Chinese characters visual recognition tasks and to investigate the relationship between priming effect in character recognition and dyslexia.DESIGN,TIME AND SETTING:A case-control study was performed at the Department of Children and Adolescent Health and Maternal Care,School of Public Health,Tongji Medical College,Huazhong University of Science and Technology between March and June 2007.PARTICIPANTS:A total of 75 primary school students in grades 3 and 5 were selected from two primary schools in Wuhan City,Hubei province,China,and were assigned to three groups.(1) Reading disability (RD,n=25);(2) chronological age (CA) group (n=25 normal readers that were intelligence quotient and age-matched to the RD group);(3) reading level (RL) group (n=25 normal readers that were intelligence quotient and RL-matched to the RD group).All children were right-handed and had normal or corrected-to-normal vision.METHODS:Recognition of target characters was performed in each child using a masked prime paradigm.Recognition speed and accuracy of graphic,phonological,and semantic characters were examined.Simultaneously,data,with respect to response time for each target character and error rate,were recorded to calculate facilitation values (unrelated RT-related RT).MAIN OUTCOME MEASURES:Response time,facilitation,and error rate in Chinese character recognition task were calculated.RESULTS:The baseline-adjusted facilitation of graphic,phonological,and semantic priming for dyslexic children was -0.010,-0.010,and 0.001,respectively.Dyslexic children displayed inhibition in graphic and phonological prime conditions.Facilitations under the three prime conditions were 0.026,0.026,and 0.022 for the CA group.In the RL group,results were 0.062,0.058,and 0.031 respectively.The differences of baseline

  9. Two-stage neural-network-based technique for Urdu character two-dimensional shape representation, classification, and recognition

    Science.gov (United States)

    Megherbi, Dalila B.; Lodhi, S. M.; Boulenouar, A. J.

    2001-03-01

    This work is in the field of automated document processing. This work addresses the problem of representation and recognition of Urdu characters using Fourier representation and a Neural Network architecture. In particular, we show that a two-stage Neural Network scheme is used here to make classification of 36 Urdu characters into seven sub-classes namely subclasses characterized by seven proposed and defined fuzzy features specifically related to Urdu characters. We show that here Fourier Descriptors and Neural Network provide a remarkably simple way to draw definite conclusions from vague, ambiguous, noisy or imprecise information. In particular, we illustrate the concept of interest regions and describe a framing method that provides a way to make the proposed technique for Urdu characters recognition robust and invariant to scaling and translation. We also show that a given character rotation is dealt with by using the Hotelling transform. This transform is based upon the eigenvalue decomposition of the covariance matrix of an image, providing a method of determining the orientation of the major axis of an object within an image. Finally experimental results are presented to show the power and robustness of the proposed two-stage Neural Network based technique for Urdu character recognition, its fault tolerance, and high recognition accuracy.

  10. Scene text recognition in mobile applications by character descriptor and structure configuration.

    Science.gov (United States)

    Yi, Chucai; Tian, Yingli

    2014-07-01

    Text characters and strings in natural scene can provide valuable information for many applications. Extracting text directly from natural scene images or videos is a challenging task because of diverse text patterns and variant background interferences. This paper proposes a method of scene text recognition from detected text regions. In text detection, our previously proposed algorithms are applied to obtain text regions from scene image. First, we design a discriminative character descriptor by combining several state-of-the-art feature detectors and descriptors. Second, we model character structure at each character class by designing stroke configuration maps. Our algorithm design is compatible with the application of scene text extraction in smart mobile devices. An Android-based demo system is developed to show the effectiveness of our proposed method on scene text information extraction from nearby objects. The demo system also provides us some insight into algorithm design and performance improvement of scene text extraction. The evaluation results on benchmark data sets demonstrate that our proposed scheme of text recognition is comparable with the best existing methods.

  11. Teach Your Computer to Read: Scanners and Optical Character Recognition.

    Science.gov (United States)

    Marsden, Jim

    1993-01-01

    Desktop scanners can be used with a software technology called optical character recognition (OCR) to convert the text on virtually any paper document into an electronic form. OCR offers educators new flexibility in incorporating text into tests, lesson plans, and other materials. (MLF)

  12. RECOGNITION METHOD FOR CURSIVE JAPANESE WORD WRITTEN IN LATIN CHARACTERS

    NARCIS (Netherlands)

    Maruyama, K.; Nakano, Y.

    2004-01-01

    This paper proposes a recognition method for cursive Japanese words written in Latin characters. The method integrates multiple classifiers using duplicated can­ didates in multiple classifiers and orders of classifiers to improve the word recog­ nition rate combining their results. In experiments

  13. Transfer of Perceptual Expertise: The Case of Simplified and Traditional Chinese Character Recognition

    Science.gov (United States)

    Liu, Tianyin; Chuk, Tin Yim; Yeh, Su-Ling; Hsiao, Janet H.

    2016-01-01

    Expertise in Chinese character recognition is marked by reduced holistic processing (HP), which depends mainly on writing rather than reading experience. Here we show that, while simplified and traditional Chinese readers demonstrated a similar level of HP when processing characters shared between the simplified and traditional scripts, simplified…

  14. Nonlinear filtering for character recognition in low quality document images

    Science.gov (United States)

    Diaz-Escobar, Julia; Kober, Vitaly

    2014-09-01

    Optical character recognition in scanned printed documents is a well-studied task, where the captured conditions like sheet position, illumination, contrast and resolution are controlled. Nowadays, it is more practical to use mobile devices for document capture than a scanner. So as a consequence, the quality of document images is often poor owing to presence of geometric distortions, nonhomogeneous illumination, low resolution, etc. In this work we propose to use multiple adaptive nonlinear composite filters for detection and classification of characters. Computer simulation results obtained with the proposed system are presented and discussed.

  15. Optical character recognition of camera-captured images based on phase features

    Science.gov (United States)

    Diaz-Escobar, Julia; Kober, Vitaly

    2015-09-01

    Nowadays most of digital information is obtained using mobile devices specially smartphones. In particular, it brings the opportunity for optical character recognition in camera-captured images. For this reason many recognition applications have been recently developed such as recognition of license plates, business cards, receipts and street signal; document classification, augmented reality, language translator and so on. Camera-captured images are usually affected by geometric distortions, nonuniform illumination, shadow, noise, which make difficult the recognition task with existing systems. It is well known that the Fourier phase contains a lot of important information regardless of the Fourier magnitude. So, in this work we propose a phase-based recognition system exploiting phase-congruency features for illumination/scale invariance. The performance of the proposed system is tested in terms of miss classifications and false alarms with the help of computer simulation.

  16. Development of an optical character recognition pipeline for handwritten form fields from an electronic health record.

    Science.gov (United States)

    Rasmussen, Luke V; Peissig, Peggy L; McCarty, Catherine A; Starren, Justin

    2012-06-01

    Although the penetration of electronic health records is increasing rapidly, much of the historical medical record is only available in handwritten notes and forms, which require labor-intensive, human chart abstraction for some clinical research. The few previous studies on automated extraction of data from these handwritten notes have focused on monolithic, custom-developed recognition systems or third-party systems that require proprietary forms. We present an optical character recognition processing pipeline, which leverages the capabilities of existing third-party optical character recognition engines, and provides the flexibility offered by a modular custom-developed system. The system was configured and run on a selected set of form fields extracted from a corpus of handwritten ophthalmology forms. The processing pipeline allowed multiple configurations to be run, with the optimal configuration consisting of the Nuance and LEADTOOLS engines running in parallel with a positive predictive value of 94.6% and a sensitivity of 13.5%. While limitations exist, preliminary experience from this project yielded insights on the generalizability and applicability of integrating multiple, inexpensive general-purpose third-party optical character recognition engines in a modular pipeline.

  17. Distorted Character Recognition Via An Associative Neural Network

    Science.gov (United States)

    Messner, Richard A.; Szu, Harold H.

    1987-03-01

    The purpose of this paper is two-fold. First, it is intended to provide some preliminary results of a character recognition scheme which has foundations in on-going neural network architecture modeling, and secondly, to apply some of the neural network results in a real application area where thirty years of effort has had little effect on providing the machine an ability to recognize distorted objects within the same object class. It is the author's belief that the time is ripe to start applying in ernest the results of over twenty years of effort in neural modeling to some of the more difficult problems which seem so hard to solve by conventional means. The character recognition scheme proposed utilizes a preprocessing stage which performs a 2-dimensional Walsh transform of an input cartesian image field, then sequency filters this spectrum into three feature bands. Various features are then extracted and organized into three sets of feature vectors. These vector patterns that are stored and recalled associatively. Two possible associative neural memory models are proposed for further investigation. The first being an outer-product linear matrix associative memory with a threshold function controlling the strength of the output pattern (similar to Kohonen's crosscorrelation approach [1]). The second approach is based upon a modified version of Grossberg's neural architecture [2] which provides better self-organizing properties due to its adaptive nature. Preliminary results of the sequency filtering and feature extraction preprocessing stage and discussion about the use of the proposed neural architectures is included.

  18. The role of lexical variables in the visual recognition of Chinese characters: A megastudy analysis.

    Science.gov (United States)

    Sze, Wei Ping; Yap, Melvin J; Rickard Liow, Susan J

    2015-01-01

    Logographic Chinese orthography partially represents both phonology and semantics. By capturing the online processing of a large pool of Chinese characters, we were able to examine the relative salience of specific lexical variables when this nonalphabetic script is read. Using a sample of native mainland Chinese speakers (N = 35), lexical decision latencies for 1560 single characters were collated into a database, before the effects of a comprehensive range of variables were explored. Hierarchical regression analyses determined the unique item-level variance explained by orthographic (frequency, stroke count), semantic (age of learning, imageability, number of meanings), and phonological (consistency, phonological frequency) factors. Orthographic and semantic variables, respectively, accounted for more collective variance than the phonological variables. Significant main effects were further observed for the individual orthographic and semantic predictors. These results are consistent with the idea that skilled readers tend to rely on orthographic and semantic information when processing visually presented characters. This megastudy approach marks an important extension to existing work on Chinese character recognition, which hitherto has relied on factorial designs. Collectively, the findings reported here represent a useful set of empirical constraints for future computational models of character recognition.

  19. reCAPTCHA: human-based character recognition via Web security measures.

    Science.gov (United States)

    von Ahn, Luis; Maurer, Benjamin; McMillen, Colin; Abraham, David; Blum, Manuel

    2008-09-12

    CAPTCHAs (Completely Automated Public Turing test to tell Computers and Humans Apart) are widespread security measures on the World Wide Web that prevent automated programs from abusing online services. They do so by asking humans to perform a task that computers cannot yet perform, such as deciphering distorted characters. Our research explored whether such human effort can be channeled into a useful purpose: helping to digitize old printed material by asking users to decipher scanned words from books that computerized optical character recognition failed to recognize. We showed that this method can transcribe text with a word accuracy exceeding 99%, matching the guarantee of professional human transcribers. Our apparatus is deployed in more than 40,000 Web sites and has transcribed over 440 million words.

  20. Handwritten Character Recognition Based on the Specificity and the Singularity of the Arabic Language

    Directory of Open Access Journals (Sweden)

    Youssef Boulid

    2017-08-01

    Full Text Available A good Arabic handwritten recognition system must consider the characteristics of Arabic letters which can be explicit such as the presence of diacritics or implicit such as the baseline information (a virtual line on which cursive text are aligned and/join. In order to find an adequate method of features extraction, we have taken into consideration the nature of the Arabic characters. The paper investigate two methods based on two different visions: one describes the image in terms of the distribution of pixels, and the other describes it in terms of local patterns. Spatial Distribution of Pixels (SDP is used according to the first vision; whereas Local Binary Patterns (LBP are used for the second one. Tested on the Arabic portion of the Isolated Farsi Handwritten Character Database (IFHCDB and using neural networks as a classifier, SDP achieve a recognition rate around 94% while LBP achieve a recognition rate of about 96%.

  1. Optical Character Recognition Using Active Contour Segmentation

    Directory of Open Access Journals (Sweden)

    Nabeel Oudah

    2018-01-01

    Full Text Available Document analysis of images snapped by camera is a growing challenge. These photos are often poor-quality compound images, composed of various objects and text; this makes automatic analysis complicated. OCR is one of the image processing techniques which is used to perform automatic identification of texts. Existing image processing techniques need to manage many parameters in order to clearly recognize the text in such pictures. Segmentation is regarded one of these essential parameters. This paper discusses the accuracy of segmentation process and its effect over the recognition process. According to the proposed method, the images were firstly filtered using the wiener filter then the active contour algorithm could be applied in the segmentation process. The Tesseract OCR Engine was selected in order to evaluate the performance and identification accuracy of the proposed method. The results showed that a more accurate segmentation process shall lead to a more accurate recognition results. The rate of recognition accuracy was 0.95 for the proposed algorithm compared with 0.85 for the Tesseract OCR Engine.

  2. Optical character recognition: an illustrated guide to the frontier

    Science.gov (United States)

    Nagy, George; Nartker, Thomas A.; Rice, Stephen V.

    1999-12-01

    We offer a perspective on the performance of current OCR systems by illustrating and explaining actual OCR errors made by three commercial devices. After discussing briefly the character recognition abilities of humans and computers, we present illustrated examples of recognition errors. The top level of our taxonomy of the causes of errors consists of Imaging Defects, Similar Symbols, Punctuation, and Typography. The analysis of a series of 'snippets' from this perspective provides insight into the strengths and weaknesses of current systems, and perhaps a road map to future progress. The examples were drawn from the large-scale tests conducted by the authors at the Information Science Research Institute of the University of Nevada, Las Vegas. By way of conclusion, we point to possible approaches for improving the accuracy of today's systems. The talk is based on our eponymous monograph, recently published in The Kluwer International Series in Engineering and Computer Science, Kluwer Academic Publishers, 1999.

  3. 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.

  4. The role of familiarity in associative recognition of unitized compound word pairs.

    Science.gov (United States)

    Ahmad, Fahad N; Hockley, William E

    2014-01-01

    This study examined the effect of unitization and contribution of familiarity in the recognition of word pairs. Compound words were presented as word pairs and were contrasted with noncompound word pairs in an associative recognition task. In Experiments 1 and 2, yes-no recognition hit and false-alarm rates were significantly higher for compound than for noncompound word pairs, with no difference in discrimination in both within- and between-subject comparisons. Experiment 2 also showed that item recognition was reduced for words from compound compared to noncompound word pairs, providing evidence of the unitization of the compound pairs. A two-alternative forced-choice test used in Experiments 3A and 3B provided evidence that the concordant effect for compound word pairs was largely due to familiarity. A discrimination advantage for compound word pairs was also seen in these experiments. Experiment 4A showed that a different pattern of results is seen when repeated noncompound word pairs are compared to compound word pairs. Experiment 4B showed that memory for the individual items of compound word pairs was impaired relative to items in repeated and nonrepeated noncompound word pairs, and Experiment 5 demonstrated that this effect is eliminated when the elements of compound word pairs are not unitized. The concordant pattern seen in yes-no recognition and the discrimination advantage in forced-choice recognition for compound relative to noncompound word pairs is due to greater reliance on familiarity at test when pairs are unitized.

  5. Synthesis of Common Arabic Handwritings to Aid Optical Character Recognition Research

    Directory of Open Access Journals (Sweden)

    Laslo Dinges

    2016-03-01

    Full Text Available Document analysis tasks such as pattern recognition, word spotting or segmentation, require comprehensive databases for training and validation. Not only variations in writing style but also the used list of words is of importance in the case that training samples should reflect the input of a specific area of application. However, generation of training samples is expensive in the sense of manpower and time, particularly if complete text pages including complex ground truth are required. This is why there is a lack of such databases, especially for Arabic, the second most popular language. However, Arabic handwriting recognition involves different preprocessing, segmentation and recognition methods. Each requires particular ground truth or samples to enable optimal training and validation, which are often not covered by the currently available databases. To overcome this issue, we propose a system that synthesizes Arabic handwritten words and text pages and generates corresponding detailed ground truth. We use these syntheses to validate a new, segmentation based system that recognizes handwritten Arabic words. We found that a modification of an Active Shape Model based character classifiers—that we proposed earlier—improves the word recognition accuracy. Further improvements are achieved, by using a vocabulary of the 50,000 most common Arabic words for error correction.

  6. Synthesis of Common Arabic Handwritings to Aid Optical Character Recognition Research.

    Science.gov (United States)

    Dinges, Laslo; Al-Hamadi, Ayoub; Elzobi, Moftah; El-Etriby, Sherif

    2016-03-11

    Document analysis tasks such as pattern recognition, word spotting or segmentation, require comprehensive databases for training and validation. Not only variations in writing style but also the used list of words is of importance in the case that training samples should reflect the input of a specific area of application. However, generation of training samples is expensive in the sense of manpower and time, particularly if complete text pages including complex ground truth are required. This is why there is a lack of such databases, especially for Arabic, the second most popular language. However, Arabic handwriting recognition involves different preprocessing, segmentation and recognition methods. Each requires particular ground truth or samples to enable optimal training and validation, which are often not covered by the currently available databases. To overcome this issue, we propose a system that synthesizes Arabic handwritten words and text pages and generates corresponding detailed ground truth. We use these syntheses to validate a new, segmentation based system that recognizes handwritten Arabic words. We found that a modification of an Active Shape Model based character classifiers-that we proposed earlier-improves the word recognition accuracy. Further improvements are achieved, by using a vocabulary of the 50,000 most common Arabic words for error correction.

  7. Functional Anatomy of Recognition of Chinese Multi-Character Words: Convergent Evidence from Effects of Transposable Nonwords, Lexicality, and Word Frequency.

    Science.gov (United States)

    Lin, Nan; Yu, Xi; Zhao, Ying; Zhang, Mingxia

    2016-01-01

    This fMRI study aimed to identify the neural mechanisms underlying the recognition of Chinese multi-character words by partialling out the confounding effect of reaction time (RT). For this purpose, a special type of nonword-transposable nonword-was created by reversing the character orders of real words. These nonwords were included in a lexical decision task along with regular (non-transposable) nonwords and real words. Through conjunction analysis on the contrasts of transposable nonwords versus regular nonwords and words versus regular nonwords, the confounding effect of RT was eliminated, and the regions involved in word recognition were reliably identified. The word-frequency effect was also examined in emerged regions to further assess their functional roles in word processing. Results showed significant conjunctional effect and positive word-frequency effect in the bilateral inferior parietal lobules and posterior cingulate cortex, whereas only conjunctional effect was found in the anterior cingulate cortex. The roles of these brain regions in recognition of Chinese multi-character words were discussed.

  8. A method of neighbor classes based SVM classification for optical printed Chinese character recognition.

    Science.gov (United States)

    Zhang, Jie; Wu, Xiaohong; Yu, Yanmei; Luo, Daisheng

    2013-01-01

    In optical printed Chinese character recognition (OPCCR), many classifiers have been proposed for the recognition. Among the classifiers, support vector machine (SVM) might be the best classifier. However, SVM is a classifier for two classes. When it is used for multi-classes in OPCCR, its computation is time-consuming. Thus, we propose a neighbor classes based SVM (NC-SVM) to reduce the computation consumption of SVM. Experiments of NC-SVM classification for OPCCR have been done. The results of the experiments have shown that the NC-SVM we proposed can effectively reduce the computation time in OPCCR.

  9. Optical Character Recognition Applied to Romanian Printed Texts of the 18th–20th Century

    Directory of Open Access Journals (Sweden)

    Svetlana Cojocaru

    2016-04-01

    Full Text Available The paper discusses Optical Character Recognition (OCR of historical texts of the 18th–20th century in the Romanian language using the Cyrillic script. We differ three epochs (approximately, the 18th, 19th, and 20th centuries, with different usage of the Cyrillic alphabet in Romanian and, correspondingly, different approach to OCR. We developed historical alphabets and sets of glyphs recognition templates specific for each epoch. The dictionaries in proper alphabets and orthographies were also created. In addition, virtual keyboards, fonts, transliteration utilities, etc. were developed. The resulting technology and toolset permit successful recognition of historical Romanian texts in the Cyrillic script. After transliteration to the modern Latin script we obtain no-barrier access to historical documents.

  10. Optimizing Statistical Character Recognition Using Evolutionary Strategies to Recognize Aircraft Tail Numbers

    Directory of Open Access Journals (Sweden)

    Antonio Berlanga

    2004-07-01

    Full Text Available The design of statistical classification systems for optical character recognition (OCR is a cumbersome task. This paper proposes a method using evolutionary strategies (ES to evolve and upgrade the set of parameters in an OCR system. This OCR is applied to identify the tail number of aircrafts moving on the airport. The proposed approach is discussed and some results are obtained using a benchmark data set. This research demonstrates the successful application of ES to a difficult, noisy, and real-world problem.

  11. Using K-Nearest Neighbor in Optical Character Recognition

    Directory of Open Access Journals (Sweden)

    Veronica Ong

    2016-03-01

    Full Text Available The growth in computer vision technology has aided society with various kinds of tasks. One of these tasks is the ability of recognizing text contained in an image, or usually referred to as Optical Character Recognition (OCR. There are many kinds of algorithms that can be implemented into an OCR. The K-Nearest Neighbor is one such algorithm. This research aims to find out the process behind the OCR mechanism by using K-Nearest Neighbor algorithm; one of the most influential machine learning algorithms. It also aims to find out how precise the algorithm is in an OCR program. To do that, a simple OCR program to classify alphabets of capital letters is made to produce and compare real results. The result of this research yielded a maximum of 76.9% accuracy with 200 training samples per alphabet. A set of reasons are also given as to why the program is able to reach said level of accuracy.

  12. Action recognition using mined hierarchical compound features.

    Science.gov (United States)

    Gilbert, Andrew; Illingworth, John; Bowden, Richard

    2011-05-01

    The field of Action Recognition has seen a large increase in activity in recent years. Much of the progress has been through incorporating ideas from single-frame object recognition and adapting them for temporal-based action recognition. Inspired by the success of interest points in the 2D spatial domain, their 3D (space-time) counterparts typically form the basic components used to describe actions, and in action recognition the features used are often engineered to fire sparsely. This is to ensure that the problem is tractable; however, this can sacrifice recognition accuracy as it cannot be assumed that the optimum features in terms of class discrimination are obtained from this approach. In contrast, we propose to initially use an overcomplete set of simple 2D corners in both space and time. These are grouped spatially and temporally using a hierarchical process, with an increasing search area. At each stage of the hierarchy, the most distinctive and descriptive features are learned efficiently through data mining. This allows large amounts of data to be searched for frequently reoccurring patterns of features. At each level of the hierarchy, the mined compound features become more complex, discriminative, and sparse. This results in fast, accurate recognition with real-time performance on high-resolution video. As the compound features are constructed and selected based upon their ability to discriminate, their speed and accuracy increase at each level of the hierarchy. The approach is tested on four state-of-the-art data sets, the popular KTH data set to provide a comparison with other state-of-the-art approaches, the Multi-KTH data set to illustrate performance at simultaneous multiaction classification, despite no explicit localization information provided during training. Finally, the recent Hollywood and Hollywood2 data sets provide challenging complex actions taken from commercial movie sequences. For all four data sets, the proposed hierarchical

  13. BanglaLekha-Isolated: A multi-purpose comprehensive dataset of Handwritten Bangla Isolated characters

    Directory of Open Access Journals (Sweden)

    Mithun Biswas

    2017-06-01

    Full Text Available BanglaLekha-Isolated, a Bangla handwritten isolated character dataset is presented in this article. This dataset contains 84 different characters comprising of 50 Bangla basic characters, 10 Bangla numerals and 24 selected compound characters. 2000 handwriting samples for each of the 84 characters were collected, digitized and pre-processed. After discarding mistakes and scribbles, 1,66,105 handwritten character images were included in the final dataset. The dataset also includes labels indicating the age and the gender of the subjects from whom the samples were collected. This dataset could be used not only for optical handwriting recognition research but also to explore the influence of gender and age on handwriting. The dataset is publicly available at https://data.mendeley.com/datasets/hf6sf8zrkc/2.

  14. An analog VLSI real time optical character recognition system based on a neural architecture

    International Nuclear Information System (INIS)

    Bo, G.; Caviglia, D.; Valle, M.

    1999-01-01

    In this paper a real time Optical Character Recognition system is presented: it is based on a feature extraction module and a neural network classifier which have been designed and fabricated in analog VLSI technology. Experimental results validate the circuit functionality. The results obtained from a validation based on a mixed approach (i.e., an approach based on both experimental and simulation results) confirm the soundness and reliability of the system

  15. An analog VLSI real time optical character recognition system based on a neural architecture

    Energy Technology Data Exchange (ETDEWEB)

    Bo, G.; Caviglia, D.; Valle, M. [Genoa Univ. (Italy). Dip. of Biophysical and Electronic Engineering

    1999-03-01

    In this paper a real time Optical Character Recognition system is presented: it is based on a feature extraction module and a neural network classifier which have been designed and fabricated in analog VLSI technology. Experimental results validate the circuit functionality. The results obtained from a validation based on a mixed approach (i.e., an approach based on both experimental and simulation results) confirm the soundness and reliability of the system.

  16. Handwritten Devanagari Character Recognition Using Layer-Wise Training of Deep Convolutional Neural Networks and Adaptive Gradient Methods

    Directory of Open Access Journals (Sweden)

    Mahesh Jangid

    2018-02-01

    Full Text Available Handwritten character recognition is currently getting the attention of researchers because of possible applications in assisting technology for blind and visually impaired users, human–robot interaction, automatic data entry for business documents, etc. In this work, we propose a technique to recognize handwritten Devanagari characters using deep convolutional neural networks (DCNN which are one of the recent techniques adopted from the deep learning community. We experimented the ISIDCHAR database provided by (Information Sharing Index ISI, Kolkata and V2DMDCHAR database with six different architectures of DCNN to evaluate the performance and also investigate the use of six recently developed adaptive gradient methods. A layer-wise technique of DCNN has been employed that helped to achieve the highest recognition accuracy and also get a faster convergence rate. The results of layer-wise-trained DCNN are favorable in comparison with those achieved by a shallow technique of handcrafted features and standard DCNN.

  17. Novel Ontologies-based Optical Character Recognition-error Correction Cooperating with Graph Component Extraction

    Directory of Open Access Journals (Sweden)

    Sarunya Kanjanawattana

    2017-01-01

    Full Text Available literature. Extracting graph information clearly contributes to readers, who are interested in graph information interpretation, because we can obtain significant information presenting in the graph. A typical tool used to transform image-based characters to computer editable characters is optical character recognition (OCR. Unfortunately, OCR cannot guarantee perfect results, because it is sensitive to noise and input quality. This becomes a serious problem because misrecognition provides misunderstanding information to readers and causes misleading communication. In this study, we present a novel method for OCR-error correction based on bar graphs using semantics, such as ontologies and dependency parsing. Moreover, we used a graph component extraction proposed in our previous study to omit irrelevant parts from graph components. It was applied to clean and prepare input data for this OCR-error correction. The main objectives of this paper are to extract significant information from the graph using OCR and to correct OCR errors using semantics. As a result, our method provided remarkable performance with the highest accuracies and F-measures. Moreover, we examined that our input data contained less of noise because of an efficiency of our graph component extraction. Based on the evidence, we conclude that our solution to the OCR problem achieves the objectives.

  18. The Compensatory Effectiveness of Optical Character Recognition/Speech Synthesis on Reading Comprehension of Postsecondary Students with Learning Disabilities.

    Science.gov (United States)

    Higgins, Eleanor L.; Raskind, Marshall H.

    1997-01-01

    Thirty-seven college students with learning disabilities were given a reading comprehension task under the following conditions: (1) using an optical character recognition/speech synthesis system; (2) having the text read aloud by a human reader; or (3) reading silently without assistance. Findings indicated that the greater the disability, the…

  19. REPRODUCTIVE CHARACTER DISPLACEMENT OF EPICUTICULAR COMPOUNDS AND THEIR CONTRIBUTION TO MATE CHOICE IN DROSOPHILA SUBQUINARIA AND DROSOPHILA RECENS

    Science.gov (United States)

    Dyer, Kelly A.; White, Brooke E.; Sztepanacz, Jacqueline L.; Bewick, Emily R.; Rundle, Howard D.

    2014-01-01

    Interactions between species can alter selection on sexual displays used in mate choice within species. Here we study the epicuticular pheromones of two Drosophila species that overlap partially in geographic range and are incompletely reproductively isolated. Drosophila subquinaria shows a pattern of reproductive character displacement against Drosophila recens, and partial behavioral isolation between conspecific sympatric versus allopatric populations, whereas D. recens shows no such variation in mate choice. First, using manipulative perfuming experiments, we show that females use pheromones as signals for mate discrimination both between species and among populations of D. subquinaria. Second, we show that patterns of variation in epicuticular compounds, both across populations and between species, are consistent with those previously shown for mating probabilities: pheromone compositions differ between populations of D. subquinaria that are allopatric versus sympatric with D. recens, but are similar across populations of D. recens regardless of overlap with D. subquinaria. We also identify differences in pheromone composition among allopatric regions of D. subquinaria. In sum, our results suggest that epicuticular compounds are key signals used by females during mate recognition, and that these traits have diverged among D. subquinaria populations in response to reinforcing selection generated by the presence of D. recens. PMID:24351014

  20. Classification of remotely sensed data using OCR-inspired neural network techniques. [Optical Character Recognition

    Science.gov (United States)

    Kiang, Richard K.

    1992-01-01

    Neural networks have been applied to classifications of remotely sensed data with some success. To improve the performance of this approach, an examination was made of how neural networks are applied to the optical character recognition (OCR) of handwritten digits and letters. A three-layer, feedforward network, along with techniques adopted from OCR, was used to classify Landsat-4 Thematic Mapper data. Good results were obtained. To overcome the difficulties that are characteristic of remote sensing applications and to attain significant improvements in classification accuracy, a special network architecture may be required.

  1. Recognition characters and new records of two species of Phylloscyrtini (Orthoptera, Gryllidae, Trigonidiinae from southern Brazil

    Directory of Open Access Journals (Sweden)

    Luciano de P. Martins

    2012-03-01

    Full Text Available The Phylloscyrtini occurs from eastern United States to Argentina and includes 21 valid species. It is a highly neglected group of crickets and little is known about its biology and distribution. Cranistus colliurides Stål, 1861 and Phylloscyrtus amoenus (Burmeister, 1880 were recorded for the state of Rio Grande do Sul, southern Brazil, and information on calling song, stridulatory file and recognition characters were provided.

  2. Recognition of isolated handprinted characters

    DEFF Research Database (Denmark)

    Martins, Bo

    1996-01-01

    Handprinted characters are of unequal complexity and a common description of all alphabet symbols seems therefore unobtainable. However, letters which confuse human beings and man-made OCR systems usually have approximately the same appearance and may therefore be modeled jointly. We part the set...

  3. A Bayesian computational model for online character recognition and disability assessment during cursive eye writing

    Directory of Open Access Journals (Sweden)

    Julien eDiard

    2013-11-01

    Full Text Available This research involves a novel apparatus, in which the user is presented with an illusion inducing visual stimulus. The user perceives illusory movement that can be followed by the eye, so that smooth pursuit eye movements can be sustained in arbitrary directions. Thus, free-flow trajectories of any shape can be traced. In other words, coupled with an eye-tracking device, this apparatus enables "eye writing", which appears to be an original object of study. We adapt a previous model of reading and writing to this context. We describe a probabilistic model called the Bayesian Action-Perception for Eye On-Line model (BAP-EOL. It encodes probabilistic knowledge about isolated letter trajectories, their size, high-frequency components of the produced trajectory, and pupil diameter. We show how Bayesian inference, in this single model, can be used to solve several tasks, like letter recognition and novelty detection (i.e., recognizing when a presented character is not part of the learned database. We are interested in the potential use of the eye writing apparatus by motor impaired patients: the final task we solve by Bayesian inference is disability assessment (i.e., measuring and tracking the evolution of motor characteristics of produced trajectories. Preliminary experimental results are presented, which illustrate the method, showing the feasibility of character recognition in the context of eye writing. We then show experimentally how a model of the unknown character can be used to detect trajectories that are likely to be new symbols, and how disability assessment can be performed by opportunistically observing characteristics of fine motor control, as letter are being traced. Experimental analyses also help identify specificities of eye writing, as compared to handwriting, and the resulting technical challenges.

  4. New technique for number-plate recognition

    Science.gov (United States)

    Guo, Jie; Shi, Peng-Fei

    2001-09-01

    This paper presents an alternative algorithm for number plate recognition. The algorithm consists of three modules. Respectively, they are number plate location module, character segmentation module and character recognition module. Number plate location module extracts the number plate from the detected car image by analyzing the color and the texture properties. Different from most license plate location methods, the algorithm has fewer limits to the car size, the car position in the image and the image background. Character segmentation module applies connected region algorithm both to eliminate noise points and to segment characters. Touching characters and broken characters can be processed correctly. Character recognition module recognizes characters with HHIC (Hierarchical Hybrid Integrated Classifier). The system has been tested with 100 images obtained from crossroad and parking lot, etc, where the cars have different size, position, background and illumination. Successful recognition rate is about 92%. The average processing time is 1.2 second.

  5. A New Database of Digits Extracted from Coins with Hard-to-Segment Foreground for Optical Character Recognition Evaluation

    Directory of Open Access Journals (Sweden)

    Xingyu Pan

    2017-05-01

    Full Text Available Since the release date struck on a coin is important information of its monetary type, recognition of extracted digits may assist in identification of monetary types. However, digit images extracted from coins are challenging for conventional optical character recognition methods because the foreground of such digits has very often the same color as their background. In addition, other noises, including the wear of coin metal, make it more difficult to obtain a correct segmentation of the character shape. To address those challenges, this article presents the CoinNUMS database for automatic digit recognition. The database CoinNUMS, containing 3,006 digit images, is divided into three subsets. The first subset CoinNUMS_geni consists of 606 digit images manually cropped from high-resolution photographs of well-conserved coins from GENI coin photographs; the second subset CoinNUMS_pcgs_a consists of 1,200 digit images automatically extracted from a subset of the USA_Grading numismatic database containing coins in different quality; the last subset CoinNUMS_pcgs_m consists of 1,200 digit images manually extracted from the same coin photographs as CoinNUMS_pcgs_a. In CoinNUMS_pcgs_a and CoinNUMS_pcgs_m, the digit images are extracted from the release date. In CoinNUMS_geni, the digit images can come from the cropped date, the face value, or any other legends containing digits in the coin. To show the difficulty of these databases, we have tested recognition algorithms of the literature. The database and the results of the tested algorithms will be freely available on a dedicated website.1

  6. Digitization of Full-Text Documents Before Publishing on the Internet: A Case Study Reviewing the Latest Optical Character Recognition Technologies.

    Science.gov (United States)

    McClean, Clare M.

    1998-01-01

    Reviews strengths and weaknesses of five optical character recognition (OCR) software packages used to digitize paper documents before publishing on the Internet. Outlines options available and stages of the conversion process. Describes the learning experience of Eurotext, a United Kingdom-based electronic libraries project (eLib). (PEN)

  7. When is the right hemisphere holistic and when is it not? The case of Chinese character recognition.

    Science.gov (United States)

    Chung, Harry K S; Leung, Jacklyn C Y; Wong, Vienne M Y; Hsiao, Janet H

    2018-05-15

    Holistic processing (HP) has long been considered a characteristic of right hemisphere (RH) processing. Indeed, holistic face processing is typically associated with left visual field (LVF)/RH processing advantages. Nevertheless, expert Chinese character recognition involves reduced HP and increased RH lateralization, presenting a counterexample. Recent modeling research suggests that RH processing may be associated with an increase or decrease in HP, depending on whether spacing or component information was used respectively. Since expert Chinese character recognition involves increasing sensitivity to components while deemphasizing spacing information, RH processing in experts may be associated with weaker HP than novices. Consistent with this hypothesis, in a divided visual field paradigm, novices exhibited HP only in the LVF/RH, whereas experts showed no HP in either visual field. This result suggests that the RH may flexibly switch between part-based and holistic representations, consistent with recent fMRI findings. The RH's advantage in global/low spatial frequency processing is suggested to be relative to the task relevant frequency range. Thus, its use of holistic and part-based representations may depend on how attention is allocated for task relevant information. This study provides the first behavioral evidence showing how type of information used for processing modulates perceptual representations in the RH. Copyright © 2018 Elsevier B.V. All rights reserved.

  8. A modern optical character recognition system in a real world clinical setting: some accuracy and feasibility observations.

    Science.gov (United States)

    Biondich, Paul G; Overhage, J Marc; Dexter, Paul R; Downs, Stephen M; Lemmon, Larry; McDonald, Clement J

    2002-01-01

    Advances in optical character recognition (OCR) software and computer hardware have stimulated a reevaluation of the technology and its ability to capture structured clinical data from preexisting paper forms. In our pilot evaluation, we measured the accuracy and feasibility of capturing vitals data from a pediatric encounter form that has been in use for over twenty years. We found that the software had a digit recognition rate of 92.4% (95% confidence interval: 91.6 to 93.2) overall. More importantly, this system was approximately three times as fast as our existing method of data entry. These preliminary results suggest that with further refinements in the approach and additional development, we may be able to incorporate OCR as another method for capturing structured clinical data.

  9. Computerized literature reference system: use of an optical scanner and optical character recognition software.

    Science.gov (United States)

    Lossef, S V; Schwartz, L H

    1990-09-01

    A computerized reference system for radiology journal articles was developed by using an IBM-compatible personal computer with a hand-held optical scanner and optical character recognition software. This allows direct entry of scanned text from printed material into word processing or data-base files. Additionally, line diagrams and photographs of radiographs can be incorporated into these files. A text search and retrieval software program enables rapid searching for keywords in scanned documents. The hand scanner and software programs are commercially available, relatively inexpensive, and easily used. This permits construction of a personalized radiology literature file of readily accessible text and images requiring minimal typing or keystroke entry.

  10. APPLYING PRINCIPAL COMPONENT ANALYSIS, MULTILAYER PERCEPTRON AND SELF-ORGANIZING MAPS FOR OPTICAL CHARACTER RECOGNITION

    Directory of Open Access Journals (Sweden)

    Khuat Thanh Tung

    2016-11-01

    Full Text Available Optical Character Recognition plays an important role in data storage and data mining when the number of documents stored as images is increasing. It is expected to find the ways to convert images of typewritten or printed text into machine-encoded text effectively in order to support for the process of information handling effectively. In this paper, therefore, the techniques which are being used to convert image into editable text in the computer such as principal component analysis, multilayer perceptron network, self-organizing maps, and improved multilayer neural network using principal component analysis are experimented. The obtained results indicated the effectiveness and feasibility of the proposed methods.

  11. Recent Advances in Multinuclear NMR Spectroscopy for Chiral Recognition of Organic Compounds

    Directory of Open Access Journals (Sweden)

    Márcio S. Silva

    2017-02-01

    Full Text Available Nuclear magnetic resonance (NMR is a powerful tool for the elucidation of chemical structure and chiral recognition. In the last decade, the number of probes, media, and experiments to analyze chiral environments has rapidly increased. The evaluation of chiral molecules and systems has become a routine task in almost all NMR laboratories, allowing for the determination of molecular connectivities and the construction of spatial relationships. Among the features that improve the chiral recognition abilities by NMR is the application of different nuclei. The simplicity of the multinuclear NMR spectra relative to 1H, the minimal influence of the experimental conditions, and the larger shift dispersion make these nuclei especially suitable for NMR analysis. Herein, the recent advances in multinuclear (19F, 31P, 13C, and 77Se NMR spectroscopy for chiral recognition of organic compounds are presented. The review describes new chiral derivatizing agents and chiral solvating agents used for stereodiscrimination and the assignment of the absolute configuration of small organic compounds.

  12. Distinguishing familiarity from fluency for the compound word pair effect in associative recognition.

    Science.gov (United States)

    Ahmad, Fahad N; Hockley, William E

    2017-09-01

    We examined whether processing fluency contributes to associative recognition of unitized pre-experimental associations. In Experiments 1A and 1B, we minimized perceptual fluency by presenting each word of pairs on separate screens at both study and test, yet the compound word (CW) effect (i.e., hit and false-alarm rates greater for CW pairs with no difference in discrimination) did not reduce. In Experiments 2A and 2B, conceptual fluency was examined by comparing transparent (e.g., hand bag) and opaque (e.g., rag time) CW pairs in lexical decision and associative recognition tasks. Lexical decision was faster for transparent CWs (Experiment 2A) but in associative recognition, the CW effect did not differ by CW pair type (Experiment 2B). In Experiments 3A and 3B, we examined whether priming that increases processing fluency would influence the CW effect. In Experiment 3A, CW and non-compound word pairs were preceded with matched and mismatched primes at test in an associative recognition task. In Experiment 3B, only transparent and opaque CW pairs were presented. Results showed that presenting matched versus mismatched primes at test did not influence the CW effect. The CW effect in yes-no associative recognition is due to reliance on enhanced familiarity of unitized CW pairs.

  13. Multi-font printed Mongolian document recognition system

    Science.gov (United States)

    Peng, Liangrui; Liu, Changsong; Ding, Xiaoqing; Wang, Hua; Jin, Jianming

    2009-01-01

    Mongolian is one of the major ethnic languages in China. Large amount of Mongolian printed documents need to be digitized in digital library and various applications. Traditional Mongolian script has unique writing style and multi-font-type variations, which bring challenges to Mongolian OCR research. As traditional Mongolian script has some characteristics, for example, one character may be part of another character, we define the character set for recognition according to the segmented components, and the components are combined into characters by rule-based post-processing module. For character recognition, a method based on visual directional feature and multi-level classifiers is presented. For character segmentation, a scheme is used to find the segmentation point by analyzing the properties of projection and connected components. As Mongolian has different font-types which are categorized into two major groups, the parameter of segmentation is adjusted for each group. A font-type classification method for the two font-type group is introduced. For recognition of Mongolian text mixed with Chinese and English, language identification and relevant character recognition kernels are integrated. Experiments show that the presented methods are effective. The text recognition rate is 96.9% on the test samples from practical documents with multi-font-types and mixed scripts.

  14. Learning representation hierarchies by sharing visual features: a computational investigation of Persian character recognition with unsupervised deep learning.

    Science.gov (United States)

    Sadeghi, Zahra; Testolin, Alberto

    2017-08-01

    In humans, efficient recognition of written symbols is thought to rely on a hierarchical processing system, where simple features are progressively combined into more abstract, high-level representations. Here, we present a computational model of Persian character recognition based on deep belief networks, where increasingly more complex visual features emerge in a completely unsupervised manner by fitting a hierarchical generative model to the sensory data. Crucially, high-level internal representations emerging from unsupervised deep learning can be easily read out by a linear classifier, achieving state-of-the-art recognition accuracy. Furthermore, we tested the hypothesis that handwritten digits and letters share many common visual features: A generative model that captures the statistical structure of the letters distribution should therefore also support the recognition of written digits. To this aim, deep networks trained on Persian letters were used to build high-level representations of Persian digits, which were indeed read out with high accuracy. Our simulations show that complex visual features, such as those mediating the identification of Persian symbols, can emerge from unsupervised learning in multilayered neural networks and can support knowledge transfer across related domains.

  15. Handwritten recognition of Tamil vowels using deep learning

    Science.gov (United States)

    Ram Prashanth, N.; Siddarth, B.; Ganesh, Anirudh; Naveen Kumar, Vaegae

    2017-11-01

    We come across a large volume of handwritten texts in our daily lives and handwritten character recognition has long been an important area of research in pattern recognition. The complexity of the task varies among different languages and it so happens largely due to the similarity between characters, distinct shapes and number of characters which are all language-specific properties. There have been numerous works on character recognition of English alphabets and with laudable success, but regional languages have not been dealt with very frequently and with similar accuracies. In this paper, we explored the performance of Deep Belief Networks in the classification of Handwritten Tamil vowels, and conclusively compared the results obtained. The proposed method has shown satisfactory recognition accuracy in light of difficulties faced with regional languages such as similarity between characters and minute nuances that differentiate them. We can further extend this to all the Tamil characters.

  16. Benchmark for license plate character segmentation

    Science.gov (United States)

    Gonçalves, Gabriel Resende; da Silva, Sirlene Pio Gomes; Menotti, David; Shwartz, William Robson

    2016-09-01

    Automatic license plate recognition (ALPR) has been the focus of many researches in the past years. In general, ALPR is divided into the following problems: detection of on-track vehicles, license plate detection, segmentation of license plate characters, and optical character recognition (OCR). Even though commercial solutions are available for controlled acquisition conditions, e.g., the entrance of a parking lot, ALPR is still an open problem when dealing with data acquired from uncontrolled environments, such as roads and highways when relying only on imaging sensors. Due to the multiple orientations and scales of the license plates captured by the camera, a very challenging task of the ALPR is the license plate character segmentation (LPCS) step, because its effectiveness is required to be (near) optimal to achieve a high recognition rate by the OCR. To tackle the LPCS problem, this work proposes a benchmark composed of a dataset designed to focus specifically on the character segmentation step of the ALPR within an evaluation protocol. Furthermore, we propose the Jaccard-centroid coefficient, an evaluation measure more suitable than the Jaccard coefficient regarding the location of the bounding box within the ground-truth annotation. The dataset is composed of 2000 Brazilian license plates consisting of 14000 alphanumeric symbols and their corresponding bounding box annotations. We also present a straightforward approach to perform LPCS efficiently. Finally, we provide an experimental evaluation for the dataset based on five LPCS approaches and demonstrate the importance of character segmentation for achieving an accurate OCR.

  17. Vehicle license plate recognition based on geometry restraints and multi-feature decision

    Science.gov (United States)

    Wu, Jianwei; Wang, Zongyue

    2005-10-01

    Vehicle license plate (VLP) recognition is of great importance to many traffic applications. Though researchers have paid much attention to VLP recognition there has not been a fully operational VLP recognition system yet for many reasons. This paper discusses a valid and practical method for vehicle license plate recognition based on geometry restraints and multi-feature decision including statistical and structural features. In general, the VLP recognition includes the following steps: the location of VLP, character segmentation, and character recognition. This paper discusses the three steps in detail. The characters of VLP are always declining caused by many factors, which makes it more difficult to recognize the characters of VLP, therefore geometry restraints such as the general ratio of length and width, the adjacent edges being perpendicular are used for incline correction. Image Moment has been proved to be invariant to translation, rotation and scaling therefore image moment is used as one feature for character recognition. Stroke is the basic element for writing and hence taking it as a feature is helpful to character recognition. Finally we take the image moment, the strokes and the numbers of each stroke for each character image and some other structural features and statistical features as the multi-feature to match each character image with sample character images so that each character image can be recognized by BP neural net. The proposed method combines statistical and structural features for VLP recognition, and the result shows its validity and efficiency.

  18. The Impact of a Modified Repeated-Reading Strategy Paired with Optical Character Recognition on the Reading Rates of Students with Visual Impairments

    Science.gov (United States)

    Pattillo, Suzan Trefry; Heller, Kathryn Wolf; Smith, Maureen

    2004-01-01

    The repeated-reading strategy and optical character recognition were paired to demonstrate a functional relationship between the combined strategies and two factors: the reading rates of students with visual impairments and the students' self-perceptions, or attitudes, toward reading. The results indicated that all five students increased their…

  19. Aplikasi Penerjemah Bahasa Inggris – Indonesia dengan Optical Character Recognition Berbasis Android

    Directory of Open Access Journals (Sweden)

    Anisa Eka Utami

    2016-01-01

    Full Text Available Perangkat lunak untuk pengenalan karakter yang terdapat dalam ponsel pintar khususnya berbasis Android dikembangkan dengan penekanan pada mobilitas, portabilitas, ruang penyimpanan, perangkat keras, dan keterbatasan jangkauan dapat dipecahkan. Akan tetapi, kinerja sebuah ponsel pintar berbasis Android dan komputer berbeda maka kecepatan pengenalan karakter juga akan berpengaruh. Masalah ini tampaknya akan menunjukkan suatu solusi, yaitu dengan salah satu inovasi yang diterapkankan ke dalam perangkat Android dengan teknologi OCR (Optical Character Recognition. Perencanaan sistem menggunakan pengembangan perangkat lunak berorientasi pemakaian ulang karena menggunakan komponen yang dapat dipakai ulang dalam pengembangannya. Sistem ini dibuat dengan memanfaatkan engine Tesseract OCR yang dikembangkan oleh Google bersifat open source. Perangkat lunak yang digunakan untuk merancang layout dan implementasi sistem, yaitu menggunakan lingkungan pengembang Android Studio yang ditulis dengan bahasa pemrograman Java dan XML. Pengujian aplikasi penerjemah dengan OCR ini menggunakan metode white box dan menghitung akurasi pendeteksian karakter. Hasil perhitungan presentase akurasi deteksi karakter yang diberikan aplikasi terhadap keseluruhan sampel yang diuji mencapai 97,5%.

  20. The Chinese Lexicon Project: A megastudy of lexical decision performance for 25,000+ traditional Chinese two-character compound words.

    Science.gov (United States)

    Tse, Chi-Shing; Yap, Melvin J; Chan, Yuen-Lai; Sze, Wei Ping; Shaoul, Cyrus; Lin, Dan

    2017-08-01

    Using a megastudy approach, we developed a database of lexical variables and lexical decision reaction times and accuracy rates for more than 25,000 traditional Chinese two-character compound words. Each word was responded to by about 33 native Cantonese speakers in Hong Kong. This resource provides a valuable adjunct to influential mega-databases, such as the Chinese single-character, English, French, and Dutch Lexicon Projects. Three analyses were conducted to illustrate the potential uses of the database. First, we compared the proportion of variance in lexical decision performance accounted for by six word frequency measures and established that the best predictor was Cai and Brysbaert's (PLoS One, 5, e10729, 2010) contextual diversity subtitle frequency. Second, we ran virtual replications of three previously published lexical decision experiments and found convergence between the original experiments and the present megastudy. Finally, we conducted item-level regression analyses to examine the effects of theoretically important lexical variables in our normative data. This is the first publicly available large-scale repository of behavioral responses pertaining to Chinese two-character compound word processing, which should be of substantial interest to psychologists, linguists, and other researchers.

  1. [Delays produced by prolonged viewing in the recognition of Kanji characters: analysis of the "Gestaltzerfall" phenomenon].

    Science.gov (United States)

    Ninose, Y; Gyoba, J

    1996-08-01

    It is a well-known observation that when a Kanji character is viewed steadily and continuously, the viewer often becomes unable to recognize the Kanji as a whole pattern and it becomes difficult to judge whether or not the Kanji is orthographically correct. Such a phenomenon is called the "Gestaltzerfall" of Kanji characters. In the present study, two experiments were carried out to examine delays in the recognition of test Kanji following 25 s of prolonged viewing of adaptation Kanji, which were comprised of either the same or different parts and structures. When the size of the adaptation Kanji was equal to that of the test Kanji, there were significant delays of more than 50 ms, both when the stimuli were of the same pattern, and when they had the same structure but different components. However, when their sizes were different, delays were found only when the test and the adaptation Kanji were of the same pattern. These results suggest that a Kanji pattern may be internally represented as a whole, independent of its size, while the processing of Kanji structure may be dependent upon its size. Prolonged viewing may produce an adaptation effect specific to such representations.

  2. Enhancement and character recognition of the erased colophon of a 15th-century Hebrew prayer book

    Science.gov (United States)

    Walvoord, Derek J.; Easton, Roger L., Jr.; Knox, Keith T.; Heimbueger, Matthew

    2005-01-01

    A handwritten codex often included an inscription that listed facts about its publication, such as the names of the scribe and patron, date of publication, the city where the book was copied, etc. These facts obviously provide essential information to a historian studying the provenance of the codex. Unfortunately, this page was sometimes erased after the sale of the book to a new owner, often by scraping off the original ink. The importance of recovering this information would be difficult to overstate. This paper reports on the methods of imaging, image enhancement, and character recognition that were applied to this page in a Hebrew prayer book copied in Florence in the 15th century.

  3. Drawing and Recognizing Chinese Characters with Recurrent Neural Network.

    Science.gov (United States)

    Zhang, Xu-Yao; Yin, Fei; Zhang, Yan-Ming; Liu, Cheng-Lin; Bengio, Yoshua

    2018-04-01

    Recent deep learning based approaches have achieved great success on handwriting recognition. Chinese characters are among the most widely adopted writing systems in the world. Previous research has mainly focused on recognizing handwritten Chinese characters. However, recognition is only one aspect for understanding a language, another challenging and interesting task is to teach a machine to automatically write (pictographic) Chinese characters. In this paper, we propose a framework by using the recurrent neural network (RNN) as both a discriminative model for recognizing Chinese characters and a generative model for drawing (generating) Chinese characters. To recognize Chinese characters, previous methods usually adopt the convolutional neural network (CNN) models which require transforming the online handwriting trajectory into image-like representations. Instead, our RNN based approach is an end-to-end system which directly deals with the sequential structure and does not require any domain-specific knowledge. With the RNN system (combining an LSTM and GRU), state-of-the-art performance can be achieved on the ICDAR-2013 competition database. Furthermore, under the RNN framework, a conditional generative model with character embedding is proposed for automatically drawing recognizable Chinese characters. The generated characters (in vector format) are human-readable and also can be recognized by the discriminative RNN model with high accuracy. Experimental results verify the effectiveness of using RNNs as both generative and discriminative models for the tasks of drawing and recognizing Chinese characters.

  4. Word-level recognition of multifont Arabic text using a feature vector matching approach

    Science.gov (United States)

    Erlandson, Erik J.; Trenkle, John M.; Vogt, Robert C., III

    1996-03-01

    Many text recognition systems recognize text imagery at the character level and assemble words from the recognized characters. An alternative approach is to recognize text imagery at the word level, without analyzing individual characters. This approach avoids the problem of individual character segmentation, and can overcome local errors in character recognition. A word-level recognition system for machine-printed Arabic text has been implemented. Arabic is a script language, and is therefore difficult to segment at the character level. Character segmentation has been avoided by recognizing text imagery of complete words. The Arabic recognition system computes a vector of image-morphological features on a query word image. This vector is matched against a precomputed database of vectors from a lexicon of Arabic words. Vectors from the database with the highest match score are returned as hypotheses for the unknown image. Several feature vectors may be stored for each word in the database. Database feature vectors generated using multiple fonts and noise models allow the system to be tuned to its input stream. Used in conjunction with database pruning techniques, this Arabic recognition system has obtained promising word recognition rates on low-quality multifont text imagery.

  5. Visual Similarity of Words Alone Can Modulate Hemispheric Lateralization in Visual Word Recognition: Evidence From Modeling Chinese Character Recognition.

    Science.gov (United States)

    Hsiao, Janet H; Cheung, Kit

    2016-03-01

    In Chinese orthography, the most common character structure consists of a semantic radical on the left and a phonetic radical on the right (SP characters); the minority, opposite arrangement also exists (PS characters). Recent studies showed that SP character processing is more left hemisphere (LH) lateralized than PS character processing. Nevertheless, it remains unclear whether this is due to phonetic radical position or character type frequency. Through computational modeling with artificial lexicons, in which we implement a theory of hemispheric asymmetry in perception but do not assume phonological processing being LH lateralized, we show that the difference in character type frequency alone is sufficient to exhibit the effect that the dominant type has a stronger LH lateralization than the minority type. This effect is due to higher visual similarity among characters in the dominant type than the minority type, demonstrating the modulation of visual similarity of words on hemispheric lateralization. Copyright © 2015 Cognitive Science Society, Inc.

  6. Javanese Character Feature Extraction Based on Shape Energy

    Directory of Open Access Journals (Sweden)

    Galih Hendra Wibowo

    2017-07-01

    Full Text Available Javanese character is one of Indonesia's noble culture, especially in Java. However, the number of Javanese people who are able to read the letter has decreased so that there need to be conservation efforts in the form of a system that is able to recognize the characters. One solution to these problem lies in Optical Character Recognition (OCR studies, where one of its heaviest points lies in feature extraction which is to distinguish each character. Shape Energy is one of feature extraction method with the basic idea of how the character can be distinguished simply through its skeleton. Based on the basic idea, then the development of feature extraction is done based on its components to produce an angular histogram with various variations of multiples angle. Furthermore, the performance test of this method and its basic method is performed in Javanese character dataset, which has been obtained from various images, is 240 data with 19 labels by using K-Nearest Neighbors as its classification method. Performance values were obtained based on the accuracy which is generated through the Cross-Validation process of 80.83% in the angular histogram with an angle of 20 degrees, 23% better than Shape Energy. In addition, other test results show that this method is able to recognize rotated character with the lowest performance value of 86% at 180-degree rotation and the highest performance value of 96.97% at 90-degree rotation. It can be concluded that this method is able to improve the performance of Shape Energy in the form of recognition of Javanese characters as well as robust to the rotation.

  7. Document recognition serving people with disabilities

    Science.gov (United States)

    Fruchterman, James R.

    2007-01-01

    Document recognition advances have improved the lives of people with print disabilities, by providing accessible documents. This invited paper provides perspectives on the author's career progression from document recognition professional to social entrepreneur applying this technology to help people with disabilities. Starting with initial thoughts about optical character recognition in college, it continues with the creation of accurate omnifont character recognition that did not require training. It was difficult to make a reading machine for the blind in a commercial setting, which led to the creation of a nonprofit social enterprise to deliver these devices around the world. This network of people with disabilities scanning books drove the creation of Bookshare.org, an online library of scanned books. Looking forward, the needs for improved document recognition technology to further lower the barriers to reading are discussed. Document recognition professionals should be proud of the positive impact their work has had on some of society's most disadvantaged communities.

  8. Cuticular compounds bring new insight in the post-glacial recolonization of a Pyrenean area: Deutonura deficiens Deharveng, 1979 complex, a case study.

    Science.gov (United States)

    Porco, David; Bedos, Anne; Deharveng, Louis

    2010-12-21

    In most Arthropod groups, the study of systematics and evolution rely mostly on neutral characters, in this context cuticular compounds, as non-neutral characters, represent an underexplored but potentially informative type of characters at the infraspecific level as they have been routinely proven to be involved in sexual attraction. The collembolan species complex Deutonura deficiens was chosen as a model in order to test the utility of these characters for delineating four infraspecific entities of this group. Specimens were collected for three subspecies (D. d. deficiens, D. d. meridionalis, D. d. sylvatica) and two morphotypes (D. d. sylvatica morphoype A and B) of the complex; an additional species D. monticola was added. Cuticular compounds were extracted and separated by gas chromatography for each individual. Our results demonstrate that cuticular compounds succeeded in separating the different elements of this complex. Those data allowed also the reconstruction of the phylogenetic relationships among them. The discriminating power of cuticular compounds is directly related to their involvement in sexual attraction and mate recognition. These findings allowed a discussion on the potential involvement of intrinsic and paleoclimatic factors in the origin and the diversification of this complex in the Pyrenean zone. This character type brings the first advance from pattern to process concerning the origin of this species complex.

  9. Recognizing Chinese characters in digital ink from non-native language writers using hierarchical models

    Science.gov (United States)

    Bai, Hao; Zhang, Xi-wen

    2017-06-01

    While Chinese is learned as a second language, its characters are taught step by step from their strokes to components, radicals to components, and their complex relations. Chinese Characters in digital ink from non-native language writers are deformed seriously, thus the global recognition approaches are poorer. So a progressive approach from bottom to top is presented based on hierarchical models. Hierarchical information includes strokes and hierarchical components. Each Chinese character is modeled as a hierarchical tree. Strokes in one Chinese characters in digital ink are classified with Hidden Markov Models and concatenated to the stroke symbol sequence. And then the structure of components in one ink character is extracted. According to the extraction result and the stroke symbol sequence, candidate characters are traversed and scored. Finally, the recognition candidate results are listed by descending. The method of this paper is validated by testing 19815 copies of the handwriting Chinese characters written by foreign students.

  10. Electrooculography-based continuous eye-writing recognition system for efficient assistive communication systems.

    Science.gov (United States)

    Fang, Fuming; Shinozaki, Takahiro

    2018-01-01

    Human-computer interface systems whose input is based on eye movements can serve as a means of communication for patients with locked-in syndrome. Eye-writing is one such system; users can input characters by moving their eyes to follow the lines of the strokes corresponding to characters. Although this input method makes it easy for patients to get started because of their familiarity with handwriting, existing eye-writing systems suffer from slow input rates because they require a pause between input characters to simplify the automatic recognition process. In this paper, we propose a continuous eye-writing recognition system that achieves a rapid input rate because it accepts characters eye-written continuously, with no pauses. For recognition purposes, the proposed system first detects eye movements using electrooculography (EOG), and then a hidden Markov model (HMM) is applied to model the EOG signals and recognize the eye-written characters. Additionally, this paper investigates an EOG adaptation that uses a deep neural network (DNN)-based HMM. Experiments with six participants showed an average input speed of 27.9 character/min using Japanese Katakana as the input target characters. A Katakana character-recognition error rate of only 5.0% was achieved using 13.8 minutes of adaptation data.

  11. Two-tier architecture for unconstrained handwritten character ...

    Indian Academy of Sciences (India)

    R. Narasimhan (Krishtel eMaging) 1461 1996 Oct 15 13:05:22

    This approach uses the Kohonen self-organizing neural network for data classification in the ... Traditional classifiers test the ..... Trier O D, Jain A K, Taxt T 1996 Feature extraction methods for character recognition – A survey. Pattern Recogn.

  12. Handwriting Moroccan regions recognition using Tifinagh character

    Directory of Open Access Journals (Sweden)

    B. El Kessab

    2015-09-01

    In this context we propose a data set for handwritten Tifinagh regions composed of 1600 image (100 Image for each region. The dataset can be used in one hand to test the efficiency of the Tifinagh region recognition system in extraction of characteristics significatives and the correct identification of each region in classification phase in the other hand.

  13. Cuticular Compounds Bring New Insight in the Post-Glacial Recolonization of a Pyrenean Area: Deutonura deficiens Deharveng, 1979 Complex, a Case Study

    Science.gov (United States)

    Porco, David; Bedos, Anne; Deharveng, Louis

    2010-01-01

    Background In most Arthropod groups, the study of systematics and evolution rely mostly on neutral characters, in this context cuticular compounds, as non-neutral characters, represent an underexplored but potentially informative type of characters at the infraspecific level as they have been routinely proven to be involved in sexual attraction. Methods and Findings The collembolan species complex Deutonura deficiens was chosen as a model in order to test the utility of these characters for delineating four infraspecific entities of this group. Specimens were collected for three subspecies (D. d. deficiens, D. d. meridionalis, D. d. sylvatica) and two morphotypes (D. d. sylvatica morphoype A and B) of the complex; an additional species D. monticola was added. Cuticular compounds were extracted and separated by gas chromatography for each individual. Our results demonstrate that cuticular compounds succeeded in separating the different elements of this complex. Those data allowed also the reconstruction of the phylogenetic relationships among them. Conclusions The discriminating power of cuticular compounds is directly related to their involvement in sexual attraction and mate recognition. These findings allowed a discussion on the potential involvement of intrinsic and paleoclimatic factors in the origin and the diversification of this complex in the Pyrenean zone. This character type brings the first advance from pattern to process concerning the origin of this species complex. PMID:21209797

  14. Target locations in visual field and character recognition by students of Chinese.

    Science.gov (United States)

    Chen, Yuan-Ho; Hsu, Sheng-Hsiung

    2003-02-01

    The potential influence of target location in a visual field on search should be considered in layouts of control panels and advertisements. This investigation was done to verify the assumption that the upper-left portion of a page or its equivalent naturally attracts the attention of the viewer. Exp. 1 used a tachistoscope to test which of eight Chinese characters first attracted the attention of viewers. The eight Chinese characters are arranged in a square and a circular configuration. In the square layout, a large square (18 cm x 18 cm) was first conceptually subdivided into nine equal parts (6 cm x 6 cm). Then, the eight Chinese characters were put in the center of each part, leaving the central part blank. In the circular layout, the same Chinese characters were symmetrically placed on the conceptual circumference (r = 6 cm) of a circle within a large square. Exp. 2 was a paper-and-pencil test. An embedded-fault-character-search was used to examine the location of the first faulty character discovered by the subjects. 60 college students and 36 schoolchildren were selected as subjects for the tachistoscopic experiment and paper-and-pencil test. Finally, five graduate students participated in Exp. 3 in which an eye camera registered subjects' eye movements to measured distribution of durations of looking over eight locations. The measurements indicated a slight predominance of the upper-left portion for college students and graduate students, and a slight predominance of the upper-right portion for schoolchildren.

  15. Automatic Number Plate Recognition System for IPhone Devices

    Directory of Open Access Journals (Sweden)

    Călin Enăchescu

    2013-06-01

    Full Text Available This paper presents a system for automatic number plate recognition, implemented for devices running the iOS operating system. The methods used for number plate recognition are based on existing methods, but optimized for devices with low hardware resources. To solve the task of automatic number plate recognition we have divided it into the following subtasks: image acquisition, localization of the number plate position on the image and character detection. The first subtask is performed by the camera of an iPhone, the second one is done using image pre-processing methods and template matching. For the character recognition we are using a feed-forward artificial neural network. Each of these methods is presented along with its results.

  16. 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

  17. Target recognition by wavelet transform

    International Nuclear Information System (INIS)

    Li Zhengdong; He Wuliang; Zheng Xiaodong; Cheng Jiayuan; Peng Wen; Pei Chunlan; Song Chen

    2002-01-01

    Wavelet transform has an important character of multi-resolution power, which presents pyramid structure, and this character coincides the way by which people distinguish object from coarse to fineness and from large to tiny. In addition to it, wavelet transform benefits to reducing image noise, simplifying calculation, and embodying target image characteristic point. A method of target recognition by wavelet transform is provided

  18. Classification and recognition of handwritten digits by using ...

    Indian Academy of Sciences (India)

    The problem of handwriting recognition has been studied for decades and ... tially completed work of character recognition using mathematical morphology. ... There are ten digits in English language and each digit is differentiated from the ...

  19. EMPIRICAL STUDY OF CAR LICENSE PLATES RECOGNITION

    Directory of Open Access Journals (Sweden)

    Nasa Zata Dina

    2015-01-01

    Full Text Available The number of vehicles on the road has increased drastically in recent years. The license plate is an identity card for a vehicle. It can map to the owner and further information about vehicle. License plate information is useful to help traffic management systems. For example, traffic management systems can check for vehicles moving at speeds not permitted by law and can also be installed in parking areas to se-cure the entrance or exit way for vehicles. License plate recognition algorithms have been proposed by many researchers. License plate recognition requires license plate detection, segmentation, and charac-ters recognition. The algorithm detects the position of a license plate and extracts the characters. Various license plate recognition algorithms have been implemented, and each algorithm has its strengths and weaknesses. In this research, I implement three algorithms for detecting license plates, three algorithms for segmenting license plates, and two algorithms for recognizing license plate characters. I evaluate each of these algorithms on the same two datasets, one from Greece and one from Thailand. For detecting li-cense plates, the best result is obtained by a Haar cascade algorithm. After the best result of license plate detection is obtained, for the segmentation part a Laplacian based method has the highest accuracy. Last, the license plate recognition experiment shows that a neural network has better accuracy than other algo-rithm. I summarize and analyze the overall performance of each method for comparison.

  20. WORD LEVEL DISCRIMINATIVE TRAINING FOR HANDWRITTEN WORD RECOGNITION

    NARCIS (Netherlands)

    Chen, W.; Gader, P.

    2004-01-01

    Word level training refers to the process of learning the parameters of a word recognition system based on word level criteria functions. Previously, researchers trained lexicon­driven handwritten word recognition systems at the character level individually. These systems generally use statistical

  1. A simple and efficient optical character recognition system for basic ...

    Indian Academy of Sciences (India)

    are on the way for the development of efficient OCR systems for Indian languages, .... Each vowel has a vowel sign (modifier) and each consonant has a basic form (prim- itive). ..... as a single class of character in the first stage of classification.

  2. A Study Of The Effects Of Computer Animated Character Body Style On Perception Of Facial Expression

    OpenAIRE

    Cissell, Katherine

    2013-01-01

    This study examined if there is a difference in viewer perception of computer animated character facial expressions based on character body style, specifically, realistic and stylized character body styles. Participants viewed twenty clips of computer animated characters expressing one of five emotions: sadness, happiness, anger, surprise and fear. They then named the emotion and rated the sincerity, intensity, and typicality of each clip. The results indicated that for recognition, participa...

  3. Quantitative computed tomography (QCT) as a radiology reporting tool by using optical character recognition (OCR) and macro program.

    Science.gov (United States)

    Lee, Young Han; Song, Ho-Taek; Suh, Jin-Suck

    2012-12-01

    The objectives are (1) to introduce a new concept of making a quantitative computed tomography (QCT) reporting system by using optical character recognition (OCR) and macro program and (2) to illustrate the practical usages of the QCT reporting system in radiology reading environment. This reporting system was created as a development tool by using an open-source OCR software and an open-source macro program. The main module was designed for OCR to report QCT images in radiology reading process. The principal processes are as follows: (1) to save a QCT report as a graphic file, (2) to recognize the characters from an image as a text, (3) to extract the T scores from the text, (4) to perform error correction, (5) to reformat the values into QCT radiology reporting template, and (6) to paste the reports into the electronic medical record (EMR) or picture archiving and communicating system (PACS). The accuracy test of OCR was performed on randomly selected QCTs. QCT as a radiology reporting tool successfully acted as OCR of QCT. The diagnosis of normal, osteopenia, or osteoporosis is also determined. Error correction of OCR is done with AutoHotkey-coded module. The results of T scores of femoral neck and lumbar vertebrae had an accuracy of 100 and 95.4 %, respectively. A convenient QCT reporting system could be established by utilizing open-source OCR software and open-source macro program. This method can be easily adapted for other QCT applications and PACS/EMR.

  4. Learning through hand- or typewriting influences visual recognition of new graphic shapes: behavioral and functional imaging evidence.

    Science.gov (United States)

    Longcamp, Marieke; Boucard, Céline; Gilhodes, Jean-Claude; Anton, Jean-Luc; Roth, Muriel; Nazarian, Bruno; Velay, Jean-Luc

    2008-05-01

    Fast and accurate visual recognition of single characters is crucial for efficient reading. We explored the possible contribution of writing memory to character recognition processes. We evaluated the ability of adults to discriminate new characters from their mirror images after being taught how to produce the characters either by traditional pen-and-paper writing or with a computer keyboard. After training, we found stronger and longer lasting (several weeks) facilitation in recognizing the orientation of characters that had been written by hand compared to those typed. Functional magnetic resonance imaging recordings indicated that the response mode during learning is associated with distinct pathways during recognition of graphic shapes. Greater activity related to handwriting learning and normal letter identification was observed in several brain regions known to be involved in the execution, imagery, and observation of actions, in particular, the left Broca's area and bilateral inferior parietal lobules. Taken together, these results provide strong arguments in favor of the view that the specific movements memorized when learning how to write participate in the visual recognition of graphic shapes and letters.

  5. BACS: The Brussels Artificial Character Sets for studies in cognitive psychology and neuroscience.

    Science.gov (United States)

    Vidal, Camille; Content, Alain; Chetail, Fabienne

    2017-12-01

    Written symbols such as letters have been used extensively in cognitive psychology, whether to understand their contributions to written word recognition or to examine the processes involved in other mental functions. Sometimes, however, researchers want to manipulate letters while removing their associated characteristics. A powerful solution to do so is to use new characters, devised to be highly similar to letters, but without the associated sound or name. Given the growing use of artificial characters in experimental paradigms, the aim of the present study was to make available the Brussels Artificial Character Sets (BACS): two full, strictly controlled, and portable sets of artificial characters for a broad range of experimental situations.

  6. Chinese Characters Elicit Face-Like N170 Inversion Effects

    Science.gov (United States)

    Wang, Man-Ying; Kuo, Bo-Cheng; Cheng, Shih-Kuen

    2011-01-01

    Recognition of both faces and Chinese characters is commonly believed to rely on configural information. While faces typically exhibit behavioral and N170 inversion effects that differ from non-face stimuli (Rossion, Joyce, Cottrell, & Tarr, 2003), the current study examined whether a similar reliance on configural processing may result in similar…

  7. Automatic feature design for optical character recognition using an evolutionary search procedure.

    Science.gov (United States)

    Stentiford, F W

    1985-03-01

    An automatic evolutionary search is applied to the problem of feature extraction in an OCR application. A performance measure based on feature independence is used to generate features which do not appear to suffer from peaking effects [17]. Features are extracted from a training set of 30 600 machine printed 34 class alphanumeric characters derived from British mail. Classification results on the training set and a test set of 10 200 characters are reported for an increasing number of features. A 1.01 percent forced decision error rate is obtained on the test data using 316 features. The hardware implementation should be cheap and fast to operate. The performance compares favorably with current low cost OCR page readers.

  8. The use of Optical Character Recognition (OCR) in the digitisation of herbarium specimen labels.

    Science.gov (United States)

    Drinkwater, Robyn E; Cubey, Robert W N; Haston, Elspeth M

    2014-01-01

    At the Royal Botanic Garden Edinburgh (RBGE) the use of Optical Character Recognition (OCR) to aid the digitisation process has been investigated. This was tested using a herbarium specimen digitisation process with two stages of data entry. Records were initially batch-processed to add data extracted from the OCR text prior to being sorted based on Collector and/or Country. Using images of the specimens, a team of six digitisers then added data to the specimen records. To investigate whether the data from OCR aid the digitisation process, they completed a series of trials which compared the efficiency of data entry between sorted and unsorted batches of specimens. A survey was carried out to explore the opinion of the digitisation staff to the different sorting options. In total 7,200 specimens were processed. When compared to an unsorted, random set of specimens, those which were sorted based on data added from the OCR were quicker to digitise. Of the methods tested here, the most successful in terms of efficiency used a protocol which required entering data into a limited set of fields and where the records were filtered by Collector and Country. The survey and subsequent discussions with the digitisation staff highlighted their preference for working with sorted specimens, in which label layout, locations and handwriting are likely to be similar, and so a familiarity with the Collector or Country is rapidly established.

  9. Tune in to the Tone: Lexical Tone Identification is Associated with Vocabulary and Word Recognition Abilities in Young Chinese Children.

    Science.gov (United States)

    Tong, Xiuli; Tong, Xiuhong; McBride-Chang, Catherine

    2015-12-01

    Lexical tone is one of the most prominent features in the phonological representation of words in Chinese. However, little, if any, research to date has directly evaluated how young Chinese children's lexical tone identification skills contribute to vocabulary acquisition and character recognition. The present study distinguished lexical tones from segmental phonological awareness and morphological awareness in order to estimate the unique contribution of lexical tone in early vocabulary acquisition and character recognition. A sample of 199 Cantonese children aged 5-6 years was assessed on measures of lexical tone identification, segmental phonological awareness, morphological awareness, nonverbal ability, vocabulary knowledge, and Chinese character recognition. It was found that lexical tone awareness and morphological awareness were both associated with vocabulary knowledge and character recognition. However, there was a significant relationship between lexical tone awareness and both vocabulary knowledge and character recognition, even after controlling for the effects of age, nonverbal ability, segmental phonological awareness and morphological awareness. These findings suggest that lexical tone is a key factor accounting for individual variance in young children's lexical acquisition in Chinese, and that lexical tone should be considered in understanding how children learn new Chinese vocabulary words, in either oral or written forms.

  10. An Edge-Based Macao License Plate Recognition System

    Directory of Open Access Journals (Sweden)

    Chi-Man Pun

    2011-04-01

    Full Text Available This paper presents a system to recognize Macao license plates. Sobel edge detector is employed to extract the vertical edges, and an edge composition algorithm is proposed to combine the edges into candidate plate regions. They are further examined on the existence of the character qMq by a verification algorithm. A row separation algorithm is also proposed to cater both one-row and two-row types of plates. Projection analysis and template matching methods are exploited to segment and recognize the characters. Various pre and post processing steps are proposed other than traditional implementation so as to improve the recognition accuracy. This work achieves a high recognition rate of 95%.

  11. Modality effect in false recognition: evidence from Chinese characters.

    Science.gov (United States)

    Mao, Wei Bin; Yang, Zhi Liang; Wang, Lin Song

    2010-02-01

    Using the Deese/Roediger-McDermott (DRM) false memory method, Smith and Hunt ( 1998 ) first reported the modality effect on false memory and showed that false recall from DRM lists was lower following visual study than following auditory study, which led to numerous studies on the mechanism of modality effect on false memory and provided many competing explanations. In the present experiment, the authors tested the modality effect in false recognition by using a blocked presentation condition and a random presentation condition. The present experiment found a modality effect different from the results of the previous research; namely, false recognition was shown to be greater following visual study than following auditory study, especially in the blocked presentation condition rather than in the random presentation condition. The authors argued that this reversed modality effect may be due to different encoding and processing characteristics between Chinese characters and English words. Compared with English words, visual graphemes of critical lures in Chinese lists are likely to be activated and encoded in participants' minds, thus it is more difficult for participants to discriminate later inner graphemes from those items presented in visual modality. Hence visual presentation could lead to more false recognition than auditory presentation in Chinese lists. The results in the present experiment demonstrated that semantic activation occurring during the encoding and retrieve phases played an important role in modality effect in false recognition, and our findings might be explained by the activation-monitoring account. Utilisant la méthode de fausse mémoire de Deese/Roediger-McDermott (DRM), Smith et Hunt ( 1998 ) ont d'abord rendu compte de l'effet de modalité sur la fausse mémoire et ils ont montré que le faux rappel à partir des listes de DRM était plus faible suivant une étude visuelle plutôt qu'une étude auditive. Ceci a mené à plusieurs

  12. A usability evaluation of an interactive application for halal products using optical character recognition and augmented reality technologies

    Science.gov (United States)

    Lam, Meng Chun; Nizam, Siti Soleha Muhammad; Arshad, Haslina; A'isyah Ahmad Shukri, Saidatul; Hashim, Nurhazarifah Che; Putra, Haekal Mozzia; Abidin, Rimaniza Zainal

    2017-10-01

    This article discusses the usability of an interactive application for halal products using Optical Character Recognition (OCR) and Augmented Reality (AR) technologies. Among the problems that have been identified in this study is that consumers have little knowledge about the E-Code. Therefore, users often have doubts about the halal status of the product. Nowadays, the integrity of halal status can be doubtful due to the actions of some irresponsible people spreading false information about a product. Therefore, an application that uses OCR and AR technology developed in this study will help the users to identify the information content of a product by scanning the E-Code label and by scanning the product's brand to know the halal status of the product. In this application, E-Code on the label of a product is scanned using OCR technology to display information about the E-Code. The product's brand is scan using augmented reality technology to display halal status of the product. The findings reveal that users are satisfied with this application and it is useful and easy to use.

  13. Effects on Learning Logographic Character Formation in Computer-Assisted Handwriting Instruction

    Science.gov (United States)

    Tsai, Chen-hui; Kuo, Chin-Hwa; Horng, Wen-Bing; Chen, Chun-Wen

    2012-01-01

    This paper reports on a study that investigates how different learning methods might affect the learning process of character handwriting among beginning college learners of Chinese, as measured by tests of recognition, approximate production, precise production, and awareness of conventional stroke sequence. Two methodologies were examined during…

  14. Hemispheric processing in reading Chinese characters: statistical, experimental, and cognitive modeling

    OpenAIRE

    Hsiao, Janet Hui-wen

    2006-01-01

    In Chinese orthography, phonetic compounds comprise about 80% of the most frequent characters. They contain separate phonological and semantic elements, referred to as phonetic and semantic radicals respectively. A dominant type exists in which the se-mantic radical appears on the left and the phonetic radical on the right (SP characters); an opposite, minority structure also exists in which the semantic radical appears on the right and the phonetic radical on the left (PS characters). Throug...

  15. Personality and emotion-based high-level control of affective story characters.

    Science.gov (United States)

    Su, Wen-Poh; Pham, Binh; Wardhani, Aster

    2007-01-01

    Human emotional behavior, personality, and body language are the essential elements in the recognition of a believable synthetic story character. This paper presents an approach using story scripts and action descriptions in a form similar to the content description of storyboards to predict specific personality and emotional states. By adopting the Abridged Big Five Circumplex (AB5C) Model of personality from the study of psychology as a basis for a computational model, we construct a hierarchical fuzzy rule-based system to facilitate the personality and emotion control of the body language of a dynamic story character. The story character can consistently perform specific postures and gestures based on his/her personality type. Story designers can devise a story context in the form of our story interface which predictably motivates personality and emotion values to drive the appropriate movements of the story characters. Our system takes advantage of relevant knowledge described by psychologists and researchers of storytelling, nonverbal communication, and human movement. Our ultimate goal is to facilitate the high-level control of a synthetic character.

  16. The use of Optical Character Recognition (OCR in the digitisation of herbarium specimen labels

    Directory of Open Access Journals (Sweden)

    Robyn Drinkwater

    2014-05-01

    Full Text Available At the Royal Botanic Garden Edinburgh (RBGE the use of Optical Character Recognition (OCR to aid the digitisation process has been investigated. This was tested using a herbarium specimen digitisation process with two stages of data entry. Records were initially batch-processed to add data extracted from the OCR text prior to being sorted based on Collector and/or Country. Using images of the specimens, a team of six digitisers then added data to the specimen records. To investigate whether the data from OCR aid the digitisation process, they completed a series of trials which compared the efficiency of data entry between sorted and unsorted batches of specimens. A survey was carried out to explore the opinion of the digitisation staff to the different sorting options. In total 7,200 specimens were processed.When compared to an unsorted, random set of specimens, those which were sorted based on data added from the OCR were quicker to digitise. Of the methods tested here, the most successful in terms of efficiency used a protocol which required entering data into a limited set of fields and where the records were filtered by Collector and Country. The survey and subsequent discussions with the digitisation staff highlighted their preference for working with sorted specimens, in which label layout, locations and handwriting are likely to be similar, and so a familiarity with the Collector or Country is rapidly established.

  17. Holistic versus Analytic Processing: Evidence for a Different Approach to Processing of Chinese at the Word and Character Levels in Chinese Children

    Science.gov (United States)

    Liu, Phil D.; Chung, Kevin K. H.; McBride-Chang, Catherine; Tong, Xiuhong

    2010-01-01

    Among 30 Hong Kong Chinese fourth graders, sensitivities to character and word constructions were examined in judgment tasks at each level. There were three conditions across both tasks: the real condition, consisting of either actual two-character compound Chinese words or real Chinese compound characters; the reversed condition, with either the…

  18. Is the Salivary Gland Associated with Honey Bee Recognition Compounds in Worker Honey Bees (Apis mellifera)?

    Science.gov (United States)

    Martin, Stephen J; Correia-Oliveira, Maria E; Shemilt, Sue; Drijfhout, Falko P

    2018-06-07

    Cuticular hydrocarbons (CHCs) function as recognition compounds with the best evidence coming from social insects such as ants and honey bees. The major exocrine gland involved in hydrocarbon storage in ants is the post-pharyngeal gland (PPG) in the head. It is still not clearly understood where CHCs are stored in the honey bee. The aim of this study was to investigate the hydrocarbons and esters found in five major worker honey bee (Apis mellifera) exocrine glands, at three different developmental stages (newly emerged, nurse, and forager) using a high temperature GC analysis. We found the hypopharyngeal gland contained no hydrocarbons nor esters, and the thoracic salivary and mandibular glands only contained trace amounts of n-alkanes. However, the cephalic salivary gland (CSG) contained the greatest number and highest quantity of hydrocarbons relative to the five other glands with many of the hydrocarbons also found in the Dufour's gland, but at much lower levels. We discovered a series of oleic acid wax esters that lay beyond the detection of standard GC columns. As a bee's activities changed, as it ages, the types of compounds detected in the CSG also changed. For example, newly emerged bees have predominately C 19 -C 23 n-alkanes, alkenes and methyl-branched compounds, whereas the nurses' CSG had predominately C 31:1 and C 33:1 alkene isomers, which are replaced by a series of oleic acid wax esters in foragers. These changes in the CSG were mirrored by corresponding changes in the adults' CHCs profile. This indicates that the CSG may have a parallel function to the PPG found in ants acting as a major storage gland of CHCs. As the CSG duct opens into the buccal cavity the hydrocarbons can be worked into the comb wax and could help explain the role of comb wax in nestmate recognition experiments.

  19. The Influence of Brand Equity Characters on Children's Food Preferences and Choices.

    Science.gov (United States)

    McGale, Lauren Sophie; Halford, Jason Christian Grovenor; Harrold, Joanne Alison; Boyland, Emma Jane

    2016-10-01

    To assess the influence of brand equity characters displayed on food packaging on children's food preferences and choices, 2 studies were conducted. Brand equity characters are developed specifically to represent a particular brand or product. Despite existing literature suggesting that promotional characters influence children's food choices, to date, no research has assessed the influence of brand equity characters specifically. We recruited 209 children 4-8 years of age from schools and childcare centers in the UK. In a mixed-measures design, the children were asked to rate their taste preferences and preferred snack choice for 3 matched food pairs, presented either with or without a brand equity character displayed on packaging. Study 1 addressed congruent food-character associations and study 2 addressed incongruent associations. Participants were also asked to rate their recognition and liking of characters used. Wilcoxon signed-rank tests and χ(2) analyses were used where appropriate. Children were significantly more likely to show a preference for foods with a brand equity character displayed on the packaging compared with a matched food without a brand equity character, for both congruent and incongruent food-character associations. The presence of a brand equity character also significantly influenced the children's within-pair preferences, within-pair choices, and overall snack choice (congruent associations only). Displaying brand equity characters promotes unhealthy food choices in children. The findings are consistent with those of studies exploring other types of promotional characters. In the context of a childhood obesity epidemic, the use of brand equity characters in the promotion of foods high in fat, salt, and sugar to children should be restricted. Copyright © 2016 Elsevier Inc. All rights reserved.

  20. Advances in oriental document analysis and recognition techniques

    CERN Document Server

    Lee, Seong-Whan

    1999-01-01

    In recent years, rapid progress has been made in computer processing of oriental languages, and the research developments in this area have resulted in tremendous changes in handwriting processing, printed oriental character recognition, document analysis and recognition, automatic input methodologies for oriental languages, etc. Advances in computer processing of oriental languages can also be seen in multimedia computing and the World Wide Web. Many of the results in those domains are presented in this book.

  1. Description and recognition of patterns in stochastic signals. [Electroencephalograms

    Energy Technology Data Exchange (ETDEWEB)

    Flik, T [Technische Univ. Berlin (F.R. Germany). Informatik-Forschungsgruppe Rechnerorganisation und Schaltwerke

    1975-10-01

    A method is shown for the description and recognition of patterns in stochastic signals such as electroencephalograms. For pattern extraction the signal is segmented at times of minimum amplitudes. The describing features consist of geometric values of the so defined patterns. The classification algorithm is based on the regression analysis, which is well known in the field of character recognition. For an economic classification a method is proposed which reduces the number of features. The quality of this pattern recognition method is demonstrated by the detection of spike wave complexes in electroencephalograms. The pattern description and recognition are provided for processing on a digital computer. (DE)

  2. ZONING DESIGN FOR HAND­WRITTEN NUMERAL RECOGNITION

    NARCIS (Netherlands)

    Lecce Di, V.; Dimauro, G.; Guerriero, A.; Impedovo, S.; Pirlo, G.; Salzo, A.

    2004-01-01

    In the field of Optical Character Recognition (OCR), zoning is used to extract topological information from patterns. In this paper zoning is considered as the result of an optimisation problem and a new technique is presented for automatic zoning. More precisely, local analysis of feature

  3. Type-2 fuzzy graphical models for pattern recognition

    CERN Document Server

    Zeng, Jia

    2015-01-01

    This book discusses how to combine type-2 fuzzy sets and graphical models to solve a range of real-world pattern recognition problems such as speech recognition, handwritten Chinese character recognition, topic modeling as well as human action recognition. It covers these recent developments while also providing a comprehensive introduction to the fields of type-2 fuzzy sets and graphical models. Though primarily intended for graduate students, researchers and practitioners in fuzzy logic and pattern recognition, the book can also serve as a valuable reference work for researchers without any previous knowledge of these fields. Dr. Jia Zeng is a Professor at the School of Computer Science and Technology, Soochow University, China. Dr. Zhi-Qiang Liu is a Professor at the School of Creative Media, City University of Hong Kong, China.

  4. Diradical character of some fluoranthenes

    Directory of Open Access Journals (Sweden)

    SVETLANA MARKOVIĆ

    2010-09-01

    Full Text Available It is shown that some Kekuléan fluoranthenes are diradicals and that their ground state is a triplet. In the energetically less favorable singlet state, these hydrocarbons also exhibit pronounced diradical character. The diradical character y of the compounds under investigation was estimated using the unrestricted symmetry-broken (yPUHF and complete active space (yNOON methods. It was found that the yPUHF values better reproduce the diradical character of the investigated hydrocarbons. It was shown that singly occupied molecular orbital (SOMO and SOMO-1 of a diradical structure occupy different parts of space with a small shared region, resulting in a spin density distribution over the entire molecule. The spatial diradical distribution in the singlet diradical structures was examined by inspecting the HOMOs and LUMOs for a and b spin electrons. It was shown that the a-HOMO and the b-LUMO (as well as the b-HOMO and the a-LUMO occupy practically the same part of space. In this way, there are no unpaired electrons in a singlet diradical structure, yet two of them occupy different parts of space, thus allowing the p-electrons to delocalize.

  5. Fast cat-eye effect target recognition based on saliency extraction

    Science.gov (United States)

    Li, Li; Ren, Jianlin; Wang, Xingbin

    2015-09-01

    Background complexity is a main reason that results in false detection in cat-eye target recognition. Human vision has selective attention property which can help search the salient target from complex unknown scenes quickly and precisely. In the paper, we propose a novel cat-eye effect target recognition method named Multi-channel Saliency Processing before Fusion (MSPF). This method combines traditional cat-eye target recognition with the selective characters of visual attention. Furthermore, parallel processing enables it to achieve fast recognition. Experimental results show that the proposed method performs better in accuracy, robustness and speed compared to other methods.

  6. Interspecific aggression, not interspecific mating, drives character displacement in the wing coloration of male rubyspot damselflies (Hetaerina)

    Science.gov (United States)

    Drury, J. P.; Grether, G. F.

    2014-01-01

    Traits that mediate intraspecific social interactions may overlap in closely related sympatric species, resulting in costly between-species interactions. Such interactions have principally interested investigators studying the evolution of reproductive isolation via reproductive character displacement (RCD) or reinforcement, yet in addition to reproductive interference, interspecific trait overlap can lead to costly between-species aggression. Previous research on rubyspot damselflies (Hetaerina spp.) demonstrated that sympatric shifts in male wing colour patterns and competitor recognition reduce interspecific aggression, supporting the hypothesis that agonistic character displacement (ACD) drove trait shifts. However, a recent theoretical model shows that RCD overshadows ACD if the same male trait is used for both female mate recognition and male competitor recognition. To determine whether female mate recognition is based on male wing coloration in Hetaerina, we conducted a phenotype manipulation experiment. Compared to control males, male H. americana with wings manipulated to resemble a sympatric congener (H. titia) suffered no reduction in mating success. Thus, female mate recognition is not based on species differences in male wing coloration. Experimental males did, however, experience higher interspecific fighting rates and reduced survival compared to controls. These results greatly strengthen the case for ACD and highlight the mechanistic distinction between ACD and RCD. PMID:25339724

  7. Validity of the growth model of the 'computerized visual perception assessment tool for Chinese characters structures'.

    Science.gov (United States)

    Wu, Huey-Min; Li, Cheng-Hsaun; Kuo, Bor-Chen; Yang, Yu-Mao; Lin, Chin-Kai; Wan, Wei-Hsiang

    2017-08-01

    Morphological awareness is the foundation for the important developmental skills involved with vocabulary, as well as understanding the meaning of words, orthographic knowledge, reading, and writing. Visual perception of space and radicals in two-dimensional positions of Chinese characters' morphology is very important in identifying Chinese characters. The important predictive variables of special and visual perception in Chinese characters identification were investigated in the growth model in this research. The assessment tool is the "Computerized Visual Perception Assessment Tool for Chinese Characters Structures" developed by this study. There are two constructs, basic stroke and character structure. In the basic stroke, there are three subtests of one, two, and more than three strokes. In the character structure, there are three subtests of single-component character, horizontal-compound character, and vertical-compound character. This study used purposive sampling. In the first year, 551 children 4-6 years old participated in the study and were monitored for one year. In the second year, 388 children remained in the study and the successful follow-up rate was 70.4%. This study used a two-wave cross-lagged panel design to validate the growth model of the basic stroke and the character structure. There was significant correlation of the basic stroke and the character structure at different time points. The abilities in the basic stroke and in the character structure steadily developed over time for preschool children. Children's knowledge of the basic stroke effectively predicted their knowledge of the basic stroke and the character structure. Copyright © 2017 Elsevier Ltd. All rights reserved.

  8. Speech Recognition Technology for Disabilities Education

    Science.gov (United States)

    Tang, K. Wendy; Kamoua, Ridha; Sutan, Victor; Farooq, Omer; Eng, Gilbert; Chu, Wei Chern; Hou, Guofeng

    2005-01-01

    Speech recognition is an alternative to traditional methods of interacting with a computer, such as textual input through a keyboard. An effective system can replace or reduce the reliability on standard keyboard and mouse input. This can especially assist dyslexic students who have problems with character or word use and manipulation in a textual…

  9. Analog design of a new neural network for optical character recognition.

    Science.gov (United States)

    Morns, I P; Dlay, S S

    1999-01-01

    An electronic circuit is presented for a new type of neural network, which gives a recognition rate of over 100 kHz. The network is used to classify handwritten numerals, presented as Fourier and wavelet descriptors, and has been shown to train far quicker than the popular backpropagation network while maintaining classification accuracy.

  10. Molecular Recognition: Detection of Colorless Compounds Based on Color Change

    Science.gov (United States)

    Khalafi, Lida; Kashani, Samira; Karimi, Javad

    2016-01-01

    A laboratory experiment is described in which students measure the amount of cetirizine in allergy-treatment tablets based on molecular recognition. The basis of recognition is competition of cetirizine with phenolphthalein to form an inclusion complex with ß-cyclodextrin. Phenolphthalein is pinkish under basic condition, whereas it's complex form…

  11. USING STROKE-BASED OR CHARACTER-BASED SELF-ORGANIZING MAPS IN THE RECOGNITION OF ONLINE, CONNECTED CURSIVE SCRIPT

    NARCIS (Netherlands)

    SCHOMAKER, L

    Comparisons are made between a number of stroke-based and character-based recognizers of connected cursive script. In both approaches a Kohonen self-organizing neural network is used as a feature-vector quantizer. It is found that a ''best match only'' character-based recognizer performs better than

  12. The Role of Radical Awareness in Chinese-As-A-Second-Language Learners' Chinese Character Reading Development

    Science.gov (United States)

    Wong, Yu Ka

    2017-01-01

    In this paper, the role of radical awareness in Chinese character reading development among young Chinese-as-a-second-language (CSL) learners is evaluated in terms of a structural property of the writing system: the distribution of elementary, one-radical (i.e. one-element) simple characters as against majority, multi-radical compound characters.…

  13. Younger and Older Users’ Recognition of Virtual Agent Facial Expressions

    Science.gov (United States)

    Beer, Jenay M.; Smarr, Cory-Ann; Fisk, Arthur D.; Rogers, Wendy A.

    2015-01-01

    As technology advances, robots and virtual agents will be introduced into the home and healthcare settings to assist individuals, both young and old, with everyday living tasks. Understanding how users recognize an agent’s social cues is therefore imperative, especially in social interactions. Facial expression, in particular, is one of the most common non-verbal cues used to display and communicate emotion in on-screen agents (Cassell, Sullivan, Prevost, & Churchill, 2000). Age is important to consider because age-related differences in emotion recognition of human facial expression have been supported (Ruffman et al., 2008), with older adults showing a deficit for recognition of negative facial expressions. Previous work has shown that younger adults can effectively recognize facial emotions displayed by agents (Bartneck & Reichenbach, 2005; Courgeon et al. 2009; 2011; Breazeal, 2003); however, little research has compared in-depth younger and older adults’ ability to label a virtual agent’s facial emotions, an import consideration because social agents will be required to interact with users of varying ages. If such age-related differences exist for recognition of virtual agent facial expressions, we aim to understand if those age-related differences are influenced by the intensity of the emotion, dynamic formation of emotion (i.e., a neutral expression developing into an expression of emotion through motion), or the type of virtual character differing by human-likeness. Study 1 investigated the relationship between age-related differences, the implication of dynamic formation of emotion, and the role of emotion intensity in emotion recognition of the facial expressions of a virtual agent (iCat). Study 2 examined age-related differences in recognition expressed by three types of virtual characters differing by human-likeness (non-humanoid iCat, synthetic human, and human). Study 2 also investigated the role of configural and featural processing as a

  14. Methods for Presenting Braille Characters on a Mobile Device with a Touchscreen and Tactile Feedback.

    Science.gov (United States)

    Rantala, J; Raisamo, R; Lylykangas, J; Surakka, V; Raisamo, J; Salminen, K; Pakkanen, T; Hippula, A

    2009-01-01

    Three novel interaction methods were designed for reading six-dot Braille characters from the touchscreen of a mobile device. A prototype device with a piezoelectric actuator embedded under the touchscreen was used to create tactile feedback. The three interaction methods, scan, sweep, and rhythm, enabled users to read Braille characters one at a time either by exploring the characters dot by dot or by sensing a rhythmic pattern presented on the screen. The methods were tested with five blind Braille readers as a proof of concept. The results of the first experiment showed that all three methods can be used to convey information as the participants could accurately (91-97 percent) recognize individual characters. In the second experiment the presentation rate of the most efficient and preferred method, the rhythm, was varied. A mean recognition accuracy of 70 percent was found when the speed of presenting a single character was nearly doubled from the first experiment. The results showed that temporal tactile feedback and Braille coding can be used to transmit single-character information while further studies are still needed to evaluate the presentation of serial information, i.e., multiple Braille characters.

  15. Analysis of Documentation Speed Using Web-Based Medical Speech Recognition Technology: Randomized Controlled Trial.

    Science.gov (United States)

    Vogel, Markus; Kaisers, Wolfgang; Wassmuth, Ralf; Mayatepek, Ertan

    2015-11-03

    Clinical documentation has undergone a change due to the usage of electronic health records. The core element is to capture clinical findings and document therapy electronically. Health care personnel spend a significant portion of their time on the computer. Alternatives to self-typing, such as speech recognition, are currently believed to increase documentation efficiency and quality, as well as satisfaction of health professionals while accomplishing clinical documentation, but few studies in this area have been published to date. This study describes the effects of using a Web-based medical speech recognition system for clinical documentation in a university hospital on (1) documentation speed, (2) document length, and (3) physician satisfaction. Reports of 28 physicians were randomized to be created with (intervention) or without (control) the assistance of a Web-based system of medical automatic speech recognition (ASR) in the German language. The documentation was entered into a browser's text area and the time to complete the documentation including all necessary corrections, correction effort, number of characters, and mood of participant were stored in a database. The underlying time comprised text entering, text correction, and finalization of the documentation event. Participants self-assessed their moods on a scale of 1-3 (1=good, 2=moderate, 3=bad). Statistical analysis was done using permutation tests. The number of clinical reports eligible for further analysis stood at 1455. Out of 1455 reports, 718 (49.35%) were assisted by ASR and 737 (50.65%) were not assisted by ASR. Average documentation speed without ASR was 173 (SD 101) characters per minute, while it was 217 (SD 120) characters per minute using ASR. The overall increase in documentation speed through Web-based ASR assistance was 26% (P=.04). Participants documented an average of 356 (SD 388) characters per report when not assisted by ASR and 649 (SD 561) characters per report when assisted

  16. Container code recognition in information auto collection system of container inspection

    International Nuclear Information System (INIS)

    Su Jianping; Chen Zhiqiang; Zhang Li; Gao Wenhuan; Kang Kejun

    2003-01-01

    Now custom needs electrical application and automatic detection. Container inspection should not only give the image of the goods, but also auto-attain container's code and weight. Its function and track control, information transfer make up the Information Auto Collection system of Container Inspection. Code Recognition is the point. The article is based on model match, the close property of character, and uses it to recognize. Base on checkout rule, design the adjustment arithmetic, form the whole recognition strategy. This strategy can achieve high recognition ratio and robust property

  17. Reader, Word, and Character Attributes Contributing to Chinese Children's Concept of Word

    Science.gov (United States)

    Chen, Jing; Lin, Tzu-Jung; Ku, Yu-Min; Zhang, Jie; O'Connell, Ann

    2018-01-01

    Concept of word--the awareness of how words differ from nonwords or other linguistic properties--is important to learning to read Chinese because words in Chinese texts are not separated by space, and most characters can be productively compounded with other characters to form new words. The current study examined the effects of reader, word, and…

  18. Quantification of character-impacting compounds in Ocimum basilicum and 'Pesto alla Genovese' with selected ion flow tube mass spectrometry.

    Science.gov (United States)

    Amadei, Gianluca; Ross, Brian M

    2012-02-15

    Basil (Ocimum basilicum) is an important flavourant plant which constitutes the major ingredient of the pasta sauce 'Pesto alla Genovese'. The characteristic smell of basil stems mainly from a handful of terpenoids (methyl cinnamate, eucalyptol, linalool and estragole), the concentration of which varies according to basil cultivars. The simple and rapid analysis of the terpenoid constituents of basil would be useful as a means to optimise harvesting times and to act as a quality control process for basil-containing foodstuffs. Classical analytical techniques such as gas chromatography/mass spectrometry (GC/MS) are, however, slow, technically demanding and therefore less suitable for routine analysis. A new chemical ionisation technique which allows real-time quantification of traces gases, Selected Ion Flow Tube Mass Spectrometry (SIFT-MS), was therefore utilised to determine its usefulness for the assay of terpenoid concentrations in basil and pesto sauce headspace. Trace gas analysis was performed using the NO(+) precursor ion which minimised interference from other compounds. Character-impacting compound concentration was measured in basil headspace with good reproducibility and statistically significant differences were observed between cultivars. Quantification of linalool in pesto sauce headspace proved more difficult due to the presence of interfering compounds. This was resolved by careful selection of reaction product ions which allowed us to detect differences between various commercial brands of pesto. We conclude that SIFT-MS may be a valid tool for the fast and reproducible analysis of flavourant terpenoids in basil and basil-derived foodstuffs. Copyright © 2011 John Wiley & Sons, Ltd.

  19. Printed Persian Subword Recognition Using Wavelet Packet Descriptors

    Directory of Open Access Journals (Sweden)

    Samira Nasrollahi

    2013-01-01

    Full Text Available In this paper, we present a new approach to offline OCR (optical character recognition for printed Persian subwords using wavelet packet transform. The proposed algorithm is used to extract font invariant and size invariant features from 87804 subwords of 4 fonts and 3 sizes. The feature vectors are compressed using PCA. The obtained feature vectors yield a pictorial dictionary for which an entry is the mean of each group that consists of the same subword with 4 fonts in 3 sizes. The sets of these features are congregated by combining them with the dot features for the recognition of printed Persian subwords. To evaluate the feature extraction results, this algorithm was tested on a set of 2000 subwords in printed Persian text documents. An encouraging recognition rate of 97.9% is got at subword level recognition.

  20. Semi-automated contour recognition using DICOMautomaton

    International Nuclear Information System (INIS)

    Clark, H; Duzenli, C; Wu, J; Moiseenko, V; Lee, R; Gill, B; Thomas, S

    2014-01-01

    Purpose: A system has been developed which recognizes and classifies Digital Imaging and Communication in Medicine contour data with minimal human intervention. It allows researchers to overcome obstacles which tax analysis and mining systems, including inconsistent naming conventions and differences in data age or resolution. Methods: Lexicographic and geometric analysis is used for recognition. Well-known lexicographic methods implemented include Levenshtein-Damerau, bag-of-characters, Double Metaphone, Soundex, and (word and character)-N-grams. Geometrical implementations include 3D Fourier Descriptors, probability spheres, boolean overlap, simple feature comparison (e.g. eccentricity, volume) and rule-based techniques. Both analyses implement custom, domain-specific modules (e.g. emphasis differentiating left/right organ variants). Contour labels from 60 head and neck patients are used for cross-validation. Results: Mixed-lexicographical methods show an effective improvement in more than 10% of recognition attempts compared with a pure Levenshtein-Damerau approach when withholding 70% of the lexicon. Domain-specific and geometrical techniques further boost performance. Conclusions: DICOMautomaton allows users to recognize contours semi-automatically. As usage increases and the lexicon is filled with additional structures, performance improves, increasing the overall utility of the system.

  1. Contemporary deep recurrent learning for recognition

    Science.gov (United States)

    Iftekharuddin, K. M.; Alam, M.; Vidyaratne, L.

    2017-05-01

    Large-scale feed-forward neural networks have seen intense application in many computer vision problems. However, these networks can get hefty and computationally intensive with increasing complexity of the task. Our work, for the first time in literature, introduces a Cellular Simultaneous Recurrent Network (CSRN) based hierarchical neural network for object detection. CSRN has shown to be more effective to solving complex tasks such as maze traversal and image processing when compared to generic feed forward networks. While deep neural networks (DNN) have exhibited excellent performance in object detection and recognition, such hierarchical structure has largely been absent in neural networks with recurrency. Further, our work introduces deep hierarchy in SRN for object recognition. The simultaneous recurrency results in an unfolding effect of the SRN through time, potentially enabling the design of an arbitrarily deep network. This paper shows experiments using face, facial expression and character recognition tasks using novel deep recurrent model and compares recognition performance with that of generic deep feed forward model. Finally, we demonstrate the flexibility of incorporating our proposed deep SRN based recognition framework in a humanoid robotic platform called NAO.

  2. Automatic system for localization and recognition of vehicle plate numbers

    OpenAIRE

    Vázquez, N.; Nakano, M.; Pérez-Meana, H.

    2003-01-01

    This paper proposes a vehicle numbers plate identification system, which extracts the characters features of a plate from a captured image by a digital camera. Then identify the symbols of the number plate using a multilayer neural network. The proposed recognition system consists of two processes: The training process and the recognition process. During the training process, a database is created using 310 vehicular plate images. Then using this database a multilayer neural network is traine...

  3. Affixation and compounding in Hakka

    OpenAIRE

    Ungsitipoonporn, Siriopen

    2014-01-01

    This paper aims to present the internal structures of words in the Hakka language. Similar to other languages, affixation and compounding are outstanding in Hakka. In general, prefixes and suffixes are bound morphemes which do not occur independently, but in Hakka they sometimes appear as independent forms. Apart from single words, identifying compound words is of particular interest. Compound nouns can be made up of two or three words (characters) which ...

  4. Character Strengths and Academic Achievements of Undergraduate College Students of Guwahati, Assam

    Directory of Open Access Journals (Sweden)

    Sabiha Alam Choudhury

    2017-06-01

    Full Text Available Character strengths, as conceptualised by the Values-In-Action (VIA strengths classification system, are core characteristics of individuals that allow people to be virtuous (Seligman 2002. They are moral, intrinsically valuable, and ubiquitous traits that can be developed and enhanced. Social psychologists and sociologists consider achievements in college or university level, because of recognition and proper utilisation of the character strengths possessed by the individual students. The current study was conducted amongst 240 undergraduate college students of arts stream (60 males and 60 females and science stream (60 males and 60 females falling within the age group of 18-21 years, with the aim of finding out if the character strengths of the male and female undergraduate students are associated with their college academic achievements. It was found that significant correlation existed between appreciation of beauty and excellence, fairness, forgiveness, honesty, humour, kindness, love of learning and humility with the academic achievement of the students.

  5. The DSFPN, a new neural network for optical character recognition.

    Science.gov (United States)

    Morns, L P; Dlay, S S

    1999-01-01

    A new type of neural network for recognition tasks is presented in this paper. The network, called the dynamic supervised forward-propagation network (DSFPN), is based on the forward only version of the counterpropagation network (CPN). The DSFPN, trains using a supervised algorithm and can grow dynamically during training, allowing subclasses in the training data to be learnt in an unsupervised manner. It is shown to train in times comparable to the CPN while giving better classification accuracies than the popular backpropagation network. Both Fourier descriptors and wavelet descriptors are used for image preprocessing and the wavelets are proven to give a far better performance.

  6. An Embedded Application for Degraded Text Recognition

    Directory of Open Access Journals (Sweden)

    Thillou Céline

    2005-01-01

    Full Text Available This paper describes a mobile device which tries to give the blind or visually impaired access to text information. Three key technologies are required for this system: text detection, optical character recognition, and speech synthesis. Blind users and the mobile environment imply two strong constraints. First, pictures will be taken without control on camera settings and a priori information on text (font or size and background. The second issue is to link several techniques together with an optimal compromise between computational constraints and recognition efficiency. We will present the overall description of the system from text detection to OCR error correction.

  7. Character impact odorants of fennel fruits and fennel tea.

    Science.gov (United States)

    Zeller, Annette; Rychlik, Michael

    2006-05-17

    The flavor of fennel fruits and fennel tea was examined by aroma extract dilution analysis of the respective dichloromethane extracts. In both fennel fruits and tea, trans-anethole, anisaldehyde, and trans-4,5-epoxy-2(E)-decenal showed high flavor dilution (FD) factors followed by fenchone, 1,8-cineole, (R)-alpha-pinene, estragole, and beta-myrcene. On the basis of these results, the odorants showing higher FD factors were quantified in tea as well as in fruits, and odor activity values (OAV) in tea were calculated by dividing the concentration of the compound by its recognition threshold in water. The highest OAV was found for trans-anethole, followed by estragole, fenchone, 1,8-cineole, (R)-alpha-pinene, beta-myrcene, and anisaldehyde. From a comparison of the concentrations of odorants in fruits and tea, trans-anethole and estragole showed similar extraction rates of approximately 10-15%, whereas the extraction rates for (R)-alpha-pinene, beta-myrcene, and limonene were below 2%. In contrast to this, fenchone, camphor, linalool, and carvone showed higher extraction rates (26-50%), whereas the high apparent extraction rates of anisalcohol (393%) and vanilline (480%) were attributed to the formation from precursors. Sensory studies of aqueous models containing odorants in the amounts quantified in fennel teas revealed high similarity of the models with the tea and proved that all impact odorants had been identified in their correct concentrations. Further sensory experiments showed that estragole had no odor impact on the overall flavor of fennel tea, and, therefore, a reduction of estragole in fennel products would have no negative impact on their sensoric quality. In contrast to this, trans-anethole and fenchone were found to be character impact compounds of fennel.

  8. A Novel Phonology- and Radical-Coded Chinese Sign Language Recognition Framework Using Accelerometer and Surface Electromyography Sensors.

    Science.gov (United States)

    Cheng, Juan; Chen, Xun; Liu, Aiping; Peng, Hu

    2015-09-15

    Sign language recognition (SLR) is an important communication tool between the deaf and the external world. It is highly necessary to develop a worldwide continuous and large-vocabulary-scale SLR system for practical usage. In this paper, we propose a novel phonology- and radical-coded Chinese SLR framework to demonstrate the feasibility of continuous SLR using accelerometer (ACC) and surface electromyography (sEMG) sensors. The continuous Chinese characters, consisting of coded sign gestures, are first segmented into active segments using EMG signals by means of moving average algorithm. Then, features of each component are extracted from both ACC and sEMG signals of active segments (i.e., palm orientation represented by the mean and variance of ACC signals, hand movement represented by the fixed-point ACC sequence, and hand shape represented by both the mean absolute value (MAV) and autoregressive model coefficients (ARs)). Afterwards, palm orientation is first classified, distinguishing "Palm Downward" sign gestures from "Palm Inward" ones. Only the "Palm Inward" gestures are sent for further hand movement and hand shape recognition by dynamic time warping (DTW) algorithm and hidden Markov models (HMM) respectively. Finally, component recognition results are integrated to identify one certain coded gesture. Experimental results demonstrate that the proposed SLR framework with a vocabulary scale of 223 characters can achieve an averaged recognition accuracy of 96.01% ± 0.83% for coded gesture recognition tasks and 92.73% ± 1.47% for character recognition tasks. Besides, it demonstrats that sEMG signals are rather consistent for a given hand shape independent of hand movements. Hence, the number of training samples will not be significantly increased when the vocabulary scale increases, since not only the number of the completely new proposed coded gestures is constant and limited, but also the transition movement which connects successive signs needs no

  9. Fluoride ion recognition by chelating and cationic boranes.

    Science.gov (United States)

    Hudnall, Todd W; Chiu, Ching-Wen; Gabbaï, François P

    2009-02-17

    Because of the ubiquity of fluoride ions and their potential toxicity at high doses, researchers would like to design receptors that selectively detect this anion. Fluoride is found in drinking water, toothpaste, and osteoporosis drugs. In addition, fluoride ions also can be detected as an indicator of uranium enrichment (via hydrolysis of UF(6)) or of the chemical warfare agent sarin, which releases the ion upon hydrolysis. However, because of its high hydration enthalpy, the fluoride anion is one of the most challenging targets for anion recognition. Among the various recognition strategies that are available, researchers have focused a great deal of attention on Lewis acidic boron compounds. These molecules typically interact with fluoride anions to form the corresponding fluoroborate species. In the case of simple triarylboranes, the fluoroborates are formed in organic solvents but not in water. To overcome this limitation, this Account examines various methods we have pursued to increase the fluoride-binding properties of boron-based receptors. We first considered the use of bifunctional boranes, which chelate the fluoride anion, such as 1,8-diborylnaphthalenes or heteronuclear 1-boryl-8-mercurio-naphthalenes. In these molecules, the neighboring Lewis acidic atoms can cooperatively interact with the anionic guest. Although the fluoride binding constants of the bifunctional compounds exceed those of neutral monofunctional boranes by several orders of magnitude, the incompatibility of these systems with aqueous media limits their utility. More recently, we have examined simple triarylboranes whose ligands are decorated by cationic ammonium or phosphonium groups. These cationic groups increase the electrophilic character of these boranes, and unlike their neutral analogs, they are able to complex fluoride in aqueous media. We have also considered cationic boranes, which form chelate complexes with fluoride anions. Our work demonstrates that Coulombic and chelate

  10. Radiation Dose-Rate Extraction from the Camera Image of Quince 2 Robot System using Optical Character Recognition

    International Nuclear Information System (INIS)

    Cho, Jai Wan; Jeong, Kyung Min

    2012-01-01

    In the case of the Japanese Quince 2 robot system, 7 CCD/CMOS cameras were used. 2 CCD cameras of Quince robot are used for the forward and backward monitoring of the surroundings during navigation. And 2 CCD (or CMOS) cameras are used for monitoring the status of front-end and back-end motion mechanics such as flippers and crawlers. A CCD camera with wide field of view optics is used for monitoring the status of the communication (VDSL) cable reel. And another 2 CCD cameras are assigned for reading the indication value of the radiation dosimeter and the instrument. The Quince 2 robot measured radiation in the unit 2 reactor building refueling floor of the Fukushima nuclear power plant. The CCD camera with wide field-of-view (fisheye) lens reads indicator of the dosimeter loaded on the Quince 2 robot, which was sent to carry out investigating the unit 2 reactor building refueling floor situation. The camera image with gamma ray dose-rate information is transmitted to the remote control site via VDSL communication line. At the remote control site, the radiation information in the unit 2 reactor building refueling floor can be perceived by monitoring the camera image. To make up the radiation profile in the surveyed refueling floor, the gamma ray dose-rate information in the image should be converted to numerical value. In this paper, we extract the gamma ray dose-rate value in the unit 2 reactor building refueling floor using optical character recognition method

  11. Radiation Dose-Rate Extraction from the Camera Image of Quince 2 Robot System using Optical Character Recognition

    Energy Technology Data Exchange (ETDEWEB)

    Cho, Jai Wan; Jeong, Kyung Min [Korea Atomic Energy Research Institute, Daejeon (Korea, Republic of)

    2012-05-15

    In the case of the Japanese Quince 2 robot system, 7 CCD/CMOS cameras were used. 2 CCD cameras of Quince robot are used for the forward and backward monitoring of the surroundings during navigation. And 2 CCD (or CMOS) cameras are used for monitoring the status of front-end and back-end motion mechanics such as flippers and crawlers. A CCD camera with wide field of view optics is used for monitoring the status of the communication (VDSL) cable reel. And another 2 CCD cameras are assigned for reading the indication value of the radiation dosimeter and the instrument. The Quince 2 robot measured radiation in the unit 2 reactor building refueling floor of the Fukushima nuclear power plant. The CCD camera with wide field-of-view (fisheye) lens reads indicator of the dosimeter loaded on the Quince 2 robot, which was sent to carry out investigating the unit 2 reactor building refueling floor situation. The camera image with gamma ray dose-rate information is transmitted to the remote control site via VDSL communication line. At the remote control site, the radiation information in the unit 2 reactor building refueling floor can be perceived by monitoring the camera image. To make up the radiation profile in the surveyed refueling floor, the gamma ray dose-rate information in the image should be converted to numerical value. In this paper, we extract the gamma ray dose-rate value in the unit 2 reactor building refueling floor using optical character recognition method

  12. Taking a radical position: Evidence for position specific radical representations in Chinese character recognition using masked priming ERP

    Directory of Open Access Journals (Sweden)

    I-Fan eSu

    2012-09-01

    Full Text Available In the investigation of orthographic representation of Chinese characters, one question that has stimulated much research is whether radicals (character components are specified for spatial position in a character (e.g. Ding, Peng, & Taft, 2004; Tsang & Chen, 2009. Differing from previous work, component or radical position information in this study is conceived in terms of relative frequency across different positions of characters containing it. A lexical decision task in a masked priming paradigm focusing on radicals with preferred position of occurrence was conducted. A radical position that encompasses more characters than other positions was identified to be the preferred position of a particular radical. The prime that was exposed for 96ms might share a radical with the target in the same or different positions. Moreover, the shared radical appeared either in its preferred or non-preferred position in the target. While response latencies only revealed the effect of graphical similarity, both effects of graphical similarity and radical position preference were found in the ERP results. The former effect was reflected in greater positivity in occipital P1 and greater negativity in N400 for radicals in different positions in prime and target characters. The latter effect manifested as greater negativity in occipital N170 and greater positivity in frontal P200 in the same time window elicited by radicals in their non-preferred position. Equally interesting was the reversal of the effect of radical position preference in N400 with greater negativity associated with radicals in preferred position. These findings identify the early ERP components associated with activation of position-specific radical representations in the orthographic lexicon, and reveal the change in the nature of competition from processing at the radical level to the lexical level.

  13. Characters with personality!

    NARCIS (Netherlands)

    Bosch, K. van den; Brandenburgh, A.; Muller, T.J.; Heuvelink, A.

    2012-01-01

    Serious games offer an opportunity for learning communication skills by practicing conversations with one or more virtual characters, provided that the character(s) behave in accordance with their assigned properties and strate-gies. This paper presents an approach for developing virtual characters

  14. Pattern recognition and modelling of earthquake registrations with interactive computer support

    International Nuclear Information System (INIS)

    Manova, Katarina S.

    2004-01-01

    The object of the thesis is Pattern Recognition. Pattern recognition i.e. classification, is applied in many fields: speech recognition, hand printed character recognition, medical analysis, satellite and aerial-photo interpretations, biology, computer vision, information retrieval and so on. In this thesis is studied its applicability in seismology. Signal classification is an area of great importance in a wide variety of applications. This thesis deals with the problem of (automatic) classification of earthquake signals, which are non-stationary signals. Non-stationary signal classification is an area of active research in the signal and image processing community. The goal of the thesis is recognition of earthquake signals according to their epicentral zone. Source classification i.e. recognition is based on transformation of seismograms (earthquake registrations) to images, via time-frequency transformations, and applying image processing and pattern recognition techniques for feature extraction, classification and recognition. The tested data include local earthquakes from seismic regions in Macedonia. By using actual seismic data it is shown that proposed methods provide satisfactory results for classification and recognition.(Author)

  15. Image simulation for automatic license plate recognition

    Science.gov (United States)

    Bala, Raja; Zhao, Yonghui; Burry, Aaron; Kozitsky, Vladimir; Fillion, Claude; Saunders, Craig; Rodríguez-Serrano, José

    2012-01-01

    Automatic license plate recognition (ALPR) is an important capability for traffic surveillance applications, including toll monitoring and detection of different types of traffic violations. ALPR is a multi-stage process comprising plate localization, character segmentation, optical character recognition (OCR), and identification of originating jurisdiction (i.e. state or province). Training of an ALPR system for a new jurisdiction typically involves gathering vast amounts of license plate images and associated ground truth data, followed by iterative tuning and optimization of the ALPR algorithms. The substantial time and effort required to train and optimize the ALPR system can result in excessive operational cost and overhead. In this paper we propose a framework to create an artificial set of license plate images for accelerated training and optimization of ALPR algorithms. The framework comprises two steps: the synthesis of license plate images according to the design and layout for a jurisdiction of interest; and the modeling of imaging transformations and distortions typically encountered in the image capture process. Distortion parameters are estimated by measurements of real plate images. The simulation methodology is successfully demonstrated for training of OCR.

  16. Rapid recognition of volatile organic compounds with colorimetric sensor arrays for lung cancer screening.

    Science.gov (United States)

    Zhong, Xianhua; Li, Dan; Du, Wei; Yan, Mengqiu; Wang, You; Huo, Danqun; Hou, Changjun

    2018-06-01

    Volatile organic compounds (VOCs) in breath can be used as biomarkers to identify early stages of lung cancer. Herein, we report a disposable colorimetric array that has been constructed from diverse chemo-responsive colorants. Distinguishable difference maps were plotted within 4 min for specifically targeted VOCs. Through the consideration of various chemical interactions with VOCs, the arrays successfully discriminate between 20 different volatile organic compounds in breath that are related to lung cancer. VOCs were identified either with the visualized difference maps or through pattern recognition with an accuracy of at least 90%. No uncertainties or errors were observed in the hierarchical cluster analysis (HCA). Finally, good reproducibility and stability of the array was achieved against changes in humidity. Generally, this work provides fundamental support for construction of simple and rapid VOC sensors. More importantly, this approach provides a hypothesis-free array method for breath testing via VOC profiling. Therefore, this small, rapid, non-invasive, inexpensive, and visualized sensor array is a powerful and promising tool for early screening of lung cancer. Graphical abstract A disposable colorimetric array has been developed with broadly chemo-responsive dyes to incorporate various chemical interactions, through which the arrays successfully discriminate 20 VOCs that are related to lung cancer via difference maps alone or chemometrics within 4 min. The hydrophobic porous matrix provides good stability against changes in humidity.

  17. Food brand recognition and BMI in preschoolers.

    Science.gov (United States)

    Harrison, Kristen; Moorman, Jessica; Peralta, Mericarmen; Fayhee, Kally

    2017-07-01

    Children's food brand recognition predicts health-related outcomes such as preference for obesogenic foods and increased risk for overweight. However, it is uncertain to what degree food brand recognition acts as a proxy for other factors such as parental education and income, child vocabulary, child age, child race/ethnicity, parent healthy eating guidance, child commercial TV viewing, and child dietary intake, all of which may influence or be influenced by food brand recognition. U.S. preschoolers (N = 247, average age 56 months) were measured for BMI and completed the Peabody Picture Vocabulary Test plus recognition and recall measures for a selection of U.S. food brands. Parents completed measures of healthy eating guidance, child dietary intake, child commercial TV viewing, parent education, household income, parent BMI, and child age and race/ethnicity. Controlling these variables, child food brand recognition predicted higher child BMI percentile. Further, qualitative examination of children's incorrect answers to recall items demonstrated perceptual confusion between brand mascots and other fantasy characters to which children are exposed during the preschool years, extending theory on child consumer development. Copyright © 2017 Elsevier Ltd. All rights reserved.

  18. The role of nitric oxide in the object recognition memory.

    Science.gov (United States)

    Pitsikas, Nikolaos

    2015-05-15

    The novel object recognition task (NORT) assesses recognition memory in animals. It is a non-rewarded paradigm that it is based on spontaneous exploratory behavior in rodents. This procedure is widely used for testing the effects of compounds on recognition memory. Recognition memory is a type of memory severely compromised in schizophrenic and Alzheimer's disease patients. Nitric oxide (NO) is sought to be an intra- and inter-cellular messenger in the central nervous system and its implication in learning and memory is well documented. Here I intended to critically review the role of NO-related compounds on different aspects of recognition memory. Current analysis shows that both NO donors and NO synthase (NOS) inhibitors are involved in object recognition memory and suggests that NO might be a promising target for cognition impairments. However, the potential neurotoxicity of NO would add a note of caution in this context. Copyright © 2014 Elsevier B.V. All rights reserved.

  19. Adversity, emotion recognition, and empathic concern in high-risk youth.

    Directory of Open Access Journals (Sweden)

    Jodi A Quas

    Full Text Available Little is known about how emotion recognition and empathy jointly operate in youth growing up in contexts defined by persistent adversity. We investigated whether adversity exposure in two groups of youth was associated with reduced empathy and whether deficits in emotion recognition mediated this association. Foster, rural poor, and comparison youth from Swaziland, Africa identified emotional expressions and rated their empathic concern for characters depicted in images showing positive, ambiguous, and negative scenes. Rural and foster youth perceived greater anger and happiness in the main characters in ambiguous and negative images than did comparison youth. Rural children also perceived less sadness. Youth's perceptions of sadness in the negative and ambiguous expressions mediated the relation between adversity and empathic concern, but only for the rural youth, who perceived less sadness, which then predicted less empathy. Findings provide new insight into processes that underlie empathic tendencies in adversity-exposed youth and highlight potential directions for interventions to increase empathy.

  20. Compound Decomposition in Dutch Large Vocabulary Speech Recognition

    NARCIS (Netherlands)

    Ordelman, Roeland J.F.; van Hessen, Adrianus J.; de Jong, Franciska M.G.

    2003-01-01

    This paper addresses compound splitting for Dutch in the context of broadcast news transcription. Language models were created using original text versions and text versions that were decomposed using a data-driven compound splitting algorithm. Language model performances were compared in terms of

  1. Container-code recognition system based on computer vision and deep neural networks

    Science.gov (United States)

    Liu, Yi; Li, Tianjian; Jiang, Li; Liang, Xiaoyao

    2018-04-01

    Automatic container-code recognition system becomes a crucial requirement for ship transportation industry in recent years. In this paper, an automatic container-code recognition system based on computer vision and deep neural networks is proposed. The system consists of two modules, detection module and recognition module. The detection module applies both algorithms based on computer vision and neural networks, and generates a better detection result through combination to avoid the drawbacks of the two methods. The combined detection results are also collected for online training of the neural networks. The recognition module exploits both character segmentation and end-to-end recognition, and outputs the recognition result which passes the verification. When the recognition module generates false recognition, the result will be corrected and collected for online training of the end-to-end recognition sub-module. By combining several algorithms, the system is able to deal with more situations, and the online training mechanism can improve the performance of the neural networks at runtime. The proposed system is able to achieve 93% of overall recognition accuracy.

  2. Experience with compound words influences their processing: An eye movement investigation with English compound words.

    Science.gov (United States)

    Juhasz, Barbara J

    2016-11-14

    Recording eye movements provides information on the time-course of word recognition during reading. Juhasz and Rayner [Juhasz, B. J., & Rayner, K. (2003). Investigating the effects of a set of intercorrelated variables on eye fixation durations in reading. Journal of Experimental Psychology: Learning, Memory and Cognition, 29, 1312-1318] examined the impact of five word recognition variables, including familiarity and age-of-acquisition (AoA), on fixation durations. All variables impacted fixation durations, but the time-course differed. However, the study focused on relatively short, morphologically simple words. Eye movements are also informative for examining the processing of morphologically complex words such as compound words. The present study further examined the time-course of lexical and semantic variables during morphological processing. A total of 120 English compound words that varied in familiarity, AoA, semantic transparency, lexeme meaning dominance, sensory experience rating (SER), and imageability were selected. The impact of these variables on fixation durations was examined when length, word frequency, and lexeme frequencies were controlled in a regression model. The most robust effects were found for familiarity and AoA, indicating that a reader's experience with compound words significantly impacts compound recognition. These results provide insight into semantic processing of morphologically complex words during reading.

  3. Loose, Falling Characters and Sentences: The Persistence of the OCR Problem in Digital Repository E-Books

    Science.gov (United States)

    Kichuk, Diana

    2015-01-01

    The electronic conversion of scanned image files to readable text using optical character recognition (OCR) software and the subsequent migration of raw OCR text to e-book text file formats are key remediation or media conversion technologies used in digital repository e-book production. Despite real progress, the OCR problem of reliability and…

  4. Development of Portable Automatic Number Plate Recognition System on Android Mobile Phone

    Science.gov (United States)

    Mutholib, Abdul; Gunawan, Teddy S.; Chebil, Jalel; Kartiwi, Mira

    2013-12-01

    The Automatic Number Plate Recognition (ANPR) System has performed as the main role in various access control and security, such as: tracking of stolen vehicles, traffic violations (speed trap) and parking management system. In this paper, the portable ANPR implemented on android mobile phone is presented. The main challenges in mobile application are including higher coding efficiency, reduced computational complexity, and improved flexibility. Significance efforts are being explored to find suitable and adaptive algorithm for implementation of ANPR on mobile phone. ANPR system for mobile phone need to be optimize due to its limited CPU and memory resources, its ability for geo-tagging image captured using GPS coordinates and its ability to access online database to store the vehicle's information. In this paper, the design of portable ANPR on android mobile phone will be described as follows. First, the graphical user interface (GUI) for capturing image using built-in camera was developed to acquire vehicle plate number in Malaysia. Second, the preprocessing of raw image was done using contrast enhancement. Next, character segmentation using fixed pitch and an optical character recognition (OCR) using neural network were utilized to extract texts and numbers. Both character segmentation and OCR were using Tesseract library from Google Inc. The proposed portable ANPR algorithm was implemented and simulated using Android SDK on a computer. Based on the experimental results, the proposed system can effectively recognize the license plate number at 90.86%. The required processing time to recognize a license plate is only 2 seconds on average. The result is consider good in comparison with the results obtained from previous system that was processed in a desktop PC with the range of result from 91.59% to 98% recognition rate and 0.284 second to 1.5 seconds recognition time.

  5. Quantitative and pattern recognition analysis of five marker compounds in Raphani semen using high-performance liquid chromatography

    International Nuclear Information System (INIS)

    Jung, Yeon Woo; Lee, Joo Sang; Zhao, Bing Tian; Woo, Mi Hee; Min, Byung Sun; Kim, Jeong Ah; Eun, Rhan Woo

    2015-01-01

    A rapid and simple high-performance liquid chromatography (HPLC)-photodiode array (PDA) analytical method was developed for the quantitative analysis of Raphani Semen (RS). This method was successfully used to determine the five main phenolic compounds found in RS specimens from different production regions. The compounds included sinapine thiocyanate (1), β-d-fructofuranosyl-α-d-(6-O-sinapoyl)-glucopyranoside (2), isorhamnetin 3,4′-di-O-β-d-glucoside (3), β-d-(3-O-sinapoyl)-fructofuranosyl-α-d-(6-O-sinapoyl)-glucopyranoside (4), and β-d-(3,4-O-disinapoyl)-fructofuranosyl-α-d-(6-O-sinapoyl)-glucopyranoside (5). The marker compounds were separated using an Agilent Eclipse XDB-C18 column (5.0 µm, 150 × 4.6 mm i.d.) by gradient elution with acetonitrile/water/0.1% trifluoroacetic acid (TFA) as the mobile phase (flow rate, 1.0 mL/min). This method was fully validated with respect to linearity, precision, accuracy, stability, and robustness. The HPLC analytical method was validated to conduct a pattern recognition analysis by repeatedly analyzing 56 seed samples including 55 RS (C01–C49 and K50–K55) and 1 Brassicae Semen samples. In addition, a content standard for RS was proposed. Compounds 1 and 4 were revealed as major components in the HPLC chromatogram, and their contents ranged from 0.06 to 0.20 and 0.02 to 0.35 mg/g, respectively. These results demonstrate the successful development of an analytical method suitable for evaluating the quality and distinguishing the origin of RS. In addition, we briefly describe the crucial liquid chromatography-tandem mass spectrometry (LC-MS/MS) analytical conditions for the precise simultaneous quantification of the marker compounds

  6. Quantitative and pattern recognition analysis of five marker compounds in Raphani semen using high-performance liquid chromatography

    Energy Technology Data Exchange (ETDEWEB)

    Jung, Yeon Woo; Lee, Joo Sang; Zhao, Bing Tian; Woo, Mi Hee; Min, Byung Sun [College of Pharmacy, Drug Research and Development Center, Catholic University of Daegu, Gyeongsan (Korea, Republic of); Kim, Jeong Ah [College of Pharmacy, Research Institute of Pharmaceutical Sciences, Kyungpook National University, Daegu (Korea, Republic of); Eun, Rhan Woo [College of Pharmacy, Chosun University, Gwangju (Korea, Republic of)

    2015-09-15

    A rapid and simple high-performance liquid chromatography (HPLC)-photodiode array (PDA) analytical method was developed for the quantitative analysis of Raphani Semen (RS). This method was successfully used to determine the five main phenolic compounds found in RS specimens from different production regions. The compounds included sinapine thiocyanate (1), β-d-fructofuranosyl-α-d-(6-O-sinapoyl)-glucopyranoside (2), isorhamnetin 3,4′-di-O-β-d-glucoside (3), β-d-(3-O-sinapoyl)-fructofuranosyl-α-d-(6-O-sinapoyl)-glucopyranoside (4), and β-d-(3,4-O-disinapoyl)-fructofuranosyl-α-d-(6-O-sinapoyl)-glucopyranoside (5). The marker compounds were separated using an Agilent Eclipse XDB-C18 column (5.0 µm, 150 × 4.6 mm i.d.) by gradient elution with acetonitrile/water/0.1% trifluoroacetic acid (TFA) as the mobile phase (flow rate, 1.0 mL/min). This method was fully validated with respect to linearity, precision, accuracy, stability, and robustness. The HPLC analytical method was validated to conduct a pattern recognition analysis by repeatedly analyzing 56 seed samples including 55 RS (C01–C49 and K50–K55) and 1 Brassicae Semen samples. In addition, a content standard for RS was proposed. Compounds 1 and 4 were revealed as major components in the HPLC chromatogram, and their contents ranged from 0.06 to 0.20 and 0.02 to 0.35 mg/g, respectively. These results demonstrate the successful development of an analytical method suitable for evaluating the quality and distinguishing the origin of RS. In addition, we briefly describe the crucial liquid chromatography-tandem mass spectrometry (LC-MS/MS) analytical conditions for the precise simultaneous quantification of the marker compounds.

  7. Sequential character of low-energy ternary and quaternary nuclear fission

    Energy Technology Data Exchange (ETDEWEB)

    Kadmensky, S. G., E-mail: kadmensky@phys.vsu.ru; Bulychev, A. O. [Voronezh State University (Russian Federation)

    2016-09-15

    An analysis of low-energy true ternary (quaternary) nuclear fission leads to the conclusion that these fission modes have a sequential two-step (three-step) character such that the emission of a third particle (third and fourth particles) and the separation of fission fragments occur at distinctly different instants, in contrast to the simultaneous emergence of all fission products in the case of onestep ternary (quaternary) fission. This conclusion relies on the following arguments. First, the emission of a third particle (third and fourth particles) from a fissile nucleus is due to a nonevaporative mechanism associated with a nonadiabatic character of the collective deformation motion of this nucleus at the stages preceding its scission. Second, the axial symmetry of the deformed fissile compound nucleus and the direction of its symmetry axis both remain unchanged at all stages of ternary (quaternary) fission. This circumstancemakes it possible to explain themechanism of the appearance of observed anisotropies and T — odd asymmeries in the angular distributions of products of ternary (quaternary) nuclear fission. Third, the T —odd asymmetry discovered experimentally in ternary nuclear fission induced by cold polarized neutrons obeys the T —invariance condition only in the case of a sequential two-step (three-step) character of true ternary (quaternary) nuclear fission. At the same time, this asymmetry is not a T —invariant quantity in the case of the simultaneous emission of products of true ternary (quaternary) nuclear fission from the fissile compound nucleus.

  8. Sequential character of low-energy ternary and quaternary nuclear fission

    International Nuclear Information System (INIS)

    Kadmensky, S. G.; Bulychev, A. O.

    2016-01-01

    An analysis of low-energy true ternary (quaternary) nuclear fission leads to the conclusion that these fission modes have a sequential two-step (three-step) character such that the emission of a third particle (third and fourth particles) and the separation of fission fragments occur at distinctly different instants, in contrast to the simultaneous emergence of all fission products in the case of onestep ternary (quaternary) fission. This conclusion relies on the following arguments. First, the emission of a third particle (third and fourth particles) from a fissile nucleus is due to a nonevaporative mechanism associated with a nonadiabatic character of the collective deformation motion of this nucleus at the stages preceding its scission. Second, the axial symmetry of the deformed fissile compound nucleus and the direction of its symmetry axis both remain unchanged at all stages of ternary (quaternary) fission. This circumstancemakes it possible to explain themechanism of the appearance of observed anisotropies and T — odd asymmeries in the angular distributions of products of ternary (quaternary) nuclear fission. Third, the T —odd asymmetry discovered experimentally in ternary nuclear fission induced by cold polarized neutrons obeys the T —invariance condition only in the case of a sequential two-step (three-step) character of true ternary (quaternary) nuclear fission. At the same time, this asymmetry is not a T —invariant quantity in the case of the simultaneous emission of products of true ternary (quaternary) nuclear fission from the fissile compound nucleus.

  9. Automatic Recognition of Chinese Personal Name Using Conditional Random Fields and Knowledge Base

    Directory of Open Access Journals (Sweden)

    Chuan Gu

    2015-01-01

    Full Text Available According to the features of Chinese personal name, we present an approach for Chinese personal name recognition based on conditional random fields (CRF and knowledge base in this paper. The method builds multiple features of CRF model by adopting Chinese character as processing unit, selects useful features based on selection algorithm of knowledge base and incremental feature template, and finally implements the automatic recognition of Chinese personal name from Chinese document. The experimental results on open real corpus demonstrated the effectiveness of our method and obtained high accuracy rate and high recall rate of recognition.

  10. Page Recognition: Quantum Leap In Recognition Technology

    Science.gov (United States)

    Miller, Larry

    1989-07-01

    No milestone has proven as elusive as the always-approaching "year of the LAN," but the "year of the scanner" might claim the silver medal. Desktop scanners have been around almost as long as personal computers. And everyone thinks they are used for obvious desktop-publishing and business tasks like scanning business documents, magazine articles and other pages, and translating those words into files your computer understands. But, until now, the reality fell far short of the promise. Because it's true that scanners deliver an accurate image of the page to your computer, but the software to recognize this text has been woefully disappointing. Old optical-character recognition (OCR) software recognized such a limited range of pages as to be virtually useless to real users. (For example, one OCR vendor specified 12-point Courier font from an IBM Selectric typewriter: the same font in 10-point, or from a Diablo printer, was unrecognizable!) Computer dealers have told me the chasm between OCR expectations and reality is so broad and deep that nine out of ten prospects leave their stores in disgust when they learn the limitations. And this is a very important, very unfortunate gap. Because the promise of recognition -- what people want it to do -- carries with it tremendous improvements in our productivity and ability to get tons of written documents into our computers where we can do real work with it. The good news is that a revolutionary new development effort has led to the new technology of "page recognition," which actually does deliver the promise we've always wanted from OCR. I'm sure every reader appreciates the breakthrough represented by the laser printer and page-makeup software, a combination so powerful it created new reasons for buying a computer. A similar breakthrough is happening right now in page recognition: the Macintosh (and, I must admit, other personal computers) equipped with a moderately priced scanner and OmniPage software (from Caere

  11. Recognition and cinema: new ways of approaching

    Directory of Open Access Journals (Sweden)

    José Luis GARCÍA MARTÍNEZ

    2016-09-01

    Full Text Available Along the following lines we propose the use of films for educational purposes. Our main argument, based on philosophical grounds, shows the use of film format to emphasize and understand people’s motivations and actions. The reflections brought about by empathy with the characters are the first step in the approach of the topic of recognition, a term that in the medical framework involves taking into account the various aspects of inter-human relationships. Recognition of “the other” as he/she stands, implies addressing differences and providing a better doctor-patient relationship. The analysis of several films might encourage the acknowledgement of recognition as one of the key concepts to understand our ways of relating within plural societies with different lifestyles and different outlooks on the world. We believe that the effort made in dealing with such topics results in greater closeness to the patient and, therefore, better care.

  12. Confirmation of 1-Phenylethane-1-thiol as the Character Impact Aroma Compound in Curry Leaves and Its Behavior during Tissue Disruption, Drying, and Frying.

    Science.gov (United States)

    Steinhaus, Martin

    2017-03-15

    The most odor-active compounds previously identified by application of an aroma extract dilution analysis were quantitated in freshly picked curry leaves, either by stable isotope dilution assays in combination with GC-GC-MS or by GC-FID after simultaneous extraction/fractionation. Odor activity values (OAVs) were calculated as ratios of concentrations to odor threshold values. The topmost OAVs were obtained for (3Z)-hex-3-enal (grassy; OAV 180 000), (1S)-1-phenylethane-1-thiol (sulfury, burnt; OAV 150 000), (1R)-1-phenylethane-1-thiol (sulfury, burnt; OAV 120 000), (3R)-linalool (citrusy; OAV 58 000), and myrcene (geranium leaf-like; OAV 23 000). The high OAVs calculated for its enantiomers confirmed 1-phenylethane-1-thiol as character impact compound of the typical sulfury and burnt aroma of curry leaves. The 1-phenylethane-1-thiol concentration in curry leaves decreased upon tissue disruption and drying, as well as upon frying of fresh leaves. By contrast, frying of dried leaves led to an increase of 1-phenylethane-1-thiol, indicating a yet unknown thermolabile precursor.

  13. Character animation fundamentals developing skills for 2D and 3D character animation

    CERN Document Server

    Roberts, Steve

    2012-01-01

    Expand your animation toolkit and remain competitive in the industry with this leading resource for 2D and 3D character animation techniques. Apply the industry's best practices to your own workflows and develop 2D, 3D and hybrid characters with ease. With side by side comparisons of 2D and 3D character design, improve your character animation and master traditional principles and processes including weight and balance, timing and walks. Develop characters inspired by humans, birds, fish, snakes and four legged animals. Breathe life into your character and develop a characters personality w

  14. Rapid extraction of lexical tone phonology in Chinese characters: a visual mismatch negativity study.

    Directory of Open Access Journals (Sweden)

    Xiao-Dong Wang

    Full Text Available BACKGROUND: In alphabetic languages, emerging evidence from behavioral and neuroimaging studies shows the rapid and automatic activation of phonological information in visual word recognition. In the mapping from orthography to phonology, unlike most alphabetic languages in which there is a natural correspondence between the visual and phonological forms, in logographic Chinese, the mapping between visual and phonological forms is rather arbitrary and depends on learning and experience. The issue of whether the phonological information is rapidly and automatically extracted in Chinese characters by the brain has not yet been thoroughly addressed. METHODOLOGY/PRINCIPAL FINDINGS: We continuously presented Chinese characters differing in orthography and meaning to adult native Mandarin Chinese speakers to construct a constant varying visual stream. In the stream, most stimuli were homophones of Chinese characters: The phonological features embedded in these visual characters were the same, including consonants, vowels and the lexical tone. Occasionally, the rule of phonology was randomly violated by characters whose phonological features differed in the lexical tone. CONCLUSIONS/SIGNIFICANCE: We showed that the violation of the lexical tone phonology evoked an early, robust visual response, as revealed by whole-head electrical recordings of the visual mismatch negativity (vMMN, indicating the rapid extraction of phonological information embedded in Chinese characters. Source analysis revealed that the vMMN was involved in neural activations of the visual cortex, suggesting that the visual sensory memory is sensitive to phonological information embedded in visual words at an early processing stage.

  15. Rapid extraction of lexical tone phonology in Chinese characters: a visual mismatch negativity study.

    Science.gov (United States)

    Wang, Xiao-Dong; Liu, A-Ping; Wu, Yin-Yuan; Wang, Peng

    2013-01-01

    In alphabetic languages, emerging evidence from behavioral and neuroimaging studies shows the rapid and automatic activation of phonological information in visual word recognition. In the mapping from orthography to phonology, unlike most alphabetic languages in which there is a natural correspondence between the visual and phonological forms, in logographic Chinese, the mapping between visual and phonological forms is rather arbitrary and depends on learning and experience. The issue of whether the phonological information is rapidly and automatically extracted in Chinese characters by the brain has not yet been thoroughly addressed. We continuously presented Chinese characters differing in orthography and meaning to adult native Mandarin Chinese speakers to construct a constant varying visual stream. In the stream, most stimuli were homophones of Chinese characters: The phonological features embedded in these visual characters were the same, including consonants, vowels and the lexical tone. Occasionally, the rule of phonology was randomly violated by characters whose phonological features differed in the lexical tone. We showed that the violation of the lexical tone phonology evoked an early, robust visual response, as revealed by whole-head electrical recordings of the visual mismatch negativity (vMMN), indicating the rapid extraction of phonological information embedded in Chinese characters. Source analysis revealed that the vMMN was involved in neural activations of the visual cortex, suggesting that the visual sensory memory is sensitive to phonological information embedded in visual words at an early processing stage.

  16. The development and discussion of computerized visual perception assessment tool for Chinese characters structures - Concurrent estimation of the overall ability and the domain ability in item response theory approach.

    Science.gov (United States)

    Wu, Huey-Min; Lin, Chin-Kai; Yang, Yu-Mao; Kuo, Bor-Chen

    2014-11-12

    Visual perception is the fundamental skill required for a child to recognize words, and to read and write. There was no visual perception assessment tool developed for preschool children based on Chinese characters in Taiwan. The purposes were to develop the computerized visual perception assessment tool for Chinese Characters Structures and to explore the psychometrical characteristic of assessment tool. This study adopted purposive sampling. The study evaluated 551 kindergarten-age children (293 boys, 258 girls) ranging from 46 to 81 months of age. The test instrument used in this study consisted of three subtests and 58 items, including tests of basic strokes, single-component characters, and compound characters. Based on the results of model fit analysis, the higher-order item response theory was used to estimate the performance in visual perception, basic strokes, single-component characters, and compound characters simultaneously. Analyses of variance were used to detect significant difference in age groups and gender groups. The difficulty of identifying items in a visual perception test ranged from -2 to 1. The visual perception ability of 4- to 6-year-old children ranged from -1.66 to 2.19. Gender did not have significant effects on performance. However, there were significant differences among the different age groups. The performance of 6-year-olds was better than that of 5-year-olds, which was better than that of 4-year-olds. This study obtained detailed diagnostic scores by using a higher-order item response theory model to understand the visual perception of basic strokes, single-component characters, and compound characters. Further statistical analysis showed that, for basic strokes and compound characters, girls performed better than did boys; there also were differences within each age group. For single-component characters, there was no difference in performance between boys and girls. However, again the performance of 6-year-olds was better than

  17. Neural network application for thermal image recognition of low-resolution objects

    Science.gov (United States)

    Fang, Yi-Chin; Wu, Bo-Wen

    2007-02-01

    In the ever-changing situation on a battle field, accurate recognition of a distant object is critical to a commander's decision-making and the general public's safety. Efficiently distinguishing between an enemy's armoured vehicles and ordinary civilian houses under all weather conditions has become an important research topic. This study presents a system for recognizing an armoured vehicle by distinguishing marks and contours. The characteristics of 12 different shapes and 12 characters are used to explore thermal image recognition under the circumstance of long distance and low resolution. Although the recognition capability of human eyes is superior to that of artificial intelligence under normal conditions, it tends to deteriorate substantially under long-distance and low-resolution scenarios. This study presents an effective method for choosing features and processing images. The artificial neural network technique is applied to further improve the probability of accurate recognition well beyond the limit of the recognition capability of human eyes.

  18. A Preliminary study on the Biased Attention and Interpretation in the Recognition of Face-body Compound of the Individuals with Social Anxiety

    Directory of Open Access Journals (Sweden)

    Dong-Hyun eKim

    2016-03-01

    Full Text Available The present study aimed to investigate the processes through which individuals with social anxiety attend to and interpret compound emotional expressions of the face and body. Incongruent face-body compound images that combined an angry face (or body with a fearful, sad, or happy body (or face were presented to a social anxiety group (SA; n=22 and a healthy control group (HC; n=22. The participants were instructed to interpret the emotional state of the image, and their eye-movements and behavioral responses were measured. The results revealed that both group showed longer scanpath length during the recognition of compound images which combined angry face with angry, fearful, sadness, or happy body. The SA group also showed longer scanpath length in congruent face-body compound images of fear and sad. Additionally, the SA group fixated for a shorter period of time on the face and longer on the body than the HC group. Regarding emotion interpretation, the SA group was more likely to interpret the emotional state of incongruent face-body compound images based on the body than the HC group. These findings provide a preliminary observation that individuals with social anxiety showed different attentional bias pattern by congruency of face-body compound images and that it might have biased their interpretations of the emotional states.

  19. Chinese handwriting recognition an algorithmic perspective

    CERN Document Server

    Su, Tonghua

    2013-01-01

    This book provides an algorithmic perspective on the recent development of Chinese handwriting recognition. Two technically sound strategies, the segmentation-free and integrated segmentation-recognition strategy, are investigated and algorithms that have worked well in practice are primarily focused on. Baseline systems are initially presented for these strategies and are subsequently expanded on and incrementally improved. The sophisticated algorithms covered include: 1) string sample expansion algorithms which synthesize string samples from isolated characters or distort realistic string samples; 2) enhanced feature representation algorithms, e.g. enhanced four-plane features and Delta features; 3) novel learning algorithms, such as Perceptron learning with dynamic margin, MPE training and distributed training; and lastly 4) ensemble algorithms, that is, combining the two strategies using both parallel structure and serial structure. All the while, the book moves from basic to advanced algorithms, helping ...

  20. Object Attention Patches for Text Detection and Recognition in Scene Images using SIFT

    NARCIS (Netherlands)

    Sriman, Bowornrat; Schomaker, Lambertus; De Marsico, Maria; Figueiredo, Mário; Fred, Ana

    2015-01-01

    Natural urban scene images contain many problems for character recognition such as luminance noise, varying font styles or cluttered backgrounds. Detecting and recognizing text in a natural scene is a difficult problem. Several techniques have been proposed to overcome these problems. These are,

  1. Recognition properties of receptors consisting of imidazole and indole recognition units towards carbohydrates

    Directory of Open Access Journals (Sweden)

    Monika Mazik

    2010-02-01

    Full Text Available Compounds 4 and 5, including both 4(5-substituted imidazole or 3-substituted indole units as the entities used in nature, and 2-aminopyridine group as a heterocyclic analogue of the asparagine/glutamine primary amide side chain, were prepared and their binding properties towards carbohydrates were studied. The design of these receptors was inspired by the binding motifs observed in the crystal structures of protein–carbohydrate complexes. 1H NMR spectroscopic titrations in competitive and non-competitive media as well as binding studies in two-phase systems, such as dissolution of solid carbohydrates in apolar media, revealed both highly effective recognition of neutral carbohydrates and interesting binding preferences of these acyclic compounds. Compared to the previously described acyclic receptors, compounds 4 and 5 showed significantly increased binding affinity towards β-galactoside. Both receptors display high β- vs. α-anomer binding preferences in the recognition of glycosides. It has been shown that both hydrogen bonding and interactions of the carbohydrate CH units with the aromatic rings of the receptors contribute to the stabilization of the receptor–carbohydrate complexes. The molecular modeling calculations, synthesis and binding properties of 4 and 5 towards selected carbohydrates are described and compared with those of the previously described receptors.

  2. Multi-digit handwritten sindhi numerals recognition using som neural network

    International Nuclear Information System (INIS)

    Chandio, A.A.; Jalbani, A.H.; Awan, S.A.

    2017-01-01

    In this research paper a multi-digit Sindhi handwritten numerals recognition system using SOM Neural Network is presented. Handwritten digits recognition is one of the challenging tasks and a lot of research is being carried out since many years. A remarkable work has been done for recognition of isolated handwritten characters as well as digits in many languages like English, Arabic, Devanagari, Chinese, Urdu and Pashto. However, the literature reviewed does not show any remarkable work done for Sindhi numerals recognition. The recognition of Sindhi digits is a difficult task due to the various writing styles and different font sizes. Therefore, SOM (Self-Organizing Map), a NN (Neural Network) method is used which can recognize digits with various writing styles and different font sizes. Only one sample is required to train the network for each pair of multi-digit numerals. A database consisting of 4000 samples of multi-digits consisting only two digits from 10-50 and other matching numerals have been collected by 50 users and the experimental results of proposed method show that an accuracy of 86.89% is achieved. (author)

  3. Research on the selection of innovation compound using Possibility Construction Space Theory and fuzzy pattern recognition

    Science.gov (United States)

    Xie, Songhua; Li, Dehua; Nie, Hui

    2009-10-01

    There are a large number of fuzzy concepts and fuzzy phenomena in traditional Chinese medicine, which have led to great difficulties for study of traditional Chinese medicine. In this paper, the mathematical methods are used to quantify fuzzy concepts of drugs and prescription. We put forward the process of innovation formulations and selection method in Chinese medicine based on the Possibility Construction Space Theory (PCST) and fuzzy pattern recognition. Experimental results show that the method of selecting medicines from a number of characteristics of traditional Chinese medicine is consistent with the basic theory of traditional Chinese medicine. The results also reflect the integrated effects of the innovation compound. Through the use of the innovation formulations system, we expect to provide software tools for developing new traditional Chinese medicine and to inspire traditional Chinese medicine researchers to develop novel drugs.

  4. 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

  5. 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

  6. Visual Recognition and Its Application to Robot Arm Control

    Directory of Open Access Journals (Sweden)

    Jih-Gau Juang

    2015-10-01

    Full Text Available This paper presents an application of optical word recognition and fuzzy control to a smartphone automatic test system. The system consists of a robot arm and two webcams. After the words from the control panel that represent commands are recognized by the robot system, the robot arm performs the corresponding actions to test the smartphone. One of the webcams is utilized to capture commands on the screen of the control panel, the other to recognize the words on the screen of the tested smartphone. The method of image processing is based on the Red-Green-Blue (RGB and Hue-Saturation-Luminance (HSL color spaces to reduce the influence of light. Fuzzy theory is used in the robot arm’s position control. The Optical Character Recognition (OCR technique is applied to the word recognition, and the recognition results are then checked by a dictionary process to increase the recognition accuracy. The camera which is used to recognize the tested smartphone also provides object coordinates to the fuzzy controller, then the robot arm moves to the desired positions and presses the desired buttons. The proposed control scheme allows the robot arm to perform different assigned test functions successfully.

  7. An artificial odor recognition system is developed for discriminating odors

    Directory of Open Access Journals (Sweden)

    Wisnu Jatmiko

    2002-12-01

    Full Text Available This artificial system consisted of 16 quartz resonator crystals as the sensor array, a frequency modulator and a frequency counter for each sensor that are connected directly to a microcomputer. We have already shown that the artificial odor recognition system with 4 sensors is high enough to discriminate simple odor correctly, however, when it was used to discriminate compound odors, the recognition capability of this system is dropped significantly to be about 40%. Results of experiments show that the developed artificial system with 16 sensors could discriminate compound aroma based on 6 gradient of alcohol concentrations with high recognition rate of 89.9% for non batch processing system, and 82.4% for batch processing of the classes of odors.

  8. Is Syntactic-Category Processing Obligatory in Visual Word Recognition? Evidence from Chinese

    Science.gov (United States)

    Wong, Andus Wing-Kuen; Chen, Hsuan-Chih

    2012-01-01

    Three experiments were conducted to investigate how syntactic-category and semantic information is processed in visual word recognition. The stimuli were two-character Chinese words in which semantic and syntactic-category ambiguities were factorially manipulated. A lexical decision task was employed in Experiment 1, whereas a semantic relatedness…

  9. Invention and validation of an automated camera system that uses optical character recognition to identify patient name mislabeled samples.

    Science.gov (United States)

    Hawker, Charles D; McCarthy, William; Cleveland, David; Messinger, Bonnie L

    2014-03-01

    Mislabeled samples are a serious problem in most clinical laboratories. Published error rates range from 0.39/1000 to as high as 1.12%. Standardization of bar codes and label formats has not yet achieved the needed improvement. The mislabel rate in our laboratory, although low compared with published rates, prompted us to seek a solution to achieve zero errors. To reduce or eliminate our mislabeled samples, we invented an automated device using 4 cameras to photograph the outside of a sample tube. The system uses optical character recognition (OCR) to look for discrepancies between the patient name in our laboratory information system (LIS) vs the patient name on the customer label. All discrepancies detected by the system's software then require human inspection. The system was installed on our automated track and validated with production samples. We obtained 1 009 830 images during the validation period, and every image was reviewed. OCR passed approximately 75% of the samples, and no mislabeled samples were passed. The 25% failed by the system included 121 samples actually mislabeled by patient name and 148 samples with spelling discrepancies between the patient name on the customer label and the patient name in our LIS. Only 71 of the 121 mislabeled samples detected by OCR were found through our normal quality assurance process. We have invented an automated camera system that uses OCR technology to identify potential mislabeled samples. We have validated this system using samples transported on our automated track. Full implementation of this technology offers the possibility of zero mislabeled samples in the preanalytic stage.

  10. A semantics of love: Brief notes on desire and recognition in Georges Bataille

    Directory of Open Access Journals (Sweden)

    Herivelto Pereira de Souza

    2013-06-01

    Full Text Available According to the Hegelian scheme re-proposed by Honneth, the first pattern of intersubjective recognition, still below the juridical mediation, is the sphere of interactions marked by affective bonds, or love. It is considered a first stage mostly because recognition is rooted in the partners' mutual dependency as needy creatures, which demand care and the emotional approval that follows it. In this sense, a constitutional lacking emerges as the fundamental character of the most primitive kinds of interaction embedded in social norms. And that is important inasmuch the other stages of recognitive practices depend on this first one, in which subjects acquire capacities for rational and moral reasoning and action in the public sphere. However, one could question to what extent the same normative structure can be taking as underlying every loving relationship, as oriented by an affirmation of the subject's independence, while presupposing involuntary feelings of liking and attraction. After all, if the aspirations of reciprocal recognition in this realm are intrinsically related to very concrete features, why taking child caring, friendship and sexual encounter as referred to the same set of recognition patterns? If Honneth's recourse to psychoanalytic theory makes it clear why in all these kinds of interaction is to be found erotic contents of libidinal character, on the other hand one gets no clue on why the very different forms of satisfaction of the drives do not come into consideration. At this point it seems important to recall Georges Bataille's account of sexuality to think not only about the limits of recognition, but also its dialectical structure. The central notion of transgression helps understand why the normative grounds of intersubjective acknowledgment regarding at least some love relationships require a sort of suspension which is not the mere suppression of their validity: the violence that resides at the core of such erotic

  11. Recognition Number of The Vehicle Plate Using Otsu Method and K-Nearest Neighbour Classification

    Directory of Open Access Journals (Sweden)

    Maulidia Rahmah Hidayah

    2017-05-01

    Full Text Available The current topic that is interesting as a solution of the impact of public service improvement toward vehicle is License Plate Recognition (LPR, but it still needs to develop the research of LPR method. Some of the previous researchs showed that K-Nearest Neighbour (KNN succeed in car license plate recognition. The Objectives of this research was to determine the implementation and accuracy of Otsu Method toward license plate recognition. The method of this research was Otsu method to extract the characteristics and image of the plate into binary image and KNN as recognition classification method of each character. The development of the license plate recognition program by using Otsu method and classification of KNN is following the steps of pattern recognition, such as input and sensing, pre-processing, extraction feature Otsu method binary, segmentation, KNN classification method and post-processing by calculating the level of accuracy. The study showed that this program can recognize by 82% from 100 test plate with 93,75% of number recognition accuracy and 91,92% of letter recognition accuracy. 

  12. A Horizontal Tilt Correction Method for Ship License Numbers Recognition

    Science.gov (United States)

    Liu, Baolong; Zhang, Sanyuan; Hong, Zhenjie; Ye, Xiuzi

    2018-02-01

    An automatic ship license numbers (SLNs) recognition system plays a significant role in intelligent waterway transportation systems since it can be used to identify ships by recognizing the characters in SLNs. Tilt occurs frequently in many SLNs because the monitors and the ships usually have great vertical or horizontal angles, which decreases the accuracy and robustness of a SLNs recognition system significantly. In this paper, we present a horizontal tilt correction method for SLNs. For an input tilt SLN image, the proposed method accomplishes the correction task through three main steps. First, a MSER-based characters’ center-points computation algorithm is designed to compute the accurate center-points of the characters contained in the input SLN image. Second, a L 1- L 2 distance-based straight line is fitted to the computed center-points using M-estimator algorithm. The tilt angle is estimated at this stage. Finally, based on the computed tilt angle, an affine transformation rotation is conducted to rotate and to correct the input SLN horizontally. At last, the proposed method is tested on 200 tilt SLN images, the proposed method is proved to be effective with a tilt correction rate of 80.5%.

  13. Neighborhood Frequency Effect in Chinese Word Recognition: Evidence from Naming and Lexical Decision

    Science.gov (United States)

    Li, Meng-Feng; Gao, Xin-Yu; Chou, Tai-Li; Wu, Jei-Tun

    2017-01-01

    Neighborhood frequency is a crucial variable to know the nature of word recognition. Different from alphabetic scripts, neighborhood frequency in Chinese is usually confounded by component character frequency and neighborhood size. Three experiments were designed to explore the role of the neighborhood frequency effect in Chinese and the stimuli…

  14. Actor/Character Dualism

    DEFF Research Database (Denmark)

    Riis, Johannes

    2012-01-01

    Our perception of agency may be inherently fallible, and this may explain not only our general awareness of actors when engaged in fictional characters but also the specific case of paradoxical characters...

  15. IDENTIFIKASI CHARACTER IMPACT ODORANTS BUAH KAWISTA (Feronia Limonia [Identification of Character Impact Odorants of Wood Apple Fruit (Feronia Limonia

    Directory of Open Access Journals (Sweden)

    Anton Apriyantono1

    2004-04-01

    Full Text Available The volatiles of the kawista fruit (wood apple were analyzed by gas chromatography (GC and a combined gas chromatography-mass spectrometer (GC-MS. Character impact odorants of the fruits were systematically characterized by aroma extract dilution analysis (AEDA with GC-Olfactometry (GC-O. A total of 75 compounds were identified, including 28 esters, 11 alcohols, 10 aldehydes, 1 acetal, 10 ketones, 4 lactones, 1 heterocyclic, 4 aliphatic hydrocarbons, 1 furan and 5 acids. However, only 44 volatiles were detected by GC-O. Among these, compounds with the most impact were ethyl butyrate (fruity, sweet, banan-likeand methyl butyrate (fruit, sour with a flavor dilution factor of 256 and 64, respectively. Based on AEDA results, butyric acid, 3-mathyl valeric acid, 1-octen-3-ol, pentyl isobutyrate, 2-ethyl hexanoic acid, ethyl octanoate, gamma-decalactone, 2,3-pentanedione, 3-octanone, 5-methyl-3-heptanone, 9-methyl-5-undecene and (E-2-hexenyl butyrate seem to contribute to kawista fruit flavor

  16. Recognition in Programmes for Children with Special Needs

    Directory of Open Access Journals (Sweden)

    Marjeta Šmid

    2016-09-01

    Full Text Available The purpose of this article is to examine the factors that affect the inclusion of pupils in programmes for children with special needs from the perspective of the theory of recognition. The concept of recognition, which includes three aspects of social justice (economic, cultural and political, argues that the institutional arrangements that prevent ‘parity of participation’ in the school social life of the children with special needs are affected not only by economic distribution but also by the patterns of cultural values. A review of the literature shows that the arrangements of education of children with special needs are influenced primarily by the patterns of cultural values of capability and inferiority, as well as stereotypical images of children with special needs. Due to the significant emphasis on learning skills for academic knowledge and grades, less attention is dedicated to factors of recognition and representational character, making it impossible to improve some meaningful elements of inclusion. Any participation of pupils in activities, the voices of the children, visibility of the children due to achievements and the problems of arbitrariness in determining boundaries between programmes are some such elements. Moreover, aided by theories, the actions that could contribute to better inclusion are reviewed. An effective approach to changes would be the creation of transformative conditions for the recognition and balancing of redistribution, recognition, and representation.

  17. Research on Recognition and Evaluation of Traffic Guide Sign

    OpenAIRE

    Li Yuan; Ming-jie Cai; Tang-yi Guo; Yu Jiang

    2015-01-01

    Traffic guide signs are effective only when they are clearly recognized by drivers. Three experiments were conducted in this study. In the first, the influence factors of guide sign recognition were studied. This study investigated 11 main factors with a convenience sample of drivers from Nanjing city in China. Weights of different influence factors were obtained through analytic hierarchy process (AHP). The results showed that the setting position, occlusion degree, and character size of gui...

  18. Core-level XPS studies of Ce and La intermetallic compounds and their implications for the 4f levels of Ce compounds

    International Nuclear Information System (INIS)

    Freiburg, C.; Fuggle, J.C.; Hillebrecht, F.U.; Zolnierek, Z.; Laesser, R.

    1983-01-01

    The 3d core hole X-ray photoelectron spectra (XPS) of approximately 30 intermetallic compounds of La and Ce are reported. Transitions to final states with approximately f 0 , f 1 and f 2 character are observed in some Ce compounds (f 0 and f 1 for La compounds). The results are discussed in terms of the current ideas of the influence of f-counts and f-levels hybridization on core level lineshapes. We cannot find an explanatoin of the observed spectra consisted with the ''promotial model'' where the 4f-count varies and 4f electron was thought to be entirely promoted to the Ce 5d6s valence bands in some compounds. There may be some small charge transfer from the f level, however. In conjunction with ideas on screening processes in XPS the observed lineshapes suggest coupling of the 4f electrons to other states is strongest in those compounds previously thought to have f 0 character. This coupling increases despite a large increase in the Ce-Ce distance when Ce is diluted with Ni or Pd. Thus it cannot be due to direct f-f interaction and must be attributed to coupling with the other valence electrons; possibly those centred on the partner sites. (orig./EZ) [de

  19. Believable Characters

    Science.gov (United States)

    El-Nasr, Magy Seif; Bishko, Leslie; Zammitto, Veronica; Nixon, Michael; Vasiliakos, Athanasios V.; Wei, Huaxin

    The interactive entertainment industry is one of the fastest growing industries in the world. In 1996, the U.S. entertainment software industry reported 2.6 billion in sales revenue, this figure has more than tripled in 2007 yielding 9.5 billion in revenues [1]. In addition, gamers, the target market for interactive entertainment products, are now reaching beyond the traditional 8-34 year old male to include women, Hispanics, and African Americans [2]. This trend has been observed in several markets, including Japan, China, Korea, and India, who has just published their first international AAA title (defined as high quality games with high budget), a 3D third person action game: Ghajini - The Game [3]. The topic of believable characters is becoming a central issue when designing and developing games for today's game industry. While narrative and character were considered secondary to game mechanics, games are currently evolving to integrate characters, narrative, and drama as part of their design. One can see this pattern through the emergence of games like Assassin's Creed (published by Ubisoft 2008), Hotel Dusk (published by Nintendo 2007), and Prince of Persia series (published by Ubisoft), which emphasized character and narrative as part of their design.

  20. Prediction of intermetallic compounds

    International Nuclear Information System (INIS)

    Burkhanov, Gennady S; Kiselyova, N N

    2009-01-01

    The problems of predicting not yet synthesized intermetallic compounds are discussed. It is noted that the use of classical physicochemical analysis in the study of multicomponent metallic systems is faced with the complexity of presenting multidimensional phase diagrams. One way of predicting new intermetallics with specified properties is the use of modern processing technology with application of teaching of image recognition by the computer. The algorithms used most often in these methods are briefly considered and the efficiency of their use for predicting new compounds is demonstrated.

  1. Blending of heritable recognition cues among ant nestmates creates distinct colony gestalt odours but prevents within-colony nepotism

    DEFF Research Database (Denmark)

    van Zweden, Jelle Stijn; Brask, Josefine B.; Christensen, Jan H.

    2010-01-01

    members to create a Gestalt odour. Although earlier studies have established that hydrocarbon profiles are influenced by heritable factors, transfer among nestmates and additional environmental factors, no studies have quantified these relative contributions for separate compounds. Here, we use the ant...... discrimination or as nestmate recognition cues. These results indicate that heritable compounds are suitable for establishing a genetic Gestalt for efficient nestmate recognition, but that recognition cues within colonies are insufficiently distinct to allow nepotistic kin discrimination....

  2. Automatic Recognition Method for Optical Measuring Instruments Based on Machine Vision

    Institute of Scientific and Technical Information of China (English)

    SONG Le; LIN Yuchi; HAO Liguo

    2008-01-01

    Based on a comprehensive study of various algorithms, the automatic recognition of traditional ocular optical measuring instruments is realized. Taking a universal tools microscope (UTM) lens view image as an example, a 2-layer automatic recognition model for data reading is established after adopting a series of pre-processing algorithms. This model is an optimal combination of the correlation-based template matching method and a concurrent back propagation (BP) neural network. Multiple complementary feature extraction is used in generating the eigenvectors of the concurrent network. In order to improve fault-tolerance capacity, rotation invariant features based on Zernike moments are extracted from digit characters and a 4-dimensional group of the outline features is also obtained. Moreover, the operating time and reading accuracy can be adjusted dynamically by setting the threshold value. The experimental result indicates that the newly developed algorithm has optimal recognition precision and working speed. The average reading ratio can achieve 97.23%. The recognition method can automatically obtain the results of optical measuring instruments rapidly and stably without modifying their original structure, which meets the application requirements.

  3. Developing Character and Values for Global Citizens: Analysis of pre-service science teachers' moral reasoning on socioscientific issues

    Science.gov (United States)

    Lee, Hyunju; Chang, Hyunsook; Choi, Kyunghee; Kim, Sung-Won; Zeidler, Dana L.

    2012-04-01

    Character and values are the essential driving forces that serve as general guides or points of reference for individuals to support decision-making and to act responsibly about global socioscientific issues (SSIs). Based on this assumption, we investigated to what extent pre-service science teachers (PSTs) of South Korea possess character and values as global citizens; these values include ecological worldview, socioscientific accountability, and social and moral compassion. Eighteen PSTs participated in the SSI programs focusing on developing character and values through dialogical and reflective processes. SSIs were centered on the use of nuclear power generation, climate change, and embryonic stem cell research. The results indicated that PSTs showed three key elements of character and values, but failed to apply consistent moral principles on the issues and demonstrated limited global perspectives. While they tended to approach the issues with emotion and sympathy, they nonetheless failed to perceive themselves as major moral agents who are able to actively resolve large-scale societal issues. This study also suggests that the SSI programs can facilitate socioscientific reasoning to include abilities such as recognition of the complexity of SSIs, examine issues from multiple perspectives, and exhibit skepticism about information.

  4. Knowing Chinese character grammar.

    Science.gov (United States)

    Myers, James

    2016-02-01

    Chinese character structure has often been described as representing a kind of grammar, but the notion of character grammar has hardly been explored. Patterns in character element reduplication are particularly grammar-like, displaying discrete combinatoriality, binarity, phonology-like final prominence, and potentially the need for symbolic rules (X→XX). To test knowledge of these patterns, Chinese readers were asked to judge the acceptability of fake characters varying both in grammaticality (obeying or violating reduplication constraints) and in lexicality (of the reduplicative configurations). While lexical knowledge was important (lexicality improved acceptability and grammatical configurations were accepted more quickly when also lexical), grammatical knowledge was important as well, with grammaticality improving acceptability equally for lexical and nonlexical configurations. Acceptability was also higher for more frequent reduplicative elements, suggesting that the reduplicative configurations were decomposed. Chinese characters present an as-yet untapped resource for exploring fundamental questions about the nature of the human capacity for grammar. Copyright © 2015 Elsevier B.V. All rights reserved.

  5. Character Apps for Children's Snacks: Effects of Character Awareness on Snack Selection and Consumption Patterns.

    Science.gov (United States)

    Putnam, Marisa M; Cotto, Caroline E; Calvert, Sandra L

    2018-04-01

    Media characters are used to market snacks that are typically of poor nutritional value, which has been linked to childhood obesity. This study examines whether children's snack selections and consumption patterns are influenced by an app depicting a popular children's media character, as well as the role that children's awareness of the character plays. The results can increase our understanding of how to encourage healthier snack selection and consumption in newer game-based marketing venues, such as apps. Four- and 5-year-old children (N = 132) played a bowling game on an iPad with no character or with a character holding either healthier or unhealthy snacks. After app-play, children selected and consumed healthier or unhealthy snacks. Children's awareness of the character was measured by children's verbalizations of the character's name during or after app-play. An ordered logistic regression found no significant effect of treatment conditions compared with the control group. Within treatment conditions, awareness of the character led to selection and consumption of more healthy snacks in the healthier condition (odds ratio β = 10.340, P = 0.008), and of unhealthy snacks in the unhealthy condition (odds ratio β = 0.228, P = 0.033), but children were unaware that the character influenced their decisions. Results suggest that young children will choose and consume healthier, not just unhealthy, products when they are aware that a popular character in an app is associated with the snack, potentially leading to healthier eating patterns.

  6. A Missing Piece of the Contemporary Character Education Puzzle: The Individualisation of Moral Character

    Science.gov (United States)

    Chen, Yi-Lin

    2013-01-01

    The different sorts of virtuous people who display various virtues to a remarkable degree have brought the issue of individualisation of moral character to the forefront. It signals a more personal dimension of character development which is notoriously ignored in the current discourse on character education. The case is made that since in…

  7. Phylogenetic diversification of Early Cretaceous seed plants: The compound seed cone of Doylea tetrahedrasperma.

    Science.gov (United States)

    Rothwell, Gar W; Stockey, Ruth A

    2016-05-01

    Discovery of cupulate ovules of Doylea tetrahedrasperma within a compact, compound seed cone highlights the rich diversity of fructification morphologies, pollination biologies, postpollination enclosure of seeds, and systematic diversity of Early Cretaceous gymnosperms. Specimens were studied using the cellulose acetate peel technique, three-dimensional reconstructions (in AVIZO), and morphological phylogenetic analyses (in TNT). Doylea tetrahedrasperma has bract/fertile short shoot complexes helically arranged within a compact, compound seed cone. Complexes diverge from the axis as a single unit and separate distally into a free bract tip and two sporophylls. Each sporophyll bears a single, abaxial seed, recurved toward the cone axis, that is enveloped after pollinaton by sporophyll tissue, forming a closed cupule. Ovules are pollinated by bisaccate grains captured by micropylar pollination horns. The unique combination of characters shown by D. tetrahedrasperma includes the presence of cupulate seeds borne in conifer-like compound seed cones, an ovuliferous scale analogue structurally equivalent to the ovulate stalk of Ginkgo biloba, gymnospermous pollination, and nearly complete enclosure of mature seeds. These features characterize the Doyleales ord. nov., clearly distinguish it from the seed fern order Corystospermales, and allow for recognition of another recently described Early Cretaceous seed plant as a second species in genus Doylea. A morphological phylogenetic analysis highlights systematic relationships of the Doyleales ord. nov. and emphasizes the explosive phylogenetic diversification of gymnosperms that was underway at the time when flowering plants may have originated and/or first began to radiate. © 2016 Botanical Society of America.

  8. Character Issues: Reality Character Problems and Solutions through Education in Indonesia

    Science.gov (United States)

    Saidek, Abdul Rahim; Islami, Raisul; Abdoludin

    2016-01-01

    Weak character education raises the problem of corruption, a fight between students, free sex, drugs and rape/abortion indicate that the issue of character education of the nation must be improved and the concern of all parties, the nation's leaders, law enforcement officers, educators, religious leaders, groups and other etc. There are two…

  9. Effects of licensed characters on children's taste and snack preferences in Guatemala, a low/middle income country.

    Science.gov (United States)

    Letona, P; Chacon, V; Roberto, C; Barnoya, J

    2014-11-01

    Marketing of high-energy, low-nutrient foods is one of the contributing factors to the obesity-promoting environment. Licensed characters are typically used to market these foods to children because they increase brand recognition and sales, and data suggest that they affect the taste and snack preferences of children in high-income countries, but it has not yet been explored in low/middle income countries (LMICs). We sought to examine how licensed characters on food packaging influence children's taste and snack preferences in Guatemala, a LMIC. One hundred twenty-one children (mean ± s.d. age, 7.4 ± 1.9 years) from four (two preschool and two elementary) public schools in Guatemala tasted three food types: potato chips, crackers and carrots. Each was presented in two identical packages, except that one had a licensed character and the other did not. Children tasted the foods (six total) in each package and answered whether they tasted the same or one tasted better. Snack preference was also evaluated. Children were significantly (Pstrategy.

  10. Maximum hardness and minimum polarizability principles through lattice energies of ionic compounds

    International Nuclear Information System (INIS)

    Kaya, Savaş; Kaya, Cemal; Islam, Nazmul

    2016-01-01

    The maximum hardness (MHP) and minimum polarizability (MPP) principles have been analyzed using the relationship among the lattice energies of ionic compounds with their electronegativities, chemical hardnesses and electrophilicities. Lattice energy, electronegativity, chemical hardness and electrophilicity values of ionic compounds considered in the present study have been calculated using new equations derived by some of the authors in recent years. For 4 simple reactions, the changes of the hardness (Δη), polarizability (Δα) and electrophilicity index (Δω) were calculated. It is shown that the maximum hardness principle is obeyed by all chemical reactions but minimum polarizability principles and minimum electrophilicity principle are not valid for all reactions. We also proposed simple methods to compute the percentage of ionic characters and inter nuclear distances of ionic compounds. Comparative studies with experimental sets of data reveal that the proposed methods of computation of the percentage of ionic characters and inter nuclear distances of ionic compounds are valid.

  11. Maximum hardness and minimum polarizability principles through lattice energies of ionic compounds

    Energy Technology Data Exchange (ETDEWEB)

    Kaya, Savaş, E-mail: savaskaya@cumhuriyet.edu.tr [Department of Chemistry, Faculty of Science, Cumhuriyet University, Sivas 58140 (Turkey); Kaya, Cemal, E-mail: kaya@cumhuriyet.edu.tr [Department of Chemistry, Faculty of Science, Cumhuriyet University, Sivas 58140 (Turkey); Islam, Nazmul, E-mail: nazmul.islam786@gmail.com [Theoretical and Computational Chemistry Research Laboratory, Department of Basic Science and Humanities/Chemistry Techno Global-Balurghat, Balurghat, D. Dinajpur 733103 (India)

    2016-03-15

    The maximum hardness (MHP) and minimum polarizability (MPP) principles have been analyzed using the relationship among the lattice energies of ionic compounds with their electronegativities, chemical hardnesses and electrophilicities. Lattice energy, electronegativity, chemical hardness and electrophilicity values of ionic compounds considered in the present study have been calculated using new equations derived by some of the authors in recent years. For 4 simple reactions, the changes of the hardness (Δη), polarizability (Δα) and electrophilicity index (Δω) were calculated. It is shown that the maximum hardness principle is obeyed by all chemical reactions but minimum polarizability principles and minimum electrophilicity principle are not valid for all reactions. We also proposed simple methods to compute the percentage of ionic characters and inter nuclear distances of ionic compounds. Comparative studies with experimental sets of data reveal that the proposed methods of computation of the percentage of ionic characters and inter nuclear distances of ionic compounds are valid.

  12. A Development of a System Enables Character Input and PC Operation via Voice for a Physically Disabled Person with a Speech Impediment

    Science.gov (United States)

    Tanioka, Toshimasa; Egashira, Hiroyuki; Takata, Mayumi; Okazaki, Yasuhisa; Watanabe, Kenzi; Kondo, Hiroki

    We have designed and implemented a PC operation support system for a physically disabled person with a speech impediment via voice. Voice operation is an effective method for a physically disabled person with involuntary movement of the limbs and the head. We have applied a commercial speech recognition engine to develop our system for practical purposes. Adoption of a commercial engine reduces development cost and will contribute to make our system useful to another speech impediment people. We have customized commercial speech recognition engine so that it can recognize the utterance of a person with a speech impediment. We have restricted the words that the recognition engine recognizes and separated a target words from similar words in pronunciation to avoid misrecognition. Huge number of words registered in commercial speech recognition engines cause frequent misrecognition for speech impediments' utterance, because their utterance is not clear and unstable. We have solved this problem by narrowing the choice of input down in a small number and also by registering their ambiguous pronunciations in addition to the original ones. To realize all character inputs and all PC operation with a small number of words, we have designed multiple input modes with categorized dictionaries and have introduced two-step input in each mode except numeral input to enable correct operation with small number of words. The system we have developed is in practical level. The first author of this paper is physically disabled with a speech impediment. He has been able not only character input into PC but also to operate Windows system smoothly by using this system. He uses this system in his daily life. This paper is written by him with this system. At present, the speech recognition is customized to him. It is, however, possible to customize for other users by changing words and registering new pronunciation according to each user's utterance.

  13. Towards Tetraradicaloid: The Effect of Fusion Mode on Radical Character and Chemical Reactivity

    KAUST Repository

    Hu, Pan

    2015-12-30

    Open-shell singlet diradicaloids display unique electronic, non-linear optical and magnetic activity and could become novel molecular materials for organic electronics, photonics and spintronics. However, design and synthesis of diradicaloids with a significant polyradical character is a challenging task for chemists. In this article, we report our efforts toward tetraradicaloid system. A series of potential tetraradicaloids by fusion of two p-quinodimethane (p-QDM) units with naphthalene or benzene rings in different modes were synthesized. Their model compounds containing one p-QDM moiety were also prepared and compared. Their ground-state structures, physical properties and chemical reactivity were systematically investigated by various exper-imental methods such as steady-state and transient absorption, two-photon absorption, X-ray crystallographic analysis, electron spin resonance, superconducting quantum interference device and electrochemistry, assisted by density functional theory calculations. It was found that their diradical and tetraradical characters show a clear dependence on the fusion mode. Upon the introducing of more five-membered rings, the diradical characters greatly decrease. This difference can be explained by the pro-aromaticity/anti-aromaticity of the molecules as well as the intramolecular charge transfer. Our comprehensive studies provide a guideline for the design and synthesis of stable open-shell singlet polycyclic hydrocarbons with significant polyradical characters.

  14. Towards Tetraradicaloid: The Effect of Fusion Mode on Radical Character and Chemical Reactivity

    KAUST Repository

    Hu, Pan; Lee, Sangsu; Herng, Tun Seng; Aratani, Naoki; Goncalves, Theo; Qi, Qingbiao; Shi, Xueliang; Yamada, Hiroko; Huang, Kuo-Wei; Ding, Jun; Kim, Dongho; Wu, Jishan

    2015-01-01

    Open-shell singlet diradicaloids display unique electronic, non-linear optical and magnetic activity and could become novel molecular materials for organic electronics, photonics and spintronics. However, design and synthesis of diradicaloids with a significant polyradical character is a challenging task for chemists. In this article, we report our efforts toward tetraradicaloid system. A series of potential tetraradicaloids by fusion of two p-quinodimethane (p-QDM) units with naphthalene or benzene rings in different modes were synthesized. Their model compounds containing one p-QDM moiety were also prepared and compared. Their ground-state structures, physical properties and chemical reactivity were systematically investigated by various exper-imental methods such as steady-state and transient absorption, two-photon absorption, X-ray crystallographic analysis, electron spin resonance, superconducting quantum interference device and electrochemistry, assisted by density functional theory calculations. It was found that their diradical and tetraradical characters show a clear dependence on the fusion mode. Upon the introducing of more five-membered rings, the diradical characters greatly decrease. This difference can be explained by the pro-aromaticity/anti-aromaticity of the molecules as well as the intramolecular charge transfer. Our comprehensive studies provide a guideline for the design and synthesis of stable open-shell singlet polycyclic hydrocarbons with significant polyradical characters.

  15. Chinese Unknown Word Recognition for PCFG-LA Parsing

    Directory of Open Access Journals (Sweden)

    Qiuping Huang

    2014-01-01

    Full Text Available This paper investigates the recognition of unknown words in Chinese parsing. Two methods are proposed to handle this problem. One is the modification of a character-based model. We model the emission probability of an unknown word using the first and last characters in the word. It aims to reduce the POS tag ambiguities of unknown words to improve the parsing performance. In addition, a novel method, using graph-based semisupervised learning (SSL, is proposed to improve the syntax parsing of unknown words. Its goal is to discover additional lexical knowledge from a large amount of unlabeled data to help the syntax parsing. The method is mainly to propagate lexical emission probabilities to unknown words by building the similarity graphs over the words of labeled and unlabeled data. The derived distributions are incorporated into the parsing process. The proposed methods are effective in dealing with the unknown words to improve the parsing. Empirical results for Penn Chinese Treebank and TCT Treebank revealed its effectiveness.

  16. Leading Character?s Antisocial Personality Disorder In James B Stewart?s Blind Eye

    OpenAIRE

    Lestari, Ayu

    2016-01-01

    110705043 The title of this thesis isLeading Character?s Antisocial Personality Disorder in James B Stewart?s Blind Eyethat is research about antisocial personality of leading character in the novel, namely Dr. Michael Swango. The purpose of this thesis is to find out characteristic of Swango that show he has antisocial personality disorder and to know the causes of his disorder. The writer refers to theory antisocial personality disorder that take in a research of APA (American Psychiatri...

  17. ANALYSIS OF THE INTERACTIONS BETWEEN IMMIGRANT/FOREIGN CHARACTERS AND NATIONAL/AUTOCHTHONOUS CHARACTERS IN SPANISH TELEVISION FICTION

    Directory of Open Access Journals (Sweden)

    María Marcos Ramos

    2014-10-01

    Full Text Available In this paper we present the results of an empirical research in which it were analysed the interactions between immigrants and national characters in a sample of Spanish television fictional programs broadcasted on prime time. This study is a content analysis of 282 interactions between immigrant/foreign and national characters. Thus, it was found that the largest number of relationships between the characters involved was produced in a working context. Moreover, there was a higher proportion of the use of aggressive humour from the national characters to the immigrant/foreigners than in the reverse way. It was also observed that the immigrant/foreigner characters hardly spoke about their feelings, nor were heard by the nationals when they did it, although there were a high number of interactions in which immigrant characters were expressing their opinions and these were attended by national characters. The analysis of the interactions between immigrant and national characters in television fiction is a very important research issue, because it has been proposed that the parasocial interactions are complementary of the interpersonal interactions taking place in daily life (Müller, 2009; Park, 2012.

  18. THE NEED FOR CHARACTER EDUCATION

    Directory of Open Access Journals (Sweden)

    Aynur Pala

    2011-07-01

    Full Text Available Character education is a national movement creatingschools that foster ethical,responsible and caring young people by modelling and teaching good characterthrough emphasis on universal values that we all share. It is the intentional,proactive effort by schools, districts and states to instil in their students importantcore ethical values such as caring, honesty, fairness, responsibility and respect forself and others.Good character is not formed automatically; it is developed over time through asustained process of teaching, example, learning and practice. It is developedthrough character education. The intentional teaching of good character isparticularly important in today’s society since ouryouth face many opportunitiesand dangers unknown to earlier generations. They are bombarded with many morenegative influences through the media and other external sources prevalent intoday’s culture. Since children spend about 900 hours a year in school, it isessential that schools resume a proactive role in assisting families andcommunities by developing caring, respectful environments where students learncore, ethical values. When a comprehensive approachto character education isused, a positive moral culture is created in the school—a total school environmentthat supports the values taught in the classroom (Character Education Partnership,2010.The aim of this study is to provide guidelines forthe elements need for effectiveand comprehensive character education. And to emphasize the need of charactereducation to help students develop good character, which includes knowing,caring about and acting upon core ethical values such as respect, responsibility,honesty, fairness and compassion.

  19. Maya Studio Projects Photorealistic Characters

    CERN Document Server

    Palamar, Todd

    2011-01-01

    Create realistic characters with Maya tools and this project-based book Maya character generation tools are extremely sophisticated, and there's no better way to learn all their capabilities than by working through the projects in this hands-on book. This official guide focuses on understanding and implementing Maya's powerful tools for creating realistic characters for film, games, and TV. Use a variety of tools to create characters from skeleton to clothing, including hairstyles and facial hair, and learn how to use Performance Capture. A DVD includes supplementary videos, project support fi

  20. Holistic Processing of Chinese Characters

    Directory of Open Access Journals (Sweden)

    Alan Chun-Nang Wong

    2011-05-01

    Full Text Available Enhanced holistic processing (obligatory attention to all parts of an object has been associated with different types of perceptual expertise involving faces, cars, fingerprints, musical notes, English words, etc. Curiously Chinese characters are regarded as an exception, as indicated by the lack of holistic processing found for experts (Hsiao and Cottrell, 2009. The ceiling performance of experts, however, may have caused this null effect. We revisit this issue by adopting the often-used face-composite sequential-matching task to two-part Chinese characters. Participants matched the target halves (left or right of two characters while ignoring the irrelevant halves. Both Chinese readers (experts and non-Chinese readers (novices showed holistic processing. Follow-up experiments suggested different origins of the effects for the two groups. For experts, holistic processing was sensitive to the amount of experience with the characters, as it was larger for words than non-words (formed by swapping the two parts of a valid character. Novices, however, showed similar degree of holistic processing to words and non-words, suggesting that their effects were more related to their inefficient decomposition of a complex, character-like pattern into parts. Overall these findings suggest that holistic processing may be a marker of expertise with Chinese characters, contrary to previous claims.

  1. Character order processing in Chinese reading.

    Science.gov (United States)

    Gu, Junjuan; Li, Xingshan; Liversedge, Simon P

    2015-02-01

    We explored how character order information is encoded in isolated word processing or Chinese sentence reading in 2 experiments using a masked priming paradigm and a gaze-contingent display-change paradigm. The results showed that response latencies in the lexical decision task and reading times on the target word region were longer in the unrelated condition (the prime or the preview was unrelated with the target word) than the transposed-character condition (the prime or the preview was a transposition of the 2 characters of the target word), which were respectively longer than in the identity condition (the prime or preview was identical to the target word). These results show that character order is encoded at an early stage of processing in Chinese reading, but character position encoding was not strict. We also found that character order encoding was similar for single-morpheme and multiple-morpheme words, suggesting that morphemic status does not affect character order encoding. The current results represent an early contribution to our understanding of character order encoding during Chinese reading.

  2. Simple and efficient method for region of interest value extraction from picture archiving and communication system viewer with optical character recognition software and macro program.

    Science.gov (United States)

    Lee, Young Han; Park, Eun Hae; Suh, Jin-Suck

    2015-01-01

    The objectives are: 1) to introduce a simple and efficient method for extracting region of interest (ROI) values from a Picture Archiving and Communication System (PACS) viewer using optical character recognition (OCR) software and a macro program, and 2) to evaluate the accuracy of this method with a PACS workstation. This module was designed to extract the ROI values on the images of the PACS, and created as a development tool by using open-source OCR software and an open-source macro program. The principal processes are as follows: (1) capture a region of the ROI values as a graphic file for OCR, (2) recognize the text from the captured image by OCR software, (3) perform error-correction, (4) extract the values including area, average, standard deviation, max, and min values from the text, (5) reformat the values into temporary strings with tabs, and (6) paste the temporary strings into the spreadsheet. This principal process was repeated for the number of ROIs. The accuracy of this module was evaluated on 1040 recognitions from 280 randomly selected ROIs of the magnetic resonance images. The input times of ROIs were compared between conventional manual method and this extraction module-assisted input method. The module for extracting ROI values operated successfully using the OCR and macro programs. The values of the area, average, standard deviation, maximum, and minimum could be recognized and error-corrected with AutoHotkey-coded module. The average input times using the conventional method and the proposed module-assisted method were 34.97 seconds and 7.87 seconds, respectively. A simple and efficient method for ROI value extraction was developed with open-source OCR and a macro program. Accurate inputs of various numbers from ROIs can be extracted with this module. The proposed module could be applied to the next generation of PACS or existing PACS that have not yet been upgraded. Copyright © 2015 AUR. Published by Elsevier Inc. All rights reserved.

  3. Text recognition and correction for automated data collection by mobile devices

    Science.gov (United States)

    Ozarslan, Suleyman; Eren, P. Erhan

    2014-03-01

    Participatory sensing is an approach which allows mobile devices such as mobile phones to be used for data collection, analysis and sharing processes by individuals. Data collection is the first and most important part of a participatory sensing system, but it is time consuming for the participants. In this paper, we discuss automatic data collection approaches for reducing the time required for collection, and increasing the amount of collected data. In this context, we explore automated text recognition on images of store receipts which are captured by mobile phone cameras, and the correction of the recognized text. Accordingly, our first goal is to evaluate the performance of the Optical Character Recognition (OCR) method with respect to data collection from store receipt images. Images captured by mobile phones exhibit some typical problems, and common image processing methods cannot handle some of them. Consequently, the second goal is to address these types of problems through our proposed Knowledge Based Correction (KBC) method used in support of the OCR, and also to evaluate the KBC method with respect to the improvement on the accurate recognition rate. Results of the experiments show that the KBC method improves the accurate data recognition rate noticeably.

  4. Character profiles and life satisfaction.

    Science.gov (United States)

    Park, Hwanjin; Suh, Byung Seong; Kim, Won Sool; Lee, Hye-Kyung; Park, Seon-Cheol; Lee, Kounseok

    2015-04-01

    There is a surge of interest in subjective well-being (SWB), which concerns how individuals feel about their happiness. Life satisfaction tends to be influenced by individual psychological traits and external social factors. The aim of this study was to examine the relationship between individual character and SWB. Data from 3522 university students were analyzed in this study. Character profiles were evaluated using the Temperament and Character Inventory-Revised Short version (TCI-RS). Life satisfaction was assessed using the Satisfaction with Life Scale (SWLS). All statistical tests regarding the correlations between each character profile and life satisfaction were conducted using ANOVAs, t-tests, multiple linear regression models and correlation analyses. The creative (SCT) profile was associated with the highest levels of life satisfaction, whereas the depressive (sct) profile was associated with the lowest levels of life satisfaction. Additionally, high self-directedness, self-transcendence and cooperation were associated with high life satisfaction. The results of gender-adjusted multiple regression analysis showed that the effects of self-directedness were the strongest in the assessment of one's quality of life, followed by self-transcendence and cooperativeness, in that order. All of the three-character profiles were significantly correlated with one's quality of life, and the character profiles of TCI-RS explained 27.6% of life satisfaction in total. Among the three-character profiles, the self-directedness profile was most associated with life satisfaction. Our study was cross-sectional, and self-reported data from students at a single university were analyzed. The results of this study showed that, among the character profiles, the effects of self-directedness were the strongest for predicting life satisfaction. Copyright © 2014 Elsevier Inc. All rights reserved.

  5. Mobile-based text recognition from water quality devices

    Science.gov (United States)

    Dhakal, Shanti; Rahnemoonfar, Maryam

    2015-03-01

    Measuring water quality of bays, estuaries, and gulfs is a complicated and time-consuming process. YSI Sonde is an instrument used to measure water quality parameters such as pH, temperature, salinity, and dissolved oxygen. This instrument is taken to water bodies in a boat trip and researchers note down different parameters displayed by the instrument's display monitor. In this project, a mobile application is developed for Android platform that allows a user to take a picture of the YSI Sonde monitor, extract text from the image and store it in a file on the phone. The image captured by the application is first processed to remove perspective distortion. Probabilistic Hough line transform is used to identify lines in the image and the corner of the image is then obtained by determining the intersection of the detected horizontal and vertical lines. The image is warped using the perspective transformation matrix, obtained from the corner points of the source image and the destination image, hence, removing the perspective distortion. Mathematical morphology operation, black-hat is used to correct the shading of the image. The image is binarized using Otsu's binarization technique and is then passed to the Optical Character Recognition (OCR) software for character recognition. The extracted information is stored in a file on the phone and can be retrieved later for analysis. The algorithm was tested on 60 different images of YSI Sonde with different perspective features and shading. Experimental results, in comparison to ground-truth results, demonstrate the effectiveness of the proposed method.

  6. A first-principles study of the electronic structure of the sulvanite compounds

    Energy Technology Data Exchange (ETDEWEB)

    Osorio-Guillen, J.M., E-mail: jorge.osorio@fisica.udea.edu.co [Instituto de Fisica, Universidad de Antioquia, Medellin A.A. 1226 (Colombia); Espinosa-Garcia, W.F. [Instituto de Fisica, Universidad de Antioquia, Medellin A.A. 1226 (Colombia)

    2012-03-15

    We have investigated by means of first-principles total energy calculations the electronic structure of the sulvanite compounds: Cu{sub 3}VS{sub 4}, Cu{sub 3}NbS{sub 4} and Cu{sub 3}TaS{sub 4}; the later is a possible candidate as a p-type transparent conductor with potential applications in solar cells and electrochromic devices. The calculated electronic structure shows that these compounds are indirect band gap semiconductors, with the valence band maximum located at the R-point and the conduction band minimum located at the X-point. The character of the valence band maximum is dominated by Cu d-states and the character of the conduction band minimum is due to the d-states of the group five elements. From the calculated charge density and electron localisation function we can conclude that the sulvanite compounds are polar covalent semiconductors.

  7. Character Development in Adolescents.

    Science.gov (United States)

    Kessler, Glenn R.; And Others

    1986-01-01

    Explored the effects of a program consisting of communication and counseling skills, assertiveness training and moral dilemmas on the character development of high school students. The results demonstrated that the character development of the students in the experimental treatment group was affected significantly over time by the program.…

  8. Deep--deeper--deepest? Encoding strategies and the recognition of human faces.

    Science.gov (United States)

    Sporer, S L

    1991-03-01

    Various encoding strategies that supposedly promote deeper processing of human faces (e.g., character judgments) have led to better recognition than more shallow processing tasks (judging the width of the nose). However, does deeper processing actually lead to an improvement in recognition, or, conversely, does shallow processing lead to a deterioration in performance when compared with naturally employed encoding strategies? Three experiments systematically compared a total of 8 different encoding strategies manipulating depth of processing, amount of elaboration, and self-generation of judgmental categories. All strategies that required a scanning of the whole face were basically equivalent but no better than natural strategy controls. The consistently worst groups were the ones that rated faces along preselected physical dimensions. This can be explained by subjects' lesser task involvement as revealed by manipulation checks.

  9. Social character of materialism.

    Science.gov (United States)

    Chatterjee, A; Hunt, J M; Kernan, J B

    2000-06-01

    Scores for 170 undergraduates on Richins and Dawson's Materialism scale were correlated with scores on Kassarjian's Social Preference Scale, designed to measure individuals' character structure. A correlation of .26 between materialism and other-directed social character suggested that an externally oriented reference system guides materialists' perceptions, judgments, acquisitions, and possessions.

  10. APLIKASI SPOKES-CHARACTERS DALAM KAITAN DENGAN MEREK PRODUK

    Directory of Open Access Journals (Sweden)

    Caroline Widjoyo

    2004-01-01

    Full Text Available Advertisement by using spokes-characters have potency to alter the choice of consumer brand with the compared to bigger impact which do not use the spokes-character. A lot of producer which hence spokes-character to increase assess to sell from a product. Spokes-Characters experience of the evolution from time to time keep abreast of the era%2C now emerge the new type of spokes-character and its application. Abstract in Bahasa Indonesia : Iklan dengan spokes-characters berpotensi mengubah pilihan merek konsumen dengan dampak lebih besar dibanding yang tidak menggunakan spokes-character. Banyak produsen yang memakai spokes-character untuk meningkatkan nilai jual dari sebuah produk. Spokes-characters mengalami evolusi dari masa ke masa mengikuti perkembangan jaman%2C sekarang muncul jenis baru spokes-character dan aplikasinya. spokes-characters%2C advertising%2C branding.

  11. Character Play – The use of game characters in multi- player Role Playing Games across platforms

    DEFF Research Database (Denmark)

    Tychsen, Anders; Hitchens, M.; Brolund, T.

    2008-01-01

    histories of game characters. This article presents results from a comprehensive empirical study of the way complex game characters are utilized by players in multiplayer role-playing games across two different media platforms. The results indicate that adult players are capable of comprehending...... and utilizing game characters with well-defined personalities and backgrounds, as well as rules-based components. Furthermore, that the game format plays a significant role in the pattern of usage of the character elements. This pattern appears directly linked with variations in the way that the different game...

  12. Marvel and DC Characters Inspired by Arachnids

    Directory of Open Access Journals (Sweden)

    Elidiomar Ribeiro Da-Silva

    2014-12-01

    Full Text Available This article compares arachnid-based Marvel and DC comics characters. The composition of a comic book character often has interesting ‘real-life’ influences. Given the strong connection between arachnids (especially spiders, scorpions and mites, all belonging to the zoological class 'Arachnida' and human beings it is not surprising that they have inspired many fictional characters. We recorded 84 Marvel Comics characters and 40 DC Comics characters, detailed in the dataset that accompanies the article (Da-Silva 2014. Most characters have been created recently, since the 1990s. Marvel has significantly more arachnid characters than DC. As for taxonomic classification, the characters were based mostly on spiders (zoological order 'Araneae'. Of the total characters, the majority are human beings, but an overwhelming number have at least some typical arachnid features. Villains (60.91% of total are significantly more numerous, considering the sum of the two publishers. Arachnids have bad reputation for being dangerous (Thorp and Woodson 1976; Ruppert and Barnes 1996. Since the public usually considers spiders, scorpions and mites “harmful” in general, we expected a larger contingent of villains. However, there was no statistical difference between the amount of villains and heroes in Marvel characters. It did not happen probably due to the success of one character: the Amazing Spider-Man.

  13. Recognition of underground nuclear explosion and natural earthquake based on neural network

    International Nuclear Information System (INIS)

    Yang Hong; Jia Weimin

    2000-01-01

    Many features are extracted to improve the identified rate and reliability of underground nuclear explosion and natural earthquake. But how to synthesize these characters is the key of pattern recognition. Based on the improved Delta algorithm, features of underground nuclear explosion and natural earthquake are inputted into BP neural network, and friendship functions are constructed to identify the output values. The identified rate is up to 92.0%, which shows that: the way is feasible

  14. Ionic character of polar crystals: An extended Mulliken scheme for electronegativities

    International Nuclear Information System (INIS)

    Watson, R.E.; Bennett, L.H.; Davenport, J.W.

    1983-01-01

    The total energy of an atom can be expressed in terms of the charge q on the atom as E(q) = E(0)+αq+βq 2 +γq 3 . It is shown that the expected charge transfer q, which brings the intra-atomic energy of the atoms to a minimum, between otherwise isolated noninteracting atoms, is proportional to the difference in the α's of the constituent elements, i.e., q = c Δα. Thus α provides a well-defined electronegativity scale, and if the third-order term γq 3 may be neglected, then α = Phi/sub m/, which is the original Mulliken scale. The quadratic term βq 2 acts to oppose charge transfer, and therefore the coefficient c, relating q to Δα, depends on what elements are involved and on their relative concentration in a well-defined manner. This implies an asymmetry in charge transfer with concentration. Spectroscopic data indicate that γ, though small, is not negligible and, in such a case Phi/sub m/ is not a proper electronegativity. The extended Mulliken scheme, involving α and β, is relevant to the energetics of charge transfer and hence to the ionic character of insulating and semiconducting compounds. It allows simple baseline estimates to be made of such character. Other factors contribute to charge transfer and some of the complications associated with transition-metal compound formation are explored

  15. Moral character in the workplace.

    Science.gov (United States)

    Cohen, Taya R; Panter, A T; Turan, Nazli; Morse, Lily; Kim, Yeonjeong

    2014-11-01

    Using two 3-month diary studies and a large cross-sectional survey, we identified distinguishing features of adults with low versus high levels of moral character. Adults with high levels of moral character tend to: consider the needs and interests of others and how their actions affect other people (e.g., they have high levels of Honesty-Humility, empathic concern, guilt proneness); regulate their behavior effectively, specifically with reference to behaviors that have positive short-term consequences but negative long-term consequences (e.g., they have high levels of Conscientiousness, self-control, consideration of future consequences); and value being moral (e.g., they have high levels of moral identity-internalization). Cognitive moral development, Emotionality, and social value orientation were found to be relatively undiagnostic of moral character. Studies 1 and 2 revealed that employees with low moral character committed harmful work behaviors more frequently and helpful work behaviors less frequently than did employees with high moral character, according to their own admissions and coworkers' observations. Study 3 revealed that adults with low moral character committed more delinquent behavior and had more lenient attitudes toward unethical negotiation tactics than did adults with high moral character. By showing that individual differences have consistent, meaningful effects on employees' behaviors, after controlling for demographic variables (e.g., gender, age, income) and basic attributes of the work setting (e.g., enforcement of an ethics code), our results contest situationist perspectives that deemphasize the importance of personality. Moral people can be identified by self-reports in surveys, and these self-reports predict consequential behaviors months after the initial assessment.

  16. Handwritten Digits Recognition Using Neural Computing

    Directory of Open Access Journals (Sweden)

    Călin Enăchescu

    2009-12-01

    Full Text Available In this paper we present a method for the recognition of handwritten digits and a practical implementation of this method for real-time recognition. A theoretical framework for the neural networks used to classify the handwritten digits is also presented.The classification task is performed using a Convolutional Neural Network (CNN. CNN is a special type of multy-layer neural network, being trained with an optimized version of the back-propagation learning algorithm.CNN is designed to recognize visual patterns directly from pixel images with minimal preprocessing, being capable to recognize patterns with extreme variability (such as handwritten characters, and with robustness to distortions and simple geometric transformations.The main contributions of this paper are related to theoriginal methods for increasing the efficiency of the learning algorithm by preprocessing the images before the learning process and a method for increasing the precision and performance for real-time applications, by removing the non useful information from the background.By combining these strategies we have obtained an accuracy of 96.76%, using as training set the NIST (National Institute of Standards and Technology database.

  17. Character Education and Students Social Behavior

    Directory of Open Access Journals (Sweden)

    Syamsu A. Kamaruddin

    2012-09-01

    Full Text Available

    In an educational environment, in the form of character education program has been done both formally and informally. It's intended as one of the supporting ideas for follow-up in the form of design activities. Character education should basically refers to the vision and mission of the institution concerned. It shows the orientation of the two things in the character of the students are: aspects of human character and individual learners hallmark institution. In this paper, these two aspects is the author trying to ideas by referring to some other writings. The end result, the authors expect the birth of a design patent as early referral to spearhead a character development program learners.

  18. Essays on Character & Opportunity

    Science.gov (United States)

    Center on Children and Families at Brookings, 2014

    2014-01-01

    These essays provide richer set of writings on the philosophical, empirical and practical issues raised by a focus on character, and in particular its relationship to questions of opportunity. Each one is an intellectual pemmican: sharp and to the point. Two scholars draw attention to the gendered nature of character formation (Segal and Lexmond);…

  19. Sublexical Ambiguity Effect in Reading Chinese Disyllabic Compounds

    Science.gov (United States)

    Huang, Hsu-Wen; Lee, Chia-Ying; Tsai, Jie-Li; Tzeng, Ovid J.-L.

    2011-01-01

    For Chinese compounds, neighbors can share either both orthographic forms and meanings, or orthographic forms only. In this study, central presentation and visual half-field (VF) presentation methods were used in conjunction with ERP measures to investigate how readers solve the sublexical semantic ambiguity of the first constituent character in…

  20. Building Character through Literacy with Children's Literature

    Science.gov (United States)

    Almerico, Gina M.

    2014-01-01

    Character education is described as curriculum specifically developed to teach children about the quality and traits of good character. One means in which children can learn about good character is through the pages of high quality children's literature. In this study, the author defines the characteristics of an effective character development…

  1. The Effect of Realistic Appearance of Virtual Characters in Immersive Environments - Does the Character's Personality Play a Role?

    Science.gov (United States)

    Zibrek, Katja; Kokkinara, Elena; Mcdonnell, Rachel

    2018-04-01

    Virtual characters that appear almost photo-realistic have been shown to induce negative responses from viewers in traditional media, such as film and video games. This effect, described as the uncanny valley, is the reason why realism is often avoided when the aim is to create an appealing virtual character. In Virtual Reality, there have been few attempts to investigate this phenomenon and the implications of rendering virtual characters with high levels of realism on user enjoyment. In this paper, we conducted a large-scale experiment on over one thousand members of the public in order to gather information on how virtual characters are perceived in interactive virtual reality games. We were particularly interested in whether different render styles (realistic, cartoon, etc.) would directly influence appeal, or if a character's personality was the most important indicator of appeal. We used a number of perceptual metrics such as subjective ratings, proximity, and attribution bias in order to test our hypothesis. Our main result shows that affinity towards virtual characters is a complex interaction between the character's appearance and personality, and that realism is in fact a positive choice for virtual characters in virtual reality.

  2. Theoretical investigation of compounds with triple bonds

    International Nuclear Information System (INIS)

    Devarajan, Deepa

    2011-01-01

    In this thesis, compounds with potential triple-bonding character involving the heavier main-group elements, Group 4 transition metals, and the actinides uranium and thorium were studied by using molecular quantum mechanics. The triple bonds are described in terms of the individual orbital contributions (σ, π parallel , and π perpendicular to ), involving electron-sharing covalent or donor-acceptor interactions between the orbitals of two atoms or fragments. Energy decomposition, natural bond orbital, and atoms in molecules analyses were used for the bonding analysis of the triple bonds. The results of this thesis suggest that the triple-bonding character between the heavier elements of the periodic table is important and worth further study and exploration.

  3. The Impact of Simple Phenolic Compounds on Beer Aroma and Flavor

    Directory of Open Access Journals (Sweden)

    Michael Lentz

    2018-03-01

    Full Text Available Beer is a complex beverage containing a myriad of flavor- and aroma-active compounds. Brewers strive to achieve an appropriate balance of desired characters, while avoiding off-aromas and flavors. Phenolic compounds are always present in finished beer, as they are extracted from grains and hops during the mashing and brewing process. Some of these compounds have little impact on finished beer, while others may contribute either desirable or undesirable aromas, flavors, and mouthfeel characteristics. They may also contribute to beer stability. The role of simple phenolic compounds on the attributes of wort and beer are discussed.

  4. Promoting Character Development through Coach Education

    Science.gov (United States)

    Power, F. Clark; Seroczynski, A. D.

    2015-01-01

    Can youth sports build character? Research suggests that the answer to this question leads to 2 further questions: (1) can youth sport coaches be effectively prepared to become character educators, and (2) can character education take place in today's competitive youth sport environment? (Bredemeier & Shields, 2006; Power, 2015; Power &…

  5. Ion mobility spectrometer for online monitoring of trace compounds

    International Nuclear Information System (INIS)

    Li, F.; Xie, Z.; Schmidt, H.; Sielemann, S.; Baumbach, J.I.

    2002-01-01

    The principle, character and developments of the instrumentation of ion mobility spectrometry are reviewed. The application of ion mobility spectrometers in monitoring chemical warfare agents, explosives, drugs, environmental hazardous compounds and industrial process control are discussed. Process applications with respect to miniaturization of the instrument are presented

  6. Identifying hidden rate changes in the evolution of a binary morphological character: the evolution of plant habit in campanulid angiosperms.

    Science.gov (United States)

    Beaulieu, Jeremy M; O'Meara, Brian C; Donoghue, Michael J

    2013-09-01

    The growth of phylogenetic trees in scope and in size is promising from the standpoint of understanding a wide variety of evolutionary patterns and processes. With trees comprised of larger, older, and globally distributed clades, it is likely that the lability of a binary character will differ significantly among lineages, which could lead to errors in estimating transition rates and the associated inference of ancestral states. Here we develop and implement a new method for identifying different rates of evolution in a binary character along different branches of a phylogeny. We illustrate this approach by exploring the evolution of growth habit in Campanulidae, a flowering plant clade containing some 35,000 species. The distribution of woody versus herbaceous species calls into question the use of traditional models of binary character evolution. The recognition and accommodation of changes in the rate of growth form evolution in different lineages demonstrates, for the first time, a robust picture of growth form evolution across a very large, very old, and very widespread flowering plant clade.

  7. A Study of Character among Collegiate Athletes

    Science.gov (United States)

    Heupel, Jill D.

    2017-01-01

    The idea that sport builds character has been around for a long time. However, sports may not build the type of character once thought. Character of athletes was defined based on differing views held by sport scholars, coaches, athletes, and sport enthusiast. Sport scholars tend to view character of athletes from a moral perspective. Coaches,…

  8. Magnetic behavior of binary intermetallic compound YPd{sub 3}

    Energy Technology Data Exchange (ETDEWEB)

    Pandey, Abhishek [S. N. Bose National Centre for Basic Sciences, Block-JD, Sector-III, Salt Lake, Kolkata 700098 (India); Saha Institute of Nuclear Physics, 1/AF Bidhannagar, Kolkata 700064 (India); Mazumdar, Chandan [Saha Institute of Nuclear Physics, 1/AF Bidhannagar, Kolkata 700064 (India)], E-mail: chandan.mazumdar@saha.ac.in; Ranganathan, R. [Saha Institute of Nuclear Physics, 1/AF Bidhannagar, Kolkata 700064 (India)

    2009-05-12

    We report the results of detailed magnetic studies on binary rare-earth-transition metal compound YPd{sub 3}. The results of temperature and magnetic field dependent DC-magnetic measurements along with the results of powder X-ray diffraction measurement and electrical transport have been discussed. The X-ray data suggest a well-defined ordered crystal lattice, free from any detectable impurity phase. Magnetization data exhibits predominant diamagnetic character at higher fields. However, the compound exhibits anomalous behavior at low fields.

  9. Design and Implementation of Behavior Recognition System Based on Convolutional Neural Network

    Directory of Open Access Journals (Sweden)

    Yu Bo

    2017-01-01

    Full Text Available We build a set of human behavior recognition system based on the convolution neural network constructed for the specific human behavior in public places. Firstly, video of human behavior data set will be segmented into images, then we process the images by the method of background subtraction to extract moving foreground characters of body. Secondly, the training data sets are trained into the designed convolution neural network, and the depth learning network is constructed by stochastic gradient descent. Finally, the various behaviors of samples are classified and identified with the obtained network model, and the recognition results are compared with the current mainstream methods. The result show that the convolution neural network can study human behavior model automatically and identify human’s behaviors without any manually annotated trainings.

  10. Body Language Advanced 3D Character Rigging

    CERN Document Server

    Allen, Eric; Fong, Jared; Sidwell, Adam G

    2011-01-01

    Whether you're a professional Character TD or just like to create 3D characters, this detailed guide reveals the techniques you need to create sophisticated 3D character rigs that range from basic to breathtaking. Packed with step-by-step instructions and full-color illustrations, Body Language walks you through rigging techniques for all the body parts to help you create realistic and believable movements in every character you design. You'll learn advanced rigging concepts that involve MEL scripting and advanced deformation techniques and even how to set up a character pipeline.

  11. Application of Freeman Chain Codes: An Alternative Recognition Technique for Malaysian Car Plates

    OpenAIRE

    Jusoh, Nor Amizam; Zain, Jasni Mohamad

    2011-01-01

    Various applications of car plate recognition systems have been developed using various kinds of methods and techniques by researchers all over the world. The applications developed were only suitable for specific country due to its standard specification endorsed by the transport department of particular countries. The Road Transport Department of Malaysia also has endorsed a specification for car plates that includes the font and size of characters that must be followed by car owners. Howev...

  12. On Hemingway’s Literary Characters

    Directory of Open Access Journals (Sweden)

    Maria-Miruna Ciocoi-Pop

    2013-01-01

    Full Text Available The present paper is a brief outline of Hemingway’s characters and the way in which they correspond to the author himself. It is known for a fact that Hemingway evinced a tendency to imitate his characters when they were coming to grips with diverse situations. Thus I have tried to briefly pinpoint the fading boundaries between reality and imagination in his work. By doing so, I have focused on both male and female characters, underlining the major dissimilarities between these two categories, as well as their main features.

  13. Moral character effects in endorser perception

    Directory of Open Access Journals (Sweden)

    Chang Joseph W.

    2017-06-01

    Full Text Available This research consists of two experimental studies investigating the influence of moral character on endorser perception, and the influence of perceiver characteristics on tarnished endorser perception and brand evaluations. Perceiver characteristics are discussed from the perspectives of dispositional tendency, innate moral intuitions and self-location. The first study compared the influences of moral character and warmth on endorser perception. The second study examined the impact of perceiver characteristics on tarnished endorsers and brand evaluations. The findings reveal that moral character is more influential than warmth on endorser evaluations. Tarnished endorsers with immoral character exert more negative influence than tarnished endorsers with coldness character on brand evaluations. Innate moral intuitions and self-location moderate brand evaluations. High-morality consumers and heart-locators are more vulnerable than low-morality and brain-locators to the brands endorsed by tarnished endorsers, respectively.

  14. The Effect of Attractiveness on Recognition Memory when Women Look at Female Faces

    Directory of Open Access Journals (Sweden)

    Kana Kuraguchi

    2011-05-01

    Full Text Available In previous studies, the relationship between facial attractiveness and memory has been inconsistent. We investigated the effect of facial attractiveness on recognition memory in terms of gender and judgment contents. Both female and male facial images were judged for their attractiveness and personal character, and incidental memory was tested later. Recognition performance was shown as d' and analyzed with 2 (participant's gender x 2 (condition of attractiveness ANOVA. The interaction was significant for female faces but not for male faces. It is, therefore, suggested that the difference of gender affects the recognition memory concerning facial attractiveness. In particular, attractiveness of female faces had different effects for female participants when compared to other combinations. As a control, the interaction for female faces was not significant when the task was to judge the physical features such as the size of eyes and the angle of mouth. In sum, unattractive faces were better recognized than attractive faces in general except for the case when women judged attractiveness of female faces. These results suggest that there may be an effect of attention to attractiveness on recognition memory that is particularly strong when women look at female faces.

  15. Video Game Characters. Theory and Analysis

    Directory of Open Access Journals (Sweden)

    Felix Schröter

    2014-06-01

    Full Text Available This essay develops a method for the analysis of video game characters based on a theoretical understanding of their medium-specific representation and the mental processes involved in their intersubjective construction by video game players. We propose to distinguish, first, between narration, simulation, and communication as three modes of representation particularly salient for contemporary video games and the characters they represent, second, between narrative, ludic, and social experience as three ways in which players perceive video game characters and their representations, and, third, between three dimensions of video game characters as ‘intersubjective constructs’, which usually are to be analyzed not only as fictional beings with certain diegetic properties but also as game pieces with certain ludic properties and, in those cases in which they function as avatars in the social space of a multiplayer game, as representations of other players. Having established these basic distinctions, we proceed to analyze their realization and interrelation by reference to the character of Martin Walker from the third-person shooter Spec Ops: The Line (Yager Development 2012, the highly customizable player-controlled characters from the role-playing game The Elder Scrolls V: Skyrim (Bethesda 2011, and the complex multidimensional characters in the massively multiplayer online role-playing game Star Wars: The Old Republic (BioWare 2011-2014.

  16. Phylogeny of the Acanthocephala based on morphological characters.

    Science.gov (United States)

    Monks, S

    2001-02-01

    Only four previous studies of relationships among acanthocephalans have included cladistic analyses, and knowledge of the phylogeny of the group has not kept pace with that of other taxa. The purpose of this study is to provide a more comprehensive analysis of the phylogenetic relationships among members of the phylum Acanthocephala using morphological characters. The most appropriate outgroups are those that share a common early cell-cleavage pattern (polar placement of centrioles), such as the Rotifera, rather than the Priapulida (meridional placement of centrioles) to provide character polarity based on common ancestry rather than a general similarity likely due to convergence of body shapes. The phylogeny of 22 species of the Acanthocephala was evaluated based on 138 binary and multistate characters derived from comparative morphological and ontogenetic studies. Three assumptions of cement gland structure were tested: (i) the plesiomorphic type of cement glands in the Rotifera, as the sister group, is undetermined; (ii) non-syncytial cement glands are plesiomorphic; and (iii) syncytial cement glands are plesiomorphic. The results were used to test an early move of Tegorhynchus pectinarius to Koronacantha and to evaluate the relationship between Tegorhynchus and Illiosentis. Analysis of the data-set for each of these assumptions of cement gland structure produced the same single most parsimonious tree topology. Using Assumptions i and ii for the cement glands, the trees were the same length (length = 404 steps, CI = 0.545, CIX = 0.517, HI = 0.455, HIX = 0.483, RI = 0.670, RC = 0.365). Using Assumption iii, the tree was three steps longer (length = 408 steps, CI = 0.539, CIX = 0.512, HI = 0.461, HIX = 0.488, RI = 0.665, RC = 0.359). The tree indicates that the Palaeacanthocephala and Eoacanthocephala both are monophyletic and are sister taxa. The members of the Archiacanthocephala are basal to the other two clades, but do not themselves form a clade. The results

  17. Modeling the Semiotic Structure of Player-Characters

    DEFF Research Database (Denmark)

    Vella, Daniel

    2014-01-01

    When game studies has tackled the player-character, it has tended to do so by means of an opposition to the notion of the avatar, with the result that the ontological and semiotic nature of the character in itself has not been given due attention. This paper draws on understandings of character...... from the fields of narratology and literary theory to highlight the double-layered ontology of character as both a possible individual and as a semiotic construction. Uri Margolin’s narratological model of character signification is used as the basis for developing a semiotic-structural model...

  18. Building innovative and creative character through mathematics

    Science.gov (United States)

    Suyitno, Hardi; Suyitno, Amin

    2018-03-01

    21st century is predicted as the century with rapid development in all aspects of life. People require creative and innovative character to exist. Specifically, mathematics has been given to students from the kindergarten until the middle school. Thus, building character through mathematics should begin since the early age. The problem is how to build creative and innovative character through mathematics education? The goal expected from this question is to build innovative and creative characters to face the challenges of the 21st century. This article discusses the values of mathematics, the values in mathematics education, innovative and creative character, and the integration of these values in teaching mathematics that support the innovative and creative character building, and applying the values in structurely programmed, measurable, and applicable learning activities.

  19. Octazethrene and Its Isomer with Different Diradical Characters and Chemical Reactivity: The Role of the Bridge Structure

    KAUST Repository

    Hu, Pan

    2016-03-11

    The fundamental relationship between structure and diradical character is important for the development of open-shell diradicaloid-based materials. In this work, we synthesized two structural isomers bearing a 2,6-naphthoquinodimethane or a 1,5-naphthoquinodimethane bridge and demonstrated that their diradical characters and chemical reactivity are quite different. The mesityl or pentafluorophenyl substituted octazethrene derivatives OZ-M/OZ-F and their isomer OZI-M (with mesityl substituents) were synthesized via an intramolecular Friedel-Crafts alkylation followed by oxidative dehydrogenation strategy from the key building blocks 4 and 11. Our detailed experimental and theoretical studies showed that both isomers have an open-shell singlet ground state with a remarkable diradical character (y0 = 0.35 and 0.34 for OZ-M and OZ-F, and y0 = 0.58 for OZI-M). Compounds OZ-M and OZ-F have good stability under the ambient environment while OZI-M has high reactivity and can be easily oxidized to a dioxo-product 15, which can be correlated to their different diradical characters. Additionally, we investigated the physical properties of OZ-M, OZ-F and 15.

  20. Octazethrene and Its Isomer with Different Diradical Characters and Chemical Reactivity: The Role of the Bridge Structure

    KAUST Repository

    Hu, Pan; Lee, Sangsu; Park, Kyu Hyung; Das, Soumyajit; Herng, Tun Seng; Goncalves, Theo; Huang, Kuo-Wei; Ding, Jun; Kim, Dongho; Wu, Jishan

    2016-01-01

    The fundamental relationship between structure and diradical character is important for the development of open-shell diradicaloid-based materials. In this work, we synthesized two structural isomers bearing a 2,6-naphthoquinodimethane or a 1,5-naphthoquinodimethane bridge and demonstrated that their diradical characters and chemical reactivity are quite different. The mesityl or pentafluorophenyl substituted octazethrene derivatives OZ-M/OZ-F and their isomer OZI-M (with mesityl substituents) were synthesized via an intramolecular Friedel-Crafts alkylation followed by oxidative dehydrogenation strategy from the key building blocks 4 and 11. Our detailed experimental and theoretical studies showed that both isomers have an open-shell singlet ground state with a remarkable diradical character (y0 = 0.35 and 0.34 for OZ-M and OZ-F, and y0 = 0.58 for OZI-M). Compounds OZ-M and OZ-F have good stability under the ambient environment while OZI-M has high reactivity and can be easily oxidized to a dioxo-product 15, which can be correlated to their different diradical characters. Additionally, we investigated the physical properties of OZ-M, OZ-F and 15.

  1. Virtual Character Personality Influences Participant Attitudes and Behavior - An Interview with a Virtual Human Character about Her Social Anxiety

    Directory of Open Access Journals (Sweden)

    Xueni ePan

    2015-02-01

    Full Text Available We introduce a novel technique for the study of human-virtual character interaction in immersive virtual reality. The human participants verbally administered a standard questionnaire about social anxiety to a virtual female character, that responded to each question through speech and body movements. The purpose was to study the extent to which participants responded differently to characters that exhibited different personalities, even though the verbal content of their answers was always the same. A separate online study provided evidence that our intention to create two different personality types had been successful. In the main between-groups experiment that utilized a Cave system there were 24 male participants, where 12 interacted with a female virtual character portrayed to exhibit shyness and the remaining 12 with an identical but more confident virtual character. Our results indicate that although the content of the verbal responses of both virtual characters was the same, participants showed different subjective and behavioral responses to the two different personalities. In particular participants evaluated the shy character more positively, for example, expressing willingness to spend more time with her. Participants evaluated the confident character more negatively and waited for a significantly longer time to call her back after she had left the scene in order to answer a telephone call. The method whereby participants interviewed the virtual character allowed naturalistic conversation while avoiding the necessity of speech processing and generation, and natural language understanding. It is therefore a useful method for the study of the impact of virtual character personality on participant responses.

  2. Character Education in Print: Content Analysis of Character Education in Introduction to Education Textbooks

    Science.gov (United States)

    Protz, Babette Marisa

    2013-01-01

    Albert Einstein is credited with saying that the most important component of education is the development of students' character. While debate exists as to the delivery of character education in the public schools, it must be recognized that not all students have a support system outside of the schoolhouse. Consequently, when character…

  3. Dielectric and ferroelectric sensing based on molecular recognition in Cu(1,10-phenlothroline)2SeO4.(diol) systems

    Science.gov (United States)

    Ye, Heng-Yun; Liao, Wei-Qiang; Zhou, Qionghua; Zhang, Yi; Wang, Jinlan; You, Yu-Meng; Wang, Jin-Yun; Chen, Zhong-Ning; Li, Peng-Fei; Fu, Da-Wei; Huang, Songping D.; Xiong, Ren-Gen

    2017-02-01

    The process of molecular recognition is the assembly of two or more molecules through weak interactions. Information in the process of molecular recognition can be transmitted to us via physical signals, which may find applications in sensing and switching. The conventional signals are mainly limited to light signal. Here, we describe the recognition of diols with Cu(1,10-phenlothroline)2SeO4 and the transduction of discrete recognition events into dielectric and/or ferroelectric signals. We observe that systems of Cu(1,10-phenlothroline)2SeO4.(diol) exhibit significant dielectric and/or ferroelectric dependence on different diol molecules. The compounds including ethane-1,2-diol or propane-1,2-diol just show small temperature-dependent dielectric anomalies and no reversible polarization, while the compound including ethane-1,3-diol shows giant temperature-dependent dielectric anomalies as well as ferroelectric reversible spontaneous polarization. This finding shows that dielectricity and/or ferroelectricity has the potential to be used for signalling molecular recognition.

  4. Landscape Character of Pongkor Mining Ecotourism Area

    Science.gov (United States)

    Kusumoarto, A.; Gunawan, A.; Machfud; Hikmat, A.

    2017-10-01

    Pongkor Mining Ecotourism Area has a diverse landscape character as a potential landscape resources for the development of ecotourism destination. This area is part of the Mount of Botol Resort, Halimun Salak National Park (HSNP). This area also has a fairly high biodiversity. This study aims to identify and analysis the category of landscape character in the Pongkor Mining Ecotourism Area for the development of ecotourism destination. This study used a descriptive approach through field surveys and interviews, was carried out through two steps : 1) identify the landscape character, and 2) analysis of the landscape character. The results showed that in areas set aside for ecotourism destination in Pongkor Mining, landscape character category scattered forests, tailing ponds, river, plain, and the built environment. The Category of landscape character most dominant scattered in the area is forest, here is the river, plain, tailing ponds, the built environment, and plain. The landscape character in a natural environment most preferred for ecotourism activities. The landscape character that spread in the natural environment and the built environment is a potential that must be protected and modified such as elimination of incongruous element, accentuation of natural form, alteration of the natural form, intensification and enhanced visual quality intensively to be developed as a ecotourism destination area.

  5. READING LITERATURE, TAKING PHILOSOPHICAL IDEAS, AND OBTAINING CHARACTERS

    Directory of Open Access Journals (Sweden)

    Siti Maisaroh

    2017-05-01

    Full Text Available This study aims to describe the philosophical ideas and characters containing in trilogy of 'RaraMendut's' novel by YB Mangunwijaya. The method used is the knowledge archeology of Michel Foucault. The research proves that the philosophical ideas as follows: 1 wife's faithfulness contains characters of wife’s strong determination and true faithfulness sense; 2 The women seizing fate's  contains the character of high struggle spirit;3 women as a glory’s symbol contains character of self-actualization ability; 4 women and a country's defense contains a character of clever to take on the role / responsive; 5 women and their benefits contains the character as a source of love and life spirit; 6 women as good mothers contains the character of conciliatory, reassuring, joyful, sincere, and full of love; 7 the anxiety to old age contains the character of religious and strong self-awareness; 8 the glory contains the character of the glory of battle with themselves; 9 the child's nature contains the character of belief in the skill/ creativity of children and believe to God the Evolver; And 10 the essence of wisdom and usefulness of life contain  the characters of uniting the scattered things, receiving and embracing sincerely things bad/ broken/ waste, understanding and forgiving, voice sincerity and excitement, not easy to complain.

  6. Stigma-pollen recognition: a new look

    Directory of Open Access Journals (Sweden)

    C. Dumas

    2014-01-01

    Full Text Available During the last two decades, there have been several conceptual developments in our understanding of pollen-stigma recognition and molecular mechanisms involved. The main models proposed are compared. Based on additional data a hypothesis to complete these models especially for pollen hydration and adhesion is proposed. After attachment of the pollen to the stigma surface a close interaction exists involving lipoproteic membrane-like compounds (pollenkitt and stigma pellicle and pollen agglutinating ability.

  7. Emotion Recognition in Frontotemporal Dementia and Alzheimer's Disease: A New Film-Based Assessment

    Science.gov (United States)

    Goodkind, Madeleine S.; Sturm, Virginia E.; Ascher, Elizabeth A.; Shdo, Suzanne M.; Miller, Bruce L.; Rankin, Katherine P.; Levenson, Robert W.

    2015-01-01

    Deficits in recognizing others' emotions are reported in many psychiatric and neurological disorders, including autism, schizophrenia, behavioral variant frontotemporal dementia (bvFTD) and Alzheimer's disease (AD). Most previous emotion recognition studies have required participants to identify emotional expressions in photographs. This type of assessment differs from real-world emotion recognition in important ways: Images are static rather than dynamic, include only 1 modality of emotional information (i.e., visual information), and are presented absent a social context. Additionally, existing emotion recognition batteries typically include multiple negative emotions, but only 1 positive emotion (i.e., happiness) and no self-conscious emotions (e.g., embarrassment). We present initial results using a new task for assessing emotion recognition that was developed to address these limitations. In this task, respondents view a series of short film clips and are asked to identify the main characters' emotions. The task assesses multiple negative, positive, and self-conscious emotions based on information that is multimodal, dynamic, and socially embedded. We evaluate this approach in a sample of patients with bvFTD, AD, and normal controls. Results indicate that patients with bvFTD have emotion recognition deficits in all 3 categories of emotion compared to the other groups. These deficits were especially pronounced for negative and self-conscious emotions. Emotion recognition in this sample of patients with AD was indistinguishable from controls. These findings underscore the utility of this approach to assessing emotion recognition and suggest that previous findings that recognition of positive emotion was preserved in dementia patients may have resulted from the limited sampling of positive emotion in traditional tests. PMID:26010574

  8. Emotion recognition in frontotemporal dementia and Alzheimer's disease: A new film-based assessment.

    Science.gov (United States)

    Goodkind, Madeleine S; Sturm, Virginia E; Ascher, Elizabeth A; Shdo, Suzanne M; Miller, Bruce L; Rankin, Katherine P; Levenson, Robert W

    2015-08-01

    Deficits in recognizing others' emotions are reported in many psychiatric and neurological disorders, including autism, schizophrenia, behavioral variant frontotemporal dementia (bvFTD) and Alzheimer's disease (AD). Most previous emotion recognition studies have required participants to identify emotional expressions in photographs. This type of assessment differs from real-world emotion recognition in important ways: Images are static rather than dynamic, include only 1 modality of emotional information (i.e., visual information), and are presented absent a social context. Additionally, existing emotion recognition batteries typically include multiple negative emotions, but only 1 positive emotion (i.e., happiness) and no self-conscious emotions (e.g., embarrassment). We present initial results using a new task for assessing emotion recognition that was developed to address these limitations. In this task, respondents view a series of short film clips and are asked to identify the main characters' emotions. The task assesses multiple negative, positive, and self-conscious emotions based on information that is multimodal, dynamic, and socially embedded. We evaluate this approach in a sample of patients with bvFTD, AD, and normal controls. Results indicate that patients with bvFTD have emotion recognition deficits in all 3 categories of emotion compared to the other groups. These deficits were especially pronounced for negative and self-conscious emotions. Emotion recognition in this sample of patients with AD was indistinguishable from controls. These findings underscore the utility of this approach to assessing emotion recognition and suggest that previous findings that recognition of positive emotion was preserved in dementia patients may have resulted from the limited sampling of positive emotion in traditional tests. (c) 2015 APA, all rights reserved).

  9. Comparison of brain mechanisms underlying the processing of Chinese characters and pseudo-characters: an event-related potential study.

    Science.gov (United States)

    Wang, Ting; Li, Hong; Zhang, Qinglin; Tu, Shen; Yu, Caiyun; Qiu, Jiang

    2010-04-01

    Most Chinese characters are composed of a semantic radical on the left and a phonetic radical on the right. The semantic radical provides the semantic information; the phonetic radical provides information concerning the pronunciation of the whole character. The pseudo-characters in the study consisted of different sub-lexical parts of real Chinese characters and consequently they also had the semantic radical and the phonetic radical. But they were not readable and had no actual meaning. In order to investigate the spatiotemporal cortical activation patterns underlying the orthographic, phonological and semantic processing of Chinese characters, we used event-related brain potentials (ERPs) to explore the processing of Chinese characters and pseudo-characters when 14 healthy Chinese college students viewed the characters passively. Results showed that both Chinese characters and pseudo-characters elicited an evident negative potential peaking around 120 ms (N120), which appeared to reflect initial orthographic distinction and evaluation. Then, Chinese pseudo-characters elicited a more positive ERP deflection (P220) than did Chinese characters 200-250 ms after onset of the stimuli. It was similar to the recognition potential (RP) and might reflect the integration processes of phonological and semantic processing on the basis of early orthographic information. Dipole source analysis of the difference wave (pseudo-characters minus characters) indicated that a generator localized in the left temporal-occipital junction contributed to this effect, which was possibly related to phonological and perceptual-semantic information integration. Between 350-450 ms, a greater negativity (N360) in pseudo-characters as compared to characters was found over midline fronto-central scalp regions. Dipole analysis localized the generator of N360 in the right parahippocampal cortex. Therefore, the N360 might be an N400 component and reflect the higher-level semantic activation on the

  10. A Classification Scheme for Literary Characters

    Directory of Open Access Journals (Sweden)

    Matthew Berry

    2017-10-01

    Full Text Available There is no established classification scheme for literary characters in narrative theory short of generic categories like protagonist vs. antagonist or round vs. flat. This is so despite the ubiquity of stock characters that recur across media, cultures, and historical time periods. We present here a proposal of a systematic psychological scheme for classifying characters from the literary and dramatic fields based on a modification of the Thomas-Kilmann (TK Conflict Mode Instrument used in applied studies of personality. The TK scheme classifies personality along the two orthogonal dimensions of assertiveness and cooperativeness. To examine the validity of a modified version of this scheme, we had 142 participants provide personality ratings for 40 characters using two of the Big Five personality traits as well as assertiveness and cooperativeness from the TK scheme. The results showed that assertiveness and cooperativeness were orthogonal dimensions, thereby supporting the validity of using a modified version of TK’s two-dimensional scheme for classifying characters.

  11. [A wavelet neural network algorithm of EEG signals data compression and spikes recognition].

    Science.gov (United States)

    Zhang, Y; Liu, A; Yu, K

    1999-06-01

    A novel method of EEG signals compression representation and epileptiform spikes recognition based on wavelet neural network and its algorithm is presented. The wavelet network not only can compress data effectively but also can recover original signal. In addition, the characters of the spikes and the spike-slow rhythm are auto-detected from the time-frequency isoline of EEG signal. This method is well worth using in the field of the electrophysiological signal processing and time-frequency analyzing.

  12. Character, attitude and disposition

    OpenAIRE

    Webber, Jonathan

    2015-01-01

    Recent debate over the empirical psychological presuppositions of virtue ethics has focused on reactive behavioural dispositions. But there are many character traits that cannot be understood properly in this way. Such traits are well described by attitude psychology. Moreover, the findings of attitude psychology support virtue ethics in three ways. First, they confirm the role of habituation in the development of character. Further, they show virtue ethics to be compatible with the situation...

  13. Do Dyslexic Individuals Present a Reduced Visual Attention Span? Evidence from Visual Recognition Tasks of Non-Verbal Multi-Character Arrays

    Science.gov (United States)

    Yeari, Menahem; Isser, Michal; Schiff, Rachel

    2017-01-01

    A controversy has recently developed regarding the hypothesis that developmental dyslexia may be caused, in some cases, by a reduced visual attention span (VAS). To examine this hypothesis, independent of phonological abilities, researchers tested the ability of dyslexic participants to recognize arrays of unfamiliar visual characters. Employing…

  14. Detection, recognition, identification, and tracking of military vehicles using biomimetic intelligence

    Science.gov (United States)

    Pace, Paul W.; Sutherland, John

    2001-10-01

    This project is aimed at analyzing EO/IR images to provide automatic target detection/recognition/identification (ATR/D/I) of militarily relevant land targets. An increase in performance was accomplished using a biomimetic intelligence system functioning on low-cost, commercially available processing chips. Biomimetic intelligence has demonstrated advanced capabilities in the areas of hand- printed character recognition, real-time detection/identification of multiple faces in full 3D perspectives in cluttered environments, advanced capabilities in classification of ground-based military vehicles from SAR, and real-time ATR/D/I of ground-based military vehicles from EO/IR/HRR data in cluttered environments. The investigation applied these tools to real data sets and examined the parameters such as the minimum resolution for target recognition, the effect of target size, rotation, line-of-sight changes, contrast, partial obscuring, background clutter etc. The results demonstrated a real-time ATR/D/I capability against a subset of militarily relevant land targets operating in a realistic scenario. Typical results on the initial EO/IR data indicate probabilities of correct classification of resolved targets to be greater than 95 percent.

  15. New baseline correction algorithm for text-line recognition with bidirectional recurrent neural networks

    Science.gov (United States)

    Morillot, Olivier; Likforman-Sulem, Laurence; Grosicki, Emmanuèle

    2013-04-01

    Many preprocessing techniques have been proposed for isolated word recognition. However, recently, recognition systems have dealt with text blocks and their compound text lines. In this paper, we propose a new preprocessing approach to efficiently correct baseline skew and fluctuations. Our approach is based on a sliding window within which the vertical position of the baseline is estimated. Segmentation of text lines into subparts is, thus, avoided. Experiments conducted on a large publicly available database (Rimes), with a BLSTM (bidirectional long short-term memory) recurrent neural network recognition system, show that our baseline correction approach highly improves performance.

  16. Madness in Shakespeare's Characters

    Directory of Open Access Journals (Sweden)

    Nuno Borja-Santos

    2014-10-01

    Full Text Available This paper begins with an introduction where the aims are explained: a psychopathological analysis of a Shakespearean character - Othello – followed by the discussion of the English dramatist’s importance in helping us understand madness in the emergent world of Renaissance. The main characteristics of Othello’s personality, which allowed the development of his jealousy delusion, are described. Finally, the conclusions underline the overlap of the symptoms developed by the character with the DSM-IV classification.

  17. Leadership, character and its development: A qualitative exploration

    Directory of Open Access Journals (Sweden)

    Roslyn de Braine

    2007-11-01

    Full Text Available The purpose of this study was to explore (1 what organisational leaders consider to be character elements of leaders within the workplace, (2 what influences leaders’ character development, and (3 how an organisation can continue the process of character development. The literature review and findings revealed that leadership, integrity, industriousness, empathy, loyalty, optimism, fairness and compassion are the most sought after character elements within leaders in the workplace. Leadership and integrity were found to be the most supported character elements. The findings also indicate that work environmental factors, a person’s own efforts, and the daily experiences of work life contribute towards character development.

  18. Understanding the Properties of Interactive Televised Characters

    Science.gov (United States)

    Claxton, Laura J.; Ponto, Katelyn C.

    2013-01-01

    Children's television programming frequently uses interactive characters that appear to directly engage the viewers. These characters encourage children to answer questions and perform actions to help the characters solve problems in the televised world. Children readily engage in these interactions; however, it is unclear why they do so. To…

  19. Chemosensors for detection of nitroaromatic compounds (explosives)

    Science.gov (United States)

    Zyryanov, G. V.; Kopchuk, D. S.; Kovalev, I. S.; Nosova, E. V.; Rusinov, V. L.; Chupakhin, O. N.

    2014-09-01

    The key types of low-molecular-mass chemosensors for the detection of nitroaromatic compounds representing energetic substances (explosives) are analyzed. The coordination and chemical properties of these chemosensors and structural features of their complexes with nitroaromatic compounds are considered. The causes and methods for attaining high selectivity of recognition are demonstrated. The primary attention is paid to the use of low-molecular-mass chemosensors for visual detection of explosives of this class by colorimetric and photometric methods. Examples of using photo- and chemiluminescence for this purpose are described. A separate section is devoted to electrochemical methods of detection of nitroaromatic compounds. Data published from 2000 to 2014 are mainly covered. The bibliography includes 245 references.

  20. Chemosensors for detection of nitroaromatic compounds (explosives)

    International Nuclear Information System (INIS)

    Zyryanov, G V; Kopchuk, D S; Rusinov, V L; Chupakhin, O N; Kovalev, I S; Nosova, E V

    2014-01-01

    The key types of low-molecular-mass chemosensors for the detection of nitroaromatic compounds representing energetic substances (explosives) are analyzed. The coordination and chemical properties of these chemosensors and structural features of their complexes with nitroaromatic compounds are considered. The causes and methods for attaining high selectivity of recognition are demonstrated. The primary attention is paid to the use of low-molecular-mass chemosensors for visual detection of explosives of this class by colorimetric and photometric methods. Examples of using photo- and chemiluminescence for this purpose are described. A separate section is devoted to electrochemical methods of detection of nitroaromatic compounds. Data published from 2000 to 2014 are mainly covered. The bibliography includes 245 references

  1. Recognition of Handwriting from Electromyography

    Science.gov (United States)

    Linderman, Michael; Lebedev, Mikhail A.; Erlichman, Joseph S.

    2009-01-01

    Handwriting – one of the most important developments in human culture – is also a methodological tool in several scientific disciplines, most importantly handwriting recognition methods, graphology and medical diagnostics. Previous studies have relied largely on the analyses of handwritten traces or kinematic analysis of handwriting; whereas electromyographic (EMG) signals associated with handwriting have received little attention. Here we show for the first time, a method in which EMG signals generated by hand and forearm muscles during handwriting activity are reliably translated into both algorithm-generated handwriting traces and font characters using decoding algorithms. Our results demonstrate the feasibility of recreating handwriting solely from EMG signals – the finding that can be utilized in computer peripherals and myoelectric prosthetic devices. Moreover, this approach may provide a rapid and sensitive method for diagnosing a variety of neurogenerative diseases before other symptoms become clear. PMID:19707562

  2. Factorized combinations of Virasoro characters

    International Nuclear Information System (INIS)

    Bytsko, A.G.; Fring, A.

    2000-01-01

    We investigate linear combinations of characters for minimal Virasoro models which are representable as a product of several basic blocks. Our analysis is based on consideration of asymptotic behaviour of the characters in the quasi-classical limit. In particular, we introduce a notion of the secondary effective central charge. We find all possible cases for which factorization occurs on the base of the Gauss-Jacobi or the Watson identities. Exploiting these results, we establish various types of identities between different characters. In particular, we present several identities generalizing the Rogers-Ramanujan identities. Applications to quasi-particle representations, modular invariant partition functions, super-conformal theories and conformal models with boundaries are briefly discussed. (orig.)

  3. The Effect of Pinyin Input Experience on the Link Between Semantic and Phonology of Chinese Character in Digital Writing.

    Science.gov (United States)

    Chen, Jingjun; Luo, Rong; Liu, Huashan

    2017-08-01

    With the development of ICT, digital writing is becoming much more common in people's life. Differently from keyboarding alphabets directly to input English words, keyboarding Chinese character is always through typing phonetic alphabets and then identify the glyph provided by Pinyin input-method software while in this process which do not need users to produce orthography spelling, thus it is different from traditional written language production model based on handwriting process. Much of the research in this domain has found that using Pinyin input method is beneficial to Chinese characters recognition, but only a small part explored the effects of individual's Pinyin input experience on the Chinese characters production process. We ask whether using Pinyin input-method will strengthen the semantic-phonology linkage or semantic-orthography linkage in Chinese character mental lexicon. Through recording the RT and accuracy of participants completing semantic-syllable and semantic-glyph consistency judgments, the results found the accuracy of semantic-syllable consistency judgments in high Pinyin input experienced group was higher than that in low-experienced group, and RT was reversed. There were no significant differences on semantic-glyph consistency judgments between the two groups. We conclude that using Pinyin input method in Chinese digital writing can strengthen the semantic-phonology linkage while do not weakening the semantic-orthography linkage in mental lexicon at the same time, which means that Pinyin input method is beneficial to lexical processing involving Chinese cognition.

  4. A statistical approach to identify candidate cues for nestmate recognition

    DEFF Research Database (Denmark)

    van Zweden, Jelle; Pontieri, Luigi; Pedersen, Jes Søe

    2014-01-01

    normalization, centroid,and distance calculation is most diagnostic to discriminate between NMR cues andother compounds. We find that using a “global centroid” instead of a “colony centroid”significantly improves the analysis. One reason may be that this new approach, unlikeprevious ones, provides...... than forF. exsecta, possibly due to less than ideal datasets. Nonetheless, some compound setsperformed better than others, showing that this approach can be used to identify candidatecompounds to be tested in bio-assays, and eventually crack the sophisticated code thatgoverns nestmate recognition....

  5. Advances in image processing and pattern recognition. Proceedings of the international conference, Pisa, Italy, December 10-12, 1985

    Energy Technology Data Exchange (ETDEWEB)

    Cappellini, V [Florence Univ. (Italy); Consiglio Nazionale delle Ricerche, Florence (Italy). Ist. di Ricerca sulle Onde Elettromagnetiche); Marconi, R [IBM Scientific Center, Pisa (Italy); eds.

    1986-01-01

    The conference papers reported provide an authorative and permanent record of the contributions. Some papers are more theoretical or of review nature, while others contain new implementations and applications. They are conveniently grouped into the following 7 fields (after a general overview): Acquisition and Presentation of 2-D and 3-D Images; Static and Dynamic Image Processing; Determination of Object's Position and Orientation; Objects and Characters Recognition; Semantic Models and Image Understanding; Robotics and Computer Vision in Manufacturing; Specialized Processing Techniques and Structures. In particular, new digital image processing and recognition methods, implementation architectures and special advanced applications (industrial automation, robotics, remote sensing, biomedicine, etc.) are presented. (Auth.).

  6. Good character at school: positive classroom behavior mediates the link between character strengths and school achievement.

    Science.gov (United States)

    Wagner, Lisa; Ruch, Willibald

    2015-01-01

    Character strengths have been found to be substantially related to children's and adolescents' well-being. Initial evidence suggests that they also matter for school success (e.g., Weber and Ruch, 2012). The present set of two studies aimed at replicating and extending these findings in two different age groups, primary school students (N = 179; mean age = 11.6 years) and secondary school students (N = 199; mean age = 14.4 years). The students completed the VIA-Youth (Values in Action Inventory of Strengths for Youth), a self-report measure of the 24 character strengths in the VIA classification. Their teachers rated the students' positive behavior in the classroom. Additionally, school achievement was assessed: For the primary school students (Study 1), teachers rated the students' overall school achievement and for the secondary school students (Study 2), we used their grades as a measure of school achievement. We found that several character strengths were associated with both positive classroom behavior and school achievement. Across both samples, school achievement was correlated with love of learning, perseverance, zest, gratitude, hope, and perspective. The strongest correlations with positive classroom behavior were found for perseverance, self-regulation, prudence, social intelligence, and hope. For both samples, there were indirect effects of some of the character strengths on school achievement through teacher-rated positive classroom behavior. The converging findings from the two samples support the notion that character strengths contribute to positive classroom behavior, which in turn enhances school achievement. Results are discussed in terms of their implications for future research and for school interventions based on character strengths.

  7. Good character at school: Positive classroom behavior mediates the link between character strengths and school achievement

    Directory of Open Access Journals (Sweden)

    Lisa eWagner

    2015-05-01

    Full Text Available Character strengths have been found to be substantially related to children’s and adolescents’ well-being. Initial evidence suggests that they also matter for school success (e.g., Weber and Ruch, 2012. The present set of two studies aimed at replicating and extending these findings in two different age groups, primary school students (N = 179; mean age = 11.6 years and secondary school students (N = 199; mean age = 14.4 years. The students completed the VIA-Youth, a self-report measure of the 24 character strengths in the VIA classification. Their teachers rated the students’ positive behavior in the classroom. Additionally, school achievement was assessed: For the primary school students (Study 1, teachers rated the students’ overall school achievement and for the secondary school students (Study 2, we used their grades as a measure of school achievement. We found that several character strengths were associated with both positive classroom behavior and school achievement. Across both samples school achievement was correlated with love of learning, perseverance, zest, gratitude, hope, and perspective. The strongest correlations with positive classroom behavior were found for perseverance, self-regulation, prudence, social intelligence, and hope. For both samples, there were indirect effects of most of the character strengths on school achievement through teacher-rated positive classroom behavior. The converging findings from the two samples support the notion that character strengths contribute to positive classroom behavior, which in turn enhances school achievement. Results are discussed in terms of their implications for future research and for school interventions based on character strengths.

  8. Diffusion coefficients-surface and interfacial tensions - Particular study of some lauryl compounds

    International Nuclear Information System (INIS)

    Morel, Jean-Emile

    1969-01-01

    Two important results of the double lipophilic and hydrophilic character of some heavy organic compounds with a polar group at the end of the chain, were studied: - In a first part, molecular diffusion coefficients were measured in order to prove the micellar aggregation of tri-laurylammonium nitrate in some organic solutions; - In a second part, the tensioactivity of some lauryl compounds (lauric acid, lauric alcohol, mono-laurylamine, etc.), was studied. (author) [fr

  9. On the information content of discrete phylogenetic characters.

    Science.gov (United States)

    Bordewich, Magnus; Deutschmann, Ina Maria; Fischer, Mareike; Kasbohm, Elisa; Semple, Charles; Steel, Mike

    2017-12-16

    Phylogenetic inference aims to reconstruct the evolutionary relationships of different species based on genetic (or other) data. Discrete characters are a particular type of data, which contain information on how the species should be grouped together. However, it has long been known that some characters contain more information than others. For instance, a character that assigns the same state to each species groups all of them together and so provides no insight into the relationships of the species considered. At the other extreme, a character that assigns a different state to each species also conveys no phylogenetic signal. In this manuscript, we study a natural combinatorial measure of the information content of an individual character and analyse properties of characters that provide the maximum phylogenetic information, particularly, the number of states such a character uses and how the different states have to be distributed among the species or taxa of the phylogenetic tree.

  10. Microscopic recognition and identification of fish meal in compound feeds

    NARCIS (Netherlands)

    Raamsdonk, van L.W.D.; Prins, Theo; Rhee, van de N.; Vliege, J.J.M.; Pinckaers, V.G.Z.

    2017-01-01

    Fish meal is an accepted ingredient in compound feed. Unauthorised application is primarily enforced by visual inspection, i.e., microscopy. In order to document the visually available diversity, fragments of bones and scales of 17 teleost fish species belonging to seven different orders were

  11. Which "Character" Should Sport Develop?

    Science.gov (United States)

    Rudd, Andy

    2005-01-01

    For years, strong claims have been made that sport builds character. Despite such claims, a "winning at all cost" mentality can frequently be seen within all of sport. The reason for this paradox may relate to confusion around what it means to demonstrate character. The purpose of this article is to show that there are indeed two distinct types of…

  12. 8 CFR 1292.2 - Organizations qualified for recognition; requests for recognition; withdrawal of recognition...

    Science.gov (United States)

    2010-01-01

    ...; requests for recognition; withdrawal of recognition; accreditation of representatives; roster. 1292.2...; requests for recognition; withdrawal of recognition; accreditation of representatives; roster. (a) Qualifications of organizations. A non-profit religious, charitable, social service, or similar organization...

  13. Glycosidically bound aroma compounds and impact odorants of four strawberry varieties.

    Science.gov (United States)

    Ubeda, Cristina; San-Juan, Felipe; Concejero, Belén; Callejón, Raquel M; Troncoso, Ana M; Morales, M Lourdes; Ferreira, Vicente; Hernández-Orte, Purificación

    2012-06-20

    This paper reports the determination of glycosidically bound aroma compounds and the olfactometric analysis in four strawberry varieties (Fuentepina, Camarosa, Candonga and Sabrina). Different hydrolytic strategies were also studied. The results showed significant differences between acid and enzymatic hydrolysis. In general terms, the greater the duration of acid hydrolysis, the higher was the content of norisoprenoids, volatile phenols, benzenes, lactones, Furaneol, and mesifurane. A total of 51 aglycones were identified, 38 of them unreported in strawberry. Olfactometric analyses revealed that the odorants with higher modified frequencies were Furaneol, γ-decalactone, ethyl butanoate, ethyl hexanoate, ethyl 3-methylbutanoate, diacetyl, hexanoic acid, and (Z)-1,5-octadien-3-one. This last compound, described as geranium/green/pepper/lettuce (linear retention index = 1378), was identified for the first time. Differences with regard to fruity, sweet, floral, and green aroma characters were observed among varieties. In Candonga and Fuentepina, the green character overpowered the sweet. In the other two strawberry varieties sweet attributes were stronger than the rest.

  14. Threshold models of recognition and the recognition heuristic

    Directory of Open Access Journals (Sweden)

    Edgar Erdfelder

    2011-02-01

    Full Text Available According to the recognition heuristic (RH theory, decisions follow the recognition principle: Given a high validity of the recognition cue, people should prefer recognized choice options compared to unrecognized ones. Assuming that the memory strength of choice options is strongly correlated with both the choice criterion and recognition judgments, the RH is a reasonable strategy that approximates optimal decisions with a minimum of cognitive effort (Davis-Stober, Dana, and Budescu, 2010. However, theories of recognition memory are not generally compatible with this assumption. For example, some threshold models of recognition presume that recognition judgments can arise from two types of cognitive states: (1 certainty states in which judgments are almost perfectly correlated with memory strength and (2 uncertainty states in which recognition judgments reflect guessing rather than differences in memory strength. We report an experiment designed to test the prediction that the RH applies to certainty states only. Our results show that memory states rather than recognition judgments affect use of recognition information in binary decisions.

  15. Template protection and its implementation in 3D face recognition systems

    Science.gov (United States)

    Zhou, Xuebing

    2007-04-01

    As biometric recognition systems are widely applied in various application areas, security and privacy risks have recently attracted the attention of the biometric community. Template protection techniques prevent stored reference data from revealing private biometric information and enhance the security of biometrics systems against attacks such as identity theft and cross matching. This paper concentrates on a template protection algorithm that merges methods from cryptography, error correction coding and biometrics. The key component of the algorithm is to convert biometric templates into binary vectors. It is shown that the binary vectors should be robust, uniformly distributed, statistically independent and collision-free so that authentication performance can be optimized and information leakage can be avoided. Depending on statistical character of the biometric template, different approaches for transforming biometric templates into compact binary vectors are presented. The proposed methods are integrated into a 3D face recognition system and tested on the 3D facial images of the FRGC database. It is shown that the resulting binary vectors provide an authentication performance that is similar to the original 3D face templates. A high security level is achieved with reasonable false acceptance and false rejection rates of the system, based on an efficient statistical analysis. The algorithm estimates the statistical character of biometric templates from a number of biometric samples in the enrollment database. For the FRGC 3D face database, the small distinction of robustness and discriminative power between the classification results under the assumption of uniquely distributed templates and the ones under the assumption of Gaussian distributed templates is shown in our tests.

  16. THE CHARACTER ANALYSIS OF GLEN HANSARD IN ONCE FILM

    Directory of Open Access Journals (Sweden)

    Nani Rosnani Thamrin

    2013-12-01

    Full Text Available This paper analyzed the characterization of talented actor named Glen Hansard in Once film. This study employed a descriptive qualitative research design based on theories of Rahardjo (1985, Robert (1965, and Card (1988. Primary data sources were whole Once scenes film directed by John Carney which had low-budgeting production with two stars, Glen Hansard and Irglova, while secondary data sources were collected from the articles related to this study. This research mainly investigated two aspects involved two character analyses of the main actor, Hansard. The first one was the construction of Hansard’s characters and the second one was the effect between his character and another actors’ character. The study showed that Hansard’s characters were constructed by five factors: from what the character did and said, what the other characters said about him, how the appearance and its milieu were, influencing one and another.The study also found that he had struggle, visionary, ambitious, introvert, sensitive, straightforward and curious characters, but more characters that showed strong characters of his were struggle, visionary and ambitious, because the scenes reflected them more.

  17. Functional and anatomical dissociation between the orthographic lexicon and the orthographic buffer revealed in reading and writing Chinese characters by fMRI.

    Science.gov (United States)

    Chen, Hsiang-Yu; Chang, Erik C; Chen, Sinead H Y; Lin, Yi-Chen; Wu, Denise H

    2016-04-01

    The contribution of orthographic representations to reading and writing has been intensively investigated in the literature. However, the distinction between neuronal correlates of the orthographic lexicon and the orthographic (graphemic) buffer has rarely been examined in alphabetic languages and never been explored in non-alphabetic languages. To determine whether the neural networks associated with the orthographic lexicon and buffer of logographic materials are comparable to those reported in the literature, the present fMRI experiment manipulated frequency and the stroke number of Chinese characters in the tasks of form judgment and stroke judgment, which emphasized the processing of character recognition and writing, respectively. It was found that the left fusiform gyrus exhibited higher activation when encountering low-frequency than high-frequency characters in both tasks, which suggested this region to be the locus of the orthographic lexicon that represents the knowledge of character forms. On the other hand, the activations in the posterior part of the left middle frontal gyrus and in the left angular gyrus were parametrically modulated by the stroke number of target characters only in the stroke judgment task, which suggested these regions to be the locus of the orthographic buffer that represents the processing of stroke sequence in writing. These results provide the first evidence for the functional and anatomical dissociation between the orthographic lexicon and buffer in reading and writing Chinese characters. They also demonstrate the critical roles of the left fusiform area and the frontoparietal network to the long-term and short-term representations of orthographic knowledge, respectively, across different orthographies. Copyright © 2016 Elsevier Inc. All rights reserved.

  18. Morphological awareness and early and advanced word recognition and spelling in Dutch

    NARCIS (Netherlands)

    Rispens, J.E.; McBride-Chang, C.; Reitsma, P.

    2008-01-01

    This study investigated the relations of three aspects of morphological awareness to word recognition and spelling skills of Dutch speaking children. Tasks of inflectional and derivational morphology and lexical compounding, as well as measures of phonological awareness, vocabulary and mathematics

  19. The character of free topological groups II

    Directory of Open Access Journals (Sweden)

    Peter Nickolas

    2005-04-01

    Full Text Available A systematic analysis is made of the character of the free and free abelian topological groups on metrizable spaces and compact spaces, and on certain other closely related spaces. In the first case, it is shown that the characters of the free and the free abelian topological groups on X are both equal to the “small cardinal” d if X is compact and metrizable, but also, more generally, if X is a non-discrete k!-space all of whose compact subsets are metrizable, or if X is a non-discrete Polish space. An example is given of a zero-dimensional separable metric space for which both characters are equal to the cardinal of the continuum. In the case of a compact space X, an explicit formula is derived for the character of the free topological group on X involving no cardinal invariant of X other than its weight; in particular the character is fully determined by the weight in the compact case. This paper is a sequel to a paper by the same authors in which the characters of the free groups were analysed under less restrictive topological assumptions.

  20. Deep Classifiers-Based License Plate Detection, Localization and Recognition on GPU-Powered Mobile Platform

    Directory of Open Access Journals (Sweden)

    Syed Tahir Hussain Rizvi

    2017-10-01

    Full Text Available The realization of a deep neural architecture on a mobile platform is challenging, but can open up a number of possibilities for visual analysis applications. A neural network can be realized on a mobile platform by exploiting the computational power of the embedded GPU and simplifying the flow of a neural architecture trained on the desktop workstation or a GPU server. This paper presents an embedded platform-based Italian license plate detection and recognition system using deep neural classifiers. In this work, trained parameters of a highly precise automatic license plate recognition (ALPR system are imported and used to replicate the same neural classifiers on a Nvidia Shield K1 tablet. A CUDA-based framework is used to realize these neural networks. The flow of the trained architecture is simplified to perform the license plate recognition in real-time. Results show that the tasks of plate and character detection and localization can be performed in real-time on a mobile platform by simplifying the flow of the trained architecture. However, the accuracy of the simplified architecture would be decreased accordingly.

  1. DIALOGUE AND CHARACTER CLASSIFICATION IN WOLE ...

    African Journals Online (AJOL)

    position, level of education, character and habits of a character are reflected in the speech .... Dictators are averse to any form of ... breaks out shouting slogans of praises of himself. ..... Task easier if I can get all the Obas settled before our.

  2. Aristotelian versus Virtue Ethical Character Education

    Science.gov (United States)

    Curren, Randall

    2016-01-01

    This article examines some central aspects of Kristján Kristjánsson's book, "Aristotelian Character Education," beginning with the claim that contemporary virtue ethics provides methodological, ontological, epistemological, and moral foundations for Aristotelian character education. It considers three different formulations of what…

  3. A Review of Virtual Character's Emotion Model

    Science.gov (United States)

    Liu, Zhen

    2008-11-01

    Emotional virtual characters are essential to digital entertainment, an emotion is related to virtual environment and a virtual character's inner variables, emotion model of virtual character is a hot topic in many fields, domain knowledge is very important for modeling emotion, and the current research of emotion expression in the world was also summarized, and some new research directions of emotion model are presented.

  4. The influence of media characters on children's food choices.

    Science.gov (United States)

    Kotler, Jennifer A; Schiffman, Jennifer M; Hanson, Katherine G

    2012-01-01

    Two experiments were conducted to assess the role of media characters in influencing children's food choices; the first focused on children's self-reported preference, whereas the second focused on actual choice. The results of the experiments suggest that popular characters can make a difference in encouraging children to select one food over another. In the first experiment, children were more likely to indicate a preference for one food over another when one was associated with characters that they liked and with whom they were familiar. This effect was particularly strong when a sugary or salty snack branded by a favored character was competing with a healthier option branded by an unknown character or no character. Alternatively, when children were asked to choose between a healthy food and a sugary or salty snack, branding of the healthy food with a favored character did not significantly change appeal of that healthy snack. However, when foods within the same category (i.e., 2 vegetables, 2 fruits, or 2 grains) were asked to compete against each other, character branding strongly influenced children's food choice. Findings from the second experiment suggest that children are more willing to try more pieces of a healthy food if a favored character, in comparison with an unknown character, is promoting that food.

  5. Characteristics and Influence to Fruit Distillates Quality of Rapid Induction of Ageing Character in the Presence of Mulberry Tree (Morus alba L. Wooden Chips

    Directory of Open Access Journals (Sweden)

    Elena MUDURA

    2016-11-01

    Full Text Available Research on rapid induction of ageing character to double distilled traditional fruit brandies, from Transylvania region was conducted. Mulberry tree chips were used as an alternative to traditional ageing in wooden barrels. The aim of this study was to highlight the factors influencing the chemical composition of fruit brandies, both depending on the type of the wood used and the transformations occurred during the heat treatment. Fruit distillates were produced after the traditional method – double distillation in copper alambic. The evaluation of the brandies consisted in analyzing the chemical parameters and the phenolic compounds after two months of ageing with wood chips. Results were compared with a control sample (unaged distillate, and found that during the ageing process volatile and non-volatile compounds were extracted significantly. The heat treatment influenced the chemical composition of the wooden chips. The chemical composition of finished products varied due to the composition of the wooden chips used and to the heat treatment applied. Evaluation of volatile and non-volatile compounds formed was carried out by comparison with the samples of the unaged distillate. It was demonstrated the improvement of chemical characteristics and polyphenolic compounds content, by rapidly inducing of the ageing character.

  6. Beyond dichotomies : on the nature and classification of compound verbs in English

    Directory of Open Access Journals (Sweden)

    Alexandra Bagasheva

    2011-12-01

    Full Text Available The study of compound verbs in English poses numerous problems, among which even their recognition as compounds on grounds of their derivation. Resulting from at least three different word-formation patterns, compound verbs constitute a heterogeneous class of complex lexemes. Their status as actual compound lexemes invites the differentiation between compounding as a word-formation process and compounds as a special class of lexemes. Even within the latter, compound verbs display marked properties at least in relation to the inability of standard classifications of compounds to capture and compromise their lexical uniformity and their heterogeneous origin. The adoption of a position in which it is argued that compound verbs in English constitute a constructional idiom and the application of scalar analytical notions which combine word-formationist and lexical-semantic accounts cast in the general framework of the cognitive linguistic enterprise yield informative generalizations concerning the linguistic and conceptual properties of compound verbs in English. In view of Radden and Dirven's (2007: 41-46 claim that we do not need "more than two basic types of conceptual units things and relations" in order to establish linguistically relevant conceptual distinctions, compound verbs pose a problem for neat dichotomous treatment as they very often both conceptually and in terms of form include a "thing" (e.g. to flat-hunt, to house-sit, to fellow-feel, to case-harden, etc. and thus come closer to a "situation" than to a "relation". Exactly because of the fact that compound verbs profile/perspectivize "situations" as "relations", they function as special construal mechanisms and as such do not fit the subordinate/coordinate distinction, because they name situations. In view of the above the paper treats compound verbs as a constructional idiom whose analysis necessitates the recognition of the role of conceptual conversion mechanisms, scalar

  7. The Proximate Unit in Chinese Handwritten Character Production

    Directory of Open Access Journals (Sweden)

    Jenn-Yeu eChen

    2013-08-01

    Full Text Available In spoken word production, a proximate unit is the first phonological unit at the sublexical level that is selectable for production (O’Seaghdha, Chen, & Chen, 2010. The present study investigated whether the proximate unit in Chinese handwritten word production is the stroke, the radical, or something in between. A written version of the form preparation task was adopted. Chinese participants learned sets of two-character words, later were cued with the first character of each word, and had to write down the second character (the target. Response times were measured from the onset of a cue character to the onset of a written response. In Experiment 1, the target characters within a block shared (homogeneous or did not share (heterogeneous the first stroke. In Experiment 2, the first two strokes were shared in the homogeneous blocks. Response times in the homogeneous blocks and in the heterogeneous blocks were comparable in both experiments (Exp. 1: 687 ms vs. 684 ms, Exp. 2: 717 vs. 716. In Experiment 3 and 4, the target characters within a block shared or did not share the first radical. Response times in the homogeneous blocks were significantly faster than those in the heterogeneous blocks (Exp. 3: 685 vs. 704, Exp. 4: 594 vs. 650. In Experiment 5 and 6, the shared component was a Gestalt-like form that is more than a stroke, constitutes a portion of the target character, can be a stand-alone character itself, can be a radical of another character but is not a radical of the target character (e.g., 士in聲, 鼓, 穀, 款; called a logographeme. Response times in the homogeneous blocks were significantly faster than those in the heterogeneous blocks (Exp. 5: 576 vs. 625, Exp. 6: 586 vs. 620. These results suggest a model of Chinese handwritten character production in which the stroke is not a functional unit, the radical plays the role of a morpheme, and the logographeme is the proximate unit.

  8. Dynamic Obstacle Clearing for Real-time Character Animation

    OpenAIRE

    Glardon, Pascal; Boulic, Ronan; Thalmann, Daniel

    2006-01-01

    This paper proposes a novel method to control virtual characters in dynamic environments. A virtual character is animated by a locomotion and jumping engine, enabling production of continuous parameterized motions. At any time during runtime, flat obstacles (e.g. a puddle of water) can be created and placed in front of a character. The method first decides whether the character is able to get around or jump over the obstacle. Then the motion parameters are accordingly modified. The transition...

  9. Character feature integration of Chinese calligraphy and font

    Science.gov (United States)

    Shi, Cao; Xiao, Jianguo; Jia, Wenhua; Xu, Canhui

    2013-01-01

    A framework is proposed in this paper to effectively generate a new hybrid character type by means of integrating local contour feature of Chinese calligraphy with structural feature of font in computer system. To explore traditional art manifestation of calligraphy, multi-directional spatial filter is applied for local contour feature extraction. Then the contour of character image is divided into sub-images. The sub-images in the identical position from various characters are estimated by Gaussian distribution. According to its probability distribution, the dilation operator and erosion operator are designed to adjust the boundary of font image. And then new Chinese character images are generated which possess both contour feature of artistical calligraphy and elaborate structural feature of font. Experimental results demonstrate the new characters are visually acceptable, and the proposed framework is an effective and efficient strategy to automatically generate the new hybrid character of calligraphy and font.

  10. Character education in perspective of chemistry pre-service teacher

    Science.gov (United States)

    Merdekawati, Krisna

    2017-12-01

    As one of the pre-service teacher education programs, Chemistry Education Department Islamic University of Indonesia (UII) is committed to providing quality education. It is an education that can produce competent and characteristic chemistry pre-service teacher. The focus of research is to describe the perception of students as a potential teacher of chemistry on character education and achievement of character education. The research instruments include questionnaires and observation sheets. Research data show that students have understood the importance of character education and committed to organizing character education later in schools. Students have understood the ways in which character education can be used. The students stated that Chemistry Education Department has tried to equip students with character education. The observation result shows that students generally have character as a pre-service teacher.

  11. In vitro disposition profiling of heterocyclic compounds.

    Science.gov (United States)

    Keemink, Janneke; Wuyts, Benjamin; Nicolaï, Johan; Jonghe, Steven De; Stella, Alessandro; Herdewijn, Piet; Augustijns, Patrick; Annaert, Pieter

    2015-08-01

    Compound libraries that are screened for biological activity commonly contain heterocycles. Besides potency, drug-like properties need to be evaluated to ensure in vivo efficacy of test compounds. In this context, we determined hepatic and intestinal disposition profiles for 17 heterocyclic compounds. All studied compounds showed rapid uptake in suspended rat hepatocytes, whereas metabolism was poor and the rate-limiting step in hepatic elimination. In vitro assays demonstrated a relatively low solubility and high intestinal permeability. Based on these in vitro data, heterocycles were categorized in the biopharmaceutics classification system (BCS) and the biopharmaceutics drug disposition classification system (BDDCS) to predict disposition characteristics before clinical data are available. Our findings emphasized the importance to use hepatocytes in addition to microsomes to study metabolism, since the latter lack non-microsomal enzymes and cellular context. Moreover, intracellular exposure should be considered to gain insight in the relevant fraction of the compound available at the enzymatic site. Finally, the study reveals discrepancies associated with the classification of heterocycles in BCS versus BDDCS. These probably originate from the binary character of both systems. Copyright © 2015 Elsevier B.V. All rights reserved.

  12. Vehicle license plate recognition in dense fog based on improved atmospheric scattering model

    Science.gov (United States)

    Tang, Chunming; Lin, Jun; Chen, Chunkai; Dong, Yancheng

    2018-04-01

    An effective method based on improved atmospheric scattering model is proposed in this paper to handle the problem of the vehicle license plate location and recognition in dense fog. Dense fog detection is performed firstly by the top-hat transformation and the vertical edge detection, and the moving vehicle image is separated from the traffic video image. After the vehicle image is decomposed into two layers: structure and texture layers, the glow layer is separated from the structure layer to get the background layer. Followed by performing the mean-pooling and the bicubic interpolation algorithm, the atmospheric light map of the background layer can be predicted, meanwhile the transmission of the background layer is estimated through the grayed glow layer, whose gray value is altered by linear mapping. Then, according to the improved atmospheric scattering model, the final restored image can be obtained by fusing the restored background layer and the optimized texture layer. License plate location is performed secondly by a series of morphological operations, connected domain analysis and various validations. Characters extraction is achieved according to the projection. Finally, an offline trained pattern classifier of hybrid discriminative restricted boltzmann machines (HDRBM) is applied to recognize the characters. Experimental results on thorough data sets are reported to demonstrate that the proposed method can achieve high recognition accuracy and works robustly in the dense fog traffic environment during 24h or one day.

  13. Alterations in subspecific characters of groundnut

    International Nuclear Information System (INIS)

    Mouli, C.; Patil, S.H.; Kale, D.M.

    1983-01-01

    Recombination of beneficial characters associated in the cultivars of groundnut (Arachis hypogaea, L.) belonging to the two subspecies hypogaea and fastigiata had little success in conventional breeding programme. The cultures of ssp. hypogaea have the desirable characters for the crop improvement viz; various growth habits, profuse branching, large pod, seed dormancy and stress tolerance. Sequential flowering, early maturity, compact fruiting habit and high kernel outturn are the other useful characters present in ssp. fastigiata cultures. Mutation research in a popular variety, Spanish Improved belonging to ssp. fastigiata led to the selection of various mutants. One among the mutants had large pod, a characteristic of hypogaea ssp. Hybridization among the mutants and improved cultivars as well as radiation treatment of selected cultures resulted in the isolation of cultures having not only combinations and alterations of characters in both subspecies, but also modifications. These cultures are classified into major groups and their significance in the groundnut improvement is discussed. (author)

  14. Character & Cane

    Science.gov (United States)

    Sartorius, Tara Cady

    2009-01-01

    They say first impressions can be deceiving. The difficulty of getting to know someone increases when that person is mostly fictional. Whatever the author writes is all readers can know. Whatever they read about the character is all they have to go on. Now take it another step back, and imagine a portrait drawing, painting or print of that…

  15. Identification Of Minangkabau Landscape Characters

    Science.gov (United States)

    Asrina, M.; Gunawan, A.; Aris, Munandar

    2017-10-01

    Minangkabau is one of cultures in indonesia which occupies landscape intact. Landscape of Minangkabau have a very close relationship with the culture of the people. Uniqueness of Minangkabau culture and landscape forming an inseparable characterunity. The landscape is necessarily identified to know the inherent landscape characters. The objective of this study was to identify the character of the Minangkabau landscape characterizes its uniqueness. The study was conducted by using descriptive method comprised literature review and field observasion. Observed the landscape characters comprised two main features, they were major and minor features. Indetification of the features was conducted in two original areas (darek) of the Minangkabau traditional society. The research results showed that major features or natural features of the landscape were predominantly landform, landcover, and hidrology. All luhak (districts) of Minangkabau showed similar main features such as hill, canyon, lake, valley, and forest. The existence of natural features such as hills, canyon and valleys characterizes the nature of minangkabau landscape. Minor features formed by Minangkabau cultural society were agricultural land and settlement. Rumah gadang (big house) is one of famous minor features characterizes the Minangkabau culture. In addition, several historical artefacts of building and others structure may strengthen uniqueness of the Minangkabau landscape character, such as The royal palace, inscription, and tunnels.

  16. Application of lifting wavelet and random forest in compound fault diagnosis of gearbox

    Science.gov (United States)

    Chen, Tang; Cui, Yulian; Feng, Fuzhou; Wu, Chunzhi

    2018-03-01

    Aiming at the weakness of compound fault characteristic signals of a gearbox of an armored vehicle and difficult to identify fault types, a fault diagnosis method based on lifting wavelet and random forest is proposed. First of all, this method uses the lifting wavelet transform to decompose the original vibration signal in multi-layers, reconstructs the multi-layer low-frequency and high-frequency components obtained by the decomposition to get multiple component signals. Then the time-domain feature parameters are obtained for each component signal to form multiple feature vectors, which is input into the random forest pattern recognition classifier to determine the compound fault type. Finally, a variety of compound fault data of the gearbox fault analog test platform are verified, the results show that the recognition accuracy of the fault diagnosis method combined with the lifting wavelet and the random forest is up to 99.99%.

  17. Indolo[2,3-b]carbazoles with tunable ground states: How Clar's aromatic sextet determines the singlet biradical character

    KAUST Repository

    Luo, Ding

    2014-01-01

    Polycyclic hydrocarbons (PHs) with a singlet biradical ground state have recently attracted extensive interest in physical organic chemistry and materials science. Replacing the carbon radical center in the open-shell PHs with a more electronegative nitrogen atom is expected to result in the more stable aminyl radical. In this work, two kinetically blocked stable/persistent derivatives (1 and 2) of indolo[2,3-b]carbazole, an isoelectronic structure of the known indeno[2,1-b]fluorene, were synthesized and showed different ground states. Based on variable-temperature NMR/ESR measurements and density functional theory calculations, it was found that the indolo[2,3-b]carbazole derivative 1 is a persistent singlet biradical in the ground state with a moderate biradical character (y0 = 0.269) and a small singlet-triplet energy gap (ΔES-T ≅ -1.78 kcal mol-1), while the more extended dibenzo-indolo[2,3-b]carbazole 2 exhibits a quinoidal closed-shell ground state. The difference can be explained by considering the number of aromatic sextet rings gained from the closed-shell to the open-shell biradical resonance form, that is to say, two for compound 1 and one for compound 2, which determines their different biradical characters. The optical and electronic properties of 2 and the corresponding aromatic precursors were investigated by one-photon absorption, transient absorption and two-photon absorption (TPA) spectroscopies and electrochemistry. Amphoteric redox behaviour, a short excited lifetime and a moderate TPA cross section were observed for 2, which can be correlated to its antiaromaticity and small biradical character. Compound 2 showed high reactivity to protic solvents due to its extremely low-lying LUMO energy level. Unusual oxidative dimerization was also observed for the unblocked dihydro-indolo[2,3-b]carbazole precursors 6 and 11. Our studies shed light on the rational design of persistent aminyl biradicals with tunable properties in the future. This journal

  18. CHARACTER EDUCATION IN ISLAMIC BOARDING SCHOOL- BASED SMA AMANAH

    Directory of Open Access Journals (Sweden)

    Nana Herdiana Abdurrahman

    2016-06-01

    Full Text Available This paper aims to describe findings of the study in pesantren-based SMA Amanah covering: 1 the principal policy in developing character education, 2 the methods used in developing character education, 3 students’ characteristics as the result of the character education process, 4 the problems encountered in the implementation of character education and the efforts made in addressing the implementation of character education at the school. This study applied qualitative method using descriptive technique. The data were collected through observation, interviews, and documentation. The findings of study showed that: 1 the principal’s policy in developing character education was carried out by implementing government policies in line with the school’s vision, mission, and programs; 2 the methods used in the process of character education were through role-modelling, assignments and nurturing, habituation, training programs, and  students’ participation in various types of activities, as well as the application of rewards and punishments; 3 the student's characteristics resulted from the character  education process were piousness and devotion as well as being able to apply their knowledge and piety in everyday life; 4 problems encountered in the implementation of character education  were different values and norms students brought from home; imbalance of facilities compared to the number of students; as well as teachers’ readiness to actually implement the new program, which  was character education. Meanwhile the efforts made to overcome those problems were namely developing personal, family, neighborhood or community characters, and making commitment of all related parties/stakeholdres of SMA Amanah.

  19. Binary zone-plate array for a parallel joint transform correlator applied to face recognition.

    Science.gov (United States)

    Kodate, K; Hashimoto, A; Thapliya, R

    1999-05-10

    Taking advantage of small aberrations, high efficiency, and compactness, we developed a new, to our knowledge, design procedure for a binary zone-plate array (BZPA) and applied it to a parallel joint transform correlator for the recognition of the human face. Pairs of reference and unknown images of faces are displayed on a liquid-crystal spatial light modulator (SLM), Fourier transformed by the BZPA, intensity recorded on an optically addressable SLM, and inversely Fourier transformed to obtain correlation signals. Consideration of the bandwidth allows the relations among the channel number, the numerical aperture of the zone plates, and the pattern size to be determined. Experimentally a five-channel parallel correlator was implemented and tested successfully with a 100-person database. The design and the fabrication of a 20-channel BZPA for phonetic character recognition are also included.

  20. The location and recognition of anti-counterfeiting code image with complex background

    Science.gov (United States)

    Ni, Jing; Liu, Quan; Lou, Ping; Han, Ping

    2017-07-01

    The order of cigarette market is a key issue in the tobacco business system. The anti-counterfeiting code, as a kind of effective anti-counterfeiting technology, can identify counterfeit goods, and effectively maintain the normal order of market and consumers' rights and interests. There are complex backgrounds, light interference and other problems in the anti-counterfeiting code images obtained by the tobacco recognizer. To solve these problems, the paper proposes a locating method based on Susan operator, combined with sliding window and line scanning,. In order to reduce the interference of background and noise, we extract the red component of the image and convert the color image into gray image. For the confusing characters, recognition results correction based on the template matching method has been adopted to improve the recognition rate. In this method, the anti-counterfeiting code can be located and recognized correctly in the image with complex background. The experiment results show the effectiveness and feasibility of the approach.

  1. Ultrafast responses of dipolar and octupolar compounds with dipicolinate as an electron acceptor

    Energy Technology Data Exchange (ETDEWEB)

    Wang, Yaochuan, E-mail: ycwang@dlmu.edu.cn [Department of Physics, Dalian Maritime University, Dalian 116026 (China); State Key Laboratory of Fine Chemicals, Dalian University of Technology, Dalian 116024 (China); Liu, Siyuan; Liu, Dajun; Wang, Guiqiu [Department of Physics, Dalian Maritime University, Dalian 116026 (China); Xiao, Haibo [Department of Chemistry, Shanghai Normal University, Shanghai 200234 (China)

    2016-11-01

    Two dipolar compounds with dipicolinate as electron acceptor group named trans-dimethyl-4-[4’-(N,N-dimethylamino)-styry1]-pyridin-2,6-dicarboxylate (M-1), trans-dimethyl-4-[4'-(N,N-diphenylamino)-styry1]-pyridin-2,6-dicarboxylate (P-1) as well as a P-1 based multi-branched octupolar compound {4-[(E)-2-(2,6-dimethoxycarbonylpyridin-4-yl) vinyl]}-N,N-bis{4-[(E)-2-(2,6-dimethoxycarbonylpyridin-4-yl)vinylphenyl]} aniline (P-3) with intense two-photon fluorescence emission properties are systematically investigated by using steady-state absorption and fluorescence spectroscopy, Z-scan, and two-photon excited fluorescence (TPF) method. The two-photon absorption cross section of octupolar compound P-3 in THF solution is determined to be 376 GM, which is approximately 12 times greater than that of dipolar counterpart P-1 (32 GM). Transient absorption spectroscopy is employed to investigate the excited state dynamics of the dipolar and octupolar compounds. The formation and relaxation lifetimes of the intra-molecular charge transfer (ICT) state are determined to be in the ranges of several picoseconds and several-hundreds of picoseconds, respectively, for all the three compounds in THF solutions. An extended π-conjugated system and increased intra-molecular cooperative effect are responsible for the observed large two-photon absorption character. - Highlights: • Octupolar compound gain 12-fold enhancement of two photon absorption. • Dynamic properties of intra-molecular charge transfer state are determined. • Cooperative effect is responsible for great increase of two photon character.

  2. Pattern recognition

    CERN Document Server

    Theodoridis, Sergios

    2003-01-01

    Pattern recognition is a scientific discipline that is becoming increasingly important in the age of automation and information handling and retrieval. Patter Recognition, 2e covers the entire spectrum of pattern recognition applications, from image analysis to speech recognition and communications. This book presents cutting-edge material on neural networks, - a set of linked microprocessors that can form associations and uses pattern recognition to ""learn"" -and enhances student motivation by approaching pattern recognition from the designer's point of view. A direct result of more than 10

  3. Character and Characterization in “Palms and Men” novel

    Directory of Open Access Journals (Sweden)

    Fariedeh Khajehpour

    2013-11-01

    Full Text Available Abstract Nowadays one of the most significant elements in story writing is character and characterization. Character in a narrative or a play, is a person that his mental and moral qualities reflect in his deeds and what he says and does. Creating such characters in a story or a novel that seem to be like real people to the reader is called characterization (Mir Sadeghi, 1382: p 85. In this article character and characterization in one of the novels about the eight year war between Iran and Iraq, calling “Palms and Men”, is investigated. Character types, methods of characterization, character appearance, prototype, the relation of character with other elements, and characterization defects are some of the subjects studied in this article.  Character types: these characters are generally categorized in two groups of stereotype and type. Samir, Touraj, Reza, Hamid etc. all belong to Sepah forces category which are type characters. Some women characters such as Zeinab, Samir’s mother, Kolsoum, Hanieh’s mother etc. are stereotype characters.   Methods of characterization in “Palms and Men” novel:   The description of characters is done in two methods by Mr. Nematollah Soleimani:   a Direct characterization: If not all the characters, most of them are certainly characterized in this way. For example in expressing Hamid’s characteristic who is the commander of the mission, he writes, “Hamid didn’t bat an eyelid in any incidents. Hamid was lion-hearted”. (Soleimani, 1380: 128. In describing uncle Heidar, he writes, “wisdom and insight, and the effects of years of suffering, difficulty, and experiencing could be clearly seen in his limpid eyes. The rural man was indeed a wise and experienced man” (the same: 264_265.   b Indirect Characterization: Although in novels and long stories, direct characterization method is often used, in “Palms and Men” this kind of characterization is also appeared in different conversations

  4. Character and Characterization in “Palms and Men” novel

    Directory of Open Access Journals (Sweden)

    F. Khajeh pour

    Full Text Available Nowadays one of the most significant elements in story writing is character and characterization. Character in a narrative or a play, is a person that his mental and moral qualities reflect in his deeds and what he says and does. Creating such characters in a story or a novel that seem to be like real people to the reader is called characterization (Mir Sadeghi, 1382: p 85. In this article character and characterization in one of the novels about the eight year war between Iran and Iraq, calling “Palms and Men”, is investigated. Character types, methods of characterization, character appearance, prototype, the relation of character with other elements, and characterization defects are some of the subjects studied in this article.Character types: these characters are generally categorized in two groups of stereotype and type. Samir, Touraj, Reza, Hamid etc. all belong to Sepah forces category which are type characters. Some women characters such as Zeinab, Samir’s mother, Kolsoum, Hanieh’s mother etc. are stereotype characters.Methods of characterization in “Palms and Men” novel:The description of characters is done in two methods by Mr. Nematollah Soleimani:aDirect characterization: If not all the characters, most of them are certainly characterized in this way. For example in expressing Hamid’s characteristic who is the commander of the mission, he writes, “Hamid didn’t bat an eyelid in any incidents. Hamid was lion-hearted”. (Soleimani, 1380: 128. In describing uncle Heidar, he writes, “wisdom and insight, and the effects of years of suffering, difficulty, and experiencing could be clearly seen in his limpid eyes. The rural man was indeed a wise and experienced man” (the same: 264_265.bIndirect Characterization: Although in novels and long stories, direct characterization method is often used, in “Palms and Men” this kind of characterization is also appeared in different conversations, stream of consciousness, deeds

  5. WWC Evidence Review Protocol for Character Education Interventions

    Science.gov (United States)

    What Works Clearinghouse, 2014

    2014-01-01

    Character education is an inclusive concept regarding all aspects of how families, schools, and related social institutions support the positive character development of children and adults. "Character" in this context refers to the moral and ethical qualities of persons as well as the demonstration of those qualities in their emotional…

  6. First Course in Japanese: Character Workbook.

    Science.gov (United States)

    Niwa, Tamako

    This character workbook is an introduction to Japanese writing designed to be used in conjunction with Parts One and Two of this introductory course in Japanese. All the "hiragana", several "katakana", and 88 Japanese characters are introduced in this text. The workbook, consisting of 30 lessons, is divided into three parts.…

  7. Do Rural Schools Need Character Education?

    Science.gov (United States)

    Reynolds, Janice Carner

    Studies suggest that the challenge of violence in public schools can be met through character education, whether by providing a school culture in which core values are practiced or some form of moral training (indoctrination). To assess the need for character education in rural schools, small-school superintendents and board members in central…

  8. Moral character predominates in person perception and evaluation.

    Science.gov (United States)

    Goodwin, Geoffrey P; Piazza, Jared; Rozin, Paul

    2014-01-01

    What sorts of trait information do people most care about when forming impressions of others? Recent research in social cognition suggests that "warmth," broadly construed, should be of prime importance in impression formation. Yet, some prior research suggests that information about others' specifically moral traits--their moral "character"--may be a primary dimension. Although warmth and character have sometimes been conceived of as interchangeable, we argue that they are separable, and that across a wide variety of contexts, character is usually more important than warmth in impression formation. We first showed that moral character and social warmth traits are indeed separable (Studies 1 and 2). Further studies that used correlational and experimental methods showed that, as predicted, in most contexts, moral character information is more important in impression formation than is warmth information (Studies 2-6). Character information was also more important than warmth information with respect to judgments of traits' perceived fundamentalness to identity, their uniquely human quality, their context-independence, and their controllability (Study 2). Finally, Study 7 used an archival method to show that moral character information appears more prominently than warmth information in obituaries, and more strongly determines the impressions people form of the individuals described in those obituaries. We discuss implications for current theories of person perception and social cognition.

  9. Cultivating characters (moral value) through internalization strategy in science classroom

    Science.gov (United States)

    Ibrahim, M.; Abadi

    2018-01-01

    It is still in a crucial debate that characters play an important learning outcome to be realized by design. So far, most people think that characters were reached as nurturance effect with the assumption that students who are knowledgeable and skillful will have good characters automatically. Lately, obtained evidence that this assumption is not true. Characters should be taught deliberately or by design. This study was designed to culture elementary school students’ characters through science classroom. The teaching-learning process was conducted to facilitate and bridge the students from the known (concrete images: Science phenomena) to the unknown (abstract ideas: characters: care, and tolerance. Characters were observed five weeks before and after the intervention. Data were analyzed from observation of 24 students in internalization strategy-based courses. Qualitative and quantitative data suggested that the internalization strategy that use of science phenomena to represent abstract ideas (characters) in science classroom positively cultivating characters.

  10. Character combinations, convergence and diversification in ectoparasitic arthropods.

    Science.gov (United States)

    Poulin, Robert

    2009-08-01

    Different lineages of organisms diversify over time at different rates, in part as a consequence of the characteristics of the species in these lineages. Certain suites of traits possessed by species within a clade may determine rates of diversification, with some particular combinations of characters acting synergistically to either limit or promote diversification; the most successful combinations may also emerge repeatedly in different clades via convergent evolution. Here, the association between species characters and diversification is investigated amongst 21 independent lineages of arthropods ectoparasitic on vertebrate hosts. Using nine characters (each with two to four states) that capture general life history strategy, transmission mode and host-parasite interaction, each lineage was described by the set of character states it possesses. The results show, firstly, that most possible pair-wise combinations of character states have been adopted at least once, sometimes several times independently by different lineages; thus, ectoparasitic arthropods have explored most of the life history character space available to them. Secondly, lineages possessing commonly observed combinations of character states are not necessarily the ones that have experienced the highest rates of diversification (measured as a clade's species-per-genus ratio). Thirdly, some specific traits are associated with higher rates of diversification. Using more than one host per generation, laying eggs away from the host and intermediate levels of fecundity are features that appear to have promoted diversification. These findings indicate that particular species characters may be evolutionary drivers of diversity, whose effects could also apply in other taxa.

  11. The dark cube: dark and light character profiles

    Directory of Open Access Journals (Sweden)

    Danilo Garcia

    2016-02-01

    Full Text Available Background. Research addressing distinctions and similarities between people’s malevolent character traits (i.e., the Dark Triad: Machiavellianism, narcissism, and psychopathy has detected inconsistent linear associations to temperament traits. Additionally, these dark traits seem to have a common core expressed as uncooperativeness. Hence, some researchers suggest that the dark traits are best represented as one global construct (i.e., the unification argument rather than as ternary construct (i.e., the uniqueness argument. We put forward the dark cube (cf. Cloninger’s character cube comprising eight dark profiles that can be used to compare individuals who differ in one dark character trait while holding the other two constant. Our aim was to investigate in which circumstances individuals who are high in each one of the dark character traits differ in Cloninger’s “light” character traits: self-directedness, cooperativeness, and self-transcendence. We also investigated if people’s dark character profiles were associated to their light character profiles. Method. A total of 997 participants recruited from Amazon’s Mechanical Turk (MTurk responded to the Short Dark Triad and the Short Character Inventory. Participants were allocated to eight different dark profiles and eight light profiles based on their scores in each of the traits and any possible combination of high and low scores. We used three-way interaction regression analyses and t-tests to investigate differences in light character traits between individuals with different dark profiles. As a second step, we compared the individuals’ dark profile with her/his character profile using an exact cell-wise analysis conducted in the ROPstat software (http://www.ropstat.com. Results. Individuals who expressed high levels of Machiavellianism and those who expressed high levels of psychopathy also expressed low self-directedness and low cooperativeness. Individuals with high

  12. Skipping of Chinese characters does not rely on word-based processing.

    Science.gov (United States)

    Lin, Nan; Angele, Bernhard; Hua, Huimin; Shen, Wei; Zhou, Junyi; Li, Xingshan

    2018-02-01

    Previous eye-movement studies have indicated that people tend to skip extremely high-frequency words in sentence reading, such as "the" in English and "/de" in Chinese. Two alternative hypotheses have been proposed to explain how this frequent skipping happens in Chinese reading: one assumes that skipping happens when the preview has been fully identified at the word level (word-based skipping); the other assumes that skipping happens whenever the preview character is easy to identify regardless of whether lexical processing has been completed or not (character-based skipping). Using the gaze-contingent display change paradigm, we examined the two hypotheses by substituting the preview of the third character of a four-character Chinese word with the high-frequency Chinese character "/de", which should disrupt the ongoing word-level processing. The character-based skipping hypothesis predicts that this manipulation will enhance the skipping probability of the target character (i.e., the third character of the target word), because the character "/de" has much higher character frequency than the original character. The word-based skipping hypothesis instead predicts a reduction of the skipping probability of the target character because the presence of the character "/de" is lexically infelicitous at word level. The results supported the character-based skipping hypothesis, indicating that in Chinese reading the decision of skipping a character can be made before integrating it into a word.

  13. Hydrogels as adsorbents of organo-sulphur compounds currently found in diesel

    Energy Technology Data Exchange (ETDEWEB)

    Aburto, J.; Mendez-Orozco, A.; Borgne, S.L. [Instituto Mexicano del Petroleo, Programa de Biotecnologia del Petroleo, Col. Sn. Bartolo Atepehuacan, Mexico (Mexico)

    2004-07-01

    Hydrogels of chitosan were synthesised using glutaric dialdehyde as the crosslinking agent in an acetonitrile/water solution (1:4, v/v). These hydrogels recognised and adsorbed the dibenzothiophene sulfone (DBTS) against other related compounds found in diesel, e.g. dibenzothiophene (DBT), fluorene (FLE) and 4,6-dimethyl DBT (DMDBT). In order to improve the recognition and adsorption of DBTS, the latter compound served as a template for the building of recognition sites inside the hydrogel matrix through the use of the molecular imprinting technique (MIT). Despite the adsorption capacity of the molecular imprinted hydrogel (MIH) was not increased, the imprinting process of chitosan allowed both an enhancement of two orders of magnitude in ligand affinity constant and material homogeneity as seen by SEM. The change in swelling degree (Q) suggested the presence of a conformational memory of the hydrogel that might allow the design of stimuli-response but also tailored-made hydrogels responding at a required factor as temperature. The imprinting process improved ligand recognition and consequently hydrogel's specificity as shown by a monolayer adsorption. In contrast, the adsorption isotherm of DBTS by the non-imprinted hydrogel showed a multilayer adsorption due to non-specific interactions. (author)

  14. Head capsule characters in the Hymenoptera and their phylogenetic implications

    Directory of Open Access Journals (Sweden)

    Lars Vilhelmsen

    2011-09-01

    Full Text Available The head capsule of a taxon sample of three outgroup and 86 ingroup taxa is examined for characters of possible phylogenetic significance within Hymenoptera. 21 morphological characters are illustrated and scored, and their character evolution explored by mapping them onto a phylogeny recently produced from a large morphological data set. Many of the characters are informative and display unambiguous changes. Most of the character support demonstrated is supportive at the superfamily or family level. In contrast, only few characters corroborate deeper nodes in the phylogeny of Hymenoptera.

  15. 8 CFR 292.2 - Organizations qualified for recognition; requests for recognition; withdrawal of recognition...

    Science.gov (United States)

    2010-01-01

    ...; requests for recognition; withdrawal of recognition; accreditation of representatives; roster. 292.2...; withdrawal of recognition; accreditation of representatives; roster. (a) Qualifications of organizations. A non-profit religious, charitable, social service, or similar organization established in the United...

  16. Activation of р-450-depended monooxygenases changing immunotoxicity of phosphoroorganic compounds due to their metabolism character

    Directory of Open Access Journals (Sweden)

    P.F. Zabrodsky

    2010-03-01

    Full Text Available It was established that the application of the monooxygenase system inductors (MSI of phenobarbital and benzonal up to acute poisoning of animals by trichlorfom in a dose of 1,0 LD50, metabolized in the organism till production of compounds with higher toxicity caused its immunotoxic properties increase. The experiment was carried out on outbred white rats. the acute dimethyldichlorvinylphosphate (1,0 LD50 poisoning, biotransformation of which proceeded with formation of less-toxic and non-toxic compounds after MSI introduction, caused its decrease of suppression influence on immunity system indices

  17. Submatrices of character tables and basic sets

    DEFF Research Database (Denmark)

    Bessenrodt, Christine; Olsson, Jørn Børling

    2012-01-01

    In this investigation of character tables of nite groups we study basic sets and associated representation theoretic data for complementary sets of conjugacy lasses. For the symmetric groups we nd unexpected properties of characters on restricted sets of conjugacy classes, like beautiful...... combinatorial determinant formulae for submatrices of the character table and Cartan matrices with respect to basic sets; we observe that similar phenomena occur for the transition matrices between power sum symmetric functions to bounded partitions and the k-Schur functions dened by Lapointe and Morse...

  18. Visual Antipriming Effect: Evidence from Chinese Character Identification

    Directory of Open Access Journals (Sweden)

    Feng Zhang

    2017-10-01

    Full Text Available Marsolek et al. (2006 have differentiated antipriming effects from priming effects, by adopting a novel priming paradigm comprised of four phases that include a baseline measurement. The general concept of antipriming supports the overlapping representation theory of knowledge. This study extended examination of the Marsolek et al. (2006 paradigm by investigating antipriming and priming effects in a series of Chinese character identification tasks. Results showed that identification accuracy of old characters was significantly higher than baseline measurements (i.e., the priming effect, while identification accuracy of novel characters was significantly lower than baseline measurements (i.e., the antipriming effect. This study demonstrates for the first time the effect of visual antipriming in Chinese character identification. It further provides new evidence for the overlapping representation theory of knowledge, and supports generalizability of the phenomenon to Chinese characters.

  19. Character strengths, social anxiety, and physiological stress reactivity

    Directory of Open Access Journals (Sweden)

    Tingting Li

    2017-05-01

    Full Text Available In this paper, the effects of character strengths on the physiological reactivity to social anxiety induced by the Trier Social Stress Task were reported. On the basis of their scores in the Chinese Virtues Questionnaire, 30 college students were assigned to either high- (n = 15 or low-character-strength (n = 15 groups. Their psychological stress and physiological data across three laboratory stages (namely, baseline, stress exposure, and post-stress were collected. Results indicated that individuals with high character strengths exhibited rapid cardiovascular recovery from baseline to post-stress even if high- and low-character-strength groups showed similar patterns of cardiovascular arousal in response to the stress at baseline and stress exposure. These results prove that character strengths are stress-defense factors that allow for psychological and physiological adaptation to stress.

  20. Representations of deaf characters in children's picture books.

    Science.gov (United States)

    Golos, Debbie B; Moses, Annie M

    2011-01-01

    Picture books can influence how children perceive people of different backgrounds, including people with disabilities whose cultures differ from their own. Researchers have examined the portrayal of multicultural characters with disabilities in children's literature. However, few have specifically considered the portrayal of deaf characters, despite increased inclusion of deaf characters in children's literature over the past two decades. The present study analyzed the portrayal of deaf characters in picture books for children ages 4-8 years. A content analysis of 20 children's picture books was conducted in which the books were analyzed for messages linked to pathological and cultural categories. Results indicated that these books did not portray Deaf characters from a cultural perspective but, rather, highlighted aspects of deafness as a medical condition, one that requires fixing and that perpetuates stereotypes of deafness as a disability.

  1. Influence of a Character-Based App on Children's Learning of Nutritional Information: Should Apps Be Served with a Side of Media Characters?

    Science.gov (United States)

    Putnam, Marisa M; Richmond, Elana M; Brunick, Kaitlin L; Wright, Charlotte A; Calvert, Sandra L

    2018-04-01

    Childhood obesity is a health issue in the United States, associated with marketing practices in which media characters are often used to sell unhealthy products. This study examined exposure to a socially contingent touch-screen gaming app, which replied immediately, reliably, and accurately to children's actions. Children's recall of nutritional content and their liking of the character were assessed. Four- and five-year-old children (N = 114) received no-exposure, single-exposure, or repeated-exposure to a character-based iPad app rewarding healthy and penalizing unhealthy behaviors. Children reported how much they liked the character and recalled healthy and unhealthy items from the app. An ordinary least squares regression was conducted on how much children liked the character by condition. Poisson regressions were conducted on the number of items recalled by condition alone, and in an interacted model of treatment condition by liking the character. Children liked the character more in the repeated app-exposure condition than in the control group (P = 0.018). Children in the repeated and single app-exposure conditions recalled more healthy (P < 0.001) and unhealthy (P < 0.001) items than the control group. Within treatment conditions, liking the character increased recall of healthy items in the single app-exposure compared to the repeated app-exposure condition (P = 0.005). Results revealed that repeated exposure increased children's learning of nutritional information and liking of the character. The results contribute to our understanding of how to deliver effective nutrition information to young children in a new venue, a gaming app.

  2. The Recognition of Overpass in Volunteered Geographic Information

    Directory of Open Access Journals (Sweden)

    MA Chao

    2017-02-01

    Full Text Available The paper presents an overpass recognition method in volunteered geographic information based on the geometry and attribute characteristics. The structure of the overpass is divided into the main bridge parts and the affiliated facilities. The main bridge parts with distinctive characters could be treated as a two-class classification problem. The characteristic vectors could build on the foundation of analysis and quantization the geometry and attribute characteristics. Then, the main bridge is recognized automatically through the support vector machine. The affiliated facilities of the overpass are recognized based on the main bridge with some relevant judgment rules. The OpenStreetMap(osm is selected for the experiment. The results show that the method could effectively recognize the overpass and could provide help for the road simplification and walking guidance.

  3. Determining order-up-to levels under periodic review for compound binomial (intermittent) demand

    NARCIS (Netherlands)

    Teunter, R. H.; Syntetos, A. A.; Babai, M. Z.

    2010-01-01

    We propose a new method for determining order-up-to levels for intermittent demand items in a periodic review system. Contrary to existing methods, we exploit the intermittent character of demand by modelling lead time demand as a compound binomial process. in an extensive numerical study using

  4. Differential theory of learning for efficient neural network pattern recognition

    Science.gov (United States)

    Hampshire, John B., II; Vijaya Kumar, Bhagavatula

    1993-09-01

    We describe a new theory of differential learning by which a broad family of pattern classifiers (including many well-known neural network paradigms) can learn stochastic concepts efficiently. We describe the relationship between a classifier's ability to generate well to unseen test examples and the efficiency of the strategy by which it learns. We list a series of proofs that differential learning is efficient in its information and computational resource requirements, whereas traditional probabilistic learning strategies are not. The proofs are illustrated by a simple example that lends itself to closed-form analysis. We conclude with an optical character recognition task for which three different types of differentially generated classifiers generalize significantly better than their probabilistically generated counterparts.

  5. The Implementation of Character Education at Senior High School

    Directory of Open Access Journals (Sweden)

    Julia

    2018-01-01

    Full Text Available This paper is aimed at analyzing the implementation of character education at Senior High School in Sumedang Regency, West Java, Indonesia. A content analysis method was employed to collect the data with interviews with six teachers from six different senior high schools, which represent the rural, transitional, and urban areas. The findings revealed that: (1 not all teachers understand the concept of character education; (2 the character education has not been done systematically or has not had the specific design/model for the teaching and learning process. Most teachers embedded the character values during the teaching and learning process as a form of character education. For example, through Qur’an recitation, learning tasks, group discussion, lecture, socio-drama, observation and admonition, and even through teachers’ model. Meanwhile, outside the class, character education was implemented through competition and extracurricular activities; (3 the evaluation of character education was relatively varied, such as an observation followed by admonition, group guidance, and also focusing on behavior and affective assessment in the classroom learning process. This research implied that it is needed to make a policy on a program development through the Bureau of Education to improve Senior High School teachers’ knowledge and skills in implementing the character education.

  6. Investigation of Sm(3) and Eu(3) coordination compounds with pyrazolones by IR spectroscopy method

    International Nuclear Information System (INIS)

    Panyushkin, V.T.; Grishenko, T.V.; Afanas'ev, Yu.A.; Garnovskij, A.D.; Osipov, O.A.

    1978-01-01

    The synthesis is described of the coordination nitrate compounds of Sm(3) and Eu(3) with pyrazolones: 4-aminoantipyrine (A), 1-ethylpyridyl- 3-phenyl-pyrazolone-5(B); 1-(3'-ethylpyridyl)-3(phenylamine-n)-pyrazolone-5(C). It has been determined by the infrared spectroscopy method that exocyclic oxygen atom is the place of coordination bond localization in the pentioned compounds. The infrared spectra analysis of complexes in the 1700-1800 cm -1 region makes it possible to mention bidentate character of NO 3 -groups in the studied complex compounds

  7. A self-teaching image processing and voice-recognition-based, intelligent and interactive system to educate visually impaired children

    Science.gov (United States)

    Iqbal, Asim; Farooq, Umar; Mahmood, Hassan; Asad, Muhammad Usman; Khan, Akrama; Atiq, Hafiz Muhammad

    2010-02-01

    A self teaching image processing and voice recognition based system is developed to educate visually impaired children, chiefly in their primary education. System comprises of a computer, a vision camera, an ear speaker and a microphone. Camera, attached with the computer system is mounted on the ceiling opposite (on the required angle) to the desk on which the book is placed. Sample images and voices in the form of instructions and commands of English, Urdu alphabets, Numeric Digits, Operators and Shapes are already stored in the database. A blind child first reads the embossed character (object) with the help of fingers than he speaks the answer, name of the character, shape etc into the microphone. With the voice command of a blind child received by the microphone, image is taken by the camera which is processed by MATLAB® program developed with the help of Image Acquisition and Image processing toolbox and generates a response or required set of instructions to child via ear speaker, resulting in self education of a visually impaired child. Speech recognition program is also developed in MATLAB® with the help of Data Acquisition and Signal Processing toolbox which records and process the command of the blind child.

  8. The Inaccuracy of National Character Stereotypes

    Science.gov (United States)

    McCrae, Robert R.; Chan, Wayne; Jussim, Lee; De Fruyt, Filip; Löckenhoff, Corinna E.; De Bolle, Marleen; Costa, Paul T.; Hřebíčková, Martina; Graf, Sylvie; Realo, Anu; Allik, Jüri; Nakazato, Katsuharu; Shimonaka, Yoshiko; Yik, Michelle; Ficková, Emília; Brunner-Sciarra, Marina; Reátigui, Norma; de Figueora, Nora Leibovich; Schmidt, Vanina; Ahn, Chang-kyu; Ahn, Hyun-nie; Aguilar-Vafaie, Maria E.; Siuta, Jerzy; Szmigielska, Barbara; Cain, Thomas R.; Crawford, Jarret T.; Mastor, Khairul Anwar; Rolland, Jean-Pierre; Nansubuga, Florence; Miramontez, Daniel R.; Benet-Martínez, Veronica; Rossier, Jérôme; Bratko, Denis; Marušić, Iris; Halberstadt, Jamin; Yamaguchi, Mami; Knežević, Goran; Purić, Danka; Martin, Thomas A.; Gheorghiu, Mirona; Smith, Peter B.; Barbaranelli, Claudio; Wang, Lei; Shakespeare-Finch, Jane; Lima, Margarida P.; Klinkosz, Waldemar; Sekowski, Andrzej; Alcalay, Lidia; Simonetti, Franco; Avdeyeva, Tatyana V.; Pramila, V. S.; Terracciano, Antonio

    2013-01-01

    Consensual stereotypes of some groups are relatively accurate, whereas others are not. Previous work suggesting that national character stereotypes are inaccurate has been criticized on several grounds. In this article we (a) provide arguments for the validity of assessed national mean trait levels as criteria for evaluating stereotype accuracy; and (b) report new data on national character in 26 cultures from descriptions (N=3,323) of the typical male or female adolescent, adult, or old person in each. The average ratings were internally consistent and converged with independent stereotypes of the typical culture member, but were weakly related to objective assessments of personality. We argue that this conclusion is consistent with the broader literature on the inaccuracy of national character stereotypes. PMID:24187394

  9. Transliterating non-ASCII characters with Python

    Directory of Open Access Journals (Sweden)

    Seth Bernstein

    2013-10-01

    Full Text Available This lesson shows how to use Python to transliterate automatically a list of words from a language with a non-Latin alphabet to a standardized format using the American Standard Code for Information Interchange (ASCII characters. It builds on readers’ understanding of Python from the lessons “Viewing HTML Files,” “Working with Web Pages,” “From HTML to List of Words (part 1” and “Intro to Beautiful Soup.” At the end of the lesson, we will use the transliteration dictionary to convert the names from a database of the Russian organization Memorial from Cyrillic into Latin characters. Although the example uses Cyrillic characters, the technique can be reproduced with other alphabets using Unicode.

  10. Animated Character Analysis and Costume Design with Structured Analysis

    OpenAIRE

    Yıldırım Artaç, Berna; Ağaç, Saliha

    2016-01-01

    In various genres, costumes complement fictional characters and not onlyconstitute the external appearance of the fictional character, but are alsoused for purposes of fun or style by fans who dress up as the character andinternalize that character’s state of mind. This phenomenon is calledcosplay. A literature review of the field has revealed no study made previouslyon the cosplay costume design process according to character analysis. Thepresent study emphasizes the link between an...

  11. A method of vehicle license plate recognition based on PCANet and compressive sensing

    Science.gov (United States)

    Ye, Xianyi; Min, Feng

    2018-03-01

    The manual feature extraction of the traditional method for vehicle license plates has no good robustness to change in diversity. And the high feature dimension that is extracted with Principal Component Analysis Network (PCANet) leads to low classification efficiency. For solving these problems, a method of vehicle license plate recognition based on PCANet and compressive sensing is proposed. First, PCANet is used to extract the feature from the images of characters. And then, the sparse measurement matrix which is a very sparse matrix and consistent with Restricted Isometry Property (RIP) condition of the compressed sensing is used to reduce the dimensions of extracted features. Finally, the Support Vector Machine (SVM) is used to train and recognize the features whose dimension has been reduced. Experimental results demonstrate that the proposed method has better performance than Convolutional Neural Network (CNN) in the recognition and time. Compared with no compression sensing, the proposed method has lower feature dimension for the increase of efficiency.

  12. About Chinese Characters

    Institute of Scientific and Technical Information of China (English)

    2002-01-01

    It is perhaps a facet of human nature that makes a person want to beking, and to control others. The character "王" was originally"王",symbolizing the emerald prayer beads worn exclusively by the king. Inthe course of this character’s evolution, however, new connotations were

  13. The genetic and environmental structure of the character sub-scales of the temperament and character inventory in adolescence.

    Science.gov (United States)

    Lester, Nigel; Garcia, Danilo; Lundström, Sebastian; Brändström, Sven; Råstam, Maria; Kerekes, Nóra; Nilsson, Thomas; Cloninger, C Robert; Anckarsäter, Henrik

    2016-01-01

    The character higher order scales (self-directedness, cooperativeness, and self-transcendence) in the temperament and character inventory are important general measures of health and well-being [Mens Sana Monograph 11:16-24 (2013)]. Recent research has found suggestive evidence of common environmental influence on the development of these character traits during adolescence. The present article expands earlier research by focusing on the internal consistency and the etiology of traits measured by the lower order sub-scales of the character traits in adolescence. The twin modeling analysis of 423 monozygotic pairs and 408 same sex dizygotic pairs estimated additive genetics (A), common environmental (C), and non-shared environmental (E) influences on twin resemblance. All twins were part of the on-going longitudinal Child and Adolescent Twin Study in Sweden (CATSS). The twin modeling analysis suggested a common environmental contribution for two out of five self-directedness sub-scales (0.14 and 0.23), for three out of five cooperativeness sub-scales (0.07-0.17), and for all three self-transcendence sub-scales (0.10-0.12). The genetic structure at the level of the character lower order sub-scales in adolescents shows that the proportion of the shared environmental component varies in the trait of self-directedness and in the trait of cooperativeness, while it is relatively stable across the components of self-transcendence. The presence of this unique shared environmental effect in adolescence has implications for understanding the relative importance of interventions and treatment strategies aimed at promoting overall maturation of character, mental health, and well-being during this period of the life span.

  14. Processing and properties of PCL/cotton linter compounds

    Energy Technology Data Exchange (ETDEWEB)

    Bezerra, Elieber Barros; Franca, Danyelle Campos; Morais, Dayanne Diniz de Souza; Araujo, Edcleide Maria [Universidade Federal de Campina Grande (UFCG), PB (Brazil). Departamento de Engenharia de Materiais; Rosa, Morsyleide de Freitas; Morais, Joao Paulo Saraiva [Embrapa Tropical Agroindustia, Fortaleza, CE (Brazil); Wellen, Renate Maria Ramos, E-mail: wellen.renate@gmail.com [Universidade Federal da Paraiaba (UFPB), Joao Pessoa, PB (Brazil)

    2017-03-15

    Biodegradable compounds of poly(ε-caprolactone) (PCL)/ cotton linter were melting mixed with filling content ranging from 1% to 5% w/w. Cotton linter is an important byproduct of textile industry; in this work it was used in raw state and after acid hydrolysis. According to the results of torque rheometry no decaying of viscosity took place during compounding, evidencing absence of breaking down in molecular weight. The thermal stability increased by 20% as observed in HDT for PCL/cotton nanolinter compounds. Adding cotton linter to PCL did not change its crystalline character as showed by XRD; however an increase in degree of crystallinity was observed by means of DSC. From mechanical tests in tension was observed an increase in ductility of PCL, and from mechanical tests in flexion an increase in elastic modulus upon addition of cotton linter, whereas impact strength presented lower values for PCL/cotton linter and PCL/cotton nanolinter compounds. SEM images showed that PCL presents plastic fracture and cotton linter has an interlacing fibril structure with high L/D ratio, which are in agreement with matrix/fibril morphology observed for PCL/cotton linter compounds. PCL/cotton linter compounds made in this work cost less than neat PCL matrix and presented improved properties making feasible its commercial use. (author)

  15. HS-SPME optimization and extraction of volatile compounds from soursop (Annona muricata L. pulp with emphasis on their characteristic impact compounds

    Directory of Open Access Journals (Sweden)

    Karen Leticia de SANTANA

    Full Text Available Abstract Aroma and taste are decisive factors in the selection of any food. The aim of this study was to extract the volatile compounds present in soursop (Annona muricata L. pulp by Solid-phase microextraction (SPME technique using 3 different fibers (DVB/CAR/ PDMS, CAR/PDMS and PDMS/DVB. An experimental design was set up to evaluate the best extraction conditions wherein the variables were adsorption temperature, ionic strength and pulp concentration. The separation of volatiles was performed in chromatographic columns of different polarity (polar and non-polar while volatile compounds were identified by analysis in high resolution gas chromatography system coupled with mass spectrometry. The results obtained using 3 different fibers revealed the capture of about 40 compounds. The CAR/PDMS fiber was more efficient for the capture of esters and DVB/CAR/PDMS fiber for terpenes. The optimum conditions for capture of higher number of volatiles for polar column were 45 °C for extraction, 15% of ionic strength and 50% of pulp concentration which resulted in separation of 87 compounds. Among the principal character impact compounds from soursop are (E-2-hexenoate, methyl hexenoate and linalool.

  16. How jurors use and misuse character evidence.

    Science.gov (United States)

    Hunt, Jennifer S; Budesheim, Thomas Lee

    2004-04-01

    The Federal Rules of Evidence allow defendants to offer testimony about their good character, but that testimony can be impeached with cross-examination or a rebuttal witness. It is assumed that jurors use the defense's character evidence (CE) to form guilt and conviction judgments but use impeachment evidence only to assess the character witness's credibility. Two experiments tested these assumptions by presenting mock jurors with various forms of CE and impeachment. Participants made trait ratings for the character witness and defendant and guilt and conviction judgments. Positive CE did not affect guilt or conviction judgments, but cross-examination caused a backlash in which judgments were harsher than when no CE was given. Using path analysis, the authors tested a model of the process by which CE and impeachment affect defendant and witness impressions and guilt and conviction judgments. Implications for juror decision making are discussed.

  17. Introducing Character Animation with Blender

    CERN Document Server

    Mullen, Tony

    2011-01-01

    Introducing Character Animation with Blender, 2nd Edition is written in a friendly but professional tone, with clear descriptions and numerous illustrative screenshots. Throughout the book, tutorials focus on how to accomplish actual animation goals, while illustrating the necessary technical methods along the way. These are reinforced by clear descriptions of how each specific aspect of Blender works and fits together with the rest of the package. By following all the tutorials, the reader will gain all the skills necessary to build and animate a well-modeled, fully-rigged character of their

  18. Technical guide for monitoring selected conditions related to wilderness character

    Science.gov (United States)

    Peter Landres; Steve Boutcher; Liese Dean; Troy Hall; Tamara Blett; Terry Carlson; Ann Mebane; Carol Hardy; Susan Rinehart; Linda Merigliano; David N. Cole; Andy Leach; Pam Wright; Deb Bumpus

    2009-01-01

    The purpose of monitoring wilderness character is to improve wilderness stewardship by providing managers a tool to assess how selected actions and conditions related to wilderness character are changing over time. Wilderness character monitoring provides information to help answer two key questions about wilderness character and wilderness stewardship: 1. How is...

  19. Quantification and sensory studies of character impact odorants of different soybean lecithins.

    Science.gov (United States)

    Stephan, A; Steinhart, H

    1999-10-01

    Fifty-four potent odorants in standardized, hydrolyzed, and deoiled and hydrolyzed soybean lecithins were quantified by high-resolution gas chromatography/mass spectrometry (HRGC/MS). The characterization of their aroma impact was performed by calculation of nasal (n) and retronasal (r) odor activity values (OAVs). For this, the nasal and retronasal recognition thresholds of 18 odor-active compounds were determined in vegetable oil. The following compounds showed the highest nOAVs: 2,3-diethyl-5-methylpyrazine, methylpropanal, acetic acid, pentanoic acid, 2-ethyl-3,5-dimethylpyrazine, pentylpyridine, (Z)-1,5-octadien-3-one, 2-methylbutanal, and beta-damascenone. In addition to the compounds above, 1-octen-3-one, 1-nonen-3-one, and 3-methyl-2,4-nonandione showed potent rOAVs. The results of quantification and OAV calculation were confirmed by a model mixture of 25 impact odorants, which yielded a highly similar sensory profile to that of the original soybean lecithin. The sensory importance of pyrazines and free acids increased through enzymatic hydrolysis and decreased by the process of deoiling. The impact of unsaturated ketones on the lecithin aroma was not changed by either process.

  20. Identification of a powerful aroma compound in munster and camembert cheeses: ethyl 3-mercaptopropionate.

    Science.gov (United States)

    Sourabié, Alain M; Spinnler, Henry-Eric; Bonnarme, Pascal; Saint-Eve, Anne; Landaud, Sophie

    2008-06-25

    With the view to investigate the presence of thiols in cheese, the use of different methods of preparation and extraction with an organomercuric compound ( p-hydroxymercuribenzoate) enabled the isolation of a new compound. The analysis of cheese extracts by gas chromatography coupled with pulse flame photometry, mass spectrometry, and olfactometry detections led to the identification of ethyl 3-mercaptopropionate in Munster and Camembert cheeses. This compound, described at low concentrations as having pleasant, fruity, grapy, rhubarb, and empyreumatic characters, has previously been reported in wine and Concord grape but was never mentioned before in cheese. A possible route for the formation of this compound in relation with the catabolism of sulfur amino acids is proposed.

  1. Cybernetic prediction of inorganic compounds and its correlation with experiment

    International Nuclear Information System (INIS)

    Savitskiy, E.M.; Gribulya, V.B.; Kiselyova, N.N.

    1982-01-01

    Using known experimental examples and data on chemical elements, an approach was proposed, based on computer learning, to establish the regularities and to predict the character of interaction of components of physico-chemical systems of the type AB, A 2 B, and A 3 B. A review is given of the predicted compounds and phases in order to demonstrate the applicability of the method

  2. Effect of refractive error on temperament and character properties

    Institute of Scientific and Technical Information of China (English)

    Emine; Kalkan; Akcay; Fatih; Canan; Huseyin; Simavli; Derya; Dal; Hacer; Yalniz; Nagihan; Ugurlu; Omer; Gecici; Nurullah; Cagil

    2015-01-01

    AIM: To determine the effect of refractive error on temperament and character properties using Cloninger’s psychobiological model of personality.METHODS: Using the Temperament and Character Inventory(TCI), the temperament and character profiles of 41 participants with refractive errors(17 with myopia,12 with hyperopia, and 12 with myopic astigmatism) were compared to those of 30 healthy control participants.Here, temperament comprised the traits of novelty seeking, harm-avoidance, and reward dependence, while character comprised traits of self-directedness,cooperativeness, and self-transcendence.RESULTS: Participants with refractive error showed significantly lower scores on purposefulness,cooperativeness, empathy, helpfulness, and compassion(P <0.05, P <0.01, P <0.05, P <0.05, and P <0.01,respectively).CONCLUSION: Refractive error might have a negative influence on some character traits, and different types of refractive error might have different temperament and character properties. These personality traits may be implicated in the onset and/or perpetuation of refractive errors and may be a productive focus for psychotherapy.

  3. Character, Social-Emotional, and Academic Outcomes among Underachieving Elementary School Students

    Science.gov (United States)

    Grier, Leslie K.

    2012-01-01

    One purpose of this research was to examine the psychometric properties of a character assessment scale (the Character Assessment for School Age Children; CASAC) based on 6 pillars of character (Josephson Institute, 2009). Many youth development and character education programs utilize some, if not all, of the pillars of character explicitly or…

  4. A Japanese logographic character frequency list for cognitive science research.

    Science.gov (United States)

    Chikamatsu, N; Yokoyama, S; Nozaki, H; Long, E; Fukuda, S

    2000-08-01

    This paper describes a Japanese logographic character (kanji) frequency list, which is based on an analysis of the largest recently available corpus of Japanese words and characters. This corpus comprised a full year of morning and evening editions of a major newspaper, containing more than 23 million kanji characters and more than 4,000 different kanji characters. This paper lists the 3,000 most frequent kanji characters, as well as an analysis of kanji usage and correlations between the present list and previous Japanese frequency lists. The authors believe that the present list will help researchers more accurately and efficiently control the selection of kanji characters in cognitive science research and interpret related psycholinguistic data.

  5. A database application for wilderness character monitoring

    Science.gov (United States)

    Ashley Adams; Peter Landres; Simon Kingston

    2012-01-01

    The National Park Service (NPS) Wilderness Stewardship Division, in collaboration with the Aldo Leopold Wilderness Research Institute and the NPS Inventory and Monitoring Program, developed a database application to facilitate tracking and trend reporting in wilderness character. The Wilderness Character Monitoring Database allows consistent, scientifically based...

  6. On character amenability of semigroup algebras | Maepa ...

    African Journals Online (AJOL)

    We study the character amenability of semigroup algebras. We work on general semigroups and certain semigroups such as inverse semigroups with a nite number of idempotents, inverse semigroups with uniformly locally nite idempotent set, Brandt and Rees semigroup and study the character amenability of the ...

  7. The Strategies for Character Building through Sports Participation

    OpenAIRE

    M.S. Omar-Fauzee; Mohd Nizam Nazarudin; Yudha M. Saputra; Nina Sutresna; Duangkrai Taweesuk; Wipoj Chansem; Rozita Abd. Latif; Soh Kim Geok

    2012-01-01

    The sport participation has been a major part of our life in the societies. Studies on sports participation have found that sports have both positive and negative influence on character buildings. It has been on-going debate on whether ‘sports build character’ but through literature analysis, author had found that ‘with the intention, sports do build character.’ Therefore, strategies of building character through sports are suggested in this paper.

  8. Total Moral Quality: A New Approach for Character Education in Pesantren

    Directory of Open Access Journals (Sweden)

    Hasan Baharun

    2017-06-01

    Full Text Available This paper presents the concept of character education in pesantren which gives valuable contributions to the success of moral development for students. It also offers a different paradigm in developing the concept of character building in educational institution. This article is inspired by the lack of effective character learning in a variety of formal educational institutions. Hence, the schools which succeed in instilling character education can be used as a reference to develop character education. This study focuses on character education model developed by pesantren and offers an alternative perspective of the development of character education in Indonesia. This study adopts a qualitative research approach and uses a case study design. The study shows that the model of character education in pesantren is carried out through a multi-disciplinary approach so as to provide maximum results for the development of character education. This study suggests that the Total Moral Quality (TMQ is the further development of Thomas Lickona’s concept of character education of moral modeling, moral knowing, moral feeling and moral habituation and is applicable in the school.

  9. Video Game Characters. Theory and Analysis

    OpenAIRE

    Felix Schröter; Jan-Noël Thon

    2014-01-01

    This essay develops a method for the analysis of video game characters based on a theoretical understanding of their medium-specific representation and the mental processes involved in their intersubjective construction by video game players. We propose to distinguish, first, between narration, simulation, and communication as three modes of representation particularly salient for contemporary video games and the characters they represent, second, between narrative, ludic, and social experien...

  10. Music reading expertise modulates hemispheric lateralization in English word processing but not in Chinese character processing.

    Science.gov (United States)

    Li, Sara Tze Kwan; Hsiao, Janet Hui-Wen

    2018-07-01

    Music notation and English word reading both involve mapping horizontally arranged visual components to components in sound, in contrast to reading in logographic languages such as Chinese. Accordingly, music-reading expertise may influence English word processing more than Chinese character processing. Here we showed that musicians named English words significantly faster than non-musicians when words were presented in the left visual field/right hemisphere (RH) or the center position, suggesting an advantage of RH processing due to music reading experience. This effect was not observed in Chinese character naming. A follow-up ERP study showed that in a sequential matching task, musicians had reduced RH N170 responses to English non-words under the processing of musical segments as compared with non-musicians, suggesting a shared visual processing mechanism in the RH between music notation and English non-word reading. This shared mechanism may be related to the letter-by-letter, serial visual processing that characterizes RH English word recognition (e.g., Lavidor & Ellis, 2001), which may consequently facilitate English word processing in the RH in musicians. Thus, music reading experience may have differential influences on the processing of different languages, depending on their similarities in the cognitive processes involved. Copyright © 2018 Elsevier B.V. All rights reserved.

  11. Conduction mechanism of nitronyl-nitroxide molecular magnetic compounds

    Science.gov (United States)

    Dotti, N.; Heintze, E.; Slota, M.; Hübner, R.; Wang, F.; Nuss, J.; Dressel, M.; Bogani, L.

    2016-04-01

    We investigate the conduction mechanisms of nitronyl-nitroxide (NIT) molecular radicals, as useful for the creation of nanoscopic molecular spintronic devices, finding that it does not correspond to standard Mott behavior, as previously postulated. We provide a complete investigation using transport measurements, low-energy, sub-THz spectroscopy and introducing differently substituted phenyl appendages. We show that a nontrivial surface-charge-limited regime is present in addition to the standard low-voltage Ohmic conductance. Scaling analysis allows one to determine all the main transport parameters for the compounds and highlights the presence of charge-trapping effects. Comparison among the different compounds shows the relevance of intermolecular stacking between the aromatic ring of the phenyl appendix and the NIT motif in the creation of useful electron transport channels. The importance of intermolecular pathways is further highlighted by electronic structure calculations, which clarify the nature of the electronic channels and their effect on the Mott character of the compounds.

  12. Robust keyword retrieval method for OCRed text

    Science.gov (United States)

    Fujii, Yusaku; Takebe, Hiroaki; Tanaka, Hiroshi; Hotta, Yoshinobu

    2011-01-01

    Document management systems have become important because of the growing popularity of electronic filing of documents and scanning of books, magazines, manuals, etc., through a scanner or a digital camera, for storage or reading on a PC or an electronic book. Text information acquired by optical character recognition (OCR) is usually added to the electronic documents for document retrieval. Since texts generated by OCR generally include character recognition errors, robust retrieval methods have been introduced to overcome this problem. In this paper, we propose a retrieval method that is robust against both character segmentation and recognition errors. In the proposed method, the insertion of noise characters and dropping of characters in the keyword retrieval enables robustness against character segmentation errors, and character substitution in the keyword of the recognition candidate for each character in OCR or any other character enables robustness against character recognition errors. The recall rate of the proposed method was 15% higher than that of the conventional method. However, the precision rate was 64% lower.

  13. Computational Design of Animated Mechanical Characters

    Science.gov (United States)

    Coros, Stelian; Thomaszewski, Bernhard; DRZ Team Team

    2014-03-01

    A factor key to the appeal of modern CG movies and video-games is that the virtual worlds they portray place no bounds on what can be imagined. Rapid manufacturing devices hold the promise of bringing this type of freedom to our own world, by enabling the fabrication of physical objects whose appearance, deformation behaviors and motions can be precisely specified. In order to unleash the full potential of this technology however, computational design methods that create digital content suitable for fabrication need to be developed. In recent work, we presented a computational design system that allows casual users to create animated mechanical characters. Given an articulated character as input, the user designs the animated character by sketching motion curves indicating how they should move. For each motion curve, our framework creates an optimized mechanism that reproduces it as closely as possible. The resulting mechanisms are attached to the character and then connected to each other using gear trains, which are created in a semi-automated fashion. The mechanical assemblies generated with our system can be driven with a single input driver, such as a hand-operated crank or an electric motor, and they can be fabricated using rapid prototyping devices.

  14. Crystal structure of mixed ligand compound [HgPhen{(C2H5)2NCS2}2] and character of intermolecular interaction in the structures of [MPhen{(C2H5)2NCS2}2] (M = Zn, Cd, Hg) complexes

    International Nuclear Information System (INIS)

    Klevtsova, R.F.; Glinskaya, L.A.; Zemskova, S.M.; Larionov, S.V.

    2002-01-01

    Monocrystals of mixed ligand complex [HgPhen(Et 2 NCS 2 ) 2 ] (Phen = 1, 10-phenanthroline) have been prepared and by the method of X-ray diffraction its crystal structure has been determined. The structure of mercury complex has been compared with structures of previously studied cadmium and zinc complexes similar in composition. The character of interaction between molecules of cadmium, zinc, mercury mixed ligand complexes and ways of their packing have been considered. It is shown that the structure of the complexes presents a molecular group assembled from two monomeric compounds at the expense of interaction between heterocyclic ligands contained in the mixed ligand complexes [ru

  15. A structural query system for Han characters

    DEFF Research Database (Denmark)

    Skala, Matthew

    2016-01-01

    The IDSgrep structural query system for Han character dictionaries is presented. This dictionary search system represents the spatial structure of Han characters using Extended Ideographic Description Sequences (EIDSes), a data model and syntax based on the Unicode IDS concept. It includes a query...... language for EIDS databases, with a freely available implementation and format translation from popular third-party IDS and XML character databases. The system is designed to suit the needs of font developers and foreign language learners. The search algorithm includes a bit vector index inspired by Bloom...... filters to support faster query operations. Experimental results are presented, evaluating the effect of the indexing on query performance....

  16. Developing Individual and Team Character in Sport

    Science.gov (United States)

    Gaines, Stacey A.

    2012-01-01

    The idea that participation in sport builds character is a long-standing one. Advocates of sport participation believe that sport provides an appropriate context for the learning of social skills such as cooperation and the development of prosocial behavior (Weiss, Smith, & Stuntz, 2008). Research in sport regarding character development has…

  17. Personality, temperament and character in Erich Fromm's theory

    Directory of Open Access Journals (Sweden)

    Redžić Saduša F.

    2012-01-01

    Full Text Available The character of the man is the substitute for instincts that animals have. In reality characters are not found in pure form, as specified orientation, but as a mixture of types. The social character of Fromm has an ethical and heuristic importance. Human passions are rooted in character and are a way to give meaning to existence, to respond to the human existential situation. If we are not able to respond through the love, then, in the absence of, we turn to destructiveness. According to Fromm, the most important goal of society should be human development. He lays down a rational belief in critical thought coupled with love of life. Although the development of personality is largely determined by social structure, Fromm concludes it is not entirely passive, that a man has the opportunity, space and power to use his mind to react to the alienation and inhumane living conditions. Through analysis of the social character From is giving a kind of critique of modern, market-oriented society, based on the principles of humanistic ethics. .

  18. Membangun Karakter Anak Usia Dini melalui Pembelajaran Math Character

    Directory of Open Access Journals (Sweden)

    Titin Faridatun Nisa’

    2016-09-01

    Full Text Available Penelitian ini bertujuan untuk mengetahui penerapan pembelajaran math character untuk membangun karakter Anak Usia Dini (AUD dan kesulitan-kesulitan yang dialami guru dalam penerapan pembelajaran math character. Target penelitian ini adalah terbentuknya karakter anak usia dini melalui pembelajaran math character. Jenis penelitian ini adalah penelitian deskriptif dengan metode penelitian kualitatif. Teknik pengumpulan informasi penelitian ini dengan metode observasi dan wawancara. Analisis data penelitian ini menggunakan analisis deskriptif. Hasil penelitian menunjukkan bahwa penerapan pembelajaran math character dapat membangun delapan belas nilai-nilai karakter AUD. Kesulitan-kesulitan yang dialami guru dalam pembentukan karakter AUD melalui pembelajaran math character meliputi tema yang digunakan termasuk tema baru, siswa belum terbiasa dengan pembelajaran berbasis sentra, usia siswa bervariasi, dan adanya ikut campur wali siswa dalam kegiatan pembelajaran di kelas sehingga siswa menjadi kurang mandiri.

  19. A Chinese character teaching system using structure theory and morphing technology.

    Science.gov (United States)

    Sun, Linjia; Liu, Min; Hu, Jiajia; Liang, Xiaohui

    2014-01-01

    This paper proposes a Chinese character teaching system by using the Chinese character structure theory and the 2D contour morphing technology. This system, including the offline phase and the online phase, automatically generates animation for the same Chinese character from different writing stages to intuitively show the evolution of shape and topology in the process of Chinese characters teaching. The offline phase builds the component models database for the same script and the components correspondence database for different scripts. Given two or several different scripts of the same Chinese character, the online phase firstly divides the Chinese characters into components by using the process of Chinese character parsing, and then generates the evolution animation by using the process of Chinese character morphing. Finally, two writing stages of Chinese characters, i.e., seal script and clerical script, are used in experiment to show the ability of the system. The result of the user experience study shows that the system can successfully guide students to improve the learning of Chinese characters. And the users agree that the system is interesting and can motivate them to learn.

  20. A Chinese character teaching system using structure theory and morphing technology.

    Directory of Open Access Journals (Sweden)

    Linjia Sun

    Full Text Available This paper proposes a Chinese character teaching system by using the Chinese character structure theory and the 2D contour morphing technology. This system, including the offline phase and the online phase, automatically generates animation for the same Chinese character from different writing stages to intuitively show the evolution of shape and topology in the process of Chinese characters teaching. The offline phase builds the component models database for the same script and the components correspondence database for different scripts. Given two or several different scripts of the same Chinese character, the online phase firstly divides the Chinese characters into components by using the process of Chinese character parsing, and then generates the evolution animation by using the process of Chinese character morphing. Finally, two writing stages of Chinese characters, i.e., seal script and clerical script, are used in experiment to show the ability of the system. The result of the user experience study shows that the system can successfully guide students to improve the learning of Chinese characters. And the users agree that the system is interesting and can motivate them to learn.

  1. Character Education of the Most Developed Countries in ASEAN

    Science.gov (United States)

    Istiningsih

    2016-01-01

    Character education into an international issue, especially in developing countries. More specifically in Indonesia, character education is a major issue in the 2012's to the present. What kind of education that may build character? To be able to answer this question, we need a broad and deep research. Research simpler related to character…

  2. Character Education in Three Schools: Catholic, Quaker and Public

    Science.gov (United States)

    Meidl, Christopher; Meidl, Tynisha

    2013-01-01

    Character education has always played a role in the purpose of schools. Most US states have a statement about character education as a part of the mission of the schools. This research studied how character education was perceived by participants in regards to school mission statements/philosophies, school atmosphere and curriculum in a Catholic…

  3. Relationships between Character Education and School Climate

    Science.gov (United States)

    Karaburk, Hasan

    2017-01-01

    The purpose of this study was to explore the relationships between character education and school climate based on the lived experiences and beliefs of teachers. The research was conducted in a public middle school to explore understandings and beliefs of teachers about character education and its perceived impact on school climate. Social…

  4. Consequences of Morphology on Molecularly Imprinted Polymer-Ligand Recognition

    Directory of Open Access Journals (Sweden)

    Annika M. Rosengren

    2013-01-01

    Full Text Available The relationship between molecularly imprinted polymer (MIP morphology and template-rebinding over a series of warfarin-imprinted methacrylic acid co(ethylene dimethacrylate polymers has been explored. Detailed investigations of the nature of template recognition revealed that an optimal template binding was obtained with polymers possessing a narrow population of pores (~3–4 nm in the mesopore size range. Importantly, the warfarin-polymer rebinding analyses suggest strategies for regulating ligand binding capacity and specificity through variation of the degree of cross-linking, where polymers prepared with a lower degree of cross-linking afford higher capacity though non-specific in character. In contrast, the co-existence of specific and non-specific binding was found in conjunction with higher degrees of cross-linking and resultant meso- and macropore size distributions.

  5. "It Could Affect You as a Person, Character-Wise": Promoting Character Development and Preventing Sexual Violence at West Point

    Science.gov (United States)

    Arbeit, Miriam R.

    2017-01-01

    The United States Military Academy at West Point develops cadets into "leaders of character" who will become Army officers. This focus on character presents an opportunity for the prevention of sexual violence through an emphasis on military values. Using constructivist grounded theory, this study examined how cadets experience their own…

  6. Integrating Character Education In Teaching Speaking For Business Administration Students

    OpenAIRE

    Woro Prastiwi, Chyntia Heru

    2016-01-01

    Globalization along with the advancement of information and communication technology has brought tremendous effects on students' character. Education field as a place of community has to contribute in developing students' character traits. Integrating character education in curriculum is the key for qualified education. This research aimed to describe the way to integrate character education in teaching speaking for Business Administration students. The data was obtained from teaching and lea...

  7. Optical Pattern Recognition

    Science.gov (United States)

    Yu, Francis T. S.; Jutamulia, Suganda

    2008-10-01

    Contributors; Preface; 1. Pattern recognition with optics Francis T. S. Yu and Don A. Gregory; 2. Hybrid neural networks for nonlinear pattern recognition Taiwei Lu; 3. Wavelets, optics, and pattern recognition Yao Li and Yunglong Sheng; 4. Applications of the fractional Fourier transform to optical pattern recognition David Mendlovic, Zeev Zalesky and Haldum M. Oxaktas; 5. Optical implementation of mathematical morphology Tien-Hsin Chao; 6. Nonlinear optical correlators with improved discrimination capability for object location and recognition Leonid P. Yaroslavsky; 7. Distortion-invariant quadratic filters Gregory Gheen; 8. Composite filter synthesis as applied to pattern recognition Shizhou Yin and Guowen Lu; 9. Iterative procedures in electro-optical pattern recognition Joseph Shamir; 10. Optoelectronic hybrid system for three-dimensional object pattern recognition Guoguang Mu, Mingzhe Lu and Ying Sun; 11. Applications of photrefractive devices in optical pattern recognition Ziangyang Yang; 12. Optical pattern recognition with microlasers Eung-Gi Paek; 13. Optical properties and applications of bacteriorhodopsin Q. Wang Song and Yu-He Zhang; 14. Liquid-crystal spatial light modulators Aris Tanone and Suganda Jutamulia; 15. Representations of fully complex functions on real-time spatial light modulators Robert W. Cohn and Laurence G. Hassbrook; Index.

  8. ECONOMIC ETHICS: APPLIED AND PROFESSIONAL CHARACTER

    Directory of Open Access Journals (Sweden)

    Ella Gordova

    2012-01-01

    Full Text Available In given article economic ethics are considered as set of norms of behavior of the businessman, the requirements shown by a cultural society to its style of work, to character of dialogue between participants of business, to their social shape. The conclusion becomes that economic ethics have applied character in relation to theoretical, to obschenormativnoy ethics, hence, represent section of applied ethics. On the other hand, the specific standard maintenance characterizes economic ethics as ethics professional.

  9. A new selective developmental deficit: Impaired object recognition with normal face recognition.

    Science.gov (United States)

    Germine, Laura; Cashdollar, Nathan; Düzel, Emrah; Duchaine, Bradley

    2011-05-01

    Studies of developmental deficits in face recognition, or developmental prosopagnosia, have shown that individuals who have not suffered brain damage can show face recognition impairments coupled with normal object recognition (Duchaine and Nakayama, 2005; Duchaine et al., 2006; Nunn et al., 2001). However, no developmental cases with the opposite dissociation - normal face recognition with impaired object recognition - have been reported. The existence of a case of non-face developmental visual agnosia would indicate that the development of normal face recognition mechanisms does not rely on the development of normal object recognition mechanisms. To see whether a developmental variant of non-face visual object agnosia exists, we conducted a series of web-based object and face recognition tests to screen for individuals showing object recognition memory impairments but not face recognition impairments. Through this screening process, we identified AW, an otherwise normal 19-year-old female, who was then tested in the lab on face and object recognition tests. AW's performance was impaired in within-class visual recognition memory across six different visual categories (guns, horses, scenes, tools, doors, and cars). In contrast, she scored normally on seven tests of face recognition, tests of memory for two other object categories (houses and glasses), and tests of recall memory for visual shapes. Testing confirmed that her impairment was not related to a general deficit in lower-level perception, object perception, basic-level recognition, or memory. AW's results provide the first neuropsychological evidence that recognition memory for non-face visual object categories can be selectively impaired in individuals without brain damage or other memory impairment. These results indicate that the development of recognition memory for faces does not depend on intact object recognition memory and provide further evidence for category-specific dissociations in visual

  10. Peter as character in the Gospel of Matthew: complexity and inversion

    Directory of Open Access Journals (Sweden)

    João Leonel

    2014-03-01

    Full Text Available This article focuses on the apostle Peter as a character in the Gospel of Matthew.  It aims at identifying the nuances and changes of the character Peter in the Gospel. For this purpose, I take as a starting point that the gospel belongs to the literary genre of ancient Greco-Roman Biography, which presents Jesus Christ as the protagonist. The other characters are developed in relationship with him. The same is true with the Apostle Peter. The article unfolds from narrative theory, in particular the categorization of characters. I categorize, based on Erich Auerbach and Robert Alter, the features of biblical characters, developing comparisons with theories of the character in the modern novel. The analysis of the main texts from the Gospel of Matthew that portray the character Peter leads to the conclusion that its main features are complexity and inversion. They produce an overview of the involution of the character in the narrative of the Gospel of Matthew.

  11. Distributional Similarity for Chinese: Exploiting Characters and Radicals

    Directory of Open Access Journals (Sweden)

    Peng Jin

    2012-01-01

    Full Text Available Distributional Similarity has attracted considerable attention in the field of natural language processing as an automatic means of countering the ubiquitous problem of sparse data. As a logographic language, Chinese words consist of characters and each of them is composed of one or more radicals. The meanings of characters are usually highly related to the words which contain them. Likewise, radicals often make a predictable contribution to the meaning of a character: characters that have the same components tend to have similar or related meanings. In this paper, we utilize these properties of the Chinese language to improve Chinese word similarity computation. Given a content word, we first extract similar words based on a large corpus and a similarity score for ranking. This rank is then adjusted according to the characters and components shared between the similar word and the target word. Experiments on two gold standard datasets show that the adjusted rank is superior and closer to human judgments than the original rank. In addition to quantitative evaluation, we examine the reasons behind errors drawing on linguistic phenomena for our explanations.

  12. Meeting Characters in Caldecotts: What Does This Mean for Today's Readers?

    Science.gov (United States)

    Koss, Melanie D.; Martinez, Miriam; Johnson, Nancy J.

    2016-01-01

    We examined representations of main characters in Caldecott Award winner and honor books over the past 25 years. Each book containing a human main character was coded for the following features: culture/ethnicity, gender, age, place where character lives, time period in which the character lives, disability, religion, socioeconomic status, and…

  13. Image based book cover recognition and retrieval

    Science.gov (United States)

    Sukhadan, Kalyani; Vijayarajan, V.; Krishnamoorthi, A.; Bessie Amali, D. Geraldine

    2017-11-01

    In this we are developing a graphical user interface using MATLAB for the users to check the information related to books in real time. We are taking the photos of the book cover using GUI, then by using MSER algorithm it will automatically detect all the features from the input image, after this it will filter bifurcate non-text features which will be based on morphological difference between text and non-text regions. We implemented a text character alignment algorithm which will improve the accuracy of the original text detection. We will also have a look upon the built in MATLAB OCR recognition algorithm and an open source OCR which is commonly used to perform better detection results, post detection algorithm is implemented and natural language processing to perform word correction and false detection inhibition. Finally, the detection result will be linked to internet to perform online matching. More than 86% accuracy can be obtained by this algorithm.

  14. Playing MMORPGs: connections between addiction and identifying with a character.

    Science.gov (United States)

    Smahel, David; Blinka, Lukas; Ledabyl, Ondrej

    2008-12-01

    Addiction to online role-playing games is one of the most discussed aspects of recent cyberpsychology, mainly for its potentially negative impact on the social lives of young people. In our study, we focus on some aspects of youth and adolescent addiction to MMORPGs. We investigated connections between players and their game characters and examined if, and in what ways, player relationship to their character affected potential addiction. Players attitude to their characters seems to play a specific role, since players who tend to be addicted view their characters as being superior and more often wish to be like their characters in their real lives. Our research also confirmed that younger players are generally more prone to addiction.

  15. Genus-two characters of the Ising model

    International Nuclear Information System (INIS)

    Choi, J.H.; Koh, I.G.

    1989-01-01

    As a first step in studying conformal theories on a higher-genus Riemann surface, we construct genus-two characters of the Ising model from their behavior in zero- and nonzero-homology pinching limits, the Goddard-Kent-Oliveco set-space construction, and the branching coefficients in the level-two A 1 /sup (1)/ Kac-Moody characters on the higher-genus Riemann surface

  16. An investigation of player to player character identification via personal pronouns

    DEFF Research Database (Denmark)

    Hichens, Michael; Drachen, Anders; Richards, Deborah

    2012-01-01

    The player character is an important feature of many games, where it is through the character that the player interacts with game world. There has been considerable interest in the relationship between the player and the player character. Much of this work has examined the identification of players......, third) as an indication of the relationship between player and character. Results indicate that the presence of story and information about the player character had no effect on identification with the plater character. However, characteristics of the players, particularly gender and general experience...... in playing video games, did have a statistically significant affect, indicating that different levels of identification are more dependent on the player than on the game. This indicates that players are not a homogeneous group with respect to player character identification and is an important consideration...

  17. Biaryl amide compounds reduce the inflammatory response in macrophages by regulating Dectin-1.

    Science.gov (United States)

    Hyung, Kyeong Eun; Lee, Mi Ji; Lee, Yun-Jung; Lee, Do Ik; Min, Hye Young; Park, So-Young; Min, Kyung Hoon; Hwang, Kwang Woo

    2016-03-01

    Macrophages are archetypal innate immune cells that play crucial roles in the recognition and phagocytosis of invading pathogens, which they identify using pattern recognition receptors (PRRs). Dectin-1 is essential for antifungal immune responses, recognizing the fungal cellular component β-glucan, and its role as a PRR has been of increasing interest. Previously, we discovered and characterized a novel biaryl amide compound, MPS 03, capable of inhibiting macrophage phagocytosis of zymosan. Therefore, in this study we aimed to identify other biaryl amide compounds with greater effectiveness than MPS 03, and elucidate their cellular mechanisms. Several MPS 03 derivatives were screened, four of which reduced zymosan phagocytosis in a similar manner to MPS 03. To establish whether such phagocytosis inhibition influenced the production of inflammatory mediators, pro-inflammatory cytokine and nitric oxide (NO) levels were measured. The production of TNF-α, IL-6, IL-12, and NO was significantly reduced in a dose-dependent manner. Moreover, the inflammation-associated MAPK signaling pathway was also affected by biaryl amide compounds. To investigate the underlying cellular mechanism, PRR expression was measured. MPS 03 and its derivatives were found to inhibit zymosan phagocytosis by decreasing Dectin-1 expression. Furthermore, when macrophages were stimulated by zymosan after pretreatment with biaryl amide compounds, downstream transcription factors such as NFAT, AP-1, and NF-κB were downregulated. In conclusion, biaryl amide compounds reduce zymosan-induced inflammatory responses by downregulating Dectin-1 expression. Therefore, such compounds could be used to inhibit Dectin-1 in immunological experiments and possibly regulate excessive inflammatory responses. Copyright © 2016. Published by Elsevier B.V.

  18. Affective affordances: Improving interface characters engagement through interaction.

    NARCIS (Netherlands)

    Van Vugt, H.C.; Hoorn, J.F.; Konijn, E.A.; De Bie Dimitriadou, A.

    2006-01-01

    The nature of humans interacting with interface characters (e.g. embodied agents) is not well understood. The I-PEFiC model provides an integrative perspective on human-character interaction, assuming that the processes of engagement and user interaction exchange information in explaining user

  19. Affective affordances: Improving interface character engagement through interaction

    NARCIS (Netherlands)

    van Vugt, H.C.; Hoorn, J.F.; Konijn, E.A.; de Bie Dimitriadou, A.

    2006-01-01

    The nature of humans interacting with interface characters (e.g. embodied agents) is not well understood. The I-PEFiC model provides an integrative perspective on human-character interaction, assuming that the processes of engagement and user interaction exchange information in explaining user

  20. The Life Mission Theory VI. A Theory for the Human Character: Healing with Holistic Medicine Through Recovery of Character and Purpose of Life

    Directory of Open Access Journals (Sweden)

    Søren Ventegodt

    2004-01-01

    Full Text Available The human character can be understood as an extension of the life mission or purpose of life, and explained as the primary tool of a person to impact others and express the purpose of life. Repression of the human character makes it impossible for a person to realize his personal mission in life and, therefore, is one of the primary causes of self-repression resulting in poor quality of life, health, and ability. From Hippocrates to Hahnemann, repression of physical, mental, and spiritual character can be seen as the prime cause of disease, while recovery of character has been the primary intention of the treatment. In this paper, human character is explained as an intersubjective aspect of consciousness with the ability to influence the consciousness of another person directly. To understand consciousness, we reintroduce the seven-ray theory of consciousness explaining consciousness in accordance with a fractal ontology with a bifurcation number of seven (the numbers four to ten work almost as well. A case report on a female, aged 35 years, with severe hormonal disturbances, diagnosed with extremely early menopause, is presented and treated according to the theory of holistic existential healing (the holistic process theory of healing. After recovery of her character and purpose of life, her quality of life dramatically improved and hormonal status normalized. We believe that the recovery of human character and purpose of life was the central intention of Hippocrates and thus the original essence of western medicine. Interestingly, there are strong parallels to the peyote medicine of the Native Americans, the African Sangomas, the Australian Aboriginal healers, and the old Nordic medicine. The recovery of human character was also the intention of Hahnemann's homeopathy. We believe that we are at the core of consciousness-based medicine, as recovery of purpose of life and human character has been practiced as medicine in most human cultures

  1. Systematic review of character development and childhood chronic illness.

    Science.gov (United States)

    Maslow, Gary R; Hill, Sherika N

    2016-05-08

    To review empirical evidence on character development among youth with chronic illnesses. A systematic literature review was conducted using PubMed and PSYCHINFO from inception until November 2013 to find quantitative studies that measured character strengths among youth with chronic illnesses. Inclusion criteria were limited to English language studies examining constructs of character development among adolescents or young adults aged 13-24 years with a childhood-onset chronic medical condition. A librarian at Duke University Medical Center Library assisted with the development of the mesh search term. Two researchers independently reviewed relevant titles (n = 549), then abstracts (n = 45), and finally manuscripts (n = 3). There is a lack of empirical research on character development and childhood-onset chronic medical conditions. Three studies were identified that used different measures of character based on moral themes. One study examined moral reasoning among deaf adolescents using Kohlberg's Moral Judgement Instrument; another, investigated moral values of adolescent cancer survivors with the Values In Action Classification of Strengths. A third study evaluated moral behavior among young adult survivors of burn injury utilizing the Tennessee Self-Concept, 2(nd) edition. The studies observed that youth with chronic conditions reasoned at less advanced stages and had a lower moral self-concept compared to referent populations, but that they did differ on character virtues and strengths when matched with healthy peers for age, sex, and race/ethnicity. Yet, generalizations could not be drawn regarding character development of youth with chronic medical conditions because the studies were too divergent from each other and biased from study design limitations. Future empirical studies should learn from the strengths and weaknesses of the existing literature on character development among youth with chronic medical conditions.

  2. Systematic review of character development and childhood chronic illness

    Science.gov (United States)

    Maslow, Gary R; Hill, Sherika N

    2016-01-01

    AIM: To review empirical evidence on character development among youth with chronic illnesses. METHODS: A systematic literature review was conducted using PubMed and PSYCHINFO from inception until November 2013 to find quantitative studies that measured character strengths among youth with chronic illnesses. Inclusion criteria were limited to English language studies examining constructs of character development among adolescents or young adults aged 13-24 years with a childhood-onset chronic medical condition. A librarian at Duke University Medical Center Library assisted with the development of the mesh search term. Two researchers independently reviewed relevant titles (n = 549), then abstracts (n = 45), and finally manuscripts (n = 3). RESULTS: There is a lack of empirical research on character development and childhood-onset chronic medical conditions. Three studies were identified that used different measures of character based on moral themes. One study examined moral reasoning among deaf adolescents using Kohlberg’s Moral Judgement Instrument; another, investigated moral values of adolescent cancer survivors with the Values In Action Classification of Strengths. A third study evaluated moral behavior among young adult survivors of burn injury utilizing the Tennessee Self-Concept, 2nd edition. The studies observed that youth with chronic conditions reasoned at less advanced stages and had a lower moral self-concept compared to referent populations, but that they did differ on character virtues and strengths when matched with healthy peers for age, sex, and race/ethnicity. Yet, generalizations could not be drawn regarding character development of youth with chronic medical conditions because the studies were too divergent from each other and biased from study design limitations. CONCLUSION: Future empirical studies should learn from the strengths and weaknesses of the existing literature on character development among youth with chronic medical conditions

  3. The Importance of Character Development: An Interview with Ron Kinnamon.

    Science.gov (United States)

    Kinnamon, Ron

    2003-01-01

    Building good character in today's youth is an adult issue because children learn values from adults. Adults must demonstrate the core values: trustworthiness, respect, responsibility, fairness, caring, and citizenship. Camps have developed expertise in character development and can provide leadership in the community in character education.…

  4. Comparative implementation of Handwritten and Machine written Gurmukhi text utilizing appropriate parameters

    Science.gov (United States)

    Kaur, Jaswinder; Jagdev, Gagandeep, Dr.

    2018-01-01

    Optical character recognition is concerned with the recognition of optically processed characters. The recognition is done offline after the writing or printing has been completed, unlike online recognition where the computer has to recognize the characters instantly as they are drawn. The performance of character recognition depends upon the quality of scanned documents. The preprocessing steps are used for removing low-frequency background noise and normalizing the intensity of individual scanned documents. Several filters are used for reducing certain image details and enabling an easier or faster evaluation. The primary aim of the research work is to recognize handwritten and machine written characters and differentiate them. The language opted for the research work is Punjabi Gurmukhi and tool utilized is Matlab.

  5. Brain Activity while Reading Sentences with Kanji Characters Expressing Emotions

    Science.gov (United States)

    Yuasa, Masahide; Saito, Keiichi; Mukawa, Naoki

    In this paper, we describe the brain activity associated with kanji characters expressing emotion, which are places at the end of a sentence. Japanese people use a special kanji character in brackets at the end of sentences in text messages such as those sent through e-mail and messenger tools. Such kanji characters plays a role to expresses the sender's emotion (such as fun, laughter, sadness, tears), like emoticons. It is a very simple and effective way to convey the senders' emotions and his/her thoughts to the receiver. In this research, we investigate the effects of emotional kanji characters by using an fMRI study. The experimental results show that both the right and left inferior frontal gyrus, which have been implicated on verbal and nonverbal information, were activated. We found that we detect a sentence with an emotional kanji character as the verbal and nonverval information, and a sentence with emotional kanji characters enrich communication between the sender and the reciever.

  6. Stroop phenomena in the Japanese language: the case of ideographic characters (kanji) and syllabic characters (kana).

    Science.gov (United States)

    Morikawa, Y

    1981-08-01

    Utilizing a unique feature of the Japanese languages--that besides two syllabic orthographies, which have identical pronunciations, words with the same pronunciation may also be written in an orthography composed of ideographic characters--we have conducted an investigation of Stroop phenomena. The fact that pronunciations of the three Japanese orthographies are identical means that, if there are any differences between them in the Stroop phenomena observed, we can place the locus of this interference effect in the perceptual process. Five color names were written in the ideographic characters (kanji) and the two syllabic orthographies (hiragana and katakana). Color-congruent cards and incongruent cards were utilized in a color-naming task and a word-reading task. Mean required times for the color-naming condition and the word-reading conditions were compared with those for control conditions. Stroop phenomena were observed in both ideographic and syllabic orthographies. Significant differences in mean required times were observed between the ideographic and syllabic orthographies but not between the two syllabic orthographies. Interferences in comparisons of Japanese orthographies and color patch control conditions were much smaller than in the case of Stroop's (1935) experiment. A "Reverse Stroop Phenomenon" was observed only in the case of kanji on incongruent cards in the word-reading condition. The results support the hypothesis that both ideographic characters (in this case, kanji) and colors are processed in a parallel fashion in the non-dominant right cerebral hemisphere, while syllabic or phonetic characters are processed in the dominant left cerebral hemisphere.

  7. Animal regeneration: ancestral character or evolutionary novelty?

    Science.gov (United States)

    Slack, Jonathan Mw

    2017-09-01

    An old question about regeneration is whether it is an ancestral character which is a general property of living matter, or whether it represents a set of specific adaptations to the different circumstances faced by different types of animal. In this review, some recent results on regeneration are assessed to see if they can throw any new light on this question. Evidence in favour of an ancestral character comes from the role of Wnt and bone morphogenetic protein signalling in controlling the pattern of whole-body regeneration in acoels, which are a basal group of bilaterian animals. On the other hand, there is some evidence for adaptive acquisition or maintenance of the regeneration of appendages based on the occurrence of severe non-lethal predation, the existence of some novel genes in regenerating organisms, and differences at the molecular level between apparently similar forms of regeneration. It is tentatively concluded that whole-body regeneration is an ancestral character although has been lost from most animal lineages. Appendage regeneration is more likely to represent a derived character resulting from many specific adaptations. © 2017 The Author.

  8. Body-conscious Shakespeare: sensory disturbances in troubled characters.

    Science.gov (United States)

    Heaton, Kenneth W

    2011-12-01

    It is widely accepted that Shakespeare was unique in the range of his insights into the human mind, but the way his characters reveal their mental states through bodily sensations has not been systematically explored. The author has searched for these phenomena in the 42 major works of Shakespeare and in 46 genre-matched works by his contemporaries, and in this paper the author focuses on sensory changes other than those involving vision, taste, the heart and the alimentary tract (all considered in other papers). Vertigo is experienced by five distressed Shakespearean characters, all men, but not at all by the other writers' characters. Breathlessness, probably representing hyperventilation, occurs eleven times in Shakespeare's works but only twice in the other writers' works. Fatigue, expressing grief, is articulated by several Shakespearean characters including Hamlet. It features less often in the others' works. Deafness at a time of high emotion is mentioned by Shakespeare several times but usually by a character 'turning a deaf ear', consciously or unconsciously. To the other writers, ears show emotion only by burning or itching. Blunting of touch and pain and their opposites of hypersensitivity to touch and pain are all to be found in Shakespeare's works when a character is distressed or excited, but not so with his contemporaries' works. Faint feelings and cold feelings are also more common in the works of Shakespeare. Overall, therefore, Shakespeare was exceptional in his use of sensory disturbances to express emotional upset. This may be a conscious literary device or a sign of exceptional awareness of bodily sensations.

  9. Character and Effective Leadership of the Knowledge Worker

    Energy Technology Data Exchange (ETDEWEB)

    Khoury, Anne E. [Univ. of New Mexico, Albuquerque, NM (United States)

    2005-04-20

    Ulrich in the forward to the Zenger and Folkman (2002) book, ''The Extraordinary Leader'', wrote about the importance of character in leadership stating, ''Everything about great leaders radiates from character. Character improves the probability of exhibiting strong interpersonal skill. Some of this perceived character is innate . . . but more is driven by the leader's self-awareness and interactions with others'' (p. ix). The purpose of this study was to explore the relationship between leadership effectiveness and character using leader-managers of knowledge workers as the subject sample. Findings indicated that character, particularly those factors associated with honesty, setting the example, and valuing and strengthening others, were what set the most effective leader-managers apart from their peers. Technical competence and self-efficacy were found to be common characteristics of the study sample as was a drive for results. Who a leader-manager is, his/her substance, was found in this study to differentiate the ''best'' leader-managers at the Lawrence Livermore National Laboratory. By their character, leader-managers establish the environment in which knowledge workers contribute and grow. As found by Pfeiffer (2000), Leaders of companies that experience smaller gaps between what they know and what they do (to turn knowledge into action), understand that their most important task is not necessarily to make strategic decisions, or, for that matter any decisions at all. Their task is to help build systems of practice that produce a more reliable transformation of knowledge into action. Leaders create environments, reinforce norms, and help set expectations through what they do. (p. 261) In other words, as confirmed by this research study, their task is to model the way. Study results also confirmed Ulrich's (1996) supposition that to create the ''air'' in which employees

  10. Speech Recognition

    Directory of Open Access Journals (Sweden)

    Adrian Morariu

    2009-01-01

    Full Text Available This paper presents a method of speech recognition by pattern recognition techniques. Learning consists in determining the unique characteristics of a word (cepstral coefficients by eliminating those characteristics that are different from one word to another. For learning and recognition, the system will build a dictionary of words by determining the characteristics of each word to be used in the recognition. Determining the characteristics of an audio signal consists in the following steps: noise removal, sampling it, applying Hamming window, switching to frequency domain through Fourier transform, calculating the magnitude spectrum, filtering data, determining cepstral coefficients.

  11. Representations of Deaf Characters in Children's Picture Books

    Science.gov (United States)

    Golos, Debbie B.; Moses, Annie M.

    2011-01-01

    Picture books can influence how children perceive people of different backgrounds, including people with disabilities whose cultures differ from their own. Researchers have examined the portrayal of multicultural characters with disabilities in children's literature. However, few have specifically considered the portrayal of deaf characters,…

  12. Dynamic Characters with Communication Disorders in Children's Literature

    Science.gov (United States)

    Sotto, Carolyn D.; Ball, Angel L.

    2006-01-01

    Using quality children's literature with portrayals of characters that have communication impairments can be an effective teaching tool. Storybook characters with communication disorders can provide positive role models and promote understanding of diverse populations. Eighteen children's books were selected based on the following criteria:…

  13. Actualism and Fictional Characters

    Directory of Open Access Journals (Sweden)

    André Leclerc

    2016-04-01

    Full Text Available http://dx.doi.org/10.5007/1808-1711.2016v20n1p61 In what follows, I present only part of a program that consists in developing a version of actualism as an adequate framework for the metaphysics of intentionality. I will try to accommodate in that framework suggestions found in Kripke’s works and some positions developed by Amie Thomasson. What should we change if we accept “fictional entities” in the domain of the actual world? Actualism is the thesis that everything that exists belongs to the domain of the actual world and that there are no possibilia. I shall defend that there are abstract artefacts, like fictional characters, and institutions. My argument could be seen as a version of Moore’s paradox: it is paradoxical to say: “I made (created it, but I do not believe it exists”. Moreover, there are true sentences about them. I will examine what it means to include abstract artefacts in the domain of the actual world. I favour a use of “exist” that includes beings with no concrete occupation of tri-dimensional space; to exist, it is enough to have been introduced at some moment in history. Abstract artefacts, like fictional characters, exist in that sense. I argue that it is important to distinguish two perspectives (internal and external in order to clarify the kind of knowledge we have of fictional characters. However, their existence presupposes a relation of dependence to a material basis and the mental activities of many people.

  14. Temperament, Character, and Adolescents' Depressive Symptoms: Focusing on Affect

    Directory of Open Access Journals (Sweden)

    Danilo Garcia

    2012-01-01

    Full Text Available Positive (PA and negative affect (NA are two separate systems markers of subjective well-being and measures of the state depression (low PA combined with high NA. The present study investigated differences in temperament, character, locus of control, and depressive symptoms (sleep quality, stress, and lack of energy between affective profiles in an adolescent sample. Participants (=304 were categorized into four affective profiles: “self-fulfilling” (high PA, low NA, “high affective” (high PA, high NA, “low affective” (low PA, low NA, and “self-destructive” (low PA, high NA. Personality was measured by the Temperament and Character Inventory and affective profiles by the Positive Affect and Negative Affect Schedule. The “self-fulfilling” profile was characterized by, compared to the other affective profiles, higher levels of sleep quality, less stress and more energy and also higher levels of persistence and a mature character (i.e., high scores in self-directedness and cooperativeness. “Self-destructive” adolescents reported higher levels of external locus of control, high scores in harm avoidance and reward dependence combined with less mature character. The results identify the importance of character maturity in well-being and suggest that depressive state can be positively influenced by promoting positive emotions which appears to be achieved by character development.

  15. Particle swarm optimization for automatic creation of complex graphic characters

    International Nuclear Information System (INIS)

    Fister, Iztok; Perc, Matjaž; Ljubič, Karin; Kamal, Salahuddin M.; Iglesias, Andres; Fister, Iztok

    2015-01-01

    Nature-inspired algorithms are a very promising tool for solving the hardest problems in computer sciences and mathematics. These algorithms are typically inspired by the fascinating behavior at display in biological systems, such as bee swarms or fish schools. So far, these algorithms have been applied in many practical applications. In this paper, we present a simple particle swarm optimization, which allows automatic creation of complex two-dimensional graphic characters. The method involves constructing the base characters, optimizing the modifications of the base characters with the particle swarm optimization algorithm, and finally generating the graphic characters from the solution. We demonstrate the effectiveness of our approach with the creation of simple snowman, but we also outline in detail how more complex characters can be created

  16. Character convergence under competition for nutritionally essential resources.

    Science.gov (United States)

    Fox, Jeremy W; Vasseur, David A

    2008-11-01

    Resource competition is thought to drive divergence in resource use traits (character displacement) by generating selection favoring individuals able to use resources unavailable to others. However, this picture assumes nutritionally substitutable resources (e.g., different prey species). When species compete for nutritionally essential resources (e.g., different nutrients), theory predicts that selection drives character convergence. We used models of two species competing for two essential resources to address several issues not considered by existing theory. The models incorporated either slow evolutionary change in resource use traits or fast physiological or behavioral change. We report four major results. First, competition always generates character convergence, but differences in resource requirements prevent competitors from evolving identical resource use traits. Second, character convergence promotes coexistence. Competing species always attain resource use traits that allow coexistence, and adaptive trait change stabilizes the ecological equilibrium. In contrast, adaptation in allopatry never preadapts species to coexist in sympatry. Third, feedbacks between ecological dynamics and trait dynamics lead to surprising dynamical trajectories such as transient divergence in resource use traits followed by subsequent convergence. Fourth, under sufficiently slow trait change, ecological dynamics often drive one of the competitors to near extinction, which would prevent realization of long-term character convergence in practice.

  17. Recognition and Toleration

    DEFF Research Database (Denmark)

    Lægaard, Sune

    2010-01-01

    Recognition and toleration are ways of relating to the diversity characteristic of multicultural societies. The article concerns the possible meanings of toleration and recognition, and the conflict that is often claimed to exist between these two approaches to diversity. Different forms...... or interpretations of recognition and toleration are considered, confusing and problematic uses of the terms are noted, and the compatibility of toleration and recognition is discussed. The article argues that there is a range of legitimate and importantly different conceptions of both toleration and recognition...

  18. "I Had to Live, Breathe, and Write My Character": Character Selection and Student Engagement in an Online Role-Play Simulation

    Science.gov (United States)

    Rector-Aranda, Amy; Raider-Roth, Miriam; Glaser, Noah; Behrman, Matthew

    2017-01-01

    This study explores the relationship between character selection and student engagement in the Jewish Court of All Time (JCAT), an online and classroom-based role-playing simulation of a current events court case with Jewish historical roots. Analyzing students' responses to three questions posed in an out-of-character JCAT discussion forum, we…

  19. A cognitive network for oracle bone characters related to animals

    Science.gov (United States)

    Dress, Andreas; Grünewald, Stefan; Zeng, Zhenbing

    2016-01-01

    In this paper, we present an analysis of oracle bone characters for animals from a “cognitive” point of view. After some general remarks on oracle-bone characters presented in Sec. 1 and a short outline of the paper in Sec. 2, we collect various oracle-bone characters for animals from published resources in Sec. 3. In the next section, we begin analyzing a group of 60 ancient animal characters from www.zdic.net, a highly acclaimed internet dictionary of Chinese characters that is strictly based on historical sources, and introduce five categories of specific features regarding their (graphical) structure that will be used in Sec. 5 to associate corresponding feature vectors to these characters. In Sec. 6, these feature vectors will be used to investigate their dissimilarity in terms of a family of parameterized distance measures. And in the last section, we apply the SplitsTree method as encoded in the NeighborNet algorithms to construct a corresponding family of dissimilarity-based networks with the intention of elucidating how the ancient Chinese might have perceived the “animal world” in the late bronze age and to demonstrate that these pictographs reflect an intuitive understanding of this world and its inherent structure that predates its classification in the oldest surviving Chinese encyclopedia from approximately the third century BC, the Er Ya, as well as similar classification systems in the West by one to two millennia. We also present an English dictionary of 70 oracle bone characters for animals in Appendix A. In Appendix B, we list various variants of animal characters that were published in the Jia Gu Wen Bian (cf. 甲骨文编, A Complete Collection of Oracle Bone Characters, edited by the Institute of Archaeology of the Chinese Academy of Social Sciences, published by the Zhonghua Book Company in 1965). We recall the frequencies of the 521 most frequent oracle bone characters in Appendix C as reported in [T. Chen, Yin-Shang Jiaguwen Zixing

  20. Resolving Conflict: Methods Used by TV Characters and Teenage Viewers.

    Science.gov (United States)

    Roloff, Michael E.; Greenberg, Bradley S.

    1979-01-01

    Tested hypotheses that action/adventure characters are perceived by teenagers as likely to engage in antisocial conflict resolution; situation comedy/family drama characters, in prosocial modes. Also tested was hypothesis that, as favorite character's perceived use of a mode increases, so does the viewer's intention to use the same mode. (SW)

  1. Once Upon a Time: A Grimm Approach to Character Education

    Science.gov (United States)

    Bryan, Laura

    2005-01-01

    Many school districts have implemented "packaged" programs designed to teach character education. Millions of dollars have been spent on these programs, yet society continues to produce more "characters" than students "with character." This article describes a shift from the "programmatic" mindset to a solution that is not packaged or purchased.…

  2. Boolean logic and character state identity: pitfalls of character coding in metazoan cladistics

    NARCIS (Netherlands)

    Jenner, Ronald A.

    2002-01-01

    A critical study of the morphological data sets used for the most recent analyses of metazoan cladistics exposes a rather cavalier attitude towards character coding. Binary absence/presence coding is ubiquitous, but without any explicit justification. This uncompromising application of Boolean logic

  3. Pegembangan Game dengan Menggunakan Teknologi Voice Recognition Berbasis Android

    Directory of Open Access Journals (Sweden)

    Franky Hadinata Marpaung

    2014-06-01

    Full Text Available The purpose of this research is to create a new kind of game by using technology that rarely used in current games. It is developed as an entertainment media and also a social media in which the users can play the games together via multiplayer mode. This research uses Scrum development method since it supports small scaled developer and it supports software increment along the development. Using this game application, the users can play and watch interesting animations by controlling it with their voice, listen the character imitating the users’ voice, play various mini games both in single player or multiplayer mode via Bluetooth connection. The conclusion is that game application of My Name is Dug use voice recognition and inter-devices connection as its main features. It also has various mini games that support both single player and multiplayer.

  4. Cognitive penetrability and emotion recognition in human facial expressions

    Directory of Open Access Journals (Sweden)

    Francesco eMarchi

    2015-06-01

    Full Text Available Do our background beliefs, desires, and mental images influence our perceptual experience of the emotions of others? In this paper, we will address the possibility of cognitive penetration of perceptual experience in the domain of social cognition. In particular, we focus on emotion recognition based on the visual experience of facial expressions. After introducing the current debate on cognitive penetration, we review examples of perceptual adaptation for facial expressions of emotion. This evidence supports the idea that facial expressions are perceptually processed as wholes. That is, the perceptual system integrates lower-level facial features, such as eyebrow orientation, mouth angle etc., into facial compounds. We then present additional experimental evidence showing that in some cases, emotion recognition on the basis of facial expression is sensitive to and modified by the background knowledge of the subject. We argue that such sensitivity is best explained as a difference in the visual experience of the facial expression, not just as a modification of the judgment based on this experience. The difference in experience is characterized as the result of the interference of background knowledge with the perceptual integration process for faces. Thus, according to the best explanation, we have to accept cognitive penetration in some cases of emotion recognition. Finally, we highlight a recent model of social vision in order to propose a mechanism for cognitive penetration used in the face-based recognition of emotion.

  5. Group characters, symmetric functions, and the Hecke algebra

    CERN Document Server

    Goldschmidt, David M

    1993-01-01

    Directed at graduate students and mathematicians, this book covers an unusual set of interrelated topics, presenting a self-contained exposition of the algebra behind the Jones polynomial along with various excursions into related areas. The book is made up of lecture notes from a course taught by Goldschmidt at the University of California at Berkeley in 1989. The course was organized in three parts. Part I covers, among other things, Burnside's Theorem that groups of order p^aq^b are solvable, Frobenius' Theorem on the existence of Frobenius kernels, and Brauer's characterization of characters. Part II covers the classical character theory of the symmetric group and includes an algorithm for computing the character table of S^n ; a construction of the Specht modules; the "determinant form" for the irreducible characters; the hook-length formula of Frame, Robinson, and Thrall; and the Murnaghan-Nakayama formula. Part III covers the ordinary representation theory of the Hecke algebra, the construction of the ...

  6. Virtual muscularity: a content analysis of male video game characters.

    Science.gov (United States)

    Martins, Nicole; Williams, Dmitri C; Ratan, Rabindra A; Harrison, Kristen

    2011-01-01

    The 150 top-selling video games were content analyzed to study representations of male bodies. Human males in the games were captured via screenshot and body parts measured. These measurements were then compared to anthropometric data drawn from a representative sample of 1120 North American men. Characters at high levels of photorealism were larger than the average American male, but these characters did not mirror the V-shaped ideal found in mainstream media. Characters at low levels of photorealism were also larger than the average American male, but these characters were so much larger that they appeared cartoonish. Idealized male characters were more likely to be found in games for children than in games for adults. Implications for cultivation theory are discussed. Copyright © 2010 Elsevier Ltd. All rights reserved.

  7. The Development of Leader Character through Crucible Moments

    Science.gov (United States)

    Byrne, Alyson; Crossan, Mary; Seijts, Gerard

    2018-01-01

    Business schools strive to develop leadership excellence in their students. In this essay, we suggest that educators should find ways to help students develop and deepen leader character, a fundamental component of exemplary leadership. Frequently, business school students have preconceived ideas of leadership, often neglecting leader character.…

  8. Teaching Character Education to College Students Using Bildungsromans

    Science.gov (United States)

    Novianti, Nita

    2017-01-01

    The paper reports a study on the teaching of character education in higher education using English Bildungsroman, "Jane Eyre." The participants were 35 sixth-semester students of English Literature program in an Indonesian state university. Guided by the approach to teaching character education exemplified by Ryan & Bohlin (1999),…

  9. character association and path coefficient analysis between some ...

    African Journals Online (AJOL)

    User

    some growth characters and grain yield in Soybean, a basis of selection for further improvement. Treatments consisted of two levels ... number of leaves as criteria for selection of Soybean for increased grain yield. Keywords: Correlation, Grain ... objective of observing the mutual relationship of different characters and also ...

  10. Picture This Character: Using Imagery To Teach a Japanese Syllabary.

    Science.gov (United States)

    Thompson, Joyce D.; Wakefield, John F.

    This study examined the effectiveness of imagery to teach native English speakers to associate hiragana characters (a Japanese script) with the spoken Japanese syllables that the characters represent. Twenty-one adults in a psychology of learning class for teachers were taught to picture a hiragana character in such a way as to establish an…

  11. Fuzzy logic and neural networks in artificial intelligence and pattern recognition

    Science.gov (United States)

    Sanchez, Elie

    1991-10-01

    With the use of fuzzy logic techniques, neural computing can be integrated in symbolic reasoning to solve complex real world problems. In fact, artificial neural networks, expert systems, and fuzzy logic systems, in the context of approximate reasoning, share common features and techniques. A model of Fuzzy Connectionist Expert System is introduced, in which an artificial neural network is designed to construct the knowledge base of an expert system from, training examples (this model can also be used for specifications of rules in fuzzy logic control). Two types of weights are associated with the synaptic connections in an AND-OR structure: primary linguistic weights, interpreted as labels of fuzzy sets, and secondary numerical weights. Cell activation is computed through min-max fuzzy equations of the weights. Learning consists in finding the (numerical) weights and the network topology. This feedforward network is described and first illustrated in a biomedical application (medical diagnosis assistance from inflammatory-syndromes/proteins profiles). Then, it is shown how this methodology can be utilized for handwritten pattern recognition (characters play the role of diagnoses): in a fuzzy neuron describing a number for example, the linguistic weights represent fuzzy sets on cross-detecting lines and the numerical weights reflect the importance (or weakness) of connections between cross-detecting lines and characters.

  12. Efficient learning strategy of Chinese characters based on network approach.

    Directory of Open Access Journals (Sweden)

    Xiaoyong Yan

    Full Text Available We develop an efficient learning strategy of Chinese characters based on the network of the hierarchical structural relations between Chinese characters. A more efficient strategy is that of learning the same number of useful Chinese characters in less effort or time. We construct a node-weighted network of Chinese characters, where character usage frequencies are used as node weights. Using this hierarchical node-weighted network, we propose a new learning method, the distributed node weight (DNW strategy, which is based on a new measure of nodes' importance that considers both the weight of the nodes and its location in the network hierarchical structure. Chinese character learning strategies, particularly their learning order, are analyzed as dynamical processes over the network. We compare the efficiency of three theoretical learning methods and two commonly used methods from mainstream Chinese textbooks, one for Chinese elementary school students and the other for students learning Chinese as a second language. We find that the DNW method significantly outperforms the others, implying that the efficiency of current learning methods of major textbooks can be greatly improved.

  13. X-ray absorption spectroscopy on high-temperature superconductors and related compounds

    International Nuclear Information System (INIS)

    Pellegrin, E.J.H.A.

    1995-07-01

    The electronic structure of the cuprate high-temperature superconductors La 2-x Sr x CuO 4+δ , Tl 2 Ba 2 CaCu 2 O 8 and Tl 2 Ba 2 Ca 2 Cu 3 O 10 has been investigated using polarization-dependent near-edge X-ray absorption fine structure spectroscopy (NEXAFS). In addition, La 2-x Sr x NiO 4+δ has been included in the actual study as an isostructural analogue to the La 2-x Sr x CuO 4+δ system. It appears that the electronic structure of these compounds corresponds to that of a p-type doped charge-transfer insulator including electron-electron interactions on the Cu(Ni) sites and a strong hybridization between Cu(Ni) and O atoms. It is concluded that the low-energy excitations in these compounds can be described on the basis of an effective one-band Mott-Hubbard model. The polarization-dependence of the above spectra gives evidence for the strong in-plane character of the intrinsic and the doped holes. The small amount and the doping-dependence of the out-of-plane character of these charge carriers rule out models for a microscopic mechanism of superconductivity based on a large amount of hole states in the corresponding Apex-O2p z /Cu3d 3z 2 -r 2 orbitals. On the other hand, the reduction of this anisotropy in the overdoped compounds together with similar findings in the macroscopic properties seems to indicate a detrimental influence of non-planar orbitals on the superconducting properties. The differences in the energetic ordering and atomic character of the states close to the Fermi level between the undoped compounds La 2 CuO 4+δ , La 2 NiO 4+δ , and NiO have been determined from the NEXAFS data. It is found that these differences can be explained by the different size of the tetragonal crystal field splitting E Z compared to that of the Hund's rule interaction J H in these systems. This gives evidence for the high-spin d 8 ground state of the undoped nickelates (i.e. J H >E Z ). It is suggested that the polarons in La 2-x Sr x NiO 4+δ can be seen as non

  14. [The representation of madness in William Shakespeare's characters].

    Science.gov (United States)

    Stompe, Thomas; Ritter, Kristina; Friedmann, Alexander

    2006-08-01

    Shakespeare is one of the great creators of human characters of the 16(th) century. Like for many of his contemporaries madness was a central topic of his work. The first part of this paper discusses the sociocultural environment and the semantic field of madness in the Elizabethan age, which forms the background for Shakespeare's characters. In the second part we try to analyze the clinical pictures of the fictive characters of Othello, Hamlet, Lear and Macbeth. While we find melancholy, delusions and hallucinations, other diseases such as schizophrenia are missing entirely. Schizophrenia only appears in the literature more than two hundred years later, in the beginning of modern age.

  15. Sex-Role Portrayals of Selected Female Television Characters.

    Science.gov (United States)

    Goff, David H.; And Others

    1980-01-01

    Examines the relationship between both the sex-role and the sex of viewers and viewer perception of the sex-role depicted by five female characters in prime-time television programs. Perception of character sex-role was significantly related to subject sex-role, yet unrelated to subject sex or gender. (MER)

  16. Keeping it wild: mapping wilderness character in the United States.

    Science.gov (United States)

    Carver, Steve; Tricker, James; Landres, Peter

    2013-12-15

    A GIS-based approach is developed to identify the state of wilderness character in US wilderness areas using Death Valley National Park (DEVA) as a case study. A set of indicators and measures are identified by DEVA staff and used as the basis for developing a flexible and broadly applicable framework to map wilderness character using data inputs selected by park staff. Spatial data and GIS methods are used to map the condition of four qualities of wilderness character: natural, untrammelled, undeveloped, and solitude or primitive and unconfined recreation. These four qualities are derived from the US 1964 Wilderness Act and later developed by Landres et al. (2008a) in "Keeping it Wild: An Interagency Strategy to Monitor Trends in Wilderness Character Across the National Wilderness Preservation System." Data inputs are weighted to reflect their importance in relation to other data inputs and the model is used to generate maps of each of the four qualities of wilderness character. The combined map delineates the range of quality of wilderness character in the DEVA wilderness revealing the majority of wilderness character to be optimal quality with the best areas in the northern section of the park. This map will serve as a baseline for monitoring change in wilderness character and for evaluating the spatial impacts of planning alternatives for wilderness and backcountry stewardship plans. The approach developed could be applied to any wilderness area, either in the USA or elsewhere in the world. Copyright © 2013 Elsevier Ltd. All rights reserved.

  17. Sherlock Holmes: From literary character to pop culture symbol

    OpenAIRE

    HULCOVÁ, Anna

    2013-01-01

    The bachelor thesis Sherlock Holmes: From literary character to pop culture symbol deals with the collection of sixty detective stories by Arthur Conan Doyle, the canon. The aim of the thesis is to highlight the aspects that contributed to the popularity of Sherlock Holmes and the series as such. The character of Sherlock Holmes became one of the most adapted literary characters, which is reflected in many areas of popular culture. Special attention is paid to the recent adaptations presentin...

  18. Re-thinking employee recognition: understanding employee experiences of recognition

    OpenAIRE

    Smith, Charlotte

    2013-01-01

    Despite widespread acceptance of the importance of employee recognition for both individuals and organisations and evidence of its increasing use in organisations, employee recognition has received relatively little focused attention from academic researchers. Particularly lacking is research exploring the lived experience of employee recognition and the interpretations and meanings which individuals give to these experiences. Drawing on qualitative interviews conducted as part of my PhD rese...

  19. Evidence for Separate Contributions of High and Low Spatial Frequencies during Visual Word Recognition.

    Science.gov (United States)

    Winsler, Kurt; Holcomb, Phillip J; Midgley, Katherine J; Grainger, Jonathan

    2017-01-01

    Previous studies have shown that different spatial frequency information processing streams interact during the recognition of visual stimuli. However, it is a matter of debate as to the contributions of high and low spatial frequency (HSF and LSF) information for visual word recognition. This study examined the role of different spatial frequencies in visual word recognition using event-related potential (ERP) masked priming. EEG was recorded from 32 scalp sites in 30 English-speaking adults in a go/no-go semantic categorization task. Stimuli were white characters on a neutral gray background. Targets were uppercase five letter words preceded by a forward-mask (#######) and a 50 ms lowercase prime. Primes were either the same word (repeated) or a different word (un-repeated) than the subsequent target and either contained only high, only low, or full spatial frequency information. Additionally within each condition, half of the prime-target pairs were high lexical frequency, and half were low. In the full spatial frequency condition, typical ERP masked priming effects were found with an attenuated N250 (sub-lexical) and N400 (lexical-semantic) for repeated compared to un-repeated primes. For HSF primes there was a weaker N250 effect which interacted with lexical frequency, a significant reversal of the effect around 300 ms, and an N400-like effect for only high lexical frequency word pairs. LSF primes did not produce any of the classic ERP repetition priming effects, however they did elicit a distinct early effect around 200 ms in the opposite direction of typical repetition effects. HSF information accounted for many of the masked repetition priming ERP effects and therefore suggests that HSFs are more crucial for word recognition. However, LSFs did produce their own pattern of priming effects indicating that larger scale information may still play a role in word recognition.

  20. The Uncanny Valley and Nonverbal Communication in Virtual Characters

    DEFF Research Database (Denmark)

    Tinwell, Angela; Grimshaw, Mark Nicholas; Abdel Nabi, Debbie

    2014-01-01

    This chapter provides an overview of a current research project investigating the Uncanny Valley phenomenon in realistic, human-like virtual characters. !e research methods used in this Work include a retrospective of both empirical studies and philosophical writings on the Uncanny. No other...... research has explored the notion that realistic, human-like, virtual characters are regarded less favorably due to a perceived diminished degree of responsiveness in facial expression, specifically, nonverbal communication (NVC) in the upper face region. So far, this research project has provided the first...... empirical evidence to test the Uncanny Valley phenomenon in the domain of animated video game characters with speech, as opposed to just still, unresponsive images, as used in previous studies. Based on the results of these experiments, a conceptual framework of the Uncanny Valley in virtual characters has...

  1. Refined geometric transition and qq-characters

    Science.gov (United States)

    Kimura, Taro; Mori, Hironori; Sugimoto, Yuji

    2018-01-01

    We show the refinement of the prescription for the geometric transition in the refined topological string theory and, as its application, discuss a possibility to describe qq-characters from the string theory point of view. Though the suggested way to operate the refined geometric transition has passed through several checks, it is additionally found in this paper that the presence of the preferred direction brings a nontrivial effect. We provide the modified formula involving this point. We then apply our prescription of the refined geometric transition to proposing the stringy description of doubly quantized Seiberg-Witten curves called qq-characters in certain cases.

  2. Use of the recognition heuristic depends on the domain's recognition validity, not on the recognition validity of selected sets of objects.

    Science.gov (United States)

    Pohl, Rüdiger F; Michalkiewicz, Martha; Erdfelder, Edgar; Hilbig, Benjamin E

    2017-07-01

    According to the recognition-heuristic theory, decision makers solve paired comparisons in which one object is recognized and the other not by recognition alone, inferring that recognized objects have higher criterion values than unrecognized ones. However, success-and thus usefulness-of this heuristic depends on the validity of recognition as a cue, and adaptive decision making, in turn, requires that decision makers are sensitive to it. To this end, decision makers could base their evaluation of the recognition validity either on the selected set of objects (the set's recognition validity), or on the underlying domain from which the objects were drawn (the domain's recognition validity). In two experiments, we manipulated the recognition validity both in the selected set of objects and between domains from which the sets were drawn. The results clearly show that use of the recognition heuristic depends on the domain's recognition validity, not on the set's recognition validity. In other words, participants treat all sets as roughly representative of the underlying domain and adjust their decision strategy adaptively (only) with respect to the more general environment rather than the specific items they are faced with.

  3. Quantitative Determination of Compounds from Akebia quinata by High-Performance Liquid Chromatography

    International Nuclear Information System (INIS)

    Yen, Nguyen; Thu, Nguyen; Zhao, Bing Tian; Woo, Mi Hee; Min, Byung Sun; Lee, Jae Hyun; Kim, Jeong Ah; Son, Jong Keun; Choi, Jae Sui; Woo, Eun Rhan

    2014-01-01

    To provide the scientific corroboration of the traditional uses of Akebia quinata (Thunb.) Decne., a detailed analytical examination of A. quinata stems was carried out using a reversed-phase high performance liquid chromatography (RP-HPLC) method coupled to photodiode array detector (PDA) for the simultaneous determination of four phenolic substances; cuneataside D, 2-(3,4-dihydroxyphenyl)ethyl-O-β-D-glucopyranoside, 3-caffeoylquinic acid and calceolarioside B. Particular attention was focused on the main compound, 3-caffeoylquinic acid, which has a range of biological functions. In addition, 2-(3,4-dihydroxyphenyl)ethyl-O-β-D-glucopyranoside was considered as a discernible marker of A. quinata from its easy confuse plants. The contents of compounds 2 and 3 ranged from 0.72 to 2.68 mg/g and from 1.66 to 5.64 mg/g, respectively. The validation data indicated that this HPLC/PDA assay was used successfully to quantify the four phenolic compounds in A. quinata from different locations using relatively simple conditions and procedures. The pattern-recognition analysis data from 53 samples classified them into two groups, allowing discrimination between A. quinata and comparable herbs. The results suggest that the established HPLC/PDA method is suitable for quantitation and pattern-recognition analyses for a quality evaluation of this medicinal herb

  4. Quantitative Determination of Compounds from Akebia quinata by High-Performance Liquid Chromatography

    Energy Technology Data Exchange (ETDEWEB)

    Yen, Nguyen; Thu, Nguyen; Zhao, Bing Tian; Woo, Mi Hee; Min, Byung Sun [Catholic Univ. of Daegu, Gyeongsan (Korea, Republic of); Lee, Jae Hyun [Dongguk Univ., Yongin (Korea, Republic of); Kim, Jeong Ah [Kyungpook National Univ., Daegu (Korea, Republic of); Son, Jong Keun [Yeungnam Univ., Gyeongsan (Korea, Republic of); Choi, Jae Sui [Pukyung National Univ., Busan (Korea, Republic of); Woo, Eun Rhan [Chosun Univ., Gwangju (Korea, Republic of)

    2014-07-15

    To provide the scientific corroboration of the traditional uses of Akebia quinata (Thunb.) Decne., a detailed analytical examination of A. quinata stems was carried out using a reversed-phase high performance liquid chromatography (RP-HPLC) method coupled to photodiode array detector (PDA) for the simultaneous determination of four phenolic substances; cuneataside D, 2-(3,4-dihydroxyphenyl)ethyl-O-β-D-glucopyranoside, 3-caffeoylquinic acid and calceolarioside B. Particular attention was focused on the main compound, 3-caffeoylquinic acid, which has a range of biological functions. In addition, 2-(3,4-dihydroxyphenyl)ethyl-O-β-D-glucopyranoside was considered as a discernible marker of A. quinata from its easy confuse plants. The contents of compounds 2 and 3 ranged from 0.72 to 2.68 mg/g and from 1.66 to 5.64 mg/g, respectively. The validation data indicated that this HPLC/PDA assay was used successfully to quantify the four phenolic compounds in A. quinata from different locations using relatively simple conditions and procedures. The pattern-recognition analysis data from 53 samples classified them into two groups, allowing discrimination between A. quinata and comparable herbs. The results suggest that the established HPLC/PDA method is suitable for quantitation and pattern-recognition analyses for a quality evaluation of this medicinal herb.

  5. Graphical symbol recognition

    OpenAIRE

    K.C. , Santosh; Wendling , Laurent

    2015-01-01

    International audience; The chapter focuses on one of the key issues in document image processing i.e., graphical symbol recognition. Graphical symbol recognition is a sub-field of a larger research domain: pattern recognition. The chapter covers several approaches (i.e., statistical, structural and syntactic) and specially designed symbol recognition techniques inspired by real-world industrial problems. It, in general, contains research problems, state-of-the-art methods that convey basic s...

  6. A cognitive network for oracle-bone characters related to animals

    Science.gov (United States)

    Dress. Andreas; Grünewald, Stefan; Zeng, Zhenbing

    This paper is dedicated to HAO Bailin on the occasion of his eighties birthday, the great scholar and very good friend who never tired to introduce us to the wonderful and complex intricacies of Chinese culture and history. In this paper, we present an analysis of oracle-bone characters for animals from a `cognitive' point of view. After some general remarks on oraclebone characters presented in Section 1 and a short outline of the paper in Section 2, we collect various oracle-bone characters for animals from published resources in Section 3. In the next section, we begin analysing a group of 60 ancient animal characters from www.zdic.net, a highly acclaimed internet dictionary of Chinese characters that is strictly based on historical sources, and introduce five categories of specific features regarding their (graphical) structure that will be used in Section 5 to associate corresponding feature vectors to these characters. In Section 6, these feature vectors will be used to investigate their dissimilarity in terms of a family of parameterised distance measures. And in the last section, we apply the SplitsTree method as encoded in the NeighbourNet algorithms to construct a corresponding family of dissimilarity-based networks with the intention of elucidating how the ancient Chinese might have perceived the `animal world' in the late bronze age and to demonstrate that these pictographs reflect an intuitive understanding of this world and its inherent structure that predates its classification in the oldest surviving Chinese encyclopedia from approximately the 3rd century BC, the ErYa, as well as similar classification systems in the West by one to two millennia. We also present an English dictionary of 70 oracle-bone characters for animals in Appendix 1. In Appendix 2, we list various variants of animal characters that were published in the Jia Gu Wen Bian (cf. , A Complete Collection of Oracle Bone Characters, edited by the Institute of Archaeology of the Chinese

  7. Language Empowering in Character Building (Pemberdayaan Bahasa dalam Pembentukan Karakter

    Directory of Open Access Journals (Sweden)

    Kamsinah Kamsinah

    2013-10-01

    Full Text Available Character building is the most important thing to do as it is a striving system which underly behavior (Freud.  Even more, good character is more to be praised than outstanding talent. Most talents are to some extent a gift. Good character, however, is not given to us. we have to build it peace by peace by thought, choice, courage, and determination.  So important it is that it is said that  if there is no more character every thing is lost (Mahatma Gandhi. The best way to build it is  to develop   the function of all  individual potential,  including cognitive, affective,  and psychomotoric aspects simultanously in the context of socio-cultural interaction (in family, in  school, and in society. Character  is gained by nature and nurture. It can be done begin from the golden age to the old one through the three character building components: moral knowing, moral feeling, and moral action as suggested by Lickona. They make it possible since human beings, as  the best-formed creature of all, are the ones and the only creature posessing culture, and that,  they can educate and be educated in terms of   the model of  person of character.  Everybody must have character. Therefore,  to apply Lickona’s,  one must  empower her/his language, in which  she/he/ perform her/his competence in using language creativity (Chomsky in   both ordinary  and literary language. In this case, Buginese language is used as the sample.

  8. The characters God and Hamlet by Jack Miles

    Directory of Open Access Journals (Sweden)

    Tania de Fátima da Silva

    2015-04-01

    Full Text Available In the book “God - A Biography,” Jack Miles aims to introduce ourselves Creator-God as a literary character. Miles developed a narrative based on concept aristotelian, in other words, the structure of the work is made from beginning to end. This procedure established a harmony arising from the interaction between the parties, which contributes to scrutinize the precise details of the story of the main protagonist. We decided to highlight that time some characteristics of the main character of the work and compare them to the character Hamlet, by William Shakespeare, because from the beginning of the narrative to completion Miles calls the reader’s attention to the play Shakespeare.

  9. Different magnetic behaviour of the Kondo compounds Al3Ce and Al11Ce3

    International Nuclear Information System (INIS)

    Benoit, A.; Flouquet, J.; Palleau, J.; Buevoz, J.L.

    1979-08-01

    Neutron diffraction experiments on the Al 3 Ce and Al 11 Ce 3 compounds have been performed on the multidetector of the I.L.L. high flux reactor. No magnetic structure has been detected on the Al 3 Ce compound down to 20 mK. This confirms the non magnetic ground state of Al 3 Ce. For Al 11 Ce 3 , two magnetic structures have been observed: a ferromagnetic one at 4.2 K and an antiferromagnetic one at 2 K. The antiferromagnetic structure, which corresponds to a propagation vector (0,0,1/3), implies a strong reduction of the magnetic moment of determined sites; this reflects the Kondo character of the compounds

  10. WARACS: Wrappers to Automate the Reconstruction of Ancestral Character States.

    Science.gov (United States)

    Gruenstaeudl, Michael

    2016-02-01

    Reconstructions of ancestral character states are among the most widely used analyses for evaluating the morphological, cytological, or ecological evolution of an organismic lineage. The software application Mesquite remains the most popular application for such reconstructions among plant scientists, even though its support for automating complex analyses is limited. A software tool is needed that automates the reconstruction and visualization of ancestral character states with Mesquite and similar applications. A set of command line-based Python scripts was developed that (a) communicates standardized input to and output from the software applications Mesquite, BayesTraits, and TreeGraph2; (b) automates the process of ancestral character state reconstruction; and (c) facilitates the visualization of reconstruction results. WARACS provides a simple tool that streamlines the reconstruction and visualization of ancestral character states over a wide array of parameters, including tree distribution, character state, and optimality criterion.

  11. On defining a unique phylogenetic tree with homoplastic characters.

    Science.gov (United States)

    Goloboff, Pablo A; Wilkinson, Mark

    2018-05-01

    This paper discusses the problem of whether creating a matrix with all the character state combinations that have a fixed number of steps (or extra steps) on a given tree T, produces the same tree T when analyzed with maximum parsimony or maximum likelihood. Exhaustive enumeration of cases up to 20 taxa for binary characters, and up to 12 taxa for 4-state characters, shows that the same tree is recovered (as unique most likely or most parsimonious tree) as long as the number of extra steps is within 1/4 of the number of taxa. This dependence, 1/4 of the number of taxa, is discussed with a general argumentation, in terms of the spread of the character changes on the tree used to select character state distributions. The present finding allows creating matrices which have as much homoplasy as possible for the most parsimonious or likely tree to be predictable, and examination of these matrices with hill-climbing search algorithms provides additional evidence on the (lack of a) necessary relationship between homoplasy and the ability of search methods to find optimal trees. Copyright © 2018 Elsevier Inc. All rights reserved.

  12. Dialogue and character classification in Wole Soyinka's Kongi's ...

    African Journals Online (AJOL)

    This article examines Wole Soyinka's use of dialogue-one of the major elements of drama to paint portraits of various characters in his play, Kongi's Harvest. It explores the playwright's artistic realisation of characters that can be identified and classified by what they say and what is said of them. The study concludes that with ...

  13. Recognition of Bread Key Odorants by Using Polymer Coated QCMs

    Science.gov (United States)

    Nakai, Takashi; Kouno, Shinji; Hiruma, Naoya; Shuzo, Masaki; Delaunay, Jean-Jacques; Yamada, Ichiro

    Polyisobutylene (PIB) polymer and methylphenylsiloxane (25%) diphenylsiloxane (75%) copolymer (OV25) were coated on Quartz Crystal Microbalance (QCM) sensors and used in recognition of bread key odorants. Representative compounds of key roasty odorants of bread were taken as 3-acetylpyridine and benzaldehyde, and representative key fatty odorants were hexanal and (E)-2-nonenal. Both OV25- and PIB-coated QCM fabricated sensors could detect concentration as low as 0.9 ppm of 3-acetylpyridine and 1.2 ppm of (E)-2-nonenal. The sensitivity to 3-acetylpyridine of the OV25-coated QCM was about 1000 times higher than that of ethanol, the major interference compound in bread key odorant analysis. Further, the OV25-coated QCM response was 5-6 times and 2-3 times larger than that of the PIB-coated QCM when exposed to roasty odorants and to fatty odorants, respectively. The difference in sensitivity of the OV25- and PIB-coated QCMs we fabricated made possible to discriminate roasty from fatty odorants as was evidenced by the odor recognition map representing the frequency shifts of the OV25-coated QCM against the frequency shift of the PIB-coated QCM. In conclusion, we found that the combination of an OV25-coated QCM and a PIB-coated QCM was successful in discriminating roasty odorants from fatty odorants at the ppm level.

  14. Research on Chinese characters display of airborne MFD based on GL studio

    Science.gov (United States)

    Wang, Zhile; Dong, Junyu; Hu, Wenting; Cui, Yipeng

    2018-04-01

    GL Studio cannot display Chinese characters during developing the airborne MFD, this paper propose a method of establishing a Chinese character font with GB2312 encoding, establish the font table and the display unit of Chinese characters based on GL Studio. Abstract the storage and display data model of Chinese characters, parse the GB encoding of the corresponding Chinese characters that MFD received, find the coordinates of the Chinese characters in the font table, establish the dynamic control model and the dynamic display model of Chinese characters based on the display unit of Chinese characters. In GL Studio and VC ++.NET environment, this model has been successfully applied to develop the airborne MFD in a variety of mission simulators. This method has successfully solved the problem that GL Studio software cannot develop MFD software of Chinese domestic aircraft and can also be used for other professional airborne MFD development tools such as IDATA. It has been proved by experiments that this is a fast effective scalable and reconfigurable method of developing both actual equipment and simulators.

  15. Character evolution and missing (morphological) data across Asteridae.

    Science.gov (United States)

    Stull, Gregory W; Schori, Melanie; Soltis, Douglas E; Soltis, Pamela S

    2018-04-14

    Our current understanding of flowering plant phylogeny provides an excellent framework for exploring various aspects of character evolution through comparative analyses. However, attempts to synthesize this phylogenetic framework with extensive morphological data sets have been surprisingly rare. Here, we explore character evolution in Asteridae (asterids), a major angiosperm clade, using an extensive morphological data set and a well-resolved phylogeny. We scored 15 phenotypic characters (spanning chemistry, vegetative anatomy, and floral, fruit, and seed features) across 248 species for ancestral state reconstruction using a phylogenetic framework based on 73 plastid genes and the same 248 species. Iridoid production, unitegmic ovules, and cellular endosperm were all reconstructed as synapomorphic for Asteridae. Sympetaly, long associated with asterids, shows complex patterns of evolution, suggesting it arose several times independently within the clade. Stamens equal in number to the petals is likely a synapomorphy for Gentianidae, a major asterid subclade. Members of Lamianae, a major gentianid subclade, are potentially diagnosed by adnate stamens, unilacunar nodes, and simple perforation plates. The analyses presented here provide a greatly improved understanding of character evolution across Asteridae, highlighting multiple characters potentially synapomorphic for major clades. However, several important parts of the asterid tree are poorly known for several key phenotypic features (e.g., degree of petal fusion, integument number, nucellus type, endosperm type, iridoid production). Further morphological, anatomical, developmental, and chemical investigations of these poorly known asterids are critical for a more detailed understanding of early asterid evolution. © 2018 Botanical Society of America.

  16. Identifying Characters of “Where Angel Fear to Tread Novel” in Teaching Literary Work

    Directory of Open Access Journals (Sweden)

    Suhaimi Suhaimi

    2016-07-01

    Full Text Available The aim of the research is to identify some characters in the novel Where Angels Fear to Tread in teaching literary works. In learning of characters, someone will understand about the term of the interests, desires, emotions, and moral those form the individual within a story. Library research was used in thid study. The experts divide characters become two characters; they are central characters and additional characters. Central characters are a character who takes the greatest part in the main character or a figure that is most telling. Volume appearance of the main character more than the other characters. Meanwhile, additional characters or subordinate figures are figures that appear once or several times, figures that support or assist the central figure. In the novel Where Angels Fear To Tread, writer found some figures or characters such as: Mrs. Herriton, Lilia, Philip, Gino, and Carroline Abbot. Each of them had different characters; Mrs Herriton was a selfish and arrogant because she came from a high social status. Lilia was a patient and never denied what was ruled by her mother in-low although sometimes she was often treated her like slaves. Philip was figured as a handsome man, his tolerance and empathy were high. Gino was figured as stupid character. Miss Abbott as a nice, quiet, dull, and friendly.

  17. Emasculation of male characters as seen through Sula by Toni Morrison

    Directory of Open Access Journals (Sweden)

    Ferdinand KPOHOUE

    2018-03-01

    Full Text Available Emasculation is a drawback of slavery as it was practiced in the Americas. Men are limited in their power in order to be exploited without strong reactions. This aspect appears in Sula where female characters play the main roles. Male characters are shaped to be absent, irresponsible or insane. Female characters take care of the household and fight for their own survival. Children are educated by the female characters, male characters are regularly absent, some of them have deserted the household. The objective of this paper is to explain, through the emasculation system, the behaviors of some male characters such as Shadrack, Plum Peace, BoyBoy, Jude and Ajax (Albert Jacks in Sula in order to provide deeper understanding to Toni Morrison’s skills to deal with the conditions of Blacks in the South of the USA.  This can help to understand more Sula which is deeply rooted in the black community with its traditions and realities.

  18. [The study of transpiration influence on plant infrared radiation character].

    Science.gov (United States)

    Ling, Jun; Zhang, Shuan-Qin; Pan, Jia-Liang; Lian, Chang-Chun; Yang, Hui

    2012-07-01

    Studying vegetation infrared radiation character is the base of developing infrared camouflage and concealment technology of ground military target. Accurate fusion of target and background can be achieved by simulating formation mechanism of vegetation infrared radiation character. Leaf transpiration is characteristic physiological mechanism of vegetation and one of the main factors that influence its infrared radiation character. In the present paper, physical model of leaf energy balance is set up. Based on this model the influence of plant transpiration on leaf temperature is analyzed and calculated. The daily periodic variation of transpiration, leaf temperature and infrared radiation character of typical plants such as camphor tree and holly is actually measured with porometer and infrared thermal imaging system. By contrasting plant leaf with dryness leaf, experimental data indicates that plant transpiration can regulate leaf energy balance effectively and control leaf temperature in a reasonable range and suppress deep range variation of leaf infrared radiation character.

  19. Player-Character Dynamics in Multi- Player Role Playing Games

    DEFF Research Database (Denmark)

    Tychsen, Anders; McIlwain, D.; Brolund, T.

    2007-01-01

    This paper presents the results of a comprehensive empirical study of the impact of integrating complex game characters in multi-player Role Playing Games across tabletop and digital formats. Players were provided with characters that had detailed background history, personality and goals. Player...

  20. On superconformal characters and partition functions in three dimensions

    NARCIS (Netherlands)

    Dolan, F.A.

    2010-01-01

    Possible short and semishort positive energy, unitary representations of the Osp(2N|4) superconformal group in three dimensions are discussed. Corresponding character formulas are obtained, consistent with character formulas for the SO(3,2) conformal group, revealing long multiplet decomposition at

  1. Character selecting advisor for a role-playing game

    Science.gov (United States)

    Redfield, Carol L.; Berlanga, Felicia

    1994-01-01

    Role-playing games have been a source of much pleasure and merriment for people of all ages. The process of developing a character for a role-playing game is usually very, very time consuming, delaying what many players consider the most entertaining part of the game. An expert system has been written to assist a player in creating a character by guiding the player through a series of questions. This paper discusses the selection of this topic, the knowledge engineering, the software development, and the resulting program that cuts the time of character development from about 4 hours to 30 minutes. The program was written on a PC and an Apollo in CLIPS 4.3 and currently runs on the Apollo.

  2. Statistical Pattern Recognition

    CERN Document Server

    Webb, Andrew R

    2011-01-01

    Statistical pattern recognition relates to the use of statistical techniques for analysing data measurements in order to extract information and make justified decisions.  It is a very active area of study and research, which has seen many advances in recent years. Applications such as data mining, web searching, multimedia data retrieval, face recognition, and cursive handwriting recognition, all require robust and efficient pattern recognition techniques. This third edition provides an introduction to statistical pattern theory and techniques, with material drawn from a wide range of fields,

  3. Research of Simulation in Character Animation Based on Physics Engine

    Directory of Open Access Journals (Sweden)

    Yang Yu

    2017-01-01

    Full Text Available Computer 3D character animation essentially is a product, which is combined with computer graphics and robotics, physics, mathematics, and the arts. It is based on computer hardware and graphics algorithms and related sciences rapidly developed new technologies. At present, the mainstream character animation technology is based on the artificial production of key technologies and capture frames based on the motion capture device technology. 3D character animation is widely used not only in the production of film, animation, and other commercial areas but also in virtual reality, computer-aided education, flight simulation, engineering simulation, military simulation, and other fields. In this paper, we try to study physics based character animation to solve these problems such as poor real-time interaction that appears in the character, low utilization rate, and complex production. The paper deeply studied the kinematics, dynamics technology, and production technology based on the motion data. At the same time, it analyzed ODE, PhysX, Bullet, and other variety of mainstream physics engines and studied OBB hierarchy bounding box tree, AABB hierarchical tree, and other collision detection algorithms. Finally, character animation based on ODE is implemented, which is simulation of the motion and collision process of a tricycle.

  4. Mirror distortion of the levels of a compound system

    International Nuclear Information System (INIS)

    Khvalchenko, I.I.

    1995-01-01

    The problem of the action of an arbitrary perturbation on a system of two identical atoms in the radiation field is analyzed. For simplicity, only two-level atoms are considered, the field is assumed to be classical, and the spontaneous transitions are ignored. The polarizations are calculated for the open-quotes two atoms + fieldclose quotes and open-quotes two atoms + field + particleclose quotes systems. A comparison of the obtained relationships allows us to clarify the character of the level distortions caused by the external perturbation in the compound system. 10 refs

  5. Designing Visual Character Of Raden Wijaya As Historical Figure In Visual Novel

    Directory of Open Access Journals (Sweden)

    Dendi Pratama

    2017-11-01

    Full Text Available Visual character in Visual Novel games have the power to carry messages. Creation of visual characters in historical narratives can also bring cultural meaning. This study examines the creation of Raden Wijaya visual character as a case example in Visual Novel Twist Majapahit which is set in Majapahit kingdom but with manga-style visualization. On the contrary the creation of Raden Wijaya visual character in this study is more trying to accentuate the characteristic of Indonesia. The choice of Raden Wijaya character is based on consideration because it has historically included a major influence in expanding the royal power. The study discussions are elaborated qualitatively with the Social Semiotic approach that analyzes informative functions interactive functions and imaginative functions in visual character design elements. The results of this study show that design elements can build a comprehensive association of meanings so that the creation of visual characters tailored to historical figures has the potential to bring cultural messages.

  6. The role of visual acuity and segmentation cues in compound word identification

    Directory of Open Access Journals (Sweden)

    Jukka eHyönä

    2012-06-01

    Full Text Available Studies are reviewed that demonstrate how the foveal area of the eye constrains how compound words are identified during reading. When compound words are short, their letters can be identified during a single fixation, leading to the whole-word route dominating word recognition from early on. Hence, visually marking morpheme boundaries by hyphens slows down processing by encouraging morphological decomposition when holistic processing is a feasible option. In contrast, the decomposition route dominates the early stages of identifying long compound words. Thus, visual marking of morpheme boundaries facilitates processing of long compound words, unless the initial fixation made on the word lands very close to the morpheme boundary. The reviewed pattern of results is explained by the visual acuity principle (Bertram & Hyönä, 2003 and the dual-route framework of morphological processing.

  7. Rotation-invariant neural pattern recognition system with application to coin recognition.

    Science.gov (United States)

    Fukumi, M; Omatu, S; Takeda, F; Kosaka, T

    1992-01-01

    In pattern recognition, it is often necessary to deal with problems to classify a transformed pattern. A neural pattern recognition system which is insensitive to rotation of input pattern by various degrees is proposed. The system consists of a fixed invariance network with many slabs and a trainable multilayered network. The system was used in a rotation-invariant coin recognition problem to distinguish between a 500 yen coin and a 500 won coin. The results show that the approach works well for variable rotation pattern recognition.

  8. Building Strengths of Character: Keys to Positive Youth Development

    Science.gov (United States)

    Park, Nansook

    2009-01-01

    Character is vital force for positive development and societal well-being. Character strengths play important roles in positive youth development, not only as broad-protective factors, preventing or mitigating psychopathology and problems, but also as enabling conditions that promote thriving and flourishing. Recent research findings show that…

  9. The Effectiveness of Full Day School System for Students’ Character Building

    Science.gov (United States)

    Benawa, A.; Peter, R.; Makmun, S.

    2018-01-01

    The study aims to put forward that full day school which was delivered in Marsudirini Elementary School in Bogor is effective for students’ character building. The study focused on the implementation of full day school system. The qualitative-based research method applied in the study is characteristic evaluation involving non-participant observation, interview, and documentation analysis. The result of this study concludes that the full day school system is significantly effective in education system for elementary students’ character building. The full day school system embraced the entire relevant processes based on the character building standard. The synergy of comprehensive components in instructional process at full day school has influenced the building of the students’ character effectively and efficiently. The relationship emerged between instructional development process in full day school system and the character building of the students. By developing instructional process through systemic and systematic process in full day school system, the support of stakeholders (leaders, human resources, students, parents’ role) and other components (learning resources, facilities, budget) provides a potent and expeditious contribution for character building among the students eventually.

  10. Morphological Characters and Histology of Pheretima darnleiensis

    Directory of Open Access Journals (Sweden)

    ANDY DARMAWAN

    2012-03-01

    Full Text Available Pheretima darnleiensis is a native earthworm of Southeast Asia, India, and Japan. Although it is commonly found in Indonesia, the earthworm has never been studied well. This study was aimed to examine the morphological characters and structure of its several organs for an identification purpose, which is important for the earthworm culture. Earthworms were collected in a plot of 55-150 × 55-150 cm width and 20 cm depth at Bogor Agricultural University in Darmaga and Baranangsiang Campuses by hand sorting method. Examinations were carried out on its external as well as internal characters. The histology of the organs was studied using paraffin method. The observed characters on P. darnleiensis were the presence of prostate gland, one pair of male pores on segment XVIII, a cylindrical body with perichaetine setae, caeca on segment XXVII, copulatory pouches without diverticula and stalked glands, bithecal spermatheca with nephridia, and the first spermathecal pore on segment 4/5. In addition, other characters found on P. darnleiensis were the presence of an annular clitellum on segment XIV-XVI, an epilobus prostomium with open base, approximately 40 single pointed setae on segment XIII, one midventral female pore on segment XIV, one pair of lateroventral male pores on segment XVIII, four pairs of lateroventral spermathecal pores on segment 4/5, 5/6, 6/7, 7/8, and the first middorsal dorsal pore on segment 12/13. The histology of P. darnleiensis showed basic structure as found in other earthworms.

  11. TreeRipper web application: towards a fully automated optical tree recognition software

    Directory of Open Access Journals (Sweden)

    Hughes Joseph

    2011-05-01

    Full Text Available Abstract Background Relationships between species, genes and genomes have been printed as trees for over a century. Whilst this may have been the best format for exchanging and sharing phylogenetic hypotheses during the 20th century, the worldwide web now provides faster and automated ways of transferring and sharing phylogenetic knowledge. However, novel software is needed to defrost these published phylogenies for the 21st century. Results TreeRipper is a simple website for the fully-automated recognition of multifurcating phylogenetic trees (http://linnaeus.zoology.gla.ac.uk/~jhughes/treeripper/. The program accepts a range of input image formats (PNG, JPG/JPEG or GIF. The underlying command line c++ program follows a number of cleaning steps to detect lines, remove node labels, patch-up broken lines and corners and detect line edges. The edge contour is then determined to detect the branch length, tip label positions and the topology of the tree. Optical Character Recognition (OCR is used to convert the tip labels into text with the freely available tesseract-ocr software. 32% of images meeting the prerequisites for TreeRipper were successfully recognised, the largest tree had 115 leaves. Conclusions Despite the diversity of ways phylogenies have been illustrated making the design of a fully automated tree recognition software difficult, TreeRipper is a step towards automating the digitization of past phylogenies. We also provide a dataset of 100 tree images and associated tree files for training and/or benchmarking future software. TreeRipper is an open source project licensed under the GNU General Public Licence v3.

  12. Color pattern evolution in Vanessa butterflies (Nymphalidae: Nymphalini): non-eyespot characters.

    Science.gov (United States)

    Abbasi, Roohollah; Marcus, Jeffrey M

    2015-01-01

    A phylogenetic approach was used to study color pattern evolution in Vanessa butterflies. Twenty-four color pattern elements from the Nymphalid ground plan were identified on the dorsal and ventral surfaces of the fore- and hind wings. Eyespot characters were excluded and will be examined elsewhere. The evolution of each character was traced over a Bayesian phylogeny of Vanessa reconstructed from 7750 DNA base pairs from 10 genes. Generally, the correspondence between character states on the same surface of the two wings is stronger on the ventral side compared to the dorsal side. The evolution of character states on both sides of a wing correspond with each other in most extant species, but the correspondence between dorsal and ventral character states is much stronger in the forewing than in the hindwing. The dorsal hindwing of many species of Vanessa is covered with an extended Basal Symmetry System and the Discalis I pattern element is highly variable between species, making this wing surface dissimilar to the other wing surfaces. The Basal Symmetry System and Discalis I may contribute to behavioral thermoregulation in Vanessa. Overall, interspecific directional character state evolution of non-eyespot color patterns is relatively rare in Vanessa, with a majority of color pattern elements showing non-variable, non-directional, or ambiguous character state evolution. The ease with which the development of color patterns can be modified, including character state reversals, has likely made important contributions to the production of color pattern diversity in Vanessa and other butterfly groups. © 2014 Wiley Periodicals, Inc.

  13. Violent film characters' portrayal of alcohol, sex, and tobacco-related behaviors.

    Science.gov (United States)

    Bleakley, Amy; Romer, Daniel; Jamieson, Patrick E

    2014-01-01

    To determine the extent to which movies popular with adolescents feature characters who jointly engage in violence and other risk behaviors. We hypothesized that violent characters engage in other risk behaviors equally often in films rated appropriate for children over 12 (PG-13) and Restricted (R)-rated films. Content analysis of a sample of top-grossing movies from 1985 to 2010 (n = 390). We coded movies for the presence of at least 1 main character who was involved in violence and either sex, tobacco, or alcohol use within a 5-minute movie segment and throughout a film. Approximately 90% of the movies contained a segment with a main character involved in violence, and ~77% of the films had the same character engaging in at least 1 other risk behavior. A violent character was portrayed most often partaking in alcohol-related and sexual behaviors. G and PG movies had less co-occurrence than PG-13 or R-rated movies, but there was no statistical difference between PG-13 and R-rated movies with regards to violence co-occurring with other risk behaviors. These trends did not vary over time. Popular films that contain violent characters also show those characters engaging in other risk behaviors. Similar rates of co-occurrence between PG-13 and R-rated films suggest that the Motion Picture Association of America ratings system is not sensitive to the joint portrayal of violence and alcohol, sex, and tobacco-related risk behaviors. The on-screen clustering of violence with other risk behaviors is cause for concern and worthy of additional research.

  14. Vocal analysis of suicidal movie characters.

    Science.gov (United States)

    Palinkas-Sanches, Elaine; Sanches, Marsal; Ferrari, Maria Cristina C; Oliveira, Gisele; Behlau, Mara

    2010-12-01

    The aim of this study was to describe the auditory-perceptive evaluation and the psychodynamic aspects of voice samples among suicidal movie characters. Voice samples of 48 characters (27 male, 21 female), extracted from 36 movies produced between 1968 and 2006, were analyzed. The samples were evaluated through a specific protocol focusing on the auditory-perceptive evaluation (voice quality, resonance, pitch, loudness, modulation, pauses, articulation and rhythm) and the psychodynamic aspects of voice. 85.5% of the samples exhibited abnormal findings in at least five parameters of the auditory-perceptive analysis, such as breathiness (n=42; 87.5% of the samples), hoarseness (n=39; 81.2%) and strain (n=29; 60.4%), as well as laryngopharingeal resonance (n=39; 81.2%), either high pitch (n=14; 29.2%), or decreased loudness (n=31; 64.6%). With respect to the psychodynamic aspects, dismay was detected in 50% (n=24) of the samples, hopelessness in 47.9% (n=23), resignation in 37.5% (n=18), and sadness in 33.3% (n=16). Our findings suggest the existence of specific patterns used by actors during the interpretation of suicidal characters. The replication of these findings among real patients may contribute to improvement in the evaluation of potential suicidal patients, as well as the implementation of preventive measures.

  15. Do Sports Build or Reveal Character?--An Exploratory Study at One Service Academy

    Science.gov (United States)

    Doty, Joseph P.; Lumpkin, Angela

    2010-01-01

    Whether participating in sports builds character and if character can be measured continues to be a debated, though important, topic. Almost daily we read or hear about athletes displaying poor character. Most research shows that as the level of sport competition increases, the level of character decreases. However, participating in sports, at any…

  16. Picture Books Featuring Literary Characters with Special Needs

    Directory of Open Access Journals (Sweden)

    Batič Janja

    2013-11-01

    Full Text Available This paper introduces a selection of picture books that feature a person with special needs as the main literary character. The selection of the books to be showcased was based on three crucial aspects: the form of the (picture book, as we wanted to underline the visual importance of a literary character with special needs; the age limit of the readers the books are intended for (preschool and early primary school; and undisputable quality of the literary and artistic components of the picture books. The picture books we have selected based on the above criteria are Veveriček posebne sorte by Svetlana Makarovič and Marjan Manček, Mrožek dobi očala by Peter Svetina and Mojca Osojnik, and Zakaj je babica jezna by Lela B. Njatin and Alenka Sottler. Picture books about literary characters with special needs can help highly sensitive children accepting people that are different, while children with special needs can build a better self-image based on such books. Quality literary books which foster a positive attitude towards a character with special needs promote tolerance and can thus play an important role in the early childhood, with regard to awareness of an inclusive society.

  17. Structural fluctuation governed dynamic diradical character in pentacene.

    Science.gov (United States)

    Yang, Hongfang; Chen, Mengzhen; Song, Xinyu; Bu, Yuxiang

    2015-06-07

    We unravel intriguing dynamical diradical behavior governed by structural fluctuation in pentacene using ab initio molecular dynamics simulation. In contrast to static equilibrium configuration of pentacene with a closed-shell ground state without diradical character, due to structural fluctuation, some of its dynamical snapshot configurations exhibit an open-shell broken-symmetry singlet ground state with diradical character, and such diradical character presents irregular pulsing behavior in time evolution. Not all structural changes can lead to diradical character, only those involving the shortening of cross-linking C-C bonds and variations of the C-C bonds in polyacetylene chains are the main contributors. This scenario about diradicalization is distinctly different from that in long acenes. The essence is that structural distortion cooperatively raises the HOMO and lowers the LUMO, efficiently reducing the HOMO-LUMO and singlet-triplet energy gaps, which facilitate the formation of a broken-symmetry open-shell singlet state. The irregular pulsing behavior originates from the mixing of normal vibrations in pentacene. This fascinating behavior suggests the potential application of pentacene as a suitable building block in the design of new electronic devices due to its magnetism-controllability through energy induction. This work provides new insight into inherent electronic property fluctuation in acenes.

  18. Font generation of personal handwritten Chinese characters

    Science.gov (United States)

    Lin, Jeng-Wei; Wang, Chih-Yin; Ting, Chao-Lung; Chang, Ray-I.

    2014-01-01

    Today, digital multimedia messages have drawn more and more attention due to the great achievement of computer and network techniques. Nevertheless, text is still the most popular media for people to communicate with others. Many fonts have been developed so that product designers can choose unique fonts to demonstrate their idea gracefully. It is commonly believed that handwritings can reflect one's personality, emotion, feeling, education level, and so on. This is especially true in Chinese calligraphy. However, it is not easy for ordinary users to customize a font of their personal handwritings. In this study, we performed a process reengineering in font generation. We present a new method to create font in a batch mode. Rather than to create glyphs of characters one by one according to their codepoints, people create glyphs incrementally in an on-demand manner. A Java Implementation is developed to read a document image of user handwritten Chinese characters, and make a vector font of these handwritten Chinese characters. Preliminary experiment result shows that the proposed method can help ordinary users create their personal handwritten fonts easily and quickly.

  19. Affective Decision Making in Artificial Intelligence : Making Virtual Characters With High Believability

    OpenAIRE

    Johansson, Anja

    2012-01-01

    Artificial intelligence is often used when creating believable virtual characters in games or in other types of virtual environments. The intelligent behavior these characters show to the player is often flawed, leading to a worse gameplay experience. In particular, there is often little or no emotional impact on the decision making of the characters. This thesis focuses on extending decision-making and pathfinding mechanisms for virtual characters, with a particular focus on the use of emoti...

  20. The Welenrengnge Boat Model: Maritim Character Building Of Higher Education In Indonesia

    Directory of Open Access Journals (Sweden)

    AB Takko Bandung

    2016-12-01

    Full Text Available This study is a cultural research using a descriptive qualitative design, namely Maritim character values in the script of Sawerigading Voyage to China is profoundly classified, interpreted, and described. The research result shows that Welenrengnge can be utilized in order to implement the Maritim character for Hasanuddin University academicians and it has been tested to students at Faculty of Humanities, Hasanuddin University. Based on the scenario, the stages to achieve the Maritim character, what is always heard, seen, read, reviewed, discussed and performed is obsessed into everybody’s personality so the self-character can be changed and shaped either individually or collectively. Therefore, this model is called the Welenrengnge Boat Model. Seizing the Maritim character requires a considerable time. The experimental research shows that the students generation of 2014 of Indonesian Literature Department of Faculty of Humanities have commenced to build the Maritim character.