Skip to content

Commit a18f0ac

Browse files
committed
fix the name and referencial repo
1 parent 3b3d3e2 commit a18f0ac

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

en/index.html

+7-5
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en-us">
33
<head>
44
<meta charset="UTF-8">
5-
<title>ARIIS - Analyser and Refiner for Incomplete Information Systems</title>
5+
<title>ARIIS - Analyser and Reviser for Incomplete Information Systems</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<link rel="stylesheet" type="text/css" href="../stylesheets/normalize.css" media="screen">
88
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
@@ -11,19 +11,20 @@
1111
</head>
1212
<body>
1313
<section class="page-header">
14-
<h1 class="project-name">ARIIS - Analyser and Refiner for Incomplete Information Systems</h1>
14+
<h1 class="project-name">ARIIS - Analyser and Reviser for Incomplete Information Systems</h1>
1515
<h2 class="project-tagline"></h2>
1616
</section>
1717

1818
<section class="main-content">
1919
<h3>
20-
<a id="ariis---analyser-and-refiner-for-incomplete-information-systems" class="anchor" href="#ariis---analyser-and-refiner-for-incomplete-information-systems" aria-hidden="true"><span class="octicon octicon-link"></span></a>ARIIS - Analyser and Refiner for Incomplete Information Systems</h3>
20+
ARIIS - Analyser and Reviser for Incomplete Information Systems
21+
</h3>
2122

2223
<p>The purpose of this project is aid the software designer alongside the main phases of modelling and development. ARIIS allows that the designer models the software behaviour with incomplete information and verifies if the system model holds some desired specification. If the model does not hold the property, then ARIIS will aid the designer suggesting and correction the model until one, which holds the specification.</p>
2324

2425
<p><strong>To download the source-code and compile go to terminal and type:</strong></p>
2526

26-
<pre><code>$ git clone https://github.com/JandsonRibeiro/ariis.git
27+
<pre><code>$ git clone https://github.com/ARIIS/ariis
2728
$ cd ariis
2829
$ make
2930
$ ./ariis input
@@ -35,8 +36,9 @@ <h3>
3536
<li><a href="../ariis">Download here</a></li>
3637
</ul>
3738

39+
<p>See also the <a href"#">Documentation</a>.</p>
3840
<footer class="site-footer">
39-
<span class="site-footer-credits"><a href="https://github.com/Marinofull/RefinamentoDeModelosKMTS">ARIIS - Analyser and Refiner for Incomplete Information Systems</a> is maintained by <a href="https://github.com/JandsonRibeiro">JandsonRibeiro</a>, <a href="https://github.com/Marinofull">Marinofull</a> and <a href="https://github.com/migueldias">migueldias</a>.</span>
41+
<span class="site-footer-credits"><a href="https://github.com/Marinofull/RefinamentoDeModelosKMTS">ARIIS - Analyser and Reviser for Incomplete Information Systems</a> is maintained by <a href="https://github.com/JandsonRibeiro">JandsonRibeiro</a>, <a href="https://github.com/Marinofull">Marinofull</a> and <a href="https://github.com/migueldias">migueldias</a>.</span>
4042

4143
<span class="site-footer-credits">Researchers: <a href="http://lattes.cnpq.br/0612005197639506">Aline Andrade</a>, <a href="http://homes.dcc.ufba.br/~jandsonsan/">Jandson Ribeiro</a>, <a href="http://lattes.cnpq.br/9330156581172023">Miguei Dias</a> and <a href="http://homes.dcc.ufba.br/~marino/">Marino Souza</a></span>
4244

0 commit comments

Comments
 (0)