Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update people.html #1

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 10 additions & 4 deletions people.html
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,12 @@ <h4 class="text-lh-sm">Joy Parikh</h4>
<img alt="name person here" class="avatar-img" src="assets/general/img/team/cristobal.jpeg">
<!-- ./assets/img/100x100/img1.jpg -->
</div>
<span class="d-block small font-weight-bold text-cap mb-1">Position Person here</span>
<h4 class="text-lh-sm">Sakthisree Venkatesan</h4>
<p class="font-size-1">Sakthisree is currently a Machine Learning Lead and a tech-Policy enthusiast.
She is also the Senior Program Officer for the Knowledge division at an acclaimed non-profit organization from
India known as One Future Collective. Her primary interests in research are in the area of scientific computing & causality.
She works in StellarDNN as a developer for Neurodiffhub and performs research in solving differential equations using neural networks. </p>
<span class="d-block small font-weight-bold text-cap mb-1">Researcher</span>
<h4 class="text-lh-sm">Cristobal Donoso-Oliva</h4>
<p class="font-size-1">Doing time series analysis and deep learning applied to Astronomy</p>
Expand All @@ -295,17 +301,17 @@ <h4 class="text-lh-sm">Cristobal Donoso-Oliva</h4>
<!-- Social Networks -->
<ul class="list-inline mb-0">
<li class="list-inline-item">
<a class="btn btn-xs btn-icon btn-soft-secondary rounded" href="#">
<i class="fab fa-facebook-f"></i>
<a class="btn btn-xs btn-icon btn-soft-secondary rounded" href="https://www.linkedin.com/in/sakthisree-venkatesan/">
<i class="fab fa-linkedin-f"></i>
</a>
</li>
<li class="list-inline-item">
<a class="btn btn-xs btn-icon btn-soft-secondary rounded" href="#">
<a class="btn btn-xs btn-icon btn-soft-secondary rounded" href="sakthisreev@gmail.com">
<i class="fab fa-google"></i>
</a>
</li>
<li class="list-inline-item">
<a class="btn btn-xs btn-icon btn-soft-secondary rounded" href="#">
<a class="btn btn-xs btn-icon btn-soft-secondary rounded" href="https://twitter.com/sakzsee">
<i class="fab fa-twitter"></i>
</a>
</li>
Expand Down