Difference between revisions of "Equivalent XPath and APS Queries"

From edegan.com
Jump to navigation Jump to search
(Created page with "{{McNair Projects |Has title=Equivalent XPath and APS Queries |Has owner=Oliver Chang, Ed Egan, |Has start date=June 2017 |Has deadline=June 2017 |Has project status=Active |D...")
 
Line 7: Line 7:
 
|Depends upon it=Reproducible Patent Data
 
|Depends upon it=Reproducible Patent Data
 
}}
 
}}
 +
 +
 +
[[Reproducible_Patent_Data#Schema_Reconciliation|Current Status]] for Granted Patents
 +
 +
----
 +
 +
== How it works currently ==
 +
 +
Only has the intelligence from <code>E:\McNair\PatentData\Processed\xmlparser_4.5_4.4_4.3.pl</code>.
 +
That is to say, it only explicitly covers versions 4.3, 4.4, and 4.5 utility patents.
 +
Plant, reissue, and design patents contain a nonempty intersection with these attributes but have their own quirks.
 +
The actual code to do this XML parsing is at <code>E:\McNair\Projects\SimplerPatentData\src\main\java\org\bakerinstitute\mcnair\uspto_granted\XmlParser.java</code>

Revision as of 20:02, 20 June 2017


McNair Project
Equivalent XPath and APS Queries
Project logo 02.png
Project Information
Project Title Equivalent XPath and APS Queries
Owner Oliver Chang, Ed Egan
Start Date June 2017
Deadline June 2017
Primary Billing
Notes
Has project status Active
Copyright © 2016 edegan.com. All Rights Reserved.



Current Status for Granted Patents


How it works currently

Only has the intelligence from E:\McNair\PatentData\Processed\xmlparser_4.5_4.4_4.3.pl. That is to say, it only explicitly covers versions 4.3, 4.4, and 4.5 utility patents. Plant, reissue, and design patents contain a nonempty intersection with these attributes but have their own quirks. The actual code to do this XML parsing is at E:\McNair\Projects\SimplerPatentData\src\main\java\org\bakerinstitute\mcnair\uspto_granted\XmlParser.java