646e62 / citation-generator

This app generates and formats legal citations
GNU General Public License v3.0
1 stars 0 forks source link

No data source #1

Closed 646e62 closed 1 year ago

646e62 commented 1 year ago
bbelderbos commented 1 year ago

Great

bbelderbos commented 1 year ago

APIs are always best (standardlized data), but if we need to web scrape sure thing :)

646e62 commented 1 year ago

CanLII is a large, professionally funded, and relatively open Canadian legal database. I use it almost exclusively for my own research professionally. They also provide an API that supplies much of what I'll need to generate citations (though not everything): https://github.com/canlii/API_documentation/blob/master/EN.md

646e62 commented 1 year ago

Started to add the following as dictionary and numpy objects, each used to create citations for court cases:

Official reporters in the US: https://libguides.niu.edu/c.php?g=425200&p=4976573

646e62 commented 1 year ago