<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel rdf:about="http://dspace.ups.edu.ec/handle/123456789/19684">
    <title>DSpace Colección :</title>
    <link>http://dspace.ups.edu.ec/handle/123456789/19684</link>
    <description />
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://dspace.ups.edu.ec/handle/123456789/19710" />
        <rdf:li rdf:resource="http://dspace.ups.edu.ec/handle/123456789/19709" />
        <rdf:li rdf:resource="http://dspace.ups.edu.ec/handle/123456789/19708" />
        <rdf:li rdf:resource="http://dspace.ups.edu.ec/handle/123456789/19707" />
        <rdf:li rdf:resource="http://dspace.ups.edu.ec/handle/123456789/19706" />
        <rdf:li rdf:resource="http://dspace.ups.edu.ec/handle/123456789/19701" />
        <rdf:li rdf:resource="http://dspace.ups.edu.ec/handle/123456789/19700" />
        <rdf:li rdf:resource="http://dspace.ups.edu.ec/handle/123456789/19699" />
        <rdf:li rdf:resource="http://dspace.ups.edu.ec/handle/123456789/19698" />
        <rdf:li rdf:resource="http://dspace.ups.edu.ec/handle/123456789/19697" />
      </rdf:Seq>
    </items>
    <dc:date>2026-05-16T23:23:54Z</dc:date>
  </channel>
  <item rdf:about="http://dspace.ups.edu.ec/handle/123456789/19710">
    <title>Análisis de vulnerabilidades con SQLMAP aplicada a entornos APEX 5</title>
    <link>http://dspace.ups.edu.ec/handle/123456789/19710</link>
    <description>Título : Análisis de vulnerabilidades con SQLMAP aplicada a entornos APEX 5
Autor : Crespo-Martínez, Esteban
Resumen traducido: Las bases de datos son usualmente los principales&#xD;
objetivos de un ataque, específicamente por la información que en ella reside, ya que, de acuerdo con&#xD;
Druker, la información es poder. En este trabajo se&#xD;
realizan las pruebas de vulnerabilidad de la base de&#xD;
datos de un software ERP desarrollado en APEX 5.&#xD;
Para ello, se utilizan herramientas FOSS de prueba y&#xD;
análisis de vulnerabilidades de bases de datos, identificando que las sesiones que utiliza ERP basada en&#xD;
Oracle APEX son realizadas de manera aleatoria y&#xD;
que, además, son nuevamente generadas en determinados momentos. Se concluye que, con las pruebas&#xD;
aplicadas y las actualizaciones de SQLMAP a la fecha&#xD;
del experimento, no se ha conseguido vulnerar el software ERP con técnicas de inyección SQL.//Databases are usually the main targets of an attack,&#xD;
specifically for the information that they store, since,&#xD;
according to Druker, information is power. In this&#xD;
work vulnerability tests are performed of the database&#xD;
of an ERP software developed in APEX 5. For this&#xD;
purpose, FOSS tools are used to test and analyze&#xD;
vulnerabilities of databases, identifying that sessions&#xD;
used by ERP based on Oracle APEX are carried&#xD;
out randomly, and besides are generated again at&#xD;
particular times. It is therefore concluded that, with&#xD;
the tests applied and the updates of SQLMAP to&#xD;
the date of the experiment, it has not been possible&#xD;
to vulnerate the ERP software with SQL injection&#xD;
techniques.</description>
    <dc:date>2021-01-01T00:00:00Z</dc:date>
  </item>
  <item rdf:about="http://dspace.ups.edu.ec/handle/123456789/19709">
    <title>Reduciendo la brecha de seguridad del IoT con una arquitectura de microservicios basada en TLS y OAuth2</title>
    <link>http://dspace.ups.edu.ec/handle/123456789/19709</link>
    <description>Título : Reduciendo la brecha de seguridad del IoT con una arquitectura de microservicios basada en TLS y OAuth2
