zeus.ugent.be/content/about.erb

109 lines
3.5 KiB
Text
Raw Normal View History

2016-07-31 19:28:23 +02:00
---
navigable: true
title: About
2016-10-03 22:33:52 +02:00
order: 0
2016-12-12 14:40:42 +01:00
narrow_page: true
2016-07-31 19:28:23 +02:00
---
2017-04-05 17:24:06 +02:00
<%= render '/partials/_about_sub_navbar.*', selected: 'about' %>
2017-10-10 16:17:33 +02:00
<h1 class="title is-1 has-text-centered">About Zeus WPI</h1>
2016-07-23 23:05:52 +02:00
2017-05-29 22:34:09 +02:00
<div class="content">
2016-07-27 20:27:28 +02:00
<p>
2017-10-10 16:17:33 +02:00
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.
2016-07-27 20:27:28 +02:00
</p>
2016-07-23 23:05:52 +02:00
2016-07-27 20:27:28 +02:00
<p>
2017-10-10 16:17:33 +02:00
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.
2016-07-27 20:27:28 +02:00
</p>
2016-07-23 23:05:52 +02:00
2016-07-27 20:27:28 +02:00
<p>
2017-10-10 16:17:33 +02:00
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.
2016-07-27 20:27:28 +02:00
</p>
2016-07-23 23:05:52 +02:00
2017-10-10 16:31:42 +02:00
<h2>The board</h2>
2016-07-23 23:05:52 +02:00
2016-12-07 23:58:43 +01:00
<p>
2017-10-10 16:31:42 +02:00
The board is the oil in the machine and is the driving force behind the organization of events and projects.
The Zeus WPI board for the <%= pretty_year @config[:academic_year] %> academic year is:
2016-12-07 23:58:43 +01:00
</p>
2016-07-23 23:05:52 +02:00
2016-08-04 00:35:49 +02:00
<table class="table">
2016-08-04 19:17:45 +02:00
<thead>
2017-04-21 14:37:31 +02:00
<tr>
2017-10-10 16:31:42 +02:00
<th>Function</th>
<th>Name</th>
2017-04-21 14:37:31 +02:00
<th>E-mail</th>
<th></th>
</tr>
2016-08-04 19:17:45 +02:00
</thead>
<tbody>
2017-06-14 09:09:37 +02:00
<% current_bestuur.each do |lid| %>
2016-08-04 19:17:45 +02:00
<tr>
<td>
2017-06-14 09:09:37 +02:00
<%= lid[:rol] %>
2016-08-04 19:17:45 +02:00
</td>
<td>
2017-06-14 09:09:37 +02:00
<%= lid[:naam] %>
2016-08-04 19:17:45 +02:00
</td>
2017-02-03 00:10:04 +01:00
<td>
2017-06-14 09:09:37 +02:00
<%= lid[:mail] %>
2017-02-03 00:10:04 +01:00
</td>
2016-08-04 19:17:45 +02:00
<td>
2017-06-14 09:09:37 +02:00
<a href="mailto:<%= lid[:mail] %>">
2016-08-04 19:17:45 +02:00
<%= fa :envelope %>
</a>
</td>
</tr>
<% end %>
</tbody>
2016-08-04 00:35:49 +02:00
</table>
2016-07-23 23:05:52 +02:00
2017-10-10 16:31:42 +02:00
<h2>Contact</h2>
2016-07-23 23:05:52 +02:00
2016-07-27 20:27:28 +02:00
<p>
2017-10-10 16:31:42 +02:00
Zeus WPI is located in the basement of the S9 building on Campus Sterre, by it's members often named “de kelder”.
2016-07-27 20:27:28 +02:00
</p>
2016-07-23 23:05:52 +02:00
2017-10-10 16:31:42 +02:00
<p>Reach us:</p>
2016-07-23 23:05:52 +02:00
2016-07-27 20:27:28 +02:00
<ul>
<li>
2017-10-10 16:31:42 +02:00
come to “de kelder” and say hi! (find us <a href="https://soleway.ugent.be/routes/4370"> here</a>).
2016-07-27 20:27:28 +02:00
</li>
<li>
2017-10-10 16:31:42 +02:00
mail <a href="mailto:bestuur@zeus.ugent.be">the board</a> (bestuur@zeus.ugent.be), or some <a href="../about"> specific members </a>
2016-07-27 20:27:28 +02:00
</li>
2017-08-29 16:08:51 +02:00
<li>
2017-10-10 16:31:42 +02:00
join our <a href="https://zeuswpi.slack.com/">Slack team</a> (by *ugent.be mail or invite)
2017-08-29 16:08:51 +02:00
</li>
2016-07-27 20:27:28 +02:00
<li>
2017-10-10 16:31:42 +02:00
send a yellow postcard “Zeus WPI Krijgslaan 281, S9 9000 Gent”
2016-07-27 20:27:28 +02:00
</li>
2016-11-13 22:00:07 +01:00
<li>
2017-10-10 16:31:42 +02:00
keep up to date trough our <a href="http://lists.zeus.ugent.be/mailman/listinfo/leden">mailinglist</a>
2016-11-13 22:00:07 +01:00
</li>
2016-07-27 20:27:28 +02:00
<li>
2017-10-10 16:31:42 +02:00
check out our <a href="irc://wina.ugent.be/#zeus">IRC-channel</a>
2016-07-27 20:27:28 +02:00
</li>
<li>
2017-10-10 16:31:42 +02:00
call us at <a href="tel://+3292644751">09 264 4751</a> (intern: 4751)
2016-07-27 20:27:28 +02:00
</li>
<li>
2017-10-10 16:31:42 +02:00
deposit at BE32 9799 9370 6502 (BIC: ARSP BE 22)
2016-07-27 20:27:28 +02:00
</li>
<li>
2017-10-10 16:31:42 +02:00
follow us on Twitter: <a href="http://twitter.com/ZeusWPI">@ZeusWPI</a>
2016-07-27 20:27:28 +02:00
</li>
<li>
2017-10-10 16:31:42 +02:00
like us on <a href="https://www.facebook.com/zeus.wpi">Facebook</a>
2016-07-27 20:27:28 +02:00
</li>
</ul>
2017-04-21 14:37:31 +02:00
<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>
2016-07-27 20:27:28 +02:00
</div>