Skip to content

Commit 27e1c9b

Browse files
committed
Move quarto files for better reuse
1 parent 9a2ffb3 commit 27e1c9b

4 files changed

Lines changed: 14 additions & 5 deletions

File tree

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1+
docs: index.qmd _quarto.yml ../../references.bib
2+
quarto render
3+
14
default:
25
quarto preview
36

4-
docs: *
5-
quarto render
7+
Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
11
# Objective B - Assessing Mapping and Alignment Standards
22

3-
GitHub Epic: https://github.com/nfdi-de/section-metadata-wg-onto/issues/7
3+
*GitHub Epic <https://github.com/nfdi-de/section-metadata-wg-onto/issues/7>*
4+
5+
The recommendation document managed in this directory is written in file **[`index.qmd`](index.qmd)** in Markdown syntax using [quarto](https://quarto.org/) so both HTML and PDF can be generated from one source. Please consult the quarto documentation or just write Markdown.
6+
7+
HTML output can be generated from command line with `quarto render` or `quarto preview`.
8+
9+
A public HTML version of the document is going to be published automatically via GitHub Action so please don't commit any result files to the git repository.

recommendations/B_Mapping_Standards/_quarto.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ manuscript:
1010
- repo
1111

1212
resources:
13-
- "js/"
13+
- js/
14+
15+
bibliography: ../../references.bib
1416

1517
number-depth: 2
1618

recommendations/B_Mapping_Standards/index.qmd

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ authors:
1313
affiliation: Senckenberg Gesellschaft für Naturforschung
1414
- name: Josh Moore
1515
affiliation: GerBI-GMB
16-
bibliography: references.bib
1716
---
1817

1918
# Introduction

0 commit comments

Comments
 (0)