-
-
Notifications
You must be signed in to change notification settings - Fork 4k
Create fossgis.csl #7932
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
base: master
Are you sure you want to change the base?
Create fossgis.csl #7932
Conversation
Adding the official citation style for the academic track of the Conference for Free and Open Source Software for Geoinformation Systems (FOSSGIS-Konferenz).
|
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. 1 test failedfossgis.csl Please check the test report for details. |
|
😃 Your submission passed all our automated tests. Below are some sample citations generated based on your proposed changes: fossgis.csl (new)[1,2] |
Added styles for following types: * software, * article (preprints). Minor additions / corrections: * show DOI if available, * "Preprint" as term * delimiters corrected. Minor improvements: * added macro "book-container" for conference papers for ensured consistency.
|
😃 Your submission passed all our automated tests. Below are some sample citations generated based on your proposed changes: fossgis.csl (new)[1,2] |
Major: * added English terms * removed (Deutsch) from title Minor: * created groups to adjust spacing issues
|
😃 Your submission passed all our automated tests. Below are some sample citations generated based on your proposed changes: fossgis.csl (new)[1,2] |
| <term name="presented at">presented at the</term> | ||
| <term name="edition">Edition</term> | ||
| <term name="editor">Ed.</term> | ||
| <term name="preprint">Preprint</term> |
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.
For terms that you just want to set the capitalisation, please use text-case="capitalize-first" wherever you call the term/label.
| </macro> | ||
| <macro name="volume"> | ||
| <group delimiter=" "> | ||
| <text term="volume" form="short" text-case="capitalize-first"/> |
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.
use the label isntead of the term.
| <text variable="collection-title" font-style="italic"/> | ||
| </macro> | ||
| <macro name="pages"> | ||
| <text variable="page"/> |
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'm generally not a fan of single variable macros since you could just call that variable wherever you need it.
| <choose> | ||
| <if match="any" variable="DOI"> | ||
| <group delimiter=" "> | ||
| <text variable="DOI" font-weight="normal" text-decoration="none" prefix="DOI: "/> |
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 this "normal" is not needed for formatting, please remove it.
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.
same for the text-decoration.
| <text term="preprint" font-style="italic"/> | ||
| <choose> | ||
| <if match="any" variable="source"> | ||
| <text term="available at" font-style="italic" suffix=":"/> |
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.
set the ":" on a group delimiter instead of the suffix.
| <text variable="container-title" font-style="italic"/> | ||
| <group delimiter=", "> | ||
| <group delimiter=" "> | ||
| <text variable="volume" font-style="normal"/> |
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 normal if not needed.
| </group> | ||
| </group> | ||
| </else-if> | ||
| <else-if type="webpage"> |
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 include post and post-weblog with match="any".
| <?xml version="1.0" encoding="utf-8"?> | ||
| <style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" page-range-format="expanded" demote-non-dropping-particle="sort-only"> | ||
| <info> | ||
| <title>FOSSGIS-Konferenz</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.
I'm not sure about the -Konferenz here.

Description
Adding the official citation style for the academic track of the Conference for Free and Open Source Software for Geoinformation Systems (FOSSGIS-Konferenz). Get more information on the official FOSSGIS Wiki: https://www.fossgis.de/wiki/Tagungsband or FOSSGIS conference website: https://fossgis-konferenz.de/
Checklist
<info>block at the beginning of the file withrel="template".rel="documentation".<author>of the style or<contributor>for a style update.<text variable="page" prefix="pp. "/>).<text value="...if not absolutely necessary.