You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The date fields for the reporters are used extensively by the citation checker, and we should try to research and complete them if we can.
The way these are used is as follows. Say we find the following citation in a block of text somewhere:
Foo v. Bar, 22 Hill 44 (1834)
We can make some assumptions:
The volume is 22.
The page is 44.
The reporter is abbreviated as "Hill".
The year is 1834.
Foo and Bar are probably enemies.
Unfortunately, though, "Hill" can refer to two different reporters, so one thing we can't know immediately is whether "Hill" refers to "Hill's New York Reports" or "South Carolina Reports, Hill". To figure that out, we have to look at the years of the reporters, where we see that Hill's South Carolina Reports was the only one that existed in 1834. Boom! We now know which reporter this refers to. From there, we can figure out the jurisdiction (South Carolina), and using all of this knowledge, we can figure out exactly which case in CourtListener this refers to.
This whole process is only possible because somehow we have accurate dates for the "Hill" reporters, and there are other benefits too. We don't have these dates for most reporters though, and we should collect them if we can.
The text was updated successfully, but these errors were encountered:
The date fields for the reporters are used extensively by the citation checker, and we should try to research and complete them if we can.
The way these are used is as follows. Say we find the following citation in a block of text somewhere:
We can make some assumptions:
Unfortunately, though, "Hill" can refer to two different reporters, so one thing we can't know immediately is whether "Hill" refers to "Hill's New York Reports" or "South Carolina Reports, Hill". To figure that out, we have to look at the years of the reporters, where we see that Hill's South Carolina Reports was the only one that existed in 1834. Boom! We now know which reporter this refers to. From there, we can figure out the jurisdiction (South Carolina), and using all of this knowledge, we can figure out exactly which case in CourtListener this refers to.
This whole process is only possible because somehow we have accurate dates for the "Hill" reporters, and there are other benefits too. We don't have these dates for most reporters though, and we should collect them if we can.
The text was updated successfully, but these errors were encountered: