SDGforskning / sdg-strings

Search strings for finding SDG-related works per goal and target (python script, WoS search strategy)
Creative Commons Attribution 4.0 International
3 stars 4 forks source link

"SDG" phrase #3

Closed Caroline-A closed 2 years ago

Caroline-A commented 2 years ago

I'm unsure what to do with the string that finds results actually mentioning "SDG 3". Variations give very different results. Is it enough to just mention the SDGs?

Maybe we can discuss this later, when we have all worked on all the strings - this issue is just here to remind us to go back and look at it before the final version.

image

EliSeland commented 2 years ago

SDG is short for "SET DOMAIN GROUP" - should perhaps be excluded with a NOT

A thought: perhaps the general SDG strings belong in the topic searches, but not the action searches?

EliSeland commented 2 years ago

We decided in a project group meeting on 27 April 2022 to remove the general SDG strings from the Action approach, and to use them in the Topic approach.

Caroline-A commented 2 years ago
Caroline-A commented 2 years ago

Reopened now that we are working on the topic approach

Caroline-A commented 2 years ago

They still some work, as a few problems have been identified and need further looking into:

Caroline-A commented 2 years ago

The basic string we originally used was this (with the above modification/removal of SDG$). This seems to work relatively well for SDG 1, but will likely need modification for some others.

TS=
(
  "SDG 1" OR "SDGs 1" OR "SDG1" OR "sustainable development goal$ 1"
    OR
    (
      ("sustainable development goal$" OR "SDG$" OR "goal 1")
      NEAR/15 "poverty"
    )
)
Caroline-A commented 2 years ago

I've now added a suggestion to all the topic-level files