Version 42.1 by hbpadmin on 2020/04/07 17:10

Hide last authors
hbpadmin 35.1 1 {{velocity}}#set($displayContentFooter=false)
superadmin 1.1 2 #set($displayDocExtra=false)
hbpadmin 35.1 3 #set($displayContentMenu=false){{/velocity}}
4 {{html clean="false"}}<div class="container clb-content">
hbpadmin 42.1 5
hbpadmin 38.1 6 <div class="box warningmessage">
hbpadmin 42.1 7 A Unicore maintenance is planned at CSCS on Thursday 9th April
8 from 10AM to 11AM (central european time). During the maintenance users will not be able to submit new Unicore jobs. Existing running jobs will not be affected.
hbpadmin 38.1 9 </div>
hbpadmin 42.1 10
superadmin 1.1 11 <div class="teasing">
12 <div class="row">
13 <div class="col-md-3">
14 <div class="card collaborate">
15 <div class="card-header"></div>
16 <div class="card-content">
17 <h3 class="card-title">Collaborate</h3>
18 <p>
19 create projects and documents, invite collaborators, co-produce articles and release your team work for the community
20 </p>
21 </div>
22 </div>
23 </div>
24 <div class="col-md-3">
hbpadmin 41.1 25 <div class="card reproductible">
26 <div class="card-header"></div>
superadmin 1.1 27 <div class="card-content">
28 <h3 class="card-title">Reproducible</h3>
29 <p>
30 initiate environments, install libraries, find and access datasets to create the stable fertile ground for your experiments
31 </p>
32 </div>
33 </div>
34 </div>
35 <div class="col-md-3">
hbpadmin 41.1 36 <div class="card science">
37 <div class="card-header"></div>
superadmin 1.1 38 <div class="card-content">
39 <h3 class="card-title">Science</h3>
40 <p>
41 develop code, visualise results, generate data and collaborate on your research
42 </p>
43 </div>
44 </div>
45 </div>
46 <div class="col-md-3">
hbpadmin 41.1 47 <div class="card anywhere">
48 <div class="card-header"></div>
superadmin 1.1 49 <div class="card-content">
50 <h3 class="card-title">Anywhere</h3>
51 <p>
52 upload or generate your data and access it anywhere anytime, from your local machine to the most powerful high performance computers
53 </p>
54 </div>
55 </div>
56 </div>
57 </div>
58 </div>
59 <div class="row">
60 <div class="col-md-12">
61
62 <p class="alert-info">
63 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>
64 </div>
65 </div>
66
67 <div class="row">
68 <div class="col-md-6 col-md-offset-3">
69 <form role="search" class="clb-search-bar" action="/bin/view/Main/Search" method="GET">
70 <div>
71 <input type="text" class="form-control" name="text">
72 <i class="glyphicon glyphicon-search"></i>
73 </div>
74 <button class="btn clb-btn-default" type="submit">Search</button>
75 </form>
76 </div>
77 </div>
78 </div>
79 <div class="container-fluid clb-actions">
80 <div class="container">
81 <div class="row">
82
83 <div class="col-md-4">
84 <div class="row">
85 <div class="col-md-10 text-center clb-box-container">
86 <a class="clb-box" href="/bin/view/Collabs/">
87 <h3 class="clb-box-title">Browse Collabs</h3>
88 <p>
89 Find a collab, or create yours.
90 </p>
91 </a>
92 </div>
93 </div>
94 </div><!-- /.col-md-4 -->
95
96 <div class="col-md-4">
97 <div class="row">
98 <div class="col-md-10 col-md-offset-1 text-center clb-box-container">
99 <a class="clb-box" href="https://www.humanbrainproject.eu/en/hbp-platforms/support/">
100 <h3 class="clb-box-title">Support</h3>
101 <p>
102 Open and track support tickets on our support site.
103 </p>
104 </a>
105 </div>
106 </div>
107 </div><!-- /.col-md-4 -->
108
109 <div class="col-md-4">
110 <div class="row">
111 <div class="col-md-10 col-md-offset-2 text-center clb-box-container">
112 <a class="clb-box" href="/bin/view/Feedback/">
113 <h3 class="clb-box-title">Feedback</h3>
114 <p>
115 Please, give us a feedback about the new collaboratory.
116 </p>
117 </a>
118 </div>
119 </div>
120 </div><!-- /.col-md-4 -->
121 </div>
122 </div>
hbpadmin 38.1 123 </div>{{/html}}
124
hbpadmin 42.1 125 (% class="container clb-content" %)
126 (((
127 (% class="teasing" %)
128 (((
129 (% class="row" %)
130 (((
131 (% class="col-md-3" %)
132 (((
133 (% class="card collaborate" %)
134 (((
135 (% class="card-header" %)
136 (((
137
138 )))
139
140 (% class="card-content" %)
141 (((
142 (% class="card-title" %)
143 === Collaborate ===
144
145 create projects and documents, invite collaborators, co-produce articles and release your team work for the community
146 )))
147 )))
148 )))
149
150 (% class="col-md-3" %)
151 (((
152 (% class="card reproductible" %)
153 (((
154 (% class="card-header" %)
155 (((
156
157 )))
158
159 (% class="card-content" %)
160 (((
161 (% class="card-title" %)
162 === Reproducible ===
163
164 initiate environments, install libraries, find and access datasets to create the stable fertile ground for your experiments
165 )))
166 )))
167 )))
168
169 (% class="col-md-3" %)
170 (((
171 (% class="card science" %)
172 (((
173 (% class="card-header" %)
174 (((
175
176 )))
177
178 (% class="card-content" %)
179 (((
180 (% class="card-title" %)
181 === Science ===
182
183 develop code, visualise results, generate data and collaborate on your research
184 )))
185 )))
186 )))
187
188 (% class="col-md-3" %)
189 (((
190 (% class="card anywhere" %)
191 (((
192 (% class="card-header" %)
193 (((
194
195 )))
196
197 (% class="card-content" %)
198 (((
199 (% class="card-title" %)
200 === Anywhere ===
201
202 upload or generate your data and access it anywhere anytime, from your local machine to the most powerful high performance computers
203 )))
204 )))
205 )))
206 )))
207 )))
208
209 (% class="row" %)
210 (((
211 (% class="col-md-12" %)
212 (((
213 (% class="alert-info" %)
214 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.
215 )))
216 )))
217
218 (% class="row" %)
219 (((
220 (% class="col-md-6 col-md-offset-3" %)
221 (((
222 (((
223
224 )))
225
226 Search
227 )))
228 )))
229 )))
230
231 (% class="container-fluid clb-actions" %)
232 (((
233 (% class="container" %)
234 (((
235 (% class="row" %)
236 (((
237 (% class="col-md-4" %)
238 (((
239 (% class="row" %)
240 (((
241 (% class="col-md-10 text-center clb-box-container" %)
242 (((
243 (% class="clb-box-title" %)
244 === [[Browse Collabs>>path:/bin/view/Collabs/||class="clb-box"]] ===
245
246 [[Find a collab, or create yours.>>path:/bin/view/Collabs/||class="clb-box"]]
247 )))
248 )))
249 )))
250
251 (% class="col-md-4" %)
252 (((
253 (% class="row" %)
254 (((
255 (% class="col-md-10 col-md-offset-1 text-center clb-box-container" %)
256 (((
257 (% class="clb-box-title" %)
258 === [[Support>>url:https://www.humanbrainproject.eu/en/hbp-platforms/support/||class="clb-box"]] ===
259
260 [[Open and track support tickets on our support site.>>url:https://www.humanbrainproject.eu/en/hbp-platforms/support/||class="clb-box"]]
261 )))
262 )))
263 )))
264
265 (% class="col-md-4" %)
266 (((
267 (% class="row" %)
268 (((
269 (% class="col-md-10 col-md-offset-2 text-center clb-box-container" %)
270 (((
271 (% class="clb-box-title" %)
272 === [[Feedback>>path:/bin/view/Feedback/||class="clb-box"]] ===
273
274 [[Please, give us a feedback about the new collaboratory.>>path:/bin/view/Feedback/||class="clb-box"]]
275 )))
276 )))
277 )))
278 )))
279 )))
280 )))
281
282