Rule Documents
Data license: Government edicts — not subject to copyright · Data source: nycourts.gov
4 rows where extraction_quality = "high", judge_id = "NY-COMDIV-COHEN-J" and judicial_district = 1
This data as json, CSV (advanced)
| doc_id ▼ | judge_id | source_file | source_pdf_path | source_url | hosted_url | judicial_district | county | court_type | doc_type | title | date | summary | extraction_quality | page_count | word_count | provision_count |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 180 | NY-COMDIV-COHEN-J | 1 | New York | supreme | standards_of_civility | Standards of Civility – Part 3 (Cohen) | New York State Standards of Civility for the legal profession, adopted by Part 3 (Hon. Joel M. Cohen). Sets forth aspirational principles of behavior for lawyers, judges, and court personnel including duties to other lawyers, litigants, witnesses, the court, and in transactional settings. Includes a Statement of Client's Rights. | high | 0 | 0 | 2 | |||||
| 186 | NY-COMDIV-COHEN-J | 1 | New York | supreme | preliminary_conference_order | Preliminary Conference Order – Part 3 (Cohen) | Standard form Preliminary Conference Order for Commercial Division Part 3 under Hon. Joel M. Cohen. Covers confidentiality agreement and order, accelerated adjudication election (Commercial Division Rule 9), pre-answer motions, initial disclosures (Rule 11-h), document production and interrogatories, ESI exchange, depositions, expert discovery, impleader, discovery cutoff, compliance conference, note of issue deadline, pre-trial conference, and motions. | high | 0 | 0 | 3 | |||||
| 188 | NY-COMDIV-COHEN-J | 1 | New York | supreme | part_rules | Part 3 Practices and Procedures – Hon. Joel M. Cohen (revised October 14, 2025) | Practice rules and procedures for Commercial Division Part 3 under Hon. Joel M. Cohen. Covers general provisions (Commercial Division Rules incorporated by reference; encouragement of diverse and junior attorneys), communication with chambers (email; no external calls without approval; substantive relief requests via NYSCEF), document submission (paperless/no courtesy copies), conferences (preliminary, compliance, status, pre-trial with pre-conference submission requirements), confidentiality orders (model stipulation and deviation procedure), motion practice (limited orders to show cause; pre-motion letters for discovery disputes; memoranda of law requirements; summary judgment with Rule 19-a statements), and discovery dispute procedures. | high | 0 | 0 | 8 | |||||
| 191 | NY-COMDIV-COHEN-J | 1 | New York | supreme | sealing_procedures | Part 3 Sealing Practices and Procedures – Hon. Joel M. Cohen | Detailed sealing and redaction procedures for Commercial Division Part 3 under Hon. Joel M. Cohen. Covers the process for filing motions to seal or redact (by Order to Show Cause), provisional sealing procedures (5-day expiration; language for extending via OSC), required motion papers (memorandum of law with specific factual and legal basis; personal knowledge affidavit; sealing/redaction spreadsheet; unredacted and redacted exhibits on NYSCEF), and substantive standards (specific categories required; generalized confidentiality assertions insufficient; proportionality favored; court has independent obligation to find good cause). | high | 0 | 0 | 4 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE documents (
doc_id INTEGER PRIMARY KEY AUTOINCREMENT,
judge_id TEXT REFERENCES judges(judge_id),
source_file TEXT,
source_pdf_path TEXT,
source_url TEXT,
hosted_url TEXT,
judicial_district INTEGER,
county TEXT,
court_type TEXT DEFAULT 'supreme',
doc_type TEXT DEFAULT 'part_rules',
title TEXT,
date TEXT,
summary TEXT,
extraction_quality TEXT DEFAULT 'medium',
page_count INTEGER,
word_count INTEGER,
provision_count INTEGER DEFAULT 0
);