<% content_for :head do %> <% end %> <% content_for :scripts do %> <%= asset :js, :gamification %> <% end %>
<% if studytime? %> <%= render '/tiles/blokmap.*' %> <% end %>
Upcoming Events
<% unless upcoming_events.empty? %> <% upcoming_events.each do |event| %>
<%= render '/partials/_events_tile.*', event: event %>
<% end %> <% else %>
There are currently no upcoming events. If you have a suggestion, let us know on mattermost in ~events!
<% end %>
Top Coders
Previous Events
<% previous_events[0..3].each do |event| %>
<%= render '/partials/_events_tile.*', event: event %>
<%end%>

About Zeus WPI

Zeus WPI is the student association for Computer Science at Ghent University. Our goal is to provide a stimulating environment for motivated students looking to expand their skills by engaging in interesting real-world projects.

We organize various tech related talks by experts (eg. professors, PhD's, Richard Stallman, Julia Reda, ...), hands-on coding events and introductory lectures for cool technologies. Together we build interesting applications for Ghent University students (Hydra), for FaculteitenKonvent and 12urenloop, and ofcourse for ourselves.

Blogposts
<% sorted_articles[0..3].each do |post| %> <%= render '/partials/_blog_preview.*', post: post %> <%end%>