Skip to content

Commit 3a2e693

Browse files
committed
log meetup website integration init
1 parent 1fbbc45 commit 3a2e693

File tree

1 file changed

+248
-0
lines changed

1 file changed

+248
-0
lines changed

log2025.html

Lines changed: 248 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,248 @@
1+
---
2+
layout: base
3+
title: "LoG Meetup 2025"
4+
permalink: /log2025/
5+
exclude: true
6+
---
7+
8+
<style>
9+
.log-event-page {
10+
max-width: 900px;
11+
margin: 0 auto;
12+
padding: 20px;
13+
}
14+
15+
.log-header {
16+
text-align: center;
17+
margin-bottom: 40px;
18+
padding: 30px 0;
19+
border-bottom: 3px solid #0067d5;
20+
}
21+
22+
.log-header h1 {
23+
font-size: 2.5em;
24+
margin-bottom: 10px;
25+
color: #0067d5;
26+
}
27+
28+
.log-header .subtitle {
29+
font-size: 1.3em;
30+
color: #666;
31+
margin: 10px 0;
32+
}
33+
34+
.log-section {
35+
margin: 40px 0;
36+
}
37+
38+
.log-section h2 {
39+
color: #0067d5;
40+
border-bottom: 2px solid #ddd;
41+
padding-bottom: 10px;
42+
margin-bottom: 20px;
43+
}
44+
45+
.info-box {
46+
background: #f5f5f5;
47+
padding: 20px;
48+
border-radius: 8px;
49+
margin: 20px 0;
50+
}
51+
52+
.info-box h3 {
53+
margin-top: 0;
54+
color: #333;
55+
}
56+
57+
.info-box ul {
58+
margin: 10px 0;
59+
}
60+
61+
.schedule-item {
62+
padding: 15px;
63+
margin: 10px 0;
64+
border-left: 4px solid #0067d5;
65+
background: #f9f9f9;
66+
}
67+
68+
.schedule-time {
69+
font-weight: bold;
70+
color: #0067d5;
71+
}
72+
73+
.speakers-grid {
74+
display: grid;
75+
grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
76+
gap: 20px;
77+
margin: 20px 0;
78+
}
79+
80+
.speaker-card {
81+
padding: 20px;
82+
background: #f9f9f9;
83+
border-radius: 8px;
84+
text-align: center;
85+
}
86+
87+
.speaker-card h4 {
88+
margin: 10px 0 5px 0;
89+
color: #333;
90+
}
91+
92+
.speaker-card p {
93+
margin: 5px 0;
94+
color: #666;
95+
font-size: 0.9em;
96+
}
97+
98+
.cta-button {
99+
display: inline-block;
100+
padding: 15px 30px;
101+
background: #0067d5;
102+
color: white;
103+
text-decoration: none;
104+
border-radius: 5px;
105+
font-weight: bold;
106+
margin: 10px 5px;
107+
transition: background 0.3s ease;
108+
}
109+
110+
.cta-button:hover {
111+
background: #005a99;
112+
color: white;
113+
}
114+
115+
.highlight {
116+
background: #fff3cd;
117+
padding: 15px;
118+
border-left: 4px solid #ffc107;
119+
margin: 20px 0;
120+
}
121+
</style>
122+
123+
<div class="log-event-page">
124+
<div class="log-header">
125+
<h1>🌐 Learning on Graphs (LoG) <br> Meetup 2025</h1>
126+
<p class="subtitle">Tromsø, Norway 🇳🇴</p>
127+
<p class="subtitle">Date: TBA | Location: UiT - the Arctic University of Norway</p>
128+
</div>
129+
130+
<div class="log-section">
131+
<h2>About the Event</h2>
132+
<p>
133+
Join us for the 2025 Learning on Graphs meetup in Tromsø! This event brings together researchers,
134+
students, and practitioners interested in graph machine learning, graph neural networks, and related topics.
135+
</p>
136+
<p>
137+
Whether you're new to the field or an experienced researcher, this meetup offers great opportunities
138+
for networking, learning, and discussing the latest advances in graph-based machine learning.
139+
</p>
140+
</div>
141+
142+
<div class="highlight">
143+
<strong>📢 Registration coming soon!</strong> Check back for updates on registration and the detailed program.
144+
</div>
145+
146+
<div class="log-section">
147+
<h2>Event Details</h2>
148+
<div class="info-box">
149+
<h3>📅 When</h3>
150+
<ul>
151+
<li><strong>Date:</strong> TBA (2025)</li>
152+
<li><strong>Time:</strong> TBA</li>
153+
</ul>
154+
155+
<h3>📍 Where</h3>
156+
<ul>
157+
<li><strong>Venue:</strong> UiT - the Arctic University of Norway</li>
158+
<li><strong>Room:</strong> TBA</li>
159+
<li><strong>Address:</strong> Tromsø, Norway 🇳🇴</li>
160+
</ul>
161+
162+
<h3>🎯 Format</h3>
163+
<ul>
164+
<li>In-person event</li>
165+
<li>Technical talks and presentations</li>
166+
<li>Poster session</li>
167+
<li>Networking opportunities</li>
168+
<li>Coffee and refreshments</li>
169+
</ul>
170+
</div>
171+
</div>
172+
173+
<div class="log-section">
174+
<h2>Tentative Schedule</h2>
175+
<p><em>Detailed schedule will be announced soon. Here's a general outline:</em></p>
176+
177+
<div class="schedule-item">
178+
<span class="schedule-time">Day 1</span>
179+
<ul>
180+
<li>11:30 PhD kitchen. A space for PhDs and early career researchers to gather ideas, discuss their
181+
research and eat together 👨🏻‍🍳 </li>
182+
<li>13:00 Opening remarks 🤗</li>
183+
<li>13:30 Tutorial 🧑🏻‍🏫</li>
184+
<li>15:00 Coffee Break ☕️</li>
185+
<li>15:30 Short-talks from participants 🎙️</li>
186+
<li>16:30 Poster session 🖼️</li>
187+
<li>17:00 Pizza on the way! 🍕</li>
188+
<li>17:30 End of day 1 💤</li>
189+
<li>20:00 Meetup social event 🍻</li>
190+
</ul>
191+
</div>
192+
193+
<div class="schedule-item">
194+
<span class="schedule-time">Day 2</span>
195+
<ul>
196+
<li>09:00 Welcome back! ☀️</li>
197+
<li>09:30 Keynote speaker 🎤</li>
198+
<li>11:00 Coffee Break ☕️</li>
199+
<li>11:30 Streaming of one of LoG keynotes 🎥</li>
200+
<li>12:30 End of Meetup 🎉</li>
201+
</ul>
202+
</div>
203+
</div>
204+
205+
<div class="log-section">
206+
<h2>Topics of Interest (non-exhaustive list)</h2>
207+
<ul>
208+
<li>Graph Neural Networks (GNNs)</li>
209+
<li>Graph representation learning</li>
210+
<li>Graph pooling and coarsening</li>
211+
<li>Applications of GNNs in various domains</li>
212+
<li>Theoretical aspects of graph learning</li>
213+
<li>Graph signal processing</li>
214+
<li>Network science and analysis</li>
215+
<li>Geometric deep learning</li>
216+
</ul>
217+
</div>
218+
219+
<div class="log-section">
220+
<h2>Call for Contributions</h2>
221+
<p>
222+
We welcome contributions in the form of short-talks and posters! If you're interested in presenting
223+
your work, please stay tuned for the call for abstracts.
224+
</p>
225+
</div>
226+
227+
<div class="log-section" style="text-align: center; margin: 40px 0;">
228+
<h2>Register Your Interest</h2>
229+
<p>Registration details will be available soon. In the meantime, feel free to reach out if you have questions!
230+
</p>
231+
<!-- Uncomment when registration is ready:
232+
<a href="#" class="cta-button">Register Now</a>
233+
-->
234+
<a href="mailto:[email protected]" class="cta-button">Contact Us</a>
235+
</div>
236+
237+
<div class="log-section">
238+
<h2>Contact & Information</h2>
239+
<p>
240+
For questions or more information about the event, please contact us at
241+
242+
</p>
243+
<p>
244+
Follow us for updates:
245+
<a href="https://github.com/ngmlgroup" target="_blank">GitHub</a>
246+
</p>
247+
</div>
248+
</div>

0 commit comments

Comments
 (0)