-
Notifications
You must be signed in to change notification settings - Fork 4
/
XSEDEportal.html
95 lines (88 loc) · 3.15 KB
/
XSEDEportal.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
<!DOCTYPE html>
<html class="no-js" lang="en">
<head>
<title>Brain Image Library: Create an XSEDE Portal Account</title>
<meta http-equiv="x-ua-compatible" content="ie=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Raleway:400,800" />
<link rel='stylesheet' href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" />
<link rel="stylesheet" href="/css/bootstrap.css" />
<link rel="stylesheet" href="/css/styles.css" />
<link rel="stylesheet" href="/my.css" />
<script src="/js/jquery.min.js"></script>
</head>
<body class="bg">
<div class="container">
<p> </p>
</div>
<div class="container">
<!--Navigation bar-->
<div id="topmenu">
</div>
<script>
$(function(){
$("#topmenu").load("menu.html");
});
</script>
<!--end of Navigation bar-->
<div class="jumbotron pagejumbotron">
<H1>Create an XSEDE Portal Account</H1>
<H2>Overview</H2>
An XSEDE portal account is required to submit data to the Brain Image Library.
The steps to create an XSEDE Portal Account are:
<ol>
<li><a href="#Portal">Visit the XSEDE Portal Website: portal.xsede.org</a>
</a>
</li>
<li> <a href="#EnterRequiredInfo">Enter the Required Information</a>
</li>
<li> <a href="#Verify">Verify your XSEDE Portal Account</a>
</li>
</ol>
<H2>How to Create an XSEDE Portal Account</H2>
<ol>
<li id="Portal"><p><b>Visit the XSEDE Portal Website: portal.xsede.org</b>
To get an XSEDE portal ID, visit
<a href="http://portal.xsede.org">portal.xsede.org</a> and click on the blue <span class="badge badge-info">Create Account</span> button on the left hand side of the screen. (See circle shown in red in the image below). </p>
<p>
<img width="100%" height="100%" src="assets/XSEDEPortal/XsedePortalCreateAccountCircle.png" />
</p>
</li>
<li id="EnterRequiredInfo"><p><b>Enter the Required Information</b>
Fill in all of the personal information requested. You will also
need to choose a passkey. The passkey is just a string of text that
you make up. You will use this passkey in the next step to finish
creating your account. Upon submission, the system will send you
a verification code in email that you will also need to use in the
next step.
</p>
<p>
<img width="100%" height="100%" src="assets/XSEDEPortal/XSEDEPortal1.png" />
</p>
</li>
<li id="#Verify"><p><b>Verify your XSEDE Portal Account</b>
Verify your account using your email address, the passkey that you
selected in the previous step, and the verification code sent to you
via email. Also, you will need to choose a username and a password.
</p>
<p>
<img width="100%" height="100%" src="assets/XSEDEPortal/XSEDEPortal2.png" />
</p>
</li>
</ol>
</div>
<!--Bottom Footer -->
<div id="bottomfooter">
</div>
<script>
$(function(){
$("#bottomfooter").load("footer.html");
});
</script>
<!--end of bottomfooter-->
<script src="/js/jquery.min.js"></script>
<script src="/js/popper.min.js"></script>
<script src="/js/bootstrap.min.js"></script>
</div>
</body>
</html>