Provisions
Data license: Government edicts — not subject to copyright · Data source: nycourts.gov
7 rows where county = "New York" and judge_id = "NY-SC-1JD-RAMSEUR"
This data as json, CSV (advanced)
Suggested facets: topics (array)
topics 7
- ["adjournments", "scheduling-orders"] 1
- ["communication-preferences", "attorney-conduct"] 1
- ["communication-preferences", "case-management"] 1
- ["conference-procedures", "discovery-disputes", "remote-hearings"] 1
- ["e-filing", "case-management"] 1
- ["hearing-procedures", "e-filing", "discovery-disputes", "adjournments"] 1
- ["trial-procedures", "pre-trial-conference", "exhibits", "trial-settings"] 1
judicial_district 1
- 1 7
doc_type 1
county 1
- New York · 7 ✖
| 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-001 | Part 34 Rules 66 | NY-SC-1JD-RAMSEUR | 1 | Adjournments and Scheduling | All adjournments and scheduling issues (including requests to schedule a preliminary or discovery conference, logistical issues concerning virtual conferences, and in-person appearances) should be directed to the Part Clerk, unless otherwise directed by the court. A request for an adjournment must be made at least 48 hours in advance. If a dispute arises concerning a request for an adjournment, the requesting party is to e-mail the law clerk with all parties copied. If a matter requires urgent attention, contact chambers. | ["adjournments", "scheduling-orders"] | [] | 1 | New York | supreme | part_rules | |
| 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 | |
| NY-SC-1JD-RAMSEUR-P34-003 | Part 34 Rules 66 | NY-SC-1JD-RAMSEUR | 3 | Motion Practice - E-File Part; No Courtesy Copies; Oral Argument at Court Discretion | Part 34 is an e-file part. Courtesy or working copies of e-filed motions are not required and should not be delivered to the part. Oral argument is scheduled at the court's discretion; if scheduled, oral argument will take place on Tuesdays or at a date scheduled by the court. Discovery motions are discouraged; parties are encouraged to first request a discovery conference only after attempting to address any outstanding issues. Motions scheduled for oral argument may be adjourned on consent, without further approval, no more than 60 days from the original argument date. For additional adjournments beyond 60 days, any stipulation must be so-ordered by the court and must contain a specific reason. Parties appearing on dispositive motions should have settlement authority; failure to appear with settlement authority may be deemed a default. The first page of all motion papers must contain the motion sequence number in the upper right-hand corner. Each exhibit must be e-filed under its own document number with a short label identifying the exhibit nature; all exhibits should be paginated with pinpoint citations for voluminous exhibits. | ["hearing-procedures", "e-filing", "discovery-disputes", "adjournments"] | [] | 1 | New York | supreme | part_rules | |
| NY-SC-1JD-RAMSEUR-P34-004 | Part 34 Rules 66 | NY-SC-1JD-RAMSEUR | 4 | No Ex Parte Communications | No ex parte communications with Chambers concerning the substance of any case. | ["communication-preferences", "attorney-conduct"] | [] | 1 | New York | supreme | part_rules | |
| NY-SC-1JD-RAMSEUR-P34-005 | Part 34 Rules 66 | NY-SC-1JD-RAMSEUR | 5 | Notification of Case Issues - Settlement, Bankruptcy, Death | Counsel must promptly notify the court of any settlement or resolution of any active case or motion, or bankruptcy or death of any party. | ["communication-preferences", "case-management"] | [] | 1 | New York | supreme | part_rules | |
| NY-SC-1JD-RAMSEUR-P34-006 | Part 34 Rules 66 | NY-SC-1JD-RAMSEUR | 6 | E-Filing and eTrack Registration | eTrack is a service that enables parties to track active Civil Supreme Court cases and to receive e-mail notice of scheduled appearances. All parties (and counsel if represented) should register for the eTrack service for all Part 34 cases at https://iapps.courts.state.ny.us/webcivil/. | ["e-filing", "case-management"] | [] | 1 | New York | supreme | part_rules | |
| NY-SC-1JD-RAMSEUR-P34-007 | Part 34 Rules 66 | NY-SC-1JD-RAMSEUR | 7 | Trial Procedures - Required Submissions on First Appearance and Pre-Trial | Upon the first appearance before this court, the parties shall provide: a list of proposed witnesses (including need for interpreters with language and dialect); an estimate of required trial days; all marked pleadings and bills of particulars; all prior decisions in the case including appellate decisions; any notices to admit; copies of EBT portions intended for use at trial; a trial memorandum not to exceed five (5) pages briefly setting forth the party's position and relevant factual and legal issues; any requests for technology/audiovisual equipment; and two (2) business cards for each attorney. Prior to the start of trial, the parties must furnish: all in limine or other applications in writing as soon as practicable; for jury trials, proposed jury instructions in PJI numbers and proposed jury verdict sheet in Word format submitted to the part clerk and opposing counsel simultaneously. Parties are strongly encouraged to have the court stenographer pre-mark all exhibits. Trial dates scheduled by the court are firm and may only be adjourned upon application to the Administrative Judge. | ["trial-procedures", "pre-trial-conference", "exhibits", "trial-settings"] | [] | 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'
);