git2prov
Version:
Unleash the potential of Git in the new W3C standard for provenance.
99 lines (83 loc) • 4.41 kB
HTML
<html lang="en">
<head>
<meta charset="utf-8">
<title>Git2PROV: About</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Unleash the potential of Git repos in the W3C standard for provenance.">
<meta name="author" content="">
<!-- Le styles -->
<link href="css/bootstrap.css" rel="stylesheet">
<style type="text/css">
body {
padding-top: 60px;
padding-bottom: 40px;
}
</style>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<link href="css/bootstrap-responsive.css" rel="stylesheet">
<link rel="shortcut icon" href="images/favicon.ico">
</head>
<body>
<div class="navbar navbar-fixed-top navbar-inverse">
<div class="navbar-inner">
<div class="container-fluid">
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
<div class="nav-collapse">
<ul class="nav">
<li id="header-main"><a href="index.html">Git2PROV</a></li>
<li id="header-about"><a href="about.html">About</a></li>
<li id="header-contact"><a href="contact.html">Contact</a></li>
</ul>
</div>
</div>
</div>
</div>
<script>
$('#header-translator').addClass("active");
</script>
<div class="span12 row-fluid">
<div class="span8">
<p><a href="http://vimeo.com/70980809">One-minute Git2Prov tutorial</a> on <a href="https://vimeo.com">Vimeo</a>.</p>
<iframe src="http://player.vimeo.com/video/70980809" width="500" height="281" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe>
<p>Git2PROV is a joint work of <a href="http://www.ugent.be">Ghent University</a> - <a href="http://www.iminds.be">iMinds</a> - <a href="http://mmlab.be">Multimedia Lab</a>, and the <a href="http://www.data2semantics.org">Data2Semantics </a>project of the <a href="http://www.vu.nl">VU University Amsterdam </a>.
</p>
<p>The people involved are:
<ul>
<li>Tom De Nies (Ghent University - iMinds - MMLab)</li>
<li>Sara Magliacane (VU Amsterdam)</li>
<li>Ruben Verborgh (Ghent University - iMinds - MMLab)</li>
<li>Sam Coppens (Ghent University - iMinds - MMLab)</li>
<li>Paul Groth (VU Amsterdam)</li>
<li>Erik Mannens (Ghent University - iMinds - MMLab)</li>
<li>Rik Van de Walle (Ghent University - iMinds - MMLab)</li>
</ul>
</p>
<p>Git2PROV is open source! To run it locally, or to contribute to its development, go to our <a href="http://github.com/mmlab/Git2PROV">Github repository</a>.</p>
<p>For an in-depth description of this tool and its creation, we refer to the following paper: <br/>
<a href="http://www.iswc2013.semanticweb.org/sites/default/files/iswc_demo_32_0.pdf">Git2PROV: Exposing Version Control System Content as W3C PROV</a><br />
by Tom De Nies, Sara Magliacane, Ruben Verborgh, Sam Coppens, Paul Groth, Erik Mannens, and Rik Van de Walle
<br/>Published in 2013 in the Poster and Demo Proceedings of the 12th International Semantic Web Conference.</p>
<p><b>Erratum:</b> Note that the <a href="http://ceur-ws.org/Vol-1035/iswc2013_demo_32.pdf">version of this paper on CEUR-WS</a> has a small mistake in Fig.1 on page 3.
The arrows indicating specializationOf should be pointing towards node "f", not away from it. The <a href="http://www.iswc2013.semanticweb.org/sites/default/files/iswc_demo_32_0.pdf">version on the ISWC website</a> is correct.</p>
<figure>
<img style="margin:10px;" src="images/imindslogo.png" width="30%" height="30%" alt="" />
<img style="margin:10px;" src="images/vulogo.png" width="30%" height="30%" alt="" /><br/>
<img style="margin:10px;" src="images/mmlablogo.png" width="30%" height="30%" alt="" />
<img style="margin:10px;" src="images/ugentlogo.png" width="20%" height="20%" alt="" />
</figure>
</div>
</div>
<script src="js/bootstrap.js"></script>
<script>
function updateURLInputBox(val){
document.getElementById("the-url-input").value = val;
}
$('.dropdown-toggle').dropdown()
</script>
</body>
</html>