Browse Source

Add patent-searcher to showcase (#3080)

* Add patent-searcher to showcase

* Remove thumbs.db

* Remove thumbs.db

* Fix indents
gh-pages
yotamberk 7 years ago
committed by GitHub
parent
commit
249aa54901
2 changed files with 30 additions and 17 deletions
  1. BIN
      showcase/images/patentsearcher.PNG
  2. +30
    -17
      showcase/index.html

BIN
showcase/images/patentsearcher.PNG View File

Before After
Width: 900  |  Height: 400  |  Size: 64 KiB

+ 30
- 17
showcase/index.html View File

@ -316,7 +316,7 @@
</div>
</div>
<div class="col-md-12 col-lg-6">
<div class="col-md-12 col-lg-6">
<a href="https://gbrault.github.io/railroad-diagrams/live/live.html">
<img src="./images/expression-results.png" class="showcase img-responsive">
</a>
@ -333,23 +333,36 @@
</div>
<div class="row">
<div class="col-md-12 col-lg-6">
<a href="http://www.iftekhar.me/ibm/ibm-project-timeline/">
<img src="./images/timeline_clustering.gif" class="showcase img-responsive">
</a>
<div class="description">
<div class="descriptionHeader">
<a href="https://gbrault.github.io/railroad-diagrams/live/live.html">Timeline in PowerHA</a>
</div>
<div class="descriptionContent">
PowerHA is a disaster recovery project where we developed a graphical interface for the command line system
out clients has been using. Timeline is a graphical representation of all the events occurring in
the environment over certain period of time.
</div>
</div>
<div class="col-md-12 col-lg-6">
<a href="http://www.iftekhar.me/ibm/ibm-project-timeline/">
<img src="./images/timeline_clustering.gif" class="showcase img-responsive">
</a>
<div class="description">
<div class="descriptionHeader">
<a href="https://gbrault.github.io/railroad-diagrams/live/live.html">Timeline in PowerHA</a>
</div>
<div class="descriptionContent">
PowerHA is a disaster recovery project where we developed a graphical interface for the command line system
out clients has been using. Timeline is a graphical representation of all the events occurring in
the environment over certain period of time.
</div>
</div>
</div>
<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