From 51f4da1b05e927a960f45d88fb0c1d7dd2748364 Mon Sep 17 00:00:00 2001 From: Samuel Klein Date: Mon, 9 Dec 2019 12:37:07 -0500 Subject: [PATCH] +1 increment example count --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d615a2d..1f4c983 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ The contents of this repository are not an official Google product. [Google Patents Public Datasets](https://console.cloud.google.com/launcher/browse?q=google%20patents%20public%20datasets&filter=solution-type:dataset) is a collection of compatible BigQuery database tables from government, research and private companies for conducting statistical analysis of patent data. The data is available to be queried with SQL through BigQuery, joined with private datasets you upload, and exported and processed using many other compatible analysis tools. This repository is a centralized source for examples which use the data. -Currently the repo contains two examples: +Currently the repo contains three examples: 1. [Patent Landscaping](https://github.com/google/patents-public-data/blob/master/models/landscaping/README.md): A demo of an automated process of finding patents related to a particular topic given an initial seed set of patents. Based on the paper by Dave Feltenberger and Aaron Abood, [Automated Patent Landscaping](models/landscaping/AutomatedPatentLandscaping.pdf).