Skip to content

Commit

Permalink
MAINT: adjust team page and move Working with QuantEcon section from …
Browse files Browse the repository at this point in the history
…home page (#127)
  • Loading branch information
mmcky authored Nov 3, 2024
1 parent 97b12b2 commit e6574ac
Show file tree
Hide file tree
Showing 4 changed files with 69 additions and 70 deletions.
67 changes: 0 additions & 67 deletions _layouts/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -289,71 +289,4 @@ <h3>Executable Books</h3>

</section><!-- End Services Section -->


<!-- ======= Testimonials Section ======= -->
<section id="testimonials" class="testimonials">

<div class="container" data-aos="fade-up">

<div class="section-title">
<h2>Working for QuantEcon</h2>
</div>

<div class="testimonials-slider swiper" data-aos="fade-up" data-aos-delay="100">

<div class="swiper-wrapper">

<div class="swiper-slide">

<div class="testimonial-item">

<img src="/assets/img/testimonials/natasha.jpg" class="testimonial-img" alt="">
<h3>Natasha Watkins</h3>
<h4>Research Assistant</h4>

<p>Natasha is a PhD candidate in Economics at the University of California. During her pre-doctoral
fellowship at QuantEcon, Natasha assisted in running workshops on data analysis and econometrics in
Python. She has contributed material to QuantEcon lectures, covering the Pandas and Statsmodels
libraries, and maintains QuantEcon news and social media.</p>

</div>
</div><!-- End testimonial item -->

<div class="swiper-slide">

<div class="testimonial-item">

<img src="/assets/img/testimonials/flint.jpg" class="testimonial-img" alt="">
<h3>Flint O'Neil</h3>
<h4>Lead Developer</h4>

<p>Flint is a QuantEcon research assistant and student in Economics at Stanford University. His primary
interest is in macro-finance and mathematical economics. Flint is working to understand the nature of
default and debt as amplification mechanisms in the macroeconomy. He is also a research assistant for
QuantEcon and was Professor Stachurski's Honours student at the ANU.</p>
</div>
</div><!-- End testimonial item -->

<div class="swiper-slide">
<div class="testimonial-item">

<img src="/assets/img/testimonials/zejin_shi.jpg" class="testimonial-img" alt="">
<h3>Zejin Shi</h3>
<h4>Research Assistant</h4>

<p>Zejin is a PhD student at the University of Arizona, working on Macro labor economics, understanding
people's marital and labor supply decisions. He is a research assistant at QuantEcon and has helped
construct lecture notebooks and Python modules.</p>
</div>
</div><!-- End testimonial item -->

</div>
<div class="swiper-pagination"></div>
</div>

<p class="text-center"><a href="/positions/" class="btn-learn-more">See available positions</a></p>

</div>
</section><!-- End Testimonials Section -->

</main><!-- End #main -->
68 changes: 67 additions & 1 deletion _layouts/team.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,72 @@ <h3><a href="{{ team-member.link }}">{{ team-member.name }}</a></h3>
{% endfor %}
</div>

<!-- ======= Testimonials Section ======= -->
<section id="testimonials" class="testimonials">

<div class="container" data-aos="fade-up">

<div class="section-title">
<h2>Working for QuantEcon</h2>
</div>

<div class="testimonials-slider swiper" data-aos="fade-up" data-aos-delay="100">

<div class="swiper-wrapper">

<div class="swiper-slide">

<div class="testimonial-item">

<img src="/assets/img/testimonials/natasha.jpg" class="testimonial-img" alt="">
<h3>Natasha Watkins</h3>
<h4>Research Assistant</h4>

<p>Natasha is a PhD candidate in Economics at the University of California. During her pre-doctoral
fellowship at QuantEcon, Natasha assisted in running workshops on data analysis and econometrics in
Python. She has contributed material to QuantEcon lectures, covering the Pandas and Statsmodels
libraries, and maintains QuantEcon news and social media.</p>

</div>
</div><!-- End testimonial item -->

<div class="swiper-slide">

<div class="testimonial-item">

<img src="/assets/img/testimonials/flint.jpg" class="testimonial-img" alt="">
<h3>Flint O'Neil</h3>
<h4>Lead Developer</h4>

<p>Flint is a QuantEcon research assistant and student in Economics at Stanford University. His primary
interest is in macro-finance and mathematical economics. Flint is working to understand the nature of
default and debt as amplification mechanisms in the macroeconomy. He is also a research assistant for
QuantEcon and was Professor Stachurski's Honours student at the ANU.</p>
</div>
</div><!-- End testimonial item -->

<div class="swiper-slide">
<div class="testimonial-item">

<img src="/assets/img/testimonials/zejin_shi.jpg" class="testimonial-img" alt="">
<h3>Zejin Shi</h3>
<h4>Research Assistant</h4>

<p>Zejin is a PhD student at the University of Arizona, working on Macro labor economics, understanding
people's marital and labor supply decisions. He is a research assistant at QuantEcon and has helped
construct lecture notebooks and Python modules.</p>
</div>
</div><!-- End testimonial item -->

</div>
<div class="swiper-pagination"></div>
</div>

<p class="text-center"><a href="/positions/" class="btn-learn-more">See available positions</a></p>

</div>
</section><!-- End Testimonials Section -->

<h2>Previous Steering Committee Members</h2>

{% assign team-members = site.team-members | where: 'role', 'Previous Steering Committee Members' %}
Expand Down Expand Up @@ -108,6 +174,6 @@ <h3><a href="{{ team-member.link }}">{{ team-member.name }}</a></h3>
</div>
</div>
{% endfor %}

</div>

</section>
2 changes: 1 addition & 1 deletion _team-members/frank.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
name: Frank Wu
image: frank.jpg
link: https://github.com/chappiewuzefan
role: "Lead Developers"
role: "Previous Lead Developers"
---
Frank Wu is a QuantEcon research assistant final-year student at Australian National University (ANU).
2 changes: 1 addition & 1 deletion _team-members/hengcheng.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
name: Hengcheng Zhang
image: hengcheng.jpg
link: https://github.com/HengchengZhang
role: "Lead Developers"
role: "Previous Lead Developers"
---
Hengcheng Zhang is a QuantEcon research assistant who is a based in Canberra with interests in data science, machine learning, and scientific modeling.

0 comments on commit e6574ac

Please sign in to comment.