Skip to content

Commit f4c74e9

Browse files
Update
1 parent a6d1b36 commit f4c74e9

File tree

3 files changed

+12
-7
lines changed

3 files changed

+12
-7
lines changed

Writing/6_8200_Report.pdf

228 KB
Binary file not shown.

index.html

+9-4
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,11 @@
2727
<h1 id="section_title" style="margin-left: -6%; margin-top: -7%;">The Synopsis</h1>
2828
<img src="images/circle_headshot.png" id="headshot">
2929
<p id="text1_1">
30-
I am pursuing a Masters in Business Analytics at MIT while working with
31-
<a href="https://mitsloan.mit.edu/faculty/directory/alexandre-jacquillat" target="_blank" class="mit_sloan">Prof. Alexandre Jacquillat</a> on supply chain optimization. I have worked as a
30+
I have graduated from the Masters in Business Analytics at MIT having worked with
31+
<a href="https://mitsloan.mit.edu/faculty/directory/alexandre-jacquillat" target="_blank" class="mit_sloan">Prof. Alexandre Jacquillat</a> on robust optimization methods for supply chain tasks. I have worked as a
3232
research assistant at <a href="https://mila.quebec/en/" target="_blank" class="mila">Mila</a>, with
3333
<a href="https://davidrolnick.com/" target="_blank" class="rolnick">Prof. David Rolnick</a>
34-
and <a href="https://priyadonti.com/" target="_blank" class="donti">Priya Donti</a>, as well as at
35-
<a href="https://www.invenia.ca/labs/" target="_blank" class="invenia">Invenia Labs</a>.
34+
and <a href="https://priyadonti.com/" target="_blank" class="donti">Priya Donti</a>.
3635
</p>
3736
<div class="bar">
3837
<div class="bar-item">
@@ -59,6 +58,8 @@ <h1 id="section_title" style="margin-top: 1%;">MIT Sloan x Operations Research C
5958
<ul>
6059
<li id="edu_p" style="margin-top: 6%;">Masters of Business Analytics - 2023</li>
6160
<li id="edu_p" style="margin-top: 2%;">Class President</li>
61+
<li id="edu_p" style="margin-top: 2%;">Graduation speaker</li>
62+
<li id="edu_p" style="margin-top: 2%;">Sloan Senate and Health & Wellness committee</li>
6263
<li id="edu_p">Course experience includes:</li>
6364
<ul style="columns: 3; margin-top: 1%; margin-left:-5%; width: 100%; color: rgb(4, 7, 66); font-family: Verdana;">
6465
<li>Analytics Tools</li>
@@ -189,12 +190,16 @@ <h2 id="section_subtitle" style="margin-left: 5%; padding-top: 1%;">Papers</h2>
189190
<ul style="columns:1; color: white; font-family: Verdana;">
190191
<li><a href="Writing/ML_report.pdf" target="_blank" class="cs767">Interpretable end-to-end player prescription via machine learning and robust optimization</a></li>
191192
</ul>
193+
<ul style="columns:1; color: white; font-family: Verdana;">
194+
<li><a href="Writing/6_8200_Report.pdf" target="_blank" class="cs767">Robust Guided Forest Search for Unit Commitment</a></li>
195+
</ul>
192196
</div>
193197
<div id="section_wri_2">
194198
<h2 id="section_subtitle" style="margin-left: 5%; padding-top: 1%;">Blog Posts and misc.</h2>
195199
<ul style="columns:2; color: white; font-family: Verdana;">
196200
<li><a href="https://invenia.github.io/blog/2021/01/22/navigating-first-internship/" target="_blank" class="intern">Navigating Your First Technical Internship</a></li>
197201
<li><a href="Writing/GP_From_Scratch.pdf" target="_blank" class="gps">Building a Gaussian Process from Scratch</a></li>
202+
<li><a href="https://mitsloan.mit.edu/programs/master-business-analytics/a-day-life-mban-student-0" target="_blank" class="ditl">A Day in the Life of an MBAn Student</a></li>
198203
</ul>
199204
</div>
200205
<!-- ********************************************************* -->

styles.css

+3-3
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ li {
227227
}
228228
#section_wri_1 {
229229
margin-left: 5%;
230-
height: 19vw;
230+
height: 22vw;
231231
width: 70%;
232232
background-color: rgb(65, 96, 135);
233233
margin-top: -30%;
@@ -237,10 +237,10 @@ li {
237237
}
238238
#section_wri_2 {
239239
margin-left: 10%;
240-
height: 8vw;
240+
height: 10vw;
241241
width: 70%;
242242
background-color: rgb(65, 96, 135);
243-
margin-top: 4%;
243+
margin-top: 3%;
244244
/*z-index: 1;*/
245245
border-top: 5px solid rgb(4, 7, 66);
246246
border-right: 5px solid rgb(4, 7, 66);

0 commit comments

Comments
 (0)