generated from hrishikeshrt/jekyll-conference-template
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5cf41cd
commit d339336
Showing
3 changed files
with
55 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |