Browse Source

Added kenedict to showcase

gh-pages
Alex de Mulder 9 years ago
parent
commit
c5dd5006e7
1 changed files with 25 additions and 11 deletions
  1. +25
    -11
      showcase/index.html

+ 25
- 11
showcase/index.html View File

@ -108,34 +108,33 @@
<!--<br /><br /><br />-->
<div class="row">
<div class="col-md-12 col-lg-6">
<a href="http://theantworks.herokuapp.com/industry-report/tesla/">
<img src="./images/antworks_tesla.png" class="showcase img-responsive">
<a href="http://www.kenedict.com/connecting-startups-and-investors-in-mobile-technology/">
<img src="./images/kenedict.png" class="showcase img-responsive">
</a>
<div class="description">
<div class="descriptionHeader">
Tesla, <a href="http://www.theantworks.com"> The ANTworks</a>
<a href="http://www.kenedict.com/"> Kenedict</a>
</div>
<div class="descriptionContent">
This and the previous entree are two case studies Jeroen Coumans created for a startup that specialises in patent analysis, and were featured on CNN Money, The Guardian, CNBC and the Financial Times.
Both fully use vis.js for graph rendering, while the frontend is built with React.
Connecting Startups and Investors in Mobile Technology: As you can see in the visualization, nodes have a high betweenness centrality when they are at the intersection of different clusters. In the case of investors (square nodes), this implies that an investor with a varied portfolio of mobile technology investments can serve as a key connector based on its participation in multiple sub-communities of the network.
</div>
</div>
</div>
<div class="col-md-12 col-lg-6">
<a href="./projects/theantworks">
<img src="./images/antworks_proto.png" class="showcase img-responsive">
<a href="http://theantworks.herokuapp.com/industry-report/tesla/">
<img src="./images/antworks_tesla.png" class="showcase img-responsive">
</a>
<div class="description">
<div class="descriptionHeader">
<a href="http://www.theantworks.com"> The ANTworks</a>
Tesla, <a href="http://www.theantworks.com"> The ANTworks</a>
</div>
<div class="descriptionContent">
These are a few screenshots from an upcoming project by The ANTworks, giving a great example of how the style of vis can be
customized.
This and the previous entree are two case studies Jeroen Coumans created for a startup that specialises in patent analysis, and were featured on CNN Money, The Guardian, CNBC and the Financial Times.
Both fully use vis.js for graph rendering, while the frontend is built with React.
</div>
</div>
</div>
</div>
<div class="row">
@ -152,6 +151,21 @@
</div>
</div>
</div>
<div class="col-md-12 col-lg-6">
<a href="./projects/theantworks">
<img src="./images/antworks_proto.png" class="showcase img-responsive">
</a>
<div class="description">
<div class="descriptionHeader">
Prototype, <a href="http://www.theantworks.com"> The ANTworks</a>
</div>
<div class="descriptionContent">
These are a few screenshots from an upcoming project by The ANTworks, giving a great example of how the style of vis can be
customized.
</div>
</div>
</div>
</div>
</div>

Loading…
Cancel
Save