AW Personal Banking Products ExcitingAds :: Exciting Ads

Zenni Women's Rectangle Prescription Glasses Purple Plastic Frame
Zenni Women's Rectangle Prescription Glasses Purple Plastic Frame
$12.95
A plastic full-rim frame. | Zenni Women's Rectangle Prescription Glasses Purple Plastic Frame [Read More]
Buy Now

Sitemap

 
"Design Thinking: Prototyping and User Testing"
"Creating prototypes puts a proposed solution into action. In this course, you will learn the value of prototypes and user testing as critical components of the design thinking process. You will examine case studies to understand the iterative process of prototyping and discover how new products and ideas can emerge as a result. As part of the Design Thinking MicroMasters program, you will study how to analyze and implement the results of user testing to ensure your solution can fully benefit from this inclusive and innovative process. Best practices for evaluating solutions will also be covered, including surveys, user evaluations, focus groups and interviews."
Price: 299.00

"Christianity Through Its Scriptures"
"Christianity is a global religion. From modest beginnings 2,000 years ago, it has grown to encompass nearly a third of the human population. Diverse in languages, cultures, histories and creeds, Christians nonetheless share a common collection of sacred scripture called the Bible. This religion course introduces you to the Bible and its scripture and asks the questions: What are the contents, languages, and forms of Bibles in various times and places? How have Christians lived out their stories and teachings? How does Christian history reflect the contested and varied uses of scripture—in the ancient Roman world where Christianity began, in its spread through European and American colonialism, in the diverse forms it takes in varied locations around the globe? You will begin to explore these questions and others while learning about the content and interpretations of these sacred texts."
Price: 49.00

"HTML5 Apps and Games"
"Want to learn advanced HTML5 tips and techniques? This is the course for you! Find out more about the powerful Web features that will help you create great content and apps. This course is a natural follow up of HTML5 Coding Essentials and Good Practices. In this course, we continue the exploration of HTML5-based APIs, but also introduce some advanced features related to HTML5, such as Web components, advanced multimedia, audio for music and games, etc. Like in the first course, you will learn by doing, study the interactive examples and have fun with proposed development projects. One of them will be to create an HTML5 game, so jump in and learn lots!"
Price: 199.00

"Introducción a la Ingeniería del Software"
"¿Alguna vez te has preguntado qué es y para qué sirve la Ingeniería de Software? ¿Quieres saber por qué es tan necesaria esta disciplina y por qué se utiliza tanto en entornos tecnológicos? ¿O cuál es el motivo de que muchos proyectos informáticos no finalizan en tiempo y coste o con la calidad deseada? En este curso en línea aprenderás cuáles son los métodos, técnicas y procedimientos adecuados para poder concluir con éxito un proyecto software cumpliendo requisitos de tiempo, recursos y costos.Para ello, verás las principales diferencias de esta disciplina con el resto de ingenierías y entenderás por qué son necesarios procedimientos y técnicas específicos para el desarrollo y gestión del software. Conocerás el ciclo de vida de un proyecto y la importancia de definir las fases y el orden a seguir durante su desarrollo. Aprenderás a diferenciar las famosas metodologías ágiles (SCRUM, XP, KANBAN, etc.) de las tradicionales (ciclo de vida en cascada, iterativo, incremental, etc.) y cuándo aplicar cada una de ellas en función de las necesidades y características de tu proyecto.  Verás de cerca todas las fases que componen un proyecto y la importancia de cada una de ellas, desde la planificación hasta su puesta en marcha. Cuando finalices este curso tendrás los conocimientos y herramientas necesarios para poder desarrollar y gestionar tus proyectos eficazmente. Tanto tú como tu equipo podréis ser más productivos, realizar trabajos de mayor calidad y tener mejor clima de trabajo. Si quieres conocer todo lo que engloba la Ingeniería de Software, mejorar la forma de desarrollar y gestionar tus proyectos o simplemente aprender nuevas técnicas y metodologías que te ayuden a ser más eficaz en tu trabajo, ¡no dudes en apuntarte a este curso!"
Price: 49.00

"C Programming: Getting Started"
"In this course, you will learn the principles of C programming and start coding hands-on in a browser tool that will provide instant feedback on your code. The C programming language is one of the most stable and popular programming languages in the world. It helps to power your smartphone, your car's navigation system, robots, drones, trains, and almost all electronic devices. C is used in any circumstances where speed and flexibility are important, such as in embedded systems or high-performance computing. In this course, you will get started with C and learn how to write your first programs, how to make simple computations and print the results to the screen, how to store values in variables and how to repeat instructions using loops. Beginners, even those without any programming experience, will be able to immediately start coding in C with the help of powerful yet simple coding tools right within the web browser. No need to install anything! We are excited to introduce you to the world of coding and launch you along your path to becoming a skilled C programmer! This is the first course in the C Programming with Linux Professional Certificate program. This series of seven short courses will establish your programming skills and unlock doors to careers in computer engineering. This course has received financial support from the Patrick & Lina Drahi Foundation."
Price: 49.00

"C Programming: Using Linux Tools and Libraries"
"This seventh and final course in the C Programming with Linux Professional Certificate program will allow you to develop and use your C code within the Linux operating system. Using libraries in C is a fundamental concept when it comes to sharing code with others. In addition to compiling and linking, you will also learn how to pass arguments to an executable program. Within moments you will be coding hands-on in a new browser tool developed for this course providing instant feedback on your code. No need to install anything! As you embark on your future career as a programmer, you will be able to continue your coding adventures with professional coding environments used by C programmers around the world. At the end of this short course, you will have completed the C Programming with Linux Professional Certificate program, unlocking the door to a career in computer engineering. This course has received financial support from the Patrick & Lina Drahi Foundation."
Price: 49.00

"Linux Basics: The Command Line Interface"
"This course will introduce you to Linux, a powerful operating system used by most professional developers! Why add Linux to your C programming skills? Most people use Linux without knowing it! Whether you use a smartphone, search the web, or use an ATM, each time Linux is involved somewhere in the background. It is the most used operating system for embedded devices and high-performance servers. It is also the most common operating system used by developers to create software applications. In this course, you will learn the history of Linux and how its open source community was able to create today’s most advanced operating system. You will navigate the file system, use fundamental Linux commands and master the Linux command line interface. These are essential skills for every developer. You will also be able to produce software written in C using the industry-standard tools on Linux. Within moments you will be coding hands-on in a new browser tool developed for this course, receiving instant feedback on your code. No need to install anything! We are excited to introduce you to Linux and guide you along your path to becoming a skilled user of this powerful operating system! At the end of this short course, you will reach the sixth milestone of the C Programming with Linux” Professional Certificate program, unlocking the door to a career in computer engineering. This course has received financial support from the Patrick & Lina Drahi Foundation."
Price: 49.00

"C Programming: Advanced Data Types"
"In this course, part of the C Programming with Linux Professional Certificate program, you will define your own data types in C, and use the newly created types to more efficiently store and process your data. Many programming languages provide a number of built-in data types to store things such as integers, decimals, and characters in variables, but what if you wanted to store more complex data? Defining your own data types in C allows you to more efficiently store and process data such as a customer's name, age and other relevant data, all in one single variable! This course will provide a hands-on coding experience in a new browser tool developed for this course that will allow you to receive instant feedback on your code. No need to install anything! You will also gain experience with programming concepts that are foundational to any programming language. At the end of this short course, you will reach the fifth milestone of the C Programming with Linux Professional Certificate program, unlocking the door to a career in computer engineering. This course has received financial support from the Patrick & Lina Drahi Foundation."
Price: 49.00

"C Programming: Pointers and Memory Management"
"In this course, we will examine a key concept, foundational to any programming language: the usage of memory. This course builds upon the basic concept of pointers, discussed in C Programming: Modular Programming and Memory Management, and introduces the more advanced usage of pointers and pointer arithmetic. Arrays of pointers and multidimensional arrays are addressed, and you will learn how to allocate memory for your own data during program execution. This is called dynamic memory allocation at runtime using pointers. Within moments you will be coding hands-on in a new browser tool developed for this course, receiving instant feedback on your code. No need to install anything! In this course, you will gain experience with programming concepts that are foundational to any programming language. At the end of this short course, you will reach the fourth milestonein the C Programming with Linux Professional Certificate program, unlocking the door to a career in computer engineering. This course has received financial support from the Patrick & Lina Drahi Foundation."
Price: 49.00

"C Programming: Modular Programming and Memory Management"
"In this course, part of the C Programming with Linux Professional Certificate program, you will be introduced to the concept of modular programming: that is, dividing up more complex tasks into manageable pieces. Within moments you will be coding hands-on in a new browser tool developed for this course, receiving instant feedback on your code. No need to install anything! You will learn how to write your own functions (just like functions in mathematics for example). You will also gain insight into a computer's architecture and learn how its memory is organized. Given the vast amount of memory computers have these days, how does your program remember where a certain variable is stored? This brings about the important topic of how memory is efficiently addressed inside a computer, and with it, the topic of pointers. Pointers are often considered the most difficult part and main struggle for C program developers. We will introduce you to this central topic with our novel and innovative visualization tools and show you precisely how pointers work. No need to struggle! The programming concepts you will gain in this course are foundational to any programming language. By the end of this short course, you willhave reached the third milestonein the C Programming with Linux Professional Certificate program, unlocking the door to a career in computer engineering. This course has received financial support from the Patrick & Lina Drahi Foundation."
Price: 49.00

"C Programming: Language Foundations"
"Inthis course, part of the C Programming with Linux Professional Certificate program,you will learn to use logical statements and arrays in C. Logical statements are used for decision-making with follow-up instructions, based on conditions you define. Arrays are used to store, keep track of, and organize larger amounts of data. You will furthermore implement some fundamental algorithms to search and sort data. Within moments of this course, you will be coding hands-on in a new browser tool developed specifically for this course, receiving instant feedback on your code. No need to install anything! Why learn C? Not only is it one of the most stable and popular programming languages in the world, it's also used to poweralmost allelectronic devices. The C programming language represents one of the building blocks of modern computer information technology. By the end of this course, you willhave gained experience with programming concepts that are foundational to any programming language and be one step closer to a career in computer engineering. This course has received financial support from the Patrick & Lina Drahi Foundation."
Price: 49.00

"HTML5 Coding Essentials and Best Practices"
"HTML5 is the standard language of the Web, developed by W3C. For application developers and industry, HTML5 represents a set of features that people will be able to rely on for years to come. HTML5 is supported on a wide variety of devices, lowering the cost of creating rich applications to reach users everywhere. Whatever mobile phones, connected objects, game consoles, automobile dashboards, and devices that haven’t even been considered yet, HTML5 helps write once and deploy anywhere! In this course, you will learn all the new HTML5 features to help create great Web sites and applications in a simplified but powerful way. HTML5 provides native support for video and audio without plug-ins, provides support for offline applications, for games with smooth interactive animations, and much more."
Price: 199.00

"CSS Basics"
"This course is part of W3C's ""Front-End Web Developer"" Professional Certificate. Have you just begun your journey into Web development? This course will introduce you to the basics of Web design and teach you how to style your Web site for a professional look and feel. The Microsoft team and experts from the World Wide Web Consortium (W3C) will guide you step-by-step in using the latest Web standards to structure your content and presentation like a professional. In this course, you will explore numerous CSS features to help you control the look and feel of your site such as colors, fonts and layout. By the end of the course, you should understand all the fundamental elements of CSS and how to use them effectively. It is recommended that you are at least a little familiar with HTML before taking this course, but we will be providing you with the HTML code when necessary."
Price: 199.00

"Developing Breakthrough Innovations with the Three Box Solution"
"Companies today are constantly having to adapt and redefine their strategies due to the impact of technology and globalization. To be a leader in the future means you need to be able to change, adapt, and innovate. In this course, part of the Leading Innovation Professional Certificate program, you will learn from the leading expert on strategy and innovation, Vijay Govindarajan (VG), about the Three Box framework, defined below:  Box 1 Manage the present: Managing the core business at peak efficiency Box 2 Selectively forget the past: Abandon ideas, practices, and attitudes that could inhibit innovation Box 3 Create the future: Develop and convert breakthrough ideas into new products and businesses The Three Box framework is a method and toolkit designed to help organizations appropriately allocate their time and resources to implement transformational business models. This course will teach you how to accelerate the success of innovations in your own company.  The course is organized into four modules, where each concept is taught using a series of videos and illustrative examples to help deepen your understanding. The course is based on The Three Box Solution: A Strategy for Leading Innovation book. The content of this course is relevant for a large corporation, a mid-size business, a startup or a nonprofit organization. Because innovation is a team sport, the course is useful for individuals who intend to advance careers in R&D, Engineering, Manufacturing, Marketing, Sales, Service, Human Resources, Accounting, and Finance."
Price: 99.00

