-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
29 lines (27 loc) · 1.3 KB
/
index.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
<!--This website is based on the example showed in:
https://help.github.com/articles/adding-a-jekyll-theme-to-your-github-pages-site-with-the-jekyll-theme-chooser/-->
<!DOCTYPE html>
<html>
<head>
<title>Old Page</title>
<meta charset="UTF-8" />
<meta http-equiv="refresh" content="1; URL=https://sites.google.com/view/cleberjamaral" />
</head>
<body>
<p>This page has been moved. If you are not redirected within 1 second, click <a href="https://sites.google.com/view/cleberjamaral">here</a> to go to the new website.</p>
</body>
</html>
<!--
---
layout: default
title: Cleber Jorge Amaral
---
<div class="blurb">
<h1>Cleber Jorge Amaral</h1>
<p>
Lecturer at <a href="http://www.ifsc.edu.br">IFSC</a> - <a href="http://sj.ifsc.edu.br">Campus São José</a> - <a href="https://wiki.sj.ifsc.edu.br/wiki/index.php/Portal_de_Telecomunica%C3%A7%C3%B5es">Telecommunication Area</a> on Engineering and Technicians courses.<br>
PhD student at <a href="http://ufsc.br">UFSC</a> - <a href="http://pgeas.ufsc.br/">PPGEAS</a> (Graduate Program in Automation and Systems Engineering) under the supervision of <a href="http://jomi.das.ufsc.br/">Jomi Fred Hübner</a> and <a href="https://www.researchgate.net/profile/Stephen_Cranefield">Stephen Cranefield</a>.
</p>
</div>
-->
<!-- /.blurb -->