Finish Work Page

- Update copyright message to specify theme
- Add hard & soft skills and project descriptions to work page
- Comment out WIP research and projects pages of portfolio
- Fix capitalization & plural of i18n IDs
- Change "About Us" to "About Me" in navbar
- Update generated html files
This commit is contained in:
Sravan Balaji
2020-08-28 23:52:41 -04:00
parent f96e6f50ac
commit 8e57121e35
26 changed files with 519 additions and 105 deletions

View File

@@ -107,4 +107,4 @@ languageCode = "en-us"
contentDir = "content/english"
weight = 1
home = "Home"
copyright = "copyright © 2020 [gethugothemes](https://gethugothemes.com) all right reserved"
copyright = "meghna theme copyright © 2020 [gethugothemes](https://gethugothemes.com) all right reserved"

View File

@@ -3,12 +3,12 @@ title: "Work Experience"
---
{{< rawhtml >}}
<!-- RIVIAN: ADAS Controls Internship (2020) -->
<div class="row align-items-center">
<div class="col-md-12">
<hr>
</div>
</div>
<!-- RIVIAN: ADAS Controls Internship (2020) -->
<div class="row">
<div class="col-md-6">
<div class="row">
@@ -18,12 +18,100 @@ title: "Work Experience"
</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>
<p>
<b>Hard Skills:</b>
<ul>
<li><a href="https://www.mathworks.com/products/matlab.html" target="_blank">MATLAB</a></li>
<li><a href="https://www.mathworks.com/products/simulink.html" target="_blank">Simulink</a></li>
<li>Atlassian Products - <a href="https://www.atlassian.com/software/jira" target="_blank">Jira</a>, <a href="https://www.atlassian.com/software/confluence" target="_blank">Confluence</a>, <a href="https://bitbucket.org/product/" target="_blank">Bitbucket</a></li>
</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="rivian-3">
<div class="card section-bg">
<!-- MIL TEST CASE GENERATION -->
<div class="card-header">
<a class="card-link" data-toggle="collapse" href="#mil_test_case_generation">
<b>Model-In-Loop Test Case Generation</b>
</a>
</div>
<div id="mil_test_case_generation" class="collapse" data-parent="#rivian-3">
<div class="card-body">
<p>
<p><b>Problem</b></p>
<p>
Existing software components needed to be tested to ensure that requirements were being met.
</p>
<p><b>Task</b></p>
<p>
My job was to translate software component requirements into Model-in-Loop unit tests in Simulink.
</p>
<p><b>Result</b></p>
<p>
Created Model-in-Loop test cases for ~50 requirements using <a href="https://www.mathworks.com/products/simulink-test.html" target="_blank">Simulink test</a>. I was able to identify and resolve 7 issues at the model level to prevent them from reaching in-vehicle testing. To improve testing, I created a script to automatically run all test cases and generate a report for easy identification of issues. Also created documentation in <a href="https://www.atlassian.com/software/confluence" target="_blank">Confluence</a> to streamline future test case generation.
</p>
</p>
</div>
</div>
<!-- SIMULINK SOFTWARE INTEGRATION -->
<div class="card-header">
<a class="card-link" data-toggle="collapse" href="#simulink_software_integration">
<b>Simulink Software Integration</b>
</a>
</div>
<div id="simulink_software_integration" class="collapse" data-parent="#rivian-3">
<div class="card-body">
<p>
<p><b>Problem</b></p>
<p>
Co-worker had developed a new algorithm that needed to be integrated into the Simulink environment for controls software.
</p>
<p><b>Task</b></p>
<p>
My job was to communicate with my co-worker to implement the algorithm using the existing signals, processing them, and resolving issues related to <a href="https://www.mathworks.com/products/simulink-coder.html" target="_blank">Simulink Coder</a> C/C++ code generation.
</p>
<p><b>Result</b></p>
<p>
I was able to identify and suggest modifications to the algorithm to work within the limitations of <a href="https://www.mathworks.com/products/simulink-coder.html" target="_blank">Simulink Coder</a>. Learned about embedded systems, computing limitations, and how to increase software efficiency to prevent processing time delay.
</p>
</p>
</div>
</div>
<!-- TESTING DATA PROCESSING -->
<div class="card-header">
<a class="card-link" data-toggle="collapse" href="#testing_data_processing">
<b>Testing Data Processing</b>
</a>
</div>
<div id="testing_data_processing" class="collapse" data-parent="#rivian-3">
<div class="card-body">
<p>
<p><b>Problem</b></p>
<p>
Vehicle testing data needed to be processed to evaluate performance against requirements and determine controls parameters to tune.
</p>
<p><b>Task</b></p>
<p>
My job was to modify existing data processing scripts to work with new test data.
</p>
<p><b>Result</b></p>
<p>
I was able to map the signals from new test data logs to work with the existing scripts and manually calculate intermediate signals that were not recorded. This allowed me to generate plots that could easily be compared to previous test runs. From these plots, I identified potential issues that could be investigated by the controls team.
</p>
</p>
</div>
</div>
</div>
@@ -62,7 +150,7 @@ title: "Work Experience"
<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>
<li><a href="https://mqtt.org/mqtt-specification/" target="_blank"><abbr title="MQ Telemetry Transport for Sensor Networks">MQTT-SN</abbr></a></li>
</ul>
</ul>
<b>Soft Skills:</b>
@@ -158,11 +246,11 @@ title: "Work Experience"
<p>
<b>Hard Skills:</b>
<ul>
<li>Python and Django Web Framework</li>
<li><a href="https://www.python.org/" target="_blank">Python</a> and <a href="https://www.djangoproject.com/" target="_blank">Django Web Framework</a></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>
<li>Atlassian Products - <a href="https://www.atlassian.com/software/jira" target="_blank">Jira</a>, <a href="https://www.atlassian.com/software/confluence" target="_blank">Confluence</a>, <a href="https://bitbucket.org/product/" target="_blank">Bitbucket</a></li>
</ul>
<b>Soft Skills:</b>
<ul>
@@ -176,6 +264,84 @@ title: "Work Experience"
</div>
</div>
</div>
<div class="col-md-6">
<div id="rivian-2">
<div class="card section-bg">
<!-- BILL OF MATERIALS ANALYSIS -->
<div class="card-header">
<a class="card-link" data-toggle="collapse" href="#bill_of_materials_analysis">
<b>Bill of Materials Analysis</b>
</a>
</div>
<div id="bill_of_materials_analysis" class="collapse" data-parent="#rivian-2">
<div class="card-body">
<p>
<p><b>Problem</b></p>
<p>
Rivian had an existing process for analyzing bill of materials data that needed to be further developed and maintained.
</p>
<p><b>Task</b></p>
<p>
My job was to communicate with project management to determine and implement improvements to mass and cost analysis.
</p>
<p><b>Result</b></p>
<p>
I improved the existing Excel Macro to check for inconsistencies between parent and child items so mass and cost was not double counted. Additionally, improved the user interface by adding macro buttons to allow for quick filtering of pivot tables and highlight potential discrepancies.
</p>
</p>
</div>
</div>
<!-- INTERNAL WEBSITE -->
<div class="card-header">
<a class="card-link" data-toggle="collapse" href="#internal_website">
<b>Internal Website</b>
</a>
</div>
<div id="internal_website" class="collapse" data-parent="#rivian-2">
<div class="card-body">
<p>
<p><b>Problem</b></p>
<p>
Requirements management in <a href="https://www.jamasoftware.com/" target="_blank">JAMA</a> was very much a manual process to check for inconsistent relationships between the different types of requirements.
</p>
<p><b>Task</b></p>
<p>
I proposed an automated system that would enforce relationships set by the systems engineering team and highlight issues that required manual intervention.
</p>
<p><b>Result</b></p>
<p>
I designed and implemented an internal-use website that collected and displayed data from business systems like <a href="https://www.jamasoftware.com/" target="_blank">JAMA</a>. This made use of <a href="https://www.jamasoftware.com/" target="_blank">JAMA</a>'s <abbr title="REpresentational State Transfer">REST</abbr> <abbr title="Application Programming Interface">API</abbr> to automatically pull requirements metadata and enforce the determined relational rules. Additionally integrated Bill of Materials analysis macro into website so users would receive the processed spreadsheet via email. Front-end design was written in HTML and back-end scripts were written in <a href="https://www.python.org/" target="_blank">Python</a> using the <a href="https://www.djangoproject.com/" target="_blank">Django Web Framework</a>.
</p>
</p>
</div>
</div>
<!-- IT Service Desk -->
<div class="card-header">
<a class="card-link" data-toggle="collapse" href="#it_service_desk">
<b>IT Service Desk</b>
</a>
</div>
<div id="it_service_desk" class="collapse" data-parent="#rivian-2">
<div class="card-body">
<p>
<p><b>Problem</b></p>
<p>
Rivian's previous IT service desk in <a href="https://www.quest.com/products/kace-systems-management-appliance/" target="_blank">KACE Systems Management</a> had issues tracking the status of tickets resulting in an <abbr title="Service-level agreement">SLA</abbr> met percentage of ~75%.
</p>
<p><b>Task</b></p>
<p>
My job was to migrate the IT service desk to <a href="https://www.atlassian.com/software/jira" target="_blank">Jira</a> and improve the ticket tracking process.
</p>
<p><b>Result</b></p>
<p>
I created custom automation rules to assign tickets based on request type and location. Created queues and reports to track response time, workload, request types, and other metrics. These efforts resulted in an <abbr title="Service-level agreement">SLA</abbr> met percentage of ~95%.
</p>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- RIVIAN: Vehicle Integration Intern (2017) -->
@@ -218,6 +384,60 @@ title: "Work Experience"
</div>
</div>
</div>
<div class="col-md-6">
<div id="rivian-1">
<div class="card section-bg">
<!-- REQUIREMENTS MANAGEMENT AND SYSTEM DIAGRAMS -->
<div class="card-header">
<a class="card-link" data-toggle="collapse" href="#requirements_management_and_system_diagrams">
<b>Requirements Management and System Diagrams</b>
</a>
</div>
<div id="requirements_management_and_system_diagrams" class="collapse" data-parent="#rivian-1">
<div class="card-body">
<p>
<p><b>Problem</b></p>
<p>
Rivian needed an organized way of tracking interfaces between components and managing requirements.
</p>
<p><b>Task</b></p>
<p>
My job was to create system architecture models to help distribute and track requirements from the vehicle level to component level. Additionally, these requirements needed to be managed and distributed via DOORS Next Generation.
</p>
<p><b>Result</b></p>
<p>
I was able to speak with managers of various vehicle subsystems to understand cross-system signal interfaces. These conversations were translated to system architecture models so teams could understand what signals they are consuming and outputting. To aid in cross-team communication, I created custom report templates in DOORS Next Generation.
</p>
</p>
</div>
</div>
<!-- SIMULATION DATA ANALYSIS TOOL -->
<div class="card-header">
<a class="card-link" data-toggle="collapse" href="#simulation_data_analysis_tool">
<b>Simulation Data Analysis Tool</b>
</a>
</div>
<div id="simulation_data_analysis_tool" class="collapse" data-parent="#rivian-1">
<div class="card-body">
<p>
<p><b>Problem</b></p>
<p>
Rivian had collected simulation test data and needed to see the effect of changing vehicle parameters on performance metrics, without re-running expensive tests.
</p>
<p><b>Task</b></p>
<p>
My job was to develop a tool that could translate the collected data into a simple user interface to analyze how to optimize vehicle performance.
</p>
<p><b>Result</b></p>
<p>
I designed and developed a GUI program in Java that provided the user with sliders for the input vehicle parameters. The tool would then interpolate the performance metrics from the collected points using a neural network determined multi-variate function. The GUI tool then outputs plots showing the effect of changing each input on the projected performance output.
</p>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="row align-items-center">