"Executing Breakthrough Innovations with the Three Box Solution"
"When companies launch Box 3 innovation initiatives, they typically allot most of their time and energy to the thrilling hunt for the breakthrough idea. That much-ballyhooed burst of inspiration is merely a starting point. The real innovation challenge lies beyond the idea. It lies in a long, hard journey—from imagination to impact.In this course, part of the Leading Innovation Professional Certificate program, Vijay Govindarajan (VG) reveals how to execute a Box 3 innovation initiative. The crux of the challenge is that business organizations are not designed for innovation; they are designed for ongoing operations. And there are deep and fundamental conflicts between the two.This course is based on the frameworks and ideas from The Three Box Solution: A Strategy for Leading Innovation book. Using three modules, VG shows you how to: Build the right team for your innovation initiative: Determine who will be on the team, how it will be structured, and how it can partner with ongoing operations. Anticipate and prevent conflicts. Run a disciplined experiment: Test assumptions, translate results into new knowledge, and measure progress. The content of this course is relevant for a large corporation, a mid-size business, a startup or a nonprofit organization. Because innovation is a team sport, the course is useful for individuals who intend to advance careers in R&D, Engineering, Manufacturing, Marketing, Sales, Service, Human Resources, Accounting, and Finance."
Price: 99.00

"Cybersecurity and Privacy in the IoT"
"As the Internet of Things (IoT) continues to grow so will the number of privacy and security concerns and issues. As a professional working in the field, it is essential to understand the potential security risks and how to best mitigate them. In this course, you will learn about security and privacy issues in IoT environments. We’ll explore the organizational risks posed by IoT networks, and the principles of IoT device vulnerabilities. We’ll also look at software and hardware IoT Applications for industry. With billions of devices tracking our every move, privacy is a critical issue. We will explore and discuss the social and commercial implications the IoT brings to society."
Price: 199.00

"Introduction to the Internet of Things (IoT) (COMING 2020)"
"The Internet of Things (IoT) is expanding at a rapid rate, and it is becoming increasingly important for professionals to understand what it is, how it works, and how to harness its power to improve business. This introductory course will enable learners to leverage their business and/or technical knowledge across IoT-related functions in the workplace. In the course, we will examine the concept of IoT. We will look at the ‘things’ that make up the Internet of Things, including how those components are connected together, how they communicate, and how they value add to the data generated. We will also examine cybersecurity and privacy issues, and highlight how IoT can optimize processes and improve efficiencies in your business."
Price: 149.00

"IoT Networks and Protocols"
"The Internet of Things (IoT) is expanding at a rapid rate, and it is becoming increasingly important for professionals to understand what it is, how it works, and how to harness its power to improve your business. In this course we will focus on how the IoT works. You will learn about IoT networks and explore how ‘things’ connect to it, including whether the connection and processing is local (fog) or remote (cloud). We will explore data networks, connection types, layer models and analyze IoT protocols and standards. You’ll also learn how to evaluate different infrastructure components and network systems, and how to go about designing a basic network for your own IoT ideas."
Price: 199.00

"IoT Sensors and Devices"
"The Internet of Things (IoT) is expanding at a rapid rate, and it is becoming increasingly important for professionals to understand what it is, how it works, and how to harness its power to improve your business. This course is for practical learners who want to explore and interact with the IoT bridge between the cyber- and physical worlds, in order to create efficiencies or solve business problems. In this course, you will learn about the ‘things’ that get connected in the Internet of Things to sense and interact with the real world environment – from something as simple as a smoke detector to a robotic arm in manufacturing. If we consider the IoT as giving the internet the ability to feel and respond, this course is about the devices that feel and the devices that respond. We will look at IoT sensors, actuators and intermediary devices that connect things to the internet, as well as electronics and systems, both of which underpin how the Internet of Things works and what it is designed to do."
Price: 199.00

