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
153 changes: 153 additions & 0 deletions examples/2017-Sprints-Impact-Krita/2017-Sprints-Impact-Krita.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,153 @@
<!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;" class="text-justify">
<h1>Using EVOWAVE to measure sprints impact in open source contributions</h1>
<h3>Eliakin Costa</h3>
</div>
<br><br>
<div style="margin-left:30px;margin-right:40px;">
<h3>Abstract</h3>
<p>Open source projects are totally dependent from your collaborators. Many FLOSS projects suffer with "bus factor", it means that some projects are tottaly dependent from some people, causing a "single point of failure". A solution to this problem is encourage more people to contribute and be more active in the community through incentive programs and sprints. The main problem is how to measure the real impact of this sprints in the quantity of the collaborations and what can be improved.</p>
</div>
<div style="margin-left:30px;margin-right:40px;">
<h3>Goal</h3>
<p>The goal of this work was generate a visualization in EVOWAVE format to measure the sprints impact in an open source project called Krita. It was a made a qualitative and quantitative study to analyse the molecules and sprint events that ocurred from 1998 to 2016 in this project. </p>
</div>

<div style="margin-left:30px;margin-right:40px;">
<h3>Artefacts</h3>
<ul>
<li>Source code, Presentation and obtained data - https://github.com/EliakinCosta/inf022-trabalho</li>
<li>Original repository - https://github.com/KDE/krita</li>
</ul>
</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>
</ol>

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

<div class="item">
<img src="img/visualizacao__final_ampliada.png" alt="Chania">
</div>

<div class="item">
<img src="img/visualizacao_contribuidores.png" alt="Chania" width="800" height="400">
</div>
<div class="item">
<img src="img/visualizacao_rempt.png" alt="Chania" 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>

<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.