-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Roll access protocols into vocaburies.json5
- Loading branch information
Showing
17 changed files
with
219 additions
and
394 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
{ | ||
accessProtocol: [ | ||
{ id: "F", label: "F: Free to All", description: "access is Free to all" }, | ||
{ | ||
id: "U", | ||
label: "U: All Registered Users", | ||
description: "all Users can access (requires registration)" | ||
}, | ||
{ | ||
id: "RC", | ||
label: "RC: Registered Users and Community members", | ||
description: "Researchers and Community members are allowed access" | ||
}, | ||
{ | ||
id: "C", | ||
label: "C: Community members only", | ||
description: "only Community members are allowed access (normally requires application to Depositor)" | ||
}, | ||
{ | ||
id: "S", | ||
label: "S: Subscribers only", | ||
description: "only Subscribers are allowed access (requires application to Depositor)" | ||
}, | ||
{ | ||
id: "", // intentionally blank | ||
label: "private", // this label is not official... I just need somethign for the UI | ||
description: "only the Depositor and delegate can access" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
accessProtocol: [ | ||
{ id: "Level 1", label: "Level 1", description: "Public Access" }, | ||
{ id: "Level 2", label: "Level 2", description: "Password" }, | ||
{ id: "Level 3", label: "Level 3", description: "Time limit" }, | ||
{ id: "Level 4", label: "Level 4", description: "Depositor control" } | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
accessProtocol: [ | ||
{ | ||
label: "Level 1", | ||
description: "Public Access", | ||
id: "Level 1" | ||
}, | ||
{ label: "Level 2", description: "Password", id: "Level 2", id: "Level 2" }, | ||
{ | ||
label: "Level 3", | ||
description: "Time limit", | ||
id: "Level 3" | ||
}, | ||
{ | ||
label: "Level 4", | ||
description: "Depositor control", | ||
id: "Level 4" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
accessProtocol: [ | ||
{ | ||
id: "O", | ||
label: "Open", | ||
description: "Open (subject to PARADISEC access conditions)" | ||
}, | ||
{ | ||
id: "C", | ||
label: "Closed", | ||
description: "Closed (subject to certain specified conditions)" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
accessProtocol: [ | ||
{ label: "Open", description: "Open", id: "Open" }, | ||
{ label: "Restricted", description: "Restricted", id: "Restricted" }, | ||
{ label: "Protected", description: "Protected", id: "Protected" }, | ||
{ label: "Closed", description: "Closed", id: "Closed" } | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.