Provisions
Data license: Government edicts — not subject to copyright · Data source: nycourts.gov
5 rows where judge_id = "NY-SC-9JD-MOLE" and judicial_district = 9
This data as json, CSV (advanced)
Suggested facets: topics (array), cross_references (array)
topics 5
- ["communication-preferences", "adjournments", "attorney-conduct", "scheduling-orders"] 1
- ["discovery-scheduling", "preliminary-conference", "compliance-conference", "discovery-disputes"] 1
- ["hearing-procedures", "page-limits", "briefing-schedule", "summary-judgment"] 1
- ["matrimonial", "preliminary-conference", "pre-trial-conference", "trial-procedures", "exhibits"] 1
- ["trial-procedures", "exhibits", "pre-trial-conference", "scheduling-orders"] 1
judicial_district 1
- 9 · 5 ✖
doc_type 1
county 1
- Putnam 5
| provision_id ▼ | doc_id | judge_id | rule_number | title | text | source_page | topics | cross_references | judicial_district | county | court_type | doc_type |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| MOLE-SC-001 | Individual Part Rules for the Supreme Court – Hon. Anthony R. Molé 119 | NY-SC-9JD-MOLE | I | General Rules | Counsel must be familiar with 22 NYCRR Part 202. Part Rules must be scrupulously adhered to. Telephone calls to chambers prohibited absent emergency. All correspondence filed on NYSCEF or with Putnam County Clerk. Litigation by letter absolutely prohibited. Appearances held Friday mornings at 10:00 a.m.; all in person. Attorneys must be prepared, organized, punctual, professionally attired. Adjournment requests must be made at least 3 business days prior; maximum 3 stipulated adjournments totaling no more than 60 days; all adjournments must be affirmatively granted. No motion considered adjourned unless expressly approved. Proposed orders with Notice of Settlement per 22 NYCRR 202.46. Ex parte communications strictly prohibited except for scheduling matters. | ["communication-preferences", "adjournments", "attorney-conduct", "scheduling-orders"] | ["22 NYCRR 202.1", "22 NYCRR 202.46", "CPLR 321(a)"] | 9 | Putnam | supreme | part_rules | |
| MOLE-SC-002 | Individual Part Rules for the Supreme Court – Hon. Anthony R. Molé 119 | NY-SC-9JD-MOLE | II | Motion Practice | All motions and OSC must conform with CPLR 2214 and 22 NYCRR 205.11. Return dates on Fridays. Summary judgment motions must be made within 60 days of filing Note of Issue. No working copies required unless expressly directed. Motions generally on submission unless Court directs otherwise. Sur-reply and post-submission papers not accepted per CPLR 2214(c). Page limits: each affirmation/affidavit not to exceed 15 pages; memorandum of law not to exceed 20 pages; reply papers limited to 10 pages. All affirmations, affidavits, and memoranda must contain numbered pages with citations to official citation. Legal argument confined to memorandum of law. | ["hearing-procedures", "page-limits", "briefing-schedule", "summary-judgment"] | ["CPLR 2214", "22 NYCRR 205.11", "22 NYCRR 202.8"] | 9 | Putnam | supreme | part_rules | |
| MOLE-SC-003 | Individual Part Rules for the Supreme Court – Hon. Anthony R. Molé 119 | NY-SC-9JD-MOLE | III | Discovery | Preliminary Conference scheduled within 45 days after RJI filed per 22 NYCRR 202.12. Compliance Conference set in preliminary conference order, typically 3-4 months after preliminary conference order. Strict compliance with discovery orders required; failure may result in costs, sanctions, or CPLR 3126 remedies. Discovery motions may not be made unless authorized by Court after conference. Parties must first consult in good faith per 22 NYCRR 202.7; if dispute cannot be resolved, must submit letter requesting conference. | ["discovery-scheduling", "preliminary-conference", "compliance-conference", "discovery-disputes"] | ["22 NYCRR 202.12", "22 NYCRR 202.7", "CPLR 3126"] | 9 | Putnam | supreme | part_rules | |
| MOLE-SC-004 | Individual Part Rules for the Supreme Court – Hon. Anthony R. Molé 119 | NY-SC-9JD-MOLE | IV | Matrimonial Actions | All attorneys must be familiar with 22 NYCRR 202.16, 202.16-a, and 202.16-b. Parties must be present at all conferences. At least 10 days prior to preliminary conference, each party must file on NYSCEF: retainer agreement; statement of net worth; recent paystubs, W-2 statements, income tax returns, and statements of accounts. Preliminary conference order submitted 3 days prior. On pendente lite motion return date, Court will conduct preliminary or motion conference; bench decisions ordered transcribed at shared cost. Any pendente lite motion without net worth statement and calculations will be denied. Pretrial: 7 days before trial, parties must file on NYSCEF marked pleadings, updated net worth statements, exhibits and objections (each party limited to 15 exhibits), witness list, joint stipulation as to facts and issues, joint statement of proposed disposition. Motions in limine filed 7 days prior. Post-trial: parties must file combined transcript, closing memoranda, and other documents on NYSCEF. | ["matrimonial", "preliminary-conference", "pre-trial-conference", "trial-procedures", "exhibits"] | ["22 NYCRR 202.16", "22 NYCRR 202.16-a", "22 NYCRR 202.16-b", "DRL 236B"] | 9 | Putnam | supreme | part_rules | |
| MOLE-SC-005 | Individual Part Rules for the Supreme Court – Hon. Anthony R. Molé 119 | NY-SC-9JD-MOLE | V | Trial Practice Rules | Prior to trial or hearing, counsel must ascertain availability of witnesses and subpoenaed documents and notify Court of interpreters and special services. At least 10 days before scheduled trial, counsel must submit to Court: estimated trial length; marked pleadings and bill of particulars; witness list; exhibit list; written stipulation of undisputed facts; expert witness reports; and relevant reports and transcripts. Pre-marking of exhibits for agreed exhibits. Pretrial conference held before trial commencement to discuss motions in limine, jury instructions, missing witness requests, and proposed verdict sheet. In all jury trials, complete list of requests to charge submitted immediately preceding commencement of trial. Proposed jury charges and verdict sheets e-filed on NYSCEF and emailed to 9JD-judgemole@nycourts.gov in Microsoft Word. | ["trial-procedures", "exhibits", "pre-trial-conference", "scheduling-orders"] | ["CPLR 2306", "CPLR 2307", "CPLR 2303-a"] | 9 | Putnam | 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'
);