aboutsummaryrefslogtreecommitdiff
path: root/tutorial.html
diff options
context:
space:
mode:
authorPedram Ashofteh Ardakani <pedramardakani@pm.me>2020-06-04 01:39:59 +0430
committerPedram Ashofteh Ardakani <pedramardakani@pm.me>2020-06-04 01:39:59 +0430
commitacdf9717c7c353a78fa5f8d8f10bac4123dc5f3f (patch)
tree1563ea43efaf3accf4f22e6a1de9b09f6a0795dc /tutorial.html
parentb2a7ff316d921d4b128798eb1f994531bb9d4f03 (diff)
Update supporting organizations look
* Resized and relocated logos for a better look * Moved the copyright comments in `html` files because Firefox was complaining it could not find the `encoding character set` could not be found in the first `1024 bytes` of the file
Diffstat (limited to 'tutorial.html')
-rw-r--r--tutorial.html35
1 files changed, 17 insertions, 18 deletions
diff --git a/tutorial.html b/tutorial.html
index 7714e92..0708408 100644
--- a/tutorial.html
+++ b/tutorial.html
@@ -1,22 +1,7 @@
<!DOCTYPE html>
-<!--
- Webpage of Maneage: a framework for managing data lineage
+<!-- Copyright notes are just below the head and before body -->
- Copyright (C) 2020, Pedram Ashofteh Ardakani <pedramardakani@pm.me>
- Copyright (C) 2020, Mohammad Akhlaghi <mohammad@akhlaghi.org>
-
- This file is part of Maneage. Maneage is free software: you can
- redistribute it and/or modify it under the terms of the GNU General
- Public License as published by the Free Software Foundation, either
- version 3 of the License, or (at your option) any later version.
-
- Maneage is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- General Public License for more details. See
- <http://www.gnu.org/licenses/>. -->
-
- <html lang="en-US">
+<html lang="en-US">
<!-- HTML Header -->
<head>
@@ -42,8 +27,22 @@
<link rel="stylesheet" href="css/base.css" />
</head>
+ <!--
+ Webpage of Maneage: a framework for managing data lineage
+ Copyright (C) 2020, Pedram Ashofteh Ardakani <pedramardakani@pm.me>
+ Copyright (C) 2020, Mohammad Akhlaghi <mohammad@akhlaghi.org>
+ This file is part of Maneage. Maneage is free software: you can
+ redistribute it and/or modify it under the terms of the GNU General
+ Public License as published by the Free Software Foundation, either
+ version 3 of the License, or (at your option) any later version.
+
+ Maneage is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ General Public License for more details. See
+ <http://www.gnu.org/licenses/>. -->
<!-- Start the main body. -->
<body>
@@ -133,7 +132,7 @@ top-level-python = astropy matplotlib</code></pre>
<pre><code>./project configure -e
./project prepare
./project make</code></pre>
-
+
<p>Open 'paper.pdf' and see if everything is fine. Note that now, <code>Matplotlib</code>
is appearing in the software appendix at the end of the document.</p>