Evidence Referenced
Data license: Public court records
10 rows where filing_id = 59
This data as json, CSV (advanced)
| evidence_id ▼ | filing_id | evidence |
|---|---|---|
| 648 | 59 59 | Jury Verdict (Exhibit A to Pohl's Motion) — Question 17 unanimity certificate unsigned by presiding juror |
| 649 | 59 59 | Jury Verdict — General certificate checking 'ten jurors agreed' box rather than 'unanimous' |
| 650 | 59 59 | Jury Verdict — Additional certificates showing presiding juror signed for Questions 2 and 19 but not Question 17 |
| 651 | 59 59 | Jury Verdict — Questions 2(a)(3) and 2(b)(3) showing Precision did not misappropriate |
| 652 | 59 59 | Jury Verdict — Question 4(3) assigning 0% fault to Precision |
| 653 | 59 59 | Jury Verdict — Question 3 finding Pohl's wrongful conduct contributed to the injury |
| 654 | 59 59 | Jury Verdict — Questions 7(1)(e) and 7(1)(f) awarding $112,286 in attorneys' fees for defending grievances |
| 655 | 59 59 | Jury Verdict — Predicate instruction for Question 19 requiring unanimous Yes to Q17 or Q18 |
| 656 | 59 59 | Plaintiff's First Amended Petition ¶ 21 describing Precision's role in alleged misappropriation |
| 657 | 59 59 | Jury charge definition of Precision (including Walker, Seymour, Ladner before May 12, 2015 and Favre after May 12, 2015) per Exhibit A, p. 5 |
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
);