syllabus Location: Boston, MA

Size: px
Start display at page:

Download "syllabus Location: Boston, MA"

Transcription

1 syllabus About Launch Academy is a 10-week immersive bootcamp that gives eager learners with little to no coding experience the tools they ll need to add value as a junior contributor to a professional software engineering team. Location: Boston, MA Program Length: 18 weeks 8 weeks pre-work (part-time) 10 weeks on-campus (full time) Graduation Rate: 93% Job Placement Rate: 92% of job-seeking graduates obtained full-time nontemporary jobs in web development. More info here. Class Size: Student:Teacher Ratio: 7:1 Tuition: $17,500 Payment Options: Up-front tuition paid directly to Launch Financing through Skills Fund Core Computer Science Concepts Looping, data structures, methods, objectoriented programming (OOP), unit testing, test-driven development (TDD), pair programming Languages/Frameworks Javascript, React JS, jquery, ActiveRecord, SQL, PostgreSQL, HTTP, HTML, CSS, Sinatra, AJAX, Ruby, Rails, and major APIs (Google, Twitter, Facebook, etc.) Our Approach You re probably familiar with the traditional approach to learning: Go to class and listen to a lecture that introduces a new topic, then spend hours on your own doing homework in order to solidify the concepts taught in class. We turn that modality on its head with a flipped classroom approach to learning. Instead of introducing concepts in a lecture, we give students introductory materials to read/watch as homework, and class time is spent working through challenge problems with instructors and peers. A challenge-based curriculum allows you to take concepts that you ve been introduced to and learn their practical use through coding challenges (i.e., learning through doing). We also teach Test-Driven Development (TDD), something that not a lot of other bootcamps do. Using TDD as a learning tool allows you to gain focus and clarity on what you want your programs to do before you write a line of code. The program is split into two phases: the Ignition phase and the on-campus phase. Segmenting the course into phases serves

2 two purposes. First, it ensures that every student is able to maintain a high learning velocity throughout the program, and second, it allows students new to programming a chance to assess their aptitude and passion for coding before arriving on campus. The following sections will give you an overview of each phase and the skills you ll be learning. We ll also cover the career services and the lifetime commitment we make to every Launch Academy graduate. Let s get to it. Ignition The breakneck learning pace of the on-campus program wouldn t be possible unless every student arrives on day one with a functional understanding of computer science and programming fundamentals. That s where the Ignition program comes in. Eight weeks before the on-campus portion of the program starts, you ll begin learning essential programming concepts by working through the Ignition curriculum. Ignition will require about 80 to 100 hours of learning over eight weeks. For most people, that means they can still balance a full-time job while working through the curriculum. It s no cakewalk, but if you re committed to learning this stuff you ll do just fine. If you re worried about learning remotely, don t be. Launch Academy Experience Engineers will be available via live chat throughout the Ignition process if you get stuck. You ll also be connected to everyone else in the cohort, allowing you to get help virtually any time. If you get stuck, they re only an instant message away. Here s an overview of what you ll learn during Ignition: Ruby Basics Students learn the basics of interacting with Ruby, a programming language that is both friendly to beginners and widely used in personal and professional codebases. This familiarizes the student not only with the syntax and logic of Ruby, but also the familiar types, phrases, and commonalities of programming writ large. Looping By harnessing loops, students learn how to iterate over data sets and perform operations on each item in a collection. Loops are an entrypoint into understanding how repeatable logic can help simplify applications. Data Structures Now that we can iterate through our data, it is time for the student to learn how that data can be structured, managed, and maintained. Students use their existing skills to work through others data sets, and create their own.

3 Methods Methods, like functions, allow for small chunks of repeatable logic. Students will learn how to create their own methods, pass in arguments, and produce output. We can also use methods to take in arguments relating to data structures, and even alter their internal state as a result of the method. Object-Oriented Programming Objects represent the combination of data structures and logic into one harmonious package. Students will learn how to create objects using Ruby s class system, and learn about how objects can grow and change as the result of their program. In addition, they will learn about object-oriented programming, the prevailing modern design pattern for many different applications. Javascript Javascript is one of the core languages you ll be working with during your 10 weeks at Launch. We ll take many of the lessons you learned in the Ruby language, and show you how they apply to Javascript. We ll also introduce you to the concept of events and making interactive applications. HTML & CSS HTML is the language that the web pages themselves are written in, and CSS is the language that makes those pages look nice. HTML and CSS are core parts of our curriculum, and are used at every step of the way. On Campus Now that you ve established a strong programming foundation in Ignition, it s time to take your learning to the professional level. During your 10 weeks on campus, you ll eat, sleep, and breathe code. That s not hyperbole most students devote somewhere between 60 and 80 hours per week to the program. It s a grueling pace, but once you don the Green Shirt awarded at graduation, you re ready to take on a career in web development. We re committed to providing the absolute best experience for our students. In order to do that, we re constantly incorporating feedback from students, Hiring Partners, and staff into our curriculum. Here s the wide-angle view of the major topics we ll cover on campus: Javascript Javascript has been an integral part of the web for over 20 years, and has grown in both usefulness and popularity. Students will learn how to make dynamic user interfaces that produce happy users and clean code.

