marketing

Marketing materials (presentations, posters, flyers)
Log | Files | Refs

template.tex (18265B)


      1 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
      2 % Beamer Presentation
      3 % LaTeX Template
      4 % Version 2.0 (March 8, 2022)
      5 %
      6 % This template originates from:
      7 % https://www.LaTeXTemplates.com
      8 %
      9 % Author:
     10 % Vel (vel@latextemplates.com)
     11 %
     12 % License:
     13 % CC BY-NC-SA 4.0 (https://creativecommons.org/licenses/by-nc-sa/4.0/)
     14 %
     15 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
     16 
     17 %----------------------------------------------------------------------------------------
     18 %	PACKAGES AND OTHER DOCUMENT CONFIGURATIONS
     19 %----------------------------------------------------------------------------------------
     20 
     21 \documentclass[
     22 11pt, % Set the default font size, options include: 8pt, 9pt, 10pt, 11pt, 12pt, 14pt, 17pt, 20pt
     23 %t, % Uncomment to vertically align all slide content to the top of the slide, rather than the default centered
     24 %aspectratio=169, % Uncomment to set the aspect ratio to a 16:9 ratio which matches the aspect ratio of 1080p and 4K screens and projectors
     25 ]{beamer}
     26 
     27 \graphicspath{{Images/}{./}} % Specifies where to look for included images (trailing slash required)
     28 
     29 \usepackage{booktabs} % Allows the use of \toprule, \midrule and \bottomrule for better rules in tables
     30 
     31 %----------------------------------------------------------------------------------------
     32 %	SELECT LAYOUT THEME
     33 %----------------------------------------------------------------------------------------
     34 
     35 % Beamer comes with a number of default layout themes which change the colors and layouts of slides. Below is a list of all themes available, uncomment each in turn to see what they look like.
     36 
     37 %\usetheme{default}
     38 %\usetheme{AnnArbor}
     39 %\usetheme{Antibes}
     40 %\usetheme{Bergen}
     41 %\usetheme{Berkeley}
     42 %\usetheme{Berlin}
     43 %\usetheme{Boadilla}
     44 %\usetheme{CambridgeUS}
     45 %\usetheme{Copenhagen}
     46 %\usetheme{Darmstadt}
     47 %\usetheme{Dresden}
     48 %\usetheme{Frankfurt}
     49 %\usetheme{Goettingen}
     50 %\usetheme{Hannover}
     51 %\usetheme{Ilmenau}
     52 %\usetheme{JuanLesPins}
     53 %\usetheme{Luebeck}
     54 \usetheme{Madrid}
     55 %\usetheme{Malmoe}
     56 %\usetheme{Marburg}
     57 %\usetheme{Montpellier}
     58 %\usetheme{PaloAlto}
     59 %\usetheme{Pittsburgh}
     60 %\usetheme{Rochester}
     61 %\usetheme{Singapore}
     62 %\usetheme{Szeged}
     63 %\usetheme{Warsaw}
     64 
     65 %----------------------------------------------------------------------------------------
     66 %	SELECT COLOR THEME
     67 %----------------------------------------------------------------------------------------
     68 
     69 % Beamer comes with a number of color themes that can be applied to any layout theme to change its colors. Uncomment each of these in turn to see how they change the colors of your selected layout theme.
     70 
     71 %\usecolortheme{albatross}
     72 %\usecolortheme{beaver}
     73 %\usecolortheme{beetle}
     74 %\usecolortheme{crane}
     75 %\usecolortheme{dolphin}
     76 %\usecolortheme{dove}
     77 %\usecolortheme{fly}
     78 %\usecolortheme{lily}
     79 %\usecolortheme{monarca}
     80 %\usecolortheme{seagull}
     81 %\usecolortheme{seahorse}
     82 %\usecolortheme{spruce}
     83 %\usecolortheme{whale}
     84 %\usecolortheme{wolverine}
     85 
     86 %----------------------------------------------------------------------------------------
     87 %	SELECT FONT THEME & FONTS
     88 %----------------------------------------------------------------------------------------
     89 
     90 % Beamer comes with several font themes to easily change the fonts used in various parts of the presentation. Review the comments beside each one to decide if you would like to use it. Note that additional options can be specified for several of these font themes, consult the beamer documentation for more information.
     91 
     92 \usefonttheme{default} % Typeset using the default sans serif font
     93 %\usefonttheme{serif} % Typeset using the default serif font (make sure a sans font isn't being set as the default font if you use this option!)
     94 %\usefonttheme{structurebold} % Typeset important structure text (titles, headlines, footlines, sidebar, etc) in bold
     95 %\usefonttheme{structureitalicserif} % Typeset important structure text (titles, headlines, footlines, sidebar, etc) in italic serif
     96 %\usefonttheme{structuresmallcapsserif} % Typeset important structure text (titles, headlines, footlines, sidebar, etc) in small caps serif
     97 
     98 %------------------------------------------------
     99 
    100 %\usepackage{mathptmx} % Use the Times font for serif text
    101 %\usepackage{palatino} % Use the Palatino font for serif text
    102 
    103 %\usepackage{helvet} % Use the Helvetica font for sans serif text
    104 %\usepackage[default]{opensans} % Use the Open Sans font for sans serif text
    105 %\usepackage[default]{FiraSans} % Use the Fira Sans font for sans serif text
    106 %\usepackage[default]{lato} % Use the Lato font for sans serif text
    107 
    108 %----------------------------------------------------------------------------------------
    109 %	SELECT INNER THEME
    110 %----------------------------------------------------------------------------------------
    111 
    112 % Inner themes change the styling of internal slide elements, for example: bullet points, blocks, bibliography entries, title pages, theorems, etc. Uncomment each theme in turn to see what changes it makes to your presentation.
    113 
    114 %\useinnertheme{default}
    115 \useinnertheme{circles}
    116 %\useinnertheme{rectangles}
    117 %\useinnertheme{rounded}
    118 %\useinnertheme{inmargin}
    119 
    120 %----------------------------------------------------------------------------------------
    121 %	SELECT OUTER THEME
    122 %----------------------------------------------------------------------------------------
    123 
    124 % Outer themes change the overall layout of slides, such as: header and footer lines, sidebars and slide titles. Uncomment each theme in turn to see what changes it makes to your presentation.
    125 
    126 %\useoutertheme{default}
    127 %\useoutertheme{infolines}
    128 %\useoutertheme{miniframes}
    129 %\useoutertheme{smoothbars}
    130 %\useoutertheme{sidebar}
    131 %\useoutertheme{split}
    132 %\useoutertheme{shadow}
    133 %\useoutertheme{tree}
    134 %\useoutertheme{smoothtree}
    135 
    136 %\setbeamertemplate{footline} % Uncomment this line to remove the footer line in all slides
    137 %\setbeamertemplate{footline}[page number] % Uncomment this line to replace the footer line in all slides with a simple slide count
    138 
    139 %\setbeamertemplate{navigation symbols}{} % Uncomment this line to remove the navigation symbols from the bottom of all slides
    140 	
    141 	
    142 %----------------------------------------------------------------------------------------
    143 %	PRESENTATION INFORMATION
    144 %----------------------------------------------------------------------------------------
    145 
    146 \title[Attribution-ShareAlike 4.0 International]{Sistemas de pago electrónico y Criptomonedas} % The short title in the optional parameter appears at the bottom of every slide, the full title in the main parameter is only on the title page
    147 
    148 \subtitle{Blockchain - Tokens - GNU Taler} % Presentation subtitle, remove this command if a subtitle isn't required
    149 
    150 \author[Javier Sepúlveda]{Javier Sepúlveda} % Presenter name(s), the optional parameter can contain a shortened version to appear on the bottom of every slide, while the main parameter will appear on the title slide
    151 
    152 \institute[GNU/Linux Valencia]{Presidente de GNU/Linux Valencia \\ \smallskip \textit{presidencia@gnulinuxvalencia.org}} % Your institution, the optional parameter can be used for the institution shorthand and will appear on the bottom of every slide after author names, while the required parameter is used on the title slide and can include your email address or additional information on separate lines
    153 
    154 \date[\today]{Asociación de Usuarios GNU/Linux de Valencia \\ \today} % Presentation date or conference/meeting name, the optional parameter can contain a shortened version to appear on the bottom of every slide, while the required parameter value is output to the title slide
    155 
    156 %----------------------------------------------------------------------------------------
    157 
    158 \begin{document}
    159 
    160 
    161 %----------------------------------------------------------------------------------------
    162 %	TITLE SLIDE
    163 %----------------------------------------------------------------------------------------
    164 
    165 \begin{frame}
    166 \titlepage % Output the title slide, automatically created using the text entered in the PRESENTATION INFORMATION block above
    167 
    168 
    169 
    170 	\begin{figure}
    171 	\includegraphics[width=0.3\linewidth]{logo-lasnaves.png}
    172 	\includegraphics[width=0.1\linewidth]{logo-gnulinuxvlc.png}
    173 	\includegraphics[width=0.3\linewidth]{logo-flisol.png}
    174 	\includegraphics[width=0.1\linewidth]{cc-sa-4.png}
    175 		\includegraphics[width=0.1\linewidth]{gnu.png}
    176 	\end{figure}
    177 
    178 
    179 \end{frame}
    180 
    181 
    182 
    183 	\begin{frame}
    184 	
    185 		\frametitle{INDICE}
    186 		
    187 			\begin{enumerate}
    188 			\item
    189 SISTEMAS DE PAGO ELECTRONICO
    190 				\begin{itemize}
    191 					\item PAYPAL
    192 					\item Samsung Pay
    193 					\item Google Pay
    194 					\item Apple Pay
    195 					\item GNU Taler
    196 				\end{itemize}
    197 			\item CRIPTOMONEDAS !
    198 					\begin{itemize}
    199 					\item Bitcoin - BTC
    200 					\item Ethereum - ETH
    201 					\item Cardano - ADA
    202 					\item ...Miles de alt-coins.
    203 				\end{itemize}
    204 			\end{enumerate}
    205 	
    206 	\end{frame}
    207 
    208 % SISTEMAS DE PAGO ELECTRONICO
    209 
    210 \begin{frame}
    211 	
    212 	\frametitle{Sistemas de pago electrónico - IMAGEN}
    213 	
    214 	Comparativa sistemas de pago basados en cuenta y basados en TOKENS
    215 	
    216 	\begin{figure}
    217 		\includegraphics[width=0.8\linewidth]{grafico-explicativo-sebastian.png}
    218 		\caption{Sebastian Marchano @taler}
    219 	\end{figure}
    220 	
    221 \end{frame}
    222 
    223 
    224 
    225 
    226 \begin{frame}{Sistemas de pago: Cuentas vs. Tokens}
    227 Existen dos sistemas de pago:
    228 \begin{enumerate}
    229 	\item {\bf sistemas basados en cuentas}: la transferencia ocurre cobrando al comprador y dando crédito al vendedor. (ej: depósitos bancarios)
    230 	\item {\bf basado en tokens}: la transferencia ocurre pasando el valor en sí mismo. El token representa el valor físico, como el billete. 
    231 \end{enumerate}
    232 La diferencia esencial, reside en la información que porta el activo:
    233 \begin{itemize}
    234 	\item cuenta (activos): asociado al histórico de transacciones
    235 	\item token (activos): porta la información sobre el valor nominal y la entidad que emitió el token
    236 \end{itemize}
    237 Bitcoin y las tecnologías de libro mayor distribuido (DLT), en general son sistemas basados en cuentas!
    238 La novedad es que el libro mayor es distribuido (descentralizado).
    239 \end{frame}
    240 
    241 %EXPLICACION DE GNU TALER
    242 
    243 \section{Que es GNU Taler?}
    244 \begin{frame}{Que es GNU Taler?}
    245 	\begin{center}
    246 		Taler es un sistema de pago electrónico\par
    247 		({\bf T}axable {\bf A}nonymous {\bf L}ibre {\bf E}lectronic {\bf R}eserve)
    248 	\end{center}
    249 	\begin{itemize}
    250 		\item Usa monedas(saldo) guardadas en el{\bf carteras} del dispositivo del comprador
    251 		\item Tal y como si fuera {\bf efectivo}
    252 		\item Permite pagar en {\bf divisas existentes} (i.e. EUR, USD, BTC)
    253 	\end{itemize}
    254 \end{frame}
    255 
    256 
    257 
    258 % 04. QUE NO ES GNU TALER
    259 
    260 \section{Que NO es GNU Taler}
    261 \begin{frame}{Que NO es GNU Taler}
    262 	\begin{itemize}
    263 		
    264 		\item \emph{no es} una cripto-moneda
    265 		\item \emph{no} hace uso de la tecnología blockchain
    266 		\item \emph{no} está basado en proof-of-work
    267 		\item \emph{no} está pensado para almacenar valor a largo plazo
    268 		\item \emph{no} tiene volatilidad
    269 		\item \emph{no es} un activo especulativo
    270 		\item \emph{no es} una red o una instancia de un sistema
    271 		\item \emph{no es} descentralizado
    272 		\item \emph{no} está basado en hardware
    273 		\item \emph{no} pretende ser un reemplazo al dinero físico
    274 	\end{itemize}
    275 \end{frame}
    276 
    277 
    278 % 05. COMO FUNCIONA GNU TALER
    279 
    280 \begin{frame}{Esquema de funcionamiento}
    281 	\begin{center}
    282 		\includegraphics[width=0.8\textwidth]{bp.png}
    283 	\end{center}
    284 \end{frame}
    285 
    286 % 17. RAZONES PARA ADOPTAR TALER
    287 
    288 \begin{frame}{Razones para adoptar GNU Taler}
    289 	\begin{itemize}
    290 		\item {\bf Consumidor/Usuario:} Privacidad en la compra
    291 		\begin{itemize}
    292 			\item Pagos en instantáneos en 1 clic
    293 			\item Micro-pagos - Como artículos de prensa
    294 			\item Uso del dinero desde cualquier lugar del mundo
    295 		\end{itemize}
    296 		\item {\bf Vendedor:} Ventas en 1 clic, con cobro garantizado
    297 		\begin{itemize}
    298 			\item Sencilla integración en paginas Web
    299 			\item Evita los falsos positivos y la devolución de carritos de compra
    300 		\end{itemize}
    301 		\item {\bf Bancos} Usar la infraestructura bancaria existente
    302 		\begin{itemize}
    303 			\item Control sobre la moneda emitida BC
    304 			\item KYC, AML/CFT - Banco comercial
    305 		\end{itemize}
    306 		\item {\bf Gobierno:} Cobro de impuestos
    307 		\item {\bf Sociedad:} Población en {\bf riesgo de exclusión financiera}
    308 		\begin{itemize}
    309 			\item Evitar el oligopolio. Pocas empresas controlan hoy en día  todo el sistema de pagos (comisiones altas).
    310 			\item División y gestión del dinero {\bf earmarking}
    311 		\end{itemize}
    312 		
    313 	\end{itemize}
    314 \end{frame}
    315 
    316 % ESTADO DE GNU TALER
    317 
    318 \begin{frame}
    319 	
    320 	\frametitle{ESTADO DE GNU TALER }
    321 	
    322 	\begin{enumerate}
    323 		\item
    324 Estado del proyecto
    325 		\begin{itemize}
    326 			\item Presentado ya a Banco de España y otros bancos europeos.
    327 			\item 5 millones de euros invertidos
    328 			\item Complemento para navegador
    329 			\item APP para teléfonos
    330 			\item URL: https://taler.net
    331 			\item White paper en español: https://taler.net/papers/cbdc2021es.pdf
    332 			\item Demo: https://demo.taler.net
    333 			 
    334 		\end{itemize}
    335 	
    336 	\end{enumerate}
    337 	
    338 \end{frame}
    339 
    340 
    341 % EXPLICACION BITCOIN
    342 
    343 
    344 
    345 \begin{frame}
    346 
    347 \frametitle{BITCOIN}
    348 
    349 \begin{enumerate}
    350 	\item BTC (criptomonedas) afectarán a las banca, como la imprenta afecto a la iglesia. 
    351  	\item Jefferson separó la  {\bf iglesia y el estado}. BTC separa {\bf dinero del estado}. 
    352 	\item BTC no es un sistema de pago es mucho mas. Es un concepto disruptivo.  
    353 	\item Base de datos o libro mayor. publico, inviolable, red distribuida, registra, valida y verifica
    354 	\item Su unidad mínima es el satoshi.
    355 	\item Escasez, duradera, fungible,transmisible, trackeable. 
    356 	\item La blockchain no es alterable, cada bloque apunta al siguiente. 
    357 \end{enumerate}
    358 
    359 \end{frame}
    360 
    361 \begin{frame}
    362 	
    363 	\frametitle{BITCOIN}
    364 	
    365 	\begin{enumerate}
    366 		\item Creada por Satoshi Nakamoto en 2009
    367 		\item Escasez solo 21 millones de unidades
    368 		\item Halving cada 4 años, cada vez un 50\% menos de recompensa. 
    369 		\item basado en PoW
    370 		\item ¿Calentamiento global? Datacenters en países nórdicos. 
    371 		\item el dinero se crea, se guarda, y se transfiere. Siempre disponible. 
    372 		\item Que resuelve BTC
    373 			\begin{itemize}
    374 			\item El problema del general Bizantino (consenso)
    375 			\item Doble gasto (libro mayor / ledger)
    376 				
    377 				
    378 			\end{itemize}		
    379 	\end{enumerate}
    380 	
    381 \end{frame}
    382 
    383 \begin{frame}
    384 
    385 \frametitle{Características de Bitcoin}
    386 
    387 \begin{enumerate}
    388 	\item cuando al menos 3 nodos validan la transacción avisan al resto de nodos.
    389 	\item la base de datos o libro mayor, es completamente distribuido
    390 	\item no es anónimo, se pueden consultar todas las transacciones (blockchain.com)
    391 	\item rastreo forense se puede conocer sobre las carteras. 
    392 	\item Es divisible hasta 8 dígitos (100 millones)
    393 	\item Cada 4 años se produce un halving
    394 	\item Cada 10 minutos se genera un bloque de 1MB
    395 	\item Cada 210.000 bloques de 1MB, halving. (cada 4 años)
    396 	\item No es posible acabar con BTC, se necesitarían el 51\% de los pc que lo sustentan. 
    397 	\item Todos los ordenadores de Google son el 1\% de la red BTC 
    398 	\item La blockchain ya existe en satélites	
    399 \end{enumerate}
    400 
    401 \end{frame}
    402 
    403 
    404 
    405 
    406 \begin{frame}
    407 
    408 \frametitle{Los costos de mantener la blockchain}
    409 
    410 \begin{enumerate}
    411 	\item 2012 se recompensaba a la red con 50 BTC
    412 	\item 2016 con 25 BTC
    413 	\item 2020 con 12,5
    414 	\item 2024 sera la mitad. Compensará? Dependerá del precio de BTC. 
    415 	\item Cada vez hay más datacenters, más compentencia, solo 1 gana el premio cada 10 min. 
    416 	\item En España no se mina BTC, pero si ETH
    417 	\item Cada 10 minutos se genera un bloque de 1MB
    418 	\item Cada 210.000 bloques de 1MB, halving. (cada 4 años)
    419 	\item No es posible acabar con BTC, se necesitarían el 51\% de los pc que lo sustentan. 
    420 	\item Todos los ordenadores de Google son el 1\% de la red BTC 
    421 	\item La blockchain ya existe en satélites	
    422 \end{enumerate}
    423 
    424 \end{frame}
    425 
    426 % BLOCKCHAIN
    427 
    428 \begin{frame}
    429 
    430 \frametitle{Imagen blockchain}
    431 
    432 \bf{LIBRO MAYOR DISTRIBUIDO POR MILES DE DATACENTERS}
    433 
    434 \begin{figure}
    435 	\includegraphics[width=0.8\linewidth]{blockchain.jpg}
    436 	\caption{Pixabay License}
    437 \end{figure}
    438 
    439 \end{frame}
    440 
    441 
    442 
    443 % EXPLICACION BITCOIN
    444 
    445 \begin{frame}
    446 	
    447 	\frametitle{Criptomoneda}
    448 	
    449 	\begin{enumerate}
    450 		\item Una moneda digital, con un valor comparable con otras monedas o el dinero fiat como el EURO o Dolar. 
    451 		\begin{itemize}
    452 			\item Bajo licencias de software libre como la licencia MIT
    453 			\item Alt-coins - Derivaciones de criptomonedas existentes
    454 			\item Blochain permisionada o no. 
    455 			\item PoW o PoS
    456 			\item Basadas en cuentas (blockchain (distribuida))
    457 		\end{itemize}
    458 		\item ADA:Licencia Apache
    459 		\item LTC:Licencia MIT
    460 		\item Dogecoin:Licencia  MIT
    461 		\item Clave publica / Clave privada
    462 		\item La clave privada puede almacenarse en un exchange
    463 		\item La cartera fria (almacenamiento de la clave privada)
    464 		
    465 	\end{enumerate}
    466 	
    467 \end{frame}
    468 
    469 	
    470 
    471 % EXPLICACION BITCOIN
    472 
    473 \begin{frame}
    474 
    475 \frametitle{Mineria}
    476 
    477 \begin{itemize}
    478 
    479 		\item Minado y costes de electricidad.
    480 		\item Rig
    481 		\item Pool de mineria 
    482 		\item Minado con CPU o GPU
    483 		\item hashes/segundo
    484 
    485 	
    486 \end{itemize}
    487 
    488 \begin{figure}
    489 	\includegraphics[width=0.7\linewidth]{rig.jpg}
    490 	\caption{cryptoage.com}
    491 \end{figure}
    492 
    493 \end{frame}
    494 
    495 
    496 
    497 %----------------------------------AGRADECIMIENTOS
    498 
    499 \begin{frame}
    500 	\frametitle{Agradecimientos}
    501 	
    502 	\begin{columns}[t] % The "c" option specifies centered vertical alignment while the "t" option is used for top vertical alignment
    503 		\begin{column}{0.45\textwidth} % Left column width
    504 
    505                   \textbf{Las Naves}
    506 			\begin{itemize}
    507 				\item Ana Melchor
    508 				\item David Rosa
    509                 \item Maria Jesús Sánchez 
    510 			\end{itemize}
    511                   \textbf{GNU}
    512 			\begin{itemize}
    513 				\item Richard Stallman
    514 				\item Christian Grothoff
    515 			\end{itemize}
    516 				\textbf{GNU Linux Valencia}
    517 			\begin{itemize}
    518 				\item Julian Moyano
    519 				\item José Mico
    520 				\item Jose Mira (latex)
    521 				
    522 			\end{itemize}
    523 		\end{column}		
    524 	
    525 	\end{columns}
    526 \end{frame}
    527 
    528 
    529 %	CLOSING SLIDE
    530 %----------------------------------------------------------------------------------------
    531 
    532 \begin{frame}[plain] % The optional argument 'plain' hides the headline and footline
    533 	\begin{center}
    534 		{\Huge GRACIAS}
    535 		
    536 		\bigskip\bigskip % Vertical whitespace
    537 		
    538 		{\LARGE ¿Preguntas, Comentarios?}
    539 
    540 \textbf{Descarga esta presentacion - CC SA 4.0}
    541                 \begin{itemize}
    542 				\item Transparencias en LaTEX https://valenciatech.com/flisol-2022-javier-sepulveda.tar
    543 				\item Realizadas con Latex, bajo GNU/Linux Debian 11
    544 				\end{itemize}
    545 	
    546 
    547 
    548         \end{center}
    549 \end{frame}
    550 
    551 
    552 \end{document}