-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
200 lines (180 loc) · 11 KB
/
about.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
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="OSWINDS">
<meta name="keyword" content="doping, anti-doping, Sports, Analytics, Data, Twitter, YouTube, athlete, olympics, tennis, track & field">
<title>TWEETSAFE</title>
<!-- Bootstrap core CSS -->
<link href="assets/css/bootstrap.css" rel="stylesheet">
<!--external css-->
<link href="assets/font-awesome/css/font-awesome.css" rel="stylesheet" />
<link rel="stylesheet" type="text/css" href="assets/css/zabuto_calendar.css">
<link rel="stylesheet" type="text/css" href="assets/js/gritter/css/jquery.gritter.css" />
<link rel="stylesheet" type="text/css" href="assets/lineicons/style.css">
<!-- Custom styles for this template -->
<link href="assets/css/style.css" rel="stylesheet">
<link href="assets/css/style-responsive.css" rel="stylesheet">
<script src="assets/js/chart-master/Chart.js"></script>
</head>
<body>
<section id="container" >
<!--header start-->
<header class="header black-bg">
<div class="sidebar-toggle-box">
<div class="fa fa-bars tooltips" data-placement="right" data-original-title="Toggle Navigation"></div>
</div>
<!--logo start-->
<a href="index.html" class="logo"><b>ANTI-DOPING TWITTER</b></a>
<!--logo end-->
<div class="nav notify-row" id="top_menu"></div>
<div class="top-menu">
<ul class="nav pull-right top-menu">
<div class="row">made by <a href="https://oswinds.csd.auth.gr" class="top-menu-oswinds" target="_blank">OSWINDS</a></div>
<div class="row top-menu-social-media">
<a href="https://github.com/OSWINDS" target="_blank"><i class="fa fa-github pull-right"></i></a>
<a href="#" target="_blank"><i class="fa fa-linkedin pull-right"></i></a>
<a href="https://www.facebook.com/oswinds/" target="_blank"><i class="fa fa-facebook pull-right"></i></a>
<a href="https://twitter.com/oswinds_auth" target="_blank"><i class="fa fa-twitter pull-right"></i></a>
</div>
</ul>
</div>
</header>
<!--header end-->
<!--sidebar start-->
<aside>
<div id="sidebar" class="nav-collapse ">
<!-- sidebar menu start-->
<ul class="sidebar-menu" id="nav-accordion">
<li class="mt">
<a href="index.html">
<i class="fa fa-home"></i>
<span>Home</span>
</a>
</li>
<li class="sub-menu">
<a href="javascript:;" >
<i class="fa fa-bar-chart"></i>
<span>Cases</span>
</a>
<ul class="sub">
<li><a href="general.html">General</a></li>
<li><a href="substances.html">Substances</a></li>
<li><a href="sharapova.html">M. Sharapova</a></li>
<li><a href="meldonium.html">Meldonium</a></li>
<li><a href="armstrong.html">L. Armstrong</a></li>
<li><a href="gay.html">T. Gay</a></li>
<li><a href="jones.html">M. Jones</a></li>
<li><a href="rusada.html">Rusada Scandal</a></li>
<li><a href="fancy_bears.html">Fancy Bears</a></li>
</ul>
</li>
<li class="sub-menu">
<a href="lexicon.html">
<i class="fa fa-book"></i>
<span>Lexicon</span>
</a>
</li>
<li class="sub-menu">
<a class="active" href="about.html">
<i class="fa fa-desktop"></i>
<span>About</span>
</a>
</li>
</ul>
<!-- sidebar menu end-->
</div>
</aside>
<!--sidebar end-->
<!--main content start-->
<section id="main-content">
<section class="wrapper site-min-height">
<div class="row">
<div class="col-lg-8">
<div class="row about-project">
<h3><i class="fa fa-angle-right"></i> <strong>About the Project:</strong></h3>
<p>"SAFEYOU+: Strengthens the anti-doping fight in youth amateur and fitness sports", is an Erasmus+
Collaborative Partnership, which utilizes state-of-the-art scientific knowledge and methods, in
order to understand doping cases in sports, develop an educational tool that provides updated
information and resources about abstaining from doping, as well as educating stakeholders and
end-users about the harms of doping and how to abstain. More details can be found on the <a href="https://safeyou.eu/">project’s
webpage</a>.</p>
<p>"TWEETSAFE" is a project developed by OSWINDS Research Group as part of this collaborative
partnership (A23, A24, in WP4: Crowdsourced content retrieval and modelling). The goal of this
project is to crowdsource social media on the topic of doping in order to enable more anti-doping
policies, to expand its impact by involving a wider and more diverse group of sports professionals
and stakeholder, also to disseminate anti-doping education in wider target groups and finally to
utilize innovative technologies and pedagogical approaches. "TWEETSAFE" performs social media
mining regarding doping cases and related people on Twitter, Youtube and Google+, as well as data
analytics and sentiment analysis techniques on the collected data, while it also enables the
visualization of the results through an online platform.</p>
</div>
</div>
<div class="col-lg-4 about-flow">
<img src="images/flow.png" class="text-center"/>
</div>
</div>
<hr class="about-line">
<div class="row">
<div class="row about-oswinds">
<h4><i class="fa fa-angle-right"></i> <strong>About us:</strong></h4>
<p>
The <a href="https://oswinds.csd.auth.gr" class="top-menu-oswinds" target="_blank">OSWINDS</a> (Online Sources analytics on Web and INternet Distributed platformS) research group belongs to the <a href="https://plase.csd.auth.gr/" class="top-menu-oswinds" target="_blank">Programming Languages and Software Engineering Lab</a> of the <a href="https://www.csd.auth.gr/en/" class="top-menu-oswinds" target="_blank">Department of Informatics</a> at the <a href="https://www.auth.gr/en" class="top-menu-oswinds" target="_blank">Aristotle University of Thessaloniki</a>.
OSWINDS is an active research group engaged in research and development activities in the areas of ICT technologies and their implementations, with additional interest on multi-disciplinary synergies. The mission of OSWINDS is to enable research and innovation progress and development with cultivating a collaborative and knowledge sharing spirit with internal and International collaborations under common research work and projects. OSWINDS work aims at high quality research as well as at applied research and experimenting.
</p><br>
<div class="col-lg-8">
<p>Team supervisor/coordination</p>
<ul>
<li><a href="https://oswinds.csd.auth.gr/people/athena-vakali" class="top-menu-oswinds" target="_blank">Prof. Vakali Athena</a> // avakali [at] csd.auth.gr</li>
</ul>
<p>Research Assistants - Developers</p>
<ul>
<li><a href="https://oswinds.csd.auth.gr/people/antigoni-maria-founta" class="top-menu-oswinds" target="_blank">Yfantidou Sofia</a> // syfantid [at] csd.auth.gr</li>
<li><a href="https://oswinds.csd.auth.gr/people/pavlos-gogousis" class="top-menu-oswinds" target="_blank">Berberis Alexandros</a> // aberb [at] csd.auth.gr</li>
<li><a href="https://oswinds.csd.auth.gr/people/kostas-platis" class="top-menu-oswinds" target="_blank">Kostopoulos Georgios</a> // gikostop [at] csd.auth.gr</li>
</ul>
</div>
<div class="col-lg-4">
<strong><a href="https://oswinds.csd.auth.gr" class="top-menu-oswinds" target="_blank">OSWINDS Research Group</a></strong><br>
Department of Informatics, AUTh<br>
Thessaloniki GR-54124<br>
<strong>Email:</strong> [email protected]
<div class="about-oswinds-sm">
<a href="https://twitter.com/oswinds_auth" target="_blank"><i class="fa fa-twitter"></i></a>
<a href="https://www.facebook.com/oswinds/" target="_blank"><i class="fa fa-facebook"></i></a>
<a href="#" target="_blank"><i class="fa fa-linkedin"></i></a>
<a href="https://github.com/OSWINDS" target="_blank"><i class="fa fa-github"></i></a>
</div>
</div>
</div>
</div>
</section>
</section>
<!--main content end-->
<!--footer start-->
<footer class="site-footer">
<div class="text-center">
© 2017 <a href="https://oswinds.csd.auth.gr" target="_blank">OSWINDS</a>, Source Code can be found <a href="https://github.com/OSWINDS/TweetSafe" target="_blank">here</a>
<a href="about.html#" class="go-top">
<i class="fa fa-angle-up"></i>
</a>
</div>
</footer>
<!--footer end-->
</section>
<!-- js placed at the end of the document so the pages load faster -->
<script src="assets/js/jquery.js"></script>
<script src="assets/js/jquery-1.8.3.min.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<script class="include" type="text/javascript" src="assets/js/jquery.dcjqaccordion.2.7.js"></script>
<script src="assets/js/jquery.scrollTo.min.js"></script>
<script src="assets/js/jquery.nicescroll.js" type="text/javascript"></script>
<script src="assets/js/jquery.sparkline.js"></script>
<!--common script for all pages-->
<script src="assets/js/common-scripts.js"></script>
<script type="text/javascript" src="assets/js/gritter/js/jquery.gritter.js"></script>
<script type="text/javascript" src="assets/js/gritter-conf.js"></script>
</body>
</html>