-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwelcome.html
155 lines (107 loc) · 7.01 KB
/
welcome.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Galaxy Europe</title>
<meta property="og:title" content="" />
<meta property="og:description" content="" />
<meta name="description" content="The NeIC PaRI 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 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>
<div id="wrap">
<div id="main">
<div class="container" id="maincontainer">
<div class="home">
<div class="alert alert-success" style="margin-top: 0.5em">
<h4>COVID-19 research!</h4>
<div><p>Want to learn the best practices for the analysis of SARS-CoV-2 data using Galaxy?
Visit the Galaxy SARS-CoV-2 portal at <a href="https://covid19.galaxyproject.org">covid19.galaxyproject.org</a>.
We mirror <b>all nordic public</b> SARS-CoV-2 data from ENA in a <a href="https://bit.ly/usegalaxy-eu-covid19-data">Galaxy data library</a> for your convenience.
The Galaxy community also created <a href="https://training.galaxyproject.org/search?query=covid19">COVID-19 related trainings</a> and we also maintain a
<a href="https://docs.google.com/document/d/1Ajfy3RG-BOGTSdhQUMZ0hnGtePZplv-lK0rYzx8L-vo/preview#">running document</a> with recent news.
Our new preprint about <a href="https://galaxyproject.eu/posts/2020/07/19/drs_sars-cov-2-paper/"><strong>The landscape of SARS-CoV-2 RNA modifications</strong></a> is out!</p>
</div>
</div>
<h1 id="welcome-to-covid19usegalaxyno">Welcome to covid19.usegalaxy.no</h1>
<p>This subdomain of covid19.usegalaxy.no is devoted to research on coronavirus disease 2019 (COVID-19), which has recently been declared a pandemic by the World Health Organization.</p>
<p>This subdomain servers as a companion to our study describing the analysis of early COVID-19 data, the goal of which is to underscore the importance of access to raw data and demonstrate that existing community efforts in curation and deployment of biomedical software can reliably support rapid reproducible research during global crises.</p>
<p>This subdomain contains the exact versions of all software used.</p>
<p>Our analysis was divided into six parts listed below. Each part has a dedicated page that provides links to input datasets, intermediate and final results, workflows, and Galaxy histories that list all details for each analysis. These workflows can be re-run on this subdomain.</p>
<ol>
<li><a href="https://covid19.galaxyproject.org/genomics/no-more-business-as-usual/#pre-processing/">Pre-processing of raw read data</a></li>
<li><a href="https://covid19.galaxyproject.org/genomics/no-more-business-as-usual/#assembly">Assembly of SARS-CoV-2 genome</a></li>
<li><a href="https://covid19.galaxyproject.org/genomics/no-more-business-as-usual/#mrca">Estimation of timing for most recent common ancestor (MRCA)</a></li>
<li><a href="https://covid19.galaxyproject.org/genomics/no-more-business-as-usual/#variation">Analysis of variation within individual isolates</a></li>
<li><a href="https://covid19.galaxyproject.org/genomics/no-more-business-as-usual/#annotation">Functional annotation: Analysis of Spike protein substitutions</a></li>
<li><a href="https://covid19.galaxyproject.org/genomics/no-more-business_as_usual/#recombinationselection">Analysis of recombination and selection</a></li>
</ol>
<!-- not being updated on the covid19.galaxyproject.org page anymore, replaced by the COG-UK daily computations probably
<p>In addition we will be looking at newly released data here → <a href="updates">Updates: Analysis of additional data</a></p>
-->
<h2>Our Data Policy</h2>
<table class="table table-striped">
<thead>
<tr>
<th>Registered Users</th><th>Unregistered Users</th><th>GDPR Compliance</th>
</tr>
</thead>
<tbody>
<tr>
<td>User data on will be available as long
as they are not deleted by the user. Once marked as deleted the datasets will
be permanently removed within 14 days. If the user "purges" the dataset in the
Galaxy, it will be removed immediately, permanently.
</td>
<td>Processed data will only be accessible during one browser session, using a
cookie to identify your data. This cookie is not used for any other purposes
(e.g. tracking or analytics).
</td>
<td>The Galaxy service complies with the EU General Data Protection Regulation
(GDPR). You can read more about this on our
<a href="https://usegalaxy.eu/terms/">Terms and Conditions</a>.</td>
</tr>
</tbody>
</table>
<div class="row">
<section class="section-content">
<div class="col-md-12">
</div>
</section>
</div>
</div>
</div>
</div>
</div>
<footer class="navbar-default">
<div class="container">
<div class="row">
</div>
<div class="row">
<div class="col-lg-12" style="text-align:center">
<p>covid19.usegalaxy.no is maintained largely by the <a href="https://elixir.no">Elixir Norway team</a> but also collectively by groups and individuals from across Europe. All of the member sites in this repository contribute to the European Galaxy Project.
For <strong>acknowledgement</strong>, please refer to the <a href="/about">About</a> section.
All content on this site is available under <a href="https://creativecommons.org/share-your-work/public-domain/cc0/">CC0-1.0</a> unless otherwise specified.</p>
</div>
</div>
<div class="row">
<div class="col-lg-12" style="text-align:center">
<ul class="contact-info">
<li><i class="fa fa-github"></i><a href="https://github.com/pari-neic/website/tree/master/welcome.html">Edit this page on GitHub</a></li>
<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/pari-neic">pari-neic</a></li>
<li><i class="fa fa-twitter"></i><a href="https://twitter.com/galaxyproject">galaxyproject</a></li>
</ul>
</div>
</div>
</div>
</footer>
<!-- <script async defer data-domain="galaxyproject.eu" src="https://plausible.galaxyproject.eu/js/plausible.js"></script> -->
</body>
</html>