ELEC6910Q Analytics and Systems for Social Media and Big Data Applications

Size: px
Start display at page:

Download "ELEC6910Q Analytics and Systems for Social Media and Big Data Applications"

Transcription

1 ELEC6910Q Analytics and Systems for Social Media and Big Data Applications Tutorial 1 [Visualization and Data Analytic] Prof. James She james.she@ust.hk 1

2 Outcomes of this tutorial 1. Basic Task: Visualization using Gephi visualize social graph learn basic UI 2. Creative/Additional Task: Python in ECE cloud learn to access ECE cloud setup virtual environment with Anaconda for Python platform 2

3 1. Basic Task (Due: within Tutorial) Making a social graph with Gephi 1. Visualize a social graph with Gephi using the dataset provided: 2. Change the size and the colour of the graph according to degree 3. Try some way to figure out the following: What s the the average path length between any pair of nodes in your graph? *Demonstrate your basic task to the TAs before you leave *Submit your basic task on course Facebook post *20% will be deducted for late submission. 3

4 Gephi Introduction Gephi is an open-source network analysis and visualization software package written in Java on the Netbeans platform. 2. Selected for the Google Summer of Code in 2009 to

5 Gephi Introduction Real-time visualization 2. Layout 3. Metrics Diameter Average Separation Centrality 4. Network Analysis 5. Create cartography 6. and more 5

6 Gephi Visualize coauthors graph in network science Example: coauthors graph in SML Kang 1 4 Tom 2 2 James 1 3 Hui 1 Ming Paper id authors 1 Kang, Tom, James 2 Hui, Ming, James 3 Hui, Kang, James 4 Ming, James 5 Kang, James 6 Tom, James 7 Kang, Ming, James Insight 1: max degree separation: 3 e.g., Ming James Kang Tom (3), Tom James Hui (2), Insight 2: The node with highest betweenness: James 6

7 Gephi Basic UI 1. Appearance to make some initial adjustments to the graph appearance based on different network attributes 2. Layout to obtain a first pass layout to start sorting things out 3. Context to select or filter out parts of the graph based on network attributes 4 4. Settings change setting related to the node, edge, and label appearances 7

8 Gephi Measurements click run to get the results 8

9 Gephi Layouts select layout and click run try to play around with different parameters 9

10 2. Creative Task (Due: next Monday noon) Accessing ECE Cloud and Setup Python Follow through the instruction to setup Anaconda and Python 3.6 on your personal computers Create a virtual environment with some creative name Take a screen shot showing python version and the name of your virtual environment created *Submit your creative task on course Facebook post *20% will be deducted for late submission. 10

11 ECE Cloud Setting up ECE Cloud Start VMWare Horizon View Client. 2. Double-click Add Server or New Server. 3. Type vdi.ece.ust.hk into the Connection Server field Double-click vdi.ece.ust.hk icon 5. Type in your ITSC login and configure the Domain as HKUST

12 ECE Cloud Setting up ECE Cloud Double-click ELEC6910Q LAB. And now you should be connected to the VM 7. Click Allow 8. You can find the local drives in tsclients

13 Anaconda & Python Installing Anaconda 1. Download latest Anaconda from here. Make sure you download Python 3.6! 2. Open "Terminal 3. Browse to your downloads folder by running: cd /home/your_itsc_account/downloads 4. Run: bash Anaconda Linux-x86_64.sh 5. Follow through the instruction 6. Restart the terminal 13

14 Anaconda & Python Creating a Virtual Environment 1. Open Terminal 2. Run conda info --envs to see available virtual environments 3. Run conda create --name elec6910q python=3.6 to create new environment with name elec6910q and python version Run source activate elec6910q to activate this new environment 5. Run conda info --envs again to see if the environment is created and activated (you will see an * next to the activated environment) 6. Run python --version to check python version 14

15 -End of Tutorial 1 Questions / Comments? 15

16 Appendix - 1 Exporting Path 1. Open Terminal 2. Run export PATH=~/anaconda3/bin:$PATH 3. Run conda --version to check the version 4. Run conda update conda to update to latest verion 16

ELEC6910Q Analytics and Systems for Social Media and Big Data Applications Lecture 9. Prof. James She

ELEC6910Q Analytics and Systems for Social Media and Big Data Applications Lecture 9. Prof. James She ELEC6910Q Analytics and Systems for Social Media and Big Data Applications Lecture 9 Prof. James She james.she@ust.hk 1 Announcements 1. Tutorial tomorrow: quick review (socket programming + VMs), parrallel

More information

Software Preparation for Modelling Workshop

Software Preparation for Modelling Workshop Software Preparation for Modelling Workshop Daniel Brown, Andreas Freise University of Birmingham Issue: Date: July 27, 2017 School of Physics and Astronomy University of Birmingham Birmingham, B15 2TT

More information

