-
Notifications
You must be signed in to change notification settings - Fork 1
/
index-en.html
200 lines (182 loc) · 9.1 KB
/
index-en.html
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
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
<meta name="description" content="Homepage Felipe Restrepo-Calle. Associate professor Universidad Nacional de Colombia- UNAL."/>
<meta name="keywords" content="Programming languages, fault tolerance, hardening techniques, engineering education, UNCode, IRIS, programming paradigms, data analysis and visualization, Python" />
<meta name="author" content="Felipe Restrepo-Calle" />
<link rel="stylesheet" type="text/css" href="style.css" media="screen" />
<link rel="stylesheet" type="text/css" href="mi-estilo.css" media="screen" />
<title>Felipe Restrepo Calle</title>
<link href='https://fonts.googleapis.com/css?family=News+Cycle&v1' rel='stylesheet' type='text/css' />
</head>
<body>
<div id="site-wrapper">
<div class="idioma">
<a href="index.html">Español</a> <a href="#">English</a>
</div>
<div id="header">
<div id="top">
<div>
<img src="img/frc_pic.jpg" alt="My pic" style="vertical-align:text-bottom; height:200px;" />
<span style="margin-left: 20px; font-family: 'News Cycle', arial, serif; font-size: 340%;">Felipe Restrepo Calle</span>
</div>
<div class="clearer"> </div>
</div>
<div class="navigation" id="sub-nav">
<ul class="tabbed">
<li><a href="#">Home</a></li>
<li><a href="investigacion-en.html">Research</a></li>
<li><a href="docencia-en.html">Courses</a></li>
<li><a href="estudiantes-en.html">Students</a></li>
<li><a href="cv-en.html">CV</a></li>
</ul>
<div class="clearer"> </div>
</div>
</div>
<div id="splash" class="principal" style="border-bottom: 1px solid #DDD;">
<div class="col">
<!-- <div style="margin-top: 10px; margin-bottom: 40px;" class="notice">Notice</div> -->
<strong>Associate Professor</strong><br />
<strong>Coordinator</strong> - <a href="https://www.ingenieria.bogota.unal.edu.co/formacion/maestrias/ms-en-ingenieria-ing-de-sistemas-y-computacion" target="_blank">Master of Science in Computer Engineering</a><br>
<a href="https://ingenieria.bogota.unal.edu.co/dependencias/departamentos/departamento-de-ingenier%C3%ADa-de-sistemas-e-industrial.html" target="_blank">Department of Systems and Industrial Engineering</a><br>
<a href="http://www.unal.edu.co/en/" target="_blank">National University of Colombia</a><br />
Bogotá D.C., Colombia<br/>
<br/>
<strong>Office:</strong> 114 Building 453 (Engineering classrooms)<br>
<strong>Phone:</strong> +57 1 316 5000 ext. 14077/14011<br>
<strong>E-mail:</strong> <a href="https://spamty.eu/mail/v4/1156/HE2bo2fsDf0bbe0eec/" title="Click to reveal this e-mail address" target="_blank">feres...</a>@unal.edu.co<br>
<br>
</div>
<div class="clearer"> </div>
</div>
<div class="principal" style="padding-top: 32px; border-bottom: 1px solid #DDD;">
<div class="col">
<h2 class="label label-blue">Research</h2>
<div style="margin-top: 20px;">
<h3>Research group: <a href="http://plas.unal.edu.co/" target="_blank">Programming Languages and Systems - <strong>PLaS</strong></a></h3>
<br>
<h3>Fields of interests</h3>
<ul>
<li>Computer programming and engineering education.</li>
<li>Data science and machine learning.</li>
<li>Fault tolerance, dependability, methods and tools for dependable design in embedded systems, approximate computing.</li>
<li>Programming languages, automatic source code analysis, language processors.</li>
</ul>
<h3><a href="investigacion-en.html#publicaciones">Publications</a> list</h3>
<br>
<h3>More relevant <a href="investigacion-en.html#proyectos">projects</a></h3>
<br>
<div class="col">
<table>
<tbody>
<tr>
<td><center>
<a href="https://juezun.github.io/" target="_blank">
<h4>UNCode</h4>
<img src="img/UNCode_logo.png" alt="UNCode" width="300"/>
</a>
</center>
</td>
<td><center>
<a href="http://ferestrepoca.github.io/paradigmas-de-programacion/" target="_blank">
<h4>Programming paradigms</h4><br>
<img src="img/paradigms.jpg" alt="Paradigmas de programación"/>
</a>
</center>
</td>
</tr>
<tr>
<td><strong>UNCode:</strong> Interactive system for learning and automatic evaluation of computer programming skills.
<a href="https://juezun.github.io/" target="_blank">More info</a> - <a href="https://github.com/JuezUN/" target="_blank">Repository</a>.<br></td>
<td>Educational web site for the introduction to the programming paradigms, including several tutorials for different languages. <br></td>
</tr>
<tr><td><br></td></tr>
<tr>
<td><center>
<a href="http://www.duto.org/?lang=en" target="_blank">
<h4>IRIS</h4>
<img src="img/iris.jpg" alt="IRIS"/>
</a>
</center>
</td>
<td><center>
<a href="she-en.html">
<h4>Software Hardening Environment - SHE</h4><br>
<img src="img/she.png" alt="SHE"/>
</a>
</center>
</td>
</tr>
<tr>
<td>Accessibility tool for visually impaired children. It allows students perceive figures using their hands.<br></td>
<td>Tool for the automatic hardening of source code in the design of dependable embedded systems.<br></td>
</tr>
</tbody>
</table>
<p>See more <strong><a href="investigacion-en.html#proyectos">projects</a></strong>.</p>
</div>
</div> <br />
</div>
<div class="clearer"> </div>
</div>
<div class="principal" style="padding-top: 32px; border-bottom: 1px solid #DDD;">
<div class="col">
<h2 class="label label-blue">Courses</h2>
<div class="col">
<table>
<tbody>
<tr>
<td><a href="https://mlds.unal.edu.co/courses/course-v1:MLDS+mlds0a+2023/about" target="_blank"><strong>Introduction to programming with Python</strong></a>.
Free virtual MOOC (online).<br></td>
</tr>
<tr>
<td><center>
<a href="https://mlds.unal.edu.co/courses/course-v1:MLDS+mlds0a+2023/about" target="_blank">
<h4>Introduction to programming with Python</h4><br>
<img src="img/Python-logo.svg" alt="Python" width="150"/>
</a>
</center>
</td>
</tr>
</tbody>
</table>
</div>
<div style="margin-top: 20px;">
<h3>Current <a href="docencia-en.html">courses</a></h3>
<ul>
<li><span class="quiet">2024-1</span> <a href="https://sites.google.com/unal.edu.co/lenguajesdeprogramacion-2024-1/" target="_blank">Programming languages (undergraduate)</a></li>
<li><span class="quiet">2024-1</span> <a href="https://mlds.unal.edu.co/courses/course-v1:Ing_sistemas_computacion+SP1+2024_1/about" target="_blank">Masters Seminar I (master's degree)</a></li>
<li><span class="quiet">2024-1</span> <a href="https://sites.google.com/unal.edu.co/seminarioii2024-1/" target="_blank">Masters Research Seminar II (master's degree)</a></li>
<li><span class="quiet">2024-1</span> <a href="https://sites.google.com/unal.edu.co/inv-educativa-aula-ing-2024-1/" target="_blank">Educational research in the engineering classroom (master's degree)</a></li>
<li><span class="quiet">2024-1</span> <a href="https://mlds.unal.edu.co/courses/course-v1:MLDS+mlds1+2024_1/about" target="_blank">Data analysis and visualization (master's degree)</a></li>
<li><span class="quiet">2024-1</span> <a href="https://mlds.unal.edu.co/courses/course-v1:MLDS+mlds4+2024_1/about" target="_blank">Natural language processing and understanding - NLP (master's degree)</a></li>
<li><span class="quiet">2024-1</span> <a href="https://mlds.unal.edu.co/courses/course-v1:MLDS+mlds7+2024_1/about" target="_blank">Application Development with Large Language Models - LLMs</a></li>
</ul>
<p>See all <a href="docencia-en.html">courses</a>.</p>
</div> <br />
</div>
<div class="clearer"> </div>
</div>
<div id="footer">
<div class="left" id="footer-left">
<p>Last updated: February 2024</p>
<p class="quiet"><a href="http://templates.arcsin.se/" target="_blank">website template</a> by <a href="http://arcsin.se/" target="_blank">arcsin</a></p>
<div class="clearer"> </div>
</div>
<div class="right" id="footer-right">
<p class="large"> <a href="#site-wrapper" class="quiet">go up ↑</a></p>
</div>
<div class="clearer"> </div>
</div>
</div>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-55496612-2', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>