Provisions
Data license: Government edicts — not subject to copyright · Data source: nycourts.gov
1 row where doc_id = 66 and topics = "["conference-procedures", "discovery-disputes", "remote-hearings"]"
This data as json, CSV (advanced)
Suggested facets: topics (array)
topics 1
- ["conference-procedures", "discovery-disputes", "remote-hearings"] · 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-RAMSEUR-P34-002 | Part 34 Rules 66 | NY-SC-1JD-RAMSEUR | 2 | Conference Procedures - In-Person Tuesdays; Meet and Confer Required | Unless otherwise directed, all conferences will take place in person on Tuesdays beginning at 9:30 a.m. If directed to appear virtually, invitations to a Microsoft Teams meeting will be sent to counsel of record on NYSCEF. Parties must meet and confer to address all outstanding discovery matters prior to their conference with the court. Unless otherwise directed, the parties are to submit a completed proposed stipulation to the court staff conferencing the matter at the time of the conference. Court staff will assist the parties concerning disagreements on discovery. The Part 34 forms are available on the court website. If a discovery motion is pending in a case scheduled for a conference, the parties are to notify the court and be prepared to discuss the motion at the conference. | ["conference-procedures", "discovery-disputes", "remote-hearings"] | [] | 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'
);