-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
86 lines (70 loc) · 2.73 KB
/
index.html
File metadata and controls
86 lines (70 loc) · 2.73 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
<!DOCTYPE html>
<html lang="en-AU">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-9GBWJC7QD7"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-9GBWJC7QD7');
</script>
<link rel="stylesheet" href="style.css"/>
<!-- <link href="https://fonts.googleapis.com/css?family=Oswald" rel="stylesheet" type="text/css"> -->
<link rel="shortcut icon" type="image/x-icon" href="images/favicon.png">
<meta charSet="utf-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<!-- <meta name="viewport" content="width=device-width, initial-scale=1"/> -->
<title>Becky Armstrong – Home</title>
<meta name="description" content="Dr Becky Armstrong is an Australian pure mathematician, specialising in operator algebras."/>
<meta name="author" content="Becky Armstrong"/>
<meta property="og:url" content="http://www.beckyarmstrong.com.au"/>
<meta property="og:site_name" content="Becky Armstrong"/>
<meta property="og:title" content="Becky Armstrong – Home"/>
<meta property="og:description" content="Dr Becky Armstrong is an Australian pure mathematician, specialising in operator algebras."/>
<meta property="og:type" content="website"/>
<meta property="og:image" content="/images/Becky.png"/>
<meta property="og:locale" content="en_AU"/>
<meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="Becky Armstrong"/>
<meta name="twitter:description" content="Dr Becky Armstrong is an Australian pure mathematician, specialising in operator algebras."/>
<meta name="twitter:image" content="/images/Becky.png"/>
<meta name="twitter:image:alt" content="Becky Armstrong"/>
</head>
<body class="home">
<div class="topnav">
<a class="active" href="">Home</a>
<a href="research/">Research</a>
<a href="cv/">CV</a>
<a href="seminars/">Seminars</a>
</div>
<a class="skip-link" href="#maincontent">Skip to main</a>
<br><br><br>
<div class="home_container">
<table class="home_table">
<tr>
<td width="45%">
<img src="images/Becky.png" alt="Becky Armstrong" width="65%">
</td>
<td width="40%">
<p class="home_name">
Becky Armstrong
</p>
<p>
I am a Postdoctoral Fellow in the School of Mathematics and Statistics at Victoria University of Wellington in New Zealand.
</p>
<p>
For contact information, please see my <a class="link" href="https://people.wgtn.ac.nz/becky.armstrong" target="_blank">VUW page</a>.
</p>
<p>
My research interests are in C*-algebras and (abstract) rings and algebras. For more information, please see my <a class="link" href="research/">research bio</a>.
</p>
<br><br><br>
</td>
</tr>
</table>
</div>
<div class="bottom">
All Content © 2026 Becky Armstrong
</div>
</body>