-
Notifications
You must be signed in to change notification settings - Fork 0
/
TA.html
228 lines (197 loc) · 11.3 KB
/
TA.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
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
<!DOCTYPE html>
<html>
<head>
<title>SICSS-AMU\Law</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- <link rel="stylesheet" href="css/styles.css"> -->
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Raleway">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css">
<style>
body,h1,h2,h3,h4,h5,h6 {font-family: "Raleway", sans-serif}
body, html {
height: 100%;
line-height: 1.8;
}
/* Full height image header */
.bgimg-1 {
background-position: center;
background-size: cover;
background-image: url("images/amu-website.jpg");
min-height: 100%;
}
.w3-bar .w3-button {
padding: 16px;
}
</style>
</head>
<body>
<!-- Navbar (sit on top) -->
<div class="w3-top">
<div class="w3-bar w3-white w3-card" id="myNavbar">
<a href="index.html" class="w3-bar-item w3-button w3-wide">SICSS-AMU\Law</a>
<!-- Right-sided navbar links -->
<div class="w3-right w3-hide-small">
<a href="index.html" class="w3-bar-item w3-button"><i class="fa fa-home"></i> SWEET HOME</a>
<a href="#2024" class="w3-bar-item w3-button">EDITION 2024</a>
<a href="#2022" class="w3-bar-item w3-button">EDITION 2022</a>
</div>
<!-- Hide right-floated links on small screens and replace them with a menu icon -->
<a href="javascript:void(0)" class="w3-bar-item w3-button w3-right w3-hide-large w3-hide-medium" onclick="w3_open()">
<i class="fa fa-bars"></i>
</a>
</div>
</div>
<!-- Sidebar on small screens when clicking the menu icon -->
<nav class="w3-sidebar w3-bar-block w3-black w3-card w3-animate-left w3-hide-medium w3-hide-large" style="display:none" id="mySidebar">
<a href="javascript:void(0)" onclick="w3_close()" class="w3-bar-item w3-button w3-large w3-padding-16">Close ×</a>
<a href="index.html" onclick="w3_close()" class="w3-bar-item w3-button">SWEET HOME</a>
<a href="#2024" onclick="w3_close()" class="w3-bar-item w3-button">EDITION 2024</a>
<a href="#2022" onclick="w3_close()" class="w3-bar-item w3-button">EDITION 2022</a>
</nav>
<!-- Edition 2024 -->
<div class="w3-container" style="padding:64px 16px 64px 16px" id="2024">
<h3 class="w3-center">Edition 2024 </h3>
<p class="w3-center w3-large">The previous one</p>
<!-- Container -->
<div class="w3-row-padding w3-grayscale" style="margin-top:64px; overflow-x: auto; white-space: nowrap;">
<div class="w3-col l3 m6 w3-margin-bottom" style="display: inline-block; float: none; white-space: normal; vertical-align: top;">
<div class="w3-card">
<img src="images/kamil_szostak.jpeg" alt="Kamil Szostak" style="width:100%">
<div class="w3-container">
<h3>Kamil Szostak</h3>
<p class="w3-opacity">Teaching Assistant, Coordinator</p>
<p>Kamil Szostak is a recent Computer Science graduate and a 5th year Law student at Adam Mickiewicz University. His fluency in programming includes Python, Java, R, and SQL while his academic interests are focused on Constitutional Law and potential ways of AI application in the legal practice.</p>
</div>
</div>
</div>
<div class="w3-col l3 m6 w3-margin-bottom" style="display: inline-block; float: none; white-space: normal; vertical-align: top;">
<div class="w3-card">
<img src="images/mateusz_mrozinski.jpeg" alt="Mateusz Mroziński" style="width:100%">
<div class="w3-container">
<h3>Mateusz Mroziński</h3>
<p class="w3-opacity">Teaching Assistant</p>
<p>Mateusz Mroziński is a recent graduate at Adam Mickiewicz University. He holds a bachelor's degree in Computer Science. He has intermediate programming skills in Python and web technologies, his interests include data science and artificial intelligence.</p>
</div>
</div>
</div>
<div class="w3-col l3 m6 w3-margin-bottom" style="display: inline-block; float: none; white-space: normal; vertical-align: top;">
<div class="w3-card">
<img src="images/martyna_osztynowicz.jpeg" alt="Martyna Osztynowicz" style="width:100%">
<div class="w3-container">
<h3>Martyna Osztynowicz</h3>
<p class="w3-opacity">Teaching Assistant</p>
<p>Martyna Osztynowicz is a first year Computer Science student at Poznań Univeristy of Technology. She is interested in cybersecurity and plans to continue her studies in this field. She is proficient in Python and C programming.</p>
</div>
</div>
</div>
<div class="w3-col l3 m6 w3-margin-bottom" style="display: inline-block; float: none; white-space: normal; vertical-align: top;">
<div class="w3-card">
<img src="images/joanna_walczak.jpeg" alt="Joanna Walczak" style="width:100%">
<div class="w3-container">
<h3>Joanna Walczak</h3>
<p class="w3-opacity">Teaching Assistant</p>
<p>Joanna Walczak is an IT student at Poznań University of Technology. In her free time, she primarily explores programming through game development, alongside engaging in computer graphics projects like object modeling. She knows the basics of Python and C++ languages.</p>
</div>
</div>
</div>
<div class="w3-col l3 m6 w3-margin-bottom" style="display: inline-block; float: none; white-space: normal; vertical-align: top;">
<div class="w3-card">
<img src="images/krzysztof_jeronim.jpeg" alt="Krzysztof Jeronim" style="width:100%">
<div class="w3-container">
<h3>Krzysztof Jeronim</h3>
<p class="w3-opacity">Teaching Assistant</p>
<p>Krzysztof Jeromin is a fifth-year student of European law at Adam Mickiewicz University. He is currently conducting research on access to encrypted data in information exchange services and its impact on the right to privacy. He presented his research at the LAITech 2024 conference in Estonia. His research interests focus on the impact of new technologies on fundamental rights.</p>
</div>
</div>
</div>
<div class="w3-col l3 m6 w3-margin-bottom" style="display: inline-block; float: none; white-space: normal; vertical-align: top;">
<div class="w3-card">
<img src="images/weronika_lomanko.jpeg" alt="Weronika Łomanko" style="width:100%">
<div class="w3-container">
<h3>Weronika Łomanko</h3>
<p class="w3-opacity">Teaching Assistant</p>
<p>Weronika Łomako is a 5th year student of European Law at Adam Mickiewicz University. Her academic interests are focused on consumer protection on online platforms, especially in context of recommendation systems.</p>
</div>
</div>
</div>
</div>
</div>
<!-- Edition 2022 -->
<div class="w3-container" style="padding:16px 16px" id="2022">
<h3 class="w3-center">Edition 2022 </h3>
<p class="w3-center w3-large">The first one</p>
<!-- Container -->
<div class="w3-row-padding w3-grayscale" style="margin-top:64px; overflow-x: auto; white-space: nowrap;">
<div class="w3-col l3 m6 w3-margin-bottom" style="display: inline-block; float: none; white-space: normal; vertical-align: top;">
<div class="w3-card">
<img src="images/malgorzata_jurczak.png" alt="Małgorzata Jurczak" style="width:100%">
<div class="w3-container">
<h3>Małgorzata Jurczak</h3>
<p class="w3-opacity">Teaching Assistant</p>
<p>Malgorzata Jurczak is a master student at the Faculty of Mathematics and Computer Science (of AMU) majoring in Statistics & Data Analysis. She holds a Bachelor’s degree in Mathematics (speciality in Data Analysis). She is interested in the area of machine learning, currently she is preparing her master’s thesis about Deep Stacking Networks. Professionally she is connected with actuary. Her skills include R programming (more than 3 years) as well as the basics of SQL.</p>
</div>
</div>
</div>
<div class="w3-col l3 m6 w3-margin-bottom" style="display: inline-block; float: none; white-space: normal; vertical-align: top;">
<div class="w3-card">
<img src="images/anna_holdynska.jpeg" alt="Anna Hołdyńska" style="width:100%">
<div class="w3-container">
<h3>Anna Hołdyńska</h3>
<p class="w3-opacity">Teaching Assistant</p>
<p>Anna Holdynska is a master student of Data Analysis and Data Processing at the Adam Mickiewicz University in Poznań. She works for a company Unilever in Poznań where she prepares reports for technical department using Power BI Service and helps employees understand trends and deriving insights from company data. Her master’s thesis is about integration R language with different types of Business Intelligence tools. She is R-programmer, but she also knows basics of Python and SQL.</p>
</div>
</div>
</div>
<div class="w3-col l3 m6 w3-margin-bottom" style="display: inline-block; float: none; white-space: normal; vertical-align: top;">
<div class="w3-card">
<img src="images/mateusz_gruszczynski.jpeg" alt="Mateusz Gruszczyński" style="width:100%">
<div class="w3-container">
<h3>Mateusz Gruszczyński</h3>
<p class="w3-opacity">Teaching Assistant</p>
<p>Mateusz Gruszczynski holds a Bachelor’s degree in Mathematics (specialty in data analysis). He is a master student at the Faculty of Mathematics and Computer Science (of AMU) majoring in Data Analysis and Data Processing. He is currently focusing on his master’s thesis about forecasting exchange rate risk using GARCH models. His interests includes programming and machine learning. He is R-programmer, but he is also familiar with the basics of SQL and Python.</p>
</div>
</div>
</div>
</div>
</div>
<!-- Footer -->
<footer class="w3-center w3-black w3-padding-64">
<a href="#top" class="w3-button w3-light-grey"><i class="fa fa-arrow-up w3-margin-right"></i>To the top</a>
<div class="w3-xlarge w3-section">
<a href="mailto:sicss@amu.edu.pl" style="text-decoration: none; color: inherit;">
<i class="fa-solid fa-envelope" style="margin: 0 5px;"></i></a>
<a href="https://www.facebook.com/people/SICSS-AMULaw-2024/61557991145761/" target="_blank">
<i class="fa-brands fa-facebook" style="margin: 0 5px;"></i></a>
<a href="https://www.linkedin.com/company/sicss-amu-law-2022/" target="_blank">
<i class="fa-brands fa-linkedin" style="margin: 0 5px;"></i></a>
</div>
<p>© Copyright 2024 by Jędrzej Wydra & Paulina Klisowska<p/>
<p>Powered by <a href="https://www.w3schools.com/w3css/default.asp" title="W3.CSS" target="_blank" class="w3-hover-text-green">w3.css</a></p>
<p>Hosted by GitHub Pages.<p/>
</footer>
<script>
// Modal Image Gallery
function onClick(element) {
document.getElementById("img01").src = element.src;
document.getElementById("modal01").style.display = "block";
var captionText = document.getElementById("caption");
captionText.innerHTML = element.alt;
}
// Toggle between showing and hiding the sidebar when clicking the menu icon
var mySidebar = document.getElementById("mySidebar");
function w3_open() {
if (mySidebar.style.display === 'block') {
mySidebar.style.display = 'none';
} else {
mySidebar.style.display = 'block';
}
}
// Close the sidebar with the close button
function w3_close() {
mySidebar.style.display = "none";
}
</script>
</body>
</html>