-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathcontact.html
More file actions
executable file
·57 lines (49 loc) · 2.95 KB
/
Copy pathcontact.html
File metadata and controls
executable file
·57 lines (49 loc) · 2.95 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
---
layout: default
title: Join Us
section_id: contact
---
<div class='full parallax' style='background-image: url(images/@stock/contact-header-bg.jpg); color: #fff;'>
<div class='row'>
<div class='large-12 columns'>
{% include section-header.html title="Join Us" tagline="Drop by or send an email to us" color="#fff" class="big" %}
</div>
</div>
<div class='four spacing'></div>
</div>
<div class='full'>
<div class='row'>
<div class='large-12 columns'>
<div class='spacing'></div>
<p> We are always looking for talented and motivated students and summer interns to work on exciting problems in spatial science, data science, and computer science. Before you send us an email, please talk to at least one PhD student in the group. We are receiving many applications every semester, and we have limited positions. In your email, please include 1) your resume, 2) a short description of your research interests, 3) the PhD student whom you have talked to, and 4) the research projects that you'd like to participate.</p>
<h3>USC Graduate Students</h3>
<p> Directed research students (Computer Science, Data Informatics, or GIST students): we ask you to put down at least 15 hours a week so that you will have enough time to finish a cool project.</p>
<h3>USC Undergraduate Students</h3>
<p> Directed research students (Computer Science, Data Informatics, or GIST students): we ask you to put down at least 15 hours a week so that you will have enough time to finish a cool project.</p>
<h3>Visitors and Students from Other Schools (including international scholars and students)</h3>
<p> We welcome visitors and students from other schools. We had great experiences with international summer interns in the past. Come work with us in Los Angeles and enjoy the nice weather! </p>
<h3>Prospective PhD Students</h3>
<p> We take PhD students from both the USC Ph.D. programs in Computer Science and in Population, Health, and Place. If you want to work with our faculty members for your Ph.D. study, you are welcome to send us an email describing your research interest before you apply. This way we will be able to find your application after the admission committee has reviewed your profile. However, in most of the cases, we will not be able to tell you your chance of getting into the program. </p>
<div class='three spacing'></div>
</div>
</div>
</div>
<div class='large-12 columns'>
{% include section-header.html title="Lab Activities" %}
</div>
<div class='full'>
<div class='row'>
{% for item in site.data.activities %}
<div class='row'>
<div class='medium-4 columns large-4 columns'>
<img class="fadeinleft" alt="Girl in a jacket" src="{{ item.image }}" />
<div class='three spacing'></div>
</div>
<div class='medium-8 columns large-8 columns'>
<h3>{{item.name}}</h3>
<p>{{item.desc}}</p>
</div>
</div>
{% endfor %}
</div>
</div>