Provisions
Data license: Government edicts — not subject to copyright · Data source: nycourts.gov
1 row where doc_id = 141 and topics = "["conference-procedures", "attorney-conduct", "matrimonial"]"
This data as json, CSV (advanced)
Suggested facets: topics (array), cross_references (array)
topics 1
- ["conference-procedures", "attorney-conduct", "matrimonial"] · 1 ✖
judicial_district 1
- 9 1
doc_type 1
county 1
- Putnam 1
| provision_id ▼ | doc_id | judge_id | rule_number | title | text | source_page | topics | cross_references | judicial_district | county | court_type | doc_type |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| CAPONE-004 | Individual Part Rules – Hon. Gina C. Capone, Putnam County Supreme Court 141 | NY-SC-9JD-CAPONE | III.A | Conference General Rules | Counsel, including per diem covering counsel and pro se litigants, must appear on time, be fully familiar with the action(s) on which they appear, be authorized and prepared to discuss all factual and legal issues presented by the litigation and settlement demands or offers, and be authorized to enter into any agreement on behalf of their client. In matrimonial actions, attorneys are to appear with their clients for all conferences unless appearances are dispensed with by the Court. In non-matrimonial actions, parties need not appear for conferences unless directed by the Court. | ["conference-procedures", "attorney-conduct", "matrimonial"] | ["22 NYCRR \u00a7 202.1"] | 9 | Putnam | supreme | part_rules |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE provisions (
provision_id TEXT PRIMARY KEY,
doc_id INTEGER REFERENCES documents(doc_id),
judge_id TEXT REFERENCES judges(judge_id),
rule_number TEXT,
title TEXT,
text TEXT,
source_page INTEGER,
topics TEXT,
cross_references TEXT,
judicial_district INTEGER,
county TEXT,
court_type TEXT DEFAULT 'supreme',
doc_type TEXT DEFAULT 'part_rules'
);