-
Notifications
You must be signed in to change notification settings - Fork 8
/
research_1.html
162 lines (140 loc) · 4.72 KB
/
research_1.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
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
161
162
---
layout: project
title: Cyber informatics
---
<style>
.card {
border-color: lightgray;
border-radius:1rem;
-webkit-transition: transform 200ms ease-in-out;
-moz-transition: transform 200ms ease-in-out;
-o-transition: transform 200ms ease-in-out;
transition: 200ms ease-in-out;
}
.card:hover {
border-color: transparent;
transform: translateY(-5px);
box-shadow: 0 .5rem 1rem #428bca;
}
.card-body {
padding-bottom: 0;
}
.card-footer {
padding: .75rem 1.25rem;
background-color: transparent;
border-top: transparent;
}
</style>
<!-- <div class="container">
<div class="row">
<div class="col-md-12 col-xs-6">
{% comment %}
Sort the projects by date, putting those without dates last
{% endcomment %}
{% assign projects_by_date = site.projects | sort: 'last-updated', 'first' %}
{% assign projects_by_date = projects_by_date | reverse %}
{% for p in projects_by_date %}
{% include project-card.html project=p %}
{% endfor %}
</div>
</div>
</div> -->
<!-- <div class="container mt-5">
<div class="card-deck">
{% comment %}
Sort the projects by date, putting those without dates last
{% endcomment %}
{% assign projects_by_date = site.projects | sort: 'last-updated', 'first' %}
{% assign projects_by_date = projects_by_date | reverse %}
{% for p in projects_by_date %}
{% include project-card.html project=p %}
{% endfor %}
</div>
</div> -->
<a href="{{ site.base }}/research.html">Research</a> > Cyber Informatics
<div class="container mt-5">
<div class="card-deck">
<div class="card mb-4 text-dark text-decoration-none">
<div class="card-body">
<h3 class="card-title">Hate Speech</h3>
<div class="mb-1 text-muted"></div>
<div class="card-text d-inline-block">Building automatic models for hate speech detection and diffusion on online platforms</div>
<br/><br/>
<a href="{{ site.base }}/projects/hate_speech.html"><b>Explore more</b></a>
</div>
<div class="card-footer">
<hr class="solid">
<small class="text-muted">Last updated: 19 September 2020</small>
</div>
</div>
<div class="card mb-4 text-dark text-decoration-none">
<div class="card-body">
<h3 class="card-title">Combating Fake News</h3>
<div class="mb-1 text-muted"></div>
<div class="card-text d-inline-block">Building efficient models to fight COVID-19 related fake news</div>
<br/><br/>
<a href="{{ site.base }}/projects/combating_fake_news.html"><b>Explore more</b></a>
</div>
<div class="card-footer">
<hr class="solid">
<small class="text-muted">Last updated: 19 September 2020</small>
</div>
</div>
</div>
</div>
<div class="container mt-5">
<div class="card-deck">
<div class="card mb-4 text-dark text-decoration-none">
<div class="card-body">
<h3 class="card-title">Collusion on the Web</h3>
<div class="mb-1 text-muted"></div>
<div class="card-text d-inline-block">Detecting collusive entities on online social networks</div>
<br/><br/>
<a href="{{ site.base }}/projects/collusion_on_web.html"><b>Explore more</b></a>
</div>
<div class="card-footer">
<hr class="solid">
<small class="text-muted">Last updated: 19 September 2020</small>
</div>
</div>
<div class="card mb-4 text-dark text-decoration-none">
<div class="card-body">
<h3 class="card-title">Spread of Misinformation</h3>
<div class="mb-1 text-muted"></div>
<div class="card-text d-inline-block">Designing frameworks to model the spread of misinformation</div>
<br/><br/>
<a href="{{ site.base }}/projects/spread_of_misinformation.html"><b>Explore more</b></a>
</div>
<div class="card-footer">
<hr class="solid">
<small class="text-muted">Last updated: 19 September 2020</small>
</div>
</div>
</div>
</div>
<div class="container mt-5">
<div class="card-deck">
<div class="card mb-4 text-dark text-decoration-none">
<div class="card-body">
<h3 class="card-title">Claim Detection and Verification</h3>
<div class="mb-1 text-muted"></div>
<div class="card-text d-inline-block">Building models to identify claims in online content and verify their veracity</div>
<br/><br/>
<a href="{{ site.base }}/projects/claim_detection_verification.html"><b>Explore more</b></a>
</div>
<div class="card-footer">
<hr class="solid">
<small class="text-muted">Last updated: 19 September 2020</small>
</div>
</div>
<div class="card-body">
<!-- <h3 class="card-title">Claim Detection and Verification</h3>
<div class="mb-1 text-muted"></div>
<div class="card-text d-inline-block">Building models to identify claims in online content and verify their veracity</div> -->
</div>
<div class="card-footer">
<!-- <hr class="solid">
<small class="text-muted">Last updated: 19 September 2020</small> -->
</div>
</div>
</div>