-
Notifications
You must be signed in to change notification settings - Fork 1
/
manifest.json
55 lines (55 loc) · 2.03 KB
/
manifest.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
{
"id": "exlibrisgroup/alma-nacsis-holdings",
"title": [
{
"lang": "jp",
"text": "NACSIS-CAT/ILL"
},
{
"lang": "en",
"text": "NACSIS-CAT/ILL"
}
],
"subtitle": [
{
"lang": "jp",
"text": "NACSIS総合目録データベース・相互貸借サービスとの統合"
},
{
"lang": "en",
"text": "Integrate with the NACSIS central catalog and ILL system"
}
],
"author": "Ex Libris",
"description": [
{
"lang": "jp",
"text": "このアップは、AlmaをNACSIS総合目録データベースと統合する-ために使用できます。次の機能を提供します:Almaのローカル書誌レコードに関連するNACSIS-CAT所蔵レコードを管理する、NACSIS-CATの書誌・典拠レコードをローカルにダウウンロードする、作成・更新されたローカルレコードをNACSIS-CATにアップロードする。このアップは、Ex Librisサポートに対象内になります。現在、ベータテストの目標で提供されています。"
},
{
"lang": "en",
"text": "This app is used for integrating Alma with the NACSIS central catalog. The app support the followings: Manage holding records from the NACSIS-CAT for a given Bibliographic record in Alma. Copy cataloging of NACSIS-CAT Bibliographic and Authority records to Alma. Contribution of new or edited Bibliographic and Authority records to NACSIS-CAT. This app is supported by Ex Libris. Currently available for beta testing."
}
],
"icon": {
"type": "url",
"value": "/assets/nacsis-new-logo.png"
},
"contentSecurity": {
"sandbox": {
"modals": true,
"popups": true
},
"connectSrc": [
"http://*.corp.exlibrisgroup.com:1801",
"https://*.alma.exlibrisgroup.com"
]
},
"pages": {
"config": "/#/configuration",
"help": "/#/help"
},
"fullscreen": {
"allow": true
}
}