diff --git a/convert-anystyle-data/anystyle-to-simple-json.ipynb b/convert-anystyle-data/anystyle-to-simple-json.ipynb
index 51f02d08b1dff00a106abedbc1419a77d2282c41..54cb09b904f8f893b6752025487073df59387cba 100644
--- a/convert-anystyle-data/anystyle-to-simple-json.ipynb
+++ b/convert-anystyle-data/anystyle-to-simple-json.ipynb
@@ -9,8 +9,8 @@
   {
    "metadata": {
     "ExecuteTime": {
-     "end_time": "2024-07-22T10:53:30.704827Z",
-     "start_time": "2024-07-22T10:53:30.627637Z"
+     "end_time": "2024-07-23T07:47:55.719419Z",
+     "start_time": "2024-07-23T07:47:55.607237Z"
     }
    },
    "cell_type": "code",
@@ -54,18 +54,22 @@
     "                    \"out\" : output\n",
     "                }\n",
     "                f.write(json.dumps(instance) + '\\n')\n",
+    "                \n",
+    "def even_num_brackets(string: str):\n",
+    "    return ((string.endswith(\")\") and string.count(\")\") == string.count(\"(\")) \n",
+    "            or (string.endswith(\"]\") and string.count(\"]\") == string.count(\"[\"))) \n",
     "\n",
     "def remove_punctuation(text):\n",
     "    start, end = 0, len(text)\n",
-    "    while start < len(text) and re.match(\"\\p{P}\", text[start]) and text[start] not in \")]\":\n",
+    "    while start < len(text) and re.match(\"\\p{P}\", text[start]):\n",
     "        start += 1\n",
-    "    while end > start and re.match(\"\\p{P}\", text[end - 1]) and text[end - 1] not in \")]\":\n",
+    "    while end > start and re.match(\"\\p{P}\", text[end - 1]) and not even_num_brackets(text[start:end]):\n",
     "        end -= 1\n",
     "    return text[start:end].strip()\n",
     "\n",
     "def clean_editor(text):\n",
-    "    text = re.sub(r'în:? ?', '', text.strip(), flags=re.IGNORECASE)\n",
-    "    text = re.sub(r'hrsg\\. v\\.|hg\\. v|hrsg|ed\\.|eds\\.', '', text, flags=re.IGNORECASE)\n",
+    "    text = re.sub(r'in:? ?', '', text.strip(), flags=re.IGNORECASE)\n",
+    "    text = re.sub(r'\\(?(hrsg\\. v\\.|hg\\. v|hrsg|ed\\.|eds\\.)\\)?', '', text, flags=re.IGNORECASE)\n",
     "    return remove_punctuation(text)\n",
     "\n",
     "def clean_container(text):\n",
@@ -106,7 +110,7 @@
      ]
     }
    ],
-   "execution_count": 37
+   "execution_count": 47
   },
   {
    "metadata": {},
@@ -117,8 +121,8 @@
   {
    "metadata": {
     "ExecuteTime": {
-     "end_time": "2024-07-22T10:53:36.880258Z",
-     "start_time": "2024-07-22T10:53:36.710296Z"
+     "end_time": "2024-07-23T07:47:58.349778Z",
+     "start_time": "2024-07-23T07:47:58.170525Z"
     }
    },
    "cell_type": "code",
@@ -169,15 +173,57 @@
      ]
     }
    ],
