Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0
Wiki Markup
{style}
#kmnav2 { width: 1000px; height: 40px; background:#bbbbbb; }
#kmnav2 ul { padding-left: 10px; }
#kmnav2 li { display: inline; list-style: none;  }
#kmnav2 li a { margin-left: 5px; font-size: 13px; text-decoration: none; color: #ffffff; font-family: Arial, Helvetica, sans-serif; text-transform: uppercase; font-weight: bold; padding: 5px; outline: 0; position: relative; top: 12px; }
#kmnav2 li a:hover, #main-nav li a.active { background: #514539; }
#kmnav2 .selected { background: #900 !important; }
{style}

{html}<div id="kmnav2">{html}
* [Overview|Habitat]
* [Upper Level]
* [Lower Level]
* [Airlocks]
* [Crew Quarters]
* [Greenhouse]
* [Engineering]
* [Observatory]
* [Rovers]
{html}</div>{html}


{section}
{column:width=60%}

h4. EVA Preparation Room

[!http://www.kiwispace.org.nz/mark/kiwimars/panoramas/evaprep_preview.jpg|width=600px,height=295,border=0!|http://www.kiwispace.org.nz/mark/kiwimars/panoramas/evaprep.html|overlaypano]
_Click the image to view an interactive panorama._

Every crew exiting the Hab for an Extra Vehicular Activity (EVA) must spend time to simulate decompression in the airlock. This is because the average pressure on Mars equals that we can find at 35 km above Earth: 0.6% from the pressure we know here on Earth. The effects of low pressure on the human body are starting only now to be studied and understood. See [Human adaptation to spaceflight|http://en.wikipedia.org/wiki/Human_adaptation_to_spaceflight] (Wikipedia) for more info.

!mdrs_eva_prep.jpg|thumbnail,border=1!

h4. EVA Airlock

!http://farm4.staticflickr.com/3425/3355351730_0d4b356769_b.jpg|width=600,height=450!

h4. Engineering Airlock

Used for access to areas that don't require a space-suit -- e.g. the Greenhouse and Observatory (which for the purposes of simulation, are accessed via pretend 'pressurised tunnels'); or for 'outside of simulation' activities -- e.g. checking the generator, etc.


{column}
{column:width=40%}

h4. Live Webcam

{html}
<img style="border: 1px solid;" id="webcam" src="http://www.freemars.org/mdrscam/outside/observatory_inside_cam.jpg" name="webcam" width="320" height="240"/><br/>
Image refreshes in <b id="countDownText">0</b> seconds.<br/>
{html}

{html}
<script type="text/javascript">
<!--
var countDownInterval=180;
var countDownSecondsIncrement=1;
var countDownTime=countDownInterval;

function reloadImg(object) {
  uniq = new Date();
  uniq = "?"+uniq.getTime();
  newImage = object.src;
  index = newImage.indexOf("?", 0);
  if (index > 0) {
    newImage = newImage.substr(0, index);
  }
  object.src = newImage+uniq;
}
function countDown() {
  countDownTime=countDownTime-countDownSecondsIncrement;
  if (countDownTime < 0) {
    countDownTime=countDownInterval;

    reloadImg(document.all.webcam);
  }
  document.all.countDownText.innerText = countDownTime;
  setTimeout("countDown()", countDownSecondsIncrement * 1000);
}
document.all.countDownText.innerText = countDownTime; // Set initial time
setTimeout("countDown()", countDownSecondsIncrement * 1000);
// -->
</script>
{html}


!floorplan_lowerlevel.png!

{column}
{section}