-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
61 lines (51 loc) · 3.14 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
---
layout: mainNodePage
---
<div class="home">
<P style="border: 1px solid #eeeeee; border-radius: 5px; padding: 7px 7px 7px 7px; margin-bottom:30px;">
<IMG style="float: right; vertical-align: bottom; padding-bottom: 0px;" alt="mugshot" src="images/mugshot.png"></IMG>
I'm an researcher with interests centred on computers and their use in the environmental and social sciences. My theoretical interests include
agent-based modelling, fuzzy/vague objects and ontologies, dynamic data assimilation, web-based mapping, and computer ethics. Practically, I've been involved in
areas as diverse as glaciology, hydrology, economic modelling, medieval folklore, crime prediction, and environmental risk.
</P>
<UL>
<LI style="list-style-type: square;"><A href="research/index.html">Research</A></LI>
<LI style="list-style-type: square;"><A href="papers/index.html">Papers and publications</A></LI>
<LI style="list-style-type: square;"><A href="presentations/index.html">Talks</A></LI>
<LI style="list-style-type: square;"><A href="coding/index.html">Programming, software, and coding posts</A></LI>
<LI style="list-style-type: square;"><A href="positions/index.html">Positions and responsibilities</A></LI>
<LI style="list-style-type: square;"><A href="courses/index.html">Programming course materials and tutorials</A></LI>
<LI style="list-style-type: square;"><A href="teaching/index.html">Teaching subjects</A></LI>
<LI style="list-style-type: square;"><A href="links/index.html">Other sites/links</A></LI>
<LI style="list-style-type: square;"><A href="personal/index.html">About / Personal</A></LI>
</UL>
<TABLE style="width:80px; margin-top:30px;">
<TR>
<TD style="border-width:0px;"> <A href="https://twitter.com/geocompnews" style="border-width:0px;"> <IMG src="images/twitter.gif" title="Twitter: GeoComp News" alt="Twitter: GeoComp News" width="40px" height="40px"></IMG> </A></TD>
<TD style="border-width:0px;"> <A href="https://twitter.com/_AJEvans_" style="border-width:0px;"> <IMG src="images/twitter.gif" title="Twitter: Personal (rarely used!)" alt="Twitter: Personal (rarely used!)" width="40px" height="40px"></IMG> </A></TD>
<TD style="border-width:0px;"> <A href="https://github.com/AJEvans" style="border-width:0px;"> <IMG src="images/github.gif" alt="GitHub" width="40px" height="40px"></IMG> </A></TD>
<TD style="border-width:0px;">
<span id="email1"></span>
<noscript>
<style type="text/css">
#email2:before {
content: attr(data-user) "\0040" attr(data-website);
unicode-bidi: bidi-override;
direction: ltr;
}
</style>
<p style="font-size:smaller;">
Email: <span id="email2" data-user="a.j.evans" data-website="gmail.com"></span>
</noscript>
<script type="text/javascript">
//https://stackoverflow.com/questions/23002711/how-to-show-email-addresses-on-the-website-to-avoid-spams
var name = 'a.j.evans';
var domain = 'gmail.com';
element = document.getElementById('email1');
console.log(element)
element.innerHTML = '<a href="mailto:' + name + '@' + domain + '"><IMG src=images/email.gif alt=Email width=40px height=40px> </a>'
</script>
</TD>
</TR>
</TABLE>
</div>