Decide if a results from a DOI query is a match or not.
is_result_match(
query_title,
result_title,
query_orcid,
result_orcid,
query_authors,
result_authors
)
Title of the query reference
Title of the result reference
ORCiD of the query first author
ORCiD of the result first author
Authors string for the query
Authors string for the result
Logical whether the result is a match or not
Result is a match if the similarity between titles is sufficiently high or if the similarity is lower by the first author ORCiDs match or the first author names match.