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

1039 Environment courses in London

Acro Beginners (5 - 9 yrs)

By DanceWithUs

Hello there, tiny tumblers and little leapers! Welcome to our delightful Acro Beginners Dance Class, meticulously designed for our budding acrobats aged between 5 and 9. Are you ready to jump into an exciting world of flips, spins, and maybe a cartwheel or two? If your answer is a resounding "Yes!", then you're in the right place. Acro dance is a unique style that combines the grace of dance with the thrill of acrobatics. Our Acro Beginners class is the perfect introduction to this fascinating dance form. From the moment your little one steps onto our specially designed acro mats, they'll be set for an exhilarating journey of discovery! Our class starts with basic acrobatic tricks that are as fun to learn as they are to perform. We'll be somersaulting, cartwheeling, and even handstanding our way into the world of acro dance. Our friendly and experienced instructors will ensure that each child learns at their own pace in a safe and supportive environment. But we'll be doing more than just acrobatics. We're also working on enhancing flexibility, balance, and stretching. Through a variety of engaging activities and exercises, your child will develop these skills, becoming not just a better acro dancer, but also a more confident mover! Yet, our Acro Beginners class is not just about learning acro dance. We believe that dance is an invaluable tool for teaching life skills. Through acro dance, your child will improve their self-esteem, learn to work as part of a team, and even develop resilience. Each cartwheel, leap, and roll is a lesson in determination and self-belief! And let's not forget the wonderful friends your child will make in our class. Acro dance is about collaboration and trust, and our class is a community of little acrobats supporting and cheering for each other. Your child will make friendships that go beyond the dance floor, creating beautiful memories along the way. So, lace up your dancing shoes, little acrobats! It's time to tumble, flip, and leap into the captivating world of acro dance. We can't wait to welcome you to our Acro Beginners Dance Class and start this exciting journey together. Remember, acro dance is about having fun, expressing yourself, and working together. So, let's embark on our acro adventure, where every flip and roll is a step towards joy and self-confidence! See you on the dance mat!

Acro Beginners (5 - 9 yrs)
Delivered In-PersonFlexible Dates
£10

Pole Dance Class

By Pole Mission

Welcome to Pole Mission, the top pole dance studio in London. We offer a variety of pole dance classes, including beginner to advanced pole dancing lessons, pole fitness courses, and aerial hoop sessions. Our experienced instructors provide engaging and empowering workouts for all skill levels. Join us for pole dance classes, pole fitness in London, and specialized pole dance courses. Conveniently located in London, we provide a supportive environment to help you achieve your fitness goals. Experience the best in pole dance and aerial hoop at Pole Mission today!

Pole Dance Class
Delivered In-PersonFlexible Dates
Price on Enquiry

Occupational Health and Safety (Level 1) CIEH Introductory Certificate (In-House)

By The In House Training Company

The CIEH Introductory Certificate in Occupational Health and Safety provides an awareness of key health and safety issues, and the part that staff should play in keeping themselves and others free from harm at work. This course will give you a basic background in, and understanding of, general health and safety practices and the control measures required to reduce risks in the workplace.

Occupational Health and Safety (Level 1) CIEH Introductory Certificate (In-House)
Delivered in Harpenden or UK Wide or OnlineFlexible Dates
Price on Enquiry

Connections That Count: Fostering Resilience in Primary Schools - Self Esteem Workshop for Primary School Staff

By The Private Therapy Practice

Unlock the potential of your primary school students with our exclusive workshop in Essex, UK. Join us for a full-day training on 'Empowering Young Minds: Cultivating Healthy Self-Esteem in Children.' Equip your staff with practical strategies to recognize and address self-esteem challenges, fostering a positive and affirming school environment. Contact us now to book your date and invest in the well-being of your students and staff.

Connections That Count: Fostering Resilience in Primary Schools - Self Esteem Workshop for Primary School Staff
Delivered In-PersonFlexible Dates
Price on Enquiry

Essential Cloud Technologies

5.0(3)

By Systems & Network Training

Cloud technologies training course description This course provides an introduction to cloud technologies, including, configuration and deployment, security, maintenance, and management. It covers all aspects of cloud computing infrastructure. It will help you to master the fundamental concepts, terminology, and characteristics of cloud computing. . What will you learn Contrast and compare AWS, GCP and Azure. Explain the different cloud services, models and characteristics. Explain cloud virtualization components and options. Explain cloud security options. Describe cloud automation, orchestration, monitoring and performance options. Cloud technologies training course details Who will benefit: Anyone working with or looking to work with cloud technologies. Prerequisites: None. Duration 2 days Cloud technologies training course contents What is the cloud? The Internet Cloud computing Benefits Disadvantages Cloud services IaaS, PaaS, SaaS, others. Cloud service providers AWS, GCP Microsoft Azure, others Cloud architectures Private, public, hybrid others Cloud based delivery The cloud and virtualization Virtual Machines, networks, storage, deployment. Accessing the Virtual Machine Secure cloud environments Security considerations. Data privacy considerations Automation and orchestration Monitoring and performance Performance Cost issues Cost containment

Essential Cloud Technologies
Delivered in Internationally or OnlineFlexible Dates
£1,497

Linux shell scripting

5.0(3)

By Systems & Network Training

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.

Linux shell scripting
Delivered in Internationally or OnlineFlexible Dates
£1,497

UNIX shell programming

5.0(3)

By Systems & Network Training

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.

UNIX shell programming
Delivered in Internationally or OnlineFlexible Dates
£1,497

Ballet Level 1 (5 - 8 yrs)

By DanceWithUs

Hello to our sparkling dancers and welcome to our Ballet Brilliance Level 1 Class, an engaging progression for our ballet enthusiasts aged between 5 and 8. Ready to leap into the next stage of your ballet journey, further enhancing your graceful moves? If your hearts are fluttering with excitement, we are overjoyed to accompany you on this magical adventure! Ballet is a delightful dance form that combines elegance, precision, and expressiveness. Our Ballet Level 1 class is here to guide you deeper into this exquisite world of dance. As you step into our welcoming ballet studio, you'll continue to cultivate your love for ballet and refine your dance skills. Our class goes beyond the basics, delving into the core elements of ballet. You'll polish your essential dance steps and explore new ones, from the twirling "pirouettes" to the leaping "jetés". Our attentive and qualified instructors will be right by your side, fostering a supportive and engaging learning environment. But Ballet Level 1 isn't just about dance steps. We'll place special emphasis on coordination, balance, and posture, key components in forming a strong ballet foundation. You'll also be working on stretching exercises and aiming to master the perfect splits. Your flexibility and muscle strength will grow in leaps and bounds, just like your ballet skills! We'll also introduce the exciting world of ballet jumps and turns. These dynamic movements not only add spectacle to your dance but also help develop agility and spatial awareness. Each jump and turn is a testament to your growth as a budding ballet dancer! Our Ballet Level 1 class is more than a ballet lesson; it's a holistic learning experience. You'll boost your self-esteem, learn valuable life skills, and form bonds with your fellow ballet dancers. Each plie and pirouette is a step towards self-confidence and resilience! The friendships you'll make in our class are truly special. Ballet is about harmony and teamwork, and our class is a testament to this ethos. You'll create shared memories that will last a lifetime, all while nurturing a shared love for ballet. So, tie up your ballet slippers and prepare to pirouette, plie, and pursue your ballet dreams in our Ballet Level 1 class. We can't wait to see you at the barre, ready to take on the next chapter of your ballet journey! Remember, ballet is about expressing grace, demonstrating precision, and most importantly, enjoying every twirl and leap. Let's plie, pirouette, and pursue our ballet dreams together in Ballet Level 1! See you in the studio!

Ballet Level 1 (5 - 8 yrs)
Delivered In-PersonFlexible Dates
£10

Good Clinical Practice Auditing - Principles and Practice

By Research Quality Association

