-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
157 lines (136 loc) · 7.34 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
<!doctype html>
<html lang="en">
<head>
<!-- META -->
<meta charset="utf-8">
<meta name="robots" content="noodp">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<!-- PAGE TITLE -->
<title>Hellenic ACM SIGMOD Chapter - Coming Soon</title>
<!-- FAVICON -->
<link rel="shortcut icon" href="assets/img/favicon.png">
<!-- FONTS -->
<link href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700&subset=latin-ext" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<!-- STYLESHEETS -->
<link rel="stylesheet" type="text/css" href="assets/css/plugins.css">
<link rel="stylesheet" type="text/css" href="assets/css/navigation.css">
<link rel="stylesheet" type="text/css" href="assets/css/responsive.css">
<link rel="stylesheet" type="text/css" href="assets/css/animations.css">
</head>
<body>
<div class="page-container">
<div class="content-wrap">
<div class="list-container">
<ul class="navigation-menu">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="#">Membership</a>
<ul class="navigation-submenu">
<li><a href="officers.html">Officers</a></li>
<li><a href="founding_members.html">Founding Members</a></li>
<li><a href="join.html">How to join</a></li>
</ul>
</li>
<li><a href="https://acmsigmod.gr/hdms/2024/index.html">HDMS</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
<div class="preloader">
<!-- SPINNER -->
<div class="spinner">
<div class="bounce-1"></div>
<div class="bounce-2"></div>
<div class="bounce-3"></div>
</div>
<!-- /SPINNER -->
</div>
<section class="middle-section">
<div class="container mt-0">
<div class="row sub-title text-center">
<div class="col">
<img class="logo" src="assets/img/hellenic-acm-sigmod-transparent-blue.png" alt="image" style="max-width: 30%;">
</div>
</div>
<!-- <div class="row title">
<div class="col">
Welcome to the Hellenic ACM SIGMOD Chapter!
</div>
</div> -->
<div class="row sub-title">
<div class="col">
The Hellenic ACM SIGMOD Chapter was established in 2024 with the aim to bring together the Greek data management research community world-wide,
promoting its scientific and educational contributions and facilitating the mentoring of the young researchers in Greece, Cyprus and the rest of the world.
As a chapter of the ACM Special Interest Group on Management of Data, it operates exclusively for scientific and educational purposes with focus on all aspects
of the data lifecycle:
</div>
</div>
<div class="row pl-2 text">
<div class="col">
<p>
✓ Advance, increase knowledge and interest in data acquisition, data management, data science, data systems and technologies.
</p>
</div>
</div>
<div class="row pl-2 text">
<div class="col">
✓ Increase awareness of the benefits and dangers of the use of data and in general the important role of data and its
applications in shaping every aspect of our life and work among both professionals and the general public.
</div>
</div>
<div class="row pl-2 text">
<div class="col">
✓ Promote the use of data for the common good as well as foster diversity and inclusion in all aspects of data professional activities.
</div>
</div>
<div class="row sub-title">
<div class="col">
Activities of the Hellenic ACM SIGMOD Chapter to achieve its goals include:
</div>
</div>
<div class="row pl-2 text">
<div class="col">
✓ The annual Hellenic Data Management Symposium.
</div>
</div>
<div class="row pl-2 text">
<div class="col">
✓ Networking and connecting events.
</div>
</div>
<div class="row pl-2 text">
<div class="col">
✓ Data-related seminars and panel discussions for raising awareness and exploring specific topics and challenges.
</div>
</div>
<div class="row pl-2 text">
<div class="col">
✓ Mentoring students and young researchers.
</div>
</div>
<div class="row pl-2 text">
<div class="col">
✓ Recognizing role models in the Hellenic database/data management/data science research community.
</div>
</div>
<div class="row pl-2 text">
<div class="col">
✓ Technical support for data research conferences, summer/winter schools on data and information science and technologies,
taking place in Greece and Cyprus.
</div>
</div>
</div>
</section>
</div>
<div class="footer">
<!-- ANIMATION CONTAINER -->
<div class="animation-container animation-fade-up" data-animation-delay="1200">
<p>© 2024 Hellenic ACM SIGMOD Chapter | <a href="mailto:[email protected]">[email protected]</a> | Design by <a href="https://templatefoundation.com">Template Foundation</a></p>
</div>
<!-- /ANIMATION CONTAINER -->
</div>
</div>
<script type="text/javascript" src="assets/js/plugins.js"></script>
<script type="text/javascript" src="assets/js/main.js"></script>
</body>
</html>