Skip to content

Commit

Permalink
Add travel grant page
Browse files Browse the repository at this point in the history
  • Loading branch information
jacopo-massa committed Apr 29, 2024
1 parent 5cf41cd commit d339336
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 0 deletions.
4 changes: 4 additions & 0 deletions _data/conference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ navbar:
path: /registration.html
visible: True
- id: 6
label: Travel Grant
path: /travel-grant.html
visible: True
- id: 7
label: Venue
path: /venue.html
visible: True
Expand Down
6 changes: 6 additions & 0 deletions _data/travel_grant.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
about: Sponsored by ACM SIGARCH, HPDC'24 will provide travel awards for students to attend the conference.

email: "[email protected], [email protected]"
url: https://docs.google.com/forms/d/1fQaA9rSQ8660J0RTkWXEBgapJw8SSEwdMoA9u3wjFfc/

deadline: "May 13, 11:59 PM, AoE, 2024"
45 changes: 45 additions & 0 deletions travel-grant.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
---
title: Travel Grant
layout: page
slide_id: 7
---

<div class="row mt-xs-0 mt-sm-0 mt-md-1 mt-lg-2 mt-xl-3 mb-xs-2 mb-sm-2">
<div class="col text-justify conference">
<div>
<h5>Travel Grant</h5>
{% if site.data.travel_grant.about %}
<p>
{{site.data.travel_grant.about}}
</p>
{% endif %}
<br>
<h5>Travel Grant Chairs</h5>
<p>
Ariful Azad, Indiana University Bloomington, USA<br>
Dong Li, University of California Merced, USA<br>
</p>
<br>
<h5>Application Deadline</h5>
<p>{{ site.data.travel_grant.deadline }}</p>
<br>
<h5>Contact</h5>
<p class="text-left">
If you have any problems or questions, please contact us via e-mail at:
<a href="mailto:{{ site.data.registration.email }}">
<i class="fa fa-envelope-o fa-fw" aria-hidden="true"></i>
{{ site.data.travel_grant.email }}
</a>
</p>
<br>
<h5>Application form</h5>
Please click the button below to start the application process:
<p>
<center>
<button name="button" class="btn btn-success btn-lg shadowedbutton"
onclick="parent.open('{{site.data.travel_grant.url}}')">Travel grant application form</button>
</center>
</p>
</div>
</div>
</div>

0 comments on commit d339336

Please sign in to comment.