Provisions
Data license: Government edicts — not subject to copyright · Data source: nycourts.gov
4 rows where doc_id = 18 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| MARSHALL-001 | Supreme Court Queens County – Part 13 Rules – Justice Delsia G. Marshall 18 | NY-SC-11JD-MARSHALL | 1-2 | General and Communications | Please notify the court, especially when a motion is pending, if the action has been settled, discontinued, stayed due to bankruptcy, death of a party or military service, and/or the motion has been resolved via email at QSCPart13@nycourts.gov. Counsel and litigants are advised that Justice Marshall, Assistant Law Clerk, and Part Clerk or court staff may NOT engage in ex parte or one-sided communications. Any and all communications with chambers shall include all parties. All questions regarding Part 13 motions, adjournments, calendar calls, and scheduling should be made via email at QSCPart13@nycourts.gov. | ["communication-preferences", "attorney-conduct"] | [] | 11 | Queens | supreme | part_rules | |
| MARSHALL-002 | Supreme Court Queens County – Part 13 Rules – Justice Delsia G. Marshall 18 | NY-SC-11JD-MARSHALL | 1-13 | Motion Practice | All motions shall be made returnable on Wednesdays at 10:00 AM, when the calendar will be called promptly. IN-PERSON APPEARANCE REQUIRED for: (i) All Orders to Show Cause; (ii) Discovery Motions; (iii) Cases where one or more parties are self-represented. VIRTUAL APPEARANCE REQUIRED for all remaining motions. Failure to appear at the calendar call will result in denial of the motion. ALL fully submitted motions will be conferenced/orally argued following the call of the calendar or at the court's discretion. Stipulations regarding pending motions should be e-filed AND sent via email to QSCPart13@nycourts.gov at least 2 business days prior to the calendared date and time. | ["hearing-procedures", "remote-hearings", "attorney-conduct"] | ["22 NYCRR \u00a7\u00a7202.5 and 202.8"] | 11 | Queens | supreme | part_rules | |
| MARSHALL-003 | Supreme Court Queens County – Part 13 Rules – Justice Delsia G. Marshall 18 | NY-SC-11JD-MARSHALL | A.1-11 | CSCP4 Compliance Conference Procedures | No appearance is necessary on the FIRST Compliance Conference date. An Order will be automatically generated and obtainable via NYSCEF or the County Clerk within one week from the e-courts' date. Auto Orders Issued After August 14, 2023 will contain a Note of Issue 'on or before' filing date. NO future appearance date will be generated by virtue of this Order. Compliance conferences are held virtually on Thursdays and Fridays at 10:00 a.m. via the CSCP4 link. Conferences should ONLY be requested if the parties have been unable to resolve outstanding discovery disputes after good faith attempts have been made. | ["compliance-conference", "discovery-disputes", "note-of-issue", "remote-hearings"] | [] | 11 | Queens | supreme | part_rules | |
| MARSHALL-004 | Supreme Court Queens County – Part 13 Rules – Justice Delsia G. Marshall 18 | NY-SC-11JD-MARSHALL | B | Dormant Matters | On matters that have been dormant, an order will be issued scheduling same for a conference on the court's regular calendar days. Failure to appear on these matters may likely result in dismissal without prejudice. | ["case-management"] | [] | 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'
);