Chicago Manual of Style (author-date) without DOI/URL
Hi there,
I suppose somebody must have done it before: Chicago Manual of Style without DOI and without the URL of the reference.
If you know where can I find such style, that would be great!
Thanks,
Arie
I suppose somebody must have done it before: Chicago Manual of Style without DOI and without the URL of the reference.
If you know where can I find such style, that would be great!
Thanks,
Arie
But if you really want to, all you need to do is to delete
<choose>
<if type="legal_case" match="none">
<choose>
<if variable="DOI">
<text variable="DOI" prefix="doi:"/>
</if>
<else>
<text variable="URL"/>
</else>
</choose>
</if>
</choose>
following these general instructions:
http://www.zotero.org/support/dev/citation_styles/style_editing_step-by-step
I'll try that.
A.
I tried to remove only the part with the URL between if and else
</if>
<else>
<text variable="URL"/>
</else>
in order to remove unnecessary URL but to keep DOI
But I encounter an error when I "refresh" my document:
exec is undefined
Did someone succeeded in the solution proposed by AdamSmith?
Thanks,
Alain
<else>
<text variable="URL"/>
</else>
if you remove the </if> you break the style.
I have tried to only remove doi and keep the URL with Chicago Manual style. However, I did not succeed yet. I would be very grateful for some help!
Thank you very much
I'm wondering how I could remove the DOIs while keeping the URLs, do you have any ideas?
Thank you very much
<choose>
<if variable="DOI">
<text variable="DOI" prefix="doi:"/>
</if>
<else>
<text variable="URL"/>
</else>
</choose>
</if>
</choose>
(or whatever is now the equivalent -- may not have stayed exactly the same.
to just
<text variable="URL"/>
Line 1232: required character (found “e”) (expected “i”)
But it looks like you haven't removed the entire loop.
This is what I have:
<choose>
<if type="legal_case" match="none">
<text variable="URL"/>
</group>
The CSL validator says :
Line 1230: required character (found “g”) (expected “i”)
="URL"/>
</group>
</macr
<choose>
<if type="legal_case" match="none">
<text variable="URL"/>
</if>
</choose>
</group>
try this