-
Notifications
You must be signed in to change notification settings - Fork 0
/
publications.html
127 lines (96 loc) · 4.8 KB
/
publications.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
125
126
127
<html>
<head>
<link type="text/css" rel="stylesheet" href="CEH_stylesheet.css" media="screen" />
<!--footer p{text-align:center;width:90%;}footer p,footer p a{color:#fff;}-->
<style>
ul {
list-style-type: none;
margin: 0px 0px;
padding: 0;
overflow: hidden;
background-color: #f1f1f1;
top: 130;
width: 100%;
}
li {
float: left;
}
li a {
display: block;
color: #111;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}
li a:hover:not(.active) {
background-color: #d8d8d8;
}
</style>
</head>
<link rel="icon" type="image/png" href="favicon-32x32.png" sizes="32x32" />
<title>Publications</title>
<!-- <img src="adJULES_logo.png" alt="adJULES logo" style="width:304px;height:114px;" align="right">
<img src="jules_logo.png" alt="JULES logo" style="width:265px;height:114px;" align="left">
<img src="2017-08-09-PHOTO-00002554.jpg" alt="JULES logo" style="width:728px;height:90px;" align="top">-->
<img src="test1.png" alt="JULES logo" width=100% align="middle">
<body>
<br>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="code.html">Code</a></li>
<li><a href="results.html">Results</a></li>
<li><a href="clarion.html">CLARION</a></li>
<li><a href="publications.html">Publications</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
<div id="columns" class="columns clearfix container">
<!-- !Breadcrumbs -->
<main id="content-column" class="content-column" role="main">
<div class="content-inner">
<!-- !Highlighted region -->
<div id="main-content">
<!-- !Main Content Header -->
<!-- !Main Content -->
<div id="content" class="region">
<div class="region region-content-upper"><div class="region-inner clearfix"><div id="block-system-main" class="block block-system no-title" ><div class="block-inner clearfix">
<div class="block-content content"><article id="node-24" class="node node-landing-page article clearfix" role="article">
<div class="node-inner">
<div class="node-content">
<div class="field field-name-body field-type-text-with-summary field-label-hidden view-mode-full">
<div class="field-items">
<div class="field-item even">
<h2>Publications.</h2>
<p> Raoult, N., Jupp, T., Booth, B., and Cox, P.: Combining local model calibration with the emergent constraint approach to reduce uncertainty in the tropical land carbon cycle feedback, Earth Syst. Dynam., 14, 723–731, <a href="https://doi.org/10.5194/esd-14-723-2023">https://doi.org/10.5194/esd-14-723-2023</a>, 2023.
<p> Raoult, N. M., Jupp, T. E., Cox, P. M., and Luke, C. M.: Land-surface parameter optimisation using data assimilation techniques: the adJULES system V1.0, Geosci. Model Dev., 9, 2833-2852, <a href="https://doi.org/10.5194/gmd-9-2833-2016">https://doi.org/10.5194/gmd-9-2833-2016</a>, 2016.
<p>
Owen, N. E., P. Challenor, P. P. Menon, and S. Bennani.: Comparison of surrogate-based uncertainty quantification methods for computationally expensive simulators, SIAM/ASA Journal on Uncertainty Quantification 5, 1, 403-435, <a href="https://doi.org/10.1137/15M1046812"> https://doi.org/10.1137/15M1046812</a>, 2017.
</p></div></div></div> </div>
</div>
</article>
</div>
In addition to these peer-viewed publications, an extensive description of the adJULES system can be found in N.M. Raoult's 2017 PhD thesis titled <a href="thesis.pdf">Calibration of plant functional type parameters using the adJULES system</a>.
<p>
</div></div></div></div>
</nav></div></div></div></div><!-- /end .content-inner -->
</main><!-- /end #content-column -->
</div>
</div>
<!-- !Footer -->
<div class="footer-tweets">
<div class="container">
</div>
</div>
<footer>
<div class="region region-footer3"><div class="region-inner clearfix"><div id="block-block-28" class="block block-block no-title" ><div class="block-inner clearfix">
<div class="note" align=center>© 2014 — 2024, developed by N.M. Raoult, maintained by the adJULES team at University of Exeter</div>
<p>
<div class="block-content content" align=center> Funded by the UK Natural Environment Research Council (<a href="https://www.nerc.ac.uk/" style="color: rgb(0,163, 204)">NERC</a>) through the National Centre for Earth Observation (<a href="https://www.nceo.ac.uk/" style="color: rgb(0,163, 204)"">NCEO</a>)
</div>
<div class="block-content content" align=center> and the European Union’s Horizon 2020 research and innovation programme under the Marie Skłodowska-Curie grant agreement No. <a href="https://cordis.europa.eu/project/id/101026422" style="color:rgb(0,163, 204)">101026422</a>.
</div>
</footer>
</div>
</div>
</body>
</html>