Failed to execute template. Cause: [Access denied when checking [script] access to [xwiki:Collaboratory.UX.HbpSkin.WebHome] for user [xwiki:XWiki.Admin]]. Click on this message for details.

Collaborate on reproducible science, anywhere - HBP Wiki

IAM21 instance, do not create collab nor modify a team, your changes will be lost


Last modified by bougault on 2023/01/26 14:38

From version 26.1
edited by messines
on 2020/04/15 21:15
Change comment: Install extension [eu.hbp.wiki:xwiki-skin-collaboratory/0.17.15]
To version 13.1
edited by messines
on 2019/05/20 07:54
Change comment: Install extension [eu.hbp.wiki:xwiki-skin-collaboratory/0.10.11]

Summary

Details

Page properties
Content
... ... @@ -21,8 +21,12 @@
21 21   </div>
22 22   </div>
23 23   <div class="col-md-3">
24 - <div class="card reproductible">
25 - <div class="card-header"></div>
24 + <div class="card reproductible disabled">
25 + <div class="card-header">
26 + <div class="coming-soon">
27 + <span>Coming Soon</span>
28 + </div>
29 + </div>
26 26   <div class="card-content">
27 27   <h3 class="card-title">Reproducible</h3>
28 28   <p>
... ... @@ -32,8 +32,12 @@
32 32   </div>
33 33   </div>
34 34   <div class="col-md-3">
35 - <div class="card science">
36 - <div class="card-header"></div>
39 + <div class="card science disabled">
40 + <div class="card-header">
41 + <div class="coming-soon">
42 + <span>Coming Soon</span>
43 + </div>
44 + </div>
37 37   <div class="card-content">
38 38   <h3 class="card-title">Science</h3>
39 39   <p>
... ... @@ -43,8 +43,12 @@
43 43   </div>
44 44   </div>
45 45   <div class="col-md-3">
46 - <div class="card anywhere">
47 - <div class="card-header"></div>
54 + <div class="card anywhere disabled">
55 + <div class="card-header">
56 + <div class="coming-soon">
57 + <span>Coming Soon</span>
58 + </div>
59 + </div>
48 48   <div class="card-content">
49 49   <h3 class="card-title">Anywhere</h3>
50 50   <p>
... ... @@ -56,7 +56,7 @@
56 56   </div>
57 57  </div>
58 58   <div class="row">
59 -<div class="col-md-12">
71 +<div class="col-md-12">
60 60  
61 61  <p class="alert-info">
62 62  This is the first release of the revamped Collaboratory. It does not yet have feature parity with the previous version. Until we reach that point and give users time to migrate, both versions will coexist.</p>
... ... @@ -95,7 +95,7 @@
95 95   <div class="col-md-4">
96 96   <div class="row">
97 97   <div class="col-md-10 col-md-offset-1 text-center clb-box-container">
98 - <a class="clb-box" target="_blank" href="https://ebrains.eu/support/">
110 + <a class="clb-box" href="https://www.humanbrainproject.eu/en/hbp-platforms/support/">
99 99   <h3 class="clb-box-title">Support</h3>
100 100   <p>
101 101   Open and track support tickets on our support site.
XWiki.StyleSheetExtension[0]
Caching policy
... ... @@ -1,1 +1,0 @@
1 -long
Code
... ... @@ -1,211 +1,0 @@
1 -.teasing .collaborate {background-image: url('/bin/skin/Collaboratory/UX/HbpSkin/collaborate.jpg');}
2 -.teasing .reproductible {background-image: url('/bin/skin/Collaboratory/UX/HbpSkin/reproducible.jpg');}
3 -.teasing .science {background-image: url('/bin/skin/Collaboratory/UX/HbpSkin/science.jpg');}
4 -.teasing .anywhere {background-image: url('/bin/skin/Collaboratory/UX/HbpSkin/anywhere.jpg');}
5 -
6 -#mainContentArea{
7 - padding:0;
8 - padding-top:1.25rem
9 -}
10 -#mainContentArea #hierarchy,
11 -#mainContentArea .xcontent>hr,
12 -#mainContentArea .xdocLastModification{
13 - display:none
14 -}
15 -#mainContentArea .xcontent>.row{
16 - margin-left:0;
17 - margin-right:0
18 -}
19 -
20 -.document-header .document-info{
21 - width:100%;
22 - text-align:center;
23 - margin-top:3rem
24 -}
25 -#xwikicontent{
26 - padding-left:0;
27 - padding-right:0;
28 - min-height:300px;
29 - p.alert-info{
30 - padding:2rem
31 - }
32 - .teasing{
33 - margin-bottom:50px
34 - }
35 - .teasing .card{
36 - text-align:center;
37 - position:relative;
38 - height:100%;
39 - background-size:cover;
40 - background-repeat:no-repeat;
41 - background-position:50% 50%;
42 - padding-bottom:20px;
43 - margin-bottom:20px
44 - }
45 - .teasing .card::before{
46 - position:absolute;
47 - top:0;
48 - right:0;
49 - bottom:0;
50 - left:0;
51 - display:block;
52 - background-image:linear-gradient(to top,rgba(0,0,0,.9),transparent 85%);
53 - content:''
54 - }
55 - .teasing .card-header{
56 - position:relative;
57 - height:150px
58 - }
59 - .teasing .coming-soon{
60 - position:absolute;
61 - z-index:10;
62 - left:0;
63 - right:0;
64 - padding:.5rem;
65 - border-radius:.25rem;
66 - font-weight:700;
67 - top:50%
68 - }
69 - .teasing .coming-soon span{
70 - font-size:1.25rem;
71 - line-height:2;
72 - padding:.5rem;
73 - border-radius:.25rem;
74 - font-weight:700;
75 - margin-top:-17px;
76 - background:rgba(255,255,255,.8);
77 - }
78 - .teasing .card-content {
79 - position:relative;
80 - overflow:hidden;
81 - margin-top:0;
82 - padding-top:0;
83 - padding-bottom:0;
84 - padding-left:.5rem;
85 - padding-right:.5rem;
86 - color: @color-white;
87 - font-size:1rem;
88 - .card-title {
89 - color:@color-white;
90 - }
91 - }
92 - .teasing .card-title{
93 - margin-top:1.5rem;
94 - margin-right:0;
95 - margin-bottom:1rem;
96 - margin-left:0;
97 - font-weight:700
98 - }
99 - .clb-actions {
100 - background-color:#f0f3f1;
101 - padding-top:5rem;
102 - padding-left:0;
103 - padding-right:0;
104 - padding-bottom:0
105 - }
106 - .clb-actions .clb-box{
107 - margin-bottom:5rem;
108 - font-size:1.125rem;
109 - display: block
110 - }
111 - .clb-actions>.row{
112 - margin-left:0;
113 - margin-right:0
114 - }
115 - .clb-actions .clb-box:hover{
116 - text-decoration:none
117 - }
118 - .clb-content>.row{
119 - margin-bottom:5rem
120 - }
121 - .clb-search-bar{
122 - display:flex;
123 - align-items:stretch;
124 - position:relative
125 - }
126 - .clb-search-bar>div{
127 - flex:1;
128 - margin:2px 10px 2px 0
129 - }
130 - .clb-search-bar input[type=text]{
131 - width:100%;
132 - padding:1.5rem;
133 - padding-left:2.5rem;
134 - border-radius: @border-radius-default;
135 - background-color: @color-white;
136 - box-shadow:none
137 - }
138 - .clb-search-bar input[type=text]:focus{
139 - border-color: @color-brand-primary;
140 - background-color:@color-white;
141 - box-shadow:none
142 - }
143 - .clb-search-bar i{
144 - position:absolute;
145 - margin-top:-.5rem;
146 - color: @color-gray-200;
147 - top:50%;
148 - left:1em
149 - }
150 - .clb-search-bar input[type=text]:focus~i{
151 - color: @color-brand-primary;
152 - }
153 - @media screen and (min-width:992px){
154 - .teasing .row{
155 - display:flex
156 - }
157 - .teasing .row>[class*=col-]{
158 - display:flex;
159 - flex-direction:column
160 - }
161 - .clb-actions{
162 - padding-bottom:5rem
163 - }
164 - .clb-actions .clb-box{
165 - margin-bottom:0
166 - }
167 - .clb-actions .container,
168 - .clb-actions .container>.row{
169 - display:flex
170 - }
171 - .clb-actions .clb-box-container,
172 - .clb-actions .clb-box-container a,
173 - .clb-actions .container>.row>[class*=col-]>.row{
174 - height:100%;
175 - display:block
176 - }
177 - }
178 -}
179 -
180 -.clb-box{
181 - background-color:#fff;
182 - box-shadow:0 1px 2px 0 rgba(0,0,0,.1);
183 - padding:2rem;
184 - padding-bottom:5rem;
185 - color: @color-brand-primary;
186 - display:block
187 - .clb-box-title {
188 - color:#45b07c;
189 - font-weight:600;
190 - margin-bottom:5rem;
191 - }
192 -}
193 -
194 -.clb-btn-default,button {
195 - background-image:none;
196 - box-shadow:none;
197 - border:0;
198 - border-radius: @border-radius-default;
199 - padding-top:.5rem;
200 - padding-bottom:.5rem;
201 - padding-left:1rem;
202 - padding-right:1rem;
203 - background-color:@color-brand-primary;
204 - color: @color-white;
205 - &:hover {
206 - background-color: darken(@color-brand-primary, 10%);
207 - }
208 - &:active {
209 - background-color: darken(@color-brand-primary, 15%);
210 - }
211 -}
Content Type
... ... @@ -1,1 +1,0 @@
1 -LESS
Name
... ... @@ -1,1 +1,0 @@
1 -eu.hbp.ux.home
Parse content
... ... @@ -1,1 +1,0 @@
1 -No
Use this extension
... ... @@ -1,1 +1,0 @@
1 -currentPage