-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpeople.html
executable file
·126 lines (114 loc) · 3.96 KB
/
people.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
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
---
layout: page
title: People
dispname: People
permalink: /people/
---
<style>
.photo{
float:right;
max-width: 200px;
min-width: 170px;
max-height: 210px;
min-height: 170;
margin: 0.0em;
padding: 0.0em;
margin-left:0.1em;
margin-right:0.0em;
}
.biotext {
float:left;
min-width: 200px;
margin-left:0.1em;
margin-right:0.0em;
}
</style>
<body>
<table width="100%" align="center">
<tr> <!------ Tom -------->
<td align="center">
<div class="photo"><img src="{{ site.baseurl }}/assets/twhite.jpg" alt="Thomas White" title="Thomas White">
</div>
</td>
<td width = "65%">
<div class="biotext">
<strong>Dr. Thomas White (ARC DECRA Fellow & Senior Lecturer)</strong><br>
I'm an evolutionary ecologist and entomologist with an interest in using invertebrates to answer questions of behaviour, sensory ecology, and evolution. <br>
|<a href="https://goo.gl/maps/D8L1Bu7zfBnSWYeX6">office: A08 312</a>|<a href="mailto:thomas.white@sydney.edu.au">email</a>|<a href="https://scholar.google.com.au/citations?user=IJk91k0AAAAJ&hl=en">scholar</a>|<a href="https://github.com/thomased">github</a>|
</div>
</td>
</tr>
<tr> <!------ Daniel -------->
<td align="center">
<div class="photo"><img src="{{ site.baseurl }}/assets/cricket.png" alt="Daniel" title="Daniel"></div>
</td>
<td width = "65%">
<div class="biotext">
<strong>Daniel Allman (PhD)</strong><br>
Daniel is wandering the boundaries of sensing and sentience to illuminate whether insects can feel pain. <br>
|<a href="mailto:danielmarkallman@gmail.com">email</a>|
</div>
</td>
</tr>
<tr> <!------ Liam -------->
<td align="center">
<div class="photo"><img src="{{ site.baseurl }}/assets/shorebird.png" alt="Liam" title="Liam"></div>
</td>
<td width = "65%">
<div class="biotext">
<strong>Liam Wilson (PhD)</strong><br>
Liam is integrating modelling, evidence synthesis, and rich field data to forecast climate change vulnerabilities of endangered shorebirds. <br>
|<a href="mailto:liam.wilson@sydney.edu.au">email</a>|
</div>
</td>
</tr>
<tr> <!------ Joseph -------->
<td align="center">
<div class="photo"><img src="{{ site.baseurl }}/assets/ant.jpg" alt="Joseph McCormick" title="Joseph McCormick"></div>
</td>
<td width = "65%">
<div class="biotext">
<strong>Joseph McCormick (PhD)</strong><br>
Joseph is unravelling the nutritional and pollination ecology of threatened orchids. <br>
|<a href="mailto:joseph.mccormick@sydney.edu.au">email</a>|
</div>
</td>
</tr>
<tr> <!------ Oscar -------->
<td align="center">
<div class="photo"><img src="{{ site.baseurl }}/assets/musca.png" alt="Brett" title="Brett"></div>
</td>
<td width = "65%">
<div class="biotext">
<strong>Oscar Manzi (Honours)</strong><br>
Oscar is exploring the inner lives of insects to understand whether they can feel pain.<br>
|<a href="mailto:oman0163@uni.sydney.edu.au">email</a>|
</div>
</td>
</tr>
<tr> <!------ Julia -------->
<td align="center">
<div class="photo"><img src="{{ site.baseurl }}/assets/chook.png"></div>
</td>
<td width = "65%">
<div class="biotext">
<strong>Julia Sussman (Honours)</strong><br>
Julia is wandering the evidence landscape to uncover the consequences of intensive agriculture for layer-hen welfare.<br>
|<a href="mailto:jsus8780@uni.sydney.edu.au">email</a>|
</div>
</td>
</tr>
<tr> <!------ Noah -------->
<td align="center">
<div class="photo"><img src="{{ site.baseurl }}/assets/web.png"></div>
</td>
<td width = "65%">
<div class="biotext">
<strong>Noah Brown (Honours)</strong><br>
Noah is exploring the functional significance of web variation among funnel-web spiders.<br>
|<a href="mailto:nbro6495@uni.sydney.edu.au">email</a>|
</div>
</td>
</tr>
</table>
</body>