A WEB-BASED SYSTEM FOR AUTOMATIC LABORATORY REGISTRATION

Size: px
Start display at page:

Download "A WEB-BASED SYSTEM FOR AUTOMATIC LABORATORY REGISTRATION"

Transcription

1 Αφιέρωμα στο Γ Συνέδριο «Τεχνολογία & Αυτοματισμός» A WEB-BASED SYSTEM FOR AUTOMATIC LABORATORY REGISTRATION Yiannis Zorbakis Postgraduate student zorbakis@ vahoo.com Y annis Psarom iligkos Professor of applications Technological Education of Piraeus jpsa@ teipir.gr Dimitris Tseles Professor Technological Education of Piraeus dtsel@ teipir.gr ABSTRACT Laboratory Registration presents the following difficulties: Hand written tasks of registration W aiting Lists A cost of operations for the accounting procedures that are currently required of the employees o f the college. This project presents the requirements, the logic and the operation of a web database system for laboratory registration that will organise and maintain the student records for a college or similar organisation. The application comprising a Web Server, a SQL Server and a front end that is viewable through a web browser. The areas that are included in the application were: Student Record, Session and Course records. The students are allowed, via a web browser, to view and update their course records. The project was developed under the framework of the Postgraduate Program Information Technology of T.E.I. Piraeus. THE AIM OF THE PROJECT The objective of this project is to develop a system that will organise and maintain the student records for a college or sim ilar organisation. This system will replace the hand written tasks of registration, waiting lists, and accounting procedures that are currently required of the employees of the college. In other words, it improve student / user perform ance and college efficiency shall be increased. Users of the system will be allowed to view class schedules. The system will allow the administrator to create and modify scheduled classes for the Student Secretarial Centre. The enrolment process will entail gathering inform ation from the m em ber and storing this 121

2 Επιστημονική Επετηρίδα Εφαρμοσμένης Έρευνας information in the system. The system will access and manipulate this information to produce desired reports for the user. The system will produce the desired report of the user. It will have a selection of categories for the user to choose which type of a report is needed. The reports will contain information for classes, sections, semesters, years, and accounting information concerning the non-credit classes offered at the Student Secretarial Centre. INDIVIDUAL PROJECT SPECIFICATION The World Wide Web is a valuable tool to millions, and the simplicity of HTML has helped with the huge growth over the last few years. Scripting languages such as JavaScript and VBScript have helped to add a dynamic edge to web pages. This project presents the requirements, the logic and the operation of a web database system for laboratory registration. The final application could be used within a college or similar organisation to view student records. This could then be placed on an Internet or a shared drive within the organisation and give access to the many users who require it. The site will have a ability to store sufficient information about each student including the following: Name Address Telephone number Student ID number Courses currently studying Date expected to finish Date o f birth Users will be able to search for a particular student by name, address, student ID or course, and display the results. Users will also be able to update any of the student details. ARCHITECTURE Only information that actually needs to be displayed on the screen will sent to the client. Business and data services will remain to the Web Server. Server The database server coupled to a Web server. Web server perform updates and notifications in real-time, as part o f an integrated, front-end publishing environm ent. Windows NT Server (with the integrated Internet Information Server) and the Microsoft BackOffice family suite o f applications currently provide support for the Internet. An HTML front end that is viewable though a web browser to an database (MS SQL Server 7.0) shall be produced. FrontPage is focused on making basic Web document publishing and site management easy for business professionals and end users. 122

3 Αφιέρωμα στο Γ Συνέδριο «Τεχνολογία & Αυτοματισμός» Clients Clients Computers that are permanently linked into the Internet have a relatively fixed IP address, while students/users that reach the Internet by dialling in via an Internet Provider will get an address assigned during a session. On the desktop, the Windows 9x and Windows NT W orkstation 4.0 operating systems have been designed to take advantage of the Internet, and they include a powerful browser, which makes browsing the Internet as easy as using Windows 9x Special Terms / A bbreviations There two basic modes participating the application: The Administrator mode which can perform any activity on the web server and the user mode which have limited access rights. Administrator - a user with full access to all the functions of the Database User - a general term that applies to any student or staff of SSC that are permitted access to the Database Guest - a user with limited access to Database SSC - Student Secretarial Centre Response Tim e The system response time shall be determined by the speed of the internet network and processing time. The response time of the system must be rapid and reliable so shall be between ten and fourteen seconds from the time of the initial request. Interface The system shall be equipped with pull down menus, dialog boxes, check boxes, and function keys. Security A very important part of this application will be the security issues, as the users of the system would want the data to only be viewed by select members of staff. In order to allow entry to the application to select users, a login page will produced where users enter there username and password, if these do not match up with what is stored in the users database then they will not be able to go any further. In addition, there is a need of security levels where limit what areas of the application the users see. There will be an Administration user account set up called ADMIN with a password of admin, anyone who logs into this account is able to see the entire application and set up new users and amend security levels and passwords. CLASS MODEL OF APPLICATION There three basic classes modelling the application domain : Student - This will store details such as student name, address contact information, etc. This will be the largest of the tables. Course - This will store details of each course including course title, which department it belongs to, etc. Lab - This will store lab details. 123