ELEC6910Q Analytics and Systems for Social Media and Big Data Applications Lecture 4. Prof. James She

ELEC6910Q Analytics and Systems for Social Media and Big Data Applications Lecture 4. Prof. James She ELEC6910Q Analytics and Systems for Social Media and Big Data Applications Lecture 4 Prof. James She james.she@ust.hk 1 Selected Works of Activity 4 2 Selected Works of Activity 4 3 Last lecture 4 Mid-term

More information

Programming a quantum network

Programming a quantum network Programming a quantum network Axel Dahlberg Stephanie Wehner January 21, 2018 1 Introduction In this project, you will program your own quantum protocol! We start by a very simple protocol in which Alice

More information

Installation and Introduction to Jupyter & RStudio

Installation and Introduction to Jupyter & RStudio Installation and Introduction to Jupyter & RStudio CSE 4/587 Data Intensive Computing Spring 2017 Prepared by Jacob Condello 1 Anaconda/Jupyter Installation 1.1 What is Anaconda? Anaconda is a freemium

More information

Student Instructions SD# /16 Awards Program

Student Instructions SD# /16 Awards Program Student Instructions SD#57 2015/16 Awards Program Go to https://sd57.fluidreview.com *Please note that if you have any issues when using Internet Explorer to navigate this website, change to a different

More information

Easier than Excel: Social Network Analysis of DocGraph with Gephi

Easier than Excel: Social Network Analysis of DocGraph with Gephi Easier than Excel: Social Network Analysis of DocGraph with Gephi Janos G. Hajagos Stony Brook School of Medicine Fred Trotter fredtrotter.com DocGraph Based on FOIA request to CMS by Fred Trotter Pre-released

More information

Part 3 / Digital Assets Planning & Setup

Part 3 / Digital Assets Planning & Setup Part 3 / Digital Assets Planning & Setup Part 1 Part 2 Part 3 Part 4 Part 5 Part 6 Proposal: problems, vision, goals, audience Naming exercise Foundation: Culture and tone, situation analysis, and core

More information

JCCC Virtual Labs. Click the link for more information on installing on that device type. Windows PC/laptop Apple imac or MacBook ipad Android Linux

JCCC Virtual Labs. Click the link for more information on installing on that device type. Windows PC/laptop Apple imac or MacBook ipad Android Linux JCCC Virtual Labs Revision 9/21/2017 http://ats.web. Welcome to the JCCC Virtual Lab Environment. This system allows students to access campus software titles on their personal computers from almost anywhere.

More information

Lab Assignment 4 for ECE671 Posted: 11/15/16 Due: 11/29/16. Network Address Translation (NAT) on GENI

Lab Assignment 4 for ECE671 Posted: 11/15/16 Due: 11/29/16. Network Address Translation (NAT) on GENI ECE671: Lab Assignment 4 1 Lab Assignment 4 for ECE671 Posted: 11/15/16 Due: 11/29/16 Network Address Translation (NAT) on GENI This assignment builds on assignment 3 and has the goal to introduce you

More information

/ Cloud Computing. Recitation 2 January 19 & 21, 2016

/ Cloud Computing. Recitation 2 January 19 & 21, 2016 15-319 / 15-619 Cloud Computing Recitation 2 January 19 & 21, 2016 Accessing the Course Open Learning Initiative (OLI) Course Access via Blackboard http://theproject.zone AWS Account Setup Azure Account

More information

Assignment 1: Port & Starboard

Assignment 1: Port & Starboard Assignment 1: Port & Starboard Revisions: Jan 7: Added note on how to clean project for submission. Submit a ZIP file of all the deliverables to the CourSys: https://courses.cs.sfu.ca/ All submissions

More information

LAB 1: FAMILIARITY WITH NETBEANS IDE ENVIRONMENT

LAB 1: FAMILIARITY WITH NETBEANS IDE ENVIRONMENT Statement Purpose: The purpose of this Lab. is to familiarize student with the programming environment they will be going to using throughout this course. This Lab. introduces the basics of NetBeans IDE

More information

Lesson 2: Preparation

Lesson 2: Preparation Lesson 2: Preparation Using the EartH2Observe data portal to analyse drought indicators 1 Preface This is a step by step tutorial that will help you install all the software required for the further lessons

More information

Tutorial. Introduction to. support.ebsco.com

Tutorial. Introduction to. support.ebsco.com Tutorial Introduction to support.ebsco.com EBSCOhost is a powerful online reference tool that offers a variety of full text databases and popular databases from leading information providers. In this tutorial,

More information

Distributed Systems CS6421

Distributed Systems CS6421 Distributed Systems CS6421 Intro to Distributed Systems and the Cloud Prof. Tim Wood v I teach: Software Engineering, Operating Systems, Sr. Design I like: distributed systems, networks, building cool

More information

