vis.js is a dynamic, browser-based visualization library
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

179 lines
7.7 KiB

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>vis.js showcase</title>
<link rel="icon" HREF="favicon.ico">
<!-- Bootstrap -->
<link href="../css/bootstrap.min.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<style>
body {
font-family: Lustria,Georgia,Times,"Times New Roman",serif !important;
padding:10px;
}
a:link {color: #8bb9fb;}
a:visited {color: #8bb9fb;}
a:hover {color: #8bb9fb;}
a:active {color: #8bb9fb;}
div.textHTMLContent {
display:block;
width:970px;
}
img.showcase {
position:relative;
left:-50px;
border: 1px solid #dddddd;
border-radius:5px;
width:880px;
height:350px;
margin:30px;
}
div.description{
text-align:justify;
max-width:880px;
position:relative;
border-radius:5px;
padding:20px;
text-decoration: none;
color:#ffffff;
background-color: #455a6f;
margin-top:-80px;
z-index:2;
box-shadow: 0px 0px 8px #000000;
overflow:auto;
}
div.descriptionHeader {
font-size:25px;
font-weight:bold;
padding-bottom:5px;
}
</style>
</head>
<body>
<h1>Showcase projects</h1>
<div class="container-fluid">
These are projects we made using vis, or ones we received from the community. If you'd like your project to be featured here, please <a href="https://github.com/almende/vis/issues" target="_blank">post an issue on our Git page</a>.
<div class="row">
<div class="col-md-12 col-lg-6">
<a href="./projects/midas/index.html">
<img src="./images/midas.png" class="showcase img-responsive">
</a>
<div class="description">
<div class="descriptionHeader">
MIDAS, <a href="http://www.almende.com"> Almende BV</a>
</div>
<div class="descriptionContent">
MIDAS collects statistics of incidents during the production process.
It analyses the manufacturing process and handles disruptive events during the ramp-up phase.
We developed the software tool especially for this project, based on our tools,
<a href="http://eve.almende.com/">Eve</a> and <a href="http://visjs.org/">vis.js</a>.
</div>
</div>
</div>
<!--<br /><br /><br />-->
<div class="col-md-12 col-lg-6">
<a href="http://theantworks.herokuapp.com/industry-report/pfizer-az/">
<img src="./images/antworks_pfizer.png" class="showcase img-responsive">
</a>
<div class="description">
<div class="descriptionHeader">
Pfizer, <a href="http://www.theantworks.com"> The ANTworks</a>
</div>
<div class="descriptionContent">
This and the next 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>
<!--<br /><br /><br />-->
<div class="row">
<div class="col-md-12 col-lg-6">
<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">
<a href="http://www.kenedict.com/"> Kenedict</a>
</div>
<div class="descriptionContent">
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="http://theantworks.herokuapp.com/industry-report/tesla/">
<img src="./images/antworks_tesla.png" class="showcase img-responsive">
</a>
<div class="description">
<div class="descriptionHeader">
Tesla, <a href="http://www.theantworks.com"> The ANTworks</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.
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-12 col-lg-6">
<a href="http://www.poddvr.com/?e=6c7b942a2dd07385">
<img src="./images/poddvr.png" class="showcase img-responsive">
</a>
<div class="description">
<div class="descriptionHeader">
<a href="http://www.poddvr.com/"> podDVR</a>
</div>
<div class="descriptionContent">
This is an one Page Web App enabling you to mark spots/segments of podcasts and easily share those highlights with friends. Podcasts are typically mp3 audio files obtained via RSS feed so we have integrated a media player with custom controls. Podcast episodes are presented in sequence over a navigable timeline, which is also used to visualize single episodes and/or highlights playing second by second.
</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>
<br /><br /><br /><br />
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="../js/bootstrap.min.js"></script>
</body>
</html>