APA 6th editon
I am wondering if there will be an update for APA 6th edition.
This is an old discussion that has not been active in a long time. Instead of commenting here, you should start a new discussion. If you think the content of this discussion is still relevant, you can link to it from your new discussion.
Do I need to update MS Word 2007 plug-in also. I have refreshed the fields, but nothing happens in MS word 2007.
I'm aware of course that many webpages are stable, but it seemed to make more sense to include extra information (which the user could then delete) than to leave potentially necessary information out.
I can tell you how to take it out of the curent APA style (very easy) and I'm open for suggestions for improvement of the style on the repository.
As I said, you can take the access date out of the style entirely:
First see here for general instructions:
http://www.zotero.org/support/csl_simple_edits
Then find this part in your style:
<choose>
<if type="webpage">
<group>
<text term="retrieved" text-case="capitalize-first" suffix=" "/>
<date variable="accessed" suffix=", ">
<date-part name="month" suffix=" "/>
<date-part name="day" suffix=", "/>
<date-part name="year"/>
</date>
<group>
<text term="from" suffix=" "/>
<text variable="URL"/>
</group>
</group>
</if>
<else>
<group>
<text term="retrieved" text-case="capitalize-first" suffix=" "/>
<text term="from" suffix=" "/>
<text variable="URL"/>
</group>
</else>
</choose>
delete and replace it with
<group>
<text term="retrieved" text-case="capitalize-first" suffix=" "/>
<text term="from" suffix=" "/>
<text variable="URL"/>
</group>