Explore the intricate world of urban planning with our "Introduction to Urban Planning: Process and Practices" course. Gain insights into key topics such as sustainable development, infrastructure planning, and transportation design. Discover the foundations of urban design, environmental considerations, and future trends shaping our cities. Join us in unraveling the complexities of community engagement, policy development, and innovative strategies for building resilient, smart, and sustainable urban environments. Enroll now for a transformative journey into the heart of city development and planning.
Learn life changing breath-work techniques. In this half day workshop, we will gain a deeper understanding of our breath and how we can use it to help regulate our nervous system, release stress and tension from the body and make more space for feelings of safety and well being. We will combine a deep healing breath-work journey, with guided felt sense meditations, breath awareness, and some great breath techniques for helping you to re-connect with the power of your breath in every day life. WHAT TO EXPECT? - An introduction to the foundations of conscious connected breathing - Reconnection with your body through a felt sense meditation - Experience intimacy with your breath through breath awareness meditation - A breath-work journey - An opportunity to release embodied holding patterns, stress, tension and unwanted feelings. - Take away breath-work tools to support anxiety and stress - Sharing circle - Friendly, open and safe space Breathwork gives us the tools to transform, allowing us to let go of whatever may be holding us back and letting us live the lives we truly want to live. Conscious Connected Breathwork and Nervous System regulation is something we can all tap into; we just need the right guidance and tools. Some of the Benefits of Conscious connected breathwork include: - Release Tension - Resolve Depression - Reduce Stress & Anxiety - Clear Emotional Blocks - Heal Trauma - Increased Energy - Better Sleep This workshop is not just a learning experience; it's a transformative journey designed to bring clarity and change into your life.
Learn to create top quality, fragrant, natural candles you can feel proud to burn in your home or gain enough skills to start a business. Paula, the award-winning founder of Old Bexley Soap & Candle Co., a master Chandler with years of experience is your host and teacher. You’ll be in a friendly, relaxed atmosphere and leave with two beautiful handmade soy wax candles - one large 30 cl and a smaller 12 cl.
Introduction to Inkle Loom Weaving' workshop in the beautiful setting of Fisherton Mill in Salisbury, Wiltshire. Learn how to plan your weaving project, set up your inkle loom ready for weaving and spend a day learning the basic weaving technique in this relaxed & informative beginners weaving workshop. All materials and equipment are provided and you will leave with a clear handout of notes and your first woven band, made from organic cotton and linen, available in a wide range of stunning colours.
Every day, thousands of people are exposed to situations where they are left alone in work premises, when visiting members of the public during their working day, or working from home. There are many risks associated with working in isolation, without the support of colleagues. These risks can include accidents and violence. This course acts as an introduction to personal safety for lone workers and applies to those that work alone within business premises, mobile workers and homeworkers. It covers the legal responsibilities of both employers and employees, some of the common security precautions that can be implemented, practical steps you can take to avoid conflict in lone worker situations and other elements that can contribute to lone worker safe
I hear many people say they cannot meditate. Therefore, during this 3 hour workshop, you will learn the difference between meditation and mindfulness. You will learn the various ways to meditate and how to adapt to suit your needs. You will learn the main benefits of meditation for improvements to both your physical and mental health, and be able to complete a short guided meditation by the end of the session.
Course Overview Learn how to provide psychotherapy to children, adults, families and groups. Take the first steps towards starting your counselling career with this Introduction to Psychotherapy course. Psychotherapy is designed to help people with psychological issues, such as depression, anxiety, and posttraumatic stress. This course will teach you how to deal with people with psychological disorders. You'll learn the concepts of psychotherapy and various types of psychotherapy approach. In the course, you'll learn about the benefits of online psychotherapy, the methods of creating the most positive relationship with your client, and the concepts of 'the unconscious mind' will also be discussed. You'll also get to know about Internet-Based Therapy. If you're interested in psychotherapy and want to learn more about it or if you are looking to start a career as a psychotherapist, then this online psychotherapy course is just right for you. What You Will Learn You'll learn about: What is Psychotherapy? Psychology, Counselling & Psychotherapy Who Can Benefit from Psychotherapy? Short-Term Vs Long-Term Therapy The Therapeutic Relationship Psychotherapy for Children Family Therapy Different Types of Psychotherapy Internet-Based Therapy and many more Why You Should Choose This Course From iStudy Study at your own pace Full Tutor support on weekdays (Monday - Friday) Fully compatible with any device Free Printable PDF Certificate immediately after completion No prior qualifications are needed to take this course No hidden fees or exam charges CPD Qualification Standards and IAO accredited Efficient exam system, assessment, and instant results Our customer support team is always ready to help you Gain professional skills and better earning potential Certification After completing the course you'll receive a free printable CPD accredited PDF certificate. Hard Copy certificate is also available, and you can get one for just £9! Accreditation This course is accredited by Continuing Professional Development (CPD). It is a recognised independent accreditation service. Enrol today and learn something new with iStudy. You'll find a full breakdown of the course curriculum down below, take a look and see just how much this course offers. We're sure you'll be satisfied with this course.
Overview This course will help our clients to assist not only in meeting the challenges of introducing IPSAS but also to secure the benefits of improved financial management to help secure the organisational objectives and goals of each public service organisation. We have developed this course starting with an introduction and then implementation of IPSAS. This course will help our clients to assist not only in meeting the challenges of introducing IPSAS but also to secure the benefits of improved financial management to help secure the organisational objectives and goals of each public service organisation. This enables multi-national organisations to make comparisons between projects wherever in the world they happen, irrespective of jurisdiction, culture, language and ethnicity. IPSAS is becoming and will become the World standard for Public Sector entities. We have developed this course starting with an introduction and then implementation of IPSAS. This allows clients to structure the move to IPSAS within its appropriate Framework. It is an approach that enables implementation to be done in a structured and well-managed way. In the course we will consider the main requirements of IPSAS and, by showing how they affect financial reports and published accounts, will help you to apply IPSAS. The course will assist both finance managers and general managers whose organisations and departments will be affected by IPSAS.
CRRUK equips professionals with the concepts, skills and tools to build conscious, intentional relationships, and to coach relationship systems of any size.
Advanced C++ training course description The course will give a broad overview of the C++ Programming language, focusing on modern C++, up to C++17. This course will cover the use of the Standard Library, including containers, iterator, function objects and algorithms. From the perspective of application development, a number of design patterns will be considered. What will you learn Write C++ programs using the more esoteric language features. Utilise OO techniques to design C++ programs. Use the standard C++ library. Exploit advanced C++ techniques Advanced C++ training course details Who will benefit: Programmers needing to write C++ code. Programmers needing to maintain C++ code. Prerequisites: C++ programming foundation. Duration 5 days Advanced C++ training course contents Study of a string class Create a string class as a means to investigate many issues, involving the use of operator overloading and including overloading new and delete. Creation of the class will also require consideration of 'const correctness'. Exception handling Consider the issues involved in exception handling including the concept of exception safety. Templates Review definition of template functions, including template parameter type deduction. Introduction to template metaprogramming. Newer features including template template parameters and variadic templates. Creation of template classes. Design patterns Introduction to Design Patterns and consideration of a number of patterns, such as, factory method, builder, singleton and adapter. The standard C++ library (STL) Standard Library features, such as, Containers, Iterator, Function Objects and Algorithms. Introduction to Lambda expressions. C++ and performance The writing of code throughout the course will be oriented towards performant code, including use of R Value references and 'move' semantics. Pointers The use of pointers will be considered throughout the course. Smart pointers will be considered to improve program safety and help avoid the use of 'raw' pointers. Threading This section will consider the creation of threads and synchronisation issues. A number of synchronisation primitives will be considered. Async and the use of Atomic will also be considered. New ANSI C++ features Summarising some of the newer features to be considered are: Auto, Lambdas expression, smart pointers, variadic templates and folds, R Value references and tuple together with structured binding.