-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathindex.html
117 lines (113 loc) · 4.77 KB
/
index.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
---
layout: index
extra_js:
- jquery.autosuggest
- jsrender.min
- index
---
<div class="row clearfix row-call-to-action">
<div class="col-xs-12">
<h2>
<div>
OAE is <strong>open source software</strong> created by universities for universities.
</div>
<div style="margin-top:15px;">
It’s free and simple to get started
</div>
</h2>
</div>
</div>
<div class="row top">
<div class="col-xs-12 col-sm-4">
<h3>Join or form groups</h3>
</div>
<div class="col-xs-12 col-sm-4">
<h3>Share, discuss and publish</h3>
</div>
<div class="col-xs-12 col-sm-4">
<h3>Discover learning communities</h3>
</div>
</div>
<div class="row">
<div class="col-xs-12 text-center">
<div class="diagram">
<h2>Connect in ways that work</h2>
</div>
</div>
</div>
<div class="row bottom diagram-bottom-line-top">
<div class="col-xs-4">
<h3>In groups, or one-on-one</h3>
</div>
<div class="col-xs-4">
<h3>With your campus community</h3>
</div>
<div class="col-xs-4">
<h3>Across boundaries</h3>
</div>
</div>
<!-- <div class="row">
<div class="col-xs-4">Easily collaborate with anyone anywhere in small or large groups</div>
<div class="col-xs-4 col-xs-offset-4">Seamlessly work with people at other insitutions all around the world</div>
</div> -->
<div class="row clearfix row-call-to-action">
<div class="col-xs-12">
<h2>
<div>
<a href="/contact">Get in touch!</a>
</div>
</h2>
</div>
</div>
<!-- Modal -->
<div class="modal fade case-study" id="case-study" tabindex="-1" role="dialog" aria-labelledby="myModalLabel">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
<h4 class="modal-title" id="myModalLabel">Case study</h4>
</div>
<div class="modal-body">
<div class="container-fluid">
<div class="row">
<div class="col-xs-12"><img src="/assets/img/logos/aar.png" alt="American academy of Religion" />
</div>
</div>
<div class="row">
<div class="col-xs-12 col-sm-8">
<p>
<strong>Leadership Position within Higher Education</strong>
</p>
<p>
As the era of downloading and installing software shifts toward utilizing cloud-based
services the traditional concepts of open source and the underlying open source
communities that produce software is also shifting, in some cases quite dramatically.
As a result of this shift, higher education has seen the emergence of new “cloud-based”
open source models such as KualiCo and Instructure/Canvas which have commercial
companies leading software development as well as hosting cloud-based services using
that software. Although technically still “open source” as they release most of their
code under open licenses, in these models the commercial entities have opted to not
release key pieces of their systems as means to place barriers to others deploying and
hosting on their own. For example, in both the case of KualiCo and Instructure, code
related to running multi-tenant systems, which is crucial if you wish to host a cloud
service yourself, are not released under open licenses.
</p>
</div>
<div class="col-xs-12 col-sm-4">
<div class="modal-sidebar">
<blockquote>
“The OAE is like the open areas in a university where you meet, study and
work in a shared environment.”
<br />
<cite>Clay Fenlasson</cite>
</blockquote>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>