Provisions
Data license: Government edicts — not subject to copyright · Data source: nycourts.gov
1 row where doc_id = 76 and topics = "["remote-hearings", "matrimonial", "courtroom-procedures"]"
This data as json, CSV (advanced)
Suggested facets: topics (array), cross_references (array)
topics 1
- ["remote-hearings", "matrimonial", "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-PEARLMAN-008 | Part 44 Rules – Hon. Jeffrey H. Pearlman (Matrimonial Division) 76 | NY-SC-1JD-PEARLMAN | REMOTE-1 | Remote Video Appearances | Although there is a presumption of in person court, for those specific appearances where videoconference appearance has been permitted: parties and attorneys are expected to appear online promptly, 5 minutes before the official start time. Any party appearing in virtual court must take reasonable steps to ensure that their child(ren) are not present in the room or within hearing range of the proceedings. In the event that a private conversation is requested by counsel with their client, the court proceeding will pause. For virtual hearings, at the beginning of a witness' testimony, each witness shall swear or affirm that they are not receiving unauthorized coaching, influence, and/or manipulation via text, notes or speech from persons in the room or off-screen. If the party is appearing over video, they should be prepared to provide the court with a virtual tour of the room. Audio and/or visual recording of any court proceedings is expressly prohibited. | ["remote-hearings", "matrimonial", "courtroom-procedures"] | ["22 NYCRR \u00a7\u00a7 29, 131", "NY Civ. R. Law \u00a7 52"] | 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'
);