-
Notifications
You must be signed in to change notification settings - Fork 2
/
advertisement.html
64 lines (51 loc) · 1.3 KB
/
advertisement.html
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
<html>
<head>
<title>advertisement</title>
</head>
<body>
<p>
Multiple RA and TA positions are available at the College Information Science <br/>
and Technology
of the Pennsylvania State University.
<br/>
<br/>
Dr. Linhai Song is seeking ambitious, self-motivated PhD students to join his <br/>
group starting Fall 2020.
<br/>
<br/>
<b>Research Areas:</b>
<br/>
<br/>
- Program analysis.
<br/>
Analyze software behavior to
automatically uncover correctness, performance, <br/>
and security bugs.
<br/>
<br/>
- Applied deep learning.
<br/>
Explore how to leverage deep learning
to solve traditional problems in <br/> programming
languages and program analysis.
<br/>
<br/>
<b>Bio:</b>
<br/>
<br/>
Dr. Linhai Song (<a href="https://songlh.github.io/">https://songlh.github.io/</a>) is an Assistant Professor of <br/>
Information Science and Technology at the Pennsylvania State University. <br/>
He received his PhD from University of Wisconsin-Madison.
<br/>
<br/>
If you are interested in joining Dr. Song's research group, please
apply to <br/>the PSU PhD program:
<a href="https://ist.psu.edu/application/grad">https://ist.psu.edu/application/grad</a>
<br/>
<br/>
For any questions regarding our research group, please
contact Dr. Song <br/>at
</p>
</body>
</html>