> the order of their authorship was determined by executing the following commands in R: set.seed (7998976/5271) x ‹- sample (c("Anne", "Peder"), 1) print (paste ("The winner is", x, "!")) But who picked the seed, Anne? And how do we know they didn’t have their thumb on the scale?
Fun ways of deciding authorship order (2016)
21–30 of 37 posts
Re: Fun ways of deciding authorship order (2016)
#22> the order of their authorship was determined by executing the following commands in R: set.seed (7998976/5271) x ‹- sample (c("Anne", "Peder"), 1) print (paste ("The winner is", x, "!")) But who picked the seed, Anne? And how do we know they didn’t have their thumb on the scale?
That is weird; from what I understand (not an R expert), set.seed takes an integer, so I assume that number gets truncated / approximated to an integer. That means that all nearby seeds give the same result: for instance changing 7998976 to 7998977 or 7998975 makes no difference, up to the next multiple of 5271. This makes the result look a lot less random. Was Anne cheating?
Re: Fun ways of deciding authorship order (2016)
#23The wordpress post is old, and so the author didn't have the chance to include my favorite method: Every Author as First Author: (pdf) https://arxiv.org/pdf/2304.01393
Re: Fun ways of deciding authorship order (2016)
#24Earlier quoted context omitted.
The American Mathematical Society has a statement basically saying “in math, authorship order is alphabetical” that people going up for tenure can put in their files, in case people involved in the decision come from other disciplines which have other conventions. https://www.ams.org/learning-careers/leaders/CultureStatemen...
Someone should study whether that statement is disproportionately included by authors with names later on in the alphabet.
Re: Fun ways of deciding authorship order (2016)
#25> the order of their authorship was determined by executing the following commands in R: set.seed (7998976/5271) x ‹- sample (c("Anne", "Peder"), 1) print (paste ("The winner is", x, "!")) But who picked the seed, Anne? And how do we know they didn’t have their thumb on the scale?
My guess is that each simultaneously picked a number, one for numerator and one for denominator.
Re: Fun ways of deciding authorship order (2016)
#26> the order of their authorship was determined by executing the following commands in R: set.seed (7998976/5271) x ‹- sample (c("Anne", "Peder"), 1) print (paste ("The winner is", x, "!")) But who picked the seed, Anne? And how do we know they didn’t have their thumb on the scale?
Maybe we can solve this with blockchain?
Re: Fun ways of deciding authorship order (2016)
#27Re: Fun ways of deciding authorship order (2016)
#28Re: Fun ways of deciding authorship order (2016)
#29Re: Fun ways of deciding authorship order (2016)
#30My partner is a mathematician who realized (along with the other members of their working group) that if they were to deviate from the standard alphabetical authorship order, they could author a paper on the DILF Theorem.