MICROSOFT ONEDRIVE FOR WINDOWS

MICROSOFT ONEDRIVE FOR WINDOWS MICROSOFT ONEDRIVE FOR WINDOWS OneDrive for Business is an integral part of Office 365 or SharePoint Server, and provides place in the cloud where you can store, share, and sync your work files. You can

More information

Reset the Admin Password with the ExtraHop Rescue CD

Reset the Admin Password with the ExtraHop Rescue CD Reset the Admin Password with the ExtraHop Rescue CD Published: 2018-01-19 This guide explains how to reset the administration password on physical and virtual ExtraHop appliances with the ExtraHop Rescue

More information

Virtual Computer Lab (VCL)

Virtual Computer Lab (VCL) Purpose: Audience: Describes steps to setup and use the Virtual Computer Lab (VCL) Authenticated IUP users What is VCL? The IUP Virtual Computer Lab (VCL) is a virtual lab desktop. The virtual desktop

More information

CS / Cloud Computing. Recitation 3 September 9 th & 11 th, 2014

CS / Cloud Computing. Recitation 3 September 9 th & 11 th, 2014 CS15-319 / 15-619 Cloud Computing Recitation 3 September 9 th & 11 th, 2014 Overview Last Week s Reflection --Project 1.1, Quiz 1, Unit 1 This Week s Schedule --Unit2 (module 3 & 4), Project 1.2 Questions

More information

Note: Who is Dr. Who? You may notice that YARN says you are logged in as dr.who. This is what is displayed when user

Note: Who is Dr. Who? You may notice that YARN says you are logged in as dr.who. This is what is displayed when user Run a YARN Job Exercise Dir: ~/labs/exercises/yarn Data Files: /smartbuy/kb In this exercise you will submit an application to the YARN cluster, and monitor the application using both the Hue Job Browser

More information

Blended Learning Outline: Cloudera Data Analyst Training (171219a)

Blended Learning Outline: Cloudera Data Analyst Training (171219a) Blended Learning Outline: Cloudera Data Analyst Training (171219a) Cloudera Univeristy s data analyst training course will teach you to apply traditional data analytics and business intelligence skills

More information

/ Cloud Computing. Recitation 2 September 5 & 7, 2017

/ Cloud Computing. Recitation 2 September 5 & 7, 2017 15-319 / 15-619 Cloud Computing Recitation 2 September 5 & 7, 2017 Accessing the Course Open Learning Initiative (OLI) Course Access via canvas.cmu.edu http://theproject.zone AWS Account Setup Azure Account

More information

How To Complete SAM Textbook Projects

How To Complete SAM Textbook Projects This is a guide for completing SAM Textbook. These are general instructions and should not be used for a specific assignment. For instructions regarding a specific assignment, please see the assignment

More information

What is VMware View. IMPORTANT: Connecting from Off-Campus. Connecting to View Desktops. Downloading the Client

What is VMware View. IMPORTANT: Connecting from Off-Campus. Connecting to View Desktops. Downloading the Client 1. What is VMware View 2. Connecting from Off-Campus 3. Connecting to View Desktops 4. Extra View Tips 5. What to do if something is wrong What is VMware View VMware View is a technology that allows us

More information

Science One CS : Getting Started

Science One CS : Getting Started Science One CS 2018-2019: Getting Started Note: if you are having trouble with any of the steps here, do not panic! Ask on Piazza! We will resolve them this Friday when we meet from 10am-noon. You can

More information

Homework 9: Stock Search Android App with Facebook Post A Mobile Phone Exercise

Homework 9: Stock Search Android App with Facebook Post A Mobile Phone Exercise Homework 9: Stock Search Android App with Facebook Post A Mobile Phone Exercise 1. Objectives Ø Become familiar with Android Studio, Android App development and Facebook SDK for Android. Ø Build a good-looking

More information

VMWARE HORIZON CLIENT OFF CAMPUS MPS STUDENT TUTORIAL

VMWARE HORIZON CLIENT OFF CAMPUS MPS STUDENT TUTORIAL VMWARE HORIZON CLIENT OFF CAMPUS MPS STUDENT TUTORIAL Revised Aug 2018 What is VMware Horizon Client? VMware Horizon Client for Windows operating systems allows you to connect to our department VMware

More information

Getting Started with Hadoop

Getting Started with Hadoop Getting Started with Hadoop May 28, 2018 Michael Völske, Shahbaz Syed Web Technology & Information Systems Bauhaus-Universität Weimar 1 webis 2018 What is Hadoop Started in 2004 by Yahoo Open-Source implementation

More information

VMWare Workstation Installation. Microsoft Windows Server 2008 Enterprise with Service Pack 2

VMWare Workstation Installation. Microsoft Windows Server 2008 Enterprise with Service Pack 2 VMWare Workstation Installation Microsoft Windows Server 2008 Enterprise with Service Pack 2 Starting Vmware Workstation Go to start menu and start VMware Workstation program. *Note: The following instructions

