Industrial wastewater treatmentIndustrial wastewater treatment describes the processes used for treating wastewater that is produced by industries as an undesirable by-product. After treatment, the treated industrial wastewater (or effluent) may be reused or released to a sanitary sewer or to a surface water in the environment. Some industrial facilities generate wastewater that can be treated in sewage treatment plants.
Mosquito netA mosquito net is a type of meshed curtain that is circumferentially draped over a bed or a sleeping area, to offer the sleeper barrier protection against bites and stings from mosquitos, flies, and other pest insects, and thus against the diseases they may carry. Examples of such preventable insect-borne diseases include malaria, dengue fever, yellow fever, zika virus, Chagas disease and various forms of encephalitis, including the West Nile virus.
Dining philosophers problemIn computer science, the dining philosophers problem is an example problem often used in concurrent algorithm design to illustrate synchronization issues and techniques for resolving them. It was originally formulated in 1965 by Edsger Dijkstra as a student exam exercise, presented in terms of computers competing for access to tape drive peripherals. Soon after, Tony Hoare gave the problem its present form. Five philosophers dine together at the same table. Each philosopher has their own plate at the table.
Avian malariaAvian malaria is a parasitic disease of birds, caused by parasite species belonging to the genera Plasmodium and Hemoproteus (phylum Apicomplexa, class Haemosporidia, family Plasmoiidae). The disease is transmitted by a dipteran vector including mosquitoes in the case of Plasmodium parasites and biting midges for Hemoproteus. The range of symptoms and effects of the parasite on its bird hosts is very wide, from asymptomatic cases to drastic population declines due to the disease, as is the case of the Hawaiian honeycreepers.
Publicly funded health carePublicly funded healthcare is a form of health care financing designed to meet the cost of all or most healthcare needs from a publicly managed fund. Usually this is under some form of democratic accountability, the right of access to which are set down in rules applying to the whole population contributing to the fund or receiving benefits from it. The fund may be a not-for-profit trust that pays out for healthcare according to common rules established by the members or by some other democratic form.
Neglected tropical diseasesNeglected tropical diseases (NTDs) are a diverse group of tropical infections that are common in low-income populations in developing regions of Africa, Asia, and the Americas. They are caused by a variety of pathogens, such as viruses, bacteria, protozoa, and parasitic worms (helminths). These diseases are contrasted with the "big three" infectious diseases (HIV/AIDS, tuberculosis, and malaria), which generally receive greater treatment and research funding.
DiseaseA disease is a particular abnormal condition that negatively affects the structure or function of all or part of an organism and is not immediately due to any external injury. Diseases are often known to be medical conditions that are associated with specific signs and symptoms. A disease may be caused by external factors such as pathogens or by internal dysfunctions. For example, internal dysfunctions of the immune system can produce a variety of different diseases, including various forms of immunodeficiency, hypersensitivity, allergies, and autoimmune disorders.
Readers–writers problemIn computer science, the readers–writers problems are examples of a common computing problem in concurrency. There are at least three variations of the problems, which deal with situations in which many concurrent threads of execution try to access the same shared resource at one time. Some threads may read and some may write, with the constraint that no thread may access the shared resource for either reading or writing while another thread is in the act of writing to it.