-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
124 lines (122 loc) · 5.69 KB
/
about.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
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
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<title>About </title>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
<meta name="title" content="SWISH High Level System Description "/>
<meta name="generator" content="Org-mode"/>
<meta name="generated" content="2012-09-28 07:15:33 EST"/>
<meta name="author" content="Ivan Hanigan"/>
<meta name="description" content=""/>
<meta name="keywords" content=""/>
<style type="text/css">
<!--/*--><![CDATA[/*><!--*/
html { font-family: Times, serif; font-size: 12pt; }
.title { text-align: center; }
.todo { color: red; }
.done { color: green; }
.tag { background-color: #add8e6; font-weight:normal }
.target { }
.timestamp { color: #bebebe; }
.timestamp-kwd { color: #5f9ea0; }
.right {margin-left:auto; margin-right:0px; text-align:right;}
.left {margin-left:0px; margin-right:auto; text-align:left;}
.center {margin-left:auto; margin-right:auto; text-align:center;}
p.verse { margin-left: 3% }
pre {
border: 1pt solid #AEBDCC;
background-color: #F3F5F7;
padding: 5pt;
font-family: courier, monospace;
font-size: 90%;
overflow:auto;
}
table { border-collapse: collapse; }
td, th { vertical-align: top; }
th.right { text-align:center; }
th.left { text-align:center; }
th.center { text-align:center; }
td.right { text-align:right; }
td.left { text-align:left; }
td.center { text-align:center; }
dt { font-weight: bold; }
div.figure { padding: 0.5em; }
div.figure p { text-align: center; }
div.inlinetask {
padding:10px;
border:2px solid gray;
margin:10px;
background: #ffffcc;
}
textarea { overflow-x: auto; }
.linenr { font-size:smaller }
.code-highlighted {background-color:#ffff00;}
.org-info-js_info-navigation { border-style:none; }
#org-info-js_console-label { font-size:10px; font-weight:bold;
white-space:nowrap; }
.org-info-js_search-highlight {background-color:#ffff00; color:#000000;
font-weight:bold; }
/*]]>*/-->
</style>
<script type="text/javascript">
<!--/*--><![CDATA[/*><!--*/
function CodeHighlightOn(elem, id)
{
var target = document.getElementById(id);
if(null != target) {
elem.cacheClassElem = elem.className;
elem.cacheClassTarget = target.className;
target.className = "code-highlighted";
elem.className = "code-highlighted";
}
}
function CodeHighlightOff(elem, id)
{
var target = document.getElementById(id);
if(elem.cacheClassElem)
elem.className = elem.cacheClassElem;
if(elem.cacheClassTarget)
target.className = elem.cacheClassTarget;
}
/*]]>*///-->
</script>
</head>
<body>
<p>The this project has developed a scientific workflow system to support data analysis for environmental epidemiology researchers, including workflow exemplars and training approaches.
<br>
<p>We have developed software that will enable researchers to access, integrate and transform datasets from population, health and environmental domains, using current and future health impacts of Extreme Weather Events.
<br>
<p>A scientific workflow system enables users to build and extend analytical tools. Tools will include methods to chain together tasks that perform operations in the domains of data acquisition, data transformation, mathematical operations, graphing, statistical analysis, and output.
<br>
<br>
<h3>Project members</h3><br>
<br>
<h4>Keith Dear: Project manager</h4><br>
<br>
<img src="/images/Picture1.jpg" alt="Smiley face" > <br>
<br>
<p>I am a biostatistician and epidemiologist specialising in environmental health. My main area is the health impacts of climate change, especially the direct effects of heat and cold and how climate influences the range and transmissibility of vector-borne diseases such as Dengue.<br>
<br>
<h4>Charmian Bennett: Epidemiologist</h4><br>
<br>
<img src="/images/Charmian.jpg" alt="Smiley face" > <br>
<br>
<p>I am an environmental epidemiologist with a background in environmental science and geography. My research focuses on the impacts of climate change on human health, especially the impacts of heat and other extreme weather events that will become more frequent and more severe as our climate changes.<br>
<br>
<h4>Ivan Hanigan: Environmental scientist and database manager</h4><br>
<br>
<img src="/images/ivan_hanigan.jpg" alt="Smiley face" > <br>
<br>
<p>I am a multidisciplinary data manager and analyst with over 10 years experience. I have primarily worked in Environmental Epidemiology where I have honed my skills in manipulation of large databases and multivariate regression modelling. I also have experience of scenario-based forecasting in climate change risk assessments.<br>
<h4>Ian Szarka: Software engineer</h4><br>
<br>
<img src="/images/Face.jpg" alt="Smiley face" > <br>
<br>
<p>I work as a software developer at ANU with a having primarily worked on software for scientific applications. This has included environmental simulation models especially in hydrology, memory management of temporal data, decision support tools, forward propagation uncertainty analysis, multi-objective optimisation, and more recently processing of 3d geometries for rapid prototyping (‘3d printing’).<br>
<br>
<p>This project is supported by the Australian National Data Service (ANDS). ANDS is supported by the Australian Government through the National Collaborative Research Infrastructure Strategy Program and the Education Investment Fund (EIF) Super Science Initiative, as well as through The Australian National University.<br>
<br>
</body>
</html>