4 Επιστημονική Επετηρίδα Εφαρμοσμένης Έρευνας CLASS A TTRIBUTES AND OPERATIONS Student Field nam e Type Student ID Auto number First name Text (1..20) Surname Text (1..20) Street Text (1..20) Town Text (1..20) Postcode Text (1..8) Telephone number Text (1..20) Date of birth Date Course ID N um ber - Long integer Operations on this class: Add, Delete, search, update details, enrol on a course. Course Field name Course ID Auto number Course title Text (1..20) Course code Text (1..20) Department Text (1..20) Hours per week Number (1..30) Type Operations on this class: Add, Delete, search, update details. Lab Lab ID Start date End date Room ID Field name Auto number D ate/hour D ate/hour Number Type O perations on this class: Add, Delete, search, update. USE CASE SCENARIO S Use case: Add a new student to the database Primary Actor: Registry assistant Preconditions: The user has rights to login Success End Condition: The student is added to the database with correct details. Failed End Condition: The student is not added to the database or has incorrect details. 124

5 Αφιέρωμα στο Γ Συνέδριο «Τεχνολογία & Αυτοματισμός» MAIN SUCCESS SCENARIO: -User goes to ADD STUDENT -User enters new student details -User presses insert -Student table is updated Use case: Add a new course to the database Primary Actor: Registry assistant Secondary Actor: Preconditions: The course does not already exist on the database and The user has rights to login ' n Success End Condition: The course is added to the database with the correct details. Failed End Condition: The course is not added or has incorrect details Trigger: The college/ university is required to teach a new course. MAIN SUCCESS SCENARIO: -User goes to ADD COURSE -User enters new course details -User presses insert -Course table is updated Use case: Find a student in the database Primary Actor: Any staff m ember Secondary Actor: Preconditions: The student is in the database and the user has rights to login Success End Condition: The student is found in the database Failed End Condition: The student is not found in the database. Trigger: Absent student (there are many other triggers for this scenario) MAIN SUCCESS SCENARIO: 125

6 Επιστημονική Επετηρίδα Εφαρμοσμένης Έρευνας -User goes to FIND STUDENT -User enters student details they wish to search for -User presses find -The results of the search are shown Use case: Search the database for a course Primary Actor: Any staff m ember Secondary Actor Preconditions: The user has rights to login Success End Condition: The course is found in the database Failed End Condition: The course is not found in the database Trigger: A teacher wishes to view details of a particular course, (there are many other triggers for this scenario) M AIN SUCCESS SCENARIO: -User goes to FIND COURSE -User enters course details they wish to search for -User presses find -The results of the search are shown Use case: Remove a student from a course Primary Actor: Registry assistant Preconditions: The student is in the database and is on a course. Success End Condition: The student is found and removed from the course Failed End Condition: The student is not found or the student is not registered on the course they wish to be removed from. Trigger: The student wants to change courses, (there are many other triggers for this scenario) MAIN SUCCESS SCENARIO: The student is removed from the course 126

Αφιέρωμα στο Γ Συνέδριο «Τεχνολογία & Αυτοματισμός» Dimitrios Tseles Professor Technological Education Institute of Piraeus teipir.

Αφιέρωμα στο Γ Συνέδριο «Τεχνολογία & Αυτοματισμός» Dimitrios Tseles Professor Technological Education Institute of Piraeus   teipir. Αφιέρωμα στο Γ Συνέδριο «Τεχνολογία & Αυτοματισμός» DEVELOPMENT AND WORKOUT OF THE INTEGRATED : INFORMATION SYSTEM FOR AUTOMATIC TRAFFIC CONTROL. CASE STUDY: INTELLIGENT TRANSPORTATION SYSTEM USING AN

More information

How to use CPCS-ON System: LOGGING IN & MANAGING USERS

How to use CPCS-ON System: LOGGING IN & MANAGING USERS Things you will need: The email sent to you with your Username and Password. The web address where the system is located, given to you in the same e-mail. What is the basic system functionality: CPCS-On

More information

QCAA Portal access. Introduction. Quick step: Registering to access the QCAA Portal

QCAA Portal access. Introduction. Quick step: Registering to access the QCAA Portal Introduction The QCAA Portal provides a secure, single point of access to QCAA s data collections and applications that prepare schools for the new senior curriculum and assessment processes. It also provides

More information

The website can be accessed at: https://www.griffith.edu.au/mentoring

The website can be accessed at: https://www.griffith.edu.au/mentoring Contents Starting up... 2 Accessing the website... 2 Register as member (staff or student) or guest... 3 Logging in... 5 Editing My Profile... 6 Joining a program... 8 Join by application... 8 Join by

More information

MANAGING SIMS.NET USERS, AND ALLOCATING TO PERMISSION GROUPS

MANAGING SIMS.NET USERS, AND ALLOCATING TO PERMISSION GROUPS MANAGING SIMS.NET USERS, AND ALLOCATING TO PERMISSION GROUPS Introduction From time to time you will want to add users to SIMS, or modify the activities that users have permission to carry out. You will

More information

