-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.phd.version.html
executable file
·94 lines (85 loc) · 4.08 KB
/
index.phd.version.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
<html>
<head>
<title>Lighton Phiri</title>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
<style type="text/css" media="screen">
@import url("scripts/css/csuctsite.css");
</style>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-34301824-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body bgcolor="#ffffff">
<div style="float: left;">
<img alt="" src="images/phirimugshot16.jpg" style="width: 160px; vertical-align: middle; padding-top: 10px; border-radius: 50%;">
</div>
<div style="float: left;">
<h1>Lighton Phiri</h1>
<a href="http://www.cs.uct.ac.za">Department of Computer Science</a><br>
<a href="http://www.uct.ac.za">University of Cape Town</a><br>
Rondebosch 7701, Cape Town, South Africa
<br>
<br>
Email: <a href="mailto:x@y">X@Y</a> (X=lphiri, Y=cs.uct.ac.za) <br>
Phone: +27 72 537 8670 (cellular)<br><br><!--/h2-->
</div>
<div style="float: left;">
<hr>
<!--h3>
<small><a href="index.html">Home</a> | <a href="publications.html">Publications</a> | <a href="teaching.html">Teaching</a> | <a href="projects.html">Projects</a></small>
</h3>
<hr-->
<p>I am a PhD student in the <a href="http://www.cs.uct.ac.za">Department of Computer Science</a> at the <a href="http://www.uct.ac.za">University of Cape Town</a>.
<br />
I am studying Technology-driven Orchestration. I work with <a href="http://people.cs.uct.ac.za/~hussein">Hussein Suleman</a> and <a href="http://hpi.de/en/meinel/chair/prof-dr-ch-meinel/biography-of-prof-dr-christoph-meinel.html">Christoph Meinel</a>.
<br />
I am affiliated with <a href="http://dl.cs.uct.ac.za">Digital Libraries Laboratory</a>, <a href="http://ict4d.cs.uct.ac.za">Centre for ICT for Development</a> and <a href="http://hpi.cs.uct.ac.za">HPI-CS4A</a>.
<br />
</p>
<p>
Prior to that, I worked with <a href="http://people.cs.uct.ac.za/~hussein">Hussein Suleman</a> in the <a href="http://dl.cs.uct.ac.za">Digital Libraries Laboratory</a>.
<br />
<!--small>(I explored <a href="http://pubs.cs.uct.ac.za/archive/00000887">Simple Digital Libraries</a>.)</small>
<br /-->
Formerly, I worked with Telco ETL processing nodes at <a href="http://www.africa.airtel.com/zambia">Airtel</a>.
<br />
Earlier, I studied Software Engineering at <a href="http://www.cs.unza.zm">UNZA</a>.
</p>
<h3>Research Interests</h3>
<ul type="circle">
<li>Digital Libraries</li>
<li>Computer Science Education</li>
<li>Technology-Enhanced Learning</li>
</ul>
<h3>Teaching</h3>
<ul type="circle">
<li>CSC1015F: Computer Science 1015 – [2016] [<a href="teaching/2016/csc1015f/notes/csc1015f_2016_notes.pdf">notes</a>] [<a href="#">code</a>] [<a href="teaching/2016/csc1015f/slides">slides</a>] [<a href="https://www.youtube.com/playlist?list=PLubb3AIPdPhYIPv_IXtQYPxcbSR8jDfHi">videos</a>]</li>
<li>CSC1017F: Python for Engineers – [2015] [<a href="teaching/2015/csc1017f/notes/csc1017f_2015_notes.pdf">notes</a>] [<a href="#">code</a>] [<a href="teaching/2015/csc1017f/slides">slides</a>] [<a href="https://www.youtube.com/playlist?list=PLubb3AIPdPhYqpEMt4KkqmfvEblUXkTnj">videos</a>]</li>
</ul>
<h3>Additional Resources</h3>
<ul type="circle">
<li>My continuously evolving <a href="docs-cv_lighton_phiri.pdf">Curriculum Vitae</a>.</li>
<li>Scholarly <a href="publications.html">publications</a> I have authored/co-authored.</li>
<li>Some <a href="projects.html">notable projects</a> I have worked on.</li>
</ul>
<hr>
Last updated on May 23, 2017@ 18:01:57 GMT+2
<p>
<a href="http://validator.w3.org/check?uri=referer"><img
src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0 Strict" height="31" width="88" /></a>
<a href="http://jigsaw.w3.org/css-validator/check/referer">
<img style="border:0;width:88px;height:31px"
src="http://jigsaw.w3.org/css-validator/images/vcss-blue"
alt="Valid CSS!" />
</a>
</p>
</div>
</body>
</html>