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 22.2
edited by bougault
on 2019/11/15 08:34
Change comment: There is no comment for this version
To 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]

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.bougault
1 +XWiki.messines
Content
... ... @@ -21,12 +21,8 @@
21 21   </div>
22 22   </div>
23 23   <div class="col-md-3">
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>
24 + <div class="card reproductible">
25 + <div class="card-header"></div>
30 30   <div class="card-content">
31 31   <h3 class="card-title">Reproducible</h3>
32 32   <p>
... ... @@ -36,12 +36,8 @@
36 36   </div>
37 37   </div>
38 38   <div class="col-md-3">
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>
35 + <div class="card science">
36 + <div class="card-header"></div>
45 45   <div class="card-content">
46 46   <h3 class="card-title">Science</h3>
47 47   <p>
... ... @@ -51,12 +51,8 @@
51 51   </div>
52 52   </div>
53 53   <div class="col-md-3">
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>
46 + <div class="card anywhere">
47 + <div class="card-header"></div>
60 60   <div class="card-content">
61 61   <h3 class="card-title">Anywhere</h3>
62 62   <p>
... ... @@ -68,7 +68,7 @@
68 68   </div>
69 69  </div>
70 70   <div class="row">
71 -<div class="col-md-12">
59 +<div class="col-md-12">
72 72  
73 73  <p class="alert-info">
74 74  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>
... ... @@ -107,7 +107,7 @@
107 107   <div class="col-md-4">
108 108   <div class="row">
109 109   <div class="col-md-10 col-md-offset-1 text-center clb-box-container">
110 - <a class="clb-box" href="https://www.humanbrainproject.eu/en/hbp-platforms/support/">
98 + <a class="clb-box" target="_blank" href="https://ebrains.eu/support/">
111 111   <h3 class="clb-box-title">Support</h3>
112 112   <p>
113 113   Open and track support tickets on our support site.
XWiki.StyleSheetExtension[0]
Code
... ... @@ -89,13 +89,6 @@
89 89   color:@color-white;
90 90   }
91 91   }
92 - .teasing .disabled{
93 - -webkit-filter:grayscale(70%);
94 - filter:grayscale(70%)
95 - }
96 - .teasing .disabled .card-content{
97 - opacity:.9
98 - }
99 99   .teasing .card-title{
100 100   margin-top:1.5rem;
101 101   margin-right:0;
... ... @@ -113,8 +113,7 @@
113 113   .clb-actions .clb-box{
114 114   margin-bottom:5rem;
115 115   font-size:1.125rem;
116 - display: block;
117 -
109 + display: block
118 118   }
119 119   .clb-actions>.row{
120 120   margin-left:0;