2018年11月14日 星期三

Google Patents的算符筆記

Google Patents(https://patents.google.com/advanced)的算符筆記(主要是自己要參考的),這不同於早先的Google Patents。

各條件之間的交集或聯集
AND, OR

直接輸入專利號碼
US9014905(美國專利)
9014905(專利號碼,各國編號有一定的差異,系統可自動判斷)
US 14/166,502(申請號)

專利說明書中各欄位查詢
名稱:TI=(online payment)
摘要:AB=(meta search robot)
申請專利範圍:CL=(method meta robot)

技術分類
cpc:A01B
B60R22/00(可以不要"CPC" syntax)

使用wildcard忽略字元的條件
在關鍵字前後或中間加入"?",表示有0~1個字元
在關鍵字前後或中間加入"*"或是"$",表示還有字元 或是沒有字元
使用"$2",表示有0到2個字元;使用"$5",表示有0到5個字元
使用"#",表示就還有一個字元


範例:
*saccharide? and hydroxy*phenyl*


排除特定條件
-online
-assignee:google

用雙引號規範用字
assignee:"Google Inc"

關鍵字的交集(and,必要關鍵字的集合)
範例:("reader") ("electric meter") ("image") ("camera") 

指定國別(或專利局)
範例:country:US

指定多個國家(或專利局)
country:US,WO,CN

指定申請人/專利權人
assignee:google

多個申請人/專利權人的聯集(or,其中之一)
assignee:google assignee:facebook
(有一些欄位沒有辦法"AND",預設會以"OR"當作條件,如專利權人、發明人、國家/專利局等)

關鍵字聯集(OR)
((online) OR (on-line) OR (on line)) 
(關鍵字之間不寫"OR",就是"AND")

範例:
inventor:steve inventor:jobs(其中之一):About 96,760 results
inventor:(steve jobs)(名字的交集):About 151 results
inventor:(jobs steve):About 151 results

專利型態
type:PATENT
type:DESIGN

專利狀態
status:GRANT
status:APPLICATION

時間範圍(以優先權為準,時間的格式:YYYYMMDD)
before:priority:20180930 after:priority:20120101
(before與after可個別使用,日期可以單獨使用年:before:2001)

時間範圍(以申請日為準)
before:filing:20180930 after:filing:20120101

時間範圍(以公開日為準)
before:publication:20180930 after:publication:20120101

(非常特別,慎重介紹)依照近似度排序的條件式NEAR/WITH/SAME/AJD
(當搜尋專利文獻時,可以這些算符限定關鍵字之間的「距離」與排序)

- 在檢索條件中加入「NEARx, NEAR/x, or /xw」,表示前後關鍵字在要x個字以內,不限定排序
-在檢索條件中加入「AJDx, AJD/x, or +xw」,表示前後關鍵字在要x個字以內,但限定排序

範例:(ab=(safety ADJ/5 belt) NEAR/10 (baby OR child) SAME vehicle) country:US(摘要中有關鍵字safety在belt之前5個字以內,再與關鍵字baby或child在10個字以內,並在200字內有vehicle這個關鍵字。初步判斷,Google在計算字數並未將連接詞與冠詞列入計算)


在檢索條件中加入「WITH」,表示前後關鍵字要在20個字以內,不限定排序
在檢索條件中加入「SAME」,表示前後關鍵字要在200個字以內,不限定排序

範例:
(safety ADJ/5 belt) NEAR/10 (baby OR child) SAME vehicle(官方)

綜合練習:
(online) (offline) assignee:demandware country:US before:priority:20181111 after:priority:20000101

((online) OR (on-line) OR (on line)) (offline) ((group buy) OR (group buying)) assignee:salesforce country:US before:publication:20181111 after:publication:20000101 language:ENGLISH


(範例來源:https://www.greyb.com/google-patent-search-tips/

(CL= (((((switch* OR nonlinear OR (non linear) OR PWM) NEAR/6 supply) NEAR/10 (parallel)) NEAR/12 (linear OR analog)) AND (convertor OR converter))) OR (TI= (((((switch* OR nonlinear OR (non linear) OR PWM) NEAR/6 supply) NEAR/10 (parallel)) NEAR/12 (linear OR analog)) AND (convertor OR converter))) OR (AB= (((((switch* OR nonlinear OR (non linear) OR PWM) NEAR/6 supply) NEAR/10 (parallel)) NEAR/12 (linear OR analog)) AND (convertor OR converter)))
(範例來源:https://www.greyb.com/google-patents-search-guide/


p.s.
雖然各種檢索條件都可以使用表格,但是知道語法可以更靈活使用。
本篇內容應該會持續更新。

資料參考:
https://support.google.com/faqs/answer/7049475


Ron

沒有留言: