Where do you sit? Author position and the h-index

[This article was first published on Rigorous Analytics, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here)
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.

I was recently introduced to the concept of the h-index and was compelled to find out my own h-index via Scopus.  Numbers don’t matter, but discussion with my colleagues turned to the issue of author position.  We quickly decided that there are three important “positions” in the list of authors for a publication: first, last and everywhere else (let’s call it the middle).  Three-dimensional plots are never easy to deal with, but the concept of the triangle plot has always stuck in the back of my mind.  Armed with this fine plotting mechanism, and the R language, I decided to attack the output from Scopus.

First things first… here is code to parse the .csv output provided by Scopus and calculate the h-index with a simple plot.


Now to deal with the authorship position we first parse the author list, determine where the author of interest is located and then convert the three categories into percentages. I have neglected to include the code that explicitly constructs the matrix A. Just let A = rbind(A, triax.data) to build it up for each author.

I happen to be the red dot in the triangle plot, with four of my colleagues also represented.  With respect to journals in the field of medical imaging and the like, one would want to have as many first or last author positions as possible and fewer middle positions.  First means you did all the work, last means you’re the most senior author and (let’s face it) nobody cares if you’re anywhere else.

So the question is, where do you sit?

To leave a comment for the author, please follow the link and comment on their blog: Rigorous Analytics.

R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.

Never miss an update!
Subscribe to R-bloggers to receive
e-mails with the latest R posts.
(You will not see this message again.)

Click here to close (This popup will not appear again)