WebOodi 2.9 User s Guide for students at the UoL TABLE OF CONTENTS

WebOodi 2.9 User s Guide for students at the UoL TABLE OF CONTENTS WebOodi 2.9 User s Guide for students at the UoL TABLE OF CONTENTS 1 General...2 2 Starting up and logging in to the WebOodi...3 3 Searching for information about courses/exams...5 3.1 Search courses /

More information

How to Activate Student Log in to the student Registration system (also known as My Community Education or Banner ).

How to Activate Student Log in to the student Registration system (also known as My Community Education or Banner ). How to Activate Student E-Mail 1. Log in to the student Registration system (also known as My Community Education or Banner ). 2. The new account notice shows at the top of the screen once signed in. Click

More information

MyU Portal. Used by: Students Faculty Staff. Interactive Front- End display of data from SAP Student, Financial Aid and Billing Systems

MyU Portal. Used by: Students Faculty Staff. Interactive Front- End display of data from SAP Student, Financial Aid and Billing Systems 2 MyU Portal Used by: Students Faculty Staff Interactive Front- End display of data from SAP Student, Financial Aid and Billing Systems 3 MyU Portal Not to be confused with my.umc.edu (Lawson) Internet

More information

Reigate School SIMS Learning Gateway for Teachers

Reigate School SIMS Learning Gateway for Teachers Reigate School SIMS Learning Gateway for Teachers C Contents 01 Introduction... 1 Introduction... 1 Security... 2 02 Getting Started... 3 Logging into the SLG Teacher Site... 3 Introduction to the SLG

More information

Ezyswim Customer Portal Guide

Ezyswim Customer Portal Guide Ezyswim Customer Portal Guide Link to the customer portal can be found in the Members section on our website: www.ezyswim.com.au CONTENTS First Login...2 Customer Portal Home Page...3 Profile Section...3

More information

EcoprintQ Student User Guide

EcoprintQ Student User Guide EcoprintQ Student User Guide EcoprintQ Student User Guide Table of Contents: 1.0 How to send a Print Job from a workstation to a network printer 2.0 User s Web interface 3.0 Account Summary 4.0 User s

More information

E-Industrial Training Module. User s Manual

E-Industrial Training Module. User s Manual E-Industrial Training Module Student Page 1 Table of Contents Table of Contents... 2 1. Introduction... 3 1.1 System Overview... 3 2.... 4 2.1 Update Resume... 4 2.2 Placement Search... 7 2.3 View Placement

More information

Electronic Examinations e-exams Using Open Source Software

Electronic Examinations e-exams Using Open Source Software Electronic Examinations e-exams Using Open Source Software L. FRAGIDIS, V. MARDIRIS, Ch. MIZAS, S. SIMEONIDIS and V. CHATZIS Information Management Department Technological Institute of Kavala GR-65404

More information

Self-Service Banner (SSB) Training Manual for Faculty

Self-Service Banner (SSB) Training Manual for Faculty Self-Service Banner (SSB) Training Manual for Faculty P a g e 1 Contact: Brent Cross Systems Support Specialist DH 258 PH: 931.372.3281 bcross@tntech.edu Training Documentation Outline: 1. FERPA p.2 2.

More information

Connecticut Teacher Certification Process ARC II Program

Connecticut Teacher Certification Process ARC II Program Connecticut Teacher Certification Process 2017-2018 ARC II Program Presentation to ARC Candidates : May 18, 2018 Edward M. O Connell, Dean Alternate Route to Certification ARC Recommendation for Certification

More information

Southwest Plains Regional Service Center Professional Development Software Users Guide SWPRSC PDC 2.0

Southwest Plains Regional Service Center Professional Development Software Users Guide SWPRSC PDC 2.0 Southwest Plains Regional Service Center Professional Development Software Users Guide SWPRSC PDC 2.0 * Make sure that your district SPAM filter does not block the server at www.swppdc.com. Southwest Plains

More information

PowerSchool 7.x Student Information System

PowerSchool 7.x Student Information System PowerSchool 7.x Student Information System Released May 2012 Document Owner: Documentation Services This edition applies to Release 7.2 of the PowerSchool software and to all subsequent releases and modifications

More information

Introduction. Paradigm Publishing. SNAP for Microsoft Office SNAP for Our Digital World. System Requirements

Introduction. Paradigm Publishing. SNAP for Microsoft Office SNAP for Our Digital World. System Requirements Introduction Paradigm Publishing Paradigm understands the needs of today s educators and exceeds the demand by offering the latest technological advancements for coursework settings. With the success of

More information

KEEP2 Web Application User Guide

KEEP2 Web Application User Guide KEEP2 Web Application User Guide 2015-2016 Kansas Department of Education (785) 296-5140 Landon State Office Building, 900 SW Jackson Street, Topeka, KS 66612 Contents Introduction... 1 The KEEP Process...

More information

NetApp Certified Storage Associate Hybrid Cloud

NetApp Certified Storage Associate Hybrid Cloud NETAPP UNIVERSITY NetApp Certified Storage Associate Hybrid Cloud Preparing you to manage data in today s cloud environments The NetApp Certified Storage Associate Hybrid Cloud (NCSA-HC) curriculum is

