2

I am a senior freelance software engineer, with about 10 years' experience. I've been working in a university setting for the past year, as a contractor. Usually I work in a commercial environment.

During the year, I've done 15-20 days' work on each of 2 different projects that should have turned into papers, but didn't due to lack of time from the PI. These projects are more or less complete from a coding point of view: they just haven't been written up by the PI. I believe the time required to write up should be 2-4 days each.

I've now decided to move on from the team (partly due to frustration at projects like these being blocked, which means I don't have much visible output) and am documenting and handing over my projects.

My question is this. On these projects, is it reasonable to ask for authorship on any paper that is written based on my work after I leave? And - assuming that my estimate of 2-4 days' work remaining above is correct - is it reasonable to ask for first authorship? (Our field is epidemiology / life sciences, so I believe that authorship order reflects overall contribution.)

We weren't doing traditional scientific experiments - these are data-driven research projects. So the hierarchy is probably more like the wider digital world, in which execution is generally acknowledged to be more important than ideas. Specifically, my code would have collected the data; my coding decisions would have driven 95% of the design; and I would have written an iPython notebook forming the basis of the methods and results sections of the paper. The PI would write the intro and conclusions and pull together the paper. For example, one project was to do comparison of datasets in the scientific literature, and the PI's idea was pretty much "hey, let's look at dataset A, see if we could match it with dataset B, and draw some conclusions". My contribution was to see if that was possible, learn about datasets C and D and E and F, decide F was the best match, do the actual matching of A and F, and draw the conclusions. The PI will literally just write up the conclusions.

In both cases the original idea was the PI's, and they have provided guidance as I worked, but probably not more than 0.5-1 day in total.

I'm not sure how authorship works after I've left. The ICMJE's author definition says that authors should be involved in drafting and approving the paper, but I won't be involved in that (well, unless I work for free).

However, it's very important for my commercial reputation that I can point to visible work done during the year, so I would like to be named as an author, rather than all the work just vanishing under the PI's name.

One other point: the PI previously put me down as second author on a project where I'd done 99% of the work, and when I queried this, claimed there was no convention on authorship order in our field. Fortunately, I was able to resolve this amicably. But given that experience, I'm now keen to clarify the position about authorship before I leave, and I'd welcome advice on convention and etiquette in this situation.

3
  • 2
    I obviously don't know your specific project, but I suspect your estimates of the time it takes to do the non-programming part of the work (coming up with and refining the idea before "giving" it to you, writing up the paper, "packaging" it in a way that emphasizes its value) are wayyyy off.
    – ff524
    Commented Nov 2, 2016 at 20:08
  • I'm a professional freelancer, so I'm generally pretty good at estimating, otherwise I don't pay rent ;) I've seen the PI write a paper in half a day - they're very fast when they do write. The idea wasn't given to me in a nicely packaged form - I did a lot of the feasibility research. Coming up with the idea obviously takes years of experience, but then so does becoming a software engineer!
    – anon
    Commented Nov 2, 2016 at 20:11
  • In addition, if the PI does spend more than 15-20 days working on the project, I'll be quite happy for them to be first author. I just want authorship to reflect accurately the actual contributions we made.
    – anon
    Commented Nov 2, 2016 at 20:13

3 Answers 3

5

If you only did programming support for a project, and did not design or collect data, or design the experiment, and did not have a role in writing the manuscript, you probably qualify for only an acknowledgement, and not full authorship. I'm not clear what you mean by "feasibility research" - it's possible that work would qualify if it went beyond normal software design processes (i.e., are you determining whether the idea was feasible for YOU to accomplish in a certain time frame, or feasible at all, and what was the extent of other approaches that you considered...given the time frame you state of 15-20 days work, I am very skeptical there was extensive feasibility research necessary).

15-20 days work is a miniscule amount of time for a typical scientific publication - I would say the normal range is 6 months to 2 years. This range counts all of the failures and false starts inherent in science, refining ideas, etc. Though it is possible all of the data and analysis that goes into a paper takes place on a shorter time frame, it is unfair to exclude all of the productive failure along the way.

Programming by itself isn't really a direct contribution to a scientific project, regardless of the time spent, unless you are developing algorithms, or doing something novel (for example, optimizing a program to the extent that a previously computationally intractable question can be solved in a reasonable timeframe).

I doubt your PI actually does not know the conventions of authorship in the field; it seems more likely that they knew you were overestimating your role in the project, gave you the appropriate credit, and didn't want to argue with you over it further.

More generally, and not speaking to your situation specifically, leaving a lab should not affect your claim to authorship on any work you did while you were a member. However, meeting all the requirements for authorship will indeed require further, unpaid work. At a minimum, this would include review of the manuscript before submission and publication, and in most cases would include substantial writing/editing support, preparation of final figures, etc.

1
  • Re “the normal range [of working time an individual author contributes to a paper] is 6 months to 2 years.” This simply isn’t possible in the fields I know, even including early exploration and false starts, etc. In these fields, early career academics are expected to average a couple of papers a year, on top of teaching, admin, conference travel/presentation, etc… . (And I’m told it’s more in many other fields.) In my experience, the work of a paper may well be spread out over a year or several, but typically adds up to more like 2–3 months full time specifically on the project.
    – PLL
    Commented Nov 14, 2016 at 18:12
3

When people move on and write a paper based on their previous work, "working for free" is exactly what they often end up doing. If they move to another position in academia they can probably work in whatever passes for normal academic hours, but that's not your position.

All authors need to know the manuscript well enough to put their name to it. By not putting the effort in to do this (in your own time presumably) the mostly likely effect is that the work doesn't get published.

As a freelancer, you run your own business. You know that some work has to be done that can't be billed to clients. Earning some publications for your own publication record could easily fall into that category. you have to make a decision whether to make that investment (and if you plan on taking contracts in academia in the future, the publications will help you).

0

Doing programming support for a research project, in my experience, leads to a mention in the acknowledgments, not co-authorship. Often times that work can be substantial, but that doesn't change anything. This is particularly true if you're an outside contractor who is paid to offer that support. In academia execution is pretty much never valued over ideas, unless the point of the paper itself is developing a new method of execution.

I should add, my experience is almost entirely in data-driven projects, as you mentioned this project is, from retrieval to cleaning to processing to running models and analyzing. Maybe it's different when the support involves lab work, I couldn't say for sure.

As with most of the authorship questions I see come up on this SE, I think the best approach is to always sort it out, preferably in writing, before the work is done. If your goal is to have co-authorship on published papers then talk to the researchers about it when you get involved. That won't help you now, but it might in the future.

You must log in to answer this question.