Skip to content

Commit 48216e6

Browse files
committed
Updating date format consistancy in C.V.
1 parent 341d15e commit 48216e6

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/app/cv/page.js

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const CV = () => {
3333
<div className="mb-6">
3434
<div className="flex justify-between items-start">
3535
<h3 className="font-bold text-lg">Machine Learning Teaching Assistant</h3>
36-
<span className="text-sm flex-shrink-0">Jan 2025 – May 2025</span>
36+
<span className="text-sm flex-shrink-0">Jan – May 2025</span>
3737
</div>
3838
<p className="text-md">Boston University Dept. of Electrical and Computer Engineering | Boston, MA</p>
3939
<ul className="list-disc ml-5 space-y-1 text-sm">
@@ -44,7 +44,7 @@ const CV = () => {
4444
<div className="mb-6">
4545
<div className="flex justify-between items-start">
4646
<h3 className="font-bold text-lg">Computer Organization Teaching Assistant</h3>
47-
<span className="text-sm flex-shrink-0">Sept 2024 – Dec 2024</span>
47+
<span className="text-sm flex-shrink-0">Sept – Dec 2024</span>
4848
</div>
4949
<p className="text-md">Boston University Dept. of Electrical and Computer Engineering | Boston, MA</p>
5050
<ul className="list-disc ml-5 space-y-1 text-sm">
@@ -69,7 +69,7 @@ const CV = () => {
6969
<div className="mb-6">
7070
<div className="flex justify-between items-start">
7171
<h3 className="font-bold text-lg">Logic Design Teaching Assistant</h3>
72-
<span className="text-sm flex-shrink-0">Jan 2024 – May 2024</span>
72+
<span className="text-sm flex-shrink-0">Jan – May 2024</span>
7373
</div>
7474
<p className="text-md">Boston University Dept. of Electrical and Computer Engineering | Boston, MA</p>
7575
<ul className="list-disc ml-5 space-y-1 text-sm">
@@ -81,7 +81,7 @@ const CV = () => {
8181
<div className="mb-6">
8282
<div className="flex justify-between items-start">
8383
<h3 className="font-bold text-lg">Electronic Circuits Lab Assistant</h3>
84-
<span className="text-sm flex-shrink-0">Sept 2023 – Dec 2023</span>
84+
<span className="text-sm flex-shrink-0">Sept – Dec 2023</span>
8585
</div>
8686
<p className="text-md">Boston University Dept. of Electrical and Computer Engineering | Boston, MA</p>
8787
<ul className="list-disc ml-5 space-y-1 text-sm">
@@ -109,7 +109,7 @@ const CV = () => {
109109
<div className="">
110110
<div className="flex justify-between items-start">
111111
<h3 className="font-bold text-lg">RV32I CPU Implementation on FPGA</h3>
112-
<span className="text-sm flex-shrink-0">Sept 2025Present</span>
112+
<span className="text-sm flex-shrink-0">Sept 2025Present</span>
113113
</div>
114114
<ul className="list-disc ml-5 space-y-1 text-sm mt-1">
115115
<li>Working in a team of two to implement a functional 32-bit RISC-V core on a Nexys A7 FPGA with AXI and JTAG interfaces for communication and debugging.</li>
@@ -119,7 +119,7 @@ const CV = () => {
119119
<div className="">
120120
<div className="flex justify-between items-start">
121121
<h3 className="font-bold text-lg">Sparse Matrix Multiplication Optimization in C</h3>
122-
<span className="text-sm flex-shrink-0">Feb 2025 – May 2025</span>
122+
<span className="text-sm flex-shrink-0">Feb – May 2025</span>
123123
</div>
124124
<ul className="list-disc ml-5 space-y-1 text-sm mt-1">
125125
<li>Investigated low-level sparse matrix multiplication design by implementing custom COO and CRS format matrix structures, randomized generation functions, and both serial & multithreaded multiplication functions.</li>
@@ -129,7 +129,7 @@ const CV = () => {
129129
<div className="">
130130
<div className="flex justify-between items-start">
131131
<h3 className="font-bold text-lg">Bike Guard Senior Design Project</h3>
132-
<span className="text-sm flex-shrink-0">Aug 2024–May 2025</span>
132+
<span className="text-sm flex-shrink-0">Aug May 2025</span>
133133
</div>
134134
<ul className="list-disc ml-5 space-y-1 text-sm mt-1">
135135
<li>Developed and manufactured a bike theft detection device prototype utilizing a Raspberry Pi, IMU, GPS data, cellular connectivity, and embedded camera.</li>

0 commit comments

Comments
 (0)