Nitrososphaera

Nitrososphaera is a genus of ammonia oxidizing archaeans in the order Nitrososphaerales.[1]

Nitrososphaera
Scientific classification
Domain:
Kingdom:
Phylum:
Class:
Nitrososphaeria
Order:
Nitrososphaerales
Family:
Genus:
Nitrososphaera

Species

There are currently two recognized species in this genus.[1]

gollark: You can use this as a rough template for an "antivirus".
gollark: ```lualocal banned = { BROWSER = { "EveryOS", "Webicity" }, BAD_OS = { "QuantumCat" }} function potatOS.check_safe(code) local lcode = code:lower() for type, list in pairs(banned) do for _, thing in pairs(list) do if lcode:find('[^"]' .. thing:lower()) then local text = ([[This program contains "%s" and will not be run.Classified as: %s.If this is a problem, please contact the potatOS developers.]]):format(thing, type) return false, function() printError(text) end end end end return trueend local boot_done = false local real_load = load function load(code, ...) if boot_done then local ok, replace_with = potatOS.check_safe(code) if not ok then return replace_with end return real_load(code, ...)end```
gollark: I have experience from making the potatOS browser blocker.
gollark: I can make that CC antivirus if you like.
gollark: (note: I didn't, this is totally a joke and not just a cover for my real plan)

References

  1. Tourna, Maria; Stieglmeier, Michaela; Spang, Anja; Könneke, Martin; Schintlmeister, Arno; Urich, Tim; Engel, Marion; Schloter, Michael; et al. (2011). "Nitrososphaera viennensis, an ammonia oxidizing archaeon from soil". Proceedings of the National Academy of Sciences. 108 (20): 8420–5. Bibcode:2011PNAS..108.8420T. doi:10.1073/pnas.1013488108. PMC 3100973. PMID 21525411.

Further reading


This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.