A Management System for Online Presentations at Meetings. Krzysztof Wrona (ZEUS) DESY Hamburg

Size: px
Start display at page:

Download "A Management System for Online Presentations at Meetings. Krzysztof Wrona (ZEUS) DESY Hamburg"

Transcription

1 A Management System for Online Presentations at Meetings Krzysztof Wrona (ZEUS) DESY Hamburg 22 April,

2 Motivation Daily tasks at research institutes Preparing and improving an experiment Collecting and analysing data Finding an interesting results Showing the results Electronic slides presentation became a standard What does the standard really mean? How does it look in our community? How much time, people resources do we need in order to organize and prepare for a meeting? Can we do it easier, faster? Can we do it better? K.Wrona Management system for online presentation at meetings 2

3 What Is the Talk About? This talk does not cover Video-streaming in itself Video-conferencing K.Wrona Management system for online presentation at meetings 3

4 Classical Collaboration Meeting Style (E.G. ZEUS) Meeting organizer prepares agenda -> web Speaker prepares talk (>80% electronically) Speaker prints talk Speaker carries transparencies to auditorium & gives presentation Scientific secretaries collect slides or paper copy Scan slides or paper copy Or: accept promise of speaker to send electronic version [in case he does not forget] Meeting organizer stores electronic documents, places links onto web page etc Completion typically several weeks after meeting K.Wrona Management system for online presentation at meetings 4

5 Classical Meeting Style: Problems Availability of printers has been a last-minute stress factor (though the printer infrastructure at DESY has clearly improved) Availability of printers has been a last-minute stress factor (though the printer infrastructure at DESY has clearly improved) Printer working? Paper & toner OK? Queue length 0.3 EUR per page times rehearsal factor Poor quality of foil overhead projection by today s standards Strong geometrical distortion Problems with dense slides, photographs etc Printer working? Paper & toner OK? Queue length 0.3 EUR per page times rehearsal factor Poor quality of foil overhead projection by today s standards Strong geometrical distortion Problems with dense slides, photographs etc Video stream quality does not allow to read all details on a slide Summary speakers have to approach each individual speaker for material Much work for the session secretaries (collecting, copying, scanning) Electronic archive depends on voluntary activity of speaker But speakers tend to relax after their talk is given Much work for the meeting manager (editing web pages etc) K.Wrona Management system for online presentation at meetings 5

6 Classical Meeting Style: Problems Do we like this? K.Wrona Management system for online presentation at meetings 6

7 Variation of Classical Meeting Style: the PreCa One additional problem is the integration of overhead and beamer projections The presentation scanner (PreCa) might overcome this problem Also paper/foil presentations go over the beamer Avoids typical problems of overhead projection K.Wrona Management system for online presentation at meetings 7

8 PreCa In practice this scheme has earned much criticism in ZEUS Some speakers keep tugging & pushing at their transparencies out of nervousness all the time, which confuses listeners by continuous rescanning Alternating paper & foil presentation need appropriate switching from front to back lighting --> can go wrong & will go wrong Poor rendering of very dense transparencies No animation possible The odd speaker who brings his talk in portrait format has a serious problem No automated archive procedure No solution for summary speaker That was a starting point of discussion K.Wrona Management system for online presentation at meetings 8

9 Classical Conference (Notebook-based) Speaker prepares his talk using notebook Speaker carries his notebook along to the auditorium After previous talk, previous speaker s notebook is unplugged, current speaker s notebook is plugged to the beamer Usually there is no network connection Better quality of displayed slides, animations Similar problems for summary speaker Still no automatic archive procedure K.Wrona Management system for online presentation at meetings 9

10 Classical Conference (Notebook-based) -Cont d After go-ahead from chairperson, speaker experiments how to Activate his monitor outlet Avoid switching off his/her own screen accidentally Adjust the resolution to that of the beamer Disable the screen saver Recover his/her notebook from energy-saving mode Reboot his/her device if needed Find his/her AC adapter when battery runs low Auditorium appreciates the amusement, admires the icons on the speaker s desktop, starts discussion about which brand, operating system, presentation software to use instead, everybody is having fun... Unless the agenda is very busy, which it usually is The bright side: execs can show off their brand-new mobile P4 notebook The not-so-bright side: students & young post-docs may not have their own K.Wrona Management system for online presentation at meetings 10

11 Classical Conference (Centrally Managed Documents) Speaker registers via a web form Conference organizer assigns speaker an id for his talk (e.g. A320.5 ) Speaker ftp s or s his presentation using his id 1-2 weeks in advance Conference organizer Renames the files from talk.ppt to something sensible Copies files to final destination Prompts those who have forgotten to upload Prepares orderly agenda layout on a web page & links the talks K.Wrona Management system for online presentation at meetings 11

12 Problems: Classical Conference -Cont d Much work for organizing bodies No last-minute changes Advantages: ü High quality of displayed slides This is usually accepted for a big conference Less acceptable for a collaboration meeting Unacceptable for weekly work meetings ü Organizers have control over hardware used for presentation ü Access to network ü Easier to create an archive K.Wrona Management system for online presentation at meetings 12

13 General Analysis: Collaborative Meeting 1. Presentation a) Excellent reproduction for hundreds of listeners b) Access to remote resources in auditorium c) Simple interface for manager, speaker and meeting participant 2. Remote participation a) People at other labs who cannot attend the meeting in person b) Coexistence with video-streaming 3. Cross talk a) Summary speakers collect material from previous presentations 4. Archiving a) Simple and automatic archiving procedure K.Wrona Management system for online presentation at meetings 13

14 K.Wrona Management system for online presentation at meetings 14

