lmullen / legal-modernism

Law and legal practice modernized in the nineteenth-century United States. We are studying and visualizing the history of the modernization of American law.
https://legalmodernism.org
MIT License
4 stars 0 forks source link

Add newly discovered single-volume reporters #69

Open lmullen opened 2 years ago

lmullen commented 2 years ago

Only systemic issue that arose is we've identified some more single-volume reporters. My recollection is you're keeping a separate library of those. If so, these should be added: Baldw., Comst., Cro. Car., Hob., Palm., Peake's Cas. All except the first appear to be UK reporters.

lmullen commented 1 year ago

These are all in the database now.

In the future I will probably need the jurisdiction, date, and title for these reporters. And, for the U.S. one or ones, the CAP abbreviation. I checked, but I didn't see any obvious reporter in CAP.

When looking for these to update them, this should find them.

SELECT * FROM legalist.reporters_alt_diffvols_abbreviations WHERE cap_abbr IS NULL;
kfunk074 commented 1 year ago

Fixing a typo in the above query:

SELECT * FROM legalhist.reporters_alt_diffvols_abbreviations WHERE cap_abbr IS NULL;

This file updates and expands that list. It is a complete library of single-volume reporters that make up the English Reports.

Single Volume Reporters.csv

kfunk074 commented 1 year ago

My understanding is we use unique regex searches to deal with single volumes. Here is the complete list of opening alpha strings to use for those searches.

Single Volume Regex Searches.csv

kfunk074 commented 1 year ago

Try this one:

Single Volume Reporters.csv