"Introduction to Hyperledger Blockchain Technologies"
"Discover the power of business blockchains and distributed ledger technologies with an overview of Hyperledger andits key frameworks. All over the global market there are ledgers that organizations and individuals alike must trust. Blockchain technologies record promises, trades, transactions or simply items we never want to disappear, allowing everyone in an ecosystem to keep a copy of the common system of record. This introductory course is carefully curated for nontechnical, business-oriented audiences. It examines blockchains for the enterprise and a number of pertinent use cases from Hyperledger, a global cross-industry community of communities hosted by The Linux Foundation and advancing business blockchain technologies. Hyperledger is incubating and promoting enterprise grade, open source business blockchain software, on top of which anyone can set up apps to meet cross-industry needs. The course covers key features of blockchain technologies and the differentiators between various types of Hyperledger projects. We'll start with ‘what is blockchain’ and open the discussion to identifying suitable blockchain use cases for your business requirements. We will then take a deeper dive into the enterprise-ready Hyperledger blockchain frameworksand tools. Students will gain an understanding of how blockchains work and how they can create value for their business through cost-savings and efficiencies, in terms of speed and simplicity. They will view how information is generated, stored, and shared in various blockchains, as well as gain tools to evaluate whether or not a blockchain solution would be suitable for their particular business case. Industries today are usingblockchain technologies to increase efficiency and solve business problems associated with data privacy, security, information sharing, and inclusion. Be on the cutting edge; learn about these innovative technologiesand bring unique value to your business."
Price: 199.00

"JavaScript Introduction"
"This course is part of W3C's ""Front-End Web Developer"" Professional Certificate. This computer science course is an initiation to JavaScript programming and has been designed to help Web developers have an understanding of the basic concepts of the language. This course was developed in partnership between W3C and University Côte d'Azur. JavaScript lets you add interactive features to your Web sites, including dynamically updated content, controlled multimedia, animated images, and much more. The main objective of this course is to master JavaScript best practices by means of many interactive examples, some of which are demonstrated in live coding videos. We’ll use JavaScript within the Web browser. Why JavaScript is worth your time: HTML5, CSS and JavaScript are the “classic three” for developers and designers; It allows you to add interactivity to your Web sites; You can use JavaScript and HTML5 APIs to create custom graphics and animation, and to master multimedia using audio and video players, music and sound effects; It is powerful, easy to learn, and quick to write; It has great tools (editors, runtimes, lint tools, browsers, and third party libraries) as well as great online support through plenty of active open source communities. At the end of the course, we expect that you will be able to read the source code of any JavaScript example found on the Web, learn from it, tweak it, and even – why not? – start contributing to open-source JavaScript projects. This introductory course will make you think like a JavaScript developer."
Price: 199.00

"Design Thinking: Ideation, Iteration and Communication"
"Designing a successful and innovative solution requires creative ideas and their iteration. As critical phases of the design thinking process, ideation and iteration are often what distinguish design thinking from traditional or linear problem-solving approaches. This course, part of the Design Thinking MicroMasters program, will explain and provide context and instruction on essential ideation techniques such as: Brainstorming Mind mapping Role playing Storyboarding Concept sketching Model making Strategic idea mapping After ideation, the solution(s) that best address the original problem are chosen to present. This course will discuss best practices for selecting solutions and common pitfalls to avoid when communicating solutions to a client."
Price: 299.00

"Soundcool: Módulos de vídeo y propuestas creativas"
"En este curso en línea aprenderás los conceptos básicos para poder usar la parte de vídeo del sistema Soundcool para educación musical y creación colaborativa mediante móviles, tablets y otros dispositivos. La parte visual de Soundcool consiste en un conjunto de módulos como players, efectos, mezcladores, etc., interconectables entre sí que permiten reproducir y modificar una imagen o vídeo en directo. Estos módulos se abren en el ordenador y próximamente podrán ser controlados por móviles y tablets vía wifi, mediante instrumentos MIDI o mediante los movimientos del cuerpo con el sensor Kinect. De este modo es fácil poder crear colaborativamente obras musicales, sonoras y audiovisuales en tiempo real. Este curso de música es idóneo para profesores ya que tiene una unidad dedicada a pedagogía. También es idóneo para artistas, y cualquier tipo de persona interesada en la creación de nuevos contenidos audiovisuales de forma individual o colectiva. El programa es muy intuitivo así que no se requiere ningún conocimiento previo para poder utilizarlo, únicamente nociones básicas para descargar e instalar el programa, que pueden obtenerse con la realización del MOOC Introducción a la creación musical con Soundcool. Al acabar el curso en línea serás capaz de: Hacer tus propias creaciones visuales, guardarlas y modificarlas en director De improvisar por tu cuenta o con compañeros sobre una misma obra musical"
Price: 55.00

