About the technique: The Kusum Modak Method, previously referred to as Ayurvedic Yoga Massage (AYM), Traditional Ayurvedic Massage, or simply Ayurvedic Massage, is now named in honor of its creator. This change was introduced with the establishment of the Modak Institute, founded by Kusum Modak to preserve her legacy with integrity and authenticity for future generations. This contemporary method combines traditional Ayurvedic Massage with Yoga, developed through Kusum Modak’s studies with her teachers, Limaye and B. K. S. Iyengar, in Pune, India. The therapy focuses on activating breath, circulation, and vital energy through deep touch using hands and feet, along with tractions and stretching maneuvers. Treatments are conducted on an orthopedic mat using vegetable oil and a natural powder called Vekhand, derived from a root known in the West as Calamus. Course Information: Course Structure: Over 10 days, students will gain the knowledge and skills to practice the Kusum Modak MethodSM and become officially certified as bodywork therapists by the Modak Institute. The program includes: Students will cultivate a therapeutic perspective and build confidence in applying the technique. This course follows the updated guidelines set forth by Kusum Modak through the Modak Institute. Content: Total Hours: 80 hours of practical classes + 4 hours online + 12 hours assessment Duration: 10 days (in person classes) Dates: June 3rd to 7th and June 10th to 14th, 2025 Schedule: 9:00 AM to 1:00 PM and 2:00 PM to 6:00 PM Course Location: Roots of Respect, 16 Blenheim Terrace Woodhouse LS2 9HN United Kingdom Hands-on practical exercises Detailed technical understanding of the 118 maneuvers Dedicated time for questions, reviews, and session exchanges Introduction to the basics of the technique (structure & practice); Kusum Modak MethodSM history and influential contributors; Introduction of Ayurveda Principles; The elements of the Kusum Modak MethodSM - AYTM The steps of the therapy sequence; Learning to warm up the muscles; Use of hands and feet (walking on the back); Understanding the quality of the touch to perform Kusum Modak MethodSM; Using therapy props (why and when to use them); Manoeuvres and stretching – how to apply and its variations; Synchronisation of the pressure and breath; Learning to set up a 1-hour sequence (which is the original duration) that will serve the needs of each client; Applied anatomy to the technique and subtle anatomy, pathology and application of the studied content; Client Assessment protocols. Why the medical history form is essential?; Contraindications; Postural correction and student welfare practices (preparing the body for delivery) Assessment: We offer complementary activities designed to provide a deeper understanding of the Method and to help you develop a more precise approach to your practice. To be approved and certified, you must: You will receive clear instructions and guidance to help you succeed, as well as detailed information about the evaluation criteria. The 4 hours of online activities include complementary lectures and related assignments. - Anatomy - Demystifying the Kusum Modak Method - Holistic Medical Systems - SOAP notes and Health History form Certification: You have two options: Review with Q&A Supervised Practice (individual correction, gaining accuracy) How to maintain health + wellbeing as a bodywork therapist. Attend 100% of the in person classes. Submit 10 case studies on the same person, including reports for 10 SOAP notes. Provide a video recording of the final session. MODAK INSTITUTE CERTIFICATE: The Modak Institute certificate is awarded to students upon successful completion of the course, which includes final assessment activities to be submitted within 60 days after the in person training. This certificate is issued by the Modak Institute, the only institute officially authorized and endorsed by Master Kusum Modak to represent her method. It validates that students are fully qualified to work professionally with Prerequisites: While no formal prerequisites are required, physical, mental, and emotional health are essential to participate in the intensive activities. Students will also develop awareness to their clients’ needs and enhance their own mindfulness during practice. Training Price: Modak Institute Certificate: 1650 GBP Level 3 Diploma Kusum Modak Method: + 295 GBP Payment Plan 1 - 100% Payment upfront with discount (50 GBP off) until March 15th 2 - 50% deposit - 50% until May 20th 3 - 4x (Feb, Mar, Apr, May) 4 - 5x (Feb, Mar, Apr, May, Jun) Please feel free to reach out if you need to arrange your payments differently. Cancellation Policy the Kusum Modak MethodSM and ensures their eligibility to obtain therapist insurance, providing recognition and support to practice as certified therapists. Once your final assessment is evaluated and approved, your certificate will be issued and sent directly to your email. Each certificate includes a unique digital code, enabling easy verification of your credentials and affiliation worldwide through Modak Institute website. MODAK INSTITUTE CERTIFICATE + LEVEL 3 DIPLOMA KUSUM MODAK METHOD: Same process as described above + Students may request the UK Level 3 Diploma Kusum Modak Method Certificate for an additional fee of 295 GBP, which requires completing three additional online courses (150 hours) to meet accreditation requirements. The student must request this certificate option at the time of registration. What’s Included: About the teachers: Purnima Full refundable with in two months in advance Partial refundable 50% in a month before starting the training After that is a non-refundable payment. 84 hours of structured and methodically designed training (80 in person + 4 online). Note: the student need to reserve plus 12 hours for assessment. Modak Manual, including photos of all maneuvers and additional insights into the method’s history and references. Official Modak Institute Certification. Access to video lectures. Oil and powder for use during the course. One year of membership in the Modak Institute, including: Participation in an online plataform Access to official graphic materials for promotional use Inclusion in the Modak Institute’s agenda for work promotion Exclusive Q&A WhatsApp group moderate by Purnima and Julia.
Advanced UNIX shell scripting training course description A follow on hands on course from the Introduction to shell programming course covering the powerful sed and awk tools along with the extra Korn shell programming features. What will you learn Use regular expressions within grep, ed and many other utilities. Use awk and sed. Integrate sed and awk into shell scripts. Recognise the role of shell scripts within the UNIX system. Write shell scripts using new Korn shell features including: The select construct Arrays Arithmetic evaluation Advanced UNIX shell scripting training course details Who will benefit: Programmers developing applications under UNIX. Administrators who need time saving utilities. Technical personnel who wish to make the most out of the Korn Shell. Prerequisites: UNIX shell scripting Duration 3 days Advanced UNIX shell scripting training course contents Regular Expressions What are REs? How can they be used? How to write REs More REs e REs Tagging, matching words, repetitions. The sed editor Basic usage: Saving output, options. sed script files, sed commands, Specifying lines to edit, Hold space and pattern space, advanced commands Awk Basic usage, nawk script files, Patterns, Records and fields, Actions if, while, do, for... System variables NF, NR, RS... Arrays Functions length, printf, cos, user defined... Using nawk in shell scripts Korn shell scripts Review of Bourne shell scripts functions... Variables typeset, manipulating strings Arrays Arithmetic evaluation the let command, (( )), typeset -i The select construct Syntax, workings, REPLY, PS3 Miscellaneous Enhanced I/O, ${10}
Regular expressions training course description Regular expressions are an extremely powerful tool for manipulating text and data. They are now standard features in a wide range of languages and popular tools, including Python and MySQL. Regular expressions allow you to code complex and subtle text processing that you never imagined could be automated. Once you've mastered regular expressions, they'll become an invaluable part of your toolkit. You will wonder how you ever got by without them. What will you learn Use Regular Expressions. Troubleshoot Regular Expressions. Compare RE features among different versions. Explain how the regular expression engine works. Optimize REs. Match what you want, not what you don't want. Regular expressions training course details Who will benefit: Anyone looking to use regular expressions. Prerequisites: None. Duration 1 day Regular expressions training course contents Introduction to Regular Expressions Solving real problems, REs as a language, the filename analogy, language analogy, RE frame of mind, searching text files: egrep, egrep metacharacters, start and end of the line, character classes, matching any character with dot, alternation, ignoring differences in capitalization, word boundaries, optional items, other quantifiers: repetition, parentheses and backreferences, the great escape, expanding the foundation, linguistic diversification, the goal of a RE, more examples, RE nomenclature, Improving on the status quo. Extended introductory examples A short introduction to Perl, matching text with regular expressions, toward a more real-world example, side effects of a successful match, Intertwined regular expression, intermission, modifying text with regular expressions, example: form letter, example: prettifying a stock price, automated editing, a small mail utility, adding commas to a number with lookaround, text-to-HTML conversion, that doubled-word thing. Regular expression features and flavours The regex landscape, origins of REs, care and handling of REs, Integrated handling, procedural and object-oriented handling, search-and-replace example. strings character encodings and modes, strings as REs, character-encoding issues, unicode, regex modes and match modes, common metacharacters and features, character representations, character classes and class-like constructs, anchors and other 'zero-width assertions', comments and mode modifiers, grouping capturing conditionals and control. The mechanics of expression processing Two kinds of engines, new standards, regex engine types, from the department of redundancy department, testing the engine type, match basics, about the examples, rule 1: the match that begins earliest wins, engine pieces and parts, rule 2: the standard quantifiers are greedy, regex-directed versus text-directed, NFA engine: regex-directed, DFA engine: text-directed, first thoughts: NFA and DFA in comparison, backtracking, two important points on backtracking, saved states, backtracking and greediness, more about greediness and backtracking, problems of greediness, multi-character 'quotes', lazy quantifiers, greediness and laziness, laziness and backtracking, possessive quantifiers and atomic grouping, possessive quantifiers ?, +, *+, ++ and {m,n}+, the backtracking of lookaround, is alternation greedy? taking advantage of ordered alternation, NFA DFA and posix, the longest-leftmost', posix and the longest-leftmost rule, speed and efficiency. Practical regex techniques Continuation lines, matching an IP address, working with filenames, matching balanced sets of parentheses, watching out for unwanted matches, matching delimited text, knowing your data and making assumptions, stripping leading and trailing whitespace, matching and HTML tag, matching an HTML link, examining an HTTP URL, validating a hostname, plucking a hostname, plucking a URL, parsing CSV files. Crafting an efficient expression Efficiency vs. correctness, localizing greediness, global view of backtracking, more work for POSIX NFA, work required during a non-match, being more specific, alternation can be expensive, benchmarking, know what you re measuring, benchmarking with Python, common optimisations, the mechanics of regex application, pre-application optimizations, optimizations with the transmission, optimization of the regex itself, techniques for faster expressions, common sense techniques, expose literal text, expose anchors, lazy versus greedy: be specific, split into multiple REs, mimic initial-character discrimination, use atomic grouping and possessive quantifiers, lead the engine to a match, unrolling the loop, observations, using atomic grouping and possessive quantifiers, short unrolling examples, unrolling C comments, the free flowing regex, a helping hand to guide the match, a well-guided regex is a fast regex.
Learn how to take blood ... train as a Phlebotomist Nationally Recognised Qualification No previous experience or qualifications needed OCN Accredited - Level 3 (advanced) CPD Accredited (The CPD Certification Service) Covers all steps up to live blood draw Practise on artificial arm and fake blood! Basic understanding of English language required OPEN TO ALL APPLICANTS
CPRI training course description This course is designed to give the delegate a technical overview of the CPRI protocols and link setup. We will explain the industry cooperation to define the key internal interface between the radio equipment control (REC) and the radio equipment (RE). Also explained will be the SAP that the CPRI link supports for IQ Interface, frame synchronisation, link control and management and the master and slave ports. We will investigate the CPRI block diagram and together with the data formats and sample mapping solutions. The CPRI frame hierarchy and hyperframe construction will be detailed during this three day overview course. What will you learn Explain the CPRI Block diagram. Understand hyperframing capabilities. Explain the CPRI frame format. Understand how the synchronisation is compliant with 3GPP & WiMAX requirements. Understand the two electrical characteristics of CPRI standard. Understand the CPRI standards structure. Understand the CPRI system & Interface definitions. List the four standard bit rates of the CPRI specification. Understand the CPRI Protocol stacks. CPRI training course details Who will benefit: Anyone looking for a technical overview of the CPRI protocols and link set up. Prerequisites: None. Duration 3 days CPRI training course contents System Description Subsystems. Nodes. Protocol layers. Protocol data planes. User data planes. Antenna carriers. Service Access Points (SAP). Link. Passive Link. Hop. Multi-hop Connection. Logical Connection. Master Port & Slave Port. System Architecture Basic System Architecture & Common Public Radio Interface Definition. System Architecture with a link between Res. Reference configurations: Chain topology, Tree topology, Ring topology. RECs & REs in both chain & tree topology Functional description Radio Functionality. Functional Decomposition between REC and RE: For UTRA FDD, For WiMAX & E-UTRA, For GSM. CPRI Control Functionality. Interface Baseline Interface Specification. Protocol Overview. IQ Data. Synchronisation. L1 Inband Protocol. C & M Data. Protocol Extensions. Vendor Specific Information. Physical Layer Specifications Line Bit Rate. Physical Layer Modes. Electrical Interface. Optical Interface. Line Coding. Bit Error Correction/Detection. Frame Structure. Mapping Methods. Container Blocks. Hyperframes. GSM, UMTS & WiMAX Timing. Link Delay Accuracy & Cable Delay Calibration. Link Maintenance Data Link Layer (Layer 2) Specification Layer 2 Framing for Fast & Slow C & M Channels. Medium Access Control/Data Mapping. Flow Control. Start-up Sequence General. Layer 1 Start-up Timer. State Description. Transition Description. Interoperability Reserved Bandwidth. Version Numbers. Supplementary Specification Details Delay Calibration Example. Reference Test Points. List of Abbreviations & Gloss
Learn how to cannulate ... Nationally Recognised Qualification OCN Accredited - Level 3 (advanced) - Ireland Level 5 CPD Accredited - The CPD Certification Service Classroom or Virtual Classroom options Covers all steps for cannulating in arm or hand Practise on artificial arms and fake blood! Essential qualification for all IV therapies Phlebotomy training desirable but not essential Basic understanding of English language required OPEN TO ALL APPLICANTS
The UK's first and only Level 4 qualification in Phlebotomy (equivalent to Ireland Level 6) FDSc (Foundation Degree Level) qualification Nationally Recognised certificate Dually accredited: Open College Network and CPD Covers both aspirated and evacuated systems Covers specialised blood collection systems & methods Classroom or Virtual Classroom learning options Comprehensive Training Kit is provided when booking our Virtual Classroom option (yours to keep) Complete your training from beginner to advanced level This course either follows on from our Introduction to Phlebotomy Course or can be combined with our introductory course as part of a course package (see below) Available to candidates who have completed (or are currently enrolled to complete) our Introduction to Phlebotomy Course or have previous phlebotomy practical experience.