1,720,966 research outputs found
Going Beyond Counting First Authors in Author Co-citation Analysis
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
“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
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
Dispelling the Myths Behind First-author Citation Counts
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
Dasar Alogaritma & Struktur Data dengan Bahasa JAVA
Buku ini berisi algoritma-algoritma dasar yang wajib diketahui oleh Anda yang ingin berkecimpung dalam dunia pemrograman komputer. Dengan mempelajari buku ini, Anda akan dituntun untuk memahami algoritma dari nol besar. Materi yang dibahas dimulai dari pengenalan operator dan logika pemrograman sampai materi yang lebih kompleks seperti tree dan graph. Selain itu, dalam tiap babnya penulis melakukan pendekatan pemrograman dengan konsep OOP serta menambahkan sejumlah gambar sebagai visualisasi agar pembahasan menjadi lebih menarik dan mudah dipahami. Secara umum buku ini mencakup:
operator dan tipe data dalam bahasa Java, yang memberikan gambaran tentang bentuk-bentuk pernyataan dan sintaksis dalam bahasa Java;
pernyataan kondisional, perulangan, dan jump, yang berfungsi untuk mengontrol alur eksekusi program dalam bahasa Java (pada bab ini Anda juga akan mempelajari salah satu teknik perulangan dalam bahasa Java, yaitu teknik rekursif);
pembahasan tentang konsep-konsep umum pemrograman berorientasi objek, yang menyangkut implementasi class dan objek dalam Java;
array dan string;
teknik pengurutan dan pencarian data seperti radix sort, quick sort, dan heap sort;
penggunaan antrean (queue), tumpukan (stack), dan antrean prioritas (priority queue) dalam bahasa Java;
senarai berantai (linked list) yang terdiri atas single linked-list with tail pointer, linked list with dummy node, dan double linked-list;
pembahasan tentang pohon (tree), yang terdiri atas binary search tree dan red black tree;
penggunaan hash table sebagai metode untuk menyimpan dan mengambil data;
penggunaan graph untuk memodelkan jaringan (pada bab ini Anda juga akan mempelajari beberapa algoritma graph seperti depth-first search [DFS], breadth-first search [BFS], Kruskal, Prim, Djikstra, dan Bellman-Ford)
Algoritma, pemrograman, dan struktur data menggunakan C++
Buku ini berisi tentang algoritma-algoritma dasar dengan menggunakan bahasa pemrograman C++. Materi yang terdapat dalam buku ini wajib diketahui bagi Anda yang ingin berkecimpung dalam dunia pemrograman komputer. Dengan mempelajari seluruh bagian dari buku ini, Anda akan diajak untuk mengetahui teknik pemrograman dan algoritma dari NOL. Materi yang dibahas mulai dari pengenalan operator dan logika, sejumlah tipe variabel dalam bahasa pemrograman C++ sampai kepada bahasan yang lebih kompleks, seperti Tree dan Graph. Selain itu, dalam tiap babnya, penulis melakukan pendekatan pemrograman dengan konsep Class dan Object serta menggunakan sejumlah gambar untuk visualisasi agar pembahasannya menjadi lebih menarik dan mudah dipahami
Teori dan algoritma graph dengan bahasa java
Dalam buku ini, dijelaskan secara terperinci sejumlah algoritma yang dapat digunakan untuk memecahkan masalah Graph. Mulai dari jenis graph yang sederhana sampai kepada Graph yang kompleks. Pentingnya algoritma yang efesien dalam penyelasaian masalah Implementasi Konsep Graph dengan Bahasa Pemrograman Java Teknik Pencarian Blind search pada Elementary Graph. Mulai dari Algoritma Breadth First Search (BFS), Depth First Search (DFS), dan Depth Limited Search (DLS) Minimum Spanning Tree (MST). Algoritma yang akan dipelajari adalah Algoritma Kruskal, Prim, dan Reverse Delete. Masalah single source shortest path akan dipecahkan secara mendalam dengan menggunakan algoritma Dijkstra, Bellman-Ford, dan algoritma Semut (AntColonyOptimization) Teori dan aplikasi Maximum Flow
- …
