{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%}
!http://www.crew94.be/Pictures/MDRS/MDRS.jpg|width=640pxpx,height=480pxpx!

*Analogue Research Stations* are laboratories for learning how to live and work on another planet. Each is a prototype of a habitat that will land humans on Mars and serve as their main base for months of exploration in the harsh Martian environment. Such a habitat represents a key element in current human Mars mission planing. Each Station's centerpiece is a cylindrical habitat, "The Hab," an 8-meter diameter, two-deck structure mounted on landing struts. Peripheral external structures, some inflatable, may be appended to the Hab as well.


_Features visible in the picture:_
# [Airlock|Airlocks] door: Entry to a small room, where crew members wait while the room is 'pressurised'. At MDRS, this is simulated using a 5-minute time delay. There is a similar airlock called 'engineering' or secondary airlock on the opposite side.
# [Greenhouse]: Contains the water recycling system at the front and the glasshouse at the back.
# Satellite dish: Enables the communication via internet with the crew. The bandwidth is very restrictive, 450 Mb/day that includes sending all daily reports to Mission Support Mars, photos and keeping webcams live.&nbsp;
# [Observatory]: Harbours a Celestron CGE 1400 Telescope that uses a STV Deluxe ST2000 XM camera for taking digital images of the night sky.
# [Rovers]: 4 individual rovers are provided to the crew: Viking, Opportunity I, Opportunity II and .... There is also a 'pressurised rover' (4WD) for longer trips or to be used in emergencies.
# Solar Panels
# Weather station

!mdrs_habitat_floorplan.png|align=center,border=0!

h4. The habitat's external environment.

The MDRS habitat is situated in a fantastic landscape that looks just like the Martian surface. The Hab is surrounded by low hills of all sorts of colours, from dark reds, through pinks, ochres and greys to dazzling white rocks and sands. The surface immediately around the Hab is dusty and hard, but as you move further away you encounter more rocky ground as well as sand drifts.

At this time of year ?(spring in the United States) the daily temperatures are starting to clmb, and when the Mission 118 crew arrived it was 29 degrees. The forecast is for 31 degrees for the first three days of the mission.

The intense dry heat is nothing like Mars would get of course, since it's so much further from the sun, but the dramatic desolate landscape and the intense silence give an appropriately alien quality to the environment.

Next to the Hab is a greenhouse, which is empty of plants currently. On Mars, explorers will almost certainly need to have such a facility for growing fresh food. Up on a small knoll quite close to the Hab is a small observatory, linked to the Hab by computer. With no light pollution out here in the desert, this enables excellent viewing of the northern hemisphere sky.&nbsp;

{column}
{column:width=40%}

h4. Live Webcam

{html}
<img style="border: 1px solid;" id="webcam" src="http://www.freemars.org/mdrscam/outside/MDRS-astro-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}

\\
\\

h4. Aerial View

Click on the image for a larger view.

[!http://www.kiwispace.org.nz/mark/kiwimars/images/mdrs_from_air_small.jpg!|http://www.kiwispace.org.nz/mark/kiwimars/images/mdrs_from_air.jpg|overlay]

_Image courtesy of Doug Martin, Mars Society at Georgia Tech._


{column}
{section}