"Financial Accounting"
"Financial accounting is called the “language of business,” and for good reasons. An examination of a firm’s financial statements - which reflect the company’s performance - reveals a wealth of information about its history, current financial health, and future potential. This is why business leaders use accounting to communicate their organization’s financial information to potential investors, shareholders, lenders, and regulators. Financial accounting allows an organization’s leaders to make sound business decisions and helps investors better understand company value. In this course, you will learn how to interpret and communicate financial statements so that you can speak confidently on indicators such as assets, liabilities, shareholders’ equity, and goodwill. This course will teach you how to interpret the three financial statements core to any business--the income statement, balance sheet, and statement of cash flows--and analyze how they reflect business decisions. By the end of this course, you will know how to use financial accounting as a strategic tool to understand and grow your business--and understand and outmaneuver your competitors."
Price: 214.00

"JavaScript Introduction"
"This course is part of W3C's ""Front-End Web Developer"" Professional Certificate. This computer science course is an initiation to JavaScript programming and has been designed to help Web developers have an understanding of the basic concepts of the language. This course was developed in partnership between W3C and University Côte d'Azur. JavaScript lets you add interactive features to your Web sites, including dynamically updated content, controlled multimedia, animated images, and much more. The main objective of this course is to master JavaScript best practices by means of many interactive examples, some of which are demonstrated in live coding videos. We’ll use JavaScript within the Web browser. Why JavaScript is worth your time: HTML5, CSS and JavaScript are the “classic three” for developers and designers; It allows you to add interactivity to your Web sites; You can use JavaScript and HTML5 APIs to create custom graphics and animation, and to master multimedia using audio and video players, music and sound effects; It is powerful, easy to learn, and quick to write; It has great tools (editors, runtimes, lint tools, browsers, and third party libraries) as well as great online support through plenty of active open source communities. At the end of the course, we expect that you will be able to read the source code of any JavaScript example found on the Web, learn from it, tweak it, and even – why not? – start contributing to open-source JavaScript projects. This introductory course will make you think like a JavaScript developer."
Price: 199.00

"Spiritual Competency Training in Mental Health"
"Are you a mental health provider who wants to more effectively work with the increasing spiritual and religious diversity in your clients? Do you know how to help clients who encounter spiritual and religious distress? Or how to harness clients’ spiritual resources to support positive therapeutic outcomes? If so, this course is for you! Spiritual Competency Training in Mental Health is a program designed to train mental health providers in basic spiritual and religious competencies. Taught by instructors who are experts in the field of religion/spirituality and mental health, this course will equip providers with greater confidence and competence helping clients with religious and spiritual issues. The program focuses on core spiritual competencies (knowledge, skills, and attitudes) that underlie effective mental health care and are common to mental health disciplines and therapeutic orientations. Basic competency in spiritual and religious issues in mental health is an ethical requirement for most professional boards and associations related to mental health clinical practice. Yet, few of us received this training in our graduate programs. This program bridges the current training gap. The program consists of eight modules and takes about six to eight hours to complete. The modules consist of engaging learning activities, such as watching brief videos, reading text screens, listening to audio clips, and completing short reflection questions and knowledge check questions. Mental health professionals (MD, PhD, Master’s level, and trainees) of all disciplines are welcome to participate. Therapists who complete the program will be eligible for 6 CE credits."
Price: 69.00