More information

Table of Contents Hampton Park Secondary College - Compass 2015 Created by Chris Knowles, Christina D Sylva and Steve Ware

Table of Contents Hampton Park Secondary College - Compass 2015 Created by Chris Knowles, Christina D Sylva and Steve Ware - 1 - Table of Contents - 2 - What is Compass? 3 Accessing and logging into Compass 4 Parent Initial login 5 Compass Homepage 6 Student Profile 7 Student Schedule 8 Student Events 9 Providing consent and

More information

Overview of Professional Quest Technologies

Overview of Professional Quest Technologies Overview of Professional Quest Technologies Professional Quest Web Architecture Professional Quest's utilizes a number of industry standard components in its web architecture. Server Web Pages For the

More information

Getting started with my.acap

Getting started with my.acap Getting started with my.acap A resource for Students, including: 1. Logging in to my.acap 2. Accessing your Classes 3. Participant Profiles a. Updating your own Profile 4. Announcements and Discussion

More information

Conceptual Modeling in ER and UML

Conceptual Modeling in ER and UML Courses B0B36DBS, A7B36DBS: Database Systems Practical Classes 01 and 02: Conceptual Modeling in ER and UML Martin Svoboda 21. and 28. 2. 2017 Faculty of Electrical Engineering, Czech Technical University

More information

Student Information System User Guide

Student Information System User Guide Student Information System User Guide This User Guide is designed to help you get started using the Student Information System. We ll take you step by step in using your organization s database, so that

More information

SMS Extender Set Up Guide

SMS Extender Set Up Guide SMS Extender Set Up Guide 1 Preparing for Set Up 1. Make sure your school s SMS data is correct and up to date. The SMS at your school is the source of truth for all student and staff data. For that reason

More information

Identity and access management (IAM) organisation administrator guidelines

Identity and access management (IAM) organisation administrator guidelines Identity and access management (IAM) organisation administrator guidelines June 2013 2 NZ Transport Agency IAM General User Guidelines June 2013 CONTENTS 3 Document information 3 RealMe service 3 Copyright

More information

HOW TO USE HOMESCHOOL REPORTING ONLINE

HOW TO USE HOMESCHOOL REPORTING ONLINE HOW TO USE HOMESCHOOL REPORTING ONLINE 1. The address for the reporting website is: www.homeschoolreporting.com 2. Click on the sign-up link at the top of the page. You should see the following: REGISTRATION

More information

Manually Uploading Pupils to ParentPay

Manually Uploading Pupils to ParentPay Manually Uploading Pupils to ParentPay These instructions are intended for schools that have already downloaded the MIS:Sync application if you have not done this yet, please download MIS:Sync from the

More information

Quick Guide to Registering

Quick Guide to Registering Quick Guide to Registering If you are a person who is responsible for the regular care and education of children from birth through school age, you should register in the EEC Professional Qualifications

More information

MODERATORS GUIDE TO USING MYCONFER

MODERATORS GUIDE TO USING MYCONFER MODERATORS GUIDE TO USING MYCONFER WELCOME TO THE NEW CCC CONFER! Learn everything you need to know about using the new CCC CONFER website and MyConfer portal. If you have a MyConfer account, you re ready!

More information

SJSU Course Evaluation. Team 131

SJSU Course Evaluation. Team 131 SJSU Course Evaluation Team 131 What is our objective Objective is to provide useful information about courses in SJSU for students who will be enrolled in them for the next semester. -Veteran students

More information

First time registration: Go to and click on the "Register" button located in the blue log in box to the right of the homepage.

First time registration: Go to  and click on the Register button located in the blue log in box to the right of the homepage. First time registration: Go to www.citiprogram.org and click on the "Register" button located in the blue log in box to the right of the homepage. The next steps are numbered 1-7. these steps will collect

More information

2.2 USERS MANUAL. Overview

2.2 USERS MANUAL. Overview 2.2 USERS MANUAL Overview Pixondo Scheduler is a web application that allows Concordia Software Engineering students to generate and view possible schedule configurations based on their courses, semester

More information

PARENT CONNECTION COMMON ISSUES

PARENT CONNECTION COMMON ISSUES WE ARE UNABLE TO FIX PARENT CONNECTION ISSUES OVER THE PHONE If you have questions or need assistance after reviewing this guide you must email the checklist below to JOSEPH.VERDI@NISD.NET Your name and

More information

Parent Instructions for Registration in Genius Course Requests, Drop Requests & Transcripts

Parent Instructions for Registration in Genius Course Requests, Drop Requests & Transcripts Parent Instructions for Registration in Genius Course Requests, Drop Requests & Transcripts To begin, log in to the NSO Genius page: http://mn.geniussis.com/publicwelcome.aspx?id=2 There is also a link

More information

University of Cambridge International Examinations Teacher Support Site User Guide for Coordinators

University of Cambridge International Examinations Teacher Support Site User Guide for Coordinators University of Cambridge International Examinations Teacher Support Site User Guide for Coordinators Getting started Log into the Teacher Support Site http://teachers.cie.org.uk/ Click the Administer Users

More information