Autor : Ordóñez-Camacho, Diego
Resumen traducido: El Internet de las cosas es una de las tendencias&#xD;
más prometedoras en la actualidad. La rapidez de su&#xD;
adopción, sin embargo, ha provocado ciertas brechas&#xD;
críticas en la seguridad de los sistemas involucrados.&#xD;
Este proyecto analizó el problema de seguridad de una&#xD;
manera amplia, pero enfocándose en entornos de tipo&#xD;
hogar inteligente, donde el uso de dispositivos con tecnologías ampliamente heterogéneas genera problemas&#xD;
en la autenticación con múltiples servicios, y en la&#xD;
confidencialidad de los datos, si la red llegara a verse&#xD;
comprometida. Para atacar estos problemas, se juntaron tecnologías de última generación como OAuth2&#xD;
y TLS, entre otras, junto a una metodología arquitectural de microservicios de acoplamiento ligero, para&#xD;
generar una arquitectura IoT segura y de amplio alcance, respaldada y validada por una implementación&#xD;
de referencia. La división en capas funcionales permite que tanto los dispositivos y sensores fijos como&#xD;
aquellos móviles, puedan acoplarse al sistema de manera transparente y fluida. El esquema de seguridad&#xD;
estructurado en tres niveles incrementales permite&#xD;
que cada equipo pueda integrarse al que mejor se&#xD;
adapte tanto a sus recursos computacionales como&#xD;
al tipo de información que debe entregar o consumir.&#xD;
Los resultados muestran la flexibilidad de la solución&#xD;
y la solidez del esquema de seguridad presentado.//The Internet of Things has emerged as one of the&#xD;
most promising trends today. The speed of its adoption, however, has caused certain gaps. Amongst the&#xD;
most critical there is the one related with the security of the systems involved. This project addressed&#xD;
the security problem in a broad way but focusing on&#xD;
smart-home environments, where the use of devices&#xD;
with widely heterogeneous technologies and multiple&#xD;
services, generates problems with authentication and&#xD;
with the confidentiality of the data, if the network is&#xD;
compromised. To tackle these problems, state-of-theart technologies such as OAuth2 and TLS, among&#xD;
others, were put together, along with an architectural&#xD;
methodology of lightly coupled microservices. As a&#xD;
result, a secure and broad range IoT architecture was&#xD;
built, backed up and validated by a reference implementation. The division into functional layers enables&#xD;
both fixed and mobile devices and sensors, to get&#xD;
connected into the system transparently and fluently.&#xD;
The security scheme structured in three incremental levels enables a better device integration, at the&#xD;
level that best adapts to its computing resources and&#xD;
the type of information it shares. The results show&#xD;
the flexibility of the solution and the robustness and&#xD;
novelty of the security scheme presented.</description>
    <dc:date>2021-01-01T00:00:00Z</dc:date>
  </item>
  <item rdf:about="http://dspace.ups.edu.ec/handle/123456789/19708">
    <title>Simulación numérica del flujo sub-expandido en la tobera cónica experimental helios-x</title>
    <link>http://dspace.ups.edu.ec/handle/123456789/19708</link>
    <description>Título : Simulación numérica del flujo sub-expandido en la tobera cónica experimental helios-x
Autor : San Luis B., Tolentino Masgo; Richard, Nakka; Simón, Caraballo; Jorge, Mírez
Resumen traducido: Estudios numéricos del campo de flujo para toberas&#xD;
convergentes-divergentes con longitud de garganta,&#xD;
han reportado fluctuaciones del flujo con ondas de&#xD;
choque oblicuo en la sección de la garganta, para&#xD;
la condición de flujo sobre-expandido. Sin embargo,&#xD;
para otras condiciones del flujo, para un mismo tipo&#xD;
de tobera, el conocimiento es limitado. En el presente&#xD;
trabajo, el objetivo es determinar el comportamiento&#xD;
del flujo en la longitud de garganta y en la divergente,&#xD;
para una tobera cónica experimental clasificada como&#xD;
Helios-X, para la condición de flujo sub-expandido. Se&#xD;
realizaron simulaciones numéricas 2D del campo de&#xD;
flujo con el código ANSYS-Fluent versión 12.1, aplicando el modelo RANS. Se emplearon las ecuaciones&#xD;
gobernantes para el flujo compresible, conservación&#xD;
de la masa, cantidad de movimiento, energía y de&#xD;
estado; así como, para la turbulencia el modelo SST&#xD;
k − ω de Menter y para la viscosidad en función de&#xD;
la temperatura la ecuación de Sutherland. En la sección de la garganta, adyacente a la pared,&#xD;
el flujo presentó fluctuaciones, en la simetría axial el&#xD;
flujo presentó una aceleración escalonada; en la sección divergente, el flujo se desaceleró en cierta región,&#xD;
sin embargo, el flujo salió de la tobera a velocidad&#xD;
supersónica ligeramente mayor de Mach 3. Se concluye que en la sección de la longitud de garganta se&#xD;
presenta un patrón de flujo, así como, en la sección&#xD;
divergente.//Numerical studies of the flow field for convergentdivergent nozzles with throat length, have reported&#xD;
fluctuations of the flow with oblique shock waves in&#xD;
the throat section, for the over-expanded flow condition. However, for other flow conditions, for the same&#xD;
type of nozzle, knowledge is limited. In the present&#xD;
work, the objective is to determine the behavior of&#xD;
the flow in the throat length and in the divergent, for&#xD;
an experimental conical nozzle classified as Helios-X,&#xD;
for the under-expanded flow condition. 2D numerical simulations of the flow field were performed with&#xD;
the ANSYS-Fluent version 12.1 code, applying the&#xD;
RANS model. The governing equations for compressible flow, conservation of mass, momentum, energy,&#xD;
and state were used; as well as, for turbulence, the&#xD;
Menter model SST k − ω and for the viscosity as a&#xD;
function of temperature the Sutherland equation. In the section of the throat, adjacent to the wall, the&#xD;
flow presented fluctuations, in the axial symmetry&#xD;
the flow presented a stepped acceleration; in the divergent section, the flow slowed in a certain region,&#xD;
however, the flow exited the nozzle at a supersonic&#xD;
speed slightly greater than Mach 3. It is concluded&#xD;
that in the throat length section there is a flow pattern, as well as, in the divergent section.</description>
    <dc:date>2021-01-01T00:00:00Z</dc:date>
  </item>
  <item rdf:about="http://dspace.ups.edu.ec/handle/123456789/19707">
    <title>Evaluación de un radar FMCW como herramienta didáctica en las carreras de Ingeniería Automotriz y Telecomunicaciones</title>
    <link>http://dspace.ups.edu.ec/handle/123456789/19707</link>
    <description>Título : Evaluación de un radar FMCW como herramienta didáctica en las carreras de Ingeniería Automotriz y Telecomunicaciones
