File tree Expand file tree Collapse file tree 2 files changed +10
-16
lines changed Expand file tree Collapse file tree 2 files changed +10
-16
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,8 @@ filters:
12
12
path : self-citation.lua
13
13
- type : lua
14
14
path : neurolibre-handle-crowd.lua
15
+ - type : lua
16
+ path : conditional-archives.lua
15
17
16
18
variables :
17
19
# styling options
Original file line number Diff line number Diff line change 473
473
{\bfseries Reproducibility Assets}
474
474
\begin {itemize }
475
475
\setlength\itemsep {0em}
476
- $ if(repository_doi)$
477
- $ if(repository_doi)$ $ if(repository_doi = "N/A")$ $ else$
476
+ $ if(include_repository_doi)$
478
477
\item \href {https://doi.org/$repository_doi$}{\color {red}{Repository}} \ExternalLink
479
- $ endif$ $ endif$
480
- $ endif$
481
- $ if(data_doi)$
482
- $ if(data_doi)$ $ if(data_doi = "N/A")$ $ else$
478
+ $ endif$
479
+ $ if(include_data_doi)$
483
480
\item \href {https://doi.org/$data_doi$}{\color {red}{Dataset}} \ExternalLink
484
- $ endif$ $ endif$
485
- $ endif$
486
- $ if(book_doi)$
487
- $ if(book_doi)$ $ if(book_doi = "N/A")$ $ else$
481
+ $ endif$
482
+ $ if(include_book_doi)$
488
483
\item \href {https://doi.org/$book_doi$}{\color {red}{Jupyter Book}} \ExternalLink
489
- $ endif$ $ endif$
490
- $ endif$
491
- $ if(docker_doi)$
492
- $ if(docker_doi)$ $ if(docker_doi = "N/A")$ $ else$
484
+ $ endif$
485
+ $ if(include_docker_doi)$
493
486
\item \href {https://doi.org/$docker_doi$}{\color {red}{Container}} \ExternalLink
494
- $ endif$ $ endif$
495
- $ endif$
487
+ $ endif$
496
488
\end {itemize }
497
489
498
490
\vspace {1mm}
You can’t perform that action at this time.
0 commit comments