Split Up About Section & Add Portfolio pages from old website

- Remove old website files
- Update menu navigation options
- Remove social links from bio page
- Use link shortcode to open links in new tab
- Add completed contact info, education, and resume pages
- Add WIP pages for projects, research, work experience
- Split about section into about & portfolio
This commit is contained in:
Sravan Balaji
2020-08-27 00:05:46 -04:00
parent 09376704b4
commit f96e6f50ac
137 changed files with 4995 additions and 2213 deletions

View File

@@ -0,0 +1,385 @@
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<title>Education</title>
<!-- mobile responsive meta -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="description" content="Responsive Multipurpose Parallax HTML5 Template">
<meta name="author" content="Themefisher">
<meta name="generator" content="Hugo 0.74.3" />
<!-- plugins -->
<link rel="stylesheet" href="https://sravanbalaji.com/plugins/bootstrap/bootstrap.min.css">
<link rel="stylesheet" href="https://sravanbalaji.com/plugins/themify-icons/themify-icons.css">
<link rel="stylesheet" href="https://sravanbalaji.com/plugins/magnific-popup/magnific-popup.css">
<link rel="stylesheet" href="https://sravanbalaji.com/plugins/slick/slick.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Anaheim%7cQuattrocento&#43;Sans:400,700&amp;display=swap">
<!-- Main Stylesheet -->
<link rel="stylesheet" href="https://sravanbalaji.com/css/style.min.23449a705ddad75fbe841d1d044b1d37019128d3a3d9fc1afb188a12f85c6785a7f6d2c7130f7bbbd0025e114071f4d8.css" integrity="sha384-I0SacF3a11&#43;&#43;hB0dBEsdNwGRKNOj2fwa&#43;xiKEvhcZ4Wn9tLHEw97u9ACXhFAcfTY" media="screen">
<!-- Custom stylesheet - for your changes -->
<link rel="stylesheet" href="/css/custom.css" media="screen">
<!--Favicon-->
<link rel="shortcut icon" href="https://sravanbalaji.com/images/favicon.png" type="image/x-icon">
<link rel="icon" href="https://sravanbalaji.com/images/favicon.png" type="image/x-icon">
</head>
<body id="body" data-spy="scroll" data-target=".navbar" data-offset="55">
<div id="content">
<!-- preloader start -->
<div class="preloader">
<img src="https://sravanbalaji.com/images/logo.png" alt="preloader">
</div>
<!-- preloader end -->
<section class="sticky-top navigation">
<div class="container">
<nav class="navbar navbar-expand-lg navbar-dark">
<a class="navbar-brand p-0" href="/">
<img class="lozad" data-src="https://sravanbalaji.com/images/logo.png" alt="Sravan Balaji" height="42">
</a>
<button class="navbar-toggler rounded-0" type="button" data-toggle="collapse" data-target="#navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navigation">
<ul class="navbar-nav ml-auto">
<li class="nav-item"><a class="nav-link" href="#body">Home</a></li>
<li class="nav-item"><a class="nav-link" href="/#about">About Me</a>
</li>
<li class="nav-item"><a class="nav-link" href="/#portfolio">Portfolio</a>
</li>
<li class="nav-item"><a class="nav-link" href="/#blog">Blog</a>
</li>
<li class="nav-item"><a class="nav-link" href="/#documentation"></a>
</li>
</ul>
</div>
</nav>
</div>
</section>
<section class="section">
<div class="container">
<div class="row">
<div class="col-lg-10 mx-auto">
<div class="title text-center">
<h2>Education</h2>
<div class="border-meghna"></div>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md-12">
<hr>
</div>
</div>
<div class="row">
<div class="col-md-6">
<!-- UNIVERSITY OF MICHIGAN -->
<div class="row align-items-center">
<div class="col-md-12">
<h2><b>University of Michigan</b> (Ann Arbor, MI)</h2>
</div>
</div>
<!-- BSE MECHANICAL ENGINEERING -->
<div class="row align-items-center">
<div class="col-md-4">
<a href="https://me.engin.umich.edu/" target="_blank">
<img class="img-fluid mx-auto d-block" src="
/images/education/logo-mechanical-engineering.jpg">
</a>
</div>
<div class="col-md-8">
<h3>B.S.E. in Mechanical Engineering</h3>
<h5><i>September 2016 - December 2020</i></h5>
<p>
<b>GPA:</b> 3.757<br>
<b>Focus:</b> Controls<br>
</p>
</div>
</div>
<!-- BSE COMPUTER SCIENCE -->
<div class="row align-items-center">
<div class="col-md-4">
<a href="https://cse.engin.umich.edu/" target="_blank">
<img class="img-fluid mx-auto d-block" src="
/images/education/logo-computer-science.jpg">
</a>
</div>
<div class="col-md-8">
<h3>B.S.E. in Computer Science</h3>
<h5><i>September 2016 - December 2020</i></h5>
<p>
<b>GPA:</b> 3.757<br>
<b>Focus:</b> Intelligent Systems<br>
</p>
</div>
</div>
</div>
<div class="col-md-6">
<div id="undergrad_coursework">
<div class="card section-bg">
<!-- 1. FALL 2016 -->
<div class="card-header">
<a class="card-link" data-toggle="collapse" href="#fall2016">
<b>1. Fall 2016</b>
</a>
</div>
<div id="fall2016" class="collapse" data-parent="#undergrad_coursework">
<div class="card-body">
<p><ul>
<li><b>ALA 105</b> - Digital Research: Critical Concepts & Strategies</li>
<li><b>ENGR 151</b> - Accelerated Introduction to Computers and Programming</li>
<li><b>MATH 216</b> - Introduction to Differential Equations</li>
<li><b>SOC 100</b> - Introduction to Sociology</li>
</ul></p>
</div>
</div>
<!-- 2. WINTER 2017 -->
<div class="card-header">
<a class="card-link" data-toggle="collapse" href="#winter2017">
<b>2. Winter 2017</b>
</a>
</div>
<div id="winter2017" class="collapse" data-parent="#undergrad_coursework">
<div class="card-body">
<p><ul>
<li><b>CLCIV 385</b> - Greek Mythology</li>
<li><b>EECS 203</b> - Discrete Mathematics</li>
<li><b>ENGR 100</b> - Introduction to Engineering: Solar Energy and Self-Powered Wireless Systems</li>
<li><b>MECHENG 211</b> - Introduction to Solid Mechanics</li>
</ul></p>
</div>
</div>
<!-- 3. FALL 2017 -->
<div class="card-header">
<a class="card-link" data-toggle="collapse" href="#fall2017">
<b>3. Fall 2017</b>
</a>
</div>
<div id="fall2017" class="collapse" data-parent="#undergrad_coursework">
<div class="card-body">
<p><ul>
<li><b>EECS 280</b> - Programming and Introductory Data Structures</li>
<li><b>MECHENG 235</b> - Thermodynamics I</li>
<li><b>MECHENG 240</b> - Introduction to Dynamics and Vibrations</li>
<li><b>MECHENG 250</b> - Design and Manufacturing I</li>
</ul></p>
</div>
</div>
<!-- 4. WINTER 2018 -->
<div class="card-header">
<a class="card-link" data-toggle="collapse" href="#winter2018">
<b>4. Winter 2018</b>
</a>
</div>
<div id="winter2018" class="collapse" data-parent="#undergrad_coursework">
<div class="card-body">
<p><ul>
<li><b>EECS 281</b> - Data Structures and Algorithms</li>
<li><b>EECS 314</b> - Electrical Circuits, Systems, and Applications</li>
<li><b>EECS 370</b> - Introduction to Computer Organization</li>
<li><b>MECHENG 320</b> - Fluid Mechanics I</li>
</ul></p>
</div>
</div>
<!-- 5. FALL 2018 -->
<div class="card-header">
<a class="card-link" data-toggle="collapse" href="#fall2018">
<b>5. Fall 2018</b>
</a>
</div>
<div id="fall2018" class="collapse" data-parent="#undergrad_coursework">
<div class="card-body">
<p><ul>
<li><b>MECHENG 350</b> - Design and Manufacturing II</li>
<li><b>MECHENG 360</b> - Modeling, Analysis, and Control of Dynamic Systems</li>
<li><b>MECHENG 382</b> - Mechanical Behavior of Materials</li>
</ul></p>
</div>
</div>
<!-- 6. WINTER 2019 -->
<div class="card-header">
<a class="card-link" data-toggle="collapse" href="#winter2019">
<b>6. Winter 2019</b>
</a>
</div>
<div id="winter2019" class="collapse" data-parent="#undergrad_coursework">
<div class="card-body">
<p><ul>
<li><b>EECS 201</b> - Computer Science Pragmatics</li>
<li><b>EECS 376</b> - Foundations of Computer Science</li>
<li><b>EECS 442</b> - Computer Vision</li>
<li><b>MECHENG 395</b> - Laboratory I</li>
<li><b>STATS 412</b> - Introduction to Probability & Statistics</li>
</ul></p>
</div>
</div>
<!-- 7. FALL 2019 -->
<div class="card-header">
<a class="card-link" data-toggle="collapse" href="#fall2019">
<b>7. Fall 2019</b>
</a>
</div>
<div id="fall2019" class="collapse" data-parent="#undergrad_coursework">
<div class="card-body">
<p><ul>
<li><b>EECS 492</b> - Introduction to Artificial Intelligence</li>
<li><b>MECHENG 335</b> - Heat Transfer</li>
<li><b>MECHENG 450</b> - Design and Manufacturing III</li>
<li><b>MECHENG 461</b> - Automatic Control</li>
</ul></p>
</div>
</div>
<!-- 8. WINTER 2020 -->
<div class="card-header">
<a class="card-link" data-toggle="collapse" href="#winter2020">
<b>8. Winter 2020</b>
</a>
</div>
<div id="winter2020" class="collapse" data-parent="#undergrad_coursework">
<div class="card-body">
<p><ul>
<li><b>EECS 467</b> - Autonomous Robotics</li>
<li><b>EECS 496</b> - Major Design Experience Professionalism</li>
<li><b>MECHENG 561</b> - Design of Digital Control Systems</li>
<li><b>ROB 530</b> - Mobile Robotics: Methods & Algorithms</li>
</ul></p>
</div>
</div>
<!-- 9. FALL 2020 -->
<div class="card-header">
<a class="card-link" data-toggle="collapse" href="#fall2020">
<b>9. Fall 2020</b> (In Progress)
</a>
</div>
<div id="fall2020" class="collapse show" data-parent="#undergrad_coursework">
<div class="card-body">
<p><ul>
<li><b>EECS 445</b> - Introduction to Machine Learning</li>
<li><b>EECS 493</b> - User Interface Development</li>
<li><b>MECHENG 495</b> - Laboratory II</li>
<li><b>ROB 511</b> - Robot Operating Systems</li>
</ul></p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-12">
<hr>
</div>
</div>
</div>
</section>
</div><!-- end Contact Area -->
<footer id="footer" class="section-bg">
<div class="container">
<div class="row wow fadeInUp" data-wow-duration="500ms">
<div class="col-xl-12">
<!-- Footer Social Links -->
<div class="social-icon">
<ul class="list-inline">
<li class="list-inline-item"><a href="mailto:balajsra@umich.edu"><i class="ti-email"></i></a></li>
<li class="list-inline-item"><a href="https://www.linkedin.com/in/sravan-balaji/"><i class="ti-linkedin"></i></a></li>
<li class="list-inline-item"><a href="https://github.com/balajsra"><i class="ti-github"></i></a></li>
<li class="list-inline-item"><a href="https://www.youtube.com/channel/UC-xFJ4IKdogbpoQdQf2mgaA"><i class="ti-youtube"></i></a></li>
</ul>
</div>
<!-- copyright -->
<div class="copyright text-center">
<a href="https://sravanbalaji.com/">
<img src="https://sravanbalaji.com/images/logo.png" alt="Sravan Balaji" height="42" />
</a>
<br>
<p>copyright © 2020 <a href="https://gethugothemes.com">gethugothemes</a> all right reserved</p>
</div>
</div>
</div>
</div>
</footer>
<!-- /footer -->
<!-- Google Map API -->
<!-- JS Plugins -->
<script src="https://sravanbalaji.com/plugins/jquery/jquery.min.js"></script>
<script src="https://sravanbalaji.com/plugins/bootstrap/bootstrap.min.js"></script>
<script src="https://sravanbalaji.com/plugins/slick/slick.min.js"></script>
<script src="https://sravanbalaji.com/plugins/shuffle/shuffle.min.js"></script>
<script src="https://sravanbalaji.com/plugins/magnific-popup/jquery.magnific-popup.min.js"></script>
<script src="https://sravanbalaji.com/plugins/lazy-load/lozad.min.js"></script>
<script src="https://sravanbalaji.com/plugins/google-map/map.js"></script>
<!-- Main Script -->
<script src="https://sravanbalaji.com/js/script.min.882f95f2ea1a162fe7cb4bbb2ebc13a32b588315fc6a9b9f41e8b9b2945ee6b50c0007105cec0ef8810e2ee7094e90ce.js" integrity="sha384-iC&#43;V8uoaFi/ny0u7LrwToytYgxX8apufQei5spRe5rUMAAcQXOwO&#43;IEOLucJTpDO"></script>
</body>
</html>

