forked from CDLUC3/ezid-info-pages
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlearnsub_pricing.html
67 lines (67 loc) · 1.83 KB
/
learnsub_pricing.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
{% load layout_extras %}
<div class="panel-body">
<h3 class="heading_2">Education and Non-Profit</h3>
<ul>
<li>Annual subscription fee</li>
<li>Includes creation and maintenance of up to 1 million identifiers per year</li>
</ul>
<!-- Table styling inspired from: http://codepen.io/geoffyuen/pen/FCBEg -->
<table class="table1">
<thead>
<tr>
<th>Pricing Schedule</th>
<th>ARKs</th>
</tr>
</thead>
<tbody>
<tr>
<td>Assoc/Bac Granting Institution*</td>
<td data-th="ARKs">$300</td>
</tr>
<tr>
<td>Masters Granting Institution*</td>
<td data-th="ARKs">$600</td>
</tr>
<tr>
<td>Research Institution or Non-Profit Organization*</td>
<td data-th="ARKs">$1,500</td>
</tr>
<tr>
<td>Research group, department, or team</td>
<td data-th="ARKs">$500</td>
</tr>
</tbody>
</table>
<br/>
<h3 class="heading_2">For Profit</h3>
<ul>
<li>Annual subscription fee</li>
<li>Includes creation and maintenance of up to 1 million identifiers per year</li>
</ul>
<table class="table1">
<thead>
<tr>
<th>Pricing Schedule</th>
<th>ARKs</th>
</tr>
</thead>
<tbody>
<tr>
<td>Small (less than 100 employees)</td>
<td data-th="ARKs">$1,500</td>
</tr>
<tr>
<td>Medium (100 to 500 employees)</td>
<td data-th="ARKs"><a class="link__primary" href="/contact">contact us</a></td>
</tr>
<tr>
<td>Large (over 500 employees)</td>
<td data-th="ARKs"><a class="link__primary" href="/contact">contact us</a></td>
</tr>
</tbody>
</table>
<br/>
<p>* Consortium (3 or more institutions or organizations) 20% discount on any fee marked</p>
<p>For any questions regarding the above categories or rates, please <a class="link__primary" href="/contact">contact us</a>.<p>
{% host_based_include "info/localized/_/pricing_include.html" %}
</div>