15 Specific Requirements Details Permit speaker to show electronic slides: PowerPoint - ppt Portable document format - pdf Postscript - ps Simplify procedure for collecting documents Allow online access to materials outside meeting room Help to create an archive K.Wrona Management system for online presentation at meetings 15

16 Technology For the Solution System based on web technology Widely available Well known components - easy-to-operate Long experience running web server Access to external resources via web K.Wrona Management system for online presentation at meetings 16

17 Tools Web server Dynamic HTML pages Interface for a manager and speaker Scripting language Maybe the information has to be protected Authentication Authorization Encryption Where should the informtion be stored? database K.Wrona Management system for online presentation at meetings 17

18 Integration of the Components WEB SERVER Web browser SSL APACHE SSL connection is established Information from the HTML form is posted to APACHE web server PHP script processes the information: it may read record(s) from database it may insert or delete records in database it may save a file which is being uploaded and update record. disk PHP MySQL K.Wrona Management system for online presentation at meetings 18

19 System Structure Authenticates as manager Establishes a meeting Adds some general information Creates, updates, deletes session chairman, secretary, name, date, time, place Puts a presentation onto agenda (time,title) Assigns a speaker speaker name speaker id Manager Speaker Meeting participant Maintainer Updates video links Creates archive - static copy makes a backup Authenticates to the system with his personal password uploads slides via web Updates database Saves file on disk Authenticates to the system Displays meeting program Displays slides in auditorium Displays slides on desktop PC Watch an online video stream K.Wrona Management system for online presentation at meetings 19

20 Security Issues Manager strong authentication full access to database only few persons using this mode Meeting participant authentication common password can only display information from disk & database Speaker strong authentication Personal password Many speakers Update of selected records in database Write access to a disk Maintainer strong authentication Read/write access to disk/database K.Wrona Management system for online presentation at meetings 20

21 Speaker Level of Protection Standard system users registry for collaboration meeting speaker knows her/his user_id and password strong protection - SSL manager does not remember all usernames software must help manager to find a username manager type the full speaker s name software finds username candidates usually there is only one manager confirms the username still possibility to type username by hand For external and opened conferences Generated user id Possible but quota like system not implemented Password established by speaker upon the registration in present system Privileges for the speaker assigned by manager For small, weekly meetings System registry, generated id or common password K.Wrona Management system for online presentation at meetings 21

22 Certificate Infrastructure Certificate for a web server DFN, DESY-CA Browsers do not recognise DESY-CA by default There is a web page which explain how to make a browser aware of DESY-CA K.Wrona Management system for online presentation at meetings 22

23 How Does It Work? Manager prepares an agenda using comfortable web forms Speaker prepares her/his talk Speaker submit slides Opens a browser Authenticates to the system Uploads talk (file) Only speaker is involved, can be done at any time before the talk Immediately after uploading the slides are available for other participants In auditorium speaker shows slides Documents accessible through orderly placed links on web page The same hardware is used for all presentations No need to reconnect notebooks Connection to internet Possibility of using external resources K.Wrona Management system for online presentation at meetings 23

24 How Does It Work - cont d People on remote sites can view slides Coexistence with online video Displaying slides on desktop PC Better quality of displayed slides over internet Summary speaker can use all presentations to create her/his talk Slides available for all participants Can be downloaded Selected results or plots can be copied to summary presentation Manager create an archive Only some cosmetics modification necessary All documents in place Well defined directory structure automated procedure K.Wrona Management system for online presentation at meetings 24

25 Manager Mode K.Wrona Management system for online presentation at meetings 25

26 Manager View - cont d K.Wrona Management system for online presentation at meetings 26

27 Main Speaker View K.Wrona Management system for online presentation at meetings 27

28 Upload Form K.Wrona Management system for online presentation at meetings 28

29 Slides Show K.Wrona Management system for online presentation at meetings 29

30 Online Presentation K.Wrona Management system for online presentation at meetings 30

31 Experience: Feb-2002 ZEUS Week 62 talks in sessions covered by ZEMS (plenary + 1 parallel) All talks except 1 were uploaded to ZEMS server Formats submitted: Ppt 25 Pdf 3 Ps 34 No problems worth mentioning Occasionally portrait format -> reduced magnification or panning Meeting page on presentation needs refresh on last-minute submission In ps files, orientation is hard to control Some typical bullet-symbols do not convert well between Staroffice & PowerPoint one speaker could not submit file with the name: a name of the file.ppt - fixed bug General feedback from meeting participants very positive (speakers, listeners and people on remote sites) K.Wrona Management system for online presentation at meetings 31

32 Size of uploaded documents K.Wrona Management system for online presentation at meetings 32

33 Summary Standard way of organising meeting is not satisfactory Slow procedure for collecting documents Much work for organizer No support for remote participation Integrated, web based system has been developed Very good experience on the first challenge K.Wrona Management system for online presentation at meetings 33

34 Outlook Extensions under consideration: possibility of having few managers for one meeting - useful for parallel sessions delegation of privileges how to ask questions from remote sites? Telephone line Chat VC equipment different profiles for conferences, collaboration and weekly meeting registration for a meeting K.Wrona Management system for online presentation at meetings 34

35 Some More General Remarks New beamer in auditorium is a huge improvement Camera & mike equipment in auditorium are pretty good Unfortunately, no beamer & lectern PC installation in seminar rooms yet (SR4, SR3,...) No VC equipment in seminar rooms Existing VC rooms are often too small (<= 12 persons) Should have standard VC equipment in all public seminar rooms K.Wrona Management system for online presentation at meetings 35

36 Why Not... ZEMS = ZEUS electronic meeting management system D DESY K.Wrona Management system for online presentation at meetings 36

37 Summary Standard way of organising meeting is not satisfactory Slow procedure for collecting documents Much work for organizer No support for remote participation Integrated, web based system has been developed Very good experience on the first challenge K.Wrona Management system for online presentation at meetings 37

SmileTiger emeeting Server 2008 Client Guide

SmileTiger emeeting Server 2008 Client Guide SmileTiger emeeting Server 2008 Client Guide SmileTiger Software Corporation 11615 Sir Francis Drake Drive Charlotte, NC 28277 USA Phone: + 1 704 321 9068 Email: info@smiletiger.com http://www.smiletiger.com

More information

Using Adobe Acrobat College. How to Host a Meeting - User s Guide

Using Adobe Acrobat College. How to Host a Meeting - User s Guide Note: For the purpose of consistency between the Hunter College written and web documentation and the Adobe Connect pro Software terminology, we will use meeting to represent a virtual class session, host

More information

WebEx Participant Guide

WebEx Participant Guide WebEx Participant Guide Tufts Technology Services Training and Documentation WebEx Participant Guide 1 Table of Contents An Introduction to WebEx... 3 What is WebEx?... 3 Do I Need to Install Software

More information

Plan and Prepare. 1. Know your audience

Plan and Prepare. 1. Know your audience Plan and Prepare Plan your session first to ensure a successful session. Use a storyboard or simply outline your presentation to include instructor notes and the general flow of your presentation. 1. Know

More information

Remote Support. User Guide 7.23

Remote Support. User Guide 7.23 Remote Support User Guide 7.23 Copyright 1997 2011 Cisco and/or its affiliates. All rights reserved. WEBEX, CISCO, Cisco WebEx, the CISCO logo, and the Cisco WebEx logo are trademarks or registered trademarks

More information

Webcasting. Features. Event Plus Webcast. Use the internet to deliver your message and expand your reach. Basic package.

Webcasting. Features. Event Plus Webcast. Use the internet to deliver your message and expand your reach. Basic package. Webcasting Use the internet to deliver your message and expand your reach Webcasting is a cost effective conferencing solution that enables you to communicate and deliver a consistent message via the internet

More information

GETTING STARTED. 3. Once in the Portal, click on the WebEx icon in the upper right corner of the screen.

GETTING STARTED. 3. Once in the Portal, click on the WebEx icon in the upper right corner of the screen. GETTING STARTED 1. Open a web browser. (WebEx will work with any type of computer, PC or Mac.) 2. Go to https://www.wtamu.edu, and log into the Buff Portal. 3. Once in the Portal, click on the WebEx icon

More information

Wimba Classroom Version 6.1 Room Administrator Guide

Wimba Classroom Version 6.1 Room Administrator Guide Wimba Classroom Version 6.1 Room Administrator Guide Wimba Classroom 6.1 Room Administrator Guide 1 Administration Tools 2 Room Management 3 Creating a New Room (RoomCreators Only) 3 Setting up a Room

More information

AnyMeeting Instructions

AnyMeeting Instructions AnyMeeting Instructions AnyMeeting is a FREE video conferencing service that allows up to 200 participants in a meeting, by invitation. It is supported by advertising, which will be displayed on screen,

More information

Hints for Organizers of a Scientific Conference by Reinhard Krause Rehberg (August 2008)

Hints for Organizers of a Scientific Conference by Reinhard Krause Rehberg (August 2008) Hints for Organizers of a Scientific Conference by Reinhard Krause Rehberg (August 2008) Preparation of the Conference Have the webpage as early as possible online. Tell the link to the people responsible

More information

Blackboard Collaborate Managing Sessions & Recordings

Blackboard Collaborate Managing Sessions & Recordings Blackboard Collaborate Managing Sessions & Recordings WVU Information Technology Services ITS Service Desk: 304-293-4444 ; toll free: 1-877-327-9260 ITSHelp@mail.wvu.edu Workshop Web Page it.wvu.edu/services/training/collaborate/

More information

About This Guide 1. Terminology Used in this Guide 1 System Requirements 1. Getting Started 2. Downloading and Installing Meeting Software 2

About This Guide 1. Terminology Used in this Guide 1 System Requirements 1. Getting Started 2. Downloading and Installing Meeting Software 2 RP1Cloud User Guide Contents About This Guide 1 Terminology Used in this Guide 1 System Requirements 1 Getting Started 2 Downloading and Installing Meeting Software 2 Install the Plug-in 2 Install the

More information

WebEx. Web Conferencing Tool. Fordham IT

WebEx. Web Conferencing Tool. Fordham IT WebEx Web Conferencing Tool STUDENT User Guide Fordham IT Contents WebEx Student User Guide Schedule a Meeting Using the WebEx Meeting Site 1 WebEx Scheduling Template 2 Join a Meeting 4 Participate in

More information

WebEx. Web Conferencing Tool. Fordham IT

WebEx. Web Conferencing Tool. Fordham IT WebEx Web Conferencing Tool Faculty + Staff User Guide Fordham IT Contents WebEx Faculty + Staff User Guide Schedule a Meeting Using the WebEx Meeting Site 1 WebEx Scheduling Template 2 Join a Meeting

More information

Zoom User Manual. developed. Gary P. Davis. and. David J. Ayersman. for. Students and Employees of New River Community and Technical College

Zoom User Manual. developed. Gary P. Davis. and. David J. Ayersman. for. Students and Employees of New River Community and Technical College Zoom User Manual developed by Gary P. Davis and David J. Ayersman for Students and Employees of Zoom manual.docx Page 1 of 35 Last Updated: August 13, 2018 PREFACE AND OVERVIEW For the fall 2018 term,

More information

Moodle Student Introduction

Moodle Student Introduction Moodle Student Introduction City College Plymouth has chosen Moodle 1 as its Managed Learning Environment (MLE) to help support your learning, whatever course you are studying. Moodle courses are created

More information

AT&T Connect Communications Center (ACC) User Guide Enterprise Edition Version 8.9 May 2010

AT&T Connect Communications Center (ACC) User Guide Enterprise Edition Version 8.9 May 2010 AT&T Connect Communications Center (ACC) User Guide Enterprise Edition Version 8.9 May 2010 2009 2010 AT&T Intellectual Property. All rights reserved. AT&T, the AT&T logo and all other AT&T marks contained

More information

Microsoft Office Live Meeting

Microsoft Office Live Meeting Microsoft Office Live Meeting Add-In Pack Set-Up Guide InterCall, a subsidiary of West Corporation, in partnership with Microsoft, provides Conference Place SM web conferencing services. Because Conference

More information

File Protection Whitepaper

File Protection Whitepaper Whitepaper Contents 1. Introduction... 2 Documentation... 2 Licensing... 2 Modes of operation... 2 Single-instance store... 3 Advantages of over traditional file copy methods... 3 2. Backup considerations...

More information

INTRODUCTION TO SKYPE FOR BUSINESS FOR MEETING. Before you set up your meeting, you will need to be signed in to Skype for Business.

INTRODUCTION TO SKYPE FOR BUSINESS FOR MEETING. Before you set up your meeting, you will need to be signed in to Skype for Business. INTRODUCTION TO SKYPE FOR BUSINESS FOR MEETING ORGANISERS This document is intended to help set up and use Skype for Business with a focus on teaching and learning activity. It will show you how to set

More information

8 MANAGING SHARED FOLDERS & DATA

8 MANAGING SHARED FOLDERS & DATA MANAGING SHARED FOLDERS & DATA STORAGE.1 Introduction to Windows XP File Structure.1.1 File.1.2 Folder.1.3 Drives.2 Windows XP files and folders Sharing.2.1 Simple File Sharing.2.2 Levels of access to

More information

Web Site Overview: Log In - select to log into your Halawai "My Meetings" space. This area will list your scheduled meetings.

Web Site Overview: Log In - select to log into your Halawai My Meetings space. This area will list your scheduled meetings. Working with Halawai (Adobe Acrobat Connect) What is Halawai? H l wai (Hawaiian for meeting), also known as Adobe Acrobat Connect is a web conferencing tool licensed by ITS (Information Technology Services)

More information

Live Meeting 2007 Getting Started Guide

Live Meeting 2007 Getting Started Guide Live Meeting 2007 Getting Started Guide Introduction This guide is intended for people who use Microsoft Office Live Meeting 2007 offered by InterCall. It tells you how to join meetings quickly, and provides

More information

Maine CITE Webinar Presenter s Guide

Maine CITE Webinar Presenter s Guide Maine CITE Webinar Presenter s Guide Revised January 2016 When presenting at a Maine CITE sponsored webinar, we ask that you use this guide in preparing for your session. Maine CITE is committed to ensuring

More information

seminar learning system Seminar Author and Learning System are products of Information Transfer LLP.

seminar learning system Seminar Author and Learning System are products of Information Transfer LLP. seminar learning system Seminar Author and Learning System are products of Information Transfer LLP. Burleigh House 15 Newmarket Road Cambridge UK CB5 8EG E-mail: support@seminar.co.uk Phone: +44 (0)1223

More information

Orientation to Collaborate 11 Farnoush Zadeh, Instructional Designer

Orientation to Collaborate 11 Farnoush Zadeh, Instructional Designer Orientation to Collaborate 11 Farnoush Zadeh, Instructional Designer Continuing & Distance Education St. Francis Xavier University ! Provide a brief introduction to the Collaborate platform How to get

More information

Sync User Guide. Powered by Axient Anchor

Sync User Guide. Powered by Axient Anchor Sync Powered by Axient Anchor TABLE OF CONTENTS End... Error! Bookmark not defined. Last Revised: Wednesday, October 10, 2018... Error! Bookmark not defined. Table of Contents... 2 Getting Started... 7

More information

File Protection. Whitepaper

File Protection. Whitepaper Whitepaper Contents 1. Introduction... 2 Documentation... 2 Licensing... 2 Modes of operation... 2 Single-instance store... 3 Advantages of... 3 2. Backup considerations... 4 Exchange VM support... 4 Restore

More information

Web Conferencing Service (WCS)

Web Conferencing Service (WCS) Web Conferencing Service (WCS) The EIS Web Conferencing Service (WCS) helps an agency eliminate the time and costs associated with traveling to different locations for meetings. WCS enables personnel to

More information

Collaborate Ultra in D2L Brightspace Guide for Moderating and Presenting

Collaborate Ultra in D2L Brightspace Guide for Moderating and Presenting Collaborate Ultra in D2L Brightspace Guide for Collaborate is a web-based video conferencing system allowing participants to engage in twoway audio, multi-point video, interactive whiteboard, application

More information

GRS Enterprise Synchronization Tool

GRS Enterprise Synchronization Tool GRS Enterprise Synchronization Tool Last Revised: Thursday, April 05, 2018 Page i TABLE OF CONTENTS Anchor End User Guide... Error! Bookmark not defined. Last Revised: Monday, March 12, 2018... 1 Table

More information

Digitized Engineering Notebook

Digitized Engineering Notebook Governors State University OPUS Open Portal to University Scholarship All Capstone Projects Student Capstone Projects Spring 2017 Digitized Engineering Notebook Syed Jalaluddin Governors State University

More information

How To Use My Alternative High

How To Use My Alternative High How To Use My Alternative High Preface Preface I put this together to address the issues and questions that come up all the time in class, especially for newer students. Preface I did this so that I could

More information

Wimba Classroom. Version 5.2. Room Administrator Guide

Wimba Classroom. Version 5.2. Room Administrator Guide Wimba Classroom Version 5.2 Room Administrator Guide Wimba Classroom 5.2 Room Administrator Guide 1 Administration Tools 2 Room Management 3 Creating a New Room (RoomCreators Only) 3 Setting up a Room

More information

Configuring Microsoft Outlook to Connect to Hosted Exchange Service

Configuring Microsoft Outlook to Connect to Hosted Exchange Service Configuring Microsoft Outlook to Connect to Hosted Exchange Service Configuring Microsoft Outlook for Hosted Exchange Service Version: 1.0 Updated on: April 27, 2011 Page 1 of 7 TABLE OF CONTENTS Configuring

More information

Unified Meeting 5. connecting customers, colleagues and suppliers. Real-time communication. we are

Unified Meeting 5. connecting customers, colleagues and suppliers. Real-time communication. we are Unified Meeting 5 Daisy Audio and Web Conferencing User Guide Real-time communication connecting customers, colleagues and suppliers What is Unified Meeting 5 Enhance your communication and make meetings

More information

V-CUBE Meeting User Manual

V-CUBE Meeting User Manual V-CUBE Meeting User Manual 2. Preparing for Meetings V-cube, Inc. 2013 V-cube, Inc. All Rights Reserved. Revision history Revision date Details 2013/09/10 - Added a folder feature to the storage functionality

More information

Guide for hosting a WebEx

Guide for hosting a WebEx Guide for hosting a WebEx Contents INTRODUCTION... 2 HOW CAN I ACCESS WEBEX... 2 SETTING UP A WEBEX SESSION AS A HOST... 4 HINTS AND TIPS SHEET... 9 Preparation... 9 Meeting Etiquette... 9 Technology...

More information

Notability in the Classroom. St. Vrain Valley Tech Camp 2017 Presenter: Kevin Custis

Notability in the Classroom. St. Vrain Valley Tech Camp 2017 Presenter: Kevin Custis Notability in the Classroom St. Vrain Valley Tech Camp 2017 Presenter: Kevin Custis Warm-up Activity Please make sure you are logged on to your St. Vrain Google accounts so that you may access your Google

More information

5.6 WEB CONFERENCING SERVICE (WCS) (L )

5.6 WEB CONFERENCING SERVICE (WCS) (L ) 5.6 WEB CONFERENCING SERVICE (WCS) (L.34.1.5) Qwest s Networx WCS uses a simple online interface to conduct live interactive meetings and deliver high-impact presentations, demonstrations and training

More information

ACROBAT CONNECT PROFESSIONAL AL USERS GUIDE OF BASIC FEATURES. Last Updated:

ACROBAT CONNECT PROFESSIONAL AL USERS GUIDE OF BASIC FEATURES. Last Updated: ACROBAT CONNECT PROFESSIONAL AL USERS GUIDE OF BASIC FEATURES Last Updated: April 1, 2008 TABLE OF CONTENTS 1 INTRODUCTION... 1 2 ACCESSING ADOBE CONNECT... 1 2.1 REQUEST TO SCHEDULE A MEETING... 1 2.2

More information

Visual Presenter Visual Webcaster

Visual Presenter Visual Webcaster ) Visual Presenter Visual Webcaster Last Revised 8/3/11 Powered by Table of Contents Overview 3 System Requirements 4-5 Login 6 Main Menu 7 Preparing for the Event Presenter 8-12 Slides 13-20 URL s 21-23

More information

Integrated Conference Bridge Professional

Integrated Conference Bridge Professional Title page Communication Server 1000 Integrated Conference Bridge Professional iii Nortel Communication Server 1000 Nortel Integrated Conference Bridge Professional Revision history June 2007 Standard

More information

Qwest Event Service Definition & Glossary for Wells Fargo Financial

Qwest Event Service Definition & Glossary for Wells Fargo Financial Qwest Event Service Definition & Glossary for Wells Fargo Financial Event Service is Qwest premium, fuly managed solution designed for event-style applications. Qwest Event Service provides event-based

More information

InterCall Web Meeting

InterCall Web Meeting InterCall Web Meeting Quick Reference Guide For more information: www.intercallapac.com Australia 1800 468 225 +61 2 8295 9000 InterCall Web Meeting offers a full-featured web conferencing service that

More information

5.6 WEB CONFERENCING SERVICE (WCS) (L )

5.6 WEB CONFERENCING SERVICE (WCS) (L ) 5.6 WEB CONFERENCING SERVICE (WCS) (L.34.1.5) Qwest s Networx WCS uses a simple online interface to conduct live interactive meetings and deliver high-impact presentations, demonstrations and training

More information

What is Adobe Connect Pro? Setting up a Meeting. Using Adobe Connect Pro

What is Adobe Connect Pro? Setting up a Meeting. Using Adobe Connect Pro What is Adobe Connect Pro? Adobe Acrobat Connect Pro is a Flash based application that allows you to have real-time, multi-point meetings and class sessions that participants can access through a web browser.

More information

Getting Started Guide 8x8 Phone System End User

Getting Started Guide 8x8 Phone System End User Getting Started Guide 8x8 Phone System End User Prepared by: Katherine Fox KFox@championhomes.com August 2013 Getting Started Guide, 8x8 Phone System End User 1 Table of Contents Topic Page Agenda 3 Introduction

More information

Document Imaging User Guide

Document Imaging User Guide Release 4.9 IMAGING TECHNOLOGY GROUP Document Imaging Systems Document Imaging User Guide IMAGING TECHNOLOGY GROUP IMIGIT tm Document Imaging User Guide Release 4.91 March 2007 Imaging Technology Group

More information

Style Report Enterprise Edition

Style Report Enterprise Edition INTRODUCTION Style Report Enterprise Edition Welcome to Style Report Enterprise Edition! Style Report is a report design and interactive analysis package that allows you to explore, analyze, monitor, report,

More information

Palisades School District PowerSchool Parent Portal Guide

Palisades School District PowerSchool Parent Portal Guide Palisades School District PowerSchool Parent Portal Guide Get Started To get started, you must create a parent account in the PowerSchool Parent Portal. Create a Parent Account Use this procedure to create

More information

How To: Panopto Tutorial for Faculty & Staff

How To: Panopto Tutorial for Faculty & Staff How To: Panopto Tutorial for Faculty & Staff Information Technology Help Desk Colorado Mesa University 8/22/2016 CMU Help Desk: 970-248-2111 or http://whd.coloradomesa.edu Page 0 Table of Contents What

More information

TrainingCenter Getting Started Guide

TrainingCenter Getting Started Guide TrainingCenter Getting Started Guide This guide introduces you to TrainingCenter and provides basic information about using its many features. For more information about using these features, refer to

More information

WebEx Meeting Center TM Pro 6.2

WebEx Meeting Center TM Pro 6.2 BT Web Conferencing Powered by WebEx TM WebEx Meeting Center TM Pro 6.2 For collaborative meetings with 2 to 500 participants USER GUIDE Version 1.0. Last revised January 7, 2005 With BT Web Conferencing

More information

Identifying the Skills and Team Members Needed to Support Synchronous Online Sessions and Webinars

Identifying the Skills and Team Members Needed to Support Synchronous Online Sessions and Webinars www.elearningguild.com Identifying the Skills and Team Members Needed to Support Synchronous Online Sessions and Webinars Karen Hyder, The elearning Guild 304 Identifying the Skills and Team Members Needed

More information

Polycom RealPresence Web Suite

Polycom RealPresence Web Suite USER GUIDE 2.1.2 October 2016 3725-03305-005G Polycom RealPresence Web Suite Copyright 2016, Polycom, Inc. All rights reserved. No part of this document may be reproduced, translated into another language

More information

Appendix F: Uploading, Segmenting, and Submitting Evidence Reference Guide (Video, Audio, and PDFs)

Appendix F: Uploading, Segmenting, and Submitting Evidence Reference Guide (Video, Audio, and PDFs) Appendix F: Uploading, Segmenting, and Submitting Evidence Reference Guide (Video, Audio, and PDFs) What are the technical requirements for submitting evidence? In 2014 2015, most candidates will be able

More information

Apptix Online Backup by Mozy User Guide

Apptix Online Backup by Mozy User Guide Apptix Online Backup by Mozy User Guide 1.10.1.2 Contents Chapter 1: Overview...5 Chapter 2: Installing Apptix Online Backup by Mozy...7 Downloading the Apptix Online Backup by Mozy Client...7 Installing

More information

V-CUBE Meeting 5. User Manual V-CUBE, INC. 2015/09/01

V-CUBE Meeting 5. User Manual V-CUBE, INC. 2015/09/01 V-CUBE Meeting 5 User Manual V-CUBE, INC. 2015/09/01 This document is the user manual for the V-CUBE Meeting 5 (or 'Meeting'), a web conferencing system. Revision history Revision date Details 2015/09/01

More information

Panopto Focus- Lecture Capture, Instructions

Panopto Focus- Lecture Capture, Instructions Table of Contents Installation... 2 Media Standards... 3 Folder Quotas... 3 Logging Into the Recorder Application... 4 The Recorder Application... 5 The Basics... 5 Using Hotkeys... 5 Settings Menu...

More information

KYOCERA Net Admin User Guide

KYOCERA Net Admin User Guide KYOCERA Net Admin User Guide Legal Notes Unauthorized reproduction of all or part of this guide is prohibited. The information in this guide is subject to change without notice. We cannot be held liable

More information

TOSHIBA GA Printing from Mac OS

TOSHIBA GA Printing from Mac OS TOSHIBA GA-1211 Printing from Mac OS 2008 Electronics for Imaging, Inc. The information in this publication is covered under Legal Notices for this product. 45075930 24 October 2008 CONTENTS 3 CONTENTS

More information

Advice for running a Webinar. with Adobe Connect

Advice for running a Webinar. with Adobe Connect Advice for running a Webinar with Adobe Connect http://connect.exeter.ac.uk 2 days before the Webinar Email the webinar access information (or link to ELE page) to students. Include in the email the time,

More information

Overview System Requirements New features/enhancements in A-VIEW Known Issues Contact Us... 7

Overview System Requirements New features/enhancements in A-VIEW Known Issues Contact Us... 7 Release Notes A-VIEW 4.0 Page 1 of 7 Contents Overview... 2 System Requirements... 2 New features/enhancements in A-VIEW 4.0... 2 Known Issues... 5 Contact Us... 7 Release Notes A-VIEW 4.0 Page 2 of 7

More information

How to Host WebEx Meetings

How to Host WebEx Meetings How to Host WebEx Meetings Instructions for ConnSCU Faculty and Staff using ConnSCU WebEx Table of Contents How Can Faculty and Staff Use WebEx?... 3 Inviting Meeting Participants... 3 Tips before Starting

More information

File Protection Whitepaper

File Protection Whitepaper File Protection Contents 1. Introduction... 2 Documentation... 2 Licensing... 2 Modes of operation... 2 Single-instance store... 3 Advantages of File Protection over traditional file copy methods... 3

More information

GA Printing from Mac OS

GA Printing from Mac OS GA-1310 Printing from Mac OS 2009 Electronics for Imaging, Inc. The information in this publication is covered under Legal Notices for this product. 45085389 5 May 2009 CONTENTS 3 CONTENTS INTRODUCTION

More information

Adobe Connect: Overview

Adobe Connect: Overview Adobe Connect: Overview Table of Contents Table of Contents... 1 Overview of Adobe Connect... 2 Recommended Use... 2 Roles and Privileges... 2 Menu Bar... 3 Prepare Room and Upload Content... 4 Create

More information

Web Conferencing in Canvas

Web Conferencing in Canvas Web Conferencing in Canvas 11/2017 Overview: What is Web Conferencing Web conferencing tools allow individuals to meet online via video and/or audio stream and collaborate by sharing files, presentations,

More information

Signing in. Signing in. Which Skype should I use? Quick Start Guide. Sign in using your Massey address and password.

Signing in. Signing in. Which Skype should I use? Quick Start Guide. Sign in using your Massey  address and password. Quick Start Guide Signing in Signing in Sign in using your Massey email address and password. Which Skype should I use? Skype for Business is for connecting with a co-worker or business associate. Skype

More information

Table of Contents COURSE OVERVIEW... 2 LESSON 1: INSTALLING THE PRODUCTIVITY TOOLS... 3 LESSON 2: SETTING UP WEBEX PRODUCTIVITY TOOLS...

Table of Contents COURSE OVERVIEW... 2 LESSON 1: INSTALLING THE PRODUCTIVITY TOOLS... 3 LESSON 2: SETTING UP WEBEX PRODUCTIVITY TOOLS... Table of Contents COURSE OVERVIEW... 2 LESSON 1: INSTALLING THE PRODUCTIVITY TOOLS... 3 FIRST TIME LOG IN... 3 SETTING UP PRODUCTIVITY TOOL PROGRAMS... 6 LESSON 2: SETTING UP WEBEX PRODUCTIVITY TOOLS...

More information

CUSTOMER CONTROL PANEL... 2 DASHBOARD... 3 HOSTING &

CUSTOMER CONTROL PANEL... 2 DASHBOARD... 3 HOSTING & Table of Contents CUSTOMER CONTROL PANEL... 2 LOGGING IN... 2 RESET YOUR PASSWORD... 2 DASHBOARD... 3 HOSTING & EMAIL... 4 WEB FORWARDING... 4 WEBSITE... 5 Usage... 5 Subdomains... 5 SSH Access... 6 File

More information

Microsoft Office Live Meeting from Global Crossing Frequently Asked Questions (FAQs)

Microsoft Office Live Meeting from Global Crossing Frequently Asked Questions (FAQs) Microsoft Office Live Meeting from Global Crossing Frequently Asked Questions (FAQs) Q. What is Microsoft Office Live Meeting from Global Crossing? A. Microsoft Office Live Meeting from Global Crossing

More information

HOW TO CONDUCT A VIRTUAL CONFERENCE IN SECOND LIFE. and make your team meetings more interesting

HOW TO CONDUCT A VIRTUAL CONFERENCE IN SECOND LIFE. and make your team meetings more interesting HOW TO CONDUCT A VIRTUAL CONFERENCE IN SECOND LIFE and make your team meetings more interesting 2 Table of Contents What is a Second Life Virtual Conference?... 3 Setting Up a Second Life Account for Meeting

More information

Anchor User Guide. Presented by: Last Revised: August 07, 2017

Anchor User Guide. Presented by: Last Revised: August 07, 2017 Anchor User Guide Presented by: Last Revised: August 07, 2017 TABLE OF CONTENTS GETTING STARTED... 1 How to Log In to the Web Portal... 1 How to Manage Account Settings... 2 How to Configure Two-Step Authentication...

More information

Illustrated Guide to the. UTeach. Electronic Portfolio

Illustrated Guide to the. UTeach. Electronic Portfolio Illustrated Guide to the UTeach Electronic Portfolio UTeach Portfolio Guide 1 Revised Spring 2011 The Electronic Portfolio All UTeach students have access to the electronic portfolio. If you can t log

More information

Advanced and Customized Net Conference With Cisco WebEx Meeting Center Participant Quick Tips

Advanced and Customized Net Conference With Cisco WebEx Meeting Center Participant Quick Tips Advanced and Customized Net Conference With Cisco WebEx Meeting Center Participant Quick Tips Participant Quick Tips for WebEx Meeting Center provides tips that you can use to effectively join and participate

More information

Introduction to the. Managed XP Service (For Students) Mark Morley Bob Booth December 2004 AP-Win7. University of Sheffield.

Introduction to the. Managed XP Service (For Students) Mark Morley Bob Booth December 2004 AP-Win7. University of Sheffield. Introduction to the Managed XP Service (For Students) Mark Morley Bob Booth December 2004 AP-Win7 Contents University of Sheffield 1. INTRODUCTION... 4 2. USING A MANAGED SERVICE MACHINE... 5 2.1 LOGGING

More information

How To: Panopto Tutorial for Faculty & Staff

How To: Panopto Tutorial for Faculty & Staff How To: Panopto Tutorial for Faculty & Staff Information Technology Help Desk Colorado Mesa University 8/22/2016 CMU Help Desk: 970-248-2111 or http://whd.coloradomesa.edu Page 0 Table of Contents What

More information

Elluminate Introduction & Handbook

Elluminate Introduction & Handbook CSU Stanislaus Office of Information Technology Elluminate Introduction & Handbook What is Elluminate? Elluminate is the university s online meeting and conferencing service. Users can create virtual rooms

More information

Parent/Student. Web Access. User. Manual

Parent/Student. Web Access. User. Manual EDUCATIONAL SERVICES Parent/Student Web Access User Manual GENESIS STUDENT INFORMATION SYSTEM WEB ACCESS I Introduction p. 3 II Logging In & Logging Out p. 4 III Student Summary Dashboard (Summary) Screen

More information

Blackboard Collaborate for Students

Blackboard Collaborate for Students Blackboard Collaborate for Students Participants Guide University Information Technology Services Training, Outreach, Learning Technologies and Video Production Copyright 2014 KSU Department of University

More information

MeetingPlaza Version 8.0

MeetingPlaza Version 8.0 MeetingPlaza Version 8.0 Reference manual for Chairperson or Administrator, Lecturer (For License Package) NTT-IT Corporation July, 2016 MeetingPlaza is a registered trademark of NTT-IT Corporation. The

More information

E-Learning. Meeting Solutions

E-Learning. Meeting Solutions E-Learning Meeting Solutions Teach and train more people, more often for less online with MCI Conferencing e-learning solutions and watch how quickly your company can gain the competitive advantage. These

More information

When attending an adobe room, you will view the room utilizing your computer and use a phone for the audio.

When attending an adobe room, you will view the room utilizing your computer and use a phone for the audio. Adobe Connect Rooms Best Practices: All times given for meetings are in EST. Call early (5-10 minutes prior to the start of the session). Use a phone headset (not computer). Do not use a speaker phone.

More information

Internet. Class-In charge: S.Sasirekha

Internet. Class-In charge: S.Sasirekha Internet Class-In charge: S.Sasirekha COMPUTER NETWORK A computer network is a collection of two or more computers, which are connected together to share information and resources. Network Operating Systems

More information

Successful Web Meetings

Successful Web Meetings Contents About this guide... 1 Setting up a meeting... 1 Starting and conducting a meeting... 5 Presenting information... 6 Recording meetings... 12 Hosting a large meeting... 13 Solving common problems...

More information

Using BT MeetMe with Skype for Business Online

Using BT MeetMe with Skype for Business Online Using BT MeetMe with Skype for Business Online User Guide BT Conferencing Last modified: July 2015 Version: 3.1 Contents Introduction 2 Why, when, and what Scheduling and inviting 3 Scheduling a conference

More information

WebEx Training Center Tutorial for Cornell Faculty

WebEx Training Center Tutorial for Cornell Faculty CORNELL UNIVERSITY WebEx Training Center Tutorial for Cornell Faculty Getting Started Guide Academic Technologies Last Updated: Spring 2014 Email atc_support@cornell.edu if you need additional assistance

More information

Microsoft Lync 2013 Quick-Start Guide. ThinkTel Communications Professional Services Last Updated: June 18, 2013

Microsoft Lync 2013 Quick-Start Guide. ThinkTel Communications Professional Services Last Updated: June 18, 2013 Microsoft Lync 2013 Quick-Start Guide ThinkTel Communications Professional Services Last Updated: June 18, 2013 Instant Messaging & Presence Accept an IM request Click anywhere on the picture display area

More information

Get Started in Web Conference Classes: During the Semester

Get Started in Web Conference Classes: During the Semester Get Started in Web Conference Classes: During the Semester Online classroom etiquette Log in to your WebEx class Change views, go full-screen Chat tool Class presentations Need help? 1-877-348-6503 or

More information

Running Effective Meetings

Running Effective Meetings Running Effective Meetings www.clickmeeting.com In this guide... You ll learn how organize your online meeting space, set up camera and voice, share your presentation and manage attendees. Contents Launch

More information

Creating an Adobe Connect Presentation: Using Your Personal Computer to Record and Publish

Creating an Adobe Connect Presentation: Using Your Personal Computer to Record and Publish Creating an Adobe Connect Presentation: Using Your Personal Computer to Record and Publish This document outlines the process of creating a streaming presentation using PowerPoint 2007. Note: Before beginning

More information

CONFERENCING & COLLABORATION

CONFERENCING & COLLABORATION F E A T U R E C O M P A R I S O N M A T R I Web Conferencing Product Comparison We offer a range of web conferencing solutions designed for use with different types of meetings: from less formal on-the-fly

More information

This presenter information page provides you with some assistance and guidance on planning for your presentation.

This presenter information page provides you with some assistance and guidance on planning for your presentation. Introduction Thank you for accepting our offer to present at the upcoming Australian Institute of Family Studies Conference, 25 27 July 2018 at the Melbourne Convention and Exhibition Centre, Melbourne.

More information

How To: Panopto Tutorial for Students

How To: Panopto Tutorial for Students How To: Panopto Tutorial for Students Information Technology Help Desk Colorado Mesa University 10/20/2017 CMU Help Desk: 970-248-2111 or http://whd.coloradomesa.edu Page 0 Table of Contents Table of Contents...

More information

Amazon WorkMail. User Guide Version 1.0

Amazon WorkMail. User Guide Version 1.0 Amazon WorkMail User Guide Amazon WorkMail: User Guide Copyright 2017 Amazon Web Services, Inc. and/or its affiliates. All rights reserved. Amazon's trademarks and trade dress may not be used in connection

More information

V-CUBE Sales & Support. User Manual

V-CUBE Sales & Support. User Manual V-CUBE Sales & Support User Manual V-cube, Inc. 2013/12/20 This document is the user manual for V-CUBE Sales & Support. 2013 V-cube, Inc. All Rights Reserved. Revision history Revision date Details 2013/12/20

More information

OM22: Exploring Office 365 & Sharepoint: A Hands-on Immersion Experience Presented by Ruth Halpern

OM22: Exploring Office 365 & Sharepoint: A Hands-on Immersion Experience Presented by Ruth Halpern OM22: Exploring Office 365 & Sharepoint: A Hands-on Immersion Experience Presented by Ruth Halpern The handouts and presentations attached are copyright and trademark protected and provided for individual

More information

Adobe Dreamweaver CS5 Tutorial

Adobe Dreamweaver CS5 Tutorial Adobe Dreamweaver CS5 Tutorial GETTING STARTED This tutorial focuses on the basic steps involved in creating an attractive, functional website. In using this tutorial you will learn to design a site layout,

More information