Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/epistemehealth/health-science-journal.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShaun Khoo <SKhoo@users.noreply.github.com>2022-02-11 23:41:20 +0300
committerShaun Khoo <SKhoo@users.noreply.github.com>2022-02-11 23:41:20 +0300
commit3ac40a78df0e36649c6e4b1c96c1b10baf2fa4ef (patch)
tree40bb1fe9028ed13ee764bf3f5ded614e24f0def7
parent8ab38798519be3b2a4c7f7b924f3463d294271df (diff)
article archetype
-rw-r--r--archetypes/article.md72
1 files changed, 72 insertions, 0 deletions
diff --git a/archetypes/article.md b/archetypes/article.md
new file mode 100644
index 0000000..c2e52b8
--- /dev/null
+++ b/archetypes/article.md
@@ -0,0 +1,72 @@
++++
+## Provide a canonical URL if mirroring an OJS instance
+canonicalurl = ""
+
+title = ""
+
+## Provide the article type and the ordering of its type in the contents page
+articleType = ""
+articleType_weight = ""
+
+# Provide author details
+authors = [
+ {surname = "", given_name = "", affiliations = ["1", "2"], ORCID = "0000-0000-0000-0000", funding = ["1"], corresp = "", equalcontrib = "no", deceased = "no"}
+]
+
+affiliations = [{ ISNI ="", ROR = "", name = ""},
+{ ISNI = "", ROR = "", name = ""}]
+
+funding = [{fundref = "10.xxxx/xxxx", funder = "fundername", awardid = "" }]
+
+history = [{event = "submission", date = ""},
+{event = "revisionrequest", date = ""},
+{event = "revisionreceived", date = ""},
+{event = "accept", date = ""},
+]
+
+date = ""
+modifieddate = ""
+
+## Details like volume and issue cascade from the issue metadata. Language will cascade from site metadata.
+
+articleID = ""
+DOI = ""
+# volume = ""
+# issue = ""
+firstpage = ""
+lastpage = ""
+language = ""
+keywords = ["kwd1",
+ "kwd2"]
+
+
+PDF = ""
+PDFcanonical = ""
+XML = ""
+XMLcanonical = ""
+HTML = ""
+HTMLcanonical = ""
+EPUB = ""
+EPUBcanonical = ""
+customGalleys = [{ galleyname = "", galleyURL = "", galleycanonical = ""}]
+supplementaryFiles = [{ supplementURL = "", supplementName = ""}]
+
+outputs = ["html", "galleyPDF", "galleyXML"]
+
+license = "https://creativecommons.org/licenses/by/4.0"
+
+abstract = ""
+
+relations = [
+ {linktype = "", contenttype = "", sourcetype = "repository", objectidtype = "doi", objectid = "", link = "https://", source = "", articletitle = ""}
+]
+
+## Social media details for if the paper has a social media cover image or if authors have a twitter handle.
+socialimage = ""
+socialimagealt = ""
+twitterhandle = ""
+
+references = ["",""
+]
++++
+