Autor : Mavares F., Pablo J.
Resumen traducido: En las últimas décadas los sistemas avanzados de&#xD;
asistencia al conductor (ADAS) han evolucionado&#xD;
hasta estar disponibles en gran parte de los vehículos fabricados hoy en día; mantener actualizada la&#xD;
enseñanza en esta área es de vital importancia. Este&#xD;
artículo presenta un radar de onda continua modulado en frecuencia que trabaja en la banda de 24 GHz&#xD;
ISM. El propósito es evaluar su desempeño e idoneidad para usarse como herramienta didáctica en la&#xD;
enseñanza en las carreras de Ingeniería Automotriz y&#xD;
de Telecomunicaciones con énfasis en las asignaturas&#xD;
de Matemáticas y Telecomunicaciones con escenarios&#xD;
factibles de encontrar en los laboratorios universitarios. Para ello se describe el escenario de medición, así&#xD;
como el hardware, el firmware y un algoritmo genérico&#xD;
implementado en MATLAB basado en transformadas&#xD;
rápidas de Fourier para obtener mapas RangeDoppler&#xD;
que permiten junto con el algoritmo CFAR mejorar&#xD;
la detección de objetos al comparar con la detección&#xD;
a partir de un nivel fijo. Se presentan resultados que&#xD;
demuestran que la exactitud y precisión del radar se&#xD;
encuentran dentro de los parámetros para un radar de&#xD;
corto alcance para vehículos, encontrándose, además,&#xD;
una herramienta con gran potencial didáctico, con&#xD;
la cual los estudiantes pueden comprender las aplicaciones que hoy tienen las matemáticas en el ámbito&#xD;
de las telecomunicaciones, especialmente en radares&#xD;
que sirven a sistemas ADAS.//In recent decades, advanced driver-assistance systems (ADAS) have evolved to be available in much of&#xD;
the vehicles manufactured today; it is very im-portant&#xD;
to keep teaching in this area up-to-date. This paper presents a frequency modulated continuous wave&#xD;
radar that works in the 24 GHz ISM band. The purpose of this work is to evaluate its performance and&#xD;
suitability to be used as a didactic tool in teach-ing in&#xD;
the automotive and telecommunications engi-neering&#xD;
careers with an emphasis on the mathematics and&#xD;
telecommunications subjects, under scenarios feasible to be found in university labs. For this pur-pose,&#xD;
the measurement scenario is described, as well as the&#xD;
hardware, firmware and a generic algorithm implemented in MATLAB based on fast Fourier transforms&#xD;
to obtain Range-Doppler maps that allow, in conjunction with the CFAR algorithm, to improve detection&#xD;
of objects when compared to the detection from a&#xD;
fixed level. The results presented demonstrate that&#xD;
the accuracy and precision of the radar are within&#xD;
the parameters for a short-range radar for vehicles,&#xD;
also finding a tool with great didactic potential with&#xD;
which students can understand today´s applications&#xD;
of mathematics in the field of telecommunications,&#xD;
especially in radars that serve ADAS systems.</description>
    <dc:date>2021-01-01T00:00:00Z</dc:date>
  </item>
  <item rdf:about="http://dspace.ups.edu.ec/handle/123456789/19706">
    <title>Análisis de la eficiencia de un disco de freno convencional ventilado con respecto a un disco hiperventilado mediante mecanizado</title>
    <link>http://dspace.ups.edu.ec/handle/123456789/19706</link>
    <description>Título : Análisis de la eficiencia de un disco de freno convencional ventilado con respecto a un disco hiperventilado mediante mecanizado
Autor : Rojas, Vicente; Pancha, Johnny; Romero, Vicente; Lema, Jorge
Resumen traducido: Este estudio tiene como finalidad rediseñar un disco&#xD;
de freno ventilado a un disco hiperventilado para comparar las diferencias de temperatura y distancias de&#xD;
frenado, para ello se instaló un sistema de monitoreo&#xD;
en el vehículo, que consistió en la implementación de&#xD;
dos sensores de temperatura ubicados cerca de cada&#xD;
disco y una tarjeta de adquisición de datos. Con la&#xD;
implementación de los discos hiperventilados se pudo&#xD;
disminuir la temperatura generada por la fricción del&#xD;
frenado. Se realizó el monitoreo de valores de temperaturas que se producen entre los discos al momento&#xD;
de frenar. Para obtener los valores de temperaturas&#xD;
de los discos de frenos, se realizaron pruebas de ruta&#xD;
con diferentes tipos de discos: discos ventilados en las&#xD;
dos ruedas frontales, discos hiperventilados en las dos&#xD;
ruedas frontales y discos mixtos. En los discos mixtos&#xD;
van un disco ventilado en rueda delantera derecha y&#xD;
uno hiperventilado en rueda delantera izquierda. Mediante visualización de datos en tiempo en los&#xD;
discos de freno se pudo concluir que los hiperventilados poseen una mejor disipación de calor ya que&#xD;
presentan una mejor ventilación. A partir de todos&#xD;
los resultados de las pruebas de rutas obtenidas, se&#xD;
pudo visualizar el comportamiento de temperatura&#xD;
en los discos al momento de frenar y se evidenció que&#xD;
los discos hiperventilados tienden a calentarse menos&#xD;
que los normales, llevando con esto a disminuir el&#xD;
tiempo y distancia de frenado.&#xD;
//This study is to redesign a ventilated brake disc to&#xD;
a hyperventilated disc to compare the differences in&#xD;
temperature and brake distances, for this a monitoring system was installed in the vehicle which consisted&#xD;
of the implementation of two sensors of temperature&#xD;
located near each disk and a data acquisition card.&#xD;
With the implementation of hyperventilated discs, the&#xD;
temperature generated by braking friction could be&#xD;
reduced. The temperature values that occur between&#xD;
the discs when braking were monitored. To obtain the&#xD;
temperature values of the brake discs, road tests were&#xD;
carried out with different types of discs: ventilated&#xD;
discs on the two front wheels, hyperventilated discs&#xD;
on the two front wheels and mixed discs. In the mixed&#xD;
discs there is a ventilated disc on the right front wheel&#xD;
and a hyperventilated disc on the left front wheel. By displaying time data on the brake discs, it was&#xD;
possible to conclude that hyperventilated discs have&#xD;
better heat dissipation since they present better ventilation. From all the results of the route tests obtained,&#xD;
it was possible to visualize the temperature behavior&#xD;
in the discs at the moment of braking and it was&#xD;
evidenced that hyperventilated discs tend to heat up&#xD;
less than normal discs, thus leading to a decrease in&#xD;
time and stopping distance.</description>
    <dc:date>2021-01-01T00:00:00Z</dc:date>
  </item>
  <item rdf:about="http://dspace.ups.edu.ec/handle/123456789/19701">
    <title>Algoritmos para el reconocimiento de estructuras de tablas</title>
    <link>http://dspace.ups.edu.ec/handle/123456789/19701</link>
    <description>Título : Algoritmos para el reconocimiento de estructuras de tablas
