Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upCreate indiana.csl #2751
Conversation
This comment has been minimized.
This comment has been minimized.
csl-bot
commented
Jun 20, 2017
Awesome! You've created a pull request to the Citation Styles Language styles repository. We'll get in touch soon (usually within a day or two). In the meantime, our automated test system will go ahead and run some checks on your pull request. In a few minutes you'll be notified of the test results. If you haven't done so yet, please make sure your style validates and follows all our other Style Requirements. To update the current pull request, visit the "Files changed" tab above, and click on the pencil icon (see below) in the top-right corner of your style to start editing. If you need assistance at any point, please leave a comment and we'll get back to you (feel free to write in Dutch, English, French, German, Portuguese, or Spanish). |
adam3smith
requested changes
Jun 20, 2017
Not a full review -- just two quick things & answering your Q about the date format |
<id>http://www.zotero.org/styles/indiana</id> | ||
<link href="http://www.zotero.org/styles/indiana" rel="self"/> | ||
<link href="http://www.zotero.org/styles/zeitschrift-fur-soziologie" rel="template"/> | ||
<link href="http://www.zfs-online.org/index.php/zfs/information/authors" rel="documentation"/> |
This comment has been minimized.
This comment has been minimized.
<else-if type="webpage post-weblog" match="any"> | ||
<group delimiter=" "> | ||
<text variable="URL" prefix=" <" suffix=">"/> | ||
<date form="numeric" variable="accessed" prefix="(" suffix=")"/> |
This comment has been minimized.
This comment has been minimized.
adam3smith
Jun 20, 2017
Member
two options to get this as 20.06.2017:
hardcode
<date variable="accessed">
<date-part name="day" form="numeric-leading-zeros" suffix="."/>
<date-part name="month" form="numeric-leading-zeros" suffix="."/>
<date-part name="year"/>
</date>
Alternatively, set default-locale to German or define the numeric format like this in cs:terms
This comment has been minimized.
This comment has been minimized.
For your other question, setting a group around everything except the author and setting |
This comment has been minimized.
This comment has been minimized.
csl-bot
commented
Jun 20, 2017
|
This comment has been minimized.
This comment has been minimized.
csl-bot
commented
Jun 20, 2017
|
This comment has been minimized.
This comment has been minimized.
csl-bot
commented
Jun 22, 2017
|
This comment has been minimized.
This comment has been minimized.
On the guidelines page, you can select a different language in the right-hand menu bar. E.g. the German guidelines say this journal publishes in Portuguese and German as well (I figure I don't have to translate this for you):
(same for e.g. Spanish: "Se aceptan contribuciones originales en español, inglés, portugués y alemán") |
This comment has been minimized.
This comment has been minimized.
csl-bot
commented
Jun 29, 2017
|
rmzelle
merged commit 0cb5bbf
into
citation-style-language:master
Jun 29, 2017
1 check passed
This comment has been minimized.
This comment has been minimized.
Thanks! |
This comment has been minimized.
This comment has been minimized.
So we add the polyglot line when it's more than 1 language? I'll keep that in mind for next ones. :) |
This comment has been minimized.
This comment has been minimized.
Well, the idea is that we add a |
This comment has been minimized.
This comment has been minimized.
(see also https://github.com/citation-style-language/styles/search?utf8=%E2%9C%93&q=polyglot&type= for styles with the line) |
POBrien333 commentedJun 20, 2017
•
edited
via https://forums.zotero.org/discussion/61615/style-request-indiana
If somebody can tell me how I can get the access-date to 20.06.2017 instead of 20/06/2017 for websites and how to get the bibliography into those blocks again, I would be very grateful. Like this:
Authors
Year other stuff
Also, I've left the locale unset, as I found an article in English. They're guidelines are in Spanish, so I assume they do publish in Spanish also.