<?xml version="1.0" encoding="UTF-8"?>
<rss  xmlns:atom="http://www.w3.org/2005/Atom" 
      xmlns:media="http://search.yahoo.com/mrss/" 
      xmlns:content="http://purl.org/rss/1.0/modules/content/" 
      xmlns:dc="http://purl.org/dc/elements/1.1/" 
      version="2.0">
<channel>
<title>Adatar</title>
<link>https://adatar.do/projects/index.html</link>
<atom:link href="https://adatar.do/projects/index.xml" rel="self" type="application/rss+xml"/>
<description></description>
<generator>quarto-1.3.361</generator>
<lastBuildDate>Tue, 13 Jun 2023 00:00:00 GMT</lastBuildDate>
<item>
  <title>Dmisc</title>
  <dc:creator>Daniel E. de la Rosa</dc:creator>
  <link>https://adatar.do/projects/dmisc.html</link>
  <description><![CDATA[ 




<p><a class="project-cta" href="https://dnldelarosa.github.io/Dmisc/" target="_blank">Ir a la página principal del proyecto</a></p>
<section id="dmisc-colección-de-funciones-misceláneas-en-r" class="level2">
<h2 class="anchored" data-anchor-id="dmisc-colección-de-funciones-misceláneas-en-r">Dmisc: Colección de Funciones Misceláneas en R</h2>
<p>El paquete Dmisc es un potente conjunto de funciones de uso general en R, desarrollado por Daniel E. de la Rosa. Estas versátiles funciones no están ligadas a ningún dominio específico y están diseñadas para simplificar una amplia gama de tareas en análisis y visualización de datos.</p>
<section id="reutilización-de-código" class="level3">
<h3 class="anchored" data-anchor-id="reutilización-de-código">Reutilización de Código</h3>
<p>Una de las motivaciones principales detrás del desarrollo de Dmisc es facilitar la reutilización de código. Daniel creó estas funciones para evitar la repetición de código en sus propios proyectos. Sin embargo, si se encuentra una función equivalente en otro paquete con un buen soporte, la función correspondiente en Dmisc puede quedar obsoleta.</p>
</section>
<section id="instalación" class="level3">
<h3 class="anchored" data-anchor-id="instalación">Instalación</h3>
<p>El paquete Dmisc está actualmente en fase de desarrollo y aún no está disponible en CRAN. Sin embargo, puedes instalar la última versión desde GitHub con el siguiente comando en R:</p>
<div class="sourceCode" id="cb1" style="background: #f1f3f5;"><pre class="sourceCode r code-with-copy"><code class="sourceCode r"><span id="cb1-1"><span class="cf" style="color: #003B4F;
background-color: null;
font-style: inherit;">if</span> (<span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">!</span><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">require</span>(remotes)) {</span>
<span id="cb1-2">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">install.packages</span>(<span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">'remotes'</span>)</span>
<span id="cb1-3">}</span>
<span id="cb1-4">remotes<span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">::</span><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">install_github</span>(<span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"drdsdaniel/Dmisc"</span>)</span></code></pre></div>
</section>
<section id="características" class="level3">
<h3 class="anchored" data-anchor-id="características">Características</h3>
<ul>
<li>Contiene una amplia gama de funciones para diversos propósitos.</li>
<li>Herramientas fáciles de usar para mejorar el análisis y la visualización de datos.</li>
<li>Desarrollo activo con mejoras planificadas como soporte de pesos para la función ‘cut3’.</li>
</ul>
<blockquote class="blockquote">
<p>Actualmente me encuentro en un proceso de refactorización y documentación del código. Por lo que muchas de las funciones no se exportan. Todavía puedes acceder a ellas utilizando la notación de <code>:::</code>. Pero, te instaría a esperar a que las vaya publicando antes de utilizarlas en producción. Además de que estoy considerando mover todas las relacionadas con series de tiempo, que son relativamente nuevas, a un paquete independiente.</p>
</blockquote>
</section>
<section id="contribuir" class="level3">
<h3 class="anchored" data-anchor-id="contribuir">Contribuir</h3>
<p>¡Tus comentarios y contribuciones son bienvenidos! Por favor, revisa nuestras <a href="https://drdsdaniel.github.io/Dmisc/CONTRIBUTING.html">pautas de contribución</a> antes de abrir un problema o enviar una solicitud de extracción. Nos adherimos a un <a href="https://contributor-covenant.org/version/2/0/CODE_OF_CONDUCT.html">Código de Conducta del Contribuyente</a>, y al participar en este proyecto, te comprometes a respetar sus términos.</p>


