(println (some-> article :author :address :city upper-case))
So that you don't print nil if some-> returns nil.
Cheers.