Creative Commons LicenseAttribution 4.0 License
















WoRMS taxon details
















Myotis mystacinus (Kuhl, 1817)















1049373 
(urn:lsid:marinespecies.org:taxname:1049373)

















accepted









Species









Myotis Kaup, 1829









Vespertilio mystacinus Kuhl, 1817















Vespertilio mystacinus Kuhl, 1817











marine, brackish, fresh, terrestrial









(ofVespertilio mystacinus Kuhl, 1817) Kuhl, H. (1817). Die deutschen Fledermäuse. <em>Hanau, [s.n.], 67 S., 2 Faltbl.</em>  [details]   










WoRMS (2019). Myotis mystacinus (Kuhl, 1817). Accessed at: http://www.marinespecies.org/aphia.php?p=taxdetails&id=1049373 on 2019-04-15










Date

action

by



2017-12-18 10:25:53Z

created

Decock, Wim












Creative Commons License The webpage text is licensed under a Creative Commons Attribution 4.0 License















aphia_jquery(document).ready(function()
// show active tab
if(location.hash)
aphia_jquery('a[href="' + location.hash + '"]').tab('show');
aphia_jquery('a[href="' + location.hash + '"]').get(0).scrollIntoView(true);
else
//Activate first tab
aphia_jquery('.nav-tabs a:first').tab('show');


// set hash on click without jump
aphia_jquery(document.body).on("click", "a[data-toggle=tab]", function(e)
e.preventDefault();
if(history.pushState)
//Adapt browser URL (Append tab suffix)
history.pushState(null, null, this.getAttribute("href"));
else
//Adapt browser URL (will cause page jump)
location.hash = this.getAttribute("href");


//After jump we still need to activate the tab
aphia_jquery('a[href="' + location.hash + '"]').tab('show');
if (location.hash=="#distributions" && aphia_jquery('#map').length) map.updateSize();
return false;
);
);

// set hash on popstate
aphia_jquery(window).on('popstate', function() aphia_jquery("a[data-toggle=tab]").first().attr("href");
aphia_jquery('a[href="' + anchor + '"]').tab('show');
);


.tabtitle-editor-only
filter:alpha(opacity=45);
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=45);
-moz-opacity:.45;
opacity:.45;
-khtml-opacity:.45









original description
 (ofVespertilio mystacinus Kuhl, 1817) Kuhl, H. (1817). Die deutschen Fledermäuse. <em>Hanau, [s.n.], 67 S., 2 Faltbl.</em>  [details]   

















LanguageName 

Dutch


baardvleermuis [from synonym]

 [details]

English


whiskered bat [from synonym]

 [details]





















Popular posts from this blog

Isurus Índice Especies | Notas | Véxase tamén | Menú de navegación"A compendium of fossil marine animal genera (Chondrichthyes entry)"o orixinal"A review of the Tertiary fossil Cetacea (Mammalia) localities in wales port taf Museum Victoria"o orixinalThe Vertebrate Fauna of the Selma Formation of Alabama. Part VII. Part VIII. The Mosasaurs The Fishes50419737IDsh85068767Isurus2548834613242066569678159923NHMSYS00210535017845105743

Is 1 ppb equal to 1 μg/kg? Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)How to determine the concentration after a dilution with Beer's law?What would be SMILES notation for a compound with delocalized bonding?Amount of substance of a molecule in a solute the same as amount of substance of constituent elements?Interpreting notation format 1.64E-02 from particulate emission dataWhat was the lithium concentration in 1940's 7-Up?Why are osmoles not considered SI units?Why is Ka constant when volume is increased?Should residual sodium be considered in measuring sodium content of sweat?Concentration of mercury in bodyConversion from a PPB value to µg/m3 of Isobutylene

What is the logic behind how bash tests for true/false?What is the difference between : and true?What is the builtin `:` used for in Bash?bash script trap for exit and err and logic for differenceWhat is the rationale behind $array not expanding the whole array in ksh and bash?extract columns from TRUE/FALSE matrix based on proportion of TRUE values within the columnExpression evaluates to false in for loop whereas it's true in ifWhy does `source foo && true` exit the script in bash?for loop logic porting from bash to cshBash: how can I run `sudo -n true` in the background without interfering with `read`?What's the purpose of “true” in bash “if sudo true; then”