You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: site/components/AddOns.tsx
+49-11Lines changed: 49 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,13 @@
1
1
import{
2
2
ChatBubbleBottomCenterIcon,
3
3
CloudIcon,
4
-
UserIcon,
5
4
ArrowPathIcon,
6
5
CodeBracketSquareIcon,
7
6
PresentationChartBarIcon,
7
+
AcademicCapIcon,
8
8
}from'@heroicons/react/24/solid'
9
9
import{FaInfoCircle}from'react-icons/fa'
10
+
importposthogfrom'posthog-js'
10
11
11
12
constaddOns=[
12
13
{
@@ -18,6 +19,8 @@ const addOns = [
18
19
icon: CloudIcon,
19
20
iconForeground: 'text-blue-500',
20
21
iconBackground: 'bg-blue-50 dark:bg-blue-900/20',
22
+
// Included from Institution up; remains a paid add-on for Foundation only (po-xv5 §4).
23
+
chip: 'Included in Institution and above',
21
24
useCase:
22
25
'Example use case: A government agency allows developers to build apps using open data.',
23
26
},
@@ -56,37 +59,67 @@ const addOns = [
56
59
useCase:
57
60
'Example use case: A research organization gathers and updates datasets from multiple open data portals.',
58
61
},
62
+
{
63
+
title: 'Research Pack',
64
+
subtitle: 'Make your datasets citable and FAIR.',
65
+
description:
66
+
'DOI/DataCite minting, ORCID integration, citation metadata, and data-access requests — everything a research institution needs to publish citable, FAIR datasets.',
'Example use case: A university mints DOIs for its research datasets so they can be cited in publications.',
73
+
},
59
74
{
60
75
title: 'Request Your Own Add-on',
61
76
subtitle: 'Get exactly what your project requires.',
62
-
description:
63
-
<p>Need a specific feature or tailored support? <aclassName='underline'href='https://calendar.app.google/sn2PU7ZvzjCPo1ok6'target='_blank'>Schedule a quick call with us</a> to describe your requirements.</p>,
0 commit comments