datalad / datalad-paper-joss

Repository for JOSS paper on DataLad
MIT License
3 stars 28 forks source link

Substantial scholarly effort: prior citations #5

Closed mih closed 3 years ago

mih commented 3 years ago

Google survey done on 20210319, stopped on page 6.

"academic papers" by others:

yarikoptic commented 3 years ago

For those we decide to reference, to quickly get bibtex, here is my tiny helper

doiref () {
  # get bibtex record for a doi, copy to clipboard
  doi=$(echo $1 | sed -e 's,https*://.*doi\.org/,,g')
  curl --silent -L -d "" --header "Accept: application/x-bibtex; charset=utf-8" https://doi.org/$doi \
   | sed -e 's,%2F,/,g' | xsel -i
  xsel -o
}
yarikoptic commented 3 years ago

I guess now we are doomed to take this wonderful list from @mih and stick it somewhere on datalad.org . If only "RRIDs worked" and we did not have to collate them manually ;)

yarikoptic commented 3 years ago

We have some references, overall development stats, and I do not think we need more "proof" of an effort. But my weak soul can't "close" this non-issue ;)