4 SQL Databases that hold user data, and persist them, are the focus of the next phase of the program. Students are introduced to relational databases, showing how data can be stored and related to one another for the purpose of an application. Students also pick up the SQL syntax, learning to query for specific pieces of information. Rails Throughout the on-campus portion of the program, you ll continue to build on the Ruby knowledge you gained during Ignition. The popular web framework Rails is built using the Ruby language, and continues to be one of the most popular ways to create, manage, and scale web apps. Rails has lots of moving pieces, and students will be introduced to them piece by piece. Rails puts together everything that the students have learned thus far! HTTP The core protocol of the web, HTTP is the first technology covered at Launch. HTTP governs the way that users (and their data) flow through the web, running from client to server and back again. Students will use popular libraries to get their first web apps running. ReactJS The popular Javascript library React allows programmers to build easily coded, easily tested Javascript components. Students will create their own React components, and learn how to build an entire front end wrapped in the loving embrace of React. Group Projects By week seven, students are split into groups of three to four to build a review site (similar to Yelp) which touches on many aspects of Rails and collaborative development. Pairs of students work on features for the project in parallel and utilize pull requests on GitHub for collaboration and code review. Other aspects of the group project include: Writing acceptance tests w/ capybara gem User authentication and authorization Reading logs to check for slow or large amounts of queries and optimizing Utilizing Amazon s S3 service to store uploaded file in production Deploying to Heroku Searching and paginating large amounts of information Implementing Ajax to improve the user experience API integration w/major provider (Google, Stripe, etc.)

5 Breakable Toy The last two weeks of the program are dedicated to building an application of your choice. After completing the group project which aims to cover the fundamentals of Rails, students can create applications that target areas of web development that they find particularly interesting or want more practice with. Mentors are available for guidance, but each project should reflect the individual student s capabilities to take a project from the design stage to deployment. Career Services The demand for software developers has never been higher, and the skills you learn at Launch will give you the technical chops to start contributing to a professional development team immediately. But let s take a moment for some real talk: Technical skills on their own don t entitle you to a job. Programming isn t a solo endeavor you ll be part of a team of developers working toward a larger goal. So when employers scout new talent, technical skills are just a qualifier. They re equally as interested in how you ll fit into the company culture as they are in your programming talent. You need to be someone they want to work with for 40 or more hours per week. Our 95% job placement rate is ridiculously high because we take career services really seriously. Throughout your time on campus, you ll regularly work with our dedicated career support staff to make sure you re in the best possible position to land the job of your dreams after you graduate. How extensive is the Career Services program? Glad you asked. Here s the rundown: Meet-n -Greet During your first week on campus, you ll sit down with a career expert for a casual getting-to-know-you interview. If we re going to match you with companies that are a good fit for your personality and workplace values after you graduate, we need to take some time to get to know you. We don t want you to start a new job we want you to start a new career. The only way to do that is to find out what makes you tick. Launcher Profile Our Hiring Partners want to get to know you, too. After your personality assessment, we ll start building your profile on our internal Hiring Partner Portal. As Career Kickoff approaches, Hiring Partners will be invited to view all of our Launcher Profiles so that they can see the talent in every cohort.

6 Interview Prep Getting an awesome job offer won t happen unless you nail the interview. Programming interviews are a combination of a technical assessment and a personality assessment. You ll be drilled on both so you can walk into every interview with confidence and poise. Resume & Cover Letter Coaching Best practices for resumes and cover letters in the programming industry are a bit different from what you may be used to. We ll go through yours with a fine-tooth comb to make sure they re perfect. Portfolio Review Your code portfolio is probably the single most important part of the career preparation process. Your portfolio is a reflection not only of your technical capability, but also of your passion for programming. Employers want to see that you re regularly contributing to projects and continuing to work and learn independently. We ll make sure you re putting your best foot forward. Social Media Review You probably already know employers are checking your Facebook profile, Twitter updates, and LinkedIn activity for red flags before they interview you, but getting a perfectly polished social media footprint is more difficult and nuanced than you might think. Career Kickoff & Hiring Partner Pitches Career Kickoff is the culmination of everything you ve been working toward during the program. Over the course of two days, you ll be giving presentations and rubbing elbows with dozens of our Hiring Partners who are on campus and ready to snap up the talent coming out of every cohort. We make sure you re ready for the spotlight with daily presentation practice in front of our staff and your peers. By the time you re in front of the Hiring Partners, it ll all be second nature. The Green Shirt We started with a wild idea and a few brave souls back in Since then, hundreds of incredibly ambitious students have walked through our doors with minimal programming knowledge and walked out ready to take on a career in software development. Hiring Partners have seen the amazing impact our talented graduates have on their software teams, and more join us every day. All of this success simply wouldn t have been possible without the incredible community of graduates, Hiring Partners, and staff behind us. Our community is our foundation. Without it, we wouldn t be where we are today.

7 The green T-shirt you ll be given when you graduate is a symbol of all of the life-changing work you ve done in the preceding 18 weeks. Launch Academy graduates are the only ones who get The Green Shirt (our co-founders aren t even allowed to have one). Wear it proudly you re a Launcher for the rest of your life. The Green Shirt means you ll have access to curriculum, career support, and an open invitation to come back to speak to current students about your career, become a mentor, or just kick it with us any time. Seriously. You ve got our back, and we ve got yours. Past, Present, and Future Curriculum Our curriculum has gone through countless revisions and re-revisions since our first cohort in We ve added new material, refined existing material, and dropped some technologies in favor of others. Every single cohort is better than the one before it. As a Launcher, you ll have lifetime access to every single lesson we ve ever made. Every. Single. One. Whether you ve just graduated from Launch or you graduated five years ago, you can log in to our learning management system and review what you learned or learn new technologies that we ve added to the curriculum since you graduated. Career Support We don t cut you off from career support after you graduate and find a job. As you level up in your career, you re welcome to come to us and get the same support you got during your time in the cohort. Help Shape Our Future When you re working as a professional developer, you re going to pick up a ton of helpful insight into the industry. Launch graduates are always welcome to come back to campus to mentor current Launchers, give facilitations, or offer career advice or insight. Just Kick It Not a week goes by without a Launch Academy graduate dropping in. After you graduate, swing by after work and challenge the students and staff to some Smash Bros., join us during Friday Fun Time, or just swing by to say hello. Our doors are always open to alumni. syllabus Ready for the next step? Schedule an Interview

Eduroam Support Clinics What are they?

Eduroam Support Clinics What are they? Eduroam Support Clinics What are they? Moderator: Welcome to the Jisc podcast. Eduroam allows users to seaming less and automatically connect to the internet through a single Wi Fi profile in participating

