Provisions
Data license: Government edicts — not subject to copyright · Data source: nycourts.gov
5 rows where doc_id = 19
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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| LANZETTA-001 | Part 16 & CSCP3 Rules, Practices, and Procedures – Claudia Lanzetta, AJSC 19 | NY-SC-11JD-LANZETTA | 1-5 | 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 QSCPart16@nycourts.gov. Counsel and litigants are advised that Justice Lanzetta, her Principal Law Clerk, Assistant Law Clerk, and Part Clerk may NOT engage in ex parte or one-sided communications. Any and all communications with chambers shall include all parties. All questions regarding Part 16 motions, adjournments, calendar calls, and scheduling should be made via email at QSCPart16@nycourts.gov. | ["communication-preferences", "attorney-conduct"] | [] | 11 | Queens | supreme | part_rules | |
| LANZETTA-002 | Part 16 & CSCP3 Rules, Practices, and Procedures – Claudia Lanzetta, AJSC 19 | NY-SC-11JD-LANZETTA | 1-8 | Motion Practice | All motions shall be returnable and heard on Mondays at 10:00 a.m. BEGINNING MONDAY, SEPTEMBER 9, 2024 ALL APPEARANCES SHALL BE IN-PERSON at 88-11 Sutphin Blvd., Jamaica, NY 11435, Room 314. Appearances are mandatory for ALL motions and applications. Failure to appear on the return date may result in the motion or application being marked off calendar. ALL fully submitted motions will be conferenced/orally argued following the call of the calendar. Stipulations regarding pending motions should be e-filed AND sent via email to QSCPart16@nycourts.gov at least 2 business days prior to the calendared date and time. Consent adjournments, absent extenuating circumstances, shall be limited to 2. | ["hearing-procedures", "adjournments"] | ["22 NYCRR \u00a7\u00a7202.5 and 202.8"] | 11 | Queens | supreme | part_rules | |
| LANZETTA-003 | Part 16 & CSCP3 Rules, Practices, and Procedures – Claudia Lanzetta, AJSC 19 | NY-SC-11JD-LANZETTA | A.1-11 | CSCP3 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 Tuesdays and Thursdays at 10:00 a.m. via the CSCP3 link. Conferences should ONLY be requested if the parties have been unable to resolve outstanding discovery disputes after good faith attempts have been made. There shall be no adjournments of requested conferences. | ["compliance-conference", "discovery-disputes", "note-of-issue", "remote-hearings"] | [] | 11 | Queens | supreme | part_rules | |
| LANZETTA-004 | Part 16 & CSCP3 Rules, Practices, and Procedures – Claudia Lanzetta, AJSC 19 | NY-SC-11JD-LANZETTA | Subpoenas | A party seeking to have a subpoena signed shall submit a copy of the subpoena with an accompanying affidavit in support of the request, to chambers, via email at QSCPart16@nycourts.gov. Requests to so-order a subpoena should be submitted to the assigned IA judge. | ["part-rules"] | [] | 11 | Queens | supreme | part_rules | ||
| LANZETTA-005 | Part 16 & CSCP3 Rules, Practices, and Procedures – Claudia Lanzetta, AJSC 19 | NY-SC-11JD-LANZETTA | 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'
);