</section>
</section>

<div id="quarto-appendix" class="default"><section class="quarto-appendix-contents"><h2 class="anchored quarto-appendix-heading">Reutilización</h2><div id="quarto-reuse" class="quarto-appendix-contents"><div><a rel="license" href="https://creativecommons.org/licenses/by/4.0/deed.es">https://creativecommons.org/licenses/by/4.0/deed.es</a></div></div></section><section class="quarto-appendix-contents"><h2 class="anchored quarto-appendix-heading">Cómo citar</h2><div><div class="quarto-appendix-secondary-label">BibTeX</div><pre class="sourceCode code-with-copy quarto-appendix-bibtex"><code class="sourceCode bibtex">@online{e. de la rosa2023,
  author = {E. de la Rosa, Daniel},
  title = {Dmisc},
  date = {2023-06-13},
  url = {https://adatar.do/projects/dmisc.html},
  langid = {es}
}
</code></pre><div class="quarto-appendix-secondary-label">Por favor, cita este trabajo como:</div><div id="ref-e. de la rosa2023" class="csl-entry quarto-appendix-citeas">
E. de la Rosa, Daniel. 2023. <span>“Dmisc.”</span> June 13, 2023. <a href="https://adatar.do/projects/dmisc.html">https://adatar.do/projects/dmisc.html</a>.
</div></div></section></div> ]]></description>
  <category>R Package</category>
  <guid>https://adatar.do/projects/dmisc.html</guid>
  <pubDate>Tue, 13 Jun 2023 00:00:00 GMT</pubDate>
