<!--{{{-->
<link rel='alternate' type='application/rss+xml' title='RSS' href='index.xml' />
<!--}}}-->
Background: #fff
Foreground: #000
PrimaryPale: #8cf
PrimaryLight: #18f
PrimaryMid: #04b
PrimaryDark: #014
SecondaryPale: #ffc
SecondaryLight: #fe8
SecondaryMid: #db4
SecondaryDark: #841
TertiaryPale: #eee
TertiaryLight: #ccc
TertiaryMid: #999
TertiaryDark: #666
Error: #f88
/*{{{*/
body {background:[[ColorPalette::Background]]; color:[[ColorPalette::Foreground]];}

a {color:[[ColorPalette::PrimaryMid]];}
a:hover {background-color:[[ColorPalette::PrimaryMid]]; color:[[ColorPalette::Background]];}
a img {border:0;}

h1,h2,h3,h4,h5,h6 {color:[[ColorPalette::SecondaryDark]]; background:transparent;}
h1 {border-bottom:2px solid [[ColorPalette::TertiaryLight]];}
h2,h3 {border-bottom:1px solid [[ColorPalette::TertiaryLight]];}

.button {color:[[ColorPalette::PrimaryDark]]; border:1px solid [[ColorPalette::Background]];}
.button:hover {color:[[ColorPalette::PrimaryDark]]; background:[[ColorPalette::SecondaryLight]]; border-color:[[ColorPalette::SecondaryMid]];}
.button:active {color:[[ColorPalette::Background]]; background:[[ColorPalette::SecondaryMid]]; border:1px solid [[ColorPalette::SecondaryDark]];}

.header {background:[[ColorPalette::PrimaryMid]];}
.headerShadow {color:[[ColorPalette::Foreground]];}
.headerShadow a {font-weight:normal; color:[[ColorPalette::Foreground]];}
.headerForeground {color:[[ColorPalette::Background]];}
.headerForeground a {font-weight:normal; color:[[ColorPalette::PrimaryPale]];}

.tabSelected{color:[[ColorPalette::PrimaryDark]];
	background:[[ColorPalette::TertiaryPale]];
	border-left:1px solid [[ColorPalette::TertiaryLight]];
	border-top:1px solid [[ColorPalette::TertiaryLight]];
	border-right:1px solid [[ColorPalette::TertiaryLight]];
}
.tabUnselected {color:[[ColorPalette::Background]]; background:[[ColorPalette::TertiaryMid]];}
.tabContents {color:[[ColorPalette::PrimaryDark]]; background:[[ColorPalette::TertiaryPale]]; border:1px solid [[ColorPalette::TertiaryLight]];}
.tabContents .button {border:0;}

#sidebar {}
#sidebarOptions input {border:1px solid [[ColorPalette::PrimaryMid]];}
#sidebarOptions .sliderPanel {background:[[ColorPalette::PrimaryPale]];}
#sidebarOptions .sliderPanel a {border:none;color:[[ColorPalette::PrimaryMid]];}
#sidebarOptions .sliderPanel a:hover {color:[[ColorPalette::Background]]; background:[[ColorPalette::PrimaryMid]];}
#sidebarOptions .sliderPanel a:active {color:[[ColorPalette::PrimaryMid]]; background:[[ColorPalette::Background]];}

.wizard {background:[[ColorPalette::PrimaryPale]]; border:1px solid [[ColorPalette::PrimaryMid]];}
.wizard h1 {color:[[ColorPalette::PrimaryDark]]; border:none;}
.wizard h2 {color:[[ColorPalette::Foreground]]; border:none;}
.wizardStep {background:[[ColorPalette::Background]]; color:[[ColorPalette::Foreground]];
	border:1px solid [[ColorPalette::PrimaryMid]];}
.wizardStep.wizardStepDone {background:[[ColorPalette::TertiaryLight]];}
.wizardFooter {background:[[ColorPalette::PrimaryPale]];}
.wizardFooter .status {background:[[ColorPalette::PrimaryDark]]; color:[[ColorPalette::Background]];}
.wizard .button {color:[[ColorPalette::Foreground]]; background:[[ColorPalette::SecondaryLight]]; border: 1px solid;
	border-color:[[ColorPalette::SecondaryPale]] [[ColorPalette::SecondaryDark]] [[ColorPalette::SecondaryDark]] [[ColorPalette::SecondaryPale]];}
.wizard .button:hover {color:[[ColorPalette::Foreground]]; background:[[ColorPalette::Background]];}
.wizard .button:active {color:[[ColorPalette::Background]]; background:[[ColorPalette::Foreground]]; border: 1px solid;
	border-color:[[ColorPalette::PrimaryDark]] [[ColorPalette::PrimaryPale]] [[ColorPalette::PrimaryPale]] [[ColorPalette::PrimaryDark]];}