More information

Cara Jo Miller. Lead Designer, Simple Energy Co-Founder, Girl Develop It Boulder

Cara Jo Miller. Lead Designer, Simple Energy Co-Founder, Girl Develop It Boulder Cara Jo Miller Lead Designer, Simple Energy Co-Founder, Girl Develop It Boulder * Thank you all for having me tonight. * I m Cara Jo Miller - Lead Designer at Simple Energy & Co-Founder of Girl Develop

More information

Android App Development for Beginners

Android App Development for Beginners Description Android App Development for Beginners DEVELOP ANDROID APPLICATIONS Learning basics skills and all you need to know to make successful Android Apps. This course is designed for students who

More information

Understanding and Changing Habits

Understanding and Changing Habits Understanding and Changing Habits We are what we repeatedly do. Excellence, then, is not an act, but a habit. Aristotle Have you ever stopped to think about your habits or how they impact your daily life?

More information

TEACH WRITING WITH TECHNOLOGY

TEACH WRITING WITH TECHNOLOGY 1 Description Teach Writing with Tech Use technology to super-charge writing lessons By Ask a Tech Teacher June 20, 2016 July 10 th, 2016 Educators will participate in a hands-on quasiwriter s workshop

More information

COMMUNITY ENGAGEMENT

COMMUNITY ENGAGEMENT COMMUNITY ENGAGEMENT AN ACTIONABLE TOOL TO BUILD, LAUNCH AND GROW A DYNAMIC COMMUNITY + from community experts Name/Organization: Introduction The dictionary definition of a community includes the quality

More information

Student Success and Academics

Student Success and Academics Student Success and Academics ALICIA ROBERSON, M.S. DIRECTOR OF CENTRALIZED ADVISING & FIRST YEAR PROGRAMS Our Advising Team for Today Academic Advisor Admissions Counselor Graduate Assistant Advisor Orientation

More information

Worldwide Online Training for Coaches: the CTI Success Story

Worldwide Online Training for Coaches: the CTI Success Story Worldwide Online Training for Coaches: the CTI Success Story Case Study: CTI (The Coaches Training Institute) This case study covers: Certification Program Professional Development Corporate Use icohere,

More information

Getting Started with Deliberate Practice

Getting Started with Deliberate Practice Getting Started with Deliberate Practice Most of the implementation guides so far in Learning on Steroids have focused on conceptual skills. Things like being able to form mental images, remembering facts

More information

Speak Up 2012 Grades 9 12

Speak Up 2012 Grades 9 12 2012 Speak Up Survey District: WAYLAND PUBLIC SCHOOLS Speak Up 2012 Grades 9 12 Results based on 130 survey(s). Note: Survey responses are based upon the number of individuals that responded to the specific

More information

LEARN TO PROGRAM, SECOND EDITION (THE FACETS OF RUBY SERIES) BY CHRIS PINE

LEARN TO PROGRAM, SECOND EDITION (THE FACETS OF RUBY SERIES) BY CHRIS PINE Read Online and Download Ebook LEARN TO PROGRAM, SECOND EDITION (THE FACETS OF RUBY SERIES) BY CHRIS PINE DOWNLOAD EBOOK : LEARN TO PROGRAM, SECOND EDITION (THE FACETS OF RUBY SERIES) BY CHRIS PINE PDF

More information

Me on the Map. Standards: Objectives: Learning Activities:

Me on the Map. Standards: Objectives: Learning Activities: Me on the Map Grade level: 1 st Grade Subject(s) Area: Reading, Writing, and Social Studies Materials needed: One sheet of construction paper per child, yarn or string, crayons or colored pencils, pencils,

More information

Career Preparation for English Majors Department of English The Ohio State University

Career Preparation for English Majors Department of English The Ohio State University Course Development Note: At the request of Debra Moddelmog, Chair of the Ohio State Department of English, Ruth Friedman, the department s Career/Internship Advisor, developed the following course syllabus

More information

An Open Letter to the Learners of This Planet

An Open Letter to the Learners of This Planet An Open Letter to the Learners of This Planet A Postscript to the Summer 2011 Paperback Edition of The World Is Open: How Web Technology Is Revolutionizing Education CURTIS J. BONK, PROFESSOR INDIANA UNIVERSITY,

More information

TEAM-BUILDING GAMES, ACTIVITIES AND IDEAS

TEAM-BUILDING GAMES, ACTIVITIES AND IDEAS 1. Drop the Ball Time: 10 12 minutes Purpose: Cooperation and healthy competition Participants: Small groups Materials needed: Golf balls, straws, tape Each small group receives 12 straws and 18 inches

More information

Virtually Anywhere Episodes 1 and 2. Teacher s Notes

Virtually Anywhere Episodes 1 and 2. Teacher s Notes Virtually Anywhere Episodes 1 and 2 Geeta and Paul are final year Archaeology students who don t get along very well. They are working together on their final piece of coursework, and while arguing over

More information

Coding II: Server side web development, databases and analytics ACAD 276 (4 Units)

Coding II: Server side web development, databases and analytics ACAD 276 (4 Units) Coding II: Server side web development, databases and analytics ACAD 276 (4 Units) Objective From e commerce to news and information, modern web sites do not contain thousands of handcoded pages. Sites

More information

MENTORING. Tips, Techniques, and Best Practices

MENTORING. Tips, Techniques, and Best Practices MENTORING Tips, Techniques, and Best Practices This paper reflects the experiences shared by many mentor mediators and those who have been mentees. The points are displayed for before, during, and after

More information

Leveraging MOOCs to bring entrepreneurship and innovation to everyone on campus

Leveraging MOOCs to bring entrepreneurship and innovation to everyone on campus Paper ID #9305 Leveraging MOOCs to bring entrepreneurship and innovation to everyone on campus Dr. James V Green, University of Maryland, College Park Dr. James V. Green leads the education activities

