summaryrefslogtreecommitdiff
path: root/tex/context/base/publ-imp-apa.lua
diff options
context:
space:
mode:
authorContext Git Mirror Bot <phg42.2a@gmail.com>2014-11-04 19:15:03 +0100
committerContext Git Mirror Bot <phg42.2a@gmail.com>2014-11-04 19:15:03 +0100
commitf717601b37191318ca44d793ccee6fa1cc2381e7 (patch)
tree44cdafd343dd844748cd0a1b9c8bc12ae24b225e /tex/context/base/publ-imp-apa.lua
parent8d590f58ca0d10d33517e0f42283b128c5a450d4 (diff)
downloadcontext-f717601b37191318ca44d793ccee6fa1cc2381e7.tar.gz
2014-11-04 19:12:00
Diffstat (limited to 'tex/context/base/publ-imp-apa.lua')
-rw-r--r--tex/context/base/publ-imp-apa.lua120
1 files changed, 70 insertions, 50 deletions
diff --git a/tex/context/base/publ-imp-apa.lua b/tex/context/base/publ-imp-apa.lua
index 821c09607..e2ef62e25 100644
--- a/tex/context/base/publ-imp-apa.lua
+++ b/tex/context/base/publ-imp-apa.lua
@@ -1,6 +1,20 @@
--- to be checked
+-- category = {
+-- sets = {
+-- authors = { "author", "editor" },
+-- },
+-- required = { "authors", "title" },
+-- optional = { "year", "journal", "editor", "volume", "number", "pages" },
+-- virtual = { "authoryear", "authoryears", "authornum", "num", "suffix" },
+-- }
-local virtual = { "authoryear", "authoryears", "authornum", "num", "suffix" }
+-- category = {
+-- sets = {
+-- author = { "author", "editor" },
+-- },
+-- required = { "author", "title" },
+-- optional = { "year", "journal", "editor", "volume", "number", "pages" },
+-- virtual = { "authoryear", "authoryears", "authornum", "num", "suffix" },
+-- }
return {
name = "apa",
@@ -8,142 +22,148 @@ return {
comment = "APA specification.",
author = "Alan Braslau and Hans Hagen",
copyright = "ConTeXt development team",
+ virtual = {
+ -- all share the same default set
+ "authoryear", "authoryears", "authornum", "num", "suffix",
+ },
categories = {
article = {
- required = { { "author", "editor" }, "title" },
+ sets = {
+ author = { "author", "editor" },
+ },
+ required = { "author", "title" },
optional = { "year", "type", "journal", "volume", "number", "pages", "url", "note", "doi" },
- virtual = virtual,
- author = { "author", "editor" },
},
magazine = {
- required = { { "author", "editor" }, "title", "journal", "year" },
+ sets = {
+ author = { "author", "editor" },
+ },
+ required = { "author", "editor", "title", "journal", "year" },
optional = { "volume", "number", "pages", "month", "day", "note", "url", "doi" },
- virtual = virtual,
- author = { "author", "editor" },
},
newspaper = {
- required = { { "author", "editor" }, "title", "journal", "year" },
+ sets = {
+ author = { "author", "editor" },
+ },
+ required = { "author", "title", "journal", "year" },
optional = { "volume", "number", "pages", "month", "day", "note", "url", "doi" },
- virtual = virtual,
- author = { "author", "editor" },
},
book = {
+ sets = {
+ author = { "author", "editor", "publisher" },
+ },
virtual = { "authoryear" },
- required = { { "author", "editor", "publisher" }, "title" },
+ required = { "author", "title" },
optional = { "year", "month", "day", "title", "type", "edition", "series", "volume", "number", "pages", "address", "publisher", "url", "note", "ISBN" },
- virtual = virtual,
- author = { "author", "editor", "publisher" },
},
booklet = {
required = { "title" },
optional = { "author", "howpublished", "address", "month", "year", "note" },
- virtual = virtual,
- author = { "author" },
},
inbook = {
- required = { { "author", "editor", "publisher" }, "title", "chapter", "pages", "year" },
+ sets = {
+ author = { "author", "editor", "publisher" },
+ },
+ required = { "author", "title", "chapter", "pages", "year" },
optional = { "volume", "number", "series", "type", "address", "edition", "month", "note", "ISBN" },
- virtual = virtual,
author = { "author", "editor", "publisher" },
},
incollection = {
+ sets = {
+ author = { "author", "editor", "publisher" },
+ },
required = { "author", "title", "booktitle", "publisher", "year" },
optional = { "editor", "volume", "number", "series", "type", "chapter", "pages", "address", "edition", "month", "note", "ISBN" },
- virtual = virtual,
- author = { "author", "editor", "publisher" },
},
inproceedings = {
+ sets = {
+ author = { "author", "editor", "publisher" },
+ },
required = { "author", "title", "booktitle", "year" },
optional = { "editor", "volume", "number", "series", "pages", "address", "month", "organization", "publisher", "note", "ISBN" },
- virtual = virtual,
- author = { "author", "editor", "publisher" },
},
conference =
"inproceedings", -- Alan: does this work? Hans: I just made it work.
manual = {
required = { "title" },
optional = { "author", "organization", "address", "edition", "month", "year", "note" },
- virtual = virtual,
- author = { "author" },
},
mastersthesis = {
required = { "author", "title", "school", "year" },
optional = { "type", "address", "month", "note" },
- virtual = virtual,
- author = { "author" },
},
phdthesis = {
required = { "author", "title", "school", "year" },
optional = { "type", "address", "month", "note" },
- virtual = virtual,
- author = { "author" },
},
thesis = {
required = { "author", "title", "school", "year", "type" },
optional = { "address", "month", "note" },
- virtual = virtual,
- author = { "author" },
},
misc = {
required = { },
optional = { "author", "title", "howpublished", "month", "year", "note" },
- virtual = virtual,
- author = { "author" },
},
-- Not sure yet how "periodical" is used... but "jabref" includes it as standard.
-- strangely, "jabref" does not include "author" as required nor optional..
periodical = {
+ sets = {
+ author = { "editor", "publisher" },
+ },
required = { "title", "year" },
optional = { "author", "editor", "month", "note", "number", "organization", "series", "volume" },
- virtual = virtual,
- author = { "author", "editor" },
},
proceedings = {
required = { "title", "year" },
optional = { "editor", "volume", "number", "series", "address", "month", "organization", "publisher", "note", "pages", "ISBN" },
- virtual = virtual,
- author = { "editor", "publisher" },
},
techreport = {
required = { "author", "title", "institution", "year" },
optional = { "type", "number", "address", "month", "note" },
- virtual = virtual,
- author = { "author" },
},
other = {
- required = { { "author", "title" }, "year" },
+ required = { "author", "title", "year" },
optional = { "note", "doi" },
- virtual = virtual,
- author = { "author" },
},
patent = {
required = { "nationality", "number", "year", "yearfiled" },
optional = { "author", "title", "language", "assignee", "address", "type", "day", "dayfiled", "month", "monthfiled", "note", },
- virtual = virtual,
- author = { "author" },
},
electronic = {
required = { "title" },
optional = { "address", "author", "howpublished", "month", "note", "organization", "year", "url", "doi", "type" },
- virtual = virtual,
- author = { "author" },
},
-- check this!
standard = {
- required = { { "author", "institution", "organization" }, "title", "year", "note", "url" },
+ sets = {
+ author = { "author", "institution", "organization" },
+ },
+ required = { "author", "title", "year", "note", "url" },
optional = { "doi", },
- virtual = virtual,
- author = { "author", "institution", "organization" },
},
unpublished = {
required = { "author", "title", "note" },
optional = { "month", "year" },
- virtual = virtual,
- author = { "author" },
},
literal = {
required = { "key", "text", },
optional = { },
+ virtual = false,
+ },
+ --
+ ["demo-a"] = {
+ sets = {
+ author = { "author", "institution", "organization" },
+ },
+ required = { "author", "title", "year", "note", "url" },
+ optional = { "doi", },
+ },
+ ["demo-b"] = {
+ sets = {
+ authors = { "author", "institution", "organization" },
+ },
+ required = { "authors", "title", "year", "note", "url" },
+ optional = { "doi", },
},
},
}