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

36 Educators providing Courses

Medical Interpreting Training School

medical interpreting training school

A school for interpreters and translators in the medical and legal fields.Medical Interpreting Training SchoolIs the result of passion, dedication, and the creative efforts to address the need of access to high-quality training for medical interpreters around the world.MITS was started by David McCoy-Galicia, an extensively experienced educator and certified medical interpreter. His primary goal is to bring highly educational and professionally made courses to those in pursuit of quality training, regardless of their geographic location or time zone.In 2013, MITS started laying the foundation for its courseware based on the guidelines and requirements outlined by the National Standards for Healthcare Interpreting Programs issued by the National Council on Interpreting in Health Care (NCIHC).To bring this project to fruition, MITS consulted with highly accomplished medical interpreters, healthcare providers, instructors, and web developers to build what quickly became one of the most respected schools of medical interpreting in the United States.MITS is now the preferred online school to a vast number of interpreters working in healthcare and aspiring ones. Many schools, hospitals, and government agencies, such as University of Texas at Austin, NYC Langone Medical Center, and the California Department of Rehabilitation, utilize MITS as their training provider.To date, we have trained thousands of interpreters that are part of the active workforce in medical centers of all sizes around the globe. Our easily accessible courses have helped numerous organizations and individuals satisfy the educational requirements without any stress.We are a young and dynamic company that dedicates every working day to create courses that are flexible, affordable, and educational. Sign up today and transform your linguistic skills into a rewarding career.

Little Hurrahs

little hurrahs

Little Hurrahs has been teaching BSL-based Baby and Toddler sign for over 5 years, working with families, carers, Pre-school and Nursery Setting and many other groups and organisations. Little Hurrahs is the Brain Child of Jo Emmerson. Now a mum of two, I have worked in all kinds of roles, from PR Director to Housing Manager, from Weight Loss Consultant to Quality Control in a Chocolate Factory, and more recently as both student and teacher of British Sign Language. My love of BSL started five years ago when we started taking BSL-based baby signing with our 6-month-old son. I utterly fell in love with how transformative it was. The gift of being able to communicate meaningfully with this small shouty human was mindblowing. It completely changed my experience of parenting, gave me the tools and techniques to begin to bond with the little squish, and start to trust my instincts. Fast forward a few years and my son was diagnosed with bilateral middle ear effusion (or 'Glue Ear' as it's commonly known) and he has significant hearing loss in both ears. Without his bone-conduction hearing aid, his hearing is similar to putting your fingers in your ears and putting your head underwater. Thankfully, we've been signing with him for years now. This diagnosis prompted me to move my BSL forward, completing Level 2 during Lockdowns in 2021 and completing my Level 3 in 2022, with a plan to start my training to become an n interpreter and gain my Level 6 qualification from 2023. It has also changed the focus of my work, moving me away from solely working with babies and toddlers to working with nurseries, schools, and colleges as well as parents with D/deaf and Hearing Impaired children. I am also pretty active in my local D/deaf community, volunteering and socializing - I'm proud of my signing son, and I want him to grow up feeling proud to be part of the BSL community. I now work directly with parents and carers, teachers, school staff, and children, delivering a range of courses, from self-led 90-day courses for parents, carers and EYFS settings, to School-year based 'train the trainer' online courses for Key Stage 1 and Key Stage 2. These courses are primarily delivered online and are designed to ensure that my students get real, impactful results that can be measured informally, either through improved communication and understanding in the home or through in-class monitoring to ensure children meet formal education goals and expectations. I am also working with a Primary School to develop a new course, enabling staff and pupils to meet the Progression Steps for BSL as an International Language under the new Curriculum for Wales. I LOVE my job, and I will happily talk about it until the cows come home, so if you're interested in what I do, or would like to know if I can help you, your family, or your organisation in some way, then get in touch.

Courses matching "Interpreter"

Show all 9

Complete Ruby programming

5.0(3)

By Systems & Network Training

Complete Ruby programming training course description This course starts with a quick-start session and then explains the language in detail from the bottom up. Hands on sessions follow all the major sessions to reinforce the theory. What will you learn Read Ruby programs. Write Ruby programs. Debug Ruby programs. Complete Ruby programming training course details Who will benefit: Anyone wishing to program in Ruby. Prerequisites: Software development fundamentals Duration 3 days Complete Ruby programming training course contents Introduction A tour of Ruby, Try Ruby, A suduko solver in Ruby. The Structure and execution of Ruby Lexical structure, Syntactic structure, Files structure, Program encoding, Program execution. Datatypes and objects Numbers, text, Arrays, Hashes, Ranges, Symbols, True, false, and nil, Objects. Expressions and operators Literals and keyword literals, Variable references, Constant references, Method invocations, Assignments, Operators. Statements and control structures Conditionals, loops, Iterators and enumerable objects, Blocks, Altering flow control, Exceptions and exception handling, BEGIN and END, Threads, fibres and continuations. Methods, Procs, Lambdas and closures Defining simple methods, Method names, Methods and parentheses, Method arguments, Procs and lambdas, Closures, Method objects, Functional programming. Classes and modules Defining a simple class, Method visibility: public, protected, privates, Subclassing and inheritance, Object creation and initialization, Modules, Loading and requiring modules, Singleton methods and Eigenclass, Method lookup, Constant lookup. Reflection and metaprogramming Types, classes and modules, Evaluating strings and blocks, Variables and constants, Methods, Hooks, Tracing, ObjectSpace and GV, Custom control structures, Missing methods and missing constants, Dynamically creating methods, Alias chaining. The Ruby platform Strings, Regular expressions, Numbers and Math, Dates and times, Collections, Files and directories, Input/output, Networking, Threads and concurrency. The Ruby environment Invoking the Ruby interpreter, The Top-level environment, Practical extraction and reporting shortcuts, Calling the OS, Security.

Complete Ruby programming
Delivered in Internationally or OnlineFlexible Dates
£2,367

Complete Python programming

5.0(3)

By Systems & Network Training

Complete Python training course description Python is an agile, robust, expressive, fully objectoriented, extensible, and scalable programming language. It combines the power of compiled languages with the simplicity and rapid development of scripting languages. This course covers Python from the very basics of 'hello world!' through to object oriented programming and advanced topics such as multi threading. Hands on follows all the major sections in order to reinforce the theory. What will you learn Read Python programs. Write Python programs. Debug Python programs. Use Python's objects and memory model as well as its OOP features. Complete Python programming training course details Who will benefit: Anyone wishing to learn Python. Prerequisites: None. Duration 5 days Complete Python programming training course contents Welcome to Python: What is Python? Origins, features. Downloading and installing Python, Python manuals, comparing Python, other implementations. Getting started: Program output, the print statement, "hello world!", Program input, raw_input(), comments, operators, variables and assignment, numbers, strings, lists and tuples, dictionaries, indentation, if statement, while Loop, for loop. range(), list comprehensions. Files, open() and file() built-in functions. Errors and exceptions. Functions, Classes, Modules, useful functions. Python basics: Statements and syntax, variable assignment, identifiers, basic style guidelines, memory management, First Python programs, Related modules/developer tools. Python Objects: Other built-in types, Internal Types, Standard type operators, Standard type built-in functions, Categorizing standard types, Unsupported types. Numbers: Integers, Double precision floating point numbers, Complex numbers, Operators, Built-in and factory functions, Other numeric types. Sequences: strings, lists, and tuples: Sequences, Strings, Strings and operators, String-only operators, Built-in functions, String built-in methods, Special features of strings, Unicode, Summary of string highlights, Lists, Operators, Built-in functions, List type built-in methods, Special features of lists, Tuples, Tuple operators and built-in functions, Tuples special features, Copying Python objects and shallow and deep copies. Mapping and set types: Mapping Type: dictionaries and operators, Mapping type built-in and factory functions, Mapping type built-in methods, Dictionary keys, Set types, Set type operators, Built-in functions, Set type built-in methods. Conditionals and loops: If, else and elif statements, Conditional expressions, while, for, break, continue and pass statements, else statement . . . take two, Iterators and iter(), List comprehensions, Generator expressions. Files and input/output: File objects, File built-in functions [open() and file()], File built-in methods and attributes, Standard files, Command-line arguments, File system, File execution, Persistent storage modules. Errors and exceptions: What are exceptions? Detecting and handling exceptions, Context management, Exceptions as strings, Raising exceptions, Assertions, Standard exceptions, Creating Exceptions, Why exceptions, Exceptions and the sys module. Functions: Calling, creating and passing functions, formal arguments, variable-length arguments, functional programming, Variable scope, recursion, generators. Modules: Modules and files, Namespaces, Importing modules, Module import features, Module built-in functions, Packages, Other features of modules. Object-Oriented Programming (OOP): Classes, Class attributes, Instances, Instance attributes, Binding and method invocation, Static methods and class methods, Composition, Sub-classing and derivation, Inheritance, Built-in functions for classes, and other objects, Customizing classes with special methods, Privacy, Delegation, Advanced features of new-style classes (Python 2.2+), Related modules and documentation. Execution environment: Callable and code Objects, Executable object statements and built-in functions, Executing other programs. 'Restricted' and 'Terminating' execution, operating system interface. Regular expressions: Special symbols and characters, REs and Python, Regular expressions example. Network programming: Sockets: communication endpoints, Network programming in Python, SocketServer module, Twisted framework introduction. Internet client programming: What are internet clients? Transferring files, Network news, E-mail. Multithreaded Programming: Threads and processes Python, threads, and the global interpreter lock, The thread and threading Modules. GUI programming: Tkinter and Python programming, Tkinter Examples, Brief tour of other GUIs. Web programming: Web surfing with Python: creating simple web clients, Advanced Web clients, CGI: helping web servers process client data, Building CGI applications, Using Unicode with CGI, Advanced CGI, Web (HTTP) Servers. Database programming: Python database application programmer's interface (DB-API), ORMs. Miscellaneous Extending Python by writing extensions, Web Services, programming MS Office with Win32 COM, Python and Java programming with Jython.

Complete Python programming
Delivered in Internationally or OnlineFlexible Dates
£3,697

Seismic Interpretation in Fold and Thrust Belts

By EnergyEdge - Training for a Sustainable Energy Future

Enhance your skills in seismic interpretation in fold and thrust belts with EnergyEdge's course. Join our classroom training to gain valuable insights.

Seismic Interpretation in Fold and Thrust Belts
Delivered In-PersonFlexible Dates
£2,999 to £3,099

Structural Interpretation of Seismic Data

By EnergyEdge - Training for a Sustainable Energy Future

Enhance your skills in structural interpretation of seismic data with EnergyEdge's comprehensive classroom training course. Sign up now!

Structural Interpretation of Seismic Data
Delivered In-PersonFlexible Dates
£3,199 to £3,299

Trap & Fault-Seal Analysis, Modeling for Oil & Gas and CO2

By EnergyEdge - Training for a Sustainable Energy Future

Dive deep into trap, fault, and seal analysis modeling for oil, gas, and CO2 with EnergyEdge course. Enroll in our classroom training today!

Trap & Fault-Seal Analysis, Modeling for Oil & Gas and CO2
Delivered In-PersonFlexible Dates
£3,299 to £3,399

Seismic Interpretation in Carbonates

By EnergyEdge - Training for a Sustainable Energy Future

Explore the complexities of seismic interpretation in carbonates through our dynamic classroom training course. Energyedge delivers cutting-edge instruction and valuable insights.

Seismic Interpretation in Carbonates
Delivered in Internationally or OnlineFlexible Dates
£3,499 to £3,599

Dementia Advocate

By Care Match UK

Unlock a Rewarding Path as a Dementia Advocate Are you ready to make a difference by understanding and supporting individuals with Dementia? Embark on a fulfilling journey of advocacy through our comprehensive Dementia training courses – Dementia Champion and Dementia Interpreters. This course is an advanced level of training with innovative practical elements and teachings from experts which will change your approach and better your service. You will also be able to display your team’s achievements with pins and certificates that will differentiate you from other services. So often we have training that takes care of the physical elements of our service users but this truly explores how to take care of emotional and cognitive health, ensuring that you are catering to your service users at all levels. Dementia Champion Course £1000 + VAT Modules: What Dementia is and what it isn’t Living with Dementia What causes Dementia? Diagnosis and who can help Common difficulties and how to help The emotional impact of Dementia Positive communication Duration 3 Full Days Maximum Delegates 12 for face-to-face or unlimited for virtual Location Location: We can travel to any UK location for your convenience. *Note: Price may vary based on travel distance. Full Day - Dementia Interpreters Course £800 + VAT Duration 2 x 3-hour sessions Maximum Delegates 16 Location Location: We can travel to any UK location for your convenience. *Note: Price may vary based on travel distance. Half Day - Dementia Interpreters Course £495 + VAT Duration 1 x 3-hour session Maximum Delegates 8 Location Location: We can travel to any UK location for your convenience. *Note: Price may vary based on travel distance.

Dementia Advocate
Delivered In-Person in Margate or UK WideFlexible Dates
£495 to £1,000

NPORS Material Re-Handler Training

5.0(3)

By Vally Plant Training

Material Re-Handler Training The aim of the NPORS Material Re-Handler Training is to provide training and assessment of candidates to ensure safe and efficient operation of a Material Re-Handler (360 °). We support users of both tracked or wheeled Re-Handlers, that are either above or below 10 tonnes. All candidates will be trained and assessed by our fully accredited NPORS Instructors It is important that all delegates have a good understanding of spoken and written English for Material re-handler training, however you can use an Interpreter NPORS is an approved CSCS Partner Card Scheme, providing evidence that individuals working on construction sites have the appropriate training and qualifications for the safe operation of the material re-handler. Furthermore, training criteria is based on the approved standards of the Construction Leadership Council. Experienced operator – NPORS Material Re-Handler Test Book with Confidence at Vally Plant Training At Vally Plant Training, we guarantee unbeatable value with our Material Re-Handler Experienced Test Price Match Promise. When you choose us, you can book with confidence, knowing that we will not be beaten on price. If you find a lower price for the same NPORS Material Re-Handler Experienced Worker Test, we’ll match it—ensuring you receive top-quality training at the best possible rate. Click for our terms and conditions Your skills, our commitment—always at the best price. NPORS material re-handler Test is for operators who have received some form of training in the past or alternatively has been operating the material re-handler for several years. If you are unsure if you qualify to go down the test route please contact us to discuss this in more detail. Discounts are available for multiple bookings There are two parts to the material re-handler test, a theory section comprised of 25 questions and a practical session. Course Content To develop the skills and knowledge required when using a Material Re-handler, the following topics are covered: Responsibilities under the Health and Safety at Work Act 1974, PUWER 1998, LOLER 1998 and other relevant legislation. Have knowledge of the operators manual and able to locate information about the machines controls and operation Have a basic understanding of the industry, the dangers of working in the industry and their responsibility of a plant operator Pre-operational checks and daily maintenance of the machine Manoeuvring: pre-operational safety checks set up and machine positioning Be able to locate components and identify major components of the machine and explain their function Loading of a vehicle stockpile work mobility and stability factors Safety rules applicable to operating Safe use of attachments End of Shift Checks Variations Excavator below 10T. Excavator above and below 10T Wheeled Or Tracked. Material Re-handler Training Available 7 days a week to suit your business requirements. VPT have a team of friendly and approachable instructors, who have a wealth of knowledge of material re-handlers and the construction industry We have our own training centre conveniently located close to the M5 junction 9, In Tewkesbury. With its own purpose-built practical training area to simulate an actual working environment with the material re-handler Our re-handler training and test packages are priced to be competitive. Discounts are available for multiple bookings We can send a fully qualified NPORS re-handler Tester to your site nationwide, to reduce the amount of time away from work Frequently Asked Questions 1. Who should take the Material Re-Handler Training? This course is designed for individuals who need to operate Material Re-Handlers (360°), both tracked and wheeled, and is suitable for both novice and experienced operators. 2. What does the Material Re-Handler Training cover? The training includes legislation, operator responsibilities, machine controls, pre-operational checks, maneuvering, loading, safety rules, and end-of-shift checks. 3. How long is the Material Re-Handler Training? The course duration varies: 1-10 days for novice operators and 1 day for experienced operators. 4. What certification do I receive upon completion? Participants receive an NPORS card, either the traditional card valid for 5 years or the NPORS card with CSCS logo, initially valid for 2 years. 5. Are there any prerequisites for the Material Re-Handler Training? Candidates must have a good understanding of English. For the NPORS card with CSCS logo, a CSCS Health & Safety test must have been completed within the last two years. More courses: Polish your abilities with our dedicated Lift Supervision Training, Slinger Signaller Training, Telehandler Training, Cat & Genny Training, Plant Loader Securer, Ride-On Road Roller, Abrasive Wheel Training, Lorry Loader Training and Scissor Lift Training sessions. Learn the safe and effective operation of these vital machines, crucial for construction and maintenance tasks. Elevate your skills and career prospects by enrolling in our comprehensive courses today. For those looking for a “NPORS Material Re-Handler Training near me,” our widespread operations make it convenient for you to access Vally Plant Trainings top-quality training no matter where you are in the UK

NPORS Material Re-Handler Training
Delivered In-Person in TewkesburyFlexible Dates
Price on Enquiry

Training International Learners & Trainees

4.9(9)

By Sterling Training

Give your staff market-leading delivery skills and intercultural communication techniques with our unique course. TILT has been delivered to military and commercial clients and is seen as best-practice for those training internationally.

Training International Learners & Trainees
Delivered in Southampton or UK Wide or OnlineFlexible Dates
Price on Enquiry