-   "execution_count": 38
+   "execution_count": 48
   },
   {
    "metadata": {},
    "cell_type": "code",
    "outputs": [],
    "execution_count": null,
-   "source": "",
+   "source": "# Create canonical schema file from one of the auto-generated ones",
    "id": "ca27199d10d9b8bf"
+  },
+  {
+   "metadata": {},
+   "cell_type": "markdown",
+   "source": "",
+   "id": "be7693b86de42036"
+  },
+  {
+   "metadata": {
+    "ExecuteTime": {
+     "end_time": "2024-07-23T09:18:09.326748Z",
+     "start_time": "2024-07-23T09:18:09.271307Z"
+    }
+   },
+   "cell_type": "code",
+   "source": [
+    "import yaml\n",
+    "\n",
+    "def merge_slot_data(input_file, slots_data_file, output_file):\n",
+    "    with open(input_file, 'r') as f:\n",
+    "        yaml1 = yaml.safe_load(f)\n",
+    "    with open(slots_data_file, 'r') as f:\n",
+    "        yaml2 = yaml.safe_load(f)\n",
+    "    for key in yaml1['slots'].keys():\n",
+    "        if key in yaml2['slots']:\n",
+    "            yaml1['slots'][key].update(yaml2['slots'][key])\n",
+    "    with open(output_file, 'w') as f:\n",
+    "        yaml.dump(yaml1, f, default_flow_style=False, sort_keys=False)\n",
+    "\n",
+    "merge_slot_data('schema/10.1111_1467-6478.00080-schema.yaml', 'schema/slot-data.yaml', 'schema/simple-schema.yaml')\n"
+   ],
+   "id": "2b48a09bda0a4387",
+   "outputs": [],
+   "execution_count": 49
+  },
+  {
+   "metadata": {},
+   "cell_type": "code",
+   "outputs": [],
+   "execution_count": null,
+   "source": "",
+   "id": "1690bb4c648c5538"
   }
  ],
  "metadata": {
diff --git a/convert-anystyle-data/json/10.1111_1467-6478.00057.json b/convert-anystyle-data/json/10.1111_1467-6478.00057.json
index be89469bd8ba9723141016526ec87e6d7a410d74..e3b5c7d254a864f8a9190aab4704759987971aa4 100644
--- a/convert-anystyle-data/json/10.1111_1467-6478.00057.json
+++ b/convert-anystyle-data/json/10.1111_1467-6478.00057.json
@@ -1,695 +1 @@
-[
-  {
-    "citation-number": "1",
-    "author": "A. Phillips",
-    "title": "Citizenship and Feminist Politics",
-    "container-title": "Citizenship",
-    "editor": "G. Andrews",
-    "date": "1991"
-  },
-  {
-    "citation-number": "2",
-    "author": "T. Brennan and C. Pateman",
-    "title": "Mere Auxiliaries to the Commonwealth\u201d: Women and the Origins of Liberalism",
-    "date": "1979",
-    "journal": "Political Studies"
-  },
-  {
-    "citation-number": "3",
-    "author": "M. Sawer and M. Simms",
-    "title": "A Woman\u2019s Place: Women and Politics in Australia",
-    "date": "1993"
-  },
-  {
-    "citation-number": "4",
-    "title": "Embodying the Citizen",
-    "container-title": "Public and Private: Feminist Legal Debates",
-    "editor": "M. Thornton",
-    "date": "1995"
-  },
-  {
-    "citation-number": "4",
-    "title": "Historicising Citizenship: Remembering Broken Promises",
-    "date": "1996",
-    "journal": "Melbourne University Law Rev"
-  },
-  {
-    "citation-number": "5",
-    "author": "S. Walby",
-    "title": "Is Citizenship Gendered",
-    "date": "1994",
-    "journal": "Sociology"
-  },
-  {
-    "citation-number": "6",
-    "author": "I. Kant",
-    "title": "Metaphysical First Principles of the Doctrine of Right",
-    "container-title": "The Metaphysics of Morals",
-    "date": "1991"
-  },
-  {
-    "citation-number": "7",
-    "author": "U. Vogel",
-    "title": "Marriage and the Boundaries of Citizenship",
-    "container-title": "The Condition of Citizenship",
-    "editor": "B. van Steenbergen",
-    "date": "1994"
-  },
-  {
-    "citation-number": "8",
-    "author": "N. Fraser and L. Gordon",
-    "title": "Civil Citizenship against Social Citizenship",
-    "backref": "in id"
-  },
-  {
-    "citation-number": "9",
-    "author": "Vogel",
-    "backref": "id.,"
-  },
-  {
-    "citation-number": "9",
-    "author": "W. Blackstone",
-    "title": "Commentaries",
-    "date": "1979"
-  },
-  {
-    "citation-number": "11",
-    "author": "Vogel",
-    "backref": "op. cit., n. 7"
-  },
-  {
-    "citation-number": "12",
-    "editor": "F. Haug ()",
-    "title": "Female Sexualization: A Collective Work of Memory",
-    "date": "1987"
-  },
-  {
-    "citation-number": "13",
-    "author": "A. Bottomley",
-    "title": "Self and Subjectivities: Languages of Claim in Property Law",
-    "date": "1993",
-    "journal": "J. of Law and Society"
-  },
-  {
-    "citation-number": "14",
-    "author": "D. West",
-    "title": "Power and Formation: New Foundations for a Radical Concept of Power",
-    "date": "1987"
-  },
-  {
-    "citation-number": "30",
-    "title": "Inquiry 137",
-    "author": "M. Foucault"
-  },
-  {
-    "citation-number": "30",
-    "title": "Power/Knowledge: Selected Interviews and Other Writings 1972\u20131977",
-    "editor": "C. Gordon",
-    "date": "1980"
-  },
-  {
-    "citation-number": "15",
-    "author": "M.J. Mossman",
-    "title": "Feminism, and Legal Method: The Difference it Makes",
-    "date": "1986",
-    "journal": "Aust. J. of Law and Society"
-  },
-  {
-    "citation-number": "16",
-    "author": "H.S. Maine",
-    "title": "Ancient Law: Its Connection with the Early History of Society and its Relation to Modern Ideas",
-    "date": "1912"
-  },
-  {
-    "citation-number": "17",
-    "author": "M.J. Horwitz",
-    "title": "The Transformation of American Law, 1780\u20131860",
-    "date": "1977"
-  },
-  {
-    "citation-number": "18",
-    "author": "M. Grossberg",
-    "title": "Governing the Hearth: Law and the Family in Nineteenth-Century America",
-    "date": "1985"
-  },
-  {
-    "citation-number": "19",
-    "author": "S. Staves",
-    "title": "Married Women\u2019s Separate Property in England, 1660\u20131833",
-    "date": "1990"
-  },
-  {
-    "citation-number": "20",
-    "author": "R.B. Siegel",
-    "title": "The Rule of Love\u201d: Wife Beating as Prerogative and Privacy",
-    "date": "1996",
-    "journal": "Yale Law J"
-  },
-  {
-    "citation-number": "21",
-    "author": "C. Pateman",
-    "title": "The Sexual Contract",
-    "date": "1988"
-  },
-  {
-    "citation-number": "21",
-    "author": "K. O\u2019Donovan",
-    "title": "Family Matters",
-    "date": "1993"
-  },
-  {
-    "citation-number": "23",
-    "legal-ref": "Crimes (Sexual Assault) Amendment Act",
-    "date": "1981"
-  },
-  {
-    "citation-number": "23",
-    "legal-ref": "Criminal Law Consolidation Act Amendment Act",
-    "date": "1976"
-  },
-  {
-    "citation-number": "23",
-    "legal-ref": "Criminal Code (Sexual Offences) Act",
-    "date": "1987"
-  },
-  {
-    "citation-number": "23",
-    "legal-ref": "Crimes (Sexual Offences)",
-    "date": "1991"
-  },
-  {
-    "citation-number": "23",
-    "legal-ref": "Acts Amendment (Sexual Assault) Act",
-    "date": "1985"
-  },
-  {
-    "citation-number": "23",
-    "legal-ref": "R. v. L",
-    "date": "1991"
-  },
-  {
-    "citation-number": "23",
-    "legal-ref": "103 A.L.R. 577)"
-  },
-  {
-    "citation-number": "23",
-    "legal-ref": "R. v. R",
-    "date": "1991",
-    "journal": "All E.R"
-  },
-  {
-    "citation-number": "23",
-    "legal-ref": "257)"
-  },
-  {
-    "citation-number": "24",
-    "author": "M. Freeman",
-    "title": "Contracting in the Haven: Balfour v. Balfour Revisited",
-    "container-title": "Exploring the Boundaries of Contract",
-    "editor": "R. Halson",
-    "date": "1996"
-  },
-  {
-    "citation-number": "24",
-    "author": "R. Collier",
-    "title": "Masculinity, Law and the Family",
-    "date": "1995"
-  },
-  {
-    "citation-number": "24",
-    "author": "Collier"
-  },
-  {
-    "citation-number": "25",
-    "author": "P.S. Atiyah",
-    "title": "An Introduction to the Law of Contract",
-    "date": "1995"
-  },
-  {
-    "citation-number": "26",
-    "title": "A.L.R.C., Matrimonial Property",
-    "journal": "report no. 37",
-    "date": "1987"
-  },
-  {
-    "citation-number": "26",
-    "author": "A.L.R.C",
-    "title": "Report of the Joint Select Committee on Certain Aspects of the Operation and Interpretation of the Family Law Act",
-    "date": "1992"
-  },
-  {
-    "citation-number": "26",
-    "author": "M. Neave",
-    "title": "Private Ordering in Family Law \u2013 Will Women Benefit",
-    "container-title": "Thornton",
-    "backref": "op. cit., n. 4"
-  },
-  {
-    "citation-number": "26",
-    "author": "C. Dalton",
-    "title": "An Essay in the Deconstruction of Contract Doctrine",
-    "date": "1985",
-    "journal": "Yale Law J"
-  },
-  {
-    "citation-number": "27",
-    "author": "L. J. Weitzman",
-    "title": "The Marriage Contract: Spouses, Lovers, and the Law",
-    "date": "1981"
-  },
-  {
-    "citation-number": "28",
-    "author": "Grossberg",
-    "backref": "op. cit., n. 18"
-  },
-  {
-    "citation-number": "29",
-    "author": "Balfour v. Balfour",
-    "date": "1919"
-  },
-  {
-    "citation-number": "30",
-    "author": "Freeman",
-    "backref": "op. cit., n. 24"
-  },
-  {
-    "citation-number": "30",
-    "author": "M.C. Regan Jr",
-    "title": "Family Law and the Pursuit of Intimacy",
-    "date": "1993"
-  },
-  {
-    "citation-number": "31",
-    "author": "For example",
-    "legal-ref": "Law Reform (Miscellaneous Provisions) Act",
-    "date": "1970"
-  },
-  {
-    "citation-number": "31",
-    "legal-ref": "Domestic Relations Act",
-    "date": "1975"
-  },
-  {
-    "citation-number": "31",
-    "legal-ref": "Marriage Act Amendment Act",
-    "date": "1976"
-  },
-  {
-    "citation-number": "32",
-    "author": "G.S. Frost",
-    "title": "Promises Broken: Courtship, Class, and Gender in Victorian England (1995)"
-  },
-  {
-    "citation-number": "32",
-    "author": "Thornton",
-    "backref": "op. cit",
-    "date": "1996"
-  },
-  {
-    "citation-number": "33",
-    "author": "Grossberg",
-    "backref": "op. cit., n. 18"
-  },
-  {
-    "citation-number": "34",
-    "author": "U. Vogel",
-    "title": "Is Citizenship Gender-Specific",
-    "container-title": "The Frontiers of Citizenship",
-    "editor": "U. Vogel and M. Moran",
-    "date": "1991"
-  },
-  {
-    "citation-number": "35",
-    "legal-ref": "Bradwell v. Illinois 83 U.S. (16 Wall) 130",
-    "date": "1873"
-  },
-  {
-    "citation-number": "36",
-    "author": "J. Pahl",
-    "title": "Money and Marriage",
-    "date": "1989"
-  },
-  {
-    "citation-number": "37",
-    "author": "Although"
-  },
-  {
-    "citation-number": "37",
-    "author": "S. Parker, P. Parkinson, and J. Behrens",
-    "title": "Australian Family Law in Context: Commentary and Materials",
-    "date": "1994"
-  },
-  {
-    "citation-number": "37",
-    "author": "J.T. Oldham",
-    "title": "Management of the Community Estate during an Intact Marriage",
-    "date": "1993",
-    "journal": "Law and Contemporary Problems"
-  },
-  {
-    "citation-number": "37",
-    "author": "C. Donahue, Jr",
-    "title": "What Causes Fundamental Legal Ideas? Marital Property in England and France in the Thirteenth Century",
-    "date": "1979",
-    "journal": "Michigan Law Rev"
-  },
-  {
-    "citation-number": "38",
-    "author": "O\u2019Donovan",
-    "backref": "op. cit., n. 21"
-  },
-  {
-    "citation-number": "38",
-    "author": "Collier",
-    "backref": "op. cit., n. 24"
-  },
-  {
-    "citation-number": "39",
-    "author": "N. Naffine",
-    "title": "Sexing the Subject (of Law)",
-    "editor": "in Thornton",
-    "backref": "op. cit",
-    "date": "1995"
-  },
-  {
-    "citation-number": "39",
-    "backref": "n. 4"
-  },
-  {
-    "citation-number": "40",
-    "journal": "Contracts Review Act",
-    "date": "1980"
-  },
-  {
-    "citation-number": "41",
-    "author": "J. Nedelsky",
-    "title": "Private Property and the Limits of American Constitutionalism: The Madisonian Framework and its Legacy",
-    "date": "1990"
-  },
-  {
-    "citation-number": "42",
-    "author": "C.B. Macpherson",
-    "title": "Democratic Theory: Essays in Retrieval",
-    "date": "1973"
-  },
-  {
-    "citation-number": "43",
-    "author": "N. Howell",
-    "title": "Sexually Transmitted Debt\u201d: A Feminist Analysis of Laws Regulating Guarantors and Co-Borrowers",
-    "date": "1995",
-    "journal": "Aust. Feminist Law J"
-  },
-  {
-    "citation-number": "44",
-    "author": "P. Baron",
-    "title": "The Free Exercise of Her Will: Women and Emotionally Transmitted Debt",
-    "date": "1995",
-    "journal": "Law in Context"
-  },
-  {
-    "citation-number": "45",
-    "backref": "id",
-    "author": "B. Fehlberg",
-    "title": "The Husband, the Bank, the Wife and Her Signature",
-    "date": "1994",
-    "journal": "Modern Law Rev"
-  },
-  {
-    "citation-number": "45",
-    "legal-ref": "Barclays Bank v. O\u2019Brien",
-    "date": "1994"
-  },
-  {
-    "citation-number": "45",
-    "legal-ref": "1 A.C. 180",
-    "author": "per Brown-Wilkinson L"
-  },
-  {
-    "citation-number": "46",
-    "author": "Baron",
-    "backref": "op. cit., n. 44"
-  },
-  {
-    "citation-number": "46",
-    "author": "M. Richardson",
-    "title": "Protecting Women who provide Security for a Husband\u2019s, Partner\u2019s or Child\u2019s Debts. The Value and Limits of an Economic Perspective",
-    "date": "1996",
-    "journal": "Legal Studies"
-  },
-  {
-    "citation-number": "47",
-    "legal-ref": "R. v. Johns"
-  },
-  {
-    "citation-number": "47",
-    "legal-ref": "Supreme Court of South Australia",
-    "date": "1992"
-  },
-  {
-    "citation-number": "47",
-    "author": "Howell",
-    "backref": "op. cit., n. 43"
-  },
-  {
-    "citation-number": "48",
-    "author": "B. Fehlberg",
-    "title": "The Husband, the Bank, the Wife and Her Signature \u2013 the Sequel",
-    "date": "1996",
-    "journal": "Modern Law Rev"
-  },
-  {
-    "citation-number": "49",
-    "legal-ref": "National Australia Bank Ltd v. Garcia",
-    "date": "1996",
-    "journal": "N.S.W.L.R"
-  },
-  {
-    "citation-number": "49",
-    "legal-ref": "577 (N.S.W.C.A.). 50",
-    "date": "1991"
-  },
-  {
-    "citation-number": "49",
-    "legal-ref": "25 N.S.W.L.R. 32 (C.A.)"
-  },
-  {
-    "citation-number": "52",
-    "date": "1994"
-  },
-  {
-    "citation-number": "52",
-    "legal-ref": "A.S.C. 56\u2013268 (N.S.W.C.A.)"
-  },
-  {
-    "citation-number": "53",
-    "legal-ref": "Trade Practices Act 1974 (Cwth.)"
-  },
-  {
-    "citation-number": "53",
-    "legal-ref": "Contracts Review Act",
-    "date": "1980"
-  },
-  {
-    "citation-number": "53",
-    "date": "1994"
-  },
-  {
-    "citation-number": "55",
-    "legal-ref": "in Barclays Bank v. O\u2019Brien",
-    "date": "1994"
-  },
-  {
-    "citation-number": "55",
-    "legal-ref": "Banco Exterior Internacional v. Mann",
-    "date": "1995"
-  },
-  {
-    "citation-number": "55",
-    "legal-ref": "1 All E.R. 936"
-  },
-  {
-    "author": "See I.J. Hardingham and M.A. Neave",
-    "title": "Australian Family Property Law",
-    "date": "1984"
-  },
-  {
-    "citation-number": "57",
-    "author": "K. O\u2019Donovan",
-    "title": "Sexual Divisions in Law",
-    "date": "1985"
-  },
-  {
-    "citation-number": "58",
-    "author": "C.A. Reich",
-    "title": "The New Property",
-    "date": "1964",
-    "journal": "Yale Law J"
-  },
-  {
-    "citation-number": "58",
-    "author": "M.A. Glendon",
-    "title": "The New Family and the New Property",
-    "date": "1981"
-  },
-  {
-    "citation-number": "58",
-    "date": "1992"
-  },
-  {
-    "author": "P. Parkinson",
-    "title": "Property Rights and Third Party Creditors \u2013 the Scope and Limitations of Equitable Doctrines",
-    "date": "1997",
-    "journal": "Australian J. Family Law"
-  },
-  {
-    "citation-number": "61",
-    "author": "J. Riley",
-    "title": "The Property Rights of Home-Makers under General Law: Bryson v. Bryant",
-    "date": "1994",
-    "journal": "Sydney Law Rev"
-  },
-  {
-    "citation-number": "62",
-    "author": "Hon. Justice T. E. Lindenmayer and P.A. Doolan",
-    "title": "When Bankruptcy and Family Law Collide",
-    "date": "1994",
-    "journal": "Aust. J. Family Law"
-  },
-  {
-    "citation-number": "63",
-    "author": "B. Bennett",
-    "title": "The Economics of Wifing Services: Law and Economics on the Family",
-    "date": "1991",
-    "journal": "J. of Law and Society"
-  },
-  {
-    "citation-number": "64",
-    "author": "O\u2019Donovan",
-    "backref": "op. cit., n. 57"
-  },
-  {
-    "citation-number": "64",
-    "author": "Thornton",
-    "backref": "op. cit",
-    "date": "1995"
-  },
-  {
-    "citation-number": "65",
-    "date": "1994"
-  },
-  {
-    "citation-number": "66",
-    "author": "L.J. Weitzman",
-    "title": "The Divorce Revolution: The Unexpected Social and Economic Consequences for Women and Children in America",
-    "date": "1985"
-  },
-  {
-    "citation-number": "67",
-    "author": "M.L. Shanley",
-    "title": "Feminism, Marriage, and the Law in Victorian England, 1850\u20131895",
-    "date": "1989"
-  },
-  {
-    "citation-number": "68",
-    "author": "Freeman",
-    "backref": "op. cit., n. 24"
-  },
-  {
-    "citation-number": "68",
-    "author": "Neave",
-    "backref": "op. cit., n. 26"
-  },
-  {
-    "citation-number": "68",
-    "author": "Regan",
-    "backref": "op. cit., n. 30"
-  },
-  {
-    "citation-number": "69",
-    "author": "Bryson v. Bryant"
-  },
-  {
-    "citation-number": "69",
-    "author": "M. Neave,",
-    "title": "Three Approaches to Family Law Disputes \u2013 Intention/Belief, Unjust Enrichment and Unconscionability",
-    "container-title": "Equity, Fiduciaries and Trusts",
-    "editor": "T.G. Youdan",
-    "date": "1989"
-  },
-  {
-    "citation-number": "70",
-    "author": "L. Sarmas",
-    "title": "Storytelling and the Law: A Case Study of Louth v. Diprose",
-    "date": "1994",
-    "journal": "Melbourne University Law Rev"
-  },
-  {
-    "citation-number": "71",
-    "author": "C. Colebrook",
-    "title": "Feminist Ethics and Historicism",
-    "date": "1996",
-    "journal": "Aust. Feminist Studies"
-  },
-  {
-    "citation-number": "72",
-    "author": "M. Albertson Fineman",
-    "title": "The Neutered Mother, the Sexual Family and Other Twentieth Century Tragedies",
-    "date": "1995"
-  },
-  {
-    "citation-number": "73",
-    "author": "K. O\u2019Donovan",
-    "title": "Should all Maintenance of Spouses be abolished",
-    "date": "1982",
-    "journal": "Modern Law Rev"
-  },
-  {
-    "citation-number": "74",
-    "legal-ref": "De Facto Relationships Act",
-    "date": "1984"
-  },
-  {
-    "citation-number": "74",
-    "author": "M.D.A. Freeman and C.M. Lyon",
-    "title": "Cohabitation without Marriage: An Essay in Law and Social Policy",
-    "date": "1983"
-  },
-  {
-    "citation-number": "74",
-    "author": "New South Wales Law Reform Commission",
-    "title": "De Facto Relationships: Issues Paper",
-    "date": "1981"
-  },
-  {
-    "citation-number": "75",
-    "author": "Eds. of the Harvard Law Review,",
-    "title": "Sexual Orientation and the Law",
-    "date": "1990"
-  },
-  {
-    "citation-number": "75",
-    "legal-ref": "Dean v. District of Columbia 653 U.S. App. D.C",
-    "date": "1995"
-  },
-  {
-    "citation-number": "75",
-    "author": "C. Overington",
-    "title": "Why can\u2019t They Marry",
-    "journal": "The Age",
-    "date": "1997"
-  },
-  {
-    "citation-number": "76",
-    "author": "Lesbian and Gay Rights Service",
-    "title": "The Bride Wore Pink; Legal Recognition of Our Relationships",
-    "date": "1994"
-  },
-  {
-    "citation-number": "77",
-    "backref": "id"
-  },
-  {
-    "citation-number": "78",
-    "backref": "Above, n. 30"
-  }
-]
\ No newline at end of file
+[{"citation-number": "1", "author": "A. Phillips", "title": "Citizenship and Feminist Politics", "container-title": "Citizenship", "editor": "G. Andrews", "date": "1991"}, {"citation-number": "2", "author": "T. Brennan and C. Pateman", "title": "Mere Auxiliaries to the Commonwealth\u201d: Women and the Origins of Liberalism", "date": "1979", "journal": "Political Studies"}, {"citation-number": "3", "author": "M. Sawer and M. Simms", "title": "A Woman\u2019s Place: Women and Politics in Australia", "date": "1993"}, {"citation-number": "4", "title": "Embodying the Citizen", "container-title": "Public and Private: Feminist Legal Debates", "editor": "M. Thornton", "date": "1995"}, {"citation-number": "4", "title": "Historicising Citizenship: Remembering Broken Promises", "date": "1996", "journal": "Melbourne University Law Rev"}, {"citation-number": "5", "author": "S. Walby", "title": "Is Citizenship Gendered", "date": "1994", "journal": "Sociology"}, {"citation-number": "6", "author": "I. Kant", "title": "Metaphysical First Principles of the Doctrine of Right", "container-title": "The Metaphysics of Morals", "date": "1991"}, {"citation-number": "7", "author": "U. Vogel", "title": "Marriage and the Boundaries of Citizenship", "container-title": "The Condition of Citizenship", "editor": "B. van Steenbergen", "date": "1994"}, {"citation-number": "8", "author": "N. Fraser and L. Gordon", "title": "Civil Citizenship against Social Citizenship", "backref": "in id"}, {"citation-number": "9", "author": "Vogel", "backref": "id.,"}, {"citation-number": "9", "author": "W. Blackstone", "title": "Commentaries", "date": "1979"}, {"citation-number": "11", "author": "Vogel", "backref": "op. cit., n. 7"}, {"citation-number": "12", "editor": "F. Haug", "title": "Female Sexualization: A Collective Work of Memory", "date": "1987"}, {"citation-number": "13", "author": "A. Bottomley", "title": "Self and Subjectivities: Languages of Claim in Property Law", "date": "1993", "journal": "J. of Law and Society"}, {"citation-number": "14", "author": "D. West", "title": "Power and Formation: New Foundations for a Radical Concept of Power", "date": "1987"}, {"citation-number": "30", "title": "Inquiry 137", "author": "M. Foucault"}, {"citation-number": "30", "title": "Power/Knowledge: Selected Interviews and Other Writings 1972\u20131977", "editor": "C. Gordon", "date": "1980"}, {"citation-number": "15", "author": "M.J. Mossman", "title": "Feminism, and Legal Method: The Difference it Makes", "date": "1986", "journal": "Aust. J. of Law and Society"}, {"citation-number": "16", "author": "H.S. Maine", "title": "Ancient Law: Its Connection with the Early History of Society and its Relation to Modern Ideas", "date": "1912"}, {"citation-number": "17", "author": "M.J. Horwitz", "title": "The Transformation of American Law, 1780\u20131860", "date": "1977"}, {"citation-number": "18", "author": "M. Grossberg", "title": "Governing the Hearth: Law and the Family in Nineteenth-Century America", "date": "1985"}, {"citation-number": "19", "author": "S. Staves", "title": "Married Women\u2019s Separate Property in England, 1660\u20131833", "date": "1990"}, {"citation-number": "20", "author": "R.B. Siegel", "title": "The Rule of Love\u201d: Wife Beating as Prerogative and Privacy", "date": "1996", "journal": "Yale Law J"}, {"citation-number": "21", "author": "C. Pateman", "title": "The Sexual Contract", "date": "1988"}, {"citation-number": "21", "author": "K. O\u2019Donovan", "title": "Family Matters", "date": "1993"}, {"citation-number": "23", "legal-ref": "Crimes (Sexual Assault) Amendment Act", "date": "1981"}, {"citation-number": "23", "legal-ref": "Criminal Law Consolidation Act Amendment Act", "date": "1976"}, {"citation-number": "23", "legal-ref": "Criminal Code (Sexual Offences) Act", "date": "1987"}, {"citation-number": "23", "legal-ref": "Crimes (Sexual Offences)", "date": "1991"}, {"citation-number": "23", "legal-ref": "Acts Amendment (Sexual Assault) Act", "date": "1985"}, {"citation-number": "23", "legal-ref": "R. v. L", "date": "1991"}, {"citation-number": "23", "legal-ref": "103 A.L.R. 577"}, {"citation-number": "23", "legal-ref": "R. v. R", "date": "1991", "journal": "All E.R"}, {"citation-number": "23", "legal-ref": "257"}, {"citation-number": "24", "author": "M. Freeman", "title": "Contracting in the Haven: Balfour v. Balfour Revisited", "container-title": "Exploring the Boundaries of Contract", "editor": "R. Halson", "date": "1996"}, {"citation-number": "24", "author": "R. Collier", "title": "Masculinity, Law and the Family", "date": "1995"}, {"citation-number": "24", "author": "Collier"}, {"citation-number": "25", "author": "P.S. Atiyah", "title": "An Introduction to the Law of Contract", "date": "1995"}, {"citation-number": "26", "title": "A.L.R.C., Matrimonial Property", "journal": "report no. 37", "date": "1987"}, {"citation-number": "26", "author": "A.L.R.C", "title": "Report of the Joint Select Committee on Certain Aspects of the Operation and Interpretation of the Family Law Act", "date": "1992"}, {"citation-number": "26", "author": "M. Neave", "title": "Private Ordering in Family Law \u2013 Will Women Benefit", "container-title": "Thornton", "backref": "op. cit., n. 4"}, {"citation-number": "26", "author": "C. Dalton", "title": "An Essay in the Deconstruction of Contract Doctrine", "date": "1985", "journal": "Yale Law J"}, {"citation-number": "27", "author": "L. J. Weitzman", "title": "The Marriage Contract: Spouses, Lovers, and the Law", "date": "1981"}, {"citation-number": "28", "author": "Grossberg", "backref": "op. cit., n. 18"}, {"citation-number": "29", "author": "Balfour v. Balfour", "date": "1919"}, {"citation-number": "30", "author": "Freeman", "backref": "op. cit., n. 24"}, {"citation-number": "30", "author": "M.C. Regan Jr", "title": "Family Law and the Pursuit of Intimacy", "date": "1993"}, {"citation-number": "31", "author": "For example", "legal-ref": "Law Reform (Miscellaneous Provisions) Act", "date": "1970"}, {"citation-number": "31", "legal-ref": "Domestic Relations Act", "date": "1975"}, {"citation-number": "31", "legal-ref": "Marriage Act Amendment Act", "date": "1976"}, {"citation-number": "32", "author": "G.S. Frost", "title": "Promises Broken: Courtship, Class, and Gender in Victorian England (1995)"}, {"citation-number": "32", "author": "Thornton", "backref": "op. cit", "date": "1996"}, {"citation-number": "33", "author": "Grossberg", "backref": "op. cit., n. 18"}, {"citation-number": "34", "author": "U. Vogel", "title": "Is Citizenship Gender-Specific", "container-title": "The Frontiers of Citizenship", "editor": "U. Vogel and M. Moran", "date": "1991"}, {"citation-number": "35", "legal-ref": "Bradwell v. Illinois 83 U.S. (16 Wall) 130", "date": "1873"}, {"citation-number": "36", "author": "J. Pahl", "title": "Money and Marriage", "date": "1989"}, {"citation-number": "37", "author": "Although"}, {"citation-number": "37", "author": "S. Parker, P. Parkinson, and J. Behrens", "title": "Australian Family Law in Context: Commentary and Materials", "date": "1994"}, {"citation-number": "37", "author": "J.T. Oldham", "title": "Management of the Community Estate during an Intact Marriage", "date": "1993", "journal": "Law and Contemporary Problems"}, {"citation-number": "37", "author": "C. Donahue, Jr", "title": "What Causes Fundamental Legal Ideas? Marital Property in England and France in the Thirteenth Century", "date": "1979", "journal": "Michigan Law Rev"}, {"citation-number": "38", "author": "O\u2019Donovan", "backref": "op. cit., n. 21"}, {"citation-number": "38", "author": "Collier", "backref": "op. cit., n. 24"}, {"citation-number": "39", "author": "N. Naffine", "title": "Sexing the Subject (of Law)", "editor": "Thornton", "backref": "op. cit", "date": "1995"}, {"citation-number": "39", "backref": "n. 4"}, {"citation-number": "40", "journal": "Contracts Review Act", "date": "1980"}, {"citation-number": "41", "author": "J. Nedelsky", "title": "Private Property and the Limits of American Constitutionalism: The Madisonian Framework and its Legacy", "date": "1990"}, {"citation-number": "42", "author": "C.B. Macpherson", "title": "Democratic Theory: Essays in Retrieval", "date": "1973"}, {"citation-number": "43", "author": "N. Howell", "title": "Sexually Transmitted Debt\u201d: A Feminist Analysis of Laws Regulating Guarantors and Co-Borrowers", "date": "1995", "journal": "Aust. Feminist Law J"}, {"citation-number": "44", "author": "P. Baron", "title": "The Free Exercise of Her Will: Women and Emotionally Transmitted Debt", "date": "1995", "journal": "Law in Context"}, {"citation-number": "45", "backref": "id", "author": "B. Fehlberg", "title": "The Husband, the Bank, the Wife and Her Signature", "date": "1994", "journal": "Modern Law Rev"}, {"citation-number": "45", "legal-ref": "Barclays Bank v. O\u2019Brien", "date": "1994"}, {"citation-number": "45", "legal-ref": "1 A.C. 180", "author": "per Brown-Wilkinson L"}, {"citation-number": "46", "author": "Baron", "backref": "op. cit., n. 44"}, {"citation-number": "46", "author": "M. Richardson", "title": "Protecting Women who provide Security for a Husband\u2019s, Partner\u2019s or Child\u2019s Debts. The Value and Limits of an Economic Perspective", "date": "1996", "journal": "Legal Studies"}, {"citation-number": "47", "legal-ref": "R. v. Johns"}, {"citation-number": "47", "legal-ref": "Supreme Court of South Australia", "date": "1992"}, {"citation-number": "47", "author": "Howell", "backref": "op. cit., n. 43"}, {"citation-number": "48", "author": "B. Fehlberg", "title": "The Husband, the Bank, the Wife and Her Signature \u2013 the Sequel", "date": "1996", "journal": "Modern Law Rev"}, {"citation-number": "49", "legal-ref": "National Australia Bank Ltd v. Garcia", "date": "1996", "journal": "N.S.W.L.R"}, {"citation-number": "49", "legal-ref": "577 (N.S.W.C.A.). 50", "date": "1991"}, {"citation-number": "49", "legal-ref": "25 N.S.W.L.R. 32 (C.A.)"}, {"citation-number": "52", "date": "1994"}, {"citation-number": "52", "legal-ref": "A.S.C. 56\u2013268 (N.S.W.C.A.)"}, {"citation-number": "53", "legal-ref": "Trade Practices Act 1974 (Cwth.)"}, {"citation-number": "53", "legal-ref": "Contracts Review Act", "date": "1980"}, {"citation-number": "53", "date": "1994"}, {"citation-number": "55", "legal-ref": "in Barclays Bank v. O\u2019Brien", "date": "1994"}, {"citation-number": "55", "legal-ref": "Banco Exterior Internacional v. Mann", "date": "1995"}, {"citation-number": "55", "legal-ref": "1 All E.R. 936"}, {"author": "See I.J. Hardingham and M.A. Neave", "title": "Australian Family Property Law", "date": "1984"}, {"citation-number": "57", "author": "K. O\u2019Donovan", "title": "Sexual Divisions in Law", "date": "1985"}, {"citation-number": "58", "author": "C.A. Reich", "title": "The New Property", "date": "1964", "journal": "Yale Law J"}, {"citation-number": "58", "author": "M.A. Glendon", "title": "The New Family and the New Property", "date": "1981"}, {"citation-number": "58", "date": "1992"}, {"author": "P. Parkinson", "title": "Property Rights and Third Party Creditors \u2013 the Scope and Limitations of Equitable Doctrines", "date": "1997", "journal": "Australian J. Family Law"}, {"citation-number": "61", "author": "J. Riley", "title": "The Property Rights of Home-Makers under General Law: Bryson v. Bryant", "date": "1994", "journal": "Sydney Law Rev"}, {"citation-number": "62", "author": "Hon. Justice T. E. Lindenmayer and P.A. Doolan", "title": "When Bankruptcy and Family Law Collide", "date": "1994", "journal": "Aust. J. Family Law"}, {"citation-number": "63", "author": "B. Bennett", "title": "The Economics of Wifing Services: Law and Economics on the Family", "date": "1991", "journal": "J. of Law and Society"}, {"citation-number": "64", "author": "O\u2019Donovan", "backref": "op. cit., n. 57"}, {"citation-number": "64", "author": "Thornton", "backref": "op. cit", "date": "1995"}, {"citation-number": "65", "date": "1994"}, {"citation-number": "66", "author": "L.J. Weitzman", "title": "The Divorce Revolution: The Unexpected Social and Economic Consequences for Women and Children in America", "date": "1985"}, {"citation-number": "67", "author": "M.L. Shanley", "title": "Feminism, Marriage, and the Law in Victorian England, 1850\u20131895", "date": "1989"}, {"citation-number": "68", "author": "Freeman", "backref": "op. cit., n. 24"}, {"citation-number": "68", "author": "Neave", "backref": "op. cit., n. 26"}, {"citation-number": "68", "author": "Regan", "backref": "op. cit., n. 30"}, {"citation-number": "69", "author": "Bryson v. Bryant"}, {"citation-number": "69", "author": "M. Neave,", "title": "Three Approaches to Family Law Disputes \u2013 Intention/Belief, Unjust Enrichment and Unconscionability", "container-title": "Equity, Fiduciaries and Trusts", "editor": "T.G. Youdan", "date": "1989"}, {"citation-number": "70", "author": "L. Sarmas", "title": "Storytelling and the Law: A Case Study of Louth v. Diprose", "date": "1994", "journal": "Melbourne University Law Rev"}, {"citation-number": "71", "author": "C. Colebrook", "title": "Feminist Ethics and Historicism", "date": "1996", "journal": "Aust. Feminist Studies"}, {"citation-number": "72", "author": "M. Albertson Fineman", "title": "The Neutered Mother, the Sexual Family and Other Twentieth Century Tragedies", "date": "1995"}, {"citation-number": "73", "author": "K. O\u2019Donovan", "title": "Should all Maintenance of Spouses be abolished", "date": "1982", "journal": "Modern Law Rev"}, {"citation-number": "74", "legal-ref": "De Facto Relationships Act", "date": "1984"}, {"citation-number": "74", "author": "M.D.A. Freeman and C.M. Lyon", "title": "Cohabitation without Marriage: An Essay in Law and Social Policy", "date": "1983"}, {"citation-number": "74", "author": "New South Wales Law Reform Commission", "title": "De Facto Relationships: Issues Paper", "date": "1981"}, {"citation-number": "75", "author": "Eds. of the Harvard Law Review,", "title": "Sexual Orientation and the Law", "date": "1990"}, {"citation-number": "75", "legal-ref": "Dean v. District of Columbia 653 U.S. App. D.C", "date": "1995"}, {"citation-number": "75", "author": "C. Overington", "title": "Why can\u2019t They Marry", "journal": "The Age", "date": "1997"}, {"citation-number": "76", "author": "Lesbian and Gay Rights Service", "title": "The Bride Wore Pink; Legal Recognition of Our Relationships", "date": "1994"}, {"citation-number": "77", "backref": "id"}, {"citation-number": "78", "backref": "Above, n. 30"}]
\ No newline at end of file
diff --git a/convert-anystyle-data/json/10.1111_1467-6478.00080.json b/convert-anystyle-data/json/10.1111_1467-6478.00080.json
index 25c6d834bdd8b8ed7fc19b3a8258f7d80aa99cc2..313f48f779d99f64754b87cb77cd0b276d650666 100644
--- a/convert-anystyle-data/json/10.1111_1467-6478.00080.json
+++ b/convert-anystyle-data/json/10.1111_1467-6478.00080.json
@@ -1 +1 @@
-[{"citation-number": "1", "author": "G. Jones", "title": "\u201cTraditional\u201d Legal Scholarship: a Personal View", "container-title": "What Are Law Schools For", "editor": "P. Birks", "date": "1996"}, {"citation-number": "3", "author": "R. Goff", "title": "The Search for Principle", "date": "1983", "journal": "Proceeedings of the British Academy"}, {"citation-number": "3", "author": "A. Dicey", "title": "Can English Law be taught at the Universities", "date": "1883"}, {"citation-number": "4", "author": "J. Smith", "title": "The Law of Contract", "date": "1989"}, {"citation-number": "6", "author": "D. Kennedy", "title": "Form and substance in Private Law Ajudication", "date": "1976", "journal": "Harvard Law Rev"}, {"citation-number": "7", "author": "B. Hepple", "title": "The Renewal of the Liberal Law Degree", "date": "1996", "journal": "Cambridge Law J"}, {"citation-number": "8", "author": "P.A. Thomas", "title": "Introduction", "container-title": "Socio-Legal Studies", "editor": "P.A. Thomas", "date": "1997"}, {"citation-number": "9", "author": "R. Cotterrell", "title": "Law\u2019s Community", "date": "1995"}, {"citation-number": "10", "author": "S. Wheeler", "title": "Company Law", "editor": "in Thomas", "backref": "op. cit., n. 8"}, {"citation-number": "11", "author": "Lady Marre\u2019s", "title": "report A Time for Change", "date": "1988"}, {"citation-number": "11", "date": "1988", "title": "Report of the Committee on Legal Education"}, {"citation-number": "11", "date": "1971"}, {"citation-number": "11", "legal-ref": "Cmnd 4595)", "title": "The Robbins report on higher education, Higher Education", "date": "1963"}, {"citation-number": "11", "legal-ref": "Cmnd. 2154)"}, {"citation-number": "12", "author": "National Committee of Inquiry into Higher Education", "title": "Higher Education in the learning society", "date": "1997"}, {"citation-number": "12", "author": "ACLEC", "title": "First Report on Legal Education and Training", "date": "1996"}, {"citation-number": "13", "author": "ACLEC", "backref": "id"}, {"citation-number": "14", "author": "A. Bradney and F. Cownie", "title": "Working on the Chain Gang", "date": "1996", "journal": "Contemporary Issues in Law"}, {"citation-number": "15", "author": "J. MacFarlane, M. Jeeves, and A. Boon", "title": "Education for Life or for Work", "date": "1987", "journal": "New Law J"}, {"citation-number": "16", "author": "T.H. Huxley", "title": "Universities: Actual and Ideal", "container-title": "T.H. Huxley, Collected Essays", "date": "1905"}, {"citation-number": "17", "author": "J.S. Mill", "title": "Inaugural address to the University of St Andrews", "container-title": "Collected Work of John Stuart Mill: Volume", "editor": "J.M. Robson", "date": "1984"}, {"citation-number": "18", "author": "Dearing", "backref": "op. cit., n. 12"}, {"citation-number": "19", "backref": "id"}, {"citation-number": "20", "author": "F.R. Leavis", "title": "Education and the University", "date": "1948"}, {"citation-number": "21", "author": "A. Bradney", "title": "Liberalising Legal Education", "container-title": "The Law School: Global Issues, Local Questions"}, {"citation-number": "22", "author": "P. Goodrich,", "title": "Of Blackstone\u2019s Tower: Metephors of Distance and Histories of the English Law School", "backref": "in Birks, op. cit., n. 1", "journal": "S. Turow, One L", "date": "1977"}, {"citation-number": "24", "author": "O. Kahn-Freund", "title": "Reflections on Legal Education", "date": "1966", "journal": "Modern Law Rev"}, {"citation-number": "25", "author": "Kahn-Freund", "backref": "id.)"}, {"citation-number": "26", "author": "Leavis", "backref": "op. cit., n. 20"}, {"citation-number": "29", "author": "M. King", "title": "The New English Literatures", "date": "1980"}, {"citation-number": "30", "title": "Jurisprudence by Sir John Salmond", "editor": "G. Willliams (10th", "date": "1947"}, {"citation-number": "31", "author": "E. Durkheim", "title": "The Division of Labour in Society", "date": "1933"}, {"citation-number": "32", "author": "M. Le Brun and R. Johnstone", "title": "The Quiet Revolution: Improving Student Learning in Law", "date": "1994"}, {"citation-number": "32", "title": "Define and Empower: Women Students Consider Feminist Learning", "date": "1990", "journal": "Law and Critique"}, {"citation-number": "32", "author": "W. Conklin", "title": "The Invisible Author of Legal Authority", "date": "1996", "journal": "Law and Critique"}, {"citation-number": "33", "author": "R. Collier", "title": "Masculinism, Law and Law Teaching", "date": "1991", "journal": "International J. of the Sociology of Law"}, {"citation-number": "34", "author": "P. McAuslan", "title": "Administrative Law, Collective Consumption and Judicial Policy", "date": "1983", "journal": "Modern Law Rev"}, {"citation-number": "35", "author": "Le Brun and Johnstone", "backref": "op. cit, n. 32"}, {"citation-number": "38", "author": "Goodrich", "backref": "op. cit., n. 22"}, {"citation-number": "39", "author": "P. Samuelson", "title": "The Convergence of the Law School and the University", "date": "1975", "journal": "The Am. Scholar"}, {"citation-number": "40", "author": "P. Harris and M. Jones", "title": "A Survey of Law Schools in the United Kingdom, 1996", "date": "1997", "journal": "The Law Teacher"}, {"citation-number": "41", "author": "J. Wilson", "title": "A third survey of university legal education", "date": "1993", "journal": "Legal Studies"}, {"citation-number": "42", "author": "Jones", "backref": "op. cit., n. 40"}, {"citation-number": "43", "author": "P. Leighton, T. Mortimer, and N. Whatley", "title": "Law Teachers: Lawyers or Academics", "date": "1995"}, {"citation-number": "34.", "backref": "44 id"}, {"citation-number": "45", "author": "L. Skwarok", "title": "Business Law for Non-Lawyers: Setting the Stage for Teaching, Learning and Assessment at Hong Kong Polytechnic University", "date": "1995", "journal": "The Law Teacher"}, {"citation-number": "46", "author": "N. Bastin", "title": "Law, Law Staff and CNAA Business Studies Degree Courses", "date": "1985", "journal": "The Law Teacher"}, {"citation-number": "47", "author": "A. Ridley", "title": "Legal Skills for Non-Law Students: Added Value or Irrelevant Diversion", "date": "1994", "journal": "The Law Teacher"}, {"citation-number": "48", "author": "G. Cartan and T. Vilkinas", "title": "Legal Literacy for Managers: The Role of the Educator", "date": "1990", "journal": "The Law Teacher"}, {"citation-number": "49", "author": "Ridley", "backref": "op. cit., n. 47"}, {"citation-number": "50"}, {"citation-number": "51", "author": "P. Birks", "title": "Short Cuts", "container-title": "Pressing Problems in the Law", "editor": "P. Birks", "date": "1994"}, {"citation-number": "52", "author": "Ridley", "backref": "op. cit., n. 47"}, {"citation-number": "53", "author": "Cartan and Vilkinas", "backref": "op. cit., n. 48"}, {"citation-number": "54", "author": "P. Harris", "title": "Curriculum Development in Legal Studies", "date": "1986", "journal": "The Law Teacher"}, {"citation-number": "55", "author": "Dearing", "backref": "op. cit., n. 12"}, {"citation-number": "57", "author": "G. Steiner", "title": "Errata: An Examined Life", "date": "1997"}]
\ No newline at end of file
+[{"citation-number": "1", "author": "G. Jones", "title": "\u201cTraditional\u201d Legal Scholarship: a Personal View", "container-title": "What Are Law Schools For", "editor": "P. Birks", "date": "1996"}, {"citation-number": "3", "author": "R. Goff", "title": "The Search for Principle", "date": "1983", "journal": "Proceeedings of the British Academy"}, {"citation-number": "3", "author": "A. Dicey", "title": "Can English Law be taught at the Universities", "date": "1883"}, {"citation-number": "4", "author": "J. Smith", "title": "The Law of Contract", "date": "1989"}, {"citation-number": "6", "author": "D. Kennedy", "title": "Form and substance in Private Law Ajudication", "date": "1976", "journal": "Harvard Law Rev"}, {"citation-number": "7", "author": "B. Hepple", "title": "The Renewal of the Liberal Law Degree", "date": "1996", "journal": "Cambridge Law J"}, {"citation-number": "8", "author": "P.A. Thomas", "title": "Introduction", "container-title": "Socio-Legal Studies", "editor": "P.A. Thomas", "date": "1997"}, {"citation-number": "9", "author": "R. Cotterrell", "title": "Law\u2019s Community", "date": "1995"}, {"citation-number": "10", "author": "S. Wheeler", "title": "Company Law", "editor": "Thomas", "backref": "op. cit., n. 8"}, {"citation-number": "11", "author": "Lady Marre\u2019s", "title": "report A Time for Change", "date": "1988"}, {"citation-number": "11", "date": "1988", "title": "Report of the Committee on Legal Education"}, {"citation-number": "11", "date": "1971"}, {"citation-number": "11", "legal-ref": "Cmnd 4595)", "title": "The Robbins report on higher education, Higher Education", "date": "1963"}, {"citation-number": "11", "legal-ref": "Cmnd. 2154"}, {"citation-number": "12", "author": "National Committee of Inquiry into Higher Education", "title": "Higher Education in the learning society", "date": "1997"}, {"citation-number": "12", "author": "ACLEC", "title": "First Report on Legal Education and Training", "date": "1996"}, {"citation-number": "13", "author": "ACLEC", "backref": "id"}, {"citation-number": "14", "author": "A. Bradney and F. Cownie", "title": "Working on the Chain Gang", "date": "1996", "journal": "Contemporary Issues in Law"}, {"citation-number": "15", "author": "J. MacFarlane, M. Jeeves, and A. Boon", "title": "Education for Life or for Work", "date": "1987", "journal": "New Law J"}, {"citation-number": "16", "author": "T.H. Huxley", "title": "Universities: Actual and Ideal", "container-title": "T.H. Huxley, Collected Essays", "date": "1905"}, {"citation-number": "17", "author": "J.S. Mill", "title": "Inaugural address to the University of St Andrews", "container-title": "Collected Work of John Stuart Mill: Volume", "editor": "J.M. Robson", "date": "1984"}, {"citation-number": "18", "author": "Dearing", "backref": "op. cit., n. 12"}, {"citation-number": "19", "backref": "id"}, {"citation-number": "20", "author": "F.R. Leavis", "title": "Education and the University", "date": "1948"}, {"citation-number": "21", "author": "A. Bradney", "title": "Liberalising Legal Education", "container-title": "The Law School: Global Issues, Local Questions"}, {"citation-number": "22", "author": "P. Goodrich,", "title": "Of Blackstone\u2019s Tower: Metephors of Distance and Histories of the English Law School", "backref": "in Birks, op. cit., n. 1", "journal": "S. Turow, One L", "date": "1977"}, {"citation-number": "24", "author": "O. Kahn-Freund", "title": "Reflections on Legal Education", "date": "1966", "journal": "Modern Law Rev"}, {"citation-number": "25", "author": "Kahn-Freund", "backref": "id"}, {"citation-number": "26", "author": "Leavis", "backref": "op. cit., n. 20"}, {"citation-number": "29", "author": "M. King", "title": "The New English Literatures", "date": "1980"}, {"citation-number": "30", "title": "Jurisprudence by Sir John Salmond", "editor": "G. Willliams (10th", "date": "1947"}, {"citation-number": "31", "author": "E. Durkheim", "title": "The Division of Labour in Society", "date": "1933"}, {"citation-number": "32", "author": "M. Le Brun and R. Johnstone", "title": "The Quiet Revolution: Improving Student Learning in Law", "date": "1994"}, {"citation-number": "32", "title": "Define and Empower: Women Students Consider Feminist Learning", "date": "1990", "journal": "Law and Critique"}, {"citation-number": "32", "author": "W. Conklin", "title": "The Invisible Author of Legal Authority", "date": "1996", "journal": "Law and Critique"}, {"citation-number": "33", "author": "R. Collier", "title": "Masculinism, Law and Law Teaching", "date": "1991", "journal": "International J. of the Sociology of Law"}, {"citation-number": "34", "author": "P. McAuslan", "title": "Administrative Law, Collective Consumption and Judicial Policy", "date": "1983", "journal": "Modern Law Rev"}, {"citation-number": "35", "author": "Le Brun and Johnstone", "backref": "op. cit, n. 32"}, {"citation-number": "38", "author": "Goodrich", "backref": "op. cit., n. 22"}, {"citation-number": "39", "author": "P. Samuelson", "title": "The Convergence of the Law School and the University", "date": "1975", "journal": "The Am. Scholar"}, {"citation-number": "40", "author": "P. Harris and M. Jones", "title": "A Survey of Law Schools in the United Kingdom, 1996", "date": "1997", "journal": "The Law Teacher"}, {"citation-number": "41", "author": "J. Wilson", "title": "A third survey of university legal education", "date": "1993", "journal": "Legal Studies"}, {"citation-number": "42", "author": "Jones", "backref": "op. cit., n. 40"}, {"citation-number": "43", "author": "P. Leighton, T. Mortimer, and N. Whatley", "title": "Law Teachers: Lawyers or Academics", "date": "1995"}, {"citation-number": "34.", "backref": "44 id"}, {"citation-number": "45", "author": "L. Skwarok", "title": "Business Law for Non-Lawyers: Setting the Stage for Teaching, Learning and Assessment at Hong Kong Polytechnic University", "date": "1995", "journal": "The Law Teacher"}, {"citation-number": "46", "author": "N. Bastin", "title": "Law, Law Staff and CNAA Business Studies Degree Courses", "date": "1985", "journal": "The Law Teacher"}, {"citation-number": "47", "author": "A. Ridley", "title": "Legal Skills for Non-Law Students: Added Value or Irrelevant Diversion", "date": "1994", "journal": "The Law Teacher"}, {"citation-number": "48", "author": "G. Cartan and T. Vilkinas", "title": "Legal Literacy for Managers: The Role of the Educator", "date": "1990", "journal": "The Law Teacher"}, {"citation-number": "49", "author": "Ridley", "backref": "op. cit., n. 47"}, {"citation-number": "50"}, {"citation-number": "51", "author": "P. Birks", "title": "Short Cuts", "container-title": "Pressing Problems in the Law", "editor": "P. Birks", "date": "1994"}, {"citation-number": "52", "author": "Ridley", "backref": "op. cit., n. 47"}, {"citation-number": "53", "author": "Cartan and Vilkinas", "backref": "op. cit., n. 48"}, {"citation-number": "54", "author": "P. Harris", "title": "Curriculum Development in Legal Studies", "date": "1986", "journal": "The Law Teacher"}, {"citation-number": "55", "author": "Dearing", "backref": "op. cit., n. 12"}, {"citation-number": "57", "author": "G. Steiner", "title": "Errata: An Examined Life", "date": "1997"}]
\ No newline at end of file
diff --git a/convert-anystyle-data/json/10.1515_zfrs-1980-0103.json b/convert-anystyle-data/json/10.1515_zfrs-1980-0103.json
index 060f5aecf032a5c685f8bf6e2113c34700d5ad89..549b3b613e042e587fb50faeebb96872d240f064 100644
--- a/convert-anystyle-data/json/10.1515_zfrs-1980-0103.json
+++ b/convert-anystyle-data/json/10.1515_zfrs-1980-0103.json
@@ -1 +1,407 @@
-[{"citation-number": "1", "author": "Geiger", "date": "1964"}, {"citation-number": "2", "author": "Feest/Blankenburg", "date": "1972"}, {"citation-number": "2", "author": "ich", "title": "Nichtkriminalisierung als Struktur und Routine", "date": "1976"}, {"citation-number": "3", "author": "Peter MacNaughton-Smith und Richard Rosellen", "title": "Bereitschaft zur Anzeigeerstattung", "date": "1978"}, {"citation-number": "3", "author": "Richard  Rosellen", "title": "Private Verbrechenskontrolle \u2014 eine empirische Untersuchung zur Anzeigeerstattung", "date": "1980"}, {"citation-number": "4", "author": "Blankenburg/Sessar/Steffen", "date": "1978"}, {"citation-number": "5", "author": "Black", "date": "1973"}, {"citation-number": "6", "author": "Gessner", "date": "1976"}, {"citation-number": "7", "author": "Luhmann", "date": "1980"}, {"citation-number": "8", "author": "Gessner", "date": "1976"}, {"citation-number": "9", "author": "Sch\u00f6nholz", "date": "1980"}, {"citation-number": "10", "author": "Blankenburg/Sch\u00f6nholz; Rogowski", "date": "1979"}, {"citation-number": "11", "author": "Hilden", "date": "1976"}, {"citation-number": "12", "author": "Koch", "date": "1975"}, {"citation-number": "13", "author": "Statistisches Bundesamt Wiesbaden", "title": "Fachserie 10 (Rechtspflege) Reihe 2.1, Tabelle 10", "date": "1978"}, {"citation-number": "14", "author": "Blankenburg/Sch\u00f6nholz; Rogowski", "date": "1979"}, {"citation-number": "15"}, {"citation-number": "16", "author": "Johnson", "date": "1979"}, {"citation-number": "17", "author": "Steinbach", "date": "1979"}, {"citation-number": "17", "author": "Blankenburg/Blankenburg/Morasch", "date": "1972"}, {"citation-number": "18", "title": "Projektbericht ,Rechtshilfebed\u00fcrfnisse sozial Schwacher", "author": "Blankenburg/Gorges/Reifner; Ticmann).", "date": "1980"}, {"citation-number": "19", "author": "Baumg\u00e4rtei", "date": "1976"}, {"citation-number": "20"}, {"citation-number": "21", "title": "Projektbericht Rechtsschutzversicherung", "author": "Blankenburg; Fiedler)", "date": "1980"}, {"citation-number": "22", "author": "Reifner/Gorges", "date": "1980"}, {"citation-number": "23", "author": "Reifner", "date": "1979"}, {"citation-number": "24", "author": "Carlin/Howard/Messinger", "date": "1967"}, {"citation-number": "25", "author": "Galanter", "date": "1974"}, {"citation-number": "25", "author": "Sarat", "date": "1976"}, {"citation-number": "26", "author": "Bender/Schumacher", "date": "1980"}, {"citation-number": "27", "author": "Steinbach", "date": "1979"}, {"citation-number": "27", "author": "Blankenburg/Blankenburg/Morasch", "date": "1972"}, {"citation-number": "28", "author": "Reifner", "date": "1978"}, {"citation-number": "29", "author": "Blankenburg/Sch\u00f6nholz; Rogowski", "date": "1979"}, {"citation-number": "30", "title": "Recht als gradualisiertes Konzept", "date": "1980"}, {"citation-number": "31", "author": "Steinbach", "date": "1979"}, {"citation-number": "31", "author": "Bender/Schumacher", "date": "1980"}, {"citation-number": "32", "author": "Wanner", "date": "1975"}, {"citation-number": "32", "author": "Bender/Schumacher", "date": "1980"}, {"citation-number": "32", "author": "Galanter", "date": "1974"}, {"citation-number": "32", "author": "Sarat", "date": "1976"}, {"citation-number": "33", "author": "Blankenburg/Sch\u00f6nholz; Rogowski", "date": "1979"}, {"citation-number": "34", "backref": "Ebenda"}, {"citation-number": "35", "author": "Luhmann", "date": "1969"}, {"citation-number": "36", "author": "Felstiner und Danzig/Lowy", "journal": "Law and Society Review", "date": "1974"}, {"author": "Baumg\u00e4rtei, Gottfried", "date": "1976", "title": "Gleicher Zugang zum Recht f\u00fcr alle"}, {"author": "Bender, Rolf und Rolf Schumacher", "date": "1980", "title": "Erfolgsbarrieren vor Gericht."}, {"author": "Black, Donald", "date": "1973", "title": "The Mobilization of Law", "journal": "Journal of Legal Studies"}, {"author": "Blankenburg, Erhard/Blankenburg, Viola/Morasch, Helmut", "date": "1972", "title": "Der lange Weg in die Berufung"}, {"editor": "in: Bender, Rolf (.)", "container-title": "Tatsachenforschung in der Justiz"}, {"author": "Blankenburg, Erhard", "date": "1976", "title": "Nichtkriminalisierung als Struktur und Routine"}, {"editor": "in: G\u00f6ppinger", "title": "Hans und G\u00fcnter Kaiser: Kriminologie und Strafverfahren"}, {"author": "Blankenburg, Erhard/Sessar, Klaus/Steffen, Wiebke", "date": "1978", "title": "Die Staatsanwaltschaft im Proze\u00df strafrechtlicher Sozialkontrolle"}, {"author": "Blankenburg, Erhard; Sch\u00f6nholz, Siegfried, unter Mitarbeit von Ralf Rogowski", "date": "1979", "title": "Zur Soziologie des Arbeitsgerichtsverfahrens"}, {"author": "Blankenburg, Erhard", "date": "1980", "title": "Recht als gradualisiertes Konzept"}, {"editor": "in: Blankenburg, Erhard; Klausa, Ekkehard und Hubert Rottleuthner (.)", "container-title": "Alternative Rechtsformen und Alternativen zum Recht"}, {"author": "Carlin, Jerome-, Jan Howard und Sheldon Messinger", "date": "1967", "title": "Civil Justice and the Poor"}, {"author": "Richard /Lowy, Michael", "date": "1974", "title": "Everday Disputes and Mediation in the United States: A Reply to Professor Felstiner", "journal": "Law and Society Review"}, {"author": "Feest, Johannes/Blankenburg, Erhard", "date": "1972", "title": "Die Definitionsmacht der Polizei"}, {"author": "Felstiner, William L. F", "date": "1974", "title": "Influences of Social Organization on Dispute processing", "journal": "Law and Society Review"}, {"author": "Felstiner, William L. F", "date": "1974", "title": "Avoidance as Dispute Processing: An Elaboration", "journal": "Law and Society Review"}, {"author": "Galanter, Marc", "date": "1974", "title": "Why the ,Haves* Come out Ahead: Speculations on the Limits of Legal Change", "journal": "Law and Society Review"}, {"author": "Geiger, Theodor", "date": "1964", "title": "Vorstudien zu einer Soziologie des Rechts"}, {"author": "Neuwied. Gessner, Volkmar", "date": "1976", "title": "Recht und Konflikt"}, {"author": "Hilden, Hartmut", "date": "1976", "title": "Rechtstatsachen im R\u00e4umungsstreit. Frankfurt/Main"}, {"author": "Johnson, Earl", "date": "1979", "title": "Thinking about Access: A Preliminary Typology of Possible Strategies"}, {"editor": "In: Cappelletti, Mauro und Bryant Garth (.)", "container-title": "Access to Justice"}, {"editor": "Milan und Alphen/ Rijn"}, {"author": "Koch, Hartmut", "date": "1975", "title": "Das Gerichtsverfahren als Konfliktl\u00f6sungsproze\u00df \u2014 Einstellung von Kl\u00e4gern und Beklagten zu Mietprozessen"}, {"author": "Luhmann, Niklas", "date": "1969", "title": "Legitimation durch Verfahren"}, {"author": "Luhmann, Niklas", "date": "1980", "title": "Kommunikation \u00fcber Recht in Interaktionssystemen"}, {"editor": "in: Blankenburg, Erhard; Klausa, Ekkehard und Hubert Rottleuthner (.)", "container-title": "Alternative Rechtsformen und Alternativen zum Recht"}, {"author": "Reifner, Udo", "date": "1978", "title": "Rechtshilfebed\u00fcrfnis und Verrechtlichung am Beispiel einer Berliner Mieterinitiative"}, {"author": "Reifner, Udo", "date": "1979", "title": "Gewerkschaftlicher Rechtsschutz \u2014 Geschichte des freigewerkschaftlichen Rechtsschutzes und der Rechtsberatung der Deutschen Arbeitsfront von 1894\u20141945"}, {"author": "Reifner, Udo und Irmela Gorges", "date": "1980", "title": "Alternativen der Rechtsberatung: Dienstleistung, F\u00fcrsorge und kollektive Selbsthilfe"}, {"editor": "in: Blankenburg, Erhard; Klausa, Ekkehard und Hubert Rottleuthner (.)", "container-title": "Alternative Rechtsformen und Alternativen zum Recht"}, {"author": "Sarat", "date": "1976", "title": "Alternatives in Dispute Processing in a Small Claim Court", "journal": "Law and Society Review"}, {"author": "Sch\u00f6nholz, Siegfried", "date": "1980", "title": "Arbeitsplatzsicherung oder Kompensation - Rechtliche Formen des Bestandsschutzes im Vergleich"}, {"editor": "in: Vereinigung f\u00fcr Rechtssoziologie (.)", "container-title": "Arbeitslosigkeit und Recht"}, {"author": "Steinbach, E", "date": "1979", "title": "GMD-Bericht, Manuskript. Gesellschaft f\u00fcr Mathematik und Datenverarbeitung"}, {"author": "Wanner, Craig", "date": "1975", "title": "The Public Ordering of Private Cases; Winning Civil Court Cases", "journal": "Law and Society Review"}]
\ No newline at end of file
+[
+  {
+    "citation-number": "1",
+    "author": "Geiger",
+    "date": "1964"
+  },
+  {
+    "citation-number": "2",
+    "author": "Feest/Blankenburg",
+    "date": "1972"
+  },
+  {
+    "citation-number": "2",
+    "author": "ich",
+    "title": "Nichtkriminalisierung als Struktur und Routine",
+    "date": "1976"
+  },
+  {
+    "citation-number": "3",
+    "author": "Peter MacNaughton-Smith und Richard Rosellen",
+    "title": "Bereitschaft zur Anzeigeerstattung",
+    "date": "1978"
+  },
+  {
+    "citation-number": "3",
+    "author": "Richard  Rosellen",
+    "title": "Private Verbrechenskontrolle \u2014 eine empirische Untersuchung zur Anzeigeerstattung",
+    "date": "1980"
+  },
+  {
+    "citation-number": "4",
+    "author": "Blankenburg/Sessar/Steffen",
+    "date": "1978"
+  },
+  {
+    "citation-number": "5",
+    "author": "Black",
+    "date": "1973"
+  },
+  {
+    "citation-number": "6",
+    "author": "Gessner",
+    "date": "1976"
+  },
+  {
+    "citation-number": "7",
+    "author": "Luhmann",
+    "date": "1980"
+  },
+  {
+    "citation-number": "8",
+    "author": "Gessner",
+    "date": "1976"
+  },
+  {
+    "citation-number": "9",
+    "author": "Sch\u00f6nholz",
+    "date": "1980"
+  },
+  {
+    "citation-number": "10",
+    "author": "Blankenburg/Sch\u00f6nholz; Rogowski",
+    "date": "1979"
+  },
+  {
+    "citation-number": "11",
+    "author": "Hilden",
+    "date": "1976"
+  },
+  {
+    "citation-number": "12",
+    "author": "Koch",
+    "date": "1975"
+  },
+  {
+    "citation-number": "13",
+    "author": "Statistisches Bundesamt Wiesbaden",
+    "title": "Fachserie 10 (Rechtspflege) Reihe 2.1, Tabelle 10",
+    "date": "1978"
+  },
+  {
+    "citation-number": "14",
+    "author": "Blankenburg/Sch\u00f6nholz; Rogowski",
+    "date": "1979"
+  },
+  {
+    "citation-number": "15"
+  },
+  {
+    "citation-number": "16",
+    "author": "Johnson",
+    "date": "1979"
+  },
+  {
+    "citation-number": "17",
+    "author": "Steinbach",
+    "date": "1979"
+  },
+  {
+    "citation-number": "17",
+    "author": "Blankenburg/Blankenburg/Morasch",
+    "date": "1972"
+  },
+  {
+    "citation-number": "18",
+    "title": "Projektbericht ,Rechtshilfebed\u00fcrfnisse sozial Schwacher",
+    "author": "Blankenburg/Gorges/Reifner; Ticmann).",
+    "date": "1980"
+  },
+  {
+    "citation-number": "19",
+    "author": "Baumg\u00e4rtei",
+    "date": "1976"
+  },
+  {
+    "citation-number": "20"
+  },
+  {
+    "citation-number": "21",
+    "title": "Projektbericht Rechtsschutzversicherung",
+    "author": "Blankenburg; Fiedler",
+    "date": "1980"
+  },
+  {
+    "citation-number": "22",
+    "author": "Reifner/Gorges",
+    "date": "1980"
+  },
+  {
+    "citation-number": "23",
+    "author": "Reifner",
+    "date": "1979"
+  },
+  {
+    "citation-number": "24",
+    "author": "Carlin/Howard/Messinger",
+    "date": "1967"
+  },
+  {
+    "citation-number": "25",
+    "author": "Galanter",
+    "date": "1974"
+  },
+  {
+    "citation-number": "25",
+    "author": "Sarat",
+    "date": "1976"
+  },
+  {
+    "citation-number": "26",
+    "author": "Bender/Schumacher",
+    "date": "1980"
+  },
+  {
+    "citation-number": "27",
+    "author": "Steinbach",
+    "date": "1979"
+  },
+  {
+    "citation-number": "27",
+    "author": "Blankenburg/Blankenburg/Morasch",
+    "date": "1972"
+  },
+  {
+    "citation-number": "28",
+    "author": "Reifner",
+    "date": "1978"
+  },
+  {
+    "citation-number": "29",
+    "author": "Blankenburg/Sch\u00f6nholz; Rogowski",
+    "date": "1979"
+  },
+  {
+    "citation-number": "30",
+    "title": "Recht als gradualisiertes Konzept",
+    "date": "1980"
+  },
+  {
+    "citation-number": "31",
+    "author": "Steinbach",
+    "date": "1979"
+  },
+  {
+    "citation-number": "31",
+    "author": "Bender/Schumacher",
+    "date": "1980"
+  },
+  {
+    "citation-number": "32",
+    "author": "Wanner",
+    "date": "1975"
+  },
+  {
+    "citation-number": "32",
+    "author": "Bender/Schumacher",
+    "date": "1980"
+  },
+  {
+    "citation-number": "32",
+    "author": "Galanter",
+    "date": "1974"
+  },
+  {
+    "citation-number": "32",
+    "author": "Sarat",
+    "date": "1976"
+  },
+  {
+    "citation-number": "33",
+    "author": "Blankenburg/Sch\u00f6nholz; Rogowski",
+    "date": "1979"
+  },
+  {
+    "citation-number": "34",
+    "backref": "Ebenda"
+  },
+  {
+    "citation-number": "35",
+    "author": "Luhmann",
+    "date": "1969"
+  },
+  {
+    "citation-number": "36",
+    "author": "Felstiner und Danzig/Lowy",
+    "journal": "Law and Society Review",
+    "date": "1974"
+  },
+  {
+    "author": "Baumg\u00e4rtei, Gottfried",
+    "date": "1976",
+    "title": "Gleicher Zugang zum Recht f\u00fcr alle"
+  },
+  {
+    "author": "Bender, Rolf und Rolf Schumacher",
+    "date": "1980",
+    "title": "Erfolgsbarrieren vor Gericht."
+  },
+  {
+    "author": "Black, Donald",
+    "date": "1973",
+    "title": "The Mobilization of Law",
+    "journal": "Journal of Legal Studies"
+  },
+  {
+    "author": "Blankenburg, Erhard/Blankenburg, Viola/Morasch, Helmut",
+    "date": "1972",
+    "title": "Der lange Weg in die Berufung"
+  },
+  {
+    "editor": "Bender, Rolf",
+    "container-title": "Tatsachenforschung in der Justiz"
+  },
+  {
+    "author": "Blankenburg, Erhard",
+    "date": "1976",
+    "title": "Nichtkriminalisierung als Struktur und Routine"
+  },
+  {
+    "editor": "G\u00f6ppger",
+    "title": "Hans und G\u00fcnter Kaiser: Kriminologie und Strafverfahren"
+  },
+  {
+    "author": "Blankenburg, Erhard/Sessar, Klaus/Steffen, Wiebke",
+    "date": "1978",
+    "title": "Die Staatsanwaltschaft im Proze\u00df strafrechtlicher Sozialkontrolle"
+  },
+  {
+    "author": "Blankenburg, Erhard; Sch\u00f6nholz, Siegfried, unter Mitarbeit von Ralf Rogowski",
+    "date": "1979",
+    "title": "Zur Soziologie des Arbeitsgerichtsverfahrens"
+  },
+  {
+    "author": "Blankenburg, Erhard",
+    "date": "1980",
+    "title": "Recht als gradualisiertes Konzept"
+  },
+  {
+    "editor": "Blankenburg, Erhard; Klausa, Ekkehard und Hubert Rottleuthner",
+    "container-title": "Alternative Rechtsformen und Alternativen zum Recht"
+  },
+  {
+    "author": "Carlin, Jerome-, Jan Howard und Sheldon Messinger",
+    "date": "1967",
+    "title": "Civil Justice and the Poor"
+  },
+  {
+    "author": "Richard /Lowy, Michael",
+    "date": "1974",
+    "title": "Everday Disputes and Mediation in the United States: A Reply to Professor Felstiner",
+    "journal": "Law and Society Review"
+  },
+  {
+    "author": "Feest, Johannes/Blankenburg, Erhard",
+    "date": "1972",
+    "title": "Die Definitionsmacht der Polizei"
+  },
+  {
+    "author": "Felstiner, William L. F",
+    "date": "1974",
+    "title": "Influences of Social Organization on Dispute processing",
+    "journal": "Law and Society Review"
+  },
+  {
+    "author": "Felstiner, William L. F",
+    "date": "1974",
+    "title": "Avoidance as Dispute Processing: An Elaboration",
+    "journal": "Law and Society Review"
+  },
+  {
+    "author": "Galanter, Marc",
+    "date": "1974",
+    "title": "Why the ,Haves* Come out Ahead: Speculations on the Limits of Legal Change",
+    "journal": "Law and Society Review"
+  },
+  {
+    "author": "Geiger, Theodor",
+    "date": "1964",
+    "title": "Vorstudien zu einer Soziologie des Rechts"
+  },
+  {
+    "author": "Neuwied. Gessner, Volkmar",
+    "date": "1976",
+    "title": "Recht und Konflikt"
+  },
+  {
+    "author": "Hilden, Hartmut",
+    "date": "1976",
+    "title": "Rechtstatsachen im R\u00e4umungsstreit. Frankfurt/Main"
+  },
+  {
+    "author": "Johnson, Earl",
+    "date": "1979",
+    "title": "Thinking about Access: A Preliminary Typology of Possible Strategies"
+  },
+  {
+    "editor": "Cappelletti, Mauro und Bryant Garth",
+    "container-title": "Access to Justice"
+  },
+  {
+    "editor": "Milan und Alphen/ Rijn"
+  },
+  {
+    "author": "Koch, Hartmut",
+    "date": "1975",
+    "title": "Das Gerichtsverfahren als Konfliktl\u00f6sungsproze\u00df \u2014 Einstellung von Kl\u00e4gern und Beklagten zu Mietprozessen"
+  },
+  {
+    "author": "Luhmann, Niklas",
+    "date": "1969",
+    "title": "Legitimation durch Verfahren"
+  },
+  {
+    "author": "Luhmann, Niklas",
+    "date": "1980",
+    "title": "Kommunikation \u00fcber Recht in Interaktionssystemen"
+  },
+  {
+    "editor": "Blankenburg, Erhard; Klausa, Ekkehard und Hubert Rottleuthner",
+    "container-title": "Alternative Rechtsformen und Alternativen zum Recht"
+  },
+  {
+    "author": "Reifner, Udo",
+    "date": "1978",
+    "title": "Rechtshilfebed\u00fcrfnis und Verrechtlichung am Beispiel einer Berliner Mieterinitiative"
+  },
+  {
+    "author": "Reifner, Udo",
+    "date": "1979",
+    "title": "Gewerkschaftlicher Rechtsschutz \u2014 Geschichte des freigewerkschaftlichen Rechtsschutzes und der Rechtsberatung der Deutschen Arbeitsfront von 1894\u20141945"
+  },
+  {
+    "author": "Reifner, Udo und Irmela Gorges",
+    "date": "1980",
+    "title": "Alternativen der Rechtsberatung: Dienstleistung, F\u00fcrsorge und kollektive Selbsthilfe"
+  },
+  {
+    "editor": "Blankenburg, Erhard; Klausa, Ekkehard und Hubert Rottleuthner",
+    "container-title": "Alternative Rechtsformen und Alternativen zum Recht"
+  },
+  {
+    "author": "Sarat",
+    "date": "1976",
+    "title": "Alternatives in Dispute Processing in a Small Claim Court",
+    "journal": "Law and Society Review"
+  },
+  {
+    "author": "Sch\u00f6nholz, Siegfried",
+    "date": "1980",
+    "title": "Arbeitsplatzsicherung oder Kompensation - Rechtliche Formen des Bestandsschutzes im Vergleich"
+  },
+  {
+    "editor": "Vereigung f\u00fcr Rechtssoziologie",
+    "container-title": "Arbeitslosigkeit und Recht"
+  },
+  {
+    "author": "Steinbach, E",
+    "date": "1979",
+    "title": "GMD-Bericht, Manuskript. Gesellschaft f\u00fcr Mathematik und Datenverarbeitung"
+  },
+  {
+    "author": "Wanner, Craig",
+    "date": "1975",
+    "title": "The Public Ordering of Private Cases; Winning Civil Court Cases",
+    "journal": "Law and Society Review"
+  }
+]
\ No newline at end of file
diff --git a/convert-anystyle-data/json/10.1515_zfrs-1980-0104.json b/convert-anystyle-data/json/10.1515_zfrs-1980-0104.json
index 24f8df23f4d070227471d44ca5989ffaaf1a28e6..9c2a4efd9d372dd90df5836d4f19228eb1583e45 100644
--- a/convert-anystyle-data/json/10.1515_zfrs-1980-0104.json
+++ b/convert-anystyle-data/json/10.1515_zfrs-1980-0104.json
@@ -1 +1,740 @@
-[{"editor": "Armer/Grimshaw (.)", "title": "Comparative Social ResearchMethodological Problems and Strategies", "date": "1973"}, {"editor": "Drobnig/ Rebbinder (.)", "title": "Rechtssoziologie und Rechtsvergleichung", "date": "1977"}, {"editor": "Rokkan (.)", "title": "Compa rative Research Across Cultures and Nations", "date": "1968"}, {"editor": "Rokkan/Verba/Viet/ Almasy (.)", "title": "Comparative Sutvey Analysis", "date": "1969"}, {"author": "Smelser,", "title": "Comparative Methods in the Social Sciences"}, {"author": "Englewood Cliffs, N. J", "date": "1976"}, {"editor": "Szalai/Petrella (.)", "title": "Cross National Comparative Survey Research", "date": "1977"}, {"editor": "Vallier (.)", "title": "Comparative Methods in Sociology", "date": "1971"}, {"author": "Zweigert/K\u00f6tz", "title": "Einf\u00fchrung in die Rechtsvergleichung", "date": "1971"}, {"citation-number": "1", "author": "Zweigert/K\u00f6tz"}, {"citation-number": "2", "author": "Rabel", "title": "Aufgabe und Notwendigkeit der Rechtsvergleichung", "date": "1925"}, {"citation-number": "2", "author": "Rabel", "title": "Gesammelte Aufs\u00e4tze", "editor": "Leser", "date": "1967"}, {"citation-number": "3", "author": "Drobnig/Rehbinder"}, {"citation-number": "4", "author": "R. Abel", "title": "Law Books and Books About Law", "journal": "Stanford Law Rev", "date": "1973"}, {"citation-number": "4", "author": "Benda-Beckmann", "title": "Einige Anmerkungen \u00fcber die Beziehung zwischen Rechtssoziologie und Rechtsvergleichung", "journal": "ZvglRW", "date": "1979"}, {"citation-number": "5", "author": "Carbonnier", "title": "L\u2019apport du droit compare \u00e4 la sociologie juridique", "container-title": "Livre du centenaire de la Societe de legislation comparee", "date": "1969"}, {"citation-number": "6", "author": "Carbonnier", "backref": "vorige N.) a.a.O"}, {"citation-number": "7", "author": "Nowak", "title": "The Strategy of Cross-National Survey Research for the Development of Social Theory", "editor": "in: Szalai/Petrella"}, {"citation-number": "7", "author": "Rose", "title": "Interkulturelle Forschung in der Rechtssoziologie", "editor": "in: Drobnig/Rehbinder"}, {"citation-number": "8", "author": "Wirsing", "title": "Probleme des interkulturellen Vergleichs in der Ethnologie", "journal": "Sociologus", "date": "1975"}, {"citation-number": "8", "author": "Poirier", "title": "Situation actuelle et Programme de travail de Techno logie juridique", "journal": "Rev. int. Sc. Soc", "date": "1970"}, {"citation-number": "9", "author": "Macaulay", "title": "Elegant Models, Empirical Pictures, and the Complexities of Contract", "journal": "Law & Soc. Rev", "date": "1977"}, {"citation-number": "10", "author": "Rose", "backref": "oben N. 7)"}, {"citation-number": "11", "author": "Grimshau", "title": "Comparative Sociology - In What Ways Different From Other Sociologies", "editor": "in: Armer/Grimshaw"}, {"citation-number": "11", "author": "Tomasson", "title": "Introduction; Comparative Sociology \u2014 The State of the Art", "editor": "in: Tomasson (.)", "container-title": "Comparative Studies in Sociology", "date": "1978"}, {"citation-number": "11", "author": "Rokkan/Verba/Viet/Almasy"}, {"citation-number": "11", "author": "Vallier"}, {"citation-number": "11", "author": "Almasy/Balandier/Delatte", "title": "Comparative Survey Analysis \u2014 An Annotated Bibliography 1967 \u2014 1973", "date": "1976"}, {"citation-number": "11", "author": "Marsh", "title": "Comparative Sociology", "date": "1967"}, {"citation-number": "12", "author": "Durkheim", "title": "Les r\u00e8gles de la methode sociologique", "date": "1977"}, {"citation-number": "13", "author": "Smelser"}, {"citation-number": "13", "author": "Payne", "title": "Comparative Sociology \u2014 Some Problems of Theory and Method", "journal": "Brit. J. Soc", "date": "1973"}, {"citation-number": "13", "author": "Eisenstadt", "title": "Social Institutions - Comparative Method", "journal": "International Encyclopedia of the Social Sciences", "date": "1968"}, {"citation-number": "14", "author": "Boesch/Eckensberger", "title": "Methodische Probleme des interkulturellen Vergleichs", "editor": "in: Graumann (.)", "container-title": "Handbuch der Psychologie", "date": "1969"}, {"citation-number": "14", "editor": "Naroll/Cohen (.)", "title": "A Handbook of Method in Cultural Anthropology", "date": "1973"}, {"citation-number": "14", "author": "Smelser"}, {"citation-number": "14", "author": "Wirsing", "backref": "oben N. 8)"}, {"citation-number": "15", "author": "Zelditch", "title": "Intelligible Comparisons", "editor": "in: Vallier"}, {"citation-number": "16", "author": "Carbonnier", "backref": "oben N. 5)"}, {"citation-number": "17", "author": "Zweigert", "title": "Die soziologische Dimension der Rechtsvergleichung", "editor": "in: Drobnig/Rebbinder"}, {"citation-number": "18", "author": "Merryman", "title": "Comparative Law and Scientific Explanation", "container-title": "Law in the United States of America in Social and Technological Revolution", "date": "1974"}, {"citation-number": "19", "author": "Carbonnier", "title": "Sociologie juridique", "date": "1972"}, {"citation-number": "20", "author": "Heidrich", "title": "H\u00f6chstrichterliche Rechtsprechung als Triebfehier sozialen Wandels", "date": "1972"}, {"citation-number": "21", "author": "Zweigert", "backref": "oben N. 17)"}, {"citation-number": "22", "author": "Kaiser", "title": "Strafrecht und vergleichende Kriminologie", "editor": "in: Kaiser/Vogler (.)", "container-title": "Strafrecht, Straf rechtsvergleichung", "date": "1975"}, {"citation-number": "22", "author": "Villmow/Albrecht", "title": "Die Vergleichung als Methode der Strafrechtswissenschaft und der Kriminologie", "journal": "MschrKrim", "date": "1979"}, {"citation-number": "23", "author": "K. H. Neumayer", "title": "Ziele und Methoden der Rechtsvergleichung", "container-title": "Recueil des travaux suisses pr\u00e9sent\u00e9s au IXe Congr\u00e8s international de droit compare", "date": "1976"}, {"citation-number": "24", "author": "Rehbinder", "title": "Erkenntnistheoretisches zum Verh\u00e4ltnis von Rechtssoziologie und Rechtsvergleichung", "editor": "in: Drobnig/Rehbinder"}, {"citation-number": "25", "author": "Merryman", "backref": "oben N. 18)"}, {"citation-number": "26", "author": "Heidrich", "title": "Sozialwissenschaftliche Aspekte der Rechtsvergleichung", "editor": "in: Drobnig/Rehbinder"}, {"citation-number": "27", "author": "Blankenburg", "title": "Patterns of Legal Culture as a Variable for the Chances of Legal Innovation", "editor": "in: Blankenburg (.)", "container-title": "innovations in the Legal Services", "date": "1980"}, {"citation-number": "28", "author": "Rehbinder", "backref": "oben N. 24)"}, {"citation-number": "29", "author": "R. Abel", "title": "Comparative Law and Social Theory", "date": "1978"}, {"citation-number": "30", "author": "Smelser"}, {"citation-number": "30", "author": "Kaiser", "backref": "oben N. 22)"}, {"citation-number": "30", "author": "Blazicek/Janeksela", "title": "Some Comments on Comparative Methodologies in Criminal Justice", "journal": "Int. J. Crim. Pen", "date": "1978"}, {"citation-number": "30", "author": "Merryman", "title": "Comparative Law and Social Change - On the Origins, Style, Decline and Revival of the Law and Development Movement", "journal": "Am. J. Comp. L", "date": "1977"}, {"citation-number": "31", "author": "Payne", "backref": "oben N. 13)"}, {"citation-number": "32", "author": "D\u00e4ubler", "title": "Systemvergleich im Arbeitsrecht? Vor\u00fcberlegungen zu einigen Methodenfragen", "journal": "Demokratie und Recht", "date": "1979"}, {"citation-number": "32", "author": "Zweigert/Puttfarken", "title": "Zur Vergleichbarkeit analoger Rechtsinstitute in verschiede nen Gesellschaftsordnungen", "editor": "in: Zweigert/Puttfarken (.)", "container-title": "Rechtsvergleichung", "date": "1978"}, {"citation-number": "33", "author": "Blankenburg", "title": "Task Contingencies and National Administrative Culture as Determinants for Labour Market Administration", "journal": "HM discussion papers", "date": "1978"}, {"citation-number": "34", "author": "Zweigert/K\u00f6tz"}, {"citation-number": "35", "author": "Armer", "title": "Methodology Problems and Possibilities in Comparative Research", "editor": "in: Armer/Grimsbaw"}, {"citation-number": "35", "author": "Smelser"}, {"citation-number": "35", "author": "Trommsdorf", "title": "M\u00f6glichkeiten und Probleme des Kulturvergleichs am Beispiel einer Agressionsstudie", "journal": "KZfSS", "date": "1978"}, {"citation-number": "36", "author": "Malewswka/Peyre", "title": "Juvenile Deliquency and Development", "editor": "in: Szalai/Petrella"}, {"citation-number": "37", "author": "Scheuch", "title": "The Cross-Cultural Use of Sample Surveys \u2014 Problems of Comparability", "editor": "in: Rokkan"}, {"citation-number": "37", "author": "Biervert", "title": "Der internationale Vergleich", "editor": "in: van Koolwiyk/Wieken-Mayser (.)", "container-title": "Techniken empirischer Sozialforschung", "date": "1975"}, {"citation-number": "38", "author": "Verba", "title": "The Uses of Survey Research in the Study of Comparative Politics \u2014 Issues and Strategies", "editor": "in: Rokkan/Verba/Viet/Almasy"}, {"citation-number": "39", "author": "Gessner", "title": "Soziologische \u00dcberlegungen zu einer Theorie der angewandten Rechtsvergleichung", "editor": "in: Drobnig/Rehbinder"}, {"citation-number": "40", "author": "Nowak", "backref": "oben N. 7)"}, {"citation-number": "41", "author": "Merton", "title": "Social Theory and Social Structure", "date": "1968"}, {"citation-number": "41", "author": "OECD", "title": "The OECD Social Indicator Development Programme - 1976 Progress Report on Phase II", "date": "1977"}, {"citation-number": "43", "author": "Rheinstein", "title": "Marriage Stability, Divorce, and the Law", "date": "1972"}, {"citation-number": "44", "author": "Abel", "backref": "oben N. 4)"}, {"citation-number": "44", "author": "HM-Paper", "title": "Die Messung von Mitbestimmungsnormen \u2014 Darstellung eines international vergleichenden Forschungsansatzes", "date": "1979"}, {"citation-number": "44", "author": "Scheuch", "backref": "oben N. 37)"}, {"citation-number": "45", "author": "Abel", "backref": "oben N. 4)"}, {"citation-number": "45", "author": "Constantinesco", "title": "Ideologie als determinierendes Ele ment zur Bildung der Rechtskreise", "journal": "Zeitschrift f\u00fcr Rechtsvergleichung", "date": "1978"}, {"citation-number": "46", "author": "Blankenburg", "backref": "oben N. 33)"}, {"citation-number": "47", "author": "Rose", "backref": "oben N. 7)"}, {"citation-number": "48", "author": "Benda-Beckmann", "backref": "oben N. 4)"}, {"citation-number": "48", "author": "Constantinesco", "title": "\u00dcber den Stil der \u201eStilthe orie\" in der Rechtsvergleichung", "journal": "ZvglRW", "date": "1979"}, {"citation-number": "48", "author": "Payne", "backref": "oben N. 13)"}, {"citation-number": "49", "author": "Zweigert/K\u00f6tz"}, {"citation-number": "50", "author": "Hofstede", "title": "Cultural Determinants of the Exercise of Power in a Hierarchy", "container-title": "European Institute for Advanced Studies in Management Working Paper", "date": "1977"}, {"citation-number": "50", "author": "D\u00e4ubler", "backref": "oben N. 32)"}, {"citation-number": "51", "author": "Zweigert/K\u00f6tz"}, {"citation-number": "51", "author": "Benda-Beckmann", "backref": "oben N. 4)"}, {"citation-number": "52", "author": "IDE-International Research Group", "title": "Industrial Democracy in Europe", "date": "1980"}, {"citation-number": "53", "author": "Zweigert/K\u00f6tz"}, {"citation-number": "54", "author": "IDE-International Research Group", "backref": "oben N. 52)"}, {"citation-number": "55", "author": "D\u00e4ubler", "backref": "oben N. 32)"}, {"citation-number": "56", "author": "Rheinstein", "title": "Die Rechtshonoratioren und ihr Einflu\u00df auf Charakter und Funk tion der Rechtsordnungen", "journal": "RabelsZ", "date": "1970"}, {"citation-number": "56", "author": "Bernstein", "title": "Rechtsstile und Rechtshono ratioren. Ein Beitrag zur Methode der Rechtsvergleichung", "journal": "RabelsZ", "date": "1970"}, {"citation-number": "57", "author": "Ruescbemeyer", "title": "Lawyers and their Societies -- A Comparative Analysis of the Legal Profession in Germany and the United States", "date": "1973"}, {"citation-number": "57", "author": "ders", "title": "The Legal Profession in Comparative Perspective", "editor": "in: H. M. Johnson", "container-title": "Social System and Legal Process", "date": "1978"}, {"citation-number": "58", "author": "Klausa", "title": "Politische Inhaltsanalyse von Rechtslehrertexten", "journal": "ZfS", "date": "1979"}, {"citation-number": "59", "author": "Nowak", "backref": "oben N. 7)"}, {"citation-number": "59", "author": "Smelser"}, {"citation-number": "60", "author": "Teune", "title": "Analysis and Interpretation in Cross-National Survey Research", "editor": "in: Szalai/Petrella"}, {"citation-number": "61", "author": "Nader/Todd", "title": "The Disputing Process \u2014 Law in Ten Societies", "date": "1978"}, {"citation-number": "62", "title": "Problem in der Kriminologie", "author": "Kaiser", "backref": "oben N. 22)"}, {"citation-number": "62", "author": "Blazicek/Janeksela", "backref": "oben N. 30)"}, {"citation-number": "63", "author": "Clinard", "title": "Comparative Crime Victimization Surveys \u2014 Some Problems and Results", "journal": "Int. J. Crim, and Pen", "date": "1978"}, {"citation-number": "64", "author": "Abel-Smith/Zander/Brooke", "title": "Legal Problems and the Citizen", "date": "1973"}, {"citation-number": "64", "author": "Rokumoto", "title": "Legal Problems and the Use of Law in Tokio and London - A Preliminary Study in International Comparison", "journal": "ZfS", "date": "1978"}, {"citation-number": "64", "author": "Schuyt/Groenendijk/Sloot", "title": "Rechtspro bleme oder private Schwierigkeiten \u2014 Die Inanspruchnahme von Rechtshilfe in den Nieder landen", "journal": "Jahrbuch f\u00fcr Rechtssoziologie und Rechtstheorie", "date": "1978"}, {"citation-number": "65", "author": "Podgdrecki", "title": "Comparative Studies on the Attitudes Towards Various Legal Systems", "journal": "Polish Sociological Bulletin", "date": "1970"}, {"citation-number": "65", "author": "Ziegen,", "title": "Zur Effek tivit\u00e4t der Rechtssoziologie: die Rekonstruktion der Gesellschaft durch Recht", "date": "1975"}, {"citation-number": "66", "author": "Podgdrecki", "title": "Legal Consciousness as a Research Problem", "journal": "European Yearbook in Law and Sociology  1977", "date": "1977"}, {"citation-number": "67", "author": "Kutchinsky", "title": "The Legal Consciousness\u201c: A Survey of Research on Knowledge and Opinion about Law", "editor": "in: Podgdrecki/Kaupen/van Houtte/Vinke/Kutchinsky", "container-title": "Knowledge and Opinion about Law", "date": "1973"}, {"citation-number": "68", "author": "Podgdrecki", "title": "Public Opinion on Law", "container-title": "Knowledge and Opinion about Law", "backref": "vorige N.)"}, {"citation-number": "69", "author": "Heintz", "title": "Interkultureller Vergleich", "editor": "in: K\u00f6nig (.)", "container-title": "Handbuch der empirischen Sozialfor schung", "date": "1974"}, {"citation-number": "70", "author": "Hegenbarth", "title": "\u00dcber methodische und organisatorische Grenzen der empirischen Rechts forschung in Entwicklungsl\u00e4ndern", "journal": "Informationsbrief f\u00fcr Rechtssoziologie", "date": "1979"}, {"citation-number": "71", "author": "Gessner", "title": "Recht und Konflikt \u2014 Eine soziologische Untersuchungprivatrechtlicher Konflikte in Mexiko", "date": "1976"}, {"citation-number": "72", "author": "Heintz", "backref": "oben N. 69)"}, {"citation-number": "73", "author": "Friday", "title": "Problems in Comparative Criminology", "journal": "Int. J. Crim", "date": "1973"}, {"citation-number": "74", "author": "Rokkan", "title": "Vergleichende Sozialwissenschaft", "date": "1972"}, {"citation-number": "74", "author": "IDE-International Research Group", "title": "The Organization and Execution of Cross-National Survey Research Projects", "editor": "in: Szalai/Petrella", "backref": "oben N. 52)"}, {"citation-number": "75", "author": "Blegvad", "title": "Methodological Aspects of the Project \u201eLocal Legal Systems", "editor": "in: Kulcs\u00e1r (.)", "container-title": "Sociology of Law and Legal Sciences", "date": "1977"}, {"citation-number": "76", "author": "Zweigert", "title": "Die kritische Wertung in der Rechtsvergleichung", "container-title": "Festschrift f\u00fcr Schmitthoff", "date": "1973"}, {"citation-number": "77", "author": "D\u00f6rner", "title": "Rechtstatsachenforschung und Gesetzgebung \u2014 Hinweise zur Entwicklung einer Gesetzgebungssoziologie in Frank reich", "journal": "Interview und Analyse", "date": "1979"}, {"citation-number": "78", "author": "Siehe Bryde", "title": "Recht und Konflikt \u2014 Mexiko und Afrika", "journal": "Verfassung und Recht in Obersee", "date": "1979"}]
\ No newline at end of file
+[
+  {
+    "editor": "Armer/Grimshaw",
+    "title": "Comparative Social ResearchMethodological Problems and Strategies",
+    "date": "1973"
+  },
+  {
+    "editor": "Drobnig/ Rebbder",
+    "title": "Rechtssoziologie und Rechtsvergleichung",
+    "date": "1977"
+  },
+  {
+    "editor": "Rokkan",
+    "title": "Compa rative Research Across Cultures and Nations",
+    "date": "1968"
+  },
+  {
+    "editor": "Rokkan/Verba/Viet/ Almasy",
+    "title": "Comparative Sutvey Analysis",
+    "date": "1969"
+  },
+  {
+    "author": "Smelser,",
+    "title": "Comparative Methods in the Social Sciences"
+  },
+  {
+    "author": "Englewood Cliffs, N. J",
+    "date": "1976"
+  },
+  {
+    "editor": "Szalai/Petrella",
+    "title": "Cross National Comparative Survey Research",
+    "date": "1977"
+  },
+  {
+    "editor": "Vallier",
+    "title": "Comparative Methods in Sociology",
+    "date": "1971"
+  },
+  {
+    "author": "Zweigert/K\u00f6tz",
+    "title": "Einf\u00fchrung in die Rechtsvergleichung",
+    "date": "1971"
+  },
+  {
+    "citation-number": "1",
+    "author": "Zweigert/K\u00f6tz"
+  },
+  {
+    "citation-number": "2",
+    "author": "Rabel",
+    "title": "Aufgabe und Notwendigkeit der Rechtsvergleichung",
+    "date": "1925"
+  },
+  {
+    "citation-number": "2",
+    "author": "Rabel",
+    "title": "Gesammelte Aufs\u00e4tze",
+    "editor": "Leser",
+    "date": "1967"
+  },
+  {
+    "citation-number": "3",
+    "author": "Drobnig/Rehbinder"
+  },
+  {
+    "citation-number": "4",
+    "author": "R. Abel",
+    "title": "Law Books and Books About Law",
+    "journal": "Stanford Law Rev",
+    "date": "1973"
+  },
+  {
+    "citation-number": "4",
+    "author": "Benda-Beckmann",
+    "title": "Einige Anmerkungen \u00fcber die Beziehung zwischen Rechtssoziologie und Rechtsvergleichung",
+    "journal": "ZvglRW",
+    "date": "1979"
+  },
+  {
+    "citation-number": "5",
+    "author": "Carbonnier",
+    "title": "L\u2019apport du droit compare \u00e4 la sociologie juridique",
+    "container-title": "Livre du centenaire de la Societe de legislation comparee",
+    "date": "1969"
+  },
+  {
+    "citation-number": "6",
+    "author": "Carbonnier",
+    "backref": "vorige N.) a.a.O"
+  },
+  {
+    "citation-number": "7",
+    "author": "Nowak",
+    "title": "The Strategy of Cross-National Survey Research for the Development of Social Theory",
+    "editor": "Szalai/Petrella"
+  },
+  {
+    "citation-number": "7",
+    "author": "Rose",
+    "title": "Interkulturelle Forschung in der Rechtssoziologie",
+    "editor": "Drobnig/Rehbder"
+  },
+  {
+    "citation-number": "8",
+    "author": "Wirsing",
+    "title": "Probleme des interkulturellen Vergleichs in der Ethnologie",
+    "journal": "Sociologus",
+    "date": "1975"
+  },
+  {
+    "citation-number": "8",
+    "author": "Poirier",
+    "title": "Situation actuelle et Programme de travail de Techno logie juridique",
+    "journal": "Rev. int. Sc. Soc",
+    "date": "1970"
+  },
+  {
+    "citation-number": "9",
+    "author": "Macaulay",
+    "title": "Elegant Models, Empirical Pictures, and the Complexities of Contract",
+    "journal": "Law & Soc. Rev",
+    "date": "1977"
+  },
+  {
+    "citation-number": "10",
+    "author": "Rose",
+    "backref": "oben N. 7"
+  },
+  {
+    "citation-number": "11",
+    "author": "Grimshau",
+    "title": "Comparative Sociology - In What Ways Different From Other Sociologies",
+    "editor": "Armer/Grimshaw"
+  },
+  {
+    "citation-number": "11",
+    "author": "Tomasson",
+    "title": "Introduction; Comparative Sociology \u2014 The State of the Art",
+    "editor": "Tomasson",
+    "container-title": "Comparative Studies in Sociology",
+    "date": "1978"
+  },
+  {
+    "citation-number": "11",
+    "author": "Rokkan/Verba/Viet/Almasy"
+  },
+  {
+    "citation-number": "11",
+    "author": "Vallier"
+  },
+  {
+    "citation-number": "11",
+    "author": "Almasy/Balandier/Delatte",
+    "title": "Comparative Survey Analysis \u2014 An Annotated Bibliography 1967 \u2014 1973",
+    "date": "1976"
+  },
+  {
+    "citation-number": "11",
+    "author": "Marsh",
+    "title": "Comparative Sociology",
+    "date": "1967"
+  },
+  {
+    "citation-number": "12",
+    "author": "Durkheim",
+    "title": "Les r\u00e8gles de la methode sociologique",
+    "date": "1977"
+  },
+  {
+    "citation-number": "13",
+    "author": "Smelser"
+  },
+  {
+    "citation-number": "13",
+    "author": "Payne",
+    "title": "Comparative Sociology \u2014 Some Problems of Theory and Method",
+    "journal": "Brit. J. Soc",
+    "date": "1973"
+  },
+  {
+    "citation-number": "13",
+    "author": "Eisenstadt",
+    "title": "Social Institutions - Comparative Method",
+    "journal": "International Encyclopedia of the Social Sciences",
+    "date": "1968"
+  },
+  {
+    "citation-number": "14",
+    "author": "Boesch/Eckensberger",
+    "title": "Methodische Probleme des interkulturellen Vergleichs",
+    "editor": "Graumann",
+    "container-title": "Handbuch der Psychologie",
+    "date": "1969"
+  },
+  {
+    "citation-number": "14",
+    "editor": "Naroll/Cohen",
+    "title": "A Handbook of Method in Cultural Anthropology",
+    "date": "1973"
+  },
+  {
+    "citation-number": "14",
+    "author": "Smelser"
+  },
+  {
+    "citation-number": "14",
+    "author": "Wirsing",
+    "backref": "oben N. 8"
+  },
+  {
+    "citation-number": "15",
+    "author": "Zelditch",
+    "title": "Intelligible Comparisons",
+    "editor": "Vallier"
+  },
+  {
+    "citation-number": "16",
+    "author": "Carbonnier",
+    "backref": "oben N. 5"
+  },
+  {
+    "citation-number": "17",
+    "author": "Zweigert",
+    "title": "Die soziologische Dimension der Rechtsvergleichung",
+    "editor": "Drobnig/Rebbder"
+  },
+  {
+    "citation-number": "18",
+    "author": "Merryman",
+    "title": "Comparative Law and Scientific Explanation",
+    "container-title": "Law in the United States of America in Social and Technological Revolution",
+    "date": "1974"
+  },
+  {
+    "citation-number": "19",
+    "author": "Carbonnier",
+    "title": "Sociologie juridique",
+    "date": "1972"
+  },
+  {
+    "citation-number": "20",
+    "author": "Heidrich",
+    "title": "H\u00f6chstrichterliche Rechtsprechung als Triebfehier sozialen Wandels",
+    "date": "1972"
+  },
+  {
+    "citation-number": "21",
+    "author": "Zweigert",
+    "backref": "oben N. 17"
+  },
+  {
+    "citation-number": "22",
+    "author": "Kaiser",
+    "title": "Strafrecht und vergleichende Kriminologie",
+    "editor": "Kaiser/Vogler",
+    "container-title": "Strafrecht, Straf rechtsvergleichung",
+    "date": "1975"
+  },
+  {
+    "citation-number": "22",
+    "author": "Villmow/Albrecht",
+    "title": "Die Vergleichung als Methode der Strafrechtswissenschaft und der Kriminologie",
+    "journal": "MschrKrim",
+    "date": "1979"
+  },
+  {
+    "citation-number": "23",
+    "author": "K. H. Neumayer",
+    "title": "Ziele und Methoden der Rechtsvergleichung",
+    "container-title": "Recueil des travaux suisses pr\u00e9sent\u00e9s au IXe Congr\u00e8s international de droit compare",
+    "date": "1976"
+  },
+  {
+    "citation-number": "24",
+    "author": "Rehbinder",
+    "title": "Erkenntnistheoretisches zum Verh\u00e4ltnis von Rechtssoziologie und Rechtsvergleichung",
+    "editor": "Drobnig/Rehbder"
+  },
+  {
+    "citation-number": "25",
+    "author": "Merryman",
+    "backref": "oben N. 18"
+  },
+  {
+    "citation-number": "26",
+    "author": "Heidrich",
+    "title": "Sozialwissenschaftliche Aspekte der Rechtsvergleichung",
+    "editor": "Drobnig/Rehbder"
+  },
+  {
+    "citation-number": "27",
+    "author": "Blankenburg",
+    "title": "Patterns of Legal Culture as a Variable for the Chances of Legal Innovation",
+    "editor": "Blankenburg",
+    "container-title": "innovations in the Legal Services",
+    "date": "1980"
+  },
+  {
+    "citation-number": "28",
+    "author": "Rehbinder",
+    "backref": "oben N. 24"
+  },
+  {
+    "citation-number": "29",
+    "author": "R. Abel",
+    "title": "Comparative Law and Social Theory",
+    "date": "1978"
+  },
+  {
+    "citation-number": "30",
+    "author": "Smelser"
+  },
+  {
+    "citation-number": "30",
+    "author": "Kaiser",
+    "backref": "oben N. 22"
+  },
+  {
+    "citation-number": "30",
+    "author": "Blazicek/Janeksela",
+    "title": "Some Comments on Comparative Methodologies in Criminal Justice",
+    "journal": "Int. J. Crim. Pen",
+    "date": "1978"
+  },
+  {
+    "citation-number": "30",
+    "author": "Merryman",
+    "title": "Comparative Law and Social Change - On the Origins, Style, Decline and Revival of the Law and Development Movement",
+    "journal": "Am. J. Comp. L",
+    "date": "1977"
+  },
+  {
+    "citation-number": "31",
+    "author": "Payne",
+    "backref": "oben N. 13"
+  },
+  {
+    "citation-number": "32",
+    "author": "D\u00e4ubler",
+    "title": "Systemvergleich im Arbeitsrecht? Vor\u00fcberlegungen zu einigen Methodenfragen",
+    "journal": "Demokratie und Recht",
+    "date": "1979"
+  },
+  {
+    "citation-number": "32",
+    "author": "Zweigert/Puttfarken",
+    "title": "Zur Vergleichbarkeit analoger Rechtsinstitute in verschiede nen Gesellschaftsordnungen",
+    "editor": "Zweigert/Puttfarken",
+    "container-title": "Rechtsvergleichung",
+    "date": "1978"
+  },
+  {
+    "citation-number": "33",
+    "author": "Blankenburg",
+    "title": "Task Contingencies and National Administrative Culture as Determinants for Labour Market Administration",
+    "journal": "HM discussion papers",
+    "date": "1978"
+  },
+  {
+    "citation-number": "34",
+    "author": "Zweigert/K\u00f6tz"
+  },
+  {
+    "citation-number": "35",
+    "author": "Armer",
+    "title": "Methodology Problems and Possibilities in Comparative Research",
+    "editor": "Armer/Grimsbaw"
+  },
+  {
+    "citation-number": "35",
+    "author": "Smelser"
+  },
+  {
+    "citation-number": "35",
+    "author": "Trommsdorf",
+    "title": "M\u00f6glichkeiten und Probleme des Kulturvergleichs am Beispiel einer Agressionsstudie",
+    "journal": "KZfSS",
+    "date": "1978"
+  },
+  {
+    "citation-number": "36",
+    "author": "Malewswka/Peyre",
+    "title": "Juvenile Deliquency and Development",
+    "editor": "Szalai/Petrella"
+  },
+  {
+    "citation-number": "37",
+    "author": "Scheuch",
+    "title": "The Cross-Cultural Use of Sample Surveys \u2014 Problems of Comparability",
+    "editor": "Rokkan"
+  },
+  {
+    "citation-number": "37",
+    "author": "Biervert",
+    "title": "Der internationale Vergleich",
+    "editor": "van Koolwiyk/Wieken-Mayser",
+    "container-title": "Techniken empirischer Sozialforschung",
+    "date": "1975"
+  },
+  {
+    "citation-number": "38",
+    "author": "Verba",
+    "title": "The Uses of Survey Research in the Study of Comparative Politics \u2014 Issues and Strategies",
+    "editor": "Rokkan/Verba/Viet/Almasy"
+  },
+  {
+    "citation-number": "39",
+    "author": "Gessner",
+    "title": "Soziologische \u00dcberlegungen zu einer Theorie der angewandten Rechtsvergleichung",
+    "editor": "Drobnig/Rehbder"
+  },
+  {
+    "citation-number": "40",
+    "author": "Nowak",
+    "backref": "oben N. 7"
+  },
+  {
+    "citation-number": "41",
+    "author": "Merton",
+    "title": "Social Theory and Social Structure",
+    "date": "1968"
+  },
+  {
+    "citation-number": "41",
+    "author": "OECD",
+    "title": "The OECD Social Indicator Development Programme - 1976 Progress Report on Phase II",
+    "date": "1977"
+  },
+  {
+    "citation-number": "43",
+    "author": "Rheinstein",
+    "title": "Marriage Stability, Divorce, and the Law",
+    "date": "1972"
+  },
+  {
+    "citation-number": "44",
+    "author": "Abel",
+    "backref": "oben N. 4"
+  },
+  {
+    "citation-number": "44",
+    "author": "HM-Paper",
+    "title": "Die Messung von Mitbestimmungsnormen \u2014 Darstellung eines international vergleichenden Forschungsansatzes",
+    "date": "1979"
+  },
+  {
+    "citation-number": "44",
+    "author": "Scheuch",
+    "backref": "oben N. 37"
+  },
+  {
+    "citation-number": "45",
+    "author": "Abel",
+    "backref": "oben N. 4"
+  },
+  {
+    "citation-number": "45",
+    "author": "Constantinesco",
+    "title": "Ideologie als determinierendes Ele ment zur Bildung der Rechtskreise",
+    "journal": "Zeitschrift f\u00fcr Rechtsvergleichung",
+    "date": "1978"
+  },
+  {
+    "citation-number": "46",
+    "author": "Blankenburg",
+    "backref": "oben N. 33"
+  },
+  {
+    "citation-number": "47",
+    "author": "Rose",
+    "backref": "oben N. 7"
+  },
+  {
+    "citation-number": "48",
+    "author": "Benda-Beckmann",
+    "backref": "oben N. 4"
+  },
+  {
+    "citation-number": "48",
+    "author": "Constantinesco",
+    "title": "\u00dcber den Stil der \u201eStilthe orie\" in der Rechtsvergleichung",
+    "journal": "ZvglRW",
+    "date": "1979"
+  },
+  {
+    "citation-number": "48",
+    "author": "Payne",
+    "backref": "oben N. 13"
+  },
+  {
+    "citation-number": "49",
+    "author": "Zweigert/K\u00f6tz"
+  },
+  {
+    "citation-number": "50",
+    "author": "Hofstede",
+    "title": "Cultural Determinants of the Exercise of Power in a Hierarchy",
+    "container-title": "European Institute for Advanced Studies in Management Working Paper",
+    "date": "1977"
+  },
+  {
+    "citation-number": "50",
+    "author": "D\u00e4ubler",
+    "backref": "oben N. 32"
+  },
+  {
+    "citation-number": "51",
+    "author": "Zweigert/K\u00f6tz"
+  },
+  {
+    "citation-number": "51",
+    "author": "Benda-Beckmann",
+    "backref": "oben N. 4"
+  },
+  {
+    "citation-number": "52",
+    "author": "IDE-International Research Group",
+    "title": "Industrial Democracy in Europe",
+    "date": "1980"
+  },
+  {
+    "citation-number": "53",
+    "author": "Zweigert/K\u00f6tz"
+  },
+  {
+    "citation-number": "54",
+    "author": "IDE-International Research Group",
+    "backref": "oben N. 52"
+  },
+  {
+    "citation-number": "55",
+    "author": "D\u00e4ubler",
+    "backref": "oben N. 32"
+  },
+  {
+    "citation-number": "56",
+    "author": "Rheinstein",
+    "title": "Die Rechtshonoratioren und ihr Einflu\u00df auf Charakter und Funk tion der Rechtsordnungen",
+    "journal": "RabelsZ",
+    "date": "1970"
+  },
+  {
+    "citation-number": "56",
+    "author": "Bernstein",
+    "title": "Rechtsstile und Rechtshonoratioren. Ein Beitrag zur Methode der Rechtsvergleichung",
+    "journal": "RabelsZ",
+    "date": "1970"
+  },
+  {
+    "citation-number": "57",
+    "author": "Ruescbemeyer",
+    "title": "Lawyers and their Societies -- A Comparative Analysis of the Legal Profession in Germany and the United States",
+    "date": "1973"
+  },
+  {
+    "citation-number": "57",
+    "author": "ders",
+    "title": "The Legal Profession in Comparative Perspective",
+    "editor": "H. M. Johnson",
+    "container-title": "Social System and Legal Process",
+    "date": "1978"
+  },
+  {
+    "citation-number": "58",
+    "author": "Klausa",
+    "title": "Politische Inhaltsanalyse von Rechtslehrertexten",
+    "journal": "ZfS",
+    "date": "1979"
+  },
+  {
+    "citation-number": "59",
+    "author": "Nowak",
+    "backref": "oben N. 7"
+  },
+  {
+    "citation-number": "59",
+    "author": "Smelser"
+  },
+  {
+    "citation-number": "60",
+    "author": "Teune",
+    "title": "Analysis and Interpretation in Cross-National Survey Research",
+    "editor": "Szalai/Petrella"
+  },
+  {
+    "citation-number": "61",
+    "author": "Nader/Todd",
+    "title": "The Disputing Process \u2014 Law in Ten Societies",
+    "date": "1978"
+  },
+  {
+    "citation-number": "62",
+    "title": "Problem in der Kriminologie",
+    "author": "Kaiser",
+    "backref": "oben N. 22"
+  },
+  {
+    "citation-number": "62",
+    "author": "Blazicek/Janeksela",
+    "backref": "oben N. 30"
+  },
+  {
+    "citation-number": "63",
+    "author": "Clinard",
+    "title": "Comparative Crime Victimization Surveys \u2014 Some Problems and Results",
+    "journal": "Int. J. Crim, and Pen",
+    "date": "1978"
+  },
+  {
+    "citation-number": "64",
+    "author": "Abel-Smith/Zander/Brooke",
+    "title": "Legal Problems and the Citizen",
+    "date": "1973"
+  },
+  {
+    "citation-number": "64",
+    "author": "Rokumoto",
+    "title": "Legal Problems and the Use of Law in Tokio and London - A Preliminary Study in International Comparison",
+    "journal": "ZfS",
+    "date": "1978"
+  },
+  {
+    "citation-number": "64",
+    "author": "Schuyt/Groenendijk/Sloot",
+    "title": "Rechtspro bleme oder private Schwierigkeiten \u2014 Die Inanspruchnahme von Rechtshilfe in den Nieder landen",
+    "journal": "Jahrbuch f\u00fcr Rechtssoziologie und Rechtstheorie",
+    "date": "1978"
+  },
+  {
+    "citation-number": "65",
+    "author": "Podgdrecki",
+    "title": "Comparative Studies on the Attitudes Towards Various Legal Systems",
+    "journal": "Polish Sociological Bulletin",
+    "date": "1970"
+  },
+  {
+    "citation-number": "65",
+    "author": "Ziegen,",
+    "title": "Zur Effek tivit\u00e4t der Rechtssoziologie: die Rekonstruktion der Gesellschaft durch Recht",
+    "date": "1975"
+  },
+  {
+    "citation-number": "66",
+    "author": "Podgdrecki",
+    "title": "Legal Consciousness as a Research Problem",
+    "journal": "European Yearbook in Law and Sociology  1977",
+    "date": "1977"
+  },
+  {
+    "citation-number": "67",
+    "author": "Kutchinsky",
+    "title": "The Legal Consciousness\u201c: A Survey of Research on Knowledge and Opinion about Law",
+    "editor": "Podgdrecki/Kaupen/van Houtte/Vke/Kutchsky",
+    "container-title": "Knowledge and Opinion about Law",
+    "date": "1973"
+  },
+  {
+    "citation-number": "68",
+    "author": "Podgdrecki",
+    "title": "Public Opinion on Law",
+    "container-title": "Knowledge and Opinion about Law",
+    "backref": "vorige N"
+  },
+  {
+    "citation-number": "69",
+    "author": "Heintz",
+    "title": "Interkultureller Vergleich",
+    "editor": "K\u00f6nig",
+    "container-title": "Handbuch der empirischen Sozialfor schung",
+    "date": "1974"
+  },
+  {
+    "citation-number": "70",
+    "author": "Hegenbarth",
+    "title": "\u00dcber methodische und organisatorische Grenzen der empirischen Rechts forschung in Entwicklungsl\u00e4ndern",
+    "journal": "Informationsbrief f\u00fcr Rechtssoziologie",
+    "date": "1979"
+  },
+  {
+    "citation-number": "71",
+    "author": "Gessner",
+    "title": "Recht und Konflikt \u2014 Eine soziologische Untersuchungprivatrechtlicher Konflikte in Mexiko",
+    "date": "1976"
+  },
+  {
+    "citation-number": "72",
+    "author": "Heintz",
+    "backref": "oben N. 69"
+  },
+  {
+    "citation-number": "73",
+    "author": "Friday",
+    "title": "Problems in Comparative Criminology",
+    "journal": "Int. J. Crim",
+    "date": "1973"
+  },
+  {
+    "citation-number": "74",
+    "author": "Rokkan",
+    "title": "Vergleichende Sozialwissenschaft",
+    "date": "1972"
+  },
+  {
+    "citation-number": "74",
+    "author": "IDE-International Research Group",
+    "title": "The Organization and Execution of Cross-National Survey Research Projects",
+    "editor": "Szalai/Petrella",
+    "backref": "oben N. 52"
+  },
+  {
+    "citation-number": "75",
+    "author": "Blegvad",
+    "title": "Methodological Aspects of the Project \u201eLocal Legal Systems",
+    "editor": "Kulcs\u00e1r",
+    "container-title": "Sociology of Law and Legal Sciences",
+    "date": "1977"
+  },
+  {
+    "citation-number": "76",
+    "author": "Zweigert",
+    "title": "Die kritische Wertung in der Rechtsvergleichung",
+    "container-title": "Festschrift f\u00fcr Schmitthoff",
+    "date": "1973"
+  },
+  {
+    "citation-number": "77",
+    "author": "D\u00f6rner",
+    "title": "Rechtstatsachenforschung und Gesetzgebung \u2014 Hinweise zur Entwicklung einer Gesetzgebungssoziologie in Frank reich",
+    "journal": "Interview und Analyse",
+    "date": "1979"
+  },
+  {
+    "citation-number": "78",
+    "author": "Siehe Bryde",
+    "title": "Recht und Konflikt \u2014 Mexiko und Afrika",
+    "journal": "Verfassung und Recht in Obersee",
+    "date": "1979"
+  }
+]
\ No newline at end of file
diff --git a/convert-anystyle-data/jsonl/10.1111_1467-6478.00057.jsonl b/convert-anystyle-data/jsonl/10.1111_1467-6478.00057.jsonl
index 475ed3f75f6722f7523a6463562ced89b76ce82b..46f4029c40d0e6d855cae642ea2e4d1183adbc2f 100644
--- a/convert-anystyle-data/jsonl/10.1111_1467-6478.00057.jsonl
+++ b/convert-anystyle-data/jsonl/10.1111_1467-6478.00057.jsonl
@@ -8,7 +8,7 @@
 {"in": "8 N. Fraser and L. Gordon, \u2018Civil Citizenship against Social Citizenship?\u2019 in id., p. 97.", "out": [{"citation-number": "8", "author": "N. Fraser and L. Gordon", "title": "Civil Citizenship against Social Citizenship", "backref": "in id"}]}
 {"in": "9 Vogel, id., p. 79. W. Blackstone, Commentaries (Facsimile of 1st. ed. of 1765\u201369, 1979) 442.", "out": [{"citation-number": "9", "author": "Vogel", "backref": "id.,"}, {"citation-number": "9", "author": "W. Blackstone", "title": "Commentaries", "date": "1979"}]}
 {"in": "11 Vogel, op. cit., n. 7, pp. 80\u20131.", "out": [{"citation-number": "11", "author": "Vogel", "backref": "op. cit., n. 7"}]}
-{"in": "12 F. Haug (ed.), Female Sexualization: A Collective Work of Memory (1987) 196.", "out": [{"citation-number": "12", "editor": "F. Haug ()", "title": "Female Sexualization: A Collective Work of Memory", "date": "1987"}]}
+{"in": "12 F. Haug (ed.), Female Sexualization: A Collective Work of Memory (1987) 196.", "out": [{"citation-number": "12", "editor": "F. Haug", "title": "Female Sexualization: A Collective Work of Memory", "date": "1987"}]}
 {"in": "13 A. Bottomley, \u2018Self and Subjectivities: Languages of Claim in Property Law\u2019 (1993) 20 J. of Law and Society 56, 61.", "out": [{"citation-number": "13", "author": "A. Bottomley", "title": "Self and Subjectivities: Languages of Claim in Property Law", "date": "1993", "journal": "J. of Law and Society"}]}
 {"in": "14 D. West, \u2018Power and Formation: New Foundations for a Radical Concept of Power\u2019 (1987)", "out": [{"citation-number": "14", "author": "D. West", "title": "Power and Formation: New Foundations for a Radical Concept of Power", "date": "1987"}]}
 {"in": "30 Inquiry 137, 145. Compare M. Foucault, Power/Knowledge: Selected Interviews and Other Writings 1972\u20131977, ed. C. Gordon (1980) 98.", "out": [{"citation-number": "30", "title": "Inquiry 137", "author": "M. Foucault"}, {"citation-number": "30", "title": "Power/Knowledge: Selected Interviews and Other Writings 1972\u20131977", "editor": "C. Gordon", "date": "1980"}]}
@@ -19,7 +19,7 @@
 {"in": "19 Staves postulates that the position was somewhat more complicated in that marriage, as a status, crumbled in response to contract ideology in the seventeenth century but, by the end of the eighteenth century, deeper patriarchal structures were re-imposed. See S. Staves, Married Women\u2019s Separate Property in England, 1660\u20131833 (1990) 4, 220.", "out": [{"citation-number": "19", "author": "S. Staves", "title": "Married Women\u2019s Separate Property in England, 1660\u20131833", "date": "1990"}]}
 {"in": "20 Siegel presents a valuable study of the changing norms of marriage in the context of wife beating. See R.B. Siegel, \u2018\u201cThe Rule of Love\u201d: Wife Beating as Prerogative and Privacy\u2019 (1996) 105 Yale Law J. 2117.", "out": [{"citation-number": "20", "author": "R.B. Siegel", "title": "The Rule of Love\u201d: Wife Beating as Prerogative and Privacy", "date": "1996", "journal": "Yale Law J"}]}
 {"in": "21 C. Pateman, The Sexual Contract (1988). For further analysis of the marriage contract, see K. O\u2019Donovan, Family Matters (1993), especially 43\u201359.", "out": [{"citation-number": "21", "author": "C. Pateman", "title": "The Sexual Contract", "date": "1988"}, {"citation-number": "21", "author": "K. O\u2019Donovan", "title": "Family Matters", "date": "1993"}]}
-{"in": "23 Crimes (Sexual Assault) Amendment Act 1981 (N.S.W.); Criminal Law Consolidation Act Amendment Act 1976 (S.A.); Criminal Code (Sexual Offences) Act 1987 (Tas.); Crimes (Sexual Offences) 1991 (Vic.); Acts Amendment (Sexual Assault) Act 1985 (W.A.). The High Court upheld the validity of the South Australian law in 1991 (see R. v. L. (1991) 103 A.L.R. 577), the same year that the House of Lords abolished the immunity ( see R. v. R. [1991] 2 All E.R. 257).", "out": [{"citation-number": "23", "legal-ref": "Crimes (Sexual Assault) Amendment Act", "date": "1981"}, {"citation-number": "23", "legal-ref": "Criminal Law Consolidation Act Amendment Act", "date": "1976"}, {"citation-number": "23", "legal-ref": "Criminal Code (Sexual Offences) Act", "date": "1987"}, {"citation-number": "23", "legal-ref": "Crimes (Sexual Offences)", "date": "1991"}, {"citation-number": "23", "legal-ref": "Acts Amendment (Sexual Assault) Act", "date": "1985"}, {"citation-number": "23", "legal-ref": "R. v. L", "date": "1991"}, {"citation-number": "23", "legal-ref": "103 A.L.R. 577)"}, {"citation-number": "23", "legal-ref": "R. v. R", "date": "1991", "journal": "All E.R"}, {"citation-number": "23", "legal-ref": "257)"}]}
+{"in": "23 Crimes (Sexual Assault) Amendment Act 1981 (N.S.W.); Criminal Law Consolidation Act Amendment Act 1976 (S.A.); Criminal Code (Sexual Offences) Act 1987 (Tas.); Crimes (Sexual Offences) 1991 (Vic.); Acts Amendment (Sexual Assault) Act 1985 (W.A.). The High Court upheld the validity of the South Australian law in 1991 (see R. v. L. (1991) 103 A.L.R. 577), the same year that the House of Lords abolished the immunity ( see R. v. R. [1991] 2 All E.R. 257).", "out": [{"citation-number": "23", "legal-ref": "Crimes (Sexual Assault) Amendment Act", "date": "1981"}, {"citation-number": "23", "legal-ref": "Criminal Law Consolidation Act Amendment Act", "date": "1976"}, {"citation-number": "23", "legal-ref": "Criminal Code (Sexual Offences) Act", "date": "1987"}, {"citation-number": "23", "legal-ref": "Crimes (Sexual Offences)", "date": "1991"}, {"citation-number": "23", "legal-ref": "Acts Amendment (Sexual Assault) Act", "date": "1985"}, {"citation-number": "23", "legal-ref": "R. v. L", "date": "1991"}, {"citation-number": "23", "legal-ref": "103 A.L.R. 577"}, {"citation-number": "23", "legal-ref": "R. v. R", "date": "1991", "journal": "All E.R"}, {"citation-number": "23", "legal-ref": "257"}]}
 {"in": "24 M. Freeman, \u2018Contracting in the Haven: Balfour v. Balfour Revisited\u2019 in Exploring the Boundaries of Contract, ed. R. Halson (1996) 74; R. Collier, Masculinity, Law and the Family (1995) 127 and throughout. See Collier further for a comprehensive study of sexuality in marriage.", "out": [{"citation-number": "24", "author": "M. Freeman", "title": "Contracting in the Haven: Balfour v. Balfour Revisited", "container-title": "Exploring the Boundaries of Contract", "editor": "R. Halson", "date": "1996"}, {"citation-number": "24", "author": "R. Collier", "title": "Masculinity, Law and the Family", "date": "1995"}, {"citation-number": "24", "author": "Collier"}]}
 {"in": "25 P.S. Atiyah, An Introduction to the Law of Contract (5th ed., 1995) 3.", "out": [{"citation-number": "25", "author": "P.S. Atiyah", "title": "An Introduction to the Law of Contract", "date": "1995"}]}
 {"in": "26 The Australian Law Reform Commission has addressed the issue and recommended recognition of prenuptial agreements. See A.L.R.C., Matrimonial Property, report no. 37 (1987); A.L.R.C., Report of the Joint Select Committee on Certain Aspects of the Operation and Interpretation of the Family Law Act (1992). For critique, see M. Neave, \u2018Private Ordering in Family Law \u2013 Will Women Benefit?\u2019 in Thornton, op. cit., n. 4. For a feminist critique of contract in the American context, see C. Dalton, \u2018An Essay in the Deconstruction of Contract Doctrine\u2019 (1985) 94 Yale Law J. 997.", "out": [{"citation-number": "26", "title": "A.L.R.C., Matrimonial Property", "journal": "report no. 37", "date": "1987"}, {"citation-number": "26", "author": "A.L.R.C", "title": "Report of the Joint Select Committee on Certain Aspects of the Operation and Interpretation of the Family Law Act", "date": "1992"}, {"citation-number": "26", "author": "M. Neave", "title": "Private Ordering in Family Law \u2013 Will Women Benefit", "container-title": "Thornton", "backref": "op. cit., n. 4"}, {"citation-number": "26", "author": "C. Dalton", "title": "An Essay in the Deconstruction of Contract Doctrine", "date": "1985", "journal": "Yale Law J"}]}
@@ -35,7 +35,7 @@
 {"in": "36 Compare J. Pahl, Money and Marriage (1989) 5.", "out": [{"citation-number": "36", "author": "J. Pahl", "title": "Money and Marriage", "date": "1989"}]}
 {"in": "37 Although Australia, like the United Kingdom, has a separate property regime, the courts are endowed with broad powers under the Family Law Act 1975 (Cwth.) to distribute property equitably. For detailed treatment, see S. Parker, P. Parkinson, and J. Behrens, Australian Family Law in Context: Commentary and Materials (1994). Most civil law countries and most American states have developed community property regimes which recognize the joint ownership of property acquired during marriage, but the legal significance is similarly directed to the time of divorce. For discussion of the position during marriage, see J.T. Oldham, \u2018Management of the Community Estate during an Intact Marriage\u2019 (1993) 56 Law and Contemporary Problems 99. For a discussion of the genesis of the two systems, see C. Donahue, Jr., \u2018What Causes Fundamental Legal Ideas? Marital Property in England and France in the Thirteenth Century\u2019 (1979) 78 Michigan Law Rev. 59.", "out": [{"citation-number": "37", "author": "Although"}, {"citation-number": "37", "author": "S. Parker, P. Parkinson, and J. Behrens", "title": "Australian Family Law in Context: Commentary and Materials", "date": "1994"}, {"citation-number": "37", "author": "J.T. Oldham", "title": "Management of the Community Estate during an Intact Marriage", "date": "1993", "journal": "Law and Contemporary Problems"}, {"citation-number": "37", "author": "C. Donahue, Jr", "title": "What Causes Fundamental Legal Ideas? Marital Property in England and France in the Thirteenth Century", "date": "1979", "journal": "Michigan Law Rev"}]}
 {"in": "38 The legal construction of masculinity and femininity in family law has been the subject of recent scholarly interest. Notable examples are O\u2019Donovan, op. cit., n. 21 and Collier, op. cit., n. 24.", "out": [{"citation-number": "38", "author": "O\u2019Donovan", "backref": "op. cit., n. 21"}, {"citation-number": "38", "author": "Collier", "backref": "op. cit., n. 24"}]}
-{"in": "39 For discussion of sex and legal subjecthood, see N. Naffine \u2018Sexing the Subject (of Law)\u2019 in Thornton , op. cit. (1995), n. 4.", "out": [{"citation-number": "39", "author": "N. Naffine", "title": "Sexing the Subject (of Law)", "editor": "in Thornton", "backref": "op. cit", "date": "1995"}, {"citation-number": "39", "backref": "n. 4"}]}
+{"in": "39 For discussion of sex and legal subjecthood, see N. Naffine \u2018Sexing the Subject (of Law)\u2019 in Thornton , op. cit. (1995), n. 4.", "out": [{"citation-number": "39", "author": "N. Naffine", "title": "Sexing the Subject (of Law)", "editor": "Thornton", "backref": "op. cit", "date": "1995"}, {"citation-number": "39", "backref": "n. 4"}]}
 {"in": "40 Contracts Review Act 1980 (N.S.W.).", "out": [{"citation-number": "40", "journal": "Contracts Review Act", "date": "1980"}]}
 {"in": "41 J. Nedelsky, Private Property and the Limits of American Constitutionalism: The Madisonian Framework and its Legacy (1990) especially 223 ff.", "out": [{"citation-number": "41", "author": "J. Nedelsky", "title": "Private Property and the Limits of American Constitutionalism: The Madisonian Framework and its Legacy", "date": "1990"}]}
 {"in": "42 C.B. Macpherson, Democratic Theory: Essays in Retrieval (1973) 120.", "out": [{"citation-number": "42", "author": "C.B. Macpherson", "title": "Democratic Theory: Essays in Retrieval", "date": "1973"}]}
diff --git a/convert-anystyle-data/jsonl/10.1111_1467-6478.00080.jsonl b/convert-anystyle-data/jsonl/10.1111_1467-6478.00080.jsonl
index ee9284bd5c4d39b01df6d8b350e294d2b2ba332c..bcd466d9b7726150627862873124883301887ab6 100644
--- a/convert-anystyle-data/jsonl/10.1111_1467-6478.00080.jsonl
+++ b/convert-anystyle-data/jsonl/10.1111_1467-6478.00080.jsonl
@@ -5,8 +5,8 @@
 {"in": "7 B. Hepple, \u2018The Renewal of the Liberal Law Degree\u2019 (1996) Cambridge Law J. 470, at 485 and 481.", "out": [{"citation-number": "7", "author": "B. Hepple", "title": "The Renewal of the Liberal Law Degree", "date": "1996", "journal": "Cambridge Law J"}]}
 {"in": "8 P.A. Thomas, \u2018Introduction\u2019 in Socio-Legal Studies, ed. P.A. Thomas (1997) 19.", "out": [{"citation-number": "8", "author": "P.A. Thomas", "title": "Introduction", "container-title": "Socio-Legal Studies", "editor": "P.A. Thomas", "date": "1997"}]}
 {"in": "9 R. Cotterrell, Law\u2019s Community (1995) 296.", "out": [{"citation-number": "9", "author": "R. Cotterrell", "title": "Law\u2019s Community", "date": "1995"}]}
-{"in": "10 Socio-legal studies has been defined in many different ways. In this essay the term is taken to indicate the use of ideas \u2018from other disciplines primarily but not exclusively from within the social science and humanities fields\u2019. S. Wheeler, \u2018Company Law\u2019 in Thomas, op. cit., n. 8, at p. 285.", "out": [{"citation-number": "10", "author": "S. Wheeler", "title": "Company Law", "editor": "in Thomas", "backref": "op. cit., n. 8"}]}
-{"in": "11 Some fail wholly. It is difficult to see any effect on academic legal education that resulted from Lady Marre\u2019s report A Time for Change (1988). The Jarratt report on universities produced for the Committee of Vice-Chancellors and Principals (CVCP), Report of the Steering Committee for Efficiency studies in Universities (1988), produced much comment but little action. Even those that are thought of as being a success are not wholly implemented. Despite Ormrod\u2019s recommendations no Institute of Profesional Legal Studies was set up and the universities and colleges of higher education did not take sole responsibility for vocational legal training (Report of the Committee on Legal Education (1971; Cmnd 4595) ch. 9, recs. 40 and 23). There were also other recommendations that were not implemented. The Robbins report on higher education, Higher Education (1963; Cmnd. 2154) took it is axiomatic that \u2018courses of higher education should be available for all those who are qualified by ability and attainment to pursue them and wish to do so\u2019 (para. 31). This has yet to happen.", "out": [{"citation-number": "11", "author": "Lady Marre\u2019s", "title": "report A Time for Change", "date": "1988"}, {"citation-number": "11", "date": "1988", "title": "Report of the Committee on Legal Education"}, {"citation-number": "11", "date": "1971"}, {"citation-number": "11", "legal-ref": "Cmnd 4595)", "title": "The Robbins report on higher education, Higher Education", "date": "1963"}, {"citation-number": "11", "legal-ref": "Cmnd. 2154)"}]}
+{"in": "10 Socio-legal studies has been defined in many different ways. In this essay the term is taken to indicate the use of ideas \u2018from other disciplines primarily but not exclusively from within the social science and humanities fields\u2019. S. Wheeler, \u2018Company Law\u2019 in Thomas, op. cit., n. 8, at p. 285.", "out": [{"citation-number": "10", "author": "S. Wheeler", "title": "Company Law", "editor": "Thomas", "backref": "op. cit., n. 8"}]}
+{"in": "11 Some fail wholly. It is difficult to see any effect on academic legal education that resulted from Lady Marre\u2019s report A Time for Change (1988). The Jarratt report on universities produced for the Committee of Vice-Chancellors and Principals (CVCP), Report of the Steering Committee for Efficiency studies in Universities (1988), produced much comment but little action. Even those that are thought of as being a success are not wholly implemented. Despite Ormrod\u2019s recommendations no Institute of Profesional Legal Studies was set up and the universities and colleges of higher education did not take sole responsibility for vocational legal training (Report of the Committee on Legal Education (1971; Cmnd 4595) ch. 9, recs. 40 and 23). There were also other recommendations that were not implemented. The Robbins report on higher education, Higher Education (1963; Cmnd. 2154) took it is axiomatic that \u2018courses of higher education should be available for all those who are qualified by ability and attainment to pursue them and wish to do so\u2019 (para. 31). This has yet to happen.", "out": [{"citation-number": "11", "author": "Lady Marre\u2019s", "title": "report A Time for Change", "date": "1988"}, {"citation-number": "11", "date": "1988", "title": "Report of the Committee on Legal Education"}, {"citation-number": "11", "date": "1971"}, {"citation-number": "11", "legal-ref": "Cmnd 4595)", "title": "The Robbins report on higher education, Higher Education", "date": "1963"}, {"citation-number": "11", "legal-ref": "Cmnd. 2154"}]}
 {"in": "12 National Committee of Inquiry into Higher Education, Higher Education in the learning society (1997) (the Dearing report); ACLEC, First Report on Legal Education and Training (1996). The Government\u2019s White Paper on further and higher education had not been published at the time of writing this essay. 13 ACLEC, id., para 4.6.", "out": [{"citation-number": "12", "author": "National Committee of Inquiry into Higher Education", "title": "Higher Education in the learning society", "date": "1997"}, {"citation-number": "12", "author": "ACLEC", "title": "First Report on Legal Education and Training", "date": "1996"}, {"citation-number": "13", "author": "ACLEC", "backref": "id"}]}
 {"in": "14 ACLEC\u2019s proposal is part of an historical process which has gradually seen English university law schools distance themselves from the legal professions and the legal professions propose decreasing degrees of control over the content of law degrees. (See A. Bradney and F. Cownie, \u2018Working on the Chain Gang?\u2019 (1996) 2 Contemporary Issues in Law 15, at 24\u20136).", "out": [{"citation-number": "14", "author": "A. Bradney and F. Cownie", "title": "Working on the Chain Gang", "date": "1996", "journal": "Contemporary Issues in Law"}]}
 {"in": "15 J. MacFarlane, M. Jeeves, and A. Boon, \u2018Education for Life or for Work?\u2019 (1987) 137 New Law J. 835, at 836.", "out": [{"citation-number": "15", "author": "J. MacFarlane, M. Jeeves, and A. Boon", "title": "Education for Life or for Work", "date": "1987", "journal": "New Law J"}]}
@@ -18,7 +18,7 @@
 {"in": "21 See, further, A. Bradney, \u2018Liberalising Legal Education\u2019 in The Law School: Global Issues, Local Questions, ed. F. Cownie (forthcoming).", "out": [{"citation-number": "21", "author": "A. Bradney", "title": "Liberalising Legal Education", "container-title": "The Law School: Global Issues, Local Questions"}]}
 {"in": "22 P. Goodrich, \u2018 Of Blackstone\u2019s Tower: Metephors of Distance and Histories of the English Law School\u2019 in Birks, op. cit., n. 1, p. 59. 23 S. Turow, One L (1977) 106.", "out": [{"citation-number": "22", "author": "P. Goodrich,", "title": "Of Blackstone\u2019s Tower: Metephors of Distance and Histories of the English Law School", "backref": "in Birks, op. cit., n. 1", "journal": "S. Turow, One L", "date": "1977"}]}
 {"in": "24 O. Kahn-Freund, \u2018Reflections on Legal Education\u2019 (1966) 29 Modern Law Rev. 121, at 129.", "out": [{"citation-number": "24", "author": "O. Kahn-Freund", "title": "Reflections on Legal Education", "date": "1966", "journal": "Modern Law Rev"}]}
-{"in": "25 Kahn-Freund believed ... legal argument (Kahn-Freund, id.).", "out": [{"citation-number": "25", "author": "Kahn-Freund", "backref": "id.)"}]}
+{"in": "25 Kahn-Freund believed ... legal argument (Kahn-Freund, id.).", "out": [{"citation-number": "25", "author": "Kahn-Freund", "backref": "id"}]}
 {"in": "26 Leavis, op. cit., n. 20, p. 120.", "out": [{"citation-number": "26", "author": "Leavis", "backref": "op. cit., n. 20"}]}
 {"in": "29 Leavis has, of course, been widely criticized for the cultural and gender assumptions that lie behind his selection of material to be studied. (See, for example, M. King, The New English Literatures (1980) at 216\u201317.) Whatever the accuracy of these criticisms, they are criticisms of the application of the method rather than the method itself.", "out": [{"citation-number": "29", "author": "M. King", "title": "The New English Literatures", "date": "1980"}]}
 {"in": "30 Jurisprudence by Sir John Salmond, ed. G. Willliams (10th ed., 1947) at 256 and 257.", "out": [{"citation-number": "30", "title": "Jurisprudence by Sir John Salmond", "editor": "G. Willliams (10th", "date": "1947"}]}
diff --git a/convert-anystyle-data/jsonl/10.1515_zfrs-1980-0103.jsonl b/convert-anystyle-data/jsonl/10.1515_zfrs-1980-0103.jsonl
index fff80e407362e1d1109541695c11ad5ba863de0b..ec7aaf7a77d95e2065497725f2208511fbf292fc 100644
--- a/convert-anystyle-data/jsonl/10.1515_zfrs-1980-0103.jsonl
+++ b/convert-anystyle-data/jsonl/10.1515_zfrs-1980-0103.jsonl
@@ -18,7 +18,7 @@
 {"in": "18 Projektbericht ,Rechtshilfebed\u00fcrfnisse sozial Schwacher*, (Blankenburg/Gorges/Reifner; Ticmann). Befragt  wurden im Januar bis M\u00e4rz 1979 je eine Person in 835 Haushalten Westberlins. Ver\u00f6ffentlichung ist vorgesehen f\u00fcr Ende 1980. Quelle: Eigene Befragung in West-Berlin 1979, Zufallsauswahl aus allen Haushalten mit Deutschen. Mehrfachnennungen, % jeweils bezogen auf Personen, die im jeweiligen Bereich ein Problem nennen.", "out": [{"citation-number": "18", "title": "Projektbericht ,Rechtshilfebed\u00fcrfnisse sozial Schwacher", "author": "Blankenburg/Gorges/Reifner; Ticmann).", "date": "1980"}]}
 {"in": "19 Explizit bei Baumg\u00e4rtei 1976, S. 113-128.", "out": [{"citation-number": "19", "author": "Baumg\u00e4rtei", "date": "1976"}]}
 {"in": "20 Laut einer GMD-Erhebung aus der Z\u00e4hlkartenstatistik wurde in Baden-W\u00fcrttemberg 1978 in", "out": [{"citation-number": "20"}]}
-{"in": "21 Projektbericht Rechtsschutzversicherung*. (Blankenburg; Fiedler), Ver\u00f6ffentlichung voraussichtlich Mitte 1980.", "out": [{"citation-number": "21", "title": "Projektbericht Rechtsschutzversicherung", "author": "Blankenburg; Fiedler)", "date": "1980"}]}
+{"in": "21 Projektbericht Rechtsschutzversicherung*. (Blankenburg; Fiedler), Ver\u00f6ffentlichung voraussichtlich Mitte 1980.", "out": [{"citation-number": "21", "title": "Projektbericht Rechtsschutzversicherung", "author": "Blankenburg; Fiedler", "date": "1980"}]}
 {"in": "22 Vgl. auch Reifner/Gorges 1980.", "out": [{"citation-number": "22", "author": "Reifner/Gorges", "date": "1980"}]}
 {"in": "23 Reifner 1979.", "out": [{"citation-number": "23", "author": "Reifner", "date": "1979"}]}
 {"in": "24 Klassisch bei Carlin/Howard/Messinger 1967.", "out": [{"citation-number": "24", "author": "Carlin/Howard/Messinger", "date": "1967"}]}
@@ -36,11 +36,11 @@
 {"in": "36 F\u00fcr eine \u00fcberaus positive Bewertung des .Vermeidens1 vgl. Felstiner und Danzig/Lowy in Law and Society Review, vol. 9, 1974/75.", "out": [{"citation-number": "36", "author": "Felstiner und Danzig/Lowy", "journal": "Law and Society Review", "date": "1974"}]}
 {"in": "Baumg\u00e4rtei, Gottfried, 1976: Gleicher Zugang zum Recht f\u00fcr alle. K\u00f6ln.", "out": [{"author": "Baumg\u00e4rtei, Gottfried", "date": "1976", "title": "Gleicher Zugang zum Recht f\u00fcr alle"}]}
 {"in": "Bender, Rolf und Rolf Schumacher, 1980: Erfolgsbarrieren vor Gericht. T\u00fcbingen. Black, Donald, 1973: The Mobilization of Law, in: Journal of Legal Studies 2.", "out": [{"author": "Bender, Rolf und Rolf Schumacher", "date": "1980", "title": "Erfolgsbarrieren vor Gericht."}, {"author": "Black, Donald", "date": "1973", "title": "The Mobilization of Law", "journal": "Journal of Legal Studies"}]}
-{"in": "Blankenburg, Erhard/Blankenburg, Viola/Morasch, Helmut, 1972: Der lange Weg in die Berufung, in: Bender, Rolf (Hrsg.): Tatsachenforschung in der Justiz. T\u00fcbingen.", "out": [{"author": "Blankenburg, Erhard/Blankenburg, Viola/Morasch, Helmut", "date": "1972", "title": "Der lange Weg in die Berufung"}, {"editor": "in: Bender, Rolf (.)", "container-title": "Tatsachenforschung in der Justiz"}]}
-{"in": "Blankenburg, Erhard, 1976: Nichtkriminalisierung als Struktur und Routine, in: G\u00f6ppinger, Hans und G\u00fcnter Kaiser: Kriminologie und Strafverfahren. Stuttgart.", "out": [{"author": "Blankenburg, Erhard", "date": "1976", "title": "Nichtkriminalisierung als Struktur und Routine"}, {"editor": "in: G\u00f6ppinger", "title": "Hans und G\u00fcnter Kaiser: Kriminologie und Strafverfahren"}]}
+{"in": "Blankenburg, Erhard/Blankenburg, Viola/Morasch, Helmut, 1972: Der lange Weg in die Berufung, in: Bender, Rolf (Hrsg.): Tatsachenforschung in der Justiz. T\u00fcbingen.", "out": [{"author": "Blankenburg, Erhard/Blankenburg, Viola/Morasch, Helmut", "date": "1972", "title": "Der lange Weg in die Berufung"}, {"editor": "Bender, Rolf", "container-title": "Tatsachenforschung in der Justiz"}]}
+{"in": "Blankenburg, Erhard, 1976: Nichtkriminalisierung als Struktur und Routine, in: G\u00f6ppinger, Hans und G\u00fcnter Kaiser: Kriminologie und Strafverfahren. Stuttgart.", "out": [{"author": "Blankenburg, Erhard", "date": "1976", "title": "Nichtkriminalisierung als Struktur und Routine"}, {"editor": "G\u00f6ppger", "title": "Hans und G\u00fcnter Kaiser: Kriminologie und Strafverfahren"}]}
 {"in": "Blankenburg, Erhard/Sessar, Klaus/Steffen, Wiebke, 1978: Die Staatsanwaltschaft im Proze\u00df strafrechtlicher Sozialkontrolle. Berlin.", "out": [{"author": "Blankenburg, Erhard/Sessar, Klaus/Steffen, Wiebke", "date": "1978", "title": "Die Staatsanwaltschaft im Proze\u00df strafrechtlicher Sozialkontrolle"}]}
 {"in": "Blankenburg, Erhard; Sch\u00f6nholz, Siegfried, unter Mitarbeit von Ralf Rogowski, 1979: Zur Soziologie des Arbeitsgerichtsverfahrens. Neuwied und Darmstadt.", "out": [{"author": "Blankenburg, Erhard; Sch\u00f6nholz, Siegfried, unter Mitarbeit von Ralf Rogowski", "date": "1979", "title": "Zur Soziologie des Arbeitsgerichtsverfahrens"}]}
-{"in": "Blankenburg, Erhard, 1980: Recht als gradualisiertes Konzept, in: Blankenburg, Erhard; Klausa, Ekkehard und Hubert Rottleuthner (Hrsg.): Alternative Rechtsformen und Alternativen zum Recht, Jahrbuch f\u00fcr Rechtssoziologie und Rechtstheorie Bd. 6. Opladen.", "out": [{"author": "Blankenburg, Erhard", "date": "1980", "title": "Recht als gradualisiertes Konzept"}, {"editor": "in: Blankenburg, Erhard; Klausa, Ekkehard und Hubert Rottleuthner (.)", "container-title": "Alternative Rechtsformen und Alternativen zum Recht"}]}
+{"in": "Blankenburg, Erhard, 1980: Recht als gradualisiertes Konzept, in: Blankenburg, Erhard; Klausa, Ekkehard und Hubert Rottleuthner (Hrsg.): Alternative Rechtsformen und Alternativen zum Recht, Jahrbuch f\u00fcr Rechtssoziologie und Rechtstheorie Bd. 6. Opladen.", "out": [{"author": "Blankenburg, Erhard", "date": "1980", "title": "Recht als gradualisiertes Konzept"}, {"editor": "Blankenburg, Erhard; Klausa, Ekkehard und Hubert Rottleuthner", "container-title": "Alternative Rechtsformen und Alternativen zum Recht"}]}
 {"in": "Carlin, Jerome-, Jan Howard und Sheldon Messinger, 1967: Civil Justice and the Poor. New York. Danzig, Richard /Lowy, Michael, 1974/75; Everday Disputes and Mediation in the United States: A Reply to Professor Felstiner, Law and Society Review, vol. 9, pp. 675\u2014694.", "out": [{"author": "Carlin, Jerome-, Jan Howard und Sheldon Messinger", "date": "1967", "title": "Civil Justice and the Poor"}, {"author": "Richard /Lowy, Michael", "date": "1974", "title": "Everday Disputes and Mediation in the United States: A Reply to Professor Felstiner", "journal": "Law and Society Review"}]}
 {"in": "Feest, Johannes/Blankenburg, Erhard, 1972: Die Definitionsmacht der Polizei. D\u00fcsseldorf.", "out": [{"author": "Feest, Johannes/Blankenburg, Erhard", "date": "1972", "title": "Die Definitionsmacht der Polizei"}]}
 {"in": "Felstiner, William L. F., 1974/75: Influences of Social Organization on Dispute processing, in: Law and Society Review, vol. 9, pp. 63\u201494.", "out": [{"author": "Felstiner, William L. F", "date": "1974", "title": "Influences of Social Organization on Dispute processing", "journal": "Law and Society Review"}]}
@@ -48,14 +48,14 @@
 {"in": "Galanter, Marc, 1974: Why the ,Haves* Come out Ahead: Speculations on the Limits of Legal Change, in: Law and Society Review, vol. 9, pp. 95\u2014160.", "out": [{"author": "Galanter, Marc", "date": "1974", "title": "Why the ,Haves* Come out Ahead: Speculations on the Limits of Legal Change", "journal": "Law and Society Review"}]}
 {"in": "Geiger, Theodor, 1964: Vorstudien zu einer Soziologie des Rechts. Neuwied. Gessner, Volkmar, 1976: Recht und Konflikt. T\u00fcbingen.", "out": [{"author": "Geiger, Theodor", "date": "1964", "title": "Vorstudien zu einer Soziologie des Rechts"}, {"author": "Neuwied. Gessner, Volkmar", "date": "1976", "title": "Recht und Konflikt"}]}
 {"in": "Hilden, Hartmut, 1976: Rechtstatsachen im R\u00e4umungsstreit. Frankfurt/Main.", "out": [{"author": "Hilden, Hartmut", "date": "1976", "title": "Rechtstatsachen im R\u00e4umungsstreit. Frankfurt/Main"}]}
-{"in": "Johnson, Earl, 1979; Thinking about Access: A Preliminary Typology of Possible Strategies. In: Cappelletti, Mauro und Bryant Garth (Hrsg.): Access to Justice, Bd. III. Milan und Alphen/ Rijn.", "out": [{"author": "Johnson, Earl", "date": "1979", "title": "Thinking about Access: A Preliminary Typology of Possible Strategies"}, {"editor": "In: Cappelletti, Mauro und Bryant Garth (.)", "container-title": "Access to Justice"}, {"editor": "Milan und Alphen/ Rijn"}]}
+{"in": "Johnson, Earl, 1979; Thinking about Access: A Preliminary Typology of Possible Strategies. In: Cappelletti, Mauro und Bryant Garth (Hrsg.): Access to Justice, Bd. III. Milan und Alphen/ Rijn.", "out": [{"author": "Johnson, Earl", "date": "1979", "title": "Thinking about Access: A Preliminary Typology of Possible Strategies"}, {"editor": "Cappelletti, Mauro und Bryant Garth", "container-title": "Access to Justice"}, {"editor": "Milan und Alphen/ Rijn"}]}
 {"in": "Koch, Hartmut, 1975: Das Gerichtsverfahren als Konfliktl\u00f6sungsproze\u00df \u2014 Einstellung von Kl\u00e4gern und Beklagten zu Mietprozessen. Diss. Hamburg.", "out": [{"author": "Koch, Hartmut", "date": "1975", "title": "Das Gerichtsverfahren als Konfliktl\u00f6sungsproze\u00df \u2014 Einstellung von Kl\u00e4gern und Beklagten zu Mietprozessen"}]}
 {"in": "Luhmann, Niklas, 1969: Legitimation durch Verfahren. Neuwied und Darmstadt.", "out": [{"author": "Luhmann, Niklas", "date": "1969", "title": "Legitimation durch Verfahren"}]}
-{"in": "Luhmann, Niklas, 1980: Kommunikation \u00fcber Recht in Interaktionssystemen, in: Blankenburg, Erhard; Klausa, Ekkehard und Hubert Rottleuthner (Hrsg.): Alternative Rechtsformen und Alternativen zum Recht, Jahrbuch f\u00fcr Rechtssoziologie und Rechtstheorie Bd. 6. Opladen.", "out": [{"author": "Luhmann, Niklas", "date": "1980", "title": "Kommunikation \u00fcber Recht in Interaktionssystemen"}, {"editor": "in: Blankenburg, Erhard; Klausa, Ekkehard und Hubert Rottleuthner (.)", "container-title": "Alternative Rechtsformen und Alternativen zum Recht"}]}
+{"in": "Luhmann, Niklas, 1980: Kommunikation \u00fcber Recht in Interaktionssystemen, in: Blankenburg, Erhard; Klausa, Ekkehard und Hubert Rottleuthner (Hrsg.): Alternative Rechtsformen und Alternativen zum Recht, Jahrbuch f\u00fcr Rechtssoziologie und Rechtstheorie Bd. 6. Opladen.", "out": [{"author": "Luhmann, Niklas", "date": "1980", "title": "Kommunikation \u00fcber Recht in Interaktionssystemen"}, {"editor": "Blankenburg, Erhard; Klausa, Ekkehard und Hubert Rottleuthner", "container-title": "Alternative Rechtsformen und Alternativen zum Recht"}]}
 {"in": "Reifner, Udo, 1978: Rechtshilfebed\u00fcrfnis und Verrechtlichung am Beispiel einer Berliner Mieterinitiative, Wissenschaftszentrum Berlin, IIM-dp/78\u201470.", "out": [{"author": "Reifner, Udo", "date": "1978", "title": "Rechtshilfebed\u00fcrfnis und Verrechtlichung am Beispiel einer Berliner Mieterinitiative"}]}
 {"in": "Reifner, Udo, 1979: Gewerkschaftlicher Rechtsschutz \u2014 Geschichte des freigewerkschaftlichen Rechtsschutzes und der Rechtsberatung der Deutschen Arbeitsfront von 1894\u20141945. Wissenschaftszentrum Berlin IIM-dp/79\u2014104.", "out": [{"author": "Reifner, Udo", "date": "1979", "title": "Gewerkschaftlicher Rechtsschutz \u2014 Geschichte des freigewerkschaftlichen Rechtsschutzes und der Rechtsberatung der Deutschen Arbeitsfront von 1894\u20141945"}]}
-{"in": "Reifner, Udo und Irmela Gorges, 1980; Alternativen der Rechtsberatung: Dienstleistung, F\u00fcrsorge und kollektive Selbsthilfe, in: Blankenburg, Erhard; Klausa, Ekkehard und Hubert Rottleuthner (Hrsg.): Alternative Rechtsformen und Alternativen zum Recht, Jahrbuch f\u00fcr Rechtssoziologie und Rechtstheorie Bd. 6. Opladen.", "out": [{"author": "Reifner, Udo und Irmela Gorges", "date": "1980", "title": "Alternativen der Rechtsberatung: Dienstleistung, F\u00fcrsorge und kollektive Selbsthilfe"}, {"editor": "in: Blankenburg, Erhard; Klausa, Ekkehard und Hubert Rottleuthner (.)", "container-title": "Alternative Rechtsformen und Alternativen zum Recht"}]}
+{"in": "Reifner, Udo und Irmela Gorges, 1980; Alternativen der Rechtsberatung: Dienstleistung, F\u00fcrsorge und kollektive Selbsthilfe, in: Blankenburg, Erhard; Klausa, Ekkehard und Hubert Rottleuthner (Hrsg.): Alternative Rechtsformen und Alternativen zum Recht, Jahrbuch f\u00fcr Rechtssoziologie und Rechtstheorie Bd. 6. Opladen.", "out": [{"author": "Reifner, Udo und Irmela Gorges", "date": "1980", "title": "Alternativen der Rechtsberatung: Dienstleistung, F\u00fcrsorge und kollektive Selbsthilfe"}, {"editor": "Blankenburg, Erhard; Klausa, Ekkehard und Hubert Rottleuthner", "container-title": "Alternative Rechtsformen und Alternativen zum Recht"}]}
 {"in": "Sarat, Austin, 1976: Alternatives in Dispute Processing in a Small Claim Court, in: Law and Society Review, vol. 10, pp. 339\u2014375.", "out": [{"author": "Sarat", "date": "1976", "title": "Alternatives in Dispute Processing in a Small Claim Court", "journal": "Law and Society Review"}]}
-{"in": "Sch\u00f6nholz, Siegfried, 1980: Arbeitsplatzsicherung oder Kompensation - Rechtliche Formen des Bestandsschutzes im Vergleich in: Vereinigung f\u00fcr Rechtssoziologie (Hrsg.): Arbeitslosigkeit und Recht. Baden-Baden.", "out": [{"author": "Sch\u00f6nholz, Siegfried", "date": "1980", "title": "Arbeitsplatzsicherung oder Kompensation - Rechtliche Formen des Bestandsschutzes im Vergleich"}, {"editor": "in: Vereinigung f\u00fcr Rechtssoziologie (.)", "container-title": "Arbeitslosigkeit und Recht"}]}
+{"in": "Sch\u00f6nholz, Siegfried, 1980: Arbeitsplatzsicherung oder Kompensation - Rechtliche Formen des Bestandsschutzes im Vergleich in: Vereinigung f\u00fcr Rechtssoziologie (Hrsg.): Arbeitslosigkeit und Recht. Baden-Baden.", "out": [{"author": "Sch\u00f6nholz, Siegfried", "date": "1980", "title": "Arbeitsplatzsicherung oder Kompensation - Rechtliche Formen des Bestandsschutzes im Vergleich"}, {"editor": "Vereigung f\u00fcr Rechtssoziologie", "container-title": "Arbeitslosigkeit und Recht"}]}
 {"in": "Steinbach, E., 1979: GMD-Bericht, Manuskript. Gesellschaft f\u00fcr Mathematik und Datenverarbeitung. Birlinghoven bei Bonn.", "out": [{"author": "Steinbach, E", "date": "1979", "title": "GMD-Bericht, Manuskript. Gesellschaft f\u00fcr Mathematik und Datenverarbeitung"}]}
 {"in": "Wanner, Craig, 1975: The Public Ordering of Private Cases; Winning Civil Court Cases, in: Law and Society Review, vol. 9, pp. 293-306.", "out": [{"author": "Wanner, Craig", "date": "1975", "title": "The Public Ordering of Private Cases; Winning Civil Court Cases", "journal": "Law and Society Review"}]}
diff --git a/convert-anystyle-data/jsonl/10.1515_zfrs-1980-0104.jsonl b/convert-anystyle-data/jsonl/10.1515_zfrs-1980-0104.jsonl
index 6f71b737078479d47ef129ed320144c5237728a7..f5c3087aa87df5e72816bd64e089867143e9bd60 100644
--- a/convert-anystyle-data/jsonl/10.1515_zfrs-1980-0104.jsonl
+++ b/convert-anystyle-data/jsonl/10.1515_zfrs-1980-0104.jsonl
@@ -1,78 +1,78 @@
-{"in": "Abgek\u00fcrzt werden zitiert: Armer/Grimshaw (Hrsg.), Comparative Social ResearchMethodological Problems and Strategies (New York, London, Sydney, Tokio 1973); Drobnig/ Rebbinder (Hrsg.), Rechtssoziologie und Rechtsvergleichung (1977); Rokkan (Hrsg.), Compa rative Research Across Cultures and Nations (Paris, Den Haag 1968); Rokkan/Verba/Viet/ Almasy (Hrsg.), Comparative Sutvey Analysis (Den Haag, Paris 1969); Smelser, Comparative Methods in the Social Sciences (Englewood Cliffs, N. J. 1976) ; Szalai/Petrella (Hrsg.), Cross National Comparative Survey Research (Oxford, New York, Toronto, Sydney, Paris, Frank furt 1977); Vallier (Hrsg.), Comparative Methods in Sociology (Berkeley, Los Angeles, London 1971); Zweigert/K\u00f6tz. Einf\u00fchrung in die Rechtsvergleichung Bd. I (1971).", "out": [{"editor": "Armer/Grimshaw (.)", "title": "Comparative Social ResearchMethodological Problems and Strategies", "date": "1973"}, {"editor": "Drobnig/ Rebbinder (.)", "title": "Rechtssoziologie und Rechtsvergleichung", "date": "1977"}, {"editor": "Rokkan (.)", "title": "Compa rative Research Across Cultures and Nations", "date": "1968"}, {"editor": "Rokkan/Verba/Viet/ Almasy (.)", "title": "Comparative Sutvey Analysis", "date": "1969"}, {"author": "Smelser,", "title": "Comparative Methods in the Social Sciences"}, {"author": "Englewood Cliffs, N. J", "date": "1976"}, {"editor": "Szalai/Petrella (.)", "title": "Cross National Comparative Survey Research", "date": "1977"}, {"editor": "Vallier (.)", "title": "Comparative Methods in Sociology", "date": "1971"}, {"author": "Zweigert/K\u00f6tz", "title": "Einf\u00fchrung in die Rechtsvergleichung", "date": "1971"}]}
+{"in": "Abgek\u00fcrzt werden zitiert: Armer/Grimshaw (Hrsg.), Comparative Social ResearchMethodological Problems and Strategies (New York, London, Sydney, Tokio 1973); Drobnig/ Rebbinder (Hrsg.), Rechtssoziologie und Rechtsvergleichung (1977); Rokkan (Hrsg.), Compa rative Research Across Cultures and Nations (Paris, Den Haag 1968); Rokkan/Verba/Viet/ Almasy (Hrsg.), Comparative Sutvey Analysis (Den Haag, Paris 1969); Smelser, Comparative Methods in the Social Sciences (Englewood Cliffs, N. J. 1976) ; Szalai/Petrella (Hrsg.), Cross National Comparative Survey Research (Oxford, New York, Toronto, Sydney, Paris, Frank furt 1977); Vallier (Hrsg.), Comparative Methods in Sociology (Berkeley, Los Angeles, London 1971); Zweigert/K\u00f6tz. Einf\u00fchrung in die Rechtsvergleichung Bd. I (1971).", "out": [{"editor": "Armer/Grimshaw", "title": "Comparative Social ResearchMethodological Problems and Strategies", "date": "1973"}, {"editor": "Drobnig/ Rebbder", "title": "Rechtssoziologie und Rechtsvergleichung", "date": "1977"}, {"editor": "Rokkan", "title": "Compa rative Research Across Cultures and Nations", "date": "1968"}, {"editor": "Rokkan/Verba/Viet/ Almasy", "title": "Comparative Sutvey Analysis", "date": "1969"}, {"author": "Smelser,", "title": "Comparative Methods in the Social Sciences"}, {"author": "Englewood Cliffs, N. J", "date": "1976"}, {"editor": "Szalai/Petrella", "title": "Cross National Comparative Survey Research", "date": "1977"}, {"editor": "Vallier", "title": "Comparative Methods in Sociology", "date": "1971"}, {"author": "Zweigert/K\u00f6tz", "title": "Einf\u00fchrung in die Rechtsvergleichung", "date": "1971"}]}
 {"in": "1 Siehe n\u00e4her Zweigert/K\u00f6tz I 12 ff.", "out": [{"citation-number": "1", "author": "Zweigert/K\u00f6tz"}]}
 {"in": "2 Rabel, Aufgabe und Notwendigkeit der Rechtsvergleichung (1925), abgedruckt in: Rabel, Gesammelte Aufs\u00e4tze III (Hrsg. Leser, 1967) 1 (3).", "out": [{"citation-number": "2", "author": "Rabel", "title": "Aufgabe und Notwendigkeit der Rechtsvergleichung", "date": "1925"}, {"citation-number": "2", "author": "Rabel", "title": "Gesammelte Aufs\u00e4tze", "editor": "Leser", "date": "1967"}]}
 {"in": "3 Siehe insbes. die Beitr\u00e4ge in Drobnig/Rehbinder.", "out": [{"citation-number": "3", "author": "Drobnig/Rehbinder"}]}
 {"in": "4 Dazu R. Abel, Law Books and Books About Law, Stanford Law Rev. 26 (1973) 174 ff.; Benda-Beckmann, Einige Anmerkungen \u00fcber die Beziehung zwischen Rechtssoziologie und Rechtsvergleichung, ZvglRW 78 (1979) 51 ff.", "out": [{"citation-number": "4", "author": "R. Abel", "title": "Law Books and Books About Law", "journal": "Stanford Law Rev", "date": "1973"}, {"citation-number": "4", "author": "Benda-Beckmann", "title": "Einige Anmerkungen \u00fcber die Beziehung zwischen Rechtssoziologie und Rechtsvergleichung", "journal": "ZvglRW", "date": "1979"}]}
 {"in": "5 Carbonnier, L\u2019apport du droit compare \u00e4 la sociologie juridique, in: Livre du centenaire de la Societe de legislation comparee (Paris 1969) 75 (83).", "out": [{"citation-number": "5", "author": "Carbonnier", "title": "L\u2019apport du droit compare \u00e4 la sociologie juridique", "container-title": "Livre du centenaire de la Societe de legislation comparee", "date": "1969"}]}
 {"in": "6 Carbonnier (vorige N.) a.a.O.", "out": [{"citation-number": "6", "author": "Carbonnier", "backref": "vorige N.) a.a.O"}]}
-{"in": "7 Nowak, The Strategy of Cross-National Survey Research for the Development of Social Theory, in: Szalai/Petrella 3 (9 ff.): Rose, Interkulturelle Forschung in der Rechtssoziologie, in: Drobnig/Rehbinder 171 ff.", "out": [{"citation-number": "7", "author": "Nowak", "title": "The Strategy of Cross-National Survey Research for the Development of Social Theory", "editor": "in: Szalai/Petrella"}, {"citation-number": "7", "author": "Rose", "title": "Interkulturelle Forschung in der Rechtssoziologie", "editor": "in: Drobnig/Rehbinder"}]}
+{"in": "7 Nowak, The Strategy of Cross-National Survey Research for the Development of Social Theory, in: Szalai/Petrella 3 (9 ff.): Rose, Interkulturelle Forschung in der Rechtssoziologie, in: Drobnig/Rehbinder 171 ff.", "out": [{"citation-number": "7", "author": "Nowak", "title": "The Strategy of Cross-National Survey Research for the Development of Social Theory", "editor": "Szalai/Petrella"}, {"citation-number": "7", "author": "Rose", "title": "Interkulturelle Forschung in der Rechtssoziologie", "editor": "Drobnig/Rehbder"}]}
 {"in": "8 Dazu n\u00e4her Wirsing, Probleme des interkulturellen Vergleichs in der Ethnologie, Sociologus 25 (1975) 97 ff. - Vgl. auch Poirier, Situation actuelle et Programme de travail de Techno logie juridique, Rev. int. Sc. Soc. 22 (1970) 509 (526).", "out": [{"citation-number": "8", "author": "Wirsing", "title": "Probleme des interkulturellen Vergleichs in der Ethnologie", "journal": "Sociologus", "date": "1975"}, {"citation-number": "8", "author": "Poirier", "title": "Situation actuelle et Programme de travail de Techno logie juridique", "journal": "Rev. int. Sc. Soc", "date": "1970"}]}
 {"in": "9 Macaulay, Elegant Models, Empirical Pictures, and the Complexities of Contract, Law & Soc. Rev. 11 (1977) 507 ff.", "out": [{"citation-number": "9", "author": "Macaulay", "title": "Elegant Models, Empirical Pictures, and the Complexities of Contract", "journal": "Law & Soc. Rev", "date": "1977"}]}
-{"in": "10 Rose (oben N. 7) 175.", "out": [{"citation-number": "10", "author": "Rose", "backref": "oben N. 7)"}]}
-{"in": "11 Dazu Grimshau, Comparative Sociology - In What Ways Different From Other Sociologies?, in: Armer/Grimshaw 3 (18). Auch der Oberbegriff \u201ecross System comparison\" wird vorgeschlagen, Tomasson, Introduction; Comparative Sociology \u2014 The State of the Art, in: Tomasson (Hrsg.), Comparative Studies in Sociology Vol. 1 (Greenwich, Conn. 1978) 1. \u2014 \u00dcber die Methoden interkultureller und internationaler Vergleiche ist inzwischen so viel geschrieben worden, da\u00df nicht nur die F\u00fclle des Materials schon wieder abschreckend wirkt, sondern da\u00df es auch gen\u00fcgt, im Rahmen dieses Aufsatzes nur einige wichtige Aspekte anzusprechen. Bibliographien finden sich etwa bei Rokkan/Verba/Viet/Almasy 117 ff.; Vallier 423 ff.; Almasy/Balandier/Delatte, Comparative Survey Analysis \u2014 An Annotated Bibliography 1967 \u2014 1973 (Beverly Hills, London 1976) sowie bei Marsh, Comparative Sociology (New York, Chicago, San Francisco, Atlanta 1967) 375 ff.", "out": [{"citation-number": "11", "author": "Grimshau", "title": "Comparative Sociology - In What Ways Different From Other Sociologies", "editor": "in: Armer/Grimshaw"}, {"citation-number": "11", "author": "Tomasson", "title": "Introduction; Comparative Sociology \u2014 The State of the Art", "editor": "in: Tomasson (.)", "container-title": "Comparative Studies in Sociology", "date": "1978"}, {"citation-number": "11", "author": "Rokkan/Verba/Viet/Almasy"}, {"citation-number": "11", "author": "Vallier"}, {"citation-number": "11", "author": "Almasy/Balandier/Delatte", "title": "Comparative Survey Analysis \u2014 An Annotated Bibliography 1967 \u2014 1973", "date": "1976"}, {"citation-number": "11", "author": "Marsh", "title": "Comparative Sociology", "date": "1967"}]}
+{"in": "10 Rose (oben N. 7) 175.", "out": [{"citation-number": "10", "author": "Rose", "backref": "oben N. 7"}]}
+{"in": "11 Dazu Grimshau, Comparative Sociology - In What Ways Different From Other Sociologies?, in: Armer/Grimshaw 3 (18). Auch der Oberbegriff \u201ecross System comparison\" wird vorgeschlagen, Tomasson, Introduction; Comparative Sociology \u2014 The State of the Art, in: Tomasson (Hrsg.), Comparative Studies in Sociology Vol. 1 (Greenwich, Conn. 1978) 1. \u2014 \u00dcber die Methoden interkultureller und internationaler Vergleiche ist inzwischen so viel geschrieben worden, da\u00df nicht nur die F\u00fclle des Materials schon wieder abschreckend wirkt, sondern da\u00df es auch gen\u00fcgt, im Rahmen dieses Aufsatzes nur einige wichtige Aspekte anzusprechen. Bibliographien finden sich etwa bei Rokkan/Verba/Viet/Almasy 117 ff.; Vallier 423 ff.; Almasy/Balandier/Delatte, Comparative Survey Analysis \u2014 An Annotated Bibliography 1967 \u2014 1973 (Beverly Hills, London 1976) sowie bei Marsh, Comparative Sociology (New York, Chicago, San Francisco, Atlanta 1967) 375 ff.", "out": [{"citation-number": "11", "author": "Grimshau", "title": "Comparative Sociology - In What Ways Different From Other Sociologies", "editor": "Armer/Grimshaw"}, {"citation-number": "11", "author": "Tomasson", "title": "Introduction; Comparative Sociology \u2014 The State of the Art", "editor": "Tomasson", "container-title": "Comparative Studies in Sociology", "date": "1978"}, {"citation-number": "11", "author": "Rokkan/Verba/Viet/Almasy"}, {"citation-number": "11", "author": "Vallier"}, {"citation-number": "11", "author": "Almasy/Balandier/Delatte", "title": "Comparative Survey Analysis \u2014 An Annotated Bibliography 1967 \u2014 1973", "date": "1976"}, {"citation-number": "11", "author": "Marsh", "title": "Comparative Sociology", "date": "1967"}]}
 {"in": "12 Durkheim, Les r\u00e8gles de la methode sociologique (PUF, Paris 1977) 137.", "out": [{"citation-number": "12", "author": "Durkheim", "title": "Les r\u00e8gles de la methode sociologique", "date": "1977"}]}
 {"in": "13 Smelser 2 f. ; Payne, Comparative Sociology \u2014 Some Problems of Theory and Method, Brit. J. Soc. 24 (1973) 13 (15 ff.). - \u00c4hnlich auch Eisenstadt, Social Institutions - Comparative Method, in: International Encyclopedia of the Social Sciences Bd. 14 (London 1968) 421 (423).", "out": [{"citation-number": "13", "author": "Smelser"}, {"citation-number": "13", "author": "Payne", "title": "Comparative Sociology \u2014 Some Problems of Theory and Method", "journal": "Brit. J. Soc", "date": "1973"}, {"citation-number": "13", "author": "Eisenstadt", "title": "Social Institutions - Comparative Method", "journal": "International Encyclopedia of the Social Sciences", "date": "1968"}]}
-{"in": "14 Boesch/Eckensberger, Methodische Probleme des interkulturellen Vergleichs, in: Graumann (Hrsg.), Handbuch der Psychologie, Bd. Vll 1 (2. Auf], 1969) 514 (520 ff.). \u2014 Zur \u201ecultunit\u201c, die vor allem durch die gemeinsame Sprache und die Zugeh\u00f6rigkeit zu einem Staat bzw. einer interpersonellen Kontaktgruppe gekennzeichnet ist, s. Naroll/Cohen (Hrsg.), A Handbook of Method in Cultural Anthropology (New York, London 1973) sowie Smelser 168 f.; Wirsing (oben N. 8) 115.", "out": [{"citation-number": "14", "author": "Boesch/Eckensberger", "title": "Methodische Probleme des interkulturellen Vergleichs", "editor": "in: Graumann (.)", "container-title": "Handbuch der Psychologie", "date": "1969"}, {"citation-number": "14", "editor": "Naroll/Cohen (.)", "title": "A Handbook of Method in Cultural Anthropology", "date": "1973"}, {"citation-number": "14", "author": "Smelser"}, {"citation-number": "14", "author": "Wirsing", "backref": "oben N. 8)"}]}
-{"in": "15 N\u00e4her dazu Zelditch, Intelligible Comparisons, in: Vallier 267 (270 ff.).", "out": [{"citation-number": "15", "author": "Zelditch", "title": "Intelligible Comparisons", "editor": "in: Vallier"}]}
-{"in": "16 Carbonnier (oben N. 5) 80.", "out": [{"citation-number": "16", "author": "Carbonnier", "backref": "oben N. 5)"}]}
-{"in": "17 Siehe Zweigert, Die soziologische Dimension der Rechtsvergleichung, in: Drobnig/Rebbinder 151 (159).", "out": [{"citation-number": "17", "author": "Zweigert", "title": "Die soziologische Dimension der Rechtsvergleichung", "editor": "in: Drobnig/Rebbinder"}]}
+{"in": "14 Boesch/Eckensberger, Methodische Probleme des interkulturellen Vergleichs, in: Graumann (Hrsg.), Handbuch der Psychologie, Bd. Vll 1 (2. Auf], 1969) 514 (520 ff.). \u2014 Zur \u201ecultunit\u201c, die vor allem durch die gemeinsame Sprache und die Zugeh\u00f6rigkeit zu einem Staat bzw. einer interpersonellen Kontaktgruppe gekennzeichnet ist, s. Naroll/Cohen (Hrsg.), A Handbook of Method in Cultural Anthropology (New York, London 1973) sowie Smelser 168 f.; Wirsing (oben N. 8) 115.", "out": [{"citation-number": "14", "author": "Boesch/Eckensberger", "title": "Methodische Probleme des interkulturellen Vergleichs", "editor": "Graumann", "container-title": "Handbuch der Psychologie", "date": "1969"}, {"citation-number": "14", "editor": "Naroll/Cohen", "title": "A Handbook of Method in Cultural Anthropology", "date": "1973"}, {"citation-number": "14", "author": "Smelser"}, {"citation-number": "14", "author": "Wirsing", "backref": "oben N. 8"}]}
+{"in": "15 N\u00e4her dazu Zelditch, Intelligible Comparisons, in: Vallier 267 (270 ff.).", "out": [{"citation-number": "15", "author": "Zelditch", "title": "Intelligible Comparisons", "editor": "Vallier"}]}
+{"in": "16 Carbonnier (oben N. 5) 80.", "out": [{"citation-number": "16", "author": "Carbonnier", "backref": "oben N. 5"}]}
+{"in": "17 Siehe Zweigert, Die soziologische Dimension der Rechtsvergleichung, in: Drobnig/Rebbinder 151 (159).", "out": [{"citation-number": "17", "author": "Zweigert", "title": "Die soziologische Dimension der Rechtsvergleichung", "editor": "Drobnig/Rebbder"}]}
 {"in": "18 Zu entsprechenden Versuchen etwa Merryman, Comparative Law and Scientific Explanation, in: Law in the United States of America in Social and Technological Revolution (Br\u00fcssel 1974) 81 (89 ff.).", "out": [{"citation-number": "18", "author": "Merryman", "title": "Comparative Law and Scientific Explanation", "container-title": "Law in the United States of America in Social and Technological Revolution", "date": "1974"}]}
 {"in": "19 Beispiel von Carbonnier, Sociologie juridique (Paris 1972) 188 N. 1.", "out": [{"citation-number": "19", "author": "Carbonnier", "title": "Sociologie juridique", "date": "1972"}]}
 {"in": "20 Dazu Heidrich, H\u00f6chstrichterliche Rechtsprechung als Triebfehier sozialen Wandels, Jahr buch f\u00fcr Rechtssoziologie und Rechtstheorie 3 (1972) 305 (330 ff.).", "out": [{"citation-number": "20", "author": "Heidrich", "title": "H\u00f6chstrichterliche Rechtsprechung als Triebfehier sozialen Wandels", "date": "1972"}]}
-{"in": "21 Insbesondere Zweigert (oben N. 17) 157 ff.", "out": [{"citation-number": "21", "author": "Zweigert", "backref": "oben N. 17)"}]}
-{"in": "22 Kaiser, Strafrecht und vergleichende Kriminologie, in: Kaiser/Vogler (Hrsg.), Strafrecht, Straf rechtsvergleichung (1975) 79 ff. \u2014 Siehe auch Villmow/Albrecht, Die Vergleichung als Methode der Strafrechtswissenschaft und der Kriminologie, MschrKrim. 62 (1979) 163 ff.", "out": [{"citation-number": "22", "author": "Kaiser", "title": "Strafrecht und vergleichende Kriminologie", "editor": "in: Kaiser/Vogler (.)", "container-title": "Strafrecht, Straf rechtsvergleichung", "date": "1975"}, {"citation-number": "22", "author": "Villmow/Albrecht", "title": "Die Vergleichung als Methode der Strafrechtswissenschaft und der Kriminologie", "journal": "MschrKrim", "date": "1979"}]}
+{"in": "21 Insbesondere Zweigert (oben N. 17) 157 ff.", "out": [{"citation-number": "21", "author": "Zweigert", "backref": "oben N. 17"}]}
+{"in": "22 Kaiser, Strafrecht und vergleichende Kriminologie, in: Kaiser/Vogler (Hrsg.), Strafrecht, Straf rechtsvergleichung (1975) 79 ff. \u2014 Siehe auch Villmow/Albrecht, Die Vergleichung als Methode der Strafrechtswissenschaft und der Kriminologie, MschrKrim. 62 (1979) 163 ff.", "out": [{"citation-number": "22", "author": "Kaiser", "title": "Strafrecht und vergleichende Kriminologie", "editor": "Kaiser/Vogler", "container-title": "Strafrecht, Straf rechtsvergleichung", "date": "1975"}, {"citation-number": "22", "author": "Villmow/Albrecht", "title": "Die Vergleichung als Methode der Strafrechtswissenschaft und der Kriminologie", "journal": "MschrKrim", "date": "1979"}]}
 {"in": "23 So etwa K. H. Neumayer, Ziele und Methoden der Rechtsvergleichung, in: Recueil des travaux suisses pr\u00e9sent\u00e9s au IXe Congr\u00e8s international de droit compare (1976) 45 (48).", "out": [{"citation-number": "23", "author": "K. H. Neumayer", "title": "Ziele und Methoden der Rechtsvergleichung", "container-title": "Recueil des travaux suisses pr\u00e9sent\u00e9s au IXe Congr\u00e8s international de droit compare", "date": "1976"}]}
-{"in": "24 Zur Abgrenzung n\u00e4her Rehbinder, Erkenntnistheoretisches zum Verh\u00e4ltnis von Rechtssoziologie und Rechtsvergleichung, in: Drobnig/Rehbinder 56 ff.", "out": [{"citation-number": "24", "author": "Rehbinder", "title": "Erkenntnistheoretisches zum Verh\u00e4ltnis von Rechtssoziologie und Rechtsvergleichung", "editor": "in: Drobnig/Rehbinder"}]}
-{"in": "25 N\u00e4her dazu Merryman (oben N. 18) 101 ff.", "out": [{"citation-number": "25", "author": "Merryman", "backref": "oben N. 18)"}]}
-{"in": "26 Heidrich, Sozialwissenschaftliche Aspekte der Rechtsvergleichung, in: Drobnig/Rehbinder 178 (186 ff.).", "out": [{"citation-number": "26", "author": "Heidrich", "title": "Sozialwissenschaftliche Aspekte der Rechtsvergleichung", "editor": "in: Drobnig/Rehbinder"}]}
-{"in": "27 Siehe etwa die Erkl\u00e4rung, warum das \u201eAccess to justice movement\" in der Bundesrepublik vergleichsweise wenig Widerhall gefunden hat von Blankenburg, Patterns of Legal Culture as a Variable for the Chances of Legal Innovation, in: Blankenburg (Hrsg.), innovations in the Legal Services (Cambridge, Mass.; Meisenheim 1980).", "out": [{"citation-number": "27", "author": "Blankenburg", "title": "Patterns of Legal Culture as a Variable for the Chances of Legal Innovation", "editor": "in: Blankenburg (.)", "container-title": "innovations in the Legal Services", "date": "1980"}]}
-{"in": "28 So Rehbinder (oben N. 24) 60.", "out": [{"citation-number": "28", "author": "Rehbinder", "backref": "oben N. 24)"}]}
+{"in": "24 Zur Abgrenzung n\u00e4her Rehbinder, Erkenntnistheoretisches zum Verh\u00e4ltnis von Rechtssoziologie und Rechtsvergleichung, in: Drobnig/Rehbinder 56 ff.", "out": [{"citation-number": "24", "author": "Rehbinder", "title": "Erkenntnistheoretisches zum Verh\u00e4ltnis von Rechtssoziologie und Rechtsvergleichung", "editor": "Drobnig/Rehbder"}]}
+{"in": "25 N\u00e4her dazu Merryman (oben N. 18) 101 ff.", "out": [{"citation-number": "25", "author": "Merryman", "backref": "oben N. 18"}]}
+{"in": "26 Heidrich, Sozialwissenschaftliche Aspekte der Rechtsvergleichung, in: Drobnig/Rehbinder 178 (186 ff.).", "out": [{"citation-number": "26", "author": "Heidrich", "title": "Sozialwissenschaftliche Aspekte der Rechtsvergleichung", "editor": "Drobnig/Rehbder"}]}
+{"in": "27 Siehe etwa die Erkl\u00e4rung, warum das \u201eAccess to justice movement\" in der Bundesrepublik vergleichsweise wenig Widerhall gefunden hat von Blankenburg, Patterns of Legal Culture as a Variable for the Chances of Legal Innovation, in: Blankenburg (Hrsg.), innovations in the Legal Services (Cambridge, Mass.; Meisenheim 1980).", "out": [{"citation-number": "27", "author": "Blankenburg", "title": "Patterns of Legal Culture as a Variable for the Chances of Legal Innovation", "editor": "Blankenburg", "container-title": "innovations in the Legal Services", "date": "1980"}]}
+{"in": "28 So Rehbinder (oben N. 24) 60.", "out": [{"citation-number": "28", "author": "Rehbinder", "backref": "oben N. 24"}]}
 {"in": "29 Dazu R. Abel, Comparative Law and Social Theory, Am. J. Comp. L. 26 (1978) 219 (224 ff.).", "out": [{"citation-number": "29", "author": "R. Abel", "title": "Comparative Law and Social Theory", "date": "1978"}]}
-{"in": "30 Dazu etwa Smelser 175 f. \u2014 F\u00fcr die Kriminologie siehe Kaiser (oben N. 22) 89 sowie Blazicek/Janeksela, Some Comments on Comparative Methodologies in Criminal Justice, Int. J. Crim. Pen 6 (1978) 233 (240). Als besonders gef\u00e4hrlich hat sich die unkritische \u00dcbertragung solcher Konzepte auf L\u00e4nder der Dritten Welt erwiesen. So kam man etwa zu dem Ergebnis: \u201eThe U. S. law and development movement was largely a parochial expression of the American legal style\u201c, Merryman, Comparative Law and Social Change - On the Origins, Style, Decline and Revival of the Law and Development Movement, Am. J. Comp. L. 25 (1977) 457 (479).", "out": [{"citation-number": "30", "author": "Smelser"}, {"citation-number": "30", "author": "Kaiser", "backref": "oben N. 22)"}, {"citation-number": "30", "author": "Blazicek/Janeksela", "title": "Some Comments on Comparative Methodologies in Criminal Justice", "journal": "Int. J. Crim. Pen", "date": "1978"}, {"citation-number": "30", "author": "Merryman", "title": "Comparative Law and Social Change - On the Origins, Style, Decline and Revival of the Law and Development Movement", "journal": "Am. J. Comp. L", "date": "1977"}]}
-{"in": "31 Payne (oben N. 13) 15, 25 f.", "out": [{"citation-number": "31", "author": "Payne", "backref": "oben N. 13)"}]}
-{"in": "32 D\u00e4ubler, Systemvergleich im Arbeitsrecht? Vor\u00fcberlegungen zu einigen Methodenfragen, Demokratie und Recht 1979 /1 S. 23 (31 ff.). - Zum Vergleich mit den sozialistischen L\u00e4ndern siehe auch Zweigert/Puttfarken, Zur Vergleichbarkeit analoger Rechtsinstitute in verschiede nen Gesellschaftsordnungen, in: Zweigert/Puttfarken (Hrsg.), Rechtsvergleichung (1978) 395 (402 ff.).", "out": [{"citation-number": "32", "author": "D\u00e4ubler", "title": "Systemvergleich im Arbeitsrecht? Vor\u00fcberlegungen zu einigen Methodenfragen", "journal": "Demokratie und Recht", "date": "1979"}, {"citation-number": "32", "author": "Zweigert/Puttfarken", "title": "Zur Vergleichbarkeit analoger Rechtsinstitute in verschiede nen Gesellschaftsordnungen", "editor": "in: Zweigert/Puttfarken (.)", "container-title": "Rechtsvergleichung", "date": "1978"}]}
+{"in": "30 Dazu etwa Smelser 175 f. \u2014 F\u00fcr die Kriminologie siehe Kaiser (oben N. 22) 89 sowie Blazicek/Janeksela, Some Comments on Comparative Methodologies in Criminal Justice, Int. J. Crim. Pen 6 (1978) 233 (240). Als besonders gef\u00e4hrlich hat sich die unkritische \u00dcbertragung solcher Konzepte auf L\u00e4nder der Dritten Welt erwiesen. So kam man etwa zu dem Ergebnis: \u201eThe U. S. law and development movement was largely a parochial expression of the American legal style\u201c, Merryman, Comparative Law and Social Change - On the Origins, Style, Decline and Revival of the Law and Development Movement, Am. J. Comp. L. 25 (1977) 457 (479).", "out": [{"citation-number": "30", "author": "Smelser"}, {"citation-number": "30", "author": "Kaiser", "backref": "oben N. 22"}, {"citation-number": "30", "author": "Blazicek/Janeksela", "title": "Some Comments on Comparative Methodologies in Criminal Justice", "journal": "Int. J. Crim. Pen", "date": "1978"}, {"citation-number": "30", "author": "Merryman", "title": "Comparative Law and Social Change - On the Origins, Style, Decline and Revival of the Law and Development Movement", "journal": "Am. J. Comp. L", "date": "1977"}]}
+{"in": "31 Payne (oben N. 13) 15, 25 f.", "out": [{"citation-number": "31", "author": "Payne", "backref": "oben N. 13"}]}
+{"in": "32 D\u00e4ubler, Systemvergleich im Arbeitsrecht? Vor\u00fcberlegungen zu einigen Methodenfragen, Demokratie und Recht 1979 /1 S. 23 (31 ff.). - Zum Vergleich mit den sozialistischen L\u00e4ndern siehe auch Zweigert/Puttfarken, Zur Vergleichbarkeit analoger Rechtsinstitute in verschiede nen Gesellschaftsordnungen, in: Zweigert/Puttfarken (Hrsg.), Rechtsvergleichung (1978) 395 (402 ff.).", "out": [{"citation-number": "32", "author": "D\u00e4ubler", "title": "Systemvergleich im Arbeitsrecht? Vor\u00fcberlegungen zu einigen Methodenfragen", "journal": "Demokratie und Recht", "date": "1979"}, {"citation-number": "32", "author": "Zweigert/Puttfarken", "title": "Zur Vergleichbarkeit analoger Rechtsinstitute in verschiede nen Gesellschaftsordnungen", "editor": "Zweigert/Puttfarken", "container-title": "Rechtsvergleichung", "date": "1978"}]}
 {"in": "33 Blankenburg, Task Contingencies and National Administrative Culture as Determinants for Labour Market Administration (HM discussion papers 1978 \u201423) 5 ff.", "out": [{"citation-number": "33", "author": "Blankenburg", "title": "Task Contingencies and National Administrative Culture as Determinants for Labour Market Administration", "journal": "HM discussion papers", "date": "1978"}]}
 {"in": "34 Zweigert/K\u00f6tz I 30 f.", "out": [{"citation-number": "34", "author": "Zweigert/K\u00f6tz"}]}
-{"in": "35 Dazu etwa Armer, Methodology Problems and Possibilities in Comparative Research, in: Armer/Grimsbaw 49 (50 ff.); Smelser 182 f.; Trommsdorf, M\u00f6glichkeiten und Probleme des Kulturvergleichs am Beispiel einer Agressionsstudie, KZfSS 30 (1978) 361 (364 ff.).", "out": [{"citation-number": "35", "author": "Armer", "title": "Methodology Problems and Possibilities in Comparative Research", "editor": "in: Armer/Grimsbaw"}, {"citation-number": "35", "author": "Smelser"}, {"citation-number": "35", "author": "Trommsdorf", "title": "M\u00f6glichkeiten und Probleme des Kulturvergleichs am Beispiel einer Agressionsstudie", "journal": "KZfSS", "date": "1978"}]}
-{"in": "36 Wenn die Strenge elterlicher Strafen gemessen werden soll, kann man etwa darauf ausweichen, welche Strafe die Kinder am meisten f\u00fcrchten, siehe Malewswka/Peyre, Juvenile Deliquency and Development, in: Szalai/Petrella 131 (157 f.).", "out": [{"citation-number": "36", "author": "Malewswka/Peyre", "title": "Juvenile Deliquency and Development", "editor": "in: Szalai/Petrella"}]}
-{"in": "37 N\u00e4her Scheuch, The Cross-Cultural Use of Sample Surveys \u2014 Problems of Comparability, in: Rokkan 176 (185); Biervert, Der internationale Vergleich, in: van Koolwiyk/Wieken-Mayser (Hrsg.), Techniken empirischer Sozialforschung, Bd. 2 (1975) 113 (124 ff.).", "out": [{"citation-number": "37", "author": "Scheuch", "title": "The Cross-Cultural Use of Sample Surveys \u2014 Problems of Comparability", "editor": "in: Rokkan"}, {"citation-number": "37", "author": "Biervert", "title": "Der internationale Vergleich", "editor": "in: van Koolwiyk/Wieken-Mayser (.)", "container-title": "Techniken empirischer Sozialforschung", "date": "1975"}]}
-{"in": "38 Verba, The Uses of Survey Research in the Study of Comparative Politics \u2014 Issues and Strategies, in: Rokkan/Verba/Viet/Almasy 56 (80).", "out": [{"citation-number": "38", "author": "Verba", "title": "The Uses of Survey Research in the Study of Comparative Politics \u2014 Issues and Strategies", "editor": "in: Rokkan/Verba/Viet/Almasy"}]}
-{"in": "39 Gessner, Soziologische \u00dcberlegungen zu einer Theorie der angewandten Rechtsvergleichung, in: Drobnig/Rehbinder 123 (134 ff.).", "out": [{"citation-number": "39", "author": "Gessner", "title": "Soziologische \u00dcberlegungen zu einer Theorie der angewandten Rechtsvergleichung", "editor": "in: Drobnig/Rehbinder"}]}
-{"in": "40 Nowak (oben N. 7) 42.", "out": [{"citation-number": "40", "author": "Nowak", "backref": "oben N. 7)"}]}
+{"in": "35 Dazu etwa Armer, Methodology Problems and Possibilities in Comparative Research, in: Armer/Grimsbaw 49 (50 ff.); Smelser 182 f.; Trommsdorf, M\u00f6glichkeiten und Probleme des Kulturvergleichs am Beispiel einer Agressionsstudie, KZfSS 30 (1978) 361 (364 ff.).", "out": [{"citation-number": "35", "author": "Armer", "title": "Methodology Problems and Possibilities in Comparative Research", "editor": "Armer/Grimsbaw"}, {"citation-number": "35", "author": "Smelser"}, {"citation-number": "35", "author": "Trommsdorf", "title": "M\u00f6glichkeiten und Probleme des Kulturvergleichs am Beispiel einer Agressionsstudie", "journal": "KZfSS", "date": "1978"}]}
+{"in": "36 Wenn die Strenge elterlicher Strafen gemessen werden soll, kann man etwa darauf ausweichen, welche Strafe die Kinder am meisten f\u00fcrchten, siehe Malewswka/Peyre, Juvenile Deliquency and Development, in: Szalai/Petrella 131 (157 f.).", "out": [{"citation-number": "36", "author": "Malewswka/Peyre", "title": "Juvenile Deliquency and Development", "editor": "Szalai/Petrella"}]}
+{"in": "37 N\u00e4her Scheuch, The Cross-Cultural Use of Sample Surveys \u2014 Problems of Comparability, in: Rokkan 176 (185); Biervert, Der internationale Vergleich, in: van Koolwiyk/Wieken-Mayser (Hrsg.), Techniken empirischer Sozialforschung, Bd. 2 (1975) 113 (124 ff.).", "out": [{"citation-number": "37", "author": "Scheuch", "title": "The Cross-Cultural Use of Sample Surveys \u2014 Problems of Comparability", "editor": "Rokkan"}, {"citation-number": "37", "author": "Biervert", "title": "Der internationale Vergleich", "editor": "van Koolwiyk/Wieken-Mayser", "container-title": "Techniken empirischer Sozialforschung", "date": "1975"}]}
+{"in": "38 Verba, The Uses of Survey Research in the Study of Comparative Politics \u2014 Issues and Strategies, in: Rokkan/Verba/Viet/Almasy 56 (80).", "out": [{"citation-number": "38", "author": "Verba", "title": "The Uses of Survey Research in the Study of Comparative Politics \u2014 Issues and Strategies", "editor": "Rokkan/Verba/Viet/Almasy"}]}
+{"in": "39 Gessner, Soziologische \u00dcberlegungen zu einer Theorie der angewandten Rechtsvergleichung, in: Drobnig/Rehbinder 123 (134 ff.).", "out": [{"citation-number": "39", "author": "Gessner", "title": "Soziologische \u00dcberlegungen zu einer Theorie der angewandten Rechtsvergleichung", "editor": "Drobnig/Rehbder"}]}
+{"in": "40 Nowak (oben N. 7) 42.", "out": [{"citation-number": "40", "author": "Nowak", "backref": "oben N. 7"}]}
 {"in": "41 F\u00fcr die Bedeutung der funktionalen \u00c4quivalenz beruft man sich h\u00e4ufig auf Merton , der sie am Beispiel der Religion n\u00e4her erl\u00e4utert hat (Social Theory and Social Structure, New York, London, erweiterte Aufl. 1968, S. 82 ff.): Eine gemeinsame Religion erf\u00fcllt im allgemeinen data\". OECD, The OECD Social Indicator Development Programme - 1976 Progress Report on Phase II (Paris 1977) 40.", "out": [{"citation-number": "41", "author": "Merton", "title": "Social Theory and Social Structure", "date": "1968"}, {"citation-number": "41", "author": "OECD", "title": "The OECD Social Indicator Development Programme - 1976 Progress Report on Phase II", "date": "1977"}]}
 {"in": "43 Rheinstein, Marriage Stability, Divorce, and the Law (Chicago 1972).", "out": [{"citation-number": "43", "author": "Rheinstein", "title": "Marriage Stability, Divorce, and the Law", "date": "1972"}]}
-{"in": "44 Abel (oben N. 4) 194 ff., 221 f. - Siehe auch Wilpert, Die Messung von Mitbestimmungsnormen \u2014 Darstellung eines international vergleichenden Forschungsansatzes (HM-Paper 1979\u2014 13) 2 ff. - Zur Behandlung der \u201eKultur\" in vergleichenden Untersuchungen n\u00e4her Scheuch (oben N. 37) 197 ff.", "out": [{"citation-number": "44", "author": "Abel", "backref": "oben N. 4)"}, {"citation-number": "44", "author": "HM-Paper", "title": "Die Messung von Mitbestimmungsnormen \u2014 Darstellung eines international vergleichenden Forschungsansatzes", "date": "1979"}, {"citation-number": "44", "author": "Scheuch", "backref": "oben N. 37)"}]}
-{"in": "45 Abel (oben N. 4) 207 ff. \u2014 Siehe auch Constantinesco, Ideologie als determinierendes Ele ment zur Bildung der Rechtskreise, Zeitschrift f\u00fcr Rechtsvergleichung 19 (1978) 161 ff.", "out": [{"citation-number": "45", "author": "Abel", "backref": "oben N. 4)"}, {"citation-number": "45", "author": "Constantinesco", "title": "Ideologie als determinierendes Ele ment zur Bildung der Rechtskreise", "journal": "Zeitschrift f\u00fcr Rechtsvergleichung", "date": "1978"}]}
-{"in": "46 Siehe Blankenburg (oben N. 33) 3 ff.", "out": [{"citation-number": "46", "author": "Blankenburg", "backref": "oben N. 33)"}]}
-{"in": "47 Rose (oben N. 7) 176.", "out": [{"citation-number": "47", "author": "Rose", "backref": "oben N. 7)"}]}
-{"in": "48 Dazu etwa Benda-Beckmann (oben N. 4) 55 ff.; Constantinesco, \u00dcber den Stil der \u201eStilthe orie\" in der Rechtsvergleichung, ZvglRW 78 (1979) 154 ff. mwNachw. \u2014 Eine vergleichbare Debatte \u00fcber \u201e\u00e4hnliche\u201c und \u201eun\u00e4hnliche Gesellschaften\u201c wird seit D\u00fcrkheim auch in der Soziologie gef\u00fchrt. Siehe Payne (oben N. 13) 16 ff.", "out": [{"citation-number": "48", "author": "Benda-Beckmann", "backref": "oben N. 4)"}, {"citation-number": "48", "author": "Constantinesco", "title": "\u00dcber den Stil der \u201eStilthe orie\" in der Rechtsvergleichung", "journal": "ZvglRW", "date": "1979"}, {"citation-number": "48", "author": "Payne", "backref": "oben N. 13)"}]}
+{"in": "44 Abel (oben N. 4) 194 ff., 221 f. - Siehe auch Wilpert, Die Messung von Mitbestimmungsnormen \u2014 Darstellung eines international vergleichenden Forschungsansatzes (HM-Paper 1979\u2014 13) 2 ff. - Zur Behandlung der \u201eKultur\" in vergleichenden Untersuchungen n\u00e4her Scheuch (oben N. 37) 197 ff.", "out": [{"citation-number": "44", "author": "Abel", "backref": "oben N. 4"}, {"citation-number": "44", "author": "HM-Paper", "title": "Die Messung von Mitbestimmungsnormen \u2014 Darstellung eines international vergleichenden Forschungsansatzes", "date": "1979"}, {"citation-number": "44", "author": "Scheuch", "backref": "oben N. 37"}]}
+{"in": "45 Abel (oben N. 4) 207 ff. \u2014 Siehe auch Constantinesco, Ideologie als determinierendes Ele ment zur Bildung der Rechtskreise, Zeitschrift f\u00fcr Rechtsvergleichung 19 (1978) 161 ff.", "out": [{"citation-number": "45", "author": "Abel", "backref": "oben N. 4"}, {"citation-number": "45", "author": "Constantinesco", "title": "Ideologie als determinierendes Ele ment zur Bildung der Rechtskreise", "journal": "Zeitschrift f\u00fcr Rechtsvergleichung", "date": "1978"}]}
+{"in": "46 Siehe Blankenburg (oben N. 33) 3 ff.", "out": [{"citation-number": "46", "author": "Blankenburg", "backref": "oben N. 33"}]}
+{"in": "47 Rose (oben N. 7) 176.", "out": [{"citation-number": "47", "author": "Rose", "backref": "oben N. 7"}]}
+{"in": "48 Dazu etwa Benda-Beckmann (oben N. 4) 55 ff.; Constantinesco, \u00dcber den Stil der \u201eStilthe orie\" in der Rechtsvergleichung, ZvglRW 78 (1979) 154 ff. mwNachw. \u2014 Eine vergleichbare Debatte \u00fcber \u201e\u00e4hnliche\u201c und \u201eun\u00e4hnliche Gesellschaften\u201c wird seit D\u00fcrkheim auch in der Soziologie gef\u00fchrt. Siehe Payne (oben N. 13) 16 ff.", "out": [{"citation-number": "48", "author": "Benda-Beckmann", "backref": "oben N. 4"}, {"citation-number": "48", "author": "Constantinesco", "title": "\u00dcber den Stil der \u201eStilthe orie\" in der Rechtsvergleichung", "journal": "ZvglRW", "date": "1979"}, {"citation-number": "48", "author": "Payne", "backref": "oben N. 13"}]}
 {"in": "49 Siehe Zweigert/K\u00f6tz I 70.", "out": [{"citation-number": "49", "author": "Zweigert/K\u00f6tz"}]}
-{"in": "50 Hofstede, Cultural Determinants of the Exercise of Power in a Hierarchy (Mimeographed, European Institute for Advanced Studies in Management Working Paper 1977 -8). Ebenso f\u00fcr das Arbeitsrecht D\u00e4ubler (oben N. 32) 33, der auch die skandinavischen L\u00e4nder in diese Gruppe aufnimmt.", "out": [{"citation-number": "50", "author": "Hofstede", "title": "Cultural Determinants of the Exercise of Power in a Hierarchy", "container-title": "European Institute for Advanced Studies in Management Working Paper", "date": "1977"}, {"citation-number": "50", "author": "D\u00e4ubler", "backref": "oben N. 32)"}]}
-{"in": "51 Dazu Zweigert/K\u00f6tz 1 110 f. \u2014 Kritisch Benda-Beckmann (oben N. 4) 58 ff.", "out": [{"citation-number": "51", "author": "Zweigert/K\u00f6tz"}, {"citation-number": "51", "author": "Benda-Beckmann", "backref": "oben N. 4)"}]}
+{"in": "50 Hofstede, Cultural Determinants of the Exercise of Power in a Hierarchy (Mimeographed, European Institute for Advanced Studies in Management Working Paper 1977 -8). Ebenso f\u00fcr das Arbeitsrecht D\u00e4ubler (oben N. 32) 33, der auch die skandinavischen L\u00e4nder in diese Gruppe aufnimmt.", "out": [{"citation-number": "50", "author": "Hofstede", "title": "Cultural Determinants of the Exercise of Power in a Hierarchy", "container-title": "European Institute for Advanced Studies in Management Working Paper", "date": "1977"}, {"citation-number": "50", "author": "D\u00e4ubler", "backref": "oben N. 32"}]}
+{"in": "51 Dazu Zweigert/K\u00f6tz 1 110 f. \u2014 Kritisch Benda-Beckmann (oben N. 4) 58 ff.", "out": [{"citation-number": "51", "author": "Zweigert/K\u00f6tz"}, {"citation-number": "51", "author": "Benda-Beckmann", "backref": "oben N. 4"}]}
 {"in": "52 IDE-International Research Group, Industrial Democracy in Europe (erscheint bei Oxford University Press, London 1980) Chapter VIII.", "out": [{"citation-number": "52", "author": "IDE-International Research Group", "title": "Industrial Democracy in Europe", "date": "1980"}]}
 {"in": "53 Zweigert/K\u00f6tz I 78.", "out": [{"citation-number": "53", "author": "Zweigert/K\u00f6tz"}]}
-{"in": "54 IDE-International Research Group (oben N. 52) Chapter VIII.", "out": [{"citation-number": "54", "author": "IDE-International Research Group", "backref": "oben N. 52)"}]}
-{"in": "55 Daf\u00fcr D\u00e4ubler (oben N. 32) 33. Rechtsvergleicbung und vergleichende Recbtssoxiologie 79", "out": [{"citation-number": "55", "author": "D\u00e4ubler", "backref": "oben N. 32)"}]}
+{"in": "54 IDE-International Research Group (oben N. 52) Chapter VIII.", "out": [{"citation-number": "54", "author": "IDE-International Research Group", "backref": "oben N. 52"}]}
+{"in": "55 Daf\u00fcr D\u00e4ubler (oben N. 32) 33. Rechtsvergleicbung und vergleichende Recbtssoxiologie 79", "out": [{"citation-number": "55", "author": "D\u00e4ubler", "backref": "oben N. 32"}]}
 {"in": "56 Siehe dazu Rheinstein, Die Rechtshonoratioren und ihr Einflu\u00df auf Charakter und Funk tion der Rechtsordnungen, RabelsZ 34 (1970) 1 ff.; Bernstein, Rechtsstile und Rechtshono ratioren. Ein Beitrag zur Methode der Rechtsvergleichung, RabelsZ 34 (1970) 443 ff.", "out": [{"citation-number": "56", "author": "Rheinstein", "title": "Die Rechtshonoratioren und ihr Einflu\u00df auf Charakter und Funk tion der Rechtsordnungen", "journal": "RabelsZ", "date": "1970"}, {"citation-number": "56", "author": "Bernstein", "title": "Rechtsstile und Rechtshono ratioren. Ein Beitrag zur Methode der Rechtsvergleichung", "journal": "RabelsZ", "date": "1970"}]}
-{"in": "57 Dazu etwa Ruescbemeyer, Lawyers and their Societies -- A Comparative Analysis of the Legal Profession in Germany and the United States (Cambridge, Mass. 1973); ders., The Legal Profession in Comparative Perspective, in: H. M. Johnson, Social System and Legal Process (San Francisco, Washington, London 1978) 97 ff.", "out": [{"citation-number": "57", "author": "Ruescbemeyer", "title": "Lawyers and their Societies -- A Comparative Analysis of the Legal Profession in Germany and the United States", "date": "1973"}, {"citation-number": "57", "author": "ders", "title": "The Legal Profession in Comparative Perspective", "editor": "in: H. M. Johnson", "container-title": "Social System and Legal Process", "date": "1978"}]}
+{"in": "57 Dazu etwa Ruescbemeyer, Lawyers and their Societies -- A Comparative Analysis of the Legal Profession in Germany and the United States (Cambridge, Mass. 1973); ders., The Legal Profession in Comparative Perspective, in: H. M. Johnson, Social System and Legal Process (San Francisco, Washington, London 1978) 97 ff.", "out": [{"citation-number": "57", "author": "Ruescbemeyer", "title": "Lawyers and their Societies -- A Comparative Analysis of the Legal Profession in Germany and the United States", "date": "1973"}, {"citation-number": "57", "author": "ders", "title": "The Legal Profession in Comparative Perspective", "editor": "H. M. Johnson", "container-title": "Social System and Legal Process", "date": "1978"}]}
 {"in": "58 Klausa, Politische Inhaltsanalyse von Rechtslehrertexten, ZfS 8 (1979) 362 ff.", "out": [{"citation-number": "58", "author": "Klausa", "title": "Politische Inhaltsanalyse von Rechtslehrertexten", "journal": "ZfS", "date": "1979"}]}
-{"in": "59 Siehe Nowak (oben N. 7) 23 ff.; Smelser 167 ff.", "out": [{"citation-number": "59", "author": "Nowak", "backref": "oben N. 7)"}, {"citation-number": "59", "author": "Smelser"}]}
-{"in": "60 Dazu n\u00e4her Teune, Analysis and Interpretation in Cross-National Survey Research, in: Szalai/Petrella 95 (101) ff.", "out": [{"citation-number": "60", "author": "Teune", "title": "Analysis and Interpretation in Cross-National Survey Research", "editor": "in: Szalai/Petrella"}]}
+{"in": "59 Siehe Nowak (oben N. 7) 23 ff.; Smelser 167 ff.", "out": [{"citation-number": "59", "author": "Nowak", "backref": "oben N. 7"}, {"citation-number": "59", "author": "Smelser"}]}
+{"in": "60 Dazu n\u00e4her Teune, Analysis and Interpretation in Cross-National Survey Research, in: Szalai/Petrella 95 (101) ff.", "out": [{"citation-number": "60", "author": "Teune", "title": "Analysis and Interpretation in Cross-National Survey Research", "editor": "Szalai/Petrella"}]}
 {"in": "61 Siehe dazu Nader/Todd, The Disputing Process \u2014 Law in Ten Societies (New York 1978).", "out": [{"citation-number": "61", "author": "Nader/Todd", "title": "The Disputing Process \u2014 Law in Ten Societies", "date": "1978"}]}
-{"in": "62 Siehe zum entsprechenden Problem in der Kriminologie Kaiser ( oben N. 22) 88 mwNachw. ; Blazicek/Janeksela (oben N. 30) 235 f., 242.", "out": [{"citation-number": "62", "title": "Problem in der Kriminologie", "author": "Kaiser", "backref": "oben N. 22)"}, {"citation-number": "62", "author": "Blazicek/Janeksela", "backref": "oben N. 30)"}]}
+{"in": "62 Siehe zum entsprechenden Problem in der Kriminologie Kaiser ( oben N. 22) 88 mwNachw. ; Blazicek/Janeksela (oben N. 30) 235 f., 242.", "out": [{"citation-number": "62", "title": "Problem in der Kriminologie", "author": "Kaiser", "backref": "oben N. 22"}, {"citation-number": "62", "author": "Blazicek/Janeksela", "backref": "oben N. 30"}]}
 {"in": "63 Clinard, Comparative Crime Victimization Surveys \u2014 Some Problems and Results, Int. J. Crim, and Pen. 6 (1978) 221 ff.", "out": [{"citation-number": "63", "author": "Clinard", "title": "Comparative Crime Victimization Surveys \u2014 Some Problems and Results", "journal": "Int. J. Crim, and Pen", "date": "1978"}]}
 {"in": "64 Siehe Abel-Smith/Zander/Brooke, Legal Problems and the Citizen (London 1973); Rokumoto, Legal Problems and the Use of Law in Tokio and London - A Preliminary Study in International Comparison, ZfS 7 (1978) 228 ff.; Schuyt/Groenendijk/Sloot, Rechtspro bleme oder private Schwierigkeiten \u2014 Die Inanspruchnahme von Rechtshilfe in den Nieder landen, in: Jahrbuch f\u00fcr Rechtssoziologie und Rechtstheorie 5 (1978) 109 ff. Rechtsvergleichung und vergleichende Rechtssoziologie 81", "out": [{"citation-number": "64", "author": "Abel-Smith/Zander/Brooke", "title": "Legal Problems and the Citizen", "date": "1973"}, {"citation-number": "64", "author": "Rokumoto", "title": "Legal Problems and the Use of Law in Tokio and London - A Preliminary Study in International Comparison", "journal": "ZfS", "date": "1978"}, {"citation-number": "64", "author": "Schuyt/Groenendijk/Sloot", "title": "Rechtspro bleme oder private Schwierigkeiten \u2014 Die Inanspruchnahme von Rechtshilfe in den Nieder landen", "journal": "Jahrbuch f\u00fcr Rechtssoziologie und Rechtstheorie", "date": "1978"}]}
 {"in": "65 Dazu Podgdrecki, Comparative Studies on the Attitudes Towards Various Legal Systems, Polish Sociological Bulletin 21 No. 1 (1970) 83 (88 ff.). \u2014 Siehe auch Ziegen, Zur Effek tivit\u00e4t der Rechtssoziologie: die Rekonstruktion der Gesellschaft durch Recht (1975) 196 ff.", "out": [{"citation-number": "65", "author": "Podgdrecki", "title": "Comparative Studies on the Attitudes Towards Various Legal Systems", "journal": "Polish Sociological Bulletin", "date": "1970"}, {"citation-number": "65", "author": "Ziegen,", "title": "Zur Effek tivit\u00e4t der Rechtssoziologie: die Rekonstruktion der Gesellschaft durch Recht", "date": "1975"}]}
 {"in": "66 Siehe Podgdrecki, Legal Consciousness as a Research Problem, European Yearbook in Law and Sociology  1977 (Den Haag 1977) 85 (88 ff.).", "out": [{"citation-number": "66", "author": "Podgdrecki", "title": "Legal Consciousness as a Research Problem", "journal": "European Yearbook in Law and Sociology  1977", "date": "1977"}]}
-{"in": "67 Kutchinsky, \u201eThe Legal Consciousness\u201c: A Survey of Research on Knowledge and Opinion about Law, in: Podgdrecki/Kaupen/van Houtte/Vinke/Kutchinsky, Knowledge and Opinion about Law (Bristol 1973) 101 (126).", "out": [{"citation-number": "67", "author": "Kutchinsky", "title": "The Legal Consciousness\u201c: A Survey of Research on Knowledge and Opinion about Law", "editor": "in: Podgdrecki/Kaupen/van Houtte/Vinke/Kutchinsky", "container-title": "Knowledge and Opinion about Law", "date": "1973"}]}
-{"in": "68 Podgdrecki, Public Opinion on Law, in: Knowledge and Opinion about Law (vorige N.) 65 (84 ff.).", "out": [{"citation-number": "68", "author": "Podgdrecki", "title": "Public Opinion on Law", "container-title": "Knowledge and Opinion about Law", "backref": "vorige N.)"}]}
-{"in": "69 Heintz, Interkultureller Vergleich, in: K\u00f6nig (Hrsg.), Handbuch der empirischen Sozialfor schung, Bd. 4 (3. Aufl. 1974) 405 (414 f.).", "out": [{"citation-number": "69", "author": "Heintz", "title": "Interkultureller Vergleich", "editor": "in: K\u00f6nig (.)", "container-title": "Handbuch der empirischen Sozialfor schung", "date": "1974"}]}
+{"in": "67 Kutchinsky, \u201eThe Legal Consciousness\u201c: A Survey of Research on Knowledge and Opinion about Law, in: Podgdrecki/Kaupen/van Houtte/Vinke/Kutchinsky, Knowledge and Opinion about Law (Bristol 1973) 101 (126).", "out": [{"citation-number": "67", "author": "Kutchinsky", "title": "The Legal Consciousness\u201c: A Survey of Research on Knowledge and Opinion about Law", "editor": "Podgdrecki/Kaupen/van Houtte/Vke/Kutchsky", "container-title": "Knowledge and Opinion about Law", "date": "1973"}]}
+{"in": "68 Podgdrecki, Public Opinion on Law, in: Knowledge and Opinion about Law (vorige N.) 65 (84 ff.).", "out": [{"citation-number": "68", "author": "Podgdrecki", "title": "Public Opinion on Law", "container-title": "Knowledge and Opinion about Law", "backref": "vorige N"}]}
+{"in": "69 Heintz, Interkultureller Vergleich, in: K\u00f6nig (Hrsg.), Handbuch der empirischen Sozialfor schung, Bd. 4 (3. Aufl. 1974) 405 (414 f.).", "out": [{"citation-number": "69", "author": "Heintz", "title": "Interkultureller Vergleich", "editor": "K\u00f6nig", "container-title": "Handbuch der empirischen Sozialfor schung", "date": "1974"}]}
 {"in": "70 Siehe Hegenbarth, \u00dcber methodische und organisatorische Grenzen der empirischen Rechts forschung in Entwicklungsl\u00e4ndern, Informationsbrief f\u00fcr Rechtssoziologie April 1979, Son derheft 2, S. 5 ff. mwNachw.", "out": [{"citation-number": "70", "author": "Hegenbarth", "title": "\u00dcber methodische und organisatorische Grenzen der empirischen Rechts forschung in Entwicklungsl\u00e4ndern", "journal": "Informationsbrief f\u00fcr Rechtssoziologie", "date": "1979"}]}
 {"in": "71 Siehe etwa Gessner, Recht und Konflikt \u2014 Eine soziologische Untersuchungprivatrechtlicher Konflikte in Mexiko (1976) 37 ff.", "out": [{"citation-number": "71", "author": "Gessner", "title": "Recht und Konflikt \u2014 Eine soziologische Untersuchungprivatrechtlicher Konflikte in Mexiko", "date": "1976"}]}
-{"in": "72 Vgl. Heintz (oben N. 69) 407.", "out": [{"citation-number": "72", "author": "Heintz", "backref": "oben N. 69)"}]}
+{"in": "72 Vgl. Heintz (oben N. 69) 407.", "out": [{"citation-number": "72", "author": "Heintz", "backref": "oben N. 69"}]}
 {"in": "73 Da die theoretischen und technischen Erfordernisse solcher Vergleiche in der Tat komplex sind, bestand in der Kriminologie noch Mitte der sechziger Jahre internationale \u00dcberein stimmung, da\u00df vergleichenden Studien kein Vorrang zu geben sei. Dazu Friday, Problems in Comparative Criminology, Int. J. Crim. 1 (1973) 151 (152).", "out": [{"citation-number": "73", "author": "Friday", "title": "Problems in Comparative Criminology", "journal": "Int. J. Crim", "date": "1973"}]}
-{"in": "74 Zur Anlage vergleichender Studien n\u00e4her Rokkan, Vergleichende Sozialwissenschaft (1972) 9 ff.; Szalai, The Organization and Execution of Cross-National Survey Research Projects, in: Szalai/Petrella 49 ff. sowie IDE-International Research Group (oben N. 52) Chapter I.", "out": [{"citation-number": "74", "author": "Rokkan", "title": "Vergleichende Sozialwissenschaft", "date": "1972"}, {"citation-number": "74", "author": "IDE-International Research Group", "title": "The Organization and Execution of Cross-National Survey Research Projects", "editor": "in: Szalai/Petrella", "backref": "oben N. 52)"}]}
-{"in": "75 Siehe Blegvad, Methodological Aspects of the Project \u201eLocal Legal Systems\u201c, in: Kulcs\u00e1r (Hrsg.), Sociology of Law and Legal Sciences (Budapest 1977) 97 (99 ff.).", "out": [{"citation-number": "75", "author": "Blegvad", "title": "Methodological Aspects of the Project \u201eLocal Legal Systems", "editor": "in: Kulcs\u00e1r (.)", "container-title": "Sociology of Law and Legal Sciences", "date": "1977"}]}
+{"in": "74 Zur Anlage vergleichender Studien n\u00e4her Rokkan, Vergleichende Sozialwissenschaft (1972) 9 ff.; Szalai, The Organization and Execution of Cross-National Survey Research Projects, in: Szalai/Petrella 49 ff. sowie IDE-International Research Group (oben N. 52) Chapter I.", "out": [{"citation-number": "74", "author": "Rokkan", "title": "Vergleichende Sozialwissenschaft", "date": "1972"}, {"citation-number": "74", "author": "IDE-International Research Group", "title": "The Organization and Execution of Cross-National Survey Research Projects", "editor": "Szalai/Petrella", "backref": "oben N. 52"}]}
+{"in": "75 Siehe Blegvad, Methodological Aspects of the Project \u201eLocal Legal Systems\u201c, in: Kulcs\u00e1r (Hrsg.), Sociology of Law and Legal Sciences (Budapest 1977) 97 (99 ff.).", "out": [{"citation-number": "75", "author": "Blegvad", "title": "Methodological Aspects of the Project \u201eLocal Legal Systems", "editor": "Kulcs\u00e1r", "container-title": "Sociology of Law and Legal Sciences", "date": "1977"}]}
 {"in": "76 Dazu n\u00e4her Zweigert, Die kritische Wertung in der Rechtsvergleichung, Festschrift f\u00fcr Schmitthoff (1973) 403 ff.", "out": [{"citation-number": "76", "author": "Zweigert", "title": "Die kritische Wertung in der Rechtsvergleichung", "container-title": "Festschrift f\u00fcr Schmitthoff", "date": "1973"}]}
 {"in": "77 Siehe etwa zu vorliegenden franz\u00f6sischen Untersuchungen D\u00f6rner, Rechtstatsachenforschung und Gesetzgebung \u2014 Hinweise zur Entwicklung einer Gesetzgebungssoziologie in Frank reich, Interview und Analyse 1979, 377 ff.", "out": [{"citation-number": "77", "author": "D\u00f6rner", "title": "Rechtstatsachenforschung und Gesetzgebung \u2014 Hinweise zur Entwicklung einer Gesetzgebungssoziologie in Frank reich", "journal": "Interview und Analyse", "date": "1979"}]}
 {"in": "78 Siehe Bryde, Recht und Konflikt \u2014 Mexiko und Afrika, Verfassung und Recht in Obersee 12 (1979), 159 ff.", "out": [{"citation-number": "78", "author": "Siehe Bryde", "title": "Recht und Konflikt \u2014 Mexiko und Afrika", "journal": "Verfassung und Recht in Obersee", "date": "1979"}]}
diff --git a/convert-anystyle-data/readme.md b/convert-anystyle-data/readme.md
index e5f370ea009103f5d903dab941e1cd30670cf9b6..f1b25e06d4141219833283193f6cc1dc1f0a74d3 100644
--- a/convert-anystyle-data/readme.md
+++ b/convert-anystyle-data/readme.md
@@ -1,14 +1,14 @@
 # Conversion of AnyStyle training data to other formats
 
 This subrepo contains code to convert the existing training data in the AnyStyle formats (XML, TTX) into other formats
-that can be used with other tools like prodigy or are more standardized (such as LinkML)
+that can be used with other tools like prodigy or which are more standardized (such as LinkML)
 
 Note: The automatic generation of a LinkML schema from the converted JSONL files using the schema-automator tool 
 introduces a huge dependency tree - use a virtual environment to avoid cluttering your python installation.
 
 ## Content of directories:
 
-- `in`: AnyStyle Ground Truth for document- (ttx) and footnote-level (xml) reference information
+- `in`: AnyStyle Ground Truth for document-level (ttx) and footnote-level (xml) reference information
 - `jsonl`: AnyStyle footnote GT converted to a JSONL objects with "in" (Complete footnote as a string) and "out"
   (Structured data) fields
 - `json`: json files containing a flat list of objects with the structured data of the references in the footnotes
diff --git a/convert-anystyle-data/schema/10.1111_1467-6478.00080-schema.yaml b/convert-anystyle-data/schema/10.1111_1467-6478.00080-schema.yaml
index c1582843ca58ff64cf8a4786396c6036369daec6..aa9531c4fcfcaaecfd7b0c6b9f4bceb4d336339a 100644
--- a/convert-anystyle-data/schema/10.1111_1467-6478.00080-schema.yaml
+++ b/convert-anystyle-data/schema/10.1111_1467-6478.00080-schema.yaml
@@ -42,7 +42,7 @@ slots:
     range: string
   legal-ref:
     examples:
-    - value: Cmnd. 2154)
+    - value: Cmnd. 2154
     range: string
 classes:
   Container:
