forked from HackyHour/HackyHour.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
75 lines (62 loc) · 3.07 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/github-dark.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print">
<title>HackyHours Worldwide</title>
</head>
<body>
<header>
<div class="container">
<h1>HackyHour</h1>
<h2>Code - Tools - Science - Help - Social</h2>
<section id="downloads">
<a href="https://github.com/HackyHour/HackyHour.github.io" class="btn btn-github"><span class="icon"></span>View on GitHub</a>
</section>
</div>
</header>
<div class="container">
<section id="main_content">
<h1>
<a id="about" class="anchor" href="#about" aria-hidden="true"><span class="octicon octicon-link"></span></a>About</h1>
<p>Come to talk about Code, Tools and Science in a social environment.
If you have a problem in one of those areas: bring it along and get help.
We also plan to make hands on sessions where we learn and apply new techniques or tools.
You can also find companions to join a professional or fun project.</p>
<h1>
<a id="when-and-where" class="anchor" href="#when-and-where" aria-hidden="true"><span class="octicon octicon-link"></span></a>When and Where</h1>
<p>We started this monthly meeting in Würzburg, Germany in 2015.
If you have a similar meeting and want to be listed here, or if you want to sart a new one at your location just open an <a href="https://github.com/HackyHour/HackyHour.github.io/issues/new">issue</a>.</br>
Locations:
<ul>
<li><a href="https://hackyhour.github.io/Wuerzburg/">Würzburg</a></li>
<li><a href="https://hackyhour.github.io/Goettingen/">Göttingen</a></li>
<li><a href="https://griffith.edu.au/hackyhour">Griffith University, Brisbane</a></li>
<li><a href="https://hackyhour.github.io/Cologne/">Cologne</a></li>
<li><a href="https://scw-aberystwyth.github.io/HackyHour/">Aberystwyth University, Wales, UK</a></li>
<li><a href="https://hackyhour.github.io/Potsdam/">Potsdam</a></li>
<li><a href="https://hackyhour.github.io/Bielefeld/">Bielefeld</a></li>
</ul>
</p>
<h1>
<a id="inspiration" class="anchor" href="#inspiration" aria-hidden="true"><span class="octicon octicon-link"></span></a>Inspiration</h1>
<p>This project is inspired by <a href="https://uoa-eresearch.github.io/HackyHour/">HACKYHOUR@AUCKLAND</a> and the <a href="http://minisciencegirl.github.io/studyGroup/">R Study Group</a>.
</p>
<h1>
<a id="when-and-where" class="anchor" href="#license" aria-hidden="true"><span class="octicon octicon-link"></span></a>License</h1>
<p>
The content of this website is available under
<a href="LICENSE">CC0</a>
. This website uses the
<a href="https://github.com/pages-themes/hacker/">hacker template</a>
which is also available under
<a href="https://creativecommons.org/publicdomain/zero/1.0/legalcode">CC0</a>
.
</p>
</section>
</div>
</body>
</html>