Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added images/optimal-hyperplane.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
35 changes: 34 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,42 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<link rel="stylesheet" href="style.css" />

<title>HTML Scientific Paper</title>
</head>
<body>
<header>
<u><b>
<h1>
Incremental and Decremental Support Vector Machine Learning
</h1>
</b> </u>
</Header>

<section><b><p>Gert Cauwenberghs</p></b>
<p>CLSP ECE Dept</p>
<p>Johns Hopkins University</p>
<p>Baltmore, MD 21218</p>
<em><p>gert@jhu.edu</p></em>
</section>
<section>
<b><p>Abstract</p></b></section>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>
<section><b><p> 1.Introduction</p></b>

<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>
<section>
<img src="images\optimal-hyperplane.png">
</section>

<section>
<p>
2.
</p>
<a href="https://en.wikipedia.org/wiki/Support_vector_machine">Go to Wikipedia to know more.</a>
</section>

</section>


</body>
</html>
27 changes: 27 additions & 0 deletions index1.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Extension</title>
</head>
<body>
<nav>
<a href="index.html">Link to the main page</a>
</nav>
<div>
<article>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>
</article>
<ol>
<li>list 1</li>
<li>list 2</li>
<li>list 3</li>
</ol>
</div>
<footer>
<p>FARUQ ABDURRAHMAN</p>
</footer>
</body>

</html>