Skip to content

Commit

Permalink
corrected meta tags and minor html errors (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelhglass authored Mar 25, 2021
1 parent c20f932 commit c522945
Show file tree
Hide file tree
Showing 4 changed files with 54 additions and 29 deletions.
17 changes: 12 additions & 5 deletions src/main/website/documentation.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@
@import url("style.css");
</style>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
<meta property="og:title" content="Opt4J" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://sdarg.github.io/opt4j/" />
<meta property="og:image"
content="https://sdarg.github.io/opt4j/design/img/top_logo.png" />
<meta property="og:site_name"
content="Opt4J - A Modular Framework for Meta-heuristic Optimization" />
</head>

<body>
Expand All @@ -27,10 +34,10 @@ <h4 class="hide">Menu:</h4>
<li><a href="download.html">Download</a></li>
<li><a id="current" href="documentation.html">Documentation</a></li>
</ul>
<a href="https://github.com/sdarg/opt4j"><img src="./design/img/GitHub_Logo.png" alt="Visit Opt4J on GitHub" width="100" height="28"></a>
<a href="https://github.com/SDARG/opt4j/blob/master/LICENSE"><img alt="License" src="https://img.shields.io/github/license/sdarg/opt4j"></a>
<a href="https://github.com/SDARG/opt4j/releases/latest"><img alt="Latest GitHub release" src="https://img.shields.io/github/v/release/SDARG/opt4j?style=flat"></a>
<a href="https://jitpack.io/#sdarg/opt4j"><img src="https://jitpack.io/v/sdarg/opt4j.svg" alt=""></a>
<a href="https://github.com/sdarg/opt4j"><img src="./design/img/GitHub_Logo.png" alt="Visit Opt4J on GitHub" width="100" height="28" /></a>
<a href="https://github.com/SDARG/opt4j/blob/master/LICENSE"><img alt="License" src="https://img.shields.io/github/license/sdarg/opt4j" /></a>
<a href="https://github.com/SDARG/opt4j/releases/latest"><img alt="Latest GitHub release" src="https://img.shields.io/github/v/release/SDARG/opt4j?style=flat" /></a>
<a href="https://jitpack.io/#sdarg/opt4j"><img src="https://jitpack.io/v/sdarg/opt4j.svg" alt="Latest Jitpack Release" /></a>
</div>

<div id="content">
Expand All @@ -50,7 +57,7 @@ <h4>Javadoc</h4>
<h4>Technical Paper</h4>
<p>
The <a href="paper/opt4jpaper.pdf">technical paper <img
src="design/img/page_white_acrobat.png" /></a> explains the basic
src="design/img/page_white_acrobat.png" alt="pdf logo" /></a> explains the basic
concepts and design decisions that were taken. The bibtex of the
paper is as follows:
</p>
Expand Down
20 changes: 13 additions & 7 deletions src/main/website/download.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@
@import url("style.css");
</style>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
<meta property="og:title" content="Opt4J" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://sdarg.github.io/opt4j/" />
<meta property="og:image"
content="https://sdarg.github.io/opt4j/design/img/top_logo.png" />
<meta property="og:site_name"
content="Opt4J - A Modular Framework for Meta-heuristic Optimization" />
</head>

<body>
Expand All @@ -27,10 +34,10 @@ <h4 class="hide">Menu:</h4>
<li><a id="current" href="download.html">Download</a></li>
<li><a href="documentation.html">Documentation</a></li>
</ul>
<a href="https://github.com/sdarg/opt4j"><img src="./design/img/GitHub_Logo.png" alt="Visit Opt4J on GitHub" width="100" height="28"></a>
<a href="https://github.com/SDARG/opt4j/blob/master/LICENSE"><img alt="License" src="https://img.shields.io/github/license/sdarg/opt4j"></a>
<a href="https://github.com/SDARG/opt4j/releases/latest"><img alt="Latest GitHub release" src="https://img.shields.io/github/v/release/SDARG/opt4j?style=flat"></a>
<a href="https://jitpack.io/#sdarg/opt4j"><img src="https://jitpack.io/v/sdarg/opt4j.svg" alt=""></a>
<a href="https://github.com/sdarg/opt4j"><img src="./design/img/GitHub_Logo.png" alt="Visit Opt4J on GitHub" width="100" height="28" /></a>
<a href="https://github.com/SDARG/opt4j/blob/master/LICENSE"><img alt="License" src="https://img.shields.io/github/license/sdarg/opt4j" /></a>
<a href="https://github.com/SDARG/opt4j/releases/latest"><img alt="Latest GitHub release" src="https://img.shields.io/github/v/release/SDARG/opt4j?style=flat" /></a>
<a href="https://jitpack.io/#sdarg/opt4j"><img src="https://jitpack.io/v/sdarg/opt4j.svg" alt="Latest Jitpack Release" /></a>
</div>

<div id="content">
Expand All @@ -52,14 +59,13 @@ <h4>First-time Users and Try Out</h4>
<li>Test <em>Opt4J</em> by loading the test configuration <code>test.config.xml</code>
</li>
</ol>

</p>
<h4>Using <em>Opt4J</em> in Your Project</h4>
<p>You want to use <em>Opt4J</em> in your own project and extend it with your own optimizers or implement your own problem to be optimized:
<ul>
<li>Embed <em>Opt4J</em> via <a href="https://jitpack.io/#sdarg/opt4j">Jitpack</a> directly into the build process of your project.
The code for embedding into gradle, maven, sbt, and leiningen is directly provided via the <a href="https://jitpack.io/#sdarg/opt4j">Jitpack website</a>.
The code for embedding into gradle, maven, sbt, and leiningen is directly provided via the <a href="https://jitpack.io/#sdarg/opt4j">Jitpack website</a>.</li>
</ul>
</ol>
</p>
<h4>Making Changes and/or Become a Contributor</h4>
<p>
Expand Down
22 changes: 15 additions & 7 deletions src/main/website/features.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@
@import url("style.css");
</style>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
<meta property="og:title" content="Opt4J" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://sdarg.github.io/opt4j/" />
<meta property="og:image"
content="https://sdarg.github.io/opt4j/design/img/top_logo.png" />
<meta property="og:site_name"
content="Opt4J - A Modular Framework for Meta-heuristic Optimization" />
</head>

<body>
Expand All @@ -27,10 +34,10 @@ <h4 class="hide">Menu:</h4>
<li><a href="download.html">Download</a></li>
<li><a href="documentation.html">Documentation</a></li>
</ul>
<a href="https://github.com/sdarg/opt4j"><img src="./design/img/GitHub_Logo.png" alt="Visit Opt4J on GitHub" width="100" height="28"></a>
<a href="https://github.com/SDARG/opt4j/blob/master/LICENSE"><img alt="License" src="https://img.shields.io/github/license/sdarg/opt4j"></a>
<a href="https://github.com/SDARG/opt4j/releases/latest"><img alt="Latest GitHub release" src="https://img.shields.io/github/v/release/SDARG/opt4j?style=flat"></a>
<a href="https://jitpack.io/#sdarg/opt4j"><img src="https://jitpack.io/v/sdarg/opt4j.svg" alt=""></a>
<a href="https://github.com/sdarg/opt4j"><img src="./design/img/GitHub_Logo.png" alt="Visit Opt4J on GitHub" width="100" height="28" /></a>
<a href="https://github.com/SDARG/opt4j/blob/master/LICENSE"><img alt="License" src="https://img.shields.io/github/license/sdarg/opt4j" /></a>
<a href="https://github.com/SDARG/opt4j/releases/latest"><img alt="Latest GitHub release" src="https://img.shields.io/github/v/release/SDARG/opt4j?style=flat" /></a>
<a href="https://jitpack.io/#sdarg/opt4j"><img src="https://jitpack.io/v/sdarg/opt4j.svg" alt="Latest Jitpack Release" /></a>
</div>

<div id="content">
Expand Down Expand Up @@ -67,9 +74,9 @@ <h4>Graphical User Interfaces</h4>
GUIs are illustrated below (click picture to enlarge):
</p>
<p>
<a href="images/feature2.png" /><img src="images/feature2-small.png"
alt="GUI1" style="text-align: top;" /></a> <a
href="images/feature1.png" /><img src="images/feature1-small.png"
<a href="images/feature2.png"><img src="images/feature2-small.png"
alt="GUI1" style="text-align: top;" /></a>
<a href="images/feature1.png"><img src="images/feature1-small.png"
alt="GUI2" style="text-align: top;" /></a>
</p>
<p>Using the GUIs for user-defined problems or optimization
Expand All @@ -88,5 +95,6 @@ <h4>Open Source</h4>
<div id="footer">
<hr />
</div>
</div>
</body>
</html>
24 changes: 14 additions & 10 deletions src/main/website/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
<meta property="og:title" content="Opt4J" />
<meta property="og:type" content="website" />
<meta property="og:url" content="http://opt4j.sourceforge.net/" />
<meta property="og:url" content="https://sdarg.github.io/opt4j/" />
<meta property="og:image"
content="http://opt4j.sourceforge.net/design/img/top_logo.png" />
content="https://sdarg.github.io/opt4j/design/img/top_logo.png" />
<meta property="og:site_name"
content="Opt4J - A Modular Framework for Meta-heuristic Optimization" />
</head>
Expand All @@ -34,10 +34,10 @@ <h4 class="hide">Menu:</h4>
<li><a href="download.html">Download</a></li>
<li><a href="documentation.html">Documentation</a></li>
</ul>
<a href="https://github.com/sdarg/opt4j"><img src="./design/img/GitHub_Logo.png" alt="Visit Opt4J on GitHub" width="100" height="28"></a>
<a href="https://github.com/SDARG/opt4j/blob/master/LICENSE"><img alt="License" src="https://img.shields.io/github/license/sdarg/opt4j"></a>
<a href="https://github.com/SDARG/opt4j/releases/latest"><img alt="Latest GitHub release" src="https://img.shields.io/github/v/release/SDARG/opt4j?style=flat"></a>
<a href="https://jitpack.io/#sdarg/opt4j"><img src="https://jitpack.io/v/sdarg/opt4j.svg" alt=""></a>
<a href="https://github.com/sdarg/opt4j"><img src="./design/img/GitHub_Logo.png" alt="Visit Opt4J on GitHub" width="100" height="28" /></a>
<a href="https://github.com/SDARG/opt4j/blob/master/LICENSE"><img alt="License" src="https://img.shields.io/github/license/sdarg/opt4j" /></a>
<a href="https://github.com/SDARG/opt4j/releases/latest"><img alt="Latest GitHub release" src="https://img.shields.io/github/v/release/SDARG/opt4j?style=flat" /></a>
<a href="https://jitpack.io/#sdarg/opt4j"><img src="https://jitpack.io/v/sdarg/opt4j.svg" alt="Latest Jitpack Release" /></a>
</div>

<div id="content">
Expand All @@ -62,15 +62,14 @@ <h2 id="WELCOME">Introduction</h2>

<h4>Hosting, Download, and Documentation</h4>
<p>
<em>Opt4J</em> is hosted on <b><a href="">Github</a></b> where you will find the latest builds and <a href="https://github.com/sdarg/opt4j/releases">releases</a>.
<em>Opt4J</em> is hosted on <b><a href="https://github.com/sdarg/opt4j/">Github</a></b> where you will find the latest builds and <a href="https://github.com/sdarg/opt4j/releases">releases</a>.
This website additionally provides a <a href="documentation.html">documentation</a> that covers how to use <em>Opt4J</em>, the JavaDoc, as well as a tutorial.

</p>

<h4>Reference</h4>
<p>
A technical <a href="paper/opt4jpaper.pdf">paper <img
src="design/img/page_white_acrobat.png" /></a> about Opt4J was
A technical <a href="paper/opt4jpaper.pdf">paper<img src="design/img/page_white_acrobat.png" alt="pdf logo"/></a> about Opt4J was
presented at the Genetic and Evolutionary Computing Conference
(GECCO 2011). If you are using Opt4J and want to cite it, please
reference the paper as follows:
Expand All @@ -95,6 +94,7 @@ <h4>Other Optimization Frameworks</h4>
</tr>
<tr>
<td>
<ul>
<li><a href="http://sourceforge.net/projects/jmetal/">JMetal</a></li>
<li><a
href="http://www.ra.cs.uni-tuebingen.de/software/JavaEvA/">JavaEvA</a></li>
Expand All @@ -106,13 +106,17 @@ <h4>Other Optimization Frameworks</h4>
<li><a href="http://sourceforge.net/projects/jenes/">Jenes</a></li>
<li><a href="http://www.moeaframework.org/index.html">MOEA
Framework</a></li>
</ul>

</td>
<td><li><a href="http://paradiseo.gforge.inria.fr/">Paradiseo</a></li>
<td>
<ul>
<li><a href="http://paradiseo.gforge.inria.fr/">Paradiseo</a></li>
<li><a href="http://eodev.sourceforge.net/">EO</a></li>
<li><a href="http://www.tik.ee.ethz.ch/sop/pisa/">PISA</a></li>
<li><a href="http://beagle.gel.ulaval.ca/">Open Beagle</a></li>
<li><a href="http://dev.heuristiclab.com/">Heuristic Lab</a></li>
</ul>
</td>
</tr>
</table>
Expand Down

0 comments on commit c522945

Please sign in to comment.