Files
LAB_LINGKUNGAN/isbb_report_template.html
2025-04-24 10:25:31 +07:00

477 lines
19 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ISBB Work Climate Measurement Report</title>
<style>
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
color: #333;
font-size: 12px;
}
.container {
width: 210mm;
margin: 0 auto;
padding: 10mm;
box-sizing: border-box;
}
.header {
border-bottom: 2px solid #333;
padding-bottom: 10px;
margin-bottom: 20px;
}
.logo {
float: left;
max-height: 80px;
}
.lab-info {
float: right;
text-align: right;
}
.title {
text-align: center;
margin: 20px 0;
clear: both;
}
.title h1 {
margin: 0;
font-size: 18px;
font-weight: bold;
}
.title h2 {
margin: 5px 0;
font-size: 16px;
font-weight: normal;
}
.title h3 {
margin: 5px 0;
font-size: 14px;
font-weight: normal;
}
.clearfix::after {
content: "";
clear: both;
display: table;
}
.section {
margin-bottom: 15px;
}
.section-title {
font-weight: bold;
margin-bottom: 5px;
font-size: 13px;
background-color: #f0f0f0;
padding: 5px;
border-left: 3px solid #333;
}
table {
width: 100%;
border-collapse: collapse;
margin-bottom: 15px;
}
table, th, td {
border: 1px solid #999;
}
th {
background-color: #f0f0f0;
padding: 8px 5px;
text-align: center;
font-weight: bold;
}
td {
padding: 8px 5px;
text-align: left;
}
.text-center {
text-align: center;
}
.text-right {
text-align: right;
}
.footer {
margin-top: 30px;
border-top: 1px solid #999;
padding-top: 10px;
}
.signature {
float: right;
width: 33%;
text-align: center;
margin-top: 20px;
}
.signature-line {
border-top: 1px solid #333;
margin-top: 50px;
margin-left: auto;
margin-right: auto;
width: 80%;
}
.compliance {
padding: 3px;
border-radius: 3px;
font-weight: bold;
}
.comply {
background-color: #dff0d8;
color: #3c763d;
}
.not-comply {
background-color: #f2dede;
color: #a94442;
}
.watermark {
position: absolute;
top: 50%;
left: 25%;
transform: rotate(-45deg);
transform-origin: 50% 50%;
opacity: 0.1;
font-size: 100px;
z-index: -1;
color: #000;
white-space: nowrap;
}
.explanation-box {
background-color: #f9f9f9;
border: 1px solid #ddd;
padding: 10px;
margin: 10px 0;
font-style: italic;
}
.workload-table {
margin-top: 10px;
width: 70%;
}
@page {
size: A4;
margin: 0;
}
@media print {
.container {
width: 210mm;
height: 297mm;
padding: 10mm;
box-sizing: border-box;
}
}
</style>
</head>
<body>
<div class="container">
<div class="watermark">LABORATORY REPORT</div>
<div class="header clearfix">
<img src="lab_logo.png" alt="Laboratory Logo" class="logo">
<div class="lab-info">
<h2>ENVIRONMENTAL TESTING LABORATORY</h2>
<p>Jl. Laboratorium Lingkungan No. 123, Jakarta</p>
<p>Phone: (021) 555-1234, Email: info@env-lab.co.id</p>
<p>ACCREDITED KAN: LP-001-IDN</p>
</div>
</div>
<div class="title">
<h1>INDEKS SUHU BASAH DAN BOLA (ISBB) MEASUREMENT REPORT</h1>
<h2>REPORT NUMBER: LHU/ISBB/05/2024/001</h2>
<h3>Based on Permenaker No.5 Tahun 2018</h3>
</div>
<div class="section">
<div class="section-title">1. CLIENT INFORMATION</div>
<table>
<tr>
<td width="30%">Client Name</td>
<td width="70%">PT. Indonesia Steel Manufacturing</td>
</tr>
<tr>
<td>Address</td>
<td>Jl. Industri Baja No. 75, Cikarang, Bekasi</td>
</tr>
<tr>
<td>Contact Person</td>
<td>Ir. Adi Nugroho (HSE Manager)</td>
</tr>
<tr>
<td>Request Number</td>
<td>REQ/2024/05/002</td>
</tr>
</table>
</div>
<div class="section">
<div class="section-title">2. MEASUREMENT INFORMATION</div>
<table>
<tr>
<td width="30%">Measurement Date</td>
<td width="70%">May 12, 2024</td>
</tr>
<tr>
<td>Measurement Time</td>
<td>10:00 - 14:30 WIB</td>
</tr>
<tr>
<td>Measurement Officers</td>
<td>Ahmad Kusuma (Sampling Officer), Budi Santoso (Technical Analyst)</td>
</tr>
<tr>
<td>Weather Condition</td>
<td>Sunny, 33°C (outdoor temperature)</td>
</tr>
</table>
</div>
<div class="section">
<div class="section-title">3. EXPLANATION OF WORK LOAD CATEGORIES</div>
<div class="explanation-box">
<p>According to Permenaker No.5 Tahun 2018, work loads are categorized as follows:</p>
<ul>
<li><strong>Light Work:</strong> Activities that require 100-200 Kcal/hour energy expenditure, such as office work, control room operation, light assembly work.</li>
<li><strong>Moderate Work:</strong> Activities that require 200-350 Kcal/hour energy expenditure, such as moderate lifting, pushing, or pulling tasks, walking at moderate pace.</li>
<li><strong>Heavy Work:</strong> Activities that require 350-500 Kcal/hour energy expenditure, such as intensive manual labor, heavy lifting, shoveling, digging, etc.</li>
</ul>
<table class="workload-table">
<tr>
<th>Work Allocation</th>
<th>Light Work (°C)</th>
<th>Moderate Work (°C)</th>
<th>Heavy Work (°C)</th>
</tr>
<tr>
<td>75% - 100% Work</td>
<td class="text-center">31.0</td>
<td class="text-center">28.0</td>
<td class="text-center">--</td>
</tr>
<tr>
<td>50% - 75% Work</td>
<td class="text-center">31.0</td>
<td class="text-center">29.0</td>
<td class="text-center">27.5</td>
</tr>
<tr>
<td>25% - 50% Work</td>
<td class="text-center">32.0</td>
<td class="text-center">30.0</td>
<td class="text-center">29.0</td>
</tr>
<tr>
<td>0% - 25% Work</td>
<td class="text-center">32.2</td>
<td class="text-center">31.1</td>
<td class="text-center">30.0</td>
</tr>
</table>
</div>
</div>
<div class="section">
<div class="section-title">4. MEASUREMENT RESULTS</div>
<table>
<thead>
<tr>
<th rowspan="2">No.</th>
<th rowspan="2">Location</th>
<th rowspan="2">Work Type</th>
<th rowspan="2">Work Category</th>
<th rowspan="2">Work-Rest Allocation</th>
<th colspan="3">Temperature (°C)</th>
<th rowspan="2">ISBB Value (°C)</th>
<th rowspan="2">ISBB Standard (°C)</th>
<th rowspan="2">Compliance Status</th>
</tr>
<tr>
<th>Dry (Ta)</th>
<th>Wet (Tnw)</th>
<th>Globe (Tg)</th>
</tr>
</thead>
<tbody>
<tr>
<td class="text-center">1</td>
<td>Furnace Operation Area</td>
<td>Furnace monitoring and control</td>
<td>Moderate</td>
<td>75% work, 25% rest</td>
<td class="text-center">32.5</td>
<td class="text-center">27.8</td>
<td class="text-center">35.6</td>
<td class="text-center">29.7</td>
<td class="text-center">28.0</td>
<td class="text-center"><span class="compliance not-comply">NOT COMPLY</span></td>
</tr>
<tr>
<td class="text-center">2</td>
<td>Cold Rolling Mill</td>
<td>Machine operation and material handling</td>
<td>Moderate</td>
<td>75% work, 25% rest</td>
<td class="text-center">30.1</td>
<td class="text-center">25.2</td>
<td class="text-center">31.5</td>
<td class="text-center">26.8</td>
<td class="text-center">28.0</td>
<td class="text-center"><span class="compliance comply">COMPLY</span></td>
</tr>
<tr>
<td class="text-center">3</td>
<td>Steel Casting Section</td>
<td>Heavy manual casting tasks</td>
<td>Heavy</td>
<td>50% work, 50% rest</td>
<td class="text-center">33.2</td>
<td class="text-center">28.4</td>
<td class="text-center">36.8</td>
<td class="text-center">30.2</td>
<td class="text-center">29.0</td>
<td class="text-center"><span class="compliance not-comply">NOT COMPLY</span></td>
</tr>
<tr>
<td class="text-center">4</td>
<td>Welding Section</td>
<td>Manual welding tasks</td>
<td>Moderate</td>
<td>50% work, 50% rest</td>
<td class="text-center">29.5</td>
<td class="text-center">24.6</td>
<td class="text-center">31.0</td>
<td class="text-center">26.1</td>
<td class="text-center">29.0</td>
<td class="text-center"><span class="compliance comply">COMPLY</span></td>
</tr>
<tr>
<td class="text-center">5</td>
<td>Production Control Room</td>
<td>Monitoring and administrative tasks</td>
<td>Light</td>
<td>75% work, 25% rest</td>
<td class="text-center">28.6</td>
<td class="text-center">23.8</td>
<td class="text-center">29.2</td>
<td class="text-center">25.2</td>
<td class="text-center">31.0</td>
<td class="text-center"><span class="compliance comply">COMPLY</span></td>
</tr>
</tbody>
</table>
<p><strong>Notes:</strong></p>
<ul>
<li>ISBB (WBGT indoors) = 0.7 Tnw + 0.3 Tg</li>
<li>Ta = Dry bulb temperature, Tnw = Natural wet bulb temperature, Tg = Globe temperature</li>
<li>Measurement conducted at 1.1m height (standing worker's breathing zone)</li>
</ul>
</div>
<div class="section">
<div class="section-title">5. MEASUREMENT METHOD</div>
<table>
<tr>
<th width="20%">Parameter</th>
<th width="20%">Method</th>
<th width="35%">Equipment</th>
<th width="25%">Calibration Status</th>
</tr>
<tr>
<td>ISBB (WBGT) Index</td>
<td>SNI 7062: 2019</td>
<td>WBGT Meter Extech HT30 SN:EX55667788</td>
<td>Valid until June 5, 2024</td>
</tr>
<tr>
<td>Dry Bulb Temperature</td>
<td>SNI 7062: 2019</td>
<td>WBGT Meter Extech HT30 SN:EX55667788</td>
<td>Valid until June 5, 2024</td>
</tr>
<tr>
<td>Wet Bulb Temperature</td>
<td>SNI 7062: 2019</td>
<td>WBGT Meter Extech HT30 SN:EX55667788</td>
<td>Valid until June 5, 2024</td>
</tr>
<tr>
<td>Globe Temperature</td>
<td>SNI 7062: 2019</td>
<td>WBGT Meter Extech HT30 SN:EX55667788</td>
<td>Valid until June 5, 2024</td>
</tr>
</table>
</div>
<div class="section">
<div class="section-title">6. NOTES AND RECOMMENDATIONS</div>
<p>Based on the measurement results, the following findings and recommendations are provided:</p>
<ol>
<li>Two areas (Furnace Operation Area and Steel Casting Section) exceed the ISBB threshold limits according to Permenaker No.5 Tahun 2018.</li>
<li>For the Furnace Operation Area with ISBB of 29.7°C (exceeding the 28.0°C limit for moderate work with 75% work allocation), it is recommended to:
<ul>
<li>Adjust work-rest allocation to 50% work, 50% rest to comply with the 29.0°C threshold for moderate work</li>
<li>Improve ventilation and heat controls in the area</li>
<li>Provide personal cooling garments for workers</li>
<li>Increase frequency of breaks in cool rest areas</li>
</ul>
</li>
<li>For the Steel Casting Section with ISBB of 30.2°C (exceeding the 29.0°C limit for heavy work with 50% work allocation), it is recommended to:
<ul>
<li>Reduce work allocation to 25% work, 75% rest or implement job rotation</li>
<li>Install additional heat shields near heat sources</li>
<li>Install additional local exhaust ventilation or spot cooling</li>
<li>Provide adequate cool drinking water and electrolyte replacement</li>
<li>Implement a heat acclimatization program for new workers</li>
</ul>
</li>
<li>Cold Rolling Mill, Welding Section and Production Control Room have ISBB values below the threshold limits and are in compliance.</li>
<li>General recommendations for all areas:
<ul>
<li>Ensure regular maintenance of ventilation systems</li>
<li>Provide training for workers on heat stress recognition and first aid</li>
<li>Conduct regular medical surveillance for workers in hot environments</li>
<li>Monitor ISBB values during peak hot season</li>
</ul>
</li>
</ol>
</div>
<div class="section">
<div class="section-title">7. REGULATION REFERENCES</div>
<p>This measurement report refers to:</p>
<ol>
<li>Peraturan Menteri Ketenagakerjaan Republik Indonesia Nomor 5 Tahun 2018 tentang Keselamatan dan Kesehatan Kerja Lingkungan Kerja</li>
<li>SNI 7062: 2019 regarding Work Climate Measurement Methods</li>
<li>ACGIH (American Conference of Governmental Industrial Hygienists) Threshold Limit Values for Heat Stress</li>
</ol>
</div>
<div class="footer clearfix">
<p>Report Issue Date: May 15, 2024</p>
<p>This report is only valid for the samples measured and may not be reproduced partially without written approval from the laboratory.</p>
<div class="signature">
<p>Analyst</p>
<div class="signature-line"></div>
<p>Budi Santoso</p>
<p>Industrial Hygienist</p>
</div>
<div class="signature">
<p>Verified by</p>
<div class="signature-line"></div>
<p>Hendra Wijaya</p>
<p>Testing Supervisor</p>
</div>
<div class="signature">
<p>Approved by</p>
<div class="signature-line"></div>
<p>Farida Nurhasanah</p>
<p>Laboratory Manager</p>
</div>
</div>
<div style="text-align: center; margin-top: 50px; font-size: 10px;">
<p>*END OF REPORT*</p>
<p>Page 1 of 1</p>
</div>
</div>
</body>
</html>