-
Notifications
You must be signed in to change notification settings - Fork 3
/
backup_team_page.html
98 lines (86 loc) · 4.9 KB
/
backup_team_page.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
---
layout: teamsPage
title: Team
description:
background: '/img/maths_background.png'
mathjax: true
---
<h3> Cambridge-Based Team (listed in alphabetical order) </h3>
<!-- image grid modified from: https://gist.github.com/trusktr/93175b620d47827ffdedbf52433e3b37 -->
<!-- and help from: https://gist.github.com/DavidWells/7d2e0e1bc78f4ac59a123ddf8b74932d-->
<!-- and https://stackoverflow.com/questions/23228600/text-below-image-in-grid-made-with-divs-->
<!-- and https://stackoverflow.com/questions/24319505/how-can-one-display-images-side-by-side-in-a-github-readme-md-->
<!-- | | | |
|:-------------------------:|:-------------------------:|:-------------------------:| -->
<!-- |<img width="160" src="/human-style-atp/img/tim.jpg"> Timothy Gowers | <img width="160" src="/human-style-atp/img/bhavik.jpg"> Bhavik Mehta |<img width="160" src="/human-style-atp/img/matei.jpg"> Matei Mandache | -->
<!-- |<img width="160" src="/human-style-atp/img/angeliki.jpg"> Angeliki Koutsoukou-Argyraki | <img width="160" src="/human-style-atp/img/katie.png"> Katie Collins |<img width="160" src="/human-style-atp/img/wills.jpg"> Wills Wynn Thomas |
|<img width="160" src="/human-style-atp/img/mateja.jpg"> Mateja Jamnik| <img width="160" src="/human-style-atp/img/adrian.jpg"> Adrian Weller| -->
<style>
table {
/* border: 1px solid black; */
table-layout: fixed;
/* width: 400px; */
width: 100%;
}
th,
td {
/* border: 1px solid black; */
/* width: 300px; */
width: 100%;
overflow: hidden;
}
/* help from: https://ianrmedia.unl.edu/resources/rounded-corners-images*/
img.rounded-corners {
border-radius: 30%;
}
</style>
<table>
<tr>
<td style="text-align:center">
<!-- <img src="/human-style-atp/img/katie.png" width=300 height=300 class="rounded-corners"> -->
<img src="/human-style-atp/img/katie.png" width=70% height=70% class="rounded-corners">
<p><a href="https://collinskatie.github.io/">Katie Collins</a><p>PhD Student of Adrian Weller in the Engineering Department, Cambridge.</p></p>
</td>
<td style="text-align:center"><img src="/human-style-atp/img/tim.jpg" width=70% height=70% class="rounded-corners">
<p><a href="https://www.dpmms.cam.ac.uk/~wtg10/">Timothy Gowers</a><p>Professor at Collège de France and member of the Mathematics Department, Cambridge.</p></p>
</td>
<td style="text-align:center"><img src="/human-style-atp/img/mateja.jpg" width=70% height=70% class="rounded-corners">
<p><a href="https://www.cl.cam.ac.uk/~mj201/">Mateja Jamnik</a></p><p>Full Professor of Artificial Intelligence in the Computer Science Department, Cambridge.</p></td>
<td style="text-align:center">
<img src="/human-style-atp/img/angeliki.jpg" width=70% height=70% class="rounded-corners">
<p><a href="https://www.cl.cam.ac.uk/~ak2110/">Angeliki Koutsoukou-Argyraki</a></p><p>Member of the Automated Reasoning Group in the Computer Science Department, Cambridge.</p>
</tr><tr>
</td>
<td style="text-align:center"><img src="/human-style-atp/img/matei2.png" width=70% height=70% class="rounded-corners">
<p><a href="http://mateimandache.com/">Matei Mandache</a></p><p>PhD Student of Timothy Gowers in the Mathematics Department, Cambridge.</p>
</td>
<td style="text-align:center"><img src="/human-style-atp/img/bhavik.jpg" width=70% height=70% class="rounded-corners">
<p><a href="https://github.com/b-mehta">Bhavik Mehta</a></p><p>PhD Student of Timothy Gowers in the Mathematics Department, Cambridge.</td>
<td style="text-align:center">
<img src="/human-style-atp/img/adrian.png" width=70% height=70% class="rounded-corners">
<p><a href="http://mlg.eng.cam.ac.uk/adrian/">Adrian Weller</a><p>Programme Director for AI, Alan Turing Institute. Research Fellow in Machine Learning in the Engineering Department, Cambridge.</p></p>
<!-- <p></p> -->
</td>
<td style="text-align:center"><img src="/human-style-atp/img/wills.jpg" width=70% height=70% class="rounded-corners">
<p><a href="https://www.linkedin.com/in/william-wynn-thomas-3182451b0/?originalSubdomain=uk">Wills Wynn Thomas</a></p><p>Part III Mathematics Student, Cambridge.</p>
</tr>
</table>
<h3> External Team (listed in alphabetical order) </h3>
To be updated as external team members join the project!
<!-- |<p align="center"><img width="160" src="/human-style-atp/img/tim.jpg"> Timothy Gowers </p> | <img width="160" src="/human-style-atp/img/bhavik.jpg"> Bhavik Mehta |<img width="160" src="/human-style-atp/img/matei.jpg"> Matei Mandache | -->
<!-- |<figure>
<img src="/human-style-atp/img/katie.png" />
<figcaption>
<p>Katie Collins</p>
</figcaption>
</figure> | <figure>
<img src="/human-style-atp/img/tim.jpg" />
<figcaption>
<p>Timothy Gowers</p>
</figcaption>
</figure> | <figure>
<img src="/human-style-atp/img/angeliki.jpg" />
<figcaption>
<p>Angeliki Koutsoukou-Argyraki</p>
</figcaption>
</figure> | -->