More information

Pre Registration is required; registration will close on Sunday, October 8, 2017 at midnight. Visit

Pre Registration is required; registration will close on Sunday, October 8, 2017 at midnight. Visit Leaderee is a weekend, or Saturday only learning adventure for co leaders and volunteers looking for ways to enhance their Girl Scout program delivery and troop management skills! Packed with a variety

More information

Chapter 9: Conducting Interviews

Chapter 9: Conducting Interviews Chapter 9: Conducting Interviews Chapter 9: Conducting Interviews Chapter Outline: 9.1 Interviewing: A Matter of Styles 9.2 Preparing for the Interview 9.3 Example of a Legal Interview 9.1 INTERVIEWING:

More information

WEEK FORTY-SEVEN. Now stay with me here--this is so important. Our topic this week in my opinion, is the ultimate success formula.

WEEK FORTY-SEVEN. Now stay with me here--this is so important. Our topic this week in my opinion, is the ultimate success formula. WEEK FORTY-SEVEN Hello and welcome to this week's lesson--week Forty-Seven. This week Jim and Chris focus on three main subjects - A Basic Plan for Lifetime Learning, Tuning Your Mind for Success and How

More information

Notetaking Directions

Notetaking Directions Porter Notetaking Directions 1 Notetaking Directions Simplified Cornell-Bullet System Research indicates that hand writing notes is more beneficial to students learning than typing notes, unless there

More information

What s in Your Communication Toolbox? COMMUNICATION TOOLBOX. verse clinical scenarios to bolster clinical outcomes: 1

What s in Your Communication Toolbox? COMMUNICATION TOOLBOX. verse clinical scenarios to bolster clinical outcomes: 1 COMMUNICATION TOOLBOX Lisa Hunter, LSW, and Jane R. Shaw, DVM, PhD www.argusinstitute.colostate.edu What s in Your Communication Toolbox? Throughout this communication series, we have built a toolbox of

More information

What is an internship?

What is an internship? What is an internship? An internship or work placement is an important opportunity to gain working experience in a particular career area. There are generally two types of internship that are available,

More information

CLASS EXODUS. The alumni giving rate has dropped 50 percent over the last 20 years. How can you rethink your value to graduates?

CLASS EXODUS. The alumni giving rate has dropped 50 percent over the last 20 years. How can you rethink your value to graduates? The world of advancement is facing a crisis in numbers. In 1990, 18 percent of college and university alumni gave to their alma mater, according to the Council for Aid to Education. By 2013, that number

More information

No Parent Left Behind

No Parent Left Behind No Parent Left Behind Navigating the Special Education Universe SUSAN M. BREFACH, Ed.D. Page i Introduction How To Know If This Book Is For You Parents have become so convinced that educators know what

More information

TabletClass Math Geometry Course Guidebook

TabletClass Math Geometry Course Guidebook TabletClass Math Geometry Course Guidebook Includes Final Exam/Key, Course Grade Calculation Worksheet and Course Certificate Student Name Parent Name School Name Date Started Course Date Completed Course

More information

LEGO MINDSTORMS Education EV3 Coding Activities

LEGO MINDSTORMS Education EV3 Coding Activities LEGO MINDSTORMS Education EV3 Coding Activities s t e e h s k r o W t n e d Stu LEGOeducation.com/MINDSTORMS Contents ACTIVITY 1 Performing a Three Point Turn 3-6 ACTIVITY 2 Written Instructions for a

More information

Academic Internships: Crafting, Recruiting, Supervising

Academic Internships: Crafting, Recruiting, Supervising University of New England DUNE: DigitalUNE CAS Internship Office Faculty Presentations College of Arts and Sciences Internship Office 10-22-2015 Academic Internships: Crafting, Recruiting, Supervising

More information

Rover Races Grades: 3-5 Prep Time: ~45 Minutes Lesson Time: ~105 minutes

Rover Races Grades: 3-5 Prep Time: ~45 Minutes Lesson Time: ~105 minutes Rover Races Grades: 3-5 Prep Time: ~45 Minutes Lesson Time: ~105 minutes WHAT STUDENTS DO: Establishing Communication Procedures Following Curiosity on Mars often means roving to places with interesting

More information

PREP S SPEAKER LISTENER TECHNIQUE COACHING MANUAL

PREP S SPEAKER LISTENER TECHNIQUE COACHING MANUAL 1 PREP S SPEAKER LISTENER TECHNIQUE COACHING MANUAL IMPORTANCE OF THE SPEAKER LISTENER TECHNIQUE The Speaker Listener Technique (SLT) is a structured communication strategy that promotes clarity, understanding,

More information

Planning a Webcast. Steps You Need to Master When

Planning a Webcast. Steps You Need to Master When 10 Steps You Need to Master When Planning a Webcast If you are new to the world of webcasts, it is easy to feel overwhelmed when you sit down to plan. If you become lost in all the details, you can easily

More information

Java Programming. Specialized Certificate

Java Programming. Specialized Certificate What is Java Programming? Java is a high level object oriented programming language developed by Sun Microsystems. Oracle acquired Sun Microsystems in January of 2010 and now owns Java. Java uses the Java

More information

Graduate Diploma in Sustainability and Climate Policy

Graduate Diploma in Sustainability and Climate Policy Graduate Diploma in Sustainability and Climate Policy - 2014 Provided by POSTGRADUATE Graduate Diploma in Sustainability and Climate Policy About this course With the demand for sustainability consultants

More information

Katy Independent School District Paetow High School Campus Improvement Plan

Katy Independent School District Paetow High School Campus Improvement Plan Katy Independent School District 2017-2018 Campus Improvement Plan Generated by Plan4Learningcom 1 of 15 Table of Contents Comprehensive Needs Assessment 3 Demographics 3 Student Academic Achievement 4

More information

Student Handbook 2016 University of Health Sciences, Lahore

