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

Add viraj profile and update member page with minor changes #5

Merged
merged 4 commits into from
Jun 5, 2024
Merged
Show file tree
Hide file tree
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
Binary file removed _cite/.cache/cache.db
Binary file not shown.
33 changes: 21 additions & 12 deletions _layouts/member.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,24 +28,33 @@
| array_filter
%}

{% capture search -%}
<!-- {% capture search -%}
publications/?search={% for alias in aliases %}"{{ alias }}" {% endfor %}
{%- endcapture %}
{%- endcapture %} -->

<!-- <p class="center">
<a href="{{ search | relative_url }}">
Search for {{ page.name | default: page.title }}'s papers on the Publications page
</a>
</p> -->

{% capture search -%}
projects/?search={{ page.name }}
{%- endcapture %}

<!--
<p class="center">
<a href="{{ search | relative_url }}">
See {{ page.name | default: page.title }}'s posts on the Blog page
</a>
</p>
-->
{% assign data = site.data.citations
| where_exp: "d", "d.authors contains page.title"
| sort: "date"
| reverse
%}

<h3 id="publications">Publications</h3>

{% for d in data %}
{% include citation.html
authors=d.authors
date=d.date
title=d.title
type=d.type
conference=d.conference
url=d.url
id=d.id
%}
{% endfor %}
6 changes: 4 additions & 2 deletions _members/viraj-thakkar.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
---
name: Viraj Thakkar
image: images/photo.jpg
image: images/members/viraj.jpg
role: phd
links:
email: [email protected]
github: veedata
---

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
Viraj is usually tinkering with hardware and software. Always looking towards working at the intersection of new, exciting and stressful.

His research focused on disaggregated database systems, tuning LSM-KVS, cutting edge hardware devices (SMR, ZNS), and integration of modern AI techniques in database systems.
Binary file added images/members/viraj.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor i

{%
include button.html
link="projects"
link="project"
text="Browse our projects"
icon="fa-solid fa-arrow-right"
flip=true
Expand All @@ -50,7 +50,7 @@ Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor i
{%
include feature.html
image="images/photo.jpg"
link="projects"
link="project"
title="Our Projects"
flip=true
style="bare"
Expand Down
Loading