View File

@@ -0,0 +1,245 @@
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<title>Portfolios</title>
<!-- mobile responsive meta -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="description" content="Responsive Multipurpose Parallax HTML5 Template">
<meta name="author" content="Themefisher">
<meta name="generator" content="Hugo 0.74.3" />
<!-- plugins -->
<link rel="stylesheet" href="https://sravanbalaji.com/plugins/bootstrap/bootstrap.min.css">
<link rel="stylesheet" href="https://sravanbalaji.com/plugins/themify-icons/themify-icons.css">
<link rel="stylesheet" href="https://sravanbalaji.com/plugins/magnific-popup/magnific-popup.css">
<link rel="stylesheet" href="https://sravanbalaji.com/plugins/slick/slick.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Anaheim%7cQuattrocento&#43;Sans:400,700&amp;display=swap">
<!-- Main Stylesheet -->
<link rel="stylesheet" href="https://sravanbalaji.com/css/style.min.23449a705ddad75fbe841d1d044b1d37019128d3a3d9fc1afb188a12f85c6785a7f6d2c7130f7bbbd0025e114071f4d8.css" integrity="sha384-I0SacF3a11&#43;&#43;hB0dBEsdNwGRKNOj2fwa&#43;xiKEvhcZ4Wn9tLHEw97u9ACXhFAcfTY" media="screen">
<!-- Custom stylesheet - for your changes -->
<link rel="stylesheet" href="/css/custom.css" media="screen">
<!--Favicon-->
<link rel="shortcut icon" href="https://sravanbalaji.com/images/favicon.png" type="image/x-icon">
<link rel="icon" href="https://sravanbalaji.com/images/favicon.png" type="image/x-icon">
</head>
<body id="body" data-spy="scroll" data-target=".navbar" data-offset="55">
<div id="content">
<!-- preloader start -->
<div class="preloader">
<img src="https://sravanbalaji.com/images/logo.png" alt="preloader">
</div>
<!-- preloader end -->
<section class="sticky-top navigation">
<div class="container">
<nav class="navbar navbar-expand-lg navbar-dark">
<a class="navbar-brand p-0" href="/">
<img class="lozad" data-src="https://sravanbalaji.com/images/logo.png" alt="Sravan Balaji" height="42">
</a>
<button class="navbar-toggler rounded-0" type="button" data-toggle="collapse" data-target="#navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navigation">
<ul class="navbar-nav ml-auto">
<li class="nav-item"><a class="nav-link" href="#body">Home</a></li>
<li class="nav-item"><a class="nav-link" href="/#about">About Me</a>
</li>
<li class="nav-item"><a class="nav-link" href="/#portfolio">Portfolio</a>
</li>
<li class="nav-item"><a class="nav-link" href="/#blog">Blog</a>
</li>
<li class="nav-item"><a class="nav-link" href="/#documentation"></a>
</li>
</ul>
</div>
</nav>
</div>
</section>
<!-- Start Blog Section -->
<section id="blog" class="section">
<div class="container">
<div class="row">
<div class="col-12">
<!-- section title -->
<div class="title text-center wow fadeInDown">
<h2> Latest <span class="color">
Post </span></h2>
<div class="border-meghna"></div>
</div>
</div>
<!-- /section title -->
<article class="col-lg-4 col-md-6 col-12 clearfix wow fadeInUp mb-4" data-wow-duration="500ms">
<div class="post-block">
<div class="media-wrapper">
<img class="img-fluid lozad" data-src="https://sravanbalaji.com" onerror="this.onerror=null;this.src='https:\/\/sravanbalaji.com'">
</div>
<div class="content">
<h3><a href="https://sravanbalaji.com/portfolio/education/">Education</a></h3>
<p>University of Michigan (Ann Arbor, MI) B.S.E. in Mechanical Engineering September 2016 - December 2020 GPA: 3.</p>
<a class="btn btn-transparent" href="https://sravanbalaji.com/portfolio/education/">Read more</a>
</div>
</div>
</article>
<article class="col-lg-4 col-md-6 col-12 clearfix wow fadeInUp mb-4" data-wow-duration="500ms">
<div class="post-block">
<div class="media-wrapper">
<img class="img-fluid lozad" data-src="https://sravanbalaji.com" onerror="this.onerror=null;this.src='https:\/\/sravanbalaji.com'">
</div>
<div class="content">
<h3><a href="https://sravanbalaji.com/portfolio/projects/">Projects</a></h3>
<p>Install this template by following those simple steps: STEP-1 : Hugo installation Check this link below for install hugo on your computer.</p>
<a class="btn btn-transparent" href="https://sravanbalaji.com/portfolio/projects/">Read more</a>
</div>
</div>
</article>
<article class="col-lg-4 col-md-6 col-12 clearfix wow fadeInUp mb-4" data-wow-duration="500ms">
<div class="post-block">
<div class="media-wrapper">
<img class="img-fluid lozad" data-src="https://sravanbalaji.com" onerror="this.onerror=null;this.src='https:\/\/sravanbalaji.com'">
</div>
<div class="content">
<h3><a href="https://sravanbalaji.com/portfolio/research/">Research</a></h3>
<p>Install this template by following those simple steps: STEP-1 : Hugo installation Check this link below for install hugo on your computer.</p>
<a class="btn btn-transparent" href="https://sravanbalaji.com/portfolio/research/">Read more</a>
</div>
</div>
</article>
<article class="col-lg-4 col-md-6 col-12 clearfix wow fadeInUp mb-4" data-wow-duration="500ms">
<div class="post-block">
<div class="media-wrapper">
<img class="img-fluid lozad" data-src="https://sravanbalaji.com" onerror="this.onerror=null;this.src='https:\/\/sravanbalaji.com'">
</div>
<div class="content">
<h3><a href="https://sravanbalaji.com/portfolio/work/">Work Experience</a></h3>
<p>Rivian ADAS Controls Intern Remote June 2020 - August 2020 Hughes Network Systems Software Development Intern San Diego, CA May 2019 - August 2019 Hard Skills: Embedded Programming in C C# and .</p>
<a class="btn btn-transparent" href="https://sravanbalaji.com/portfolio/work/">Read more</a>
</div>
</div>
</article>
<div class="col-12">
</div>
</div>
</div>
</section>
<!-- /blog -->
</div><!-- end Contact Area -->
<footer id="footer" class="section-bg">
<div class="container">
<div class="row wow fadeInUp" data-wow-duration="500ms">
<div class="col-xl-12">
<!-- Footer Social Links -->
<div class="social-icon">
<ul class="list-inline">
<li class="list-inline-item"><a href="mailto:balajsra@umich.edu"><i class="ti-email"></i></a></li>
<li class="list-inline-item"><a href="https://www.linkedin.com/in/sravan-balaji/"><i class="ti-linkedin"></i></a></li>
<li class="list-inline-item"><a href="https://github.com/balajsra"><i class="ti-github"></i></a></li>
<li class="list-inline-item"><a href="https://www.youtube.com/channel/UC-xFJ4IKdogbpoQdQf2mgaA"><i class="ti-youtube"></i></a></li>
</ul>
</div>
<!-- copyright -->
<div class="copyright text-center">
<a href="https://sravanbalaji.com/">
<img src="https://sravanbalaji.com/images/logo.png" alt="Sravan Balaji" height="42" />
</a>
<br>
<p>copyright © 2020 <a href="https://gethugothemes.com">gethugothemes</a> all right reserved</p>
</div>
</div>
</div>
</div>
</footer>
<!-- /footer -->
<!-- Google Map API -->
<!-- JS Plugins -->
<script src="https://sravanbalaji.com/plugins/jquery/jquery.min.js"></script>
<script src="https://sravanbalaji.com/plugins/bootstrap/bootstrap.min.js"></script>
<script src="https://sravanbalaji.com/plugins/slick/slick.min.js"></script>
<script src="https://sravanbalaji.com/plugins/shuffle/shuffle.min.js"></script>
<script src="https://sravanbalaji.com/plugins/magnific-popup/jquery.magnific-popup.min.js"></script>
<script src="https://sravanbalaji.com/plugins/lazy-load/lozad.min.js"></script>
<script src="https://sravanbalaji.com/plugins/google-map/map.js"></script>
<!-- Main Script -->
<script src="https://sravanbalaji.com/js/script.min.882f95f2ea1a162fe7cb4bbb2ebc13a32b588315fc6a9b9f41e8b9b2945ee6b50c0007105cec0ef8810e2ee7094e90ce.js" integrity="sha384-iC&#43;V8uoaFi/ny0u7LrwToytYgxX8apufQei5spRe5rUMAAcQXOwO&#43;IEOLucJTpDO"></script>
</body>
</html>