Student Handbook 2016 University of Health Sciences, Lahore Student Handbook 2016 University of Health Sciences, Lahore 1 Welcome to the Certificate in Medical Teaching programme 2016 at the University of Health Sciences, Lahore. This programme is for teachers

More information

#MySHX400 in Your Classroom TEACHING MODULE What s your Shakespeare story?

#MySHX400 in Your Classroom TEACHING MODULE What s your Shakespeare story? #MySHX400 in Your Classroom TEACHING MODULE What s your Shakespeare story? WHY ARE WE DOING THIS? Context: 2016 marks the 400 th anniversary of Shakespeare s death. The world is commemorating his legacy

More information

Basic lesson time includes activity only. Introductory and Wrap-Up suggestions can be used

Basic lesson time includes activity only. Introductory and Wrap-Up suggestions can be used U UNPLUGGED Your Digital Footprint Lesson time: 30 Minutes to delve deeper when time allows. Basic lesson time includes activity only. Introductory and Wrap-Up suggestions can be used LESSON OVERVIEW In

More information

Sight Word Assessment

Sight Word Assessment Make, Take & Teach Sight Word Assessment Assessment and Progress Monitoring for the Dolch 220 Sight Words What are sight words? Sight words are words that are used frequently in reading and writing. Because

More information

STUDENT MOODLE ORIENTATION

STUDENT MOODLE ORIENTATION BAKER UNIVERSITY SCHOOL OF PROFESSIONAL AND GRADUATE STUDIES STUDENT MOODLE ORIENTATION TABLE OF CONTENTS Introduction to Moodle... 2 Online Aptitude Assessment... 2 Moodle Icons... 6 Logging In... 8 Page

More information

ABC of Programming Linda

ABC of Programming Linda ABC of Programming Linda Liukas @lindaliukas (Programmer) (Illustrator) (Author) Business school dropout How many here have programmed before? Who is nervous about bringing computing to kindergartens and

More information

White Paper. The Art of Learning

White Paper. The Art of Learning The Art of Learning Based upon years of observation of adult learners in both our face-to-face classroom courses and using our Mentored Email 1 distance learning methodology, it is fascinating to see how

More information

Evaluation of Usage Patterns for Web-based Educational Systems using Web Mining

Evaluation of Usage Patterns for Web-based Educational Systems using Web Mining Evaluation of Usage Patterns for Web-based Educational Systems using Web Mining Dave Donnellan, School of Computer Applications Dublin City University Dublin 9 Ireland daviddonnellan@eircom.net Claus Pahl

More information

Evaluation of Usage Patterns for Web-based Educational Systems using Web Mining

Evaluation of Usage Patterns for Web-based Educational Systems using Web Mining Evaluation of Usage Patterns for Web-based Educational Systems using Web Mining Dave Donnellan, School of Computer Applications Dublin City University Dublin 9 Ireland daviddonnellan@eircom.net Claus Pahl

More information

Photography: Photojournalism and Digital Media Jim Lang/B , extension 3069 Course Descriptions

Photography: Photojournalism and Digital Media Jim Lang/B , extension 3069 Course Descriptions Course Descriptions Photography: Photojournalism and Digital Media Jim Lang/B105-107 812-542-8504, extension 3069 jlang@nafcs.k12.in.us http://fcmediamatters.wordpress.com Journalism I: Journalism I is

More information

NCSAC THE VOICE HANDBOOK. Student Administrative Council. Niagara College. student life defined

NCSAC THE VOICE HANDBOOK. Student Administrative Council. Niagara College. student life defined NCSAC THE VOICE HANDBOOK Student Administrative Council Niagara College student life defined Welcome to the Team President s Welcome Message So, you ve entertained the idea of joining the NCSAC VOICE and

More information

TeachingEnglish Seminars. Live and Unplugged - a Dogme Lesson and Discussion Report by Scott Sherriff

TeachingEnglish Seminars. Live and Unplugged - a Dogme Lesson and Discussion Report by Scott Sherriff Live and Unplugged - a Dogme Lesson and Discussion Report by Scott Sherriff Luke Meddings is co-author of the book Teaching Unplugged: Dogme in English Language Teaching which won a 2010 British Council

More information

Teacher of Psychology and Health and Social Care

Teacher of Psychology and Health and Social Care EGGBUCKLAND COMMUNITY COLLEGE T H E P E R F E C T E N V I RO N M E N T Teacher of Psychology and Health and Social Care Candidate Information L E A R N I N G C A R I N G AC H I E V I N G Dear Colleague

More information

Part I. Figuring out how English works

Part I. Figuring out how English works 9 Part I Figuring out how English works 10 Chapter One Interaction and grammar Grammar focus. Tag questions Introduction. How closely do you pay attention to how English is used around you? For example,

More information

CPS122 Lecture: Identifying Responsibilities; CRC Cards. 1. To show how to use CRC cards to identify objects and find responsibilities

CPS122 Lecture: Identifying Responsibilities; CRC Cards. 1. To show how to use CRC cards to identify objects and find responsibilities Objectives: CPS122 Lecture: Identifying Responsibilities; CRC Cards last revised February 7, 2012 1. To show how to use CRC cards to identify objects and find responsibilities Materials: 1. ATM System

More information

Experience Corps. Mentor Toolkit

Experience Corps. Mentor Toolkit Experience Corps Mentor Toolkit 2 AARP Foundation Experience Corps Mentor Toolkit June 2015 Christian Rummell Ed. D., Senior Researcher, AIR 3 4 Contents Introduction and Overview...6 Tool 1: Definitions...8

More information

Technology in the Classroom

Technology in the Classroom Technology in the Classroom Enhancing your toolkit for teaching and learning Kirsten Haugen (haugen@4j.lane.edu) Differentiated Instruction Everyone does their best. Everyone gets what they need. Dr. Ross

More information

INTRO TO FREN 1010 In 15 Mins Or Less INTRO TO FREN 1010 INTRO TO FREN 1010 INTRO TO FREN FREN 1010 sections FREN 1010

