-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·58 lines (48 loc) · 2.09 KB
/
index.html
File metadata and controls
executable file
·58 lines (48 loc) · 2.09 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
<!DOCTYPE html>
<html>
<head>
<title>Daniel Y. T. Chino</title>
<meta http-equiv="content-type" content="text/html; charset=windows-1252" />
<link rel="stylesheet" type="text/css" href="css/style.css" />
</head>
<body>
<div id="main">
<header>
<div id="banner">
<div id="welcome">
<h3>Daniel Y. T. Chino</h3>
</div><!--close welcome-->
</div><!--close banner-->
</header>
<nav>
<div id="menubar">
<ul id="nav">
<li class="current"><a href="index.html">About me</a></li>
<li><a href="publications.html">Publications</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="misc.html">Misc</a></li>
</ul>
</div><!--close menubar-->
</nav>
<div id="site_content">
<div id="content">
<div class="content_item">
<img src="images/home.jpg" style="width: 50%; height: 50%" alt="home"/>
<p> PhD and MSc in Computer Science and Computational Mathematics at the Institute of Mathematics and Computer Science (ICMC), University of Sao Paulo (USP), São Carlos. Bachelor of Physics at the Sao Carlos Institute of Physics (IFSC-USP) and Computer Science at ICMC. Currently, I am working as an R&D at Open Communication Security/InterlockLedger.
My research interests include:
<li style="color: rgb(255,255,255)">Data mining</li>
<li style="color: rgb(255,255,255)">Information retrieval</li>
<li style="color: rgb(255,255,255)">Image processing</li>
<li style="color: rgb(255,255,255)">Time series analysis</li>
<li style="color: rgb(255,255,255)">Cryptography</li>
</div><!--close content_item-->
</div><!--close content-->
</div><!--close site_content-->
</div><!--close main-->
<footer>
<a href="index.html">About me</a> | <a href="publications.html">Publications</a> | <a href="contact.html">Contact</a> | <a href="misc.html">Misc</a><br/><br/>
Website template by <a href="http://www.freehtml5templates.co.uk">Free HTML5 Templates</a>
</footer>
<!-- javascript at the bottom for fast page loading -->
</body>
</html>