Provisions
Data license: Government edicts — not subject to copyright · Data source: nycourts.gov
2 rows where county = "New York", doc_id = 71 and topics = "["courtroom-procedures", "attorney-conduct"]"
This data as json, CSV (advanced)
Suggested facets: topics (array), cross_references (array)
topics 1
- ["courtroom-procedures", "attorney-conduct"] · 2 ✖
judicial_district 1
- 1 2
doc_type 1
county 1
- New York · 2 ✖
| provision_id ▼ | doc_id | judge_id | rule_number | title | text | source_page | topics | cross_references | judicial_district | county | court_type | doc_type |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| NY-SC-1JD-CRAWFORD-P38-002 | Part 38 Individual Part Rules 71 | NY-SC-1JD-CRAWFORD | General-7 | Junior Attorney Development; Preferred Names and Pronouns; Redaction | The Court supports the professional development of junior attorneys and encourages their participation in trials, oral argument, conferences, and any other speaking roles. Counsel or self-represented parties may inform Justice Crawford during an appearance, or her Law Clerks by email copying all parties, of their preferred name or pronouns. Parties shall omit or redact confidential personal information in papers submitted to the Court for filing (22 NYCRR 202.5[e][1]). | ["courtroom-procedures", "attorney-conduct"] | ["22 NYCRR 202.5[e][1]"] | 1 | New York | supreme | part_rules | |
| NY-SC-1JD-CRAWFORD-P38-005 | Part 38 Individual Part Rules 71 | NY-SC-1JD-CRAWFORD | Appearances-1 | Appearances - All In-Person; Knowledge and Authority Required; Default for Failure | All Court appearances will be in person unless otherwise indicated; exceptions may be granted under very limited circumstances. Counsel for all parties or self-represented parties must be present at all appearances. Appearing counsel must be familiar with the case, fully prepared and authorized to discuss and resolve the issues scheduled to be addressed. Failure to comply may be treated as a default under 22 NYCRR 202.27 and/or a failure to appear under 22 NYCRR 130.2.1. Failure to appear may result in default, inquest, or dismissal. | ["courtroom-procedures", "attorney-conduct"] | ["22 NYCRR 202.27", "22 NYCRR 130.2.1"] | 1 | New York | 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'
);