Browse Source

Add patent-searcher to showcase

gh-pages
Yotam Berkowitz 7 years ago
parent
commit
c37d44767f
3 changed files with 17 additions and 0 deletions
  1. BIN
      showcase/images/Thumbs.db
  2. BIN
      showcase/images/patentsearcher.PNG
  3. +17
    -0
      showcase/index.html

BIN
showcase/images/Thumbs.db View File


BIN
showcase/images/patentsearcher.PNG View File

Before After
Width: 1336  |  Height: 810  |  Size: 70 KiB

+ 17
- 0
showcase/index.html View File

@ -272,6 +272,23 @@
</div>
</div>
<div class="row">
<div class="col-md-12 col-lg-6">
<a href="http://www.widgetblender.com/code/php7/pv/form_for_google_patent_page_scraper.php">
<img src="./images/patentsearcher.png" class="showcase img-responsive">
</a>
<div class="description">
<div class="descriptionHeader">
<a href="http://www.widgetblender.com/code/php7/pv/form_for_google_patent_page_scraper.php"> Patent Searcher</a>
</div>
<div class="descriptionContent">
This is a simple and free to use prototype application that employs "screen scraping" written in PHP 7 to gather data from the Google Patent Search. It then formats it into a timeline that can be interacted with.
</div>
</div>
</div>
</div>
</div>
</div>
<br /><br /><br /><br />

Loading…
Cancel
Save