OpenSpace provides some important benefits to you. These include:

OpenSpace provides some important benefits to you. These include: Cengage Education A member of Open Colleges Welcome to OpenSpace OpenSpace is our virtual campus. It is our online space for students, tutors and staff to interact. It provides you with a secure, interactive

More information

Functional Skills ICT on-demand

Functional Skills ICT on-demand Functional Skills ICT on-demand User Guide Page 1 of 25 Contents of this guide Introduction Page 3 Registering Learners Page 4-8 Booking a test Page 9-11 Amending a test booking Page 12 Downloading test

More information

Requirements Specification

Requirements Specification Requirements Specification Smart Scheduling Requested by: Dr. Robert Yoder Associate Professor of Computer Science Computer Science Department Head Siena College Tom Mottola Jason Czajkowski Brian Maxwell

More information

SEARCH & APPLY FOR TEMPORARY HIRE APPLICANT POOL

SEARCH & APPLY FOR TEMPORARY HIRE APPLICANT POOL SEARCH & APPLY FOR TEMPORARY HIRE APPLICANT POOL Overview This step-by-step guide demonstrates how to apply for the Temporary Hire Applicant Pool as an external applicant. External Applicants are individuals

More information

IN THE PORTAL GET ACCESS TO THE FOLLOWING

IN THE PORTAL GET ACCESS TO THE FOLLOWING IN THE PORTAL GET ACCESS TO THE FOLLOWING Class Schedule Attendance Class Assignments w/ Grades Report Card Email Teacher Table of Contents Page New User Registration for the Student or Parent Portal 2

More information

ADMINISTRATIVE USER GUIDE FOR THE APTI-LEARN LEARNING MANAGEMENT SYSTEM (LMS)

ADMINISTRATIVE USER GUIDE FOR THE APTI-LEARN LEARNING MANAGEMENT SYSTEM (LMS) ADMINISTRATIVE USER GUIDE FOR THE APTI-LEARN LEARNING MANAGEMENT SYSTEM (LMS) Software Version 2.6 September 2012 Prepared by EM-Assist This page left intentionally blank. Software Version 2.6; Document

More information

Session Administration System

Session Administration System Session Administration System New User s Guide 2004-2010 Elluminate, Inc. All Rights Reserved. 16 April 2010 No part of this document may be reproduced or transmitted in any form by any means, electronic

More information

Instructions on how to apply electronical y to: Summer Col ege for High School Students Summer Academy for High School Students

