Giter Site home page Giter Site logo

patentr's People

Contributors

jyprojs avatar rrrlw avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

patentr's Issues

WKU is not patent #

Fix values in WKU column to equal patent number instead (and switch column name to Pat_ID or similar)

References of patentr Output not matching with USPTO portal for week 1 2019 data

Hi,

I noticed that the csv output for week 1 for 2019 has blank values for the "references" field for all WKUs. I checked randomly for references for some of them on https://portal.uspto.gov/pair/PublicPair using their patent number as the search field and found the latest reference document on the "Display References" tab shows multiple references for these patents. Then I compared the contents for week 1 of 2012. The csv output for this shows populated fields for references for the patents issued and these matched with the information on the PublicPair portal for a randomly chosen patents.

Can you please execute an iteration with 2019 and 2012 week 1 data and check the reason for the references mismatch between the patentr output and the PublicPair portal.

Thanks!

New field to retrieve

Congratulations for the work done! The tool works well and it seems to be very userfriendly. I know that in the bulk files of USPTO there are other fields that currently are not implemented in the package, such as the abstract and the description related to each patent. These information are fundamental for the analysis of the technical state-of-the-art of a domain. Is it possible to implement some functions for extracting other text fields of the patents?

convert_funcs.cpp last patent prints incorrectly

fout << currID << ",\"" << title << "\"," << appDate << "," << issDate << ",\"" << inventor << "\",\"" << assignee << "\"," << iclClass << "," << refs << "\n";
should be like above and not
fout << currID << ",\"" << title << "\"," << appDate << "," << issDate << "," << inventor << "," << assignee << "," << iclClass << "," << refs << "\n";

note: assignee and inventor fields may have commas

CRAN release v0.2.0

  • XML1 format
  • XML2 format
  • text properties (abstract, description, etc.) for TXT format; edit: choose to ignore
  • vignette(s)
  • fix GitHub open issues

Getting `TRUE` for 2001 and after, download error for earlier years

Hi devs,

Thanks for the work and package.

For more recent years I am getting the TRUE placeholder and no data is downloading.

I tried running the examples and other years before 2001, and it attempts to download but I am getting this error:

Error in utils::download.file(url = curr_url, destfile = dest_file) : 
  cannot open URL 'https://bulkdata.uspto.gov/data/patent/grant/redbook/fulltext/2001/pftaps20010102_wk01.zip'
In addition: Warning message:
In utils::download.file(url = curr_url, destfile = dest_file) :
  InternetOpenUrl failed: 'The certificate authority is invalid or incorrect'

Probably can't verify the SSL of the USPTO website.

On an unrelated note, is there a way to download the patent data connected to a certain inventor or company instead of going by week?

Unable to save as a dataframe and not getting headers in a csv

Hi,

I have two questions on the package's execution.

  1. The document description says, “Data can be returned as a data frame or written to a file (see ‘output_file‘ parameter).” However, I am getting the following error when I try to retrieve the data as a dataframe.
df2018w1 <- get_bulk_patent_data(year = 2018, week = 1)

Error in cat("WKU,Title,App_Date,Issue_Date,Inventor,Assignee,ICL_Class,References,Claims\n",  : 
  argument "output_file" is missing, with no default
  1. The code runs fine if I write the data to a csv but there are no column names in the csv output. Please tell how to get them.

Thanks!

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.