Italics for in-text citation
Hi
In my honours thesis, I am referencing websites that do not have an individual author as they are organisations. For instance: (Facebook 2010).
My supervisor suggested that names of companies in in-text citations should be italicised - i.e. (Facebook 2010).
Is there any way to set up Zotero to do this automatically for website references?
I am using Harvard author/date style; Zotero 2.0.
Thanks
Hayden
In my honours thesis, I am referencing websites that do not have an individual author as they are organisations. For instance: (Facebook 2010).
My supervisor suggested that names of companies in in-text citations should be italicised - i.e. (Facebook 2010).
Is there any way to set up Zotero to do this automatically for website references?
I am using Harvard author/date style; Zotero 2.0.
Thanks
Hayden
I'll install the beta version and hope to God it doesn't do anything nasty to my work a week before deadline :)
Rintze, could you explain to me (or point me to somewhere which does) the process involved in modifying the 'citation style's substitution logic'? I understand what you're getting at - if a Webpage item doesn't have an author, Zotero pulls info from the Website Title field - but am not sure 1) how to make Zotero do this, and 2) how to make Zotero italicise this entry.
Thanks in advance.
<macro name="author-short">
<names variable="author">
<name form="short" and="symbol" delimiter=", " delimiter-precedes-last="never" initialize-with=". "/>
<substitute>
<names variable="editor"/>
<names variable="translator"/>
<text macro="anon"/>
</substitute>
</names>
</macro>
into
<macro name="author-short">
<names variable="author">
<name form="short" and="symbol" delimiter=", " delimiter-precedes-last="never" initialize-with=". "/>
<substitute>
<names variable="editor"/>
<names variable="translator"/>
<text variable="container-title" font-style="italic"/>
<text macro="anon"/>
</substitute>
</names>
</macro>
See also
http://www.zotero.org/support/dev/csl_syntax_summary#authors
and
http://www.zotero.org/support/csl_simple_edits
I replaced the field as specified.
Unfortunately, this creates another problem. While the in-text references now display perfectly, the Bibliography is missing the author. For example:
(ACFID 2010)
Bibliography:
2010. "Total funds raised by Australian NGOs". ACFID. Available at: http:// (etc.)
As you can see, no "ACFID" at the beginning of the reference.
I imagine to remedy this requires a recoding to specify where the Bibliography grabs its data - but I am HTML ignorant.
Many thanks for your help thus far.
<substitute>
<names variable="editor"/>
<text macro="anon"/>
</substitute>
into
<substitute>
<names variable="editor"/>
<text variable="container-title" font-style="italic"/>
<text macro="anon"/>
</substitute>
Cheers
Hayden
I've encountered a small problem that I didn't anticipate.
In my thesis, I have referenced newspaper articles written by a news organisation which appear on a newspaper website.
For instance, an article written by AP that appears on nytimes.com.
Originally, I would put "Author" as "AP" and "Website Title" as "New York Times". Now that "AP" has shifted to "Website Title", "New York Times" is homeless. I've tried to put it in one of the other boxes (Short Title, Language, etc.) but Zotero only seems to source website bibliographical details from the Title, Author, Website title, Date, URL and Accessed fields.
Is there any way to instruct Zotero to grab bibliographic info from another box - say, "Website Type" - which I can then put the website name in?
Thanks
Hayden
But, in any case:
http://gsl-nagoya-u.net/http/pub/csl-fields/webpage.html
If I list it as a newspaper type (which is what they are currently) I'm back to my original problem - no italics for the organisation in question.
http://www.noodletools.com/helpdesk/index.php?action=kb&article=62
http://wiki.answers.com/Q/How_do_you_cite_an_Associated_Press_article_appearing_in_a_newspaper_on_the_Works_Cited_page_of_a_research_paper
While this style is not valid against the current CSL 1.0 schema, it has a couple of advantages, in that sorting and presentation will (or at least should) work normally in the bibliography, and items with mixed authorship (i.e. an individual author sharing credit with their affilliated institution) will format correctly, with the institutional author set as an author, and in italics.
I should stress (as others no doubt will) that the CSL code in the style does not carry the CSL imprimatur, and as such is unsupported, and is subject to change without notice. I offer it up because if it works, it might simplify your prep for submission; but if you try it and run into problems, you should go with the good advice already given by Rintze and noksagt.
A doc describing the CSL code is available here, if you're interested (note that the link is to a Google Groups page, which will disappear when Google eliminates that part of the service early next year).
This is common with newspaper articles in a lot of styles, for example, where the article title substitutes for the missing author name. It's just that the base domain name homepage happens to have "Domain" as its title.
Do with it what you will ...
Practically that means, hayjay, that if you (and your advisor) agree with Bruce, you'd leave the author field empty entirely - depending on your style, Zotero will automatically use the publication then and you might even find a style that uses italics right away - it's definitely doable that way.
That doesn't address your AP issue - but I actually don't think you should use AP as an author in those cases - afaik stories marked as AP in the NY Times aren't actually written by AP, they are just based entirely on AP coverage - AP isn't the author.
Thanks again.
I want to make my entire footnote a Zotero citation, with comments, etc. included as a prefix or a suffix. My comments for a particular footnote sometimes include Latin phrases (et al., inter alia, and so on) or an italicized word for emphasis.
Problem: the only way I know how to insert such italics is by using the "Show Editor" button as I add/edit my citation. But once I do that, Zotero won't update that citation anymore. So if I change something about the book referenced (in my Zotero master file) the change won't be reflected in my footnotes.
Question: is there any way to special-format prefix and suffix stuff in my Zotero citations without losing the update capabilities?
I'm running version 2.0.9 and using Chicago-Full-With-Bibliog style.
Thanks!
@Hans Trinklein: You'll find the mark-up that you have to use here.