We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dbba72 commit bc1b2d7Copy full SHA for bc1b2d7
lib/metanorma/converter/init.rb
@@ -196,7 +196,8 @@ def init_bib_log
196
def biblio_cutoff(node)
197
dates = %w(revdate published-date accessed-date created-date
198
implemented-date confirmed-date updated-date issued-date
199
- circulated-date unchanged-date).each_with_object([]) do |k, m|
+ circulated-date unchanged-date copyright-year)
200
+ .each_with_object([]) do |k, m|
201
date = node.attr(k) or next
202
m << date
203
end
0 commit comments