"Cómo vivir una vida saludable y activa"
"¿Qué es envejecer? ¿Qué es más importante a la hora de envejecer: la herencia o el ambiente? ¿Podemos actuar sobre nuestro propio envejecimiento? ¿Qué tendríamos que hacer para envejecer bien? Estas y otras muchas preguntas serán respondidas al largo de este curso en línea, en el que se pretende transmitir conocimientos actualizados y científicos sobre cómo llegar a una longevidad positiva y saludable, a la vez que motivar a los participantes en la puesta en práctica de una serie de comportamientos y hábitos de vida saludables. Los conocimientos adquiridos no serán suficientes para el cambio hacia un envejecimiento activo; ello dependerá de que cada uno de los participantes incorpore, como hábitos, esos comportamientos saludables y activos que sabemos influyen en un envejecimiento óptimo, lo cual requerirá de una actitud positiva y de la determinación, el querer realizar algunos cambios.En este curso partimos de la consideración de que el envejecimiento no tiene un claro inicio, sino que “vivir es envejecer y envejecer es vivir” y consideramos que a todo lo largo de la vida hay crecimiento, estabilidad y declive. Desde luego, huimos de una visión simplista, exclusivamente positiva, del envejecimiento y dado que la edad está asociada a la enfermedad, la discapacidad y a otros problemas, tratamos de promover ciertas “soluciones” que llevan consigo lo siguiente: optimizar las capacidades físicas, mentales, afectivas y sociales; prevenir potenciales enfermedades y problemas y, en su caso, compensar o paliar existentes déficits.Esas estrategias, soluciones comportamentales y estilos de vida protectores o combativos de factores de riesgo pertenecen a cuatro dominios esenciales: La mejora de la salud y la funcionalidad. Promover el ejercicio físico y cognitivo regular. El mantenimiento y la optimización del afecto positivo y el control. La implicación familiar y social. El curso está dirigido a personas de cualquier edad que estén interesadas en conocer cómo llevar una vida saludable y en envejecer bien. Su superación va a requerir no solo el aprendizaje de conocimientos científicos, sino una implicación personal de los participantes puesto que pretendemos, también, la introducción de cambios en la forma de percibir la vejez y en la incorporación de hábitos saludables que lleven consigo, a largo plazo, el desarrollo personal y la satisfacción con la vida."
Price: 49.00

"De la granja a la mesa: La seguridad alimentaria en la Unión Europea"
"La seguridad de los alimentos que ingerimos es uno de los principales objetivos de las políticas de la Unión Europea. Pero la realidad es que en las últimas décadas hemos sufrido crisis alimentarias muy importantes, tanto desde una perspectiva económica, con grandes pérdidas para productores y distribuidores, como sobre todo desde una perspectiva social, con un elevado número de fallecidos a lo largo de toda Europa. A través de este curso podrás conocer las respuestas adoptadas por la Unión Europea: la primacía del conocimiento científico sobre los criterios económicos; la colaboración de la industria alimentaria en la garantía de la seguridad; la adopción de procedimientos autorizatorios y de alerta ante situaciones de crisis; y la reparación de los daños generados por tales crisis. Este curso se imparte en español, si bien alguno de los documentos de referencia pueden aparecer en ingles (aunque se incluirá una breve explicación en español). No se requiere conocimiento jurídico previo alguno."
Price: 49.00

"Educación Supranacional: Organismos Internacionales y su impacto en las políticas educativas"
"Es imposible estudiar hoy los sistemas educativos contemporáneos sin adoptar su perspectiva supranacional. Las agendas educativas nacionales se ven influenciadas por las propuestas de los Organismos Internacionales (OI). Este curso ofrece una visión crítica de las acciones educativas principales de los Organismos Internacionales y de cómo influyen en las reformas nacionales, para promover reflexión sobre la generación de corrientes educativas globales.Contestaremos a las siguientes preguntas: ¿Qué es la Educación Supranacional? ¿Existen realmente políticas educativas supranacionales? La agenda educativa de la UE: ¿una formación armonizada para el nuevo ciudadano europeo? Las acciones educativas de la OEI: ¿cooperación o recolonización educativa? Las recomendaciones de la OCDE para la mejora de la educación: ¿se basan verdaderamente en evidencias? La UNESCO y sus estrategias educativas globales: ¿retórica o realidad?"
Price: 49.00

"Educación de calidad para todos: equidad, inclusión y atención a la diversidad"
"¡Si te interesa la educación escolar como espacio para contribuir a una sociedad más justa e inclusiva, este curso es para ti! Sobre todo, si crees que es necesario revertir los procesos de segregación, marginación y fracaso escolar que afectan a tantos alumnos y alumnas en la actualidad.Este curso te facilitará la comprensión de principios y conceptos clave para el desarrollo de sistemas, centros escolares y prácticas educativas inclusivas. Aprenderás a entender por qué hoy la “educación inclusiva” se va extendiendo por el mundo como el “camino hacia el futuro”, para ayudar a construir sociedades también incluyentes, donde la igualdad y equidad son protagonistas. Del análisis de ejemplos de exclusión y discriminación escolar y social de muchos grupos (personas con discapacidad, migrantes, mujeres, poblaciones originarias, etc.), sacaremos las lecciones que han de guiar nuevas prácticas escolares para todo el alumnado en pro de la calidad en la educación."
Price: 49.00