-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathscholarships.html
More file actions
116 lines (96 loc) · 4.42 KB
/
scholarships.html
File metadata and controls
116 lines (96 loc) · 4.42 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
---
layout: default
---
{% include slider.html content="<h2>Student Scholarships</h2>" %}
<!-- Content -->
<div class="block">
<div class="container">
<div class="row">
<div class="col-md-3">
<section class="events small" id="events-small">
<header>
<h2>Dates</h2>
</header>
<div class="section-content">
<article class="event nearest">
<figure class="date">
<div class="month">oct</div>
<div class="day">1</div>
</figure>
<aside>
<header>
Submission deadline (extended)
</header>
</aside>
</article>
<br>
<article class="event nearest-second">
<figure class="date">
<div class="month">oct</div>
<div class="day">4</div>
</figure>
<aside>
<header>
Notification of acceptance
</header>
</aside>
</article>
<br>
</div>
</section>
</div><!-- /.col-md-3 -->
<div class="col-md-6">
<section id="main-content">
<header>
<h1>Student scholarships</h1>
</header>
<div class="section-content">
<p> The ACM Symposium on Cloud Computing 2019 (SoCC '19) is the tenth in an established series of symposia
that bring together researchers, developers, users, and practitioners interested in cloud computing.
SoCC offers multiple opportunities for students to share their knowledge, experience, and research
works with internationally recognized researchers from both academia and industry.</p>
<p> To this end, the SoCC planning committee, with the support of the National Science Fountation, ACM SIGMOD,
and ACM SIGOPS, is pleased to offer travel scholarships to help students defray the costs of attending
the program. Priority will be given to students with an accepted paper at SoCC, as well as students
from groups historically underrepresented at the conference.
</p>
<p>Applicants should be full time students (undergraduate or graduate) and will be expected to attend the full
conference. Awardees will receive a partial reimbursement for conference registration and travel expenses;
The expected award is $600 to students traveling from within the US and $700 to students coming from outside
the US. Priority will be given to a student with an accepted paper or poster.</p>
<p style="color:red;"><strike>September 19th </strike> <strike>September 23rd </strike> October 1st (11:59:59pm PST) - Scholarship Applications Due
<br><strike>September 30</strike> October 4th, 2019 - Award Notification <br></p>
<a id="howtoapply"><h2>Application Process </h2></a>
<p> Submission website: <a href="https://socc19-student-scholarships.hotcrp.com/"> https://socc19-student-scholarships.hotcrp.com/</a>
</p>
<p>
Submit in one PDF file the following:
</p>
<p>
<ul>
<li><p>A cover letter that includes the student's full name, school affiliation, and contact information, and the
advisor's full name and contact information (if applicable).</p></li>
<li><p> A 1 page statement from the student outlining her or his research area and how it relates to SoCC.</p></li>
<li><p> Student's CV (max 2 pages). </p></li>
<li><p> A letter of support from the student's advisor confirming the student's academic standing,
explaining how the student would benefit from conference attendance, and outlining other resources
that will be provided to the student for attending SoCC.</p></li>
</ul>
</p>
<a id="selectioncommittee"><h2>Selection Committee </h2></a>
<p>
<ul>
<li><p> Oliver Kennedy, The University at Buffalo</p></li>
<li><p> Faisal Nawab, The University of California, Santa Cruz. </p></li>
</ul>
</p>
</div><!-- /.section-content -->
</section><!-- /.main-content -->
</div><!-- /.col-md-6 -->
<div class="col-md-3">
{% include latest-news.html %}
</div><!-- /.col-md-3 -->
</div><!-- /.row -->
</div><!-- /.container -->
</div>
<!-- end Content -->