File tree Expand file tree Collapse file tree 13 files changed +43
-9
lines changed Expand file tree Collapse file tree 13 files changed +43
-9
lines changed Original file line number Diff line number Diff line change 3
3
< div class ="container-fluid ">
4
4
< div class ="row ">
5
5
< div class ="col-sm-6 ">
6
- < p > © 2024 Relational ML Lab.</ p >
6
+ < p > © < span id =" year " > </ span > Relational ML Lab.</ p >
7
7
< p > We are part of the < a href ="https://cispa.de "> CISPA Helmholtz Center for Information Security</ a > , at the < a href ="https://www.uni-saarland.de "> Saarland University</ a > campus.</ p >
8
8
</ div >
9
9
< div class ="col-sm-6 ">
14
14
</ div >
15
15
</ div >
16
16
</ div >
17
- </ div >
17
+ </ div >
18
+ < script >
19
+ document . getElementById ( 'year' ) . textContent = new Date ( ) . getFullYear ( ) ;
20
+ </ script >
Original file line number Diff line number Diff line change 9
9
< ol class ="carousel-indicators ">
10
10
< li data-target ="#carousel " data-slide-to ="0 " class ="active "> </ li >
11
11
< li data-target ="#carousel " data-slide-to ="1 "> </ li >
12
+ < li data-target ="#carousel " data-slide-to ="2 "> </ li >
12
13
</ ol >
13
14
< div class ="carousel-inner ">
14
15
< div class ="item active ">
15
16
< img src ="{{ site.url }}{{ site.baseurl }}/images/group/2.jpg " alt ="03-10-2024 "
16
17
style ="width: 100%; border-radius: 40px; margin-left: auto; ">
17
18
</ div >
19
+ < div class ="item ">
20
+ < img src ="{{ site.url }}{{ site.baseurl }}/images/group/3.jpeg " alt ="18-06-2025 "
21
+ style ="width: 100%; border-radius: 40px; margin-left: auto; ">
22
+ </ div >
18
23
< div class ="item ">
19
24
< img src ="{{ site.url }}{{ site.baseurl }}/images/group/1.jpg " alt ="21-10-2023 "
20
25
style ="width: 100%; border-radius: 40px; margin-left: auto; ">
Original file line number Diff line number Diff line change 76
76
< div class ="container-fluid ">
77
77
< div class ="row ">
78
78
< div class ="col-sm-6 ">
79
- < p > © 2024 Relational ML Lab.</ p >
79
+ < p > © < span id =" year " > </ span > Relational ML Lab.</ p >
80
80
< p > We are part of the < a href ="https://cispa.de "> CISPA Helmholtz Center for Information Security</ a > , at the < a href ="https://www.uni-saarland.de "> Saarland University</ a > campus.</ p >
81
81
</ div >
82
82
< div class ="col-sm-6 ">
88
88
</ div >
89
89
</ div >
90
90
</ div >
91
+ < script >
92
+ document . getElementById ( 'year' ) . textContent = new Date ( ) . getFullYear ( ) ;
93
+ </ script >
91
94
</ div >
92
95
93
96
</ body >
Original file line number Diff line number Diff line change 73
73
< ol class ="carousel-indicators ">
74
74
< li data-target ="#carousel " data-slide-to ="0 " class ="active "> </ li >
75
75
< li data-target ="#carousel " data-slide-to ="1 "> </ li >
76
+ < li data-target ="#carousel " data-slide-to ="2 "> </ li >
76
77
</ ol >
77
78
< div class ="carousel-inner ">
78
79
< div class ="item active ">
79
80
< img src ="/images/group/2.jpg " alt ="03-10-2024 "
80
81
style ="width: 100%; border-radius: 40px; margin-left: auto; ">
81
82
</ div >
83
+ < div class ="item ">
84
+ < img src ="/images/group/3.jpeg " alt ="18-06-2025 "
85
+ style ="width: 100%; border-radius: 40px; margin-left: auto; ">
86
+ </ div >
82
87
< div class ="item ">
83
88
< img src ="/images/group/1.jpg " alt ="21-10-2023 "
84
89
style ="width: 100%; border-radius: 40px; margin-left: auto; ">
@@ -158,7 +163,7 @@ <h3>News</h3>
158
163
< div class ="container-fluid ">
159
164
< div class ="row ">
160
165
< div class ="col-sm-6 ">
161
- < p > © 2024 Relational ML Lab.</ p >
166
+ < p > © < span id =" year " > </ span > Relational ML Lab.</ p >
162
167
< p > We are part of the < a href ="https://cispa.de "> CISPA Helmholtz Center for Information Security</ a > , at the < a href ="https://www.uni-saarland.de "> Saarland University</ a > campus.</ p >
163
168
</ div >
164
169
< div class ="col-sm-6 ">
@@ -170,6 +175,9 @@ <h3>News</h3>
170
175
</ div >
171
176
</ div >
172
177
</ div >
178
+ < script >
179
+ document . getElementById ( 'year' ) . textContent = new Date ( ) . getFullYear ( ) ;
180
+ </ script >
173
181
</ div >
174
182
175
183
</ body >
Original file line number Diff line number Diff line change @@ -167,7 +167,7 @@ <h4>24 April 2023</h4>
167
167
< div class ="container-fluid ">
168
168
< div class ="row ">
169
169
< div class ="col-sm-6 ">
170
- < p > © 2024 Relational ML Lab.</ p >
170
+ < p > © < span id =" year " > </ span > Relational ML Lab.</ p >
171
171
< p > We are part of the < a href ="https://cispa.de "> CISPA Helmholtz Center for Information Security</ a > , at the < a href ="https://www.uni-saarland.de "> Saarland University</ a > campus.</ p >
172
172
</ div >
173
173
< div class ="col-sm-6 ">
@@ -179,6 +179,9 @@ <h4>24 April 2023</h4>
179
179
</ div >
180
180
</ div >
181
181
</ div >
182
+ < script >
183
+ document . getElementById ( 'year' ) . textContent = new Date ( ) . getFullYear ( ) ;
184
+ </ script >
182
185
</ div >
183
186
184
187
</ body >
Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ <h3 id="what-we-look-for">What we look for</h3>
122
122
< div class ="container-fluid ">
123
123
< div class ="row ">
124
124
< div class ="col-sm-6 ">
125
- < p > © 2024 Relational ML Lab.</ p >
125
+ < p > © < span id =" year " > </ span > Relational ML Lab.</ p >
126
126
< p > We are part of the < a href ="https://cispa.de "> CISPA Helmholtz Center for Information Security</ a > , at the < a href ="https://www.uni-saarland.de "> Saarland University</ a > campus.</ p >
127
127
</ div >
128
128
< div class ="col-sm-6 ">
@@ -134,6 +134,9 @@ <h3 id="what-we-look-for">What we look for</h3>
134
134
</ div >
135
135
</ div >
136
136
</ div >
137
+ < script >
138
+ document . getElementById ( 'year' ) . textContent = new Date ( ) . getFullYear ( ) ;
139
+ </ script >
137
140
</ div >
138
141
139
142
</ body >
Original file line number Diff line number Diff line change @@ -894,7 +894,7 @@ <h1 id="publications">Publications</h1>
894
894
< div class ="container-fluid ">
895
895
< div class ="row ">
896
896
< div class ="col-sm-6 ">
897
- < p > © 2024 Relational ML Lab.</ p >
897
+ < p > © < span id =" year " > </ span > Relational ML Lab.</ p >
898
898
< p > We are part of the < a href ="https://cispa.de "> CISPA Helmholtz Center for Information Security</ a > , at the < a href ="https://www.uni-saarland.de "> Saarland University</ a > campus.</ p >
899
899
</ div >
900
900
< div class ="col-sm-6 ">
@@ -906,6 +906,9 @@ <h1 id="publications">Publications</h1>
906
906
</ div >
907
907
</ div >
908
908
</ div >
909
+ < script >
910
+ document . getElementById ( 'year' ) . textContent = new Date ( ) . getFullYear ( ) ;
911
+ </ script >
909
912
</ div >
910
913
911
914
</ body >
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ <h1 id="research">Research</h1>
79
79
< div class ="container-fluid ">
80
80
< div class ="row ">
81
81
< div class ="col-sm-6 ">
82
- < p > © 2024 Relational ML Lab.</ p >
82
+ < p > © < span id =" year " > </ span > Relational ML Lab.</ p >
83
83
< p > We are part of the < a href ="https://cispa.de "> CISPA Helmholtz Center for Information Security</ a > , at the < a href ="https://www.uni-saarland.de "> Saarland University</ a > campus.</ p >
84
84
</ div >
85
85
< div class ="col-sm-6 ">
@@ -91,6 +91,9 @@ <h1 id="research">Research</h1>
91
91
</ div >
92
92
</ div >
93
93
</ div >
94
+ < script >
95
+ document . getElementById ( 'year' ) . textContent = new Date ( ) . getFullYear ( ) ;
96
+ </ script >
94
97
</ div >
95
98
96
99
</ body >
You can’t perform that action at this time.
0 commit comments