class Swot
def academic_domain?
Returns true if the domain name belongs to a known academic institution;
Figure out if a domain name is a know academic institution.
def academic_domain? @academic_domain ||= File.exist?(file_path) || File.exist?(file_extended_path) end