Literature search Flashcards
what are the 3 valid research keyword techniques?
- truncation
- adjacency searching
- wildcards
what symbol is used for truncation?
*
what does truncation mean?
there are multiple characters possible at that point in the word
eg anorexi* will allow anorexia and anorexic to be generated from the search engine (anything missing BEFORE * will not be a result)
what is used for adjacency searching?
adj(n-1)
what does adjacency searching mean?
you can search for two words close to each other but not next to each other
eg adj2 means there are 2 words found near each other with one word imbetween
what are the 2 symbols used for wildcards?
? and #
what does wildcard with ? mean?
there may be a character present at that point or no chapter at all
eg behavio?ral allowing behavioural and behavioral to come up due to different spellings in different languages
what does wildcard # mean?
there is one character present at that point but it can be different
eg wom#n allows woman or women to come up
which Boolean operator is used to get results for both concepts?
AND
eg anorexia and CBT
which Boolean operator is used to get results for synonyms?
OR
eg anorexia or eating disorder