This educational talk demonstrates how Queen Square Radiosurgery Centre has become a hub for cutting-edge research in Radiosurgery. Gain invaluable insights into the clinical benefits of Gamma Knife treatment and its impact on cases that might have otherwise been prescribed whole-brain radiation therapy (WBRT).
This course is for young learners who: Have completed Level 3. Know how to read, write and speak Greek at a very good level. Use a variety of words and expressions when speaking with family and friends. Communicate with native speakers in Greek without much strain from either party.
This course is for young learners who: Have completed Level 4. Know how to read, write and speak Greek at a very good level. Understand all the ideas presented in Greek, either spoken or written. Communicate with native speakers Greek without any strain.
Duration 2 Days 12 CPD hours Overview Create heightened self-awareness and personal discovery Establish a space of mutual respect by adapting your communication Work with resistance to gain commitment and buy-in Recognize and enhance trust by leading from any position Distinguish among varying attitudes and behaviors to make your teams work as a stronger unit One of DISC?s most intriguing applications is leveraging behavioral identification and adaptability. This workshop will guide you on the path of heightened self-awareness and personal discovery. You can make this your cornerstone seminar, revealing your unique behavioral style blend and how to apply that knowledge prescriptively to others, based on their style blend; thus boosting communication effectiveness. Studies indicate that 92% of workplace conflict is the result of misunderstanding and communication breakdowns. Your entire organization can apply DISC?s prescriptive lessons of behavioral adaptability to reduce employee conflict and turnover, increase productivity, and optimize team performance. Private classes on this topic are available. We can address your organization?s issues, time constraints, and save you money, too. Contact us to find out how. 1. Understanding The World Of Disc What is DISC? Breaking down the four main styles: Dominant Influencing Steady Conscientious Determining behaviors to read styles: Indirect vs. Direct Open vs. Guarded 2. Building Stronger Self-Awareness Rating your own style Understanding the Platinum Rule Grid Breaking down your profile Natural Style Adapted Style 3. Reading And Adapting To Others? Behaviors Applying the Platinum Rule Identifying characteristics in others Communication strategies with others Adapting your approaches 4. Getting Buy-In From Others Selling yourself to others Getting buy-in from each profile Understanding the cycle of getting buy-in Assessing Solving Confirming agreement Assuring satisfaction 5. Trust-Based Leadership High performance leadership characteristics The key to listening to build trust Motivating strategies with each profile 6. Making Teams Work Understanding how we each make decisions Seeing the power in each style as a role Blending team styles for teamwork Reviewing the team needs to optimize effectiveness
Duration 1 Days 6 CPD hours This course is intended for This course is intended for those who want to understand and use soft skills to communicate, problem solve, and resolve conflict. Overview Upon successful completion of this course, participants will use soft skills to more effectively interact with people and improve communication skills. In this course, participants will develop a core set of ten soft skills. Getting Started Workshop Objectives Action Plan What are Soft Skills? Definition of Soft Skills Empathy and the Emotional Intelligence Quotient Professionalism Learned vs. Inborn Traits Practical Illustration Communication Ways We Communicate Improving Nonverbal Communication Listening Openness and Honesty Practical Illustration Team Work Identifying Capabilities Get Into Your Role Learn the Whole Process The Power of Flow Practical Illustration Problem Solving Define the Problem Generate Alternative Solutions Evaluate the Plans Implementation and Re-Evaluation Practical Illustration Time Management The Art of Scheduling Prioritizing Managing Distractions The Multitasking Myth Practical Illustration Attitude and Work Ethic What Are You Working For? Caring for Others vs Caring for Self Building Trust Work Is Its Own Reward Practical Illustration Adaptibility/Flexibility Getting Over the Good Old Days Syndrome Changing to Manage Process Changing to Manage People Showing You?re Worth Your Weight in Adaptability Practical Illustration Self Confidence (Owning It) Confident Traits Self-Questionnaire Sure-fire Self-Confidence Building Tactics Build Up Others Practical Illustration Ability to Learn Wow, You Mean I?m Not Perfect? Listen with an Open Mind Analyze and Learn Clear the Air and Don?t Hold Any Grudges Practical Illustration Networking Redefine Need Identifying Others? Interests Reach Out When to Back Off Practical Illustration Wrapping Up Words From the Wise
Duration 1 Days 6 CPD hours This course is intended for This course is intended for individuals who want to improve their phone skills. Overview Upon successful completion of this course, students will be more confident in handling the phone, resulting in new customers while retaining current clientele. In this course, students will learn about different types of calls and the etiquette associated with them. Getting Started Housekeeping Items Pre-Assignment Review Workshop Objectives The Parking Lot Action Plan Aspects of Phone Etiquette Phrasing Tone of Voice Speaking Clearly Listen to the Caller Case Study Using Proper Phone Language Please and Thank You Do Not Use Slang Avoid Using the Term ?You? Emphasize What You Can Do, Not What You Can?t Case Study Eliminate Phone Distractions Avoid Eating or Drinking Minimize Multi-Tasking Remove Office Distractions Do Not Let Others Interrupt Case Study Inbound Calls Avoid Long Greeting Messages Introduce Yourself Focus on Their Needs Be Patient Case Study Outbound Calls Be Prepared Identify Yourself and Your Company Give Them the Reason for the Call Keep Caller Information Private Case Study Handling Rude or Angry Callers Stay Calm Listen to the Needs Never Interrupt Identify What You Can Do For Them Handling Interoffice Calls Transferring Calls Placing Callers on Hold Taking Messages End the Conversation Case Study Handling Voicemail Messages Ensure the Voice Mail Has a Proper Greeting Answer Important Messages Right Away Ensure Messages are Delivered to the Right Person When Leaving A Message for Others... Case Study Methods of Training Employees Group Training One-on-One Training Peer Training Job Shadowing Case Study Correcting Poor Telephone Etiquette Screening Calls Employee Evaluations Peer Monitoring Customer Surveys Case Study Wrapping Up Words From The Wise Review Of The Parking Lot Lessons Learned Recommended Reading Completion Of Action Plans And Evaluations
Duration 2 Days 12 CPD hours This course is intended for This in an introductory-level course geared for QA, Test team members and others who want to use the Python testing framework PyTest to implement code testing strategies. Attendees should have prior basic Python scripting experience. Students should have some familiarity with tools to be used in this course: PyCharm, Jupyter Notebook and basic GIT. Overview Working within in a hands-on learning environment students will learn to: Become proficient with pytest from day one by solving real-world testing problems Use pytest to write tests more efficiently Scale from simple to complex and functional testing Write and run simple and complex tests Organize tests in fles and directories Find out how to be more productive on the command line Markers and how to skip, xfail and parametrize tests Explore fxtures and techniques to use them effectively, such as tmpdir, pytestconfg, and monkeypatch Convert unittest suites to pytest using little-known techniques The pytest framework is simple to use but powerful enough to cover complex testing integration scenarios. PyTest is considered by many to be the true Pythonic approach to testing in Python. Geared for QA, Test team members and others who want to use the Python testing framework PyTest to implement code testing strategies, Test Automation with Python is a hands-on, two day Python testing course that provides students with the skills required to get started with PyTest right away. Participnats will learn how to get the most out of it in their daily workflow, exploring powerful mechanisms and plugins to facilitate many common testing tasks. Students will also learn how to use pytest in existing unittestbased test suites and will learn some tricks to make the jump to a pytest-style test suite quickly and easily. Python Refresher Python Overview Python Basics Python Lab Introducing PyTest Why Spend time writing test UnitTest Module Why PyTest? Introductory Lab Writing and Running Test Installing PyTest Writing and Running Tests Organizing files and packages Command Line options Configure pytest.ini Install and Config Lab Markers and Parameters Mark Basics Built-in marks Parameterization Markers and Parameters Lab Fixtures Introduction to Fixtures Sharing fixtures with conftest.py files Scopes Autouse Parameterizing fixtures Using marks from fixtures Built-in fixtures Best Practices Fixtures Lab Fixtures Lab 2 Plugins Finding and installing plugins Overview of plugins Plugin Lab From UnitTest to PyTest Use PyTest as a Test Runner Convert asserts with unitest2pytest Handling setup/teardown Managing test hierarchies Refactoring test utilities Migration strategies Additional course details: Nexus Humans Test Automation with Python (TTPS4832) training program is a workshop that presents an invigorating mix of sessions, lessons, and masterclasses meticulously crafted to propel your learning expedition forward. This immersive bootcamp-style experience boasts interactive lectures, hands-on labs, and collaborative hackathons, all strategically designed to fortify fundamental concepts. Guided by seasoned coaches, each session offers priceless insights and practical skills crucial for honing your expertise. Whether you're stepping into the realm of professional skills or a seasoned professional, this comprehensive course ensures you're equipped with the knowledge and prowess necessary for success. While we feel this is the best course for the Test Automation with Python (TTPS4832) course and one of our Top 10 we encourage you to read the course outline to make sure it is the right content for you. Additionally, private sessions, closed classes or dedicated events are available both live online and at our training centres in Dublin and London, as well as at your offices anywhere in the UK, Ireland or across EMEA.
Duration 3 Days 18 CPD hours This course is intended for This course is ideal for developers, engineers, and others including: Cloud administrators , Cloud solution architects , Customer sales engineers , DevOps engineers , Sales engineers , Systems engineers, Technical solutions architects. Overview After taking this course, you should be able to: Explain business and technical challenges of going to the cloud Understand benefits of an application-centric hybrid cloud multicloud management platform Navigate Cisco CloudCenter Suite architecture Understand Cisco CloudCenter Suite administrative capabilities including cloud management, multi-tenancy, governance, and policy enforcement Describe application lifecycle management and provisioning in cloud Describe how to use Cisco CloudCenter Suite to manage the workloads in multicloud The course, Mulitcloud Automation and Orchestration with Cisco CloudCenter Suite (CLDAO) v1.0 teaches you how to configure simplified orchestration and workflow automation that provides seamless integration within the Cisco© CloudCenter suite. Through lessons and hands-on experiences, you will learn to use the tools of the CloudCenter Suite to streamline business processes, automate tasks, and increase efficiency in business processes. Introducing Cisco CloudCenter Suite Action Orchestrator Cisco CloudCenter Suite Architecture Defining Action Orchestrator User Management and Security Considerations Cisco CloudCenter Suite User Management and Security Defining Cisco CloudCenter Suite Action Orchestrator Adapters Action Orchestrator Adapter Creation Examining Action Orchestrator Integrations and Supported APIs Cisco CloudCenter Suite Action Orchestrator APIs