-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·95 lines (76 loc) · 3.81 KB
/
index.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
95
<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">
<table border="0" width="800">
<tr>
<td width="494">
<h1>Lighton Phiri</h1>
<p><em><a href="http://www.cs.uct.ac.za">Department of Computer Science</a>, <a href="http://www.uct.ac.za">University of Cape Town</a></em>
<br>Rondebosch 7701, Cape Town, South Africa
<br>Email: <a href="mailto:X@Y"><i>X@Y</i></a> (X=lphiri, Y=cs.uct.ac.za)
<br>
<br><a href="http://orcid.org"><img alt="" src="images/orcid_16x16.gif" style="vertical-align: middle"></a> <a href="http://orcid.org/0000-0003-3582-9866">http://orcid.org/0000-0003-3582-9866</a>
</p>
<hr>
<p>
<h2> About Me </a></h2>
<p>I was 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 explored Technology-driven Orchestration and, worked 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 was 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 was an MSc student in the <a href="http://dl.cs.uct.ac.za">Digital Libraries Laboratory</a>, where I worked with <a href="http://people.cs.uct.ac.za/~hussein">Hussein Suleman</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 the <a href="http://www.cs.unza.zm">University of Zambia</a>.
</p>
<hr>
<h2> Additional Information</h2>
<table id="courses">
<tbody>
<tr>
<td><b>Teaching:</b></td>
<td><em>CSC1015F: Computer Science 1015</em> – [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>]</td>
</tr>
<tr>
<td></td>
<td><em>CSC1017F: Python for Engineers</em> – [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>]</td>
</tr>
</tbody>
</table>
<a href="projects.html">Notable Projects </a> <br />
<a href="publications.html">Publications </a> <br />
<a href="docs-cv_lighton_phiri.pdf">Curriculum Vitae</a> (PDF) <br />
<hr>
<p>
<i>Last updated on November 11, 2018@ 02:37:07 GMT+2</i>
<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>
</body>
</html>