.wizard .notChanged {background:transparent;}
.wizard .changedLocally {background:#80ff80;}
.wizard .changedServer {background:#8080ff;}
.wizard .changedBoth {background:#ff8080;}
.wizard .notFound {background:#ffff80;}
.wizard .putToServer {background:#ff80ff;}
.wizard .gotFromServer {background:#80ffff;}

#messageArea {border:1px solid [[ColorPalette::SecondaryMid]]; background:[[ColorPalette::SecondaryLight]]; color:[[ColorPalette::Foreground]];}
#messageArea .button {color:[[ColorPalette::PrimaryMid]]; background:[[ColorPalette::SecondaryPale]]; border:none;}

.popupTiddler {background:[[ColorPalette::TertiaryPale]]; border:2px solid [[ColorPalette::TertiaryMid]];}

.popup {background:[[ColorPalette::TertiaryPale]]; color:[[ColorPalette::TertiaryDark]]; border-left:1px solid [[ColorPalette::TertiaryMid]]; border-top:1px solid [[ColorPalette::TertiaryMid]]; border-right:2px solid [[ColorPalette::TertiaryDark]]; border-bottom:2px solid [[ColorPalette::TertiaryDark]];}
.popup hr {color:[[ColorPalette::PrimaryDark]]; background:[[ColorPalette::PrimaryDark]]; border-bottom:1px;}
.popup li.disabled {color:[[ColorPalette::TertiaryMid]];}
.popup li a, .popup li a:visited {color:[[ColorPalette::Foreground]]; border: none;}
.popup li a:hover {background:[[ColorPalette::SecondaryLight]]; color:[[ColorPalette::Foreground]]; border: none;}
.popup li a:active {background:[[ColorPalette::SecondaryPale]]; color:[[ColorPalette::Foreground]]; border: none;}
.popupHighlight {background:[[ColorPalette::Background]]; color:[[ColorPalette::Foreground]];}
.listBreak div {border-bottom:1px solid [[ColorPalette::TertiaryDark]];}

.tiddler .defaultCommand {font-weight:bold;}

.shadow .title {color:[[ColorPalette::TertiaryDark]];}

.title {color:[[ColorPalette::SecondaryDark]];}
.subtitle {color:[[ColorPalette::TertiaryDark]];}

.toolbar {color:[[ColorPalette::PrimaryMid]];}
.toolbar a {color:[[ColorPalette::TertiaryLight]];}
.selected .toolbar a {color:[[ColorPalette::TertiaryMid]];}
.selected .toolbar a:hover {color:[[ColorPalette::Foreground]];}

.tagging, .tagged {border:1px solid [[ColorPalette::TertiaryPale]]; background-color:[[ColorPalette::TertiaryPale]];}
.selected .tagging, .selected .tagged {background-color:[[ColorPalette::TertiaryLight]]; border:1px solid [[ColorPalette::TertiaryMid]];}
.tagging .listTitle, .tagged .listTitle {color:[[ColorPalette::PrimaryDark]];}
.tagging .button, .tagged .button {border:none;}

.footer {color:[[ColorPalette::TertiaryLight]];}
.selected .footer {color:[[ColorPalette::TertiaryMid]];}

.sparkline {background:[[ColorPalette::PrimaryPale]]; border:0;}
.sparktick {background:[[ColorPalette::PrimaryDark]];}

.error, .errorButton {color:[[ColorPalette::Foreground]]; background:[[ColorPalette::Error]];}
.warning {color:[[ColorPalette::Foreground]]; background:[[ColorPalette::SecondaryPale]];}
.lowlight {background:[[ColorPalette::TertiaryLight]];}

.zoomer {background:none; color:[[ColorPalette::TertiaryMid]]; border:3px solid [[ColorPalette::TertiaryMid]];}

.imageLink, #displayArea .imageLink {background:transparent;}

.annotation {background:[[ColorPalette::SecondaryLight]]; color:[[ColorPalette::Foreground]]; border:2px solid [[ColorPalette::SecondaryMid]];}

.viewer .listTitle {list-style-type:none; margin-left:-2em;}
.viewer .button {border:1px solid [[ColorPalette::SecondaryMid]];}
.viewer blockquote {border-left:3px solid [[ColorPalette::TertiaryDark]];}

.viewer table, table.twtable {border:2px solid [[ColorPalette::TertiaryDark]];}
.viewer th, .viewer thead td, .twtable th, .twtable thead td {background:[[ColorPalette::SecondaryMid]]; border:1px solid [[ColorPalette::TertiaryDark]]; color:[[ColorPalette::Background]];}
.viewer td, .viewer tr, .twtable td, .twtable tr {border:1px solid [[ColorPalette::TertiaryDark]];}

.viewer pre {border:1px solid [[ColorPalette::SecondaryLight]]; background:[[ColorPalette::SecondaryPale]];}
.viewer code {color:[[ColorPalette::SecondaryDark]];}
.viewer hr {border:0; border-top:dashed 1px [[ColorPalette::TertiaryDark]]; color:[[ColorPalette::TertiaryDark]];}

.highlight, .marked {background:[[ColorPalette::SecondaryLight]];}

.editor input {border:1px solid [[ColorPalette::PrimaryMid]];}
.editor textarea {border:1px solid [[ColorPalette::PrimaryMid]]; width:100%;}
.editorFooter {color:[[ColorPalette::TertiaryMid]];}

#backstageArea {background:[[ColorPalette::Foreground]]; color:[[ColorPalette::TertiaryMid]];}
#backstageArea a {background:[[ColorPalette::Foreground]]; color:[[ColorPalette::Background]]; border:none;}
#backstageArea a:hover {background:[[ColorPalette::SecondaryLight]]; color:[[ColorPalette::Foreground]]; }
#backstageArea a.backstageSelTab {background:[[ColorPalette::Background]]; color:[[ColorPalette::Foreground]];}
#backstageButton a {background:none; color:[[ColorPalette::Background]]; border:none;}
#backstageButton a:hover {background:[[ColorPalette::Foreground]]; color:[[ColorPalette::Background]]; border:none;}
#backstagePanel {background:[[ColorPalette::Background]]; border-color: [[ColorPalette::Background]] [[ColorPalette::TertiaryDark]] [[ColorPalette::TertiaryDark]] [[ColorPalette::TertiaryDark]];}
.backstagePanelFooter .button {border:none; color:[[ColorPalette::Background]];}
.backstagePanelFooter .button:hover {color:[[ColorPalette::Foreground]];}
#backstageCloak {background:[[ColorPalette::Foreground]]; opacity:0.6; filter:'alpha(opacity=60)';}
/*}}}*/
/*{{{*/
* html .tiddler {height:1%;}

body {font-size:.75em; font-family:arial,helvetica; margin:0; padding:0;}

h1,h2,h3,h4,h5,h6 {font-weight:bold; text-decoration:none;}
h1,h2,h3 {padding-bottom:1px; margin-top:1.2em;margin-bottom:0.3em;}
h4,h5,h6 {margin-top:1em;}
h1 {font-size:1.35em;}
h2 {font-size:1.25em;}
h3 {font-size:1.1em;}
h4 {font-size:1em;}
h5 {font-size:.9em;}

hr {height:1px;}

a {text-decoration:none;}

dt {font-weight:bold;}

ol {list-style-type:decimal;}
ol ol {list-style-type:lower-alpha;}
ol ol ol {list-style-type:lower-roman;}
ol ol ol ol {list-style-type:decimal;}
ol ol ol ol ol {list-style-type:lower-alpha;}
ol ol ol ol ol ol {list-style-type:lower-roman;}
ol ol ol ol ol ol ol {list-style-type:decimal;}

.txtOptionInput {width:11em;}

#contentWrapper .chkOptionInput {border:0;}

.externalLink {text-decoration:underline;}

.indent {margin-left:3em;}
.outdent {margin-left:3em; text-indent:-3em;}
code.escaped {white-space:nowrap;}

.tiddlyLinkExisting {font-weight:bold;}
.tiddlyLinkNonExisting {font-style:italic;}

/* the 'a' is required for IE, otherwise it renders the whole tiddler in bold */
a.tiddlyLinkNonExisting.shadow {font-weight:bold;}

#mainMenu .tiddlyLinkExisting,
	#mainMenu .tiddlyLinkNonExisting,
	#sidebarTabs .tiddlyLinkNonExisting {font-weight:normal; font-style:normal;}
#sidebarTabs .tiddlyLinkExisting {font-weight:bold; font-style:normal;}

.header {position:relative;}
.header a:hover {background:transparent;}
.headerShadow {position:relative; padding:4.5em 0 1em 1em; left:-1px; top:-1px;}
.headerForeground {position:absolute; padding:4.5em 0 1em 1em; left:0px; top:0px;}

.siteTitle {font-size:3em;}
.siteSubtitle {font-size:1.2em;}

#mainMenu {position:absolute; left:0; width:10em; text-align:right; line-height:1.6em; padding:1.5em 0.5em 0.5em 0.5em; font-size:1.1em;}

#sidebar {position:absolute; right:3px; width:16em; font-size:.9em;}
#sidebarOptions {padding-top:0.3em;}
#sidebarOptions a {margin:0 0.2em; padding:0.2em 0.3em; display:block;}
#sidebarOptions input {margin:0.4em 0.5em;}
#sidebarOptions .sliderPanel {margin-left:1em; padding:0.5em; font-size:.85em;}
#sidebarOptions .sliderPanel a {font-weight:bold; display:inline; padding:0;}
#sidebarOptions .sliderPanel input {margin:0 0 0.3em 0;}
#sidebarTabs .tabContents {width:15em; overflow:hidden;}

.wizard {padding:0.1em 1em 0 2em;}
.wizard h1 {font-size:2em; font-weight:bold; background:none; padding:0; margin:0.4em 0 0.2em;}
.wizard h2 {font-size:1.2em; font-weight:bold; background:none; padding:0; margin:0.4em 0 0.2em;}
.wizardStep {padding:1em 1em 1em 1em;}
.wizard .button {margin:0.5em 0 0; font-size:1.2em;}
.wizardFooter {padding:0.8em 0.4em 0.8em 0;}
.wizardFooter .status {padding:0 0.4em; margin-left:1em;}
.wizard .button {padding:0.1em 0.2em;}

#messageArea {position:fixed; top:2em; right:0; margin:0.5em; padding:0.5em; z-index:2000; _position:absolute;}
.messageToolbar {display:block; text-align:right; padding:0.2em;}
#messageArea a {text-decoration:underline;}

.tiddlerPopupButton {padding:0.2em;}
.popupTiddler {position: absolute; z-index:300; padding:1em; margin:0;}

.popup {position:absolute; z-index:300; font-size:.9em; padding:0; list-style:none; margin:0;}
.popup .popupMessage {padding:0.4em;}
.popup hr {display:block; height:1px; width:auto; padding:0; margin:0.2em 0;}
.popup li.disabled {padding:0.4em;}
.popup li a {display:block; padding:0.4em; font-weight:normal; cursor:pointer;}
.listBreak {font-size:1px; line-height:1px;}
.listBreak div {margin:2px 0;}

.tabset {padding:1em 0 0 0.5em;}
.tab {margin:0 0 0 0.25em; padding:2px;}
.tabContents {padding:0.5em;}
.tabContents ul, .tabContents ol {margin:0; padding:0;}
.txtMainTab .tabContents li {list-style:none;}
.tabContents li.listLink { margin-left:.75em;}

#contentWrapper {display:block;}
#splashScreen {display:none;}

#displayArea {margin:1em 17em 0 14em;}

.toolbar {text-align:right; font-size:.9em;}

.tiddler {padding:1em 1em 0;}

.missing .viewer,.missing .title {font-style:italic;}

.title {font-size:1.6em; font-weight:bold;}

.missing .subtitle {display:none;}
.subtitle {font-size:1.1em;}

.tiddler .button {padding:0.2em 0.4em;}

.tagging {margin:0.5em 0.5em 0.5em 0; float:left; display:none;}
.isTag .tagging {display:block;}
.tagged {margin:0.5em; float:right;}
.tagging, .tagged {font-size:0.9em; padding:0.25em;}
.tagging ul, .tagged ul {list-style:none; margin:0.25em; padding:0;}
.tagClear {clear:both;}

.footer {font-size:.9em;}
.footer li {display:inline;}

.annotation {padding:0.5em; margin:0.5em;}

* html .viewer pre {width:99%; padding:0 0 1em 0;}
.viewer {line-height:1.4em; padding-top:0.5em;}
.viewer .button {margin:0 0.25em; padding:0 0.25em;}
.viewer blockquote {line-height:1.5em; padding-left:0.8em;margin-left:2.5em;}
.viewer ul, .viewer ol {margin-left:0.5em; padding-left:1.5em;}

.viewer table, table.twtable {border-collapse:collapse; margin:0.8em 1.0em;}
.viewer th, .viewer td, .viewer tr,.viewer caption,.twtable th, .twtable td, .twtable tr,.twtable caption {padding:3px;}
table.listView {font-size:0.85em; margin:0.8em 1.0em;}
table.listView th, table.listView td, table.listView tr {padding:0px 3px 0px 3px;}

.viewer pre {padding:0.5em; margin-left:0.5em; font-size:1.2em; line-height:1.4em; overflow:auto;}
.viewer code {font-size:1.2em; line-height:1.4em;}

.editor {font-size:1.1em;}
.editor input, .editor textarea {display:block; width:100%; font:inherit;}
.editorFooter {padding:0.25em 0; font-size:.9em;}
.editorFooter .button {padding-top:0px; padding-bottom:0px;}

.fieldsetFix {border:0; padding:0; margin:1px 0px;}

.sparkline {line-height:1em;}
.sparktick {outline:0;}

.zoomer {font-size:1.1em; position:absolute; overflow:hidden;}
.zoomer div {padding:1em;}

* html #backstage {width:99%;}
* html #backstageArea {width:99%;}
#backstageArea {display:none; position:relative; overflow: hidden; z-index:150; padding:0.3em 0.5em;}
#backstageToolbar {position:relative;}
#backstageArea a {font-weight:bold; margin-left:0.5em; padding:0.3em 0.5em;}
#backstageButton {display:none; position:absolute; z-index:175; top:0; right:0;}
#backstageButton a {padding:0.1em 0.4em; margin:0.1em;}
#backstage {position:relative; width:100%; z-index:50;}
#backstagePanel {display:none; z-index:100; position:absolute; width:90%; margin-left:3em; padding:1em;}
.backstagePanelFooter {padding-top:0.2em; float:right;}
.backstagePanelFooter a {padding:0.2em 0.4em;}
#backstageCloak {display:none; z-index:20; position:absolute; width:100%; height:100px;}

.whenBackstage {display:none;}
.backstageVisible .whenBackstage {display:block;}
/*}}}*/
/***
StyleSheet for use when a translation requires any css style changes.
This StyleSheet can be used directly by languages such as Chinese, Japanese and Korean which need larger font sizes.
***/
/*{{{*/
body {font-size:0.8em;}
#sidebarOptions {font-size:1.05em;}
#sidebarOptions a {font-style:normal;}
#sidebarOptions .sliderPanel {font-size:0.95em;}
.subtitle {font-size:0.8em;}
.viewer table.listView {font-size:0.95em;}
/*}}}*/
/*{{{*/
@media print {
#mainMenu, #sidebar, #messageArea, .toolbar, #backstageButton, #backstageArea {display: none !important;}
#displayArea {margin: 1em 1em 0em;}
noscript {display:none;} /* Fixes a feature in Firefox 1.5.0.2 where print preview displays the noscript content */
}
/*}}}*/
<!--{{{-->
<div class='header' macro='gradient vert [[ColorPalette::PrimaryLight]] [[ColorPalette::PrimaryMid]]'>
<div class='headerShadow'>
<span class='siteTitle' refresh='content' tiddler='SiteTitle'></span>&nbsp;
<span class='siteSubtitle' refresh='content' tiddler='SiteSubtitle'></span>
</div>
<div class='headerForeground'>
<span class='siteTitle' refresh='content' tiddler='SiteTitle'></span>&nbsp;
<span class='siteSubtitle' refresh='content' tiddler='SiteSubtitle'></span>
</div>
</div>
<div id='mainMenu' refresh='content' tiddler='MainMenu'></div>
<div id='sidebar'>
<div id='sidebarOptions' refresh='content' tiddler='SideBarOptions'></div>
<div id='sidebarTabs' refresh='content' force='true' tiddler='SideBarTabs'></div>
</div>
<div id='displayArea'>
<div id='messageArea'></div>
<div id='tiddlerDisplay'></div>
</div>
<!--}}}-->
<!--{{{-->
<div class='toolbar' macro='toolbar [[ToolbarCommands::ViewToolbar]]'></div>
<div class='title' macro='view title'></div>
<div class='subtitle'><span macro='view modifier link'></span>, <span macro='view modified date'></span> (<span macro='message views.wikified.createdPrompt'></span> <span macro='view created date'></span>)</div>
<div class='tagging' macro='tagging'></div>
<div class='tagged' macro='tags'></div>
<div class='viewer' macro='view text wikified'></div>
<div class='tagClear'></div>
<!--}}}-->
<!--{{{-->
<div class='toolbar' macro='toolbar [[ToolbarCommands::EditToolbar]]'></div>
<div class='title' macro='view title'></div>
<div class='editor' macro='edit title'></div>
<div macro='annotations'></div>
<div class='editor' macro='edit text'></div>
<div class='editor' macro='edit tags'></div><div class='editorFooter'><span macro='message views.editor.tagPrompt'></span><span macro='tagChooser excludeLists'></span></div>
<!--}}}-->
To get started with this blank [[TiddlyWiki]], you'll need to modify the following tiddlers:
* [[SiteTitle]] & [[SiteSubtitle]]: The title and subtitle of the site, as shown above (after saving, they will also appear in the browser title bar)
* [[MainMenu]]: The menu (usually on the left)
* [[DefaultTiddlers]]: Contains the names of the tiddlers that you want to appear when the TiddlyWiki is opened
You'll also need to enter your username for signing your edits: <<option txtUserName>>
These [[InterfaceOptions]] for customising [[TiddlyWiki]] are saved in your browser

Your username for signing your edits. Write it as a [[WikiWord]] (eg [[JoeBloggs]])

<<option txtUserName>>
<<option chkSaveBackups>> [[SaveBackups]]
<<option chkAutoSave>> [[AutoSave]]
<<option chkRegExpSearch>> [[RegExpSearch]]
<<option chkCaseSensitiveSearch>> [[CaseSensitiveSearch]]
<<option chkAnimate>> [[EnableAnimations]]

----
Also see [[AdvancedOptions]]
<<importTiddlers>>
Researchers in Australia have reported the discovery of a new species of dolphin, the Burrunan dolphin (//Tursiops australis//). Using a combination of mitochondrial DNA and microsatellite analysis and assessment of coloration and cranial characters, the team was able to conclude that a coastal dolphin endemic to south-eastern Australia was in fact different from the bottlenose species //Tursiops truncatus// and //Tursiops aduncus//.

The new species may already be endangered. According to the researchers, the Burrunan dolphin inhabits only a small region off southern and south-eastern Australia that lies close to a large urban and agricultural region on land. Furthermore, the dolphins are known from just two small resident populations. 

For more information, see:
[[A New Dolphin Species, the Burrunan Dolphin Tursiops australis sp. nov., Endemic to Southern Australian Coastal Waters|http://www.plosone.org/article/info%3Adoi%2F10.1371%2Fjournal.pone.0024047]]

Back to [[The Nature Beat|The Nature Beat]]
Back to [[Pacific Ocean|Pacific Ocean]]

<<tiddler HideTiddlerTags>>
Welcome to Nature. Science. Life. 

I am a freelance science writer and editor based in Chicago and a member of the National Association of Science Writers. This site provides information on my background in science and science writing. It is also a place where I simply have fun exploring the diversity of life on Earth.

For information about me and my writing experience, please visit [[The Writer]]. If you are interested in hiring me for a freelance writing project, please do not hesitate to contact me via email (kerogers (at) nasw.org), [[Twitter|http://twitter.com/#!/karaerogers]], or [[Facebook|http://www.facebook.com/#!/profile.php?id=100001872712220]].

The intersection of nature, medicine, and human behavior is of particular interest to me. Visit [[Out of Nature|http://outofnature.net/]] to learn about my book, //Out of Nature: Why Drugs From Plants Matter to the Future of Humanity// (University of Arizona Press, 2012).

[[The Nature Beat]] contains brief posts on intriguing discoveries in science. The [[Map]] links to habitats and major groups of mammals. [[Species by Region]], [[On the Wing]], and [[In the Water]] have links and information on specific organisms in those habitats.

Parts of this site are under construction. 
<<tiddler HideTiddlerTags>><<tiddler HideTiddlerSubtitle>><<tiddler HideTiddlerToolbar>>
//Pygoscelis adeliae//

[img[Images/Adelie_penguin.jpg]]

Back to [[Antarctica|Antarctica]]
Back to [[Birds of Antarctica|Birds of Antarctica]]
<<tiddler HideTiddlerTags>><<tiddler HideTiddlerSubtitle>><<tiddler HideTiddlerToolbar>>
[>img[Images/Africa_color_sm.jpg]]
<<list filter [tag[Africa1]]>>

Back to [[Map|Map]]
Back to [[Species by Region|Species by Region]]
<<tiddler HideTiddlerTags>><<tiddler HideTiddlerSubtitle>><<tiddler HideTiddlerToolbar>>
!East Africa
!!Kenya
!!Madagascar
!!Seychelles
!Middle Africa
!!Congo (Brazaville)
!!Congo (Kinshasa)
!North Africa
!!Egypt
!!Western Sahara
!Southern Africa
!!South Africa
!West Africa
!!Cape Verde
!!Guinea
!!Nigeria



<<tiddler HideTiddlerTags>>
<<tiddler HideTiddlerSubtitle>>
<<tiddler HideTiddlerToolbar>>
//Fulica americana//

[img[Images/coot_small.JPG]]
Photo credit: J.D. Rogers

Back to [[Birds of the Americas|Birds of the Americas]]
Back to [[The Americas|The Americas]]
<<tiddler HideTiddlerTags>><<tiddler HideTiddlerSubtitle>><<tiddler HideTiddlerToolbar>>
The American pika (//Ochotona princeps//) was the second species petitioned for protection under the U.S. Endangered Species Act (ESA) because of threats posed by climate change (the polar bear was the first). In 2010, however, the U.S. Fish and Wildlife Service elected not to protect the American pika under the ESA, despite evidence of declines in pika populations linked to local climate change.

The American pika is a rodent-sized mammal that weighs between 4.5 and 7 ounces. It has round ears and is brown and gray in color. Although it looks an awful lot like a rodent, it is actually related to lagomorphs (hares and rabbits; family Leporidae). Pikas favor talus slopes in the mountains of the western United States, including in the Sierra Nevada, the Cascade Range, and the northern and southern Rocky Mountains. It is most often found at elevations between 8,000 and 13,000 feet, though in some areas it may be found at much lower elevations.

Pikas living at low-elevation sites are highly susceptible to local climate change, including warming and drying. They often cannot withstand prolonged exposure to temperatures above 75 to 78 °F.

To learn more, read [[Pint-Sized Pika Challenged by Climate Change|http://www.talkingscience.org/2011/10/pint-sized-pika-challenged-by-climate-change/]].

Back to [[The Americas|The Americas]]
<<tiddler HideTiddlerTags>><<tiddler HideTiddlerSubtitle>><<tiddler HideTiddlerToolbar>>
[>img[Images/Antarctic_color_small.jpg]]
<<list filter [tag[Antarctica1]]>>

Back to [[Map|Map]]
Back to [[Species by Region|Species by Region]]
<<tiddler HideTiddlerTags>><<tiddler HideTiddlerSubtitle>><<tiddler HideTiddlerToolbar>>
The apple tree (//Malus domestica//), the source of the beloved "orchard," "table," or simply "domestic" apple, is a descendent of the wild apple, //Malus sieversii//, which is native to mountainous areas of Central Asia. //M. domestica// emerged in Western Asia and is believed to have been one of the first cultivated trees in the world. There are now more than 7,500 cultivars worldwide, with China and the United States being the world's leading apple producers.

The apple genome contains some 57,000 genes (for comparison, the human genome consists of some 20,000 to 25,000 genes). Knowledge of the genome of the domestic apple could lead to the development of new approaches to prevent diseases affecting apple trees and techniques to further shape the size and taste of apples.

Throughout history, the apple has held a significant place in human culture. Perhaps most famous is the perception of the apple as the forbidden fruit. Indeed, the apple is believed to have been portrayed as a forbidden fruit in Greek mythology, and many suspect that the apple is in fact the forbidden fruit mentioned in the Book of Genesis. 

[img[Images/Apple_tree_small.JPG]]
An apple tree (//Malus domestica//) in bloom.
Photo credit: Doncsecz

Back to [[Eurasia|Eurasia]]
Back to [[The Americas|The Americas]]
<<tiddler HideTiddlerTags>><<tiddler HideTiddlerSubtitle>><<tiddler HideTiddlerToolbar>>
Back to [[Major Seas|Major Seas]]
Back to [[Bodies of Water|Bodies of Water]]
<<tiddler HideTiddlerTags>><<tiddler HideTiddlerSubtitle>><<tiddler HideTiddlerToolbar>>
<<list filter [tag[FishesArctic]]>><<list filter [tag[MarineMammalArctic]]>>

Back to [[Oceans|Oceans]]
Back to [[Bodies of Water|Bodies of Water]]
<<tiddler HideTiddlerTags>><<tiddler HideTiddlerSubtitle>><<tiddler HideTiddlerToolbar>>
//Arctogadus glacialis//

[img[Images/arctic_cod.jpg]]
Photo credit: U.S. Fish and Wildlife Service

Back to [[The Arctic|The Arctic]]
Back to [[Fishes|Fishes]]
<<tiddler HideTiddlerTags>>
<<tiddler HideTiddlerSubtitle>>
<<tiddler HideTiddlerToolbar>>
The Arctic fox (//Alopex lagopus//) is known for its fluffy white or bluish coat, small size, and remarkable hardiness. The fox's native habitat is the unforgiving tundra, where, during the winter, it endures temperatures that dip to more than 50° below freezing (Celsius). In the summer, its bright white coat turns brown or grey, enabling it to remain camouflaged with its surroundings. The Arctic fox is an omnivore. It eats plants, hunts small animals such as rodents, and scavenges on the remains of animals killed by predators such as polar bears. 

For more information, see:
#[[National Geographic Arctic fox page|http://animals.nationalgeographic.com/animals/mammals/arctic-fox/]].
#[[Nature Works: Arctic Fox|http://www.nhptv.org/natureworks/arcticfox.htm]].

Back to [[The Arctic|The Arctic]]
<<tiddler HideTiddlerTags>><<tiddler HideTiddlerSubtitle>><<tiddler HideTiddlerToolbar>>
!East Asia
!!China
!!Mongolia
!South Central Asia
!!India
!!Maldives
!!Nepal
!Southeast Asia
!!Indonesia
!!Malaysia
!!Thailand
!West Asia
!!Cyprus



<<tiddler HideTiddlerTags>>
<<tiddler HideTiddlerSubtitle>>
<<tiddler HideTiddlerToolbar>>
Assassin bugs are aggressive insects with sharp, segmented beaks, which they use to suck blood—and the life—from unsuspecting victims. New research published in the journal //Animal Behavior// reveals the extent of their true assassin nature. Waiting for a rustling of wind to drown out the sound of its movement, the assassin //Stenolemus bituberus// stalks its spider victims on their webs, taking advantage of web-building spiders' poor eyesight. The assassin inches closer and closer until suddenly it stabs its victim with its beak, killing the spider instantly.

For more information, see:
#[[Exploitation of environmental noise by an araneophagic assassin bug|http://www.sciencedirect.com/science/article/pii/S0003347211003356#cor1]]
#[[Heteropteran Systematics Lab @ UCR|http://heteroptera.ucr.edu/index.php?option=com_content&task=view&id=32&Itemid=51]]

Back to [[The Nature Beat|The Nature Beat]]
Back to [[Insects|Insects]]
<<tiddler HideTiddlerTags>><<tiddler HideTiddlerToolbar>>
<<list filter [tag[Atlantic]]>>

Back to [[Map|Map]]
Back to [[Oceans|Oceans]]
<<tiddler HideTiddlerTags>><<tiddler HideTiddlerSubtitle>><<tiddler HideTiddlerToolbar>>
A 2009 report by the International Commission for the Conservation of Atlantic Tunas (ICCAT) indicated that Atlantic bluefin tuna stocks are 15 percent below their original size.  The Convention on International Trade in Endangered Species of Wild Fauna and Flora (CITES) has created a proposal to ban international trade in Atlantic bluefin tuna.  The proposal will be reviewed in March 2010 and would prevent trade temporarily to allow bluefin stocks to recover.

For more information, see the ICCAT's [[Statistical Bulletin, Vol. 38|http://www.iccat.int/Documents/SCRS/Other/StatBull38.pdf]].

Back to [[Atlantic Ocean]]
Back to [[Fishes|Fishes]]
<<tiddler HideTiddlerTags>>
<<tiddler HideTiddlerSubtitle>>
<<tiddler HideTiddlerToolbar>>
//Fratercula arctica//

[img[Images/Atlantic_puffin.jpeg]]
Photo credit: U.S. Fish and Wildlife Service

Back to [[Atlantic Ocean|Atlantic Ocean]]
Back to [[The Americas|The Americas]]
Back to [[Seabirds|Seabirds]]
<<tiddler HideTiddlerTags>><<tiddler HideTiddlerSubtitle>><<tiddler HideTiddlerToolbar>>
Researchers at the Institute for Cancer Therapeutics at the University of Bradford in the U.K. announced yesterday the discovery of a potential new anticancer drug known as """ICT2588""", a derivative of colchicine, in the autumn crocus (//Colchicum autumnale//). The compound was found to be effective against fibrosarcomas in mice.

For more information, see:
#[['Crocus drug' studied for cancer treatment|http://www.nhs.uk/news/2011/09September/Pages/crocus-drug-studied-cancer-treatment.aspx]]

Back to [[The Nature Beat|The Nature Beat]]
Back to [[Eurasia|Eurasia]]

<<tiddler HideTiddlerTags>>
Back to [[Major Seas|Major Seas]]
Back to [[Bodies of Water|Bodies of Water]]
<<tiddler HideTiddlerTags>><<tiddler HideTiddlerSubtitle>><<tiddler HideTiddlerToolbar>>
The Bengal tiger (//Panthera tigris tigris//), native to Bangladesh, India, China, Siberia, and Indonesia, is an iconic species known especially for its appearance, being orange with black stripes and white underside, chest, and eyebrows. The Bengal tiger is the most numerous of the remaining tiger species. Yet, there remain only 2,100 to 2,500 in the wild, and hence it is listed as endangered. Bengal tigers weigh between 300 and 500 pounds (females are lighter than males) and are ferocious predators, hunting large hoofed herbivorous quadrupeds such as gaur, water buffalo, and chital deer, as well as smaller animals such as hares.

[img[Images/bengal_tiger_small.jpeg]]
Photo credit: Hollingsworth, John and Karen; U.S. Fish and Wildlife Service

Back to [[Eurasia|Eurasia]]
<<tiddler HideTiddlerTags>><<tiddler HideTiddlerSubtitle>><<tiddler HideTiddlerToolbar>>
Back to [[Major Seas|Major Seas]]
Back to [[Bodies of Water|Bodies of Water]]
<<tiddler HideTiddlerTags>><<tiddler HideTiddlerSubtitle>><<tiddler HideTiddlerToolbar>>
The bird-of-paradise flower (//Strelitzia reginae//) is native to South Africa and produces a remarkable orange and purplish-blue flower that resembles a bird, at the top of a long stalk. To learn more about this beautiful plant, read [[The Exotic Bird-of-Paradise Flower|http://www.talkingscience.org/2011/08/the-exotic-bird-of-paradise-flower/]].

Back to [[Africa|Africa]]
<<tiddler HideTiddlerTags>><<tiddler HideTiddlerSubtitle>><<tiddler HideTiddlerToolbar>>
/*bird house script added by Kara*/
<script type="text/javascript" >(function(){var a=document.getElementsByTagName("head")[0];js=document.createElement("script");js.setAttribute("id","_ASNB_Birdscript");js.setAttribute("type","text/javascript");js.async=true;js.setAttribute("src",("https:"==document.location.protocol?"https://c768187.ssl.cf2.rackcdn.com":"http://c768187.r87.cf2.rackcdn.com")+"/static/birdscript.min.js?0L7a922O312O290O5241bO82O421O1a7a8O785O200Ob942dO577O355Odc299O895O427Ob2629O395O521Oe6c21");a.appendChild(js)})()</script>
<<list filter [tag[BirdsAfrica]]>>

Back to [[On the Wing|On the Wing]]
<<tiddler HideTiddlerTags>><<tiddler HideTiddlerSubtitle>><<tiddler HideTiddlerToolbar>>
<<list filter [tag[BirdsofAntarctica]]>>

Back to [[On the Wing|On the Wing]]
<<tiddler HideTiddlerTags>><<tiddler HideTiddlerSubtitle>><<tiddler HideTiddlerToolbar>>
<<list filter [tag[BirdsEurasia]]>>

Back to [[On the Wing|On the Wing]]
<<tiddler HideTiddlerTags>><<tiddler HideTiddlerSubtitle>><<tiddler HideTiddlerToolbar>>
<<list filter [tag[BirdsOceania]]>>

Back to [[On the Wing|On the Wing]]
<<tiddler HideTiddlerTags>><<tiddler HideTiddlerSubtitle>><<tiddler HideTiddlerToolbar>>
<<list filter [tag[BirdsAmericas]]>>

Back to [[On the Wing|On the Wing]]
<<tiddler HideTiddlerTags>><<tiddler HideTiddlerSubtitle>><<tiddler HideTiddlerToolbar>>
A study of the Somalian cavefish //Phreatichthys andruzzii// has provided new insight into the role of light in maintaining circadian rhythm. //P. andruzzii// was found to have a 47-hour infradian rhythm (a circadian rhythm greater than 28 hours) that is influenced not by light but by food. When zebrafish, which have typical, light-sensitive, roughly 24-hour circadian rhythms, were fed at the same time each day for about a month, researchers found that "clock" genes associated with food became active, indicating that both light and food, not just light alone, were responsible for maintaining the fishes' internal clocks. In addition, the researchers discovered two new non-visual photoreceptors that are capable of influencing circadian rhythm.

For more information, see:
#[[A Blind Circadian Clock in Cavefish Reveals that Opsins Mediate Peripheral Clock Photoreception|http://www.plosbiology.org/article/info:doi/10.1371/journal.pbio.1001142]]
#[[Light-Insensitive Cavefish Provide Insight into Circadian Rhythm|http://www.talkingscience.org/2011/09/light-insensitive-cavefish-provide-insight-into-circadian-rhythm/]]
#//[[Phreatichthys andruzzii|http://www.iucnredlist.org/apps/redlist/details/40703/0]]//

Back to [[The Nature Beat|The Nature Beat]]
Back to [[Fishes|Fishes]]

<<tiddler HideTiddlerTags>>
Blue whales (//Balaenoptera musculus//) are among the largest animals known, reaching lengths of up to 100 feet and weighing more than 100 tons.  Some females can weigh as much as 150 tons!  Blue whales found in the Southern Hemisphere tend to be larger than those occurring in the Northern Hemisphere.  Like all other mammals, blue whales raise their young on milk, and they have lungs rather than gills.  

For more information, see:
#[[Discovery Education: Blue Whale.|http://school.discoveryeducation.com/schooladventures/planetocean/bluewhale.html]]
#[[American Cetacean Society Fact Sheet on Blue Whales.|http://www.acsonline.org/factpack/bluewhl.htm]]

Back to [[Oceans|Oceans]]
Back to [[Marine Mammals|Marine Mammals]]
<<tiddler HideTiddlerTags>><<tiddler HideTiddlerSubtitle>><<tiddler HideTiddlerToolbar>>
[[Oceans]]
<<list filter [tag[Ocean]]>>
[[Major Seas]]
<<list filter [tag[Sea]]>>

Back to [[In the Water|In the Water]]
<<tiddler HideTiddlerTags>><<tiddler HideTiddlerSubtitle>><<tiddler HideTiddlerToolbar>>
The bristlecone pine (//Pinus longaeva//) is a fascinating member of the pine family (Pinaceae) known for its often contorted appearance and its longevity. The oldest known bristlecone pine is an estimated 5,000 years old. These trees are native to the southwest region of the United States and Rocky Mountains. They are listed as vulnerable on the [[IUCN Red List of Threatened Species|http://www.iucnredlist.org/]].

Back to [[The Americas|The Americas]]
<<tiddler HideTiddlerTags>><<tiddler HideTiddlerSubtitle>><<tiddler HideTiddlerToolbar>>
The bumblebee bat (//Craseonycteris thonglongyai//), also known as the hog nosed bat, Old World hog nosed bat, or Kitti's hog nosed bat, is one of the world's smallest mammals, weighing about two grams and measuring just over one inch in length. In addition to its small size, the bumblebee bat is also known its fleshy snout resembling that of a pig's. It is red-brown to gray in color and forages for insects just after sunset and just before sunrise.

The bumblebee bat's range extends from southern Myanmar to west-central Thailand. Many individuals appear to take refuge in limestone caves along rivers deep in the forests of Sai Yok National Park. The species has been in decline since the 1970s. Between 1983 and 1997, populations declined by an estimated 10 percent and between 1998 and 2008 by an estimated 14 percent. Fewer than 10,000 bumblebee bats are thought to exist in the wild today; a decline of another 10 percent is expected to occur in Thailand in the next decade.

For more information, see:
[[The Flight of the Bumblebee Bat|http://www.talkingscience.org/2011/10/the-flight-of-the-bumblebee-bat/]]

Back to [[Eurasia|Eurasia]]
<<tiddler HideTiddlerTags>><<tiddler HideTiddlerSubtitle>><<tiddler HideTiddlerToolbar>>
//C. elegans// is a nematode (or roundworm) classified in the family Rhabditidae. It inhabits moist soil and is sometimes found on rotting vegetation. It is unsegmented, transparent, and grows to a length of approximately 1 mm. //C. elegans// typically is hermaphroditic and self-fertilizing; females do not occur naturally and males occur only very rarely. 

//C. elegans// has a simple brain and nervous system that enables it to process sensory information. Hence, it senses and responds to chemical, temperature, and mechanical (e.g., touch, pressure) changes in its environment. These senses play a vital role in //C. elegans//' behavior and survival. Chemoreception, for example, enables the detection of food and potential mates (when males are present). //C. elegans// does not rely on vision, presumably because it evolved in and inhabits dark environments. 

//C. elegans// possesses several key traits that make it ideal for scientific research. These traits include its transparent body (making its body structure readily observable under a microscope), its rapid rate of reproduction, its simple nervous system, and its genome. //C. elegans//' genome consists of about 20,000 genes, 40 to 50 percent of which are homologous to human genes. 

Scientists have learned a great deal of information from their studies of //C. elegans//. Perhaps one of the most interesting areas of research involving the species is in the realm of space. Learn about this fascinating research in [[Space Worms and the Biological Impact of Long-Duration Spaceflight|http://www.talkingscience.org/2011/12/space-worms-and-the-biological-impact-of-long-duration-spaceflight/]].

Back to [[Worms|Worms]]
Back to [[Tiny Life|Tiny Life]]
<<tiddler HideTiddlerTags>><<tiddler HideTiddlerSubtitle>><<tiddler HideTiddlerToolbar>>
The camphor tree (//Cinnamomum camphora//), a member of the laurel family (Lauraceae), is found in India, China, and parts of Southeast Asia. An aromatic waxy substance known as camphor that is produced by the tree and produces a cooling effect on the skin is used as a mild topical anesthetic. 

Back to [[Eurasia|Eurasia]]
<<tiddler HideTiddlerTags>><<tiddler HideTiddlerSubtitle>><<tiddler HideTiddlerToolbar>>
!Barbados
!British Virgin Islands
!Cayman Islands
!Cuba
!Dominican Republic
!Turks and Caicos Islands


<<tiddler HideTiddlerTags>>
<<tiddler HideTiddlerSubtitle>>
<<tiddler HideTiddlerToolbar>>
!Costa Rica
!Honduras
!Mexico



<<tiddler HideTiddlerTags>>
<<tiddler HideTiddlerSubtitle>>
<<tiddler HideTiddlerToolbar>>
//This post was originally published in my column [[NaturePhiles|http://www.talkingscience.org/category/naturephiles/]] on [[Talking Science|http://www.talkingscience.org/2012/02/chevrotains-and-the-world-of-unusual-tiny-ungulates/]].//

In the dense undergrowth of the tropical forests of Southeast Asia lives the world’s smallest hoofed mammal, the lesser Malay chevrotain (//Tragulus kanchil//). Weighing around 2 kg (4.4 pounds) and measuring about 50 cm (1.6 feet) in length, the little arched-back creature teeters along on delicate, stilt-like legs, dwarfed by the oversized jungle vegetation. 

The lesser Malay is one of 10 living species of chevrotains, which are also known as mouse deer, because of their small size and deer-like appearance. And similar to deer, chevrotains have two-toed hooves and specialized stomachs that allow them to regurgitate and chew on partially digested plant matter to help breakdown undigestible cellulose -- characteristics that classify them as ruminants. Chevrotains, however, are the most primitive ruminants alive today, as evidenced by their lack of horns or antlers, their long upper canine teeth, and their three-chambered stomachs (as opposed to the typical four-chambered anatomy of other ruminants). These features, along with certain pig-like characteristics, have led some scientists to conclude that chevrotains form an evolutionary link between ruminants and nonruminants, or animals with single-chambered stomachs, such as pigs and humans.

[Img[Images/Lesser_malay_chevrotain.jpg]]
The lesser Malay chevrotain (//Tragulus kanchil//). Photo credit: Linda Kenney

But while information about the physical traits of chevrotains is available, knowledge of their behavior is lacking, in large part because of their secretive nature. For example, it was long thought that the lesser Malay chevrotain was nocturnal, but [[a radiotracking study|http://www.asmjournals.org/doi/abs/10.1644/1545-1542%282003%29084%3C0234%3AAAHUOL%3E2.0.CO%3B2]] published in 2003 that was conducted at the ~Kabili-Sepilok Forest Reserve on the island of Borneo described daytime foraging and nighttime resting, suggesting that the species is not nocturnal. That same study also revealed that lesser chevrotains in the reserve tended to spend early and late daylight hours in areas where gaps in the forest canopy permitted dense growth of climbing bamboo (Dinochloa), which presumably offered cover from predators when foraging for fruit and leaves. With the onset of darkness, the animals moved to elevated ridge areas to rest.

The lesser Malay chevrotain is one of six species in the genus //Tragulus//. Several of these species are readily distinguished by their size, geographical range, or coat coloration; others, however, are so similar in appearance that scientists can tell them apart only through careful analysis of cranial features. Such analyses have led to the division of the six species into 24 subspecies.

[Img[Images/Java_mouse_deer.jpg]]
The Java mouse deer (//Tragulus javanicus//). Photo credit: Levg

Other chevrotains include the Indian, yellow-striped, and white-spotted chevrotains of the genus //Moschiola// and the water chevrotain of the genus //Hyemoschus//. The Indian chevrotain typically is found on rocky, grassy hillsides or near streams in tropical deciduous and evergreen forests throughout much of India. The yellow-striped and white-spotted chevrotains, on the other hand, are found only in Sri Lanka, with the former inhabiting the wet, southwestern region and the latter the dry region that characterizes the east, west, and north of the country. All members of //Moschiola// are thought to be nocturnal and feed on shrubs, herbs, and fruit.

The water chevrotain (//Hyemoschus aquaticus//) is perhaps the best characterized and most unusual of the group, known for its tendency to dive underwater to escape predators. However, with its round, rodent-like body, spindly legs, and hoofed feet, it is an inefficient swimmer and tires quickly as it paddles along. Compared with other chevrotains, the water chevrotain is large, weighing 7 to 16 kg (15 to 35 pounds) and standing about 30 to 40 cm (1 to 1.3 feet) at the shoulder. It’s reddish-brown coat has dull white streaks and spots, which may help it to blend in with the dense cover of the tropical forests that characterize its native habitat in western and central Africa.

At least four species of chevrotains, including the water chevrotain, the silver-back chevrotain (//T. versicolor//), Williamson’s chevrotain (//T. williamsoni//), and the larger Malay chevrotain (//T. napu//), are decreasing in number. In addition, the Balabac chevrotain (//T. nigricans//), which inhabits the tiny island of the same name in the far southwestern Philippines, is endangered. However, because there is insufficient data on the actual population status of these species, and because national and local laws have not been enforced in the Philippines, little has been done to protect these amazing animals.

Back to [[The Nature Beat|The Nature Beat]]

<<tiddler HideTiddlerTags>>
Back to [[Major Seas|Major Seas]]
Back to [[Bodies of Water|Bodies of Water]]
<<tiddler HideTiddlerTags>><<tiddler HideTiddlerSubtitle>><<tiddler HideTiddlerToolbar>>
v1 : posted 28-12-06
//This post was originally published in my column [[NaturePhiles|http://www.talkingscience.org/category/naturephiles/]] on [[TalkingScience.org|http://www.talkingscience.org/2011/12/climate-humans-and-extinction-lessons-from-the-past/]].//

Around 20,000 years ago, as the Last Glacial Maximum—the world's last significant glacial period—was coming to a close, Earth began to change dramatically. The climate warmed, large ice sheets began to melt, and humans crept increasingly into northern latitudes. At the same time, large mammals, or megafauna, such as woolly mammoths, woolly rhinoceros, and cave lions, were disappearing. In the end, North America lost 72 percent of its megafauna, and Eurasia 36 percent.

[img[Images/Woolly_rhinoceros.jpg]]
A woolly rhinoceros (source: Henry Fairfield Osborn, //Men of the old stone age// 1915, illustrated by Charles R. Knight).

Climate change and humans appear to have served as the driving factors behind megafaunal extinction at the end of the Late Quaternary period (which began around 50,000 years ago). According to [[a study|http://www.nature.com/nature/journal/v479/n7373/full/nature10574.html]] published recently in the journal //Nature//, however, different species responded in different ways to climate and humans. For example, whereas climate change was a major factor in the downfall of the woolly rhinoceros and Eurasion musk ox, a combination of climate and human activity led to the demise of the Eurasian steppe bison. The findings are significant because they help dissipate some of the contention surrounding the specific roles of climate and humans in the context of this historical extinction episode. Perhaps more importantly, however, they highlight the challenges that lie ahead for scientists who are working to identify extant species that are at risk of extinction from climate change and human activity in the modern era.

To identify the specific contributions of climate and humans to megafaunal extinction, the scientists of the //Nature// study analyzed the demographic histories of six extinct or extant Late Quaternary megafauna herbivores of Eurasia and North America. The species included woolly mammoth (//Mammuthus primigenius//), woolly rhinoceros (//Coelodonta antiquitatis//), reindeer (//Rangifer tarandus//), musk ox (//Ovibus moschatus//), bison and Eurasion steppe bison (//Bison bison// and //B. priscus//), and wild and domestic horse (//Equus ferus// and //E. caballus//).

The scientists also determined the age of megafaunal remains using radiocarbon dating and investigated each species' genetic signature using mitochondrial DNA isolated from bone samples. From their analyses, they were able to determine past species distributions and the geographical overlap of each species with humans at the end of the Late Quaternary.

After the Last Glacial Maximum (LGM), the world's ice sheets began to retreat and climatic shifts forced habitat redistribution. For the woolly rhinoceros in Siberia, which had relatively little regional overlap with Paleolithic humans and was found in less than 11 percent of Siberian archaeological sites dating to the period after the LGM, climate likely was the predominant driver of extinction. A similar conclusion was reached for musk ox in Eurasia.

Wild horses, on the other hand, had a large geographical distribution, indicative of a large population, in Eurasia until about 6,000 years ago, which is inconsistent with climate-driven extinction during this time. Subsequent declines in the genetic diversity of the wild horse after the LGM, however, are coincident with human expansion in Europe and Asia, indicating that humans, likely through selective hunting, were responsible for the species' decline. Declines in bison and reindeer observed well after the LGM also reflect the impact of expanding human populations at that time. 

The only species for which no conclusion could be reached regarding the cause of extinction was the woolly mammoth. Although archaeological evidence suggests geographical overlap between humans and woolly mammoth in Eurasia, Siberia, and North America, Siberian sites containing woolly mammoth remains decline markedly after the LGM, a phenomenon that could have been the result of human or climatic factors. 

Evidence that shifts in habitat distribution were linked with species population size at the end of the Late Quaternary reinforces the significance of the relationship between habitat loss and the future of species alive today. Stemming the loss of habitat from climate change and human activities, particularly development and agriculture, is one of the greatest challenges now facing conservation.

Back to [[The Nature Beat|The Nature Beat]]
See also [[Eurasia|Eurasia]]
See also [[The Americas|The Americas]]

<<tiddler HideTiddlerTags>>
Back to [[Major Seas|Major Seas]]
Back to [[Bodies of Water|Bodies of Water]]
<<tiddler HideTiddlerTags>><<tiddler HideTiddlerSubtitle>><<tiddler HideTiddlerToolbar>>
Climate change and rapidly increasing levels of greenhouse gases are threatening the survival of the world's corals, which are key elements of ocean ecosystems. Scientists, concerned that corals are dying too quickly to be saved, have proposed freezing corals as a way to preserve samples for the future.  

For more information, see:  
#[[Preliminary studies of sperm cryopreservation in the mushroom coral, Fungia scutaria.|http://www.sciencedirect.com/science?_ob=ArticleURL&_udi=B6WD5-4JS1N0F-1&_user=10&_coverDate=06%2F30%2F2006&_rdoc=15&_fmt=high&_orig=browse&_srch=doc-info(%23toc%236757%232006%23999479996%23625783%23FLA%23display%23Volume)&_cdi=6757&_sort=d&_docanchor=&_ct=18&_acct=C000050221&_version=1&_urlVersion=0&_userid=10&md5=0184a9a88208d267dcc5b9e494161bb3]]
#[[Coral larvae conservation: Physiology and reproduction.|http://www.sciencedirect.com/science?_ob=ArticleURL&_udi=B6WD5-4HRDY7X-1&_user=10&_rdoc=1&_fmt=&_orig=search&_sort=d&_docanchor=&view=c&_searchStrId=1072174451&_rerunOrigin=scholar.google&_acct=C000050221&_version=1&_urlVersion=0&_userid=10&md5=7ab0a46e259c76f2ac6f86f78becbb8c]]

Back to [[The Nature Beat|The Nature Beat]]
<<tiddler HideTiddlerTags>><<tiddler HideTiddlerToolbar>>
<<list filter [tag[Coral]]>>

Back to [[In the Water|In the Water]]
<<tiddler HideTiddlerTags>>
<<tiddler HideTiddlerSubtitle>>
<<tiddler HideTiddlerToolbar>>
[[About this Site]]
<<tiddler HideTiddlerTags>><<tiddler HideTiddlerSubtitle>><<tiddler HideTiddlerToolbar>>
[>img[Images/Eurasia_color_small.jpg]]
<<list filter [tag[Eurasia1]]>>

Back to [[Species by Region|Species by Region]]
<<tiddler HideTiddlerTags>><<tiddler HideTiddlerSubtitle>><<tiddler HideTiddlerToolbar>>
//Haematopus ostralegus//

[img[Images/oystercatcher_eurasian_small.jpg]]
Photo credit: J.D. Rogers

Back to [[Birds of Eurasia|Birds of Eurasia]]
Back to [[Eurasia|Eurasia]]
<<tiddler HideTiddlerTags>><<tiddler HideTiddlerSubtitle>><<tiddler HideTiddlerToolbar>>
!East Europe
!!Russia
!North Europe
!!Channel Islands
!!Iceland
!South Europe
!West Europe


<<tiddler HideTiddlerTags>>
<<tiddler HideTiddlerSubtitle>>
<<tiddler HideTiddlerToolbar>>
Curcumin, a compound found in turmeric (//Curcuma longa//), a herbaceous plant in the ginger family (Zingiberaceae), has been found to inhibit a cell signaling pathway involved in the development of head and neck cancer and to suppress the production of pro-inflammatory molecules in human saliva that are associated with the development of cancer. Turmeric has long been used in traditional medicine in India and was the source of biopiracy complaints in the 1990s when a team of researchers attempted to patent curcumin.

For more information, see: 
[[Curcumin Treatment Suppresses IKK  Kinase Activity of Salivary Cells of Patients with Head and Neck Cancer: A Pilot Study|http://clincancerres.aacrjournals.org/content/early/2011/08/05/1078-0432.CCR-11-1272]]

Back to [[The Nature Beat|The Nature Beat]]
Back to [[Eurasia|Eurasia]]

<<tiddler HideTiddlerTags>>
//Spizella pusilla//

[img[Images/FieldSparrow1_small.JPG]]
Photo credit: J.D. Rogers

Back to [[Birds of the Americas|Birds of the Americas]]
Back to [[The Americas|The Americas]]
<<tiddler HideTiddlerTags>><<tiddler HideTiddlerSubtitle>><<tiddler HideTiddlerToolbar>>
The rare Fiji petrel (//Pseudobulweria macgillivrayi//)  was sighted off Gau Island in May 2009.  The sighting was the first confirmed at sea since the first specimen of the species was found in 1855 on Gau.

For more information, see:
#[[First observations of Fiji petrel Pseudobulweria macgillivrayi at sea: off Gau Island, Fiji, in May 2009.|http://www.boc-online.org/bulletins/downloads/Pseudobulweria%20macgillivrayi%20Shirihai%20et%20al.pdf]]
#[['Lost seabird' returns to ocean.|http://news.bbc.co.uk/earth/hi/earth_news/newsid_8250000/8250215.stm]]



<<tiddler HideTiddlerTags>>
<<tiddler HideTiddlerSubtitle>>
<<tiddler HideTiddlerToolbar>>
Fin whales (//Balaenoptera physalus//) grow to as many as 90 feet in length and 80 tons in weight. They are known for their slender bodies, which allow them to reach speeds of as many as 25 knots in sudden bursts; they are one of the fastest whales in the world. Fin whales also are known for the prominent ridge that extends from the top of the rostrum to the blowhole, their pointed or hooked dorsal fin, the sharp ridge that runs along the top edge of the lower back, and their asymmetrical coloration, in which the lower right jaw is gray or white and the lower left jaw is black or dark brown. The whales' baleen has the same color pattern.

Fin whales feed on krill and small fish, such as capelin and herring. To feed on schooling fish, the whales swim around their prey, gathering them into a tight group and then lunging into the school, taking in both fish and water. The water is filtered out through the whales' baleen. Their asymmetrical coloration may come in handy when the whales dive down on a school of fish on their right sides. In this position, the white jaw disguises them by blending in with light from above, catching the fish off guard momentarily and capturing a sizeable mouthful of prey.

Fin whales inhabit the world’s major oceans but favor temperate and polar waters. Little is known about their movements and migrational habits, in part because tracking fin whales is challenged by their solitary behavior and their tendency to disperse over broad areas. They also sometimes mix with blue whales.

The fin whale is endangered, due to the hunting to near extinction of the species in the Southern Hemisphere. Antarctic populations remain small but are growing in the North Atlantic.

Read more about the fin whale in [[The Fin Whale: Fleeing from Extinction|The Fin Whale: Fleeing from Extinction]]

Back to [[In the Water|In the Water]]
Back to [[Species by Region|Species by Region]]
See also [[Oceans|Oceans]]

<<tiddler HideTiddlerTags>><<tiddler HideTiddlerSubtitle>><<tiddler HideTiddlerToolbar>>
<<list filter [tag[Fishes1]]>>

Back to [[In the Water|In the Water]]
Back to [[Map|Map]]
<<tiddler HideTiddlerTags>>
<<tiddler HideTiddlerSubtitle>>
<<tiddler HideTiddlerToolbar>>
[[North America]]
[[Central America]]
[[South America]]
[[Caribbean]]
[[Europe]]
[[Africa]]
[[Asia]]
[[Oceania]]




<<tiddler HideTiddlerTags>>
<<tiddler HideTiddlerSubtitle>>
<<tiddler HideTiddlerToolbar>>
!!!First, you will need to save this file to your local harddrive to edit. [[Right click and save as|tw_website_template_jdr.html]] to download this page for customization. Then open the saved version in a browser. After modifying, you can upload this file to a webserver to host your own site.

!!!To make this more suitable as a website, the following changes were made to the default [[empty|empty.html]] ~TiddlyWiki:
# Imported HideTiddlerTags, HideTiddlerSubtitle, HideTiddlerToolbar, ReplaceDoubleClick, SinglePageModePlugin, ToggleRightSidebar, InlineJavascriptPlugin from http://www.tiddlytools.com
# Created an [[Example]] tiddler showing how to hide toolbars, tags, and subtitle.
# Created a zzConfigTweaks tiddler to make the default options stick and tagged it with systemConfig tag so it loads
# Added the rightsidebar toggle dot to the subtitle
# Added {{{<span macro="tiddler ReplaceDoubleClick with: shift doubleclick"></span>}}} to the ViewTemplate
# Added these notes to the GettingStarted tiddler

!!!With the above changes, by default the rightsidebar is hidden. You can toggle it by clicking the period at the end of the subtitle. To edit a tiddler, you hold shift and double click the tiddler title. If you edit the [[Example]] tiddler, you can see the last three lines that hide the parts of a tiddler to make it look cleaner for a website.

To start customizing this blank TiddlyWiki, modify the following tiddlers:
* SiteTitle & SiteSubtitle: The title and subtitle of the site, as shown above (after saving, they will also appear in the browser title bar)
* MainMenu: The menu (usually on the left)
* DefaultTiddlers: Contains the names of the tiddlers that you want to appear when the TiddlyWiki is opened
You'll also need to enter your username for signing your edits: <<option txtUserName>>
The giraffe (//Giraffa camelopardalis//) is the tallest land mammal on Earth. In addition to its height, it is distinguished by its unusually long neck, its patchy brown coat, and its stubby horns. Giraffes are found primarily in East Africa. 

Back to [[Africa|Africa]]
<<tiddler HideTiddlerTags>><<tiddler HideTiddlerSubtitle>><<tiddler HideTiddlerToolbar>>
The gray wolf (//Canis lupus//) is a member of the dog family (Canidae) and is perhaps best known for its extirpation from and reintroduction into the United States. It is thought that perhaps as many as 2 million gray wolves once roamed the planet, but today there are about 200,000, spread between Canada, the United States, and Eurasia. Many packs were killed off by human hunters.

A full-grown male may measure 2.5 feet at shoulder height, measure 4.5 to 6.5 feet in length from the nose to the tip of the tail, and weigh between 55 and 130 pounds. Males weighing more than 140 pounds have been found in the interior of Yellowstone National Park. They prey on elk, [[pronghorn|Pronghorn]], deer, [[moose|Moose]], bison, and caribou, typically chasing after weak or small individuals. They also eat smaller animals, such as rabbits, hares, and beavers.

Wolves have an amazingly complex social structure that is based on a highly organized hierarchy. An alpha male and an alpha female reside at the top of the hierarchy; their role involves leading the pack and determining the hierarchical rankings of others within the pack, all of whom are descendants of the alphas. Below the alphas are the betas, which reinforce the dominant position of the alphas and the subordinate positions of those in lesser ranks. An omega wolf forms the base of the hierarchy. Behaviors such as ritualistic fighting and submissive posturing are used to reinforce a wolf's position in the pecking order. 

Some of the most famous wolf packs reside in Yellowstone, where the gray wolf was reintroduced in 1995. Since its reintroduction, however, the wolf has been the center of controversy. The extirpation of wolves from Wyoming changed Yellowstone's ecosystem by initiating a gradual collapse marked by the lack of growth of aspen saplings due to overgrazing primarily by elk. After reintroduction, the ecosystem began to rebound, aspen saplings began to grow and the size of overgrown elk herds was reduced. But many view the wolf as an enemy and claim that wolves outside Yellowstone's boundaries kill too many livestock. (Wolves actually claim far fewer livestock annually than other predators, such as coyotes; see [[here|http://www.nass.usda.gov/Statistics_by_State/Montana/Publications/livestock/sh_llos3.htm]].)

For more about the controversy surrounding the gray wolf, read [[The Big Bad Wolf: Politicians vs. Canis lupus|http://www.britannica.com/blogs/2011/04/big-bad-wolf-politicians-canis-lupus/]].

[img[Images/Gray_wolf_small.jpg]]
Photo credit: Tracy Brooks, U.S. Fish and Wildlife Service

Back to [[The Americas|The Americas]]
<<tiddler HideTiddlerTags>><<tiddler HideTiddlerSubtitle>><<tiddler HideTiddlerToolbar>>
Back to [[Major Seas|Major Seas]]
Back to [[Bodies of Water|Bodies of Water]]
<<tiddler HideTiddlerTags>><<tiddler HideTiddlerSubtitle>><<tiddler HideTiddlerToolbar>>
Back to [[Major Seas|Major Seas]]
Back to [[Bodies of Water|Bodies of Water]]
<<tiddler HideTiddlerTags>><<tiddler HideTiddlerSubtitle>><<tiddler HideTiddlerToolbar>>
<<closeAll>><<permaview>><<newTiddler>><<newJournal 'DD MMM YYYY'>><<saveChanges>><<slider chkSliderOptionsPanel OptionsPanel 'options »' 'Change TiddlyWiki advanced options'>>
There are more than 55 species of Hawaiian honeycreepers, although today only about 18 or 19 species are extant. These songbirds are known variously for their bright coloration, bill shape, and unique behavior. Honeycreepers also serve as a remarkable example of adaptive radiation, the evolution of a group into diverse forms, each of which fulfills a unique ecological role. 

Of the remaining species of honeycreepers, most are listed as endangered or critically endangered, due to disease (namely avian pox and avian malaria), habitat loss, predation by invasive predators, and competition with invasive birds. These factors, all of which came about following captain James Cook's discovery of the Hawaiian Islands in 1778, have caused the loss of more than a third of honeycreeper species. Another third had been lost between the time when humans first arrived on the islands, around 300 CE, and Cook's discovery.

For more information about Hawaii's native forest birds and the threats they face, see: [[Trouble in Paradise: Mosquitoes, Disease, and Hawaii’s Native Forest Birds]].

Back to [[Birds of Oceania|Birds of Oceania]]
See also [[On the Wing|On the Wing]]
<<tiddler HideTiddlerTags>><<tiddler HideTiddlerSubtitle>><<tiddler HideTiddlerToolbar>>
/%
|Name|HideTiddlerSubtitle|
|Source|http://www.TiddlyTools.com/#HideTiddlerSubtitle|
|Version|0.0.0|
|Author|Eric Shulman - ELS Design Studios|
|License|http://www.TiddlyTools.com/#LegalStatements <br>and [[Creative Commons Attribution-ShareAlike 2.5 License|http://creativecommons.org/licenses/by-sa/2.5/]]|
|~CoreVersion|2.1|
|Type|script|
|Requires|InlineJavascriptPlugin|
|Overrides||
|Description|hide a tiddler's subtitle (dates/created by) display|

Usage: <<tiddler HideTiddlerSubtitle>>

%/<script>
	var t=story.findContainingTiddler(place);
	if (!t || t.id=="tiddlerHideTiddlerSubtitle") return;
	var nodes=t.getElementsByTagName("*");
	for (var i=0; i<nodes.length; i++)
		if (hasClass(nodes[i],"subtitle"))
			nodes[i].style.display="none";
</script>
/%
|Name|HideTiddlerTags|
|Source|http://www.TiddlyTools.com/#HideTiddlerTags|
|Version|0.0.0|
|Author|Eric Shulman - ELS Design Studios|
|License|http://www.TiddlyTools.com/#LegalStatements <br>and [[Creative Commons Attribution-ShareAlike 2.5 License|http://creativecommons.org/licenses/by-sa/2.5/]]|
|~CoreVersion|2.1|
|Type|script|
|Requires|InlineJavascriptPlugin|
|Overrides||
|Description|hide a tiddler's tagged/tagging display elements|

Usage: <<tiddler HideTiddlerTags>>

%/<script>
	var t=story.findContainingTiddler(place);
	if (!t || t.id=="tiddlerHideTiddlerTags") return;
	var nodes=t.getElementsByTagName("div");
	for (var i=0; i<nodes.length; i++)
		if (hasClass(nodes[i],"tagged"))
			nodes[i].style.display="none";
</script>
/%
|Name|HideTiddlerToolbar|
|Source|http://www.TiddlyTools.com/#HideTiddlerToolbar|
|Version|0.0.0|
|Author|Eric Shulman - ELS Design Studios|
|License|http://www.TiddlyTools.com/#LegalStatements <br>and [[Creative Commons Attribution-ShareAlike 2.5 License|http://creativecommons.org/licenses/by-sa/2.5/]]|
|~CoreVersion|2.1|
|Type|script|
|Requires|InlineJavascriptPlugin|
|Overrides||
|Description|hide a tiddler's toolbar display|

Usage: <<tiddler HideTiddlerToolbar>>

%/<script>
	var t=story.findContainingTiddler(place);
	if (!t || t.id=="tiddlerHideTiddlerToolbar") return;
	var nodes=t.getElementsByTagName("*");
	for (var i=0; i<nodes.length; i++)
		if (hasClass(nodes[i],"toolbar"))
			nodes[i].style.display="none";
</script>
The humpback whale (//Megaptera novaeangliae//) is among the world's most celebrated whales. It is found along the coasts of all oceans and is known for its large size, measuring as many as 14 meters in length and weighing 30–40 tons). It also performs remarkable migrations, traveling more than 8,000 km each year as it moves between its feeding and breeding habitats. 

I was fortunate enough to interview University of Canterbury researcher Travis W. Horton, who in 2011 reported new insight into the humpback's remarkable migratory journey. That interview was published on the Britannica Blog, in [[In the Wake of the Humpback: Tracking Whale Migration (Science Up Front)|http://www.britannica.com/blogs/2011/08/wake-humpback-tracking-whale-migration-science-front/]].

Back to [[Oceania|Oceania]]
Back to [[Pacific Ocean|Pacific Ocean]]
Back to [[Atlantic Ocean|Atlantic Ocean]]
<<tiddler HideTiddlerTags>><<tiddler HideTiddlerSubtitle>><<tiddler HideTiddlerToolbar>>
<<tiddler HideTiddlerTags>>
<<tiddler HideTiddlerSubtitle>>
<<tiddler HideTiddlerToolbar>>
[[Corals]]
[[Fishes]]
[[Marine Mammals]]

[[Oceans]]
[[Major Seas]]

<<tiddler HideTiddlerTags>><<tiddler HideTiddlerSubtitle>><<tiddler HideTiddlerToolbar>>
<<list filter [tag[Indian]]>>

Back to [[Map|Map]]
Back to [[Oceans|Oceans]]
<<tiddler HideTiddlerTags>><<tiddler HideTiddlerSubtitle>><<tiddler HideTiddlerToolbar>>
/***
|Name|InlineJavascriptPlugin|
|Source|http://www.TiddlyTools.com/#InlineJavascriptPlugin|
|Documentation|http://www.TiddlyTools.com/#InlineJavascriptPluginInfo|
|Version|1.9.4|
|Author|Eric Shulman - ELS Design Studios|
|License|http://www.TiddlyTools.com/#LegalStatements <br>and [[Creative Commons Attribution-ShareAlike 2.5 License|http://creativecommons.org/licenses/by-sa/2.5/]]|
|~CoreVersion|2.1|
|Type|plugin|
|Requires||
|Overrides||
|Description|Insert Javascript executable code directly into your tiddler content.|
''Call directly into TW core utility routines, define new functions, calculate values, add dynamically-generated TiddlyWiki-formatted output'' into tiddler content, or perform any other programmatic actions each time the tiddler is rendered.
!!!!!Documentation
>see [[InlineJavascriptPluginInfo]]
!!!!!Revisions
<<<
2009.02.26 [1.9.4] in $(), handle leading '#' on ID for compatibility with JQuery syntax
|please see [[InlineJavascriptPluginInfo]] for additional revision details|
2005.11.08 [1.0.0] initial release
<<<
!!!!!Code
***/
//{{{
version.extensions.InlineJavascriptPlugin= {major: 1, minor: 9, revision: 3, date: new Date(2008,6,11)};

config.formatters.push( {
	name: "inlineJavascript",
	match: "\\<script",
	lookahead: "\\<script(?: src=\\\"((?:.|\\n)*?)\\\")?(?: label=\\\"((?:.|\\n)*?)\\\")?(?: title=\\\"((?:.|\\n)*?)\\\")?(?: key=\\\"((?:.|\\n)*?)\\\")?( show)?\\>((?:.|\\n)*?)\\</script\\>",

	handler: function(w) {
		var lookaheadRegExp = new RegExp(this.lookahead,"mg");
		lookaheadRegExp.lastIndex = w.matchStart;
		var lookaheadMatch = lookaheadRegExp.exec(w.source)
		if(lookaheadMatch && lookaheadMatch.index == w.matchStart) {
			var src=lookaheadMatch[1];
			var label=lookaheadMatch[2];
			var tip=lookaheadMatch[3];
			var key=lookaheadMatch[4];
			var show=lookaheadMatch[5];
			var code=lookaheadMatch[6];
			if (src) { // load a script library
				// make script tag, set src, add to body to execute, then remove for cleanup
				var script = document.createElement("script"); script.src = src;
				document.body.appendChild(script); document.body.removeChild(script);
			}
			if (code) { // there is script code
				if (show) // show inline script code in tiddler output
					wikify("{{{\n"+lookaheadMatch[0]+"\n}}}\n",w.output);
				if (label) { // create a link to an 'onclick' script
					// add a link, define click handler, save code in link (pass 'place'), set link attributes
					var link=createTiddlyElement(w.output,"a",null,"tiddlyLinkExisting",wikifyPlainText(label));
					var fixup=code.replace(/document.write\s*\(/gi,'place.bufferedHTML+=(');
					link.code="function _out(place){"+fixup+"\n};_out(this);"
					link.tiddler=w.tiddler;
					link.onclick=function(){
						this.bufferedHTML="";
						try{ var r=eval(this.code);
							if(this.bufferedHTML.length || (typeof(r)==="string")&&r.length)
								var s=this.parentNode.insertBefore(document.createElement("span"),this.nextSibling);
							if(this.bufferedHTML.length)
								s.innerHTML=this.bufferedHTML;
							if((typeof(r)==="string")&&r.length) {
								wikify(r,s,null,this.tiddler);
								return false;
							} else return r!==undefined?r:false;
						} catch(e){alert(e.description||e.toString());return false;}
					};
					link.setAttribute("title",tip||"");
					var URIcode='javascript:void(eval(decodeURIComponent(%22(function(){try{';
					URIcode+=encodeURIComponent(encodeURIComponent(code.replace(/\n/g,' ')));
					URIcode+='}catch(e){alert(e.description||e.toString())}})()%22)))';
					link.setAttribute("href",URIcode);
					link.style.cursor="pointer";
					if (key) link.accessKey=key.substr(0,1); // single character only
				}
				else { // run inline script code
					var fixup=code.replace(/document.write\s*\(/gi,'place.innerHTML+=(');
					var c="function _out(place){"+fixup+"\n};_out(w.output);";
					try	 { var out=eval(c); }
					catch(e) { out=e.description?e.description:e.toString(); }
					if (out && out.length) wikify(out,w.output,w.highlightRegExp,w.tiddler);
				}
			}
			w.nextMatch = lookaheadMatch.index + lookaheadMatch[0].length;
		}
	}
} )
//}}}

// // Backward-compatibility for TW2.1.x and earlier
//{{{
if (typeof(wikifyPlainText)=="undefined") window.wikifyPlainText=function(text,limit,tiddler) {
	if(limit > 0) text = text.substr(0,limit);
	var wikifier = new Wikifier(text,formatter,null,tiddler);
	return wikifier.wikifyPlain();
}
//}}}

// // GLOBAL FUNCTION: $(...) -- 'shorthand' convenience syntax for document.getElementById()
//{{{
if (typeof($)=='undefined') { function $(id) { return document.getElementById(id.replace(/^#/,'')); } }
//}}}
/***
|Name|InlineJavascriptPluginInfo|
|Source|http://www.TiddlyTools.com/#InlineJavascriptPlugin|
|Documentation|http://www.TiddlyTools.com/#InlineJavascriptPluginInfo|
|Version|1.9.6|
|Author|Eric Shulman|
|License|http://www.TiddlyTools.com/#LegalStatements|
|~CoreVersion|2.1|
|Type|documentation|
|Description|Documentation for InlineJavascriptPlugin|
''Call directly into TW core utility routines, define new functions, calculate values, add dynamically-generated TiddlyWiki-formatted output'' into tiddler content, or perform any other programmatic actions each time the tiddler is rendered.
!!!!!Usage
<<<
This plugin adds wiki syntax for surrounding tiddler content with {{{<script>}}} and {{{</script>}}} markers, so that it can be recognized as embedded javascript code.  When a tiddler is rendered, the plugin automatically invokes any embedded scripts, which can be used to construct and return dynamically-generated output that is inserted into the tiddler content.
{{{
<script type="..." src="..." label="..." title="..." key="..." show>
	/* javascript code goes here... */
</script>
}}}
All parameters are //optional//.    When the ''show'' keyword is used, the plugin will also include the script source code in the output that it displays in the tiddler.  This is helpful when creating examples for documentation purposes (such as used in this tiddler!)

__''Deferred execution from an 'onClick' link''__
<script label="click here" title="mouseover tooltip text" key="X" show>
	/* javascript code goes here... */
	alert('you clicked on the link!');
</script>
By including a {{{label="..."}}} parameter in the initial {{{<script>}}} marker, the plugin will create a link to an 'onclick' script that will only be executed when that specific link is clicked, rather than running the script each time the tiddler is rendered.  You may also include a {{{title="..."}}} parameter to specify the 'tooltip' text that will appear whenever the mouse is moved over the onClick link text, and a {{{key="X"}}} parameter to specify an //access key// (which must be a //single// letter or numeric digit only).

__''Loading scripts from external source files''__
<script src="URL" show>
	/* optional javascript code goes here... */
</script>You can also load javascript directly from an external source URL, by including a src="..." parameter in the initial {{{<script>}}} marker (e.g., {{{<script src="demo.js"></script>}}}).  This is particularly useful when incorporating third-party javascript libraries for use in custom extensions and plugins.  The 'foreign' javascript code remains isolated in a separate file that can be easily replaced whenever an updated library file becomes available.

In addition to loading the javascript from the external file, you can also use this feature to invoke javascript code contained within the {{{<script>...</script>}}} markers.  This code is invoked //after// the external script file has been processed, and can make immediate use of the functions and/or global variables defined by the external script file.
>Note: To ensure that your javascript functions are always available when needed, you should load the libraries from a tiddler that is rendered as soon as your TiddlyWiki document is opened, such as MainMenu.  For example: put your {{{<script src="..."></script>}}} syntax into a separate 'library' tiddler (e.g., LoadScripts), and then add {{{<<tiddler LoadScripts>>}}} to MainMenu so that the library is loaded before any other tiddlers that rely upon the functions it defines. 
>
>Normally, loading external javascript in this way does not produce any direct output, and should not have any impact on the appearance of your MainMenu.  However, if your LoadScripts tiddler contains notes or other visible content, you can suppress this output by using 'inline CSS' in the MainMenu, like this: {{{@@display:none;<<tiddler LoadScripts>>@@}}}
<<<
!!!!!Creating dynamic tiddler content and accessing the ~TiddlyWiki DOM
<<<
An important difference between TiddlyWiki inline scripting and conventional embedded javascript techniques for web pages is the method used to produce output that is dynamically inserted into the document: in a typical web document, you use the {{{document.write()}}} (or {{{document.writeln()}}}) function to output text sequences (often containing HTML tags) that are then rendered when the entire document is first loaded into the browser window.

However, in a ~TiddlyWiki document, tiddlers (and other DOM elements) are created, deleted, and rendered "on-the-fly", so writing directly to the global 'document' object does not produce the results you want (i.e., replacing the embedded script within the tiddler content), and instead will //completely replace the entire ~TiddlyWiki document in your browser window (which is clearly not a good thing!)//.  In order to allow scripts to use {{{document.write()}}}, the plugin automatically converts and buffers all HTML output so it can be safely inserted into your tiddler content, immediately following the script.

''Note that {{{document.write()}}} can only be used to output "pure HTML" syntax.  To produce //wiki-formatted// output, your script should instead return a text value containing the desired wiki-syntax content'', which will then be automatically rendered immediately following the script.  If returning a text value is not sufficient for your needs, the plugin also provides an automatically-defined variable, 'place', that gives the script code ''direct access to the //containing DOM element//'' into which the tiddler output is being rendered.  You can use this variable to ''perform direct DOM manipulations'' that can, for example:
* generate wiki-formatted output using {{{wikify("...content...",place)}}}
* vary the script's actions based upon the DOM element in which it is embedded
* access 'tiddler-relative' DOM information using {{{story.findContainingTiddler(place)}}}
Note:
''When using an 'onclick' script, the 'place' element actually refers to the onclick //link text// itself, instead of the containing DOM element.''  This permits you to directly reference or modify the link text to reflect any 'stateful' conditions that might set by the script.  To refer to the containing DOM element from within an 'onclick' script, you can use "place.parentNode" instead.
<<<
!!!!!Instant "bookmarklets"
<<<
You can also use an 'onclick' link to define a "bookmarklet": a small piece of javascript that can be ''invoked directly from the browser without having to be defined within the current document.''  This allows you to create 'stand-alone' commands that can be applied to virtually ANY TiddlyWiki document... even remotely-hosted documents that have been written by others!!  To create a bookmarklet, simply define an 'onclick' script and then grab the resulting link text and drag-and-drop it onto your browser's toolbar (or right-click and use the 'bookmark this link' command to add it to the browser's menu).

Notes:
*When writing scripts intended for use as bookmarklets, due to the ~URI-encoding required by the browser, ''you cannot not use ANY double-quotes (") within the bookmarklet script code.''
*All comments embedded in the bookmarklet script must ''use the fully-delimited {{{/* ... */}}} comment syntax,'' rather than the shorter {{{//}}} comment syntax.
*Most importantly, because bookmarklets are invoked directly from the browser interface and are not embedded within the TiddlyWiki document, there is NO containing 'place' DOM element surrounding the script.  As a result, ''you cannot use a bookmarklet to generate dynamic output in your document,''  and using {{{document.write()}}} or returning wiki-syntax text or making reference to the 'place' DOM element will halt the script and report a "Reference Error" when that bookmarklet is invoked.  
Please see [[InstantBookmarklets]] for many examples of 'onclick' scripts that can also be used as bookmarklets.
<<<
!!!!!Special reserved function name
<<<
The plugin 'wraps' all inline javascript code inside a function, {{{_out()}}}, so that any return value you provide can be correctly handled by the plugin and inserted into the tiddler.  To avoid unpredictable results (and possibly fatal execution errors), this function should never be redefined or called from ''within'' your script code.
<<<
!!!!!$(...) 'shorthand' function
<<<
As described by Dustin Diaz [[here|http://www.dustindiaz.com/top-ten-javascript/]], the plugin defines a 'shorthand' function that allows you to write:
{{{
$(id)
}}}
in place of the normal standard javascript syntax:
{{{
document.getElementById(id)
}}}
This function is provided merely as a convenience for javascript coders that may be familiar with this abbreviation, in order to allow them to save a few bytes when writing their own inline script code.
<<<
!!!!!Examples
<<<
simple dynamic output:
><script show>
	document.write("The current date/time is: "+(new Date())+"<br>");
	return "link to current user: [["+config.options.txtUserName+"]]\n";
</script>
dynamic output using 'place' to get size information for current tiddler:
><script show>
	if (!window.story) window.story=window;
	var title=story.findContainingTiddler(place).getAttribute("tiddler");
	var size=store.getTiddlerText(title).length;
	return title+" is using "+size+" bytes";
</script>
dynamic output from an 'onclick' script, using {{{document.write()}}} and/or {{{return "..."}}}
><script label="click here" show>
	document.write("<br>The current date/time is: "+(new Date())+"<br>");
	return "link to current user: [["+config.options.txtUserName+"]]\n";
</script>
creating an 'onclick' button/link that accesses the link text AND the containing tiddler:
><script label="click here" title="clicking this link will show an 'alert' box" key="H" show>
	if (!window.story) window.story=window;
	var txt=place.firstChild.data;
	var tid=story.findContainingTiddler(place).getAttribute('tiddler');
	alert('Hello World!\nlinktext='+txt+'\ntiddler='+tid);
</script>
dynamically setting onclick link text based on stateful information:
>{{block{
{{{
<script label="click here">
	/* toggle "txtSomething" value */
	var on=(config.txtSomething=="ON");
	place.innerHTML=on?"enable":"disable";
	config.txtSomething=on?"OFF":"ON";
	return "\nThe current value is: "+config.txtSomething;
</script><script>
	/* initialize onclick link text based on current "txtSomething" value */
	var on=(config.txtSomething=="ON");
	place.lastChild.previousSibling.innerHTML=on?"disable":"enable";
</script>
}}}
<script label="click here">
	/* toggle "txtSomething" value */
	var on=(config.txtSomething=="ON");
	place.innerHTML=on?"enable":"disable";
	config.txtSomething=on?"OFF":"ON";
	return "\nThe current value is: "+config.txtSomething;
</script><script>
	/* initialize onclick link text based on current "txtSomething" value */
	var on=(config.txtSomething=="ON");
	place.lastChild.innerHTML=on?"enable":"disable";
</script>
}}}
loading a script from a source url:
>http://www.TiddlyTools.com/demo.js contains:
>>{{{function inlineJavascriptDemo() { alert('Hello from demo.js!!') } }}}
>>{{{displayMessage('InlineJavascriptPlugin: demo.js has been loaded');}}}
>note: When using this example on your local system, you will need to download the external script file from the above URL and install it into the same directory as your document.
>
><script src="demo.js" show>
	return "inlineJavascriptDemo() function has been defined"
</script>
><script label="click to invoke inlineJavascriptDemo()" key="D" show>
	inlineJavascriptDemo();
</script>
<<<
!!!!!Revisions
<<<
2010.12.15 1.9.6 allow (but ignore) type="..." syntax
2009.04.11 1.9.5 pass current tiddler object into wrapper code so it can be referenced from within 'onclick' scripts
2009.02.26 1.9.4 in $(), handle leading '#' on ID for compatibility with JQuery syntax
2008.06.11 1.9.3 added $(...) function as 'shorthand' for document.getElementById()
2008.03.03 1.9.2 corrected fallback declaration of wikifyPlainText() (fixes Safari "parse error")
2008.02.23 1.9.1 in onclick function, use string instead of array for 'bufferedHTML' (fixes IE errors)
2008.02.21 1.9.0 output from 'onclick' scripts (return value or document.write() calls) are now buffered and rendered into into a span following the script.  Also, added default 'return false' handling if no return value provided (prevents HREF from being triggered -- return TRUE to allow HREF to be processed).  Thanks to Xavier Verges for suggestion and preliminary code.
2008.02.14 1.8.1 added backward-compatibility for use of wikifyPlainText() in TW2.1.3 and earlier
2008.01.08 [*.*.*] plugin size reduction: documentation moved to ...Info tiddler
2007.12.28 1.8.0 added support for key="X" syntax to specify custom access key definitions
2007.12.15 1.7.0 autogenerate URI encoded HREF on links for onclick scripts.  Drag links to browser toolbar to create bookmarklets.  IMPORTANT NOTE: place is NOT defined when scripts are used as bookmarklets.  In addition, double-quotes will cause syntax errors.  Thanks to PaulReiber for debugging and brainstorming.
2007.11.26 1.6.2 when converting "document.write()" function calls in inline code, allow whitespace between "write" and "(" so that "document.write ( foobar )" is properly converted.
2007.11.16 1.6.1 when rendering "onclick scripts", pass label text through wikifyPlainText() to parse any embedded wiki-syntax to enable use of HTML entities or even TW macros to generate dynamic label text.
2007.02.19 1.6.0 added support for title="..." to specify mouseover tooltip when using an onclick (label="...") script
2006.10.16 1.5.2 add newline before closing '}' in 'function out_' wrapper.  Fixes error caused when last line of script is a comment.
2006.06.01 1.5.1 when calling wikify() on script return value, pass hightlightRegExp and tiddler params so macros that rely on these values can render properly
2006.04.19 1.5.0 added 'show' parameter to force display of javascript source code in tiddler output
2006.01.05 1.4.0 added support 'onclick' scripts.  When label="..." param is present, a button/link is created using the indicated label text, and the script is only executed when the button/link is clicked.  'place' value is set to match the clicked button/link element.
2005.12.13 1.3.1 when catching eval error in IE, e.description contains the error text, instead of e.toString().  Fixed error reporting so IE shows the correct response text.  Based on a suggestion by UdoBorkowski
2005.11.09 1.3.0 for 'inline' scripts (i.e., not scripts loaded with src="..."), automatically replace calls to 'document.write()' with 'place.innerHTML+=' so script output is directed into tiddler content.  Based on a suggestion by BradleyMeck
2005.11.08 1.2.0 handle loading of javascript from an external URL via src="..." syntax
2005.11.08 1.1.0 pass 'place' param into scripts to provide direct DOM access 
2005.11.08 1.0.0 initial release
<<<
<<list filter [tag[Insect]]>>

Back to [[Tiny Life|Tiny Life]]
<<tiddler HideTiddlerTags>><<tiddler HideTiddlerSubtitle>><<tiddler HideTiddlerToolbar>>
//This post was originally published in my column [[NaturePhiles|http://www.talkingscience.org/category/naturephiles/]] on [[Talking Science|http://www.talkingscience.org/2012/02/its-a-bird-its-a-plane-its-a-gliding-mammal/]].//

Gliding mammals sail silently from one tree to the next, maneuvering to their destinations with extraordinary precision and control, often in complete darkness. This unique ability is found in only about 60 species of mammals in the world, but those species include marsupials and placental animals, two very distantly related groups distinguished by the vast evolutionary differences in their reproductive systems. As a result, gliding mammals serve as a fascinating example of convergent evolution -- when similar physical and functional traits occur in unrelated species.

All gliding mammals share several key features, the most notable of which is the presence of a thin membrane of skin that runs between the forelimb and hind limb on each side of the body. When the animal leaps into the air and extends its feet outward, these membranes, known as patagia, become stretched by air pressure, essentially turning the animal’s body into a rectangular wing that produces lift and sustains gliding. While in the air, gliding mammals actively regulate aerodynamic forces, though often through unique mechanisms. For instance, whereas one species may rely primarily on tail movements to control orientation and trajectory during a glide, another species may rely on a combination of tail, arm, and leg adjustments. 

[Img[Images/Sugar_glider.jpg]]
The sugar glider (//Petaurus breviceps//) is a type of gliding mammal. Photo credit: Anke Meyring

Some of the best-known gliding mammals are flying squirrels, which belong to the order Rodentia and are found in temperate and tropical forests in Asia, northern Europe, India, and North America. There are about 44 species of flying squirrels, of which the northern flying squirrel (//Glaucomys sabrinus//) holds the record for the longest glide, at almost 90 meters (295 feet). In addition to patagia, flying squirrels possess other specialized gliding adaptations, including a small shaft of cartilage on each wrist that helps control the patagia during gliding and a bushy, usually flattened tail that acts as a rudder for steering. The woolly flying squirrel (//Eupetaurus cinereus//) of south-central Asia is the largest of the group, weighing as much as 2.5 kg (5.5 pounds) and measuring about 45 to 60 cm (about 1.5 to 2 feet) in length from the head to the base of the tail. The lesser pygmy flying squirrel (//Petaurillus emiliae//) of Borneo is believed to be the smallest, though data on its size is lacking.

Another well-known gliding mammal is the sugar glider (//Petaurus breviceps//), which is one of six species of so-called wrist-winged gliders (genus //Petaurus//) of the order Diprotodontia that inhabit the forests of parts of northern and eastern Australia, New Guinea, and nearby islands. Wrist-winged gliders differ from flying squirrels in several ways, perhaps the most significant being that gliders are marsupials and flying squirrels are placental mammals. In addition, the attachment site of the patagia of wrist-winged gliders is the fifth finger of each forelimb, which differs from the cartilaginous attachment structure of flying squirrels. The sugar glider is the smallest member of //Petaurus//, weighing 80 to 170 grams (2.8 to 6 ounces) and measuring 15 to 21 cm (6 to 8 inches) in body length. The largest of the group is the yellow-bellied glider (//Petaurus australis//), which weighs 450 to 700 grams (1 to 1.5 pounds) and measures around 30 cm (1 foot) in body length.

[Img[Images/Colugo.jpg]]
The Sunda flying lemur (//Galeopterus variegatus//). Photo credit: Nina Holopainen

Other gliding mammals include the greater glider (//Petauroides volans//) and the feather-tailed glider (//Acrobates pygmaeus//), which are members of Diprotodontia, and the colugos (or flying lemurs, though they are not related to true lemurs) of Southeast Asia, which belong to the order Dermoptera. The two extant species of colugos are the Philippine flying lemur (//Cynocephalus volans//) and the Sunda flying lemur (//Galeopterus variegatus//). These animals have a patagium that extends from the shoulders to the tip of the tail, and they have webbed feet. Thus, colugos have more developed gliding capabilities compared with flying squirrels and gliding marsupials. These capabilities led to the proposal in the 1980s that colugos were very closely related to bats, but this idea has since been rejected by DNA analyses.

The physical differences and variations in aerodynamic control among gliding mammals are the result of independent evolutionary events. In fact, gliding evolved independently at least nine times in mammals, and each time, it came about through a series of increasingly sophisticated adaptations that provided greater control over aerial descent. While there is no clear explanation yet as to why some arboreal mammals took to aerial descent as a mode of locomotion in the first place, scientists suspect that habitat structure, predators, aerodynamic and landing forces associated with leaping or jumping, and energy expenditure during foraging may have been important factors.

Back to [[The Nature Beat|The Nature Beat]]

<<tiddler HideTiddlerTags>>
Oct. 22, 2011:
In StyleSheet, to center web page, changed: 
 #contentWrapper{
margin: 0 3.4em; 
...
to: 
 #contentWrapper{
border: 0;
margin: 0 auto;
width: 960px;
...

Oct. 22, 2011:
In PageTemplate, to align right edge of image with blue bar under header, changed: 
<div id='header' class='header' style='max-width: 910px;'>
to: 
<div id='header' class='header' style='max-width: 950px;'>

My personal favorite...

Back to [[Major Seas|Major Seas]]
Back to [[Bodies of Water|Bodies of Water]]
<<tiddler HideTiddlerTags>><<tiddler HideTiddlerSubtitle>><<tiddler HideTiddlerToolbar>>
Back to [[Major Seas|Major Seas]]
Back to [[Bodies of Water|Bodies of Water]]
<<tiddler HideTiddlerTags>><<tiddler HideTiddlerSubtitle>><<tiddler HideTiddlerToolbar>>
<<list filter [tag[Lake]]>>

<<tiddler HideTiddlerTags>>
<<tiddler HideTiddlerSubtitle>>
<<tiddler HideTiddlerToolbar>>
Back to [[Lakes|Lakes]]
Back to [[Bodies of Water|Bodies of Water]]
<<tiddler HideTiddlerTags>><<tiddler HideTiddlerSubtitle>><<tiddler HideTiddlerToolbar>>
<<list filter [tag[Lake]]>>

Back to [[Bodies of Water|Bodies of Water]]
<<tiddler HideTiddlerTags>><<tiddler HideTiddlerSubtitle>><<tiddler HideTiddlerToolbar>>
The little brown myotis, or little brown bat (//Myotis lucifugus//), is one of the most abundant mouse-eared bats (//Myotis//) in North America, being found in most U.S. states and in Canada. In the north it is found from central Alaska to Labrador in northeastern Canada. The southern end of its range extends to Arkansas.

As its name suggests, the little brown myotis is little, weighing just 0.025 to 0.5 ounce and measuring about 2.5 to 4 inches in body length, and its upper surface is brown in color, while its underparts are gray. It hibernates in the winter, with individuals gathering into large groups and colonizing cool, humid caves, where temperatures are a steady 40 °F and humidity levels hover around 90 percent. In the summer, the little brown myotis roosts in warm areas, most commonly under the roofs of barns and similar buildings. The little brown myotis feeds on insects and favors wetland habitat, where mosquitoes, midges, gnats, and other insects are abundant, enabling it to consume up to half its body weight in insects each night. Its lifespan is 20 to 30 years in the wild.

[img[Images/Little_Brown_Bat.jpeg]]
Photo credit: Hollingsworth; U.S. Fish and Wildlife Service

In 2005-06 scientists learned of a disease known as white nose syndrome (WNS), which was later associated with a newly discovered species of fungus, //Geomyces destructans//. WNS poses a major threat to bat survival. The fungus grows in bat hibernicula and infects the skin and connective tissue of the wings, thereby disrupting hibernation and causing the bat to expend energy to stay warm after wakening. Bats that are repeatedly awakened from hibernation starve, become dehydrated, and eventually die. Some bats fly out of their caves in mid-winter in search of food and water, only to perish from exposure to cold. Bats that survive infection may have signs of impaired wing function, which can affect flying efficiency, leading to declines in foraging and reproductive success. Estimates indicate that by the end of winter 2012, WNS will have killed a total of 2 million bats, many of which have been little brown bats, since its discovery.

Back to [[The Americas|The Americas]]
<<tiddler HideTiddlerTags>><<tiddler HideTiddlerSubtitle>><<tiddler HideTiddlerToolbar>>
[[About this Site]]
[[The Writer]]
[[The Nature Beat]]<<tiddler {{place.lastChild.title='Learn about recent discoveries.';''}}>>
[[Map]]<<tiddler {{place.lastChild.title='Click on the map to access information about animal and plant research in specific habitat areas.';''}}>>
[[Species by Region]]<<tiddler {{place.lastChild.title='Learn about endangered and rare animals and plants by on geographical location.';''}}>>
[[On the Wing]]<<tiddler {{place.lastChild.title='Learn about birds by habitat.';''}}>>
[[In the Water]]<<tiddler {{place.lastChild.title='Learn about ocean and sea life.';''}}>>
[[Tiny Life]]<<tiddler {{place.lastChild.title='Learn about insects and microorganisms.';''}}>>
[img[Buy it on Amazon!|Images/Rogers_Cover_sm.jpg][http://www.amazon.com/Out-Nature-Plants-Matter-Humanity/dp/0816529698/ref=sr_1_3?s=books&ie=UTF8&qid=1322406212&sr=1-3]]


<<tiddler HideTiddlerTags>>
<<tiddler HideTiddlerSubtitle>>
<<tiddler HideTiddlerToolbar>>
<<list filter [tag[Sea]]>>

Back to [[Bodies of Water|Bodies of Water]]
Back to [[Species by Region|Species by Region]]
<<tiddler HideTiddlerTags>><<tiddler HideTiddlerSubtitle>><<tiddler HideTiddlerToolbar>>
Click on the map to find species by region.

<html>
<img src="Images/worldmap_small.jpg" width="700" height="355" alt="Worldmap" usemap="#worldmap_small" />

<map name="worldmap_small">
  <area shape="rect" coords="589,72,690,174" href="index.html#[[Pacific%20Ocean]]" alt="The Pacific Ocean" />
  <area shape="rect" coords="34,84,132,195" href="index.html#[[Pacific%20Ocean]]" alt="The Pacific Ocean" />
  <area shape="rect" coords="21,240,190,303" href="index.html#[[Pacific%20Ocean]]" alt="The Pacific Ocean" />
  <area shape="rect" coords="147,11,336,33" href="index.html#[[The%20Arctic]]" alt="The Arctic" />
  <area shape="rect" coords="225,81,295,165" href="index.html#[[Atlantic]]" alt="The Atlantic Ocean" />
  <area shape="rect" coords="260,180,350,270" href="index.html#[[Atlantic]]" alt="The Atlantic Ocean" />
  <area shape="rect" coords="117,325,549,351" href="index.html#[[Antarctica]]" alt="Antarctica" />
  <area shape="rect" coords="315,108,405,250" href="index.html#[[Africa]]" alt="Africa" />
  <area shape="rect" coords="125,40,186,125" href="index.html#[[The Americas]]" alt="North America" />
  <area shape="rect" coords="120,117,175,157" href="index.html#[[The Americas]]" alt="Central America" />
  <area shape="rect" coords="183,157,255,291" href="index.html#[[The Americas]]" alt="South America" />
  <area shape="rect" coords="324,39,570,150" href="index.html#[[Eurasia]]" alt="Eurasia" />
  <area shape="rect" coords="520,166,655,285" href="index.html#[[Oceania]]" alt="Oceania" />
  <area shape="rect" coords="6,192,99,237" href="index.html#[[Oceania]]" alt="Oceania" />
  <area shape="rect" coords="427,172,532,258" href="index.html#[[Indian%20Ocean]]" alt="The Indian Ocean" />
</map>
</html>

<<tiddler HideTiddlerTags>><<tiddler HideTiddlerSubtitle>><<tiddler HideTiddlerToolbar>>
<<list filter [tag[MarineMammal]]>>

Back to [[In the Water|In the Water]]
<<tiddler HideTiddlerTags>>
<<tiddler HideTiddlerSubtitle>>
<<tiddler HideTiddlerToolbar>>
Back to [[Major Seas|Major Seas]]
Back to [[Bodies of Water|Bodies of Water]]
<<tiddler HideTiddlerTags>><<tiddler HideTiddlerSubtitle>><<tiddler HideTiddlerToolbar>>
<<list filter [tag[Microorganism]]>>

Back to [[Tiny Life|Tiny Life]]
<<tiddler HideTiddlerTags>><<tiddler HideTiddlerSubtitle>><<tiddler HideTiddlerToolbar>>
<<closeAll>><<permaview>><<newTiddler>><<newJournal 'DD MMM YYYY'>><<saveChanges>><<slider chkSliderOptionsPanel OptionsPanel 'options »' 'Change TiddlyWiki advanced options'>>
As the largest member of the deer family (Cervidae), the moose (//Alces alces//) is a conspicuous member of the fauna inhabiting North America and Eurasia. Four subspecies of moose are recognized: the Alaskan moose (//Alces alces gigas//), found in Alaska, the western Yukon, and northwestern British Columbia; the Shiras moose (//Alces alces shirasi//), found along the Rocky Mountains from Canada to Colorado; the northwestern moose (//Alces alces andersoni//), found in the northern parts of Michigan and Minnesota and in central Canada; and the eastern moose (//Alces alces americana//), found in the northeastern United States and eastern Canada. 

The Alaskan moose is the largest of the group, with full-grown bulls weighing 1,200 to 1,600 pounds and measuring about 7 feet at the shoulder. Adult females, on the other hand, are smaller, weighing about 800 to 1,300 pounds. The Shiras moose is the smallest subspecies.

In Eurasia, moose are found in northern areas, such as northern Europe (e.g., Norway, Finland, and the Baltic States) and Russia, as well as countries in the east, such as the Ukraine and Belarus.

[img[Images/Moose_small.jpg]]
Photo credit: Steve Hillebrand, U.S. Fish and Wildlife Service

Back to [[The Americas|The Americas]]
Back to [[Eurasia|Eurasia]]
<<tiddler HideTiddlerTags>><<tiddler HideTiddlerSubtitle>><<tiddler HideTiddlerToolbar>>
In the last few weeks, I've added information on some fascinating species found in the Americas and Eurasia:

[[Gray wolf|Gray wolf]]
[[Moose|Moose]]
[[Little brown myotis|Little brown myotis]]
[[Bumblebee bat|Bumblebee bat]]

Back to [[The Nature Beat|The Nature Beat]]
Back to [[The Americas|The Americas]]
Back to [[Eurasia|Eurasia]]

<<tiddler HideTiddlerTags>>
!Canada
!Greenland
!United States



<<tiddler HideTiddlerTags>>
<<tiddler HideTiddlerSubtitle>>
<<tiddler HideTiddlerToolbar>>
Last Updated: 5/13/2012
Copyright © Kara Rogers
kerogers (at) nasw.org
<<tiddler HideTiddlerTags>>
<<tiddler HideTiddlerSubtitle>>
<<tiddler HideTiddlerToolbar>>
[>img[Images/Oceania_color_small.jpg]]
<<list filter [tag[Oceania1]]>>

Back to [[Map|Map]]
Back to [[Species by Region|Species by Region]]
<<tiddler HideTiddlerTags>><<tiddler HideTiddlerSubtitle>><<tiddler HideTiddlerToolbar>>
<<list filter [tag[Ocean]]>>

Back to [[In the Water|In the Water]]
Back to [[Species by Region|Species by Region]]
<<tiddler HideTiddlerTags>><<tiddler HideTiddlerSubtitle>><<tiddler HideTiddlerToolbar>>
[[Birds of the Americas]]
[[Birds of Eurasia]]
[[Birds of Africa]]
[[Birds of Antarctica]]
[[Birds of Oceania]]
[[Seabirds]]

<<tiddler HideTiddlerTags>><<tiddler HideTiddlerSubtitle>><<tiddler HideTiddlerToolbar>>
The orange clownfish (//Amphiprion percula//) is found in the Pacific Ocean, from northeastern Australia to Melanesia. It is known for its bright orange color, marked by three wide white vertical bars edged in black. It lives in close relationship with sea anemones in shallow reef waters, where water temperatures are about 25 to 28 °C and where there is sufficient sunlight to support the photosynthetic golden-brown algae that live on the anemones.

[img[Images/Amphiprion_percula_sm.JPG]]
The orange clownfish, //Amphiprion percula//. 

Back to [[In the Water|In the Water]]
Back to [[Species by Region|Species by Region]]
See also [[Oceans|Oceans]]

<<tiddler HideTiddlerTags>><<tiddler HideTiddlerSubtitle>><<tiddler HideTiddlerToolbar>>
Today was the official launch of [[outofnature.net|http://outofnature.net]], where visitors can learn more about my forthcoming book //Out of Nature: Why Drugs from Plants Matter to the Future of Humanity//. The web site features, among other things, a synopsis of the book, an extensive plant taxonomy section, and links to places where the book can be purchased. It'll be out in print in February 2012. Happy reading!

Back to [[The Nature Beat|The Nature Beat]]

<<tiddler HideTiddlerTags>>
<<list filter [tag[Pacific]]>>

Back to [[Map|Map]]
Back to [[Oceans|Oceans]]
<<tiddler HideTiddlerTags>><<tiddler HideTiddlerSubtitle>><<tiddler HideTiddlerToolbar>>
<!--{{{-->
<div id='header' class='header' style='max-width: 950px;'>
<div class='headerShadow'>
<span class='siteTitle' refresh='content' tiddler='SiteTitle'></span>&nbsp;
<span class='siteSubtitle' refresh='content' tiddler='SiteSubtitle'></span>
</div>

</div>
<div id='mainMenu'>
<span refresh='content' tiddler='MainMenu'></span>
<span class='searchBar' macro='search'></span>
<span id='noticeBoard' refresh='content' tiddler='NoticeBoard'></span>

</div>
<div id='sidebar'>
<div id='sidebarOptions' refresh='content' tiddler='MochaSideBarOptions'></div>
<div id='sidebarTabs' refresh='content' force='true' tiddler='SideBarTabs'></div>
</div>
<div id='displayArea' style='max-width: 750px;'>
<div id='messageArea'></div>
<div id='tiddlerDisplay'></div>
</div>

<div id='contentFooter' refresh='content' tiddler='contentFooter'></div>
<!--}}}-->
Back to [[On the Land|On the Land]]
<<tiddler HideTiddlerTags>><<tiddler HideTiddlerSubtitle>><<tiddler HideTiddlerToolbar>>
Back to [[On the Land|On the Land]]
<<tiddler HideTiddlerTags>><<tiddler HideTiddlerSubtitle>><<tiddler HideTiddlerToolbar>>
//Ursus maritimus//
[img[polar_bear3.jpg]]
Photo by Susanne Miller
<<tiddler HideTiddlerTags>><<tiddler HideTiddlerSubtitle>><<tiddler HideTiddlerToolbar>>
Polar bears (//Ursus maritimus//) live in the cold, ice-encrusted Arctic and are often found atop floating ice sheets.  They have thick fur coats and an insulating fat layer under their skin that helps them stay warm.  Polar bears are good swimmers, sometimes obtaining speeds of more than 6 mph.  They use their front legs to pull themselves along and their hindlegs to steer.  Polar bears are carnivores, eating mainly seals, fish, whale carcasses, and reindeer and occasionally feeding on berries and kelp.

For more information, see:
#[[National Geographic polar bear page|http://animals.nationalgeographic.com/animals/mammals/polar-bear.html]]
#[[SeaWorld Polar Bear Infobook|http://www.seaworld.org/animal-info/info-books/polar-bear/index.htm]]
#[[Polar Bears International|http://www.polarbearsinternational.org/]]
#[["Paddling Polar Bears"|http://www.talkingscience.org/2011/02/paddling-polar-bears/]]

Back to [[The Arctic|The Arctic]]
<<tiddler HideTiddlerTags>><<tiddler HideTiddlerSubtitle>><<tiddler HideTiddlerToolbar>>
The pronghorn (//Antilocapra americana//) is found on the plains, deserts, and grasslands of North America. Although it looks very much like an antelope, it is actually a distant relative. In fact, the pronghorn is classified in an entirely separate family, Antilocapridae. It is the only living representative of this family, a distinction due in part to its atypical horns.

The horns of the pronghorn are flattened, hollow, and branched. One of the branches forms a forward-pointing prong, for which the animal is named. Unlike animals such as antelope, goats, and bison (which have hollow, unbranching horns that are not shed) and animals such as deer and elk (which have solid, branching horns that are shed), pronghorn shed their hollow horns annually. Both male and female pronghorns have horns (the horns of females often are absent or much reduced in size), a trait they share in common with reindeer. 

See The Nature Beat, [[The Pronghorn of North America|The Pronghorn of North America (9 Oct. 2011)]], for more information.

[img[Images/pronghorn1_small.JPG]]
Photo credit: Jeremy D. Rogers

[img[Images/pronghorn2_small.JPG]]
Photo credit: Jeremy D. Rogers

Back to [[The Americas|The Americas]]
<<tiddler HideTiddlerTags>><<tiddler HideTiddlerSubtitle>><<tiddler HideTiddlerToolbar>>
Also known as the fire lobe of the chimney, //Pyrolobus fumarii// is the most heat-tolerant organism on Earth, surviving at a record high of 235 °F. In 1997 German microbiologist Karl O. Stetter discovered //P. fumarii// in the wall of a black smoker (a hydrothermal vent named for the black plumes created as the sulfide minerals it emits mix with the cold surrounding water). The smoker was located about 12,000 feet below the ocean’s surface in the Mid Atlantic Ridge. Hence, the organism tolerates not only extremely hot water with high concentrations of sulfide minerals but also pressures as high as 250 bars (3,625 psi; life at sea level experiences just 14.7 psi). 

//P. fumarii// is a chemolithoautotroph, meaning it eats inorganic chemicals, hydrogen, and carbon dioxide; it extracts these chemicals from the walls of black smokers. //P. fumarii// has a genome that consists of about 2,000 genes, many of which share very little or no similarity with genes of other microorganisms. This suggests that //P. fumarii// is genetically fit for life in extreme heat.

[img[Images/black_smoker.jpg]]
A black smoker at a mid-ocean ridge hydrothermal vent. 
Credit: OAR/National Undersea Research Program (NURP); NOAA

Read more about //P. fumarii//: [[Life in the Smoker: The Fire Lobe of the Chimney|http://www.talkingscience.org/2011/11/life-in-the-smoker-the-fire-lobe-of-the-chimney/]]

Back to [[Microorganisms|Microorganisms]]
Back to [[Tiny Life|Tiny Life]]
<<tiddler HideTiddlerTags>><<tiddler HideTiddlerSubtitle>><<tiddler HideTiddlerToolbar>>
The red-billed quelea (//Quelea quelea//) is one of world's most abundant birds. It inhabits the savanna and low-lying veld of sub-Saharan Africa, where, in a single day, it may consume one-half or more of its own body weight of grain. Giant flocks of queleas land in fields of cereal crops, causing massive destruction. Indeed, this finchlike songbird is a major pest in Africa.

The red-billed quelea has remarkably complex feeding and migration strategies, oriented around local rainfall and seed and insect abundance. Learn more about the quelea in [[The Red-Billed Quelea: Africa’s Avian Riff-Raff|http://www.talkingscience.org/2010/12/the-red-billed-quelea-africas-avian-riff-raff/]].

Back to [[Africa|Africa]]
Back to [[Birds of Africa|Birds of Africa]]
<<tiddler HideTiddlerTags>><<tiddler HideTiddlerSubtitle>><<tiddler HideTiddlerToolbar>>
/%
|Name|ReplaceDoubleClick|
|Source|http://www.TiddlyTools.com/#ReplaceDoubleClick|
|Version|2.0.0|
|Author|Eric Shulman - ELS Design Studios|
|License|http://www.TiddlyTools.com/#LegalStatements <br>and [[Creative Commons Attribution-ShareAlike 2.5 License|http://creativecommons.org/licenses/by-sa/2.5/]]|
|~CoreVersion|2.1|
|Type|script|
|Requires|InlineJavascriptPlugin|
|Overrides|tiddler background click and doubleclick handlers|
|Description|disable doubleclick-to-edit-tiddler or replace doubleclick with shift/ctrl/alt+singleclick|

Usage:
	in tiddler content:
		<<tiddler ReplaceDoubleClick>> or
		<<tiddler ReplaceDoubleClick with: key trigger>>
	in ViewTemplate:
		<span macro="tiddler ReplaceDoubleClick"></span> or
		<span macro="tiddler ReplaceDoubleClick with: key trigger"></span>
where: 
	'key' (optional) is one of: none (default), ctrl, shift, or alt
	'trigger' (optional) is one of: click, doubleclick (default)

* if no key parameter (or "none") is specified, then the double-click action is **disabled** for that tiddler.
* if a key (other than none) is specified, the doubleclick action for the tiddler will only be invoked
	when the key+trigger combination is used.
* note: double-clicking will also trigger the single-click handler.  As a result, when 'click' option is specified,
	either click OR double-click (plus the specified key) will trigger the action.

Revisions:
2.0.0 renamed from ShiftClickToEdit and merged with DoubleClickDisable and added support specifying alternative key+click combination

%/<script>
	var here=story.findContainingTiddler(place); if (!here) return;
	if (here.ondblclick) {
		here.setAttribute("editKey","none");
		if ("$1"=="shift" || "$1"=="ctrl" || "$1"=="alt")
			here.setAttribute("editKey","$1"+"Key");
		var trigger=("$2"=="click")?"onclick":"ondblclick";
		here.save_dblclick=here.ondblclick;
		here.ondblclick=null;
		if (here.getAttribute("editKey")!="none")
			here[trigger]=function(e) {
				var ev=e?e:window.event;
				if (ev[this.getAttribute("editKey")])
					this.save_dblclick.apply(this,arguments);
			}
	}
</script>
*[[A link]]
*[[A link]]
*[[A link]]
*<<closeAll>>
*<<permaview>>
*<<saveChanges>>
*<<newTiddler>>
Ringed seals (//Pusa hispida//) are named for the pale rings that appear on their gray bodies, primarily on the back. They are widely distributed in the circumpolar oceans of the Northern Hemisphere. They feed on arctic cod, mollusks, and planktonic crustaceans. Although they are common, because they depend on sea ice for breeding and molting, climate change is considered a threat to their existence.

[img[Images/ringed_seal_pup.jpg]]
Photo credit: Photo: Shawn Dahle, NOAA Polar Ecosystems Program research cruise

Back to [[Marine Mammals|Marine Mammals]]
Back to [[The Arctic|The Arctic]]
<<tiddler HideTiddlerTags>>
<<tiddler HideTiddlerSubtitle>>
<<tiddler HideTiddlerToolbar>>
Back to [[Major Seas|Major Seas]]
Back to [[Bodies of Water|Bodies of Water]]
<<tiddler HideTiddlerTags>><<tiddler HideTiddlerSubtitle>><<tiddler HideTiddlerToolbar>>
<<list filter [tag[Sea]]>>

<<tiddler HideTiddlerTags>>
<<tiddler HideTiddlerSubtitle>>
<<tiddler HideTiddlerToolbar>>
<<list filter [tag[Seabird]]>>

Back to [[On the Wing|On the Wing]]
Back to [[Map|Map]]
<<tiddler HideTiddlerTags>><<tiddler HideTiddlerSubtitle>><<tiddler HideTiddlerToolbar>>
The secretary bird (//Sagittarius serpentarius//), also known as the marching eagle, inhabits the plains of sub-Saharan Africa and is the only terrestrial bird of prey. It may travel, by foot, as many as 20 miles in a single day in search of prey. The secretary bird is found primarily in open areas, such as grasslands, savannas, and semi-desert regions. Its range extends from Senegal in the west to Ethiopia and Somalia in the east; the southernmost it has been found is the Cape Peninsula in South Africa. Secretary birds eat small mammals as well as insects, snakes, amphibians, and other birds or bird eggs. 

The bird may have been named for the raised crest of black feathers on its head, which resemble the quill pens historically carried behind secretaries' ears. //Sagittarius//, however, means "archer," a name possibly given in reference to the pointed crest feathers. Also, the Arabic //saqr-et-tair//, which means "hunter-bird," sounds similar to the French //secrétaire// and may have served as the origin of the secretary bird's name.

Read more about the secretary bird: [[The Marching Eagle: Africa’s Secretary Bird|http://www.talkingscience.org/2011/11/the-marching-eagle-africas-secretary-bird/]]

Back to [[Africa|Africa]]
Back to [[Birds of Africa|Birds of Africa]]
<<tiddler HideTiddlerTags>><<tiddler HideTiddlerSubtitle>><<tiddler HideTiddlerToolbar>>
<<tiddler HideTiddlerTags>>
<<tiddler HideTiddlerSubtitle>>
<<tiddler HideTiddlerToolbar>>
/***
|Name|SinglePageModePlugin|
|Source|http://www.TiddlyTools.com/#SinglePageModePlugin|
|Documentation|http://www.TiddlyTools.com/#SinglePageModePluginInfo|
|Version|2.9.6|
|Author|Eric Shulman - ELS Design Studios|
|License|http://www.TiddlyTools.com/#LegalStatements <br>and [[Creative Commons Attribution-ShareAlike 2.5 License|http://creativecommons.org/licenses/by-sa/2.5/]]|
|~CoreVersion|2.1|
|Type|plugin|
|Requires||
|Overrides|Story.prototype.displayTiddler(), Story.prototype.displayTiddlers()|
|Options|##Configuration|
|Description|Show tiddlers one at a time with automatic permalink, or always open tiddlers at top/bottom of page.|
This plugin allows you to configure TiddlyWiki to navigate more like a traditional multipage web site with only one tiddler displayed at a time.
!!!!!Documentation
>see [[SinglePageModePluginInfo]]
!!!!!Configuration
<<<
<<option chkSinglePageMode>> Display one tiddler at a time
><<option chkSinglePagePermalink>> Automatically permalink current tiddler
><<option chkSinglePageKeepFoldedTiddlers>> Don't close tiddlers that are folded
><<option chkSinglePageKeepEditedTiddlers>> Don't close tiddlers that are being edited
<<option chkTopOfPageMode>> Open tiddlers at the top of the page
<<option chkBottomOfPageMode>> Open tiddlers at the bottom of the page
<<option chkSinglePageAutoScroll>> Automatically scroll tiddler into view (if needed)

Notes:
* The "display one tiddler at a time" option can also be //temporarily// set/reset by including a 'paramifier' in the document URL: {{{#SPM:true}}} or {{{#SPM:false}}}.
* If more than one display mode is selected, 'one at a time' display takes precedence over both 'top' and 'bottom' settings, and if 'one at a time' setting is not used, 'top of page' takes precedence over 'bottom of page'.
* When using Apple's Safari browser, automatically setting the permalink causes an error and is disabled.
<<<
!!!!!Revisions
<<<
2008.10.17 [2.9.6] changed chkSinglePageAutoScroll default to false
| Please see [[SinglePageModePluginInfo]] for previous revision details |
2005.08.15 [1.0.0] Initial Release.  Support for BACK/FORWARD buttons adapted from code developed by Clint Checketts.
<<<
!!!!!Code
***/
//{{{
version.extensions.SinglePageModePlugin= {major: 2, minor: 9, revision: 6, date: new Date(2008,10,17)};
//}}}
//{{{
config.paramifiers.SPM = { onstart: function(v) {
	config.options.chkSinglePageMode=eval(v);
	if (config.options.chkSinglePageMode && config.options.chkSinglePagePermalink && !config.browser.isSafari) {
		config.lastURL = window.location.hash;
		if (!config.SPMTimer) config.SPMTimer=window.setInterval(function() {checkLastURL();},1000);
	}
} };
//}}}
//{{{
if (config.options.chkSinglePageMode==undefined)
	config.options.chkSinglePageMode=false;
if (config.options.chkSinglePagePermalink==undefined)
	config.options.chkSinglePagePermalink=true;
if (config.options.chkSinglePageKeepFoldedTiddlers==undefined)
	config.options.chkSinglePageKeepFoldedTiddlers=false;
if (config.options.chkSinglePageKeepEditedTiddlers==undefined)
	config.options.chkSinglePageKeepEditedTiddlers=false;
if (config.options.chkTopOfPageMode==undefined)
	config.options.chkTopOfPageMode=false;
if (config.options.chkBottomOfPageMode==undefined)
	config.options.chkBottomOfPageMode=false;
if (config.options.chkSinglePageAutoScroll==undefined)
	config.options.chkSinglePageAutoScroll=false;
//}}}
//{{{
config.SPMTimer = 0;
config.lastURL = window.location.hash;
function checkLastURL()
{
	if (!config.options.chkSinglePageMode)
		{ window.clearInterval(config.SPMTimer); config.SPMTimer=0; return; }
	if (config.lastURL == window.location.hash) return; // no change in hash
	var tids=decodeURIComponent(window.location.hash.substr(1)).readBracketedList();
	if (tids.length==1) // permalink (single tiddler in URL)
		story.displayTiddler(null,tids[0]);
	else { // restore permaview or default view
		config.lastURL = window.location.hash;
		if (!tids.length) tids=store.getTiddlerText("DefaultTiddlers").readBracketedList();
		story.closeAllTiddlers();
		story.displayTiddlers(null,tids);
	}
}


if (Story.prototype.SPM_coreDisplayTiddler==undefined)
	Story.prototype.SPM_coreDisplayTiddler=Story.prototype.displayTiddler;
Story.prototype.displayTiddler = function(srcElement,tiddler,template,animate,slowly)
{
	var title=(tiddler instanceof Tiddler)?tiddler.title:tiddler;
	var tiddlerElem=document.getElementById(story.idPrefix+title); // ==null unless tiddler is already displayed
	var opt=config.options;
	var single=opt.chkSinglePageMode && !startingUp;
	var top=opt.chkTopOfPageMode && !startingUp;
	var bottom=opt.chkBottomOfPageMode && !startingUp;
	if (single) {
		story.forEachTiddler(function(tid,elem) {
			// skip current tiddler and, optionally, tiddlers that are folded.
			if (	tid==title
				|| (opt.chkSinglePageKeepFoldedTiddlers && elem.getAttribute("folded")=="true"))
				return;
			// if a tiddler is being edited, ask before closing
			if (elem.getAttribute("dirty")=="true") {
				if (opt.chkSinglePageKeepEditedTiddlers) return;
				// if tiddler to be displayed is already shown, then leave active tiddler editor as is
				// (occurs when switching between view and edit modes)
				if (tiddlerElem) return;
				// otherwise, ask for permission
				var msg="'"+tid+"' is currently being edited.\n\n";
				msg+="Press OK to save and close this tiddler\nor press Cancel to leave it opened";
				if (!confirm(msg)) return; else story.saveTiddler(tid);
			}
			story.closeTiddler(tid);
		});
	}
	else if (top)
		arguments[0]=null;
	else if (bottom)
		arguments[0]="bottom";
	if (single && opt.chkSinglePagePermalink && !config.browser.isSafari) {
		window.location.hash = encodeURIComponent(String.encodeTiddlyLink(title));
		config.lastURL = window.location.hash;
		document.title = wikifyPlain("SiteTitle") + " - " + title;
		if (!config.SPMTimer) config.SPMTimer=window.setInterval(function() {checkLastURL();},1000);
	}
	if (tiddlerElem && tiddlerElem.getAttribute("dirty")=="true") { // editing... move tiddler without re-rendering
		var isTopTiddler=(tiddlerElem.previousSibling==null);
		if (!isTopTiddler && (single || top))
			tiddlerElem.parentNode.insertBefore(tiddlerElem,tiddlerElem.parentNode.firstChild);
		else if (bottom)
			tiddlerElem.parentNode.insertBefore(tiddlerElem,null);
		else this.SPM_coreDisplayTiddler.apply(this,arguments); // let CORE render tiddler
	} else
		this.SPM_coreDisplayTiddler.apply(this,arguments); // let CORE render tiddler
	var tiddlerElem=document.getElementById(story.idPrefix+title);
	if (tiddlerElem&&opt.chkSinglePageAutoScroll) {
		// scroll to top of page or top of tiddler
		var isTopTiddler=(tiddlerElem.previousSibling==null);
		var yPos=isTopTiddler?0:ensureVisible(tiddlerElem);
		// if animating, defer scroll until after animation completes
		var delay=opt.chkAnimate?config.animDuration+10:0;
		setTimeout("window.scrollTo(0,"+yPos+")",delay); 
	}
}

if (Story.prototype.SPM_coreDisplayTiddlers==undefined)
	Story.prototype.SPM_coreDisplayTiddlers=Story.prototype.displayTiddlers;
Story.prototype.displayTiddlers = function() {
	// suspend single/top/bottom modes when showing multiple tiddlers
	var opt=config.options;
	var saveSPM=opt.chkSinglePageMode; opt.chkSinglePageMode=false;
	var saveTPM=opt.chkTopOfPageMode; opt.chkTopOfPageMode=false;
	var saveBPM=opt.chkBottomOfPageMode; opt.chkBottomOfPageMode=false;
	this.SPM_coreDisplayTiddlers.apply(this,arguments);
	opt.chkBottomOfPageMode=saveBPM;
	opt.chkTopOfPageMode=saveTPM;
	opt.chkSinglePageMode=saveSPM;
}
//}}}
Freelance science writer Kara Rogers<<tiddler ToggleRightSidebar with: ".">>
[img[Images/header.jpg]]

Nature. Science. Life.{{justifyright{[img[Twitter|Images/twitter_nature_icon.png][http://twitter.com/#!/karaerogers]][img[Facebook|Images/facebook_nature_icon.png][http://www.facebook.com/profile.php?id=100001872712220#!/profile.php?id=100001872712220&v=wall]]
}}}
!Brazil
!Chile
!Colombia
!Falkland Islands
!French Guiana
!Venezuela



<<tiddler HideTiddlerTags>>
<<tiddler HideTiddlerSubtitle>>
<<tiddler HideTiddlerToolbar>>
Back to [[Major Seas|Major Seas]]
Back to [[Bodies of Water|Bodies of Water]]
<<tiddler HideTiddlerTags>><<tiddler HideTiddlerSubtitle>><<tiddler HideTiddlerToolbar>>
<<list filter [tag[SouthernOcean]]>>

Back to [[Map|Map]]
Back to [[Oceans|Oceans]]
<<tiddler HideTiddlerTags>><<tiddler HideTiddlerSubtitle>><<tiddler HideTiddlerToolbar>>
[>img[Images/worldmap_extra_small.jpg]]
{{nobullets{<<list filter [tag[Region]]>>}}}[[Oceans]]
[[Major Seas]]

See also [[Map|Map]]
<<tiddler HideTiddlerTags>><<tiddler HideTiddlerSubtitle>><<tiddler HideTiddlerToolbar>>
Stony corals, which include brain and mushroom corals, are the primary reef-building corals. They secrete calcium carbonate, which produces a hard skeleton. The skeletons are glued together by calcium carbonate secreted by a type of red algae known as coralline algae. The layering of coral skeletons and calcium carbonate gives rise to coral reefs.

Back to [[Corals|Corals]]
<<tiddler HideTiddlerTags>><<tiddler HideTiddlerSubtitle>><<tiddler HideTiddlerToolbar>>
/*{{{*/
/*Mocha TiddlyWiki Theme*/
/*Version 1.0*/
/*Design and CSS originally by Anthonyy, ported to TiddlyWiki by Saq Imtiaz.*/
/*}}}*/
/*{{{*/
 #contentWrapper{
border: 0;
margin: 0 auto;
width: 960px;

			font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
font-size: 12px;
			line-height: 1.6em;
			color: #333;
}

.header {
 background: #fff; 
			padding-top: 10px;
			clear: both;

border-bottom: 4px solid #4e4e83;
}

.justifyright {
 float: right;
 font-size: 11px;
}

.headerShadow {	padding: 2.6em 0em 0.5em 0em; }

.siteTitle {
			font-family: 'Trebuchet MS' sans-serif;
			font-weight: bold;
			font-size: 28px;
			color: #4e4e83;
			margin-bottom: 30px;
			background-color: #FFF;
}

.siteTitle a{color:#4e4e83; border-bottom:0px dotted #4e4e83;}

.siteSubtitle {
	font-size: 1.2em;
        display: block;
        margin: .5em 3em; color: #555555;
}

#mainMenu {
position:relative;
float:left;
margin-bottom:1em;
display:inline;
text-align:left;
padding: 2em 0.5em 0.5em 0em;
width:13em;
font-size:1em;
}

#sidebar{
position:relative;
float:right;
margin-bottom:1em;
padding-top:2em;
display:inline;

}

#displayArea {
	margin: 0em 17em 0em 15em;
}

.tagClear {clear:none;}

#contentFooter {background:#575352; color:#4e4e83; clear: both; padding: 0.5em 1em;}

		
		#contentFooter a {
			color: #BFB6B3;
			border-bottom: 0px dotted #BFB6B3;
		}
		
		#contentFooter a:hover {
			color: #FFFFFF;
			background-color:#575352;
		}

		a,#sidebarOptions .sliderPanel a{
			color:#4e4e83;
			text-decoration: none;
		}

		a:hover,#sidebarOptions .sliderPanel a:hover {
			color:#4e4e83;
			background-color: #F5F5F5; 
		}

.viewer .button, .editorFooter .button{
	color: #666;
	border: 0px solid #CC6714;
}

.viewer .button:hover, 
.editorFooter .button:hover{
	color: #fff;
	background: #4e4e83;
	border-color: #4e4e83;
}

.viewer .button:active, .viewer .highlight,.editorFooter .button:active, .editorFooter .highlight{color:#fff; background:#575352;border-color:#575352;}


		#mainMenu a {
			display: block;
			padding: 5px;
			border-bottom: 1px solid #CCC;
		}

		#mainMenu a:link, #navlist a:visited {
			color:#4e4e83;
			text-decoration: none;
		}
		
		#mainMenu a:hover {
			background: #000000 url(arrow.gif) 96% 50% no-repeat;
			background-color: #F5F5F5;
			color:#4e4e83;
		}
		
		#mainMenu a:hover, #mainMenu a:active, #mainMenu .highlight, #mainMenu .marked {
			background: #000000 url(arrow.gif) 96% 50% no-repeat;
			background-color: #F5F5F5;
			color:#4e4e83;
		}

#mainMenu span {position:relative;}

#mainMenu br {display:none;}

#sidebarOptions a {
			color:#999;
			text-decoration: none;
		}

#sidebarOptions	a:hover {
			color:#4F4B45;
			background-color: #F5F5F5;border:1px solid #fff;
		}

#sidebarOptions {line-height:1.4em;}

		.tiddler {
			padding-bottom: 40px;
			border-bottom: 1px solid #DDDDDD; 
		}
.title {color:#4e4e83;}
.subtitle, .subtitle a { color: #999999; font-size: 1.0em;margin:0.2em;}
.shadow .title{color:#948979;}

.selected .toolbar a {color:#999999;}
.selected .toolbar a:hover {color:#4F4B45; background:transparent;border:1px solid #fff;}

.toolbar .button:hover, .toolbar .highlight, .toolbar .marked, .toolbar a.button:active{color:#4F4B45; background:transparent;border:1px solid #fff;}

 .listLink,#sidebarTabs .tabContents {line-height:1.5em;}
 .listTitle {color:#888;}

#sidebarTabs .tabContents {background:#fff;}
#sidebarTabs .tabContents .tiddlyLink, #sidebarTabs .tabContents .button{color:#999;}
#sidebarTabs .tabContents .tiddlyLink:hover,#sidebarTabs .tabContents .button:hover{color:#4F4B45;background:#fff}

#sidebarTabs .tabContents .button:hover, #sidebarTabs .tabContents .highlight, #sidebarTabs .tabContents .marked, #sidebarTabs .tabContents a.button:active{color:#4F4B45;background:#fff}

.tabSelected{color:#fff; background:#948979;}

.tabUnselected {
 background: #ccc;
}

 .tabSelected, .tabSelected:hover {
 color: #fff;
 background: #948979;
 border: solid 1px #948979;
padding-bottom:1px;
}

 .tabUnselected {
 color: #999;
 background: #eee;
 border: solid 1px #ccc;
padding-bottom:1px;
}

#sidebarTabs .tabUnselected { border-bottom: none;padding-bottom:3px;}
#sidebarTabs .tabSelected{padding-bottom:3px;}


#sidebarTabs .tabUnselected:hover { border-bottom: none;padding-bottom:3px;color:#4F4B45}

#sidebarOptions .sliderPanel {
	background: #fff; border:none;
	font-size: .9em;
}
#sidebarOptions .sliderPanel a {font-weight:normal;}
#sidebarOptions .sliderPanel input {border:1px solid #999;}

.viewer blockquote {
	border-left: 3px solid #948979;
}

.viewer table {
	border: 2px solid [[ColorPalette::TertiaryDark]];
}

.viewer th, thead td {
	background: #948979;
	border: 1px solid #948979;
	color: #fff;
}
.viewer pre {
	border: 1px solid #948979;
	background: #f5f5f5;
}

.viewer code {
	color: #2F2A29;
}

.viewer hr {
	border-top: dashed 1px #948979;
}

.editor input {
	border: 1px solid #948979;
}

.editor textarea {
	border: 1px solid #948979;
}

.popup {
	background: #948979;
	border: 1px solid #948979;
}

.popup li.disabled {
	color: #000;
}

.popup li a, .popup li a:visited {
	color: #eee;
	border: none;
}

.popup li a:hover {
	background: #575352;
	color: #fff;
	border: none;
}

.tagging, .tagged {
	border: 1px solid #eee;
	background-color: #F7F7F7;
}

.selected .tagging, .selected .tagged {
	background-color: #eee;
	border: 1px solid #BFBAB3;
}

 .tagging .listTitle, .tagged .listTitle {
	color: #bbb;
}

.selected .tagging .listTitle, .selected .tagged .listTitle {
	color: #666; 
}

.tagging .button, .tagged .button {
		color:#aaa;
}
.selected .tagging .button, .selected .tagged .button {
		color:#4F4B45;
}

.highlight, .marked {background:transparent; color:#111; border:none; text-decoration:underline;}

.tagging .button:hover, .tagged .button:hover, .tagging .button:active, .tagged .button:active {
		border: none; background:transparent; text-decoration:underline; color:#000;
}

h1,h2,h3,h4,h5 { color: #666; background: transparent; padding-bottom:2px; font-family: Arial, Helvetica, sans-serif; }
h1 {font-size:18px;}
h2 {font-size:16px;}
h3 {font-size: 14px;}

#messageArea {
	border: 4px solid #948979;
	background: #f5f5f5;
	color: #999;
        font-size:90%;
}

#messageArea a:hover { background:#f5f5f5;}

#messageArea .button{
	color: #666;
	border: 1px solid #CC6714;
}

#messageArea .button:hover {
	color: #fff;
	background: #948979;
	border-color: #948979;
}


* html .viewer pre {
	margin-left: 0em;
}

* html .editor textarea, * html .editor input {
	width: 98%;
}

.searchBar {float:right;font-size: 1.0em;}
.searchBar .button {color:#999;display:block;}
.searchBar .button:hover {border:1px solid #fff;color:#4F4B45;}
.searchBar input {			
                        background-color: #FFF;
			color: #999999;
			border: 1px solid #CCC;		margin-right:3px;
}

#sidebarOptions .button:active, #sidebarOptions .highlight {background:#F5F5F5;}

*html #contentFooter { padding:0.25em 1em 0.5em 1em;}

#noticeBoard {font-size: 0.9em; color:#999; position:relative;display:block;background:#fff; clear: both; margin-right:0.5em; margin-top:60px; padding:5px; border-bottom: 1px dotted #CCC; border-top: 1px dotted #CCC;}
#mainMenu #noticeBoard a,#mainMenu #noticeBoard .tiddlyLink {display:inline;border:none;padding:5px 2px;color:#DF9153 }
#noticeBoard a:hover {border:none;}	

#noticeBoard br {display:inline;}

#mainMenu #noticeBoard  .button{
	color: #666;
	border: 1px solid #DF9153;padding:2px;
}

#mainMenu #noticeBoard  .button:hover{
	color: #fff;
	background: #DF9153;
	border-color: #DF9153;
}

.nobullets li { list-style-type: none; margin-left:-2em; } /% add CSS class for no bullet lists -- KR %/

.searchbar {position:relative; width:11em;}
.searchbar .button{margin:0; width:11em;}
#header {display:block;} /%#header {display:inline-block;}%/     /% changes inline-block to block to work in newer browsers -- JDR %/
/*}}}*/

//This post was originally published in my column [[NaturePhiles|http://www.talkingscience.org/category/naturephiles/]] on [[TalkingScience.org|http://www.talkingscience.org/2012/01/supersoldier-ant-evolution/]].//

//Pheidole// ants, of which there are more than 1,100 known species, making the genus one of the largest in the taxonomic system, are known for their extraordinary diversity. And among their sundry forms is a “supersoldier” subcaste, a rare group of ant sumo wrestlers. But as a team of scientists from Europe, Canada, and the United States has discovered, although supersoldiers are produced by just a few //Pheidole// species and thus are infrequent in nature, all //Pheidole// ants have the potential to produce them, and they have possessed this ability since the genus evolved some 35 to 60 million years ago.

The [[study|http://www.sciencemag.org/content/335/6064/79.abstract]], published in //Science//, reveals that the production of //Pheidole// supersoldiers is the result of a developmental program that likely was present in the common ancestor of all //Pheidole// ants. It also suggests that the production of supersoldiers may be triggered by environmental factors and that repeated stimulation of the developmental program through time allowed the evolution of supersoldier subcastes to occur in parallel in different //Pheidole// species.

[img[Images/Pheidole_sm.png]]
A) A normal //Pheidole// soldier. B) A normal worker. C) A parasitized macroergate (worker with nematode infection). Source: Wheeler, W.M. "The parasitic origin of macroërgates among ants." //American Naturalist// 35 (1901): 877-886. 

Supersoldiers are produced with some frequency in at least eight //Pheidole// species found in the southwestern United States, generally in areas also inhabited by predatory army ants. //Pheidole// species apparently have evolved different strategies to deal with army ant raids; for example, while some species evacuate their nests and flee, others stay put and rely on supersoldiers for defense. When army ants attack, supersoldiers block nest entrances with their large heads, preventing invaders from penetrating the colony. The giants also use their extra large size to intimidate and fight off the enemy.

The researchers began investigating the development of supersoldiers after having observed a supersoldier-like subcaste in a wild colony of //Pheidole morrisi// ants. The supersoldier-like individuals, the team believed, arose from abnormalities in the growth and the development of soldier larvae. To test their hypothesis, they reconstructed the evolutionary history of 11 //Pheidole// species, two of which, //P. obtusospinosa// and //P. rhea//, produce supersoldier subcastes. The analyses revealed that the subcastes evolved independently in these two species, meaning that the subcastes evolved in parallel. This in turn presumably enabled adaptive variation and the emergence of new phenotypes (observable traits) in each species. New phenotypes are vital in helping species' thrive in their environments.

The ability of some //Pheidole// species to repeatedly produce supersoldiers appears to be mediated by a substance known as juvenile hormone, the production of which is thought to be dictated by nutrition, with increased availability of nutrients facilitating the development of supersoldiers. Because the entire //Pheidole// genus was suspected of retaining an ancestral potential for supersoldiers, the researchers exposed //P. hyatti// and //P. spadonia// (two species that do not normally produce supersoldiers) to the chemical methoprene, which mimics juvenile hormone. Following exposure to methoprene, both species produced supersoldier-like ants, indicating that the developmental potential had in fact been retained.

The researchers suspect that the ancestral developmental program of supersoldiers in //Pheidole// is the result of genetic accommodation, a process characterized by the emergence and incorporation of a new phenotype into a population. Genetic accommodation occurs through natural selection, in which environmental factors control the frequency and expression of genes. Possible selection pressures for supersoldier production in //Pheidole// may include nutrient availability and army ant raids.

The limited number of //Pheidole// species that produce supersoldier subcastes suggests that selection pressures favoring the giants have lessened over time. For example, selection for supersoldiers may have been reduced in //P. hyatti// when the species found greater success in nest evacuation compared with supersoldier defense during army ant attacks. Still, all //Pheidole// retain the developmental program for supersoldiers, possibly because its loss would compromise the development of the soldier caste itself.

Back to [[The Nature Beat|The Nature Beat]]
See also [[Tiny Life|Tiny Life]]

<<tiddler HideTiddlerTags>>
//This post was originally published in my column [[NaturePhiles|http://www.talkingscience.org/category/naturephiles/]] on [[Talking Science|http://www.talkingscience.org/2012/01/taking-chance-out-of-species-richness-in-tropical-forests/]].//

Community structure in ecology is defined by species richness and population abundance, characteristics that some scientists have argued are produced by unrelated, chance processes. But [[new research|http://www.sciencemag.org/content/335/6067/464.abstract]] by a team of scientists in Germany and the United States has taken chance out of the biodiversity equation. After uncovering similarities in the community structure of tropical forests in three regions of the world, the scientists concluded that species richness and abundance must be governed by related, deterministic processes, including predation and disease.

The latest research, published in the journal //Science//, is not the first to challenge the notion that chance processes are the major drivers of evolutionary diversification, an idea otherwise known as neutral ecological theory, which was introduced in 2001 by American ecologist Stephen Hubbell. This controversial theory describes speciation and extinction processes as stochastic, or nondeterministic, such that each species progresses and evolves in random fashion in space and time. Thus, under neutral theory, differences between similar species within a community have no bearing on whether or not each species is successful.

[img[Images/rainforest_sm.JPG]]
Rainforest in Victoria, Australia.

Neutral theory is based on what Hubbell described as functional equivalence, the hypothesis that species of similar position within a community experience the same birth, death, dispersal, and speciation rates. Beyond this “symmetry” in vital traits, Hubbell argued, species of the same trophic level may differ in any of a number of ways. Furthermore, as long as symmetry is maintained, complex processes, including competition, may exist in neutral theory. However, important ecological processes, such as predation and disease, are asymmetrical, involving dissimilar species from different trophic levels, and therefore fall beyond the scope of neutral theory.

Neutral theory predicts that evolutionary diversification and population abundance are unrelated across independently evolved ecological communities in different parts of the world. However, as the authors of the //Science// study found, the number of tree species and the number of individuals in tree families were comparable for forest plots in Africa, tropical America (the Neotropics), and Southeast Asia. Between regions, such as between forest plots in Ecuador and Malaysia, correlations were strongest among higher taxonomic groups, namely families and orders, and were weakest among genera and species. In contrast, within regions, such as among forest plots in the Neotropics alone, there were strong correlations in the number of species in genera. The researchers suspect that the latter phenomenon may be due to common ancestry and migration of plants within regions, resulting in the homogenization of floras and similarities in lower level taxonomic structure.

Comparisons with the fossil record revealed that the representation of families and the number of species within families have been conserved within regions over tens of millions of years. Thus, similarities in family-level species richness have persisted in different regions despite independent speciation and extinction processes. The findings suggest that, while nature can be unpredictable, deterministic processes strongly influence tree diversity and abundance at regional levels in tropical forests. These insights could prove valuable to forest conservation and efforts to protect rainforest biodiversity.

While it seems probable that random processes work in tandem with deterministic processes, the scientists also suggest that the abundance and diversity of plant species in tropical forests could be influenced by the ~Janzen-Connell effect. According to this hypothesis, predation on seeds and seedlings by insects, herbivores, and pathogens creates openings between different species of plants, thereby providing opportunity for colonization by other species.

Back to [[The Nature Beat|The Nature Beat]]

<<tiddler HideTiddlerTags>>
Back to [[Major Seas|Major Seas]]
Back to [[Bodies of Water|Bodies of Water]]
<<tiddler HideTiddlerTags>><<tiddler HideTiddlerSubtitle>><<tiddler HideTiddlerToolbar>>
[>img[Images/Americas_color_small.jpg]]
<<list filter [tag[Americas]]>>

Back to [[Map|Map]]
Back to [[Species by Region|Species by Region]]
<<tiddler HideTiddlerTags>><<tiddler HideTiddlerSubtitle>><<tiddler HideTiddlerToolbar>>
[>img[Images/Arctic_color.jpg]]
<<list filter [tag[Arctic]]>>

Back to [[Map|Map]]
Back to [[Species by Region|Species by Region]]
<<tiddler HideTiddlerTags>><<tiddler HideTiddlerSubtitle>><<tiddler HideTiddlerToolbar>>
//This post was originally published in my column [[NaturePhiles|http://www.talkingscience.org/2011/12/the-fin-whale-fleeing-from-extinction/]] on [[TalkingScience.org|http://www.talkingscience.org/]].//

Fin whales are enormous animals, with the largest individuals measuring nearly 90 feet in length and weighing 80 tons. Something that large should be conspicuous, especially in the coastal waters where fin whales spend much of their time. But the species’ propensity to disperse to open water and steep declines in its numbers in the 20th century have rendered it a rare sight. And so, relative to its famous baleen cousins, the blue whale and the [[humpback|Humpback whale]], the fin whale is lesser known, and its behavior little understood.

Fin whales (//Balaenoptera physalus//) are large from birth. In the last couple months of gestation, in one of the fastest fetal growth spurts known to animals, they more than double in size, growing to about 21 feet and two tons by the time they are born. Within five or six years, most fin whales have reached their adult size, and their distinguishing features have become pronounced. These features include a prominent ridge that stretches from the tip of the upper jaw to the blowhole, a pointed or hooked dorsal fin, and a sharp ridge that runs along the top edge of the lower back.

[img[Images/Fin_whale_sm.JPG]]
Fin whale (//Balaenoptera physalus//). Source: NOAA National Marine Fisheries Service 

Fin whales also have remarkably long and trim bodies, which contrast with the stockier build of blue whales and humpbacks. In fact, although some blue whales may weigh more than twice as much as the largest fin whales when full-grown, blue whales are about the same length as or only slightly longer than fin whales. The latter's slender, hydrodynamic profile allows it to explode in bursts of speed of as many as 25 knots, making it one of the fastest whales in the world. That speed is especially useful for feeding, when a rapid lunge into a school of prey, with mouth wide open, allows for the swift intake of food.

While fin whales feed primarily on krill, they also enjoy small fish, such as capelin, herring, and sandlance. Like some other whales that feed on schooling fish, fin whales will circle their prey to encourage the fish to gather into a tight group. They then lunge into the school with mouth agape, engulfing both fish and water. The whales' baleen filters the water, trapping the fish in the mouth.

Although it is not known with certainty, fin whales may also make use of their asymmetrical coloration when feeding. The asymmetry affects the lower right and left jaws, with the right side being gray or white and the left black or dark brown; this coloration is repeated in the fin whale's baleen. When lunging on a school of fish from above, fin whales may do so on their right sides, thereby showing the white jaw to their prey and thus blending in with light from the sky above. This may confuse the fish just long enough to allow the whales to capture a larger quantity than they would otherwise.

Fin whales inhabit the world’s major oceans but occur most frequently in temperate and polar waters. But relatively little is known about their movements. For instance, while they occur over a wide range of latitudes throughout the year, suggesting that they do not migrate, some groups appear to move into winter or summer ranges occupied by other groups within their latitudinal range. Tracking the movements of fin whales is made difficult by their tendency to swim alone or in small groups dispersed over large areas and by their occasional mingling with blue whales.

For much of its coexistence with whaling vessels piloted by humans, the fin whale's greatest asset has been its speed. But with the appearance of faster vessels and stronger harpoons in the 20th century, fin whales could no longer escape man. The result was the persecution of the species, to near extinction, particularly in the Southern Hemisphere.

Today the fin whale is listed as endangered. But while populations in [[Antarctica|Antarctica]] still suffer low numbers, those in the North Atlantic appear to be recovering, aided in part by the female fin whale's ability to bear offspring every two or three years for the greater part of her 80-year-long life.

Back to [[The Nature Beat|The Nature Beat]]
See also [[Oceans|Oceans]]

<<tiddler HideTiddlerTags>>
//This post was originally published in my column [[NaturePhiles|http://www.talkingscience.org/category/naturephiles/]] on [[Talking Science|http://www.talkingscience.org/2012/01/the-impact-of-rising-ocean-carbon-levels-on-fish-behavior/]].//

The continued increase of atmospheric carbon suggests that by the end of this century the world’s oceans, which absorb 25 percent of our carbon dioxide emissions, could contain twice as much of the greenhouse gas as they do now. Such a steep rise could have significant impacts on some species of marine fish, since the introduction of more carbon dioxide turns seawater acidic and dramatically alters the animals’ sensory response -- changes that a [[new report|http://www.nature.com/nclimate/journal/vaop/ncurrent/full/nclimate1352.html]] published in the journal //Nature Climate Change// indicates are mediated by a chemical receptor in the brain known as ~GABA-A.

Since the late 1990s, scientists have known that ocean acidification alters seawater carbonate and aragonite chemistry, which affects the calcification and deposition of shell and skeletal materials in marine invertebrates such as corals and shellfish. In the last several years, however, scientists have also discovered that high seawater carbon dioxide levels, equivalent to those expected at the end of the century, affect fish. Among the behavioral changes observed thus far are disruption of hearing and smell (olfaction) in juvenile [[orange clownfish|Orange clownfish]] (//Amphiprion percula//) and of lateralization (favored turning direction) in yellowtail demoiselles (//Neopomacentrus azysron//).

[img[Images/Amphiprion_percula_sm.JPG]]
The orange clownfish, //Amphiprion percula//.

In fish, high carbon levels in water can cause acidosis (excessive acid in body fluids), a potentially life-threatening condition. Fish try to overcome acidosis through acid-base regulation and the accumulation of bicarbonate, which neutralizes acids and thereby prevents body fluids from becoming too acidic. But as the new study, conducted by a team of scientists from Australia, Italy, and Norway, has shown, this process reverses the normal function of the ~GABA-A receptor.

In the vertebrate brain, the ~GABA-A (gamma-aminobutyric acid-A) receptor is inhibitory, acting to attenuate the transmission of chemical signals between neurons. This occurs when chloride ions, and to a lesser extent bicarbonate ions, flow through the receptor and into the cell in response to some external signal. When intracellular chloride and bicarbonate concentrations become too high, the reverse happens -- the receptor conducts the ions out of the cell. By doing so, however, the inhibitory effect is lost, and the neurons become excitable. In the study, the scientists hypothesized that this reversal in receptor activity was responsible for the observed changes in sensory behavior in juvenile fish.

To investigate their hypothesis, the scientists reared larval clownfish in either control or high carbon environments and determined the effects of carbon on olfactory responses. Controls (fish raised in a carbon environment similar to that currently found in the ocean) avoided water trails that contained the odor of blue-spotted rockcod (Cephalopholis cyanostigma), a clownfish predator. Fish exposed to high carbon levels, however, were drawn to the odor. This abnormal response was corrected when gabazine, a chemical that blocks the ~GABA-A receptor, was added to the water.

In another series of experiments, the team investigated lateralization as a measure of brain function in yellowtail demoiselles. They collected wild yellowtails and exposed them to either control or high carbon environments and then recorded observations of turning direction in a T-shaped maze. Under normal conditions, yellowtails show a preference for turning left or right that is greater than expected by chance. Following exposure to large amounts of carbon, however, the researchers found that the fish turned at random. Similar to the abnormal olfactory responses in clownfish, the atypical lateralization effect in yellowtail demoiselles was corrected by gabazine.

Because gabazine binds only to ~GABA-A receptors, the findings indicate that carbon dioxide interferes with normal ~GABA-A activity and that this interference produces the behavioral abnormalities observed in coral reef fish. The existence of ~GABA-A receptors in the brains of vertebrates and invertebrates suggests that increasing carbon dioxide levels in the atmosphere and ocean could have effects across a variety of ecosystems. These effects, however, likely are to be most pronounced in aquatic ecosystems, because carbon dioxide is far more soluble in water than oxygen and because aquatic species tend to have relatively low carbon dioxide levels in their blood.

The researchers suspect, however, that because water-breathing species use different strategies to cope with high acidity, only certain groups of aquatic life may be susceptible to the effects of increasing carbon levels in seawater. The most vulnerable groups would include those species that rely almost exclusively on acid-base regulation, such as teleosts and crustaceans, and species that have unusually high rates of oxygen consumption, such as coral reef fish larvae and pelagic fish.

Back to [[The Nature Beat|The Nature Beat]]
See also [[Oceans|Oceans]]

<<tiddler HideTiddlerTags>>
//This post was originally published in my column [[NaturePhiles|http://www.talkingscience.org/2011/12/the-life-of-the-least-weasel/]] on [[TalkingScience.org|http://www.talkingscience.org/]].//

With a black button nose, large round eyes, and fuzzy knobs of ears, the least weasel is undoubtedly adorable. And it is made all the more so by its small size, with the tiniest individuals weighing just 25 grams and measuring a mere four inches in length. But beneath the fur and the lanky little profile lies a fierce meat-hungry predator, a bantamweight killer that carries a reputation as the world's smallest carnivore^^1^^.

The least weasel (//Mustela nivalis//) has an appetite for rodents and other small mammals but will also prey on lizards, birds' eggs, chicks, and small amphibians, such as frogs and salamanders. In some instances, aided by their deftness and determination, they will attack rabbits and other mammals that are relatively large. The type of prey taken by least weasels depends mainly on seasonal and geographical factors, which determine the abundance of prey animals, particularly voles, lemmings, mice, and shrews.

[img[Images/Least_weasel_sm.png]]
//Mustela nivalis//. Credit: Cabrera, Angel. (1914) Fauna Ibérica. Mamíferos. Mus. Nac. Cien. Nat., Madrid.

Least weasels enjoy a wide distribution, inhabiting much of Europe, North Africa, Asia, and the northern region of North America. They are also found on New Zealand, on a small handful of Japanese islands, on São Tomé off central Africa, on the Portuguese archipelago of the Azores, and on several Mediterranean islands. The species, however, is not native to the majority of these islands.

Within its geographical range, the least weasel occupies a variety of habitats. For instance, while it often lives in boreal forests, where it benefits from dense tree cover and understory that conceals it from its predators, it is also found in meadows and prairies and in scrubby and even semi-desert areas. In each of these habitats, it commonly makes its home in burrows or dens abandoned by other small animals.

In winter, the least weasel’s fur is transformed from a rich brown with white underbelly and feet to completely white with a few black hairs adorning the tip of its tail. This conversion is most thoroughly effected in the northern reaches of its distribution, where fading into the pale backdrop of snow-covered landscapes is not simply an art but a skill for survival. Indeed, its white coat conceals it from prey and predator alike, enabling it to blend in with the snow as it tunnels close to its quarry before a kill and to hide from its greatest adversaries—birds of prey circling in the air or perched in trees high above. Least weasels’ survival in winter is aided further by their habit of creating food stores, which can see them through even the harshest of freezing weather.

The reproductive behavior of the least weasel differs from that of many mustelids (the common name given to members of the family Mustelidae, which includes weasels). Indeed, some mustelids, including badgers, martens, and wolverines, exhibit delayed implantation, in which fertilized embryos produced from a mating that occurred in late summer or fall do not attach to the uterine lining and begin to develop until spring. Delayed implantation helps ensure that offspring will be born under favorable conditions, such as when food resources are plentiful and the weather is warm. It also limits the number of litters produced per year to just one. In contrast, least weasels do not experience delayed implantation, and they have a brief gestation period (34 to 37 days). Hence they are able to produce two litters of offspring in a single year.

The least weasel’s robust reproductive activity has helped it maintain apparently viable populations, despite threats such as loss of habitat to logging and agriculture and exposure to poisonous substances, including rodenticides. But it will not be able to endure such pressures for very long. Its short life span, just 1 to 2 years in the wild, leaves the species susceptible to swift declines. Populations in Europe are already deteriorating, and it is now only rarely seen in certain other areas of its native range.

^^1^^The northern short-tailed shrew (//Blarina brevicauda//), which weighs about 20 to 22 grams and measures three to four inches in length, also eats small animals; however, it also eats seeds and other plant plants and therefore is not strictly carnivorous.

Back to [[The Nature Beat|The Nature Beat]]
See also [[Africa|Africa]]
See also [[Eurasia|Eurasia]]
See also [[The Americas|The Americas]]

<<tiddler HideTiddlerTags>>
A mini-blog about recent events and discoveries.
<<list filter [tag[NatureBeat]][sort[-created]]>>
<<tiddler HideTiddlerTags>><<tiddler HideTiddlerSubtitle>><<tiddler HideTiddlerToolbar>>
//This post was originally published in my column [[NaturePhiles|http://www.talkingscience.org/category/naturephiles/]] on [[TalkingScience.org|http://www.talkingscience.org/2012/01/the-new-magnetic-bacteria-of-badwater-basin/]].//

Badwater Basin in Death Valley sits 282 feet below sea level and is known for its extensive salt flats and brackish water. The harsh environment is forbidding to all but the specially adapted and salt-tolerant. And recently added to its collection of atypical life-forms is a group of greigite-producing magnetic bacteria, which were isolated from a sample of brackish spring water and described in [[a report|http://www.sciencemag.org/content/334/6063/1720.abstract]] published in //Science// in late December.

Magnetic bacteria orient and navigate along magnetic fields and are guided in their movements by intracellular organelles known as magnetosomes, of which there are two types—those that contain nanocrystals of the iron-oxide mineral magnetite (Fe~~3~~O~~4~~), and those that contain crystals of the iron-sulfide mineral greigite (Fe~~3~~S~~4~~). The magnetosomes form chains along the cell's plasma membrane and are fixed into a permanent magnetic dipole. The strength of the magnetic dipole (the magnetic dipole moment) is such that the entire organism is always oriented along the geomagnetic field, switching its orientation only when a stronger field is applied. Magnetic bacteria have one of two polarities, North or South, which is dictated by the orientation of the magnetic dipole.

[img[Images/badwater_sm.jpg]]
Badwater Basin, Death Valley, California. Credit: NASA/NASA Landsat 5

The Badlands microorganisms are unique from most previously known magnetic bacteria in that they contain both magnetite and greigite magnetosomes, as opposed to just one or the other. The proportion of the two magnetosomes varies with the chemical features of the environment. For example, when hydrogen sulfide is allowed to accumulate in the bacterial growth medium, the predominant magnetosomes are greigite-producing. When hydrogen sulfide concentrations decrease, the cells contain primarily magnetite-producing magnetosomes. The ability to switch between the two forms of biomineralization may be the result of two different magnetosome gene clusters—one for magnetite and one for greigite—that occur in the organism's genome.

The //Science// study demonstrated that the greigite-producing bacteria can thrive in an anaerobic environment with a liquid medium for sulfate-reducing bacteria. Hence, sulfate appears to be an environmental factor that determines whether the newly discovered bacteria produce greigite. This observation indicates that the new organisms constitute a group of sulfate-reducing bacteria, which phylogenetic analyses placed within the class //Deltaproteobacteria//.

//Deltaproteobacteria// also contains a group of greigite-producing multicellular prokaryotes known as many-celled magnetotactic prokaryotes, or ~MMPs. ~MMPs are obligately multicellular and consist of 10 to 60 genetically identical cells, shaped into a hollow ball. The cells reproduce together, with all the individual cells dividing at the same time; when a cell is removed from the MMP, it dies. Despite their differences in cellular behavior, ~MMPs and the newly discovered Badlands microogranisms both exhibit motility in response to magnetic fields, under the direction of greigite magnetosomes.

The discovery of the new greigite-producing bacteria could have impacts in nanotechnology and biotechnology. Magnetite, for example, is being explored for various applications, such as the development of novel drug delivery systems. Similar investigations for greigite had been delayed in part by the lack of a biological source that could be grown in culture.

Back to [[The Nature Beat|The Nature Beat]]
See also [[Microorganisms|Microorganisms]]

<<tiddler HideTiddlerTags>>
<<tiddler HideTiddlerTags>>
<<tiddler HideTiddlerSubtitle>>
<<tiddler HideTiddlerToolbar>>
Pronghorn (//Antilocapra americana//) are ridiculously fast, reaching speeds of more than 80 or 90 km/hr. Cheetahs, by comparison, can sprint in excess of 100 or 110 km/hr. But pronghorn also have remarkable stamina, sustaining speeds of about 60-65 km/hr over long distances—something the cheetah cannot do. With no predators even nearing the pronghorn's speed, we have to ask: why is the pronghorn so fast? The best explanation proposed to date is that the pronghorn is running from the shadows of extinct predators.

Learn more about the pronghorn's remarkable running ability:
[[The Pronghorn of North America: Running from the Past|http://www.talkingscience.org/2011/10/the-pronghorn-of-north-america-running-from-the-past/]] 

Back to [[The Nature Beat|The Nature Beat]]
See also [[The Americas|The Americas]]
See also [[Pronghorn|Pronghorn]]

<<tiddler HideTiddlerTags>>
//This post was originally published in my column [[NaturePhiles|http://www.talkingscience.org/category/naturephiles/]] on [[Talking Science|http://www.talkingscience.org/2012/01/the-tiny-frogs-of-papua-new-guinea/]].//

Lilliputian life is all around us -- in trees and water, or as a team of U.S. scientists [[recently reported|http://www.plosone.org/article/info%3Adoi%2F10.1371%2Fjournal.pone.0029797]], in leaf litter on the forest floor. Indeed, it was beneath the leaves in the lowland rainforests of eastern Papua New Guinea where they discovered two new species of tiny frogs. The most diminutive of the two, at 7 to 8 mm in length, claims the title of world’s smallest vertebrate, and its discovery raises intriguing questions about the limits of extreme body size.

The new record-setting species is known as //Paedophryne amauensis//, and before it came along, the world’s largest and smallest vertebrates, the blue whale and the fish //Paedocypris progenetica//, respectively, were both aquatic. This relationship suggested that perhaps there was something about the buoyancy of water that supported the survival of animals with extreme body size. And while there still might be something to that hypothesis, the new frog is terrestrial, indicating that for tiny creatures at least, there is more to survival than a buoyant buffer of water.

[img[Images/Paedophryne_amauensis.png]]
//Paedophryne amauensis.// Source: Rittmeyer, E.N. et al. "Ecological Guild Evolution and the Discovery of the World's Smallest Vertebrate". //~PLoS ONE// 7 (2012): e29797. 

The team’s report, published in the journal //~PLoS ONE//, also describes the discovery of a second new species, //Paedophryne swiftorum//, which is a microhylid (small frog) that measures about 8 to 9 mm in length. The researchers determined that the two frogs were in fact separate species, and were different from the other two members of //Paedophryne// (//P. kathismaphlox// and //P. oyatabu//), using morphological, ecological, and genomic analyses. (//P. kathismaphlox// and //P. oyatabu// were reported in 2010 and are also found in eastern Papua New Guinea.)

Through genetic comparisons with other species in the family Microhylidae, to which the genus //Paedophryne// belongs, the scientists also were able to establish the new species’ evolutionary relationship with other small frogs. A major finding of the comparisons was the evolutionary divergence of //Paedophryne//, which indicated that the extremely small frogs had appeared early on in the evolution of New Guinea microhylids. Hence, the tiny creatures have been hiding in the rainforests there for a very long time. While their small size certainly made it easy for them to hide, they likely also managed to escape human notice for so long because the high-pitched calls that they make sound remarkably similar to those of stridulatory insects (such as katydids and crickets).

Based on the amount of calling by //P. swiftorum//, the researchers estimate that the frogs may occur relatively close to one another within the leaf litter, and thus they may be fairly common in the East Papuan Aggregate Terrain of the Papuan Peninsula (eastern Papua New Guinea). Their density and ecological position, as predator of small invertebrates and prey of larger animals, indicates that they fulfill an important role within the Papuan rainforest ecosystem.

The rich biodiversity of the Papua New Guinea rainforests suggests that there may even be other species of frogs awaiting discovery. For now, however, given that approximately 32 percent of amphibians worldwide have gone extinct or at high risk of doing so soon, simply knowing of the existence of the //Paedophryne// species and that they may be abundant within their habitat is encouraging.

Back to [[The Nature Beat|The Nature Beat]]
See also [[Tiny Life|Tiny Life]]

<<tiddler HideTiddlerTags>>
//This post was originally published in my column [[NaturePhiles|http://www.talkingscience.org/category/naturephiles/]] on [[Talking Science|http://www.talkingscience.org/2012/04/the-victory-squawk-of-the-little-blue-penguin/]].//

Victory is sweet, so much so that we often feel compelled to rejoice with a cry of triumph. For some animals, that cry not only announces a win to all those within earshot but also serves surprisingly complex social functions. Take, for instance, the call of the victorious little blue penguin (//Eudyptula minor//), which a [[recent study|http://www.sciencedirect.com/science/article/pii/S0003347211005240]] in the journal //Animal Behavior// revealed has a direct effect on the behavior of “social eavesdroppers” -- penguins who, from the safety of their burrows, assess the quality of fighting individuals based solely on their vocalizations.

Male little blue penguins are fierce defenders of their territories and frequently become engaged in flipper-slapping territorial disputes. At the conclusion of a scuffle, the winner celebrates with a so-called triumph display, in which he delivers a victory bray -- a distinctive squawk that according to the new study serves as a sort of warning signal to other males in the colony, potentially mitigating future confrontations for the winner and preventing embarrassing defeats for lesser male challengers.

[Img[Images/Little_blue_penguin_sm.jpg]]
A Little blue penguin (//Eudyptula minor//) heading for the sea after being released on a beach near Oamaru, New Zealand. Photo credit: Avenue, Creative Commons ~Attribution-Share Alike 3.0 Unported license.

Little blue penguins, which are the smallest penguins in the world, are social animals that use vocalization during activities such as courtship and foraging and as a way of announcing their arrival at their home burrows. However, while much is known about the various functions of many of the penguins' calls, the social significance of vocalization associated with victory calls had remained unclear.

To assess the impact of triumph brays on the behavior of eavesdropping penguins, the scientists played a recording of a vocal exchange and flipper-slapping fight between territorial males and then played recordings of both the victor's triumph call and the loser's call. They then measured the heart rates of eavesdroppers in response to the sounds using heart monitors hidden in artificial eggs that were placed in the penguins' nests. The team found that eavesdropping males' heart rates increased in response to the victor's call when compared with the loser's call. In addition, in simulated approach experiments in which the loser's or winner's call was played just outside the entrance of an eavesdropper's burrow, the scientists discovered that eavesdropping males challenged the loser's call with vocalizations of their own but fell silent when the triumph call was played.

Triumph displays and other forms of postconflict signaling have been documented in a variety of species, including birds such as the Canada goose (//Branta canadensis//), the greylag goose (//Anser anser//), and the bell shrike (//Laniarius aethiopicus//), as well as animals such as the green frog (//Rana clamitans//) and an insect known as the Wellington tree weta (//Hemideina crassidens//). Postconflict signaling in these species appears to function either as a form of advertising, in which the winner's display communicates his dominance to eavesdroppers, or as a form of intimidation, in which the winner's display serves to reduce the chance that the loser will initiate a future challenge. Thus, in many ways, by showing off a little after a victory, these animals are simply establishing their reputation as winners. In other words, they're behaving very much like humans.

Back to [[The Nature Beat|The Nature Beat]]

<<tiddler HideTiddlerTags>>
Below is an overview of my educational and writing and editing background. My complete resume can be made available upon request (contact me: kerogers (at) nasw.org). Freelance rates determined on a per project basis.

''Education'': 
Ph.D. in Pharmacology/Toxicology, with a minor in Cancer Biology, University of Arizona (2006)
B.S. in Biology, with a minor in Chemistry, Midway College (2001)

''Some writing and editing samples for various outlets'':

''Blogs'': 
[[NaturePhiles|http://sciencefriday.com/blogs/?series=2#page/posts/1]]
[[Science Up Front|http://www.britannica.com/blogs/category/science-up-front/]]
[[Profile and posts|http://www.britannica.com/blogs/author/krogers/]] for the Britannica Blog

Scientific American Guest Blog:
[["Epigenetics: A Turning Point in Our Understanding of Heredity"|http://blogs.scientificamerican.com/guest-blog/2012/01/16/epigenetics-a-turning-point-in-our-understanding-of-heredity/]]
[["Machine Counterpart: Nature’s New Creatures"|http://blogs.scientificamerican.com/guest-blog/2012/05/08/machine-counterpart-natures-new-creatures/]]

''News'':
Northwestern University Newscenter
“[[Northwestern Writers Helps Local Teens Get Creative|http://www.northwestern.edu/newscenter/stories/2008/08/writing.html]]” (Aug. 2008)
“[[iLABS Network Gives ETHS Students Ability To Do Advanced Research Remotely|http://www.northwestern.edu/newscenter/stories/2008/08/ilabs.html]]” (Aug. 2008)

University of Arizona News
"[[Nerve Cells' Power Plants Caught in a Traffic Jam|http://uanews.org/node/11470]]" (Aug. 2005)
"[[Lehmann Lovegrass Won't Succumb to Fire|http://uanews.org/node/9890]]" (Aug. 2004)
"[[Can We Restore Wetlands And Leave The Mosquitoes Out?|http://uanews.org/node/9713]]" (May 2004)

''Books'':
//[[Out of Nature: Why Drugs from Plants Matter to the Future of Humanity|http://www.outofnature.net/]]// (University of Arizona Press, 2012) (Read a review here: [[Journal of Ethnopharmacology|Images/ethnopharm_bookreview_outofnature.pdf]])

Editor of [[21 books|http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias%3Dstripbooks&field-keywords=KARA+rogers+rosen&x=0&y=0]] for Rosen Educational Publishing and Britannica Educational Publishing.

Collaborated with Constable & Robinson Publishing, London, on //The Britannica Guide to the Brain// (2008) and //The Britannica Guide to Genetics// (2009).

''Other'':
Field Museum, Chicago
For //In the Field// magazine, winter 2007: [[Q&A interview with Michael O. Dillon on the George Washington Carver exhibition|http://www.archive.org/stream/infieldbulletino79fiel#page/6/mode/2up/search/rogers]].

Rogers K and Meaney FJ. “Eugenics.” In: Sarah Boslaugh, editor. //Encyclopedia of Epidemiology//. SAGE Publications, 2008.
Rogers K. “"""Vector-Borne Disease""".” In: Sarah Boslaugh, editor. //Encyclopedia of Epidemiology//. SAGE Publications, 2008.
Ahrens K, Rogers K, Feuerbacher O, """Prue-Owens""" K, Currie J, and Meaney FJ. “History of genetics.” In: H. James Birx, editor. //Encyclopedia of Anthropology//. SAGE Publications, 2006.
Rogers K and Meaney FJ. “Biological anthropology and neo-Darwinism.” In: H. James Birx, editor. //Encyclopedia of Anthropology//. SAGE Publications, 2006.

Press coverage for AACR Meeting 2012, Chicago.

[[Author of more than 100 articles |http://www.britannica.com/bps/user-profile/6713/Kara-Rogers]] in the //Encyclopaedia Britannica//.

''The writer in the press'':
Guarino, Mark. "[[Kentucky Derby 2011: Drug use questions hang over US horse racing|http://www.csmonitor.com/USA/Sports/2011/0507/Kentucky-Derby-2011-Drug-use-questions-hang-over-US-horse-racing]]", //The Christian Science Monitor//. 7 May 2011.
Rudnicki, Alicia. "[[Lemonade While Pregnant|http://www.livestrong.com/article/527611-lemonade-while-pregnant/]]," //Live Strong.com//. 1 Sept. 2011.
"[[What is Listeria and How do you protect yourself|http://averagepersongardening.blogspot.com/2011/09/what-is-listeria-and-how-do-you-protect.html]]," //Mike the Gardener//. 20 Sept. 2011.
Rudnicki, Alicia. "[[How to Build Endurance When Running for the Mature Menopausal Woman|http://www.livestrong.com/article/550998-how-to-build-endurance-when-running-for-the-mature-menopausal-woman/]]", //Live Strong.com//. 9 Nov. 2011.


<<tiddler HideTiddlerTags>><<tiddler HideTiddlerSubtitle>><<tiddler HideTiddlerToolbar>>
<<list filter [tag[TinyLife]]>>

<<tiddler HideTiddlerTags>><<tiddler HideTiddlerSubtitle>><<tiddler HideTiddlerToolbar>>
/%
|Name|ToggleRightSidebar|
|Source|http://www.TiddlyTools.com/#ToggleRightSidebar|
|Version|2.0.0|
|Author|Eric Shulman - ELS Design Studios|
|License|http://www.TiddlyTools.com/#LegalStatements <br>and [[Creative Commons Attribution-ShareAlike 2.5 License|http://creativecommons.org/licenses/by-sa/2.5/]]|
|~CoreVersion|2.1|
|Type|script|
|Requires|InlineJavascriptPlugin|
|Overrides||
|Description|show/hide right sidebar (MainMenu)|

Usage: <<tiddler ToggleRightSidebar with: "label">>

Config settings:
	config.options.chkShowRightSidebar (true)
	config.options.txtToggleRightSideBarLabelShow (◄)
	config.options.txtToggleRightSideBarLabelHide (►)

%/<script label="$1" title="show/hide right sidebar content">
	var co=config.options;
	if (co.chkShowRightSidebar=='undefined') co.chkShowRightSidebar=true;
	co.chkShowRightSidebar=!co.chkShowRightSidebar;
	var sb=document.getElementById('sidebar'); if (!sb) return;
	sb.style.display=co.chkShowRightSidebar?'block':'none';
	document.getElementById('displayArea').style.marginRight=co.chkShowRightSidebar?'':'1em';
	saveOptionCookie('chkShowRightSidebar');
	var labelShow=co.txtToggleRightSideBarLabelShow||'&#x25C4;';
	var labelHide=co.txtToggleRightSideBarLabelHide||'&#x25BA;';
	if (typeof(place)!='undefined' && '$1'=='$'+'1') {
		place.innerHTML=co.chkShowRightSidebar?labelHide:labelShow;
		place.title=(co.chkShowRightSidebar?'hide':'show')+' right sidebar';
	}
	var sm=document.getElementById('storyMenu'); if (sm) config.refreshers.content(sm);
</script><script>
	var co=config.options;
	if (co.chkShowRightSidebar=='undefined') co.chkShowRightSidebar=true;
	var sb=document.getElementById('sidebar'); if (!sb) return;
	sb.style.display=co.chkShowRightSidebar?'block':'none';
	document.getElementById('displayArea').style.marginRight=co.chkShowRightSidebar?'':'1em';
	if ('$1'=='$'+'1') {
		var labelShow=co.txtToggleRightSideBarLabelShow||'&#x25C4;';
		var labelHide=co.txtToggleRightSideBarLabelHide||'&#x25BA;';
		place.lastChild.innerHTML=co.chkShowRightSidebar?labelHide:labelShow;
		place.lastChild.title=(co.chkShowRightSidebar?'hide':'show')+' right sidebar';
	}
</script>
//This post was originally published in my column [[NaturePhiles|http://www.talkingscience.org/category/naturephiles/]] on [[Talking Science|http://www.talkingscience.org/2012/02/trouble-in-paradise-mosquitoes-disease-and-hawaiis-native-forest-birds/]].//

The southern house mosquito (//Culex quinquefasciatus//) arrived in Hawaii in the 1820s, its larvae likely entering the local water supply when contaminated water casks aboard a sailing vessel were dumped at the port of Maui. Up to that time, mosquitoes had been nonexistent on the islands, and hence native birds had evolved in environments without mosquito-borne disease, leaving them with no innate defense against infection. As a result, the arrival of avian pox (in the 1800s) and avian malaria (in the early 1900s), both of which are transmitted by //Culex// and presumably reached the islands in nonnative birds transported on ships, facilitated the near decimation of Hawaii’s forest birds.

Avian pox is a viral disease that in addition to being transmitted by mosquitoes, can be passed to uninfected birds through physical contact with infected individuals, contact with contaminated surfaces, or ingestion of contaminated food or water. Infection produces wart-like growths in areas of skin that are unprotected by feathers, such as around the eyes and on the beak, potentially impairing vision or the ability to feed. In “wet” pox, the growths form internally, in the mouth and throat or in the respiratory tract, causing difficulty with swallowing and breathing.

[img[Images/Hawaii_avifauna_sm.jpg]]
The Hawaiian honeycreeper //Loxops coccineus//. Source: Walter Rothschild. //The Avifauna of Laysan and the neighbouring islands with a complete history to date of the birds of the Hawaiian possession.// London: R.H. Porter, 1893-1900.

Avian malaria is a protozoal disease that in Hawaii is caused primarily by the species Plasmodium relictum, which is transmitted from infected to uninfected birds in the saliva of //Culex// mosquitoes. Following infection, the parasites go through two rounds of maturation, first in cells in the spleen and skin and then in macrophages (a type of white blood cell) in a variety of tissues, before invading and destroying red blood cells, which in susceptible birds can result in death from anemia. Birds that survive the acute phase develop chronic infection, in which parasites become encysted in tissues and cycle between dormant and active stages, sometimes causing periodic relapses of disease symptoms. Chronic infection also renders birds immune to reinfection with the same parasite.

[[Hawaiian honeycreepers|Hawaiian honeycreeper]], a group of songbirds that serves as a classic example of adaptive radiation (evolution into a wide variety of types, each with a specialized ecological role), have been the most heavily affected by avian pox and malaria. Since the time of captain James Cook’s first European discovery of the islands in 1778, disease and factors such as habitat loss, nonnative predators, and nonnative birds competing for habitat have led to the extinction of about one-third of the more than 55 known species of honeycreepers. These losses, combined with the loss of another third between the time when humans settled the islands (around 300 CE) and 1778, means that today, only 18 or 19 species are still alive. The majority of these are considered endangered or critically endangered.

Some of Hawaii’s native forest birds have found refuge from disease in high-elevation forests, which lie above the survival range of //Culex// mosquitoes. High-elevation forests, however, offer suboptimal habitat for species that evolved in lowland forests. In addition, climate change, and climate warming in particular, could allow //Culex// to migrate upslope, forcing the birds to move even further beyond the lowlands.

While the outlook remains bleak for many of Hawaii’s native forest birds, populations of some species have stabilized or are increasing, thanks in part to conservation efforts. Conservation successes include stable or growing populations of the bright orange Akepa (//Loxops coccineus//), the crimson-colored Apapane (//Himatione sanguinea//), and the yellow Kauai Amakihi (//Hemignathus kauaiensis//), all of which are honeycreepers. With increased awareness and improved understanding of species’ needs, and with a little help from birds that have been able to survive acute avian malaria, researchers are confident that other species can be rescued from the edge of extinction as well.

Back to [[The Nature Beat|The Nature Beat]]
See also [[Birds of Oceania|Birds of Oceania]]

<<tiddler HideTiddlerTags>>
<!--{{{-->
<div class='toolbar' macro='toolbar [[ToolbarCommands::ViewToolbar]]'></div>
<div class='title' macro='view title'></div>
<div class='subtitle'><span macro='view modifier link'></span>, <span macro='view modified date'></span> (<span macro='message views.wikified.createdPrompt'></span> <span macro='view created date'></span>)</div>
<div class='tagging' macro='tagging'></div>
<div class='tagged' macro='tags'></div>
<div class='viewer' macro='view text wikified'></div>
<div class='tagClear'></div>
<span macro="tiddler ReplaceDoubleClick with: shift doubleclick"></span>
<!--}}}-->
<<list filter [tag[Worm]]>>

Back to [[Tiny Life|Tiny Life]]
<<tiddler HideTiddlerTags>><<tiddler HideTiddlerSubtitle>><<tiddler HideTiddlerToolbar>>
[[TiddlyWiki|http://www.tiddlywiki.com]] © Osmosoft
{{justifyright{
[img[Twitter|Images/twitter_nature_icon.png][http://twitter.com/#!/karaerogers]][img[Facebook|Images/facebook_nature_icon.png][http://www.facebook.com/profile.php?id=100001872712220#!/profile.php?id=100001872712220&v=wall]]
}}}
//{{{
//This ensures that the footer sticks to the bottom of the screen when there are no tiddlers open. If that is not desirable, it can be deleted.
function setFooter() {
         if (document.getElementById && document.getElementById("contentFooter") ) {
            var windowHeight=findWindowHeight();
         if (windowHeight>0) {
            var contentHeight= document.getElementById('mainMenu').offsetHeight + document.getElementById("header").offsetHeight + document.getElementById("contentFooter").offsetHeight;
            var menu= document.getElementById('mainMenu');
            if (windowHeight-(contentHeight)>=0) {
               menu.style.position='relative';
               menu.style.marginBottom=(windowHeight-(contentHeight))+'px';
               }
            else {
                 menu.style.position='';
                 menu.style.marginBottom='';
                 }
            }
         }
}
window.onresize = function() {
  setFooter();
}

Story.prototype.refreshTiddler_footerhack=Story.prototype.refreshTiddler;
Story.prototype.refreshTiddler = function (title,template,force)
{    
var theTiddler = Story.prototype.refreshTiddler_footerhack.apply(this,arguments);
setFooter();
   return theTiddler;}

//}}}
//{{{
config.options.chkSinglePageMode = true;
config.options.chkSinglePagePermalin = true;
config.options.chkShowRightSidebar =false;
//}}}