zeus.ugent.be/content/about.erb
2017-10-10 16:17:33 +02:00

109 lines
3.6 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
navigable: true
title: About
order: 0
narrow_page: true
---
<%= render '/partials/_about_sub_navbar.*', selected: 'about' %>
<h1 class="title is-1 has-text-centered">About Zeus WPI</h1>
<div class="content">
<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.
</p>
<p>
We organize various tech related talks by experts (eg. professors, PhD's, Richard Stallman, Julia Roberts, ...), 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.
</p>
<p>
Be sure to check out the <a href='../projects'>project-page</a>!
</p>
<p>
Everybody is welcom 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.
</p>
<h2>Het bestuur</h2>
<p>
Het bestuur zorgt ervoor dat alle wieltjes blijven draaien en organiseert regelmatig activiteiten voor de leden.
Het bestuur voor het academiejaar <%= pretty_year @config[:academic_year] %> van Zeus WPI is:
</p>
<table class="table">
<thead>
<tr>
<th>Functie</th>
<th>Naam</th>
<th>E-mail</th>
<th></th>
</tr>
</thead>
<tbody>
<% current_bestuur.each do |lid| %>
<tr>
<td>
<%= lid[:rol] %>
</td>
<td>
<%= lid[:naam] %>
</td>
<td>
<%= lid[:mail] %>
</td>
<td>
<a href="mailto:<%= lid[:mail] %>">
<%= fa :envelope %>
</a>
</td>
</tr>
<% end %>
</tbody>
</table>
<h2>Zeus waar? Zeus daar!</h2>
<p>
Zeus WPI heeft een lokaal in de kelder van gebouw S9 op campus de Sterre, die door de leden liefkozend “de kelder” genoemd wordt. Daar staat het volledige computerpark van Zeus WPI.
</p>
<p>Zeus bereik je zo:</p>
<ul>
<li>
kom naar de kelder en spring eens binnen (ons vinden doe je <a href="https://soleway.ugent.be/routes/4370"> hier</a>).
</li>
<li>
stuur een mailtje naar <a href="mailto:bestuur@zeus.ugent.be">het bestuur</a>
</li>
<li>
join ons <a href="https://zeuswpi.slack.com/">Slack team</a> (via *ugent.be mail of invite)
</li>
<li>
stuur een gele briefkaart naar “Zeus WPI Krijgslaan 281, S9 9000 Gent”
</li>
<li>
blijf op de hoogte via onze <a href="http://lists.zeus.ugent.be/mailman/listinfo/leden">mailinglist</a>
</li>
<li>
bezoek ons <a href="irc://wina.ugent.be/#zeus">IRC-kanaalserver</a>
</li>
<li>
bel naar <a href="tel://+3292644751">09 264 4751</a> (intern: 4751)
</li>
<li>
stort op BE32 9799 9370 6502 (BIC: ARSP BE 22)
</li>
<li>
volg ons op Twitter: <a href="http://twitter.com/ZeusWPI">@ZeusWPI</a>
</li>
<li>
word fan op <a href="https://www.facebook.com/zeus.wpi">Facebook</a>
</li>
</ul>
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1156.8611760710044!2d3.7102397000000003!3d51.023149499999995!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x47c373c271502d9b%3A0x49fd54f81cafeb5f!2sZeus+WPI!5e0!3m2!1sen!2sbe!4v1481415854540" height="450" style="border:0;width:100%" allowfullscreen></iframe>
</div>