diff --git a/convert-anystyle-data/schema/10.1515_zfrs-1980-0103-schema.yaml b/convert-anystyle-data/schema/10.1515_zfrs-1980-0103-schema.yaml
index 939d2ee74e32c1dd0259478ce16c2b026d922100..d17420a86e8ab4a27bced9085e8fbdeb733415c8 100644
--- a/convert-anystyle-data/schema/10.1515_zfrs-1980-0103-schema.yaml
+++ b/convert-anystyle-data/schema/10.1515_zfrs-1980-0103-schema.yaml
@@ -34,7 +34,7 @@ slots:
     range: string
   editor:
     examples:
-    - value: "in: Vereinigung f\xFCr Rechtssoziologie (.)"
+    - value: "Vereigung f\xFCr Rechtssoziologie"
     range: string
   container-title:
     examples:
diff --git a/convert-anystyle-data/schema/10.1515_zfrs-1980-0104-schema.yaml b/convert-anystyle-data/schema/10.1515_zfrs-1980-0104-schema.yaml
index 26130fb4d380d6e4432e83cc90f194b538667978..61d2bef971a9e8cc47d7759f261cda0296358f4a 100644
--- a/convert-anystyle-data/schema/10.1515_zfrs-1980-0104-schema.yaml
+++ b/convert-anystyle-data/schema/10.1515_zfrs-1980-0104-schema.yaml
@@ -10,7 +10,7 @@ default_prefix: Container
 slots:
   editor:
     examples:
-    - value: "in: Kulcs\xE1r (.)"
+    - value: "Kulcs\xE1r"
     range: string
   title:
     examples:
@@ -38,7 +38,7 @@ slots:
     range: string
   backref:
     examples:
-    - value: oben N. 52)
+    - value: oben N. 52
     range: string
 classes:
   Container:
diff --git a/convert-anystyle-data/schema/simple-schema.yaml b/convert-anystyle-data/schema/simple-schema.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..4c2b90ca1801824df15d9e1aa49be7d05ab3b0b1
--- /dev/null
+++ b/convert-anystyle-data/schema/simple-schema.yaml
@@ -0,0 +1,85 @@
+name: Container
+description: Container
+id: https://w3id.org/Container
+imports:
+- linkml:types
+prefixes:
+  linkml: https://w3id.org/linkml/
+  Container: https://w3id.org/Container
+default_prefix: Container
+slots:
+  citation-number:
+    examples:
+    - value: '57'
+    range: string
+    description: The number of the footnote in which a reference occurs or the number
+      of the reference in the Vancouver citation system
+  author:
+    examples:
+    - value: G. Steiner
+    range: string
+    description: The full name names of the authors or creators of a work
+  title:
+    examples:
+    - value: 'Errata: An Examined Life'
+    range: string
+    description: The title of a work
+  container-title:
+    examples:
+    - value: Pressing Problems in the Law
+    range: string
+    description: The name of the work in which the referenced work is contained, such
+      as an edited volume
+  editor:
+    examples:
+    - value: P. Birks
+    range: string
+    description: The names of the editors of a work containing other works
+  date:
+    examples:
+    - value: '1997'
+    range: string
+    description: The date of the publication of the work, usually the year
+  journal:
+    examples:
+    - value: The Law Teacher
+    range: string
+    description: The name of the journal in which the work is published
+  backref:
+    examples:
+    - value: op. cit., n. 12
+    range: string
+    description: A string containing a reference to a previous citation or footnote,
+      which is the source of the actual reference data
+  legal-ref:
+    examples:
+    - value: Cmnd. 2154
+    range: string
+    description: A legal reference, such as the name or identifier of a court decision
+      or law, sometimes including the source where this reference can be found
+classes:
+  Container:
+    slots:
+    - citation-number
+    - author
+    - title
+    - container-title
+    - editor
+    - date
+    - journal
+    - backref
+    - legal-ref
+    tree_root: true
+    unique_keys:
+      title_key:
+        unique_key_name: title_key
+        unique_key_slots:
+        - title
+      container-title_key:
+        unique_key_name: container-title_key
+        unique_key_slots:
+        - container-title
+      legal-ref_key:
+        unique_key_name: legal-ref_key
+        unique_key_slots:
+        - legal-ref
diff --git a/convert-anystyle-data/schema/slot-data.yaml b/convert-anystyle-data/schema/slot-data.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..42d251436b778324c73112decf97d0dbce1af540
--- /dev/null
+++ b/convert-anystyle-data/schema/slot-data.yaml
@@ -0,0 +1,28 @@
+slots:
+  citation-number:
+    description: The number of the footnote in which a reference occurs or the number of the reference in the Vancouver citation system
+    range: string
+  author:
+    description: The full name names of the authors or creators of a work
+    range: string
+  title:
+    description: The title of a work
+    range: string
+  container-title:
+    description: The name of the work in which the referenced work is contained, such as an edited volume
+    range: string
+  editor:
+    description: The names of the editors of a work containing other works
+    range: string
+  date:
+    description: The date of the publication of the work, usually the year
+    range: string
+  journal:
+    description: The name of the journal in which the work is published
+    range: string
+  backref:
+    description: A string containing a reference to a previous citation or footnote, which is the source of the actual reference data
+    range: string
+  legal-ref:
+    description: A legal reference, such as the name or identifier of a court decision or law, sometimes including the source where this reference can be found
+    range: string
\ No newline at end of file