Skip to content

topepo/scholar-link

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

scholar-link

A Quarto extension for embedding Google Scholar links in references

This extension can be used to link references to a corresponding Google Scholar query. This is helpful for those without library access to technical materials.

For example, with this Bibtex reference:

@article{hand2001idiot,
  title={Idiot's {Bayes} — not so stupid after all?},
  author={Hand, D and Yu, K},
  journal={International statistical review},
  volume={69},
  number={3},
  pages={385--398},
  year={2001}
}

Would embed this link in the title in the references:

https://scholar.google.com/scholar?q=%22Idiot%27s+Bayes+-+Not+so+Stupid+After+All%3F%22

See the example.qmd file.

Usage

Install the extension via:

quarto add topepo/scholar-link

In your quarto yml, add this filter:

filters:
  - scholar-link

Notes

The cases where no url is added are:

  • book citations, since these are not usually contained in Google Scholar (but reviews of these works are, often with the same title)
  • Any BibTeX entry that already contains \href{}.

About

A Quarto extension for embedding Google Scholar links in references

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors