-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathoutreach.html
More file actions
116 lines (94 loc) · 4.38 KB
/
outreach.html
File metadata and controls
116 lines (94 loc) · 4.38 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
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
<!DOCTYPE html>
<html lang="en-UK">
<head>
<title>Outreach</title>
<!-- <meta charset="UTF-8">
</head>
<head>-->
<meta charset="UTF-8" name="viewport" content="width=device-width, initial-scale=1">
<style>
* {box-sizing: border-box;}
body {
margin: 1;
font-family: 'Times New Roman', serif;
}
.header {
overflow: hidden;
background-color: lightgrey;
padding: 20px 10px;
}
.header a {
float: left;
color: black;
text-align: center;
padding: 12px;
text-decoration: none;
font-size: 18px;
line-height: 25px;
border-radius: 4px;
}
.header a.logo {
font-size: 25px;
font-weight: bold;
}
.header a:hover {
background-color: lightgrey;
color: black;
}
.header a.active {
background-color: dodgerblue;
color: white;
}
.header-right {
float: right;
}
@media screen and (max-width: 500px) {
.header a {
float: none;
display: block;
text-align: left;
}
.header-right {
float: none;
}
}
.center {
display: block;
margin-left: auto;
margin-right: auto;
}
</style>
</head>
<body style="background-color:lightgrey;">
<div class="header">
<!--<a href="#default" class="logo">CompanyLogo</a>-->
<h1>Calum Ross</h1>
<div class="header-right">
<a href="https://cdross1.github.io">Home</a>
<a href="https://cdross1.github.io/research">Research</a>
<a href="https://cdross1.github.io/teaching">Teaching</a>
<a href="https://cdross1.github.io/notes">Notes</a>
<a class ="active" href= "https://cdross1.github.io/outreach">Outreach</a>
</div>
</div>
<!--<div style="text-align:center:20px">
<h1>Calum Ross</h1>
</div>-->
<hr>
</body>
<body>
<body style="background-color:lightgrey;">
<!--<h1 style="text-align:center;">Calum Ross </h1>-->
<img src="Fletschhorn.jpg" alt="" width="520" height="400" class="center">
<h1>Outreach Activities</h1>
<h2>Institute of Physics</h2>
<p>As an undergraduate I was involved in the local, Lancashire and Cumbria, branch of the <a href = "https://www.iop.org/physics-community/iop-membership-where-you-are/lancashire-and-cumbria-branch">Institute of Physics</a> (IOP). This involved going into primary schools putting on a short play called <i>Galactic Gig</i>, followed by providing hands on demonstrations of the physics of light and sound. After moving to Edge Hill University I have got back involved with the Lancashire and Cumbria branch and am currently the branch secretary.</p>
<!--<p>At Edge Hill I have run some taster day events for A-Level students to introduce them to some of the topics covered in a physics degree. These go under the title <strong>Physics: from pendulums to particles</strong> </p> -->
<h2>Chalkdust</h2>
<p>Currently, I am one of the editors of article, <a href ="https://chalkdustmagazine.com/">Chalkdust</a> magazine. I have written an article (<a href="https://chalkdustmagazine.com/regulars/on-the-cover/on-the-cover-skyrmions/">available here</a>) about Skyrmions for Chalkdust alongside my collaborator <a href="http://bjarke.gudnason.net/">Bjarke Gudnason</a>. I also wrote an opinion piece for issue 21 <a href = "https://chalkdustmagazine.com/features/opinions-in-defence-of-toy-models/"> in defence of toy models</a>. In issues 19 and 21 I set the cryptic as Kelpie.</p>
<p>Along with <a href ="https://linktr.ee/ashleighratcliffe">Ashleigh Ratcliffe</a>, another Chalkdust editor, I was on episode 1 of the Talking Maths in Public podcast, available <a href ="https://talkingmathsinpublic.uk/podcast/"> here </a>. We were discussing our top 3 popular maths books from 2023 based on the <a href ="https://chalkdustmagazine.com/book-of-the-year/chalkdust-book-of-the-year-2023/"> Chalkdust Book of the Year</a> 2023 shortlist. </p>
<h2>Edge Hill Outreach</h2>
<p> I am one of the outreach coordinators for the department of Computer Science and Engineering so feel free to get in touch if you have any questions about the outreach activities that are offered by the department. </p>
<p>In my role as a senior lecturer in Physics, I am involved in delivering outreach and taster sessions for students interested in Physics who visit Edge Hill. Details of the physics related sessions that we offer are available <a href = "https://www.edgehill.ac.uk/departments/support/studentrecruitment/activities-for-students/subject-specific-sessions/"> here</a>.</p>
<p> A profile of my research at Edge hill is available <a href ="https://www.edgehill.ac.uk/news/2024/08/physics-in-motion/"> here</a>. </p>
</html>