Changes

Jump to navigation Jump to search
239 bytes added ,  16:15, 30 November 2017
=New Work=
==JSON InformationUSITC 337 Cases Tab Delimited Text==USITC patent information was gathered from the investigations.json file downloaded from the USITC website (https://pubapps2.usitc.gov/337external/, Click on Cases Instituted After 2008).This contains information on 337 cases and their respondents/complainants and the patents that were part of the case. The tab-delimited test files code and results for this program are here:
Projects/USITC/JSON_scraping_python
The program grabs the information, places it into lists of lists in Python, and then writes to the file names listed below. The files do not have headers and null values are set to be empty strings.
To create the tab delimited text files, run code.py in the JSON_scraping_python directory. This has all of the file names hard coded. It will create the following files
investigation_info.txt
patent_info.txt
Schema for this file is Investigation Number, Patent ID, Patent Number, Active Date, Inactive Date,
 
This information was gathered from the investigations.json file downloaded from the USITC website (https://pubapps2.usitc.gov/337external/, Click on Cases Instituted After 2008)
The program grabs the information, places it into lists of lists, and then writes to the file names listed above.
==XML Information==

Navigation menu