forked from radio-astro/radio-astro.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
62 lines (41 loc) · 1.86 KB
/
index.html
File metadata and controls
62 lines (41 loc) · 1.86 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="description" content="Radio-astro.GitHub.io : ">
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
<title>Radio-astro.GitHub.io</title>
</head>
<body>
<!-- HEADER -->
<div id="header_wrap" class="outer">
<header class="inner">
<a id="forkme_banner" href="https://github.com/radio-astro">View on GitHub</a>
<h1 id="project_title">Radio-astro.GitHub.io</h1>
<h2 id="project_tagline"></h2>
</header>
</div>
<!-- MAIN CONTENT -->
<div id="main_content_wrap" class="outer">
<section id="main_content" class="inner">
<h3>Radio astronomy software</h3>
<p>Welcome to the institute independent radio astronomy software repository. Here you can find various commonly used radio astronomy libraries, documentation and support tools for easy installation of these libraries.</p>
<h3>Ubuntu packages</h3>
<p><a href="https://github.com/radio-astro/packaging">How to easily install radio astronomy software on Ubuntu using packages.</a></p>
<h3>Docker images</h3>
<p><a href="https://github.com/radio-astro/docker-images">How to easily run radio astronomy software on any system supporting docker.</a></p>
<h3>staying up to date</h3>
<p>announcements and new packages will be posted on <a href="https://twitter.com/radio__astro">Twitter</a>.</p>
<h3>Support or Contact</h3>
<p>contact <a href="mailto:gijs@pythonic.nl">gijs@pythonic.nl</a> and we’ll help you sort it out.</p>
</section>
</div>
<!-- FOOTER -->
<div id="footer_wrap" class="outer">
<footer class="inner">
<p>Published with <a href="http://pages.github.com">GitHub Pages</a></p>
</footer>
</div>
</body>
</html>