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.
28 changes: 28 additions & 0 deletions index.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
html {
color: black;
background-color: yellow;
}

header {
color: green;
text-align: center;
text-decoration: underline;
text-decoration-color: #e74c3c;
text-decoration-thickness: 2px;
}

section{
p{
line-height: 24px;
}
}



.medium p {
font-size: 1rem;
}

.large p {
font-size: 2.25rem;
}
52 changes: 50 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,57 @@
<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>
<link rel="stylesheet" type="text/css" href="index.css">
</head>
<body>
<header>
<b>
<h1>
Incremental and Decremental Support Vector Machine Learning
</h1>
</b>
</Header>
<div id="section1">
<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>
</div>

<section>
<div id="section2">
<section>
<b><p>Abstract</p></b>
</section>
</div>
<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>
<div id="section3">
<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>


<img src="images\optimal-hyperplane.png">
</section>
</div>

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

</section>
<div>
<ul>
<li><a href="#section1">Go to Section 1</a></li>
<li><a href="#section2">Go to Section 2</a></li>
<li><a href="#section3">Go to Section 3</a></li>
</ul>

</body>
</html>
</html>