This course will let you develop the skillsets needed to guide the delivery of value in a Lean enterprise—and learn about the activities, tools, and mechanics used to manage backlogs and programs. Attending the class prepares you to take the exam and become a certified SAFe® 6 Product Owner/Product Manager (POPM). SAFe Product Owner/Product Manager 6 training course is provided under Scaled Agile, Inc. Partner Program Agreement.
Course Information Join us for a two-day immersive course crafted to equip participants with an in-depth understanding of remote audit methodologies. Delve into the nuances between remote and face-to-face audits, dissecting their respective strengths and limitations. Through practical scenarios tailored for remote audit conduct, this course stands as an essential counterpart to our on-site audits course The Auditing Course. Who Should Attend: Applicable across various domains of regulated research and development, this course proves invaluable in contexts requiring a quality system for audit. Participants with firsthand audit experience stand to gain the most benefit from this programme. Expanding on Previous Learning: This course extends its relevance to all forms of audits and further amplifies concepts explored in RQA's suite of research quality assurance courses, including: 'Research Quality Assurance for Good Laboratory Practice,' 'Good Clinical Practice Auditing – Principles and Practice,' and 'Good Manufacturing Practice for Investigational Medicinal Products.' Benefits include improved: Understand the processes of planning, conducting, reporting and follow-up of audits Recognising the importance of personal approach in developing positive audit outcomes Ability to analyse evidence and present logical audit findings Appreciate the importance of audit in continuing improvement. This course is structured to encourage delegates to: Discuss and develop ideas Solve problems Exchange information. Tutors Tutors will be comprised of (click the photos for biographies): Andrew Waddell Founder Director, Tower Mains Ltd Rosemary Ichaba Senior QA Associate, Tower Mains Ltd Cate Ovington Director, The Knowlogy Group Ltd Jean McWilliam Associate Director, Alexion Programme Please note timings may be subject to alteration. Day 1 09:00 Course Registration 09:15 Welcome and Introductions 09:35 Introduction to Audits Delegates explore the range of audits which they have experienced, define the purpose of each audit type and establish which of those audits are performed to meet regulatory requirements. 10:05 Introduction to Remote Audits Presentation to introduce the major differences between face-to-face audits and remote audits. The major elements of audits will be examined to determine where there may be differences. 10:30 Break 10:45 Workshop 1 - Remote Audits This workshop will examine participants experience or understanding of the differences between face-to-face and remote audits. 11:15 Workshop 1 - Feedback 11:35 Audit Preparation The essential steps in preparation for audits will be discussed with emphasis on remote audits. 12:05 Workshop 2 - Remote Audit Preparation Factors relating to the preparation for remote audits will be considered in discussion groups. 12:35 Workshop 2 - Feedback 12:50 Lunch 13:30 Audit Logistics Preparation for the audit includes many arrangements other than the audit content. 14:00 Workshop 3 - Audit Logistics Delegates will discuss some of the issues that may occur during the set up and conduct of remote audits and how to resolve them. 14:30 Workshop 3 - Feedback 14:45 Break 15:00 The Opening Meeting Presentation regarding the importance and content of the opening meeting. 15:20 Workshop 4 - Opening Meeting Delegates will consider the practicalities of arranging and conducting an opening meeting. 15:45 Workshop 4 - Feedback 16:10 Audit Conduct Tools Practical advice on preparation of some of the tools that will be valuable in the conduct of audits. 16:40 Questions and Answers An overview of the first day and a chance to ask questions 17:00 Close of Day Day 2 09:00 Reflections on Day 1 Recap on the topics covered and a chance for delegates to raise points. 09:15 Gathering Evidence Presentation on challenges of gathering evidence and conducting interviews during remote audits. 09:45 Workshop 5 - Remote Interviews Scenarios of different remote interviews will be played and delegates assess the strengths and weaknesses of each approach. 10:15 Break 10:30 Creating Audit Findings Ideas regarding how to create good audit findings will be discussed during this short presentation. 10:50 Workshop 6 - Creating Audit Findings Delegates will be provided with examples of evidence from an audit. They will discuss these and create their audit findings for presentation at the closing meeting. 11:35 The Closing Meeting The content and conduct of the closing meeting will be discussed. 11:55 Workshop 7(a) - Preparing for the Closing Meeting The findings from workshop 6 will be reviewed and a Lead Auditor selected to provide feedback in workshop 7(b) 12:15 Workshop 7(b) - The Closing Meeting The Lead Auditor from each group will hold a meeting to present the results (role play). 12:45 Lunch 13:30 The Audit Report This presentation will cover not only the essential contents of the audit report but also how to write the report in a manner that will generate the most positive reaction. 14:00 Workshop 8 - The Audit Report Delegates will be provided with an audit report from an audit conducted remotely and will conduct a peer review of the report in their breakout groups. 15:00 Workshop 8 - Feedback 15:20 Break 15:35 Audit Closure Presentation on how to conclude the audit with reference to post-audit activities. 15:55 Open Forum 16:30 Close of Course Extra Information Course material This course will be run completely online. You will receive an email with a link to our online system, which will house your licensed course materials and access to the remote event. Please note this course will run in UK timezone. The advantages of this include: Ability for delegates to keep material on a mobile device Ability to review material at any time pre and post course Environmental benefits – less paper being used per course Access to an online course group to enhance networking You will need a stable internet connection, a microphone and a webcam.
Linux shell scripting training course description A practical introduction to writing scripts using the Bourne shell under any Linux operating system. Applicable for those using the Korn shell as well. What will you learn Read shell scripts. Write shell scripts. Use different types of quotes. Recognise the role of shell scripts within the Linux system. Linux shell scripting training course details Who will benefit: Programmers developing programs under UNIX. Administrators / support personnel who wish to find out more about the workings of Linux or write simple utility programs. Prerequisites: Linux Fundamentals Duration 2 days Linux shell scripting training course contents Review of Linux fundamentals Basic shell scripts What does the shell do? How are commands executed? Different shells. what is a shell script? Comments, creating shell scripts. Variables Setting variables, using variables, set, scope, export, sourcing, environmental variables, read. Positional parameters $0 to $9, $#, $* and others. shift parameter substitution. Control statements The test command The if statement while loops for loops The case statement. Special characters Redirection of errors, here documents, quoting. Arithmetic in shell scripts The expr command. System shell scripts Screen handling The terminfo database, The tput command. Advanced issues (optional session) Shell functions, getopts, xargs, debugging shell scripts, portability issues. Extras in the Korn shell. Optimising shell scripts The time command, performance tips.
UNIX shell programming training course description This course has been designed as a follow on course for the XML primer course. The course looks at the use of XSLT in the transforming and styling XML documents. What will you learn Read shell scripts. Write shell scripts. Use different types of quotes. Recognise the role of shell scripts within the UNIX system. UNIX shell programming training course details Who will benefit: Programmers developing programs under UNIX. Anyone working with XML. Administrators Support personnel who wish to find out more about the workings of UNIX or write simple utility programs. Prerequisites: UNIX fundamentals Some programming experience would be useful although not essential. Duration 2 days UNIX shell programming training course contents Review of UNIX fundamentals Basic shell scripts What does the shell do? How are commands executed? Different shells. What is a shell script? Comments, creating shell scripts. Variables Setting variables, using variables, set, scope, export, sourcing, environmental variables, read. Positional parameters 0 to $9, $#, $* and others. shift parameter substitution. Control statements The test command, The if statement, while loops, for loops, The case statement, Special characters, Redirection of errors, here documents, quoting. Arithmetic in shell scripts The expr command. System shell scripts Screen handling The terminfo database The tput comand Avanced issues (optional session) Shell functions, getopts, xargs, debugging shell scripts, portability issues. Extras in the Korn shell. Optimising shell scripts The time command, performance tips.
Adobe After Effects Training Fundamentals to Essentials. Learn essential techniques for creating visual effects and animations. Adobe After Effects Essentials VFX Course to learn auto-correction methods and tools, adjust video effects or presets to layers, and utilize 3D space for modifying composition. Click here for more info: Website Duration: 20 hours Approach: 1-on-1 personalized sessions and Tailored content. Flexibility: Book a time convenient for you, Monday to Saturday, between 9 am and 5 pm. Duration: 20 Hours Module 1: Introduction to After Effects (2 hours) Understanding the After Effects interface Project planning and organization techniques Module 2: Asset Preparation and Composition Setup (3 hours) Importing and organizing multimedia assets Setting up compositions for different media formats Module 3: Applying Transformations and Effects (5 hours) Animating images, videos, and text Applying diverse transformations and effects for dynamic visuals Module 4: Mastering Masking and Compositing (5 hours) Creating and refining masks for precise editing Advanced compositing techniques for seamless integration Module 5: Rendering High-Quality Videos (3 hours) Configuring rendering settings for various output formats Ensuring optimal quality in the final video output Module 6: Project Review and Q&A Session (2 hours) Reviewing projects and addressing individual queries Fine-tuning techniques based on participants' needs Course Benefits: Hands-on learning with personalized attention Mastering crucial After Effects skills for diverse media projects Access to recorded lessons for future reference Continuous email support for post-course inquiries After Effects Download https://www.adobe.com Upon completing the Essential After Effects Skills Mastery course, participants will: Proficiency in After Effects: Master the After Effects interface, gaining confidence in navigating the software effectively. Strategic Project Planning: Acquire skills in project organization and planning, ensuring a systematic approach to video projects. Advanced Asset Management: Learn efficient techniques for importing, organizing, and managing multimedia assets within After Effects projects. Dynamic Composition Creation: Gain expertise in setting up compositions tailored to various media formats, understanding their intricacies and potential applications. Creative Animation Techniques: Apply diverse transformations and effects to images, videos, and text, enhancing the visual appeal of multimedia content. Precision in Masking and Compositing: Master the art of masking, enabling precise editing, and explore advanced compositing techniques for seamless visual integration. High-Quality Video Rendering: Understand rendering settings, ensuring optimal video quality for different output formats, whether for online platforms or professional presentations. Project Review and Refinement: Engage in project reviews and Q&A sessions, refining techniques and addressing individual queries for comprehensive learning. Confidence in Video Production: Develop confidence in producing high-quality videos, equipped with a robust skill set essential for various creative projects. Continuous Learning Support: Benefit from continuous email support, providing assistance with post-course inquiries, ensuring ongoing learning and skill refinement. In this course, you will learn: Efficient workflow planning and asset organization in After Effects projects. Creative project development techniques for engaging visuals. Image and video asset preparation using Photoshop. After Effects project setup, compositions, and asset integration. Animation of transformations and effects on layers. Advanced mask creation and animation for creative compositing. Dynamic text animation and 3D exploration. Keying and seamless visual integration techniques. Understanding export settings, project backup, and archiving. Learning Objectives: Upon completion, you will master asset organization, animations, masks, text effects, and seamless integration, ensuring proficiency in After Effects projects. Prerequisites: Basic computer skills and a fast-paced learning mindset are required. No prior experience is necessary, making this course suitable for beginners. Key Features: Personalized one-on-one or live online coaching sessions. Suitable for both beginners and professionals in motion graphics and animation. Tailored Training: Courses customized to meet your specific requirements. Flexible scheduling options to suit your availability. Industry Standard: Adobe After Effects, the industry-preferred software for visual effects, motion graphics, and compositing. Widely used in filmmaking, video games, and TV production. Learning Approach: Hands-on training with detailed, step-by-step demonstrations. Real-time feedback during sessions, along with access to session recordings. Course Benefits: Certificate of Attendance upon completion. Comprehensive practical training guide for reference. Lifetime email and phone support for continuous assistance. Help with software installation for a seamless learning experience. Lifetime Support: Ongoing email and phone/WhatsApp support for lifelong learning assistance. Elevate your motion graphics expertise with our Adobe After Effects Basic to Fundamentals Training Course. Open doors to exciting opportunities in the ever-evolving realm of visual effects.
OVERVIEW Prerequisites—DIAD training and Advanced Data Modeling and Shaping training or equivalent working experience This course has been designed specifically for experienced model developers and gives a more advanced treatment of DAX formulas than either DIAD or the PL-300 course. We recommend that attendees have prior experience working with Power BI Desktop to create data models. During this course you will review: Writing DAX formulas. Defining calculated tables and columns. Defining measures. Using DAX iterator functions. Modifying filter context. Using DAX time intelligence functions. After completing this training, the attendees should be able to work with Data Analysis Expressions (DAX), perform calculations and define common business calculations for use in reports, address performance and functionality concerns. COURSE BENEFITS: Understand Analytic queries in Power BI Create calculated tables, calculated columns and measures Use DAX functions and operators to build DAX formulas Use DAX iterator functions Create formulas that manipulate the filter context Use DAX time intelligence functions WHO IS THE COURSE FOR? Analysts with experience of Power BI wishing to develop more advanced formulas in DAX Power BI developers who wish to deepen their understanding of the process of calculating formulas so as to make development faster and more reliable LAB OUTLINE Lab 1 Setup Connect to data and understand the objectives of the future labs Lab 2 Write DAX Formulas For Power BI Create a measure Use variables in the measure definition Lab 3 Add Calculated Table And Columns Duplicate a table Create a hierarchy Create a date table Add calculated columns Lab 4 Add Measures To Power BI Desktop Models Add an implicit measure to a report Add an explicit measure Add a compound measure Add a quick measure Lab 5 Use DAX Iterator Functions In A Power BI Desktop Model Complex summarization Higher grain summarization Create ranking measure Lab 6 Modify DAX Filter Context In Power BI Desktop Models Apply Boolean expression filter Remove filters: use ALL Remove filters: use AllSelected Preserve filters: use KeepFilters HASONEVALUE ISINSCOPE Context transition Lab 7 Use DAX Time Intelligence Functions In Power BI Desktop Models TOTALYTD SAMEPERIODLASTYEAR Calculate new occurrences Snapshot calculations
NMP Update (via MS Teams)Join us on MS Teams for this informative and interactive 1-day NMP Update course, designed for primary care health professionals seeking to enhance their prescribing skills and stay up-to-date with the latest developments in general practice. This course empowers you to provide safer and more effective care to your patients through informed and responsible prescribing practices.Learning Objectives:1. Refresh and update prescribing skills for primary care health professionals.2. Stay informed about changes in FP10 prescription regulations.3. Enhance knowledge and practice in prescribing safely, including understanding adverse drug reactions and side effects.4. Explore drug interactions and their implications for prescribing.5. Develop confidence and competence in prescribing for children.6. Gain insights into safe prescribing during pregnancy.7. Stay up-to-date with antibiotic prescribing guidance.8. Create a personalized action plan, evaluate learning outcomes, and access additional resources.Learning Outcomes:By the end of this 1-day Non-Medical Prescribing (NMP) Update course, participants will:1. Review, revise, and update their personal prescribing framework, including: - The consultation process. - Prescribing governance and best practices.2. Understand and apply new legislation and regulations related to prescribing in general practice.3. Update their knowledge and understanding of adverse drug reactions, ensuring safer prescribing practices.4. Recognize and manage drug interactions to avoid potential complications in patient care.5. Demonstrate the ability to prescribe confidently and effectively for pediatric patients.6. Develop the knowledge and skills required for safe prescribing during pregnancy.7. Stay informed about current antibiotic prescribing guidelines and best practices.8. Create a tailored action plan for ongoing professional development, evaluate the impact of learning, and access relevant resources.
Designed as a follow-on to The Practical Manager, this course will take your managers to the next level. Give them the skills to develop high performing teams through the application of tailored motivation strategies, effective performance appraisal and razor-sharp decision-making.
PHOTOSHOP ONE DAY COURSE ONE TO ONE LIFETIME EMAIL SUPPORT.