Skip to content

Jupyter4Science/jupyter4science.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

fc37b2f · Jul 11, 2024

History

35 Commits
Jan 18, 2024
Feb 28, 2024
Mar 9, 2024
Jul 11, 2024
Jan 18, 2024
Jan 18, 2024
Jan 18, 2024
Feb 23, 2024
Feb 1, 2024
Feb 23, 2024
Jan 18, 2024
Feb 11, 2024
Feb 1, 2024
Jan 18, 2024
Feb 1, 2024
Jan 18, 2024
Jan 18, 2024
Jan 18, 2024

Repository files navigation

Site Theme (Hugo Blox)

Our site is made possible by @GeorgeCushen's Hugo Blox theme, Hugo Research Group Theme, previously known as Wowchemy and Hugo Academic.

Automatically creating publication pages from BibTeX file

Installing the Hugo Academic CLI

# We use version 0.5.1 because of this issue:
# #https://github.com/GetRD/academic-file-converter/issues/107

pip3 install -U academic==0.5.1

Automatically import citations from BibTeX file

# --compact Generate minimal markdown without comments or empty keys
# --normalize Normalize tags by converting them to lowercase and capitalizing the first letter (e.g. "sciEnCE" -> "Science")

academic import --bibtex content/bibliography/jupyter_site.bib --compact --overwrite --normalize

See the documentation site for details.

Importing blog posts from Jupyter Notebooks

academic import 'notebooks/*.ipynb' content/post/ --verbose