diff --git a/source/ARTICLE.rst b/source/ARTICLE.rst new file mode 100644 index 0000000..f858269 --- /dev/null +++ b/source/ARTICLE.rst @@ -0,0 +1,18 @@ +Article page +============ + +The first thing you will notice on a neurolibre living article page is a pdf summary of the article. This pdf is really simply a summary of the work. + +Then next to it, you will find a series of links. These links are proper archives of all the necessary assets required to reproduce the article. This includes the data, the original code repository, the docker container with all the environment, as well as the thread with the technical screening of the living article. + +.. image:: img/reader_assets.png + :width: 400 + :alt: Links to reproducibility assets + +Each asset has its own DOI, which is linked to the DOI of the living article. That DOI, along with a citation (available in plain text and bib format) are also available. + +.. image:: img/reader_citation.png + :width: 400 + :alt: Citation to a neurolibre living article. + +A badge with the DOI is available to insert on a github repo or a webpage. diff --git a/source/READER.rst b/source/READER.rst deleted file mode 100644 index 3f058f6..0000000 --- a/source/READER.rst +++ /dev/null @@ -1,7 +0,0 @@ -Reader guidelines -================= - -This will help you navigate through a NeuroLibre prprint! - -(talk about jb-book interface, chapters, binder icon etc...) -(inder instance specific stuff like launching notebook if markdown, create new terminal, navigate files) \ No newline at end of file diff --git a/source/REPRODUCIBLE.rst b/source/REPRODUCIBLE.rst new file mode 100644 index 0000000..ed6d590 --- /dev/null +++ b/source/REPRODUCIBLE.rst @@ -0,0 +1,12 @@ +Reproducible article +==================== + +This is the core content of the NeuroLibre living article: a static webpage, which may include interactive figures or dashboards. + +DESCRIBE INTERACTIVE FIGURES + +DESCRIBE CODE BLOCKS + +DESCRIBE CITATIONS + +LINK TO JUPYTER BOOKS FOR MORE INFO diff --git a/source/img/reader_assets.png b/source/img/reader_assets.png new file mode 100644 index 0000000..2085799 Binary files /dev/null and b/source/img/reader_assets.png differ diff --git a/source/img/reader_citation.png b/source/img/reader_citation.png new file mode 100644 index 0000000..61ee6df Binary files /dev/null and b/source/img/reader_citation.png differ diff --git a/source/index.rst b/source/index.rst index bdb20a6..7a44f81 100644 --- a/source/index.rst +++ b/source/index.rst @@ -12,7 +12,7 @@ :maxdepth: 2 :caption: Reader - READER + ARTICLE .. toctree:: :maxdepth: 2 @@ -35,4 +35,4 @@ :maxdepth: 2 :caption: FAQ - FAQ \ No newline at end of file + FAQ