More information

How to upload documentation

How to upload documentation How to upload documentation June 2016 Table of Contents IMPORTANT... 2 UPDATE... 2 Step 1 Obtain your Username and Password... 2 Step 2 Login... 3 Step 3 Upload the Submission Zip File... 3 Step 4 - Tell

More information

Installation Guide CSA Group Reader App for Windows Desktop

Installation Guide CSA Group Reader App for Windows Desktop Installation Guide CSA Group Reader App for Windows Desktop Contents Downloading and Installing the CSA Reader App. 2 Creating an Account.... 3 Redeeming your Code. 5 Navigating the ebook.. 7 Page 1 of

More information

Creating a simple dynamic network. Clément Levallois

Creating a simple dynamic network. Clément Levallois Creating a simple dynamic network Clément Levallois 2017-02-16 Table of Contents Goals of this tutorial........................................................................ 1 open a new project in Gephi.................................................................

More information

VMWARE VREALIZE OPERATIONS MANAGEMENT PACK FOR. Xen Hypervisor. User Guide

VMWARE VREALIZE OPERATIONS MANAGEMENT PACK FOR. Xen Hypervisor. User Guide VMWARE VREALIZE OPERATIONS MANAGEMENT PACK FOR Xen Hypervisor User Guide TABLE OF CONTENTS 1. Purpose... 3 2. Introduction to the Management Pack... 3 2.1 How the Management Pack Collects Data... 3 2.2

More information

Assignment 1: Communicating with Programs

Assignment 1: Communicating with Programs Assignment 1: Communicating with Programs EC602 Design by Software Fall 2018 Contents 1 Introduction 2 1.1 Assignment Goals........................... 2 1.2 Group Size.............................. 2 1.3

More information

VMWARE HORIZON CLIENT OFF CAMPUS MPS STUDENT TUTORIAL

VMWARE HORIZON CLIENT OFF CAMPUS MPS STUDENT TUTORIAL VMWARE HORIZON CLIENT OFF CAMPUS MPS STUDENT TUTORIAL Revised May 2017 What is VMware Horizon Client? Mware Horizon Client for Windows operating systems allows you to connect to our department VMware Horizon

More information

Getting Started 1. Open the Hootsuite app directory and install the Google Drive for Hootsuite app

Getting Started 1. Open the Hootsuite app directory and install the Google Drive for Hootsuite app Google Drive Quick Start Guide Google Drive for Hootsuite Synaptive s Google Drive for Hootsuite app allows you to easily access your files on Google Drive in a Hootsuite stream, or inside Hootsuite s

More information

Contents Overview... 2 Part I Connecting to the VPN via Windows OS Accessing the Site with the View Client Installing...

Contents Overview... 2 Part I Connecting to the VPN via Windows OS Accessing the Site with the View Client Installing... CSEC 640 Lab Access Contents Overview... 2 Part I Connecting to the VPN via Windows OS... 2 Accessing the Site with the View Client... 2 Installing... 3 Launching Your Client... 4 Part II Windows Access

More information

Installing VMware Horizon View Client and Sign in to MyResearch Windows

Installing VMware Horizon View Client and Sign in to MyResearch Windows MyResearch is faster, more powerful, more user friendly and can be used on handheld devices in addition to laptops and desktops. MyResearch requires the VMware Horizon View Client to be installed on your

More information

Data Explorer: User Guide 1. Data Explorer User Guide

Data Explorer: User Guide 1. Data Explorer User Guide Data Explorer: User Guide 1 Data Explorer User Guide Data Explorer: User Guide 2 Contents About this User Guide.. 4 System Requirements. 4 Browser Requirements... 4 Important Terminology.. 5 Getting Started

More information

Peco Karayanev Bryan Wynns

Peco Karayanev Bryan Wynns Peco Karayanev Bryan Wynns The new app stacks Docker Kubernetes OpenShift AWS EC2 Docker Pivotal CloudFoundry Microsoft Azure Docker OpenStack VMWare Container adoption Challenges in cloud native environments

More information

Course Syllabus. Course Information

Course Syllabus. Course Information Course Syllabus Course Information Course: MIS 6V99 Special Topics Programming for Data Science Section: 5U1 Term: Summer 2017 Meets: Friday, 6:00 pm to 10:00 pm, JSOM 2.106 Note: Beginning Fall 2017,

More information

Barracuda Security Service User Guide

Barracuda  Security Service User Guide The Barracuda Email Security Service is a cloud-based email security service that protects both inbound and outbound email against the latest spam, viruses, worms, phishing, and denial of service attacks.

More information

Get VirtualBox. VirtualBox/Ubuntu Setup. Go to and select Downloads.

