<?php
// meeting.html -- Events page for VAGUE Web site.

// Copyright (C) 2006 Aaron Hawley <ashawley@gnu.uvm.edu>

// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License as
// published by the Free Software Foundation; either version 2 of the
// License, or (at your option) any later version.

// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
// GNU General Public License for more details.

// You should have received a copy of the GNU General Public License
// along with this program; if not, write to the Free Software
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
// 02110-1301, USA.

// $Id: uvm-meeting-20061219.html,v 1.3 2007-05-09 19:55:36-04 ashawley Exp $

$page_title 'Meeting Location';
include 
"header.php";
?>
<?php 
include "navigation.html"?>

<h2>7:00pm, Tuesday, December 19, 2006</h2>

<h3>Mini-presentations and General Organizational Meeting</h3>

<p>Short presentations will be given on a variety of Unix text
editors.  The editors presented will include <a
href="http://www.gnu.org/software/emacs/">Emacs</a>, <a
href="http://ex-vi.sourceforge.net/">Vi</a>.  The presentations
will eventually devolve into a "<a
href="http://en.wikipedia.org/wiki/Editor_war">religious war</a>" to determine
which editor is superior.  An informal organizational meeting about
the group's activities will follow.  More than likely, the debate will
be taken to downtown Burlington to socialize further over drinks.</p>

<p>See <a href="wiki/index.php/Emacs_presentation">Josh Sled's Emacs presentation</a> by viewing the Web-based slides posted on his Web site.</p>

<h3>Location</h3>

<dl>
<dd>Burlington, Vermont</dd>
<dd>University of Vermont</dd>
<dd>85 South Prospect Street</dd>
<dd>Waterman Building</dd>
<dd>Room 113-T -- "Mac Lab"</dd>
</dl>

<h3>Directions and Parking</h3>

<p>The Waterman Building is on the corner of Prospect and College
streets.  UVM Visitor parking is located across College Street.  The
parking attendant's work shift usually ends by late afternoon, so
parking fees should be avoidable. Parking, including handicap parking,
is also available directly behind and to the north of the building.
The lot surrounding the building is employee permit-only parking.  It
allows other permit passes after 6:00pm.  Experience has it that
parking tickets aren't issued after this time, but UVM is always
looking for fundraising ideas to pay for all the campus
construction.</p>
 
<p>For other directions:</p>

<ul>
<li><a href="http://www.uvm.edu/map/?Page=MAP&amp;Building=Waterman+Building">UVM Campus Map of the Waterman Building</a>.</li>
<li><a href="http://www.uvm.edu/about_uvm/maps_directions/">UVM Maps and Directions</a>.</li>
</ul>

<h4>Entering the Waterman Building</h4>

<p>The south entrance of the building on College Street has wheelchair
access. The building's public elevator is at the center of the
building.  Take the elevator to the first floor.  After exiting the elevator,
 make a right turn through the double doors.  Turn left after the
double doors and follow the hallway to room 113, the Waterman Computer
Lab.  <a href="#maclab">Directions to the "Mac Lab" are below</a>.</p>

<p>Entering from the parking lot and College Street entrances, the
first floor is one floor below ground level.  Take the stair door on
the left after entering.  This will lead you directly to the door of
the Waterman Computer Lab.  <a href="#maclab">Directions to the "Mac
Lab" are below</a>.</p>

<p>Doors at the front of the building, facing Prospect Street, enter
on to the third floor.  The elevator and stairs are to the right of
the entrance and are across from one another.  Take either two floors
down to the ground floor.  Go through the double doors and turn left
down the hallway to room 113, the Waterman Computer Lab.  <a
href="#maclab">Directions to the "Mac Lab" are below</a>.</p>

<h4><a id="maclab" name="maclab"></a>Finding the "Mac Lab"</h4>

<p>The "Mac Lab", room 113-T, is in the first floor of the building.
It a classroom found off of the larger Waterman Computer Lab.  After
entering the lab, it is the second door on the left.</p>

<hr />
<p><a href="./">Back to Vague</a></p>
<?php include "footer.php"?>