View File

@@ -0,0 +1,51 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Portfolios on Sravan Balaji</title>
<link>https://sravanbalaji.com/portfolio/</link>
<description>Recent content in Portfolios on Sravan Balaji</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<copyright>copyright &amp;copy; 2020 [gethugothemes](https://gethugothemes.com) all right reserved</copyright>
<atom:link href="https://sravanbalaji.com/portfolio/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Education</title>
<link>https://sravanbalaji.com/portfolio/education/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://sravanbalaji.com/portfolio/education/</guid>
<description>University of Michigan (Ann Arbor, MI) B.S.E. in Mechanical Engineering September 2016 - December 2020 GPA: 3.</description>
</item>
<item>
<title>Projects</title>
<link>https://sravanbalaji.com/portfolio/projects/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://sravanbalaji.com/portfolio/projects/</guid>
<description>Install this template by following those simple steps: STEP-1 : Hugo installation Check this link below for install hugo on your computer.</description>
</item>
<item>
<title>Research</title>
<link>https://sravanbalaji.com/portfolio/research/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://sravanbalaji.com/portfolio/research/</guid>
<description>Install this template by following those simple steps: STEP-1 : Hugo installation Check this link below for install hugo on your computer.</description>
</item>
<item>
<title>Work Experience</title>
<link>https://sravanbalaji.com/portfolio/work/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://sravanbalaji.com/portfolio/work/</guid>
<description>Rivian ADAS Controls Intern Remote June 2020 - August 2020 Hughes Network Systems Software Development Intern San Diego, CA May 2019 - August 2019 Hard Skills: Embedded Programming in C C# and .</description>
</item>
</channel>
</rss>

View File

@@ -0,0 +1 @@
<!DOCTYPE html><html><head><title>https://sravanbalaji.com/portfolio/</title><link rel="canonical" href="https://sravanbalaji.com/portfolio/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=https://sravanbalaji.com/portfolio/" /></head></html>

View File

@@ -0,0 +1,217 @@
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<title>Projects</title>
<!-- mobile responsive meta -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="description" content="Responsive Multipurpose Parallax HTML5 Template">
<meta name="author" content="Themefisher">
<meta name="generator" content="Hugo 0.74.3" />
<!-- plugins -->
<link rel="stylesheet" href="https://sravanbalaji.com/plugins/bootstrap/bootstrap.min.css">
<link rel="stylesheet" href="https://sravanbalaji.com/plugins/themify-icons/themify-icons.css">
<link rel="stylesheet" href="https://sravanbalaji.com/plugins/magnific-popup/magnific-popup.css">
<link rel="stylesheet" href="https://sravanbalaji.com/plugins/slick/slick.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Anaheim%7cQuattrocento&#43;Sans:400,700&amp;display=swap">
<!-- Main Stylesheet -->
<link rel="stylesheet" href="https://sravanbalaji.com/css/style.min.23449a705ddad75fbe841d1d044b1d37019128d3a3d9fc1afb188a12f85c6785a7f6d2c7130f7bbbd0025e114071f4d8.css" integrity="sha384-I0SacF3a11&#43;&#43;hB0dBEsdNwGRKNOj2fwa&#43;xiKEvhcZ4Wn9tLHEw97u9ACXhFAcfTY" media="screen">
<!-- Custom stylesheet - for your changes -->
<link rel="stylesheet" href="/css/custom.css" media="screen">
<!--Favicon-->
<link rel="shortcut icon" href="https://sravanbalaji.com/images/favicon.png" type="image/x-icon">
<link rel="icon" href="https://sravanbalaji.com/images/favicon.png" type="image/x-icon">
</head>
<body id="body" data-spy="scroll" data-target=".navbar" data-offset="55">
<div id="content">
<!-- preloader start -->
<div class="preloader">
<img src="https://sravanbalaji.com/images/logo.png" alt="preloader">
</div>
<!-- preloader end -->
<section class="sticky-top navigation">
<div class="container">
<nav class="navbar navbar-expand-lg navbar-dark">
<a class="navbar-brand p-0" href="/">
<img class="lozad" data-src="https://sravanbalaji.com/images/logo.png" alt="Sravan Balaji" height="42">
</a>
<button class="navbar-toggler rounded-0" type="button" data-toggle="collapse" data-target="#navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navigation">
<ul class="navbar-nav ml-auto">
<li class="nav-item"><a class="nav-link" href="#body">Home</a></li>
<li class="nav-item"><a class="nav-link" href="/#about">About Me</a>
</li>
<li class="nav-item"><a class="nav-link" href="/#portfolio">Portfolio</a>
</li>
<li class="nav-item"><a class="nav-link" href="/#blog">Blog</a>
</li>
<li class="nav-item"><a class="nav-link" href="/#documentation"></a>
</li>
</ul>
</div>
</nav>
</div>
</section>
<section class="section">
<div class="container">
<div class="row">
<div class="col-lg-10 mx-auto">
<div class="title text-center">
<h2>Projects</h2>
<div class="border-meghna"></div>
</div>
</div>
</div>
</div>
<div class="container">
<h2 id="install-this-template-by-following-those-simple-steps">Install this template by following those simple steps:</h2>
<h3 id="step-1--hugo-installation">STEP-1 : Hugo installation</h3>
<p>Check this link below for install hugo on your computer.
<a href="https://gohugo.io/getting-started/installing/">hugo install documentation</a></p>
<h3 id="step-2--create-your-project">STEP-2 : Create your project</h3>
<p>Hugo provides a <code>new</code> command to create a new website.</p>
<pre><code>hugo new site &lt;new_project&gt;
</code></pre><h3 id="step-3--install-the-theme">STEP-3 : Install the theme</h3>
<p>Run this command</p>
<pre><code>hugo new site meghna-hugo
</code></pre><p>and then go to the themes folder inside of meghna-hugo folder. You can also use this command <code>cd meghna-hugo/themes</code> for going to this folder.
Then run the command</p>
<pre><code>git clone git@github.com:themefisher/meghna-hugo.git
</code></pre><p>Alternatively, you can <a href="https://github.com/themefisher/meghna-hugo/archive/master.zip">download the theme as .zip</a> file and extract it in the <code>themes</code> directory</p>
<p>After that you need to go to the <code>meghna-hugo/exampleSite</code> folder and copy or cut all the elements, and now go back to the root folder and paste it here.</p>
<p>open the command prompt again and run <code>cd ../</code> command for go back to the root folder.</p>
<h3 id="step-4--host-locally">STEP-4 : Host locally</h3>
<p>Launching the website locally by using the following command:</p>
<pre><code>hugo serve
</code></pre><p>Go to <code>http://localhost:1313</code></p>
<p>Or you can check this video documentation for installing this template:
<div style="position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;">
<iframe src="https://www.youtube.com/embed/3O3qvDoVp5g" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;" allowfullscreen title="YouTube Video"></iframe>
</div>
</p>
<h3 id="step-5--basic-configuration">STEP-5 : Basic configuration</h3>
<p>When building the website, you can set a theme by using <code>--theme</code> option. However, we suggest you modify the configuration file (<code>config.toml</code>) and set the theme as the default.</p>
<div class="highlight"><pre style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4"><code class="language-toml" data-lang="toml"><span style="color:#75715e"># Change the default theme to be use when building the site with Hugo</span>
<span style="color:#a6e22e">theme</span> = <span style="color:#e6db74">&#34;meghna-hugo&#34;</span>
</code></pre></div><h3 id="step-6--create-your-first-content-pages">STEP-6 : Create your first content pages</h3>
<pre><code>hugo new blog/post-name.md
</code></pre><h3 id="step-7--build-the-website">STEP-7 : Build the website</h3>
<p>When your site is ready to deploy, run the following command:</p>
<pre><code>hugo
# You can also create a minified version by using this command:
hugo--minify
</code></pre><p>A <code>public</code> folder will be generated, containing all static content and assets for your website. It can now be deployed on any web server.</p>
</div>
</section>
</div><!-- end Contact Area -->
<footer id="footer" class="section-bg">
<div class="container">
<div class="row wow fadeInUp" data-wow-duration="500ms">
<div class="col-xl-12">
<!-- Footer Social Links -->
<div class="social-icon">
<ul class="list-inline">
<li class="list-inline-item"><a href="mailto:balajsra@umich.edu"><i class="ti-email"></i></a></li>
<li class="list-inline-item"><a href="https://www.linkedin.com/in/sravan-balaji/"><i class="ti-linkedin"></i></a></li>
<li class="list-inline-item"><a href="https://github.com/balajsra"><i class="ti-github"></i></a></li>
<li class="list-inline-item"><a href="https://www.youtube.com/channel/UC-xFJ4IKdogbpoQdQf2mgaA"><i class="ti-youtube"></i></a></li>
</ul>
</div>
<!-- copyright -->
<div class="copyright text-center">
<a href="https://sravanbalaji.com/">
<img src="https://sravanbalaji.com/images/logo.png" alt="Sravan Balaji" height="42" />
</a>
<br>
<p>copyright © 2020 <a href="https://gethugothemes.com">gethugothemes</a> all right reserved</p>
</div>
</div>
</div>
</div>
</footer>
<!-- /footer -->
<!-- Google Map API -->
<!-- JS Plugins -->
<script src="https://sravanbalaji.com/plugins/jquery/jquery.min.js"></script>
<script src="https://sravanbalaji.com/plugins/bootstrap/bootstrap.min.js"></script>
<script src="https://sravanbalaji.com/plugins/slick/slick.min.js"></script>
<script src="https://sravanbalaji.com/plugins/shuffle/shuffle.min.js"></script>
<script src="https://sravanbalaji.com/plugins/magnific-popup/jquery.magnific-popup.min.js"></script>
<script src="https://sravanbalaji.com/plugins/lazy-load/lozad.min.js"></script>
<script src="https://sravanbalaji.com/plugins/google-map/map.js"></script>
<!-- Main Script -->
<script src="https://sravanbalaji.com/js/script.min.882f95f2ea1a162fe7cb4bbb2ebc13a32b588315fc6a9b9f41e8b9b2945ee6b50c0007105cec0ef8810e2ee7094e90ce.js" integrity="sha384-iC&#43;V8uoaFi/ny0u7LrwToytYgxX8apufQei5spRe5rUMAAcQXOwO&#43;IEOLucJTpDO"></script>
</body>
</html>

View File

@@ -0,0 +1,217 @@
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<title>Research</title>
<!-- mobile responsive meta -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="description" content="Responsive Multipurpose Parallax HTML5 Template">
<meta name="author" content="Themefisher">
<meta name="generator" content="Hugo 0.74.3" />
<!-- plugins -->
<link rel="stylesheet" href="https://sravanbalaji.com/plugins/bootstrap/bootstrap.min.css">
<link rel="stylesheet" href="https://sravanbalaji.com/plugins/themify-icons/themify-icons.css">
<link rel="stylesheet" href="https://sravanbalaji.com/plugins/magnific-popup/magnific-popup.css">
<link rel="stylesheet" href="https://sravanbalaji.com/plugins/slick/slick.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Anaheim%7cQuattrocento&#43;Sans:400,700&amp;display=swap">
<!-- Main Stylesheet -->
<link rel="stylesheet" href="https://sravanbalaji.com/css/style.min.23449a705ddad75fbe841d1d044b1d37019128d3a3d9fc1afb188a12f85c6785a7f6d2c7130f7bbbd0025e114071f4d8.css" integrity="sha384-I0SacF3a11&#43;&#43;hB0dBEsdNwGRKNOj2fwa&#43;xiKEvhcZ4Wn9tLHEw97u9ACXhFAcfTY" media="screen">
<!-- Custom stylesheet - for your changes -->
<link rel="stylesheet" href="/css/custom.css" media="screen">
<!--Favicon-->
<link rel="shortcut icon" href="https://sravanbalaji.com/images/favicon.png" type="image/x-icon">
<link rel="icon" href="https://sravanbalaji.com/images/favicon.png" type="image/x-icon">
</head>
<body id="body" data-spy="scroll" data-target=".navbar" data-offset="55">
<div id="content">
<!-- preloader start -->
<div class="preloader">
<img src="https://sravanbalaji.com/images/logo.png" alt="preloader">
</div>
<!-- preloader end -->
<section class="sticky-top navigation">
<div class="container">
<nav class="navbar navbar-expand-lg navbar-dark">
<a class="navbar-brand p-0" href="/">
<img class="lozad" data-src="https://sravanbalaji.com/images/logo.png" alt="Sravan Balaji" height="42">
</a>
<button class="navbar-toggler rounded-0" type="button" data-toggle="collapse" data-target="#navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navigation">
<ul class="navbar-nav ml-auto">
<li class="nav-item"><a class="nav-link" href="#body">Home</a></li>
<li class="nav-item"><a class="nav-link" href="/#about">About Me</a>
</li>
<li class="nav-item"><a class="nav-link" href="/#portfolio">Portfolio</a>
</li>
<li class="nav-item"><a class="nav-link" href="/#blog">Blog</a>
</li>
<li class="nav-item"><a class="nav-link" href="/#documentation"></a>
</li>
</ul>
</div>
</nav>
</div>
</section>
<section class="section">
<div class="container">
<div class="row">
<div class="col-lg-10 mx-auto">
<div class="title text-center">
<h2>Research</h2>
<div class="border-meghna"></div>
</div>
</div>
</div>
</div>
<div class="container">
<h2 id="install-this-template-by-following-those-simple-steps">Install this template by following those simple steps:</h2>
<h3 id="step-1--hugo-installation">STEP-1 : Hugo installation</h3>
<p>Check this link below for install hugo on your computer.
<a href="https://gohugo.io/getting-started/installing/">hugo install documentation</a></p>
<h3 id="step-2--create-your-project">STEP-2 : Create your project</h3>
<p>Hugo provides a <code>new</code> command to create a new website.</p>
<pre><code>hugo new site &lt;new_project&gt;
</code></pre><h3 id="step-3--install-the-theme">STEP-3 : Install the theme</h3>
<p>Run this command</p>
<pre><code>hugo new site meghna-hugo
</code></pre><p>and then go to the themes folder inside of meghna-hugo folder. You can also use this command <code>cd meghna-hugo/themes</code> for going to this folder.
Then run the command</p>
<pre><code>git clone git@github.com:themefisher/meghna-hugo.git
</code></pre><p>Alternatively, you can <a href="https://github.com/themefisher/meghna-hugo/archive/master.zip">download the theme as .zip</a> file and extract it in the <code>themes</code> directory</p>
<p>After that you need to go to the <code>meghna-hugo/exampleSite</code> folder and copy or cut all the elements, and now go back to the root folder and paste it here.</p>
<p>open the command prompt again and run <code>cd ../</code> command for go back to the root folder.</p>
<h3 id="step-4--host-locally">STEP-4 : Host locally</h3>
<p>Launching the website locally by using the following command:</p>
<pre><code>hugo serve
</code></pre><p>Go to <code>http://localhost:1313</code></p>
<p>Or you can check this video documentation for installing this template:
<div style="position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;">
<iframe src="https://www.youtube.com/embed/3O3qvDoVp5g" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;" allowfullscreen title="YouTube Video"></iframe>
</div>
</p>
<h3 id="step-5--basic-configuration">STEP-5 : Basic configuration</h3>
<p>When building the website, you can set a theme by using <code>--theme</code> option. However, we suggest you modify the configuration file (<code>config.toml</code>) and set the theme as the default.</p>
<div class="highlight"><pre style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4"><code class="language-toml" data-lang="toml"><span style="color:#75715e"># Change the default theme to be use when building the site with Hugo</span>
<span style="color:#a6e22e">theme</span> = <span style="color:#e6db74">&#34;meghna-hugo&#34;</span>
</code></pre></div><h3 id="step-6--create-your-first-content-pages">STEP-6 : Create your first content pages</h3>
<pre><code>hugo new blog/post-name.md
</code></pre><h3 id="step-7--build-the-website">STEP-7 : Build the website</h3>
<p>When your site is ready to deploy, run the following command:</p>
<pre><code>hugo
# You can also create a minified version by using this command:
hugo--minify
</code></pre><p>A <code>public</code> folder will be generated, containing all static content and assets for your website. It can now be deployed on any web server.</p>
</div>
</section>
</div><!-- end Contact Area -->
<footer id="footer" class="section-bg">
<div class="container">
<div class="row wow fadeInUp" data-wow-duration="500ms">
<div class="col-xl-12">
<!-- Footer Social Links -->
<div class="social-icon">
<ul class="list-inline">
<li class="list-inline-item"><a href="mailto:balajsra@umich.edu"><i class="ti-email"></i></a></li>
<li class="list-inline-item"><a href="https://www.linkedin.com/in/sravan-balaji/"><i class="ti-linkedin"></i></a></li>
<li class="list-inline-item"><a href="https://github.com/balajsra"><i class="ti-github"></i></a></li>
<li class="list-inline-item"><a href="https://www.youtube.com/channel/UC-xFJ4IKdogbpoQdQf2mgaA"><i class="ti-youtube"></i></a></li>
</ul>
</div>
<!-- copyright -->
<div class="copyright text-center">
<a href="https://sravanbalaji.com/">
<img src="https://sravanbalaji.com/images/logo.png" alt="Sravan Balaji" height="42" />
</a>
<br>
<p>copyright © 2020 <a href="https://gethugothemes.com">gethugothemes</a> all right reserved</p>
</div>
</div>
</div>
</div>
</footer>
<!-- /footer -->
<!-- Google Map API -->
<!-- JS Plugins -->
<script src="https://sravanbalaji.com/plugins/jquery/jquery.min.js"></script>
<script src="https://sravanbalaji.com/plugins/bootstrap/bootstrap.min.js"></script>
<script src="https://sravanbalaji.com/plugins/slick/slick.min.js"></script>
<script src="https://sravanbalaji.com/plugins/shuffle/shuffle.min.js"></script>
<script src="https://sravanbalaji.com/plugins/magnific-popup/jquery.magnific-popup.min.js"></script>
<script src="https://sravanbalaji.com/plugins/lazy-load/lozad.min.js"></script>
<script src="https://sravanbalaji.com/plugins/google-map/map.js"></script>
<!-- Main Script -->
<script src="https://sravanbalaji.com/js/script.min.882f95f2ea1a162fe7cb4bbb2ebc13a32b588315fc6a9b9f41e8b9b2945ee6b50c0007105cec0ef8810e2ee7094e90ce.js" integrity="sha384-iC&#43;V8uoaFi/ny0u7LrwToytYgxX8apufQei5spRe5rUMAAcQXOwO&#43;IEOLucJTpDO"></script>
</body>
</html>

View File

@@ -0,0 +1,406 @@
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<title>Work Experience</title>
<!-- mobile responsive meta -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="description" content="Responsive Multipurpose Parallax HTML5 Template">
<meta name="author" content="Themefisher">
<meta name="generator" content="Hugo 0.74.3" />
<!-- plugins -->
<link rel="stylesheet" href="https://sravanbalaji.com/plugins/bootstrap/bootstrap.min.css">
<link rel="stylesheet" href="https://sravanbalaji.com/plugins/themify-icons/themify-icons.css">
<link rel="stylesheet" href="https://sravanbalaji.com/plugins/magnific-popup/magnific-popup.css">
<link rel="stylesheet" href="https://sravanbalaji.com/plugins/slick/slick.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Anaheim%7cQuattrocento&#43;Sans:400,700&amp;display=swap">
<!-- Main Stylesheet -->
<link rel="stylesheet" href="https://sravanbalaji.com/css/style.min.23449a705ddad75fbe841d1d044b1d37019128d3a3d9fc1afb188a12f85c6785a7f6d2c7130f7bbbd0025e114071f4d8.css" integrity="sha384-I0SacF3a11&#43;&#43;hB0dBEsdNwGRKNOj2fwa&#43;xiKEvhcZ4Wn9tLHEw97u9ACXhFAcfTY" media="screen">
<!-- Custom stylesheet - for your changes -->
<link rel="stylesheet" href="/css/custom.css" media="screen">
<!--Favicon-->
<link rel="shortcut icon" href="https://sravanbalaji.com/images/favicon.png" type="image/x-icon">
<link rel="icon" href="https://sravanbalaji.com/images/favicon.png" type="image/x-icon">
</head>
<body id="body" data-spy="scroll" data-target=".navbar" data-offset="55">
<div id="content">
<!-- preloader start -->
<div class="preloader">
<img src="https://sravanbalaji.com/images/logo.png" alt="preloader">
</div>
<!-- preloader end -->
<section class="sticky-top navigation">
<div class="container">
<nav class="navbar navbar-expand-lg navbar-dark">
<a class="navbar-brand p-0" href="/">
<img class="lozad" data-src="https://sravanbalaji.com/images/logo.png" alt="Sravan Balaji" height="42">
</a>
<button class="navbar-toggler rounded-0" type="button" data-toggle="collapse" data-target="#navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navigation">
<ul class="navbar-nav ml-auto">
<li class="nav-item"><a class="nav-link" href="#body">Home</a></li>
<li class="nav-item"><a class="nav-link" href="/#about">About Me</a>
</li>
<li class="nav-item"><a class="nav-link" href="/#portfolio">Portfolio</a>
</li>
<li class="nav-item"><a class="nav-link" href="/#blog">Blog</a>
</li>
<li class="nav-item"><a class="nav-link" href="/#documentation"></a>
</li>
</ul>
</div>
</nav>
</div>
</section>
<section class="section">
<div class="container">
<div class="row">
<div class="col-lg-10 mx-auto">
<div class="title text-center">
<h2>Work Experience</h2>
<div class="border-meghna"></div>
</div>
</div>
</div>
</div>
<div class="container">
<!-- RIVIAN: ADAS Controls Internship (2020) -->
<div class="row align-items-center">
<div class="col-md-12">
<hr>
</div>
</div>
<div class="row">
<div class="col-md-6">
<div class="row">
<div class="col-md-4">
<a href="https://rivian.com/" target="_blank">
<img class="img-fluid mx-auto d-block" src="
/images/professional_experience/logo-rivian.png">
</a>
</div>
<div class="col-md-8">
<div class="row">
<div class="col-md-12">
<h2><b>Rivian</b></h2>
<h3>ADAS Controls Intern</h3>
<h4>Remote</h4>
<h5><i>June 2020 - August 2020</i></h5>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- HUGHES NETWORK SYSTEMS: Software Development Intern (2019) -->
<div class="row align-items-center">
<div class="col-md-12">
<hr>
</div>
</div>
<div class="row">
<div class="col-md-6">
<div class="row">
<div class="col-md-4">
<a href="https://www.hughes.com//" target="_blank">
<img class="img-fluid mx-auto d-block" src="
/images/professional_experience/logo-hughes.jpg">
</a>
</div>
<div class="col-md-8">
<h2><b>Hughes Network Systems</b></h2>
<h3>Software Development Intern</h3>
<h4>San Diego, CA</h4>
<h5><i>May 2019 - August 2019</i></h5>
<p>
<b>Hard Skills:</b>
<ul>
<li>Embedded Programming in C</li>
<li>C# and .NET Framework</li>
<ul>
<li>GUI Design</li>
<li><abbr title="REpresentational State Transfer">REST</abbr> Requests & <abbr title="File Transfer Protocol">FTP</abbr></li>
</ul>
<li>Network Communication</li>
<ul>
<li><abbr title="Transmission Control Protocol">TCP</abbr> and <abbr title="User Datagram Protocol">UDP</abbr></li>
<li><a href="http://www.mqtt.org/new/wp-content/uploads/2009/06/MQTT-SN_spec_v1.2.pdf" target="_blank"><abbr title="MQ Telemetry Transport for Sensor Networks">MQTT-SN</abbr></a></li>
</ul>
</ul>
<b>Soft Skills:</b>
<ul>
<li>Public Presentation</li>
<li>Design Documentation</li>
<li>Professional Communication</li>
</ul>
</p>
</div>
</div>
</div>
<div class="col-md-6">
<div id="hughes">
<div class="card section-bg">
<!-- MOBILE TERMINAL CONFIGURATION TOOL -->
<div class="card-header">
<a class="card-link" data-toggle="collapse" href="#mobile_terminal_configuration_tool">
<b>Mobile Terminal Configuration Tool</b>
</a>
</div>
<div id="mobile_terminal_configuration_tool" class="collapse" data-parent="#hughes">
<div class="card-body">
<p>
<p><b>Problem</b></p>
<p>
Hughes sells mobile satellite terminals that provide internet and phone service to customers. Some customers who purchased terminals in bulk (~1000) required non-default settings. The configuration process of manually changing settings on each terminal was tedious and error-prone.
</p>
<p><b>Task</b></p>
<p>
My job was to develop a Windows 7 / 10 program that would automate the terminal configuration process.
</p>
<p><b>Result</b></p>
<p>
I designed and developed a GUI program in C# that detects which terminal model is connected and uses the available interface (<abbr title="REpresentational State Transfer">REST</abbr> <abbr title="Application Programming Interface">API</abbr> or <abbr title="File Transfer Protocol">FTP</abbr>) to copy the configuration of the <i>master</i> terminal. This can then be used to automatically configure subsequent terminals.
</p>
<p><b>Customer Feedback</b></p>
<blockquote class="blockquote text-center">
<p class="mb-0">"Btw the tool you sent us is helping a lot. Thank you so much."</p>
<footer class="blockquote-footer">Hughes Customer</footer>
</blockquote>
</p>
</div>
</div>
<!-- LOCATION BASED SERVICES -->
<div class="card-header">
<a class="card-link" data-toggle="collapse" href="#location_based_services">
<b>Location Based Services</b>
</a>
</div>
<div id="location_based_services" class="collapse" data-parent="#hughes">
<div class="card-body">
<p><b>Problem</b></p>
<p>
Hughes mobile terminals allow customers to have internet and phone access in remote areas via a satellite connection. Some customers may find value in a GPS feature built into the terminal. In this situation, the terminal would send GPS coordinates to a server at regular intervals of time, distance, and/or velocity as configured by the end-user.
</p>
<p><b>Task</b></p>
<p>
My task was to investigate a way to minimize the data packet size of GPS coordinates and to update the terminal's software to send these data packets to a server configured by the end-user.
</p>
<p><b>Result</b></p>
<p>
This project was assigned to me after the completion of my previous project, which was intended to last the entire internship. I was able to determine that <a href="http://www.mqtt.org/new/wp-content/uploads/2009/06/MQTT-SN_spec_v1.2.pdf" target="_blank"><abbr title="MQ Telemetry Transport for Sensor Networks">MQTT-SN</abbr></a> was a good option as it simply sends a data packet to a server without checking for acknowledgement and the packet header is sufficiently small. I successfully implemented the packet structure and delivery to the server on the terminal software written in C. However, I was unable to get the server to recognize that it received the packet in my remaining time at Hughes. Using <a href="https://www.wireshark.org" target="_blank">Wireshark</a>, I confirmed the reception of the packet, but none of the open-source <a href="http://www.mqtt.org/new/wp-content/uploads/2009/06/MQTT-SN_spec_v1.2.pdf" target="_blank"><abbr title="MQ Telemetry Transport for Sensor Networks">MQTT-SN</abbr></a> brokers I used worked.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- RIVIAN: Business Technology Intern (2018) -->
<div class="row align-items-center">
<div class="col-md-12">
<hr>
</div>
</div>
<div class="row">
<div class="col-md-6">
<div class="row">
<div class="col-md-4">
<a href="https://rivian.com/" target="_blank">
<img class="img-fluid mx-auto d-block" src="
/images/professional_experience/logo-rivian.png">
</a>
</div>
<div class="col-md-8">
<div class="row">
<div class="col-md-12">
<h2><b>Rivian</b></h2>
<h3>Business Technology Intern</h3>
<h4>Plymouth, MI</h4>
<h5><i>May 2018 - December 2018</i></h5>
<p>
<b>Hard Skills:</b>
<ul>
<li>Python and Django Web Framework</li>
<li><abbr title="REpresentational State Transfer">REST</abbr> <abbr title="Application Programming Interface">API</abbr></li>
<li>Excel <abbr title="Visual Basic for Applications">VBA</abbr></li>
<li><abbr title="Bill of Materials">BOM</abbr> Analysis</li>
<li>Atlassian Products - Jira, Confluence, BitBucket</li>
</ul>
<b>Soft Skills:</b>
<ul>
<li>Stakeholder Interviews</li>
<li>Design Documentation</li>
<li>Professional Communication</li>
</ul>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- RIVIAN: Vehicle Integration Intern (2017) -->
<div class="row align-items-center">
<div class="col-md-12">
<hr>
</div>
</div>
<div class="row">
<div class="col-md-6">
<div class="row">
<div class="col-md-4">
<a href="https://rivian.com/" target="_blank">
<img class="img-fluid mx-auto d-block" src="
/images/professional_experience/logo-rivian.png">
</a>
</div>
<div class="col-md-8">
<div class="row">
<div class="col-md-12">
<h2><b>Rivian</b></h2>
<h3>Vehicle Integration Intern</h3>
<h4>Livonia, MI</h4>
<h5><i>June 2017 - August 2017</i></h5>
<p>
<b>Hard Skills:</b>
<ul>
<li>Java</li>
<li>Data Analysis</li>
<li>Systems Engineering / Requirements Management</li>
<li>IBM Rational DOORS</li>
</ul>
<b>Soft Skills:</b>
<ul>
<li>Design Documentation</li>
<li>Professional Communication</li>
</ul>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="row align-items-center">
<div class="col-md-12">
<hr>
</div>
</div>
</div>
</section>
</div><!-- end Contact Area -->
<footer id="footer" class="section-bg">
<div class="container">
<div class="row wow fadeInUp" data-wow-duration="500ms">
<div class="col-xl-12">
<!-- Footer Social Links -->
<div class="social-icon">
<ul class="list-inline">
<li class="list-inline-item"><a href="mailto:balajsra@umich.edu"><i class="ti-email"></i></a></li>
<li class="list-inline-item"><a href="https://www.linkedin.com/in/sravan-balaji/"><i class="ti-linkedin"></i></a></li>
<li class="list-inline-item"><a href="https://github.com/balajsra"><i class="ti-github"></i></a></li>
<li class="list-inline-item"><a href="https://www.youtube.com/channel/UC-xFJ4IKdogbpoQdQf2mgaA"><i class="ti-youtube"></i></a></li>
</ul>
</div>
<!-- copyright -->
<div class="copyright text-center">
<a href="https://sravanbalaji.com/">
<img src="https://sravanbalaji.com/images/logo.png" alt="Sravan Balaji" height="42" />
</a>
<br>
<p>copyright © 2020 <a href="https://gethugothemes.com">gethugothemes</a> all right reserved</p>
</div>
</div>
</div>
</div>
</footer>
<!-- /footer -->
<!-- Google Map API -->
<!-- JS Plugins -->
<script src="https://sravanbalaji.com/plugins/jquery/jquery.min.js"></script>
<script src="https://sravanbalaji.com/plugins/bootstrap/bootstrap.min.js"></script>
<script src="https://sravanbalaji.com/plugins/slick/slick.min.js"></script>
<script src="https://sravanbalaji.com/plugins/shuffle/shuffle.min.js"></script>
<script src="https://sravanbalaji.com/plugins/magnific-popup/jquery.magnific-popup.min.js"></script>
<script src="https://sravanbalaji.com/plugins/lazy-load/lozad.min.js"></script>
<script src="https://sravanbalaji.com/plugins/google-map/map.js"></script>
<!-- Main Script -->
<script src="https://sravanbalaji.com/js/script.min.882f95f2ea1a162fe7cb4bbb2ebc13a32b588315fc6a9b9f41e8b9b2945ee6b50c0007105cec0ef8810e2ee7094e90ce.js" integrity="sha384-iC&#43;V8uoaFi/ny0u7LrwToytYgxX8apufQei5spRe5rUMAAcQXOwO&#43;IEOLucJTpDO"></script>
</body>
</html>