-
Notifications
You must be signed in to change notification settings - Fork 1
/
about.html
executable file
·101 lines (83 loc) · 5.36 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta content="#Secim2023 Project" name="VRL Lab @ Sabanci University">
<meta content="disinformation, social bot detection, coordinated activity detection, dezenformasyon, sosyal bot tespiti, koordinasyon tespiti" name="keywords">
<meta content="Copyright (c) 2022 VRL Lab @ Sabanci University" name="Copyright">
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<meta property="og:title" content="#Secim2023 Project @ VRL Lab">
<meta property="og:type" content="website">
<meta property="og:url" content="http://secim2023.biz">
<meta property="og:image" content="http://secim2023.biz/img/secim2023-logo.png">
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="400">
<meta property="og:description" content="Bu platform üzerinden 2023 Cumhurbaşkanlığı Seçimleri için gerçekleştirdiğimiz dezenformasyon ve koordinasyonlu aktivite ile mücadele projesine ait raporlar ve makaleler yayınlıyoruz.">
<link id="page_favicon" href="img/favicon.ico" rel="icon" type="image/x-icon" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/lipis/[email protected]/css/flag-icons.min.css"/>
<script src="/js/jquery.min.js"></script>
<script src="/js/popper.min.js"></script>
<script src="/js/bootstrap.bundle.min.js"></script>
<script src="/js/fa-all.js" data-auto-replace-svg="nest"></script>
<script src="/js/multilingual.js"></script>
<script src="/js/vrllog.js"></script>
<link rel="stylesheet" href="css/bootstrap.min.css">
<link type="text/css" rel="stylesheet" href="/css/hover-min.css" />
<link type="text/css" rel="stylesheet" href="/css/academicons.min.css" />
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-KMQ3V513ZY"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-KMQ3V513ZY');
</script>
<title>#Secim2023</title>
<script type="text/javascript">
$(document).ready(function () {
vrllogger.event("log", {"code":"PAGE_INIT", "lang":getCookie('pagelang', 'tr')});
$('[data-toggle="tooltip"]').tooltip();
$('#header-container').load('/components/header.html', function() {
setLang(getCookie('pagelang', 'en'));
});
$('#footer-container').load('/components/footer.html', function() {
setLang(getCookie('pagelang', 'en'));
});
});
$(window).on('load', function () {
setLang(getCookie('pagelang', 'en'));
});
</script>
</head>
<body>
<div id="header-container"></div>
<div class="container " style="margin-top: 3em; margin-bottom: 15em;">
<div class="row my-5 justify-content-center">
<div class="col-10" tlang="en">
<h4>
About the team
</h4>
<div>
<p>We are a team of interdisciplinary researchers with years of experience in social media analytics, machine learning, and natural language processing. This project led by Onur Varol at Sabanci University, <a href="https://varollab.com/" target="_blank">VIRAL Lab.</a></p>
<p>Our goal is to provide <b>open and easily-accessible dataset and applications</b> for researchers and public. We want to share <b>transparent reporting</b> for the important issues and debated surrounding this election.</p>
</div>
</div>
<div class="col-10" tlang="tr">
<h4>
Hakkımızda
</h4>
<div>
<p>Sosyal medya analitiği, makine öğrenimi ve doğal dil işlemede uzun yıllara dayanan deneyime sahip disiplinler arası araştırmacılardan oluşan bir ekibiz. Proje Sabancı Üniversitesi <a href="https://varollab.com/" target="_blank">VIRAL Lab'da</a> Onur Varol tarafından yürütülmektedir.</p>
<p>Amacımız, araştırmacılar ve halk için <b>açık ve kolay erişilebilir veri kümesi ve analiz araçları</b> sağlamaktır. Bu seçimle ilgili tartışılan önemli konular için <b>şeffaf raporlama</b> prensibi ile payşımlar yapmak istiyoruz.</p>
</div>
</div>
<div class="col-10">
<iframe width="100%" height="400" src="https://www.youtube.com/embed/pblHH8hxsl8" title="#Secim2023 Project" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
</div>
</div>
</div>
<div id="footer-container"></div>
</body>
</html>