Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

usage stats on dataset pages #105

Open
carsen-stringer opened this issue Jul 28, 2023 · 1 comment
Open

usage stats on dataset pages #105

carsen-stringer opened this issue Jul 28, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@carsen-stringer
Copy link

Proposed change

number of citations and/or number of downloads for a dataset would be useful information on a dataset's homepage (sorry if I missed this). also it would be nice to have an easy way to export the citation as bibtex might be nice for computational users to encourage citation (many of us use latex).

Alternative options

link to google scholar page for a dataset can show citations, e.g. like this one https://scholar.google.com/scholar?oi=bibs&hl=en&cites=1565589088577793300

Who would use this feature?

I think dataset sharers could use this info to bolster their grant applications, to show they are collecting useful/unique/rigorous datasets

(Optional): Suggest a solution

@yarikoptic
Copy link
Member

Meanwhile I propose you a generic (not dandi specific) feature of doi.org to use -- request desired citation record directly from them. My bash (or zsh?) script I use daily:

doiref () {
	doi=$(echo $1 | sed -e 's,https*://.*doi\.org/,,g') 
	noglob curl --silent -L -d "" --header "Accept: application/x-bibtex; charset=utf-8" https://doi.org/$doi | sed -e 's,%2F,/,g' | xclip -i
	xclip -o
} 

So

❯ doiref https://doi.org/10.48324/dandi.000055/0.220127.0436
@misc{https://doi.org/10.48324/dandi.000055/0.220127.0436,
  doi = {10.48324/DANDI.000055/0.220127.0436},
  url = {https://dandiarchive.org/dandiset/000055/0.220127.0436},
  author = {Peterson, Steven M. and Singh, Satpreet H. and Dichter, Benjamin and Rao, Rajesh P. N. and Brunton, Bingni W.},
  title = {AJILE12: Long-term naturalistic human intracranial neural recordings and pose},
  publisher = {DANDI Archive},
  year = {2022}
}

and that bibtex is in my clipboard ready to be pasted

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants