diff --git a/_data/conference.yml b/_data/conference.yml index e86347c..e12dbc5 100755 --- a/_data/conference.yml +++ b/_data/conference.yml @@ -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 diff --git a/_data/travel_grant.yml b/_data/travel_grant.yml new file mode 100644 index 0000000..e9d49b1 --- /dev/null +++ b/_data/travel_grant.yml @@ -0,0 +1,6 @@ +about: Sponsored by ACM SIGARCH, HPDC'24 will provide travel awards for students to attend the conference. + +email: "azad@iu.edu, dli35@ucmerced.edu" +url: https://docs.google.com/forms/d/1fQaA9rSQ8660J0RTkWXEBgapJw8SSEwdMoA9u3wjFfc/ + +deadline: "May 13, 11:59 PM, AoE, 2024" diff --git a/travel-grant.html b/travel-grant.html new file mode 100755 index 0000000..789b678 --- /dev/null +++ b/travel-grant.html @@ -0,0 +1,45 @@ +--- +title: Travel Grant +layout: page +slide_id: 7 +--- + +
+
+
+
Travel Grant
+ {% if site.data.travel_grant.about %} +

+ {{site.data.travel_grant.about}} +

+ {% endif %} +
+
Travel Grant Chairs
+

+ Ariful Azad, Indiana University Bloomington, USA
+ Dong Li, University of California Merced, USA
+

+
+
Application Deadline
+

{{ site.data.travel_grant.deadline }}

+
+
Contact
+

+ If you have any problems or questions, please contact us via e-mail at: + + + {{ site.data.travel_grant.email }} + +

+
+
Application form
+ Please click the button below to start the application process: +

+

+ +
+

+
+
+
\ No newline at end of file