Plecodus

Plecodus is a genus of cichlids endemic to Lake Tanganyika in Africa. They feed on scales.[1]

Plecodus
Plecodus paradoxus
Scientific classification
Kingdom: Animalia
Phylum: Chordata
Class: Actinopterygii
Order: Cichliformes
Family: Cichlidae
Tribe: Perissodini
Genus: Plecodus
Boulenger, 1898
Type species
Plecodus paradoxus
Boulenger, 1898

Species

There are currently four recognized species in this genus:[2]

gollark: ```rust#[macro_use] extern crate serenity;use serenity::client::{Client, EventHandler};use serenity::framework::standard::StandardFramework;use std::env;struct Handler;impl EventHandler for Handler {}pub fn main() { // Login with a bot token from the environment let mut client = Client::new(&env::var("DISCORD_TOKEN").expect("token"), Handler) .expect("Error creating client"); client.with_framework(StandardFramework::new() .configure(|c| c.prefix("~")) .cmd("ping", ping)); if let Err(why) = client.start() { println!("An error occurred while running the client: {:?}", why); }}command!(ping(_context, message) { let _ = message.reply("Pong!");});```This is the example code, admittedly, yes.
gollark: It's in Rust.
gollark: AutoBotRobot is currently undergoing extensive development and testing. Feature suggestions?
gollark: What is this "shard"?
gollark: Ah.

References

  1. Takahashi, R.; Watanabe, K.; Nishida, M.; Hori, M. (2007). "Evolution of feeding specialization in Tanganyikan scale-eating cichlids: A molecular phylogenetic approach". BMC Evolutionary Biology. 7: 195. doi:10.1186/1471-2148-7-195. PMC 2212659. PMID 17945014.
  2. Froese, Rainer and Pauly, Daniel, eds. (2013). Species of Plecodus in FishBase. April 2013 version.


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