-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsoftware.html
More file actions
149 lines (127 loc) · 4.66 KB
/
software.html
File metadata and controls
149 lines (127 loc) · 4.66 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
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
147
148
149
<!DOCTYPE HTML>
<!--
Elemental by Pixelarity
pixelarity.com | hello@pixelarity.com
License: pixelarity.com/license
-->
<html>
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-170788415-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-170788415-1');
</script>
<title>mGuard</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="assets/css/main.css" />
<!--[if lte IE 9]><link rel="stylesheet" href="assets/css/ie9.css" /><![endif]-->
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
</head>
<body>
<!-- Header -->
<div id="header" class="alt">
<a class="logo" href="index.html"><strong>mGuard</strong></a>
<nav id="nav">
<ul>
<li class="active"><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="team.html">Team</a></li>
<li><a href="publications.html">Publications</a></li>
<li><a href="software.html">Software</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
</div>
<!-- ORIGINAL HEADER
<div id="header" class="alt">
<a class="logo" href="index.html"><strong>mGuard</strong></a>
<nav id="nav">
<ul>
<li class="active"><a href="index.html">Home</a></li>
<li>
<a href="#">Dropdown</a>
<ul>
<li><a href="#">Link One</a></li>
<li><a href="#">Link Two</a></li>
<li><a href="#">Link Three</a></li>
<li>
<a href="#">Submenu</a>
<ul>
<li><a href="#">Link One</a></li>
<li><a href="#">Link Two</a></li>
<li><a href="#">Link Three</a></li>
<li><a href="#">Link Four</a></li>
</ul>
</li>
<li><a href="#">Link Five</a></li>
</ul>
</li>
<li><a href="generic.html">Generic</a></li>
<li><a href="elements.html">Elements</a></li>
</ul>
</nav>
</div>
-->
<!-- Main -->
<div id="main">
<!-- Header -->
<header style="background: #eeeeee url(https://mguard.md2k.org/images/pic08doubledark.jpg) 100% 100% no-repeat;">
<!-- <span class="logo"></span> -->
<h1 style="font-size: 4em;"><strong><span style="color: #e09476;"> — <span style="text-shadow: 1px 1px #333333;">mGuard</span> —</span></strong></h1>
</header>
<!-- Content -->
<section id="content" class="wrapper">
<!-- <span class="image main"><img src="images/aboutBannerShort.jpg" alt="" /></span> -->
<h2 style="margin-top: 2em;">Software</h2>
<ul>
<li>
<b>mGuard</b>, <a href="https://gitlab.com/netlab-memphis/mguard-group/new-mguard">https://gitlab.com/netlab-memphis/mguard-group/new-mguard</a>
</li>
<li>
<b>NAC-ABE Library</b>, <a href="https://github.com/UCLA-IRL/NAC-ABE">https://github.com/UCLA-IRL/NAC-ABE</a>
</li>
<li>
<b>PSync library</b>, <a href="https://github.com/named-data/PSync">https://github.com/named-data/PSync</a>
</li>
</ul>
</section>
</div>
<!-- Footer -->
<div id="footer">
<a id="contact"></a>
<h2>Contact Us</h2>
<ul class="major-icons">
<li>
<h3 class="icon fa-phone major"><span class="label">Phone</span></h3>
<p>901-678-1546</p>
</li>
<li>
<h3 class="icon fa-map major"><span class="label">Address</span></h3>
<p style="margin-left: 10px; margin-right:10px;">Dunn Hall 221<br />
University of Memphis<br />
3725 Norriswood Avenue<br />
Memphis, TN 38152</p>
</li>
<li>
<h3 class="icon fa-envelope major"><span class="label">Email</span></h3>
<p><a href="mailto:mguard@md2k.org">mguard@md2k.org</a></p>
</li>
</ul>
<p class="copyright" style="color: #666666">© MD2K. All rights reserved. <br />
The mGuard project is supported by <a href="https://www.nsf.gov/awardsearch/showAward?AWD_ID=2019085" target="_blank">NSF Award #2019085</a></p>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.dropotron.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<!--[if lte IE 8]><script src="assets/js/ie/respond.min.js"></script><![endif]-->
<script src="assets/js/main.js"></script>
</body>
</html>