Provisions
Data license: Government edicts — not subject to copyright · Data source: nycourts.gov
3 rows where doc_id = 51
This data as json, CSV (advanced)
Suggested facets: source_page, 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| NY-SC-1JD-SATTLER-001 | IAS Part 2 Rules — Hon. Lori S. Sattler 51 | NY-SC-1JD-SATTLER | I | General Notifications and Communications | Notification of court appearances will be sent to counsel of record on NYSCEF. Each attorney who receives notification of an appearance is responsible for notifying all other parties. Ex parte communications are not permitted. Communications regarding procedural questions should be directed to the Part Clerk. Communications regarding substantive questions and/or issues may be emailed to chambers provided that all sides are copied. Do not copy the court on correspondence between counsel. If an action is discontinued, settled by stipulation, a motion has become wholly or partially moot, or a party has died or become a debtor in bankruptcy, the parties shall promptly notify the court in writing via NYSCEF and email to the Part Clerk and chambers. | 1 | ["communication-preferences", "case-management"] | [] | 1 | New York | supreme | part_rules |
| NY-SC-1JD-SATTLER-002 | IAS Part 2 Rules — Hon. Lori S. Sattler 51 | NY-SC-1JD-SATTLER | II | Conferences | IAS Part 2 Preliminary, Compliance, and Status Conferences are held on Tuesdays in the courtroom. The parties may submit a proposed conference order at least one day prior to the conference date in lieu of appearing. Tax Certiorari conferences are held on Thursdays. Settlement conferences in all matters will be scheduled on any day as is mutually convenient for the parties and the Court. Parties must use the Part 2 forms available on the court's website. A party filing a Request for a Preliminary Conference should contact chambers notifying of same with all sides copied. Parties are free to submit a proposed Preliminary Conference Order at any time before a Preliminary Conference is held, which may be accepted in lieu of an appearance. Parties should meet and confer about all outstanding discovery or other issues prior to any conference with the Court. If a motion is pending in a case scheduled for a conference, all attorneys must be prepared to discuss the pending motion on the conference date even if the motion is not returnable on the conference date. | 1 | ["conference-procedures", "preliminary-conference", "compliance-conference", "tax-certiorari", "settlement-conferences"] | [] | 1 | New York | supreme | part_rules |
| NY-SC-1JD-SATTLER-003 | IAS Part 2 Rules — Hon. Lori S. Sattler 51 | NY-SC-1JD-SATTLER | III | Motion Practice | All notices of motion/cross-motion, orders to show cause, affirmations, affidavits, memoranda of law, and exhibits to motions must be labeled and tabbed individually and must contain the motion sequence number on the upper right corner of the first page. All motions papers and exhibits thereto must be e-filed separately. 'Courtesy' or working copies of e-filed motions are discouraged and should not be delivered to the part. Electronic copies of exhibits such as audio or video should be submitted to the court on or before the motion submission date by emailing chambers with all parties copied. Orders to Show Cause shall only be brought when there is genuine urgency, a stay is required, or statute mandates. A movant seeking a TRO must provide proof that their adversary was notified about the application. | 2 | ["part-rules", "courtesy-copies", "e-filing", "hearing-procedures"] | ["22 NYCRR 202.8-d"] | 1 | New York | 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'
);