Chryseobacterium xinjiangense

Chryseobacterium xinjiangense is a bacterium from the genus Chryseobacterium. It has been isolated from the alpine permafrost of the Tianshan Mountains in China.[1][3][4][5]

Chryseobacterium xinjiangense
Scientific classification
Kingdom:
Phylum:
Class:
Order:
Family:
Genus:
Species:
C. xinjiangense
Binomial name
Chryseobacterium xinjiangense
Zhao et al. 2011[1]
Type strain
CCTCC AB 207183, NRRL B-51308, TSBY 67[2]

Further reading

  • Zhao, Q; Bai, Y; Zhang, G; Zhu, S; Sheng, H; Sun, Y; An, L (June 2011). "Chryseobacterium xinjiangense sp. nov., isolated from alpine permafrost". International Journal of Systematic and Evolutionary Microbiology. 61 (Pt 6): 1397–401. doi:10.1099/ijs.0.024141-0. PMID 20584811.
  • Yumoto, ed. by Isao (2013). Cold-adapted microorganisms. Norfolk: Caister Academic Press. ISBN 1-908230-26-6.CS1 maint: extra text: authors list (link)
gollark: We need some sort of Rust-based RPG, because Rust is good, all Hail Rust Rust Rust, Rust Rust, Rust... Rust.
gollark: ```rustuse wasm_bindgen::prelude::*;#[derive(Default)]pub struct Counter { value: i32,}pub enum Message { Increment, Decrement, Reset,}impl draco::App for Counter { type Message = Message; fn update(&mut self, _: &draco::Mailbox<Message>, message: Self::Message) { use self::Message::*; match message { Increment => self.value += 1, Decrement => self.value -= 1, Reset => self.value = 0, } } fn render(&self) -> draco::Node<Self::Message> { use draco::html as h; h::div() .push(h::button().push("-").on("click", |_| Message::Decrement)) .push(self.value) .push(h::button().push("+").on("click", |_| Message::Increment)) .push(h::button().push("Reset").on("click", |_| Message::Reset)) .into() }}#[wasm_bindgen]pub fn start() { draco::start( Counter::default(), draco::select("main").expect("main").into(), );}pub fn main() {}```RUSTRUSTRUSTRUST
gollark: General ignorethisU Role Playing System.
gollark: Gurp gurp.
gollark: CnC? CaC? C&C?

References

  1. LPSN lpsn.dsmz.de
  2. Straininfo of Chryseobacterium xinjiangense
  3. UniProt
  4. Zhao, Q; Bai, Y; Zhang, G; Zhu, S; Sheng, H; Sun, Y; An, L (June 2011). "Chryseobacterium xinjiangense sp. nov., isolated from alpine permafrost". International Journal of Systematic and Evolutionary Microbiology. 61 (Pt 6): 1397–401. doi:10.1099/ijs.0.024141-0. PMID 20584811.
  5. Yumoto, ed. by Isao (2013). Cold-adapted microorganisms. Norfolk: Caister Academic Press. ISBN 1-908230-26-6.CS1 maint: extra text: authors list (link)


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