Provisions
Data license: Government edicts — not subject to copyright · Data source: nycourts.gov
5 rows where doc_id = 183
This data as json, CSV (advanced)
Suggested facets: cross_references, topics (array), cross_references (array)
| provision_id ▼ | doc_id | judge_id | rule_number | title | text | source_page | topics | cross_references | judicial_district | county | court_type | doc_type |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| GOMEZ32-I | Part 32 Commercial Division Rules – Hon. Fidel E. Gomez (Bronx, 12th JD) 183 | NY-COMDIV-GOMEZ | I | Inquiries and Correspondence | All inquiries concerning scheduling, appearances, adjournments, and case status shall be directed to the Part Clerk by email. Inquiries are not to be made via NYSCEF. All correspondence with Chambers must be by email. Telephone calls to Chambers are permitted only in situations requiring immediate attention. All inquiries/correspondence must indicate that a copy was sent to all other parties. When parties file a letter on NYSCEF that requires the Court's attention, an email must be sent to the Part to indicate the same. | ["communication-preferences", "e-filing"] | [] | 12 | Bronx | supreme | part_rules | |
| GOMEZ32-II-B | Part 32 Commercial Division Rules – Hon. Fidel E. Gomez (Bronx, 12th JD) 183 | NY-COMDIV-GOMEZ | II.B | Preliminary Conference Procedures | At least seven (7) days prior to the Preliminary Conference, the parties must jointly submit a completed Preliminary Conference Order to the Part Clerk by email using this Part's standard form. Upon receipt, the Court will cancel the scheduled conference unless there is a discovery dispute requiring Court intervention. The Court may alter deadlines set by the parties and prescribe a Note of Issue filing date. | ["preliminary-conference", "conference-procedures"] | ["Commercial Division Rule 8", "22 NYCRR 202.11"] | 12 | Bronx | supreme | part_rules | |
| GOMEZ32-II-C | Part 32 Commercial Division Rules – Hon. Fidel E. Gomez (Bronx, 12th JD) 183 | NY-COMDIV-GOMEZ | II.C | Compliance Conference | At least seven (7) days prior to the Compliance Conference, the parties must jointly submit a completed Discovery/Compliance Conference Form to the Part Clerk by email using this Part's standard form. Upon receipt, the Court will cancel the scheduled conference unless there is a discovery dispute. The Court may alter deadlines, schedule a Settlement Conference, and/or prescribe a Note of Issue filing date. Failure to file the Note of Issue as prescribed will result in dismissal for failure to prosecute per CPLR § 3216. | ["compliance-conference", "note-of-issue", "conference-procedures"] | ["CPLR \u00a7 3216"] | 12 | Bronx | supreme | part_rules | |
| GOMEZ32-II-D | Part 32 Commercial Division Rules – Hon. Fidel E. Gomez (Bronx, 12th JD) 183 | NY-COMDIV-GOMEZ | II.D | Settlement Conference and Pre-Trial Conference | The parties shall request a settlement conference with the Court prior to filing a note of issue. If the parties fail to make such a request, the Court will schedule one. Counsel attending the Settlement Conference must be fully familiar with the action and authorized to discuss all factual and legal issues and settlement demands or offers. The Court may meet with counsel separately during discussions. After unsuccessful settlement conferences, the Court will schedule a Pre-Trial Conference and the case will be referred to STP Part for trial assignment. | ["settlement-conferences", "pre-trial-conference"] | [] | 12 | Bronx | supreme | part_rules | |
| GOMEZ32-II-E | Part 32 Commercial Division Rules – Hon. Fidel E. Gomez (Bronx, 12th JD) 183 | NY-COMDIV-GOMEZ | II.E | Adjournment of Conferences | A request to adjourn a conference must be made in writing by email to the Part Clerk at least forty-eight (48) hours in advance. The request must be copied to all parties and must state: (1) reason for adjournment; (2) whether on consent of all parties; and (3) length of adjournment sought. | ["adjournments", "conference-procedures"] | [] | 12 | Bronx | 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'
);