Autor : Escalona Escalona, Yosveni
Resumen traducido: y publicar datos. Por ejemplo, en el Internet se halla&#xD;
un enorme número de tablas publicadas en HTML&#xD;
integradas en documentos PDF, o que pueden ser simplemente&#xD;
descargadas de páginas web. Sin embargo,&#xD;
las tablas no siempre son fáciles de interpretar pues&#xD;
poseen una gran variedad de características y son&#xD;
organizadas en diferentes formatos. De hecho, se han&#xD;
desarrollado muchos métodos y herramientas para&#xD;
la interpretación de tablas. Este trabajo presenta la&#xD;
implementación de un algoritmo, basado en campos&#xD;
aleatorios condicionales (CRF, Conditional Random&#xD;
Fields), para clasificar las filas de una tabla como&#xD;
fila de encabezado, fila de datos y fila metadatos. La&#xD;
implementación se complementa con dos algoritmos&#xD;
para reconocer tablas en hojas de cálculo, específicamente,&#xD;
basados en reglas y detección de regiones.&#xD;
Finalmente, el trabajo describe los resultados y beneficios&#xD;
obtenidos por la aplicación del algoritmo para&#xD;
tablas HTML, obtenidas desde la web y las tablas en&#xD;
forma de hojas de cálculo, descargadas desde el sitio&#xD;
de la Agencia Nacional de Petróleo de Brasil.//Tables are widely adopted to organize and publish&#xD;
data. For example, the Web has an enormous number&#xD;
of tables, published in HTML, embedded in PDF&#xD;
documents, or that can be simply downloaded from&#xD;
Web pages. However, tables are not always easy to&#xD;
interpret due to the variety of features and formats&#xD;
used. Indeed, a large number of methods and tools&#xD;
have been developed to interpreted tables. This work&#xD;
presents the implementation of an algorithm, based&#xD;
on Conditional Random Fields (CRFs), to classify&#xD;
the rows of a table as header rows, data rows or metadata&#xD;
rows. The implementation is complemented by&#xD;
two algorithms for table recognition in a spreadsheet&#xD;
document, respectively based on rules and on region&#xD;
detection. Finally, the work describes the results and&#xD;
the benefits obtained by applying the implemented algorithm&#xD;
to HTML tables, obtained from theWeb, and&#xD;
to spreadsheet tables, downloaded from the Brazilian&#xD;
National Petroleum Agency.</description>
    <dc:date>2021-01-01T00:00:00Z</dc:date>
  </item>
  <item rdf:about="http://dspace.ups.edu.ec/handle/123456789/19700">
    <title>Algoritmo de predicción del consumo de combustible para mezcla de etanol anhídrido en ciudades de altura</title>
    <link>http://dspace.ups.edu.ec/handle/123456789/19700</link>
    <description>Título : Algoritmo de predicción del consumo de combustible para mezcla de etanol anhídrido en ciudades de altura
