Skip to content

Commit

Permalink
experience section updates
Browse files Browse the repository at this point in the history
  • Loading branch information
apoorv-s committed Jan 5, 2024
1 parent c6ebfc1 commit 431eff1
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 18 deletions.
31 changes: 27 additions & 4 deletions _data/extras.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,39 @@
ManagerialExp:
Title: Managerial Experiences
Title: Experiences
Description:
sub:
- Position: Graduate Student Researcher
Organization: Los Alamos National Lab
StartDate: July 2023
EndDate: September 2023
Description: >
Graduate research intern at <a href='https://www.lanl.gov/'>Los Alamos National Lab (LANL)</a> in the Computational Physics & Methods Group (CCS-2) group.
- Position: Mentor
Organization: ME PhD peer mentorship program, Stanford University
StartDate: September 2022
EndDate: August 2023
# Description: >
# Headed a team of 10+ students working towards developing structural modules for buildings capable of being stored in
# compact shapes and be deployed on demand.

- Position: Structures and Materials Subsystem Head
Organization: "<a href='https://civiliitb.wordpress.com/about-us/'>Project Leaf: Team Shunya</a>"
Organization: "<a href='https://www.teamshunya.com/'>Project Leaf: Team Shunya</a>"
StartDate: August 2018
EndDate: January 2020
Description: >
Headed a team of 10+ students working towards developing structural modules for buildings capable of being stored in
compact shapes and be deployed on demand.
- Position: Undergraduate Student Researcher
Organization: École Polytechnique Fédérale de Lausanne
StartDate: May 2019
EndDate: July 2019
Description: >
Undergraduate research intern at <a href='https://archiveweb.epfl.ch/imac.epfl.ch/'>Applied Computing and Mechanics Laboratory (IMAC)</a>, EPFL, Switzerland.
- Position: Design Engineer
Organization: "<a href='https://civiliitb.wordpress.com/about-us/'>Project Leaf: Team Shunya</a>"
Organization: "<a href='https://www.teamshunya.com/'>Project Solarize: Team Shunya</a>"
StartDate: July 2017
EndDate: August 2018
Description: >
Expand All @@ -20,7 +43,7 @@ ManagerialExp:
within 12 days and was awarded with the 'Best Participation Award' for its effciency and dedication during
the competition.
- Position: Mentor
Organization: <a href="https://civiliitb.wordpress.com/about-us/">Department Academic Mentorship Program</a>
Organization: <a href="https://civiliitb.wordpress.com/about-us/">Department Academic Mentorship Program</a>, IIT Bombay
StartDate: April 2018
EndDate: July 2020
Description: Mentored junior students, in consultation with a faculty, in their acadmeic and co-curricular pursuits.
Expand Down
24 changes: 12 additions & 12 deletions additional.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
title: Additional
---

<h1>{{site.data.extras.ManagerialExp.Title}}</h1>
<p>{{site.data.extras.ManagerialExp.Description}}</p>
{% for item in site.data.extras.ManagerialExp.sub %}
<h3>{{item.Position}}</h3>
<h5>{{item.StartDate}} - {{item.EndDate}}</h5>
<h5>{{item.Organization}}</h5>
<p>{{item.Description}}</p>
<hr>
{% endfor %}

<div style="margin-top: 4em; margin-bottom: 4em"><hr class="ProjectsDivider"></div>

<h1>{{site.data.extras.Quotes.Title}}</h1>
<h4>{{site.data.extras.Quotes.Description}}</h4>
<hr>
Expand All @@ -26,15 +38,3 @@ <h4>{{site.data.extras.Sketches.Description}}</h4>
{% endfor %}
</div>

<!-- <div style="margin-top: 4em; margin-bottom: 4em"><hr class="ProjectsDivider"></div>
<h1>{{site.data.extras.ManagerialExp.Title}}</h1>
<p>{{site.data.extras.ManagerialExp.Description}}</p>
{% for item in site.data.extras.ManagerialExp.sub %}
<h3>{{item.Position}}</h3>
<h4>{{item.StartDate}} - {{item.EndDate}}</h4>
<h4>{{item.Organization}}</h4>
<p>{{item.Description}}</p>
<hr>
{% endfor %} -->

4 changes: 2 additions & 2 deletions publications.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<!-- <h2>{{site.data.publications.JournalPapers.Title}}</h2> -->
<!-- <p>{{site.data.publications.JournalPapers.Description}}</p> -->

<h3>Research Articles</h3>
<h1>Research Articles</h1>
<hr>
{% for paper in site.data.publications.JournalPapers %}
<!-- <h3>{{YearNumber.Year}}</h3> -->
Expand All @@ -24,7 +24,7 @@ <h3>Research Articles</h3>

<br/>

<h3>Conference Presentations</h3>
<h1>Conference Presentations</h1>
<hr>
{% for presentation in site.data.publications.ConferencePresentations %}
<ul>
Expand Down

0 comments on commit 431eff1

Please sign in to comment.