forked from galaxyproject/galaxy-hub
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
140 lines (140 loc) · 4.13 KB
/
config.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
{
"host": "galaxyproject.org",
"contentDir": "content",
"collections": {
"BareArticle": { "path": "/bare/", "type": "vue" },
"Platform": { "path": "/use/", "type": "md" }
},
"categories": {
"/blog": "blog",
"/events": "events",
"/news": "news",
"/careers": "careers",
"/projects/covid19": "covid19"
},
"build": {
"dirs": {
"md": "build/content-md",
"vue": "build/content-vue"
},
"copyFileExts": ["png", "jpg", "jpeg", "gif", "svg", "pdf", "mp4"]
},
"defaultSocialImage": "/images/galaxy-logos/galaxy_project_logo_blue.png",
"taggedEventsPages": [
{ "tag": "webinar", "path": "/events/webinars/" },
{ "tag": "devroundtable", "path": "/community/devroundtable/" },
{ "tag": "cofest", "path": "/events/cofests/" },
{ "tag": "papercuts", "path": "/events/cofests/papercuts/" },
{ "tag": "community-call", "path": "/community/community-calls/" }
],
"subsites": {
"shorthands": {
"all": [
"freiburg",
"pasteur",
"belgium",
"ifb",
"genouest",
"erasmusmc",
"elixir-it",
"au",
"eu",
"us",
"global"
],
"all-eu": ["freiburg", "pasteur", "belgium", "ifb", "genouest", "erasmusmc", "elixir-it", "eu"]
},
"default": "global",
"navbar": [
"global",
"us",
"eu",
"au",
"freiburg",
"erasmusmc",
"belgium",
"pasteur",
"elixir-it",
"ifb"
],
"all": {
"global": {
"name": "Global"
},
"us": {
"name": "US"
},
"eu": {
"name": "Europe"
},
"freiburg": {
"name": "Freiburg"
},
"erasmusmc": {
"name": "Erasmus MC"
},
"belgium": {
"name": "VIB"
},
"pasteur": {
"name": "Pasteur"
},
"genouest": {
"name": "GenOuest"
},
"elixir-it": {
"name": "ELIXIR-IT/Laniakea"
},
"ifb": {
"name": "ELIXIR-FR/IFB"
},
"esg": {
"name": "EuroScienceGateway",
"custom": true
},
"au": {
"name": "Australia",
"external": "https://site.usegalaxy.org.au"
}
}
},
"redirects": {
"/admin/authentication/config/": "/authnz/config/",
"/admin/authentication/": "/authnz/",
"/events/gtn.html": "/events/gtn/",
"/admin/internals/galaxy-ops/Help Info.html": "/admin/internals/galaxy-ops/help-info/",
"/admin/internals/galaxy-ops/Python.html": "/admin/internals/galaxy-ops/python/",
"/admin/internals/galaxy-ops/C.html": "/admin/internals/galaxy-ops/c/",
"/blog/2017-10-16-UnicyclerTutorial/": "/blog/2017-10-16-unicycler-tutorial/",
"/cloudman/CustomizeGalaxyCloud.html": "/cloudman/customize-galaxy-cloud/",
"/tutorials/nt_rnaseq/": "/tutorials/nt-rnaseq/",
"/tutorials/pt_gfam/": "/tutorials/pt-gfam/",
"/tutorials/rb_rnaseq/": "/tutorials/rb-rnaseq/",
"/tutorials/var_dip/": "/tutorials/var-dip/",
"/tutorials/var_hap/": "/tutorials/var-hap/"
},
"usegalaxy": [
{
"locale": "US",
"url": "http://www.usegalaxy.org",
"utcMin": -11,
"utcMax": -3
},
{
"locale": "EU",
"url": "http://usegalaxy.eu",
"utcMin": -3,
"utcMax": 7
},
{
"locale": "AU",
"url": "http://usegalaxy.org.au",
"utcMin": 7,
"utcMax": 14
},
{
"locale": "Other",
"url": "/use/"
}
]
}