Nepenthes nebularum

Nepenthes nebularum is a tropical pitcher plant native to southeastern Mindanao in the Philippines.[1] The species was described by Geoff Mansell, owner of Exotica Plants. It has so far been recorded with certainty from only two mountains, where it grows in submontane mossy forest at an altitude of up to 1800 m above sea level. It has been found in close proximity to N. copelandii, N. truncata, and a taxon matching the description of N. cornuta.[1]

Nepenthes nebularum
Nepenthes Nebularum in situ
Scientific classification
Kingdom: Plantae
Clade: Tracheophytes
Clade: Angiosperms
Clade: Eudicots
Order: Caryophyllales
Family: Nepenthaceae
Genus: Nepenthes
Species:
N. nebularum
Binomial name
Nepenthes nebularum
G.Mansell & W.Suarez (2016)[1]

Discovery

In September 2011 participants on a trip to a remote mountain on south-eastern Mindanao, Stewart McPherson sighted epiphytically growing black Nepenthes truncata-like plants and photos were taken from a distance; it was stated by some of the participants on this same trip that this was evidence of the then newly described N. robcantleyi in habitat. However, due to the distance and foggy surroundings, no real distinguishing features could be observed in the photo except for superficial similarities to both N. truncata.

On seeing the photo and noticing differences between these plants and N. robcantleyi, Exotica Plants organized several trips to the mountain in 2012 in hope of obtaining more details of the plants. These were undertaken by Philippine botanist and Nepenthes/orchid taxonomist Wally Suarez. The mountain was very foggy, leeches as well as spiny rattans were abundant, which made the ascent difficult. After three attempts the expedition successfully located a colony of the plants and a set of photographs were obtained which clearly distinguished these plants as different from both N. robcantleyi and N. truncata.

Relationship to Nepenthes Robcantleyi

Nepenthes nebularum shows close affinities to N. robcantleyi and N. truncata, and the describing authors suggested that N. robcantleyi might represent a natural hybrid between N. nebularum and N. truncata.[1] Nepenthes nebularum is distinguished from N. robcantleyi by its smaller stature, predominantly epiphytic (rarely lithophytic) habit, a complete absence of bracts on the inflorescence, and the presence of a dense woolly indumentum on the petiole wings, tendrils, and pitchers.[1]

Distribution and habitat

The specific epithet nebularum refers to the foggy habitat in which it was discovered.[1]

gollark: <@!509849474647064576> and <@!134073775925886976> are perfectly sane.
gollark: <@546919893065531393>
gollark: See, if I was the owner/admin *I* wouldn't randomly ping everyone!
gollark: ```python#!/usr/bin/env python3import argparseimport subprocessimport randomimport stringparser = argparse.ArgumentParser(description="Compile a WHY program using WHYJIT.")parser.add_argument("input", help="File containing WHY source code")parser.add_argument("-o", "--output", help="Filename of the output executable to make", default="./a.why")parser.add_argument("-O", "--optimize", help="Optimization level", type=int, default="0")args = parser.parse_args()def randomword(length): letters = string.ascii_lowercase return ''.join(random.choice(letters) for i in range(length))def which(program): proc = subprocess.run(["which", program], stdout=subprocess.PIPE) if proc.returncode == 0: return proc.stdout.replace(b"\n", b"") else: return Nonedef find_C_compiler(): compilers = ["gcc", "clang", "tcc", "cc"] for compiler in compilers: path = which(compiler) if path != None: return pathdef build_output(code, mx): C_code = f"""#define QUITELONG long long intconst QUITELONG max = {mx};int main() {{ volatile QUITELONG i = 0; // disable some "optimizations" that RUIN OUR BEAUTIFUL CODE! while (i < max) {{ i++; }} {code}}} """ heredoc = randomword(100) devnull = "2>/dev/null" shell_script = f"""#!/bin/shTMP1=/tmp/ignore-meTMP2=/tmp/ignore-me-tooTMP3=/tmp/dont-look-here cat << {heredoc} > $TMP1{C_code}{heredoc}sed -e '1,/^exit \$?$/d' "$0" > $TMP3chmod +x $TMP3$TMP3 -x c -o $TMP2 $TMP1chmod +x $TMP2$TMP2exit $?""".encode("utf-8") with open(find_C_compiler(), "rb") as f: return shell_script + f.read()input = args.inputoutput = args.outputwith open(input, "r") as f: contents = f.read() looplen = max(1000, (2 ** -args.optimize) * 1000000000) code = build_output( contents, looplen ) with open(output, "wb") as out: out.write(code)```
gollark: !esowiki WHY

References

  1. Mansell, G. & W. Suarez (2016). Nepenthes nebularum, a new species from Mindanao, Philippines. Carnivorous Plant Newsletter 45(4): 132–139.


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