Get VirtualBox. VirtualBox/Ubuntu Setup. Go to  and select Downloads. Get VirtualBox Go to www.virtualbox.org and select Downloads. 1 Download the current release of VirtualBox for the OS on which you will install VirtualBox. In these notes, that's Windows 7. Download the

More information

Version 14 Supplemental Manual

Version 14 Supplemental Manual Version 14 Supplemental Manual This is a reference to the features that will be released from July 1, 2013 through July 1, 2014. Click the name of the feature to jump to that section. New Features: Version

More information

Part 1: Collecting and visualizing The Movie DB (TMDb) data

Part 1: Collecting and visualizing The Movie DB (TMDb) data CSE6242 / CX4242: Data and Visual Analytics Georgia Tech Fall 2015 Homework 1: Analyzing The Movie DB dataset; SQLite; D3 Warmup; OpenRefine Due: Friday, 11 September, 2015, 11:55PM EST Prepared by Meera

More information

Assignment 3 ITCS-6010/8010: Cloud Computing for Data Analysis

Assignment 3 ITCS-6010/8010: Cloud Computing for Data Analysis Assignment 3 ITCS-6010/8010: Cloud Computing for Data Analysis Due by 11:59:59pm on Tuesday, March 16, 2010 This assignment is based on a similar assignment developed at the University of Washington. Running

More information

The Hong Kong University of Science and Technology frsip Web Portal User Guide

The Hong Kong University of Science and Technology frsip Web Portal User Guide The Hong Kong University of Science and Technology frsip Web Portal User Guide The HKUST IP phone system is enhanced to support many advanced features. This user guide walks through the most useful features

More information

Creating Effective School and PTA Websites. Sam Farnsworth Utah PTA Technology Specialist

Creating Effective School and PTA Websites. Sam Farnsworth Utah PTA Technology Specialist Creating Effective School and PTA Websites Sam Farnsworth Utah PTA Technology Specialist sam@utahpta.org Creating Effective School and PTA Websites Prerequisites: (as listed in class description) HTML

More information

CMSC 201 Spring 2017 Lab 01 Hello World

CMSC 201 Spring 2017 Lab 01 Hello World CMSC 201 Spring 2017 Lab 01 Hello World Assignment: Lab 01 Hello World Due Date: Sunday, February 5th by 8:59:59 PM Value: 10 points At UMBC, our General Lab (GL) system is designed to grant students the

More information

Slurm basics. Summer Kickstart June slide 1 of 49

Slurm basics. Summer Kickstart June slide 1 of 49 Slurm basics Summer Kickstart 2017 June 2017 slide 1 of 49 Triton layers Triton is a powerful but complex machine. You have to consider: Connecting (ssh) Data storage (filesystems and Lustre) Resource

More information

Welcome to our walkthrough of Setting up an AWS EC2 Instance

Welcome to our walkthrough of Setting up an AWS EC2 Instance Welcome to our walkthrough of Setting up an AWS EC2 Instance What is an EC2 Instance: An EC2 Instance is a virtual server in Amazon s Elastic Compute Cloud EC2 for running applications on AWS infrastructure.

More information

CSE Network Management (3-0-3) Fall 2004 (Term 041) Course Projects

CSE Network Management (3-0-3) Fall 2004 (Term 041) Course Projects 1 Introduction King Fahd University of Petroleum & Minerals College of Computer Sciences and Engineering CSE 552 - Network Management (3-0-3) Fall 2004 (Term 041) Course Projects Tuesday, September 21,

More information

The Hong Kong University of Science and Technology Telephone Web Portal User Guide

The Hong Kong University of Science and Technology Telephone Web Portal User Guide The Hong Kong University of Science and Technology Telephone Web Portal User Guide The HKUST IP phone system is enhanced to support many advanced features. This user guide walks through the most useful

More information

VDI User s Guide: Using VDI from a Web Browser

VDI User s Guide: Using VDI from a Web Browser Virtual Desktop Interface (VDI) allows Montgomery College students the ability to access College lab images from wherever and whenever they need to from multiple devices (computer, laptop, tablet, smart

More information

erequest How to apply guide

erequest How to apply guide Overview is an application that assists UCB in request life cycle management. UCB has clear guidance in place on what they can support or sponsor. Online requests will go through an internal review and

More information

3 STEP 1: 3 STEP 2: 4 STEP 3: 4 STEP 4: 4 STEP 5: 4 STEP 5: 5 STEP

3 STEP 1: 3 STEP 2: 4 STEP 3: 4 STEP 4: 4 STEP 5: 4 STEP 5: 5 STEP Table Of Contents GOOGLE: If you don t already have a Gmail Account... 2 STEP 1: Go to www.gmail.com... 2 STEP 2: Create a NEW Gmail Account... 2 STEP 3: Fill in the necessary details... 3 Jump down to

More information

EE516: Embedded Software Project 1. Setting Up Environment for Projects

EE516: Embedded Software Project 1. Setting Up Environment for Projects EE516: Embedded Software Project 1. Setting Up Environment for Projects By Dong Jae Shin 2015. 09. 01. Contents Introduction to Projects of EE516 Tasks Setting Up Environment Virtual Machine Environment

More information

Submitting Sabbatical and Faculty Fellowship Applications through Faculty Review, Promotion & Tenure (RPT)

Submitting Sabbatical and Faculty Fellowship Applications through Faculty Review, Promotion & Tenure (RPT) Submitting Sabbatical and Faculty Fellowship Applications through Faculty Review, Promotion & Tenure (RPT) 1) To apply for a sabbatical or fellowship, the faculty member must first notify the provost office

