Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added examples/2016-Logical-Coupling/img/Thumbs.db
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,227 @@
<!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">
<meta name="description" content="">
<meta name="author" content="">

<title>Evowave - Software Visualization</title>

<!-- Bootstrap Core CSS -->
<link href="../../vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">

<!-- Custom Fonts -->
<link href="../../vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Merriweather:400,300,300italic,400italic,700,700italic,900,900italic' rel='stylesheet' type='text/css'>

<!-- Plugin CSS -->
<link href="../../vendor/magnific-popup/magnific-popup.css" rel="stylesheet">

<!-- Theme CSS -->
<link href="../../css/creative.min.css" rel="stylesheet">

<!-- HTML5 Shim and Respond.js 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/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->

</head>

<body id="page-top">

<nav id="mainNav" class="navbar navbar-inverse navbar-fixed-top">
<div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span> Menu <i class="fa fa-bars"></i>
</button>
<a class="navbar-brand page-scroll" href="../../index.html">Evowave</a>
</div>

<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li>
<a class="page-scroll" href="../gallery.html">Back</a>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container-fluid -->
</nav>


<div style="margin-top:70px;margin-left:30px;">
<h1>Using Evowave to Analyze Decade Car and Bus Sales</h1>
<h3>Caio Rosário Dias</h3>
</div>
<br><br>
<div style="margin-left:30px;margin-right:40px;" class="text-justify">
<p>In the great Brazilian metropoles, the growth of alternatives of urban transport means is notorious. Private cars, buses, subways, motorcycles, bicycles and others are the most common alternatives for locals for daily commuting. However, the unintended acquisition of these means of transport can cause market benefits and damage to the environment. Through the present visualization we aim to compare the acquisition of buses in relation to cars in the big cities in the last three decades.</p>
<p></p>
</div>
<br><br>
<div class="text-center"><h3>Generated Images</h3></div>
<div style="width:800px" class="container">
<br>
<div id="myCarousel" class="carousel slide" data-ride="carousel">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#myCarousel" data-slide-to="0" class="active"></li>
<li data-target="#myCarousel" data-slide-to="1"></li>
<li data-target="#myCarousel" data-slide-to="2"></li>
<li data-target="#myCarousel" data-slide-to="3"></li>
<li data-target="#myCarousel" data-slide-to="4"></li>
<li data-target="#myCarousel" data-slide-to="5"></li>
</ol>

<!-- Wrapper for slides -->
<div class="carousel-inner" role="listbox">
<div class="item active">
<img src="img/1.png" width="800" height="400">
</div>

<div class="item">
<img src="img/2.png" width="800" height="400">
</div>

<div class="item">
<img src="img/3.png" width="800" height="400">
</div>

<div class="item">
<img src="img/4.png" width="800" height="400">
</div>

<div class="item">
<img src="img/5.png" width="800" height="400">
</div>

<div class="item">
<img src="img/6.png" width="800" height="400">
</div>
</div>

<!-- Left and right controls -->
<a class="left carousel-control" href="#myCarousel" role="button" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span>
</a>
<a class="right carousel-control" href="#myCarousel" role="button" data-slide="next">
<span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span>
</a>
</div>
</div>

<br><br>
<div class="text-center"><h3>Code</h3></div>
<div style="width:800px" class="container">
<br>
<div id="myCarouselCode" class="carousel slide" data-ride="carousel">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#myCarousel" data-slide-to="0" class="active"></li>
<li data-target="#myCarousel" data-slide-to="1"></li>
<li data-target="#myCarousel" data-slide-to="2"></li>
<li data-target="#myCarousel" data-slide-to="3"></li>
<li data-target="#myCarousel" data-slide-to="4"></li>
<li data-target="#myCarousel" data-slide-to="5"></li>
</ol>

<!-- Wrapper for slides -->
<div class="carousel-inner" role="listbox">
<div class="item active">
<img src="imgcode/1.png" width="800" height="400">
</div>

<div class="item">
<img src="imgcode/2.png" width="800" height="400">
</div>

<div class="item">
<img src="imgcode/3.png" width="800" height="400">
</div>

<div class="item">
<img src="imgcode/4.png" width="800" height="400">
</div>

<div class="item">
<img src="imgcode/5.png" width="800" height="400">
</div>

<div class="item">
<img src="imgcode/6.png" width="800" height="400">
</div>

<div class="item">
<img src="imgcode/7.png" width="800" height="400">
</div>

<div class="item">
<img src="imgcode/8.png" width="800" height="400">
</div>

<div class="item">
<img src="imgcode/9.png" width="800" height="400">
</div>

<div class="item">
<img src="imgcode/10.png" width="800" height="400">
</div>

<div class="item">
<img src="imgcode/11.png" width="800" height="400">
</div>
</div>

<!-- Left and right controls -->
<a class="left carousel-control" href="#myCarouselCode" role="button" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span>
</a>
<a class="right carousel-control" href="#myCarouselCode" role="button" data-slide="next">
<span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span>
</a>
</div>
</div>

<section id="contact">
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 text-center">
<h2 class="section-heading">Join Us!</h2>
<hr class="primary">
</div>
<div class="col-lg-4 text-center col-lg-offset-4">
<img src="http://iconshow.me/media/images/ui/ios7-icons/png/128/social-github.png" style="width:70px"></img>
<p><a href="https://github.com/vismining/evowave">https://github.com/vismining/evowave</a></p>
</div>
</div>
</div>
</section>

<!-- jQuery -->
<script src="../../vendor/jquery/jquery.min.js"></script>

<!-- Bootstrap Core JavaScript -->
<script src="../../vendor/bootstrap/js/bootstrap.min.js"></script>

<!-- Plugin JavaScript -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js"></script>
<script src="../../vendor/scrollreveal/scrollreveal.min.js"></script>
<script src="../../vendor/magnific-popup/jquery.magnific-popup.min.js"></script>

<!-- Theme JavaScript -->
<script src="../../js/creative.min.js"></script>

</body>

</html>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added examples/ano-palavra-chave/img/Thumbs.db
Binary file not shown.
10 changes: 9 additions & 1 deletion examples/gallery.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!DOCTYPE html>
<html lang="en">

<head>
Expand Down Expand Up @@ -86,6 +86,14 @@ <h1>Evowave Gallery</h1><br><br><br>
<div>On the Use of Software Visualization to Analyze Library Dependency Evolution: an Exploratory Study</div>
</div>
</div></a>
<a href="2017-Sale-of-Cars-and-Buses-by-Decadas-Caio-Dias/2017-Sale-of-Cars-and-Buses-by-Decadas-Caio-Dias.html">
<div class="col-sm-4">
<div class="example-container">
<img width="100%" src="../img/examples/thumbnails/carroonibus.jpg" />
<div>Using Evowave to Analyze Decade Car and Bus Sales</div>
</div>
</div>
</a>
</div>
</div>
<style>
Expand Down
Binary file added img/Thumbs.db
Binary file not shown.
Binary file added img/examples/thumbnails/Thumbs.db
Binary file not shown.
Binary file added img/examples/thumbnails/carroonibus.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.