<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0" xmlns:cc="http://cyber.law.harvard.edu/rss/creativeCommonsRssModule.html">
    <channel>
        <title><![CDATA[Stories by Angelica Landazabal on Medium]]></title>
        <description><![CDATA[Stories by Angelica Landazabal on Medium]]></description>
        <link>https://medium.com/@ALandazabal?source=rss-2cb72848819c------2</link>
        <image>
            <url>https://cdn-images-1.medium.com/fit/c/150/150/0*spOEMP7xJZWJdR-x.jpg</url>
            <title>Stories by Angelica Landazabal on Medium</title>
            <link>https://medium.com/@ALandazabal?source=rss-2cb72848819c------2</link>
        </image>
        <generator>Medium</generator>
        <lastBuildDate>Sat, 30 May 2026 17:33:52 GMT</lastBuildDate>
        <atom:link href="https://medium.com/@ALandazabal/feed" rel="self" type="application/rss+xml"/>
        <webMaster><![CDATA[yourfriends@medium.com]]></webMaster>
        <atom:link href="http://medium.superfeedr.com" rel="hub"/>
        <item>
            <title><![CDATA[Usando promesas en Suite Script (NetSuite)]]></title>
            <link>https://medium.com/@ALandazabal/usando-promesas-en-suite-script-netsuite-ff6a2bc5657c?source=rss-2cb72848819c------2</link>
            <guid isPermaLink="false">https://medium.com/p/ff6a2bc5657c</guid>
            <category><![CDATA[netsuite]]></category>
            <category><![CDATA[development]]></category>
            <category><![CDATA[promises]]></category>
            <category><![CDATA[oracle]]></category>
            <category><![CDATA[javascript]]></category>
            <dc:creator><![CDATA[Angelica Landazabal]]></dc:creator>
            <pubDate>Mon, 30 Mar 2020 15:26:06 GMT</pubDate>
            <atom:updated>2020-03-30T15:26:06.922Z</atom:updated>
            <content:encoded><![CDATA[<p><strong>Netsuite</strong> es el ERP (Enterprise Resource Planning) de <strong>ORACLE</strong> capaz de brindar a las compañías las herramientas que ellas necesitan para acelerar el crecimiento y la innovación integrando varias funciones de los negocios como inventario, manejo de órdenes, recursos humanos, manejo de relaciones con clientes (Customer Relationship Management, CRM) y más; en un completo sistema para tener la información y los procesos disponibles en tiempo real para toda la empresa.</p><p>La característica central de todos los sistemas ERP es su sistema para compartir el soporte de la base de datos, logrando que diferentes empleados desde diversas divisiones puedan consultar la misma información para sus necesidades específicas.</p><p>Una <strong>promesa</strong> es un objeto que representa el resultado de una operación asincrona. Durante el periodo de tiempo que la promesa está esperando, los segmentos restantes del script pueden ser ejecutados. Este objeto puede tener uno de los 3 siguientes estados:</p><p>· pending (pendiente): Es el estado inicial de la promesa.</p><p>· fulfilled (cumplida): Es el estado de la promesa que representa una operación exitosa.</p><p>· rejected (Rechazada): Es el estado de la promesa que representa una operación fallida.</p><p>Una vez una promesa es cumplida o rechazada esta será inmutable, es decir, no podrá cambiar su estado. En SuiteScript 2.0, todos los scripts de tipo cliente soportan el uso de Promesas, así los desarrolladores pueden escribir código asincrónico que sea intuitivo y eficiente. Estas promesas se pueden encontrar como APIs en modulos seleccionados, o se puede crear promesas personalizadas.</p><p><strong>APIs de Promesa:</strong></p><p>SuiteScript 2.0 provee promesas para el lado del cliente que son soportados por los diferentes módulos. Las API de promesa disponibles se nombran para que se correspondan con sus contrapartidas síncronas. La distinción es que las API de promesas tienen nombres que son sufijos con <em>.promise</em> por ejemplo, para crear una búsqueda tiene su versión de promesa llamado <em>search.create.promise(options). </em>El siguiente ejemplo muestra como usar la API de promesa en un script de cliente.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/507/1*4vxgKjP1zFYIHvUORcDFBQ.png" /><figcaption>Img 1. Ejemplo de API de promesa en una búsqueda.</figcaption></figure><p><strong>Promesas personalizadas:</strong></p><p>Estas promesas no utilizan las API de promesas de SuiteScript 2.0 sino que utilizan la convención establecida por JS. La siguiente imagen muestra un ejemplo de esto.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1008/1*2IZHIXAg8OjCZ26sfY17OA.png" /><figcaption>Img 2. Ejemplo de Promesa personalizada.</figcaption></figure><p>En la imagen se aprecia el uso de <em>new Promise </em>para construir la promesa, al cúal recibe como parámetro una función con 2 argumentos y es llamada inmediatamente para su ejecución. El primer argumento es la promesa completada y el segundo argumentó es el rechazo de la promesa.</p><p>Para aprender más sobre el uso de las promesas en JS, visita el siguiente link: <a href="https://www.promisejs.org/">https://www.promisejs.org/</a></p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=ff6a2bc5657c" width="1" height="1" alt="">]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[UX Design with Jesse James Garrett Methodology (Study case)]]></title>
            <link>https://medium.com/@ALandazabal/ux-design-with-jesse-james-garrett-methodology-study-case-73d5fe042e50?source=rss-2cb72848819c------2</link>
            <guid isPermaLink="false">https://medium.com/p/73d5fe042e50</guid>
            <category><![CDATA[ux-design]]></category>
            <category><![CDATA[jesse-james]]></category>
            <category><![CDATA[ux-strategy]]></category>
            <category><![CDATA[methodology]]></category>
            <category><![CDATA[ux]]></category>
            <dc:creator><![CDATA[Angelica Landazabal]]></dc:creator>
            <pubDate>Fri, 27 Mar 2020 17:07:41 GMT</pubDate>
            <atom:updated>2020-03-27T17:07:41.550Z</atom:updated>
            <content:encoded><![CDATA[<p>In this article, I will describe the development of a case of study using Jesse James Garrett methodology. This methodology drives us through five planes it providing a way for talking about UX problems and the tools I use to solve them. The study case, I describe it as follow:</p><p>Health Always First is a gym that operates in London and has grown tremendously over the last few years. At the moment customers have access to gym and swimming pool memberships, personal trainers, exercise classes and in-house nutritionists. The gym provides services to hundreds of customers per week.</p><p>The staff is currently using spreadsheets to keep a record of different services but it is becoming increasingly difficult to manage all the bookings and allocations. Double bookings and with staff absences leave the clients frustrated. Management wishes to centralise all operations into one user friendly system. Only the following authorized users will be granted access.</p><p>• There are four receptionists who work in two different shifts and can make client bookings and allocate staff accordingly.</p><p>• Two members of staff from the accounts department manage salaries and clients’ membership fees.</p><p>• Ten personal trainers have one-to-one sessions with the clients daily, who need a layout of their scheduled bookings with the clients. They need to be able to enter brief client details and progress with every session.</p><p>• Four life guards and two first aid providers work shifts alternatively and need to see their timetable. They also have access to customer health details.</p><p>• Four trainers hold aerobics, yoga and self-defence classes twice a week and manage their class attendance themselves, which is shared with the account department.</p><p>• Two nutritionists provide one-to-one advice on appointments and also keep records of personal goals and the development of each customer.</p><p>• All personnel (Client/Staff) clock-in and clock-out. This will automatically be recorded on the system.</p><p>• Automated booking reminders and alerts for any cancellations should be generated via email.</p><ul><li>System must be able to generate efficient data analysis reports weekly for higher management.</li></ul><p>I’ll start with the plain lowest (less abstract) until the last plane (more concrete) to understand the development of excellent user experience and all the elements that contains detail to detail. Each plane is dependent on the planes below it and each one has its itself process of construction.</p><p><strong>The Strategy Plane:</strong></p><p>First, we made a research of the users that will use the system and we have raised goals for the realization of this work based on their needs.</p><p>We made an UX questionnaire for collect all the information about the users that will use the system. Our information should be measurable for determinate how many of them prefer a performance determinate or how the system was behavior. We created a table two-column to insert a code list based on the instrument of the questionnaire.</p><p>The first column names “Code”, it will have the code that identifies each question in the other tables with the answer of the users. The second column will name “Question”, this will identify the question of the test instrument. In the next tables, we are going the code of the question and the answer of each user.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/466/1*jemXZFUI6yF25Sl7na2s0w.png" /><figcaption>Img 1. Example codes and questions</figcaption></figure><figure><img alt="" src="https://cdn-images-1.medium.com/max/464/1*zsE5DFGIRFk5Efa04LOLWA.png" /><figcaption>Img 2. Example codes and answers.</figcaption></figure><figure><img alt="" src="https://cdn-images-1.medium.com/max/579/1*5xfNZeOfUQXhb9GpyITvTQ.png" /><figcaption>Img 3. Example codes and answers.</figcaption></figure><p><strong>Scope Plane:</strong></p><p>In the second plane, we creation of functional specifications as its detail description of the feature set of the product, taking the form of content requirements. For it, we use the “User Stories” are small and brief requests that describe the needs of the customers, using the 3W method (Who, What and Why). These user stories follow the INVEST (Independent, Negotiable, Valuable, Small and Testable) model.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/576/1*_d9Zqh7eNfSxvMe0mDS3_Q.png" /><figcaption>Img 4. User history: User Login.</figcaption></figure><figure><img alt="" src="https://cdn-images-1.medium.com/max/579/1*6ofzUUIPV7ifEM0n8fHN0g.png" /><figcaption>Img 5. User history: Client bookings.</figcaption></figure><figure><img alt="" src="https://cdn-images-1.medium.com/max/695/1*0aAKhJ8ZTfMvhndHIj48hg.png" /><figcaption>Img 6. User history: Schedule booking</figcaption></figure><figure><img alt="" src="https://cdn-images-1.medium.com/max/693/1*Gcsv6RZMALKGQsx1anWi8w.png" /><figcaption>Img 7. User history: Records of clients.</figcaption></figure><p><strong>Structure Phase:</strong></p><p>In this plane, it describes the structure as the information architecture being the arrangement of content elements within the information space and the interaction design in which defines us how the system behaves in response to the user.</p><p>To make an effective navigation structure, we will apply information architecture concepts using the card sorting method. It will make a structure for each user role due to that each user needs interfaces customizable.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/796/1*BpMUYa6PI20lRpKxu5zQwg.png" /><figcaption>Img 8. Navigation structure receptionist</figcaption></figure><figure><img alt="" src="https://cdn-images-1.medium.com/max/763/1*JWk-IPexZ0zk-ZnjUdTBAA.png" /><figcaption>Img 9. Navigation structure account</figcaption></figure><figure><img alt="" src="https://cdn-images-1.medium.com/max/744/1*pwcA1Hnu4DjDgF6BspUD9Q.png" /><figcaption>Img 10. Navigation structure life guard</figcaption></figure><figure><img alt="" src="https://cdn-images-1.medium.com/max/736/1*T5aWFU3E9hpVWS-eIRzjhg.png" /><figcaption>Img 11. Navigation structure trainers</figcaption></figure><figure><img alt="" src="https://cdn-images-1.medium.com/max/692/1*0QFV_QVlYnOOXNRqZsshqw.png" /><figcaption>Img 12. Navigation structure nutritionist.</figcaption></figure><p><strong>Skeleton Plane:</strong></p><p>In this phase includes the information design (it present the information in a way that facilitates understanding), interface design (enable to users to interact with the functionality of the elements and the system) and the navigation design (the set of elements that allow to the user to move through the information architecture).</p><p>We design all the screens allow to the system as wireframes of high fidelity with the tool Balsamiq Mockups 3, and we made its test started in the login module for all the users using the Think-aloud technical.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/517/1*zDj7Pw3c0aYoBv6gu1ot4w.png" /><figcaption>Img 13. Usability test receptionist.</figcaption></figure><figure><img alt="" src="https://cdn-images-1.medium.com/max/636/1*UqduaA9xom3o77PsQx04kQ.png" /><figcaption>Img 14. Usability test account.</figcaption></figure><figure><img alt="" src="https://cdn-images-1.medium.com/max/639/1*7q4qvfUETZ7tBcdLHJIIaQ.png" /><figcaption>Img 15. Usability test safeguard.</figcaption></figure><figure><img alt="" src="https://cdn-images-1.medium.com/max/576/1*W63_0Q7Z0PFLyp760Ff9Sg.png" /><figcaption>Img 16. Usability test trainer.</figcaption></figure><figure><img alt="" src="https://cdn-images-1.medium.com/max/577/1*LuhVUUgJaysvejjv73Em9g.png" /><figcaption>Img 17. Usability test nutritionist.</figcaption></figure><p><strong>Surface Plane:</strong></p><p>In the last plane, we have the visual design or the look of the finished product. We propose the colors, fonts, icons, buttons and other elements on a template named Style tiles. In this, we show the concepts of the visual idea to the user and obtain feedback faster:</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/681/1*rpSZDXOJiBgvZ23bjq21YQ.png" /><figcaption>Img 18. Example style tiles.</figcaption></figure><p><strong>Usability and Accessibility consideration:</strong></p><p>This is a critical test about the considerations for the successful implementation of a solution. The success implement of our proposal is given for the satisfaction of users use the application and how it helps them to do faster and better the process and activities daily. All the process to the development is to think about the users.</p><p>However, we should think about the accessibility of our solution, understand that the system must help the entire users without matter its disability. For this, we try to implement ways for these persons, as like screen readers for persons with visual weak that need a digital product whose interface be able to transform text to voice and this way describes the elements that are on the screen.</p><p>Other ways take to consider are with the persons with move disable and the hearing impairment. The first need digital products whose interface is integrated into one system of speech recognition. This way the user can access the sections of the application when say some words in a high voice.</p><p>The last way named, it is with the people with hearing impairment, they use the eyesight to identify the actions of one interface of a digital product. We must incorporate functionality that alerts to the user about the changes with the use of the color.</p><p>In the next link, you can find a proposal about Wireframes and User Personas used in this study case: <a href="https://github.com/ALandazabal/User-Experience-Design-HAFGym">https://github.com/ALandazabal/User-Experience-Design-HAFGym</a></p><p><strong>REFERENCES</strong></p><p>Jjg.net (2004). <em>The elements of user experience: User-Centered Design for the Web. </em>[Online] <em>Available at: </em><a href="http://www.jjg.net/elements/pdf/elements_ch02.pdf"><em>http://www.jjg.net/elements/pdf/elements_ch02.pdf</em></a><em> [Accessed Dec. 2018]</em></p><p>Styletil.es (2018). <em>Style Tiles: What are style tiles?</em> [Online] Available at: <a href="http://styletil.es/">http://styletil.es/</a> <em>[Accessed Dec. 2018]</em></p><p>justinmind.com (2018). <em>How to test a wireframe on users. </em>[Online] Available at: <a href="https://www.justinmind.com/blog/wireframes-and-user-testing-a-changing-love-affair-2/">https://www.justinmind.com/blog/wireframes-and-user-testing-a-changing-love-affair-2/</a> <em>[Accessed Dec. 2018]</em></p><p>htmlcolorcodes.com (2018). <em>HTML color codes.</em> [Online] Available at: <a href="https://htmlcolorcodes.com/">https://htmlcolorcodes.com/</a> <em>[Accessed Dec. 2018]</em></p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=73d5fe042e50" width="1" height="1" alt="">]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[CONCEPTOS ESENCIALES DE ÁLGEBRA LINEAL CON PYTHON]]></title>
            <link>https://medium.com/@ALandazabal/conceptos-esenciales-de-%C3%A1lgebra-lineal-con-python-afcfb33fd341?source=rss-2cb72848819c------2</link>
            <guid isPermaLink="false">https://medium.com/p/afcfb33fd341</guid>
            <category><![CDATA[conceptos-básicos]]></category>
            <category><![CDATA[programming-languages]]></category>
            <category><![CDATA[python]]></category>
            <category><![CDATA[álgebra]]></category>
            <category><![CDATA[matemática]]></category>
            <dc:creator><![CDATA[Angelica Landazabal]]></dc:creator>
            <pubDate>Mon, 23 Mar 2020 13:54:12 GMT</pubDate>
            <atom:updated>2020-03-23T13:54:12.901Z</atom:updated>
            <content:encoded><![CDATA[<p>El álgebra lineal es considerada una de las ramas que se encargan de estudiar las operaciones entre matrices y vectores, por lo que entender muy bien los conceptos relacionados, nos ayudará a solucionar más fácilmente los diversos problemas que podamos enfrentar.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*ubux1yLT726_fVc3A7WSXg.png" /><figcaption>Imagen 1. Logo oficial de Python</figcaption></figure><p>Los siguientes conceptos que te mostraré, los podrás encontrar en los cursos de “Fundamentos de Álgebra Lineal con Python” y “Álgebra Lineal Aplicada para Machine Learning” de Platzi; y se encuentran ordenados alfabéticamente.</p><p>· Autovalores y autovectores: Es una técnica para la descomposición de matrices.</p><p>· Autovector: Es aquel que cuando se le aplica una matriz, devuelve el vector con la misma dirección pero puede tener una amplitud distinta, es decir, puede estar multiplicado por el autovalor.</p><p>· Broodcasting: Es una técnica que permite extender la dimensión del vector de menor tamaño hasta completar la dimensión del vector de mayor tamaño. Es muy útil cuando se intenta realizar la suma de dos vectores de dimensiones diferentes.</p><p>· Combinación lineal: Es la multiplicación de dos vectores por un escalar, y sumar sus resultados para obtener un nuevo vector.</p><p>· Desigualdad triangular: Es cuando la norma del vector resultante entre la suma de dos vectores, es menor ó igual a la suma de las normas de estos.</p><p>· Determinante: Es la transformación que ejerce una matriz sobre el espacio que está transformando. Si el determinante es negativo, devuelve el espejo del espacio que estamos trabajando.</p><p>· Grados de libertad: Se tiene cualquier grado de libertad cuando una ecuación tiene 2 variables, ya que cualquier valor que tome ‘<em>x’ </em>se refleja en ‘<em>y’, </em>y es la solución del sistema.</p><p>· Hiperplano: Es el nombre que se le da a una dimensión menos del espacio en el cual se está trabajando.</p><p>· Infinitas soluciones: También conocido como “no tiene solución”, cuando nos quedamos únicamente con una de las variables.</p><p>· Maldición de la dimensión: Por cada variable que yo agrego al conjunto de datos voy a necesitar exponencialmente más muestras para poder obtener la misma relevancia estadística.</p><p>· Matriz diagonal: Pueden ser lineales pero no cuadradas. Cuando se multiplica por un vector, no hace realmente una combinación lineal.</p><p>· Matriz identidad: Es el elemento neutro dentro de las matrices ya que no realiza ninguna modificación a la matriz original.</p><p>· Matriz inversa: La inversa de una matriz, devuelve la matriz identidad. Son usadas con matrices cuadradas. A = np.linalg.inv(A).</p><p>· Matriz ortogonal: Cuando todas las filas y columnas son mutuamente ortonormales.</p><p>· Matriz ortonormal: No existe. Son matrices ortogonales con vectores ortonormales.</p><p>· Matriz simétrica: Cuando su transpuesta es igual a la matriz. A = (A)t.</p><p>· Matriz singular: Es cuando no existe la matriz identidad en ella.</p><p>· Matriz real: Todos los números que contiene se conocen y no son complejos.</p><p>· Normas: Recibe un vector y envía un número relacionado a su tamaño.</p><p>· Ortonormal: Es cuando la norma de los vectores es 1.</p><p>· PCA: Análisis de componentes principales, es una técnica muy útil para reducir la cantidad de dimensiones con las que estamos trabajando.</p><p>· Producto interno: Es la operación realizada entre una matriz y un vector, o entre 2 matrices. Denotado de la siguiente manera: A = matriz.dot(vector)</p><p>· Propiedades entre matrices:</p><p>&gt;Asociativa: Ax(BxC) = (AxB)xC</p><p>&gt; Distributiva: Ax(B+C) = (AxB) + (AxC)</p><p>· Commutativa: BxC = CxB, en los vectores se cumple esta condición. Las matrices no siempre son iguales.</p><p>· Pseudoinversa de Moore Penrose: Es una aplicación directa de svd y permite resolver sistemas de ecuaciones lineales.</p><p>· Similitud Coseno: Se puede evaluar el ángulo que 2 vectores están formando. Si el ángulo es pequeño, quiere decir que esos vectores se parecen mucho, si son mayores a 90°, quiere decir que un documento no tiene nada que ver con el otro.</p><p>· Sistema sobredeterminado: Es cuando existen más ecuaciones que variables debido a que no hay ningún punto que toque todas las líneas de ese sistema. Por lo que se puede llegar a las siguientes conclusiones:</p><p>&gt; Cuando existen más ecuaciones que variables es sobre determinado.</p><p>&gt; Cuando hay la misma cantidad de ecuaciones que de variables es determinado.</p><p>· Cuando solo hay una ecuación y 2 variables es indeterminado y tiene infinitas soluciones.</p><p>· Tensor: Conjunto de varias matrices. Puedes tener una vista previa usando <strong>Print(tensor.shape)</strong>, donde el primer valor que retorna representa la fila, el segundo la columna, y el tercer valor es el elemento de la matriz.</p><p>· Transformación lineal: Un ejemplo muy común es cuando a un vector se transforma en una matriz.</p><p>· Transponer: Es la acción de cambiar las filas por las columnas.</p><p>· Trazo: Siempre va a devolver el mismo número independientemente de que sistema de referencia usemos para nuestra matriz.</p><p>· Vector ortogonal: Hace referencia a otro vector, que entre 2 o más vectores forman un ángulo de 90°.</p><p>Entender estos conceptos te ayudará a continuar en tu ruta de aprendizaje de análisis de datos y álgebra lineal con Python.</p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=afcfb33fd341" width="1" height="1" alt="">]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Cómo mejorar la dicción y no morir en el intento]]></title>
            <link>https://medium.com/@ALandazabal/c%C3%B3mo-mejorar-la-dicci%C3%B3n-y-no-morir-en-el-intento-59ebca99bf?source=rss-2cb72848819c------2</link>
            <guid isPermaLink="false">https://medium.com/p/59ebca99bf</guid>
            <category><![CDATA[habilidades-sociales]]></category>
            <category><![CDATA[técnica]]></category>
            <category><![CDATA[oratoria]]></category>
            <category><![CDATA[habilidades-blandas]]></category>
            <category><![CDATA[hablar-en-publico]]></category>
            <dc:creator><![CDATA[Angelica Landazabal]]></dc:creator>
            <pubDate>Sat, 21 Mar 2020 22:52:28 GMT</pubDate>
            <atom:updated>2020-03-21T22:52:28.076Z</atom:updated>
            <content:encoded><![CDATA[<p>Hablar en público es una de las habilidades que todas las personas debemos adquirir, sobre todo si queremos conseguir cargos gerenciales y/o liderar equipos, ya que en todo momento se debe de dar una comunicación efectiva y asertiva a todos nuestros oyentes. Sin embargo, hablar en público exige tener una buena dicción, pronunciación, respiración y tono de voz para lograr transmitir los mensajes con mayor claridad.</p><p>La dicción consiste en la correcta pronunciación de los sonidos que componen una palabra o una frase. Es común notar en algunas ocasiones a los extranjeros pronunciar mal ciertas palabra, pero en un contexto profesional no es bien visto, por lo que la única manera de mejorar la dicción es practicando. Por eso he recopilado 3 sencillos ejercicios que te ayudaran a mejorar la dicción y hacer que el mensaje de tu discurso sea claro para tu público.</p><p>v Repetición de consonantes: Repetir en una frase la misma consonante exige mucha atención y concentración al momento de pronunciarla. Por eso te propongo que leas cada una de estas frases en 3 velocidades distintas y notes por tu cuenta cual es la consonante que más se te dificulta pronunciar para poderla mejorar:</p><p>§ N : Nadie canta una nana si la cuna está vacía. Luna de color naranja, nana de la niña mía.</p><p>§ S : Un sueño soñaba anoche sobre la sábana fría. Eran seis soldados solos sin rumbo y sin una guía. Eran seis caballeros a quienes la muerte acecharía.</p><p>§ J : Jeremías y José juegan al ajedrez mientras un juez de Aranjuez los ajusticia tras contar hasta tres.</p><p>§ C : Cabral clavó un clavo, ¿Qué clavo clavó Cabral?</p><p>§ L : La linda Lupita limpia lánguida la tulipa de la lámpara.</p><p>§ T : En un plato de trigo tres tristes tigres comen trigo de un trigal.</p><p>§ D : Doce decanos debieron decidir de inmediato medidas menos endebles para erradicar los fallos del día anterior.</p><p>§ RR : Erre con erre guitarra, erre con erre barril, rápido ruedan las ruedas en las carreteras corriendo carreras al ferrocarril.</p><p>v Pronunciación rápida: Hay algunas palabras que por sí solas son difíciles de pronunciar, por lo que el objetivo de este ejercicio es leer las siguientes palabras en el menor tiempo posible e intentar al mismo tiempo pronunciar claramente cada uno de los sonidos.</p><p>§ Lista 1 : apto, ignorar, cónyuge, trasfondo, explícito.</p><p>§ Lista 2 : asfixia, cognitivo, atmósfera, transformar, incólume.</p><p>§ Lista 3 : expectante, viceversa, cónyuge, atmósfera, fratricida.</p><p>§ Lista 4 : dentífrico, cognitivo, trasfondo, transformar, dijiste, saliste, anduviste.</p><p>§ Lista 5 : diminutivo, eclipse, objeción, ecléctico, frustrar.</p><p>§ Lista 6 : autopsia, infracción, albóndiga, pedestre, antediluviano.</p><p>§ Lista 7 : Intercontinental, absurdo, obsoleto, interacción, fracción.</p><p>§ Lista 8 : Inflexible, abducción, pederasta, translúcido, atlántico.</p><p>v Lectura en voz alta: esta técnica te permite escucharte cuando estás pronunciando cada una de las palabras de tu lectura y corregirte si es necesario. Es muy importante tener en cuenta las pausas indicadas por los signos de puntuación, ya que estos te permiten respirar en los tiempos indicados. Otro consejo al momento de hacer este ejercicio, es leer textos narrativos tanto en prosa como en poesía, ya que poseen un ritmo propio que te ayudarán a realizar una mejor modulación de las palabras.</p><p>Para la realización de los ejercicios, hay que abrir bien la boca y tratar de proyectar la voz hacía el exterior con un tono de voz audible como si estuviéramos hablando con alguien para que podamos realizar las correcciones necesarias. Hay que dedicar al menos diez minutos al día en practicar nuestra dicción debido a que los errores de pronunciación pueden convertirse en un hábito.</p><p><strong>REFERENCIAS</strong></p><p>EDITORIAL OCEANO (s/f). <em>Biblioteca Práctica de comunicación: Expresión Oral</em>. Volumen IV. Barcelona (España)</p><p>Vega, Freddy (s/f). <em>Curso de Oratoria y Hablar en Público</em>. Recuperado de: <a href="https://platzi.com/clases/hablar-en-publico/">https://platzi.com/clases/hablar-en-publico/</a></p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=59ebca99bf" width="1" height="1" alt="">]]></content:encoded>
        </item>
    </channel>
</rss>