Git Product home page Git Product logo

supreme_court_transcripts's Introduction

US Supreme Court Annotated Transcripts

A dataset containing structured data on court cases presided by the justices of the United States Supreme Court, with transcripts for (nearly) every oral argument they've heard, annotated with audio timestamps and speaker identifications. Includes links to digitized original audio from oral proceedings.

Data for each case is in a file named in the following pattern: {year}.{docket #}.json. Transcripts for each hearing associated with that case have the same pattern, but appending t01, t02, etc., for each individual hearing.

For example, the overview for Roe v. Wade is given in 1971.70-18.json. It had two separate oral arguments -- these two transcripts live in 1971.70-18-t01.json and 1971.70-18-t02.json.

At the end of each transcript json file is a media_file field, which contains an array of objects holding Amazon s3 links to the digitized audio for that hearing in mp3, ogg, and m3u8 formats.

Where does this come from?

All data retrieved on May 30, 2017 from oyez.org's public api. Read more about the Oyez project here.

Licensed as CC-BY-NC to Oyez, Inc., a collaboration of Cornell’s Legal Information Institute, Chicago-Kent College of Law, and Justia.com.

Oyez API

Oyez has a wonderful but undocumented public API. Here's the gist of it:

To retrieve all case summaries (the equivalent of the case_summaries.json file):
https://api.oyez.org/cases?per_page=0

If you don't want everything you can add a term filter, like the following:
https://api.oyez.org/cases?per_page=0&filter=term:1965

That data will hold links to get further info on each case. eg:
https://api.oyez.org/cases/1965/14_orig

The format here is generally api.oyez.org/cases/{term}/{docket_number}

The "oral_argument_audio" field in this case-specific response holds links to the audio and transcriptions for each hearing - this data is what is saved in the transcription files in the repo. eg:
https://api.oyez.org/case_media/oral_argument_audio/14026


The owner of this repo has no affiliation with the Oyez project -- just admiration!

supreme_court_transcripts's People

Contributors

walkerdb avatar

Watchers

Tuan T. Pham avatar James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.