Skip to content

Commit

Permalink
Astrea v1.2.0 ready for release
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreaCimminoArriaga committed Dec 11, 2019
1 parent 2c3dfaa commit 4c11da3
Show file tree
Hide file tree
Showing 87 changed files with 6,878 additions and 172 deletions.
4 changes: 2 additions & 2 deletions docs/allclasses-frame.html
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_151) on Sun Dec 08 16:39:30 CET 2019 -->
<!-- Generated by javadoc (1.8.0_151) on Wed Dec 11 12:29:19 CET 2019 -->
<title>All Classes</title>
<meta name="date" content="2019-12-08">
<meta name="date" content="2019-12-11">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
Expand Down
4 changes: 2 additions & 2 deletions docs/allclasses-noframe.html
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_151) on Sun Dec 08 16:39:30 CET 2019 -->
<!-- Generated by javadoc (1.8.0_151) on Wed Dec 11 12:29:19 CET 2019 -->
<title>All Classes</title>
<meta name="date" content="2019-12-08">
<meta name="date" content="2019-12-11">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
Expand Down
36 changes: 26 additions & 10 deletions docs/astrea/generators/OwlGenerator.html
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_151) on Sun Dec 08 16:39:30 CET 2019 -->
<!-- Generated by javadoc (1.8.0_151) on Wed Dec 11 12:29:19 CET 2019 -->
<title>OwlGenerator</title>
<meta name="date" content="2019-12-08">
<meta name="date" content="2019-12-11">
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../script.js"></script>
</head>
Expand All @@ -18,7 +18,7 @@
catch(err) {
}
//-->
var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10};
var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10};
var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
Expand Down Expand Up @@ -171,45 +171,51 @@ <h3>Method Summary</h3>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr id="i0" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../astrea/generators/OwlGenerator.html#fetchQueries--">fetchQueries</a></span>()</code>
<div class="block">This constructor fetches the queries from the provided SPARQL endpoint</div>
</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code>org.apache.jena.rdf.model.Model</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../astrea/generators/OwlGenerator.html#fromModel-org.apache.jena.rdf.model.Model-">fromModel</a></span>(org.apache.jena.rdf.model.Model&nbsp;ontology)</code>
<div class="block">This method aims at generating the SHACL shapes from a jena <code>Model</code> containing the content of one or more ontologies</div>
</td>
</tr>
<tr id="i1" class="rowColor">
<tr id="i2" class="altColor">
<td class="colFirst"><code>org.apache.jena.rdf.model.Model</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../astrea/generators/OwlGenerator.html#fromOwl-java.lang.String-java.lang.String-">fromOwl</a></span>(java.lang.String&nbsp;owlContent,
java.lang.String&nbsp;format)</code>
<div class="block">This method aims at generating the SHACL shapes from the content in memory of one or more ontologies</div>
</td>
</tr>
<tr id="i2" class="altColor">
<tr id="i3" class="rowColor">
<td class="colFirst"><code>org.apache.jena.rdf.model.Model</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../astrea/generators/OwlGenerator.html#fromURL-java.lang.String-">fromURL</a></span>(java.lang.String&nbsp;owlUrl)</code>
<div class="block">This method aims at generating the SHACL shapes from the url of an ontology</div>
</td>
</tr>
<tr id="i3" class="rowColor">
<tr id="i4" class="altColor">
<td class="colFirst"><code>org.apache.jena.rdf.model.Model</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../astrea/generators/OwlGenerator.html#fromURLs-java.util.List-">fromURLs</a></span>(java.util.List&lt;java.lang.String&gt;&nbsp;owlUrls)</code>
<div class="block">This method aims at generating the SHACL shapes from a set of ontology urls</div>
</td>
</tr>
<tr id="i4" class="altColor">
<tr id="i5" class="rowColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../astrea/generators/OwlGenerator.html#getEndpoint--">getEndpoint</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i5" class="rowColor">
<tr id="i6" class="altColor">
<td class="colFirst"><code>java.util.List&lt;java.lang.String&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../astrea/generators/OwlGenerator.html#getQueries--">getQueries</a></span>()</code>
<div class="block">This method returns the list of SPARQL queries that are used to generate the SHACL shapes</div>
</td>
</tr>
<tr id="i6" class="altColor">
<tr id="i7" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../astrea/generators/OwlGenerator.html#setEndpoint-java.lang.String-">setEndpoint</a></span>(java.lang.String&nbsp;endpoint)</code>&nbsp;</td>
</tr>
<tr id="i7" class="rowColor">
<tr id="i8" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../astrea/generators/OwlGenerator.html#setQueries-java.util.List-">setQueries</a></span>(java.util.List&lt;java.lang.String&gt;&nbsp;queries)</code>
<div class="block">This method allows to set the list of SPARQL queries used to generate the SHACL shapes</div>
Expand Down Expand Up @@ -309,6 +315,16 @@ <h4>setEndpoint</h4>
</dl>
</li>
</ul>
<a name="fetchQueries--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>fetchQueries</h4>
<pre>public&nbsp;void&nbsp;fetchQueries()</pre>
<div class="block">This constructor fetches the queries from the provided SPARQL endpoint</div>
</li>
</ul>
<a name="getQueries--">
<!-- -->
</a>
Expand Down
4 changes: 2 additions & 2 deletions docs/astrea/generators/class-use/OwlGenerator.html
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_151) on Sun Dec 08 16:39:30 CET 2019 -->
<!-- Generated by javadoc (1.8.0_151) on Wed Dec 11 12:29:19 CET 2019 -->
<title>Uses of Class astrea.generators.OwlGenerator</title>
<meta name="date" content="2019-12-08">
<meta name="date" content="2019-12-11">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
</head>
Expand Down
4 changes: 2 additions & 2 deletions docs/astrea/generators/package-frame.html
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_151) on Sun Dec 08 16:39:30 CET 2019 -->
<!-- Generated by javadoc (1.8.0_151) on Wed Dec 11 12:29:19 CET 2019 -->
<title>astrea.generators</title>
<meta name="date" content="2019-12-08">
<meta name="date" content="2019-12-11">
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../script.js"></script>
</head>
Expand Down
4 changes: 2 additions & 2 deletions docs/astrea/generators/package-summary.html
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_151) on Sun Dec 08 16:39:30 CET 2019 -->
<!-- Generated by javadoc (1.8.0_151) on Wed Dec 11 12:29:19 CET 2019 -->
<title>astrea.generators</title>
<meta name="date" content="2019-12-08">
<meta name="date" content="2019-12-11">
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../script.js"></script>
</head>
Expand Down
4 changes: 2 additions & 2 deletions docs/astrea/generators/package-tree.html
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_151) on Sun Dec 08 16:39:30 CET 2019 -->
<!-- Generated by javadoc (1.8.0_151) on Wed Dec 11 12:29:19 CET 2019 -->
<title>astrea.generators Class Hierarchy</title>
<meta name="date" content="2019-12-08">
<meta name="date" content="2019-12-11">
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../script.js"></script>
</head>
Expand Down
4 changes: 2 additions & 2 deletions docs/astrea/generators/package-use.html
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_151) on Sun Dec 08 16:39:30 CET 2019 -->
<!-- Generated by javadoc (1.8.0_151) on Wed Dec 11 12:29:19 CET 2019 -->
<title>Uses of Package astrea.generators</title>
<meta name="date" content="2019-12-08">
<meta name="date" content="2019-12-11">
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../script.js"></script>
</head>
Expand Down
4 changes: 2 additions & 2 deletions docs/astrea/model/ShaclFromOwl.html
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_151) on Sun Dec 08 16:39:30 CET 2019 -->
<!-- Generated by javadoc (1.8.0_151) on Wed Dec 11 12:29:19 CET 2019 -->
<title>ShaclFromOwl</title>
<meta name="date" content="2019-12-08">
<meta name="date" content="2019-12-11">
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../script.js"></script>
</head>
Expand Down
4 changes: 2 additions & 2 deletions docs/astrea/model/class-use/ShaclFromOwl.html
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_151) on Sun Dec 08 16:39:30 CET 2019 -->
<!-- Generated by javadoc (1.8.0_151) on Wed Dec 11 12:29:19 CET 2019 -->
<title>Uses of Interface astrea.model.ShaclFromOwl</title>
<meta name="date" content="2019-12-08">
<meta name="date" content="2019-12-11">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
</head>
Expand Down
4 changes: 2 additions & 2 deletions docs/astrea/model/package-frame.html
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_151) on Sun Dec 08 16:39:30 CET 2019 -->
<!-- Generated by javadoc (1.8.0_151) on Wed Dec 11 12:29:19 CET 2019 -->
<title>astrea.model</title>
<meta name="date" content="2019-12-08">
<meta name="date" content="2019-12-11">
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../script.js"></script>
</head>
Expand Down
4 changes: 2 additions & 2 deletions docs/astrea/model/package-summary.html
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_151) on Sun Dec 08 16:39:30 CET 2019 -->
<!-- Generated by javadoc (1.8.0_151) on Wed Dec 11 12:29:19 CET 2019 -->
<title>astrea.model</title>
<meta name="date" content="2019-12-08">
<meta name="date" content="2019-12-11">
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../script.js"></script>
</head>
Expand Down
4 changes: 2 additions & 2 deletions docs/astrea/model/package-tree.html
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_151) on Sun Dec 08 16:39:30 CET 2019 -->
<!-- Generated by javadoc (1.8.0_151) on Wed Dec 11 12:29:19 CET 2019 -->
<title>astrea.model Class Hierarchy</title>
<meta name="date" content="2019-12-08">
<meta name="date" content="2019-12-11">
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../script.js"></script>
</head>
Expand Down
4 changes: 2 additions & 2 deletions docs/astrea/model/package-use.html
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_151) on Sun Dec 08 16:39:30 CET 2019 -->
<!-- Generated by javadoc (1.8.0_151) on Wed Dec 11 12:29:19 CET 2019 -->
<title>Uses of Package astrea.model</title>
<meta name="date" content="2019-12-08">
<meta name="date" content="2019-12-11">
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../script.js"></script>
</head>
Expand Down
4 changes: 2 additions & 2 deletions docs/constant-values.html
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_151) on Sun Dec 08 16:39:30 CET 2019 -->
<!-- Generated by javadoc (1.8.0_151) on Wed Dec 11 12:29:19 CET 2019 -->
<title>Constant Field Values</title>
<meta name="date" content="2019-12-08">
<meta name="date" content="2019-12-11">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
Expand Down
4 changes: 2 additions & 2 deletions docs/deprecated-list.html
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_151) on Sun Dec 08 16:39:30 CET 2019 -->
<!-- Generated by javadoc (1.8.0_151) on Wed Dec 11 12:29:19 CET 2019 -->
<title>Deprecated List</title>
<meta name="date" content="2019-12-08">
<meta name="date" content="2019-12-11">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
Expand Down
4 changes: 2 additions & 2 deletions docs/help-doc.html
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_151) on Sun Dec 08 16:39:30 CET 2019 -->
<!-- Generated by javadoc (1.8.0_151) on Wed Dec 11 12:29:19 CET 2019 -->
<title>API Help</title>
<meta name="date" content="2019-12-08">
<meta name="date" content="2019-12-11">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
Expand Down
4 changes: 2 additions & 2 deletions docs/index-files/index-1.html
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_151) on Sun Dec 08 16:39:30 CET 2019 -->
<!-- Generated by javadoc (1.8.0_151) on Wed Dec 11 12:29:19 CET 2019 -->
<title>A-Index</title>
<meta name="date" content="2019-12-08">
<meta name="date" content="2019-12-11">
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
<script type="text/javascript" src="../script.js"></script>
</head>
Expand Down
8 changes: 6 additions & 2 deletions docs/index-files/index-2.html
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_151) on Sun Dec 08 16:39:30 CET 2019 -->
<!-- Generated by javadoc (1.8.0_151) on Wed Dec 11 12:29:19 CET 2019 -->
<title>F-Index</title>
<meta name="date" content="2019-12-08">
<meta name="date" content="2019-12-11">
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
<script type="text/javascript" src="../script.js"></script>
</head>
Expand Down Expand Up @@ -74,6 +74,10 @@
</a>
<h2 class="title">F</h2>
<dl>
<dt><span class="memberNameLink"><a href="../astrea/generators/OwlGenerator.html#fetchQueries--">fetchQueries()</a></span> - Method in class astrea.generators.<a href="../astrea/generators/OwlGenerator.html" title="class in astrea.generators">OwlGenerator</a></dt>
<dd>
<div class="block">This constructor fetches the queries from the provided SPARQL endpoint</div>
</dd>
<dt><span class="memberNameLink"><a href="../astrea/generators/OwlGenerator.html#fromModel-org.apache.jena.rdf.model.Model-">fromModel(Model)</a></span> - Method in class astrea.generators.<a href="../astrea/generators/OwlGenerator.html" title="class in astrea.generators">OwlGenerator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="../astrea/model/ShaclFromOwl.html#fromModel-org.apache.jena.rdf.model.Model-">fromModel(Model)</a></span> - Method in interface astrea.model.<a href="../astrea/model/ShaclFromOwl.html" title="interface in astrea.model">ShaclFromOwl</a></dt>
Expand Down
4 changes: 2 additions & 2 deletions docs/index-files/index-3.html
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_151) on Sun Dec 08 16:39:30 CET 2019 -->
<!-- Generated by javadoc (1.8.0_151) on Wed Dec 11 12:29:19 CET 2019 -->
<title>G-Index</title>
<meta name="date" content="2019-12-08">
<meta name="date" content="2019-12-11">
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
<script type="text/javascript" src="../script.js"></script>
</head>
Expand Down
4 changes: 2 additions & 2 deletions docs/index-files/index-4.html
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_151) on Sun Dec 08 16:39:30 CET 2019 -->
<!-- Generated by javadoc (1.8.0_151) on Wed Dec 11 12:29:19 CET 2019 -->
<title>O-Index</title>
<meta name="date" content="2019-12-08">
<meta name="date" content="2019-12-11">
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
<script type="text/javascript" src="../script.js"></script>
</head>
Expand Down
4 changes: 2 additions & 2 deletions docs/index-files/index-5.html
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_151) on Sun Dec 08 16:39:30 CET 2019 -->
<!-- Generated by javadoc (1.8.0_151) on Wed Dec 11 12:29:19 CET 2019 -->
<title>S-Index</title>
<meta name="date" content="2019-12-08">
<meta name="date" content="2019-12-11">
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
<script type="text/javascript" src="../script.js"></script>
</head>
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_151) on Sun Dec 08 16:39:30 CET 2019 -->
<!-- Generated by javadoc (1.8.0_151) on Wed Dec 11 12:29:19 CET 2019 -->
<title>Generated Documentation (Untitled)</title>
<script type="text/javascript">
tmpTargetPage = "" + window.location.search;
Expand Down
4 changes: 2 additions & 2 deletions docs/overview-frame.html
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_151) on Sun Dec 08 16:39:30 CET 2019 -->
<!-- Generated by javadoc (1.8.0_151) on Wed Dec 11 12:29:19 CET 2019 -->
<title>Overview List</title>
<meta name="date" content="2019-12-08">
<meta name="date" content="2019-12-11">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
Expand Down
4 changes: 2 additions & 2 deletions docs/overview-summary.html
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_151) on Sun Dec 08 16:39:30 CET 2019 -->
<!-- Generated by javadoc (1.8.0_151) on Wed Dec 11 12:29:19 CET 2019 -->
<title>Overview</title>
<meta name="date" content="2019-12-08">
<meta name="date" content="2019-12-11">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
Expand Down
Loading

0 comments on commit 4c11da3

Please sign in to comment.