Difference between revisions of "LexJudge Table"

From edegan.com
Jump to navigation Jump to search
m (MarcelaInteriano moved page LexJudge to LexJudge Table)
Line 33: Line 33:
  
 
==Table Purpose==
 
==Table Purpose==
<section begin="judge">
+
<section begin="judge"/>
The LexJudge Table will be used to monitor district court activity for the Little Guy Academic Paper and the Patent Troll Paper.  
+
In conjunction with the litigation data, the LexJudge Table may be used to monitor district court activity for the Little Guy Academic Paper and the Patent Troll Academic Paper. If matched with particular cases, trends in a particular judge's case outcomes may be developed and analyzed for use in the Patent Troll Academic Paper or Issue Brief.  
<section end="judge">  
+
<section end="judge"/>  
 
==Current Problems==
 
==Current Problems==

Revision as of 13:03, 21 July 2016

Return to Patent Data Specifications.

Table Structure

                     Table "public.lexjudge"
      Column       |          Type          | Modifiers  
-------------------+------------------------+-----------
name               | character varying(500) | 
noopencases        | integer                | 
nocasesinthiscourt | integer                | 
numcases           | integer                | 
dateappointed      | date                   | 
dateretired        | date                   | 
circuit            | character varying(10)  | 
court              | character varying(8)   | 
 

Example of table entries:

          name            | numopencases | numcaseshere | totnumcases | dateappointed | dateretired | circuit | court 
--------------------------+--------------+--------------+-------------+---------------+-------------+---------+-------
Jay A. Garcia-Gregory     |           10 |           80 |          80 | 2000-07-11    |             | 1       | DPR
Gustavo Antonio Gelpi Jr. |            9 |           81 |          81 | 2006-08-01    |             | 1       | DPR
Carmen Consuelo Cerezo    |            7 |           70 |          70 | 1980-06-30    |             | 1       | DPR
Aida M. Delgado-Colon     |            6 |           44 |          44 | 2006-03-17    |             | 1       | DPR
Daniel R. Dominguez       |            3 |          105 |         105 | 1994-09-29    |             | 1       | DPR
Jose Antonio Fuste        |            3 |           65 |          65 | 1985-10-28    | 2016-06-01  | 1       | DPR
Francisco Augusto Besosa  |            2 |           46 |          46 | 2006-09-27    |             | 1       | DPR
Salvador E. Casellas      |            1 |           49 |          49 | 1994-09-29    |             | 1       | DPR
Jaime Pieras Jr.          |            0 |           51 |          51 | 1982-07-15    | 2011-06-11  | 1       | DPR
Juan Manuel Perez-Gimenez |            0 |           32 |          32 | 1979-12-06    |             | 1       | DPR

Table Variables

The table has the name of each judge currently working or that has worked in a district court, the earliest appointed date being 1946-01-03. Numopencases is the number of open cases a judge has a in his or her district court. Numcaseshere is the number of open and terminated cases a judge has presided over in the district court specified. Totnumcases is the total number of cases a judge has presided over. Totnumcases may exceed numcaseshere if the judge has transferred from another district court. The date the judge was appointed and retired are also given. The judge's circuit and district are also specified under circuit and court respectively.

Table Purpose

In conjunction with the litigation data, the LexJudge Table may be used to monitor district court activity for the Little Guy Academic Paper and the Patent Troll Academic Paper. If matched with particular cases, trends in a particular judge's case outcomes may be developed and analyzed for use in the Patent Troll Academic Paper or Issue Brief.

Current Problems