citation-style-language / styles

Official repository for Citation Style Language (CSL) citation styles.
https://citationstyles.org/
3.3k stars 3.77k forks source link

How to add zotero style to jekyll-scholar #7185

Open Leno4ka94 opened 2 months ago

Leno4ka94 commented 2 months ago

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 commented 2 months ago

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 commented 2 months ago

@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(