INTRO TO FREN 1010 In 15 Mins Or Less INTRO TO FREN 1010 INTRO TO FREN 1010 INTRO TO FREN FREN 1010 sections FREN 1010 Intro to Intro to In 15 Mins Or Less Contact: How to get in touch with me Learning a language: More input more output more learning Générateur de meme : https://imgflip.com/memegenerator/23281982/johnny-5

More information

File # for photo

File # for photo File #6883458 for photo -------- I got interested in Neuroscience and its applications to learning when I read Norman Doidge s book The Brain that Changes itself. I was reading the book on our family vacation

More information

Outreach Connect User Manual

Outreach Connect User Manual Outreach Connect A Product of CAA Software, Inc. Outreach Connect User Manual Church Growth Strategies Through Sunday School, Care Groups, & Outreach Involving Members, Guests, & Prospects PREPARED FOR:

More information

Writing the Personal Statement

Writing the Personal Statement Writing the Personal Statement For Graduate School Applications ZIA ISOLA, PHD RESEARCH MENTORING INSTITUTE OFFICE OF DIVERSITY, GENOMICS INSTITUTE Overview: The Parts of a Graduate School Application!

More information

EDIT 576 (2 credits) Mobile Learning and Applications Fall Semester 2015 August 31 October 18, 2015 Fully Online Course

EDIT 576 (2 credits) Mobile Learning and Applications Fall Semester 2015 August 31 October 18, 2015 Fully Online Course GEORGE MASON UNIVERSITY COLLEGE OF EDUCATION AND HUMAN DEVELOPMENT INSTRUCTIONAL DESIGN AND TECHNOLOGY PROGRAM EDIT 576 (2 credits) Mobile Learning and Applications Fall Semester 2015 August 31 October

More information

1 Instructional Design Website: Making instruction easy for HCPS Teachers Henrico County, Virginia

1 Instructional Design Website: Making instruction easy for HCPS Teachers Henrico County, Virginia 1 Instructional Design Website: Making instruction easy for HCPS Teachers Short Overview The teachers of Henrico County Public Schools had many resources available to them but the resources were scattered

More information

8. UTILIZATION OF SCHOOL FACILITIES

8. UTILIZATION OF SCHOOL FACILITIES 8. UTILIZATION OF SCHOOL FACILITIES Page 105 Page 106 8. UTILIZATION OF SCHOOL FACILITIES OVERVIEW The capacity of a school facility is driven by the number of classrooms or other spaces in which children

More information

COMMUNICATION & NETWORKING. How can I use the phone and to communicate effectively with adults?

COMMUNICATION & NETWORKING. How can I use the phone and  to communicate effectively with adults? 1 COMMUNICATION & NETWORKING Phone and E-mail Etiquette The BIG Idea How can I use the phone and e-mail to communicate effectively with adults? AGENDA Approx. 45 minutes I. Warm Up (5 minutes) II. Phone

More information

Fundraising 101 Introduction to Autism Speaks. An Orientation for New Hires

Fundraising 101 Introduction to Autism Speaks. An Orientation for New Hires Fundraising 101 Introduction to Autism Speaks An Orientation for New Hires May 2013 Welcome to the Autism Speaks family! This guide is meant to be used as a tool to assist you in your career and not just

More information

SULLIVAN & CROMWELL LLP

SULLIVAN & CROMWELL LLP SULLIVAN & CROMWELL LLP LC.N AWARD WINNER 2014 BEST TRAINING PRINCIPAL BEN PERRY Sullivan & Cromwell, founded in New York in 1879, has had a London office since 1972 and English lawyers since 1999. In

More information

The Dropout Crisis is a National Issue

The Dropout Crisis is a National Issue 2012 ANNUAL REPORT The Dropout Crisis is a National Issue Thirty percent of U.S. students drop out of high school, with dropout rates exceeding 50% in poor urban communities. Students who dropout face

More information

On May 3, 2013 at 9:30 a.m., Miss Dixon and I co-taught a ballet lesson to twenty

On May 3, 2013 at 9:30 a.m., Miss Dixon and I co-taught a ballet lesson to twenty Argese 1 On May 3, 2013 at 9:30 a.m., Miss Dixon and I co-taught a ballet lesson to twenty students. In this lesson, we engaged the students in active learning and used instructional methods that highlighted

More information

CPS122 Lecture: Identifying Responsibilities; CRC Cards. 1. To show how to use CRC cards to identify objects and find responsibilities

CPS122 Lecture: Identifying Responsibilities; CRC Cards. 1. To show how to use CRC cards to identify objects and find responsibilities Objectives: CPS122 Lecture: Identifying Responsibilities; CRC Cards last revised March 16, 2015 1. To show how to use CRC cards to identify objects and find responsibilities Materials: 1. ATM System example

More information

EVENT BROCHURE. Top Ranking Performers BEST IN THE WORLD 2017 GLOBAL Conference. Grange City Hotel, London th October 2017

EVENT BROCHURE. Top Ranking Performers BEST IN THE WORLD 2017 GLOBAL Conference. Grange City Hotel, London th October 2017 EVENT BROCHURE Top Ranking Performers BEST IN THE WORLD 2017 GLOBAL Conference Grange City Hotel, London. 23-27 th October 2017 CONTENTS A message from our President 3 Event Overview 4 Who Should Attend

More information

From Self Hosted to SaaS Our Journey (LEC107648)

From Self Hosted to SaaS Our Journey (LEC107648) From Self Hosted to SaaS Our Journey (LEC107648) Kathy Saville Director of Instructional Technology Saint Mary s College, Notre Dame Saint Mary s College, Notre Dame, Indiana Founded 1844 Premier Women

More information

Stimulation for Interaction. 1. Is your character old or young? He/She is old/young/in-between OR a child/a teenager/a grown-up/an old person

