Introduction | Data entry | Building a program | Customization

Introduction

Overview

The Conference Manager is a MS Access application designed to help conference organizers deal with the scheduling of a small to medium sized academic conference. A MS Access application is a regular Access database with tables, queries, forms, etc., but which also has some custom made forms and programming to facilitate the performance of specific functions, such as data entry, printing, or creating web pages.

The Conference Manager is designed to help you organize paper sessions, which are the focus of most academic conferences. More specifically, it has features to help organizers:

Note that the conference manager is not designed to keep track of attendees at a conference (although this feature may be added in the future).

Terms and Concepts

There are many terms and concepts used to describe the elements of a conference: papers, talks, presentations, posters, abstracts, panels, sessions, plenary, etc. These terms are common, and seemingly straight-forward, but often represent different events at different conferences. To use the Conference Manager effectively, you need to understand how these terms are used for the purposes of this application.

The following partial outline of a conference demonstrates the hierarchy of sessions, panels, and papers. Note that this outline just shows the conceptual structure that the Conference Manager uses to organize a conference schedule. When the schedule is actually printed or output in HTML format, there are many ways to customize its appearance.

Conference Outline Showing the Nesting of Sessions, Panels, and Papers

Day 1

Session 1: Registration
Session 2: Plenary
Session 3: Morning Presentations I

Panel 1

Paper 1
Paper 2
Paper 3

Panel 2

Paper 1
Paper 2
Paper 3

Session 4: Break
Session 5: Morning Presentations II

Panel 1

Paper 1
Paper 2
Paper 3

Panel 2

Paper 1
Paper 2
Paper 3

Session 5: Lunch
Session 6: Posters

Panel 1

Paper 1
Paper 2
Paper 3
Paper 4
Paper 5
Paper 6

System Requirements

To use the Conference Manager, you need to have Microsoft Access 2000 or later. Although no specialized knowledge of database design or programming is needed, in order to make changes to the features of the Conference Manager it may be helpful to have some knowledge of Access, including form design and Visual Basic for Applications. One can also create new queries or reports and add them to the menu system. This users guide should provide enough information about the data structure of the Conference Manager to allow users familiar with MS Access to design their own reports, queries, and new data entry forms, and add them to the Main Menu if desired.

One of the most useful outputs of the Conference Manager is the conference program in HTML format. The HTML program is designed to be highly customizable, including customizable headers, footers, and styles. But to take advantage of these features one needs some knowledge of the HTML language.

About the Conference Manager

The conference manager was developed by Andy Lyons, a graduate student at UC Berkeley, for the 5th Annual Bay Area Conservation Biology Conference in February 2003. For more info, please email alyons@myrealbox.com.



Introduction | Data entry | Building a program | Customization