Thoth2023 / thoth-remake

Thoth is a powerful tool to support collaborative systematic reviews. Developed as a multi-platform solution, Thoth aims to automate important parts of the systematic review process, facilitating and streamlining the work of researchers and professionals involved in this type of study.
https://thoth-slr.com
MIT License
8 stars 3 forks source link

[REFACTOR] :: Planning -> Search String - Generate String #318

Open diegocomis opened 1 week ago

diegocomis commented 1 week ago

Ajuste para as strings de acordo com as bases cadastradas/inseridas no planejamento do projeto específico.

  1. Cadastrar Termos

  2. Cadastrar Sinônimos, se necessário, para os termos inseridos.

  3. Para sugerir sinônimos, pode ser usado a API do StringImprover ( http://200.132.136.13/stringImprover/ ), quando ao clicar n campo "input" para cadastrar os sinônimos, ele mostra algumas sugestões.

Coloquei os arquivos desse string improver em anexo aqui. stringImprover.zip improver.zip

Image

  1. Outra ideia, sugerida pelo Elder é verificar se conseguimos usar chatGPT ou alguma api de IA, p/ fazer essas sugestões.

https://www.youtube.com/watch?v=uQjzJX51ehM https://www.tabnews.com.br/FabioAugustoRodrigues/laravel-chatgpt https://github.com/FabioAugustoRodrigues/laravel-chatgpt

Ver a forma que fica mais tranquilo de fazer.

Para gerar as Strings é a seguinte lógica:

1. Por exemplo se eu 3 termos apenas cadastrados:

Formatação String Genérica:

("tool") AND ("web-based") AND ("rsl")

2. Por exemplo se eu 3 termos apenas cadastrados, e tenho Sinônimos):

Formatação String Genérica:

("tool" OR "software" OR "slrtool") AND ("web-based") AND ("rsl" OR "sms" OR "review")

diegocomis commented 1 week ago

Bases que tem a formatação um pouco diferente:

SCOPUS:

TITLE-ABS-KEY ("tool" OR "software" OR "slrtool") AND ("web-based") AND ("rsl" OR "sms" OR "review")

ENGINEERING VILLAGE

( ("tool" OR "software" OR "slrtool") AND ("web-based") AND ("rsl" OR "sms" OR "review") AND ({english} WN LA) )