Stimulation for Interaction. 1. Is your character old or young? He/She is old/young/in-between OR a child/a teenager/a grown-up/an old person Appendices for Sample Assessment Tasks (Part A) Appendi 1 Stimulation for Interaction Tell me about an interesting character in your book: 1. Is your character old or young? He/She is old/young/in-between

More information

Shared Portable Moodle Taking online learning offline to support disadvantaged students

Shared Portable Moodle Taking online learning offline to support disadvantaged students Shared Portable Moodle Taking online learning offline to support disadvantaged students Stephen Grono, School of Education University of New England, Armidale sgrono2@une.edu.au @calvinbal Shared Portable

More information

babysign 7 Answers to 7 frequently asked questions about how babysign can help you.

babysign 7 Answers to 7 frequently asked questions about how babysign can help you. babysign 7 Answers to 7 frequently asked questions about how babysign can help you. www.babysign.co.uk Questions We Answer 1. If I sign with my baby before she learns to speak won t it delay her ability

More information

Unit Lesson Plan: Native Americans 4th grade (SS and ELA)

Unit Lesson Plan: Native Americans 4th grade (SS and ELA) Unit Lesson Plan: Native Americans 4th grade (SS and ELA) Angie- comments in red Emily's comments in purple Sue's in orange Kasi Frenton-Comments in green-kas_122@hotmail.com 10/6/09 9:03 PM Unit Lesson

More information

Dale Carnegie Final Results Package. For. Dale Carnegie Course DC218 Graduated 6/19/13

Dale Carnegie Final Results Package. For. Dale Carnegie Course DC218 Graduated 6/19/13 Dale Carnegie Final Results Package For Dale Carnegie Course DC218 Graduated 6/19/13 Final Assessment Not Anonymous Conducted June 2013 Participants rated themselves in the following categories (On a scale

More information

Kindergarten Lessons for Unit 7: On The Move Me on the Map By Joan Sweeney

Kindergarten Lessons for Unit 7: On The Move Me on the Map By Joan Sweeney Kindergarten Lessons for Unit 7: On The Move Me on the Map By Joan Sweeney Aligned with the Common Core State Standards in Reading, Speaking & Listening, and Language Written & Prepared for: Baltimore

More information

What Teachers Are Saying

What Teachers Are Saying How would you rate the impact of the Genes, Genomes and Personalized Medicine program on your teaching practice? Taking the course helped remove the fear of teaching biology at a molecular level and helped

More information

LEARNER VARIABILITY AND UNIVERSAL DESIGN FOR LEARNING

LEARNER VARIABILITY AND UNIVERSAL DESIGN FOR LEARNING LEARNER VARIABILITY AND UNIVERSAL DESIGN FOR LEARNING NARRATOR: Welcome to the Universal Design for Learning series, a rich media professional development resource supporting expert teaching and learning

More information

OFFICE OF ENROLLMENT MANAGEMENT. Annual Report

OFFICE OF ENROLLMENT MANAGEMENT. Annual Report 2014-2015 OFFICE OF ENROLLMENT MANAGEMENT Annual Report Table of Contents 2014 2015 MESSAGE FROM THE VICE PROVOST A YEAR OF RECORDS 3 Undergraduate Enrollment 6 First-Year Students MOVING FORWARD THROUGH

More information

P-4: Differentiate your plans to fit your students

P-4: Differentiate your plans to fit your students Putting It All Together: Middle School Examples 7 th Grade Math 7 th Grade Science SAM REHEARD, DC 99 7th Grade Math DIFFERENTATION AROUND THE WORLD My first teaching experience was actually not as a Teach

More information

The Consistent Positive Direction Pinnacle Certification Course

The Consistent Positive Direction Pinnacle Certification Course PRESENTS The Consistent Positive Direction Pinnacle Course April 24 to May 25, 2017 A Journey of a Lifetime Cultivate increased productivity Save time and accelerate progress Keep groups, teams and yourself

More information

a) analyse sentences, so you know what s going on and how to use that information to help you find the answer.

a) analyse sentences, so you know what s going on and how to use that information to help you find the answer. Tip Sheet I m going to show you how to deal with ten of the most typical aspects of English grammar that are tested on the CAE Use of English paper, part 4. Of course, there are many other grammar points

More information

ATENEA UPC AND THE NEW "Activity Stream" or "WALL" FEATURE Jesus Alcober 1, Oriol Sánchez 2, Javier Otero 3, Ramon Martí 4

ATENEA UPC AND THE NEW Activity Stream or WALL FEATURE Jesus Alcober 1, Oriol Sánchez 2, Javier Otero 3, Ramon Martí 4 ATENEA UPC AND THE NEW "Activity Stream" or "WALL" FEATURE Jesus Alcober 1, Oriol Sánchez 2, Javier Otero 3, Ramon Martí 4 1 Universitat Politècnica de Catalunya (Spain) 2 UPCnet (Spain) 3 UPCnet (Spain)

More information

November 17, 2017 ARIZONA STATE UNIVERSITY. ADDENDUM 3 RFP Digital Integrated Enrollment Support for Students

November 17, 2017 ARIZONA STATE UNIVERSITY. ADDENDUM 3 RFP Digital Integrated Enrollment Support for Students November 17, 2017 ARIZONA STATE UNIVERSITY ADDENDUM 3 RFP 331801 Digital Integrated Enrollment Support for Students Please note the following answers to questions that were asked prior to the deadline

More information

172_Primary 4 Comprehension & Vocabulary-7th Pass 07/11/14. Practice. Practice. Study the flyer carefully and then answer questions 1 8.

172_Primary 4 Comprehension & Vocabulary-7th Pass 07/11/14. Practice. Practice. Study the flyer carefully and then answer questions 1 8. omprehensi on & Vocabulary Primary Comprehensi abulary Primary Comprehension & Vocabulary Primary Comprehe y Primary Comprehension & Vocabulary Primary Comprehension & Vocabulary Primary Com Comprehension

