"git@git.nilu.no:actris/landing-pages-template.git" did not exist on "main"
Newer
Older
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
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"> <!--Define the character set used-->
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <!--Setting the viewport to make your website look good on all devices-->
<title>ACTRIS DOI Landing page</title> <!--Set title shown in browser toolbar + search engine-results-->
<meta name="keywords" content="ACTRIS, EBAS, Dataset"> <!--Define keywords for search engines-->
<meta name="description" content="DOI landing page for ACTRIS dataset"> <!--Define a description of your web page-->
<meta name="author" content="Lise Eder Murberg"> <!---Define the author of a page-->
<!--Link to bootstrap v5.0 style sheet-->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet">
<!--Link to bootstrap icons-->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css">
<!--Link to an personally edited css stylesheet-->
<link rel="stylesheet" href="style.css">
</head>
<body>
<!--Header with clouds and logo-->
<header class="header">
<div class="container-lg">
<img src="logo/NILU_logo_transparent-100x120.png" alt="logo">
</div>
</header>
<!--Warning about a newer version-->
<!--<header class="header-warning">
<div class="container-lg">
<p>A <a href="">newer</a> version of this dataset is available.</p>
</div>
</header>-->
<br>
<div class="container-lg">
<div class="row">
<h3>Aerosol particle light absorption coefficient from Birkenes II</h3>
</div>
<p>1 January 2022 - 31 December 2022</p>
</div>
<nav class="nav-tabs-container">
<div class="container-lg">
<ul class="nav nav-tabs" role="tablist">
<li class="nav-item">
<a class="nav-link active" aria-current="page" data-bs-toggle="tab" href="#summary">Concept summary</a>
</li>
<li class="nav-item">
<a class="nav-link" data-bs-toggle="tab" href="#versions">Versions</a>
</li>
</ul>
</div>
</nav>
<div class="container-lg" style="min-height: 100vh">
<div class="tab-content">
<div id="summary" class="tab-pane container active">
<br>
<div class="row">
<div class="col-md-6">
<h4>Product information</h4>
<table class="table table-borderless table-fixed">
<tbody>
<tr>
<th>Variable(s)</th>
<td><a href="https://vocabulary.actris.nilu.no/skosmos/actris_vocab/en/page/aerosolparticlelightabsorptioncoefficient">Aerosol particle light coefficient</a></td>
</tr>
<tr>
<th>Product type</th>
<td><a href="https://vocabulary.actris.nilu.no/skosmos/actris_vocab/en/page/observation">Observation</a></td>
</tr>
<tr>
<th>Instrument type</th>
<td><a href="https://vocabulary.actris.nilu.no/skosmos/actris_vocab/en/page/filterabsorptionphotometer">Filter absorption photometer</a></td>
</tr>
<tr>
<th>Timeliness</th>
<td><a href="https://vocabulary.actris.nilu.no/skosmos/actris_vocab/en/page/scheduled">Scheduled</a></td>
</tr>
<tr>
<th>Start time</th>
<td>2022-01-01 00:00:00 UTC</td>
</tr>
<tr>
<th>Stop time</th>
<td>2022-31-12 00:00:00 UTC</td>
</tr>
<tr>
<th>Framework</th>
<td>ACTRIS, EMEP, GAW-WDCA</td>
</tr>
<tr>
<th>Instrument model</th>
<td><a href="https://vocabulary.actris.nilu.no/skosmos/actris_vocab/en/page/AerosolAE33">Aerosol AE33</a></td>
</tr>
</tbody>
</table>
<h4>Facility information</h4>
<table class="table table-borderless table-fixed">
<tbody>
<tr>
<th>Facility name</th>
<td>Birkenes II, Norway</td>
</tr>
<tr>
<th>Facility type</th>
<td><a href="https://vocabulary.actris.nilu.no/skosmos/actris_vocab/en/page/observationplatform-fixed">Observation platform, fixed</a></td>
</tr>
<tr>
<th>Coordinates</th>
<td><a href ="https://www.google.com/maps/search/?api=1&query=60.086%2C17.479">60.086°N, 17.479°E</a></td>
</tr>
<tr>
<th>Altitude</th>
<td>50 m</td>
</tr>
<tr>
<th>ACTRIS ID</th>
<td><a href="https://actris-nf-labelling.out.ocp.fmi.fi/facility/89">89</a></td>
</tr>
<tr>
<th>EBAS ID</th>
<td>NO0002R</td>
</tr>
<tr>
<th>GAW ID</th>
<td>(remove if no ID)</td>
</tr>
</tbody>
</table>
</div>
<div class="col-md-6">
<div class="row">
<h4>Citation & acknowledgements</h4>
<table class="table table-borderless table-fixed">
<tbody>
<tr>
<th>Licence</th>
<td><a href="https://creativecommons.org/licenses/by/4.0/">CC BY 4.0</td>
</tr>
<tr>
<th>Citation string</th>
<td class="highlighted-cell">Fiebig, M., ACTRIS, EMEP, GAW-WDCA, 2018-2023, aerosol_ligth_scattering_coefficient - filter_absorption_photometer at Birkenes II, data hosted by EBAS at NILU, DOI: https://doi.org/10.48597/QUUV-6V24</td>
</tr>
</tbody>
</table>
<br>
<p>Please include the following information in your publication. You may edit the text to suit publication standards.</p>
<br>
<table class="table table-borderless table-fixed">
<tbody>
<tr>
<th>Acknowledgements</th>
<td class="highlighted-cell">Data used in this <study/report/figure/etc.> were accessed from EBAS (https://ebas.nilu.no) hosted by NILU. Specifically, the use included data affiliated with the framework: ACTRIS, EMEP, GAW-WDCA. </td>
</tr>
</tbody>
</table>
<h4>Originator(s)</h4>
<table class="table table-borderless table-fixed">
<tbody>
<tr>
<th>Markus Fiebig</th>
<td>NILU, ORCID</td>
</tr>
</tbody>
</table>
<h4>Principal investigator(s)</h4>
<table class="table table-borderless table-fixed">
<tbody>
<tr>
<th>Markus Fiebig</th>
<td>NILU, ORCID</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
</div>
<div class="tab-content">
<div id="versions" class="tab-pane container">
<br>
<div class="row">
<h4>Latest version</h4>
<div class="col-md-6">
<table class="table table-borderless table-fixed">
<tbody>
<tr>
<th>DOI</th>
<td><a href="version.html">https://doi.nilu.no/#/doi/4637-N643</a></td>
</tr>
<tr>
<th>Valid from </th>
<td>2021-15-05 14:00:00 UTC</td>
</tr>
<tr>
<th>Valid to</th>
<td>Still valid</td>
</tr>
</tbody>
</table>
</div>
<div class="col-md-6"><img src="vizualisations/coverage.png" class="img-fluid" alt="Preview"></div>
</div>
<div class="row">
<h4>Previous version</h4>
<div class="col-md-6">
<table class="table table-borderless table-fixed">
<tbody>
<tr>
<th>DOI</th>
<td><a href="version_old.html">https://doi.nilu.no/#/doi/4637-N643</a></td>
</tr>
<tr>
<th>Valid from </th>
<td>2021-15-05 14:00:00 UTC</td>
</tr>
<tr>
<th>Valid to</th>
<td>2021-15-05 14:00:00 UTC</td>
</tr>
</tbody>
</table>
</div>
<div class="col-md-6"><img src="vizualisations/coverage.png" class="img-fluid" alt="Preview"></div>
</div>
<div class="row">
<h5> </h5>
<div class="col-md-6">
<table class="table table-borderless table-fixed">
<tbody>
<tr>
<th>DOI</th>
<td>DOI link</td>
</tr>
<tr>
<th>Valid from </th>
<td>2022-31-05 14:00:00 UTC</td>
</tr>
<tr>
<th>Valid to</th>
<td>2023-31-05 14:00:00 UTC</td>
</tr>
</tbody>
</table>
</div>
<div class="col-md-6"><img src="vizualisations/coverage.png" class="img-fluid" alt="Preview"></div>
</div>
<div class="row">
<h5> </h5>
<div class="col-md-6">
<table class="table table-borderless table-fixed">
<tbody>
<tr>
<th>DOI</th>
<td>DOI link</td>
</tr>
<tr>
<th>Valid from </th>
<td>2021-15-05 14:00:00 UTC</td>
</tr>
<tr>
<th>Valid to</th>
<td>2022-31-05 14:00:00 UTC</td>
</tr>
</tbody>
</table>
</div>
<div class="col-md-6"><img src="vizualisations/coverage.png" class="img-fluid" alt="Preview"></div>
</div>
<br><br>
</div>
</div>
</div>
<footer>
<div class="container-xxl">
<div class="row">
<div class="col">
<p>Contact:<br>
<a href="mailto:ebas@nilu.no">ebas@nilu.no</a>
</div>
<div class="col text-center">
<p>© Stiftelsen NILU<br>
<small><small>Header photo by user, LICENCE <br>
Icons by bootstrap, LICENCE.</small></small></p>
</div>
<div class="col text-end">
<a href="#">Privacy policy</a></p>
</div>
</div>
</div>
</footer>
<!-- Include Bootstrap 5.2.3 JS and Popper.js -->
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.9.3/dist/umd/popper.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.min.js"></script>
</body>
</html>