Skip to content
Please note that GitHub no longer supports your web browser.

We recommend upgrading to the latest Google Chrome or Firefox.

Learn more
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 indiana.csl #2751

Merged
merged 4 commits into from Jun 29, 2017
Merged

Create indiana.csl #2751

merged 4 commits into from Jun 29, 2017

Conversation

@POBrien333
Copy link
Contributor

POBrien333 commented Jun 20, 2017

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.

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
@csl-bot

This comment has been minimized.

Copy link

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.

image

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).

Copy link
Member

adam3smith left a comment

Not a full review -- just two quick things & answering your Q about the date format

indiana.csl Outdated
<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.

Copy link
@adam3smith

adam3smith Jun 20, 2017

Member

this is still the old link

indiana.csl Outdated
<else-if type="webpage post-weblog" match="any">
<group delimiter=" ">
<text variable="URL" prefix=" &lt;" suffix="&gt;"/>
<date form="numeric" variable="accessed" prefix="(" suffix=")"/>

This comment has been minimized.

Copy link
@adam3smith

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

@adam3smith

This comment has been minimized.

Copy link
Member

adam3smith commented Jun 20, 2017

For your other question, setting a group around everything except the author and setting display="block" will do what you want.

@csl-bot

This comment has been minimized.

Copy link

csl-bot commented Jun 20, 2017

😃 Your submission passed all our automated tests.

Thanks for your help. That looks better now. Not sure if we can get it exactly like in their publications though? I'll let you have a look.
@csl-bot

This comment has been minimized.

Copy link

csl-bot commented Jun 20, 2017

😟 There are some issues with your submission. Please check the test report for details.

@csl-bot

This comment has been minimized.

Copy link

csl-bot commented Jun 22, 2017

😃 Your submission passed all our automated tests.

@rmzelle

This comment has been minimized.

Copy link
Member

rmzelle commented Jun 29, 2017

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.

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):

INDIANA erscheint jährlich und veröffentlicht Originalbeiträge und Essays in spanischer, portugie­sischer, englischer und deutscher Sprache

(same for e.g. Spanish: "Se aceptan contribuciones originales en español, inglés, portugués y alemán")

@csl-bot

This comment has been minimized.

Copy link

csl-bot commented Jun 29, 2017

😃 Your submission passed all our automated tests.

@rmzelle rmzelle merged commit 0cb5bbf into citation-style-language:master Jun 29, 2017
1 check passed
1 check passed
continuous-integration/travis-ci/pr The Travis CI build passed
Details
@rmzelle

This comment has been minimized.

Copy link
Member

rmzelle commented Jun 29, 2017

Thanks!

@POBrien333

This comment has been minimized.

Copy link
Contributor Author

POBrien333 commented Jun 30, 2017

So we add the polyglot line when it's more than 1 language? I'll keep that in mind for next ones. :)

@rmzelle

This comment has been minimized.

Copy link
Member

rmzelle commented Jul 2, 2017

Well, the idea is that we add a default-locale to all styles for journals that only publish in a single language. I've been adding the "polyglot" XML comment to styles for multi-lingual journals, so it's clear a) which languages the journal publishes in, and b) that the absence of a default-locale attribute is intentional.

@rmzelle

This comment has been minimized.

Copy link
Member

rmzelle commented Jul 2, 2017

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
4 participants
You can’t perform that action at this time.