-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpostdoc.html
More file actions
executable file
·106 lines (92 loc) · 4.53 KB
/
postdoc.html
File metadata and controls
executable file
·106 lines (92 loc) · 4.53 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<link rel="shortcut icon" href="img/sheep1.jpeg">
<title>Yang Yang</title>
<!-- Bootstrap core CSS -->
<link href="dist/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="jumbotron.css" rel="stylesheet">
<!-- Just for debugging purposes. Don't actually copy this line! -->
<!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="navbar navbar-inverse navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<!-- <img height="50" src="img/sheep2.jpeg" align="left" hspace="6" style="margin-left:-6p;margin-right:20px"> -->
<a class="navbar-brand" href="#">Yang Yang (杨洋)</a>
</div>
<div class="navbar-collapse collapse">
<ul class="nav nav-pills pull-right">
<li class="active"><a href="index.html">Home</a></li>
</ul>
<!--
<form class="navbar-form navbar-right" role="form">
<div class="form-group">
<input type="text" placeholder="Email" class="form-control">
</div>
<div class="form-group">
<input type="password" placeholder="Password" class="form-control">
</div>
<button type="submit" class="btn btn-success">Sign in</button>
</form>
-->
</div><!--/.navbar-collapse -->
</div>
</div>
<div class="container">
<div class="page-header">
<h2>Postdoctoral Fellowships</h2>
</div>
<div class="page-header">
<h4> <b> Description</b></h4>
Prof. Yang Yang from Zhejiang University is inviting applications for a research position of Postdoctoral Scholar.
Our research interests include: artificial intelligence in networks, large-scale dynamic time-series, and computational social science.
We expect the applications are highly motivated and are majored in computer science or relevant, with a Ph.D. degree.
Strong research skills of deep learning or graph mining is a plus.
<h4> <b>How to Apply</b></h4>
To apply, please send us your application including:
<li style="margin:10px">
Your current CV with research background and a list of your publications;
</li>
<li style="margin:10px">
A 1-2 page research statement to address the specific areas you want to work on, how they fit with research in our group, how they build upon your previous work, and your preferred start date;
</li>
<li style="margin:10px">
Copies of your two representative publications.
</li>
Submit the application via email to <a href="mailto:yangya@zju.edu.cn">Prof. Yang Yang</a>, under the subject line "Postdoctoral Fellowship Application". We encourage you to also include links to any software that you have developed.
<!-- <h4> <b> Contact: </b> Prof. <a href="mailto:yangya@zju.edu.cn">Yang Yang</a> </h4>
<p> Office: Room 415, CGB Building </p> -->
</div>
</div>
<!--
<footer>
<p style="margin:10px;">Created by <a href="">Yang Yang</a>, using a design from <a href="http://getbootstrap.com/"> bootstrap </a></p>
</footer>
</div> -->
<!-- /container -->
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script src="dist/js/bootstrap.min.js"></script>
</body>
</html>