About Bird Flu

Everything you need to know about bird flu

Archive for May, 2008

Confirmed: Human-to-human bird flu transmission

Posted by Lightning on May 25, 2008 under Information

flu.jpg
A recent report has confirmed that a father and son in China had been infected with bird flu, wherein the son caught the virus in a poultry market, and the father caught the flu from his son. The 24-year old son died while the 52-year old father survived after being treated and vaccinated in a H5N1 clinical trial. Other family members, colleagues and friends were also treated to make sure the virus does not spread. All the others tested negative for the H5N1 virus, which means the virus does not easily spread through casual contact. Samples of the virus from father and son showed almost identical genetic characteristics.

(source)

Traveler’s Tips

Posted by Lightning on May 20, 2008 under Guidelines

Image Source: delivery.superstock.com

It is important to take extra care especially when you are bound for Southeast Asian destinations or any other places in the world which has outbreaks of the bird flu virus. The bird flu virus can kill you. It is not some sickness that can be treated with just an over the counter medicine. When you’re in a foreign country, as much as possible, avoid the rural areas. These are places which have farms. Domesticated fowls are much to be avoided. Open air markets not only offers a great place for bargain but are also where bacteria and virus breed. The best way to fight infections is to wash hands faithfully. Bring with you hand sanitizers or alcohol. Avoid raw eggs. And get yourself a flu shot so as to have that extra layer of protection from sorts of diseases.

Smuggled birds a threat to health

Posted by Lightning on May 19, 2008 under Outbreaks

bird.jpg
Bird flu cases have been recorded in South East Asia, particularly in Indonesia, Thailand Cambodia and Malaysia. In the Philippines, no cases have been recorded so far, but it might not have a clean record for long if smuggling of wild birds from its neighboring countries is not stopped. Smuggling of goods has been rampant in the Philippines, and birds are no exception. Some of these birds are endangered, and despite existing laws that prohibits such practices, implementation of the law has been weak.

The government’s role is not only in providing health care during outbreaks, but also protecting its borders for threats. Protecting wildlife and protecting the citizens for possible flu outbreaks should be a priority to the government.

(source)

Mere Paranoia?

Posted by Lightning on May 15, 2008 under Information

paranoid.jpgThe previous articles might sound too paranoid. But the fact is flu spreads fast and easy. Vaccines take time to be developed, manufactured and distributed. Not everyone have access to treatment and proper health care. The virus may mutate with every infection, and a new set of vaccines will have to be developed. Most of the time, the population dismiss a certain case as “it will never happen” until it is already happening.

Prevention is the key. And prevention should not be an individual effort, but a collaborative effort between and among governments, health institutions and citizens. Let us be aware of the developments on the bird flu.

Links:
World Health Organization – Avian Influenza

How to survive bird flu

Bird Flu Vaccine Trial: Positive Results

Posted by Lightning on May 9, 2008 under News and Updates, Vaccines

We reported last time that a possible vaccine is in the works at Purdue; here’s another positive light on the vaccine coming from Vietnam.

The vaccine which is currently being trialled on thirty Military Medical Institute students have gotten good results so far. The vaccine manufacturer, Vabiotech, was given the go signal to try the vaccine on humans after a good show on animal experiments last year.

The vaccine was based on developed monkey kidney cells. Although this may be good for Vietnam, there might be some problems with other countries as World Health Organization representative, Sean Tobin reported:

“Certainly there would be some extra level of scrutiny required, if they were to try and use this vaccine in other countries,” he said.

“But Vabiotech do have a long experience with other kinds of vaccines using this monkey kidney cell technology, they feel, and the government here feels quite confident in those vaccines.”

Source

About this Site

    About Bird Flu is a resource site on bird flu, also commonly known as avian flu. Here you will find news on outbreaks, the latest on medical research, as well as symptoms, diagnosis and treatment of the disease. It is hoped that by educating readers on bird flu, its spread to humans will be prevented.

Recent Comments

google.load("language", "1"); var curstate = 0; var hasloaded = 0; function bnc_show_translated() { if (hasloaded == 0) { bnc_lang_callback(); hasloaded = 1; } for (i = 0; i < 0; i++) { var elem = $("bnc_original_" + i); if (elem) { if (curstate) { elem.show(); } else { elem.hide(); } } } for (i = 0; i < 0; i++) { var elem = $("bnc_trans_" + i); if (elem) { if (curstate) { elem.hide(); } else { elem.show(); } } } if (curstate) { $("bnc_trans_state1").show(); $("bnc_trans_state2").hide(); curstate = 0; } else { $("bnc_trans_state1").hide(); $("bnc_trans_state2").show(); curstate = 1; } } function bnc_detect_div(div_id) { var text = document.getElementById(div_id); if (text) { text = text.innerHTML; if (text.length > 0) { google.language.detect(text, function(result) { if (!result.error) { if (result.language != "en") { if (result.confidence > 0.25) { $("bnc_translating").show(); bnc_xlate_div(result.language, div_id, "en"); } } } } ); } } } function bnc_xlate_div(src_lang,div_id,o_lang) { var text = document.getElementById(div_id); if (text) { text = text.innerHTML; google.language.translate(text, src_lang, o_lang, function(result) { var translated = document.getElementById(div_id); if (result.translation) { translated.innerHTML = result.translation; } }); } } function bnc_lang_callback() { } function bnc_startup() { bnc_xlate_div("en", "bnc_translate_info", "en"); bnc_xlate_div("en", "bnc_translate_info2", "en"); } google.setOnLoadCallback(bnc_startup);