-
Notifications
You must be signed in to change notification settings - Fork 5
/
join.html
154 lines (148 loc) · 6.91 KB
/
join.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
---
layout: default
permalink: /join/
page_type: join
extra_js: join
---
<div class="row">
<h1 class="col-xs-12 page-title">Get your institution, organization or business on the OAE</h1>
</div>
<div class="row">
<div class="col-xs-12 col-sm-7">
<h3 class="rounded"><span>1</span> For FREE</h3>
<h4>Fully featured and connected tenancy FREE for your instution</h4>
<ul>
<li>
Without an SLA or data processing agreement, and under a resonable use policy
</li>
<li>
Your users would need to agree to a Terms and Conditions once on sign up
</li>
</ul>
<h3 class="rounded darkblue"><span>2</span> For the security of an SLA</h3>
<h4>SLA and data processing agreement for at-cost price</h4>
<ul>
<li>
At-cost means you pay what it costs to run the OAE
</li>
<li>
Plus 20% contribution of that cost towards further development and maintenace of the OAE platform
</li>
</ul>
<h3 class="rounded black"><span>3</span> For your strategic leadership</h3>
<h4>Become a strategic OAE partner and contribute leadership</h4>
<ul>
<li>
Receive everything outlined above for 12 months for free
</li>
<li>
Your investment goes directly to the Apereo OAE project to support further design, development and maintenance
</li>
</ul>
<div class="inset">
<strong>The benefits of being a stakeholder</strong>
<p>
The OAE project, which is similar to the prior examples in that it too is developing software that is architected to be deployed as a cloud-based service, has very intentionally adopted a distinctly different model which is 100% open. More specifically, the OAE Stakeholders group which governs the project has committed to the following:
</p>
<ul>
<li>
release 100% of the code under an open license through a non-profit foundation (Apereo)
</li>
<li>
allow and assist others who wish to host OAE themselves;
</li>
<li>
give institutions complete ownership and control over their own data;
</li>
<li>
support the exporting and importing of OAE content to facilitate migrations;
</li>
<li>
and not prevent or charge a fee to third-parties who wish to build new OAE capabilities.
</li>
</ul>
<p>
<strong>Current stakeholders:</strong>
</p>
<ul class="logo-blocks">
<li>
<div class="logo" data-toggle="modal" data-target="#case-study">
<img src="/assets/img/logos/esup.png" alt="Esup Portail" />
</div>
</li>
<li>
<div class="logo" data-toggle="modal" data-target="#case-study">
<img src="/assets/img/logos/gatech.png" alt="Georgia institute of Technology" />
</div>
</li>
<li>
<div class="logo" data-toggle="modal" data-target="#case-study">
<img src="/assets/img/logos/marist.png" alt="Marist College" />
</div>
</li>
<li>
<div class="logo" data-toggle="modal" data-target="#case-study">
<img src="/assets/img/logos/cambridge.png" alt="University of Cambridge" />
</div>
</li>
<li>
<div class="logo" data-toggle="modal" data-target="#case-study">
<img src="/assets/img/logos/isv.png" alt="Independant Schools Victoria" />
</div>
</li>
<li>
<div class="logo" data-toggle="modal" data-target="#case-study">
<img src="/assets/img/logos/research.png" alt="Research" />
</div>
</li>
</ul>
</div>
</div>
<div class="col-xs-12 col-sm-5">
<div class="right-sidebar">
<div class="well">
<span class="title">How does this work?</span>
<p>
Fill in your details and a real person will send you a confirmation email with some details that will help you sign into your new environment.
</p>
</div>
<form>
<div class="form-group">
<label for="organisation">Your institution, organization or business</label>
<input type="text" class="form-control" name="organisation" id="organisation" placeholder="Your institution's name">
</div>
<div class="form-group">
<label for="website">Website URL</label>
<input type="text" class="form-control" id="website" name="website" placeholder="Your institution's website address">
</div>
<div class="form-group">
<label for="name">Your name</label>
<input type="text" class="form-control" id="name" name="name" placeholder="Your full name">
</div>
<div class="form-group">
<label for="email">Email</label>
<input type="email" class="form-control" id="email" name="email" placeholder="Your email address">
</div>
<div class="form-group">
<label for="position">Your position</label>
<input type="text" class="form-control" id="position" name="position" placeholder="Your role or position">
</div>
<div class="form-group">
<label for="participation">Choose your level of participation</label>
<select id="participation" name="participation" class="form-control">
<option value="free">For FREE</option>
<option value="sla">For the security of an SLA</option>
<option value="partner">For your strategic leadership</option>
</select>
</div>
<div class="form-group">
<label for="questions">Your questions or additional/optional info</label>
<textarea class="form-control" id="questions" name="questions" rows="8"></textarea>
</div>
<button type="submit" class="btn btn-lg btn-oae">
Get us on the network
</button>
</form>
</div>
</div>
</div>