Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

feat(chancery): Update Chancery Courts #95

Merged
merged 1 commit into from
Jul 24, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
52 changes: 49 additions & 3 deletions courts_db/data/courts.json
Original file line number Diff line number Diff line change
Expand Up @@ -17446,6 +17446,27 @@
"system": "state",
"type": "appellate"
},
{
"case_types": [],
"citation_string": "Md. Ch.",
"court_url": "",
"dates": [
{
"end": "1854-06-04",
"start": ""
}
],
"examples": [],
"id": "mdch",
"level": "iac",
"location": "Maryland",
"name": "High Court of Chancery of Maryland",
"regex": [
"High Court of Chancery of Maryland"
],
"system": "state",
"type": "appellate"
},
{
"case_types": [],
"citation_string": "D. Maryland",
Expand Down Expand Up @@ -19974,6 +19995,27 @@
"system": "state",
"type": "appellate"
},
{
"case_types": [],
"citation_string": "MI Ct. Ch.",
"court_url": "",
"dates": [
{
"end": "1847-12-31",
"start": "1836-01-01"
}
],
"examples": [],
"id": "michchanct",
"level": "ljc",
"location": "Michigan",
"name": "Michigan Court of Chancery",
"regex": [
"Michigan Court of Chancery"
],
"system": "state",
"type": "trial"
},
{
"case_types": [],
"citation_string": "Bankr. E.D. Mich.",
Expand Down Expand Up @@ -20486,7 +20528,8 @@
"location": "Mississippi",
"name": "Mississippi Chancery Courts",
"regex": [
"Mississippi Chancery Courts"
"Mississippi Chancery Courts",
"Mississippi Superior Court of Chancery"
],
"system": "state",
"type": "appellate"
Expand Down Expand Up @@ -62174,7 +62217,9 @@
"location": "South Carolina",
"name": "Court of Chancery of South Carolina",
"notes": "See: https://www.carolana.com/SC/Courts/SC_Court_of_Equity.html",
"regex": [],
"regex": [
"Court of Chancery of South Carolina"
],
"system": "state",
"type": "appellate"
},
Expand Down Expand Up @@ -64447,7 +64492,8 @@
"notes": "https://en.wikipedia.org/wiki/Virginia_Court_of_Chancery",
"regex": [
"Superior Court of Chancery of Virginia",
"Virginia Chancery Court"
"Virginia Chancery Court",
"High Court of Chancery of Virginia"
],
"system": "state",
"type": "trial"
Expand Down
Loading