-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
Create spiritual-care.csl #6704
base: master
Are you sure you want to change the base?
Conversation
Awesome! You just created a pull request to the Citation Styles Language styles repository. One of our human volunteers will try to get in touch soon (usually within a week). In the meantime, I will run some automated checks. You should be notified of the results in a few minutes. If you haven't done so yet, please make sure your style validates and follows all our other Style Requirements. To update this pull request, visit the "Files changed" tab above, click on the ellipsis button in the top-right corner of your style, and then select "Edit file" to start editing: If you have any questions, please leave a comment and we'll get back to you. While we usually respond in English, feel free to write in whatever language you're most comfortable. |
😟 There are some issues with your submission. 2 tests failedspiritual-care: must validate against the CSL 1.0.1 schema
spiritual-care.csl Please check the test report for details. |
Tried to fix validation errors
😟 There are some issues with your submission. 1 test failedspiritual-care.csl Please check the test report for details. |
-Fixed "Epub ahead of print" -Fixed "(Zitierdatum: 07.04.2021), abrufbar unter [URL]" -Other minor stuff
😟 There are some issues with your submission. 1 test failedspiritual-care.csl Please check the test report for details. |
Trying to fix in-text citations.
😟 There are some issues with your submission. 1 test failedspiritual-care.csl Please check the test report for details. |
-Fixed in-line citation (author date: page)
😟 There are some issues with your submission. 1 test failedspiritual-care.csl Please check the test report for details. |
spiritual-care.csl
Outdated
<?xml version="1.0" encoding="utf-8"?> | ||
<style class="in-text" version="1.0" demote-non-dropping-particle="never" default-locale="de-DE" xmlns="http://purl.org/net/xbiblio/csl"> | ||
<info> | ||
<title>SPIRITUAL CARE</title> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add (German)
to title. Unless this journal also publishes in English, then we'd want to take out the default-locale instead.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
spiritual-care.csl
Outdated
<id>http://www.zotero.org/styles/spiritual-care</id> | ||
<link href="http://www.zotero.org/styles/spiritual-care" rel="self"/> | ||
<link href="http://www.zotero.org/styles/apa" rel="template"/> | ||
<link href="https://" rel="documentation"/> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change to <link href="https://www.degruyter.com/journal/key/spircare/html" rel="documentation"/>
and add a second link with the following URL: https://www.degruyter.com/publication/journal_key/SPIRCARE/downloadAsset/SPIRCARE_Instructions%20for%20Authors--en.pdf
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
spiritual-care.csl
Outdated
<group delimiter=" "> | ||
<text macro="author-short"/> | ||
<text macro="issued-year"/> | ||
<text macro="citation-locator"/> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
move <text macro="citation-locator"/>
out of this group as explained in the forum thread.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I moved it from Layout > Group > Group > citation-locator (macro) to Layout > citation-locator (macro) using the visual editor
<label text-case="capitalize-first" variable="locator"/> | ||
</if> | ||
</choose> | ||
<text variable="locator" prefix=" "/> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove the prefix and add it as a delimiter at group level. This gives you issues.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wasn't able to find the correct group to place the " " delimiter
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is literally only ONE group in the citation-locator
macro.
spiritual-care.csl
Outdated
<text variable="year-suffix" prefix="-"/> | ||
</else> | ||
</choose> | ||
<choose> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove this complete conditional. You have that solved below.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If I remove this I lose the ":", so I'm keeping it. Sorry, I'm in a bit over my head ;)
-Removed '.' after author name in bibliography -Moved Conditional > If page > : (value) to citation-locator (macro)
😟 There are some issues with your submission. 1 test failedspiritual-care.csl Please check the test report for details. |
-Added (German) to title -Added two links to documentation
😃 Your submission passed all our automated tests. Below are some sample citations generated based on your proposed changes: spiritual-care.csl (new)(Hancké u. a. 2007; „CSL search by example“ 2012) |
</macro> | ||
<macro name="citation-locator"> | ||
<group> | ||
<choose> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Delete lines 520-524.
That is solved by the group delimiter in line 620 and will give you issues.
-Fixed et al.
Fixed indent
😃 Your submission passed all our automated tests. Below are some sample citations generated based on your proposed changes: spiritual-care.csl (new)(Hancké et al. 2007; „CSL search by example“ 2012) |
1 similar comment
😃 Your submission passed all our automated tests. Below are some sample citations generated based on your proposed changes: spiritual-care.csl (new)(Hancké et al. 2007; „CSL search by example“ 2012) |
-Fixed separators and suffix in bibliography -Fixed accessed-date for reports with URL
😃 Your submission passed all our automated tests. Below are some sample citations generated based on your proposed changes: spiritual-care.csl (new)(Hancké et al. 2007; „CSL search by example“ 2012) |
Created first version.
Style guide is found here