Skip to content
Snippets Groups Projects
version.html 20.1 KiB
Newer Older
Lise Eder Murberg's avatar
Lise Eder Murberg committed
<!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.11.1/font/bootstrap-icons.css">
Lise Eder Murberg's avatar
Lise Eder Murberg committed
    <!--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.png" alt="logo">
Lise Eder Murberg's avatar
Lise Eder Murberg committed
        </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(s)</th>
Lise Eder Murberg's avatar
Lise Eder Murberg committed
                                    <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>
                                <tr>
                                    <th>Instrument PID</th>
                                    <td>Link to instrument db</td>
                                </tr>
                                <tr>
                                    <th>Emission wavelength</th>
                                    <td>550.0 nm</td>
                                </tr>
Lise Eder Murberg's avatar
Lise Eder Murberg committed
                            </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=58.388611%2C8.251944">58.389°N, 8.252°E</a></td>
Lise Eder Murberg's avatar
Lise Eder Murberg committed
                                </tr>
                                <tr>
                                    <th>Altitude</th>
                                    <td>219 m</td>
Lise Eder Murberg's avatar
Lise Eder Murberg committed
                                </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>
                                <tr>
                                    <th>Custodian</th>
                                    <td>Stiftelsen NILU 
                                        <a href="https://ror.org/00q7d9z06">
                                            <img alt="ROR logo" src="https://raw.githubusercontent.com/ror-community/ror-logos/main/ror-icon-rgb.svg" height="24" />
                                            https://ror.org/00q7d9z06
                                        </a>
                                    </td>
                                </tr>
                                <tr>
                                    <th>Volume</th>
                                    <td>997L</td>
                                </tr>
                                <tr>
                                    <th>Wall material</th>
                                    <td>Pyrex</td>
                                </tr>
                                <tr>
                                    <th>Light source</th>
                                    <td>Phillips TL05 (360nm)</td>
                                </tr>
Lise Eder Murberg's avatar
Lise Eder Murberg committed
                            </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>Last modified</th>
                                    <td>2023-31-05 14:00:00 UTC</td>
                                </tr>
                                <tr>
                                    <th>Version</th>
                                    <td>v1</td>
                                </tr>
Lise Eder Murberg's avatar
Lise Eder Murberg committed
                                <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>
                                <tr>
                                    <th>Hash (SHA-256)</th>
                                    <td>c443033 <i class="bi-copy"></i></td><!--<a href="c44303346c47673c50c367cc0710a64d969656aad01b7f93ac3864cf898c3d86"></a>-->
                                </tr>
Lise Eder Murberg's avatar
Lise Eder Murberg committed
                            </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://vocabulary.actris.nilu.no/skosmos/actris_vocab/en/page/CC-BY-4.0">CC BY 4.0</td>
Lise Eder Murberg's avatar
Lise Eder Murberg committed
                                    </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>Lise Eder Murberg<br><span style="font-weight:normal">Stiftelsen NILU</span></th>
                                        <td><a href="https://orcid.org/0000-0002-7264-6367">
                                            <img alt="ORCID logo" src="https://info.orcid.org/wp-content/uploads/2019/11/orcid_16x16.png" width="16" height="16" />
                                            https://orcid.org/0000-0002-7264-6367</a> <br>
                                            <a href="https://ror.org/00q7d9z06">
                                                <img alt="ROR logo" src="https://raw.githubusercontent.com/ror-community/ror-logos/main/ror-icon-rgb.svg" height="24" />
                                                https://ror.org/00q7d9z06
                                            </a> 
                                        </td>
Lise Eder Murberg's avatar
Lise Eder Murberg committed
                                    </tr>
                                </tbody>
                            </table>
                            <h4>Principal investigator(s)</h4>
                            <table class="table table-borderless table-fixed">
                                <tbody>
                                    <tr>
                                        <th>Markus Fiebig<br><span style="font-weight:normal">Stiftelsen NILU</span></th>
                                        <td><a href="https://orcid.org/0000-0002-3380-3470">
                                            <img alt="ORCID logo" src="https://info.orcid.org/wp-content/uploads/2019/11/orcid_16x16.png" width="16" height="16" />
                                            https://orcid.org/0000-0002-3380-3470</a> <br>
                                            <a href="https://ror.org/00q7d9z06">
                                                <img alt="ROR logo" src="https://raw.githubusercontent.com/ror-community/ror-logos/main/ror-icon-rgb.svg" height="24" />
                                                https://ror.org/00q7d9z06
                                            </a> 
                                        </td>
Lise Eder Murberg's avatar
Lise Eder Murberg committed
                                    </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>