Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update 23 24 #642

Merged
merged 11 commits into from
Apr 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ GEM
rubypants (0.7.1)
sassc (2.4.0)
ffi (~> 1.9)
set (1.0.3)
set (1.0.1)
shellany (0.0.1)
slow_enumerator_tools (1.1.0)
sorted_set (1.0.3)
Expand Down
6 changes: 3 additions & 3 deletions content/about/about.erb
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@ subnavigation:
</p>

<p>
We organize various tech related talks by experts (eg. professors, PhD's, Richard Stallman, Felix Reda, ...), hands-on coding events and introductory lectures for cool technologies.
Together we build interesting applications for Ghent University students (<a href='https://hydra.ugent.be/'>Hydra</a>), for <a href='http://www.fkgent.be/'>FaculteitenKonvent</a> and <a href='https://12urenloop.be/'>12urenloop</a>, and ofcourse for ourselves.
We organize various tech related events, such as talks by experts, hands-on coding events and introductory lectures for interesting technologies.
Together we build applications for Ghent University students (<a href='https://hydra.ugent.be/'>Hydra</a>), for <a href='https://12urenloop.be/'>12urenloop</a> and of course for ourselves.
</p>

<p>
Be sure to check out the <a href='../../projects'>project page</a>!
</p>

<p>
Everybody is welcome at Zeus WPI, even if you don't study computer science. The only requirement is a healthy dose of motivation and some (toleration for) geekyness.
Everybody is welcome at Zeus WPI, regardless of your academic background. What truly matters is your passion for computer science and a bit of (tolerance for) geekiness won't hurt either!
</p>

<h2>The board</h2>
Expand Down
67 changes: 64 additions & 3 deletions content/index.erb
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,13 @@
</a>
</h2>
<p>
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.
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.
</p>

<p>
We organize various tech related talks by experts (eg. professors, PhD's, Richard Stallman, Felix 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.
We organize various tech related events, such as talks by experts, hands-on coding events and introductory lectures for interesting technologies.
Together we build applications for Ghent University students (<a href='https://hydra.ugent.be/'>Hydra</a>), for <a href='https://12urenloop.be/'>12urenloop</a> and of course for ourselves.
</p>
</div>
<div class="block has-text-centered">
Expand All @@ -104,7 +106,7 @@
</a>
</span>
</div>
<% sorted_articles[0..3].each do |post| %>
<% sorted_articles[0..2].each do |post| %>
<%= render '/partials/_blog_preview.*', post: post %>
<%end%>
</div>
Expand All @@ -117,5 +119,64 @@
</div>
</div>
</div>
<!--Sponsors -->
<div class="tile is-parent">
<div id='sponsoring-members' class="tile is-child">
<div class="block has-text-centered">
<span class="title is-2-responsive underline--magical">
<a href="https://zeus.ugent.be/sponsors/members" style="color: black; text-decoration: none;">
Sponsoring members
</a>
</span>
</div>
<% if current_sponsoring_members.nil? %>
<div class="block has-text-centered">
<p>No sponsoring members yet for this academic year. Interested? Contact the board.</p>
</div>
<% else %>
<div class="columns is-centered is-multiline is-mobile">
<% current_sponsoring_members.shuffle.each do |member| %>
<div class='column is-2-desktop is-one-fifth-tablet is-one-third-mobile'>
<figure class="image is-squared">
<a href="https://zeus.ugent.be/sponsors/members/#<%= member[:nickname] %>">
<img class="is-rounded" src="<%= member[:photo] %>" alt="<%= member[:name] %>">
</a>
</figure>
</div>
<% end %>
</div>
<% end %>
</div>
</div>
<div class="tile is-parent">
<div id="sponsors" class="tile is-child">
<div class="block has-text-centered">
<span class="title is-2-responsive underline--magical">
<a href="https://zeus.ugent.be/sponsors/sponsors" style="color: black; text-decoration: none;">
Sponsors
</a>
</span>
</div>
<% if current_sponsors.nil? %>
<div class="block has-text-centered">
<p>No sponsors yet for this academic year. Interested? Contact the board.</p>
</div>
<% else %>
<div class="columns is-centered is-multiline is-mobile">
<% current_sponsors.shuffle.each do |sponsor| %>
<div class='column is-2-desktop is-one-fifth-tablet is-one-third-mobile'>
<figure class="image is-squared">
<a href="https://zeus.ugent.be/sponsors/sponsors/#<%= sponsor[:name] %>">
<img class="is-rounded" src="<%= sponsor[:photo] %>" alt="<%= sponsor[:name] %>">
</a>
</figure>
</div>
<% end %>
</div>
<% end %>
</div>
</div>
</div>
</div>

<!-- TODO: Change url -->
13 changes: 12 additions & 1 deletion content/projects.erb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ navigable: true
title: Projecten
order: 30
---

<h1 class='title is-1 has-text-centered'>Active projects</h1>

<div class="container project content">
<article id="hydra" class="columns">
<div class="column is-one-quarter" id="logo-column">
Expand Down Expand Up @@ -43,9 +46,17 @@ order: 30
</article>
</div>

<div class="columns is-multiline is-variable is-3">
<% active_projects.each do |project| %>
<%= render '/partials/_project.erb', project: project%>
<% end %>
</div>

<h1 class='title is-1 has-text-centered'>Dormant projects</h1>

<div class="columns is-multiline is-variable is-3">
<% all_projects.each do |project| %>
<% dormant_projects.each do |project| %>
<%= render '/partials/_project.erb', project: project%>
<% end %>
</div>
</div>
2 changes: 2 additions & 0 deletions content/projects/12urenloop.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
logo_image: 12urenloop.png
priority: 50
active: true
---

Application to count laps based on bluetooth dongle detection. [https://12urenloop.be](https://12urenloop.be)
5 changes: 3 additions & 2 deletions content/projects/blokmap.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
---
logo_image: Logos_Blokmap.svg
priority: 25
priority: 50
active: false
---

Een collectie bloklocaties die jou helpt een plaats te vinden om te blokken tijdens de examens.
A collection of study locations that helps you find a place to study during exams.

Vind de map [hier](https://blok.ugent.be/)!
1 change: 1 addition & 0 deletions content/projects/cat.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
logo_image: cat.png
priority: 35
active: false
---

Keep track of who has given hugs to who. We all need some affection sometimes...
1 change: 1 addition & 0 deletions content/projects/doorkeeper.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
logo_image: Logos_Slotmachiin.svg
priority: 30
active: false
---

Slotmachien is dead. Long live Doorkeeper!
1 change: 1 addition & 0 deletions content/projects/fk_enrolment.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
logo_letter: E
logo_color: "#FFBBDD"
priority: 5
active: false
---

Enrolment system for new members of FK-clubs at Ghent University.
1 change: 1 addition & 0 deletions content/projects/g2.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
logo_image: Logos_G2.svg
priority: 45
active: false
---

Spiritual successor to Gamification, provides a Gateway to existing Zeus projects.
2 changes: 2 additions & 0 deletions content/projects/gamification.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
logo_image: Logos_Gamification.svg
priority: 30
active: true
---

Gamification of Zeus member engagement. Get points for coding! View the [scoreboard](https://zeus.ugent.be/game).
1 change: 1 addition & 0 deletions content/projects/gandalf.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
logo_image: Logos_Gandalf.svg
priority: 5
active: true
---

You Shall Not Pass - An advanced e-ticket system for student clubs - [https://event.student.ugent.be](https://event.student.ugent.be)
3 changes: 2 additions & 1 deletion content/projects/haldis.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
logo_image: Logos_Haldis.svg
priority: 35
active: true
---

Haldis is your friendly neighbourhood servant. He exists so lazy fucks like you and me don't need to keep tabs of who is ordering what from where. Start an order and let people add items with a simple mouse-click! No more calculating prices and making lists! Be lazier today! [https://haldis.zeus.gent/](https://haldis.zeus.gent/)
Haldis is your friendly neighbourhood servant. He exists so we don't need to keep tabs of who is ordering what from where. Start an order and let people add items with a simple mouse-click! No more calculating prices and making lists! [https://haldis.zeus.gent/](https://haldis.zeus.gent/)
1 change: 1 addition & 0 deletions content/projects/lana.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
logo_letter: L
logo_color: "#E4C6A7"
priority: 20
active: false
---

🐕 LAN-Party Assistant. An application to make the life of a LAN-partygoer easier!
2 changes: 2 additions & 0 deletions content/projects/mozaic.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
logo_image: mozaic.png
priority: 41
active: false
---

MOZAIC is the Massive Online Zeus Artificial Intelligence Competition platform. It aims to provide a flexible platform to host your very own AI competition.
1 change: 1 addition & 0 deletions content/projects/saruman.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
logo_letter: S
logo_color: grey
priority: 5
active: true
---

Saruman is a material management tool where partners can reserve stuff.
4 changes: 3 additions & 1 deletion content/projects/site.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,7 @@
logo_letter: Z
logo_color: "#FF7F00"
priority: 40
active: true
---
Even this site is a Zeus project!

Even this site is a Zeus project!
1 change: 1 addition & 0 deletions content/projects/slotmachien.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
logo_image: Logos_Slotmachien.svg
priority: -1
active: false
---

This repository contains all applications related to SlotMachien; a Lego MindStorms robot designed to turn a specific lock.
Expand Down
1 change: 1 addition & 0 deletions content/projects/tab.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
logo_image: Logos_Tab.svg
priority: 40
active: true
---

💰 Yes. We have to drink. But we also have to pay. This does the paying part. [https://tab.zeus.gent/](https://tab.zeus.gent/)
1 change: 1 addition & 0 deletions content/projects/tap.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
logo_image: Logos_Tap.svg
priority: 40
active: true
---

💰 Yes. We have to drink. But we also have to pay. This does the drinking part. [https://tap.zeus.gent/](https://tap.zeus.gent/)
8 changes: 8 additions & 0 deletions content/projects/zauth.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
logo_letter: Z
logo_color: "#FF7F00"
priority: 45
active: true
---

A system to trace all the different login issues back to a single problem.
8 changes: 8 additions & 0 deletions content/sponsors.erb
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
navigable: true
title: Sponsors
order: 35
narrow_page: true
---

<meta http-equiv="refresh" content="0; url=/sponsors/members">
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
---
narrow_page: true
subnavigation:
bar: about
identifier: sponsorende-leden
name: Sponsorende leden
order: 700
bar: sponsors
identifier: members
name: Sponsoring Members
order: 10
---

<h1 class='title is-1 has-text-centered'>Sponsorende leden</h1>
<h1 class='title is-1 has-text-centered'>Sponsoring members</h1>

<div id='sponsoring-members' class="content">
<% if current_sponsoring_members.nil? %>
Nog geen sponsorende leden voor dit academiejaar. Interesse? Contacteer het bestuur.
No sponsoring members yet for this academic year. Interested? Contact the board.
<% else %>
<% current_sponsoring_members.shuffle.each do |member| %>
<div id="<%= member[:nickname] %>" class="box sponsoring-member">
Expand Down
57 changes: 57 additions & 0 deletions content/sponsors/sponsors.erb
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
---
narrow_page: true
subnavigation:
bar: sponsors
identifier: sponsors
name: Sponsors
order: 20
---

<h1 class='title is-1 has-text-centered'>Sponsors</h1>

<div id='sponsors' class="content">
<% if current_sponsors.nil? %>
No sponsors yet for this academic year. Interested? Contact the board.
<% else %>
<% current_sponsors.shuffle.each do |sponsor| %>
<div id="<%= sponsor[:name] %>" class="box sponsoring-member">
<article class="columns is-mobile">
<div class="column is-gapless is-narrow logo-wrapper">
<% if sponsor[:photo] %>
<img src="<%= sponsor[:photo] %>" alt="<%= sponsor[:name] %>">
<% else %>
<div class="logo-initial has-text-centered">
<%= sponsor[:name].chars.first %>
</div>
<% end %>
<div class="name"><%= sponsor[:name] %></div>
</div>
<div class="column">
<div>
<p class="description">
<%= to_HTML(sponsor[:description]) %>
</p>
</div>
<div class="links">
<% sponsor[:links].each do |link| %>
<% if link[:icon] %>
<a class="social-icon" href="<%= link[:url] %>" target="_blank">
<span class="icon">
<%= fa link[:icon], {:size => "2x"} %>
</span>
</a>
<% else %>
<a class="social-icon" href="<%= link[:url] %>" target="_blank">
<span class="icon">
<%= fa :globe, {:size => "2x"} %>
</span>
</a>
<% end %>
<% end %>
</div>
</div>
</article>
</div>
<% end %>
<% end %>
</div>
3 changes: 2 additions & 1 deletion data/projecten.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,8 @@ data:
name: TuxcAPE
repo: https://github.com/ZeusWPI/Tuxcape
zauth:
name: Zeus AUTHentication Service
name: Zeus Authentication Service
site: https://zauth.zeus.gent
repo: https://github.com/ZeusWPI/zauth
zinc:
name: ZINC
Expand Down
Loading
Loading