Juris-M / zotero

Juris-M is a variant of the free and friendly Zotero research platform, with support for legal and multilingual materials.
https://juris-m.github.io
Other
77 stars 12 forks source link

Commenter opinion on reported legal case #78

Closed georgd closed 4 years ago

georgd commented 4 years ago

In Austrian legal citation styles, the commenter’s opinion (affirms/criticises/doubts...) on a legal case decision is indicated right before the commenter‘s name in the reporter citation.

I have no idea, how I best implement this with Jurism.

Ex.: Case decided at court "OGH" with docket no. OB 8/11x, reported in journal wobl, v. 2010, issue 35, on p. 55 with critical commentary by Guntter:

OGH 4 Ob 8/11x wobl 2010/35, 55 (krit <i>Guntter</i>)

Input json (without krit)

[
  {
    "type": "legal_case",
    "container-title": "wobl",
    "volume": "2010",
    "authority": "ogh",
    "number": "4 Ob 8/11x",
    "page": "55",
    "issued": {
      "date-parts": [
        [
          2011,
          4,
          12
        ]
      ]
    },
    "note": "EF-Z 2011/85, 138",
    "multi": {
      "main": {},
      "_keys": {}
    },
    "commenter": [
      {
        "given": "",
        "family": "Guntter"
      }
    ],
    "issue": "35",
    "jurisdiction": "at"
  }
georgd commented 4 years ago

Looks like this is obsolete with the solution in https://github.com/Juris-M/zotero/issues/77#issuecomment-692994096:

The entire group containing locator and commenter is included in the juris-locator macro. That means, the commenter’s opinion can be appended to the locator in the locator field in the Word plugin

image

@fbennett this should work fine, shouldn’t it?

georgd commented 4 years ago

Tested it and haven’t found any issue with it so far. This works fine.