-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathteaching.html
More file actions
59 lines (46 loc) · 2.3 KB
/
teaching.html
File metadata and controls
59 lines (46 loc) · 2.3 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
---
---
<!DOCTYPE html>
<html>
<head>
<title>Dr Sandy Brownlee's Home Page</title>
<meta name="keywords" content="" />
<meta name="description" content="" />
<meta name="author" content="Sandy Brownlee" />
<!--#include virtual="/~sbr/stiracuk/unicss.html" -->
{% include stiracuk/unicss.html %}
<!--was an include of virtual="/include/unicss.html" -->
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link rel="stylesheet" type="text/css" href="sbstyles.css" />
</head>
<!--#set var="navsubsec" value="staff" -->
<body class="Study with Stirling">
<!-- "#include" the standard dept banner and nav bar -->
<!--#include virtual="/~sbr/stiracuk/uniheader.html" -->
{% include stiracuk/uniheader.html %}
<!-- was an include of virtual="/include/uniheader.html" -->
<!-- end of included banner and nav bar -->
<div id="stir-content" class="seven-ten">
<a name="maincontent"></a>
<!-- main content goes below here -->
<!--#include virtual="includes/sbheader.html" -->
{% include sbheader.html %}
<h3>Teaching</h3>
<p>I currently coordinate CSCU9A5 - <i>Code Analysis and Performance</i> during the Autumn/Winter semester, and ITNPBD6 - <i>Machine Learning and Data Analytics</i> during the Spring and Summer semesters. I also teach on CSCU9A3 - <i>Data Structures, Objects and Algorithms</i> in the Autumn.
<p>I have previously taught in one way or another on:
<ul>
<li>ITNP070 - Networking and Webscripting</li>
<li>CSCU9A1 - Introduction to Computing Science</li>
<li>ITNP090 - Object Oriented Software Design</li>
<li>ITNPBD2 - Representing and Manipulating Data</li>
</ul>
<p>In the more distant past I have also taught on a number of topics including optimisation, genetic algorithms, introductory Java programming, web application frameworks and web technologies such as XML.
<h3>Honours / MSc Dissertation Supervision</h3>
<p>I am open to the possibility of supervising a honours and MSc projects in areas related to my research. Please get in touch if you are keen.
<!-- end of main content -->
<!--#set var="myname" value="Dr Sandy Brownlee" -->
<!--#set var="myroom" value="4B125" -->
<!--#set var="myext" value="7454" -->
<!--#include virtual="/~sbr/stiracuk/unifooter.html" -->
{% include stiracuk/unifooter.html %}
<!-- was in include of /include/unifooter.html -->