Coder Social home page Coder Social logo

journals_alpha_score's Introduction

Ordering of Authors in Scientific Journals

This dataset identifies the journals whose policy is alphabetical order of authors in their publications.

Data format:

  • Journal's name [string]
  • Journal's normalized name [string]
  • Alphabeticality score [float]

Alphabeticality score

  • alpha=1 - The journal forces alphabetical order
  • alpha=0 - The alphabetical order is not forced

Ranges from -1 to 1. Maximum alpha score is 1 for journals with alphabetical order of authors. The majority of journals have alpha distributed around zero with few hunderd journals with alpha closer to one.

Data: I used data from the Microsoft Academic Graph. The journals analyzed are those with the publications in years 2011 to 2015. Only papers with more than 3 authors have been included in the analysis. Only journals who have published more than three papers in the selected years are analyzed.

Methodology: For each paper in the dataset I estimate first how much the authors order differ from the alphabetical order. To measure that, I use Kendall's tau correlation which ranges from 1 if the order is alphabetical to -1 if the order is opposite of the alphabetical. Kendall's tau can take any value in between. Then, for each journal I estimate the alpha score by calculating the weighted average of the Kendall's tau for all the papers. The weights used for the weighted average are number of authors squared. The reason for using such weighted average is the number of the possible errors in the dataset. In case of the conflicting results, this way I value more the papers with more authors as it is much lower probability that they end up in an alphabetical order just by chance. Even though, the probability of having an exact order of n authors is n!, using factorial would give too much weight to very small number of papers. So, I decided to settle in between by using n squared.

Alt text

Please cite as: Muric, Goran. (2020). Ordering of Authors in Scientific Journals: Dataset (V1.0) Retrieved from https://github.com/gmuric/journals_alpha_score

journals_alpha_score's People

Contributors

gmuric avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.