Course Information Our comprehensive course is used as a gateway to those stepping into the world of auditing clinical studies. Tailored for those already acquainted with Good Clinical Practice (GCP) and those transitioning from other audit disciplines, this programme stands as a pivotal guide. Pre-existing knowledge of GCP will significantly enhance your learning experience in auditing against these guidelines. How is this course run? Engage in immersive workshops providing hands-on practice with auditing techniques in a GCP context. Our seasoned tutors, boasting extensive audit experience, intertwine theory with practical insights drawn from their own professional journeys. What will I learn? A comprehensive understanding of the historical backdrop and objectives driving Good Clinical Practice, incorporating the latest industry developments Solid grounding in quality assurance activities aligned with regulatory standards Insight into potential pitfalls within clinical trials and the pivotal role of auditors in addressing these issues Clarity on the roles and responsibilities inherent to clinical trials auditing Exposure to a diverse range of audit techniques complemented by illustrative examples and supportive documents A nuanced understanding of regulatory inspectors' activities Expanded professional networks to propel your auditing career forward. Benefits include: A clear understanding of the role of the auditor under Good Clinical Practice improved audits Improved Good Clinical Practice compliance for your clinical trials. This course is structured to encourage delegates to: Discuss and develop ideas Solve specific problems Examine particular aspects of Good Clinical Practice. Tutors Tutors will be comprised of (click the photos for biographies): Rosemarie Corrigan EVP Global Quality, Worldwide Clinical Trials Cathy Dove Director and Owner, Dove Quality Solutions Julie Kelly Associate Director, Clinical Quality Assurance, Corcept Therapeutics Susana Tavares Director of Research Quality Assurance, - Programme Please note timings may be subject to alteration. Day 1 12:30 Registration 13:00 Welcome and Objectives for the first day of the course 13:30 Laying the Foundations Introduction to the clinical development process, the concepts of quality assurance, quality control and audit. 14:30 Break 15:00 Patient Protection Requirements for informed consent and ethics committee. Access to source documentation. Including a patient protection exercise. 16:05 Workshop 1 - Case Study on Informed Consent 16:45 End of Day Questions and Answers 17:00 Close of Day Day 2 08:50 Questions and Answers from Day 1 09:00 Effective Site Audits The procedures involved in selecting and setting up audits at investigator sites. 09:40 Workshop 1 - Planning the Effective Audit 10:30 Break 10:45 Source Data Verification The need for and purpose of verifying data. 11:25 Workshop 2 - Source Data Verification 12:30 Lunch 13:30 IMP Management The requirements surrounding the distribution of investigational medicinal products. Accountability from release to destruction. 14:15 Critical Document Audits The conduct of other study specific audits including protocols, databases and reports. 15:00 Break 15:15 Non-compliance Determining the acceptability of data. 16:00 Fraud - Fact or Fiction? How to identify fraud and its consequences 16:45 End of Day Questions and Answers 17:00 Close of Day Day 3 08:50 Questions and Answers from Days 1 and 2 09:00 Auditing Third Parties A review of audits of contract research organisations. 10:00 System Audits The concept of auditing processes across many clinical trials, including a practical exercise in process mapping. 10:45 Break 11:00 Workshop 3 - Process Mapping 11:45 Effective Audits Where theory meets reality. 12:30 Lunch 13:20 Audit Reports - Closing the Loop An examination of the processes which follow the evidence gathering phase of the audit. 14:20 Workshop 4 - Audit Reports Audit reports, corrective and preventive action. 15:00 Break 15:10 Regulatory Inspection Auditors and regulatory inspections -how the QA team can help the organisation to perform during a regulatory inspection. 15:55 Final Questions and Answers 16:10 Close of Course Extra Information Face-to-face course Course Material Course material will be available in PDF format for delegates attending this course. 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. The material will be emailed in advance of the course and RQA will not be providing any printed copies of the course notes during the training itself. Delegates wishing to have a hard copy of the notes should print these in advance to bring with them. Alternatively delegates are welcome to bring along their own portable devices to view the material during the training sessions. Remote course 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. CPD Points 17 Points Development Level Develop

Good Clinical Practice Auditing - Principles and Practice
Delivered in person or OnlineFlexible Dates
£1,068 to £1,390

Autodesk Maya Basics to Advanced Level

By London Design Training Courses