View File

@@ -18,12 +18,12 @@ portfolio:
# content : Lorem ipsum dolor sit amet, consectetur adipisicing elit. Velit, nihil, libero, perspiciatis eos provident laborum eum dignissimos.
link: "portfolio/work"
- icon : ti-search # themify icon pack : https://themify.me/themify-icons
title : Research
# content : Lorem ipsum dolor sit amet, consectetur adipisicing elit. Velit, nihil, libero, perspiciatis eos provident laborum eum dignissimos.
link: "portfolio/research"
# - icon : ti-search # themify icon pack : https://themify.me/themify-icons
# title : Research
# # content : Lorem ipsum dolor sit amet, consectetur adipisicing elit. Velit, nihil, libero, perspiciatis eos provident laborum eum dignissimos.
# link: "portfolio/research"
- icon : ti-ruler-pencil # themify icon pack : https://themify.me/themify-icons
title : Projects
# content : Lorem ipsum dolor sit amet, consectetur adipisicing elit. Velit, nihil, libero, perspiciatis eos provident laborum eum dignissimos.
link: "portfolio/projects"
# - icon : ti-ruler-pencil # themify icon pack : https://themify.me/themify-icons
# title : Projects
# # content : Lorem ipsum dolor sit amet, consectetur adipisicing elit. Velit, nihil, libero, perspiciatis eos provident laborum eum dignissimos.
# link: "portfolio/projects"

