-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathfeatures.json
830 lines (830 loc) · 23.4 KB
/
features.json
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
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
[
{
"face": "https://avatars0.githubusercontent.com/u/16111810?s=200&v=4",
"notes": "This widget presents a mini Yewno Discover knowledge map on a webpage. Given a query via Primo, it fetches and renders the closest matching concept and its top related concepts from the Yewno concept graph.",
"who": "Yewno",
"what": "Yewno Primo Addon",
"linkGit": "https://github.com/yewno/primo-addon",
"npmid": "yewno-primo-addon",
"version": "0.0.8",
"hook": "prm-back-to-library-search-button-after",
"config": {
"form": [
{
"key": "apikey",
"type": "input",
"templateOptions": {
"required": true,
"label": "Yewno Primo Addon Product Key"
}
},
{
"key":"ezproxy",
"type": "input",
"templateOptions": {
"required": false,
"label": "EZProxy url, eg https://ezproxy.my-institute.edu?qurl= (leave blank to disable)"
}
},
{
"key": "ssologin",
"type": "select",
"defaultValue": false,
"templateOptions": {
"label": "Login to Yewno Discover using your institute's SAML SSO",
"options": [
{
"name": "true",
"value": true
},
{
"name": "false",
"value": false
}
]
}
},
{
"key": "entityid",
"type": "input",
"templateOptions": {
"required": false,
"label": "SAML Entity ID (optional, used to resolve WAYF during sign on)"
}
},
{
"key": "config",
"type":"input",
"templateOptions": {
"required": false,
"label": "Advanced: Additional configuration options (JSON)"
}
}
]
}
},
{
"face": "https://avatars2.githubusercontent.com/u/11337842?s=200&v=4",
"notes": "Embed a menu of custom help information in the top menu bar",
"who": "BU Libraries",
"what": "help-menu-topbar",
"linkGit": "https://github.com/bulib/primo-explore-bu/tree/master/packages/help-menu",
"npmid": "primo-explore-help-menu",
"version": "1.3.0",
"hook": "prm-search-bookmark-filter-after",
"config": {
"form": [
{
"key": "logToConsole",
"type": "select",
"defaultValue": false,
"templateOptions": {
"label": "(debug) Log debug messages to console",
"required": false,
"options": [
{ "name": "true", "value": true },
{ "name": "false", "value": false }
]
}
},
{
"key": "publishEvents",
"type": "select",
"defaultValue": false,
"templateOptions": {
"label": "(debug) Determine whether click/usage events are published to Analytics",
"required": false,
"options": [
{ "name": "true", "value": true },
{ "name": "false", "value": false }
]
}
},
{
"key": "helpMenuTitle",
"type": "input",
"defaultValue":"Search Help",
"templateOptions": {
"required": false,
"label": "Page and popup title displayed at the top of the menu (useful for translations)",
"placeholder": "Search Help"
}
},
{
"key": "helpMenuWidth",
"type": "input",
"defaultValue":500,
"templateOptions": {
"required": false,
"label": "Width of help-menu (nuber of pixels as an Integer)",
"placeholder": 500
}
},
{"key":"list_of_elements"},
{"key":"logEventToAnalytics"}
]
}
},
{
"face": "https://avatars0.githubusercontent.com/u/5099608?s=200&v=4",
"notes": "Add Third Iron powered enhancements to your search results: LibKey Instant PDF Downloading for fast content access, Viewing the Complete Issue of an article inside of BrowZine to increase serendipitous discovery and Journal Cover Images to improve journal recognition.",
"who": "Third Iron LLC",
"what": "LibKey | BrowZine",
"linkGit": "https://github.com/thirdiron/primo-studio-browzine",
"npmid": "primo-studio-browzine",
"version": "1.3.0",
"hook": "prm-search-result-availability-line-after",
"config": {
"form": [
{
"key": "libraryId",
"type": "input",
"templateOptions": {
"required": true,
"label": "Third Iron Library Id (Questions? Email [email protected])",
"placeholder": "ENTER LIBRARY ID"
}
},
{
"key": "apiKey",
"type": "input",
"templateOptions": {
"required": true,
"label": "BrowZine API Key",
"placeholder": "ENTER API KEY"
}
},
{
"key": "journalCoverImagesEnabled",
"type": "select",
"defaultValue": true,
"templateOptions": {
"label": "Enable Journal Cover Images",
"options": [
{
"name": "true",
"value": true
},
{
"name": "false",
"value": false
}
]
}
},
{
"key": "journalBrowZineWebLinkTextEnabled",
"type": "select",
"defaultValue": true,
"templateOptions": {
"label": "Enable BrowZine Web Journal Issue Links",
"options": [
{
"name": "true",
"value": true
},
{
"name": "false",
"value": false
}
]
}
},
{
"key": "journalBrowZineWebLinkText",
"type": "input",
"defaultValue": "View Journal Contents",
"templateOptions": {
"label": "BrowZine Web Journal Issue Link Text"
}
},
{
"key": "articleBrowZineWebLinkTextEnabled",
"type": "select",
"defaultValue": true,
"templateOptions": {
"label": "Enable BrowZine Web Article In Context Links",
"options": [
{
"name": "true",
"value": true
},
{
"name": "false",
"value": false
}
]
}
},
{
"key": "articleBrowZineWebLinkText",
"type": "input",
"defaultValue": "View Issue Contents",
"templateOptions": {
"label": "BrowZine Web Article In Context Link Text"
}
},
{
"key": "articlePDFDownloadLinkEnabled",
"type": "select",
"defaultValue": true,
"templateOptions": {
"label": "Enable BrowZine Web PDF Download Links",
"options": [
{
"name": "true",
"value": true
},
{
"name": "false",
"value": false
}
]
}
},
{
"key": "articlePDFDownloadLinkText",
"type": "input",
"defaultValue": "Download PDF",
"templateOptions": {
"label": "BrowZine Web PDF Download Link Text"
}
},
{
"key": "articleLinkEnabled",
"type": "select",
"defaultValue": true,
"templateOptions": {
"label": "Enable BrowZine Web Article Links",
"options": [
{
"name": "true",
"value": true
},
{
"name": "false",
"value": false
}
]
}
},
{
"key": "articleLinkText",
"type": "input",
"defaultValue": "Read Article",
"templateOptions": {
"label": "BrowZine Web Article Link Text"
}
},
{
"key": "printRecordsIntegrationEnabled",
"type": "select",
"defaultValue": true,
"templateOptions": {
"label": "Enable Print Records Integration",
"options": [
{
"name": "true",
"value": true
},
{
"name": "false",
"value": false
}
]
}
},
{
"key": "unpaywallEmailAddressKey",
"type": "input",
"templateOptions": {
"required": false,
"label": "Unpaywall Email Address Key",
"placeholder": "ENTER UNPAYWALL EMAIL ADDRESS KEY"
}
},
{
"key": "articlePDFDownloadViaUnpaywallEnabled",
"type": "select",
"defaultValue": true,
"templateOptions": {
"label": "Enable Article PDF Download via Unpaywall",
"options": [
{
"name": "true",
"value": true
},
{
"name": "false",
"value": false
}
]
}
},
{
"key": "articlePDFDownloadViaUnpaywallText",
"type": "input",
"defaultValue": "Download PDF (via Unpaywall)",
"templateOptions": {
"label": "Article PDF Download via Unpaywall Text"
}
},
{
"key": "articleLinkViaUnpaywallEnabled",
"type": "select",
"defaultValue": true,
"templateOptions": {
"label": "Enable Article Link via Unpaywall",
"options": [
{
"name": "true",
"value": true
},
{
"name": "false",
"value": false
}
]
}
},
{
"key": "articleLinkViaUnpaywallText",
"type": "input",
"defaultValue": "Read Article (via Unpaywall)",
"templateOptions": {
"label": "Article Link via Unpaywall Text"
}
},
{
"key": "articleAcceptedManuscriptPDFViaUnpaywallEnabled",
"type": "select",
"defaultValue": true,
"templateOptions": {
"label": "Enable Article Accepted Manuscript PDF via Unpaywall",
"options": [
{
"name": "true",
"value": true
},
{
"name": "false",
"value": false
}
]
}
},
{
"key": "articleAcceptedManuscriptPDFViaUnpaywallText",
"type": "input",
"defaultValue": "Download PDF (Accepted Manuscript via Unpaywall)",
"templateOptions": {
"label": "Article Accepted Manuscript PDF Text"
}
},
{
"key": "articleAcceptedManuscriptArticleLinkViaUnpaywallEnabled",
"type": "select",
"defaultValue": true,
"templateOptions": {
"label": "Enable Article Accepted Manuscript Article Link via Unpaywall",
"options": [
{
"name": "true",
"value": true
},
{
"name": "false",
"value": false
}
]
}
},
{
"key": "articleAcceptedManuscriptArticleLinkViaUnpaywallText",
"type": "input",
"defaultValue": "Read Article (Accepted Manuscript via Unpaywall)",
"templateOptions": {
"label": "Article Accepted Manuscript Article Link Text"
}
}
]
}
},
{
"face": "https://avatars2.githubusercontent.com/u/11337842?s=200&v=4",
"notes": "Add Open Access clickthrough link to search-result-avaliability-line via unpaywall",
"who": "BU Libraries",
"what": "bulib-unpaywall",
"linkGit": "https://github.com/bulib/primo-explore-bu/tree/master/packages/unpaywall",
"npmid": "primo-explore-unpaywall",
"version": "1.3.2",
"hook": "prm-search-result-availability-line",
"config": {
"form": [
{
"key": "email",
"type": "input",
"templateOptions": {
"required": true,
"label": "Email used for Unpaywall API access",
"placeholder": "[email protected]"
}
},
{
"key": "labelText",
"type": "input",
"templateOptions": {
"required": false,
"label": "Text/copy for the main call-to-action",
"placeholder": "Open Access available via unpaywall"
}
},
{
"key": "imageUrl",
"type": "input",
"templateOptions": {
"required": false,
"label": "Alternative image to display with unpaywall link",
"placeholder": "https://upload.wikimedia.org/wikipedia/commons/thumb/2/25/Open_Access_logo_PLoS_white.svg/384px-Open_Access_logo_PLoS_white.svg.png"
}
},
{
"key": "imageStyle",
"type": "input",
"templateOptions": {
"required": false,
"label": "CSS tweaking to style whatever image you've chosen",
"placeholder": "height: 24px; vertical-align: bottom; padding-right: 5px;"
}
},
{
"key": "overrideOACheck",
"type": "select",
"defaultValue": true,
"templateOptions": {
"required": false,
"label": "Make unpaywall call regardless of OA status",
"options": [
{ "name": "true","value": true },
{ "name": "false", "value": false }
]
}
},
{
"key": "showOnResultsPage",
"type": "select",
"defaultValue": true,
"templateOptions": {
"required": false,
"label": "Include OA links on search results page",
"options": [
{ "name": "true","value": true },
{ "name": "false", "value": false }
]
}
},
{
"key": "showVersionLabel",
"type": "select",
"defaultValue": true,
"templateOptions": {
"label": "Add version qualification to link display ('Submitted', 'Accepted')",
"options": [
{ "name": "true","value": true },
{ "name": "false", "value": false }
]
}
},
{
"key": "logToConsole",
"type": "select",
"defaultValue": true,
"templateOptions": {
"label": "(debug) Log debug messages to console",
"options": [
{ "name": "true","value": true },
{ "name": "false", "value": false }
]
}
},
{
"key": "showDebugTable",
"type": "select",
"defaultValue": false,
"templateOptions": {
"label": "(debug) Display table of values from Item PNX",
"options": [
{ "name": "true","value": true },
{ "name": "false", "value": false }
]
}
},
{
"key": "publishEvents",
"type": "select",
"defaultValue": false,
"templateOptions": {
"label": "(debug) Determine whether events are published to Analytics",
"options": [
{ "name": "true","value": true },
{ "name": "false", "value": false }
]
}
},
{ "key": "logEvent" }
]
}
},
{
"face": "https://pbs.twimg.com/profile_images/905906120794963968/lHQ0ivpW_400x400.jpg",
"notes": "Add a nav bar underneath the search bar to provide additional links in the primo-explore UI",
"who": "NYU Libraries",
"what": "primo-explore-search-bar-sub-menu",
"linkGit": "https://github.com/NYULibraries/primo-explore-search-bar-sub-menu",
"npmid": "search-bar-sub-menu-studio",
"version": "0.0.4",
"hook": "prm-search-bar-after",
"config": {
"multiple": 5,
"form": [
{ "key": "name" },
{ "key": "description" },
{ "key": "action" },
{
"key": "iconSet",
"templateOptions": {
"label": "icon set"
}
},
{
"key": "iconName",
"templateOptions": {
"label": "icon name"
}
},
{ "key": "cssClasses" },
{ "key": "show_xs" }
]
}
},
{
"face": "https://avatars0.githubusercontent.com/u/9952833?s=400&v=4",
"notes": "Add custom text and an option to expand results to PCI when no records retrieved",
"who": "Sarah Zum",
"what": "Custom text and link to PCI when no search results",
"linkGit": "https://github.com/SarahZum/primo-explore-custom-no-results",
"npmid": "primo-explore-custom-no-results",
"version": "0.0.2",
"hook": "prm-no-search-result-after"
},
{
"face": "https://avatars2.githubusercontent.com/u/5121409?s=200&v=4",
"notes": "When search results are displayed, a record's OCLC numbers are passed to the HathiTrust Bib API. If at least one item with free full-text access is found, a link to the HathiTrust record is appended to the availability section",
"who": "UMNLibraries",
"what": "primo-explore-hathitrust-availability",
"linkGit": "https://github.com/UMNLibraries/primo-explore-hathitrust-availability",
"npmid": "hathi-trust-availability-studio",
"version": "0.0.2",
"hook": "prm-search-result-availability-line-after"
},
{
"face": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQR63Hw5_KOSu46kUJhwJbxYFMbKxUsfIpwsKAq7gb99RD5pCK7",
"notes": "Slider input for range facet",
"who": "John Doe",
"what": "Date slider for range facet",
"linkGit": "https://github.com/noamamit92/primo-explore-search-bar-demo",
"npmid": "primo-explore-date-slider",
"version": "0.0.1",
"hook": "prm-facet-range-after"
},
{
"face": "https://pbs.twimg.com/profile_images/905906120794963968/lHQ0ivpW_400x400.jpg",
"notes": "Override the availability-links section in brief and full results with a link to your link resolver",
"who": "NYU Libraries",
"what": "primo-explore-getit-to-link-resolver",
"linkGit": "https://github.com/NYULibraries/primo-explore-getit-to-link-resolver",
"npmid": "primo-explore-getit-to-link-resolver-studio",
"version": "2.0.7",
"hook": "prm-search-result-availability-line-after"
},
{
"face": "https://avatars0.githubusercontent.com/u/18166991?s=460&v=4",
"notes": "A demo feature for search bar hook",
"who": "Shoul Manevitz",
"what": "Search Bar Demo B",
"linkGit": "https://github.com/noamamit92/primo-explore-search-bar-demo",
"npmid": "primo-explore-app-store-feature-demo-b",
"version": "0.0.5",
"hook": "prm-search-bar-after"
},
{
"face": "https://avatars2.githubusercontent.com/u/19833254?s=400&v=4",
"notes": "Allows you to remove the GES request from Primo VE full view. Except for the configured locations",
"who": "Gilad Wolf",
"what": "remove specific request except for location",
"linkGit": "https://github.com/gilax/remove-specific-request-for-location",
"npmid": "remove-specific-request-for-location",
"hook": "prm-service-links-after",
"version": "1.0.8",
"systemExclusive": "ve",
"config": {
"form": [
{
"key": "libraryCode",
"templateOptions": {
"label": "library code for appearance"
}
},
{
"key": "subLocationCode",
"templateOptions": {
"label": "location code for appearance"
}
},
{
"key": "displayLabel",
"templateOptions": {
"label": "display link"
}
}
]
}
},
{
"face": "https://pbs.twimg.com/profile_images/905906120794963968/lHQ0ivpW_400x400.jpg",
"notes": "Report an issue with a record from the full display page",
"who": "Allen Jones",
"what": "Report a bug",
"linkGit": "https://github.com/ajones3066/primo-explore-reportABug",
"npmid": "report-bug-primo-studio",
"version": "1.0.0",
"hook": "prm-service-links-after",
"config": {
"multiple": 1,
"form": [
{ "key": "text" },
{
"key": "linkBase",
"templateOptions": {
"label": "Link Base"
}
}
]
}
},
{
"face": "https://avatars1.githubusercontent.com/u/8748212?s=40&v=4",
"notes": "Add Altmetrics to full display",
"who": "Ulrich Leodolter",
"what": "Altmetrics",
"linkGit": "https://github.com/uleodolter/primo-studio-altmetrics",
"npmid": "primo-studio-altmetrics",
"version": "1.0.1",
"hook": "prm-full-view-after",
"config": {
"form": [
{
"key": "badgetype",
"type": "select",
"templateOptions": {
"label": "Altmetrics Badge type",
"options": [
{ "value": "Default", "name": "Default" },
{ "value": "donut", "name": "Small donut" },
{ "value": "medium-donut", "name": "Medium donut" },
{ "value": "large-donut", "name": "Large donut" },
{ "value": "bar", "name": "Small bar" },
{ "value": "medium-bar", "name": "Medium bar" },
{ "value": "large-bar", "name": "Large bar" }
]
}
},
{
"key": "apikey",
"type": "input",
"templateOptions": {
"label": "Altmetrics API key"
}
},
{
"key": "isbn",
"type": "checkbox",
"templateOptions": {
"label": "Use ISBN fallback"
}
}
]
}
},
{
"face": "https://avatars1.githubusercontent.com/u/8748212?s=40&v=4",
"notes": "Add PlumX to full display",
"who": "Ulrich Leodolter",
"what": "PlumX Widget",
"linkGit": "https://github.com/uleodolter/primo-studio-plumx",
"npmid": "primo-studio-plumx",
"version": "1.0.1",
"hook": "prm-full-view-after",
"config": {
"form": [
{
"key": "widgettype",
"type": "select",
"templateOptions": {
"label": "PlumX Widget type",
"options": [
{ "value": "print", "name": "Plum Print" },
{ "value": "details", "name": "Details" },
{ "value": "summary", "name": "Summary" },
{ "value": "badge", "name": "PlumX Badge" }
]
}
},
{
"key": "widgettheme",
"type": "select",
"templateOptions": {
"label": "PlumX Widget theme",
"options": [
{ "value": "default", "name": "Default" },
{ "value": "bigben", "name": "Big Ben" },
{ "value": "liberty", "name": "Liberty" }
]
}
},
{
"key": "apikey",
"type": "input",
"templateOptions": {
"label": "PlumX API key"
}
},
{
"key": "isbn",
"type": "checkbox",
"templateOptions": {
"label": "Use ISBN fallback"
}
}
]
}
},
{
"face": "https://avatars1.githubusercontent.com/u/47966354?s=400&v=4",
"notes": "Adding the ability to filter by category the database search",
"who": "Technion Central Library",
"what": "A-Z Databases category index",
"linkGit": "https://github.com/technion-central-library/primo-explore-filter-data-base-by-category-search",
"npmid": "primo-explore-filter-data-base-by-category-search",
"version": "0.0.4",
"hook": "prm-tree-nav-after"
},
{
"face": "https://avatars.githubusercontent.com/u/80420?s=60&u=1ca4b34fda800d52106c859b94f8c4d5959929bb&v=4",
"notes": "Adds a widget in the account overview to manage appointments from the Appointment Scheduler Cloud App",
"who": "Josh Weisman",
"what": "Appoinment Scheduler",
"linkGit": "https://github.com/ExLibrisGroup/alma-scheduler/tree/master/primo-studio-appointment-scheduler",
"npmid": "primo-studio-appointment-scheduler",
"version": "0.1.0",
"hook": "prm-account-overview-after",
"config": {
"form": [
{
"type": "checkbox",
"key": "sandbox",
"templateOptions": {
"label": "Authenticate against sandbox environment"
}
},
{
"type": "select",
"key": "firstDayOfWeek",
"templateOptions": {
"label": "Start calendar on day",
"options": [
{
"name": "Sunday",
"value": 0
},
{
"name": "Monday",
"value": 1
}
]
}
}
]
}
},
{
"face": "https://avatars.githubusercontent.com/u/80420?s=60&u=1ca4b34fda800d52106c859b94f8c4d5959929bb&v=4",
"notes": "Adds a widget in the Full View to display an author card based on Linked Data",
"who": "Josh Weisman",
"what": "Linked Data Author Card",
"linkGit": "https://github.com/jweisman/primo-explore-lod-author-card",
"npmid": "primo-explore-lod-author-card",
"version": "0.0.6",
"hook": "prm-full-view-after"
}
]