-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhelp.html
157 lines (98 loc) · 4.91 KB
/
help.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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
<!DOCTYPE html>
<html lang="en">
<head>
<title>Galaxy Australia</title>
<meta property="og:title" content="" />
<meta property="og:description" content="" />
<meta property="og:image" content="/assets/media/galaxy-eu-logo.512.png" />
<meta name="description" content="The Australian Galaxy Instance">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="stylesheet" href="/assets/css/bootstrap.min.css">
<link rel="stylesheet" href="/assets/css/main.css">
<link rel="canonical" href="https://usegalaxy-au.github.io/help.html">
<link rel="shortcut icon" href="/assets/media/galaxy-eu-logo.64.png" type="image/x-icon" />
<link rel="alternate" type="application/rss+xml" title="Galaxy Australia" href="/feed.xml">
<link href="/assets/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
<script src="/assets/js/jquery-3.2.1.slim.min.js" integrity="sha256-k2WSCIexGzOj3Euiig+TlR8gA0EmPjuc79OEeY5L45g=" crossorigin="anonymous"></script>
<script src="/assets/js/bootstrap.min.js" integrity="sha256-U5ZEeKfGNOja007MMD3YBI0A3OSZOQbeG6z2f2Y0hu8=" crossorigin="anonymous"></script>
</head>
<body class="">
<div id="wrap">
<div id="main">
<div class="navbar">
<div class="container">
<div class="navbar-header">
<div class="navbar-brand">
<a href="/">
<img alt="Galaxy Australia Logo" src="/assets/media/Galaxy_australia_white.png" style="height: 40px"/>
</a>
</div>
<!-- <a class="navbar-brand" href="/" style="padding-left: 6px">
Galaxy Australia
</a>
-->
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav navbar-right">
<!-- <li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="true">Member Sites <span class="caret"></span></a>
<ul class="dropdown-menu">
</ul>
</li> -->
<li>
<a class="page-link" href="/news">News</a>
</li>
<li>
<a class="page-link" href="/events">Events</a>
</li>
<li>
<a class="page-link" href="/people">People</a>
</li>
<li>
<a class="page-link" href="/about">About</a>
</li>
<li>
<a class="page-link" href="/help">Support</a>
</li>
</ul>
</div>
</div>
</div>
<div class="container" id="maincontainer">
<h3 id="get-help">Get Help</h3>
<p>For general questions and support using Galaxy Australia, email <a href="mailto:[email protected]">[email protected]</a>.</p>
<h3 id="galaxy-help-forum">Galaxy Help Forum</h3>
<p>Visit the <a href="https://help.galaxyproject.org">Galaxy Community Help</a> forum</p>
<h3 id="training-material">Training Material</h3>
<p>Galaxy training material can be found <a href="https://training.galaxyproject.org">here</a>.</p>
<!-- ## FAQ
If you have a specific question, you may find the answer in [our FAQ](/faq).
-->
</div>
</div>
</div>
<footer class="navbar-default">
<div class="container">
<div class="row">
<div class="col-lg-12" style="text-align:center">
<p>UseGalaxy.org.au is maintained largely by the <a href="/people">Australian Galaxy Team</a> including staff from QCIF, UQ-RCC and Melbourne Bioinformatics.
All content on this site is available under <a href="https://creativecommons.org/share-your-work/public-domain/cc0/" target="_blank">CC0-1.0</a>, unless otherwise specified.
Galaxy Australia is currently running Galaxy version 21.09 (September 2021)</p>
</div>
</div>
<div class="row">
<div class="col-lg-12" style="text-align:center">
<ul class="contact-info">
<li><i class="fa fa-envelope"></i><a href="mailto:[email protected]">[email protected]</a></li>
<li><i class="fa fa-github"></i><a href="https://github.com/usegalaxy-au" target="_blank">usegalaxy-au</a></li>
<li><i class="fa fa-twitter"></i><a href="https://twitter.com/galaxyaustralia" target="_blank">galaxyaustralia</a></li>
<!-- <li><i class="fa fa-rss"></i>Subscribe <a href="/feed.xml">via RSS (UseGalaxy.eu Feed)</a></li> -->
</ul>
</div>
</div>
</div>
</footer>
</body>
</html>