]> git.abendapudi.com Git - website-src.git/commitdiff
Projects + Home + Now update
authorAbhijeet Bendapudi <Abhijeet Bendapudi>
Fri, 21 Feb 2025 05:12:19 +0000 (05:12 +0000)
committerAbhijeet Bendapudi <Abhijeet Bendapudi>
Fri, 21 Feb 2025 05:12:19 +0000 (05:12 +0000)
_site/index.html
_site/other/index.html
_site/projects/index.html
_site/styles.css
src/sections/Intro.md
src/sections/Now.md
src/sections/Projects.md
src/styles.scss

index 522c2889374ca9f6325bf8db57895c749fafb560..d4e311cddd13e9a5b2bdc3d1dac1e791ea840d66 100644 (file)
 
   <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>
 
index 50f065951b122a2c0b1db0e48065db85d95d6777..cef0f70f45d619fbfbed1542a97ad80d4ecc9d2e 100644 (file)
 
   <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">
index c578eeeb300207b45a5efddf747c5dbbd25fe362..fb19ff10528ab209f8439ef4c00496bfe4ae658e 100644 (file)
 
   <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">
index 5f15a8ca17435b54e42c3c8aea9475ac23994d3d..c39a0bfdf04d06becb60b4dbff4a58b2e4c7fec2 100644 (file)
@@ -1,5 +1,6 @@
 @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 {
@@ -9,7 +10,7 @@
 }
 
 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;
@@ -24,7 +25,7 @@ h3,
 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;
 }
@@ -35,7 +36,7 @@ span,
 li,
 td,
 th {
-  font-family: "Source Serif 4", serif;
+  font-family: "Mukta", sans-serif;
   color: #1f2937;
 }
 
index 7437ebda32dca61df670c8709a277db504ef22fb..5df508f5efafdb681a39818ba7508e01854917f6 100644 (file)
@@ -7,12 +7,10 @@ order: 1
 
 # πŸ‘‹ 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!
index c6135da2f060d9f25b3775544d86a506426a5c43..05722b216e9589521b54772455925db5c952e1cf 100644 (file)
@@ -7,11 +7,4 @@ order: 2
 
 # β±οΈ 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!
index 1967c32b25a4a7b11669eb82ba431ac88a62c3b7..d57681af1ea5d21515a8558425583f900967651f 100644 (file)
@@ -7,4 +7,16 @@ order: 3
 
 # πŸ“‘ 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/). 
index f258813e49eb9b378b0869a4c78f6876a8103d8d..4049cc97d3ef6ca349e1ff98d8f6d0eb5434b896 100644 (file)
@@ -1,6 +1,8 @@
 // ε­—体导ε…₯
 @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,
@@ -11,7 +13,7 @@
 }
 
 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;
@@ -27,7 +29,7 @@ h3,
 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;
 }
@@ -38,7 +40,7 @@ span,
 li,
 td,
 th {
-  font-family: "Source Serif 4", serif;
+  font-family: "Mukta", sans-serif;
   color: #1f2937;
 }