Skip to content

Commit

Permalink
add file
Browse files Browse the repository at this point in the history
  • Loading branch information
sai14karthik committed Dec 28, 2023
1 parent 72c872f commit 0670138
Show file tree
Hide file tree
Showing 5 changed files with 104 additions and 21 deletions.
6 changes: 1 addition & 5 deletions assets/css/main.css
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
@import url(fontawesome-all.min.css);
@import url("https://fonts.googleapis.com/css?family=Merriweather:300,700,300italic,700italic|Source+Sans+Pro:900");

/*
Massively by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/


html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
Expand Down
7 changes: 0 additions & 7 deletions assets/css/noscript.css
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
@import url(font-awesome.min.css);

/*
Massively by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

/* Wrapper */

#wrapper {
background-color: #212931;
Expand Down
Binary file added images/Genetic-Algorithm.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 11 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<div id="intro">
<h1>Sai Karthik </h1>
<h2>Portfolio</h2>
<p>Computer Science undergrad specializing in Artificial Intelligence and Machine Learning at SRM University, AP. Currently, I am actively seeking internship opportunities in the field of Data Analysis.</p>
<p>Computer Science undergrad specializing in Artificial Intelligence and Machine Learning at SRM University, AP. Currently, I am actively seeking internship opportunities in the field of Data Analysis</p>
<p></p>
<ul class="actions">
<li><a href="#header" class="button icon solid solo fa-arrow-down scrolly">Continue</a></li>
Expand Down Expand Up @@ -49,7 +49,7 @@ <h2>Portfolio</h2>
<h3>Air Quality Index Exploratory Data Analysis</h3>
<p>Getting the insights using EDA</p>
</header>
<a href="#" class="image main"><img src="images/aqi_mini-1200x675.png" alt=""/></a>
<a href="#" class="image main"><img src="images/aqi_mini-1200x675.png" alt="" width="10" height="400"/></a>
<ul class="actions special">
<li><a href="https://github.com/sai14karthik/AQI" class="button large">View Project</a></li>
</ul>
Expand All @@ -70,19 +70,21 @@ <h3>Hostel Qurey Portal</h3>
</article>


<!--

<article>
<header>
<span class="date">April 22, 2017</span>
<h2><a href="#">Primis eget<br />
imperdiet lorem</a></h2>

<h3>Feature Reduction using Bio Inspired Algorithm</h3>

</header>
<a href="#" class="image fit"><img src="images/pic03.jpg" alt="" /></a>
<p>Donec eget ex magna. Interdum et malesuada fames ac ante ipsum primis in faucibus. Pellentesque venenatis dolor imperdiet dolor mattis sagittis magna etiam.</p>
<a href="https://github.com/sai14karthik/UROP/tree/main" class="image fit"><img src="images/Genetic-Algorithm.jpg" alt="" /></a>
<p>Research porject. Applied Genetic and Hill Climbing Algorithm on IMOT dataset</p>
<ul class="actions special">
<li><a href="#" class="button">Full Story</a></li>
<li><a href="#" class="button">View Project </a></li>
</ul>
</article>

<!--
<article>
<header>
<span class="date">April 18, 2017</span>
Expand Down
92 changes: 92 additions & 0 deletions publications.html
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>&copy; 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>

0 comments on commit 0670138

Please sign in to comment.