More information

Importing Contacts to Hotmail/Outlook Account

Importing Contacts to Hotmail/Outlook Account Submitted by Jess on Tue, 04/16/2013-08:13 If you are using a web browser to access your Hotmail account, (or MSN account or Live account), you can add your existing contacts or those contacts of your

More information

Getting started with Panopto Instructors

Getting started with Panopto Instructors Getting started with Panopto Instructors What is Panopto? Panopto is a video content management system for uploading, managing and sharing recorded lectures, flipped classroom videos, campus events, and

More information

Data Visualisation with Google Fusion Tables

Data Visualisation with Google Fusion Tables Data Visualisation with Google Fusion Tables Workshop Exercises Dr Luc Small 12 April 2017 1.5 Data Visualisation with Google Fusion Tables Page 1 of 33 1 Introduction Google Fusion Tables is shaping up

More information

AP Computer Science Principles Summer Assignment

AP Computer Science Principles Summer Assignment AP Computer Science Principles Summer Assignment Due date: September 2017 Instructor: Mr. Alwin Tareen Downloading and Installing the Anaconda Integrated Development Environment(IDE) The following is a

More information

Lab 4: Configuring node.js apps with ATP

Lab 4: Configuring node.js apps with ATP Lab 4: Configuring node.js apps with ATP Autonomous Transaction Processing provides all of the performance of the market-leading Oracle Database in an environment that is tuned and optimized for transaction

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

1. Open any browser (e.g. Internet Explorer, Firefox, Chrome or Safari) and go to

1. Open any browser (e.g. Internet Explorer, Firefox, Chrome or Safari) and go to VMWare AirWatch User Guide for Web Browser You can access your AirWatch Files from a web browser. How to login AirWatch Cloud Storage? 1. Open any browser (e.g. Internet Explorer, Firefox, Chrome or Safari)

More information

Using Hive for Data Warehousing

Using Hive for Data Warehousing An IBM Proof of Technology Using Hive for Data Warehousing Unit 1: Exploring Hive An IBM Proof of Technology Catalog Number Copyright IBM Corporation, 2013 US Government Users Restricted Rights - Use,

More information

Connecting to the Virtual Desktop Infrastructure (VDI)

Connecting to the Virtual Desktop Infrastructure (VDI) System Office IT Connecting to the Virtual Desktop Infrastructure (VDI) There are four ways to connect to the system office Virtual Desktop Infrastructure (VDI): Web client Windows client - personal computer

More information

Administrator Training Module

Administrator Training Module Administrator Training Module Estimated Training Time: 12 Hours Administrators are the highest level user on the InsightVision application and are responsible for adjusting the software settings and managing

More information

USING NGC WITH GOOGLE CLOUD PLATFORM

USING NGC WITH GOOGLE CLOUD PLATFORM USING NGC WITH GOOGLE CLOUD PLATFORM DU-08962-001 _v02 April 2018 Setup Guide TABLE OF CONTENTS Chapter 1. Introduction to... 1 Chapter 2. Deploying an NVIDIA GPU Cloud Image from the GCP Console...3 2.1.

More information

Portal/Extranet User Guide for Clients

Portal/Extranet User Guide for Clients Portal/Extranet User Guide for Clients Welcome to the ichannel Portal/Extranet. This guide will walk you through logging into your personalized, secure portal/extranet site. It will also show you how to

More information

ThorViewer User Manual Version 3.6

ThorViewer User Manual Version 3.6 ThorViewer User Manual Version 3.6 Requirements The PC must be running WindowsXP or newer with.net Framework 3.5 SP1. The.Net Framework 3.5 SP1 is available on the ThorPCX CD or on the Thor Guard Software

More information

UI cases Documentation

UI cases Documentation UI cases Documentation Release 0.0.1a Sergei Chipiga Nov 03, 2016 Contents 1 Task to resolve 1 2 Solution 3 2.1 Autotests for top 250 IMDB movies................................... 5 Python Module Index

More information

Table of Contents HOL-PRT-1463

