-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
106 lines (95 loc) · 4.2 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
<!DOCTYPE HTML>
<html lang="pt-br">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-176063971-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-176063971-1');
</script>
<title>ZDB</title>
<link rel="shortcut icon" href="images/logotopo.jpg" type="image/x-icon">
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body class="is-preload">
<div id="page-wrapper">
<!-- Header -->
<div id="header">
<!-- Logo -->
<h1><a href="index.html" id="logo"><img src="images/logobg.png" alt=""
width="25%" height="25%" srcset="images/logobg.png 2x, images/logobg.png 3x,images/logobg.png 4x"></a></h1>
<!-- Nav -->
<nav id="nav">
<ul>
<li class="current"><a href="index.html"><b>Início</b></a></li>
<li><a href="pesquisador.html"><b>Pesquisadores</b></a></li>
<li><a href="populacao.html"><b>População</b></a></li>
</ul>
</font>
</nav>
</div>
<!-- Gigantic Heading -->
<section class="wrapper style2">
<div class="container">
<header class="major">
<font color="#000000">
<h2>Plataforma de registros zoonóticos</h2></font>
<p><font color="#000000">Conscientização através de dados e informações sobre cuidados em epidemiologia</font></p>
</header>
</div>
</section>
<section class="wrapper style1">
<center>
<h2><font color="#006400">Contexto:</font></h2>
</center>
<p align="middle"><font size="+2" color="#000000"> A ocorrência de zoonoses no Brasil é um
dos maiores problemas de saúde pública. <br>A área de <em>Sistemas Computacionais Aplicados às Ciências da
Vida</em> da <b>Engenharia Biomédica</b> <br> pode colaborar no tratamento, gerenciamento, organização e análise de
dados <br> para promover melhores estratégias de planejamento e prevenção destas doenças.<br> O ZDB é um projeto que auxilia
pesquisadores e profissionais da saúde na aquisição de dados <br> e apresenta à população em geral a importância e definição das
principais zoonoses atuantes no país.</font></p>
</section>
<!-- Posts -->
<section class="wrapper style1">
<article>
<center>
<h2><font color="#006400">Quem somos:</font></h2>
</center>
<p align="middle"><font size="+2" color="#000000"> O ZDB é um projeto realizado na
Universidade Federal do ABC, <br> pela graduanda em Engenharia Biomédica <a href="https://www.linkedin.com/in/liandrayoshida/" target="_blank">Liandra
Ayumi Federizi Yoshida</a>, <br> sob orientação da Prof<sup>a</sup> Dr<sup>a</sup> <a href="http://professor.ufabc.edu.br/~fernanda.almeida" target="_blank">Fernanda
N. Almeida</a>. <br> Esta iniciativa faz parte do BHIG: <em>Bioinformatics and Health Informatics Group</em>.</font></p>
</article>
</section>
<!-- Footer -->
<div id="footer">
<div class="container">
<center>
<h4><font color="#000000"><b>Suporte:</b></font></h4>
<img src="images/logobhig.png" alt="" width="20%" height="20%">
<a href="http://www.ufabc.edu.br/" target="_blank" id="logo"><img src="images/logoufabc.png" alt="" width="15%"
height="15%"></a>
</center>
</div>
<!-- Copyright -->
<div class="copyright">
<ul class="menu">
<li>© Zoonosis DataBase.</li><li><a href="mailto:[email protected]" class="email">
<i>[email protected]</i></a></li>
</ul>
</div>
</div>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.dropotron.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>