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

1582 CLO courses in Cardiff delivered Live Online

55232 Writing Analytical Queries for Business Intelligence

By Nexus Human

Duration 3 Days 18 CPD hours This course is intended for This course is intended for information workers and data science professionals who seek to use database reporting and analysis tools such as Microsoft SQL Server Reporting Services, Excel, Power BI, R, SAS and other business intelligence tools, and wish to use TSQL queries to efficiently retrieve data sets from Microsoft SQL Server relational databases for use with these tools. Overview After completing this course, students will be able to: - Identify independent and dependent variables and measurement levels in their own analytical work scenarios. - Identify variables of interest in relational database tables. - Choose a data aggregation level and data set design appropriate for the intended analysis and tool. - Use TSQL SELECT queries to produce ready-to-use data sets for analysis in tools such as PowerBI, SQL Server Reporting Services, Excel, R, SAS, SPSS, and others. - Create stored procedures, views, and functions to modularize data retrieval code. This course is about writing TSQL queries for the purpose of database reporting, analysis, and business intelligence. 1 - INTRODUCTION TO TSQL FOR BUSINESS INTELLIGENCE Two Approaches to SQL Programming TSQL Data Retrieval in an Analytics / Business Intelligence Environment The Database Engine SQL Server Management Studio and the CarDeal Sample Database Identifying Variables in Tables SQL is a Declarative Language Introduction to the SELECT Query Lab 1: Introduction to TSQL for Business Intelligence 2 - TURNING TABLE COLUMNS INTO VARIABLES FOR ANALYSIS: SELECT LIST EXPRESSIONS, WHERE, AND ORDER BY Turning Columns into Variables for Analysis Column Expressions, Data Types, and Built-in Functions Column aliases Data type conversions Built-in Scalar Functions Table Aliases The WHERE clause ORDER BY Lab 1: Write queries 3 - COMBINING COLUMNS FROM MULTIPLE TABLES INTO A SINGLE DATASET: THE JOIN OPERATORS Primary Keys, Foreign Keys, and Joins Understanding Joins, Part 1: CROSS JOIN and the Full Cartesian Product Understanding Joins, Part 2: The INNER JOIN Understanding Joins, Part 3: The OUTER JOINS Understanding Joins, Part 4: Joining more than two tables Understanding Joins, Part 5: Combining INNER and OUTER JOINs Combining JOIN Operations with WHERE and ORDER BY Lab 1: Write SELECT queries 4 - CREATING AN APPROPRIATE AGGREGATION LEVEL USING GROUP BY Identifying required aggregation level and granularity Aggregate Functions GROUP BY HAVING Order of operations in SELECT queries Lab 1: Write queries 5 - SUBQUERIES, DERIVED TABLES AND COMMON TABLE EXPRESSIONS Non-correlated and correlated subqueries Derived tables Common table expressions Lab 1: Write queries 6 - ENCAPSULATING DATA RETRIEVAL LOGIC Views Table-valued functions Stored procedures Creating objects for read-access users Creating database accounts for analytical client tools Lab 1: Encapsulating Data Retrieval Logic 7 - GETTING YOUR DATASET TO THE CLIENT Connecting to SQL Server and Submitting Queries from Client Tools Connecting and running SELECT queries from: Excel PowerBI RStudio Exporting datasets to files using Results pane from SSMS The bcp utility The Import/Export Wizard Lab 1: Getting Your Dataset to the Client Additional course details: Nexus Humans 55232 Writing Analytical Queries for Business Intelligence training program is a workshop that presents an invigorating mix of sessions, lessons, and masterclasses meticulously crafted to propel your learning expedition forward. This immersive bootcamp-style experience boasts interactive lectures, hands-on labs, and collaborative hackathons, all strategically designed to fortify fundamental concepts. Guided by seasoned coaches, each session offers priceless insights and practical skills crucial for honing your expertise. Whether you're stepping into the realm of professional skills or a seasoned professional, this comprehensive course ensures you're equipped with the knowledge and prowess necessary for success. While we feel this is the best course for the 55232 Writing Analytical Queries for Business Intelligence course and one of our Top 10 we encourage you to read the course outline to make sure it is the right content for you. Additionally, private sessions, closed classes or dedicated events are available both live online and at our training centres in Dublin and London, as well as at your offices anywhere in the UK, Ireland or across EMEA.

55232 Writing Analytical Queries for Business Intelligence
Delivered OnlineFlexible Dates
£1,785

Securing Kubernetes and Containers

5.0(3)

By Systems & Network Training

Securing Kubernetes training course description This course introduces concepts, procedures, and best practices to harden Kubernetes based systems and container-based applications against security threats. It deals with the main areas of cloud-native security: Kubernetes cluster setup, Kubernetes cluster hardening, hardening the underlying operating system and networks, minimizing microservices vulnerabilities, obtaining supply chain security as well as monitoring, logging, and runtime security. What will you learn Harden Kubernetes systems and clusters. Harden containers. Configure and use Kubernetes audit logs. Securing Kubernetes training course details Who will benefit: Technical staff working with Kubernetes Prerequisites: Kubernetes_for_engineers_course.htm Definitive Docker for engineers Duration 2 days Securing Kubernetes training course contents This course does not only deal with the daily security administration of Kubernetes-based systems but also prepares delegates for the official Certified Kubernetes Security Specialist (CKS) exams of the Cloud Native Computing Foundation (CNCF). Structure: 50% theory 50% hands on lab exercise Module 1: User and authorization management Users and service accounts in Kubernetes Authenticating users Managing authorizations with RBAC Module 2: Supply chain security Vulnerabilit checking for images Image validation in Kubernetes Reducing image footprint Secure image registries Module 3: Validating cluster setup and penetration testing Use CIS benchmark to review the security configuration of Kubernetes components. Modify the cluster components' configuration to match the CIS Benchmark. Penetration testing Kubernetes for known vulnerabilities. Module 4: System hardening Use kernel hardening tools Setup appropriate OS level security domains Container runtime sandboxes Limit network access Module 5: Monitoring and logging Configure Kubernetes audit logs Configure Audit Policies Monitor applications behaviour with Falco

