Advanced C++ training course description The course will give a broad overview of the C++ Programming language, focusing on modern C++, up to C++17. This course will cover the use of the Standard Library, including containers, iterator, function objects and algorithms. From the perspective of application development, a number of design patterns will be considered. What will you learn Write C++ programs using the more esoteric language features. Utilise OO techniques to design C++ programs. Use the standard C++ library. Exploit advanced C++ techniques Advanced C++ training course details Who will benefit: Programmers needing to write C++ code. Programmers needing to maintain C++ code. Prerequisites: C++ programming foundation. Duration 5 days Advanced C++ training course contents Study of a string class Create a string class as a means to investigate many issues, involving the use of operator overloading and including overloading new and delete. Creation of the class will also require consideration of 'const correctness'. Exception handling Consider the issues involved in exception handling including the concept of exception safety. Templates Review definition of template functions, including template parameter type deduction. Introduction to template metaprogramming. Newer features including template template parameters and variadic templates. Creation of template classes. Design patterns Introduction to Design Patterns and consideration of a number of patterns, such as, factory method, builder, singleton and adapter. The standard C++ library (STL) Standard Library features, such as, Containers, Iterator, Function Objects and Algorithms. Introduction to Lambda expressions. C++ and performance The writing of code throughout the course will be oriented towards performant code, including use of R Value references and 'move' semantics. Pointers The use of pointers will be considered throughout the course. Smart pointers will be considered to improve program safety and help avoid the use of 'raw' pointers. Threading This section will consider the creation of threads and synchronisation issues. A number of synchronisation primitives will be considered. Async and the use of Atomic will also be considered. New ANSI C++ features Summarising some of the newer features to be considered are: Auto, Lambdas expression, smart pointers, variadic templates and folds, R Value references and tuple together with structured binding.
Network DevOps course description This course is not a soft skills course covering the concepts of DevOps but instead concentrates on the technical side of tools and languages for network DevOps. Particular technologies focussed on are ansible, git and Python enabling delegates to leave the course ready to starting automating their network. Hands on sessions follow all major sections. More detailed courses on individual aspects of this course are available. What will you learn Evaluate network automation tools. Automate tasks with ansible. Use git for version control. Use Python to manage network devices. Use Python libraries for network devices. Network DevOps course details Who will benefit: Administrators automating tasks. Prerequisites: TCP/IP Foundation Duration 5 days Network DevOps course contents What is DevOps Programming and automating networks, networks and clouds, AWS, OpenStack, SDN, DevOps for network operations. Initial configuration Configuring SSH, ZTP, POAP. Hands on Initial lab configuration. Getting started with ansible The language, the engine, the framework. Uses of ansible, orchestration. The architecture, Controlling machines, nodes, Agentless, SSH, modules. Configuration management, inventories, playbooks, modules, roles. Hands on Installing ansible, running ad hoc commands. Ansible playbooks ansible-playbook, YAML, plays, tasks, handlers, modules. Playbook variables. Register module, debug module. Hands on Running playbooks. Ansible Inventories /etc/ansible/hosts, hosts, groups, static inventories, dynamic inventories. Inventory variables, external variables. Limiting hosts. Hands on Static inventories, variables in inventory files. Ansible modules for networking Built in modules, custom modules, return values. Core modules for network operations. Cisco and/or Juniper modules. ansible_connection. Ansible 2.6 CLI. Hands on Using modules. Ansible templating and roles aConfiguration management, full configurations, partial configurations. The template module, the assemble module, connection: local, Jinja2 templates, variables, if, for, roles. Hands on Generating multiple configurations from a template. Network programming and modules Why use Python? Why use ansible? alternatives, ansible tower, Linux network devices. Programming with Python Python programming Functions. Classes, objects and instances, modules, libraries, packages. Python strings, Python file handling, pip list, pip instal. Hands on Python programming with pyping. More Python programming Functions. Classes, objects and instances, modules, libraries, packages. Python strings, Python file handling, pip list, pip install. Hands on Python programming with pyping. Git Distributed version control, repositories, Git and GitHub, Alternatives to GitHub, Installing git, git workflows, creating repositories, adding and editing files, branching and merging, merge conflicts. Hands on working with Git. Python and networking APIs, Sockets, Telnetlib, pysnmp, ncclient, ciscoconfparse. Paramiko SSH and Netmiko Integrating Python and network devices using SSH. Netmiko, Netmiko methods. Hands on Netmiko. NAPALM What is NAPALM, NAPALM operations, getters, Replace, merge, compare, commit, discard. Hands on Configuration with NAPALM. Integrating ansible and NAPALM. Python and REST REST APIs, enabling the REST API. Accessing the REST API with a browser, cURL, Python and REST, the request library. Hands on Using a REST API with network devices.
Network automation course description This course is not a soft skills course covering the concepts of DevOps but instead concentrates on the technical side of tools and languages for network DevOps. Particular technologies focussed on are ansible, git and Python enabling delegates to leave the course ready to starting automating their network. Hands on sessions follow all major sections. More detailed courses on individual aspects of this course are available. What will you learn Evaluate network automation tools. Automate tasks with ansible. Use git for version control. Use Python to manage network devices. Use Python libraries for network devices. Network automation course details Who will benefit: Network engineers. Prerequisites: TCP/IP foundation for engineers. Duration 5 days Network automation course contents What is DevOps Programming and automating networks, networks and clouds, AWS, OpenStack, SDN, DevOps for network operations. Initial configuration Configuring SSH, ZTP, POAP. Hands on Initial lab configuration. Getting started with ansible The language, the engine, the framework. Uses of ansible, orchestration. The architecture, Controlling machines, nodes, Agentless, SSH, modules. Configuration management, inventories, playbooks, modules, roles. Hands on Installing ansible, running ad hoc commands. Ansible playbooks ansible-playbook, YAML, plays, tasks, handlers, modules. Playbook variables. Register module, debug module. Hands on Running playbooks. Ansible Inventories /etc/ansible/hosts, hosts, groups, static inventories, dynamic inventories. Inventory variables, external variables. Limiting hosts. Hands on Static inventories, variables in inventory files. Ansible modules for networking Built in modules, custom modules, return values. Core modules for network operations. Cisco and/ or Juniper modules. ansible_connection. Ansible 2.6 CLI. Hands on Using modules. Ansible templating and roles Configuration management, full configurations, partial configurations. The template module, the assemble module, connection: local, Jinja2 templates, variables, if, for, roles. Hands on Generating multiple configurations from a template. Network programming and modules Why use Python? Why use ansible? alternatives, ansible tower, Linux network devices. Programming with Python Scripting versus application development, Python interactive mode, Python scripts, Python 2.7 vs Python 3. A simple Python script. Variables, loops, control statements, operators. PEP style guide. Python IDEs. Hands on Simple Python programs. More Python programming Functions. Classes, objects and instances, modules, libraries, packages. Python strings, Python file handling, pip list, pip install, Hands on Python programming with pyping. Git Distributed version control, repositories, Git and GitHub, Alternatives to GitHub, Installing git, git workflows, creating repositories, adding and editing files, branching and merging, merge conflicts. Hands on working with Git. Python and networking APIs, Sockets, Telnetlib, pysnmp, ncclient, ciscoconfparse. Paramiko SSH and Netmiko Integrating Python and network devices using SSH. Netmiko, Netmiko methods. Hands on Netmiko. PyEZ Juniper, NETCONF, installing PyEZ, a first pyEZ script, pyEZ configuration management. Hands on Juniper configuration management with pyEZ. NAPALM What is NAPALM, NAPALM operations, getters, Replace, merge, compare, commit, discard. Hands on Configuration with NAPALM. Integrating ansible and NAPALM. Python and REST REST APIs, enabling the REST API. Accessing the REST API with a browser, cURL, Python and REST, the request library. Hands on Using a REST API with network devices.
Programming in HTML5 with CSS course description This course provides an introduction to HTML5, CSS3, and JavaScript. It is an entry point into both the Web application and Windows Store apps training paths. The course focuses on using HTML5 / CSS3 / JavaScript to implement programming logic, define and use variables, perform looping and branching, develop user interfaces, capture and validate user input, store data, and create well-structured application. What will you learn Create and style HTML5 pages. Use JavaScript. Style HTML5 pages by using CSS3. Use common HTML5 APLs in interactive Web applications. Create HTML5 Web pages that can adapt to different devices and form factors. Enhance the user experience by adding animations to the HTML5 page. Programming in HTML5 with CSS course details Who will benefit: Website developers. Prerequisites: HTML5 development fundamentals. Duration 5 days Programming in HTML5 with CSS course contents Overview of HTML and CSS Overview of HTML, Overview of CSS, Creating a Web Application by Using Visual Studio 2012. Hands on Exploring the Contoso Conference Application. Creating and Styling HTML5 Pages Creating an HTML5 Page, Styling an HTML5 Page. Hands on Creating and Styling HTML5 Pages. Introduction to JavaScript Overview of JavaScript Syntax, Programming the HTML DOM with JavaScript, Introduction to jQuery. Hands on Displaying Data and Handling Events by Using JavaScript. Creating Forms to Collect and Validate User Input Overview of Forms and Input Types, Validating User Input by Using HTML5 Attributes, Validating User Input by Using JavaScript. Hands on Creating a Form and Validating User Input. Communicating with a Remote Data Source Sending and Receiving Data by Using XMLHTTPRequest, Sending and Receiving Data by Using jQuery AJAX operations. Hands on Communicating with a Remote Data Source. Styling HTML5 by Using CSS3 Styling Text, Styling Block Elements, CSS3 Selectors, Enhancing Graphical Effects by Using CSS3. Hands on Styling Text and Block Elements using CSS3. Creating Objects and Methods by Using JavaScript Writing Well-Structured JavaScript, Creating Custom Objects, Extending Objects. Hands on Refining Code for Maintainability and Extensibility. Creating Interactive Pages using HTML5 APIs Interacting with Files, Incorporating Multimedia, Reacting to Browser Location and Context, Debugging and Profiling a Web Application. Hands on Creating Interactive Pages by Using HTML5 APIs. Adding Offline Support to Web Applications Reading and Writing Data Locally, Adding Offline Support by Using the Application Cache. Hands on Adding Offline Support to a Web Application. Implementing an Adaptive User Interface Supporting Multiple Form Factors, Creating an Adaptive User Interface. Hands on Implementing an Adaptive User Interface. Creating Advanced Graphics Creating Interactive Graphics by Using Scalable Vector Graphics, Programmatically Drawing Graphics by Using a Canvas. Hands on Creating Advanced Graphics. Animating the User Interface Applying CSS Transitions, Transforming Elements, Applying CSS Key-frame Animations. Hands on Animating User Interface Elements. Web Sockets for Real-Time Communications Introduction to Web Sockets, Sending and Receiving Data by Using Web Sockets. Hands on Implementing Real-Time Communications by Using Web Sockets. Creating a Web Worker Process Introduction to Web Workers, Performing Asynchronous Processing by Using a Web Worker. Hands on Creating a Web Worker Process.
Course Overview: This Horticultural Worker Course offers the skills necessary to thrive in the dynamic field of horticulture. With its diverse range of modules and expertly crafted curriculum, this course provides a solid foundation for anyone interested in pursuing a career in horticulture or enhancing their existing skills. With a focus on effective applications and industry-relevant knowledge, this course addresses the key challenges horticultural workers face today. From understanding plant nutrition requirements and weed control to exploring exotic plants and indoor gardening techniques, participants will delve into various aspects of horticulture. This course also covers essential topics such as plant protection, landscaping, garden design, ornamental horticulture, permaculture, arboriculture, and horticulture statistics. You will gain a deep understanding of the principles and practices underpinning successful horticultural work through engaging lectures and interactive learning materials. They will learn how to identify and care for different plant species, develop essential skills in weed management, and explore the art of garden design. This course also offers valuable insights into the field of arboriculture, statistics in horticulture, and the ever-important concept of permaculture. Enrol now and start your horticultural journey today! Key Features of the Course: CPD certificate: Upon completing the Horticultural Worker Course, participants will receive a CPD certificate, showcasing their commitment to professional development and enhancing their career prospects. 24/7 Learning Assistance: Participants will have access to a dedicated support system, ensuring they can seek guidance and assistance whenever needed, facilitating a seamless learning experience. Who is This Course For? The Horticultural Worker Course is ideal for individuals passionate about plants and nature and those seeking a rewarding career in horticulture. It is particularly beneficial for aspiring horticultural workers, gardeners, landscaping professionals, and individuals looking to start their own gardening business. What You Will Learn: The Horticultural Worker Course offers a comprehensive curriculum consisting of 20 modules that cover a wide range of topics in the field of horticulture. You will embark on a journey to understand the intricate world of plants, starting with basic botany and plant nutrition requirements. Also, you will explore weed control methods, learn about exotic plants and indoor gardening techniques, and gain insights into lawn maintenance. The course delves into crucial aspects such as planting and plant care, the significance of plant nodes and indigenous plants, plant protection, landscaping, and garden design. Participants will also dive into the world of ornamental horticulture, permaculture, arboriculture, and horticulture statistics. The course concludes by examining the results of the 2018 Seasonal Labour in Horticulture End of Year survey, providing valuable insights into the industry's current state. Why Enrol in This Course: Enrolling in the Horticultural Worker Course comes with several advantages. Firstly, it is a top-reviewed course that has received positive feedback from participants who greatly benefited from its content. Additionally, the course has been recently updated to incorporate industry trends and best practices, ensuring that learners receive the most up-to-date knowledge. Requirements: To enrol in the Horticultural Worker Course, participants do not need any prior experience or qualifications. A passion for horticulture and a willingness to learn are the only prerequisites for joining this course. Career Path: Upon completing the Horticultural Worker Course, participants can explore various exciting career opportunities in the horticulture industry. Some of the course-related professions include: Horticultural Worker - £20,000 to £25,000 per year Gardener - £18,000 to £22,000 per year Landscaper - £20,000 to £30,000 per year Garden Designer - £25,000 to £35,000 per year Arborist - £22,000 to £30,000 per year Nursery Worker - £16,000 to £20,000 per year Park Ranger - £18,000 to £25,000 per year Certification: Upon completing the Horticultural Worker Course, participants will receive a CPD certificate, demonstrating their achievement and commitment to continuous professional development. This certification can enhance their career prospects and open doors to exciting opportunities in the horticulture industry. Course Curriculum 20 sections • 21 lectures • 09:05:00 total length •Basic Botany: 00:28:00 •Plant Classification: 00:13:00 •Soil Science: 00:24:00 •Plant Nutrition Requirements: 00:23:00 •Plant Pests and Diseases: 00:42:00 •Basic Concepts of Organic Gardening: 00:22:00 •Weed Control: 00:20:00 •Plant Propagation part 01: 00:32:00 •Plant Propagation Part 02: 00:43:00 •Amenity Horticulture, Plant Selection and Native Plants: 00:37:00 •Exotic Plants: 00:37:00 •Indoor Plants: 00:32:00 •Lawns: 00:15:00 •Planting and Plant Care: 00:11:00 •Plant Nodes and Indigenous Plants: 00:22:00 •Plant Protection, Landscaping and Garden Design: 00:24:00 •Ornamental Horticulture: 00:21:00 •Permaculture: 00:17:00 •Arboriculture: 00:12:00 •Horticulture Statistics: 00:34:00 •Results from the 2018 Seasonal Labour in Horticulture End of Year: 00:36:00
Course Overview: Do you aspire to work in a role that supports and assists legal professionals in their daily activities? If so, our Counselling Paralegal course - is the perfect opportunity for you to embark on a fulfilling career path. This comprehensive course will give you a deep understanding of the paralegal profession and develop the essential skills needed to excel in this dynamic field. According to recent statistics, the demand for paralegals in the UK is projected to grow significantly in the coming years, with job opportunities expected to increase by 15% by 2025. As the legal industry expands, qualified paralegals are increasingly sought after by law firms, corporate legal departments, and governmental organisations. This Paralegal course provides the knowledge and expertise necessary to thrive in this competitive landscape. As legal professionals, paralegals play a crucial role in supporting lawyers and solicitors, conducting legal research, drafting legal documents, and assisting in case preparation. With our Counselling Course - Paralegal, you will acquire a solid foundation in crucial legal terminology, learn effective communication skills, understand the intricacies of various areas of law, such as contract law, criminal law, and property law, and gain insight into professional conduct and ethics. Key Features of the Course: CPD certificate upon completion 24/7 learning assistance for uninterrupted progress Who is This Course For? This Paralegal course is designed for individuals interested in the legal field who aspire to work as paralegals. Whether you are a recent graduate, a career changer, or simply looking to enhance your legal knowledge, this course provides the perfect platform to acquire the necessary skills and expertise to excel in the paralegal profession. What You Will Learn: Throughout the Paralegal course modules, you will comprehensively understand paralegal practices and legal principles. In Module 01, you will explore the foundational concepts of paralegal work, setting the stage for subsequent modules. Key legal terminology will be covered in Module 02, ensuring you possess the necessary vocabulary to navigate the legal landscape. Module 03 will focus on honing your communication skills. Further modules will delve into specific legal domains, including contract and business law, property law, wills and probate, criminal law, and human rights. You will also gain valuable insights into the legal workplace, conflict resolution, professional conduct and ethics, and mandatory knowledge fields for paralegals. Why Enrol in This Course: By enrolling in this Paralegal Course - Paralegal, you will acquire a range of highly sought-after skills essential for a successful career in the legal field. This course has received top student reviews, highlighting its comprehensive content and practical relevance. Additionally, the course is continuously updated to reflect the latest industry trends and legal developments, ensuring you stay ahead of the curve. Requirements: No prior legal experience is required to enrol in this Paralegal course. However, a passion for the legal field and a solid dedication to learning are essential prerequisites. Career Path: Upon completing this Paralegal course, you will have a range of exciting career opportunities in the legal field. Some of the professions you can pursue include: Paralegal - Average UK salary: £28,000 per annum Legal Assistant - Average UK salary: £25,000 per annum Compliance Officer - Average UK salary: £35,000 per annum Court Clerk - Average UK salary: £22,000 per annum Claims Handler - Average UK salary: £23,000 per annum Law Firm Administrator - Average UK salary: £26,000 per annum Legal Researcher - Average UK salary: £30,000 per annum Certification: Upon completing the Paralegal course, you will receive a CPD certificate to validate your newly acquired skills and enhance your professional credibility. Enrol in our Counselling Course - Paralegal today and take a significant step towards a rewarding and fulfilling career in the legal field. Course Curriculum 15 sections • 14 lectures • 06:12:00 total length •Module 01: Understanding the Concept of Paralegal: 00:25:00 •Module 02: Key Legal Terminology: 00:16:00 •Module 03: Effective Communication Skills for Paralegals: 00:39:00 •Module 04: The Legal Workplace & Professionals: 00:45:00 •Module 05: Law & Legal Systems: 00:33:00 •Module 06: Contract & Business Law: 00:54:00 •Module 07: Property Law: 00:19:00 •Module 08: Wills, Probate, Estate Law: 00:15:00 •Module 09: Criminal Law: 00:24:00 •Module 10: Common Paralegal Legal Matters: 00:35:00 •Module 11: Human Rights: 00:12:00 •Module 12: Conflict and Conflict Resolution: 00:18:00 •Module 13: Professional Conduct and Ethics of Paralegals: 00:25:00 •Module 14: Mandatory Knowledge Fields and Survival Tips for Paralegals: 00:12:00
Create time to slow down and release any stress with this gentle Yin Yoga class. Natasha from Butterfly Minds will guide you through a relaxing sequence of postures, close to or on the ground, to help you release any physical tension while becoming more present and connected to yourself. In a Yin Yoga class, poses are held for longer periods, allowing you to fully relax into the postures and experience a deep sense of stillness. Suitable for all levels, this class offers a meditative environment to reconnect with your body and breath, while gently increasing your range of motion. Whether you're new to yoga or an experienced practitioner, Yin Yoga provides the space to slow down, reflect, and restore balance in both body and mind. This class is sponsored by The Volant Charitable Trust Small Grants Programme, administered by Foundation Scotland. Meeting in the studio and then decide if the weather is fine to go to Saughton Park It is FREE and is aimed at WOMEN only from ETHNIC MINORITY BACKGROUNDS living in Edinburgh as per this funding application . This means “international”, from every foreign country. (Irish, any other white background, mixed ethnic, Asian/Asian British, Black/African/Caribbean, Black British, Arabic or other ethic groups) However we do welcome locals too so just sign up. We prioritize the area of Gorgie-Dalry-Saughton where our studio is based. By attending this class you release the teacher, Giada Gaslini and Art and Spirituality Cic, from any liability arising out of any personal injuries, emotional or physical release, death, expectations of results, theft in the venue or damages that may happen to people and objects while attending.
VMware training course description This five-day VMware course features intensive handson training that focuses on installing, configuring, and managing VMware vSphere 8, which includes VMware ESXi 8 and VMware vCenter 8. This course prepares you to administer a vSphere infrastructure for an organization of any size. This course is the foundation for most VMware technologies in the software-defined data center. What will you learn Install and configure ESXi hosts. Deploy and configure vCenter. Create virtual networks using standard and distributed switches. Configure VMs, templates, clones, and snapshots. Manage virtual machine resource allocation. Migrate virtual machines with vSphere vMotion and vSphere Storage vMotion. VMware training course details Who will benefit: Systems administrators and engineers. Prerequisites: Introduction to data communications & networking. Windows/Linux Administration. Duration 5 days VMware training course contents Course Introduction Introductions and course logistics. Course objectives vSphere and Virtualization Overview Explain basic virtualization concepts, Describe how vSphere fits in the software-defined data center and the cloud infrastructure, Recognize the user interfaces for accessing vSphere, Explain how vSphere interacts with CPUs, memory, networks, storage, and GPUs Installing and Configuring ESXi Install an ESXi host, Recognize ESXi user account best practices, Configure the ESXi host settings using the DCUI and VMware Host Client Deploying and Configuring vCenter Recognize ESXi hosts communication with vCenter, Deploy vCenter Server Appliance, Configure vCenter settings, Use the vSphere Client to add and manage license keys, Create and organize vCenter inventory objects, Recognize the rules for applying vCenter permissions, View vCenter logs and events Configuring vSphere Networking Configure and view standard switch configurations, Configure and view distributed switch configurations, Recognize the difference between standard switches and distributed switches, Explain how to set networking policies on standard and distributed switches Configuring vSphere Storage Recognize vSphere storage technologies, Identify types of vSphere datastores, Describe Fibre Channel components and addressing, Describe iSCSI components and addressing, Configure iSCSI storage on ESXi, Create and manage VMFS datastores, Configure and manage NFS datastores Deploying Virtual Machines Create and provision VMs, Explain the importance of VMware Tools, Identify the files that make up a VM Recognize the components of a VM, Navigate the vSphere, Client and examine VM settings and options, Modify VMs by dynamically increasing resources, Create VM templates and deploy VMs from them, Clone VMs, Create customization specifications for guest operating systems, Create local, published, and subscribed content libraries, Deploy VMs from content libraries, Manage multiple versions of VM templates in content libraries Managing Virtual Machines Recognize the types of VM migrations that you can perform within a vCenter instance and across vCenter instances, Migrate VMs using vSphere vMotion, Describe the role of Enhanced vMotion Compatibility in migrations, Migrate VMs using vSphere Storage vMotion, Take a snapshot of a VM, Manage, consolidate, and delete snapshots, Describe CPU and memory concepts in relation to a virtualized environment, Describe how VMs compete for resources Define CPU and memory shares, reservations, and limits Deploying and Configuring vSphere Clusters Create a vSphere cluster enabled for vSphere DRS and vSphere HA, View information about a vSphere cluster Explain how vSphere DRS determines VM placement on hosts in the cluster, Recognize use cases for vSphere DRS settings, Monitor a vSphere DRS cluster Describe how vSphere HA responds to various types of failures, Identify options for configuring network redundancy in a vSphere HA cluster, Recognize vSphere HA design considerations, Recognize the use cases for various vSphere HA settings, Configure a vSphere HA cluster, Recognize when to use vSphere Fault Tolerance Managing the vSphere Lifecycle Enable vSphere Lifecycle Manager in a vSphere cluster, Describe features of the vCenter Update Planner, Run vCenter upgrade prechecks and interoperability reports, Recognize features of vSphere Lifecycle Manager, Distinguish between managing hosts using baselines and managing hosts using images, Describe how to update hosts using baselines, Describe ESXi images, Validate ESXi host compliance against a cluster image and update ESXi hosts, Update ESXi hosts using vSphere Lifecycle Manager, Describe vSphere Lifecycle Manager automatic recommendations, Use vSphere Lifecycle Manager to upgrade VMware Tools and VM hardware
About this Training Course Comprising 5 full-day sessions, this intermediate to advanced level course is specifically designed for senior exploration geoscientists currently active in hydrocarbon play and prospect mapping, to optimise conceptual geological input into their technical evaluation. The course focuses on seismic stratigraphic analysis in different basin settings - i.e., passive, convergent, extension and oblique - in order to construct a coherent geological story line, underpinning hydrocarbon play and prospect evaluation. The course is largely based on seismic stratigraphic case histories and exercises, with the support of seismic, well log and outcrop examples. Training Objectives Through short, focused presentations and a series of industry case history-based examples and exercises, participants will learn to optimise conceptual geoscience input into technical subsurface analysis. This will help to produce coherent geological subsurface interpretations for use in Play-based, Prospect and Appraisal evaluations. Target Audience This course is intended for senior geoscientists with more than five years of work experience, with a background in play and/or prospect evaluation and experience in seismic interpretation. Course Level Intermediate Advanced Training Methods Participants will be exposed to short lectures throughout the 5 days, followed by hands-on individual and team exercises in a variety of geological settings. 'Let the data tell their story' is a key recurring theme in this course. Trainer Your expert course leader has 38 years of experience as Exploration Geologist for Shell globally, with field experience in a/o Egypt, NW Borneo, MENA, China, Madagascar, North Sea, Oman and The Netherlands (Shell EP Research and Training Centre in Rijswijk). He has strong evaluation and project lead skills in Play-based Exploration, Prospect Maturation, Opportunity Screening and NFE / Appraisal disciplines. He developed key geoscience skills in Seismic and Sequence Stratigraphy as well as Reservoir Characterization, including sedimentology and diagenesis. He has extensive supervisory, teaching, and coaching experience as well as a strong interest in Geoscience (Depositional Systems, Regional and Reservoir Geology) and Petroleum Geology Learning. POST TRAINING COACHING SUPPORT (OPTIONAL) To further optimise your learning experience from our courses, we also offer individualized 'One to One' coaching support for 2 hours post training. We can help improve your competence in your chosen area of interest, based on your learning needs and available hours. This is a great opportunity to improve your capability and confidence in a particular area of expertise. It will be delivered over a secure video conference call by one of our senior trainers. They will work with you to create a tailor-made coaching program that will help you achieve your goals faster. Request for further information post training support and fees applicable Accreditions And Affliations
Ignite Your Creative Spirit and Dominate the Digital Sphere with our Exclusive Travel and Fashion Lifestyle Blogger Bundle! Limitless opportunities await you in this realm of travel and fashion blogging, a world filled with wanderlust and style. Immerse yourself in this captivating realm and earn an impressive income. In the UK, professionals in this field can enjoy annual earnings ranging from £30,000 to £70,000. Prepare to embark on an exhilarating journey where your passion for travel and fashion converge into a harmonious blend of creativity and entrepreneurship. Our bundle combines two captivating courses that will equip you with the skills and strategies to captivate your audience and turn your dreams into reality. Each course in this Travel and Fashion Lifestyle Blogger bundle holds a prestigious CPD accreditation, symbolising exceptional quality. The materials, brimming with knowledge, are regularly updated, ensuring their relevance. This Travel and Fashion Lifestyle Blogger bundle promises education and an evolving learning experience. Engage with this extraordinary collection, and prepare to enrich your personal and professional development. Immerse yourself in these diverse, enthralling subjects, each designed to fuel your curiosity and enhance your knowledge. Dive in now! The courses in this bundle include: Travel Blogger Fashion and Lifestyle Blogger Learning Outcomes: Develop the skills to create compelling travel narratives and captivating fashion content that engage and resonate with your audience. Master the art of visual storytelling through photography and videography techniques, enhancing the overall impact of your blog. Understand how to curate and present travel experiences and fashion trends uniquely and authentically, establishing your distinct voice and style. Learn effective strategies for building a loyal community of followers, increasing your blog's visibility, and attracting brand collaborations. Gain a comprehensive understanding of digital marketing tools and techniques to effectively promote and monetise your blog. Acquire the knowledge and skills to navigate legal and ethical considerations in blogging, ensuring compliance and professional conduct. Our comprehensive Travel and Fashion Lifestyle Blogger Bundle provides the knowledge and skills to dominate the digital sphere. With a focus on content creation, audience engagement, brand collaborations, and digital marketing strategies, you'll gain a competitive edge in the ever-evolving blogging world. The Travel Blogger course will take you on a virtual journey around the globe, teaching you the art of crafting compelling travel narratives, capturing awe-inspiring visuals, and engaging your audience through captivating content. From creating breathtaking travel itineraries to sharing immersive experiences, you'll discover the strategies to transform your wanderlust into an irresistible blog that attracts a loyal following. Learn how to monetise your blog through partnerships with renowned travel brands, securing sponsored trips, and leveraging affiliate marketing. In the Fashion and Lifestyle Blogger course, you'll enter the glamorous world of fashion, beauty, and lifestyle. Unlock the secrets to curating stylish and engaging content, developing your unique voice, and building a solid online presence. Dive into the latest fashion trends, beauty tips, and lifestyle inspirations as you master the art of visual storytelling. From collaborating with fashion brands to attending exclusive events, you'll learn how to establish yourself as a respected influencer in the fashion industry and monetise your blog through sponsored collaborations. Enrol in our Travel and Fashion Lifestyle Blogger Bundle today and immerse yourself in the captivating world where travel, fashion, and creativity collide. Get ready to embark on a transformative journey that will empower you to become a sought-after blogger, influencer, and entrepreneur, all while indulging in your passions and making a lucrative living doing what you love. CPD 10 CPD hours / points Accredited by CPD Quality Standards Who is this course for? The target audience for the course is: Aspiring bloggers looking to establish themselves in the travel and fashion industries. Fashion enthusiasts with a passion for sharing their style and influencing others. Travel enthusiasts are keen on turning their wanderlust into a profitable blogging career. Content creators seek to expand their skills and explore new avenues in travel and fashion. Individuals want to monetise their hobbies and transform them into successful online businesses. Career path Some of the career paths related to this field are: Travel Blogger: £20,000 to £60,000 per year. Fashion and Lifestyle Blogger: £20,000 to £70,000 per year. Fashion and Travel Photographer: £25,000 to £50,000 per year. Brand Collaborations Manager: £30,000 to £60,000 per year. Social Media Manager: £25,000 to £50,000 per year. Content Marketing Manager: £30,000 to £60,000 per year. Certificates Certificate Of Completion Digital certificate - Included Certificate Of Completion Hard copy certificate - £9.99 Unlock your potential and showcase your accomplishments with our CPD Quality Standards certificates! Upon finishing Travel Blogger and Fashion and Lifestyle Blogger, you'll have the opportunity to obtain valuable proof of your achievement. For just £4.99, we'll send you a CPD Quality Standards PDF Certificate via email, or if you prefer, you can get a beautifully printed hardcopy certificate for £9.99 in the UK. If you're located internationally, don't worry! We offer a printed hardcopy certificate for £14.99, ensuring your success knows no boundaries. Grab your certificate and celebrate your success today!