Autor : Espinoza, Fabricio; Tacuri, Fredy; Contreras, Wilmer; Vázquez, Javier
Resumen traducido: En la presente investigación se obtiene un modelo&#xD;
matemático de predicción del consumo específico de&#xD;
combustible en un motor ciclo Otto de 1,4 litros&#xD;
con inyección electrónica sin hacer modificaciones,&#xD;
al usar como combustible mezclas de gasolina con&#xD;
concentraciones a partir de 0 %, 25 %, 50 %, 75 % y&#xD;
100 % en volumen de etanol anhidro. Para el análisis&#xD;
de los resultados se realizó un diseño de experimento&#xD;
de mezcla reticular simplex lattice, el cual se sometió a&#xD;
un ciclo de conducción urbano de la ciudad de Cuenca&#xD;
a 2558 m s. n. m., en un banco de potencia de rodillos.&#xD;
La adquisición de datos y la obtención del algoritmo&#xD;
fueron a través de un análisis de métodos estadísticos&#xD;
descriptivos. La validación del algoritmo se realizó&#xD;
por medio del análisis de residuos. Como resultado&#xD;
principal se cuenta con un modelo matemático, el&#xD;
que permite predecir el consumo de combustible del&#xD;
motor, para rangos de concentración de etanol del&#xD;
0 % al 100 % en la gasolina sin la necesidad de realizar&#xD;
pruebas reales.//In the present research work, a mathematical model&#xD;
is obtained for predicting specific fuel consumption in&#xD;
a 1.4-liter Otto cycle engine with electronic injection&#xD;
without making modifications, when using as fuel&#xD;
gasoline mixtures with concentrations in volume of&#xD;
0%, 25%, 50%, 75% and 100% of anhydrous ethanol.&#xD;
For the analysis of results, a simplex lattice reticular&#xD;
mixture experiment design was carried out, which&#xD;
was subject to an urban driving cycle in the city of&#xD;
Cuenca at 2558 m above sea level in a roller power&#xD;
bank. The data acquisition and the development of&#xD;
the algorithm were carried out through an analysis of&#xD;
descriptive statistical methods. The validation of the&#xD;
algorithm was performed through residual analysis.&#xD;
As a main result, there is a mathematical model that&#xD;
enables predicting the engine fuel consumption, for&#xD;
ranges of ethanol concentration from 0% to 100% in&#xD;
the gasoline without needing to conduct real tests.</description>
    <dc:date>2021-01-01T00:00:00Z</dc:date>
  </item>
  <item rdf:about="http://dspace.ups.edu.ec/handle/123456789/19699">
    <title>Diseño y construcción de un reactor discontinuo con recirculación externa para obtener biodiésel a partir de aceite de fritura en condiciones subcríticas</title>
    <link>http://dspace.ups.edu.ec/handle/123456789/19699</link>
    <description>Título : Diseño y construcción de un reactor discontinuo con recirculación externa para obtener biodiésel a partir de aceite de fritura en condiciones subcríticas
