CINXE.COM

Accreditation certificate

<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-gb" lang="en-gb" dir="ltr"> <head> <script type="text/javascript"> (function(){ function blockCookies(disableCookies, disableLocal, disableSession){ if(disableCookies == 1){ if(!document.__defineGetter__){ Object.defineProperty(document, 'cookie',{ get: function(){ return ''; }, set: function(){ return true;} }); }else{ var oldSetter = document.__lookupSetter__('cookie'); if(oldSetter) { Object.defineProperty(document, 'cookie', { get: function(){ return ''; }, set: function(v){ if(v.match(/reDimCookieHint\=/) || v.match(/49e7c47ecdea4d24c5c3fd6c5e3045e9\=/)) { oldSetter.call(document, v); } return true; } }); } } var cookies = document.cookie.split(';'); for (var i = 0; i < cookies.length; i++) { var cookie = cookies[i]; var pos = cookie.indexOf('='); var name = ''; if(pos > -1){ name = cookie.substr(0, pos); }else{ name = cookie; } if(name.match(/reDimCookieHint/)) { document.cookie = name + '=; expires=Thu, 01 Jan 1970 00:00:00 GMT'; } } } if(disableLocal == 1){ window.localStorage.clear(); window.localStorage.__proto__ = Object.create(window.Storage.prototype); window.localStorage.__proto__.setItem = function(){ return undefined; }; } if(disableSession == 1){ window.sessionStorage.clear(); window.sessionStorage.__proto__ = Object.create(window.Storage.prototype); window.sessionStorage.__proto__.setItem = function(){ return undefined; }; } } blockCookies(1,1,1); }()); </script> <!-- Global site tag (gtag.js) - Google Analytics --> <!--<script async src="https://www.googletagmanager.com/gtag/js?id=UA-44216194-1"></script> <script> window.dataLayer = window.dataLayer || []; function gtag() { dataLayer.push(arguments); } gtag('js', new Date()); gtag('config', 'UA-44216194-1', { 'anonymize_ip': true }); </script>--> <!-- Matomo --> <script> var _paq = window._paq = window._paq || []; /* tracker methods like "setCustomDimension" should be called before "trackPageView" */ _paq.push(['trackPageView']); _paq.push(['enableLinkTracking']); (function() { var u="//www.bioenergy.co.at/matomostats/"; _paq.push(['setTrackerUrl', u+'matomo.php']); _paq.push(['setSiteId', '1']); var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0]; g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s); })(); </script> <!-- End Matomo Code --> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <base href="https://www.bioenergy.co.at/en/downloads/accreditation-certificate.html" /> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <meta name="generator" content="Joomla! - Open Source Content Management" /> <title>Accreditation certificate</title> <link href="/templates/bioenergy/favicon.ico" rel="shortcut icon" type="image/vnd.microsoft.icon" /> <link href="/plugins/system/jcemediabox/css/jcemediabox.min.css?0072da39200af2a5f0dbaf1a155242cd" rel="stylesheet" type="text/css" /> <link href="/templates/bioenergy/css/template.css" rel="stylesheet" type="text/css" /> <link href="https://www.bioenergy.co.at/templates/bioenergy/css/opensans.css" rel="stylesheet" type="text/css" /> <link href="/media/mod_languages/css/template.css?629055037cd4341043b1199e105bd164" rel="stylesheet" type="text/css" /> <link href="/media/jui/css/chosen.css?629055037cd4341043b1199e105bd164" rel="stylesheet" type="text/css" /> <link href="/media/com_finder/css/finder.css?629055037cd4341043b1199e105bd164" rel="stylesheet" type="text/css" /> <link href="/plugins/system/cookiehint/css/redimstyle.css?629055037cd4341043b1199e105bd164" rel="stylesheet" type="text/css" /> <style type="text/css"> #redim-cookiehint-modal {position: fixed; top: 0; bottom: 0; left: 0; right: 0; z-index: 99998; display: flex; justify-content : center; align-items : center;} </style> <script src="/media/jui/js/jquery.min.js?629055037cd4341043b1199e105bd164" type="text/javascript"></script> <script src="/media/jui/js/jquery-noconflict.js?629055037cd4341043b1199e105bd164" type="text/javascript"></script> <script src="/media/jui/js/jquery-migrate.min.js?629055037cd4341043b1199e105bd164" type="text/javascript"></script> <script src="/media/system/js/caption.js?629055037cd4341043b1199e105bd164" type="text/javascript"></script> <script src="/plugins/system/jcemediabox/js/jcemediabox.min.js?d67233ea942db0e502a9d3ca48545fb9" type="text/javascript"></script> <script src="/media/jui/js/bootstrap.min.js?629055037cd4341043b1199e105bd164" type="text/javascript"></script> <script src="/templates/bioenergy/js/template.js" type="text/javascript"></script> <script src="/media/jui/js/chosen.jquery.min.js?629055037cd4341043b1199e105bd164" type="text/javascript"></script> <script src="/media/jui/js/jquery.autocomplete.min.js?629055037cd4341043b1199e105bd164" type="text/javascript"></script> <script type="text/javascript"> jQuery(window).on('load', function() { new JCaption('img.caption'); }); jQuery(document).ready(function(){WfMediabox.init({"base":"\/","theme":"standard","width":"","height":"","lightbox":0,"shadowbox":0,"icons":1,"overlay":1,"overlay_opacity":0.8,"overlay_color":"#000000","transition_speed":500,"close":2,"scrolling":"fixed","labels":{"close":"Close","next":"Next","previous":"Previous","cancel":"Cancel","numbers":"{{numbers}}","numbers_count":"{{current}} of {{total}}","download":"Download"}});}); jQuery(function ($) { initChosen(); $("body").on("subform-row-add", initChosen); function initChosen(event, container) { container = container || document; $(container).find(".advancedSelect").chosen({"disable_search_threshold":10,"search_contains":true,"allow_single_deselect":true,"placeholder_text_multiple":"Type or select some options","placeholder_text_single":"Select an option","no_results_text":"No results match"}); } }); jQuery(function($){ initTooltips(); $("body").on("subform-row-add", initTooltips); function initTooltips (event, container) { container = container || document;$(container).find(".hasTooltip").tooltip({"html": true,"container": "body"});} }); jQuery(document).ready(function() { var value, searchword = jQuery('#mod-finder-searchword175'); // Get the current value. value = searchword.val(); // If the current value equals the default value, clear it. searchword.on('focus', function () { var el = jQuery(this); if (el.val() === 'Search ...') { el.val(''); } }); // If the current value is empty, set the previous value. searchword.on('blur', function () { var el = jQuery(this); if (!el.val()) { el.val(value); } }); jQuery('#mod-finder-searchform175').on('submit', function (e) { e.stopPropagation(); var advanced = jQuery('#mod-finder-advanced175'); // Disable select boxes with no value selected. if (advanced.length) { advanced.find('select').each(function (index, el) { var el = jQuery(el); if (!el.val()) { el.attr('disabled', 'disabled'); } }); } }); var suggest = jQuery('#mod-finder-searchword175').autocomplete({ serviceUrl: '/en/component/finder/?task=suggestions.suggest&amp;format=json&amp;tmpl=component', paramName: 'q', minChars: 1, maxHeight: 400, width: 300, zIndex: 9999, deferRequestBy: 500 });}); </script> <!-- <link href='https://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css' />--> <style type="text/css"> h1,h2,h3,h4,h5,h6,.site-title{ font-family: 'Open Sans', sans-serif; } </style> <style type="text/css"> body.site { background-color: #ffffff } a { color: #72a642; } .navbar-inner, .nav-list > .active > a, .nav-list > .active > a:hover, .dropdown-menu li > a:hover, .dropdown-menu .active > a, .dropdown-menu .active > a:hover, .nav-pills > .active > a, .nav-pills > .active > a:hover, .btn-primary { background: #72a642; } .navbar-inner { -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .25), inset 0 -1px 0 rgba(0, 0, 0, .1), inset 0 30px 10px rgba(0, 0, 0, .2); -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .25), inset 0 -1px 0 rgba(0, 0, 0, .1), inset 0 30px 10px rgba(0, 0, 0, .2); box-shadow: 0 1px 3px rgba(0, 0, 0, .25), inset 0 -1px 0 rgba(0, 0, 0, .1), inset 0 30px 10px rgba(0, 0, 0, .2); } </style> <!--[if lt IE 9]> <script src="/media/jui/js/html5.js"></script> <![endif]--> </head> <body class="site com_content view-article no-layout no-task itemid-226"> <!-- Body --> <div class="body"> <div class="container"> <!-- Header --> <header class="header" role="banner"> <div class="header-inner clearfix"> <div class="custom_header" style="background-image: url(/images/headers/Header_DOWNLOADS.gif)" > </div> </div> </header> <nav class="navigation" role="navigation"> <div class="navbar pull-left"> <a class="btn btn-navbar collapsed" data-toggle="collapse" data-target=".nav-collapse"> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </a> </div> <div class="nav-collapse"> <ul class="nav menu nav-pills mod-list"> <li class="item-125 default"><a href="/en/" >Home</a></li><li class="item-126 parent"><a href="/en/service.html" >Service</a></li><li class="item-170 parent"><a href="/en/products/testing-measuring-equipment.html" >Products</a></li><li class="item-161 parent"><a href="/en/references/references-services.html" >References</a></li><li class="item-171 parent"><a href="/en/contact.html" >Contact</a></li><li class="item-218 active parent"><a href="/en/downloads.html" >Downloads</a></li></ul> </div> <div class="bea-search"> <div class="finder"> <form id="mod-finder-searchform175" action="/en/search.html" method="get" class="form-search" role="search"> <label for="mod-finder-searchword175" class="element-invisible finder">Search</label><input type="text" name="q" id="mod-finder-searchword175" class="search-query input-medium" size="25" value="" placeholder="Search ..."/><button class="btn btn-primary hasTooltip finder" type="submit" title="Go"><span class="icon-search icon-white"></span>Search</button> </form> </div> </div> </nav> <div class="row-fluid"> <div id="aside" class="span3"> <!-- Begin Right Sidebar --> <div class="well "><ul class="nav menu mod-list"> <li class="item-236"><a href="/en/downloads/information-material.html" >Information material</a></li><li class="item-226 current active"><a href="/en/downloads/accreditation-certificate.html" >Accreditation certificate</a></li><li class="item-238"><a href="/en/downloads/proficiency-tests.html" >Proficiency tests</a></li><li class="item-240"><a href="/en/downloads/enplus-auditor-training.html" >ENplus庐 auditor training</a></li><li class="item-251"><a href="/en/downloads/qm-training-se-europe.html" >QM training SE-Europe</a></li></ul> </div> <!-- End Right Sidebar --> </div> <main id="content" role="main" class="span9"> <!-- Begin Content --> <div id="system-message-container"> </div> <div class="item-page" itemscope itemtype="https://schema.org/Article"> <meta itemprop="inLanguage" content="en-GB" /> <div class="page-header"> <h2 itemprop="headline"> Accreditation certificate </h2> </div> <div itemprop="articleBody"> <p><a href="/images/Akkreditierungsurkunde_ISO_17020_BEA2020.pdf" target="_blank">Accreditation certificate ISO 17020</a>&nbsp;/&nbsp;<a href="/images/Akkreditierungsumfang_BEA_ISO_17020_2020_.pdf" target="_blank">Scope of accreditation</a></p> <p><a href="/images/Akkreditierungsurkunde_ISO_17025_BEA2019.pdf" target="_blank">Accreditation certificate ISO 17025</a>&nbsp;/&nbsp;<a href="/images/Akkreditierungsumfang_BEA_ISO_17025_2019.pdf" target="_blank">Scope of accreditation</a></p> </div> </div> <!-- End Content --> </main> </div> </div> </div> <!-- Footer --> <footer class="footer" role="contentinfo"> <div class="container"> <hr /> <p>&copy; BEA Institut f眉r Bioenergie GmbH 2025</p> <div class="moduletable"> <div class="mod-languages"> <ul class="lang-inline" dir="ltr"> <li> <a href="/de/downloads/akkreditierungsurkunde.html"> <img src="/media/mod_languages/images/de_at.gif" alt="Deutsch" title="Deutsch" /> </a> </li> <li class="lang-active"> <a href="https://www.bioenergy.co.at/en/downloads/accreditation-certificate.html"> <img src="/media/mod_languages/images/en.gif" alt="English" title="English" /> </a> </li> </ul> </div> </div> <div class="moduletable"> <ul class="nav menu_footer mod-list"> <li class="item-168 divider"><span class="separator ">| </span> </li><li class="item-590"><a href="/en/search.html" >Search</a></li><li class="item-591 divider"><span class="separator ">|</span> </li><li class="item-167"><a href="/en/imprint.html" >Imprint</a></li><li class="item-488 divider"><span class="separator ">| </span> </li><li class="item-487"><a href="/en/privacy-policy.html" >Privacy Policy</a></li><li class="item-250 divider"><span class="separator ">|</span> </li><li class="item-249"><a href="/en/terms-conditions.html" >Terms &amp; Conditions</a></li></ul> </div> <p class="pull-right"><a href="#top" id="back-top">Back to Top</a></p> </div> </footer> <script type="text/javascript"> function cookiehintsubmitnoc(obj) { if (confirm("A refusal will affect the functions of the website. Do you really want to decline?")) { document.cookie = 'reDimCookieHint=-1; expires=0; path=/'; cookiehintfadeOut(document.getElementById('redim-cookiehint-modal')); return true; } else { return false; } } </script> <div id="redim-cookiehint-modal"> <div id="redim-cookiehint"> <div class="cookiehead"> <span class="headline">We use cookies</span> </div> <div class="cookiecontent"> <p>We use cookies on our website. Some of them are essential for the operation of the site, while others help us to improve this site and the user experience (tracking cookies). You can decide for yourself whether you want to allow cookies or not. Please note that if you reject them, you may not be able to use all the functionalities of the site.</p> </div> <div class="cookiebuttons"> <a id="cookiehintsubmit" onclick="return cookiehintsubmit(this);" href="https://www.bioenergy.co.at/en/downloads/accreditation-certificate.html?rCH=2" class="btn">Ok</a> <a id="cookiehintsubmitno" onclick="return cookiehintsubmitnoc(this);" href="https://www.bioenergy.co.at/en/downloads/accreditation-certificate.html?rCH=-2" class="btn">Decline</a> <div class="text-center" id="cookiehintinfo"> <a target="_self" href="https://www.bioenergy.co.at/en/privacy-policy.html">More information</a> | <a target="_self" href="https://www.bioenergy.co.at/en/imprint.html">Imprint</a> </div> </div> <div class="clr"></div> </div> </div> <script type="text/javascript"> document.addEventListener("DOMContentLoaded", function(event) { if (!navigator.cookieEnabled){ document.getElementById('redim-cookiehint-modal').remove(); } }); function cookiehintfadeOut(el) { el.style.opacity = 1; (function fade() { if ((el.style.opacity -= .1) < 0) { el.style.display = "none"; } else { requestAnimationFrame(fade); } })(); } function cookiehintsubmit(obj) { document.cookie = 'reDimCookieHint=1; expires=Wed, 25 Feb 2026 23:59:59 GMT;57; path=/'; cookiehintfadeOut(document.getElementById('redim-cookiehint-modal')); return true; } function cookiehintsubmitno(obj) { document.cookie = 'reDimCookieHint=-1; expires=0; path=/'; cookiehintfadeOut(document.getElementById('redim-cookiehint-modal')); return true; } </script> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10