Polycera melanosticta

Polycera melanosticta is a species of sea slug, a nudibranch, a shell-less marine gastropod mollusc in the family Polyceridae.[2]

Polycera melanosticta
Scientific classification
Kingdom:
Phylum:
Class:
Subclass:
Order:
Superfamily:
Family:
Subfamily:
Genus:
Species:
P. melanosticta
Binomial name
Polycera melanosticta
M. C. Miller, 1996[1]

Distribution

This species was described from ten specimens collected from underneath a paint raft at Devonport Naval Base, Waitemata Harbour, Auckland, New Zealand.

Ecology

Polycera melanosticta feeds on Bugula neritina and Bugula stolonifera.[1]

gollark: String center: this is pretty CC-specific.
gollark: Table length: `#table`.
gollark: Any specific thingies it's missing?
gollark: You can use luadash.
gollark: ```rust#[macro_use] extern crate serenity;extern crate dotenv;use serenity::client::{Client, EventHandler};use serenity::framework::standard::StandardFramework;use std::env;struct Handler;impl EventHandler for Handler {}pub fn main() { dotenv::dotenv().ok(); // Load bot token from environment, let mut client = Client::new(&env::var("DISCORD_TOKEN").expect("token unavailable"), Handler) .expect("Error creating client"); client.with_framework(StandardFramework::new() .configure(|c| c.prefix("~")) .cmd("ping", ping)); if let Err(why) = client.start() { eprintln!("An error occured: {:?}", why); }}command!(ping(_context, message) { let _ = message.reply("Pong!");});```Fun with discord bots, and yes this is literally the example code.

References

  1. Miller, M. C. (1996). A new species of the dorid nudibranch genus Polycera Cuvier, 1816 (Gastropoda: Opisthobranchia) from New Zealand. Proceedings of the Malacological Society of London. 62: 443-450.
  2. MolluscaBase (2018). Polycera melanosticta M. C. Miller, 1996. Accessed on 2019-10-12.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.