-
Notifications
You must be signed in to change notification settings - Fork 4
/
qaprotocol.html
64 lines (55 loc) · 2.73 KB
/
qaprotocol.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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link href='https://fonts.googleapis.com/css?family=Architects+Daughter' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print">
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384
-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<title>WikiPathways Academy</title>
</head>
<body>
<header>
<div class="inner">
<h1>WikiPathways Academy</h1>
<h2>Organized training examples for new WikiPathways authors</h2>
</div>
</header>
<div id="content-wrapper">
<div class="inner clearfix">
<section id="main-content">
<h2>Quality Assurance Protocol</h2>
<p>This is the quality assurance protocol for WikiPathways. We have a roster of reviewers who work
through this protocol on a weekly basis. Let us know if you'd like to join the roster! Whether you are on the roster or not, feel free to step through the protocol and complete the steps. It should take less than 30 minutes.</p>
<p>Thanks for helping to make WikiPathways a high-quality resource for pathway information! <br /><br />
<b>Note: The ongoing transition to the new WikiPathways site impacts the QA protocol in the following ways:</b></p>
<ul>
<li>Pathway edits are reviewed on the classic site.</li>
<li>Only pathways tagged as "approved" are included in the new site.</li>
</ul>
<br /> <br />
<a href="stages/task-recent-changes/index.html" class="btn btn-primary btn-lg">Start</a>
</section>
</div>
</div>
<script type="text/javascript">
if ( window.location !== window.parent.location ){
document.getElementById('enter-button').style.display='none';
}
</script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-1605246-2', 'auto');
ga('send', 'pageview');
</script> </body>
</html>