-
Notifications
You must be signed in to change notification settings - Fork 1
/
about.html
80 lines (68 loc) · 3.95 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>OP DSL - About</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header>
<h1>
<a href="https://op-dsl.github.io/">
<img src="https://op-dsl.github.io/images/op-dsl_logo_small.png" width="300px">
</a>
</h1>
</h1>
<hr/>
<h1><a href="index.html">< Home</a></h1>
<hr />
<h1><a href="codes.html">Users & Codes</a></h1>
<hr />
<h1><a href="projects.html">Projects</a></h1>
<hr />
<h1><a href="papers.html">Papers</a></h1>
<hr />
<h1><a href="about.html">About</a></h1>
<hr />
<p class="view"><a href="https://github.com/OP-DSL">View My GitHub Profile</a></p>
</header>
<section>
<h1>OP DSL - About</h1><hr />
<h3>Current project leads</h3>
<p> <a href="https://warwick.ac.uk/fac/sci/dcs/people/gihan_mudalige/">Gihan Mudalige</a> is a Reader (Associate Professor) at the Department of Computer Science, University of Warwick. [<a href='mailto:g.mudal%69ge@warw%69ck.ac.uk'>email</a>]
<p> <a href="https://itk.ppke.hu/en/about-our-faculty/our-lecturers-web-pages/reguly-istvan-zoltan-6870f">Istvan Reguly</a> is an Associate Professor at the Faculty of Information Technology and Bionics, Pazmany Peter Catholic University. [<a href='mailto:%72egu%6Cy.%69s%74va%6E@itk%2E%70pke.h%75'>email</a>]
<p>If you have general questions, ideas, or indeed are interested in the development of OP2 or OPS, please get in touch with us.</p>
<hr />
<h3>Authors and Contributors</h3>
OP2 <a href="https://github.com/OP-DSL/OP2-Common/blob/master/AUTHORS">authors</a> and <a href="https://github.com/OP-DSL/OP2-Common/graphs/contributors">contributors</a>.</br>
OPS authors and <a href="https://github.com/OP-DSL/OPS/graphs/contributors">contributors </a>.</br></br>
<hr />
<h3>Previous project leads</h3>
<p> <a href="http://people.maths.ox.ac.uk/gilesm/">Mike Giles</a> is a Professor of Scientific Computing in the Mathematical Institute, University of Oxford.
<p> <a href="https://www.doc.ic.ac.uk/~phjk/">Paul H. J. Kelly</a> is a Professor of Software Technology in the Department of Computing, Imperial College London.
<hr />
<h3>Funding</h3>
Development of the OP-DSL libraries is or has been supported by the Engineering and Physical Sciences Research Council, the Royal Society, the Hungarian Academy of Sciences, the European Commission and Rolls-Royce plc., UK AWE, NAG. We are also grateful for hardware resources during development from the Oak Ridge Leadership Computing Facility at the Oak Ridge National Laboratory, ARCHER and ARCHER2 UK National Supercomputing Service, the University of Oxford Advanced Research Computing (ARC) facility and hardware donations/access from Nvidia and Intel.
</section>
</div>
<script src="javascripts/scale.fix.js"></script>
<!-- <script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-36190086-1");
pageTracker._trackPageview();
} catch(err) {}
</script>
-->
</body>
</html>