Autor : Pérez-Salinas, Cristian Fabián; Núnez-Núñez, Diego Fernando; Sanaguano-Salguero, Herminia del Rosario; Sánchez-Quinchuela, Luis Fernando
Resumen traducido: Se diseña y construye un reactor discontinuo para&#xD;
obtener biodiésel a partir de aceite de fritura en condiciones&#xD;
subcríticas con la intención de reducir el tiempo&#xD;
de reacción al mínimo posible. El proceso de diseño&#xD;
se centra en la selección del material y la verificación&#xD;
de su resistencia mediante un análisis FEM a partir&#xD;
de un diseño experimental DOE. Se consideran tres&#xD;
niveles de presión, temperatura y espesor de pared,&#xD;
respectivamente, y un factor categórico material a&#xD;
dos niveles. Los resultados obtenidos permiten determinar&#xD;
que el material apropiado para la manufactura&#xD;
del reactor es acero inoxidable 304 con un factor de&#xD;
seguridad de diseño de 1. Para el proceso de construcción&#xD;
del sistema es necesario también la selección de&#xD;
todos los componentes complementarios. Las pruebas&#xD;
finales de funcionamiento muestran que es posible obtener&#xD;
el biocombustible en el reactor discontinuo con&#xD;
un grado de conversión del 88 % de manera segura&#xD;
en un rango de 5 a 8 minutos.//A batch reactor was designed and built to obtain&#xD;
biodiesel from frying oil under sub-critical conditions,&#xD;
with the purpose of reducing the reaction time to the&#xD;
minimum possible. The design process is focused on&#xD;
the selection of the material and the verification of&#xD;
its resistance by means of a FEM analysis from a&#xD;
Design of Experiments (DOE). Three levels of pressure,&#xD;
temperature and wall thickness, respectively,&#xD;
and a material categorical factor at two levels were&#xD;
considered. The results obtained were that the appropriate&#xD;
material for manufacturing the reactor is&#xD;
304 stainless steel with a design safety factor of 1.&#xD;
For constructing the system it was also necessary to&#xD;
select all the complementary components. The final&#xD;
operation tests showed that it is possible to safely&#xD;
obtain the biofuel in the batch reactor with a degree&#xD;
of conversion 88%, in a range of 5 to 8 minutes.</description>
    <dc:date>2021-01-01T00:00:00Z</dc:date>
  </item>
  <item rdf:about="http://dspace.ups.edu.ec/handle/123456789/19698">
    <title>Impacto de los algoritmos de sobremuestreo en la clasificación de subtipos principales del síndrome de Guillain-Barré</title>
    <link>http://dspace.ups.edu.ec/handle/123456789/19698</link>
    <description>Título : Impacto de los algoritmos de sobremuestreo en la clasificación de subtipos principales del síndrome de Guillain-Barré
Autor : Torres-Vásquez, Manuel; Hernández-Torruco, José; Hernández-Ocaña, Betania; Chávez-Bosquez, Oscar
Resumen traducido: El síndrome de Guillain-Barré es un trastorno neurológico&#xD;
donde el sistema inmune del cuerpo ataca&#xD;
al sistema nervioso periférico. Esta enfermedad es&#xD;
de rápida evolución y es la causa más frecuente de&#xD;
parálisis del cuerpo. Existen cuatro variantes de SGB:&#xD;
polineuropatía desmielinizante inflamatoria aguda,&#xD;
neuropatía axonal motora aguda, neuropatía axonal&#xD;
sensorial aguda y síndrome de Miller-Fisher. Identificar&#xD;
el subtipo de SGB que el paciente contrajo es&#xD;
determinante debido a que el tratamiento es diferente&#xD;
para cada subtipo. El objetivo de este estudio fue&#xD;
determinar cuál algoritmo de sobremuestreo mejora&#xD;
el rendimiento de los clasificadores. Además, determinar&#xD;
si balancear los datos mejoran el rendimiento de&#xD;
los modelos predictivos. Aplicamos tres métodos de&#xD;
sobremuestro (ROS, SMOTE y ADASYN) a la clase&#xD;
minoritaria, utilizamos tres clasificadores (C4.5, SVM&#xD;
y JRip). El rendimiento de los modelos se obtuvo mediante&#xD;
la curva ROC. Los resultados muestran que&#xD;
balancear el dataset mejora el rendimiento de los modelos&#xD;
predictivos. El algoritmo SMOTE fue el mejor&#xD;
método de balanceo en combinación con el clasificador&#xD;
JRip para OVO y el clasificador C4.5 para OVA.//Guillain-Barré Syndrome (GBS) is a neurological disorder&#xD;
where the body’s immune system attacks the peripheral&#xD;
nervous system. This disease evolves rapidly&#xD;
and is the most frequent cause of paralysis of the&#xD;
body. There are four variants of GBS: Acute Inflammatory&#xD;
Demyelinating Polyneuropathy, Acute Motor&#xD;
Axonal Neuropathy, Acute Sensory Axial Neuropathy,&#xD;
and Miller-Fisher Syndrome. Identifying the GBS&#xD;
subtype that the patient has is decisive because the&#xD;
treatment is different for each subtype. The objective&#xD;
of this study was to determine which oversampling algorithm&#xD;
improves classifier performance. In addition,&#xD;
to determine whether balancing the data improves&#xD;
the performance of the predictive models. Three oversampling&#xD;
methods (ROS, SMOTE, and ADASYN)&#xD;
were applied to the minority class. Three classifiers&#xD;
(C4.5, SVM and JRip) were used. The performance&#xD;
of the models was obtained using the ROC curve.&#xD;
Results show that balancing the dataset improves the&#xD;
performance of the predictive models. The SMOTE&#xD;
Algorithm was the best balancing method, in combination&#xD;
with the classifier JRip for OVO and the&#xD;
classifier C4.5 for OVA.</description>
    <dc:date>2021-01-01T00:00:00Z</dc:date>
  </item>
  <item rdf:about="http://dspace.ups.edu.ec/handle/123456789/19697">
    <title>Análisis del HFO-1234ze como alternativa ecológica en la refrigeración doméstica</title>
    <link>http://dspace.ups.edu.ec/handle/123456789/19697</link>
    <description>Título : Análisis del HFO-1234ze como alternativa ecológica en la refrigeración doméstica
