-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
72c872f
commit 0670138
Showing
5 changed files
with
104 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,92 @@ | ||
<!DOCTYPE HTML> | ||
|
||
<html> | ||
<head> | ||
<title>Sai Karthik Portfolio </title> | ||
<meta charset="utf-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" /> | ||
<link rel="stylesheet" href="assets/css/main.css" /> | ||
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript> | ||
</head> | ||
<body class="is-preload"> | ||
|
||
|
||
<!-- Nav --> | ||
<nav id="nav"> | ||
|
||
<ul class="icons"> | ||
<li><a href="https://www.linkedin.com/in/sai-karthik-a50296241/" class="icon brands alt fa-linkedin"><span class="label">fa-linkedin</span></a></li> | ||
<li><a href="https://github.com/sai14karthik" class="icon brands alt fa-github"><span class="label">GitHub</span></a></li> | ||
</ul> | ||
</nav> | ||
|
||
<!-- Main --> | ||
<div id="main"> | ||
<h2>List of publications</h2> | ||
|
||
|
||
<article> | ||
<li> | ||
Coral Reef Restoration using Machine Learning, SRM AP 7th Research day 2023 | ||
</li> | ||
<li> | ||
|
||
Feature Reducation using Bio Inspired Algorithms, SRM AP 7th Research day 2023 | ||
|
||
</li> | ||
<li> | ||
Application of Machine Learning Algorithms and Feature Selection using Genetic Algorithm: A Case Study on | ||
Cyber Attack Detection, I2CT IEEE Conference Pune | ||
</li> | ||
<br> | ||
<br> | ||
<a href="index.html" style="color: rgb(0, 0, 0);">Home</a> | ||
|
||
</article> | ||
|
||
</div> | ||
|
||
<!-- Footer --> | ||
<footer id="footer"> | ||
|
||
<section class="split contact"> | ||
<section class="alt"> | ||
<h3>Address</h3> | ||
<p>SRM University, Amaravati<br /> | ||
Andhra Pradesh, India</p> | ||
</section> | ||
<section> | ||
<h3>Phone</h3> | ||
<p><a href="#">+91 8688077692</a></p> | ||
</section> | ||
<section> | ||
<h3>Email</h3> | ||
<p><a href="#">[email protected]</a></p> | ||
</section> | ||
<section> | ||
<h3>Social</h3> | ||
<ul class="icons alt"> | ||
<li><a href="https://www.linkedin.com/in/sai-karthik-a50296241/" class="icon brands alt fa-linkedin"><span class="label">fa-linkedin</span></a></li> | ||
<li><a href="https://github.com/sai14karthik" class="icon brands alt fa-github"><span class="label">GitHub</span></a></li> | ||
</ul> | ||
</section> | ||
</section> | ||
</footer> | ||
|
||
<div id="copyright"> | ||
<ul><li>© Sai Karthik</li></ul> | ||
</div> | ||
|
||
</div> | ||
|
||
<!-- Scripts --> | ||
<script src="assets/js/jquery.min.js"></script> | ||
<script src="assets/js/jquery.scrollex.min.js"></script> | ||
<script src="assets/js/jquery.scrolly.min.js"></script> | ||
<script src="assets/js/browser.min.js"></script> | ||
<script src="assets/js/breakpoints.min.js"></script> | ||
<script src="assets/js/util.js"></script> | ||
<script src="assets/js/main.js"></script> | ||
|
||
</body> | ||
</html> |