-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.Rmd
137 lines (89 loc) · 3.98 KB
/
index.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
---
title: "Hoja de vida de Leo"
author: Jorge Leonardo López Martínez
date: "`r Sys.Date()`"
output:
pagedown::html_resume:
# set it to true for a self-contained HTML page but it'll take longer to render
self_contained: true
css: ["css/resume.css"]
# to render into pdf: pagedown::chrome_print("index.html")
# If needed:
# https://pagedown.rbind.io/
# https://www.pagedmedia.org/about-paged-media/pagedjs-cheatsheet/
# https://slides.yihui.name/2019-rstudio-conf-pagedown.html#1
# xaringan::inf_mr("docs/index.Rmd")
---
<!--- start of code for font awesome--->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/css/all.css" integrity="sha256-46qynGAkLSFpVbEBog43gvNhfrOj+BmwXdxFgVK/Kvc=" crossorigin="anonymous" />
<!--- end of code for font awesome--->
```{r, include=FALSE}
# code from https://github.com/nstrayer/cv
knitr::opts_chunk$set(
results='asis',
echo = FALSE
)
library(tidyverse)
library(glue)
# Set this to true to have links turned into footnotes at the end of the document
PDF_EXPORT <- FALSE
# Holds all the links that were inserted for placement at the end
links <- c()
source('parsing_functions.R')
# Load csv with position info
position_data <- read_csv('positions.csv')
```
Aside
================================================================================
<p align= "center">
![](img/yop.jpg){width=80%}
</p>
<i class="fas fa-download"></i> [Descarga mi cv en PDF](https://github.com/Leo4Luffy/Mi_hoja_de_vida/blob/master/index.pdf)
## Información
<i class="fa fa-mobile-alt"></i> +57 311 678 5981
<i class="fas fa-envelope"></i> [email protected]
### Redes sociales
<i class="fa fa-github"></i> [github.com/Leo4Luffy](https://github.com/Leo4Luffy)
<i class="fab fa-researchgate"></i> [researchgate](https://www.researchgate.net/profile/Jaime_Lopez_Hoyos)
<i class="fab fa-twitter"></i> [twitter.com/leo4luffy](https://twitter.com/leo4luffy)
### Intereses
<p align= "center">
![](img/núcleo_DNA.gif){width=60%}
</p>
**Áreas**: Genética animal, Bioestadística.
**Programación**: R<!--, Python-->.
**Sistema de control de versiones**: Git, GitHub.
Main
================================================================================
Jorge Leonardo López Martínez {#title}
--------------------------------------------------------------------------------
### Zootecnista, MSc en Ciencias Agrarias - Genética animal
Particularmente interesado por la genética animal, la bioestadística y la programación, tengo total interés por continuar complementando mi formación y adquirir mayores conocimientos en estas áreas.
Mi proyecto de vida consiste en ser parte de un grupo de personas con conocimientos variados, que se apoyen mutuamente en miras de alcanzar un objetivo común, la conservación de los recursos genéticos en especies animales.
Me considero una persona responsable y con deseos de superación. Todo ello motivado a sentir orgulloso a mi familia y a las personas que me han formado como persona.
--------------------------------------------------------------------------------
Educación {data-icon=graduation-cap data-concise=true}
--------------------------------------------------------------------------------
```{r}
print_section(position_data, 'education')
```
Experiencia {data-icon=laptop}
--------------------------------------------------------------------------------
```{r}
print_section(position_data, 'research')
```
Publicaciones {data-icon=book }
--------------------------------------------------------------------------------
```{r}
print_section(position_data, 'scientific_journals')
```
Presentaciones en congresos {data-icon=chalkboard-teacher}
--------------------------------------------------------------------------------
```{r}
print_section(position_data, 'oral_communications')
```
Cursos de extensión realizados {data-icon=calendar-check}
--------------------------------------------------------------------------------
```{r}
print_section(position_data, 'short_courses')
```