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

18553 Basic courses in Liverpool delivered Online

Essential CPRI

5.0(3)

By Systems & Network Training

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

Essential CPRI
Delivered in Internationally or OnlineFlexible Dates
£3,497

Vectorworks Basics to Intermediate Training

By London Design Training Courses

Why learn Vectorworks Basics to Intermediate Training Course? Course Link Vectorworks skills with our course! Led by certified expert tutors, this course takes you from basics to intermediate level, enabling you to create plans and sections. The course will cover 2D and 3D modeling, rendering, and visualization.  Duration: 16 hrs. Method: 1-on-1, Personalized attention. Schedule: Tailor your own schedule by pre-booking a convenient hour of your choice, available from Mon to Sat between 9 am and 7 pm. At London Design Training Course, we offer a range of Vectorworks training options to meet your specific needs and those of your business. Explore the links below for detailed information about the various training types and their content. On-Site Training: London Design Training Course comes to your location, eliminating the need for you to travel. This approach allows us to fully understand your business culture and requirements. Training can be conducted in your studio or conference room, with scheduling flexibility tailored to your preferences. In-House Training: Our studio in London SW96DE, hosts In-House Vectorworks training for both individuals and groups. During the sessions, we provide the necessary software and hardware to ensure a seamless learning experience. Vectorworks Basic to Intermediate Course Course Duration: 16 hours The Vectorworks Basic to Intermediate Course is tailored for individuals with basic Vectorworks knowledge, aiming to master advanced 2D and 3D techniques, including modeling and rendering. Participants will customize Vectorworks to their needs, create custom tools, and automate tasks with scripting. I. Review of Basic Concepts (1 hour) - Vectorworks interface and navigation - Creating and editing 2D and 3D geometry - Working with layers and classes - Utilizing views and viewports II. Advanced 2D Drawing Techniques (2 hours) - Creating complex geometry using advanced drawing tools - Editing and modifying intricate geometry - Customizing line types and hatches - Utilizing advanced annotation tools III. Advanced 3D Modeling (3 hours) - Creating 3D forms and custom 3D objects - Exploring advanced 3D tools such as Solid Modeling - Converting 2D plans into 3D models IV. Visualization and Rendering (3 hours) - Setting up cameras and lights for visualization purposes - Utilizing the Renderworks engine for rendering - Enhancing visuals with the visualization palette - Creating and editing textures and materials V. Customizing Vectorworks (3 hours) - Personalizing the interface to suit specific preferences - Creating custom tools and automating tasks using the scripting language - Developing custom object styles and resources - Creating custom plug-ins and scripts VI. Collaboration and Sharing (2 hours) - Importing and exporting data from other software - Collaborating with others on the same project - Utilizing cloud-based collaboration tools VII. Conclusion and Next Steps (1 hour) - Review of course content and key skills learned - Tips for further learning and available resources - Q&A and feedback session Free 30-day, BIM & CAD Software Trial Request | Vectorworks https://www.vectorworks.net/trial Vectorworks Trial Version Request. Please fill out the following form. We will provide you with an evaluation serial number to activate your trial copy. Learning Outcomes of the Vectorworks Basics to Intermediate Training Course: Proficiency in Vectorworks interface, tools, and navigation. Master 2D drafting and 3D modeling skills. Efficiently manage workflows using layers, classes, and views. Spotlighting techniques for lighting design and stage productions. Advanced object manipulation with solid modeling and Boolean operations. Utilize the symbol library for enhanced productivity. Create professional presentation drawings using viewports and annotations. Integrate with other software and CAD/BIM workflows. Apply skills to real-world projects for practical application. Upon completing the course, participants will have essential skills to effectively use Vectorworks, advancing their proficiency to an intermediate level.

Vectorworks Basics to Intermediate Training
Delivered in London or OnlineFlexible Dates
£465

Complete ADO.NET for developers

5.0(3)

By Systems & Network Training

ADO.NET training course description This ADO.net training course is designed to enable developers to use the toolset provided with.NET for data access including ADO.net objects, data controls, designers and interoperability with earlier ADO objects. The course is applicable for those using C# or VB.NET with ADO.NET What will you learn Retrieve and manipulate data using Microsoft's ADO.NET library. Work with the ADO.NET object model. Update data, including handling stored procedures, parameters, and return value. Search, sort and filter data. Leverage the power of XML. ADO.NET training course details Who will benefit: Programmers working with ADO.Net. Prerequisites: Effective programming with VB.NET or Concise introduction to C# Duration 2 days ADO.NET training course contents Introducing ADO.Net Traditional Data Access Architecture. ADO.Net Disconnected Data Access Architecture. Different components of ADO.Net. A review of basic SQL queries SQL SELECT Statement. SQL INSERT Statement. SQL UPDATE Statement. SQL DELETE Statement. Common data access tasks with ADO.Net Accessing Data using ADO.Net. Defining the connection string. Defining a Connection. Defining the command or command string. Defining the Data Adapter. Creating and filling the DataSet. A Demonstration Application The Interface. Loading the table. Filling the controls on the Form. Navigating through the records. Updating Data Steps for updating the table. Building the Application. Loading the table and displaying data in the form's controls. Initialising Commands. Adding Parameters to the commands. The ToggleControls() method of our application. Editing (or Updating) Records. Event Handler for the Save Button. Event Handler for the Cancel Button. Inserting Records. Deleting a Record. Using Stored Procedures Sample Stored Procedures. UPDATE Stored Procedure. INSERT Stored Procedure. DELETE Stored Procedure. SELECT Stored Procedure. Using Stored Procedures with ADO.Net.

Complete ADO.NET for developers
Delivered in Internationally or OnlineFlexible Dates
£2,477

Preparing to Teach

By Marell Consulting Limited

This session is for those who find themselves teaching even though they have not gone through teacher training. It is designed to give you the basic tools you need to begin delivering to ensure that learning takes place.

Preparing to Teach
Delivered in Birmingham or UK Wide or OnlineFlexible Dates
£497

PowerPoint Mastery Basics (Basic to Advanced)

By Compete High

🚀 Unlock Your Presentation Potential with PowerPoint Mastery Basics! 🚀 Are your presentations lacking that wow factor? Do you find yourself struggling to engage your audience and convey your message effectively? It's time to transform your presentations into captivating masterpieces with our groundbreaking course - PowerPoint Mastery Basics!   🌟 Why PowerPoint Mastery Basics? ✅ Unleash Your Creativity: Discover the hidden features of PowerPoint that will turn your slides from dull to dynamic. Learn how to design visually stunning presentations that captivate your audience's attention. ✅ Boost Your Efficiency: Say goodbye to hours spent tweaking your slides. Master time-saving techniques and shortcuts that will streamline your workflow, allowing you to create impactful presentations in record time. ✅ Command Attention: Learn the art of storytelling through slides. Understand how to structure your content for maximum impact, keeping your audience engaged from start to finish. ✅ Professionalism Redefined: Elevate your presentations to professional standards. Discover design principles, formatting tricks, and visual hierarchy techniques that will make your slides stand out in any professional setting. ✅ Interactive Learning: Our course is not just about theory; it's a hands-on experience. Dive into practical exercises and real-world examples that reinforce your learning and ensure immediate application of newfound skills. ✅ Lifetime Access and Updates: Get unlimited access to the course content and benefit from future updates. Stay ahead of the curve as PowerPoint evolves, and continue to refine your skills over time.   🌐 Who Can Benefit? 👩‍💼 Business Professionals: Impress your clients and colleagues with polished presentations that convey your ideas persuasively. 👨‍🏫 Educators: Transform your classroom experience with engaging presentations that enhance learning and retention. 👩‍💻 Entrepreneurs: Pitch your ideas with confidence and leave a lasting impression on potential investors and partners. 👨‍🎓 Students: Stand out in your academic presentations with visually compelling slides that showcase your understanding of the subject matter.   👉 Don't miss out on this opportunity to revolutionize your presentations and leave a lasting impact! Join PowerPoint Mastery Basics today! Course Curriculum Basic Overview 02:46 Using The Right Mouse Button 02:49 The Home Menu - Clipboard Sub Menu - Editing Sub Menu 02:56 The Home Menu - Slides Sub Menu 03:24 The Home Menu - Font and Paragraph Sub Menus 03:19 The Home Menu - Drawing Sub Menu - Dictation Sub Menu 06:14 The Home Menu - Importing from Keynote and Google Docs 00:00 The Insert Menu - 3D Models and Add Ins 00:00 The Insert Menu - The Images Sub Menu 00:00 The Insert Menu - Media Sub Menu 00:00 The Design Menu 00:00 The Transitions Menu 00:00 The Animations Menu - Part One 00:00 The Animations Menu - Part Two 00:00 The Slide Show Menu 00:00 The Presenter View 00:00 The Review Menu 00:00 Sharing and Collaboration 00:00 The View Menu 00:00 View and Outline Command Example 00:00 Advanced Overview and Workspace 00:00 The File Menu - Export Command 00:00 The File Menu - Options Sub Menu 00:00 Adding Sections 00:00 Using Smart Art 00:00 Hyperlinks 00:00 Adding 3D Images 00:00 Using the Actions Button 00:00 Using the Zoom Feature 00:00 Using the Screen Recorder 00:00 Using the Picture Background 00:00 Slide Master - Picture Background 00:00 Slide Master - Part 2 00:00 Using the Slide Sorter View 00:00 Using the Presenter View (1) 00:00 Using the Presenter View (2) 00:00 Present Your Presentation Online 00:00 Insert Menu - Add Ins (1) 00:00 Insert Menu - Add Ins (2) 00:00 Conclusion and Collaboration 00:00

PowerPoint Mastery Basics (Basic to Advanced)
Delivered Online On Demand2 hours 16 minutes
£25

Using Canva to Create Content

5.0(1)

By Let’s Do Business Group

Want to learn how to create eye-catching and engaging graphics for your business? Join our Using Canva workshop to find out how to utilise the online graphic design platform Canva to make everything from your company branding to social media posts and more! Event details: Time: 10am – 11:30am Location: Online (ZOOM) Cost: £25pp In this course, we’ll cover everything from: How to sign up and get set up on the platform How to navigate Canva as a beginner Creating a brand kit for your business Creating a new graphic together for a campaign for a business Walkthrough of all the basic features of Canva Resizing designs to make posters and leaflets  As part of the live event of this workshop, we will also have a Questions and Answers session to finish this online workshop, where participants can ask specific questions about how to use Canva for their business. Meet the Host: Kerry Madge | Marketing Executive, Let's Do Marketing Kerry Madge is a dynamic Marketing Executive at Let's Do Marketing, bringing nearly six years of diverse experience collaborating with businesses of all sizes. Holding a BA in Marketing Management, Kerry excels in social media advertising, graphic design, and copywriting. Her passion lies in crafting creative solutions and developing comprehensive marketing strategies that empower small businesses to visualise and achieve their overarching goals. Privacy Notice By registering for this event, you agree to Let’s Do Business Group processing and managing your personal data in accordance with our Privacy Policy. Your data will only be used for the purposes of managing your event registration and any relevant communications.

Using Canva to Create Content
Delivered Online
£25

3ds Max Basics Training Course

By ATL Autocad Training London

Who is this course for? 3ds Max Basics Training Course. This course is designed for beginners and enthusiasts looking to learn the fundamentals of 3ds Max. Whether you're a budding 3D artist, designer, or hobbyist, this training course provides a comprehensive introduction to the basics of 3ds Max. Click here for more info: Website Duration: 10 hrs Method: 1-on-1 and Personalized attention. Schedule: Tailor your own schedule by pre-booking a convenient hour of your choice, available from Mon to Sat between 9 am and 7 pm. Course Outline: 3D Modeling and Animation with 3ds Max I. Introduction to 3ds Max - Course overview and objectives - Navigating the user interface - Basic settings and preferences II. Creating 3D Objects - Building simple shapes with primitive objects - Craft complex designs using Editable Poly - Enhancing objects with modifiers - Applying materials and textures for realistic effects III. Lighting Techniques - Illuminating scenes with different light sources - Exploring various types of lighting - Adjusting light properties for desired effects - Casting shadows to enhance realism IV. Camera Control - Creating and configuring camera views - Fine-tuning camera settings for optimal shots - Animating cameras for dynamic scenes V. Animation Fundamentals - Mastering keyframe animation techniques - Utilizing the time slider and track view - Animating object transformations - Adding movement to materials and textures VI. Rendering Process - Configuring render settings for high-quality output - Selecting appropriate output formats - Streamlining rendering with batch processing - Enhancing final renders with post-processing effects VII. Project-Based Learning - Applying acquired skills to complete a final project - Exercising creativity and problem-solving abilities - Integrating modeling, animation, lighting, and rendering into the project In-Depth Course Outline: 1. Modeling - Edit Poly Modeling: Extrude, Chamfer, Cut, and Slices - Symmetry Mirror Modeling - Designing a Table and Chair - Creating a Basic House Model - Working with Lines and Shapes - Importing Plans from AutoCAD/Vectorworks - Crafting Interior Spaces - Adding Doors, Windows, Railings, and Trees - Implementing Stairs 2. Modifiers - Exploring Compound Objects - Utilizing Connect, Scatter, Pro Boolean, Loft, and Terrain Modifiers - Manipulating Bend, Taper, Twist, Stretch, Skew, FFD, Wave, Ripple, and Lattice - Employing the Lathe Modifier for Curved Objects 3. 3ds Max Basic Lights - Mastering Omni, Spot, and Direct Lights for Illumination 4. 3ds Max Camera - Understanding Free and Target Cameras for Optimal Shots 5. Texturing and Rendering - Applying Diffuse and Bump Mapping Techniques - Integrating Environment and Background Images - Configuring Render Settings for High-Quality Images - Lighting and Rendering Scenes in 3ds Max Upon completing our 3ds Max Basic Training Course, participants will: Master Fundamental 3D Modeling: Acquire proficiency in basic 3D modeling techniques, including object creation and manipulation. Texturing and Material Application: Learn the art of texturing and applying materials to 3D models for realistic rendering. Essential Lighting and Rendering Skills: Understand fundamental lighting principles and rendering techniques to create visually appealing scenes. Basic Animation Knowledge: Grasp the basics of animation, including keyframe animation and movement principles. Scene Composition and Camera Setup: Learn how to compose scenes effectively and set up cameras for different perspectives. Recommended Resources: Official Autodesk Documentation: Explore Autodesk's official website for 3ds Max documentation, including tutorials, user guides, and forums for troubleshooting. Books: Consider essential reads like '3ds Max For Dummies' by Kelly L. Murdock or '3ds Max 2022 Essentials' by Randi L. Derakhshani and Dariush Derakhshani for detailed guides on mastering the software. By utilizing these resources, participants can further enhance their 3ds Max skills and stay updated with the latest industry trends and techniques." Skills Acquired: Fundamental 3D Modeling Techniques in 3ds Max Texturing and Material Application Skills Lighting and Rendering Fundamentals Animation Basics and Keyframe Animation Introduction to Scene Composition and Camera Setup Career Opportunities: Entry-Level 3D Modeler Junior 3D Animator Texturing and Lighting Assistant CAD Designer in Architectural Firms Product Visualization Artist in Marketing Agencies Upon completing our 3ds Max Basic Training Course, students will acquire foundational 3D modeling and animation skills, opening doors to entry-level positions in various industries, including animation studios, architectural firms, and marketing agencies." Step into Personalized Learning with Us! Why Choose Us? Our Exclusive Benefits: Tailored One-on-One Training: Experience personalized coaching from skilled architects and designers, either face-to-face at (SW96DE) or via live online sessions. Sessions are available Monday to Saturday, 9 am to 7 pm. Customized Tutorials: Take home unique video tutorials crafted to elevate your learning experience. Comprehensive Learning Resources: Access a digital reference book for thorough revision, ensuring you grasp every concept effectively. Free Ongoing Support: Enjoy continuous post-course assistance via phone or email, ensuring your success extends beyond the class. Flexible Syllabus: We adapt syllabus and projects to match your specific needs, ensuring you learn exactly what matters most to you. Official Certificate: Certificate upon completing the course. Why Us? Personalized Learning Support: Our courses, ranging from 10 hours to 120 hrs Diploma training Courses, provide unwavering support at every stage. With personalized homework assignments and free after-course assistance, we pave the way to mastering software with unparalleled guidance. Individual Attention, No Crowded Classrooms: Bid farewell to overcrowded classrooms. Experience the intimacy of one-on-one learning. This ensures you receive the undivided attention you deserve, creating a confident and comfortable learning environment. Financial Flexibility: Embarking on your educational journey shouldn't be a financial burden. We offer a range of payment plans tailored to your needs. Explore the available options and embark on your learning adventure today. Expert Instructors, Real-world Expertise: Our instructors are meticulously chosen experts, renowned for their extensive industry knowledge and passion for teaching. They are dedicated to imparting invaluable skills to anyone eager to learn. Download 3ds max. Autodesk Download a free 30 day trial of 3ds Max

3ds Max Basics Training Course
Delivered in London or OnlineFlexible Dates
£396

Definitive Apache for Engineers

5.0(3)

By Systems & Network Training

Apache training course description A hands on training course covering installation, configuration and management of the Apache web server. What will you learn Install Apache. Configure Apache. Manage Apache. Build static and dynamic web sites with Apache. Secure Apache. Apache training course details Who will benefit: Technical staff working with Apache. Prerequisites: TCP/IP foundation for engineers. UNIX fundamentals Duration 3 days Apache training course contents Installing Apache What is Apache? Apache versions, history, downloading Apache, source distribution, compilation, binary distribution, installation, platform considerations. Hands on Downloading and installing Apache. Controlling the Apache server Running Apache, automatic Apache start, starting, stopping, restarting Apache. Checking Apache status. Hands on Server control. Configuration Serving webpages, setting the document root, applying configuration changes, Configuration files, httpd.conf, syntax, directives, modules, utilities, turning features on/off. Hands on basic Apache configuration. More configuration MIME, URL mapping, content negotiation, indexing, performance tuning. Logging log file content, configuration, log file locations, error logging, browser errors, error page configuration, forbidden index pages. Hands on Log files. Security File permissions, .htaccess, protecting files with passwords, password files, authentication, restricting access by IP address. Secure HTTP HTTPS, installing mod_ssl, certificates, configuring mod_ssl, http and https coexistence Virtual hosts Multiple sites on one server, separate configuration files, IP based, name based, port based, virtual host names, enabling, defining, configuring, aliases, testing, https virtual hosts. Hands on Virtual hosts. Dynamic sites Dynamic sites, CGI, PHP, PERL, CGI programs, example CGI scripts, Apache and CGI, CGI parameters, CGI issues, PHP, mod_php, Perl and Apache, mod_perl, installing mod_perl. Hands on CGI, PHP and Perl with Apache. Modules What are modules, standard modules, loading modules, mod_speling, mod_rewrite, other special purpose modules, URL rewriting, redirection, URL transformation, browser dependent pages. Hands on Working with modules.

Definitive Apache for Engineers
Delivered in Internationally or OnlineFlexible Dates
£2,367

General English Level A1

By Westminster College London

This level is the first step for any person who is interested in learning the English language. It is especially useful for students who have never had any sort of experience in studying the language or those who have a very basic knowledge and understanding of the language.   

General English Level A1
Delivered OnlineFlexible Dates
£150

Finance for Non-Finance Professionals in Oil & Gas Petroleum Fiscal Regimes & Applied Finance for Non-Finance Oil & Gas Professionals

By EnergyEdge - Training for a Sustainable Energy Future

About this Training Course This separately bookable 3 full-day course is not designed to skill Oil & Gas engineers to be accountants, but to give the participants the confidence and ability to communicate with accountants and finance managers and to improve their own financial decision making. For technical professionals, a high level of single subject matter expertise is no longer sufficient for superior management performance. Oil & Gas technical professionals who wish to succeed in the resources industry are required to develop skills beyond their core functional knowledge. An understanding of financial information and management, and an awareness of the economic theory that drives value creation, are an integral part of the managers required suite of skills. This course can also be offered through Virtual Instructor Led Training (VILT) format. Training Objectives Workshop A: Finance for Non-Finance for Oil & Gas Professionals Attend this industry specific course and benefit from the following: Demystify financial jargon and fully interpret financial statements Understand Balance Sheets and Profit & Loss statements of Oil & Gas companies Discover the crucial distinction between cash flow and profit Understand how to make correct investment decisions using Net present Value and Internal Rate of Return Interpret oil and gas company financial reports using ratio analysis Learn the difference between cash costs and full costing of energy products Learn how to manage working capital for increased shareholder value Workshop B: Petroleum Fiscal Regimes and Applied Finance for Oil & Gas Industry Professionals Attend this advanced Training course to enhance your financial acumen from the following: Build and compare cash flow based models of both production sharing contract projects and royalty regime projects Gain an awareness of the different valuation methods for producing properties and undeveloped acreage Learn the industry specific accounting issues that apply when interpreting oil and gas company financial statements Understand how the physical characteristics of energy assets (e.g. reserves, reservoir quality) are translated into project valuations Learn how the investment analysts value oil and gas stocks and make buy/sell recommendations Target Audience This course is specifically designed for those with a non-finance background training from the Oil & Gas sector and requires only basic mathematical ability as a pre-requisite. It is presented in a manner that reduces the jargon to basic principles and applies them to numerous real-life examples. This course has been researched and developed for Managers, Superintendents, Supervisors, Engineers, Planners, Lawyers, Marketers, Team Leaders and Project Coordinators in the technical and non-technical departments in the Oil and Gas industry. Course Level Basic or Foundation Trainer Your expert course leader has presented over 300 courses and seminars in financial management. He began his career as a graduate in the Corporate Treasury of WMC Ltd having completed a degree in Applied Mathematics and Geology at Monash University. After five years with WMC, he pursued an MBA in finance and accounting at Cornell University in New York. He later gained a PhD in energy policy from the University of Melbourne. He worked for WMC Ltd in Perth as a Senior Financial Analyst in the Minerals Division and subsequently as an Energy Analyst in the Petroleum Division. In April 1997, he established an independent consultancy business providing advice to companies such as Woodside, Shell and Japan Australia LNG (MIMI). He spent many years as a consultant and commercial manager in the North West Shelf Gas project in Western Australia. Since 2006, he has been an Adjunct Fellow at the Macquarie University Applied Finance Centre where he teaches courses in valuation, financial statement modelling, and resources industry investment analysis. His background in geology and mathematics allows him to empathise with those who seek an understanding of finance but are approaching the learning experience with a technical mind. He receives consistently high ratings for his breadth of knowledge of the subject matter. He presents in a lively interactive style using real life examples and cases. 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

Finance for Non-Finance Professionals in Oil & Gas Petroleum Fiscal Regimes & Applied Finance for Non-Finance Oil & Gas Professionals
Delivered in Internationally or OnlineFlexible Dates
£1,461 to £1,699