<?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-20060817.html,v 1.1 2006-08-17 00:18:38-04 ashawley Exp $

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

<h2>7:00pm, Thursday, August 17, 2006</h2>

<h3>Political Discussion and General Organizational Meeting</h3>

<p>Taking a break from technical presentations, the group will listen
and discuss two lectures on electronic rights.  <a
href="http://www.schneier.com/">Bruce Schneier</a> is a technology
security specialist, who recently spoke on electronic privacy at the
<a
href="http://www.acluvt.org/news/display.php?sid=1145047166">Vermont
ACLU's privacy conference in June of 2006</a>.  Sam Hooker recorded
and produced digital audio copies of the talk and was granted
permission for public performance.  <a
href="http://www.lessig.org/">Lawrence Lessig</a> is a digital rights
activist, professor of law at Stanford Law School, author, and a
founder and/or board member of numerous organizations.  His most
recent book, <a href="http://www.freeculture.cc/">Free Culture</a>,
was preceded by his popular <a
href="http://www.lessig.org/freeculture/">lecture on "free
culture"</a>.  A recording of the lecture and its presentation
materials are posted at his Web site.<p>

<p>After the performances and discussion, there is a possibility some
will venture to downtown Burlington to socialize further over
drinks.</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"?>