Why Learn Autodesk Maya Basics to Advanced Level Course? Course info. Autodesk Maya is one of the best tools for 3D animation and visual effects. Learn Maya with our training courses covering sectors like Architecture, Games & Films, Animation, and Media. London Design Training Courses empower you to master Maya, transforming your 3d skills.  Duration: 40 hrs Method: 1-on-1. Schedule: Tailor your own schedule by pre-booking a convenient hour of your choice, available from Mon to Sat 9 am and 7 pm. Experience advanced-level Maya training covering essential aspects such as modeling, UV mapping, texturing, lighting, camera movement, and rigging. The course is tailored to your specific requirements and work preferences. You can discuss your learning goals with our trainer, and we will suggest a syllabus that meets your needs. Flexible Training Options: Choose in-class training at one of our UK center or attend live online sessions. Certified Tutors and Authoritative: London Design Training Course has all Autodesk Authorized Trainers. Hands-on Learning Approach: The training is practical and hands-on, combining theory and step-by-step demonstrations. You'll have ample time to practice techniques on your computer with Maya, and you can keep all the files you create. Compatible with Windows and Mac: Maya training is available for both Windows and Mac users, with options to suit any recent version of Maya. Maya Basic to Advanced Course Duration: 40 hours Course Description: In this course, you will learn the fundamental and advanced skills to create complex 3D models and animations using Autodesk Maya software. You will gain knowledge of the Maya interface, tools, and workflow. You will learn the essentials of modeling, texturing, rigging, animating, and rendering 3D models. You will also learn how to create advanced special effects and understand advanced modeling techniques. I. Introduction to Maya (3 hours) Overview of Maya and its Uses Maya interface and basic tools Navigation and viewport controls Creating and saving projects II. Basic Polygon Modeling (6 hours) Polygon modeling basics Creating basic shapes and objects Editing and modifying objects Creating complex objects with extrusions and bevels Creating organic shapes with NURBS III. Intermediate Modeling (6 hours) Advanced polygon modeling techniques Creating complex models with Booleans and deformers Creating and modifying curves and surfaces Creating organic shapes with sculpting tools Creating architectural models IV. Texturing and Materials (6 hours) Introduction to texturing Creating and applying materials Texture mapping and UV unwrapping Creating realistic materials with shaders Painting textures with the 3D paint tool V. Lighting and Rendering (6 hours) Basic lighting techniques Advanced lighting techniques Creating realistic lighting environments Setting up a camera and creating a composition Rendering still images and animations Output options and file formats VI. Animation (9 hours) Introduction to animation Keyframe animation and animation curves Creating and editing animation clips Rigging and animating a simple character Creating and editing motion paths and animation layers Creating complex character rigs Creating lip sync and facial animation Creating realistic animation with dynamics and simulations Cloth Animation Ncloth VII. Rigging (4 hours) Introduction to rigging Creating joints and skeletons Binding skin to joints and creating weight maps Creating simple rigging systems and rigging a character Creating complex rigging systems VIII. Special Effects (4 hours) Particle systems and dynamics Creating and manipulating fluids and fire effects Creating and editing special effects like explosions and smoke Creating advanced simulations with nCloth and nParticles Paint effects Mash Networks and Mash Animation IX. Advanced Rendering Techniques (2 hours) Render layers and passes Global illumination and ambient occlusion Mental Ray rendering and settings X. Conclusion and Next Steps (1 hour) Review of course content Tips for further learning and resources Q&A; and feedback Note: The above course outline is just a suggestion, and the course content and duration can be adjusted according to the needs and level of the learners. Proficiency in Advanced Maya Techniques: Participants will gain advanced skills in various aspects of Maya, including modeling, UV mapping, texturing, lighting, camera movement, and rigging. Tailored Training: The course is customized to meet the specific requirements of participants, focusing on their preferred techniques and work type. Hands-On and Practical Experience: The training is practical and hands-on, allowing participants to practice techniques on their own computers with Maya. Versatility in Operating Systems: Participants will be equipped to use Maya on both Windows and Mac systems. Accredited Certification: Upon successful completion, participants will receive an e-certificate, accredited by Autodesk Certified instructor, confirming their achievement in the Maya training course. Post-Course Support: After the training, participants are entitled to 30 days of email support from their Maya trainer, ensuring assistance with any post-course questions or issues. Up-to-Date and Relevant Learning: The training can be based on any recent version of Maya, providing participants with up-to-date knowledge and skills.

Autodesk Maya Basics to Advanced Level
Delivered in London or OnlineFlexible Dates
£1,400