Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Errors in handling unreported cases with neutral citation #1

Open
kcleung opened this issue Feb 8, 2015 · 3 comments
Open

Errors in handling unreported cases with neutral citation #1

kcleung opened this issue Feb 8, 2015 · 3 comments

Comments

@kcleung
Copy link

kcleung commented Feb 8, 2015

When I try to cite the unreported case with neutral citation:
Platt v R [2010] NZCA 43.
with:

@case{platt,
title={Platt v R},
year={2010},
court={NZCA},
number={43},
type={unreported},
}

the year is at the wrong place:
Platt v R NZCA 43, 2010.

To handle the situation, should we add a new type called "unreported-neutral'?

@klapaukh
Copy link
Owner

klapaukh commented Feb 9, 2015

Looking at section 3.1 (a) [" If available, always use the neutral citation (for both reported and unreported cases)"] and section 3.4 ["When citing an unreported decision of a court or tribunal, use the official neutral citation if one is available."] of the NZ law style guide, it suggests to me that there is no reason for an unreported-neutral type. In the case where a neutral citation is available you should use the neutral citation, irrespective of whether it is unreported or not. In which case you should just cite it as a normal neutral citation, rather than worrying about the unreported bit.

Does that sound right?

@kcleung
Copy link
Author

kcleung commented Feb 9, 2015

To get the neutral citation of:
Platt v R [2010] NZCA 43.
What is the correct entry I should put in my .bib file?

@klapaukh
Copy link
Owner

I think it should be:

@case{platt,
title={Platt v R},
origdate={2010},
court={NZCA},
number={43}
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants