• Professional Development
  • Medicine & Nursing
  • Arts & Crafts
  • Health & Wellbeing
  • Personal Development

189 Memory courses in Crosby delivered Live Online

The Missing Links – Affect Bridge, Molar Memories and Sub-threshold Trauma

By Human Givens College

Essential CPD to deepen your understanding and develop your skills as a therapist CPD Certificate: 3 hours Length: 9.45am – 1.00pm (GMT) LIMITED PLACES – Feb date now full Join Ros Townsend live online on Tuesday 8th October 2024 for this important CPD course, designed specifically for mental health professionals interested in the human givens approach. BONUS – you will get a recording for 2 weeks afterwards to maximise your learning. There are many occasions when a client presents with an excessive emotional response and it is not immediately apparent why this is happening. Perhaps they know that they are ‘over-reacting’ in some way – getting very angry, very fearful – or are experiencing a driven urge to take a particular action – such as eating or having sex. This live online course will help you gain confidence in working safely and ethically with affect bridges to discover if an unhelpful pattern, in the form of a molar memory or sub-threshold trauma is at the root of their experience, allowing you to then determine collaboratively with your client the best ways of addressing that. During the course, there will be plenty of opportunity to ask questions of the tutor, and to engage in exercises and discussions with your peers and colleagues. Why take this course Whether you are a new HG therapist wanting to develop a clear understanding of how to utilise an affect bridge to determine if a molar memory or sub-threshold trauma is present, and to better understand the protocols for working with these, or whether you are an experienced HG practitioner looking to refresh your knowledge and delve deeper into understanding this valuable skillset, this course will help you gain the skills and understanding you need to do so safely and effectively. In an early article regarding molar memories, Joe Griffin termed them ‘an ancient mechanism that is ruining lives’; and the impact of such driven urges on the lives of our clients cannot be underestimated. Molar memories can, on first encountering the theory, seem complicated and unfathomable, but this course will set them – and sub-threshold traumas and the use of the affect bridge to access both – within a clear framework of understanding, linking back to the way in which our brain perceives things (referencing the APET model) and to RIGAAR (how we structure a good therapy session). During the course, numerous case studies will be shared and used as the basis for exercises, and there will be ample opportunity to link the learning to your own experiences in the therapy room. You will gain a clear understanding of: how to follow the treatment protocols for working with molar memories and sub-threshold traumas – adapting these, of course, to each client’s unique model of reality; how to safely and ethically utilise an affect bridge; and how to avoid the danger of creating any false memories. Ros is a brilliant teacher and presenter. She made the whole course interesting, engaging and informative as well as very supportive. She was also very patient with all our questions!GEMMA ROGERS, COUNSELLOR/COACH What the training covers: How APET and RIGAAR relate to one another Why an understanding of APET is essential when working with affect bridge What an affect bridge is How to use affect bridge safely and ethically within your therapy sessions How to avoid the risk of creating false memories Why we must proceed with caution when undertaking affect bridges when working online The difference (in this context) between ‘positive’ and ‘negative’ The tell-tale patterns of a sub-threshold trauma and a molar memory being present A framework to understand the presentations of both sub-threshold traumas and molar memories How to identify a sub-threshold trauma An understanding of the treatment protocol for sub-threshold traumas How to identify a molar memory An understanding of the treatment protocol for molar memories Why molar memories sometimes present differently in complex trauma How to use the understanding of APET and help clients to utilise affect bridge as a positive tool within their lives Who is this course suitable for? This course is designed for both trainee and fully-qualified HG therapists It is also suitable for any mental health professionals interested in the human givens approach It is recommended to all HG practitioners by the Human Givens Institute (HGI) Timings 9.45 am – Join Zoom 10.00 am – Course session starts 1.00 pm – Course ends In any online training it’s important to build in regular breaks and ensure that every 20 minutes there is a shift in focus of attention to pull the eyes away from the screen. There will be two 10–15 minute comfort breaks during the training and regular opportunities for discussion and exercises in break-out rooms. Meet your tutor Rosalind Townsend Ros Townsend is an experienced psychotherapist and supervisor with busy practices in SW England, where she combines private therapy work with referrals from Occupational Health and the NHS. Read more

The Missing Links – Affect Bridge, Molar Memories and Sub-threshold Trauma
Delivered OnlineFlexible Dates
£95

Learn to make a macrame lobster

By Golden Rope

Learn to make a macrame lobster which is very attractive and beautiful. You can use it a home decor or use it as a hanging flower vase .

Learn to make a macrame lobster
Delivered OnlineFlexible Dates
£50

Learn to make a macrame lobster

By Golden Rope

Learn to make a macrame lobster which is very attractive and beautiful. You can use it a home decor or use it as a hanging flower vase .

Learn to make a macrame lobster
Delivered OnlineFlexible Dates
£50

Learn to make a macrame lobster

By Golden Rope

Learn to make a macrame lobster which is very attractive and beautiful. You can use it a home decor or use it as a hanging flower vase .

Learn to make a macrame lobster
Delivered OnlineFlexible Dates
£50

Computer Maintenance and Repair Course

By Hi-Tech Training

The Computer Maintenance & Repair Technician course aims to enable participants to diagnose and repair system level faults in computer-based systems at the foundation level.

Computer Maintenance and Repair Course
Delivered OnlineFlexible Dates
£85 to £685

LEARN TO MAKE A MACRAME WALLMAT

By Golden Rope

Learn to make a macrame wall mat which is a great item for home decor. You can hang it in your wall and decorate your house like never before.

LEARN TO MAKE A MACRAME WALLMAT
Delivered OnlineFlexible Dates
£50

LEARN TO MAKE A MACRAME WALLMAT

By Golden Rope

Learn to make a macrame wall mat which is a great item for home decor. You can hang it in your wall and decorate your house like never before.

LEARN TO MAKE A MACRAME WALLMAT
Delivered OnlineFlexible Dates
£50

LEARN TO MAKE A MACRAME WALLMAT

By Golden Rope

Learn to make a macrame wall mat which is a great item for home decor. You can hang it in your wall and decorate your house like never before.

LEARN TO MAKE A MACRAME WALLMAT
Delivered OnlineFlexible Dates
£50

Python for network engineers

5.0(3)

By Systems & Network Training

Python training course description This Python course focusses on teaching Python for use in network automation and network DevOps. We focus on getting delegates up and running with Python and network automation as quickly as possible rather than making them great programmers. In other words we concentrate on enabling delegates to use network automation libraries such as netmiko, NAPALM and Nornir, and APIs such as NETCONF and RESTCONF rather than enabling delegates to produce object oriented programs. Hands on sessions use Cisco and Juniper devices. What will you learn Run Python programs. Read Python programs. Write Python programs. Debug Python programs. Automate network tasks with Python programs. Configure network devices with Python. Collect data from network devices with Python. Python training course details Who will benefit: Network engineers. Prerequisites: TCP/IP Foundation Duration 5 days Python training course contents What is Python? Programming languages, Why Python? Python in interactive mode, Python scripts, ipython, Python version 2 versus version 3. A simple Python script. Comments. Hands on Installing Python, Hello world. A network example On box vs off box Python. telnet, ssh, NETCONF, HTTP, APIs, manufacturers and API support, analysis of a simple telnetlib program. Hands on Using Python to retrieve the configuration from a network device. Using wireshark to analyse the actions. Python basics I/O, operators, variables and assignment, types, indentation, loops and conditionals. Hands on Modifying the telnet program, changing configurations on a network devices. Functions, classes and methods What are functions, calling functions, builtin functions, useful builtin functions, file handling, classes, objects, creating instances. Hands on Storing configurations in files, configuring devices from files, using an inventory file to work on multiple devices. Libraries and modules Modules, files and packages, import, from-import, Python standard library, other packages, pip install, executing other programs. Managing python libraries. Hands on Using pip, installing and using ipaddress, subprocess to access netsnmp. For the more advanced, using the sockets library. Paramiko and netmiko SSH, enabling SSH on devices, keys. Paramiko versus netmiko, example scripts. pexpect. Hands on Configuring VLANs from Python. pySNMP Gathering facts using previous methods, SNMP review, pySNMP GET, pySNMP and SNMPv3. easySNMP library. Hands on Walking a MIB from Python. NETCONF What is NETCONF? Enabling NETCONF on devices, A first ncclient script, device handlers, get_config, edit_config, copy_config, delete_config, commit, validate, pyEZ, utils_config, utils.sw. Hands on Configuration using ncclient and PyEZ. This session is expanded for those interesting in JunOS automation. Manipulating configuration files Builtin functions, string handling. Unicode. Sequences, strings, lists, tuples. Dictionaries. TextFSM. Regular expressions. JSON, YAML, XML, YANG, Jinja2, templates. Hands on Jinja2 templating with Python to configure network devices. NAPALM Getters, configuration operations, supported devices, NAPALM transport, Config-replace, Config-merge, Compare config, Atomic changes, rollback. Example NAPLAM scripts. Hands on Using NAPALM to gather facts, Using NAPALM for configuration management REST and RESTCONF What is REST, HTTP methods, GET, POST, cURL, Postman, Python requests library. RESTCONF, a RESTCONF example. Hands on Modifying a configuration using RESTCONF. Scapy What is scapy, Scapy in interactive mode, Scapy as a module. Hands on Packet crafting from Python. Warning Errors and exceptions, Exception handling, try, except. Memory management. Garbage collection. Context management, With. Hands on Improving Python code. Nornir What is Nornir? A network automation framework, inventories, connection management and parallelization. Nornir architecture and other libraires. Hands on Setting up nornir, nornir fact gathering, nornir tasks. Optional Writing your own functions, Writing your own classes. pyntc. Hands on Writing reusable code.

Python for network engineers
Delivered in Internationally or OnlineFlexible Dates
£3,697

Advanced Visualization with Power BI (AVIAD)

By Online Productivity Training

OVERVIEW Prerequisites—DIAD training or equivalent working experience This one-day course will cover Power BI report layouts and structure the agile process to creating Power BI data visualizations. It will help attendees to understand the art behind visualizations, the implications behind choosing the right charts, the impact of color, shape, and size, and finally the use of Power BI custom visuals. The course includes various design patterns of dashboards and reports, as well as best practices for authoring great reports and dashboards for business users. The course content is managed by the Power BI engineering team at Microsoft. There is no exam associated with the course. COURSE BENEFITS: Understand the need for storytelling with data Understand the agile process to creating Power BI data visualizations Understand the art behind visualizations Gain familiarity with Power BI report layouts and structure Understand implications behind choosing the right charts Gain familiarity with using Power BI custom visuals WHO IS THE COURSE FOR? Power BI report developers who wish to improve the aesthetic quality of their reports Power BI and other BI practitioners who would like to understand more about the theory of data visualization BI practitioners who wish to create reports that communicate the meaning behind the data more clearly Power BI users who would like to explore the types of chart and visual available that answer different types of business question COURSE OUTLINE Module 1 What Is Storytelling With Data? Volume, Velocity and Variety The importance of business questions What is a story in this context? Module 2 The Science Behind Data Visualization Basic problems to avoid Memory and visualization Ways to spark iconic, short-term and long-term memory Module 3 The Process Behind Data Visualization Using an agile approach to report development Data structure and data grain Converting the story to a data model Module 4 Dashboards And Reports Terminology and definitions Dashboard layout and structure Report layout and structure Storyboarding Drill-through, bookmarks, toggles and tooltips Module 5 Chart Selection Charts for comparison Time series Proportions Constructing effective tables, cards and slicers Scatterplots Module 6 Accessibility And Custom Visuals Report accessibility checklists Custom visuals Creating a custom R visual Charticulator Module 7 Publishing And Formatting Colour schemes Making a Power BI theme Use of fonts, icons and symbols Sizing dashboard and report tiles Sparklines, hyperlinks and images Module 8 Report Authoring - Best Practices Design thought process The audience Defining the platform environment The user experience Visualization Implementation and testing Optimization Module 9 Dashboard And Goals Design Tips and tricks Best practices for dashboard design Tracking business metrics with goals

Advanced Visualization with Power BI (AVIAD)
Delivered OnlineFlexible Dates
£400