View File

@@ -1,15 +1,15 @@
- id: blogTitle
translation: Latest Post
- id: readMore
translation: Read more
translation: Read More
- id: viewAllPost
translation: View All Post
translation: View All Posts
- id: share
translation: Share
- id: aboutAuthor
translation: About author
translation: About Author
- id: authorsPosts
translation: Author's posts
translation: Author's Posts
- id: all
translation: All
- id: about

View File

@@ -136,7 +136,7 @@
<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>
<p>meghna theme copyright © 2020 <a href="https://gethugothemes.com">gethugothemes</a> all right reserved</p>
</div>
</div>
</div>

View File

@@ -120,7 +120,7 @@
<div class="content">
<h3><a href="https://sravanbalaji.com/author/sravan-balaji/">Sravan Balaji</a></h3>
<p>Sravan Balaji is a Senior at the University of Michigan pursuing dual B.S.E.&rsquo;s in Mechanical Engineering and Computer Science with an expected graduation of December 2020.</p>
<a class="btn btn-transparent" href="https://sravanbalaji.com/author/sravan-balaji/">Read more</a>
<a class="btn btn-transparent" href="https://sravanbalaji.com/author/sravan-balaji/">Read More</a>
</div>
</div>
</article>
@@ -164,7 +164,7 @@
<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>
<p>meghna theme copyright © 2020 <a href="https://gethugothemes.com">gethugothemes</a> all right reserved</p>
</div>
</div>
</div>

