Tags:: #unicourse
Links:: [[My Courses]]
___
Summary::
Year:: 4
Semester:: Spring
Professor::
## Readings
[[Chapter 1 Psych And Law]]
[[Chapter 2 Psych And Law]]
[[Chapter 3 Psych And Law Confessions]]
[[Parts Of A Case Brief Law]]
[[Chapter 4 Forensic Evidence]]
[[Chapter 5 Psych And Law Profiling]]
[[Chapter 6 Eyewitness Testimony]]
[[Chapter 7 Child Sexual Abuse And Questioning]]
[[Chapter 11 BWS, RTS, and PTSD in court room]]
[[Chapter 7 Tort Civil Cases]]
[[Chapter 8 Competence To Stand Trial]]
[[Chapter 13 Child Custody Cases]]
[[Chapter 10 The Insanity Defense]]
[[Psychology of Judges in law]]
## Cases:
- [[Witherspoon v. Illinois]]
- [[Lockhart V. McCree]]
- [[Plessy v. Fergusson]]
- [[Brown v. Board of Education]]
- [[United States Versus Scheffer]]
- [[SFFA Case]]
- [[APA Amicus Brief Students For Fair Admissions]]
- [[In re marriage of Davis]]
- [[Baby M]]
- [[Johnson v Calvert]]
- [[Price Waterhouse v Hopkins & APA Amicus Brief]]
[[Arguments for and against death penalty]]
[[Arguments for affirmative action]]
[[Judge gatekeeping]]
[[Nullification]]
[[How is blame assigned in justice]]
[[Should there be a general duty to help those in danger]]
[[Contractual incapacity]]
```dataview
table Summary
from #unit and !outgoing([[]])
where contains(Course, [[]])
sort Created asc
```
## Assignments
```dataview
table Deadline, Status
FROM #assignment and !"Extras"
where contains(Course, [[]])
SORT Deadline asc
```
## Lectures
```dataview
table file.ctime as "Created", Status
FROM #🎓 AND !"Extras"
where contains(Course, [[]])
SORT file.ctime desc
```
## Inputs
```dataview
table Source, Status
FROM "Literature Notes/MISC" AND !"Extras"
where contains(Course, [[]])
SORT Created desc
```