From 5b922e6950149e38682a7f7d46eb2676ba3173fb Mon Sep 17 00:00:00 2001 From: andreaschrader <85687301+andreaschrader@users.noreply.github.com> Date: Sun, 29 Oct 2023 16:28:13 +0100 Subject: [PATCH] Update --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cbd14ee..dec115f 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ arc i create -i ARC_NAME arc investigation update --identifier "ARC_NAME" --title "TITEL" --description "DESCRIPTION" ``` -## isa.investigation contact person(s) metadata +## isa.investigation contact person(s)'s metadata ### Adding a contact person for the investigation - example @@ -69,7 +69,7 @@ Of course, the ORCID iD of PERSON2 should be used here. arc i person register -l LASTNAME_PERSON2 -f FIRSTNAME_PERSON2 -m MIDNAME_PERSON2 --email person2@uniX.de --address "XXXXX CITY, COUNTRY" --affiliation "AFFILIATION_PERSON2" --roles "principal investigator; leads investigation; designs experiments; supervisor" --rolestermsourceref "SCORO; SCORO; SCORO; SCORO" --orcid "0000-0002-3879-7057" ``` -## isa.investigation publication(s) metadata +## isa.investigation publication(s)'s metadata ### Adding a publication - Example with placeholders and example ontology entries -- GitLab