View File

@@ -6,7 +6,7 @@
<description>Recent content in Authors 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>
<copyright>meghna theme copyright &amp;copy; 2020 [gethugothemes](https://gethugothemes.com) all right reserved</copyright>
<atom:link href="https://sravanbalaji.com/author/index.xml" rel="self" type="application/rss+xml" />

View File

@@ -102,7 +102,7 @@
<div class="col-lg-10 mx-auto">
<div class="title text-center">
<h2> About <span class="color">
author </span></h2>
Author </span></h2>
<div class="border-meghna"></div>
</div>
</div>
@@ -171,7 +171,7 @@
<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>
<p>meghna theme copyright © 2020 <a href="https://gethugothemes.com">gethugothemes</a> all right reserved</p>
</div>
</div>
</div>

View File

@@ -149,7 +149,7 @@
<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>
<p>meghna theme copyright © 2020 <a href="https://gethugothemes.com">gethugothemes</a> all right reserved</p>
</div>
</div>
</div>

View File

@@ -6,7 +6,7 @@
<description>Recent content in Categories 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>
<copyright>meghna theme copyright &amp;copy; 2020 [gethugothemes](https://gethugothemes.com) all right reserved</copyright>
<atom:link href="https://sravanbalaji.com/categories/index.xml" rel="self" type="application/rss+xml" />

View File

@@ -120,7 +120,7 @@
<div class="content">
<h3><a href="https://sravanbalaji.com/contact/sravan-balaji/">Contact Info</a></h3>
<p>Feel free to reach out to me via email, LinkedIn, GitHub, or YouTube via the links below.</p>
<a class="btn btn-transparent" href="https://sravanbalaji.com/contact/sravan-balaji/">Read more</a>
<a class="btn btn-transparent" href="https://sravanbalaji.com/contact/sravan-balaji/">Read More</a>
</div>
</div>
</article>
@@ -164,7 +164,7 @@
<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>
<p>meghna theme copyright © 2020 <a href="https://gethugothemes.com">gethugothemes</a> all right reserved</p>
</div>
</div>
</div>

View File

@@ -6,7 +6,7 @@
<description>Recent content in Contacts 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>
<copyright>meghna theme copyright &amp;copy; 2020 [gethugothemes](https://gethugothemes.com) all right reserved</copyright>
<atom:link href="https://sravanbalaji.com/contact/index.xml" rel="self" type="application/rss+xml" />

View File

@@ -101,7 +101,8 @@
<div class="row">
<div class="col-lg-10 mx-auto">
<div class="title text-center">
<h2>Contact Info</h2>
<h2> Contact <span class="color">
Info </span></h2>
<div class="border-meghna"></div>
</div>
</div>
@@ -144,7 +145,7 @@
<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>
<p>meghna theme copyright © 2020 <a href="https://gethugothemes.com">gethugothemes</a> all right reserved</p>
</div>
</div>
</div>

View File

@@ -263,38 +263,6 @@
</a>
</div>
<!-- About item -->
<div class="col-lg-4 text-center wow fadeInUp" data-wow-duration="500ms">
<a href="portfolio/research">
<div class="block">
<div class="icon-box">
<i class="ti-search"></i>
</div>
<!-- Express About Yourself -->
<div class="content text-center">
<h3>Research</h3>
<p></p>
</div>
</div>
</a>
</div>
<!-- About item -->
<div class="col-lg-4 text-center wow fadeInUp" data-wow-duration="500ms">
<a href="portfolio/projects">
<div class="block">
<div class="icon-box">
<i class="ti-ruler-pencil"></i>
</div>
<!-- Express About Yourself -->
<div class="content text-center">
<h3>Projects</h3>
<p></p>
</div>
</div>
</a>
</div>
</div>
</div>
</section>
@@ -342,7 +310,7 @@
<div class="all-post text-center col-lg-12">
<a class="btn btn-main"
href="https://sravanbalaji.com/blog">View All Post</a>
href="https://sravanbalaji.com/blog">View All Posts</a>
</div>
</div>
</div>
@@ -387,7 +355,7 @@
<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>
<p>meghna theme copyright © 2020 <a href="https://gethugothemes.com">gethugothemes</a> all right reserved</p>
</div>
</div>
</div>

View File

@@ -6,7 +6,7 @@
<description>Recent content 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>
<copyright>meghna theme copyright &amp;copy; 2020 [gethugothemes](https://gethugothemes.com) all right reserved</copyright>
<atom:link href="https://sravanbalaji.com/index.xml" rel="self" type="application/rss+xml" />
@@ -71,7 +71,7 @@
<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>
<description>Rivian ADAS Controls Intern Remote June 2020 - August 2020 Hard Skills: MATLAB Simulink Atlassian Products - Jira, Confluence, Bitbucket Soft Skills: Public Presentation Design Documentation Professional Communication Model-In-Loop Test Case Generation Problem</description>
</item>
</channel>

View File

@@ -101,7 +101,8 @@
<div class="row">
<div class="col-lg-10 mx-auto">
<div class="title text-center">
<h2>Education</h2>
<h2> Education <span class="color">
</span></h2>
<div class="border-meghna"></div>
</div>
</div>
@@ -349,7 +350,7 @@
<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>
<p>meghna theme copyright © 2020 <a href="https://gethugothemes.com">gethugothemes</a> all right reserved</p>
</div>
</div>
</div>

View File

@@ -120,7 +120,7 @@
<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>
<a class="btn btn-transparent" href="https://sravanbalaji.com/portfolio/education/">Read More</a>
</div>
</div>
</article>
@@ -135,7 +135,7 @@
<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>
<a class="btn btn-transparent" href="https://sravanbalaji.com/portfolio/projects/">Read More</a>
</div>
</div>
</article>
@@ -150,7 +150,7 @@
<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>
<a class="btn btn-transparent" href="https://sravanbalaji.com/portfolio/research/">Read More</a>
</div>
</div>
</article>
@@ -164,8 +164,8 @@
<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>
<p>Rivian ADAS Controls Intern Remote June 2020 - August 2020 Hard Skills: MATLAB Simulink Atlassian Products - Jira, Confluence, Bitbucket Soft Skills: Public Presentation Design Documentation Professional Communication Model-In-Loop Test Case Generation Problem</p>
<a class="btn btn-transparent" href="https://sravanbalaji.com/portfolio/work/">Read More</a>
</div>
</div>
</article>
@@ -209,7 +209,7 @@
<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>
<p>meghna theme copyright © 2020 <a href="https://gethugothemes.com">gethugothemes</a> all right reserved</p>
</div>
</div>
</div>

View File

@@ -6,7 +6,7 @@
<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>
<copyright>meghna theme 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" />
@@ -44,7 +44,7 @@
<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>
<description>Rivian ADAS Controls Intern Remote June 2020 - August 2020 Hard Skills: MATLAB Simulink Atlassian Products - Jira, Confluence, Bitbucket Soft Skills: Public Presentation Design Documentation Professional Communication Model-In-Loop Test Case Generation Problem</description>
</item>
</channel>

View File

@@ -101,7 +101,8 @@
<div class="row">
<div class="col-lg-10 mx-auto">
<div class="title text-center">
<h2>Projects</h2>
<h2> Projects <span class="color">
</span></h2>
<div class="border-meghna"></div>
</div>
</div>
@@ -181,7 +182,7 @@ hugo--minify
<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>
<p>meghna theme copyright © 2020 <a href="https://gethugothemes.com">gethugothemes</a> all right reserved</p>
</div>
</div>
</div>

View File

@@ -101,7 +101,8 @@
<div class="row">
<div class="col-lg-10 mx-auto">
<div class="title text-center">
<h2>Research</h2>
<h2> Research <span class="color">
</span></h2>
<div class="border-meghna"></div>
</div>
</div>
@@ -181,7 +182,7 @@ hugo--minify
<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>
<p>meghna theme copyright © 2020 <a href="https://gethugothemes.com">gethugothemes</a> all right reserved</p>
</div>
</div>
</div>

View File

@@ -101,7 +101,8 @@
<div class="row">
<div class="col-lg-10 mx-auto">
<div class="title text-center">
<h2>Work Experience</h2>
<h2> Work <span class="color">
Experience </span></h2>
<div class="border-meghna"></div>
</div>
</div>
@@ -111,12 +112,12 @@
<div class="container">
<!-- RIVIAN: ADAS Controls Internship (2020) -->
<div class="row align-items-center">
<div class="col-md-12">
<hr>
</div>
</div>
<!-- RIVIAN: ADAS Controls Internship (2020) -->
<div class="row">
<div class="col-md-6">
<div class="row">
@@ -127,12 +128,100 @@
</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>
<p>
<b>Hard Skills:</b>
<ul>
<li><a href="https://www.mathworks.com/products/matlab.html" target="_blank">MATLAB</a></li>
<li><a href="https://www.mathworks.com/products/simulink.html" target="_blank">Simulink</a></li>
<li>Atlassian Products - <a href="https://www.atlassian.com/software/jira" target="_blank">Jira</a>, <a href="https://www.atlassian.com/software/confluence" target="_blank">Confluence</a>, <a href="https://bitbucket.org/product/" target="_blank">Bitbucket</a></li>
</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="rivian-3">
<div class="card section-bg">
<!-- MIL TEST CASE GENERATION -->
<div class="card-header">
<a class="card-link" data-toggle="collapse" href="#mil_test_case_generation">
<b>Model-In-Loop Test Case Generation</b>
</a>
</div>
<div id="mil_test_case_generation" class="collapse" data-parent="#rivian-3">
<div class="card-body">
<p>
<p><b>Problem</b></p>
<p>
Existing software components needed to be tested to ensure that requirements were being met.
</p>
<p><b>Task</b></p>
<p>
My job was to translate software component requirements into Model-in-Loop unit tests in Simulink.
</p>
<p><b>Result</b></p>
<p>
Created Model-in-Loop test cases for ~50 requirements using <a href="https://www.mathworks.com/products/simulink-test.html" target="_blank">Simulink test</a>. I was able to identify and resolve 7 issues at the model level to prevent them from reaching in-vehicle testing. To improve testing, I created a script to automatically run all test cases and generate a report for easy identification of issues. Also created documentation in <a href="https://www.atlassian.com/software/confluence" target="_blank">Confluence</a> to streamline future test case generation.
</p>
</p>
</div>
</div>
<!-- SIMULINK SOFTWARE INTEGRATION -->
<div class="card-header">
<a class="card-link" data-toggle="collapse" href="#simulink_software_integration">
<b>Simulink Software Integration</b>
</a>
</div>
<div id="simulink_software_integration" class="collapse" data-parent="#rivian-3">
<div class="card-body">
<p>
<p><b>Problem</b></p>
<p>
Co-worker had developed a new algorithm that needed to be integrated into the Simulink environment for controls software.
</p>
<p><b>Task</b></p>
<p>
My job was to communicate with my co-worker to implement the algorithm using the existing signals, processing them, and resolving issues related to <a href="https://www.mathworks.com/products/simulink-coder.html" target="_blank">Simulink Coder</a> C/C++ code generation.
</p>
<p><b>Result</b></p>
<p>
I was able to identify and suggest modifications to the algorithm to work within the limitations of <a href="https://www.mathworks.com/products/simulink-coder.html" target="_blank">Simulink Coder</a>. Learned about embedded systems, computing limitations, and how to increase software efficiency to prevent processing time delay.
</p>
</p>
</div>
</div>
<!-- TESTING DATA PROCESSING -->
<div class="card-header">
<a class="card-link" data-toggle="collapse" href="#testing_data_processing">
<b>Testing Data Processing</b>
</a>
</div>
<div id="testing_data_processing" class="collapse" data-parent="#rivian-3">
<div class="card-body">
<p>
<p><b>Problem</b></p>
<p>
Vehicle testing data needed to be processed to evaluate performance against requirements and determine controls parameters to tune.
</p>
<p><b>Task</b></p>
<p>
My job was to modify existing data processing scripts to work with new test data.
</p>
<p><b>Result</b></p>
<p>
I was able to map the signals from new test data logs to work with the existing scripts and manually calculate intermediate signals that were not recorded. This allowed me to generate plots that could easily be compared to previous test runs. From these plots, I identified potential issues that could be investigated by the controls team.
</p>
</p>
</div>
</div>
</div>
@@ -172,7 +261,7 @@
<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>
<li><a href="https://mqtt.org/mqtt-specification/" target="_blank"><abbr title="MQ Telemetry Transport for Sensor Networks">MQTT-SN</abbr></a></li>
</ul>
</ul>
<b>Soft Skills:</b>
@@ -269,11 +358,11 @@
<p>
<b>Hard Skills:</b>
<ul>
<li>Python and Django Web Framework</li>
<li><a href="https://www.python.org/" target="_blank">Python</a> and <a href="https://www.djangoproject.com/" target="_blank">Django Web Framework</a></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>
<li>Atlassian Products - <a href="https://www.atlassian.com/software/jira" target="_blank">Jira</a>, <a href="https://www.atlassian.com/software/confluence" target="_blank">Confluence</a>, <a href="https://bitbucket.org/product/" target="_blank">Bitbucket</a></li>
</ul>
<b>Soft Skills:</b>
<ul>
@@ -287,6 +376,84 @@
</div>
</div>
</div>
<div class="col-md-6">
<div id="rivian-2">
<div class="card section-bg">
<!-- BILL OF MATERIALS ANALYSIS -->
<div class="card-header">
<a class="card-link" data-toggle="collapse" href="#bill_of_materials_analysis">
<b>Bill of Materials Analysis</b>
</a>
</div>
<div id="bill_of_materials_analysis" class="collapse" data-parent="#rivian-2">
<div class="card-body">
<p>
<p><b>Problem</b></p>
<p>
Rivian had an existing process for analyzing bill of materials data that needed to be further developed and maintained.
</p>
<p><b>Task</b></p>
<p>
My job was to communicate with project management to determine and implement improvements to mass and cost analysis.
</p>
<p><b>Result</b></p>
<p>
I improved the existing Excel Macro to check for inconsistencies between parent and child items so mass and cost was not double counted. Additionally, improved the user interface by adding macro buttons to allow for quick filtering of pivot tables and highlight potential discrepancies.
</p>
</p>
</div>
</div>
<!-- INTERNAL WEBSITE -->
<div class="card-header">
<a class="card-link" data-toggle="collapse" href="#internal_website">
<b>Internal Website</b>
</a>
</div>
<div id="internal_website" class="collapse" data-parent="#rivian-2">
<div class="card-body">
<p>
<p><b>Problem</b></p>
<p>
Requirements management in <a href="https://www.jamasoftware.com/" target="_blank">JAMA</a> was very much a manual process to check for inconsistent relationships between the different types of requirements.
</p>
<p><b>Task</b></p>
<p>
I proposed an automated system that would enforce relationships set by the systems engineering team and highlight issues that required manual intervention.
</p>
<p><b>Result</b></p>
<p>
I designed and implemented an internal-use website that collected and displayed data from business systems like <a href="https://www.jamasoftware.com/" target="_blank">JAMA</a>. This made use of <a href="https://www.jamasoftware.com/" target="_blank">JAMA</a>'s <abbr title="REpresentational State Transfer">REST</abbr> <abbr title="Application Programming Interface">API</abbr> to automatically pull requirements metadata and enforce the determined relational rules. Additionally integrated Bill of Materials analysis macro into website so users would receive the processed spreadsheet via email. Front-end design was written in HTML and back-end scripts were written in <a href="https://www.python.org/" target="_blank">Python</a> using the <a href="https://www.djangoproject.com/" target="_blank">Django Web Framework</a>.
</p>
</p>
</div>
</div>
<!-- IT Service Desk -->
<div class="card-header">
<a class="card-link" data-toggle="collapse" href="#it_service_desk">
<b>IT Service Desk</b>
</a>
</div>
<div id="it_service_desk" class="collapse" data-parent="#rivian-2">
<div class="card-body">
<p>
<p><b>Problem</b></p>
<p>
Rivian's previous IT service desk in <a href="https://www.quest.com/products/kace-systems-management-appliance/" target="_blank">KACE Systems Management</a> had issues tracking the status of tickets resulting in an <abbr title="Service-level agreement">SLA</abbr> met percentage of ~75%.
</p>
<p><b>Task</b></p>
<p>
My job was to migrate the IT service desk to <a href="https://www.atlassian.com/software/jira" target="_blank">Jira</a> and improve the ticket tracking process.
</p>
<p><b>Result</b></p>
<p>
I created custom automation rules to assign tickets based on request type and location. Created queues and reports to track response time, workload, request types, and other metrics. These efforts resulted in an <abbr title="Service-level agreement">SLA</abbr> met percentage of ~95%.
</p>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- RIVIAN: Vehicle Integration Intern (2017) -->
@@ -330,6 +497,60 @@
</div>
</div>
</div>
<div class="col-md-6">
<div id="rivian-1">
<div class="card section-bg">
<!-- REQUIREMENTS MANAGEMENT AND SYSTEM DIAGRAMS -->
<div class="card-header">
<a class="card-link" data-toggle="collapse" href="#requirements_management_and_system_diagrams">
<b>Requirements Management and System Diagrams</b>
</a>
</div>
<div id="requirements_management_and_system_diagrams" class="collapse" data-parent="#rivian-1">
<div class="card-body">
<p>
<p><b>Problem</b></p>
<p>
Rivian needed an organized way of tracking interfaces between components and managing requirements.
</p>
<p><b>Task</b></p>
<p>
My job was to create system architecture models to help distribute and track requirements from the vehicle level to component level. Additionally, these requirements needed to be managed and distributed via DOORS Next Generation.
</p>
<p><b>Result</b></p>
<p>
I was able to speak with managers of various vehicle subsystems to understand cross-system signal interfaces. These conversations were translated to system architecture models so teams could understand what signals they are consuming and outputting. To aid in cross-team communication, I created custom report templates in DOORS Next Generation.
</p>
</p>
</div>
</div>
<!-- SIMULATION DATA ANALYSIS TOOL -->
<div class="card-header">
<a class="card-link" data-toggle="collapse" href="#simulation_data_analysis_tool">
<b>Simulation Data Analysis Tool</b>
</a>
</div>
<div id="simulation_data_analysis_tool" class="collapse" data-parent="#rivian-1">
<div class="card-body">
<p>
<p><b>Problem</b></p>
<p>
Rivian had collected simulation test data and needed to see the effect of changing vehicle parameters on performance metrics, without re-running expensive tests.
</p>
<p><b>Task</b></p>
<p>
My job was to develop a tool that could translate the collected data into a simple user interface to analyze how to optimize vehicle performance.
</p>
<p><b>Result</b></p>
<p>
I designed and developed a GUI program in Java that provided the user with sliders for the input vehicle parameters. The tool would then interpolate the performance metrics from the collected points using a neural network determined multi-variate function. The GUI tool then outputs plots showing the effect of changing each input on the projected performance output.
</p>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="row align-items-center">
@@ -370,7 +591,7 @@
<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>
<p>meghna theme copyright © 2020 <a href="https://gethugothemes.com">gethugothemes</a> all right reserved</p>
</div>
</div>
</div>

View File

@@ -120,7 +120,7 @@
<div class="content">
<h3><a href="https://sravanbalaji.com/resume/sravan-balaji/">Resume</a></h3>
<p>Latest version of resume can be found on GitHub or in the embedded PDF viewer below (refresh page if it is not visible).</p>
<a class="btn btn-transparent" href="https://sravanbalaji.com/resume/sravan-balaji/">Read more</a>
<a class="btn btn-transparent" href="https://sravanbalaji.com/resume/sravan-balaji/">Read More</a>
</div>
</div>
</article>
@@ -164,7 +164,7 @@
<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>
<p>meghna theme copyright © 2020 <a href="https://gethugothemes.com">gethugothemes</a> all right reserved</p>
</div>
</div>
</div>

View File

@@ -6,7 +6,7 @@
<description>Recent content in Resumes 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>
<copyright>meghna theme copyright &amp;copy; 2020 [gethugothemes](https://gethugothemes.com) all right reserved</copyright>
<atom:link href="https://sravanbalaji.com/resume/index.xml" rel="self" type="application/rss+xml" />

View File

@@ -101,7 +101,8 @@
<div class="row">
<div class="col-lg-10 mx-auto">
<div class="title text-center">
<h2>Resume</h2>
<h2> Resume <span class="color">
</span></h2>
<div class="border-meghna"></div>
</div>
</div>
@@ -149,7 +150,7 @@
<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>
<p>meghna theme copyright © 2020 <a href="https://gethugothemes.com">gethugothemes</a> all right reserved</p>
</div>
</div>
</div>

View File

@@ -149,7 +149,7 @@
<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>
<p>meghna theme copyright © 2020 <a href="https://gethugothemes.com">gethugothemes</a> all right reserved</p>
</div>
</div>
</div>

View File

@@ -6,7 +6,7 @@
<description>Recent content in Tags 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>
<copyright>meghna theme copyright &amp;copy; 2020 [gethugothemes](https://gethugothemes.com) all right reserved</copyright>
<atom:link href="https://sravanbalaji.com/tags/index.xml" rel="self" type="application/rss+xml" />