-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathscholarships.html
More file actions
129 lines (111 loc) · 5.19 KB
/
Copy pathscholarships.html
File metadata and controls
129 lines (111 loc) · 5.19 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
117
118
119
120
121
122
123
124
125
126
127
128
129
---
layout: default
---
{% include slider-scholarships.html %}
<!-- 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">sep</div>
<div class="day">1</div>
</figure>
<aside>
<header>
Submission deadline
</header>
</aside>
</article>
<br>
<article class="event nearest-second">
<figure class="date">
<div class="month">sep</div>
<div class="day">9</div>
</figure>
<aside>
<header>
Notification of acceptance
</header>
</aside>
</article>
<br>
</div>
</section>
<section class="events small" id="events-small">
<header>
<h2>Links</h2>
</header>
<div class="section-content">
<ul class="list-links">
<li><h4><a href="https://goo.gl/forms/v1BDWsaHGBG7Swyf1">Student Form</a></h4></li>
<li><h4><a href="https://goo.gl/forms/PSAaqh6AEWFPiE0F2">Advisor Form</a></h4></li>
</ul>
</div><!-- /.section-content -->
</section><!-- /.events-small -->
</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 goal of the student scholarships is to increase student attendance, while attracting the best
and the brightest students in the area of cloud computing. Generous donations from our sponsors enable us to
offer scholarships to assist students attending the conference.</p>
<p> Each student scholarship covers registration and partial travel expenses. To cover the rest of the costs
of attending SoCC, applicants must show the availability of additional support from their institutions
(e.g., support from advisors). This must be stated in the form to be submitted by the student's advisor (more below).
</p>
<p>Applicants are also encouraged to participate in the poster session.</p>
<p>Funding is available to students from any educational institution in the
world. The subset of recipients for whom the scholarship will be paid using
the U.S. National Science Foundation grant must be from U.S. institutions
and must abide by Fly America rules; i.e., on US-flagged carriers.</p>
<p style="color:red;">Submission deadline: September 1
<br> Acceptance notification: September 9 <br></p>
<a id="howtoapply"><h2>How to apply</h2></a>
<a id="student"><h3>Students</h3></a>
<p>
Submit the following information (in PDF attachments) in one email to <a href="mailto:socc2018-scholarships@googlegroups.com">socc2018-scholarships@googlegroups.com</a>.
The email subject must have the format: Firstname Lastname (institution domain name in lower case). For example, John Doe (uchicago.edu).
The email doesn't need to have any body content, but it must have 2 PDF attachments, containing:
</p>
<p>
<ul>
<li><p>
A <b>1-page</b> position statement to explain the expected benefit of attending the conference, describe any research that you have done,
and list any published papers. This statement should be no longer than one page, and should be attached in PDF
with <b><u>filename format inst-first-last-statement.pdf</u></b> (where inst = institution domain name, first = first name, last = last name, all in lower case).
For example, <b><u>uchicago-john-doe-statement.pdf</u></b>.
<br>If you are a student presenter or author, please say so.</p>
</li>
<li><p>
<b>Your CV</b> in PDF with filename format <b><u>inst-first-last-cv.pdf</u></b> (e.g., uchicago-john-doe-cv.pdf).
</p>
</li>
</ul>
</p>
<p>Please fill out this <a
href="https://goo.gl/forms/v1BDWsaHGBG7Swyf1">form</a> and be sure to have your advisor fill out the form below.</p>
<p>If you have any questions, please email <a href="mailto: socc2018-scholarships@googlegroups.com">socc2018-scholarships@googlegroups.com</a>.</p>
<a id="advisor"><h3>Advisor</h3></a>
<p> Please fill out this <a
href="https://goo.gl/forms/PSAaqh6AEWFPiE0F2">form</a>.
</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 -->