Provisions
Data license: Government edicts — not subject to copyright · Data source: nycourts.gov
6 rows where judge_id = "NY-SC-9JD-PUERTO"
This data as json, CSV (advanced)
Suggested facets: cross_references, topics (array), cross_references (array)
topics 6
- ["communication-preferences", "e-filing"] 1
- ["conference-procedures", "adjournments"] 1
- ["conference-procedures", "preliminary-conference", "matrimonial", "remote-hearings"] 1
- ["e-filing"] 1
- ["hearing-procedures", "pre-trial-conference"] 1
- ["trial-procedures", "exhibits", "pre-trial-conference", "matrimonial"] 1
judicial_district 1
- 9 6
doc_type 1
county 1
| provision_id ▼ | doc_id | judge_id | rule_number | title | text | source_page | topics | cross_references | judicial_district | county | court_type | doc_type |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| PUERTO-001 | Individual Part Rules – Hon. Amy S. Puerto, J.S.C. 121 | NY-SC-9JD-PUERTO | I | Communications with the Court | All correspondence must bear full title and index number of action and indicate copy sent to all counsel simultaneously. In e-filed cases, correspondence transmitted via NYSCEF; in non-e-filed cases, by email to Part Clerk copied to all parties. Do not copy Court on correspondence between counsel. Telephone calls permitted only in situations requiring immediate attention (except as set forth in Discovery Disputes section). Court does not accept legal papers of any kind by fax. | ["communication-preferences", "e-filing"] | [] | 9 | Westchester | supreme | part_rules | |
| PUERTO-002 | Individual Part Rules – Hon. Amy S. Puerto, J.S.C. 121 | NY-SC-9JD-PUERTO | II | E-Filing Rules and Protocol | Counsel must familiarize themselves with 22 NYCRR §§202.5-b and 202.5-bb and Westchester County E-Filing Protocol. All documents in mandatory e-filed cases to be filed through NYSCEF. All submissions to Court must be electronically filed except as specifically requested by Court. | ["e-filing"] | ["22 NYCRR 202.5-b", "22 NYCRR 202.5-bb"] | 9 | Westchester | supreme | part_rules | |
| PUERTO-003 | Individual Part Rules – Hon. Amy S. Puerto, J.S.C. 121 | NY-SC-9JD-PUERTO | III | Calendar Call | Calendar called at 9:30 a.m. daily unless advised otherwise. Counsel expected to appear on time. Counsel with conflicting appearances must communicate to Chambers prior to date of appearance. Only counsel or self-represented litigants who are fully familiar with case and authorized to enter binding agreements are to appear. All litigants must appear with counsel for all conferences unless excused. Adjournment request must be made in writing via NYSCEF (e-filed) or by email to Part Clerk at least 24 hours in advance, stating reason, consent/objection, and length sought or available date. | ["conference-procedures", "adjournments"] | ["22 NYCRR 202.27", "22 NYCRR 130.2.1"] | 9 | Westchester | supreme | part_rules | |
| PUERTO-004 | Individual Part Rules – Hon. Amy S. Puerto, J.S.C. 121 | NY-SC-9JD-PUERTO | IV | Motions | All motions per Section C (Motions) of Matrimonial Part Rules. Sur-reply and post-submission papers not permitted absent Court permission. All motion papers uploaded to NYSCEF. Any party seeking to make a motion must file a pre-motion conference letter request (max 2 pages) on notice to all parties via NYSCEF. All parties may serve and file a letter response within 1 business day. Personal appearances not required on return date unless directed. All motions by submission only unless otherwise advised. OSC only when there is genuine urgency, a stay is required, or mandated by statute per 22 NYCRR §202.8-d. | ["hearing-procedures", "pre-trial-conference"] | ["22 NYCRR 202.8-d", "22 NYCRR 202.8-b"] | 9 | Westchester | supreme | part_rules | |
| PUERTO-005 | Individual Part Rules – Hon. Amy S. Puerto, J.S.C. 121 | NY-SC-9JD-PUERTO | V | Conferences | Counsel and parties must be present at all conferences in person. Request to appear virtually or telephonically only granted in exceptional circumstances; request in writing at least 36 hours prior via NYSCEF. Per matrimonial preliminary conference rules, each party must file on notice via NYSCEF at least 10 days prior: retainer agreement; statement of net worth; most recent paystub and income tax return. Proposed Preliminary Conference Order submitted at least 2 days prior. Child support application must include completed Child Support Worksheet. | ["conference-procedures", "preliminary-conference", "matrimonial", "remote-hearings"] | ["22 NYCRR 202.16"] | 9 | Westchester | supreme | part_rules | |
| PUERTO-006 | Individual Part Rules – Hon. Amy S. Puerto, J.S.C. 121 | NY-SC-9JD-PUERTO | VI | Hearings and Trials | Counsel must notify Part Clerk immediately upon being advised of hearing or trial if interpreter, technological equipment, or special services are required. A Virtual Evidence Courtroom set up in NYSCEF for each trial/hearing. Pretrial/Pre-Hearing: 10 days prior to trial, counsel must submit via NYSCEF: marked pleadings; updated net worth statements; exhibits with objections uploaded via Virtual Evidence Courtroom; witness list; joint stipulation as to facts and issues; joint statement of proposed disposition. Motions in limine emailed to Principal Court Attorney no later than 10 days prior. Post-trial: combined transcript, closing memoranda, and other documents uploaded to NYSCEF. | ["trial-procedures", "exhibits", "pre-trial-conference", "matrimonial"] | [] | 9 | Westchester | 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'
);