-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathteaching.html
More file actions
71 lines (67 loc) · 3.72 KB
/
teaching.html
File metadata and controls
71 lines (67 loc) · 3.72 KB
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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Juan C. Arboleda R. - Teaching</title>
<link rel="stylesheet" href="styles/main.css">
<link rel="shortcut icon" href="images/nea-onnim-g.svg">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<nav>
<img src="images/nea-onnim-nav.svg" alt="Nea onnim no sua, a ohu." width="50px">
<ul>
<li><a href="index.html">About me</a></li>
<li><a href="research.html">Research</a></li>
<li><a href="teaching.html">Teaching</a></li>
<li><a href="personal.html">Personal</a></li>
<li><a href="translations.html">Science in Spanish</a></li>
</ul>
<a href="https://fenfisdi.weebly.com/" target="_blank"><img src="images/fenfisdi.png" alt="FENFISDI logo"
width="100px" id="fenfisdi"></a>
<div class="nav-links">
<a class="social-net" href="https://twitter.com/Nesper94"
target="_blank"><img src="images/social-net/twitter.png"
width="30px" ></a>
<a class="social-net" href="https://github.com/Nesper94"
target="_blank"><img src="images/social-net/github.png"
width="30px" ></a>
</div>
</nav>
<div class="container">
<h1>Teaching</h1>
<p>I am convinced that education is the most powerful tool to transform societies,
for this reason teaching is a passion and a duty for me.</p>
<p>As part of a scholarship during my MSc I had the opportunity to teach some courses for
undergraduate students:
<ul>
<li>General Biology Lab. for Microbiologists</li>
<li>Molecular Genetics Lab. for Biologists</li>
<li>General Genetics for Biologists</li>
</ul>
</p>
<p>Currently I continue to be assistant professor in the course of General Genetics. Eventually, I also give
introductory courses to Linux and Python.</p>
<h2>Didactic material (in Spanish)</h2>
<ul>
<li><a href="docs/clase-intro-linux.pdf" target="_blank">Introducción a Linux</a></li>
<li><a href="docs/how-to-install-linux.pdf" target="_blank">Guía de instalación de Linux</a></li>
<li><a href="docs/2020-05-08-intro-git-github.html" target="_blank">Introducción a Git y GitHub</a></li>
<li><a href="docs/intro-python/index.html">Introducción a Python</a></li>
<li><a href="vglii-example/genetics-vgl2.html" target="_blank">Genética con VGLII</a></li>
<li><a href="docs/intro-R.html" target="_blank">Introducción a R - Parte 1</a></li>
<li><a href="docs/intro-R-02.html" target="_blank">Introducción a R - Parte 2</a></li>
<li><a href="translations.html" target="_blank">Artículos académicos traducidos al Español</a></li>
<li><a href="docs/hilo-caos/index.html" target="_blank">La teoría del caos</a></li>
<li><a href="docs/bases-de-datos.html" target="_blank">Introducción a las bases de datos biológicas</a></li>
<li><a href="docs/herramientas-análisis-de-secuencias.html" target="_blank">Herramientas para el análisis de secuencias</a></li>
</ul>
<hr>
<footer>
<address class="mail">
Contact me: <a href="mailto:juan.arboleda2@udea.edu.co">juan.arboleda2@udea.edu.co</a>
</address>
</footer>
</div>
</body>
</html>