-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·160 lines (146 loc) · 5.99 KB
/
Copy pathindex.html
File metadata and controls
executable file
·160 lines (146 loc) · 5.99 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
150
151
152
153
154
155
156
157
158
159
160
---
layout: default
title: Home
notitle: true
role_groups:
- [faculty, postdoc, staff]
- [grad]
role_remain:
- [collab, ugrad, ugrad-alum]
- [alum]
---
<div class="jumbotron">
<p>
At <b>Calipr</b> we measure Internet phenomena that impact network security, inter-domain routing and Internet censorship.
Our <a href="{{ site.base }}/research/">research</a> involves building tools and deploying platforms to gather valuable data for empirical analysis. We are a part of the
<a href="https://www.cics.umass.edu/">College of Information and Computer Sciences</a> at the <a href="https://www.umass.edu/">University of Massachusetts Amherst</a>.
</p>
</div>
<h2>News</h2>
<br>
<ul class="news">
{% for post in site.posts limit: site.front_page_news %}
{% include news-item.html item=post %}
{% endfor %}
{% assign numposts = site.posts | size %}
<li>
<div class="icon"><i class="fa fa-history"></i></div>
<div class="text"><a href="{{ site.base }}/{% if numposts >= site.front_page_news %}blog/{%else%}oldnews.html{%endif%}">Older news…</a></div>
</li>
</ul>
<h2>Research Projects</h2>
<br>
<div class="card-columns">
{% for p in site.projects %}
{% if p.status != "inactive" %}
<div class="card {%if p.link or p.url%}link{%endif%}">
{% if p.link %}
{% assign proj_url = p.link %}
{% else %}
{% capture proj_url %}{{site.base}}{{p.url}}.html{% endcapture %}
{% endif %}
<a href="{{proj_url}}">
<div class="card-block">
<div class="title">
{% if p.image %}
{% assign imgurl = p.image %}
{% capture init %}{{ p.image | slice: 0,1 }}{% endcapture %}
{% if init == "/" %}
{% capture imgurl %}{{site.base}}{{p.image}}{% endcapture %}
{% endif %}
<h3 class="card-title">
<img class="icon img-responsive" src="{{imgurl}}" alt="{{p.title}}"/>
</h3>
{% endif %}
<h3 class="card-title">{{p.title}}</h3>
</div>
<div class="card-text">
{{ p.description | markdownify }}
</div>
</div>
{% if p.people %}
<div class="card-footer">
{% include project-people.html people=p.people %}
</div>
{% endif %}
</a>
</div>
{% endif %}
{% endfor %}
</div>
<h2>People</h2>
<div class="row">
{% for grp in page.role_groups %}
<div class="col-md-{% if grp contains 'grad' %}8{% else %}4{% endif %}">
{% for role in site.roles %}
{% if grp contains role.key %}
<h3>{{ role.name }}</h3>
<ul class="people {{ role.key }}">
{% for item in site.data.people %}
{% assign person = item[1] %}
{% if person.role == role.key %}
<li>
{% if person.webpage %}<a href="{{ person.webpage |escape }}">{% endif %}
{% assign imgurl = false %}
{% if person.image %}
{% capture init %}{{ person.image | slice: 0,2 }}{% endcapture %}
{% if init == "//" %}
{% assign imgurl = person.image %}
{% else %}
{% capture imgurl %}{{site.base}}{{person.image}}{% endcapture %}
{% endif %}
{% endif %}
{% if imgurl %}
<img class="img-circle profile" src="{{imgurl}}" />
{% else %}
<svg class="profile"><circle class="noprofile" /></svg>
{% endif %}
{% if person.webpage %}</a>{% endif %}
<div class="person"><br>
{% if person.webpage %}<a href="{{ person.webpage |escape }}">{% endif %}
<h4>{{person.display_name}}</h4>
{% if person.webpage %}</a>{% endif %}
{% if person.bio %}<p class="bio">{{person.bio}}</p>{% endif %}
</div>
</li>
{% endif %}
{% endfor %}
</ul>
{% endif %}
{% endfor %}
</div>
{% endfor %}
</div>
<!--Remaining roles (collaborators, undergrads, alumni) -->
<div class="row">
{% for grp in page.role_remain %}
<div class="col-md-6">
{% for role in site.roles %}
{% if grp contains role.key %}
<h3>{{ role.name }}</h3>
<ul class="people {{role.key}}" style="margin-top:1.5em;">
{% for item in site.data.people %}
{% assign person = item[1] %}
{% if person.role == role.key %}
<li>
{% if person.webpage %}<a href="{{ person.webpage |escape }}">{% endif %}{{person.display_name}}{% if person.webpage %}</a>{% endif %}
{% if person.bio %} <span class="bio bio-inline">{{person.bio}}</span>{% endif %}
</li>
{% endif %}
{% endfor %}
</dl>
{% endif %}
{% endfor %}
</div>
{% endfor %}
</div>
<h2>Funding</h2>
<br>
<p>
Calipr is funded by the National Science Foundation SaTC and NETS programs (CNS-1350720, CNS-1422566, CNS-1651784, CNS-1700657), a Google Faculty Research Award and the Comcast TechFund.
<br><br>
Disclaimer: Any opinions, findings and conclusions or recommendations expressed in research outputs (published papers, talks, blog postings etc.) are those of the author(s) and do not necessarily reflect the views of the sponsors.
<br><br>
<table style="width:100%;"><tr style="width:100%;"><td style="width:33%; text-align:center;"><img width="150" src="{{ site.base }}/img/nsf.jpg" ></td><td style="width:33%; text-align:center;"><img width="150" src="{{ site.base }}/img/google.png"></td><td style="width:33%; text-align:center;"><img width="150" src="{{ site.base }}/img/Comcast_Logo.svg.png"/></td></tr></table>
<br>
</p>