Table of Contents HOL-PRT-1463 Table of Contents Lab Overview - - vcenter Operations Manager Management Pack for Oracle Enterprise Manager... 2 Lab Guidance... 3 Module 1 - Oracle Enterprise Manager Management Pack Introduction (15

More information

STORE LOCATOR PLUGIN USER GUIDE

STORE LOCATOR PLUGIN USER GUIDE support@simicart.com Support: +84.3127.1357 STORE LOCATOR PLUGIN USER GUIDE Table of Contents 1. INTRODUCTION... 3 2. HOW TO INSTALL... 4 3. HOW TO CONFIGURE... 5 4. HOW TO USE ON APP... 13 SimiCart Store

More information

Joule 101: Getting Started and the Basics University of Pikeville Information and Technology Services

Joule 101: Getting Started and the Basics University of Pikeville Information and Technology Services UPIKE ITS Joule 101: Getting Started and the Basics University of Pikeville Information and Technology Services U n i v e r s i t y o f P i k e v i l l e, 1 4 7 S y c a m o r e S t r e e t, P i k e v i

More information

Office Hours Time: Monday/Wednesday 12:45PM-1:45PM (SB237D) More Information: Office Hours Time: Monday/Thursday 3PM-4PM (SB002)

Office Hours Time: Monday/Wednesday 12:45PM-1:45PM (SB237D) More Information: Office Hours Time: Monday/Thursday 3PM-4PM (SB002) Professor: Ioan Raicu Office Hours Time: Monday/Wednesday 12:45PM-1:45PM (SB237D) More Information: http://www.cs.iit.edu/~iraicu/ http://datasys.cs.iit.edu/ TAs (cs553-f14@datasys.cs.iit.edu): Ke Wang

More information

Beacon Catalog. Categories:

Beacon Catalog. Categories: Beacon Catalog Find the Data Beacons you need to build Custom Dashboards to answer your most pressing digital marketing questions, enable you to drill down for more detailed analysis and provide the data,

More information

Virtual Desktop Infrastructure Setup for Android

Virtual Desktop Infrastructure Setup for Android Virtual Desktop Infrastructure Setup for Android Virtual Desktop Infrastructure (VDI) allows you to connect to a virtual computer and use software that you don t have installed on your own computer or

More information

/ Cloud Computing. Recitation 7 October 10, 2017

/ Cloud Computing. Recitation 7 October 10, 2017 15-319 / 15-619 Cloud Computing Recitation 7 October 10, 2017 Overview Last week s reflection Project 3.1 OLI Unit 3 - Module 10, 11, 12 Quiz 5 This week s schedule OLI Unit 3 - Module 13 Quiz 6 Project

More information

Getting started with Panopto Instructors

Getting started with Panopto Instructors What is Panopto? Panopto is a video content management system for uploading, managing and sharing recorded lectures, flipped classroom videos, campus events, and more. It comes with built-in video analytics,

More information

Integrating Sintelix and ANB. Learn how to access and explore Sintelix networks in IBM i2 Analyst s Notebook

Integrating Sintelix and ANB. Learn how to access and explore Sintelix networks in IBM i2 Analyst s Notebook Integrating Sintelix and ANB Learn how to access and explore Sintelix networks in IBM i2 Analyst s Notebook 2 Integrating Sintelix and ANB By the end of this tutorial you will know how to: 1 2 3 Install

More information

METRIC MADNESS: The Best Marketing Metrics for Your Business

METRIC MADNESS: The Best Marketing Metrics for Your Business METRIC MADNESS: The Best Marketing Metrics for Your Business You will discover THE TOP 25 METRICS YOU NEED TO KNOW 1. Grow website leads 2. Increase your website conversions 3. Improve your email and social

More information

MicroStrategy Academic Program

MicroStrategy Academic Program MicroStrategy Academic Program Creating a center of excellence for enterprise analytics and mobility. HOW TO DEPLOY ENTERPRISE ANALYTICS AND MOBILITY ON AWS APPROXIMATE TIME NEEDED: 1 HOUR In this workshop,

More information

Backup everything to cloud / local storage. CloudBacko Home. Essential steps to get started

Backup everything to cloud / local storage. CloudBacko Home. Essential steps to get started CloudBacko Home Essential steps to get started Last update: December 2, 2016 Index Step 1). Installation Step 2). Configure a new backup set, trigger a backup manually Step 3). Configure other backup set

More information

RescueAssist. My Account Guide. LogMeIn, Inc. 320 Summer St., Boston MA LogMeIn, Inc. All rights reserved.

RescueAssist. My Account Guide. LogMeIn, Inc. 320 Summer St., Boston MA LogMeIn, Inc. All rights reserved. RescueAssist LogMeIn, Inc. 320 Summer St., Boston MA 02210 2018 LogMeIn, Inc. All rights reserved. https://support.logmeininc.com Contents Change Your Email Address...3 Change Your Password...5 Change

More information