Instructions on how to apply electronical y to: Summer Col ege for High School Students Summer Academy for High School Students Instructions on how to apply electronically to: Summer College for High School Students (U.S. Students or International Students) Summer Academy for High School Students (U.S. Students or International

More information

Once file and folders are added to your Module Content area you will need to link to them using the Item tool.

Once file and folders are added to your Module Content area you will need to link to them using the Item tool. VITAL how to guides elearning Unit Last updated: 01.10.2010 Course Files tool Overview Course Files tool enables you to: Quickly copy large numbers of files into a VITAL module. Files can be dragged and

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

Visit ontariocolleges.ca/map for all campus locations

Visit ontariocolleges.ca/map for all campus locations Visit ontariocolleges.ca/map for all campus locations 2017 / 2018 application opens at ontariocolleges.ca. 2017 / 2018 application data is sent to colleges. Applications received and paid for on or before

More information

PowerSchool Student and Parent Portal User Guide. https://powerschool.gpcsd.ca/public

PowerSchool Student and Parent Portal User Guide. https://powerschool.gpcsd.ca/public PowerSchool Student and Parent Portal User Guide https://powerschool.gpcsd.ca/public Released June 2017 Document Owner: Documentation Services This edition applies to Release 11.x of the PowerSchool software

More information

connected New User Guide

connected New User Guide connected New User Guide This guide will walk you through how to accomplish the following for programs launched through the McGraw-Hill connected website: Create a Teacher Account Redeem Content Create

More information

September 2011 USER MANUAL. Excellence. Every School. Every Student. Every Day.

September 2011 USER MANUAL. Excellence. Every School. Every Student. Every Day. September 2011 USER MANUAL Excellence. Every School. Every Student. Every Day. My Learning Plan User Manual Technical Instructions: Logging into MyLearningPlan 1 Change My Username (Login) 4 Change My

More information

Purchase Permits Online. User Manual

Purchase Permits Online. User Manual Purchase Permits Online User Manual Revised: November 1, 2005 Table of Contents Description of Service... 3 How Do I Register to use this Service... 4 Login and Access Purchase Permits Online... 6 How

More information

PowerSchool Parent Portal User Guide. PowerSchool Student Information System

PowerSchool Parent Portal User Guide. PowerSchool Student Information System PowerSchool Student Information System Released October 3, 2007 Document Owner: Documentation Services This edition applies to Release 5.1.2 of the Premier software and to all subsequent releases and modifications

More information

Web Application Tutorial: Talented Europe

Web Application Tutorial: Talented Europe Web Application Tutorial: Talented Europe Referees This document explains the use of the web application talentedeurope.eu from the point of view of referees. A referee is an academic figure in charge

More information

Office Communicator User Guide and Setup Information(For Onsite

Office Communicator User Guide and Setup Information(For Onsite Office Communicator User Guide and Setup Information (For Onsite Users) Document Control Project Title: Original Author: Current Revision Author: Office Communicator User Guide and Setup Information(For

More information

Granite School District Crosspointe Gradebook Parent/Student Portal

Granite School District Crosspointe Gradebook Parent/Student Portal Granite School District Crosspointe Gradebook Parent/Student Portal Questions?? Contact: Karen Tohinaka Craig Schow Information Systems Information Systems Gradebook Administrator Programmer Ph# (385)

More information

Introduction. Paradigm Publishing. SNAP for Microsoft Office SNAP for Our Digital World

Introduction. Paradigm Publishing. SNAP for Microsoft Office SNAP for Our Digital World Introduction Paradigm Publishing Paradigm understands the needs of today s educators and exceeds the demand by offering the latest technological advancements for coursework settings. With the success of

More information

STUDENT ENROLMENT CHECKLIST

STUDENT ENROLMENT CHECKLIST STUDENT ENROLMENT CHECKLIST CANBERRA CAMPUS ACCEPT (OR DEFER) YOUR OFFER canberra.edu.au/future-students/accept-your-offer GRAB A PASSWORD call (02) 6201 5500 or 1300 301 727 if you do not already have

More information

ASTRA USER GUIDE. 1. Introducing Astra Schedule. 2. Understanding the Data in Astra Schedule. Notes:

ASTRA USER GUIDE. 1. Introducing Astra Schedule. 2. Understanding the Data in Astra Schedule. Notes: ASTRA USER GUIDE 1. Introducing Astra Schedule Astra Schedule is the application used by Academic Space Scheduling & Utilization to schedule rooms for classes and by academic colleges, schools, and departments

More information

General ECDL Information

General ECDL Information General ECDL Information The European Computer Driver s Licence (ECDL) consists of seven modules. In order to achieve the full ECDL Certificate candidates must achieve the minimum pass result of 75 or

More information

SYLLABUS. Departmental Syllabus. Structured Query Language (SQL)

SYLLABUS. Departmental Syllabus. Structured Query Language (SQL) SYLLABUS DATE OF LAST REVIEW: 02/2013 CIP CODE: 11.0901 SEMESTER: COURSE TITLE: COURSE NUMBER: Structured Query Language (SQL) CIST0151 CREDIT HOURS: 3 INSTRUCTOR: OFFICE LOCATION: OFFICE HOURS: TELEPHONE:

More information

Please Note UCL has introduced an application processing fee for postgraduate taught programmes.

Please Note UCL has introduced an application processing fee for postgraduate taught programmes. Guide to Completing the Online Application Form This document is to provide additional help in completing the online application form. Whilst we hope that the application form is as straightforward as

More information

e-submission System User Manual Publication Related Matters

e-submission System User Manual Publication Related Matters e-submission System User Manual For Publication Related Matters March 2018 Version 2.2 Table of Contents 1.5 SUBMISSION MANAGEMENT... 19 1.5.1 Edit Saved Submission For Publication... 19 1.5.2 Approve

More information

JOHN F. KENNEDY ELEMENTARY SCHOOL

JOHN F. KENNEDY ELEMENTARY SCHOOL .NET Portal Account Setup (Parents) The following are step by step procedures to create a.net Portal Parent account to access your child s attendance, emergency card, teacher information and more. Parents

More information

Connecting Remotely Staff & Students

Connecting Remotely Staff & Students Connecting Remotely Staff & Students Install VMware Horizon View client There are two main ways to access the college network remotely using VMware on your computer, either (1) connecting directly through

More information

STUDENT USER GUIDE Vesna Gasovski

STUDENT USER GUIDE Vesna Gasovski STUDENT USER GUIDE Vesna Gasovski 1/6/2016 Contents Introduction... 3 What is InPlace?... 3 How can I access InPlace?... 3 Desktop vs Mobile view... 3 Glossary of Terms... 4 Home Page... 5 My Details...

More information

BANKSIA PARK INTERNATIONAL

BANKSIA PARK INTERNATIONAL BANKSIA PARK INTERNATIONAL HIGH SCHOOL 610 Milne Road Banksia Park South Australia 5091 DAYMAP CONNECT PARENT PORTAL P O Box 699 St Agnes South Australia 5097 Dear Parent/Caregiver, Banksia Park International

More information

Syncing Bromcom with ParentPay using MISSync

Syncing Bromcom with ParentPay using MISSync Syncing Bromcom with ParentPay using MISSync IMPORTANT Before adding any new pupils into Bromcom and syncing with ParentPay it is essential that Admission Number Settings are configured correctly. 1. Select

More information

The University of New Orleans Web-STAR (PeopleSoft Campus Solutions v 9.0): Faculty Center Training Manual

The University of New Orleans Web-STAR (PeopleSoft Campus Solutions v 9.0): Faculty Center Training Manual The University of New Orleans Web-STAR (PeopleSoft Campus Solutions v 9.0): Faculty Center Training Manual 10/19/2010 Training Group 2 Faculty Center Training Welcome to the Faculty Center Training module!

More information

Our Digital World Online Companion Second Edition - Rep Guide

Our Digital World Online Companion Second Edition - Rep Guide Our Digital World Online Companion Second Edition - Rep Guide June 30, 2012 Description The Our Digital World Online Companion, Second Edition, (ODW2e) is a hybrid tool designed to work directly with the

More information

Dojo Database. RESTRICTED - COMMERCIAL 2018 OfficeCraft Ltd

Dojo Database. RESTRICTED - COMMERCIAL 2018 OfficeCraft Ltd RESTRICTED - COMMERCIAL 2018 This document and the information contained herein are the property of. It must not be reproduced in whole or in part or otherwise disclosed without the prior written consent

More information

Application Process Page 1 of 12. Application Process

Application Process Page 1 of 12. Application Process Page 1 of 12 Application Process Login Initiate an Online Application Process Payment of Application Fees Uploading Required Documentation Cloning Unlocking Program Related Applications Initial Grant of

More information

Gleeson College Ecommerce Portal Instructions

Gleeson College Ecommerce Portal Instructions Hello Parents, These instructions will guide you through purchasing your child s Tablet or Notebook device, Device Insurance, and Additional Accessories. We look forward to assisting you. Registration

More information

Here is a step by step guide to the registration process for Habia ERR Online

Here is a step by step guide to the registration process for Habia ERR Online Habia ERR Online Here is a step by step guide to the registration process for Habia ERR Online You can find the ERR section of the Habia website at: http://www.habia.org/apprenticeships/err/ 1. Creating

More information

umapps Using umapps 6/14/2017 Brought to you by: umtech & The Center for Teaching & Learning

umapps Using umapps 6/14/2017 Brought to you by: umtech & The Center for Teaching & Learning umapps Using umapps Center for Teaching and Learning (CTL) 100 Administration Bldg., Memphis, TN 38152 Phone: 901.678.8888 Email: itstrainers@memphis.edu Center for Teaching and Learning Website 6/14/2017

More information

UMass Lowell Online Travel Registry Student Domestic Travel Directions for Registering Your Travel

UMass Lowell Online Travel Registry Student Domestic Travel Directions for Registering Your Travel UMass Lowell Online Travel Registry Student Domestic Travel Directions for Registering Your Travel Questions? Please contact Rebecca Spanos, Payment Card & Travel Specialist, at rebecca_spanos@uml.edu

More information

NOTE: New directions for accessing the Parent Portal using Single Sign On

NOTE: New directions for accessing the Parent Portal using Single Sign On NOTE: New directions for accessing the Parent Portal using Single Sign On PROCESS STEPS SCREEN SHOTS Launch a web browser (Internet Explorer, Safari, or FireFox) and go to PowerSchool Parent Portal URL:

More information

PowerSchool Parent Portal User Guide. PowerSchool 7.x Student Information System

PowerSchool Parent Portal User Guide. PowerSchool 7.x Student Information System PowerSchool 7.x Student Information System Released December 2012 Document Owner: Documentation Services This edition applies to Release 7.6 of the PowerSchool software and to all subsequent releases and

More information

Blackboard Collaborate Ultra Getting Started Guide

Blackboard Collaborate Ultra Getting Started Guide Blackboard Collaborate Ultra Getting Started Guide College of Communication and Information Florida State University Table of Contents Getting Started... 1 Changing Your Password... 1 Creating a Session...

More information

TAFE Link in Schools Application Process

TAFE Link in Schools Application Process TAFE Link in Schools Application Process Cert II in Aquaculture Cert II in Animal Studies Cert III in Business Cert III in Early Childhood Education & Care Cert II in Computer Assembly & Repair Cert II

More information

PowerSchool User Guide For Parents

PowerSchool User Guide For Parents PowerSchool User Guide For Parents https://powerschool.gpcsd.ca/public Table of Contents Understanding Power School Parent Portal... 2 Introduction... 2 Let s Get Started... 2 Creating Your PowerSchool

More information

When you are logged into My Siena, you cannot use the Browser s Back and Forward buttons to navigate from one area to another. You need to use the

When you are logged into My Siena, you cannot use the Browser s Back and Forward buttons to navigate from one area to another. You need to use the When you are logged into My Siena, you cannot use the Browser s Back and Forward buttons to navigate from one area to another. You need to use the tabs at the top of the My Siena page or the links directly

More information

Updated Course Access Instructions

Updated Course Access Instructions Updated Course Access Instructions Transitioning to Canvas Transition Information The Center for Services Leadership partners with the ASU Continuing and Professional Education unit (CPE) to offer our

More information

INTRODUCTION PROCEDURES FOR BOOKING WHAT IFS

INTRODUCTION PROCEDURES FOR BOOKING WHAT IFS Booker Guide 1 INTRODUCTION The GroundScope system provides clients with a corporate branded portal to book ground transportation globally. Supported by a 24-7 Support Centre, the portal enables employees

More information

SECTION 19 THE esars WEB INTERFACE

SECTION 19 THE esars WEB INTERFACE SARS Anywhere Administration Manual Section 19: The esars Web Interface - 1 SECTION 19 THE esars WEB INTERFACE 19.0 Overview esars is the web interface for students to gain access to SARS Anywhere in order

More information

NaviGate Prepared App: Using Respond

NaviGate Prepared App: Using Respond NaviGate Prepared App: Using Respond How-to Reference Guide Downloading the App Logging into the App Home Screen My Account Initiating Alarms Accounting for Students Chat Feature End Alarm What is Respond?

More information

Student Accounts Setup Guideline

Student Accounts Setup Guideline Student Accounts Setup Guideline What accounts do you need? CUNYfirst WebCentral Student Email On campus Wi-Fi CUNY Portal (Blackboard) CUNYFirst Enter the CUNYfirst URL https://home.cunyfirst.cuny.edu

More information

Introduction to EVOLVE for Staff

Introduction to EVOLVE for Staff Introduction to EVOLVE for Staff Welcome to EVOLVE! This document has been designed as an introduction for staff to EVOLVE. EVOLVE is an online tool for planning and managing educational visits, on-site

More information

Vocational Gateway User guide for Tech Level centres

Vocational Gateway User guide for Tech Level centres Vocational Gateway User guide for Tech Level centres Version 4.3 November 2017 This document has been produced to assist s Officers with submitting learner registrations using AQA Gateway for Tech Levels.

More information

MyAccount. leasehold. Happy living for the years ahead

MyAccount. leasehold. Happy living for the years ahead MyAccount leasehold Happy living for the years ahead Contents What is MyAccount Viewing your statement online Setting up a Direct Debit Updating MyAccount details Housing application form MyAccount security

More information

SARS efiling Mobisite Quick Guide

SARS efiling Mobisite Quick Guide SARS efiling Mobisite Quick Guide 2012 The SARS efiling mobisite allows taxpayers to file their individual Income Tax Return (ITR12) via efiling from their mobile phones Internet browser. STEP 1: ACCESS

More information

Parent Portal User Guide

Parent Portal User Guide Parent Portal User Guide Table of Contents LOGIN TO THE PARENT PORTAL... 2 RETRIEVE LOST LOGIN DETAILS... 3 CHANGE YOUR PASSWORD... 5 CHANGE OR CONFIRM YOUR DETAILS & MEDICAL INFORMATION... 6 NAVIGATING

More information

Comodo SecureBox Management Console Software Version 1.9

Comodo SecureBox Management Console Software Version 1.9 6. Comodo SecureBox Management Console Software Version 1.9 Quick Start Guide Guide Version 1.9.041918 Comodo Security Solutions 1255 Broad Street Clifton, NJ 07013 Comodo SecureBox Management Console

More information

Parent s Guide to the Student/Parent Portal

Parent s Guide to the Student/Parent Portal Nova Scotia Public Education System Parent s Guide to the Student/Parent Portal Revision Date 1 Having trouble logging in...3 1.1 Forgot Password...3 1.2 Forgot Username...4 1.3 More than one student attached

More information

INTERNET REGISTRATIONS

INTERNET REGISTRATIONS SPORTZMAN Online Registration Service Release Date: 16 December, 2010 INTERNET REGISTRATIONS Online Registration Instructions MANUAL 2 First Time Login. (For people who have not been members of Basketball

More information

CEN4021 Distance Learning Software Engineering II Assignment 3. Che Cobb CEN4021 Assignment 3 Use Case Packet. Use Case Diagram

CEN4021 Distance Learning Software Engineering II Assignment 3. Che Cobb CEN4021 Assignment 3 Use Case Packet. Use Case Diagram Che Cobb CEN4021 Assignment 3 Use Case Packet Use Case Diagram Class Diagram Use Case Description Use-Case Name Make reservation ID - 01 Importance Level - High Primary Actor - Guest Use-Case Type - Detail,

More information

Blackboard 5 Level One Student Manual

Blackboard 5 Level One Student Manual Blackboard 5 Level One Student Manual Blackboard, Inc. 1899 L Street NW 5 th Floor Washington DC 20036 Copyright 2000 by Blackboard Inc. All rights reserved. No part of the contents of this manual may

More information

1. In your web browser, type: 6. Enter your User Id: Last name. 7. You create and remember a. 2. Click on First Time User?

1. In your web browser, type:   6. Enter your User Id: Last name. 7. You create and remember a. 2. Click on First Time User? 1. In your web browser, type: www.infinityhr.com 6. Enter your User Id: Last name with last four digits of your social security number. If your name contains a hyphen, enter last name with NO hyphen 2.

More information

Getting Started. Information Technology Training

Getting Started. Information Technology Training Getting Started Information Technology Training Revised: November 3, 2017 Table of Contents Training and Support... 5 Course Objectives... 7 Introduction... 8 Course prerequisite... 8 Conventions used

More information

Moodle Tutorial. Tak Auyeung. April 5, 2006

Moodle Tutorial. Tak Auyeung. April 5, 2006 Moodle Tutorial Tak Auyeung April 5, 2006 1 Self Enrollment Moodle allows you to self enroll with courses. Depending on the class, you may or may not require a password. This section guides you through

More information