-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathbook.json
38 lines (38 loc) · 1.09 KB
/
book.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
{
"root": "docs",
"title": "Hydra in a Box Data Model",
"author": "Hydra in a Box Project",
"links": {
"sidebar": {
"Hydra in a Box Project": "http://hydrainabox.projecthydra.org/"
}
},
"plugins": ["github", "expandable-chapters-small"],
"pluginsConfig": {
"github": {
"url": "https://github.com/hybox/models/"
}
},
"contributors": [
{
"name": "Rob Sanderson",
"organization": "J. Paul Getty Trust",
"orcid": "https://orcid.org/0000-0003-4441-6852"
},
{
"name": "Thomas Johnson",
"organization": "University of Washington",
"orcid": "https://orcid.org/0000-0001-6726-6397"
},
{
"name": "Mark A. Matienzo",
"organization": "Stanford University",
"orcid": "https://orcid.org/0000-0003-3270-1306"
},
{
"name": "Christina Harlow",
"organization": "Cornell University",
"orcid": "https://orcid.org/0000-0003-4932-9221"
}
]
}