home / ny_local_rules

Provisions

Individual rule provisions extracted from part rules documents

Data license: Government edicts — not subject to copyright · Data source: nycourts.gov

6 rows where judge_id = "NY-SC-1JD-SATTLER" and judicial_district = 1

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: doc_id, rule_number, source_page, cross_references, topics (array), cross_references (array)

topics 6

  • ["communication-preferences", "case-management"] 1
  • ["compliance-conference", "scheduling-orders", "deadlines"] 1
  • ["compliance-conference", "scheduling-orders"] 1
  • ["conference-procedures", "preliminary-conference", "compliance-conference", "tax-certiorari", "settlement-conferences"] 1
  • ["part-rules", "courtesy-copies", "e-filing", "hearing-procedures"] 1
  • ["preliminary-conference", "discovery-scheduling", "depositions", "note-of-issue", "scheduling-orders"] 1

doc_type 2

  • court_form 3
  • part_rules 3

judicial_district 1

  • 1 · 6 ✖

county 1

  • New York 6
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
NY-SC-1JD-SATTLER-COMP-001 IAS Part 2 Compliance Conference Order Form 49 NY-SC-1JD-SATTLER 1 Compliance Conference Order Form SUPREME COURT OF THE STATE OF NEW YORK, COUNTY OF NEW YORK. Standard compliance conference order form for IAS Part 2. Records conference date, party appearances, and issues of non-compliance with prior case management orders. Dated 1/18/17 by HON. LORI S. SATTLER, J.S.C. 1 ["compliance-conference", "scheduling-orders"] [] 1 New York supreme court_form
NY-SC-1JD-SATTLER-PC-001 IAS Part 2 Preliminary Conference Order Form 50 NY-SC-1JD-SATTLER 1 Preliminary Conference Order — Disclosure Schedule Standard preliminary conference order governing disclosure: (1) Insurance Coverage; (2) Bill of Particulars; (3) Medical Reports and Authorizations; (4) Physical Examination; (5) Depositions; (6) Other Disclosure including names and addresses of eye witnesses, employment records authorizations, demand for discovery and inspection; (7) Note of Issue filing deadline. References Uniform Rules 202.8, 202.12 and 202.19. Assigned to HON. LORI S. SATTLER, J.S.C. 1 ["preliminary-conference", "discovery-scheduling", "depositions", "note-of-issue", "scheduling-orders"] ["22 NYCRR 202.8", "22 NYCRR 202.12", "22 NYCRR 202.19"] 1 New York supreme court_form
NY-SC-1JD-SATTLER-STAT-001 IAS Part 2 Status Conference Order Form 52 NY-SC-1JD-SATTLER 1 Status Conference Order Form Standard status conference order form for IAS Part 2. Records index number, appearance number, parties, date of conference, prior orders not complied with, and current orders. Dates set forth may not be extended or adjourned except with advance approval of the Court. Failure to comply with these directives may result in the imposition of costs or sanctions including dismissal or default judgment. Absent good cause shown, any discovery issues not raised herein will be deemed waived. 1 ["compliance-conference", "scheduling-orders", "deadlines"] [] 1 New York supreme court_form

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

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'
);
Powered by Datasette · Queries took 48.123ms · Data license: Government edicts — not subject to copyright · Data source: nycourts.gov