#! /usr/bin/env perl # # Author Eric Vaandering (ewv@fnal.gov) # use CGI; use DBI; require "MySQLAccess.pm"; require "DocDBGlobals.pm"; require "ResponseElements.pm"; require "HTMLUtilities.pm"; require "Sorts.pm"; $query = new CGI; # Global for subroutines $dbh = DBI->connect('DBI:mysql:'.$db_name.':'.$db_host,$db_rouser,$db_ropass); &GetTopics; print $query->header; &BTeVHeader("Collaboration Meetings"); print "

Useful links:

\n"; print "\n"; print "

Meetings in the document database:

\n"; &MeetingsTable; print "

Meetings not yet in database:

\n"; print "These links will be replaced as meetings are replicated in the document database.\n"; print <
  • Sunday September 30, 2001, BTeV Collaboration Meeting links to agenda and transparencies
  • Wednesday, August 22 and Thursday, August 23, 2001, BTeV Collaboration Meeting links to agenda and transparencies
  • Wednesday, June 27, 2001, BTeV Collaboration Meeting links to agenda and transparencies
  • Friday, May 25, 2001, BTeV Collaboration Meeting links to agenda and transparencies
  • Saturday April 21, 2001, BTeV Collaboration Meeting links to agenda and transparencies.
  • Sunday March 4, 2001, BTeV Collaboration Meeting links to agenda and transparencies.
  • Saturday January 27, 2001, BTeV Collaboration Meeting links to agenda and transparencies.
  • Saturday December 16, 2000, BTeV Collaboration Meeting links to agenda and transparencies.
  • Saturday November 4, 2000, BTeV Collaboration Meeting links to agenda and transparencies.
  • Saturday September 2, 2000, BTeV Collaboration Meeting links to agenda and transparencies.
  • Saturday July 22, 2000, BTeV Collaboration Meeting agenda with links to transparencies.
  • Sunday April 30, 2000, BTeV Collaboration Meeting agenda with links to transparencies.
  • Saturday April 1, 2000, BTeV Collaboration Meeting agenda with links to transparencies.
  • Sunday Mar. 5, 2000, BTeV Collaboration Meeting agenda with links to transparencies.
  • Saturday Jan. 29, 2000, BTeV Collaboration Meeting agenda with links to transparencies.
  • Saturday Dec. 18, 1999, BTeV Collaboration Meeting agenda with links to transparencies.
  • Saturday Nov. 6, 1999, BTeV Collaboration Meeting agenda with links to transparencies.
  • Saturday Oct. 9, 1999, BTeV Collaboration Meeting agenda with links to transparencies.
  • Friday September 10, 1999, BTeV Collaboration Meeting agenda with links to transparencies.
  • Friday August 6, 1999, BTeV Collaboration Meeting agenda with links to transparencies.
  • Friday June 11, 1999, BTeV Collaboration Meeting agenda with links to transparencies.
  • Friday April 23, 1999, BTeV Collaboration Meeting agenda with links to transparencies.
  • Sunday March 28, 1999, BTeV Collaboration Meeting agenda with links to transparencies.
  • Saturday Feb. 20, 1999, BTeV Collaboration Meeting agenda with links to transparencies.
  • Saturday Sept. 12, 1998, BTeV Collaboration Meeting agenda with links to transparencies.
  • Sunday March 8, 1998, BTeV Collaboration Meeting agenda with links to transparencies.
  • Friday December 12, 1997, BTeV Collaboration Meeting agenda with links to transparencies.
  • Saturday October 18, 1997, BTeV Collaboration Meeting agenda with links to transparencies..
  • Saturday September 20, 1997, BTeV Collaboration Meeting agenda with links to transparencies.
  • Wednesday July 30, 1997, BTeV Collaboration Meeting agenda
  • Wednesday June 25, 1997, BTeV Collaboration Meeting agenda
    BTeV Membership (Proposal by membership committee)
  • Friday May 23, 1997, BTeV Collaboration Meeting agenda with links to transparencies.
  • Friday and Saturday May 9 & 10, 1997, BTeV Collaboration Meeting agenda with links to transparencies.
  • Sunday April 20, 1997, BTeV Collaboration Meeting agenda and summary
  • Sunday March 16, 1997, BTeV Collaboration Meeting agenda and summary
  • BTEV Collaboration Meeting, February 15, 1997
    -- agenda and charges to the working groups
    OLDMEETINGS &DocDBNavBar("Add Talk","$DocumentAddForm?special=meeting"); &BTeVFooter($DBWebMasterEmail,$DBWebMasterName);