|
|
- <!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.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;
- }
- div.navbar-wrapper {
- background-color:#07508E;
- border-bottom: 3px solid #ffffff;
- font-size:16px;
- }
- div.contentWrapper {
- padding:20px;
- }
-
- 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;
- max-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>
-
-
- <div class="navbar-wrapper">
- <div class="container">
- <nav class="navbar navbar-inverse navbar-static-top" role="navigation">
- <div class="container">
- <div class="navbar-header">
- <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
- <span class="sr-only">Toggle navigation</span>
- <span class="icon-bar"></span>
- <span class="icon-bar"></span>
- <span class="icon-bar"></span>
- </button>
- <a class="navbar-brand hidden-sm" href="../index.html">vis.js</a>
- </div>
- <div id="navbar" class="navbar-collapse collapse">
- <ul class="nav navbar-nav">
- <li><a href="../index.html#modules">Modules</a></li>
- <li><a href="../docs/index.html" target="_blank">Documentation <img class="icon" src="../images/external-link-icons/external-link-icon-white.png"></a></li>
- <li><a href="../blog.html">Blog</a></li>
- <li><a href="../index.html#download_install">Download</a></li>
- <li class="active"><a href="">Showcase</a></li>
- <li><a href="../index.html#contribute">Contribute</a></li>
- <li><a href="../featureRequests.html">Feature requests</a></li>
- <li><a href="../index.html#licenses">License</a></li>
- </ul>
- </div>
- </div>
- </nav>
-
- </div>
- </div>
-
- <div class="contentWrapper">
- <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 class="row">
- <div class="col-md-12 col-lg-6">
- <a href="http://felixhayashi.github.io/TW5-TiddlyMap/index.html">
- <img src="./images/tiddlywiki.png" class="showcase img-responsive">
- </a>
- <div class="description">
- <div class="descriptionHeader">
- <a href="http://tiddlywiki.com/"> TiddlyWiki</a>
- </div>
- <div class="descriptionContent">
- The vis graphs are neatly embedded in the overall wiki content and can support the text at any place. Also, since vis allows click events on nodes,
- articles can comfortably opened from any graph, which helps the user in quickly jumping between topics.
- Thus, a graph-wiki-hybrid is created which makes it incredibly easy to integrate, link and visualize ideas and topics.
- </div>
- </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>
|