-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
146 lines (131 loc) · 3.96 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Jacinto Nascimento</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link
rel="stylesheet"
href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.css"
/>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.0/jquery.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.js"></script>
<link
href="https://fonts.googleapis.com/css?family=Oswald:700"
rel="stylesheet"
type="text/css"
/>
</head>
<body>
<!-- Navigation -->
<nav class="navbar navbar-inverse">
<div class="container">
<ul class="nav navbar-nav">
<li><a href="#">Home</a></li>
<li><a href="#education">Education</a></li>
<li><a href="#experience">Experience</a></li>
<li><a href="#publication">Publication</a></li>
<li><a href="#projects">Projects</a></li>
</ul>
</div>
</nav>
<!-- Page Content -->
<div class="container">
<div class="row">
<!-- Entries Column -->
<div class="col-md-8">
<!-- Main Image -->
<img class="img-responsive" src="avatar.png" alt="" /><br />
<div style="margin-top: 3%; text-align: justify">
<p>
TODO
</p>
<p>
TODO
</p>
<p>
TODO
</p>
</div>
</div>
<!-- Contact Info on the Sidebar -->
<div class="col-md-4">
<div style="font-family: 'Oswald', sans-serif; font-size: 32px">
<b>Jacinto Nascimento</b>
</div>
<br />
<p>
<b>[email protected]</b><br />
</p>
<p>
TODO
<br />
</p>
</div>
<!-- Links on the Sidebar -->
<div class="col-md-4" style="margin-top: 2%">
<dd>
<a href="https://www.researchgate.net/profile/Jacinto-Nascimento" target="_blank"
>ResearchGate</a
>
</dd>
<dd>
<a
href="https://scholar.google.com/citations?user=9bMPdwoAAAAJ"
target="_blank"
>Google Scholar</a
>
</dd>
</div>
</div>
<div class="row">
<div class="col-md-10">
<h2 id="education">Education</h2>
<strong>TODO</strong><br />
</div>
</div>
<div class="row">
<div class="col-md-10">
<h2 id="experience">Experience</h2>
<strong>TODO</strong><br />
</div>
</div>
<div class="row">
<div class="col-md-10">
<h2 id="publication">Publication</h2>
<strong>Selected peer-reviewed papers</strong><br />
<ul>
<li class="paper">
[<a href="https://opprdev.github.io/art-jac/src/publications/PAMI-TPS-LAST-VERSION.pdf" target="_blank">pdf</a>]
Jacinto Nascimento, Gustavo Carneiro. One shot segmentation: unifying rigid detection and non-rigid segmentation using elastic regularization. In IEEE Transactions on Pattern Analysis and Machine Intelligence (TPAMI) 2019.
</li>
</ul>
</div>
</div>
<div class="row">
<div class="col-md-10">
<h2 id="projects">Projects</h2>
<a href="https://breastscreening.github.io/" target="_blank"><strong>BreastScreening</strong></a
><br />
<p>
TODO
</p>
</div>
</div>
<div class="row">
<div class="col-md-10"></div>
<br />
<a
href="https://fmcalisto.github.io/"
target="_blank"
style="color: gray"
>Proudly Powered by oppr</a
>
<br />
<br />
<br />
</div>
</div>
<!-- /.container -->
</body>
</html>