{"id":56,"date":"2009-08-12T05:18:09","date_gmt":"2009-08-12T10:18:09","guid":{"rendered":"http:\/\/blog.law.cornell.edu\/voxpop\/2009\/08\/12\/article-title-here\/"},"modified":"2012-12-04T13:16:00","modified_gmt":"2012-12-04T18:16:00","slug":"recipe-for-better-legal-information-services","status":"publish","type":"post","link":"https:\/\/blog.law.cornell.edu\/voxpop\/2009\/08\/12\/recipe-for-better-legal-information-services\/","title":{"rendered":"The Recipe for Better Legal Information Services"},"content":{"rendered":"

A new style of legal research<\/h3>\n

An attorney\/author in Baltimore<\/a> is writing an article<\/a> about state bans of teachers’ religious clothing. She finds one of the tersely written statutes<\/a> online. The website then does a query of its own and tells her about a useful statute<\/a> she wasn’t aware of—one setting out the permitted disciplinary actions. When she views it, the site makes the connection clear by showing her the where the second statute references the original. This new information makes her article’s thesis stronger.\"Recipe<\/p>\n

Meanwhile, 2800 miles away in Oregon, a law student<\/a> is researching the relationship between the civil and criminal state codes. Browsing a research site, he notices a pattern of civil laws making use of the criminal code, often to enact civil punishments or enable adverse actions<\/a>. He then engages the website in an interactive text-based dialog, modifying his queries as he considers the previous results. He finally arrives at an interesting discovery: the offenses with the least additional civil burdens are white collar crimes.<\/p>\n

A new kind of research system<\/h3>\n

A new field of computer-assisted legal research is emerging: one that encompasses research in both the academic and the practical \u201clegal research\u201d senses. The two scenarios above both took place earlier this year, enabled by the OregonLaws.org<\/a> research system that I created and which typifies these new developments.<\/p>\n

Interestingly, this kind of work is very recent; it’s distinct from previous uses of computers for researching the law and assisting with legal work. In the past, techniques drawn from computer science have been most often applied to areas such as document management, court administration, and inter-jurisdiction communication. Working to improve administrative systems\u2019 efficiency, people have approached these problem domains through the development of common document formats and methods of data interchange.<\/p>\n

The new trend, in contrast, looks in the opposite direction: divergently tackling new problems as opposed to convergently working towards a few focused goals. This organic type of development is occurring because programming and computer science research is vastly cheaper\u2014and much<\/a> more fun<\/a>\u2014than it has ever been in the past. Here are a couple of examples of this new trend:<\/p>\n

\u201cComputer Programming and the Law\u201d<\/h4>\n

Law professor Paul Ohm<\/a> recently wrote a proposal<\/a> for a new \u201cinterdisciplinary research agenda\u201d which he calls \u201cComputer Programming and the Law.\u201d (The law review article is itself also a functioning computer program, written in the literate programming style<\/a>.) He envisions \u201cresearcher-programmers,\u201d enabled by the steadily declining cost of computer-aided research, using computers in revolutionary ways for empirical legal scholarship. He illustrates four new methods for this kind of research: developing computer programs to \u201cgather, create, visualize, and mine data\u201d that can be found in diverse and far-flung sources.<\/p>\n

\u201cComputational Legal Studies\u201d<\/h4>\n

Grad students Daniel Katz<\/a> and Michael Bommarito<\/a> (researcher-programmers, as Paul Ohm would call them) created the Computational Legal Studies Blog<\/a> in March, 2009. The web site is a growing collection of visualization applied to diverse legal and policy issues. The site is part showcase for the authors\u2019 own work and part catalog of the current work of others.<\/p>\n

OregonLaws.org<\/h3>\n

I started the OregonLaws.org project because I wanted faster and and easier access to the 2007 Oregon Revised Statutes (ORS) and other primary and secondary sources. I had a couple of very statute-heavy courses (Wills & Trusts, and Criminal Law) and I frequently needed to quickly find an ORS section. But as I got further into the development, I realized that it could become a platform for experimenting with computational analysis of legal information, similar to the work being done on the Computational Legal Studies Blog.<\/p>\n

I developed the system using pretty much the the steps that Paul Ohm discussed:<\/p>\n

    \n
  1. Gathering data:<\/strong> I downloaded and cleaned up the ORS source documents, converting them from MS Word\/HTML to plain text;<\/li>\n
  2. Creating:<\/strong> I parsed the texts, creating a database model reflecting the taxonomy of the ORS: Volumes, Titles, Chapters, etc.;<\/li>\n
  3. Creating:<\/strong> I created higher-level database entities based on insights into the documents. For example, by modeling textual references between sections explicitly as reference objects which capture a relationship between a referrer and a referent, and;<\/li>\n
  4. Mining and Visualizing:<\/strong> Finally, I’ve begun making web-based views of these newly found objects and relationships.\"Object<\/li>\n<\/ol>\n

    The object database is the key to intelligent research<\/h3>\n

    By taking the time to go through the steps listed above, powerful new features can be created. Below are some additions to the features described in the introductory scenarios:<\/p>\n

    We can search smarter.<\/strong> In a previous VoxPopulii post, Julie Jones advocates<\/a> dropping our usual search methods, and applying techniques like subject-based indexing (a la Factiva’s<\/a>) to legal content.<\/p>\n

    This is straightforward to implement with an object model. The Oregon Legislature created the ORS with a conceptual structure similar to most states:\u00a0 The actual content is found in Sections.\u00a0 These are grouped into Chapters, which are in turn grouped into Titles.\u00a0 I was impressed by the organization and the architecture that I was discovering—insights that are obscured by the ways statutes are traditionally presented.<\/p>\n

    \"search-filter.png\"<\/a><\/p>\n

    And so I sought out ways to make use of the legislature’s efforts whenever it made sense.\u00a0 In the case of search results, the Title organization and naming were extremely useful.\u00a0 Each Section returned by the search engine “knows” what Chapter and Title it belongs to. A small piece of code can then calculate what Titles are represented in the results, and how frequently. The resulting bar graph doubles as an easy way for users to specify filtering by “subject area”. The screenshot above shows a search for forest<\/a>.<\/p>\n

    The ORS’s framework of Volumes, Titles, and Chapters was essentially a tag cloud waiting to be discovered.<\/p>\n

    We can get better authentication.<\/strong> In another VoxPopulii post<\/a>, John Joergensen discussed the need for authentication of digital resources. One aspect of this is showing the user the chain of custody from the original source to the current presentation. His ideas about using digital signatures are excellent: a scenario of being able to verify an electronic document’s legitimacy with complete assurance.<\/p>\n

    \"glossary-citations.png\"<\/a><\/p>\n

    We can get a good start towards this goal by explicitly modeling content sources. A source is given attributes for everything we’d want to know to create a citation; date last accessed, URL available at, etc.\u00a0 Every content object in the database is linked to one of these source objects.\u00a0 Now, every time we display a document, we can create properly formatted citations to the original sources.<\/p>\n

    The gather\/create\/mine\/visualize and object-based approaches open up so many new possibilities, they can’t all be discussed in one short article. It sometimes seems that each new step taken enables previously unforeseen features. A few these others are new documents created by re-sorting and aggregating content<\/a>, web service APIs<\/a>, and extra annotations that enhance clarity<\/a>. I believe that in the end, the biggest accomplishment of projects like this will be to raise our expectations for electronic legal research services, increase their quality, and lower their cost.<\/p>\n

    \"\"<\/a>Robb Shecter is a software engineer and third year law student at Lewis & Clark Law School in\u00a0 Portland, Oregon.\u00a0\u00a0 He is Managing Editor for the Animal Law Review, plays jazz bass, and has published articles in Linux Journal<\/em>, Dr. Dobbs Journal<\/em>, and Java Report. <\/em><\/p>\n

    VoxPopuLII is edited by Judith Pratt<\/a>.<\/p>\n","protected":false},"excerpt":{"rendered":"

    A new style of legal research An attorney\/author in Baltimore is writing an article about state bans of teachers’ religious clothing. She finds one of the tersely written statutes online. The website then does a query of its own and tells her about a useful statute she wasn’t aware of—one setting out the permitted disciplinary […]<\/a><\/p>\n","protected":false},"author":23,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[208,238,237],"tags":[4981,4980],"_links":{"self":[{"href":"https:\/\/blog.law.cornell.edu\/voxpop\/wp-json\/wp\/v2\/posts\/56"}],"collection":[{"href":"https:\/\/blog.law.cornell.edu\/voxpop\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.law.cornell.edu\/voxpop\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.law.cornell.edu\/voxpop\/wp-json\/wp\/v2\/users\/23"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.law.cornell.edu\/voxpop\/wp-json\/wp\/v2\/comments?post=56"}],"version-history":[{"count":2,"href":"https:\/\/blog.law.cornell.edu\/voxpop\/wp-json\/wp\/v2\/posts\/56\/revisions"}],"predecessor-version":[{"id":2972,"href":"https:\/\/blog.law.cornell.edu\/voxpop\/wp-json\/wp\/v2\/posts\/56\/revisions\/2972"}],"wp:attachment":[{"href":"https:\/\/blog.law.cornell.edu\/voxpop\/wp-json\/wp\/v2\/media?parent=56"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.law.cornell.edu\/voxpop\/wp-json\/wp\/v2\/categories?post=56"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.law.cornell.edu\/voxpop\/wp-json\/wp\/v2\/tags?post=56"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}