Autor : Andrade Terán, Cristian
Resumen traducido: La refrigeración de alimentos es un proceso esencial&#xD;
en los hogares, por lo que un refrigerador doméstico&#xD;
se convierte en un electrodoméstico indispensable.&#xD;
Siendo este uno de los mayores consumidores de energía&#xD;
eléctrica y de contaminación por el refrigerante&#xD;
que ocupa para su funcionamiento, es importante buscar&#xD;
alternativas que mejoren este proceso. En este estudio&#xD;
se pretende implementar un HFO, el R12354ze,&#xD;
como alternativa ecológica en la refrigeración doméstica,&#xD;
en respuesta a las demandas ambientales para&#xD;
reducir el cambio climático y el deterioro de la capa&#xD;
de ozono. Mediante un análisis termodinámico y de&#xD;
transferencia de calor con simulaciones del ciclo de&#xD;
refrigeración y el comportamiento del fluido en el&#xD;
intercambio de calor utilizando software especializado&#xD;
y CFD, se presenta al HFO como una alternativa&#xD;
aceptable logrando parámetros de refrigeración en&#xD;
rango entre 5 %-8 % de diferencia con refrigeradores&#xD;
comunes utilizados actualmente, con un costo ambiental&#xD;
de hasta un 99 % más bajo, sin alterar su&#xD;
eficiencia energética. Aprovechando las propiedades&#xD;
del HFO en el ciclo de refrigeración se logra mejorar&#xD;
el coeficiente de desempeño del ciclo de refrigeración&#xD;
en un 12 %.//Food refrigeration is an essential process in homes,&#xD;
and thus a home refrigerator becomes an indispensable&#xD;
appliance. Being this one of the biggest consumers&#xD;
of electrical energy and contamination due to&#xD;
the refrigerant used for its operation, it is important&#xD;
to look for alternatives that improve this process.&#xD;
This study aims to implement the HFO, R12354ze as&#xD;
an ecological alternative in domestic refrigeration, in&#xD;
response to environmental demands to reduce climate&#xD;
change and deterioration of the ozone layer. Through&#xD;
a thermodynamic and heat transfer analysis, simulating&#xD;
the cooling cycle and the behavior of the fluid in&#xD;
heat exchange using specialized software and CFD,&#xD;
the HFO is presented as an acceptable alternative&#xD;
achieving cooling parameters which are between 5%&#xD;
and 8 % different from common refrigerators currently&#xD;
used, with an environmental cost up to 99% lower,&#xD;
without altering their energy efficiency. Taking advantage&#xD;
of the properties of the HFO, it is possible to&#xD;
improve the coefficient of performance of the cooling&#xD;
cycle by 12%.</description>
    <dc:date>2021-01-01T00:00:00Z</dc:date>
  </item>
</rdf:RDF>

