forked from unswdb/unswdb.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstudent.html
More file actions
81 lines (81 loc) · 5.3 KB
/
student.html
File metadata and controls
81 lines (81 loc) · 5.3 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="description" content="" />
<meta name="author" content="" />
<title>DKR</title>
<!-- Favicon-->
<link rel="icon" type="image/x-icon" href="assets/favicon.ico" />
<!-- Bootstrap icons-->
<link href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.css" rel="stylesheet" />
<!-- Core theme CSS (includes Bootstrap)-->
<link href="css/styles.css" rel="stylesheet" />
</head>
<body class="d-flex flex-column h-100">
<main class="flex-shrink-0">
<!-- Navigation-->
<nav class="navbar navbar-expand-lg navbar-dark bg-dark" id="topheader">
<div class="container px-5">
<a class="navbar-brand" href="index.html">DKR</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation"><span class="navbar-toggler-icon"></span></button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ms-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="index.html" id="index">Home</a></li>
<li class="nav-item"><a class="nav-link" href="people.html" id="people">People</a></li>
<li class="nav-item"><a class="nav-link" href="project.html" id="project">Projects</a></li>
<li class="nav-item"><a class="nav-link" href="demo.html" id="demo">Demonstration</a></li>
<li class="nav-item"><a class="nav-link" href="publication.html" id="publication">Publications</a></li>
<li class="nav-item"><a class="nav-link" href="student.html" id="student">Potential Students</a></li>
<li class="nav-item"><a class="nav-link" href="course.html" id="course">Courses</a></li>
<li class="nav-item"><a class="nav-link" href="news.html" id="news">News</a></li>
<li class="nav-item"><a class="nav-link" href="contact.html" id="contact">Contact</a></li>
</ul>
</div>
</div>
</nav>
<header class="py-5">
<div class="container px-5">
<div class="row justify-content-center">
<div class="col-lg-8 col-xxl-8">
<div class="text-center my-5">
<h1 class="fw-bolder mb-3">Potential Students</h1>
<p class="lead fw-normal text-muted mb-4">
Mutiple PhD scholarships available. Send me an email (
<a href="mailto:wenjie.zhang@unsw.edu.au">wenjie.zhang@unsw.edu.au</a>
) with your CV if you would like to pursue PhD degree in the area of large-scale dynamic data (a.k.a, Big Data) analytics and processing. Current undergraduate students or master by course students in UNSW are encourged to contact me if you are interested in research degrees (Master by research or PhD) or research projects (honors thesis project or master research project).
</p>
<!--a.btn.btn-primary.btn-lg(href='#scroll-target') Read our story-->
</div>
</div>
</div>
</div>
</header>
</main>
<!-- Footer-->
<footer class="bg-dark py-4 mt-auto">
<div class="container px-5">
<div class="row align-items-center justify-content-between flex-column flex-sm-row">
<div class="col-auto"><div class="small m-0 text-white">Copyright © DKR 2022</div></div>
<div class="col-auto">
<a class="link-light small" href="#!">Privacy</a>
<span class="text-white mx-1">·</span>
<a class="link-light small" href="#!">Terms</a>
<span class="text-white mx-1">·</span>
<a class="link-light small" href="#!">Contact</a>
</div>
</div>
</div>
</footer>
<!-- Bootstrap core JS-->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<!--script(src='https://ajax.googleapis.com/ajax/libs/jqueryui/1.10.4/jquery-ui.min.js')-->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"></script>
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js"></script>
<!-- Core theme JS-->
<script src="js/scripts.js"></script>
</body>
</html>