From 43aff5ae300e0a3108710290871703bb22a3e29f Mon Sep 17 00:00:00 2001 From: Agah Date: Thu, 19 Sep 2024 00:29:03 -0400 Subject: [PATCH] Attribution --- paper.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/paper.md b/paper.md index 43b3643..0a0b417 100644 --- a/paper.md +++ b/paper.md @@ -20,6 +20,8 @@ Let's see how directives work with a simple example by rendering a video from an :::{iframe} https://cdn.curvenote.com/0191bd75-1494-72f5-b48a-a0aaad296e4c/public/links-8237f1bb937ea247c2875ad14e560512.mp4 :label: figvid :width: 100% + +Video reused from [mystmd.org](https://mystmd.org) (CC-BY-4.0, [source](https://mystmd.org/guide)). ::: Yet, the main purpose of this article is to not to showcase all the [authoring tools](https://mystmd.org/guide/typography) available in MyST Markdown, but rather to provide a simple template to get you started with your own article to publish on NeuroLibre. @@ -42,7 +44,6 @@ flowchart LR ``` Or you can see how hover-over links work for [wikipedia sources](https://en.wikipedia.org/wiki/Wikipedia#:~:text=Wikipedia%20is%20a%20free%20content,and%20the%20wiki%20software%20MediaWiki.) and cross references figures (e.g., [Fig. %sf](#fig1), [Figure %sf](#fig2), [Video %sf](#figvid)). - ::: Typically, when publishing an article following the traditional route, you would write your article in a word processor where you need to deal with the generation of figures, tables etc. elsewhere, and then bring them together in the final document manually. This eventually leads to a cluttered set of files, code, dependencies, and even data that are hard to manage in the long run. If you've been publishing articles for a while, you probably know what we are talking about: @@ -59,6 +60,8 @@ MyST Markdown offers a powerful solution to this by allowing you to create an ar :label: fig0 An article with two figures created in Jupyter Notebooks. Each figure can be labeled directly in the notebook and reused in any other page directly. + +Figure reused from [mystmd.org](https://mystmd.org) (CC-BY-4.0, [source](https://mystmd.org/guide/reuse-jupyter-outputs#reuse-jupyter-outputs)). :::