Url in MLA?
I'm using Zotero 2.0 beta 7.4. Recently I discovered that whenever I generate a bibliography in MLA format, if the source is a website, the url isn't listed in the final bib anymore, it just says Web. Is there a way to get it to list the url again?
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.
http://owl.english.purdue.edu/owl/resource/747/08/ You'd have to adjust the style to show the URL - not particularly hard to do, but before I give you instructions, make sure you actually need the URL.
http://www.zotero.org/support/csl_simple_edits
Then find this part:
<macro name="access">
<group delimiter=" ">
<date variable="accessed">
<date-part name="day" suffix=" "/>
<date-part name="month" form="short" include-period="true" suffix=" "/>
<date-part name="year"/>
</date>
</group>
</macro>
and add this line between </group> and </macro>
<text variable="URL" prefix=". & lt ;" suffix="& gt ;"/>
(there should be no spaces between the ampersand lt and gt and the semicolon - this won't show up correctly on the forum without the spaces. the space between period and ampersand is on purpose, though, so leave it in)
then follow the instructions in the link above to change the style ID, save your new style and get it back into Zotero. Done.