Provisions
Data license: Government edicts — not subject to copyright · Data source: nycourts.gov
6 rows where doc_id = 14 and judicial_district = 11
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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| DUNN-001 | Civil Term – Part Rules, Part 5/MFP – Justice Scott Dunn 14 | NY-SC-11JD-DUNN | 1-5 | General and Communications | All questions regarding motions, adjournments, calendar calls, and scheduling should be made via email to QSCPart5@nycourts.gov and NOT to chambers. The Court retains exclusive authority for resolving all issues, substantive, procedural or otherwise, in Part 5. Absolutely no telephone inquiries concerning pending cases, including motions or applications, may be made to chambers. Any and all communications with chambers, authorized by the Court, shall include all parties. | ["communication-preferences", "part-rules"] | [] | 11 | Queens | supreme | part_rules | |
| DUNN-002 | Civil Term – Part Rules, Part 5/MFP – Justice Scott Dunn 14 | NY-SC-11JD-DUNN | 1-6 | Motion Practice | Motions assigned to Part 5, shall be made returnable and noticed to be heard before the Hon. Scott Dunn, Part 5, on Thursdays at 10:00 A.M. The motion calendars are on submission only, unless otherwise directed. Any requests for an adjournment must be e-filed and emailed to QSCPart5@nycourts.gov. Requests for adjournment shall be filed at least 3 days prior to the Court date. Motions for Summary Judgment shall not stay disclosure (cf. CPLR 3214 [b]), unless a stay is granted by the Court. | ["hearing-procedures", "adjournments", "summary-judgment"] | ["CPLR 3214(b)"] | 11 | Queens | supreme | part_rules | |
| DUNN-003 | Civil Term – Part Rules, Part 5/MFP – Justice Scott Dunn 14 | NY-SC-11JD-DUNN | Status and Settlement Conferences | Status conferences and settlement conferences can be requested by emailing QSCPart5@nycourts.gov. It is within the discretion of the Judge whether a conference is granted. You will be notified if you have been granted a conference with the Court. Conferences will be held through the Microsoft Teams platform unless an in person appearance is authorized. | ["settlement-conferences", "remote-hearings"] | [] | 11 | Queens | supreme | part_rules | ||
| DUNN-004 | Civil Term – Part Rules, Part 5/MFP – Justice Scott Dunn 14 | NY-SC-11JD-DUNN | Trials | Pre-trial conferences will be held virtually through Microsoft Teams prior to the commencement of every trial unless otherwise directed by the Court. At least three days prior to the commencement of trial, counsel must submit to the Court by overnight mail and by email: Marked Pleadings, Bill of Particulars, Witness List (including availability of witnesses), Exhibit List (pre-marked for identifications), and Exhibits in a bound exhibit book. Trials, once commenced, shall continue day-to-day until concluded. No adjournments will be granted during trial except under exigent circumstances. | ["trial-procedures", "pre-trial-conference", "exhibits"] | [] | 11 | Queens | supreme | part_rules | ||
| DUNN-005 | Civil Term – Part Rules, Part 5/MFP – Justice Scott Dunn 14 | NY-SC-11JD-DUNN | Uncontested Matrimonial Applications | The Court will expeditiously review and determine all uncontested matrimonial applications it receives. If the application is incomplete or needs corrections, the Court will notify the Parties via Order or Notice of Defect. Unless otherwise directed, the parties will be allowed thirty (30) days to correct the deficiencies. Required corrections must be uploaded to NYSCEF and emailed to QSCPart5@nycourts.gov. | ["matrimonial"] | [] | 11 | Queens | supreme | part_rules | ||
| DUNN-006 | Civil Term – Part Rules, Part 5/MFP – Justice Scott Dunn 14 | NY-SC-11JD-DUNN | Virtual Conference Protocol | All virtual conferences will be held through the Microsoft Teams platform. All lawyers and litigants should identify themselves at the beginning of each appearance. All microphones should be muted when not in use. Recording the proceeding by anyone other than the Judge, Court Reporter, or other Court personnel, is PROHIBITED. | ["remote-hearings", "courtroom-procedures"] | [] | 11 | Queens | 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'
);