BMI Calculator : calculate your perfect weight according to your height

BMI Calculator

WHO classsification of BMI and bodyweight

Kilograms
Grams
Pounds

Meters
Centimeters
Feet
Inches

BMI Range (kg/m2) BMI Range (lb/ft2) Category
< 18.5 < 0.703 Underweight
18.5 – 24.9 0.703 – 0.956 Normal weight
25 – 29.9 0.957 – 1.106 Overweight
30 – 34.9 1.107 – 1.286 Obese I
35 – 39.9 1.287 – 1.473 Obese II
≥ 40 ≥ 1.474 Obese III

Comment your findings below.

function calculateBMI() {
var weight = parseFloat(document.getElementById(‘weight’).value);
var height = parseFloat(document.getElementById(‘height’).value);
var weightUnit = document.getElementById(‘weightUnit’).value;
var heightUnit = document.getElementById(‘heightUnit’).value;
var bmi;

if (weightUnit === ‘g’) {
weight = weight / 1000;
} else if (weightUnit === ‘lb’) {
weight = weight * 0.453592;
}

if (heightUnit === ‘cm’) {
height = height / 100;
} else if (heightUnit === ‘ft’) {
height = height * 0.3048;
} else if (heightUnit === ‘in’) {
height = height * 0.0254;
}

bmi = weight / (height * height);

var resultElement = document.getElementById(‘result’);
resultElement.innerHTML = ‘Your BMI: ‘ + bmi.toFixed(2) + ‘‘;

var referenceTable = document.getElementById(‘referenceTable’);
var category = ”;

if (bmi = 18.5 && bmi = 25 && bmi = 30 && bmi = 35 && bmi < 40) {
category = 'Obese II';
resultElement.style.color = '#ff3300';
} else {
category = 'Obese III';
resultElement.style.color = '#ff0000';
}

resultElement.innerHTML += '
Category: ‘ + category + ‘‘;
}

MR vaccination campaign 2080-81

MR vaccination campaign 2080-81

Introduction

खोपबाट बचाउन सकिने विभिन्न रोगहरू लाग्ने दरमा उल्लेखनीय रुपमा कमी ल्याई ती
रोगहरूको
कारणबाट हुने अपाङ्गता र बाल मृत्यु दर घटाउनु नै खोप कार्यक्रमको लक्ष्य हो।
यो कार्यक्रम नेपाल 
सरकारको पहिलो प्राथमिकता प्राप्त कार्यक्रमहरू मध्येको एक हो। खोप कार्यक्रमले
शिशु मृत्यु दर, बाल 
मृत्यु दर र मातृ मृत्यु दर घटाउनमा बिशेष योगदान पु¥याउँछ । राष्ट्रिय खोप
कार्यक्रमको लक्ष्य हासिल 
गर्न देशभरीका सबै स्थान र वर्ग–समुदायसम्म खोप सेवाको पहुँच भएको हुनु पर्दछ ।
त्यसैगरी लक्षित 
व्यक्ति सबैले हरेक खोपको पूर्ण मात्रा लिन जरुरी हुन्छ ।

Thank you.
Please explore more below.

Furunculosis of EAC presentation : presentation for medical Students

Furunculosis of EAC presentation

Boil in EAC

Introduction

  • It is a form of otitis externa occurring from single hair follicle infection
  • This is an infectious inflammatory condition
  • Anatomically, There are hair follicles in the EAC which  can get infected and may form small abscess which is presents as otitis externa
  • Diagnosis of furunculosis is made after examination
  • It is also called boil

Thank you. 

Epidemic and disaster Orientation Slides

Epidemic and disaster Orientation Slides

Epidemic and disaster source:pixabay

If you use above slides please acknowledge me.

Introduction

 

 Causes     

  

Transmission and spread

     

Impact of Epidemics and Pandemics

      

Control and management of epidemic

    

Role of FCHV and other stakeholders

 
If you use above slides please acknowledge me.
Thank you for reading.

Temperature classification of bacteria

Temperature classification of Bacteria 2024

Bacteria can be classified based on their temperature requirements for growth. The classification is primarily divided into three categories: psychrophiles, mesophiles, and thermophiles, depending on their optimal growth temperature.

1. Psychrophiles:

   – Optimal growth temperature: Below 20°C (68°F)
   – Range: Can grow at temperatures as low as -15°C (5°F) and up to 20°C.
   – Habitat: Found in cold environments such as polar regions and deep ocean waters.

2. Mesophiles:

   – Optimal growth temperature: 20°C to 45°C (68°F to 113°F)
   – Range: Can grow at moderate temperatures, typically between 10°C and 50°C.
   – Habitat: Many human pathogens, as well as organisms in environments with moderate temperatures, fall into this category.

3. Thermophiles:

   – Optimal growth temperature: 45°C to 80°C (113°F to 176°F)
   – Range: Can grow at high temperatures, often between 40°C and 80°C.
   – Habitat: Found in hot environments, such as hot springs, geothermal areas, and compost heaps.

4. Hyperthermophiles:

   – Optimal growth temperature: Above 80°C (176°F)
   – Range: Can grow at extremely high temperatures, often above 80°C.
   – Habitat: Typically found in extremely hot environments, like hydrothermal vents and volcanic areas.
The temperature classification of bacteria is important in various fields, including microbiology, biotechnology, and industrial processes, as it influences the choice of conditions for bacterial culture and other applications. Different bacteria have adapted to thrive in specific temperature ranges, and understanding these temperature preferences is crucial for studying and manipulating microbial ecosystems.

Temperature classification of bacteria

table {
width: 100%;
border-collapse: collapse;
margin-top: 20px;
}

table, th, td {
border: 1px solid black;
}

th, td {
padding: 10px;
text-align: left;
}

Temperature Classification of Bacteria

Classification Optimal Growth Temperature Temperature Range Examples of Bacteria
Psychrophiles Below 20°C (68°F) -15°C to 20°C (5°F to 68°F) Psychrobacter, Colwellia
Mesophiles 20°C to 45°C (68°F to 113°F) 10°C to 50°C (50°F to 122°F) Escherichia coli, Staphylococcus aureus
Thermophiles 45°C to 80°C (113°F to 176°F) 40°C to 80°C (104°F to 176°F) Thermus aquaticus, Geobacillus
Hyperthermophiles Above 80°C (176°F) Above 80°C (176°F) Pyrolobus fumarii, Thermococcus celer

classification of bacteria pdf

Exit mobile version