</item>
<item>
  <title>Tesis-RD</title>
  <dc:creator>Daniel E. de la Rosa</dc:creator>
  <dc:creator>Adatar </dc:creator>
  <link>https://adatar.do/projects/tesis-rd.html</link>
  <description><![CDATA[ 




<p><a class="project-cta" href="https://github.com/adatar-do/tesis-rd" target="_blank">Ir a la página principal del proyecto</a></p>
<section id="tesis-rd-que-el-formato-no-sea-un-problema-y-el-código-no-te-quite-el-sueño" class="level1">
<h1>Tesis RD: que el formato no sea un problema y el código no te quite el sueño</h1>
<blockquote class="blockquote">
<p>Extensión para <a href="https://quarto.org/">Quarto</a></p>
</blockquote>
<hr>
<!-- BADGES -->
<p><a href=""><img src="https://adatar.do/projects/https:/img.shields.io/github/v/release/adatar-do/tesis-rd?include_prereleases.png" class="img-fluid" alt="GitHub release (latest by date)"></a> <a href=""><img src="https://adatar.do/projects/https:/img.shields.io/github/stars/adatar-do/tesis-rd?style=social.png" class="img-fluid" alt="GitHub Repo stars"></a> <a href="https://www.repostatus.org/#active"><img src="https://adatar.do/projects/https:/www.repostatus.org/badges/latest/active.svg" class="img-fluid" alt="Project Status: Active – The project has reached a stable, usable state and is being actively developed."></a> <a href=""><img src="https://adatar.do/projects/https:/img.shields.io/github/issues/adatar-do/tesis-rd.png" class="img-fluid" alt="GitHub issues"></a> <a href=""><img src="https://adatar.do/projects/https:/img.shields.io/github/last-commit/adatar-do/tesis-rd.png" class="img-fluid" alt="GitHub last commit"></a> <a href=""><img src="https://adatar.do/projects/https:/img.shields.io/github/contributors/adatar-do/tesis-rd.png" class="img-fluid" alt="GitHub contributors"></a> <!-- END BADGES --></p>
<hr>
<p><code>tesis-rd</code> facilita la utilización de Quarto para la generación de tesis con los formatos de las distintas instituciones de educación superior de República Dominicana.</p>
<p>Al utilizar <code>tesis-rd</code> no tendrás que preocuparte por el formato de la tesis, ya que este se encarga de generarla en el formato requerido por la institución de educación superior que elijas, cada vez que generes el documento.</p>
<p>Además, al estar basado en Quarto, <code>tesis-rd</code> te permite utilizar programación literaria para generar tus gráficos, tablas y demás elementos de la tesis, con todos los beneficios que esto conlleva.</p>
<p>Los siguientes formatos están disponibles:</p>
<ul>
<li><a href="https://github.com/adatar-do/tesis-rd#intec">Instituto Tecnológico de Santo Domingo (INTEC)</a>
<ul>
<li>Author: <a href="https://dnldelarosa.com/">Daniel E. de la Rosa</a></li>
</ul></li>
</ul>
<section id="instalación" class="level2">
<h2 class="anchored" data-anchor-id="instalación">Instalación</h2>
<blockquote class="blockquote">
<p>Quarto introdujo muchos cambios en el API de las extensiones en la versión 1.2.0. Esta versión de <code>tesis-rd</code> es compatible con Quarto 1.2.0 o superior.</p>
</blockquote>
<p>Si ya iniciaste tu proyecto, ejecute el siguiente comando en la línea de comandos:</p>
<div class="sourceCode" id="cb1" style="background: #f1f3f5;"><pre class="sourceCode bash code-with-copy"><code class="sourceCode bash"><span id="cb1-1"><span class="ex" style="color: null;
background-color: null;
font-style: inherit;">quarto</span> install extension adatar-do/tesis-rd</span></code></pre></div>
<p>Si no has iniciado tu proyecto aún, puedes hacerlo con el siguiente comando:</p>
<div class="sourceCode" id="cb2" style="background: #f1f3f5;"><pre class="sourceCode bash code-with-copy"><code class="sourceCode bash"><span id="cb2-1"><span class="ex" style="color: null;
background-color: null;
font-style: inherit;">quarto</span> use template adatar-do/tesis-rd</span></code></pre></div>
</section>
<section id="uso" class="level2">
<h2 class="anchored" data-anchor-id="uso">Uso</h2>
<p>Si clonaste este repositorio, puedes comenzar a trabajar con el documento <code>template.qmd</code> y reemplazar las partes correspondientes. Si ya habías comenzado tu trabajo, cambia el header del documento a:</p>
<div class="sourceCode" id="cb3" style="background: #f1f3f5;"><pre class="sourceCode yaml code-with-copy"><code class="sourceCode yaml"><span id="cb3-1"><span class="pp" style="color: #AD0000;
background-color: null;
font-style: inherit;">---</span></span>
<span id="cb3-2"><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">title</span><span class="kw" style="color: #003B4F;
background-color: null;
font-style: inherit;">:</span><span class="at" style="color: #657422;
background-color: null;
font-style: inherit;"> </span><span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"Tesis-RD"</span></span>
<span id="cb3-3"><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">subtitle</span><span class="kw" style="color: #003B4F;
background-color: null;
font-style: inherit;">:</span><span class="at" style="color: #657422;
background-color: null;
font-style: inherit;"> </span><span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"A Quarto Extension"</span></span>
<span id="cb3-4"><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">author</span><span class="kw" style="color: #003B4F;
background-color: null;
font-style: inherit;">:</span><span class="at" style="color: #657422;
background-color: null;
font-style: inherit;"> </span></span>
<span id="cb3-5"><span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">    </span><span class="kw" style="color: #003B4F;
background-color: null;
font-style: inherit;">-</span><span class="at" style="color: #657422;
background-color: null;
font-style: inherit;"> </span><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">name</span><span class="kw" style="color: #003B4F;
background-color: null;
font-style: inherit;">:</span><span class="at" style="color: #657422;
background-color: null;
font-style: inherit;"> </span><span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"Daniel E. de la Rosa"</span></span>
<span id="cb3-6"><span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">      </span><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">id</span><span class="kw" style="color: #003B4F;
background-color: null;
font-style: inherit;">:</span><span class="at" style="color: #657422;
background-color: null;
font-style: inherit;"> </span><span class="dv" style="color: #AD0000;
background-color: null;
font-style: inherit;">1041951</span></span>
<span id="cb3-7"><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">advisers</span><span class="kw" style="color: #003B4F;
background-color: null;
font-style: inherit;">:</span><span class="at" style="color: #657422;
background-color: null;
font-style: inherit;"> </span></span>
<span id="cb3-8"><span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">    </span><span class="kw" style="color: #003B4F;
background-color: null;
font-style: inherit;">-</span><span class="at" style="color: #657422;
background-color: null;
font-style: inherit;"> </span><span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"Juan Samuel Pérez Rodríguez"</span></span>
<span id="cb3-9"><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">area</span><span class="kw" style="color: #003B4F;
background-color: null;
font-style: inherit;">:</span><span class="at" style="color: #657422;
background-color: null;
font-style: inherit;"> Área de ingenierías</span></span>
<span id="cb3-10"><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">program</span><span class="kw" style="color: #003B4F;
background-color: null;
font-style: inherit;">:</span><span class="at" style="color: #657422;
background-color: null;
font-style: inherit;"> </span><span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"Maestría en Ciencia de Datos (MCD)"</span></span>
<span id="cb3-11"><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">degree</span><span class="kw" style="color: #003B4F;
background-color: null;
font-style: inherit;">:</span><span class="at" style="color: #657422;
background-color: null;
font-style: inherit;"> </span><span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"Magíster en Ciencia de Datos"</span></span>
<span id="cb3-12"><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">abstracts</span><span class="kw" style="color: #003B4F;
background-color: null;
font-style: inherit;">:</span></span>
<span id="cb3-13"><span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">    </span><span class="kw" style="color: #003B4F;
background-color: null;
font-style: inherit;">-</span><span class="at" style="color: #657422;
background-color: null;
font-style: inherit;"> </span><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">title</span><span class="kw" style="color: #003B4F;
background-color: null;
font-style: inherit;">:</span><span class="at" style="color: #657422;
background-color: null;
font-style: inherit;"> Resumen</span></span>
<span id="cb3-14"><span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">      </span><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">content</span><span class="kw" style="color: #003B4F;
background-color: null;
font-style: inherit;">:</span><span class="at" style="color: #657422;
background-color: null;
font-style: inherit;"> </span><span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus sollicitudin ligula eu leo tincidunt, quis scelerisque magna dapibus. Sed eget ipsum vel arcu vehicula ullamcorper"</span></span>
<span id="cb3-15"><span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">      </span><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">keywords</span><span class="kw" style="color: #003B4F;
background-color: null;
font-style: inherit;">:</span></span>
<span id="cb3-16"><span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">        </span><span class="kw" style="color: #003B4F;
background-color: null;
font-style: inherit;">-</span><span class="at" style="color: #657422;
background-color: null;
font-style: inherit;"> </span><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">title</span><span class="kw" style="color: #003B4F;
background-color: null;
font-style: inherit;">:</span><span class="at" style="color: #657422;
background-color: null;
font-style: inherit;"> </span><span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"Palabras clave"</span></span>
<span id="cb3-17"><span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">          </span><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">content</span><span class="kw" style="color: #003B4F;
background-color: null;
font-style: inherit;">:</span><span class="at" style="color: #657422;
background-color: null;
font-style: inherit;"> </span><span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"Visión computacional, georreferenciación"</span></span>
<span id="cb3-18"><span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">    </span><span class="kw" style="color: #003B4F;
background-color: null;
font-style: inherit;">-</span><span class="at" style="color: #657422;
background-color: null;
font-style: inherit;"> </span><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">title</span><span class="kw" style="color: #003B4F;
background-color: null;
font-style: inherit;">:</span><span class="at" style="color: #657422;
background-color: null;
font-style: inherit;"> Abstract</span></span>
<span id="cb3-19"><span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">      </span><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">content</span><span class="kw" style="color: #003B4F;
background-color: null;
font-style: inherit;">:</span><span class="at" style="color: #657422;
background-color: null;
font-style: inherit;"> </span><span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus sollicitudin ligula eu leo tincidunt, quis scelerisque magna dapibus. Sed eget ipsum vel arcu vehicula ullamcorper"</span></span>
<span id="cb3-20"><span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">      </span><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">keywords</span><span class="kw" style="color: #003B4F;
background-color: null;
font-style: inherit;">:</span></span>
<span id="cb3-21"><span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">        </span><span class="kw" style="color: #003B4F;
background-color: null;
font-style: inherit;">-</span><span class="at" style="color: #657422;
background-color: null;
font-style: inherit;"> </span><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">title</span><span class="kw" style="color: #003B4F;
background-color: null;
font-style: inherit;">:</span><span class="at" style="color: #657422;
background-color: null;
font-style: inherit;"> </span><span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"Keywords"</span></span>
<span id="cb3-22"><span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">          </span><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">content</span><span class="kw" style="color: #003B4F;
background-color: null;
font-style: inherit;">:</span><span class="at" style="color: #657422;
background-color: null;
font-style: inherit;"> </span><span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"Computer vision, georeferencing"</span></span>
<span id="cb3-23"><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">date</span><span class="kw" style="color: #003B4F;
background-color: null;
font-style: inherit;">:</span><span class="at" style="color: #657422;
background-color: null;
font-style: inherit;"> today</span></span>
<span id="cb3-24"><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">format</span><span class="kw" style="color: #003B4F;
background-color: null;
font-style: inherit;">:</span></span>
<span id="cb3-25"><span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">  </span><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">intec-docx</span><span class="kw" style="color: #003B4F;
background-color: null;
font-style: inherit;">:</span><span class="at" style="color: #657422;
background-color: null;
font-style: inherit;"> default</span></span>
<span id="cb3-26"><span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">  </span><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">intec-html</span><span class="kw" style="color: #003B4F;
background-color: null;
font-style: inherit;">:</span><span class="at" style="color: #657422;
background-color: null;
font-style: inherit;"> default</span></span>
<span id="cb3-27"><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">bibliography</span><span class="kw" style="color: #003B4F;
background-color: null;
font-style: inherit;">:</span><span class="at" style="color: #657422;
background-color: null;
font-style: inherit;"> bibliography.bib</span></span>
<span id="cb3-28"><span class="pp" style="color: #AD0000;
background-color: null;
font-style: inherit;">---</span></span></code></pre></div>
<p>Note que el argumento <code>format</code> tiene dos formatos:</p>
<ul>
<li><code>intec-html</code>: para generar el documento en formato HTML que puede ir visualizando mientras escribe su tesis.</li>
<li><code>intec-docx</code>: para generar el documento en formato DOCX que puede enviar a la institución para su revisión.</li>
</ul>
<blockquote class="blockquote">
<p>Asegúrese de colocar el formato intec-docx primero cuando quiera generar el documento final. <!-- Además de cambiar el argumento `draft` a `false` para eliminar la marca de agua del documento. --></p>
</blockquote>
<section id="tabla-de-contenidos" class="level3">
<h3 class="anchored" data-anchor-id="tabla-de-contenidos">Tabla de contenidos</h3>
<p>Nótese que el argumento <code>toc</code> fue omitido en el header. <strong>No debe agregar el argumento <code>toc</code></strong>. Este se agrega de forma automática en el documento <code>html</code> y debe ser insertado manualmente en el documento <code>docx</code> en la posición indicada en el propio documento.</p>
</section>
</section>
<section id="licencia" class="level2">
<h2 class="anchored" data-anchor-id="licencia">Licencia</h2>
<p>Este proyecto está bajo la licencia MIT. Consulte el archivo <a href="LICENSE">LICENSE</a> para obtener más información.</p>
</section>
<section id="contribución" class="level2">
<h2 class="anchored" data-anchor-id="contribución">Contribución</h2>
<p>Las contribuciones son lo que hacen que la comunidad de código abierto sea un lugar increíble para aprender, inspirar y crear. Cualquier contribución que hagas es <strong>muy apreciada</strong>.</p>
<blockquote class="blockquote">
<p>La contribución más básica que puedes hacer es regalar una estrella a este proyecto. :star:</p>
</blockquote>
<p>Pero, si quieres contribuir de forma más activa, puedes hacerlo de las siguientes maneras:</p>
<ol type="1">
<li>Asegúrese de entender cómo crear una extensión para Quarto <a href="https://quarto.org/docs/extensions/formats.html">aquí</a>.</li>
<li>Haga un fork del proyecto</li>
<li>Cree una rama con el nombre de la tesis que deseas agregar (<code>git checkout -b XXXX</code>)</li>
<li>Confirme sus cambios (<code>git commit -m 'tesis-XXXX agregada'</code>)</li>
<li>Suba sus cambios (<code>git push origin XXXX</code>)</li>
<li>Abra una solicitud de extracción (Pull Request)</li>
</ol>
<blockquote class="blockquote">
<p><strong>Nota</strong>: Si no está seguro de cómo hacerlo, puede abrir un problema (issue) <a href="https://github.com/adatar-do/tesis-rd/issues">en el repositorio</a> y alguien lo hará por usted. ¡Esa es la magia de la comunidad de código abierto!</p>
</blockquote>
</section>
</section>
<section id="ejemplos" class="level1">
<h1>Ejemplos</h1>
<section id="intec" class="level2">
<h2 class="anchored" data-anchor-id="intec">INTEC</h2>
<div class="quarto-figure quarto-figure-center">
<figure class="figure">
<p><img src="https://adatar.do/projects/https:/raw.githubusercontent.com/adatar-do/tesis-rd/main/images/intec1.png" class="img-fluid figure-img"></p>
<figcaption class="figure-caption">INTEC</figcaption>
</figure>
</div>
<div class="quarto-figure quarto-figure-center">
<figure class="figure">
<p><img src="https://adatar.do/projects/https:/raw.githubusercontent.com/adatar-do/tesis-rd/main/images/intec2.png" class="img-fluid figure-img"></p>
<figcaption class="figure-caption">INTEC</figcaption>
</figure>
</div>
</section>
</section>
<section id="tesis-disponibles" class="level1">
<h1>Tesis disponibles</h1>
<section id="intec-1" class="level2">
<h2 class="anchored" data-anchor-id="intec-1">INTEC</h2>
<ul>
<li><a href="https://github.com/dnldelarosa/tesis-maestria-ciencia-datos">de la Rosa, D. &amp; Pérez, J. (2022). Georreferenciación de imágenes utilizando visión computacional: el caso del mapa de la República Dominicana. [Trabajo final de maestría, Instituto Tecnológico de Santo Domingo (INTEC)]. https://github.com/dnldelarosa/tesis-maestria-ciencia-datos</a></li>
</ul>


</section>
</section>

<div id="quarto-appendix" class="default"><section class="quarto-appendix-contents"><h2 class="anchored quarto-appendix-heading">Reutilización</h2><div id="quarto-reuse" class="quarto-appendix-contents"><div><a rel="license" href="https://creativecommons.org/licenses/by/4.0/deed.es">https://creativecommons.org/licenses/by/4.0/deed.es</a></div></div></section><section class="quarto-appendix-contents"><h2 class="anchored quarto-appendix-heading">Cómo citar</h2><div><div class="quarto-appendix-secondary-label">BibTeX</div><pre class="sourceCode code-with-copy quarto-appendix-bibtex"><code class="sourceCode bibtex">@online{e. de la rosa2022,
  author = {E. de la Rosa, Daniel and , Adatar},
  title = {Tesis-RD},
  date = {2022-11-05},
  url = {https://adatar.do/projects/tesis-rd.html},
  langid = {es}
}
</code></pre><div class="quarto-appendix-secondary-label">Por favor, cita este trabajo como:</div><div id="ref-e. de la rosa2022" class="csl-entry quarto-appendix-citeas">
E. de la Rosa, Daniel, and Adatar. 2022. <span>“Tesis-RD.”</span>
November 5, 2022. <a href="https://adatar.do/projects/tesis-rd.html">https://adatar.do/projects/tesis-rd.html</a>.
</div></div></section></div> ]]></description>
  <category>Quarto extensions</category>
  <category>Open Source</category>
  <guid>https://adatar.do/projects/tesis-rd.html</guid>
  <pubDate>Sat, 05 Nov 2022 00:00:00 GMT</pubDate>
</item>
</channel>
</rss>
