-
Notifications
You must be signed in to change notification settings - Fork 1
/
app-config.js
161 lines (160 loc) · 2.65 KB
/
app-config.js
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
155
156
157
158
159
160
161
export const SAMVERA_PARTNERS = [
{
label: "Boston Public Library",
href: "#",
},
{
label: "Columbia University",
href: "#",
},
{
label: "Cornell University",
href: "#",
},
{
label: "CoSector, University of London",
href: "#",
},
{
label: "Data Curation Experts",
href: "#",
},
{
label: "Digital Repository of Ireland",
href: "#",
},
{
label: "Duke University",
href: "#",
},
{
label: "El Colegio de México",
href: "#",
},
{
label: "Emory University",
href: "#",
},
{
label: "Hyku for Consortia (PALNI & PALCI)",
href: "#",
},
{
label: "Indiana University",
href: "#",
},
{
label: "Lafayette College",
href: "#",
},
{
label: "Northwestern University",
href: "#",
},
{
label: "Oregon State University",
href: "#",
},
{
label: "Penn State University",
href: "#",
},
{
label: "Princeton University",
href: "#",
},
{
label: "Software Services by Scientist.com",
href: "#",
},
{
label: "Stanford University",
href: "#",
},
{
label: "Tufts University",
href: "#",
},
{
label: "Ubiquity Press",
href: "#",
},
{
label: "University of California, Santa Barbara",
href: "#",
},
{
label: "University of California, San Diego",
href: "#",
},
{
label: "University of Cincinnati",
href: "#",
},
{
label: "University of Houston",
href: "#",
},
{
label: "University of Hull",
href: "#",
},
{
label: "University of Michigan",
href: "#",
},
{
label: "University of Notre Dame",
href: "#",
},
{
label: "University of Oregon",
href: "#",
},
{
label: "University of Utah",
href: "#",
},
{
label: "University of Virginia",
href: "#",
},
{
label: "Washington University in St. Louis",
href: "#",
},
{
label: "WGBH Boston",
href: "#",
},
{
label: "Yale University",
href: "#",
},
];
export const sideBarLinks = [
{
href: "/contact-us",
label: "Contact Us",
},
{
href: "https://groups.google.com/forum/#!forum/samvera-community/join",
label: "Join Samvera’s Community mailing list",
},
{
href: "https://groups.google.com/forum/#!forum/samvera-tech/join",
label: "Join Samvera’s technical mailing list",
},
{
href: "https://samvera.atlassian.net/wiki/spaces/samvera/overview?mode=global",
label: "Samvera Wiki Home Page",
},
{
href: "https://github.com/samvera",
label: "Samvera on Github",
},
{
href: "https://samvera.org/feed/",
label: "RSS feed for this site",
},
];