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

Reference management #50

Closed
darribas opened this issue Jul 26, 2019 · 2 comments
Closed

Reference management #50

darribas opened this issue Jul 26, 2019 · 2 comments

Comments

@darribas
Copy link
Member

jupyter-book supports jekyll-scholar:

https://jupyter.org/jupyter-book/features/citations.html

We should explore whether this works.

@sjsrey
Copy link
Contributor

sjsrey commented Jul 29, 2019

It looks like jekyll-scholar only supports parenthetical citations. You can fake textual citations, however:

Sometimes you want to suppress author names in a citation, because the name has already been mentioned in your text; for such cases Jekyll-Scholar provides the --suppress_author option (short form: -A): ...as Matz explains {% cite ruby -A -l 42 %} would produce something like: ...as Matz explains (2008, p. 42).

And, nbconvert handles references in a different way.

Example for nbconvert.

@ljwolf ljwolf removed their assignment Dec 13, 2019
@ljwolf
Copy link
Member

ljwolf commented Nov 24, 2020

This is now resolved with #90

Add references to the bibliography in alphabetical order.
Use the Author_year syntax to refer to publications.
Use

{cite}`Refkey_year`

to refer to a reference in the text.

@ljwolf ljwolf closed this as completed Nov 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants