Skip to content

Commit

Permalink
DissertationCatch remove 'pages' key from Dissertation Abstracts cita…
Browse files Browse the repository at this point in the history
…tion too
  • Loading branch information
jrochkind committed Feb 11, 2014
1 parent f7cd03e commit cf96578
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/referent_filters/dissertation_catch.rb
Expand Up @@ -33,7 +33,6 @@ def filter(referent)
issn = get_identifier(:urn, "issn", referent)
return unless issn


# normalize removing hyphen
issn.gsub!('-', '')

Expand Down Expand Up @@ -66,6 +65,7 @@ def filter(referent)
referent.remove_value("issue_start")
referent.remove_value("spage")
referent.remove_value("epage")
referent.remove_value("pages")
end

end
Expand Down

0 comments on commit cf96578

Please sign in to comment.