1,721,129 research outputs found

    Going Beyond Counting First Authors in Author Co-citation Analysis

    Get PDF
    The present study examines one of the fundamental aspects of author co-citation analysis (ACA) - the way co-citation counts are defined. Co-citation counting provides the data on which all subsequent statistical analyses and mappings are based, and we compare ACA results based on two different types of co-citation counting - the traditional type that only counts the first one among a cited work's authors on the one hand and a non-traditional type that takes into account the first 5 authors of a cited work on the other hand. Results indicate that the picture produced through this non-traditional author co-citation counting contains more coherent author groups and is therefore considerably clearer. However, this picture represents fewer specialties in the research field being studied than that produced through the traditional first-author co-citation counting when the same number of top-ranked authors is selected and analyzed. Reasons for these effects are discussed

    Variations on the Author

    Get PDF
    “Variations on the Author” discusses two of Eduardo Coutinho’s recent films (Um Dia na Vida, from 2010, and Últimas Conversas, posthumously released in 2015) and their contribution to the general question of documentary authorship. The director’s filmography is characterized by a consistent yet self-effacing form of authorial self-inscription: Coutinho often features as an interviewer that rather than express opinions propels discourses; an interviewer that is good at listening. This mode of self-inscription characterizes him as an author who is not expressive but who is nonetheless markedly present on the screen. In Um Dia na Vida, however, Coutinho is completely absent form the image, while Últimas Conversas, on the contrary, includes a confessional prologue that moves the director from the margins to the center of his films. This article examines the ways in which these works stand out in the filmography of a director who offers new insights into the notion of cinematic authorship

    Appropriate Similarity Measures for Author Cocitation Analysis

    Get PDF
    We provide a number of new insights into the methodological discussion about author cocitation analysis. We first argue that the use of the Pearson correlation for measuring the similarity between authors’ cocitation profiles is not very satisfactory. We then discuss what kind of similarity measures may be used as an alternative to the Pearson correlation. We consider three similarity measures in particular. One is the well-known cosine. The other two similarity measures have not been used before in the bibliometric literature. Finally, we show by means of an example that our findings have a high practical relevance.information science;Pearson correlation;cosine;similarity measure;author cocitation analysis

    Contributions à l'étude de l'assemblage de logiciels

    Get PDF
    Component-based adaptive distributed applicationsEnseignant-Chercheur à l'ENST Bretagne depuis 1992, mon domaine de recherche a, depuis ma thèse en 1993, été consacré à la problématique de la modélisation et de la spécification, en s'appuyant sur les technologies ob jets. Ayant eu la responsabilité de l'enseignement informatique à l'ENST Bretagne pendant quelques années, mon activité de recherche a été mise en veille autour des années 1995. De retour à des activités de recherche, vers 1997, j'ai participé, sous la direction de Robert Rannou, puis d'Annie Gravey à la mise en place de projets de recherche au sein du département informatique de l'ENST Bretagne. J'anime actuellement la recherche du département et suis co-responsable avec Fabien Dagnat du projet CAMA (Composants pour Architectures Mobiles Adaptables) où mes recherches se focalisent sur l'assemblage des composants logiciels. Après un bref premier chapitre d'introduction, la première partie de ce rapport - les chapitres 2 et 3 - présente une synthèse de mes travaux de recherche, la seconde - chapitre 4 - décrit les axes de recherches que j'envisage d'approfondir

    Dispelling the Myths Behind First-author Citation Counts

    Get PDF
    We conducted a full-scale evaluative citation analysis study of scholars in the XML research field to explore just how different from each other author rankings resulting from different citation counting methods actually are, and to demonstrate the capability of emerging data and tools on the Web in supporting more realistic citation counting methods. Our results contest some common arguments for the continued use of first-author citation counts in the evaluation of scholars, such as high correlations between author rankings by first-author citation counts and other citation counting methods, and high costs of using more realistic citation counting methods that are not well-supported by the ISI databases. It is argued that increasingly available digital full text research papers make it possible for citation analysis studies to go beyond what the ISI databases have directly supported and to employ more sophisticated methods

    Author Index

    No full text
    Nao informado

    Une comparaison de langages objet relative au traitement de la redéfinition de méthode et à la liaison dynamique

    No full text
    International audienceMaintenant que les techniques de programmation objet sont largement disséminées dans la communauté scientifique informatique, il est intéressant de faire une pause et d?observer les langages de programmation communément utilisés. Si les mécanismes comme l?encapsulation et l?héritage sont bien connus et compris, leur conséquence opérationnelle ? la liaison dynamique ? a encore beaucoup d?interprétations, faisant des langages objet une solution toujours immature, ou, du moins, une juxtaposition de nombreuses théories. Puisque nous pensons que la notion d?objet a un sens, et apporte une réelle amélioration par rapport aux langages classiques ? sans liaison dynamique -, nous avons comparé sept langages objet et étudié leurs différences vis-à-vis de la liaison dynamique. Nous proposons une sémantique " raisonnable " à la liaison dynamique qui autorise tout à la fois des redéfinitions de méthodes covariantes, contravariantes et invariantes pour ce que ce qui est considéré, même par des experts, comme un problème délicat.Maintenant que les techniques de programmation objet sont largement disséminées dans la communauté scientifique informatique, il est intéressant de faire une pause et d?observer les langages de programmation communément utilisés. Si les mécanismes comme l?encapsulation et l?héritage sont bien connus et compris, leur conséquence opérationnelle ? la liaison dynamique ? a encore beaucoup d?interprétations, faisant des langages objet une solution toujours immature, ou, du moins, une juxtaposition de nombreuses théories. Puisque nous pensons que la notion d?objet a un sens, et apporte une réelle amélioration par rapport aux langages classiques ? sans liaison dynamique -, nous avons comparé sept langages objet et étudié leurs différences vis-à-vis de la liaison dynamique. Nous proposons une sémantique " raisonnable " à la liaison dynamique qui autorise tout à la fois des redéfinitions de méthodes covariantes, contravariantes et invariantes pour ce que ce qui est considéré, même par des experts, comme un problème délicat

    Method overloading and overriding cause encapsulation flaw

    No full text
    International audienceBased on an experiment using three languages under .NET, this paper argues that the semantic differences between these languages regarding method overloading and overriding give rise to significant complexity and break encapsulation. We first recalls the various interpretations of overriding and overloading in object oriented languages through what we call language signatures. Then, we realize an experimentation with .NET components coded in different Programming languages in order to observe the global behavior. From this, we show that overriding and overloading are not compatible with a key property of components: encapsulation. We conclude that, in the current state of the art, in order to build predictable assembly, components must expose their internal structure! We propose a solution to this problem

    Peut-on réaliser des composants avec un langage à objets ?

    No full text
    International audienceNous observons les comportements de langages à objets vis-à-vis de la redéfinition et de la surcharge puis nous réalisons une expérience d?interopérabilité de langages dans le contexte de .NET. À partir de cela, nous montrons que les mécanismes de redéfinition et de surcharge se marient mal avec la caractéristique essentielle des composants qu?est l?encapsu-lation
    corecore