I am attempting to formulate my bibliography in Zotero to meet the requirements of my faculty's library. It is a Vancouver style with the following format:
Citation: (number)
Reference Authors (Surname, Initial). Title. Abbreviated journal name. numeric year;Volume number(issue number):pages [Accessed: numeric day.month.year] DOI or URL.
I am having difficulty with producing the year issued and having the date accessed be in the day.month.year format.
I am also unable to have the URL display only if the DOI is not present.
I tried to add the following:
<date variable=”issued”>
<date-part name="day"/>
<date-part name="month" form="numeric" strip-periods="true"/>
<date-part name="year"/>
with the plan of adding accessed but I keep returning an error
Thank you for any help.