<!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">
            <div class="col-8">
                <h3>Aerosol particle light absorption coefficient from Birkenes II</h3>
            </div>
            <div class="col-4">
                <div class="dropdown">
                    <button class="btn btn-primary btn-custom float-end align-middle dropdown-toggle" type="button" data-bs-toggle="dropdown" aria-expanded="false">
                        <i class="bi bi-download"></i> Download
                    </button>
                    <ul class="dropdown-menu">
                      <li><a class="dropdown-item" href="https://thredds.nilu.no/thredds/fileServer/actris_nrt/NO0002R.20230529110000.20230829073405.dmps...3mo.1h.NO01L_NILU_DMPSmodel2_BIR_NRT...nc">NetCDF</a></li>
                      <li><a class="dropdown-item" href="#">NasaAmes1001</a></li>
                    </ul>
                  </div>
                <!--<button type="button" class="btn btn-primary btn-custom float-end align-middle"><i class="bi bi-download"></i><a href="https://thredds.nilu.no/thredds/fileServer/actris_nrt/NO0002R.20230529110000.20230829073405.dmps...3mo.1h.NO01L_NILU_DMPSmodel2_BIR_NRT...nc"> Download</a></button>-->
            </div>
        </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">Summary</a>
                </li>
                <li class="nav-item">
                    <a class="nav-link" data-bs-toggle="tab" href="#visualizations">Visualizations</a>
                </li>
                <li class="nav-item">
                    <a class="nav-link" data-bs-toggle="tab" href="#data_coverage">Data coverage</a>
                </li>
                <li class="nav-item">
                    <a class="nav-link" data-bs-toggle="tab" href="#quality_report">Quality report</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>

                        <h4>File information</h4>
                        <table class="table table-borderless table-fixed">
                            <tbody>
                                <tr>
                                    <th>PID</th>
                                    <td><a href="version.html">https://doi.nilu.no/#/doi/4637-N643</a></td>
                                </tr>
                                <tr>
                                    <th>Filename</th>
                                    <td>NO0002R.20230529110000.20230829073405.dmps...3mo.1h.NO01L_NILU_DMPSmodel2_BIR_NRT...nc</td>
                                </tr>
                                <tr>
                                    <th>Format(s)</th>
                                    <td>HDF5 (NetCDF4)</td>
                                </tr>
                                <tr>
                                    <th>Filesize</th>
                                    <td>20 MB</td>
                                </tr>
                                <tr>
                                    <th>Version</th>
                                    <td>v1</td>
                                </tr>
                                <tr>
                                    <th>Last modified</th>
                                    <td>2023-31-05 14:00:00 UTC</td>
                                </tr>
                                <tr>
                                    <th>Data access protocol</th>
                                    <td><a href="https://thredds.nilu.no/thredds/dodsC/actris_nrt/NO0002R.20230529110000.20230829073405.dmps...3mo.1h.NO01L_NILU_DMPSmodel2_BIR_NRT...nc.html">OPeNDAP</a><br>
                                        <a href="https://thredds.nilu.no/thredds/dap4/actris_nrt/NO0002R.20230529110000.20230829073405.dmps...3mo.1h.NO01L_NILU_DMPSmodel2_BIR_NRT...nc.dmr.xml">DAP4</a><br>
                                        <a href="https://thredds.nilu.no/thredds/fileServer/actris_nrt/NO0002R.20230529110000.20230829073405.dmps...3mo.1h.NO01L_NILU_DMPSmodel2_BIR_NRT...nc">HTTPServer</a></td>
                                </tr>
                                <tr>
                                    <th>Metadata access protocol</th>
                                    <td><a href="https://thredds.nilu.no/thredds/ncml/actris_nrt/NO0002R.20230529110000.20230829073405.dmps...3mo.1h.NO01L_NILU_DMPSmodel2_BIR_NRT...nc?catalog=https%3A%2F%2Fthredds.nilu.no%2Fthredds%2Fcatalog%2Factris_nrt%2Fcatalog.html&dataset=ACTRIS_NRT%2FNO0002R.20230529110000.20230829073405.dmps...3mo.1h.NO01L_NILU_DMPSmodel2_BIR_NRT...nc">NCML</a><br>
                                        <a href="https://thredds.nilu.no/thredds/iso/actris_nrt/NO0002R.20230529110000.20230829073405.dmps...3mo.1h.NO01L_NILU_DMPSmodel2_BIR_NRT...nc?catalog=https%3A%2F%2Fthredds.nilu.no%2Fthredds%2Fcatalog%2Factris_nrt%2Fcatalog.html&dataset=ACTRIS_NRT%2FNO0002R.20230529110000.20230829073405.dmps...3mo.1h.NO01L_NILU_DMPSmodel2_BIR_NRT...nc">ISO</a><br></td>
                                </tr>
                            </tbody>
                        </table>

                        <h4>Provenance (to be completed)</h4>
                        <table class="table table-borderless table-fixed">
                            <tbody>
                                <tr>
                                    <th>Software</th>
                                    <td><a href="https://git.nilu.no/ebas/ebas-io">ebas-io</a></td>
                                </tr>
                                <tr>
                                    <th>Version history</th>
                                    <td><a href="concept.html">Concept DOI</a></td>
                                </tr>
                            </tbody>
                        </table>
                        <br>
                    </div>
                    <div class="col-md-6">
                        <div class="row">
                            <h4>Preview</h4>
                            <img src="vizualisations/timeseries_insitu.png" class="img-fluid img-preview" alt="Preview">
                        </div>
                        <br>
                        <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="visualizations" class="tab-pane container">
                <br><br>
                <img src="vizualisations/power.png" class="img-fluid" alt="Preview">
                <img src="vizualisations/timeseries.png" class="img-fluid" alt="Preview">
                <img src="vizualisations/sin.png" class="img-fluid" alt="Preview">
                <img src="vizualisations/map.png" class="img-fluid" alt="Preview">
                <br><br>
                <p> </p>

            </div>
        </div>

        <div class="tab-content">
            <div id="data_coverage" class="tab-pane container">
                <br><br>
                <img src="vizualisations/coverage.png" class="img-fluid" alt="Preview">
                <br>
            </div>
        </div>

        <div class="tab-content">
            <div id="quality_report" class="tab-pane container">
                <br><br>
                <img src="vizualisations/quality_report.png" class="img-fluid" alt="Preview">
                <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>