From 48f71febf70f930c70f708f39c491b3e7c1a753a Mon Sep 17 00:00:00 2001 From: Brian Richter Date: Fri, 6 Oct 2023 12:41:28 -0700 Subject: [PATCH] Create saf.yaml --- saf.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 saf.yaml diff --git a/saf.yaml b/saf.yaml new file mode 100644 index 0000000..75f8ebc --- /dev/null +++ b/saf.yaml @@ -0,0 +1,13 @@ + scopetag: tev2 # identifier that curators have determined for this terminology + scopedir: https://github.com/aviarytech/tev2-test # URL of the scope-directory + curatedir: curated-texts # directory where all curated files are located. Full URL is `scopedir`/`curatedir` + glossarydir: glossaries # directory where all glossary files and related stuff are located. Full URL is `scopedir`/`glossarydir` + defaultvsn: latest # vsntag that identifies the default terminology. MRG is located at `scopedir`/`glossarydir`/mrg.`scopetag`.`defaultvsn`.yaml + license: LICENSE.md # file that contains the (default) licensing conditions. Full URL is `scopedir`/`license` + statuses: [ proposed, approved, deprecated ] # list of status tags that are defined for semantic units in this scope + issues: ttps://github.com/aviarytech/tev2-test/issues # URL where issues can be raised and handled + curators: # contacting individual curators + - name: BrianR + email: # we split up the email address to reduce the likelihood of the address being harvested for spamming + id: brian + at: aviary.tech