Skip to content

Commit

Permalink
Merge pull request #5 from asu-idi/basic-info
Browse files Browse the repository at this point in the history
Add viraj profile and update member page with minor changes
  • Loading branch information
veedata authored Jun 5, 2024
2 parents bd9c2c2 + 415a359 commit 257f7ed
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 16 deletions.
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

0 comments on commit 257f7ed

Please sign in to comment.