資料庫包括三種專利資料:
- US-PGPUB(自3/2001尚未獲准的申請案)
- USPAT(自1970年至今的美國專利、專利號碼與分類可查到1790年)
- USOCR(1970年之前的文字辨識的專利檔案)
上圖空白欄位用以填入搜尋字串,這是不分欄位而通篇文章的搜尋方式,搜尋頁面預設有三塊,左上就是搜尋欄,左下則是檢索結果的列表,右方則是用來預覽所選擇的檢索結果。
也可改變layout:
搜尋指令可以參考以下表格,用來指定搜尋的專利欄位,與舊版不同,所以老手要重新習慣了!!!
基本搜尋範例:
ex. "pmbus" and "floating point" and "decoding"
使用"Wildcards"的搜尋範例:
("?"是一個缺字字元、"$5"是指5個缺字的字元、"*"或"$"不限數量的缺字)
ex. "p?bus" and "floating$5" and "decod*"
布林算符:
Operator | Description | Example | Behavior |
---|---|---|---|
AND | Two terms, joined by "AND" must occur within the same document. | photographic AND noodle | Returns all documents that contain both the terms "photographic" and "noodle" somewhere in the document - regardless of their order. |
OR | Two terms, joined by "OR" means at least one of the terms must occur in the document. | dog OR cat | One of these two terms must occur in the document. |
NOT | The first term must occur, the second term must not. | cardboard NOT box | Returns documents where the term "cardboard" does occur in the document, and the term "box" never occurs in the document. |
XOR | Two terms, joined by "XOR" means at least one of the terms must occur in the document, but not both terms | pipe XOR ptfe | One of these two terms must occur in the document, but not both terms. |
接近算符:
Operator | Description | Example | Behavior |
---|---|---|---|
ADJ | Two terms must occur directly next to each other, and in order. ADJ is the only ordered operator. | oxidizing ADJ bacteria | Returns documents where these two terms occur adjacent to each other and in the same order. This is the default operator, and is applied when no operators are given. |
ADJ[n] | Two terms must occur within [n] terms of each other, in order, and within the same sentence. | wet adj4 silicon | The term "silicon" must occur within the 4 words that follow the term "wet" - so the following "wet oxidized, polysilazane-based silicon oxide" would be considered a hit. Maximum value of N is 450. |
NEAR | Similar to ADJ but order is not relevant. | electrospray NEAR ion | Returns documents where the terms "electrospray" and "ion" are next to each other and in the same sentence, but in any order. So unlike ADJ, this search would return a hit for "negative ion electrospray" |
NEAR[n] | Again, similar to ADJ[n], but order is not relevant. | cyclotron NEAR7 magnetic | Finds documents where the term cyclotron is within 7 words or the term magnetic - regardless of order. This would hit the following "a magnetic sector mass analyzer, or an ion cyclotron." Maximum value of N is 450. |
WITH | Terms joined with WITH must occur within the same sentence. | detect WITH light | Finds documents where the terms "Light" and "detect" occur within the same sentence. |
WITH[n] | Terms joined with WITH must occur within n sentences of each other. | detect WITH10 light | Finds documents where the terms "Light" and "detect" occur within 10 sentences of each other. Maximum value of N is 25. |
SAME | Term joined with SAME must occur within the same paragraph. | synthesizing SAME tomography | Very similar to WITH but the searches occur over paragraphs rather than sentences. |
SAME[n] | Two term just occur within n paragraphs of each other. | wheel SAME3 wood | Very similar to WITH[n] but the searches occur over n paragraphs rather than sentences. Maximum value of N is 25. |
欄位搜尋:
Suffix | Description | Example |
---|---|---|
AB | Searches the abstract text of the patent. | amethyst.ab. |
AD | Searches the application filing date of the patent. | 20120616.ad. |
APP | Searches the application number of the patent (must use with slash). | 10/501576.app. or (12/123456).app. |
AS | Searches the assignee name text of the patent. | microsoft.as. |
AY | Searches the application filing year of the patent. | 2006.ay. |
BSUM | Searches the Brief Summary section of the patent. | medicinal.bsum. |
CCLS | Searches against the US Patent classification and subclass. | 138/$.ccls. |
CLAS | Searches the USPC Classification text of the patent. | 435.clas. |
CLM | Searches the claims section of the patent. | tube.clm. |
CLMS | Searches the claims section of the patent. | computer.clms. |
CPC | Searches the Cooperative Patent Classification. | F16L11/00.cpc. |
CPCA | Searches the Cooperative Patent Classification. | B32B2307/50.cpca. |
CPCI | Searches the Cooperative Patent Classification. | A61M5/385.cpci. |
Date Ranges | Various date ranges for application year, application date, patent date, and patent year. | Equal = @pd=20011118 Greater than > @ad>19961231 Greater than or equal to >= @ay>=2014 Less than < @py<1997 Less than or equal to <= @py<=1975 Not equal to <> @pd<>19990216 Range >=…<= @ay>=1980<=1986 |
DCLM | Searches the claims section of the patent. | program.dclm. |
DETD | Searches the detailed description section of the patent. | sheepdog.detd. |
DID | Searches for a specific Document ID. | US-2418590-A.did. or US-2418590.did. must include the hyphens |
FD | Searches the application filing date of the patent. | 20110811.fd. |
FY | Searches the application filing year of the patent. | 2016.fy. |
IN | Searches the inventor name text of the patent. | black.in. |
INV | Searches the inventor name text of the patent. | sontag.inv. |
IPC | Searches the international patent classification of the patent. | G06F17/00.ipc. |
PD | Searches the publication date of the patent. | 20150217.pd. |
PN | Searches for a specific patent number. | 7557042.pn. |
SPEC | Searches the Specification section of the patent. | sheltie.spec. |
TI | Searches the title text of the patent. | concrete.ti. |
URPN | Searches the references cited patent number of the patent. | 8025207.urpn. |
XA | Searches the assistant examiner's name of the patent. | smith.xa. |
XP | Searches the primary examiner's name of the patent. | hook.xp. |
另還定義一堆不能搜尋的字(stopwords):
ex. 來找一個最近的作業。找到一個檔案,這個文件瀏覽的pane還蠻好用的,自帶一個pdf下載功能,以後就不用到別的網站下載了。在文件瀏覽區的最上方"highlights"還會主動列出從搜尋指令關聯的字串,方便查找文中內容。
pdf下載:
搜尋關鍵字可以彩色標註出來:
其他待探索~~~。
參考資料:Patent Public Search -Search overview(https://ppubs.uspto.gov/pubwebapp/static/assets/files/Search%20overview%20QRG%20-%20Patent%20Public%20Search.pdf)
Ron
1 則留言:
感激不盡
張貼留言