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

How to add zotero style to jekyll-scholar #7185

Open
Leno4ka94 opened this issue Sep 2, 2024 · 2 comments
Open

How to add zotero style to jekyll-scholar #7185

Leno4ka94 opened this issue Sep 2, 2024 · 2 comments

Comments

@Leno4ka94
Copy link

Hi, can somebody help me to add other style to jekyll-scholar for example unified-style-sheet-for-linguistics.csl (zotero style)
I try to add but nothing work. I hope it can be realize. Or maybe somebody know the same style to add it. Thank you so much!

@DerAndereJohannes
Copy link

DerAndereJohannes commented Sep 2, 2024

Hi, can you comment on what exactly you did? How does your config look? Judging by the docs, it should just work with:

scholar:
  style: unified-style-sheet-for-linguistics

You can also try to do it directly to the zotero website if you like:

scholar:
  style: https://www.zotero.org/styles/unified-style-sheet-for-linguistics

@Leno4ka94
Copy link
Author

Leno4ka94 commented Sep 3, 2024

@DerAndereJohannes thank you for answer
I upload file with this style to own folder and then add gem to Gemfile and plugin to config.
then add this configurations:
scholar:
style: unified-style-sheet-for-linguistics
locale: en
cite_class: citation
sort_by: none
order: ascending

#group_by: year
group_order: ascending

source: ./_bibliography
bibliography: name.bib
#bibliography_template: ""

replace_strings: true
join_strings: true

use_raw_bibtex_entry: false

details_dir: bibliography
details_layout: bibtex.html
details_link: Details

query: "@*"

But it's not working for me, I add scholar:
style: https://www.zotero.org/styles/unified-style-sheet-for-linguistics this one, and not working to.
But if I add standart style apa for example, it's work. So I don't know what I do wrong(

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

2 participants