Person Centred Planning (PCP) is a powerful tool for visioning, future planning and team building. It gets everyone on the same page and creates a progressive, constructive atmosphere so it is especially useful for people who are feeling ‘stuck’ or in a really desperate situation. The PCP processes we teach are called “PATH” and “MAPs”, and are both used for different situations. “To facilitate a group, family, team or organisation in thinking together around a given challenge or issue. Here is an opportunity to experience for real the person centred, futures planning tool – MAP/PATH” (Pearpoint, Forest, O’Brien. 1989). PCP can focus on an individual, with family and friends in the room supporting them, or focus on a group who want to set goals, and realise their potential as a team. PCP focuses on hopes and dreams, so is a very positive approach to planning, and utilises graphic facilitation, making it a very friendly way of working that is accessible to everyone. This unique, hands on PCP training course explores the difference between ‘person-centred thinking’ and ‘service-centred thinking’. Traditionally, we have not always listened deeply enough to the needs of those we are planning for. Often ‘medical model’ thinking dominates our planning for those with the most complex needs. Typically we plan ‘about’ rather than ‘with’ children and adults. We examine this ‘service centred’ approach that most professionals are used to, and question its limitations. This values based approach to inclusion will give participants the ‘theory’ behind why thinking and working in a person centred way is so important, and challenges people to strive for more for the people we are planning around. In addition to the knowledge and theory, this course empowers participants to facilitate their own Person Centred Plans using the PATH or MAPs process and provides the skills to do this effectively. Learning objectives Strengthen understanding of how to think in a person centred way Knowledge of the steps of PATH / MAPs process Ability to facilitate PATH/MAPs process Ability to graphically facilitate a PCP meeting Develop problem solving and planning skills Inclusive Solutions offer: We could provide training for a team of staff, or we could facilitate a PATH or MAP around a disabled person. We can also offer bespoke training packages, please enquire for more details. 1 day “Introduction to PCP” with up to 100 attendees focusing on ‘Person Centred Thinking’ – includes live demonstration of PATH or MAPs Process (for a member of the group / with a student and their family/friends). 2 day “PCP Skills training” – More skills focused, lots of practice. Includes Graphics academy, Process academy and Coaching (Best with under 30 attendees). 2 day “Introduction to PCP with Skills training” – includes live demonstration of PATH or MAPs process, Graphics academy, Process academy and Coaching (Best with under 30 attendees). Half day PATH or MAP for a disabled person, led by two experienced Inclusive Solutions facilitators. Full day PATH or MAP for a team, organisation or group such as a full school staff led by two experienced Inclusive Solutions facilitators. Typical Structure of 2-Day “Introduction to PCP with Skills” Training This course is most useful when delivered over 2 days so we have time to cover the ‘skills’ behind facilitating a PATH or a MAP. Here is an example of what usually happens. If you need us to, we can tailor any of our courses to suit your specific needs. Day 1 AM What makes a good welcome?Service centred thinking and working – what does it involve, how does it make people feel?Reflections on current practices – what is useful and what is harmful?Introduction to underpinning values of person centred thinking and working In depth exploration of the fundamentals of inclusion – encouraging identity, focusing on gifts and capacities Sharing success stories, and personal insight from experienced psychologistsShowcasing a number of practical PCP process in actionIntroduction to the “5 service accomplishments”, or “5 ordinary needs” PM Full PATH process demonstration, led by 2 experienced facilitators – one process facilitator and one graphic facilitatorVolunteers will make notes on what they see the facilitators doing and feedback at the end of the dayFeedback, Q&A Day 2 AM Graphics Academy – we will ease you into the world of graphic facilitation and show you how simple it really is – includes live coaching and graphics tutorial, then participants will practice on each other by facilitating the first 1 or 2 sections of the PATH Process Academy – we will give you some pointers about holding the group, and facilitating in an inclusive way, this is another chance to practice your new graphics skills PM The group is divided up, and volunteers are selected to facilitate PATH meetings The group then run the PATH’s simultaneously with an experienced coaches in the room to guide and to be available for questionsWe reconvene to feedback about the process and digest all we have learntBrief Q&A session and then final reflections
Learn how to style HTML components with CSS3 to build websites and web pages that are visually appealing from beginning to end. Those who want to learn CSS should take this course.
Overview This comprehensive course on Introduction to GIS and ArcGIS will deepen your understanding on this topic. After successful completion of this course you can acquire the required skills in this sector. This Introduction to GIS and ArcGIS comes with accredited certification from CPD, which will enhance your CV and make you worthy in the job market. So enrol in this course today to fast track your career ladder. How will I get my certificate? You may have to take a quiz or a written test online during or after the course. After successfully completing the course, you will be eligible for the certificate. Who is This course for? There is no experience or previous qualifications required for enrolment on this Introduction to GIS and ArcGIS. It is available to all students, of all academic backgrounds. Requirements Our Introduction to GIS and ArcGIS is fully compatible with PC's, Mac's, Laptop, Tablet and Smartphone devices. This course has been designed to be fully compatible with tablets and smartphones so you can access your course on Wi-Fi, 3G or 4G. There is no time limit for completing this course, it can be studied in your own time at your own pace. Career Path Learning this new skill will help you to advance in your career. It will diversify your job options and help you develop new techniques to keep up with the fast-changing world. This skillset will help you to- Open doors of opportunities Increase your adaptability Keep you relevant Boost confidence And much more! Course Curriculum 1 sections • 10 lectures • 01:54:00 total length •What is GIS?: 00:09:00 •Data Models: 00:13:00 •Managing Data: 00:12:00 •Navigating the ArcMap Software: 00:13:00 •Working with Vector Data Layers: 00:10:00 •Analysis Tools: 00:11:00 •Symbolizing Data I: 00:11:00 •Symbolizing Data II: 00:10:00 •Creating Map Layouts I: 00:10:00 •Creating Map Layouts II: 00:15:00
Overview Intro. Translating Strategy into Goals and Metrics Components of Strategy Understanding the failure of strategies Analysing you and your organisation mission, vision and strengths Introduction into Strategy Implementation Understanding Performance Management System Objectives and Measures The importance of strategy planning
Perl training course description A hands on introduction to programming in Perl. What will you learn Write Perl programs. Use Perl modules. Debug Perl programs. Examine existing code and determine its function. Perl training course details Who will benefit: Anyone wishing to learn Perl. Prerequisites: None although experience in another high level language would be useful. Duration 5 days Perl training course contents Introduction to Perl What is Perl? When to use Perl, downloading Perl, installing Perl, documentation, perldoc, running Perl, the Perl environment. Perl under UNIX, Perl under Windows. "Hello world". Variables Scalars, data types, $_, strings and numbers, assignment, constants, strict, scope, STDIN. Operators Number operators, string operators, precedence and associativity, converting numbers and strings, shortcut operators. Flow control Blocks, if, else, elseif, unless, foreach, while, for do, until. Regular expressions What are regular expressions? Pattern matching, Perl as a filter, file editing. Strings Comparing strings, concatenating, substrings, chomp, chop, formatting, string manipulation. Subroutines Comparing strings, concatenating, substrings, chomp, chop, formatting, string manipulation. Arrays and hashes Working with arrays, element access, push(), pop(), shift(), unshift(), <STDIN> as an array, associative arrays, hashes of arrays, hash references, arrays of hashes, hashes of hashes. Files Simple file handling, open, close, <FILEHANDLE>, <>, file tests, directory access, directory handles, database access, packing and packing binary data. I/O STDIN, STDOUT and STDERR, Command line arguments,@ARGV. Perl debugging The built in debugger, running the debugger, debugger commands, graphical debuggers. Script syntax errors, single stepping, breakpoints, watches. Packages and modules CPAN, Finding modules, installing modules, using modules, scope. Report formatting Formats, defining a format, invoking a format, field holders. Process management System interaction, system(), exec(), signals. Security issues.
LTE optimization training course description This course gives delegates an understanding of the Key Performance Indicators used within the 3G LTE (4G) network environment. We investigate the 3GPP standards for KPIs (including TR 32.814, TS 32.410 & TS 32.455) these cover GERAN, UMTS & LTE environments. The course details the optimisation procedures and the use of Self optimisation, Selforganising & Self-healing equipment now being deployed across all releases of mobile networks. What will you learn Explain the RF optimisation flowchart. Describe the importance of Reference Signal Received Power (RSRP). List many of the 3GPP recommended KPIs. Describe the concept of APN AMBR and UE AMBR within LTE. Describe the use of planning and optimisation computer tools. LTE optimization training course details Who will benefit: Anyone working with LTE. Prerequisites: Essential LTE Duration 2 days LTE optimization training course contents Introduction to the cellular environment The architecture, 2G (GSM), GPRS/EDGE, The NGMN (Next Generation Mobile Network), media gateway controller, 3GPP Rel99 the 3G introduction, HSPA deployments, 3G LTE (4G). Cellular network procedures GSM/GPRS call setup, GPRS data call setup, 3G UMTS data call setup, Data call (Voice over LTE) in LTE (using IMS), Circuit Switched Fall Back (CSFB) in LTE, IP packet session in LTE. Introduction to the standards The 3GPP specifications body, The numbering structure for KPIs, 2G KPIs, 3G/UMTS KPIs, 3G LTE KPIs, IMS KPIs. Introduction to the KPI definitions KPI definitions, accessibility KPIs, retainability KPIs, mobility KPIs, utilisation KPIs. In-depth overview of the air Interfaces GSM/GPRS FDMA & TDMA solution, 3G UMTS WCDMA solution, HSPA+ sharing spare power (Codes), The 3G LTE uplink & downlink interface explained, Initial attach procedures explained. Problem analysis Reference Signal Received Power (RSRP), Signal to Interference Noise Ratio (SINR), handover success rates, power adjustments, classification of coverage problems, weak coverage & coverage holes, lack of dominant cells, cross coverage, improper tilt settings, uplink/downlink imbalance, signal quality, Azimuths & tilts to reduce interference, Handover failure due to interference, Service drop causes. Mobile RF performance in 2G/3G Performance counters, KPIs, testing & measurement, Drive testing and survey, Data collection and post processing of data, LTE service optimization, bandwidth, poor coverage, Quality, optimization process, KPI optimization, Root Cause Analysis (RCA) applied to RF issues, optimization tools and software. Advanced LTE network planning & optimization LTE UE measurements (RSRP/RSRQ), LTE capacity planning, RF configuration parameters, LTE cell selection/reselection planning, LTE radio network KPIs, LTE user-centric KPIs, LTE network performance KPIs, LTE system utilization KPIs, LTE RF channel performance predictions, LTE channel information processing, LTE channel multiplexing, Physical layer and structure, MIMO in LTE, LTE resource plan LTE and Self-Organizing Networks (SON). Radio network optimization work flow Work flow, the existing network, Optimization team establishment and cluster division, Single site verification, Alarm check, Cell state check, Radio parameters check, Site verification, Statistics analysis, Coverage problem analysis. Mobile internet and QoS issues Cellular QoS reference models. How QoS impact on KPIs and measurements, Introduction to mobile internet, The concept of shared access technologies, Support for QoS in the WCDMA environment, The PDP context model, Supporting end-to-end QoS, EPS bearer concepts, Default EPS bearer, Dedicated EPS bearer, APN-AMBR, UE-AMBR.
Introduction to Kennel and Cattery Management Certification For an animal lover, there is no better way to earn a living than spending it with the critters you adore. This makes kennel and cattery management a very attractive career choice for so many across the UK. Having a solid understanding of both the business aspect of running a business as well as health and hygiene topics will give you the perfect start to your new career. Training in this area is something you can use throughout your life. This course tells you what you need to know about kennel and cattery management, dividing the information across two modules. The first reviews the business side of things, covering your role at the kennel or cattery and introducing you to the various types of facilities you may encounter. Our second module covers the animal health and hygiene topics you need to be familiar with in order to properly look after the animals in your care. You Will Learn: The specific tasks kennel and cattery managers are responsible for Information about commercial or boarding kennels or catteries The difference between a breeding kennel and a hobby kennel Information about the three main pieces of legislation you need to be familiar with How to comply with your local authority's record keeping requirements Benefits of Taking This Course: For those thinking about a career in animal care, learn more about what you can expect from management If you currently work with animals, gain additional skills and knowledge you can use to ask for a promotion or raise If you are a pet owner, learn more about how the kennels and catteries you bring your pets to are run Volunteers at kennels and catteries can learn more about accepting increased responsibilities If you are thinking about breeding cats or dogs, learn more about how to keep the animals safe and well cared for
Overview This comprehensive course on Data Center Training Essentials: General Introduction will deepen your understanding on this topic. After successful completion of this course you can acquire the required skills in this sector. This Data Center Training Essentials: General Introduction comes with accredited certification from CPD, which will enhance your CV and make you worthy in the job market. So enrol in this course today to fast track your career ladder. How will I get my certificate? You may have to take a quiz or a written test online during or after the course. After successfully completing the course, you will be eligible for the certificate. Who is This course for? There is no experience or previous qualifications required for enrolment on this Data Center Training Essentials: General Introduction. It is available to all students, of all academic backgrounds. Requirements Our Data Center Training Essentials: General Introduction is fully compatible with PC's, Mac's, Laptop, Tablet and Smartphone devices. This course has been designed to be fully compatible with tablets and smartphones so you can access your course on Wi-Fi, 3G or 4G. There is no time limit for completing this course, it can be studied in your own time at your own pace. Career Path Having these various qualifications will increase the value in your CV and open you up to multiple sectors such as Business & Management, Admin, Accountancy & Finance, Secretarial & PA, Teaching & Mentoring etc. Course Curriculum 2 sections • 7 lectures • 02:41:00 total length •Module 01: Data Center Introduction: 00:37:00 •Module 02: Data Center Reliability: 00:23:00 •Module 03: Data Center Equipment: 00:24:00 •Module 04: Data Center White Space: 00:24:00 •Module 05: Data Center Support Spaces: 00:27:00 •Module 06: Data Center Security, Safety, Networks and IT: 00:26:00 •Assignment - Data Center Training Essentials: General Introduction: 00:00:00
Dive into the realm of modern-day people management with the 'Introduction to Modern Human Resource Management' course. Navigate the multifaceted world of HR, from strategically aligning resources with business aims to ensuring the well-being and optimal performance of every employee. Whether you're an HR aspirant or a manager keen to enhance team efficiency, this curriculum unfurls the secrets of effective personnel management. Learning Outcomes Understand the foundational principles of Human Resource Management. Develop insights into aligning human resources with strategic business goals. Acquire techniques for optimising employee performance and addressing conflicts. Comprehend methods for staff resourcing and effective team building. Gain knowledge on maintaining workplace health, safety, and well-being. Why buy this Introduction to Modern Human Resource Management course? Unlimited access to the course for forever Digital Certificate, Transcript, student ID all included in the price Absolutely no hidden fees Directly receive CPD accredited qualifications after course completion Receive one to one assistance on every weekday from professionals Immediately receive the PDF certificate after passing Receive the original copies of your certificate and transcript on the next working day Easily learn the skills and knowledge from the comfort of your home Certification After studying the course materials of the Introduction to Modern Human Resource Management there will be a written assignment test which you can take either during or at the end of the course. After successfully passing the test you will be able to claim the pdf certificate for £5.99. Original Hard Copy certificates need to be ordered at an additional cost of £9.60. Who is this Introduction to Modern Human Resource Management course for? Individuals aiming to launch a career in Human Resource Management. Managers and supervisors keen on optimising team dynamics. Business owners desiring a deeper grasp on people management. Those interested in transitioning to an HR role from other sectors. Graduates looking to add a valuable skill set to their portfolio. Prerequisites This Introduction to Modern Human Resource Management does not require you to have any prior qualifications or experience. You can just enrol and start learning.This Introduction to Modern Human Resource Management was made by professionals and it is compatible with all PC's, Mac's, tablets and smartphones. You will be able to access the course from anywhere at any time as long as you have a good enough internet connection. Career path Human Resource Manager: £35,000 - £55,000 Strategic HR Consultant: £40,000 - £70,000 People Resourcing Specialist: £30,000 - £50,000 Performance Management Analyst: £32,000 - £52,000 Conflict Resolution Specialist: £28,000 - £48,000 Health and Safety Officer: £25,000 - £45,000 Course Curriculum Module 01: Introduction to Human Resource Management Introduction to Human Resource Management 00:16:00 Module 02: Strategic Human Resource Management Strategic Human Resource Management 00:14:00 Module 03: People Resourcing Employee Hiring 00:16:00 Module 04: Performance Management Performance Management 00:16:00 Module 05: Conflict Management Conflict Management 00:14:00 Module 06: Health and Safety Management Health and Safety Management 00:14:00
Duration 1 Days 6 CPD hours This course is intended for This course is for individuals who are new to Adobe Acrobat Pro, but need to create and share PDF files and PDF portfolios. Students should have some experience using office productivity applications, such as word processor, a multimedia presentation application, or a spreadsheet application. Overview In this course, you will create and work with PDF documents. You will: Access information in a PDF document Create and save PDF documents Navigate content in a PDF document Modify PDF documents Review PDF documents Convert PDF documents Adobe Acrobat Pro DC puts the power of the Portable Document Format, literally, at your fingertips. By taking advantage of the functionality & features available in Acrobat, you will ensure the integrity of your documents regardless of who views them. Prerequisites To ensure your success in this course, you should have basic experience with computers and exposure to Windows 8, as well as common productivity tools such as Microsoft Office Word & Microsoft Office PowerPoint. You can obtain this level of skill & knowledge by taking the following courses: Using Microsoft Windows 8 Microsoft Windows 8 Transition from Windows 7 Microsoft Office Word 2013: Part 1 Microsoft Office PowerPoint 2013: Part 1 1 - Accessing PDF Documents Topic A: Open a PDF Document Topic B: Browse a PDF Document 2 - Creating and Saving PDF Documents Topic A: Create and Save a PDF Document from an Existing Document Topic B: Create a PDF Document from a Web Page Topic C: Combine Multiple PDF Documents 3 - Navigating Content in a PDF Document Topic A: Perform a Search in a PDF Document Topic B: Search Multiple PDF Documents Topic C: Work with Bookmarks Topic D: Create Links and Buttons 4 - Modifying PDF Documents Topic A: Manipulate PDF Document Pages Topic B: Edit Content in a PDF Document Topic C: Add Page Elements 5 - Reviewing PDF Documents Topic A: Add Comments and Markup Topic B: Compare PDF Documents Topic C: Initiate and Manage a Review Topic D: Digitally Sign PDF Documents 6 - Converting PDF Files Topic A: Reduce the File Size of a PDF Document Topic B: Optimize PDF Files Topic C: Convert and Reuse PDF Document Content