forked from CenterForOpenScience/osf.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
addons.json
93 lines (93 loc) · 4.74 KB
/
addons.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
{
"addons": [
"box",
"dataverse",
"dropbox",
"figshare",
"forward",
"github",
"gitlab",
"mendeley",
"zotero",
"osfstorage",
"owncloud",
"onedrive",
"s3",
"twofactor",
"wiki",
"googledrive",
"bitbucket"
],
"addons_default": [
"osfstorage"
],
"addons_archivable": {
"osfstorage": "full",
"box": "partial",
"dataverse": "partial",
"dropbox": "partial",
"figshare": "partial",
"forward": "full",
"googledrive": "partial",
"onedrive": "partial",
"github": "partial",
"gitlab": "partial",
"owncloud": "partial",
"s3": "partial",
"wiki": "full",
"bitbucket": "partial"
},
"addons_commentable": [
"osfstorage",
"box",
"dataverse",
"dropbox",
"figshare",
"github",
"gitlab",
"googledrive",
"owncloud",
"s3",
"bitbucket",
"onedrive"
],
"addons_based_on_ids": [
"osfstorage",
"box",
"onedrive"
],
"addons_description": {
"box": "Box is a file storage add-on. Connect your Box account to an OSF project to interact with files hosted on Box via the OSF.",
"dataverse": "Dataverse is an open source software application to share, cite, and archive data. Connect your Dataverse account to share your Dataverse datasets via the OSF.",
"dropbox": "Dropbox is a file storage add-on. Connect your Dropbox account to an OSF project to interact with files hosted on Dropbox via the OSF.",
"figshare": "Figshare is an online digital repository. Connect your figshare account to share your figshare files along with other materials in your OSF project.",
"forward": "The External Link add-on allows you to provide a link to a website outside of the OSF.",
"github": "GitHub is a web-based Git repository hosting service. Connect your GitHub repo to your OSF project to share your code alongside other materials in your OSF project.",
"gitlab": "GitLab is an open-source web-based Git repository hosting tool and service. Connect your GitLab repo to your OSF project to share your code alongside other materials in your OSF project.",
"mendeley": "Mendeley is a reference management tool. Connecting Mendeley folders to OSF projects allows you and others to view, copy, and download citations that are relevant to your project from the Project Overview page.",
"zotero": "Zotero is a reference management tool. Connecting Zotero folders to OSF projects allows you and others to view, copy, and download citations that are relevant to your project from the Project Overview page.",
"osfstorage": "OSF Storage is the default storage provider for OSF projects.",
"owncloud": "ownCloud is an open source, self-hosted file sync and share app platform. Connect your ownCloud account to an OSF project to interact with files hosted on ownCloud via the OSF.",
"s3": "Amazon S3 is a file storage add-on. Connect your S3 account to an OSF project to interact with files hosted on S3 via the OSF.",
"twofactor": "Two-factor authentication is a security add-on. By using two-factor authentication, you'll protect your OSF account with both your password and your mobile phone.",
"wiki": "The wiki is a versatile communication tool. Wikis can be used to explain the main points of your project and can contain information like lab notes or contact information.",
"googledrive": "Google Drive is a file storage add-on. Connect your Google Drive account to an OSF project to interact with files hosted on Google Drive via the OSF.",
"bitbucket": "Bitbucket is a web-based Git repository hosting service. Connect your Bitbucket repo to your OSF project to share your code alongside other materials in your OSF project.",
"onedrive": "Microsoft OneDrive is a file storage add-on. Connect your Microsoft OneDrive account to an OSF project to interact with files hosted on Microsoft OneDrive via the OSF."
},
"addons_url": {
"box": "http://www.box.com",
"dataverse": "https://dataverse.harvard.edu/",
"dropbox": "http://www.dropbox.com",
"figshare": "http://www.figshare.com",
"github": "http://www.github.com",
"gitlab": "https://www.gitlab.com",
"mendeley": "http://www.mendeley.com",
"owncloud": "https://owncloud.org/",
"zotero": "http://www.zotero.org",
"s3": "https://aws.amazon.com/s3/",
"googledrive": "https://drive.google.com",
"bitbucket": "https://bitbucket.org/",
"onedrive": "https://onedrive.live.com"
}
}