Skip to content

Commit

Permalink
readding the bibliography
Browse files Browse the repository at this point in the history
  • Loading branch information
liampaull committed Jun 18, 2024
1 parent 5fc4098 commit f51cd0d
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 19 deletions.
3 changes: 1 addition & 2 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
source 'https://rubygems.org'
group :jekyll_plugins do
gem 'github-pages'
gem 'jekyll'
gem 'jekyll-paginate'
# gem 'jekyll-scholar', '~> 7'
gem 'jekyll-scholar', '~> 7.0'
gem 'jemoji'
gem 'unicode_utils'
gem 'jekyll-multiple-languages-plugin'
Expand Down
32 changes: 16 additions & 16 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ navigation:
# Includes
include: ['_pages']

gems:
plugins:
- jekyll-paginate
- jekyll/scholar
- ['jekyll/scholar']
- jemoji


Expand All @@ -93,26 +93,26 @@ markdown: kramdown
highlighter: pygments

# Jekyll-Scholar
#scholar:
scholar:

# style: apa
# locale: en
style: apa
locale: en

# sort_by: year
# order: descending
sort_by: year
order: descending

# source: /_bibliography/
# bibliography: pubs.bib
# bibliography_template: bib
source: /_bibliography/
bibliography: papers.bib
bibliography_template: bib

# replace_strings: true
# join_strings: true
replace_strings: true
join_strings: true

# details_dir: bibliography
# details_layout: bibtex.html
# details_link: Details
details_dir: bibliography
details_layout: bibtex.html
details_link: Details

# query: "@*"
query: "@*"

jquery_version: "1.12.4"
katex_version: "0.7.1"
Expand Down
3 changes: 3 additions & 0 deletions _data/people.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,9 @@ ali-k:
image: /img/people/ali-k.jpeg
webpage: "https://alihkw.com/"




mahtab:
display_name: "Mahtab Sandhu"
role: masters
Expand Down
3 changes: 2 additions & 1 deletion _pages/publications.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@ years: [2023, 2022, 2021, 2020, 2019, 2018, 2017, 2016]
<div class="card-body">
<div class="h2 font-weight-bold text-primary mb-1">{{y}}</div>
</div>
</div>
</div>
{% bibliography -f papers -q @*[year={{y}}]* %}
{% endfor %}

0 comments on commit f51cd0d

Please sign in to comment.