More information

Bobbi Misiti 2201 Market Street Camp Hill, PA befityoga.com. Mysore Classes

Bobbi Misiti 2201 Market Street Camp Hill, PA befityoga.com. Mysore Classes Mysore Classes Mysore, what is that? Mysore is a place in Southern India where the founder of Ashtanga Yoga, Pattabhi Jois, and his teacher Krishnamacharya first started teaching Ashtanga Yoga. Classes

More information

Disrupting Class: How Disruptive Innovation Will Change the Way the World Learns

Disrupting Class: How Disruptive Innovation Will Change the Way the World Learns Disrupting Class: How Disruptive Innovation Will Change the Way the World Learns A transcript of a podcast hosted by Paul Miller, director of global initiatives at NAIS, with guests Michael Horn, coauthor

More information

University of Texas Libraries. Welcome!

University of Texas Libraries. Welcome! University of Texas Libraries Welcome! What would you like to know about the UT Libraries? Take the poll at pollev.com/utlibraries553 to select topics People Meet your librarians! http://guides.lib.utexas.edu/

More information

On-Line Data Analytics

On-Line Data Analytics International Journal of Computer Applications in Engineering Sciences [VOL I, ISSUE III, SEPTEMBER 2011] [ISSN: 2231-4946] On-Line Data Analytics Yugandhar Vemulapalli #, Devarapalli Raghu *, Raja Jacob

More information

The Creation and Significance of Study Resources intheformofvideos

The Creation and Significance of Study Resources intheformofvideos The Creation and Significance of Study Resources intheformofvideos Jonathan Lewin Professor of Mathematics, Kennesaw State University, USA lewins@mindspring.com 2007 The purpose of this article is to describe

More information

1. Lesson and Activities. a. Power Point Agenda i. A great means of keeping things organized and keeping your rehearsal or class running smoothly

1. Lesson and Activities. a. Power Point Agenda i. A great means of keeping things organized and keeping your rehearsal or class running smoothly Using Smart Board in the Band and Orchestra Classroom Presented by Jeff Nelson Director of Instrumental Music Chrisman Junior and Senior High School 2013 Midwest Band and Orchestra Clinic Thursday Dec.

More information

Indiana Collaborative for Project Based Learning. PBL Certification Process

Indiana Collaborative for Project Based Learning. PBL Certification Process Indiana Collaborative for Project Based Learning ICPBL Certification mission is to PBL Certification Process ICPBL Processing Center c/o CELL 1400 East Hanna Avenue Indianapolis, IN 46227 (317) 791-5702

More information

Why Pay Attention to Race?

Why Pay Attention to Race? Why Pay Attention to Race? Witnessing Whiteness Chapter 1 Workshop 1.1 1.1-1 Dear Facilitator(s), This workshop series was carefully crafted, reviewed (by a multiracial team), and revised with several

More information

Chamilo 2.0: A Second Generation Open Source E-learning and Collaboration Platform

Chamilo 2.0: A Second Generation Open Source E-learning and Collaboration Platform Chamilo 2.0: A Second Generation Open Source E-learning and Collaboration Platform doi:10.3991/ijac.v3i3.1364 Jean-Marie Maes University College Ghent, Ghent, Belgium Abstract Dokeos used to be one of

More information

EVERYTHING DiSC WORKPLACE LEADER S GUIDE

EVERYTHING DiSC WORKPLACE LEADER S GUIDE EVERYTHING DiSC WORKPLACE LEADER S GUIDE Module 1 Discovering Your DiSC Style Module 2 Understanding Other Styles Module 3 Building More Effective Relationships MODULE OVERVIEW Length: 90 minutes Activities:

More information

How to Survive Graduate School

How to Survive Graduate School How to Survive Graduate School Jennifer Myers, 4 th year Ph.D. Candidate BGS Orientation 8/24/2015 http://www.joc.com/sites/default/files/field_feature_image/sisyphus-shutterstock_123855541-600.jpg http://www.clipartpanda.com/clipart_images/mountain-climber-clipart-38224532

More information

Envision Success FY2014-FY2017 Strategic Goal 1: Enhancing pathways that guide students to achieve their academic, career, and personal goals

Envision Success FY2014-FY2017 Strategic Goal 1: Enhancing pathways that guide students to achieve their academic, career, and personal goals Strategic Goal 1: Enhancing pathways that guide students to achieve their academic, career, and personal goals Institutional Priority: Improve the front door experience Identify metrics appropriate to

More information

Best website to write my essay >>>CLICK HERE<<<

Best website to write my essay >>>CLICK HERE<<< Best website to write my essay >>>CLICK HERE

More information

Naviance Family Connection

Naviance Family Connection What is it? Naviance Family Connection Junior Year Naviance Family Connection is a web-based program that allows you and your parents to organize and manage your college search process. It also allows

More information

IN THIS UNIT YOU LEARN HOW TO: SPEAKING 1 Work in pairs. Discuss the questions. 2 Work with a new partner. Discuss the questions.

IN THIS UNIT YOU LEARN HOW TO: SPEAKING 1 Work in pairs. Discuss the questions. 2 Work with a new partner. Discuss the questions. 6 1 IN THIS UNIT YOU LEARN HOW TO: ask and answer common questions about jobs talk about what you re doing at work at the moment talk about arrangements and appointments recognise and use collocations

More information

e-learning compliance: helping your business tick all of the boxes

e-learning compliance: helping your business tick all of the boxes www.webanywhere.co.uk/workplace e-learning compliance: helping your business tick all of the boxes Compliance is key in business, and in most part it s mandatory. So if it has to be completed, it might

More information

Essential Guides Fees and Funding. All you need to know about student finance.

Essential Guides Fees and Funding. All you need to know about student finance. Essential Guides 2016. Fees and Funding. All you need to know about student finance. Welcome. This booklet gives an overview of student finance and details everything you need to know about fees, government

More information