A fully-searchable and accessible archive of court data including growing repositories of opinions, oral arguments, judges, judicial financial records, and federal filings.
Harvard's Caselaw Access Project has been sunset. For projects which have existing references to CAP cases, there's a need to identify a CAP case's corresponding CL opinion cluster.
An indexed harvard_id column is added to OpinionCluster. The field is also added to the fields of OpinionClusterFilter.
For migration, this patch builds on work done in #4284 and #4442 and extends import_harvard_pdfs to populate the harvard_id column using CAP crosswalk file.
Harvard's Caselaw Access Project has been sunset. For projects which have existing references to CAP cases, there's a need to identify a CAP case's corresponding CL opinion cluster.
An indexed
harvard_id
column is added toOpinionCluster
. The field is also added to thefields
ofOpinionClusterFilter
.For migration, this patch builds on work done in #4284 and #4442 and extends
import_harvard_pdfs
to populate theharvard_id
column using CAP crosswalk file.Fixes: #4313