-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·129 lines (112 loc) · 5.13 KB
/
index.html
File metadata and controls
executable file
·129 lines (112 loc) · 5.13 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
117
118
119
120
121
122
123
124
125
126
127
128
129
<!DOCTYPE html>
<html>
<head>
<title>Paul Vrbik</title>
<link rel="stylesheet" type="text/css" href="css/global.css"></link>
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,800,700,100' rel='stylesheet' type='text/css'></link>
<link href='https://fonts.googleapis.com/css?family=Ovo' rel='stylesheet' type='text/css'></link>
<link href='https://fonts.googleapis.com/css?family=Vollkorn:400,700' rel='stylesheet' type='text/css'>
<meta name="description" content="Paul Vrbik's personal website.">
<meta name="keywords" content="Paul Vrbik, Computer Algebra, Symbolic Computation, Tangent Cone">
<meta name="author" content="Paul Vrbik">
</head>
<body>
<div id="Wrapper">
<div id="Logo"></div>
<div id="Name">Paul Vrbik</div><br>
<div id="Uni">>>Mathematician, programmer, and educator.</div>
<div id="NavBar">
<ul>
<li><a href="index.html">home</a></li>
<li><a href="publications.html">research</a></li>
<li><a href="teaching.html">teaching</a></li>
<li><a href="notes.html">notes</a></li>
<li><a href="pdfs/vrbik_cv.pdf">cv</a></li>
<li><a href="contact.html">contact</a></li>
</ul>
</div>
<div style="clear: both;"> </div>
<div id="Shore"></div>
<div id="FrontPage">
<p>
I am currently a <b>Senior Lecturer (teaching focused)</b> of
<a href="https://eecs.uq.edu.au/profile/1193/paul-vrbik">
Electrical Engineering and Computer Science
</a>
at the
<a href="https://www.uq.edu.au/">
University of Queenland
</a>.
</p>
<p>My main area of research is
<a href="http://en.wikipedia.org/wiki/Algebraic_geometry#Computational_algebraic_geometry">computational algebraic geometry</a>
as it pertains to
<a href="http://en.wikipedia.org/wiki/Symbolic_computation">symbolic computation</a>.
</p>
<p>
I contributed code to the commercial computer algebra system
<a href="http://en.wikipedia.org/wiki/Maple_(software)">Maple</a>
which is maintained by
<a href="http://www.maplesoft.com/">Maplesoft</a>
in Waterloo, Ontario.
</p>
<p>
Previously I attended:
<ul>
<li> The
<a href="http://www.csd.uwo.ca/">University of Western Ontario</a>
under
<a href="http://www.csd.uwo.ca/~moreno/">Dr. Marc Moreno Maza</a>
and
<a href="http://www.csd.uwo.ca/~eschost/">Dr. Éric Schost</a>
earning a Ph.D. in Computer Science in 2014,
</li>
<li>
<a href="http://www.math.sfu.ca">Simon Fraser University</a>
under
<a href="http://www.cecm.sfu.ca/~monaganm/">Dr. Michael Monagan</a>
earning M.Sc. in Pure Mathematics in 2008 ,
and</li>
<li>
<a href="http://www.math.mcmaster.ca/">
McMaster University
</a>
earning a B.Sc. with distinction in Pure Mathematics in 2006.</li>
</ul>
</p>
<p>I can be found in DH-3023 when on campus.</p>
</div>
<div style="clear: both;"> </div>
<div id="Bottom">
<p>
<script language="JavaScript">
// ==============================================
// Copyright 2004 by CodeLifter.com
// Free for all; but please leave in this header.
// ==============================================
var Quotation=new Array() // do not change this!
Quotation[0] = "Time is an illusion. Lunchtime doubly so.";
Quotation[1] = "Destiny has cheated me, by forcing me to decide upon, the girl that I idolize, or the hands of an automaton.";
Quotation[2] = "Never never never give up.";
Quotation[3] = "Expectation is the root of all heartache.";
Quotation[4] = "If you're going to write something half-assed — write it twice.";
Quotation[5] = "It's a trap!";
Quotation[6] = "They came. From. Behind.";
Quotation[7] = "Boring conversation anyways.";
Quotation[8] = "Do you want ants!? Because this is how we get ants.";
Quotation[9] = "Welcome to you're \"Doom\"!";
Quotation[10] = "She'd never seen the word bombs blown up to 96-point Futura.";
Quotation[11] = "Bears.";
// ======================================
// Do not change anything below this line
// ======================================
var Q = Quotation.length;
var whichQuotation=Math.round(Math.random()*(Q-1));
function showQuotation(){document.write(Quotation[whichQuotation]);}
showQuotation();
</script>
</p>
</div>
</div>
</body>
</html>