-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathseminars.html
More file actions
50 lines (50 loc) · 1.37 KB
/
seminars.html
File metadata and controls
50 lines (50 loc) · 1.37 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
<html>
<head>
<title>Alex Bailey</title>
<meta name="description" content="A selection of some of my seminars." />
<link rel="stylesheet" href="style.css">
</head>
<body>
<div id="container">
<br>
<div id="titles">
<a id="page-title" href="./">Home</a>
<a id="page-title" href="research.html">Research</a>
<a id="page-title" href="publications.html">Publications</a>
Seminars
<a id="page-title" href="software/">Software</a>
<a id="page-title" href="cv.html">CV</a>
</div>
<br><br>
<span id="heading">Selected Seminars</span>
<br><br>
<ul>
<li>
<b>Torsion free covering acts</b>,
Workshop on Semigroups, Lisbon, 25th May 2012
(<a href="http://caul.cii.fc.ul.pt/WS2012/bailey.pdf">abstract</a>,
<a href="seminars/lisbon_seminar.pdf">slides</a>).
</li>
<br>
<li>
<b>Stably weakly coreflective subcategories of the category of acts over a monoid</b>,
AAA83, Novi Sad, 17th March 2012
(<a href="seminars/novi_sad_seminar.pdf">slides</a>).
</li>
<br>
<li>
<b>Covers of acts</b>,
York Semigroup Seminar, 18th January 2012
(<a href="http://maths.york.ac.uk/www/node/12094">abstract</a>,
<a href="seminars/york_seminar.pdf">slides</a>).
</li>
<br>
<li>
<b>Subsemigroup growth of free semigroups</b>,
NBSAN, Manchester, 24th July 2013
(<a href="seminars/manchester_seminar.pdf">slides</a>).
</li>
</ul>
</div>
</body>
</html>