diff --git a/build/README.md b/build/README.md
new file mode 100644
index 0000000..fc6f64b
--- /dev/null
+++ b/build/README.md
@@ -0,0 +1,2 @@
+add DOI explanations
+
diff --git a/build/dc.yaml b/build/dc.yaml
new file mode 100644
index 0000000..c3fb7f7
--- /dev/null
+++ b/build/dc.yaml
@@ -0,0 +1,9 @@
+type:
+ definition: 'The nature or genre of the resource. For Darwin Core, recommended best practice is to use the name of the class that defines the root of the record.'
+ comment: 'Examples: "StillImage", "MovingImage", "Sound", "PhysicalObject", "Event", "Text". For discussion see http://terms.tdwg.org/wiki/dwc:type'
+ details: http://dublincore.org/usage/terms/history/#typeT-001
+
+references:
+ definition: 'A related resource that is referenced, cited, or otherwise pointed to by the described resource.'
+ comment: 'Examples: "http://mvzarctos.berkeley.edu/guid/MVZ:Mamm:165861"; "http://www.catalogueoflife.org/annual-checklist/show_species_details.php?record_id=6197868". For discussion see http://terms.tdwg.org/wiki/dwc:references'
+ details: http://dublincore.org/usage/terms/history/#references-003
diff --git a/build/recommended.tmpl b/build/recommended.tmpl
new file mode 100644
index 0000000..0dc1c74
--- /dev/null
+++ b/build/recommended.tmpl
@@ -0,0 +1,76 @@
+
+
+
+
+ Darwin Core Terms: A quick reference guide
+
+
+
+
+
+
+
+
Darwin Core Term Reference
+
+
+
+#for $group in $groups
+ #if $group.uri is not None
+
+
+ #end if
+#end def
+
+#for $t in $groups
+ $showTerm(t)
+#end for
+
+
+#for $group in $groups
+ #for $t in $group.terms
+ $showTerm(t)
+ #end for
+#end for
+
+