<div class="content-wrapper">
<div class="box"><h1>π Hi there!</h1>
-<p>Nice to meet you! My name's Abhijeet.<br>
+<p>Nice to meet you! My name's Abhijeet. I'm based in Toronto, Canada. π¨π¦
<br>
<img src="/static/profile-pic.jpg" alt="My profile picture" height="300" loading="lazy"><br>
<br>
I'm an <strong>MASc</strong> student in <strong>Electrical and Computer Engineering</strong> at the University of Toronto. I work in UTEV (the University of Toronto Electric Vehicle Research Centre), supervised by <a href="https://www.ele.utoronto.ca/~ot/">Dr. Olivier Trescases</a>. My research interests primarily are in <em>feedback control</em> and <em>power electronics</em>, with side interests including embedded systems and machine learning.<br>
<br>
-I am also an alumnus of <strong>The University of Texas at Austin</strong> (2020-2024) and the <strong>Texas Academy of Mathematics and Science</strong> (2018-2020).<br>
-<br>
Feel free to look around this website. I'll be updating it more and more in the coming days!</p>
</div>
<div class="content-wrapper">
<div class="box"><h1>β±οΈ Now</h1>
-<p>Working on assignments + research for school!<br>
-<br></p>
-<p>Outside grad school I am:</p>
-<ul>
-<li>Watching <em>JoJo's Bizarre Adventure - Golden Wind</em>, <em>Spice and Wolf</em>, <em>Inside Job</em>, and re-watching <em>She-Ra and the Princesses of Power</em></li>
-<li>Working on this website! (slowly)</li>
-<li>Playing <em>A Short Hike</em></li>
-</ul>
+<p>Will update this page soon!</p>
</div>
<div class="box footer footer-box">
<div class="content-wrapper">
<div class="box"><h1>π Projects</h1>
-<p>I've been slowly putting some of my projects on this page. I host my Git projects on my <a href="https://git.abendapudi.com">Git</a>, including this website's source code (<em>website-src</em>).</p>
+<p>I've been slowly putting some of my projects on this page. I host my Git projects on my <a href="https://git.abendapudi.com">Git instance</a>, including this website's source code (<em>website-src</em>).<br>
+<br>
+Some personal projects I've worked on (source code is available for <em>some</em> of them):</p>
+<ul>
+<li>For my <a href="https://www.ece.utexas.edu/capstone/2024-spring/fsae-traction-inverter">capstone project at UT Austin</a>, I was involved in programming a SVPWM control scheme for the <a href="https://store.arduino.cc/products/portenta-h7">Portenta H7</a>.</li>
+<li>I also programmed the initial code skeleton and full software frontend for <a href="https://github.com/Power-Electronics-and-Magnetics-Group/quickshift">quickSHiFT (Quick Simulation of High Frequency Transformers)</a>, as part of research supervised by <a href="https://www.ece.utexas.edu/people/faculty/alex-j-hanson">Dr. Alex J Hanson</a> with the <a href="https://sites.utexas.edu/hanson/">Power Electronics and Magnetics Group</a>.</li>
+<li>As part of a project for EE 319K (now <a href="https://users.ece.utexas.edu/~valvano/Volume1/">ECE 319K</a>), I worked on a mini Stardew Valley-inspired farming video game for the TI TM4C LaunchPad. I worked on the game logic programming and translations into German.</li>
+</ul>
+<p><br>
+There are some more projects I want to add, but I'll be doing so as they come to mind!</p>
+<h2>Experiences with companies</h2>
+<p>For now, these are available on my LinkedIn, <a href="https://ca.linkedin.com/in/abhijeet-bendapudi/">here</a>.</p>
</div>
<div class="box footer footer-box">
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&family=Source+Serif+4:ital,opsz,wght@0,8..60,200..900;1,8..60,200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Gentium+Book+Plus:ital,wght@0,400;0,700;1,400;1,700&display=swap");
+@import url("https://fonts.googleapis.com/css2?family=Mukta:wght@200;300;400;500;600;700;800&display=swap");
*,
*::before,
*::after {
}
body {
- font-family: "Gentium Book Plus", "Source Serif 4", serif;
+ font-family: "Mukta", "Source Serif 4", sans-serif;
font-weight: 500;
background-color: rgb(249, 250, 251);
color: #1f2937;
h4,
h5,
h6 {
- font-family: "Gentium Book Plus", "Source Sans 3", sans-serif;
+ font-family: "Mukta", "Source Sans 3", sans-serif;
color: #111827;
font-weight: 700;
}
li,
td,
th {
- font-family: "Source Serif 4", serif;
+ font-family: "Mukta", sans-serif;
color: #1f2937;
}
# π Hi there!
-Nice to meet you! My name's Abhijeet.
+Nice to meet you! My name's Abhijeet. I'm based in Toronto, Canada. π¨π¦
\
<img src="/static/profile-pic.jpg" alt="My profile picture" height="300">
\
I'm an **MASc** student in **Electrical and Computer Engineering** at the University of Toronto. I work in UTEV (the University of Toronto Electric Vehicle Research Centre), supervised by [Dr. Olivier Trescases](https://www.ele.utoronto.ca/~ot/). My research interests primarily are in *feedback control* and *power electronics*, with side interests including embedded systems and machine learning.
\
-I am also an alumnus of **The University of Texas at Austin** (2020-2024) and the **Texas Academy of Mathematics and Science** (2018-2020).
-\
Feel free to look around this website. I'll be updating it more and more in the coming days!
# β±οΈ Now
-Working on assignments + research for school!
-<br>
-
-Outside grad school I am:
-- Watching *JoJo's Bizarre Adventure - Golden Wind*, *Spice and Wolf*, *Inside Job*, and re-watching *She-Ra and the Princesses of Power*
-- Working on this website! (slowly)
-- Playing *A Short Hike*
-
+Will update this page soon!
# π Projects
-I've been slowly putting some of my projects on this page. I host my Git projects on my [Git](https://git.abendapudi.com), including this website's source code (*website-src*).
+I've been slowly putting some of my projects on this page. I host my Git projects on my [Git instance](https://git.abendapudi.com), including this website's source code (*website-src*).
+\
+Some personal projects I've worked on (source code is available for *some* of them):
+- For my [capstone project at UT Austin](https://www.ece.utexas.edu/capstone/2024-spring/fsae-traction-inverter), I was involved in programming a SVPWM control scheme for the [Portenta H7](https://store.arduino.cc/products/portenta-h7).
+- I also programmed the initial code skeleton and full software frontend for [quickSHiFT (Quick Simulation of High Frequency Transformers)](https://github.com/Power-Electronics-and-Magnetics-Group/quickshift), as part of research supervised by [Dr. Alex J Hanson](https://www.ece.utexas.edu/people/faculty/alex-j-hanson) with the [Power Electronics and Magnetics Group](https://sites.utexas.edu/hanson/).
+- As part of a project for EE 319K (now [ECE 319K](https://users.ece.utexas.edu/~valvano/Volume1/)), I worked on a mini Stardew Valley-inspired farming video game for the TI TM4C LaunchPad. I worked on the game logic programming and translations into German.
+
+\
+There are some more projects I want to add, but I'll be doing so as they come to mind!
+
+## Experiences with companies
+
+For now, these are available on my LinkedIn, [here](https://ca.linkedin.com/in/abhijeet-bendapudi/).
// εδ½ε―Όε
₯
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&family=Source+Serif+4:ital,opsz,wght@0,8..60,200..900;1,8..60,200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Gentium+Book+Plus:ital,wght@0,400;0,700;1,400;1,700&display=swap");
+@import url("https://fonts.googleapis.com/css2?family=Mukta:wght@200;300;400;500;600;700;800&display=swap");
+
*,
*::before,
}
body {
- font-family: "Gentium Book Plus", "Source Serif 4", serif;
+ font-family: "Mukta", "Source Serif 4", sans-serif;
font-weight: 500;
background-color: rgb(249 250 251);
color: #1f2937;
h4,
h5,
h6 {
- font-family: "Gentium Book Plus", "Source Sans 3", sans-serif;
+ font-family: "Mukta", "Source Sans 3", sans-serif;
color: #111827;
font-weight: 700;
}
li,
td,
th {
- font-family: "Source Serif 4", serif;
+ font-family: "Mukta", sans-serif;
color: #1f2937;
}