diff --git a/OS-Strategy_NHMW.md b/OS-Strategy_NHMW.md index 00ebe3f..a82815e 100644 --- a/OS-Strategy_NHMW.md +++ b/OS-Strategy_NHMW.md @@ -1,16 +1,18 @@ # Open Science in Museums - Strategy of the Naturhistorisches Museum Wien (NHMW):

*The benefits of openness* ### + [![version](https://img.shields.io/badge/version-1.0-blue)](#) [![license](https://img.shields.io/badge/license-CC--BY--4.0-brightgreen)](https://creativecommons.org/licenses/by/4.0/) [![date](https://img.shields.io/badge/date-2022--04--27-green)](#) [![date](https://img.shields.io/badge/doi-20020427-orange)](https://doi.org/doitocome) + - - +uncomment end --> + **Authors:** *[Vohland, Katrin](https://orcid.org/0000-0002-7214-7015) [![orcID](assets/ORCID-iD_icon-vector.svg)](https://orcid.org/0000-0002-7214-7015); [Eichert, Stefan](https://orcid.org/0000-0002-5827-0797) [![orcID](assets/ORCID-iD_icon-vector.svg)](https://orcid.org/0000-0002-5827-0797); @@ -18,14 +20,28 @@ Fiedler, Sarah; [Kapun, Martin](https://orcid.org/0000-0002-3810-0504) [![orcID](assets/ORCID-iD_icon-vector.svg)](https://orcid.org/0000-0002-3810-0504); [Kroh, Andreas](https://orcid.org/0000-0002-8566-8848) [![orcID](assets/ORCID-iD_icon-vector.svg)](https://orcid.org/0000-0002-8566-8848); [Mehu-Blantar, Ines](https://orcid.org/0000-0003-0564-4617) [![orcID](assets/ORCID-iD_icon-vector.svg)](https://orcid.org/0000-0003-0564-4617); -Ott, Iris; +[Ott, Iris](https://orcid.org/0000-0002-5963-349X) [![orcID](assets/ORCID-iD_icon-vector.svg)](https://orcid.org/0000-0002-5963-349X); [Rainer, Heimo](https://orcid.org/0000-0002-5963-349X) [![orcID](assets/ORCID-iD_icon-vector.svg)](https://orcid.org/0000-0002-5963-349X); [Schwentner, Martin](https://orcid.org/0000-0002-1373-456X) [![orcID](assets/ORCID-iD_icon-vector.svg)](https://orcid.org/0000-0002-1373-456X); [Zimmermann, Eva](https://orcid.org/0000-0002-6537-106X) [![orcID](assets/ORCID-iD_icon-vector.svg)](https://orcid.org/0000-0002-6537-106X);* + + + +uncomment end --> +
Please cite this document as follows:
@@ -45,33 +61,39 @@ Please cite this document as follows:

- +uncomment end --> + [![nhmw logo](assets/logo.svg)](https://nhm-wien.ac.at) Burgring 7 1010 Wien [https://nhm-wien.ac.at](https://nhm-wien.ac.at/) + + +uncomment end -->

@@ -148,9 +170,9 @@ This work is licensed under a --- - +uncomment end --> # Summary diff --git a/assets/ORCID-iD_icon-vector10.svg b/assets/ORCID-iD_icon-vector10.svg new file mode 100644 index 0000000..a74311d --- /dev/null +++ b/assets/ORCID-iD_icon-vector10.svg @@ -0,0 +1,17 @@ + + + + + + + + + + + diff --git a/assets/logosm.svg b/assets/logosm.svg new file mode 100644 index 0000000..2529666 --- /dev/null +++ b/assets/logosm.svg @@ -0,0 +1,109 @@ + + + + + + + + + + + diff --git a/documents/OS-Strategy-NHMW_V1.docx b/documents/OS-Strategy-NHMW_V1.docx deleted file mode 100644 index 2189bec..0000000 Binary files a/documents/OS-Strategy-NHMW_V1.docx and /dev/null differ diff --git a/pdf_workflow.md b/pdf_workflow.md new file mode 100644 index 0000000..2dcba75 --- /dev/null +++ b/pdf_workflow.md @@ -0,0 +1,35 @@ +# PDF creation + +This document explains the workflow for the generic creation of a PDF version +of the main .md document. + +## Make sure [`pandoc`](https://pandoc.org/) is installed locally on your system: +On Linux (Debian/Ubuntu): +>sudo apt-get install pandoc texlive-latex-base texlive-fonts-recommended texlive-extra-utils texlive-latex-extra + +For other distributions see: https://pandoc.org/installing.html + +## Prepare the `OS-Strategy-NHMW-Vx.md`file for conversion + +search and replace: + +* 1: `` with `` with `-->` +* 3: `` +* 4: `` + +## Create .pdf +Open a terminal and convert the .md file to .pdf +> pandoc sourcefile.md -o outputfile.pdf + +## Undo comment/uncomment + +search and replace: + +* 1: `` +* 2: `-->` with `` +* 3: `` with `` with `