search_query.wos.constants

Constants for Web-of-Science.

Functions

field_general_to_syntax(field)

Map the general search field to the standard syntax of WOS.

generic_field_to_syntax_field(generic_field)

Convert a set of generic search fields to a set of syntax strings.

map_to_standard(syntax_str)

Normalize search field string to a standard WOS field syntax.

syntax_str_to_generic_field_set(field_value)

Translate a search field string to a generic set of Fields.

search_query.wos.constants.field_general_to_syntax(field: str) str

Map the general search field to the standard syntax of WOS.

search_query.wos.constants.generic_field_to_syntax_field(generic_field: str) str

Convert a set of generic search fields to a set of syntax strings.

search_query.wos.constants.map_to_standard(syntax_str: str) str

Normalize search field string to a standard WOS field syntax.

search_query.wos.constants.syntax_str_to_generic_field_set(field_value: str) set

Translate a search field string to a generic set of Fields.