-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathacknowledgments.html
More file actions
77 lines (62 loc) · 3.79 KB
/
acknowledgments.html
File metadata and controls
77 lines (62 loc) · 3.79 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Acknowledgments</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/github-dark.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script src="javascripts/main.js"></script>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
</head>
<body>
<header>
<h1>DfAnalyzer</h1>
<p></p>
</header>
<div id="banner">
</div>
<!-- end banner -->
<div class="wrapper">
<nav>
<ul><a href="index.html"><strong>DfAnalyzer</strong></a></ul>
<ul><a href="https://github.com/hpcdb/DfAdapter" target="_blank"><strong>DfAdapter</strong></a></ul>
<ul><a href="prov-df.html"><strong>PROV-Df</strong></a></ul>
<ul><a href="applications.html"><strong>Applications</strong></a></ul>
<ul><a href="team.html"><strong>Our team</strong></a></ul>
<ul><a href="publications.html"><strong>Publications</strong></a></ul>
<ul><a href="acknowledgments.html"><strong>Acknowledgements</strong></a></ul>
</nav>
<section>
<h3>
<p><a href="index.html">Home</a> >> <a href="acknowledgement.html">Acknowledgements</a></p>
<a id="acknowledgement" class="anchor" href="#acknowledgement" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a> Acknowledgements
</h3>
<p>
We gratefully acknowledge the support of the following agencies: <a href="http://cnpq.br" target="_blank">CNPq</a>, <a href="http://www.capes.gov.br/" target="_blank">CAPES</a>, <a href="http://www.mcti.gov.br/rnp" target="_blank">RNP</a>,
<a href="http://www.faperj.br/" target="_blank">FAPERJ</a>, <a href="https://www.inria.fr/en/" target="_blank">Inria</a>, and the European Union through the <a href="https://ec.europa.eu/programmes/horizon2020/" target="_blank">Horizon 2020 initiative</a>.
</p>
<p>
<a href="index.html">DfAnalyzer</a> is part of <a href="https://www.inria.fr/en/associate-team/scidisc" target="_blank">SciDisc</a> and <a href="https://hpc4e.eu/" target="_blank">HPC4E</a> projects.
</p>
<p align="center">
<a href="http://cnpq.br" target="_blank"><img src="logo/cnpq.png" width="25%"></a>
<a href="http://www.capes.gov.br/" target="_blank"><img src="logo/capes.png" width="20%"></a><br><br>
<a href="http://www.mcti.gov.br/rnp" target="_blank"><img src="logo/rnp.jpg" width="30%"></a>
<a href="http://www.faperj.br/" target="_blank"><img src="logo/faperj.jpg" width="30%"></a><br><br>
<a href="https://www.inria.fr/en/" target="_blank"><img src="logo/inria.jpg" width="30%"></a>
<a href="https://hpc4e.eu/" target="_blank"><img src="logo/hpc4e.svg" width="30%"></a><br><br>
</p>
</section>
<footer>
<p>Project maintained by <a href="https://github.com/vssousa">vssousa</a></p>
<p><small>Hosted on GitHub Pages — Theme by <a href="https://twitter.com/michigangraham">mattgraham</a></small></p>
</footer>
</div>
<!--[if !IE]><script>fixScale(document);</script><![endif]-->
</body>
</html>