-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathackn.php
65 lines (52 loc) · 2.26 KB
/
ackn.php
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
<?php
require "../phplib/genlibraries.php";
redirectOutside();
?>
<?php require "../htmlib/header.inc.php"; ?>
<body class="page-header-fixed page-sidebar-closed-hide-logo page-content-white page-container-bg-solid page-sidebar-fixed">
<div class="page-wrapper">
<?php require "../htmlib/top.inc.php"; ?>
<?php require "../htmlib/menu.inc.php"; ?>
<!-- BEGIN CONTENT -->
<div class="page-content-wrapper">
<!-- BEGIN CONTENT BODY -->
<div class="page-content" id="body-help">
<!-- BEGIN PAGE HEADER-->
<!-- BEGIN PAGE BAR -->
<div class="page-bar">
<ul class="page-breadcrumb">
<li>
<a href="/home/">Home</a>
<i class="fa fa-circle"></i>
</li>
<li>
<span>Help</span>
<i class="fa fa-circle"></i>
</li>
<li>
<span>Acknowledgments</span>
</li>
</ul>
</div>
<!-- END PAGE BAR -->
<!-- BEGIN PAGE TITLE-->
<h1 class="page-title"> Acknowledgments for the use of MuG VRE
</h1>
<!-- END PAGE TITLE-->
<!-- END PAGE HEADER-->
<div id="html-content-help">
<div class="note note-info">
<h4 class="block">Please use the following statement to acknowledge the use of MuG VRE</h4>
<p>
“Results in this work have been obtained using the MuG VRE (<a href="https://multiscalegenomics.eu" target="_blank">multiscalegenomics.eu</a>), which receives funding from the European Union’s Horizon 2020 research and innovation programme under grant agreement No 676556”
</p>
</div>
</div>
</div>
<!-- END CONTENT BODY -->
</div>
<!-- END CONTENT -->
<?php
require "../htmlib/footer.inc.php";
require "../htmlib/js.inc.php";
?>