Laboratory Exercise #0

Laboratory Exercise #0 Laboratory Exercise #0 This assignment focuses on the mechanics of installing and using Python. The deadline for Mimir submission is 11:59 PM on Monday, January 8. 1. Complete the steps given below to

More information

BIG-IP Virtual Edition and Cloud-Init. Version 13.0

BIG-IP Virtual Edition and Cloud-Init. Version 13.0 BIG-IP Virtual Edition and Cloud-Init Version 13.0 Table of Contents Table of Contents About Cloud-Init and BIG-IP VE...5 About Cloud-Init and BIG-IP VE...5 Hypervisors with Cloud-Init support in BIG-IP

More information

Gitlab Setup/Usage by Yifeng Zhu modified by Vince Weaver 30 January 2019

Gitlab Setup/Usage by Yifeng Zhu modified by Vince Weaver 30 January 2019 ECE271: Microcomputer Architecture and Applications University of Maine Gitlab Setup/Usage by Yifeng Zhu modified by Vince Weaver 30 January 2019 Background We will submit our labs in ECE271 via git to

More information

After signing in, click on the grid icon and then click on Drive from the Google app menu.

After signing in, click on the grid icon and then click on Drive from the Google app menu. !!! A quick way to access Google Drive is to go to https://gmail.maine.edu and sign in using your!!! MaineStreet username and password. After signing in, click on the grid icon and then click on Drive

More information

PEPFAR Panorama Tutorial. January 2018

PEPFAR Panorama Tutorial. January 2018 PEPFAR Panorama Tutorial January 2018 How to Access To login visit the PEPFAR Panorama Portal website and enter your login credentials. All User Accounts will have Global Access giving them access to data

More information

Filename:QIM-DP-05-Approve Quality Reject and Set in Process Page 1 of 12

Filename:QIM-DP-05-Approve Quality Reject and Set in Process Page 1 of 12 This Desktop Procedure demonstrates the steps to View & Download Attachment, Upload a QRA Attachment, and then Set the Issue Status to In Process in QIM. 1. Click the Worklists tab in the Navigation Pane.

More information

CTEC1863/2018F Bonus Lab Page 1 of 5

CTEC1863/2018F Bonus Lab Page 1 of 5 CTEC1863/2018F Bonus Lab Page 1 of 5 Bonus Lab: OpenSUSE Linux Rescue In this lab, we will install an OpenSUSE virtual machine. However, both the non-root user and the root passwords are unknown. To fix

More information

Virtual Desktop Infrastructure Setup for Windows 7

Virtual Desktop Infrastructure Setup for Windows 7 Virtual Desktop Infrastructure Setup for Windows 7 Virtual Desktop Infrastructure (VDI) allows you to connect to a virtual computer and use software that you don t have installed on your own computer or

More information

CSIS 212 Course Syllabus. Note:

CSIS 212 Course Syllabus. Note: Note: Course content may be changed, term to term, without notice. The information below is provided as a guide for course selection and is not binding in any form, and should not be used to purchase course

More information

Virtual Desktop Infrastructure Setup for Windows 10

Virtual Desktop Infrastructure Setup for Windows 10 Virtual Desktop Infrastructure Setup for Windows 10 Virtual Desktop Infrastructure (VDI) allows you to connect to a virtual computer and use software that you don t have installed on your own computer

More information

OpenStack Lab on VMware Workstation Setting up the All-In-One VM

OpenStack Lab on VMware Workstation Setting up the All-In-One VM OpenStack Lab on VMware Workstation Setting up the All-In-One VM In our first post, we got to the start of the OpenStack install using the Rackspace Private Cloud ISO (Alamo). Because we had to set up

More information

Linux Operating System Environment Computadors Grau en Ciència i Enginyeria de Dades Q2

Linux Operating System Environment Computadors Grau en Ciència i Enginyeria de Dades Q2 Linux Operating System Environment Computadors Grau en Ciència i Enginyeria de Dades 2017-2018 Q2 Facultat d Informàtica de Barcelona This first lab session is focused on getting experience in working

More information

Dell EMC ME4 Series vsphere Client Plug-in

Dell EMC ME4 Series vsphere Client Plug-in Dell EMC ME4 Series vsphere Client Plug-in User's Guide Regulatory Model: E09J, E10J, E11J Regulatory Type: E09J001, E10J001, E11J001 Notes, cautions, and warnings NOTE: A NOTE indicates important information

More information

Adobe Marketing Cloud Dynamic Signal Data Connector for Adobe Analytics

Adobe Marketing Cloud Dynamic Signal Data Connector for Adobe Analytics Adobe Marketing Cloud Dynamic Signal Data Connector for Adobe Analytics Contents Dynamic Signal Data Connector for Adobe Analytics... 3 Key Benefits and Features...3 Integration Prerequisites...3 Deploying

More information