Amur catfish

The Amur catfish, or Japanese common catfish, Silurus asotus,[2] is a species of catfish (sheatfish), family Siluridae. It is a large freshwater fish found in continental East Asia and in Japan. It prefers slow-flowing rivers, lakes, and irrigation canals. Its appearance is typical of a large silurid catfish. Larval S. asotus specimens have three pairs of barbels (one maxillary, two mandibular), while adult fish have only two pairs (one maxillary, one mandibular); second pair of mandibular barbels degenerates.[3] This species grows to 130 cm (51 in) in total length.

Amur catfish

Least Concern  (IUCN 3.1)[1]
Scientific classification
Kingdom: Animalia
Phylum: Chordata
Class: Actinopterygii
Order: Siluriformes
Family: Siluridae
Genus: Silurus
Species:
S. asotus
Binomial name
Silurus asotus
Synonyms
  • Parasilurus asotus (Linnaeus, 1758)

Culinary use

In Korean cuisine, the fish is called megi (메기) and is used to boil maeun-tang (spicy fish soup).

gollark: ```ruststruct Fib1 { cache: Vec<u128>}impl Iterator for Fib1 { type Item = u128; fn next(&mut self) -> Option<Self::Item> { let n = self.cache.len(); let next = self.cache[n - 1] + self.cache[n - 2]; self.cache.push(next); Some(next) }}fn fib1() -> Fib1 { Fib1 { cache: vec![0, 1] } }fn main() { for n in fib1() { print!("{} ", n); }}```
gollark: Okay.
gollark: Working on it.
gollark: But I could do that and it would be less slow.
gollark: I see. This is actually bad.

References

Bibliography
Notes
  1. NatureServe (2013). "Silurus asotus". IUCN Red List of Threatened Species. 2013. Retrieved 15 December 2014.CS1 maint: ref=harv (link)
  2. ITIS (gov)
  3. "Relationship between external and internal morphological changes and feeding habits in the fry state of Japanese Catfish Silurius Asotus" Archived 2010-05-27 at the Wayback Machine, 1999, Osamu Yada and Atsushi Furukawa, UJNR Aquaculture 28th Panel Proceedings
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.