diff --git a/.travis.yml b/.travis.yml index 455cff2d77..ca4a7c4f79 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,5 +6,7 @@ notifications: recipients: - rintze.zelle@gmail.com - i@nukshuk.io + - karcher@u.northwestern.edu + - charles.parnot@gmail.com on_success: change on_failure: always diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000000..d7105ac524 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,72 @@ +# Submitting Styles + +Before submitting a style for inclusion in the style repository, make sure that +your (modified) style +[validates](https://github.com/citation-style-language/styles/wiki/Validation) +and meets all our [style +requirements](https://github.com/citation-style-language/styles/wiki/Style-Requirements). + +There are three ways to submit styles. When you want to submit corrections or +improvements to an existing style, please create a pull request using either the +GitHub website (option A) or a git client (option B; for advanced users). If you +have difficulty figuring out options A and B, you can create a gist instead +(option C). When submitting a new style, use option C or, preferably, B. + +We use an automated system for quality control of the style repository (for +details, see +[Test-Environment](https://github.com/citation-style-language/styles/wiki/Test-Environment)). +After each commit, the [Travis +CI](http://travis-ci.org/#!/citation-style-language/styles) service checks all +the styles in the repository. Checks include validation against the CSL schema, +but also cover additional requirements specific to our style repository (such as +the license under which styles are released). Whenever you create a pull request +(via options A or B), Travis CI will automatically test the pull request (even +before it gets merged) and include the test results in the pull request (see the +[Travis announcement] +(http://about.travis-ci.org/blog/2012-09-04-pull-requests-just-got-even-more-awesome/)). + +## (A) Edit a Style using the GitHub Website +_Note that this method is only suited for corrections or improvements of +existing styles. When you want to submit a new style - even if it contains only +small modifications relative to the style it was derived from - see (B) or (C) +below._ + +1. Create a GitHub.com account and sign in. +2. Go to https://github.com/citation-style-language/styles, and find the style +you want to change (dependent styles are stored in the "dependent" directory) +3. Click on the style name, which will bring you to a page like +https://github.com/citation-style-language/styles/blob/master/apa.csl +4. Click the "Fork and edit this file" button. This will open a code editor, +allowing you to make your changes (e.g. you can copy and paste your modified +style into this window). +5. Once you have made your changes in the "Code" tab, and previewed them in the +"Preview" tab, click the "Propose File Change" button. +6. In the next window, provide a description of the changes you've made. When +finished, click "Send pull request". + +Based on your GitHub notification settings, you will now automatically receive +updates when your changes have been accepted, or when the CSL team has comments +or questions about your changes. + +See also https://github.com/blog/844-forking-with-the-edit-button + +## (B) Use a git Client + +Start by [forking](http://help.github.com/fork-a-repo/) the [style +repository](https://github.com/citation-style-language/styles). Commit your +changes, and create a [pull +request](http://help.github.com/send-pull-requests/). You can use your git +client of choice, such as [GitHub for Mac](http://mac.github.com/), [GitHub for +Windows](http://windows.github.com/), or +[SmartGit](http://www.syntevo.com/smartgit/index.html). + +## (C) Create a 'gist' + +Visit http://gist.github.com, and paste the style code into the text box. Give +the style a name ("name this file...") and click the "Create Public Gist" +button. Copy the URL of the gist (e.g. https://gist.github.com/1320111), and +include it in your message to us. You can either start a new discussion in the +[Citation Styles section of the Zotero forums](http://forums.zotero.org/11/), or +[create a new GitHub +issue](https://github.com/citation-style-language/styles/issues/new) in the +_styles_ repository. \ No newline at end of file diff --git a/Gemfile b/Gemfile index 2ded8324bd..2c23b74b7c 100644 --- a/Gemfile +++ b/Gemfile @@ -4,4 +4,4 @@ gem 'rake' gem 'rspec' gem 'fuubar' gem 'nokogiri' -gem 'csl', '1.0.0.pre9' +gem 'csl', '1.0.0.pre11' diff --git a/acm-sig-proceedings-long-author-list.csl b/acm-sig-proceedings-long-author-list.csl index adb2d0a0af..904854f5d8 100644 --- a/acm-sig-proceedings-long-author-list.csl +++ b/acm-sig-proceedings-long-author-list.csl @@ -4,6 +4,7 @@ ACM SIG Proceedings With Long Author List http://www.zotero.org/styles/acm-sig-proceedings-long-author-list + Naeem Esfahani nesfaha2@gmu.edu @@ -13,12 +14,11 @@ Chris Horn chris.horn@securedecisions.com + - 2012-01-01T00:00:00+00:00 - - This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License: http://creativecommons.org/licenses/by-sa/3.0/ + This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License diff --git a/acm-sig-proceedings.csl b/acm-sig-proceedings.csl index 8c97130616..5e5eb7e24b 100644 --- a/acm-sig-proceedings.csl +++ b/acm-sig-proceedings.csl @@ -4,6 +4,7 @@ ACM SIG Proceedings http://www.zotero.org/styles/acm-sig-proceedings + Naeem Esfahani nesfaha2@gmu.edu @@ -13,12 +14,11 @@ Chris Horn chris.horn@securedecisions.com + - 2012-01-01T00:00:00+00:00 - - This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License: http://creativecommons.org/licenses/by-sa/3.0/ + This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License diff --git a/acm-sigchi-proceedings.csl b/acm-sigchi-proceedings.csl index 501b9fcb16..6fd0ac9dc9 100644 --- a/acm-sigchi-proceedings.csl +++ b/acm-sigchi-proceedings.csl @@ -21,10 +21,10 @@ Lilly Irani lirani@ics.uci.edu - + 2010-09-08T06:21:30+00:00 - This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License: http://creativecommons.org/licenses/by-sa/3.0/ + This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License diff --git a/acm-siggraph.csl b/acm-siggraph.csl index b5a098463e..a51894f7ce 100644 --- a/acm-siggraph.csl +++ b/acm-siggraph.csl @@ -4,15 +4,15 @@ ACM SIGGRAPH http://www.zotero.org/styles/acm-siggraph - + Sebastian Karcher - + 2010-09-08T06:21:30+00:00 - This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License: http://creativecommons.org/licenses/by-sa/3.0/ + This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License diff --git a/acs-chemical-biology.csl b/acs-chemical-biology.csl index 4e6a3b4756..d1ad7dd9b5 100644 --- a/acs-chemical-biology.csl +++ b/acs-chemical-biology.csl @@ -4,6 +4,7 @@ ACS Chemical Biology http://www.zotero.org/styles/acs-chemical-biology + Rintze Zelle http://twitter.com/rintzezelle @@ -11,11 +12,10 @@ - 2008-10-29T20:22:16+00:00 - A style for the ACS publication "ACS Chemical Biology" 1554-8929 - - This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License: http://creativecommons.org/licenses/by-sa/3.0/ + A style for the ACS publication "ACS Chemical Biology" + 2008-10-29T20:22:16+00:00 + This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License diff --git a/acs-nano.csl b/acs-nano.csl index 0c73f95c9c..9b961d93f9 100644 --- a/acs-nano.csl +++ b/acs-nano.csl @@ -5,6 +5,7 @@ http://www.zotero.org/styles/acs-nano + Gaston Corthey gcorthey@gmail.com @@ -13,10 +14,9 @@ 1936-0851 1936-086X - 2012-01-23T19:50:03+00:00 The ACS Nano style, adapted from The American Chemical Society style with article titles - - This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License: http://creativecommons.org/licenses/by-sa/3.0/ + 2012-01-23T19:50:03+00:00 + This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License diff --git a/acta-materialia.csl b/acta-materialia.csl index ab5cba7037..f9e9e0fe5a 100644 --- a/acta-materialia.csl +++ b/acta-materialia.csl @@ -4,6 +4,7 @@ Acta Materialia http://www.zotero.org/styles/acta-materialia + Richard Karnesky karnesky+zotero@gmail.com @@ -13,14 +14,13 @@ Eric Payton eric.payton@rub.de + - - 2012-02-17T16:51:04+00:00 - A style for Elsevier's journal "Acta Materialia" 1359-6454 - - This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License: http://creativecommons.org/licenses/by-sa/3.0/ + A style for Elsevier's journal "Acta Materialia" + 2012-02-17T16:51:04+00:00 + This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License diff --git a/acta-naturae.csl b/acta-naturae.csl index aa9c98aa35..4801431b61 100644 --- a/acta-naturae.csl +++ b/acta-naturae.csl @@ -5,6 +5,7 @@ http://www.zotero.org/styles/acta-naturae + Dmitrijs Lvovs dmitrijs.lvovs@gmail.com @@ -13,13 +14,12 @@ Alexander Favorov favorov@sensi.org - + 2075-8251 - 2012-06-07T19:46:04-04:00 Style for Acta Naturae journal - - This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License: http://creativecommons.org/licenses/by-sa/3.0/ + 2012-06-07T19:46:04-04:00 + This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License diff --git a/acta-neurochirurgica.csl b/acta-neurochirurgica.csl new file mode 100644 index 0000000000..d1dde784ee --- /dev/null +++ b/acta-neurochirurgica.csl @@ -0,0 +1,172 @@ + + diff --git a/acta-ophthalmologica.csl b/acta-ophthalmologica.csl index 7f35235f84..5a491d1f4f 100644 --- a/acta-ophthalmologica.csl +++ b/acta-ophthalmologica.csl @@ -4,8 +4,8 @@ Acta Ophthalmologica http://www.zotero.org/styles/acta-ophthalmologica - + Troels Brynskov tbr@brynskov.com @@ -14,7 +14,7 @@ 1755-3768 2012-06-27T22:12:54.742Z - This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License: http://creativecommons.org/licenses/by-sa/3.0/ + This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License diff --git a/acta-palaeontologica-polonica.csl b/acta-palaeontologica-polonica.csl index a3941ec5b4..a11b5eef00 100644 --- a/acta-palaeontologica-polonica.csl +++ b/acta-palaeontologica-polonica.csl @@ -6,15 +6,15 @@ - 0567-7920 Martin R. Smith martins@gmail.com + 0567-7920 2012-05-01T15:12:29+00:00 - This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License: http://creativecommons.org/licenses/by-sa/3.0/ + This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License diff --git a/acta-pharmaceutica.csl b/acta-pharmaceutica.csl index b4a5fb474f..cf49500b6d 100644 --- a/acta-pharmaceutica.csl +++ b/acta-pharmaceutica.csl @@ -1,6 +1,6 @@ diff --git a/american-journal-of-pathology.csl b/american-journal-of-pathology.csl index cf2add0432..f0a276d964 100644 --- a/american-journal-of-pathology.csl +++ b/american-journal-of-pathology.csl @@ -5,17 +5,17 @@ http://www.zotero.org/styles/american-journal-of-pathology + Sebastian Karcher - - 2008-09-16T00:00:00+00:00 + Vancouver style adapted for the Elsevierhealth journal American Journal of Pathology - - This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License: http://creativecommons.org/licenses/by-sa/3.0/ + 2008-09-16T00:00:00+00:00 + This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License diff --git a/american-journal-of-physical-anthropology.csl b/american-journal-of-physical-anthropology.csl index 643f0b0957..6a9eb66d88 100644 --- a/american-journal-of-physical-anthropology.csl +++ b/american-journal-of-physical-anthropology.csl @@ -4,6 +4,7 @@ American Journal of Physical Anthropology http://www.zotero.org/styles/american-journal-of-physical-anthropology + Rintze Zelle http://twitter.com/rintzezelle @@ -15,10 +16,9 @@ 1096-8644 - 2008-10-23T18:05:25+00:00 Style for American Journal of Physical Anthropology. - - This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License: http://creativecommons.org/licenses/by-sa/3.0/ + 2008-10-23T18:05:25+00:00 + This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License diff --git a/american-journal-of-political-science.csl b/american-journal-of-political-science.csl index 04467f3dd5..21726c09a7 100644 --- a/american-journal-of-political-science.csl +++ b/american-journal-of-political-science.csl @@ -4,6 +4,8 @@ American Journal of Political Science (AJPS) http://www.zotero.org/styles/american-journal-of-political-science + + Julian Onions julian.onions@gmail.com @@ -15,11 +17,9 @@ 0092-5853 1540-5907 - 2010-07-26T02:21:30+00:00 style for the AJPS Journal published by the midwest political science association, based on the APSA style - - - This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License: http://creativecommons.org/licenses/by-sa/3.0/ + 2010-07-26T02:21:30+00:00 + This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License diff --git a/american-journal-of-respiratory-and-critical-care-medicine.csl b/american-journal-of-respiratory-and-critical-care-medicine.csl index e6f5de3a9a..1bf734fd0f 100644 --- a/american-journal-of-respiratory-and-critical-care-medicine.csl +++ b/american-journal-of-respiratory-and-critical-care-medicine.csl @@ -11,12 +11,12 @@ http://twitter.com/cparnot charles@mekentosj.com - - 1073-449X - 1535-4970 + + 1073-449X + 1535-4970 2012-07-12T12:00:00+00:00 - This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License: http://creativecommons.org/licenses/by-sa/3.0/ + This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License @@ -30,7 +30,7 @@ - + @@ -49,16 +49,16 @@ - - - + + + - + @@ -68,16 +68,16 @@ - + - + - + diff --git a/american-journal-of-veterinary-research.csl b/american-journal-of-veterinary-research.csl index 744854a744..462327d853 100644 --- a/american-journal-of-veterinary-research.csl +++ b/american-journal-of-veterinary-research.csl @@ -4,19 +4,18 @@ American Journal of Veterinary Research http://www.zotero.org/styles/american-journal-of-veterinary-research - + - + Sebastian Karcher 0002-9645 - 2012-07-18T20:29:54+00:00 Based on AMA with strip-periods on journal abbreviations and et al for >3 authors - This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License: http://creativecommons.org/licenses/by-sa/3.0/ - + 2012-07-18T20:29:54+00:00 + This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License diff --git a/american-medical-association-alphabetical.csl b/american-medical-association-alphabetical.csl index ce064d4c55..f3b1be077b 100644 --- a/american-medical-association-alphabetical.csl +++ b/american-medical-association-alphabetical.csl @@ -4,34 +4,31 @@ American Medical Association (AMA) - alphabetical http://www.zotero.org/styles/american-medical-association-alphabetical + Julian Onions julian.onions@gmail.com - 2012-01-01T00:00:00+00:00 The American Medical Association style with alphabetical sorting bibliography - - This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License: http://creativecommons.org/licenses/by-sa/3.0/ + 2012-01-01T00:00:00+00:00 + This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License - - - - - @@ -42,7 +39,6 @@ - @@ -103,7 +99,7 @@ - + @@ -134,7 +130,7 @@ - + @@ -203,6 +199,22 @@ + + + + + + + + + + + + + + + + diff --git a/american-medical-association-no-et-al.csl b/american-medical-association-no-et-al.csl index 011ced2ef6..a9a4978841 100644 --- a/american-medical-association-no-et-al.csl +++ b/american-medical-association-no-et-al.csl @@ -4,34 +4,31 @@ American Medical Association (AMA) (no "et al.") http://www.zotero.org/styles/american-medical-association-no-et-al + Julian Onions julian.onions@gmail.com - 2012-01-01T00:00:00+00:00 The American Medical Association style without et al - - This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License: http://creativecommons.org/licenses/by-sa/3.0/ + 2012-01-01T00:00:00+00:00 + This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License - - - - - @@ -42,12 +39,13 @@ - + + @@ -63,6 +61,8 @@ + + @@ -99,7 +99,7 @@ - + @@ -121,16 +121,16 @@ - - + + + - - - - + + + - + @@ -139,7 +139,6 @@ - @@ -158,11 +157,61 @@ + + + + + + + + + + + + + + + + + + + + + + + - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/american-medical-association-no-url.csl b/american-medical-association-no-url.csl index ce2cbca9f7..c895fe4f3d 100644 --- a/american-medical-association-no-url.csl +++ b/american-medical-association-no-url.csl @@ -4,34 +4,31 @@ American Medical Association (AMA) (no URL) http://www.zotero.org/styles/american-medical-association-no-url + Julian Onions julian.onions@gmail.com - 2012-01-01T00:00:00+00:00 The American Medical Association style as used in JAMA, without the URL. - - This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License: http://creativecommons.org/licenses/by-sa/3.0/ + 2012-01-01T00:00:00+00:00 + This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License - - - - - @@ -42,7 +39,6 @@ - @@ -81,7 +77,7 @@ - + @@ -107,7 +103,7 @@ - + @@ -176,6 +172,22 @@ + + + + + + + + + + + + + + + + diff --git a/american-medical-association.csl b/american-medical-association.csl index 04bf6f2d92..8d8e447c87 100644 --- a/american-medical-association.csl +++ b/american-medical-association.csl @@ -4,34 +4,31 @@ American Medical Association (AMA) http://www.zotero.org/styles/american-medical-association + Julian Onions julian.onions@gmail.com - 2012-01-01T00:00:00+00:00 The American Medical Association style as used in JAMA. - - This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License: http://creativecommons.org/licenses/by-sa/3.0/ + 2012-01-01T00:00:00+00:00 + This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License - - - - - @@ -42,7 +39,6 @@ - @@ -103,7 +99,7 @@ - + @@ -202,7 +198,7 @@ - + diff --git a/american-meteorological-society.csl b/american-meteorological-society.csl index 670687a68e..87ef1bec2b 100644 --- a/american-meteorological-society.csl +++ b/american-meteorological-society.csl @@ -4,6 +4,8 @@ American Meteorological Society http://www.zotero.org/styles/american-meteorological-society + + Carl J. Schreck, III carl.schreck@gmail.com @@ -12,14 +14,12 @@ Rintze Zelle http://twitter.com/rintzezelle - + + A style for all journals by the American Meteorological Society 2012-02-07T01:46:04+00:00 - - A style for all journals by AMS, based on Cold Spring Harbor Laboratory Press - This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License: http://creativecommons.org/licenses/by-sa/3.0/ + This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License - @@ -46,7 +46,7 @@ - +