Securing Kubernetes and Containers
Delivered in Internationally or OnlineFlexible Dates
£1,727

Definitive Kubernetes for engineers

5.0(3)

By Systems & Network Training

Kubernetes for engineers training course description This course covers how Kubernetes addresses the challenges of distributed systems. Hands on sessions follow all the major theory chapters. What will you learn Explain what Kubernetes is and how it works. Create and run containers on Kubernetes using the Docker image format and container runtime. Kubernetes for engineers training course details Who will benefit: Anyone working with Docker or Kubernetes. Prerequisites: Definitive Docker for engineers. Duration 2 days Kubernetes for engineers training course contents Introduction Velocity, Scaling your service and your teams, Abstracting your infrastructure. Creating and running containers Container images, Building application images with Docker, Storing images in a remote registry, The Docker container runtime. Deploying a Kubernetes cluster Installing Kubernetes on a public cloud provider, Installing Kubernetes locally using minikube, Running Kubernetes on Raspberry Pi, The Kubernetes client, Cluster components. Common kubectl Commands Namespaces, Contexts, Viewing Kubernetes API objects, Creating, Updating, and Destroying Kubernetes objects, Labelling and annotating objects, Debugging commands. Pods Pods in Kubernetes, Thinking with pods, The pod manifest, Running pods, Accessing your pod, Health checks, Resource management, Persisting data with volumes, Putting It all together. Labels and Annotations Labels, Annotations. Service Discovery What Is Service discovery? The service object, Looking beyond the cluster, Cloud integration, Advanced details. ReplicaSets Reconciliation loops, Relating pods and ReplicaSets, Designing with ReplicaSets, ReplicaSet Spec, Creating a ReplicaSet, Inspecting a ReplicaSet, Scaling ReplicaSets, Deleting ReplicaSets. DaemonSets DaemonSet scheduler, Creating DaemonSets, Limiting DaemonSets to specific nodes, Updating a DaemonSet, Deleting a DaemonSet. Jobs The job object, Job patterns. ConfigMaps and secrets ConfigMaps, Secrets, Naming constraints, Managing ConfigMaps and secrets. Deployments Your first deployment, Creating deployments, Managing deployments, Updating deployments, Deployment strategies, Deleting a deployment. Integrating storage solutions and Kubernetes Importing external services, Running reliable singletons, Kubernetes-native storage with StatefulSets. Deploying real-world applications Parse, Ghost, Redis.

Definitive Kubernetes for engineers
Delivered in Internationally or OnlineFlexible Dates
£1,727

Accelerated Cybersecurity Training

5.0(1)

By Prefort Consult

An information security manager takes responsibility for overseeing and controlling all aspects of computer security in a business. The job entails planning and carrying out security measures that will protect a business’s data and information from deliberate attack, unauthorized access, corruption and theft.” Randstad.co.uk Learning outcomes: How to ensure essential guidelines are in place for adhering to industry rules and regulations. How to conduct internal audits and reviews to ensure compliance (SOX, etc). How to carry-out gap analysis using ISO27001, ISO27002, ISO27005, NIST CSF etc. How to review companies’ policies, procedures, and guidelines. How to carry-out risk assessment and ensuring the right treatment is selected. How to identify vulnerabilities and patch the weaknesses How to compliance to regulatory requirements (UK Data Privacy, GDPR, HIPAA, etc). How to ensure employees are thoroughly updated about the organization’s policies, regulations, and processes. How to ensure employees are guided and made aware of information security risks the legal implication. Who is the course for? Managers Accountant Engineers Business Analysts Healthcare Professionals. Teachers and Academics. Students and professions with transferable skills. E-mail: info@prefortconsult.com Website: www.prefortconsult.com Mobile: +447455884242 Attending this will enable you to access some paid courses and training for free. HURRY NOW and book your place before the opportunity closes. Note: All sessions/classes will take place online via Zoom. You are also required to attend group discussions to improve your skills like presentation, communication, analysis, etc.

Accelerated Cybersecurity Training
Delivered OnlineFlexible Dates
£2,500

ITIL© 4 Foundation

By Nexus Human

Duration 3 Days 18 CPD hours This course is intended for This course is designed for anyone who needs an understanding of IT Service Management to help deliver better value to customers. It is appropriate for all IT staff and management, as well as customers who work closely with IT to support business requirements. This course is also designed for students who are seeking the ITIL© 4 Foundation certification and who want to prepare for ITIL© 4 Foundation exam. Overview By the completion of this course, you will have a deep understanding of the 7 Guiding Principles, 4 Dimensions of Service Management, 34 ITIL© Practices, and the new Service Value Chain that incorporate the core of ITIL© version 4. ITIL© is the world?s leading best practice framework for implementing IT Service Management. ITIL version 4 introduces IT Service Management through the lens of a Service Value System (SVS), which provides a holistic end-to-end view of how to successfully contribute to business value, and also how to leverage concepts from models such as Lean IT, Agile, DevOps and Organizational Change Management. This foundational course immerses you in the guiding principles, dimensions, and practices of ITIL© 4. This course will earn you 21 PDUs. This class includes an exam voucher. 1 - ITIL 4 OVERVIEW Introduction to ITIL Key Concepts of ITIL 2 - The ITIL Framework The Four Dimensions of Service Management The ITIL Service Value System 3 - The ITIL Guiding Principles Focus on Value Start Where You Are Progress Iteratively with Feedback Collaborate and Promote Visibility Think and Work Holistically Keep It Simple and Practical Optimize and Automate 4 - THE ITIL SERVICE VALUE SYSTEM (SVS) Governance The Service Value Chain Continual Improvement 5 - Key ITIL Practices Continual Improvement Service Level Management Change Control Incident Management Service Request Management Service Desk Problem Management 6 - Other ITIL Practices General Management Practices Service Management Practices Technical Management Practices

ITIL© 4 Foundation
Delivered OnlineFlexible Dates
£1,695

Essential NFV

5.0(3)

By Systems & Network Training

NFV training course description Network Functions Virtualization (NFV) brings many benefits, this training course cuts through the hype and looks at the technology, architecture and products available for NFV. What will you learn Explain how NFV works. Describe the architecture of NFV. Explain the relationship between NFV and SDN. Recognise the impact NFV will have on existing networks. NFV training course details Who will benefit: Anyone wishing to know more about NFV. Prerequisites: Introduction to Virtualization. Duration 2 days NFV training course content Introduction What is NfV? What are network Functions? NfV benefits, NfV market drivers. ETSI NfV framework. Virtualization review Server, storage and network virtualization and NfV. Virtual machines, containers and docker. Data centres, clouds, SaaS, IaaS, PaaS. Virtualization of Network Functions Network virtualization versus Network Function virtualization. ETSI NfV architecture ETSI documents, Architecture overview, compute domain, hypervisor domain, infrastructure network domain. IETF and NfV Creating services, Service Functions, Service Function Chaining. SPRING and source packet routing. YANG and NetConf. RESTCONF. VLANs, VPNs, VXLAN. MANO Management and Orchestration. OpenStack, OpenDaylight PaaS and NfV. The VNF domain. Service graphs, MANO descriptors, Open orchestration. The virtualization layer VM centric model, containers versus hypervisors, FD.io. Summary Deploying NfV, performance, testing. Futures.

Essential NFV
Delivered in Internationally or OnlineFlexible Dates
£1,727

The Mechanics of Mediumship Autumn

By The Psychic Medium Handbook

The Mechanics of Mediumship. A beginners guide to everything you need to know. How to become a professional psychic medium. Able to give short, accurate, evidential messages. This course runs over 5 weeks and during our time together we will explore five easy to follow parts. 1: What mediumship is and the different types, including your role as a professional medium and the differences between working in the psychic modality and when you are connected to spirit. 2: Activating and building your power within, and the difference between meditation, and attunement both to the spirit world and using your psychic modality. 3: The six different senses available to you, which are your strongest and whether you are perceiving them objectively or subjectively. 4: What is and what is not evidence in mediumship, understanding the different types of evidence available and defining practical and emotional evidence. 5: Surrendering to spirit, building confidence to receive specific unique information, and understanding the reasons why you receive a no response. Guidance on making positive, strong, statements filling your sitter with confidence, building a truly extraordinary professional reading.

The Mechanics of Mediumship Autumn
Delivered Online + more
£249

Signalling systems for engineers

5.0(3)

By Systems & Network Training

Signalling training course description An intensive course that defines and explores the signalling methods that are to be found in today's telecommunications services. What will you learn Describe the Functionality and Features of Signalling. Describe the Functionality of Analogue & Digital Subscriber Signalling. Describe the various types of signalling used on different network types. Describe the Functionality of Private Network Signalling. Describe the Functionality of Public Network Signalling. Signalling training course details Who will benefit: Personnel involved with systems design, implementation and support. Prerequisites: Telecommunications Introduction Duration 2 days Signalling training course contents Introduction What is Signalling?, Standards, ITU-T Recommendations, Signalling Categories - Supervisory Addressing, E.164, Call Information, Network Management, Network Components, Inband/Outband Switch Signalling, Analogue Vs Digital Signalling. Analogue Subscriber Signalling Analogue Local Loops/Switches/Trunks, Digital Switches/Local Loops, Telephone Handset, Accessing the Local Exchange, Pulse/Tone Dialling. Digital Subscriber Signalling Integrated Digital Access, DASS2 & DPNSS, DASS2 - Call, IMUX, Euro ISDN, Q.931 Call Control, Message Identification, Message Types, Call Establishment Messages, Call Clearing. Network Types Service Types, Circuit Switched, Packet Switched, Signalling Terminology, In-Channel Signalling, G.704, Performance and Quality, Digital Signalling, CAS, CAS Applications, Foreign Exchange, CCS, Break-In/Out Private Network Signalling Types Networking PABXs, Inter PABX Analogue Signalling Methods, E & M, Tone-On-Idle, Inter PABX Digital Signalling Methods, DPNSS, DPNSS Deployment, PABX Support for DPNSS, DPNSS Call, Q.Sig, Q.Sig support/functionality/protocol, Message Overview, Call Establishment. Public Network Signalling SS7, SS7 Operations, SS7 Topology, SSP, STP, SCP, Database Types - CMSDB NP LIDB HLR VLR, Signalling Modes, Link Types, Further Redundancy, Linksets, SS7 addressing, Point Codes, Sub-System, Global Title Addressing and Translation, ANSI PCs, ITU-T PCs, SS7 Protocol Stack, MTP Level 1, MTP Level 2, Flow Control, FISU, LSSU, MSU, MSU SIF, MTP Level 3, SCCP, TCAP, TUP, Facility Format, Main Facilities, Flow Control Negotiation, Closed User Groups, Reverse Charging, Fast Select Facility, Throughput Class Negotiation, Call Barring, On-Line Facility Registration. BTUP, ISDN ISUP, Supplementary Services, ISUP Call - IAM, Progress/Answer/Suspend/ Resume/Release Messages, Intelligent Network (IN) Introduction, IN Evolution, IN Conceptual Model, IN Target Services & Service Features, Service Independent Building Blocks

Signalling systems for engineers
Delivered in Internationally or OnlineFlexible Dates
£1,727

Essential GEPON

5.0(3)

By Systems & Network Training

Essential GEPON training course description Designed to benefit those requiring an in depth knowledge of the principles and applications of the IEEE Ten Gigabit Ethernet and Gigabit Ethernet Passive Optical Networking and Fibre to the X in NG network applications and their associated equipment, its flexibility and function within a modern transmission network. Using an effective mix of instruction and correlation to theory based learning the delegate will gain a complete understanding of the equipment and the tasks to be undertaken in a real life situation. What will you learn Compare FTTx networks. Compare PON variants. Recognise the GEPON architecture. Explain how GEPON works. Recognise GEPON issues. Essential GEPON training course details Who will benefit: Anyone requiring GEPON knowledge. Prerequisites: Introduction to data communications and networking. Duration 2 days Essential GEPON training course contents FTTN, FTTC, FTTH Single Mode Fibre (SMF) and various types, Multimode Fibre (MMF), Fibre Safety and properties (Dispersion/attenuation), Fibre Reel cables and types, Fibre installation and air blown fibre, Transmitters and receivers - power budget/laser classes, Fibre to the home (FTTH), FTTC (Fibre to the Cabinet), FTTN (Fibre to the node), FTTD (Fibre to the Desk), FFTH Topologies and wavelengths, Active or Passive Optical Network (PON). WDM equipment and GPON OSP design Wavelength considerations, WDM/DWDM/CWDM EDFA optical amplification, AWG (Arrayed Waveguide Grating) splitters, Couplers (splitters) and losses, Optical splitters 1x2, 1x4, 1x8, 1x16, 1x32, 1x64, 2x64. IEEE PON variants Gigabit Ethernet Passive Optical Network (GEPON), Time Division PON (TDM-PON), Wave Division Multiplexing PON (WDM-PON), 1Gbps, 10Gbps, 40Ggps, 100Gbps, Strategies for TDM-PON to WDM-PON migration, Architecture of NG-PON (hybrid WDM/TDM PON), Additional services than triple play. GEPON design GEPON OSP centralized design, GEPON OSP distributed design, GEPON PON splitters x4 x8 x32, Fibre splice trays / fibre cassette trays / fibre enclosures, GEPON field testing /GEPON field installation verification, GEPON physical layer testing, Optical Time Domain Reflectometer (OTDR), Optical power source /Optical power meter, Optical Return Loss (ORL), APON/BPON/GPON/EPON/GEPON/10-GEPON comparison. IEEE 802.3ah GEPON: Ethernet in the first mile IEEE 802.3 options, Optical Ethernet options, Ethernet in the first mile, 1000BASE-LX, 1000BASE-SX, IEEE 802.1Q VLANs, Q-in-Q and MAC-in-MAC. QofS Ethernet TOS and priority methods PCP and DiffServe, Reference model / terminology / architecture, Example of ONT functional blocks, Example of OLT functional blocks, FTTx scenarios, The four switching arrangements for external access network backup. IEEE 802.3av 10-GEPON Physical layer, 10GBASE-SR, 10GBASE-LX4, 10GBASE-ER, 10GBASE-LR, 10GBASESW, 10GBASE-LW, 10GBASE-EW, Enhancement band, Bit rate and wavelengths, Compatibility, Forward error correction. IEEE 802.3ca 25G, 50G and 100G NG-EPON MAC frame structure, Downstream multiplexing / Upstream multiplexing, Media access control and ONU registration, Alarm messages. IEEE 802.3bk extended EPON Laser Types PRX40 and PR40, Reference model. GEPON issues and standards GEPON components OLT / GEPON ONT and examples GEPON management, RG (Residential Gateway), HPNA (Home Phone Network Alliance), Power Line Carrier (PLC), GPON DLNI, G.hn or G.9960 MOCA, FTTH Council certification, Standard for network certification, Qualify for use of the fibre-connected home badge, GEPON frame synchronization to network timing, Direct clock synchronization interface (BITS), Multiservice Access Platform (MSAP), Software planning tool. Superconnected cities / voucher scheme. Ethernet OAM Link monitoring, remote failure indication, Remote loopback.

Essential GEPON
Delivered in Internationally or OnlineFlexible Dates
£1,727

Nutritional Therapy Diploma

By Plaskett International

The prevalence of ill health is real. Become an expert practitioner in treating individuals using a truly holistic approach. A MESSAGE FROM THE AUTHOR The great need for practitioners is emphasised today, not only by the prevalence of well-established diseases, but also by the appearance of quite new conditions which are not necessarily regarded as being nutritional illnesses. In fact many students come to Nutritional Therapy after experiencing and their own health problems and seek to help others with similar difficulties. We know that nutrition lies at the very heart of these problems and it is our absolute intention to share that knowledge with you. Every person's nutritional needs differ and our courses teach students to recognise this at the outset - there is no haphazard approach. We are absolutely certain that you will find this a fascinating course as you train to become a practitioner of the highest degree. DR. LAWRENCE PLASKETT Course Duration 3 years Study Hours 3,000 hours Course Content 14 folders Course Fee £1,995 Course Overview The Plaskett Professional Diploma in Nutritional Therapy is the most scientific and advanced practitioner level course that we offer. Nutritional Therapy is a form of therapy that uses food, supplementary nutrients and cleansing procedures to alleviate or prevent chronic health problems and this course will train you to practise as a Nutritional Therapist of the highest degree. You will: Receive a training which is truly holistic in nature Be presented with the unique teachings of Dr. Lawrence Plaskett whose long experience working in the borderlands between nutrition and medicine enables him to offer a synthesis between many fields that are not often brought together: nutrition, pathology, biochemistry, toxicology, pharmacology, cell biology, naturopathy and homoeopathy Develop the professional skills and specific diagnostic insight to be able to apply nutrition to health effectively, a training for successful practice that should be applicable anywhere in the world Be trained to offer help with a wide range of conditions, the majority of which are not necessarily regarded in conventional medicine as being nutritional illnesses. These encompass an extremely wide range of chronic conditions, including most diseases and a vast array of symptoms - physical, emotional, mental - which can frequently be experienced outside the range of conventional medical diagnostic 'labels'. Develop the necessary expertise in nutrition which is often lacking in other fields of complementary or alternative medicine. Any programme of nutritional supplements and diet needs to be matched exactly to individual needs by a well-trained practitioner BREAKDOWN OF THE COURSE SECTIONS The Nutritional Therapy Diploma includes the following 14 folders: FOLDER 1 THE HOLISTIC MODEL OF HEALTH CARE This Folder starts with a suggested programme of study and some simple hints on how to make best use of your study time. It then teaches an understanding of basic principles that underpin your entire grasp of nutrition as a biological process. The naturopathic emphasis is upon freeing the body tissues of toxins and the damaged cell components that drag them down to the chronic level.  The Folder looks closely at the nature of toxins and their sources. It looks at their behaviour and effects when they enter the body, the character and mechanisms of the damage they do and, above all, the mechanisms by which they can be removed and the damage repaired.  These are no flights of fancy, as orthodoxy would often have us believe. Rather they are strongly supported by medical science, as the course material will demonstrate. In order to develop a grasp of these processes they have to be visualized as they really happen, on the cellular level.  A Side Book is included covering the structure and life of the cell. Areas Covered Study skills Looking after the body The Life Force Stopping the rot and starting to recover Movements of toxins within and around the body Our relationship to medical orthodoxy The nature of natural and unnatural chemical toxins The concept of toxin-free food Organic growing and water purification Free radicals and anti-oxidants Routes of toxin entry and elimination Damage caused by toxins lying in the tissues Detoxification The relationship between toxic burden and toxic damage The energy reserve role of fat The lipoproteins of the blood FOLDER 2 MINERALS AT WORK IN NUTRITION - PART 1 The minerals come forward as the strongest contenders for pride of place among the nutrient classes because they are so critically vulnerable to deficiency and imbalance in today’s western world.  “Get the minerals right before anything else” is a penetrating summary of their necessary priority. You will learn how the bulk minerals (those we need in greatest amount) depend upon each other and how the micro minerals cannot fulfil their function correctly without a correct balance of the bulk ones.  This Folder takes “first things first” by laying the soundest possible foundation for the study and management of the bulk metals – sodium, potassium, calcium, with magnesium to follow in Folder 5.  We believe that few course providers deal as thoroughly with this absolute cornerstone of nutrition as we do. The effects of these mineral balances permeate the entire subject of nutrition. You will look at many aspects of the subject that affect health. Areas Covered Composition of the human body Overview of macro minerals Sources of nutritional minerals Biological concentration of minerals Micro minerals as catalysts Toxic minerals Digestion, absorption and storage Mineral/mineral antagonisms Sodium and potassium balance Symptoms of sodium and potassium excess or deficiency The sodium pump Sodium and potassium in foods Potassium administration in therapy Calcium in the human skeleton and teeth Calcium in body fluids Hormonal control of calcium Osteoporosis and disputes over calcium requirements Calcium in foods Calcium “mishandling” Calcium in supplement Side Book: The Chemistry of Nutrition Whilst it is possible to teach nutrition to some degree without studying the chemical nature of the nutrients, it is much better that you have at least a superficial understanding. Folder Two therefore includes a side book on Chemistry for those who are new to the subject. However, no one expects you to become highly informed on chemical structures. Access to the facts and to an explanation is what is important. This side-book will free you, as a future practitioner, from the need to manipulate the nutrients without understanding them as many others try to do. Elements, compounds and molecules Valency Ions, acids and salts Combining proportions and moles Carbon compounds and functional groups Oxidation and reduction Calculating the vitamin or mineral content of supplements FOLDER 3 THE BULK NUTRIENTS – PROTEIN, CARBOHYDRATE, LIPIDS AND ENERGY These nutrients provide both the fuel and the building materials for the body. Orthodox nutrition teaches these topics very thoroughly. As to the structures of the compounds, we teach the same things they do.  However, all three main classes of bulk nutrients have their distinctive “wrinkles” when examined from an alternative viewpoint.  With the proteins this has to do with avoiding excesses and, to some degree eschewing animal sources for naturopathic and other reasons.  With the carbohydrates it involves recognizing at a sensitive level the long-term harm that can be done by free sugars and the crucial importance of blood sugar maintenance and control. Orthodox treatments may claim to do these things but there is a vast difference of emphasis and effect.  Among the lipids the “wrinkles” have to do with intricate management of the balance among the essential fatty acids and the importance of the phospholipids in the diet.  You will also learn about the propensity of fats to form toxins and the need to moderate fat intake. All of these so-called alternative “wrinkles” have weighty scientific support, which you will have explained for you.  The chemical nature of these bulk nutrients is fully presented for those who wish it, with a “faster track” through for those who do not. Areas covered Different kinds of proteins The amino acids in proteins The structure of proteins Proteins in foods The essential amino acids and protein quality Nitrogen balance and protein metabolism Proteins in therapeutic policy The simple sugars and sugar derivatives Di, tri and polysaccharides Transformations of carbohydrate Sugars and starch in diets Blood sugar control Metabolic energy The make-up of fats Different kinds of fatty acids Essentiality of omega 6 and omega 3 Lipids and coronary thrombosis Cholesterol, Inc. blood cholesterol levels Fats in western diets Toxins from fats by chemical damage Lecithin and other phospholipids Quantifying energy – units of measurement Energy content of foods and fuels Human expenditures of energy Basal metabolic rate FOLDER 4 FOODS AND FOOD CLASSES Properties, Composition and Naturopathic Effects The merits and disadvantages of wheat, milk and meat are carefully analysed and exposed from the standpoint of both scientific and also naturopathic considerations.  There will be much here to ponder, whilst the scientific evidence leaves little to doubt. You will look rather exhaustively at the merits, nature and composition of vegetables and fruits, not only as groups but also as sub-groups and down to the individual plants.  You will find yourself in a position, when it comes to prescribing, to be directive when necessary about which individual fruits and vegetables it will be best to use.  The groups of pulses, nuts, seeds, fish, shellfish and other seafood’s, as well as beverages, will be closely examined for their composition and suitability for prescription in treatment diets.  Acidity and alkalinity in foods is carefully examined. This Folder is “all about food” but it is also food for thought from beginning to end. Areas covered The wheat grain and its milled fractions Types of bread Nutritional problems of wheat and wheat allergy Sprouted wheat and wheat grass Barley, oats and rye The composition of milks Milk as infant feed The variety of dairy products Nutritional and health problems associated with milk Milk allergy and intolerance Hidden milk in foods Vegetable mineral content and vitality Eliminatory effect of vegetables Composition of 49 different vegetables Potential hazards of plant foods Composition and nature of pulses, nuts and seeds The composition of different meats Naturopathic negatives associated with meat The composition of different fish types Fish as an omega 3 source Shell fish and crustacea Nutritional problems of tea and coffee The composition of fruits Strongly eliminative properties in fruits Acid and alkali-forming foods Using the food composition tables FOLDER 5 MINERALS AT WORK IN NUTRITION - PART 2 Each and every member of the micro minerals group will prove a fascinating area of study and will face you at times almost with disbelief that such minute amounts of substance can exert such extraordinarily powerful effects upon the way the body works and therefore upon health.  Each micro mineral displays its own particular pattern of effects arising from either deficiency or excess. This is almost like a personal signature of the mineral. These will be learnt now but employed later in diagnosis to help determine the likely patterns of micro mineral imbalances in your patients. The role of all-important magnesium is examined together with the principles of using magnesium in therapy. This element plays a key macro mineral role and exerts decisive control over naturopathic elimination.  Areas covered Iron, zinc, copper, manganese, selenium, chromium, molybdenum, iodine, silicon, fluorine, vanadium For each of the microminerals where appropriate: Body content; physiology functions; effects of deficiency or excess; toxicity; factors promoting retention or loss; occurrence in foods; different chemical forms; associated diseases; the use of the appropriate supplements Roles of magnesium in the body Magnesium in foods Effects, diseases and symptoms of magnesium deficiency Naturopathic expectations from magnesium therapy FOLDER 6 THE VITAMINS AT WORK IN NUTRITION The vitamins are mostly micro catalysts just as the micro minerals are. Sixteen of them are the subjects of this Folder.  We first explain their known effects in the body and then go on to set out the ways that they may be used, either for direct therapeutic effect, or in support of other components of nutritional therapy.  As in the cases of all the other nutrients, there will be both scientific and naturopathic evidence presented. Good reference material will be provided. Areas covered For each of the vitamins and vitamin-like substances where appropriate: Body content; precursors; physiology functions; effects of deficiency or excess; toxicity; factors promoting retention or loss; occurrence in foods; different chemical forms; associated diseases; the use of the appropriate supplements. Vitamin A; beta-carotene; Vitamins B: thiamine, riboflavin, niacin, pyridoxine, B12, folic acid, choline, inositol; Vitamin C, Vitamins D1 and D2; tocopherols (Vitamin E); Vitamin K. FOLDER 7 BOWEL FLORA AND THE MAINTENANCE OF HEALTH It is possible to manage and manipulate the bowel flora – the bacteria that inhabit the intestines – so as to produce optimal benefits to health.  Antibiotics and certain dietary errors appear to work in the opposite direction and encourage a flora that will generate more toxins. This Folder deals with both scientific and naturopathic facts and technique and explains how to harness the potential that resides here for bringing better health or maintaining health. It is a crucially important area of nutritional management. Every case you will treat will need the possible prescription of bowel flora products to be reviewed. The other part of this Folder is about the maintenance of health. We provide a general round-up of this pre-clinical part of the course with an overview of nutritional requirements and wise practice in the design of those diets that may be intended to be “healthy” but not necessarily therapeutic.  It includes examination of the special needs of vulnerable groups. You can expect, of course, to meet patients of all ages and conditions and, often enough, you will be asked merely to provide guidance upon what type of diet will best maintain their health.  It also reviews the production of toxin-free food and the hazards posed by the industrialization of food. Finally, there is an approach to the use of supplements for health maintenance and a discussion of strategies for on-going cleansing and toxin avoidance so as to assist in maintaining good health. Areas covered The naturopathic view of the benefits of bowel flora Effect of diet on the bowel flora The putrefactive bacteria Balancing lactose fermenters with other types Toxic amines Benefits of the acid producing species Negatives associated with antibiotics Breast feeding and the bowel bacteria Bowel flora products Overview of the British diet Nutrient requirements for the population Higher requirements for the health conscious Special needs of children and the elderly Special needs of vegetarians and vegans The requirements of pregnancy and lactation Organic growing Industrial food processing and food additives Maintenance supplements Maintenance cleansing FOLDER 8 DIAGNOSIS This Folder is divided into two parts. The first gives a detailed understanding of the basis of diagnosis, while the second gives direct instruction in performing diagnoses.  These two parts, taken together, comprise a major step in your induction as a naturopathic nutritionist. The induction into technique and approach is an essential step, but even more than that, the moulding of your thought process is so very important.  You have to move into the particular “observer” position, mentally, from which the diagnosis is best carried out. The first part of the Folder both provides the “nuts and bolts” of nutritional diagnosis but it also provides the mental positioning to enable you to carry it out with confidence and expertise.  The diagnosis requires understanding of the “constitution”, defined both naturopathically and genetically. An optional side book covers both the miasms and the Chinese 5 elements in respect of their bearing upon diagnosis within nutritional therapy. Fundamental to the practical aspect is the technique for taking case histories and then interpreting them along combined naturopathic and scientific lines.  This logically leads onto the next stage – treatment – in a rational sequence. This Folder contains five “demonstration” case histories. FOLDER 9 TREATMENT This is in many ways the crux of the whole course.  However, being released into nutritional treatments – with their full power – without having made the most thorough preparation, would be most unwise.  Absolutely every topic that has been covered before is required in one way or another at this point. It is here that the interpretation of the case history becomes translated into a prescription of diet and supplements that is honed in a sensitive way to the patient as an individual.  We outline a number of “levels” of the diagnosis that feed into the treatment decisions. There is a “whole person” level, a “weak organ” level, a “metabolic imbalances” level, a “nutritional deficiencies” level and, finally, the lowest in the hierarchy, a “named diseases” level. We also introduce here the profound concepts of intensity, direction and level as they apply to the very basis of Nutritional Therapy prescriptions. All these contributions must converge to provide the best overall treatment.  The focus at this point is on defining the dietary guidelines and the careful orchestration of the essential minerals and vitamins that are to be used.  However, this is also the point at which various named treatments are considered, including bowel cleansing procedures, bowel flora treatment and some of the contributions towards Candida treatment.  These options are set out here and then developed more in the later Folders of Part Two. Special approaches such as the liver cleanse are also considered here along with amino acid therapy, antioxidant therapy and the anti-inflammatory prescription.  We also provide guidelines on how detailed analysis of the composition of diets, and the design of special diets based on such analysis, can contribute to treatment. This Folder provides the “core” of all this, with various modulations and variations being available from the subsequent Folders for “fine tuning”. FOLDER 10 STUDY OF CASE HISTORIES There is nothing quite like practice where case histories are concerned. To be able to study them with great facility and insight and then discern the routes by which they lead towards exact treatment – that is to be your aim here. The Folder provides the challenge of “interpreting” a number of case histories, with help and with feedback. This is an approach that can lead you towards confidence and competence in this task, which is at the centre of practitioners’ daily work. Approaches and solutions are presented. This Folder gives 11 abridged case histories and 20 fully detailed case histories for analysis by the student, 31 case histories in all. These are selected to provide a variety of different types of treatment situation including some that are special or unusual. FOLDER 11 ADDED OR SPECIAL NUTRIENTS AND HERBS In covering the prescribing of supplement programmes in Folder 9, you will have been focused primarily upon those that rank in orthodox nutrition as “essential nutrients”, particularly minerals and vitamins.  However, Nutritional Therapy is enormously enriched by a wide range of other biochemicals that cannot be classified as “essential”. Life does not stop without them, yet they can be extremely helpful, especially to individuals with compromised health.  These are more often metabolic intermediates than recognised nutrients, but they can be extraordinarily valuable for organ-directed therapy. Many of these involve up-to-the minute discoveries.  We teach about phytonutrients in foods (eg carotenoids, flavonoids, proanthocyanidins, isothiocyanates, organic sulphides and curcuminoids) and about the possibilities, when necessary, to provide them in supplement form. Herbs are covered too in their special role of support-therapy to Nutritional Therapy, usually in an organ-directed or system-directed role. Echinacea, silymarin, aloe, ginkgo, bromelain and St John’s Wort are just examples of these herbs.  We also teach the use of herbal combinations for specific purposes. This wide choice of “extra” items is the subject of specific instruction in this Folder. FOLDER 12 TREATING NAMED MEDICAL CONDITIONS - PART 1 Folder 9 makes it plain that, because this is a holistic discipline, the named medical condition is generally low on the hierarchy of treatment criteria.  Although that is generally the case, the extent to which it holds good may depend upon how advanced is the particular disease condition. At all events, the practitioner does need a degree of disease-related training, which is provided in this Folder and the next.  Some 180 different medical conditions or classes of conditions, mostly chronic, are addressed. Special space is provided to cover fully selected topics that are of key importance in an alternative medicine practice, such as obesity, alcoholism, allergies and the menopause.  We also provide you with specific treatment guidance with the proviso that whole-person treatments and organ-system related treatments either take priority or are provided alongside.  Where appropriate some insights are given into the prior allopathic treatments and environmental and social conditions that may cause or exacerbate the listed conditions.  This provides for the patient’s circumstances and lifestyle to be adjusted in rather specifically apt directions. The main categories in this Folder are: circulatory, rheumatic and digestive diseases, along with obesity, alcoholism and immunity states including autoimmunity and allergies.  All the disease conditions addressed are closely studied from the standpoint of orthodox pathology as well as their Nutritional Therapy treatment.  Hence Folders 12 and 13 in their own right amount to a course in the medical science of pathology and this represents a substantial expansion over earlier versions of the course.  These Folders will constitute invaluable reference material for use when you have set up in practice. FOLDER 13 TREATING NAMED MEDICAL CONDITIONS - PART 2 This Folder continues the work started in Folder 12.  Here included are diseases of the nervous system and brain, skin, reproductive system, urinary system, endocrine system, liver/gallbladder, respiratory system, eye, ear, mouth, nose and bone. Also included are psychological and systemic diseases (including ME), infectious diseases and some directly nutritional diseases. The detailed attention to pathology is maintained throughout. During the course of Folders 10-14 inclusive, students undertake no less than 12 cases on their own, covering full data-collection, analysis and interpretation, with prescription of diet and supplements.  Together with the 36 case histories studied in earlier Folders this gives 48 case histories studied FOLDER 14 MONITORING TREATMENT, THE THERAPEUTIC RELATIONSHIP AND PRACTICE MANAGEMENT Having got the treatment going, there is a need for specific instruction in the on-going task of monitoring the patient’s condition and reacting accordingly with adjustments to the therapy.  Patient and practitioner alike have to be aware that the first prescription is likely to be just the start of a process. Reading the signs of change looms large in this instruction and familiarization. Responding to them is the second part. Here there is a need to understand the terms “intensity” and “direction” in therapy. “Intensity” refers to the degree of healing and naturopathic pressure being applied and “direction” refers to the aims of the particular choice of treatment being applied.  You will learn to distinguish between situations that call only for a change of “level” and those that call upon you to rethink and change “direction” when the patient’s progress levels off as this may then initiate a new burst of healing changes.  Another way to break out from the “plateau” situation is to assess the exact nutrient composition of the whole diet – an action that is too detailed and time-consuming to do with every patient and usually not needed.  A part of the Folder is about drugs, when and when not to encourage their use, and how to manage the drug-dependent patient. You need to acquire at least a passing familiarity with the main classes of prescription drugs, which are explained in this Folder. This Folder also provides information on Laboratory testing procedures that may be recommended to patients. Finally we offer subjects of crucial importance to working practitioners, namely a study of “The Therapeutic Relationship” and “Practice Management – Running The Practice as a Business”. TESTIMONIALS Here's what students have to say about the course Grace Kingswell, Nutritional Therapist UK "I was recommended Plaskett by my own functional medicine practitioner. I knew that if she was recommending it, it would be worthwhile. I wanted a full body overview and not a “match the supplement to the symptom” approach, and that is certainly what the Plaskett Dip;oma in Nutritional Medicine course delivered. I wanted to be qualified to run my own business as a practitioner afterwards, and it is the most complete and highest level course that the Plaskett College offer. My knowledge of naturopathy and nutritional medicine was pretty solid before I started due to personal experience, but I’ve really built on this now and feel confident that I know how to help others. I’ve also learnt a lot more of the biochemistry behind the science too. The study experience was really good, but it’s a lot of self-motivation, and if you don’t have that then it might be touch to finish it, as it’s completely self-driven". Ben C Alberts, Director South African Institute of Behavioural Nutrition South Africa The Plaskett Nutritional Therapy Diploma was one of the most rewarding programmes of my life. Apart from the media hype around healthy living it is only after the completion of a proper programme that one truly start to understand the intricacy of the human body and what healthy living really is. Within the Plaskett programme the combination of nutrition, pure science and a naturopathic view provided me with a completely new perspective on health management. Against a fairly orthodox background it took me some time within the programme to understand the true principles, and once realized fundamentally changed the way I view personal health management. Throughout the programme the support from my tutor was phenomenal with concise and very valued feedback, and certainly at exceptional detail. The course content was of a high standard and must not be underestimated in both volume and complexity. For me personally, the programme delivered immense value and I will recommend it to any of my peers and clients. Diane Brough, Nutritional Therapist Canada When I first started thinking about taking a course in nutrition, I was living in Botswana, in Africa. I was looking for a college that would offer me the support and guidance that is so important for long distance learning. I’m probably one of the college’s longest registered students because my family moved to five different countries during my studies! I am very thankful for the college’s patience and continued support. Plaskett College impressed me with their personal approach to the course and the fact that all modules were composed by Dr. Lawrence Plaskett, a medical research biochemist and the college’s Founder and Principal. I studied the Diploma in Nutritional Medicine because my plan was to have my own practice. I practised at a herbal clinic as a Nutritional Therapist and Iridologist after I completed my diploma, but then decided to study massage therapy, so put my practice aside while at school. I recently established Revitalife Therapeutics and offer massage therapy, manual lymphatic drainage, nutritional therapy and iridology. Vittoria Viglietti, Nutritional Therapist & Founder of Nutriwild Namibia I chose Plaskett College because I really wanted to make a difference where natural medicine was concerned. After losing my father to Cancer, and experiencing malpractice with all the orthodox medicine we followed, this pushed me even more to pursue an in-depth education in nutritional medicine. I chose Plaskett College’s, Nutritional Medicine Course, because I found this to be very informative for anyone interested in perusing a future in the field of Natural medicine and Nutritional Therapy. My studies have been such a memorable journey for me. I started studying just over 2 months, after losing my father. A very difficult time in my life. The course I chose to do with Plaskett would take me 4 years to complete. I am in my 5th year (nearly my 6th year), doing this particular course and I have only experienced encouragement, understanding of my situation and support from the college to continue to complete the course in my time. I could not show more gratitude towards them for this. I did not expect that after losing my father my life would hit lots unforeseen hurdles, causing my study time to suffer greatly. Yet, through all this, Plaskett College only showed me more support and encouragement to persist with my studies.

Nutritional Therapy Diploma
Delivered OnlineFlexible Dates
£125 to £1,995