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

NZ Law Style: parallel citation issue #97

Open
peterckelly opened this issue Oct 25, 2020 · 9 comments
Open

NZ Law Style: parallel citation issue #97

peterckelly opened this issue Oct 25, 2020 · 9 comments

Comments

@peterckelly
Copy link

NZ Law Style provides its parallel citation (neutral citation) rules at https://www.lawfoundation.org.nz/style-guide2019/chapter-pt.3.3.html but in practice the neutral citation is often followed by the relevant proprietary citation (separated with a comma). Just for added complexity the court is not added in brackets in this case as the neutral citation indicates the court (High Court in this case.)

For the two citations in the attached, it should render as:

Marlborough District Council v Zindia Ltd [2019] NZHC 2765, [2020] NZRMA 216.

Assuming that this is a self-help issue, any pointers on where to start?

@peterckelly
Copy link
Author

The RDF for these two citations is:

<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:z="http://www.zotero.org/namespaces/export#"
xmlns:dcterms="http://purl.org/dc/terms/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:bib="http://purl.org/net/biblio#">
<bib:Document rdf:about="#item_2384">
<z:itemType>case</z:itemType>
dcterms:isPartOf
bib:CourtReporterdc:titleNZRMA</dc:title></bib:CourtReporter>
</dcterms:isPartOf>
<dc:relation rdf:resource="#item_2385"/>
bib:pages216</bib:pages>
dc:titleMarlborough District Council v Zindia Ltd</dc:title>
<z:jurisdiction>002nzNew Zealand|NZ</z:jurisdiction>
<z:yearAsVolume>2020</z:yearAsVolume>
<z:displayTitle>Marlborough District Council v Zindia Ltd (NZRMA)</z:displayTitle>
</bib:Document>
<bib:Document rdf:about="#item_2385">
<z:itemType>case</z:itemType>
dcterms:isPartOf
bib:CourtReporterdc:titleNZHC</dc:title></bib:CourtReporter>
</dcterms:isPartOf>
<dc:relation rdf:resource="#item_2384"/>
bib:pages2765</bib:pages>
dc:titleMarlborough District Council v Zindia Ltd</dc:title>
<z:jurisdiction>002nzNew Zealand|NZ</z:jurisdiction>
<z:yearAsVolume>2019</z:yearAsVolume>
<z:displayTitle>Marlborough District Council v Zindia Ltd (NZHC)</z:displayTitle>
</bib:Document>
</rdf:RDF>

@fbennett
Copy link

Hello Peter! We can do this---similar patterns were addressed in the push to implement the Indigo Book. I'll take a look at the state of NZLS today, and see about migrating the style to the new modular infrastructure.

@peterckelly
Copy link
Author

That's very exciting. I have a bunch of smaller issues which I hope I can patch once it is migrated over. There's also a research librarian at Victoria University of Wellington who is interested in helping out. I with 300 open source programmers, so I would hope I can contribute a few things before I finish my legal studies in another year...

@fbennett
Copy link

I checked, and NZ Law is already cast as a modular style, so the adjustment that you need should be easy enough to do. Jurism doesn't import RDF very well. If it's not too much trouble, could you export your test items as CSL JSON and post them here?

@peterckelly
Copy link
Author

Thanks! I did make a tiny tweak, which was to put in the court for the NZRMA citation, which oddly also changes the jurisdiction. Feel free to homogenise the jurisdiction and remove the authority if that makes things easier for this case.
[
{
"type": "legal_case",
"multi": {
"main": {},
"_keys": {}
},
"authority": "high.court",
"collection-number": "2020",
"container-title": "NZRMA",
"page": "216",
"title": "Marlborough District Council v Zindia Ltd",
"jurisdiction": "nz:blenheim"
},
{
"type": "legal_case",
"multi": {
"main": {},
"_keys": {}
},
"collection-number": "2019",
"container-title": "NZHC",
"page": "2765",
"title": "Marlborough District Council v Zindia Ltd",
"jurisdiction": "nz"
}
]

@peterckelly
Copy link
Author

I do wonder if somehow I am not applying the style correctly too. For example, I see that the section of the style defines the section symbol correctly as s, but it is still popping up as § for me. (I am assuming we are talking about juris-nz.csl)

@fbennett
Copy link

As we head into a quiet holiday season ... is there any way I can help out with NZ Law and the new jurisdiction architecture?

@peterckelly
Copy link
Author

Certainly! I have grand plans, but a little shove to get going would really help.

My grand plans involve:

  • Catalyst IT, an 300-developer open source development company that I'm the legal manager for, has agreed that I can spend some testing and developer hours on the project
  • I've engaged with my university's law librarians and they are keen to help, and other NZ law librarians are excited too
  • I've got an initial validation by the law librarian of a set of references against NZ Law style (we call it NZLSG), from my most recent paper
  • Next step is to compare those validated references to the generated ones from Jurism and raise tickets for the distinct issues
  • Those could then be worked on by me, or anyone, including with those developer hours discussed above

But the key thing is to get any confidence that I can do anything! If you would be able to make the most trivial change first, which is just to select NZ Law Style and see whether a section number in a statute comes out as "s" or “§”, and if the latter then make the change in the style to make it the former, that would help me see how things work. To my untutored eyes it's not obvious what's wrong and why I get “§”!

Happy to have a call to discuss if that's helpful. You could DM me on Twitter for my number.

Thanks!

@fbennett
Copy link

fbennett commented Dec 20, 2020 via email

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