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

30 Property courses in East Kilbride

🔥 Limited Time Offer 🔥

Get a 10% discount on your first order when you use this promo code at checkout: MAY24BAN3X

Understanding Corporate Real Estate (in-house)

By Property Overview Ltd

Get to grips with what drives large-scale occupiers -------------------------------------------------------------------------------- WHO COULD BENEFIT?   Corporate occupiers can be much more powerful than the landlords or investors they deal with. As long as they have a Corporate Real Estate department fighting their corner and coordinating and controlling the estate of space they occupy, whether leased or owned. Corporate Real Estate Managers keep an eye on productivity and performance of the entire ‘estate’. Business plans take in short term tactical allocations and long-term structural plans. Corporate Real Estate Managers are essential in enabling a large corporate or governmental occupier to get the most out of the space they occupy. This on-line course gives a solid grounding to those who work in Corporate Real Estate departments for occupiers and service / data / software providers, as well as those who work for investors and want to understand the considerations from the occupiers’ point of view (as occupiers are in fact their tenant, and their main source of income). -------------------------------------------------------------------------------- MODULES UNDERSTANDING CORPORATE REAL ESTATE The course “Understanding Corporate Real Estate” offers a foundation knowledge course. Perfect for those working in the real estate departments of large corporate and government-related occupiers, or those working with/for Corporate Real Estate occupiers. We explain the main drivers in the property market seen from an occupier perspective. Have you always been keen to understand better what a Corporate Property Managers does? How does this fit into the bigger picture? What factors are most important in deciding whether to Lease or Buy? Where to locate and for how long? What factors ought to drive disposal decisions, and what drives it in reality? Are you curious to understand what the main lease considerations are for a corporate occupier? How do various processes work, how do you factor in strategic and tactical objectives, changes to the business plan, the economy and the business environment? Along the way we explain lots and lots of jargon and how it all fits together. Taught by Cléo Folkes, CEO of Property Overview. See content [https://www.propertyoverview.co.uk/training_courses/understanding-corporate-real-estate/#] Next Date Available: Enquire for a date | Location: UK, abroad or in-line -------------------------------------------------------------------------------- PRICING FIND THE BEST PRICE.   Property Overview offers competitively priced training courses with unique practitioner-led content, which means we can tailor our in-house courses around your requirements. Applied, relevant content leads to greater impact and value-for-money. Pricing below is shown for on-line public courses for individual bookings (left), and for on-line in-house courses (right). For bookings of 4 or more staff an on-line in-house course is recommended, also as the content can be tailored around your needs and your products or services. To book one or two individual places please fill in our booking form [https://www.propertyoverview.co.uk/course-booking-form/], otherwise please email kaushik@propertyoverview.co.uk [kaushik@propertyoverview.co.uk] -------------------------------------------------------------------------------- UNDERSTANDING CORPORATE REAL ESTATE -------------------------------------------------------------------------------- £3,025/DAY IN-HOUSE – INCL. 6 ATTENDEES • 1-day training course, can be split over 2 half days • 6 hours of CPD in total • UK VAT @ 20% applies • In-house course includes up to 6 attendees (£60pp + VAT surcharge applies thereafter)

Understanding Corporate Real Estate (in-house)
Delivered in-person, on-requestDelivered In-Person in Brighton & 1 more
£3025

Principles and Practices of Cyber Security

5.0(10)

By GBA Corporate

OVERVIEW -------------------------------------------------------------------------------- Cyber Security plays an important role in every business as it encompasses everything that relates to protecting sensitive data, personal information, intellectual property, data, and governmental and industry information systems from theft and damage attempted by criminals and adversaries. This course is designed to understand and gain practical skills to plan, deliver and monitor IT/cyber security to internal and external clients understanding a complete, knowledge in the areas of IT policies, Security-Operational-Run-Book, security/penetration testing, ethical hacking and black hat hacking including understanding the basics of Kali Operating System and its tools and techniques. It will also cover WiFi security, Website security, human factors, cyber forensics, and cyber security team management, including all other areas in relation to Cyber Security.

Principles and Practices of Cyber Security
Delivered in-person, on-request, onlineDelivered Online & In-Person in Internationally
£1718 to £3626

Complete JavaScript

5.0(3)

By Systems & Network Training

COMPLETE JAVASCRIPT TRAINING COURSE DESCRIPTION A hands on course covering JavaScript programming. Core JavaScript is covered first, including the basics, arrays, functions, classes, modules and Regular expressions. Client side JavaScript is then covered including JavaScript in browsers, Scripting CSS, the jQuery library and HTML APIs. WHAT WILL YOU LEARN * Read JavaScript. * Write JavaScript. * Debug JavaScript. COMPLETE JAVASCRIPT TRAINING COURSE DETAILS * Who will benefit: Anyone wishing to learn JavaScript. * Prerequisites: None. * Duration 3 days COMPLETE JAVASCRIPT TRAINING COURSE CONTENTS * CORE JAVASCRIPT * Lexical structure: Character set, comments, literals, identifiers, and reserved words, optional semicolons.. * Types, values and variables: Numbers, text, boolean values, null and undefines, the global object, wrapper objects, immutable primitive values and mutable object references, type conversions, variable declaration, variable scope. * Expressions and operators: Primary expressions, object and array initializers, function definition expressions, property access expressions, invocation expressions, object creation expressions, operator overview, arithmetic expressions, relational expressions, logical expressions, assignment expressions, evaluation expressions, miscellaneous operators. * Statements: Expression statements, compound and empty statements, declaration statements, conditionals, loops, jumps, miscellaneous statements, summary of JavaScript statements. * Objects: Creating objects, querying and setting properties, deleting properties, testing properties, enumerating properties, property getters and setters, property attributes, object attributes, serializing objects, object methods. * Arrays: Creating arrays, reading and writing array elements, sparse arrays, array length, adding and deleting array elements, iterating arrays, multi-dimensional arrays, array methods, FCMAScript 5 array methods, array type, array-like objects, strings as arrays. * Functions: Defining functions, invoking functions, function arguments and parameters, functions as values, functions as namespaces, closures, function properties, methods and constructor, functional programming. * Classes and modules: Classes and prototypes, classes and constructors, Java-style classes in JavaScript, augmenting classes, classes and types, object oriented techniques in JavaScript, subclasses, classes in ECMAScript 5, modules. * Pattern matching and regular expressions: Defining regular expressions, string methods for pattern matching, the RegExp object. * JavaScript subsets and extensions: JavaScript subsets, constants and scoped variables, destructuring assignment, iteration, shorthand functions, multiple catch clauses, E4X: ECMAScript for XML. * Server-side JavaScript: Scripting Java with Rhino, asynchronous I/O with node. * CLIENT SIDE JAVASCRIPT * JavaScript in web browsers: Client side JavaScript, embedding JavaScript in HTML, execution of JavaScript programs, compatibility and interoperability, accessibility, security, client side frameworks. * The Window object: Timers, browser location and navigation, browsing history, browser screen information, dialog boxes, error handling, document elements as window properties, multiple windows and frames. * Scripting Documents: Overview of the DOM, selecting document elements, document structure and traversal, attributes, element content, creating, inserting and deleting nodes. Example: generating a table of contents, document and element geometry and scrolling, HTML forms, other document features. * Scripting CSS: Overview of CSS, important CSS properties, scripting inline styles, querying computed styles, scripting CSS classes, scripting stylesheets. * Handling events: Types of events, registering event handlers, event handler invocation, document load events, mouse events, mousewheel events, drag and drop events, text events, keyboard events. * Scripted HTTP: Using XMLHttpRequest, HTTP by <script>: JSOMP, Comet with server-sent events. * The jQuery library: jQuery basics, jQuery getters and setters, altering document structure, handling events with jQuery, Animated effects, Ajax with jQuery, Utility functions, jQuery selectors and selection methods, Extending jQuery with plug-ins. The jQuery UI library. Client side storage: localStorage and sessionStorage, Cookies, IE usingData persistence, Applicatioin storage and offline webapps. * Scripted media and graphics: Scripting images, Scripting audio and video, SCG:scalable vector graphics, Graphics in a <canvas>. * Scripted HTTP: Using XMLHttpRequest, HTTP by <script>: JSOMP, Comet with server-sent events. * The jQuery library: jQuery basics, jQuery getters and setters, altering document structure, handling events with jQuery, Animated effects, Ajax with jQuery, Utility functions, jQuery selectors and selection methods, Extending jQuery with plug-ins. The jQuery UI library. * Client side storage: localStorage and sessionStorage, Cookies, IE usingData persistence, Applicatioin storage and offline webapps. * Scripted media and graphics: Scripting images, Scripting audio and video, SCG:scalable vector graphics, Graphics in a <canvas>. * HTMLS APIs: Geolocation, history management, cross-origin messaging, web workers, type arrays and ArrayBuffers, blobs, the filesystem API, client side databases, web sockets.

Complete JavaScript
Delivered in-person, on-request, onlineDelivered Online & In-Person in Internationally
£2367

Dreamweaver

5.0(3)

By Systems & Network Training

DREAMWEAVER TRAINING COURSE DESCRIPTION Dreamweaver is a web authoring program that allows you to build professional quality websites. This course starts with a tour of Dreamweaver and customising your workspaces, moving onto HTML and CSS basics. Page layouts, templates and interactive pages are also covered. The final session covers how to use Dreamweaver as a HTML editor. Hands on session follow all the major theory chapters. WHAT WILL YOU LEARN * Use Dreamweaver to create websites. * Customise Dreamweaver. * Use templates. * Add interactivity to web pages. * Use Dreamweaver to edit HTML code. DREAMWEAVER TRAINING COURSE DETAILS * Who will benefit: Anyone wishing to create or edit websites. * Prerequisites: None. * Duration 3 days DREAMWEAVER TRAINING COURSE CONTENTS * Getting started Installing the programme, Updating to the latest version,, Online content, On first launch, Choosing the program colour theme, Setting up the workspace, Defining a Dreamweaver site, Checking for updates, Additional resources. * Customizing your workspace Touring the workspace, Using the start screen, Exploring new feature guides, Setting interface preferences, Switching and splitting views, Selecting a workspace layout, Personalising Dreamweaver, Working with extract, Creating custom keyboard shortcuts, Using the Property inspector, Using the Related Files interface, Using tag selectors, Using the CSS Designer, Using the Visual Media Query (VMQ) interface, Using the DOM viewer, Using Element dialogs, displays and inspectors, Setting up version control in Dreamweaver, Exploring experimenting and learning. * HTML Basics What is HTML? Where did HTML begin? Frequently used HTML elements, What's new in HTML5. * CSS Basics What is CSS? HTML vs. CSS formatting, HTML defaults, CSS box model, Applying CSS styling, Multiples, classes and ids. * Web design basics Developing a new website, Scenario, Working with thumbnails and wireframes, * Creating a page layout Evaluating page design options, Working with predefined layouts, Styling an existing layout, Styling elements using the Extract panel, Extracting text from a Photoshop mockup, Troubleshooting CSS styling, Extracting text styling from a Photoshop mockup, Creating a gradient background using Extract, Extracting image assets from a mockup, Adding CSS background effects in code, Finishing up the layout. * Working with templates Creating a template from an existing layout, Inserting editable regions, Inserting editable regions, Inserting HTML entities, Inserting metadata, Validating HTML code, Producing child pages, Moving CSS styles to linked file, Updating a template. * Working with text, lists and tables Previewing the completed file, Creating and styling text, Creating lists, Creating and styling tables, Spell-checking webpages, Finding and replacing text. * Working with images Web image basics, Previewing completed files, Inserting an image, Controlling image positions with CSS classes, Working with the Insert panel, Using the Insert menu, Inserting non-web file types, Working with Photoshop Smart Objects, Copying and pasting images from Photoshop, Inserting images by drag and drop, Optimizing images with the Property inspector. * Working with navigation Hyperlinks, previewing the completed file, creating internal and external hyperlinks, setting up email links, Creating image-based links, Targeting page elements, Locking an element on the screen, Styling a navigation menu, Checking your page, Adding destination links. * Adding interactivity Dreamweaver behaviours, Previewing the completed file, Working with Dreamweaver behaviours, Working with jQuery Accordion widgets, Inserting a jQuery Accordion widget, Styling a jQuery Accordion. * Publishing to the web Defining a remote site, Cloaking folders and files, Wrapping things up, Putting your site online, Synchronizing local and remote sites. * Working with code Creating HTML code, multicursor support, commenting your code, Working with CSS preprocessors, Selecting code, Collapsing code, Expanding code, Accessing Split code view, Previewing assets in Code View.

Dreamweaver
Delivered in-person, on-request, onlineDelivered Online & In-Person in Internationally
£2367

Intellectual property - the business perspective (In-House)

By The In House Training Company

This one-day programme explores the role of intellectual property (IP) in relation to innovation and creativity. It examines the different forms as well as the key processes, together with some of the oddities and idiosyncrasies of the legal regime that protects IP. It delves into the various IP models you should be aware of as well as key IP facts and figures and current IP trends across the global economy. This session is designed to give you a deeper understanding of: * The main forms of intellectual property * The importance of IP - both to your organisation and to the wider economy * The key processes in the creation, commercial exploitation, and legal protection of IP * The different models for the use of IP * Some more advanced concepts for reviewing, valuing and managing IP 1 MAIN FORMS OF INTELLECTUAL PROPERTY (IP) * Patents * Trademarks * Copyright * Design * Trade secrets 2 GLOBAL IP BUSINESS CONTEXT * Global IP facts and figures * Figures for key jurisdictions * Analysis of a company using IP data * IP trends * Overview of the key entities in the IP sector 3 KEY IP PROCESSES * IP creation * IP portfolio management * IP enforcement * IP exploitation * IP risk management 4 IP MODELS * IP models explained * IP licensing * IP litigation 5 IP CONCEPTS * The IP maturity ladder * Relative IP value and risk * Axis of control 6 IP AS AN ASSET CLASS * Costs * Valuation * Financial perspective

Intellectual property - the business perspective (In-House)
Delivered in-person, on-request, onlineDelivered Online & In-Person in Harpenden
Price on Enquiry

Level 7 NVQ Diploma in Construction Senior Management

By Dynamic Training and Assessments Ltd

Level 7 NVQ Diploma in Construction Senior Management

Level 7 NVQ Diploma in Construction Senior Management
Delivered in-person, on-requestDelivered In-Person in Nottinghamshire
£1650

Objective-C programming

5.0(3)

By Systems & Network Training

OBJECTIVE-C PROGRAMMING TRAINING COURSE DESCRIPTION A hands on introduction that will allow you to master Objective-C and start using it to write powerful native applications for even the newest Macs and iOS devices! Using The step-by-step approach, will let you get comfortable with Objective-C's unique capabilities and Apple's Xcode 5 development environment. Make the most of Objective-C objects and messaging. Work effectively with design patterns, collections, blocks, foundation classes, threading, Git and a whole lot more. Every session builds on what you've already learned, giving a rock-solid foundation for real-world success! WHAT WILL YOU LEARN * Use Xcode 5. * Declare classes, instance variables, properties, methods, and actions. * Use arrays, dictionaries, and sets. * Expand and extend classes with protocols, delegates, categories, and extensions. * Use Apple's powerful classes and frameworks. OBJECTIVE-C PROGRAMMING TRAINING COURSE DETAILS * Who will benefit: Developers wanting to learn Objective-C. * Prerequisites: Software development fundamentals. * Duration 5 days OBJECTIVE-C PROGRAMMING TRAINING COURSE CONTENTS * PART 1: GETTING STARTED WITH OBJECTIVE-C * The Developer Program: Objective-C, enrolling as an Apple Developer, setting up the development environment, Xcode. Your first project. * OO programming with Objective-C: OO projects, Frameworks, classes and instances, encapsulation, accessors, Inheritance. * OO features in Objective-C: Messages, methods, working with id, nesting messages, method signatures and parameters. allocating and initializing objects. Using Xcode: Xcode, source code control, git and Xcode, Using a Remote Repository. * Compiler Directives: Projects, Compiler Directives, Prefix headers, main.m, .h files. * PART 2: OBJECTIVE-C BASICS * Messaging in a Testbed App: Setting Up the Testbed Apps, Adding a Text Field and Connecting It to Your Code, Sending a Message to the Text Field, Reviewing the Message Syntax. * Declaring a Class in an Interface File: Context, Creating an Instance Variable with id, What Happens When Execution Stops, dynamic binding, Creating an Instance Variable for with the Class Name and with a Superclass Name, instance variable visibility. * Properties in an Interface File: Interface Variables vs Properties, Declared Properties, Using Attributes. Implementing Properties. @synthesize, @dynamic. * Methods in an Interface File: Methods in a Class, class and instance methods, Method declaration, returning complex data structures from Methods. * Actions in an Interface File: Actions, Actions in OS X and iOS, disconnecting actions. * Routing messages with selectors: Receiver and selector objects in messages, Objective-C Runtime, SEL and @selector (), performSelector, NSInvocation, testing whether an Instance can respond to a selector. * Building on the Foundation: The Foundation Framework, Foundation Classes, Foundation Paradigms and Policies; Mutability, class clusters, notifications. * Defining a Class in Implementation Files: Projects, dynamic typing, creating a new App, implementing a method, expanding Classses with init Methods. * Organizing Data with Collections: Collecting Objects, Property Lists, Runtime, comparing the Collection Classes, Creating a Collection, Objective-C Literal Syntax, Enumerating collections, Testing Membership in a Collection, Accessing an Object in a Collection. * Managing Memory and Runtime Objects: Managing objects in memory, managing reference counts manually and with ARC, variable qualifiers, variable autorelease. * PART 3: EXPANDING AND EXTENDING CLASSES * Protocols and Delegates: Subclassing, Protocols, Delegates, Looking Deeper Inside Protocols. * Categories and Extensions: Comparing categories and protocols, categories vs subclasses, working with categories, class extensions, informal protocols. * Associative References and Fast Enumeration: Objective-C 2.0 Time-Saving Features, Extending Classes by Adding Instance Variables (Sort of), Using Fast Enumeration. * Blocks: Revisiting Blocks, Callbacks, Blocks, Exploring Blocks in Cocoa, Cocoa Blocks and Memory. * PART 4: BEYOND THE BASICS * Handling Exceptions and Errors: Exception and Error classes: NSException, NSError, Identifying exceptions, throwing exceptions, catching exceptions. * Queues and Threading: Getting Started with Concurrency, Introducing Queues, Dispatch Sources, Using Dispatch Queues. * Working with the Debugger: Logging Information, Console Logs, NSLog, Smart Breakpoints, enhancing breakpoints with messages. * Using Xcode Debug Gauges for Analysis: Debug Gauges, Monitoing CPU and memory utilization, monitoring energy, Using Instruments. * PART 5: OPTIONAL TOPICS * C Syntax Summary: Data Types, Control Structures. * Apps, Packages, and Bundles: Project Bundles, lproj Files, Asset Catalogs, plist Files, Precompiled Header Files (.pch). * Archiving and Packaging Apps for Development and Testing: Archiving.

Objective-C programming
Delivered in-person, on-request, onlineDelivered Online & In-Person in Internationally
£4997

Fire Marshal (On-Site)

4.9(182)

By You Can Do It .Training

This course covers the role of the designated fire marshal. It also gives you the opportunity to...

Fire Marshal (On-Site)
Delivered in-person, on-requestDelivered In-Person in Stoke on Trent
£640

LPG Production, Storage, Transfer & Safety

By Asia Edge

ABOUT THIS TRAINING COURSE This interactive training course and workshop session is developed to provide a catalyst for transformation of the legacy systems and adapting to the upcoming trends in the near future in the LPG supply chain. The course curriculum is based on overcoming the challenges of cost and quality enhancement. Both challenges encompass critical review of each aspect from production to transportation with safety of operations and zero loss of energy, thereby enhancing revenue. Training Objectives This course is developed to meet the needs LPG producers, Gas Tankers and Terminals operators, and fraternity of stakeholders, with the following underlying objectives: * Conduct assessment of current standards and management systems in context of market forces and economics of demand and supply; * Explore impact of emerging markets and user segments of LPG transiting from oil or electricity use; * Identify avenues in need of production process review for enhancing the quality in terms of energy content of LPG; * Evaluate current and future trends in LPG transportation and the influence of regulatory regimes and incentive schemes, for investment in Storage Terminals and distribution networks; * Identify the operations and protocols to be adaptable for compliance with new regulations and trends; * Establish transportation and distribution cost control mechanism at optimum level; and * Develop guidelines and SOPs for contamination free transfer, loading and discharging of LPG Tankers. Target Audience This is a 'must attend' course if you are a: * LPG Gas Producer * Process Specialist * Buyer * Trader * LPG Tanker Owner * Charterer, and * Management personnel holding responsible positions such as Director, General Manager, Commercial Manager, Business Development Manager, Legal Counsel, Post-Fixtures Manager, Fleet Manager, Marine & Technical Superintendent, Senior Engineer or Middle Level Manager as part of succession planning. Training Methods The course will be delivered in 3 full-day sessions comprising 8 hours per day. Course Duration: 3 full-day sessions, 8 hours per session (24 hours in total). Trainer Principal Management Consultant FAIADR, FACICA, FHKIoD, M.S.I.D, Member, AIPN LL.M. (IP Laws), M. Sc. (Maritime Studies) M, Tech (Knowledge Engineering), MBA First Class CoC (DOT, UK), B. E. (Elect)   Your expert course leader, during the last 45 year period, has worked and consulted in the industry verticals encompassing: Marine, Shipping & Transport, Technology, Oil & Gas Exploration & Production, Petrochemical Process Plants and Power Plant Construction Projects, Logistics & Warehousing, Offshore, Oil & Gas Pipelines, Infrastructure Development Projects (Construction, Ports, Offshore Supply Bases, Oil & Gas Terminals and Airports etcetera), EPCIC Contracts, and Shipyards, in South East Asia, Africa, Middle East, Americas and Europe. He is a Principal Management Consultant in a consulting company in Hong Kong and Singapore, specializing in the fields of corporate management consultancy, international contracts reviews and alternative dispute resolutions services. He has been frequently engaged for assignments like due diligence, acquisitions, and mergers. The assignments often involved resolving various operational issues, contracts reviews, cost controls, project management matters and enhancement of international procurement and Supply Chain Management systems. He continues to be actively engaged in advisory services for Remuneration, Audit and Risk Management Committees of public companies as well as MNCs. He has developed a special initiative for conducting audits of ERM Systems (Enterprise Risk Management) and valuation of intangible properties involving proprietary processes (IP), licensed production and intellectual property rights. He graduated with a Bachelor's degree in Electrical Engineering, MBA in General Management, Master of Technology in Knowledge Engineering, Master of Science in Maritime Studies and LL.M. (IP Law). He also holds professional qualifications in arbitration, contracts laws, and marine engineering, including the Chief Engineer's First-Class Certificate of Competency (DOT, UK). He has been Associate, SIM University (SUSS) Singapore and taught on subjects including Business Continuity Planning and Risk Management. He has served as Director and member of Board of Management, Governance Councils and Risk Management Committees of international organizations. He is admitted to various professional institutions as: 'Fellow', Australian Centre for International Commercial Arbitration (FACICA); Asian Institute of ADR (FAIADR), Malaysia; Hong Kong Institute of Directors (FHKIoD), Member, Singapore Institute of Directors (M.S.I.D.), and Member, Association of International Petroleum Negotiators (AIPN) USA. 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 about post training coaching support and fees applicable for this. Accreditions And Affliations

LPG Production, Storage, Transfer & Safety
Delivered in-person, on-request, onlineDelivered Online & In-Person in Internationally
£2407 to £2799

Geomechanics at Well and Field Scale

By Asia Edge

ABOUT THIS TRAINING COURSE Geomechanical evaluations are about the assessment of deformations and failure in the subsurface due to oil & gas production, geothermal operations, CO2 storage and other operations. All geomechanical evaluations include four types of modelling assumptions, which will be systematically addressed in this training, namely: 1.      Geometrical modelling assumption: Impact of structural styles on initial stress and stress redistribution due to operations 2.      Formation (or constitutive) behaviour: Linear elastic and non-linear behaviour, associated models and their parameters, and methods how to constrain these using 3.      Initial stress: Relation with structural setting and methods to quantify the in-situ stress condition 4.      Loading conditions: Changes in pore pressure and temperature on wellbore and field scale This 5 full-day course starts with the determination of the stresses in the earth, the impact of different structural styles, salt bodies, faulting and folding on the orientation of the three main principal stress components. Different (field) data sources will be discussed to constrain their magnitude, while exercises will be made to gain hands-on experience. Subsequently, the concepts of stress and strain will be discussed, linear elasticity, total and effective stress and poro-elasticity in 1D, 2D and 3D, as well as thermal expansion. Participants will be able to construct and interpret a Mohr-circles. Also, different failure mechanisms and associated models (plastic, viscous) will be discussed. All these concepts apply on a material point level. Next, geomechanics on the wellbore scale is addressed, starting with the stress distribution around the wellbore (Kirsch equations). The impact of mudweight on shear and tensile failure (fracturing) will be calculated, and participants will be able to determine the mudweight window stable drilling operations, while considering well deviation and the use of oil-based and water-based muds (pore pressure penetration). Fracturing conditions and fracture propagation will be addressed. Field-scale geomechanics is addressed on the fourth day, focussing on building a 3D geomechanical model that is fit-for-purpose (focussing on the risks that need evaluation). Here, geological interpretation (layering), initial stress and formation property estimation (from petrophysical logs and lab experiments) as well as determining the loading conditions come together. The course is concluded with interpretation of the field-wide geomechanical response to reservoir depletion with special attention to reservoir compaction & subsidence, well failure and fault reactivation & induced seismicity. Special attention is paid to uncertainties and formulating advice that impacts decision-making during development and production stages of a project. This course can also be offered through Virtual Instructor Led Training (VILT) format. Training Objectives Upon completing of this course, the participants will be able to: * Identify potential project risks that may need a geomechanical evaluation * Construct a pressure-depth plot based on available field data (density logs, (X)LOT, FIT, RFT) * Employ log-based correlation function to estimate mechanical properties * Produce a simplified, but appropriate geometrical (layered, upscaled) model that honours contrasts in initial stress, formation properties and loading conditions, including * Construct and interpret a Mohr-circle for shear and tensile failure * Calculate the mud weight that leads to shear and tensile failure (fracturing conditions) * Identify potential lab experiments to measure required formation properties * Describe the workflow and data to develop a field-wide fit-for-purpose geomechanical model * Discuss the qualitative impact of pressure and temperature change on the risk related to compaction, well failure, top-seal integrity and fault reactivation Target Audience This course is intended for Drilling Engineers, Well Engineers, Production Technologists, Completion Engineers, Well Superintendents, Directional Drillers, Wellsite Supervisors and others, who wish to further their understanding of rock mechanics and its application to drilling and completion. There is no specific formal pre-requisite for this course. However, the participants are requested to have been exposed to drilling, completions and production operations in their positions and to have a recommended minimum of 3 years of field experience. Course Level * Intermediate Trainer Your expert course leader has over 30 years of experience in the Oil & Gas industry, covering all geomechanical issues in the petroleum industry for Shell. Some of his projects included doing research and providing operational advice in wellbore stability, sand failure prediction, and oil-shale retortion among others. He guided multi-disciplinary teams in compaction & subsidence, top-seal integrity, fault reactivation, induced-seismicity and containment. He was also involved in projects related to Carbon Capture Storage (CCS). He is the founding father of various innovations and assessment tools, and developed new insights into the root causes seismicity induced by Oil & Gas production. Furthermore, he was the regional coordinator for technology deployment in Africa, and Smart Fields (DOFF, iField) design advisor for Shell globally. He was responsible for the Geomechanical competence framework, and associated virtual and classroom training programme in Shell for the last 10 years. He served as one of the Subject Matter Expert (SME) on geomechanics, provided Technical Assurance to many risk assessments, and is a co-author of Shell's global minimun standard on top-seal integry and containment. He has a MSc and PhD in Civil Engineering and computational mechanics from Delft University of Technology, The Netherlands. Training experience: Developed and delivered the following (between 2010 and 2020): * The competence framework for the global geomechanical discipline in Shell * Online Geomechanical training programs for petroleum engineers (post-doc level) * The global minimum standard for top-seal integrity assessment in Shell * Over 50 learning nuggets with Subject Matter Experts * Various Shell virtual Geomechanical training courses covering all subjects * Developed Advanced Geomechanical training program for experienced staff in Shell * Coaching of KPC staff on Geomechanics and containment issues on an internship at Shell in The Netherlands, Q4 2014 * Lectured at the Utrecht University summer school (The Netherlands, 2020) on induced seismicity among renowned earthquake experts (Prof. Mark Zoback, Prof. Jean-Philippe Avouac, Prof. Jean-Pierre Ampuero and Prof. Torsten Dahm) (https://www.nwo.nl/onderzoeksprogrammas/deepnl/bijeenkomsten/6-10-juli-2020-deepnl-webinar-series-induced-seismicity) * Lectured at the Danish Technical University summer school (Copenhagen, 2021) summer school on Carbon Capture and Storage (https://www.oilgas.dtu.dk/english/Events/DHRTC-Summer-School) * Virtual Carbon Capture and Storage (CCS): Project Risks & How to Manage Them training course (October and November 2021) 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

Geomechanics at Well and Field Scale
Delivered in-person, on-request, onlineDelivered Online & In-Person in Internationally
£3697 to £4299

Educators matching "Property"

Show all 9
Paul Mcfadden Wealth

paul mcfadden wealth

4.4(14)

Glasgow

See what our students are saying about the Property Protege Intensive,Paul McFadden is a renowned and respected property and business success coach. As a successful entrepreneur and authority on wealth creation, Paul’s ongoing mission and commitment is in supporting others in developing their own wealth through property and business. After a difficult start in life, growing up in a single parent household with little to no financial resources, Paul discovered that a lack of resources, was less important than an attitude of resourcefulness, coupled with a strong mindset of possibility and good old hard work. From a standing start, with no personal funds, experience or track record, Paul built a multi-million pound portfolio, has bought and flipped millions of pounds worth of Property, and has packaged and traded tens of millions of pounds worth of Property deals to other investors, as well as being responsible for helping many others (including many well-known people in the industry) go full-time in Property. Paul has been recognised for his achievements in being made an honorary member of Robert Kiyosaki’s Wealth Master Panel as his advisor on Real Estate investing, as well as being invited as a keynote speaker in other reputable property and business events across the UK and Europe. He has also been presented with multiple awards for his achievements across Property and Business. Whether through Paul’s free resources online, or by helping you transform your fortunes in property and business through coaching, training or mentoring, Paul hopes to help you live a full expression of yourself, & discover your own power and capabilities..

MQ Estate Agency

mq estate agency

Glasgow

A Proven Track Record of Success MQ has been at the heart of the digital revolution that has swept through the Estate agency industry with thousands of house sales generating hundreds of millions of pounds in completed transactions. Our marketing and graphic design team is second to none providing extensive advertising on all relevant digital and social media channels. Professional photography, MQ Smart tours HD videos, bespoke premium quality property schedules with detailed floor plans and bespoke narrative of your home and surrounding area, prominent for sale signs and a FREE accompanied 7 day a week viewing service ensures your property will be presented at its best to the market obtaining the widest exposure. Please find attached an example sales brochure and a link to an array of our exclusive MQ HD property tours on our YouTube channel. When choosing an agent, we would always advise comparing competitors’ presentations of their currently listed homes on the market and more importantly how quickly all viewing enquiries are dealt with. At MQ our phones do not ring out and answering machines are not used meaning no enquiries for your home are missed. We are aware this is a very competitive marketplace and that you will be meeting with more than one agent. If you feel that you need to discuss any aspect of our fees or even price match, we would be delighted to do so. We have one of the largest database of potential buyers that grows on a daily basis as well as all our enhanced marketing packs. Our sales team work in harmony with your own designated negotiator to ensure you are involved and fully informed at every stage of the sale. With this level of service you will find our how our team regulary exceed home report values for our clients.

Crossbill Distillery

crossbill distillery

Glasgow,

The site has been developed for and published by Crossbill Distilling Ltd, with it’s registered office located at Caledonian House, Seaward Street, Glasgow, G41 1HJ, with the company registration number SC473332 and VAT number 193 8565 59 (hereinafter the ‘Company’ or ‘we’). ACCESS TO THE SITE To access this site, you must be of legal drinking age in your country of residence (if no such laws exist in your country, you must be over 21 to visit our site) and be aware of how to consume alcohol responsibly. COPYRIGHT AND INTELLECTUAL PROPERTY All of the trade marks and logos displayed on this site (the ‘Trade Marks’) are registered and unregistered trade marks of Crossbill Distilling Ltd, or are trade marks and logos which Crossbill Distilling Ltd has been authorised to use and/or display on its website. Unauthorised use of any of the trade marks and logos appearing on this website is not permitted. On an exception basis, we may expressly authorise to reproduce and/or represent all or part of our site, on certain media. On this regard, any request for authorisation must be submitted in advance to the following email address: info@crossbillgin.com. LIABILITY/ WARRANTY Crossbill Distilling Ltd aims to ensure that the content on this website is correct but cannot give any warranty as to the websites accuracy or completeness and therefore cannot accept responsibility for any damage or loss resulting in your use or interpretation of the website content. THIRD PARTY SITES Crossbill Distilling Ltd has no control of third-party sites linked to this site and does not accept any responsibility for the content found on these sites. You should refer separately to the terms and conditions found on any third-party site. INFORMATION ON THE PRODUCTS AND SERVICES Unless provided otherwise, the products and services which are presented to you do not constitute a sale offer but a general presentation of the range of products and services that we distribute in the country in which this site is published. THE ONLINE SHOP – Gin Sales Bottle prices shown on this website are in British Pounds, inclusive of UK duty and VAT (Value Added Tax) and exclude delivery costs. No goods are offered for sale at this site to any person who is below the legal drinking age in the country in which they are resident or any person resident in a country where such sale would be contrary to local law. By placing an order through our site, you warrant that you are of a lawful age. If you are buying products as a gift, the recipient must also be of a lawful age. This is the responsibility of the purchaser. If our couriers are in any doubt about the age of the recipient on delivery, they may request some form of ID. After placing an order, you will receive an e-mail from us acknowledging that we have received your order. Please note that this does not mean that your order has been accepted. Your order constitutes an offer to us to buy a product. All orders are subject to acceptance by us, and we will confirm such acceptance to you by sending you an e-mail that confirms that the product has been despatched. The contract between us will only be formed when we send you the Despatch Confirmation. The Contract will relate only to those products whose despatch we have confirmed in the Despatch Confirmation. We will not be obliged to supply any other Products which may have been part of your order until the despatch of such Products has been confirmed in a separate Despatch Confirmation. We despatch orders Monday to Friday and all orders received before 1pm are despatched the same day. Orders received after 1pm are despatched the next working day. Our Shipping information, including costs, can be found in the SHIPPING section of the site. Delivery of our products will be made to the address provided by you at the time of placing your order. Our customers’ satisfaction is of the utmost importance to us, and we take exceptional care in the manufacturing, packaging and delivery of our products. Customers should promptly inspect goods delivered to them to satisfy themselves that any goods delivered to them are as expected. Please note that you may be asked to show proof of age upon delivery of your order. RETURNS The courier must be informed of breakages or shortages at the time of delivery. We may not (at our sole discretion) accept any claims for breakages or shortages unless they are stated on the couriers documentation. We must have confirmation of these breakages or shortages within 48 hours of delivery. Photographic evidence is required by our carrier company if an item has been damaged during transit. To request a full refund or exchange, please notify us by email to info@crossbillgin.com within 48 hours of delivery. Please state whether you would like a full refund or exchange and quote your order confirmation number, the product name, a photo of the damage, your full name, email address, phone number and delivery address. Only unopened products that are in the original packaging will be eligible for refund or exchange. Approved refunds will be credited to the payment card/PayPal account used during the original transaction within 30 days and will exclude shipping costs. We recommend that items are returned to us via a recorded delivery service to ensure that they are protected and insured during transit. If you fail to meet these terms and conditions, the product will be returned to you and you will not receive a refund nor be eligible for an exchange. DISCLAIMER All products are stress tested before despatch. Products are sensitive to elements of extreme heat where glass and corks may fail. Products should be stored at room temperature and out of direct sunlight. All coloured products use natural ingredients and may fade or change overtime. THE ONLINE SHOP - Gin School Purchasing Options explained TO BUY A TICKET AND BOOK A DATE. This option should be used if you know the date you wish to book at the same time as purchasing a ticket. By following the link, you will be taken to the booking screen where you will choose the date then will be directed to complete your information then onto making a payment. TO REDEEM A GIFT VOUCHER AND BOOK A DATE. This option should be used if you have previously purchased or been gifted a voucher. By following the link, you will be taken to the booking screen where you will choose the date then will be directed to complete your information and redeem your voucher using the order number on the voucher. TO BUY A GIFT VOUCHER TO BE REDEEMED LATER. If you do not know the date you would like to book or if you wish to purchase a voucher to be given as a gift, you should ADD TO CART. This will then bypass the booking screen and will direct you to the checkout screen where you will complete your information then onto making a payment. By purchasing or booking a course you are agreeing to the following terms and conditions. Voucher Delivery – When purchasing a Gin School Experience, an e-voucher will be generated and sent to the provided email address within 24 hours. You will also receive a Gift Voucher by post. Refund Policy – The Gin School operates a strict 14-day refund policy from the date of purchase. Notification must be made in writing to info@crossbillgin.com and must be accompanied by the unused voucher and proof of payment. Cancellations and Postponements – A minimum of 14 days’ notice is required prior to your appointment to reschedule a booking and will incur a £10.00 administration fee. In the unlikely event that the Company has to cancel a Gin School Masterclass, the Company undertakes to offer a suitable alternative date or a full refund of any course fees. Vouchers – Vouchers cannot be exchanged for cash or other goods. Vouchers are transferable, so if you are unable to attend yourself, you may nominate a replacement. Vouchers expire 12 months from the date of issue and extensions beyond 12 months are not available under any circumstances. Course Alterations –The Company reserves the right to make minor changes to the format and content of the Gin School Masterclasses, to improve the experience, without notice. Age Restriction – You must be over 21 years of age to attend a Masterclass and those that appear under 25 years will be asked for proof of age upon arrival. Samples – A limited quantity of tasting samples will be offered during the Gin School Masterclass and are included in the cost of the voucher. Health and Safety Liability – You will be given a briefing on health and safety prior to the session commencing. All participants are expected to listen carefully and follow instructions given. Participants should take reasonable care in the Gin School to avoid personal injury and/or injury to others. Standard of Behaviour – We will refuse to admit you to the premises if you appear to be intoxicated or under the influence of prohibited narcotic substances upon your arrival. You are expected to behave sensibly and appropriately at all times and may be required to leave the premises if for any reason the Company or others are unhappy with your behaviour. We reserve the right to refuse the sampling of alcohol under the terms of the licensing act Washroom Facilities – The primary function of the premises is a distillery and the site offers limited toilet facilities with restricted access. Alternative toilet facilities with full disabled access are however available across the covered courtyard. Special Needs – Your comfort and wellbeing are of the utmost importance to us, please therefore inform us prior to our accepting the booking of any medical condition or physical impediment about which we would need to be aware in order to eliminate or anticipate any potential health and safety issue Special Dietary Requirements/ Allergies/ Disabilities – We cannot adjust courses for special dietary requirements unless previously agreed. If you have any allergies, please contact us in advance to discuss your requirements. There may be traces of nuts or other ingredients and if you have an allergy you attend at your own risk. If you have a disability or condition you think may hinder your enjoyment of the course, please let us know so we can help to ensure your day runs smoothly.