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

17 Educators providing ARC courses in Edinburgh

TCD Research Development Office - RDO

tcd research development office - rdo

0.0(90)

Scotland

Research is an essential part of what we do in Trinity. We are driven by a passion for research and scholarship. Our research has a fundamental influence on our teaching. Research, along with teaching, forms our identity. Research is one of the factors that makes Trinity the leading university in Ireland and a university of international standing. The research we do here in Trinity is diverse and rich. We take pride in being research active across all three of our faculties - Arts, Humanities & Social Sciences; Engineering, Maths & Science; and Health Sciences. The Trinity Campaign is built around the theme Inspiring Generations, a theme that is very apt for research as our work looks to understand the past as well as build the future. Our Research Charter provides a context for how we work. The Charter is the result of a highly consultative process that engaged people from different disciplines and divisions across Trinity. The Charter is our public commitment to the values that underpin our research. We also warmly embrace the principles set out in the San Francisco Declaration on Research Assessment. One of the seven principles in our Charter is ‘Standing Up for Research’. This is especially important in today’s world. We need to ensure that the neutral voice of the expert researcher is taken seriously, that research continues to be resourced, and that research continues to matter. To that end, #researchMATTERS is our research magazine and our way of sharing some of the many research stories that are part of work and life in Trinity. Our vision is to engage in research with the quality, intensity, depth, diversity, and openness that leads to fundamental breakthroughs, new understandings, key insights, and that can make translational and transformative advances.

Courses matching "ARC"

Show all 236

C01M02 - FD&FA Design principles - BS 5839-1 (classroom)

5.0(1)

By Ember Compliance

This course will develop knowledge from the FD&FA foundation BS 5839-1 module and/or industry experience and apply this to the design of FD&FA systems.

C01M02 - FD&FA Design principles - BS 5839-1 (classroom)
Delivered In-Person in Broxburn + more
£230

Construction Project Manager 2 Days Training in Edinburgh

5.0(1)

By Mangates

Construction Project Manager 2 Days Training in Edinburgh

Construction Project Manager 2 Days Training in Edinburgh
Delivered In-Person + more
£1,195 to £1,295

Construction Project Manager 2 Days Training in Dunfermline

5.0(1)

By Mangates

Construction Project Manager 2 Days Training in Dunfermline

Construction Project Manager 2 Days Training in Dunfermline
Delivered In-Person + more
£1,195 to £1,295

Construction Project Manager 2 Days Training in Livingston

5.0(1)

By Mangates

Construction Project Manager 2 Days Training in Livingston

Construction Project Manager 2 Days Training in Livingston
Delivered In-Person + more
£1,195 to £1,295

C01M03 - FD&FA Installation principles - BS 5839-1 (classroom)

5.0(1)

By Ember Compliance

Learners will develop knowledge from the FD&FA foundation BS 5839-1 module and/or industry experience and apply this to the installation of FD&FA systems.

C01M03 - FD&FA Installation principles - BS 5839-1 (classroom)
Delivered In-Person in Broxburn + more
£230

C01M01 - FD&FA Fundamentals - BS 5839-1 (online)

5.0(1)

By Ember Compliance

This is a gateway course for all further learning in FD&FA systems.

C01M01 - FD&FA Fundamentals - BS 5839-1 (online)
Delivered Online + more
£230

C01M02 - FD&FA Design principles - BS 5839-1 (online)

5.0(1)

By Ember Compliance

This course will develop knowledge from the FD&FA foundation BS 5839-1 module and/or industry experience and apply this to the design of FD&FA systems.

C01M02 - FD&FA Design principles - BS 5839-1 (online)
Delivered Online + more
£230

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 Internationally or OnlineFlexible Dates
£4,997

20th April FREE BREATHWORK CLASS

5.0(43)

By Art and Spirituality CIC

This class focuses on the areas of the body that are overworked and hold tension/ trauma. By using breathwork and meditation, we are able to become more mindful of the signals our body sends us and target that area with deep stretch holds and activating the cardiovascular system to release the tension of tight muscles. An inclusive class for everyone that wants to rid the body of tightness or perhaps just to relax, focus on meditation and the breath. Benefits: detoxify the body improve flexibility strengthen digestive system oxygenates the body increase internal organ function strengthen the nervous system increase immune system function cleanse and focus the mind Spaces are limited. Reserve your spot now and begin your journey to purpose, fulfillment, and living your Ikigai! This class is sponsored by Volant Trust and Foundation Scotland. 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.

20th April FREE BREATHWORK CLASS
Delivered In-Person in Edinburgh
FREE

C01M03 - FD&FA Installation principles - BS 5839-1 (online)

5.0(1)

By Ember Compliance

Learners will develop knowledge from the FD&FA foundation BS 5839-1 module and/or industry experience and apply this to the installation of FD&FA systems.

C01M03 - FD&FA Installation principles - BS 5839-1 (online)
Delivered Online + more
£230