-
Notifications
You must be signed in to change notification settings - Fork 171
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
Add DOI links and references section for cited papers? #403
Comments
Currently most (all?) references to academic or non-academic sources are in the form of a brief identifier and an embedded link. As you noted, the brief identifier such as "Tournier et al. 2007" currently has no consistent form across the spec. I agree that it may be worthwhile to decide for a consistent form for at least all academic references and update the spec accordingly. Perhaps APA style? Regarding a reference section at the end of each page, spelling out all mentioned references in full form, I think the only benefit for this would be a scenario where somebody prints the spec and then cannot access the link anymore. However, our main formats are the html rendering, and soon a pdf (see #400), both of which will preserve links and render a reference section not very beneficial IMO.
Thanks - and thanks to you for contributing this issue! |
@sappelhoff choosing a referencing style across the spec is a good idea. |
I would vote for it to be |
@yarikoptic why do you vote against something like |
Because it is a specific identifier (DOI), not a URL which might (and did in the past from dx.doi.org) change. Different ID resolution or metadata services provide different additional info etc. Having said all that - such urls are often are understood and actual DOI is parsed out/used. |
just stumbled over this: perhaps https://github.com/shyamd/mkdocs-bibtex/ can be used for generating a bibliography with mkdocs. We'd also need the solution to work with our pdf rendering via pandoc. |
Trying to do this in relation to #1660 I get the following error in the build in RTD.
Not sure but it seems this is due to an old version of pypandoc when installed via pip, but conda forge may have a more recent version |
ok it does work when installing pypandoc from conda |
Hello everyone,
When reading the specifications of the upcoming BIDS Derivatives, I noticed that several papers were cited.
I was wondering if adding DOI links e.g. (Tournier et al., 2007; Descoteaux et al. 2009) and a References section at the bottom of the page with full references e.g. :
could enrich the document? For diffusion MRI, on top of specifying the derivates, it also makes a very good entry point on what are the possibilities to process this modality.
Besides, I noticed some discrepancies when citing a paper e.g. :
Is there any consensus about it?
Currently, I think these questions and propositions involve:
Best,
Alexandre
PS : I take also this opportunity to congratulate you for these great specifications!
The text was updated successfully, but these errors were encountered: