Attention: Data Proxy will be migrated from SWIFT to S3 storage at Friday, the 9th of May 2025 starting from 9pm CEST (my timezone). For more details, please join the rocket chat channel https://chat.ebrains.eu/channel/data-proxy-user-group


Version 4.3 by puchades on 2020/03/24 17:47

Show last authors
1 == [[image:BICCN_QNII_figure.png]] ==
2
3 == Preparation of the image serie ==
4
5
6 === (% style="color:#000000" %)Generate your images descriptor file with FileBuider(%%) ===
7
8 Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
9
10 >This is a quote. You can add a quote by selecting some text and clicking the quote button in the editor.
11
12 Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
13
14 === H3 Headings Will Appear In The Table of Content ===
15
16 ==== You can also add images ====
17
18 [[image:Collaboratory.Apps.Article.Code.ArticleSheet@placeholder.jpg]]
19
20 Photo by David Clode
21
22 ==== Or code ====
23
24 Code blocks can be added by using the code macro:
25
26 {{code language="python"}}
27 x = 1
28 if x == 1:
29 # indented four spaces
30 print("x is 1.")
31 {{/code}}