def cinii_research_search( keyword, opts = {} )
      base_uri = "https://cir.nii.ac.jp/opensearch/all"
      q = URI.escape( keyword )
      cont = nil
      cache_file = cache_xml( "cinii_r", q, opts[:start] )