Changes for page EBRAINS Live Papers
Last modified by shailesh on 2022/06/26 21:44
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,22 +1,30 @@ 1 -== Overview==1 +== H2 Headings Will Appear in Table of Content == 2 2 3 -EBRAINS Live Papers are structured and interactive online documents that bring together code, models, and data. They can either complement published scientific articles or be stand-alone publications. Interactivity is a prominent feature with several integrated tools and services that allow users to download, visualise or simulate data, models and results presented in the corresponding publications. 4 4 5 -Live papers can be built using the integrated Live Paper Builder tool. This allows authors to create rich, interactive web pages without requiring any web development skills. 6 -It allows for easily linking to resources in community databases such as EBRAINS KG, NeuroMorpho.org, ModelDB, the Allen Brain Atlas, thereby acting as an integrator of scientific resources spanning diverse data types. 4 +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. 7 7 8 - Live papers,priortotheirpublication,can also be password-protected.Thisallowsrestricting accesstodesired user groups such asto reviewers of anassociatedmanuscript. Whenreadyfor publication,authors may request curationthrough EBRAINS support. Thecurationprocess,inpart, ensures that all linkedresources are publicly available in suitable repositories.6 +>This is a quote. You can add a quote by selecting some text and clicking the quote button in the editor. 9 9 10 - Oncecuration isomplete,aDOIisattributedandthelivepaperis made available online.TheLivePaperDOIfurtherassiststhecitation ofpublisheddata andmodels,therebyincentivisingauthorstopublishandshare suchresources,andensuringthattheyareduly acknowledgedwhentheseresourcesare reused.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. 11 11 12 -=== UsefulLinks===10 +=== H3 Headings Will Appear In The Table of Content === 13 13 14 -|** EBRAINS Service Page **| https://ebrains.eu/service/live-papers 15 -|** Live Paper Viewer **| https://live-papers.brainsimulation.eu 16 -|** Live Paper Builder Tool **| https://model-catalog.brainsimulation.eu/docs 17 -|** Live Paper Documentation **| https://live-paper-docs.netlify.app 18 -|** Live Paper REST APIs **| https://validation-v2.brainsimulation.eu/docs 19 -|** GitHub Repo **| https://github.com/appukuttan-shailesh/ebrains-live-papers 20 -|** Preprint Article **| https://osf.io/4uvdy 12 +==== You can also add images ==== 21 21 14 +[[image:Collaboratory.Apps.Article.Code.ArticleSheet@placeholder.jpg]] 15 + 16 +Photo by David Clode 17 + 18 +==== Or code ==== 19 + 20 +Code blocks can be added by using the code macro: 21 + 22 +{{code language="python"}} 23 +x = 1 24 +if x == 1: 25 + # indented four spaces 26 + print("x is 1.") 27 +{{/code}} 28 + 29 +(% class="wikigeneratedid" id="HH4Won27tAppearinToC" %) 22 22