-
-
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
Update university-of-south-wales-harvard.csl #7296
Conversation
Corrected previous attempt. Updating bibliography format for DOI/URL to be consistent with USW Harvard current guideline.
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. |
😃 Your submission passed all our automated tests. Below are some sample citations generated based on your proposed changes: university-of-south-wales-harvard.csl (modified style)(Hancké et al., 2007; CSL search by example, 2012) (Hancké et al., 2007; <i>CSL search by example</i>, 2012)<br/>
(Mares, 2001; Fenner et al., 2019)<br/>
<hr/>
<i>CSL search by example</i> (2012). Available at: http://editor.citationstyles.org/searchByExample/ (Accessed: 15 December 2012).<br/>
-Fenner, M. et al. (2019) ‘A data citation roadmap for scholarly data repositories’. <i>Scientific Data</i> 6(1), p. 28. Available at: http://www.nature.com/articles/s41597-019-0031-8 (Accessed: 27 April 2019).<br/>
+Fenner, M. et al. (2019) ‘A data citation roadmap for scholarly data repositories’. <i>Scientific Data</i> 6(1), p. 28. Available at: doi:10.1038/s41597-019-0031-8 (Accessed: 27 April 2019).<br/>
Hancké, B., Rhodes, M. and Thatcher, M. (eds.) (2007) <i>Beyond varieties of capitalism: Conflict, contradiction, and complementarities in the European economy</i>. Oxford and New York: Oxford University Press.<br/>
Mares, I. (2001) ‘Firms and the welfare state: When, why, and how does social policy matter to employers?’ in Hall, P. A. and Soskice, D. (eds.) <i>Varieties of capitalism. The institutional foundations of comparative advantage</i>. New York: Oxford University Press, pp. 184–213.<br/>
|
Do I need to do anything else / did I do anything wrong? I'd like to help out my fellow students at USW :-) |
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.
Thanks! One question
</group> | ||
</group> | ||
<if variable="DOI" match="any"> | ||
<text variable="DOI" prefix="Available at: 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.
<text variable="DOI" prefix="Available at: doi:"/> | |
<text variable="DOI" prefix="Available at: https://doi.org/"/> |
Should this use the URL for of the 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.
Nope, that's one of the weirdnesses of USW Harvard - they specify "Available at: doi:" 🙄. Thank you for checking!
Corrected previous attempt. Updating bibliography format for DOI/URL to be consistent with USW Harvard current guideline.