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 78.6
edited by asantars
on 2020/07/20 20:15
Change comment: There is no comment for this version
To version 58.48
edited by asantars
on 2020/06/23 20:55
Change comment: Auto-Saved by Realtime Session

Summary

Details

Page properties
Content
... ... @@ -10,7 +10,7 @@
10 10   <div class="col-md-7 col-md-push-5">
11 11   <img class="img-responsive" src="/bin/skin/Collaboratory/UX/HbpSkin/wiki_home_graphic.svg" />
12 12   </div>
13 - <div class="col-md-5 col-md-pull-7 hero-text">
13 + <div class="col-md-5 col-md-pull-7">
14 14   <h3>Collaborate.<br/>Create reproducible science.<br/>Discover EBRAINS services at work.<br/>From anywhere.</h3>
15 15   <a class="btn btn-primary btn-lg" href="/bin/view/Collabs/the-collaboratory/Getting%20Started/">Getting started</a>
16 16   </div>
... ... @@ -17,45 +17,197 @@
17 17   </div>
18 18   </div>
19 19   <div class="container-fluid search__row">
20 - <div class="container">
20 + <div class="container">
21 21   <div class="col-md-6 col-md-offset-3">
22 22   <form role="search" class="clb-search-bar" action="/bin/view/Main/Search" method="GET">
23 23   <div>
24 - <input type="text" class="form-control" name="text" placeholder="Search word in all wiki pages">
24 + <input type="text" class="form-control" name="text" placeholder="Search in the collaboratory">
25 25   <i class="glyphicon glyphicon-search"></i>
26 26   </div>
27 27   <button class="btn clb-btn-default" type="submit">Search</button>
28 28   </form>
29 29   </div>
30 - </div>
30 +
31 + </div>
31 31   </div>
32 -{{/html}}
33 +<div class="container highlighted">
34 + <h4 class="get-started__title">Highlighted collabs</h4>
35 +<div class="row highlighted">
36 + <div></div>
37 + </div>
38 +</div>
39 + <div class="container get-started">
40 + <h4 class="get-started__title">Highlighted collabs</h4>
41 + <div class="row get-started__row">
42 + <div class="col-xs-12 col-md-6">
43 + <img class="img-responsive"
44 + src="https://via.placeholder.com/600x300"/>
45 + </div>
46 + <div class="col-xs-12 col-md-6">
47 + <a href="#">
48 + <h2 class="get-started__row__title">Create a collab</h2>
49 + <p class="get-started__row__text">
50 + Discover how to create Collabs, a space which enables you to
51 + collaborate.
52 + </p>
53 + </a>
54 + </div>
55 + </div>
56 + <div class="row get-started__row">
57 + <div class="col-md-6">
58 + <img
59 + class="img-responsive"
60 + src="https://via.placeholder.com/600x300"
61 + />
62 + </div>
63 + <div class="col-md-6">
64 + <a href="#">
65 + <h2 class="get-started__row__title">Team</h2>
66 + <p class="get-started__row__text">
67 + Add members to your team in the collab.
68 + </p>
69 + </a>
70 + </div>
71 + </div>
72 + <div class="row get-started__row">
73 + <div class="col-md-6">
74 + <img
75 + class="img-responsive"
76 + src="https://via.placeholder.com/600x300"
77 + />
78 + </div>
79 + <div class="col-md-6">
80 + <a href="#">
81 + <h2 class="get-started__row__title">Jupyter Notebook</h2>
82 + <p class="get-started__row__text">
83 + Run your Jupyter notebook. Share it with colleagues.
84 + </p>
85 + </a>
86 + </div>
87 + </div>
88 +</div>
89 +<div class="container">
90 + <div class="row pre-footer">
91 + <div class="col-md-12">
92 + The Collaboratory is part of EBRAINS.<br />
93 + Discover the other
94 + <a href="https://ebrains.eu" rel="noopener" target="_blank">EBRAINS services</a>.
95 + </div>
96 + </div>
97 +</div>
98 +<!--div class="container clb-content">
33 33  
34 -(% class="container highlighted"%)(((
35 -
36 -(% class="highlighted__title" %)
37 -==== Highlighted collabs ====
38 -{{html clean="false"}}
39 -<div class="container" align="center">
40 -<a href="/bin/view/Collabs/the-collaboratory/Highlights" class="highlighted_view_all">View all</a>
100 +<div class="teasing">
101 + <div class="row">
102 + <div class="col-md-3">
103 + <div class="card collaborate">
104 + <div class="card-header"></div>
105 + <div class="card-content">
106 + <h3 class="card-title">Collaborate</h3>
107 + <p>
108 + create projects and documents, invite collaborators, co-produce articles and release your team work for the community
109 + </p>
110 + </div>
111 + </div>
112 + </div>
113 + <div class="col-md-3">
114 + <div class="card reproductible">
115 + <div class="card-header"></div>
116 + <div class="card-content">
117 + <h3 class="card-title">Reproducible</h3>
118 + <p>
119 + initiate environments, install libraries, find and access datasets to create the stable fertile ground for your experiments
120 + </p>
121 + </div>
122 + </div>
123 + </div>
124 + <div class="col-md-3">
125 + <div class="card science">
126 + <div class="card-header"></div>
127 + <div class="card-content">
128 + <h3 class="card-title">Science</h3>
129 + <p>
130 + develop code, visualise results, generate data and collaborate on your research
131 + </p>
132 + </div>
133 + </div>
134 + </div>
135 + <div class="col-md-3">
136 + <div class="card anywhere">
137 + <div class="card-header"></div>
138 + <div class="card-content">
139 + <h3 class="card-title">Anywhere</h3>
140 + <p>
141 + upload or generate your data and access it anywhere anytime, from your local machine to the most powerful high performance computers
142 + </p>
143 + </div>
144 + </div>
145 + </div>
146 + </div>
41 41  </div>
42 -{{/html}}
43 -(% class="row highlighted_row" %)
44 -(((
148 + <div class="row">
149 +<div class="col-md-12">
45 45  
46 -{{HighlightedCollabs featured="true" slider="true" /}}
151 +<p class="alert-info">
152 +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>
153 + </div>
154 + </div>
47 47  
48 -)))
49 -)))
156 + <div class="row">
157 + <div class="col-md-6 col-md-offset-3">
158 + <form role="search" class="clb-search-bar" action="/bin/view/Main/Search" method="GET">
159 + <div>
160 + <input type="text" class="form-control" name="text">
161 + <i class="glyphicon glyphicon-search"></i>
162 + </div>
163 + <button class="btn clb-btn-default" type="submit">Search</button>
164 + </form>
165 + </div>
166 + </div>
167 +</div>
168 +<div class="container-fluid clb-actions">
169 + <div class="container">
170 + <div class="row">
50 50  
51 -(% class="container" %)
52 -(((
53 -(% class="row explore-all" %)
54 -(((
55 - (% class="col-md-12" %)
56 -(((
57 -Explore all the [[Collabs]]
58 -)))
59 -)))
60 -)))
172 + <div class="col-md-4">
173 + <div class="row">
174 + <div class="col-md-10 text-center clb-box-container">
175 + <a class="clb-box" href="/bin/view/Collabs/">
176 + <h3 class="clb-box-title">Browse Collabs</h3>
177 + <p>
178 + Find a collab, or create yours.
179 + </p>
180 + </a>
181 + </div>
182 + </div>
183 + </div>
61 61  
185 + <div class="col-md-4">
186 + <div class="row">
187 + <div class="col-md-10 col-md-offset-1 text-center clb-box-container">
188 + <a class="clb-box" target="_blank" href="https://ebrains.eu/support/">
189 + <h3 class="clb-box-title">Support</h3>
190 + <p>
191 + Open and track support tickets on our support site.
192 + </p>
193 + </a>
194 + </div>
195 + </div>
196 + </div>
197 +
198 + <div class="col-md-4">
199 + <div class="row">
200 + <div class="col-md-10 col-md-offset-2 text-center clb-box-container">
201 + <a class="clb-box" href="/bin/view/Feedback/">
202 + <h3 class="clb-box-title">Feedback</h3>
203 + <p>
204 + Please, give us a feedback about the new collaboratory.
205 + </p>
206 + </a>
207 + </div>
208 + </div>
209 + </div>
210 + </div>
211 + </div>
212 +</div -->
213 +{{/html}}
XWiki.DocumentSheetBinding[0]
XWiki.DocumentSheetBinding[1]
XWiki.StyleSheetExtension[0]
Code
... ... @@ -218,10 +218,6 @@
218 218   color: var(@color-brand-primary);
219 219  }
220 220  
221 -.hero-text h3 {
222 - line-height:1.3em;
223 -}
224 -
225 225  .search__row {
226 226   padding:2rem;
227 227   margin: 2rem 0;
... ... @@ -230,11 +230,11 @@
230 230  .get-started__row__text {
231 231   color: #4a5568;
232 232  }
233 -.get-started__title, .highlighted__title{
229 +.get-started__title {
234 234   text-align: center;
235 235   color: #aaa;
236 236   /*padding: 10rem 0;*/
237 - padding:2rem 0 0.5rem 0;
233 + padding:5rem 0;
238 238   font-size: 2rem;
239 239   /*border-top: 1px solid #ccc;*/
240 240   /*margin-top: 10rem;*/
... ... @@ -244,18 +244,11 @@
244 244   margin-top: 3rem;
245 245  }
246 246  
247 -.pre-footer, .explore-all {
248 - margin-top:-100px; /* Adding negative margin to improve spacing when only 1 highlighted collab*/
243 +.pre-footer {
249 249   font-size: 32px;
250 250   line-height: 42px;
251 - text-align: center;
252 252  }
253 253  
254 -.explore-all{
255 - padding-top: 5rem;
256 - padding-bottom: 5rem;
257 -}
258 -
259 259  @media screen and (min-width: 992px) {
260 260   .get-started__row {
261 261   display: flex;
... ... @@ -266,47 +266,10 @@
266 266   margin-bottom: 1rem;
267 267   }
268 268  }
269 -
270 -.glider-contain {
271 - min-height: 502px;
272 -}
273 -.glider {
274 - .highlighted-collab {
275 - position:relative;
276 - border: 1px solid #CCC;
277 - margin: 0 1rem;
278 - height: 100%;
279 - border-radius: @border-radius-default;
280 - > p,
281 - > h3 {
282 - padding-left: 1rem;
283 - padding-right: 1rem;
284 - }
285 - }
286 -}
287 -.highlighted-image{
288 - /*height: 250px;*/
289 - background-size: cover;
290 -}
291 -.stretched-link {
292 - &::after {
293 - position: absolute;
294 - top: 0;
295 - right: 0;
296 - bottom: 0;
297 - left: 0;
298 - z-index: 1;
299 - // Just in case `pointer-events: none` is set on a parent
300 - pointer-events: auto;
301 - content: "";
302 - // IE10 bugfix, see https://stackoverflow.com/questions/16947967/ie10-hover-pseudo-class-doesnt-work-without-background-color
303 - background-color: rgba(0, 0, 0, 0);
304 - }
305 -}
306 -
307 307  .pre-footer {
308 308   margin: 8rem 0 2rem;
309 309   padding: 5rem 0;
261 + text-align: center;
310 310   border-top: 1px solid #ccc;
311 311   /*border-bottom: 1px solid #ccc;*/
312 312  }
XWiki.StyleSheetExtension[1]
Caching policy
... ... @@ -1,1 +1,0 @@
1 -long