Provisions
Data license: Government edicts — not subject to copyright · Data source: nycourts.gov
1 row where doc_id = 71 and topics = "["e-filing", "part-rules", "courtroom-procedures"]"
This data as json, CSV (advanced)
Suggested facets: topics (array), cross_references (array)
topics 1
- ["e-filing", "part-rules", "courtroom-procedures"] · 1 ✖
judicial_district 1
- 1 1
doc_type 1
county 1
- New York 1
| 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-001 | Part 38 Individual Part Rules 71 | NY-SC-1JD-CRAWFORD | General-1 | General Rules - No Recording; E-Filing; No Courtesy Copies; eTrack; ADA; Interpreters | No recording or photographing of any Court proceeding (22 NYCRR 29.1[a]). Part 38 is an e-filing part; all documents shall be filed via NYSCEF. All e-filed documents must be text-searchable in OCR-enabled format; the Court prefers that electronically-submitted memoranda of law contain bookmarks. The Court does not require working copies of documents filed electronically, unless specifically requested. Parties must file their appropriate appearances via NYSCEF for eTrack and maintain current email addresses in NYSCEF (22 NYCRR 202.5-b[f][2][i]). Requests for ADA accommodations should be directed to the Court System website then to the Part Clerk. Requests for language interpreters must be directed to the Part Clerk as soon as known, but not less than 21 calendar days before an appearance. | ["e-filing", "part-rules", "courtroom-procedures"] | ["22 NYCRR 29.1[a]", "22 NYCRR 202.5-b[f][2][i]"] | 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'
);