Evidence Referenced
Data license: Public court records
14 rows where filing_id = 68
This data as json, CSV (advanced)
| evidence_id ▼ | filing_id | evidence |
|---|---|---|
| 756 | 68 68 | Charge of the Court, p. 24 — jury instructed to answer Q17 'Yes' only if unanimous |
| 757 | 68 68 | Charge of the Court, p. 26 — Q19 predicated on unanimous Q17 or Q18 |
| 758 | 68 68 | Charge of the Court, p. 25 — jury did not answer Q18 |
| 759 | 68 68 | Charge of the Court, p. 13 — jury instructed not to double-compensate |
| 760 | 68 68 | Jury Verdict Q4 assigning 0% fault to Pohl |
| 761 | 68 68 | Jury Verdict Q3 — jury asked if they should answer even without trade secret finding; Court instructed yes with Kassab's agreement |
| 762 | 68 68 | Jury Verdict Q17 — answered 'Yes' |
| 763 | 68 68 | Jury Verdict Q19 — awarded $3,000,000 |
| 764 | 68 68 | Federal judge's written order finding Kassab purchased Pohl's files |
| 765 | 68 68 | Evidence of Kassab publicizing dismissed grievance to TX AG, Harris County DA, Houston Chronicle, Texas Lawyer, State Bar candidate |
| 766 | 68 68 | Favre affidavit discussing multiple offers to buy trade secrets and continuing payments |
| 767 | 68 68 | Document federal judge described as purchase contract |
| 768 | 68 68 | Prior briefing on all issues incorporated by reference |
| 769 | 68 68 | Kassab's Traditional MSJ (Aug. 29, 2022) and Court's Oct. 31, 2022 denial order |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE evidence_referenced (
evidence_id INTEGER PRIMARY KEY AUTOINCREMENT,
filing_id INTEGER REFERENCES filings(filing_id),
evidence TEXT
);